/* *------------------------------- Banner Start ------------------------------- */

:root {
  --banner-height: 380px;
  --banner-mb: 3.5rem;
}

/* p {
  text-align: justify !important;
} */

@media (max-width:768px) {
  .rtl .personabar-placeholder {
    left: unset !important;
    right: -80px !important;
    z-index: 1000;
    transition: all ease-in-out 0.3s;
  }

  iframe#personaBar-iframe {
    left: unset !important;
    right: -80px !important;
    transition: all ease-in-out 0.3s;
  }

  .rtl.personabar-visible {
    margin-right: 0px !important;
    transition: all ease-in-out;
  }

  .personaBarContainer.personalBarContainer {
    width: 3rem;
    height: 3rem;
    position: fixed;
    top: 20%;
    background: #0e2936;
    z-index: 999999;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 2048 2048' style='enable-background:new 0 0 2048 2048;' xml:space='preserve' aria-labelledby='Settings_title'%3E%3Ccircle class='back' cx='1024' cy='1024' r='1024'%3E%3C/circle%3E%3Cpath fill='%23fff' class='main' d='M1479.7,1016c0-37.7-5.2-74.1-14-109.1l151.9-87.6l-119.5-207.1l-150,86.7c-52.7-52.5-118.5-91.7-192-112.8 V407.6H917.1v176.1c-79.9,21.2-150.9,63.6-206.7,121.2L550,612.3L430.5,819.3L596,914.9c-7.5,32.5-11.9,66.3-11.9,101.1 c0,39.9,5.7,78.3,15.5,114.9l-169.2,97.7l119.5,207.1l170.5-98.4c54.1,52.5,121.5,91.2,196.7,111.1v192h239.1V1446 c68.7-19.7,130.4-55.6,181.2-103.1l160.8,92.8l119.5-207.1l-155.3-89.7C1473.5,1099.9,1479.7,1058.8,1479.7,1016z M1032,1283.1 c-143.1,0-259.1-116-259.1-259.1s116-259.1,259.1-259.1s259.1,116,259.1,259.1S1175.1,1283.1,1032,1283.1z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0.5rem 0 0 0.5rem;
    transition: all ease-in-out 0.3s;
  }

  .mobile.rtl.personabar-visible {
    margin-right: 80px !important;
  }

  .mobile.rtl .personabar-placeholder {
    right: 0px !important;
  }

  .mobile.rtl iframe#personaBar-iframe {
    /* left: unset !important; */
    right: 0px !important;
  }
}



.Inner__Banner,
.news__Banner {
  height: calc(var(--header-height) + var(--banner-height));
  overflow: hidden;
  margin-bottom: var(--banner-mb);
}

/* .Inner__Banner {
    position: relative;
  }
  
  .Inner__Banner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      0deg,
      rgba(0, 11, 43, 0.5) 0%,
      rgba(0, 11, 43, 0.5) 100%
    );
  } */

.Inner__Banner img,
.news__Banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.inner__Info_Title {
  color: var(--primary-20);
  margin-bottom: 2rem;
}

.inner__Info_noBanner {
  padding-block: 2rem;
  background: url(/portals/0/images/inner-ttl-back.jpg) no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 2rem;
}

.inner__Info_Title.no_Banner {
  color: var(--secondar-20) !important;
  margin-bottom: 0 !important;
}

@media (max-width: 992px) {
  .inner__Info_noBanner {
    background-size: cover;
  }

  .inner__Info_Title {
    margin-bottom: 24px;
  }
}

/* *------------------------------- Banner End ------------------------------- */

/* *------------------------------- Home Main Slider Start ------------------------------- */

.home_AboutUs {
  margin-bottom: 116px;
}

.slider__Item {
  position: relative;
}

.slider__Image_Wrapper {
  position: relative;
}

.slider__Image_Wrapper::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.main__Slider_Wrapper .slider__Image_Wrapper img,
.main__Slider_Wrapper .slider__Image_Wrapper video {
  width: 100%;
  height: 424px;
  max-height: 424px;
  object-fit: cover;
  object-position: center;
  /* transform: rotateY(180deg); */
}

.main__Slider_Wrapper{
  margin-bottom: 100px;
}

.mainSlider__Link {
  color: #FFF !important;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body.rtl .mainSlider__Link{
  letter-spacing: 0;
}

.mainSlider__Link .ezIcon {
  background: #FFF;
}

body.rtl .mainSlider__Link .ezIcon{
  rotate: 180deg;
}

.mainSlider__Link:hover .ezIcon {
  transform: translateX(6px);
}

.main__Slider_Parents .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.main__Slider_Wrapper .main__Slider_Desc {
  margin-bottom: 1.5rem;
  text-align: center !important;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.main__Slider_Wrapper .main__Slider_Desc p {
  text-align: center !important;
}

.main__Slider_Wrapper .main__Slider_Title {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: normal;
}

.mainSlider__Link {
  gap: 0;
}

.main__Slider_Wrapper .slick-dots li button {
  background: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0px -4px 0px 0px #949494 inset;
  border-radius: 0 !important;
  height: 4px !important;
  width: 100% !important;
}

.main__Slider_Wrapper .slick-dots .slick-active button {
  box-shadow: unset !important;
  overflow: hidden;
  display: flex;
}

.main__Slider_Wrapper .slick-dots .slick-active button::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--secondar-50);
  animation: progress 6000ms linear 1;
}

.main__Slider_Wrapper:hover .slick-dots .slick-active button::after,
.main__Slider_Wrapper:focus .slick-dots .slick-active button::after {
  animation-play-state: paused !important;
}

@keyframes progress {
  from {
    width: 0;
  }
}

.main__Slider_Wrapper .slick-dots {
  gap: 1rem;
  position: static !important;
  justify-content: end;
}

.main__Slider_Wrapper .dots {
  display: flex;
  justify-content: end;
  width: 100% !important;
  position: absolute;
  width: fit-content;
  bottom: 2rem;
  gap: 44px;
  flex-direction: column;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

body.rtl .main__Slider_Wrapper .dots {
  right: auto;

}

@media (max-width:992px){
  body.rtl .main__Slider_Wrapper .dots{
    transform: translateX(-10px);
  }
}

.main__Slider_Wrapper .slick-arrow {
  position: static !important;
  transform: unset !important;
  translate: unset !important;
  background: #fff !important;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% !important;
  transition: var(--transition);
}

html body .main__Slider_Wrapper .slick-prev:hover {
  transform: scale(0.96) !important;
  background: #fff !important;
}

html body .main__Slider_Wrapper .slick-next:hover {
  transform: scale(0.96) !important;
  background: #fff !important;
}

.main__Slider_Wrapper .slick-arrow::before {
  background: var(--secondar-30) !important;
  --slick-arrow-icon: 0.75rem;
  mask: url(../assets/icons/chevUp.svg) no-repeat center;
  mask-size: cover;
  -webkit-mask: url(../assets/icons/chevUp.svg) no-repeat center;
}

.slick-next::before {
  transform: rotate(0) !important;
}

body.rtl .slick-next::before {
  transform: rotate(180deg) !important;
}

.slick-prev::before {
  transform: rotate(180deg) !important;
}

body.rtl .slick-prev::before {
  transform: rotate(0) !important;
}

.main__Slider_Wrapper .arrow_Wrapper {
  display: flex;
  width: 100%;
  gap: 0.375rem !important;
  align-items: center;
  justify-content: end;
}

.main__Slider_Wrapper .slick-next {
  order: 2;
}

.main__Slider_Wrapper .slick-dots li {
  display: flex;
  align-items: center;
  width: 100% !important;
}

.main__Slider_Wrapper .slick-arrow:hover {
  background: transparent !important;
}

.slider__Item {
  height: fit-content;
}

@media (max-width: 992px) {
  .news_Cards_Small {
    position: relative;
  }

  .slider_Count {
    position: absolute;
    top: 4px;
    right: 1rem;
    color: var(--Gray-70);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
  }

  .news_Card_Small_Ttl {
    width: calc(100% - 1.5rem);
  }

  .main__Slider_Wrapper .main__Slider_Desc {
    margin-bottom: 50px;
  }

  .main__Slider_Wrapper .main__Slider_Title {
    margin-bottom: 1.5rem;
    line-height: 3.125rem;
  }

  body.rtl .main__Slider_Wrapper .dots {
    left: auto;
    right: 0;
  }

  .mainSlider__Link {
    width: 120px;
  }

  .slick-dots li button {
    width: 1rem !important;
  }

  .main__Slider_Wrapper .slider__Image_Wrapper img,
  .main__Slider_Wrapper .slider__Image_Wrapper video {
    height: 600px;
    max-height: 600px;
  }

  .main__Slider_Wrapper .slider__Content_Wrapper {
    padding-inline: 2rem;
    align-items: center;
  }

  .main__Slider_Wrapper .slick-dots li button {
    width: 80px !important;
  }

  .main__Slider_Wrapper .slick-dots li {
    width: fit-content !important;
  }

  .dots_Wrapper {
    display: flex;
    padding-inline-start: 1.5rem;
  }

  .logo__Title .title {
    font-size: 30px;
    line-height: normal;
  }

  .aboutUs_Txt {
    font-size: 14px !important;
  }
}

/* !------------------------------- Home Main Slider End --------------------------------- */

.news_Cards_Small_Wrapper {
  background: var(--Gray-99);
  border-bottom: 1px solid var(--Gray-90);
  padding-block: 2rem;
  margin-bottom: 82px;
}

.news_Cards_Small {
  display: flex;
  align-items: center;
}

.news_Card_Small {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.news_Card_Small:not(:last-child) {
  padding-inline-end: 2rem;
  margin-inline-end: 2rem;
  border-inline-end: 1px solid #c4c4c4;
}

.news_Card_Small_Ttl {
  color: var(--secondar-50);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
}

.news_Card_Small_Summary {
  color: var(--secondar-00);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  transition: var(--transition);
}

.news_Card_Small:hover .news_Card_Small_Summary {
  color: var(--secondar-30);
}

@media (max-width: 992px) {
  .news_Cards_Small {
    display: block;
  }

  .news_Card_Small:not(:last-child) {
    padding-inline-end: 0;
    margin-inline-end: 0;
    border-inline-end: none;
  }

  .news_Cards_Small_Wrapper {
    margin-bottom: 58px;
  }
}

.aboutUs_Wrapper {
  display: flex;
  gap: 68px;
  margin-top: 24px;
  margin-bottom: 98px;
}

body.rtl .project_Card_City span{
  letter-spacing: 0;
}

.aboutUs_Txt {
  flex: 1;
  color: var(--Gray-50);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

body.rtl .aboutUs_Txt{
  line-height: 32px;
}

.aboutUs_Video {
  flex: 1;
}

.aboutUs_Video {
  position: relative;
}

.aboutUs_Video::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.4);
}

.aboutUs_Video::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102px;
  height: 40px;
  background: url(../assets/icons/play.svg) no-repeat center;
  transition: var(--transition);
  cursor: pointer;
  display: none;
}

.aboutUs_Video:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}

.aboutUs_Video.active::after {
  opacity: 0;
  visibility: hidden;
}

.aboutUs_Video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.aboutUs_Link {
  letter-spacing: 0.0625rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--secondar-50) !important;
  font-size: 12px;
  font-weight: 600;
  margin-top: 28px;
  text-transform: uppercase;
}

body.rtl .aboutUs_Link{
  letter-spacing: 0;
}

.aboutUs_Link .ezIcon {
  background: var(--secondar-40);
  --icon: 1.25rem;
}

body.rtl .aboutUs_Link .ezIcon{
  rotate: 180deg;
}

.aboutUs_Link:hover .ezIcon {
  transform: translateX(6px);
}

@media (max-width: 992px) {
  .aboutUs_Wrapper {
    flex-direction: column;
    gap: 18px;
    margin-top: 1.5rem;
    margin-bottom: 100px;
  }
}

.cytometry_Tab_Par {
  display: flex;
}

.cytometry_Tab_List {
  flex: 0 0 25%;
  max-width: 25%;
  border-inline-start: 1px solid #e2e2e2;

  flex-direction: column;
  border-bottom: none;
}

.cytometry_Tab_Content {
  flex: 0 0 75%;
  max-width: 75%;
}

.cytometry_Tab_Par .nav-item {
  flex: 1;
}

.cytometry_Tab_List .nav-link:first-child {
  border-top: 1px solid var(--Gray-90);
}

.cytometry_Tab_List .nav-link {
  cursor: pointer;
  margin-bottom: 0;
  border: none;
  border-inline-end: 1px solid var(--Gray-90);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-inline-start: 2.5rem;
  width: 100%;
  height: 100%;
  color: var(--secondar-20) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: normal;
  transition: var(--transition);
  border-bottom: 1px solid var(--Gray-95);
  background: #f4f4f4;
  border-radius: 0 !important;
  border-inline-start: 4px solid transparent !important;
  isolation: isolate !important;
}

.cytometry_Tab_List .nav-link:hover {
  border-color: var(--Gray-90) !important;
}

.cytometry_Tab_List .nav-link.active {
  background: #f8f8f8 !important;
  border-bottom: 1px solid var(--Gray-90);
  border-inline-end: none !important;
  border-inline-start: 4px solid var(--secondar-40) !important;
}

.cytometry_Tab_List .nav-link span {
  transition: var(--transition);
  position: relative;
  display: block;
  cursor: pointer;
}

.cytometry_Tab_List .nav-link.active span {
  color: var(--secondar-10) !important;
  font-weight: 600 !important;
}

.cytometry_Tab_Content .tab-pane {
  padding: 2rem 60px;
  height: 100%;
  border: 1px solid var(--Gray-90);
  background: #f8f8f8;
  border-inline-start: none !important;
}

.cytometry_Tab_Content .tab-pane h4 {
  color: var(--secondar-40) !important;
  margin-bottom: 1rem;
}

.wwd_Detail_Below_Ttl h3 {
  color: var(--secondar-20) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: normal;
}

.wwd_Detail_Below_Ttl h3::before {
  top: -8px;
}

.wwd_Detail_Upper {
  margin-bottom: 62px;
}

.wwd_Detail_Cards {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.wwd_Detail_Card {
  display: flex;
  gap: 30px;
}

.wwd_Detail_Card_Img {
  width: fit-content;
  height: fit-content;
}

.wwd_Detail_Card_Content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.wwd_Detail_Card_Ttl {
  color: var(--Tertiary-T10, #00463f);
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  /* 144.444% */
}

.wwd_Detail_Card_Txt {
  color: #949494;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  margin-top: 1rem;
}

.wwd_Detail_Card_Link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #02a783 !important;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 26px;
  margin-top: 44px;
}

body.rtl .wwd_Detail_Card_Link{
  letter-spacing: 0;
}

.wwd_Detail_Card_Link .ezIcon {
  background: #02a783;
  --icon: 1.25rem;
}

body.rtl .wwd_Detail_Card_Link .ezIcon{
  rotate: 180deg;
}

.wwd_Detail_Card_Link:hover .ezIcon {
  transform: translateX(6px);
}

.wwd_Detail_Card_Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 262px;
}

.wwd_Txt_Wrapper {
  padding-block: 18px 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wwd_Txt_Wrapper p{
  color: var(--Gray-50);
}

.wwd_Top_Sec{
  display: flex;
  gap: 128px;
  margin-bottom: 54px;
}

body.rtl .wwd_Top_Sec{
  margin-bottom: 98px;
}

.wwd_Top_Sec img{
  width: 498px;
  height: 350px;
}

.wwd_Title{
  font-size: 30px;
  font-weight: 600;
  color: var(--Gray-30);
  line-height: 40px;
  position: relative;
}

body.rtl .wwd_Title{
  font-weight: 700;
}
.wwd_Title::before{
  content: "";
    width: 40px;
    height: 2px;
    background-color: var(--secondar-70);
    position: absolute;
    top: -16px;
}

.wwd_Txt_Wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

body.rtl .wwd_Txt_Wrapper p{
  line-height: 32px;
}

@media (max-width: 992px) {
  .wwd_Txt_Wrapper p {
    font-size: 14px;
	text-align: justify;
  }
  .wwd_Title{
    font-size: 24px;
  }
  .wwd_Top_Sec{
    flex-direction: column-reverse;
    gap: 32px;
    margin-bottom: 0;
  }
  .wwd_Top_Sec img{
    height: 100%;
    width: 100%;
  }

  .wwd_Txt_Wrapper {
    padding-block: 18px 80px;
}
}

.project_Cards_Wrapper {
  background: var(--secondar-10);
  /* padding-block: 100px; */
  margin-bottom: 100px;
  padding-top: 130px;
  padding-bottom: 90px;
}

/* .project_Cards_Home {
  display: flex;
  gap: 2rem;
} */

.project_Card_Wrapper {
  flex: 1;
}

.project_Cards_Wrapper .slick-slide {
  padding-right: 16px;
}

.project_Cards_Arrows{
  position: relative;
  display: flex;
  width: 200px;
  margin-left: auto;
  margin-bottom: -32px;
}

body.rtl .project_Cards_Arrows{
  margin-left: unset;
  margin-right: auto;
  transform: translateX(20px);
  z-index: 1;
}

@media (max-width: 992px){
  .project_Cards_Arrows{
    width: 20px;
    margin-bottom: -20px;
    margin-right: 36px;
  }
  body.rtl .project_Cards_Arrows .slick-next{
    translate: 60% !important;
  }
}

@media (min-width: 992px){
  .project_Cards_Arrows .slick-arrow.slick-prev{
    left: 24px !important;
  }
}


.project_Cards_Arrows .slick-arrow.slick-next{
  right: 0 !important;
  left: unset !important;
  top: 0 !important;
  transform: translateY(-50%) !important;
  /* background-color: #FFF !important; */
}

.project_Cards_Arrows .slick-arrow.slick-arrow{
  background-color: #FFF !important;
}

.project_Cards_Arrows .slick-arrow.slick-prev{
  /* background-color: #FFF !important; */
  right: unset !important;
}

body.rtl .project_Cards_Arrows .slick-arrow.slick-prev{
  left: 80px !important;
  /* background-color: #FFF !important; */
}

.project_Cards_Arrows .slick-arrow.slick-next:hover,.project_Cards_Arrows .slick-arrow.slick-prev:hover{
  background-color: var(--secondar-70) !important;
  color: #00463f !important;
}

body.rtl .project_Cards_Arrows .slick-arrow.slick-next:hover{
  background-color: var(--secondar-70) !important;
  color: #00463f !important;
}




.project_Card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.project_Card_Img {
  position: relative;
  overflow: hidden;
}

.project_Card_Img img {
  height: 360px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 1s;
}

.project_Card_Img img:hover{
  transform: scale(1.1);
}

.project_Card_Img:hover .project_Card_Title{
  padding-left: 8px;
}

.project_Card_Content {
  padding-inline:1rem ;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.project_Card_City span {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-inline-start: 56px;
  letter-spacing: 1px;
  position: relative;
}

.project_Card_City span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background: var(--secondar-60);
}

body.rtl .project_Card_City span::before{
  left: unset;
  right: 0;
}

.project_Card_Title {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  transition: var(--transition) !important;
}

.project_Card_Summary {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.project_Card_More {
  max-height: 48px;
  width: fit-content;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 26px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 2rem !important;
  border-radius: 24px !important;
  border: 1px solid #fff !important;
  margin-top: 18px !important;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}

.news_Card_Footer .project_Card_More {
  padding: 4px 2rem !important;
}


.project_Card_More::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%) !important;
  --icon-url: url(../assets/icons/chevUp.svg);
  --icon-color: #fff;
  --icon: 1.5rem;
  height: var(--icon);
  width: 0;
  min-width: var(--icon);
  min-height: var(--icon);
  display: inline-flex;
  vertical-align: middle;
  background: var(--icon-color);
  mask: var(--icon-url) no-repeat center / var(--icon-inner, cover);
  -webkit-mask: var(--icon-url) no-repeat center / var(--icon-inner, cover);
  margin-inline-start: var(--icon-ms, 0);
  margin-inline-end: var(--icon-me, 0);
  margin-block: var(--icon-mt, 0) var(--icon-mb, 0);
  transition: all var(--transition);
  -webkit-transition: all var(--transition);
  rotate: calc(var(--icon-rotate, 0deg) * var(--direction-num, 1));
  transform: var(--icon-transform, none);
}


body.rtl .project_Card_More::before{
  right: 0;
  transform: translate(-100%, 50%) !important;
  left: unset;
  rotate: 180deg;
}



.project_Card_More:hover {
  background: var(--secondar-60) !important;
  border-color: var(--secondar-60) !important;
  color: var(--secondar-60) !important;
}

.project_Card_More:hover::before {
  width: 1.5rem;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

body.rtl .project_Card_More:hover::before{
  left: unset;
  right: 50%;
  transform: translate(-50%, 50%) !important;
}

.wwd_Detail_Below_Ttl>h3 span {
  position: relative;
  /* padding-top: 56px; */
}

.wwd_Detail_Below_Ttl>h3 span::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: var(--secondar-50);
  position: absolute;
  top: -16px;
}

.project_Cards_Wrapper .logo__Title .title {
  color: #fff !important;
  margin-bottom: 48px;
  display: block;
}

.cytometry_Tab_Wrapper {
  /*transform: translateY(334px);
  margin-top: -334px;*/
  z-index: 1;
  position: relative;
}

.news_Card_List {
  display: flex;
  gap: 24px;
  margin-top: 2rem;
}

@media (min-width:992px){
  .news_Card_List{
    height: 470px;
  }
}

.news_Card_Wrapper {
  flex: 1;
  position: relative;
  z-index: 2;
}

.news_Card_Wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}

.news_Card_Img {
  position: relative;
}

.news_Card_Img img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: center;
  transition: var(--transition);
}

.news_Card:hover .news_Card_Img img {
  height: calc(100% - 114px);
}

.news_Inner_Image_Gallery .slick-slide img {
  max-width: 100%; 
  transition: transform 0.5s; 
 }

.news_Inner_Image_Gallery .slick-slide.slick-center img{
  transform: scale(1);
  opacity: 1;
}

.news_Inner_Image_Gallery{
  margin-bottom: 40px;
}

.news_Inner_Image_Gallery .slick-slide img{
  transform: scale(0.8);
  opacity: 0.6;
}

.news_Inner_Image_Gallery .slick-track{
  display: flex;
  align-items: center;
}

.fancybox-image{
  opacity: 1 !important;
}

.news_Inner_Gallery_Arrows{
  position: relative;
  display: flex;
  gap: 50px;
  width: 100px;
  justify-content: center;
  margin-inline: auto;
  height: 80px;
  align-items: center;
}

.news_Inner_Gallery_Arrows .slick-arrow{
  transform: unset !important;
  background-color: var(--secondar-90) !important;
  border: 1px solid var(--secondar-70) !important;
  width: 40px;
  height: 40px;
  position: static !important;
  translate: unset !important;
  flex: 1;
  padding: 10px;
}

.news_Inner_Gallery_Arrows .slick-arrow:not(.slick-disabled):hover{
  background-color: var(--secondar-70) !important;
}

.news_Inner_Gallery_Arrows .slick-arrow.slick-next{
  order: 2;
}

.news_Inner_Gallery_Arrows .slick-dots{
  transform: translateY(5px);
}

.news_Inner_Gallery_Arrows .slick-arrow.slick-prev{
  right: unset !important;
  left: -120px !important;
}

.news_Inner_Gallery_Arrows .slick-dots li button{
  border-radius: 50px !important;
  width: 4px !important;
  background-color: var(--secondar-90) !important;
  transform: unset !important;
}
.news_Inner_Gallery_Arrows .slick-dots li.slick-active button{
  background-color: var(--secondar-50) !important;
  transform: scale(1.3) !important;
}

.news_Card_Title {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  left: 50%;
  padding-inline: 40px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  z-index: 2;
  padding-top: 10px;
  height: 114px;
  transition: var(--transition);
  display: none;
}


.news_Card:hover .news_Card_Title {
  bottom: 192px;
}

.news_Card_Title a {
  position: relative;
}

.news_Card_Title a::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--secondar-50);
}

body.rtl .news_Card_Title a::before{
  left: unset;
  right: 0;
}

.news_Card_Content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 0;
  padding: 0 40px;
  background: var(--secondar-30);
  overflow: hidden;
  transition: var(--transition);
}

.news_Card:hover .news_Card_Content {
  height: 160px;
  padding: 1rem 40px;
}

.news_Card_Summary {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 38px;
  height: 50px;
}

.news_Card_More {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 48px;
  border-radius: 24px;
  border: 1px solid #fff;
  padding: 18px 2rem;
  width: fit-content;
}

.story_Card_List {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.story_Card_List .story_Card_Wrapper:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}

.story_Card_List .story_Card_Wrapper:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}

.story_Card_List .story_Card_Wrapper:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
}

.story_Card {
  display: flex;
  gap: 24px;
  height: 100%;
}

.story_Card_Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(50%) saturate(140%);
  transition: 1s;
  transform: unset;
}

.story_Card:hover img{
  transform: scale(1.2);
}

.story_Card_Wrapper:not(:first-child) .story_Card_Img img {
  width: 160px;
  height: 100%;
}

.story_Card_Content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.story_Card_Cat a {
  color: var(--secondar-30);
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-inline-start: 36px;
  letter-spacing: 0.0625rem;
}

body.rtl .story_Card_Cat a{
  letter-spacing: 0;
}

.story_Card_Cat a::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--secondar-60);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

body.rtl .story_Card_Cat a::before{
  left: unset;
  right: 0;
}

@media (max-width: 992px) {
  .story_Card_Cat a {
    padding-inline-start: 0;
  }

  .story_Card_Cat a::before {
    top: -12px;
  }
}

.story_Card_Title {
  color: var(--Gray-10);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
}

body.rtl .story_Card_Title{
  line-height: 32px;
}


.story_Card_Summary {
  color: var(--Gray-40);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 18px;
  /* 150% */
}

body.rtl .story_Card_Summary{
  font-size: 14px;
  line-height: 28px;
}


.story_Card_Wrapper:not(:first-child) .story_Card_Content {
  gap: 10px;
}

.story_Card_More {
  color: var(--secondar-40) !important;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  letter-spacing: 1px;
}

body.rtl .story_Card_More{
  letter-spacing: 0;
}

.story_Card_More .ezIcon {
  background: var(--secondar-40);
}

body.rtl .story_Card_More .ezIcon{
  rotate: 180deg;
}

.story_Card_More:hover .ezIcon {
  transform: translateX(6px);
}

.story_Card_Img {
  position: relative;
  min-width: 160px;
  min-height: 160px;
  overflow: hidden;
}

.story_Card_Wrapper:first-child .story_Card .story_Card_Img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width:992px){
  .story_Card Img:first-child{
    height: 570px;
    filter: brightness(50%) saturate(140%);
  }
  .story_Card_Img{
    min-width: 120px !important;
  }
}

.story_Card_Wrapper {
  width: 100%;
}

.story_Card_Wrapper:first-child .story_Card {
  position: relative;
}

.story_Card_Wrapper:first-child .story_Card_Img::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.6) !important;
}

.story_Card_Wrapper:first-child .story_Card_Content {
  position: absolute !important;
  bottom: 2rem;
  left: 2.5rem;
  padding-inline-end: 40px;
}

body.rtl .story_Card_Wrapper:first-child .story_Card_Content{
  padding-inline-start: 40px;
}

.story_Card_Wrapper:first-child .story_Card_Title {
  height: 68px !important;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
  /* 141.667% */
}

.story_Card_Wrapper:first-child .story_Card_Summary {
  margin-bottom: 4px !important;
}

.story_Card_Wrapper:first-child .story_Card_Cat a,
.story_Card_Wrapper:first-child .story_Card_Title,
.story_Card_Wrapper:first-child .story_Card_Summary {
  color: #fff !important;
}

.story_Card_Wrapper:first-child .story_Card_More {
  color: #fff !important;
  border-radius: 24px !important;
  border: 1px solid #fff !important;
  padding: 14px 30px !important;
  height: 40px !important;
  width: fit-content;
  transition: var(--transition);
}

.story_Card_Wrapper:first-child .story_Card_More:hover {
  background: var(--secondar-50) !important;
  border-color: var(--secondar-50) !important;
}

.story_card_wrapper:first-child .story_Card_More .ezIcon {
  background: #fff !important;
}

.story_Card_Header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 44px;
  margin-top: 98px;
}

.story_Card_Header_Desc {
  color: var(--secondar-40);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.0625rem;
}

body.rtl .story_Card_Header_Desc{
  letter-spacing: 0;
}

.story_Card_Header_Desc::before {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: var(--secondar-50);
}

.story_Card_Header_Title {
  color: var(--Gray-30);
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 47.88px;
  /* 133% */
}

body.rtl .story_Card_Header_Title{
  font-weight: 700;
}

.home_Career {
  margin-block: 98px;
  display: flex;
  gap: 78px;
}

.home_Career_Desc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* flex: 1; */
  padding-top: 64px;
}

.home_Career_Badge {
  letter-spacing: 1px;
  color: var(--secondar-40);
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-inline-start: 56px;
}

body.rtl .home_Career_Badge{
  letter-spacing: 0;
}

.home_Career_Badge::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--secondar-60);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

body.rtl .home_Career_Badge::before{
  left: unset;
  right: 0;
}

.home_Career_Title {
  color: var(--Gray-30);
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
}

body.rtl .home_Career_Title{
  font-weight: 700;
}

.home_Career_Txt {
  color: #949494;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.home_Career_Btn_Link {
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  /* gap: 0.25rem; */
  color: var(--secondar-30) !important;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  margin-top: 18px;
}

body.rtl .home_Career_Btn_Link{
  letter-spacing: 0;
}

.home_Career_Btn_Link .ezIcon {
  background: var(--secondar-30);
  --icon: 1rem;
}

body.rtl .home_Career_Btn_Link .ezIcon{
  rotate: -90deg;
}

.home_Career_Btn_Link:hover .ezIcon {
  /* transform: translateX(4px) rotate(45deg); */
  transform: translateX(8px);
}

body.rtl .home_Career_Btn_Link:hover .ezIcon{
  transform: translateY(-8px);
}

.home_Career_Cards {
  display: flex;
  gap: 24px;
  flex: 1;
}

.home_Career_Card {
  position: relative;
  flex: 1;
  overflow: hidden;
}

.home_Career_Card_Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
  transform: unset;
}

.home_Career_Card:hover img{
  transform: scale(1.1);
}

.home_Career_Card_Content {
  padding: 2rem 2rem 2rem 1rem;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

@media (max-width: 992px) {
  .home_Career_Card_Content {
    left: -2px;
    bottom: -2px;
  }
}

.home_Career_Card_Link {
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  /* gap: 0.25rem; */
  color: var(--secondar-30) !important;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}

body.rtl .home_Career_Card_Link{
  letter-spacing: 0;
}

.home_Career_Card_Link .ezIcon {
  background: var(--secondar-30);
  --icon: 1rem;
}

body.rtl .home_Career_Card_Link .ezIcon{
  rotate: -90deg;
}

.home_Career_Card_Link:hover .ezIcon {
  /* transform: translateX(4px) rotate(45deg); */
  transform: translateX(8px);
}

body.rtl .home_Career_Card_Link:hover .ezIcon{
  transform: translateY(-8px);
}

.home_Career_Card_Title {
  color: var(--Gray-40);
  font-size: 24px;
  font-weight: 600;
  line-height: 33.84px;
}

.home_Wrapper {
  background: #f8f8f8;
  padding-top: var(--header-height) !important;
}

@media (max-width: 992px) {

  .project_Card_City span{
    padding-inline-start: 0 !important;
  }

  .project_Card_City span::before{
    top: -8px !important;
    transform: unset !important;
  }

  .story_Card_Summary{
    margin-bottom: 0;
  }

  .story_Card_Wrapper:not(:first-child) .story_Card_Content{
    gap: 8px;
  }

  .wwd_Top_Sec img {
    margin-bottom: 72px;
  }

  .cytometry_Tab_Par {
    flex-direction: column;
  }

  .cytometry_Tab_List,
  .cytometry_Tab_Content {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .home_Career {
    flex-direction: column;
    margin-top: 120px;
    gap: 32px;
  }

  .home_Career_Desc {
    padding-top: 0;
  }

  .home_Career_Title {
    font-size: 30px;
    margin-bottom: 0;
  }

  .home_Career_Btn_Link {
    margin-top: 0;
  }

  .home_Career_Cards {
    flex-direction: column;
    gap: 40px;
  }

  .home_Career_Card {
    position: relative;
    flex: 1;
  }

  .project_Cards_Home {
    display: block;
  }

  .project_Card_Wrapper {
    margin-inline: 0.5rem;
  }

  .project_Cards_Home .slick-list {
    margin-inline: -0.5rem;
    padding-inline-end: 3rem;
  }

  .project_Card_Title {
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: 1.125rem !important;
    --line-limit: 2 !important;
    /* height: 52px; */
    padding-left: 0;
  }

  .project_Card_Summary {
    font-size: 14px;
    --line-limit: 3 !important;
  }

  .project_Card_More {
    font-size: 12px;
    margin-top: 10px !important;
  }

  .project_Cards_Wrapper {
    padding-block: 130px 80px;
  }

  .news_Card_Img img {
    height: 470px;
  }

  .news_Card:hover .news_Card_Img img {
    height: 470px;
  }

  .news_Card_List {
    flex-direction: column;
    gap: 48px;
    margin-top: 40px;
  }

  .news_Card_Title {
    height: 92px !important;
    padding-inline: 40px !important;
    font-size: 18px;
  }

  .story_Card_Top {
    display: flex;
    gap: 20px;
  }

  .story_Card_Header {
    margin-top: 120px;
    margin-bottom: 56px;
  }

  .story_Card_Header_Title {
    font-size: 18px;
    line-height: normal;
  }

  .story_Card_List {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
  }

  .story_Card_Wrapper:first-child .story_Card_Img img {
    min-height: 362px;
  }

  .story_Card_List .story_Card_Wrapper:nth-child(1) {
    margin-bottom: 8px;
  }

  .story_Card_Wrapper:first-child .story_Card_Content {
    left: 1rem !important;
    bottom: 2rem !important;
    padding-inline-end: 1rem !important;
  }

  .story_Card_Wrapper:first-child .story_Card_Title {
    font-size: 18px !important;
    line-height: 34px !important;
    /* 188.889% */
    margin-bottom: 0 !important;
  }

  .story_Card_Wrapper:first-child .story_Card_Summary {
    margin-bottom: 1rem !important;
  }

  .story_Card_Wrapper:first-child .story_Card_More {
    padding: 12px 2rem;
    max-height: 40px;
    font-size: 12px;
  }

  .story_Card,
  .wwd_Detail_Card {
    /* flex-direction: column; */
    gap: 12px;
  }

  .wwd_Detail_Card{
    flex-direction: column;
  }

  .wwd_Detail_Card_Link {
    margin-top: 16px;
  }

  .wwd_Detail_Card_Ttl {
    font-size: 1rem;
  }

  .wwd_Detail_Cards {
    gap: 24px;
  }

  .wwd_Detail_Card_Img,
  .wwd_Detail_Card_Img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .story_Card_Wrapper:not(:first-child) .story_Card_Img img {
    width: 114px !important;
    min-width: 114px !important;
    height: 114px !important;
  }

  .story_Card_Title {
    color: var(--secondar-00);
    font-size: 16px;
    line-height: 24px;
  }

  .footer_Links_Wrapper_Ttl,
  .footer_Social_Ttl {
    margin-top: 64px;
  }

  .projects_location{
    font-size: 14px;
    letter-spacing: 0;
  }

  .projects_btn{
    padding-block: 10px !important;
  }

  .cytometry_Tab_List .nav-link {
    padding: 1rem;
    padding-inline-start: 0.75rem;
    color: var(--secondar-10) !important;
    border: none !important;
    position: relative;
  }
	
	body.rtl  .cytometry_Tab_List .nav-link{
		padding-inline-start: 2.75rem;	
	}

  .cytometry_Tab_List .nav-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-14px, -50%) !important;
    --icon-url: url(../assets/icons/plus.svg);
    --icon-color: var(--secondar-50);
    --icon: 1.25rem;
    height: var(--icon);
    width: 0;
    min-width: var(--icon);
    min-height: var(--icon);
    display: inline-flex;
    vertical-align: middle;
    background: var(--icon-color);
    mask: var(--icon-url) no-repeat center / var(--icon-inner, cover);
    -webkit-mask: var(--icon-url) no-repeat center / var(--icon-inner, cover);
    margin-inline-start: var(--icon-ms, 0);
    margin-inline-end: var(--icon-me, 0);
    margin-block: var(--icon-mt, 0) var(--icon-mb, 0);
    transition: all var(--transition);
    -webkit-transition: all var(--transition);
    rotate: calc(var(--icon-rotate, 0deg) * var(--direction-num, 1));
    transform: var(--icon-transform, none);
  }

  .cytometry_Tab_List .nav-link.active::before {
    --icon-url: url(../assets/icons/minus.svg);
  }

  .cytometry_Tab_List {
    border: 1px solid var(--Gray-90);
    background: var(--Gray-99);
  }

  .cytometry_Tab_List .tab-pane {
    padding: 1rem;
    height: 100%;
    background: #f8f8f8;
  }

  .cytometry_Tab_List .nav-link.active {
    background: #f2f2f2 !important;
    border-bottom: 1px solid var(--Gray-90) !important;
    border-inline-start: none !important;
  }

  .news_Card_Small_Summary {
    font-size: 14px;
  }

  .aboutUs_Link {
    margin-top: 12px;
  }

  .project_Cards_Wrapper .logo__Title .title {
    margin-bottom: 40px;
  }

  /* .story_Card_Cat {
    padding-inline-start: 1rem;
  } */

  /* .story_Card_More {
    margin-top: 8px;
  } */

  .container {
    padding-inline: 1.5rem !important;
  }

  .DnnModule-436 {
    position: relative;
    z-index: 1;
  }

  .home_Wrapper {
    background: #fff;
  }

  .DnnModule-436::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 48px);
    height: calc(100% + 110px);
    background: #f8f8f8;
    z-index: -1;
  }
}

.news_Page_List {
  display: grid;
  grid-template-columns: repeat(var(--col, 3), 1fr);
  gap: 24px;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid var(--Gray-90);
}

.news_Itm_Wrapper {
  background: var(--secondar-20);
}

.news_Itm {
  position: relative;
}

.news_Itm_Img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.news_Itm_Content {
  display: flex;
  flex-direction: column;
  padding: 22px 1rem 40px;
  background: #fff;
  width: calc(100% - 2rem);
  margin-inline: auto;
  transform: translateY(-24px);
  transition: 0.3s;
}

.news_Itm:hover .news_Itm_Content {
  transform: translateY(-28px);
}

.news_Itm:hover .news_Itm_Title {
  color: var(--secondar-20);
}


.news_Itm_Cat a {
  color: var(--secondar-00);
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
  display: block;
  position: relative;
  letter-spacing: .0625rem;
}

body.rtl .news_Itm_Cat a{
  letter-spacing: 0;
}

.news_Itm_Cat a::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--secondar-50);
  left: 0;
  top: -10px;
}

body.rtl .news_Itm_Cat a::before{
  left: unset;
  right: 0;
}

.news_Card_Small_Date {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}

.news_Itm_Title {
  color: var(--Gray-30);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  height: 80px;
  transition: 0.3s;
}

body.rtl .news_Itm_Title{
  font-weight: 700;
}

.event_Cat_Wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--Gray-90);
}

.event_Cat_List {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  flex: 1;
}

.event_Cat_Itm {
  position: relative;
  transition: var(--transition);
}

.event_Cat_Itm.active {
  position: relative;
}

.event_Cat_Itm.active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(calc(100% + 22px));
  width: 100%;
  height: 2px;
  background: var(--secondar-50);
}

.event_Cat_Itm a {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  transition: var(--transition);
  white-space: nowrap;
}

.event_Cat_Itm:hover a,
.event_Cat_Itm.active a {
  color: var(--secondar-50) !important;
}

@media (max-width: 992px) {
  .event_Cat_Wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 2rem;
  }

  body.rtl .event_Cat_Wrapper  .slick-arrow.slick-prev{
    left: auto !important;
    right: 100% !important;
    translate: 200% !important;
  }

  body.rtl .event_Cat_Wrapper .slick-arrow.slick-next{
    right: 100% !important;
    translate: 80% !important;
  }

  .event_Cat_List {
    display: block !important;
    flex: unset !important;
    align-items: unset !important;
  }

  .project_Card_Img img {
    height: 220px;
  }

  html body #articleSearchFormSmall input[type="text"] {
    width: 100% !important;
    max-width: 100% !important;
  }

  .event_Cat_Itm {
    margin-inline: 1.5rem;
  }

  .event_Cat_List .slick-list {
    margin-inline-start: 0 !important;
    margin-inline: -1.5rem;
    width: calc(100% - 80px);
    padding-bottom: 2rem;
    margin-bottom: -2rem;
  }

  .event_Cat_List .slick-arrow {
    --slick-arrow-width: 2rem;
    border-radius: 50% !important;
    border-radius: 24px !important;
    border: 1px solid var(--Gray-G90, #d1d1d1) !important;
    background: transparent !important;
    --slick-arrow-shadow: none !important;
  }

  .event_Cat_List .slick-arrow:hover {
    background: transparent !important;
  }

  .event_Cat_List .slick-arrow::before {
    background: var(--secondar-50) !important;
  }

  .event_Cat_List .slick-prev {
    translate: calc(-200% - 8px) !important;
    right: auto !important;
    left: 100% !important;
  }

  .event_Cat_List .slick-next {
    translate: -100% !important;
  }

  .news_Page_List {
    --col: 1;
  }

  .news_Header_Page {
    margin-top: 66px !important;
    margin-bottom: 48px !important;
  }
}

#articleSearchFormSmall {
  width: 100% !important;
  height: 3rem !important;
}

#articleSearchFormSmall input[type="text"] {
  max-width: 280px !important;
  width: 280px !important;
  height: 3rem !important;
  line-height: normal !important;
  color: var(--Gray-60) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  padding: 1rem;
  padding-inline-start: 1.5rem !important;
  border-radius: 24px;
  border: 1px solid var(--Gray-80);
  transition: 0.3s;
}

#articleSearchFormSmall input[type="text"]:focus {
  border-color: var(--secondar-50);
}

#articleSearchFormSmall input[type="submit"] {
  background-color: transparent !important;
  background-image: url(../assets/icons/search.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-appearance: none !important;
  border: none !important;
  font-size: 0 !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  padding: 12px !important;
  transform: translateX(0.5rem);
  position: absolute;
  right: 1rem;
}

body.rtl #articleSearchFormSmall input[type="submit"]{
  right: unset;
  left: 0;
}

#dnn_ctr455_NewsSearch_pnlSearch {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  position: relative;
}

#dnn_ctr677_NewsSearch_pnlSearch{
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  position: relative;
}

.ArticleView {
  display: none;
}

.news_Header_Page {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 40px;
  margin-top: 130px;
}

.news_Header_Page h1 {
  color: var(--Gray-30);
  font-size: 42px;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

body.rtl .news_Header_Page h1{
  font-weight: 700;
}

.news_Header_Page h1::before {
  content: "";
  display: block;
  position: absolute;
  top: -1rem;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--secondar-50);
}

body.rtl .news_Header_Page h1::before{
  left: unset;
  right: 0;
}

.news_Header_Page p {
  color: var(--Gray-50);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.news_Slider_Par {
  background: var(--Gray-99);
  padding-block: 42px;
  margin-bottom: 104px;
}

.news_Slider_Par_Ttl {
  color: var(--secondar-00);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 2rem;
  position: relative;
}

.news_Slider_Par_Ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--secondar-50);
}

body.rtl .news_Slider_Par_Ttl::before{
  left: unset;
  right: 0;
}

.news_Slider {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.news_Slider_Content {
  display: flex;
  flex-direction: column;
  gap: 58px;
  flex: auto;
}

.news_Slider_Title {
  color: var(--Gray-30);
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

body.rtl .news_Slider_Title{
  font-weight: 700;
}

.news_Slider_Footer {
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--secondar-40);
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
}

body.rtl .news_Slider_Footer{
  letter-spacing: 0;
}

.news_Slider_Footer .ezIcon {
  --icon: 1rem;
  background: var(--secondar-40);
  transform: translateY(-2px);
}

body.rtl .news_Slider_Footer .ezIcon{
  rotate: -90deg;
}

.news_Slider_Footer:hover .ezIcon {
  /* transform: rotate(45deg) translateX(2px) translateY(-4px) !important; */
  transform: translateX(8px) translateY(-2px) !important;
}

body.rtl .news_Slider_Footer:hover .ezIcon{
  transform: translateY(-8px) !important;
}

.news_Slider_Img {
  flex: 1;
}

.news_Slider_Img img {
  width: 100%;
  height: 100%;
  margin-inline-start: auto;
  min-width: 392px;
  height: 244px;
  object-fit: cover;
}

.appendNewsSlider .slick-arrow {
  position: static !important;
  transform: unset !important;
  translate: unset !important;
  --slick-arrow-width: 1.75rem;
  --slick-arrow-icon: 1.5rem;
}

.appendNewsSlider .slick-arrow:not(.slick-disabled):hover {
  --slick-arrow-accent: var(--white);
  background: var(--secondar-40) !important;
}

.appendNewsSlider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.appendNewsSlider .slick-next {
  order: 3;
}

.appendNewsSlider .slick-dots li {
  display: flex;
  align-items: center;
}

.appendNewsSlider .slick-dots li button {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: var(--Gray-90) !important;
}

.appendNewsSlider .slick-dots li.slick-active button {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: var(--secondar-40) !important;
}

.news_Footer_Section {
  display: flex;
  gap: 24px;
  margin-bottom: 88px;
}

.news_Footer_Card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.news_Footer_Card_Img,
.news_Footer_Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news_Footer_Content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news_Footer_Ttl {
  color: var(--Gray-30);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}

.news_Footer_Desc {
  color: var(--Gray-60);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  min-height: 50px;
  margin-bottom: 22px;
}

/* .news_Footer_Link {
  color: var(--secondar-40) !important;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border-radius: 24px;
  border: 1px solid var(--Gray-90);
  height: 48px !important;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.news_Footer_Link .ezIcon {
  --icon: 1.25rem;
  background: var(--secondar-40);
} */

.news_Footer_Link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--secondar-40) !important;
  text-transform: uppercase;
  border: 1px solid var(--Gray-90);
  padding: 16px 24px;
  text-align: center;
  width: 168px;
  border-radius: 24px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

body.rtl .news_Footer_Link{
  letter-spacing: 0;
}

.news_Footer_Link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  --icon-url: url(../assets/icons/chevUp.svg);
  --icon-color: #fff;
  --icon: 18px;
  height: var(--icon);
  width: 0px;
  min-width: var(--icon);
  min-height: var(--icon);
  display: inline-flex;
  vertical-align: middle;
  margin-inline-start: var(--icon-ms, 0);
  margin-inline-end: var(--icon-me, 0);
  rotate: calc(var(--icon-rotate, 0deg) * var(--direction-num, 1));
  transform: translate(-100%, -50%) !important;
  background: var(--icon-color);
  mask: var(--icon-url) no-repeat center / var(--icon-inner, cover);
  margin-block: var(--icon-mt, 0) var(--icon-mb, 0);
  transition: all var(--transition);
  opacity: 0;
}

body.rtl .news_Footer_Link::before{
  rotate: 180deg;
  left: unset;
  right: 0;
  transform: translate(100%, 50%) !important;
}

.news_Footer_Link:hover {
  color: var(--secondar-50) !important;
  background: var(--secondar-50) !important;
  border-color: var(--secondar-50) !important;
  z-index: 0;
}

.news_Footer_Link:hover::before {
  width: 1.5rem;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  opacity: 1;
}

body.rtl .news_Footer_Link:hover::before{
  left: unset;
  right: 50%;
  transform: translate(-50%, 50%) !important;
}

.news_Footer_Link:hover .ezIcon {
  opacity: 0;
}


.news_Footer_Link .ezIcon {
  --icon-url: url(../assets/icons/chevUp.svg);
  --icon: 18px;
  background: var(--secondar-40);
  z-index: -1;
}

body.rtl .news_Footer_Link .ezIcon{
  rotate: 180deg;
}

.news_LearnMore_Wrapper {
  display: flex;
  gap: 28px;
}

.news_LearnMore_Content {
  width: calc(50% - 14px);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 42px;
}

.news_LearnMore_Ttl {
  color: var(--Gray-30);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}

body.rtl .news_LearnMore_Ttl{
  font-weight: 700;
}
.news_LearnMore_Desc {
  color: var(--Gray-60);
  font-size: 16px;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 12px;
}

/* .news_LearnMore_Link {
  color: var(--secondar-40) !important;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border-radius: 24px;
  border: 1px solid var(--Gray-90);
  height: 48px !important;
  width: fit-content;
  display: flex;
  align-items: center;
  margin-top: 68px;
  gap: 0.25rem;
}

.news_LearnMore_Link .ezIcon {
  --icon: 1.25rem;
  background: var(--secondar-40);
} */

.news_LearnMore_Link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--secondar-40) !important;
  text-transform: uppercase;
  border: 1px solid var(--Gray-90);
  padding: 12px 0px;
  text-align: center;
  width: 168px;
  border-radius: 24px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

body.rtl .news_LearnMore_Link{
  letter-spacing: 0;
}

.news_LearnMore_Link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  --icon-url: url(../assets/icons/chevUp.svg);
  --icon-color: #fff;
  --icon: 18px;
  height: var(--icon);
  width: 0px;
  min-width: var(--icon);
  min-height: var(--icon);
  display: inline-flex;
  vertical-align: middle;
  margin-inline-start: var(--icon-ms, 0);
  margin-inline-end: var(--icon-me, 0);
  rotate: calc(var(--icon-rotate, 0deg) * var(--direction-num, 1));
  transform: translate(-100%, -50%) !important;
  background: var(--icon-color);
  mask: var(--icon-url) no-repeat center / var(--icon-inner, cover);
  margin-block: var(--icon-mt, 0) var(--icon-mb, 0);
  transition: all var(--transition);
  opacity: 0;
}

body.rtl .news_LearnMore_Link::before{
  transform: translate(100%, 50%) !important;
  rotate: 180deg;
  left: unset;
  right: 0;
}

.news_LearnMore_Link:hover {
  color: var(--secondar-50) !important;
  background: var(--secondar-50) !important;
  border-color: var(--secondar-50) !important;
  z-index: 0;
}

.news_LearnMore_Link:hover::before {
  width: 1.5rem;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  opacity: 1;
}

body.rtl .news_LearnMore_Link:hover::before{
  left: unset;
  right: 50%;
  transform: translate(-50%, 50%) !important;
}

.news_LearnMore_Link:hover .ezIcon {
  opacity: 0;
}


.news_LearnMore_Link .ezIcon {
  --icon-url: url(../assets/icons/chevUp.svg);
  --icon: 18px;
  background: var(--secondar-40);
  z-index: -1;
}

body.rtl .news_LearnMore_Link .ezIcon{
  rotate: 180deg;
}

.news_LearnMore {
  min-height: 336px;
  position: relative;
}

.news_LearnMore {
  border-top: 1px solid var(--Gray-90);
}

.news_LearnMore_Image {
  position: absolute;
  right: 0;
  width: calc(50% - 14px);
}

body.rtl .news_LearnMore_Image{
  right: unset;
  left: 0;
}

.news_LearnMore_Image img {
  width: 100%;
  height: 336px;
  border-start-start-radius: 200px;
  object-fit: cover;
}

.gallery_List {
  display: grid;
  grid-template-columns: repeat(var(--col, 4), 1fr);
  gap: 24px;
  margin-bottom: 120px;
  padding-top: 160px;
  margin-top: 88px;
  border-top: 1px solid var(--Gray-90);
}

.gallery_Card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: 0.3s;
}

.gallery_Card:hover {
  transform: translateY(-5px);
}

/* .gallery_Card_Img{
  width: 300px;
  height: 400px;
} */

.gallery_Card_Img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.gallery_Card_Title {
  color: var(--Gray-60);
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: normal;
}

@media (max-width: 992px) {
  .news_Slider {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
    margin-inline: 0.75rem;
  }

  .appendNewsSlider {
    display: none;
  }

  .news_Slider_Par {
    padding-block: 42px;
    margin-bottom: 56px;
  }

  .news_Slider_Par_Ttl {
    margin-bottom: 24px;
  }

  .news_Slider_Img img {
    max-width: 168px;
    min-width: unset !important;
    max-height: 104px;
    margin-inline-start: unset;
    margin-inline-end: auto;
  }

  .news_Slider_Title {
    font-size: 18px;
    line-height: normal;
    --line-limit: 3 !important;
    height: 80px;
  }

  .news_Slider_Content {
    gap: 40px;
  }

  .news_Slider_List .slick-list {
    padding-inline-end: 4rem;
    margin-inline: -0.75rem;
  }

  .news_Itm_Title {
    font-size: 16px;
  }

  .news_Itm_Content {
    padding: 22px 1rem 48px;
  }

  .news_Footer_Section {
    flex-direction: column;
  }

  .news_Footer_Ttl {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
  }

  /* .news_LearnMore_Link {
    margin-top: 40px;
  } */

  .news_Footer_Desc {
    font-size: 14px;
    line-height: normal;
    min-height: unset !important;
  }

  .news_Footer_Link {
    margin-top: 0.5rem;
    font-size: 12px;
  }

  .news_Footer_Content {
    gap: 1rem;
  }

  .news_Footer_Card {
    gap: 2rem;
  }

  .news_LearnMore_Image {
    display: none;
  }

  .news_LearnMore_Content {
    width: 100%;
    padding-top: 2rem;
    gap: 1rem;
    margin-bottom: 72px;
  }

  .news_LearnMore_Ttl {
    font-size: 24px;
  }

  .news_LearnMore_Desc {
    margin-bottom: 24px;
  }

  .news_LearnMore {
    min-height: unset !important;
  }

  .gallery_List {
    --col: 2;
    row-gap: 2rem;
    column-gap: 1rem;
    margin-top: 54px;
    padding-top: 54px;
  }

  .gallery_Card_Title {
    font-size: 12px;
    --line-limit: 3 !important;
    height: 54px !important;
  }

  .gallery_Card_Img img {
    width: 100%;
  height: 200px;
  object-fit: cover;
  }
}

.about_Banner h1 {
  color: var(--Gray-100);
  font-size: 60px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}

.about_Banner p {
  width: 50%;
  color: var(--Gray-100);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  text-align: justify;
}

body.rtl .about_Banner p{
  line-height: 32px;
}

.inner_Banner {
  position: relative;
}

.inner_Banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Gray-00);
  opacity: 0.4;
}

.about_Upper {
  margin-top: 80px;
  margin-bottom: 64px;
}

.about_Upper_Badge {
  color: var(--secondar-00);
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  display: block;
  position: relative;
  padding-inline-start: 56px;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body.rtl .about_Upper_Badge{
  letter-spacing: 0;
}

.about_Upper_Badge::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--secondar-50);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

body.rtl .about_Upper_Badge::before{
  left: unset;
  right: 0;
}

.about_Upper_Ttl {
  margin-bottom: 2rem;
  color: var(--Gray-30);
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.33;
}

.about_Upper_Link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Gray-70);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s;
  letter-spacing: .0625rem;
  text-transform: uppercase;
}

body.rtl .about_Upper_Link{
  letter-spacing: 0;
}

.about_Upper_Link_Icon {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 24px;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  background: var(--secondar-50);
  box-shadow: none;
  transition: 0.3s;
}

.about_Upper_Link_Icon:hover {
  transform: scale(1.1);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about_Upper_Link_Icon .ezIcon {
  --icon: 1.25rem;
  background: #fff;
}

.about_Counter {
  margin-bottom: 102px;
  padding-top: 70px;
  background: url(../assets/images/about-counter.jpg) no-repeat center center / cover;
  background: linear-gradient(0deg,
      rgba(0, 35, 32, 0.75) 0%,
      rgba(0, 35, 32, 0.75) 100%),
    linear-gradient(0deg, rgba(0, 35, 32, 0) 69.57%, #002320 100%),
    linear-gradient(180deg, rgba(0, 35, 32, 0) 64.02%, #002320 100%),
    url(../assets/images/about-counter.jpg) lightgray 50% / cover no-repeat, 1;
  position: relative;
}

.about_Counter_Ttl {
  color: var(--Gray-100);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
  position: relative;
}

.about_Counter_Ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--secondar-50);
  left: 0;
  top: -12px;
}

.about_Counter_Desc {
  color: var(--Gray-100);
  font-size: 16px;
  font-weight: 400;
  width: 50%;
 
  line-height: 1.625;
}

.about_Counter_List {
  display: flex;
  margin-top: 72px;
}

.about_Counter_Itm {
  padding-inline-start: 48px;
  margin-inline-start: 48px;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.5);
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.about_Counter_Numb {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  line-height: normal;
}

body.rtl .about_Counter_Numb{
  direction: ltr !important;
}

.about_Counter_Txt {
  color: var(--Gray-100);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 68px;
  
}

@media (max-width: 992px) {
  .about_Counter_Ttl {
    font-size: 24px;
  }

  .about_Counter_Desc {
    width: 100%;
    font-weight: 400;
    color: var(--Gray-70);
    font-size: 14px;
  }
}

.projects_Img {
  display: flex;
  justify-content: center;
  position: relative;
}

.projects_Img img {
  width: 750px;
  height: 100%;
  object-fit: cover;
  margin-top: 60px;
}

.news_Inner_Wrapper{
  position: relative;
}

.news_Inner_Wrapper::before{
  content: "";
  position: absolute;
  top: 400px;
  right: 0;
  width: 292px;
  background-image: url(../assets/images/newspattern.svg);
  height: 100%;
  background-repeat: no-repeat;
}


.news_Inner_Wrapper .news_Img::before{
  content: "";
  position: absolute;
  left: 200px;
  bottom: 0;
  background-image: url(../assets/images/label.png);
  width: 80px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

@media (max-width:992px){
  .news_Inner_Wrapper .news_Img::before{
    left: 20px;
  }
}

.news_Inner_Wrapper::after{
  content: "";
  position: absolute;
  top: 400px;
  left: 0;
  width: 292px;
  background-image: url(../assets/images/newspattern1.svg);
  height: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .news_Inner_Wrapper::before, .news_Inner_Wrapper::after{
    display: none;
  }
}

.news_Inner .projects_top_text .title::before {
  display: none;
}

.news_Inner .home_Career_Badge {
  letter-spacing: 1px;
  color: var(--secondar-00);
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-inline-start: 56px;
  margin-bottom: -8px;
}

.company_Leadership_Badge {
  letter-spacing: 1px;
  color: var(--secondar-00);
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-inline-start: 56px;
  margin-bottom: -8px;
}

body.rtl .company_Leadership_Badge{
  letter-spacing: 0;
}

.company_Leadership_Badge::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--secondar-50);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

body.rtl .company_Leadership_Badge::before{
  left: unset;
  right: 0;
}

.company_Leadership_Section {
  display: flex;
  gap: 24px;
  margin-bottom: 88px;
  margin-top: 40px;
}

.company_Leadership_Card {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
  gap: 76px;
  align-items: center;
}

@media (max-width: 992px){
  .company_Leadership_Card{
    flex-direction: column-reverse;
    gap: 32px;
  }
}

.company_Leadership_Card_Img,
.company_Leadership_Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 50%;
}

.company_Leadership_Content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 50%;
}

.company_Leadership_Ttl {
  color: var(--Gray-30);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}

.company_Leadership_Desc {
  color: var(--Gray-60);
  font-size: 16px;
  font-weight: 400;
  line-height: 2rem;
  min-height: 50px;
  margin-bottom: 4px;
  text-align: justify;
}

body.rtl .company_Leadership_Desc{
  line-height: 32px;
}

.company_Leadership_Btn{
  margin-top: 24px;
}


/* .company_Leadership_Link {
  color: var(--secondar-40) !important;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border-radius: 24px;
  border: 1px solid var(--Gray-90);
  height: 48px !important;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.company_Leadership_Link .ezIcon {
  --icon: 1.25rem;
  background: var(--secondar-40);
} */

.company_Content_Section {
  margin-top: 24px;
}

.company_Content_Section p {
  color: var(--Gray-60);
  font-size: 16px;
  font-weight: 400;
  line-height: 2rem;
 
}

body.rtl .company_Content_Section p{
  line-height: 32px;
}

@media (max-width: 992px) {
  .company_Content_Section p {
    font-size: 14px;
    color: var(--Gray-50);
  }
}

.company_Content_Section h4 {
  color: var(--Gray-40);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 16px;
  margin-bottom: 1rem;
}

.about_Value_Section {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 124px;
}

.about_Value_Content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 0.5;
}

.about_Value_Section_Img {
  flex: 1;
}

.about_Value_Content_Ttl {
  color: var(--Gray-30);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

body.rtl .about_Value_Content_Ttl{
  font-weight: 700;
}

.about_Value_Content_Txt {
  color: var(--Gray-60);
  font-size: 16px;
  font-weight: 400;
  line-height: 2rem;
  
}

body.rtl .about_Value_Content_Txt{
  line-height: 32px;
}

.about_Value_Content_Ttl::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: var(--secondar-50);
  position: absolute;
  top: -16px;
}

.about_People_Section {
  display: flex;
  gap: 118px;
  align-items: center;
  margin-top: 104px;
}

.about_People_Content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about_People_Section_Img,
.about_People_Section_Img img {
  width: 100%;
  height: 464px;
  object-fit: cover;
  object-position: bottom;
}

.about_People_Badge {
  color: var(--secondar-00);
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-inline-start: 56px;
}

.about_People_Badge::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--secondar-50);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

body.rtl .about_People_Badge::before{
  left: unset;
  right: 0;
}

.about_People_Content_Ttl {
  color: var(--Gray-30);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}

body.rtl .about_People_Content_Ttl{
  font-weight: 700;
}

.about_People_Content_Txt {
  color: var(--Gray-60);
  font-size: 16px;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 1rem;
  
}

body.rtl .about_People_Content_Txt{
  line-height: 32px;
}

/* .company_Leadership_Link {
  color: var(--secondar-40) !important;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border-radius: 24px;
  border: 1px solid var(--Gray-90);
  height: 48px !important;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 8px;
}

.company_Leadership_Link .ezIcon {
  --icon: 1.25rem;
  background: var(--secondar-40);
} */

.company_Leadership_Link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--secondar-40) !important;
  text-transform: uppercase;
  border: 1px solid var(--Gray-90);
  padding: 14px 30px;
  text-align: center;
  width: 168px;
  border-radius: 24px;
  transition: 0.3s;
  position: relative;
  line-height: normal;
  overflow: hidden;
  margin-top: 12px;
}

body.rtl .company_Leadership_Link{
  letter-spacing: 0;
}

.company_Leadership_Link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  --icon-url: url(../assets/icons/chevUp.svg);
  --icon-color: #fff;
  --icon: 18px;
  height: var(--icon);
  width: 0px;
  min-width: var(--icon);
  min-height: var(--icon);
  display: inline-flex;
  vertical-align: middle;
  margin-inline-start: var(--icon-ms, 0);
  margin-inline-end: var(--icon-me, 0);
  rotate: calc(var(--icon-rotate, 0deg) * var(--direction-num, 1));
  transform: translate(-100%, -50%) !important;
  background: var(--icon-color);
  mask: var(--icon-url) no-repeat center / var(--icon-inner, cover);
  margin-block: var(--icon-mt, 0) var(--icon-mb, 0);
  transition: all var(--transition);
  opacity: 0;
}

body.rtl .company_Leadership_Link::before{
  rotate: 180deg;
  left: unset;
  right: 0;
  transform: translate(100%, 50%) !important;
}

.company_Leadership_Link:hover {
  color: var(--secondar-50) !important;
  background: var(--secondar-50) !important;
  border-color: var(--secondar-50) !important;
  z-index: 0;
}

.company_Leadership_Link:hover::before {
  width: 1.5rem;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  opacity: 1;
}

body.rtl .company_Leadership_Link:hover::before{
  left: unset;
  right: 50%;
  transform: translate(-50%, 50%) !important;
}

.company_Leadership_Link:hover .ezIcon {
  opacity: 0;
}


.company_Leadership_Link .ezIcon {
  --icon-url: url(../assets/icons/chevUp.svg);
  --icon: 18px;
  background: var(--secondar-40);
  z-index: -1;
}

.news_LearnMore_About .news_LearnMore_Link {
  color: #fff !important;
  background: var(--secondar-50);
  border: none !important;
}

.news_LearnMore_About .news_LearnMore_Link:hover {
  color: var(--secondar-50) !important;
}

.news_LearnMore_About {
  margin-top: 136px;
}

@media (max-width: 992px) {
  .about_Banner p {
    width: 100%;
    text-align: left !important;
    font-size: 14px;
  }

  body.rtl  .about_Banner p {
    text-align: right !important;
  }

  .about_Banner h1 {
    font-size: 2rem;
    margin-bottom: 12px !important;
  }

  .about_Upper {
    margin-top: 8px !important;
    margin-bottom: 56px !important;
  }

  .about_Upper_Ttl {
    margin-bottom: 56px;
    font-size: 30px;
  }

  .about_Upper_Badge {
    margin-bottom: 8px;
  }

  .about_Counter_List {
    flex-direction: column;
  }

  .about_Counter_Txt {
    padding-bottom: 0;
    color: var(--Gray-80);
    font-size: 14px;
  }

  .about_Counter_Itm {
    width: 100%;
    padding-inline-start: 0;
    margin-inline-start: 0;
    border-inline-start: none;

    gap: 1rem;
  }

  .about_Counter_Itm:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .about_Counter_Numb {
    font-size: 42px;
    font-weight: 400;
    line-height: normal;
  }

  .about_Counter {
    padding-block: 60px 104px;
    margin-bottom: 66px;
  }

  .company_Leadership_Section {
    flex-direction: column;
    gap: 3rem;
  }

  .company_Leadership_Content {
    gap: 1rem;
  }

  .company_Leadership_Desc {
    margin-bottom: 14px;
  }

  .company_Leadership_Ttl {
    font-size: 1rem;
    line-height: normal;
    margin-top: 8px;
    font-weight: 400;
  }

  .company_Leadership_Link {
    margin-top: 8px;
  }

  /* .company_Content_Section {
    margin-top: 40px;
  } */

  .company_Content_Section h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .about_Value_Section {
    flex-direction: column-reverse;
    gap: 4.125rem;
    margin-top: 72px;
  }

  .about_Value_Content {
    gap: 1rem;
  }

  .about_Value_Content_Ttl {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
  }

  .about_Value_Content_Txt {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }

  .about_People_Section {
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
  }

  .about_Strategy_Section {
    flex-direction: column-reverse;
  }

  .about_People_Content {
    gap: 1rem;
  }

  .about_People_Content_Ttl {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
  }

  .about_People_Content_Txt {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
  }

  .news_LearnMore_About {
    margin-top: 0;
  }
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--secondar-99);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}

.loading-screen-img img {
  width: 190px;
  height: 190px;
}

.loading-screen-txt {
  display: flex;
  align-items: center;
  gap: 20px;
}

.loading-screen-txt p {
  color: var(--secondar-20);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  font-family: 'poppins';
}

body.rtl .loading-screen-txt p{
  font-family: 'IranSans';
}

.loading-screen-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.loading-screen-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--secondar-20);
}

@keyframes dotBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.loading-screen-dot.dot-1 {
  animation: dotBounce 1s ease-in-out infinite;
}

.loading-screen-dot.dot-2 {
  animation: dotBounce 1s ease-in-out infinite;
  animation-delay: 0.2s;
}

.loading-screen-dot.dot-3 {
  animation: dotBounce 1s ease-in-out infinite;
  animation-delay: 0.4s;
}

.careers_Tabs{
	background-image: url('/Portals/0/Images/patternbg-1.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 120px;
}

.careers_Tabs .cytometry_Tab_Wrapper{
	margin-block: 40px;	
}

@media (min-width: 992px){
	.careers_Tabs{
		height: 560px;	
	}
}

@media (max-width: 992px){
	.careers_Tabs{
		min-height: 420px;	
	}
}

.leaders_card img{
	border-radius: 50%;	
}

.leaders_Latest{
	padding-top: 40px;	
	padding-bottom: 40px;
}

.careers_Section{
	position: relative;
}

.careers_Section::before {
    content: "";
    position: absolute;
    top: 150px;
    right: 0;
    width: 292px;
    background-image: url(../assets/images/newspattern.svg);
    height: 100%;
    background-repeat: no-repeat;
}

.careers_section::after {
    content: "";
    position: absolute;
    top: 150px;
    left: 0;
    width: 292px;
    background-image: url(../assets/images/newspattern1.svg);
    height: 100%;
    background-repeat: no-repeat;
}

@media (max-width: 992px){
	.careers_Section::before, .careers_Section::after{
		display: none;
	}
}

.careers_Big_Wrapper{
	display: flex;
    flex-direction: column;
    gap: 74px;	
	margin-bottom: 106px;
}

.careers_Item p{
	font-size: 16px;
	line-height: 32px;
}

.chart_Image{
	padding-top: 24px;	
}

.careers_Big_Wrapper .wwd_Title{
	margin-bottom: 	30px;
}



.meet_Wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}

@media (min-width: 992px){
	.meet_Wrapper{
		height: 650px;	
		background-image: url('/Portals/0/Images/patternbg-white.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	}
}

@media (max-width: 992px){
	.meet_Wrapper{
		height: 1700px;
	}
}

.job__List_Wrapper{
	margin-bottom: 12px;	
}

.process_Section{
	position: relative;
	margin-top: 60px;
}

.process_Section::before {
    content: "";
    position: absolute;
    top: 150px;
    right: 0;
    width: 292px;
    background-image: url(../assets/images/newspattern.svg);
    height: 100%;
    background-repeat: no-repeat;
}

.process_section::after {
    content: "";
    position: absolute;
    top: 150px;
    left: 0;
    width: 292px;
    background-image: url(../assets/images/newspattern1.svg);
    height: 100%;
    background-repeat: no-repeat;
}

@media (max-width: 992px){
	.process_Section::before, .process_Section::after{
		display: none;
	}
}


.process_Wrapper{
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-block: 46px;
}

.process_Item{
  width: 70%;
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 24px 32px 24px 18px;
  background-color: var(--Gray-99);
}

@media (min-width:992px){
  .process_Item:nth-child(even) {
    transform: translateX(330px)
  }
	
	body.rtl .process_Item:nth-child(even) {
    transform: translateX(-330px)
  }
}

@media (max-width:992px){
  .process_Item{
    width: 100%;
	flex-direction: column;
  }
   .process_Item_Num{
	       margin-top: 40px;
    align-self: start;
	}
}


.process_item_Num{
  color: var(--secondar-60);
  font-size: 100px;
}

.process_Item_Detail{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.process_Item_Title{
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: var(--Gray-10)
}

.careers_Tabs_Bottom{
	background-image: url('/Portals/0/Images/patternbg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 120px;
}

.careers_Tabs_Bottom .cytometry_Tab_Wrapper{
	margin-block: 40px;	
}

@media (min-width: 992px){
	.careers_Tabs_Bottom{
		height: 560px;	
	}
}

@media (max-width: 992px){
	.careers_Tabs_Bottom{
		min-height: 420px;	
	}
}

.careers_Gallery_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 100px;
}

.careers_Gallery_Top {
  height: 48px;
}


.careers_Gallery_Arrows{
  position: relative;
  display: flex;
  width: 200px;
  margin-left: auto;
}

body.rtl .careers_Gallery_Arrows{
  margin-left: unset;
  margin-right: auto;
  transform: translateX(20px);
  z-index: 1;
}

@media (max-width: 992px){
  .careers_Gallery_Arrows{
    width: 20px;
    margin-right: 36px;
  }
  body.rtl .careers_Gallery_Arrows .slick-next{
    translate: 60% !important;
  }
}

@media (min-width: 992px){
  .careers_Gallery_Arrows .slick-arrow.slick-prev{
    left: 24px !important;
  }
}


.careers_Gallery_Arrows .slick-arrow.slick-next{
  right: 0 !important;
  left: unset !important;
}

.careers_Gallery_Arrows .slick-arrow.slick-arrow{
  background-color: #FFF !important;
}

.careers_Gallery_Arrows .slick-arrow.slick-prev{
  /* background-color: #FFF !important; */
  right: unset !important;
}

body.rtl .careers_Gallery_Arrows .slick-arrow.slick-prev{
  left: 80px !important;
  /* background-color: #FFF !important; */
}

.careers_Gallery_Arrows .slick-arrow.slick-next:hover,.careers_Gallery_Arrows .slick-arrow.slick-prev:hover{
  background-color: var(--secondar-70) !important;
  color: #00463f !important;
}

body.rtl .careers_Gallery_Arrows .slick-arrow.slick-next:hover{
  background-color: var(--secondar-70) !important;
  color: #00463f !important;
}

.careers_Gallery_Top{
  position: relative;
  display: flex;
}

.careers_Gallery img{
  transition: 0.3s;
  filter: brightness(50%);
  transform: scale(0.9);
}

.careers_Gallery img.slick-center{
  transform: scale(1.2) !important;
  filter: brightness(100%);
  z-index: 1;
  position: relative;
  opacity: 1 !important;
}

.careers_Gallery .slick-track{
  height: 300px !important;
  align-items: center;
  width: 50%;
}
/*****************************************************************/
.wrapper_Wedo{

   background-image:url("/Portals/0/Images/bg/bg-texture.png");
   background-repeat:no-repeat;
   background-size:contain;
   background-position: right center;
   .container{
    padding-block: 4.5rem;
    .wrpper_Img {
      position:relative;
      display: inline-block;
      
    img{
        position:relative;
        max-width: 100%;
        max-height: 100%;
      
    }
    &::before{
      content:"";
      position:absolute;
      right: -1.5rem;
      bottom: -1.5rem;;
      background-color:var(--secondar-20);
      width:195px;
      height:92px;
    }
}
   }

   
}






