.hidden_lg {
    display: none;
}
@media (max-width:1300px) {
    .navigation .menu ul li a{
        font-size: 14px;
        padding: 16px 8px;
    }
}
@media (max-width:1200px) {
    .navigation .menu ul > li > a {
        padding: 16px 8px;
        display: block;
        text-transform: capitalize;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        font-size: 13px;
        background: none;
    }

    .navigation .menu ul > li ul.cs-dropdown li a {
        font-size: 13px;
    }

    .search-form {
        width: 60%;
    }

    .big_collection {
        height: 285px;
    }

    .small_collection {
        height: 170px;
    }

    .image04 {
        height: 165px;
    }

    .header-dropdown {
        margin-left: 0;
    }

    .cart-dropdown {
        margin-left: 0;
    }

    .news_section .event-info {
        padding: 10px;
    }
}
@media (max-width:1160px) {
    .navigation .menu ul > li > a {
        padding: 16px 3px;
        font-size: 12px;
    }
    .header .topbar .top_right > li{
        margin: 3px 0 0 2px;
    }
}
@media (max-width:1023px) {
    .hidden_lg {
        display: block;
    }

    .hidden_xs {
        display: none !important;
    }

    .header .logo {
        padding: 0px;
        margin-top: 0px;
        background: #fff;
        z-index: 999;
        padding-left: 5px;
        padding-right: 5px;
        width: 100px;
        height: 40px;
        margin-left: 20px;
        position: absolute;
        top: 35px;

    }

    .header .logo img {
        margin-top: -25px;
        background: #fff;
        padding-bottom: 6px;
    }

    .header .logo:before {
        position: absolute;
        top: 0px;
        left: -41px;
        content: '';
        border-style: solid;
        border-width: 23px;
        border-bottom-color: rgba(0, 0, 0, 0);
        border-left-color: rgba(0, 0, 0, 0);
        border-right-color: #fff;
        border-top-color: #fff;
    }

    .header .logo::after {
        position: absolute;
        top: 0px;
        right: -41px;
        content: '';
        border-style: solid;
        border-width: 23px;
        border-bottom-color: rgba(0, 0, 0, 0);
        border-right-color: rgba(0, 0, 0, 0);
        border-left-color: #fff;
        border-top-color: #fff;
    }


    .navigation_bar.stricky-fixed .responsive_logo {
        position: absolute;
    }

    .navigation_bar.stricky-fixed .logo {
        margin-left: 30px;
        width: 100px;
        height: 50px;
        position: absolute;
        top: 0;
        left:0;
    }

    .navigation_bar.stricky-fixed .logo img {
        margin-top: 3px;
        background: #fff;
        padding-bottom: 0px;
        width: 90px;
        position: relative;
        z-index: 9;
    }

    .navigation_bar.stricky-fixed .logo:before {
        position: absolute;
        top: 0px;
        left: -55px;
        content: '';
        border-style: solid;
        border-width: 30px;
        border-bottom-color: rgba(0, 0, 0, 0);
        border-left-color: rgba(0, 0, 0, 0);
        border-right-color: #fff;
        border-top-color: #fff;
    }

    .navigation_bar.stricky-fixed .logo:after {
        position: absolute;
        top: 0px;
        right: -55px;
        content: '';
        border-style: solid;
        border-width: 30px;
        border-bottom-color: rgba(0, 0, 0, 0);
        border-right-color: rgba(0, 0, 0, 0);
        border-left-color: #fff;
        border-top-color: #fff;
    }


    .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: #0962a2;
        left: 0;
        right: 0;
        text-align: left;
    }

    .navigation .menu ul {
        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: 13px;
        border-right: 1px dashed transparent;
        color: #fff;
        border-bottom: 1px solid #1a7bc1;
        display: block;
    }

    .navigation .menu ul li:last-child a {
        border-bottom: 1px solid #1a7bc1;
    }

    .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
    }

    .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: 2px;
        right: 10px;
        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: #267cb9
    }

    .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: 13px;
        padding: 7px 15px;
        line-height: normal;
        border-bottom: 1px solid #3793d5;
    }

    .navigation .menu ul.pull-right {
        text-align: left;
        justify-content: flex-start;
    }

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

    .navigation .menu ul.pull-right li:first-child ul.cs-dropdown li {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        height: auto;
    }
    .navigation .menu ul li ul.cs-dropdown li a:hover {
  color: #ffe93d;
  background: transparent;
}
    .sec-title{width: 100%;}
    .single-service-style-one .image-block{height: auto;}
}

@media (max-width:980px) {}

@media (max-width:768px) {
	.news_section .event-info {
    padding: 20px 15px;
    height: 425px;
}
#products .owl-nav .owl-prev{left: -10px;}
#products .owl-nav .owl-next{right: -10px;}
.about-inner:before{font-size: 70px;}
    .feature_item .feature_image .image{height: 180px;}
    .call-officers{margin-bottom: 30px;}
    .single-footer-widget .solutions-links{margin-bottom: 20px;}
    .text-right{text-align: left;}
    .copy{line-height: normal;}
    .market-list li{width: 50%;}
}

@media (max-width:650px) {
	.right_news h4 {
    padding: 10px;
    text-align: left;
    line-height: 18px;
    font-size: 15px;
    margin: 0px;
}
.blog_details_img {
    width: 100%;
    text-align: center;
    height: 330px;
    overflow: hidden;
    margin-bottom: 15px;
}



	.right-content {
    position: relative;
    padding: 0px 10px;
}
	.product_left_image .detail_image {
    width: 100%;
    text-align: center;
    display: none;
    overflow: hidden;
    position: relative;
    height: 400px;
    border: none;
    margin-bottom: 15px;
}
.section-title h4 {
    color: #167cc4;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 34px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
    .header .topbar .top_left > li {
        display: inline-block;
        padding: 3px 0px;
    }

    .search-form {
        width: 100%;
        z-index: 9990;
    }


    .width100m {
        width: 100% !important;
    }

    .about-content {
        padding: 50px 15px 30px;
    }

    .about-inner::after {
        content: "";
        width: 90px;
        height: 250px;
        position: absolute;
        top: 40px;
        right: 0px;
        font-size: 126px;
        z-index: -2;
    }

    .img-1 {
        position: absolute;
        top: 10px;
        z-index: -1;
        right: 0;
        width: 62%;
    }

    .heading {
        padding-bottom: 0;
    }

    .heading h2 {
        font-size: 28px;
    }

    .heading p {
        font-size: 18px;
        color: #333;
        font-weight: 500;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .sec-title h2 {
        font-size: 28px;
    }

    .section-title h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .section-title p {
        max-width: 330px;
    }

    .section-title h4 {
        padding: 0;
    }

    .feature-item {
        margin-bottom: 20px;
    }

    .home_theater::before {
        width: 100%;
    }

    .home_theater::after {
        width: 100%;
    }

    .theater-left {
        padding: 0 0 20px;
    }

    .theater-text h3 {
        font-size: 28px;
    }

    .content_box {
        position: absolute;
        top: 63%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 86%;
        padding: 20px 30px;
        background: rgba(255, 255, 255, 0.9);
        text-align: center;
    }

    .content_box p {
        font-size: 14px;
        line-height: 23px;
        color: #333;
    }

    .home_about-web-pulse .features-image {
        width: 100%;
    }

    .home_about-web-pulse .web-pulse-features-area {
        width: 100%;
    }

    .webpulse_welcome_col {
        padding: 40px 15px 40px 15px;
    }

    .webpulse_welcome_list {
        padding: 40px 15px 40px 15px;
    }

    .feture_box {
        margin-bottom: 10px;
    }

    .image04 {
        height: auto;
    }

    .image04 img {
        position: relative;
        top: 0%;
        left: 0%;
        transform: none;
    }

    .red-sec-heading {
        padding: 0px 0 70px;
    }



    .product_listing .product {
        padding: 15px 0px 15px 0;
        border-right: 0px solid #ccc;
    }

    .heading_banner {
        padding: 20px 0;
    }

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

    .heading_banner .cat_title2 {
        display: none
    }

    .global_image {
        display: none;
    }

    .testimonials {
        margin-bottom: 30px;
    }


    .product_right_image {
        float: right;
        width: 100%;
        margin: 0 0 15px 0px;
        text-align: center;
    }

   
}


@media (max-width:480px) {

    .inner_header {
        position: relative;
        background: url(../../index.html) no-repeat scroll center bottom;
        background-size: auto auto;
        background-size: cover;
        padding: 50px 0;
        width: 100%;
        margin: 0;
    }

    .left-list li:hover .submenu-list {
        display: none;
    }

    .feature_item .item {
        margin: 0;
    }


    .webpulse-home-slider .slider_caption {
        text-align: center;
        position: absolute;
        bottom: 40%;
        left: 0;
        z-index: 999
    }

    .webpulse-home-slider .slider_caption_right {
        text-align: center;
        position: absolute;
        bottom: 15%;
        right: 0px;
        z-index: 999
    }

    .webpulse-home-slider .slider_caption_up {
        text-align: center;
        position: absolute;
        bottom: 15%;
        left: 0;
        z-index: 999
    }

    .webpulse-home-slider .slider_caption_left {
        text-align: center;
        position: absolute;
        bottom: 15%;
        left: 0px;
        z-index: 999
    }

    .slider_caption_left h3 {
        color: #fff;
        display: inline-block;
        padding: 5px 10px
    }

    .webpulse-home-slider .slider_caption h2 {
        color: #fff;
        display: inline-block;
        padding: 5px 10px;
        margin-bottom: 5px
    }

    .webpulse-home-slider .slider_caption h3 {
        color: #fff;
        display: inline-block;
        padding: 5px 10px
    }

    .webpulse-home-slider .slider_caption_right h3 {
        color: #fff;
        display: inline-block;
        padding: 5px 10px
    }

    .webpulse-home-slider .slider_caption_up h3 {
        color: #fff;
        display: inline-block;
        padding: 5px 10px
    }

    .header-dropdown {
        margin-left: 0;
    }

    .news_section .event-info {
        padding: 20px 30px;
    }
}