.hidden_lg {
    display: none;
}

@media (max-width:1200px) {
    .navigation .menu ul>li>a {
        padding: 18px 6px;
        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%;
    }

    .news_section .event-info {
        padding: 10px;
    }
}

@media (max-width:1023px) {
    .hidden_lg {
        display: block;
    }

    .hidden_xs {
        display: none !important;
    }
    .header .topbar .top_left{float: right;}

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

    }
    .header .logo a{background: #fff;}
    .header .logo img {
        margin-top: -28px;
        background: #fff;
        padding-bottom: 4px;
        width: 90px;
    }

    .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: 8px;
        background: #fff;
        padding-bottom: 8px;
        width: 56px;
        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: #801e51;
        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 #993a6b;
        display: block;
    }

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

    .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: #993a6b
    }

    .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 ul li.cs-submenu ul.cs-dropdown li a button svg {
        transform: rotateZ(0deg);
        color: #fff;
      }
      .navigation ul li.cs-submenu ul.cs-dropdown li a button.rotated svg {
        transform: rotateZ(180deg);
    }

    .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: #993a6b
    }

    .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;
        width: 100%;
        padding: 7px 15px;
        line-height: normal;
        border-bottom: 1px solid #b35183;
    }

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

    .events-single-box .p-0{
        padding: 0 15px !important;
    }


    .single-service-style-one .image-block {
        height: auto;
    }
    .news_section .events-full-box:last-child{margin-bottom: 50px;}
}

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

@media (max-width:768px) {
    .footerArea svg.footerBG{top: -4%;}
    #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) {
    .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;
        background: #98b446
    }

    .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;
    }
.img500{
    width: 100%;
   float: left;
  min-height: 300px
}

}


@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;
    }
}