<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1920px) {
    .quote-details {
        padding: 12% 30% 12% 10%;
    }

    .company-faq {
        padding: 12% 10% 12% 30%;
    }

    .client-details {
        padding: 12% 10% 12% 30%;
    }

    .company-content {
        padding: 12% 30% 12% 10%;
    }
}

/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {
}

/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .category-box {
        right: 0px;
        height: auto;
        width: 100%;
    }

    .cat-box {
        text-align: center;
    }

    .main-menu ul.navbar-nav &gt; li &gt; a {
        margin: 0px 10px;
    }
}

/* small mobile :320px. */

@media (max-width: 767px) {
    .navbar-default .navbar-toggle {
        border-color: #fff;
        background: #170c07ad;
    }

    .logo img {
        width: 70px;
        float: left;
        margin-top: 5px;
    }

    .footer-text p {
        margin-top: 25px;
        color: #fff;
    }

    #navbar-example {
        background: #fff;
    }

    .main-menu ul.navbar-nav &gt; li &gt; a {
        color: #000;
    }

    .navbar-nav {
        display: inline-grid;
        text-align: center;
        width: 100%;
    }

    .navbar.navbar-default {
        float: right;
        width: 100%;
    }

    .about-desc {
        margin-left: 0px;
        text-align: center;
    }

    .main-slider h2 {
        font-size: 25px;
        padding-top: 100px;
    }

    .category-box {
        height: auto;
        width: 100%;
        right: 0px;
        text-align: center;
        margin: 65px 0px;
    }

    .ser-desc-1 {
        margin-top: 30px;
        margin-left: 0px;
    }

    .ser-desc-2 {
        margin-top: 30px;
        margin-right: 0px;
    }

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

    .contact-desc {
        margin-left: 0px;
    }

    #testimonial-slider {
        position: relative;
        width: 100%;
        margin: 0px;
        right: 0px;
        height: auto;
    }

    .logo h1 {
        font-size: 20px;
        padding: 0px;
    }
}

/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }

    .layer-1-2 h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .intro-area-4 .layer-1-2 h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .service-content h4 {
        font-size: 16px;
    }

    .breadcrumb .section-headline h3 {
        font-size: 34px;
    }

    .project-area .container-full .section-headline p {
        max-width: 360px;
    }
}

.price-scroll {
    padding: 8px;
    margin-bottom: 0;
    color: #fdc7a8;
    border-right: 3px solid white;
    border-radius: 40px;
}

.d-flex-j-a-lg {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .d-flex-j-a-lg {
        display: block;
    }

    .d-flex-sm-none {
        display: block;
    }
}

.about_bg_color {
    background: #371b47;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 30px;
}

.Contact-bg {
    background: #371b47;
    padding: 10px;
    margin-bottom: 20px;
}

.contact-info {
    border: 2px solid white;
}

.media-body {
    padding: 15px;
}

.tab-j-c {
    justify-content: center;
    background: #ffffff;
    border: 2px solid black;
    border-radius: 60px;
}

@media (max-width: 768px) {

    .tab-j-c {
        justify-content: center;
        flex-direction: column;
        background: #00000000;
        border-radius: 60px;
    }

    .career-style {
        display: block !important;
        margin: 0;
    }
}

.career-style {
    display: flex;
    justify-content: space-evenly;
}
</pre></body></html>