/** 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;
}
/** booking-section **/

.booking-section{
    position: relative;
  }
  
  .booking-section .inner-box{
    position: relative;
    background: #fff;
    padding: 42px 50px 30px 50px;
    margin-top: -100px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  .booking-section.sec-pad .inner-box {
    margin-top: 0;
  }
  
  .booking-section .title-inner h2{
    position: relative;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 3px;
  }
  
  .booking-section .title-inner p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #5a5a68;
  }
  .booking-section .upper-box{
    position: relative;
    display: block;
    margin-bottom: 32px;
  }
  
  .booking-section .upper-box .link-box{
    margin-top: 24px;
  }
  
  .booking-section .upper-box .link-box a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
  }
  
  .booking-section .upper-box .link-box a:hover{
    color: #5a5a68;
    border-color: #5a5a68;
  }
  
  .booking-section .upper-box .link-box a i{
    position: relative;
    margin-left: 7px;
    top: 1px;
  }
  
  .booking-form .form-group{
    position: relative;
    margin: 0px;
  }
  
  .booking-form .form-group .field-input{
    position: relative;
    margin-bottom: 20px;
  }
  
  .booking-form .form-group .field-input i{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    color: #a6a6af;
    z-index: 1;
  }
  
  .booking-form .form-group .field-input input[type='text']{
    position: relative;
    width: 100%;
    height: 60px;
    border: 1px solid #e3e3e3;
    background: #fff;
    color: #5a5a68;
    padding: 10px 50px 10px 20px;
    font-size: 16px;
    transition: all 500ms ease;
    background-image: none !important;
  }
  
  .booking-form .form-group button{
    width: 100%;
    display: block;
    padding: 14px 50px;
  }
  .booking-form .form-group button:before{
    background: #fff;
  }
  
  .booking-section .booking-form .form-group button{
    border: 1px solid transparent;
  }


  /** appointment-section **/

.appointment-section{
  position: relative;
  padding: 115px 0px 120px 0px;
}

.appointment-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.appointment-section .sec-title h2{
  margin-bottom: 22px;
}

.appointment-section .sec-title p{
  font-size: 18px;
  font-weight: 600;
  color: #b0b0bd;
}

.appointment-section .sec-title{
  margin-bottom: 50px;
}

.appointment-section .more-text{
  position: relative;
  display: block;
  margin-top: 11px;
}

.appointment-section .more-text a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px dashed #fff;
}

.appointment-section .more-text a i{
  position: relative;
  top: 2px;
  margin-left: 10px;
}

.appointment-section.service-page{
  position: relative;
  width: 100%;
  padding: 0px 0px 120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.appointment-section.service-page .sec-title p{
  color: #5a5a68;
}
/** 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;
}/** service-section **/

.service-section{
    position: relative;
    padding: 250px 0px 120px 0px;
    margin-top: -135px;
  }
  
  .service-section .sec-title{
    margin-bottom: 50px;
  }
  

  
  .service-block-one .inner-box {
    position: relative;
    display: block;
    margin-top: 30px;
    background: #2b2a37;
  }
  .service-block-one .inner-box:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 0%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 500ms ease;
  }
  
  .service-block-one .inner-box:hover:before{
    height: 100%;
    top: 0px;
  }
  
  .service-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .service-block-one .inner-box .image-box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #2a2a38;
    opacity: 0;
    transition: all 500ms ease;
    z-index: 1;
  }
  .service-block-one .inner-box:hover .image-box::before {
    opacity: .9;
  }
  .service-block-one .inner-box .image-box img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .service-block-one .inner-box:hover .image-box img{
    transform: scale(1.05);
  }
  .service-block-one .inner-box .lower-content {
    position: relative;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    padding: 30px 30px 0px;
  }
  
  .service-block-one .inner-box .image-box .icon-box {
    position: absolute;
    top: 38%;
    left: 0;
    font-size: 40px;
    width: 100%;
    height: 100%;
    display: block;
    right: 0;
    margin: auto;
    z-index: 10;
    text-align: center;
    opacity: 0;
    transition: all 500ms ease;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
    background: -webkit-linear-gradient(-90deg, #f25743, #eb3648 50%);
    color: #fff;
  }
  
  .service-block-one .inner-box:hover .image-box .icon-box {
    opacity: 1;
  }
  
  .service-block-one .inner-box .image-box .icon-box i {
    position: relative;
    color: #fff;
    transition: all 500ms ease;
  }
  
  .service-block-one .inner-box .lower-content .shap-box {
    position: absolute;
    left: 30px;
    top: 35px;
    width: 62px;
    height: 9px;
    background-repeat: no-repeat;
  }
  
  .service-block-one .inner-box .lower-content h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 14px;
  }
  
  .service-block-one .inner-box .lower-content h3 a{
    display: inline-block;
    color: #fff;
  }
  
  .service-block-one .inner-box .lower-content p {
    font-size: 16px;
    line-height: 24px;
    color: #a6a6b3;
    font-weight: 500;
    margin-bottom: 27px;
  }
  
  .service-block-one .inner-box .lower-content .link{
    position: relative;
    display: block;
    padding: 14px 0px;
    z-index: 1;
  }
  
  .service-block-one .inner-box .lower-content .link:before{
    position: absolute;
    content: '';
    background: rgba(255,255,255,0.1);
    width: calc(100% + 60px);
    height: 2px;
    left: -30px;
    top: 0px;
  }
  
  .service-block-one .inner-box .lower-content .link:after{
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    top: 0px;
    right: -30px;
    z-index: -1;
    transition: all 500ms ease;
  }
  
  .service-block-one .inner-box:hover .lower-content .link:after{
    width: calc(100% + 60px);
    left: -30px;
  }
  
  .service-block-one .inner-box .lower-content .link a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
  }
  
  .service-block-one .inner-box .lower-content .link a i{
    position: relative;
    font-weight: 400;
    font-size: 22px;
    margin-left: 10px;
    top: 2px;
  }




  /** service-style-two **/

.service-style-two{
  position: relative;
  padding: 115px 0px 120px 0px;
}

.service-style-two .sec-title{
  margin-bottom: 50px;
}

.service-style-two .service-block-one .inner-box{
  border: 1px solid #e3e3e3;
}
.service-block-one .inner-box .lower-content .icon-box {
  position: absolute;
  top: 30px;
  right: 25px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 40px;
  background: #313143;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}
.service-block-one .inner-box .lower-content .icon-box i {
  color: transparent !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  transition: all 500ms ease;
}
.service-style-two .service-block-one .inner-box .lower-content .icon-box{
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.service-block-one .inner-box .lower-content .icon-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease;
}
.service-block-one .inner-box:hover .lower-content .icon-box:before {
  transform: scale(1, 1);
}
.service-style-two .service-block-one .inner-box .lower-content h3 a{
  color: #1e1e2a;
}

.service-style-two .service-block-one .inner-box .lower-content p{
  color: #5a5a68;
}

.service-style-two .service-block-one .inner-box .lower-content .link a{
  color: #1e1e2a;
}

.service-style-two .service-block-one .inner-box:hover .lower-content .link a{
  color: #fff;
}

.service-style-two .service-block-one .inner-box .lower-content .link:before{
  height: 1px;
  background: #e3e3e3;
}
.service-style-two .service-block-one .inner-box {
  border: 1px solid #e3e3e3;
  background: #fff;
}
.service-style-two .service-block-one .inner-box .lower-content {
  padding: 67px 30px 0px;
}
.service-style-two .service-block-one .inner-box .lower-content {
  border: 0px;
}
.service-block-one .inner-box:hover .lower-content .icon-box i {
  background: -webkit-linear-gradient(-90deg, #fff, #fff 50%);
}


/*** 

====================================================================
                        Service-Page
====================================================================

***/

.service-page-section{
  position: relative;
  padding: 115px 0px 35px 0px;
}

.service-page-section .service-block-one{
  margin-bottom: 80px;
}
.service-page-section .sec-title {
  text-align: left;
}/** project-section **/

.project-section{
    position: relative;
    padding: 115px 0px 90px 0px;
  }
  
  .project-section .sec-title{
    margin-bottom: 50px;
  }
  
  .project-block-one .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
  }
  
  .project-block-one .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    background: #2a2a38;
  }
  
  .project-block-one .inner-box .image-box img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .project-block-one .inner-box:hover .image-box img{
    transform: scale(1.05);
    opacity: 0.05;
  }
  
  .project-block-one .inner-box .lower-content .box {
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
    transform: translateY(30px);
    opacity: 0;
    transition: all 500ms ease;
    text-align: center;
    padding: 0px 10px;
  }
  
  .project-block-one .inner-box:hover .lower-content .box{
    transform: translateY(0px);
    opacity: 1;
  }
  
  
  .project-block-one .inner-box .lower-content{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    padding: 25px 30px;
  }
  
  .project-block-one .inner-box .lower-content .box h3{
    color: #fff;
    margin-bottom: 0px;
  }
  
  .project-block-one .inner-box .lower-content .box h3 a{
    color: #fff;
  }
  
  .project-block-one .inner-box .lower-content .box p {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
  }
  
  .project-block-one .inner-box .lower-content .view-btn{
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    transition: all 900ms ease;
  }
  
  .project-block-one .inner-box:hover .lower-content .view-btn{
    opacity: 1;
  }
  
  .project-block-one .inner-box .lower-content .view-btn a{
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
  }

  /** project-style-two **/

.project-style-two{
  position: relative;
}

.project-block-two .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.project-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #1e1e2a;
}

.project-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img{
  opacity: 0.1;
}

.project-block-two .inner-box .content-box{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 15px 30px;
  text-align: center;
}

.project-block-two .inner-box .content-box p{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
  transform: translateY(-15px);
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-two .inner-box .content-box h3{
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  opacity: 0;
  transform: translateY(15px);
  transition: all 500ms ease;
}

.project-block-two .inner-box:hover .content-box p,
.project-block-two .inner-box:hover .content-box h3{
  opacity: 1;
  transform: translateY(0px);
}

.project-block-two .inner-box .content-box h3 a{
  color: #fff;
}

.project-block-two .inner-box .link-box{
  position: absolute;
  right: 27px;
  bottom: 30px;
}

.project-block-two .inner-box .link-box li{
  position: relative;
  display: inline-block;
  margin: 0px 3px;
  opacity: 0;
  transition: all 500ms ease;
}

.project-block-two .inner-box .link-box li:first-child{
  transform: translateX(-15px);
}

.project-block-two .inner-box .link-box li:last-child{
  transform: translateX(15px);
}

.project-block-two .inner-box:hover .link-box li{
  opacity: 1;
  transform: translateX(0px);
}

.project-block-two .inner-box .link-box li a{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  font-size: 22px;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.project-block-two .inner-box .link-box li a:before{
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  left: -2px;
  top: -2px;
  right: 0px;
  opacity: 0;
  z-index: -1;
  transition: all 500ms ease;
}

.project-block-two .inner-box .link-box li a:hover:before{
  opacity: 1;
}
/** clients-section **/

.clients-section{
    position: relative;
    padding: 115px 0px;
  }
  
  .clients-section .clients-logo-box img{
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .clients-section .clients-logo-box img:hover{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
  }
  
  .clients-section .clients-logo-box{
    position: relative;
    display: block;
  }
  
  .clients-section .clients-logo-box:before{
    position: absolute;
    content: '';
    background: #f3f3f3;
    width: 1px;
    height: 95px;
    top: 20px;
    right: -15px;
  }
  
  .clients-section .owl-theme .owl-dots .owl-dot span{
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #d9d9e1;
    border-radius: 50%;
    margin: 0px 7px;
    cursor: pointer;
    transition: all 500ms ease;
  }


  /** clients-style-two **/

.clients-style-two{
  position: relative;
  padding: 60px 0px;
}

.clients-style-two .clients-logo-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.clients-style-two .clients-logo-box img:hover{
  opacity: 0.5;
}

.clients-style-two .clients-logo-box{
  position: relative;
  display: block;
}

.clients-style-two .clients-logo-box:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.5);
  width: 1px;
  height: 95px;
  top: 20px;
  right: -15px;
}/** 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;
  }/** about-style-two **/

.about-style-two{
    position: relative;
    padding: 100px 0px 120px 0px;
  }
  
  .about-style-two .upper-content{
    position: relative;
    margin-bottom: 60px;
  }
  .about-style-two .theme-btn {
    padding: 10px 40px;
    margin-top: 30px;
  }
  #content_block_three .content-box .award-box li{
    position: relative;
    display: inline-block;
    float: left;
    width: 33.333%;
  }
  
  #content_block_three .content-box .sec-title{
    margin-bottom: 39px;
  }
  
  #content_block_four .content-box .text{
    position: relative;
    margin-bottom: 32px;
  }
  
  #content_block_four .content-box .text p{
    margin-bottom: 15px;
  }
  
  #content_block_four .content-box .text p:last-child{
    margin-bottom: 0px;
  }
  
  #content_block_four .content-box .author-box{
    position: relative;
    margin-bottom: 32px;
  }
  
  #content_block_four .content-box .author-box .author-info{
    position: relative;
    display: inline-block;
    padding: 13px 0px 0px 110px;
    float: left;
    padding-right: 30px;
    min-height: 80px;
  }
  
  #content_block_four .content-box .author-box .author-info:before{
    position: absolute;
    content: '';
    background: #e3e3e3;
    width: 1px;
    height: 100%;
    top: 0px;
    right: 0px;
  }
  
  #content_block_four .content-box .author-box .author-info .image-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  
  #content_block_four .content-box .author-box .author-info .image-box img{
    width: 100%;
    border-radius: 50%;
  }
  
  #content_block_four .content-box .author-box .author-info h3{
    margin-bottom: 0px;
  }
  
  #content_block_four .content-box .author-box .author-info .designation{
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #5a5a68;
    margin: 0px;
  }
  
  #content_block_four .content-box .author-box .author-signatur{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 30px;
  }
  
  #content_block_four .content-box .support-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #1e1e2a;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    margin-bottom: 2px;
  }
  
  #content_block_four .content-box .support-box p{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  #content_block_four .content-box .support-box p a{
    display: inline-block;
  }
  
  #content_block_four .content-box .support-box p a:hover{
    text-decoration: underline;
  }
  
  .about-style-two .lower-content .single-item{
    padding: 10px 10px;
    overflow: hidden;
    margin: -10px -10px;
  }
  
  .about-style-two .lower-content .single-item .inner-box{
    position: relative;
    display: block;
    background: transparent;
    border: 2px solid #e2e2e2;
    text-align: center;
    padding: 45px 15px 40px 15px;
  }
  
  .about-style-two .lower-content .single-item .inner-box .content-box .icon-box{
    position: relative;
    display: inline-block;
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 50px;
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
  }
  
  .about-style-two .lower-content .single-item .inner-box .content-box .icon-box .line{
    position: absolute;
    left: 50%;
    bottom: -35px;
    width: 62px;
    height: 9px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  
  .about-style-two .lower-content .single-item .inner-box .content-box h3{
    margin: 0px;
  }
  
  .about-style-two .lower-content .single-item .inner-box .overlay-box{
    position: absolute;
    left: -10px;
    top: 20px;
    width: calc(100% + 20px);
    z-index: 1;
    opacity: 0;
    padding: 28.5px 15px;
    min-height: 290px;
    transition: all 500ms ease;
  }
  
  .about-style-two .lower-content .single-item .inner-box:hover .overlay-box{
    opacity: 1;
    top: -10px;
  }
  
  .about-style-two .lower-content .single-item .inner-box .overlay-box .icon-box{
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 42px;
  }
  
  .about-style-two .lower-content .single-item .inner-box .overlay-box .icon-box .line{
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 62px;
    height: 9px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  
  .about-style-two .lower-content .single-item .inner-box .overlay-box p{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
    margin-bottom: 17px;
  }
  
  .about-style-two .lower-content .single-item .inner-box .overlay-box h3{
    color: #fff;
    margin: 0px;
  }
  
  .about-style-two .lower-content .single-item .inner-box .overlay-box h3 a{
    color: #fff;
  }/** chooseus-style-two **/

.chooseus-style-two{
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
  }
  
  .chooseus-style-two:before{
    position: absolute;
    content: '';
    background: #030306;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.1;
  }
  
  #content_block_five .content-box .video-btn a{
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    padding-left: 90px;
    padding-top: 5px;
  }
  
  #content_block_five .content-box .video-btn a i{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 70px;
    line-height: 70px;
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
  }
  
  #content_block_five .content-box .sec-title{
    margin-bottom: 39px;
  }
  
  #content_block_six .content-box{
    position: relative;
    display: block;
    margin-left: 100px;
  }
  
  #content_block_six .content-box .single-item{
    position: relative;
    display: inline-block;
    width: 50%;
    float: left;
  }
  
  #content_block_six .content-box .single-item .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
  }
  
  #content_block_six .content-box .single-item .inner-box .box{
    position: relative;
    display: block;
    background: #2b2a37;
    padding: 40px 15px 38px 15px;
  }
  
  #content_block_six .content-box .single-item:nth-child(2) .inner-box .box,
  #content_block_six .content-box .single-item:nth-child(3) .inner-box .box,
  #content_block_six .content-box .single-item:last-child .inner-box .box{
    background: #393847;
  }
  
  #content_block_six .content-box .single-item .inner-box .box .icon-box{
    position: relative;
    display: inline-block;
    font-size: 56px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 17px;
  }
  
  #content_block_six .content-box .single-item .inner-box .box h4{
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
  }
  
  #content_block_six .content-box .single-item .inner-box .overlay-box{
    position: absolute;
    display: block;
    background: #2b2a37;
    padding: 2px;
    z-index: 1;
    left: 0px;
    top: 20px;
    right: 0px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  #content_block_six .content-box .single-item .inner-box:hover .overlay-box{
    opacity: 1;
    top: 0px;
  }
  
  #content_block_six .content-box .single-item .inner-box .overlay-box:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: -1;
  }
  
  #content_block_six .content-box .single-item .inner-box .overlay-box .overlay-inner{
    position: relative;
    background: #2b2a37;
    padding: 28px 15px 21px 15px;
  }
  #content_block_six .content-box .single-item:nth-child(2) .inner-box .overlay-box .overlay-inner,
  #content_block_six .content-box .single-item:nth-child(3) .inner-box .overlay-box .overlay-inner,
  #content_block_six .content-box .single-item:last-child .inner-box .overlay-box .overlay-inner{
    background: #393847;
  }
  
  #content_block_six .content-box .single-item .inner-box .overlay-box .overlay-inner .icon-box{
    position: relative;
    display: inline-block;
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 14px;
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
  }
  
  #content_block_six .content-box .single-item .inner-box .overlay-box .overlay-inner p{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #a6a6b3;
    margin: 0px;
  }/** team-style-two **/

.team-style-two{
    position: relative;
    overflow: hidden;
    padding: 115px 0px 120px 0px;
  }
  
  .team-style-two .pattern-layer{
    position: absolute;
    right: 0px;
    top: 100px;
    width: 610px;
    height: 530px;
    background-repeat: no-repeat;
  }
  
  .team-style-two .image-layer .image{
    position: absolute;
    bottom: 0px;
  }
  
  .team-style-two .image-layer .image-1{
    right: 410px;
  }
  
  .team-style-two .image-layer .image-2{
    right: 0px;
  }
  
  .team-block-two .inner-box{
    position: relative;
    display: block;
    border: 1px solid #e3e3e3;
    background: #fff;
    padding-top: 27px;
    transition: all 500ms ease;
  }
  
  .team-block-two .inner-box:hover{
    border-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }
  
  .team-block-two .inner-box .upper-box{
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 22px;
  }
  
  .team-block-two .inner-box .upper-box:before{
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    left: 0px;
    top: 0px;
  }
  
  .team-block-two .inner-box .upper-box .designation{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #5a5a68;
    font-weight: 700;
    margin-bottom: 7px;
  }
  
  .team-block-two .inner-box .upper-box h3{
    margin: 0px;
  }
  
  .team-block-two .inner-box .image-box{
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
  }
  
  .team-block-two .inner-box .image-box img{
    width: 100%;
    border-radius: 50%;
  }
  
  .team-block-two .inner-box .lower-box{
    position: relative;
    display: block;
    border-top: 1px solid #e3e3e3;
  }
  
  .team-block-two .inner-box .lower-box .list-item li{
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 17px;
    color: #5a5a68;
  }
  
  .team-block-two .inner-box .lower-box .list-item li a{
    padding: 12px 10px;
  }
  
  .team-block-two .inner-box .lower-box .list-item li a{
    position: relative;
    display: inline-block;
    color: #5a5a68;
  }
  
  .team-block-two .inner-box .lower-box .list-item li a i{
    position: relative;
    margin-right: 10px;
    color: #a6a6af;
    font-size: 16px;
    transition: all 500ms ease;
  }
  
  
  .team-block-two .inner-box .lower-box .list-item li.share .social-links{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -23px;
    width: 120px;
    height: 40px;
    border: 1px solid #e3e3e3;
    background: #fff;
    text-align: center;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
  }
  
  .team-block-two .inner-box .lower-box .list-item li.share:hover .social-links{
    top: -33px;
    visibility: visible;
    opacity: 1;
  }
  
  .team-block-two .inner-box .lower-box .list-item li.share .social-links:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    left: 53px;
    bottom: -4px;
    z-index: -1;
    transform: rotate(45deg);
    box-shadow: 1px 1px #e3e3e3;
  }
  
  .team-block-two .inner-box .lower-box .list-item li.share .social-links li{
    position: relative;
    display: inline-block;
    width: 33.333%;
    line-height: 40px;
    padding: 0px;
    border-right: 1px solid #e3e3e3;
    text-align: center;
    float: left;
  }
  
  .team-block-two .inner-box .lower-box .list-item li.share .social-links li a{
    padding: 0px;
  }
  
  .team-block-two .inner-box .lower-box .list-item li.share .social-links li a i{
    margin: 0px;
  }
  
  .team-block-two .inner-box .lower-box .list-item li.share .social-links li:last-child{
    border-right: none;
  }
  
  .team-block-two .inner-box .lower-box .list-item li.mail-box{
    border-right: 1px solid #e3e3e3;
  }
  
  .team-style-two .more-text{
    position: relative;
    display: block;
    margin-top: 43px;
  }
  
  .team-style-two .more-text p{
    font-size: 18px;
    font-weight: 500;
    color: #5a5a68;
    margin: 0px;
  }
  
  .team-style-two .more-text p a{
    display: inline-block;
    line-height: 22px;
  }
  
  .team-style-two .more-text p a i{
    position: relative;
    font-size: 18px;
    margin-left: 10px;
    top: 2px;
  }
  
  .team-style-two .more-text p a:hover{
    color: #5a5a68;
    border-color: #5a5a68;
  }
  
  .team-style-two .sec-title{
    margin-bottom: 50px;
  }

  /*** 

====================================================================
                        Team-Page
====================================================================

***/

.team-page-section{
  position: relative;
  padding: 120px 0px 90px 0px;
}

.team-page-section .team-block-two{
  margin-bottom: 30px;
}

.team-page-section .team-block-one{
  margin-bottom: 30px;
}/** testimonial-style-two **/

.testimonial-style-two{
    position: relative;
    padding: 115px 0px 70px 0px;
  }
  
  .testimonial-style-two .testimonial-inner{
    position: relative;
    margin: 0px -20px;
  }
  
  .testimonial-style-two .testimonial-content{
    position: relative;
    margin: 20px 20px 50px 20px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box{
    position: relative;
    display: block;
    padding: 32px 30px 22px 30px;
    border: 1px solid #e3e3e3;
    transition: all 500ms ease;
  }
  
  .testimonial-style-two .testimonial-content .inner-box:hover{
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  }
  
  .testimonial-style-two .testimonial-content .inner-box .quote-box{
    position: absolute;
    top: -16px;
    right: 20px;
    background: #fff;
    width: 75px;
    font-size: 60px;
    line-height: 60px;
    color: #e4e4e4;
    text-align: center;
    transition: all 500ms ease;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .rating-box{
    position: relative;
    display: block;
    margin-bottom: 16px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .rating-box li{
    position: relative;
    display: inline-block;
    font-size: 14px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box h4{
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box p {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #5a5a68;
    font-weight: 600;
    margin-bottom: 32px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .author-box{
    position: relative;
    display: block;
    padding: 10px 0px 10px 20px;
    background: #f6f6f6;
    margin-bottom: 23px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .author-box:before{
    position: absolute;
    content: '';
    background: #f6f6f6;
    width: calc(100% + 50px);
    height: 100%;
    right: -50px;
    top: 0px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .author-box:after {
    position: absolute;
    content: '';
    background: #e3e3e3;
    width: 20px;
    height: 25px;
    top: -25px;
    right: -50px;
    clip-path: polygon(0% 0%, 0% 0%, 100% 100%, 0% 100%, 0% 0%);
  }
  
  .testimonial-style-two .testimonial-content .inner-box .author-box .box{
    position: relative;
    display: block;
    padding: 4px 0px 6px 80px;
    min-height: 60px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .author-box .box .image-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .author-box .box .image-box img{
    width: 100%;
    border-radius: 50%;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .author-box .box h4{
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 6px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .author-box .box .designation{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #5a5a68;
    margin: 0px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .share-box{
    position: relative;
    display: inline-block;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .share-box a.share-btn {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #5a5a68;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    margin: 0px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .share-box a.share-btn i{
    margin-right: 10px;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .share-box .social-links{
    position: absolute;
    display: inline-block;
    left: 0px;
    bottom: -25px;
    width: 120px;
    height: 20px;
    background: transparent;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .share-box:hover .social-links{
    bottom: -12px;
    opacity: 1;
    visibility: visible;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .share-box .social-links li{
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
  }
  
  .testimonial-style-two .testimonial-content .inner-box .share-box .social-links li a{
    font-size: 13px;
    color: #5a5a68;
  }
  
  .testimonial-style-two .sec-title{
    margin-bottom: 42px;
  }

  .testimonial-page-section{
    padding: 150px 0px 50px 0px;
  }
  
  .testimonial-page-section .testimonial-content{
    margin: 0px 20px 70px 0px;
  }
  
  .testimonial-page-section .testimonial-content .inner-box .quote-box{
    right: 30px;
    top: -30px;
    font-size: 30px;
    color: #fff !important;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
  }
  
  .testimonial-page-section .testimonial-content .inner-box:hover{
    border-color: #fff;
  }
  /** news-style-two **/

.news-style-two{
    position: relative;
    padding: 115px 0px 120px 0px;
  }
  
  .news-block-two .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .news-block-two .inner-box .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    background: #1e1e2a;
  }
  
  .news-block-two .inner-box .image-box:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    box-shadow: inset 0px -200px 100px -40px rgba(30, 30, 42, 0.9);
    z-index: 1;
    transition: all 900ms ease;
  }
  
  .news-block-two .inner-box:hover .image-box:before{
    opacity: 0;
  }
  
  .news-block-two .inner-box .image-box img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .news-block-two .inner-box:hover .image-box img{
    opacity: 0.1;
  }
  
  .news-block-two .inner-box .category{
    position: absolute;
    top: 0px;
    right: 0px;
  }
  
  .news-block-two .inner-box .category p{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 4px 19px;
    text-align: center;
    z-index: 1;
    border-bottom-left-radius: 15px;
  }
  
  .news-block-two .inner-box .category p i{
    position: relative;
    color: #fff;
    margin-right: 8px;
  }
  
  .news-block-two .inner-box .content-box{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 20px 30px 33px 30px;
    z-index: 2;
    transition: all 500ms ease;
  }
  
  .news-block-two .inner-box:hover .content-box{
    opacity: 0;
  }
  
  .news-block-two .inner-box .content-box h3{
    line-height: 32px;
    color: #fff;
    margin-bottom: 14px;
  }
  
  .news-block-two .inner-box .content-box h3 a{
    color: #fff;
  }
  
  .news-block-two .inner-box .content-box .post-info li{
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-right: 3px;
    padding-right: 16px;
  }
  
  .news-block-two .inner-box .content-box .post-info li a{
    color: #bfbfcc;
  }
  
  .news-block-two .inner-box .content-box .post-info li i{
    font-size: 13px;
    margin-right: 8px;
  }
  
  .news-block-two .inner-box .content-box .post-info li:last-child i{
    color: #bfbfcc;
  }
  
  .news-block-two .inner-box .content-box .post-info li:last-child{
    margin: 0px;
    padding: 0px;
  }
  
  .news-block-two .inner-box .content-box .post-info li:before{
    position: absolute;
    content: '||';
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    top: -1px;
    right: 0px;
    font-weight: 400;
  }
  
  .news-block-two .inner-box .content-box .post-info li:last-child:before{
    display: none;
  }
  
  .news-block-two .inner-box .overlay-box{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .news-block-two .inner-box:hover .overlay-box{
    opacity: 1;
  }
  
  .news-block-two .inner-box .overlay-box .link-btn{
    position: absolute;
    left: 30px;
    bottom: 20px;
    transition: all 500ms ease;
  }
  
  .news-block-two .inner-box:hover .overlay-box .link-btn{
    bottom: 35px;
  }
  
  .news-block-two .inner-box .overlay-box .link-btn a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
  }
  
  .news-block-two .inner-box .overlay-box .link-btn a i{
    position: relative;
    font-size: 22px;
    font-weight: 400;
    margin-left: 10px;
    top: 2px;
  }
  
  .news-block-two .inner-box .overlay-box .view-btn{
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
    transition: all 500ms ease;
  }
  
  .news-block-two .inner-box:hover .overlay-box .view-btn{
    top: 50%;
  }
  
  .news-block-two .inner-box .overlay-box .view-btn a{
    font-size: 30px;
    color: #fff;
  }
  
  .news-style-two .owl-nav{
    position: absolute;
    top: -120px;
    right: 0px;
  }
  
  .news-style-two .owl-nav .owl-prev,
  .news-style-two .owl-nav .owl-next{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    color: #9f9fb4;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .news-style-two .owl-nav .owl-prev{
    margin-right: 10px;
  }
  
  .news-style-two .sec-title{
    margin-bottom: 50px;
  }