@charset "utf-8";
/* CSS Document */

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1400px) {}

@media screen and (max-width: 1199.98px) {
    .banner {
        height: 560px;
    }
    .banner_img {
        width: 100%;
        height: 100%;
    }
    .banner_content h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .about_content_sec h2 {
        font-size: 35px;
    }
    .about_content_sec p {
        line-height: 21px;
    }
    .recognitions_logo_sec li h2 {
        font-size: 52px;
    }
    .recognitions_logo_sec li h2 span {
        font-size: 28px;
    }
    .recruiters_wrap ul li {
        margin: 8px;
        height: 84px;
    }
    .footer_contact_icon {
        margin-bottom: 8px;
    }
    .footer_contact_details ul li h4 {
        font-size: 15px;
    }
    .footer_link_sec h4 {
        font-size: 17px;
    }
    .footer_link_sec a {
        font-size: 23px;
    }
    /*################## Inner Page #####################*/
    /*################## Inner Page #####################*/
}

@media screen and (max-width: 991.98px) {
    .banner_form_sec {
        padding: 20px;
        width: 100%;
        border-radius: 0px;
        position: static;
        display: inline-block;
    }
    .banner {
        height: auto;
    }
    .banner_content {
        top: 13%;
    }
    .top_menu {
        margin: 8px 0px 0 0;
    }
    .about_content_sec {
        text-align: center;
    }
    .about_content_sec h2 {
        font-size: 25px;
        padding: 0 0 10px;
    }
    .about_content_sec p {
        line-height: 18px;
        font-size: 14px;
    }
    .about_img_sec {
        text-align: center;
    }
    .about_wrap {
        padding: 30px 0;
    }
    .recognitions_img_sec {
        text-align: center;
    }
    .recognitions_logo_sec li h2 {
        line-height: 44px;
    }
    .recognitions_logo_sec li {
        min-height: 165px;
    }
    .recognitions_logo_sec.right_sec li {
        min-height: auto;
    }
    .program_wrap {
        padding: 20px;
    }
    .program_wrap h2 {
        font-size: 28px;
        padding: 0 0 10px;
    }
    .programPanel-invertis .nav-link {
        font-size: 17px;
        padding: 1.2rem 0.5rem;
    }
    #v-pills-tabContent h2 {
        font-size: 20px;
        margin: 15px 0 15px !important;
        line-height: 24px;
    }
    #v-pills-tabContent h4 {
        font-size: 15px;
    }
    #v-pills-tabContent p {
        font-size: 13px;
        line-height: 17px;
        margin: 0 0 15px;
    }
    .apply_btn1 {
        margin-top: 10px;
    }
    .program_bg {
        padding: 40px 0;
    }
    .recruiters_wrap {
        padding: 40px 0;
    }
    .recruiters_wrap h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .recruiters_wrap p {
        font-size: 13px;
        line-height: 16px;
        margin: 0 0 30px;
    }
    .recruiters_wrap ul li {
        height: 62px;
        width: 17.6%;
    }
    .footer_contact_details {
        margin: 25px 0 0;
    }
    .footer_address h4 {
        font-size: 26px;
    }
    .footer_address p {
        font-size: 13px;
        line-height: 17px;
    }
    .footer_address {
        text-align: center;
    }
    .footer_link_sec {
        text-align: center;
        margin-bottom: 20px;
    }
    .social_media_sec {
        text-align: center;
        margin: 0;
    }
    .copyright_sec {
        padding: 30px 0 40px;
    }
    .footer_link_sec h4 {
        font-size: 16px;
    }
    .footer_link_sec a {
        font-size: 20px;
        margin: 5px 0 0;
    }
    /*################## Inner Page #####################*/
    /*################## Inner Page #####################*/
}

@media screen and (max-width: 767.98px) {
    .banner_section .banner_content h6 {
        margin-top: 5%;
    }
    .banner_form_sec {
        margin-top: 5%;
    }
    .banner_content img.img-fluid {
        width: 100%;
    }
    .header {
        padding: 10px 0;
    }
    .logo {
        display: none;
    }
    .navbar-brand {
        display: block;
        width: 200px;
    }
    .top_menu .navbar-light .navbar-toggler {
        background: #fff !important;
    }
    .navbar-light .navbar-toggler-icon {
        background-color: #fff !important;
        margin: 0 !important;
    }
    .navbar-light .navbar-nav {
        text-align: left !important;
        margin-top: 8px;
    }
    .navbar-light .navbar-nav .nav-item {
        font-size: 14px;
        margin-right: 0;
        display: block;
        padding: 6px 6px !important;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    .banner_img {
        min-height: 250px;
        object-fit: cover;
    }
    .banner_content {
        left: 3%;
        top: 8%;
    }
    .banner_content_img {
        margin-bottom: 10px;
    }
    .banner_content h2 {
        font-size: 22px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    .banner_content h3 {
        font-size: 17px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .form_title {
        font-size: 20px;
    }
    .banner_form_sec label {
        font-size: 13px;
        line-height: 18px;
    }
    .banner .form-control {
        font-size: 13px;
    }
    .about_content_sec h2 {
        font-size: 22px;
    }
    .recognitions_logo_sec li h4 {
        font-size: 13px;
        line-height: 18px;
    }
    .recognitions_logo_sec li {
        min-height: 197px;
    }
    .program_wrap h2 {
        font-size: 24px;
        margin: 0 0 20px;
    }
    .program_wrap .desktop_display {
        display: none !important;
    }
    .program_wrap .mobile_display {
        display: block;
    }
    #accordion-1 h2 {
        font-size: 17px;
        line-height: 20px;
        text-align: left;
    }
    #accordion-1 h2 br {
        display: none;
    }
    #accordion-1 h4 {
        font-size: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cbcbcb;
    }
    .program_wrap .mobile_display .apply_btn1 {
        margin-top: 0;
        float: left;
        margin-bottom: 15px;
    }
    .program_wrap .mobile_display .apply_btn1 a {
        color: #fff5f5;
        background: #7a1315;
    }
    .recruiters_wrap {
        text-align: center;
    }
    .recruiters_wrap ul {
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        width: 290px;
    }
    .recruiters_wrap ul li {
        height: 62px;
        width: 128px;
    }
    .footer_wrap {
        padding: 50px 0px 0;
    }
    .footer_address h4 {
        font-size: 20px;
    }
    .footer_contact_details ul {
        text-align: center;
    }
    .footer_contact_details ul li {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
    .footer_contact_icon {
        margin-right: 0px;
        float: none;
        display: inline-block;
    }
    .footer_link_sec h4 {
        font-size: 14px;
    }
    .footer_link_sec a {
        font-size: 16px;
        margin: 2px 0 0;
    }
    .gallery-panel .list-unstyled li {
        width: 100%;
    }
    /*################## Inner Page #####################*/
    /*################## Inner Page #####################*/
}

@media only screen and (max-width: 620px) {}

@media only screen and (max-width: 479px) {}

@media only screen and (max-width: 414px) {}

@media only screen and (max-width: 412px) {}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 360px) {}

@media only screen and (max-width: 320px) {}