.logo svg {
    width: 300px;
}

body{
    color:#222;
}

.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-neela{
    color: #bcfeff!important;
}

.text-brown{
    color:var(--primary-color)!important;
}

.text-offwhite{
    color:#f3f3f3!important;
}

.hero::before {
    background: rgb(255, 255, 255);
    background: linear-gradient(266deg, rgb(255 255 255 / 0%) -22%, rgb(0 0 0) 64%);
    opacity: 85%;
}
.limited{
    font-style: italic;
    margin-top: 10px;
    font-size: 14px!important;
}
@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: 15px;
    }
    .limited{
    font-style: italic;
    margin-top: 10px;
    font-size: 12px!important;
}
}

.winning-award-image img{
    width: 49%!important;
    border-radius: 0px;
    height: auto;
}

.page-faqs-images img{
    aspect-ratio: 1;
}


@media screen and (min-width:1200px){
    .topbar {
    padding: 15px 0 80px;
    }
}

.logos-slider .swiper-slide img{
    width: 100%;
    height: auto!important;
}