@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


*{ 
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}
 
:root{
    --blue:#00ADEF;
    --black:#231C1E;
    --white:#fff;

}


/* index.html css start here */


/* top-navbar start here */
.top-navbar{
    background-color: var(--blue);
    font-size: 20px;
    padding: 10px 9px;
    color: var(--white);
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style:normal;
}
.top-navbar .top-contact{
    display: flex; 
    flex-wrap: wrap;
}
.top-navbar .mails{
    margin-right: 14px;
}
.top-navbar .top-social-icon{
    text-align: end;
}
.top-navbar .top-social-icon .fa-brands{
    font-size: 25px;
    padding: 2px 8px;
    color: var(--white);
}
.top-navbar .top-social-icon .fa-brands:hover{
    transform: scale(1.2);
    color: var(--white);
    transition: all 0.4s ease-in-out;
}
 
@media(max-width:768px){
    .top-navbar{
       display: none;
    }
}

/* top-navbar end here */




/* navbar-section start here */
.navbar-section{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
     box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.navbar-section .navbar-brand img{
    padding-left: 55px ;
    margin-left: 39px;
    width: 220px;
}

.navbar-section .nav-item .nav-link{
    font-size: 22px !important;
    color: var(--black);
    padding: 10px 24px;
    font-weight: 500;
 }
 .dropdown-menu{
    overflow: hidden;
 }
 .dropdown-item:hover{
    color: var(--blue);
    transform: translateX(10px);
    transition: all 0.4s ease-in-out;
 }
.navbar-section .nav-item .nav-link:hover{
   color: var(--blue);

}
.navbar-section .cerificate-logo{
    padding-right: 95px;
    mix-blend-mode: darken;

}


@media(max-width:768px){
    .navbar-section .nav-item .nav-link{
        font-size: 22px !important;
        color: var(--black);
        padding: 10px 12px;
    }
    .navbar-section .navbar-brand img{
        padding-left: 0px !important ;
        margin-left: 0px;
        width: 120px;
    }
    
}
@media (min-width:1004px) and (max-width:1200px){
    .navbar-section .cerificate-logo{
        padding-top: 5px;
        padding-right: 0px !important;
        mix-blend-mode: darken;
    
    }
    .navbar-section .navbar-brand img{
        padding-left: 0px !important ;
        margin-left: 25px;
        width: 160px;


        }
    
}

/* navbar-section end here */

/* slider section start here */
.banners-section{
    background: url("../image/banner/banner\ 4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 20px;  
}
.banners-text h1{
    text-align: center;
    font-weight: 700;
}
.banners-text span{
    color: var(--blue);
}
.slider-section .carousel-control-next-icon{
    background-color: var(--blue);
    padding: 15px;
    border-radius: 50%;
    border: 1px solid var(--blue)!important;
    color: var(--black) !important;
}
.slider-section .carousel-control-prev-icon{
    background-color: var(--blue);
    padding: 15px;
    border-radius: 50%;
    border: 1px solid var(--blue)!important;
    color: var(--black) !important;
}
/* slider section end here */


/* quick-service section start here */
.quick-service{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 60px;
}
.quick-service-text h4{
    margin-bottom: 15px;
    font-size: 25px;
}
.quick-service-text h4 span{
    color: var(--blue);
}
.quick-service-text p span{
    color: var(--blue);
}
.quick-service-text p {
    margin-bottom: 35px;

    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
 .delivery img{
    width: 120px !important;
    mix-blend-mode: darken;
 }
 .delivery{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px;
    padding: 20px;
    max-height: 220px;
    min-height: 220px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

 }
 .delivery p{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
 }
 .delivery span{
    color: var(--blue);
 }
 @media (max-width:320px){
    .banners-section{
        background: linear-gradient(rgba(1, 2, 2, 0.563),rgba(0, 0, 0, 0.601)),url("../image/banner/banner\ 4.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 20px;  
    }
 }
/* quick-service section end here */

/* why-choose section start here */

.why-choose{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background: linear-gradient(#19576fbc,#231c1ed4,rgba(14, 13, 13, 0.677)),url("../image/banner/highlighting-significance-clean-safe-drinking_62972-68073.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 5px;
    text-align: center;
    color: var(--white);
    
}
.why-choose h2 span{
    font-weight: bold;
    color: var(--blue);

}
.why-choose h2 {
    font-weight: bold;
    color: var(--white) !important;

}
.why-choose .about-phot{
    border: 10px solid var(--blue);
    padding: 15px;
    overflow: hidden;
}
.why-choose .about-phot:hover img{
    transform: rotateY(180deg);
    /* transform: scale(1.08); */
    transition: all 0.6s ease-in-out;
}

.why-choose h2{
    color: var(--white);
}

.why-choose p{
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
}

.why-choose span{
color: var(--blue);
}
.why-choose a{
    text-decoration: none;
    color: var(--blue);
    padding: 5px 9px;
    font-size: 18px;
}
.why-read{
    margin: 20px;
}
.why-read a{
    margin-top: 50px;
    border: 1px solid var(--blue);
    background-color: var(--blue);
    color: var(--white);
    padding: 10px 19px;
    border-radius: 10px;
    text-decoration: none;
}
 
.why-read a:hover{
    border: 1px solid var(--blue);
    background-color: var(--white);
    color: var(--blue);
}
 
/* why-choose section end here */


/* our service section css start here */

.ro-card{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    border: 1px solid var(--blue);
    padding: 20px 30px;
    margin: 10px;
    min-height: 400px;
    max-height: 520px;
}

.ro-card:hover{
    border: 1px solid var(--blue);
    padding: 20px 30px;
    background-color: var(--blue);
    color: var(--black) !important;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    /* box-shadow: rgb(0 0 0 / 30%) 0 0 40px; */
    transform: scale(1.03);
    transition: all 0.5s ease-in-out;

}
.ro-card:hover .ro-photo{
    background-color: var(--white);
}
.ro-card:hover .ro-text h5{
    color: var(--white);
}
.ro-card:hover .ro-text h6{
    color: var(--white);
}
.ro-card .ro-text h6{
    color: var(--blue);
    padding-top: 19px;
    font-size: 19px !important;
}
.ro-card:hover .ro-text a{
    background-color: var(--white);
    color: var(--blue);
}
.ro-card:hover .ro-text p{
     color: var(--white);
     text-align: justify;
}
    .ro-photo{
position: relative;
padding: 90px 6px;
border-radius: 50%;
background-color: var(--blue);
margin: 0px 40px;   
    }

    .ro-photo img{
        top: 0px;
        right: 39px;
        position: absolute;
         width: 150px;
        padding: 20px;
    }
    .our-service-head h1{
        text-align: center;
        font-weight: bold;
        padding: 8px;
    }
    
    .our-service-head h1 span{
        color: var(--blue);
    }

    .our-service .ro-text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .our-service .ro-text h5{
        color: var(--blue);
        margin-top: 20px;
    }
    .our-service .ro-text p{
        color: var(--black);
        font-size: 18px;
        text-align: justify;
        margin-top: 20px;
        font-weight: 500;
    }
@media (max-width:320px){
    .ro-photo{
        position: relative;
        padding: 45px 6px;
        border-radius: 50%;
        background-color: var(--blue);
        margin: 0px 70px;   
            }
        
            .ro-photo img{
                top: 0px;
                right: 0px;
                position: absolute;
                 width: 250px;
                padding: 10px;
            }
            .water-qualtiy{
                padding: 0px !important;

            }
}
@media (min-width:1400px) {
    .ro-photo{
        position: relative;
        padding: 90px 6px;
        border-radius: 50%;
        background-color: var(--blue);
        margin: 0px 60px !important;   
            }
}
@media (min-width:992px) and (max-width:1199px){
    .ro-photo{
        position: relative;
        padding: 96px 93px;
        border-radius: 50%;
        background-color: var(--blue);
        margin: 0px 28px;
        margin-left: 20px;
            }
            .ro-photo img{
                top: 0px;
                right: 20px;
                position: absolute;
                 width: 150px;
                padding: 20px;
            }
}
@media (min-width:768px) and (max-width:991px){
    .ro-photo{
        position: relative;
        padding: 96px 93px;
        border-radius: 50%;
        background-color: var(--blue);
        margin: 0px 28px;
        margin-left: 20px;
    
            }
        
            .ro-photo img{
                top: 0px;
                right: 40px;
                position: absolute;
                 width: 150px;
                padding: 20px;
            }
}
@media (min-width:430px) and (max-width:767px){
    .ro-photo{
        position: relative;
        padding: 96px 93px;
        border-radius: 50%;
        background-color: var(--blue);
        margin: 0px 68px;
        margin-left: 60px;
    
            }
        
            .ro-photo img{
                top: 0px;
                right: 40px;
                position: absolute;
                 width: 150px;
                padding: 20px;
            }
}
/* our service section css end here */




/* amc-section  section css start here */

.amc-section{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-top: 40px;
}

.amc-section .amc-head{
     font-size: 18px;
    line-height: 1.8;
    margin-bottom: 60px;
     
}
.amc-section .amc-head h1 span{
    text-align: centestart;
    color: var(--blue);
    padding-bottom: 40px;
    font-weight: bold;
   
}
.amc-section .amc-head h1{
    text-align: center;
    margin: 10px;
    padding-bottom: 15px;
    font-weight: bold;
   
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    font-size: 21px;
    border-top-right-radius: calc(.25rem - 1px);
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 21px;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
/* .amc-section .amc-head h4{
    text-align:  ;
    color: var(--blue);
    padding-top: 20px;
    padding-bottom: 20px;
   
}
.amc-section .amc-head p{
    text-align: centestart;
    color: var(--black);
    font-weight: 500;
 
   
}
.amc-section .amc-head .bottom-paar{
    font-weight: bold;
    color: var(--blue);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
}    
*/


.amc-banner {
    background: url("../image/banner/banner\ 4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}
.amc-banner-text ul li{ 
    text-align: center;
    list-style: none;
    line-height: 2.8;
    font-size: 22px;
    font-weight: 600;
}
.amc-banner-text ul li i{ 
   color: var(--blue);
}

/* amc-section  section css end here */




/* amc-table  section css start here */
.amc-table-head span{
    color: var(--blue);
    font-weight: bold;
}
.amc-table-head h2{
    color: var(--black);
    font-weight: bold;
}
.amc-table{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-top: 50px;
}

.Term-cond p{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
    padding: 0;
 
}

@media (max-width:450px) {
    .amc-banner {
        background: url("../image/banner/banner\ 4.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0px !important;
    }
    .amc-banner-text ul li{ 
        text-align: center;
        list-style: none;
        line-height: 2.8;
        font-size: 18px;
        font-weight: 600;
    }
    
}



/* amc-table  section css end here */


/* owl carousel slider css start here */
.testimonial{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    background: linear-gradient(rgba(0, 0, 0, 0.466),rgba(0, 0, 0, 0.516)),url("../image/banner/woman-with-water-purifier-standing-with-one-arm-ra-1_975681-129850.avif");
    padding: 50px 50px !important;
    padding-top: 20px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
    }
    .testimonial  span ,h6{
        color: var(--blue);
    }
    .test-head h3{
        color: var(--white);
        font-weight: bold;
    }
    .test-head span{
        color: var(--blue);
        font-weight: bold;
    }
    .test-head h3{
        color: var(--white  );
        font-size: 32px !important;
        padding: 15px;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
         font-style: normal;
        text-align: center;
    }
    .rating-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .rating-icon .fa-star{
        color: gold;
    }
    .rating-icon .fa-star-half{
        color: gold;
    }
    
    .item{
    
    background-color: var(--white);
    /* padding: 10px 5px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid gainsboro;
    
    }
    .rating{
        width: 100px !important;
        padding: 0px;
        margin: 0px;
     }
    .item p{
        font-family: "Bai Jamjuree", sans-serif;
    padding: 15px 15px;
    text-align: center;
    font-size: 15px;
    color: gray;
    
    }
    .item:hover .item-para p{
        font-family: "Bai Jamjuree", sans-serif;
        /* padding: 15px 15px; */
        text-align: center;
        font-size: 15px;
        color: black ;  
        
        }
    .item h6{
    text-align: center;
    font-size: 22px;
    }
    .photo{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .photo img{ 
    width: 100px !important;
    height: 100px;
    border-radius: 50%;
    }
    @media (min-width:280px) and (max-width:1024px){
        .testimonial{
            background-color: var(--aquablue);
            padding: 20px  !important;
            padding-top: 20px !important;
            }
    }
    
    /* owl carousel slider css end here */

    

    
/* footer section css start  here */
.footer-section{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding-top: 50px;
    padding-bottom: 4px !important;
    /* padding: 20px; */
    margin-top: 5px;
    background: linear-gradient(rgba(0, 0, 0, 0.841) , rgba(0, 0, 0, 0.707)),url("../image/banner/many-bubbles-water-close-up-abstract-water-wave-with-bubbles_564276-8884.avif");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--white);
}


.footer-section .logo img{
   
    margin-bottom: 15px;
}
.footer-section .logo p{
    /* padding: 15px; */
    color: var(--white);

}
.footer-section .soical{
color: var(--white);
}
.footer-section .soical .fa-brands{
color: var(--white);
font-size: 25px;
padding: 5px;
}
.footer-section .soical .fa-brands:hover{
transform: scale(1.4);
color: var(--blue);
transition: all 0.4s ease-in-out;
}


.quick-link ul{
list-style: none;

}
.quick-link1 ul{
list-style: none;

}
.quick-link ul  a{
text-decoration: none;
color: var(--white);

}
.quick-link1 ul  a{
text-decoration: none;
color: var(--white);

}
.quick-link ul li{
line-height: 2.4;

}
.quick-link1 ul li{
line-height: 2.8;
}
.quick-link ul li:hover{
color: var(--blue);
transition: all ease-in-out 0.4s;
transform: translateX(8px);

}
.quick-link1 ul li:hover{
color: var(--blue);
transition: all ease-in-out 0.4s;
transform: translateX(8px);

}
.quick-link ul li :hover{
color: var(--blue);
transition: all ease-in-out 0.4s;
transform: translateX(8px);

}
.quick-link1 ul li :hover{
color: var(--blue);
transition: all ease-in-out 0.4s;
transform: translateX(8px);

}
.quick-link ul{
padding-left: 0px;
}
.quick-link1 ul{
padding-left: 0px;
}

.contact-foot ul{
list-style: none;

}
.contact-foot ul  a{
text-decoration: none;
color: var(--white);
}

.second-no{
padding-left: 15px;
}

.contact-foot .phone-icon .fa-phone{
padding-top: 20px;
}
.map{
display: flex;

text-align: start;
margin-top: 5px;
}
.map-icon{

margin-top: 8px; 
font-size: 18px;

}
.map-icon .fa-location-dot{
    padding-top: 5px;
font-size: 25px;
}
.map-add a li{
padding-left: 9px !important;
}
.map-add a{
padding-left: 9px !important;
}
.location-add{
padding-right: 6px;
line-height: 1.5;
}
.location-add li{
line-height: 1.9 !important;
}
.copyright{
    margin-top: 40px;
}
.copyright a{
color: var(--white);

}
.contact-map iframe{
   border: 14px solid var(--blue) !important;
   padding: 2px;

  }

@media (min-width:280px) and (max-width:751px){
.quick-link ul{
    padding-left: 0px;
}
.quick-link1 ul{
    padding-left: 0px;
}
.contact-foot ul{
    padding-left: 0px;
}
.footer-section{
    padding-left: 23px;
}



}
@media (min-width:994px) and (max-width:1399px){

.map{
    display: flex;
    text-align: start;
}

}
/* footer section css end  here */


/* whats app icon start here  */
.whatapp{
    position: relative;

}

.what-icon{
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 30px;
}

.what-icon:hover{
    transform: scale(1.2);
    transition: all 0.4s ease-in-out;
  
}

/* whats app icon end here  */


/* call app icon start here  */
.call{
    position: relative;

}
.call img{
    width: 60px;
 
}

.call-icon{
    position: fixed;
    z-index: 888;
    bottom: 140px;
    right: 35px;
}
.call-icon:hover{
    transform: scale(1.2);
    transition: all 0.4s ease-in-out;
  
}
@media (max-width:768px) {  
    .what-icon{
        position: fixed;
        z-index: 999;
        bottom: 30px;
        right: 10px;
    }
    .call-icon{
        position: fixed;
        z-index: 888;
        bottom: 110px;
        right: 10px;
    }
    
}

/* whats app icon end here  */

/* index.html css end here */




/* about.html css start here */

/* our vision section css start here */

.our-vision{
    padding-top: 5px;
    padding-bottom: 5px;
 }
.our-vision p{
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 2.0;
    text-align: justify;
}

.vision-head span{
    color: var(--blue);
    font-weight: 600;
}

.vision-head {
        font-family: "Tinos", serif;
        font-weight: 500;
        font-style: normal;
}
.highlight{
    color: var(--blue);
    font-weight: 600;
}
.high-light-text{
    color: var(--blue);
    font-weight: 500;
}


/* our vision section css end here */



.modal .cpatcha-div{
    background: linear-gradient(rgba(0, 0, 0, 0.295),rgba(0, 0, 0, 0.284)),url("../image/card-image/cap.jpg");
    background-position: center;
    background-repeat: no-repeat;
}
.modal .refresh{
    background-color: var(--blue);
    color: var(--white);
}
.modal .refresh a{
    color: var(--white);
}
.modal button {
    background-color: var(--blue);

    color: var(--white);
}




/* about.html css end here */





/* Contact.html css start here */


/* ============================ contact-us start ================== */

.contact-card{
    font-family: "Bai Jamjuree", sans-serif ;
    font-weight: 500;
}
.contact-heading{
    text-align: center;
}
.contact-heading span{
    color: var(--blue);
}
  .address{
    font-size: 18px;
  }
  .address .fa{
    color: var(--darkblue);
  }
  .contact-form{
    background: linear-gradient(rgba(0, 0, 0, 0.279),rgba(0, 0, 0, 0.329)),url("../image/banner/hand-traveler-pressed-button-drinking-water-filling-station-airport-ai-generated_70626-15673.avif");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;  }

  .contact-photo{
    background-color: #091e3ed9;
    /* background: linear-gradient(#0000007b,#00000078),url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSmK-Nl_L5WOR8XZX6hgSiBcmFqkPccphJ4YA&s"); */
    background-repeat: no-repeat;
    padding: 140px 30px;
    background-size: cover;
  }
  .cpatcha-div{
    background: url("../Image/card-image/captcha.jpg");
    background-size: cover;
    padding: 9px 15px;
    font-size: 18px;

  }
  .form-group input{
    padding: 10px 5px;
  }
  .address .fa{
    color: var(--white);
  }
  .address a{
    text-decoration: none;
    color: var(--white);

  }
 
  .form-head{
    background-color: var(--white);
    margin-bottom: 25px !important;
    border: 15px solid var(--blue);
    padding: 2px !important;
  }
  .form-head span{
    color: var(--blue);
  }
  .form-head h2{
    color: var(--purple);
    font-family: "Tinos", serif;
    font-weight: 600;

  }
  .form-name{
    color: var(--black);
    font-weight: 400;
    font-size: 17px;
  }
  .last-name,.first-name{
    border-top: none;
    border: 1px solid gainsboro;

  }
  .mail,.number{
    border: 1px solid gainsboro;


  }
  .name button{
    background-color: var(--blue);
    color: var(--white);
  }
  .name button:hover{
    background-color: var(--black);
    color: var(--white);
  }
  .last-name{
    margin-left: -5px;
  }
  .name input:hover{
    box-shadow:rgba(121, 138, 198, 0.436) 0px 20px 30px -10px;
   }
  .message{

    border-top: none;
    border: 1px solid gainsboro;
   }
  .message:hover{
    box-shadow:rgba(10, 33, 117, 0.35) 0px 20px 30px -10px;
   }
  .location-product .btn{
    text-align: left;


  }
  .location-product{
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
  .location-product .dropdown-item{
    color: var(--black);
    font-weight: 500;
    /* font-family: ; */
  }
  .name{
    /* border: 1px solid gainsboro; */
    padding: 10px;
  
  }
  .name-section{
    display: flex;

  }
  .captcha-para{
    background-image:url(../image/card-image/cap.jpg);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .captcha-para p{
        margin-top: 4px;
        margin-bottom: 3px;
        font-size: 22px;
        padding: 3px 20px;
        font-style: italic;
    }
  .submit button{
    margin: 10px;
    background-color: var(--blue);
    padding: 8px;
    border-radius: 5px;
    color: var(--white);
    border: none;
  }
  .submit button:hover{
    background-color: var(--black);


  }


  @media (min-width:767px) and (max-width:991.5px){
    .contact-map iframe{
        height: 663px;
      }
    
  }

  
  /* ============================ contact-us end ================== */

/* Contact.html css end here */





/* blog.html css start here */
.new-blog {
    padding: 60px 0;
}

.new-blog .about-blog {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;

}

.new-blog .about-blog .blog-banner {
    position: relative;
}

.new-blog .about-blog .blog-banner .new-blog-update {
    position: absolute;
    bottom: 10px;
    left: 0px;
    background: var(--blue);
}

.new-blog .about-blog .blog-banner .new-blog-update p {
    margin-bottom: 0;
    color: #fff;
    padding: 4px 20px;
}

.new-blog .blog-content {
    padding: 10px;
}

.new-blog .blog-content .blog-head {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 750;
}

.new-blog .blog-content .blog-para {
    font-size: 18px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-blog .blog-content .read-more {
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    padding: 8px 16px;
    background: var(--blue);
    color: #fff;
}



    /* blog-details-social-icon start */
 
    .blogs-page-head-detailss {
        padding: 50px 0;
    }

   

    .blogs-page-head-detailss .blogs-page-head-title h1 {
        margin-top: 30px;
        font-weight: bold;
        font-size: 20px;
    }

    .blogs-page-head-detailss .blogs-page-head-title span {
        margin: 12px 0;
        display: block;
    }


    .blogs-page-head-detailss .blogs-right-head-sec {
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        padding: 10px;
    }

    .blogs-page-head-detailss .blogs-right-head-sec a {
        text-decoration: none;
        color: #000;
    }

 

    .blogs-page-head-detailss .blogs-right-head-sec .blogs-right-head .blogs-right-head-title h1 {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 20px;
    }

    .blogs-page-head-detailss .blogs-right-head-sec .blogs-right-head .blogs-right-head-title span {
        font-size: 12px;
        margin-bottom: 15px;
        display: block;
    }

    .blogs-page-head-detailss .blogs-right-head-sec .blogs-right-head .blogs-right-head-title p {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .blogs-page-head-detailss .blogs-question-answer-sec {
        background: #F4F5F7;
        padding: 20px;
    }


    .blogs-page-head-detailss .blog-page-ques a {
        display: block;
        margin-bottom: 10px;
        font-size: 19px;
        text-decoration: none;
        color: #2B79D4;
        font-weight: bold;
    }

    .blogs-page-head-detailss .blog-page-ans {
        padding: 20px 0;
    }

    .blogs-page-head-detailss .blog-page-ans h1 {
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }


    .blogs-page-head-detailss .source-link p {
        margin-bottom: 6px;
    }

    .blogs-page-head-detailss .source-link a {
        display: block;
        margin-bottom: 10px;
        text-decoration: none;
    }

    .blogs-page-head-detailss .social-link .facebook {
        text-decoration: none;
        background-color: #005ff8;
        color: #fff;
        padding: 4px 8px;
        font-size: 22px;
        border-radius: 2px;
    }

    .blogs-page-head-detailss .social-link .facebook i {
        color: #fff;
    }

    .blogs-page-head-detailss .social-link .twitter {
        text-decoration: none;
        background-color: #16a2ff;
        color: #fff;
        padding: 4px 8px;
        font-size: 22px;
        border-radius: 2px;
    }

    .blogs-page-head-detailss .social-link .twitter i {
        color: #fff;
    }

    .blogs-page-head-detailss .social-link .linkedin {
        text-decoration: none;
        background-color: #3691D9;
        color: #fff;
        padding: 4px 8px;
        font-size: 22px;
        border-radius: 2px;
    }

    .blogs-page-head-detailss .social-link .linkedin i {
        color: #fff;
    }

    .blogs-page-head-detailss .social-link .Whatsapp {
        text-decoration: none;
        background-color: #25D366;
        border-radius: 2px;
        padding: 4px 8px;
        font-size: 22px;
    }

    .blogs-page-head-detailss .social-link .Whatsapp i {
        color: #fff;
    }

    /* blogs details end */
/* blog.html css end here */

/* product.html css start here  */
.product-section{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 25px;
    background-color: #3690d927;
}
.product-section h1{
    color: var(--black);
        margin: 10px;
        margin-left: 0px;
}
.product-image{
    border: 15px solid var(--blue);
}
.products-section-text{
    text-align: start !important;
}
.product-section h1 span{
    color: var(--blue);
}
.product-section p{
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding: 0px !important;
    margin: 5px;
 }
 .products-section-text .specfic span{
    color: var(--blue);
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
 }
 .products-section-text ul li{
    font-size: 18px;
 }

.enqiury{
    margin: 20px;
}
.enqiury a{
    margin-top: 10px;
    border: 1px solid var(--blue);
    background-color: var(--blue);
    color: var(--white);
    padding: 10px 19px;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
}
 
.enqiury a:hover{
    border: 1px solid var(--blue);
    background-color: var(--white);
    color: var(--blue);
}
.product-section .product-para{
    color: var(--black);
}

.Product-craosel-head h3{
    color: var(--blue);
    font-size: 32px !important;
    padding: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-align: center;
    font-style: normal;
}
.Product-craosel-head span{
    color: var(--black);
    font-size: 32px !important;
    padding: 8px;  
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-align: center;
    font-style: normal;
}
.products{
     text-align: center;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
     margin: 20px;
 }
 .Product-craosel{
    padding: 20px 100px;
 }
 .products a{
    text-decoration: none;
 }
.products-text p{
    background-color: var(--blue);
    color: var(--white);
    padding: 10px 10px;
    font-family: "Tinos", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
   
}
.products-text {
    background-color: var(--blue);
    color: var(--white);
    padding: 10px 10px;
   
}
.products-text:hover{
    color: #000;
}
.products-slider a {
    text-decoration: none;
}

.products-image img{
    transition:0.6s ease-in-out;
}
.products-text p{
    padding: 5px;
    margin: 0px;
   
}
.products-image{
    overflow: hidden;

}
.products-image:hover img{
    transform: scale(1.1);
    /* transition: all ease-in-out 0.6s; */
}
.item .products-slider .products-images{
    overflow: hidden;
    transition: 0.6s ease-in-out all;


}

.item .products-slider .products-images:hover img{
    transition: 0.6s ease-in-out all;

    transform: scale(1.08);

}
 

@media(min-width:1000px) and (max-width:1200px){
    .Product-craosel{
        padding: 20px 40px !important;
     }
}

@media(max-width:768px){
    .Product-craosel{
        padding: 20px 20px;
     }
}
 


/* product.html css end here  */

