.navbar-brand img {
    width: 180px;
}
.footer-logo img {
    width: 180px;
}
.footer-scrolling-ticker .scrolling-content span {
    text-transform: capitalize;
    font-size: 40px;
}
.footer-scrolling-ticker .scrolling-content span img {
    max-width: 40px;
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
    .about-footer-content {
        margin-top: 20px;
    }
    img.fav-circle {
        position: absolute;
        left: 23px;
        top: 26px;
        width: 55px;
    }
    .contact-us-circle img.fav-circle {
        position: absolute;
        left: 24px;
        top: 27px;
        width: 55px;
    }
    .footer-scrolling-ticker .scrolling-content span {
        font-size: 16px;
    }
    .tagline {
        font-size: 12px;
    }
    .footer-scrolling-ticker .scrolling-content span img {
        max-width: 20px;
        margin-right: 5px;
    }
    .navbar-brand img {
        width: 120px;
    }
    .footer-logo img {
        width: 120px;
    }
    .footer-logo {
        background: white;
        text-align: center;
        border-radius: 5px;
        padding: 5px;
        width: 160px;
    }
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a.nav-link.active {
    font-weight: 600;
}
.slicknav_menu ul {
    padding: 20px 0px;
}
.slicknav_nav .slicknav_row,
.slicknav_nav li a {
    font-weight: 400;
}
@media screen and (max-width: 576px) {
    .footer-copyright-text p{
        text-align: center;
        font-size: 14px;
    }
    .footer-scrolling-ticker {
        padding: 0px;
    }
    .hero.hero-bg-image {
        padding: 150px 0 55px;
    }
    .btn-default.btn-highlighted.bnr {
        width: 100% !important;
    }
    .hero-btn {
        width: 100%;
    }
    .page-header {
        padding: 140px 0 80px;
    }
    div.hero.hero-bg-image {
        background-position: right 66% top !important;
    }
    div.hero.hero-bg-image::before {
        background: linear-gradient(
            90deg,
            rgba(15, 36, 83, 0.8) 30%,
            transparent 65%
        );
    }
    .service-item-title h3 {
        line-height: 24px;
    }

    .font-mobile {
        line-height: 20px;
    }
    .intro-video {
        background-position: center 32% !important;
    }

    .intro-video.v2 {
        background-position: left 46% top !important;
    }
    .hero.hero-bg-image {
        background: url("../images/banner-mobile.png") !important;
        background-repeat: no-repeat !important;
    }

    .about-footer,
    .footer-links.bottom-mobile {
        color: var(--white-color);
        line-height: 1.5em;
        border-bottom: 1px solid var(--dark-divider-color) !important;
        padding-bottom: 10px;
    }

    .about-footer,
    .footer-links.bottom-mobile li {
        margin-bottom: 0px;
    }

    .about-footer,
    .footer-links {
        margin-bottom: 20px;
    }
    span.fs-24 {
        font-size: 22px !important;
    }
}
.fs-24 {
    font-size: 26px !important;
}
@media screen and (min-width: 1116px) {
    .page-header {
        padding: 180px 0px 100px;
    }
    .about .feature-item {
        min-height: 300px;
    }
    .about-client-content {
        max-width: 500px;
    }
    .service-item {
        min-height: 300px;
    }
    .why-choose-counter-list {
        width: 45%;
    }
    .intro-video-list ul li {
        width: 540px;
        line-height: 22px;
    }
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    font-weight: 600;
}
.icon-box img {
    filter: brightness(0) invert(1);
}
.service-item:hover .icon-box img {
    filter: brightness(1);
}
.service-item.active .icon-box img {
    filter: brightness(1);
}
.service-bg-icon img {
    filter: brightness(0) invert(0.9);
}
.service-bg-icon {
    right: -5px;
    bottom: 0px;
}
/* .about-us-circle img {
    transform: unset !important;
}
.our-value-img-2 .contact-us-circle a img {
    transform: unset !important;
} */
 @media screen and (min-width:577px) and (max-width:1116px) {
.hero.hero-bg-image{
    background-position: top !important;
}
.intro-video.v2{
    background-position-x: center !important;
}
.intro-video{
    background-position: center !important;
}
 }
.example {
    cursor: pointer;
}

.page-header-box ol li.breadcrumb-item.active {
    font-weight: 600;
}
.hero.hero-bg-image {
    background: url("../images/banner.png");
    background-repeat: no-repeat;
}

.footer-links ul li {
    border: none;
}

.list-style-none {
    list-style: none;
    padding: 0px;
}

.list-style-none li {
    font-size: 18px;
    line-height: 24px;
}
.intro-video {
    background: url("../images/slide.png");
}
.intro-video.v2 {
    background: url("../images/guard-3.png");
}
.about-us-circle {
    position: relative;
}
.fav-circle {
    position: absolute;
    left: 30px;
    top: 35px;
    width: 70px;
}
.contact-us-circle .fav-circle {
    position: absolute;
    left: 35px;
    top: 40px;
    width: 70px;
}
