.banner__three-content {
    visibility: hidden;
    padding: 190px 0px 190px 0px;
}

.more_btn i.custom{
    position: relative;
    top: 2px;
    font-size: 18px;
    transition: 0.4s;
    display: inline-block;
    line-height: 0;
    margin-left: 5px !important;
}

.faq__one-right-title .subtitle.custom {
    background: var(--color-2) !important;
}

.features__area-content-item-right ul li i.custom {
    color: var(--primary-color-1);
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 14px;
}

.banner__three-content .subtitle.custom {
    background: rgba(19, 84, 45, 0.48) !important;
}

.banner__three-image.custom::before {
    background: linear-gradient(47deg, rgba(19, 84, 45, 0.85) 0%, rgba(19, 84, 45, 0) 100%);
}

.portfolio__two-title .subtitle.custom
{
    background: rgba(19, 84, 45, 0.48) !important;
}

.breadcrumb__area.custom::after {
    background: linear-gradient(47deg, rgba(19, 84, 45, 0.85) 0%, rgba(19, 84, 45, 0) 100%);
}

.map-area{
    height: 450px;
}
iframe{
    width: 100%;
    height: 100%;
}

@media (max-width: 480px) {
    .banner__three-arrow {
        bottom: -15%;
    }
}