@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    list-style: none;
    text-decoration: none;
    color: aliceblue;
    box-sizing: border-box;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;

    font-style: normal;
}

body {


    /*color: rgba(252, 245, 245, 0.87);
    font-family: "Comfortaa", sans-serif;
    font-family: "Public Sans", sans-serif;
    font-family: "Signika", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    */

    box-sizing: border-box;
    margin: 0;
    padding: 0;

    width: 100%;





}

html {
    box-sizing: border-box;


}


/*
body::backdrop {
    background-color: #130726;

}*/

html,
body {


    margin: 0;
    padding: 0;
    width: 100%;


}

@media only screen and (max-width:400px) {


    html,
    body {

        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;


    }
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

:root {
    animation-delay: 0.5s !important;
}

/*-------------------------------------------------------------------------------------------------header------------------------------------------------------------*/
.anim-1{
    position: relative;height: 100px; background-color:#c57713; display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100px;padding: 0px 15px;
}
.anim-1 p {
    animation: anima 4s linear infinite;
    position: relative;

}

.anim-1 p:hover {
    animation-play-state: paused;
}

@media only screen and (max-width:415px) {


    .anim-1 {

        height: 150px;
        flex-wrap: wrap;


    }
    .anim-1 p{
        font-size: 13px;
    }
}

@keyframes anima {
    from {
        right: 700px;
    }

    to {
        right: 0px;
    }
}

/*
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 1em 1em 1em 1em;
    --e-column-margin-right: 1em;
    --e-column-margin-left: 1em;
    padding: 0px 0px 0px 0px;
    */
section p {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    color: white;
    letter-spacing: 0.5px;
    line-height: 28px;

    font-style: normal;
}


.pro-details p{
    font-size: 14px;
}
@media only screen and (max-width:383px) {




    .pro-details p {
        font-size: 12px;
        line-height: 21px;
    }
}

section a {
    font-family: "Signika", sans-serif;
    font-optical-sizing: auto;

    font-style: normal;
}

.header-r {
    /* background: #0d192f;*/
    background-color: #0B4F80;
}

header {
    min-width: 25vh;
    top: 0;
    z-index: 100;
    position: relative;
}


.headers {
    display: flex;

    height: 97px;
    color: white;
    /*background: #c57713;*/
    /*background-color: #0B4F80;*/
    padding: 14px 15px;
    z-index: 150;
    position: sticky;
    align-items: center;
    top: 0px;
    margin: 0px 0px;
    /*box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);*/

}

@media only screen and (max-width:899px) {


    .headers {

        display: none;


    }
}

.headers ul {


    display: flex;
    z-index: 100;
    color: white;
    position: relative;
    margin-bottom: 0rem;
    padding-left: 0rem;

}

.headers ul li a {
    color: white !important;
    text-decoration: none;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 17px;

}

.headers ul li a:hover{
    text-decoration: underline;border-radius: 10px;


}

.logo {
    z-index: 100;
    color: black;
    padding-left: 30px;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 10px;
}

.logo img {
    width: 25%;
    height: 34px;
    /*display: block !important;*/

}

.comname {
    font-family: "Signika", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    margin-bottom: 0rem;
}

.inner-header {
    right: 42px;
    position: absolute;
    top: 42px px;
    padding: 10px 8px;
    margin: 10px 8px;
}

.inner-header ul li {
    padding: 30px 15px;
}

.sli {
    color: white;
    text-align: center;
    height: 100%;
    /*background: #0d192f;
    #0d192f*/
padding-top: 140px;
    background: linear-gradient(166deg, #0B4F80, #c57713);
    min-height: 74.70vh;
    position: relative;
    overflow: hidden;
    /*display: flex;*/
    place-items: center;
    object-position: center;
    justify-content: right;
    align-items: center;
    padding-right: 0px;
}

.sli h1 {
    font-family: "Signika", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: white;
    pointer-events: none;
    position: relative;
    font-size: 70px;
    line-height: 6vw;
    z-index: 100;
    opacity: 100;
    letter-spacing: 0.5px;
    margin: auto;
    width: 80%;
    padding: 15px 0px;
    margin-top: 0px;

    animation: anim2 1.60s ease-in 1;

}
.anim-2 {
    animation: anim3 1.85s ease-in-out 1;

}

@media only screen and (max-width:915px) {




    .sli h1 {
        line-height: 8vw;
        font-size: 40px;
    }

   
}
@media only screen and (max-width:384px) {




    .sli h1 {
        line-height: 11vw;
        font-size: 30px;
    }

    .anim-2{
        font-size: 14px;
    }
}

@keyframes anim2 {
    0% {
        top: -95px;
        opacity: .0;
    }

    100% {
        top: 0px;
        opacity: .100;
    }
}



@keyframes anim3 {
    0% {

        top: -95px;
    }

    100% {

        top: 0px;
    }
}

.style-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    padding: 15px 0px;
    position: relative;
    z-index: 100;
    flex-wrap: wrap;
}
@media only screen and (max-width:550px) {




    .style-link {
        gap: 20px;
    }
}

.style-link a {
    text-decoration: none;
    color: white;
}

.pro-about {
    padding: 10px;
    display: contents;
}

.link-a {
    position: relative;
    width: 200px;
    background: #00598F;
    border-radius: 30px;
    padding: 15px 0px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 0px 4px 0 rgba(0, 0, 0, 0.19);
    animation: anim4 1.75s ease-in-out 1;
}

@keyframes anim4 {
    0% {
        left: 150px;
    }

    100% {
        left: 0px;
    }
}

.link-b {
    position: relative;
    width: 200px;
    background: #00598F;
    /*background: #0B4F80;*/
    border-radius: 30px;
    padding: 15px 0px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 0px 4px 0 rgba(0, 0, 0, 0.19);
    animation: anim5 1.75s ease-in-out 1;
}

@keyframes anim5 {
    0% {
        right: 150px;
    }

    100% {
        right: 0px;
    }
}

.main-con p {
    color: #0d192f;
    letter-spacing: 0.5px;
    line-height: 30px;
}

@media only screen and (max-width:385px) {




    .main-con p {
        line-height: 25px;
    font-size: 12px
    }

    .pro-about{
        padding: px;
    }
}

.main-con h1 {
    font-family: "Signika", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #0d192f;
    letter-spacing: 0.5px;
    line-height: 4vw;
    text-transform: lowercase;

}

@media only screen and (max-width:388px) {




    .main-con h1 {
        line-height: 10vw;
    }
}

.infra h1 {
    font-family: "Signika", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #0d192f;
    letter-spacing: 0.5px;
    padding: 20px 0px;
}

.product-collectins {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 1em 1em 1em 1em;
    --e-column-margin-right: 1em;
    --e-column-margin-left: 1em;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 450px;
    z-index: 100;
    overflow: hidden;
    position: relative;
    background: white;
    border-radius: 5px;
}

.product-collectins img {
    height: 300px;
    width: 250px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
/*background: #272729;
    background: #198754;
    
    background-color: #8d8d96;
    */
    background-color: #;
    
}

.pro-title {
    color: #0d192f;
    letter-spacing: 0.5px;
    padding: 10px 0px;
    font-weight: 900;
}

.pro-details {
    align-items: center;
    padding: 20px 20px;
    background: #;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2), 1px 1px 1px 1px rgba(0, 0, 0, 0.19);
    z-index: 100;
    position: relative;
    top: -20px;
}

.product-collectins-a {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 1em 1em 1em 1em;
    --e-column-margin-right: 1em;
    --e-column-margin-left: 1em;
    padding: 0px 0px 0px 0px;
    width: 350px;
    height: 450px;
    display: contents;
}


.product-collectins-a img {
    width: 100px;
    
}

.products-main {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding: 0px 0px;
    background-image: url(img09.jpg);

}
.products-main-p {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    padding: 0px 40px;
    background-image: url();

}



.infra-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.infra-main {
    padding: 15px;
    text-align: center;
}


.infra-main img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
    max-width: 350px;

}

.col-main {
    padding: 25px;
    margin: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-mani-1 {
    padding: 0px 20px;
    margin: 0px 20px;
    width: 472px
}

.col-mani-1 h1 {
    color: #000;
}

.col-mani-1 p {
    color: #000;
    font-weight: 500;
}

.dry-main {
    background: black;
    width: 203px;
    height: 43px;
    text-align: center;
    padding-top: 5px;
}

.dry-main a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;

}


footer .foot-main .f-category-main h1 {

    color: white;
    /* font-family: "carosextrabold";*/
    font-size: calc(0.5rem + 0.8vw);
    font-weight: 700;
}








footer .foot-main {
    display: flex;
    justify-content: space-evenly;
    padding: 40px 0px;
    background-color: #0B4F80;
}

.pp {
    margin-left: 40px;
    margin-right: -114px;
}

.pp img {
    width: 100px;
}

.f-category-main {
    margin-right: 20px;
    display: flex;
}

@media only screen and (max-width:1150px) {


    .f-category-main {

        display: none;


    }

    .pp {

        margin-right: 0;
        margin-left: 0px;
    }
}


.f-category {
    margin-right: 70px;
}

.f-category ul {
    padding-left: 0rem;
    line-height: 28px;
}

.f-category2 {
    margin-left: 70px;
}

.f-category2 ul {
    padding-left: 0rem;
    line-height: 28px;
}

.f-category3 {
    margin-left: 90px;
}

.f-category3 ul {
    padding-left: 0rem;
    line-height: 28px;
}

.f-category-main ul li a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: white;
    letter-spacing: 0.5px;
}

.copyright {
    padding-left: 250px;
    background-color: #272729;
    font-size: 13px;
    font-weight: 100;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}


.copyright p {
    color: white;
    letter-spacing: 0.5px;
    margin-bottom: 0rem;

}

@media only screen and (max-width:500px) {


    .copyright {

        padding-left: 0px;


    }

    .copyright p {

        text-align: center;
        font-size: 11px;


    }
}

.foottt{
    color: black; padding: 50px 0px; letter-spacing: 0.5px;
      line-height: 28px;
      font-size: 15px;
      font-weight: 600;
}

@media only screen and (max-width:597px) {


    .foottt {

        font-size: 13px;
        font-weight: 900;


    }

}


.social-icons {
    position: fixed;
    right: 30px;
    bottom: 300px;
    display: grid;
    z-index: 200;
}

.social-icons img {
    width: 50px;
    padding: 10px 5px;
    aspect-ratio: 1 / 1;
    object-fit: contain;


}

.form-f {
    
    padding: 30px;
}

.form-f h1 {
    font-weight: 700;
    font-size: 3rem;
    width: min-content;
    padding-left: 25px;
    margin: 15px;
    color: #0B4F80;
}

/*form {
    position: relative;
    margin: 15px;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.19);
    max-width: 400px;

}*/

form h2 {
    text-align: center;
    font-size: 1.7rem;
    color: #000;
}

form label {
    color: #000;
    padding: 5px;
}

/*form input {
    max-width: 500px;
    margin: 10px;
    padding: 5px;
    background: black;
    display: block;
}

form textarea {
    max-width: 500px;
    padding: 5px;
    background: black;
    display: block;
}*/

/*form button {
    width: 131px;
    margin: 15px;
    font-size: 17px;
    font-weight: 500;
    background: black;
    padding: 10px;
}*/

.headers-form {
    display: flex;

    height: 97px;
    color: black;
    background-color: white;
    padding: 14px 15px;
    z-index: 150;
    position: relative;
    align-items: center;
    margin: 0px 0px;
}

.headers-form ul {
    display: flex;
    z-index: 100;
    color: black;
    position: relative;
    margin-bottom: 0rem;
    padding-left: 0rem;
}

.headers-form ul li a {
    color: black !important;
    text-decoration: none;
    /* font-family: "poppinsregular" !important;*/
    font-weight: bold;
    font-size: 17px;
}

.heaimg{
    width: 100%;
    height: 600px;
    object-fit: cover;
}


.toppimg{
    position: relative;
    top: -100px;
}
@media only screen and (max-width:389px) {


    .heaimg{
        
    height: 100%;
    }
.toppimg{
    top: 0px;
}

.form-f h1 {
    
    font-size: 2rem;
    
}
/*form input{
    max-width: 500px;
    color: #000;
}
form textarea{
    max-width: 500px;
    color: #000;
}*/
}
.formmmm{
    display: flex;
    flex-wrap: wrap;
}
.mySlides {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.secpadd{
    padding: 0px 40px;
    position: relative;
    /*top: -70px;*/
}

.disimg{
    width: 500px;
    border-radius: 10px;
}
.disimg2{
    width: 400px;
    border-radius: 5px;
}

/* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
    display: none;
}

/* Style navigation menu links */
.topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: none;
}

/* Style the hamburger menu */
.topnav a.icon {
    background: #0B4F80;
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
    background-color: #0B4F80;
    color: black;
}

/* Style the active link (or home/logo) */
.active {
    background-color: #0B4F80;
    color: white;
}

.infraresp{
    flex-wrap: none;
    background-color: aliceblue;
}

.infra-imgs{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: px;
    }
    .infra-imgs img{
        max-width: 700px;
        max-height: 500px;
        padding: 15px;
        aspect-ratio: 1 / 1;
        border-radius: 15px;
    }

.mm1 {
    max-width: 400px;
}

.proimg img{
    max-width: 250px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
@media only screen and (max-width:898px) {


    .topnav a {

        display: block;
        z-index: 100;
        position: relative;


    }

    .mm1 {
        width: 100%;
    }

    .infra-imgs img{
        max-width: 250px;
        max-height: 300px;
        
    }
    .infraresp{
        flex-wrap: wrap;
    }

    .proimg img{
        max-width: 200px;
        aspect-ratio: 1 / 1;
        object-fit: contain;
    }
    .mySlides {
        
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width:417px) {




    .mm1 {
        width: 100%;
    }

    .secpadd{
        padding: 0px 0px;
        
    top: 0px;
    }
    .secpadd p{
        font-size: 10px;
        line-height: 25px;
    }
    
    .disimg{
width: 100%;
    }
    .disimg2{
        width: 100%;
    }

    .product-collectins-a{
        height: 600px;
    }
    .policyconts{
        font-size: 13px;
    }
    .imgpolicy{
        max-width: 200px;
    }

}




.suitablepro{
    padding-top: 50px;
}
.suitablepro img{
    max-width: 300px;
    max-height: 200px;
    aspect-ratio: 1 / 1;
    padding: 25px;
    object-fit: contain;
}

.appaboimg{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 20PX;
}


.appaboimg img{
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 120px;
    padding: 15px;
    margin: 20px;
    background-color: #272729;
    border: 2px solid black;
    border-radius: 60px;
}

.zoomin{
    position: absolute;
width: 100%;
text-align: center;
top: 659px;
}

.zoomin img{
    margin: auto;
text-align: center;
width: 100%;

}

@media only screen and (max-width:577px) {


    .zoomin {

        top: 779px;


    }

.zoomin img{
    width: 100%;

}
}


form {
    border-top: 2px solid aliceblue;
    align-items: center;
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-top: 50px;
    justify-content: center;
    display: grid;
    position: relative;
    height: 566px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2), 0 0 2px 0 aliceblue;
}
.contactheading {
    margin: auto;
}
orm input {
    width: 100%;
    height: 42px;
    border-radius: 10px;
    outline: none;
    font-size: 15px;
    background: transparent;
    margin: auto;
    z-index: 1;
    border-right-style: outset;
    overflow: hidden;
    border-bottom: 1px solid aliceblue;
    padding-left: 10px;
}
textarea {
    display: grid;
    justify-content: center;
    border-bottom: 1px solid aliceblue;
    align-items: center;
    border-radius: 10px;
    outline: none;
    width: 271px;
    height: 100px;
    border-style: inset;
    border-style: inset;
    padding-left: 10px;
    position: relative;
    background: aliceblue;
    color: black;
    flex-shrink: 1;
    flex-grow: 2;
    flex-wrap: wrap;
}
button, .book_btn f_left {
    text-align: center;
    border-radius: 10px;
    width: 119px;
    height: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin: auto;
    display: block;
    border: 1px solid aliceblue;
    color: #8800b5;
    z-index: 1;
    overflow: hidden;
    transition: color 0.5s;
}
@media only screen and (max-width: 300px) {
    form {
        max-width: 250px;
        height: 417px;
    }
}
@media only screen and (max-width: 300px) {
    textarea {
        width: 230px;
    }
}
@media only screen and (max-width: 300px) {
    form input {
        font-size: 12px;
    }
}

button, input, optgroup, select, textarea {
    background: transparent;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 5px;
    padding: 5px;
}
.pro-about, .pro-details p{
    color: #000;
    object-fit: contain;
}
.proimg p{
    color: #000;
    padding: 10px 40px;
    max-width: px;
}
.infraresp p{
    color: black;
}

.w3-content w3-section{
    
    width:100%;
    
}

.info-s h1 {
       font-optical-sizing: auto;
      font-style: normal; font-size: 1.8rem; place-items: center;
        font-style: normal; font-weight: 600; margin-bottom: 0px; color: black;
    }
    
    .info-s img {
        max-width: 460px;
        box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2), 0 0 2px 0 aliceblue;
        height: 450px; margin: 20px 0px;
    }

@media only screen and (max-width: 601px) {
    .info-s h1 {
        font-size: 1rem;
    }
    .info-s img {
        width: 100%;
    }
}




























