@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap");

::selection {
  background-color: #777777db;
  color: #fff;
}

::-moz-selection {
  background-color: #777777db;
  color: #fff;
}

:root {
  --theme-color: #8eab5a;
  --theme-dark-color: #110f42;
}
body {
  font-family: "Jost", sans-serif !important;
}

.bg-light {
  background-color: #fff !important;
}

.container {
  padding: 0;
}

.header-wrapper {
  padding: 1rem;
  border-top: 10px solid var(--theme-dark-color);
}

.header-container-image {
  display: flex;
  width: 310px;
}

.header-container-image > a {
  display: flex;
  width: 100%;
}

.header-container-image > a > img {
  width: 100%;
}

.header-container-right {
  display: flex;
  flex-direction: column;
  width: calc(100% - 310px);
  align-items: flex-end;
}

.header-wrapper-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-container-language > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.7rem;
  transition: 0.2s ease-in-out;
  border-radius: 5px;
}

.header-container-language {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-container-language > a:not(:last-child) {
  margin-right: 1rem;
}

.header-container-language > a > img {
  margin-right: 0.5rem;
}

.header-container-language > a > span {
  font-size: 15px;
  font-weight: 400;
  color: #999;
}

.header-container-language > a:hover {
  background-color: #f0f0f0;
}

.header-container-menu nav.mega-menu #cssmenu > ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-container-menu nav.mega-menu #cssmenu > ul > li {
  margin: 0 0.3rem;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
  padding: 0.5rem;
}

.header-container-menu nav.mega-menu #cssmenu > ul > li > a {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0.2rem;
  width: 100%;
  transition: 0.2s ease-in-out;
}

.header-container-menu nav.mega-menu #cssmenu > ul > li:hover {
  background-color: var(--theme-color);
}

.header-container-menu nav.mega-menu #cssmenu > ul > li:hover > a {
  color: #fff;
}

.header-container-menu nav.mega-menu #cssmenu > ul > li > ul {
  background-color: #fff;
  width: 200px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 99;
  border-radius: 5px;
  border-top: 5px solid var(--theme-color);
  overflow: hidden;
  padding: 0.5rem;
  left: 0;
  top: 70%;
  transition: 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
}

.header-container-menu nav.mega-menu #cssmenu > ul > li > button {
  pointer-events: none;
  background-color: transparent;
  border: none;
  padding: 0;
  color: #999;
  font-size: 20px;
  transition: 0.2s ease-in-out;
}

.header-container-menu nav.mega-menu #cssmenu > ul > li:hover > button {
  color: #fff;
}

.header-container-menu nav.mega-menu #cssmenu > ul > li > ul > li > a {
  font-size: 13px;
  font-weight: 500;
  color: #999;
  padding: 0.5rem;
  display: flex;
  width: 100%;
  transition: 0.2s ease-in-out;
}

.header-container-menu nav.mega-menu #cssmenu > ul > li > ul > li > a:hover {
  background-color: #f0f0f0;
}

.header-container-menu {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.social-media-list > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-media-list > ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 0.2rem !important;
}

.social-media-list > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  transition: 0.2s ease-in-out;
  border-radius: 50%;
  height: 100%;
}

.social-media-list > ul > li > a > i {
  color: #000;
  font-size: 14px;
  transition: 0.2s ease-in-out;
}

.social-media-list > ul > li:nth-child(1) > a:hover {
  background-color: #3b5a9a;
}

.social-media-list > ul > li:nth-child(2) > a:hover {
  background-color: #1aa9e1;
}

.social-media-list > ul > li:nth-child(3) > a:hover {
  background-color: #0073b2;
}

.social-media-list > ul > li:nth-child(4) > a:hover {
  background-color: #c3191e;
}

.social-media-list > ul > li > a:hover > i {
  color: #fff;
}

.homepage-intro {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-dark-color);
  padding: 1.5rem 1rem;
}

.homepage-intro-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage-intro-text > p {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  margin: 0;
  padding: 0 0.5rem;
}

.homepage-intro-text > span {
  color: var(--theme-color);
  font-size: 2.4rem;
  font-weight: 200;
  font-family: "Shadows Into Light", cursive;
}

.home-text-wrapper {
  height: 510px;
  background-attachment: fixed;
  background-position: center;
  margin-top: 2rem;
}

.home-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 23px;
  color: #fff;
  font-family: Georgia, serif;
  opacity: 0.9;
  text-align: center;
  width: 70%;
  position: relative;
}

.home-text-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
}

.home-text::before,
.home-text::after {
  content: "\F6B0";
  font-family: "bootstrap-icons";
  font-size: 50px;
  position: absolute;
}

.home-text::before {
  top: 5px;
  left: 0;
}

.home-text::after {
  bottom: 5px;
  right: 0;
  transform: rotate(180deg);
}

.home-two-column-container {
  display: flex;
  justify-content: space-between;
}

.home-two-column-left {
  width: 50%;
}

.home-two-column-right {
  width: 50%;
  margin-left: 2rem;
}

.home-column-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}

.home-column-title > p {
  margin: 0;
  font-size: 35px;
  font-weight: 300;
}

.home-column-title > span {
  font-size: 35px;
  font-weight: 600;
  padding: 0 0.5rem;
}

.home-news-item {
  display: flex;
  padding-bottom: 1rem;
}

.home-news-item-date {
  display: flex;
  flex-direction: column;
  min-width: 80px;
  align-items: center;
  justify-content: center;
  width: 80px;
}

.home-news-item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 80px);
  margin-left: 1rem;
}

.home-news-item-date > span {
  font-size: 30px;
  font-weight: 500;
  color: var(--theme-color);
  background-color: #f0f0f0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 3px 3px 0 0;
}

.home-news-item-date > p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background-color: var(--theme-color);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 3px 3px;
  margin: 0;
}

.home-news-item-title > a {
  font-size: 22px;
  font-weight: 400;
  color: #999;
  transition: 0.2s ease-in-out;
}

.home-news-item-title > a:hover {
  color: var(--theme-color);
  text-decoration: underline;
}

.home-news-item-desc {
  font-size: 15px;
  font-weight: 400;
  color: #999;
  margin-top: 0.5rem;
}

.home-news-item:first-child {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}

.home-two-column {
  margin-top: 2rem;
}

.certificate-swaper .swiper-slide > img {
  width: 100%;
}

.certificate-title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 1rem;
}

.home-certificate {
  margin-top: 2rem;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 8rem;
}

.footer-list {
  width: calc(33.33% - (8rem * 2) / 3);
}

.footer-wrapper {
  padding: 2rem;
  background-color: var(--theme-dark-color);
  margin-top: 4rem;
  padding-bottom: 4rem;
  border-top: 5px solid var(--theme-color);
}

.footer-logo {
  display: flex;
  width: 270px;
  margin-bottom: 2rem;
}

.footer-logo > a {
  display: flex;
  width: 100%;
}

.footer-logo > a > img {
  width: 100%;
}

.footer-language > a {
  display: flex;
  align-items: center;
}

.footer-language {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-language > a:not(:last-child) {
  margin-right: 1rem;
}

.footer-language > a > img {
  margin-right: 0.5rem;
}

.footer-language > a > span {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  transition: 0.2s ease-in-out;
}

.footer-language > a:hover > span {
  opacity: 0.8;
}

.footer-list-title {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
}

.footer-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 2rem;
}

.footer-list ul > li > span {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  margin-right: 0.5rem;
}

.footer-list ul > li > span > i {
  margin-right: 0.5rem;
}

.footer-list ul > li > a {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}

.footer-list ul > li:not(:last-child) {
  margin-bottom: 1rem;
}

.breadcrumb-container > ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
}

.breadcrumb-container > ul > li,
.breadcrumb-container > ul > li > a {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  transition: 0.2s ease-in-out;
}

.breadcrumb-container > ul > li > a:hover {
  color: var(--theme-color);
  text-decoration: underline;
}

.breadcrumb {
  background-color: var(--theme-dark-color);
  border-top: 5px solid var(--theme-color);
  margin-bottom: 0;
  border-bottom: 5px solid #ddd;
}

.breadcrumb-container > ul > li {
  padding-right: 0.5rem;
}

.breadcrumb-container > ul > li:not(:first-child) {
  padding-left: 0.5rem;
}

.breadcrumb-container > span {
  font-size: 27px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.breadcrumb-container > ul > li:last-child {
  padding-left: 0.5rem;
}

.breadcrumb-container {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.contact-page-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}

.contact-form-wrapper {
  width: 50%;
  margin-right: 3rem;
}

.contact-page-info {
  width: 50%;
}

.contact-form-title {
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 1rem;
}

.contact-form-group input,
.contact-form-group textarea {
  border: 1px solid #ccc !important;
  border-radius: 5px;
  outline: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  padding-left: 1rem;
  font-size: 15px;
  color: #444;
  width: 100%;
}

.contact-form-group input {
  height: 35px;
}

.contact-form-group label {
  font-size: 15px;
  color: #777;
  font-weight: 400;
  width: 100%;
}

.contact-form-group label > span {
  display: flex;
  margin-top: 0.5rem;
}

.contact-form-wrapper-top {
  display: flex;
  justify-content: space-between;
}

.contact-form-wrapper-top .contact-form-group:first-child {
  margin-right: 1rem;
}

.contact-form-group {
  width: 100%;
  margin-bottom: 1rem;
}

.contact-form-wrapper-bottom {
  width: 100%;
}

.contact-form-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact-form-btn > input {
  width: 130px;
  padding: 0.7rem;
  background-color: var(--theme-color) !important;
  border: none !important;
  font-size: 20px;
}

.contact-info-title {
  font-size: 25px;
  font-weight: 400;
  color: var(--theme-color);
  margin-bottom: 1rem;
}

.contact-info-title {
  font-size: 25px;
  font-weight: 400;
  color: var(--theme-color);
  margin-bottom: 1rem;
}

.contact-info-top-desc {
  font-size: 15px;
  color: #777;
  font-weight: 400;
}

.contact-info-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info-bottom ul > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.contact-info-bottom ul > li > a {
  font-size: 15px;
  color: #777;
  font-weight: 400;
  transition: 0.2s ease-in-out;
}

.contact-info-bottom ul > li > a:hover {
  color: var(--theme-color);
  text-decoration: underline;
}

.contact-info-bottom ul > li > span {
  font-size: 17px;
  color: #666;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 0.5rem;
}

.contact-info-bottom ul > li > span > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: var(--theme-color);
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  margin-right: 0.5rem;
}

.contact-info-top {
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}

.contact-info-top::before,
.contact-info-bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-image: linear-gradient(
    to right,
    transparent,
    #dbdbdb,
    transparent
  );
}

.contact-info-bottom {
  padding-bottom: 1rem;
  position: relative;
}

.about-desc {
  font-size: 18px;
  font-weight: 400;
  color: #777;
  margin-top: 2rem;
}

.infrastructure-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
  padding-bottom: 0;
}

.infrastructure-wrapper-image {
  width: 30%;
}

.infrastructure-wrapper-desc {
  width: 70%;
  margin-left: 2rem;
  font-size: 17px;
  color: #777;
  font-weight: 400;
  line-height: 26px;
}

.infrastructure-wrapper-image > img {
  width: 100%;
  height: auto;
}

.project-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}

.project-item {
  width: calc(25% - (2rem * 3) / 4);
  padding: 0.3rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.project-item-image {
  display: flex;
  width: 100%;
}

.project-item-image > img {
  width: 100%;
  height: auto;
}

.project-item > a {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 5px;
}

.project-item-text {
  position: absolute;
  bottom: 20px;
  left: 5px;
  width: 85%;
  padding: 0.7rem 1rem;
  background-color: rgba(36, 27, 28, 0.9);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  z-index: 99;
  transition: 0.2s ease-in-out;
}

.project-item > a::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(36, 27, 28, 0.9);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transition: 0.2s ease-in-out;
}

.project-item > a:hover::before {
  opacity: 1;
  visibility: visible;
}

.project-item > a:hover .project-item-text {
  background-color: #000;
}

.project-link {
  transition: all 0.3s;
  background-color: var(--theme-color);
  border-radius: 0 0 0 25px;
  display: inline-block;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: -100px;
  text-align: center;
  top: -100px;
  width: 50px;
  z-index: 99;
  transition: 0.2s ease-in-out;
}

.project-item > a:hover .project-link {
  right: 0;
  top: 0;
}

.project-link > i {
  font-size: 30px;
  color: #fff;
}

.project-tilte {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  position: relative;
}

.project-tilte > span {
  font-size: 30px;
  width: 75%;
  text-align: center;
  font-weight: 300;
  color: #000;
}

.project-tilte::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-image: linear-gradient(
    to right,
    transparent,
    #dbdbdb,
    transparent
  );
}

.project-content {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}

.project-content-left {
  width: calc(33.33% - 1rem);
}

.project-content-center {
  width: 66.66%;
}

.project-content-left .swiper-slide > img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.project-content-left .swiper-slide {
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0.3rem;
}

.project-content-left .swiper-pagination {
  position: relative;
  margin-top: 1rem;
  transform: unset;
  bottom: unset;
}

.project-content-left
  .swiper-pagination
  > span.swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}

.project-content-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 25px;
  color: var(--theme-color);
}

.project-content-title > p {
  margin: 0;
  font-weight: 300;
}

.project-content-title > span {
  font-weight: 500;
  padding: 0 0.5rem;
}

.project-content-center > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 2rem;
}

.project-content-center > ul > li {
  font-size: 16px;
  font-weight: 400;
  color: #777;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.project-content-center > ul > li > i {
  width: 20px;
  height: 20px;
  background-color: var(--theme-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 1rem;
}

.project-content-desc {
  font-size: 16px;
  font-weight: 400;
  color: #777;
  margin-top: 2rem;
  line-height: 26px;
}

.project-related-title {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 25px;
}

.project-related-title > p {
  margin: 0;
  font-weight: 300;
}

.project-related-title > span {
  font-weight: 500;
  padding: 0 0.5rem;
}

.project-related-list {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}

.project-related {
  margin-top: 3rem;
}

.news-title {
  font-size: 35px;
  width: 100%;
  font-weight: 300;
  color: #000;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.news-content {
  font-size: 15px;
  color: #777;
  font-weight: 400;
  line-height: 26px;
}

.header-mobile-right,
.mobile-slider,
.mobile-menu-remove {
  display: none;
}

.home-column-iframe > iframe,
.contact-iframe iframe {
  width: 100% !important;
}

@media screen and (min-width: 992px) {
  .header-container-menu nav.mega-menu #cssmenu > ul > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .home-two-column-container {
    flex-direction: column;
  }

  .home-two-column-left {
    width: 100%;
  }

  .home-two-column-right {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }

  .project-item {
    width: calc(33.33% - (2rem * 2) / 3);
  }

  .project-related-list {
    overflow: auto;
    justify-content: flex-start;
    padding: 1rem 0;
  }

  .project-related-list .project-item {
    width: calc(33.33% - (2rem * 2) / 3);
    flex-shrink: 0;
  }

  .header-container-menu .mega-menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
    width: 45%;
    left: -100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out 0s;
  }

  .header-container-menu .mega-menu.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .header-container-menu nav.mega-menu #cssmenu > ul {
    flex-direction: column;
  }

  .header-container-menu nav.mega-menu #cssmenu > ul > li:hover {
    background-color: transparent;
  }

  .header-container-menu nav.mega-menu #cssmenu > ul > li:hover > a,
  .header-container-menu nav.mega-menu #cssmenu > ul > li:hover > button {
    color: #999 !important;
  }

  .header-container-menu nav.mega-menu #cssmenu > ul > li {
    justify-content: space-between;
    overflow: hidden;
    padding: 0.5rem;
    border-radius: 0;
    margin: 0;
  }

  .header-container-menu nav.mega-menu #cssmenu > ul > li > button {
    pointer-events: visible;
  }

  .header-container-menu nav.mega-menu #cssmenu > ul > li > ul.active {
    top: 40px;
    opacity: 1;
    visibility: visible;
    width: 100%;
    border-radius: 0;
  }

  .header-container-menu nav.mega-menu #cssmenu > ul > li > ul {
    width: 100% !important;
    top: 40px !important;
  }

  .header-container-menu nav.mega-menu #cssmenu > ul > li:not(:last-child) {
    border-bottom: 1px solid var(--theme-color);
  }

  .header-container-language,
  .header-container-menu .widget_text {
    display: none;
  }

  .header-container-right {
    width: 0;
  }

  .header-mobile-right {
    display: flex;
  }

  .header-mobile-right > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }

  .header-mobile-right > ul > li {
    display: flex;
    margin: 0 0.5rem;
  }

  .header-mobile-right > ul > li > i {
    font-size: 25px;
  }

  .header-mobile-right > ul > li:last-child > i {
    font-size: 30px;
  }

  .header-container-image {
    width: 280px;
  }

  .header-wrapper-container {
    padding: 0;
  }

  .language-sub,
  .social-sub {
    position: absolute;
    width: 160px;
    left: -75px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    top: 100%;
    z-index: 99;
    padding: 0.5rem;
    border-top: 5px solid var(--theme-color);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
  }

  .language-sub.active,
  .social-sub.active {
    opacity: 1;
    visibility: visible;
  }

  .language-sub > a,
  .social-sub a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0.5rem;
    background-color: #f0f0f0;
  }

  .language-sub > a > img {
    margin-right: 0.5rem;
  }

  .social-sub a > i {
    margin-right: 0.5rem;
  }

  .social-sub .textwidget > a:nth-child(1) > i {
    color: #3b5a9a;
  }

  .social-sub .textwidget > a:nth-child(2) > i {
    color: #1aa9e1;
  }

  .social-sub .textwidget > a:nth-child(3) > i {
    color: #0073b2;
  }

  .social-sub .textwidget > a:nth-child(4) > i {
    color: #c3191e;
  }

  .language-sub > a:not(:last-child),
  .social-sub .textwidget > a:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .menu-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 80%);
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu-remove {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.5rem;
    border-bottom: 1px solid var(--theme-color);
    width: auto;
  }

  .mobile-menu-remove-btn > i {
    font-size: 20px;
    color: #999;
  }
}

@media screen and (max-width: 769px) {
  .infrastructure-wrapper {
    flex-direction: column;
  }

  .infrastructure-wrapper-image {
    width: 100%;
  }

  .infrastructure-wrapper-desc {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }

  .contact-page-bottom {
    flex-direction: column;
  }

  .contact-form-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .contact-page-info {
    width: 100%;
  }

  .project-item,
  .project-related-list .project-item {
    width: calc(50% - (2rem * 1) / 2);
  }

  .footer-container {
    flex-direction: column;
    gap: 3rem;
  }

  .footer-list {
    width: 100%;
  }

  .footer-wrapper {
    padding: 1rem;
  }

  .project-tilte > span {
    font-size: 25px;
    width: 100%;
  }

  .project-content {
    flex-direction: column;
  }

  .project-content > div {
    width: 100%;
  }

  .home-slider {
    display: none;
  }

  .mobile-slider {
    display: block;
  }
}

@media screen and (max-width: 553px) {
  .project-tilte > span {
    font-size: 18px;
    width: 100%;
  }

  .project-content {
    margin-top: 2rem;
  }

  .project-item,
  .project-related-list .project-item {
    width: 80%;
  }

  .project-item {
    width: 100%;
  }

  .homepage-intro-text > p {
    font-size: 18px;
  }

  .homepage-intro-text > span {
    font-size: 1.3rem;
  }

  .home-text {
    font-size: 18px;
  }

  .home-news-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .home-news-item-text {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }

  .breadcrumb-container > ul > li {
    font-size: 14px;
  }

  .header-container-menu .mega-menu {
    width: 85%;
  }

  .homepage-intro-text {
    flex-direction: column;
    text-align: center;
  }

  .home-column-title,
  .certificate-title {
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
