/*
*** INDEX ***

# Roots
# Header
# Hero Section
# Into Section
# About Section
# Pricing Section (services)
# Gallary Section
# Reviews Section
# Footer
# About Us Page
# Breadcrumbs
# Service Details
# Whatsapp float icon

*/

:root{
  --primary-color:#f50202;
  --secondary-color:#0000000d;
  --text-color:#727272;
  --heading-color:#f50202;
  --tertiary-color:#424242;
  --card-bg-color:#ff56560d;
}

label.error{
  color: red!important;
  font-size: 14px!important;
  font-weight: 400!important;
}

body {
  font-family: "Open Sans", sans-serif;
}

p, .text{
  color: var(--text-color);
}


/*.container{
  overflow-x: hidden;
}
*/
.philosopher{
  font-family: 'Philosopher', sans-serif!important;
}

.m-bottom-100{
  margin-bottom: 100px!important;
}

.m-top-100{
  margin-top: 100px!important;
}

.m-top-200{
  margin-top: 150px!important;
}

.m-top-300{
  margin-top: 190px!important;
}

.btn-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
  transition: all ease 0.4s;
}

.btn-primary:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  opacity: all ease 0.8;
}

.btn-primary:focus, .btn-primary:active {
  background: var(--primary-color)!important;
  border-color: var(--primary-color)!important;
}
.btn-primary:disabled {
    background-color: #f50202!important;
    border-color: #f50202!important;
}

.btn-secondary {
  background: var(--tertiary-color);
  border-color: var(--tertiary-color);
  transition:  all ease 0.4s;
}

.btn-secondary:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  opacity: all ease 0.8;
}

.btn-secondary:focus, .btn-secondary:active {
  background: var(--primary-color)!important;
  border-color: var(--primary-color)!important;
}

.text-primary {
  color: var(--primary-color)!important;
}


/*header*/
.navbar-brand{
  text-decoration: none!important;
}
.navbar-brand img{
  height: 150px;
}
.call-now-btn{
  font-size: 25px;
}
.navbar-section{
  z-index: 9999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
/*header end*/
/*Hero Section*/
.hero-bg-image{
  position: relative;
  /*min-height: 750px; */
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*margin-top: -153px;*/
}

.hero-content-outer{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #101010b0;
}

.hero-content{
  margin-top: 200px;
  color: #fff;
  z-index: 1;
}

.hero-address{
  font-size: 25px;
  color: #fff;
}
.hero-content h1{
  font-size: 50px;
}
.hero-content .tagline{
  color: #d7d7d7;
}

.hero-buttons a{
  padding: 12px 18px;
  font-weight: 600;
}
.hero-bottom-1393 .hero-bottom-element.hero-bottom-element-1c3swci > .hero-bottom-shape-bottom .hero-bottom-shape-fill {
    fill: #fff;
}
.hero-bottom-shape .hero-bottom-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.hero-bottom-shape svg {
    display: block;
    width: calc(140% + 1.3px);
    position: relative;
    overflow: hidden;
    overflow-x: hidden;
    left: 49%;
    transform: translateX(-50%);
    height: 75px;
}

.hero-bottom-1393 .hero-bottom-element.hero-bottom-element-1c3swci > .hero-bottom-shape-bottom .hero-bottom-shape-fill {
    fill: #ccabab;
}
.hero-bottom-shape-bottom:not([data-negative=true]) svg {
    z-index: -1;
}
.hero-bottom-1393 .hero-bottom-element.hero-bottom-element-1c3swci > .hero-bottom-shape-bottom svg {
    width: calc(200% + 1.3px);
    height: 80px;
    overflow: hidden;
}

.hero-bottom-shape[data-negative=false].hero-bottom-shape-bottom, .hero-bottom-shape[data-negative=true].hero-bottom-shape-top {
    transform: rotate(180deg);
}
.hero-bottom-shape-bottom {
    bottom: -2%;
}
.hero-bottom-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

svg:not(:root) {
    overflow: hidden;
}

@media (max-width: 1024px) {
    .hero-bottom-1393 .hero-bottom-element.hero-bottom-element-1c3swci > .hero-bottom-shape-bottom svg {
        width: calc(200% + 1.3px);
        height: 50px;
    }
}
@media (max-width: 767px) {
    .hero-bottom-1393 .hero-bottom-element.hero-bottom-element-1c3swci > .hero-bottom-shape-bottom svg {
        width: calc(150% + 1.3px);
        height: 25px;
    }
}
/*Hero Section end*/

/*intro section*/
.intro-section .sub-head{
  font-size: 27px;
}
.intro-section p{
  font-size: 18px;
}
.intro-section img{
  height: 400px;
}
/*intro section end*/

/*about section*/

.about-section p{
  font-size: 18px;
}

.about-section .sub-head{
  font-size: 27px;
}

.about-section a{
  text-decoration: none;
  color: #727272;
  transition: all ease 0.3s;
  font-weight: 500;
}
.about-section a:hover{
  color: #dc3545;
}
.about-section .about-img{
  height: 400px;
  border-radius: 20px;
}
.lakme-logo{
  height: 90px;
}
/*about section end*/

/*services section*/
.services-section{
  background: #f6f6f6;
  padding: 90px 0;
}

.services-section .card{
  padding: 20px 15px;
  box-shadow: 0px 1px 5px 2px #e9e9e9;
  border:none;
  height: 100%;
  transition: all ease 0.4s;
}

.services-section .card:hover{
  padding: 20px 15px;
  box-shadow: 0px 1px 20px 2px #e9e9e9;
  border:none;
}

.services-section .card:hover img{
  transform: scale(0.9);
}

.services-section .card img{
  height: 90px;
  transition: all ease 0.35s;
}
.service-detail-btn{
  padding: 8px 20px;
  margin-top: 20px;
  border-radius: 5px;
}
/*services section end*/

/*pricing section*/

.pricing-section .card{
  padding: 20px 35px;
  box-shadow: 0px 1px 5px 2px #e9e9e9;
  border:none;
  height: 100%;
  transition: all ease 0.35s;
}

.pricing-section .card:hover{
  box-shadow: 0px 1px 30px 2px #e9e9e9;
  border:none;
}

.pricing-section .card .card-price{
  font-size: 19px;
}

.pricing-section .card .card-description{
  font-size: 18px;
  font-family: 'Philosopher', sans-serif !important;
}
/*pricing section end*/

/*gallary section*/
.gallary-section{
  background: #f6f6f6;
  padding: 90px 0;
}
.gallery a{
  text-decoration: none;
}
.gallery img{
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all ease 0.35s;
}
.gallery img:hover{
  scale: 1.04;
}
.gallary-img-outer{
  overflow: hidden;
  border-radius: 3px;
  border: 2px solid #dadada;
}
.gallary-section .view-all{
  padding: 8px 20px;
}

/*gallary section end*/

/*reviews section*/
.testimonial-outer-card {
    border-radius: 7px;
  padding-block-start: 80px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 40px;
}

.testimonial-inner-card {
  position: relative;
  background-image: url("../images/card-bg.svg"); 
  background-repeat: no-repeat; 
  min-height: 330px;
  border-radius: 7px;
  box-shadow: 0px 1px 10px 5px #e5e5e5;
  z-index: 1;
}


.testimonial-card-bg {
  position: absolute;
  border-radius: 7px;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #ffffffe8;
  z-index: 2;
}

.testimonial-card-bg .fa-quote-left {
  position: absolute;
  top: -8%;
  left: 3%;
  font-size: 40px;
  background: #fff;
  padding: 13px;
  border-radius: 50%;
  box-shadow: 2px 2px 2px 1px #ffddb9;
}

.testimonial-card-bg .fa-quote-right {
  position: absolute;
  bottom: -8%;
  right: 3%;
  font-size: 40px;
  background: #fff;
  padding: 13px;
  border-radius: 50%;
  box-shadow: 2px 2px 2px 1px #ffddb9;
}

.testimonial-card-bg .review-img {
  position: absolute;
  right: 50%;
  top: -40px;
  transform: translate(50%,0%);
  width: 80px!important;
  height: 80px!important;
  border-radius: 50%;
  box-shadow: 1px 4px 5px 1px #ffddb9;
}

@media(max-width:768px){
  .testimonial-card-bg .fa-quote-left {
      top: -6%;
      font-size: 13px;
      padding: 8px;
      box-shadow: 1px 1px 0px 1px #ffddb9;
  }
  .testimonial-card-bg .fa-quote-right {
      bottom: -6%;
      font-size: 13px;
      padding: 8px;
      box-shadow: 1px 1px 0px 1px #ffddb9;
  }
  .testimonial-card-bg .review-img {
    position: absolute;
    top: -30px;
    width: 60px!important;
    height: 60px!important;
  }
}

.testimonial-author {
  margin-top: 60px;
}

.testimonial-author h4{
  font-size: 18px;
}

.testimonial-author span{
  font-size: 14px;
  color: #aaa;
}

.testimonial {
  margin-top: 15px;
  padding: 15px 20px;
}

.owl-prev {
    left: -1%;
    top: 50%;
    position: absolute;
}
.owl-next {
    position: absolute;
    right: -1%;
    top: 50%;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 3px 10px!important;
    font: inherit;
    font-size: 18px;
  }


/*reviews section end*/

/*footer*/
.main-footer{
  background: #000;
  color: #fff;
  padding: 20px 15px;
}

.main-footer .footer-logo img{
  height: 150px;
}

.main-footer .footer-text{
  color: #fff;
}

.footer-social-share a{
  text-decoration: none;
  background: #fff;
  width: 50px;
  height: 50px;
  padding: 2px;
  border-radius: 50px;
  font-size: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 10px;
  transition: all ease 0.4s;
}

.footer-social-share a:hover{
  box-shadow: 0px 1px 10px 2px #e9e9e9;
}

.footer-social-share .fa-facebook {
    color: #3b5998;
}

.footer-social-share .fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-call-to-action a{
  text-decoration: none;
  color: #fff;
}
.footer-bottom{
  font-weight: 600;
}
.footer-bottom a{
  text-decoration: none;
  color: #faef86;
}
/*footer end*/


/*about us page*/
.contact-us {
    position: relative;
    z-index: 43;
    margin-top: 70px;
    margin-bottom: 70px;
}
.contact-us .title{
    margin-bottom: 30px;
}
.contact-us .title h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #dc3545;
}
.contact-us .title h3 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
}
.contact-us .single-head {
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0px 1px 10px 2px #e9e9e9;
    height: 100%;
}
.contact-us .single-info {
    text-align: left;
    margin-bottom:30px;
}
.contact-us .single-info i {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    border-radius: 3px;
    line-height: 40px;
    background:#dc3545;
}
.contact-us .single-info ul{
    list-style: none;
    padding-left: 0px;
}
.contact-us .single-info ul li{
    margin-bottom:5px;
}
.contact-us .single-info ul li:last-child{
    margin-bottom:0;
}
.contact-us .single-info .title {
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
    font-size: 18px;
}
.contact-us .form-main {
    box-shadow: 0px 1px 10px 2px #e9e9e9;
    padding: 50px;
    border-radius: 10px;
}
.contact-us .form-group{
    margin-bottom: 18px;
}
.contact-us .form-group label{
  font-size: 15px;
    font-weight: 500;
}
.contact-us .form-group .form-control{
    border: 1px solid #e6e2f5;
    /*padding: 0px 20px;*/
    color: #333;
    font-weight: 400;
}
.contact-us .form-group textarea {
    height: 150px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 15px 20px;
    color: #333;
    resize: none;
    font-weight:400;
}
.contact-us .form-group label {
    color: #333;
    margin-bottom: 6px;
    position: relative;
}
.contact-us .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}
.contact-us .button {
    margin:0;
}
.contact-us .btn-primary {
    height: 50px;
    border-radius: 0px;
}

#contact-enquiry-form label{
    font-size: 15px;
}
#contact-enquiry-form .form-control{
    font-size: 16px;
    color: #000 !important;
}
.contact-us .page-form-btn{
    width: 158px;
}
.single-head a{
  text-decoration: none;
  color: inherit;
}
/*about us page end*/

/* breadcrumbs */

.breadcrumb-item a{
  color: #000;
  text-decoration: none;
}

.breadcrumb-item {
  color: #000!important;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--primary-color);
}

.breadcrumb-item a:hover {
  color: var(--primary-color)!important;
}

/* breadcrumbs */

/*service details*/
.service-banner-img img{
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.contact-form-outer{
  box-shadow: 0px 1px 10px 2px #e9e9e9;
  padding:50px 20px;
  border-radius: 7px;
  position: relative;
}

.contact-form-top-icon img{
  position: absolute;
  top: -8%;
  left: 40%;
  height: 80px;
  border-radius: 50%;
}
/*service details end*/
/*whatsapp float icon*/
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 25px;
  background-color: #25d366;
  border: 1px solid #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.my-whatsapp-float {
    margin-top: 15px;
}
/*whatsapp float icon end*/
.mobile-header{
  display: none;
}

@media  only screen and (max-width: 768px){
  .desk-header{
    display: none;
  }
  .mobile-header{
    display: revert;
  }
  .mobile-header .call-now-btn {
      font-size: 16px;
  }
  .mobile-header .navbar-brand img {
      height: 100px;
  }
  .m-top-200 {
    margin-top: 100px !important;
  }
  .m-top-300 {
    margin-top: 150px !important;
  }
}

@media  only screen and (max-width: 498px){
  .hero-address {
    font-size: 20px;
  }
  .hero-content h1 {
    font-size: 36px;
  }
  .hero-buttons a {
    padding: 8px 12px;
    font-weight: 600;
  }

  .testimonial p{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;  
    overflow:hidden;
  }
  .hero-bottom-shape{
    display: none;
  }
}