.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: #bf9f83!important;
}

.text-brown{
    color:#98797c!important;
}

.text-offwhite{
    color:#f3f3f3!important;
}

.topbar {
    background-color: #b80a2b;
}

@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{
        padding-top: 15px!important;
    }
}

.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: 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: #b80a2b!important;
}

.service-content h3, .about-list-content p{
    text-transform: none;
}

.cta-box::before{
    background: #b80a2b0d;
}