.hero {
    margin: 0;
    padding: 0;
}
.hero .hero-content{
    display: flex;
    justify-content: flex-end;
}
.hero .hero-content .about-text{
    background: #FFFFFF;
    width: 50%;
    margin: 60px 0;
    padding: 48px;
    z-index: 11;
}
.hero .hero-content .video-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 746px;
    height: 100%;
}
.hero .hero-content .video-wrapper a,
.hero .hero-content .video-wrapper a img{
    width: 100%;
    height: 100%;
}
.hero .hero-content .video-fancy:before {
    width: 90px;
    height: 90px;
}
@media (max-width: 1330px) {
    .hero .hero-content {
        justify-content: space-between;
        align-items: center;
    }
    .hero .hero-content .about-text{
        margin: 0;
        padding: 16px;
    }
    .hero .hero-content .video-wrapper{
        position: relative;
        left: unset;
        top: unset;
        width: 50%;
        height: auto;
    }
    .hero .hero-content .video-wrapper a,
    .hero .hero-content .video-wrapper a img{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 768px) {
    .hero .hero-content {
        flex-direction: column;
    }
    .hero .hero-content .about-text{
        width: 100%;
    }
    .hero .hero-content .video-wrapper{
        width: 100%;
    }
}

.advantages {
    padding-bottom: 0;
}
.advantages .advantages-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.advantages .advantages-wrapper .single-advantage{
    width: 33.33%;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    text-align: center;
}
.advantages .advantages-wrapper .single-advantage .advantage-title .advantage-icon svg{
    max-width: 32px;
}
.advantages .advantages-wrapper .single-advantage .advantage-title{
    margin: 12px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.5px;
    text-align: center;
}
.advantages .advantages-wrapper .single-advantage .advantage-subtitle{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
}
@media (max-width: 1330px) {
}
@media (max-width: 768px) {
    .advantages {
        padding-bottom: 30px;
    }
    .advantages .advantages-wrapper .single-advantage{
        width: 100%;
        margin: 0 0 60px 0;
    }
    .advantages .advantages-wrapper .single-advantage:last-of-type{
        margin: 0;
    }
}

.biography{
}
.biography .biography-wrapper{
    margin: 0 250px;
    display: flex;
    flex-direction: column;
}
.biography .biography-wrapper .single-biography{
    padding: 0 0 80px 75px;
    display: flex;
    justify-content: flex-start;
    border-left:1px solid #999999B2;
    position: relative;
}
.biography .biography-wrapper .single-biography:before{
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #EA4174;
    border: 8px solid #E8EBE7;
}
.biography .biography-wrapper .single-biography:last-child {
    border: none;
    padding-bottom: 0;
}
.biography .biography-wrapper .single-biography .biography-title{
    margin: 0 54px 0 0;
    font-family: 'AGBengaly';
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 2px;
    text-align: left;
    vertical-align: middle;
}
.biography .biography-wrapper .single-biography .biography-text {
}
.biography .biography-wrapper .single-biography .biography-text h4{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 1px;
    margin: 0 0 40px 0;
}
.biography .biography-wrapper .single-biography .biography-text ul:last-of-type{
    margin: 0;
}
@media (max-width: 1330px) {
    .biography .biography-wrapper{
        margin: 0;
    }
    .biography .biography-wrapper .single-biography{
        padding: 0 0 80px 30px;
        flex-direction: column;
    }

    .biography .biography-wrapper .single-biography .biography-title{
        margin: 0 0 8px 0;
        font-size: 27px;
    }
    .biography .biography-wrapper .single-biography .biography-text {
    }
    .biography .biography-wrapper .single-biography .biography-text h4{
        margin: 0 0 30px 0;
    }
}
@media (max-width: 768px) {

}


.diplomas-slider {
    overflow: hidden;
    background: url(../images/diplomas-bg.jpg) 0 0 no-repeat;
    background-size: cover;
}
.diplomas-slider .slide-template{
    border: 1px solid #DADADA;
    padding: 20px 12px;
    background: #FFFFFF;
}
.diplomas-slider .slide-template .img-wrapper{
    width: 100%;
    height: 200px;
}
.diplomas-slider .slide-template .img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.diplomas-slider .slide-template h3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 1.5px;
    text-align: center;
    vertical-align: middle;
    margin: 40px 0 32px 0;
}
.diplomas-slider .slide-template p{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
}
.diplomas-slider .top-navigation  .arrow-prev, .diplomas-slider .top-navigation  .arrow-next {
    border:1px solid #FFFFFF;
}
@media (max-width: 1330px) {
    .diplomas-slider .top-navigation  .arrow-prev, .diplomas-slider .top-navigation  .arrow-next {
        border:none;
    }
}
@media (max-width: 768px) {
}