

/** funfact-style-two **/

.funfact-style-two{
  position: relative;
  padding-bottom: 105px;
}

.funfact-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: -250px;
  right: 0px;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
}

.counter-block-two{
  position: relative;
  display: inline-block;
  text-align: left;
}

.counter-block-two .count-outer{
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 90px;
  font-weight: 400;
  margin-bottom: 6px;
}

.counter-block-two h3{
  font-weight: 400;
  color: #204669;
  line-height: 27px;
  margin: 0px;
}


/** funfact-style-three **/

.funfact-style-three{
  position: relative;
  padding: 104px 0px 72px 0px;
}

.funfact-style-three .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.funfact-style-three .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: repeat-x;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

.bg-color-4{
  background: #1b62db;
}

#content_block_11 .content-box .sec-title-two{
  margin-bottom: 15px;
}

#content_block_11 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 39px;
}

#content_block_11 .content-box .text p{
  color: #fff;
  margin: 0px;
}

#content_block_11 .content-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 200px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

#content_block_11 .content-box .video-btn a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
  z-index: -1;
}

#content_block_12 .content-box{
  position: relative;
  display: block;
}

.funfact-style-three #content_block_12 .content-box{
  margin-right: -100px;
  margin-top: 35px;
}

.counter-block-three{
  position: relative;
  padding-left: 105px;
  margin-bottom: 74px;
}

.counter-block-three .icon-box{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
}

.counter-block-three .count-outer{
  position: relative;
  display: block;
  font-size: 56px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.counter-block-three h3{
  position: relative;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
}




/** funfact-style-four **/

.funfact-style-four{
  position: relative;
  padding-bottom: 105px;
}

.funfact-style-four .pattern-layer{
  position: absolute;
  left: 0px;
  top: -100px;
  right: 0px;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
}

.counter-block-four{
  position: relative;
  display: inline-block;
  text-align: left;
}

.counter-block-four .count-outer{
  position: relative;
  display: block;
  font-size: 90px;
  line-height: 90px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #222;
  margin-bottom: 10px;
}

.counter-block-four h3{
  font-weight: 400;
  line-height: 27px;
  color: #666666;
  margin-bottom: 0px;
}





.counter-block-four .count-outer {
  margin-left: -5px;
  color: #204669;
}

.counter-block-four h3 {
  font-size: 20px;
}

.counter-block-four .icon {
  position: absolute;
  top: 20px;
  left: 0;
}

.counter-block-four {
  display: block;
  padding-left: 114px;
}

.funfact-style-four.about-page-1 .auto-container {
  max-width: 1450px;
}
