.logo svg {
    width: 300px;
}

.logos-slider .winning-award-image img {}

.logos-sections {
    background: rgb(36, 36, 36);
    background: linear-gradient(0deg, rgba(36, 36, 36, 1) 0%, rgba(42, 42, 42, 1) 100%);
}

.before-sections {
    background: rgb(36, 36, 36);
    background: linear-gradient(180deg, rgba(36, 36, 36, 1) 0%, rgba(36, 36, 36, 1) 100%);
}

.service-content h3 {
    font-weight: 600;
}

.about-list-content h5 {
    font-weight: 600;
}

.about-list-content p {
    font-weight: 400;
}

.about-list-item {
    align-items: start;
}

.about-list-item .icon-box::before {
    top: 15px;
    bottom: unset;
}

.text-gold {
    color: #bf9f83 !important;
}

.text-brown {
    color: #98797c !important;
}

.text-offwhite {
    color: #f3f3f3 !important;
}

.topbar {
    background-color: #1279bb;
}

@media only screen and (max-width: 991px) {
    .topbar {
        padding: 10px 0 105px;
    }

    .topbar-contact-info ul li a {
        font-size: 12px;
    }

    .top-heading p {
        font-size: 12px !important;
    }

    .btn-default span {
        font-size: 12px;
    }

    .hero .about-content-footer {
        padding-bottom: 40px;
    }

}

.winning-award-image img {
    max-width: 100%;
    border-radius: 10px;
}

.page-faqs-images img {
    aspect-ratio: 1;
}

.sfi {
    background-attachment: fixed !important;
}

.sfip {
    font-size: 20px;
}

.sfipul {
    font-size: 18px;
}


@media (min-width:767px) and (max-width: 991px) {
    .topbar {
        padding: 10px 0 65px;
    }
}

@media (max-width: 767px) {
    .hero {
        padding-top: 30px !important;
    }
}

@media screen and (max-width: 575px) {
    .sfi {
        background-attachment: scroll !important;
    }

    .sfip {
        font-size: 18px;
    }

    .sfipul {
        font-size: 16px;
    }

    .hero {
        padding: 15px 0 100px !important;
    }

    .section-title h1 {
        font-size: 30px !important;
    }

    .topbar-contact-info ul {
        gap: 10px !important;
    }

    .limited {
        font-size: 14px;
    }
}


.kt-red {
    color: #1279bb !important;
}

.service-content h3, .about-list-content p {
    text-transform: none;
}

.cta-box::before {
    background: #1279bb0d;
}

.marquee-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 20s linear infinite;
}

.marquee-track img {
    height: auto;
    margin-right: 2rem;
    flex-shrink: 0;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}