body {
    background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}


 .bd-placeholder-img {
     font-size: 1.125rem;
     text-anchor: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
 }

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
a:not([href*='yourdomain.com']):not([href^='#']):not([href^='/']):after {
    font-family: 'bootstrap-icons';
    content: " \F1C5";
}

a.nolink:after {
    content: "" !important;
}

.timeline_area {
    position: relative;
    z-index: 1;
}
.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}
.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}
.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #f1c40f;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #f1c40f;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #3f43fd;
}


.video-js.vjs-5-4
{
    width: 100%;
    max-width: 100%;
}


.video-js.vjs-5-4:not(.vjs-audio-only-mode)
{
    height: 0;
}
.video-js.vjs-5-4:not(.vjs-audio-only-mode) {
    padding-top: calc( 125% + 30px);
}

.video-js .vjs-tech {
    height:calc( 100% - 30px);
}
.btn-fb {
    color: #3b5998 !important;
    background-color: white !important;
    border-color: white !important;
}

.btn-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: border-box; /* text; */
    -webkit-background-clip: text;
}

.btn-youtube {
    color: #FF0000 !important;
    background-color: white !important;
    border-color: white !important;
}

.video-js .vjs-big-play-button {
    background-color: red !important;
}

/**
 * vjs-suggested-video-endcap
 */
.vjs-suggested-video-endcap {
    background: rgba(0, 0, 0, .7);
    display: none;
    height: 95%;
    left: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.vjs-suggested-video-endcap.is-active {
    display: block;
}
.vjs-suggested-video-endcap-container {
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: baseline;
    align-items: baseline;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.vjs-suggested-video-endcap-header {
    font: 700 16px/1 Arial, sans-serif;
    margin: 0 auto 20px;
    text-align: center;
}
.vjs-suggested-video-endcap-link {
    font: 400 14px/1 Arial, sans-serif;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
    width: 28%;
}

.vjs-suggested-video-endcap-link:active, .vjs-suggested-video-endcap-link {
    color:#FFFFFF;
}
a.vjs-suggested-video-endcap-link:hover {
    color:#8080FF;
}

.vjs-suggested-video-endcap-link:nth-of-type(4n),
.vjs-suggested-video-endcap-link:last-of-type {
    margin-right: 0;
}
.vjs-suggested-video-endcap-img {
    height: auto;
    margin-bottom: 5px;
    width: 100%;
}