@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Sora:wght@100..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Onest", sans-serif;
}

body {
    font-family: 'gilmer', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Sora", sans-serif;

}


@font-face {
    font-family: 'gilmer';
    src: url('./gilmer.otf') format('opentype');
}





.header_all {
    display: flex;
    justify-content: space-between;
    background-color: #2C2C74;
    padding: 0 7%;
    padding-block: 5px;
}

.motto span {
    color: #2C2C74;
    padding-right: 15px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
}

.motto p {
    color: #fff;
    font-family: "Sora", sans-serif;
}

.navbar_all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0 7%;
    position: sticky;
    top: 0;
    z-index: 454;
    padding-block: 5px;
    width: 100%;
    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;
}

.logo {
    height: 95px;
    width: 150px;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

.nav_links a {
    padding: 15px;
    color: #000;
    /* text-transform: uppercase; */
}

.nav_links a:hover {
    color: #2C2C74;
}

.mobile a {
    color: #000;
}

.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #2C2C74;
    min-width: 250px;
    z-index: 701;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    display: block;
    text-decoration: none;
}

.dropdown-content a:hover {
    background-color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;

}
.social_media{
    display: flex;
    gap: 10px;
}
.social_media a {

    height: 30px;
    width: 30px;
    font-size: 20px;
    background-color: #2C2C74;
    color: #fff;
}



#toggleButton {
    display: none;
    background-color: #2C2C74;
}

.mobile {
    display: none;
}

.forms {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.forms input {
    height: 44px;
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 5px;
}
.forms select{
    height: 44px;
    height: 44px;
    width: 100%;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.forms input:focus{
    outline: none;
}

.forms select:focus{
    outline: none;
}
.forms button {
    height: 44px;
    width: 100%;
    border: none;
    background-color: #2C2C74;
    color: #fff;
}

.add_gallery {
    padding: 0 25%;
}

.cta_all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    background-color: #f2f4f6;
    padding: 0 5%;
    padding-block: 50px;

}

.cta_all button {
    padding: 15px 45px;
    background-color: #2C2C74;
    border: none;

}

.cta_all a {
    color: #fff;
}

.footer_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding: 0 5%;
    padding-block: 50px;
    background-color: #2C2C74;
    color: goldenrod;
}

.ft_one {
    display: flex;
    flex-direction: column;
}

.ft_one a {
    padding-top: 10px;
    color: #ddd;
}


.ft_one a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ft_one i {
    color: goldenrod;
}

.ft_one span i {
    color: #fff !important;

}

.copyright {
    padding: 0 5%;
    padding-block: 20px;
    text-align: center;
}

.hero_bg {
    height: 50vh;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center;
}

.breadcrumb {
    width: 100%;
}

.breadcrumb a {
    color: goldenrod;
}

.breadcrumb p {
    color: #fff;
    font-weight: 700;
}

.hero_text {
    position: relative;
    height: 100%;
    background-color: #2c2c7494;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 7%;
}

.hero_text h1 {
    text-align: left;
    width: 100%;
   
    color: #fff;
}


table{
    margin-top: 20px;
    border-collapse: collapse;
    width: 100%;
}
 th,
 td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

 th {
    background-color: #f2f2f2;
}

@media only screen and (max-width: 1110px) {
    #toggleButton {
        display: block;
        background-color: #2C2C74;
        background-color: transparent;
        border: none;
        padding: 15px;
        color: #fff;

    }

    #toggleButton i {
        font-weight: 900;
        font-size: 20px;
        color: #2C2C74;
    }

    .nav_links {
        display: none;
    }

    .mobile {
        position: absolute;
        top: 106px;
        z-index: 4554;
        left: 0;
        width: 100%;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        display: none;
    }

    .mobile a {
        border-top: 2px solid #534f4f2a;
        width: 100%;
        padding: 0 10%;
        padding-block: 20px;
    }


    .dropdown {
        border-top: 2px solid #534f4f2a;
        width: 100%;
        padding-block: 20px;
    }

    .dropdown-content {
        margin-left: 10%;
    }

    .dropdown-content a:hover {
        color: #2C2C74;
    }

    .footer_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

}

@media only screen and (max-width: 710px) {
    .footer_grid {
        display: grid;
        grid-template-columns: 1fr;
    }
}