@media (min-width:1023px) {
  .header .int_logo::before {
    content: "";
    background: white;
    top: -42px;
    left: -90px;
    display: block;
    position: absolute;
    height: 138px;
    width: 279px;
    border-radius: 15px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  }


  .main-menu-row::before {
    background-color: #fff;
    clip-path: polygon(0 0, 0% 0%, 100% 100%, 0% 100%);
    width: 50px;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
  }

  .main-menu-row:after {
    background-color: var(--pri);
    transform: skewX(24.5deg);
    width: 7px;
    height: 100%;
    content: "";
    position: absolute;
    left: 7px;
    top: 0;
    z-index: 3;
    pointer-events: none;
  }

  .navigation .menu ul li ul.cs-dropdown.mg li {
    width: 50%;
    float: left;
  }

  .navigation .menu ul li ul.cs-dropdown.mg {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
  }

  .navigation .menu ul li:last-child a {
    padding-right: 0;
  }

  .menu-bar.stricky-fixed .int_logo::before{
    content: none;  
  }

  .menu-bar.stricky-fixed{
    padding: 0 35px;
    background-color: #f3f3f3;
  }

  .stricky-fixed .navigation ul li.cs-submenu a button{
    color: var(--black);
  }

  .stricky-fixed .navigation .menu ul li a{
    color: var(--black);
    text-shadow: none;
    font-weight: 600;
    font-size: 16px;
    padding: 30px 9px;
    letter-spacing: 0;
  }

  .stricky-fixed .navigation ul li.cs-submenu:hover svg{
    color: var(--black);
  }
}

@media (max-width:1400px) {
  .bx-pr .des {
    bottom: -90px;
  }
}

@media (max-width:1023px) {
  .table-res {
    overflow-x: auto;
  }

  .bx-pr .des {
    bottom: -100px;
  }

  .header .int_logo {
    max-width: 115px;
    position: absolute;
    z-index: 5;
    top: 0;
  }

  .navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    display: none;
  }

  .portfolio.full-bg {
    padding-left: 0;
  }

  .header {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 99;
    padding: 0;
  }

  .header .row {
    align-items: center;
  }

  .navigation {
    float: left;
    width: 100%;
    position: static;
    background: #fff;
  }

  .navigation::before {
    background: #fff;
  }

  .navigation .navbar {
    display: block;
    float: left;
    width: 100%;
    padding: 12px 0;
  }

  .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: var(--pri);
    left: 0;
    right: 0;
    text-align: left;
  }

  .navigation .menu ul li {
    padding: 0;
    float: left;
    width: 100%;
    display: block
  }

  .navigation .menu ul li a {
    padding: 8px 15px;
    text-align: left;
    font-size: 15px;
    border-right: 1px dashed transparent;
    color: #fff;
    border-bottom: 1px solid #11394e;
    display: block;
    letter-spacing: normal;
    text-shadow: none;
  }

  .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: 0px;
    right: 0;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 16px;
    height: 35px;
    outline: none;
    width: 50px;
    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);
    color: white;
  }

  .navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(0deg);
    color: white;
  }

  .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: 11px 15px;
    line-height: normal;
    border-bottom: 1px solid #142a36;
    background: #143141;
  }

  .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li a {
    background: #414951;
  }

  .mobile_hide {
    display: none !important;
  }

  .navigation .menu ul li.active a,
  .navigation .menu ul li:hover a {
    color: white;
    border-color: transparent;
  }

  .navigation .menu ul li:hover ul.cs-dropdown {
    display: none;
  }


  .navigation .menu ul>li ul.cs-dropdown {
    width: 100%;
  }

  .navigation .menu ul>li ul.cs-dropdown li {
    width: 100%;
  }

  .navigation .menu ul>li ul.cs-dropdown li:nth-child(even) {
    border-left: 0;
  }

  .sliderInfo {
    padding: 20px 0 0;
  }

  .slide.noBg .sliderInfo {
    padding: 0;
    margin-top: -160px;
  }

  .sliderInfo p {
    margin-right: 50px;
  }

  .sliderImage {
    margin-top: -50px;
  }

  .navigation .menu ul li:nth-child(4) ul.cs-dropdown li {
    width: 100%;
  }

  .navigation .menu ul li:nth-child(5) ul.cs-dropdown li {
    width: 100%;
  }


}

@media (max-width:980px) {


  .footer_widget {
    margin-bottom: 25px;
  }

  .about-two__image__inner {
    margin: 0 auto 40px;
  }

  .counter-sec .tt {
    text-align: center;
    margin-bottom: 25px;
    font-size: 35px;
    line-height: normal;
  }


  .fect-icon-bx {
    border: 0;
  }


  .pr-li .tx-bx {
    padding: 10px;
    padding-top: 5px;
  }

  .pr-li .tx-bx .info {
    max-height: 150px;
  }

  .welcomeSection .welcomeImg {
    max-width: 100%;
  }

  .homeSlider .sliderItem .sliderInner .imgDiv {
    width: 100%;
  }

  .sliderItem:before {
    background: transparent;
  }

  .sliderItem .caption .sliderTitle_1 {
    font-size: 40px;
    line-height: normal;
  }

  .services {
    background-color: #eee;
  }

  .services .feat-top {
    padding: 80px 10px 30px;
    width: 100%;
  }

  .services .feat-top .item-sm {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
  }

  .imago {
    clip-path: none;
  }

  .portfolio.full-bg .cluom {
    height: auto;
  }

  .portfolio.full-bg .cluom.current .info::after {
    height: 0%;
  }

  .videoTitle {
    font: normal 700 20px Oswald;
  }
}

@media (max-width:768px) {

  .about_page .abt-cont {
    padding: 50px 20px;
  }

  .abt-video-sec .av-tx-bx .tt {
    font-size: 34px;
  }

  .bx-pr .des {
    bottom: -99px;
  }

  .counter-sec .btm-bar {
    justify-content: center;
    text-align: center;
  }

  .counter-sec .eq-btn {
    margin-top: 17px;
  }

  .client-sec {
    padding: 50px 0;
  }

  .topcon-sec p {
    text-align: justify;
  }

  .border-box {
    padding: 25px;
  }

  .testimonials_bx {
    padding: 20px;
  }

  .counter-bx {
    text-align: center;
    padding: 0;
  }

  .counter-bx::before {
    content: none;
  }

  .about-two__image__inner__inner {
    display: none;
  }

  .abt-sec .tx_bx .main-tt {
    font-size: 28px;
    line-height: normal;
  }

  .pro-cont-bx {
    padding: 25px;
  }

  .about-two__experience {
    top: 60%;
    left: auto;
    right: -11px;
    transform: scale(1.1);
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 23px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    height: 15px;
    width: 15px;
  }

  .carousel-control-prev {
    left: 0px;
    border-radius: 0 3px 3px 0;
  }

  .carousel-control-next {
    right: 0px;
    border-radius: 3px 0px 0px 3px;
  }

  .view_btn {
    display: none;
  }

  .product_right_image .detail_image {
    height: 370px;
  }

  .contact_form_grid1 ul.social {
    margin-bottom: 10px;
  }

  .blog-2 .blog-photo img {
    height: auto;
  }

  .blog-2 .detail {
    padding: 25px;
  }

  .title_1 {
    font-size: 30px;
  }

  .welcomeSection .welcomeImg .years-exp .exp-text {
    position: unset;
    width: 100%;
  }

  .welcomeSection .welcomeImg .years-exp .exp-text .yearNumber {
    display: block;
  }

  .welcomeSection .welcomeImg .years-exp .exp-text .yearNumber:after {
    right: 0;
    top: 0%;
  }

  .welcomeSection .welcomeImg .years-exp .exp-text .yearNumber::before {
    right: 0;
    top: 0%;
  }

  .welcomeSection .welcomeImg {
    max-width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 20px;
  }

  .welcomeSection {
    padding-top: 40px;
  }

  .over-bx {
    display: none;
  }

  .heading_banner {
    background-size: cover;
    padding: 40px 0;
  }

  .welcomeSection .leftImage {
    margin-bottom: 20px;
  }

  .inner_breadcrumb {
    display: none;
  }

  .aboutGallery {
    position: relative;
    left: 0;
  }

  .colImage {
    padding: 10px;
  }

  .title_2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .videoInfo {
    padding: 20px;
    top: 75%;
  }

  .friendlyNature_title .title11 {
    font-size: 30px;
  }

  .friendlyNature_block {
    justify-content: left;
    margin-bottom: 15px;
    border: 1px solid #eee;
    padding: 10px;
  }

  .homeAccessories .title_2 {
    max-width: 300px;
  }


  .homeSlider .swiper-button-prev,
  .homeSlider .swiper-button-next {
    height: 35px;
    width: 35px;
    bottom: 15px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
  }

  .homeSlider .swiper-button-prev {
    right: 55px;
    left: auto;
  }

  .homeSlider .swiper-button-next {
    right: 15px;
    left: auto;
  }

  .homeSingle {
    margin-bottom: 20px;
  }

  .banner-contact {
    display: block;
    float: left;
  }

  .banner-contact .call-us {
    margin-bottom: 10px;
  }

  .footer_widget {
    margin-bottom: 20px;
  }

  .market-list li {
    width: 50%;
  }

  .productInfo span.btn-curve {
    padding: 7px 25px;
  }

  .product-sec,
  .abt-video-sec {
    padding: 50px 0;
  }
}

@media (max-width:700px) {}

@media (max-width:480px) {
  .team-bx .p-name {
    right: 24px;
    bottom: 56px;
  }

  .service_content .center_box {
    padding: 20px;
  }

  .heading_banner .cat_title {
    font-size: 20px;
  }

  .nivo-caption {
    padding: 7px;
    padding-left: 15px;
    max-width: 180px;
    width: auto;
  }

  .nivo-caption .main-tt {
    /* display: none; */
    text-shadow: none;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
  }

  .nivo-controlNav {
    bottom: 10px;
  }

  .nivo-caption p {
    display: none;
  }

  .business-enq {
    bottom: 18px;
    left: 13px;
  }

  .progress-wrap {
    bottom: 17px;
    right: 13px;
  }

  .whatapp_btn {
    left: 15px;
    bottom: 68px;
  }

}

@media (max-width:320px) {}