.text-transform-none {
    text-transform: none;
}

.text-transform-captlize {
    text-transform: capitalize;
}

.text-transform-uppercase {
    text-transform: uppercase;
}

.overlay.bg-shadow-theme {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 111;
    pointer-events: none;
    background-color: #000000;
    filter: blur(5px);
    top: 75%;
}

.fs-larger {
    font-size: larger;
}

p strong,
p b {
    color: #272727;
    font-weight: 600;
}

.h1,
h1 {
    font-size: 28px;
    font-weight: 600;
    color: #313030;
}

.text-align-justify {
    text-align: justify;
}

.text-align-left {
    text-align: left;
}

.display-inline-block {
    display: inline-block;
}

.border-none {
    border: none;
}

.border-radius-zero {
    border-radius: 0;
}

.bg-transparent {
    background: transparent;
}

.boxed-content-title::before {
    background: #229b22;
    width: 15px;
}

.cta-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    background: linear-gradient(to bottom, rgb(0 53 2 / 8%) 0%, rgb(0 0 0 / 49%) 90%);
}

.custom-card {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.custom-card>div {
    padding: 10px;
    width: 25%;
    box-sizing: border-box;
}

.custom-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.custom-card img {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.pt-10 {
    padding-top: 10px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-80 {
    padding-top: 80px;
}
.position-relative {
    position: relative;
}
@media screen and (275px <=width <=676px) {

    .h1,
    h1 {
        font-size: 22px;
    }

    .pd-sm-0 {
        padding: 0;
    }

    .pt-sm-12 {
        padding-top: 12px;
    }

    .logo-holder img {
        width: 170px;
    }

    .geodir-category-content {
        border-left: 1px solid #9f9797;
        border-right: 1px solid #9f9797;
    }

    .boxed-container.padd-0 {
        padding: 0;
    }

    .cc-button {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .client-item img {
        aspect-ratio: 6/3;
    }

    .clients-carousel-title {
        text-align: center;
        margin-top: 20px;
    }

    .clients-carousel-wrap {
        padding: 5px;
        border: none;
    }

    .cta-banner::before {
        background: linear-gradient(to bottom, rgb(28 28 28 / 56%) 0%, rgb(0 0 0 / 81%) 90%);
    }

    .custom-card>div {
        width: 50%;
    }

    .custom-card img {
        height: 180px;
    }
    .about-title.ab-hero h4 {
        margin-bottom: 18px;
    }
    .footer-social-wrap {
        padding-bottom: 15px;
    }
    .flex-mob-reverse {
        flex-direction: column-reverse;
    }
    .inline-facts .num {
        font-size: 1.8em;
    }
    .inline-facts {
        padding: 10px 12px 18px 10px;
    }
    .inline-facts:before {
        width: 0;
    }
    .inline-facts i {
        right: 0;
        top: 12%;
        font-size: 1.5em;
        border: 1px solid #b5a1a1;
        line-height: 60px;
    }
}