@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1600px;
  }
}

#Body,
body,
.Head,
.SubTitle,
.SubSubTitle,
.Normal {
  color: #525252;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--primary-color);
}

:root {
  --primary-color: #008146;
  --secondary-color: #313639;
}
* {
  direction: rtl;
  box-sizing: border-box;
}
.dng-main {
  background-color: unset;
}
a {
  text-decoration: none;
}
a:hover {
  color: unset;
}
p {
  line-height: 32px;
  font-size: 14px;
  line-height: 30px;
  color: #414141;
}
.floating-nav-sticky {
  height: 12vh;
  transition: 0.4s;
}
.header-wrap {
  position: fixed;
  z-index: 100;
  width: 100%;
}
#dng-megamenu219470 .primary_structure > li > a {
  font-size: 15px !important;
  font-weight: 600 !important;
  margin-left: 17px !important;
  margin: 0px 13px !important;
}
.logo-container {
  width: 264px;
}
.logo-container img {
  width: 280px;
  margin-top: -8px;
  transition: 0.4s;
}
.icon-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon-container a {
  font-size: 14px;
  color: #fff;
  transition: 0.5s;
}
.icon-container img {
  width: 32px;
  margin-top: -5px;
}
.icon-container a i {
  color: #939393;
  font-size: 16px;
}
.language span {
  /* color: #939393; */
  font-size: 17px;
}
.about-sec,
.about-sec2 {
  padding: 95px 0;
  background-color: #fff;
}
div#headerrow-893713{
  border-bottom: 1px solid #0000001a;
  backdrop-filter: blur(2px);
  background-color: #0a0a0a17;
}
.slider-sec {
  background-image: linear-gradient(0deg, #6f6c6c61, #79757569),
    url(../img/slider-img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 112vh;
  overflow: hidden;
  position: relative;
  margin-top: -12vh;
}
.banner-context {
  width: 37%;
  margin-top: 26%;
  background-color: rgb(218 218 218 / 87%);
  padding: 42px;
  backdrop-filter: blur(2px);
}
.banner-context h1 {
  color: var(--secondary-color);
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 15px;
}
.banner-context p {
  font-weight: 600;
  text-align: justify;
}
.slider-links .about-btn:first-child  {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.slider-links .about-btn:first-child span {
color: #f4f4f4;
}
.about-btn {
  margin-left: 10px;
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  border-radius: 4px;
  transition: 0.4s;
  padding: 4px 20px;
}
.about-btn span {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 14px;
}
.about-btn:hover {
  background-color: var(--primary-color);
  color: #f4f4f4;
  transition: 0.4s;
}
.about-context p,
.about-context2 p {
  font-size: 16px;
  line-height: 34px;
  text-align: center;
}

.project-slider {
  padding-bottom: 50px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.project-slider .swiper {
  width: 100%;
  height: 60vh;
}
.project-slider .swiper-slide {
  display: flex;
  justify-content: center;
  height: 450px;
  align-items: center;
  font-size: 20px;
  background: #ddd;
  position: relative;
  overflow: hidden;
}
.fnished-projects-slider .portfolio-content h3 {
  text-align: center !important;
}
.fnished-projects-slider .portfolio-content h3 {
  font-size: 21px;
}
.fnished-projects-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.1) contrast(0.8);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.project-slider .swiper-slide:hover img {
  transform: translateZ(1px) scale(1.1);
}
.portfolio-content {
  width: 100%;
  background: #113628d1;
  bottom: 0px;
  right: 0;
  padding: 25px;
  content: "";
  position: absolute;
  z-index: 1;
  text-align: center;
  color: #fff;
  backdrop-filter: blur(1.3px);
}
.portfolio-content h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
  text-align: right;
  padding: 6px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-height: 39px;
  -webkit-box-orient: vertical;
}
.portfolio-cat span {
  font-weight: 500;
  font-size: 11px;
  color: var(--secondary-color);
}
.portfolio-cat {
  color: #fff;
  font-size: 17px;
}
a.read-more-port {
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #e7bd5d;
  justify-content: flex-end;
  left: 20px;
  position: relative;
}
section.boxes-sec {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.context-box {
  width: 100%;
  height: 138px;
  background: #113628d1;
  bottom: 0px;
  right: 0;
  padding-right: 52px;
  padding-left: 52px;
  padding-top: 28px;
  content: "";
  position: absolute;
  z-index: 1;
  backdrop-filter: blur(1.3px);
}
.pAndbtn {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.pAndbtn p {
  color: #fff;
  font-weight: 300;
}
.context-box a.read-more-port {
  padding-top: 5px;
  margin-left: 38px;
}
.context-box h3 {
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
}
.box-full_context {
  background-color: var(--primary-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 9% 22%;
  height: 50vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.box-full_context .more-btn {
  margin-top: 30px;
}
.box-full_context h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  word-wrap: break-word;
  text-align: right;
  padding-bottom: 20px;
  display: inline-block;
}
.box-full_context p {
  padding-bottom: 0px;
  text-align: justify;
  color: #ebebeb;
}
.box-full_context2 {
  background-color: var(--primary-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 9% 22%;
  height: 50vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.box-full_context2 .more-btn {
  margin-top: 30px;
}
.box-full_context2 h3 {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  word-wrap: break-word;
  text-align: right;
  padding-bottom: 20px;
  display: inline-block;
}
.box-full_context2 p {
  padding-bottom: 20px;
  text-align: justify;
  color: #ebebeb;
}
.box-image_container {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}
.box-image_container .more-btn {
  justify-self: end;
  border: none;
}
.box-image_container .more-btn span {
  color: var(--secondary-color);
}
.more-btn {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985),
    transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
.more-btn:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  width: 137px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0) translateY(0);
  transform-origin: bottom center;
  width: 100%;
  z-index: 1;
  transition: transform 0.43s cubic-bezier(0.65, 0.025, 0.67, 0.36);
}

.more-btn:hover:after {
  transform: scaleY(1) translateY(0);
  opacity: 1;
  transition: transform 0.43s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
.more-btn:hover span {
  color: var(--primary-color);
  position: relative;
  z-index: 10;
}
.boxes-sec .col-12 {
  padding: 0 !important;
}
.box-image_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(0.8);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.boxes-sec .box-image_container:hover img {
  transform: translateZ(1px) scale(1.1);
}
.more-btn {
  background-color: transparent;
  border: 1px solid #fff;
  display: inline-block;
  width: 208px;
  padding: 18px 0;
  display: flex;
  justify-content: center;
  transition: 0.5s;
}
.more-btn span.word {
  display: inline-block;
  transform: translateY(0);
}

/* On hover, animate each word */
.more-btn:hover span.word {
  animation: slideIn 0.7s ease forwards; /* Trigger the animation */
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* Stagger the animation for each word */
.more-btn span.word:nth-child(1) {
  transition-delay: 0.1s;
}
.more-btn span.word:nth-child(2) {
  transition-delay: 0.2s;
}
.more-btn span.word:nth-child(3) {
  transition-delay: 0.3s;
}
.more-btn span.word:nth-child(4) {
  transition-delay: 0.4s;
}

/* Icon transition */
.more-btn i {
  margin-left: 0px; /* Space between text and icon */
  transition: transform 0.4s ease;
  margin-right: 7px;
}

.more-btn:hover i {
  transform: translateX(-5px); /* Subtle movement of the icon */
}
.more-btn span {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  color: #e4e4e4;
}
.each-box_number {
  background: #113628cc;
  width: 78%;
  justify-self: center;
  text-align: center;
  padding: 76px 30px;
  backdrop-filter: blur(1.3px);
}
.each-box_number span {
  font-size: 70px;
  font-weight: 700;
  color: #eeeeee;
}
.each-box_number p {
  margin-top: 0px;
  color: #eeeeee;
  font-size: 18px;
}

.banner-video {
  position: fixed;
  z-index: -1;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.slider-slogen {
  position: relative;
  z-index: 99;
  font-size: 32px;
  background-color: #113628d1;
  width: 100%;
  /* height: 9vh; */
  margin-top: -9vh;
  backdrop-filter: blur(1.3px);
  padding: 10px 0px;
}

.animated-text {
  display: inline-block;
}

/* Style for each letter */
.animated-text span {
  display: inline-block;
  opacity: 0; /* Start invisible */
  transform: translateY(20px); /* Start slightly below */
  animation: fadeInUp 0.3s ease forwards; /* Animation for appearance */
  animation-delay: calc(0.1s * var(--i)); /* Delay based on --i */
}

/* Keyframes for the animation */
@keyframes fadeInUp {
  to {
    opacity: 1; /* Fade in */
    transform: translateY(0px); /* Move to original position */
  }
}

.slider-slogen_context {
  position: relative;
  color: #fff;
  font-size: 46px;
  height: 100%;
  font-weight: 200;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.slider-slogen_context p {
  margin-bottom: 0;
  padding: 10px 0;
}

.project-slider .swiper-pagination-bullet-active {
  background-color: #e7bc5b !important;
}
.about-context h2,
.about-context h1,
.about-context2 h2 {
  font-size: 26px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: var(--primary-color);
}

.about-context2 p {
  font-size: 16px;
}
.strength-sec {
  padding: 183px 0;
  background-image: linear-gradient(0deg, #6f6c6c61, #79757569),
    url(../img/counter-back.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news-slider {
  /* display: flex;
  flex-wrap: wrap; */
}
.news-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.1) contrast(0.8);
}
.news-sec {
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.news-slider .swiper {
  width: 100%;
  height: 60vh;
}
.news-slider .portfolio-content a.read-more-port {
  padding-top: 0px;
}
.news-slider .portfolio-content {
  padding: 20px;
}
.portfolio-content p {
  margin-bottom: 1.5em;
  max-height: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 24px;
  color: #e1e1e1;
  opacity: 0;

  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.news-sec .swiper-slide:hover .portfolio-content p {
  max-height: 500px;
  opacity: 1;
  transition-duration: 0.7s;
}
.news-sec .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding: 2px;
  position: relative;
}
.news-sec .portfolio-content {
  width: 99%;
  background: #113628d1;
  bottom: 2px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 25px;
  content: "";
  text-align: right;
  position: absolute;
  z-index: 1;
  color: #fff;
  backdrop-filter: blur(1.3px);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  opacity: 0;
}
.swiper-button-next {
  background-image: url(../img/left-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
}
.swiper-button-prev {
  background-image: url(../img/right-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.colleagues {
  padding: 80px 0;
  background-color: #fff;
}
.colleagues .swiper {
  width: 100%;
  padding-bottom: 45px;
}
.colleagues .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  opacity: 0.7;
}

.colleagues span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e7bc5b;
}

.colleagues span.swiper-pagination-bullet {
  margin-left: 10px !important;
  width: 10px;
  height: 10px;
}
.footer {
  margin-top: 110px;
  background-color: #3b3b3b;
  padding-top: 100px;
  color: #fff !important;
  border-top: 4px solid var(--primary-color);
  /* background: url(../../assets/img/pattern-dark.jpg); */
  background-size: 100px;
  padding-bottom: 40px;
}
.footer a,
.footer a:link {
  color: #e1e1e1;
}
.footer i {
  font-size: 17px;
  color: #2e835c;
}
.follow-us {
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.footer-items ul {
  padding-right: 0px;
  color: #fff;
  padding-left: 0px;
  margin-bottom: 50px;
  list-style-type: none;
  margin-right: 0 !important;
}
.FooterPaneC ul {
  padding-right: 0px;
  color: #fff;
  padding-left: 0px;
  margin-bottom: 50px;
  list-style-type: none;
  margin-right: 0 !important;
}
.FooterPaneB ul {
  padding-right: 0px;
  color: #fff;
  padding-left: 0px;
  margin-bottom: 50px;
  list-style-type: none;
  margin-right: 0 !important;
}
.FooterPaneD ul {
  padding-right: 0px;
  color: #fff;
  padding-left: 0px;
  margin-bottom: 50px;
  list-style-type: none;
  margin-right: 0 !important;
}
.footer-items li {
  padding-top: 14px;
  font-size: 13px;
  line-height: 32px;
  font-weight: 400;
  color: #e1e1e1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.FooterPaneC li {
  padding-top: 14px;
  font-size: 13px;
  line-height: 32px;
  font-weight: 400;
  color: #e1e1e1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.FooterPaneB li {
  padding-top: 14px;
  font-size: 13px;
  line-height: 32px;
  font-weight: 400;
  color: #e1e1e1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.FooterPaneD li {
  padding-top: 14px;
  font-size: 13px;
  line-height: 32px;
  font-weight: 400;
  color: #e1e1e1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-items li a {
  font-size: 13px;
  line-height: 32px;
  font-weight: 400;
  color: #e1e1e1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.FooterPaneC li a {
  font-size: 13px;
  line-height: 32px;
  font-weight: 400;
  color: #e1e1e1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.FooterPaneB li a {
  font-size: 13px;
  line-height: 32px;
  font-weight: 400;
  color: #e1e1e1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-items h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-items-img img {
  width: 140px;
}

.footer-items-img {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}
.copyright {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ffffff24;
  padding-top: 26px;
}

.copyright p {
  margin-bottom: 0;
  padding: 6px 0;
  font-size: 12px;
  color: #d0d0d0;
}

.copyright a:hover {
  color: #e7bc5b;
}
a {
  color: unset;
}
.social-icons {
  display: flex;
}
.social-icons img {
  width: 28px;
  margin-right: 19px;
  filter: grayscale(1);
}
.social-icons .square-logo {
  border-radius: 51%;
}

.footer-items a:hover {
  color: #e7bc5b;
}
section.contact-us .col-12 {
  padding: 0;
}

.contact-us-details {
  background-color: #f4f4f4;
}

.contact-us-details li {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
}

.contact-us-map {
  height: 100%;
}
section.contact-us {
  /* margin-bottom: 25px; */
  overflow: hidden;
}

.contact-us-details .footer-items {
  padding: 9% 33% 9% 0;
}
.contact-us-details h4 {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
}

.contact-us-details li span {
  font-size: 13px;
  font-weight: 500;
  color: #6b6b6b;
}
.mega-menu-icon {
  background-image: url(../img/hambergur.png);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
  width: 32px;
  height: 32px;
  opacity: 0.5;
}
.dropdown-toggle::after {
  display: none !important;
}
.menu-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header.header_bg.header-wrap.header-default.floating-nav.floating-nav-sticky.floating-active {
  height: 10vh;
  transition: 0.4s;
}
.sticky-fixed
  .floating-nav.floating-nav-sticky.floating-active
  .logo-container
  img {
  transform: scale(0.8);
  transition: 0.4s;
}
div#navbarNav {
  padding-bottom: 8px;
}
.nav-link.dropdown-toggle.show .mega-menu-icon {
  background-image: url("../img/close.png");
  background-size: 35px;
  width: 32px;
  height: 32px;
  position: relative;
  top: 0px;
  /* right: 10px; */
}
/* .dropdown-menu.w-100.show {
  border-radius: unset !important;
  transform: translateY(105px) !important;
  position: absolute !important;
  animation-name: megaMenuAnimation !important;
  animation-duration: 0.8s;
  visibility: visible;
  opacity: 1;
  background-color: #113628db;
  border: unset !important;
  transition: opacity 0.5s ease, transform 0.7s ease, visibility 0.7s ease;
} */
/* .dropdown-menu {
  opacity: 0;
  inset: 0px auto auto 0px;
  display: block;
  visibility: hidden;
  transform: translateY(90px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
} */

.dropdown-menu {
  display: none;
  overflow: hidden;
  height: 0;
  transform: translateY(109px) !important;
  inset: 0px auto auto 0px;
  transition: height 0.5s ease-in-out;
}
.dropdown-menu ul {
  margin-right: 0 !important;
}
.dropdown-menu.show {
  display: block;
  height: auto;
  z-index: 999;
  background-color: #113628db;
  border: unset !important;
  border-radius: unset !important;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}
.dropdown-menu h6 {
  text-align: right;
  border-bottom: 2px solid #e3e3e3;
  padding-bottom: 12px;
  color: var(--secondary-color);
  font-size: 15px;
  width: 90%;
  font-weight: 600;
}
.list-unstyled {
  padding: 0 !important;
}
.dropdown-menu li {
  padding-bottom: 17px;
  color: #e7bd5d;
  list-style-type: disc;
  font-size: 14px;
  text-align: right;
  right: 17px;
  position: relative;
}
.dropdown-menu li a {
  color: #fff !important;
  transition: 0.3s;
}
.dropdown-menu li a:hover {
  color: var(--secondary-color) !important;
  transition: 0.3s;
}
.dropdown-item {
  font-size: 14px;
  padding-right: 5px;
  position: relative;
  color: #676767;
  font-weight: 500;
}
@media (max-width: 768px) {
  .navbar.navbar-light.navbar-expand-md {
    display: none;
  }
  .contact-us-details .footer-items {
    padding: 9% 8% 9% 8%;
  }
  .contact-us-map {
    height: 300px;
  }
}

.slider-slogen_context h2 {
  font-size: 25px;
  direction: ltr;
  /* font-weight: 300; */
}

.col-lg-2.header-left-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
li.nav-item.dropdown.position-static {
  margin-top: 14px;
}

.about-context {
  margin: auto;
  width: 64%;
}

.logo-footer img {
  width: 180px;
  margin-bottom: 20px;
}

.about-us-footer P {
  color: #cfcfcf;
  padding-left: 50px;
  text-align: justify;
}

.header-sec .nav-link:hover {
  color: var(--primary-color);
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: none;
}
a.dropdown-item:hover {
  color: var(--primary-color);
}

.icon-container a:first-child i{
border-right: none;
padding-left: 12px;
}

.icon-container a i {
  border-right: 1px solid #aeaeae;
  padding-right: 15px;
}

.icon-container a:hover {
  color: var(--secondary-color);
  transition: 0.5s;
}

.slider-slogen_context .animated-text > span.letter-rcm {
  font-size: 40px;
  font-weight: 500;
  color: #b6913d;
  font-weight: 600;
  margin-left: 12px;
}

.slider-slogen_context .animated-text > span {
  font-weight: 500;
  margin-top: 11px;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.en-text {
  font-size: 95px !important;
  font-weight: 100 !important;
  color: #0000000d !important;
  margin-bottom: -60px !important;
  text-transform: uppercase;
}

h5.number-title {
  color: #eeeeee;
  font-size: 15px;
  margin-bottom: 0px;
}

.each-box_number h6 {
  font-size: 20px;
  color: #eeeeee;
  font-weight: 600;
  margin-top: -10px;
}
.site-header__menu-btn {
  cursor: pointer;
  display: inline-block;
  height: 19px;
  overflow: hidden;
  pointer-events: all;
  position: relative;
  width: 40px;
}
.site-header__menu-btn span {
  height: 2px;
  left: 0;
  width: 22px;
  overflow: hidden;
  position: absolute;
}
.nav-link.dropdown-toggle.show .site-header__menu-btn span:first-of-type,
.nav-link.dropdown-toggle.show .site-header__menu-btn span:nth-of-type(2),
.nav-link.dropdown-toggle.show .site-header__menu-btn span:nth-of-type(3) {
  display: none;
}
.site-header__menu-btn span:first-of-type {
  top: 2px;
  width: 41px;
}
.site-header__menu-btn span:nth-of-type(2) {
  top: 8px;
  width: 41px;
}
.site-header__menu-btn span:nth-of-type(3) {
  top: 14px;
  width: 41px;
}
.home .site-header[data-anim="true"] .site-header__menu-btn span:first-of-type,
.home .site-header[data-anim="true"] .site-header__menu-btn span:nth-of-type(2),
.home
  .site-header[data-anim="true"]
  .site-header__menu-btn
  span:nth-of-type(3) {
  transform: translateX(0);
  transition: transform 0.75s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
.home .site-header[data-anim="true"] .site-header__menu-btn span:first-of-type {
  transition-delay: 0.8s;
}
.site-header__menu-btn span:first-of-type:before {
  transition-delay: 0.3s;
}
.site-header__menu-btn span:first-of-type:before,
.site-header__menu-btn span:nth-of-type(2):before,
.site-header__menu-btn span:nth-of-type(3):before {
  transform: translateX(0) translateY(0);
  transition: transform 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
.home .site-header__menu-btn span:before,
.site-menu .site-header__menu-btn span:before {
  background-color: #fff;
}
.site-header__menu-btn span:before {
  background-color: #1e7051;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.site-header__menu-btn span:after {
  background-color: var(--secondary-color);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.site-header__menu-btn span:first-of-type:after,
.site-header__menu-btn span:nth-of-type(2):after,
.site-header__menu-btn span:nth-of-type(3):after {
  transform: translateX(101%);
  transition: transform 0.3s cubic-bezier(0.65, 0.025, 0.67, 0.36);
}
.site-header__menu-btn span:first-of-type:after {
  transition-delay: 0.2s;
}
.site-header__menu-btn:hover span:first-of-type:after,
.site-header__menu-btn:hover span:nth-of-type(2):after,
.site-header__menu-btn:hover span:nth-of-type(3):after {
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}

.site-header__menu-btn span:nth-of-type(4) {
  transform: rotate(-45deg);
}
.site-header__menu-btn span:nth-of-type(5) {
  transform: rotate(45deg);
}
.site-header__menu-btn span:nth-of-type(4),
.site-header__menu-btn span:nth-of-type(5) {
  opacity: 0;
  top: 10px;
}
.nav-link.dropdown-toggle.show .site-header__menu-btn span:nth-of-type(4),
.nav-link.dropdown-toggle.show .site-header__menu-btn span:nth-of-type(5),
.nav-link.dropdown-toggle.show .site-header__menu-btn span:nth-of-type(4),
.nav-link.dropdown-toggle.show .site-header__menu-btn span:nth-of-type(5) {
  opacity: 1;
}
.nav-link.dropdown-toggle.show
  .site-header__menu-btn
  span:nth-of-type(4):before,
.nav-link.dropdown-toggle.show
  .site-header__menu-btn
  span:nth-of-type(5):before,
.nav-link.dropdown-toggle.show
  .site-header__menu-btn
  span:nth-of-type(4):before,
.nav-link.dropdown-toggle.show
  .site-header__menu-btn
  span:nth-of-type(5):before {
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
.site-header__menu-btn span:nth-of-type(4):after,
.site-header__menu-btn span:nth-of-type(4):before,
.site-header__menu-btn span:nth-of-type(5):after,
.site-header__menu-btn span:nth-of-type(5):before {
  transform: translateX(101%);
  transition: transform 0.4s cubic-bezier(0.65, 0.025, 0.67, 0.36);
}
.site-header__menu-btn:hover span:nth-of-type(4):after,
.site-header__menu-btn:hover span:nth-of-type(5):after {
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
.nav-link.dropdown-toggle.show
  .site-header__menu-btn
  span:nth-of-type(4):before,
.nav-link.dropdown-toggle.show
  .site-header__menu-btn
  span:nth-of-type(4):before {
  transition-delay: 0.5s;
}

.icon-container .header-sec .nav-link {
  margin: 0 !important;
}
.fnished-projects-slider .portfolio-content {
  opacity: 0;
  transform: translateY(50px); /* You can adjust the distance */
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* When the content comes into view */
.fnished-projects-slider .portfolio-content.visible {
  opacity: 1;
  transform: translateY(0); /* Reset to normal position */
}
@media (max-width: 425px) {
  .en-text {
    font-size: 49px !important;
    margin-bottom: -96px !important;
  }
  .about-context,
  .about-context2 {
    width: 80%;
    margin: auto;
  }
  .about-context p,
  .about-context2 p {
    text-align: justify;
  }
  .about-context h2,
  .about-context h1,
  .about-context2 h2 {
    font-size: 24px;
  }
  .box-full_context2,
  .box-full_context {
    height: auto;
  }
  .box-image_container {
    height: 500px;
  }
  section.boxes-sec {
    height: auto;
  }
  .pAndbtn {
    flex-wrap: wrap;
  }
  .context-box h3 {
    font-size: 18px;
  }
  .context-box {
    height: auto;
  }
  .each-box_number {
    margin-bottom: 20px;
  }
  .slider-slogen_context .animated-text > span.letter-rcm {
    font-size: 32px;
  }
  .slider-slogen_context .animated-text > span {
    font-size: 23px;
  }
  .slider-slogen_context h2 {
    line-height: 27px;
  }
}

div#navcol-1 {
  margin-top: 13px;
}
.LiveForm.Default input[type="submit"],
.LiveForm.Default input[type="button"] {
  background-color: transparent !important;
  border: 1px solid var(--primary-color) !important;
  display: inline-block !important;
  width: 208px !important;
  padding: 18px 0 !important;
  display: flex !important;
  justify-content: center !important;
  transition: 0.5s !important;
  color: var(--primary-color) !important;
  border-radius: 0 !important;
  margin: 0 auto;
}
.page-title-row-left .center-v {
  justify-content: center !important;
}
.title-about {
  font-size: 26px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  color: var(--primary-color);
}
.heading-topics {
  font-size: 22px;
  line-height: 45px;
  font-weight: 700;
  padding-right: 22px;
  color: var(--primary-color);
  position: relative;
}
.heading-topics i {
  position: absolute;
  color: var(--secondary-color);
  font-size: 23px;
  top: 10px;
  right: 0px;
}
.page-breadcrumbs {
  backdrop-filter: blur(1px);
}
.page-title .main-title {
  padding-top: 5%;
}
.page-loaders {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #fff;
  margin: 0;
}

.preloader-container {
  position: relative;
  overflow: hidden;
  width: 400px; /* Adjust size as needed */
  height: 200px; /* Adjust size as needed */
}
.foreverlogo-container {
  width: 400px;
  height: 200px;
}
.forever-logo {
  width: 100%;
  height: 100%;
  background: url("../../../../../../0/preloader.png") no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 1;
}

.shine-effect {
  position: absolute;
  top: 0;
  left: -150%;
  width: 90%;
  height: 80%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
  transform: skewX(-25deg);
  animation: shine 1.5s infinite;
  z-index: 2;
}

@keyframes shine {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
.page-title.small .main-title {
  font-size: 23px;
  color: #2b3d37;
}
.page-breadcrumbs .breadcrumbs {
  color: #304f43;
}
.page-breadcrumbs .breadcrumbs a,
.page-breadcrumbs .breadcrumbs a:link,
.page-breadcrumbs .breadcrumbs a:active,
.page-breadcrumbs .breadcrumbs a:visited {
  color: #304f43;
}
.leaflet-container a {
  color: #113728 !important;
  direction: rtl;
  display: inline-block;
  text-align: right;
  font-size: 10px;
  font-weight: 600;
  font-family: "iransans";
}
.footer li::before {
  content: "\A";
  border-style: solid;
  border-width: 6px 8px 6px 0;
  border-color: transparent #2e835c transparent transparent;
}
.LiveForm.Default input[type="submit"]:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  transition: 0.3s;
}

header.header_bg.header-wrap.header-default.floating-nav.floating-nav-sticky.floating-active
  #headerrow-893713
  .header-container-box {
  height: 71px;
}
header.header_bg.header-wrap.header-default.floating-nav.floating-nav-sticky.floating-active {
  height: 7vh;
}
header.header_bg.header-wrap.header-default.floating-nav.floating-nav-sticky.floating-active
  .dropdown-menu {
  transform: translateY(70px) !important;
}
