.banner {
    background-image: url("../images/contact.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
    /* padding: 4vw; */
    margin: 0;
    }
.page1{
    background: linear-gradient(180deg,rgb(45, 11, 0, 0.6)  20%, rgb(0, 9, 60, 0.6) 100%);
    width: 100%;
    height: 100%;
    position: relative;
    clear: both;
    z-index: 1;
    /* padding: 80px 0px; */
}
.container-inner{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.container-inner h1{
    font-size: 60px;
    font-family: "montserrat";
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .15em;
    text-align: center;
    position: relative;
}
.container-inner h2{
    font-family: Rajdhani, sans-serif;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .35em;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 2.5rem;
}
.container-inner p{
    font-family: "montserrat";
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    color: #eee;
    width: 60%;
}


/* Contact us Section CSS */



.contact{
    width: 100%;
    padding: 4vh 6vw;
    padding-bottom: 5vh;
}
.contact h1{
    font-family: Rajdhani, sans-serif;
    font-size: 1.8rem;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 2.5rem;
}
.contact-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-inner h2{
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 1em;
    font-weight: 400;
    text-align: center;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 2.5rem;
}
.contact-header{
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}
.contact-header h2{
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: .020em;
    text-transform: uppercase;
    color: #012970;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.contact-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    /* gap: 20px; */
}
.contact-col{
    width: 49%;
    padding: 20px 30px;
    background-color: #f6f9ff;
    margin-bottom: 15px;
}

.contact-col i{
    font-size: 30px;
}
.contact-col h3{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}
.address{
    margin-top: 10px;
}
.contact-col p{
    font-size: 15px;
    letter-spacing: .020em;
    font-weight: 500;
    line-height: 20px;
    color: #333;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
}

.container{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.box{
    display: flex;
    gap: 10px;
}
.box i{
    margin-top: 2px;
    font-size: 20px;
}
.box h4{
    font-size: 20px;
}
.box a{
    text-decoration: none;
    color: #333;
}


@media (max-width: 767px) {
   
    .container-inner{
        gap: 20px;
    }
    .container-inner h1{
        font-size: 35px;
    }
    .container-inner p{
        font-size: 1.1rem;
    line-height: 1.3rem;
    width: 80%;
    }
    .contact-container{
        flex-direction: column;
        gap: 30px;
    }
    .contact-col{
        width: 98%;
    }
    .container{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}

@media(max-width: 524px){
    .container-inner{
        gap: 20px;
    }
    .container-inner h1{
        font-size: 30px;
    }
    .container-inner p{
        font-size: 0.9rem;
    line-height: 1.2rem;
    width: 90%;
    }
}