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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: clamp(28px, 4vw, 40px);
  font-family: "Modam-bold";
}
h2 {
  font-size: clamp(24px, 3.5vw, 32px);
  font-family: "Modam-bold";
}
h3 {
  font-size: clamp(20px, 3vw, 26px);
  font-family: "Modam-bold";
}
h4 {
  font-size: clamp(18px, 2.5vw, 22px);
  font-family: "Modam-bold";
}
h5 {
  font-size: clamp(16px, 2vw, 18px);
  font-family: "Modam-bold";
}
h6 {
  font-size: 16px;
  font-family: "Modam-bold";
}

:root {
  --primary-color: #408a3f;
  --secondry-color: #e31c23;
  --WhiteColor: #ffff;
  --title-color: #408a3f;
  --transition: all 0.2s ease-in;
}
* {
  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: #767676;
}
.floating-nav-sticky {
  height: 12vh;
  transition: 0.4s;
}
.header-wrap {
  position: fixed;
  z-index: 100;
  width: 100%;
}

.header-vertical .header-content-wrap {
  flex-direction: row !important;
  gap: 30px;
}

.header-area svg {
  width: 20px !important;
  height: 20px !important;
  fill: currentColor;
}

#dng-megamenu219470.dng-megamenu .dnngo_slide_menu > li > a > span::after {
  display: none;
}

.dng-megamenu .dnngo_slide_menu li a span:hover {
  border-bottom: none !important;
  color: #a5c536 !important;
  transition: all ease-in-out 250ms;
}

.dng-megamenu .dnngo_slide_menu li a span {
  transition: all ease-in-out 250ms;
}

.dng-megamenu .dnngo_slide_menu li a > span {
  color: #408a3f !important;
}

.dng-megamenu .dnngo_slide_menu {
  padding: 23px 27px;
}

.spec-icons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.en-container {
  padding-top: 5px;
}

.moben-container {
  padding-top: 6px;
}

#dng-megamenu219470 .primary_structure > li > a {
  font-size: 15px !important;
  font-weight: 600 !important;
  margin-left: 17px !important;
  margin: 0px 13px !important;
}

.floating-active #headerrow-893713 {
  background-color: #ffffffe3 !important;
  backdrop-filter: blur(6px);
}

header .container {
  max-width: 1600px;
}

.dng-megamenu .dnngo_menu_list > li > a > span {
  transition: var(--transition);
}

.dng-megamenu .dnngo_menu_list > li > a > span:hover {
  color: #a5c536;
  transition: var(--transition);
}

.dng-megamenu .dnngo_menu_list > li.dir > ul li a > span {
  transition: var(--transition);
}

.dng-megamenu .dnngo_menu_list > li.dir > ul li a > span:hover {
  color: #a5c536;
  transition: var(--transition);
}

.logo-container {
  width: 264px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.logo-container img {
  width: 100px;
  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;
}

.page-title .main-title span::before {
  display: none;
}

.pagetitle-breadcrumbs-box {
  margin: 14px 0 0px !important;
}

.page-title.dark .PageTitlePane .Normal,
.page-title.dark .PageTitlePane a:link,
.page-title.dark .PageTitlePane a:active,
.page-title.dark .PageTitlePane a:visited,
.page-title.dark .pagetitle-breadcrumbs-box,
.page-title.dark .pagetitle-breadcrumbs-box a,
.page-title.dark .pagetitle-breadcrumbs-box a:link,
.page-title.dark .pagetitle-breadcrumbs-box a:active,
.page-title.dark .pagetitle-breadcrumbs-box a:visited {
  color: #e7e7e7;
}

li.share {
  display: none;
}

.fixed-widget-list li.share {
  display: none;
}

.page-title.medium .main-title {
  color: #fff;
}

.footer {
  /* margin-top: 110px; */
  background-color: #3b3b3b;
  color: #fff !important;
  /* border-top: 4px solid var(--primary-color); */
  background-color: rgb(110 110 110);
  background-size: 100px;
  border-top: 3px solid #a5c536;
}
.footer-copyright {
  padding-block: 14px;
  border-top: 2px solid #ffffff3a;
  background: #5b5b5b;
}

.copy-right-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

footer div#row-825960 {
  padding-block: 57px;
}
footer h4 {
  color: #e1e1e1 !important;
}
.footer-p {
  color: #e1e1e1;
}
.footer a,
.footer a:link {
  color: #e1e1e1;
  transition: var(--transition);
}

.footer a:hover,
.footer a:link:hover {
  color: #a1be3b;
  transition: var(--transition);
}
.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: 14px;
  color: #fff;
  padding-left: 0px;
  margin-bottom: 50px;
  list-style-type: none;
  margin-right: 0 !important;
}
.FooterPaneB ul {
  padding-right: 14px;
  color: #fff;
  padding-left: 0px;
  margin-bottom: 50px;
  list-style-type: none;
  margin-right: 0 !important;
}
.FooterPaneD ul {
  padding-right: 7px;
  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;
  list-style-type: disc;
}
.FooterPaneC li {
  font-size: 13px;
  line-height: 42px;
  font-weight: 400;
  color: #e1e1e1;
  gap: 10px;
}
.FooterPaneC li::marker {
  color: #a5c536;
}
.FooterPaneB li {
  font-size: 13px;
  line-height: 42px;
  font-weight: 400;
  color: #e1e1e1;
}
.FooterPaneB li::marker {
  color: #a5c536;
}
.FooterPaneD li {
  padding-top: 11px;
  font-size: 13px;
  line-height: 40px;
  font-weight: 400;
  color: #e1e1e1;
}

.FooterPaneD li::marker {
  color: #a5c536;
}

.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;
}
.FooterPaneE ul {
  padding-right: 14px;
  color: #fff;
  padding-left: 0px;
  margin-bottom: 50px;
  list-style-type: none;
  margin-right: 0 !important;
}
.FooterPaneE li {
  font-size: 13px;
  line-height: 32px;
  font-weight: 400;
  align-items: center;
  gap: 10px;
}
.FooterPaneE li a {
  font-size: 13px;
  line-height: 34px;
  font-weight: 400;
  color: #e1e1e1;
  align-items: center;
  gap: 10px;
}
.footer-items h4 {
  font-size: 19px;
  color: #fff !important;
  font-weight: 600;
  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;
}
.petro-subj {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 40px;
}

.copyright a:hover {
  color: #e7bc5b;
}
footer li {
  list-style: disc !important;
  color: #a5c536;
}
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;
}
.listItem li a {
  color: #3f893f;
}

.listItem li a:hover {
  color: #a5c536;
  text-decoration: none;
}

.blue {
  color: #428b3f;
}
.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; */
}

ul.page-break-section {
  background-color: #ffffff !important;
}

.Field-Container-Wide div:nth-child(1) {
  gap: 10px;
}

.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%;
}

.about-left {
  text-align: justify;
}

.footer-copyright p {
  color: #e1e1e1;
  margin-bottom: 0;
}
.footer-copyright p a {
  transition: var(--transition);
}

.footer-copyright p a:hover {
  color: var(--primary-color);
  transition: var(--transition);
}

.logo-footer img {
  width: 100%;
  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-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;
}

.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: #ffffff;
}
.page-breadcrumbs .breadcrumbs {
  color: #ffffff;
}
.page-breadcrumbs .breadcrumbs a,
.page-breadcrumbs .breadcrumbs a:link,
.page-breadcrumbs .breadcrumbs a:active,
.page-breadcrumbs .breadcrumbs a:visited {
  color: #ffffff;
}
.leaflet-container a {
  color: #113728 !important;
  direction: rtl;
  display: inline-block;
  text-align: right;
  font-size: 10px;
  font-weight: 600;
  font-family: "iransans";
}

.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;
}

/* Hero Section */

.hero-section--banner {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-bottom: 77px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
}

/* ÙˆÛŒØ¯Ø¦Ùˆ Ù¾Ø´Øª Ù…Ø­ØªÙˆØ§ */
.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

/* Ú¯Ø±Ø§Ø¯ÛŒÙ†Øª Ø±ÙˆÛŒ ÙˆÛŒØ¯Ø¦Ùˆ */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(#00000070, #0000009e 100%, #000000b3);
  z-index: 2;
}

/* ØªÙ…Ø§Ù… Ù…Ø­ØªÙˆØ§ÛŒ Ù‡ÛŒØ±Ùˆ Ø±ÙˆÛŒ Ø§ÙˆÙˆØ±Ù„ÛŒ */
.hero-section--banner > :not(.hero-bg-video):not(.hero-overlay) {
  position: relative;
  z-index: 3;
}
/* ========================= Banner Shared Styles ========================= */
.hero-section--banner h1 {
  font-size: 50px;
  margin-bottom: 34px;
  margin-bottom: 30px;
}
.hero-section--banner h5 {
  font-size: 26px;
  padding: 6px 12px;
  background-color: #3f8a3f;
  text-align: center;
} /* ========================= Banner 1 (Center Bottom) ========================= */
.banner-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.banner-1 {
  text-align: center;
  color: var(--WhiteColor);
  padding-top: 22%;
}

.banner-1 h2,
.banner-1 h5 {
  color: var(--WhiteColor);
}

.banner-1 h2 {
  font-size: 60px;
}

.banner-1 h5 {
  color: var(--WhiteColor);
  font-size: 32px;
  margin-top: 32px;
}

.title-slide h6,
.title-slide p {
  color: var(--WhiteColor);
}

/* ========================= Banner 2 (Right Aligned) ========================= */
.banner-2 {
  text-align: right;
}
.banner-2--titles {
  padding-right: 175px;
}

.banner-2 h6 {
  font-size: 28px;
  font-weight: 700;
}
.banner-2 p {
  max-width: 550px;
}
.hero-section {
  width: 100%;
  min-height: 100vh;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(#00000070, #0000009e 100%, #000000b3);
  z-index: 2;
}

.EN-search-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.EN-search-wrapper a img {
  width: 20px;
  height: auto;
}

#dng-megamenu219470 .primary_structure > li > a,
#dng-megamenu219470 .primary_structure > li > a:link,
#dng-megamenu219470 .primary_structure > li > a:active,
#dng-megamenu219470 .primary_structure > li > a:visited {
  color: #5a5a5a;
}

header .header-content-wrap {
  position: relative;
}

header nav::before {
  /* content: ""; */
  height: 0.5px;
  width: 88%;
  background-color: #00000087;
  bottom: 14px;
  left: 0;
  right: 7%;
  position: absolute;
}

/* About sec */

.about-sec {
  padding-block: 60px;
  /* border-bottom: 1px solid #a5c536; */
}

.title-box {
  position: relative;
  padding-right: 25px;
  text-align: right;
}

/* Ø®Ø· Ú©Ù…Ø±Ù†Ú¯ (Ø´ÛŒØ´Ù‡â€ŒØ§ÛŒ) */
.title-box::before {
  content: "";
  position: absolute;
  right: 2px;
  top: -40px;
  height: calc(100% + 80px);
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}

/* Ø®Ø· Ø³Ø¨Ø² Ø§ØµÙ„ÛŒ */
.title-box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  height: calc(100% - 0px);
  width: 3px;
  background: #a5c536;
  border-radius: 2px;
}

/* Ù…ØªÙ† Ø¨Ú©â€ŒÚ¯Ø±Ø§Ù†Ø¯ */
.title-box .bg-text {
  position: absolute;
  top: -50px;
  right: 27px;
  font-size: 56px;
  color: rgb(0 0 0 / 7%);
  font-weight: bold;
}

/* Ù…ØªÙ† Ø§ØµÙ„ÛŒ */
.title-box .title {
  font-weight: 500;
  color: #408a3f;
  font-size: 20px;
  line-height: 1.9;
  padding-top: 45px;
}

.news-featured:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
}

.news-date--featured {
  position: absolute;
  color: #ffff;
  font-size: 12px;
  z-index: 2;
  position: absolute;
  bottom: 14px;
  left: 43px;
  right: 35px;
  margin: 0;
  color: #fff;
  z-index: 2;
}

.news-date--featured-sub {
  position: absolute;
  color: #ffff;
  font-size: 12px;
  bottom: 5px;
  left: 27px;
  right: 19px;
  margin: 0;
  color: #fff;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.news-featured--item.sub img {
  transition: all 0.5s ease-in-out;
}

.news-featured--item.sub:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
}

.news-row {
  flex-direction: row-reverse;
}

@media (max-width: 992px) {
  .news-row {
    gap: 24px;
  }
  .copy-right-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.news-head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-title--news {
  text-align: right !important;
  font-size: 32px;
  color: #408a3f;
  padding-bottom: 15px;
}

.dngTextBox a:hover {
  color: #121722 !important;
}

.news-head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* gap: 155px; */
  /* margin-bottom: 92px; */
  justify-content: center;
  padding-bottom: 40px;
}

.news-head-desc {
  color: #626366;
  font-weight: 600;
  font-size: 18px !important;
  text-align: right;
}

.news--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 0px;
  flex-direction: column;
}

@media (max-width: 1400px) {
  .news--right {
    gap: 54px;
  }
}

.news-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 128px;
  cursor: pointer;
  /* border-bottom: 1px solid #e9e9e9; */
  flex-direction: row-reverse;
  justify-content: flex-end;
  justify-content: space-between;
  padding-top: 21px;
  border-top: 1px solid #e6e6e7;
}

.news-box-wrapper:hover h3 {
  color: #467c3e;
  transition: all 250ms ease-in-out;
}

.news--right a:first-child .news-box-wrapper {
  border-top: none;
}

@media (max-width: 500px) {
  .news-box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .news-img {
    width: 100% !important;
    height: auto !important;
  }

  .news-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .news-deatail-wrapper {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .news-box-wrapper {
    cursor: unset;
  }
}

.news-img {
  width: 160px;
  height: 142px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.LiveForm.Default ul.page-break-section .Field {
  padding-top: 0 !important;
}

.LiveForm.Default ul.page-break-section,
.LiveForm.Default .thank-you {
  padding-top: 0 !important;
}

.news-img img {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
  width: 100%;
  height: 65%;
  /* border-radius: 6px; */
  -o-object-fit: cover;
  object-fit: cover;
}

.news-deatail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  /* align-content: flex-start !important; */
  /* border-bottom: 1px solid #000; */
}
.news-title {
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(20px * 1.6 * 2);
  color: #707070;
  margin-bottom: 15px;
  padding-left: 10px;
  transition: all 250ms ease-in-out;
}

span.news-date {
  color: #979797;
  font-size: 13px;
}

.news-desc {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 23px;
  max-width: 376px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: calc(23px * 3);
  margin-bottom: 0px;
  text-align: justify;
}

@media (max-width: 500px) {
  .news-desc {
    max-width: 100% !important;
  }
}

.news--left {
  padding-right: 30px;
}

@media (max-width: 992px) {
  .news--left {
    padding-right: 0px;
  }
}

.news-featured--item {
  position: relative;
  overflow: hidden;
  /* border-radius: 6px; */
}

.news-featured--item.main {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
}

.news-featured--item.main img {
  width: 100%;
  height: 419px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transition: all 0.5s ease-in-out;
  /* border-radius: 6px; */
}

.news-featured--item.main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#053f7e),
    to(rgba(5, 63, 126, 0))
  );
  /* background: -o-linear-gradient(bottom, #053f7e, rgba(5, 63, 126, 0)); */
  background: linear-gradient(to top, #000000d6, rgba(5, 63, 126, 0));
  /* border-radius: 0 0 6px 6px; */
  z-index: 1;
}

.news-featured--item.sub img {
  width: 100%;
  height: 227px;
  -o-object-fit: cover;
  object-fit: cover;
  /* border-radius: 6px; */
}

.news-featured--item.sub::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#053f7e),
    to(rgba(5, 63, 126, 0))
  );
  background: linear-gradient(to top, #000000d6, rgba(5, 63, 126, 0));
  z-index: 1;
}

a,
a:link {
  color: var(--title-color);
}

section.news-section {
  padding-bottom: 80px;
  padding-top: 30px;
}

.news-featured--main-title {
  position: absolute;
  line-height: 30px;
  bottom: 46px;
  left: 43px;
  right: 35px;
  margin: 0;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  z-index: 2;
  height: 30px;
}

.news-featured--title {
  position: absolute;
  line-height: 24px;
  bottom: 34px;
  left: 27px;
  right: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  z-index: 2;
  height: 48px;
}

@media (max-width: 768px) {
  .news-featured {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .news-featured--item.main {
    grid-column: auto;
  }
}

.more-news-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.more-news-link {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a5c536 !important;
  font-size: 15px;
  font-weight: 600;
  /* text-align: center; */
  flex-direction: row;
  justify-content: flex-end;
}

@media (min-width: 425px) {
  .title-box .bg-text {
    font-size: 50px;
  }
}

@media (min-width: 425px) and (max-width: 1200px) {
  .logo-footer img {
    width: 70%;
  }
  .about-left p {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .title-box .bg-text {
    top: -22px;
  }
  .dnngo_menuslide.numbercolumns-2 {
    right: -200px;
  }
}

@media (max-width: 768px) {
  .more-news-link {
    font-size: 16px;
  }
}
.more-news-link--svg {
  width: 8px;
  height: 12.77px;
  fill: #a5c536;
}

.news-featured--item-subs-wrapper {
  display: flex;
  width: 100%;
  margin-top: 21px;
  gap: 25px;
}

.news-featured--item-subs-wrapper--a {
  width: 50%;
}

/* .news-sec {
  padding-block: 150px;
  background-color: #f7f7f7;
}

.news-box {
  background: #ffff;
  padding: 39px;
  height: 100%;
  width: 100%;
}


.news-item {
  padding-bottom: 57px;
}


.news-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-text h5 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #408a3f;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 28px;
  height: 56px;
}

.news-text p {
  font-size: 13px;
  color: #666;
  height: 60px;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.big-news {
  position: relative;
  height: 100%;
}

.big-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.big-news h3 {
  color: #fff;
  font-size: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 22px;
}

.big-news .overlay {
  backdrop-filter: blur(1px);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 28px;
  background: rgb(64 138 63 / 86%);
  color: #fff;
}
.news-sec .swiper-pagination {
  bottom: 0 !important;
}

.news-arrow {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-inline: 14px;
  padding-top: 16px;
}

.news-arrow img {
  height: auto;
  width: 32px;
} */

.news-sec .swiper-pagination-bullet-active,
.customers-sec .swiper-pagination-bullet-active {
  background-color: #a5c536;
}

.customers-sec .nav-tabs .nav-link.active {
  color: var(--primary-color) !important;
  background: #ffffff00;
  border-bottom-color: var(--primary-color);
  border-bottom-width: 3px;
  font-weight: 600;
}

.swiper-button-lock {
  display: block !important;
}

.customer-next-btn,
.customer-next-btn-2 {
  right: 10% !important;
}

.customer-prev-btn,
.customer-prev-btn-2 {
  left: 10% !important;
}

.customer-prev-btn::after,
.customer-next-btn::after,
.customer-prev-btn-2::after,
.customer-next-btn-2::after {
  font-size: 30px !important;
  color: var(--primary-color);
}
/* iso section */

.iso-sec {
  background-color: var(--primary-color);
  padding-block: 80px;
}

.iso-item {
  border-right: 1px solid #ffffff42;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.iso-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 20px;
}

.iso-item img {
  width: 78px;
  height: auto;
}

.iso-item p {
  font-size: 14px;
  color: #fff;
}

.iso-item:nth-child(1) {
  border-right: 0;
}

/* Petro section */

/* سکشن اصلی */
.petro-section {
  padding-block: 130px;
}

/* هر بلاک */

.petro-wrapper {
  background-color: rgb(247, 247, 247);
}
/* حالت برعکس */
.petro-item--reverse {
  flex-direction: row-reverse;
  border-right: 2px solid #a5c536;
  border-left: none !important;
}

.petro-item {
  border-left: 2px solid #a5c536;
}

/* تصویر */
.petro-item__image {
  padding: 0 !important;
}

.petro-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* محتوا */
.petro-item__content {
  padding: 40px;
}

.petro-item__title {
  color: #408a3f;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.8;
  font-weight: 600;
}

.petro-item__desc {
  font-size: 14px;
  color: #555;
  line-height: 2;
  font-size: 14px;
  line-height: 30px;
  color: #767676;
  text-align: justify;
}

.petro-item__list {
  padding: 0;
  margin-top: 20px;
}

.petro-item__list li {
  font-size: 16px;
  color: #1d8e3e;
  margin-bottom: 8px;
  font-weight: 600;
  list-style: disc;
}

/* QC Section */

.qc-section {
  background-color: #408a3f;
  background-image: url("/Portals/_default/Skins/glend/resource/theme-assests/img/map-bg.png");
  padding-block: 55px;
  background-size: contain;
  color: #fff;
}

.qc-section__title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}
.qc-desc {
  color: #fff;
  /* font-weight: 200; */
  font-size: 15px;
}
.qc-text {
  color: #ffffff;
  font-size: 230px;
  padding-right: 74px;
  font-family: "iransans";
}

.qc-text span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  stroke: #a5c536;
}

/* sustainability */

.sustainability-section {
  background-color: rgb(247 247 247);
  padding-block: 120px;
}

.sustainability-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding-top: 50px;
}

.sustainability-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.sustainability-title,
.cert-title,
.ceo-title {
  text-align: center;
  margin-bottom: 18px;
  color: var(--title-color);
  font-size: 28px;
}

.sustainability-desc {
  text-align: center;
  margin: 0 auto;
}

.LiveForm.Default .Field.Radiobutton table td,
.LiveForm.Default .Field.Checkbox table td {
  width: 220px;
}

/* RESPONSIVE DESIGN */

/* xl (<1400px) */
@media (max-width: 1700px) {
  .customer-next-btn,
  .customer-next-btn-2 {
    right: 6% !important;
  }

  .customer-prev-btn,
  .customer-prev-btn-2 {
    left: 6% !important;
  }
}

/* xl (<1400px) */
@media (max-width: 1350px) {
  .customer-next-btn,
  .customer-next-btn-2 {
    right: 2% !important;
  }

  .customer-prev-btn,
  .customer-prev-btn-2 {
    left: 2% !important;
  }
}

/* xl (<1400px) */
@media (max-width: 1400px) {
  #dng-megamenu219470 .primary_structure > li > a {
    font-size: 12px !important;
    margin: 0 !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}

/* lg (<1200px) */
@media (max-width: 1200px) {
  .iso-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .iso-item:nth-child(5) {
    border-right: 0;
  }

  .sustainability-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* md (<992px) */
@media (max-width: 992px) {
}

/* sm (<768px) */
@media (max-width: 768px) {
  .news-text h5 {
    margin-top: 20px;
  }

  .sustainability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .qc-section__title {
    font-size: 28px;
  }

  .qc-desc {
    font-size: 18px;
  }

  .qc-text {
    padding-right: 0px;
    text-align: center;
    padding-top: 32px;
    font-size: 120px;
  }

  .iso-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .iso-item:nth-child(3) {
    border-right: 0;
  }

  .banner-1 h2 {
    font-size: 40px;
  }

  .banner-1 h5 {
    font-size: 22px;
  }

  .banner-1 {
    padding-top: 32%;
  }
}

/* xs (<576px) */
@media (max-width: 576px) {
  .line-bottom img {
    position: relative;
    left: 50%;
  }

  .banner-1 {
    padding-top: 46%;
  }
}

@media (max-width: 460px) {
  .line-bottom img {
    position: relative;
    left: 100%;
  }
  .iso-grid {
    grid-template-columns: 1fr;
  }

  .iso-item {
    border-bottom: 1px solid #fff;
    border-right: 0;
  }

  .sustainability-grid {
    grid-template-columns: 1fr;
  }
}

.sustainability-item img {
  width: 66px;
  height: auto;
}

.sustainability-item p {
  font-size: 15px;
  margin-top: 11px;
  font-weight: 600;
  color: #1d8e3e;
}

.petro-item__content {
  padding: 50px !important;
}

p.sustainability-desc {
  text-align: center;
  max-width: 80%;
}

.dng-megamenu .dnngo_menu_list > li.dir > ul {
  display: block;
}

#dng-megamenu219470 .dnngo_menu_list > li > a,
#dng-megamenu219470 .dnngo_menu_list > li > a:link {
  text-align: right;
}
.customers-sec .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 10px;
}

.logo-container--services img {
  width: 100px;
}

.swiper-pagination-lock {
  display: block !important;
}

.customers-tab {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 30px;
  position: absolute;
  top: 0px;
  right: 0;
}
.customers-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 390px;
  background: url(/Portals/_default/Skins/glend/resource/theme-assests/img/bg-green.png);
}

.customers-sec .nav-link {
  color: #767676 !important;
  padding-right: 30px;
  padding-left: 30px;
}

.costumers-logos {
  gap: 20px;
}

.logo-container a p {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-top: 12px;
  color: #393939;
}

.services.logo {
  gap: 20px;
}

.dng-megamenu .dnngo_menu_list {
  margin-top: 18px;
}

section.cert-sec {
  padding-bottom: 110px;
}

section.certificates {
  padding-top: 32px;
}

.certificates .swiper-container {
  overflow: hidden; /* Hide overflowing slides */
  perspective: 1000px; /* Adds 3D perspective */
}
.certificates .swiper-wrapper {
  direction: rtl;
  pointer-events: none;
}
.certificates .swiper-slide {
  height: 460px;
  background: #03264c; /* Your preferred dark color */
  border-radius: 10px;
}
.certificates .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.certificates .swiper-button-next {
  right: -30px;
  color: var(--primary-color);
}

.certificates .swiper-button-prev {
  left: -30px;
  color: var(--primary-color);
}

.search-popup-box a.search {
  right: -20px;
}

/* sm (<768px) */
@media (max-width: 768px) {
  .certificates .swiper-button-next {
    right: 10px;
    color: var(--primary-color);
  }

  .certificates .swiper-button-prev {
    left: 10px;
    color: var(--primary-color);
  }
}

.ceo-message {
  padding-top: 130px;
}

.ceo-title {
  padding-bottom: 12px;
  text-align: right;
}

.ceo-txt {
  text-align: justify;
}

.ceo-img {
  width: 100%;
}

.row.ceo-row {
  border-right: 2px solid #a5c536;
}

@media (max-width: 430px) {
  .news-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 132px;
    cursor: pointer;
    /* border-bottom: 1px solid #e9e9e9; */
    flex-direction: column;
    justify-content: flex-end;
    /* justify-content: space-between; */
    padding-top: 5px;
    border-top: 1px solid #e6e6e7;
    height: 310px;
  }
}

.news-date-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

.more-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 32px;
  margin-bottom: 12px;
}

.more-link-wrapper p {
  margin-bottom: 0;
}

.more-link-wrapper p {
  color: #408a3f;
  font-size: 24px;
  font-family: "Modam-bold";
}

.page-title {
  min-height: 380px !important;
}

.page-title.small .main-title {
  font-size: 34px !important;
  padding-bottom: 10px;
}

.page-title-container {
  height: 295px !important;
}

.page-breadcrumbs.inset {
  padding-bottom: 10px;
}

.page-title {
  min-height: 250px !important;
}

.cert-title-h2 {
  color: var(--primary-color);
}

.page-title-container {
  height: 255px !important;
}

.page-title.small .main-title {
  font-size: 34px !important;
  padding-bottom: 10px;
}

.page-title .center {
  position: relative;
  bottom: -43px !important;
}

.page-title-row-left .center-v {
  justify-content: center !important;
}

.page-breadcrumbs.inset {
  padding-bottom: 10px;
}
.page-title.small .main-title {
  font-size: 34px !important;
  padding-bottom: 10px;
}
.dng-megamenu .dnngo_menu_list li {
  -webkit-column-break-inside: unset;
  break-inside: unset;
  page-break-inside: unset;
}

.floating-active .logo img{
      margin-bottom: 16px;
}

.plupload_container{
  border-style: none !important;
}

@media (max-width: 330px) {
  img.header-logo {
    width: 100%;
}
}