.hero-area .section-content .text {
    max-width: fit-content;
}


.hero-area .section-content .content-last {
    text-align: center;
}

.hero-area .section-content .content-last {
    grid-template-columns: auto !important;
}

.features-wrapper {
    grid-template-columns: repeat(3, 280px);
}

@media only screen and (max-width: 991px) {
    .features-wrapper {
        grid-template-columns: repeat(2, 310px);
    }
}

.botttom-para {
    text-align: center;

}

@media only screen and (max-width: 767px) {
    .features-wrapper {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.features-wrapper.service-block.mb-3 {
    grid-template-columns: repeat(2, 580px);
}

@media only screen and (max-width: 767px) {
    .features-wrapper.service-block.mb-3 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.features-wrapper.four-grid-service.mb-3 {
    grid-template-columns: repeat(4, 250px);
}

.blog-area-inner {
    grid-template-columns: auto 620px;
}

h2.section-title.has_fade_anim {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
}

.blog-area .blog-wrapper>*:not(:first-child) {
    border-top: 1px solid grey;
    padding-top: 44px;
    margin-top: 45px;
}

.img-align-center {
    display: flex;
    align-items: center;
}

.text-justify {
    text-align: justify;
}

li.list-style-disc {
    list-style: disc;
    margin-left: 30px;
}

.serivce-header-paragraph {
    font-size: 32px;
    text-align: justify;
}

span.span-text {
    font-weight: 300;
}

a.nav-link {
    color: white;
}

.nav-link {
    color: white;
}

@media only screen and (max-width: 767px) {
    img.banner-image {
        margin-top: 80px;
    }
}

a.nav-link {
    color: white;
}

.dropdown-menu {
    --bs-dropdown-bg: #121212;
}

.dropdown-item {
    color: white;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: white;
}

.navbar-nav .dropdown-menu {
    transform: none !important;
}

.nav-link:focus,
.nav-link:hover {
    color: white;
}

img.banner-image {
    margin-top: 80px;
}

.offcanvas-body {
    font-size: 18px;
}

ul.dropdown-menu.show {
    left: 60px;
}

a.footer-service {
    color: var(--white-2) !important;
}