.logo svg {
    width: 300px;
}

.logos-slider .winning-award-image img {
    max-width: 150px;
}

.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: #bc993a !important;
}

.text-brown {
    color: #0f1728 !important;
}

.text-offwhite {
    color: #f3f3f3 !important;
}

.topbar {
    background-color: #0f1728;
}

.pixi {
    font-size: large;
    width: fit-content;
}

@media only screen and (max-width: 991px) {
    .topbar-contact-info ul li a {
        font-size: 12px;
    }

    .top-heading p {
        font-size: 12px !important;
    }

    .btn-default span {
        font-size: 12px;
    }

    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: var(--black-color);
        opacity: 50%;
        width: 100%;
        height: 100%;
    }

    .pixi {
        font-size: 16px;
        width: 100%;
    }

    .hero {
        padding: 15px 0 100px !important;
    }

    .topbar-contact-info ul {
        gap: 5px !important;
    }

    .topbar {
        padding: 5px 0 105px;
    }
}

.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 screen and (max-width:768px) {
    .hero {
        padding: 15px 0 100px !important;
    }

    .topbar-contact-info ul {
        gap: 5px !important;
    }

    .topbar {
        padding: 5px 0 105px;
    }
}
 .limited{
        font-size: 15px;
    }

@media screen and (max-width: 575px) {
    .sfi {
        background-attachment: scroll !important;
    }

    .sfip {
        font-size: 18px;
    }

    .sfipul {
        font-size: 16px;
    }

    .section-title h1 {
        font-size: 30px !important;
    }

    .hero {
        padding: 15px 0 40px !important;
    }

    .topbar-contact-info ul {
        gap: 5px !important;
    }

    .topbar {
        padding: 5px 0 110px;
    }
    .limited{
        font-size: 11px;
    }
}