/*==============================================
    Video One  
===============================================*/
.video-one {
    position: relative;
    display: block;
    background-color: #02265C;
    padding: 120px 0 120px;
    z-index: 1;
}

.video-one__shape-1 {
    position: absolute;
    top: 0;
    right: -200px;
    z-index: -1;
}

.video-one__shape-1 img {
    width: auto;
}

.video-one__shape-2 {
    position: absolute;
    bottom: 150px;
    left: 100px;
    opacity: .20;
    z-index: -1;
}

.video-one__shape-2 img {
    width: auto;
}

.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.video-one__inner {
    position: relative;
    display: block;
    text-align: center;
}

.video-one__video-link {
    position: relative;
    display: block;
}

.video-one__video-icon {
    position: relative;
    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: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    color: var(--carity-base);
    background-color: var(--carity-white);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin: 0 auto;
    z-index: 1;
}

.video-one__video-icon:hover {
    background-color: var(--carity-base);
    color: var(--carity-white);
}

.video-one__video-icon:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 5px solid rgba(var(--carity-white-rgb), .30);
    border-radius: 50%;
    z-index: -1;
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--carity-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--carity-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--carity-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--carity-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video-one__sub-title {
    font-size: 28px;
    line-height: 50px;
    color: var(--carity-white);
    font-weight: 700;
    letter-spacing: 3.5px;
    font-family: var(--carity-font-three);
    margin: 50px 0 10px;
    text-transform: uppercase;
}

.video-one__title {
    font-size: 40px;
    color: var(--carity-white);
    line-height: 50px;
    font-weight: 700;
    text-transform: capitalize;
}

.video-one__text {
    color: var(--carity-white);
    margin: 17px 0 30px
}

.video-one .thm-btn:hover {
    color: var(--carity-base);
}

.video-one .thm-btn::after {
    background-color: var(--carity-white);
}

/*--------------------------------------------------------------
# Video Two
--------------------------------------------------------------*/
.video-two {
    position: relative;
    display: block;
    margin-top: -70px;
    background-color: #1b1b1b;
    z-index: 1;
}

.video-two__content-box {
    position: relative;
    display: block;
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
}

.video-two-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.video-two__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
}

.video-two__video-link {
    position: relative;
    display: block;
    z-index: 2;
}

.video-two__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: var(--carity-base);
    background-color: var(--carity-white);
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.video-two__video-icon:hover {
    background-color: var(--carity-base);
    color: var(--carity-white);
}

.video-two__video-icon:before {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    content: "";
    border-radius: 50%;
    z-index: -1;
    background-color: var(--carity-white);
    opacity: 0.52;
}

.video-two__video-icon:after {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    content: "";
    border-radius: 50%;
    z-index: -1;
    background-color: var(--carity-white);
    opacity: 0.43;
}

.video-two__video-link .ripple,
.video-two__video-icon .ripple:before,
.video-two__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--carity-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--carity-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--carity-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.video-two__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-two__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video-two__title {
    font-size: 35px;
    color: var(--carity-white);
    line-height: 44px;
    font-weight: 800;
    margin-top: 39px;
    margin-bottom: 16px;
}

.video-two__text {
    color: var(--carity-white);
    font-size: 16px;
    line-height: 25px;
}

.video-two__btn-box {
    position: relative;
    display: block;
    margin-top: 40px;
}

.video-two__btn-box .thm-btn:hover {
    color: var(--carity-black);
}

.video-two__btn-box .thm-btn:after {
    background-color: var(--carity-white);
}








/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/