@font-face {
    font-family: Inter-Regular;
    src: url(../css/font/Inter-Regular.otf);
}
@font-face {
    font-family: Inter-SemiBold;
    src: url(../css/font/Inter-SemiBold.otf);
}
@font-face {
    font-family: Inter-Bold;
    src: url(../css/font/Inter-Bold.otf);
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    width: 100%;
    font-family: Inter-Regular;
    font-size: 16px;
}

/* Header Section starts */
header {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: linear-gradient(180deg, #0d0d0d8a 9.9%, rgb(0 0 0 / 0%) 75.96%, rgb(0 0 0 / 0%) 75.96%, rgb(0 0 0 / 0%) 75.96%);
    padding-bottom: 45px;
}
.top-2 {
    width: 100%;
    float: left;
}
.container-fluid {
    max-width: 96%;
}
.logo {
    float: left;
    clear: both;
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 10000000;
    width: 210px;
}
.logo a {
    display: inline-block;
    max-width: 270px;
}
.menu-con {
    float: left;
    width: 100%;
}
.menu-con #mega-menu-wrap-primary .mega-menu-toggle {
    background: none;
}
#mega-menu-wrap-primary .mega-menu-toggle {
    display: none;
    z-index: 1;
    cursor: pointer;
    background: #830f23;
    border-radius: 2px 2px 2px 2px;
    line-height: 40px;
    height: 40px;
    text-align: left;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    white-space: nowrap;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: 6px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 6px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 {
    cursor: pointer;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    transform: scale(0.8);
    align-self: center;
    outline: 0;
    background: none;
}
button.mega-toggle-animated.mega-toggle-animated-slider {
    background: #830f23a6 !important;
    padding: 10px !important;
    margin-top: 75px !important;
    border-radius: 5px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
    outline: 0;
}
header #mega-menu-wrap-primary #mega-menu-primary {
    padding: 30px 4px 12px 14px !important;
}
#mega-menu-wrap-primary #mega-menu-primary {
    visibility: visible;
    text-align: right;
    padding: 42px 4px 12px 14px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 0px 0 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 40px;
    height: 40px;
    padding: 0px 10px 0px 10px;
    /* vertical-align: baseline; */
    width: auto;
    display: block;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    outline: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background: rgba(51, 51, 51, 0);
    color: #ff6b00;
    font-weight: inherit;
    text-decoration: none;
    border-color: #fff;
}   
/* Header Section ends */

/* banner section starts */
.banner_section {
    position: relative;
    margin: -16px 0 0 0;
}
.content_form_box { 
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000073;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-heading {
    margin: 0 0 0 0;
    font-family: "Inter-SemiBold";
    text-align: center;
    font-size: 22px;
    background: #00093B;
    color: #fff;
    padding: 15px 0 15px 0;
    border-radius: 8px 8px 0 0;
    line-height: 26px;
}
.banner-form {
    max-width: 325px;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 28px #0000001a;
    border-radius:8px;
    z-index: 1;
}
.banner-form form {
    z-index: 2;
    position: relative;
    padding: 10px 20px 10px 20px;
}
.banner-form h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 15px 0;
}
.banner-form lable,
.tab-content h5,
.tab-content h6,
a.submit_btn {
    color: #fff;
}
textarea.form-control {
    resize: none;
}
.banner-form select.form-control {
    background: url(../images/dropdown.png) 99% no-repeat #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000000ab;
    cursor: pointer;
    font-family: "Inter-Regular";
}
.form-control::placeholder {
    color: #000000ab;
    opacity: 1; 
    font-family: "Inter-Regular";
}
.form-control:-ms-input-placeholder {
    color: #ced4da;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
.form-control:focus {
    border-color: #7cc470;
    box-shadow: 0 0 0 0.25rem #eb904863;
}
.banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 40px;
}
.banner-form .form-control {
    font-size: 11px;
    line-height: 18px;
    border-radius: 0;
    height: auto;
    min-height: auto;
    padding: 8px;
    max-height: 60px;
    margin: 0 0 10px 0;
    color: #000;
    font-family: "Inter-Regular";
    border: 0;
    border-bottom: 1px solid #ccc;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.mobile_view {
    display: none;
}
.btn-wrap p {
    font-size: 9px;
    color: #3c3c3c;
    font-family: Inter-Regular;
    padding-top: 5px;
}
.btn_submit {
    padding: 9px 25px;
    color: #fff !important;
    font-weight: 500;
    border: 2px solid;
    border-radius: 25px;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    background-color: #FF861E;
    font-family: "Inter-SemiBold";
}
.btn_submit:hover {
    text-decoration: none;
    color: #FF861E !important;
    background: #fff !important;
    border: 1px solid #FF861E !important;
}
select {
    color: #9e9e9e;
}
option:not(:first-of-type) {
    color: #000;
}
.loader {
    display: none;
    border: 4px solid rgb(255 255 255 / 0.3);
    border-top: 4px solid #FF861E;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loading {
    background-color: #ccc;
    pointer-events: none;
}
.banner-desk {
    display: block;
    max-height: 547px;
    width: 100%;
    background-size: cover;
    background: #629dd2;
}
.banner-mob {
    display: none;
}

/* Academic - Excellence  */
.slider-caption {
    position: absolute;
    width: 100%;
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: max-content;
    z-index: 10;
    padding: 90px 45px;
    width: max-content;
    left: 0;
    right: 0;
}
span.placement-slider, span.academic-excellence, span.slider-congratulations {
    display: inline-block;
    text-align: center;
    margin: auto;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}
.slider-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000073;
    z-index: 1;
}
/* Banner section ends */

/* univ-highlights section starts */
section {
    width: 100%;
    float: left;
}
.top-ranked-universities .container-fluid {
    position: relative;
}
.top-ranked-universities {
    padding: 60px 0;
    width: 100%;
    color: #fff;
    position: relative;
    background: url(../images/top-ranked-universities-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.top-ranked-universities:before {
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(90.2deg, #00093B 41.58%, rgba(0, 9, 59, 0) 99.85%);
    height: 100%;
    top: 0;
    left: 0;
}
.top-ranked-universities .container-fluid h2 {
    font-size: 25px;
    font-weight: 600;
    max-width: 600px;
    margin-bottom: 0;
    line-height: 37px;
}
.section-4-counter {
    padding: 60px 0;
    background: url(../images/section-4-counter-bg.webp) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
.features{
    display: inline-block;
    padding: 0 40px;
    position: relative;
}
#counter .features h2 span {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 55px;
    text-align: center;
    color: #2E67B1;
    margin-bottom: 0;
}
.counters span.plus::after {
    content: "+";
}
.counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #2E67B1;
}
.counters .counter-Txt .features::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    right: -28px;
    top: 0;
    background: #2E67B1;
}
.features.last-feature::before {
    display: none;
}
/* univ-highlights section ends */

/* Research section starts */
section.section-5 {
    background: #00093B;
    padding: 60px 0;
    color: #fff;
}
.section-5-box-1 {
    text-align: center;
    position: relative;
}
.section-5-box-1:before {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    width: 2px;
    height: 100%;
    background: #fff;
}
.section-5-box-1 h2 {
    font-weight: 600;
    font-size: 70px;
    line-height: 61px;
    margin-bottom: 0;
}
.section-5-box-1 h4 {
    font-size: 39px;
}
.section-5-box-1 p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}
/* box-2 */
.section-5-box-2 {
    position: relative;
}
.section-5-box-2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: #fff;
}
.section-5-box-2-content ul {
    padding: 0 0 0 15px;
    margin: 0;
}
.section-5-box-2-content ul li {
    padding: 10px 0;
    list-style-type: none;
}
.section-5-box-2 h3 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
}
.section-5-box-2 h3:before {
    content: '';
}
.section-5-box-2-content h6 {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 0;
    margin: 0;
}
.section-5-box-1 h2, .section-5-box-1 h4, .section-5-box-2 h3, .section-5-box-2 h6, .section-5-right ul li h4, .section-5-right ul li h6, .footer-2 h4 {
    font-family: 'Poppins', sans-serif;
}

.section-5-gallery a img {
    width: 100%;
}
.section-5-gallery a {
    display: inline-block;
    padding: 15px 0;
    width: 100%;
    height: 159px;
    overflow: hidden;
}
/* Research section ends */

/* Global Opportunities section starts */
section.section-6 {
    padding: 60px 0;
    background: #fff;
}
.section-heading-2{
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.section-5-left {
    margin-top: 80px;
}
.section-heading-1 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
}
.section-5-right ul {
    padding: 0;
    margin: 0;
}
.section-5-right ul li:first-child {
    border: none;
}

.section-5-right ul li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 17px;
    list-style-type: none;
    border: 3px solid #164196;
}
.section-5-right ul li h4   {
    font-family: 'Poppins', sans-serif;
    font-size: 53px;
    font-weight: 600;
    letter-spacing: 0em;
    color: #004094;
}
.section-5-right ul li:first-child i {
    display: none;
}
.section-5-right ul li h6{
    font-family: 'Poppins', sans-serif;
}
.section-5-right ul li:nth-child(2) {
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.section-5-right ul li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 17px;
    border: 3px solid #164196;
}
.section-5-right ul li:nth-child(3) {
    border-left: none;
    border-bottom: none;
    border-right: none;
}
.section-5-right ul li:last-child {
    border-right: none;
    border-bottom: none;
}
/* Global Opportunities section ends */

/* Programmes Offered section starts */
#program-sec{
    background: url(../images/inst-bg.webp) no-repeat;
    color: #fff;
    padding: 0;
    width: 100%;
    float: left;
    background-size: cover;
    position: relative;
    z-index: -1;
    padding-bottom: 40px;
}
#program-sec.container-fluid {
    position: absolute;
}
#program-sec {
    position: relative;
    z-index: 1;
}

#program-sec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 10, 60, 0.9);
    top: 0;
    left: 0;
    z-index: -1; /* Ensure the background is behind the text */
}

.programme_structure_section .txt-heading h2 {
    text-align: center;
    font-family:'Poppins', sans-serif;
    font-size: 45px;
    color: #fff;
}

.programme_structure_section .section-heading{
    font-family: 'Poppins', sans-serif;
    color: #FF861E;
    font-size: 30px;
}

.programme_structure_inner {
    margin: 0px 0 20px 0;
    display: flex;
    font-family: 'Poppins', sans-serif;
    justify-content: center;
}
.programme_structure_box{
    padding: 15px 10px;
    /* background: #e8f0f7; */
    background: linear-gradient(45deg, #ff89e982 0%,#05abe099 100%);
    /* max-height: 210px; */
    text-align: center;
    border-radius: 8px;
}
.programme_structure_box:hover {
    background: #093b6c;
    opacity: 1;
}
.programme_structure_box:hover h4{
    color: #fff;
}
.programme_structure_box h4{
    font-size: 14px;
    overflow: visible;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 50px;
    color: #fff;
    margin: auto;
    width: 100%;
    text-transform: uppercase;
}
.partners-box {
    padding: 75px 20px;
    background: #629dd2;
    color: #fff;
    height: auto;
    border: 1px solid #093b6c;
    border-bottom: 5px solid #093b6c;
    font-size: 28px;
    line-height: 28px;
}
.programme_structure_section{
    padding-bottom: 40px;
    background: #fff;
}
/* Programmes Offered section ends */

/* Our recruiters section starts */
section.program-placement-section {
    background: #efefef;
    padding: 40px 0 40px;
    text-align: center;
}
figure.placement-logo {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    align-content: center;
    margin-bottom: 0;
    background: #fff;
    box-shadow: 0 0 8px #00000014;
    border-radius: 5px;
    margin: 10px 0;
}
figure.placement-logo img {
    height: 60px;
    display: inline-block;
    /* -webkit-filter: grayscale(100%); */
    /* filter: grayscale(100%); */
    width: auto !important;
    margin: 16px 0;
    padding: 7px;
}
.owl-nav button {
    float: left;
    width: 40px;
    background-image: url(../images/arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 46% !important;
    height: 40px;
}
 .owl-nav {
    float: left;
    width: 100%;
    margin: -7% 0 0 0;
    position: relative;
    z-index: 5;
    padding: 0 0px;
}
 .owl-nav .owl-next {
    float: right;
    transform: rotate(180deg);
}      
.owl-nav span{
    display: none;
} 
/* Our recruiters section ends */

.adm-open_section {
    text-align: center;
    width: 100%;
    background-color: #e8f0f7;
}
.adm-open_section .txt-heading h2 {
    color: #000;
    padding: 25px 0;
    position: relative;
    z-index: 0;
    left: 0;
    font-family: Inter-SemiBold;
    font-size: 45px;
}
.adm-open_section .txt-heading h2 span {
    font-size: 45px;
    font-family: Inter-Regular;
}
.apply_btn {
    border: 0;
    padding: 0 32px;
    border-radius: 100px;
    background-color: #093b6c;
    color: #fff;
    font-weight: 700;
    font-size: 38px;
    font-family: "Inter-SemiBold";
    margin: 70px 0 0 0;
    cursor: pointer;
}
footer {
    background: #fff;
    color: #000;
}
hr {
    /* margin: 0; */
    color: #000;
}
.copyright {
    font-size: 10px;
    font-family: "Inter-Regular";
    color: #000;
    padding: 10px 0;
}
.copyright a img {
    width: 95px;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #f2a138;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 40px;
    font-size: 22px;
    opacity: 0.5;
    height: 40px;
    width: 40px;
}
#myBtn:hover {
    opacity: 1;
}
.thankyoutext {
    text-align: center;
    padding: 30px 0;
    font-size: 25px;
}
.thankyou_button {
    text-align: center;
}
.thankyou_banner_section {
    padding: 80px 0 150px 0;
    color: #000;
    font-family: "Inter-Regular";
}
.ty_btn,
.btn_tysubmit a {
    font-family: Inter-Regular;
    font-size: 22px;
    background: #093b6c;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
}
.ty_btn:hover,
.btn_tysubmit a:hover {
    text-decoration: none;
    color: #093b6c;
    background: #fff;
    border: 1px solid #093b6c;
}

/* Responsive Screens */
@media (max-width: 1600px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 6px 0px 5px;
        font-size: 13px;
    }
     span.academic-excellence img, span.placement-slider img {
        max-width: 670px;
    }
}

@media (max-width: 1449px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 6px 0px 6px !important;
    }
}
@media (max-width: 1400px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 6px 0px 6px;
        font-size: 12px;
    }
    .logo img {
        max-width: 80%;
    }
}
@media (max-width: 1340px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 5px 0px 6px !important;
        font-size: 12px !important;
    }
    /* span.academic-excellence img, span.placement-slider img {
        max-width: 340px;
    } */
    .logo img {
        max-width: 100%;
    }
}
@media only screen and (max-width: 1200px) {
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        padding-top: 9px !important;
        margin-top: 60px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        background: #830f23;
        padding: 0px 0px 0px 0px;
        display: none;
        position: absolute;
        width: 100%;
        z-index: 9999999;
    }
    .section-5-box-1 h2 {
        font-weight: 600;
        font-size: 60px;
    }
    .features {
        display: inline-block;
        padding: 0px 15px;
    }
    .logo img {
        max-width: 80%;
    }
}
@media screen and (max-width: 1024px) {
    span.academic-excellence img, span.placement-slider img {
        max-width: 485px;
    }
    
}
@media screen and (max-width: 992px) {
    .logo {
        max-width: 169px;
    }
    .banner_section {
        position: relative;
        margin: 0 0 25px 0;
    }
    .banner_box {
        background-image: url(../images/banner-img.webp) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        margin: 0 0 0 0;
        min-height: 275px !important;
        background-color: #fff;
    }
    .banner-form {
        margin: 20px auto 0 auto;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        margin-top: 19px;
    }
    button.mega-toggle-animated.mega-toggle-animated-slider {
        margin-top: 36px !important;
    }
    .programme_structure_box h4 {
        font-size: 12px;
    }
    span.academic-excellence img, span.placement-slider img {
        max-width: 340px;
    }
}
@media screen and (max-width: 768px) {
    .content_form_box {
        position: relative;
    } 
    footer {
        text-align: center;
    }
    footer::before {
        width: 100%;
    }
   
    .program_offered {
        padding: 30px 0;
    }
    .banner-form {
        margin: 20px auto 0 auto;
    }
    .logo {
        float: left;
        max-width: 300px;
        height: auto;
        margin: 13px 0 0 0;
        width: 50%;
    }
    .programme_structure_box {
        margin-bottom: 10px;
    }
    .programme_structure_inner {
        margin: 0px 0 0px 0; 
    }
    .logosection {
        margin: 0 0 0 0 !important;
    }
    .programme_structure_box h4 {
        padding: 10px 10px;
    }
    .top-ranked-universities .container-fluid h2 {
        font-size: 17px;
        line-height: 25px;
    }
    .features {
        display: inline-block;
        padding: 0px 20px;
        position: relative;
    }
    .section-5-box-1 h2 {
        font-size: 40px;
    }
    .section-5-box-1 h4 {
        font-size: 23px;
    }
    .section-5-box-1, .section-5-box-2 {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .owl-nav {
        float: left;
        width: 100%;
        margin: -10% 0 0 0;
    }
    .menu-con #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        background: #6a0909;
    }
    .section-5-box-1:before, .section-5-box-2::before {
        top: unset;
        bottom: 0;
        right: 0;
        height: 1px;
        width: 100%;
        background: #ffffff73;
    }
    .section-5-box-2-content ul li {
        text-align: center;
    }
    .section-5-box-2-content h6 {
        text-align: center;
    }
    .section-5-left {
        margin-top: 15px;
    }
    .section-5-right ul li h4 {
        font-size: 30px;
    }
}
@media screen and (max-width: 580px) {
       
    .banner-form {
        margin: 20px auto 0 auto;
    }
    .banner_box {
        padding: 0 0;
    }
    .programme_structure_section {
        margin: 0px 0;
    }
    .univ-hl .txt-heading h2, .programme_structure_section .txt-heading h2, .recruiters_section h2,
    .adm-open_section .txt-heading h2, .adm-open_section .txt-heading h2 span{
        font-size: 30px;
    }
    .programme_structure_section .section-heading{
        font-size: 25px;
    }
    .logosection {
        margin: 0 0 0 0 !important;
        padding: 0 0;
    }
    .logoinnersection {     
        margin: 0 0 10px 0px;
        width: 100%;
    }
    .programme_structure_box h4 {
        padding: 0 0;
    }
    .slider-caption {
        margin: -369px 0 0 0;
    }
    header {
        padding-bottom: 247px;
    }
    .counters .counter-Txt .features::before{
        /* display: none; */
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        right: 0;
        top: 113px;
        background: #2E67B1;
    }
    .owl-nav {
        float: left;
        width: 100%;
        margin: -20% 0 0 0;
    }
    span.placement-slider, span.academic-excellence, span.slider-congratulations {
        padding-top: 110px;
    }
    span.academic-excellence img, span.placement-slider img {
        max-width: 240px;
    }
    .slider-caption {
        width: 100%;
    }
}
@media screen and (max-width: 450px) {
   
}
@media screen and (max-width: 380px) {
    span.academic-excellence img, span.placement-slider img {
        margin-top: 73px;
        max-width: 220px;
    }
    .logo img {
        max-width: 70%;
    }
}
