/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Trade Gothic W01 Light', sans-serif;
    font-style: normal;
    font-weight: normal;
}

a,
a:hover {
    text-decoration: none;
}

body {
    background-color: #ffff;
}


/* FULL MENU CHANGE */

body.full-menu-open {
    height: 100vh;
    overflow: hidden;
}

.full_menu_inner>ul>li {
    width: 300px;
    padding-right: 30px;
}

.full-menu-wrapper>.container {
    max-width: 1650px;
}

.full_menu_inner>ul>li>a,
.full_menu_inner ul li>a {
    color: #020105;
    display: block;
}

.full_menu_inner>ul>li>ul>li>ul {
    padding-left: 8px;
}

.full_menu_inner ul li>a {
    margin-bottom: 10px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    font-size: 16px;
}

.full_menu_inner ul li a {
    font-size: 15px;
}

.full_menu_inner ul li a:hover {
    font-weight: 600;
    color: #020105;
}

.hamburger-menu__close i {
    color: #a1a1a1;
}

.hamburger-menu::after {
    right: unset;
    left: 50px;
    top: -220px;
}

.full_menu_inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px !important;
    background-color: white;
}

.full_menu_inner::-webkit-scrollbar {
    width: 8px;
    background-color: white;
    border-radius: 10px !important;
}

.full_menu_inner::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #CE2F40;
}

.full_menu_inner {
    height: calc(100vh - 120px);
    overflow-y: scroll;
}

.full_menu_inner {
    margin: 0 -15px 0 0;
}


/* FULL MENU CHANGE */

.container {
    max-width: 1440px;
}

.wrapper {
    position: relative;
    overflow: hidden;
}


/*header*/

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.header-top {
    width: 100%;
    padding: 10px 0;
    background-color: #CE2F40;
}


/*header .container{*/


/*    max-width: 1560px;*/


/*}*/

.header-top-settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-number {
    margin-right: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
}

.header-number .dropdown-content {
    padding: 0 10px !important;
}

.header-number .dropdown>a {
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-number .dropdown button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-number .dropdown-content a:hover {
    background-color: #CE2F40;
}

.header-number .dropdown .dropdown-content {
    bottom: -22px!important;
    left: -10px !important;
    display: none;
    position: absolute;
    background-color: #CE2F40;
    z-index: 1;
}

.header-number .dropdown .dropdown-content a {
    font-size: 14px;
    line-height: 19px;
    color: #ffffff !important;
    white-space: nowrap;
}

.header-number:hover .dropdown .dropdown-content {
    display: block;
}

.header-number i {
    font-size: 18px;
    color: #ffffff;
    margin-right: 10px;
    margin-top: 2px;
    margin-left: 10px;
}

.header-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-socials a {
    display: block;
    margin-right: 25px;
}

.header-socials a i {
    font-size: 14px;
    color: #ffffff;
}
.header-socials a:nth-child(4) i{
    font-size: 18px;
}
.header-lang {
    margin-left: 35px;
    margin-bottom: 2px;
}

.header-lang-log {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-lang .dropdown button {
    color: #FFFFFF;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 19px;
}

.header-lang .dropdown .dropdown-menu {
    min-width: 100%;
    border: 0;
    padding: 0;
    background: #CE2F40;
    margin-top: 5px;
    left: -15px !important;
    /*width: 100%;*/
}

.header-lang .dropdown-menu .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px 15px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color: #ffffff;
}

.header-lang .dropdown-menu .dropdown-item:hover {
    background-color: #020105;
}

.header-login {
    display: block;
    margin-left: 35px;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff !important;
}

.header-bottom {
    /* padding: 18px 0; */
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
}

.header-bottom.active {
    background-color: #ffffff;
    padding: 16px 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.05);
}


/* .header-bottom:after {
    content: "";
    position: absolute;
    right: 0;
    background-color: rgb(0 0 0 / 30%);
    width: 74%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.header-bottom:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 60px solid rgb(0 0 0 / 30%);
    border-left: 70px solid transparent;
    position: absolute;
    top: 0;
    left: 425px;
} */

.header-bottom.active .header-bottom-menu>ul>li>a {
    color: #212121;
}

.header-bottom.active .header-bottom-menu>ul>li {
    /*margin-right: 40px;*/
}

.header-bottom.active:before {
    display: none;
    /*border-top: 56px solid #ffffff;*/
    /*box-shadow: 0 6px 3px -3px rgba(0, 0, 0,  0.05);*/
}

.header-bottom.active:after {
    display: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.05);
}

.header-bottom-search {
    margin-left: 35px;
}

.header-bottom.active .full-menu a i {
    color: #020105;
}

.header-bottom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-logo {
    display: none;
}

.header-bottom.active .header-logo {
    display: block;
}

.header-logo img {
    width: auto;
    height: 36px;
}

.header-bottom__menu-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1250px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 75px;
    margin-left: auto;
    position: relative;
    height: 56px;
}

.ru .header-bottom__menu-search {
    padding-left: 20px;
}

.ru .header-bottom.active .header-bottom__menu-search {
    padding-left: 0;
    margin-left: 0;
}

.header-bottom.active .header-bottom-menu>ul>li {
    padding: 10px;
}

.header-bottom.active .header-bottom__menu-search {
    height: 36px;
}

.header-bottom__menu-search::after {
    content: "";
    position: absolute;
    right: -100%;
    background-color: rgb(0 0 0 / 30%);
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.header-bottom__menu-search:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 56px solid rgb(0 0 0 / 30%);
    border-left: 60px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    z-index: -1;
}

.header-bottom-menu {
    padding-right: 75px;
}

.header-bottom-menu>ul {
    /*display: flex;*/
    /*align-items: center;*/
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ru .header-bottom-menu>ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


/*menuhover*/

.header-bottom-menu>ul>li {
    padding: 10px;
}

.header-bottom.active .new-navbar .nav-item .dropdown-menu {
    top: 40px !important;
}

.header-bottom-menu ul li:hover {
    background-color: #CE2F40;
}

.header-bottom-menu ul li:hover a {
    color: #ffffff!important;
}

.new-navbar .dropdown-menu .nav-item-2 a.dropdown-item:hover {
    padding-left: 5px;
}


/*end menuhover*/

.header-bottom-menu ul li a {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    /*font-family: 'TradeGothic LT', sans-serif;*/
}

.header-bottom-search a {
    display: block;
}

.header-bottom-search a i {
    font-size: 14px;
    color: #ffffff;
}

.full-menu a {
    display: block;
}

.full-menu a i {
    font-size: 20px;
    color: #ffffff;
}

.header-bottom.active>.new-navbar>.nav-item>.dropdown-menu {
    top: 45px !important;
}

.openMenu1 i {
    color: #212121;
}


/*end of header*/


/*home-slider*/

.home-slider {
    width: 100%;
    /*height: 700px;*/
}

.slider-item {
    position: relative;
    height: 100vh;
}

.slider-item__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.slider-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.slider-item__info {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.slider-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.slider-item__info_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-item__img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.slider-item__img.video:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(31, 60, 136, 0.3);
    position: absolute;
    z-index: 1;
}

.video {
    color: white !important;
}

.slider-item__info h1 {
    font-family: 'EB Garamond', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 60px;
    line-height: 78px;
    /*text-transform: capitalize;*/
    color: #FFFFFF;
    margin: 20px 0;
}

.slider-item__info p {
    font-family: 'EB Garamond', sans-serif;
    font-size: 72px;
    line-height: 84px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}

.slider-item__info_left__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.slider-item__info_left__buttons a {
    padding: 15px 70px;
    display: inline-block;
    height: 55px;
    background-color: #CE2F40;
    overflow: hidden;
    font-size: 24px;
    line-height: 23px;
    /* text-transform: uppercase; */
    color: #FFFFFF;
    margin-top: 60px;
    /* margin-right: 80px; */
    border-radius: 100px;
    white-space: nowrap;
}

.slider-item__info_left__buttons a:last-child {
    margin-right: 0;
}

.slider-item__info_left>* {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.owl-item.active .slider-item__info_left>* {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.owl-item.active .slider-item__info_left>*:nth-child(1) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.owl-item.active .slider-item__info_left>*:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.owl-item.active .slider-item__info_left>*:nth-child(3) {
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.owl-item.active .slider-item__info_left>*:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.slider-item__info_left-img {}

.slider-item__info_left-img img {
    width: auto!important;
    height: 120px;
}
#homeCarousel .owl-nav.disabled{
    display: none;
}
#homeCarousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#homeCarousel .owl-nav button:hover {
    background-color: transparent;
}

#homeCarousel .owl-nav button:focus {
    outline: none;
}

#homeCarousel .owl-nav button:nth-child(1) {
    position: absolute;
    left: 25px;
}

#homeCarousel .owl-nav button:nth-child(2) {
    position: absolute;
    right: 25px;
}

#homeCarousel .owl-nav button i {
    font-size: 50px;
    color: #ffffff;
}


/*end of home-slider*/

.mt80 {
    margin-top: 80px;
}


/*title*/

.title-allblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title {
    position: relative;
    margin: 0;
    /*font-family: 'TradeGothic LT', sans-serif;*/
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 29px;
    text-transform: uppercase;
    color: #020105;
}

.title:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 68px;
    height: 2px;
    background-color: #CE2F40;
}

.title-allblock a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #34383D;
    display: block;
    border-bottom: 1px solid #34383D;
}


/*end of title*/


/*home-news*/

.news-card {
    display: block;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    position: relative;
    min-height: 407px;
    margin-top: 30px;
}

.news-card__img {
    width: 100%;
    height: 255px;
}

.news-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.news-card__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 68px;
    height: 68px;
    background-color: #CE2F40;
    position: absolute;
    top: 0;
    right: 0;
}

.news-card__date h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
}

.news-card__date span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.news-card__info {
    padding: 20px 30px;
}

.news-card__info h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #020105;
    margin-bottom: 0;
}

.news-card__info hr {
    background-color: rgba(0, 0, 0, 0.07);
    margin: 20px 0;
}

.news-card__info span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: rgb(2, 1, 5);
}

.news-card__info span:nth-child(3) {
    margin-bottom: 10px;
}

.news-card__info span i {
    font-size: 13px;
    color: #CE2F40;
    margin-right: 12px;
}


/*end home-news*/


/*home-faculties*/

.faculties-card {
    display: block;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    position: relative;
    min-height: 430px;
    margin-top: 30px;
}

.faculties-card__img {
    width: 100%;
    height: 255px;
}

.faculties-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.faculties-card__info {
    padding: 20px 30px;
}

.faculties-card__info h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #020105;
    margin-bottom: 0;
}

.faculties-card__info hr {
    background-color: rgba(0, 0, 0, 0.07);
    margin: 20px 0;
}

.faculties-card__info p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #020105;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/*end of home-faculties*/


/*home-teachers*/

.teachers-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 390px;
    /*border: 0.5px solid rgba(2, 1, 5, 0.5);*/
    background-color: #ffffff;
    margin-top: 30px;
}

.teachers-card:hover .teachers-card__img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.teachers-card__img {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 40px;
}

.teachers-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.teachers-card h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 0;
}

.teachers-card span {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: rgba(2, 1, 5, 0.4);
    margin: 5px 0 20px 0;
    text-align: center;
    min-height: 45px;
}

.teachers-card p {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 0;
    color: rgba(2, 1, 5, 0.4);
    padding: 0 55px;
}

.hometeachers .owl-nav {
    position: absolute;
    top: -40px;
    right: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hometeachers .owl-nav button {
    width: 28px !important;
    height: 28px !important;
;
    display: -webkit-box !important;
;
    display: -ms-flexbox !important;
;
    display: flex !important;
;
    -webkit-box-align: center !important;
;
    -ms-flex-align: center !important;
;
    align-items: center !important;
;
    -webkit-box-pack: center !important;
;
    -ms-flex-pack: center !important;
;
    justify-content: center !important;
;
    background-color: #CE2F40 !important;
;
}

.hometeachers .owl-nav button:hover {
    background-color: #CE2F40 !important;
;
}

.hometeachers .owl-nav button:focus {
    outline: none !important;
;
}

.hometeachers .owl-nav button i {
    color: #ffffff;
    font-size: 20px;
}

.hometeachers .owl-stage-outer {
    padding: 15px;
    margin: -15px;
}


/*end of home-teachers*/


/*home-statistics*/

.home-statistics {
    width: 100%;
    height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-statistics__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.statistics-col {
    text-align: center;
}
.statistics-col img{
    width: auto;
    height: 55px;
    max-width: 64px;
}

.statistics-col i {
    font-size: 60px;
    color: #ffffff;
}

.statistics-col h1 {
    /*font-family: 'TradeGothic LT', sans-serif;*/
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin: 10px 0;
}

.statistics-col span {
    /*font-family: 'TradeGothic LT', sans-serif;*/
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}


/*end of home-statistics*/


/*home-last-news*/

.last-news__card {
    display: block;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    min-height: 432px;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 7px;
}

.last-news__card:hover .last-news__card-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.last-news__card:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.last-news__card-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.last-news__card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.last-news__card-title {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 40px;
    z-index: 1;
}

.last-news__card-title h1 {
    /*font-family: 'TradeGothic LT', sans-serif;*/
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 29px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.last-news__card-title span {
    /*font-family: 'TradeGothic LT', sans-serif;*/
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #ffffff;
}

.last-news__card1 {
    display: block;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    height: 245px;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 7px;
}

.last-news__card1:hover .last-news__card1-img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.last-news__card1:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.last-news__card1-img {
    width: 100%;
    height: 100%;
}

.last-news__card1-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.last-news__card1-title {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 20px;
    z-index: 1;
}

.last-news__card1-title h1 {
    /**/
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.last-news__card1-title span {
    /*font-family: 'TradeGothic LT', sans-serif;*/
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 22px;
    text-transform: capitalize;
    color: #ffffff;
}


/*end of home-last-news*/


/*home-students-say*/

.students-say__card {
    display: block;
    width: 100%;
    min-height: 140px;
    border: 0.5px solid rgba(2, 1, 5, 0.5);
    padding: 20px 40px;
    margin-top: 45px;
}

.students-say__card-imgtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -65px;
    margin-left: 30px;
}

.students-say__card-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.students-say__card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.students-say__card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.students-say__card-title span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    color: #CE2F40;
}

.students-say__card-title span:nth-child(2) {
    color: #020105;
}

.students-say__card p {
    font-size: 14px;
    line-height: 21px;
    color: #020105;
    margin: 0;
    margin-top: 10px;
}

#homestudentssay .owl-nav {
    position: absolute;
    top: -40px;
    right: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#homestudentssay .owl-nav button {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #CE2F40;
}

#homestudentssay .owl-nav button:hover {
    background-color: #CE2F40;
}

#homestudentssay .owl-nav button:focus {
    outline: none;
}

#homestudentssay .owl-nav button i {
    color: #ffffff;
    font-size: 20px;
}


/*end of home-students-say*/


/*footer*/

footer {
    padding: 40px 0;
    background-color: #020105c7;
}

.footer-logo {
    display: block;
    margin-bottom: 45px;
}

.footer-logo img {
    width: auto;
    height: 75px;
}

.footer-social span {
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer-subscribe-title {
    color: #fff;
}

.footer-social__items {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-social__items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    overflow: hidden;
    margin-right: 20px;
    transition: all 0.3s ease-in-out!important;
}
.footer-social__items a:hover{
    background-color: #ffffff!important;
    transition: all 0.3s ease-in-out!important;
}
.footer-social__items a:hover i:before{
    color: #020105c7!important;
}
.footer-social__items a:hover i{
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

.footer-social__items a i {
    font-size: 20px;
    color: #ffffff;
}

.footer-item ul {
    list-style: none;
}

.footer-item ul li {
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.footer-item ul li:nth-child(3){
    display: none;
}

.footer-item ul li a {
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}

.footer-subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-subscribe input {
    max-width: 170px;
    font-size: 12px;
    line-height: 21px;
    color: rgba(2, 1, 5, 0.4);
    border-radius: 0;
    border: 0;
}

.footer-subscribe button {
    padding: 5px 10px;
    display: inline-block;
    height: 32px;
    background-color: #CE2F40;
    overflow: hidden;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    white-space: nowrap;
    border: 0;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.footer-map {}

.footer-map img {
    width: auto;
    height: 290px;
    float: right;
}

.footer-copy {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-copy span {
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.footer-copy span a {
    color: #ffffff;
}


/*end of footer*/


/*page-breadcrumb*/

.page-breadcrumb {
    width: 100%;
    padding: 45px 0;
    margin-top: 90px;
}

.submenu-block .current-page {
    padding: 12px 32px;
    display: inline-block;
    /*height: 44px;*/
    background-color: #414141;
    overflow: hidden;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FCFCFD;
    /*white-space: nowrap;*/
    margin-bottom: 30px;
    /*font-family: 'TradeGothic LT', sans-serif;*/
}

.submenu-block ul {
    width: 100%;
    border-top: 1px solid #FCFCFD;
    border-bottom: 1px solid #FCFCFD;
    /* padding: 10px 0; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
}

.submenu-block ul li {
    padding: 15px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: -1px 0;
}

.submenu-block ul li:after {
    content: "";
    width: 1px;
    height: 15px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background-color: #FCFCFD;
    position: absolute;
    right: -1px;
}

.submenu-block ul li.active:after {
    display: none;
}

.submenu-block ul li.active {
    border: 1px solid #212121;
}

.submenu-block ul li:last-child:after {
    display: none;
}

.submenu-block ul li a {
    font-family: 'Trade Gothic W01 Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    position: relative;
    color: #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ru .submenu-block ul li a {
    font-size: 12px;
}

.submenu-block ul li a:hover {
    text-decoration: underline;
}

.breadcrumb-block .breadcrumb__links {
    margin: 55px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb-block .breadcrumb__links_m {
    margin: 5px 0;
}

.breadcrumb-block .breadcrumb__links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb-block .breadcrumb__links li a {
    font-size: 14px;
    line-height: 19px;
    /*text-transform: capitalize;*/
    color: #020105;
    /*font-family: 'TradeGothic LT', sans-serif;*/
}

.header-bottom.active .header-bottom__menu-search:before,
.header-bottom.active .header-bottom__menu-search:after {
    display: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f178" !important;
    font-family: FontAwesome;
    font-size: 18px;
    color: #020105;
}

.breadcrumb-block .breadcrumb__links li.active a {
    display: block;
    padding: 5px 10px;
    border: 0.5px solid #212121;
}

.breadcrumb-block h1 {
    font-size: 46px;
    line-height: 54px;
    /*text-transform: capitalize;*/
    color: #020105;
    /*font-family: 'TradeGothic LT', sans-serif;*/
}


/*end of page-breadcrumb*/


/*page-banner*/

.page-banner {
    /*padding: 135px 0;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 470px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-banner__content {
    font-size: 22px;
    line-height: 26px;
    color: #414141;
}

.page-banner__content strong {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 29px;
    color: #000000;
    /*margin-bottom: 15px;*/
    display: block;
}

.page-banner__content p {
    /*margin-bottom: 50px;*/
}


/*end of page-banner*/


/*pages*/

.pages {
    margin-top: 40px;
}

.content {
    width: 100%;
    padding: 15px 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    min-height: 350px;
}

.content-body {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #020105;
}
.content-body em{
    font-style: italic!important;
}
.content-body em strong{
    font-style: italic!important;
}

.content-body table {
    width: 100% !important;
    height: 100% !important;
}

.content-body strong {}

.content-body a {
    /*font-size: 14px;*/
    line-height: 19px;
    color: #CE2F40;
    text-decoration: underline;
}

.content-body p a {
    font-size: 18px;
}

.content-body p {
    margin-bottom: 15px;
}

.sidebar-menu {
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    padding: 20px 30px;
    margin-bottom: 30px;
}

.sidebar-title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-transform: capitalize;
    color: #CE2F40;
}

.sidebar-menu ul {
    list-style: none;
}

.sidebar-menu ul li {
    margin-top: 15px;
}

.sidebar-menu ul li.active a {
    color: #CE2F40;
}

.sidebar-menu ul li a {
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    color: #020105;
}

.event-calendar {
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    padding: 20px 30px;
}

.event-calendar__title h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #EE2F2E;
    margin-bottom: 0;
}

.event-calendar__card {
    display: block;
    margin-top: 20px;
    padding: 15px 45px 10px 20px;
    background-color: #FBFBFB;
    position: relative;
}

.event-calendar__card-img {
    width: 100%;
    height: 200px;
}

.event-calendar__card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.event-calendar__card-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 12px;
}

.event-calendar__card-text p {
    font-size: 14px;
    line-height: 135.9%;
    color: #CE2F40;
    text-transform: uppercase;
    font-weight: bold;
}

.event-calendar__card-text h1 {
    font-size: 15px;
    line-height: 135.9%;
    color: #020105;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}

.ru .event-calendar__card-text h1 {
    font-weight: normal;
}

.event-calendar__card-text span {
    font-size: 14px;
    line-height: 135.9%;
    letter-spacing: 0;
    color: #575757;
    white-space: nowrap;
    text-align: end;
}

.event-calendar__card-date {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #CE2F40;
    position: absolute;
    top: 25px;
    right: 20px;
}

.event-calendar__card-date h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
    margin: 0;
}

.event-calendar__card-date span {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.event-calendar__all {
    font-size: 14px;
    line-height: 19px;
    text-transform: capitalize;
    color: #CE2F40;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.event-calendar__all i {
    color: #CE2F40;
    font-size: 10px;
    margin-left: 5px;
}

.content-body__mediaimgs {
    -ms-flex: 0 0 340px;
    -webkit-box-flex: 0;
    flex: 0 0 340px;
    max-width: 340px;
    float: left;
    /*width: 100%;*/
    height: 225px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.content-body__mediaimgs img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.content-body__video {
    -ms-flex: 0 0 540px;
    -webkit-box-flex: 0;
    flex: 0 0 540px;
    max-width: 540px;
    float: left;
    /*width: 100%;*/
    /* height: 345px;*/
    padding-right: 15px;
    padding-bottom: 15px;
    display: block;
    position: relative;
}

.content-body__video:before {
    content: '\f144';
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 50px;
    position: absolute;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.content-body__video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.pages-content__banner {
    width: 100%;
    height: 375px;
    margin-bottom: 30px;
    overflow: hidden;
}

.pages-content__banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.mdis-learning-img {
    width: 100%;
    height: 210px;
    margin-bottom: 20px;
}

.mdis-learning-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.mdis-learning-img1 {
    width: 100%;
    height: 135px;
    margin-bottom: 20px;
}

.mdis-learning-img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.content-body ul {
    list-style: none;
}

.content-body ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    margin-bottom: 20px;
}
.content-body ul li p{
    margin-bottom: 0;
}

.content-body ul li:before {
    content: "";
    width: 5px;
    flex: 0 0 5px;
    height: 5px;
    background-color: #CE2F40;
    margin-right: 7px;
    margin-top: 7px;
}

.content-body iframe {
    width: 100%;
    height: 460px;
    margin: 20px 0;
}

.university-card {
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 20px rgb(0 0 0 / 7%);
    box-shadow: 0 4px 20px rgb(0 0 0 / 7%);
    padding: 35px 50px;
    margin-top: 30px;
    text-align: center;
}

.university-card__img {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}

.university-card__img img {
    /*width: 100%;*/
    /*!*height: 100%;*!*/
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
    /*-o-object-position: center;*/
    /*object-position: center;*/
}

.university-card h1 {
    font-size: 16px;
    line-height: 21px;
    color: #020105;
    margin: 0;
}

.university-card span,
.university-card a {
    /*font-size: 14px;*/
    line-height: 21px;
    color: #CE2F40;
    display: block;
    margin-top: 30px;
}


/*end of pages*/


/*leadership-card*/

.leadership-card {
    width: 100%;
    min-height: 250px;
    padding: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    margin-top: 30px;
}

.leadership-card__img {
    display: block;
    width: 100%;
    height: 225px;
}

.leadership-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

.leadership-card__content h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #CE2F40;
    margin-bottom: 0;
}

.leadership-card__content span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
}

.leadership-card__content span strong {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #020105;
}

.leadership-card__content span a {
    color: #CE2F40;
    display: block;
    margin-left: 2px;
    font-size: 18px;
    line-height: 22px;
}


/*end of leadership-card*/


/*repository-card*/

.repository-card {
    display: block;
    width: 100%;
    padding: 15px 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 20px rgb(0 0 0 / 7%);
    box-shadow: 0 4px 20px rgb(0 0 0 / 7%);
    margin-bottom: 30px;
    min-height: 496px;
}

.repository-card__img {
    width: 100%;
    height: 380px;
}

.repository-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.repository-card h1 {
    font-size: 20px;
    line-height: 22px;
    color: #020105;
    margin: 10px 0;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.repository-card span {
    font-size: 16px;
    line-height: 22px;
    color: #CE2F40;
    text-align: center;
    display: block;
}


/*end of repository-card*/


/* partner_university */

.partner-item {
    display: block;
    margin-top: 30px;
}

.partner_university-mobile{
    display: none;
}
/*start*/

.partner-item:hover .partner-imgBx:before {
    opacity: 1;
    top: -146%;
    left: -40%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.partner-imgBx img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.partner-item:hover .partner-imgBx img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


/*end*/

.partner-imgBx {
    width: 100%;
    height: 220px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.partner-info {
    /* padding: 0px 50px 25px 50px; */
    height: 165px;
    padding: 0 10px;
    padding-bottom: 25px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
}

.partner-info__imgBx {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.partner-info__imgBx img {
    width: unset !important;
    display: unset !important;
}

.partner-info__text {
    text-align: center;
}

.partner-info__text span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

::-moz-selection {
    background: #CE2F40;
    color: #FFFFFF;
}

::selection {
    background: #CE2F40;
    color: #FFFFFF;
}


/* Courses Section */

.courses-item {
    display: block;
}

.courses-item:hover .courses-imgBx img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.courses-main {
    width: 100%;
    background: #CE2F40;
    padding: 52px 0;
}

.courses-imgBx {
    width: 100%;
    height: 225px;
    overflow: hidden;
}

.courses-imgBx img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.course-info {
    width: 100%;
    height: 60px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.course-info span {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}


/* Campus Event */

.campus-event__imgBx {
    width: 100%;
    height: 305px;
    overflow: hidden;
}

.campus-event__imgBx img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.campus-event__info {
    position: relative;
    padding: 0 25px;
    padding-bottom: 40px;
    width: 100%;
    height: 230px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
}

.campus-date {
    width: 62px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #CE2F40;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.campus-date small {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    text-align: center;
}

.campus-date span {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.campus-event__item {
    display: block;
    margin-top: 30px;
}

.campus-event__item:hover .campus-event__imgBx img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.campus-type {
    padding-top: 13px;
    padding-bottom: 14px;
}

.campus-type span {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #CE2F40;
}

.campus-text p {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #020105;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 72px;
}

.campus-time h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #020105;
}

.campus-event_inner__info {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.campus-time {
    /* display: block; */
    margin-top: 37px;
}

.pagination-main {
    text-align: center;
    margin-top: 30px;
    padding: 15px 0;
}

.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    float: left;
}

.content-body .pagination ul li:before {
    display: none;
}
.content-body ol{
    padding-left: 25px;
}
.pagination ul li a {
    font-size: 18px;
    padding: 4px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination ul li.active a {
    color: #ffffff;
    background: #CE2F40;
    font-weight: 600;
}

.pagination ul li.page a {
    color: #737373;
}

.pagination ul li.page a:hover {
    color: #CE2F40;
}

.docs-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.docs-list ul li {
    margin-bottom: 15px;
}

.docs-list ul li a {
    display: block;
    font-size: 17px;
    line-height: 23px;
    color: #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.docs-list ul li a:hover {
    color: #CE2F40;
}


/*contacts*/

.contacts {
    width: 100%;
}

.contacts__iframe {
    width: 100%;
    height: 630px;
    margin-top: 100px;
}

.contacts__iframe iframe {
    width: 100% !important;
    height: 100% !important;
}

.contacts-block {
    padding: 40px 50px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    position: relative;
    z-index: 0;
    margin-top: -130px;
}


.contacts-block__left h1 {
    font-size: 20px;
    line-height: 25px;
    color: #020105;
}

.contacts-block__left {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    color: #020105;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-input {
    font-size: 14px;
    line-height: 22px;
    color: #A0A0A0;
    margin-bottom: 20px;
    display: block;
}

.contacts-block__left a {
    font-size: 18px;
    line-height: 22px;
    color: #CE2F40;
}

.contact-btn {
    /* padding: 7px 40px; */
    display: inline-block;
    height: 32px;
    width: 130px;
    background-color: #CE2F40;
    overflow: hidden;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    white-space: nowrap;
    border: 0;
    border-radius: 0;
    margin-top: 20px;
}

.captcha-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#captcha_contacts {
    margin-left: 10px;
}

#captcha_contacts_button {
    margin-left: 10px;
}


/*end of contacts*/

.info_block__item {
    margin-bottom: 15px;
}

.info_block__item a {
    font-size: 20px;
}

.homecourses .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -42px;
}

.homecourses .owl-dots button.active span {
    background-color: #ffffff !important;
    /*border: 1px solid #020105;*/
}

.homecourses .owl-dots button:focus {
    outline: none !important;
}


/*event-fillters*/

.event-fillters {
    margin-top: 30px;
}

.event-fillters .event-input {
    /*margin-right: 80px;*/
}

.event-fillters .event-input:focus {
    outline: none !important;
}

.event-btn {
    padding: 5px 10px;
    display: inline-block;
    height: 33px;
    background-color: #CE2F40;
    overflow: hidden;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    white-space: nowrap;
    border: 0;
}

.event-input .dropdown-item.active {
    background-color: #020105c7;
}

.event-input .dropdown-item.active:hover {
    background-color: #020105c7;
}

.event-input .dropdown-item:hover {
    background-color: #CE2F40;
    color: #ffffff;
}

.event-input button .filter-option:focus {
    outline: none !important;
}


/*end of event-fillters*/


/*question*/

.question .card {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .125)!important;
}

.question .btn {
    color: #212121;
;
    text-decoration: none;
    white-space: normal;
    width: 100%;
    text-align: left;
}

.question .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.question-section .content p {
    margin: 0 0 15px;
}

.question {
    min-height: 200px;
}

.question .card-header {
    background-color: #F1F3F3!important;
}
.card-body img{
    max-width: 100%;
    height: auto;
}

.question .card:hover button {
    color: #CE2F40;
}


/*end of question*/

.teacher-content {
    margin-top: 30px;
}
.teacher-content ol{
    margin-left: 15px;

}


/*tabel*/

table,
table tr,
table td {
    border: 1px solid #dadada;
}
table ul, table ol{
    margin-left: 10px;
}

 table {
    width: 100%!important;
}

/*.content-body table tr:nth-child(2n + 1) {*/
/*    background: #f7f7f7;*/
/*}*/

 table td {
    padding: 10px 15px;
}

 table p {
    margin-bottom: 0;
}

.stacktable.small-only td,
.stacktable.small-only th {
    padding: 5px 10px;
    font-size: 13px;
}


/*end of tabel*/

.header-login__mobile {
    display: block!important;
}
.quick-links-mobile{
    display: none!important;
}
.news-view-content iframe{
    width: 100% !important;
    height: 460px!important;
    margin: 20px 0!important;
}

/*fixed_button*/
.fixed_button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #CE2F40;
    position: fixed;
    bottom: 55px;
    right: 45px;
    z-index: 9;
    color: #ffff;
    font-weight: bold;
}
.fixed_button:hover{
    color: #ffff;
}
.fixed_button i{
    font-size: 35px;
}

.fixed_button:before{
    content: "";
    color: #CE2F40;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #CE2F40;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/*end of fixed_button*/