:root {
  --primary-color: #cf2e2e;
  --secondary-color: #2f2f2f;
  --shareholders-color: #d1d1d1;
}
* {
  direction: rtl;
  box-sizing: border-box;
  font-family: IRANSansX;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1480px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: ModamFaNumWeb;
}
a {
  text-decoration: none;
}
p {
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  color: #363636;
  /* margin-bottom: 40px; */
}
.header-sec {
  background-color: #ffffff14;
  padding: 15px 0;
  position: relative;
  /* height: 11vh; */
  backdrop-filter: blur(1.2px);
  z-index: 10;
  position: relative;
  top: 0px;
  border-bottom: 1px solid #ffffff24;
  backdrop-filter: blur(4px);
}
.header-sec .nav-link {
  font-size: 14px;
  font-weight: 400;
  color: #ffffffd6;
  margin-left: 17px;
  margin: 0px 13px;
  transition: 0.3s;
}
.logo-container {
  width: auto;
}
.logo-container img {
  width: 100%;
}
.icon-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon-container a {
  font-size: 14px;
  color: #939393;
  transition: 0.5s;
}
.icon-container img {
  width: 32px;
  margin-top: -5px;
}
.icon-container a i {
  color: #404040;
  font-size: 13px;
}
.btn-header {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  display: inline-block;
  border-radius: 6px;
  width: 110px;
  margin-left: 17px;
  padding: 7px 0;
  transition: 0.3s;
  text-align: center;
  display: none;
}
.btn-header span {
  font-size: 14px;
  color: #fff;
}
.btn-header:hover {
  transition: 0.3s;
  background-color: transparent;
}
.btn-header:hover span {
  transition: 0.3s;
  color: var(--secondary-color);
}
.menu-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4%;
}
.header-left-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.slider-sec {
  width: 100%;
  height: 109vh;
  margin-top: -19vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
background-image: linear-gradient(90deg, #ffffff, #ffffff00 68%), url(../../theme-assests/img/slider-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.slider-text_container {
  position: absolute;
  /* top: 82%; */
  bottom: 0;
  right: 0;
  width: 100%;
  padding-right: 1%;
  /* display: none; */
  background: #0000005c;
  padding: 30px 4%;
  backdrop-filter: blur(1px);
}
.slider-text_container h2 {
  font-size: 37px;
  line-height: 45px;
  /* padding-bottom: 17px; */
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
}
.slider-text_container h2 span {
  font-weight: 400;
  color: var(--secondary-color);
}
.slider-text {
  color: #ffffffd4;
  text-align: justify;
  font-weight: 500;
  font-size: 12px;
  line-height: 34px;
  margin-bottom: -10px;
  width: 60%;
}
.more-btn_container span {
  background: #cf2e2e;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
  padding: 7px 0px;
  padding-right: 0px;
  width: 210px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0px;
  border: 1px solid var(--primary-color);
  position: relative;
  z-index: 100;
  transition: 0.5s;
}
.more-btn_container span:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  transition: 0.3s;
}
.circle--rotate {
  border-radius: 50%;
  border: 1px #8f8f8fb5 solid;
  width: 34%;
  height: 34%;
  margin: 0 auto 0;
  position: relative;
  transform: rotate(108deg);
  z-index: 0;
  padding: 0;
}
.circle--rotate > li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  z-index: 10;
  visibility: visible;
}
.circle--rotate > li .icon {
  visibility: visible;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  height: 10%;
  width: 10%;
  margin: -5% auto;
  box-shadow: -10px 10px 25px rgb(186 186 186);
}
.circle--rotate > li i {
  color: #ffffff;
  font-size: 24px;
  margin: auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: table;
}
.circle--rotate > li i::before {
  display: table-cell;
  vertical-align: middle;
}
.circle--rotate > li img {
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: rotate(280deg);
}
li.block.active img {
  filter: brightness(1);
  border: 1px #ffffff63 solid !important;
  transition: all 0s ease;
}
li.block img {
  filter: brightness(-1.4) contrast(-0.2) grayscale(1);
  transition: all 1s ease;
}
.circle--slider {
  position: relative;
  margin-left: -85%;
  overflow: hidden;
  /* top: 0rem; */
  margin-top: 8%;
}
.circle--slider .rotate--circle {
  margin: 0 auto;
}
.circle--slider .circle--rotate > li div {
  position: relative;
  overflow: visible;
  transition: all 1s ease;
}
.circle--slider .circle--rotate > li div span {
  transform: rotate(0deg);
  transition: all 1s;
  opacity: 0;
}
.circle--slider .circle--rotate > li.active div {
  font-size: 20px;
  transform: scale(1.5);
  transition: all 0s ease;
  outline: 2px solid #b32f2f;
  padding: 6px;
}
.circle--slider .circle--rotate > li.active div span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  z-index: -1;
  opacity: 1;
}
.circle--slider .circle--rotate > li.active div span:before {
  position: absolute;
  height: 1px;
  top: -50%;
  right: 140%;
  bottom: 0;
  margin: auto;
  content: "";
  width: 30%;
  height: 30%;
  filter: blur(3px);
  opacity: 0.7;
  border: 6px solid #f48e2a;
  z-index: -1;
}
.circle--slider .circle--rotate > li.active div span:after {
  position: absolute;
  height: 1px;
  top: 100%;
  left: 130%;
  bottom: 0;
  margin: auto;
  content: "";
  width: 40%;
  height: 40%;
  border-radius: 50%;
  opacity: 0.7;
  border: 8px solid #fe9290;
  z-index: 5;
}
.circle--slider li:nth-child(1) {
  transform: rotate(320deg);
}
.circle--slider li:nth-child(2) {
  transform: rotate(340deg);
}
.circle--slider li:nth-child(3) {
  transform: rotate(360deg);
}

.circle--slider .animate-wrapper {
  width: 25%;
  height: 25%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.circle--slider .animate-title {
  color: #fff;
  height: 100%;
}
.animate-title img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  /* border: 1px solid #c5c6cd61; */
  filter: brightness(1) contrast(0.8);
}
.circle--slider .animate-img {
  width: 18%;
  height: 18%;
  border-radius: 50%;
  overflow: hidden;
}
.circle--slider .animate-img .animate-img__in {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background-repeat: no-repeat;
  z-index: 3;
  transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
  transition: 1s ease-in-out;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.3);
}
.circle--slider .animate-more {
  opacity: 0;
  visibility: hidden;
  transition: all 1s 0.5s;
  min-width: 131px;
  overflow: hidden;
  text-align: center;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  transform: scale(0.8);
}
.circle--slider .animate.active .animate-more {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.circle--slider .animate.active .animate-img .animate-img__in {
  opacity: 1;
  transform: scale(1);
}
.circle--slider .prev,
.circle--slider .next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 62px;
  width: auto;
  text-align: center;
  cursor: pointer;
}
.circle--slider .prev span,
.circle--slider .next span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  font-weight: 700;
}
.circle--slider .prev {
  right: 270px;
}
.circle--slider .next {
  right: 250px;
}
.hse-sec {
  background-color: #f4f4f4;
  padding: 50px 0;
}

.hse-item_container {
  display: flex;
  /* margin-bottom: 5%; */
}

.hse-icon_container {
  border-left: 1px solid #d6d6d6;
  padding-left: 10px;
}

.aboutus-context {
  padding-left: 47px;
}

.about-imgs {
  display: flex;
  height: 100%;
  width: 100%;
}

.about-small_imgs {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
}

.services {
  padding: 8% 0;
  background-image: linear-gradient(177deg, #ffffffc4, #ffffffc4 73%), url(../../theme-assests/img/hd-5.jpg);
  background-repeat: repeat;
  /* background-size: cover; */
  background-position: left;
  background-attachment: fixed;
}

.services-context h2 {
  color: #cf2e2e !important;
}
.services-context p {
  color: #363636;
  text-align: justify;
  line-height: 34px;
}
.services-btn_container {
  text-align: left;
  margin-top: 56px;
}
.services-btn_container span {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #cf2e2e;
  padding: 7px 0px;
  margin-top: 9%;
  padding-right: 0px;
  width: 210px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0px;
  border: 1px solid var(--primary-color);
  position: relative;
  z-index: 100;
}
.fa-solid,
.fas {
  font-size: 10px;
}
.services-btn_container span:hover {
  background-color: transparent;
  border-color: #fff;
  transition: 0.3s;
}
.services-item {
  display: flex;
  flex-direction: column;
  width: 135px;
  height: 135px;
  align-items: center;
  border: 1px solid #ffffff0a;
  border-radius: 50%;
  padding: 18%;
  background: #0000000d;
  backdrop-filter: blur(8px);
  transition: 0.5s;
  justify-content: center;
}
.services-item img {
  width: 48px;
  padding-bottom: 18px;
}
.services-item h5 {
  font-size: 16px;
  font-weight: 700;
  color: #515151;
  text-align: center;
}
.services-icon {
  display: flex;
  flex-wrap: wrap;
  margin-top: 11%;
  margin-bottom: -3%;
  align-items: center;
  justify-content: space-evenly;
}

.shareholders-sec {
  padding: 5% 0;
  /* border-top: 1px solid #e5e5e5; */
  border-bottom: 1px solid #e5e5e5;
}

.shareholders-sec_title {
  text-align: justify;
  padding-bottom: 36px;
}

.shareholder-container span {
  font-size: 13px;
  padding-bottom: 7px;
  display: inline-block;
  font-weight: 600;
}

.manager-sec {
  padding: 7% 0;
  background-image: linear-gradient(93deg, #ffffff00 15%, #ffffff 73%), url(../../theme-assests/img/hd-10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.manager-context h2 {
  color: #2f2f2f !important;
}
.manager-context p {
  color: #474747;
  text-align: justify;
  margin-bottom: 50px;
  width: 50%;
}
.manager-icons_container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  gap: 60px;
}
.manager-icons_container .manager-icon:first-child {
  margin-right: 0 !important;
}
.manager-icon {
  display: flex;
  flex-direction: column;
}
.manager-icon h5 {
  color: #2d2d2d;
  margin-top: 10px;
  font-size: 19px;
  font-weight: 700;
  transition: 0.5s;
}
.manager-icon span {
  color: #222222;
  font-size: 12px;
  font-weight: 400;
  margin-top: 7px;
}
.manager-icon img {
  width: 58px;
  padding-bottom: 10px;
  transition: 0.5s;
}
.manager-btn_container {
  text-align: center;
}
.manager-btn_container span {
  transition: 0.5s;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: var(--primary-color);
  padding: 7px 0px;
  margin-top: 9%;
  padding-right: 0px;
  width: 294px;
  font-size: 21px;
  font-weight: 600;
  border-radius: 0px;
  border: 1px solid var(--primary-color);
  position: relative;
  z-index: 100;
}

.hse-icon_container img {
  width: 52px;
  transition: 0.5s;
}

.hse-text_container {
  padding-right: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hse-text_container h3 {
  font-size: 19px;
  font-weight: 700;
  color: #686868;
}

.hse-text_container span {
  font-size: 12px;
  color: #7c7c7c;
  font-weight: 500;
}
.about-imgs img {
  width: 84%;
  height: auto;
  /* object-fit: cover; */
  /* border-radius: 3px; */
  margin-top: 27px;
  margin-bottom: 30px;
}

.about-small_imgs img {
  width: 220px;
  object-fit: cover;
  height: 145px;
}

section.aboutus-sec {
  padding: 8% 0;
}

.aboutus-context h2,
.services-context h2,
.shareholders-sec_title h2,
.manager-context h2 {
  font-size: 35px;
  font-weight: 700;
  color: var(--primary-color);
  padding-bottom: 35px;
}

.aboutus-context p {
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  color: #363636;
  margin-bottom: 40px;
}
li {
  list-style-type: none;
}

.aboutus-context li span {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  margin-left: 17px;
}

.aboutus-context li {
  color: #7f7d7d;
  font-size: 14px;
  line-height: 34px;
  transition: 0.5s;
  font-weight: 500;
}
ul {
  padding: 0;
  margin: 0;
}
section.colleagues-sec img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

section.colleagues-sec {
  padding: 54px 0;
  background: #f4f4f4;
}
.colleagues-sec .swiper {
  width: 100%;
  padding-bottom: 86px;
}
.colleagues-sec .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  opacity: 0.5;
}

.colleagues-sec span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color);
}

.colleagues-sec span.swiper-pagination-bullet {
  margin-left: 10px !important;
  width: 10px;
  height: 10px;
}

.news-detail_container img {
  width: 100%;
  height: 252px;
  object-fit: cover;
  filter: brightness(0.8) contrast(0.9);
  transition: 0.5s;
}

section.news-sec {
  background-color: #f4f4f4;
  padding: 120px 0;
}
.title-sec h2 {
  font-size: 35px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 20px;
}

.title-sec {
  text-align: center;
  margin-bottom: 40px;
}

.title-sec p {
  font-size: 13px;
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  color: #363636;
  margin-bottom: 40px;
}
.news-detail_container {
  padding: 17px;
  position: relative;
  border: 1px solid #e2e2e2;
  background: #fff;
  transition: 0.5s;
}

.news-sticky {
  position: absolute;
  top: 17px;
  left: 55px;
  display: flex;
  flex-direction: column;
  background-color: #b32f2f;
  padding: 12px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.news-sticky span:first-child {
  font-size: 17px;
  font-weight: 800;
}
.news-sticky span:last-child {
  font-size: 12px;
  font-weight: 200;
}
.news-context h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--secondary-color);
  line-height: 34px;
  /* color: #676767; */
}

.news-context {
  padding: 29px 25px;
  /* border: 1px solid #ccc; */
  /* background-color: #fff; */
}

.news-date {
  text-align: left;
  font-size: 12px;
  color: #cf2e2e;
  padding: 10px 0;
  font-weight: 400;
  display: none;
}

.news-date i {
  padding-right: 14px;
  color: var(--primary-color);
  font-size: 16px;
}

.news-context p {
  font-size: 13px;
  line-height: 27px;
  margin-top: 18px;
  text-align: justify;
  color: #363636;
}
.progress {
  height: 14px;
  font-size: 8px;
  --bs-progress-bar-bg: #b32f2f;
  scrollbar-color: rebeccapurple;
}
.footer-first_col img {
  width: 76%;
  height: auto;
  margin-bottom: 2px;
  margin-top: 25px;
}

.footer {
  background-color: #f4f4f4;

  overflow: hidden;
}
.footer div#row-825960 {
  padding: 5.2% 0;
}
.footer-logo {
  text-align: right;
}
div#column-362973,
div#column-811407 {
  padding-right: 55px;
}
.footer-items h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
  padding-bottom: 20px;
}
.social-icons_container {
  text-align: right;
  filter: grayscale(1);
  opacity: 0.7;
}

.social-icons_container i {
  font-size: 30px;
  padding: 6px;
}

i.fa-brands.fa-square-facebook {
  color: #3b5998;
  /* filter: grayscale(1); */
}

i.fa-brands.fa-square-twitter {
  color: #3b8aca;
}

i.fa-brands.fa-square-youtube {
  color: #cc181e;
}

i.fa-brands.fa-linkedin {
  color: #0077b5;
}
.footer-first_col p {
  line-height: 25px;
  text-align: justify;
  padding: 17px 0;
}

.footer-sec_col {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 55px;
}

.footer-sec_col h3,
.footer-last_col h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
  padding-bottom: 20px;
}

.footer-list_container {
  border-right: 1px solid #ccc;
  position: relative;
  margin-bottom: 30px;
}
.footer-list_container li,.footer-list_container li a {
  position: relative;
  padding-right: 32px;
  padding-bottom: 18px;
  font-size: 13px;
  line-height: 25px;
  color: #6d6d6d;
  font-weight: 500;
  transition: 0.5s;
}
.footer-list_container li a {
  padding-right: unset;
}
.footer-list_container li:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #ccc;
  right: 0;
  top: 9px;
}
.footer-list_container li:last-child {
  padding-bottom: 0;
}
.shareholders-sec_title h2 {
  color: var(--primary-color);
}
.footer-last_col {
  background-color: #fff;
  padding: 20px;
  box-shadow: -1px 2px 7px 1px #e9e9e9;
}
.footer-last_col li {
  font-size: 13px;
  padding-bottom: 10px;
  display: flex;
  color: #5e5e5e;
  line-height: 26px;
}

.footer-last_col i {
  font-size: 15px;
  padding-left: 12px;
  color: #d60000;
  padding-top: 4px;
}

.copyright#row-184431 {
  background-color: #e8e8e8 !important;
  border-top: 1px solid #ccc;
  overflow: hidden;
  padding-top: 15px;
}

.copyright#row-184431 a {
  color: unset;
}

.copyright#row-184431 p {
  font-size: 13px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 130px;
}

a.nav-link:hover {
  color: #ffffff;
  transition: 0.5s;
  font-weight: 600;
}

.copyright#row-184431 a:hover {
  color: #cf2e2e;
}
.copyright-detail {
  text-align: right;
}
.services-item:hover {
  background: #cf2e2e;
  transition: 0.5s;
}

.services-item:hover h5 {
  color: #ffffff;
}

.news-detail_container:hover {
  border: 1px solid #cf2e2e;
  transition: 0.5s;
  background: #ffffff;
}

.news-detail_container:hover img {
  filter: brightness(1) contrast(1);
  transition: 0.5s;
}

.news-detail_container:hover h2 {
  color: #cf2e2e;
}

.aboutus-context li:hover {
  color: #cf2e2e;
  font-weight: 500;
  transition: 0.5s;
}

a.en-btn {
  color: #ffffffb3;
  padding-left: 13px;
  margin-left: 8px;
  border-left: 1px solid #7f7f7f;
}

.hse-item_container:hover img {
  filter: grayscale(1);
  transition: 0.5s;
}

.hse-item_container:hover h3 {
  color: #373737;
  transition: 0.5s;
}

.colleagues-title-div {
  text-align: center;
  padding: 20px 0px;
}

.colleagues-title-div h2 {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 35px;
  color: var(--secondary-color);
}

.more-btn_container:hover span {
  background: #ffffff00;
  border: 1px solid #fff;
  transition: 0.5s;
}

.aboutus-context h2 {
}

.about-big_img h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--primary-color);
  text-align: right;
  color: var(--secondary-color);
  margin-right: 80px;
  color: #3d3d3d;
  margin-top: -10px;
}

.about-big_img {
  text-align: center;
}

.footer-list_container li:hover {
  color: #cf3333;
  transition: 0.5s;
  cursor: pointer;
}

.news-readmore img {
  width: 30px;
  height: auto;
  filter: unset !important;
}

.news-readmore {
  text-align: left;
  margin-top: -24px;
}

.manager-icon:hover h5 {
  color: #a92e2f;
  transition: 0.5s;
}

.manager-icon:hover img {
  scale: 1.1;
}
.dropdown-menu {
  transition: 0.4s;
  text-align: right;
  font-size: 14px;
  color: var(--secondary-color);
  width: 450px;
  border-bottom: 2px solid var(--primary-color);
  border-radius: 0;
  padding: 20px 0;
}
.dropdown-item {
  font-size: 13px;
  color: #696969;
  font-weight: 500;
  padding-bottom: 15px !important;
}
.dropdown:hover .dropdown-menu {
  display: flex;
  flex-grow: 1;
  transition: 0.4s;
}
.first-colDropdown {
  flex-grow: 1;
  border-left: 1px solid rgb(216, 216, 216);
}
.sec-colDropdown {
  flex-grow: 3;
}
.dropdown-toggle::after {
  margin-right: 7px;
}
canvas#myPieChart {
  width: 300px !important;
  height: 300px !important;
}
.header-replace.header-position.sticky-fixed {
  background-color: #ffffff14;
  padding: 15px 0;
  position: relative;
  height: 11vh !important;
  z-index: 10;
  top: 0px;
  border-bottom: 1px solid #ffffff24;
  backdrop-filter: blur(4px);
}

.header-wrap {
  top: 0;
}

div#dnngo_megamenu9603d8fc4c a span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffffd6;
  margin-left: 17px;
  margin: 0px 13px;
  transition: 0.3s;
}
a.en-btn span {
  color: #353535;
}
.dnngo_gomenu a span {
  font-size: 13px;
  font-weight: 600;
  color: #3c3c3c;
  margin-left: 17px;
  margin: 0px 13px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 4px;
}
.dng-megamenu .primary_structure > li.dir > a > span:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: unset !important;
}
.dnngo_menuslide.numbercolumns-2 {
  transition: 0.4s;
  text-align: right;
  font-size: 14px;
  color: #696969;
  width: 450px;
  border-bottom: 2px solid var(--primary-color);
  border-radius: 0;
}

#dng-megamenu219470 .dnngo_menu_list > li > a,
#dng-megamenu219470 .dnngo_menu_list > li > a:link {
  font-size: 13px;
  color: #696969;
  font-weight: 500;
}
.dng-megamenu .dnngo_menu_list > li > a > span {
  font-size: 13px;
  color: #696969;
  font-weight: 500;
}

.dng-megamenu .dnngo_menuslide > .line {
  top: 20px !important;
  bottom: 20px !important;
}

.dng-megamenu .dnngo_menu_list {
  padding: 13px 0px 20px;
}
ul.dnngo_menu_list {
  border-radius: 0 !important;
}
#dng-megamenu219470 .dnngo_menu_list > li > a,
#dng-megamenu219470 .dnngo_menu_list > li > a:link {
  line-height: 38px !important;
}
.dng-megamenu .dnngo_menu_list > li {
  padding: 4px 18px 3px !important;
}
.page-breadcrumbs.inset {
  padding-bottom: 10px;
}
div#page-title span {
  font-family: ModamFaNumWeb;
}
.page-title-bg {
  margin-top: -108px;
}
.page-title-row-left .center-v {
  justify-content: center !important;
}
.bold,
.font-weight-bold,
.strong-before:before,
.strong-after:after,
.strong-before :before,
.strong-after :after {
  font-weight: 700 !important;
}
.NewsArticles {
  margin-bottom: 120px;
}
.page-title .center {
  position: relative;
  bottom: -33px;
}
.ChartTooltips {
  display: none;
}
div#dnn_ctr1662_HtmlModule_lblContent h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 18px;
}


.services-item:hover img {
    filter: grayscale(1) brightness(4.5);
}

#headerrow-893713 {
  background-color: rgb(255 255 255) !important;
}

.services-context p {
    font-size: 16px;
}

.more-btn_container {
    display: none;
}

@media (min-width: 1400px) {
  #headerrow-893713 .container {
      max-width: 1808px;
  }
}


@media only screen and (max-width: 768px){
    .circle--slider {
    margin-top: 25%;
    margin-left: 0%;   
  }
  .circle--rotate{
    width: 70%;
     height: 70%;
  
  }
  .circle--slider .animate-wrapper{
width: 50%;
  }
}
@media only screen and (max-width: 425px) {
  .circle--slider {
    margin-top: 60%;
    margin-left: 0%;   
  }
  .circle--rotate{
    width: 90%;
     height: 90%;
    transform: rotate(200deg);
  }
  .circle--slider .animate-wrapper{
width: 70%;
  }
.circle--slider .circle--rotate > li div{
  display: none;
}
.hse-item_container{
      margin-bottom: 16px;
}
.hse-text_container h3{
font-size: 13px;
}
.hse-text_container span{
  font-size: 10px;
}
.services-item{
  margin-bottom: 25px;
}
.article-box {
    margin-bottom: 16px;
}
}
@media only screen and (max-width: 992px) {
  .slider-text {
    width: 100%;
      
  }
}

@media only screen and (max-width: 992px) {
  .slider-sec {
    background-position: 84%;
      
  }
}

@media only screen and (max-width: 992px) {
  .manager-context p {
    width: 100%;
      
  }
}

@media only screen and (max-width: 992px) {
  .manager-sec  {
    padding: 7% 0;
    background-image: linear-gradient(0deg, #ffffff30 26%, #ffffffcc 65%), url(../../theme-assests/img/hd-10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 21%;
      
  }
}

#mobileheader-467352 .header-area .logo img {
    max-height: 40px !important;
}
