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

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

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

:root {
  --primary-color: #008146;
  --secondary-color: #313639;
}
* {
  direction: rtl;
  box-sizing: border-box;
}
.dng-main {
  background-color: unset;
}
a {
  text-decoration: none;
}
a:hover {
  color: unset;
}
p {
  line-height: 32px;
  font-size: 14px;
  line-height: 30px;
  color: #414141;
}
div#headerrow-658304 {
    background-color: unset;
}
.icons img {
   width: 24px;
    border: 1px solid #d2ac66;
    border-radius: 50%;
    padding: 1.8px;
}
.icons {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}
.header-top.header-container-box {
    height: unset !important;
    align-items: center;
    padding-block: 15px;
}
.icons-container img {
    background-color: #d2ac66;
    padding: 5px;
    width: 30px;
    border-radius: 3px;
}
.icons-container {
    display: flex;
    align-items: center;
    gap: 7px;
}
.header-center.header-container-box {
    background-color: #000000c2;
    height: 75px !important;
    padding-inline: 12px;
}
.mySwiper {
    height: 68vh;
}
.slide-content {
    position: absolute;
    top: 51%;
    right: 22%;
    z-index: 1;
}

.slider-sec .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    background-position: center;
}
.slider-sec .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
 background: linear-gradient(
    225deg, 
    rgb(63 63 63 / 85%) 0%,    
    rgb(0 0 0 / 70%) 40%, 
      rgb(0 0 0 / 61%) 45%, 
      rgb(0 0 0 / 18%) 50%, 
      rgb(0 0 0 / 0%) 52%, 
    rgb(0 0 0 / 0%) 55%, 
      rgb(22 22 22 / 50%) 60%,
      rgb(32 32 32 / 70%) 65%,
      rgb(30 30 30 / 70%) 70%,
    rgb(39 39 39 / 70%) 75%,   
      rgb(28 28 28 / 70%) 80%,
    rgb(24 24 24 / 70%) 100%  
  );
}
.slider-sec .swiper-button-next {
   left: 15.5% !important;
    top: 58.5% !important;
}

.slider-sec .swiper-button-prev {
right: 15.5% !important;
    top: 58.5% !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 68px !important;
    color: #d2ac66;
}
.slider-sec .swiper-pagination-bullet {background-color: #fff !important;opacity: 1 !important;width: 10px !important;height: 10px !important;}
.slider-sec .swiper-pagination-bullet-active {background-color: #d2ac66 !important;width: 15px !important;height: 15px !important;}
.slider-sec .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: end;
    left: 21% !important;
    gap: 5px;
    bottom: 5% !important;
}
.slide-content h2 {
    color: #fff;
    font-size: 50px;
}

.slide-content h3 {
    color: #d2ac66;
    font-size: 33px;
}
.slider-btn a{
    font-size: 16px;
    font-weight: 500;
    width: 175px;
    padding-block: 10px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
}
.slider-btn a:first-child{
    color:#fff;
    border: 1px solid #fff;
}
.slider-btn a:last-child{
    color: #363636;
    background-color: #d2ac66;
    border: 1px solid #d2ac66;
}
.slider-btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.about-section {
  background: url('../img/pattern-about.png') repeat center center;
  background-size: cover;
  direction: rtl;
  color: #333;
  line-height: 2.2;
  overflow: hidden;
  padding-block: 110px;
}

.about-title {
  text-align: left;
  position: relative;
  padding-left: 120px;
}
.about-title::after {content: "";position: absolute;background-image: url("../img/logo-about.png");width: 75px;height: 260px;background-repeat: no-repeat;top: -45px;background-size: contain;left: 12px;}
.about-title h2 {
  font-size: 3rem;
  font-weight: 900 !important;
  color: #1c1a1b;
  margin-bottom: 0.5rem;
}

.about-title h3 {
  font-size: 28px;
  font-weight: 600;
  color: #d2ac66;
  line-height: 45px;
  margin-bottom: 1.5rem;
}

.about-title h3 span {
  color: #d2ac66;
}

.about-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-logo img {
  width: 80px;
  height: auto;
}
.about-text p {margin: 0;line-height: 31px;color: #808080;font-size: 15px;font-weight: 500;}
.read-more {
  display: inline-flex;
  align-items: center;
  color: #c69b49;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}
.read-more:hover {
  color: #000;
}
.read-more i {
    color: #d2ac66;
    font-size: 20px;
}
a.read-more {
    gap: 9px;
    width: 100%;
    justify-content: end;
    color: #5e5e5e;
    font-size: 15px;
}
.about-text{
  text-align: justify;
}

h4.service-top-title {
  color: #d2ac66;
  font-size: 27px;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
  font-weight: 800;
}

h3.services-title {
  font-size: 28px;
  margin-bottom: 20px;
  letter-spacing: -1px;
  color: rgb(81 81 81);
  font-weight: 600;
}

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

p.services-p {
  font-size: 13px;
  line-height: 30px;
  color: rgb(125, 125, 125);
  padding-left: 10%;
}


span.service-tab-title {
  font-size: 15px;
  margin-right: 9px;
  color: rgb(109, 108, 108);
  text-wrap: nowrap;
}

img.services-tab-img {
  width: 38px;
}

.nav-tabs {
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
}

.nav-tabs .nav-link {
  border: 0px;
  cursor: pointer !important;
  padding: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: 15px;
}

.nav-link.active {
  border-bottom: 2px solid #d2ac66 !important;
}

.tab-content {
  padding: 20px;
  margin-top: 10px;
  min-height: 410px;
}

div.services-div {
  margin-bottom: 55px;
}

.nav-link:hover {
  border: none;
}

h4.service-box-title {
  font-size: 14px;
  letter-spacing: -0.5px;
  color: rgb(94, 94, 94);
  margin: 0;
}

div.service-box-div {
  position: relative;
  border-right: 3px solid #d2ac66;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 20px;
  align-items: center !important;
  justify-content: space-between;
transition: 0.1s;
}

p.service-box-p {
  font-size: 11px;
  color: rgb(137, 137, 137);
  line-height: 21px;
  margin-bottom: 2px;
  padding-left: 10px;
  padding-right: 20px;
}

div.services-box-div {
  padding-right: 25px;
  padding-left: 25px;
}

div.services-box-main-div {
  padding-block: 20px;
  border: 1px solid rgba(219, 219, 219, 0.49);
  transition: 0.5s;
  margin-bottom: 30px;
  border-radius: 3px;
}

a.nav-link.active span {
  color: #d2ac66;
}

ul.navbar-nav .nav-link.active {
  padding-bottom: 0px;
  border: 0px !important;
  cursor: pointer !important;
}

.services-box-main-div:hover {
  transition: 0.5s;
  box-shadow: rgb(0 0 0 / 11%) 0px 6px 20px 0px;
}
div.service-box-div img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    padding-left: 8px;
}
.service-title-div {
    position: relative;
}

.service-title-div::before {
    content: "";
    position: absolute;
    background-image: url("../img/border-title.png");
    top: -5px;
    right: -15px;
    background-size: contain;
    width: 2px;
    background-repeat: no-repeat;
    height: 107%;
}

.services-box-main-div:hover div.service-box-div {
  border: unset;
}
.services-box-main-div:hover div.service-box-div::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px; /* Ã˜Â¶Ã˜Â®Ã˜Â§Ã™â€¦Ã˜Âª Ã™â€ Ã™Ë†Ã˜Â§Ã˜Â± */
  height: 120px;
  background: linear-gradient(to bottom, #000 0% 40%, #d4a24c 40% 100%);
  transition: 0.5s;}

.hero-banner {
  position: relative;
  overflow: hidden;
  height: 54vh;
}

.hero-banner::after {
  content: "";
  position: absolute;
  inset: 0; /* Ã˜Â¬Ã˜Â§Ã›Å’ÃšÂ¯Ã˜Â²Ã›Å’Ã™â€  top/left/right/bottom:0 */
  background-image: url(../img/banner-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  filter: grayscale(100%) brightness(0.3);
  z-index: 0; /* Ã™Â¾Ã˜Â´Ã˜Âª Ã™â€¦Ã˜Â­Ã˜ÂªÃ™Ë†Ã˜Â§ */
}

.banner-content {
  position: absolute;
  left: 4%;
  top: 160px;
  width: 100%;
  line-height: 1.6;
  z-index: 3; /* Ã˜Â¬Ã™â€žÃ™Ë†Ã˜ÂªÃ˜Â± Ã˜Â§Ã˜Â² Ã˜Â¨ÃšÂ©Ã¢â‚¬Å’ÃšÂ¯Ã˜Â±Ã˜Â§Ã™â€ Ã˜Â¯ */
}

.banner-title-en {
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 1px;
  color: rgb(136 136 136 / 80%);
  margin: 0;
}

.banner-title-fa {
  font-size: 2.5rem;
  font-weight: 400;
  color: #d1ad6b;
  margin: 0;
}
body {
  font-family: "IRANSans", sans-serif;
  background-color: #fff;
  color: #333;
}

/* Ã˜Â¹Ã™â€ Ã™Ë†Ã˜Â§Ã™â€  Ã˜Â³ÃšÂ©Ã˜Â´Ã™â€  */
.section-title {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #686868;
  margin: 0;
}

.section-title span {
  color: #d2ac66;
  margin-right: 4px;
  font-size: 31px;
}
.section-title span::after {
content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background-color: #4c4c4c;
    right: 11.5%;
    bottom: 21%;
}
.latest-news {
  padding-block: 100px;
  position: relative;
  padding-bottom: 110px;
}

.section-title::before {
    content: "";
    position: absolute;
    background-image: url(../img/border-title.png);
    top: -5px;
    right: -15px;
    background-size: contain;
    width: 2px;
    background-repeat: no-repeat;
    height: 107%;
}

/* Ã™â€žÃ›Å’Ã™â€ ÃšÂ© Ã˜Â¢Ã˜Â±Ã˜Â´Ã›Å’Ã™Ë† */
.view-archive {
  color: #4b4b4b !important;
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}

/* Ã™â€žÃ›Å’Ã˜Â³Ã˜Âª Ã˜Â®Ã˜Â¨Ã˜Â±Ã™â€¡Ã˜Â§ */
.news-item {
  padding-bottom: 10px;
}

.news-thumb {
  width: 24%;
  height: 95px;
  object-fit: cover;
  margin-left: 15px;
  border-right: 4px solid #d2ac66;
  padding-right: 1px;
}

.news-date {
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 5px;
}

.news-title {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

/* Ã˜Â§Ã˜Â³Ã™â€žÃ˜Â§Ã›Å’Ã˜Â¯Ã˜Â± */
.myNewSwiper.swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.myNewSwiper .swiper-slide img {
  width: 100%;
  height: 191px;
  object-fit: cover;
  filter: brightness(0.7);
}

.latest-news .slide-caption {margin-top: 5px;}
.latest-news .left-side-detail .slide-caption {
  margin:0;
}
.latest-news .slide-caption h6 {
  color: #433882;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  background-color: #f3f3f3;
  padding-block: 8px;
  padding-right: 15px;
  position:relative;
}
.left-side-detail .slide-caption h6 {
  font-size: 11px;
  padding-block: 15px;
}
.latest-news .slide-caption h3{
  font-size: 17px;
  line-height: 36px;
  color: #474747;
  margin-top: 7px;
  margin-bottom: 0;
}
.left-side-detail .slide-caption h3{
  font-size: 13px;
  line-height: 27px;
  color: #454545;
  font-weight: 500;
}
.latest-news .slide-caption h6 span
{
  border-bottom: 2px solid #d2ac66;
  padding-bottom: 5px;
}
.latest-news .slide-caption h6::after {
  content:"";
  position:absolute;
  width: 77%;
  height: 2px;
  background-color: #d5d5d5;
  bottom: -1px;
  right: 18.5%;
}
.left-side-detail .slide-caption h6::after {
  bottom:0;
}
.latest-news  .slide-caption p {
  font-size: 13px;
  margin: 0;
  color: #8b8b8b;
  padding-left: 15px;
  line-height: 26px;
  font-weight: 500;
}

.myNewSwiper  .swiper-pagination-bullet-active {
  background-color: #d2ac66!important;
  width: 12px;
  height: 12px;
}
.left-side-detail .slide-caption h6 span {
  padding-bottom: 6px;
  display: inline-block;
  width: 17%;
  position: absolute;
  right: 0;
  bottom: 0px;
  padding-right: 8px;
}
.news-container {
  position: relative;
}
.latest-news .swiper-pagination {
    bottom: 53% !important;
    text-align: left;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.latest-news .swiper-pagination .swiper-pagination-bullet {
  color:#fff;
  background: #fff;
  opacity: 1;
}
.news-list {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.swiper-container {
      padding-left: 28px;
}



 section.circle-slider {
      position: relative;
      background: #000 url('../img/energy-back.png') no-repeat center/cover;
      color: #fff;
      height: 600px;
      /* overflow: hidden; */
    }

    .circle-slider::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .circle-slider .main-logo {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      width: 300px;
      height: 300px;
      background: #000;
      border: 3px dashed #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .main-logo img {
      width: 300px;
    }


    .semi-circle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 600px;
    height: 330px;
    border: 1px dashed #a1a1a1;
    border-bottom: none;
    border-radius: 400px 400px 0 0;
    z-index: 2;
    }

   .ao{position:relative;width:100%;}
  /* full-width stage; SVG spans the whole section */
  .ao__stage{position:relative;max-width: 1000px;margin: 0 auto;aspect-ratio: 8/3;overflow:visible;z-index: 4;}
  .ao__bg{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:1;}
.ao__bg-img{
  width:100%;
  height:100%;
  object-fit:contain;        /* fills the section edge-to-edge */
  object-position:center;  /* adjust if your line sits lower/higher (e.g., "center 85%") */
  image-rendering:auto;
  /* if your PNG is drawn LTR and you need RTL (start from right), uncomment: */
  /* transform: scaleX(-1); */
}
  .ao__path{fill:none;stroke:rgba(255,255,255,.14);stroke-width:3}
  .ao__link{stroke:#ff2a2a;stroke-width:3;stroke-linecap:round;opacity:.95;filter:drop-shadow(0 0 4px rgba(255,42,42,.35))}
  .ao__btn{display:grid;place-items:center;border:none;background:none;border-radius:50%;cursor:pointer}
  .ao__btn--orbit{position:absolute;top:80%;transform:translateY(-50%);z-index:6;width:48px;height:48px}
  .ao__btn--prev{inset-inline-start:55%}
  .ao__btn--next{inset-inline-end:55%}

  /* three fixed nodes (centered area of the path) */
  .ao__node{position:absolute;left:50%;top:50%;transform: translate(-53%,-100%) scale(.6);width: 160px;height: 160px;border-radius:50%;border:none;padding: 10px;background-color: unset;cursor:pointer;transition:transform .28s ease, filter .28s ease, box-shadow .28s ease;z-index:3;}
  .ao__node img{width:100%;height:100%;padding: 7px;border-radius: 50%;display:block;object-fit: contain;background-color: #fff;filter: brightness(0.7);}
  .ao__node--active{transform: translate(-53%,-30%) scale(0.8);filter: unset;border: 4px solid #d2ac66;}
  .ao__node--prev img,.ao__node--next img{filter:grayscale(100%) contrast(.95) brightness(.9) saturate(.8)}

  /* content block */
  .ao__content{max-width: 632px;top: -74px;right: 0;left: 0;margin: 0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;border-radius:16px;padding:12px 16px;position: absolute;bottom: 110%;z-index: 5;margin-bottom: 0;padding-bottom: 0;}
  .ao__btn--text{width:68px;height:68px}
  .ao__text-swiper{width:100%;z-index: 3 !important;}
  .ao__text-swiper .swiper-slide{display:grid;gap:.6rem;justify-content: center;padding:.25rem 0;overflow: hidden;}
 .ao__title{display: inline-block;align-items:center;font-weight:800;font-size: 26px;line-height:1.35;color: #fffffe;margin:0 auto;width: fit-content;position: relative;margin-bottom: 15px;}
  .ao__title::after{
    content: "";
    background: url(../../theme-assests/img/short-line.png);
    position: absolute;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    height: 2px;
    display: block;
    bottom: 13px;
    left: 113%;
  }
  .ao__title::before{
    content: "";
    background: url(../../theme-assests/img/short-line2.png);
    position: absolute;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    height: 2px;
    display: block;
    bottom: 13px;
    right: 113%;
  }
  .ao__desc{
    opacity: 1;
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
     min-height: 160px;
    text-align: center !important;
    color: #e3e3e3;
    margin-bottom: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .ao__more{justify-self:start;
    padding: .7rem 1.05rem;
    border-radius:999px;
    border:0;
    background:#ff2a2a;
    color:#fff;
    font-weight:400;
    margin: 0 auto;
    cursor:pointer;
    box-shadow:0 8px 24px rgba(255,42,42,.35),inset 0 0 0 2px rgba(255,255,255,.06)}
 .ao__more img {
    margin-right: 15px;
}
.about-us-sec{
  background: url(../img/energy-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
  z-index: 1;
   padding-bottom: 177px;
}
.about-us-sec::before {
  content:"";
  position:absolute;
  width: 100%;
  height: 7vh;
  background-color: #d2ac66;
  top: -62px;
  z-index: 2;
}
.about-us-sec::after {
  content:"";
  position:absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: grayscale(1) brightness(0.3);
  top: 0;
  z-index: 3;
}


/* Section Title */
.report-section .section-title {
  font-weight: 700;
  position: relative;
  padding: 0;
  font-size: 26px;
  color: #6b6b6b;
  margin-bottom: 46px !important;
}
.report-section .section-title::before,
.report-section .section-title::after {
  content: "";
  position: absolute;
  top: 49%;
  width: 83%;
  height: 2px;
  background: url('../img/before-title.png') no-repeat center/cover;
  transform: translateY(-50%);
}
.report-section .section-title::before {right: 100%;margin-right: 10px;transform: rotate(
180deg);}
.report-section .section-title::after { left: 100%; margin-left: 10px; }

/* Swiper Core */
.reportSwiper {
  width: 100%;
  height: 38vh;
}
.reportSwiper .swiper-slide {
  transition: all 0.6s ease;
  position: relative;
  transform: scale(0.85) !important;
  overflow: hidden;
  height: unset;
  z-index: -4;
}
.reportSwiper .swiper-slide img {
  width: 100%;
  height: 265px;
  object-fit: cover;
  filter: grayscale(1) brightness(0.6);
}
.reportSwiper .swiper-slide-active img{
  filter:unset;
}
.reportSwiper .swiper-slide-active {
  transform: scale(1.5) !important;
  filter: none;
}
.reportSwiper .swiper-slide-active .slide-caption {
  opacity: 1;
  transform: translateY(0);
}

/* Caption */
.report-section .slide-caption {
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  padding: 13px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  height: 69px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Navigation Box */
.report-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
  bottom: 109px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: fit-content;
  gap: 2px;
  z-index: 6;
  background: #f4f4f4;
}
.report-nav button {
  background: none;
  border: none;
  color: #333;
  font-size: 30px;
  width: 45px;
  height: 55px;
  cursor: pointer;
  transition: background 0.3s;
  background-color: #d4ad68;
  align-items: center;
}
.report-nav button:hover {
  background: #cfa14a;
  color: #fff;
}
.report-section {
    padding-block: 90px;
    padding-bottom: 200px;
    background-color: #f4f4f4;
    position: relative;
}
.report-section .swiper-wrapper {
    align-items: center !important;
}
.report-frame {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 139px;
  width: 66%;
  height: 165px;
  border: 2px solid #cfa14a;
  border-radius: 2px;
  z-index: 2; /* Ã˜Â¨Ã›Å’Ã™â€  Ã™â€ Ã˜Â§Ã˜ÂªÃ¢â‚¬Å’Ã˜Â§ÃšÂ©Ã˜ÂªÃ›Å’Ã™Ë† Ã™Ë† Ã˜Â§ÃšÂ©Ã˜ÂªÃ›Å’Ã™Ë† */
  pointer-events: none;
}

.circle{
  width: 363px;
  height: 220px;
  background: linear-gradient(0deg, rgb(42 40 41 / 0%) 0%, rgb(42 40 41 / 0%) 26%, rgb(42 40 41) 49%, rgba(42, 40, 41, 1) 69%, rgb(42 40 41) 85%, rgba(42, 40, 41, 1) 99%);
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -100px;
}
.circle::before {
    content: "";
    position: absolute;
    background-image: url(../img/circle-gradient.png);
    background-repeat: no-repeat;
    width: 600px;
    height: 100%;
    top: -129px;
    left: -134.5px;
}
.circle img {
    position: absolute;
    z-index: 15;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 13px;
    border: 3px dashed #fff;
    border-radius: 50%;
    padding: 80px;
}
div#map {
    top: -90px;
    position: absolute;
}
.map-sec {
  padding-bottom: 145px;
    height: 672px;
}
.company-detail-title h2 {
    font-size: 16px;
    color: #686868;
    font-weight: 600;
    margin-bottom: 15px;
}
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}
.company-detail-title {
    margin-bottom: 25px;
}
ul.listItem {
    border-right: 2px dashed #d4ad68;
    padding-right: 6px;
    font-size: 12px;
}

ul.listItem a {
    color: #9e9e9e;
    font-weight: 500;
    line-height: 25px;
    padding-right: 3px;
}
ul.listItem li:hover a {
    color: #000;
  position:relative;
  transition: 0.5s;
}
ul.listItem li:hover a:first-child::after {
    content:"";
    position:absolute;
    width: 5px;
    height: 5px;
    border-radius:50%;
    background-color:#000;
    right: -9px;
    top: 7px;
    transition: 0.5s;
}

.map-sec .section-title{
  position: relative;
  margin-bottom: 35px !important;
  margin-right: 9px;
  gap: 6px;
}
.map-sec .section-title span::after{
display: none;
}
.map-sec .section-title span{
  font-size: 21px;
  font-weight: 900;
}

.map-sec .section-title::before {
    content: "";
    position: absolute;
    background-image: url(../img/border-title.png);
    top: -9px;
    right: -11px;
    background-size: contain;
    width: 2px;
    background-repeat: no-repeat;
    height: 120%;
}
div#map_container {
    top: -75px;
    /* position: relative; */
}
footer {
  background-image: url(../img/footer-back.png);
}

.footer {
    padding-top: 55px;
}
.footer ul li {
  line-height: 25px;
}
.footer ul li a {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 500;
}
.footer p {
  color: #a9a9a9;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

.footer-items h4 {
    color: #d4ad68;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
}

div#row-184431 a {
    color: #aeaeae !important;
}
div#row-184431 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 16px;
}
.footer-bottom {
    color: #aeaeae;
}
button.ao__node span {
    color: #fff;
    transform: scale(1.4);
    bottom: -50px;
    position: absolute;
    width: auto;
    right: 32px;
}
button.ao__node.ao__node--active span {
     color: #fff;
    bottom: -78px;
    font-size: 32px;
    position: absolute;
    width: 255px;
    text-align: center;
    right: -47px;
    display: inline-block;
    transform: scale(1.8);
    font-weight: 600;
}

button.ao__node.ao__node--active img {
    filter: unset;
}
.ao__stage .ao__node:nth-child(6) span,.ao__stage .ao__node:nth-child(5) span{
    margin-inline-start: -324px;
    right: 0;
    left: 0;
    top: 79px;
    font-size: 23px;
    display: inline-block;
    opacity: 1 !important;
    filter: unset;
    z-index: 99999;
}
.ao__stage .ao__node:nth-child(2) span,.ao__stage .ao__node:nth-child(3) span {
  margin-inline-end: -324px;
  right: 0;
  left: 0;
  top: 79px;
  font-size: 23px;
  display: inline-block;
  opacity: 1 !important;
  filter: unset;
  z-index: 99999;
}
img.first-img {
    position: absolute;
    top: -115px;
    left: 144px;
}
img.last-img {
    position: absolute;
    left: 141px;
    top: 210px;
    }
img.last-right-img {position: absolute;bottom: -276px;right: 9px;}

img.last-left-img {
    position: absolute;
    bottom: -290px;
    left: 113px;
}
.productionCo .details {
    display: none;
}
.btn_simplemaps{
  display: none !important;
}
.tt_name_sm {
  float: right !important;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 600 ;
}
.tt_sm {
  border-radius: 5px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, .5);
  z-index: 1000000;
  background-color: white;
  padding: 12px 12px !important;
  opacity: 0.9;
  font-family: "IRANSans", sans-serif !important;
  color: #151515 !important;
}
.tt_custom_sm p{
  font-size: 12px;
    text-align: right;
    margin-left: 3px;
    line-height: 22px;
    color: #434343;
}
.ao__node--active img {
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.ao__node--fadeout img {
  opacity: 0;
  transform: scale(0.8);
}
.ao__node--fadein img {
  opacity: 1;
  transform: scale(1);
}
.ao__label {
  transition: opacity 0.6s ease;
  opacity: 1;
}
.ao__label--fadeout {
  opacity: 0;
}
span.ao__label a {
    color:#fff
}
.social-icons {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: end;
}
.social-icons img {
    width: 22px;
    filter: invert(1);
    border: 1px solid #000;
    padding: 2px;
    margin: 0 !important;
    border-radius: 50%;
}
div#row-825960 {
    padding-bottom: 45px;
}
.page-title.light .main-title, #Body .page-title.light .main-title.color-accent
 {
    color: #ececec !important;
    margin-top: 155px;
    backdrop-filter: blur(1px);
}
.page-title-row-left .center-v {
    justify-content: center !important;
  
}
input#dnn_ctr435_View_Submitbutton_435_21 {
    width: 300px;
    background-color: #d4ad68;
}
div#dnn_ctr435_View_LiveForm435 {
    margin-bottom: 75px;
}
.LiveForm.Default input[type="submit"], .LiveForm.Default input[type="button"]{
  border-radius: 3px !important;
}
.dng-megamenu .dnngo_menuslide {
  left: unset !important;
  right: 0 !important;
  margin: 0 auto;
}
header {
  position: relative;
}
.dng-megamenu .primary_structure > li {
  position: unset !important;
}
.dng-megamenu .primary_structure {
  position: unset;
}
.dnngo_gomenu li.dir {
  position: relative;
}

.dnngo_gomenu li.dir .dnngo_menuslide {
  background: #000000c2;
  backdrop-filter: blur(1px);
  position: absolute;
  top: 106%;
  margin: 0 auto;
  left: 0 !important;
  right: 0 !important;
  width: 1245px;
}
.floating-nav.floating-active .floating-header-logo {
  filter: brightness(1000);
}
.dnngo_gomenu li.dir .dnngo_menuslide .dnngo_slide_menu {
  width: 100%;
  height: 100%;
  background: transparent !important;
  box-shadow: unset !important;
}
.dng-megamenu .dnngo_slide_menu {
  padding: 0 !important;
  min-height: unset !important;
}
.dng-megamenu .dnngo_slide_menu li:last-child {
  padding-bottom: 24px;
}
.dng-megamenu .dnngo_slide_menu li:first-child {
  padding-top: 24px;
  padding-right: 15px;
}
.dnngo_menu_multi_column {
  display: flex;
  gap: 30px;
}

.menu-column {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;
}
.menu-column {
  width: 30% !important;
}

#dng-megamenu219470 .dnngo_slide_menu li, #dng-megamenu219470 .dnngo_slide_menu li a {
    padding-right: 15px;
}
td a:visited {
    color: #d4ad68;
}

.ao__text-swiper .swiper-slide {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.ao__text-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: translateY(0);
}
.slide-animate {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.postRating table {
    width: 100% !important;
}
.share-item {
  direction: rtl;
}

.title {
  font-size: 14px;
  margin-bottom: 6px;
  color: #333;
}

.progress-wrapper {
  width: 100%;
  height: 20px;
  background: #f1f1f1;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.progress-bar-custom {
  height: 100%;
  width: 0;
  background: #d2ac66;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding-right: 8px;
  text-align: right;
  white-space: nowrap;
  transition: width 2s cubic-bezier(0.22, 1, 0.36, 1);
}
   @media (max-width:770px){

.report-section .slide-caption {
    padding-inline: 184px !important;
}
.circle img {
    padding: 40px;
}
.latest-news .swiper-pagination {
    bottom: 59% !important;
}
.services-sec .nav.nav-tabs {
    flex-direction: column;
    gap: 17px;
}
.section-title span::after {
    content: "";
    position: absolute;
    width: 68%;
    right: 18.5%;
}
  
   }
  @media (max-width:720px){
    .ao__node{width:100px;height:100px}
    .ao__node--active{transform:translate(-50%,-50%) scale(1.2)}
    .about-us-sec{height: auto;}
    .circle img{
      width: 119px;
      padding: 23px;
    }
    .circle::before{
      display: none;
    }
    .circle{
     width: 144px;
    height: 217px;
    top: -81px; 
    }
    .about-us-sec::before{
      height: 6vh;
       top: -38px;
    }
    .ao__stage .ao__node:nth-child(6) span, .ao__stage .ao__node:nth-child(5) span{
     margin-inline-start: -190px;
    right: 0;
    left: 0;
    top: 42px;
    font-size: 13px;
    }
    .ao__stage .ao__node:nth-child(2) span, .ao__stage .ao__node:nth-child(3) span{
     margin-inline-end: -190px;
    right: 0;
    left: 0;
    top: 42px;
    font-size: 13px;
    }
button.ao__node.ao__node--active span{
    right: -50px;
    font-size: 14px;
    bottom: -45px;
    width: 180px;
       }
  .about-us-sec{
  padding-bottom: 123px;
  }
  .ao__content{
    top: -65px;
  }
  }
  @media (max-width:480px){
  
    .ao__node{width:86px;height:86px}
    .ao__node--active{transform:translate(-50%,-50%) scale(1.18)}
    .ao__btn--next{
          inset-inline-end: 59%;
    }
    .ao__btn--prev {
    inset-inline-start: 59%;
}
  }

   @media (max-width:500px){
.slide-content {
    top: 37%;
    right: 26%;
}
.slider-btn {
    flex-direction: column;
    align-items: start;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 50px !important;
}
.slider-sec .swiper-button-prev {
    right: 4.5% !important;
}
.slider-sec .swiper-button-next {
    left: 4.5% !important;
}
.section-title span::after {
    content: "";
    position: absolute;
    width: 44%;
    right: 32.5%;
}

.banner-content {
    left: 0;
}
.banner-title-en {
    font-size: 3rem;
}
.report-frame {
    width: 95%;
}
#mobileheader-467352 .header-area .logo img {
    max-height: 50px !important;
}
.report-section .slide-caption {
    bottom: 0;
    padding-inline: 75px !important;
}
 }
 @media (max-width:1445px){
.report-section .slide-caption {
    bottom: 0;
}
 }

 li.pagetitle {
    color: #fff;
}
a.ao__img-link {
    width: 100%;
    height: 100%;
}