<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1360px;
    }
    .post-card.style-3 .image{
        width: 300px;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1399px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}
@media (max-width: 1599px) {
    .header-menu-area .logo a img {
        max-width: 200px;
    }
    .slider-area.style-2 .single-slider-wrapper {
        height: 100vh;
    }
    .slider-area.style-2 .single-slider-wrapper .slider-content {
        padding: 0 50px;
    }
    .slider-area.style-2 .single-slider-wrapper .slider-content .slider-title {
        font-size: 60px;
        line-height: 70px;
        margin-top: 80px;
    }
    .theme-btn,
    .wp-block-loginout a,
    input.theme-btn,
    .section-title .desc {
        font-size: 18px;
    }
    .btn-wrapper .circle-arrow-btn {
        width: 55px;
        height: 55px;
    }
    .footer-widget .footer-widget-info p,
    .footer-widget.widget_nav_menu li a {
        font-size: 18px;
    }
    .section-title .desc {
        line-height: 24px;
    }
    html,
    body {
        font-size: 18px;
        line-height: 24px;
    }
    .info-card .title {
        font-size: 24px;
    }
    .py-140 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .slider-area.style-3{
        padding-top: 100px;
    }
}

@media (max-width: 991px){
    .slider-area.style-2{
        margin: 10px 10px 0 10px;
    }
    .slider-area.style-2 .single-slider-wrapper .slider-content .slider-title {
        font-size: 36px;
        line-height: 40px;
        margin-top: 80px;
    }
    .slider-area.style-2 .single-slider-wrapper .slider-content {
        text-align: start;
        padding: 0 20px;
    }
    .header-menu-area .logo a img {
        max-width: 170px;
    }
    .slider-area.style-2 .slider-wrapper-six .slick-dots {
        padding-right: 0;
        margin: 24px 0 0;
        position: absolute;
        bottom: 20px;
        left: calc(50vw - 40px);
    }
    .menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span{
        align-items: baseline;
    }
    .about-image-card.style-4{
        margin-left: 0;
    }
    #preloader-status{
        margin: -100px 0 0 -130px;
    }
    .header-area.style-2 .header-menu-area {
        padding: 0 10px;
    }
    .py-140,
    .about-us-area.style-2,
    .pt-120,
    .pb-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pt-140{
        padding-top: 60px;
    }
    .slider-area.style-3 {
        padding-top: 60px;
    }
    .counter-card.style-1 .content h4 {
        font-size: 20px;
    }
    .scrollup-wrapper{
        right: 15px;
        bottom: 20px;
    }
    .page-breadcrumb-area{
        margin: 10px 10px 0 10px;
    }
    .slider-area.style-3 .section-title .title{
        font-size: 28px;
        line-height: 36px;
    }
    .footer .footer-wrapper{
        margin: 0 10px 10px 10px;
    }
    .menu-sidebar-area .menu-sidebar-wrapper{
        padding: 40px 25px;
    }
    .mean-container .mean-nav ul li li a{
        width: 90%;
        padding: 10px 5% 10px 5%;
    }
    .service-sidebar .service-widget{
        width: 100%;
    }
    .widget_nav_menu_pro{
        margin-bottom: 0;
    }
}

</pre></body></html>