/* Theme Name: Alba
Theme URI: https://7per8.com/
Author: Billy D. Hidayat
Author URI: https://www.instagram.com/billydamara/
Description: Alba Metal by 7per8 Themes
Version: 1.0 */
/* line 1, sass/_typography.scss */
p {
  margin: 0 !important;
}

.nav-link {
  font-weight: 300;
}

@font-face {
  font-family: "TT HOVES BLACK";
  src: url(fonts/TTHovesBlack.ttf);
}
@font-face {
  font-family: "TT HOVES MEDIUM";
  src: url(fonts/TTHovesMedium.ttf);
}
@font-face {
  font-family: "TT HOVES LIGHT";
  src: url(fonts/TTHovesLight.ttf);
}
@font-face {
  font-family: "TT HOVES REGULAR";
  src: url(fonts/TTHovesRegular.ttf);
}
@font-face {
  font-family: "TT HOVES BOLD";
  src: url(fonts/TTHovesDemiBold.ttf);
}
.carousel-text,
.section-5-text,
h5,
h3,
.medium {
  font-family: "TT HOVES MEDIUM", sans-serif;
}

p,
a,
.light {
  font-family: "TT HOVES LIGHT", sans-serif;
}

h1 {
  font-family: "TT HOVES BLACK", sans-serif;
}

.regular {
  font-family: "TT HOVES REGULAR", sans-serif;
}

.bold {
  font-family: "TT HOVES BOLD", sans-serif;
}

.t-key {
  font-weight: bold;
}

.header {
  position: relative;
}
.header .lang-en,
.header .lang-id {
  cursor: pointer;
}
.header .active {
  font-weight: bold;
}
.header .navbar-nav {
  align-items: center;
}
.header #product-link {
  cursor: default;
}
.header .input-wrapper {
  width: 100%;
  height: auto;
  background: transparent;
}
.header .input-wrapper .search-input {
  width: 100%;
  background: transparent;
  border: transparent;
  border-bottom: 2px solid rgb(95, 94, 94);
  font-size: 40px;
  color: white;
}
.header .input-wrapper .search-input:focus-visible {
  border-bottom: 2px solid white;
  outline: none;
}
.header .search-icon {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-right: 20px;
}
.header .active {
  font-weight: bold;
}
.header .spacer {
  transition: all 0.4s ease-in-out;
  height: 0;
  background-color: #1a1a1a;
  width: 100%;
}
.header .spacer.dropdown-active {
  height: auto67px;
}
.header .product-dropdown-wrapper.search {
  height: auto;
}
.header .product-dropdown-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  top: 67px;
  left: 0;
  height: auto;
  width: 100%;
  background-color: #1a1a1a;
  z-index: 99;
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s linear;
  opacity: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1440px) {
  .header .product-dropdown-wrapper .spacer-xl {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.header .product-dropdown-wrapper.dropdown-active {
  opacity: 1;
  visibility: visible;
}
.header .product-dropdown-wrapper .section-4-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: white;
}
.header .product-dropdown-wrapper .item {
  position: relative;
}
.header .product-dropdown-wrapper .product-search-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
.header .product-dropdown-wrapper .product-search-wrapper a {
  text-decoration: none;
}
.header .product-dropdown-wrapper .product-search-wrapper .product-search {
  cursor: pointer;
  width: auto;
  max-height: 100px;
}
.header .product-dropdown-wrapper .section-4-image {
  cursor: pointer;
  height: 120px;
  width: 100%;
  opacity: 0.8;
  object-fit: cover;
}
.header .navbar {
  z-index: 99999;
  width: 100%;
  padding-top: 20px;
  z-index: 9999;
  position: absolute;
}
.header .black-nav {
  color: black !important;
}
.header .black-nav .lang-end {
  color: black !important;
}
.header .black-nav .text-white {
  color: black !important;
}
.header .navbar.dropdown-active {
  display: flex;
  background-color: #1a1a1a;
}
.header .language {
  font-size: smaller;
}
.header .lang-end {
  color: white;
  right: 0;
}
.header .nav-item {
  margin-inline: 1em;
}
.header body.page-ids-1630 .language div {
  color: #000000;
}
@media (max-width: 768px) {
  .header .navbar-nav {
    align-items: start;
  }
  .header .brand-logo {
    opacity: 100;
  }
}
@media (min-width: 1650px) {
  .header li a {
    font-size: 1.3rem;
  }
  .header .language {
    font-size: 1.1rem;
  }
}
@media (max-width: 1000px) {
  .header .container-fluid {
    padding: 0;
    height: auto;
    z-index: 50;
  }
  .header .navbar-menu {
    background: #1a1a1a;
    width: 100vw;
    height: 100vh;
    z-index: -50;
    top: 0;
    padding-top: 25%;
    transition: 0.3s ease;
    position: fixed;
  }
  .header .navbar-toggler {
    border: none !important;
  }
  .header .navbar-toggler:hover, .header .navbar-toggler:active, .header .navbar-toggler:focus {
    box-shadow: none;
  }
  .header .navbar-toggler .toggle i {
    color: white;
  }
  .header .fixed-position {
    position: fixed;
  }
  .header .nav-link.center {
    font-size: 25px;
    padding-top: 10px;
  }
  .header .language {
    position: static;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .header .lang-end {
    font-size: 15px;
  }
}

.home-page .section-carousel .carousel-indicators-wrapper {
  height: 96vh;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
}
.home-page .section-carousel .carousel-indicators {
  position: relative;
  display: flex;
  flex-direction: column;
  height: fit-content;
  top: 0;
  left: 0;
  margin: 0 !important;
}
.home-page .section-carousel .carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
  margin-bottom: -15px;
  z-index: 9999;
  padding: 0 !important;
}
.home-page .section-carousel .carousel-indicators li.active {
  z-index: 9999;
}
.home-page .section-carousel .carousel-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  color: white;
  height: 100vh;
}
.home-page .section-carousel .carousel-wrapper::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.home-page .section-carousel .carousel-wrapper img.carousel-image {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
.home-page .section-carousel .carousel-wrapper .container-fluid {
  position: absolute;
}
.home-page .section-carousel .carousel-wrapper .carousel-text {
  height: 100vh;
  width: 100%;
  font-size: 3.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .home-page .section-carousel .carousel-indicators-wrapper {
    align-items: flex-end;
  }
  .home-page .section-carousel .carousel-indicators {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: start;
    padding-bottom: 50px;
  }
  .home-page .section-carousel .carousel-wrapper .carousel-text {
    font-size: 9.5vw;
    justify-content: start;
    align-items: flex-end;
  }
}
.home-page .home-section-2 {
  background: #d9d9d9;
  min-height: auto;
  width: auto;
}
.home-page .home-section-2 .text {
  color: #808080;
}
.home-page .home-section-2 .section-2-gap {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.home-page .home-section-2 .product-text {
  color: #808080;
}
.home-page .home-section-2 .product-link {
  background: #d9d9d9;
  padding-bottom: 50px;
  height: 320px;
}
.home-page .home-section-2 .link-mobile {
  text-align: center;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 18px;
  color: white;
}
.home-page .home-section-2 .img-home-section-2-wrapper {
  background-color: white;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .home-section-2 .img-home-section-2 {
  max-height: 100%;
  width: 100%;
}
.home-page .home-section-2 .mobile-img {
  background-image: url(https://albaunggulmetal.co.id/wp-content/uploads/2024/03/Home-section-2-5.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  color: white;
}
.home-page .home-section-2 .product {
  height: auto !important;
}
@media (max-width: 1680px) {
  .home-page .home-section-2 .original-product {
    justify-content: center;
    display: flex;
  }
}
@media (max-width: 768px) {
  .home-page .home-section-2 {
    height: 100%;
  }
}
@media (max-width: 990px) {
  .home-page .home-section-2 {
    height: 100%;
  }
}
.home-page .home-section-3 {
  color: white;
}
.home-page .home-section-3 .container-fluid {
  padding-right: 0 !important;
}
.home-page .home-section-3 .img-left {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/wp-content/uploads/2023/10/Home-section-3-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-page .home-section-3 .year {
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .home-page .home-section-3 .text-right-wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1650px) {
  .home-page .home-section-3 .text-right-wrapper {
    padding-left: 7rem;
    padding-right: 14rem;
  }
}
.home-page .home-section-3 .img-right {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/Home-section-3-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.home-page .home-section-3 .text-right-wrapper {
  display: flex;
  padding-top: 30px;
  height: 100%;
  justify-content: center;
  margin-left: 50px;
  flex-direction: column;
}
.home-page .home-section-3 .button-wrapper {
  margin-top: 30px;
}
.home-page .home-section-3 .button-wrapper .btn {
  padding-inline: 30px;
}
@media (max-width: 768px) {
  .home-page .home-section-3 .img-left {
    height: 60vh;
  }
  .home-page .home-section-3 .img-right-mobile {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/Home-section-3-2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
  }
  .home-page .home-section-3 .text-right-section-3 {
    line-height: 17px;
  }
  .home-page .home-section-3 .button-wrapper {
    margin-top: 50px;
  }
  .home-page .home-section-3 .button-wrapper .btn {
    padding-inline: 30px;
    box-shadow: none;
  }
  .home-page .home-section-3 .text-right-wrapper {
    height: 40vh;
    justify-content: start;
    align-items: start;
    margin-left: 20px;
  }
  .home-page .home-section-3 .img-left {
    align-items: end;
    padding-bottom: 2vh;
  }
}
.home-page .home-section-4 {
  background: #1e1e1e;
  color: white;
  width: 100%;
  height: auto;
}
.home-page .home-section-4 .section-4-title {
  padding-top: 50px;
  padding-inline: 50px;
  display: flex;
  justify-content: space-between;
}
.home-page .home-section-4 .section-4-wrapper {
  margin-bottom: 100px;
  width: 80%;
}
.home-page .home-section-4 .container-section-4 {
  margin-top: 50px;
}
.home-page .home-section-4 .item {
  position: relative;
}
.home-page .home-section-4 .section-4-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-page .home-section-4 .explore-gap {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
.home-page .home-section-4 .section-4-image {
  width: 100%;
  opacity: 0.8;
  height: 20vh;
}
@media (max-width: 768px) {
  .home-page .home-section-4 .section-4-image {
    height: 13vh;
  }
}
@media (min-width: 768px) {
  .home-page .home-section-4 .home-section-4 {
    height: 150vh;
  }
}
.home-page .home-section-5 {
  height: auto;
  color: white;
}
.home-page .home-section-5 .section-5-image {
  background: url(/wp-content/uploads/2023/10/Home-section-5-1-scaled-1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.home-page .home-section-5 .text-right {
  margin-top: 4rem;
}
.home-page .home-section-5 button {
  width: 100px;
  box-shadow: none !important;
}
.home-page .home-section-5 .section-5-text-bottom {
  font-size: 1.4rem;
}
.home-page .home-section-5 .section-5-text {
  font-size: 3.5vw;
}
@media (max-width: 768px) {
  .home-page .home-section-5 .section-5-image-mobile {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/wp-content/uploads/2023/10/Home-section-5-1-mobile.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
  }
  .home-page .home-section-5 .container-fluid {
    height: 80vh;
  }
  .home-page .home-section-5 .section-5-text {
    padding-top: 70px;
  }
  .home-page .home-section-5 .section-5-text-bottom {
    padding-bottom: 50px;
  }
}
@media (min-width: 1650px) {
  .home-page .home-section-5 .section-5-text-bottom {
    font-size: 1.5rem;
  }
}

.product-page {
  width: 100vw;
}
.product-page .home-section-4 {
  color: white;
  width: 100%;
  height: auto;
}
.product-page .home-section-4 .section-4-title {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
.product-page .home-section-4 .section-4-wrapper {
  margin-bottom: 100px;
  width: 80%;
}
.product-page .home-section-4 .container-section-4 {
  margin-top: 50px;
}
.product-page .home-section-4 .item {
  position: relative;
}
.product-page .home-section-4 .section-4-image {
  cursor: pointer;
  height: auto;
  width: 100%;
  opacity: 0.8;
}
.product-page .home-section-4 .section-4-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
@media (min-width: 768px) {
  .product-page .home-section-4 .home-section-4 {
    height: 150vh;
  }
}
.product-page .product-section-1 {
  color: white;
}
.product-page .product-section-1 .text-hero {
  height: 70vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
}
.product-page .product-section-1 .product-title {
  font-size: 3vw;
}
@media (max-width: 768px) {
  .product-page .product-section-1 .text-hero {
    height: 50vh;
    flex-direction: column;
    justify-content: end;
    align-items: start;
  }
  .product-page .product-section-1 .product-title {
    font-size: 9vw;
  }
}
.product-page .product-section-2 .img-wrapper {
  width: 100%;
  height: 300px;
  background: rgb(227, 227, 227);
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-page .product-section-2 .img-wrapper img {
  max-height: 88%;
  max-width: 88%;
  width: auto;
  cursor: pointer;
}
.product-page .product-section-2 .product-text {
  display: flex;
  flex-direction: column;
}
.product-page .product-section-2 .product-text:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .product-page .product-section-2 .img-wrapper {
    height: 200px;
  }
}
.product-page .product-section-3 .item {
  position: relative;
}
.product-page .product-section-3 .section-3-text {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.products-page .active {
  opacity: 1 !important;
}
.products-page .st0 {
  fill: #898f8d;
  stroke: #d9d9d9;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
.products-page .st1 {
  fill: #898f8d;
}
.products-page .st2 {
  fill: none;
  stroke: #d9d9d9;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
.products-page .st3 {
  fill: none;
  stroke: #4e4e4e;
  stroke-width: 0.5;
}
.products-page .st5 {
  fill: #4e4e4e;
  opacity: 0.5;
}
.products-page .bandar-lampung {
  fill: white;
}
.products-page .pekanbaru {
  fill: white;
}
.products-page .pontianak {
  fill: white;
}
.products-page .jabodetabek {
  fill: white;
}
.products-page .semarang {
  fill: white;
}
.products-page .surabaya {
  fill: white;
}
.products-page .yogyakarta {
  fill: white;
}
.products-page .title {
  font-size: 3vw;
}
.products-page .list {
  height: 35vh;
}
@media (max-width: 768px) {
  .products-page .list {
    height: auto;
  }
}
@media (min-width: 1650px) {
  .products-page .list {
    height: 18vh;
  }
}

.about-page .about-section-1 {
  color: white;
  background: #1a1a1a;
  width: auto;
  height: auto;
  padding-top: 5rem;
}
.about-page .about-section-1 .image1 {
  width: 500px;
  height: 400px;
  margin-top: 100px;
}
.about-page .about-section-1 .year {
  width: auto;
  height: 250px;
  margin-bottom: 10px;
}
.about-page .about-section-1 .image2 {
  width: 550px;
  height: 400px;
}
.about-page .about-section-1 .img-bg {
  background-image: url(images/About-section-1-3-mobile.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 55vh;
}
.about-page .about-section-1 .vision-text {
  font-size: 2.5vw;
}
.about-page .about-section-1 .text-right {
  font-size: 1.2vw;
  width: auto;
}
.about-page .about-section-1 .text-left {
  font-size: 1.2vw;
}
@media (max-width: 768px) {
  .about-page .about-section-1 .image1 {
    width: 400px;
    height: 350px;
  }
  .about-page .about-section-1 .year {
    height: 200px;
  }
  .about-page .about-section-1 .text-right {
    font-size: 4vw;
    margin-inline: auto;
  }
  .about-page .about-section-1 .text-left {
    font-size: 4vw;
  }
  .about-page .about-section-1 .img-bg {
    height: 40vh;
  }
  .about-page .about-section-1 .vision-text {
    font-size: 6vw;
  }
}

.about-section-2 {
  background: #000;
  color: white;
  font-size: 24px;
  text-align: center;
}
.about-section-2 .image-desktop {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about-section-2 .image-desktop .image-one {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/About-section-2-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  width: 100%;
  position: relative;
}
.about-section-2 .image-desktop .image-one .title {
  position: absolute;
  top: 4rem;
  left: 4rem;
}
.about-section-2 .image-desktop .text-image {
  display: flex;
  width: auto;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about-section-2 .image-desktop .image-two {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/About-section-2-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  width: 100%;
}
.about-section-2 .image-desktop .image-three {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/About-section-2-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  width: 100%;
}
.about-section-2 .image-desktop .image-four {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://albaunggulmetal.co.id/wp-content/uploads/2024/04/new-image-4.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  width: 100%;
}
.about-section-2 .image-mobile .image-one {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/About-section-2-1-m.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.about-section-2 .image-mobile .text-image {
  display: flex;
  width: auto;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about-section-2 .image-mobile .image-two {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/About-section-2-2-mob.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.about-section-2 .image-mobile .image-three {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/About-section-2-3.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.about-section-2 .image-mobile .image-four {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/About-section-2-4-mob.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.about-section-3 {
  color: #808080;
  background: #d9d9d9;
  height: 110vh;
}
.about-section-3 .carousel-item {
  margin-top: 30px;
}
.about-section-3 p {
  color: #000 !important;
}
.about-section-3 .img-carousel {
  width: 100%;
  height: 100%;
}
.about-section-3 .control-wrapper {
  right: 40px;
  top: 0;
}
.about-section-3 button.control {
  height: 30px;
  background: #d9d9d9;
  border: none;
}
@media (max-width: 768px) {
  .about-section-3 .img-carousel {
    padding-bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .about-section-3 .control-wrapper {
    right: 50px;
    bottom: 0;
  }
  .about-section-3 .year {
    padding-top: 50px;
    padding-bottom: 50px;
    justify-self: center;
    height: 260px;
    z-index: 9999;
  }
  .about-section-3 .control-wrapper-mobile {
    margin-bottom: 50px;
    margin: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .about-section-3 .carousel-inner {
    height: 550px !important;
  }
}

.about-section-4 {
  background: linear-gradient(180deg, #8e9492 0%, #747c79 100%);
  height: auto;
  color: white;
  padding-bottom: 100px;
}
.about-section-4 .section-4-text {
  font-size: 1.2vw;
  font-weight: 100;
}
@media (max-width: 768px) {
  .about-section-4 .section-4-text {
    font-size: 3.5vw;
  }
}

.about-section-5 {
  background: #d9d9d9;
  height: auto;
  color: #4e4e4e;
}
.about-section-5 .section-5-content {
  border-left: 1px solid black;
  height: 100%;
}
.about-section-5 .text-content-5 {
  padding-top: 5rem;
}
.about-section-5 .text-content-5-1 {
  padding-top: 5rem;
  margin-right: 5px;
}
.about-section-5 .text-content-5,
.about-section-5 .text-content-last {
  font-size: 1vw;
}
.about-section-5 .text-content-last {
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .about-section-5 .section-5-content {
    border: none;
    height: 200px;
  }
  .about-section-5 .responsive-border {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid black;
  }
  .about-section-5 .text-content-5 {
    padding-top: 2rem;
  }
  .about-section-5 .text-content-last {
    padding-top: 2rem;
  }
  .about-section-5 .text-content-5,
  .about-section-5 .text-content-last {
    font-size: 3.5vw;
  }
}

.about-section-6 {
  color: black;
  margin-top: 50px;
  height: auto;
}
.about-section-6 h3 {
  margin-bottom: 0 !important;
  font-size: 30px;
}
.about-section-6 .text-left {
  font-size: 1rem;
}
.about-section-6 .grey-text {
  color: #4e4e4e;
}
.about-section-6 .content-left {
  height: auto;
}
.about-section-6 .text-left {
  font-size: 64px;
}
.about-section-6 .content-right {
  height: auto;
}
.about-section-6 i.bi {
  font-size: 20px;
}
.about-section-6 .custom-border {
  border-bottom: 1px solid black;
}
.about-section-6 .modal-button {
  cursor: pointer;
}
@media (max-width: 768px) {
  .about-section-6 .image1 {
    width: 347px;
    height: 273px;
  }
  .about-section-6 .text-left {
    font-size: 3rem;
  }
  .about-section-6 .text-left-content {
    font-size: 3.5vw;
  }
}

.contact-page .contact-section-1 {
  background-image: url(images/contact-section-1-1.png);
  background-size: cover;
  width: 100%;
  color: white;
}
.contact-page .contact-section-1 .contact-1-bg {
  height: 70vh;
  display: flex;
  align-items: end;
  padding-bottom: 20px;
}
.contact-page .contact-section-1 h1 {
  margin: 0;
}
@media (max-width: 768px) {
  .contact-page .contact-section-1 {
    background-image: url(images/contact-section-1-1-mobile.png);
    background-size: cover;
    width: 100%;
    height: auto;
  }
}
.contact-page .contact-section-3 .btn {
  background-color: #4e4e4e !important;
  color: white;
  width: 150px;
  box-shadow: none !important;
}
.contact-page .contact-section-3 .form-control:focus {
  box-shadow: none;
}
@media (max-width: 768px) {
  .contact-page .contact-section-3 input {
    width: 90vw !important;
  }
}

.catalogue-page .catalogue-section-1 .img-bg-1 {
  background-image: url(images/catalogue-section-1-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
.catalogue-page .catalogue-section-1 .text-section-1-1 {
  width: auto;
  height: 70vh;
}
.catalogue-page .catalogue-section-1 .h1-section-1-1 {
  font-size: 4vw;
}
@media (max-width: 768px) {
  .catalogue-page .catalogue-section-1 .img-bg-1 {
    background-image: url(images/catalogue-section-1-1-mobile.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .catalogue-page .catalogue-section-1 .text-section-1-1 {
    width: auto;
    height: 30vh;
  }
  .catalogue-page .catalogue-section-1 .h1-section-1-1 {
    font-size: 9vw;
  }
}
.catalogue-page .catalogue-section-2 {
  color: black;
  margin-top: 50px;
  height: auto;
}
.catalogue-page .catalogue-section-2 h3 {
  margin: 0;
}
.catalogue-page .catalogue-section-2 .text-left {
  font-weight: 300;
  font-size: 3vw;
}
.catalogue-page .catalogue-section-2 .text-position {
  height: 45vh;
}
.catalogue-page .catalogue-section-2 .custom-border {
  border-bottom: 1px solid black;
  padding-top: 10px;
}
.catalogue-page .catalogue-section-2 .content-right {
  color: #4e4e4e;
}
.catalogue-page .catalogue-section-2 .content-right a {
  text-decoration: none;
  color: #4e4e4e;
}
@media (max-width: 768px) {
  .catalogue-page .catalogue-section-2 .text-section-2-mob {
    font-size: 3.5vw;
  }
  .catalogue-page .catalogue-section-2 .custom-border-last {
    border-bottom: 1px solid black;
  }
  .catalogue-page .catalogue-section-2 .text-left {
    font-size: 8vw;
  }
}

.career-page {
  padding-top: 80px;
  color: black;
}
.career-page p {
  font-size: 16px;
}
.career-page .career-section-1 {
  height: auto;
  width: auto;
  padding-top: 70px;
}
.career-page .career-section-1 .section-1-title {
  font-size: 5vw;
}
.career-page .career-section-1 .section-1-text {
  font-size: 1vw;
}
@media (max-width: 768px) {
  .career-page .career-section-1 .section-1-text {
    font-size: 4.5vw;
  }
}
@media (max-width: 768px) {
  .career-page .career-section-1 {
    padding-top: 100px;
  }
  .career-page .section-1-title {
    font-size: 10vw !important;
  }
}
.career-page .career-section-2 {
  height: auto;
}
.career-page .career-section-2 p {
  margin: 0;
}
.career-page .career-section-2 .bi {
  font-size: large;
}
.career-page .career-section-2 .career-wrapper {
  width: 65vw;
}
.career-page .career-section-2 .btn {
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .career-page .career-section-2 p {
    font-size: 11px;
  }
  .career-page .career-section-2 .career-wrapper {
    width: 100%;
    margin-top: 100px;
  }
  .career-page .career-section-2 .qualification {
    font-size: 2.5vw;
  }
}

.client-page {
  width: 100%;
}
.client-page .client-section-1 .img-section-1 {
  height: 100%;
  width: 100%;
  transform: translateY(0);
}
.client-page .client-section-1 .text-wrapper {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .client-page .client-section-1 .img-section-1 {
    height: 100%;
    margin-top: 20%;
  }
  .client-page .client-section-1 .revision-testing {
    padding-top: 10%;
  }
}
.client-page .client-section-2 {
  background: #565656;
  color: white;
  height: auto;
}
.client-page .client-section-2 .container-fluid {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.client-page .client-section-2 .text {
  width: max-content;
}
.client-page .client-section-2 .column-left-wrapper {
  color: #747c79;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.client-page .client-section-2 .column-left {
  cursor: pointer;
}
.client-page .client-section-2 .right-content {
  display: none;
  padding: 10px;
}
.client-page .client-section-2 .column-left {
  margin-bottom: 0;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 10px;
  border: 1px solid #747c79;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.client-page .client-section-2 .active {
  color: white;
}
@media (max-width: 768px) {
  .client-page .client-section-2 .column-left {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .client-page .client-section-2 .carousel-indicators {
    position: static !important;
  }
  .client-page .client-section-2 .carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100%;
    z-index: 9999;
    padding: 0 !important;
  }
}
.client-page .client-section-3 {
  background: #d9d9d9;
  height: auto;
  color: black;
}

.service-page .section-carousel .carousel-indicators-wrapper {
  position: absolute;
  height: auto;
  display: flex;
  align-items: flex-end;
  bottom: 20px;
  width: 100%;
}
.service-page .section-carousel .carousel-indicators-wrapper h1 {
  margin: 0;
  color: white;
}
.service-page .section-carousel .carousel-indicators-wrapper .carousel-indicators {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  justify-content: flex-end;
  margin-bottom: 0;
  position: relative;
}
.service-page .section-carousel .carousel-indicators-wrapper .carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100%;
  flex-shrink: 3;
}
.service-page .section-carousel .carousel-indicators-wrapper .carousel-indicators li.active {
  z-index: 9999;
}
.service-page .section-carousel .carousel-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  color: white;
}
.service-page .section-carousel .carousel-wrapper img.carousel-image {
  width: 100vw;
  height: 70vh;
  object-fit: cover;
}
.service-page .section-carousel .carousel-wrapper .container-fluid {
  position: absolute;
}
@media (max-width: 768px) {
  .service-page .section-carousel img.carousel-image {
    height: 40vh !important;
  }
  .service-page .section-carousel .carousel-text {
    font-size: 3rem;
  }
}
.service-page .service-section-2 {
  height: 100vh;
}
.service-page .service-section-2 .atlantic {
  font-size: 30px;
}
.service-page .service-section-2 .text-section-2 {
  font-size: 1.5vw;
}
.service-page .service-section-2 .button {
  background: transparent;
  border-radius: 10px;
  border: 1px solid black;
}
@media (max-width: 768px) {
  .service-page .service-section-2 {
    height: auto;
  }
  .service-page .service-section-2 .text-section-2 {
    font-size: 2.5vh;
    padding-bottom: 2.5rem;
  }
  .service-page .service-section-2 .btn {
    margin-top: 5rem;
    padding: 0;
  }
}
.service-page .service-section-3 {
  height: auto;
  background: #2b2b2b;
  color: white;
}
.service-page .service-section-3 .section-3-text {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .service-page .service-section-3 .section-3-text {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .service-page .service-section-3 {
    height: auto;
  }
}
.service-page .service-section-4 .accordion-button {
  padding: 0 !important;
}
.service-page .service-section-4 p {
  width: auto;
  text-align: center;
}
.service-page .service-section-4 .accordion-button {
  border-bottom: 1px solid black;
}
.service-page .service-section-4 .accordion-button:hover, .service-page .service-section-4 .accordion-button:active, .service-page .service-section-4 .accordion-button:focus {
  box-shadow: none;
  background: white;
}
.service-page .service-section-4 button {
  color: black;
}
.service-page .service-section-4 .accordion-button:not(.collapsed)::after {
  background-image: url(images/arrow-black.png);
  transform: rotate(-90deg);
}
.service-page .service-section-4 .accordion-button::after {
  transform: rotate(90deg);
  background-image: url(images/arrow-black.png);
}
.service-page .service-section-4 .accordion-body {
  text-align: center;
  font-size: 1.5vw;
}
@media (max-width: 768px) {
  .service-page .service-section-4 .accordion-body {
    font-size: 3vw;
  }
}

.articles-page button {
  color: black;
}
.articles-page .articles-section-1 {
  background-image: url("images/articles-section-1-1.png");
  background-size: cover;
  width: 100%;
}
.articles-page .articles-section-1 .articles-section-1-bg {
  height: 70vh;
  display: flex;
  align-items: end;
  padding-bottom: 20px;
  color: white;
}
.articles-page .articles-section-2 .time {
  color: grey;
}
.articles-page .articles-section-2 .page-link {
  border: 0 !important;
  color: black;
  padding: 0.3rem 0.2rem;
  font-size: 1.5vw;
}
.articles-page .articles-section-2 .page-link:focus {
  background-color: transparent !important;
}
.articles-page .articles-section-2 .page-link:hover {
  background-color: transparent !important;
}
.articles-page .articles-section-2 .page-item.active .page-link {
  background-color: transparent !important;
  font-weight: bold;
}

.article-page .article-section-1 a {
  text-decoration: none;
}
.article-page .article-section-1 .social {
  background: #747c79;
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-bottom: 2px !important;
  padding-top: 2px !important;
  color: white;
  border-radius: 5px;
}

.single-products-section-2 {
  height: 70vh;
}

@media (max-width: 768px) {
  .product-section-2 .container .row-mob {
    padding-right: 20px;
    padding-left: 10px;
  }
}
.footer {
  background: #1a1a1a;
  color: white;
}
.footer .container-fluid {
  height: auto;
  width: auto;
}
.footer .container-fluid a {
  text-decoration: none;
  color: white;
}
.footer .container-fluid .footer-menu {
  display: flex;
  flex-wrap: wrap;
}
.footer .container-fluid .footer-links {
  width: 25%;
}
.footer .container-fluid .back-top {
  cursor: pointer;
  transition: 0.5s;
}
.footer .container-fluid .social {
  background: #747c79;
  border-radius: 20%;
  padding: 5px;
}
.footer .container-fluid .credit {
  color: #747c79;
}
@media (min-width: 1650px) {
  .footer .container-fluid a,
  .footer .container-fluid p,
  .footer .container-fluid .language {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .footer .container-fluid .footer-menu {
    width: auto;
    margin-right: 0;
    text-align: center;
  }
  .footer .container-fluid .footer-links {
    padding: 10px;
    width: 30%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .footer .container {
    height: 60vh;
  }
}

.section-4-image {
  height: auto;
  width: 100%;
  opacity: 0.8;
}

.modal .modal-header {
  border: none !important;
  background: #efefef;
}
.modal .body-section-1 {
  background: #efefef;
}
.modal .body-section-1 img {
  background: #efefef;
}
@media (max-width: 675px) {
  .modal .body-section-1 .h3-text {
    padding-top: 30px;
  }
}
.modal .body-section-2 img {
  background: white;
}
.modal .body-section-2 .img-content-container {
  display: flex;
  padding: 80px;
}
.modal .body-section-2 .img-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .modal .body-section-2 .img-content.left {
    flex-direction: row-reverse;
    padding-right: 10%;
    padding: 50px;
  }
  .modal .body-section-2 .img-content.right {
    flex-direction: row;
    padding: 50px;
  }
  .modal .body-section-2 .text-caption {
    width: 100px;
  }
  .modal .body-section-2 .text-caption p {
    margin-bottom: 0;
  }
  .modal .body-section-2 .text-caption.bot {
    margin-top: 200px;
  }
}
.modal .modal-bot {
  background: #efefef;
  border-radius: 7px;
}
.modal .modal-bot .text-bot {
  font-size: 12px;
}
.modal .modal-bot .img-bot {
  width: 200px;
  height: 150px;
}
.modal .modal-bot .transparent {
  background-color: transparent;
  background: transparent;
  height: 100%;
  width: 100%;
}
.modal .modal-bot .text-bot-caption {
  text-align: center;
  display: flex;
}
.modal .modal-bot .left-bot {
  width: fit-content;
}
@media (min-width: 992px) {
  .modal .modal-bot .text-bot {
    font-size: 15px;
  }
  .modal .modal-bot .img-bot {
    width: 400px;
    height: 250px;
  }
}
.modal #modal-1 .img-bot {
  width: 200px;
  height: 150px;
}
@media (min-width: 992px) {
  .modal #modal-1 .img-bot {
    width: 400px;
    height: 250px;
    background-color: red !important;
  }
}
.modal #modal-bot-2 .img-bot {
  width: 150px;
  height: 250px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .modal #modal-bot-2 .img-bot {
    width: 150px;
    height: 250px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-size: 14px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}

.featured-image img {
  width: 100%;
  height: 100%;
}

.pagination {
  display: flex;
  width: 100%;
  font-size: 2rem;
  justify-content: center;
  color: black;
}
.pagination a {
  text-decoration: none;
  color: black;
}
.pagination .prev,
.pagination .next {
  display: none;
}
.pagination .page-numbers {
  margin-left: 5px;
  margin-right: 5px;
}
.pagination .page-numbers.current {
  font-weight: bold;
}

table td {
  text-align: left;
  vertical-align: top;
  background-color: transparent !important;
}

.spacer {
  width: 100%;
  height: 100px;
}

.thumb-img {
  height: 100%;
  width: 100%;
  padding-left: 90px;
  padding-right: 90px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-size: 14px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}

.featured-image img {
  width: 100%;
  height: 100%;
}

.pagination {
  display: flex;
  width: 100%;
  font-size: 2rem;
  justify-content: center;
  color: black;
}
.pagination a {
  text-decoration: none;
  color: black;
}
.pagination .prev,
.pagination .next {
  display: none;
}
.pagination .page-numbers {
  margin-left: 5px;
  margin-right: 5px;
}
.pagination .page-numbers.current {
  font-weight: bold;
}

table td {
  text-align: left;
  vertical-align: top;
  background-color: transparent !important;
}

.spacer {
  width: 100%;
  height: 100px;
}

.thumb-img {
  height: 100%;
  width: 100%;
  padding-left: 90px;
  padding-right: 90px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-size: 14px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}

.featured-image img {
  width: 100%;
  height: 100%;
}

.pagination {
  display: flex;
  width: 100%;
  font-size: 2rem;
  justify-content: center;
  color: black;
}
.pagination a {
  text-decoration: none;
  color: black;
}
.pagination .prev,
.pagination .next {
  display: none;
}
.pagination .page-numbers {
  margin-left: 5px;
  margin-right: 5px;
}
.pagination .page-numbers.current {
  font-weight: bold;
}

table td {
  text-align: left;
  vertical-align: top;
  background-color: transparent !important;
}

.spacer {
  width: 100%;
  height: 100px;
}

.thumb-img {
  height: 100%;
  width: 100%;
  padding-left: 90px;
  padding-right: 90px;
}

.contact-page .contact-section-2 p a {
  color: #000;
  text-decoration: none;
}

.mt-4.content-single-post {
  line-height: 1.6;
  font-size: 16px;
}

.mt-4.content-single-post p {
  margin-bottom: 20px !important;
}

.mt-4.content-single-post h2 {
  margin-bottom: 10px;
}

.wh-post-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 50px;
}

.wh-post-nav a.nextpost.new-article-link {
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}

.wh-post-nav a {
  font-size: 16px;
  font-weight: 600;
}

.nextpost span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.previous-article-link span,
.new-article-link span {
  width: 10px;
  height: 10px;
  background: url(/wp-content/uploads/2024/02/prev.png) no-repeat;
  display: inline-block;
  background-size: contain;
}

.wh-post-nav a {
  color: #000;
  font-size: 15px;
}

.sidebar-item.search-form input {
  border: 1px solid #dee2e6;
  padding: 18px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
}

.sidebar-item.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
  font-weight: 700;
}

.sidebar-item.search-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  font-weight: 700;
  opacity: 0.5; /* Firefox */
}

.sidebar-item.search-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  font-weight: 700;
}

.sidebar-item.search-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
  font-weight: 700;
}

.sidebar-item.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  font-weight: 700;
}

.sidebar-item.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
  font-weight: 700;
}

.widget_search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 100%;
  padding: 0;
  font-size: 16px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}

.sidebar-item {
  margin-bottom: 40px;
}

.center_on_mobile.widget.widget_search {
  position: relative;
}

.listing-post {
  padding: 20px 16px;
  border: 1px solid #dee2e6;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.listing-post a h3 {
  padding: 22px 8px;
  margin-bottom: 0;
  font-family: var(--bs-body-font-family);
}

.listing-post a:not(:last-child) h3 {
  border-bottom: 1px solid #dee2e6;
}

.listing-post a,
.listing-post h3 {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  font-family: var(--bs-body-font-family);
}

.sidebar-item.list-product ul li a {
  padding: 20px 25px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 1px solid #dee2e6;
  margin-bottom: 10px;
  background-color: #f0f0f0;
  width: 100%;
  display: inline-block;
  font-family: var(--bs-body-font-family);
}
.sidebar-item h2 {
  font-size: 18px;
  padding-left: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: var(--bs-body-font-family);
}

.sidebar-item.list-product ul {
  list-style: none;
  padding-left: 0;
}

.sidebar-item.list-product ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 1.6;
  font-family: var(--bs-body-font-family);
}

.article-page.single-post .container > .row.mt-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.article-page.single-post .container .col.ps-5 aside {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.results-item-post .listing-wrapper img {
  width: 100%;
  height: 100%;
}

.results-item-post .listing-item-post a {
  color: #000;
  text-decoration: none;
}

.results-item-post .content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.results-item-post .listing-item-post {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
  padding: 30px 20px;
}
body.search-results .read-more {
  margin-top: auto;
}

body.search-results h1.page-title span {
  font-weight: 700;
}

body.search-results .navbar.dropdown-active li.nav-item a,
body.search-results .navbar.dropdown-active .lang-end {
  color: #fff !important;
}

body.search-results .navbar.dropdown-active img.white-logo {
  display: block;
}

body.search-results .navbar.dropdown-active img.black-logo {
  display: none !important;
}

body.search-results .listing-item-post {
  padding: 25px;
}

.search-results .container-fluid > .brand img {
  display: block !important;
}

body.search-results .navbar-nav li.nav-item a,
body.search-results .header .lang-end {
  color: #000000 !important;
}

body.search-results .site-content {
  margin-top: 150px !important;
}

@media all and (min-width: 901px) {
  .results-item-post .listing-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .results-item-post .listing-wrapper > div {
    width: 50%;
  }

  .results-item-post .content-item {
    padding-left: 21px;
  }
  .results-item-post .thumbnail-item {
    padding-right: 21px;
  }
}

@media all and (max-width: 1000px) {
  .search-results
    .navbar-menu.navbar-collapse.justify-content-between.collapse.show
    .brand
    img {
    display: block !important;
  }

  body.search-results .header .menu-active .navbar-toggler .toggle i,
  body.search-results .header .menu-active .navbar-nav li.nav-item a {
    color: #fff !important;
  }

  .search-results .header .navbar-toggler .toggle i {
    color: #000 !important;
  }
}

@media all and (max-width: 900px) {
  .article-page.single-post .row.mt-4 > .col.ps-5 {
    padding-left: 0 !important;
    margin-top: 40px;
    width: 100%;
  }

  .article-page.single-post .row.mt-4 > .col-12.col-md-8 {
    width: 100% !important;
  }

  .results-item-post .content-item {
    margin-top: 30px;
  }

  .results-item-post .content-results {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */


/*# sourceMappingURL=style.css.map */
