@charset "utf-8";
 :root {
    --white: #ffffff !important;
    --black: #101010 !important;
    --primary: #011633 !important;
    --secondary: #002156 !important;
    --light-blue: #4a9694 !important;
    --red: #fd0000 !important;
    --font-title: "Exo", sans-serif !important;
    --font: "Roboto", sans-serif !important;
}

@media only screen and (max-width: 1725px) {}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1400px) {
    .tab-align {
        display: flex;
        justify-content: left;
    }

    .nav-tabs {
        background-color: white !important;
        background: none;
        width: auto;
        border-radius: 0px;
        padding: 10px 0;
        display: flex;
        margin: 0 auto !important;
        text-align: center;
        position: relative;
    }
    
    .nav-link {
        background-color: var(--white) !important;
        border-radius: 0px !important;
        font-size: 18px;
        padding: 10px 5px;
        margin: 0 10px;
        color: var(--primary);
        width: fit-content !important;
        position: relative;
        text-wrap: nowrap !important
    }

    .nav-link:hover,
    .nav-link.active {
        background-color: none !important;
        color: var(--black) !important;
        border-bottom: 3px solid var(--primary) !important;

    }

    .tab-pane .row {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scrollbar-width: none;
        /* width: 90%; */
    }
}

@media only screen and (max-width: 1200px) {
    

    .tab-pane .row .col-lg-4 {
        width: 90%;
    }

    .tab-pane .row .col-md-6 {
        width: 47%;
    }
}

@media only screen and (max-width: 1050px) {
    .banner_text h1{
        font-size: 40px;
    }
    .banner_text p{
        font-size: 20px;
    }
    .left-menu {
        display: none;
    }
    .banner-div{
        height: 500px;
        position: relative;
    }
}

@media only screen and (max-width: 992px) {
    .container-fluid {
        padding: 0 15px;
    }

    .main-title {
        font-size: 30px;
        line-height: 35px;
    }

    .footer-logo img{
        width: 300px;
    }

    .page-head {
        height: 150px;
        padding-top: 35px;
    }

    .page-head h1 {
        color: var(--white);
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .logo a img {
        width: 200px;
    }

    .tab-pane .row .col-md-6 {
        width: 92%;
    }
}

@media only screen and (max-width: 640px) {}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 320px) {}