@media (min-width:1023px) {

    .navigation .menu ul li.mg-li {
        position: static;
    }

    .navigation .menu ul>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>li.mg-li ul.cs-dropdown.megaMenu::-webkit-scrollbar {
        width: 8px;
        background-color: #eee;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown.megaMenu::-webkit-scrollbar-thumb {
        width: 8px;
        background: var(--red);
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown .megaSection {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .navigation .menu ul>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>li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl li {
        display: block;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li:hover a {

        background: transparent;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li a {
        padding: 7px 9px;
        float: left;
        width: 100%;
        display: block;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li a span {
        font-weight: 600;
        color: var(--red);
        font-size: 16px;
    }


    .navigation .menu ul>li.mg-li ul.cs-dropdown li a button {
        display: none;
    }

    .navigation .menu ul>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>li.mg-li ul.cs-dropdown .megaSection ul.megaSectionUl li {
        display: block;
        border: 0;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li ul.cs-dropdown li a {
        font-size: 14px;
        padding: 2px 10px;
        display: flex;
    }

    .navigation .menu ul>li.mg-li ul.cs-dropdown li ul.cs-dropdown li a:hover {
        color: var(--red);
        padding-left: 15px;
        background: transparent;
    }
}


@media only screen and (min-width: 1920px) and (max-width: 2560px) {
    header .logo:before {
        width: 530px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
    header .logo:before {
        width: 244px;
    }
}

@media(max-width:1300px) {
    header .logo img {
        position: absolute;
        left: 20px;
        top: 25px;
        max-width: 165px;
        width: 100%;
    }

    header .logo:before {
        height: 115px;
        max-width: 16%;
    }

    .left_panel {
        height: 100%;
    }
}

@media(max-width:1200px) {
    header .logo img {
        position: relative;
        position: relative;
        left: -13px;
        top: 12px;
        max-width: 200px;
        width: 200px;
    }

    .navigation .menu ul li a {
        padding: 30px 10px 15px;
        font-size: 12px;
    }

    .header.stricky-fixed .navigation .menu ul li a {
        padding: 20px 10px 20px;
    }

    .services_feature .item-bx h4 {
        letter-spacing: 0px;
    }

    .services_feature .item-bx p {
        line-height: 24px;
        min-height: 192px;
    }

    .left_panel {
        height: 47%;
    }

    header .logo:before {
        width: 325px;
        /* background: #272727; */
        padding: 39px 40px;
        height: 100px;
    }
}

@media (max-width:1023px) {
    header .logo img {
        position: relative;
        position: relative;
        left: -50px;
        top: 5px;
        max-width: 150px;
        width: 150px;
    }

    .navigation {
        width: 100%;
    }

    .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;
        color: white;
    }

    .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;
    }


    .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;
    }
}

@media (max-width:980px) {
    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 img {
        margin-bottom: 10px;
        max-width: 60px;
    }

    .services_feature .item-bx {
        padding: 20px;
        min-height: initial;
    }

    .services_feature .item-bx p {
        height: auto;
        min-height: initial;
        line-height: 1.5;
    }

    .testimonials-box {
        margin-bottom: 0;
        padding: 30px 30px 15px;
    }

    .testimonials .item .info{
        margin-top: 15px;
    }

    .client-sec{
        padding: 40px 0;
    }

    .sub_footer_line{
        text-align: center;
        padding: 0 15px;
        padding-top: 15px;
    }

    .market{
        text-align: center;
        padding-bottom: 15px;
    }

    .client-sec .sec_h{
        font-size: 18px;
        line-height: 1.3;
    }

    article {
        margin-bottom: 20px;
    }

    .widget {
        margin-bottom: 25px;
    }

    footer .widget_info svg {
        left: 0;
    }

    .widget ul li {
        margin-bottom: 5px;
    }

}

@media (max-width:768px) {

    .testimonials .wht-say p {
        margin-bottom: 30px;
    }

    header .logo:before {
        width: 290px;
        height: 60px;
    }

    header .logo img {
        left: 0;
    }

    .homeSlider #slider img {
        height: 60vh;
        width: 100%;
        object-position: center;
        object-fit: cover;
    }

    .homeSlider #slider .sliderCaption h2 {
        font-size: 26px;
    }

    .h1_title {
        font-size: 22px;
    }

    .testimonials .item p{
        text-align: justify;
    }

    .wps_home_about .h1_title {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .text .exp .valign {
        line-height: 20px;
        font-size: 18px;
        padding-left: 15px;
    }

    .text .exp .valign br {
        display: none;
    }

    .text .exp .exp_num {
        font-size: 60px;
    }

    .h2_title_1 {
        font-size: 22px;
    }

    .about_img .about_img {
        width: 64% !important;
        position: absolute;
        bottom: 0px;
        right: 10px;
    }

    .services_feature {
        padding: 40px 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;
    }





    .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;
    }

    .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: 20px 0;
        background-size: cover;

    }

    .heading_banner .cat_title {
        font-size: 18px;
        padding: 7px 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%;
    }
}



@media (max-width:650px) {

    .home_about_2 .h2_title {
        font-size: 22px;
    }

    .home_about_2 h2,
    .home_about_2 h3 {
        font-size: 19px;
        line-height: 1.2;
    }


    .heading_banner {
        padding: 40px 0 30px;
        background-size: cover;

    }

    header .logo img {
        width: 117px;
        top: 0;
        padding: 3px 0;
    }

    .title_1 {
        font-size: 22px;
    }

    .inner_breadcrumb {
        display: none;
    }

    .blog_details1 .block-quote {
        padding: 15px 20px;
    }

    .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;
    }

}



@media (max-width:480px) {}

@media (max-width:320px) {}