.slider-blog-img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center;

}

.bg-gradient-base-color-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}

.feature-box-content p {
    font-size: 16px;
    line-height: 24px;
}

.service-img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.service-img-2 {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* trusted customers */
.trusted-customers {
    height: 900px;
    overflow: hidden;
    transition: height .15s ease-out;
    position: relative;
}

.trusted-customers.show-trusted-customers {
    height: auto;
}

.show-trusted-customers .bg-more-trusted {
    display: none;
}

.bg-trusted-customers.show-full .trusted-customers {
    height: auto;
    transition: height .25s ease-in;
}

.bg-more-trusted {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f6f4f3 70%);
    border-radius: 0 0 5px 5px;
    display: flex;
    justify-content: center;
    padding-top: 150px;
    transition: all .3s;
    z-index: 11;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.footer-policies {
    text-align: center;
}

.footer-policies a {
    padding: 5px !important;
    font-size: 12px !important;
    line-height: 14px;
}

.bg-linen {
    background: var(--linen);
}

.header-link {
    white-space: nowrap;
}

.iframe-map {
    filter: grayscale();
}

.insta-img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    object-position: center;
}

.bg-gradient-base-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 32, 44, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(22, 32, 44, .9) 8%, transparent 80%);
}

.ms-3px {
    margin-left: 3px;
}

.mini-title {
    display: block;
    margin-bottom: 5px;
}

#toast-container>div {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 1;
}

.toast-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
}

.toast-message {
    line-height: 17px;
    font-size: 13px;
    margin-top: 8px;
    font-weight: 500;
}

.elements-social ul li {
    z-index: 9;
}

.social-icon-style-06 ul li a>span {
    line-height: 60px;
}

.list-style-normal ul li {
    list-style: disc !important;
}
.featured-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
