.description-services {
    font-size: 15px;
    margin: 10px 0;
    line-height: 25px;
}

.counter-wrap {
    background-image: url('../../assets/img-sms/map.png');
    background-size: cover;
}

.footer-logo img {
    width: auto;
}

.footer-wrapper {
    padding: 70px 0 70px;
}

.copyright-area {
    padding: 10px 0;
}

.contact-info-list li h3 span {
    line-height: 30px;
}

.widget-title h3 {
    color: #000;
}

.widget-title.custom-footer h3 {
    color: #fff;
}

.sponsor-carousel-wrapper {
    background-color: transparent !important;
}

.page-header {
    position: relative;
}

.page-header::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #0000008e;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header-info {
    text-align: center;
}

.banner-end {
    height: 300px;
    background-attachment: fixed;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-end::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #0000005e;
}

.banner-end .container {
    position: relative;
    z-index: 2;
    color: #fff;

}

.banner-end .container h2,
.banner-end .container p {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.sponsor-section {
    background-color: #eaeaea;
}

.promo-item-wrapper .promo-item {
    height: 300px;
}

.post-card .post-thumb img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.service-details li {
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px
}

.service-details ul {
    margin-bottom: 30px
}

.service-details li::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f164";
    margin-right: 10px;
    color: #FE7800
}