@import url('http://fonts.cdnfonts.com/css/d-din');
@font-face {
    font-family: "d-din";
    src: url("fonts/D-DIN-Bold.otf");
    src: url("fonts/D-DIN-Italic.otf");
    src: url("fonts/D-DINExp.otf");
    src: url("fonts/D-DINCondensed.otf");
    src: url("fonts/D-DINCondensed-Bold.otf");
    src: url("fonts/D-DINExp-Italic.otf");
    src: url("fonts/D-DIN.otf");
}

* {
    font-family: 'D-DIN Condensed', sans-serif;
    font-family: 'D-DIN Exp', sans-serif;
    font-family: 'D-DIN', sans-serif;
    font-family: d-din;
}


/* ----------------============== banner ==============-------------------------- */

.banner-container {
    min-height: 100vh;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    width: 100%;
    z-index: -33;
}

.banner {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    z-index: -33;
}

.banner-title {
    font-size: 3rem;
    line-height: 1.2;
    z-index: -33;
}

.banner-title span {
    color: white;
    z-index: -33;
}

.banner p {
    padding: 1rem 0 2rem 0;
    font-size: 1.2rem;
    text-transform: capitalize;
    font-weight: 300;
    word-spacing: 2px;
    z-index: -33;
}

.banner1 {
    display: none;
}

@media screen and (max-width: 1100px) {
    .banner1 {
        display: block;
    }
    .banner2 {
        display: none;
    }
}


/* ----------------============== end of banner ==============-------------------------- */


/* ----------------============== mission and vision ==============-------------------------- */

.box_container {
    position: relative;
    background-color: black;
    padding: 70px 0;
}

.box_container .about_bottom {
    width: 100%;
    max-width: 98rem;
    margin: 0 auto;
    padding: 2rem;
    z-index: 2;
    border-radius: 10px;
}

.box_container .about_bottom .about_content {
    color: white;
    font-size: 18px;
    font-family: 'D-DIN', sans-serif;
    font-family: d-din;
    text-align: left;
    text-transform: none;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-align: justify;
    text-align: left;
}

.box_container .about_bottom .about_mission {
    text-align: center;
    margin-top: 40px;
    text-align: justify;
}

.vision_header,
.mission_header {
    color: white;
    font-family: 'D-DIN', sans-serif;
    font-family: d-din;
    padding: 20px 0;
    font-weight: bold;
    text-align: center;
}

.vision .header,
.vision_content,
.mission .header,
.mission_content {
    color: white;
    font-family: 'D-DIN', sans-serif;
    font-family: d-din;
    font-size: 18px;
    letter-spacing: 1px;
    word-spacing: 3px;
    /* text-align: justify; */
    text-align: left;
}


/* -------=======X======= mission and vision ======X========------ */


/* media query */

@media screen and (min-width: 768px) {
    .about_mission .vision {
        padding-right: 30px;
    }
    .about_mission .mission {
        padding-left: 30px;
    }
}

@media screen and (max-width: 768px) {
    .box_container {
        padding: 20px 0;
    }
    .box_container .about_bottom .about_mission {
        margin-top: 20px;
    }
}


/* -------------------------------------=staff----------------------------------------- */

.staff {
    padding-top: 0px;
    display: inline-block;
    background-color: black;
}

.box_1 h4,
.box_2 h4,
.box_3 h4 {
    text-align: center;
    color: white;
    font-size: 35px;
    padding: 20px 0;
}

.box_1 h4 {
    text-align: center;
    color: white;
    font-size: 35px;
}

.staff .container_box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

.staff .container_box .card {
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
}

.staff .container_box .card-img-top {
    border-radius: 50%;
}

.staff .container_box .card-body .card-text {
    text-align: center;
    color: white;
    font-size: 17px;
    margin-top: 20px;
}

.staff .container_box .card-body a {
    cursor: pointer;
    font-size: 2rem;
    margin-left: .5rem;
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    background: #eee;
    line-height: 4rem;
    text-align: center;
    text-decoration: none;
}

.staff .container_box .card-body a:hover {
    color: #fff;
    background: #4e75c4;
    transform: rotate(360deg);
}

@media screen and (min-width: 3000px) {
    .box_3 .container_box>* {
        flex: 1 25%;
    }
    .box_2 .container_box>* {
        flex: 1 25%;
    }
}

@media screen and (max-width: 3000px) {
    .box_3 .container_box>* {
        flex: 1 33%;
    }
    .box_2 .container_box>* {
        flex: 1 33%;
    }
}

@media screen and (max-width: 1600px) {
    .box_3 .container_box>* {
        flex: 1 33%;
    }
}

@media screen and (max-width: 1600px) {
    .box_2 .container_box>* {
        flex: 1 33%;
    }
}


/* ---------------------------------awards----------------------------- */

.awards {
    padding-top: 5px;
    display: block;
    background-color: black;
}

.awards .box_1 h4 {
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
}

.awards .container_box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

.awards .container_box .card {
    text-align: center;
    margin-bottom: 30px;
    width: 290px;
}

.awards .container_box .card .card-body {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.awards .container_box .card .card-body img {
    width: 30%;
    height: 30%;
}

.awards .container_box .card .card-body .card-text {
    color: #fff;
}


/* ---------------------------------------------------satisfactory letters------------------------------------- */

.letters {
    padding-top: 5px;
    background-color: black;
    display: block;
}

.letters .box_1 h4 {
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
}

.satisfactory_img {
    width: 90%;
}

.letters .container_box {
    display: flex;
    flex-flow: row wrap;
    padding: 20px;
    justify-content: space-evenly;
}

.letters .container_box .card {
    text-align: center;
    margin-bottom: 30px;
}