* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Catamaran', sans-serif; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

html {
    scroll-behavior: smooth;
}

header {
    width: 100%;
    background-image: url(Images/360_F_412821610_95RpjzPXCE2LiWGVShIUCGJSktkJQh6P.jpg);
    background-size: cover;
    background-position: center;
}

.img_logo {
    width: 150px;
    /* height: 80px; */
    object-fit: cover;
}

.header_Section-1 {
    display: flex;
}

.header_img {
    flex: 1;
}

.header_nav {
    display: flex;
    justify-content: space-evenly;
    flex: 6;
    text-align: center;
    padding-top: 30px;
}

.header_nav a:hover {
    text-shadow: 2px 2px 16px #000000;
}

.nav_home {
    text-decoration: none;
    color: blue;
    justify-content: space-evenly;
    font-weight: 900;
}

.nav_homie {
    text-decoration: none;
    color: #000;
    justify-content: space-evenly;
    font-weight: 600;
}

.header_Section-2 {
    text-align: center;
    /* margin-top: 25px; */
    padding-bottom: 25px;
}

.header_Section-2 h1 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    /* padding-bottom: 10px; */
}

/* .header_Section-2 h2 {
    font-size: 18px;
    font-weight: 600;
}

.header_Section-2 h2 a {
    color: #000;
    text-decoration: none;
} */

body {
    background-color: #F2F6F8;
}

.aboutus_mainimage {
    width: 100%;
    height: 670px;
    object-fit: cover;
}

.maincontainer_aboutus {
    width: 70%;
    margin: 40px auto;
}

.Vision {
    margin-bottom: 20px;
}

.Vision h3 {
    margin-bottom: 10px;
}

.Vision p {
    margin-bottom: 10px;
    font-style: oblique;
    line-height: 1.5;
}

.Mission {
    margin-bottom: 20px;
}

.Mission h3 {
    margin-bottom: 10px;
}

.Mission p {
    margin-bottom: 10px;
    font-style: oblique;
    line-height: 1.5;
}

.location_maincontainer {
    margin-top: 40px;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 0 12%;
}

.location_maincontainer h3 {
    padding-top: 30px;
    margin-bottom: 30px;
}

.location_containers {
    display: flex;
    gap: 20px;
}

.location_containers iframe {
    width: 100%;
    height: 400px;
    border-radius: 13px;
}

.sublocations {
    flex: 1;
}

.sublocations h4 {
    margin: 40px 0;
    text-align: center;
}

.maincontainer2_aboutus {
    width: 70%;
    margin: 50px auto;
    display: flex;
}

.aboutcontent_left {
    flex: 1;
}

.aboutcontent_left h5 {
    color: #FF9800;
}

.aboutcontent_left h1 {
    margin-bottom: 5px;
}

.aboutcontent_left p {
    padding-right: 5%;
    line-height: 1.5;
}

.aboutcontent_right {
    flex: 1;
}

.aboutcontent_right img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 13px;
}

footer {
    margin-top: 50px;
    padding: 30px;
    background-color: #192E66;
    display: flex;
    gap: 50px;
    color: #fff;
    padding-top: 40px;
}

.firstsection_footer {
    flex: 1;
    text-align: center;
}

.firstsection_footer h5 {
    padding-left: 17px;
}

.footer_logo {
    width: 40px;
}

.middlesection_footer {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex: 3;
}

.middlesection_footer p {
    width: 30%;
}

.middlesection_footer button {
    margin-top: 20px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 13px;
    padding: 12px;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: none;
    font-weight: bold;
}

.middlesection_footer button:hover {
    background-color: rgb(167, 211, 211);
    color: #000000;
    border: none;
    transition: 0.7s;
}

.lastsection_footer {
    flex: 1;
    display: flex;
    text-align: center;
    align-items: center;
}

.lastsection_footer img {
    width: 30px;
    flex: 1;
}

.lastsection_footer nav {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.lastsection_footer nav a {
    text-decoration: none;
    color: #ffffff;
    justify-content: space-evenly;
    font-weight: bold;
}

.lastsection_footer nav a:hover {
    text-shadow: 0px 0px 8px #A7D3D3;
}

@media screen and (max-width: 1300px) {
    .aboutus_mainimage {
        width: 100%;
        height: 500px;
    }

    .maincontainer2_aboutus {
        width: 90%;
    }

    .footer_images {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 1000px) {
    .maincontainer2_aboutus {
        width: 80%;
        flex-direction: column;
        gap: 30px;
    }

    .aboutcontent_right img {
        width: 100%;
        height: 400px;
    }

    .location_containers {
        flex-direction: column;
    }

    .footer_images {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 700px) {

    .header_img {
        padding-top: 20px;
    }

    .img_logo {
        width: 100%;
    }

    .aboutus_mainimage {
        width: 100%;
        height: 400px;
    }

    .maincontainer2_aboutus {
        flex-direction: column;
        gap: 35px;
    }

    .aboutcontent_left p {
        padding-right: 0;
    }

    .aboutcontent_right img {
        height: auto;
    }

    .location_containers {
        flex-direction: column;
    }

    .location_containers iframe {
        width: 100%;
        height: 280px;
    }

    .sublocations h4 {
        margin: 5px 0 20px 0;
    }

    footer {
        flex-direction: column;
        gap: 20px;
    }

    .footer_images {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .middlesection_footer {
        flex-direction: column;
        align-items: center;
    }

    .middlesection_footer p {
        width: 100%;
        text-align: center;
    }

    .middlesection_footer button {
        margin-top: 0;
    }

    .lastsection_footer img {
        display: none;
    }

    .lastsection_footer nav a {
        padding-top: 0;
    }
}