.choose__area .choose__item-two .choose__icon-two img 
{
    max-width: 79px;
}
.gallery-active .gallery-item {
    margin: 5px !important;
}

.gallery-active .slick-slide {
    margin: 0 5px !important;
}

.gallery-active {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.gallery-item img {
    display: block;
    width: 100%;
}
.status-badge {
    background: #28a745;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    margin-left: 6px;
    letter-spacing: 0.5px;
}
.logo img 
{
  max-width: 150px;
}
.footer-logo img 
{
    max-width: 160px;
}
.services-area .services-thumb img 
{
    max-width: 200px;
}

.counter-item .count::after {
    content: "+";
    font-weight: 600;
    margin-left: 4px;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
    position: static !important; 
}
.contact__author img 
{
    max-width: 77px;
}
    .logo .sticky-logo {
    display: none;
}
#sticky-header.sticky .main-logo {
    display: none;
}

#sticky-header.sticky .sticky-logo {
    display: block;
}
.slider-bg-two::before { 
     background: linear-gradient(130deg, rgb(32 32 32 / 45%) 0%, rgb(32 32 32 / 35%) 100%) !important;
}