* {
  direction: rtl;
  box-sizing: border-box;
}
#dnn_content {
  padding-top: 90px;
  padding-bottom: 50px;
  /* 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;
}
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;
}
.slider-sec {
  height: 100vh;
  margin-top: -10vh;
  overflow: hidden;
  position: relative;
}
.banner-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  transform: translate(0%, -50%);
  object-fit: cover;
}
.slider-context {
  padding-top: 14rem;
}
.banner-context {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    33deg,
    #12205b 0%,
    rgba(255, 255, 255, 0) 51%,
    #12205b 100%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #ffffff;
  text-align: center;
}
.banner-context h1 {
  padding-bottom: 22px;
  color: #fff;
  font-weight: 600;
  font-size: 34px;
  line-height: 49px;
}
.banner-context h6 {
  color: #fff;
  line-height: 27px;
  padding-top: 40px;
  padding-bottom: 10px;
  width: 27%;
  font-weight: 600;
  font-size: 20px;
}

.slider-sec .about-btn span {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  padding: 14px 9px;
  padding-right: 0px;
  width: 162px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 32px;
  border: 2px solid #c5c6cd;
  transition: 0.5s;
}
.slider-links div.about-btn:last-child {
  margin-right: 16px;
  margin-left: 16px;
}

img.rahbar-img {
    width: 100%;
    margin-top: 80px;
    border-radius: 15px;
}
.mouse-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  margin-bottom: 13px;
}

.bouncing-dot {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  animation: slide-down 2s infinite ease-in-out;
}
@keyframes slide-down {
  0% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 20px);
    opacity: 0;
  }
}
.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;
}
.slider-product {
  margin-right: 42px;
  display: flex;
  align-items: center;
}
.slider-product span {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
.header-area.area-center.header-vertical .header-content-wrap {
  align-items: flex-start;
}
.header-bottom.header-container-box {
  border-top: 0.5px solid #ffffff40;
}

.products .swiper-container {
  overflow: hidden;
}
section.project {
  padding: 80px 0;
}
section.production {
  padding: 80px 0;
  padding-bottom: 0px;
}
.certificates .title-row {
  text-align: right;
}
.certificates .title-row .title-sec {
  padding-bottom: 50px;
}
.production .title-sec {
  padding-bottom: 33px;
}
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: #cf1217;
  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: #12205bdb;
  width: 100%;
  bottom: 0;
  border-radius: 0 0 15px 15px;
  transition: 0.5s;
}

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

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

.news-card {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  background-color: #f7f7f7;
  height: 407px;
}

.news-card h4 {
  color: #3c3c3c;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 23px;
  padding: 25px 30px 0 15px;
}

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

.news_card-img img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  transform: skewY(-2deg);
  transform-origin: bottom left;
  position: relative;
  object-fit: cover;
  filter: grayscale(0.5) contrast(0.8);
  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: #cf1217;
  padding: 7px;
  border-radius: 0 0 7px 7px;
}

.news_card-state {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 24px;
  width: 144px;
  color: #efefef;
  background: #cf1217;
  padding: 4px;
  border-radius: 0 0 7px 7px;
  z-index: 1;
}

.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: 13px;
  font-weight: 400;
  margin-top: -1px;
  z-index: 1;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  background: linear-gradient(
    0deg,
    rgb(3 60 165 / 0%) 0%,
    rgb(3 60 165 / 30%) 35%,
    rgb(19 42 92 / 70%) 100%
  );
  z-index: 0;
  pointer-events: none;
}

.news-text p {
  color: #787878;
  font-size: 11px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: -1px;
  line-height: 22px;
  padding: 0 30px 0 15px;
  margin: 0 !important;
  /*padding-bottom: 119px;*/
}

.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: 16px;
  font-weight: 700;
  color: #3c3c3c;
  position: relative;
  margin: 0;
  /* letter-spacing: -0.5px; */
  padding-right: 40px;
}

.latest-news::before {
  content: "";
  position: absolute;
  background-color: #cf1217;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  display: block;
  bottom: 5px;
  right: 23px;
}

.archieve-news {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  padding-left: 30px;
  letter-spacing: -0.5px;
  padding-right: 10px;
}

.title-news-container {
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
  margin-bottom: 15px;
  align-items: center;
}

.archieve-news-img {
  width: 20px;
}

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

.slider_img-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.slider_text-container p {
  color: #fff;
  text-align: justify;
  line-height: 35px;
  font-size: 18px;
  margin-top: 30px;
  font-weight: 400;
}

.slider-btn-container {
  text-align: left;
  /* margin-left: 75px; */
  padding-top: 42px;
}

.slider_img-container img {
  width: 62%;
}

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

.slider-btn-container a:hover {
  background-color: #25408e;
  border-color: #25408e;
}

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

.logo-container img {
  width: 100%;
  margin-top: 17px;
}

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

.nav-bar a span {
  color: #efefef;
  font-weight: 600;
  font-size: 15px;
  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: 110px 0 10px 0;
}
.about-img_container {
  width: 100%;
  /* height: 340px; */
}
.text-product {
  position: absolute;
  z-index: 100;
  top: 0;
  padding-inline: 56px;
  padding-top: 98px;
}
div.about-right-main {
  padding-top: 50px;
  background: #12205bdb;
  padding-right: 30px;
  padding-bottom: 29px;
  padding-left: 53px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 30px;
  width: 257px;
  margin-right: 7%;
  position: relative;
  z-index: 10;
}
li.about-list a {
  color: rgba(255, 255, 255, 0.82);
  line-height: 37px;
  font-size: 15px;
  position: relative;
  z-index: 10;
}
.about-sec-p p {
  color: rgb(81, 81, 81);
  line-height: 28px;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-align: justify;
}
.about-left-title {
  color: #25408e;
  font-size: 22px !important;
  font-weight: 600;
  margin-bottom: 20px;
}
div.about-left-div {
  background: rgba(255, 255, 255, 0.8);
  padding: 3%;
  width: 50%;
  border-top-right-radius: 20px;
  padding-left: 7%;
  position: relative;
  z-index: 10;
  height: 356px;
}

.about-img_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.about .title-sec {
  padding-bottom: 33px;
  /* padding-right: 10px; */
  margin-top: 70px;
}
.news-imges {
  width: 100%;
  /*height: auto;*/
  object-fit: cover;
  border-radius: 15px;
  height: 100%;
  filter: grayscale(0.5) contrast(0.8);
  transition: 0.5s;
}
.about-us-sec .more-btn_container {
  text-align: center;
}
.news-date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 32px;
  width: 62px;
  color: #efefef;
  background: #cf1217;
  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-title h4::before {
  content: "";
  position: absolute;
  background-color: #cf1217;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  bottom: 26px;
  right: 27px;
}

.news-card {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  background-color: #ffffff;
  transition: 0.5s;
  border: 1px solid #eaeaeade;
  margin-bottom: 30px;
}

.news-card h4 {
  color: #25408e;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  padding: 25px 30px 0 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-card h4::before {
  content: "";
  position: absolute;
  /* background-color: #cf1217; */
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: block;
  bottom: 8px;
  right: 15px;
}

.news_card-img::before {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 9px;
  border-radius: 20px;
  width: 72%;
  height: 80px;
  background-color: #1a2f6cfa;
  transform: skewY(3deg);
  transition: 0.5s;
  /*transform-origin: bottom left;*/
}

.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: #cf1217;
  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: #929292;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  letter-spacing: -0.5px;
  line-height: 24px;
  padding: 0 30px;
  margin: 0 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

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

.latest-news {
  font-size: 32px;
  font-weight: 700;
  color: #25408e;
  position: relative;
  margin: 0;
  letter-spacing: -0.5px;
  padding-right: 46px;
}

.latest-news::before {
  content: "";
  position: absolute;
  background-color: #cf1217;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  bottom: 14px;
  right: 26px;
}

.archieve-news {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding-left: 30px;
  letter-spacing: 0;
  padding-right: 10px;
  color: #25408e;
}

.archieve-news-img {
  width: 20px;
}

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

.slider_img-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.slider-btn-container {
  text-align: right;
  /* margin-left: 75px; */
}

.slider-btn-container a {
  background: #cf1217;
  border: 1px solid #fff;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  padding: 8px;
  font-size: 13px;
  letter-spacing: -0.5px;
  color: #dfdfdf;
  padding: 13px 9px;
  /* padding-right: 0px; */
  width: 154px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 32px;
  border: 2px solid #cf1217;
}

.slider-btn-container a:hover {
  background-color: #25408e;
  border-color: #25408e;
}

.slider-btn-container a:first-child {
  margin-left: 25px;
  color: #dfdfdf;
  padding: 13px 9px;
  /* padding-right: 0px; */
  width: 154px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 32px;
  border: 2px solid #c5c6cd;
  transition: 0.5s;
  background: #ffffff00;
}

.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: 345px;
}
.slogan-container {
  width: 160px;
	margin-top: 13px;
}
.icon-container img {
  opacity: 0.7;
  padding-left: 5px;
}

.header-content-wrap .nav-bar {
  margin-right: 50px;
  margin-top: 20px;
}

.header ul {
  padding: 0;
}

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

.icon-container {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.about-us-sec {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about-us_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
      307deg,
      #12205b 0%,
      rgba(255, 255, 255, 0) 51%,
      #12205b 100%
    ),
    url(../../theme-assests/img/back11.jpg);
}
.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.about {
  padding: 100px 0 20px 0;
}

.footer {
  background-image: linear-gradient(0deg, #28418e, #314687),
    url(../../theme-assests/img/footer-bg.jpg);
  color: #fff;
  padding: 80px 0 0 0;
  background-size: cover;
  background-position: center;
}

.footer li {
  list-style-type: disc;
  margin-bottom: 3px;
  font-size: 14px;
  color: #efefef !important;
  line-height: 38px;
}

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

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

.footer ul {
  /* margin: 0; */
  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;
  }
}

.product-sec h3 {
  position: relative;
}

.product-sec h3::before {
  content: "";
  position: absolute;
  background-color: #cf1217;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: block;
  right: -26px;
  top: 8px;
}

.product-sec h3 {
  text-align: center;
  color: #4a4a4a;
  font-weight: 700;
}

.product-sec-title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@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;
  }
}
.about-us-sec {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}
.about-us-sec > * {
  flex-grow: 1;
}

.product-1,
.product-2,
.product-3 {
  display: flex;
  height: 163px;
  padding: 45px;
  width: 100%;
  border-radius: 20px;
  position: relative;
  border: 1px solid #e6e6e7;
  /* background: #e6e6e747 !important; */
  flex-direction: row-reverse;
  transition: 0.5s;
  align-items: center;
}
.product-1:before {
  /* content: ""; */
  background: #25408e;
  position: absolute;
  height: 100%;
  width: 190px;
  left: 0;
  top: 0;
  border-radius: 17px 50% 50% 18px;
}
.product-2 {
  background-image: linear-gradient(271deg, #ffffffab, #ffffff),
    url(../../theme-assests/img/product-back1.jpg);
}
.product-3 {
  background-image: linear-gradient(90deg, #ffffff, #ffffffad),
    url(../../theme-assests/img/product-back2.jpg);
}
/* .product-1::after,
.product-2::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  background-color: #25408e;
  right: 0;
  top: 0;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.product-1::before,
.product-2::before {
  content: "";
  position: absolute;
  background-color: #25408e;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: block;
  top: 39px;
  right: 30px;
  z-index: 2;
} */
.product-img-container {
  width: 96px;
  height: 96px;
}

.product-img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0.8);
  /* filter: invert(1) brightness(2.5); */
}

/* .product-container-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 30px;
  color: #616161;
} */

.product-right-side {
  width: 20px;
  height: 100%;
  background-color: #000;
}
.about-text_container {
  position: relative;
  z-index: 3;
  text-align: center;
}
.about-text {
  font-size: 16px;
  line-height: 30px;
  color: #f5f5f5;
  text-align: center;
  padding-bottom: 42px;
}

.about-text_container h2 {
  font-size: 17px;
  padding-bottom: 11px;
  line-height: 26px;
  color: #ffffff;
  text-align: right;
  padding-right: 26px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
.about-text_container h2::before {
  content: "";
  position: absolute;
  background-color: #cf1217;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  display: block;
  top: 10px;
  right: 0;
}
.more-btn_container span {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  padding: 14px 9px;
  padding-right: 0px;
  width: 154px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 32px;
  border: 2px solid #c5c6cd;
  transition: 0.5s;
}
.more-btn_container {
  text-align: left;
  position: relative;
  z-index: 10;
}
.product-text-container {
  /* padding-right: 59px; */
  margin-left: 44px;
}

.product-detail,
.product-info {
  background-color: #ffffff;
  width: 333px;
  padding: 9px 11px;
  border-radius: 20px;
  margin-bottom: 10px;
  z-index: 1;
}

.product-text-container h4 {
  font-weight: 200;
  color: #25408e;
  font-size: 32px;
  font-weight: 700;
  margin-top: 9px;
  text-align: left;
}

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

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

.title-catalog h4 {
  font-size: 22px;
}
.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: #d4d4d4;
  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: #25408e;
  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: 18px;
  font-weight: 500;
  color: #404040;
  position: relative;
}
.form-container h5::before {
  content: "";
  position: absolute;
  background-color: #cf1217;
  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: #ffffff;
  margin-left: 25px;
  opacity: 0.9;
  font-size: 16px;
  transition: 0.5s;
}
.certificates {
  padding: 100px 0 0 0;
}
.products {
  padding: 120px 0 100px 0;
}
.certificates .swiper-container {
  overflow: hidden; /* Hide overflowing slides */
  perspective: 1000px; /* Adds 3D perspective */
}
.certificates .swiper-wrapper {
  direction: rtl;
  pointer-events: none;
}
.certificates .swiper-slide {
  height: 460px;
  background: #03264c; /* Your preferred dark color */
  border-radius: 10px;
}
.certificates .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title-row {
  text-align: center;
}
.title-row .title-sec {
  font-size: 32px;
}
.title-row .title-sec::before {
  right: -17px;
}
.certificates .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 28px !important;
}
/* Apply blur to inactive slides */
.certificates .swiper-slide:not(.swiper-slide-active) {
  filter: blur(3px);
}
.context-row_product {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.context-row {
  width: 100%;
  height: 79%;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

.text-product p {
  font-size: 16px;
  color: #fff;
  line-height: 30px !important;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 30px;
}
/* .coopswiper .swiper-slide{
width: 100px !important;
} */
.logo-corporation-div {
  width: 100%;
}
.coopswiper .swiper-slide {
  text-align: center;
}

.title-catalog img {
  position: absolute;
  left: 45px;
  top: 11px;
}

.red-circle {
  background-color: red;
  height: 500px;
  width: 500px;
  position: absolute;
  left: -30%;
  bottom: -43%;
  border-radius: 41%;
}

.download-catalog img.cat-img {
  position: absolute;
  top: 15px;
  left: 45px;
}
.title-sec {
  position: relative;
  text-align: center;
  padding-bottom: 120px;
  width: fit-content;
  font-size: 32px;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
  color: #25408e;
}

.title-sec-inbox {
  position: relative;
  text-align: right;
  line-height: 41px;
  font-size: 25px;
  width: fit-content;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
  color: #ffff;
  margin-bottom: 13px;
}

.title-sec::before {
  content: "";
  position: absolute;
  background-color: #cf1217;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  bottom: 28px;
  top: 9px;
  right: -17px;
}
section.logo-corporation-sec {
  padding: 80px 0px;
}
@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%;
  }
  .product-detail,
  .product-info {
    width: 172px;
  }
}
@media (max-width: 500px) {
  .red-circle {
    left: -87%;
  }
}
@media (max-width: 420px) {
  .red-circle {
    display: none;
  }
  .product-img-container {
    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: 100%;
  margin-top: 48%;
}
.footer-logo img {
  width: 100%;
  transition: 0.5s;
  filter: brightness(0.9);
}
.about-btn span {
  color: #ffffff;
}
.news-card:hover .news_card-img::before {
  background: #cf1217;
  transition: 0.5s;
}
.news-card.news-sec {
  background: #fff;
  border: 1px solid #eaeaeade;
}

.news-card:hover {
  background-color: #e0e0e0;
}

.news-details:hover .news-title {
  background: #12205bf2;
  transition: 0.5s;
  filter: brightness(1.3);
}

.icon-container i:hover {
  color: #2a2d93;
  transition: 0.5s;
  opacity: 1;
}

/* a.nav-link:hover {
  color: #25408e;
  transition: 0.5s;
} */

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

.slider-btn-container a:first-child:hover {
  background: #25408e;
  border: 2px solid #25408e;
  transition: 0.5s;
}

.slider-btn-container a:hover {
  background: #ee161f;
  border: 2px solid #ee161f;
  transition: 0.5s;
}

.news-card:hover {
  background-color: #2e2e2e;
}

.news-card:hover h4 {
  color: #fff;
}

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

.news-text:before {
  content: "";
  background: red;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 15px;
  bottom: 26px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
}

.news-card:hover .news-text:before {
  opacity: 1;
}

.news-card:hover .read-more img {
  filter: invert(1) brightness(1.5);
}

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

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

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

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

.more-btn_container span:hover {
  background: #cf1217;
  border: 1px solid #cf1217;
  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;
  text-align: right !important;
}

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

.news-card:hover img {
  filter: grayscale(0);
}

.news-details:hover img {
  /* filter: grayscale(0); */
  /* transition: 0.5s; */
}
.copyright {
  font-weight: 200;
  font-size: 12px;
  background: unset !important;
  padding: 10px 0;
  margin-top: 28px;
  border-top: 1px solid #d1d1d130;
  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: #cf1217;
  transition: 0.4s;
}
.copyright-text p a {
  color: #fff;
}
.dng-megamenu .primary_structure > li {
  float: right !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) {
  .slider_img-container img {
    width: 100%;
  }
}

@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) {
  .circle--rotate {
    border-radius: 50%;
    border: 2px #c5c6cd solid;
    width: 42%;
    height: 43%;
    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: #25408e;
}
h6.footer-title {
  padding-right: 16px;
  padding-bottom: 11px;
}
.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,
#dng-megamenu219470 .dnngo_slide_menu {
  background-color: rgb(12 24 61 / 81%) !important;
  border-radius: 8px !important;
  border-bottom: 2px solid #1a2847;
}

.dng-megamenu .dnngo_menu_list li a > span,
.dng-megamenu .dnngo_slide_menu > li > a > span {
  font-size: 14px;
  font-weight: 600;
}
.dng-megamenu .dnngo_menu_list li a > span:hover,
.dng-megamenu .dnngo_slide_menu > li > a > span:hover {
  color: #cf1217;
  transition: 0.4s;
}
.dng-megamenu .dnngo_slide_menu > li > a > span::after {
  display: none;
}
.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: #25408e;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 42px;
  margin-bottom: 42px;
}
.responsibility-list li {
  color: #cf1217 !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: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 20px;
  background-color: #ffffff;
}
.table-container table {
  width: 100% !important;
  border-collapse: collapse;
}
th,
td {
  padding: 12px 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #dbdbdb;
}
th {
  background: #25408e !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) {
  .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%;
}
h2#Heading_1633_6 {
  margin-top: 50px;
}
/* .Field-Container-Wide div:nth-child(1) div {
  display: block !important;
} */
.LiveForm.Default .Field .Field-Container-Wide {
  display: block !important;
}
.LiveForm.Default input[type="submit"],
.LiveForm.Default input[type="button"] {
  background: #cf1217 !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 #cf1217 !important;
  transition: 0.5s;
}
.LiveForm.Default input[type="submit"]:hover {
  background: #25408e !important;
  color: #fff;
  transition: 0.5s;
  border: 2px solid #25408e !important;
}
.news-details .news_card-state {
  text-align: center;
  padding: 7px 17px;
}
.news-details .news_card-state span {
  font-weight: 700 !important;
}
.news-card .news_card-state {
  width: 124px !important;
  text-align: center;
}
p img {
  border-radius: 15px;
}
#dnn_content p {
  line-height: 30px !important;
  font-weight: 500;
  font-size: 14px;
}
.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;
}
.title-catalog h4 {
  color: #ffffff;
}
.quick-facts {
  padding: 90px 0;
  /* background: #f4f4f4; */
}
.quick-fact-detail img {
  padding: 12px;
  width: 75px;
  margin-bottom: 23px;
  border-radius: 37%;
  background-color: #28418e;
}
.quick-fact-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quick-fact-text p {
  text-align: center !important;
}

p.quick-fact-detail-1 {
  font-size: 24px !important;
  font-weight: 600;
  margin-bottom: 11px;
  color: #25408e;
  margin-top: 5px;
}

p.quick-fact-detail-2 {
  font-weight: 600;
  color: #7c7c7c;
  font-size: 18px !important;
}

.product-2:before {
  /* content: ""; */
  background: #25408e;
  position: absolute;
  height: 100%;
  width: 190px;
  left: 0;
  top: 0;
  border-radius: 17px 50% 50% 18px;
}

.product-3:before {
  /* content: ""; */
  background: #25408e;
  position: absolute;
  height: 100%;
  width: 190px;
  left: 0;
  top: 0;
  border-radius: 17px 50% 50% 18px;
}

.product-1 {
  background: linear-gradient(271deg, #ffffffab, #ffffff),
    url(../../theme-assests/img/product-back.jpg);
  transition: 0.5s;
}

.footer-text h6 {
  font-size: 20px;
  font-weight: 600;
  margin-right: -16px;
  margin-bottom: 20px;
}

p.about-p {
  font-weight: 500;
  color: #5b5b5b;
}

.context-row .about-btn span {
  display: inline-block;
  text-align: center;
  color: #162155;
  background: #ffffff;
  padding: 14px 9px;
  padding-right: 0px;
  width: 162px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 32px;
  border: 2px solid #ffffff;
  transition: 0.5s;
}

h5.product-spec {
  font-size: 17px;
  text-align: left;
  color: #a4a4a4;
  transition: 0.5s;
  font-weight: 500;
}

.product-1:hover {
  background: linear-gradient(271deg, #ffffff82, #ffffff),
    url(../../theme-assests/img/product-back.jpg);
  transition: 0.5s;
}

.product-2:hover {
  background-image: linear-gradient(271deg, #ffffff82, #ffffff),
    url(../../theme-assests/img/product-back1.jpg);
  transition: 0.5s;
}

.product-3:hover {
  background-image: linear-gradient(271deg, #ffffff82, #ffffff),
    url(../../theme-assests/img/product-back2.jpg);
  transition: 0.5s;
}

.context-row:hover .about-btn span {
  background: #cf1217;
  color: #fff;
  border: 2px solid #cf1217;
}

.product-1:hover h5.product-spec {
  color: #25408e;
  transition: 0.5s;
  font-weight: 600;
}

.product-2:hover h5.product-spec {
  color: #25408e;
  transition: 0.5s;
  font-weight: 600;
}

.product-3:hover h5.product-spec {
  color: #25408e;
  transition: 0.5s;
  font-weight: 600;
}

section.about .container {
  border-bottom: 1px solid #e6e6e7;
  padding-bottom: 100px;
}

p.quick-fact-detail-1 strong {
  font-weight: 600;
}

section.certificates .container {
  border-bottom: 1px solid #e6e6e7;
  padding-bottom: 100px;
}

.title-area {
  margin-top: 8%;
}

section.production .container {
  padding-bottom: 80px;
  border-bottom: 1px solid #e6e6e7;
}
@media only screen and (max-width: 425px) {
  .banner-context h1 {
    font-size: 18px;
    padding-bottom: 17px;
  }
  .mouse-icon {
    display: none;
  }
  .slider-sec .about-btn span {
    padding: 11px 9px;
    width: 122px;
    font-size: 13px;
  }
  .banner-context h6 {
    width: 82%;
    display: none;
  }
  .slider-links {
    margin-bottom: 27px;
  }
  .about .title-sec {
    margin-top: 0;
  }
  .title-sec::before {
    right: -11px;
  }
  div.about-left-div {
    width: 100%;
  }
  .about-text_container h2 {
    font-size: 22px;
    line-height: 35px;
    padding-right: 1px;
  }

  .about-text {
    font-size: 12px;
  }
  .production .title-sec {
    margin-top: 0;
  }
  .footer-logo {
    margin-top: 0;
  }
  .footer-logo {
    width: 80%;
  }
  .slider-sec {
    height: 40vh;
  }
  p.quick-fact-detail-2 {
    margin-bottom: 50px;
  }
  .title-sec {
    padding-bottom: 63px;
  }
  .header-mobile .area-center {
    display: none;
  }
  .latest-news {
    font-size: 23px;
  }
  .latest-news::before {
    bottom: 10px;
  }
  .archieve-news-img {
    width: 16px;
  }
  .archieve-news {
    font-size: 13px;
  }
  .news-title h4 {
    padding: 28px 29px 20px 0;
    font-size: 15px;
  }
  .news-title h4::before {
    bottom: 34px;
    right: 10px;
  }
  .about-text_container h2::before {
    right: -21px;
  }
  div.about-left-div {
    height: unset;
  }
  .product-1 {
    margin-bottom: 19px;
  }
  .context-row {
    height: 670px;
    margin-top: 18px;
  }
}

.slider-sec img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
}
#LiveSlider1625 {
  height: 100vh !important;
}

section.news .container {
  border-bottom: 1px solid #e6e6e7;
  padding-bottom: 100px;
}
img.product_swiper-img {
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.products .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background-image: linear-gradient(358deg, #12205bdb, #12205be0);
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.products .swiper-slide {
  border-radius: 20px;
}
.products .swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet {
  opacity: 0.4 !important;
  background: #fff !important;
}
.swiper-pagination-bullet-active {
  opacity: 1 !important;
}
select#dnn_ctr1637_View_Dropdown_1637_3 {
  width: 100% !important;
}
div#dnn_ctr1640_View_LiveForm1640 {
  margin-top: 60px !important;
}

h2#Heading_1640_1 {
  padding-bottom: 15px !important;
  font-size: 24px !important;
}
div#dnn_ContentBuilderPane {
  margin-top: -90px;
}
.search-popup-box .icon::before,
.search-popup-box a.search::before {
  border: 1px solid rgb(18 23 34) !important;
}
.search-popup-box .icon::after,
.search-popup-box a.search::after {
  border-bottom: 1px solid rgb(18 23 34) !important;
}
#mobileheader-467352 .dngTextBox a:hover {
  color: #00284a !important;
}
