* {
    padding: 0;
    margin: 0;
}

:root {
    --primary-color: #149FF0;
    --primary-color-light: #55AEE2;
    --primary-color-dark: #096295;
    --teko-font: 'Teko';
    --montserrat-font: 'Montserrat';
    --inter-font: "Inter", sans-serif;
    --white: #ffffff;
    --black: #000000;
    --light-grey: #F1F1F1;
}

body {
    background-color: #FDFDFD;
}

body.custom-background {
    background-color: var(--white) !important;
}

.entry-header {
    padding: 0 !important;
}

.entry-header-inner {
    max-width: 100% !important;
    position: relative;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: none !important;
    width: max-content;
}

.entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 0 !important;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
    margin: 0;
}

.entry-content hr {
    background-color: var(--primary-color) !important;
    background: var(--primary-color) !important;
}

.entry-content hr::before, .entry-content hr::after {
    background: transparent !important;
}

.entry-content hr {
    margin: 1rem 0 1rem 0;
}

.entry-content > * {
    padding-bottom: 1.25em;
    margin-bottom: 0;
}

section {
    width: 100% !important;
    padding: 0rem 0;
}

.product-cards .col-lg-3 {
    width: 32%;   
}

.footer-nav-widgets-wrapper {
    margin-top: 0 !important;
}

.post-meta-wrapper {
    margin-top: 0 !important;
    height: 0 !important;
}

.post-inner {
    padding-top: 0 !important;
}

hr {
    background-color: var(--primary-color) !important;
    height: 4px !important;
    width: 18%;
    opacity: 1 !important;
    overflow: hidden !important;
    position: unset !important;
}

/* HEADER SECTION START */

h1 {
    font-family: var(--inter-font);
    font-size: 40px !important;
    font-weight: 700 !important;
    color: var(--white);
    letter-spacing: 0;
    margin-bottom: 3rem !important;
}

.entry-header {
    height: 75vh;
}

.entry-header-inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: initial;
}

.header-description {
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-top: 4rem;
}

.header-description img {
    width: auto;
    height: auto;
    margin-bottom: 15px;
}

h1, .header-description h3, .header-description p {
    padding: 0 !important;
}

video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
}

iframe {
    width: 100% !important;
    height: 100%;
}

#videoModal .modal-content {
    height: 520px;
}

.header-description .description {
    justify-content: center;
}

.header-description hr {
    background-color: #B4BAC0 !important;
    height: 1px !important;
    width: 36%;
    margin: 0 !important;
    opacity: 1 !important;
    overflow: hidden !important;
    position: unset !important;
}

.header-description h3 {
    font-family: var(--inter-font);
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
}

.header-description p {
    font-family: var(--inter-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: var(--white);
    margin-bottom: 0 !important;
}

.header-description .description p:nth-of-type(1) {
    margin-bottom: 3rem !important;
}

.header-description .description p:nth-of-type(3) {
    margin-bottom: 3rem !important;
}

.header-description .request-quote-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 315px;
    padding-top: 2rem;
}

.header-description .learn-link {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 24px;
    border: 1px solid var(--primary-color-light);
    color: var(--white) !important;
    padding: 3px 20px 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease-in-out;
}

.header-description .learn-link:hover {
    background-color: var(--primary-color-light);
}

.header-description .request-quote-btn {
    font-family: var(--inter-font) !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    color: #005EBD !important;
    background: #fff !important;
    width: auto !important;
    padding: 10px 55px 10px 55px !important;
    text-decoration: none;
    border: 0 !important;
    border-radius: 50px !important;
    text-transform: none !important;
    transition: all 0.3s ease-in-out !important;
}

.header-description .request-quote-btn:hover {
    color: #fff !important;
    background: #005EBD !important;
}

.header-description .btn:hover {
    background-color: var(--white);
    color: var(--primary-color-light) !important;
}

/* HEADER SECTION END */

/* NEW ABOUT US INFORMATION SECTION START */

#about-us-info-new {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

#about-us-info-new .container .row:nth-child(2) {
    padding-top: 6rem;
}

#about-us-info-new .col-lg-8 {
    padding-right: 10rem;
}

#about-us-info-new .col-lg-4 {
    padding: 4rem;
    box-shadow: 2px 5px 25px 3px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
}

#about-us-info-new .col-lg-8 h3 {
    color: #000;
    font-family: var(--inter-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 4rem;
    letter-spacing: 0;
}

#about-us-info-new .col-lg-8 p {
    color: #000;
    font-family: var(--inter-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

#about-us-info-new .col-lg-8 p:nth-of-type(1) {
    margin-bottom: 3rem;
}

#about-us-info-new .col-lg-8 p:nth-of-type(2) {
    margin-bottom: 6rem;
}

#about-us-info-new .col-lg-8 p:nth-of-type(3) {
    margin-bottom: 6rem;
}

#about-us-info-new .col-lg-4 h4 {
    color: #000;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0;
}

#about-us-info-new .col-lg-4 h3 {
    color: #005EBD;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: 0;
}

#about-us-info-new .col-lg-4 p {
    color: #000;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

#about-us-info-new .col-lg-4 h4:nth-of-type(2), #about-us-info-new .col-lg-4 h4:nth-of-type(4) {
    margin-bottom: 1rem !important;
}

#about-us-info-new .col-lg-4 p:nth-of-type(1) {
    margin-bottom: 6rem;
}

#about-us-info-new .col-lg-4 p:nth-of-type(2) {
    margin-bottom: 3rem;
}

/* NEW ABOUT US INFORMATION SECTION END */


/* CONTACT SECTION START */

#contact-form .title {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
}

#contact-form .title hr {
    display: none;
}

#contact-form .title h2 {
    color: #2E2E2E;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 87.5% */
    letter-spacing: 0;
    text-transform: none !important;
}

#contact-form .title h4 {
    color: #2E2E2E;
    text-align: center;
    font-family: var(--inter-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 87.5% */
    letter-spacing: 0;
    text-transform: none !important;
}

/* CONTACT SECTION END */

/* SWIPER SLIDER START */

.slider-medium .container-fluid {
    position: relative;
    width: 100%;
}

.slider-medium {
    padding-top: 10rem;
    background-color: #222222;
    background-size: cover;
}

.slider-medium .title {
    text-align: center;
    padding-bottom: 6rem;
}

.slider-medium h2 {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 64px;
    text-transform: uppercase;
    color: var(--white);
}

.slider-medium h4 {
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--white);
}

.slider-medium-underline {
    width: 32%;
    margin-left: 34% !important;
}

.slider-medium .slide-quote-image {
    width: 100%;
}

.slider-medium .quote-description {
    height: 100%;
    background-color: #ffffff;
    text-align: initial;
    padding: 3rem;
}

.slider-medium .quote-description hr {
    width: 85%;
}

.slider-medium .quote-description h3 {
    font-family: var(--montserrat-font);
    font-weight: 400;
    font-size: 24px;
    color: var(--black);
    text-transform: uppercase;
}

.slider-medium .quote-description p {
    font-family: var(--montserrat-font);
    font-weight: 400;
    font-size: 16px;
    color: #676767;
}

.slider-medium .categoriesSwiper .swiper-slide {
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    width: 100%;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.7;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }

  .mySwiper .swiper-slide:hover {
    border: 3px solid #636363;
    opacity: 1;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1 !important;
    border: 3px solid var(--primary-color) !important;
  }

  .swiper-slide img {
    display: block;
    width: auto;
    height: auto;
  }

  .coreGallerySwiper .swiper-slide {
    height: 600px !important;
  }

  .categoriesSwiper {
    height: 595px;
  }

  .categoriesSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: transparent;
  }

  #s-next {
    color: var(--primary-color);
    z-index: 1;
  }

  #s-prev {
    color: var(--primary-color);
    z-index: 1;
  }

  .categoriesSwiper .swiper-pagination-bullet {
    background: #C4C4C4;
  }

  .categoriesSwiper .swiper-pagination-bullet-active {
    background: var(--primary-color);
  }

  .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
  }

  .slider-medium .swiper-pagination {
    bottom: 90px !important;
  }

  #s-next-partner, #s-prev-partner {
    display: none;
  }
  
  .slider-medium .swiper-slide {
    transform: scale(0.9);
  }

  .slider-medium .swiper-slide img {
    border-radius: 10px;
  }
/* SWIPER SLIDER END */

/* EXPLORE CORE SYSTEMS START */

.explore-core {
    padding-top: 16rem;
    padding-bottom: 16rem;
    background: linear-gradient(270.14deg, rgba(0, 0, 0, 0) 0.04%, rgba(0, 0, 0, 0.6) -0.66%), url("/wp-content/uploads/2023/04/building-clean.webp");
    background-size: cover;
    background-position: center;
}

.explore-core .title {
    text-align: center;
    margin-bottom: 10rem;
}

.explore-core h2 {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 64px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--white);
}

.explore-core h4 {
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--white);
}

.explore-core p {
    font-family: var(--montserrat-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    margin-top: 1rem;
    margin-bottom: 3rem;
    color: var(--white);
}

.explore-core-underline {
    width: 32%;
    margin-left: 34% !important;
}

.explore-core .banner-link {
    background: transparent;
    width: 38% !important;
}

.explore-core .banner-link:hover {
    text-decoration: none;
}

/* MODAL WINDOW START */

.modal-dialog {
    max-width: 1000px;
}

.coreGallerySwiper {
    height: auto;
}

.modal-title {
    font-size: 20px;
    font-family: var(--montserrat-font) !important;
}

.modal-body {
    padding: 0;
}

#s-prev-core, #s-next-core {
    top: 40%;
    background: #ffffff !important;
}

.coreGallerySwiper {
    border: 3px solid #fff;
}

.coreGallerySwiper #s-next-core, .coreGallerySwiper #s-prev-core {
    width: 45px !important;
    border-radius: 5px !important;
    height: 50px !important;
}

.coreGallerySwiper #s-next-core:after, .coreGallerySwiper #s-prev-core:after {
    color: #000000;
}

.coreGallerySwiper .swiper-slide {
    overflow: hidden;
}

.coreGallerySwiper .slide-quote-image-1 img {
    transform: translateY(-252px);
}

.coreGallerySwiper .swiper-slide .description {
    display: none;
    text-align: initial;
    padding: 2rem;
}

.coreGallerySwiper .swiper-slide .description hr {
    width: 40%;
}

.coreGallerySwiper .swiper-slide .description h4, .coreGallerySwiper .swiper-slide .description p {
    color: var(--black);
}

.coreGallerySwiper .swiper-slide .description .link {
    font-family: var(--teko-font);
    font-size: 24px;
    font-weight: 600;
    background: var(--primary-color);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    text-decoration: none;
    color: var(--white);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 50px 5px 50px;
    transition: 0.4s all ease-in-out;
}

.coreGallerySwiper .swiper-slide .description .link:hover {
    color: var(--primary-color);
    background-color: var(--white);
}

.coreGallerySwiper .swiper-slide p {
    padding: 0;
}

.coreGallerySwiperThumbnails {
    padding: 20px !important;
    background: #222222 !important;
    height: 150px !important;
}

.coreGallerySwiperThumbnails .swiper-slide:nth-child(1) img {
    transform: translateY(-80px);
}

.coreGallerySwiperThumbnails .swiper-wrapper {
    overflow: hidden;
}

.coreGallerySwiperThumbnails .swiper-slide {
    cursor: pointer !important;
}

.coreGallerySwiperThumbnails .swiper-slide {
    opacity: 0.4;
}

.coreGallerySwiperThumbnails .swiper-slide-thumb-active {
    opacity: 1;
}

.btn-danger {
    font-family: var(--montserrat-font);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.modal-footer {
    padding: 0;
    border-top: 0;
}

/* MODAL WINDOW END */

/* EXPLORE CORE SYSTEMS END */

/* CHIP START */

.chip {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background: url('/wp-content/uploads/2022/02/bg.jpg');
    background-size: cover;
}

.chip .container-fluid {
    width: 95%;
}

.chip .title {
    text-align: center;
    padding-bottom: 3rem;
}

.chip h2 {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 64px;
    text-transform: uppercase;
    color: var(--black);
}

.chip h4 {
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--black);
}

.chip-underline {
    width: 32%;
    margin-left: 34% !important;
}

.chip .col-lg-3 {
    position: relative;
    height: 80vh;
}

.chip-points {
    position: relative;
}

.chip-point {
    position: absolute;
    padding: 1rem;
    transition: all 0.5s ease-in-out;
}

.chip-point h4 {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 38px;
    text-transform: uppercase;
}

.chip-point p {
    font-family: var(--montserrat-font);
    font-weight: 500;
    font-size: 17px;
    color: #555555;
}

.chip-point hr {
    width: 100%;
}

.chip-point:hover {
    background: #ffffff;
    border-radius: 11px;
    box-shadow: 0px 2px 4px 0px #0000002e;
}

.chip-point-1, .chip-point-2, .chip-point-3 {
    text-align: right;
}

.chip-point-2, .chip-point-5 {
    top: 37.8%;
}

.chip-point-3, .chip-point-6 {
    bottom: 0;
}

.chip-point-3 {
    width: 100%;
}

.chip-logo {
    position: relative;
}

.chip-logo svg {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}

.chip-logo img {
    height: 0;
    z-index: 2;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.chip-bg {
    background: #f9f9f9;
    border-radius: 50px;
    z-index: 1;
    transform: scale(1.2);
}

.chip-flex {
    display: flex;
    align-items: center;
}

.chip-logo .active {
    height: auto;
    opacity: 1;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.chip-point-4, .chip-point-5, .chip-point-6 {
    right: 0;
}

/* CHIP END */

/* CAPABILITIES START */

.capabilities {
    padding-bottom: 14rem;
    background-color: #F9F9F9;
}

.capabilities .title {
    text-align: center;
}

.capabilities h2 {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 64px;
    text-transform: uppercase;
    color: var(--black);
}

.capabilities h4 {
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--black);
}

.capabilities-underline {
    width: 32%;
    margin-left: 44rem !important;
}

.capabilities-container, .capabilities-cards {
    max-width: 1440px !important;
}

.capabilities-container .col-lg-3 {
    width: 26% !important;
}

.capabilities-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 4rem;
}

.capabilities-points ul {
    text-align: center;
    list-style: none;
    margin: 0;
}

.capabilities-points li {
    margin: 0;
    font-family: var(--montserrat-font);
    font-weight: 500;
    font-size: 24px;
    line-height: 50px;
}

.capabilities .column-title {
    font-family: var(--montserrat-font);
    font-weight: 500;
    font-size: 36px;
    line-height: 60px;
    border-bottom: 4px solid var(--primary-color);
}

/* CAPABILITIES END */

/* GALLERY START */

.gallery {
    background: url("/wp-content/uploads/2022/03/gallery-bg.jpg");
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 15rem;
    margin: 0;
}

.gallery-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #F9F9F9;
    border: 1px solid rgba(51, 51, 51, 0.5);
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 3rem;
}

.gallery-block .title {
    text-align: center;
}

.gallery-block h2 {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 64px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--black);
}

.gallery-block h4 {
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--black);
}

.gallery-underline {
    width: 32%;
    margin-left: 21rem !important;
}

.gallery-block img {
    object-fit: cover;
}

.gallery-block .swiper-button-next {
    right: 25px;
}

.gallery-block .swiper-button-prev {
    left: 25px;
}

.gallery-block .swiper-slide, .gallery-block img {
    border: 5px solid #F9F9F9;
    box-sizing: border-box;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.gallery-block .swiper-slide {
    cursor: pointer;
}

.gallery-block .gallerySwiperThumbs .swiper-slide {
    width: 140px !important;
    margin-right: 20px !important;
}

.gallery-block .swiper, .gallery-block .swiper-wrapper, .gallery-block .gallerySwiper {
    height: auto;
}

.gallery-block .gallerySwiperThumbs {
    margin-top: 25px;
}

.gallery-block .swiper-slide-thumb-active, .gallery-block .gallerySwiperThumbs .swiper-slide:hover {
    border: 5px solid var(--primary-color);
    transition: 0.4s all ease-in-out;
}

.gallery-block .swiper-slide-thumb-active img, .gallery-block .gallerySwiperThumbs .swiper-slide:hover img {
    border: 0;
    transition: 0.4s all ease-in-out;
}

.gallery-block p {
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 44px;
    padding-left: 5rem;
    color: #222222;
}

.gallery-block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding-bottom: 3rem;
    margin: 0;
}

.gallery-block li {
    padding-bottom: 0.7rem;
    display: flex;
    margin: 15px;
    width: 62%;
}

.gallery-block .mission-point {
    font-family: var(--montserrat-font);
    font-weight: 500;
    font-size: 24px;
    color: #222222;
    text-transform: uppercase;
    margin-left: 10px;
}

.gallery-block .banner-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 30px;
    padding: 10px 30px 10px 30px;
    width: 40% !important;
    margin-left: 31%;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--primary-color);
    border: 4px solid var(--black);
    transition: 0.4s all ease-in-out;
}

.gallery-block .banner-link:hover {
    color: var(--primary-color);
    background-color: var(--white);
    border-color: var(--white);
}

.explore-core .swiper-button-next, .explore-core .swiper-button-prev {
    color: var(--black) !important; 
}

/* GALLERY END */

/* FABRICATION PROCESS START*/

.fabrication-process {
    padding-top: 6rem;
    padding-bottom: 10rem;
    background: linear-gradient(180deg, #000000 0%, #222222 45.2%);
}

.fabrication-process .title {
    text-align: center;
}

.fabrication-process h2 {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 64px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--white);
}

.fabrication-process h4 {
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--white);
}

.fabrication-process-underline {
    width: 32%;
    margin-left: 34% !important;
}

.fabrication-process .circle {
    width: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    background: var(--primary-color);
    border-radius: 45px;
    margin-left: 0.2rem;
    border: 5px solid #096295;
    box-sizing: border-box;
    font-family: 'Teko';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    padding-top: 9px;
    color: var(--white);
    z-index: 1;
}

.fabrication-process .step {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-top: 6rem;
}

.fabrication-process .step .col-lg-5 {
    width: 39.4%;
}

.fabrication-process .step h4 {
    font-family: var(--teko-font);
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    color: #F5F5F5;
}

.fabrication-process .step p {
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #F5F5F5;
}

.fabrication-process .step .step-underline {
    margin-left: 0.8rem;
    width: 80%;
}

.fabrication-process .process-line {
    position: absolute !important;
    width: 216px;
    margin-left: 1rem;
    left: 37%;
    bottom: -42px;
    opacity: 0.9 !important;
    border-top: 6px dashed var(--primary-color) !important;
    background: transparent !important;
    transform: rotate(90deg);
}

.fabrication-process .step:last-child .process-line {
    display: none;
}

/* FABRICATION PROCESS END */

/* STATISTICS START */

.statistics {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: var(--primary-color);
}

.statistics h2 {
    font-family: var(--teko-font);
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 64px;
    color: #f5f5f5;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.statistics h3 {
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.statistics .row {
    display: flex;
    justify-content: center;
    text-align: center;
}

.statistics .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* STATISTICS END */

/* BANNER-SECTION START */

.banner-built {
    background: url('/wp-content/uploads/2022/03/fabrication-built-banner.jpg');
    background-size: cover;
    background-position-x: 50%;
}

.banner-mission {
    background: url('/wp-content/uploads/2022/03/fabrication-action-banner.jpg');
    background-size: cover;
    background-position-x: 75%;
}

.banner-domain {
    background: url('/wp-content/uploads/2022/03/fabrication-action-banner.jpg');
    background-size: cover;
    background-position-x: 50%;
}

.banner-about {
    background-color: #222222;
    padding-bottom: 0 !important;
}

.banner-domain .row {
    display: flex;
    justify-content: end;
    text-align: end;
}

.banner-underline {
    width: 40% !important;
    margin-left: 0.8rem !important;
}

.banner-built h4, .banner-mission h4, .banner-domain h4, .banner-about h4 {
    font-family: var(--montserrat-font);
    font-family: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--white);
}

.banner-built h2, .banner-mission h2, .banner-domain h2, .banner-about h2 {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 72px;
    text-transform: uppercase;
    color: var(--white);
}

.banner-domain h2, .banner-domain h4 {
    padding: 0;
}

.banner-domain a {
    width: 20% !important; 
}

.banner-domain .banner-underline {
    width: 17% !important;
}

.banner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.banner-link {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 30px;
    padding: 10px 30px 10px 30px;
    width: 40% !important;
    margin-left: 0.8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    color: var(--white) !important;
    border: 4px solid var(--primary-color);
    transition: 0.4s all ease-in-out;
}

.banner-link:hover {
    color: var(--primary-color) !important; 
    background-color: var(--white);
    border-color: var(--white);
}

.banner-about .banner {
    padding: 0;
}

.banner-about .banner .description {
    padding: 60px 0 60px 0;
}

/* BANNER-SECTION END */

/* BANNER MISSION START */

.banner-mission .banner-underline {
    width: 31%;
}

.banner ul {
    list-style: none;
    padding-bottom: 3rem;
    padding-left: 0;
    margin: 0;
}

.banner li {
    padding-bottom: 0.7rem;
    display: flex;
    margin: 0;
}

.banner .mission-point {
    font-family: var(--montserrat-font);
    font-weight: 500;
    font-size: 24px;
    color: var(--white);
    text-transform: uppercase;
    margin-left: 10px;
}

/* BANNER MISSION END */

/* ENGINEERING SERVICES START */

.engineering-services {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.engineering-services .title {
    text-align: center;
}

.engineering-services h2 {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 64px;
    text-transform: uppercase;
    color: var(--black);
}

.engineering-services h4 {
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--black);
}

.engineering-services-underline {
    width: 32%;
    margin-left: 44rem !important;
}

.engineering-services-container, .engineering-cards {
    max-width: 1440px !important;
}

.engineering-cards {
    padding-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.engineering-card {
    position: relative;
    width: 49% !important;
    margin-bottom: 3rem;
    padding: 40px 300px 40px 20px;
    background: #F5F5F5;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.engineering-card h3 {
    font-family: var(--montserrat-font);
    font-weight: 500;
    font-size: 31px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.engineering-card p {
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 13px;
    line-height: 25px;
    color: #333333CC;
    margin-bottom: 5rem;
}

.engineering-card .link {
    position: absolute;
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 18px;
    padding: 10px 30px 10px 30px;
    bottom: 16px;
    border-radius: 5px;
    color: var(--white);
    text-transform: uppercase;
    text-decoration: none;
    background-color: var(--primary-color);
    transition: 0.4s all ease-in-out;
}

.engineering-card .link:hover {
    color: var(--primary-color);
    background-color: var(--white);
}

.engineering-card img {
    position: absolute;
    bottom: 0;
    right: 0;
}
/* ENGINEERING SERVICES END */

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.laptop {
    display: block;
}

.tablet {
    display: none;
}

.history {
    padding-top: 4rem;
}

.modal-form {
    padding: 0 !important;       
}

.history, .our-mission {
    padding: 2rem;
}

.history {
    padding-top: 5rem;
}

.history h3, .our-mission h3 {
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.history p, .our-mission p {
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #222222;
}

.business-info .row {
    background: url("/wp-content/uploads/2023/04/business-info-bg.webp");
    background-size: cover;
}

.business-info p {
    font-family: var(--montserrat-font);
    font-style: normal;
    font-size: 15px;
    line-height: 40px;
    color: var(--white);
}

.business-info .col-sm-8 {
    width: 70% !important; 
    padding-left: 3rem !important;
}

.business-info .col-sm-4 {
    width: 30% !important;
}

.business-info .row {
    align-items: center;
}

.product-cards-mobile {
    padding-top: 6rem;
}

.product-cards-mobile .row {
    justify-content: center;
}

.product-cards-mobile .product-mobile-card:nth-child(1) {
    background: url("/wp-content/uploads/2023/04/engineering-card-mobile-1.webp");
    background-size: cover;
    background-position: center;
}

.product-cards-mobile .product-mobile-card:nth-child(2) {
    background: url("/wp-content/uploads/2023/04/custom-design-card.webp");
    background-size: cover;
    background-position: center;
}

.product-cards-mobile .product-mobile-card:nth-child(3) {
    background: url("/wp-content/uploads/2023/04/fabrication-card-mobile-1.webp");
    background-size: cover;
    background-position: center;
}

.product-cards-mobile .product-mobile-card:nth-child(4) {
    background: url("/wp-content/uploads/2023/04/testing-card-mobile.webp");
    background-size: cover;
    background-position: center;
}

.product-cards-mobile .product-mobile-card:nth-child(5) {
    background: url("/wp-content/uploads/2023/04/product-mobile-card-4.webp");
    background-size: cover;
    background-position: center;
}

.product-mobile-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid rgb(217 217 217);
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    height: 174px;
}

.product-mobile-card h3 {
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: var(--white);
    text-transform: uppercase;
}

.product-mobile-card a {
    font-family: var(--teko-font);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--white);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
    padding: 5px 50px 5px 50px;
    margin-top: 34px;
    background-color: var(--primary-color-dark);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.product-mobile-card a:hover {
    color: var(--primary-color);
    background-color: var(--white);
}

.product-cards-mobile h2 {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--black);
}

.product-cards-mobile h4 {
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--black);
}

.product-cards-mobile h3 {
    letter-spacing: 0;
}

.product-cards-mobile .title {
    text-align: center;
}

.products-underline {
    width: 28.7%;
    margin-left: 36% !important;
}

.process .swiper {
    width: 88%;
    height: 500px;
  }
  
.process .cubeProcessSwiperAbout .swiper-slide {
    background-position: center;
    background-size: cover;
}

.process .cubeProcessSwiperAbout .quote-description {
    border: 3px solid var(--primary-color);
    width: 100%;
    height: 100%;
    text-align: initial;
    padding: 5rem 4rem 4rem 4rem;
    position: relative;
}

.process .cubeProcessSwiperAbout .swiper-slide:nth-child(1) .quote-description {
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.7) 0%, rgba(0, 0, 0, 0.7) 68.75%), url("/wp-content/uploads/2023/04/about-step-1-mobile.webp");
    background-size: cover;
    background-position: center;
}

.process .cubeProcessSwiperAbout .swiper-slide:nth-child(2) .quote-description {
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.7) 0%, rgba(0, 0, 0, 0.6) 68.75%), url("/wp-content/uploads/2023/04/about-step-2-mobile.webp");
    background-size: cover;
    background-position: center;
}

.process .cubeProcessSwiperAbout .swiper-slide:nth-child(3) .quote-description {
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.7) 0%, rgba(0, 0, 0, 0.6) 68.75%), url("/wp-content/uploads/2023/04/about-step-3-mobile.webp");
    background-size: cover;
    background-position: center;
}

.process .cubeProcessSwiperAbout .swiper-slide:nth-child(4) .quote-description {
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.7) 0%, rgba(0, 0, 0, 0.6) 68.75%), url("/wp-content/uploads/2023/04/about-step-4-mobile.webp");
    background-size: cover;
    background-position: center;
}

.process .cubeProcessSwiperAbout .swiper-slide:nth-child(5) .quote-description {
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.7) 0%, rgba(0, 0, 0, 0.6) 68.75%), url("/wp-content/uploads/2023/04/about-step-5-mobile.webp");
    background-size: cover;
    background-position: center;
}

.process .cubeProcessSwiperAbout .swiper-slide:nth-child(6) .quote-description {
    background: linear-gradient(180deg, rgba(51, 51, 51, 0.7) 0%, rgba(0, 0, 0, 0.6) 68.75%), url("/wp-content/uploads/2023/04/about-step-6-mobile.webp");
    background-size: cover;
    background-position: center;
}

.process .cubeProcessSwiperAbout .swiper-slide .quote-description h3 {
    color: var(--white)
}

.process .cubeProcessSwiperAbout .swiper-slide .quote-description p {
    color: var(--white)
}

.process .swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
}

.process .swiper-pagination {
    bottom: 82px !important;
}

.process .quote-description h4 {
    font-family: var(--teko-font);
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    color: #F5F5F5;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.process .quote-description p {
    font-family: var(--montserrat-font);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #F5F5F5;
}

.process .quote-description .step-underline {
    width: 60% !important;
}

.process .title {
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 4rem;
}

.process .title h4 {
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--black);
}

.process .title h2 {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--black);
}

.process .unit-icon {
    position: absolute;
    top: 0;
    width: 0;
    left: 0;
    height: 0;
    border-top: 70px solid #149FF0;
    border-right: 70px solid transparent;
    color: #ffffff;
}

.process .unit-number {
    position: absolute;
    top: 0px;
    left: 11px;
    z-index: 1;
    color: #ffffff;
    font-family: var(--teko-font);
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.06em;
    text-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
}

.slider-medium h2, .chip h2, .chip-point h4, .contact-form .title h2, .banner-about h2 {
    letter-spacing: 1px;
}

/* NEW PROCESS SECTION */
.process-new {
    background-color: #0D0D0D;
    padding-bottom: 10rem !important;
}

.process-new .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    background: linear-gradient(0deg, #0D0D0D 25%, rgba(13, 13, 13, 0) 260%), url("/wp-content/uploads/2023/06/title-about-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
    padding-bottom: 8rem !important;
    border-top: solid 5px #0f4370;
}

.process-new .title h2 {
    font-family: var(--teko-font);
    font-weight: 600;
    font-size: 64px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--white);
}

.process-new .title h4 {
    font-family: var(--montserrat-font);
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--white);
}

.process-new .title hr {
    margin-left: 0 !important;
}

.process-new .process-section img {
    display: unset;
}

.process-new .process-section hr {
    margin-left: 31% !important;
    width: 37% !important;
}

.process-new .arrow-container-circle {
    text-align: center;
    padding-top: 50px;
}

.process-new .process-section {
    background-color: #0D0D0D;
}

.process-new .process-section .row {
    align-items: center;
}

.process-new .process-section .description {
    text-align: center
}

.process-new .process-section .description img {
    border: solid 4px #fff;
    height: auto;
    max-width: 100%;
}

.process-new .process-section .description h2 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    margin-top: 50px;
    line-height: 70px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.process-new .process-section .description p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 49px;
    color: #FFFFFF;
    padding-bottom: 40px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.fabrication-process {
    display: none;
}

@media (min-width: 3000px) {
    .entry-header {
        height: 70vh !important;
    }
}

@media (max-width: 1700px) {
    #about-us-info-new .col-lg-4 h3 {
        font-size: 40px;
    }
}

@media (max-width: 1600px) {

}

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

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

@media (min-width: 992px) {
    .engineering-cards .col-lg-6 {
        width: 49%;
    }
    .banner-about p {
        width: 80%;
    }
    .product-cards .col-lg-3, .capabilities-cards .col-lg-3 {
        width: 32%;
    }
    .header-cards .col-lg-4 {
        width: 32.3%;
    }
}


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

@media (max-width: 1220px) {
    .footer-inner {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .product-card .description h2 {
        font-size: 35px;
    }
    .laptop {
        display: none;
    }
    .tablet {
        display: block;
    }
}

@media (max-width: 576px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    video {
        display: none;
    }
    .entry-header {
        height: auto;
    }
    .header-description h1 {
        font-size: 35px !important;
    }
    .header-description hr {
        margin-left: 0;
    }
    .header-description h1 {
        text-align: center;
        margin-bottom: 17px;
    }
    .header-description h3 {
        font-size: 14px !important;
        font-weight: 400;
        text-align: center;
        margin-bottom: 10px;
    }
    .header-description img, .header-description button {
        display: none;
    }
    .entry-header-inner {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header-description {
        padding: 10rem 3rem 3rem 3rem;
        background: url("/wp-content/uploads/2023/04/about-bg-mobile.webp");
        background-size: cover;
        background-position: center;
    }
    .header-description .col-lg-6:nth-child(2) {
        display: none;
    }
    .header-description .description {
        width: 100%;
    }
    .header-description .description p {
        text-align: center;
        line-height: 35px;
        font-size: 16px;
    }
    #about-us-info-new {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    #about-us-info-new .col-lg-8 {
        padding-right: 0;
        text-align: center;
    }
    #about-us-info-new .col-lg-4 {
        margin-top: 6rem;
    }
    #about-us-info-new .col-lg-4 h3 {
        font-size: 30px;
        line-height: 55px;
    }
    #about-us-info-new .col-lg-4 h4 {
        font-size: 22px;
    }
    #about-us-info-new .col-lg-4 p {
        font-size: 16px;
    }
    .banner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .banner-about .banner .description, .banner-domain .banner {
        padding: 60px 30px 60px 30px;
    }
    .footer-widgets-wrapper .column-one {
        padding: 20px;
    }
    .banner-about h4, .banner-built h4, .banner-domain h4, .slider-medium h4 {
        font-size: 14px;
    }
    .banner-about h2, .banner-built h2, .banner-domain h2, .slider-medium h2 {
        font-size: 36px;
    }
    .contact-form h4 {
        font-size: 14px !important;
    }
    .contact-form h2 {
        font-size: 36px !important;
    }
    .banner-link {
        font-size: 21px;
        width: 40% !important;
    }
    .banner .request-quote-btn {
        font-size: 21px !important;
    }
    .banner-built {
        background: url("/wp-content/uploads/2022/04/FLAG-MOBILE.jpg");
        background-size: cover;
    }
    .banner-built .row {
        justify-content: center;
        text-align: center;
    }
    .banner-underline {
        width: 20% !important;
        margin-left: 0 !important;
    }    
    .banner-built h2 {
        margin-bottom: 2rem;
        letter-spacing: 0.5px;
    }
    .banner-domain a {
        width: 43% !important;
    }
    .banner-about h4, .banner-built h4, .banner-domain h4 {
        font-size: 14px;
    }
    .banner-about h2, .banner-built h2, .banner-domain h2 {
        font-size: 36px;
    }
    .banner-link {
        font-size: 21px;
        width: 40% !important;
    }
    .banner-built {
        background: url("/wp-content/uploads/2022/04/FLAG-MOBILE.jpg");
        background-size: cover;
    }
    .banner-built .row {
        justify-content: center;
        text-align: center;
    }
    .banner-underline {
        width: 20% !important;
        margin-left: 0 !important;
    }    
    .banner-built h2 {
        margin-bottom: 2rem;
        letter-spacing: 0.5px;
    }
    .banner-built .request-quote-btn {
        font-weight: 600;
        font-size: 21px !important;
        padding: 10px 10px 10px 10px !important;
        width: 40% !important;
        margin-left: 0.8rem !important;
        text-align: center !important;
        text-decoration: none !important;
        text-transform: uppercase;
        color: var(--white) !important;
        background-color: transparent;
        border: 4px solid var(--primary-color) !important;
        transition: 0.4s all ease-in-out !important;
    }
    .header-description .description {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .header-description .row .col-lg-6:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-description .link {
        font-size: 20px;
        width: 133px;
        padding: 10px 10px 10px 18px;
    }
    .products {
        padding-bottom: 3rem;
    }
    .products h4 {
        font-size: 14px;
    }
    .products h2 {
        font-size: 36px;
    }
    .contact-form {
        padding: 0 !important;
    }
    .contact-form .title {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media (max-width: 360px) {
    h1 {
        font-size: 30px !important;
    }
    .header-description .description p {
        line-height: 27px;
    }
    .core-slider h4 {
        font-size: 32px;
    }
    .core-slider li {
        font-size: 16px;
    }
}