/* ================================= main styles ======================================= */
body {
    font-family: "Roboto", sans-serif;
    background: #ededed;
    overflow-x: hidden;
}

/* body .uwy .uai {
    top: auto !important;
    bottom: 20px !important;
    left: 20px !important;
    right: auto;
} */

* {
    box-sizing: border-box;
    font-size: 16px;
    list-style: none !important;
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0 !important;
    padding: 0 !important;
}

.eye-icon {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 100;
    font-size: 25px;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #157fc4;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.up-icon {
    position: fixed;
    right: -50px;
    bottom: 20px;
    z-index: 100;
    font-size: 25px;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #003d68;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: 0.5s linear;
}

/*
Inteeraktiv xizmatlar ========================================*/

.ttj-tabs{
    margin-top:20px;
    display: block !important;
}

.ttj-tabs ul {
    margin:15px 0 !important;
    margin-left:40px !important;
}
.ttj-tabs ul li{
    color:#000;
    font-weight: bold;
}
.ttj-tabs p {
    color:#000;
    margin-bottom:18px !important;
}

/* ================================================= header ====================================== */
header {
    position: relative;
    z-index: 2;
}

.header-input {
    width: 100%;
    z-index: 2;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 0;
    overflow: hidden;
    transition: 0.3s ease;
}

.header-input input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 10px 50px;
    outline: none;
}
.header-input .fa-search {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #828282;
    font-size: 20px;
}
.header-input .fa-times {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #828282;
    font-size: 20px;
    cursor: pointer;
}
.header-top {
    width: 100%;
    z-index: 100;
    height: 50px;
    background: linear-gradient(to right, rgb(31, 73, 125), rgb(21, 127, 176));
    box-shadow: 0 5px 15px 0 rgba(0 0 0 / 20%);
}
.header-top__content {
    position: relative;
    z-index: 100;
}
.header-top__content a,
.header-top__content i {
    padding: 12.7px 10px;
    color: #fff;
    transition: all 0.3s ease;
}

.header-top__content a i {
    padding: 0 3px 0;
}

.header-top__content a:hover,
.single-icon:hover {
    background: rgba(21, 127, 176, 0.527);
}

.languages {
    color: #fff;
    cursor: pointer;
    padding: 0 7px;
    transition: all 0.3s ease;
}
.languages:hover {
    background: rgba(31, 73, 125, 0.582);
}

.languages-item {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 1;
    background-color: rgba(31, 73, 125, 0.582);
    transition: all 0.3s ease;
}

.languages:hover .languages-item {
    height: auto;
}
.languages-item a {
    padding: 5px 10px;
    width: 100%;
    display: block;
}
.languages-item img {
    width: 29px;
    height: 23px;
    margin: 5px 0;
}

.search {
    cursor: pointer;
    padding: 0 7px;
    transition: all 0.3s ease;
}

.search:hover {
    background: rgba(31, 73, 125, 0.582);
}

.bars {
    padding: 0 7px;
}
.bars i {
    font-size: 20px !important;
}

/* ============================================== header navbar ========================================================== */
.header-navbar {
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
    position: relative;
    z-index: 1;
    padding: 0;
}
.header-navbar .navbar-nav .nav-item > .nav-link {
    color: #157fc4 !important;
    text-transform: uppercase;
}
.header-navbar .navbar-collapse {
    justify-content: center;
}
.header-navbar .navbar-nav > li > a {
    padding: 12px 8px !important;
    height: 100%;
}
.header-navbar .navbar-nav .nav-item > a:hover {
    background: #157fc4;
    color: #fff !important;
}
.header-navbar .navbar-nav .dropdown-menu {
    background: #157fc4;
    color: #fff;
    border-radius: 0px;
    border: none;
}
.header-navbar .navbar-nav .dropdown-menu .dropdown-item {
    padding: 8px 12px;
    display: block;
    color: #fff;
    font-size: 18px;
}
.header-navbar .navbar-nav .dropdown-menu > li:hover,
.header-navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #157fc4 !important;
    background: #fff !important;
}

/* ============================================== LOgo =============================================== */
.logo {
    max-width: 600px;
    display: flex;
    padding: 30px 0;
    align-items: center;
}
.logo-img {
    width: 125px;
    height: auto;
    margin-right: 20px;
}

.logo-title {
    font-size: 24px;
    background: -webkit-linear-gradient(0deg, #1f497d, #157fc4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700 !important;
    padding-top: 3px;
    margin-bottom: 0px;
}

/* ====================.sab-menu========================== */

.sub-menu {
    background: #fff !important;
    padding: 0;
}

.sub-menu .nav-item > a {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block !important;
    margin-right: 3px !important;
    background: #1f497d;
    color: #fff !important;
    padding: 7px 15px !important;
    font-family: "pt sans", "PTsans", Arial, sans-serif;
}

.sub-menu .nav-item > .dropdown-toggle::after {
    margin-left: 0.5rem;
}

.sub-menu .navbar-collapse {
    justify-content: end;
}

.sub-menu .navbar-nav .dropdown-menu {
    background: #1f497d;
    border-radius: 0;
    border: none;
    z-index: 10;
    min-width: 98.4%;
    text-transform: uppercase;
}
.sub-menu .navbar-nav .dropdown-menu .dropdown-item {
    color: #fff;
    padding: 8px 12px;
}

.sub-menu .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: #fff;
    color: #1f497d;
}

.sub-menu .dropdown-menu > li > ul {
    top: 0;
}
/* =============================================== footer ============================== */

footer {
    color: #fff;
    background: #181818;
    text-align: left !important;
    padding: 30px;
}
footer h2 {
    font-size: 16px;
    margin-bottom: 15px !important;
    border-bottom: 1px dotted #545454;
    padding-bottom: 15px !important;
}
footer .copy {
    text-align: center;
}

footer h3 {
    text-align: center;
    margin-bottom: 20px !important;
    text-transform: uppercase;
}
footer i {
    align-self: center;
    font-size: 24px;
}

footer a,
footer b,
footer p {
    font-size: 15px;
}

footer a {
    color: #828282;
}

footer a:hover {
    color: #fff;
    text-decoration: underline !important;
}
footer span {
    display: flex;
    align-items: flex-start;
}

footer img {
    width: 40px;
    height: auto;
    margin-top: 5px;
    margin-right: 5px;
}
footer h4 {
    color: #fff;
    font-size: 20px !important;
    text-align: center !important;
    margin-top: 15px !important;
}

/* ================================== carousel ========================================== */
.body-slider {
    overflow: hidden;
    max-height: 614px;
    height: 65vw;
}
#slider ul {
    position: relative;
}
#slider ul li {
    position: relative;
    /*display: block;*/
    /*float: left;*/
    margin: 0;
    padding: 0;
    width: 100vw;
    background: #ccc;
}
#slider ul li img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    max-height: 614px;
}
.slider-content {
    position: absolute;
    max-height: 94%;
    top: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 30px;
}
.slider-content__title {
    margin-bottom: 20px !important;
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
}
.slider-content__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px !important;
}
.slider-content__link {
    display: inline-block;
    color: #157fc4;
    font-size: 16px;
    background: #dcecf6;
    border: none;
    padding: 5px 20px;
    border-radius: 20px;
    transition: 0.3s ease;
}
.slider-content__link:hover {
    color: #fff;
    background: #157fc4;
}
.slider-content__btns {
    display: flex;
    height: 50px;
    width: 80px;
    justify-content: space-between;
    margin-top: 20px;
}
a.control_prev,
a.control_next {
    z-index: 999;
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}
a.control_prev:hover,
a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}
.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}

/* ================================================= main news ================================================= */
.breaking {
    margin: 40px 0;
}
.breaking__title h4 {
    color: #366091;
    font-weight: 900;
    line-height: 25px;
    font-size: 18pt;
    margin-bottom: 16px !important;
}
.breaking__content {
    width: 100%;
    height: auto;
    padding: 30px;
    border-top: solid 4px #157fc4;
    border-radius: 4px;
    background: white;
    color: #828282;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
}

.breaking__card {
    display: flex;
    justify-content: space-between;
}

.breaking__card img {
    height: auto;
    padding-right: 35px;
}

.breaking__card-info {
    text-align: justify;
    display: flex;
    flex-direction: column;
}

.breaking__card-info h3 {
    margin-bottom: 20px !important;
    color: #366091 !important;
    font-weight: 900 !important;
    line-height: 25px !important;
    font-size: 18pt !important;
}

.breaking__card-info p {
    font-size: 16px;
    line-height: 24px;
}

.breaking__card-info a {
    display: inline-block;
    bottom: 10px;
    color: #fff;
    padding: 10px 25px;
    background: #157fc4;
    border-radius: 40px;
    color: #fff;
    transition: 0.3s ease;
    border: 1px solid #157fc4;
    right: 0;
    align-self: flex-end;
    width: 107px;
    margin-top: 10px;
}

.breaking__card-info a:hover {
    background: transparent;
    color: #157fc4;
}

/* =================================================== events =========================================================== */
.events-top {
    display: flex;
    justify-content: space-between;
}
.events-top__title h4 {
    color: #366091 !important;
    font-weight: 700 !important;
    line-height: 25px !important;
    font-size: 18pt !important;
}
.events-top__link a {
    font-size: 16px;
    line-height: 20px;
    color: #157fc4;
}
.events__main-card {
    width: 100%;
    height: auto;
    padding: 30px;
    border-top: solid 4px #157fc4;
    border-radius: 4px;
    background: white;
    color: #828282;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
    margin: 20px 0;
    display: flex;
}

.events__main-card__img {
    height: auto !important;
    padding-right: 30px !important;
}

.events__main-card__info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.events__main-card__info a {
    color: #157fc4 !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px !important;
    cursor: pointer;
}

.events__main-card__info p {
    font-size: 16px;
    line-height: 24px;
}

.events-cards {
    /* display: flex; */
    /* justify-content: space-between; */
    margin-bottom: 40px;
}

.events-cards .card {
    padding: 30px;
    color: #828282;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
    margin-top: 20px;
}

.events-cards .card-body {
    padding: 0 !important;
    margin-top: 16px;
}

.events-cards .card img {
    width: 100%;
    height: auto;
}

.events-cards .card-body .card-link {
    color: #157fc4;
}

.events-cards .card-body .card-link:hover {
    text-decoration: underline !important;
}

/* ============================ =================== news =====================================================  */
.news {
    margin-bottom: 60px;
}
.news-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.news-top__title h4 {
    color: #366091 !important;
    font-weight: 700 !important;
    line-height: 25px !important;
    font-size: 18pt !important;
}
.news-top__link a {
    font-size: 16px;
    line-height: 20px;
    color: #157fc4;
}

.news-left {
    padding: 0 !important;
    border-top: solid 4px #157fc4;
    border-radius: 6px 6px 6px 6px;
}

.news-left .card {
    width: 100% !important;
    height: auto;
    padding: 30px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
    color: #828282;
}

.news-left .card-date {
    margin-bottom: 20px !important;
}

.news-left .card .card-body {
    padding: 0 !important;
    margin-top: 40px;
}

.news-left .card .card-body .card-link {
    color: #157fc4;
    font-size: 16px;
    font-weight: 500;
}

.news-left .card .card-body .card-link:hover {
    text-decoration: underline !important;
}

.news-right {
    padding: 30px !important;
    border-radius: 6px 6px 6px 6px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
    color: #828282;
}

.news-image {
    position: relative;
}

.news-image .news-date {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #366091;
    color: #fff;
    padding: 5px;
    font-weight: bold;
}

.right-item__info-link {
    display: flex;
    justify-content: space-between;
}
.news-right__item {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.news-right__item:last-child {
    border-bottom: none;
}

.news-right__item-date {
    margin-bottom: 20px !important;
}

.news-right__item-info img {
    float: left;
    width: 120px !important;
    height: 120px !important;
    margin-right: 20px;
    object-fit: cover;
    object-position: center;
}

.news-right__item-info a {
    color: #157fc4;
    font-size: 16px;
    font-weight: 500;
}
.news-right__item-info a:hover {
    text-decoration: underline !important;
}

.right-item__info-text {
    font-weight: 300;
    margin-top: 20px !important;
}

.line {
    margin: 20px 0;
    height: 1px;
    width: 100%;
    background: #82828288;
}

.news-cards img {
    height: 200px;
    object-fit: cover;
}

/* ===================================== instagram ================================== */
.social .top {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    background: white;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 50px !important;
}

.social h3 {
    color: #366091 !important;
    font-weight: 900 !important;
    line-height: 25px !important;
    font-size: 18pt !important;
    text-align: center;
    margin-bottom: 20px !important;
}

.social .instagram .eapps-instagram-feed {
    margin: 0 auto !important;
}

.social .facebook .eafr-widget-height-fixed {
    max-width: 500px !important;
    height: 724px !important;
    margin: 0 auto !important;
}

.social .facebook .eafr-widget-height-fixed > div {
    height: 100% !important;
    width: 100% !important;
}

.eafr-widget-with-background-color .eafr-widget-content-inner {
    background: #fff !important;
}

.facebook .eafr-widget-root.jsx-3373849808 a {
    color: #fff !important;
    display: none !important;
}

.instagram .eapps-link {
    display: none !important;
}

.social .bottom {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    background: white;
    padding: 40px 0;
    text-align: center;
}

.instagram .item .lSPager {
    display: none;
}
/* .instagram .item ul {
  padding: 0 60px !important;
  margin: 0 auto;
  overflow: hidden;
} */
.instagram .item li {
    overflow: hidden;
    width: 326.5px !important;
    height: 250px !important;
    padding: 0 5px;
}
.instagram .item li img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center top;
}
.youtube .yottie-widget {
    margin: auto !important;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3) !important;
}

.youtube > div {
    position: relative !important;
    padding: 20px;
}

.youtube > div > div {
    position: absolute !important;
    top: -10px;
    left: 80px;
}

/* ========================= stat =============================== */
.stat {
    padding: 70px 0;
    background: url("/images/statbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff !important;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%);
}

.stat .stat-inner h1 {
    font-size: 24px;
    margin-bottom: 30px !important;
}
.stat .stat-inner span {
    font-size: 60px;
    font-weight: 700;
}

/* =========================================== abituriyent ============================================================= */

h1 {
    font-weight: 100;
    font-size: 32px;
    padding: 40px;
    color: #fff;
}

#breadcrumb {
    list-style: none;
    display: inline-block;
}

#breadcrumb .icon {
    font-size: 14px;
}

#breadcrumb li {
    float: left;
}

#breadcrumb li a {
    color: #fff;
    display: block;
    background: #2980b9;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
}

#breadcrumb li:nth-child(even) a {
    background-color: #2980b9;
}

#breadcrumb li:nth-child(even) a:before {
    border-color: #2980b9;
    border-left-color: transparent;
}

#breadcrumb li:nth-child(even) a:after {
    border-left-color: #2980b9;
}

#breadcrumb li:first-child a {
    padding-left: 15px;
    background-color: #2980b9;
}

#breadcrumb li:first-child a:before {
    border: none;
}

#breadcrumb li:last-child a {
    padding-right: 15px;
    background: #1d557a;
}
#breadcrumb li:nth-child(even):last-child a:before {
    border-color: #1d557a;
    border-left-color: transparent;
}

#breadcrumb li:last-child a:after {
    border: none;
}

#breadcrumb li a:before,
#breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #2980b9;
    border-width: 20px 10px;
    width: 0;
    height: 0;
}

#breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}

#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #2980b9;
}

#breadcrumb li a:hover {
    background-color: #1d557a;
}

#breadcrumb li a:hover:before {
    border-color: #1d557a;
    border-left-color: transparent;
}

#breadcrumb li a:hover:after {
    border-left-color: #1d557a;
}

#breadcrumb li a:active {
    background-color: #1d557a;
}

#breadcrumb li a:active:before {
    border-color: #1d557a;
    border-left-color: transparent;
}

#breadcrumb li a:active:after {
    border-left-color: #1d557a;
}

/*  ====================== content nav ============================= */
.content {
    margin: 50px auto;
    justify-content: space-between;
}
.content-nav {
    padding-bottom: 20px;
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 30px;
    overflow: hidden;
}
.content-nav h4 {
    background: #366091;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    padding: 7px 15px !important;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 14px !important;
}

.content-nav a {
    padding: 5px 19px;
    /**text-transform: capitalize;*/
    color: #157fc4;
    font-size: 17px;
    display: inline-block;
}

.content-nav a.active {
    color: #1c1c1c;
    border-left: 5px solid #157fc4;
    padding-left: 20px;
}

.content-nav a:hover {
    text-decoration: underline !important;
}

.content-nav a.active:hover {
    text-decoration: none !important;
}

.content-body {
    margin-left: 30px;
}

.white-box {
    padding: 30px;
    overflow: hidden;
    background: #fff;
    color: #828282;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    border-radius: 5px;
}

.white-box__title {
    color: #366091 !important;
    font-weight: 900 !important;
    line-height: 25px !important;
    font-size: 18pt !important;
    margin-bottom: 20px !important;
}

.white-box__list p,
.white-box__list h4 {
    margin-bottom: 18px !important;
}

.white-box__img {
    max-width: 250px;
    max-height: 250px;
    min-width: 200px;
    min-height: 200px;
    object-fit: cover;
    object-position: center;
    float: left;
    margin: 0 10px 10px 0;
}
.white-box__text {
    text-align: justify;
}

.white-box nav .pagination .active a {
    border-color: #366091;
    background: #366091;
}

/*Modal window for qabul ways*/
.popup-fade {
    display: none;
}
.popup-fade:before {
    content: "";
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}
.popup {
    position: fixed;
    top: 5%;
    left: 5%;
    padding: 40px;
    width: 90%;
    margin: 20px;
    /*margin-left: -512px;*/
    background: #fff;
    border: 1px solid orange;
    border-radius: 4px;
    z-index: 99999;
    opacity: 1;
    height: max-content;
    overflow: scroll;
}
body.modal-open {
    overflow: hidden;
}
body.modal-close {
    overflow: auto;
}
.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

/*Qabul boxes-----------------------------------------*/
.qabul-box h2 {
    margin: 25px 0 !important;
    padding: 20px !important;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    background: #0d6efd;
}
.qabul-box .card {
    min-height: 300px;
    text-align: center;
    padding: 15px;
    margin-bottom: 25px;
    background: url("/storage/240_F_37617464_s4gutymaefdL27CqgGKKLXYRgrYisHma.jpg");
    background-size: cover;
}
.qabul-box .card .card-title {
    margin-bottom: 15px !important;
}

.qabul-box .card i {
    font-size: 93px;
    color: #8798bd;
}
/* ==================================== image slider ======================================= */

.image-container {
    display: flex;
    justify-content: space-between;
}
.image-container article {
    width: 24% !important;
    height: 200px !important;
    overflow: hidden;
}

.img-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.img-container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.img-content {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 1s ease;
    color: #000;
    opacity: 0;
}

.img-container:hover .img-content {
    opacity: 1;
    background: #157ec4e8;
    /* rgba(255, 99, 71, 0.712) */
}

.zoom-text {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    transition: transform 0.2s linear;
}

.zoom-text:hover {
    cursor: zoom-in;
    transform: scale(1.1);
}

/******** js related *******/

.image-view {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    display: none;
    z-index: 1000;
}

.image-box {
    width: 70vw;
    height: 80vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background: tomato;*/
    display: none;
    z-index: 1001;
}

#prev-btn,
#next-btn {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    cursor: pointer;
}

#prev-btn {
    border-right: 40px solid grey;
    left: -50px;
}

#next-btn {
    border-left: 40px solid grey;
    right: -50px;
}

#next-btn:hover,
#prev-btn:hover {
    opacity: 0.6;
}

/*==================== Faculties ===============================*/
.white-box__item {
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-bottom: 10px !important;
}
.white-box__item:hover {
    box-shadow: 0 15px 25px 0 rgb(0 0 0 / 10%);
}
.white-box__item-name {
    position: relative;
    font: normal 22px/30px "PT Sans", PTsans, Arial, sans-serif;
    padding: 20px 40px 20px 25px !important;
    margin: 0;
    text-align: center;
    color: #157fc4;
    cursor: pointer;
}
.white-box__item-icon {
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
    transition: all 0.3s linear;
}
.white-box__item .table > :not(caption) > * > * {
    padding: 15px;
}
.white-box__item-info {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s linear;
}

.white-box__item-table .table {
    margin-bottom: 0 !important;
}
.detailed {
    padding: 5px 25px;
    border-radius: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
    margin-top: 15px;
}
.detailed:focus {
    box-shadow: none !important;
}

.chairs {
    padding: 10px 20px !important;
    padding-bottom: 0px !important;
}

.chair-title {
    width: 100%;
    margin: 10px 0 !important;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
}

.chair-title a {
    display: block;
    color: #fff;
    font: normal 20px/30px "PT Sans", PTsans, Arial, sans-serif;
    background: #157fc4;
    text-decoration: none;
    padding: 10px 30px 10px 15px !important;
    border-radius: 5px;
    transition: 0.3s linear;
}

/*=========================================== news-card ---------------------------------*/
.content-page-title {
    color: #366091;
    margin-bottom: 25px;
}
.news-cards {
    display: flex;
    flex-wrap: wrap;
}

.news-cards .card {
    flex: 1 1 auto;
    width: 17rem;
}

.news-cards .card .card-title a {
    font-size: 16px;
}
.news-cards .card .card-body {
    position: relative;
    padding-bottom: 50px;
}
.news-cards .card .card-body .card-text {
    font-size: 14px;
    margin: 10px 0px 15px !important;
}

.news-cards .card .card-body .btn-primary {
    position: absolute;
    left: 16px;
    bottom: 10px;
    background: #2980b9;
}
.news-cards .card .card-body .btn-primary:hover {
    background: #366091 !important;
}

/*========================================= teachers ==============================================*/
.teacher {
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 3px dotted #ccc;
}
.teacher:last-child {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    border-bottom: none;
}
.teacher-name {
    font-weight: normal;
    font-size: 26px;
    color: black;
    display: grid;
    place-items: center;
    padding-left: 15px;
}
.teacher img {
    padding-right: 15px;
    max-height: 400px;
    object-fit: cover;
    object-position: top center;
}
.teacher .table > :not(caption) > * > * {
    padding: 1rem !important;
}

.teacher .table {
    margin-top: 20px;
    margin-bottom: 30px;
}

.teacher .table tbody td {
    width: 50% !important;
}

/******************************************* Interaktiv xizmatlar **********************************/

.card-item {
    padding: 15px;
    box-shadow: 0 5px 15px 0 rgba(0 0 0 / 10%);
    border-radius: 7px;
    margin: 20px 0 !important;
}

.card-item__icon {
    font-size: 80px;
    margin-left: 50%;
    transform: translateX(-50%);
    color: #000;
}

.card-item__links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card-item__links a:first-child {
    margin-right: 7px !important;
}
.card-item__links a {
    font-size: 15px;
    font-weight: 400;
    color: #157fc4;
    line-height: 1.7;
}
.card-item__links a:hover {
    color: #035388;
    text-decoration: underline !important;
}

.card-item__info {
    font-weight: 500;
    line-height: 1.2;
    font-size: 16px;
    margin: 10px 0 !important;
    color: #000;
}

/*************************************************** history block ***************************************/

.history-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.521);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    transition: all 0.3s ease;
}
.history-modal.active {
    transform: scale(1);
}

.history-modal__wrapper {
    position: relative;
    width: auto;
    max-width: 90%;
    height: 90%;
}

.history-modal__bars {
    position: absolute;
    color: white;
    font-size: 30px;
    font-weight: 600;
    top: -20px;
    right: -30px;
    cursor: pointer;
}

.modal-chevron {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(34, 34, 34, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.modal-right {
    right: -65px;
}

.modal-left {
    left: -65px;
}

.history-modal__title {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 24px !important;
    color: #000 !important;
    -webkit-text-stroke: 0.8px #fff;
}

.history-modal img {
    width: 100%;
    height: 100%;
}

.white-box.history {
    padding: 0;
    overflow: hidden;
}
.black-block {
    width: 150%;
    height: 500px;
    border-radius: 50%;
    bottom: -350px;
    left: -40%;
    position: absolute;
    z-index: 10;
    background-color: #fff;
}
.history-top {
    position: relative;
    padding: 30px !important;
    background-image: url("/storage/main-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
}

.history__title {
    color: #fff;
    text-shadow: 1px 1px 6px #000;
    font-weight: 500;
    line-height: 35px;
    font-size: 30px;
    padding-left: 21% !important;
    text-transform: uppercase;
    text-align: right;
}

.history-top_img {
    position: absolute;
    top: 200px;
    right: 70px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    z-index: 15;
    border: 3px solid #ae7b43;
}

.white-box.history h3 {
    color: #000;
    font-weight: 900;
    line-height: 25px;
    font-size: 24px;
}

.intro {
    display: flex;
    align-items: center;
    margin-bottom: 10px !important;
}

.history-date {
    min-width: 120px;
    height: 40px;
    border-radius: 50%;
    background-color: burlywood;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px !important;
    font-weight: 900;
    font-size: 17px;
    border: 2px solid #ae7b43;
    padding: 0 10px !important;
}
.history-info {
    padding: 30px !important;
}
.history-info li {
    margin-bottom: 30px !important;
}

.history-info img {
    cursor: pointer;
    width: 300px;
    height: auto;
    border: 3px solid #ccc;
}
.right-img {
    float: right;
    margin-left: 20px !important;
}
.left-img {
    float: left;
    margin-right: 20px !important;
}

.history-text {
    text-align: justify;
}

/************************************************* end history block ******************************************/

/***************************************************** Moliyaviy faoliyat *************************************/
.moliya-year {
    font-size: 25px;
    color: #546da5;
    margin-bottom: 5px !important;
}

.moliya-list {
    padding-left: 40px !important;
    padding-bottom: 16px !important;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
    margin-bottom: 16px !important;
}

.moliya-list:last-child {
    padding-bottom: 0px !important;
    border-bottom: none;
    margin-bottom: 0px !important;
}

.moliya-list__item {
    list-style-type: disc !important;
    color: #546da5 !important;
}
.moliya-list__item a {
    color: #5e76aa !important;
}
/****** media queries **********************************************************************/

@media (max-width: 1199.98px) {
    .content.container > div {
        margin: 0 auto;
    }
    .content-body {
        margin-bottom: 20px !important;
    }
}
@media (max-width: 991.98px) {
    .header-navbar {
        background: linear-gradient(90deg, #1f497d, #157fc4);
    }
    .header-navbar .navbar-nav {
        display: flex;
        align-items: center;
        flex-direction: column;
        background: rgba(24, 24, 24, 0.3);
        margin: 20px 0 !important;
        border-radius: 3px;
    }
    .header-navbar .navbar-nav > li {
        width: 100%;
        text-align: center;
    }
    .header-navbar .navbar-nav .nav-item > .nav-link {
        color: #fff !important;
    }
    .header-navbar .navbar-nav > li > ul > li {
        text-align: center;
    }
    .image-container {
        grid-template-columns: 1fr;
    }

    .image-box {
        height: 55vh;
    }

    .breaking__card img {
        padding: 0;
    }
    .events__main-card__img {
        padding: 0px !important;
    }
    .content-body {
        margin: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .slider-content {
        top: 0;
        padding: 20px;
    }
    .slider-content__title {
        font-size: 21px;
        line-height: 1;
        margin-bottom: 10px !important;
    }
    .slider-content__text {
        font-size: 14px;
    }
    .events__main-card__info p {
        text-align: justify;
    }

    .white-box__img {
        width: 150px;
        height: 150px;
    }

    .history__title {
        padding: 0 !important;
    }
    .history-top_img {
        right: 50%;
        transform: translateX(50%);
    }

    .content__breadcrumb #breadcrumb li:first-child a {
        background-color: transparent !important;
        color: #2980b9;
    }

    .content__breadcrumb #breadcrumb li a {
        background-color: transparent !important;
        color: #2980b9;
        margin-right: 5px;
    }
    .content__breadcrumb #breadcrumb .icon {
        font-size: 18px;
    }

    .content__breadcrumb #breadcrumb li a:after {
        background-color: transparent !important;
        border: 0 solid transparent;
    }
    .content__breadcrumb #breadcrumb li a:before {
        background-color: transparent !important;
        border: 0 solid transparent;
    }
}

@media (max-width: 677.98px) {
    .image-box {
        height: 40vh;
    }
}

@media (max-width: 575.98px) {
    #slider {
        height: auto;
    }
    .body-slider .slider-content {
        background: none;
    }
    .slider-content {
        height: 100%;
    }
    .slider-content__btns {
        bottom: 0px;
        position: absolute;
        left: 30px;
    }
    .slider-content__btns a {
        background-color: rgba(0, 0, 0, 0.7);
    }
    .slider-content__title {
        display: none;
    }
    .slider-content__text {
        display: none;
    }
    .slider-content__link {
        display: none;
    }
    .logo-img {
        width: 85px;
        margin-right: 15px;
    }

    .logo-title {
        font-size: 22px;
    }
    .white-box__text {
        font-size: 14px;
        text-align: justify;
    }

    #breadcrumb .icon {
        font-size: 10.5px;
    }

    #breadcrumb li a {
        height: 30px;
        line-height: 30px;
        padding: 0 7.5px 0 3.75px;
        text-align: center;
        margin-right: 17.25px;
        font-size: 15px;
    }

    #breadcrumb li:first-child a {
        padding-left: 11.25px;
    }

    #breadcrumb li:last-child a {
        padding-right: 11.25px;
        background: #1d557a;
    }
    #breadcrumb li a:before,
    #breadcrumb li a:after {
        border-width: 15px 7.5px;
    }

    #breadcrumb li a:before {
        left: -15px;
    }

    footer h4 {
        margin-top: 20px !important;
        font-size: 16px !important;
    }

    .history__title {
        font-size: 24px;
    }
    .history-top_img {
        width: 250px;
        height: 250px;
    }

    .history-info .intro {
        flex-direction: column;
    }

    .history-info .intro h3 {
        margin-bottom: 10px !important;
        text-align: center;
    }

    .history-info .history-text img {
        margin-left: 0;
        margin-bottom: 10px;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .image-box {
        height: 25vh;
    }

    .carousel-content {
        top: 0;
        padding: 10px;
    }

    .header-logo .logo {
        flex-direction: column;
        padding: 10px 0;
        text-align: center;
    }

    .logo-img {
        width: 70px;
        margin-right: 0;
        padding-bottom: 10px;
    }

    .logo-title {
        font-size: 20px;
    }

    .content-nav a {
        font-size: 14px;
    }

    .white-box__img {
        width: 100px;
        height: 100px;
    }

    .white-box__text {
        font-size: 12px;
    }

    .content__breadcrumb #breadcrumb .icon {
        font-size: 14px;
    }
    #breadcrumb li a {
        height: 25.45px;
        line-height: 25.45px;
        padding: 0 6.36px 0 3.18px;
        text-align: center;
        margin-right: 14.63px;
        font-size: 12px;
    }

    #breadcrumb li:first-child a {
        padding-left: 0;
    }

    #breadcrumb li:last-child a {
        padding-right: 9.54px;
    }

    #breadcrumb li a:before,
    #breadcrumb li a:after {
        border-width: 12.72px 6.36px;
    }

    #breadcrumb li a:before {
        left: -12.72px;
    }

    footer h3 {
        font-size: 18px !important;
    }
    footer span {
        font-size: 14px !important;
    }
}

@media (min-width: 992px) {
    .events-cards .card {
        width: 32% !important;
    }

    .events-cards .card:first-child {
        margin-left: 0 !important;
    }

    .events-cards .card:last-child {
        margin-right: 0 !important;
    }

    .news-content {
        display: flex;
        justify-content: space-between;
    }

    .news-content .news-left {
        width: 48%;
        margin-left: 0 !important;
    }

    .news-content .news-right {
        width: 48%;
        margin-right: 0 !important;
    }
}

/*Main Announcment*/
.ann-img {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: 0.5rem;
    }
}
/* ============ small devices .end// ============ */

/*=================== sliders ======================*/
