@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body {
    overflow-x: hidden;
    font-family: 'Libre Franklin', sans-serif;
    scroll-behavior: smooth;

}

a,
a:hover {
    text-decoration: none;
    color: var(--white-color);
}

:root {
    --frist-color: #53D2B2;
    --second-color: #454545;
    --white-color: #fff;
    --border-color: #b3b3b3;
}

ul,
ol {
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

.main-btn {
    padding: 20px 30px;
    color: var(--white-color);
    background-color: var(--frist-color);
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--frist-color);
    text-transform: uppercase;
    margin-bottom: 10px;
}


/* NavBAR */


.navbar {
    padding: 10px 20px;
    /* background: var(---white--color); */
}
.nav-link{
    transition: all 0.5s ease-in-out;
    color: #454545;
}
.nav-link:hover{
    letter-spacing: 1px;
    color: var(--frist-color);
    font-weight: 600;
}
.navbar-nav .nav-link.active {
    color: var(--frist-color);
    font-weight: 600;
}

.wrapper {
    padding: 0px;
}

.bgcolor.scrolled {
    background-color: #fff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.37);

}
.navbar{
    background-color: #fff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.37);
}
.navbar-toggler:focus{
    outline: unset;
    border: unset;
    box-shadow: none;
   
}
.navbar-toggler{
    border: 0px;
}
.navbar-toggler i{
    color: var(--frist-color);
    outline: none;
    font-size: 25px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
}
.navbar-toggler i:hover{
    transform: rotate(360deg);
}
#navbarSupportedContent{
    
        transition: 0.5s ease-in-out;
      
     }
   


/*HOME PAGE */

.carouselbanner {
    width: 600px;
    height: 600px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    box-shadow: -11px 14px 5px 0px rgba(83, 210, 178, 0.31);
    top: 80px;

}

.main-content-carousel img {
    width: 600px;
    height: 600px;

}

.main-content-home h1 {
    font-size: 40px;
    font-weight: 600;
    width: 45%;
}
.aboutus-homepage-bg {
    margin-top: 150px;
}

.main-content-home h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0px;
    color: #212529;
    line-height:1.7;
    text-transform:none;
    
}

.button-home {
    margin-top: 50px;
}
.sub-btn .main-btn{
    border: 0px;
    outline: 0;
}


.outline-btn .main-btn {
    background: none;
    border: 1px solid var(--frist-color);
    color: var(--frist-color);
}

/* 
Home aboutus */

/* .aboutus-homepage-bg {
    margin: 40px 0px;
    background: url('../images/homepage/aboutbg.png');
    background-size: cover;
    background-position: center top;



} */

.banner h3{
    
    font-size: 60px;
    color: var(--frist-color);
    font-weight: 600;
}
.homepage-banner{
    position: relative;
    margin-top:60px;
}
.background-heart-line{
    position: absolute;
     bottom: 80px;
  left: 0px; 
    z-index: -2;
    opacity: 0.5; 
    overflow: hidden;
  

}
.background-heart-line img{
    width: 80%;
   

}



.main-aboutus-home h2 {
    font-size: 35px;
    font-weight: 600;
    color: var(--frist-color);
}

.main-aboutus-home h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0px;
    line-height:1.7;

}

/* offer */
.offer-bg {
    background-image: url('../images/homepage/banner.jpg');
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
    border-radius: 20px;
    margin: 40px 0px;
}

.offer-content h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--white-color);
    text-transform:none;
}

.offer-content h3 {
    font-size: 18px;
    color: var(--white-color);
}

.offer-button .main-btn {
    background: var(--white-color);
    color: var(--frist-color);
    font-weight: 500;
}

 .sub-aboutus-content p{
    font-size:18px;
    line-height: 1.7;
}

/* Testmonial */

.testmonial-bg {
    margin: 60px 0px;
}
.testmonial-bg h5{
    margin-bottom:30px;
    font-size: 30px;
    font-weight: 600;
    color: var(--frist-color);
    text-transform: uppercase;
}

.testmonial-content {
    border-radius: 10px;
    border: 1px solid var(--border-color);
}
.main-client-info{
    padding:40px;
}
.main-client-info h6{
    margin-top:10px;
    font-weight:600;
}

.client-img img {
    border-radius: 10px 0px 0px 10px;
    width: 100%;
}

.quote i {
    font-size: 50px;
    color: var(--frist-color);
    margin-bottom: 20px;
}

.cilent-info {
    padding-right: 30px;
    margin-bottom: 20px;

}

.cilent-info h5 {

    margin-top: 10px;
    font-weight: 600;

}


/* Footer */
.footer-bg {
    padding: 40px 0px;
    background-color: var(--frist-color);
    color: #fff;

}

.footer-content ul {
    list-style: none;
}

.footer-content a {
    color: #fff;
}

.footer-content h5 {
    margin-bottom: 20px;
}

.footer-content a {
    line-height: 2;
    font-size: 15px
}

.footer-logo {
    margin-bottom: 20px;
}

.social-media-icon i {
    font-size: 25px;
    margin: 0px 10px;
}

.contact-footer i {
    margin-right: 10px;
    font-size: 20px;
}
.main-icon-conatct{
    display: flex;
    margin-bottom: 10px;
}
.main-icon-conatct i{
  
    margin-right: 20px;
}
.main-icon-conatct h6{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* ABout US PAGE */
.aboutus-banner {
    background-image: url('../images/aboutus/banner.jpg');
    background-size: cover;
    background-position: center;


}


.main-heading {
    text-align: center;
    padding: 230px 0px;
    margin-top: 50px;
}

/* .main-heading h3 {
    font-size: 40px;
    color: var(--frist-color);
    font-weight: 600;
} */

.aboutus-main-content {
  position: relative;

}
.bg-heart-aboutuspage{
    position: absolute;
    top: -50px;
    opacity: 0.4;
    z-index: -2;
    text-align: center;
}

.bg-heart-aboutuspage img{
    width: 60%;
} 

.sub-aboutus-content {
   padding: 40px 0px;
}
.aboutus-content-banner{
    margin-top:50px;
}


/* Key Points */
.key-bg {
    padding: 20px 40px;
    border: 1px solid var(--second-color);
    border-radius: 10px;
    margin-top:40px;
}
.key-bg .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: var(--frist-color);
    color: var(--white-color);
    
}
.key-bg .nav-link{
    padding: 20px 40px;
    font-size: 20px;
}
.key-bg .nav-link:hover {
    letter-spacing: 0px;
}
.points-key{
    margin-top: 20px;
}
.key-bg ul {
    list-style: none;
}
.sub-points i{
  
    font-size: 16px;
    color: var(--frist-color);
    margin-right: 20px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    padding: 5px;
    background-color: #dffff7;
  
  
}
.sub-points{
    display: flex;
    margin-bottom: 15px;
    align-items: flex-start;
}
/* 
.heading-key h5 {
    font-size: 22px;
    color: var(--frist-color);
    padding-bottom: 50px;

}
.key-content .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--frist-color);
    border: 0px;
}
 .nav-tabs {
    border: 0px;
}

.key-content  .nav-link:hover {
    letter-spacing: 0px;
}

.item1 {
    position: relative;
    margin-bottom: 80px;
}
.item2{
    margin-left: -10px;
}

.item1::before {
    content: " ";
    width: 80%;
    height: 2px;
    background-color: var(--border-color);
    position: absolute;
    bottom: -30px;




}  */


.sub-heading-key {
    padding-top: 50px;

}

 .keypoints {
    position: relative;
} 

 .keypoints::before {
    content: " ";
    width: 3px;
    height: 100%;
    background-color: var(--border-color);
    position: absolute;
    left: -40px;

} 

.keypoints li {
    margin-bottom: 5px;
}

.keypoints span {
    font-weight: 600;
}

/* Story */

.story-bg {
    margin-top: 80px;
}
.story-content p{
    font-size:18px;
    line-height:1.7;
}

/* ledership */
.leadership-bg {
    margin-top: 80px;
}

.owner-bg {
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid var(--border-color);

}

.owner-bg img {
    border-radius: 10px 0px 0px 10px;
    width: 100%;
}

.owner-info {
    padding:  30px;
}

.ownertwo-info {
    padding:  30px;
}
.owner-info p{
    margin-top:10px;
    font-size:17px;
}
.ownertwo-info p{
      margin-top:10px;
      font-size:17px;
}
.owner-info h5{
   font-size:20px;
    font-weight:600;
}
.ownertwo-info h5{
    font-size:20px;
    font-weight:600;
}   

.ownertwo-img img {
    width: 100%;
    border-radius: 0px 10px 10px 0px;

}


/* Services page */

.serve-banner {
    background-image: url('../images/serve/banner.jpg');
    background-size: cover;
    background-position: center;

}

.serve-content {
    margin-top: 50px;
}
.serve-content p{
    font-size:18px;
    line-height:1.7;
}
.advantage-bg{
    margin-top:50px;
}
.advantage-bg h2{
    margin-bottom:20px;
}

.advantage-card-content {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    transition: all 0.8s ease-in-out;
    position: relative;
    overflow: hidden;
    height: 400px;
    text-align: center;
}

.advantage-card-content:hover {
    color: #fff;
}

.advantage-card-content::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    background: var(--frist-color);
    z-index: -1;
    transition: 0.8s;
    border-radius: 60% 60% 0% 0%;
    color: var(--white-color);


}

.advantage-card-content:hover::before {
    height: 200%;
    bottom: 0;
    color: var(--white-color);


}



/* compliance Page */

.compliance-banner {

    background-image: url('../images/compilance/banner.jpg');
    background-size: cover;
    background-position: center;
}

.compilance-sub-content {
    padding: 0px 0px 0px 40px;
    margin-bottom: 30px;
}

.compilance-main-content-bg {
    padding: 50px 0px;
    position: relative;
}

.compilance-sub-content p{
    font-size:18px;
    line-height:1.6;
}
.sub-background {
    position: absolute;
    top: -100px;
    z-index: -1;
    opacity: 0.6;
}


/* Contact Page */
.contact-banner {
    background-image: url('../images/conatctus/banner.jpg');
    background-size: cover;
    background-position: center;
}

.contact-main-content-bg {
    padding: 40px;
    border: 1px solid var(--border-color);
    margin: 60px 0px;
    border-radius: 5px;
}

#contact {
    position: relative;
}

#contact .sub-bg {
    position: absolute;
    bottom: 0px;
    z-index: -1;
    opacity: 0.5;
}

.icon-content {
    margin-bottom: 10px;
}

.address-icon {
    margin-bottom: 10px;
}

.contact-main-content-bg i {
    color: var(--frist-color);
    font-size: 25px;
}

.icon-content h6 {
    font-size: 18px;
    font-weight: 600;
    color: var(--second-color);
}

.icon-content a {
    color: var(--second-color);
}

.icon-content p {
    margin-top: 10px;
}

.subaddress-content {
    margin-top: 20px;
}

.form-address-bg .input-text {
    border: 0 0 2px 0;
}

.form-address-bg .input-text:focus {
    outline: none;
}

.txt-field {
    position: relative;
    border-bottom: 2px solid var(--border-color);
    margin: 30px 0px;
    width: 80%;
}

.txt-field input,
textarea {
    width: 100%;
    padding: 0 5px;
    height: 40px;
    border: none;
    background: none;
    outline: none;
}

.txt-field label {
    position: absolute;
    top: 50%;
    left: 2px;
   font-size: 16px;
   font-weight: 600;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 0.5s;
}

/* .txt-field span::before{
    content: ' ';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
} */
.txt-field input:valid ~ label,
.txt-field textarea:valid ~ label {
    top: -5px;
    color: var(--frist-color);
}
.txt-field input:focus~label,
.txt-field textarea:focus~label {
      
        top: -5px;
        color: var(--frist-color);
        
   
}
.txt-field input:focus ~ .txt-field,.txt-field textarea:focus ~ .txt-field{
    border-bottom: 2px solid var(--frist-color);

}

.form-btn .main-btn{
    padding: 10px 60px ;
}
.form-btn a:hover{
    color: #fff;
}
.form-address-bg{
    position: relative;
}
.form-address-bg:before{
    position: absolute;
    content: " ";
    height: 100%;
    width: 2px;
    background-color: var(--border-color);
    left: -80px;
    top: 0;
    opacity: 0.7;
}


/* SERVICES PAGE */
.services-banner {

    background-image: url('../images/services/banner.jpg');
    background-size: cover;
    background-position: top;
}
.services-bg{
    padding-top: 40px;
    position: relative;
}
.background-services-page{
    position: absolute;
    top: 0;
    opacity: 0.3;
    z-index: -1;

}
.services-heading {
    margin: 40px 0px;
}
.main-card-info-services{
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 20px;
    height: 600px;
    margin-bottom: 30px;
    transition: 0.8s ease-in-out;
}
.services-icon{
    text-align: center;
    margin-bottom: 30px;
   
}
.services-icon svg{
    fill: #454545;
    margin: 0px auto;
    transform: scale(0.9);
    transition: 0.8s ease-in-out;
}
.services-content{
    text-align: center;

}
.services-content h6{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
  
}
.main-card-info-services:hover{
    background-color: var(--frist-color);
    color: #fff;
}
.main-card-info-services:hover .services-icon svg{
    transform: scaleX(1);
    fill: #fff;

}

.bg-services:hover{
    background-color: var(--frist-color);
}

.testmonial-bg .carousel-indicators [data-bs-target] {
  background-color: var(--frist-color);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0px 5px ;
}

.form-content .sub-content{
    margin-bottom: 20px;
}

.form-content .sub-content button{
    padding: 10px 40px;
    background-color: var(--frist-color);
    color: #fff;
}
.form-content .sub-content button:hover{
    background-color: var(--frist-color);
    color: #fff;
  
}
.offer-button .main-btn{
    padding: 10px 30px;
    border: 0;
}


/* SERVICES CAROUSEL */
.services-carousel{
    margin-top: 100px;
}
.services-carousel h2{
    margin-bottom: 30px;
   
}
.content-service-slider h3{
     font-size:18px;
    
}
.owl-carousel .owl-item img {
    width: 60%;
    padding: 20px;
    margin: 1px auto;
}
.main-services-slider-bg{
    padding: 20px;
    border: 2px solid var(--border-color);
    text-align: center;
    height: 380px;
    border-radius:10px;
}
.main-services-slider-bg h3{
    font-size: 16px;
    font-weight: 500;
     color: var(--frist-color);
     margin-bottom:25px;
     
}
.main-services-slider-bg h4{
    font-size: 16px;
    line-height: 1.7;
    
}

/* .toggle{
    position: fixed;
    top: 10px;
    right: 20px;
    min-height: 20px;
    background-color: #53D2B2;
    cursor: pointer;
    color: #fff;
    line-height: 40px;
    text-align: center;
    z-index: 10;
    padding: 5px 20px;
    transition: 0.5s ease-in-out;
}
.toggle::before{
    content: ' Menu';
}
.toggle.active::before{
    content: ' Close';
}
.slidebar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #454545;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease-in-out;
}

.navbar-bg{
    /* background-color: #fff; */
    /* position: fixed;
    width: 100%;
    padding: 20px ;
    z-index: 10;
}
nav ul{
    float: right;
    margin-right: 20px;
    transition: o.5s ease-in-out;
}
nav ul li{
    display: inline-block;
    padding-top: 20px;
    margin: 0px 5px;
    transition: o.5s ease-in-out;

}
.toggler{
    font-size: 25px;
    color: var(--frist-color);
    float: right;
    margin-right: 30px;
    padding-top: 20px;
    cursor: pointer;
    display: none;
    transition: o.5s ease-in-out;
} */ 

.services-carousel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--frist-color);
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}



