:root {
  --black: #000;
  --white: white;
  --blue: #0f2447;
  --light-blue: #ecf0f6;
  --yellow: #fdbe69;
  --lighjt-grey: #cdcdcd;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 140%;
}

h2 {
  color: var(--blue);
  background-image: url('../images/menu-dot.svg');
  background-position: 0 11px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  transition: all .5s;
  display: block;
  position: absolute;
}

.section-home-banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-mask {
  z-index: 1;
  width: 60%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sticky-graphic {
  z-index: 1;
  float: right;
  width: 60%;
  position: fixed;
  inset: auto 0% 0% auto;
}

.home-banner-txt-b {
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 50% 0% auto;
  overflow: hidden;
  transform: translate(0, -50%);
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.section-content {
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-content.bg-lightblue {
  background-color: var(--light-blue);
}

.section-content.bg-footer {
  background-color: var(--blue);
  color: var(--white);
}

.section-line {
  background-color: var(--blue);
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
}

.inner-banner-txt-b {
  z-index: 1;
  width: 60%;
  max-width: 1440px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.section-inner-banner {
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.section-title-b {
  margin-bottom: 50px;
}

.intro-txt01 {
  width: 66.66%;
  font-size: 45px;
  line-height: 150%;
}

.intro-txt02 {
  float: right;
  width: 33.33%;
  line-height: 150%;
}

.reveal-type {
  overflow-wrap: normal;
}

.about-icon-row {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.about-icon-col {
  width: 25%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.about-icon {
  background-color: var(--blue);
  border: 5px solid #fffc;
  border-radius: 100%;
  width: 125px;
  margin-bottom: 15px;
}

.about-icon-b {
  text-align: center;
}

.subtitle {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.about-img-col {
  width: 33.33%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.about-img-row {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.about-img-txt-b {
  margin-bottom: 50px;
}

.about-img {
  margin-bottom: 20px;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.inner-sticky-graphic {
  z-index: 1;
  float: right;
  width: 45%;
  margin-bottom: 30vh;
  position: fixed;
  inset: auto 0% 0% auto;
}

.inner-banner-mask {
  z-index: 1;
  width: 45%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-logo {
  width: 120px;
}

.footer-b {
  width: 80%;
}

.footer-row {
  flex-flow: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.footer-col {
  width: 50%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  position: relative;
}

.footer-sitemap-row {
  flex-flow: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
}

.footer-sitemap-col {
  width: 50%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.footer-align {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid var(--white);
  padding-top: 25px;
  position: relative;
}

.link-white {
  color: var(--white);
  text-decoration: none;
  transition: all .6s;
  display: inline-block;
}

.link-white:hover {
  color: var(--yellow);
}

.footer-social-b {
  margin-top: 25px;
}

.social-icon {
  width: 32px;
  margin-right: 10px;
  position: relative;
}

.social-icon-img-hover {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.footer-code {
  margin-right: 2.5%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-btn-top {
  color: var(--white);
  background-image: url('../images/arrow-top.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 20px;
  text-decoration: none;
  transition: all .6s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-btn-top:hover {
  color: var(--yellow);
  background-image: url('../images/arrow-top-yellow.svg');
}

.btn-whatsapp {
  z-index: 10;
  background-color: #25d366;
  background-image: url('../images/icon-whatsapp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  margin-right: 30px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.service-listing {
  color: var(--black);
  margin-bottom: 50px;
  text-decoration: none;
  display: block;
}

.service-list-row {
  flex-flow: wrap;
  display: flex;
}

.service-list-col-txt {
  width: 50%;
  padding-right: 5%;
}

.service-list-col-img {
  width: 50%;
}

.service-list-img {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-top: 42%;
  position: relative;
  overflow: hidden;
}

.service-list-all {
  margin-bottom: -50px;
}

.service-list-title {
  background-image: none;
  margin-bottom: 10px;
  padding-left: 0;
}

.btn-b {
  margin-top: 25px;
}

.btn {
  background-color: var(--blue);
  color: var(--yellow);
  background-image: url('../images/arrow-more-yellow.svg');
  background-position: 40px;
  background-repeat: no-repeat;
  background-size: 6px;
  border-radius: 50px;
  padding: 15px 40px 15px 60px;
  text-decoration: none;
  transition: all .6s;
}

.btn:hover {
  background-color: var(--yellow);
  color: var(--blue);
  background-image: url('../images/arrow-more-blue.svg');
  background-size: 6px;
}

.service-list-img-mask {
  z-index: 1;
  width: 340px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.service-details-intro-title {
  margin-bottom: 15px;
  font-size: 45px;
  line-height: 150%;
}

.service-details-row01 {
  flex-flow: wrap;
  margin-bottom: 50px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.service-details-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.service-details-img {
  padding-top: 63%;
  position: relative;
  overflow: hidden;
}

.service-details-subtitle {
  color: var(--blue);
  text-decoration: underline;
}

.service-details-b {
  margin-bottom: -50px;
}

.service-details-row02 {
  flex-flow: row-reverse wrap-reverse;
  margin-bottom: 50px;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.contact-intro-txt {
  float: right;
  width: 66.66%;
  margin-top: -80px;
  font-size: 45px;
  line-height: 150%;
}

.contact-row {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.contact-col-l {
  width: 33.33%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.contact-col-r {
  width: 66.66%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.link {
  color: var(--black);
  text-decoration: none;
  transition: all .6s;
  display: inline-block;
}

.link:hover {
  color: var(--yellow);
}

.input {
  color: var(--black);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #353535;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.input:focus {
  border-bottom-color: var(--yellow);
}

.input::placeholder {
  color: #0000;
}

.input.long {
  height: 120px;
}

.contact-form {
  margin-top: 25px;
  margin-bottom: 0;
}

.form-row {
  flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.form-col {
  width: 50%;
  margin-bottom: 30px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.form-col.full {
  width: 100%;
}

.input-wrap {
  flex-direction: row;
  display: flex;
  position: relative;
}

.form-error-message {
  background-color: #681f1f;
}

.contact-btn-align {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-btn-line03 {
  background-color: #353535;
  width: 32px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.nav-dropdown-content {
  flex-flow: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.container-menu {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.header {
  z-index: 1000;
  background-color: var(--white);
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  margin-left: 0;
  margin-right: 0;
  padding: 28px 0;
  font-size: 18px;
  transition: all .6s;
}

.nav-link:hover {
  color: var(--blue);
  font-weight: 600;
}

.nav-link.w--current {
  color: var(--blue);
  background-image: url('../images/menu-dot.svg');
  background-position: 50% 20px;
  background-repeat: no-repeat;
  background-size: auto;
  font-weight: 600;
}

.nav-dropdown-col {
  width: 50%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.menu-btn-line01 {
  background-color: #353535;
  width: 32px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  max-width: 770px;
  padding-right: 5%;
  display: flex;
  position: static;
}

.menu-btn-line02 {
  background-color: #353535;
  width: 32px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.nav-dropdown-list {
  background-color: var(--white);
  margin-top: 80px;
  inset: 0% 0% auto;
  overflow: hidden;
}

.header-logo {
  width: 252px;
  margin-left: 5%;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.nav-dropdown-link {
  color: var(--black);
  text-decoration: none;
  transition: all .6s;
}

.nav-dropdown-link:hover {
  color: var(--blue);
  font-weight: 600;
}

.nav-dropdown-row {
  flex-flow: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  display: flex;
}

.nav-dropdown-list-item {
  width: 50%;
  margin-bottom: 15px;
}

.nav-dropdown-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-dropdown-img-mask {
  height: 100%;
  padding-top: 45%;
  position: relative;
}

.nav-dropdown-listing {
  flex-flow: wrap;
  margin-bottom: 0;
  display: flex;
}

.btn-search {
  background-image: url('../images/icon-search-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
  margin-right: 5%;
  transition: all .5s;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.btn-search:hover {
  background-image: url('../images/icon-search-yellow.svg');
}

.header-lang {
  margin-left: 0;
  margin-right: 0;
}

.header-lang-btn {
  margin-left: -15px;
  padding: 28px 15px;
}

.header-lang-arrow {
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.header-lang-dropdown {
  background-color: #fff;
  margin-left: -15px;
  overflow: hidden;
}

.dropdown-content-b {
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-link {
  text-align: center;
  white-space: normal;
  padding-left: 5px;
  padding-right: 5px;
  transition: all .5s;
}

.dropdown-link:hover {
  color: var(--blue);
  font-weight: 600;
}

.dropdown-link.w--current {
  color: #3ab6a6;
}

.nav-menu-lang-mobile {
  display: none;
}

.home-product-link {
  color: #fff;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-product-link._02 {
  border-radius: 0 50px;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.page-wrapper {
  position: relative;
}

.my-slider-progress {
  color: #e8e2da;
  background-color: #2e2a27;
  width: 50%;
  height: 3px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.my-slider-progress-bar {
  background-color: #b3b641;
  width: 30vw;
  height: 7px;
}

.product-list-title {
  z-index: 2;
  padding: 5% 20% 5% 5%;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 0%;
}

.product-list-title._02 {
  inset: 0% 0% auto;
}

.product-img-b {
  margin-bottom: 9%;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.product-img-b._02 {
  margin-top: 9%;
  margin-bottom: 0%;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider {
  z-index: 9;
  cursor: grab;
}

.splide__list {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.splide__list.top {
  align-items: flex-start;
}

.section-projects {
  position: relative;
  overflow: hidden;
}

.splide__track {
  width: 100%;
}

.splide__slide {
  flex: none;
  align-items: flex-start;
  width: 30%;
}

.splide__slide:first-child {
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.home-services-mask {
  z-index: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.home-services-mask._02 {
  inset: 0% 0% auto;
}

.more-circle {
  z-index: 3;
  margin-bottom: 30px;
  margin-right: 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.more-circle._02 {
  margin-top: 30px;
  inset: 0% 0% auto auto;
}

.home-media-list-line {
  background-color: var(--blue);
  width: 100%;
  height: 1px;
}

.home-media-listing {
  color: var(--black);
  margin-bottom: 50px;
  text-decoration: none;
  display: block;
}

.home-media-row {
  flex-flow: wrap;
  display: flex;
}

.home-media-col-img {
  width: 30%;
  margin-bottom: 50px;
  padding-left: 50px;
  position: relative;
}

.home-media-col-txt {
  width: 70%;
  margin-bottom: 50px;
  padding-left: 5%;
  padding-right: 50px;
  position: relative;
}

.home-media-number {
  width: 50px;
  font-weight: 600;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-media-img {
  padding-top: 61%;
  position: relative;
  overflow: hidden;
}

.home-media-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.home-media-arrow {
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

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

.pop-search {
  z-index: 2000;
  background-color: #0009;
  padding: 100px 5%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.search-title {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
}

.search-input {
  height: 60px;
  margin-bottom: 0;
  padding-right: 60px;
}

.search-btn {
  background-color: #3898ec00;
  background-image: url('../images/icon-search-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 60px;
  height: 60px;
  transition: all .5s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.search-btn:hover {
  background-color: var(--blue);
  background-image: url('../images/icon-search-yellow.svg');
}

.pop-btn-close {
  border: 1px solid var(--white);
  background-image: url('../images/btn-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-top: 30px;
  margin-right: 5%;
  position: fixed;
  inset: 0% 0% auto auto;
}

.home-news-slider {
  z-index: 10;
  background-color: #ddd0;
  width: 40%;
  max-width: 545px;
  height: auto;
  margin-bottom: 3%;
  margin-right: 5%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.home-news-row {
  flex-flow: row-reverse wrap;
  display: flex;
}

.home-news-col-l {
  width: 35%;
}

.home-news-col-r {
  width: 65%;
  padding-left: 20px;
}

.home-news-title {
  margin-bottom: 10px;
}

.home-news-img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

.home-news-bar {
  background-color: #0f244780;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.home-news-bar-animate {
  z-index: 1;
  background-color: var(--blue);
  width: 0;
  height: 2px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-news-txt {
  max-height: 48px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }

  .section-home-banner {
    height: 95vh;
  }

  .banner-mask, .sticky-graphic {
    width: 80%;
  }

  .inner-banner-txt-b {
    width: 60%;
  }

  .intro-txt01 {
    width: 100%;
  }

  .intro-txt02 {
    width: 50%;
    margin-top: 50px;
  }

  .about-icon-row {
    margin-top: -50px;
  }

  .about-icon-col {
    width: 50%;
    margin-top: 50px;
  }

  .inner-sticky-graphic {
    width: 60%;
    margin-bottom: 25vh;
  }

  .inner-banner-mask {
    width: 60%;
    margin-bottom: -1px;
  }

  .footer-logo {
    width: 100px;
  }

  .footer-row {
    margin-bottom: -50px;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 50px;
  }

  .btn-whatsapp {
    margin-right: 5%;
  }

  .service-list-img {
    padding-top: 50%;
  }

  .service-list-img-mask {
    width: 200px;
  }

  .service-details-intro-title {
    width: 100%;
  }

  .service-details-row01 {
    margin-top: -50px;
  }

  .service-details-col {
    width: 50%;
    margin-top: 50px;
  }

  .service-details-row02 {
    margin-top: -50px;
  }

  .contact-intro-txt {
    width: 100%;
    margin-top: 0;
  }

  .contact-row {
    margin-top: -50px;
  }

  .contact-col-l, .contact-col-r {
    margin-top: 50px;
  }

  .input {
    font-size: 1rem;
  }

  .contact-form {
    margin-top: 30px;
  }

  .form-col {
    width: 100%;
  }

  .nav-dropdown-content {
    margin-left: -5%;
    margin-right: -5%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-menu {
    z-index: 1;
    background-color: var(--white);
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.w--current {
    background-image: none;
  }

  .nav-dropdown-col {
    width: 100%;
    padding: 0 0%;
  }

  .nav-menu {
    background-color: var(--white);
    width: 100%;
    max-width: none;
    padding: 90px 5%;
    position: fixed;
    inset: 0%;
  }

  .nav-dropdown-list {
    margin-top: 0;
    position: relative;
    overflow: hidden;
  }

  .nav-dropdown {
    width: 100%;
  }

  .menu-btn {
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: 50% 0% auto auto;
    transform: translate(0, -50%);
  }

  .menu-btn.w--open {
    background-color: #c8c8c800;
  }

  .nav-dropdown-img-mask {
    display: none;
  }

  .btn-search {
    margin-right: 15%;
    position: absolute;
    inset: 50% 0% auto auto;
    transform: translate(0, -50%);
  }

  .header-lang {
    display: none;
  }

  .nav-menu-lang-mobile {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .splide__slide {
    width: 50%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .home-news-slider {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 120%;
  }

  .section-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title-b {
    margin-bottom: 30px;
  }

  .intro-txt01 {
    font-size: 28px;
  }

  .intro-txt02 {
    width: 100%;
    margin-top: 30px;
  }

  .about-icon-row {
    margin-top: -30px;
  }

  .about-icon-col {
    margin-top: 30px;
  }

  .subtitle {
    font-size: 18px;
  }

  .about-img-col {
    width: 100%;
    margin-top: 30px;
  }

  .about-img-row {
    margin-top: -30px;
  }

  .footer-logo {
    width: 80px;
    margin-bottom: 15px;
  }

  .footer-b {
    width: 100%;
  }

  .footer-row {
    margin-bottom: -25px;
  }

  .footer-col {
    margin-bottom: 25px;
  }

  .footer-align {
    margin-bottom: 60px;
    display: block;
  }

  .footer-bottom {
    padding-top: 15px;
  }

  .footer-code {
    width: 100px;
  }

  .service-list-col-txt {
    width: 100%;
  }

  .service-list-col-img {
    width: 100%;
    margin-top: 15px;
  }

  .btn-b {
    margin-top: 15px;
  }

  .service-list-img-mask {
    width: 50%;
  }

  .service-details-intro-title {
    font-size: 28px;
  }

  .service-details-row01 {
    margin-top: -30px;
  }

  .service-details-col {
    width: 100%;
    margin-top: 30px;
  }

  .service-details-row02 {
    margin-top: -30px;
  }

  .contact-intro-txt {
    font-size: 28px;
  }

  .contact-row {
    margin-top: -30px;
  }

  .contact-col-l, .contact-col-r {
    width: 100%;
    margin-top: 30px;
  }

  .form-col {
    width: 100%;
  }

  .nav-dropdown-content {
    border-top-style: none;
  }

  .header {
    height: 60px;
  }

  .nav-dropdown-col {
    width: 100%;
  }

  .nav-dropdown-list {
    margin-bottom: 0;
  }

  .header-logo {
    width: 180px;
  }

  .nav-dropdown-list-item {
    width: 100%;
  }

  .my-slider-progress {
    margin-top: 20px;
  }

  .product-list-title {
    font-size: 18px;
  }

  .splide__slide {
    width: 50%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .home-media-listing {
    margin-bottom: 30px;
  }

  .home-media-col-img {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 40px;
  }

  .home-media-col-txt {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-media-title {
    font-size: 18px;
  }

  .home-news-slider {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
  }

  .home-news-txt {
    max-height: none;
  }
}

@media screen and (max-width: 479px) {
  .banner-mask, .sticky-graphic {
    width: 90%;
  }

  .inner-banner-txt-b {
    width: 100%;
    margin-bottom: 200px;
  }

  .about-icon-col {
    width: 100%;
  }

  .inner-sticky-graphic, .inner-banner-mask {
    width: 90%;
  }

  .footer-code {
    margin-top: 25px;
    margin-right: 0%;
    position: relative;
  }

  .footer-btn-top {
    position: relative;
  }

  .service-details-col, .contact-col-l, .contact-col-r {
    width: 100%;
  }

  .contact-btn-align {
    display: block;
  }

  .contact-form-txt {
    margin-bottom: 15px;
  }

  .btn-search {
    margin-right: 20%;
  }

  .splide__slide {
    width: 80%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .home-media-col-txt {
    padding-right: 0;
  }

  .home-media-arrow {
    display: none;
  }

  .home-news-row {
    display: block;
  }

  .home-news-col-l {
    width: 100%;
  }

  .home-news-col-r {
    width: 100%;
    padding-left: 0;
  }
}


