body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}


a {
    text-decoration: none !important;
}

html, body {
    overflow-x: hidden; 
  }

/* header start */

/* header start */

.nav-bg{
    /* background: linear-gradient(to right, #ffffff, #622968); */
    /* background: linear-gradient(10deg, #ffffff, #f7abff); */
  
}

.header-bg {
    /* background-color: #ffffff; */
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;

    
}

/* .navbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 1020 !important;
} */
/* dont delete */


/* navbar sticky */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030; /* Ensure it's above other content */
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional, adds a shadow effect */
}
/* navbar sticky */

.header-logo img {
    width: 140px;
   
}

.header-btn a{
    background-color: #3676F1;
    padding: 10px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Open Sans", serif;

}

.navbar-collapse{
    padding-left: 100px;
}

/* header top content start */

.head-top-section{
    padding-top: 20px;
}

.head-top-content li{
    list-style: none;
    display: inline;
    margin: 20px;
}

.head-top-content{
    text-align: end;
}

.head-top-content a{
    color: #000000;
    font-family: "Open Sans", serif;
}

@media(max-width:992px){
    .head-top-section{
        display: none;
    }

    .navbar{
        padding-top: 7px;
    }
}

/* header top content end */

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Apply animation to navbar-collapse when expanded on mobile */
/* .navbar-collapse {
    display: flex;
    flex-direction: column;
    animation: slideInRight 0.5s ease-out;
} */


@media (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 0;
        right: 0;
        width: 250px;
        height: 100vh;
        background-color: #072A6B;
        display: none;

        padding-top: 100px;
        padding-left: 0px;
        z-index: 99;
    }
    

    .navbar-collapse.collapse.show {
        display: block;


    }

    .navbar-nav {
        width: 100%;
        text-align: center;

    }

    .navbar-light .navbar-toggler {
        margin-right: 20px;
        background-color: #ffffff;
    }

    

    .navbar-nav .nav-link {
        text-align: center;
    }
    
    .header-btn{
        display: none;
    }
    
    
}

.navbar-nav {
    gap: 20px;

}

.navbar-nav a {

    font-family: "Montserrat", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
    /* text-underline-position: from-font;
    text-decoration-skip-ink: none; */
    color: #072A6B !important;
    /* text-transform: uppercase; */
}



.navbar-nav .active a{
    color: #3676F1 !important;
}

.navbar-nav a:hover {
    color: #3676F1 !important;

}



.menu-btn a{
    background-color: #3676F1;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 5px;
    color: #ffffff !important;
    font-family: "Montserrat", serif;
}

.menu-btn a:hover{
    background-color: #072A6B;
    color: #ffffff !important;
}

/* .nav-item .active{
    color: #ff6f00 !important;
   
} */

.mobile-closs-mark {
    display: none;
}




@media (max-width: 992px) {

    .navbar-nav a {
        width: auto;

        color: #ffffff !important;
    }

    .mobile-closs-mark {
        display: block;

    }

    .mobile-closs-mark a {
        border: none;
        font-size: 20px;
    }

    .navbar-nav a:hover {
        color: #3676F1 !important;

    }


    .header-logo img {
       display: block;
       /* width: 100px; */
       padding-left: 10px;
    }

    .navbar-nav .active a{
        color: #ffffff !important;
    }

    .header-bg {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .menu-btn a{
        background-color:transparent;
    }

}




@media(max-width:768px){
    .navbar{
        padding-top: 9px;
       
    }
}

/* header end */



/* footer start */

.footer-bg{
    background-color: #072A6B;
    
    padding-top: 50px;
    padding-bottom: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* .footer-logo-content img{
    width: 140px;
} */

.footer-content-row{
    padding-top: 50px;

}


.footer-menu-section{
   display: flex;
   justify-content: center;
}

.footer-menu h2{
    color: #3676F1;
    font-size: 20px;
    font-family: "Open Sans", serif;
    font-weight: 700;
}

.footer-menu ul{
    padding-left: 0px;
}

.footer-menu li{
    list-style: none;
    margin: 15px;
    margin-left: 0px;
}

.footer-menu a{
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    font-family: "Open Sans", serif;
}


.footer-social-icon-section{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.footer-social-icon{
   padding-top: 50px;
  
}

/* .footer-social-icon ul{
    padding-left: 0px !important;
    
    
} */

/* .footer-social-icon li{
    list-style: none;
    display: inline-block;
    margin: 10px;
  
} */

.footer-social-icon a{
    font-size: 24px;
    color: #3676F1;
    margin: 10px;
    
}



.footer-logo-content{
    text-align: center;
}

.footer-logo-content p{
    color: #cac9c9;
}

.copy-text{
    padding-top: 10px;
    text-align: center;
}

.footer-bottom-content{
    padding-top: 20px;
    display: flex;
    justify-content: space-evenly;
}

.footer-bottom-left p{
    color: #cac9c9;
    /* font-size: 20px;  */
    
}

.footer-bottom-icon a{
    color: #cac9c9;
}

.footer-bottom-btn{
    display: flex;
    align-items: center;
}

.footer-bottom-btn a{
    background-color: #ed1941;
    color: #ffffff;
    padding: 8px;
    border-radius: 5px;
}

.footer-bottom-btn a:hover{
    background-color: #ffffff;
    color: #ed1941;
}

.copy-content{
    text-align: center;
    padding-top: 40px;
}

.copy-content p{
    font-family: "Open Sans", serif;
font-size: 15px;
font-weight: 400;
line-height: 18px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #ffffff;
}


@media(max-width:992px){
    .footer-menu-section{
        display: flex;
        justify-content: left;
        padding-top: 30px;
    }

    .footer-logo-content{
        text-align: left;
    }
    
    .copy-text{
        text-align: left;
    }

    .footer-social-icon-section {
        align-items: start;
    }
}

@media(max-width:768px){
    .copy-tight-text{
        display: flex;
       flex-direction: column;
       align-items: center;
    }

    .footer-bottom-content{
        display: flex;
        flex-direction: column;
    }

    .footer-bottom-btn{
        padding-top: 20px;
    }
}

@media(max-width:500px){
    .footer-logo-content img{
       width: 66%;
    }
}

/* foooter end */


/* banner start */


.banner-bg{
    background-image: url(..//image/banner-2.jpg);
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 200px;
    background-size: cover;
    border-radius: 10px;
    background-position: center;
    
}

.banner-row{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .banner-content{
    padding-top: 80px;
} */

.banner-content h1{

    font-family: "Montserrat", serif;
font-size: 50px;
font-weight: 700;
line-height: 60.95px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #ffffff;

}

.banner-content p{
    font-family: "Open Sans", serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    
}

.banner-btn{
    text-align: center;
    margin-top: 40px;
}
.banner-btn a{
    text-align: center;
    background-color: #3676F1;
    color: #ffffff;
    padding: 13px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Montserrat", serif;
font-size: 16px;
font-weight: 600;
line-height: 19.5px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.banner-btn i{
    margin-left: 10px;
    transform: rotate(324deg);
    
}

.banner-btn a:hover{
    background-color:#072A6B;
}


@media(max-width:578px){

    .banner-section{
        padding: 10px;
    }
}

@media(max-width:432px){

    .banner-bg {
        background-position: left;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .banner-content h1 {
        font-size: 30px;
        line-height: 41.95px;
    }

    .banner-content p {
        font-size: 14px;
        line-height: 24px;
    }
}

/* banner end */


/* about starrt */


.about-section{
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-content h6{
    font-family: "Montserrat", serif;
font-size: 20px;
font-weight: 600;
line-height: 24.38px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #3676F1;
}

.about-content h1{
    font-family: "Montserrat", serif;
font-size: 45px;
font-weight: 700;
line-height: 54.86px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #072A6B;

}

.about-content span{
    color: #3676F1;
}

.about-content p{
    font-family: "Open Sans", serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #424143;
}

.about-image{
    text-align: end;
}

.about-btn{
    text-align: left;
    margin-top: 40px;
}
.about-btn a{
    text-align: center;
    background-color: #3676F1;
    color: #ffffff;
    padding: 13px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Montserrat", serif;
font-size: 16px;
font-weight: 600;
line-height: 19.5px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.about-btn i{
    margin-left: 10px;
    transform: rotate(324deg);
    
}

.about-btn a:hover{
    background-color: #072A6B;
}

/* about sub */
.about-sub-section{
    padding-top: 40px;
    padding-bottom: 80px;
}

.about-sub-content h1{
    font-family: "Montserrat", serif;
font-size: 45px;
font-weight: 700;
line-height: 54.86px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #072A6B;

}

.about-sub-content span{
    color: #3676F1;
}

.about-sub-content p{
    font-family: "Open Sans", serif;
    color: #424143;
font-size: 17px;
font-weight: 400;
line-height: 28px;
text-align: justify;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

@media(max-width:992px){

    .about-image{
        text-align:left;
        padding-top: 40px;
    }

    .about-sub-image{
        padding-top: 40px;
    }

    .about-sub-row{
        flex-direction: column-reverse;
    }
    
}

@media(max-width:432px){

    .about-content h1 {
        font-size: 25px;
        line-height: 32.86px;
    }

    .about-content p{
        font-size: 16px;
        line-height: 24px;
    }

    .about-sub-section{
        padding-top: 0px;
    }

    .about-sub-content h1{
        font-size: 23px;
    }

    .about-sub-content p{
        font-size: 15px;
        line-height: 24px;
    }
  
}

/* about and about sub end */


/* home choosing start */

.choosing-section{
    padding-top: 80px;
    padding-bottom: 80px;
}

.choosing-title h1{
    font-family: "Montserrat", serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 54.86px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.choosing-title span{
    color: #3676F1;
}

.choosing-row{
    padding-top: 30px;
}

.choosing-card{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 10px;
    margin-top: 60px;
}


.choosing-card-icon{
    width: 100px;
    border-radius: 100%;
    position: absolute;
    top: -14%;
    /* left: 35%; */
    
    background-color: #ffffff;
    padding: 30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.choosing-card-icon:hover{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}


.choosing-card-content{
    padding-top: 60px;
}

.choosing-card-content h3{
    font-family: "Montserrat", serif;
    color: #3676F1;
font-size: 19px;
font-weight: 700;
line-height: 24px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.choosing-card-content p{
    font-family: "Open Sans", serif;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #424143;
}


.choosing-card:hover{
    background-color: #072A6B;
}

.choosing-card:hover p{
    color: #ffffff;
}
.choosing-card:hover h3{
    color: #ffffff;
}

@media(max-width:432px){

    .choosing-title h1 {
        font-size: 26px;
        line-height: 36.86px;
     
    }

    .choosing-section {
        padding-top: 0px;
    
    }
  
}

/* choose end */



/* why choose us start */


.whychoose-section {
    padding-bottom: 80px;
}

.whychoose-title h1{
    font-family: "Montserrat", serif;
font-size: 45px;
font-weight: 700;
line-height: 54.86px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #1F1F1E;

}

.whychoose-title span{
    color: #3676F1;
}


.whychoose-card-row{
    padding-top: 30px;
}

.whychoose-card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-top: 20px;
    overflow: hidden; 
}

.whychoose-image{
    transition: transform .2s;
    
}

.whychoose-image:hover{
    transform: scale(1.1);
    
}

.whychoose-content{
    padding-top: 20px;
}

.whychoose-content h3{
    font-family: "Montserrat", serif;
font-size: 21px;
font-weight: 700;
line-height: 24px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #3676F1;
}

.whychoose-content p{
    font-family: "Montserrat", serif;
font-size: 17px;
font-weight: 500;
line-height: 24px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #424143;

}



@media(max-width:432px){
    .whychoose-title h1 {
        font-size: 30px;
    }

    .whychoose-content h3 {
        font-size: 15px;
    }

    .whychoose-content p {
        font-size: 15px;
    }
}
/* why choss eus end */


/* gallery stra */

.gallery-section {
    padding-bottom: 80px;
}

.gallery-title h6{
    font-family: "Montserrat", serif;
font-size: 20px;
font-weight: 600;
line-height: 24.38px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #3676F1;
}

.gallery-title h1{
    font-family: "Montserrat", serif;
font-size: 45px;
font-weight: 700;
line-height: 54.86px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #072A6B;

}


.gallery-title span{
    color: #3676F1;
}

.gallery-images-row{
    padding-top: 40px;
}

.gallery-images-card{
    overflow: hidden;
}

.gallery-images{
    transition: transform .2s;
    margin-top: 10px;
    
}

.gallery-images:hover{
    transform: scale(1.5);
}


@media(max-width:432px){
    .gallery-title h1 {
        font-size: 30px;
        line-height: 36.86px;
    }
}

/* gallery end */


/* testimonyal start */

.owl-nav {
    position: absolute;
    top: -61px;
    right: 10px;
    z-index: 10;
  }
  .owl-nav button.owl-prev, .owl-nav button.owl-next {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 2rem;
    border: none;
    padding: 10px;
    z-index: 10;
  }

  .owl-nav button.owl-prev{
    background-color: #3676F1 !important;
    color: #ffffff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 100% !important;
  }

  .owl-nav button.owl-next{
    background-color: #072A6B !important;
    color: #ffffff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 100% !important;
  }


  /* Custom styling for the testimonial items */
  .owl-carousel .item {
    /* padding: 30px;
    text-align: center; */
  }
  .testimonial p {
    font-size: 1.2rem;
  }

  /* Ensure responsiveness on mobile devices */
  .owl-carousel .item {
    padding: 20px;
  }

  .testimonial-section{
    padding-bottom: 80px;
  }

  .testimonial-content{
    background-color: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 20px;
    border-radius: 10px;
  }


  .testimonial-image-content{
    display: flex;
   
  }

  .testimonial-names{
    margin-left: 40px;
  }

  .testimonial-image-content img{
    width: 50px !important;
    border-radius: 100%;
  }

  .testimonial-text-content{
    padding-top: 20px;
  }

  .testimonial-star{
    text-align: end;
    color: #3676F1;
  }

.testimoniyal-title h1{

    font-family: "Montserrat", serif;
font-size: 45px;
font-weight: 700;
line-height: 54.86px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #072A6B;

}
  
.testimoniyal-title span{
    color: #3676F1;
}


@media(max-width:432px){
    .testimoniyal-title h1{
        font-size: 26px;
        text-align: center;
    }
}

/* testimonial end */


/* cta banne start */

.cta-section{
    padding-bottom: 80px;
}

.cta-bg{
    background-image: url(../image/cta-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding-top: 100px;
    padding-bottom: 100px;
}


.cta-content{
    text-align: center;
}

.cta-content h6{
    font-family: "Open Sans", serif;
font-size: 20px;
font-weight: 600;
line-height: 23.87px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #D9D9D9;

}

.cta-content h1{
    font-family: "Open Sans", serif;
font-size: 50px;
font-weight: 500;
line-height: 67.9px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #ffffff;

}

.cta-content p{
    font-family: "Open Sans", serif;
font-size: 19px;
font-weight: 400;
line-height: 28px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #D9D9D9;

}


.cta-btn{
    margin-top: 40px;
}

.cta-btn a{
    text-align: center;
    background-color: #3676F1;
    color: #ffffff;
    padding: 13px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Montserrat", serif;
font-size: 16px;
font-weight: 600;
line-height: 19.5px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.cta-btn i{
    margin-left: 10px;
    transform: rotate(324deg);
    
}

.cta-btn a:hover{
    background-color:#072A6B;
}


@media(max-width:432px){
    .cta-content h1 {
        font-size: 27px;
         line-height: 40.9px;
    
    }

    .cta-content p{
        font-size: 16px;
         line-height: 24px;
    
    }

    
    .cta-bg {
        background-position: left center;
    }
    
}

/* cta end */

/* gallery page */

.gallery-page-section{
    padding-top: 70px;
}

/* gallery page dn */


/* contact page */


.contact-page-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-form h2{
    font-family: "Montserrat", serif;
    color: #000000;
font-size: 35px;
font-weight: 700;
line-height: 42.67px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}


.contact-form p{
    font-family: "Montserrat", serif;
    color: #424143;
font-size: 18px;
font-weight: 500;
line-height: 21.94px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}


.form-label{
    font-family: "Montserrat", serif;
    color: #424143;
font-size: 18px;
font-weight: 500;
line-height: 21.94px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}


.input-group{
    position: relative;
}

.input-group-text{
    background-color:transparent;
    color: #3676F1;
    border: none;
    position: absolute;
    left: 5%;
    top: 10%;
    z-index: 99;
   
}

.input-group-text i{
    /* margin-left: -20px !important; */
    margin-left: -38px !important;
}

input {
    margin-left: 40px !important; 
}


.input-group ::placeholder {
      padding-left: 10px;
      color: #8E8E8E;
}

.form-control{
    border-radius: 20px !important;
}


.contact-btn button{
  
    font-family: "Montserrat", serif;
font-size: 16px;
font-weight: 700;
line-height: 19.5px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
padding: 10px;


}

.contact-btn i{
    margin-left: 10px;
    transform: rotate(324deg);
    
}


.contact-btn button:hover{
    background-color: #072A6B;
}

@media(max-width:432px){
    .contact-form h2{
        font-size: 27px;
    }

    .contact-form p{
        font-size: 15px;
    }

    .input-group-text{
        left: 13% !important;
    }
    
}

/* contact form section end */


/* contact address */


.address-section{
    padding-bottom: 80px;
}
.address-head h6{
    font-family: "Montserrat", serif;
    color: #595959;
font-size: 16px;
font-size: 20px;
font-weight: 500;
line-height: 24.38px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.address-head h1{
    font-family: "Montserrat", serif;
    color: #000000;
font-size: 35px;
font-weight: 700;
line-height: 42.67px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}




.address-card-row{
    padding-top: 50px;
}

.address-card{
    border: 1px solid #D2D2D2;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
}

.address-content{
    padding-top: 40px;
}

.address-icon i{
    font-size: 20px;
    color: #3676F1;
}

.address-content h1{
    font-family: "Open Sans", serif;
font-size: 20px;
font-weight: 700;
line-height: 23.87px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #072A6B;
}

.address-content h6{
    font-family: "Open Sans", serif;
font-size: 13px;
font-weight: 500;
line-height: 15.51px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #595959;
}

.address-content p{
    font-family: "Open Sans", serif;
font-size: 20px;
font-weight: 700;
line-height: 23.87px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #3676F1;
}

.address-card:hover{
    background-color: #072A6B;
    color: #ffffff;
}

.address-card:hover i{
    color: #ffffff;
}

.address-card:hover h1{
    color: #ffffff;
}
.address-card:hover h6{
    color: #ffffff;
}
.address-card:hover a{
    color: #ffffff !important;
}


@media(max-width:432px){
    .address-head h1{
        font-size: 25px;
    }
    
}

/* address end */



/* about page start */

.about-page-section{
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-page-head h6{
    font-family: "Open Sans", serif;
font-size: 20px;
font-weight: 500;
line-height: 23.87px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #3676F1;
}

.about-page-head h1{
    font-family: "Open Sans", serif;
font-size: 45px;
font-weight: 700;
line-height: 53.7px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #000000;

}

.about-page-head span{
    color: #3676F1;
}

.about-page-banner{
    text-align: center;
    padding-top: 30px;
}


.about-count-section{
    padding-top: 50px;
   
}

.about-count-card{
    text-align: center;
}

.about-count-card h2{

    color: #3676F1;
    font-family: "Open Sans", serif;
font-size: 55px;
font-weight: 400;
line-height: 65.63px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.about-count-card p{
    font-family: "Open Sans", serif;
font-size: 20px;
font-weight: 500;
line-height: 23.87px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #072A6B;

}

@media(max-width:432px){
    .about-page-head h1 {

        font-size: 17px;
        line-height: 30.7px;
    }

    .about-count-card h2 {
         font-size: 30px;
       
    }
}


/* about page banner and cound end  */


/* about page about */

.about-page-about{
    padding-top: 20px !important;
}


@media(max-width:432px){
  .about-page-sub-content{
    padding-top: 30px;
  }

  .about-content p{
    text-align: justify;
  }
}
/* about page end */


/* mission */

.mission-section{
    padding-bottom: 80px;
}
.mission-content-card{
    display: flex;
    align-items: center;
}

.mission-content h1{
    font-family: "Montserrat", serif;
font-size: 45px;
font-weight: 700;
line-height: 54.86px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #072A6B;

}

.mission-content span{
    color: #3676F1;
}

.mission-content p{
    font-family: "Open Sans", serif;
font-size: 19px;
font-weight: 400;
line-height: 28px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #424143;
}

.mission-row{
      padding-top: 50px;
}

@media(max-width:432px){
    .mission-content h1{
        font-size: 25px;
    }

    .mission-content p {
        font-size: 15px;
    }

    .vision-row{
        flex-direction: column-reverse;
    }
}

/* mission vision end */

/* polythermic page section */

.polythermic-banner-section{
    padding-top: 30px;
}

.polythermic-bg{
    background-image: url(..//image/polythermic-banner-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.polythermic-banner-row{
    display: flex;
    justify-content: center;
}

.polythermic-banner-content h1{
    font-family: "Montserrat", serif;
font-size: 40px;
font-weight: 700;
line-height: 48.76px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #ffffff;

}

.polythermic-banner-content p{
    font-family: "Open Sans", serif;
font-size: 17px;
font-weight: 400;
line-height: 24px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #ffffff;

}


@media(max-width:432px){

    .polythermic-banner-section{
        padding-top: 50px !important;
        padding: 10px;
    }
    .polythermic-banner-content h1 {
        font-size: 25px;
        line-height: 36.76px;
    }

    .polythermic-banner-content p{
        font-size: 14px;
    }
}

/* polythermic page section end */



/* floating btn */

.floating-buttons {
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column; 
    gap: 10px; 
    z-index: 99;
}

.floating-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: white;
    text-align: center;
}

.whatsapp-btn {
    background-color: #25D366;
}

.call-btn {
    background-color: #007BFF;
}

/* end */


/* technical section */

.technical-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.technical-head h1{
    color: #000000;
    text-align: center;
}
.technical-head span{
    color: #007BFF;
}

.technical-row{
    padding-top: 50px;
}

.technical-card{
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 20px;
    border-radius: 8px;
    margin-top: 15px;
  
}



.technical-card i{
    color: #007BFF;
}
.technical-card p{
    color: #000000;
    text-align: center;
}

.technical-card:hover{
    background-color: #072A6B;
}

.technical-card:hover p{
    color: #ffffff;
}
.technical-card:hover i{
    color: #ffffff;
}


@media(max-width:432px){
    .technical-card p{
       font-size: 14px;
    }
}
/* tech/ end */