* {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

.navigation a {
    text-decoration: none;
}

.navigation {
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}

.contain {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

#hat {
    color: red;
    font-size: 20px;
    display: inline !important;
}

.leftNav {
    display: flex;
}

.intro {
    min-height: 100vh;
    width: 100%;
    background: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(Images/IMG-20220813-WA0001.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.nav-links {
    flex: 1;
    transform: translate(0%, -19%);
    text-align: right;
}

.nav-links a {
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    color: #fff;
    font-weight: bold;
}

.nav-links a::after {
    content: '';
    width: 0%;
    height: 2px;
    background-color: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s ease-in-out;
}

.nav-links a:hover::after {
    width: 100%;
}

.tag-talk {
    font-family: 'Poppins', sans-serif;
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.tag-talk h1 {
    font-size: 62px;
}

.tag-talk p {
    margin: 10px 0 40px;
    font-size: 17px;
}

.btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 32px;
    font-size: 13px;
    background: transparent;
    cursor: pointer;
    transition: 1s;
}

.btn:hover {
    background: #f44336;
    border: 1px solid #f44336;
    color: #fff;
}

.navigation img {
    border-radius: 50%;
    width: 50px;
    cursor: pointer;
    transform: translate(-10%, -20%);
}

#close,
#open {
    display: none;
}

.fad {
    position: relative;
    right: 5%;
}


.classes {
    font-family: 'Poppins', sans-serif;
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}

.classes h1 {
    font-size: 36px;
    font-weight: 600;
}

.classes p {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
    font-weight: bold;
    font-size: 17px;
}

.row {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.col {
    width: 100%;
    background: #fff3f3;
    border-radius: 10px;
    margin: 0 0 5% 2%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}

.col p {
    font-size: 16px;
    font-weight: initial !important;
}

.classes h3 {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.col:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width : 950px) {
    .leftNav {
        padding-top: 10%;
    }

    #open {
        transform: translate(0%, -15%);
    }

    #open,
    #close {
        display: block;
        width: fit-content;
    }

    #close {
        position: relative;
        left: 10px;
    }

    .row {
        flex-direction: column;
    }

    .tag-talk h1 {
        font-size: 20px;
    }

    .nav-links a {
        display: block;
        color: #fff;
    }

    .nav-links {
        transition: 1s;
        position: fixed;
        right: 0;
        height: 100%;
        top: 0;
        width: 200px;
        transform: translate(0%, 0%);
        right: -200px;
        text-align: center;
        z-index: 2;
        background: linear-gradient(rgba(10, 10, 93, 0.905), rgba(10, 10, 93, 0.675));
        padding-top: 10%;
    }

    .navigation .fa {
        display: block;
        color: #fff;
    }

    .nav-links a i {
        display: none !important;
    }

    #s {
        text-align: left;
        padding-left: 5%;
        width: fit-content;
    }

    .leftNav {
        display: flex !important;
    }

    .leftNav .fa {
        position: relative;
        top: 5px;
    }
}

.look {
    font-family: 'Poppins', sans-serif;
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.look h1 {
    margin: 1% 0 1% 0;
}

.look p {
    font-weight: bold;
    font-size: 20px;
    margin: 1% 0 2% 0;
}

.onlyCol {
    border-radius: 16px;
    margin-bottom: 30px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    overflow: hidden;
    height: 100%;
    width: 350px;
    cursor: pointer;
}

.onlyCol img {
    width: 100%;
}

.cover {
    background: rgba(10, 10, 93, 0.353);
    height: 100%;
    display: none;
    width: 350px;
    position: absolute;
    bottom: 2%;
    left: 0;
    color: #fff;
}

.cover h3 {
    color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 30px;
}

.facilities {
    margin: auto;
    width: 80%;
    text-align: center;
    padding-top: 100px;
}

.facilities-col {
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}

.facilities-col img {
    height: 50%;
    width: 100%;
}

.videoWrapper #vid {
    width: 100%;
    height: 100%;
}

.row {
    display: flex;
    height: fit-content !important;
}

#flexBase {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
}

#redu {
    margin: 10px 0 0 0;
}

#spac {
    width: 100%;
    height: 700px;
}

.testimonials {
    margin: auto;
    width: 80%;
    text-align: center;
}

.testimonial-col {
    display: flex;
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: #fff3f3;
    padding: 25px;
    cursor: pointer;
    display: flex;
}

.testimonial-col img {
    height: 70px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}

.testimonial-col p {
    padding: 0;
}

.testimonial-col h3 {
    text-align: left;
    margin-top: 15px;
}

.testimonial-col .fa {
    color: #f44536;
    margin-top: 5px !important;
    margin-left: 1px !important;
}

@media screen and (max-width : 900px) {
    .testimonial-col img {
        margin-left: 0px;
        margin-right: 15px;
    }
}

.cntct {
    margin: 100px auto;
    width: 80%;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(Images/f3ef74cffd07034446d7cc3059aa0056.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 200px 0 200px 0;
    color: #fff;
}

.cntct h1 {
    margin-bottom: 40px;
    padding: 0;
}

@media screen and (max-width : 800px) {
    .cntct h1 {
        font-size: 24px;
    }
}

.footer {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    padding-bottom: 10px;
}

.footer h1 {
    margin: 20px 0 25px 0;
    font-weight: 600;
}

.footer p {
    text-align: center;
}

.footer a {
    text-decoration: none;
    color: red;
    font-size: 17px;
    font-weight: bold;
    transition: 1s ease-in-out;
}

.footer a:hover {
    text-decoration: underline;
    text-decoration-color: black;
}

.icons a {
    font-size: 30px !important;
    margin: 0 13px;
    color: #444336;
}

.footer p .fa {
    color: #444336;
}

/*
about page
*/

#about {
    min-height: 90vh !important;
    background: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(Images/grad.jpg);
    background-position: center;
    background-size: cover;
}

.about-us {
    width: 80%;
    margin: auto;
    padding: 80px 0 50px 0;
}

.abt-col {
    flex-basis: 48%;
    padding: 30px 2px;
}

.abt-col img {
    width: 100%;
}

.abt-col h1 {
    padding: 0 initial initial initial;
}


.abt-col p {
    padding: 15px 0 25px;
}

#rowEn {
    display: flex;
}

.enhanced {
    border: 1px solid #f44336;
    background: transparent;
    color: #f44336;
}

#blog {
    min-height: 95vh !important;
    background: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(Images/IMG-20220813-WA0000.jpg);
    background-position: center;
    background-size: cover;
}

.in-b {
    display: inline-block;
}

.right h3 {
    background: #f44536;
    color: #fff;
    padding: 4% 2% 4% 2%;
    width: fit-content;
}

.core {
    background: #f44536;
    width: 80%;
    text-align: center;
    padding: 0 0% 0 5%;
}

.certificate {
    margin: auto;
    width: 80%;
}

#leftTer {
    text-align: left !important;
}

.certificate-col {
    flex-basis: 48%;
    padding: 30px 2px;
}

.certificate-col img {
    width: 100%;
}

.certificate-col h1 {
    padding: 0 initial initial initial;
}


.certificate-col p {
    padding: 15px 0 25px;
}

#reduce {
    padding: 0 80px 0 150px;
    text-align: center;
    width: 200px !important;
}

.flex {
    margin: 10px 0 10px 0;
}

.fit {
    display: flex;
}

#bring {
    margin: 0px 0 0 0;
}

#push {
    margin: 10px 0 10px 0 !important;
}

.out {
    text-align: right !important;
    padding-left: 205px;
}

@media screen and (max-width : 1280px) {

    #rows {
        flex-direction: column;
    }
}

@media screen and (max-width : 539.9px) {
    #reduce {
        padding: 0 10px 0 40px;
    }

    .out {
        padding-left: 40px;
    }
}




.commentSection h3 {
    padding: 0 0 15px 0;
}

@media screen and (max-width : 800px) {
    .commentSection {
        width: 100% !important;
    }

    .inps,
    textarea {
        height: 40px;
        width: 80%;
    }

    textarea {
        height: 100px !important;
    }
}

.inps {
    font-family: 'Poppins', sans-serif;
    display: block;
    height: 80px;
    border: none;
    width: 95%;
    outline: none;
    background: #f1f1f1;
    color: #333;
    border-radius: 3px;
    margin: 2% 0 2%;
    font-size: 17px;
    padding-left: 20px;
}

textarea {
    font-family: 'Poppins', sans-serif;
    display: block;
    height: 200px;
    border: none;
    width: 95%;
    outline: none;
    background: #f1f1f1;
    color: #333;
    border-radius: 3px;
    margin: 2% 0 2%;
    font-size: 17px;
    padding: 20px 0 0 20px;
    resize: none !important;
}

.more {
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 3% 3%;
}

.commentSection {
    padding: 2%;
    box-shadow: 0 0 10px #6f6e64;
    width: 60%;
    border-radius: 3px;
    margin: auto;
}

#cont {
    font-size: 20px;
}

.plus {
    width: 70%;
}

#Name {
    padding: 1% 0 1% 0;
}

#Comnt {
    padding: 0% 0 1% 0;
}

.recieve {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.map .embed {
    width: 100%;
    margin: auto;
}

.map {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0 0 0;
}

.cont-row div {
    display: inline-block;
}

.cont-row .txt {
    padding-left: 30px;
}

#enhance {
    padding-top: 0;
    box-shadow: none;
    width: 50%;
}

.tinker {
    width: 80%;
    margin: auto;
    padding-top: 100px;
}

.contact-col {
    width: 60%;
    margin: auto;
    transform: translate(0, -30%);
    padding: 0% 0 0 2%;

}

.contact-col div {
    padding: 1% 0 1% 0;
}

.cont-row {
    display: flex;
}

.cont-row .fa {
    padding-top: 10px;
}

@media screen and (max-width : 950px) {
    .tinker {
        width: 100%;
        margin: auto;
        padding-top: 100px;
    }

    .contact-col {
        width: 100%;
        margin: auto;
        transform: translate(0, 0%);
        padding: 0% 0 0 2%;
    }
}

@media screen and (max-width : 880px) {
    #enhanced {
        width: 100% !important;
    }

    .inps,
    textarea {
        height: 40px;
        width: 60%;
    }

    textarea {
        height: 100px !important;
    }
}