/** 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;
}
/** 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;
}/** 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;
}/** 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%);
  }
  /** testimonial-section **/

.testimonial-section{
    position: relative;
    padding: 240px 0px 90px 0px;
    margin-top: -126px;
  }

  
  .testimonial-section .testimonial-content .inner-box{
    position: relative;
    display: block;
    background: #fff;
    margin: 40px 15px 30px 15px;
    padding: 43px 30px 41px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }
  
  .testimonial-section .testimonial-content .inner-box .image-box{
    position: absolute;
    top: -40px;
    right: 40px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }
  
  .testimonial-section .testimonial-content .inner-box .image-box img{
    width: 100%;
    border-radius: 50%;
  }
  
  .testimonial-section .testimonial-content .inner-box .image-box i{
    position: absolute;
    right: -10px;
    bottom: 0px;
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
  }
  
  .testimonial-section .testimonial-content .inner-box .rating-box{
    position: relative;
    display: block;
    margin-bottom: 16px;
  }
  
  .testimonial-section .testimonial-content .inner-box .rating-box li{
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-right: 7px;
  }
  
  .testimonial-section .testimonial-content .inner-box .rating-box li:last-child{
    margin-right: 0px;
  }
  
  .testimonial-section .testimonial-content .inner-box p {
    font-size: 16px;
    line-height: 24px;
    color: #5a5a68;
    font-weight: 500;
    margin-bottom: 17px;
  }
  
  .testimonial-section .testimonial-content .inner-box h3{
    margin: 0px;
  }
  
  .testimonial-section .testimonial-content .inner-box h3 span{
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    color: #5a5a68;
  }
  
  .testimonial-section .testimonial-inner{
    position: relative;
    margin: 0px -15px;
  }
  
  .testimonial-section .sec-title{
    margin-bottom: 50px;
  }




  .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;
  }