header:not(.headroom--not-top) .navbar-light .nav-item .nav-link {
    color: var(--primary-nav-color);
}
.top-bar {
    color: var(--primary-nav-color);
}
header:not(.headroom--not-top) .top-bar .social-link-top a {
    color: var(--primary-nav-color) !important;
}
/* Slider Section Start */
.slider-section {
    background-color: #000 !important;
    background-image: none !important;
    position: relative;
}

.hero-btn:not(:hover):not(.dark) {
    color: #cfc942 !important;
    border: 2px solid #cfc942 !important;
}

@media only screen and (max-width: 991px) {
    .hero-content {
        margin-bottom: 120px;
        position: relative;
        z-index: 1;
    }
    .home-slider-video {
        position: absolute !important;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 0;
        opacity: 0.5;
    }
    .home-slider-video video {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

/* Slider Section End */

/* About Section Start */
.stats {
    width: 100%;
    position: relative;
}



.about-section p.content {
    max-width: 530px;
    font-size: 16px;
}

.stats ul {
    width: calc(50% - 30px);
    /* max-width: 294px; */
    display: block;
    margin: 0 15px;
    padding: 0;
    float: left;
}

.stats ul:last-child {
    margin-top: 60px;
}

@media (max-width: 375px) {
    .stats ul {
        width: calc(50% - 10px);
        margin: 0 5px;
    }
    .stats ul:last-child {
        margin-top: 0px;
    }
}

.stats ul li {
    width: 100%;
    display: inline-block;
    margin: 15px 0;
    padding: 22px 20px 20px 30px;
    min-height: 180px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
    left: 0;
}

@media screen and (max-width: 500px) {
    .stats ul li {
        padding: 10px !important;
    }
    .stats-block-number {
        font-size: 16px !important;
    }
}
/* .stats ul li:before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    border-radius: 0 0 8px 8px;
    bottom: 0;
    left: 0;
    background: #afafaf;
}

.stats ul li.yellow:before {
    background: var(--yellow);
}

.stats ul li.purple:before {
    background: var(--purple);
}

.stats ul li.sky-blue:before {
    background: var(--sky-blue);
}

.stats ul li.green:before {
    background: var(--green);
} */

/* .stats ul li:after {
    content: '';
    width: 0;
    height: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to right, #f5aa97, #f6795a, #f5aa97);
    z-index: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
} */

.stats ul li:hover:after {
    width: 100%;
    right: inherit;
    left: 0;
}

.stats-block-title {
    color: #4661fc;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    font-family: 700;
}

.stat-icon {
    height: 56px;
    margin-bottom: 30px;
}

.stats-block-number {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0 15px;
}

.stats-block-content {
    font-size: 14px !important;
    line-height: 24px;
}


/* About Section End */

/* Service Section Start */
.services-section .card {
    font-weight: normal;
}

.services-section .card-body {
    height: calc(100% - 66px);
    padding: 60px;
}

@media screen and (max-width: 991px) {
    .services-section .card-body {
        padding: 30px;
    }
}

.services-section .card-footer {
    background: #fff;
    border: 0;
}

.services-section .card .card-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 30px;
}

.services-section .card .card-text {
    font-size: 16px;
    margin-bottom: 30px;
}

.services-section .card .card-img {
    height: auto;
    object-fit: cover;
    object-position: center;
}

.service-points {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
}

ul.service-points li {
    list-style: disc;
    color: var(--theme-color);
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%;
}

@media screen and (min-width: 992px) {
    ul.service-points li {
        width: 50%;
    }
}

/* Service Section End */

/* Coverage Section Start */

.coverage-section {
    background-color: #010812;
}

.coverage-section h2 {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
}
.coverage-section p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.coverage-map {
    max-width: 450px;
    margin: 0 auto;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    cursor: crosshair;
}

.coverage-map img {
    width: 100%;
}

/* Coverage Section End */


/* Animation Section Start */
/*
.animation-section{
    position: relative;
}
.animation-section:before{
    content: '';
    display: ;
} */

.animation-section video {
    width: 100%;
    max-height: 500px;
    background-color: #000;
    /* background-image: url(../../images/banners/videobg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    /* object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
    filter: hue-rotate(80deg);
    -webkit-filter: hue-rotate(80deg); */
}


/* Animation Section End */
