:root {
  --primary-color: #ffac40;
  --secondary-color: #003264;
}
* {
  direction: rtl;
  box-sizing: border-box;
}
.dng-megamenu .primary_structure > li {
  float: right !important;
}
.header-position{
  position: fixed ;
}
body,h2,a,p,span,li,h3,h4,h5,h6,h1,button {
  font-family: IRANSansX;
  /* position: relative; */
  /* z-index: -1; */
}
select,input{
  font-family: IRANSansX;
}
a {
  text-decoration: none;
  color: unset;
}
a:hover {
  color: unset;
}
ul{
  padding-left: 0;
}
p {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #1a1a1a;
}
li {
  list-style-type: none;
  line-height: 34px;
  font-size: 15px;
  color: #242424;
}
.title-Desc {
  text-align: center;
}
.Description {
  padding: 100px 0;
  overflow: hidden;
}

.top-menu {
  background-color: #f8f8f8;
  border-bottom: 0.5px solid #d3d3d342;
}
.top-gray {
  list-style-type: none;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0;
  /* padding-right: 35px; */
  right: 0;
  top: 0;
  width: 100%;
  z-index: 800;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  padding-inline-start: 0 !important;
}
.top-gray li {
  /* padding-right: 25px; */
  font-size: 12px;
  margin-right: 15px;
  color: #9d9b9b;
  font-weight: 500;
}
.navbar .container-fluid {
  padding: 0 !important;
}

.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: 26px;
  height: 18px;
  opacity: 0.5;
}

.dropdown-toggle::after {
  border: unset !important;
}
.nav-link.dropdown-toggle.show .mega-menu-icon {
  background-image: url("../img/close.png");
  background-size: 35px;
  width: 35px;
  height: 35px;
}
.nav-link {
  font-size: 18px;
  font-weight: 700;
  color: #efefef;
}
.dropdown-menu {
  text-align: right;
}
.dropdown-item:hover,
#dng-megamenu219470 .dnngo_slide_menu li:hover > a {
  padding-right: 10px;
  transition: ease-in 0.2s;
  border-right: 2px solid #ef9825;
  background-color: unset !important;
}
.dropdown-item:active {
  background-color: unset !important;
}
#dng-megamenu219470 .dnngo_slide_menu li,
#dng-megamenu219470
  .dnngo_slide_menu
  li
  a#dng-megamenu219470
  .dnngo_slide_menu
  li,
#dng-megamenu219470 .dnngo_slide_menu li a {
  font-size: 14px;
  transition: ease-in 0.4s;
  padding-right: 0;
  position: relative;
  color: #464646;
  transition: 0.2s;
}
.dropdown-menu h6 {
  text-align: right;
  border-bottom: 2px solid #e3e3e3;
  padding-bottom: 12px;
  color: #4f4f4f;
  font-size: 15px;
  width: 90%;
}
.list-unstyled {
  padding: 0 !important;
}
.dropdown-menu div.col-xl-2:last-child h6 {
  padding-bottom: 29px;
}

a.dropdown-item::after,
#dng-megamenu219470 .dnngo_slide_menu li:hover > a span:after {
  content: "";
  position: absolute;
  z-index: 9999;
  width: 9px;
  height: 9px;
  /* background-image: url("../img/menu-arrow.svg"); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown-menu li,
#dng-megamenu219470 .dnngo_slide_menu li {
  padding-bottom: 17px;
  list-style-type: none;
  padding-right: 15px;
}
.dropdown-menu div.col-xl-2:last-child a.dropdown-item {
  font-size: 16px;
}
#dng-megamenu219470 .dnngo_slide_menu,
#dng-megamenu219470 .dnngo_slide_menu .dnngo_submenu {
  background-color: #fff !important;
  border-radius: 6px;
}
.dropdown-menu div.col-xl-2:last-child a.dropdown-item::after {
  background-image: url("../img/menu-circle-arrow.svg");
  width: 29px;
  height: 29px;
  right: unset;
  left: 5px;
  opacity: 0.7;
}
.dng-megamenu .dnngo_slide_menu {
  padding: 20px 0;
}
.dng-megamenu {
  margin-right: 120px;
}
.dropdown-menu {
  border: unset !important;
}
#dng-megamenu219470 .dnngo_slide_menu li,
#dng-megamenu219470 .dnngo_slide_menu li a {
  line-height: 27px;
}
/* @media (min-width: 1400px) {
  .top-menu .container,
  .main-menu .container,
  .slider-sec .container {
    max-width: 1610px !important;
  }
} */

.dropdown-menu.w-100.show {
  margin-top: 0px !important;
  border-radius: unset !important;
}
.about-us {
  padding: 100px 0;
}
.page-component--content-full-width.video-noLink .tag {
  padding-right: 40px;
  position: relative;
  color: #1e5293;
}
.page-component--content-full-width.video-noLink .tag svg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  fill: #000 !important;
}

.gradient-page {
  padding-top: 120px;
  padding-bottom: 120px;
}
.page-component.page-component--content-full-width.header.video-noLink p {
  color: #6a6969;
  line-height: 35px;
  text-align: justify;
  margin-bottom: 32px;
  font-size: 15px;
}

.page-component.page-component--content-full-width.header.video-noLink h1 {
  color: #939191;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 25px;
  /* text-align: left; */
  /* margin-left: 60px; */
}
.page-component--icon-list p a.tag span {
  position: relative;
  color: #ef9825;
}
.page-component--icon-list p a.tag span:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -20px;
  width: 12px;
  height: 16px;
  transform: rotate(180deg);
  background: url(../img/DoubleChevron-blue.svg) no-repeat center;
  /* filter: hue-rotate(135deg) brightness(1.5); */
}
section.quick-fact {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

section.quick-fact h2 {
  padding-bottom: 90px;
}

section.quick-fact .row {
  padding-bottom: 35px;
  justify-content: center;
}

section.quick-fact a {
  color: #878585;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.5px;
}

section.quick-fact a:hover {
  /* text-decoration: underline; */
  color: #ef9825;
}
.short-desc {
  background: rgb(0, 50, 100);
  background: linear-gradient(
    90deg,
    rgba(0, 50, 100, 1) 60%,
    rgba(0, 71, 141, 1) 100%
  );
  padding: 11px 0;
}
section.short-desc h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
section.short-desc span {
  font-size: 21px;
  font-weight: 200;
}
.first-news-img,
.sec-news-img-1,
.sec-news-img-2 {
  position: relative;
  margin-bottom: 25px;
}
.first-news-img::after,
.sec-news-img-1::after,
.sec-news-img-2::after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  pointer-events: none;
  inset: 0;
  position: absolute;
  z-index: 2;
  border-radius: 8px;
}
.news-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.sec-news-img a {
  width: 48.5%;
  height: 280px;
  /* border-radius: 5px; */
}
.sec-news-img-1,
.sec-news-img-2 {
  width: 100%;
  height: 100%;
}
.sec-news-img {
  display: flex;
  justify-content: space-between;
}
.first-news-img h3,
.sec-news-img h3 {
  position: absolute;
  bottom: 10px;
  color: #ffffff;
  z-index: 99;
  font-size: 17px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
}

/* .first-news-img h3::before,
.sec-news-img h3::before {
  content: "";
  background-color: #ef9825;
  position: absolute;
  right: 35px;
  bottom: 10px;
  width: 16px;
  height: 3px;
} */
section.news {
  padding: 90px 0px;
  background: #f5f5f5;
}
.sec-news-img h3::before {
  bottom: 29px;
}
.sec-news-img h3 {
  bottom: 17px;
}
.news-details h3 {
  font-size: 20px;
  color: var(--secondary-color);
  line-height: 24px;
  font-weight: 800;
  /* height: 52px; */
}

.news-details p {
  color: #656565;
  font-size: 17px;
  line-height: 30px;
  padding-bottom: 9px;
  text-align: justify;
  margin-bottom: 0 !important;
}

.news-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
  gap: 13px;
  position: relative;
  z-index: 10;
}
.news-details div:last-child {
  margin-top: 5px;
  margin-bottom: 4px;
}

.footer {
  background: linear-gradient(
    90deg,
    rgba(0, 50, 100, 1) 60%,
    rgba(0, 71, 141, 1) 100%
  );
  padding-top: 50px;
  color: #fff;
  padding-right: 35px;
  padding-left: 35px;
}

.follow-us h6 {
  font-size: 14px;
  font-weight: 600;
  color: #c3c3c3;
  padding-left: 18px;
}

.footer i {
  font-size: 20px;
  color: #d9d9d9;
  padding-left: 5px;
}
.follow-us {
  height: 100%;
  display: flex;
  align-items: baseline;
  padding-bottom: 5px;
  justify-self: left;
  justify-content: end;
}
.footer-items ul {
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 50px;
  margin-right: 0;
}
.footer-items li {
  padding-top: 14px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #f4f4f4;
}
 .DnnModule-DNN_HTML .footer-items ul li::after{
  display: none;
 }
.footer-items h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.footer-items li a {
  color: #fff;
}
.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: flex-start;
  border-top: 1px solid #ffffff24;
}
.copyright a {
  color: #fff;
}
.copyright p {
  margin-bottom: 0;
  padding: 20px 0;
  font-size: 12px;
  color: #d0d0d0;
  text-align: right;
}

.circle-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid #adadad;
  color: #dfdfdf;
  font-size: 24px;
  margin-left: 9px;
}
span.circle-icon i {
  padding-left: 0;
  font-size: 10px;
  color: #fff;
}
/* Slider Container */
.slider {
  position: relative;
  width: 100%;
  height: 88vh;
  overflow: hidden;
  background-color: #f0f0f0;
  border: 2px solid #ddd;
  border-radius: 8px;
}

/* Slides Wrapper */
.slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  position: relative;
}
.slide::after {
  content: "";
  position: absolute;
  background: linear-gradient(
      -72.77deg,
      #161616bf 26.39%,
      rgba(0, 0, 0, 0) 83.78%,
      rgba(0, 0, 0, 0.27) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 27.65%);
  width: 100%;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 2;
}
.slider-content {
  position: absolute;
  z-index: 4;
  color: #fff;
  top: 40%;
  width: 34%;
}
.top-slider-title {
  margin-bottom: 25px;
}

.slider-title {
  margin-bottom: 37px;
}
.read-more {
  display: flex;
  align-items: center;
}

.read-more-icon {
  border-radius: 50%;
  border: 2.5px solid #fff;
  width: 4rem;
  height: 4rem;
  margin-right: 20px;
}
.read-more-icon img {
  width: 100%;
}

.read-more-icon {
  padding: 10px;
}
.slider-content h2 {
  line-height: 93px;
  font-weight: 900;
  font-size: 56px;
  margin-bottom: 40px;
  color: #f1f1f1;
}
.top-slider-title h6,
.read-more {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #f1f1f1;
}
/* Individual Slide */
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0; /* Base z-index */
}

.slide.active {
  opacity: 1;
  z-index: 1; /* Higher z-index for active slide */
}

/* Slide Image */
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Progress Bars Container */
.progress-bars {
  position: absolute;
  bottom: 20px; /* Adjust as needed */
  display: flex;
  justify-content: flex-start;
  gap: 20px; /* Space between progress items */
  z-index: 4;
  direction: rtl;
  width: 100%;
}

/* Individual Progress Item */
.progress-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 355px; /* Fixed width to prevent shifting */
  z-index: 99999999;
  height: 90px; /* Fixed height to accommodate tooltip */
}
.progress-item.active .title {
  color: #fff !important;
}
/* Slide Title */
.title {
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  z-index: 33; /* Above tooltip */
  color: #ccccccbf;
}

/* Tooltip Image */
.tooltip {
  display: none;
  width: 100px;
  height: 241px;
  background-size: cover;
  background-position: center;
  margin-bottom: 5px; /* Space between tooltip and progress bar */
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: opacity 0.3s ease;
  opacity: 0;
  position: absolute;
  bottom: 100%; /* Position above the title */
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none; /* Prevent tooltip from blocking hover */
  z-index: 4; /* Above everything */
}

/* Show tooltip when hovering over the title */
.title:hover + .tooltip {
  width: 100%;
  display: block;
  opacity: 1;
}

/* Progress Bar */
.progress-bar {
  width: 100%; /* Adjust as needed */
  height: 5px;
  background-color: #cccccc24;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  cursor: pointer;
}

/* Progress Indicator */
.progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  transform-origin: left; /* Set origin to left for correct emptying direction */
  background: linear-gradient(
    90deg,
    rgba(0, 212, 255, 1) 0%,
    rgb(45 45 183) 35%,
    rgb(31 82 147) 100%
  );
  /* background:linear-gradient(90deg, rgba(31,82,146,1) 0%, rgba(32,65,106,1) 35%, rgba(29,57,94,1) 49%, rgba(27,41,57,1) 64%, rgba(0,0,0,1) 100%); */
}

/* Define keyframes for fill and empty */
@keyframes fillAndEmpty {
  0% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Apply the animation */
.progress.active {
  animation: fillAndEmpty 5s linear forwards;
}

/* Pause animation when progress bar is hovered */
.progress-bar:hover .progress {
  animation-play-state: running;
}

/* Ensure Tooltip Appears Correctly */
.progress-item {
  /* Prevent layout shifting */
  height: 90px; /* Fixed height considering title, tooltip, and progress bar */
}

/* Prevent z-index issues by ensuring tooltips don't cover progress bars */
.progress-item .tooltip {
  z-index: 4;
}

.progress-item .tooltip img {
  width: 100%;
  height: 100%;
}

.footer-items {
  padding-top: 14px;
}

.navbar-collapse {
  flex-grow: unset !important;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  justify-content: space-between;
}

ul.navbar-nav {
  padding: 0 !important;
}
.navbar-brand {
  padding-left: 70px;
  margin-right: 0 !important;
  width: 320px;
  display: inline-block;
}
div#headerrow-893713 .container {
  height: 100%;
}
#headerrow-893713 .header-container-box,
#headerrow-893713 .header-container-box .logo {
  height: 100% !important;
}
.header-container-box .logo{
  filter: brightness(1000%);
}
.header-replace.header-position.sticky-fixed {
  height: 10vh !important;
}
.dropdown-toggle::after {
  display: none;
}
@media (max-width: 1441px) {
  .progress-bars {
    transform: translateX(-2%);
    gap: 20px;
    width: 96%;
  }
}

@media (max-width: 760px) {
  .progress-bars {
    transform: translateX(-82%);
    gap: 10px;
    width: 38%;
  }
}
@media (max-width: 380px) {
  .first-news-img h3::before {
    right: 8px;
    bottom: 29px;
  }
  .first-news-img h3 {
    padding-right: 25px;
  }
  .sec-news-img h3::before {
    bottom: 37px;
  }
  .sec-news-img h3 {
    font-size: 12px;
    bottom: 6px;
  }
}
@media (max-width: 995px) {
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-lg,
  .navbar > .container-md,
  .navbar > .container-sm,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    justify-content: space-between !important;
  }
}
@media (max-width: 1200px) {
  nav.navbar.navbar-expand-lg.navbar-light.side-menu li {
    padding-left: 0px;
  }
  .navbar-brand {
    padding: 0;
  }
}
@media (max-width: 600px) {
  section.quick-fact img {
    margin-left: 23px;
    margin-bottom: 10px;
  }
  section.quick-fact a {
    color: #4d4d4d;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  .sec-news-img h3 {
    bottom: 3px;
    font-size: 13px;
  }
  .top-gray li {
    font-size: 13px;
    margin-right: 30px;
  }
}
a.read-more-icon img {
  width: 25px;
  height: auto;
  position: relative;
  top: 8px;
  right: 6px;
}

nav.navbar.navbar-expand-lg.navbar-light.side-menu li {
  /* padding-left: 35px; */
  margin: 0px 12px;
}

@media (max-width: 1000px) {
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-lg,
  .navbar > .container-md,
  .navbar > .container-sm,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    justify-content: flex-end !important;
  }
  .left-side-menu .left-side-menu-btn {
    display: none;
  }
}

.search-wrapper img {
  width: 23px;
  height: 23px;
}
.search-wrapper {
  background-color: transparent;
  border: none;
  transition: 0.2s;
  position: absolute;
  left: -2px;
}

nav.navbar.navbar-expand-xl.navbar-light.main-navbar {
  align-items: center;
  flex-wrap: nowrap;
}

a.nav-link.active {
  color: #fff !important;
}
.left-side-menu-btn button {
  width: 108px;
  height: 44px;
  padding: 7px 0;
  font-size: 13px;
  border: unset;
  border-radius: 4px;
  font-weight: 500;
}
.left-side-menu-btn button:last-child {
  background-color: #ef9825;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.5s all ease;
}
/* .left-side-menu-btn button:first-child {
  color: #fff;
  background-color: unset;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 700;
  margin-left: 11px;
  transition: 0.5s all ease;
} */
a.navbar-brand img {
  width: 100%;
}

.read-more {
  font-weight: 400;
  font-size: 19px;
}
.first-news-img h3:hover::before,
.sec-news-img h3:hover::before {
  background-color: #ee7203;
}

.accordion-container {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 300px;
}

.accordion {
  width: 100%;
}

.accordion-item {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.accordion-header {
  padding: 10px;
  background: #cfcfcf;
  cursor: pointer;
  font-weight: bold;
  font-size: 19px;
}

.accordion-header:hover {
  background: #e0e0e0;
}

.accordion-content {
  display: none;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #cccccc57;
}

.subcategories {
  margin-top: 10px;
  padding-left: 20px;
}

.subcategories li {
  list-style: none;
  margin-bottom: 9px;
}

.image-container {
  text-align: center;
  width: 100%;
  position: relative;
  /* height: 360px; */
}

.image-container img {
  max-width: 100%;
  width: 100%;
  height: 262px;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  filter: brightness(0.8);
}
.accordion-header img {
  width: 13px;
  height: auto;
}
.accordion-header p {
  margin: 0;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-Desc h2,
.news h2,
section.quick-fact h2 {
  color: var(--secondary-color);
  font-weight: 800;
  font-size: 35px;
  padding-bottom: 45px;
  text-align: center;
}

.accordion-header p {
  color: #fff;
  font-size: 15px;
}
div#accordion-column-2 .accordion-content,
div#accordion-column-1 .accordion-item:first-child .accordion-content {
  display: none !important;
}
div#accordion-column-1 .accordion-item:first-child .accordion-header,
div#accordion-column-2 .accordion-item:first-child .accordion-header {
  background-color: #1f5292 !important;
}
div#accordion-column-1 .accordion-item:first-child,
div#accordion-column-2 .accordion-item:first-child {
  border: 1px solid #1f5292 !important;
  border-radius: 5px;
}
.accordion-item:not(:first-of-type) .accordion-header {
  background: unset;
}

.accordion-item:not(:first-of-type) .accordion-header p {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 500;
}

.accordion-item:not(:first-of-type) {
  border: 1px solid #e7e8ea;
  border-radius: 5px;
}
.accordion-item:not(:first-of-type):hover {
  background-color: #e7e8ea;
}
a.download-icon img {
  margin-left: 10px;
  width: 18px;
  margin-right: 60px;
}
p.our-industry {
  text-align: left;
}

p.our-industry span {
  margin-left: 53px;
}

.accordion-header {
  background: #fbfbfb !important;
  /* border-radius: 5px; */
}

.accordion-header:hover {
  background: #e7e8eac2 !important;
}

/* .slogen::before {
     content: "";
    display: block;
    background: linear-gradient(-72.77deg, #0e3462e0 26.39%, rgba(0, 0, 0, 0) 83.78%, rgba(0, 0, 0, 0.27) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 27.65%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
} */

.Descrption-details li:hover {
  color: #e53c14;
}
.image-container img:last-child {
  position: absolute;
  top: 20%;
  right: 26%;
  width: 150px;
  height: 145px;
  filter: unset !important;
}
.detail-img img {
  width: 180px;
  height: 170px;
  object-fit: cover;
  margin-left: 10px;
  filter: grayscale(0.3) brightness(1) contrast(0.5);
  border-radius: 5px;
}

.detail-container {
  background-image: url(../img/News.png);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: bottom;
  width: 100%;
  padding: 20px 30px;
  border-radius: 8px;
  position: relative;
}
/* .detail-container::after {
  content: "";
  position: absolute;
  width: 222px;
  height: 116px;
  z-index: 222222;
  left: -2px;
  bottom: -2px;
  background-image: radial-gradient(
    #ffffff 20%,
    #c7c4c4 70%,
    #ffffff 20%,
    #c7c4c4
  );
  z-index: -1;
  border-radius: 8px;
} */
.detail-img {
  width: 80%;
  height: 100%;
  margin-top: 10px;
}

a.our-industry span {
  position: relative;
  color: #b77b2d;
  border: 1px solid #ef9825;
  padding: 2px 11px;
  border-radius: 5px;
  background: #ef98251f;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
  transition: .4s;
}
a.our-industry span:hover{
  background: #ef982545;
  transition: .4s;
}
.detail-date img {
  padding-bottom: 3px;
  padding-left: 3px;
  width: 18px;
}
a.our-industry span i {
}
/* a.our-industry span:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -15px;
  width: 10px;
  height: 14px;
  transform: rotate(180deg);
  background: url(../img/DoubleChevron-blue.svg) no-repeat center;
  filter: hue-rotate(135deg) brightness(1.5); 
} */
.detail-read-more {
  text-align: right;
  padding-left: 21px;
  font-size: 14px;
}
.detail-date {
  margin-bottom: 0 !important;
}

.detail-date p {
  font-size: 14px;
  color: #565656;
}

.slogen::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: linear-gradient(
      -72.77deg,
      #161616bf 26.39%,
      rgba(0, 0, 0, 0) 83.78%,
      rgba(0, 0, 0, 0.27) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 27.65%);
  width: 100%;
  height: 100%;
}
section.footer i:hover {
  color: #d7d7d7;
}

section.services-sec {
  padding: 100px 0px;
}

h2.services-heading {
  font-size: 18px;
  font-weight: 600;
  color: #1e5293;
  margin-bottom: 30px;
}

ul.services-ul {
  line-height: 27px;
  padding-right: 17px;
  list-style: disc;
  font-size: 15px;
  color: #7e7e7e;
  list-style: disc;
  list-style-type: disc;
  list-style-type: "\1F44D";
}

ul.services-ul li {
  list-style-type: none;
  font-size: 14px;
}

ul.services-ul li::before {
  content: "";
  border-color: transparent #e53c14c7;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: 14px;
  top: 19px;
  position: relative;
  transform: rotate(180deg);
}

p.services-p {
  font-size: 13px;
  color: #ababab;
  line-height: 27px;
  /* border-bottom: 1px solid #ebebeb; */
  padding-bottom: 10px;
}

.services-col {
  padding-left: 100px;
}
.first-news-img {
  height: 422px;
}

.first-news-img img,
.sec-news-img-1 img,
.sec-news-img-2 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.left-side-menu {
  width: 300px;
  display: flex;
  gap: 13px;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  padding-left: 5px;
}
/* .left-side-menu-btn button:first-child:hover {
  color: #ef9825;
  transition: 0.5s all ease;
  border: 1px solid #ef9825;
} */

.left-side-menu-btn button:last-child:hover {
  background-color: #c17c20;
  color: #ffffff;
  transition: 0.5s all ease;
}

.side-menu {
  margin-right: -412px;
}

@media (max-width: 1441px) {
}
@media (max-width: 769px) {
  div#navbarNav {
    margin-right: 0;
  }
}
@media (max-width:500px) {
  .footer-items {
    text-align: center;
}
}
img.icon-top-header {
  width: 24px;
  height: auto;
  opacity: 0.5;
}
section.main-menu {
  position: absolute;
  top: 0;
  z-index: 9999999;
  width: 100%;
  left: 0;
  background-color: hsl(0deg 0% 14% / 20%);
  backdrop-filter: blur(2px);
}

section.top-menu {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: space-between !important;
  }
}
.quick-fact-detail {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../img/Cart.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height:255px;
  padding: 12px 0;
  transition: 0.4s all ease;
}
.quick-fact-detail2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../img/Cart2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 300px;
  padding: 12px 0;
  transition: 0.4s all ease;
}
.quick-fact-detail2 img {
  width: 65px;
  height: auto;
}
.quick-fact-detail2 p {
  padding-left: 43px;
  padding-right: 258px;
}
.quick-fact-detail:hover {
  background-image: url(../img/Cart-hover.png);
  transition: 0.4s all ease;
}
.quick-fact-detail img {
  width: 65px;
  height: auto;
}
p.quick-fact-detail-2 {
  font-size: 18px;
  font-weight: 500;
  color: #5b5b5b;
}

p.quick-fact-detail-1 {
  margin-bottom: 10px;
  margin-top: 24px;
  color: var(--secondary-color);
  font-size: 26px;
  font-weight: 800;
}
.circle-container {
  width: 150px;
  height: 150px;
  position: relative;
}
.progress-circle {
  width: 85px;
  position: absolute;
  top: 7px;
  /* left: 0; */
  margin: auto;
  right: -15px;
  height: 85px;
  border-radius: 50%;
  background: conic-gradient(
    rgba(0, 213, 255, 0) 0%,
    rgba(45, 45, 183, 0) 40%,
    rgba(31, 81, 147, 0) 40%,
    rgba(0, 212, 255, 0) 100%
  );
  mask: radial-gradient(circle, transparent 67%, black 68%);
  -webkit-mask: radial-gradient(circle, transparent 67%, black 68%);
}
.slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1); /* Start at normal size */
  transition: transform 4s ease-in-out; /* Smooth zoom effect */
  filter: brightness(0.5);
}
.slide-image.zoom-in {
  animation: zoomInEffect 4s ease-in-out forwards; /* Adjust duration as needed */
  transform: scale(1.2); /* Scale up to 1.2 times the size */
}

@keyframes zoomInEffect {
  0% {
    transform: scale(1); /* Start smaller */
    opacity: 0.4; /* Fully transparent */
  }
  100% {
    transform: scale(1.2); /* Normal size */
    opacity: 1; /* Fully visible */
  }
}

.quick-fact-detail:hover p.quick-fact-detail-1 {
  color: #1e5192;
}
section.gradient-sec {
  height: 4px;
  background: linear-gradient(
    267deg,
    rgba(0, 212, 255, 1) -14%,
    rgb(45 45 183) 54%,
    rgb(1 210 254) 116%
  );
}

.lang p {
  color: #fff;
  margin: 0;
}
/* .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
} */
/* Default Chevron Style */
.nav-item .chevron {
  border: solid #ffffff; /* Chevron color */
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg); /* Chevron pointing down */
  margin-right: 8px; /* Space between text and chevron */
  margin-bottom: 1px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

/* Rotate Chevron When Dropdown is Open */
.nav-link.dropdown-toggle.show .chevron {
  transform: rotate(-135deg); /* Chevron pointing up */
}
.nav-link:hover {
  color: #ffac40;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.nav-link.dropdown-toggle.show {
  color: #ffac40;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
a.nav-link {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin: 0px 5px;
}
.nav-link:focus {
  color: #fff;
}

.nav-link:hover .chevron {
  border: solid #ef9825;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin-right: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.nav-link.dropdown-toggle.show .chevron {
  border: solid #ef9825;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin-right: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  vertical-align: middle;
}

.nav-link.dropdown-toggle.show .chevron {
  transform: rotate(225deg);
  margin-right: 8px;
}
/* div#navbarSupportedContent {
  margin-right: 140px;
} */

.swiper {
  width: 100%;
  height: 100vh;
  position: relative;
}

/* Custom container for navigation and pagination */
.navigation-container {
  position: absolute;
  bottom: 90px;
  left: 120px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
  width: 130px;
}

.swiper-pagination {
  display: flex;
  gap: 1px;
  align-items: center;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  opacity: 0.5 !important;
  cursor: pointer !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #ffffff !important;
  width: 12px !important;
  height: 12px !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: auto !important;
  height: auto !important;
  color: #ffffff !important;
  cursor: pointer !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 27px;
  font-weight: 900;
}
.activities-details {
  width: 100%;
  padding-top: 35px;
}
.activities-details img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 8px;
}
a#more-link {
  display: flex;
  align-items: center;
}
.activities-details h2 {
  font-size: 24px;
  padding: 18px 0;
  font-weight: 800;
  margin-top: 24px;
  color: var(--primary-color);
  color: #e1871a;
  margin-bottom: 16px;
}
.more-text {
  display: flex;
  padding-top: 20px;
  align-items: center;
}
.more-text span {
  color: #F9A94A;
  font-size: 18px;
  font-weight: 700;
transition: .3s;
}
.more-text:hover  span{
  color: #e1871a;
  transition: .3s;
}
.more-text i {
  color: #F9A94A;
  font-size: 16px;
  padding-right: 10px;
}
.more-text:hover  i{
  color: #e1871a;
  transition: .3s;
}
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -28px) !important;
  left: auto !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, -5px) !important;
  width: fit-content !important;
  right: 6px;
}
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 22px);
}

/* Center the logo absolutely within the chart container */

.chart {
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
}
.chart img {
  width: 100%;
  padding: 31px;
}
.read-more p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(242, 245, 247, 0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(242, 245, 247, 0);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
.box_modal-container::after {
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
  background-image: linear-gradient(to top, #de912d 0%, #ffac40 100%);
  background-image: url(../img/circle-play.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.7);
  color: #ffffff00;
  content: "\f0da";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 20px;
  font-weight: 600;
  height: 48px;
  left: 50%;
  line-height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  text-align: center;
  top: 50%;
  filter: contrast(1.4);
  transition: all 0.3s ease-in-out;
  width: 48px;
}
.box_modal-container.playing::after {
  display: none;
}
.video-element:not(.playing)::-webkit-media-controls {
  display: none; /* Hide controls initially */
}
.about_img-container.box_modal-container {
  position: relative;
  height: 500px;
  width: 100%;
}
.about_img-container video {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
section.short-desc img {
  width: 100%;
  height: auto;
}
.about-context {
  background-image: url(../img/fakoor-paint1.svg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.about-context p {
  text-align: justify;
  font-size: 19px;
  line-height: 40px;
  padding-left: 50px;
}
section.short-desc .col-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.short-desc h3 {
  font-size: 30px;
  font-weight: 500;
}
.about-us .title-Desc {
  text-align: right;
  padding-top: 10%;
}
.about-us .title-Desc h2 {
  text-align: right;
}
.more-btn {
  padding-top: 20px;
}
.more-btn a {
  display: inline-block;
  width: 130px;
  padding: 12px 0;
  border-radius: 4px;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  color: #303030;
  background-color: var(--primary-color);
  transition: 0.5s all ease;
}
.more-btn a:hover {
  background-color: #f8b866;
  transition: 0.5s all ease;
}
.quick-fact-text {
  text-align: center;
}
section.quick-fact h2 {
  margin-bottom: 35px;
}
section.quick-fact .row .col-4 {
  display: flex;
  justify-content: center;
}
.js-plotly-plot .plotly .main-svg {
  rotate: 90deg;
  left: 15%;
}
.js-plotly-plot .plotly .modebar-btn {
  display: none;
}

svg * {
  pointer-events: all;
  cursor: pointer;
  transition: 0.5s;
}
.clickable:hover {
  opacity: 0.8;
  cursor: pointer;
  transition: 0.5s;
}
.lang {
  padding-top: 5px;
}
.lang a {
  color: #fff !important;
  transition: 0.3s all ease;
  font-size: 19px;
  font-family: 'Outfit';
}
.lang a:hover {
  color: var(--primary-color) !important;
  transition: 0.3s all ease;
}
.logo-mobile {
  display: none;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1700px !important;
  }
}
.search-popup-box .icon::before {
  border: 2px solid rgb(247, 247, 247);
}
.search-popup-box .icon::after {
  border-bottom: 2px solid rgb(247, 247, 247);
}
.search-popup-box .icon{
  background-color: transparent !important;
}
.search-popup-box .NormalTextBox {
  padding-right: 56px;
  outline: unset !important;
}
.dg-menu-anime:after,
.dg-menu-anime:before,
.dg-menu-anime span:after {
  border-bottom: 2px solid #fff !important;
}
.header-content-wrap .dngTextBox {
  display: flex !important;
}
.mobilemenu-main.active .left-side-menu-btn {
  position: absolute;
  z-index: 100;
  top: 10px;
  right: unset !important;
  left: 145px;
}
/* .mobilemenu-main.active .left-side-menu-btn button:first-child {
  color: #000000;
  border: 1px solid #000000;
} */
/* .mobilemenu-main .m-menu {
  margin-left: 0 !important;
} */
.mobilemenu-main .mobileclose {
  right: unset !important;
  left: 77px;
  top: 25px !important;
}
.mobilemenu-main .mobileclose::before{
  width: 17px !important;
  border-bottom: 3px solid currentColor !important;
}
.mobilemenu-main .mobileclose::after{
  width: 17px !important;
  border-bottom: 3px solid currentColor !important;
}
img.logo-mobmenu {
  position: absolute;
  width: 203px;
  z-index: 1007;
  padding-block: 12px;
  padding-right: 24px;
}
.mobile-header .lang {
  margin-left: 8px;
}
#mobilemenu994977 a:hover span,
#mobilemenu994977 li.current > a > span,
#mobilemenu994977 li.active > a > span,
#mobilemenu994977 li.subcurrent > a > span {
  color: #121722;
}
#mobilemenu994977 .gomenu > ul > li > a > span::after {
  background-color: unset !important;
}
.mobilemenu-main .gomenu > ul > li > ul {
  padding-left: unset !important;
  padding-right: 18px;
}
#mobilemenu994977 ul ul a {
  color: #646464;
  font-size: 15px;
}
#mobilemenu994977 a:hover span,
#mobilemenu994977 li.current > a > span,
#mobilemenu994977 li.active > a > span,
#mobilemenu994977 li.subcurrent > a > span {
  color: unset !important;
}
.mobilemenu-main .gomenu li .arrows::after {
  transform: rotate(315deg) !important;
  margin-bottom: 3px;
}
#mobilemenu994977 li.active .arrows::after {
  transform: rotate(135deg) !important;
}
@media (max-width: 1200px) {
  nav.navbar.navbar-expand-lg.navbar-light.side-menu {
    margin: 0 !important;
  }
  a.navbar-brand img {
    width: 100%;
    padding: 3px;
  }
  .navbar-toggler {
    border: unset;
  }
  .navbar-toggler-icon {
    background-image: url(../img/download.svg);
  }
  .logo {
    display: none;
  }
  .copyright {
    flex-direction: column;
    padding: 20px 23px;
  }
  .copyright .col-md-5 {
    display: flex;
    justify-content: center;
  }
  .copyright p {
    padding: 8px 0;
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (min-width: 500px) and (max-width: 790px) {
  .quick-fact-detail {
    height: 163px;
    background-size: cover;
  }
  .quick-fact-detail img {
    width: 50px;
  }
  p.quick-fact-detail-1 {
    font-size: 18px;
    margin-top: 9px;
    margin-bottom: 0;
  }
  p.quick-fact-detail-2 {
    font-size: 13px;
    margin: 0;
  }
}
@media screen and (min-width: 790px) and (max-width: 1337px) {
  .quick-fact-detail {
    background-size: cover;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1370px) {
  .side-menu {
    margin-right: 0px !important;
  }
  a.nav-link {
    font-size: 12px;
  }
  .slider-content h2 {
    font-size: 51px;
  }
  .quick-fact-detail {
    background-size: cover;
  }
}
@media (max-width: 500px) {
  .quick-fact-detail {
    background-size: cover;
  }
  .sec-news-img a {
    width: 100%;
  }
  .swiper {
    height: 56vh;
  }
  .slider-content {
    width: 100%;
    top: 120px;
    padding: 0 10px;
  }
  .top-slider-title h6,
  .read-more {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
  }
  .slider-content h2 {
    line-height: 45px;
    font-weight: 800;
    font-size: 25px;
    margin: 0;
  }
  .read-more p {
    font-size: 12px;
    font-weight: 400;
    line-height: 27px;
  }
  .navigation-container {
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .chart svg {
    width: 100%;
    height: 100%;
  }
  .sec-news-img {
    flex-direction: column;
  }
  .sec-news-img-1,
  .sec-news-img-2 {
    width: 100%;
  }
  .about_img-container.box_modal-container {
    padding-top: 20px;
  }
  .short-desc {
    padding: 44px 0;
  }
  section.short-desc .col-12 {
    justify-content: start;
  }
  section.short-desc img {
    display: none;
  }
  .news-details h3 {
    font-size: 16px;
  }
  .news-details p {
    font-size: 14px;
  }
  a.our-industry span {
    font-size: 15px;
  }
  .slider-content {
    width: 98% !important;
    top: 83px;
    padding-right: 20px !important;
  }
  .slider-content h2 {
    font-size: 31px;
  }
  .slider-title {
    margin-bottom: 11px;
  }
  .navigation-container {
    bottom: 35px;
    right: 44px;
  }
  .read-more p {
    font-size: 14px;
  }
  .about_img-container.box_modal-container {
    height: 300px;
  }
  .sec-news-img h3,
  .first-news-img h3 {
    font-size: 17px;
  }
  .first-news-img,
  .sec-news-img-1,
  .sec-news-img-2 {
    height: 240px;
  }
  .about-us {
    padding: 50px 0;
  }
  section.quick-fact {
    padding-top: 50px;
  }
  section.quick-fact h2 {
    padding-bottom: 40px;
    margin: 0;
  }
  .footer {
    padding-right: 12px;
    padding-left: 10px;
  }
  .side-menu {
    margin-right: 0px !important;
  }
  .page-component .col-12 {
    padding-bottom: 15px;
  }
  section.quick-fact .row {
    padding-bottom: 0px;
  }
}

p.activities-details_p {
  font-size: 19px;
  line-height: 40px;
}
/* Search wrapper styles */
.search-wrapper {
  display: flex;
  align-items: center;

  gap: 13px;
}

.search-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#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: #fff;
  font-size: 17px;
  font-weight: 500;
  margin: 0px 5px;
}

#dng-megamenu219470.hoverstyle_5 .primary_structure > li:hover > a,
#dng-megamenu219470.hoverstyle_5 .primary_structure > li.current > a,
#dng-megamenu219470.hoverstyle_5 .primary_structure > li.menu_hover > a {
  color: #ffac40 !important;
  font-weight:600 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
#dng-megamenu219470.hoverstyle_5
  .primary_structure
  > li:hover
  > a
  > span:after {
  border: solid #ffac40;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  margin-right: 8px;
  margin-bottom: 5px;
  transition: transform 0.4s ease-in-out !important;
}
.dng-megamenu .primary_structure > li.dir > a > span:after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  margin-right: 8px;
  margin-bottom: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, transform 0.3s ease-in-out;
}
.search-input {
  opacity: 0;
  width: 0;
  padding: 5px 10px;
  font-size: 16px;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.1); /* Transparent white background */
  color: white;
  border-radius: 8px !important;
  transition: width 0.5s ease, opacity 0.5s ease; /* Smooth animation */
}

/* When the input is active (visible) */
.search-input.active {
  width: 275px; /* Expand width */
  opacity: 1; /* Fully visible */
  box-shadow: unset;
  outline: unset;
  transition: width 0.5s ease, opacity 0.5s ease;
}
div#headerrow-893713 {
  position: absolute;
  top: 0;
  z-index: 9999999;
  height: 10vh;
  width: 100%;
  left: 0;
  background-color: hsl(0deg 0% 14% / 20%);
  backdrop-filter: blur(2px);
}
.header-center.header-container-box {
  align-items: center;
  flex-wrap: nowrap;
}
.lang,
.left-side-menu-btn {
  transition: opacity 0.3s ease; /* Smooth hide/show */
  display: flex;
}
.left-side-menu-btn {
  right: 33px;
}
.lang {
  right: 0;
}
.search-input::placeholder {
  color: #fff;
}
button:focus:not(:focus-visible) {
  outline: unset !important;
  box-shadow: unset;
}
@media (max-width: 425px) {
  section.main-menu {
    background-color: hsl(210deg 95.16% 10.97% / 92%);
  }
  .about-context p {
    padding-left: 0;
  }
}
.navbar-nav .dropdown-menu {
  position: absolute;
}
#dng-megamenu219470 .dnngo_slide_menu,
#dng-megamenu219470 .dnngo_slide_menu .dnngo_submenu {
  width: 274px;
  right: 0;
}
nav.navbar.navbar-expand-lg.navbar-light.side-menu {
  margin-right: -390px;
}
#dng-megamenu219470 .dnngo_slide_menu li:hover > a,
#dng-megamenu219470 .dnngo_slide_menu li > a:focus,
#dng-megamenu219470 .dnngo_slide_menu li.subcurrent > a,
#dng-megamenu219470 .dnngo_slide_menu li.menu_hover > a {
  color: unset;
}
#dng-megamenu219470.dng-megamenu .dnngo_slide_menu > li > a > span::after,
#dng-megamenu219470.dng-megamenu .dnngo_submenu li a > span::after {
  display: none;
}
@media (max-width: 1200px) {
  .lang {
    right: 93%;
  }
  .search-wrapper {
    left: 10%;
  }
  .left-side-menu {
    width: 93%;
  }
  .navbar-collapse ul.dropdown-menu.show {
    right: unset;
    left: 0;
  }
  .navbar-collapse ul.navbar-nav {
    margin-right: 20px !important;
  }
  .side-menu {
    margin: 0;
  }
}
@media (max-width: 1440px) {
  nav.navbar.navbar-expand-lg.navbar-light.side-menu {
    margin-right: 0;
  }
  .search-input.active {
    width: 145px;
  }
  .side-menu {
    margin-right: -175px;
  }
  .slider-content {
    width: 69%;
    padding-right: 50px;
  }
  .news-details p {
    font-size: 15px;
    line-height: 26px;
  }
  .news-details h3 {
    font-size: 17px;
  }
}
.chart-container {
  height: 100%;
}
@media screen and (min-width: 760px) and (max-width: 1290px) {
  .slider-content {
    width: 57%;
  }
  .slider-content h2 {
    line-height: 46px;
    font-size: 33px;
  }
  a.nav-link {
    font-size: 12px;
  }
  .side-menu {
    margin-right: 0px;
  }
}
@media screen and (min-width: 760px) and (max-width: 1024px) {
  a.nav-link {
    font-size: 16px;
  }
  .slider-content {
    width: 92%;
  }

}

@media screen and (max-width: 1024px){
.follow-us {
  justify-self: center;
}}
.navbar-expand-xl {
  justify-content: space-between;
}
@media screen and (min-width: 1000px) and (max-width: 1337px) {
  #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 {
    font-size: 14px;
    margin: 0 !important;
  }
  .header-area.area-right .header-content-wrap > *:first-child,
  .header-area.area-center .header-content-wrap > *:first-child {
    margin-right: -109px !important;
  }
  .left-side-menu-btn button {
    width: 91px;
    font-size: 13px !important;
  }
  .search-wrapper {
    left: -21%;
  }
}
@media screen and (min-width: 1660px) {
  nav#main-menu {
    margin-right: -210px !important;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1660px) {
  nav#main-menu {
    margin-right: -300px !important;
  }
  .dng-megamenu {
    margin-right: 113px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1599px) {
  nav#main-menu {
    margin-right: -125px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1337px) {
  .header-area.area-right .header-content-wrap > *:first-child,
  .header-area.area-center .header-content-wrap > *:first-child {
    margin-right: -66px !important;
  }
  .left-side-menu {
    width: unset !important;
  }
}
@media screen and (max-width: 990px) {
  .logo-mobile {
    display: block;
  }
  .navbar-brand {
    width: 60px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .header-area.area-right .header-content-wrap > *:first-child,
  .header-area.area-center .header-content-wrap > *:first-child {
    margin-right: -92px !important;
  }
  #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 {
    font-size: 13px;
    margin: 0 !important;
  }
  .navbar-brand {
    width: 270px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .navbar-brand {
    width: 150px;
  }
  #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 {
    font-size: 10px;
    margin: 0 !important;
  }
}
.fixed-widget-list {
  display: none;
}
.swiper-slide .slide-image {
  transform: scale(1); /* Normal size */
  transition: transform 6s ease-in-out;
}

.swiper-slide-active .slide-image {
  transform: scale(1.2); /* Zoom-in effect */
  transition: transform 6s ease-in-out;
}
li.dir.menu_hover span:after {
  transform: rotate(225deg) !important;
  margin-bottom: 2px !important;
  border: solid #ef9825 !important;
  border-width: 0 2px 2px 0 !important;
  transition: transform 0.4s ease-in-out !important;
}
div#dnngo_megamenu222f9d788b {
  margin-right: 30px;
}
#dnn_content {
  min-height: 35vh;
}
.dnnModuleDialog .dnnDialogTitle .search-container input.search-input {
  width: 100%;
}
.page-title .main-title {
  color: var(--secondary-color) !important;
  font-size: 40px !important;
  font-weight: 800 !important;
}
.page-title-bg{
  background-color: #F5F5F5 !important;
}
.page-title-row-left .center-v{
  justify-content: center !important;
    padding-top: 5%;
}
#dnn_content{
  background-color: #F5F5F5;
  padding-bottom: 60px;
}
.DnnModule-DNN_HTML img{
  width: 100% !important;
  height: auto !important;
}
.TitleH2{
  color: var(--secondary-color) !important;
  font-size: 32px;
  font-weight: 800;
  line-height: 48px;
}
.TitleH4{
  color: var(--secondary-color) !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
.heading_wrapper{
  padding-bottom: 30px;
}
.DNNContainer_Title_h4 .heading_wrapper h4{
  padding-bottom: 20px;
}
header  ul li::after{
display: none;
}
#skip-menu ul li::after{
  display: none !important;
}
 ul li{
  position: relative;
}
.ImagesItem  li::after{
  display: none !important;
}

 ul li::after{
position: absolute;
content: "";
width: 10px;
height: 10px;
right: -16px;
top: 13px;
border-radius: 4px;
background-color: #F9A94A;
}
#dnn_ctr1596_HtmlModule_lblContent li ,#dnn_ctr1600_HtmlModule_lblContent li { 
font-size: 20px;
font-weight: 400;
Line-height:36px;
color: #242424;
margin-bottom: 28px;
}
.slick-list.draggable{
  direction: ltr;
}
.pro-single-item{
  height: 425px !important;
}
.pic_box{
  height: 100%;
}
.pro-single-item .pic_box img{
  object-fit: cover;
}
.pro-single-multiple.Theme_03_Default button{
  background-color: unset !important;
}
.rtl .slick-prev:before ,.rtl .slick-next:before{
  border-right: 2px solid #1b1b1b !important;
}
.slick-prev:before , .slick-next:before{
  width: 20px !important;
  height: 20px !important;
  border-top: 2px solid #1b1b1b  !important;
}
#pro-single-multiple1597 {
  margin-bottom: 145px;
}
#dnn_ctr1601_dnnTITLE_titleLabel {
  width: fit-content;
  margin: 0 auto;
  display: block;
  padding-bottom: 35px;
}
#dnn_ctr1599_HtmlModule_lblContent img{
  width: 85% !important;
  margin: 0 auto;
  display: block;
}
#pro-single-multiple1602 {
  margin-top: 36px;
}
.quick-fact-text-custom p {
  margin: 0;
  padding-top: 12px;
}

/* .quick-fact-detail-custom {
  height: unset !important;
} */
@media (max-width: 425px) {
  .page-title .main-title{
    font-size: 32px !important;
  }
  .heading_wrapper {
    padding: 50px 0px 10px 0;
}
.TitleH2{
  font-size: 24px;
}
#dnn_ctr1596_HtmlModule_lblContent li, #dnn_ctr1600_HtmlModule_lblContent li{
  font-size: 16px;
  Line-height: 34px;
}
#pro-single-multiple1597{
  margin-bottom: 85px;
}
.pro-single-item{
  height: 215px !important;
}
.pic_box{
  height: 100%;
}
.pic_box img{
  height: 100%;
  object-fit: cover;
}
  }

  div#dnn_ctr1633_HtmlModule_lblContent img, div#dnn_ctr1634_HtmlModule_lblContent img,div#dnn_ctr1637_HtmlModule_lblContent img,div#dnn_ctr1638_HtmlModule_lblContent img{
    width: 19.2px !important;
    margin-right: 8px;
}

div#dnn_ctr1633_HtmlModule_lblContent a,div#dnn_ctr1634_HtmlModule_lblContent a,div#dnn_ctr1637_HtmlModule_lblContent a,div#dnn_ctr1638_HtmlModule_lblContent a{
    font-size: 16px;
    font-weight: 700;
    color: #242424;
    background-color: #F9A94A;
    border-radius: 4px;
    width: 137px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}
div#dnn_ctr1633_HtmlModule_lblContent a:hover, div#dnn_ctr1634_HtmlModule_lblContent a:hover, div#dnn_ctr1637_HtmlModule_lblContent a:hover, div#dnn_ctr1638_HtmlModule_lblContent a:hover{
   background-color: #f9aa4acc;
    transition: .4s;
}
/* div#dnn_ctr1627_ModuleContent img,div#dnn_ctr1628_ModuleContent img,div#dnn_ctr1631_ModuleContent img,div#dnn_ctr1632_ModuleContent img,div#dnn_ctr1635_ModuleContent img,div#dnn_ctr1628_ModuleContent img,div#dnn_ctr1639_ModuleContent img,div#dnn_ctr1636_ModuleContent img{
  width: 620px !important;
  height: 320px !important;
} */
div#dnn_ctr1627_ModuleContent p, div#dnn_ctr1631_ModuleContent p, div#dnn_ctr1635_ModuleContent p, div#dnn_ctr1639_ModuleContent p {
  text-align: left;
}
div#dnn_ctr1626_HtmlModule_lblContent p,div#dnn_ctr1629_HtmlModule_lblContent p,div#dnn_ctr1630_ModuleContent p,div#dnn_ctr1633_HtmlModule_lblContent p:first-child,div#dnn_ctr1634_HtmlModule_lblContent p:first-child,
div#dnn_ctr1637_HtmlModule_lblContent p:first-child,div#dnn_ctr1638_HtmlModule_lblContent p:first-child
{
  font-size: 16px;
  color: #242424;
  text-align: justify;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 24px !important;
}

div#row-7580621 .dng-column,div#row-97677281 .dng-column,div#row-9767722 .dng-column,div#row-9767727 .dng-column,
div#row-9767728 .dng-column,div#row-976772899 .dng-column,div#row-976772493 .dng-column {
  align-items: center !important;
}
table.PagingTable{
  background: unset !important;
}
.is-container.layout-container {
  max-width: 1700px !important;
}
.more-blue_btn{
  display: flex;
  align-items: anchor-center;
  gap: 8px;
  color: #00478D;
  font-size: 16px;
  font-weight: 700;
  justify-content: flex-end;
  transition: all ease-in-out 0.4s;
}
.more-blue_btn:hover{
  margin-left: -20px;
  transition: all ease-in-out 0.4s;
}
.PagingTable td span, .PagingTable a{
  width: 35px !important;
  border-radius: 4px !important;
  font-weight: 400 !important;
  height: 35px !important;
  box-shadow: none !important;
}
.PagingTable a:hover{
  background: var(--primary-color) !important;
  color: #fff !important;
}
.PagingTable [align="right"] {
  text-align: center;
}
.PagingTable [align="left"] {
 display: none;
}
.PagingTable td span, .PagingTable a{
  font-size: 12px;
  color: #888 !important;
  padding: 0 5px !important;
  border: 1px solid #CCCCCC;
  padding-top: 3px !important;
}
div.mobile-header-replace{
  margin-top: -64px;
}
#mobileheader-467352{
  background-color: #8181819c;
}
img.logo-mobile {
  filter: brightness(1000%);
}
#map{
  z-index: 10;
}
#applyFilters{
   transition: .4s;
}
#applyFilters:hover{
  background-color: #00478dcb;
  transition: .4s;
}
.Field-Container-Wide >div {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  .filter-container select {
      width: 100% !important;
  }
}

.livetabsflatred .ui-tabs .ui-tabs-nav {
  list-style: none;
  position: relative;
  display: flex;
  padding: .2em 0 0;
}

.livetabsflatred .ui-tabs .ui-tabs-nav li a {
 padding: 0;

}

.livetabsflatred .ui-tabs .ui-tabs-nav li a {
  font-size: 14px !important;
  font-weight: 700;
  color: #808080;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .livetabsflatred .ui-tabs .ui-tabs-nav li a {
      width: 191px !important;
      display: inline-block;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
  }
  .livetabsflatred .ui-tabs .ui-tabs-nav {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
@media (min-width:768px) and (max-width:900px) {
  .pro-single-item {
    height: 315px !important;
}
}
@media (min-width:1020px) and (max-width:1330px) {
  .pro-single-item {
    height: 215px !important;
}
}
.search-popup-box .popup-content{
  left: 0;
  right: unset !important;
}@media screen and (min-width: 1280px) and (max-width: 1337px) {
  .news-details div:last-child {
    margin-bottom: -10px;
}
    .news-details p {
        font-size: 14px;
    }
    .news-details h3 {
        font-size: 16px;
    }

}
@media screen and (min-width: 1000px) and (max-width: 1337px) {
  .dng-megamenu {
    margin-right: 23px;
}
ul.primary_structure span {
  font-size: 10px !important;
  display: inline-block;
  width: fit-content;
}
ul.primary_structure a {
  padding: 0  7px!important;
}
.dng-megamenu .primary_structure {
  display: flex;
}
}
@media screen and (min-width: 1300px) and (max-width: 1550px){
  ul.primary_structure span {
    font-size: 14px;
  }
}
ul.primary_structure li.current span::after {
  border-color: #ffab40 !important;
  border-width: 0 3px 3px 0 !important;
}
.footer-items .DnnModule-DNN_HTML ul li::after,li#dnn_ctr1530_Login_Login_DNN_liPassword::after{
  display: none;
}
.postComment p:nth-child(3) input{
  display: none;
}
#Notify{
  display: none;
}
div#dnn_ctr2760_ModuleContent {
  margin-top: 27px;
}