* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

:root {
    --text-color: #636363;
    --dark-color: #3e3e3e;
    --red-color: #e00f0f;
    --yellow-color: #ff8a00;
}

body, html {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
    height: 100%;
}


a {
    text-decoration: none !important;
}


.sub_heading {
    font: normal normal 800 30px Montserrat;
}

    .sub_heading span {
        font: normal normal 800 33px Montserrat;
        color: #2b2b9f;
    }

.main_paira {
    font: normal normal 500 16px /25px Montserrat;
}

@media(min-width:1199px) and (max-width:1399px) {
    .mission_box {
        min-height: 315px !important;
    }

    .logo img {
        left: -20px;
    }
}

@media(min-width:992px) and (max-width:1199px) {

    .logo img {
        left: -40px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    #mainmenus li ul li {
        padding-top: 0;
        padding-bottom: 0;
    }

    ul#mainmenus {
        margin-top: 85px;
    }

    #mainmenus li ul {
        width: 100%;
    }

    .about_section {
        height: 290px;
        margin-top: 78px !important;
        background-position: bottom;
    }

    .fixed-top {
        min-height: 80px;
    }

    .logo img {
        max-width: 115px;
        top: 8px;
    }

    .hero_banner {
        background-size: cover;
        background-position: center;
    }

    .menu .navbar-nav li {
        justify-content: start;
        display: flex;
        width: 100%;
        border-bottom: 1px solid #80808024;
        padding: 13px 18px;
    }

    .menu .navbar-nav .nav-item a {
        color: #1a1a1a;
        padding: 0;
        font: normal 600 14px / 14px Montserrat;
    }
}


@media(min-width:320px) and (max-width:767px) {
    #mainmenus li ul li {
        padding-top: 0;
        padding-bottom: 0;
    }

    ul#mainmenus {
        margin-top: 85px;
    }

    #mainmenus li ul {
        width: 100%;
    }

    .fixed-top {
        min-height: 80px;
    }

    .logo img {
        max-width: 115px;
        top: 8px;
    }

    .hero_banner {
        background-size: cover;
        background-position: center;
    }

    .menu .navbar-nav li {
        justify-content: start;
        display: flex;
        width: 100%;
        border-bottom: 1px solid #80808024;
        padding: 13px 18px;
    }

    .menu .navbar-nav .nav-item a {
        color: #1a1a1a;
        padding: 0;
        font: normal 600 14px / 14px Montserrat;
    }

    .child_heading {
        font: normal normal 500 14px /23px Montserrat;
    }

    .sub_heading {
        font: normal normal 800 23px Montserrat;
    }

    .event_content {
        margin: 0px 0px;
        padding: 20px 20px;
    }

        .event_content h4 {
            font: normal normal 800 20px /30px Montserrat;
        }

        .event_content h6 {
            font: normal normal 600 13px /25px Montserrat;
            text-transform: uppercase;
        }

    .main_tabs ul li a {
        font: normal normal 600 14px Montserrat;
        padding: 0px 0px;
    }

    .text_header h5 {
        font: normal normal 600 9px /22px Montserrat;
    }

    .main_heading h4 {
        font: normal normal 600 15px /22px Montserrat;
    }

    .main_banner {
        background-position: 87% 38%;
    }

    .about_section {
        background-size: cover !important;
        height: 250px;
        margin-top: 80px;
        background-position: center;
    }

    .sub_heading span {
        font: normal normal 800 23px Montserrat;
    }



    #countdown #tiles > span {
        width: 70px;
        max-width: 70px;
    }

    #countdown .labels li {
        width: 80px;
    }

    .hero_content h1 {
        font: normal normal 700 61px / 60px Bebas Neue;
    }

    .main_tabs ul {
        overflow-x: scroll;
        width: 100vw;
        flex-wrap: wrap;
    }
}



.aboutt {
    padding: 80px 0px 70px;
}
