/** 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;
}
/** repair-section **/

.repair-section{
    position: relative;
  }
  
  .repair-section .inner-content{
    position: relative;
    margin-top: -138px;
    z-index: 1;
  }
  
  .repair-section .single-item .inner-box{
    position: relative;
    display: block;
  }
  
  .repair-section .single-item .inner-box .content-box{
    position: relative;
    display: inline-block;
    float: left;
    max-width: 270px;
    width: 100%;
    overflow: hidden;
    background: #2a2a38;
    min-height: 263px;
    padding: 38px 37px 34px 40px;
  }
  
  .repair-section .single-item .inner-box .image-box{
    position: relative;
    display: block;
    float: left;
    max-width: 300px;
    width: 100%;
    overflow: hidden;
  }
  
  .repair-section .single-item .inner-box .image-box:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background: rgba(42, 42, 56, 0.8);
    transition: all 500ms ease;
  }
  
  .repair-section .single-item .inner-box:hover .image-box:before{
    width: 100%;
    right: 0px;
  }
  
  .repair-section .single-item .inner-box .image-box img{
    width: 100%;
  }
  
  .repair-section .single-item .inner-box .content-box .icon-box{
    position: relative;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 23px;
  }
  
  .repair-section .single-item .inner-box .content-box .light-icon{
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 120px;
    line-height: 120px;
    color: rgba(255,255,255,0.1);
  }
  
  .repair-section .single-item .inner-box .content-box h3{
    position: relative;
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 18px;
  }
  
  .repair-section .single-item .inner-box .content-box h3:last-child{
    margin-bottom: 0px;
  }
  
  .repair-section .single-item .inner-box .content-box h3 a{
    color: #fff;
  }
  
  .repair-section .single-item .inner-box .content-box .rating-box{
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 7px 0px 0px 98px;
  }
  
  .repair-section .single-item .inner-box .content-box .rating-box span{
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
  }
  
  .repair-section .single-item .inner-box .content-box .rating-box h6{
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
  }
  
  .repair-section .single-item .inner-box .content-box .rating-box .rating li{
    position: relative;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin-right: 1px;
  }
  
  .repair-section .single-item .inner-box .content-box h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
  }
  
  .repair-section .single-item .inner-box .content-box h5 a{
    display: inline-block;
    color: #fff;
  }
  
  .repair-section .single-item .inner-box .content-box h5 a i{
    position: relative;
    font-size: 22px;
    font-weight: 400;
    top: 2px;
    margin-left: 10px;
  }/** brochure-section **/

.brochure-section{
    position: relative;
    padding: 115px 0px;
  }
  
  .brochure-section .pattern-layer .pattern-1{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .brochure-section .pattern-layer .pattern-2{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 695px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .brochure-section .image-layer{
    position: absolute;
    right: 0px;
    bottom: -65px;
  }
  
  .brochure-section .image-box{
    position: relative;
    display: block;
  }
  
  .brochure-section .image-box img{
    width: 100%;
  }
  
  .brochure-section .image-box h3{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    color: #fff;
    margin: 0px;
    padding: 20px 20px 23px 20px;
  }
  
  #content_block_two .content-box .subscribe-form .form-group{
    position: relative;
    margin-bottom: 20px;
  }
  
  #content_block_two .content-box .subscribe-form .form-group input[type='email']{
    position: relative;
    width: 100%;
    height: 55px;
    background: #3c3c4d;
    border: 1px solid #3c3c4d;
    padding: 10px 80px 10px 20px;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    color: #fff;
  }
  
  #content_block_two .content-box .subscribe-form .form-group input::-webkit-input-placeholder{
    color:#b0b0bd;
  }
  
  #content_block_two .content-box .subscribe-form .form-group button{
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    background: transparent;
    transition: all 500ms ease;
  }
  
  #content_block_two .content-box .subscribe-form .form-group button:before{
    position: absolute;
    content: '';
    background: rgba(255,255,255,0.1);
    width: 1px;
    height: 25px;
    left: -22px;
    top: 0px;
  }
  
  #content_block_two .content-box .download-btn h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
  }
  
  #content_block_two .content-box .download-btn h5 a{
    display: inline-block;
  }
  
  #content_block_two .content-box .download-btn h5 a i{
    margin-right: 10px;
  }
  
  #content_block_two .content-box .download-btn h5 a:hover{
    color: #fff;
  }
  /** 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;
}.service-details-content .choose-box .choose-content{
    position: relative;
    margin: 0px 10px;
  }
  
  .service-details-content .choose-box .choose-content .single-column{
    position: relative;
    padding: 0px 5px;
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box{
    position: relative;
    display: block;
    background: #f6f6f6;
    text-align: center;
    padding: 40px 15px 32px 15px;
    transition: all 500ms ease;
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box:hover{
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box .icon-box{
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    transition: all 500ms ease;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box:hover .icon-box{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box h3{
    margin-bottom: 12px;
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box .line{
    position: relative;
    display: block;
    max-width: 62px;
    width: 100%;
    height: 9px;
    margin: 0 auto;
    margin-bottom: 23px;
  }
  
  .service-details-content .choose-box .choose-content .single-item .inner-box p{
    font-size: 16px;
    font-weight: 500;
    color: #5a5a68;
    margin: 0px;
  }
  
  .service-details-content .choose-box .group-title{
    margin-bottom: 39px;
  }
  
  .service-details-content .choose-box{
    position: relative;
    margin-bottom: 53px;
  }.service-details-content .before-after-content .before-after {
    position: relative;
  }
  
  .service-details-content .before-after-content .before-after .twentytwenty-container img {
    width: 100%;
  }
  
  .service-details-content .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-before-label:before{
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    line-height: 90px;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    padding: 0px;
    background: transparent;
    z-index: 1;
    transform: rotate(-45deg);
    text-transform: uppercase;
  }
  
  .service-details-content .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-before-label:after{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
  }
  
  .service-details-content .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-after-label:before{
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100px;
    line-height: 140px;
    text-align: center;
    font-size: 16px;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    padding: 0px;
    bottom: 0px;
    transform: rotate(-45deg);
    z-index: 1;
    text-transform: uppercase;
  }
  
  .service-details-content .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-after-label:after{
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
  }
  
  .twentytwenty-after-label,
  .twentytwenty-before-label{
    opacity: 1 !important;
  }
  
  .service-details-content .before-after-gallery .text p{
    font-size: 18px;
    font-weight: 600;
    color: #5a5a68;
    margin-bottom: 0px;
  }
  
  .service-details-content .before-after-gallery .text{
    position: relative;
    margin-bottom: 31px;
  }
  
  .service-details-content .before-after-gallery{
    position: relative;
    margin-bottom: 53px;
  }.service-details-content .carousel-content .single-item{
    position: relative;
    display: block;
  }
  
  .service-details-content .carousel-content .single-item .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  
  .service-details-content .carousel-content .single-item .image-box img{
    width: 100%;
    border-radius: 50%;
  }
  .service-details-content .carousel-content .single-item .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%;
  }
  .service-details-content .carousel-content .single-item .inner{
    position: relative;
    padding: 0px 0px 11px 140px;
  }
  
  .service-details-content .carousel-content .single-item .inner h3{
    margin-bottom: 15px;
  }
  
  .service-details-content .carousel-content .single-item .inner p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 17px;
  }
  
  .service-details-content .carousel-content .single-item .inner h4{
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #1e1e2a;
    margin: 0px 0px 10px 0px;
  }
  .service-details-content .carousel-content .single-item .inner h4 span {
    font-size: 16px;
    line-height: 26px;
    color: #5a5a68;
    font-weight: 500;
  }
  .service-details-content .carousel-content .single-item .inner .rating-box{
    position: relative;
    display: inline-block;
  }
  
  .service-details-content .carousel-content .single-item .inner .rating-box li{
    position: relative;
    display: inline-block;
    font-size: 14px;
  }
  
  .service-details-content .carousel-content .owl-dots{
    position: relative;
    display: none;
    margin-left: 193px;
    margin-top: 25px;
  }
  
  .service-details-content .carousel-content .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;
  }
  
  .service-details-content .carousel-content .group-title{
    margin-bottom: 39px;
  }