/* header style */
.testimoni-section {
    background: #c92039 !important;
}

.header {
    background-color: var(--bg-lightGray);
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--bg-white);
    z-index: 15;
}

.list-icon-3>li::before {
    color: #444 !important;
}

.list-icon-3>li {

    margin-bottom: 4px !important;
}

/*.top-notification-slider {
    text-align: center;
    width: 100%;
}*/

.latest-notice-slider {
    text-align: center;
    width: 100%;
}



.latest-notice-slider.stickyBottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030 !important;
    background: #c92039 !important;
    pading-top: 4px !important;
    pading-bottom: 4px !important;

}

.tns-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 9px 2px 2px 0px;

}

.tns-item a {
    /*        color: #fff !important;*/
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.latest-notice-slider .slick-arrow {
    position: absolute;
    color: #fff;
    top: 8px;
    left: 0;
    cursor: pointer;
    opacity: 0.7;
    font-size: 18px;
    z-index: 1;
}

.latest-notice-slider .slick-arrow.slick-next {
    right: 0;
    left: auto;
}

.header-social {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 15px;
    margin-right: 15px;
}

.header-social a {
    color: var(--text-white);
    font-size: 14px;
    margin: 0 5px;
}

.header-social:hover>* {
    opacity: 0.5;
}

.header-social:hover>*:hover {
    opacity: 1;
}

.header__top--links ul li {
    margin: 0 10px;
}

.header__top--links ul li:first-child {
    margin-left: 0;
}

.header__top--links ul li:last-child {
    margin-right: 0;
}

.header__top--links ul li a {
    color: var(--text-white);
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
}

.header__top--links ul:hover>* {
    opacity: 0.5;
}

.header__top--links ul:hover>*:hover {
    opacity: 1;
}

.header__center {
    padding: 10px 0;
}

.headerApply__phones a {
    text-decoration: none;
    color: var(--text-black);
    display: block;
    line-height: 23px;
}

.headerApply__phones a i {
    color: var(--text-green);
}

.headerApply__phones a:hover {
    color: var(--text-green);
}

.navbar-nav .nav-item {
    padding: 0 10px;
}

.navbar-nav .nav-item>a {
    text-transform: capitalize;
    font-size: 17px;
    color: #fff;
    font-family: var(--primary-sub-font);
    padding: 14px 0 15px !important;
    /*    border-bottom: 5px solid transparent;*/
    transition: ease-in-out 0.4s;
    font-weight: 400 !important;
}

.navbar-nav .nav-item:hover a {
    border-color: #c92039;
    transition: ease-in-out 0.4s;
}

.mega-menu .title {
    font-weight: bold;
    color: #c92039;

}

.mega-menu h5 {
    font-weight: bold;
    color: #fba215;

}

.col-megamenu .list-unstyled li a {
    border-left: 0px solid #c92039 !important;
    font-size: 14px;

}

#navbarsExampleDefault {
    /*  border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, var(--bg-blue), #eee, #eee, var(--bg-green)) 1;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;*/
}

.navbar-nav:hover>* {
    opacity: 0.5;
}

.navbar-nav:hover>*:hover {
    opacity: 1;
}

.mega-menu {
    background: #eee;
    height: 550px;
    position: absolute;
    left: 0;
    right: 0;
    top: 46px;
    padding: 10px 0;
    opacity: 1;
    visibility: hidden;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    z-index: 10;
    padding-top: 20px;
}

.dd-menu:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.menu-programs-list {
    width: 400px;
    padding-left: 30px;
    position: relative;
}

.menu-programs-list>ul>li>a {
    color: var(--text-white);
    text-decoration: none;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    position: relative;
    line-height: 16px;
}

.menu-programs-list>ul>li>a::after {
    content: '';
    height: 2px;
    width: 0;
    background: var(--bg-green);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: ease-in-out 0.4s;
}

.menu-programs-list>ul>li:hover>a::after,
.menu-programs-list>ul>li.active>a::after {
    width: 100%;
    transition: ease-in-out 0.4s;
}

.menu-programs-list>ul:hover>* {
    opacity: 0.5;
}

.menu-programs-list>ul:hover>*:hover {
    opacity: 1;
}

.menu-programs-list__links {
    position: absolute;
    left: 100%;
    top: 0;
    width: 360px;
    padding-left: 30px;
    display: none;
    max-height: 435px;
    overflow: auto;
    overflow-y: scroll;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}

.menu-programs-list__links::-webkit-scrollbar {
    /* WebKit */
    width: 3px;
    height: 0;
}

.menu-programs-list__links::-webkit-scrollbar-thumb {
    background: var(--bg-green);
}

.mega-menu__links ul li.active .menu-programs-list__links {
    display: block;
}

.menu-programs-list__graduates {
    margin-bottom: 30px;
}

.menu-programs-list__graduates ul {
    padding-left: 30px !important;
}

.menu-programs-list__graduates h5 {
    color: var(--text-green);
    font-size: 18px;
    font-family: var(--primary-sub-font);
    margin-bottom: 10px;
}

.menu-programs-list__graduates ul li a {
    color: var(--text-white);
    text-decoration: none;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    position: relative;
    line-height: 16px;
}

.menu-programs-list__graduates ul li a:hover {
    text-decoration: underline;
}


/**/

.menu-programs-list__style {
    margin-bottom: 0;
}

.menu-programs-list__style ul {
    padding-left: 30px !important;
}

.menu-programs-list__style h5 {
    color: #c92039;
    font-size: 18px;
    font-family: var(--primary-sub-font);
    margin-bottom: 10px;
}

.menu-programs-list__style ul li a {
    /*  color: var(--text-white);
    text-decoration: none;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    position: relative;
    line-height: 16px;*/

    text-decoration: none;
    padding: 3px 0;
    display: block;
    font-size: 14px;
    position: relative;
    line-height: 16px;
    color: #000 !important;
    font-weight: 500;
    margin-right: 5px;
}

.menu-programs-list__style ul li a:hover {
    text-decoration: underline;
    color: #c92039 !important;
}


/* mega menu styling */
.header.sticky {
    position: fixed;
    top: -23px;
    left: 0;
    right: 0;
    z-index: 100;
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    background: #c92039 !important;
}

.admissionScho li a {
    text-decoration: none !important;
    padding: 9px 0 !important;
    font-size: 18px !important;
    line-height: 17px !important;
}

.fixed-top {
    background: #c92039 !important;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: rgba(0, 0, 0, 0.10) 6px 18px 31px;
}

.hide-desktop {
    display: none;
}

.topLeftText .stickyBottom {
    background-color: #172b52 !important;
}

.topLeftText .stickyBottom .slick-arrow {
    color: #fff !important;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* footer */

@media only screen and (max-width: 1399px) {
    .dd-menu-right .mega-menu {
        right: -150px;
        left: auto;
    }

    .dd-menu-left .mega-menu {
        left: -150px;
        right: auto;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-nav .nav-item {
        padding: 0 8px;
    }

    .navbar-nav .nav-item>a {
        font-size: 13px;
    }

    .uu-pc-logo img {
        width: 200px;
    }

    .menu-programs-list__links {
        width: 540px;
    }
}

@media only screen and (max-width: 991px) {
    .header-social ul li a {
        font-size: 11px !important;
        margin: 0 3px !important;
    }

    .navTop {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .topPhoneNoMob {
        padding: 15px;
    }

    /*.fixed-top {
  background: #c92039 !important;
}*/
    .topPhoneNoMob h4 {
        font-size: 18px;
    }

    .topPhoneNoMob a {
        color: #c92039;
        text-decoration: none;
        font-size: 15px;
        line-height: 17PX;
        font-weight: 600;
    }

    .topPhoneNoMob .fa-whatsapp {
        color: green !important;
        font-weight: bold;
    }

    .topPhoneNoMob .MobAdmLinks {
        font-size: 21px !important;
        font-weight: 500 !important;

    }

    .mobSocil {
        padding: 15px !important;
    }

    .mobSocil h4 {
        font-size: 18px !important;
    }

    .mobSocil a {
        color: #c92039 !important;
        text-decoration: none !important;
        font-size: 26px !important;
        font-weight: 600 !important;
        margin-left: 12px !important;
        border-radius: 100% !important;
        line-height: 61px !important;
    }

    .topLeftText::before {
        background: #eee !important;
    }

    .topLeftText {
        background: #eee !important;
        padding-bottom: 5px !important;
    }

    .topLeftText .top-notification-slider .slick-arrow {
        color: #c92039 !important;
    }

    .topLeftText::after {
        background: #eee !important;
    }

    .topLeftText .tns-item a {
        color: #c92039 !important;

    }

    .topLeftText .stickyBottom {
        background-color: #172b52 !important;
        padding-top: 5px !important;
        padding-bottom: 8px !important;
    }


    .topLeftText .stickyBottom a {
        color: #fff !important;
    }

    .topLeftText .stickyBottom .slick-arrow {
        color: #fff !important;
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 5px !important;
        padding-bottom: 8px !important;
    }




    .acadeMobExtra {
        border-bottom: 1px solid #ccc !important;
        padding-top: 3px;
        padding-bottom: 0px;
    }

    .scholarshipMobLinks li a {
        font-size: 16px !important;
        padding: 0px !important;
    }

    .BottomLinks p a:hover {
        color: #fba215 !important;
    }

    .acadeMobExtra .academicsEvents li {
        margin-left: 20px;
        font-size: 13px;
    }

    .acadeMobExtra .academicsEvents {
        padding-bottom: 10px !important;
    }

    .menu-programs-list__style .pt-4 {
        padding-top: 0 !important;
    }

    .menu-programs-list__style .ps-4 {
        padding-left: 12px !important;
    }

    .menu-programs-list__style h5 {
        margin-bottom: 4px;
        margin-top: 15px;
    }

    .fixed-top {
        background: #c92039 !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .hide-mob {
        display: none;
    }

    .hide-desktop {
        display: block !important;
    }

    .mega-menu {
        height: auto !important;
        width: 100% !important;
        padding: 0 6px !important;
    }

    /* .header__center .container {
        display: block !important;
    } */
    .headerAccredations {
        margin-right: 40px;
    }

    .headerApply {
        display: none !important;
    }

    .header-bottom .container {
        position: relative;
    }

    .navbar-toggler {
        /* position: absolute;
        right: 10px;
        top: -62px;
        border: 0;
        padding: 0;*/
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .offcanvas-collapse {
        position: fixed;
        top: 0;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 290px;
        overflow-y: auto;
        visibility: hidden;
        background: var(--bg-white);
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }

    .overlay-bg {
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: none;
        z-index: 1;
    }

    .overlay-bg.show {
        display: block;
    }

    .offcanvas-collapse {
        z-index: 1001;
    }

    /*.uu-logo {
        border-width: 1px;
        border-style: solid;
        border-image: linear-gradient(to right, var(--bg-blue), #eee, #eee, var(--bg-green)) 1;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        padding-bottom: 5px;
    }*/
    .header__center--right {
        padding-top: 5px;
    }

    .navbar-nav .nav-item>a {
        /*padding: 13px 15px 8px !important;
        border-bottom: 3px solid transparent;*/

        /*padding: 2px 1px 5px !important;
        border-bottom: 3px solid transparent;
        font-size: 16px;*/

        padding: 6px 14px 6px !important;
        border-bottom: 1px solid #ccc;
        font-size: 14px;
        color: #000;
    }

    .menu-programs-list__links {
        width: 100%;
        position: static;
        padding: 0;
    }

    .mega-menu {
        height: auto;
        position: static;
        display: none;
        transform: none;
    }

    .dd-menu .mega-menu {
        opacity: 1;
        visibility: visible;
    }

    .menu-programs-list {
        width: 100%;
    }

    .navbar-nav .nav-item {
        padding: 0;
    }

    .menu-programs-list {
        padding-left: 20px;
    }

    .list-icon-1>li>a::before {
        left: -20px;
    }

    .menu-programs-list__graduates {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .menu-programs-list__graduates h5 {
        font-size: 16px;
    }

    .dd-menu.active .mega-menu {
        display: block;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .dd-menu>.nav-link {
        position: relative;
    }

    .dd-menu>.nav-link::after {
        font-family: FontAwesome;
        content: "\f105";
        position: absolute;
        top: 54%;
        transform: translateY(-50%);
        right: 15px;
        font-size: 20px;
    }

    .dd-menu.active>.nav-link::after {
        content: "\f107";
    }

    #navbarsExampleDefault {
        border: 0;
    }

    .footerContact>p,
    .footerContact>ul,
    .footerContact .footer-social,
    .footerContact .uu-varification {
        display: inline-block;
        vertical-align: top;
        margin: 0 44px 15px 0 !important;
    }

    .navbar-nav .nav-item:hover a {
        color: #000 !important;
    }
}

/* footer */

.footer {
    /* background: #172b52; */
    padding: 30px 0 20px 0;
    background-color: #172b52 !important;
}

.footerInfo {
    margin-top: 20px;
}

.footerInfo li {
    margin-bottom: 3px;
}

.footer h4 {
    /*font-size: 18px;
    color: var(--text-white);
    opacity: 0.5;
    margin-bottom: 15px;
    line-height: 24px;*/

    font-size: 17px;
    color: var(--text-white);
    opacity: 0.7;
    margin-bottom: 15px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
}

.footer p {
    font-size: 12px;
    line-height: 16px;
    color: var(--text-white);
}

.footer a {
    font-size: 12px;
    line-height: 16px;
    color: #fff !important;
    text-decoration: none;
    position: relative;
    display: inline-block;
    opacity: 0.9;
}

.footer a::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: var(--bg-white);
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: ease-in-out 0.2s;
}

.footer a:hover::after {
    width: 100%;
}

.footer-social {
    margin-top: 20px;
}

.footer-social a {
    font-size: 20px;
    opacity: 0.8;
    margin-right: 10px;
}

.copyrights {
    /* margin-top: 40px;
    border-top: 1px solid #333;
    padding-top: 70px;*/

    margin-top: 15px;
    border-top: 1px solid #ccc;
    padding-top: 22px;
    padding-bottom: 30px;
}

.copyrights a {
    margin-right: 20px;
}

.copyrights p {
    margin: 0;
}

.ft-logo {
    width: 100px !important;
    position: absolute;
    background: var(--bg-dark-gray);
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.ft-logo img {
    width: 100%;
}

.SidebarButton-fixed.show {
    /*    right: 10px;*/
}

.SidebarButton-fixed {

    transform: translateY(-50%);
    z-index: 1;
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -ms-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    position: fixed;
    top: 50%;
    left: 0.5%;
    width: 41px;
    z-index: 1000000;
}

.SidebarButton-fixed li {
    margin-bottom: 5px;
    background: #fba215;
    padding: 14px 2px 8px 8px;
    border-radius: 10px;
}

.SidebarButton-fixed li a {
  writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-decoration: none;
    font-weight: 500;
}

.SidebarButton-fixed li a i {
    height: 35px;
    width: 35px;
    border: 0;
    line-height: 35px;
    color: #000;
    font-weight: bold;
    background: #fba215;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 19px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}

/*
@media only screen and (max-width: 768px) {
    .SidebarButton-fixed {
        right: 0.6% !important;
    }
}
*/
.rightFixed-btns__content {
    position: absolute;
    top: 0;
    right: -20px;
    width: 170px;
    color: #000;
    font-size: 14px;
    text-align: left;
    color: var(--text-white);
    background: var(--bg-green);
    height: 44px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 8px 20px;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

.rightFixed-btns__content small {
    display: block;
    line-height: 14px;
}

.rightFixed-btns__content span {
    display: block;
    line-height: 14px;
    font-family: var(--primary-sub-font);
}


@media only screen and (max-width: 768px) {
    .headerAccredations {
        margin-left: 15px !important;
    }

    .headerAccredations img {
        height: 36px;
        margin: 0 !important;
    }

    .headerApply__btn {
        margin-left: 15px !important;
    }

    .headerApply__phones a {
        font-size: 14px;
    }

    .rightFixed-btns__content {
        display: none;
    }

    .header-social ul li a {
        font-size: 11px !important;
        margin: 0 3px !important;
    }

    .SidebarButton-fixed {
        left: 88% !important;
    }

}

    @media only screen and (max-width: 575px) {
        .header__top--right {
            display: block !important;
            width: 100%;
            text-align: center;
        }

        .header-social {
            padding: 0;
            border: 0;
            margin: 0;
        }

        .header__top--links ul li {
            margin: 0 6px;
        }

        .headerApply__phones {
            margin-top: -5px;
        }

        .headerApply {
            text-align: left;
            position: absolute;
            top: 71px;
            right: 57px;
        }

        .header.sticky {
            top: 0;
        }

        .header.sticky .headerApply {
            top: 50px;
        }

        .header__top--links ul li a {
            font-size: 11px;
        }

        .headerAccredations {
            margin: 0 35px 0 0 !important;
        }

        .header__top--links {
            display: none;
        }

        .headerAccredations img {
            margin: 0 5px !important;
        }

        .footer {
            background: #172b52 !important;
            padding: 40px 0 80px 0;
            /*           padding: 10px 0 80px;*/
        }

        .footer h4 {
            font-size: 20px;
            line-height: 20px;
            margin-bottom: 10px;
        }

        .copyrights div {
            display: block !important;
            width: 100%;
            text-align: center;
        }

        .copyrights a {
            margin: 0 10px 5px;
        }

        .st-image-logo {
            position: static;
        }

        .tsi-in {
            max-width: 100%;
        }

        .SidebarButton-fixed {
            left: 88% !important;
        }
    }

    @media only screen and (max-width: 460px) {
        .header.sticky .headerApply {
            top: 34px;
        }

        .uu-pc-logo img {
            width: 160px;
        }

        .navbar-toggler {}
    }



    .sidebar-container {
            position: fixed;
            right: 0;
            top: 195px;
            display: flex;
            align-items: center;
            transition: transform 0.3s ease-in-out;
            z-index: 1000;
            transform: translateX(0); /* Visible by default */
        }
        .sidebar {
            width: 300px;
            background: linear-gradient(90deg, #172b52 0%, #c92032 100%);
            color: white;
            padding: 5px;
            box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
        }
        .sidebar-container.hidden {
            transform: translateX(100%);
        }
        .apply-btn {
            background: linear-gradient(90deg, #172b52 0%, #c92032 100%);
            color: white;
            padding: 10px 5px;
            border-radius: 5px 0 0 5px;
            cursor: pointer;
            font-weight: bold;
            writing-mode: vertical-rl;
            text-orientation: mixed;
            position: fixed;
            right: 0;
            top: 200px;
            z-index: 10000;
        }
        .sidebar-container.hidden + .apply-btn {
            right: 0;
        }



.widget_container{
    padding: 0px !important;
}
       
       .admOpenTitle {
            font-size: 18px;
            text-align: center;
            padding-top: 8px;
            padding-bottom: 8px;
        }

        .mobile_view_display{
            display: none;
        }
        @media only screen and (max-width: 767px) {
            .mobile_view_display{
                    display: block !important;
                    padding-top: 4px;
            padding-bottom: 2px;
                }
        }