slider__Content_Wrapper .slider__Item {
  position: relative;
}
.main__Slider_Wrapper {
  margin-bottom: 56px;
  z-index: 1;
  background-color: #f9f9f9;
}
.slider__Image_Wrapper {
  position: relative;
  height: 720px;
}
@media (max-width: 768px) {
  .slider__Image_Wrapper {
    height: 650px;
  }
}
.slider__Image_Wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: -78px;
  right: -50px;
  background-image: url(../assets/icons/banner-before.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 904px;
  height: 904px;
  z-index: 2;
  rotate: 14deg;
}
.slider__Image_Wrapper picture {
  position: absolute;
  bottom: 44%;
  transform: translateX(-104%) translateY(50%);
  left: 50%;
  width: max-content;
  height: max-content;
}
body:not(.rtl) .slider__Image_Wrapper picture {
  left: unset;
  right: 50%;
  transform: translateX(104%) translateY(50%);
}
@media (max-width: 768px) {
  .slider__Image_Wrapper picture {
    width: 370px;
    top: 80px;
    right: 50%;
    transform: translateX(50%) !important;
  }
  .slider__Image_Wrapper::before {
    opacity: 0.6;
    top: -20%;
    height: 570px;
    width: 570px;
  }
}
.main__Slider_Wrapper .slider__Image_Wrapper img {
  width: max-content;
  height: max-content;
  object-fit: cover;
  object-position: center;
}
.main__Slider_Parents .container {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.main__Slider_Wrapper .main__Slider_Title {
  margin-bottom: 32px;
  width: 70%;
  color: var(--primary-50);
}
body:not(.rtl) .main__Slider_Wrapper .main__Slider_Title {
  width: 60%;
}
@media (max-width: 768px) {
  .main__Slider_Wrapper .main__Slider_Title {
    width: 100% !important;
    margin-bottom: 24px;
  }
  .main__Slider_Wrapper .main__Slider_Desc {
    width: 100% !important;
  }
  .main__Slider_Parents .container {
    top: 76%;
    left: 50%;
  }
}
.main__Slider_Wrapper .main__Slider_Desc {
  margin-bottom: 40px;
  width: 45%;
  opacity: 0.6;
  color: #555555;
}
.main__Slider_Title {
  color: #fff;
}
.main__Slider_Wrapper .slick-dots li button {
  opacity: 0.5;
  background: var(--Gray-100) !important;
  height: 2px !important;
  border-radius: 0;
}
.main__Slider_Wrapper .slick-dots li.slick-active button {
  width: 80px !important;
  background: #fff !important;
  opacity: 1;
}
.main__Slider_Wrapper .slick-dots {
  gap: 1rem;
  position: static !important;
}
.main__Slider_Wrapper .dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
}
.main__Slider_Wrapper .slick-arrow {
  position: static !important;
  transform: unset !important;
  translate: unset !important;
  background: transparent !important;
  backdrop-filter: blur(3.5px);
  padding: 8px;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
}
.main__Slider_Wrapper .arrow_Wrapper {
  display: flex;
  width: 100%;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.main__Slider_Wrapper .slick-next {
  order: 2;
}
.main__Slider_Wrapper .slick-dots li {
  display: flex;
  align-items: center;
}
.main__Slider_Bottom {
  display: flex;
  gap: 4px;
}
body:not(.rtl) .main__Slider_Bottom {
  margin-bottom: 30px;
}
.main__Slider_Bottom .ezIcon {
  background-color: var(--secondary-60) !important;
  --icon: 20px;
  transition: var(--transition);
}
.main__Slider_Bottom a:hover .ezIcon {
  margin-inline-start: 6px;
}
@media (max-width: 992px) {
  .main__Slider_Wrapper .main__Slider_Desc {
    margin-bottom: 26px;
  }
}
.main__Slider_Wrapper .slick-arrow::before {
  background-color: #fff !important;
}
.home_About_Wrapper {
  margin-top: 128px;
  margin-bottom: 116px;
  z-index: 1;
  position: relative;
}
.home_About_Wrapper::before {
  content: "";
  background-image: url(../assets/icons/pattern1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  bottom: -240px;
  width: 170px;
  height: 206px;
  position: absolute;
}
body:not(.rtl) .home_About_Wrapper::before {
  left: unset;
  right: 0;
}
@media (max-width: 768px) {
  .home_About_Wrapper {
    margin-top: 40px;
    margin-bottom: 88px;
  }
  .home_About_Wrapper::before {
    display: none;
  }
}
.home_About_Wrapper_Inner {
  display: flex;
  gap: 36px;
  align-items: center;
}
.home_About_Data {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 0 0 50%;
}
@media (min-width: 768px) {
  .home_About_Data {
    padding-inline-end: 20px;
  }
}
.home_About_Data_Txt {
  color: var(--Gray-40);
}
.home_About_Data_Top_Ttl {
  position: relative;
  color: var(--secondary-40);
  padding-inline-start: 48px;
}
.home_About_Data_Top_Ttl::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background-color: var(--secondary-40);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body:not(.rtl) .home_About_Data_Top_Ttl::before {
  right: unset;
  left: 0;
}
.home_About_Data_Ttl {
  color: var(--primary-20);
  margin-bottom: 12px;
}
.home_About_Data_Link {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  background-color: var(--primary-40);
  color: #fff !important;
  transition: var(--transition);
  width: fit-content;
  margin-top: 20px;
  border-radius: 8px;
}
.home_About_Data_Link .ezIcon {
  background-color: #fff !important;
  --icon: 20px;
}
body:not(.rtl) .home_About_Data_Link .ezIcon {
  rotate: 180deg;
}
.home_About_Data_Link:hover .ezIcon {
  margin-inline-start: 6px;
}
.home_About_Data_Link:hover {
  background-color: var(--primary-60);
}
.home_About_Data_Mobile {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home_About_Img {
  position: relative;
  display: flex;
  justify-content: end;
}
body:not(.rtl) .home_About_Img {
  justify-content: start;
}
.home_About_Img img {
  border-radius: 12px;
}
.home_About_Img::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 720px;
  height: 248px;
  background-image: url(../assets/images/homeabout-before.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
body:not(.rtl) .home_About_Img::before {
  left: unset;
  right: 50%;
  transform: translateX(50%) rotateY(180deg);
}
.home_About_Img::after {
  content: "";
  position: absolute;
  top: 70%;
  right: -50px;
  transform: translateY(-50%);
  background-image: url(../assets/icons/homeabout-icons.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 220px;
  z-index: 1;
}
@media (max-width: 768px) {
  .home_About_Img::after {
    top: 50%;
    right: -20px;
    height: 200px;
  }
  .home_About_Img img {
    width: calc(100% - 32px);
  }
  .home_About_Img::before {
    width: 410px;
    height: 170px;
    top: -70%;
    left: 26%;
  }
  .home_About_Data_Link {
    margin-top: 0;
  }
  .home_About_Data_Ttl {
    margin-bottom: 0 !important;
  }
  .home_About_Data_Top_Ttl {
    margin-bottom: -16px !important;
  }
}
.home_News_Ttl {
  margin-bottom: 24px;
  color: var(--primary-20);
}
.home_News_Section {
  background-color: #f9f9f9;
  padding-top: 80px !important;
  padding-bottom: 138px !important;
}
.home_News_Wrapper {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  .home_News_Wrapper {
    flex-direction: column;
    margin-bottom: 48px;
    gap: 40px !important;
  }
  .home_News_Bank_Wrapper {
    margin-inline-start: 0 !important;
    gap: 50px !important;
  }
  .home_News_Ttl {
    margin-bottom: 48px;
  }
  .home_News_Section {
    padding-top: 48px !important;
    padding-bottom: 88px !important;
  }
}
.home_News_Item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 calc(50% - 12px);
  transition: var(--transition);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 40px 0 rgb(18 18 18 / 0.08);
}
.home_News_Data {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-inline: 16px;
}
.home_News_Title {
  color: var(--Gray-20);
  transition: var(--transition);
  height: 84px;
}
body:not(.rtl) .home_News_Title {
  height: 62px;
}
.home_News_Item:hover .home_News_Title {
  color: var(--primary-30);
}
.home_News_Desc {
  color: var(--Gray-40);
  height: 112px;
}
body:not(.rtl) .home_News_Desc {
  height: 134px;
}
.home_News_Date_More {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 12px;
  position: relative;
  z-index: 2;
  transition: var(--transition);
  justify-self: end;
  margin-top: auto;
  padding-inline: 16px;
}
.home_News_Date_More::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0677ad 0%, #070a64 100%);
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
  border-radius: 0 0 8px 8px;
}
.home_News_Item:hover .home_News_Date_More::before {
  opacity: 1;
}
.home_News_Date {
  color: var(--Gray-70);
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: var(--transition);
}
.home_News_Item:hover .home_News_Date {
  color: #fff;
}
.home_News_Item:hover .home_News_Date_More_Icon .ezIcon {
  background-color: #fff !important;
}
.home_News_Date_More_Icon .ezIcon {
  background-color: var(--Gray-70) !important;
  --icon: 16px;
  transform: translateY(-2px);
}
.home_News_Link {
  color: var(--mc1) !important;
  display: flex;
  gap: 8px;
  align-items: center;
  transition: var(--transition);
}
.home_News_Item:hover .home_News_Link {
  color: #fff !important;
}
.home_News_Item:hover .home_News_Link .ezIcon {
  background-color: #fff !important;
}
.home_News_Link .ezIcon {
  background-color: var(--mc1) !important;
  --icon: 20px;
}
body:not(.rtl) .home_News_Link .ezIcon {
  rotate: 180deg;
}
.home_News_Img img {
  width: 100%;
  transition: 1s;
  border-radius: 8px 8px 0 0;
}
.home_News_Img {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.home_News_Item:hover .home_News_Img img {
  transform: scale(1.1);
}
.home_News_Bank_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 78px;
  margin-inline-start: 24px;
}
.home_News_Bank_Ttl {
  color: var(--primary-70) !important;
  display: flex;
  justify-content: end;
  gap: 4px;
  margin-top: 8px;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 992px) {
  .home_News_Bank_Ttl {
    margin-top: -80px;
  }
  body:not(.rtl) .home_News_Bank_Ttl {
    margin-top: 0;
  }
}
.home_News_Bank_Ttl .ezIcon {
  mask: url(../assets/icons/arrow_back.svg);
  --icon: 20px;
  background: var(--primary-70);
}
body:not(.rtl) .home_News_Bank_Ttl .ezIcon {
  rotate: 180deg;
}
.home_News_Bank_Item_Title {
  color: var(--Gray--20);
  transition: var(--transition);
  height: 56px;
}
@media (max-width: 992px) {
  .home_News_Bank_Item_Title {
    height: 72px;
  }
}
.home_News_Bank_Item:hover .home_News_Bank_Item_Title {
  color: var(--primary-30);
}
.home_News_Bank_Item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 24px;
  transition: var(--transition);
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 8px 40px 0 rgb(18 18 18 / 0.08);
}
.home_News_Bank_Item::before {
  content: "";
  position: absolute;
  top: -24px;
  right: 0;
  width: 40px;
  height: 2px;
  background-color: var(--secondary-40);
}
.home_News_Bank_Item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 32px;
  height: 32px;
  background-image: url(../assets/icons/arrowback-p50.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: var(--transition);
  opacity: 0;
}
body:not(.rtl) .home_News_Bank_Item::after {
  left: unset;
  right: 16px;
  rotate: 180deg;
}
.home_News_Bank_Item:hover::after {
  bottom: 18px;
  opacity: 1;
}
@media (max-width: 768px) {
  .home_News_Bank_Item::after {
    display: none;
  }
}
.home_News_Bank_Item:first-child::before {
  display: none;
}
.home_News_Bank_Item::before {
  content: "";
  position: absolute;
  top: -30%;
  right: 0;
  width: 40px;
  height: 2px;
  background-color: var(--mc4);
}
body:not(.rtl) .home_News_Bank_Item::before {
  right: unset;
  left: 0;
}
@media (min-width: 768px) {
  .home_News_Bank_Item:hover {
  }
}
@media (max-width: 768px) {
  .home_News_Bank_Item::before {
    top: -20%;
  }
  .home_News_Bank_Item {
    background-color: #fff;
    box-shadow: 0 8px 40px 0 rgb(18 18 18 / 0.08);
  }
  .home_News_Bank_Item_Title {
    color: var(--primary-30);
  }
}
.coop_wrapper {
  background-image: url(../assets/images/coop-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 338px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 768px) {
  .coop_wrapper {
    background-image: url(../assets/images/coop-bg-mobile.png);
    height: 450px;
  }
  .coop_Link {
    padding-top: 120px;
    padding-inline-start: 0 !important;
  }
}
.coop_Link {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-inline-start: 48px;
  width: fit-content;
}
.coop_Link h3 {
  color: #fff;
}
.coop_Link .ezIcon {
  background-color: #fff !important;
  --icon: 24px;
  --icon-url: url(../assets/icons/arrow_back.svg);
  transition: var(--transition);
}
.coop_Link:hover .ezIcon {
  transform: translateX(-10px);
}
.our_Work_Wrapper {
  padding-top: 112px;
  padding-bottom: 136px;
  background-image: url(../assets/images/our-work-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .our_Work_Wrapper {
    padding-top: 104px;
    padding-bottom: 242px;
  }
}
.our_Work_Top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}
.our_Work_Bottom {
  display: flex;
  gap: 48px;
  margin-top: 96px;
}
@media (max-width: 768px) {
  .our_Work_Bottom {
    flex-direction: column;
    gap: 68px;
  }
}
.our_Work_Top h3 {
  color: var(--primary-40);
  text-align: center;
}
.our_Work_Top p {
  color: var(--Gray-40);
  text-align: center;
}
.our_Work_Item {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  background-color: #fff;
  transition: var(--transition);
  padding: 32px;
  flex: 0 0 calc(33.33% - 24px);
  z-index: 0;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .our_Work_Item.active {
    box-shadow: 0 8px 40px 0 rgb(18 18 18 / 0.08);
  }
}
@media (max-width: 768px) {
  .our_Work_Item {
    box-shadow: 0 8px 40px 0 rgb(18 18 18 / 0.08);
    padding: 32px 16px 28px !important;
  }
}
.our_Work_Item_Data {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  transition: var(--transition);
  height: 170px;
}
.our_Work_Item_Data h4 {
  color: var(--primary-30);
}
.our_Work_Item_Data p {
  color: var(--Gray-40);
  text-align: center;
}
.our_Work_Item_Img {
  position: relative;
  padding: 20px;
  transition: var(--transition);
  margin-top: -32px;
  z-index: 2;
  display: flex;
}
@media (min-width: 768px) {
  .our_Work_Item.active .our_Work_Item_Img {
    transform: translateY(-32px);
  }
}
@media (max-width: 768px) {
  .our_Work_Item_Img {
    transform: translateY(-32px);
  }
}
.our_Work_Item_Img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0677ad 0%, #070a64 100%);
  opacity: 0;
  transition: var(--transition);
  z-index: -1;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .our_Work_Item.active .our_Work_Item_Img::before {
    opacity: 1;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .our_Work_Item_Img::before {
    opacity: 1;
    z-index: 1;
  }
}
.our_Work_Item_Img .ezIcon {
  background-color: var(--mc2) !important;
  --icon: 56px;
  transition: var(--transition);
  z-index: 2;
}
@media (min-width: 768px) {
  .our_Work_Item.active .our_Work_Item_Img .ezIcon {
    background-color: #fff !important;
  }
}
@media (max-width: 768px) {
  .our_Work_Item_Img .ezIcon {
    background-color: #fff !important;
  }
}
.our_Work_Item_Icon {
  background-color: var(--secondary-40) !important;
  --icon: 32px;
}
body:not(.rtl) .our_Work_Item_Icon {
  rotate: 180deg;
}
.our_Work_Item_Icon_Wrapper {
  position: relative;
}
.our_Work_Item_Icon_Wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4px;
  width: 32px;
  height: 32px;
  background-color: var(--primary-99);
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
  border-radius: 8px;
}
@media (min-width: 768px) {
  .our_Work_Item.active .our_Work_Item_Icon_Wrapper::before {
    opacity: 1;
  }
  .our_Work_Item.active .our_Work_Item_Icon {
    background-color: var(--mc1) !important;
  }
}
@media (max-width: 768px) {
  .our_Work_Item_Icon_Wrapper::before {
    opacity: 1;
  }
  .our_Work_Item_Icon {
    background-color: var(--mc1) !important;
  }
}
.our_Work_Item_Icon_Wrapper,
.our_Work_Item_Data {
  margin-top: -32px;
}
@media (max-width: 992px) {
  body:not(.rtl) .our_Work_Item_Icon_Wrapper,
  body:not(.rtl) .our_Work_Item_Data {
    margin-top: 0;
  }
}
.home__Counter_Wrapper {
  background: url(../assets/images/home-counter-bg.png) no-repeat center;
  background-size: 100% auto;
  height: 420px;
  display: flex;
}
body:not(.rtl) .home__Counter_Wrapper {
  background: url(../assets/images/home-counter-bg-f.png) no-repeat center;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .home__Counter_Wrapper {
    height: 450px;
    background-image: url(../assets/images/home-counter-bg-mobile.png) !important;
  }
}
.home__Counter_Inner {
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-inline-end: 92px;
}
.counter__Item {
  flex: 1;
  margin-bottom: 76px;
}
.div__Counter_Content_Box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.counter__Info_Top {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-direction: row-reverse;
}
.counter__Group {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 80px;
}
body:not(.rtl) .counter__Group {
  flex-direction: row;
}
.home__Counter_Ttl {
  margin-bottom: 66px;
  color: #fff !important;
}
.span__Counter_Num_Wrapper {
  color: #fff !important;
  font-size: 48px;
  line-height: 72px;
}
.counter__Info_Top span {
  color: #fff !important;
  font-size: 48px;
  line-height: 72px;
}
.counter__Title {
  color: #fff !important;
  opacity: 0.5;
}
body:not(.rtl) .counter__Title {
  height: 72px;
}
@media (max-width: 992px) {
  .home__Counter_Ttl {
    flex-direction: column;
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .home__Counter_Inner {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    gap: 80px;
    padding-inline-end: 0;
  }
  .counter__Item {
    flex: 0 0 calc(50% - 40px);
    margin-bottom: 0;
  }
  .div__Counter_Content_Box {
    gap: 0.25rem;
  }
  .home__Counter_Wrapper {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
    align-items: end;
  }
}
.news_Slider_Par {
  margin-top: 128px;
  margin-bottom: 150px;
  position: relative;
}
.news_Slider_Par::before {
  content: "";
  background-image: url(../assets/icons/pattern2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-49%) translateX(-203%);
  left: 50%;
  width: 380px;
  height: 408px;
  opacity: 0.5;
}
body:not(.rtl) .news_Slider_Par::before {
  left: unset;
  right: 50%;
  transform: translateY(-49%) translateX(203%);
}
@media (max-width: 992px) {
  .news_Slider_Par::before {
    width: 114px;
    height: 250px;
    top: 23%;
  }
  .news_Slider_Img img {
    height: 186px !important;
    width: 328px !important;
  }
}
.news_Slider_Par_Ttl {
  position: relative;
  color: var(--secondary-40);
  padding-inline-start: 48px;
  margin-bottom: -30px;
}
.news_Slider_Par_Ttl::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background-color: var(--secondary-40);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body:not(.rtl) .news_Slider_Par_Ttl::before {
  right: unset;
  left: 0;
}
.news_Slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .news_Slider_Par {
    margin-top: -70px;
    margin-bottom: 104px;
    overflow: hidden;
  }
  .news_Slider {
    flex-direction: column-reverse;
  }
  .news_Slider_Par_Ttl {
    margin-bottom: 14px;
  }
  .news_Slider_Title {
    height: 64px !important;
    margin-top: 36px;
  }
  .news_Slider_Content p {
    height: 90px !important;
  }
  .appendNewsSlider {
    height: max-content !important;
    width: max-content;
    top: 42%;
    right: 50%;
    transform: translate(50%, 50%) !important;
    margin-top: 0 !important;
  }
  .appendNewsSlider .slick-dots {
    bottom: 10px;
  }
  .appendNewsSlider .slick-arrow {
    box-shadow: none !important;
  }
}
.news_Slider_Content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: auto;
  padding-block: 24px;
  flex: 0 0 calc(50% - 12px);
}
.news_Slider_Title {
  color: var(--primary-20);
  height: 80px;
}
body.rtl .news_Slider_Title {
  font-weight: 700;
}
.news_Slider_Content p {
  height: 84px;
}
.news_Slider_Footer {
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  color: var(--secondary-40);
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}
body.rtl .news_Slider_Footer {
  letter-spacing: 0;
}
.news_Slider_Footer .ezIcon {
  --icon: 20px;
  background: var(--secondary-40);
  background-color: #fff;
}
body:not(.rtl) .news_Slider_Footer .ezIcon {
  rotate: 180deg;
}
.news_Slider_Footer a:hover .ezIcon {
  margin-inline-start: 6px;
}
.news_Slider_Img {
  flex: 1;
}
.news_Slider_More {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: var(--primary-40);
  color: #fff !important;
  padding: 8px 18px;
  transition: var(--transition);
  width: fit-content;
  border-radius: 8px;
}
.news_Slider_More:hover {
  background-color: var(--primary-60);
}
.news_Slider_Img img {
  width: 100%;
  height: 340px;
  margin-inline-start: auto;
  object-fit: cover;
  border-radius: 12px;
}
.news_Slider_Wrapper.slick-slide {
  height: max-content !important;
}
.appendNewsSlider .slick-arrow {
  position: static !important;
  transform: unset !important;
  translate: unset !important;
  --slick-arrow-width: 32px;
  --slick-arrow-icon: 32px;
  border-radius: 0 !important;
  padding: 12px !important;
}
.appendNewsSlider .slick-arrow:not(.slick-disabled):hover {
  --slick-arrow-accent: var(--white);
  background: var(--primary-100) !important;
  border-radius: 8px !important;
}
.appendNewsSlider .slick-arrow::before {
  background-color: var(--primary-40) !important;
}
.appendNewsSlider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 1.5rem;
  position: absolute;
  bottom: 46px;
  left: 47%;
  transform: translateX(50%);
}
body:not(.rtl) .appendNewsSlider {
  left: unset;
  right: 47%;
  transform: translateX(-50%);
}
.appendNewsSlider .slick-next {
  order: 3;
}
.appendNewsSlider .slick-dots li {
  display: flex;
  align-items: center;
}
.appendNewsSlider .slick-dots {
  display: flex;
  gap: 14px;
}
.appendNewsSlider .slick-dots li button {
  width: 4px !important;
  height: 4px !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(--primary-40) !important;
}
.contact_Top_Wrapper {
  display: flex;
  gap: 46px;
  align-items: start;
  justify-content: center;
  padding: 48px 104px 32px;
  background-color: var(--Gray-99);
  margin-top: 56px;
  margin-bottom: 104px;
  border-radius: 12px;
}
.contact_Top_Item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 0 0 calc(25% - 23px);
}
.contact_top_Item a {
  transition: var(--transition);
}
.contact_top_Item a:hover {
  color: var(--mc1) !important;
}
.contact_Top_Icon.ezIcon {
  --icon: 32px;
}
.contact_Top_Title {
  position: relative;
  color: var(--primary-20);
  padding-inline-start: 24px;
}
.contact_Top_Title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background-color: var(--primary-20);
  border-radius: 2px;
}
body:not(.rtl) .contact_Top_Title::before {
  right: unset;
  left: 0;
}
.contact_Top_Text {
  font-size: 14px;
  color: var(--Gray-40);
  font-weight: 400;
  line-height: 28px;
}
.contact_Top_num {
  font-size: 16px;
  color: var(--Gray-40);
  font-weight: 400;
  line-height: 28px;
  direction: ltr;
}
.contact_Top_Social {
  display: flex;
  gap: 16px;
}
.contact_Top_Social_Item .ezIcon {
  --icon: 32px;
  background-color: var(--Gray-40);
  transition: var(--transition);
}
.contact_Top_Social_Item .ezIcon:hover {
  background-color: var(--mc1) !important;
}
@media (max-width: 768px) {
  .contact_Top_Wrapper {
    flex-direction: column;
    align-items: start;
    padding: 40px 24px 40px 80px;
    margin-top: 64px;
    margin-bottom: 80px;
  }
}
.contact_Form {
  margin-inline-end: 24px;
  margin-bottom: 104px;
}
.contact_Form_Top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.contact_Form_Top h3 {
  color: var(--primary-10) !important;
  margin-inline-end: 104px;
}
@media (max-width: 992px) {
  .contact_Form_Top h3 {
    margin-inline-end: 0;
  }
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  ul.page-break-section,
body:not(.personabar-visible) .contact_Form .LiveForm.Default .thank-you {
  grid-template-columns: repeat(var(--col, 2), 1fr);
  row-gap: 32px;
  column-gap: 24px;
}
body:not(.personabar-visible) .contact_Form .LiveForm.Default .Field input,
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  .Field
  .nice-select {
  height: 56px !important;
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  .Field.mobile-under
  .Field-Container-Wide,
.Field.mobile-under .Field-Container,
.Field.mobile-under .intl-tel-input {
  height: 56px !important;
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  ul.page-break-section
  li:first-child {
  grid-area: 1/1/2/2;
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  ul.page-break-section
  li:nth-child(2) {
  grid-area: 1/2/4/3;
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  ul.page-break-section
  li:nth-child(3) {
  grid-area: 2/1/3/2;
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  ul.page-break-section
  li:nth-child(4) {
  grid-area: 3/1/4/2;
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  ul.page-break-section
  li:nth-child(5) {
  grid-area: 4/1/5/3;
}
body:not(.personabar-visible) .contact_Form .LiveForm.Default .Field input,
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  .Field
  .nice-select {
  width: 100%;
  border-bottom: none !important;
  background-color: var(--Gray-99);
  box-shadow: none !important;
  border-radius: 8px !important;
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  :is(input:not([type="submit"], [type="file"]), textarea) {
  padding-block: 16px !important;
  text-indent: 16px !important;
  border-radius: 8px !important;
}
body:not(.personabar-visible) .contact_Form .LiveForm.Default .Field > label {
  top: 50% !important;
  transform: translateY(-100%);
  font-size: 14px !important;
  color: var(--Gray-40) !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  padding-inline-start: 16px !important;
}
@media (max-width: 992px) {
  body:not(.personabar-visible) .contact_Form .LiveForm.Default .Field > label {
    transform: translateY(-50%) !important;
  }
  body:not(.personabar-visible)
    .contact_Form
    .LiveForm.Default
    .Field:is(.active, :has(.plupload_filelist li))
    > label {
    transform: translateY(-48px) !important;
  }
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  .Field.Required
  > label::before {
  color: #d22d2d !important;
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  .Field:is(.active, :has(.plupload_filelist li))
  > label {
  font-size: 12px !important;
  transform: translateY(-58px);
  color: var(--Gray-40) !important;
}
body:not(.personabar-visible) li.contact_TextBox textarea {
  border: none !important;
  background-color: var(--Gray-99) !important;
  box-shadow: none !important;
  min-height: 254px !important;
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  .Field.contact_TextBox
  .Field-Container-Wide,
.Field.contact_TextBox .Field-Container,
.Field.contact_TextBox .intl-tel-input {
  height: 264px !important;
}
body:not(.personabar-visible) li.contact_TextBox textarea:focus {
  border: none !important;
  box-shadow: none !important;
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  ul.page-break-section
  .Field {
  justify-content: start !important;
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  :is(input:not([type="submit"], [type="file"]), textarea) {
  border: none !important;
}
body:not(.personabar-visible) .contact_Form .LiveForm.Default input:focus,
body:not(.personabar-visible) .contact_Form .LiveForm.Default textarea:focus {
  border: none !important;
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  .Field.contact_TextBox
  > label {
  top: 28px !important;
  right: 0 !important;
  transition: var(--transition);
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  .Field.contact_TextBox:is(.active, :has(.plupload_filelist li))
  > label {
  font-size: 14px !important;
  transform: unset !important;
  opacity: 0 !important;
  color: var(--Gray-40) !important;
}
body#Body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  input[type="submit"],
body#Body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  input[type="button"] {
  background-color: var(--primary-40) !important;
  color: #fff !important;
  border: none !important;
  padding: 8px 54px 8px 72px !important;
  border-radius: 0px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  text-align: center !important;
  width: 70% !important;
  margin-inline: unset !important;
  transition: var(--transition);
  border-radius: 8px !important;
}
body#Body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  input[type="submit"]:hover,
body#Body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  input[type="button"]:hover {
  background-color: var(--primary-60) !important;
}
.contact_Form img.captcha-simple {
  margin-bottom: 0 !important;
  height: 100% !important;
  border-radius: 8px 0 0 8px !important;
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  .Field.CaptchaSimple
  > label {
  transform: translateY(-50%) !important;
}
body:not(.personabar-visible)
  .contact_Form
  .LiveForm.Default
  .Field.CaptchaSimple:is(.active, :has(.plupload_filelist li))
  > label {
  transform: translateY(-50px) !important;
}
.contact_Form .Submit-Align-Right {
  position: relative !important;
  border-radius: 8px !important;
}
.contact_Form .Submit-Align-Right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  background-image: url(../assets/icons/chat-room.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  z-index: 2;
  height: 20px;
}
.contact_Map_Wrapper {
  display: flex;
  align-items: center;
  height: 664px;
  margin-bottom: 104px;
  border-radius: 12px;
}
.contact_Map_Wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .contact_Map_Wrapper {
    height: 370px;
    width: 110%;
    align-items: center;
    margin-inline: -12px;
  }
  .contact_Form {
    margin: 0 !important;
    margin-bottom: 104px !important;
  }
  body:not(.personabar-visible)
    .contact_Form
    .LiveForm.Default
    ul.page-break-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  body:not(.personabar-visible)
    .contact_Form
    .LiveForm.Default
    ul.page-break-section
    li:first-child {
    grid-area: 1/1/2/2;
  }
  body:not(.personabar-visible)
    .contact_Form
    .LiveForm.Default
    ul.page-break-section
    li:first-child {
    order: 1;
  }
  body:not(.personabar-visible)
    .contact_Form
    .LiveForm.Default
    ul.page-break-section
    li:nth-child(2) {
    order: 4;
  }
  body:not(.personabar-visible)
    .contact_Form
    .LiveForm.Default
    ul.page-break-section
    li:nth-child(3) {
    order: 2;
  }
  body:not(.personabar-visible)
    .contact_Form
    .LiveForm.Default
    ul.page-break-section
    li:nth-child(4) {
    order: 3;
  }
  body:not(.personabar-visible)
    .contact_Form
    .LiveForm.Default
    ul.page-break-section
    li:nth-child(5) {
    order: 5;
  }
  body:not(.personabar-visible)
    .contact_Form
    .LiveForm.Default
    ul.page-break-section
    li:nth-child(6) {
    order: 6;
  }
  body#Body:not(.personabar-visible)
    .contact_Form
    .LiveForm.Default
    input[type="submit"],
  body#Body:not(.personabar-visible)
    .contact_Form
    .LiveForm.Default
    input[type="button"] {
    width: 100% !important;
  }
  .contact_Form .Submit-Align-Right::before {
    left: 40%;
  }
}
.news_Wrapper {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .news_Wrapper {
    flex-direction: column;
  }
  .news_Bank_Wrapper {
    margin-inline-start: 0 !important;
  }
  .news_Ttl {
    margin-bottom: 48px;
  }
  .news_Section .container {
    padding-top: 48px !important;
    padding-bottom: 88px !important;
  }
}
.news_Item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 calc(25% - 18px);
  transition: var(--transition);
  background-color: #fff;
  box-shadow: 0 8px 40px 0 rgb(18 18 18 / 0.08);
  border-radius: 8px;
}
.news_Data {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-inline: 16px;
}
.news_Title {
  color: var(--Gray-20);
  transition: var(--transition);
}
.news_Item:hover .news_Title {
  color: var(--primary-30);
}
.news_Desc {
  color: var(--Gray-40);
}
.news_Date_More {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 12px;
  position: relative;
  z-index: 2;
  transition: var(--transition);
  justify-self: end;
  margin-top: auto;
  padding-inline: 16px;
}
.news_Date_More::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0677ad 0%, #070a64 100%);
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
  border-radius: 0 0 8px 8px;
}
.news_Item:hover .news_Date_More::before {
  opacity: 1;
}
.news_Date {
  color: var(--Gray-70);
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: var(--transition);
}
.news_Item:hover .news_Date {
  color: #fff;
}
.news_Item:hover .news_Date_More_Icon .ezIcon {
  background-color: #fff !important;
}
.news_Date_More_Icon .ezIcon {
  background-color: var(--Gray-70) !important;
  --icon: 16px;
  transform: translateY(-2px);
}
.news_Link {
  color: var(--mc1) !important;
  display: flex;
  gap: 8px;
  align-items: center;
  transition: var(--transition);
}
.news_Item:hover .news_Link {
  color: #fff !important;
}
.news_Item:hover .news_Link .ezIcon {
  background-color: #fff !important;
}
.news_Link .ezIcon {
  background-color: var(--mc1) !important;
  --icon: 20px;
}
body:not(.rtl) .news_Link .ezIcon {
  rotate: 180deg;
}
.news_Img img {
  width: 100%;
  transition: 1s;
}
.news_Item:hover .news_Img img {
  transform: scale(1.1);
}
.news_Img {
  overflow: hidden;
  min-height: 201px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 768px) {
  .news_Img {
    min-height: 253px;
  }
}
.news_Detail_Top {
  display: flex;
  gap: 24px;
  margin-bottom: 48px;
}
.news_Detail_Top_Text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 0 0 calc(50% - 12px);
}
.news_Detail_Thumb_Wrapper {
  overflow: hidden;
  flex: 0 0 calc(50% - 12px);
  border-radius: 12px;
}
.news_Detail_Thumb {
  float: inline-end;
  width: 496px;
  flex: 0 0 calc(50% - 12px);
  transition: 0.3s;
}
.news_Detail_Thumb img {
  z-index: 1;
  position: relative;
  width: 100%;
  object-fit: cover;
  height: 100%;
  transition: 0.3s;
}
.news_Detail_Top::after {
  content: "";
  display: table;
  clear: both;
}
.news_Detail_Top_Bar {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
  position: relative;
}
.news_Detail_Top_Bar_Item {
  display: flex;
  gap: 4px;
  align-items: center;
  color: var(--Gray-40);
  transition: var(--transition);
}
.news_Detail_Top_Bar_Item:hover {
  color: var(--mc1);
}
.news_Detail_Top_Bar_Item:hover .ezIcon {
  background-color: var(--mc1) !important;
}
.news_Detail_Top_Bar .ezIcon {
  --icon: 16px;
  background-color: var(--Gray-40);
}
.print_Btn {
  color: var(--primary-50) !important;
}
.print_Btn .ezIcon {
  --icon: 16px;
  background-color: var(--primary-50);
}
.news_Detail_Top_Text_Date .ezIcon {
  background-color: var(--mc2);
}
.news_Detail_Top_Text_Date {
  position: absolute;
  top: 0;
  left: 0;
}
body:not(.rtl) .news_Detail_Top_Text_Date {
  left: unset;
  right: 0;
}
.news_Detail_Top_Text h1 {
  color: var(--primary-10) !important;
}
@media (max-width: 992px) {
  .display__Wrapper .img__Display_Item img {
    height: fit-content !important;
    object-fit: cover;
  }
  .news_Detail_Right,
  .news_Detail_Left {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .news_Detail_Left {
    margin-top: 24px;
  }
  .news_Detail_Right {
    padding-left: 0;
  }
  .news_Detail_Top_Text_Date {
    top: unset;
    bottom: -168px;
    left: unset;
  }
}
.news_Detail_Header_Txt {
  color: var(--secondary-40);
}
@media (max-width: 992px) {
  .news_Detail_Top {
    flex-direction: column;
  }
  .news_Detail_Actions {
    align-items: flex-end !important;
  }
  .news_Detail_Props,
  .news_Detail_Actions {
    padding: 0;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .news_Detail_Prop {
    width: 100%;
    justify-content: space-between;
  }
  .news_Detail {
    margin-bottom: 32px;
  }
  .news_Comment_Wrapper {
    margin-top: 32px;
  }
}
#tt_sm_map {
  display: none !important;
}
.news_Detail_Footer {
  display: flex;
  gap: 24px;
  margin-bottom: 72px;
}
.news_Detail_Footer_Title {
  color: var(--primary-10);
  width: 100%;
  position: relative;
  display: flex;
  margin-bottom: 24px;
}
.news_Detail_Footer_Title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bdbdbd;
}
.news_Detail_Footer_Title h2 {
  width: fit-content;
  background-color: #fff;
  z-index: 2;
  padding-inline-end: 24px;
}
.news_Detail_right {
  flex: 0 0 calc(50% - 12px);
}
.news_Detail_Header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 40px;
}
.news_Detail_Date {
  display: flex;
  align-items: center;
  gap: 4px;
  --icon: 20px;
  --icon-color: var(--tertiary-60);
}
.news_Detail_Content {
  min-height: 350px;
  margin-bottom: 48px;
  gap: 24px;
}
.news_Detail_Content h2 {
  color: var(--Gray-10);
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.news_Detail_Content p {
  color: var(--Gray-40);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  flex-direction: column;
}
.news_Detail_Content a {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: var(--mc1);
  text-decoration: underline;
}
.news_Detail_Content > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.news_Detail_Content a:hover {
  color: var(--primary-30);
}
.news_Detail_Content img {
  width: 60%;
  margin-inline: auto;
  object-fit: cover;
  margin-block: 48px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .news_Detail_Header {
    align-items: start;
  }
  .news_Detail_Content {
    flex-direction: column;
    padding: 12px;
  }
  .news_Detail_Top_Text h1 {
    font-size: 18px !important;
    margin-bottom: 60px;
  }
  .news_Detail_Content h2 {
    font-size: 16px !important;
    line-height: 32px !important;
  }
}
.news_Detail_Desc {
  text-align: justify;
}
.thumbnail__Wrapper .slick-list {
  margin-block: -0.5rem;
}
.thumbItem {
  border: none !important;
  transition: var(--transition);
  margin-block: 0.5rem;
  z-index: 1;
  position: relative;
}
.thumbItem:not(.slick-center) {
  opacity: 0.6;
}
.thumbItem.slick-center::before {
  width: calc(100% - 1rem);
}
.display__Wrapper .img__Display_Item {
  height: fit-content;
}
.display__Wrapper .img__Display_Item img {
  height: 488px;
  object-fit: cover;
}
.thumbItem img {
  max-height: 110px;
  object-fit: cover;
}
.news_Detail_Gallery_Ttl {
  margin-bottom: 1rem;
  padding-inline-start: 1rem;
  color: var(--primary-20);
}
.news_Detail_Gallery_Arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 104px;
}
.news_Detail_Gallery_Arrows .slick-arrow {
  position: static !important;
  width: 40px !important;
  height: 40px !important;
  background: #fff !important;
  transform: translateY(50%) !important;
}
.news_Detail_Gallery_Arrows .slick-arrow::before {
  --slick-arrow-icon: 2.5rem;
  --slick-arrow-accent: var(--primary-40);
}
.news_Detail_Gallery_Arrows .slick-next::before {
  transform: rotate(0) !important;
}
body.rtl .news_Detail_Gallery_Arrows .slick-next::before {
  transform: rotate(180deg) !important;
}
.news_Detail_Gallery_Arrows .slick-prev:before {
  transform: rotate(180deg) !important;
}
body.rtl .news_Detail_Gallery_Arrows .slick-prev:before {
  transform: rotate(0deg) !important;
}
.news_Detail_Gallery_Arrows .slick-arrow:hover {
  background: var(--primary-99) !important;
}
.news_Detail_Actions {
  padding: 18px 1rem;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_Detail_Props {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 1rem;
}
.news_Detail_Prop {
  display: flex;
  align-items: center;
}
.news_Detail_Prop:nth-child(2) {
  margin-inline-start: 1.5rem;
}
.news_Detail_Prop > p {
  color: var(--mc3);
  margin-inline-end: 8px;
}
.news_Detail_Prop > a {
  padding: 6px;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 8px;
  background: var(--mc3);
  margin-inline-start: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: var(--transition);
}
.news_Detail_Prop > a .ezIcon {
  --icon: 16px;
  background: #fff !important;
}
.news_Detail_Prop > a:hover {
  background: var(--mc2);
}
.calls_Download_Files {
  margin-top: 1.5rem;
}
.calls_Download_Files_Item {
  margin-top: 0.75rem;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding: 0 20px !important;
}
.copy_Toast {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%, -100%);
  background: var(--mc3);
  white-space: nowrap;
  padding: 2px 8px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.copy_Toast.active {
  opacity: 1;
  visibility: visible;
}
.news_Comment_Post {
  display: grid;
  row-gap: 16px;
  position: relative;
}
.news_Comment_Post .NormalTextBox {
  border: 1px solid var(--Gray-95) !important;
  background-color: #fff !important;
  box-shadow: none !important;
  height: 56px !important;
  text-indent: 16px !important;
  width: 100% !important;
  border-radius: 8px !important;
}
textarea.NormalTextBox {
  text-indent: 16px !important;
  width: 100% !important;
  height: 136px !important;
  padding-top: 16px !important;
}
.news_Comment_Post .Normal {
  display: flex;
  position: relative;
  align-items: center;
}
.news_Comment_Post .Normal img {
  order: 3;
  height: 100%;
  border-start-end-radius: 8px;
  border-end-end-radius: 8px;
}
.news_Comment_Post .Normal div {
  position: absolute;
  top: -32px;
  right: 16px;
  color: var(--Gray-40);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  opacity: 1;
  transition: var(--transition);
}
.news_Comment_Post .Normal .NormalRed {
  display: none !important;
}
.news_Comment_Post .Normal input {
  width: 100%;
  border-radius: 8px !important;
  border: 1px solid var(--Gray-95) !important;
  background-color: #fff !important;
  box-shadow: none !important;
  height: 56px !important;
  text-indent: 16px !important;
}
.news_Comment_Post input[type="button"] {
  background-color: var(--primary-40) !important;
  color: #fff !important;
  border: none !important;
  padding: 8px 54px 8px 68px !important;
  border-radius: 0px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  text-align: center !important;
  width: 40% !important;
  margin-inline: unset !important;
  transition: var(--transition);
  border-radius: 8px !important;
}
.news_Comment_Post::before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 114px;
  transform: translateY(-50%);
  background-image: url(../assets/icons/chat-room.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.news_Comment_Post input[type="button"]:hover {
  background-color: var(--primary-60) !important;
}
.blog__related_Wrapper .home_News_Bank_Item::before {
  display: none !important;
}
.blog__related_Wrapper .home_News_Bank_Wrapper {
  gap: 16px !important;
  margin-inline-start: 0 !important;
}
.news_Comments {
  margin-top: 32px;
  margin-bottom: 88px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.news_Comment_Item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 72px 32px 32px;
  background-color: #f9f9f9;
  position: relative;
  border-radius: 12px;
}
.news_Comment_Item_Header {
  display: flex;
}
.blog__Detail__Comment__Item__Rate {
  margin-right: auto;
  display: flex;
  align-items: center;
  position: absolute;
  gap: 24px;
  left: 32px;
  top: 32px;
}
.news_comment_Item_Initials {
  display: flex;
  flex-direction: column;
  position: relative;
}
.news_comment_Item_Initials::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  background-image: url(../assets/icons/male-user.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.news_Comment_Item_Name {
  color: var(--primary-30);
}
.news_Comment_Item_Date {
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  color: var(--Gray-20);
}
.likecomment {
  color: #f9f9f9 !important;
  position: relative;
}
.likecomment::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../assets/icons/thumbs-up.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.dislikecomment {
  color: #f9f9f9 !important;
  position: relative;
}
.dislikecomment::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../assets/icons/thumbs-down.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.news_Comment_Item p:last-child {
  color: var(--Gray-20);
}
@media (max-width: 768px) {
  .news_Detail_Footer {
    flex-direction: column;
  }
  .news_Detail_right {
    order: 2;
  }
  .news_Detail_left {
    order: 1;
  }
  .news_Comment_Post input[type="button"] {
    width: 100% !important;
  }
  .news_Comment_Post::before {
    right: 190px;
  }
  .news_Comment_Item {
    padding: 18px 56px 88px 16px;
  }
  .blog__Detail__Comment__Item__Rate {
    top: unset;
    bottom: 32px;
    left: 16px;
  }
  .news_Comment_Item p:last-child {
    text-align: justify;
  }
}
#stickyBar {
  position: fixed;
  top: 92px;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 88px;
  background: var(--primary-100);
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
  transition: transform 0.3s;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 768px) {
  #stickyBar {
    display: none;
  }
}
#stickyBar .news_Detail_Top_Text {
  flex-direction: row;
  flex: 1;
}
#stickyBar .news_Detail_Top_Bar {
  margin-right: auto;
  height: 44px;
  align-items: center;
  margin-bottom: 0;
}
body:not(.rtl) #stickyBar .news_Detail_Top_Bar {
  margin-right: 0;
  margin-left: auto;
}
#stickyBar .news_Detail_Top_Text h1 {
  font-size: 14px !important;
}
body:is(.personabar-visible) #stickyBar {
  display: none;
}
.stickyBar_hidden {
  transform: translateY(calc(-100% - 92px));
  pointer-events: none;
}
.p404 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-block: 204px;
}
.p404__Img {
  margin-bottom: 2rem;
}
.p404__Img img {
  width: 100%;
  height: 100%;
}
.p404__Text {
  margin-bottom: 40px;
  color: var(--Gray-30);
}
.p404__Btn {
  gap: 24px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 552px;
}
.p404__Btn a,
.p404__Btn button {
  flex: 1;
  height: 56px;
}
.p404__Btn .ez_Btn {
  color: #fff !important;
}
.jobs_Top_Wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 16px;
}
.jobs_Top_Right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 0 0 calc(50% - 12px);
}
.jobs_Top_Right h2 {
  color: var(--primary-20);
}
.jobs_Top_Right p {
  color: var(--Gray-30);
  margin-inline-end: 80px;
  margin-bottom: 16px;
}
.jobs_Top_Right p:last-child {
  margin-inline-end: 0;
}
.jobs_Top_Left {
  flex: 0 0 calc(50% - 12px);
}
.jobs_Top_Left_Img {
  width: 100%;
}
.jobs_Top_Left_Img img {
  object-fit: cover;
  width: 100%;
  border-radius: 12px;
}
@media (max-width: 992px) {
  .jobs_Top_Wrapper {
    flex-direction: column;
    align-items: start;
    gap: 32px;
    margin-top: 24px;
  }
  .jobs_Top_Right p {
    margin-inline-end: 0;
    margin-bottom: 8px;
  }
}
.jobs_Title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
  margin-top: 120px;
}
.jobs_Upper_Title {
  padding-inline-start: 32px;
  color: var(--secondary-40);
  position: relative;
}
.jobs_Upper_Title::before {
  content: "";
  position: absolute;
  width: 24px;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--secondary-40);
  height: 2px;
}
body:not(.rtl) .jobs_Upper_Title::before {
  right: unset;
  left: -8px;
}
.jobs_Lower_Title {
  color: var(--primary-20);
}
.jobs_Wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 120px;
}
.jobs_Item {
  padding: 16px 32px 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: var(--transition);
  width: 100%;
  border-radius: 8px;
  position: relative;
}
.jobs_Item::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: var(--Gray-95);
  transition: var(--transition);
}
.jobs_Item:hover::before {
  opacity: 0;
}
.jobs_Item:hover {
  background-color: #fff;
  box-shadow: 0 4px 26px 0 rgb(4 6 63 / 0.08);
  border-color: #fff;
}
.jobs_Item_Right {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  flex: 0 0 50%;
}
.jobs_Item_Left {
  flex: 0 0 50%;
  display: flex;
  justify-content: end;
}
.jobs_Item_Right h2 {
  color: var(--Gray-30);
}
.jobs_Item_Details {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: start;
  color: var(--Gray-50);
}
.jobs_Item_Details span {
  position: relative;
}
.jobs_Item_Details span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  right: -8px;
  background-color: #f2f2f2;
}
.jobs_Item_Details span:first-child::before {
  display: none;
}
.jobs_Item_Link {
  color: var(--mc1) !important;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
.jobs_Item:hover .jobs_Item_Link {
  color: var(--secondary-40) !important;
  transform: translateX(-16px);
}
body:not(.rtl) .jobs_Item:hover .jobs_Item_Link {
  transform: translateX(16px);
}
.jobs_Item_Link .ezIcon {
  --icon: 20px;
  background-color: var(--mc1);
}
body:not(.rtl) .jobs_Item_Link .ezIcon {
  rotate: 180deg;
}
.jobs_Item:hover .jobs_Item_Link .ezIcon {
  background-color: var(--secondary-40);
}
@media (max-width: 992px) {
  .jobs_Title {
    margin-top: 104px;
  }
  .jobs_Item_Left {
    flex: unset;
  }
  .jobs_Item_Right {
    flex: unset;
  }
  .jobs_Item {
    padding: 16px;
  }
  .jobs_Item:hover .jobs_Item_Link {
    transform: translateX(0) translateY(16px);
  }
  .jobs_Item_Link {
    transform: translateY(16px);
  }
}
.jobs_Form_Top {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.jobs_Form_Top h3 {
  color: var(--primary-40);
}
.jobs_Form_Top p {
  color: var(--Gray-30);
}
.jobs_Form {
  padding: 32px 40px;
  background-color: #f9f9f9;
  margin-bottom: 120px;
  border-radius: 12px;
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  ul.page-break-section,
body:not(.personabar-visible) .jobs_Form .LiveForm.Default .thank-you {
  row-gap: 32px;
  column-gap: 24px;
}
body:not(.personabar-visible) .jobs_Form .LiveForm.Default .Field input,
body:not(.personabar-visible) .jobs_Form .LiveForm.Default .Field .nice-select {
  height: 56px !important;
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  .Field.mobile-under
  .Field-Container-Wide,
.Field.mobile-under .Field-Container,
.Field.mobile-under .intl-tel-input {
  height: 56px !important;
}
body:not(.personabar-visible) .jobs_Form .LiveForm.Default .Field input,
body:not(.personabar-visible) .jobs_Form .LiveForm.Default .Field .nice-select {
  width: 100%;
  border: 1px solid var(--Gray-G95, #e4e4e4) !important;
  background-color: #fff;
  box-shadow: none !important;
  border-radius: 8px !important;
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  :is(input:not([type="submit"], [type="file"]), textarea) {
  text-indent: 16px !important;
  border-radius: 8px !important;
}
body:not(.personabar-visible) .jobs_Form .LiveForm.Default .Field > label {
  top: 50% !important;
  transform: translateY(-50%);
  font-size: 14px !important;
  color: var(--Gray-60) !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  padding-inline-start: 16px !important;
}
.jobs_Form .LiveForm.Default label.error {
  display: flex !important;
  top: 2px !important;
}
.jobs_Form .LiveForm.Default .Field.Fileupload label.error {
  display: flex !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 40% !important;
  position: absolute;
  left: 60px;
}
@media (max-width: 992px) {
  body:not(.personabar-visible) .jobs_Form .LiveForm.Default .Field > label {
    transform: translateY(-50%) !important;
  }
  body:not(.personabar-visible)
    .jobs_Form
    .LiveForm.Default
    .Field:is(.active, :has(.plupload_filelist li))
    > label {
    transform: translateY(-18px) !important;
  }
  .jobs_Form {
    padding: 32px 16px;
  }
  .jobs_Form_Top {
    flex-direction: column;
    align-items: start;
    margin-bottom: 24px;
  }
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  .Field.Required
  > label::before {
  color: #d22d2d !important;
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  .Field:is(.active, :has(.plupload_filelist li))
  > label {
  font-size: 11px !important;
  transform: translateY(-18px);
  color: var(--Gray-60) !important;
}
body:not(.personabar-visible) li.contact_TextBox textarea {
  border: none !important;
  background-color: var(--Gray-99) !important;
  box-shadow: none !important;
  min-height: 254px !important;
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  .Field.contact_TextBox
  .Field-Container-Wide,
.Field.contact_TextBox .Field-Container,
.Field.contact_TextBox .intl-tel-input {
  height: 264px !important;
}
body:not(.personabar-visible) li.contact_TextBox textarea:focus {
  border: none !important;
  box-shadow: none !important;
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  ul.page-break-section
  .Field {
  justify-content: start !important;
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  :is(input:not([type="submit"], [type="file"]), textarea) {
  border: 1px solid var(--Gray-G95, #e4e4e4) !important;
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  .Field.contact_TextBox
  > label {
  top: 28px !important;
  right: 0 !important;
  transition: var(--transition);
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  .Field.contact_TextBox:is(.active, :has(.plupload_filelist li))
  > label {
  font-size: 14px !important;
  transform: unset !important;
  opacity: 0 !important;
  color: var(--Gray-40) !important;
}
body#Body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  input[type="submit"],
body#Body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  input[type="button"] {
  background-color: var(--primary-40) !important;
  color: #fff !important;
  border: none !important;
  padding: 8px 54px 8px 72px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  text-align: center !important;
  width: 100% !important;
  height: 100% !important;
  margin-inline: unset !important;
  transition: var(--transition);
}
body#Body:not(.personabar-visible, .rtl)
  .jobs_Form
  .LiveForm.Default
  input[type="submit"],
body#Body:not(.personabar-visible, .rtl)
  .jobs_Form
  .LiveForm.Default
  input[type="button"] {
  padding: 8px 72px 8px 54px !important;
}
body#Body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  input[type="submit"]:hover,
body#Body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  input[type="button"]:hover {
  background-color: var(--primary-60) !important;
}
.jobs_Form img.captcha-simple {
  margin-bottom: 0 !important;
  height: 100% !important;
  border-radius: 0 !important;
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  .Field.CaptchaSimple
  > label {
  transform: translateY(-50%) !important;
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  .Field.CaptchaSimple:is(.active, :has(.plupload_filelist li))
  > label {
  transform: translateY(-50px) !important;
}
.jobs_Form .Submit-Align-Right {
  position: relative !important;
  height: 56px !important;
}
.jobs_Form .Submit-Align-Right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 32%;
  transform: translate(-50%, -50%);
  background-image: url(../assets/icons/arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  z-index: 2;
  height: 20px;
}
body:not(.rtl) .jobs_Form .Submit-Align-Right::before {
  rotate: 180deg;
  transform: translate(50%, 50%);
  left: unset;
  right: 88px;
}
.jobs_Form .nice-select:after {
  rotate: unset;
  --icon: 30px;
  top: 50%;
  transform: translateY(-50%) !important;
  background-color: var(--mc1);
}
.jobs_Form .nice-select.open:after {
  rotate: 180deg;
  transform: translateY(10px) !important;
}
body.rtl:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  ul.page-break-section
  .Fileupload
  .Field-Container-Wide
  .moxie-shim.moxie-shim-html5 {
  top: 50% !important;
  transform: translateY(-50%) translateX(-3px) !important;
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  ul.page-break-section
  .Fileupload
  .Field-Container-Wide
  .plupload_buttons::before {
  position: absolute;
  top: 8px;
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  ul.page-break-section
  .Fileupload
  .Field-Container-Wide {
  border-radius: 8px !important;
  border: 1px solid var(--Gray-G95, #e4e4e4) !important;
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  ul.page-break-section
  .Fileupload
  .Field-Container-Wide:hover {
  box-shadow: none !important;
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  ul.page-break-section
  .Fileupload
  .Field-Container-Wide::before {
  content: "";
  width: 1px;
  height: 70%;
  background-color: #e4e4e4;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
body:not(.personabar-visible, .rtl)
  .jobs_Form
  .LiveForm.Default
  ul.page-break-section
  .Fileupload
  .Field-Container-Wide::before {
  left: unset;
  right: 48px;
}
body:not(.personabar-visible) .jobs_Form .LiveForm.Default .Field.pDatePicker {
  position: relative;
  direction: ltr;
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  .Field.pDatePicker
  input {
  text-indent: 58px !important;
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  .Field.pDatePicker::before {
  content: "";
  background-image: url(../assets/icons/calendar-blue.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
body:not(.personabar-visible, .rtl)
  .jobs_Form
  .LiveForm.Default
  .Field.pDatePicker::before {
  left: unset;
  right: 16px;
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  .Field.pDatePicker::after {
  content: "";
  width: 1px;
  height: 70%;
  background-color: #e4e4e4;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
body:not(.personabar-visible, .rtl)
  .jobs_Form
  .LiveForm.Default
  .Field.pDatePicker::after {
  left: unset;
  right: 48px;
}
body:not(.personabar-visible, .rtl) .LiveForm.Default input[type="file"] {
  transform: translateY(-20px);
}
body:not(.personabar-visible, .rtl)
  .LiveForm.Default
  ul.page-break-section
  .Fileupload
  .Field-Container-Wide
  .moxie-shim.moxie-shim-html5 {
  top: 50% !important;
  right: 10px !important;
  transform: translateY(-50%) translateX(-3px) !important;
}
body:not(.personabar-visible)
  .jobs_Form
  .LiveForm.Default
  .Field.pDatePicker
  > label {
  padding-inline-start: 0 !important;
  padding-inline-end: 16px !important;
}
@media (max-width: 992px) {
  .jobs_Form .Submit-Align-Right::before {
    left: 40%;
  }
}
.jobs_Form .nice-select .list {
  border-radius: 8px !important;
}
.jobs_Form .nice-select .current {
  padding-inline-start: 16px !important;
}
.jobs_Detail_Top_Wrapper {
  background-color: var(--Gray-99);
  padding-block: 40px;
}
.jobs_Detail_Top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jobs_Detail_Top_Text h1 {
  color: var(--primary-20);
}
.jobs_Detail_Top .jobs_Item_Details span::before {
  background-color: #bdbdbd;
  right: -16px;
}
.jobs_Detail_Top .jobs_Item_Details {
  color: var(--Gray-30);
  gap: 32px;
}
.jobs_Detail_Link {
  color: #fff !important;
  padding: 8px 54px;
  background-color: var(--primary-40);
  transition: var(--transition);
  border-radius: 8px;
}
.jobs_Detail_Link:hover {
  background-color: var(--primary-60);
}
.jobs_Detail_Content {
  margin-top: 32px;
  margin-bottom: 72px;
}
.jobs_Detail_Content h2 {
  color: var(--primary-20);
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  padding-top: 40px;
}
.jobs_Detail_Content li {
  position: relative;
  padding-inline-start: 16px;
}
.jobs_Detail_Content li::before {
  content: ".";
  position: absolute;
  top: -4px;
  right: 0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .jobs_Detail_Top {
    flex-direction: column;
    gap: 24px;
    justify-content: start;
    align-items: start;
  }
  .jobs_Detail_Top_Wrapper {
    padding-block: 32px;
  }
}
.coworkers_Wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 42px;
  margin-bottom: 164px;
  position: relative;
  touch-action: none;
}
.coworkers_Wrapper .slick-slide {
  width: 140px;
}
.coworkers_Wrapper::before {
  content: "";
  background-image: url(../assets/icons/pattern2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -24%;
  bottom: -134%;
  width: 386px;
  height: 420px;
  opacity: 0.3;
  z-index: -1;
}
@media (max-width: 992px) {
  .coworkers_Wrapper::before {
    display: none;
  }
}
.coworkers_Wrapper h2 {
  text-align: center;
}
.coworkers_Box {
  gap: 32px;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-100);
  padding: 24px 0;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .coworkers_Box {
    flex-wrap: wrap;
  }
}
.about_Hero_Wrapper {
  background-image: url(/Portals/0/Images/about-hero.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 48vh;
  background-position: center;
  position: relative;
}
body:not(.rtl) .about_Hero_Wrapper {
  background-image: url(/Portals/_default/Skins/ez-skin/assets/images/about-hero-f.png);
}
.about_Hero_Inner {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
}
.about_Hero_Inner h1 {
  color: #fff;
}
body:not(.rtl) .about_Hero_Inner h1 {
  width: 50%;
  text-align: left !important;
}
@media (max-width: 992px) {
  .about_Hero_Wrapper {
    background-image: url(/Portals/0/Images/about-hero-mobile.png);
  }
  .about_Hero_Inner {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding-top: 70px !important;
  }
}
.about_Paragraph {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-block: 80px;
  text-align: justify;
}
.about_Paragraph p {
  max-height: 226px;
  transition: max-height 0.5s ease;
  overflow: hidden;
  position: relative;
}
.about_Paragraph.active p {
  max-height: 500px;
}
.about_Paragraph.active p::before {
  opacity: 0;
}
.about_Paragraph p::before {
  content: "";
  background: linear-gradient(
    0deg,
    rgb(255 255 255) 0%,
    rgb(255 255 255 / 0.77) 62%,
    #fff0 100%
  );
  height: 74px;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: var(--transition);
}
.about_Paragraph button {
  background-color: var(--primary-20);
  padding: 12px 32px;
  transition: var(--transition);
  border-radius: 8px;
  width: max-content;
  color: #fff;
  font-weight: 600;
  margin-inline: auto;
}
.about_Paragraph button:hover {
  background-color: var(--primary-30);
}
@media (max-width: 992px) {
  .about_Paragraph p {
    text-align: justify;
  }
}
.about_Short_Paragraph_Wrapper {
  display: flex;
  gap: 72px;
  margin-block: 56px;
}
.about_Short_Paragraph_Image {
  width: 588px;
  margin-right: -65px;
}
body:not(.rtl) .about_Short_Paragraph_Image {
  margin-right: 0;
  margin-left: -65px;
}
.about_Short_Paragraph_Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_Short_Paragraph {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 992px) {
  .about_Short_Paragraph_Wrapper {
    flex-direction: column;
  }
  .about_Short_Paragraph_Wrapper p {
    text-align: justify;
  }
  .about_Short_Paragraph_Image {
    width: 250px;
    margin-right: 0;
  }
}
.approach_Wrapper {
  background-color: #f9f9f9;
  padding-block: 64px 72px;
  z-index: 1;
  position: relative;
}
.approach_Wrapper h2 {
  margin-bottom: 40px;
}
.approach_Cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.approach_Card {
  border-radius: 8px;
  background: var(--Gray-G100, #fff);
  box-shadow: 0 8px 48px 0 rgb(18 18 18 / 0.05);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  flex: 0 0 calc(50% - 12px);
  position: relative;
  overflow: hidden;
}
body:not(.rtl) .approach_Card {
  height: 312px;
}
body:not(.rtl) .pic-cards-wrapper .approach_Card {
  height: 250px;
}
.approach_Card::before {
  content: "";
  background-image: url(../assets/images/approach-card-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  opacity: 0;
  transition: var(--transition);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
body:not(.rtl) .approach_Card::before {
  background-image: url(../assets/images/approach-card-bg-f.png);
  height: 312px;
  background-size: cover;
}
body:not(.rtl) .pic-cards-wrapper .approach_Card::before {
  background-image: url(../assets/images/approach-card-bg-f.png);
  height: 270px;
  background-size: cover;
}
.approach_Card:hover::before {
  opacity: 1;
  z-index: 1;
}
.approach_Card .ezIcon {
  background: #f9c74f;
  transition: var(--transition);
  --icon: 32px;
}
.approach_Card:hover .ezIcon {
  z-index: 2;
  background: #fff;
}
.approach_Card h3,
.approach_Card p {
  transition: var(--transition);
}
.approach_Card:hover h3,
.approach_Card:hover p {
  color: #fff !important;
  z-index: 2;
}
.approach_Card_Last {
  border-radius: 8px;
  background: var(--Gray-G100, #fff);
  box-shadow: 0 8px 48px 0 rgb(18 18 18 / 0.05);
  padding: 24px;
  margin-top: 24px;
  position: relative;
}
.approach_Card_Last::before {
  content: "";
  background-image: url(../assets/icons/approach-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 185px;
  width: 538px;
  position: absolute;
  left: -68px;
  bottom: -54px;
  z-index: -6;
}
body:not(.rtl) .approach_Card_Last::before {
  transform: rotateY(180deg);
  left: unset;
  right: -68px;
}
@media (max-width: 992px) {
  .about_Short_Paragraph_Wrapper {
    flex-direction: column;
  }
  .about_Short_Paragraph_Wrapper p {
    text-align: justify;
  }
  .about_Short_Paragraph_Image {
    width: 250px;
    margin-right: 0;
  }
  .approach_Cards {
    flex-direction: column;
  }
  .approach_Card::before {
    background-size: cover;
  }
}
.overview_Wrapper {
  display: flex;
  gap: 56px;
  align-items: center;
  margin-block: 96px;
}
.overview_Right {
  flex: 0 0 calc(50% - 28px);
}
.overview_Right h2 {
  margin-bottom: 32px;
}
.overview_Image {
  position: relative;
}
.overview_Image img {
  border-radius: 16px;
}
.overview_Image::before {
  content: "";
  background-image: url(../assets/icons/pattern2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 170px;
  height: 180px;
  position: absolute;
  right: -32px;
  top: -24;
  opacity: 0.6;
  z-index: -2;
}
body:not(.rtl) .overview_Image::before {
  right: unset !important;
  left: -32px;
}
.overview_Wrapper.lower .overview_Image::before {
  right: 24px !important;
}
@media (max-width: 992px) {
  .overview_Wrapper {
    flex-direction: column;
  }
  .overview_Wrapper.lower {
    flex-direction: column-reverse;
  }
}
.strategy_Wrapper {
  display: flex;
  flex-direction: column;
  gap: 46px;
  margin-bottom: 74px;
}
.strategy_Top h2 {
  margin-bottom: 24px;
}
.strategy_List {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.strategy_list_Item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
  justify-content: center;
  flex: 0 0 calc(50% - 14px);
}
.strategy_List_Item_First {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: start;
}
.strategy_Num {
  border-radius: 8px;
  background: var(--Primary-P99, #e5eef6);
  font-size: 32px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .strategy_List {
    flex-direction: column;
  }
  .strategy_Top p {
    text-align: justify;
  }
}
.clause_Wrapper {
  border-radius: 8px;
  background: var(--Background, #f9f9f9);
  padding: 32px;
  position: relative;
  margin-bottom: 128px;
  overflow: hidden;
}
.clause_Wrapper::before {
  content: "";
  background-image: url(../assets/icons/clause-before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 538px;
  height: 185px;
  position: absolute;
  top: -28px;
  left: -50px;
}
body:not(.rtl) .clause_Wrapper::before {
  left: unset;
  right: -50px;
  transform: rotateY(180deg);
}
.clause_Wrapper h2 {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .clause_Wrapper p {
    text-align: justify;
  }
  .strategy_Wrapper.second .overview_Wrapper {
    margin-bottom: 60px !important;
  }
}
.strategy_Wrapper.second .overview_Wrapper {
  margin-block: unset;
  margin-top: 40px;
  margin-bottom: 126px;
}
.strategy_Wrapper.second {
  gap: 0;
}
.strategy_Wrapper.second .strategy_List {
  flex-direction: column;
  align-items: start;
}
.strategy_Wrapper.second .overview_Wrapper .overview_Image::before {
  right: unset;
  left: -48px;
  top: -48px;
}
body:not(.rtl)
  .strategy_Wrapper.second
  .overview_Wrapper
  .overview_Image::before {
  left: unset !important;
  right: -48px !important;
}
.strategy_Wrapper.second h2 {
  text-align: center;
}
.about_Hero_Wrapper.consult {
  background-image: url(/Portals/0/Images/consult-banner.png);
}
.about_Hero_Wrapper.consult h1 {
  text-align: center;
}
.about_Hero_Wrapper.research {
  background-image: url(/Portals/0/Images/research-banner.png);
}
.about_Hero_Wrapper.ai {
  background-image: url(/Portals/0/Images/ai-banner.png);
}
.about_Hero_Wrapper.consult::before {
  display: none !important;
}
.about_Hero_Wrapper.research::before {
  display: none !important;
}
.about_Hero_Wrapper.ai::before {
  display: none !important;
}
.consult-desc-wrapper .consult-desc {
  color: var(--Gray-40, #626262);
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 768px) {
  .consult-desc-wrapper .consult-desc {
    font-size: 14px;
    line-height: 28px;
  }
  .consult-desc-wrapper-sec p.consult-desc {
    font-size: 14px;
    line-height: 28px;
  }
  .consult-first-pic-wrapper .pic-wrapper::before {
    left: 0px !important;
  }
  .consult-first-pic-wrapper .pic-wrapper img {
    width: 95%;
    margin-inline: auto;
  }
  .about_Hero_Wrapper.ai {
    background-position: -400px 0;
  }
}
.consult-desc-wrapper {
  padding: 120px 0 74px 0;
}
.consult-desc-wrapper-sec .consult-desc {
  color: var(--Gray-30, #4f4f4f);
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.consult-desc-wrapper-sec {
  padding: 104px 0 48px 0;
}
.consult-first-pic-wrapper .pic-wrapper {
  position: relative;
  z-index: 5;
  border-radius: 16px;
  flex: calc(50% - 39px);
  flex-shrink: 0;
  display: flex;
}
.consult-first-pic-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.consult-first-pic-wrapper {
  background: var(--Background, #f9f9f9);
  padding: 95px 0 80px 0;
  overflow: hidden;
}
.consult-first-pic-wrapper .pic-wrapper::before {
  content: "";
  background-image: url(../assets/icons/pattern2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 206px;
  height: 170px;
  position: absolute;
  left: -40px;
  top: -32;
  opacity: 0.6;
  z-index: -2;
}
.consult-first-pic-wrapper .pic-wrapper::after {
  content: "";
  position: absolute;
  bottom: -168px;
  left: 5%;
  width: 720px;
  height: 248px;
  background-image: url(../assets/images/homeabout-before.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  transform: scaleX(-1);
}
body:not(.rtl) .consult-first-pic-wrapper .pic-wrapper::after {
  left: unset !important;
  right: 5% !important;
  transform: rotateY(0) !important;
}
.consult-first-pic-wrapper .consult-first-pic-content {
  display: flex;
  justify-content: space-between;
  gap: 78px;
}
@media (max-width: 768px) {
  .consult-first-pic-wrapper .consult-first-pic-content {
    flex-direction: column;
    gap: 100px;
  }
  .consult-first-pic-wrapper .desc-wrapper .desc {
    font-size: 14px;
    line-height: 28px;
  }
}
.consult-first-pic-wrapper .desc {
  color: var(--Gray-30, #4f4f4f);
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.consult-first-pic-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  flex: calc(50% - 39px);
}
.consult-sec-pic-content {
  display: flex;
  gap: 40px;
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .consult-sec-pic-content {
    flex-direction: column-reverse;
    gap: 50px;
  }
}
.consult-sec-pic-content .pic-wrapper {
  display: flex;
  flex: calc(50% - 20px);
}
.consult-sec-pic-content .pic-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consult-sec-pic-content .list-wrapper ul {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: start;
  gap: 12px;
}
.consult-sec-pic-content .list-wrapper {
  display: flex;
  flex: calc(50% - 20px);
}
.consult-sec-pic-content .list-wrapper li {
  color: var(--primary-30, #00417a);
  text-align: right;
  font-family: Vazirmatn;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  position: relative;
  padding-right: 27px;
}
body:not(.rtl) .consult-sec-pic-content .list-wrapper li {
  text-align: left;
  padding-right: 0;
  padding-left: 27px;
}
.consult-sec-pic-content .list-wrapper li::before {
  content: "";
  background-image: url(/portals/0/images/icons/list.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 32px;
  position: absolute;
  right: 0;
  z-index: 2;
}
body:not(.rtl) .consult-sec-pic-content .list-wrapper li::before {
  right: unset;
  left: 0;
}
.target-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 0 144px 0;
}
.target-wrapper .target-content {
  padding: 48px 70px;
  border-radius: 8px;
  background: var(--primary-99, #e5eef6);
}
@media (max-width: 768px) {
  .target-wrapper .target-content {
    padding: 24px 35px;
  }
  .target-wrapper .target-content p {
    font-size: 14px;
    line-height: 28px;
  }
  .pic-cards-wrapper {
    flex-flow: column-reverse;
  }
  .research-bottom .bottom-content p {
    font-size: 14px;
    line-height: 28px;
  }
  .research-bottom .bottom-content {
    padding: 80px 20px !important;
  }
  .research-bottom {
    padding: 80px 0 !important;
  }
  .target-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 100px 0;
  }
}
.target-wrapper p {
  color: var(--primary-20, #003461);
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.research-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 128px 0;
  position: relative;
}
.research-bottom .bottom-content::after {
  content: "";
  position: absolute;
  bottom: -165px;
  left: -50;
  width: 720px;
  height: 248px;
  background-image: url(../assets/images/homeabout-before.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
body:not(.rtl) .research-bottom .bottom-content::after {
  left: unset;
  right: -50;
  transform: rotateY(180deg);
}
.research-bottom .bottom-content {
  padding: 80px 45px;
  border-radius: 16px;
  background: var(--primary-100, #f2f7fa);
  position: relative;
  overflow: hidden;
}
.research-bottom p {
  color: var(--Gray-30, #4f4f4f);
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.pic-cards-wrapper {
  display: flex;
  gap: 64px;
}
.pic-cards-wrapper .approach_Card {
  padding: 16px;
}
.pic-cards-wrapper .approach_Card::before {
  background-position: -90px -10px;
  background-size: 542px;
}
.pic-cards-wrapper .approach_Card p {
  height: 140px;
  text-align: justify;
}
.pic-cards-wrapper .right {
  flex: calc(50% - 20px);
}
.pic-cards-wrapper .left {
  display: flex;
  flex: calc(50% - 20px);
  align-items: center;
}
.pic-cards-wrapper .left .pic-wrapper {
  display: flex;
  width: 560px;
  height: 348px;
  position: relative;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .pic-cards-wrapper .left .pic-wrapper {
    height: 248px;
  }
  .pic-cards-wrapper .approach_Card p {
    height: 90px !important;
  }
}
.pic-cards-wrapper .left .pic-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.pic-cards-wrapper .left .pic-wrapper::before {
  content: "";
  background-image: url(../assets/icons/pattern2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 206px;
  height: 170px;
  position: absolute;
  left: 0;
  top: -40;
  opacity: 0.6;
  z-index: -2;
}
.pic-cards-wrapper .left .pic-wrapper::after {
  content: "";
  background-image: url(../assets/icons/pattern2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 206px;
  height: 168px;
  position: absolute;
  right: 0;
  bottom: -40;
  opacity: 0.6;
  z-index: -2;
}
.ai-content-wrapper {
  display: flex;
  gap: 64px;
  padding: 126px 0 166px 0;
}
@media (max-width: 768px) {
  .ai-content-wrapper {
    flex-flow: column-reverse;
  }
  .ai-content-wrapper .right p {
    font-size: 14px;
    line-height: 28px;
  }
  .ai-content-wrapper .pic-wrapper {
    width: 100% !important;
    height: 250px !important;
  }
}
.ai-content-wrapper .pic-wrapper {
  width: 560px;
  height: 348px;
  flex-shrink: 0;
  border-radius: 12px;
  position: relative;
}
.ai-content-wrapper .pic-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.ai-content-wrapper .right {
  display: flex;
  flex: calc(50% - 20px);
}
.ai-content-wrapper p {
  color: var(--Gray-30, #4f4f4f);
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.ai-content-wrapper .left {
  display: flex;
  flex: calc(50% - 20px);
  align-items: center;
}
.ai-content-wrapper .left .pic-wrapper::before {
  content: "";
  background-image: url(../assets/icons/pattern2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 206px;
  height: 170px;
  position: absolute;
  left: 0;
  top: -40;
  opacity: 0.6;
  z-index: -2;
}
.ai-content-wrapper .left .pic-wrapper::after {
  content: "";
  background-image: url(../assets/icons/pattern2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 206px;
  height: 168px;
  position: absolute;
  right: 0;
  bottom: -40;
  opacity: 0.6;
  z-index: -2;
}
.about_Hero_Wrapper.research {
  background-image: url(../assets/images/researchbg.png);
}
