::-webkit-scrollbar {
    width: 4px;
}

::-moz-scrollbar {
    width: 4px;
}

::-webkit-scrollbar:hover {
    width: 8px;
}

::-moz-scrollbar:hover {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: rgba(51, 51, 51, 0.85)
}

::-moz-scrollbar-track {
    background-color: rgba(51, 51, 51, 0.85)
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, rgba(11, 11, 11, 0) 0%, #1a1a1a 100%);
    border-radius: 10px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

::-moz-scrollbar-thumb {
    background: linear-gradient(0deg, rgba(11, 11, 11, 0) 0%, #1a1a1a 100%);
    border-radius: 10px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.header-menu-wrap .logo img {
     max-width: unset;
    height: 60px;
}

.header-menu-wrap .custom-container {
    padding-top: 10px;
}

.header-sidebar-wrap .header-sidebar-content .header-sidebar-bottom ul li a {
    width: 40px;
    height: 40px;
    font-size: 25px;
    border: none;
}

.testimonial-box {
    height: auto;
    color: #fff;
}

.pricing-box .feature-lists li {
    font-size: 18px;
}

.team-cv-box .team-cv-header p {
    font-size: 18px;
    width: 75%;
}

.header-sidebar-wrap .header-sidebar-content .close-header-sidebar {
    font-size: 24px;
    z-index: 999;
}

.custom-margin-top {
    margin-top: 90px;
}

.contact-form label {
    margin-bottom: 10px;
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr) !important;
}

.header-sidebar-wrap .header-sidebar-content .header-sidebar-bottom ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

.section-subtitle {
    font-size: 20px;
    line-height: 22px;
}

.service-box .service-inner .service-img-box img {
    height: 200px;
    width: 200px;
    object-fit: cover;
}

.faq-item .accordion-body p {
    font-size: 18px;
}

.funfact-box .funfact-header .title {
    width: fit-content;
}

.our-partner-sec ul li img {
    max-width: none;
}

.funfact-box .funfact-footer .number {
    line-height: 44px;
    font-size: 40px;
}

.pricing-box .title {
    line-height: 25px;
    font-size: 22px;
}

.team-cv-box .team-cv-header img {
    width: 120px;
}

@keyframes partnerAnim {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-7680px);
    }
}

@media (max-width: 809px) {
    .footer-area .footer-top > .row .col-md-3 {
        margin-bottom: 0;
    }

    .grid-3 {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .service-box .service-inner .service-img-box img {
        left: 250px;
        top: -35px;
        height: 100px;
        width: 100px;
    }
}

@media (min-width: 992px) {
    .preloader-wrap video {
        max-width: 50%;
    }

    .preloader-wrap img {
        max-width: 350px;
    }

    .header-menu-wrap .custom-container {
        padding-top: 15px;
    }
}
