.breadcumb-title strong{
  color: var(--theme-color) !important;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.25);
}

.breadcumb-title {
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.25);
}

.sec-title  span .about-img{
    width: 237px;
    height: 80px;
}

.sec-title span .about-img2{
    width: 139px;
    height: 80px;
}

.star svg{
    height: 56px;
    width: 53px;
}

.founder img{
    width: 221px;
    height: 120px;
}

.footer-logo a img {
  filter: brightness(0) invert(1);
  width: 224px;
  height: 60px;
}

.about-img-3{
    width: 525px;
    height: 524px;
}

.about-img-3{
    width: 387px;
    height: 322px;
}

.service-img,
.service-img2 {
    border-radius: 10px;
    overflow: hidden;
}

.blog-navigation a .residentail-design-img{
    width: 387px;
    height: 148px;
}

#main-container{
    display: flex !important;
    justify-content: center !important;
}

@media (max-width: 768px) {

    .service-list.item-active .service-img{
        margin-top: 15px;
    }
    #what-container{
        height: 1400px;
    }
}

@media (max-width: 426px) {
    .service-list.item-active .service-img{
        height: 400px;
    }

    .service-list.item-active .service-img img{
        height: 400px;
    }

    #what-container{
        height: 1140px;
    }

    h2{
        font-size: 36px;
    }

    .marquee .marquee-group.style2 .item a {
        font-size: 35px;
    }

    .global-img img {
        height: 100%;
    }

}

@media (max-width: 376px) {

    h2{
        font-size: 32px;
    }

    .feature-box .box-title {
        font-size: 18px;
    }

    .fs-18{
        font-size: 16px;
    }

    .award-list .box-title {
        font-size: 25px;
    }

    .award-list .number {
        font-size: 45px;
    }

    .award-list {
        padding: 30px;
        gap: 30px;
    }

    .sec-text3 {
        font-size: 16px;
    }
}

@media (max-width: 320px) {

    h2 {
        font-size: 28px;
    }

    h3{
        font-size: 24px;
    }

    .fs-18, p,
    .testi-card .box-text,
    .checklist.style4 li {
        font-size: 14px;
    }

    .feature-box .box-title,
    .accordion-card .accordion-button {
        font-size: 16px;
        
    }
    .counter-card.style3 .box-number {
        font-size: 40px;
    }

    .award-list {
        gap: 15px;
    }

    .award-list .number {
        font-size: 35px;
    }

    .service-list .box-title {
        font-size: 20px;
    }

    .service-list .number {
        font-size: 22px;
    }
}