* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
  }



/* navbar section */

.navbar{
    position: sticky;
    z-index: 2;
    top: 0;
    width:100%;
    height:90px;
}

/* Mobile devices */
@media only screen and (max-width: 767px) {
  /* Your mobile-specific CSS styles go here */
    .navbar-nav{
        width: 100%;
        display: flex;
        align-items: flex-center;
        justify-content: flex-center;
        background-color:white !important;
    }
    .nav-item{
        margin-bottom: 10px !important;
    }
    .dropdown-item.active, .dropdown-item:active{
        background-color: #1774ba;
        color: white !important;
        border-radius: 30px;
        padding: 5px 20px !important;
        margin: 0px 0px !important;
    }
  
  /* Any other mobile-specific styles can be added here */
}

/* Desktop devices */
@media only screen and (min-width: 768px) {
  /* Your desktop-specific CSS styles go here */
     .navbar-nav{
        width: 100%;
        height: 75px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        
    }
    .dropdown-item.active, .dropdown-item:active{
        background-color: #1774ba;
        color: white !important;
        border-radius: 30px;
        padding: 5px 20px !important;
        margin: 0px 0px !important;
    }

    /* Any other desktop-specific styles can be added here */
}

.navbar-brand img{
    width: 110px;
    padding: 1px 0px;
}

.nav-item a{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    color: #1774ba !important;
    font-size: 16px !important;
    /*margin: 0px 20px;*/
    /*padding: 5px 20px !important;*/
}

.nav-item a:hover{
    background-color: #1774ba;
    color: white !important;
    border-radius: 30px;
    /*padding: 5px 20px !important;*/
}

.active a{
    background-color: #1774ba;
    color: white !important;
    border-radius: 30px;
    /*padding: 5px 20px !important;*/

}

.nav-link{
    margin: 0px 35px;
}

/* navbar section end */


/* hero section */

#hero{
    height: 90vh;
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hero::before{
    background: url('/Images/contact-us-hero.jpg') no-repeat center center/cover;
    content: "";
    position: absolute;
    height: 90vh;
    width: 100%;
    z-index: -1;
    opacity: 0.9;
    margin: 0;
    padding: 0;
}

#hero .container{
    padding: 5% 3%;
}

/* #hero .col-md-6{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
} */

.form{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 15%;
}

.query-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 450px;
    background-color: white;
    padding: 50px 0px;
    border-radius: 7%;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 0.2);
}

.query-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7));  
    padding: 20px 0px;
    border-radius: 7%;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 0.2);
}

#hero h2{
    text-align: center !important;
    width: 75%;
    color: #34447c;
}

.query-form input{
    width: 90%;
    border-left: none;
    border-right: none;
    border-top: none;
    background: none;
    color: #1774ba;
    font-weight: bold;
    text-align: center;
}

.query-form input::placeholder{
    color: #34447c;
    font-weight: 500;
}

.query-form button{
    width: 40%;
    border-radius: 50px;
    margin-top: 25px;
    font-weight: bold;
    background-color: #34447c;
    color: white;
    border: none;
}

.query-form button:hover{
    background-color: #1774ba;
    color: white;
}

.query-form input, .query-form button{
    padding: 10px 0px;
}


.thank-container{
    display: flex;
    justify-content: left;
    align-items: end;
}

.thank-you-box{
    background-color: rgb(128, 202, 226);
    padding: 20px;
    border-radius: 15px;
}


@media only screen and (max-width: 767px){
    #hero{
        height: 100% !important;
    }

    #hero::before{
        height: 100% !important;
    }

    .query-form{
        margin-bottom: 30px;
    }

    .thank-container{
        justify-content: center !important;
        align-items: center !important;
    }
}

/* hero section end */


/* contact section */

#contact{
    padding: 50px 0px;
    background: rgb(237, 243, 245);
    width: 100%;
    overflow: hidden;
}

.social-icons{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.social-icons i{
    font-size: 27px !important;
    margin: 0px 10px;
    background-color: #34447c;
    color: white;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-bottom{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.logo-bottom img{
    width: 200px;
}

.bottom-menu{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left !important;
}

.bottom-menu-box a h6{
    font-size: 20px !important;
    font-weight: bold;
    color: #34447c !important;
}

.bottom-menu-box a:hover{
    text-decoration: none !important;
    color: black !important;
}

@media only screen and ( max-width: 767px){
    .social-icons, .logo-bottom, .bottom-menu{
        margin-top: 50px;
    }

    #contact{
        padding: 20px 0px;
        width: 100% !important;
        overflow: hidden !important;
    }

    .bottom-menu-box{
        text-align: center;
    }

    .social-icons i{
        font-size: 20px !important;
        height: 40px;
        width: 40px;
    }

    .logo-bottom img{
        width: 150px;
    }

    .bottom-menu-box a h6{
        font-size: 16px !important;
    }
}


/* contact section end */

/* adress section */

#bottom-address{
    padding-bottom: 25px;
    background: rgb(237, 243, 245);
    color: #34447c !important;
    width: 100% !important;
    overflow: hidden;
}

.address-column{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.address-box{
    border-left: 3px solid #34447c;
    padding-left: 10px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.address-box p{
    padding: 0px !important;
    margin: 0px !important;
    font-weight: 500;
}

@media only screen and ( max-width: 767px){
    .address-box{
        border-left: none;
        text-align: center !important;
    }

    .address-box p{
        font-size: 16px;
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
}


/* adress section end */

/* footer */

#footer{
    background-color: #34447c;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-copyright p{
    margin: 0px;
    padding:5px;
    font-size: 16px;
    font-weight: 500;
}

.footer-copyright p a{
    color: gold !important;
    font-weight: bold;
}

/* footer end */
