@import "https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800&display=swap";

:root {

    --bs-primary: #0096db;
    --bs-primary-rgb: 0, 150, 219
}

@media (prefers-color-scheme: dark) {
    :root {
        --dca-white: #fff;
        --dca-black: black;
        --dca-primary: #0096db;
        --dca-gray: #666;
        --dca-gray-lightest: #f2f2f2;
        --dca-gray-lighter: #ddd;
        --dca-gray-light: #999;
        --dca-gray-darker: #454545;
        --dca-gray-darkest: #333;
        --dca-gray-super-lightest: #f7f7f7
    }
}

.btn-primary {
    --bs-btn-bg: #0096db;
    --bs-btn-border-color: #0096db;
    --bs-btn-hover-bg: #0987c2;
    --bs-btn-hover-border-color: #0987c2
}

* {
    box-sizing: border-box
}


body {
    font-family: "Roboto Slab", serif
}

form textarea {
    color: #000
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999
}

.preloader .loader_34 {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.preloader .loader_34 .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%
}

.preloader .loader_34 .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    border-color: #0096db #0096db #ddd;
    border-radius: 50%;
    border-width: 6px
}

.preloader .loader_34 .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #ddd;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

.preloader .loader_34 .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #ddd;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
}

@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg)
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg)
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg)
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg)
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg)
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg)
    }
    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg)
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg)
    }
    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg)
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg)
    }
    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg)
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg)
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg)
    }
}

p.text-muted {
    font-weight: 400;
    text-align: justify;
    line-height: 23px
}

a {
    color: var(--bs-primary);
    transition: color .3s ease
}

.text-shadow {
    text-shadow: 0 0 4px rgba(0, 0, 0, .5)
}

.text-justify {
    text-align: justify !important
}

.custom-hr {
    color: var(--bs-primary);
    border-width: 2px;
    border-style: dashed
}

.icon-bar {
    position: fixed;
    top: 50%;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all .3s ease;
    color: #fff;
    font-size: 20px
}

.icon-bar a:hover {
    background-color: #000
}

.facebook {
    background: #3b5998
}

.telegram {
    background: #55acee
}

.instagram {
    background: #df4141
}

.linkedin {
    background: #007bb5
}

.youtube {
    background: #b00;
    color: #fff
}

header {
    background-color: #5d5d5d
}

header .container {
    display: flex;
    align-items: center;
    padding: 14px 0
}

header .topmenu {
    display: flex;
    list-style-type: none;
    padding: 0;
    align-items: center;
    margin: 0;
    gap: 1rem
}

header .topmenu .topmenu-item {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px
}

header .dropdown .dropdown-item {
    transition: background-color .3s ease
}

header .dropdown .dropdown-item:hover, header .dropdown .dropdown-item.active {
    color: #fff;
    background-color: rgba(var(--bs-primary-rgb), 0.6)
}

header .topmenu .topmenu-item:hover {
    text-decoration: underline
}

header .search-form {
    border-radius: 12px;
    width: 205px;
    margin-left: auto;
    margin-right: 30px;
    justify-self: end;
    height: 30px;
    overflow: hidden;
    display: flex;
    background-color: #fff;
    align-items: center;
    padding: 0 10px
}

header .search-form input {
    color: #555;
    border: none;
    outline: none;
    width: 95%
}

header .search-form button {
    color: #555;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    background: none;
    outline: none;
    transition: color .3s ease
}

header .search-form button:hover {
    color: var(--bs-primary)
}

@keyframes megamenu-show {
    0% {
        opacity: 0;
        top: 80%
    }
    100% {
        opacity: 1;
        top: 100%
    }
}

@keyframes nav-sticky {
    0% {
        top: -25%
    }
    100% {
        top: 0
    }
}

.navbar {
    z-index: 3
}

.navbar-brand {
    margin-right: 0
}

.nav-sticky {
    position: sticky;
    top: 0;
    animation: nav-sticky .4s ease
}

.navbar-expand-lg .navbar-nav {
    align-items: center
}

.navbar .megamenu {
    border-radius: 4px;
    overflow: hidden;
    border: none;
    background-color: rgba(255, 255, 255, .95)
}

.navbar .megamenu.show {
    animation: megamenu-show .5s ease
}

.navbar .megamenu-img img {
    width: 100%;
    height: 100%
}

.navbar .megamenu-submenu {
    width: 100%;
    list-style: none;
    padding: 0
}

.navbar .megamenu-submenu li {
    padding: 0;
    margin: 0;
    width: 100%
}

.navbar .megamenu-submenu a {
    display: flex;
    text-decoration: none;
    padding: 8px 10px;
    gap: 8px;
    font-size: 15px;
    align-items: center;
    font-weight: 400;
    letter-spacing: 1px;
    transition: color, background-color .3s ease
}

.navbar .megamenu-submenu a:hover {
    background-color: #65bae1;
    color: #fff
}

.navbar .megamenu-submenu li:last-child a {
    border: none
}

.navbar .megamenu-imglink {
    display: flex;
    flex-direction: column;
    padding: 5px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background-color .7s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.navbar .megamenu-imglink:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.1)
}

.navbar .megamenu-imglink h6 {
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    color: rgba(var(--bs-body-color-rgb), 0.75)
}

.navbar .megamenu-imglink img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.navbar .megamenu-imglink h4 {
    text-align: center
}

.navbar .nav-item {
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 15px
}

.navbar .nav-item .badge {
    margin-left: 7px
}

.navbar .nav-item .nav-link {
    color: rgba(0, 0, 0, .65);
    letter-spacing: 1px;
    font-size: 15px
}

.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link.active {
    color: var(--bs-primary)
}

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important
    }

    .navbar .megamenu {
        left: 15%;
        width: 70%;
        padding: 0;
        margin-top: 5px
    }
}

@media (max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px
    }

    .icon-bar a {
        padding: 12px;
        font-size: 16px
    }
}

.carousel-caption {
    bottom: 9rem
}

.carousel-caption *, .page-header-content *, .university-content * {
    text-shadow: 0 0 10px rgba(0, 0, 0, .8)
}

.carousel-item {
    overflow: hidden;
    max-height: 80vh
}

.carousel-item img {
    height: 80vh;
    object-fit: cover;
}

.carousel-item.active img {
    transform: scale(1.2);
    transition: transform 4s cubic-bezier(0.65, 0.13, 0.22, 1.09)
}

.carousel-item h1 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .6)
}

.carousel-item p {
    font-size: 22px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .7)
}

@keyframes arrowdown {
    0% {
        bottom: 6rem
    }
    50% {
        bottom: 3rem
    }
    100% {
        bottom: 6rem
    }
}

.arrow-down {
    position: absolute;
    bottom: 3rem;
    z-index: 2;
    font-size: 56px;
    text-shadow: 0 0 5px rgba(100, 100, 100, .7);
    animation: arrowdown 3s ease infinite;
    left: calc(50% - 28px);
    color: #fff;
    display: none
}

.arrow-down i {
    font-size: inherit
}

section {
    padding: 3.5rem 0
}

.section-heading {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 2rem
}

.rectors-photo {
    display: block;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    height: auto;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .4)
}

.program-item {
    display: flex;
    flex-direction: column;
    gap: .7rem;
    text-decoration: none;
    text-align: center;
    z-index: 2;
    padding: 26px;
    transition: .4s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.program-item img {
    width: 100%;
    height: auto
}

.program-item h5 {
    letter-spacing: 2px
}

@keyframes program-hover {
    0% {
        padding: 26px;
        margin: 0
    }
    50% {
        margin: 14px;
        padding: 12px
    }
    100% {
        margin: 8px;
        padding: 18px
    }
}

.program-item:hover {
    background-color: #fff;
    border-radius: 12px;
    margin: 8px;
    padding: 18px;
    animation: program-hover .4s ease;
    box-shadow: 0 3px 5px rgba(100, 100, 100, .2)
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    top: 30%
}

.owl-carousel .owl-prev {
    left: -40px
}

.owl-carousel .owl-next {
    right: -40px
}

.owl-carousel .owl-prev span, .owl-carousel .owl-next span {
    font-size: 80px;
    transition: color .3s ease, text-shadow .3s ease;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, .6)
}

.owl-carousel .owl-prev:hover span, .owl-carousel .owl-next:hover span {
    color: #555;
    text-shadow: none
}

.owl-item {
    display: flex;
    justify-content: center
}

.partners-carousel .owl-nav {
    display: none
}

section#about-our-university {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden
}

#our-university-video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    left: 0
}

.video_toggle {
    position: absolute;
    top: 70%;
    left: calc(50% - 35px);
    outline: none;
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

.video_toggle i {
    color: rgba(255, 255, 255, .9);
    font-size: 70px;
    transition: .3s ease;
    text-shadow: 0 0 8px rgba(0, 0, 0, .5)
}

.video_toggle:hover i {
    text-shadow: none;
    color: #fff
}

.our-university-img {
    width: 100%;
    object-fit: cover;
    height: 600px;
    transition: opacity 1s ease
}

.university-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: top 1s ease, background-color 1s ease;
    bottom: 0;
    align-items: center;
    background-color: rgba(var(--bs-primary-rgb), 0.3)
}

.university-content p {
    text-align: justify;
    letter-spacing: 1px
}

.news-item {
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    width: 100%;
    text-decoration: none;
    flex-direction: column;
    position: relative;
    background-color: var(--bs-primary)
}

.news-item img {
    width: auto;
    transition: height .3s ease;
    border-radius: 0 0 12px 12px;
    object-fit: cover
}

.news-item .news_date {
    position: absolute;
    color: #fff;
    width: 65px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 0 0 0 12px;
    right: 0
}

.news_headline {
    padding: 15px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    text-align: center
}

.news_see_all {
    margin: 35px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.counter-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    color: #fff
}

.counter-item .icon-container {
    border-radius: 6px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px rgba(100, 100, 100, .6)
}

.counter-item .icon-container i {
    font-size: 46px
}

.icon-success {
    background-color: #52b788
}

.icon-danger {
    background-color: #ef233c
}

.icon-warning {
    background-color: #ff9e00
}

.counter-item h1 {
    font-weight: bold;
    margin-top: 10px
}

.counter-item i {
    font-size: 26px;
    text-align: center;
    font-weight: bold
}

.partners-carousel .owl-stage {
    display: flex;
    gap: 5rem;
    align-items: center
}

.partners-item {
    padding: 10px;
    height: auto;
    display: inline-flex
}

.partners-item img {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%
}

.footer_logo {
    width: 120px;
    display: block;
    margin: 0 auto
}

.footer_logo img {
    width: 100%;
    height: auto
}

.footer_info a {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .6);
    text-decoration: none;
    color: #fff;
    margin-bottom: 20px;
    transition: text-shadow .4s ease
}

.footer_info .info_icon {
    width: 40px;
    height: 40px;
    display: flex;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .9);
    color: var(--bs-primary)
}

.footer_info a:hover {
    text-shadow: none
}

.footer_info a:hover .info_icon {
    background-color: #fff
}

.our-socials {
    text-align: left
}

.footer_socials {
    margin-top: 20px;
    display: flex;
    gap: 1rem
}

.footer_socials a {
    box-shadow: 0 6px 4px rgba(20, 20, 20, .3);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0;
    transition: background-color .3s ease, box-shadow .3s ease;
    overflow: hidden
}

.footer_socials a i {
    font-size: 20px
}

.footer_socials a:hover {
    background-color: #363636;
    box-shadow: 0 2px 5px rgba(20, 20, 20, .4)
}

.footer_socials a img {
    width: 100%;
    height: 100%
}

.footer-menu a {
    color: #fff;
    margin-bottom: 10px;
    font-size: 17px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
    transition: .5s ease;
    letter-spacing: 2px;
    text-decoration: none
}

.footer-menu a.active, .footer-menu a:hover {
    text-decoration: underline
}

@media screen and (max-width: 1200px) {
    .navbar .megamenu {
        width: 80%;
        left: 10%
    }
}

@media screen and (min-width: 900px)and (max-width: 1280px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px
    }

    .navbar .nav-item {
        margin-left: 0;
        width: 100%
    }

    .navbar-brand {
        margin-right: 0
    }

    .navbar-brand img {
        width: 80%
    }

    .navbar .megamenu {
        width: 90%;
        left: 5%
    }
}

@media screen and (max-width: 992px) {
    header .container {
        padding: 13px 0
    }

    .navbar .navbar-brand {
        padding: 0
    }

    .navbar .nav-item {
        width: 100%
    }

    .navbar .megamenu {
        width: 100%
    }

    .navbar .navbar-brand img {
        width: 80%
    }

    .arrow-down {
        font-size: 30px;
        left: calc(50% - 15px)
    }

    .navbar-expand-lg .navbar-nav {
        align-items: start
    }

    .topmenu-item, header .dropdown .dropdown-item, .language-chooser {
        font-size: 14px
    }

    .megamenu-img {
        display: none
    }

    .carousel-item img {
        height: 50vh
    }

    .arrow-down {
        display: none
    }

    .carousel-caption {
        bottom: 3rem
    }

    .carousel-caption h1 {
        font-size: 1.8rem
    }

    .carousel-caption p {
        font-size: 1.2rem
    }

    .rectors-speech h2 {
        font-size: 22px
    }

    .rectors-speech i {
        font-size: 16px !important
    }

    .rectors-speech p {
        font-size: 14px
    }

    .our-university-img {
        height: 500px
    }

    .university-content h1 {
        margin-bottom: 1rem
    }

    .university-content button i {
        font-size: 70px
    }

    section#counters .icon-container i {
        font-size: 40px
    }

    section#counters i {
        font-size: 18px
    }

    .news-item .news_date {
        width: 50px;
        height: 75px;
        font-weight: 400;
        font-size: 12px
    }
}

@media screen and (max-width: 768px) {
    header .container {
        flex-direction: column;
        justify-content: center;
        gap: 1rem
    }

    header .search-form {
        margin: 0 auto
    }

    nav .navbar-brand {
        width: 80%
    }

    .megamenu {
        padding: 10px 15px
    }

    .navbar .megamenu-submenu a {
        padding: 0
    }

    .navbar .megamenu-imglink {
        padding: 0 0 0 2rem;
        align-items: start
    }

    .navbar .megamenu-imglink h6 {
        text-align: left;
        color: var(--bs-primary);
        font-weight: 500
    }

    .rectors-speech {
        margin-top: 20px
    }

    .rectors-speech h2 {
        text-align: center
    }

    .university-content .section-heading {
        margin-bottom: 0
    }

    .university-content p {
        font-size: 16px;
        letter-spacing: normal;
        padding: 0 15px
    }

    .university-content button i {
        font-size: 45px
    }

    .news-item {
        margin: 10px 0
    }

    .news-item .news_headline {
        font-size: 16px;
        padding: 10px 5px
    }

    .counter-item {
        margin-bottom: 30px
    }

    .counter-item .icon-container {
        width: 65px;
        height: 65px
    }

    .counter-item .icon-container i {
        font-size: 40px
    }

    .counter-item > i {
        font-size: 20px
    }

    .our-socials {
        text-align: center
    }

    .footer-menu {
        margin-left: 20px
    }

    .footer-menu a {
        font-size: 18px;
        margin-bottom: 5px
    }

    .footer_socials {
        justify-content: center;
        gap: 2rem
    }
}

@media (min-width: 992px) {
    .navbar .nav-link, .topmenu .topmenu-item, .megamenu-submenu a {
        font-size: 14px
    }

    .icon-bar a {
        padding: 12px;
        font-size: 18px
    }

    .news-item .news_headline {
        font-size: 16px
    }
}

section#page-header {
    padding: 0;
    background-color: var(--bs-primary);
    position: relative
}

section#page-header img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    opacity: .7
}

.page-header-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    user-select: none;
    justify-content: center;
    gap: 3rem
}

ol.breadcrumb a, .breadcrumb-item + .breadcrumb-item::before, .breadcrumb-item.active {
    color: #fff;
    text-shadow: 0 0 7px rgba(0, 0, 0, .8);
    font-size: 18px
}

.nav.nav-pills {
    align-items: start;
    padding: 0;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.4)
}

.nav.nav-pills button {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid rgba(var(--bs-primary-rgb), 0.4);
    text-align: left;
    border-radius: 0;
    color: var(--bs-primary);
    padding-left: 1.5rem
}

.nav.nav-pills button:last-child {
    border-bottom: none
}

.nav.nav-pills button:hover {
    color: #fff;
    border-color: #fff;
    background-color: rgba(var(--bs-primary-rgb), 0.4)
}

.nav.nav-pills button.active {
    background-color: var(--bs-primary);
    color: #fff
}

.page-nav-content .tab-pane {
    width: 100%;
    height: auto;
    padding: 15px;
    border: 1px solid rgba(var(--bs-primary-rgb), 0.4)
}

.school-faculties {
    text-decoration: none
}

@media all and (min-width: 1280px) {
    .navbar .nav-link {
        font-size: 16px
    }
}

.follow-us {
    z-index: 999;
    position: fixed;
    padding: 0;
    margin: 0;
    bottom: 1rem;
    right: 1rem;
    list-style-type: none
}

@keyframes anim-rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes anim-rotate-back {
    from {
        transform: rotate(360deg)
    }
    to {
        transform: rotate(0)
    }
}

.follow-us .share .social-icon {
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 24px !important;
    background-color: #fff;
    box-shadow: 0 0 2px 4px rgba(0, 0, 0, .05);
    transition: outline .2s ease;
    border-radius: 50%;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    outline: 0 solid rgba(0, 0, 0, .15)
}

.follow-us .share .social-icon ul {
    display: flex;
    list-style-type: none;
    background-color: #0096db;
    color: #fff;
    align-items: center;
    padding: 0;
    opacity: 1;
    transition: opacity .2s ease-in-out
}

.follow-us .share .social-icon ul li {
    margin: 0 15px
}

@keyframes scrollIcons {
    0%, 10%, 100% {
        transform: translateX(0);
        background-color: #0096db
    }
    20%, 90% {
        transform: translateX(-50px);
        background-color: #3b5999
    }
    30%, 80% {
        transform: translateX(-105px);
        background-color: #55acee
    }
    40%, 70% {
        transform: translateX(-160px);
        background-color: #dd4b39
    }
    55% {
        transform: translateX(-215px);
        background-color: #c21031
    }
}

.follow-us .share .social-icon ul.anime {
    animation: scrollIcons 8s ease-in-out infinite
}

.follow-us .share .submenu i.fa {
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    box-shadow: 0 0 2px 4px rgba(0, 0, 0, .05);
    transition: outline .2s ease;
    border-radius: 50%;
    outline: 0 solid rgba(0, 0, 0, .15);
    animation: anim-rotate-back .5s ease
}

.follow-us .share .submenu i.fa:hover, .follow-us .share .social-icon:hover, .follow-us .share.show .social-icon {
    outline-width: 5px
}

.follow-us .share.show .submenu i.fa {
    animation: anim-rotate .5s ease
}

.follow-us .share.show .submenu li:nth-child(1) {
    opacity: 1;
    top: -56px;
    transition-delay: .05s;
    transform: rotateY(0deg)
}

.follow-us .share.show .submenu li:nth-child(2) {
    opacity: 1;
    top: -112px;
    transition-delay: .1s;
    transform: rotateY(0deg)
}

.follow-us .share.show .submenu li:nth-child(3) {
    opacity: 1;
    top: -168px;
    transition-delay: .15s;
    transform: rotateY(0deg)
}

.follow-us .share.show .submenu li:nth-child(4) {
    opacity: 1;
    top: -224px;
    transition-delay: .2s;
    transform: rotateY(0deg)
}

.follow-us .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.follow-us .submenu li {
    transition: all ease-in-out .3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0
}

.follow-us .submenu li a {
    color: #212121
}

.follow-us .submenu li a i.fa {
    color: #fff
}

.follow-us .submenu li a.f-facebook i.fa {
    background-color: #3b5999
}

.follow-us .submenu li a.f-telegram i.fa {
    background-color: #55acee
}

.follow-us .submenu li a.f-youtube i.fa {
    background-color: #dd4b39
}

.follow-us .submenu li a.f-instagram i.fa {
    background-color: #e4405f
}

.follow-us .submenu li:nth-child(1) {
    transform: rotateX(45deg)
}

.follow-us .submenu li:nth-child(2) {
    transform: rotateX(90deg)
}

.follow-us .submenu li:nth-child(3) {
    transform: rotateX(135deg)
}

.follow-us .submenu li:nth-child(4) {
    transform: rotateX(180deg)
}

.staff_member_plugin {
    margin: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #000
}

.letter_nested_list li {
    margin-bottom: 5px
}

.letter_nested_list a {
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom: 2px dotted;
    transition: .3s ease
}

.letter_nested_list a:hover {
    border-bottom-style: solid
}

table {
    display: block;
    margin: 1rem auto;
    overflow-x: scroll;
    max-width: 100vw
}

.text-shadow-none {
    text-shadow: none
}

.staff_item {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 1rem
}

.staff_item_inner {
    display: grid;
    grid-template-columns:25% 75%;
    gap: 1rem
}

.staff_item_thumb img {
    width: 100%;
    height: auto;
    display: block;
    padding: 5px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ccc
}

.staff_item_contacts {
    display: flex;
    margin: 10px auto;
    gap: 1rem;
    justify-content: center
}

.staff_item_contacts a {
    width: 36px;
    height: 36px;
    font-size: 22px;
    text-decoration: none;
    display: flex;
    border-radius: 50%;
    align-items: center;
    box-shadow: 2px 2px 4px 3px rgba(0, 0, 0, .15);
    justify-content: center;
    background-color: #fff;
    transition: box-shadow .1s ease
}

.staff_item_contacts a:hover {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .15)
}

.staff_item_content {
    padding-top: 1rem
}

.staff_item_content p {
    width: 97%;
    font-size: .9rem
}

@media (max-width: 768px) {
    .staff_item_inner {
        grid-template-columns:1fr
    }

    .staff_item_thumb img {
        width: 250px;
        margin: 0 auto
    }
}

.erasmus__sidebar {
    border: 1px solid #0096db;
    border-radius: 6px;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.erasmus__sidebar li {
    list-style-type: none;
    border-bottom: 1px solid #0096db;
    transition: background-color .3s ease
}

.erasmus__sidebar li a {
    padding: 10px;
    text-decoration: none;
    color: #0096db;
    background-color: #fff;
    transition: color .2s ease, background-color .2s ease
}

.erasmus__sidebar li a:hover, .erasmus__sidebar li a.active {
    color: #fff;
    background-color: #0096db
}

.erasmus__sidebar li:last-child {
    border-bottom: none
}

/*# sourceMappingURL=styles.css.map */


/* erasmus yangi csslari */


/* Base styles */

a {
    text-decoration: none;
    color: #0096db;
}

a:hover {
    color: #014a75;
}

.bold {
    font-weight: 600;
}

/* Header */
.header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .header {
        flex-direction: row;
    }
}

.title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212121;

}

.title-alumni {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title__text span {
    background-color: #0096db;
    color: #fff;
    padding: 0 7px;
}

.title__text {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
}

.title__link {
    color: #0096db;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-links {
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .header-links {
        margin-top: 0;
    }
}

.link {
    color: #333;
    cursor: pointer;
    margin-bottom: 0.5rem;
}

.link:hover {
    color: #0096db;
}

/* EU Banner */
.eu-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.eu-text {
    text-align: right;
    margin-right: 1rem;
    color: #0096db;
}

.eu-flag {
    width: 100px;
    height: 100px;
    border-radius: 4px;
}

.eu-banner-small {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.eu-text-small {
    text-align: right;
    margin-right: 1rem;
    color: #0096db;
    font-size: 0.875rem;
}

.eu-flag-small {
    width: 60px;
    height: 60px;
    border-radius: 4px;
}

/* Intro Box */
.intro-box {
    background-color: #f5f5f5;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

/* Description */
.description {
    margin-bottom: 2rem;
}

.description p {
    margin-bottom: 1rem;
}

/* Section */
.section {
    margin-bottom: 3rem;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.section-header h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

.view-all {
    color: #0096db;
    font-weight: 500;
}

.view-all:hover {
    color: #014a75;
}

/* Projects Grid */
.erasmus-projects-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

@media (min-width: 640px) {
    .erasmus-projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .erasmus-projects-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Project Card */
.erasmus-project-card {
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.erasmus-project-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.erasmus-project-content {
    padding: 1rem;
    flex-grow: 1;
}

.erasmus-project-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0096db;
    margin-bottom: 0.5rem;
}

.erasmus-project-period {
    color: #666;
    margin-bottom: 0.5rem;
}

.erasmus-project-description {
    font-size: 0.875rem;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.view-details {
    background-color: #e3f2fd;
    color: #0096db;
    padding: 0.75rem;
    text-align: center;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.view-details:hover {
    background-color: #bbdefb;
}

/* News Grid */
.erasmus-news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 640px) {
    .erasmus-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .erasmus-news-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1280px) {
    .erasmus-news-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* News Card */
.erasmus-news-card {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
    height: 350px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
}

.erasmus-news-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.erasmus-news-image-container {
    position: relative;
    flex-grow: 1;
}

.erasmus-news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.date-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e53935;
    color: white;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom-left-radius: 0.5rem;
}

.year {
    font-size: 1.125rem;
    font-weight: 700;
}

.month {
    font-size: 0.75rem;
}

.day {
    font-size: 1.125rem;
    font-weight: 700;
}

.erasmus-news-description {
    background-color: #0096db;
    color: white;
    padding: 0.75rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Back Link */
.back-link {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.back-link a {
    display: inline-flex;
    align-items: center;
    color: #0096db;
}

.back-link a:hover {
    color: #014a75;
}

.arrow-left {
    margin-right: 0.5rem;
}

/* Project Detail */
.erasmus-project-detail {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.erasmus-project-detail-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0096db;
    margin-bottom: 1.5rem;
}

.erasmus-project-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    background-color: #f9f9f9;
    padding: 1rem;
    border-radius: 0.5rem;
}

@media (min-width: 768px) {
    .erasmus-project-meta {
        grid-template-columns: repeat(3, 1fr);
    }
}

.meta-item h3 {
    font-weight: 600;
    color: #555;
    margin-bottom: 0.25rem;
}

.erasmus-project-section {
    margin-bottom: 1.5rem;
}

.erasmus-project-section h3 {
    font-weight: 600;
    color: #555;
    margin-bottom: 0.5rem;
}

.erasmus-project-section ul {
    list-style-position: inside;
    padding-left: 1.25rem;
}

.erasmus-project-section li {
    color: #666;
    margin-bottom: 0.25rem;
}

/* News Detail */
.erasmus-news-detail {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 2rem;
}

.erasmus-news-detail-image-container {
    position: relative;
    width: 100%;
    height: 500px;
}

.erasmus-news-detail-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.erasmus-news-detail-content {
    padding: 1.5rem;
}

.erasmus-news-detail-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0096db;
    margin-bottom: 1rem;
}

.erasmus-news-detail-text p {
    margin-bottom: 1rem;
    color: #555;
}

.erasmus-news-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.tag-icon {
    color: #666;
}

.tag {
    background-color: #f5f5f5;
    color: #555;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}

/* Page Description */
.page-description {
    color: #555;
    margin-bottom: 2rem;
}

/* erasmus end */


/* header new style */

.header-top {
    background-color: #0096db;
    padding: 10px 0;
    display: flex;
    position: relative;
    z-index: 9999999;
}

.header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top__list {
    display: flex;
    gap: 50px;
    padding-bottom: 0 !important;
    margin: 0 !important;
    padding-left: 0 !important;
}

.header-top__list-link-hover {
    position: relative;
}

.header-top__list-link-hover::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    z-index: 3;
    bottom: 0;
    transition: all 0.3s ease;
}

.header-top__list-link-hover:hover::before {
    width: 100%;
}

.header-top__list-item {
    position: relative;
}

.header-top__list-item:last-child svg {
    transition: all 0.3s ease-in-out;
}

.header-top__list-item_drop {
    position: absolute;
    z-index: 11;
    background: #fff;
    margin: 0;
    padding: 0;
    display: block;
    top: 34px;
    left: -10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
}

.header-top__list-item_drop.active {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.25);
}

.header-top__list-item_drop li {
    width: 100%;
    cursor: pointer;
    transition: background-color 0.1s ease-in-out;
}

.header-top__list-item_drop li:first-child {
    padding-top: 3px;
}

.header-top__list-item_drop li:last-child {
    padding-bottom: 3px;
}

.header-top__list-item_drop li:hover {
    background-color: #0096db;
}

.header-top__list-item_drop li:hover a {
    color: #ffffff;
}

.header-top__list-item_drop li a {
    padding: 7px 20px 9px 20px;
    text-wrap: nowrap;
    width: 100%;
    font-size: 12px;
    color: #000000;
}

.header-top__list-link {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-top__list-link svg path {
    stroke: #fff;
}

.header-top__list-img path {
    stroke: #ffffff;
}

.header-top__right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-top__form-lable {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
}

.header-top__form-input {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 14px;
    width: 0;
    transition: all 0.3s ease;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding: 1px 5px;
    opacity: 0;
}

.header-top__form-input.active {
    width: 250px;
    opacity: 1;
}

.header-top__form-input::-moz-placeholder {
    color: #fff;
}

.header-top__form-input::placeholder {
    color: #fff;
}

.header-top__form-img {
    background-color: #ffffff;
    cursor: pointer;
    opacity: 0.8;
}

.header-top__social {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 !important;
    margin: 0 !important;
}

.header-top__social-link {
    display: block;
    width: 24px;
    height: 24px;
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}

.header-top__social-link:hover {
    transform: translateY(-5px);
    opacity: 1;
}

.header-top__social-link img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 1399px) {
    .header-top__list {
        gap: 30px;
    }
}

@media (max-width: 1199px) {
    .header-top__list {
        gap: 20px;
    }

    .header-top__list-link {
        font-size: 14px;
        gap: 5px;
    }
}

@media (max-width: 991px) {
    .header-top__social {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-top__list-item:nth-child(1) {
        display: none;
    }

    .header-top__list-item:nth-child(2) {
        display: none;
    }

    .header-top__list-item:nth-child(3) {
        display: none;
    }
}

.header-nav-news {
    position: relative;
}

.header-nav-news::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    background: #0096db;
    z-index: 3;
    bottom: 0;
    transition: all 0.3s ease;
}

.header-nav-news:hover::before {
    width: 100%;
}

.header-nav {
    box-shadow: 0 -5px 10px 0px rgba(0, 0, 0, 0.3);
    position: sticky;
    width: 100%;
    top: 0;
    background-color: #ffffff;
}

.header-nav-drop {
    overflow: hidden;
}

@media (min-width: 991px) {
    .header-nav-drop {
        position: absolute;
        padding: 30px 50px 95px 50px;
        background: #fff;
        left: 0;
        width: 100%;
        top: 100%;
        z-index: -1;
        transform: translateY(-200%);
        transition: all 0.3s ease-in-out;
    }
}

@media (max-width: 991px) {
    .header-nav-drop {
        height: 0;
        transition: all 0.3s ease-in-out;
    }

    .header-nav-drop-title {
        display: none;
    }

    .header-nav-drop-lists {
        min-height: 0;
        overflow: hidden;
        flex-direction: column;
    }

    .header-nav-drop-list-item {
        padding: 5px 10px;
        font-size: 14px;
    }

    .header-nav-drop-list-item a {
        font-size: 14px !important;
    }
}

.header-nav-drop.active {
    box-shadow: 0px 3px 8px -7px rgba(0, 0, 0, 0.75);
}

@media (min-width: 991px) {
    .header-nav-drop.active {
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .header-nav-drop.active {
        grid-template-rows: 1fr;
    }

    .header-nav-drop.active#university {
        height: 382px;
    }

    .header-nav-drop.active#programs {
        height: 382px;
    }

    .header-nav-drop.active#admissions {
        height: 253px;
    }

    .header-nav-drop.active#research {
        height: 222px;
    }

    .header-nav-drop.active#branches {
        height: 62px;
    }
}

.header-nav-drop-title {
    position: relative;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.header-nav-drop-title img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.header-nav-drop-lists {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 100px;
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .header-nav-drop-lists {
        gap: 50px;
    }
}

@media (max-width: 991px) {
    .header-nav-drop-lists {
        gap: 5px;
    }
}

.header-nav-drop-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media (max-width: 991px) {
    .header-nav-drop-list {
        gap: 0;
    }
}

.header-nav-drop-list li {
    list-style-type: disc;
    position: relative;
    max-width: -moz-max-content;
    max-width: max-content;
}

.header-nav-drop-list li a {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    cursor: pointer;
}

.header-nav-drop-list li a:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    background: #0096db;
    transition: all 0.2s linear;
}

.header-nav-drop-list li a:hover:after {
    width: 100%;
}

.header-nav__inner {
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.header-nav__logo img {
    width: 320px;
}

.header-nav__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
}

.header-nav__list {
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
}


@media (max-width: 991px) {
    .header-nav__list-item {
        position: relative;
    }
}

.header-nav__list-link {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 8px;
}

.header-nav__list-link:hover span::before {
    width: 100%;
}

.header-nav__list-link img {
    transition: all 0.3s ease-in-out;
}

.header-nav__list-link-span {
    position: relative;
}

.header-nav__list-link-span::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #0096db;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.header-nav__lang {
    position: relative;
}

.header-nav__lang-drop {
    position: absolute;
    background: #f0f0f0;
    margin: 0;
    width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.header-nav__lang-drop.active {
    height: 68px;
}

.header-nav__lang-drop li a {
    color: #1a1e21;
    width: 100%;
    display: block;
    text-align: center;
}

.header-nav__lang-drop li {
    padding: 5px 5px;
    cursor: pointer;
    font-weight: 500;
}

.header-nav__lang-drop li:hover {
    background: #fff;
}

.header-nav__btn {
    height: 38px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    outline: none;
    font-weight: 500;
    cursor: pointer;
}

.header-nav__btn img {
    transition: all 0.3s ease-in-out;
}

.header-nav__burger {
    display: none;
}

@media (max-width: 1399px) {
    .header-nav__list {
        gap: 5px;
    }

    .header-nav__right {
        gap: 40px;
    }
}

@media (max-width: 1200px) {
    .header-nav__logo img {
        width: 280px;
    }

    .header-nav__list {
        gap: 2px;
    }

    .header-nav__list-link {
        font-size: 14px;
        gap: 5px;
    }

    .header-nav__right {
        gap: 30px;
    }

    .header-nav__btn {
        font-size: 16px;
        gap: 5px;
        padding: 0 17px;
    }
}

@media (max-width: 991px) {
    .header-nav__list {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        transform: translateY(-100%);
        transition: all 0.3s ease-in-out;
        z-index: -1;
        gap: 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .header-nav__list.active {
        transform: translateY(0);
        z-index: 1000;
    }

    .header-nav__list > li {
        padding: 15px 20px;
        cursor: pointer;
        font-weight: 500;
        font-size: 16px;
        color: #000;
        transition: background-color 0.1s ease-in-out;
        border-bottom: 1px solid #eee;
    }

    .header-nav__list > li:hover {
        background-color: #f8f9fa;
    }

    .header-nav-drop {
        display: none;
        padding: 10px 0;
        background: #f8f9fa;
        height: auto !important;
        overflow: visible;
    }

    .header-nav-drop.active {
        display: block;
    }

    .header-nav-drop-lists {
        display: block !important;
        padding: 0 20px;
    }

    .header-nav-drop-list {
        display: block !important;
        padding: 0;
        margin: 0;
    }

    .header-nav-drop-list li {
        padding: 8px 0;
        margin: 0;
        list-style: none;
    }

    .header-nav-drop-list li a {
        font-size: 14px !important;
        color: #333;
        text-decoration: none;
        display: block;
        padding: 5px 0;
    }

    .header-nav-drop-list li a:hover {
        color: #0096db;
    }

    .header-nav__burger {
        display: flex;
        flex-direction: column;
        gap: 7px;
        background-color: transparent;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 5px;
    }

    .header-nav__burger_item {
        transition: all 0.3s ease-in-out;
        background: #0096db;
        width: 35px;
        height: 2px;
    }

    .header-nav__lang {
        display: block;
        position: relative;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
    }

    #lang {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        cursor: pointer;
        width: 100%;
        background: none;
        border: none;
        text-align: left;
        padding: 0;
    }

    #lang img {
        transition: transform 0.3s ease;
    }

    #lang.active img {
        transform: rotate(180deg);
    }

    #lang-drop {
        position: static;
        background: #f8f9fa;
        margin: 0;
        width: 100%;
        height: 0;
        padding: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }

    #lang-drop.active {
        height: auto;
        padding: 10px 0;
    }

    #lang-drop li {
        padding: 8px 20px;
        cursor: pointer;
        font-weight: 500;
        transition: background-color 0.2s ease;
    }

    #lang-drop li:hover {
        background-color: #e9ecef;
    }

    #lang-drop li a {
        color: #333;
        text-decoration: none;
        display: block;
        font-size: 14px;
    }

    #lang-drop li a:hover {
        color: #0096db;
    }
}

@media (max-width: 767px) {
    .header-nav__logo img {
        width: 300px;
    }
}

@media (min-width: 767px) {
    .header-nav__list-item:nth-child(7) {
        display: none;
    }

    .header-nav__list-item:nth-child(8) {
        display: none;
    }

    .header-nav__list-item:nth-child(9) {
        display: none;
    }
}

@media (max-width: 560px) {
    .header-nav__btn {
        display: none;
    }

    .header-nav__logo img {
        width: 250px;
    }
}

.header-content {
    height: calc(100vh - var(--header-top-h) - var(--nav-h));
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;

}

.inner-page__intro {
    height: 600px; /* Update height */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-content__inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header-content__subtitle {
    font-size: 24px;
    color: #fff;
    margin: 0;
}

.header-content__title {
    font-size: 68px;
    color: #fff;
    line-height: 140%;
}

.header-content__title span {
    background-color: #0096db;
    padding: 0 7px;
}

.header-content__link {
    width: 186px;
    padding: 10px 0;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #0096db;
}

.header-content__img {
    height: 10px;
    width: 8px;
}

.header-content__img path {
    stroke: #0096db;
}

@media (max-width: 1399px) {
    .header-content__title {
        font-size: 63px;
    }
}

@media (max-width: 1199px) {
    .header-content__title {
        font-size: 52px;
    }

    .header-nav-drop.active {
        box-shadow: none;
    }
}

@media (max-width: 991px) {
    .header-content__title {
        font-size: 39px;
    }
}

@media (max-width: 767px) {
    .header-content__subtitle {
        font-size: 19px;
    }

    .header-content__title {
        font-size: 28px;
    }

    .header-content__link {
        padding: 7px 0;
        width: 150px;
        font-size: 14px;
    }
}

.li-style-none {
    list-style: none;
}


/*  Footer new style */
.footer {
    background: #0096db;
    margin-top: 50px; /* Add margin to create space between content and footer */
    padding-top: 30px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
}

.footer__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer__item {
    position: relative;
    max-width: -moz-max-content;
    max-width: max-content;
}

.footer__link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.footer__link:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: width 0.3s;
}

.footer__link:hover:after {
    width: 100%;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-info__item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.footer-info__item:hover img {
    opacity: 1;
}

.footer-info__item:hover span::after {
    width: 100%;
}

.footer-info__item img {
    opacity: 0.8;
    transition: opacity 0.3s;
}

.footer-info__item span::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 2px solid #fff;
}

.footer-bottom__title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.footer-bottom__title a {
    font-weight: 500;
    color: #fff;
    max-width: -moz-max-content;
    max-width: max-content;
    position: relative;
}

.footer-bottom__title a:after {
    content: "";
    display: block;
    width: 0;
    left: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s;
    position: absolute;
}

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

.footer-bottom__copyright {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.footer-bottom__social {
    display: flex;
    gap: 10px;
}

.footer-bottom__social-link {
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}

.footer-bottom__social-link:hover {
    transform: translateY(-5px);
    opacity: 1;
}

@media (max-width: 575px) {
    .footer-content {
        flex-direction: column;
        gap: 40px;
        align-items: center;
        text-align: center;
    }

    .footer-content .logo img {
        width: 120px;
    }

    .footer__list {
        padding: 0;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    // ... existing code ...

    .header-nav__lang {
        display: block;
        position: relative;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
    }

    .header-nav__lang-btn {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        cursor: pointer;
        width: 100%;
        background: none;
        border: none;
        text-align: left;
    }

    .header-nav__lang-btn img {
        transition: transform 0.3s ease;
    }

    .header-nav__lang-btn.active img {
        transform: rotate(180deg);
    }

    .header-nav__lang-drop {
        position: static;
        background: #f8f9fa;
        margin: 0;
        width: 100%;
        height: 0;
        padding: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }

    .header-nav__lang-drop.active {
        height: auto;
        padding: 10px 0;
    }

    .header-nav__lang-drop li {
        padding: 8px 20px;
        cursor: pointer;
        font-weight: 500;
        transition: background-color 0.2s ease;
    }

    .header-nav__lang-drop li:hover {
        background-color: #e9ecef;
    }

    .header-nav__lang-drop li a {
        color: #333;
        text-decoration: none;
        display: block;
        font-size: 14px;
    }

    .header-nav__lang-drop li a:hover {
        color: #0096db;
    }
}




.marked-nav-item,
.marked-nav-item a{
    color: red !important;
}
