.bg-image--14 {
    background-image: url(https://edublink.html.devsblink.com/assets/images/bg/bg-image-14.jpg);
}
i.fa-solid.fa-play {
    color: #fff;
}
/* -----------------------------------
    Custom Animation For All Page
---------------------------------------*/
@-webkit-keyframes moveVertical {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moveVertical {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*--------------------------------
Scroll Down Button Animation  
----------------------------------*/
@-webkit-keyframes scrollDown {
    0% {
        opacity: 0;
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
}

@keyframes scrollDown {
    0% {
        opacity: 0;
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
    }
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes ripple_2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes ripple_2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0;
    }
}

@-webkit-keyframes ripple_3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes ripple_3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes radiusChange {
    0% {
        border-radius: 0px 0px 0px 0px;
    }

    40% {
        border-radius: 50px 0px 100px 0px;
    }

    80% {
        border-radius: 0px 50px 0px 100px;
    }

    100% {
        border-radius: 0px 0px 0px 0px;
    }
}

@keyframes radiusChange {
    0% {
        border-radius: 0px 0px 0px 0px;
    }

    40% {
        border-radius: 50px 0px 100px 0px;
    }

    80% {
        border-radius: 0px 50px 0px 100px;
    }

    100% {
        border-radius: 0px 0px 0px 0px;
    }
}

@-webkit-keyframes radiusChange2 {
    0% {
        border-radius: 0px 0px 0px 0px;
    }

    25% {
        border-radius: 50px 0px;
    }

    50% {
        border-radius: 0px 0px 0px 0px;
    }

    75% {
        border-radius: 0px 50px;
    }

    100% {
        border-radius: 50px 0px;
    }
}

@keyframes radiusChange2 {
    0% {
        border-radius: 0px 0px 0px 0px;
    }

    25% {
        border-radius: 50px 0px;
    }

    50% {
        border-radius: 0px 0px 0px 0px;
    }

    75% {
        border-radius: 0px 50px;
    }

    100% {
        border-radius: 50px 0px;
    }
}

@-webkit-keyframes edu-wave {
    0% {
        -webkit-transform: translateX(0) translateZ(0) scaleY(1);
        transform: translateX(0) translateZ(0) scaleY(1);
    }

    50% {
        -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }

    100% {
        -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

@keyframes edu-wave {
    0% {
        -webkit-transform: translateX(0) translateZ(0) scaleY(1);
        transform: translateX(0) translateZ(0) scaleY(1);
    }

    50% {
        -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }

    100% {
        -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

/*=======================================================================
2. Elements Styles
=========================================================================*/

/**
  * Animations
  */
[data-sal|='fade'] {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

[data-sal|='fade'].sal-animate,
body.sal-disabled [data-sal|='fade'] {
    opacity: 1;
}

[data-sal|='slide'] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

[data-sal='slide-up'] {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
}

[data-sal='slide-down'] {
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
}

[data-sal='slide-left'] {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
}

[data-sal='slide-right'] {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
}

[data-sal|='slide'].sal-animate,
body.sal-disabled [data-sal|='slide'] {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

[data-sal|='zoom'] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}

[data-sal='zoom-in'] {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

[data-sal='zoom-out'] {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

[data-sal|='zoom'].sal-animate,
body.sal-disabled [data-sal|='zoom'] {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

[data-sal|='flip'] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

[data-sal='flip-left'] {
    -webkit-transform: perspective(2000px) rotateY(-91deg);
    transform: perspective(2000px) rotateY(-91deg);
}

[data-sal='flip-right'] {
    -webkit-transform: perspective(2000px) rotateY(91deg);
    transform: perspective(2000px) rotateY(91deg);
}

[data-sal='flip-up'] {
    -webkit-transform: perspective(2000px) rotateX(-91deg);
    transform: perspective(2000px) rotateX(-91deg);
}

[data-sal='flip-down'] {
    -webkit-transform: perspective(2000px) rotateX(91deg);
    transform: perspective(2000px) rotateX(91deg);
}

[data-sal|='flip'].sal-animate,
body.sal-disabled [data-sal|='flip'] {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/*---------------------------
 

/*-------------------
  Video Styles
---------------------*/
.video-gallery {
    position: relative;
    z-index: 1;
}

.video-gallery .thumbnail {
    position: relative;
}

.video-gallery .thumbnail img {
    border-radius: 0 80px 0 120px;
}

.video-gallery .thumbnail .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0;
    width: 80px;
    height: 80px;
    line-height: 82px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: var(--color-secondary);
    margin: 0 auto;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: var(--color-white);
}

@media only screen and (max-width: 575px) {
    .video-gallery .thumbnail .video-play-btn {
        width: 60px;
        height: 60px;
        line-height: 62px;
    }
}

.video-gallery .thumbnail .video-play-btn i {
    margin-left: 5px;
}

.video-gallery .thumbnail .video-play-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.video-gallery .thumbnail .video-play-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.video-gallery .thumbnail:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0 80px 0 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.video-gallery .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.video-gallery .shape-group li.shape-1 {
    top: -70px;
    right: -70px;
}

.video-gallery .shape-group li.shape-2 {
    top: -100px;
    right: 15px;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .video-gallery .shape-group li.shape-2 {
        display: none;
    }
}

.video-gallery .shape-group li.shape-3 {
    bottom: -40px;
    left: -130px;
}

.video-area-1 {
    position: relative;
}

.video-area-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg/bg-image-13.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.video-area-2 {
    position: relative;
    z-index: 1;
    padding: 210px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-area-2 {
        padding: 150px 0 200px;
    }
}

@media only screen and (max-width: 767px) {
    .video-area-2 {
        padding: 120px 0 150px;
    }
}

.video-area-2:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.video-banner-content {
    text-align: center;
}

.video-banner-content .video-btn {
    margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .video-banner-content .video-btn {
        margin-bottom: 70px;
    }
}

.video-banner-content .video-play-btn {
    position: relative;
    border: 0;
    width: 80px;
    height: 80px;
    line-height: 82px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: #ee4a62;
    margin: 0 auto;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: var(--color-white);
}

.video-banner-content .video-play-btn i {
    margin-left: 5px;
}

.video-banner-content .video-play-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.video-banner-content .video-play-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.video-banner-content .title {
    color: #ffffff;
    margin-bottom: 0;
}

.video-area-3 {
    margin-top: -270px;
}

.video-area-3 .video-gallery .thumbnail img {
    border-radius: 10px;
}

.video-area-3 .video-gallery .thumbnail:before {
    border-radius: 10px;
}

.video-area-3 .video-gallery .shape-group li.shape-1 {
    top: -70px;
    right: auto;
    left: -70px;
}

.video-area-3 .video-gallery .shape-group li.shape-2 {
    top: -20px;
    right: auto;
    left: -110px;
}

.video-area-3 .video-gallery .shape-group li.shape-3 {
    bottom: -40px;
    right: -40px;
    left: auto;
    z-index: 1;
}

.video-area-4 .video-gallery {
    margin-bottom: -275px;
}

@media only screen and (max-width: 575px) {
    .video-area-4 .video-gallery {
        margin-bottom: 0px;
    }
}

.video-gallery-5 {
    margin-top: 40px;
}

.video-gallery-5 .thumbnail:before {
    border-radius: 50px 10px 0 0;
}

.video-gallery-5 .thumbnail img {
    border-radius: 50px 10px 0 0;
    width: 100%;
}

.video-gallery-5 .content {
    background-color: var(--color-white);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0 0 10px 10px;
    padding: 22px 30px;
}

.video-gallery-5 .content .title {
    margin-bottom: 0;
    width: 60%;
}

@media only screen and (max-width: 1199px) {
    .video-gallery-5 .content .title {
        width: 100%;
    }
}

/*-------------------
 