<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width:1023px) {

    .navigation .menu ul&gt;li.mga-menu ul.cs-dropdown {
        width: 550px;
    }

    .navigation .menu ul li.mga-menu&gt;ul.cs-dropdown&gt;li {
        width: 50%;
        float: left;
    }

    .navigation .menu ul li.mg-li {
        position: static;
    }

    .navigation .menu ul&gt;li.mg-li ul.cs-dropdown.megaMenu {
        width: 92%;
        height: auto;
        max-height: 450px;
        overflow: hidden;
        overflow-y: auto;
        left: 50%;
        transform: translateX(-50%);
        background: #eee;
    }

    .navigation .menu ul&gt;li.mg-li ul.cs-dropdown.megaMenu::-webkit-scrollbar {
        width: 8px;
        background-color: #eee;
    }

    .navigation .menu ul&gt;li.mg-li ul.cs-dropdown.megaMenu::-webkit-scrollbar-thumb {
        width: 8px;
        background: var(--red);
    }

    .navigation .menu ul&gt;li.mg-li ul.cs-dropdown .megaSection {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .navigation .menu ul&gt;li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl {
        width: 100%;
        height: auto;
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
        padding-right: 5px;
        text-align: left;
        padding: 10px;
    }

    .navigation .menu ul&gt;li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl li {
        display: block;
    }

    .navigation .menu ul&gt;li.mg-li ul.cs-dropdown li:hover a {
        background: transparent;
    }

    .navigation .menu ul&gt;li.mg-li ul.cs-dropdown li a {
        padding: 7px 9px;
        float: left;
        width: 100%;
        display: block;
    }

    .navigation .menu ul&gt;li.mg-li ul.cs-dropdown li a span {
        font-weight: 600;
        color: var(--red);
        font-size: 16px;
    }

    .navigation .menu ul&gt;li.mg-li ul.cs-dropdown li a button {
        display: none;
    }

    .navigation .menu ul&gt;li.mg-li ul.cs-dropdown li ul.cs-dropdown {
        position: relative;
        display: block;
        width: 100%;
        left: 0;
        top: 100%;
        margin: 0 0 5px;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        background: #eee;
    }

    .navigation .menu ul&gt;li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl li {
        display: block;
        border: 0;
    }

    .navigation .menu ul&gt;li.mg-li ul.cs-dropdown li ul.cs-dropdown li a {
        font-size: 14px;
        padding: 2px 10px;
        display: flex;
    }

    .navigation .menu ul&gt;li.mg-li ul.cs-dropdown li ul.cs-dropdown li a:hover {
        color: var(--red);
        /* padding-left: 15px; */
        background: transparent;
    }
}


@media(max-width:1200px) {

    .navigation .menu ul li a {
        padding: 30px 10px 15px;
        font-size: 16px;
    }

    .services_feature .item-bx h4 {
        letter-spacing: 0px;
    }

    .services_feature .item-bx p {
        line-height: 24px;
        min-height: auto;
    }

    .services_feature .item-bx {
        padding: 30px 15px;
    }

    .heading_banner .cat_title {
        font-size: 25px;
    }


    .article .content-post .title-post {
        min-height: 40px;
        align-items: start;
        overflow: hidden;
        height: 50px;
    }
}

@media (max-width:1023px) {
    header .logo img {
        position: relative;
        position: relative;
        left: 0px;
        top: 0px;
        max-width: inherit;
        width: 150px;
    }

    .navigation {
        width: 100%;
    }

    .home_slider .sliderCaption .bannerTitle {
        padding-top: 0%;
    }

    .navigation .navbar {
        display: block;
        float: left;
        width: 100%;
    }

    .navigation .menu {
        display: none;
        width: 100%;
        overflow: hidden;
        overflow-y: visible;
        position: relative;
        z-index: 9999;
        max-height: 480px;
        overflow-y: auto;
        position: absolute;
        top: 100%;
        background: #181818;
        left: 0;
        right: 0;
        text-align: left;
    }

    .navigation .menu ul {
        float: right;
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .navigation .menu ul li {
        padding: 0;
        float: left;
        width: 100%;
        display: block
    }

    .navigation .menu ul li a {
        padding: 7px 15px;
        text-align: left;
        font-size: 14px;
        border-right: 1px dashed transparent;
        color: #fff;
        border-bottom: 1px solid #262525;
        display: block;
    }

    .header.stricky-fixed .navigation .menu ul li a {
        padding: 7px 15px;
        color: #fff;
    }

    .header.stricky-fixed .navigation .menu ul li.cs-submenu a button svg {
        color: #fff;
    }

    .navigation .menu ul li ul.cs-dropdown {
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        top: auto !important;
        left: auto !important;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        width: 100%;
        display: none;
        transition: none !important;
        transform: none;
    }

    .navigation .menu ul li ul.cs-dropdown,
    .navigation .menu ul li ul.cs-dropdown li .cs-dropdown {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
        display: none;
        transition: none;
        padding-right: 0;
        width: 100%;
        background: #666
    }

    .navigation .menu ul .cs-submenu a {
        position: relative
    }

    .navigation .menu ul li.cs-submenu a button {
        display: block;
        position: absolute;
        top: 0px;
        right: 15px;
        background: transparent;
        border: 0;
        color: #fff;
        font-size: 16px;
        height: 30px;
        outline: none;
        width: 30px;
        padding: 0;
        text-align: center;
        line-height: 18px
    }

    .navigation ul li.cs-submenu a button svg {
        width: 16px;
        height: 16px;
    }

    .navigation ul li.cs-submenu a button.rotated svg {
        transform: rotateZ(180deg);
    }

    .navigation ul li.cs-submenu:hover svg {
        transform: rotateZ(0deg);
    }

    .navigation .menu ul li ul.cs-dropdown,
    .navigation .menu ul li ul.cs-dropdown li .cs-dropdown li .cs-dropdown {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
        display: none;
        transition: none;
        padding-right: 0;
        float: left;
        width: 100% !important;
        background: #444
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
        left: 100%;
        margin-top: 0
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
        left: -100%;
        margin-top: 0
    }

    .navigation .menu ul li ul.cs-dropdown li {
        border-bottom: 0
    }

    .navigation .menu ul li ul.cs-dropdown li a {
        color: #fff;
        display: block;
        font-size: 14px;
        padding: 7px 15px;
        line-height: normal;
        border-bottom: 1px solid #3c3a3a;
        background: #262525;
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li a {
        background: #3c3a3a;
        border-bottom: 1px solid #484747;
    }

    .navigation .menu ul li:nth-child(3) ul.cs-dropdown li {
        width: 100%;
        border-left: 0 !important;
    }

    .navigation .menu ul li:nth-child(4) ul.cs-dropdown li {
        width: 100%;
        border-left: 0 !important;
    }

    .mobile_hidden {
        display: none !important;
    }

    .navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu a button {
        transform: rotate(0deg);
    }

    .navigation .menu ul li:hover ul.cs-dropdown {
        display: none;
    }

    .navigation .menu ul li:hover a:before {
        border: 0;
    }

    .navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
        display: none;
    }

    .mobile_hide {
        display: none !important;
    }

    .team_info {
        padding: 0 15px;
    }

    .right-content {
        padding: 0 15px;
    }

    .read_more {
        text-transform: inherit;
    }

    .navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
        display: none;
    }

    .navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
        color: #fff;
    }

    .text .exp .exp_num {
        font-size: 50px;
    }

    header .logo:before {
        width: 290px;
        height: 70px;
        padding: 20px 40px;
    }

    header .logo a {
        position: relative;
        z-index: 99;
    }

    .left_panel {
        display: none;
    }

    .home_only .left_panel {
        display: none;
    }

    .home_testimonials_webpulse {
        background-size: cover !important;
    }

    .img-wrap {
        height: auto;
        margin: 0;
    }

    .home_bgrid_1:nth-child(2) .service_content {
        border-radius: 0;
    }

    .service_content .center_box {
        padding: 15px;
    }

    .services_feature .item-bx {
        padding: 30px;
        min-height: initial;
    }

    .services_feature .item-bx p {
        height: auto;
        min-height: initial;
    }

    .testimonials-box {
        margin-bottom: 0;
    }

    article {
        margin-bottom: 20px;
    }

    .widget {
        margin-bottom: 25px;
    }

    footer .widget_info svg {
        left: 0;
    }

    .widget ul li {
        margin-bottom: 5px;
    }

    header .logo:before {
        width: 290px;
        height: 60px;
    }


    .homeSlider #slider img {
        height: 70vh;
        width: 100%;
        object-position: center;
        object-fit: cover;
    }

    .homeSlider #slider .sliderCaption h2 {
        font-size: 25px;
    }

    .h1_title {
        font-size: 25px;
    }

    .wps_home_about .h1_title {
        margin-bottom: 10px;
    }

    .text .exp .valign {
        line-height: 20px;
        font-size: 18px;
    }

    .h2_title_1 {
        font-size: 25px;
    }

    .about_img .about_img {
        width: 64% !important;
        position: absolute;
        bottom: 0px;
        right: 10px;
    }

    .services_feature {
        padding: 50px 0;
    }

    .testimonials {
        padding: 50px 0;
    }

    .clients img {
        width: 100%;
    }

    .clients {
        padding: 50px 0 0;
    }

    .one_half article {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .one_half article .content-post .title-post {
        height: 90px;
        font-size: 16px;
    }

    .read_more {
        padding: 10px 20px;
    }

    .top_contact li {
        padding: 0 5px;
        margin: 0;
    }

    .top_contact li:first-child {
        padding-left: 5px;
    }

    .top_contact li a {
        font-size: 14px;
    }

    header {
        position: relative;
    }

    .top_social li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .top_contact li a {
        line-height: 30px;
    }

    .homeSlider #slider .sliderCaption .title_h1 {
        font-size: 24px;
    }

    .homeSlider #slider .sliderCaption p {
        font-size: 16px;
    }

    .read_more_btn {
        padding: 8px 20px;
    }

    .about_video .about_text {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .about_video .about_text p {
        font-size: 16px;
        line-height: 26px;
        margin: 0;
    }

    .home_about_us p {
        float: left;
        width: 100%;
    }

    .about_video .about_video {
        float: left;
        width: 100%;
        height: 210px;
        margin: 0;
    }

    .home_trending h2 {
        font-size: 18px;
    }

    .heading_banner {
        padding: 50px 0px;
        background-size: cover;
    }

    .heading_banner .cat_title {
        font-size: 20px;
        padding: 5px 15px;
    }

    .heading_banner .cat_title2 {
        display: none
    }

    .box_table {
        margin-bottom: 15px;
        max-height: inherit;
        overflow: inherit;
        overflow-y: inherit;
        padding-right: 0;
    }

    .about_img h2 {
        font-size: 18px;
    }

    #ourProducts .owl-nav .owl-prev {
        left: -10px;
    }

    #ourProducts .owl-nav .owl-next {
        right: -10px;
    }

    .home_testimonials_webpulse {
        background-size: cover;
    }

    .textRight {
        text-align: left;
    }

    .market-list li {
        width: 50%;
    }

    .home_about_2 h2.h2_title {
        font-size: 20px;
    }

    .about_img .about_img {
        font-size: 15px;
    }

    .home_latest_blog .col-md-4.col-sm-12.col-12 {
        width: 50%;
        margin-bottom: 20px;
    }

    .home_about_2 h2,
    .home_about_2 h3 {
        font-size: 18px;
    }

    .left_image {
        width: 100%;
        margin: 0px 0 15px 0;
    }

    .sub_footer_line {
        width: 50%;
    }

    .whatapp_btn,
    .send_enquiry,
    #scrollUp {
        z-index: 99;
    }

    .title_1 {
        font-size: 25px;
    }

    .modal-body .col-xxl-7.col-xl-7.col-lg-7.col-md-7.col-sm-7.col-12 {
        width: 100%;
    }

    .modal-body .col-xxl-5.col-xl-5.col-lg-5.col-md-5.col-sm-5.col-12 {
        width: 100%;
        margin-top: 10px;
    }

    .col-xxl-4.col-xl-4.col-lg-4.col-md-4.col-sm-12.col-12.sub_footer_line.abot {
        display: none;
    }

    .about_img {
        width: 60%;
    }

    .form_grid .title_h2_2,
    .contact_details .title_h2_2 {
        font-size: 25px;
    }

    .blog_details_img {
        height: auto;
    }

    .blog_page .col-md-4.col-sm-12.col-12 {
        width: 50%;
    }

    .navigation .menu {
        max-height: 440px;
    }
}

@media (max-width:767px) {
    .services_feature .item-bx {
        width: 100%;
        margin-bottom: 10px;
    }

    footer .col-xxl-3.col-xl-3.col-lg-3.col-md-6.col-sm-6.col-12 {
        width: 100%;
    }

    .widget {
        margin-bottom: 5px;
    }

    .market {
        text-align: center;
        border-top: 1px solid #cccccc29;
        padding-top: 10px;
    }

    .sub_footer_line {
        width: 100%;
        text-align: center;
        border: none;
    }

    .sub_footer_line:last-child {
        border-right: 0px solid rgba(255, 255, 255, 0.05);
    }

    .whatapp_btn {
        bottom: 70px;
    }

    .article .featured-post {
        float: none;
    }

    .blog_page .col-md-4.col-sm-12.col-12 {
        width: 100%;
    }

    footer .widget-title {
        margin: 15px 0 10px;
    }

    .product_listing .product .image1 img {
        width: 100%;
        max-height: 100%;
        object-fit: cover;
    }

    .product_listing .col-xxl-8.col-xl-8.col-lg-8.col-md-8.col-sm-7.col-12 {
        width: 100%;
    }

    .product_listing .col-xxl-4.col-xl-4.col-lg-4.col-md-4.col-sm-5.col-12 {
        width: 100%;
    }

    .whatapp_btn,
    .send_enquiry,
    #scrollUp {
        min-width: 35px;
        width: 35px;
        height: 35px;
        left: 5px;
    }

    footer .col-xxl-4.col-xl-4.col-lg-4.col-md-6.col-sm-6.col-12 {
        width: 100%;
    }

    a.whatapp_btn {
        right: inherit;
        left: 5px;
        bottom: 70px;
    }

    a#scrollUp {
        right: 5px;
        left: inherit;
        bottom: 75px;
        line-height: 30px;
    }
}

@media (max-width:650px) {
    .more_info {
        max-height: max-content;
    }

    .home_slider .sliderCaption {
        left: 10px;
        right: 10px;
        width: auto;
    }

    .right-content .table-responsive {
        margin-bottom: 0px;
    }

    .heading_banner {
        padding: 40px 0 30px;
        background-size: cover;
    }

    .title_1 {
        font-size: 25px;
    }

    .homeSlider #slider .sliderCaption .bannerTitle {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .homeSlider #slider .sliderCaption p {
        font-size: 15px;
    }

    .sub_footer p {
        line-height: normal;
    }

    .product_right_image .detail_image {
        height: 355px;
    }

    .home_slider .sliderCaption .bannerTitle {
        margin-bottom: 5px;
        font-size: 25px;
    }

    .about_img {
        width: 100%;
    }

    div#ourProducts .owl-dots {
        display: none;
    }

    .services_feature .item-bx {
        width: 90%;
        margin: 0px auto 10px;
    }

    .title_2 {
        font-size: 25px;
    }

    .testimonials-box {
        padding: 20px;
    }

    .right_image1 {
        width: 100%;
    }

    .market-list li {
        width: 100%;
    }

    .product_popup_image {
        height: 250px;
    }

    .product_listing .product .image1 {
        height: 280px;
    }

    .services_feature {
        padding: 40px 0;
    }

    .webpulse_home_product {
        padding: 45px 0;
    }

    .home_slider .owl-prev,
    .home_slider .owl-next {
        width: 40px;
        height: 40px;
    }

    button.carousel-control-next.owl-next {
        right: 10px;
    }

    .testimonials {
        background: #414141;
    }

    .read_more {
        margin: 0 0 10px;
    }

    div#nav-tab {
        display: block;
    }

    .blog_details1 {
        margin-top: 10px;
    }

    .blog_details ul {
        margin: 0 0 5px;
    }

    .market_area h3 {
        margin: 10px 0 10px;
    }

    .quality_page .nav-tabs .nav-link {
        width: 100%;
        margin-bottom: 5px;
    }

    button.carousel-control-prev.owl-prev {
        right: 60px;
    }

    .home_about_2 a.read_more.wow.fadeInLeft {
        margin-top: 15px;
    }
}

@media (max-width:480px) {
    .home_slider {
        aspect-ratio: auto;
    }

    .home_slider img {
        width: 100%;
        height: 50vh;
        object-fit: cover;
        object-position: center;
    }

    .inner_breadcrumb {
        display: none;
    }
}

@media (max-width:320px) {}</pre></body></html>