<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.topbar {
    padding-bottom: 15px;
}

.topbar .social-icons {
    margin-right: 0;
}

@media only screen and (min-width: 767px) {
    .header .img-logo {
        margin-top: 15px;
    }

    .header.sticky .img-logo {
        margin-top: 7px;
    }
}

.header .nav-inner {
    margin-right: 0;
}

.breadcrumbs {
    background-image: url('../images/bread-bg.jpg');
}

.testimonials {
    background-image: url('../images/testimonial-bg.jpg');
}

.section-space{
	padding: 70px 0 50px;
}

.wp-block-quote p {
    color: #2E2751;
    font-size: 16px;
    line-height: 26px;
}

.service-content p, .footer-widget-about-description p, .single-news .news-text p {
    text-align: justify !important;
}

.header .nav li .sub-menu {
    width: 250px;
}

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

.img-feature img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.single-news .news-title a:hover, .single-news .news-title:hover {
    color: #2e2751;
}

.single-news .news-meta a {
    padding: 6px 12px;
    background-color: #2e2751;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
}

.single-news .news-meta a i {
    color: #fff;
}

#estore-gallery img {
    width: 100%;
    max-height: 350px;
    object-fit: scale-down;
}

#sitemap a.customlink {
    font-size: 17px;
    line-height: 30px;
    border-bottom: 1px dashed #2e2751;
}

#sitemap li.custommenu {
    margin-top: 15px;
}</pre></body></html>