/* About Home */
.about-main {
    width: 100%;
    height: 380px;
    position: relative;
    background: #234c6e;
    margin: 75px 0;
}

.about-main .about-slider {
    margin: -30px 0;
    padding: 0 15px 0 75px;

}

.about-main .about-slider .about-slider__main {
    position: relative;
}

.about-main .about-slider .about-slider__main:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% + 40px);
    border: 3px solid #d2c988;
    left: -20px;
    top: -20px;
    border-radius: 14px;
}

.about-main .about-slider .about-slider__main #about-carousel {
    border-radius: 14px;
}

.about-main .about-slider .about-slider__main #about-carousel .item {

}

.about-main .about-slider .about-slider__main #about-carousel .item .about-image__item {
    border-radius: 14px;
    overflow: hidden;
    height: 440px;
}

.about-main .about-slider .about-slider__main #about-carousel .item .about-image__item img {
    border-radius: 14px;
    height: 100%;
}

#about-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
    position: absolute;
    left: -75px;
    z-index: 2;
    bottom: 50%;
    transform: translateY(50%);
}

#about-carousel.owl-theme .owl-dots .owl-dot {
    display: block;
    zoom: 1;
    outline: none;
}

#about-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #d2c988;
}

#about-carousel.owl-theme .owl-dots .owl-dot.active span, #about-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #d2c988;
}

/*#graduates-carousel .owl-nav button i{font-size: 80px;color: #d2c988;}*/
.about-main .about-content {
    margin: 45px 0;
    overflow: hidden;
}

.about-main .about-content .about-title {
    padding-bottom: 15px;
}

.about-main .about-content .about-title h2 {
    font-size: 24px;
    color: #d2c988;
    margin: 0;
    line-height: 32px;
}

.about-main .about-content .about-home__text {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

.about-main .about-content .about-home__text p {
    line-height: 26px;
}

.about-main .about-content > a {
    font-size: 17px;
    color: #d2c988;
    padding: 3px 25px 5px;
    display: block;
    float: left;
    border: 1px solid;
    border-radius: 3px;
}

.about-main .about-content > a i.fa {
    font-size: 12px;
    margin-left: 5px;
}
.main {
    z-index: 1;
    position: relative;
    /*padding: 15px 0;*/
    background: #fff;
    margin: 40px 0;
}
.main__wrapper__video .owl-stage-outer {
    margin: -2px;
    padding: 2px;
}
.main__wrapper__video__item {
    display: block;
    /*padding-bottom: 30px;*/
}
#videoCarousel .main__wrapper__video__item__image img{
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.main__wrapper__news__list img{
    border-radius: 5px;
}
.navbar-nav{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.dropdown-toggle::after{
    display: none;
}
.dropdown-menu.sub-menu{
    position: absolute;
    transition: .3s all linear;
}
.main__wrapper__video .owl-control>span {
    width: 38px;
    height: 36px;
    border: 1px solid #0754c8;
    border-radius: 4px;
    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;
    cursor: pointer;
}
.main__wrapper__video .owl-control .counter {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main__wrapper__video .owl-control>span {
    width: 38px;
    height: 36px;
    border: 1px solid #003087;
    border-radius: 4px;
    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;
    cursor: pointer;
}
.main__wrapper__video .owl-control>span i {
    font-size: 10px;
    color: #003087;
}
.main__wrapper__video .owl-control .counter span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.main__wrapper__video .owl-control .counter span:first-child {
    font-family: var(--MuseoBold400);
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #01226b;
}
.main__wrapper__video .owl-control .counter span:last-child {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #003087;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}
.main__wrapper__video .owl-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 160px;
}
#videoCarousel .owl-item.active .main__wrapper__video__item__image {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}
.main__wrapper__video__item__info {
    padding-top: 25px;
    padding-right: 20px;
}
#videoCarousel .owl-item.active .main__wrapper__video__item__info {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}
.title-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: baseline;
    text-decoration: dotted;
}
.main__wrapper__news__header {
    margin-bottom: 15px;
}
.main__wrapper__news__header .title-flex{
    margin: 0;
}
.title-flex a {
    box-sizing: border-box;
    border-radius: 3px;
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #b0b0b0;
    padding: 0 3px;
    border-bottom: 1px dotted;
}
.main__wrapper__news__header{
    color: #003087;
}
#videoCarousel .main__wrapper__video__item__info {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.main__wrapper__video__item__info span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    color: #b0b0b0;
}
.main__wrapper__video__item__info span i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #b0b0b0;
    margin-right: 8px;
}
.main__wrapper__video__item__info h3 {
    /*font-family: var(--MuseoBold400);*/
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #363c44;
    margin: 15px 0;
}
/*.main__wrapper__news{*/
/*    margin-bottom: 50px;*/
/*}*/
.main__wrapper__news__list {
    overflow: hidden;
    /*height: 640px;*/
    /*padding-right: 15px;*/
    /*margin-right: 15px;*/
}
.main__wrapper__news__list__item {
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
}
.main__wrapper__news__list__item:last-child{
    border-bottom:none;
    padding: 20px 0 0;
}
.main__wrapper__news__list__item .image {
    height: 114px;
    max-width: 170px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    margin-right: 15px;
}
.main__wrapper__news__list__item .info {
    height: 100px;
    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;
}
.main__wrapper__news__list__item .info h4 {
    font-family: var(--MuseoBold400);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #363c44;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0;
}

.main__wrapper__news__list__item .info span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--MuseoLight);
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #b0b0b0;
}

.main__wrapper__news__list__item .info span i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #b0b0b0;
    margin-right: 8px;
}
.main__wrapper__news__list__item:first-child {
    padding-top: 0;
}
.main__wrapper__video__item__info p {
    font-family: var(--MuseoMedium400);
    font-weight: 400;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    color: #b0b0b0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.games {
    margin: 40px 0;
}

.games__main__header {
    margin-bottom: 30px;
}

.games__main__carousel {
    position: relative;
}

.games__main__carousel .owl-stage-outer {
    padding: 15px;
    margin: -15px;
}

.games__main__carousel .owl-nav {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.games__main__carousel .owl-nav button {
    width: 38px !important;
    height: 36px !important;
    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: #2f4978 !important;
    border-radius: 4px !important;
    margin: 0 !important;
    outline: none;
}

.games__main__carousel .owl-nav button.owl-prev {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.games__main__carousel .owl-nav button.owl-next {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.games__main__carousel .owl-nav button i {
    font-size: 14px;
    color: #fff;
}
.header-top.sticky>.container   {
    display: flex;
    align-items: center;
}

.partner-item {
    display: block;
    margin-bottom: 40px;
}
.partner_university .partner-item{
    margin-bottom: 0;
}
.dominance .title h2{
    margin-top: 40px;
}
.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;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.partner-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
    height: 90px;
    background: #003087;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.hometeachers .owl-stage-outer {
    padding: 15px;
    margin: -15px;
}
.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;
}

.special-icons .a-gradus{
    height: 24px;
}
.special-icons .a-gradus i{
    height: 40px;
    font-size: 50px;
    color: #ffb202;
}
.special-icons ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.special-icons.md{
    display: none;
}
.header-url.md{
    display: none;
}
.search-toggle.md{
    display: none;
}
#mySavolnomaForm{
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
}
.virtual{
    margin: 40px 0;
}
.news-content .nav-link:focus,
.news-content .nav-link:hover{
    color: #000000;
}

#mySavolnomaForm .opros-title{
    margin-top: 0;
}
.special-icons ul li:not(:last-child){
    margin-right: 10px;
}
.special-icons ul li{
    cursor: pointer;
}
.card-useful {
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .08);
    border-radius: 4px;
    padding: 20px;
    width: 100%;
}
.card-useful-header {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.card-useful-header-image {
    margin-right: 17px;
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
}
.card-useful-header p {
    /*font-weight: 600;*/
    font-size: 16px;
    line-height: 150%;
    color: #212121;
    margin: 0;
}
.card-useful-header-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.card-useful-body .a {
    /*font-weight: 600;*/
    font-size: 16px;
    line-height: 150%;
    color: #003086;
    background: rgba(0, 0, 0, .04);
    padding: 4px 8px;
    display: flex;
}
.card-useful-body a .svg {
    margin-right: 6px;
}
.card-useful-body .a .svg svg {
    fill: transparent;
    stroke: #003086;
}
.partner-info__text span {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    /*text-transform: capitalize;*/
    color: #fff;
    transition: opacity 0.3s ease;
}
.games__main__carousel__item {
    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: end;
    -ms-flex-pack: end;
    /*justify-content: flex-end;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px;
    height: 230px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 8px rgba(157, 165, 185, 0.2);
    box-shadow: 0px 2px 8px rgba(157, 165, 185, 0.2);
    border-radius: 1px;
}

.games__main__carousel__item__image {
    height: 125px;
    width: 195px;
}

.games__main__carousel__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.games__main__carousel__item h4 {
    text-align: center;
    font-family: var(--MuseoBold400);
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #363c44;
    /*text-transform: uppercase;*/
    margin-top: 10px;
}
/*.support {*/
/*    padding-top: 30px;*/
/*}*/

/*.support__main__header {*/
/*    margin-bottom: 30px;*/
/*}*/

.support__main__carousel {
    position: relative;
}

.support__main__carousel .owl-stage-outer {
    padding: 15px;
    margin: -15px;
}

.support__main__carousel .owl-nav {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.support__main__carousel .owl-nav button {
    width: 38px !important;
    height: 36px !important;
    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: #d9dde3 !important;
    border-radius: 4px !important;
    margin: 0 !important;
    outline: none;
}

.support__main__carousel .owl-nav button.owl-prev {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.support__main__carousel .owl-nav button.owl-next {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.support__main__carousel .owl-nav button i {
    font-size: 14px;
    color: #0754c8;
}

.support__main__carousel__item {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px;
    height: 230px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 8px rgba(157, 165, 185, 0.2);
    box-shadow: 0px 2px 8px rgba(157, 165, 185, 0.2);
    border-radius: 1px;
}

.support__main__carousel__item__image {
    height: auto;
    width: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support__main__carousel__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.support__main__carousel__item h4 {
    text-align: center;
    font-family: var(--MuseoBold400);
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #363c44;
    /*text-transform: uppercase;*/
    margin-top: 10px;
}
/* Our Advantages */
.our-advantages {
    background: #fff;
    padding: 25px 0 0;
}

.advantages-main {
    margin: 80px 0 0;
}

.advantages-main .main-row {
    margin: 0 -7.5px;
    display: inline-table;
    text-align: center;
}

.advantages-main .col-advantages {
    width: 25%;
    padding: 0 7.5px;
    display: inline-block;
}

.advantages-main .advantages-item {
    width: 100%;
    height: 290px;
    border: 3px solid #e7e7e7;
    margin-bottom: 80px;
    position: relative;
}

.advantages-main .advantages-item a {

}

.advantages-main .advantages-item .advantages-image {
    position: absolute;
    top: -60px;
    padding: 0 30px;
    background: #fff;
    right: 50%;
    transform: translateX(50%);
}

.advantages-main .advantages-item .advantages-image .advantages-image__circle {
    width: 120px;
    height: 120px;
    /*border: 3px solid #d2c988;*/
    /*border-radius: 50%;*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantages-main .advantages-item .advantages-image .advantages-image__circle i{
    font-size: 70px;
}
.advantages-main .advantages-item .advantages-image .advantages-image__circle img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.advantages-main .advantages-item .advantages-content {
    margin: 75px 0 15px;
    height: 194px;
    overflow: hidden;
    padding: 0 15px;
}

.advantages-main .advantages-item .advantages-content h2 {
    margin: 0;
    color: #00a8a6;
    font-size: 20px;
    margin-bottom: 15px;
}

.advantages-main .advantages-item .advantages-content p {
    color: #2f3941;
    font-size: 16px;
}



.study-programm {
    margin-bottom: 50px;
}

.program-row {
    margin-left: -7.5px;
    margin-right: -7.5px;
    overflow: hidden;
}

.program {
    padding: 7.5px;
}

.program-img img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.program-item a:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}

.program-item a:hover .program-bg {
    border-bottom: 160px solid rgba(0 169 167 /70%);
}

.program-title {
    /*background-color: #00a8a6;
    padding: 15px 0 100px 15px;*/
    position: absolute;
    bottom: 35px;
    right: 40px;
}

.program-bg {
    border-bottom: 160px solid rgba(0 169 167 /90%);
    border-left: 684px solid transparent;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
}

.program-img {
    position: relative;
    overflow: hidden;
}

.program-title h4 {
    margin: 0;
    color: #fff;
    font-size: 24px;
}

.news-col {
    width: 33.33333%;
    float: left;
    padding: 0 7.5px;
}

.news-item {
    background: #fff;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 4px 20px 0px rgba(128, 128, 128, 0.3);
}

.news-item a:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
    -moz-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}

.news-item .news-item__image {
    height: 200px;
    overflow: hidden;
}

.news-item .news-item__image img {
    width: 100%;
    height: 200px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news-item .news-item__content {
    height: 150px;
}

.news-item .news-item__content .news-item__title {

}

.news-item .news-item__content .news-item__title h2 {
    color: #00a8a6;
    font-size: 19px;
    font-family: Effra-Medium, sans-serif;
    margin: 10px 0;
    padding: 0 20px;
}

.news-item .news-item__content .news-item__date {
    width: 100%;
    overflow: hidden;
}

.news-item .news-item__content .news-item__date span {
    float: left;
    display: block;
    background: #d2c988;
    color: #00a8a6;
    font-size: 18px;
    padding: 2px 20px;
    border-bottom-right-radius: 6px;
}


.news-home .upcoming-events__col {
    width: 25%;
    padding: 0 7.5px;
    float: left;
}

.upcoming-events_home {
    background: #fff;
    padding: 15px 25px;
    border-radius: 6px;
    box-shadow: 0px 4px 20px 0px rgba(128, 128, 128, 0.3);
    height: 566px;
    overflow: hidden;
}

.upcoming-events_home .upcomings-title {

}

.upcoming-events_home .upcomings-title h2 {
    margin: 0;
    color: #00a8a6;
    font-family: Effra-Medium, sans-serif;
    font-size: 24px;
}

.upcoming-events_home .upcoming-events__main {
    min-height: 230px;
}

.upcoming-events_home .upcoming-events__main .upcoming-event__item {
    overflow: hidden;
    width: 100%;
    margin: 10.8px 0;
    height: 114px;
}

.upcoming-events_home .upcoming-events__main .upcoming-event__item a {

}

.upcoming-events_home .upcoming-events__main .upcoming-event__item .upcoming-event-item__date {
    float: left;
    background: #d2c988;
    padding: 5px 10px;
    border-radius: 6px;
    width: 50px;
    text-align: center;
}

.upcoming-events_home .upcoming-events__main .upcoming-event__item .upcoming-event-item__date span {
    color: #00a8a6;
    font-size: 18px;
    display: block;
    line-height: 22px;
    text-transform: lowercase;
}

.upcoming-events_home .upcoming-events__main .upcoming-event__item .upcoming-event-item__date span:first-child {
    font-size: 26px;
}

.upcoming-events_home .upcoming-events__main .upcoming-event__item .upcoming-event-item__title {
    width: calc(100% - 50px);
    float: left;
    padding: 0 0 0 15px;
    line-height: 50px;
}

.upcoming-events_home .upcoming-events__main .upcoming-event__item .upcoming-event-item__title h2 {
    margin: 0;
    font-size: 18px;
    color: #2f3941;
    /* transform: translate(0%, 50%);
         white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;*/
    vertical-align: middle;
    display: inline-block;
}

.news-home .all-news-link {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.news-home .all-news-link a.all-news {
    font-size: 17px;
    color: #00a8a6;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.upcoming-events_home a.all-events {
    font-size: 17px;
    color: #00a8a6;
    padding: 3px 25px 5px;
    display: inline-block;
    border: 1px solid #d2c988;
    border-radius: 3px;
    margin: 3px;
    text-align: center;
}

.news-home .all-news-link a.all-news i.fa {
    font-size: 12px;
    margin-left: 5px;
}

.upcoming-events_home a.all-events i.fa {
    font-size: 12px;
    margin-left: 5px;
}

/* Counters */
.counters {
    background: #fff;
    width: 100%;
    overflow: hidden;
}

.counters .counters-home {
    /*width: 100%;*/
    /*height: 380px;*/
    background-color: #253A60;
    /*background-image: url(../images/tmp/count-bg2.jpg);*/
    /*background-position: center center;*/
	/*background-position-y: -130px;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    margin: 0;
    padding: 0;
    position: relative;
}

.counters .counters-home:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    /*background: rgb(0 0 0 / 50%);*/
}

.counters-home .counters-main {
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 60px 0;
}

.counters-home .counters-main .item-counter {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.counters-home .counters-main .item-counter > img {

}

.counters-home .counters-main .item-counter > div {
    font-size: 60px;
    color: #FBB62D;
}

.counters-home .counters-main .item-counter > h4 {
    font-size: 22px;
    margin: 5px 0;
    font-family: Effra-Medium, sans-serif;
    padding: 0 30px;
}

/* graduates start */
.graduates {
    margin: 40px 0;
}
.featured-item-m {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.featured-item {
    height: 380px;
    border-radius: 10px;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.news__pages__body {
    padding: 20px 30px 0 30px;
}

.news__pages__body .featured-item-m{
    margin-bottom: 30px ;
}
.featured-item-content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 20px 20px 15px 20px;
    border-radius: 0 0 10px 10px;
}
.featured-item-m:hover .featured-item {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.featured-item-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
}
.featured-item-content p {
    color: #bbbbbb;
    margin-bottom: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* graduates end */
.mm-menu {
    background: #253A60;
    border-color: #747ea3;
    color: #fff;
}

.dl-menu_hambergur {
    position: relative;
    z-index: 1;
    display: block;
    cursor: pointer;
}

.dl-menu_hambergur span {
    display: block !important;
    width: 25px;
    height: 3px;
    margin-bottom: 4px;
    position: relative;
    background: #FBB62D;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

.dl-menu_hambergur span:nth-child(2) {

}

.dl-menu_hambergur span:first-child {
    transform-origin: 0% 0%;
}

.dl-menu_hambergur span:nth-child(2) {
    transform-origin: 0% 100%;
}

#close-button {
    /* font-size: 16px; */
    /* color: #fff; */
    /* position: absolute; */
    right: 0;
    top: 25px;
    position: absolute;
    z-index: 1;
    display: block;
    cursor: pointer;
    float: right;
    height: 25px;
    margin: 0 7px 0 0;
}

.dl-menu_hambergurX span {
    display: block !important;
    width: 25px;
    height: 3px;
    margin-bottom: 4px;
    position: relative;

    background: #fff;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);

}

.dl-menu_hambergurX span:nth-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.dl-menu_hambergurX span:first-child {
    transform-origin: 0% 0%;
}

.dl-menu_hambergurX span:nth-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
    top: 13px;
    right: 3px;
    position: absolute;
}

.mm-panel_has-navbar {
    padding-top: 50px;
}

.mm-navbar > * {
    box-sizing: border-box;
    display: block;
    padding: 15px 0;
}

.mm-navbar {
    height: 50px;
}

.nav.navbar-nav {
    padding: 0 0;
    height: auto;
}

.mobile-dev {
    display: none;
}

.mm-listitem {
    position: relative;
    font-size: 18px;
    font-family: Effra, sans-serif;
}

.mm-listitem > a, .mm-listitem > span {
    white-space: pre-wrap;
}

.social-mobile.social {
    position: relative;
    display: inline-block;
    margin: 0;
    margin-top: 40px;
    right: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

.mm-panels {
    overflow: hidden;
    margin-top: 45px;
}

.language-mobile {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 25px;
}

.language-mobile > a {
    margin: 0 8px;
}

/* Pagination */
.pagination-main {
    text-align: center;
}

.pagination ul {
    list-style: none;
}

.pagination ul li {
    float: left;
}

.pagination ul li a {
    font-size: 20px;
    padding: 0 7.5px;
}

.pagination ul li.active a {
    color: #d2c988;
}

.pagination ul li.page a {
    color: #2f3941;
}

.pagination ul li.page a:hover {
    color: #d2c988;
}