/** banner-section **/

.banner-section{
    position: relative;
  }
  
  .banner-carousel{
    position: relative;
  }
  
  .banner-carousel .slide-item{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 270px 0px 290px 0px;
  }
  
  .banner-carousel .slide-item:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, rgba(53,6,3,0.0), rgba(53,6,3,0.9) 100%);
    top: 0px;
    right: 0px;
    z-index: 1;
  }
  
  .banner-carousel .slide-item .image-layer{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    -webkit-transition: all 60ms linear;
    -moz-transition: all 60ms linear;
    -ms-transition: all 60ms linear;
    -o-transition: all 60ms linear;
    transition: all 60ms linear;
  }
  
  .banner-carousel .active .slide-item .image-layer{
    -webkit-transform:scale(1.15);
    -ms-transform:scale(1.15);
    transform:scale(1.15);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
  }
  
  .banner-carousel .content-box{
    position: relative;
    display: block;
    z-index:5;
    width: 100%;
  }
  
  .banner-carousel .content-box h6{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    padding-left: 90px;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
  }
  
  .banner-carousel .content-box h6:before{
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    left: 0px;
    top: 13px;
  }
  
  .banner-carousel .active .content-box h6{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
  }
  
  .banner-carousel .content-box h1{
    position: relative;
    display: block;
    color: #fff;
    font-size: 70px;
    line-height: 82px;
    font-weight: 900;
    margin-bottom: 8px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  
  .banner-carousel .content-box h1 span{
    font-weight: 700;
  }
  
  .banner-carousel .active .content-box h1{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
  }
  
  .banner-carousel .content-box p{
    position: relative;
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 43px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
  }
  
  .banner-carousel .active .content-box p{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
  }
  
  .banner-section .banner-carousel .content-box a.theme-btn{
    padding: 14px 47px;
  }
  
  .banner-carousel .content-box .btn-box{
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1600ms ease;
    -moz-transition: all 1600ms ease;
    -ms-transition: all 1600ms ease;
    -o-transition: all 1600ms ease;
    transition: all 1600ms ease;
  }
  
  .banner-carousel .active .content-box .btn-box{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -ms-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
  }

  .float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
  }
  
  .float-bob-x{
    animation-name: float-bob-x;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-x;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
  }
  
  .rotate-me {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 30s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
  }
  
  .banner-section .owl-dots{
    position: absolute;
    left: 65px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .banner-section .owl-theme .owl-dots .owl-dot{
    display: block;
  }
  
  .banner-section .owl-theme .owl-dots .owl-dot span{
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 16px 0px;
    background: #8f7573;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 6px #8f7573;
    transition: all 500ms ease;
  }
  
  .banner-section .owl-theme .owl-dots .owl-dot.active span,
  .banner-section .owl-theme .owl-dots .owl-dot span:hover{
    box-shadow: 0 0 0 6px #a1473b;
  }

  /** banner-style-two **/

.banner-section.style-two{
  position: relative;
}

.banner-carousel .slide-item.bg-none:before{
  display: none;
}

.banner-carousel .slide-item.bg-left:before{
  right: inherit;
  left: 0px;
  background: -webkit-linear-gradient(0deg, rgba(53,6,3,0.9), rgba(53,6,3,0.0) 100%);
}

.banner-carousel .content-box.dark h1{
  color: #1e1e2a;
}

.banner-carousel .content-box.dark p{
  color: #9494a3;
  font-size: 18px;
  margin-bottom: 32px;
  font-weight: 700;
}

.banner-carousel .content-box h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 22px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1150ms ease;
  -moz-transition: all 1150ms ease;
  -ms-transition: all 1150ms ease;
  -o-transition: all 1150ms ease;
  transition: all 1150ms ease;
}

.banner-section.style-two .banner-carousel .content-box h1{
  font-size: 100px;
  line-height: 100px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1150ms;
  -moz-transition-delay: 1150ms;
  -ms-transition-delay: 1150ms;
  -o-transition-delay: 1150ms;
  transition-delay: 1150ms;
}

.banner-section.style-two .banner-carousel .content-box .lower-box{
  position: relative;
  padding-left: 30px;
}

.banner-section.style-two .banner-carousel .content-box .btn-box .theme-btn{
  padding: 14px 22px;
}

.banner-section.style-two .banner-carousel .slide-item{
  padding: 230px 0px 220px 0px;
}

.bg-color-3{
  background: #f6f6f6;
}
/** about-section **/

.about-section{
    position: relative;
    padding: 120px 0px 255px 0px;
  }
  
  .about-section .image-layer{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 715px;
    height: 530px;
    background-repeat: no-repeat;
  }
  
  #image_block_one .image-box{
    position: relative;
    display: block;
    padding-right: 35px;
    margin-right: 20px;
    padding-bottom: 130px;
  }
  
  #image_block_one .image-box .pattern-layer{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 35px;
    height: 100%;
    background-repeat: repeat-y;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
  }
  
  #image_block_one .image-box .image-1{
    position: relative;
    display: block;
  }
  
  #image_block_one .image-box .image img{
    width: 100%
  }
  
  #image_block_one .image-box .image-2{
    position: absolute;
    right: 35px;
    bottom: 0px;
  }
  
  #image_block_one .image-box .image-2:before{
    position: absolute;
    content: '';
    left: 0px;
    top: -20px;
    width: calc(100% - 20px);
    height: 20px;
  }
  
  #image_block_one .image-box .image-3{
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 160px;
    height: 160px;
    line-height: 160px;
    text-align: center;
    transition: all 500ms ease;
  }
  
  #image_block_one .image-box .image-3 i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 70px;
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
  }
  
  @keyframes slide{
    from { background-position: 0 1920px; }
      to { background-position: 0 0; }
  }
  
  @-webkit-keyframes slide{
    from { background-position: 0 1920px; }
      to { background-position: 0 0; }
  }
  
  #content_block_one .content-box .text{
    position: relative;
    display: block;
    margin-bottom: 40px;
  }
  
  #content_block_one .content-box .text p{
    margin-bottom: 15px;
    color: #888;
  }
  
  #content_block_one .content-box .text p:last-child{
    margin-bottom: 0px;
  }
  
  #content_block_one .content-box .area-code{
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    margin-bottom: 12px;
  }
  
  #content_block_one .content-box .area-code .form-group{
    position: relative;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    overflow: hidden;
    margin: 0px;
  }
  
  #content_block_one .content-box .area-code input[type='text']{
    position: relative;
    width: calc(100% - 200px);
    height: 58px;
    font-size: 18px;
    padding: 10px 20px;
  }
  
  #content_block_one .content-box .area-code button{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #1e1e2a;
    background: #f6f6f6;
    padding: 16px 25px;
    width: 200px;
    border-left: 1px solid #e3e3e3;
    cursor: pointer;
    transition: all 500ms ease;
  }
  #content_block_one .content-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    margin-bottom: 42px;
  }
  
  #content_block_one .content-box h4 a{
    display: inline-block;
  }
  
  #content_block_one .content-box h4 a:hover{
    text-decoration: underline;
  }
  
  #content_block_one .content-box .sec-title{
    margin-bottom: 32px;
  }
  
  #content_block_one .content-box .btn-box .theme-btn{
    padding: 11px 40px;
    margin-right: 30px;
  }
  
  #content_block_one .content-box .btn-box a.video-btn{
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 78px;
    font-size: 18px;
    line-height: 28px;
    color: #1e1e2a;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
  }
  
  #content_block_one .content-box .btn-box a.video-btn i{
    position: absolute;
    left: 0px;
    top: 2px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(242, 87, 67, 0.2);
  }
  
  #content_block_one .content-box .btn-box a.video-btn i:after{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  
  #content_block_one .content-box .btn-box a{
    float: left;
  }
  .icon_box_outer{
    position: relative;
  
  }
  
  .icon_box_outer .icon_box.style_one{
    float: left;
  }
  
  .icon_box_outer .icon_box.style_one:first-child{
    margin-right: 30px;
  }
  
  .icon_box.style_one{
    position: relative;
    margin-bottom: 40px;
  }
  .icon_box.style_one span {
    float: left;
    width: 58px;
    height: 58px;
    font-size: 35px;
    color:#1e1e2a;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #e3e3e3;
    line-height: 58px;
  }
  .icon_box.style_one img{
    float: left;
    width: 58px;
    height: 58px;
  }
  
  .icon_box.style_one .text_box{
    position: relative;
    margin-left: 75px;
  }
  .icon_box.style_one .text_box h2 a{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #132728;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 3px;
  }
  .icon_box.style_one .text_box p{
   color: #f15044;
   font-weight: 700;
   font-size: 20px;
  }
  @-webkit-keyframes ripple {
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(242, 87, 67, 0.1);
              box-shadow: 0 0 0 10px rgba(242, 87, 67, 0.1);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 67, 0.1);
              box-shadow: 0 0 0 0 rgba(242, 87, 67, 0.1);
    }
  }
  @keyframes ripple {
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(242, 87, 67, 0.1);
              box-shadow: 0 0 0 10px rgba(242, 87, 67, 0.1);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(242, 87, 67, 0.1);
              box-shadow: 0 0 0 0 rgba(242, 87, 67, 0.1);
    }
  }
  /** funfact-section **/

.funfact-section{
    position: relative;
  }
  
  .funfact-section .inner-container{
    position: relative;
    margin-top: -135px;
    z-index: 1;
  }
  .funfact-section.sec-pad .inner-container {
    margin: 0;
  }
  
  .funfact-section .counter-block-one{
    position: relative;
    display: inline-block;
    width: 25%;
    float: left;
  }
  
  .counter-block-one .inner-box {
    position: relative;
    display: block;
    padding: 38px 30px 41px 30px;
  }
  .counter-block-one .inner-box .count-outer {
    margin-left: 80px;
  }
  .counter-block-one:nth-child(2) .inner-box{
    background: #f6f6f6;
  }
  
  .counter-block-one:nth-child(3) .inner-box{
    background: #313143;
  }
  
  .counter-block-one .inner-box .shap-box{
    position: absolute;
    left: 30px;
    top: 50px;
    width: 62px;
    height: 9px;
    background-repeat: no-repeat;
  }
  
  @keyframes slide-2{
    from { background-position: 0 0; }
      to { background-position: 1920px 0; }
  }
  
  @-webkit-keyframes slide-2{
    from { background-position: 0 0; }
      to { background-position: 1920px 0; }
  }
  
  .counter-block-one .inner-box .icon-box {
    position: absolute;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    left: 30px;
    top: 40px;
  }
  
  .counter-block-one:nth-child(2) .inner-box .icon-box{
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
  }
  
  .counter-block-one:nth-child(3) .inner-box .icon-box{
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
  }
  
  .counter-block-one .inner-box .count-outer span{
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 68px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #fff;
    margin-bottom: 13px;
  }
  
  .counter-block-one:nth-child(2) .inner-box .count-outer span{
    color: #1e1e2a;
  }
  
  .counter-block-one .inner-box h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
  }
  
  .counter-block-one:nth-child(2) .inner-box h3{
    color: #1e1e2a;
  }


  /** funfact-style-two **/

.funfact-style-two{
  position: relative;
  padding: 100px 0px 92px 0px;
}

.counter-block-two .inner-box{
  position: relative;
  display: block;
}

.counter-block-two .inner-box .upper-box{
  position: relative;
  padding-left: 80px;
  margin-bottom: 14px;
}

.counter-block-two .inner-box .upper-box .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 65px;
  line-height: 65px;
  color: transparent;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.counter-block-two .inner-box .upper-box .count-outer .shap-box{
  position: relative;
  display: block;
  width: 62px;
  height: 9px;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}

.counter-block-two .inner-box .upper-box .count-outer{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 55px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin: 0px;
}

.counter-block-two .inner-box h3{
  color: #fff;
  margin: 0px;
}/** chooseus-section **/

.chooseus-section{
    position: relative;
    overflow: hidden;
    padding: 116px 0px 85px 0px;
  }
  
  .chooseus-section .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .chooseus-section .image-layer{
    position: absolute;
    right: 140px;
    bottom: 0px;
    z-index: 1;
  }
  
  .chooseus-section .inner-content .content-box-one{
    position: relative;
    max-width: 700px;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .chooseus-section .inner-content .single-item{
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
    max-width: 225px;
    width: 100%;
    margin-right: 10px;
  }
  
  .chooseus-section .inner-content .content-box-one .single-item{
    padding-top: 35px;
  }
  
  .chooseus-section .inner-content .content-box-two .single-item{
    padding-bottom: 35px;
  }
  
  .chooseus-section .inner-content .single-item:last-child{
    margin-right: 0px;
  }
  
  .chooseus-section .inner-content .single-item .content-box{
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 15px 22px 15px;
    text-align: center;
    opacity: 1;
    z-index: 1;
    transition: all 900ms ease;
  }
  
  .chooseus-section .inner-content .single-item:hover .content-box{
    opacity: 0;
  }
  
  .chooseus-section .inner-content .single-item .content-box .icon-box{
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
    z-index: 1;
  }
  .chooseus-section .inner-content .single-item .content-box .icon-box img {
    max-width: 55px;
  }
  .chooseus-section .inner-content .single-item .content-box .icon-box:before{
    position: absolute;
    content: '';
    background: #eeeef5;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    top: -10px;
    right: -30px;
    z-index: -1;
  }
  
  .chooseus-section .inner-content .single-item .content-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 0px;
  }
  
  .chooseus-section .inner-content .single-item .overlay-box{
    position: absolute;
    left: 0px;
    width: 100%;
    background: #fff;
    padding: 30px 15px 23px 15px;
    text-align: center;
    z-index: 1;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .chooseus-section .inner-content .content-box-one .single-item .overlay-box{
    top: 30px;
  }
  
  .chooseus-section .inner-content .content-box-two .single-item .overlay-box{
    bottom: 30px;
  }
  
  .chooseus-section .inner-content .content-box-one .single-item:hover .overlay-box{
    opacity: 1;
    top: 0px;
  }
  
  .chooseus-section .inner-content .content-box-two .single-item:hover .overlay-box{
    opacity: 1;
    bottom: 0px;
  }
  
  .chooseus-section .inner-content .single-item .overlay-box .icon-box{
    position: relative;
    display: inline-block;
    width: 86px;
    height: 86px;
    line-height: 86px;
    background: #eeeef5;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 14px;
  }
  .chooseus-section .inner-content .single-item .overlay-box .icon-box img {
    max-width: 55px;
  }
  .chooseus-section .inner-content .single-item .overlay-box p{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #5a5a68;
    font-weight: 500;
  }
  
  .chooseus-section .inner-content .content-box-two{
    position: relative;
    display: block;
    width: 100%;
  }
  
  .chooseus-section .inner-content .single-item .image-box{
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 0px;
  }
  
  .chooseus-section .sec-title{
    margin-bottom: 15px;
  }
  /** working-section **/

.working-section{
    position: relative;
    padding-top: 115px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  
  .working-section:before{
    position: absolute;
    content: '';
    background: #1e1e2a;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.85;
  }
  
  .working-section .inner-content{
    position: relative;
    margin: 0px -10px -170px -10px;
    z-index: 1;
  }
  .working-section.sec-pad .inner-content {
    margin: 0;
  }
  .working-section .sec-title{
    margin-bottom: 60px;
  }
  .working-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 43px 40px 23px;
    min-height: 298px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
  }
  
  .working-block-one .inner-box:hover{
    transform: translateY(-15px);
  }
  
  .working-block-one{
    position: relative;
  }
  
  .working-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    border: 1px dashed #b1b1bc;
    padding: 5px;
    margin-bottom: 19px;
  }
  
  .working-block-one .inner-box .icon-box .count-box {
    position: absolute;
    top: 4px;
    right: -17px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    border: 3px solid #fff;
    z-index: 2;
  }
  
  .working-block-one .inner-box .icon-box .icon {
    position: absolute;
    display: inline-block;
    left: 4px;
    top: 4px;
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 60px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
  }
  
  .working-block-one .inner-box .icon-box .icon:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .working-block-one .inner-box:hover .icon-box .icon:before{
    opacity: 0.8;
  }
  
  .working-block-one .inner-box .lower-content h3{
    margin-bottom: 12px;
  }
  .working-block-one .inner-box .lower-content p {
    margin-bottom: 20px;
  }
  .working-block-one .inner-box .lower-content .pattern-layer{
    position: relative;
    display: block;
    max-width: 62px;
    width: 100%;
    height: 9px;
    margin: 0 auto;
    margin-bottom: 23px;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .working-block-one .inner-box:hover .lower-content .pattern-layer{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
  }
  /** feature-section **/

.feature-section{
    position: relative;
  }
  
  .feature-section .outer-container{
    position: relative;
    display: block;
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
  }
  
  .feature-section .feature-block-one{
    position: relative;
    display: block;
    float: left;
    width: 33.333%;
  }
  
  .feature-section .feature-block-one .inner-box{
    position: relative;
    display: block;
    background: #fff;
    max-width: 560px;
    width: 100%;
    z-index: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  
  .feature-section .feature-block-one .inner-box .box .light-icon{
    position: absolute;
    right: -10px;
    bottom: -10px;
    font-size: 120px;
    line-height: 120px;
  }
  
  .feature-section .feature-block-one .inner-box .icon-box{
    position: absolute;
    left: 0px;
    top: -40px;
    width: 170px;
    height: calc(100% + 40px);
    text-align: center;
    background: #f6f6f6;
    padding: 52px 15px 30px 15px;
    z-index: 1;
  }
  
  .feature-section .feature-block-one .inner-box .icon-box:before{
    position: absolute;
    content: '';
    background: #e2e0e0;
    width: 40px;
    height: 40px;
    top: 0px;
    right: -39px;
    clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
    transition: all 500ms ease;
  }
  
  .feature-section .feature-block-one .inner-box:hover .icon-box:before{
    background: #3a3a46;
  }
  
  .feature-section .feature-block-one .inner-box .icon-box:after{
    position: absolute;
    content: '';
    background: #282833;
    width: 100%;
    height: 0%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    transition: all 300ms ease;
  }
  
  .feature-section .feature-block-one .inner-box:hover .icon-box:after{
    height: 100%;
    top: 0px;
  }
  
  .feature-section .feature-block-one .inner-box .icon-box i{
    position: relative;
    display: inline-block;
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 15px;
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
  }
  
  .feature-section .feature-block-one .inner-box .icon-box h3{
    margin: 0px;
    transition: all 500ms ease;
  }
  
  .feature-section .feature-block-one .inner-box:hover .icon-box h3{
    color: #fff;
  }
  
  .feature-section .feature-block-one .inner-box .box{
    position: relative;
    overflow: hidden;
    padding: 33px 30px 34px 200px;
    min-height: 165px;
  }
  
  .feature-section .feature-block-one .inner-box .box:before{
    position: absolute;
    content: '';
    background: #1e1e2a;
    width: 100%;
    height: 0%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 500ms ease;
  }
  
  .feature-section .feature-block-one .inner-box:hover .box:before{
    top: 0px;
    height: 100%;
  }
  .feature-section .feature-block-one .inner-box .box p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #5a5a68;
    margin-bottom: 13px;
    transition: all 500ms ease;
  }
  
  .feature-section .feature-block-one .inner-box .box p{
    color: #a6a6b3;
  }
  
  .feature-section .feature-block-one .inner-box .box a{
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    color: #1e1e2a;
    font-weight: 700;
  }
  
  .feature-section .feature-block-one .inner-box:hover .box a{
    color: #fff;
  }
  
  .feature-section .feature-block-one .inner-box .box a i{
    position: relative;
    margin-left: 10px;
    font-size: 20px;
    top: 2px;
  }