.home-carousel .slide {
    height: calc(100vh - 113px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-carousel .slide-1 {
    background-image: url(../images/slide-1.jpg)
}

.home-carousel .slide-2 {
    background-image: url(../images/slide-2.jpg)
}

.home-carousel .slide-3 {
    background-image: url(../images/slide-3.jpg)
}

.home-carousel .slide-4 {
    background-image: url(../images/slide-4.jpg)
}

/* @media (max-width: 992px) {
    .home-carousel .slide-1 {
        background-image: url(../images/slide-1-md.jpg)
    }
    .home-carousel .slide-2 {
        background-image: url(../images/slide-2-md.jpg)
    }
    .home-carousel .slide-3 {
        background-image: url(../images/slide-3-md.jpg)
    }
    .home-carousel .slide-4 {
        background-image: url(../images/slide-4-md.jpg)
    }
}

@media (max-width: 768px) {
    .home-carousel .slide-1 {
        background-image: url(../images/slide-1-sm.jpg)
    }
    .home-carousel .slide-2 {
        background-image: url(../images/slide-2-sm.jpg)
    }
    .home-carousel .slide-3 {
        background-image: url(../images/slide-3-sm.jpg)
    }
    .home-carousel .slide-4 {
        background-image: url(../images/slide-4-sm.jpg)
    }
}

@media (max-width: 425px) {
    .home-carousel .slide-1 {
        background-image: url(../images/slide-1-xs.jpg)
    }
    .home-carousel .slide-2 {
        background-image: url(../images/slide-2-xs.jpg)
    }
    .home-carousel .slide-3 {
        background-image: url(../images/slide-3-xs.jpg)
    }
    .home-carousel .slide-4 {
        background-image: url(../images/slide-4-xs.jpg)
    }
} */

.home-carousel .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}

.home-carousel .owl-nav button.owl-next, .home-carousel .owl-nav button.owl-prev {
    background: #0e003a !important;
    display: flex;
    height: 60px;
    opacity: 1;
}

.home-carousel .owl-nav button.owl-next {
    padding: 5px 30px 5px 20px !important;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    transform: translateX(15px);
}

.home-carousel .owl-nav button.owl-prev {
    padding: 5px 20px 5px 30px !important;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    transform: translateX(-15px);
}

.home-carousel .owl-nav button svg {
    height: 30px;
    color: #fff;
}

.owl-dots {
    display: none;
}

#about .choose .row {
    align-items: stretch;
}

#about .about {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

#about .about .title {
    margin-bottom: 0;
}

#about .choose {
    background: #f5f5f5;
    margin-top: 50px;
}

#about .choose .col {
    width: 50%;
}

#about .choose .info {
    padding: 50px;
    display: flex;
    align-items: center;
}

#about .choose .info .wrapper {
    margin: 0 auto;
}

#about .choose .info ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 27px;
}

#about .choose .info ul li {
    position: relative;
    margin-bottom: 15px;
}

#about .choose .info ul li:last-child {
    margin-bottom: 0;
}

#about .choose .info ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #0e003a;
    position: absolute;
    left: -26px;
    top: 6px;
    border-radius: 50%;
}

#about .choose .col img {
    width: 100%;
    box-shadow: 0px 0px 25px -8px #0e003a;
    display: block;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
}

#about .choose .button-primary {
    margin-top: 10px;
}

#about .features {
    margin-top: 50px;
}

#about .features .row {
    margin: 0 -15px;
}

#about .feature {
    padding: 0 15px;
    width: 33.33%;
    text-align: center;
}

#about .feature .wrapper {
    background: #f5f5f5;
    padding: 40px 25px;
}

#about .feature .icon {
    color: #0e003a;
    height: 28px;
}

#about .feature h3 {
    color: #0e003a;
    font-size: 1.4em;
    margin: 12px 0;
}

#about .feature p {
    margin: 10px 0;
}

#video {
    height: 450px;
    background: url(../images/video-poster.jpg);
    background-position: top;
    background-size: cover;
    position: relative;
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

/* @media (max-width: 992px) {
    #video {
        background: url(../images/video-poster-md.jpg);
    }
}

@media (max-width: 769px) {
    #video {
        background: url(../images/video-poster-sm.jpg);
    }
}

@media (max-width: 425px) {
    #video {
        background: url(../images/video-poster-xs.jpg);
    }
} */

#video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0e003a 0%, rgba(34, 7, 119, 0.7) 100%);
}

#video .content {
    position: relative;
}

#video h3 {
    font-size: 1em;
    font-weight: 400;
    margin: 0;
}

#video h2 {
    font-size: 34px;
    margin: 0;
}

#video .play-button {
    margin: 25px 0 0;
    color: #fff;
}

#video .icon {
    height: 90px;
}

.projects {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.project {
    width: 33.33%;
    padding: 15px;
}

.project .wrapper {
    background: #f5f5f5;
}

.project .image img {
    width: 100%;
    display: block;
}

.project .info {
    padding: 25px;
}

.project .info .name {
    color: #0e003a;
    font-size: 1.4em;
    margin: 0;
}

#tagline {
    background: url(../images/video-poster.jpg);
    background-position: top;
    background-size: cover;
    position: relative;
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

#tagline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0e003a 0%, rgba(34, 7, 119, 0.7) 100%);
}

#tagline .content {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

#tagline h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
}

.programs.row {
    margin: 0 -15px;
}

.programs .program {
    width: 33.33%;
    padding: 15px;
}

.programs .program img {
    width: 100%;
    display: block;
}

.programs .program .info {
    background: #f7f7f7;
    padding: 30px 25px;
}

.programs .program .name {
    margin: 0;
    color: #0e003a;
    font-size: 1.4em;
}

.column-carousel {
    padding-top: 65px;
    position: relative;
}

.column-carousel .posts {
    margin-bottom: 0;
}

.column-carousel.owl-carousel .owl-nav {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}

.column-carousel.owl-carousel .owl-nav button.owl-next, .column-carousel.owl-carousel .owl-nav button.owl-prev {
    background: #0e003a !important;
    color: #fff !important;
    display: flex;
    padding: 8px 20px !important;
}

.column-carousel.owl-carousel .owl-nav button.owl-next {
    margin-left: 8px;
}

.column-carousel.owl-carousel .owl-nav button.owl-next.disabled, .column-carousel.owl-carousel .owl-nav button.owl-prev.disabled {
    opacity: 0.2;
}

.column-carousel .owl-nav button svg {
    height: 24px;
}

.column-carousel.owl-carousel .owl-dots {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.column-carousel.owl-carousel .owl-dots .owl-dot {
    margin-right: 8px;
    border: 2px solid #0e003a;
    /* padding: 3px !important; */
}

.column-carousel.owl-carousel .owl-dots .owl-dot:hover span, .column-carousel.owl-carousel .owl-dots .owl-dot.active span {
    opacity: 1;
}

.column-carousel.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    background-color: #0e003a;
    opacity: 0;
    transition: opacity 0.3s;
}

.column-carousel.owl-carousel .owl-nav.disabled, .column-carousel.owl-carousel .owl-dots.disabled {
    opacity: 0.5;
}

#posts {
    background: #f5f5f5;
}

.home-gallery .images {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.home-gallery .images .image {
    padding: 5px;
    width: 25%;
}

@media (max-width: 992px) {
    .projects .project {
        width: 50%;
    }
    .programs .program {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .home-gallery .images .image {
        padding: 5px;
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    #about .choose .col {
        width: 100%;
    }
    #about .choose .col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #about .choose .info .wrapper {
        padding: 0 25px;
    }
    #about .feature {
        width: 100%;
        margin-bottom: 30px;
    }
    #about .feature:last-child {
        margin-bottom: 0px;
    }
    .projects .project {
        width: 100%;
    }
    .programs .program {
        width: 100%;
    }
    .home-gallery .images .image {
        padding: 5px;
        width: 50%;
    }

    #tagline h2 {
        font-size: 20px;
    }
}

@media (max-width: 425px) {
    .home-gallery .images .image {
        padding: 5px;
        width: 100%;
    }
}