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