@media (max-width: 1599px) {
    .site-logo {
    width: 14rem;
}
    .header-right-block{
      margin-left: 50px  
    }
}
@media(max-width:1499px){
.header-menu > ul{
      gap: 0.25rem;
}  
}


@media (max-width: 1399px) {
  .site-logo {
    width: 12rem;
  }
 
  .header-right-block {
    margin-left: 2.5rem;
    width: auto
  }
}

@media (max-width: 1299px) {
 .site-logo {
    width: 10rem;
}   
 .site-header {
    font-size: 14px;
}  
.main-header-menu > li > a {
    padding: 0.5rem 1rem;
}
}


@media (max-width: 1199px) {
 
  .header-menu {
    margin-right: 1.25rem;
  }
  .main-header-menu > li.menu-item-button {
    margin-left: 0;
  }
  .main-header-menu > li > a {
    padding: 0.35rem 0.85rem;
  }
  .sticky .site-header {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sticky .site-logo {
    transform: scale(1);
  }
}
@media (max-width: 1099px) {
  .site-logo {
    width: 8rem;
  }
  .header-right-block {
    margin-left: 1.5rem;
    font-size: 13px;
  }
  .main-header-menu > li.menu-item-button > a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
}
@media (min-width: 992px) {
  .mobile-menu-view,
  .mobile-trigger-button {
    display: none;
  }
}
@media (max-width: 1199px) {
  .site-logo img,
  .site-logo svg {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .header-right-block {
    width: auto;
    margin-left: 0;
    border: 0;
    padding-bottom: 0;
    gap: 0.75rem;
  }
  .mobile-phone {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: var(--font-yellow);
    margin-left: auto;
    margin-right: 8px;
  }
  .mobile-phone svg {
    width: 80%;
    height: 80%;
  }
  .header-menu {
    display: none !important;
  }
  button.navbar-toggler {
    display: block;
    background-color: transparent;
    width: 40px;
    padding: 8px;
    display: flex;
    gap: 5px;
    flex-direction: column;
  }
  .mobile-navbar-toggler-icon {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 20px;
  }
  .toggle-icon-two {
    width: 65%;
    margin-left: auto;
  }
  .header-mobile-menu {
    display: block !important;
    height: 0;
    overflow: hidden;
    background-color: #f5f3f3;
  }
  .mobile-menu-headeR {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .mobile-menu-header-title {
    font-size: 14px;
    line-height: 200%;
  }
  .main-mobile-header-menu li {
    position: relative;
    margin-top: 16px;
  }
  .main-mobile-header-menu li .sub-menu {
    display: none;
  }
  .sub-nav-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 43px;
    color: #fff;
    background-color: #313131;
    text-align: center;
    z-index: 1;
    font-size: 22px;
    font-weight: 400;
  }
  .sub-nav-close:before {
    content: "+";
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 43px;
  }
  .show-child-ul > .sub-nav-close:before {
    content: "-";
  }
  .main-mobile-header-menu li a {
    border-bottom: 1px solid #ffffff21;
    display: block;
    padding: 8px 0;
    color: var(--color-off-white);
    line-height: 200%;
    text-decoration: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg opacity='0.3'%3E%3Cpath d='M15.6593 9.75492L15.6593 17.6745L17.6569 17.6568V6.34313H6.34315L6.32547 8.34071L14.2451 8.34071L5.63604 16.9497L7.05025 18.3639L15.6593 9.75492Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
  }
  .main-mobile-header-menu .sub-menu li a {
    padding-left: 10%;
  }
  .main-mobile-header-menu .sub-menu .sub-menu li a {
    padding-left: 15%;
  }
  .main-mobile-header-menu > li.current-menu-item > a,
  .main-mobile-header-menu > li.current_page_parent > a {
    border-bottom: 1px solid var(--color-cream);
    color: var(--color-cream);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cpath d='M10.3458 3.75492L10.3458 11.6745L12.3434 11.6568V0.343133H1.02967L1.01199 2.34071L8.93159 2.34071L0.322563 10.9497L1.73678 12.3639L10.3458 3.75492Z' fill='%23f1d2a8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
  }
  .mobile-trigger-button {
    display: block;
  }
  html.menu-opened,
  html.menu-opened body {
    overflow-y: hidden;
  }
  .mobile-menu-view {
    position: fixed;
    right: 0;
    top: 0;
    font-weight: 400;
    width: 100%;
    z-index: 111;
    background-color: #1f1e1e;
    max-width: 100%;
    opacity: 0;
    transition: 0.45s;
    transform: translateY(-100%);
    overflow-x: hidden;
    overflow-y: auto;
    color: #fff;
    height: 100%;
    font-family: var(--font-family-pt-Regular);
    text-transform: uppercase;
    padding: 20px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
  }
  .menu-opened .mobile-menu-view {
    opacity: 1;
    transform: translateY(0);
  }
  .menu-opened .toggle-icon-two {
    opacity: 0;
  }
  .toggle-icon-one,
  .toggle-icon-three {
    transition: 0.5s;
  }
  .menu-opened .toggle-icon-one {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .menu-opened .toggle-icon-three {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .mobile-menu-footer {
    margin-top: auto;
  }
  .mobile-buttons-group {
    display: flex;
    gap: 8px;
    justify-content: center;
  }
  .mobile-buttons-group a {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .site-header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header,
  .sticky .site-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
    .testimonials-list img {
    width: 30px;
}

}
@media (max-width: 575px) {
 
}
@media (max-width: 479px) {
  .mobile-buttons-group a {
    padding: 12px 14px;
    font-size: 13px;
  }

}

@media(min-width:768px){
 .compress-container{
    max-width:600px
} 
}

@media(min-width:992px){
.compress-container{
    max-width:800px
}
}



@media(min-width:1300px){
.compress-container{
    max-width:1000px
}
}

@media(min-width:1400px){
.compress-container{
    max-width:1200px
}

}

@media(min-width:2000px){
   .container{
        max-width:74rem
    } 
    .compress-container{
    max-width:68rem
}
    html{
        font-size:1vw
    }
}




@media(max-width:1399px){
    html{
        font-size: 18px
    }   
    
    
    
/**********
  Hero Banner
************/
.hero-banner, 
.hero-banner-image-item{
    height: 750px;
    min-height: 1px;
    max-height: 100%;
}
.hero-banner .slide-arrows-layout-1 .container {
    top: 40%;
}

/**********
  Modern Technology
************/
.modern-technology-figure {
    width: 20.5rem;
    height: 25.75rem;
}
.modern-technology-content {
    width: calc(100% - 20.5rem);
    padding-left: 2rem;
}
.modern-technology-lines {
    width: 21.5rem;
    height: 90%;
}

/**********
 GALLERY
************/
.project-featured-lists {
    gap: 1.25rem;
}

/**********
 PAGE - ABOUT
************/
.why-us-tabs li a {
    min-width: 15rem;
}

/**********
 PAGE - GALLERY
************/
.gallery-lists {
    gap: 1rem;
}

/**********
  Inner Banner - Slider
************/
.inner-banner-slider-section .slide-arrows-layout-1 .container {
    max-width: 95%;
    left: 0;
    right: 0;
}
.inner-banner-slide-content {
    max-width: 31.75rem;
    font-size: 16px
}


/**********
  related project
************/
.related-project-overlay {
    left: 0.75rem;
    top: 0.75rem;
    bottom: 0.75rem;
    right: 0.75rem;
    padding: 1rem;
}

/**********
  Footer
************/
.site-footer {
    font-size: 0.75rem;
}
.footer-main-nav {
    gap: 2rem;
}
.copyrights {
    font-size: 0.675rem;
}
}


@media(max-width:1299px){
    /*** HOME - OUR PROJECTS ****/  
.project-featured-lists {
    gap: 1rem;
}    
.project-featured-list-common {
    width: calc(50% - 0.5rem);
    height: 20rem;
}

/**********
PAGE - ABOUT
************/
.why-us-tabs li a {
    min-width: 1px;
}

/**********
PAGE - BLOG
************/
.blog-body__row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

/**********
PAGE - CONTACT
************/
.world-country-name {
    font-size: 16px;
}

/*** FOOTER ****/
.site-footer {
    font-size: 0.7rem;
}
.footer-logo {
    width: 10rem;
}
.footer-main-nav {
    gap: 1.5rem;
}
.product-footer-nav li+li:before {
    margin-left: 0.75rem;
    margin-right: 0.75rem
}
.copyrights {
    font-size: 0.65rem;
}
}




@media(max-width:1199px){
   /*** COMMON ****/   
 .sub-label {
    font-size: 1.2rem;
}      
    
 /**********
  Hero Banner
************/   
 .hero-banner, 
.hero-banner-image-item{
    height: 650px;
}
.slide-arrows-layout-1.systems-slider .slide-button-prev, .slide-arrows-layout-1.systems-slider .slide-button-next, .hero-banner .slide-arrows-layout-1 .slide-button-prev, .hero-banner .slide-arrows-layout-1 .slide-button-next, .slide-arrows-layout-1.news-slider-wrap .slide-button-prev, .slide-arrows-layout-1.news-slider-wrap .slide-button-next {
    width: 3rem;
    height: 2.25rem;
}

/**********
  Modern Technology
************/
.modern-technology-figure {
    width: 19.5rem;
}
.modern-technology-lines {
    width: 20.5rem;
}
.modern-technology-content {
    width: calc(100% - 19.5rem);
}

/**********
 NEWS SECTION
************/
.news-button-wrap .button-text-large{
    font-size: 1rem;
    min-width: 1px
} 
.slide-arrows-layout-1.news-slider-wrap .slide-button-prev {
    left: -3.5rem;
}
.slide-arrows-layout-1.news-slider-wrap .slide-button-next {
    right: -3.5rem;
}
.news-button-wrap {
    margin-top: 1rem;
}
.get-inspired-content{
    padding-right: 5rem
}

 /**********
  HOME - SYSTEMS
************/
 .slide-arrows-layout-1.systems-slider .slide-button-prev {
    left: -3.5em;
}
.slide-arrows-layout-1.systems-slider .slide-button-next {
    right: -3.5rem;
}

 /**********
  PAGE - SYSTEMS
************/
.system-main-rows-outer > div:nth-child(odd) .system-main-list-content{
 padding-left: 1.5rem
}
.system-main-rows-outer > div:nth-child(even) .system-main-list-content{
 padding-right: 1.5rem
}

/**********
  POST - SYSTEMS DETAIL
************/
.system-gallery-body{
    gap:3rem
}
.system-specification-body, .system-typologies-body, .system-key-features-body, .system-plus-body, .system-other-body, .key-features-lists, .system-features-section__body {
    gap: 4.5rem;
}
.system-specification-section, .system-typologies-section, .system-features-section{
  margin-top:4.5rem;
  margin-bottom: 4.5rem;
}
.system-key-features-wrap, .system-plus-body{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.system-other-body {
    margin-top: 4.5rem;
    padding-bottom: 4.5rem;  
}
}



@media(max-width:991px){
html {
    font-size: 17px;
}
    
/**********
  Modern Technology
************/
.modern-technology-lines {
    width: 16.5rem;
    height: 87.25%;
}
.modern-technology-figure {
    width: 14.5rem;
    height: 19.75rem;
}
.modern-technology-content {
    width: calc(100% - 14.5rem);
    padding-left: 1.5rem;
}

/**********
 Gallery/Portfolio Listing
************/
.project-featured-overlay {
    left: 0.75rem;
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    padding: 1.25rem;
}

/**********
PAGE - ABOUT
************/
.why-us-tabs li a {
    padding: 1rem 1.5rem;
}
.why-us-tabs-icon {
    height: 2.5rem;
    width: 2.5rem;
}
    

/**********
  PAGE - GALLERY
************/
.work-gallery-thumbnail-item img {
    height: 85px;
}
.nav-work-showcase-categories {
    font-size: 16px;
}

 /**********
  PAGE - SYSTEMS
************/
.system-main-rows-outer > div:nth-child(odd) .system-main-list-content{
 padding-left: 1rem
}
.system-main-rows-outer > div:nth-child(even) .system-main-list-content{
 padding-right: 1rem
}

/**********
  POST - SYSTEMS DETAIL
************/
.gallery-lists {
    gap: 0;
}
.gallery-list-common {
    width: 46%;
    margin: 2%;
}
.system-breadcrumbs {
    margin-left: 0;
}
.style-gallery-large-v-line, .line-v-line-left{
    left: 0
}
.style-gallery-large-h-line, .line-h-line-top, .line-v-line-bottom {
    width: 100%;
    left: 0;
}
.system-specification-body, .system-typologies-body, .system-other-body, .system-plus-body {
    padding-left: 0;
}
.line-h-line-bottom__plus, .line-h-bottom-other{
   width: 100%;   
}
.system-gallery-body, .system-gallery-body-top {
    gap: 2rem;
}
.system-specification-body, .system-typologies-body, .system-key-features-body, .system-plus-body, .system-other-body, .key-features-lists, .system-features-section__body  {
    gap: 3rem;
}

/**********
  Inner Banner - Slider
************/
.inner-banner-slide-content {
    max-width: 26.75rem;
}

/**********
Testimonial
************/
.testimonials-list {
   padding-left:3rem;
   padding-right: 3rem
}
.testimonial-section .slide-arrows-layout-1 .slide-button-prev, 
.testimonial-section .slide-arrows-layout-1 .slide-button-next {
    width: 1.25rem;
    height: 1.6rem;
}
.testimonial-section .slide-arrows-layout-1 .slide-button-next {
    right: 0.75rem;
}
.testimonial-section .slide-arrows-layout-1 .slide-button-prev {
    left: 0.75rem;
}



/**********
PAGE - CONTACT
************/
.get-touch-left-block {
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
}
.get-touch-right-block {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
}
.get-touch-body-bottom {
    justify-content: space-between;
    flex-direction: column-reverse;
}
.world-country-name {
   margin-bottom: 20px
}




/**********
PAGE - BLOG
************/
.get-inspired-content {
    padding-right: 4rem;
}
.blog-list__thumbnail {
    height: 13rem;
}
.featured-project-lines {
    left: 0;
    right: 0;
}
.get-inspired-content {
    padding-right: 15px;
}

 /*** FOOTER ****/
 .site-footer {
    font-size: 14px;
}
.footer-row {
    flex-wrap: wrap;
}
.footer-logo {
    width: 100%;
    margin-bottom: 30px
}
.footer-logo img, .footer-logo svg {
    width: 12rem;
}
.footer-right-block {
    width: 100%;
    padding-left: 0;
    align-items: center;
    border-left: none;
    margin-top: 10px
}
}


@media(max-width:767px){
    /***** Global ****/ 
        .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 2rem;
}
html {
    font-size: 16px;
}

 /**********
  Hero Banner
************/   
.hero-banner, .hero-banner-image-item {
    height: 456px;
}
.hero-banner .slide-arrows-layout-1 .slide-button-prev, .hero-banner .slide-arrows-layout-1 .slide-button-next {
   display: none
}
.hero-banner-content {
    right: 20px;
    bottom: 0;
    width: auto;
    left: 20px;
    max-width: 485px;
    margin-left: auto;
    margin-right: auto;
}
.hero-banner-title {
    text-align: center;
}

 /**********
  HOME - Modern Technology
************/ 
 .modern-technology-lines {
    width: 50%;
    height: 3rem;
    left: 1rem;
}
.modern-technology-body {
    padding-top: 115px;
    padding-bottom: 40px;
}
.modern-technology-row {
    flex-direction: column-reverse;
    gap: 40px;
}
.modern-technology-content {
    padding-left: 60px;
    width: 100%;
    text-align: center;
    padding-right: 60px;
    text-align: center;
}
.modern-technology-figure {
    width: 100%;
}



/** Modern Technology - Mobile Lines **/
.modern-technology-lines-mobile,
.modern-technology-line-v-line-1-mobile,
.modern-technology-line-h-line-2-mobile,
.modern-technology-line-v-line-3-mobile,
.modern-technology-lines-frame2-mobile,
.modern-technology-line-v-line-frame2-mobile{
    position: absolute;
}
.modern-technology-line-v-line-1-mobile, 
.modern-technology-line-h-line-2-mobile, 
.modern-technology-line-frame2-mobile,
.modern-technology-line-v-line-frame2-mobile{
    background-color: var(--color-cream); 
}
.modern-technology-lines-mobile {
    width: 50%;
    height: 3rem;
    top: 0;
    left: 1rem;
}
.modern-technology-line-v-line-1-mobile{
   width: 1px;
   right: 0;
}
.modern-technology-line-h-line-2-mobile{
   height: 1px;
   right: 0; 
   bottom: 0   
}
.modern-technology-lines-frame2-mobile { 
    left: 1rem;
    top: 3rem;
    bottom: 0;
    width: 1px;
}
.modern-technology-line-v-line-frame2-mobile{
    width: 1px;
    left: 0;
    top: 0
}




/**********
  Inner Banner - Slider
************/
.inner-banner-slider-section .slide-arrows-layout-1 .slide-button-prev,
.inner-banner-slider-section .slide-arrows-layout-1 .slide-button-next {
   display: none
}

/** Solutions - Mobile Lines **/
.our-solutions-section{
    overflow: hidden
}
.our-solutions-body {
    padding-top: 0;
    padding-bottom: 0;
}
.our-solutions-header-outer {
    padding-top: 40px;
    padding-bottom: 70px;
    padding-right: 20px;
}
.our-solutions-lines-frame1-mobile, .our-solutions-lines-frame2-mobile{
    pointer-events: none
}
.our-solutions-lines-frame1-mobile, .our-solutions-lines-frame1-mobile > div,
.our-solutions-lines-frame2-mobile, .our-solutions-lines-frame2-mobile > div{
    position: absolute
}
.our-solutions-lines-frame1-mobile > div, 
.our-solutions-lines-frame2-mobile > div{
    background-color: var(--color-cream);    
}
.our-solutions-lines-frame1-mobile {
    left: 1rem;
    top: 0;
    right: 0;
    bottom: 1rem;
    pointer-events: none;
}
.our-solutions-h-line-frame1-mobile{
    height: 1px;
    left: 0;
    top: 0;
}
.our-solutions-h-line-frame2-mobile {
    right: 0;
    height: 1px
}
.our-solutions-v-line-frame1-mobile{
    width: 1px;
    right: 0;
    top: 0;
}
.our-solutions-lines-frame2-mobile{
    bottom: 0;
    right: 0;
    height: 1rem;
    width: 100%
}
.our-solutions-v-line-frame2-mobile {
    width: 1px;
    left: 50%;
    top: 0;
}

/**********
  Inner Banner - Slider
************/
.inner-banner-slide-content{
    padding-left: 20px;
    padding-right: 20px
}

/** Systems - Mobile Lines **/
.slide-arrows-layout-1.systems-slider .slide-button-prev, 
.slide-arrows-layout-1.systems-slider .slide-button-next{
/*    display: none*/
}
.systems-slides-section{
    padding-top: 0;
    padding-bottom: 0
}
.systems-body {
    padding-top: 100px;
    padding-bottom: 60px;
}
.systems-lines-frame-1-mobile{
    width: 50%;
    top: 0;
    left: 0;
    height: 1rem;
}
.systems-lines-frame-1-mobile, 
.systems-lines-frame-1-mobile > div,
.systems-lines-frame-2-mobile,
.systems-lines-frame-2-mobile > div{
    position: absolute
}
.systems-lines-frame-1-mobile > div,
.systems-lines-frame-2-mobile > div{
   background-color: var(--color-cream)   
}
.systems-v-line-frame-mobile {
    width: 1px;
    right: 0;
    top: 0;
}
.systems-h-line-frame-mobile {
    height: 1px;
    right: 0;
    bottom: 0;
}
.systems-lines-frame-2-mobile {
    left: 0;
    top: 1rem;
    width: 100%;
    bottom: 0;
    pointer-events: none;
}
.systems-v-line-frame2-mobile {
    width: 1px;
    left: 0;
    top: 0;
}
.systems-h-line-frame2-mobile {
    height: 1px;
    left: 0;
    bottom: 0
}
.solution-lists-body__box {
    margin-right: -80%;
}


/**********
  POST - SYSTEMS DETAIL
************/
.system-gallery-h-line {
    left: 0;
}
.single-system .cta-lines {
    left: 0;
    width: 100%;
}



/** Home - Project  **/
.projects-featured-body {
    padding-top: 30px;
    padding-bottom: 60px;
}
.project-line-right {
    right: 0;
}
.project-line-top{
    display: none
}
.project-featured-list-common {
    width: 100%;
    height: 300px;
}
.our-projects-description{
    padding-right: 20px
}
.mobile-project-slider {
    margin-right: -70%;
    overflow: hidden;
}
.system-slide-figure {
    max-width: 75%;
    height: 20rem;
}

.systems-slides-section .slide-arrows-layout-1.systems-slider .slide-button-prev {
    left: 0.5rem;
} 
.systems-slides-section .slide-arrows-layout-1.systems-slider .slide-button-next {
     right: 0;
}  




/**********
  related project
************/
.related-project-main-body{
    padding-left: 15px
}

/** NEWS SLIDER  **/
.news-slider-box {
    padding-top: 45px;
    padding-bottom: 45px;
}
.slide-arrows-layout-1.news-slider-wrap .slide-button-prev,
.slide-arrows-layout-1.news-slider-wrap .slide-button-next {
    background-color: #FFF;
    padding: 3px;
    width: 30px;
    height: 30px;
}
.project-line-bottom {
    right: 0;
}
.news-v-line-left {
    left: 0.75rem;
}
.news-slider-header-inner{
    padding-left: 30px;
    padding-right:15px
}
.news-slider-lists {
    margin-right: -90%;
}
.blog-list-title, .blog-list-excerpt {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.news-h-line-bottom-frame {
    left: 0.75rem;
    width: auto;
    right: 0.35rem;
}

/*** INNER BANNER ****/
.inner-banner-content {
    right: 20px;
    left: 20px;
    text-align: center;
    max-width: 485px;
    margin: auto;
}
.inner-banner-title{
    text-align: center
}


/**********
PAGE - ABOUT
************/
.about-introduction-body {
    padding-top: 115px;
    padding-bottom: 60px;
    padding-left: 15px;
}
.about-lines-header {
    height: 3rem;
    width: 50%;
    left: 0;
}
.about-h-line {
    top: calc(3rem - max(1px, 0.052vw));
}
.about-lines-header-2 {
    top: 3rem;
    left: 0;
}
/** Page - Gallery **/
.nav-work-showcase-categories {
    font-size: 14px;
}
.gallery-filter-section .about-lines-header-3 {
    width:100%;
}
.about-lines-header-3 {
    left: 0;
    width: 100%;
}
.about-why-us-body {
    padding-top: 45px;
    padding-bottom: 60px;
    padding-right: 15px;
}
.why-us-tabs {
    flex-wrap: wrap;
    justify-content: center;
}
.why-us-tabs li a {
    display: block;
}
.why-us-tabs li a:after{
    content:none
}

 /**********
  INNER BANNER - SLIDER
************/
.inner-banner-slide-figure{
    height: 525px
}


 /**********
  PAGE - SYSTEMS
************/
.system-main-header {
  display: none
}
.system-main-rows-outer > div:nth-child(odd) .system-main-list-lines {
    left: 0;
    width: 100%;
}
.system-main-rows-outer > div:first-child .system-main-list-lines {
    top: 0;
    height: 100%;
}
.system-main-list-figure {
    height: auto;
    padding-bottom: 20px
}
.system-main-rows-outer > div:nth-child(even) .system-main-list-lines {
    width: 100%;
}
.system-main-rows-outer > div:nth-child(odd) .system-main-list-figure {
    padding-left: 20px;
}
.system-main-rows-outer > div:nth-child(even) .system-main-list-figure {
      padding-right: 20px; 
}
.system-main-rows-outer > div:nth-child(even) {
    padding-right: 1rem;
}
.system-main-rows-outer > div:nth-child(even) {
    padding-right: 0;
}
.cta-section {
    text-align: center;
}
.cta-lines {
    left: 0;
    width: 100%;
}
.cta-content, .cta-button {
    padding-left: 20px;
}
.cta-button {
   margin-top: 25px
}
.system-main-list-content{
    text-align: center
}
.cta-box {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

 /**********
  DETAIL - SYSTEMS
************/
 .single-lines-header-2 {
    left: 0;
}
 
.single-system-content-layout{
    padding-left: 15px
}
.system-gallery-v-line{
    right: 0
}
.single-lines-header-3 {
    left: 0;
}
.system-gallery-body, .system-key-features-body {
    padding-left: 20px;
}
.key-features-list-title, .key-features-list-content {
    font-size: 0.9rem;
}
 
/**********
  POST - SYSTEMS DETAIL
************/
.system-breadcrumbs{
    width: 100%
}
.system-breadcrumbs{
    padding-left: 0;
    padding-right: 15px
}
.system-breadcrumbs {
    font-size: 0.75rem;
}
.single-lines-header {
    width: 100%;
    left: 0;
}
.single-system-content-box {
    column-count: 1;
}
.detail-content-wrap {
    padding-bottom: 60px;
}
.system-detail-gallery-body{
    padding-right: 15px
}
.single-system .cta-box {
    margin-right: 0;
    margin-left: 0;
}
.gallery-list-common {
    height: 10.35rem;
}


/**************************
 PAGE - GALLERY/PORTFOLIO
************/
.project-main-body {
    padding-top: 115px;
    padding-bottom: 60px;
}
.project-main-header-lines {
    width: 50%;
    height: 3rem;
    left: 0;
}
.project-main-h-line {
    top: 3rem;
}
.project-main-header-2 {
    top: 3rem;
    left: 0;
}
.projects-introduction-header-inner{
    padding-left: 15px
}
.testimonial-lines-1 {
    left: 0;
    right: 0;
}
.project-featured-lists {
    padding-left: 15px;
}
.testimonial-header-inner{
    padding-right: 15px
}
.testimonial-bottom-line {
    right: 0;
}
.testimonials-lists-outer {
    padding-right: 15px;
}


/**************************
 POST - PROJECT DETAIL
************/
.detail-breadcrumb {
    width: 100%;
}
.single-project-content-box-wrap{
    padding-left: 15px
}
.single-project-content-box {
    column-count: 1;
}
.project-detail-gallery-v-line {
    right: 0;
}
.project-detail-gallery-header-inner{
    padding-right: 15px
}
.project-detail-gallery-h-line {
    left: 0;
}
.related-project-main-v-line, .related-project-main-line-2{
    left: 0;
}
.system-typologies-wrap{
    padding-right:1rem
}
.typologies-row {
/*    --bs-gutter-y: 1.25rem;*/
}
.other-list-image {
    height: auto
}

/**********
PAGE - CONTACT
************/
.get-touch-header-lines {
    height: 3rem;
    width: 100%;
    margin-left: 0;
}
.get-touch-body-lines {
    margin-left: 0;
}
.get-touch-body {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 15px;
}
.get-touch-body-top {
    display: block;
    transform: none;
    text-align: center;
    margin-bottom: 2rem;
}

/**********
PAGE - BLOG
************/
.blog-body-wrapper {
    padding-top: 2rem;
    padding-left: 15px;
}
.blog-header-lines {
    height: 3rem;
    width: 50%;
    margin-left: 0;
}
.blog-header-2-line-v-line {
    margin-left: 0;
}
.blog-list__body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*** FOOTER ****/
.site-footer {
    font-size: 16px;
    padding-top: 50px;
    padding-bottom: 50px
}
.footer-row {
    flex-direction: column;
}
.footer-logo {
    width: auto;
    margin-bottom: 30px;
}
.footer-right-block {
    padding-left: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    border: none;
}
.footer-main-nav {
    flex-direction: column;
    gap: 0;
    border-top: 1px solid rgb(241 210 168 / 10%); 
}
.footer-main-nav li a, .footer-nav li a {
    border-bottom: 1px solid rgb(241 210 168 / 10%);
    display: block;
    padding: 10px 0;
    line-height: 1.25;
}
.menu-footer-menu-container{
    width: 100%
}
.footer-nav {
    flex-direction: column;
}
.footer-nav li+li:before {
    content: none;
}
.product-footer-nav {
    flex-direction: column;
    gap: 15px;
}
.product-footer-nav li+li:before {
content: none
}
}

@media(max-width:649px){
 .slide-arrows-layout-1.news-slider-wrap .slide-button-prev {
    left: 1rem;
}   
 .slide-arrows-layout-1.news-slider-wrap .slide-button-next {
    left: 80%;
    right: auto;
}   
}


@media(max-width:575px){
 /*** Gallery ****/    
.work-gallery-large-item {
    height: 20rem;
}
 .nav-work-showcase-categories {
    flex-direction: column;
    gap: 27px;
    justify-content: center;
    align-items: center;
}  


 /**********
  DETAIL - PRODUCT
************/
.system-feature-list {
    border: 1px solid #ccc;
    padding: 15px;
    width: 48%;
    margin: 1%;
}
.system-features-section-content__name, .system-features-section-content__cap {
    border-bottom: none;
    padding: 0;
}
.system-features-section__description {
    text-align: center
}
    
 /*** FOOTER ****/   
  .copyrights {
    font-size: 13px;
}  
}

@media(max-width:479px){
  /*** Home ****/     
  .modern-technology-content {
    padding-left: 40px;
    padding-right: 20px;
}    
    
 /*** PAGE - NEWS ****/      
.featured-project-figure {
    height: 11.5rem;
}
.featured-project-title {
    font-size: 16px;
}

 /**********
  Page - Contact
************/
.world-country-name{
    font-size: 12px
}
    
 /**********
  DETAIL - SYSTEMS
************/
.system-gallery-large {
    height: 230px;
    min-height: 1px;
}





    
 /*** FOOTER ****/  
.copyrights {
    flex-direction: column;
    gap: 5px;
}
 .footer-bottom-nav li:before {
    content:none;
 }
}

@media(max-width:389px){
 /*** PAGE - NEWS ****/  
 .featured-project-boxes .row > div{
    width: 100%;
 }
}
