@font-face {
	font-family: PeydaWebFaNum;
	font-style: normal;
	font-weight: bold;
	src: url('../../theme-assests/fonts/PeydaWebFaNum-Bold.woff2') format('woff2'), 
		 url('../../theme-assests/fonts/PeydaWebFaNum-Bold.woff') format('woff');  
}
@font-face {
	font-family: PeydaWebFaNum;
	font-style: normal;
	font-weight: normal;
	src: url('../../theme-assests/fonts/PeydaWebFaNum-Regular.woff2') format('woff2'), 
		 url('../../theme-assests/fonts/PeydaWebFaNum-Regular.woff') format('woff');  
}
* {
  direction: rtl;
  box-sizing: border-box;
}
#dnn_content {
  padding-top: 90px;
  padding-bottom: 0px;
  min-height: 480px;
}
.homePage {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
p {
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}
a {
  text-decoration: none;
}

section.header {
  background: #fff;
  backdrop-filter: blur(1px);
}
a:visited {
  color: unset;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  font-family:PeydaWebFaNum ;
}
ul {
  list-style: disc;
  font-weight: 500;
  text-align: justify;
  font-size: 15px;
  line-height: 33px;
  color: #535353;
}
#skip-menu ul {
  list-style: none !important;
}
ul li.pagetitle {
  color: #fff;
}
li::marker {
  color: #ee161f;
}
section.slider {
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(263deg, #00000082, #0000005c),
    url(../../theme-assests/img/mainbanner-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -87px;
}
.slider-context {
  padding-top: 14rem;
}
@keyframes bubble {
  0%,
  100% {
    border-radius: 55% 58% 46% 45% / 64% 46% 44% 73%;
  }
  25% {
    border-radius: 43% 46% 64% 40% / 50% 47% 47% 38%;
  }
  50% {
    border-radius: 49% 40% 60% 51% / 48% 72% 44% 56%;
  }
  75% {
    border-radius: 47% 62% 60% 53% / 48% 60% 70% 55%;
  }
}

.intro_layers {
  -webkit-animation: bubble 21s linear infinite;
  animation: bubble 10s linear infinite;
  background-image: linear-gradient(to top, #03264cbd 0%, #0d4684 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  max-width: 560px;
  padding: 76px 89px;
  padding-top: 106px;
  padding-bottom: 115px;
  position: relative;
  width: 100%;
  z-index: 1;
}

@keyframes scaleAppear {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.intro_layer {
  animation: scaleAppear 750ms ease;
}

.intro_layer h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
}

.intro_layer h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 100;
  letter-spacing: -2px;
  line-height: 73px;
  padding-bottom: 25px;
}


section.news {
  padding: 20px 0;
}

section.project {
  padding: 115px 0;
  background-color: #010713;
}

div.news-details {
  border-radius: 15px;
  position: relative;
  height: 407px;
}

.news-imges {
  width: 100%;
  /*height: auto;*/
  object-fit: cover;
  border-radius: 15px;
  height: 100%;
}

.news-date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 24px;
  width: 62px;
  color: #efefef;
  background: #e81d24;
  padding: 8px;
  border-radius: 0 0 7px 7px;
}

.news-date span:first-child {
  font-size: 25px;
  font-weight: 900;
}

.news-date span:last-child {
  font-size: 13px;
  font-weight: 400;
  margin-top: -9px;
}

.news-date span {
  font-size: 13px;
  font-weight: 400;
  margin-top: -9px;
}

.news-title {
  position: absolute;
  padding: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(19 42 92 / 6%) 35%,
    rgb(17 37 81) 100%
  );
  width: 100%;
  bottom: 0;
  border-radius: 0 0 15px 15px;
  transition: 0.5s;
}

.news-title h4 {
  color: #efefef;
  font-size: 17px;
  padding: 110px 45px 20px 0;
  position: relative;
  display: inline-block;
}

.news-title h4::before {
  content: "";
  position: absolute;
  background-color: #e81d24;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: block;
  bottom: 23px;
  right: 21px;
}



.news_card-img {
  position: relative;
  display: inline-block;
  height: 256px;
  width: 100%;
}

.news_card-img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
filter: contrast(1.2);
  transition: 0.5s;
}

.news_card-date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 24px;
  width: 50px;
  color: #efefef;
  background: #e81d24;
  padding: 7px;
  border-radius: 0 0 7px 7px;
}

.news_card-state {
  color: #efefef;
  margin-top: -18px;
  position: relative;
  z-index: 10;
}

.news_card-date span:first-child {
  font-size: 21px;
  font-weight: 900;
}

.news_card-date span:last-child {
  font-size: 10px;
  font-weight: 400;
  margin-top: -9px;
}

.news_card-date span {
  font-size: 12px;
  font-weight: 600;
  margin-top: 0;
}

.news_card-state span {
  font-size: 15px;
  font-weight: 400;
  color: #f6f6f6;
  margin-top: -1px;
  z-index: 1;
}

.gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  inset: 0;
  transition: .4s;
  opacity: 0;
  background-color: #0f152173;
  pointer-events: none;
}

.news-text img {
  width: 16px;
  height: auto;
  margin-top: 8px;
  margin-left: 18px;
  position: relative;
  z-index: 2;
}

.read-more {
  text-align: left;
}

.news .container .row:last-child {
  padding-top: 23px;
}

.latest-news {
  font-size: 25px;
  font-weight: 700;
  color: #cccdd1;
  position: relative;
  margin: 0;
  width: 26%;
  padding-bottom: 20px;
  display: inline-block;
  letter-spacing: -0.5px;
  padding-right: 46px;
}

.latest-news::before {
  content: "";
  position: absolute;
  background-color: #e81d24;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  bottom: 28px;
  right: 25px;
}
.latest-news::after {
  content: "";
  position: absolute;
  background: url(../../theme-assests/img/line1.png);
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  height: 2px;
  display: block;
  bottom: 0;
  right: 0;
}
.archieve-news {
font-size: 18px;
    font-weight: 700;
    color: #cccdd1;
    position: relative;
    margin: 0;
    padding-bottom: 20px;
    display: inline-block;
    letter-spacing: -0.5px;
    padding-right: 95px;
    padding-left: 33px;
}
.archieve-news::before {
  content: "";
  position: absolute;
  background: url(../../theme-assests/img/arrow-archieve.png);
  border-radius: 50%;
  width: 18px;
  background-repeat: no-repeat;
  height: 18px;
  display: block;
  bottom: 22px;
  right: 62px;
}
.archieve-news::after {
  content: "";
  position: absolute;
  background: url(../../theme-assests/img/line2.png);
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  height: 2px;
  display: block;
  bottom: 0;
  right: 0;
}
.title-news-container {
  border-radius: 200px;
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
  margin-bottom: 15px;
  align-items: center;
}


.archieve-news-container {
  display: flex;
  align-items: center;
}



.slider_text-container p {
    color: #ffffffc9;
    text-align: justify;
    line-height: 30px;
    font-size: 13px;
    margin-top: 30px;
    font-weight: 400;
}
.slider_text-container h2 span{
    line-height: 75px;
    font-size: 69px;
    color: #e3e3e3;
    font-weight: 100;
    font-family: 'iransans';
  padding-right: 115px;
}
.slider_text-container h2 {
     line-height: 75px;
    font-size: 81px;
    color: #f5f5f5;
    font-weight: 700;
}
.slider-btn-container {
  text-align: left;
  /* margin-left: 75px; */
  padding-top: 42px;
}



.slider-btn-container a {
  border: 1px solid #ff0000;
  border-radius: 50px;
  width: 136px;
  padding: 8px;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #fff;
  background-color: #ff0000;
}



.slider-btn-container a:first-child {
  margin-left: 25px;
}

.slider-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider-gradient img,
.slider-gradient2 img {
  opacity: 0.8;
  width: 100%;
}

.slider-gradient2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

section.header {
  position: fixed;
  z-index: 99;
  width: 100%;
  z-index: 99;
  display: flex;
}

.icon-container img:last-child {
  padding-left: 0;
  margin-bottom: -3px;
}

.nav-bar a span {
color: #ffff;
font-weight: 100;
font-size: 19px;
transition: 0.5s;
margin-right: 8px;
margin-left: 8px;
}
.dng-megamenu .primary_structure > li.dir > a > span:after {
  margin: 0 5px 3px 6px;
}
* {
  direction: rtl;
}

a {
  text-decoration: none;
}

section.news {
  padding: 80px 0;
  background: #f4f4f4;
}

.news-imges {
  width: 100%;
  /*height: auto;*/
  object-fit: cover;
  border-radius: 15px;
  height: 100%;
  /* filter: grayscale(0.8); */
  transition: 0.5s;
}

.news-date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 32px;
  width: 62px;
  color: #efefef;
  background: #e81d24;
  padding: 8px;
  border-radius: 0 0 7px 7px;
}

.news-date span:first-child {
  font-size: 25px;
  font-weight: 900;
  margin-top: 1px;
}

.news-date span:last-child {
  font-size: 13px;
  font-weight: 400;
  margin-top: 1px;
}

.news-card {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  background-color: #090f1b;
  transition: 0.5s;
  margin-bottom: 30px;
}

.news-card h4 {
  color: #e5e5e5;
  position: relative;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  border-right: 3px solid #fe0000;
  letter-spacing: -0.5px;
  margin-top: 9px;
  line-height: 26px;
  padding: 0px 12px 0 15px;
}

.news_card-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
 background: linear-gradient(1deg, #090f1bf7 28% 21%, #1414140d 72%, #ffffff00 100%) !important;
  transition: 0.5s;
  z-index: 1;
}

.news_card-date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: absolute;
  top: 0px;
  left: 24px;
  width: 85px;
  color: #efefef;
  background: #e81d24;
  padding: 7px;
  border-radius: 0 0 7px 7px;
  z-index: 1;
}

.news_card-date span:first-child {
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  margin-left: 3px;
}

.news_card-date span:last-child {
  font-size: 12px;
  font-weight: 500;
  margin-top: 0px;
  margin-right: 3px;
}

.news-text p {
  color: #a6a6a6;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: -0.5px;
  line-height: 24px;
  margin: 0 !important;
  overflow: hidden;
  display: -webkit-box;
  height: 165px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.read-more {
  text-align: left;
}
.news-text .read-more {
  position: absolute;
  bottom: 18px;
  left: 0;
}
.news .container .row:last-child {
  padding-top: 23px;
}




.slider-btn-container a {
  display: inline-block;
  text-align: center;
  letter-spacing: -0.5px;
  color: #dfdfdf;
  padding: 13px 9px;
  width: 154px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 32px;
}
.bottom-slider {
  width: fit-content;
  position: absolute;
  left: 0;
  bottom: 0%;
}


.slider-btn-container a:first-child {
  margin-left: 25px;
  color: #1f1f1f;
  background: #ffffff;
  border: 1px solid #ffffff !important;
}

.slider-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider-gradient img,
.slider-gradient2 img {
  opacity: 0.8;
  width: 100%;
}

.slider-gradient2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.logo-container {
  width: 90px;
}
div#headerrow-893713 {
  position: relative;
}
.floating-active #headerrow-893713 {
  background-color: unset !important;
}

.icon-container img {
  opacity: 0.7;
  padding-left: 5px;
}

.header-content-wrap .nav-bar {
  /* margin-right: 50px;
  margin-top: 20px;
  background: #f7f7f7;
  border-radius: 40px;
  border: 1px solid #eaeaeaa3;
  padding: 0 15px; */
}

.header ul {
  padding: 0;
}

.header li.nav-item {
  margin: 0px 12px;
}

.icon-container {
  /* margin-top: 12px; */
}
.myNewsSwiper{
  z-index: 8 !important;
}
/* .myNewsSwiper .swiper-wrapper{
  padding-inline: 150px;
} */
.about-us-sec {
    width: 100%;
    position: relative;
    margin-top: -42vh;
    padding-top: 32vh;
    background-image: linear-gradient(180deg, #0107132b, #0107130f), url(../../theme-assests/img/body-back1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.about-us-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px; /* adjust fade height */
    background: linear-gradient(to bottom, #040c0b 0%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}
.about-us-sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(358deg, rgb(3 15 31) 0%, rgb(3 15 31 / 70%) 30%, rgb(3 15 31 / 0%) 60%, rgb(3 15 31 / 0%) 80%, rgba(3, 15, 31, 0) 100%);
    z-index: 2;
    pointer-events: none;
}


.footer {
    background-image: linear-gradient(60deg, #060e1bfa, #050e1fe0), url(../../theme-assests/img/body-back1.jpg);
    color: #fff;
    padding: 80px 0 0 0;
    background-size: cover;
    background-position: center;
}

.footer li {
  list-style-type: none;
  /* margin-bottom: 6px; */
  font-size: 14px;
  color: #c9c8c8;
  line-height: 38px;
}

.footer li a {
  color: #cfcfcf;
  font-size: 14px;
  font-weight: 400;
  transition: 0.5s;
}

.footer-contact-us {
  border-right: 0.5px solid #ff1a1abf;
}

.footer ul {
 position: relative;
  padding: 0;
}

.footer-contact-us div {
  margin-right: 20px;
}

.footer h1 {
  font-size: 18px;
  margin-bottom: 35px;
  font-weight: 500;
}
.productives {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 150px 0;
}
@media only screen and (min-width: 768px) {
  .productives:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 9;
    background: #fff;
    background: -moz-radial-gradient(
      circle,
      rgba(255, 255, 255, 0) 70%,
      #fff 100%
    );
    background: -webkit-radial-gradient(
      circle,
      rgba(255, 255, 255, 0) 70%,
      #fff 100%
    );
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 70%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }
}
.productive__item {
  display: flex;
  justify-content: center;
  position: relative;
  width: 204px;
  height: 184px;
}
@media only screen and (min-width: 768px) {
  .productive__item:nth-child(2n-1) .productive__item-shadow:nth-child(1) {
    margin-top: 203px;
    margin-left: 7px;
  }
}
.productive__item img {
  height: 100%;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.productive__item-bg {
  -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  overflow: visible;
  transition: var(--main-transition);
}
@media only screen and (min-width: 768px) {
  .productive__item .molecule-detail {
    pointer-events: none;
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    opacity: 0;
    transition: var(--main-transition);
  }
}
.productive__item-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .productive__item:nth-child(2n) {
    margin-top: 102px;
  }
}
@media only screen and (min-width: 768px) {
  .productive__item:not(:first-child) {
    margin-left: -24px;
  }
}
@media only screen and (min-width: 768px) {
  .productives:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 9;
    background: #fff;
    background: -moz-linear-gradient(
      0deg,
      #fff 0%,
      rgba(255, 255, 255, 0) 15%,
      rgba(255, 255, 255, 0) 85%,
      #fff 100%
    );
    background: -webkit-linear-gradient(
      0deg,
      #fff 0%,
      rgba(255, 255, 255, 0) 15%,
      rgba(255, 255, 255, 0) 85%,
      #fff 100%
    );
    background: linear-gradient(
      0deg,
      #fff 0%,
      rgba(255, 255, 255, 0) 15%,
      rgba(255, 255, 255, 0) 85%,
      #fff 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }
}
@media only screen and (min-width: 768px) {
  .productive__item:nth-child(2n-1) .productive__item-shadow:nth-child(1) {
    margin-top: 203px;
    margin-left: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .productive__item-shadow:nth-child(1) {
    margin-top: -200px;
    margin-left: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .productive__item:first-child .productive__item-shadow:nth-child(3) {
    display: block;
    /* margin-left: -344px; */
    margin-top: 107px;
  }
}
@media only screen and (min-width: 768px) {
  .productive__item-shadow:nth-child(3),
  .productive__item-shadow:nth-child(4) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .productive__item:first-child .productive__item-shadow:nth-child(4) {
    display: block;
    /* margin-left: -354px; */
    margin-top: -94px;
  }
}



@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    justify-content: center;
  }
}

 .ao{position:relative;width:100%;}
  /* full-width stage; SVG spans the whole section */
  .ao__stage{position:relative;width:100%;aspect-ratio:6/1;overflow:visible}
  .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(-50%,-50%) scale(.9);width: 159px;height: 160px;border-radius:50%;overflow:hidden;border:none;padding:0;background-color: transparent;cursor:pointer;transition:transform .28s ease, filter .28s ease, box-shadow .28s ease;z-index:3}
  .ao__node img{width:100%;height:100%;object-fit:cover;padding: 7px;border-radius: 50%;display:block}
  .ao__node--active{transform: translate(-50%,-50%) scale(1.3);box-shadow: 0 0 0 2px #ff2a2a,0 0 0 6px rgba(255,42,42,.35);}
  .ao__node--prev img,.ao__node--next img{filter:grayscale(100%) contrast(.95) brightness(.9) saturate(.8)}

  /* content block */
  .ao__content{max-width: 1300px;margin: 114px auto 0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;border-radius:16px;padding:12px 16px;}
  .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;
}

  @media (max-width:720px){
    .ao__node{width:100px;height:100px}
    .ao__node--active{transform:translate(-50%,-50%) scale(1.2)}
  }
  @media (max-width:480px){
    .ao__stage{aspect-ratio:7/1}
    .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%;
}
  }








.about-text_container {
  position: absolute;
  top: 19%;
  right: 15%;
  width: 33%;
}
.about-text {
  font-size: 14px;
  line-height: 30px;
  color: #e3e3e3;
  text-align: justify;
  padding-bottom: 42px;
}

.about-text_container h2 {
  font-size: 29px;
  padding-bottom: 17px;
  color: #dbdbdb;
  padding-right: 26px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.about-text_container h2::before {
  content: "";
  position: absolute;
  background-color: #e81d24;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: block;
  bottom: 29px;
  top: 11px;
  right: 0;
}
.more-btn_container span {
  display: inline-block;
  text-align: center;
  color: #dfdfdf;
  padding: 14px 9px;
  padding-right: 0px;
  width: 154px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 32px;
  border: 2px solid #c5c6cd;
  transition: 0.5s;
}
.more-btn_container {
  text-align: left;
  position: relative;
  z-index: 10;
}


.download-catalog {
  background-color: #f8f8f8;
  height: 100%;
  border-radius: 20px;
  position: relative;
}

.title-catalog {
  background-color: #132a5c;
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.title-catalog h4 {
  font-size: 22px;
  color: #fff;
}
.input-container {
  display: flex;
  width: 100%;
}

.input-container input,
.form-group textarea {
  width: 288px;
  border: unset;
  padding: 12px;
  margin-bottom: 8px;
  margin-right: 20px;
  border-radius: 12px;
  background-color: #eaeaea;
  font-size: 14px;
}

.input-container input::placeholder,
.form-group textarea::placeholder {
  color: #9d9d9d;
}
.form-group textarea {
  width: 94%;
  padding: 13px 10px 50px 0;
  margin-bottom: 0;
}
.form-group button {
  border: unset;
  background-color: #132a5c;
  color: #fff;
  font-size: 14px;
  padding: 4px 9px;
  width: 135px;
  border-radius: 20px;
  margin-bottom: 13px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.form-btn {
  text-align: left;
  margin-left: 19px;
}

.form-container h5 {
  padding: 17px 40px 13px 0;
  font-size: 21px;
  font-weight: 600;
  color: #132a5c;
  position: relative;
}
.form-container h5::before {
  content: "";
  position: absolute;
  background-color: #e81d24;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  display: block;
  bottom: 29px;
  top: 20px;
  right: 17px;
}

.form-group button img {
  width: 30px;
  height: auto;
}

.form-btn .form-group {
  display: flex;
  justify-content: end;
}

.icon-container i {
  color: #ffffffc9;
  font-size: 20px;
  transition: 0.5s;
  font-weight: 100;
}
.icon-container i.fa-search {
  color: #ff0000;
}
.icon-container a {
  margin-left: 10px;
}
.icon-container span {
  color: #ffffffc9;
  font-size: 20px;
  font-weight: 300;
}
.certificates {background: url(../../theme-assests/img/certback.jpg);background-repeat: no-repeat;background-size: cover;padding-top: 20%;padding-bottom: 37px;position: relative;}
.certificates::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgb(3 15 31 / 97%) 0%, rgb(3 15 31 / 45%) 30%, rgb(3 15 31 / 0%) 60%, rgb(3 15 31 / 0%) 80%, rgb(3 15 31 / 0%) 100%);
    z-index: 2;
    pointer-events: none;
    }
.certificates::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13%;
    background-image: linear-gradient(360deg, rgb(3 15 31) 0%, rgb(3 15 31 / 82%) 30%, rgb(3 15 31 / 62%) 60%, rgba(3, 15, 31, 0.35) 80%, rgba(3, 15, 31, 0) 100%);
    z-index: 2;
    pointer-events: none;
    display: block;
}
.certificates .swiper-container {
  overflow: hidden; /* Hide overflowing slides */


}

.certificates .swiper-slide {
  width: 300px;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  background: #03264c; /* Your preferred dark color */
  color: white;
  border-radius: 10px;
}
.certificates .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Apply blur to inactive slides */
.certificates .swiper-slide:not(.swiper-slide-active) {
  filter: blur(3px);
}
/* .coopswiper .swiper-slide{
width: 100px !important;
} */
.logo-corporation-div {
  width: 100%;
}
.coopswiper .swiper-slide {
  text-align: center;
}

.coopswiper .swiper-slide img {
    filter: invert(1) brightness(1000);
    object-fit: contain;
}
.coopswiper .swiper-slide-active img{
  filter: unset !important;
}
.hse-sec{
    padding: 228px 0;
    padding-top: 75px;
    position: relative;
    background: #070a1b;
    background-image: linear-gradient(
180deg, rgba(3, 15, 31, 1) 0%, rgba(3, 15, 31, 0.92) 30%, rgba(3, 15, 31, 0.65) 60%, rgba(3, 15, 31, 0.35) 80%, rgba(3, 15, 31, 0) 100%);
    }
.hse-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(
    90deg,
    rgba(3, 15, 31, 1) 0%,
    rgba(3, 15, 31, 0.92) 30%,
    rgba(3, 15, 31, 0.65) 60%,
    rgba(3, 15, 31, 0.35) 80%,
    rgba(3, 15, 31, 0) 100%
  ); */
    z-index: 2;
    pointer-events: none;
}
.hse-sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(to top, #040c0bfa 0%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}
.hse-fatitle{
 font-size: 25px;
    font-weight: 700;
    color: #cccdd1;
    position: relative;
    margin: 0;
    width: 65%;
    padding-bottom: 20px;
    display: inline-block;
    letter-spacing: -0.5px;
    padding-right: 28px; 
}
.hse-fatitle::before {
content: "";
    position: absolute;
    background-color: #e81d24;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    bottom: 28px;
    right: 0;
}
.hse-fatitle::after {
    content: "";
    position: absolute;
    background: url(../../theme-assests/img/line1.png);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    height: 2px;
    display: block;
    bottom: 0;
    right: 0;
}
.hse-sec_container {
    background: url(../../theme-assests/img/hseBack.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-block: 165px;
    padding-inline: 77px;
    border-radius: 6px;
}
.hse-sec_container::after{
content: "";
    position: absolute;
    background: transparent;
    right: -11%;
    top: -28%;
    width: 61%;
    height: 153%;
     z-index: 5;
    border-radius: 50%;
    display: block;
    border: 1px solid rgba(231, 231, 231, 0.555);
}
.hse-blur_back{
      position: absolute;
    right: -11%;
    top: -24%;
    width: 57%;
    height: 142%;
    border-radius: 50%;
    backdrop-filter: blur(3px);
    background-color: #0000003d;
    padding: 52px;
}
.page-title-bg.dark-overlay::after {
    background-color: rgb(8 20 41 / 86%) !important;
}
.hse-blur_backEn{
position: absolute;
    left: -59%;
    top: -42%;
    width: 68%;
    height: 182%;
    border-radius: 50%;
    backdrop-filter: blur(3px);
    background-color: #0000003d;
}
.hse-facontent {
    width: 55%;
     position: relative;
    z-index: 7;
}
.hse-entitle {
    width: 100%;
    position: relative;
    direction: ltr;
    display: inline-block;
}
.hse-entitle::before{
content: "";
    position: absolute;
    background: url(../../theme-assests/img/hse-curve1.png);
    background-size: cover;
    width: 80%;
    background-repeat: no-repeat;
    height: 100%;
    display: block;
    top: -128%;
    left: -44px;
    transform: rotate(5deg);
}
.hse-entitle::after{
content: "";
    position: absolute;
    background: url(../../theme-assests/img/hse-curve2.png);
    background-size: cover;
    width: 80%;
    background-repeat: no-repeat;
    height: 100%;
    display: block;
    bottom: -107%;
    left: -27px;
    transform: rotate(348deg);
}
.hse-paragraph{
    line-height: 36px;
    font-size: 17px;
    font-weight: 400;
    text-align: right !important;
    color: #e3e3e3;
    padding-bottom: 38px;
}
.hse-entitle h5{
    font-size: 55px;
    font-weight: 300;
    padding-bottom: 50px;
    color: #3d6e9dbf;
    width: fit-content;
    text-align: left;
    margin: 0;
}
.hse-entitle span{
  color:red ;
}
.download-catalog img.cat-img {
  position: absolute;
  top: 15px;
  left: 45px;
}
.title-sec {
display: inline-block;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.35;
    color: #fffffe;
    margin: 0 auto;
    width: fit-content;
    position: relative;
    padding: 0;
    margin-bottom: 60px;
}
.title-sec::before {
    content: "";
    background: url(../../theme-assests/img/short-line2.png);
    position: absolute;
    background-size: cover;
    width: 159px;
    background-repeat: no-repeat;
    height: 2px;
    display: block;
    bottom: 13px;
    right: 119%;
}
.title-sec::after {
    content: "";
    background: url(../../theme-assests/img/short-line.png);
    position: absolute;
    background-size: cover;
    width: 159px;
    background-repeat: no-repeat;
    height: 2px;
    display: block;
    bottom: 13px;
    left: 117%;
}
section.logo-corporation-sec {
  padding: 80px 0px;
      background-color: #050a12;
}
@media (max-width: 1324px) {
  .input-container {
    flex-wrap: wrap;
  }
  .red-circle {
    left: -63%;
  }
}
@media (max-width: 980px) {
  .download-catalog img.cat-img {
    display: none;
  }
  .red-circle {
    left: -119%;
  }

}
@media (max-width: 500px) {
  .red-circle {
    left: -87%;
  }
  .hse-paragraph {
    line-height: 31px;
    font-size: 12px;
    font-weight: 400;
    text-align: right !important;
    color: #e3e3e3;
    padding-bottom: 15px;
}
}
@media (max-width: 420px) {
  .red-circle {
    display: none;
  }

}
.swiper-button-prev {
  background-color: #ffffff00;
  border-radius: 50%;
  padding: 0px 20px;
}
.swiper-button-prev:after {
  color: #1a2847;
  font-size: 30px;
}
.swiper-button-next {
  background-color: #ffffff00;
  border-radius: 50%;
  padding: 0px 20px;
}
.swiper-button-next:after {
  color: #1a2847;
  font-size: 30px;
}
.footer-logo {
  width: 110px;
}
.footer-logo img {
  width: 100%;
  transition: 0.5s;
  filter: brightness(0.9);
}
.about-btn span {
  color: #ffffff;
}

.news-card.news-sec {
  background: #fff;
  border: 1px solid #eaeaeade;
}
.title-news-container.news-div-white {
  background: #fff;
  border: 1px solid #eaeaeade;
}


.news-details:hover .news-title {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgb(19 42 92 / 44%) 35%,
    rgb(19 42 92) 100%
  );
  transition: 0.5s;
  filter: brightness(1.3);
}

.icon-container i:hover {
  transition: 0.5s;
  opacity: 1;
}
nav#main-menu {
}
/* a.nav-link:hover {
  color: #132a5c;
  transition: 0.5s;
} */

.more-btn_container i {
  position: absolute;
  margin-top: 4px;
  margin-right: 6px;
}



.news-card:hover .news-text h4 {color: #fe0000;transition: .4s;border-right: 3px solid #ffffff;}



.news-card:hover p {
  color: #bababa;
}



.news-card:hover .read-more img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(100%) saturate(7500%) hue-rotate(-10deg);
}

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

.headers-items-left {
  justify-content: flex-end;
}

.archieve-news-container:hover h6 {
  color: #e81d24;
}

.archieve-news-container:hover img {
  filter: hue-rotate(122deg);
}

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

li.block:hover img {
  filter: brightness(0.8);
  /* transition: 0.5s; */
  border: 2px solid #ffffff91;
}

.footer li:hover a {
  color: #fff;
  transition: 0.5s;
}

.footer-logo:hover img {
  filter: brightness(1.1) contrast(1.5);
  transition: 0.5s;
}

.news_card-img:hover img {
  /* filter: grayscale(0); */
  transition: 0.5s;
}




.copyright {
    font-weight: 200;
    font-size: 12px;
    background: unset !important;
    padding: 10px 0;
    text-align: center;
}
.copyright-text p {
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.copyright a {
  color: #fff;
  transition: 0.4s;
}
.copyright a:hover {
  color: #e81d24;
  transition: 0.4s;
}
.copyright-text p a {
  color: #fff;
}
.dng-megamenu .primary_structure > li {
  float: right !important;
  margin-left: 16px;
}
.dng-megamenu .primary_structure > li:hover{
  transition: .4s;
  border-bottom: 1px solid #e81d24;
}
.dng-megamenu .primary_structure > li  span:hover{
   color: #f50c14;
  transition: .4s;
}
.dng-megamenu .dnngo_slide_menu li a > span {
  font-size: 15px;
  color: #fff !important;
}

#dng-megamenu219470 .dnngo_slide_menu,
#dng-megamenu219470 .dnngo_slide_menu .dnngo_submenu {
  background-color: #0b2c63ed;
}
.dng-megamenu .dnngo_slide_menu > li > a > span::after,
.dng-megamenu .dnngo_submenu li a > span::after,
.dng-megamenu .submenu_title a > span::after {
  height: 2px !important;
  bottom: 3px !important;
}
/* .dropdown-menu {
  right: -33px;
  background: #f7f7f7;
  border-radius: 0px;
  top: 37px;
  display: none;
  text-align: center;
  line-height: 33px;
  width: auto;
  border: unset;
  transition: 0.3s;
  border-bottom: 2px solid #ee161f;
  border-radius: 0px 0px 9px 9px;
}
a.dropdown-item {
  font-size: 13px;
  color: #000000;
  font-weight: 500;
}
a.dropdown-toggle.nav-link::after {
  margin-right: 9px;
  position: relative;
  top: 4px;
}
.dropdown:hover .dropdown-menu {
  display: block;
  transition: 0.3s;
} */



@media only screen and (max-width: 768px) {
  .circle--slider .circle--rotate > li.active div {
    padding: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .animate-title img {
    margin-right: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .about-text_container {
    top: 12%;
    right: 11%;
    width: 38%;
  }
}

@media only screen and (max-width: 768px) {
  .circle--rotate {
    border-radius: 50%;
    border: 2px #c5c6cd solid;
    width: 100%;
    height: 100%;
    margin: 0 auto 0;
    position: relative;
    transform: rotate(30deg);
    z-index: 0;
    padding: 0;
  }
}
.icon-box10 .icon {
  border: 1px solid #cdcdcd;
}
.icon-box10 .icon i {
  color: #ee161f;
}
.icon-box10 .sico svg {
  fill: #ee161f;
}
.title-about_page {
  font-size: 32px;
  font-weight: 600;
  color: #132a5c;
}
h6.footer-title {
  padding-right: 16px;
  padding-bottom: 11px;
}
.footer-text h6{
 position: relative;
 display: inline-block;
}
.footer-text h6::before{
content: "";
    position: absolute;
    background: url(../../theme-assests/img/footer-hLine.png);
    background-size: contain;
    width: 2px;
    background-repeat: no-repeat;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
}
.footer-text ul::before{
content: "";
    position: absolute;
    background: url(../../theme-assests/img/footer-hLine2.png);
    background-size: contain;
    width: 2px;
    background-repeat: no-repeat;
    height: 100%;
    display: block;
    top: 10px;
    right: -18px;  
}
.isotope-grid {
  min-height: unset !important;
}
.isotope-grid .pic {
  height: 334px;
}
.isotope-grid .pic img {
  border-radius: 15px;
}
.portfolio-masonry-style02.isotope-grid .isotope-group button {
  border-radius: 32px !important;
  transition: 0.4s;
}
.portfolio-masonry-style02.isotope-grid .isotope-group button:hover {
  background-color: #ee161f;
  color: #fff;
  transition: 0.4s;
}
.isotope-grid .isotope-item.animat-order > .box {
  height: unset !important;
}

#dng-megamenu219470 .dnngo_menu_list,
#dng-megamenu219470 .dnngo_boxslide {
  background-color: rgb(255 255 255) !important;
  border-radius: 8px !important;
  border-bottom: 2px solid #1a2847;
}
.dng-megamenu .dnngo_menu_list li a > span {
  font-size: 14px;
  font-weight: 600;
}
.dng-megamenu .dnngo_menu_list li a > span:hover {
  color: #e81d24;
  transition: 0.4s;
}
.page-title .center .center-v {
  display: inline-block;
  width: 100%;
}
.page-title .center {
  text-align: center;
}
.Digital01-section-img {
  margin-right: 43% !important;
}
.title-responsibility {
  color: #132a5c;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 42px;
  margin-bottom: 42px;
}
.responsibility-list li {
  color: #e81d24 !important;
  font-weight: 600;
  font-size: 13px;
}
.Digital01-section-img img {
  border-radius: 8px;
}
#mobilemenu994977 .gomenu > ul > li > a > span::after {
  background-color: unset !important;
}
.mobilemenu-main .gomenu > ul > li > a > span::after {
  background-color: unset !important;
}
#mobilemenu994977 a:hover span,
#mobilemenu994977 li.current > a > span,
#mobilemenu994977 li.active > a > span,
#mobilemenu994977 li.subcurrent > a > span {
  color: #121722 !important;
}

.breadcrumbs-box ul li::after {
  color: #ede8e8;
}
.table-container {
  max-width: 100%;
  margin: 0 auto;
  overflow-x: auto;
  border-radius: 8px;
  background-color: #ffffff;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th,
td {
  padding: 12px 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #dbdbdb;
}
th {
  background: #132a5c !important;
  color: #ffffff;
  font-weight: bold;
}
th a {
  color: #ffffff !important;
  font-weight: bold;
}
td {
  color: #333;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
@media (max-width: 600px) {
  th,
  td {
    padding: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 425px) {
  .about-text_container {
    top: 12%;
    right: 11%;
    width: 80%;
  }
  .circle--slider {
    display: none;
  }
  .isotope-grid .pic {
    height: 100%;
  }
  .Digital01-section-img {
    margin: 0 !important;
  }
  .contact-context-box {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-container {
    height: 216px !important;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.Digital01-section-img .img-04 {
  bottom: -39% !important;
  max-width: 46% !important;
}
.contact-box01 .pic img {
  height: 100% !important;
}
.LiveForm.Default textarea {
  width: 100% !important;
}
.Field-Container-Wide div:nth-child(1) {
  display: flex;
  flex-direction: row;
}
.captcha-refresh {
  width: 20px !important;
  height: auto !important;
}
.LiveForm.Default .Field.mobile-under input {
  width: 100%;
}
.Field-Container-Wide div:nth-child(1) div {
  display: block !important;
}
.LiveForm.Default input[type="submit"],
.LiveForm.Default input[type="button"] {
  background: #e81d24 !important;
  width: 154px !important;
  letter-spacing: -0.5px;
  color: #dfdfdf;
  padding: 13px 9px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 32px !important;
  border: 2px solid #e81d24 !important;
  transition: 0.5s;
}
.LiveForm.Default input[type="submit"]:hover {
  background: #132a5c !important;
  color: #fff;
  transition: 0.5s;
  border: 2px solid #132a5c !important;
}
.news-details .news_card-state {
  width: 69px !important;
  text-align: center;
  padding: 5px 17px;
}
.news-details .news_card-state span {
  font-weight: 700 !important;
}
.news-card .news_card-state {
}
p img {
  border-radius: 15px;
}
#dnn_content p {
  /* font-size: 16px !important; */
  /* line-height: 34px !important; */
  text-align: justify;
}
.dng-megamenu .dnngo_menu_list > li.dir > ul {
  margin-top: -2px;
  display: none;
}
.dng-megamenu .dnngo_menu_list > li.dir:hover ul {
  display: block;
}
.dng-megamenu .dnngo_menu_list > li.dir > ul li a > span {
  color: #878786;
  margin-right: 10px;
}

.dng-megamenu .dnngo_menu_list > li.dir > a > span:after {
  content: "";
  height: 5px;
  width: 5px;
  overflow: hidden;
  margin: 0px 7px 3px 6px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  border-bottom: 1px solid;
  background-color: unset !important;
  border-right: 1px solid;
}
.dng-megamenu .dnngo_menu_list > li > a:hover > span::after {
  right: 100%;
}
.dng-megamenu .dnngo_menu_list > li > a > span::after {
  top: 20px !important;
}
ul.mright.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
  background: unset !important;
  border: unset !important;
}

.livetabsdefault.mright .mright.ui-tabs .mright.ui-tabs-nav li.mright {
  background-color: #f7f7f7 !important;
  border-radius: 200px !important;
  display: flex;
  justify-content: start;
  padding: 7px 0;
  margin-bottom: 8px;
  align-items: center;
  border: 1px solid #eaeaeade !important;
  padding-right: 8px;
}

div#LiveTabsWrapper1662 {
  display: flex;
}

/* .livetabsdefault.mright
  .mright.ui-tabs
  .mright.ui-tabs-nav
  li.mright
  a::before {
  content: "";
  position: absolute;
  background-color: #e81d24;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  bottom: 11px;
  right: 14px;
} */

.livetabsdefault.mright .mright.ui-tabs .mright.ui-tabs-nav li.mright a {
  font-size: 15px;
  position: relative;
}
.LiveForm.Default .Field .Field-Container-Wide {
  width: 100%;
}
.LiveForm.Default .Field select {
  width: 100% !important;
}
.livetabsdefault.mright .mright.ui-tabs .mright.ui-tabs-nav {
  width: 46% !important;
}
div#LiveTabsWrapper1662 {
  border: unset;
}
.livetabsdefault.mright .mright.ui-tabs .mright.ui-tabs-panel p span {
  font-size: 23px;
}
.livetabsdefault.mright .mright.ui-tabs .mright.ui-tabs-panel {
  padding-right: 25px !important;
}
div#content-builder-1660 p {
  font-size: 15px;
  line-height: 34px;
  margin-bottom: 30px;
}
.floating-active #headerrow-893713:after {
  box-shadow: unset !important;
}
#page-title {
  /* z-index: 1001; */
}

.page-title .center {
  margin-top: 100px;
}
#headerrow-893713 {
  background: linear-gradient(
    180deg,
    #202020 22%,
    #1414146b 73%,
    #ffffff00 100%
  ) !important;
}
.header-container-box {
  padding-top: 23px;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1636px;
  }
}
.quick-access {
    position: relative;
    overflow: hidden;
    padding-bottom: 3vh;
    padding-top: 26vh;
}

.each-quick_access {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.icon-wrap {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 50%;
}

.icon-wrap img {
  width: 60px;
  height: 60px;
  position: absolute;
  filter: brightness(1) invert(1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-wrap::before,
.icon-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transition: transform 0.45s ease, filter 0.45s ease;
}

/* main ring */
.icon-wrap::before {
  background: conic-gradient(
    from 100deg,                      /* rotate so white arc is bottom-right */
    #ff1a1a 0deg 175deg,              /* red arc */
    transparent 175deg 185deg,        /* small gap before white */
    #ffffff 185deg 270deg,            /* white quarter arc */
    transparent 270deg 280deg,        /* small gap after white */
    #ff1a1a 280deg 360deg             /* rest red */
  );
  -webkit-mask: radial-gradient(farthest-side,
    transparent calc(100% - 3px),
    #000 calc(100% - 3px));
          mask: radial-gradient(farthest-side,
    transparent calc(100% - 3px),
    #000 calc(100% - 3px));
  filter: brightness(1.4) saturate(1.4) drop-shadow(0 0 6px rgba(255,50,50,0.9));
}

/* glow / shine */
.icon-wrap::after {
  background: conic-gradient(
    from 100deg,                      /* rotate so white arc is bottom-right */
    #ff1a1a 0deg 175deg,              /* red arc */
    transparent 175deg 185deg,        /* small gap before white */
    #ffffff 185deg 270deg,            /* white quarter arc */
    transparent 270deg 280deg,        /* small gap after white */
    #ff1a1a 280deg 360deg             /* rest red */
  );
  -webkit-mask: radial-gradient(farthest-side,
    transparent calc(100% - 4px),
    #000 calc(100% - 4px));
          mask: radial-gradient(farthest-side,
    transparent calc(100% - 4px),
    #000 calc(100% - 4px));
  filter: blur(3px) brightness(1.6);
  opacity: .95;
  pointer-events: none;
}

/* hover swap */
.each-quick_access:hover .icon-wrap::before,
.each-quick_access:hover .icon-wrap::after {
  transform: rotate(180deg);
  filter: brightness(1.6) saturate(1.4);
}

.each-quick_access h4 {
  font-size: 29px;
  color: #ffffff;
  padding-top: 25px;
  padding-bottom: 13px;
}

.each-quick_access p {
color: #e1e1e1;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    text-align: center !important;
}
.quick-access_background{
    height: 46%;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(0deg, #010713 22%, #0107136b 73%, #0107132b 100%);
    /* opacity: .4; */
}


.news-text {
    padding-inline: 24px;
}

.gradient-overlay img {
    height: 33px;
    width: 32px;
    position: absolute;
    inset: 46%;
}

.news-card:hover .gradient-overlay {
    opacity: 1;
    transition: .4s;
}
 @media (max-width:720px){
.hse-facontent{
  width: 100%;
}
.hse-sec_container{
  padding-block: 54px;
    padding-inline: 38px;
}
.hse-sec_container::after,.hse-entitle::after,.hse-entitle::before{
  display: none;
}
.slider_text-container h2 span{
      font-size: 52px;
}
.slider_text-container h2{
      font-size: 54px;
}

.certificates .swiper-slide{
  height: 255px;
}
.latest-news{
  width: unset;
}
  }

.certificates > * {
    position: relative;
    z-index: 10;
}
.inner-page-lastPane{
  padding-bottom: 90px;
}