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

.chooseus-section{
    position: relative;
    overflow: hidden;
    padding: 116px 0px 85px 0px;
  }
  
  .chooseus-section .pattern-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  .chooseus-section .image-layer{
    position: absolute;
    right: 140px;
    bottom: 0px;
    z-index: 1;
  }
  
  .chooseus-section .inner-content .content-box-one{
    position: relative;
    max-width: 700px;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .chooseus-section .inner-content .single-item{
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
    max-width: 225px;
    width: 100%;
    margin-right: 10px;
  }
  
  .chooseus-section .inner-content .content-box-one .single-item{
    padding-top: 35px;
  }
  
  .chooseus-section .inner-content .content-box-two .single-item{
    padding-bottom: 35px;
  }
  
  .chooseus-section .inner-content .single-item:last-child{
    margin-right: 0px;
  }
  
  .chooseus-section .inner-content .single-item .content-box{
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 15px 22px 15px;
    text-align: center;
    opacity: 1;
    z-index: 1;
    transition: all 900ms ease;
  }
  
  .chooseus-section .inner-content .single-item:hover .content-box{
    opacity: 0;
  }
  
  .chooseus-section .inner-content .single-item .content-box .icon-box{
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
    z-index: 1;
  }
  .chooseus-section .inner-content .single-item .content-box .icon-box img {
    max-width: 55px;
  }
  .chooseus-section .inner-content .single-item .content-box .icon-box:before{
    position: absolute;
    content: '';
    background: #eeeef5;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    top: -10px;
    right: -30px;
    z-index: -1;
  }
  
  .chooseus-section .inner-content .single-item .content-box h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 0px;
  }
  
  .chooseus-section .inner-content .single-item .overlay-box{
    position: absolute;
    left: 0px;
    width: 100%;
    background: #fff;
    padding: 30px 15px 23px 15px;
    text-align: center;
    z-index: 1;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .chooseus-section .inner-content .content-box-one .single-item .overlay-box{
    top: 30px;
  }
  
  .chooseus-section .inner-content .content-box-two .single-item .overlay-box{
    bottom: 30px;
  }
  
  .chooseus-section .inner-content .content-box-one .single-item:hover .overlay-box{
    opacity: 1;
    top: 0px;
  }
  
  .chooseus-section .inner-content .content-box-two .single-item:hover .overlay-box{
    opacity: 1;
    bottom: 0px;
  }
  
  .chooseus-section .inner-content .single-item .overlay-box .icon-box{
    position: relative;
    display: inline-block;
    width: 86px;
    height: 86px;
    line-height: 86px;
    background: #eeeef5;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 14px;
  }
  .chooseus-section .inner-content .single-item .overlay-box .icon-box img {
    max-width: 55px;
  }
  .chooseus-section .inner-content .single-item .overlay-box p{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #5a5a68;
    font-weight: 500;
  }
  
  .chooseus-section .inner-content .content-box-two{
    position: relative;
    display: block;
    width: 100%;
  }
  
  .chooseus-section .inner-content .single-item .image-box{
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 0px;
  }
  
  .chooseus-section .sec-title{
    margin-bottom: 15px;
  }
  .project-section{
    position: relative;
    padding: 115px 0px 90px 0px;
  }
  
  .project-section .sec-title{
    margin-bottom: 50px;
  }
  
  .project-section .upper-box .select-box{
    position: relative;
    max-width: 270px;
    width: 100%;
    margin-top: 32px;
  }
  
  .project-section .upper-box .nice-select{
    position: relative;
    width: 100%;
    height: 58px;
    border: 1px solid #e3e3e3;
    line-height: 58px;
    border-radius: 0px;
    padding: 0px 20px;
    font-size: 17px;
    font-weight: 600;
    color: #5a5a68;
    z-index: 9;
  }
  
  .project-block-three .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 32px;
  }
  
  .project-block-three .inner-box .image-box{
    position: relative;
    display: block;
  }
  
  .project-block-three .inner-box .image-box img{
    width: 100%;
  }
  
  .project-block-three .inner-box .content-box .lower-content{
    position: relative;
    padding-top: 13px;
  }
  
  .project-block-three .inner-box .content-box .lower-content p{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  
  .project-block-three .inner-box .content-box .lower-content h3{
    margin-bottom: 0px;
  }
  
  .project-block-three .inner-box .content-box{
    position: relative;
    opacity: 1;
    transition: all 500ms ease;
  }
  
  .project-block-three .inner-box:hover .content-box{
    opacity: 0;
  }
  
  .project-block-three .inner-box .overlay-box{
    position: absolute;
    left: 0px;
    top: 50px;
    right: 0px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .project-block-three .inner-box:hover .overlay-box{
    top: 0px;
    opacity: 1;
  }
  
  .project-block-three .inner-box .overlay-box .image-box{
    overflow: hidden;
    background: #1e1e2a;
  }
  
  .project-block-three .inner-box .overlay-box .image-box img{
    opacity: 0.1;
  }
  
  .project-block-three .inner-box .overlay-box .inner{
    position: relative;
  }
  
  .project-block-three .inner-box .overlay-box .box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 15px 15px;
  }
  
  .project-block-three .inner-box .overlay-box .box p{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
  }
  
  .project-block-three .inner-box .overlay-box .box h3{
    color: #fff;
    margin-bottom: 22px;
  }
  
  .project-block-three .inner-box .overlay-box .box h3 a{
    display: inline-block;
    color: #fff;
  }
  
  
  .project-block-three .inner-box .overlay-box .box .view-btn{
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    width: 60px;
    height: 60px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    border: 4px solid #fff;
  }
  .project-section.modern-view{
    padding-bottom: 70px;
  }
  
  .project-block-four .inner-box{
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    transition: all 500ms ease;
  }
  
  .project-block-four .inner-box:hover{
    padding: 10px;
  }
  
  .project-block-four .inner-box .image-box{
    position: relative;
    display: block;
  }
  
  .project-block-four .inner-box .image-box img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .project-block-four .inner-box:hover .image-box img{
    opacity: 0;
  }
  
  .project-block-four .inner-box .content-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 15px 15px;
  }
  
  .project-block-four .inner-box .content-box p{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 2px;
    transform: translateY(-15px);
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .project-block-four .inner-box .content-box h3{
    color: #fff;
    margin-bottom: 23px;
    transform: translateY(-15px);
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .project-block-four .inner-box:hover .content-box p,
  .project-block-four .inner-box:hover .content-box h3,
  .project-block-four .inner-box:hover .content-box .view-btn{
    opacity: 1;
    transform: translateY(0px);
  }
  
  .project-block-four .inner-box .content-box h3 a{
    color: #fff;
  }
  
  .project-block-four .inner-box .content-box .view-btn{
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    transform: translateY(15px);
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .project-section .sortable-masonry .filters{
    position: relative;
    display: block;
    margin-bottom: 65px;
  }
  
  .project-section .sortable-masonry .filters .filter-tabs{
    position: relative;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }
  
  .project-section .sortable-masonry .filters .filter-tabs li{
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #1e1e2a;
    font-weight: 700;
    padding: 25px 30px;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid #e3e3e3;
    transition: all 500ms ease;
    text-transform: capitalize;
  }
  
  .project-section .sortable-masonry .filters .filter-tabs li:first-child{
    border-left: 1px solid #e3e3e3;
  }
  
  .project-section .sortable-masonry .filters .filter-tabs li span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 700;
    width: 35px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .project-section .sortable-masonry .filters .filter-tabs li:hover span,
  .project-section .sortable-masonry .filters .filter-tabs li.active span{
    bottom: -18px;
    opacity: 1;
  }
  
  .project-section .sortable-masonry .filters .filter-tabs li span:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 12px;
    top: -3px;
    transform: rotate(45deg);
  }
  
  .project-section.masonry-view1{
    padding: 120px 0px 90px 0px;
  }