/**
 * RESPONSIVE CSS
 *
 * Note that these rules overrule the main stylesheet
 * Mobilization and maintaince
 * As Required
 */

 /**
  *
  * MAX-WIDTH
  *
  */

@media only screen and (max-width: 2000px) {

}

@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1199px) {
  .largerSlider_1 > .full-container {
    padding-left: calc((100% - 960px)/ 2);
  }
  .largerSlider_2 > .full-container {
    padding-right: calc((100% - 960px)/ 2);
  }
}

@media only screen and (max-width: 1199px) {
  .largerSlider_1 > .container {
    max-width: 768px;
  }
  .largerSlider_2 > .container {
    max-width: 768px;
  }
  .largerSlider_2 > .full-container {
    padding-right: 0;
  }
  .mainmenu {
    display: none;
  }
  ul.support-lists {
    top: 70%;
  }
  .customSlide_industry .slick-slide:hover .content-section {
    transform: inherit;
    overflow: hidden;
    margin-bottom: inherit;
  }
  .customSlide_industry .slick-slide:hover .content-section p,
  .customSlide_industry .slick-slide:active .content-section p,
  .customSlide_industry .slick-slide:focus .content-section p {
    color: var(--i-green)!important;
  }
  ul[class*="list-"] {
    margin-left: -40px;
  }
  .caseStudy-section1 .portfolio-bx.style2 .mfp-link {
    border-radius: 50%;
    line-height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .sliderCustom_size .owl-carousel .owl-item img {
    max-height: 350px;
    height: 350px;
    object-fit: cover;
    width: 100%;
    min-width: auto;
    overflow: hidden;
  }
  .header-navs {
    display: block;
  }
  .menu-cover-title {
    top: 30%;
    font-size: 20vw;
  }
  body.home .header-full.style1.white .header-social ul li a {
    color: #fff!important;
  }
  body.home .header-full.style1.white .is-fixed .header-social ul li a {
    color: #000!important;
  }
  .header-full.style1.white .header-social ul li {
    margin: 0 14px 0px 0;
  }
  .cursor,
  .cursor-follower {
    display: none;
  }
  .site-header .full-sidenav ul.custom_info-section {
    display: none;
  }
  .header-nav.full-sidenav .social-menu {
    padding-top: 32px;
  }
  .full-sidenav.header-nav ul#menu-mobile-menu {
  }
  .section-head.sec-head-medium .head-title {
    font-size: 65px;
  }
  .container1 .inner1 {
    width: 650px;
  }
  .topFeaturedSections > .wpb_column {
    padding: 0;
  }
  .section-head .head-title {
    font-size: 45px;
  }
  .archia-section.numbers_2.medium-padding.cth_column-gap-0 {
    padding-bottom: 5rem;
  }
  .custom-testimonialBlock .head-title ~ .sec-title-desc p {
    margin: 5px auto 19px auto;
  }
  div#custom_html-13 > .textwidget {
    height: 700px;
  }
  .owl-carousel .owl-item .blog-post img {
    max-height: 209px;
    min-height: 209px;
  }
  .site-header .full-sidenav .header-navs {
    padding: 10px 0px 10px 0px;
    margin-top: 40px;
  }
  .site-header .full-sidenav .header-navs nav#site-navigation {
    padding: 10px 0px 10px 25px;
  }
  .site-header .full-sidenav .header-navs .side-nav_title {
    border-bottom: 1px solid #dddddd;
  }
  .site-header .full-sidenav .header-navs .side-nav_title h3 {
    font-size: 25px;
    padding: 10px 0px;
    font-family: 'Cormorant', serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #181818;
  }
  .caseStudy-block .mega_info_box .mega-info-img {
    width: 100%;
  }
  .newFeatureBox.servicePageBox1 > .wpb_column {
    height: 286px;
    background-color: #fff;
    padding: 2rem 1rem 0 1rem;
    width: 46%;
    margin-bottom: 2rem;
    margin-left: 2%;
    margin-right: 2%;
  }
  .customLogoBlock .vc_col-sm-2.vc_column_container {
    width: 25%;
    display: inline-block;
  }
  .vc_custom_1638467934896.customLogoBlock .vc_col-sm-2.vc_column_container {
    width: 16.66666667%;
  }
  .customLogoBlock .ih-item.circle.effect7 .img {
    padding: 0;
  }
  .caseStudy-block .vc_col-sm-4 .mega_info_box .mega-info-img {
    width: 100%;
    height: 150px;
  }
  .caseStudy-block .vc_col-sm-4 .nonesss {
    padding: 0;
  }
  .col-md-3.blog-sidebar-column {
    position: fixed;
    width: 400px;
    max-width: unset;
    flex: unset;
    -ms-flex: unset;
    margin-left: -420px;
    opacity: 0;
    padding: 2rem 0;
    height: auto;
    background: var(--light-bg);
    margin-top: 70px;
    overflow-y: auto;
    z-index: 999;
    top: 0;
    left:0;
    bottom: 0;
    visibility: hidden;
    transition: var(--transition);
  }
  .col-md-3.blog-sidebar-column.showSidebar {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    transition: var(--transition);
  }
  .filterBox #openSidebar,
  .filterBox #closeSidebar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-family: 'Cormorant', serif;
    font-weight: 700;
  }
  .filterBox.filterBox-open.hideButton {
    opacity: 0;
    visibility: hidden;
    top: -140px;
    transition: var(--transition);
  }
  .filterBox.filterBox-close {
    opacity: 0;
    visibility: hidden;
    bottom: -70px;
    transition: var(--transition);
  }
  .filterBox.filterBox-open {
    opacity: 1;
    visibility: visible;
    width: 100%;
    background: #222;
    color: #fff;
    left:0;
    text-align: center;
    padding: 1rem 0;
    top: 70px;
    z-index: 999;
    position: fixed;
    transition: var(--transition);
  }
  .filterBox i {
    margin-left: 10px;
  }
  .filterBox.filterBox-close.showButton {
    width: 400px;
    position: fixed;
    opacity: 1;
    visibility: visible;
    left: 0;
    bottom: 0;
    z-index: 9999;
    padding: 1.5rem 0;
    background: #222;
    color: #fff;
    text-align: center;
  }
  .col-md-9.display-posts.hassidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .blog-sidebar.box-widget-wrap.fl-wrap.left-sidebar.side-bar.sticky-top {
    margin-left: 0;
    margin-right: 0;
    padding: 2rem;
  }
  .archi-footer.site-footer .vc_column_container.vc_col-sm-3 {
    width: 25%;
  }
  .content-inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .uniqueImages.paddingChange .wpb_single_image img {
    height: 450px;
    margin-top: 3rem;
  }
  .service-scroll-nav ul {
    flex-wrap: nowrap;
  }
  .service-scroll-nav ul li a {
    padding: 15px 10px;
  }
  .uniqueImages.archia-section.medium-padding.paddingChange {
    padding-top: 5rem;
  }
  .uniqueImages.paddingChange .wpb_single_image img {
    height: 400px;
    margin-top: 3rem;
  }
  .serviceBlock_text.vc_col-sm-6:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .serviceBlock_text.vc_col-sm-6:first-child {
    margin-left: 0;
    margin-right: 0;
  }
  .serviceBlock_img .wpb_single_image img {
    height: 350px!important;
  }
  .serviceBlock_text.order_2.wpb_column.vc_column_container.vc_col-sm-6 {
    order: 2;
  }
  .serviceBlock_text {
    padding-right: 0;
    padding-left: 2rem;
  }
  .site-header .full-sidenav .mainTitle h1 {
    display: none;
  }
  .mainTitle a.custom-logo-link img {
    width: 350px;
    object-position: left;
    height: 100%;
    object-fit: contain;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  .mainTitle a.custom-logo-link {
    display: block;
  }
  .box-widget-item, .widget-bx {
    box-shadow: none;
    border: none;
  }
  .extraLining.vc_col-sm-3,
  .largerMobile_block.vc_col-sm-9 {
    width: 100%;
  }
  .customSlide_industry .slick-list {
    padding-left: unset;
    padding-right: unset;
    left: unset;
  }
  .customSlide_industry.slick-slider img {
    height: 300px!important;
  }
  .customSlide_industry.slick-dotted.slick-slider {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .customSlide_industry.slider {
    margin: 0;
  }
  .caseStudy-section1 .dlab-media, .caseStudy-section1 .dlab-media {
    height: 350px;
  }
  .caseStudy-section1 .owl-carousel .owl-item img {
    max-height: 350px;
    height: 350px;
    width: 100%!important;
  }
  .caseStudy-section1 .project-carousel.owl-btn-center-lr.owl-carousel.mfp-gallery.owl-loaded.owl-drag {
    max-height: 350px;
  }
  .site-header .full-sidenav {
    width: 445px;
    overflow: hidden;
  }
  .full-sidenav.header-nav ul#menu-mobile-menu > li > a {
    font-size: 18px;
  }
  .full-sidenav.header-nav ul#menu-mobile-menu > li {
    padding: 5px 0;
  }
  .site-header .full-sidenav .mCSB_container:not(.mCSB_container.specific_controlledBox) {
    padding: 50px 25px 80px 51px;
    height: auto;
  }
  .mo-left .header-nav {
    height: 100vh !important;
  }
  .mainTitle a.custom-logo-link img {
    width: 250px;
  }
  .full-sidenav.header-nav ul#menu-mobile-menu {
    margin-left: -60px;
  }
  .mainSubtitle h4 {
    font-size: 16px;
    margin: 20px 0 0;
  }
  .mCSB_dragger {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .contactForm_1 .wpb_raw_html.contentHtml_1 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .section-head .head-title {
    font-size: 40px;
  }
  .head-title ~ .sec-title-desc p {
    max-width: 500px;
  }
}

@media only screen and (max-width: 991px) {
  .largerSlider_1 > .full-container,
  .largerSlider_2 > .full-container {
    width: 86%;
    margin: 0 auto;
  }
  .woocommerce ul.products li.product-category.product {
  
    width: 100%!important;}

  .vc_custom_1638467934896.customLogoBlock .vc_col-sm-2.vc_column_container {
    width: 33.3333%;
  }
  .head-title ~ .sec-title-desc p {
    margin: 5px 0 39px 0;
    font-size: 18px;
  }
  .text-center .head-title ~ .sec-title-desc p {
    margin: 5px auto 39px auto;
  }
  .sliderCustom_size .owl-carousel .owl-item img {
    min-width: 400px;
    max-width: 400px;
    height: 300px;
  }
  .sliderCustom_size .owl-drag .owl-item {
    height: 300px;
    margin-top: 2rem;
  }
  .largerSlider_1.archia-section.medium-padding {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .newFeatureBox.servicePageBox1 > .wpb_column {
    height: 315px;
    float: left;
  }
  .header-content-bx .archia-row.row {
    flex-wrap: nowrap;
  }
  .mobile-content_1 {
    display: none;
  }
  .sliderCustom_size .owl-carousel .owl-item img {
    min-width: none;
  }
  .form-box .icon-content {
    width: 75%;
    margin-left: 5%;
  }
  .menu-cover-title {
    top: 26%;
    font-size: 23vw;
  }
  div#custom_html-13 > .textwidget {
    height: 500px;
  }
  div#custom_html-2 .container1 {
    position: absolute;
    left: unset;
    right: -30%;
    opacity: 0.1;
  }
  .numbers_1 .cth-counter-wrap.archia-counter.counter-center {
    width: auto;
    background: #fff;
    display: flex;
    outline: 1px solid #fff;
    outline-offset: 10px;
    height: 150px;
    align-items: center;
    justify-content: flex-start;
  }
  .counter_block-1 .archia-counter .counter {
    font-size: 60px;
    position: relative;
    opacity: 1;
    color: #181818;
    transform: none;
    margin-bottom: 10px;
    top: unset;
    z-index: 1;
    left: unset;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid;
  }
  .counter_block-1 .text-black {
    font-size: 14px;
    white-space: pre-wrap;
    display: flex;
  }
  .archia-section.medium-padding {
    padding-bottom: 80px;
  }
  .vc_col-sm-6,
  .vc_col-sm-8,
  .vc_col-sm-4 {
    width: 100%;
  }
  .newFeatureBox .wpb_column.vc_column_container.vc_col-sm-2 {
    width: 46%;
    float: left;
  }
  .client-box-full .testimonial-text p {
    font-size: 13px;
    line-height: 20px;
  }
  .archia-section.numbers_2 h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .client-box-full .testimonial-detail .testimonial-name {
    font-size: 18px;
    letter-spacing: 1.4px;
  }
  .site-footer .widget {
    text-align: left;
  }
  .logo_slides .custom-owl_stage-3 {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .newsletter-section div.ctct-form-embed form.ctct-form-custom {
    max-width: 60%!important;
  }
  .archi-footer.site-footer .footer-top [class*="col-"] {
    width:50%;
    padding: 20px 30px 0 30px;
    max-height: 200px;
  }
  body.page-id-1529 .wpb_single_image img {
    height: 400px;
    object-fit: cover;
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .customLogoBlock .vc_col-sm-2.vc_column_container {
    width: 33.3333%;
  }
  .customLogoBlock .ih-item.circle.effect7 .img {
    padding: 0;
  }
  .largerSlider_1 > .container {
    width: 100%;
  }
  .largerSlider_2 > .container {
    width: 100%;
  }
  .industryStudy-Block .vc_col-sm-4 {
    width: 33.3333%;
    display: inline-block;
    float: left;
  }
  .caseStudy-block .vc_col-sm-4 .mega_info_box .mega-info-img {
    height: 225px;
  }
  .caseStudy-block.industryStudy-Block .mega_info_box .mega-info-title {
    font-size: 22px;
  }
  footer .logo-header {
    width: 350px;
  }
  footer .logo-header img {
    width: 250px;
    height: 100%;
    object-fit: contain;
  }
  .numbers_bg1 .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    margin-bottom: 3rem;
  }
  .numbers_bg1 .wpb_column.vc_column_container.vc_col-sm-3:nth-child(1),
  .numbers_bg1 .wpb_column.vc_column_container.vc_col-sm-3:nth-child(2) {
    margin-bottom: 4rem;
  }
  .numbers_bg1 .wpb_column.vc_column_container.vc_col-sm-3:nth-child(3),
  .numbers_bg1 .wpb_column.vc_column_container.vc_col-sm-3:nth-child(4) {
    margin-bottom: 0;
  }
  .phoneBoxmobile .vc_col-sm-6:first-child {
    width: 60%;
    float: left;
  }
  .phoneBoxmobile .vc_col-sm-6:last-child {
    width: 40%;
    float: left;
  }
  .phoneBoxmobile .section-head.sec-head-medium .head-title {
    font-size: 60px;
    line-height: 60px;
  }
  .phoneBoxmobile.archia-section.small-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .content-inner-1 .vc_col-md-6 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .form-content-box {
    background-image: none;
  }
  .form-box .icon-bx-wraper.left .icon-md {
    width: 50px;
    height: 50px;
    float: left;
    line-height: unset;
  }
  .form-box .icon-content {
    float: left;
  }
  .form-box .icon-md i {
    font-size: 25px;
    line-height: 50px;
  }
  .cth-btn-wrap {
    width: 50
  }
  .phone_body {
    height: 400px;
    transform: scale(0.8);
  }
  .extraLining.vc_col-sm-3,
  .largerMobile_block.vc_col-sm-9 {
    width: 100%;
  }
  .customSlide_industry .slick-list {
    padding-left: unset;
    padding-right: unset;
    left: unset;
  }
  .customSlide_industry.slick-slider img {
    height: 300px!important;
  }
  .customSlide_industry.slick-dotted.slick-slider {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .customSlide_industry.slider {
    margin: 0;
  }
  .testimonial_imgBlock.vc_col-sm-6 {
    order: 1;
  }
  .testimonial_textBlock.vc_col-sm-6 {
    order: 2;
  }
  .testimonial_blocks-page .testimonial_blocks-inner {
    height: 100%;
  }
  .testimonial_imgBlock .wpb_single_image img {
    height: 450px;
  }
  .testimonial_blocks-page .testimonial_blocks-inner .testimonial_textBlock {
    padding: 2rem 3rem 0 3rem;
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  body.woocommerce.single-product div.product form.cart table td {
    width: 70%;
  }
  body.woocommerce.single-product div.product div.images {
    width: 100%;
  }
  body.woocommerce.single-product .col-md-9.col-wrap.display-post.hassidebar:before {
      content: '';
      top: 0;
      left: 10px;
      display: block;
      width: 200px;
      height: 200px;
      position: absolute;
      background-image: url("https://impactmt.com/wp-content/themes/impactbase/assets/images/pattern/pt1.png");
      background-repeat: no-repeat;
      background-position: center;
  }

  body.woocommerce.single-product div.product div.images.woocommerce-product-gallery::before {
      content: '';
      bottom: -20px;
      right: -20px;
      display: block;
      width: 200px;
      height: 200px;
      position: absolute;
      z-index: -1;
      position: absolute;
      background-image: url("https://impactmt.com/wp-content/themes/impactbase/assets/images/pattern/pt1.png");
      background-repeat: no-repeat;
      background-position: center;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }
}

@media only screen and (max-width: 600px) {
  .folio-two-cols .folio-item {
    max-height: none;
    min-height: 1px;
  }
  .archia-section.small-padding {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
  .customSlide_industry .slick-slide .content-section p {
    white-space: nowrap;
  }
  .form-box .icon-content {
    width: 100%;
    margin-left: 5%;
  }
  .phoneBoxmobile .vc_col-sm-6:first-child {
    width: 100%;
    float: left;
  }
  .phoneBoxmobile .vc_col-sm-6:last-child {
    width: 100%;
    float: left;
  }
}

@media only screen and (max-width: 500px) {
  div#custom_html-13 > .textwidget {
    height: 400px;
  }
  .phoneBoxmobile .vc_col-sm-6:first-child {
    width: 100%;
    float: none;
  }
  .phoneBoxmobile .vc_col-sm-6:last-child {
    width: 100%;
    float: none;
  }
  .numbers_bg1 .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .numbers_bg1 .wpb_column.vc_column_container.vc_col-sm-3:nth-child(1),
  .numbers_bg1 .wpb_column.vc_column_container.vc_col-sm-3:nth-child(2) {
    margin-bottom: 2rem;
  }
  .numbers_bg1 .wpb_column.vc_column_container.vc_col-sm-3:nth-child(3),
  .numbers_bg1 .wpb_column.vc_column_container.vc_col-sm-3:nth-child(4) {
    margin-bottom: 2rem;
  }
  .caseStudy-block.industryStudy-Block .mega_info_box .mega-info-title {
    font-size: 26px;
  }
  .filterBox #openSidebar, .filterBox #closeSidebar {
    font-size: 18px;
  }
  .col-md-3.blog-sidebar-column {
    width: 100%;
  }
  .videoSection-text {
    width: 100%;
    margin: 0 auto;
  }
  .header-full.style1 .is-fixed .header-content-bx > .logo-header, .header-full.style1 .header-content-bx .logo-header {
    height: 50px;
  }
  .site-header .full-sidenav {
    width: 100%;
    overflow-x: hidden;
    z-index: 99999;
  }
  .custom_menu-close.active {
    height: 103px;
    width: 103px;
  }
  .site-header .full-sidenav .mCSB_container:not(.mCSB_container.specific_controlledBox) {
    padding: 85px 20px 40px 21px;
    height: auto;
  }
  .site-header .full-sidenav .mCSB_container {
    overflow: unset;
    height: auto;
  }
  .mCustomScrollBox {
    height: auto;
  }
  .mainSubtitle h4 {
    line-height: 20px;
    font-size: 15px;
    margin: 0px 0 15px 0;
  }
  .site-header .full-sidenav .header-navs {
    margin-top: 30px;
  }
  .section-head.sec-head-medium .head-title {
    font-size: 50px;
  }
  .head-title ~ .sec-title-desc p {
    font-size: 16px;
  }
  footer .logo-header img {
	max-width: 50%;
  }
  p {
    color: #666;
  }
  .archia-section.numbers_1 .vc_column_container.vc_col-sm-3 {
    margin: 40px 0;
  }
  .form-box .icon-bx-wraper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    flex-direction: unset;
  }
  .form-box .icon-content {
    width: 75%;
    display: inline-block;
    margin-left: 5%;
    float: left;
  }
  .form-content-box {
    background-image: none;
  }
  .newFeatureBox .wpb_column.vc_column_container.vc_col-sm-2 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: none;
  }
  .topFeaturedSections > .wpb_column {
    padding: 0;
    margin-left: 15px;
    padding-right: 15px;
  }
  .numbers_1 .cth-counter-wrap.archia-counter.counter-center {
    height: 170px;
    align-items: center;
    justify-content: center;
  }
  .cth-btn-wrap {
    margin-bottom: 20px;
  }
  .archia-section.numbers_1.small-padding.cth_column-gap-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .full-sidenav.header-nav ul#menu-mobile-menu > li > a {
    font-size: 15px;
  }
  .industryStudy-Block.caseStudy-block .vc_column_container.vc_col-sm-4 {
    margin-bottom: 2rem;
  }
  .caseStudy-block .mega_info_box .mega-info-desc:before {
    display: none;
  }
  .caseStudy-block .mega_info_box .mega-info-desc p {
    color: #888;
    margin: 5px 0 5px 0;
  }
  .vc_empty_space {
    display: none;
  }
  .caseStudy-block .mega_info_box .mega-info-img {
    filter: grayscale(0.8);
    height: 200px;
  }
  .archia-section.numbers_2::before {
    height: 70%;
    bottom: 10%;
  }
  ul.support-lists {
    display: none;
  }
  .owl-carousel .owl-item .blog-post img {
    max-height: 240px;
    min-height: 240px;
  }
  .newsletter-section div.ctct-form-embed form.ctct-form-custom {
    max-width: 100%!important;
  }
  .archi-footer.site-footer .footer-top [class*="col-"] {
    padding: 20px 0 0 0;
    text-align: left;
  }
  .archi-footer.site-footer .widget .title {
    text-align: left;
  }
  .archi-footer.site-footer .widget-info p {
    text-align: left;
  }
  footer p span.footer_caps {
    letter-spacing: normal;
  }
  .archi-footer.site-footer .footer-top [class*="col-"]:last-child, .archi-footer.site-footer .footer-top [class*="col-"] {
    padding: 20px 0px 30px;
    border-right: 0;
    text-align: left;
  }
  .logo_slides .section-head.sec-head-medium .head-title {
    font-size: 70px;
    line-height: 60px;
  }
  body.page-id-1529 .wpb_single_image img {
    height: 300px;
    object-fit: cover;
    max-width: 100%;
    margin-bottom: 0;
  }
  .hidden_mobileExplo {
    display: block;
  }
  .hidden_mobileSwitch .head-title ~ .sec-title-desc p {
    display: none;
  }
  .hidden_mobileSwitch.section-head.sec-head-medium {
    margin-bottom: 10px;
  }
  .newFeatureBox.servicePageBox1 > .wpb_column {
    height: 300px;
    width: 90%;
    margin-bottom: 2rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .sliderCustom_size .owl-carousel .owl-item img {
    min-width: 330px;
    max-width: 330px;
    height: 200px;
  }
  .sliderCustom_size .owl-drag .owl-item {
    height: 200px;
  }
  .sliderCustom_size .owl-carousel .owl-stage {
    left: 0;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .text-blockSection {
    width: 100%;
  }
  .uniqueImages.archia-section.medium-padding .vc_col-sm-7 {
    width: 100%;
    padding-right: 0px;
  }
  .uniqueImages .section-head.sec-head-medium .head-title {
    font-size: 35px;
  }
  .sliderCustom_size .exhibition-carousel .owl-dot {
    margin: 10px 0;
  }
  .form-box.vc_column_container {
    padding: 0;
  }
  .text-blockSection {
    margin: 0px 0px 11px 15px;
    padding: 0px 0px 0px 9px;
  }
  .uniqueImages .text-blockSection p {
    font-size: 12.5px;
  }
  .wpb_column.vc_column_container.vc_col-sm-2 {
    width: 50%;
    display: inline-block;
  }
  .customLogoBlock .ih-item.circle .img img {
    height: 100%;
    padding: 0;
    filter: none;
  }
  .customLogoBlock .ih-item.circle.effect7 .img {
    padding: 0;
  }
  .customLogoBlock .section-head.sec-head-medium .head-title {
    font-size: 60px;
    line-height: 1.023;
  }
  .customLogoBlock.archia-section.medium-padding {
    padding-bottom: 4rem;
    padding-top: 3rem;
  }
  .archi-footer.site-footer .footer-top [class*="col-"]:first-child {
    padding: 20px 0px;
  }
  footer .logo-header {
    max-width: 100px;
  }
  .footer-bottom .wpb_content_element {
    padding: 10px 0 15px 0;
  }
  .form-box .icon-bx-wraper.left .icon-md {
    width: 50px;
    height: 50px;
    line-height: unset;
  }
  .form-box .icon-md i {
    font-size: 25px;
    line-height: 50px;
  }
  .phone_body {
    height: 400px;
    transform: scale(0.8);
  }
  .owl-btn-center-lr .owl-nav {
    margin: 20px 0 0 0;
    display: flex;
    width: 100%;
    justify-content: center;
    width: 100%;
  }
  .client-box-full .owl-nav .owl-next,
  .client-box-full .owl-nav .owl-prev {
    right: unset;
    position: unset;
  }
  .client-box-full .testimonial-1 {
    margin: 0;
  }
  .testimonials-slider:before {
    width: 130px;
    height: 100px;
    top: -20%;
  }
  .text-center .head-title ~ .sec-title-desc p {
    margin: 5px auto 19px auto;
  }
  .logo_slides .section-head.sec-head-medium .head-title {
    font-size: 65px;
    line-height: 60px;
    margin-top: 0.5rem;
  }
  .section-head .head-title {
    font-size: 50px;
  }
  .archia-section.medium-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .vc_custom_1638465900015 {
    padding-top: 0px !important;
    padding-right: 15px!important;
  }
  .customLogoBlock .wpb_column.vc_column_container.vc_col-sm-1\/5 {
    width: 33.33%;
    display: inline-block;
  }
  .caseStudy-block .vc_col-sm-4 .nonesss {
    padding: 0px 15px 15px 15px;
  }
  .archi-footer {
    position: relative;
    z-index: 1;
    height: 100%;
    background: #181818;
  }
  .blog-post.blog-grid.shadow .dlab-info {
    padding: 30px 0px 30px 0;
  }
  .archi-footer.site-footer .footer-top [class*="col-"]:last-child, .archi-footer.site-footer .footer-top [class*="col-"] {
    padding: 20px 0px 30px 20px;
  }
  .serviceBlock_img .wpb_single_image img {
    height: 200px!important;
  }
  .serviceBlock_text ul {
    width: 100%;
    margin-right: 0;
  }
  .serviceBlock_text ul li {
    margin-bottom: 20px;
  }
  .serviceBlock_text {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .serviceBlock_img.vc_col-sm-6:last-child {
    margin-right: 0;
    margin-left: 0;
  }
  .uniqueImages.paddingChange .wpb_single_image img {
    width: 400px;
  }
  .uniqueImages.paddingChange .section-head.sec-head-medium .head-title {
    font-size: 40px;
  }
  .logo-header img {
    object-fit: contain;
    width: 200px;
  }
  .newsletter-section div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success {
    width: 100%;
  }
  .blog-single.blog-post.sidebar {
    padding-left: 0;
  }
  .post-nav .post-link span {
    color: #999;
    font-weight: 600;
    font-size: 11px;
    font-family: 'Cormorant', serif;
    word-break: break-word;
  }
  .dlab-post-tags .post-tags a {
    font-size: 10px;
  }
  .archia-section.small-padding.numbers_1 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
  }
  .numbers_1 .numbers_bg1 {
    padding: 1rem 1rem;
  }
  .numbers_1 .cth-counter-wrap.archia-counter.counter-center {
    width: 80%;
  }
  .customSlide_industry.tm-slider .carousel-caption {
    margin-bottom: 40px;
  }
  .customSlide_industry .slick-list {
    left: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
  .customSlide_industry .slick-dots li {
    width: 20px;
    height: 20px;
  }
  .customSlide_industry .slick-dots li::after {
    width: 4px;
    height: 4px;
  }
  .customSlide_industry .slick-dots {
    display: none!important;
  }
  .customSlide_industry.slick-slider .slick-arrow {
    display: block!important;
  }
  .customSlide_industry.slick-slider img {
    height: 300px!important;
    width: 330px;
  }
  .customSlide_industry.tm-slider .carousel-caption {
    overflow: visible;
    max-height: 400px;
    height: 400px;
  }
  .customSlide_industry .slick-slide {
    max-height: 400px;
    height: 401px;
  }
  .extraLining.vc_col-sm-3 {
    width: 100%;
  }
  .customSlide_industry  .slick-slide {
    padding: 0 !important;
  }
  .customSlide_industry  #tdt-slider-69 .slick-slide {
    padding: 0 !important;
  }
  .customSlide_industry.slick-dotted.slick-slider {
    width: 100%;
  }
  .customSlide_industry.tm-slider.slick-slider .slick-prev:before, .customSlide_industry.tm-slider.slick-slider .slick-next:before {
    padding: 0 !important;
  }
  .customSlide_industry .slick-next:before {
    content: '\39' !important;
    font-family: "ElegantIcons";
  }
  .customSlide_industry .slick-prev:before {
    content: '\38' !important;
    font-family: "ElegantIcons";
  }
  .customSlide_industry .slick-next {
    right: -15px !important;
  }
  .customSlide_industry .slick-prev {
    left: -22px !important;
  }
  .custom-owl_stage-2.custom-testimonialBlock .owl-carousel .owl-stage-outer .owl-item {
    height: 270px;
  }
  .testimonial_blocks-page .testimonial_blocks-inner .testimonial_textBlock {
    padding: 2rem 0.5rem 0 0.5rem;
  }
  .testimonial_blocks-page .testimonial_blocks-inner .testimonial_textBlock img.vc_single_image-img {
    height: 60px;
    object-fit: contain;
    width: 70px;
  }
  .testimonial_imgBlock .wpb_single_image img {
    height: 250px;
  }
  .industryStudy-Block .vc_col-sm-4 {
    width: 100%;
  }
  .contactForm_1 .section-head.sec-head-small.contactTitle_1 {
    width: 100%;
    margin-top: 20px;
  }
  .contactForm_1 .wpb_raw_html.contentHtml_1 {
    margin-top: 0;
  }
  .contactForm_1 .section-head.sec-head-medium .head-title {
    font-size: 35px;
    white-space: nowrap;
  }
  .contactForm_1 .gform_wrapper.gravity-theme .ginput_complex span {
    margin-bottom: 0;
  }
  .caseStudy-section.caseStudy-list ul {
    padding-right: 0;
  }
  .caseStudy-section .order-1 {
    order: 1;
  }
  .caseStudy-section .mobileOrder-2 {
    order: 2;
  }
  .mobile_display-btn.cth-btn-wrap.text-center {
    display: block;
    margin-bottom: 5rem;
    margin-top: -10%;
  }
  .display_mobile-none {
    display: none;
    margin-bottom: 9rem;
  }
  .caseStudy-section1 .dlab-media, .caseStudy-section1 .dlab-media {
    height: 350px;
  }
  .caseStudy-section1 .owl-carousel .owl-item img {
    max-height: 350px;
    height: 350px;
    width: 100%!important;
  }
  .caseStudy-section1 .project-carousel.owl-btn-center-lr.owl-carousel.mfp-gallery.owl-loaded.owl-drag {
    max-height: 350px;
  }
  .cth-btn-wrap.m-r10 {
    margin-right: 0;
  }
  .content-over-slider.newSliderLogo .ultimate-slide-img {
    object-fit: contain!important;
    margin-bottom: 0!important;
    height: 150px!important;
  }
  .logo_slides .newSliderLogo.tm-slider .carousel-caption {
    width: auto!important;
  }
  .dlab-bnr-inr-entry .head-sec-intro {
    font-size: 30px;
  }
  .caseStudy-section1 .project-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .caseStudy-section1 .project-carousel .owl-nav .owl-next {
    right: 0;
  }
  .caseStudy-section .newCasestudy_box .icon-bx-wraper {
    width: 44%;
    margin-right: 6%;
	float: left;
	padding: 2rem 0.5rem 0 2rem;
  }
  .caseStudy-section .newCasestudy_box .icon-bx-wraper .icon-content .dlab-tilte {
	font-size: 16px;
  }
  .caseStudy-section.case-contentInner.caseStudy-list .vc_col-sm-8 {
	order: 2;
  }
  .caseStudy-section .newCasestudy_box .icon-bx-wraper .icon-content .dlab-tilte {
    line-height: 23px;
  }
  .head-title ~ .sec-title-desc p {
    margin: 15px 0 25px 0;
  }
  .caseStudy-section .newCasestudy_box .icon-bx-wraper:before {
    -webkit-transform: translate(5px,5px);
    transform: translate(5px,5px);
  }
  .caseStudy-section.uniqueImages .wpb_single_image img {
    height: 250px;
  }
  .case-contentInner.caseStudy-list.uniqueImages.archia-section.medium-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .logo_slides.archia-section.medium-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
  .content-404 {
    padding-top: 15vh!important;
    padding-bottom: 10vh!important;
  }
  #bongo-cat {
    width: 100vw!important;
  }
  .error-page.text-center .dz_error {
    font-size: 20vh;
    height: 100px;
  }
  .customSlide_industry .slick-slide:hover .content-section {
    transform: translateY(0);
    overflow: hidden;
    margin-bottom: 0;
  }
  .sliderCustom_size ul[class*="list-"],
  .caseStudy-section .detailedList ul[class*="list-"] {
    margin-left: -40px;
  }
  .sliderCustom_size li.detls-list-2,
  .caseStudy-section .detailedList li.detls-list-2 {
    margin-top: 15px;
  }
  .sliderCustom_size ul[class*="list-"] strong,
  .caseStudy-section .detailedList ul[class*="list-"] strong {
    display: block;
  }
  .customLogoBlock .ih-item.circle.effect7.top_to_bottom:hover .info {
    opacity: 0;
    transform: none;
  }
  .caseStudy-section .list-details li span {
    margin-left: 0;
  }
  .customLogoBlock .ih-item.circle.effect7.top_to_bottom:hover .img {
    opacity: 1;
    transform: none;
  }
}

@media only screen and (min-width: 767px) and (max-width: 921px) {
  .text-blockSection {
    width: 48%;
  }
  .form-box.vc_column_container {
    padding: 0;
  }
  .uniqueImages.archia-section.medium-padding .vc_col-sm-7 {
    width: 50%;
    padding-right: 0;
  }
  .uniqueImages .section-head.sec-head-medium .head-title {
    font-size: 35px;
  }
  .uniqueImages .text-blockSection p {
    font-size: 12.5px;
  }
}

/**
 *
 * MIN-WIDTH
 *
 */

 @media only screen and (min-width: 421px) {

 }

 @media only screen and (min-width: 576px) and (max-width: 800px) {
  .container {
    max-width: 700px;
  }
}

 @media only screen and (min-width: 601px) {

 }

 @media only screen and (min-width: 768px) and (max-width: 1024px) {
   body.archive .col-md-9 {
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
     width: 100%;
   }
 }

@media only screen and (min-width: 1200px) {
  .largerSlider_1 > .full-container {
      width: 100%!important;
      max-width: 100%!important;
      margin: 0;
  }
  .mobile-content_1 {
    display: none;
  }
  .largerSlider_1 > .full-container {
    padding-left: calc((100% - 1100px)/ 2);
  }
  .sliderCustom_size .owl-carousel .owl-item img {
    min-width: 100%;
  }
  .uniqueImages.paddingChange .vc_col-sm-6:first-child {
    width: 45%;
    margin-right: 1%
  }
  .filterBox.filterBox-close {
    display: none;
  }
  .filterBox.filterBox-open {
    display: none;
  }

  .uniqueImages.paddingChange .vc_col-sm-6:last-child {
    width: 54%;
  }
  .largerSlider_2 > .full-container {
      width: 100%!important;
      max-width: 100%!important;
      margin: 0;
  }
  .largerSlider_2 > .full-container {
    padding-right: calc((100% - 1100px)/ 2);
  }
  .uniqueImages.paddingRight .vc_col-sm-6:last-child {
    width: 45%;
    margin-right: 1%
  }

  .uniqueImages.paddingRight .vc_col-sm-6:first-child {
    width: 54%;
  }
  body.page-id-10 .header-content-bx .archia-row.row {
    justify-content: space-between;
  }
  .processBlock_1 .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 46%;
    margin-left: 2%;
    background: #fff;
    padding: 2rem 2rem;
    margin-right: 2%;
  }
}

@media only screen and (min-width: 1441px) {
  .largerSlider_1 > .full-container {
      padding-left: calc((100% - 1300px)/ 2);
  }
  .largerSlider_2 > .full-container {
      padding-right: calc((100% - 1300px)/ 2);
  }
  .extraLining:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    left: -100%;
  }
}

@media only screen and (min-width: 1599px) {

}
