
.cover-img{
    width: 100%;
    height: 70vh;
    overflow: hidden;
    background-image: url('../images/subpage/cover-image.jpg');
    background-position: center;
    background-size: cover;
    display: grid;
    align-items: center;
}
/*.cover-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
}*/
.cover-img h1{
    padding: 0 80px;
    font-size: 50px;
    color: #fff;
    font-family: 'CooperHewitt' !important;
}

.content-div {
     width: 100%;
     padding: 20px 80px;
     background-color: #f8f8f8;
     margin: 30px 0;
}
.content-div .para{
    margin: 15px 0;
}
.explore{
    width: 100%;
    padding: 0 80px;
    display: block;
    align-items: center;
}
.explore h2{
    text-align: center;
    padding-bottom: 20px;
    font-size: 28px;
}
.services-contents{
    width: 100%;
    padding: 20px;
    background-image: linear-gradient(to bottom, #02c8da , #02d1c0);
    border-radius: 8px;
    margin-bottom: 10px;
}
.services-contents h3{
    font-size: 20px;
    padding-bottom: 10px;
}
.services-contents1{
    width: 100%;
    padding: 20px;
    background-color: #f8f8f8;
    margin-bottom: 10px;
}
.services-contents1 h3{
    font-size: 20px;
    padding-bottom: 10px;
}

.industries-div{
    width: 100%;
     padding: 20px 80px;
     background-color: #f8f8f8;
     margin: 30px 0; 
}
.industries-div h2{
    text-align: center;
    padding-bottom: 20px;
    font-size: 28px;
}
.industries{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}
.industry{
    width: 180px;
    display: grid;
    place-items: center;
    padding: 20px 0;
    border: 1px solid #000;
    border-radius: 8px;
}
.industry img{
    width: 45px;
    height: auto;
}
.industry h5{
    padding-top: 15px;
    font-size: 16px;
}

.contact-div{
    width: 100%;
    padding: 30px 80px;
    background-image: linear-gradient(to bottom, #02c8da , #02d1c0);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-company{
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact{
    display: flex;
    align-items: center;
    gap: 8px;
}
.contact img{
    width: 30px;
    height: auto;
}
.contact h6{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
#cont{
    font-size: 13px;
    font-weight: 300;
}

.update{
    width: 400px;
    padding: 2px;
    border: 1px solid #fff;
}
#arrow{
    padding: 6px 10px;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;

}
#arrow img{
    width: 30px;
    height: auto;
}












/*media screen*/
@media (max-width:900px){
    .nav-bar{
        width: 200px;
        height: 100vh;
        background-color: #ffffff;
        display: block;
        position: absolute;
        top: 70px;
        right: 0;
        margin-right: -900px;
        box-shadow: 5px 8px 8px rgba(0, 0, 0, 0.2);
        transition: all 0.9s;
    }
    .navlinks{
        display: block;
    }
    .navlinks li{
        padding: 20px 40px;

    }
    form{
        display: none;
    }
    button{
        display: none;
    }
    
    .menu-icon {
        display: block;
    }
    .mobile-menu{
        margin-right: 0;
    }


    .cover-img h1{
        font-size: 50px;
        color: #fff;
    }

    .contact-div{
        width: 100%;
        padding: 30px 80px;
        background-image: linear-gradient(to bottom, #02c8da , #02d1c0);
        display: block;
        align-items: center;
        justify-content: space-between;
    }
    
    .contact-company{
        display: block;
        align-items: center;
        gap: 20px;
        
    }
    .contact{
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;
    }
    .update{
        width: 400px;
       display: flex;
    }
    #arrow{
        display: block;
    
    }



    footer{
        width: 100%;
        padding: 30px 80px;
        background-color: #000;
    }
    .footer-cont{
        display: block;
        align-items: center;
        justify-content: center;
    }
    .footer-contents{
        display: flex;
        gap: 50px;
    }
   
    .footer-logo{
        display: grid;
        place-items: center;
        margin-top: 20px;
    }


}








@media (max-width:600px){
    header{
        width: 100vw;
        padding: 30px 20px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
        position: fixed;
    }
    .cover-img h1{
        padding: 50px 50px;
        font-size: 50px;
        color: #fff;
    }

    .content-div {
        width: 100vw;
        padding: 20px 40px;
        background-color: #f8f8f8;
        margin: 30px 0;
   }

   .explore{
       width: 100%;
       padding: 0 40px;
       display: block;
       align-items: center;
   }
   .contact-div{
        width: 100%;
        padding: 30px 60px;
        background-image: linear-gradient(to bottom, #02c8da , #02d1c0);
        display: block;
        align-items: center;
        justify-content: center;
}

   .update{
        width: 300px;
        display: flex;
    }
    #arrow{
        display: block;

    }

    footer{
        width: 100%;
        padding: 30px 60px;
        background-color: #000;
    }
    .footer-cont{
        display: block;
        align-items: center;
        justify-content: center;
    }
    .footer-contents{
        display: block;
        gap: 50px;
    }
    .links{
        margin-bottom: 30px;
    }
   
    .footer-logo{
        display: grid;
        place-items: center;
        margin-top: 20px;
    }
}








@media (max-width:400px){
    header{
        width: 100vw;
        padding: 30px 20px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.2);
        position: fixed;
    }
    .cover-img h1{
        padding: 50px 30px;
        font-size: 43px;
        color: #fff;
    }

    .content-div {
        width: 100vw;
        padding: 20px 40px;
        background-color: #f8f8f8;
        margin: 30px 0;
   }

   .explore{
       width: 100%;
       padding: 0 40px;
       display: block;
       align-items: center;
   }

   .contact-div{
    width: 100%;
    padding: 30px 60px;
    background-image: linear-gradient(to bottom, #02c8da , #02d1c0);
    display: block;
    align-items: center;
    justify-content: center;
}

    .update{
        width: 300px;
        display: flex;
    }
    #arrow{
        display: block;

    }

    footer{
        width: 100%;
        padding: 30px 60px;
        background-color: #000;
    }
    .footer-cont{
        display: block;
        align-items: center;
        justify-content: center;
    }
    .footer-contents{
        display: block;
        gap: 50px;
    }
    .links{
        margin-bottom: 30px;
    }
   

    .footer-logo{
        display: grid;
        place-items: center;
        margin-top: 20px;
    }
}


.banner-form {
    background: #fff;
    padding: 25px;
}
.banner-form-field {
       margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    font-family: 'Aileron-Light';
    font-size: 15px;
}
.banner-form h3 {
    font-family: 'Aileron-Regular';
    font-weight: 600;
    border-bottom: 4px solid #02cbd2;
    margin-bottom: 5% !important;
    width: fit-content;
    margin: auto;
}
input.banner-sub {
    background: #02cbd2;
    color: #fff;
    border: 0px;
    margin: auto;
    padding: 7px 30px;
    width: 100%;
    max-width: 40%;
    display: flex;
    text-align: center;
    justify-content: center;
}
.banner-text{
    display: flex;
    align-items: center;
    height: 100%;
}
span.wpcf7-spinner {
    display: block;
    display: none;
}