@charset "UTF-8";
/*** LTR websites ***/
@font-face {
  font-family: "font-Bold";
  src: url("../fonts/AktivGroteskBold.otf");
}
@font-face {
  font-family: "font-Med";
  src: url("../fonts/AktivGroteskMedium.otf");
}
@font-face {
  font-family: "font-Reg";
  src: url("../fonts/AktivGroteskRegular.otf");
}
@font-face {
  font-family: "font-Li";
  src: url("../fonts/AktivGroteskThin.otf");
}
body {
  /*Sanad removed:direction: $direction;*/
  /*Sanad removed:text-align: $start-direction;*/
}

*,
*:focus,
*:active,
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

html {
  height: 100%;
}

/* start global */
body {
  background-color: #FFF;
  overflow-y: auto;
  font-family: "font-Reg" !important;
  overflow-x: hidden;
  /*Sanad removed:text-align: left;*/
}

body.mode-luminosity {
  mix-blend-mode: luminosity;
}

body.mode-difference {
  mix-blend-mode: difference;
}

body * {
  /*Sanad removed:text-align: left;*/
  font-size: 16px;
}

a:visited {
  color: inherit;
}

a {
  text-decoration: none !important;
}

.bg-brand {
  background-color: #2C3A82;
}

.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.text-lime {
  color: #BDCD5C;
}

input.btn.btn-primary {
  background: #2c3a82;
  color: #fff;
  border: 1px solid #2c3a82;
  height: 40px;
  font-size: 16px;
  font-family: "font-Med";
}

.btn-brand {
  min-width: 300px;
  background-color: #2C3A82;
  color: #BDCD5C;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 60px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.btn-brand svg,
.btn-brand svg * {
  stroke: #BDCD5C;
}
.btn-brand:hover {
  color: #2C3A82;
  background-color: #BDCD5C;
}
.btn-brand:hover svg,
.btn-brand:hover svg * {
  stroke: #2C3A82;
}
.btn-brand:active {
  background-color: #2C3A82 !important;
  color: #BDCD5C !important;
}
.btn-brand:active svg,
.btn-brand:active svg * {
  stroke: #BDCD5C;
}
.btn-brand:visited {
  background-color: #2C3A82 !important;
  color: #BDCD5C !important;
}
.btn-brand:visited svg,
.btn-brand:visited svg * {
  stroke: #BDCD5C;
}

.btn-brand.btn-sm {
  min-width: auto !important;
  padding: 8px 36px !important;
}

/*
      general css to be reused
*/
.text-brand {
  color: #2C3A82;
}

.text-justify {
  text-align: justify !important;
}

.fw-medium {
  font-family: "font-Med" !important;
  font-weight: 400;
}

.fw-bold {
  font-family: "font-Bold" !important;
  font-weight: 400;
}

.ef-link {
  color: #2C3A82;
}

.ef-link-underline {
  text-decoration: underline;
}

.ef-link-underline:hover {
  text-decoration: none;
}

.bg-offwhite {
  background-color: #F2EEE7;
}

.bg-EAECF8 {
  background-color: #EAECF8;
}

.bg-EAECF8-pattern {
  background: #EAECF8 url(../images/shared/pattern.png) no-repeat right center;
  background-size: contain;
}

.bg-2C3A82-pattern {
  background: #2C3A82 url(../images/shared/pattern2.png) no-repeat right center;
  background-size: contain;
}

.bg-offwhite-half::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  background-color: #F2EEE7;
  z-index: -1;
}

.text-dimmed {
  color: #6C737F;
}

.fs-lg-64 {
  font-size: 28px;
}
@media (min-width: 576px) {
  .fs-lg-64 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .fs-lg-64 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .fs-lg-64 {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .fs-lg-64 {
    font-size: 48px;
  }
}
@media (min-width: 1650px) {
  .fs-lg-64 {
    font-size: 64px;
  }
}
.fs-lg-64 div {
  font-size: 28px;
}
@media (min-width: 576px) {
  .fs-lg-64 div {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .fs-lg-64 div {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .fs-lg-64 div {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .fs-lg-64 div {
    font-size: 48px;
  }
}
@media (min-width: 1650px) {
  .fs-lg-64 div {
    font-size: 64px;
  }
}

.my-lg-52 {
  margin-top: clamp(20px, 20px + 2vw, 52px);
  margin-bottom: clamp(20px, 20px + 2vw, 52px);
}

.fs-lg-48 {
  font-size: 20px;
}
@media (min-width: 576px) {
  .fs-lg-48 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .fs-lg-48 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .fs-lg-48 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .fs-lg-48 {
    font-size: 35px;
  }
}
@media (min-width: 1400px) {
  .fs-lg-48 {
    font-size: 38px;
  }
}
@media (min-width: 1650px) {
  .fs-lg-48 {
    font-size: 48px;
  }
}

.fs-lg-40 {
  font-size: 18px;
}
@media (min-width: 576px) {
  .fs-lg-40 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .fs-lg-40 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .fs-lg-40 {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .fs-lg-40 {
    font-size: 35px;
  }
}
@media (min-width: 1650px) {
  .fs-lg-40 {
    font-size: 40px;
  }
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 16px;
}

.fs-20 {
  font-size: 16px;
}
@media (max-width: 768px) {
  .fs-20 {
    font-size: 14px;
  }
}

.fs-24 {
  font-size: 18px;
}

.padding-lg-180-180 {
  padding: clamp(20px, 10vw, 160px);
}

/* general css to be reused */
/*
        sharepoint edit mode bars fix issues
*/
div#suiteBarDelta {
  z-index: 99999 !important;
  position: relative;
}

#s4-ribbonrow {
  z-index: 9999 !important;
}

td#MSOTlPn_MainTD {
  position: fixed;
  z-index: 999999;
  left: auto;
  top: 20%;
  right: 1%;
  width: auto !important;
}

.ms-TPBody {
  overflow-y: auto;
  max-height: 200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "font-Reg" !important;
}

#s4-bodyContainer {
  padding: 0;
  padding-top: 150px !important;
}

.ms-webpart-zone {
  display: block;
}

div.ms-webpart-cell-vertical-inline-table {
  display: block;
}

.ms-webpart-chrome-vertical {
  display: block;
}

.ms-webpartzone-cell {
  margin: 0;
}

#s4-workspace {
  overflow: unset;
}

.swiper-wrapper {
  height: auto;
}

a {
  text-decoration: none;
}

.flexCenter, .pageTitle .share-social ul li a, .rateContet .pWarp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.multi-ellipsis {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}

img {
  max-width: 100%;
}

.VCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.btn-custom {
  display: inline-block;
  border-radius: 34px;
  padding: 18px 20px 18px;
  font-size: 14px;
  background-color: #2C3A82;
  color: #BDCD5C !important;
  border: 1px solid #2C3A82;
  min-width: 18vw;
  text-align: center;
}
.btn-custom:visited {
  color: #BDCD5C;
}
.btn-custom:hover {
  background-color: #BDCD5C;
  color: #2C3A82 !important;
  border: 1px solid #BDCD5C;
}
.btn-custom:hover svg,
.btn-custom:hover svg * {
  fill: #2C3A82 !important;
  stroke: #2C3A82 !important;
}

.btn-custom2 {
  display: inline-block;
  border-radius: 34px;
  padding: 18px 20px 18px;
  font-size: 14px;
  color: #2C3A82;
  background-color: #BDCD5C;
  border: 1px solid #2C3A82;
  min-width: 18vw;
  text-align: center;
}
.btn-custom2 svg,
.btn-custom2 svg * {
  fill: #2C3A82 !important;
  stroke: #2C3A82 !important;
}
.btn-custom2:visited {
  color: #2C3A82;
}
.btn-custom2:hover {
  background-color: #DDE5AA;
  border: 1px solid #DDE5AA;
}
.btn-noBorders a {
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  padding: 12px 5px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.btn-noBorders a:visited {
  color: #FFFFFF;
}
.btn-noBorders a span {
  font-size: inherit;
  color: inherit;
}

.btn-Bordered a {
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-family: "font-Med" !important;
  line-height: 24px;
  color: #2C3A82;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  border-radius: 60px;
  border: 1px solid;
  border-color: #2C3A82;
  padding: 0px;
  padding-left: 24px;
  padding-right: 16px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 46px;
}
.btn-Bordered a span {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.btn-Bordered a:hover {
  color: white;
  background-color: #2C3A82;
}
.btn-Bordered a:hover img {
  filter: brightness(10);
}

.main-sec {
  margin-bottom: 20px;
}
.main-sec h2 {
  font-size: 20px;
  font-family: "font-Bold" !important;
  color: #2C3A82;
  margin-bottom: 10px;
}
.main-sec p {
  font-size: 16px;
  font-family: "font-Med" !important;
  color: #0F1822;
  margin-bottom: 0;
  max-width: 1050px;
}
.main-sec.white h2 {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "font-Reg" !important;
}
.main-sec.white p {
  color: #FFFFFF;
  font-family: "font-Reg" !important;
}

.menuWithBanner {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  height: auto;
  background-color: transparent;
}
.menuWithBanner .navbar-toggler {
  box-shadow: none !important;
}
.menuWithBanner .topnav {
  position: absolute;
}
.menuWithBanner:not(.fixedTop) {
  top: 0;
  position: relative;
}
.menuWithBanner:not(.fixedTop) img {
  filter: brightness(10);
}
.menuWithBanner:not(.fixedTop) .navbarMenu .navbar-nav .dropdown-toggle::after {
  background-image: url(../images/shared/chevron-1.svg);
}
.menuWithBanner:not(.fixedTop) .navbarMenu .navbar-nav .nav-link {
  color: #FFFFFF;
}
.menuWithBanner:not(.fixedTop) .topnav ul li a {
  color: #FFFFFF;
}
.menuWithBanner:not(.fixedTop) .topnav ul li a.bonus {
  background-color: #2C3A82;
}
.menuWithBanner .topnav ul {
  display: flex;
  list-style: none;
  flex-direction: row;
  padding: 0;
  gap: 1.5rem;
}
.menuWithBanner .topnav ul li {
  padding: 0.5rem 0;
}
.menuWithBanner .topnav ul li a {
  color: #2C3A82;
  background-color: transparent;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}
.menuWithBanner .topnav ul li a.bonus {
  background-color: #BDCD5C;
  padding: 2px 8px;
  border-radius: 0.5rem;
}
.menuWithBanner .topnav ul li a.search-icon {
  width: 21px;
}
.menuWithBanner .topnav ul.end {
  justify-content: flex-end;
  margin: 0;
}
.menuWithBanner .navbarMenu {
  padding: 0;
  position: unset;
  justify-content: flex-end;
}
.menuWithBanner .navbarMenu .navbar-nav {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding: 0;
  gap: 7%;
}
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu {
  background-color: #ffffff;
  border-radius: 4px;
  right: 0;
  padding: 12px;
  border: 0;
  margin: 0;
}
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul,
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu li,
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu a {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul {
  -moz-column-count: 1;
       column-count: 1;
}
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li {
  margin: 0;
  flex: 0 0 50%;
}
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li a {
  padding: 8px 0;
  transition: all 0.2s ease-in-out;
}
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li a.head {
  font-family: "font-Bold" !important;
}
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li a.head:hover {
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
  color: #2C3A82;
  background-color: inherit;
}
.menuWithBanner .navbarMenu .navbar-nav .nav-link {
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  font-family: "font-Reg" !important;
  color: #2C3A82;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  padding: 10px 0;
  text-decoration: none;
}
.menuWithBanner .navbarMenu .navbar-nav .nav-link::before {
  content: "";
  width: 1%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0;
  transition: 0.3s;
  background-color: #fff;
  opacity: 0;
  border-radius: 2px;
}
.menuWithBanner .navbarMenu .navbar-nav .nav-link.active, .menuWithBanner .navbarMenu .navbar-nav .nav-link:hover {
  position: relative;
}
.menuWithBanner .navbarMenu .navbar-nav .nav-link.active::before, .menuWithBanner .navbarMenu .navbar-nav .nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.menuWithBanner .navbarMenu .navbar-nav .dropdown-toggle::after {
  vertical-align: 0px;
  content: "";
  border: 0;
  width: 12px;
  height: 7px;
  background-image: url(../images/shared/chevron-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.menuWithBanner.fixedTop {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.modalSearch .modal-dialog {
  overflow: hidden;
}
.modalSearch .SearchCustom {
  height: 74px;
  width: 100%;
  border-radius: 16px;
  padding-left: 30px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 100%;
}
.modalSearch .SearchCustom .forGroup {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modalSearch .SearchCustom .searchInput {
  height: 100%;
  width: 80%;
  background: #FFF;
  font-size: 16px;
  color: #2C3A82;
  padding: 20px;
  margin-right: 20px;
}
.modalSearch .SearchCustom .searchInput::-moz-placeholder {
  color: var(--themes-form-field-text-placeholder);
  font-size: var(--text-md-regular-font-size);
}
.modalSearch .SearchCustom .searchInput:-ms-input-placeholder {
  color: var(--themes-form-field-text-placeholder);
  font-size: var(--text-md-regular-font-size);
}
.modalSearch .SearchCustom .searchInput::placeholder {
  color: var(--themes-form-field-text-placeholder);
  font-size: var(--text-md-regular-font-size);
}
.modalSearch .SearchCustom .boxClose {
  display: flex;
  justify-content: center;
  margin-top: 31px;
}
.modalSearch .SearchCustom .boxClose button {
  opacity: 1;
}
.modalSearch .SearchCustom .boxClose button img {
  width: 33px;
  filter: grayscale(1) brightness(8);
}
.modalSearch .searchSubmit {
  height: 100%;
  width: 71px;
  background-color: #2C3A82;
  gap: 16px;
  border-radius: 4px;
  border: unset;
  justify-content: center;
  align-items: center;
  display: flex;
}
.modalSearch .searchSubmit img {
  filter: grayscale(1) brightness(8);
}
.modalSearch .modal-dialog {
  max-width: 800px;
  min-height: calc(60vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
.modalSearch .modal-dialog .modal-content {
  background: transparent;
  border: unset;
}
.modalSearch .modal-dialog .modal-content .SearchCustom {
  width: 750px;
}
.modalSearch button.btn {
  background: transparent;
  border: unset;
  background: transparent;
  border: unset;
}

.navi {
  padding: 0.825rem 0;
}
.navi .logoMain {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
}
.navi .logoMain a {
  text-decoration: none;
}
.navi .logoMain a img {
  max-width: 100%;
}

.customNavi {
  position: relative;
  margin-top: 35px;
  height: 40px;
  right: 10%;
}
.customNavi .swiper-button-prev,
.customNavi .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #FFF;
  background-image: url(../images/shared/primary-arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.customNavi .swiper-button-prev::after,
.customNavi .swiper-button-next::after {
  display: none;
}
.customNavi.dark-theme .swiper-button-prev,
.customNavi.dark-theme .swiper-button-next {
  background-color: #2C3A82;
  background-image: url(../images/shared/white-arrow-left.svg);
}
.customNavi .swiper-button-next {
  right: 0%;
}
.customNavi .swiper-button-prev {
  transform: scaleX(-1);
  right: 50px;
  left: auto;
}

.bannerMenu {
  position: relative;
  margin-top: -115px;
  /*
  &:after {
    content: "";
    position: absolute;
    right: 50%;
    transform: translateX(-50%);
    width: 27px;
    height: 38px;
    bottom: 3rem;
    background: url(../images/home/Scroll.svg) no-repeat;
    z-index: 1;
    cursor: pointer;

    &:hover {
      bottom: 2.825rem;
    }
  }*/
}
.bannerMenu #startScrolling {
  content: "";
  position: absolute;
  right: 40px;
  transform: translateX(-50%);
  width: 27px;
  height: 38px;
  bottom: 30px;
  background: url(../images/home/Scroll.svg) no-repeat;
  z-index: 1;
  cursor: pointer;
}
.bannerMenu #startScrolling:hover {
  opacity: 0.3;
}
.bannerMenu .contentBanner {
  height: calc(70vh - 52px);
  padding-top: 20vh;
  position: relative;
  display: flex;
  align-items: center;
  max-height: 1200px;
  overflow: hidden;
  min-height: 400px;
}
.bannerMenu .contentBanner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(253.69deg, rgba(16, 18, 27, 0.65) 26.67%, rgba(41, 45, 67, 0.35) 98.72%);
  opacity: 1;
}
.bannerMenu .contentBanner .bg-video-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.bannerMenu .contentBanner .bg-video-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerMenu .contentBanner .bg-video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerMenu .contentBanner .BNRtxt {
  max-width: 96%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1649.98px) {
  .bannerMenu .contentBanner .BNRtxt {
    left: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .bannerMenu .contentBanner .BNRtxt {
    left: 0px;
  }
}
.bannerMenu .contentBanner .BNRtxt h6 {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #FFFFFF;
}
.bannerMenu .contentBanner .BNRtxt h1 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #BDCD5C;
  font-family: "font-Bold" !important;
}
.bannerMenu .contentBanner .BNRtxt p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 24px;
  color: #FFFFFF;
}
.bannerMenu .contentBanner .abosImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -2;
}

.ourNum {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFF;
}
.ourNum .main-sec h2 {
  text-align: center;
}
.ourNum .wapperNM {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: 32px;
}
.ourNum .wapperNM .boxNum {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../images/home/Number-item.svg) no-repeat;
  width: 200px;
  background-size: contain;
  height: 200px;
  padding: 3rem 3rem 3rem 3rem;
  background-position: center bottom;
  margin-bottom: 20px;
}
.ourNum .wapperNM .boxNum .counter {
  font-size: 24px;
  color: #2C3A82;
  font-family: "font-Bold" !important;
  margin-bottom: 8px;
}
.ourNum .wapperNM .boxNum span {
  font-size: 18px;
  line-height: 1;
  font-family: "font-Med" !important;
  color: #646A71;
}
.ourNum .wapperNM h5 {
  font-size: 18px;
  line-height: 1;
  font-family: "font-Med" !important;
  color: #0F1822;
}

.footer {
  background-color: #2C3A82;
  padding-top: 40px;
  padding-bottom: 24px;
}
.footer .footerLinks h4 {
  padding: 0px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  margin-bottom: 8px;
  font-family: "font-Bold" !important;
  font-size: 16px;
  line-height: 1.5;
}
.footer .footerLinks ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}
.footer .footerLinks ul:not(.social):not(.accessibility) li {
  margin-bottom: 8px;
  flex: 0 0 100%;
}
.footer .footerLinks ul:not(.social):not(.accessibility) li a {
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  transition: 0.3s;
}
.footer .footerLinks ul:not(.social):not(.accessibility) li a:hover {
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
  color: yellow;
}
.footer .footerLinks .social {
  display: flex;
  flex-direction: row;
  margin-bottom: 32px;
}
.footer .footerLinks .social li {
  margin-right: 8px;
}
.footer .footerLinks .social li a {
  display: flex;
  width: 40px;
  height: 40px;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  overflow: hidden;
}
.footer .footerLinks .social li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.footer .footerLinks .social li a img {
  width: 24px;
  height: 24px;
  margin-right: -8px;
  margin-left: -8px;
}
.footer .footerLinks .social li:last-child {
  margin-right: 0;
}
.footer .footerLinks .accessibility {
  display: flex;
  flex-direction: row;
  margin-bottom: 32px;
}
.footer .footerLinks .accessibility li {
  margin-right: 8px;
}
.footer .footerLinks .accessibility li a {
  display: flex;
  width: 40px;
  height: 40px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
.footer .footerLinks .accessibility li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.footer .footerLinks .accessibility li a img {
  width: 24px;
  height: 24px;
  margin-right: -8px;
  margin-left: -8px;
}
.footer .footerLinks .accessibility li a.click {
  pointer-events: none;
  filter: brightness(0.5);
}
.footer .footerLinks .accessibility li:last-child {
  margin-right: 0;
}
.footer .btm-footer {
  margin-top: 48px;
}
.footer .btm-footer .footer-last .copyRights p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  font-family: "font-Bold" !important;
}
.footer .btm-footer .footer-last .dir-links {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.footer .btm-footer .footer-last .dir-links li {
  margin-right: 16px;
}
.footer .btm-footer .footer-last .dir-links li a {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.5;
}
.footer .btm-footer .footer-last .dir-links li:last-child {
  margin-right: 0;
}
.footer .logos-box {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
.footer .logos-box img {
  max-width: 100%;
  max-width: 133.52px;
  height: 45px;
}

.homeAbout {
  padding: 40px 10px;
  background-color: #F2EEE7;
  position: relative;
}
.homeAbout.homeNews2 {
  background-color: #EAECF3;
}
.homeAbout.homeNews2 .main-sec h3 {
  font-size: 30px;
}
.homeAbout.homeNews2 .homeNews2-btn {
  color: #000;
  background-color: transparent;
  border: none;
  font-size: 16px;
}
.homeAbout.homeNews2 .homeNews2-btn:hover {
  background-color: #F3F4F6;
}
.homeAbout > .container {
  z-index: 1;
  position: relative;
}
.homeAbout#homeAbout:after {
  content: "";
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 120px;
  z-index: 0;
}
.homeAbout .main-sec {
  margin-bottom: 20px;
}
.homeAbout .vision-mission-area {
  margin: 0 auto;
  padding: 0;
}
.homeAbout .vision-mission-area .vision-mission-cards {
  display: flex;
  flex-direction: row;
  gap: 12px;
  min-height: unset;
}
.homeAbout .vision-mission-area .vision-mission-cards .img-box {
  min-width: 90px;
}
.homeAbout .vision-mission-area .vision-mission-cards .content-box h3 {
  font-size: 20px;
  line-height: 1;
  font-family: "font-Bold" !important;
  color: #2C3A82;
  padding: 12px 0;
}
.homeAbout .vision-mission-area .vision-mission-cards .content-box p {
  font-size: 18px;
  line-height: 1.5;
  color: #0F1822;
  font-family: "font-Med" !important;
}
.homeAbout .role-sec {
  margin-top: 15px;
  background-color: #E0D7C6;
  padding: 20px 25px;
  padding-bottom: 20px;
  position: relative;
}
.homeAbout .role-sec:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 65px;
  z-index: 2;
  content: "";
  bottom: 0;
  background-image: url(../images/home/triangle-1.svg);
  transform: translateY(50%);
}
.homeAbout .role-sec .main-sec {
  margin-bottom: 40px;
}
.homeAbout .role-sec .main-sec h2 {
  font-size: 20px;
  font-family: "font-Bold" !important;
  color: #2C3A82;
  margin-bottom: 10px;
}
.homeAbout .role-sec .main-sec p {
  font-size: 18px;
  font-family: "font-Med" !important;
  color: #0F1822;
  margin-bottom: 0;
  max-width: initial;
}
.homeAbout .role-sec .newRow {
  padding: 0 5px;
}
.homeAbout .role-sec .role-card {
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-bottom: 20px;
  align-items: center;
}
.homeAbout .role-sec .role-card .img-area img {
  min-width: 60px;
}
.homeAbout .role-sec .role-card .cont-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.homeAbout .role-sec .role-card .cont-area h4 {
  font-size: 18px;
  line-height: 1.5;
  font-family: "font-Bold" !important;
  color: #8C755A;
}

.Environment-Meteorology-Sys {
  background-image: url(../images/home/efSec-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 20px;
  height: auto;
  position: relative;
}
.Environment-Meteorology-Sys::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(44, 58, 130, 0) 0%, #2C3A82 100%);
}
.Environment-Meteorology-Sys .main-sec {
  margin-bottom: 65px;
}
.Environment-Meteorology-Sys .EnvSys {
  padding-bottom: 75px;
}
.Environment-Meteorology-Sys .EnvSys .img-box {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  height: 240px;
}
@media screen and (max-width: 1649.98px) {
  .Environment-Meteorology-Sys .EnvSys .img-box {
    height: 200px;
  }
}
@media screen and (max-width: 1199.98px) {
  .Environment-Meteorology-Sys .EnvSys .img-box {
    height: 155px;
  }
}
.Environment-Meteorology-Sys .EnvSys .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#supported-sectors {
  background: #1f3167 url(../images/home/Sectors-Support-bg.jpg) no-repeat top center;
  background-size: 200% auto;
  padding: 140px 0 50px;
  margin-top: 50px;
}
#supported-sectors .col-lg-2-5 {
  position: relative;
  padding: 0 12px;
  height: 100%;
}
#supported-sectors .swiper-slide {
  height: inherit;
}
#supported-sectors .swiper-slide:not(:first-child) .col-lg-2-5::after {
  content: "";
  position: absolute;
  left: 1px;
  width: 3px;
  background: #bdcd5c;
  top: 60px;
  bottom: 60px;
}
#supported-sectors .customNavi {
  right: 0;
}
#supported-sectors .main-sec {
  margin-bottom: 65px;
}
#supported-sectors .main-sec h2 {
  font-size: 24px;
  font-family: "font-Med" !important;
  color: #BDCD5C;
}
#supported-sectors .main-sec p {
  font-size: 18px;
  font-family: "font-Reg" !important;
}
#supported-sectors .sector-name {
  font-family: "font-Bold" !important;
  color: #BDCD5C;
  font-size: 16px;
  margin-bottom: 8px;
}
#supported-sectors .sector-desc {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 32px;
  font-family: "font-Li";
}

.new-box {
  height: 440px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 1rem;
}
.new-box.with-bottom-border {
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0;
}
.new-box * {
  transition: all 0.6s ease-in-out;
}
.new-box .img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 80%;
  background-color: blueviolet;
  z-index: 2;
}
.new-box .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.new-box .title {
  font-size: 18px;
  position: absolute;
  top: 65%;
  height: 35%;
  background-color: rgb(226, 162, 43);
  z-index: 4;
  padding: 24px 16px;
  width: 100%;
  -webkit-padding-end: 56px;
          padding-inline-end: 56px;
}
.new-box .title .headline {
  font-family: "font-Bold";
  color: #2D2D2D;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-box .title .headline a {
  color: inherit;
}
.new-box .title small {
  font-size: 14px;
  color: #2C3A82;
}
.new-box .description {
  position: absolute;
  bottom: 0;
  height: 70%;
  width: 100%;
  background: transparent;
  opacity: 0;
  z-index: 6;
  padding: 24px 16px;
  color: #fff;
  font-size: 18px;
  font-family: "font-Reg";
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.new-box .description .more a {
  background-color: #BDCD5C;
  color: #2D2D2D;
  border-radius: 24px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  transform: translateY(80px);
}
.new-box .description .more a:hover {
  background-color: #a9b941;
}
.new-box .new-box-i {
  background: url(../images/home/news-pattern.svg) no-repeat;
  width: 114px;
  height: 166px;
  position: absolute;
  z-index: 5;
  bottom: -110px;
  right: -50px;
  background-size: cover;
}
.new-box:hover .img {
  top: 30%;
  height: 70%;
}
.new-box:hover .title {
  top: 0;
  height: 33%;
  z-index: 9;
  -webkit-padding-end: unset;
          padding-inline-end: unset;
}
.new-box:hover .description {
  opacity: 1;
}
.new-box:hover .description .more a {
  transform: translateY(0);
}
.new-box:hover .new-box-i {
  z-index: 3;
  width: 4560px;
  height: 6640px;
  background-size: cover;
  right: -400px;
  bottom: -400px;
  opacity: 0.9;
}

.homeNews2 .new-box {
  position: relative;
}
.homeNews2 .new-box:hover::after {
  content: "";
  background-color: #2C3A82;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.homeNews2 .new-box:hover .new-box-i {
  opacity: 0;
  width: 114px;
  height: 166px;
  z-index: 5;
  bottom: -110px;
  right: -50px;
}

#programs {
  padding: 40px 10px;
}
#programs .main-sec {
  margin-bottom: 20px;
}
#programs .main-sec h2 {
  font-size: 24px;
  font-family: "font-Med" !important;
  color: #2C3A82;
  margin-bottom: 10px;
}
#programs .program-stack {
  display: flex;
  height: 600px;
}
#programs .program-stack * {
  transition: all 0.5s ease-in-out;
  z-index: 4;
}
#programs .program-stack .program-box {
  width: 19%;
  position: relative;
  overflow: hidden;
}
#programs .program-stack .program-box .line {
  width: 4px;
  background-color: #A18E77;
  height: 76px;
  position: absolute;
  left: 20px;
  top: 40px;
  content: "";
  transform: translateX(100px);
  background: url(../images/shared/Line.png);
}
@media (max-width: 1400px) {
  #programs .program-stack .program-box .line {
    height: 60px;
  }
}
#programs .program-stack .program-box.active {
  width: 43%;
}
#programs .program-stack .program-box.active .program-pattern {
  opacity: 1;
}
#programs .program-stack .program-box.active .prob-h1 {
  font-size: 48px;
  bottom: calc(100% - 120px);
  padding-left: 40px;
  transform: rotate(0);
  width: 100%;
  opacity: 1;
}
@media (max-width: 1650px) {
  #programs .program-stack .program-box.active .prob-h1 {
    font-size: 35px;
    bottom: calc(100% - 105px);
  }
}
@media (max-width: 1400px) {
  #programs .program-stack .program-box.active .prob-h1 {
    bottom: calc(100% - 85px);
  }
}
@media (max-width: 1200px) {
  #programs .program-stack .program-box.active .prob-h1 {
    font-size: 32px;
  }
}
#programs .program-stack .program-box.active .line {
  transform: translateX(0);
}
#programs .program-stack .program-box.active .prob-desc {
  opacity: 0;
}
#programs .program-stack .program-box.active .prob-details {
  opacity: 1;
}
#programs .program-stack .prob-h1 {
  font-size: 24px;
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
  padding: 0 20px;
  color: #BDCD5C;
  font-family: "font-Bold" !important;
  transform: rotate(0);
}
@media (min-width: 576px) {
  #programs .program-stack .prob-h1 {
    bottom: 70px;
  }
}
@media (min-width: 768px) {
  #programs .program-stack .prob-h1 {
    bottom: 170px;
  }
}
@media (min-width: 992px) {
  #programs .program-stack .prob-h1 {
    bottom: 110px;
  }
}
@media (min-width: 1200px) {
  #programs .program-stack .prob-h1 {
    bottom: 75px;
  }
}
@media (min-width: 1400px) {
  #programs .program-stack .prob-h1 {
    bottom: 70px;
  }
}
#programs .program-stack .prob-desc {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 20px 0 25px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#programs .program-stack .prob-details {
  height: 50%;
  top: 50%;
  position: absolute;
  width: 30vw;
  padding: 30px;
  opacity: 0;
  color: #fff;
}
#programs .program-stack .prob-details .prob-details-text {
  padding-bottom: 20px;
}
#programs .program-stack .prob-details .prob-details-links {
  margin-bottom: 32px;
}
#programs .program-stack .prob-details .prob-details-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#programs .program-stack .prob-details .prob-details-links ul li {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  background: url(../images/shared/tick-circle.svg) no-repeat left center;
  margin: 0;
  margin-bottom: 8px;
}
#programs .program-stack .prob-details .prob-details-links ul li a {
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
}
#programs .program-stack .prob-details .prob-details-links ul li a:hover {
  text-decoration: none;
}
#programs .program-stack .prob-details .prob-details-btn button,
#programs .program-stack .prob-details .prob-details-btn a {
  background-color: #A18E77;
  color: #fff;
  font-size: 20px;
  border-radius: 24px;
  height: 48px;
  border: none;
  padding: 4px 24px;
  line-height: 48px;
  text-decoration: none !important;
}
#programs .program-stack .program-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
#programs .program-stack .program-pattern {
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
#programs .program-stack .program-mask {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
#programs .program-stack .prob-1 .program-mask {
  background-color: rgba(22, 32, 85, 0.5);
}
#programs .program-stack .prob-2 .program-mask {
  background-color: rgba(22, 32, 85, 0.8);
}
#programs .program-stack .prob-3 .program-mask {
  background-color: rgba(96, 83, 68, 0.8);
}
#programs .program-stack .prob-4 .program-mask {
  background-color: rgba(89, 100, 48, 0.8);
}

.btn-download {
  border-radius: 24px;
  padding: 12px 16px 10px;
  background-color: #2C3A82;
  color: #BDCD5C !important;
  border: 1px solid #2C3A82;
  font-size: 18px;
  display: inline-block;
}
.btn-download svg {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.btn-download:active {
  color: #BDCD5C;
}
.btn-download:visited {
  background-color: #2C3A82;
  color: #BDCD5C !important;
  border: 1px solid #2C3A82;
}
.btn-download:hover {
  background-color: #BDCD5C;
  color: #2C3A82 !important;
  border: 1px solid #BDCD5C;
}
.btn-download:hover svg *,
.btn-download:hover svg {
  fill: #2C3A82 !important;
  stroke: #2C3A82 !important;
}
.btn-download.btn-sm {
  padding: 12px 16px 10px;
  font-size: 16px;
}

.btn-download-large {
  background-color: #202c69;
  color: #BDCD5C;
  border: 0;
}
.btn-download-large svg {
  transition: all 0.3s ease-in;
  width: 110px;
  height: 110px;
}
.btn-download-large:hover {
  background-color: #BDCD5C;
  color: #2C3A82;
}
.btn-download-large:hover svg {
  transform: translateY(15px);
}
.btn-download-large:hover svg *,
.btn-download-large:hover svg {
  fill: #2C3A82 !important;
  stroke: #2C3A82 !important;
}

.bottom-border-on-blue:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 64px;
  z-index: 2;
  content: "";
  top: 0;
  background-image: url(../images/triangle-2.svg);
  transform: translateY(-50%);
}

.bottom-border-on-offwhite:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 65px;
  z-index: 2;
  content: "";
  top: 0;
  background-image: url(../images/triangle-1.svg);
  transform: translateY(-50%);
}

#spyScroll {
  display: none !important;
}

#spyScroll,
#spyScroll2 {
  position: fixed;
  top: 50%;
  z-index: 999;
  left: 20px;
  flex-direction: column;
  background-color: rgba(34, 45, 102, 0.7);
  padding: 12px 8px;
  border-radius: 32px;
  transform: translateY(-50%);
}
#spyScroll ul li a,
#spyScroll2 ul li a {
  box-shadow: none !important;
  background: transparent;
  position: relative;
  margin: 16px 0;
  border-radius: 4px;
  padding: 0;
}
#spyScroll ul li a span,
#spyScroll2 ul li a span {
  position: absolute;
  left: 100%;
  -webkit-margin-start: 12px;
          margin-inline-start: 12px;
  background: rgba(22, 22, 22, 0.65);
  font-size: 90%;
  white-space: nowrap;
  padding: 4px 20px;
  border-radius: 4px;
  color: #fff;
  display: none;
}
#spyScroll ul li a:hover span,
#spyScroll2 ul li a:hover span {
  display: block;
}
.form-check-input[type=radio]:focus,
.form-select:focus,
.form-control:focus,
.form-check input[type=radio]:focus {
  box-shadow: none;
}

.form-select,
.form-control {
  border: 1px solid #2C3A82;
  border-radius: 26px;
  color: #2C3A82;
  padding: 10px 10px !important;
  margin-bottom: 1rem;
}

.form-check-inline {
  color: #2C3A82;
}

.form-check-input[type=radio],
.form-check input[type=radio] {
  width: 1.3em;
  height: 1.3em;
  border: 1px solid #2C3A82;
}

.form-check-input:checked[type=radio],
.form-check input:checked[type=radio] {
  background-color: #fff;
}

.form-check-input:checked[type=radio],
.form-check input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%232C3A82'/%3e%3c/svg%3e") ;
}

.form-select::-moz-placeholder, .form-control::-moz-placeholder {
  color: #2C3A82;
}

.form-select:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #2C3A82;
}

.form-select::placeholder,
.form-control::placeholder {
  color: #2C3A82;
}

.form-check .form-check-input {
  margin-left: -1.75em;
}

.form-check td {
  display: inline-block;
  margin-right: 1rem;
}

.form-check {
  padding-left: 0;
}

.form-check label {
  margin-left: 7px;
}

.modal-dialog.modal-half {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  left: 0;
  right: 0%;
  margin: 0;
  border-radius: 0;
}
.modal-dialog.modal-half .modal-content {
  border-radius: 0;
  height: 100%;
  border: 0;
}
.modal-dialog.modal-half .modal-body {
  padding: 1.4rem;
  overflow: auto;
}
.modal-dialog.modal-half .btn-close {
  background: url("../images/shared/modal-close-big.svg") no-repeat center center;
  background-size: cover;
  width: 30px;
  height: 30px;
  opacity: 1;
  padding: 0;
  box-shadow: none;
}
.modal-dialog.modal-half .modal-header {
  padding: 1.4rem 0 0 1.4rem;
}

.fadeCustom {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.fadeCustom.show {
  opacity: 1;
}

label.form-label {
  font-size: 18px;
  font-family: "font-Bold" !important;
  display: block;
}

.check-button-list-h {
  padding: 0;
  list-style: none;
}
.check-button-list-h li {
  margin-bottom: 12px;
}
.check-button-list-h input[type=checkbox] {
  position: relative;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.check-button-list-h input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
  border: 1px solid #6C737F;
  border-radius: 2px;
  background-color: white;
}
.check-button-list-h input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: 8px;
}
.check-button-list-h input[type=checkbox]:checked:before {
  background: #2c3a82;
  border: 1px solid #2c3a82;
}

body.contrast {
  filter: grayscale(100%) brightness(95%) contrast(100%);
}

.ms-webpart-zone a {
  text-decoration: none;
}

[id$=PinnedItem] .col-lg-7,
[id$=PinnedItem] .col-lg-6:first-child {
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  [id$=PinnedItem] .col-lg-7,
[id$=PinnedItem] .col-lg-6:first-child {
    padding-right: 0;
  }
}

[id$=PinnedItem] .col-lg-7 .img-fluid {
  width: 100%;
  max-height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399.98px) {
  [id$=PinnedItem] .col-lg-7 .img-fluid {
    max-height: 310px;
  }
}
@media (max-width: 991.98px) {
  [id$=PinnedItem] .col-lg-7 .img-fluid {
    margin-bottom: 20px;
  }
}

[id$=PinnedItem] .col-lg-6 .img-fluid {
  width: 100%;
  max-height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399.98px) {
  [id$=PinnedItem] .col-lg-6 .img-fluid {
    max-height: 310px;
  }
}
@media (max-width: 991.98px) {
  [id$=PinnedItem] .col-lg-6 .img-fluid {
    margin-bottom: 20px;
  }
}

section.join-us-env .bottom-border-on-offwhite:after {
  top: -48px;
}

section.open-data-listing .bottom-border-on-offwhite:after {
  top: -48px;
}

[id$=mainForm] .btn-custom {
  display: inline-block;
  border-radius: 34px;
  background-color: #2C3A82;
  color: #BDCD5C !important;
  border: 1px solid #2C3A82;
  min-width: 18vw;
  text-align: center;
  padding: 22px 26px 20px;
  font-size: 18px;
  font-family: "font-Reg";
  transition: 0.3s;
}

[id$=mainForm] .btn-custom:hover {
  background-color: #BDCD5C;
  color: #2C3A82 !important;
  border: 1px solid #BDCD5C;
}

.news-main-img img {
  width: 100%;
  max-height: 765px;
  -o-object-fit: cover;
     object-fit: cover;
}

.homBanner .swipper-navigation {
  position: absolute;
  bottom: 3rem;
  z-index: 222;
  margin: auto;
  right: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateX(-50%);
}
.homBanner .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.homBanner .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 5px;
  border-radius: 2px;
  background: #fff;
  opacity: 1;
}
.homBanner .swiper-pagination .swiper-pagination-bullet-active {
  background: #BDCD5C;
  width: 40px;
}
.homBanner .arrows {
  display: flex;
  gap: 18px;
}
.homBanner .swiper-button-next, .homBanner .swiper-button-prev {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  position: relative;
  right: auto;
  left: auto;
  padding: 6px;
}
.homBanner .swiper-button-next::after {
  content: "";
  background: url(../images/arrow-left.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.homBanner .swiper-button-prev::after {
  content: "";
  background: url(../images/arrow-left.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  rotate: 180deg;
  background-size: contain;
}

.slider-pr {
  padding-left: 15%;
}

/*

*/
section.cp-cards.control-panel {
  margin-top: 100px;
}

.control-panel .main-hd {
  margin: 30px 0;
}

.control-panel .cp-card {
  transition: 0.3s;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  background-color: #2C3A82;
  border-radius: 8px;
}

.control-panel .cp-card h4 {
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
}

.control-panel .cp-card a {
  font-size: inherit;
  color: inherit;
}

.control-panel .cp-card:hover {
  background-color: #BDCD5C;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.168627451);
}

.control-panel .cp-card:hover h4 {
  color: #2C3A82;
}

.control-panel .cp-card a:hover {
  text-decoration: underline !important;
}

/* preloader */
#preloader,
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 78945678;
}

@media (max-width: 767px) {
  #preloader video,
.preloader video {
    width: 100%;
    height: 100%;
  }
}
/**/
.digital-stamp-card {
  padding: 8px 32px;
  background: #F3F4F6;
  position: relative;
  z-index: 999999999999;
}

.digital-stamp-card .digital-stamp-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.digital-stamp-card .digital-stamp-header h6 {
  margin: 0px;
  color: #161616;
  font-size: 14px;
}

.digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
  cursor: pointer;
}

.digital-stamp-card .digital-stamp-header .btn-digital-stamp-card span {
  color: #1B8354;
  font-size: 14px;
}

.digital-stamp-card .digital-stamp-header .btn-digital-stamp-card svg,
.digital-stamp-card .digital-stamp-header .btn-digital-stamp-card img {
  transition: 0.3s;
}

.digital-stamp-card .digital-stamp-header.open .btn-digital-stamp-card svg,
.digital-stamp-card .digital-stamp-header.open .btn-digital-stamp-card img {
  transform: rotate(180deg);
}

.btn-digital-stamp-card img {
  margin-right: 4px;
  margin-left: 4px;
}

.digital-stamp-card .digital-stamp-body {
  padding-top: 40px;
  padding-bottom: 32px;
  display: none;
}

.digital-stamp-card .digital-stamp-body .digital-stamp-container {
  margin-bottom: 32px;
  display: flex;
  gap: 32px;
}

.digital-stamp-card .digital-stamp-body .digital-stamp-container .box {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.digital-stamp-card .digital-stamp-body .digital-stamp-container .box .img-border-rounded {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #067647;
  border-radius: 100%;
}

.digital-stamp-card .digital-stamp-body .digital-stamp-container .box h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #161616;
  font-size: 18px;
}

.digital-stamp-card .digital-stamp-body .digital-stamp-container .box .green-text {
  color: #1B8354;
}

.digital-stamp-card .digital-stamp-body .digital-stamp-container .box p {
  margin: 0px;
  color: #384250;
  font-size: 16px;
}

.digital-stamp-card .digital-stamp-body .stamp-link-box {
  padding: 8px 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: #FFF;
}

.digital-stamp-card .digital-stamp-body .stamp-link-box p {
  margin: 0px;
  color: #161616;
  font-size: 16px;
}

.digital-stamp-card .digital-stamp-body .stamp-link-box a {
  color: #1B8354;
  font-size: 16px;
  text-decoration: underline;
}

.stamp-ar {
  direction: rtl;
}

.stamp-en {
  direction: ltr;
}

@media (max-width: 768px) {
  .digital-stamp-card {
    padding: 8px 16px;
  }
  .digital-stamp-card .digital-stamp-header {
    flex-wrap: wrap;
  }
  .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
    flex: 100%;
    margin-right: 33px;
  }
  .digital-stamp-card .digital-stamp-body .digital-stamp-container {
    flex-direction: column;
  }
  [dir=ltr] .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
    margin-right: 0px;
    margin-left: 33px;
  }
}
.cookies-sec {
  background: rgba(15, 24, 34, 0.6);
  box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 35px 0;
}
.cookies-sec .cookies-cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.cookies-sec .cookies-cont .content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 0;
  align-self: stretch;
  gap: 8px;
}
.cookies-sec .cookies-cont .content-box h4 {
  color: #FFF;
  text-align: left;
  font-size: 20px;
  font-family: "font-Bold" !important;
  line-height: 1.3;
  margin-bottom: 0;
}
.cookies-sec .cookies-cont .content-box p {
  color: #FFF;
  text-align: left;
  font-size: 18px;
  margin-bottom: 0;
}
.cookies-sec .cookies-cont .btns-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cookies-sec .cookies-cont .btns-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 46px;
  padding: 0px 16px;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 60px;
  border: 1px solid #2C3A82;
  background: transparent;
  font-size: 20px;
  font-family: "font-Med" !important;
  color: #2C3A82;
}
.cookies-sec .cookies-cont .btns-box a.confirm {
  background: #BDCD5C;
  border: none;
}
.cookies-sec .cookies-cont .btns-box a.cancel {
  color: #FFF;
  border-color: #FFF;
}
.cookies-sec .cookies-cont .btns-box a.cancel svg {
  filter: grayscale(1) brightness(5);
}

[dir=ltr] .homeNews2 .new-box {
  direction: ltr !important;
}

[dir=ltr] section.open-data-listing .bottom-border-on-offwhite:after {
  top: -73px;
}

.top-footer .col-lg-2 .footerLinks + .footerLinks,
.hideAccessiblity {
  display: none;
}

section.menuWithBanner:before {
  content: "نسخة تجريبية ";
  font-family: inherit;
  position: absolute;
  right: 2px;
  top: 0;
  background-color: #BDCD5C;
  color: #2C3A82;
  padding: 5px 10px;
  border-radius: 0 0 5px 5px;
  font-size: 12px;
  font-weight: 500;
  z-index: 5;
}

[dir=ltr] section.menuWithBanner:before {
  content: "Beta version";
}

@media (max-width: 991.98px) {
  section.menuWithBanner:before {
    padding: 2px 5px 3px;
    font-size: 10px;
  }
}
@media (max-width: 767.98px) {
  section.menuWithBanner:before {
    right: 0px;
  }
  .menuWithBanner .navbar-toggler {
    top: 25px;
    padding: 0px 5px 1px;
  }
  .navbar-toggler-icon {
    max-width: 15px;
  }
}
html {
  height: 100%;
}

/* start global */
body {
  background-color: #FFF;
  overflow-y: auto;
  font-family: "font-Reg" !important;
  overflow-x: hidden;
  /*Sanad removed:text-align: left;*/
}

body.mode-luminosity {
  mix-blend-mode: luminosity;
}

body.mode-difference {
  mix-blend-mode: difference;
}

body * {
  /*Sanad removed:text-align: left;*/
  font-size: 16px;
}

a:visited {
  color: inherit;
}

a {
  text-decoration: none !important;
}

.bg-brand {
  background-color: #2C3A82;
}

.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.text-lime {
  color: #BDCD5C;
}

input.btn.btn-primary {
  background: #2c3a82;
  color: #fff;
  border: 1px solid #2c3a82;
  height: 40px;
  font-size: 16px;
  font-family: "font-Med";
}

.btn-brand {
  min-width: 300px;
  background-color: #2C3A82;
  color: #BDCD5C;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 60px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.btn-brand svg,
.btn-brand svg * {
  stroke: #BDCD5C;
}
.btn-brand:hover {
  color: #2C3A82;
  background-color: #BDCD5C;
}
.btn-brand:hover svg,
.btn-brand:hover svg * {
  stroke: #2C3A82;
}
.btn-brand:active {
  background-color: #2C3A82 !important;
  color: #BDCD5C !important;
}
.btn-brand:active svg,
.btn-brand:active svg * {
  stroke: #BDCD5C;
}
.btn-brand:visited {
  background-color: #2C3A82 !important;
  color: #BDCD5C !important;
}
.btn-brand:visited svg,
.btn-brand:visited svg * {
  stroke: #BDCD5C;
}

.btn-brand.btn-sm {
  min-width: auto !important;
  padding: 8px 36px !important;
}

/*
      general css to be reused
*/
.text-brand {
  color: #2C3A82;
}

.text-justify {
  text-align: justify !important;
}

.fw-medium {
  font-family: "font-Med" !important;
  font-weight: 400;
}

.fw-bold {
  font-family: "font-Bold" !important;
  font-weight: 400;
}

.ef-link {
  color: #2C3A82;
}

.ef-link-underline {
  text-decoration: underline;
}

.ef-link-underline:hover {
  text-decoration: none;
}

.bg-offwhite {
  background-color: #F2EEE7;
}

.bg-EAECF8 {
  background-color: #EAECF8;
}

.bg-EAECF8-pattern {
  background: #EAECF8 url(../images/shared/pattern.png) no-repeat right center;
  background-size: contain;
}

.bg-2C3A82-pattern {
  background: #2C3A82 url(../images/shared/pattern2.png) no-repeat right center;
  background-size: contain;
}

.bg-offwhite-half::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  background-color: #F2EEE7;
  z-index: -1;
}

.text-dimmed {
  color: #6C737F;
}

.fs-lg-64 {
  font-size: 28px;
}
@media (min-width: 576px) {
  .fs-lg-64 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .fs-lg-64 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .fs-lg-64 {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .fs-lg-64 {
    font-size: 48px;
  }
}
@media (min-width: 1650px) {
  .fs-lg-64 {
    font-size: 64px;
  }
}
.fs-lg-64 div {
  font-size: 28px;
}
@media (min-width: 576px) {
  .fs-lg-64 div {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .fs-lg-64 div {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .fs-lg-64 div {
    font-size: 40px;
  }
}
@media (min-width: 1400px) {
  .fs-lg-64 div {
    font-size: 48px;
  }
}
@media (min-width: 1650px) {
  .fs-lg-64 div {
    font-size: 64px;
  }
}

.my-lg-52 {
  margin-top: clamp(20px, 20px + 2vw, 52px);
  margin-bottom: clamp(20px, 20px + 2vw, 52px);
}

.fs-lg-48 {
  font-size: 20px;
}
@media (min-width: 576px) {
  .fs-lg-48 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .fs-lg-48 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .fs-lg-48 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .fs-lg-48 {
    font-size: 35px;
  }
}
@media (min-width: 1400px) {
  .fs-lg-48 {
    font-size: 38px;
  }
}
@media (min-width: 1650px) {
  .fs-lg-48 {
    font-size: 48px;
  }
}

.fs-lg-40 {
  font-size: 18px;
}
@media (min-width: 576px) {
  .fs-lg-40 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .fs-lg-40 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .fs-lg-40 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .fs-lg-40 {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .fs-lg-40 {
    font-size: 35px;
  }
}
@media (min-width: 1650px) {
  .fs-lg-40 {
    font-size: 40px;
  }
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 16px;
}

.fs-20 {
  font-size: 16px;
}
@media (max-width: 768px) {
  .fs-20 {
    font-size: 14px;
  }
}

.fs-24 {
  font-size: 18px;
}

.padding-lg-180-180 {
  padding: clamp(20px, 10vw, 160px);
}

/* general css to be reused */
/*
        sharepoint edit mode bars fix issues
*/
div#suiteBarDelta {
  z-index: 99999 !important;
  position: relative;
}

#s4-ribbonrow {
  z-index: 9999 !important;
}

td#MSOTlPn_MainTD {
  position: fixed;
  z-index: 999999;
  left: auto;
  top: 20%;
  right: 1%;
  width: auto !important;
}

.ms-TPBody {
  overflow-y: auto;
  max-height: 200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "font-Reg" !important;
}

#s4-bodyContainer {
  padding: 0;
  padding-top: 150px !important;
}

.ms-webpart-zone {
  display: block;
}

div.ms-webpart-cell-vertical-inline-table {
  display: block;
}

.ms-webpart-chrome-vertical {
  display: block;
}

.ms-webpartzone-cell {
  margin: 0;
}

#s4-workspace {
  overflow: unset;
}

.swiper-wrapper {
  height: auto;
}

a {
  text-decoration: none;
}

.flexCenter, .pageTitle .share-social ul li a, .rateContet .pWarp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.multi-ellipsis {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}

img {
  max-width: 100%;
}

.VCenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.btn-custom {
  display: inline-block;
  border-radius: 34px;
  padding: 18px 20px 18px;
  font-size: 14px;
  background-color: #2C3A82;
  color: #BDCD5C !important;
  border: 1px solid #2C3A82;
  min-width: 18vw;
  text-align: center;
}
.btn-custom:visited {
  color: #BDCD5C;
}
.btn-custom:hover {
  background-color: #BDCD5C;
  color: #2C3A82 !important;
  border: 1px solid #BDCD5C;
}
.btn-custom:hover svg,
.btn-custom:hover svg * {
  fill: #2C3A82 !important;
  stroke: #2C3A82 !important;
}

.btn-custom2 {
  display: inline-block;
  border-radius: 34px;
  padding: 18px 20px 18px;
  font-size: 14px;
  color: #2C3A82;
  background-color: #BDCD5C;
  border: 1px solid #2C3A82;
  min-width: 18vw;
  text-align: center;
}
.btn-custom2 svg,
.btn-custom2 svg * {
  fill: #2C3A82 !important;
  stroke: #2C3A82 !important;
}
.btn-custom2:visited {
  color: #2C3A82;
}
.btn-custom2:hover {
  background-color: #DDE5AA;
  border: 1px solid #DDE5AA;
}
.btn-noBorders a {
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  padding: 12px 5px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.btn-noBorders a:visited {
  color: #FFFFFF;
}
.btn-noBorders a span {
  font-size: inherit;
  color: inherit;
}

.btn-Bordered a {
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-family: "font-Med" !important;
  line-height: 24px;
  color: #2C3A82;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  border-radius: 60px;
  border: 1px solid;
  border-color: #2C3A82;
  padding: 0px;
  padding-left: 24px;
  padding-right: 16px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 46px;
}
.btn-Bordered a span {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.btn-Bordered a:hover {
  color: white;
  background-color: #2C3A82;
}
.btn-Bordered a:hover img {
  filter: brightness(10);
}

.main-sec {
  margin-bottom: 20px;
}
.main-sec h2 {
  font-size: 20px;
  font-family: "font-Bold" !important;
  color: #2C3A82;
  margin-bottom: 10px;
}
.main-sec p {
  font-size: 16px;
  font-family: "font-Med" !important;
  color: #0F1822;
  margin-bottom: 0;
  max-width: 1050px;
}
.main-sec.white h2 {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "font-Reg" !important;
}
.main-sec.white p {
  color: #FFFFFF;
  font-family: "font-Reg" !important;
}

.menuWithBanner {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  height: auto;
  background-color: transparent;
}
.menuWithBanner .navbar-toggler {
  box-shadow: none !important;
}
.menuWithBanner .topnav {
  position: absolute;
}
.menuWithBanner:not(.fixedTop) {
  top: 0;
  position: relative;
}
.menuWithBanner:not(.fixedTop) img {
  filter: brightness(10);
}
.menuWithBanner:not(.fixedTop) .navbarMenu .navbar-nav .dropdown-toggle::after {
  background-image: url(../images/shared/chevron-1.svg);
}
.menuWithBanner:not(.fixedTop) .navbarMenu .navbar-nav .nav-link {
  color: #FFFFFF;
}
.menuWithBanner:not(.fixedTop) .topnav ul li a {
  color: #FFFFFF;
}
.menuWithBanner:not(.fixedTop) .topnav ul li a.bonus {
  background-color: #2C3A82;
}
.menuWithBanner .topnav ul {
  display: flex;
  list-style: none;
  flex-direction: row;
  padding: 0;
  gap: 1.5rem;
}
.menuWithBanner .topnav ul li {
  padding: 0.5rem 0;
}
.menuWithBanner .topnav ul li a {
  color: #2C3A82;
  background-color: transparent;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}
.menuWithBanner .topnav ul li a.bonus {
  background-color: #BDCD5C;
  padding: 2px 8px;
  border-radius: 0.5rem;
}
.menuWithBanner .topnav ul li a.search-icon {
  width: 21px;
}
.menuWithBanner .topnav ul.end {
  justify-content: flex-end;
  margin: 0;
}
.menuWithBanner .navbarMenu {
  padding: 0;
  position: unset;
  justify-content: flex-end;
}
.menuWithBanner .navbarMenu .navbar-nav {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding: 0;
  gap: 7%;
}
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu {
  background-color: #ffffff;
  border-radius: 4px;
  right: 0;
  padding: 12px;
  border: 0;
  margin: 0;
}
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul,
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu li,
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu a {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul {
  -moz-column-count: 1;
       column-count: 1;
}
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li {
  margin: 0;
  flex: 0 0 50%;
}
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li a {
  padding: 8px 0;
  transition: all 0.2s ease-in-out;
}
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li a.head {
  font-family: "font-Bold" !important;
}
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li a.head:hover {
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
  color: #2C3A82;
  background-color: inherit;
}
.menuWithBanner .navbarMenu .navbar-nav .nav-link {
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  font-family: "font-Reg" !important;
  color: #2C3A82;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  padding: 10px 0;
  text-decoration: none;
}
.menuWithBanner .navbarMenu .navbar-nav .nav-link::before {
  content: "";
  width: 1%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0;
  transition: 0.3s;
  background-color: #fff;
  opacity: 0;
  border-radius: 2px;
}
.menuWithBanner .navbarMenu .navbar-nav .nav-link.active, .menuWithBanner .navbarMenu .navbar-nav .nav-link:hover {
  position: relative;
}
.menuWithBanner .navbarMenu .navbar-nav .nav-link.active::before, .menuWithBanner .navbarMenu .navbar-nav .nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.menuWithBanner .navbarMenu .navbar-nav .dropdown-toggle::after {
  vertical-align: 0px;
  content: "";
  border: 0;
  width: 12px;
  height: 7px;
  background-image: url(../images/shared/chevron-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.menuWithBanner.fixedTop {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.modalSearch .modal-dialog {
  overflow: hidden;
}
.modalSearch .SearchCustom {
  height: 74px;
  width: 100%;
  border-radius: 16px;
  padding-left: 30px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 100%;
}
.modalSearch .SearchCustom .forGroup {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modalSearch .SearchCustom .searchInput {
  height: 100%;
  width: 80%;
  background: #FFF;
  font-size: 16px;
  color: #2C3A82;
  padding: 20px;
  margin-right: 20px;
}
.modalSearch .SearchCustom .searchInput::-moz-placeholder {
  color: var(--themes-form-field-text-placeholder);
  font-size: var(--text-md-regular-font-size);
}
.modalSearch .SearchCustom .searchInput:-ms-input-placeholder {
  color: var(--themes-form-field-text-placeholder);
  font-size: var(--text-md-regular-font-size);
}
.modalSearch .SearchCustom .searchInput::placeholder {
  color: var(--themes-form-field-text-placeholder);
  font-size: var(--text-md-regular-font-size);
}
.modalSearch .SearchCustom .boxClose {
  display: flex;
  justify-content: center;
  margin-top: 31px;
}
.modalSearch .SearchCustom .boxClose button {
  opacity: 1;
}
.modalSearch .SearchCustom .boxClose button img {
  width: 33px;
  filter: grayscale(1) brightness(8);
}
.modalSearch .searchSubmit {
  height: 100%;
  width: 71px;
  background-color: #2C3A82;
  gap: 16px;
  border-radius: 4px;
  border: unset;
  justify-content: center;
  align-items: center;
  display: flex;
}
.modalSearch .searchSubmit img {
  filter: grayscale(1) brightness(8);
}
.modalSearch .modal-dialog {
  max-width: 800px;
  min-height: calc(60vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
.modalSearch .modal-dialog .modal-content {
  background: transparent;
  border: unset;
}
.modalSearch .modal-dialog .modal-content .SearchCustom {
  width: 750px;
}
.modalSearch button.btn {
  background: transparent;
  border: unset;
  background: transparent;
  border: unset;
}

.navi {
  padding: 0.825rem 0;
}
.navi .logoMain {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
}
.navi .logoMain a {
  text-decoration: none;
}
.navi .logoMain a img {
  max-width: 100%;
}

.customNavi {
  position: relative;
  margin-top: 35px;
  height: 40px;
  right: 10%;
}
.customNavi .swiper-button-prev,
.customNavi .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #FFF;
  background-image: url(../images/shared/primary-arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.customNavi .swiper-button-prev::after,
.customNavi .swiper-button-next::after {
  display: none;
}
.customNavi.dark-theme .swiper-button-prev,
.customNavi.dark-theme .swiper-button-next {
  background-color: #2C3A82;
  background-image: url(../images/shared/white-arrow-left.svg);
}
.customNavi .swiper-button-next {
  right: 0%;
}
.customNavi .swiper-button-prev {
  transform: scaleX(-1);
  right: 50px;
  left: auto;
}

.bannerMenu {
  position: relative;
  margin-top: -115px;
  /*
  &:after {
    content: "";
    position: absolute;
    right: 50%;
    transform: translateX(-50%);
    width: 27px;
    height: 38px;
    bottom: 3rem;
    background: url(../images/home/Scroll.svg) no-repeat;
    z-index: 1;
    cursor: pointer;

    &:hover {
      bottom: 2.825rem;
    }
  }*/
}
.bannerMenu #startScrolling {
  content: "";
  position: absolute;
  right: 40px;
  transform: translateX(-50%);
  width: 27px;
  height: 38px;
  bottom: 30px;
  background: url(../images/home/Scroll.svg) no-repeat;
  z-index: 1;
  cursor: pointer;
}
.bannerMenu #startScrolling:hover {
  opacity: 0.3;
}
.bannerMenu .contentBanner {
  height: calc(70vh - 52px);
  padding-top: 20vh;
  position: relative;
  display: flex;
  align-items: center;
  max-height: 1200px;
  overflow: hidden;
  min-height: 400px;
}
.bannerMenu .contentBanner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(253.69deg, rgba(16, 18, 27, 0.65) 26.67%, rgba(41, 45, 67, 0.35) 98.72%);
  opacity: 1;
}
.bannerMenu .contentBanner .bg-video-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.bannerMenu .contentBanner .bg-video-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerMenu .contentBanner .bg-video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerMenu .contentBanner .BNRtxt {
  max-width: 96%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1649.98px) {
  .bannerMenu .contentBanner .BNRtxt {
    left: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .bannerMenu .contentBanner .BNRtxt {
    left: 0px;
  }
}
.bannerMenu .contentBanner .BNRtxt h6 {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #FFFFFF;
}
.bannerMenu .contentBanner .BNRtxt h1 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 8px;
  color: #BDCD5C;
  font-family: "font-Bold" !important;
}
.bannerMenu .contentBanner .BNRtxt p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 24px;
  color: #FFFFFF;
}
.bannerMenu .contentBanner .abosImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -2;
}

.ourNum {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #FFF;
}
.ourNum .main-sec h2 {
  text-align: center;
}
.ourNum .wapperNM {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: 32px;
}
.ourNum .wapperNM .boxNum {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../images/home/Number-item.svg) no-repeat;
  width: 200px;
  background-size: contain;
  height: 200px;
  padding: 3rem 3rem 3rem 3rem;
  background-position: center bottom;
  margin-bottom: 20px;
}
.ourNum .wapperNM .boxNum .counter {
  font-size: 24px;
  color: #2C3A82;
  font-family: "font-Bold" !important;
  margin-bottom: 8px;
}
.ourNum .wapperNM .boxNum span {
  font-size: 18px;
  line-height: 1;
  font-family: "font-Med" !important;
  color: #646A71;
}
.ourNum .wapperNM h5 {
  font-size: 18px;
  line-height: 1;
  font-family: "font-Med" !important;
  color: #0F1822;
}

.footer {
  background-color: #2C3A82;
  padding-top: 40px;
  padding-bottom: 24px;
}
.footer .footerLinks h4 {
  padding: 0px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  margin-bottom: 8px;
  font-family: "font-Bold" !important;
  font-size: 16px;
  line-height: 1.5;
}
.footer .footerLinks ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}
.footer .footerLinks ul:not(.social):not(.accessibility) li {
  margin-bottom: 8px;
  flex: 0 0 100%;
}
.footer .footerLinks ul:not(.social):not(.accessibility) li a {
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  transition: 0.3s;
}
.footer .footerLinks ul:not(.social):not(.accessibility) li a:hover {
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
  color: yellow;
}
.footer .footerLinks .social {
  display: flex;
  flex-direction: row;
  margin-bottom: 32px;
}
.footer .footerLinks .social li {
  margin-right: 8px;
}
.footer .footerLinks .social li a {
  display: flex;
  width: 40px;
  height: 40px;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  overflow: hidden;
}
.footer .footerLinks .social li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.footer .footerLinks .social li a img {
  width: 24px;
  height: 24px;
  margin-right: -8px;
  margin-left: -8px;
}
.footer .footerLinks .social li:last-child {
  margin-right: 0;
}
.footer .footerLinks .accessibility {
  display: flex;
  flex-direction: row;
  margin-bottom: 32px;
}
.footer .footerLinks .accessibility li {
  margin-right: 8px;
}
.footer .footerLinks .accessibility li a {
  display: flex;
  width: 40px;
  height: 40px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
.footer .footerLinks .accessibility li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.footer .footerLinks .accessibility li a img {
  width: 24px;
  height: 24px;
  margin-right: -8px;
  margin-left: -8px;
}
.footer .footerLinks .accessibility li a.click {
  pointer-events: none;
  filter: brightness(0.5);
}
.footer .footerLinks .accessibility li:last-child {
  margin-right: 0;
}
.footer .btm-footer {
  margin-top: 48px;
}
.footer .btm-footer .footer-last .copyRights p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  font-family: "font-Bold" !important;
}
.footer .btm-footer .footer-last .dir-links {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.footer .btm-footer .footer-last .dir-links li {
  margin-right: 16px;
}
.footer .btm-footer .footer-last .dir-links li a {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.5;
}
.footer .btm-footer .footer-last .dir-links li:last-child {
  margin-right: 0;
}
.footer .logos-box {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
.footer .logos-box img {
  max-width: 100%;
  max-width: 133.52px;
  height: 45px;
}

.homeAbout {
  padding: 40px 10px;
  background-color: #F2EEE7;
  position: relative;
}
.homeAbout.homeNews2 {
  background-color: #EAECF3;
}
.homeAbout.homeNews2 .main-sec h3 {
  font-size: 30px;
}
.homeAbout.homeNews2 .homeNews2-btn {
  color: #000;
  background-color: transparent;
  border: none;
  font-size: 16px;
}
.homeAbout.homeNews2 .homeNews2-btn:hover {
  background-color: #F3F4F6;
}
.homeAbout > .container {
  z-index: 1;
  position: relative;
}
.homeAbout#homeAbout:after {
  content: "";
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 120px;
  z-index: 0;
}
.homeAbout .main-sec {
  margin-bottom: 20px;
}
.homeAbout .vision-mission-area {
  margin: 0 auto;
  padding: 0;
}
.homeAbout .vision-mission-area .vision-mission-cards {
  display: flex;
  flex-direction: row;
  gap: 12px;
  min-height: unset;
}
.homeAbout .vision-mission-area .vision-mission-cards .img-box {
  min-width: 90px;
}
.homeAbout .vision-mission-area .vision-mission-cards .content-box h3 {
  font-size: 20px;
  line-height: 1;
  font-family: "font-Bold" !important;
  color: #2C3A82;
  padding: 12px 0;
}
.homeAbout .vision-mission-area .vision-mission-cards .content-box p {
  font-size: 18px;
  line-height: 1.5;
  color: #0F1822;
  font-family: "font-Med" !important;
}
.homeAbout .role-sec {
  margin-top: 15px;
  background-color: #E0D7C6;
  padding: 20px 25px;
  padding-bottom: 20px;
  position: relative;
}
.homeAbout .role-sec:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 65px;
  z-index: 2;
  content: "";
  bottom: 0;
  background-image: url(../images/home/triangle-1.svg);
  transform: translateY(50%);
}
.homeAbout .role-sec .main-sec {
  margin-bottom: 40px;
}
.homeAbout .role-sec .main-sec h2 {
  font-size: 20px;
  font-family: "font-Bold" !important;
  color: #2C3A82;
  margin-bottom: 10px;
}
.homeAbout .role-sec .main-sec p {
  font-size: 18px;
  font-family: "font-Med" !important;
  color: #0F1822;
  margin-bottom: 0;
  max-width: initial;
}
.homeAbout .role-sec .newRow {
  padding: 0 5px;
}
.homeAbout .role-sec .role-card {
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-bottom: 20px;
  align-items: center;
}
.homeAbout .role-sec .role-card .img-area img {
  min-width: 60px;
}
.homeAbout .role-sec .role-card .cont-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.homeAbout .role-sec .role-card .cont-area h4 {
  font-size: 18px;
  line-height: 1.5;
  font-family: "font-Bold" !important;
  color: #8C755A;
}

.Environment-Meteorology-Sys {
  background-image: url(../images/home/efSec-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 20px;
  height: auto;
  position: relative;
}
.Environment-Meteorology-Sys::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(44, 58, 130, 0) 0%, #2C3A82 100%);
}
.Environment-Meteorology-Sys .main-sec {
  margin-bottom: 65px;
}
.Environment-Meteorology-Sys .EnvSys {
  padding-bottom: 75px;
}
.Environment-Meteorology-Sys .EnvSys .img-box {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  height: 240px;
}
@media screen and (max-width: 1649.98px) {
  .Environment-Meteorology-Sys .EnvSys .img-box {
    height: 200px;
  }
}
@media screen and (max-width: 1199.98px) {
  .Environment-Meteorology-Sys .EnvSys .img-box {
    height: 155px;
  }
}
.Environment-Meteorology-Sys .EnvSys .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#supported-sectors {
  background: #1f3167 url(../images/home/Sectors-Support-bg.jpg) no-repeat top center;
  background-size: 200% auto;
  padding: 140px 0 50px;
  margin-top: 50px;
}
#supported-sectors .col-lg-2-5 {
  position: relative;
  padding: 0 12px;
  height: 100%;
}
#supported-sectors .swiper-slide {
  height: inherit;
}
#supported-sectors .swiper-slide:not(:first-child) .col-lg-2-5::after {
  content: "";
  position: absolute;
  left: 1px;
  width: 3px;
  background: #bdcd5c;
  top: 60px;
  bottom: 60px;
}
#supported-sectors .customNavi {
  right: 0;
}
#supported-sectors .main-sec {
  margin-bottom: 65px;
}
#supported-sectors .main-sec h2 {
  font-size: 24px;
  font-family: "font-Med" !important;
  color: #BDCD5C;
}
#supported-sectors .main-sec p {
  font-size: 18px;
  font-family: "font-Reg" !important;
}
#supported-sectors .sector-name {
  font-family: "font-Bold" !important;
  color: #BDCD5C;
  font-size: 16px;
  margin-bottom: 8px;
}
#supported-sectors .sector-desc {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 32px;
  font-family: "font-Li";
}

.new-box {
  height: 440px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 1rem;
}
.new-box.with-bottom-border {
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0;
}
.new-box * {
  transition: all 0.6s ease-in-out;
}
.new-box .img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 80%;
  background-color: blueviolet;
  z-index: 2;
}
.new-box .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.new-box .title {
  font-size: 18px;
  position: absolute;
  top: 65%;
  height: 35%;
  background-color: rgb(226, 162, 43);
  z-index: 4;
  padding: 24px 16px;
  width: 100%;
  -webkit-padding-end: 56px;
          padding-inline-end: 56px;
}
.new-box .title .headline {
  font-family: "font-Bold";
  color: #2D2D2D;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-box .title .headline a {
  color: inherit;
}
.new-box .title small {
  font-size: 14px;
  color: #2C3A82;
}
.new-box .description {
  position: absolute;
  bottom: 0;
  height: 70%;
  width: 100%;
  background: transparent;
  opacity: 0;
  z-index: 6;
  padding: 24px 16px;
  color: #fff;
  font-size: 18px;
  font-family: "font-Reg";
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.new-box .description .more a {
  background-color: #BDCD5C;
  color: #2D2D2D;
  border-radius: 24px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  transform: translateY(80px);
}
.new-box .description .more a:hover {
  background-color: #a9b941;
}
.new-box .new-box-i {
  background: url(../images/home/news-pattern.svg) no-repeat;
  width: 114px;
  height: 166px;
  position: absolute;
  z-index: 5;
  bottom: -110px;
  right: -50px;
  background-size: cover;
}
.new-box:hover .img {
  top: 30%;
  height: 70%;
}
.new-box:hover .title {
  top: 0;
  height: 33%;
  z-index: 9;
  -webkit-padding-end: unset;
          padding-inline-end: unset;
}
.new-box:hover .description {
  opacity: 1;
}
.new-box:hover .description .more a {
  transform: translateY(0);
}
.new-box:hover .new-box-i {
  z-index: 3;
  width: 4560px;
  height: 6640px;
  background-size: cover;
  right: -400px;
  bottom: -400px;
  opacity: 0.9;
}

.homeNews2 .new-box {
  position: relative;
}
.homeNews2 .new-box:hover::after {
  content: "";
  background-color: #2C3A82;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.homeNews2 .new-box:hover .new-box-i {
  opacity: 0;
  width: 114px;
  height: 166px;
  z-index: 5;
  bottom: -110px;
  right: -50px;
}

#programs {
  padding: 40px 10px;
}
#programs .main-sec {
  margin-bottom: 20px;
}
#programs .main-sec h2 {
  font-size: 24px;
  font-family: "font-Med" !important;
  color: #2C3A82;
  margin-bottom: 10px;
}
#programs .program-stack {
  display: flex;
  height: 600px;
}
#programs .program-stack * {
  transition: all 0.5s ease-in-out;
  z-index: 4;
}
#programs .program-stack .program-box {
  width: 19%;
  position: relative;
  overflow: hidden;
}
#programs .program-stack .program-box .line {
  width: 4px;
  background-color: #A18E77;
  height: 76px;
  position: absolute;
  left: 20px;
  top: 40px;
  content: "";
  transform: translateX(100px);
  background: url(../images/shared/Line.png);
}
@media (max-width: 1400px) {
  #programs .program-stack .program-box .line {
    height: 60px;
  }
}
#programs .program-stack .program-box.active {
  width: 43%;
}
#programs .program-stack .program-box.active .program-pattern {
  opacity: 1;
}
#programs .program-stack .program-box.active .prob-h1 {
  font-size: 48px;
  bottom: calc(100% - 120px);
  padding-left: 40px;
  transform: rotate(0);
  width: 100%;
  opacity: 1;
}
@media (max-width: 1650px) {
  #programs .program-stack .program-box.active .prob-h1 {
    font-size: 35px;
    bottom: calc(100% - 105px);
  }
}
@media (max-width: 1400px) {
  #programs .program-stack .program-box.active .prob-h1 {
    bottom: calc(100% - 85px);
  }
}
@media (max-width: 1200px) {
  #programs .program-stack .program-box.active .prob-h1 {
    font-size: 32px;
  }
}
#programs .program-stack .program-box.active .line {
  transform: translateX(0);
}
#programs .program-stack .program-box.active .prob-desc {
  opacity: 0;
}
#programs .program-stack .program-box.active .prob-details {
  opacity: 1;
}
#programs .program-stack .prob-h1 {
  font-size: 24px;
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
  padding: 0 20px;
  color: #BDCD5C;
  font-family: "font-Bold" !important;
  transform: rotate(0);
}
@media (min-width: 576px) {
  #programs .program-stack .prob-h1 {
    bottom: 70px;
  }
}
@media (min-width: 768px) {
  #programs .program-stack .prob-h1 {
    bottom: 170px;
  }
}
@media (min-width: 992px) {
  #programs .program-stack .prob-h1 {
    bottom: 110px;
  }
}
@media (min-width: 1200px) {
  #programs .program-stack .prob-h1 {
    bottom: 75px;
  }
}
@media (min-width: 1400px) {
  #programs .program-stack .prob-h1 {
    bottom: 70px;
  }
}
#programs .program-stack .prob-desc {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 20px 0 25px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#programs .program-stack .prob-details {
  height: 50%;
  top: 50%;
  position: absolute;
  width: 30vw;
  padding: 30px;
  opacity: 0;
  color: #fff;
}
#programs .program-stack .prob-details .prob-details-text {
  padding-bottom: 20px;
}
#programs .program-stack .prob-details .prob-details-links {
  margin-bottom: 32px;
}
#programs .program-stack .prob-details .prob-details-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#programs .program-stack .prob-details .prob-details-links ul li {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  background: url(../images/shared/tick-circle.svg) no-repeat left center;
  margin: 0;
  margin-bottom: 8px;
}
#programs .program-stack .prob-details .prob-details-links ul li a {
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
}
#programs .program-stack .prob-details .prob-details-links ul li a:hover {
  text-decoration: none;
}
#programs .program-stack .prob-details .prob-details-btn button,
#programs .program-stack .prob-details .prob-details-btn a {
  background-color: #A18E77;
  color: #fff;
  font-size: 20px;
  border-radius: 24px;
  height: 48px;
  border: none;
  padding: 4px 24px;
  line-height: 48px;
  text-decoration: none !important;
}
#programs .program-stack .program-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
#programs .program-stack .program-pattern {
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
#programs .program-stack .program-mask {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
#programs .program-stack .prob-1 .program-mask {
  background-color: rgba(22, 32, 85, 0.5);
}
#programs .program-stack .prob-2 .program-mask {
  background-color: rgba(22, 32, 85, 0.8);
}
#programs .program-stack .prob-3 .program-mask {
  background-color: rgba(96, 83, 68, 0.8);
}
#programs .program-stack .prob-4 .program-mask {
  background-color: rgba(89, 100, 48, 0.8);
}

.btn-download {
  border-radius: 24px;
  padding: 12px 16px 10px;
  background-color: #2C3A82;
  color: #BDCD5C !important;
  border: 1px solid #2C3A82;
  font-size: 18px;
  display: inline-block;
}
.btn-download svg {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}
.btn-download:active {
  color: #BDCD5C;
}
.btn-download:visited {
  background-color: #2C3A82;
  color: #BDCD5C !important;
  border: 1px solid #2C3A82;
}
.btn-download:hover {
  background-color: #BDCD5C;
  color: #2C3A82 !important;
  border: 1px solid #BDCD5C;
}
.btn-download:hover svg *,
.btn-download:hover svg {
  fill: #2C3A82 !important;
  stroke: #2C3A82 !important;
}
.btn-download.btn-sm {
  padding: 12px 16px 10px;
  font-size: 16px;
}

.btn-download-large {
  background-color: #202c69;
  color: #BDCD5C;
  border: 0;
}
.btn-download-large svg {
  transition: all 0.3s ease-in;
  width: 110px;
  height: 110px;
}
.btn-download-large:hover {
  background-color: #BDCD5C;
  color: #2C3A82;
}
.btn-download-large:hover svg {
  transform: translateY(15px);
}
.btn-download-large:hover svg *,
.btn-download-large:hover svg {
  fill: #2C3A82 !important;
  stroke: #2C3A82 !important;
}

.bottom-border-on-blue:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 64px;
  z-index: 2;
  content: "";
  top: 0;
  background-image: url(../images/triangle-2.svg);
  transform: translateY(-50%);
}

.bottom-border-on-offwhite:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 65px;
  z-index: 2;
  content: "";
  top: 0;
  background-image: url(../images/triangle-1.svg);
  transform: translateY(-50%);
}

#spyScroll {
  display: none !important;
}

#spyScroll,
#spyScroll2 {
  position: fixed;
  top: 50%;
  z-index: 999;
  left: 20px;
  flex-direction: column;
  background-color: rgba(34, 45, 102, 0.7);
  padding: 12px 8px;
  border-radius: 32px;
  transform: translateY(-50%);
}
#spyScroll ul li a,
#spyScroll2 ul li a {
  box-shadow: none !important;
  background: transparent;
  position: relative;
  margin: 16px 0;
  border-radius: 4px;
  padding: 0;
}
#spyScroll ul li a span,
#spyScroll2 ul li a span {
  position: absolute;
  left: 100%;
  -webkit-margin-start: 12px;
          margin-inline-start: 12px;
  background: rgba(22, 22, 22, 0.65);
  font-size: 90%;
  white-space: nowrap;
  padding: 4px 20px;
  border-radius: 4px;
  color: #fff;
  display: none;
}
#spyScroll ul li a:hover span,
#spyScroll2 ul li a:hover span {
  display: block;
}
.form-check-input[type=radio]:focus,
.form-select:focus,
.form-control:focus,
.form-check input[type=radio]:focus {
  box-shadow: none;
}

.form-select,
.form-control {
  border: 1px solid #2C3A82;
  border-radius: 26px;
  color: #2C3A82;
  padding: 10px 10px !important;
  margin-bottom: 1rem;
}

.form-check-inline {
  color: #2C3A82;
}

.form-check-input[type=radio],
.form-check input[type=radio] {
  width: 1.3em;
  height: 1.3em;
  border: 1px solid #2C3A82;
}

.form-check-input:checked[type=radio],
.form-check input:checked[type=radio] {
  background-color: #fff;
}

.form-check-input:checked[type=radio],
.form-check input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%232C3A82'/%3e%3c/svg%3e") ;
}

.form-select::-moz-placeholder, .form-control::-moz-placeholder {
  color: #2C3A82;
}

.form-select:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #2C3A82;
}

.form-select::placeholder,
.form-control::placeholder {
  color: #2C3A82;
}

.form-check .form-check-input {
  margin-left: -1.75em;
}

.form-check td {
  display: inline-block;
  margin-right: 1rem;
}

.form-check {
  padding-left: 0;
}

.form-check label {
  margin-left: 7px;
}

.modal-dialog.modal-half {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  left: 0;
  right: 0%;
  margin: 0;
  border-radius: 0;
}
.modal-dialog.modal-half .modal-content {
  border-radius: 0;
  height: 100%;
  border: 0;
}
.modal-dialog.modal-half .modal-body {
  padding: 1.4rem;
  overflow: auto;
}
.modal-dialog.modal-half .btn-close {
  background: url("../images/shared/modal-close-big.svg") no-repeat center center;
  background-size: cover;
  width: 30px;
  height: 30px;
  opacity: 1;
  padding: 0;
  box-shadow: none;
}
.modal-dialog.modal-half .modal-header {
  padding: 1.4rem 0 0 1.4rem;
}

.fadeCustom {
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.fadeCustom.show {
  opacity: 1;
}

label.form-label {
  font-size: 18px;
  font-family: "font-Bold" !important;
  display: block;
}

.check-button-list-h {
  padding: 0;
  list-style: none;
}
.check-button-list-h li {
  margin-bottom: 12px;
}
.check-button-list-h input[type=checkbox] {
  position: relative;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.check-button-list-h input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
  border: 1px solid #6C737F;
  border-radius: 2px;
  background-color: white;
}
.check-button-list-h input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  right: 8px;
}
.check-button-list-h input[type=checkbox]:checked:before {
  background: #2c3a82;
  border: 1px solid #2c3a82;
}

body.contrast {
  filter: grayscale(100%) brightness(95%) contrast(100%);
}

.ms-webpart-zone a {
  text-decoration: none;
}

[id$=PinnedItem] .col-lg-7,
[id$=PinnedItem] .col-lg-6:first-child {
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  [id$=PinnedItem] .col-lg-7,
[id$=PinnedItem] .col-lg-6:first-child {
    padding-right: 0;
  }
}

[id$=PinnedItem] .col-lg-7 .img-fluid {
  width: 100%;
  max-height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399.98px) {
  [id$=PinnedItem] .col-lg-7 .img-fluid {
    max-height: 310px;
  }
}
@media (max-width: 991.98px) {
  [id$=PinnedItem] .col-lg-7 .img-fluid {
    margin-bottom: 20px;
  }
}

[id$=PinnedItem] .col-lg-6 .img-fluid {
  width: 100%;
  max-height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399.98px) {
  [id$=PinnedItem] .col-lg-6 .img-fluid {
    max-height: 310px;
  }
}
@media (max-width: 991.98px) {
  [id$=PinnedItem] .col-lg-6 .img-fluid {
    margin-bottom: 20px;
  }
}

section.join-us-env .bottom-border-on-offwhite:after {
  top: -48px;
}

section.open-data-listing .bottom-border-on-offwhite:after {
  top: -48px;
}

[id$=mainForm] .btn-custom {
  display: inline-block;
  border-radius: 34px;
  background-color: #2C3A82;
  color: #BDCD5C !important;
  border: 1px solid #2C3A82;
  min-width: 18vw;
  text-align: center;
  padding: 22px 26px 20px;
  font-size: 18px;
  font-family: "font-Reg";
  transition: 0.3s;
}

[id$=mainForm] .btn-custom:hover {
  background-color: #BDCD5C;
  color: #2C3A82 !important;
  border: 1px solid #BDCD5C;
}

.news-main-img img {
  width: 100%;
  max-height: 765px;
  -o-object-fit: cover;
     object-fit: cover;
}

.homBanner .swipper-navigation {
  position: absolute;
  bottom: 3rem;
  z-index: 222;
  margin: auto;
  right: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateX(-50%);
}
.homBanner .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.homBanner .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 5px;
  border-radius: 2px;
  background: #fff;
  opacity: 1;
}
.homBanner .swiper-pagination .swiper-pagination-bullet-active {
  background: #BDCD5C;
  width: 40px;
}
.homBanner .arrows {
  display: flex;
  gap: 18px;
}
.homBanner .swiper-button-next, .homBanner .swiper-button-prev {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  position: relative;
  right: auto;
  left: auto;
  padding: 6px;
}
.homBanner .swiper-button-next::after {
  content: "";
  background: url(../images/arrow-left.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.homBanner .swiper-button-prev::after {
  content: "";
  background: url(../images/arrow-left.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  rotate: 180deg;
  background-size: contain;
}

.slider-pr {
  padding-left: 15%;
}

/*

*/
section.cp-cards.control-panel {
  margin-top: 100px;
}

.control-panel .main-hd {
  margin: 30px 0;
}

.control-panel .cp-card {
  transition: 0.3s;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  background-color: #2C3A82;
  border-radius: 8px;
}

.control-panel .cp-card h4 {
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
}

.control-panel .cp-card a {
  font-size: inherit;
  color: inherit;
}

.control-panel .cp-card:hover {
  background-color: #BDCD5C;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.168627451);
}

.control-panel .cp-card:hover h4 {
  color: #2C3A82;
}

.control-panel .cp-card a:hover {
  text-decoration: underline !important;
}

/* preloader */
#preloader,
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 78945678;
}

@media (max-width: 767px) {
  #preloader video,
.preloader video {
    width: 100%;
    height: 100%;
  }
}
/**/
.digital-stamp-card {
  padding: 8px 32px;
  background: #F3F4F6;
  position: relative;
  z-index: 999999999999;
}

.digital-stamp-card .digital-stamp-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.digital-stamp-card .digital-stamp-header h6 {
  margin: 0px;
  color: #161616;
  font-size: 14px;
}

.digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
  cursor: pointer;
}

.digital-stamp-card .digital-stamp-header .btn-digital-stamp-card span {
  color: #1B8354;
  font-size: 14px;
}

.digital-stamp-card .digital-stamp-header .btn-digital-stamp-card svg,
.digital-stamp-card .digital-stamp-header .btn-digital-stamp-card img {
  transition: 0.3s;
}

.digital-stamp-card .digital-stamp-header.open .btn-digital-stamp-card svg,
.digital-stamp-card .digital-stamp-header.open .btn-digital-stamp-card img {
  transform: rotate(180deg);
}

.btn-digital-stamp-card img {
  margin-right: 4px;
  margin-left: 4px;
}

.digital-stamp-card .digital-stamp-body {
  padding-top: 40px;
  padding-bottom: 32px;
  display: none;
}

.digital-stamp-card .digital-stamp-body .digital-stamp-container {
  margin-bottom: 32px;
  display: flex;
  gap: 32px;
}

.digital-stamp-card .digital-stamp-body .digital-stamp-container .box {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.digital-stamp-card .digital-stamp-body .digital-stamp-container .box .img-border-rounded {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #067647;
  border-radius: 100%;
}

.digital-stamp-card .digital-stamp-body .digital-stamp-container .box h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #161616;
  font-size: 18px;
}

.digital-stamp-card .digital-stamp-body .digital-stamp-container .box .green-text {
  color: #1B8354;
}

.digital-stamp-card .digital-stamp-body .digital-stamp-container .box p {
  margin: 0px;
  color: #384250;
  font-size: 16px;
}

.digital-stamp-card .digital-stamp-body .stamp-link-box {
  padding: 8px 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: #FFF;
}

.digital-stamp-card .digital-stamp-body .stamp-link-box p {
  margin: 0px;
  color: #161616;
  font-size: 16px;
}

.digital-stamp-card .digital-stamp-body .stamp-link-box a {
  color: #1B8354;
  font-size: 16px;
  text-decoration: underline;
}

.stamp-ar {
  direction: rtl;
}

.stamp-en {
  direction: ltr;
}

@media (max-width: 768px) {
  .digital-stamp-card {
    padding: 8px 16px;
  }
  .digital-stamp-card .digital-stamp-header {
    flex-wrap: wrap;
  }
  .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
    flex: 100%;
    margin-right: 33px;
  }
  .digital-stamp-card .digital-stamp-body .digital-stamp-container {
    flex-direction: column;
  }
  [dir=ltr] .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
    margin-right: 0px;
    margin-left: 33px;
  }
}
.cookies-sec {
  background: rgba(15, 24, 34, 0.6);
  box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 35px 0;
}
.cookies-sec .cookies-cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.cookies-sec .cookies-cont .content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0 0;
  align-self: stretch;
  gap: 8px;
}
.cookies-sec .cookies-cont .content-box h4 {
  color: #FFF;
  text-align: left;
  font-size: 20px;
  font-family: "font-Bold" !important;
  line-height: 1.3;
  margin-bottom: 0;
}
.cookies-sec .cookies-cont .content-box p {
  color: #FFF;
  text-align: left;
  font-size: 18px;
  margin-bottom: 0;
}
.cookies-sec .cookies-cont .btns-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cookies-sec .cookies-cont .btns-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 46px;
  padding: 0px 16px;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 60px;
  border: 1px solid #2C3A82;
  background: transparent;
  font-size: 20px;
  font-family: "font-Med" !important;
  color: #2C3A82;
}
.cookies-sec .cookies-cont .btns-box a.confirm {
  background: #BDCD5C;
  border: none;
}
.cookies-sec .cookies-cont .btns-box a.cancel {
  color: #FFF;
  border-color: #FFF;
}
.cookies-sec .cookies-cont .btns-box a.cancel svg {
  filter: grayscale(1) brightness(5);
}

[dir=ltr] .homeNews2 .new-box {
  direction: ltr !important;
}

[dir=ltr] section.open-data-listing .bottom-border-on-offwhite:after {
  top: -73px;
}

.top-footer .col-lg-2 .footerLinks + .footerLinks,
.hideAccessiblity {
  display: none;
}

section.menuWithBanner:before {
  content: "نسخة تجريبية ";
  font-family: inherit;
  position: absolute;
  right: 2px;
  top: 0;
  background-color: #BDCD5C;
  color: #2C3A82;
  padding: 5px 10px;
  border-radius: 0 0 5px 5px;
  font-size: 12px;
  font-weight: 500;
  z-index: 5;
}

[dir=ltr] section.menuWithBanner:before {
  content: "Beta version";
}

@media (max-width: 991.98px) {
  section.menuWithBanner:before {
    padding: 2px 5px 3px;
    font-size: 10px;
  }
}
@media (max-width: 767.98px) {
  section.menuWithBanner:before {
    right: 0px;
  }
  .menuWithBanner .navbar-toggler {
    top: 25px;
    padding: 0px 5px 1px;
  }
  .navbar-toggler-icon {
    max-width: 15px;
  }
}
.bg-EAEBF2 {
  background-color: #EAEBF2;
}

.text-darkGray {
  color: #373F48;
}

.text-empty-desc {
  color: #4A4A4A;
}

.chip {
  border-radius: 20px;
  padding: 3px 20px;
}

.chip-lime {
  color: #2C3A82;
  background-color: #BDCD5C;
}

.chip-blue {
  color: #fff;
  background-color: #2C3A82;
}

.chip-brown {
  background-color: #A18E77;
  color: #fff;
}

.link-brand {
  color: #2C3A82;
}

.boxItem-item {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
  padding-top: 16px;
  height: 100%;
}

.boxItem-item:hover {
  background-color: #F1EEE8;
}

.file-extensions {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 24px;
}
.file-extensions li {
  display: block;
}
.file-extensions li a {
  border-radius: 8px;
  padding: 8px;
  display: block;
  background-color: #F2EEE7;
}
.file-extensions li a:hover {
  background-color: #2C3A82;
}
.file-extensions li a:hover img {
  filter: brightness(100);
}

.fullBefore, .about-box .img-area::before, .pageTitle .img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.posAbsolute {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ul-noDots, .pageTitle .share-social ul, .pageTitle .breadcrumb .items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rateContet {
  margin-top: 32px;
}
.rateContet .lastUpdate .UpdateH3 {
  font-size: 14px;
  line-height: 20px;
  color: #161616;
  margin: 0;
  padding-top: 16px;
}
.rateContet .borderd {
  border-top: 2px solid #2C3A82;
  margin-top: 16px;
  margin-bottom: 24px;
}
.rateContet .pWarp {
  justify-content: left;
  margin-bottom: 0;
}
.rateContet .pWarp .p16 {
  font-size: 16px;
  line-height: 24px;
  color: #161616;
}
.rateContet .actions .no,
.rateContet .actions .yes,
.rateContet .actions .rateNow {
  height: 40px;
  min-width: 44px;
  padding: 0 16px;
  background-color: #2C3A82;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-button-buttons-lg-gap);
  border-radius: 4px;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 16px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.rateContet .saidYes {
  font-size: 14px;
  line-height: 20px;
  color: #161616;
  height: 100%;
}
.rateContet .saidYes span {
  margin: 0 5px;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}

.pageTitle {
  width: 100%;
  height: max(25vw, 300px);
  position: relative;
  margin-top: -115px;
}
.pageTitle [id$=siteMapPath] {
  display: flex;
  gap: 4px;
}
.pageTitle [id$=siteMapPath] span a {
  position: relative;
  text-decoration: none;
}
.pageTitle [id$=siteMapPath] span a::after {
  content: "/";
  color: #fff;
  margin: 2px;
  display: inline-block;
  margin-left: 10px;
}
.pageTitle [id$=siteMapPath] span a.active {
  pointer-events: none;
}
.pageTitle [id$=siteMapPath] span a.active::after {
  display: none;
}
.pageTitle .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pageTitle .img-box .ms-rtestate-field {
  width: 100%;
  height: 100%;
}
.pageTitle .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageTitle .img-box::before {
  background-color: rgba(15, 24, 34, 0.7019607843);
  display: none;
}
.pageTitle .container {
  position: relative;
  height: 100%;
}
.pageTitle .breadcrumb {
  margin-top: max(14%, 100px);
  justify-content: center;
  margin-bottom: 12px;
}
.pageTitle .breadcrumb .items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pageTitle .breadcrumb .items li {
  margin-right: 10px;
}
.pageTitle .breadcrumb .items li::before {
  content: "/";
  color: #FFFFFF;
  font-size: 14px;
  line-height: 22px;
  margin-right: 5px;
}
.pageTitle .breadcrumb .items li:first-child::before {
  display: none;
}
.pageTitle .breadcrumb .items li a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 22px;
}
.pageTitle .breadcrumb .items li span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 22px;
}
.pageTitle .breadcrumb .items a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 22px;
}
.pageTitle .breadcrumb .items a.active {
  color: rgba(255, 255, 255, 0.5);
}
.pageTitle h2,
.pageTitle h1 {
  color: #FFFFFF;
  text-align: center;
  line-height: 1.4;
  font-weight: 400;
}
.pageTitle .share-social {
  position: absolute;
  right: 15px;
  bottom: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pageTitle .share-social span {
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  margin-right: 16px;
}
.pageTitle .share-social ul {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.pageTitle .share-social ul li a {
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #FFFFFF;
  border-radius: 28px;
  padding: 6px;
}

.ds-navbar {
  background-color: #2C3A82;
  padding: 0px;
  z-index: 99;
}
.ds-navbar.sticky-top-custom {
  top: 120px;
  z-index: 99;
}
.ds-navbar.fixed {
  position: fixed;
  top: 110px;
  right: 0;
  width: 100%;
  background: #283577;
}
.ds-navbar .ds-sideNavigation-content {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  overflow-x: auto;
  justify-content: flex-start;
  margin-bottom: 0;
}
.ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link {
  border: 0;
  padding: 16px 10px;
  text-decoration: none;
  transition: all ease 0.3s;
  background: transparent;
  font-weight: 400;
  min-width: 90px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #BFC9E6;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  position: relative;
}
.ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link span {
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  .ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link {
    font-size: 18px !important;
    padding: 20px !important;
  }
}
@media screen and (min-width: 992px) {
  .ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link {
    font-size: 20px !important;
    padding: 20px !important;
  }
}
@media screen and (min-width: 1650px) {
  .ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link {
    font-size: 24px !important;
    padding: 32px 20px !important;
  }
}
.ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 70%;
  background-color: #BDCD5C;
  opacity: 0;
  transition: 0.5s;
}
.ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link:hover::before {
  opacity: 1;
}
.ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link.active::before {
  opacity: 1;
}

.about-box .main-box {
  padding-top: 26.8px;
  padding-bottom: 15.6px;
}
.about-box .main-box h3 {
  color: #2C3A82;
  font-family: "font-Med";
  font-size: 20px;
  font-size: clamp(20px, 4vw, 48px);
  margin-bottom: 0;
}
.about-box .main-box p {
  color: #0F1822;
  font-size: 16px;
  line-height: 2;
}
.about-box .main-box p + p {
  margin-top: 12px;
}
.about-box .img-area {
  position: relative;
}
.about-box .img-area::before {
  background-image: url(../images/inner/about/about-pattern.svg);
  background-position: right;
  background-repeat: no-repeat;
}
.about-box .content-area {
  display: flex;
  flex-direction: column;
}
.about-box .content-area .box-cards {
  min-height: 200px;
  width: 100%;
  padding: 30px 16px;
  display: inline-flex;
  align-items: center;
}
.about-box .content-area .box-cards .img-box {
  flex: 0 0 98px;
  margin-right: 23px;
}
.about-box .content-area .box-cards .content-box p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 0;
}
.about-box .content-area .box-cards.box1 {
  background-color: #F2EEE7;
  position: relative;
  top: 0;
}
.about-box .content-area .box-cards.box1 .content-box p {
  color: #0F1822;
}
.about-box .content-area .box-cards.box1 a {
  font-size: 20px;
  color: #2C3A82;
  display: inline-flex;
  margin-top: 8px;
}
.about-box .content-area .box-cards.box1 a::after {
  content: url(../images/shared/primary-arrow-left.svg);
  margin-left: 10px;
}
@media (max-width: 1400px) {
  .about-box .content-area .box-cards.box1 a {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .about-box .content-area .box-cards.box1 a {
    font-size: 14px;
  }
}
.about-box .content-area .box-cards.box2 {
  background-color: #2C3A82;
}
.about-box .content-area .box-cards.box2 .content-box p {
  color: #FFFFFF;
}

.mission-vision {
  margin-top: 75px;
  padding-bottom: 30px;
  padding-top: 70px;
}
.mission-vision .vision-mission-area {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 12px;
}
.mission-vision .vision-mission-area .vision-mission-cards {
  display: flex;
  flex-direction: row;
  gap: 12px;
  min-height: unset;
}
.mission-vision .vision-mission-area .vision-mission-cards .img-box {
  flex: 0 0 45px;
}
.mission-vision .vision-mission-area .vision-mission-cards .content-box h3 {
  font-size: 20px;
  line-height: 1;
  font-family: "font-Bold" !important;
  color: #2C3A82;
  padding: 12px 0;
  margin-bottom: 4px;
}
.mission-vision .vision-mission-area .vision-mission-cards .content-box p {
  font-size: 16px;
  line-height: 1.5;
  color: #0F1822;
  font-family: "font-Med" !important;
}

.about-ef .role-sec {
  margin-top: 16px;
  background-color: #F2EEE7;
  padding: 50px 24px 50px;
  position: relative;
}
.about-ef .role-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 65px;
  left: 0;
  top: -33px;
  background-image: url(../images/inner/about/Pattern.svg);
  background-repeat: repeat-x;
  background-position: right;
}
.about-ef .role-sec .main-sec {
  margin-bottom: 24px;
}
.about-ef .role-sec .main-sec h2 {
  font-size: 20px;
  font-family: "font-Bold" !important;
  color: #2C3A82;
  margin-bottom: 12px;
}
.about-ef .role-sec .main-sec p {
  font-size: 16px;
  font-family: "font-Reg" !important;
  color: #0F1822;
  margin-bottom: 0;
  max-width: initial;
}
.about-ef .role-sec .newRow {
  padding: 0 20px;
}
.about-ef .role-sec .role-card {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 30px;
}
.about-ef .role-sec .role-card .img-area {
  min-width: 60px;
  flex: 0 0 60px;
}
.about-ef .role-sec .role-card .cont-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.about-ef .role-sec .role-card .cont-area h4 {
  font-size: 18px;
  line-height: 1.5;
  font-family: "font-Bold" !important;
  color: #8C755A;
}

.about-ef2 .role-sec {
  margin-top: 16px;
  /*background-color: $bg-mintGreen;*/
  padding: 16px 24px 16px;
  position: relative;
}
.about-ef2 .role-sec .main-sec {
  margin-bottom: 24px;
}
.about-ef2 .role-sec .main-sec h2 {
  font-size: 20px;
  font-family: "font-Bold" !important;
  color: #2C3A82;
  margin-bottom: 12px;
}
.about-ef2 .role-sec .main-sec p {
  font-size: 16px;
  font-family: "font-Med" !important;
  color: #0F1822;
  margin-bottom: 0;
  max-width: initial;
}
.about-ef2 .role-sec .newRow {
  padding: 0 20px;
}
.about-ef2 .role-sec .role-card {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 30px;
}
.about-ef2 .role-sec .role-card .img-area {
  min-width: 60px;
  flex: 0 0 60px;
}
.about-ef2 .role-sec .role-card .cont-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.about-ef2 .role-sec .role-card .cont-area h4 {
  font-size: 18px;
  line-height: 1.5;
  font-family: "font-Bold" !important;
  color: #8C755A;
}

.custom-tabs {
  border: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  border: 1px solid #A18E77;
  border-radius: 38px;
}
.custom-tabs li {
  background-color: #F2EEE7;
}
.custom-tabs li:first-child {
  border-radius: 0 38px 38px 0;
}
.custom-tabs li:last-child {
  border-radius: 38px 0 0 38px;
}
.custom-tabs li .nav-link {
  min-height: 40px;
  padding: 10px 10px;
  border-radius: 20px;
  background-color: #F2EEE7;
  color: #2C3A82;
  margin: 0;
  border: none !important;
}
.custom-tabs li .nav-link.active {
  background: #2C3A82;
  color: #FFFFFF;
}

.board-member .member-image {
  background-color: #2C3A82;
  text-align: center;
}
.board-member .member-image img {
  aspect-ratio: 1/1;
}

.about-speech-img {
  background: #F2EEE7 url(../images/about/about-speech-img.png) no-repeat left bottom;
  background-size: 100% auto;
  padding: 25% 5% 100% 5%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}
.about-speech-img #svg1 {
  position: absolute;
  transform: translate(50%, -100%);
  left: 50%;
  width: 40px;
}
.about-speech-img #svg2 {
  position: absolute;
  transform: translate(-50%, -100%);
  bottom: -50px;
  width: 40px;
  right: 50%;
}

.ceo-speech-img {
  background: #2C3A82 url(../images/about/ceo-speech-img.png) no-repeat left bottom;
  background-size: 100% auto;
  padding: 25% 5% 100% 5%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}
.ceo-speech-img #svg1 {
  position: absolute;
  transform: translate(50%, -100%);
  left: 50%;
  width: 40px;
}
.ceo-speech-img #svg2 {
  position: absolute;
  transform: translate(-50%, -100%);
  bottom: -50px;
  width: 40px;
  right: 50%;
}

.system-item {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
  padding-top: 16px;
  height: 100%;
  transition: 0.5s;
  position: relative;
}
.system-item .si-image {
  width: 100%;
  height: 240px;
}
.system-item .si-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.system-item .more-btn {
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2C3A82;
  width: 58px;
  height: 34px;
  border-radius: 60px;
  margin: auto;
  padding: 10px;
}
.system-item .si-image img:nth-child(2) {
  display: none;
}
.system-item .si-link svg:nth-child(1) {
  display: inline;
}
.system-item .si-link svg:nth-child(2) {
  display: none;
}
.system-item .si-title a {
  color: #0F1822;
  text-decoration: none;
}
.system-item .si-title a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.system-item:hover {
  background-color: #4E61C8;
}
.system-item:hover .si-title a {
  text-decoration: underline;
  color: #fff;
}
.system-item:hover .more-btn {
  background-color: #BDCD5C;
  border-color: #BDCD5C;
}
.system-item:hover .si-image img:nth-child(1) {
  display: none;
}
.system-item:hover .si-image img:nth-child(2) {
  display: inline;
}
.system-item.system-item-dark {
  position: relative;
  border: none;
  padding: 0;
}
.system-item.system-item-dark:hover {
  background-color: transparent;
}
.system-item.system-item-dark .si-image {
  padding-top: 32px;
}
.system-item.system-item-dark .si-title {
  padding: 0 32px;
}
.system-item.system-item-dark .si-title a {
  color: #fff;
}
.system-item.system-item-dark .si-link {
  margin-bottom: 32px;
}
.system-item.system-item-dark .si-bg {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.system-item.system-item-dark:before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(to bottom, rgba(44, 58, 130, 0.2) 0%, rgba(44, 58, 130, 0.5) 30%, rgba(44, 58, 130, 0.8) 100%);
}
.system-item.system-item-dark:hover:before {
  background: linear-gradient(to bottom, rgba(44, 58, 130, 0.9), rgba(44, 58, 130, 0.9));
}

.program-filter {
  list-style: none;
  display: flex;
  padding: 0;
  justify-content: end;
  gap: 8px;
  flex-wrap: wrap;
}
.program-filter li {
  display: flex;
}
.program-filter li a {
  border-radius: 16px;
  background-color: rgba(44, 58, 130, 0.1);
  color: #2C3A82;
  padding: 4px 16px;
  font-size: 18px;
}
.program-filter li a:hover, .program-filter li a.active {
  background-color: #2C3A82;
  color: #fff;
}

.program-item {
  position: relative;
  height: 450px;
  overflow: hidden;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1199.98px) {
  .program-item {
    height: 390px;
  }
}
@media (max-width: 991.98px) {
  .program-item {
    height: 340px;
  }
}
@media (max-width: 767.98px) {
  .program-item {
    height: 300px;
  }
}
.program-item * {
  transition: all 0.3s ease-in-out;
}
.program-item .pi-category {
  background-color: #BDCD5C;
  padding: 5px 16px;
  border-radius: 16px;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
}
.program-item .pi-category.pi-2C3A82 {
  background-color: #2C3A82;
  color: #fff;
}
.program-item .pi-category.pi-0051B1 {
  background-color: #0051B1;
  color: #fff;
}
.program-item .pi-category.pi-A18E77 {
  background-color: #A18E77;
  color: #fff;
}
.program-item .pi-image {
  position: relative;
  height: 320px;
}
@media (max-width: 1199.98px) {
  .program-item .pi-image {
    height: 290px;
  }
}
@media (max-width: 991.98px) {
  .program-item .pi-image {
    height: 240px;
  }
}
@media (max-width: 767.98px) {
  .program-item .pi-image {
    height: 205px;
  }
}
.program-item .pi-image::after {
  content: "";
  background-color: rgba(44, 58, 130, 0.4);
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.program-item .pi-image:hover::after {
  background-color: rgba(44, 58, 130, 0.6);
}
.program-item .pi-image.pi-image-events::after {
  transition: all 0.3s ease;
  background-color: rgba(44, 58, 130, 0.2);
}
.program-item .pi-image.pi-image-events:hover::after {
  background-color: rgba(44, 58, 130, 0.5);
}
.program-item .pi-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.program-item .pi-details {
  padding: 24px 32px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: white;
}
.program-item .pi-details .pi-title a {
  color: #2C3A82;
  display: block;
  height: 72px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .program-item .pi-details .pi-title a {
    height: 55px;
  }
}
.program-item .pi-details .pi-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.program-item .pi-details .pi-link {
  padding-top: 32px;
  margin-bottom: -80px;
}
@media (max-width: 1399.98px) {
  .program-item .pi-details .pi-link {
    padding-top: 22px;
    margin-bottom: -90px;
  }
}
.program-item .pi-details .pi-link .pi-more-link {
  border-radius: 24px;
  padding: 12px 16px 10px;
  background-color: transparent;
  color: #2C3A82;
  border: 1px solid #2C3A82;
  font-size: 16px;
}
.program-item .pi-details .pi-link .pi-more-link:hover {
  background-color: rgba(44, 58, 130, 0.7);
  color: #fff;
  border: 1px solid transparent;
}
.program-item .pi-details .pi-link .pi-apply-link {
  border-radius: 24px;
  padding: 12px 16px 10px;
  background-color: #2C3A82;
  color: #BDCD5C;
  border: 1px solid #2C3A82;
  font-size: 18px;
}
.program-item .pi-details .pi-link .pi-apply-link:hover {
  background-color: #BDCD5C;
  color: #2C3A82;
  border: 1px solid #BDCD5C;
}
.program-item .pi-details .pi-link .pi-apply-link:hover svg *,
.program-item .pi-details .pi-link .pi-apply-link:hover svg {
  fill: #2C3A82 !important;
  stroke: #2C3A82 !important;
}
.program-item:hover {
  border-bottom: 1px solid rgba(217, 217, 217, 0);
}
.program-item:hover .pi-details {
  background-color: #F2EEE7;
}
.program-item:hover .pi-details .pi-title {
  color: #2C3A82;
  text-decoration: underline;
}
.program-item:hover .pi-details .pi-link {
  margin-bottom: 0;
}
.program-item.progList-item {
  height: 500px;
  min-height: 500px;
}
.program-item.progList-item .pi-details {
  height: 265px;
}
.program-item.progList-item .pi-details .pi-link {
  padding-top: 125px;
  margin-bottom: -150px;
}
.program-item.progList-item .pi-details .pi-date {
  height: 14px;
}
.program-item.progList-item:hover .pi-details {
  height: auto;
}
.program-item.progList-item:hover .pi-details .pi-link {
  padding-top: 32px;
  margin-bottom: 0;
}

.pagination-custom > nav > span {
  display: flex;
}

.pagination-custom > nav > span .page-link,
.pagination-custom > nav > span a {
  color: #000;
  margin: 0;
  padding: 4px 10px 2px;
  box-shadow: none !important;
  border: 1px solid rgba(44, 58, 130, 0);
  color: #000;
  border-radius: 4px !important;
  width: 32px;
  height: 32px;
}

.pagination-custom > nav > span .page-link.active,
.pagination-custom > nav > span a.active {
  color: #fff;
  background: #2C3A82;
}

.pagination-custom > nav > span input.page-link {
  padding: 0;
}

.pagination-custom {
  color: #000;
}
.pagination-custom li {
  color: #000;
  margin: 0 4px;
}
.pagination-custom li a {
  padding: 4px 10px 2px;
  box-shadow: none !important;
  border: 1px solid rgba(44, 58, 130, 0);
  color: #000;
  border-radius: 4px !important;
}
.pagination-custom li a:hover {
  border-color: #2C3A82;
  color: #2C3A82;
}
.pagination-custom li a.active {
  background-color: #2C3A82;
  border-color: #2C3A82;
  color: #fff;
}
.pagination-custom li a span {
  color: #000;
}

.pd-side {
  background-color: #2C3A82;
  padding: 40px;
  color: #fff;
  border-radius: 8px;
}
.pd-side .pd-side-item {
  display: flex;
  margin-bottom: 16px;
}
.pd-side .pd-side-item .pd-side-item-icon {
  flex: 0 0 32px;
}
.pd-side .pd-side-item a {
  color: #BDCD5C;
}
.pd-side .pd-side-item a:hover {
  color: #BDCD5C;
}

ul.list-with-shape {
  padding: 0 16px;
  list-style: none;
}
ul.list-with-shape > li {
  position: relative;
  margin-bottom: 32px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
ul.list-with-shape > li:before {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  height: 14px;
  background: url(../images/list-with-shape-shape.svg) no-repeat center;
  left: 0;
}
ul.list-with-shape > li h2 {
  color: #2C3A82;
  font-family: "font-Med" !important;
  margin-bottom: 12px;
}
ul.list-with-shape ol {
  list-style-type: disc;
}
ul.list-with-shape ol li {
  margin-bottom: 8px;
}
ul.list-with-shape.list-with-steps > li {
  padding-bottom: 24px;
  -webkit-padding-start: 90px;
          padding-inline-start: 90px;
  margin-bottom: 0;
}
ul.list-with-shape.list-with-steps > li > svg {
  position: absolute;
  left: 0;
  top: 0;
}
ul.list-with-shape.list-with-steps > li:before {
  background: url(../images/list-with-step-shape.svg) repeat-y center;
  width: 74px;
  height: 100%;
}
ul.list-with-shape.list-with-steps > li:last-child {
  padding-bottom: 0;
}
ul.list-with-shape.list-with-steps > li:last-child:before {
  height: 74px;
}

.accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #B0BDCE;
  padding-bottom: 12px;
}
.accordion .accordion-body {
  padding: 12px;
}
.accordion .accordion-button {
  background-color: transparent !important;
  padding: 24px 0 12px;
  color: #2C3A82;
  box-shadow: none;
  font-family: "font-Bold" !important;
}
.accordion .accordion-button::after {
  width: 30px;
  height: 20px;
  background-size: contain;
  background-image: url(../images/acc-icon.svg) !important;
  background-position: center;
}

.video-custom {
  position: relative;
}
.video-custom > img {
  position: relative;
}
.video-custom > svg {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.sortingBy .form-select {
  border: 1px solid #2C3A82;
  border-radius: 24px;
  color: #2C3A82;
  -webkit-padding-end: 34px !important;
          padding-inline-end: 34px !important;
}
.sortingBy .form-select:focus {
  box-shadow: none !important;
}
.sortingBy .form-select option:focus {
  color: #fff;
  background-color: #2C3A82;
}

.searchingBy {
  max-width: 50vw;
}
.searchingBy .form-control {
  border: 1px solid #2C3A82;
  border-radius: 24px;
  color: #2C3A82;
  -webkit-border-end: 0;
          border-inline-end: 0;
}
.searchingBy .form-control:focus {
  box-shadow: none !important;
}
.searchingBy .input-group-text {
  color: #2C3A82;
  background-color: #fff;
  border: 1px solid #2C3A82;
  border-radius: 20px;
}

.pi-more-link2 {
  border-radius: 24px;
  padding: 12px 16px 10px;
  background-color: transparent;
  color: #2C3A82;
  border: 1px solid #2C3A82;
  font-size: 16px;
}
.pi-more-link2:hover {
  background-color: rgba(44, 58, 130, 0.7);
  color: #fff;
  border: 1px solid transparent;
}

.pi-apply-link2 {
  border-radius: 24px;
  padding: 12px 16px 10px;
  background-color: #2C3A82;
  color: #BDCD5C;
  border: 1px solid #2C3A82;
  font-size: 18px;
}
.pi-apply-link2:active {
  color: #BDCD5C;
}
.pi-apply-link2:hover {
  background-color: #BDCD5C;
  color: #2C3A82 !important;
  border: 1px solid #BDCD5C;
}
.pi-apply-link2:hover svg *,
.pi-apply-link2:hover svg {
  fill: #2C3A82 !important;
  stroke: #2C3A82 !important;
}

.contact-map {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  min-height: 500px;
}

#timelineTabsContainer {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 12px 0;
}

.company-timeline .nav-tabs {
  border-bottom: 1px solid #9c9c9c !important;
}
.company-timeline .un {
  position: absolute;
  bottom: 36px;
}
@media screen and (min-width: 992px) {
  .company-timeline .un {
    bottom: 150px;
  }
}
.company-timeline .nav-link {
  border: none !important;
  background: transparent !important;
  font-size: 12px !important;
  color: #95999E !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  font-family: "font-Bold" !important;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .company-timeline .nav-link {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 992px) {
  .company-timeline .nav-link {
    font-size: 28px !important;
  }
}
@media screen and (min-width: 1400px) {
  .company-timeline .nav-link {
    font-size: 32px !important;
  }
}
@media screen and (min-width: 1650px) {
  .company-timeline .nav-link {
    font-size: 36px !important;
  }
}
.company-timeline .nav-link.active {
  font-size: 12px !important;
  color: #2C3A82 !important;
  font-weight: bold !important;
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .company-timeline .nav-link.active {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 992px) {
  .company-timeline .nav-link.active {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .company-timeline .nav-link.active {
    font-size: 32px !important;
  }
}
@media screen and (min-width: 1400px) {
  .company-timeline .nav-link.active {
    font-size: 38px !important;
  }
}
@media screen and (min-width: 1650px) {
  .company-timeline .nav-link.active {
    font-size: 48px !important;
  }
}
.company-timeline .nav-link.active:after {
  width: 16px;
  height: 16px;
  background-color: #2C3A82;
  bottom: -18px;
}
@media screen and (min-width: 992px) {
  .company-timeline .nav-link.active:after {
    width: 22px;
    height: 22px;
    bottom: -11px;
  }
}
.company-timeline .nav-link:after {
  right: auto;
  left: 0;
  content: "";
  position: absolute;
  right: 50%;
  height: 10px;
  width: 10px;
  background: #696A6E;
  bottom: -5px;
  border-radius: 50%;
  z-index: 9;
  transform: translateX(0);
}
@media screen and (min-width: 992px) {
  .company-timeline .nav-link:after {
    height: 12px;
    bottom: -12px;
    width: 12px;
  }
}
.company-timeline .timeline-indicator {
  right: auto;
  left: 40px;
  height: 2px;
  background-color: #2C3A82;
  position: absolute;
  bottom: 11px;
  transition: width 0.3s ease;
}
@media screen and (min-width: 992px) {
  .company-timeline .timeline-indicator {
    bottom: 11px;
  }
}
.company-timeline .mt-3 {
  margin-top: 60px !important;
}
.company-timeline .btn {
  padding: 0;
  margin: 0;
  box-shadow: none !important;
  border: none !important;
  min-width: auto;
}
.company-timeline .btn:disabled {
  opacity: 0.3 !important;
}
.company-timeline .btn:focus {
  box-shadow: none !important;
}
.company-timeline #nextTab {
  transform: scaleX(-1);
}
.company-timeline .nav-item {
  width: calc(100% / var(--nav-item-count));
}
.company-timeline .nav-link {
  min-width: 100%;
  width: 100%;
  position: relative;
}

.gallary-item {
  height: 508px;
}
.gallary-item .pi-image {
  width: 100%;
  height: 362px;
}
.gallary-item .pi-image img {
  width: 100%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallary-item .pi-details {
  min-height: 100px;
}
.gallary-item .pi-details .pi-title {
  text-decoration: none !important;
  margin-bottom: 16px;
}
.gallary-item .pi-details .pi-title h4 {
  min-height: 62px;
}
.gallary-item .pi-details .list-num {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.gallary-item .pi-details .list-num span {
  font-size: 16px;
}
.gallary-item:hover .pi-image img {
  transform: scale(1.2);
}
.gallary-item:hover .pi-image::after {
  background: linear-gradient(0deg, rgba(44, 58, 130, 0.25) 0%, rgba(44, 58, 130, 0.25) 100%), rgba(0, 0, 0, 0.25);
}
.gallary-item:hover .pi-details {
  min-height: 140px;
  padding: 38px 32px;
  padding-bottom: 55px;
}
.gallary-item.video-box {
  height: 472px;
}
.gallary-item.video-box .pi-image {
  width: 100%;
  height: 362px;
}
.gallary-item.video-box .pi-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallary-item.video-box .pi-image::after {
  background-position: center;
  background-size: 75px;
  background-repeat: no-repeat;
  background-image: none;
}
.gallary-item.video-box .pi-details .pi-title {
  margin-bottom: 0;
}
.gallary-item.video-box:hover .pi-image::after {
  background: linear-gradient(0deg, rgba(44, 58, 130, 0.25) 0%, rgba(44, 58, 130, 0.25) 100%), rgba(0, 0, 0, 0.25);
  background-image: url(../images/gallary/video-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75px;
}

.custom-tabs2 .nav-tabs {
  border: 0;
}
.custom-tabs2 .nav-tabs .nav-item .nav-link {
  padding: 8px 28px;
}

.bg-offwhite.p-lg-5.p-5.text-center svg {
  max-width: 100%;
}

h2.portal-stats-title {
  font-size: 48px;
  color: #2C3A82;
}

.portal-stats-section {
  color: #2C3A82;
  margin-bottom: 10px;
  font-size: 16px;
}

.stats-inner {
  font-size: 14px;
  margin-bottom: 15px;
}

button.btn.btn-primary {
  padding: 6px 16px 6px;
  font-size: 14px;
  border-radius: 24px;
  background-color: #2C3A82;
  color: #BDCD5C !important;
  border: 1px solid #2C3A82;
  display: inline-block;
}

.portal-stats-section p {
  margin: 0;
  /* align-items: center; */
  justify-content: center;
  /* height: 100%; */
}

.portal-stats-section .col-md-8 {
  align-items: center;
  display: flex;
}

.progress-bar {
  background-color: #BDCD5C;
  /* color: #BDCD5C !important; */
  color: #2C3A82;
}

.stats-inner p {
  margin-bottom: 10px;
  margin-top: 5px;
}

[id$=RichHtmlField] h2 {
  font-family: "font-Bold" !important;
  color: #2C3A82;
  font-size: 24px;
  margin-bottom: 15px;
}

[id$=RichHtmlField] p {
  font-size: 16px;
  color: #0F1822;
  margin-bottom: 10px;
}

[id$=RichHtmlField] ul li {
  font-size: 16px;
  color: #0F1822;
  margin-bottom: 10px;
}

.timeline-slider {
  margin-top: 60px;
}
.timeline-slider .timeline-swiper .swiper-slide .timeline-card .timeline-head {
  height: 70px;
  border-bottom: 1px solid #95999E;
  position: relative;
}
.timeline-slider .timeline-swiper .swiper-slide .timeline-card .timeline-head .year {
  font-size: 35px;
  font-family: "font-Bold";
  color: #95999E;
  transition: 0.5s;
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.timeline-slider .timeline-swiper .swiper-slide .timeline-card .timeline-head::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #95999E;
  border-radius: 50%;
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: 0.5s;
}
.timeline-slider .timeline-swiper .swiper-slide .timeline-card .timeline-content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  overflow: hidden;
  transition: 0.5s;
  margin-top: 30px;
}
.timeline-slider .timeline-swiper .swiper-slide .timeline-card .timeline-content .cont-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.timeline-slider .timeline-swiper .swiper-slide.swiper-slide-active .timeline-head .year {
  font-size: 48px;
  color: #2C3A82;
}
.timeline-slider .timeline-swiper .swiper-slide.swiper-slide-active .timeline-head::before {
  background-color: #2C3A82;
}
.timeline-slider .timeline-swiper .swiper-slide.swiper-slide-active .timeline-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  overflow: hidden;
}

#timeline {
  direction: ltr;
  width: 100%;
  height: auto;
  margin: 0;
}
#timeline #issues {
  height: auto;
}
#timeline #issues li {
  width: auto;
}
#timeline #dates {
  height: auto;
  margin-top: 60px;
}
#timeline #dates li a {
  font-size: 35px;
  font-family: "font-Bold";
  color: #95999E;
  transition: 0.5s;
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#timeline #dates li a .un {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  overflow: hidden;
  transition: 0.5s;
  margin-top: 30px;
}
#timeline #dates li a.selected {
  font-size: 48px;
  color: #2C3A82;
}
#timeline #dates li a.selected .un {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  overflow: hidden;
}

.check-button-list-h li label {
  margin-left: 8px;
}

.program-item .pi-details .pi-title a {
  pointer-events: none;
}

#copyLink {
  position: relative;
}
#copyLink::before {
  content: "";
  display: none;
  position: absolute;
  z-index: 9998;
  top: -9px;
  right: 12px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid rgba(15, 24, 34, 0.5);
}
#copyLink::after {
  content: "نسخ الرابط";
  display: none;
  position: absolute;
  z-index: 9999;
  top: -40px;
  right: -20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  border-radius: 4px;
  background: rgba(15, 24, 34, 0.5);
  color: #FFF;
  padding: 8px 16px;
}
#copyLink:hover::before, #copyLink:hover::after {
  display: block;
}
#copyLink.clicked:after {
  content: "تم النسخ";
  font-size: 12px;
}

section.join-us-env .bottom-border-on-offwhite:after {
  display: none !important;
}

html[data-lang=en] .pagination-custom > nav > span input.page-link {
  rotate: 180deg;
}
html[data-lang=en] #copyLink {
  position: relative;
}
html[data-lang=en] #copyLink::after {
  content: "Copy to Clipboard";
}
html[data-lang=en] #copyLink.clicked:after {
  content: "Copied";
}
html[data-lang=en] .pageTitle h2, html[data-lang=en] .pageTitle h1 {
  font-size: 50px;
}
html[data-lang=en] .ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link {
  font-size: 20px !important;
  padding: 25px 18px !important;
}
html[data-lang=en] .about-box .main-box h3 {
  font-size: 38px;
}
html[data-lang=en] .about-box .main-box p,
html[data-lang=en] .about-box .content-area .box-cards .content-box p,
html[data-lang=en] .about-box .content-area .box-cards.box1 a {
  font-size: 18px;
}
html[data-lang=en] .about-ef .role-sec .main-sec h2 {
  font-size: 28px;
}
html[data-lang=en] .btn-Bordered a img,
html[data-lang=en] .btn-noBorders img,
html[data-lang=en] .customNavi .swiper-button-next,
html[data-lang=en] section.bg-EAEBF2 .btn-brand svg,
html[data-lang=en] .program-item .pi-details .pi-link .pi-apply-link svg,
html[data-lang=en] .new-box .new-box-i,
html[data-lang=en] .fs-20 .btn-custom svg,
html[data-lang=en] .fs-20 .btn-custom2 svg,
html[data-lang=en] .system-item .more-btn,
html[data-lang=en] .company-timeline .btn,
html[data-lang=en] .about-box .content-area .box-cards.box1 a::after {
  transform: scaleX(-1);
}
html[data-lang=en] .company-timeline #nextTab,
html[data-lang=en] .customNavi .swiper-button-prev {
  transform: scaleX(1);
}
html[data-lang=en] .program-item .pi-details .pi-title a {
  height: 60px;
  overflow: hidden;
}
html[data-lang=en] .about-box .img-area {
  transform: scaleX(-1);
}
html[data-lang=en] .about-box .img-area::before {
  background-position: left;
}
html[data-lang=en] .ceo-speech-img #svg1 {
  transform: scaleX(-1) translate(130%, -30%);
}
html[data-lang=en] .ceo-speech-img #svg2 {
  transform: scaleX(-1) translate(-70%, -97%);
}
html[data-lang=en] .program-item .pi-details .pi-link .pi-apply-link {
  font-size: 16px;
}
html[data-lang=en] .program-filter li a {
  font-size: 16px;
}
html[data-lang=en] .custom-tabs li:first-child {
  border-radius: 38px 0 0 38px;
}
html[data-lang=en] .custom-tabs li:last-child {
  border-radius: 0 38px 38px 0;
}
html[data-lang=en] .program-item .pi-details .pi-link .pi-more-link {
  font-size: 16px;
}
html[data-lang=en] #programs .program-stack .prob-details .prob-details-btn button, html[data-lang=en] #programs .program-stack .prob-details .prob-details-btn a {
  font-size: 16px;
  height: 42px;
  line-height: inherit;
}
html[data-lang=en] #supported-sectors .main-sec h2,
html[data-lang=en] .ourNum .main-sec h2,
html[data-lang=en] .homeAbout .main-sec h2,
html[data-lang=en] .main-sec.white h2,
html[data-lang=en] .homeAbout .main-sec h2,
html[data-lang=en] #programs .main-sec h2,
html[data-lang=en] #programs .program-stack .program-box.active .prob-h1,
html[data-lang=en] .bannerMenu .contentBanner .BNRtxt h1 {
  font-size: 40px;
}
html[data-lang=en] .homeAbout .role-sec .main-sec h2 {
  font-size: 32px;
}
html[data-lang=en] #programs .program-stack .program-box .line {
  transform: translateX(-100px);
}
html[data-lang=en] #programs .program-stack .program-box.active .line {
  transform: translateX(0);
}
html[data-lang=en] .ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link::before {
  transform: translateX(50%);
}
html[data-lang=en] .page-item:first-child .page-link,
html[data-lang=en] .page-item:last-child .page-link {
  transform: scaleX(-1);
}
html[data-lang=en] .btn-custom2 svg, html[data-lang=en] .btn-custom svg {
  transform: scaleX(-1);
}
html[data-lang=en] .about-speech-img #svg1 {
  transform: translate(-130%, -30%) scaleX(-1);
}
html[data-lang=en] .about-speech-img #svg2 {
  transform: scaleX(-1);
}
html[data-lang=en] ul.list-with-shape > li:before {
  transform: scaleX(-1);
}
html[data-lang=en] .video-custom > svg {
  transform: translate(50%, -50%);
}
html[data-lang=en] .fs-lg-64 {
  font-size: 45px;
}
html[data-lang=en] .fs-lg-48 {
  font-size: 38px;
}
html[data-lang=en] .fs-lg-40 {
  font-size: 30px;
}
html[data-lang=en] .fs-lg-32 {
  font-size: 25px;
}
html[data-lang=en] .fs-24 {
  font-size: 18px;
}
html[data-lang=en] .fs-20 {
  font-size: 16px;
}
html[data-lang=en] .fs-16 {
  font-size: 14px;
}
html[data-lang=en] .homBanner .swipper-navigation {
  transform: translateX(50%);
}
html[data-lang=en] .homBanner .swiper-button-next, html[data-lang=en] .homBanner .swiper-button-prev {
  transform: scaleX(-1);
}
html[data-lang=en] .ourNum .wapperNM h5 {
  font-size: 18px;
  line-height: 1.2;
}
html[data-lang=en] .about-speech-img p {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  html[data-lang=en] .fs-lg-24 {
    font-size: 20px;
  }
}
@media (max-width: 1649.98px) {
  html[data-lang=en] .pageTitle h2, html[data-lang=en] .pageTitle h1 {
    font-size: 40px;
  }
  html[data-lang=en] .ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link {
    font-size: 18px !important;
    padding: 20px 15px !important;
  }
  html[data-lang=en] .about-box .main-box h3 {
    font-size: 32px;
  }
  html[data-lang=en] .about-box .main-box p,
html[data-lang=en] .about-box .content-area .box-cards .content-box p,
html[data-lang=en] .about-box .content-area .box-cards.box1 a {
    font-size: 16px;
  }
  html[data-lang=en] .mission-cards .content-box h3,
html[data-lang=en] .about-ef2 .role-sec .main-sec h2,
html[data-lang=en] .about-ef .role-sec .main-sec h2 {
    font-size: 24px;
  }
  html[data-lang=en] .fs-24 {
    font-size: 16px;
  }
  html[data-lang=en] .program-item .pi-details .pi-title a {
    height: 50px;
  }
  html[data-lang=en] .fs-14 {
    font-size: 12px;
  }
  html[data-lang=en] .program-item .pi-details .pi-link .pi-apply-link {
    font-size: 14px;
    padding: 10px 14px 8px;
  }
  html[data-lang=en] .fs-lg-40 {
    font-size: 28px;
  }
  html[data-lang=en] .fs-lg-48 {
    font-size: 32px;
  }
  html[data-lang=en] .fs-lg-32 {
    font-size: 22px;
  }
  html[data-lang=en] .program-item .pi-details .pi-link .pi-more-link {
    font-size: 14px;
  }
  html[data-lang=en] .fs-lg-64 {
    font-size: 38px;
  }
  html[data-lang=en] .fs-lg-64.pe-lg-5.me-lg-5.text-lime.mb-4.fw-medium {
    line-height: 1.3;
  }
}
@media (max-width: 1399.98px) {
  html[data-lang=en] .pageTitle h2, html[data-lang=en] .pageTitle h1 {
    font-size: 30px;
  }
  html[data-lang=en] .ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link {
    font-size: 16px !important;
    padding: 15px 12px !important;
  }
  html[data-lang=en] .about-box .main-box h3 {
    font-size: 24px;
  }
  html[data-lang=en] .about-box .main-box p,
html[data-lang=en] .about-box .content-area .box-cards .content-box p,
html[data-lang=en] .about-box .content-area .box-cards.box1 a {
    font-size: 12px;
  }
  html[data-lang=en] .mission-cards .content-box h3,
html[data-lang=en] .about-ef2 .role-sec .main-sec h2,
html[data-lang=en] .about-ef .role-sec .main-sec h2 {
    font-size: 22px;
  }
  html[data-lang=en] .fs-20 {
    font-size: 12px;
  }
  html[data-lang=en] .fs-24 {
    font-size: 14px;
  }
  html[data-lang=en] .fs-14 {
    font-size: 10px;
  }
  html[data-lang=en] .program-item .pi-details .pi-link .pi-apply-link {
    font-size: 12px;
    padding: 8px 10px 6px;
  }
  html[data-lang=en] .fs-lg-40 {
    font-size: 24px;
  }
  html[data-lang=en] .fs-lg-24 {
    font-size: 16px;
  }
  html[data-lang=en] .fs-lg-48 {
    font-size: 28px;
  }
  html[data-lang=en] .fs-lg-32 {
    font-size: 20px;
  }
  html[data-lang=en] .fs-16 {
    font-size: 10px;
  }
  html[data-lang=en] .fs-lg-64 {
    font-size: 28px;
  }
  html[data-lang=en] .fs-lg-64.pe-lg-5.me-lg-5.text-lime.mb-4.fw-medium {
    line-height: 1.5;
  }
  html[data-lang=en] .member-position {
    font-size: 12px;
  }
  html[data-lang=en] .modal-dialog.modal-half .fs-lg-20 {
    font-size: 12px;
  }
  html[data-lang=en] .program-item .fs-16 span {
    font-size: 10px;
  }
  html[data-lang=en] .program-item .pi-details .mt-3 {
    margin-top: 7px !important;
  }
  html[data-lang=en] .program-item .pi-details {
    padding: 20px 20px 40px;
  }
  html[data-lang=en] .program-item .fs-16 svg {
    max-width: 12px;
    max-height: 15px;
  }
  html[data-lang=en] .program-filter li a {
    font-size: 12px;
  }
  html[data-lang=en] .accordion-button.fs-lg-24 {
    font-size: 14px;
  }
  html[data-lang=en] .program-item .pi-details .pi-link .pi-more-link {
    font-size: 12px;
    padding: 8px 16px 6px;
  }
  html[data-lang=en] #supported-sectors .main-sec h2,
html[data-lang=en] .ourNum .main-sec h2,
html[data-lang=en] .homeAbout .main-sec h2,
html[data-lang=en] .main-sec.white h2,
html[data-lang=en] .homeAbout .main-sec h2,
html[data-lang=en] #programs .main-sec h2,
html[data-lang=en] #programs .program-stack .program-box.active .prob-h1,
html[data-lang=en] .bannerMenu .contentBanner .BNRtxt h1,
html[data-lang=en] .homeAbout .role-sec .main-sec h2 {
    font-size: 30px;
  }
  html[data-lang=en] .homeAbout .role-sec .main-sec h2 {
    font-size: 24px;
  }
  html[data-lang=en] #programs .program-stack .prob-details .prob-details-btn button,
html[data-lang=en] #programs .program-stack .prob-details .prob-details-btn a {
    padding: 8px 24px;
    font-size: 12px;
  }
  html[data-lang=en] .ourNum .wapperNM h5 {
    font-size: 14px;
  }
  html[data-lang=en] .about-speech-img p {
    font-size: 14px;
  }
  html[data-lang=en] .fs-lg-64.pe-lg-5.me-lg-5.text-lime.mb-4.fw-medium {
    line-height: 1.2;
  }
  html[data-lang=en] .rateContet .pWarp .p16, html[data-lang=en] .rateContet .saidYes {
    font-size: 9px;
  }
  html[data-lang=en] .rateContet .actions .no, html[data-lang=en] .rateContet .actions .yes, html[data-lang=en] .rateContet .actions .rateNow {
    font-size: 10px;
    height: 25px;
  }
  html[data-lang=en] .rateContet .lastUpdate .UpdateH3 {
    font-size: 10px;
  }
}
@media (max-width: 1199.98px) {
  html[data-lang=en] .program-item .pi-details .pi-title a {
    height: 40px;
  }
  html[data-lang=en] .fs-24 {
    font-size: 12px;
  }
  html[data-lang=en] #supported-sectors .main-sec h2,
html[data-lang=en] .ourNum .main-sec h2,
html[data-lang=en] .homeAbout .main-sec h2,
html[data-lang=en] .main-sec.white h2,
html[data-lang=en] .homeAbout .main-sec h2,
html[data-lang=en] #programs .main-sec h2,
html[data-lang=en] #programs .program-stack .program-box.active .prob-h1,
html[data-lang=en] .bannerMenu .contentBanner .BNRtxt h1,
html[data-lang=en] .homeAbout .role-sec .main-sec h2 {
    font-size: 24px;
  }
  html[data-lang=en] #programs .program-stack .prob-details .prob-details-btn button,
html[data-lang=en] #programs .program-stack .prob-details .prob-details-btn a {
    font-size: 10px;
    height: 30px;
  }
}
@media (max-width: 767.98px) {
  html[data-lang=en] .ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link {
    font-size: 12px !important;
    padding: 8px 8px !important;
  }
  html[data-lang=en] .pageTitle h2, html[data-lang=en] .pageTitle h1 {
    font-size: 22px;
  }
  html[data-lang=en] .about-box .main-box h3,
html[data-lang=en] .mission-cards .content-box h3,
html[data-lang=en] .about-ef2 .role-sec .main-sec h2,
html[data-lang=en] .about-ef .role-sec .main-sec h2 {
    font-size: 18px;
  }
  html[data-lang=en] .fs-lg-32 {
    font-size: 16px;
  }
  html[data-lang=en] .fs-lg-40 {
    font-size: 18px;
  }
  html[data-lang=en] .fs-lg-48 {
    font-size: 20px;
  }
  html[data-lang=en] .about-speech-img #svg1,
html[data-lang=en] .ceo-speech-img #svg1 {
    transform: scaleX(-1) translate(50%, -100%);
  }
  html[data-lang=en] .about-speech-img #svg2 {
    transform: scaleX(-1) translate(-50%, -100%);
  }
  html[data-lang=en] .program-item.progList-item .pi-details {
    padding: 10px 20px 35px;
  }
  html[data-lang=en] #supported-sectors .main-sec h2,
html[data-lang=en] .ourNum .main-sec h2,
html[data-lang=en] .homeAbout .main-sec h2,
html[data-lang=en] .main-sec.white h2,
html[data-lang=en] .homeAbout .main-sec h2,
html[data-lang=en] #programs .main-sec h2,
html[data-lang=en] #programs .program-stack .program-box.active .prob-h1,
html[data-lang=en] .bannerMenu .contentBanner .BNRtxt h1,
html[data-lang=en] .homeAbout .role-sec .main-sec h2 {
    font-size: 20px;
  }
  html[data-lang=en] .about-speech-img p {
    font-size: 12px;
  }
}

.ms-srch-result #Paging {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.ms-srch-result #Paging li a {
  margin: 0;
  padding: 4px 10px 2px;
  box-shadow: none !important;
  border: 1px solid rgba(44, 58, 130, 0);
  color: #000;
  border-radius: 4px !important;
  width: 32px;
  height: 32px;
}

.ms-srch-result #Paging li,
.ms-srch-result #Paging li a {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.ms-srch-result #PagingSelf a {
  color: #fff !important;
  background: #2C3A82;
}

a#PageLinkPrev {
  background-image: url(/Style%20Library/assets/images/shared/leading-icon-33.svg);
  background-repeat: no-repeat;
  transform: scaleX(-1);
}

a#PageLinkNext {
  background-image: url(/Style%20Library/assets/images/shared/leading-icon-33.svg);
  background-repeat: no-repeat;
}

html[data-lang=en] a#PageLinkPrev {
  transform: none;
}
html[data-lang=en] a#PageLinkNext {
  transform: scaleX(-1);
}

.sitemap-acc .accordion-header img {
  display: none;
}

@media (max-width: 1199.98px) {
  .sitemap-acc .acc-sec ul li a {
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .btn-custom2, .btn-custom {
    font-size: 16px;
    padding: 20px 23px 20px;
  }
  .btn-download-large svg {
    width: 165px;
    height: 165px;
  }
  .btn-download-large:hover svg {
    transform: translateY(30px);
  }
  .custom-tabs2 .nav-tabs .nav-item .nav-link {
    padding: 15px 40px;
  }
  .program-filter {
    gap: 12px;
  }
  .program-filter li a {
    border-radius: 20px;
    padding: 8px 24px;
  }
  .bg-offwhite-half::after {
    height: 30vh;
  }
  #supported-sectors {
    background-size: cover;
    padding: 340px 0 100px;
    margin-top: 20px;
  }
  #supported-sectors .row:has(.col-lg-2-5) {
    justify-content: center;
  }
  .Environment-Meteorology-Sys {
    padding: 50px 0 20px;
    height: auto;
  }
  .ourNum .wapperNM .boxNum {
    width: 220px;
    height: 220px;
  }
  .ourNum .wapperNM .boxNum .counter {
    font-size: 28px;
  }
  .ourNum .wapperNM h5 {
    font-size: 19px;
  }
  .ourNum > .container > .row > .col-lg-3 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .form-select,
.form-control {
    padding: 10px 18px !important;
  }
  .btn-custom2, .btn-custom {
    padding: 22px 26px 20px;
    font-size: 18px;
  }
  .btn-download-large svg {
    width: 220px;
    height: 220px;
  }
  .btn-download-large:hover svg {
    transform: translateY(100px);
  }
  .custom-tabs2 .nav-tabs .nav-item .nav-link {
    padding: 22px 56px;
  }
  .program-filter {
    gap: 16px;
  }
  .program-filter li a {
    border-radius: 24px;
    padding: 12px 32px;
  }
  .bg-offwhite-half::after {
    height: 50vh;
  }
  .fs-18 {
    font-size: 17px;
  }
  .fs-20 {
    font-size: 16px;
  }
  .fs-24 {
    font-size: 20px;
  }
  .fs-lg-32 {
    font-size: 20px;
  }
  .fs-lg-24 {
    font-size: 20px;
  }
  .fs-lg-20 {
    font-size: 16px;
  }
  .btn-Bordered a {
    font-size: 16px;
  }
  .btn-noBorders a {
    font-size: 16px;
  }
  .menuWithBanner .navbarMenu {
    position: relative;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu {
    padding: 48px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 5px 5px;
    left: 0;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul {
    -moz-column-count: 2;
         column-count: 2;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li {
    margin: 0px 8%;
    flex: 0 0 34%;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li a.head {
    border-bottom: 1px solid #DDDDDD;
  }
  .main-sec.white h2 {
    font-size: 24px;
  }
  #programs {
    padding: 70px;
  }
  #programs .main-sec {
    margin-bottom: 50px;
  }
  #programs .main-sec h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .vision-mission-area {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 55px;
  }
  .homeAbout.homeNews {
    padding: 70px 0;
  }
  .homeAbout {
    padding: 70px;
  }
  .homeAbout .main-sec {
    margin-bottom: 50px;
  }
  .homeAbout .main-sec h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .ourNum {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ourNum > .container > .row > .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ourNum .wapperNM .boxNum {
    width: 184px;
    height: 184px;
  }
  .ourNum .wapperNM .boxNum .counter {
    font-size: 32px;
  }
  .ourNum .wapperNM h5 {
    font-size: 20px;
  }
  .ourNum .main-sec h2 {
    font-size: 24px;
    margin-bottom: 88px;
  }
  .menuWithBanner .topnav {
    position: relative;
  }
  .homeAbout .vision-mission-area {
    padding: 0 16px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards {
    min-height: 190px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards .img-box {
    min-width: 90px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards .content-box h3 {
    font-size: 20px;
    padding: 25px 0;
    margin-bottom: 8px;
  }
  .homeAbout .role-sec {
    margin-top: 0;
    background-color: #E0D7C6;
    padding: 80px 65px 40px;
    padding-bottom: 60px;
  }
  .homeAbout .role-sec .main-sec h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .homeAbout .role-sec .newRow {
    padding: 0 55px;
  }
  .homeAbout .role-sec .role-card {
    gap: 12px;
    margin-bottom: 30px;
  }
  .bannerMenu #startScrolling {
    right: 50%;
    bottom: 3rem;
  }
  .bannerMenu .contentBanner {
    height: 100vh;
    min-height: 600px;
  }
  .bannerMenu .contentBanner .BNRtxt {
    max-width: 770px;
    position: relative;
    z-index: 2;
  }
  .bannerMenu .contentBanner .BNRtxt h1 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .bannerMenu .contentBanner .BNRtxt p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 55px;
  }
  .footer .footerLinks ul:not(.social):not(.accessibility) li {
    flex: 0 0 50%;
  }
  .footer .footerLinks ul:not(.social):not(.accessibility) li.short {
    flex: 0 0 35%;
  }
  .footer .footerLinks ul {
    justify-content: start;
  }
  #supported-sectors {
    background-size: cover;
    padding: 340px 0 100px;
    margin-top: 20px;
  }
  #supported-sectors .sector-name {
    font-size: 16px;
  }
  #supported-sectors .sector-desc {
    font-size: 14px;
  }
  #supported-sectors .main-sec h2 {
    font-size: 24px;
  }
  .pageTitle .breadcrumb {
    margin-bottom: 32px;
  }
  .pageTitle [id$=siteMapPath] {
    display: flex;
    gap: 4px;
  }
  .pageTitle [id$=siteMapPath] .display-none {
    display: inline;
  }
  .pageTitle [id$=siteMapPath] .display-none:after {
    content: "/";
    color: #fff;
    margin: 2px;
    display: inline-block;
  }
  .pageTitle [id$=siteMapPath] .display-none:after :dir(ltr) {
    transform: scaleX(-1);
  }
  .pageTitle h2,
.pageTitle h1 {
    font-size: 28px;
    font-family: "font-Bold" !important;
  }
  .rateContet {
    margin-top: 0px;
  }
  .about-box .main-box {
    padding-top: 67px;
    padding-bottom: 39px;
  }
  .about-box .main-box h3 {
    font-size: 24px;
  }
  .about-box .main-box p {
    font-size: 16px;
  }
  .about-box p + p {
    margin-top: 30px;
  }
  .about-box .content-area {
    flex-direction: row;
    margin-bottom: -30px;
    position: relative;
    z-index: 2;
  }
  .about-box .content-area .box-cards {
    min-height: 240px;
    width: 50%;
    padding: 50px 32px;
    padding: 30px 20px;
    flex-direction: column;
  }
  .about-box .content-area .box-cards.box1 {
    top: -30px;
  }
  .about-box .content-area .box-cards .content-box p {
    font-size: 14px;
  }
  .mission-vision {
    padding-bottom: 70px;
  }
  .mission-vision .vision-mission-area {
    padding: 0 55px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards {
    min-height: 190px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .img-box {
    flex: 0 0 90px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .content-box h3 {
    font-size: 20px;
    padding: 25px 0;
    margin-bottom: 8px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .content-box p {
    font-size: 16px;
  }
  .about-ef .role-sec {
    margin-top: 35px;
    padding: 75px 24px 75px;
  }
  .about-ef .role-sec .main-sec {
    margin-bottom: 40px;
  }
  .about-ef .role-sec .main-sec h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .about-ef .role-sec .main-sec p {
    font-size: 16px;
  }
  .about-ef .role-sec .newRow {
    padding: 0 55px;
  }
  .about-ef .role-sec .role-card .img-area {
    min-width: 90px;
    flex: 0 0 90px;
  }
  .about-ef2 .role-sec {
    margin-top: 35px;
    padding: 65px 65px;
    padding: 32px 32px;
  }
  .about-ef2 .role-sec .main-sec {
    margin-bottom: 40px;
  }
  .about-ef2 .role-sec .main-sec h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .about-ef2 .role-sec .main-sec p {
    font-size: 16px;
  }
  .about-ef2 .role-sec .newRow {
    padding: 0 55px;
  }
  .about-ef2 .role-sec .role-card .img-area {
    min-width: 90px;
    flex: 0 0 90px;
  }
  .ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link {
    padding: 32px 20px;
  }
  .custom-tabs li .nav-link {
    height: 60px;
    padding: 15px 25px;
    border-radius: 38px;
    font-size: 14px;
    font-family: "font-Med" !important;
  }
  .about-speech-img {
    background: #F2EEE7 url(../images/about/about-speech-img.png) no-repeat left 6% bottom;
    background-size: 40% auto;
    padding: 4% 46% 5% 5%;
    padding-left: 46%;
    padding-right: 5%;
  }
  .about-speech-img #svg1 {
    position: absolute;
    transform: translate(130%, -30%);
    left: 0;
    width: 40px;
    height: 40px;
  }
  .about-speech-img #svg2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    transform: translate(0, 0);
  }
  .about-speech-img .fs-lg-20 {
    font-size: 14px;
  }
  .about-speech-img .fs-lg-24 {
    font-size: 16px;
  }
  .ceo-speech-img {
    background: #2C3A82 url(../images/about/ceo-speech-img.png) no-repeat left bottom;
    background-size: 44% auto;
    padding: 4% 50% 3% 5%;
    padding-left: 50%;
    padding-right: 5%;
  }
  .ceo-speech-img #svg1 {
    position: absolute;
    transform: translate(130%, -30%);
    left: 0;
    width: 35px;
    height: 35px;
  }
  .ceo-speech-img #svg2 {
    position: absolute;
    right: 0;
    transform: translate(-70%, -97%);
    bottom: -20px;
    width: 35px;
    height: 35px;
  }
  .system-item {
    padding: 32px;
  }
  .boxItem-item {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .accordion .accordion-button::after {
    width: 32px;
    height: 32px;
  }
  ul.list-with-shape.list-with-steps > li {
    padding-bottom: 48px;
  }
  .program-item .pi-details .pi-link .pi-more-link {
    font-size: 14px;
  }
  .modal-dialog.modal-half {
    width: 50vw;
    max-width: 50vw;
    right: 50%;
  }
  .modal-dialog.modal-half .modal-body {
    padding: 3rem;
  }
  .modal-dialog.modal-half .btn-close {
    width: 20px;
    height: 20px;
  }
  .modal-dialog.modal-half .modal-header {
    padding: 2rem 0 0 2rem;
    padding-right: 2rem;
  }
  .modal-dialog.modal-half .fs-lg-32 {
    font-size: 20px;
  }
  .modal-dialog.modal-half .member-position,
.modal-dialog.modal-half .fs-lg-20 {
    font-size: 14px;
  }
  .Environment-Meteorology-Sys {
    padding: 60px 0 20px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .fs-18 {
    font-size: 14px;
  }
  .fs-20 {
    font-size: 16px;
  }
  .fs-24 {
    font-size: 20px;
  }
  .fs-lg-32 {
    font-size: 22px;
  }
  .fs-lg-24 {
    font-size: 20px;
  }
  .fs-lg-20 {
    font-size: 16px;
  }
  .menuWithBanner .navbarMenu {
    position: relative;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu {
    padding: 48px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 5px 5px;
    left: 0;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul {
    -moz-column-count: 2;
         column-count: 2;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li {
    margin: 0px 8%;
    flex: 0 0 34%;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li a.head {
    border-bottom: 1px solid #DDDDDD;
    font-size: 14px;
  }
  .main-sec.white h2 {
    font-size: 30px;
  }
  #programs {
    padding: 70px;
  }
  #programs .main-sec {
    margin-bottom: 50px;
  }
  #programs .main-sec h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .vision-mission-area {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 55px;
  }
  .homeAbout.homeNews {
    padding: 70px 0;
  }
  .homeAbout {
    padding: 70px;
  }
  .homeAbout .main-sec {
    margin-bottom: 50px;
  }
  .homeAbout .main-sec h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .ourNum {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ourNum .wapperNM .boxNum {
    width: 230px;
    height: 230px;
  }
  .ourNum .wapperNM .boxNum .counter {
    font-size: 32px;
  }
  .ourNum .wapperNM h5 {
    font-size: 18px;
  }
  .ourNum .main-sec h2 {
    font-size: 30px;
    margin-bottom: 88px;
  }
  .menuWithBanner .topnav {
    position: relative;
  }
  .homeAbout .vision-mission-area {
    padding: 0 16px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards {
    min-height: 190px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards .img-box {
    min-width: 90px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards .content-box h3 {
    font-size: 24px;
    padding: 25px 0;
    margin-bottom: 8px;
  }
  .homeAbout .role-sec {
    margin-top: 0;
    background-color: #E0D7C6;
    padding: 80px 65px 40px;
    padding-bottom: 60px;
  }
  .homeAbout .role-sec .main-sec h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .homeAbout .role-sec .newRow {
    padding: 0 55px;
  }
  .homeAbout .role-sec .role-card {
    gap: 12px;
    margin-bottom: 30px;
  }
  .bannerMenu #startScrolling {
    right: 50%;
    bottom: 3rem;
  }
  .bannerMenu .contentBanner {
    height: 107vh;
    min-height: 600px;
  }
  .bannerMenu .contentBanner .BNRtxt {
    max-width: 770px;
    position: relative;
    z-index: 2;
  }
  .bannerMenu .contentBanner .BNRtxt h1 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .bannerMenu .contentBanner .BNRtxt p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 55px;
  }
  .footer .footerLinks ul:not(.social):not(.accessibility) li {
    flex: 0 0 50%;
  }
  .footer .footerLinks ul:not(.social):not(.accessibility) li.short {
    flex: 0 0 35%;
  }
  .footer .footerLinks ul {
    justify-content: start;
  }
  #supported-sectors {
    background-size: cover;
    padding: 340px 0 100px;
    margin-top: 20px;
  }
  #supported-sectors .sector-name {
    font-size: 18px;
  }
  #supported-sectors .sector-desc {
    font-size: 16px;
  }
  #supported-sectors .main-sec h2 {
    font-size: 30px;
  }
  .pageTitle .breadcrumb {
    margin-bottom: 32px;
  }
  .pageTitle [id$=siteMapPath] {
    display: flex;
    gap: 4px;
  }
  .pageTitle [id$=siteMapPath] .display-none {
    display: inline;
  }
  .pageTitle [id$=siteMapPath] .display-none:after {
    content: "/";
    color: #fff;
    margin: 2px;
    display: inline-block;
  }
  .pageTitle [id$=siteMapPath] .display-none:after :dir(ltr) {
    transform: scaleX(-1);
  }
  .pageTitle h2,
.pageTitle h1 {
    font-size: 38px;
    font-family: "font-Bold" !important;
  }
  .rateContet {
    margin-top: 0px;
  }
  .about-box .main-box {
    padding-top: 93.8px;
    padding-bottom: 54.6px;
  }
  .about-box .main-box h3 {
    font-size: 30px;
  }
  .about-box .main-box p {
    font-size: 16px;
  }
  .about-box p + p {
    margin-top: 30px;
  }
  .about-box .content-area {
    flex-direction: row;
    margin-bottom: -40px;
    position: relative;
    z-index: 2;
  }
  .about-box .content-area .box-cards {
    min-height: 240px;
    width: 50%;
    padding: 50px 32px;
    flex-direction: row;
  }
  .about-box .content-area .box-cards.box1 {
    top: -40px;
  }
  .about-box .content-area .box-cards .content-box p {
    font-size: 14px;
  }
  .about-box .content-area .box-cards .content-box a {
    font-size: 14px;
  }
  .mission-vision {
    padding-bottom: 70px;
  }
  .mission-vision .vision-mission-area {
    padding: 0 55px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards {
    min-height: 190px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .img-box {
    flex: 0 0 90px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .content-box h3 {
    font-size: 24px;
    padding: 25px 0;
    margin-bottom: 8px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .content-box p {
    font-size: 16px;
  }
  .about-ef .role-sec {
    margin-top: 35px;
    padding: 100px 24px 100px;
  }
  .about-ef .role-sec .main-sec {
    margin-bottom: 40px;
  }
  .about-ef .role-sec .main-sec h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .about-ef .role-sec .main-sec p {
    font-size: 16px;
  }
  .about-ef .role-sec .newRow {
    padding: 0 55px;
  }
  .about-ef .role-sec .role-card .img-area {
    min-width: 90px;
    flex: 0 0 90px;
  }
  .about-ef2 .role-sec {
    margin-top: 0;
    padding: 110px 65px 65px;
    padding: 56px 56px;
  }
  .about-ef2 .role-sec .main-sec {
    margin-bottom: 40px;
  }
  .about-ef2 .role-sec .main-sec h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .about-ef2 .role-sec .main-sec p {
    font-size: 16px;
  }
  .about-ef2 .role-sec .newRow {
    padding: 0 25px;
  }
  .about-ef2 .role-sec .role-card .img-area {
    min-width: 90px;
    flex: 0 0 90px;
  }
  .about-ef2 .role-sec .role-card .cont-area h4 {
    font-size: 14px;
  }
  .ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link {
    padding: 32px 20px;
  }
  .custom-tabs li .nav-link {
    height: 60px;
    padding: 15px 25px;
    border-radius: 38px;
    font-size: 16px;
    font-family: "font-Med" !important;
  }
  .about-speech-img {
    background: #F2EEE7 url(../images/about/about-speech-img.png) no-repeat left 6% bottom;
    background-size: 40% auto;
    padding: 4% 46% 5% 5%;
    padding-left: 46%;
    padding-right: 5%;
  }
  .about-speech-img #svg1 {
    position: absolute;
    transform: translate(130%, -30%);
    left: 0;
    width: 48px;
    height: 48px;
  }
  .about-speech-img #svg2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    transform: translate(0, 0);
  }
  .about-speech-img .fs-lg-20 {
    font-size: 14px;
  }
  .about-speech-img .fs-lg-24 {
    font-size: 16px;
  }
  .ceo-speech-img {
    background: #2C3A82 url(../images/about/ceo-speech-img.png) no-repeat left bottom;
    background-size: 44% auto;
    padding: 3% 50% 2% 5%;
    padding-left: 50%;
    padding-right: 5%;
  }
  .ceo-speech-img #svg1 {
    position: absolute;
    transform: translate(130%, -30%);
    left: 0;
    width: 35px;
    height: 35px;
  }
  .ceo-speech-img #svg2 {
    position: absolute;
    right: 0;
    transform: translate(-70%, -97%);
    bottom: -30px;
    width: 35px;
    height: 35px;
  }
  .system-item {
    padding: 32px;
  }
  .boxItem-item {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .accordion .accordion-button::after {
    width: 32px;
    height: 32px;
  }
  ul.list-with-shape.list-with-steps > li {
    padding-bottom: 48px;
  }
  .program-item .pi-details .pi-link .pi-more-link {
    font-size: 16px;
  }
  .modal-dialog.modal-half {
    width: 50vw;
    max-width: 50vw;
    right: 50%;
  }
  .modal-dialog.modal-half .modal-body {
    padding: 3rem;
  }
  .modal-dialog.modal-half .btn-close {
    width: 20px;
    height: 20px;
  }
  .modal-dialog.modal-half .modal-header {
    padding: 2rem 0 0 2rem;
    padding-right: 2rem;
  }
  .modal-dialog.modal-half .fs-lg-32 {
    font-size: 20px;
  }
  .modal-dialog.modal-half .member-position,
.modal-dialog.modal-half .fs-lg-20 {
    font-size: 14px;
  }
  .Environment-Meteorology-Sys {
    padding: 70px 0 20px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .fs-18 {
    font-size: 16px;
  }
  .fs-20 {
    font-size: 18px;
  }
  .fs-24 {
    font-size: 20px;
  }
  .fs-lg-32 {
    font-size: 24px;
  }
  .fs-lg-24 {
    font-size: 20px;
  }
  .fs-lg-20 {
    font-size: 18px;
  }
  .menuWithBanner .navbarMenu {
    position: relative;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu {
    padding: 48px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 5px 5px;
    left: 0;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul {
    -moz-column-count: 2;
         column-count: 2;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li {
    margin: 0px 8%;
    flex: 0 0 34%;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li a.head {
    border-bottom: 1px solid #DDDDDD;
    font-size: 14px;
  }
  .main-sec.white h2 {
    font-size: 38px;
  }
  #programs {
    padding: 70px;
  }
  #programs .main-sec {
    margin-bottom: 50px;
  }
  #programs .main-sec h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .vision-mission-area {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 55px;
  }
  .homeAbout.homeNews {
    padding: 70px 0;
  }
  .homeAbout {
    padding: 70px;
  }
  .homeAbout .main-sec {
    margin-bottom: 50px;
  }
  .homeAbout .main-sec h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .ourNum {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ourNum .wapperNM .boxNum {
    width: 250px;
    height: 250px;
  }
  .ourNum .wapperNM .boxNum .counter {
    font-size: 32px;
  }
  .ourNum .wapperNM .boxNum span {
    font-size: 16px;
  }
  .ourNum .wapperNM h5 {
    font-size: 18px;
  }
  .ourNum .main-sec h2 {
    font-size: 32px;
    margin-bottom: 88px;
  }
  .menuWithBanner .topnav {
    position: relative;
  }
  .homeAbout .vision-mission-area {
    padding: 0 16px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards {
    min-height: 190px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards .img-box {
    min-width: 90px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards .content-box h3 {
    font-size: 28px;
    padding: 25px 0;
    margin-bottom: 8px;
  }
  .homeAbout .role-sec {
    margin-top: 0;
    background-color: #E0D7C6;
    padding: 80px 65px 40px;
    padding-bottom: 60px;
  }
  .homeAbout .role-sec .main-sec h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .homeAbout .role-sec .newRow {
    padding: 0 55px;
  }
  .homeAbout .role-sec .role-card {
    gap: 12px;
    margin-bottom: 30px;
  }
  .bannerMenu #startScrolling {
    right: 50%;
    bottom: 3rem;
  }
  .bannerMenu .contentBanner {
    height: 107vh;
    min-height: 600px;
  }
  .bannerMenu .contentBanner .BNRtxt {
    max-width: 770px;
    position: relative;
    z-index: 2;
  }
  .bannerMenu .contentBanner .BNRtxt h1 {
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .bannerMenu .contentBanner .BNRtxt p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 55px;
  }
  .footer .footerLinks ul:not(.social):not(.accessibility) li {
    flex: 0 0 50%;
  }
  .footer .footerLinks ul:not(.social):not(.accessibility) li.short {
    flex: 0 0 35%;
  }
  .footer .footerLinks ul {
    justify-content: start;
  }
  #supported-sectors {
    background-size: cover;
    padding: 340px 0 100px;
    margin-top: 20px;
  }
  #supported-sectors .sector-name {
    font-size: 20px;
  }
  #supported-sectors .sector-desc {
    font-size: 16px;
  }
  #supported-sectors .main-sec h2 {
    font-size: 38px;
  }
  .pageTitle .breadcrumb {
    margin-bottom: 32px;
  }
  .pageTitle [id$=siteMapPath] {
    display: flex;
    gap: 4px;
  }
  .pageTitle [id$=siteMapPath] .display-none {
    display: inline;
  }
  .pageTitle [id$=siteMapPath] .display-none:after {
    content: "/";
    color: #fff;
    margin: 2px;
    display: inline-block;
  }
  .pageTitle [id$=siteMapPath] .display-none:after :dir(ltr) {
    transform: scaleX(-1);
  }
  .pageTitle h2,
.pageTitle h1 {
    font-size: 38px;
    font-family: "font-Bold" !important;
  }
  .rateContet {
    margin-top: 0px;
  }
  .about-box .main-box {
    padding-top: 120.6px;
    padding-bottom: 70.2px;
  }
  .about-box .main-box h3 {
    font-size: 32px;
  }
  .about-box .main-box p {
    font-size: 16px;
  }
  .about-box p + p {
    margin-top: 30px;
  }
  .about-box .content-area {
    flex-direction: row;
    margin-bottom: -40px;
    position: relative;
    z-index: 2;
  }
  .about-box .content-area .box-cards {
    min-height: 240px;
    width: 50%;
    padding: 50px 32px;
  }
  .about-box .content-area .box-cards.box1 {
    top: -40px;
  }
  .about-box .content-area .box-cards .content-box p {
    font-size: 16px;
  }
  .mission-vision {
    padding-bottom: 70px;
  }
  .mission-vision .vision-mission-area {
    padding: 0 55px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards {
    min-height: 190px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .img-box {
    flex: 0 0 90px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .content-box h3 {
    font-size: 28px;
    padding: 25px 0;
    margin-bottom: 8px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .content-box p {
    font-size: 16px;
  }
  .about-ef .role-sec {
    margin-top: 35px;
    padding: 112.5px 24px 112.5px;
  }
  .about-ef .role-sec .main-sec {
    margin-bottom: 40px;
  }
  .about-ef .role-sec .main-sec h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .about-ef .role-sec .main-sec p {
    font-size: 16px;
  }
  .about-ef .role-sec .newRow {
    padding: 0 55px;
  }
  .about-ef .role-sec .role-card .img-area {
    min-width: 90px;
    flex: 0 0 90px;
  }
  .about-ef2 .role-sec {
    margin-top: 35px;
    padding: 65px 65px;
    padding: 72px 72px;
  }
  .about-ef2 .role-sec .main-sec {
    margin-bottom: 40px;
  }
  .about-ef2 .role-sec .main-sec h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .about-ef2 .role-sec .main-sec p {
    font-size: 16px;
  }
  .about-ef2 .role-sec .newRow {
    padding: 0 55px;
  }
  .about-ef2 .role-sec .role-card .img-area {
    min-width: 90px;
    flex: 0 0 90px;
  }
  .ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link {
    padding: 32px 20px;
  }
  .custom-tabs li .nav-link {
    height: 60px;
    padding: 15px 25px;
    border-radius: 38px;
    font-size: 16px;
    font-family: "font-Med" !important;
  }
  .about-speech-img {
    background: #F2EEE7 url(../images/about/about-speech-img.png) no-repeat left 6% bottom;
    background-size: 40% auto;
    padding: 4% 48% 5% 5%;
    padding-left: 48%;
    padding-right: 5%;
  }
  .about-speech-img #svg1 {
    position: absolute;
    transform: translate(130%, -30%);
    left: 0;
    width: 64px;
    height: 64px;
  }
  .about-speech-img #svg2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64px;
    height: 64px;
    transform: translate(0, 0);
  }
  .about-speech-img .fs-lg-20 {
    font-size: 14px;
  }
  .about-speech-img .fs-lg-24 {
    font-size: 16px;
  }
  .ceo-speech-img {
    background: #2C3A82 url(../images/about/ceo-speech-img.png) no-repeat left bottom;
    background-size: 44% auto;
    padding: 5% 50% 3% 5%;
    padding-left: 50%;
    padding-right: 5%;
  }
  .ceo-speech-img #svg1 {
    position: absolute;
    transform: translate(130%, -30%);
    left: 0;
    width: 60px;
    height: 60px;
  }
  .ceo-speech-img #svg2 {
    position: absolute;
    right: 0;
    transform: translate(-70%, -97%);
    bottom: -50px;
    width: 45px;
    height: 45px;
  }
  .ceo-speech-img .fs-lg-24 {
    font-size: 20px;
  }
  .ceo-speech-img .fs-lg-20 {
    font-size: 16px;
  }
  .system-item {
    padding: 32px;
  }
  .boxItem-item {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .accordion .accordion-button::after {
    width: 32px;
    height: 32px;
  }
  ul.list-with-shape.list-with-steps > li {
    padding-bottom: 48px;
  }
  .program-item .pi-details .pi-link .pi-more-link {
    font-size: 16px;
  }
  .modal-dialog.modal-half {
    width: 50vw;
    max-width: 50vw;
    right: 50%;
  }
  .modal-dialog.modal-half .modal-body {
    padding: 3rem;
  }
  .modal-dialog.modal-half .btn-close {
    width: 20px;
    height: 20px;
  }
  .modal-dialog.modal-half .modal-header {
    padding: 2rem 0 0 2rem;
    padding-right: 2rem;
  }
  .modal-dialog.modal-half .fs-lg-20 {
    font-size: 16px;
  }
  .Environment-Meteorology-Sys {
    padding: 80px 0 20px;
    height: auto;
  }
}
@media (min-width: 1400px) {
  .fs-lg-32 {
    font-size: 28px;
  }
  .fs-lg-24 {
    font-size: 20px;
  }
  .fs-lg-20 {
    font-size: 18px;
  }
  .menuWithBanner .navbarMenu {
    position: relative;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 5px 5px;
    left: auto;
    min-width: 600px;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul {
    -moz-column-count: 2;
         column-count: 2;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li {
    margin: 0px 8%;
    flex: 0 0 34%;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li a.head {
    border-bottom: 1px solid #DDDDDD;
  }
  .main-sec.white h2 {
    font-size: 40px;
  }
  #programs {
    padding: 70px;
  }
  #programs .main-sec {
    margin-bottom: 50px;
  }
  #programs .main-sec h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .vision-mission-area {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 55px;
  }
  .homeAbout.homeNews {
    padding: 70px 0;
  }
  .homeAbout {
    padding: 70px;
  }
  .homeAbout .main-sec {
    margin-bottom: 50px;
  }
  .homeAbout .main-sec h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .ourNum {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ourNum .wapperNM .boxNum {
    width: 260px;
    height: 260px;
  }
  .ourNum .wapperNM .boxNum .counter {
    font-size: 33px;
  }
  .ourNum .wapperNM h5 {
    font-size: 18px;
  }
  .ourNum .main-sec h2 {
    font-size: 40px;
    margin-bottom: 88px;
  }
  .menuWithBanner .topnav {
    position: relative;
  }
  .homeAbout .vision-mission-area {
    padding: 0 16px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards {
    min-height: 190px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards .img-box {
    min-width: 90px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards .content-box h3 {
    font-size: 28px;
    padding: 15px 0;
    margin-bottom: 8px;
  }
  .homeAbout .role-sec {
    margin-top: 0;
    background-color: #E0D7C6;
    padding: 70px 65px 40px;
    padding-bottom: 60px;
  }
  .homeAbout .role-sec .main-sec h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .homeAbout .role-sec .newRow {
    padding: 0 55px;
  }
  .homeAbout .role-sec .role-card {
    gap: 12px;
    margin-bottom: 30px;
  }
  .bannerMenu #startScrolling {
    right: 50%;
    bottom: 3rem;
  }
  .bannerMenu .contentBanner {
    height: 107vh;
    min-height: 600px;
  }
  .bannerMenu .contentBanner .BNRtxt {
    max-width: 770px;
    position: relative;
    z-index: 2;
  }
  .bannerMenu .contentBanner .BNRtxt h1 {
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .bannerMenu .contentBanner .BNRtxt p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 55px;
  }
  .footer .footerLinks ul:not(.social):not(.accessibility) li {
    flex: 0 0 50%;
  }
  .footer .footerLinks ul:not(.social):not(.accessibility) li.short {
    flex: 0 0 35%;
  }
  .footer .footerLinks ul {
    justify-content: start;
  }
  #supported-sectors {
    background-size: cover;
    padding: 340px 0 100px;
    margin-top: 20px;
  }
  #supported-sectors .sector-name {
    font-size: 21px;
  }
  #supported-sectors .sector-desc {
    font-size: 16px;
  }
  #supported-sectors .main-sec h2 {
    font-size: 40px;
  }
  .pageTitle .breadcrumb {
    margin-bottom: 32px;
  }
  .pageTitle [id$=siteMapPath] {
    display: flex;
    gap: 4px;
  }
  .pageTitle [id$=siteMapPath] .display-none {
    display: inline;
  }
  .pageTitle [id$=siteMapPath] .display-none:after {
    content: "/";
    color: #fff;
    margin: 2px;
    display: inline-block;
  }
  .pageTitle [id$=siteMapPath] .display-none:after :dir(ltr) {
    transform: scaleX(-1);
  }
  .pageTitle h2,
.pageTitle h1 {
    font-size: 45px;
    font-family: "font-Bold" !important;
  }
  .rateContet {
    margin-top: 0px;
  }
  .about-box .main-box {
    padding-top: 134px;
    padding-bottom: 78px;
  }
  .about-box .main-box h3 {
    font-size: 38px;
  }
  .about-box .main-box p {
    font-size: 18px;
  }
  .about-box p + p {
    margin-top: 30px;
  }
  .about-box .content-area {
    flex-direction: row;
    margin-bottom: -40px;
    position: relative;
    z-index: 2;
  }
  .about-box .content-area .box-cards {
    min-height: 240px;
    width: 50%;
    padding: 50px 32px;
  }
  .about-box .content-area .box-cards.box1 {
    top: -40px;
  }
  .about-box .content-area .box-cards .content-box p {
    font-size: 18px;
  }
  .mission-vision {
    padding-bottom: 60px;
  }
  .mission-vision .vision-mission-area {
    padding: 0 55px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards {
    min-height: 190px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .img-box {
    flex: 0 0 90px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .content-box h3 {
    font-size: 28px;
    padding: 15px 0;
    margin-bottom: 8px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .content-box p {
    font-size: 16px;
  }
  .about-ef .role-sec {
    margin-top: 35px;
    padding: 125px 24px 125px;
  }
  .about-ef .role-sec .main-sec {
    margin-bottom: 40px;
  }
  .about-ef .role-sec .main-sec h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .about-ef .role-sec .main-sec p {
    font-size: 16px;
  }
  .about-ef .role-sec .newRow {
    padding: 0 55px;
  }
  .about-ef .role-sec .role-card .img-area {
    min-width: 90px;
    flex: 0 0 90px;
  }
  .about-ef2 .role-sec {
    margin-top: 35px;
    padding: 65px 65px;
    padding: 80px 80px;
  }
  .about-ef2 .role-sec .main-sec {
    margin-bottom: 40px;
  }
  .about-ef2 .role-sec .main-sec h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .about-ef2 .role-sec .main-sec p {
    font-size: 16px;
  }
  .about-ef2 .role-sec .newRow {
    padding: 0 55px;
  }
  .about-ef2 .role-sec .role-card .img-area {
    min-width: 90px;
    flex: 0 0 90px;
  }
  .ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link {
    padding: 32px 20px;
  }
  .custom-tabs li .nav-link {
    height: 60px;
    padding: 15px 25px;
    border-radius: 38px;
    font-size: 16px;
    font-family: "font-Med" !important;
  }
  .about-speech-img {
    background: #F2EEE7 url(../images/about/about-speech-img.png) no-repeat left bottom;
    background: #F2EEE7 url(../images/about/about-speech-img.png) no-repeat left 6% bottom;
    background-size: 40% auto;
    padding: 4% 46% 5% 5%;
    padding-left: 46%;
    padding-right: 5%;
  }
  .about-speech-img #svg1 {
    position: absolute;
    transform: translate(130%, -30%);
    left: 0;
    width: 72px;
    height: 72px;
  }
  .about-speech-img #svg2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 72px;
    height: 72px;
    transform: translate(0, 0);
  }
  .about-speech-img .fs-lg-20 {
    font-size: 16px;
  }
  .about-speech-img .fs-lg-24 {
    font-size: 18px;
  }
  .ceo-speech-img {
    background: #2C3A82 url(../images/about/ceo-speech-img.png) no-repeat left bottom;
    background-size: 44% auto;
    padding: 5% 50% 3% 5%;
    padding-left: 50%;
    padding-right: 5%;
  }
  .ceo-speech-img #svg1 {
    position: absolute;
    transform: translate(130%, -30%);
    left: 0;
    width: 60px;
    height: 60px;
  }
  .ceo-speech-img #svg2 {
    position: absolute;
    right: 0;
    transform: translate(-70%, -97%);
    bottom: -60px;
    width: 60px;
    height: 60px;
  }
  .system-item {
    padding: 32px;
  }
  .boxItem-item {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .accordion .accordion-button::after {
    width: 32px;
    height: 32px;
  }
  ul.list-with-shape.list-with-steps > li {
    padding-bottom: 48px;
  }
  .program-item .pi-details .pi-link .pi-more-link {
    font-size: 18px;
  }
  .modal-dialog.modal-half {
    width: 50vw;
    max-width: 50vw;
    right: 50%;
  }
  .modal-dialog.modal-half .modal-body {
    padding: 3rem;
  }
  .modal-dialog.modal-half .btn-close {
    width: 25px;
    height: 25px;
  }
  .modal-dialog.modal-half .modal-header {
    padding: 2rem 0 0 2rem;
    padding-right: 2rem;
  }
  .Environment-Meteorology-Sys {
    padding: 95px 0 35px;
    height: 665px;
  }
}
@media (min-width: 1650px) {
  .fs-lg-32 {
    font-size: 32px;
  }
  .fs-lg-24 {
    font-size: 24px;
  }
  .fs-lg-20 {
    font-size: 20px;
  }
  .menuWithBanner .navbarMenu {
    position: relative;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu {
    padding: 48px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 5px 5px;
    left: 0;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul {
    -moz-column-count: 2;
         column-count: 2;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li {
    margin: 0px 8%;
    flex: 0 0 34%;
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li a.head {
    border-bottom: 1px solid #DDDDDD;
    font-size: 16px;
  }
  .main-sec.white h2 {
    font-size: 48px;
  }
  #programs {
    padding: 70px;
  }
  #programs .main-sec {
    margin-bottom: 50px;
  }
  #programs .main-sec h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .vision-mission-area {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 55px;
  }
  .homeAbout.homeNews {
    padding: 70px 0;
  }
  .homeAbout {
    padding: 70px;
  }
  .homeAbout .main-sec {
    margin-bottom: 50px;
  }
  .homeAbout .main-sec h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .ourNum {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ourNum .wapperNM .boxNum {
    width: 290px;
    height: 290px;
  }
  .ourNum .wapperNM .boxNum .counter {
    font-size: 40px;
  }
  .ourNum .wapperNM h5 {
    font-size: 22px;
  }
  .ourNum .main-sec h2 {
    font-size: 48px;
    margin-bottom: 88px;
  }
  .menuWithBanner .topnav {
    position: relative;
  }
  .homeAbout .vision-mission-area {
    padding: 0 16px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards {
    min-height: 190px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards .img-box {
    min-width: 90px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards .content-box h3 {
    font-size: 32px;
    padding: 25px 0;
    margin-bottom: 8px;
  }
  .homeAbout .role-sec {
    margin-top: 0;
    background-color: #E0D7C6;
    padding: 80px 65px 40px;
    padding-bottom: 60px;
  }
  .homeAbout .role-sec .main-sec h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .homeAbout .role-sec .newRow {
    padding: 0 55px;
  }
  .homeAbout .role-sec .role-card {
    gap: 12px;
    margin-bottom: 30px;
  }
  .bannerMenu #startScrolling {
    right: 50%;
    bottom: 3rem;
  }
  .bannerMenu .contentBanner {
    height: 100vh;
    min-height: 600px;
  }
  .bannerMenu .contentBanner .BNRtxt {
    max-width: 770px;
    position: relative;
    z-index: 2;
  }
  .bannerMenu .contentBanner .BNRtxt h1 {
    font-size: 53px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .bannerMenu .contentBanner .BNRtxt p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 55px;
  }
  .footer .footerLinks ul:not(.social):not(.accessibility) li {
    flex: 0 0 50%;
  }
  .footer .footerLinks ul:not(.social):not(.accessibility) li.short {
    flex: 0 0 35%;
  }
  .footer .footerLinks ul {
    justify-content: start;
  }
  #supported-sectors {
    background-size: cover;
    padding: 340px 0 100px;
    margin-top: 20px;
  }
  #supported-sectors .sector-name {
    font-size: 23px;
  }
  #supported-sectors .sector-desc {
    font-size: 18px;
  }
  #supported-sectors .main-sec h2 {
    font-size: 48px;
  }
  .pageTitle .breadcrumb {
    margin-bottom: 32px;
  }
  .pageTitle [id$=siteMapPath] {
    display: flex;
    gap: 4px;
  }
  .pageTitle [id$=siteMapPath] .display-none {
    display: inline;
  }
  .pageTitle [id$=siteMapPath] .display-none:after {
    content: "/";
    color: #fff;
    margin: 2px;
    display: inline-block;
  }
  .pageTitle [id$=siteMapPath] .display-none:after :dir(ltr) {
    transform: scaleX(-1);
  }
  .pageTitle h2,
.pageTitle h1 {
    font-size: 56px;
    font-family: "font-Bold" !important;
  }
  .rateContet {
    margin-top: 0px;
  }
  .about-box .main-box {
    padding-top: 134px;
    padding-bottom: 78px;
  }
  .about-box .main-box h3 {
    font-size: 48px;
  }
  .about-box .main-box p {
    font-size: 20px;
  }
  .about-box p + p {
    margin-top: 30px;
  }
  .about-box .content-area {
    flex-direction: row;
    margin-bottom: -70px;
    position: relative;
    z-index: 2;
  }
  .about-box .content-area .box-cards {
    min-height: 300px;
    width: 50%;
    padding: 50px 32px;
  }
  .about-box .content-area .box-cards.box1 {
    top: -70px;
  }
  .about-box .content-area .box-cards .content-box p {
    font-size: 20px;
  }
  .mission-vision {
    padding-bottom: 60px;
  }
  .mission-vision .vision-mission-area {
    padding: 0 55px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards {
    min-height: 190px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .img-box {
    flex: 0 0 90px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .content-box h3 {
    font-size: 32px;
    padding: 25px 0;
    margin-bottom: 8px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .content-box p {
    font-size: 18px;
  }
  .about-ef .role-sec {
    margin-top: 35px;
    padding: 125px 24px 125px;
  }
  .about-ef .role-sec .main-sec {
    margin-bottom: 40px;
  }
  .about-ef .role-sec .main-sec h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .about-ef .role-sec .main-sec p {
    font-size: 18px;
  }
  .about-ef .role-sec .newRow {
    padding: 0 55px;
  }
  .about-ef .role-sec .role-card .img-area {
    min-width: 90px;
    flex: 0 0 90px;
  }
  .about-ef2 .role-sec {
    margin-top: 35px;
    padding: 65px 65px;
    padding: 80px 80px;
  }
  .about-ef2 .role-sec .main-sec {
    margin-bottom: 40px;
  }
  .about-ef2 .role-sec .main-sec h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .about-ef2 .role-sec .main-sec p {
    font-size: 18px;
  }
  .about-ef2 .role-sec .newRow {
    padding: 0 55px;
  }
  .about-ef2 .role-sec .role-card .img-area {
    min-width: 90px;
    flex: 0 0 90px;
  }
  .ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link {
    padding: 32px 20px;
  }
  .custom-tabs li .nav-link {
    height: 75px;
    padding: 22px 32px;
    border-radius: 38px;
    font-size: 18px;
    font-family: "font-Med" !important;
  }
  .about-speech-img {
    background: #F2EEE7 url(../images/about/about-speech-img.png) no-repeat left bottom;
    background: #F2EEE7 url(../images/about/about-speech-img.png) no-repeat left 6% bottom;
    background-size: 40% auto;
    padding: 4% 46% 5% 5%;
    padding-left: 46%;
    padding-right: 5%;
  }
  .about-speech-img #svg1 {
    position: absolute;
    transform: translate(130%, -30%);
    left: 0;
    width: 72px;
    height: 72px;
  }
  .about-speech-img #svg2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 72px;
    height: 72px;
    transform: translate(0, 0);
  }
  .about-speech-img .fs-lg-20 {
    font-size: 20px;
  }
  .about-speech-img .fs-lg-24 {
    font-size: 24px;
  }
  .ceo-speech-img {
    background: #2C3A82 url(../images/about/ceo-speech-img.png) no-repeat left bottom;
    background-size: 44% auto;
    padding: 9% 50% 5% 5%;
    padding-left: 50%;
    padding-right: 5%;
  }
  .ceo-speech-img #svg1 {
    position: absolute;
    transform: translate(130%, -30%);
    left: 0;
    width: 72px;
    height: 72px;
  }
  .ceo-speech-img #svg2 {
    position: absolute;
    right: 0;
    transform: translate(-70%, -97%);
    bottom: -85px;
    width: 72px;
    height: 72px;
  }
  .system-item {
    padding: 32px;
  }
  .boxItem-item {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .accordion .accordion-button::after {
    width: 32px;
    height: 32px;
  }
  ul.list-with-shape.list-with-steps > li {
    padding-bottom: 48px;
  }
  .program-item .pi-details .pi-link .pi-more-link {
    font-size: 18px;
  }
  .modal-dialog.modal-half {
    width: 50vw;
    max-width: 50vw;
    right: 50%;
  }
  .modal-dialog.modal-half .modal-body {
    padding: 3rem;
  }
  .modal-dialog.modal-half .btn-close {
    width: 30px;
    height: 30px;
  }
  .modal-dialog.modal-half .modal-header {
    padding: 2rem 0 0 2rem;
    padding-right: 2rem;
  }
  .Environment-Meteorology-Sys {
    padding: 95px 0 35px;
    height: 665px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1070px !important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1260px !important;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1350px !important;
  }
}
@media (min-width: 2500px) {
  * {
    scroll-padding-top: 200px;
  }
  .container {
    max-width: 2160px !important;
  }
}
/**********************************************************
                    meeeeedia max-width
**********************************************************/
@media (max-width: 1649.98px) {
  .program-filter li a {
    font-size: 16px;
    padding: 10px 25px;
  }
  .program-item .pi-details {
    padding: 24px 20px;
  }
  .program-item .pi-details .pi-link {
    gap: 10px !important;
  }
  .program-item .pi-details .pi-link .pi-more-link {
    font-size: 16px;
  }
  .program-item .pi-details .pi-link .pi-apply-link {
    font-size: 16px;
  }
  .menuWithBanner .navbarMenu .navbar-nav .nav-link {
    font-size: 14px;
  }
  .menuWithBanner .topnav ul li a {
    font-size: 13px;
  }
  .gallary-item,
.gallary-item.video-box {
    height: 425px;
  }
  .gallary-item:hover .pi-details {
    padding: 35px 20px;
  }
  body {
    zoom: 0.9;
  }
  footer .aos-init,
.rateContet.aos-init {
    opacity: 1 !important;
    transform: none !important;
  }
  .modal-backdrop {
    width: 100%;
    height: 100%;
  }
  .modal-dialog.modal-half {
    height: 100%;
  }
  #programs .program-stack .prob-details {
    width: auto;
  }
  .slider-pr {
    padding-left: 11%;
  }
  .rateContet .saidYes {
    font-size: 13px;
  }
}
@media (max-width: 1399.98px) {
  section.open-data-listing .bottom-border-on-offwhite:after {
    top: -36px;
  }
  [dir=ltr] section.open-data-listing .bottom-border-on-offwhite:after {
    top: -54px;
  }
  .homeAbout.homeNews2 .main-sec h3 {
    font-size: 22px;
  }
  .program-item .pi-details .pi-link .pi-more-link {
    font-size: 12px;
  }
  .new-box .title {
    font-size: 16px;
  }
  .program-filter li a {
    font-size: 14px;
    padding: 6px 20px;
  }
  .gallary-item {
    height: 400px;
  }
  .gallary-item .pi-image {
    height: 305px;
  }
  .gallary-item .pi-details .list-num span {
    font-size: 14px;
  }
  .btn-download.btn-sm {
    padding: 8px 10px;
    font-size: 14px;
  }
  .btn-download.btn-sm svg {
    -webkit-margin-end: 2px;
            margin-inline-end: 2px;
    max-width: 14px;
  }
  .new-box .description {
    font-size: 16px;
  }
  .new-box .description {
    font-size: 14px;
  }
  .new-box .title small {
    font-size: 12px;
  }
  #programs .program-stack .prob-h1 {
    font-size: 20px;
  }
  #programs .program-stack .program-box.active .prob-h1 {
    font-size: 28px;
  }
  #programs .program-stack .prob-details .prob-details-links ul li a {
    font-size: 16px;
  }
  #programs .program-stack .prob-details .prob-details-btn button, #programs .program-stack .prob-details .prob-details-btn a {
    font-size: 12px;
    line-height: initial;
    height: 38px;
    padding: 8px 20px;
  }
  #programs .program-stack .prob-details .prob-details-links ul li {
    background-size: 20px;
    padding-left: 27px;
  }
  .Environment-Meteorology-Sys .main-sec h2 {
    font-size: 32px;
  }
  #spyScroll2 ul li a img {
    max-width: 20px;
  }
  #spyScroll2 ul li a {
    margin: 7px 0;
  }
  #supported-sectors .main-sec h2 {
    font-size: 32px;
  }
  #supported-sectors .col-lg-2-5 img {
    width: 100px;
    height: 100px;
  }
  .program-item .fs-24 {
    font-size: 19px;
  }
  .gallary-item.video-box:hover .pi-image::after {
    background-size: 55px;
  }
  .bg-EAECF8-pattern.p-4.p-lg-5.pb-lg-4 .me-lg-5.pe-lg-5 .fs-lg-48.text-brand.mb-4.fw-bold.me-lg-5 {
    margin-right: 0 !important;
  }
  .btn-Bordered a {
    padding: 0 16px;
    font-size: 14px;
  }
  .btn-Bordered a img {
    width: 15px;
  }
  body {
    zoom: 0.9;
    font-size: 12px;
  }
  body * {
    font-size: 12px;
  }
  .footer .footerLinks .social li a,
.footer .footerLinks .accessibility li a {
    width: 30px;
    height: 30px;
  }
  .footer .footerLinks .social li a img,
.footer .footerLinks .accessibility li a img {
    width: 18px;
    height: 18px;
  }
  .bannerMenu .contentBanner .BNRtxt {
    left: 0;
  }
  /*
      after change zoom from .8 to .9
  */
  .ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link {
    font-size: 16px !important;
    padding: 15px 20px !important;
  }
  .about-box .main-box h3 {
    font-size: 28px;
  }
  .about-box .main-box p {
    font-size: 14px;
  }
  .about-box .content-area .box-cards .content-box p {
    font-size: 14px;
  }
  .about-box .content-area .box-cards .content-box a {
    font-size: 12px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .content-box h3 {
    font-size: 20px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .content-box p {
    font-size: 14px;
  }
  .about-box .content-area .box-cards {
    min-height: 200px;
    padding: 35px 30px;
  }
  .about-box .content-area .box-cards .img-box,
.mission-vision .vision-mission-area .vision-mission-cards .img-box {
    flex: 0 0 70px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .img-box img,
.homeAbout .vision-mission-area .vision-mission-cards .img-box img {
    max-width: 60px;
    margin-top: 5px;
  }
  .about-ef .role-sec .main-sec h2 {
    font-size: 20px;
  }
  .about-ef .role-sec .main-sec p {
    font-size: 14px;
  }
  .company-timeline .nav-link {
    font-size: 24px !important;
  }
  .company-timeline .nav-link.active {
    font-size: 28px !important;
  }
  .company-timeline .img-area img {
    transform: scale(0.8);
  }
  .company-timeline .btn {
    width: 30px;
  }
  .company-timeline .btn svg {
    width: 100%;
    height: 100%;
  }
  .about-ef2 .role-sec .main-sec h2 {
    font-size: 20px;
  }
  .about-ef2 .role-sec .main-sec p {
    font-size: 14px;
  }
  .about-ef2 .role-sec .role-card .cont-area h4 {
    font-size: 12px;
  }
  .about-ef2 .role-sec .role-card .img-area {
    min-width: 70px;
    flex: 0 0 70px;
  }
  .footer .footerLinks h4 {
    font-size: 14px;
  }
  .footer .footerLinks ul:not(.social):not(.accessibility) li {
    line-height: 1.2;
  }
  .footer .footerLinks ul:not(.social):not(.accessibility) li a {
    font-size: 12px;
  }
  .footer .btm-footer .footer-last .copyRights p,
.footer .btm-footer .footer-last .dir-links li {
    font-size: 12px;
  }
  .pageTitle .share-social span {
    font-size: 14px;
  }
  .pageTitle .share-social ul li a {
    width: 27px;
    height: 27px;
  }
  .pageTitle .breadcrumb {
    margin-bottom: 25px;
  }
  .pageTitle h2, .pageTitle h1 {
    font-size: 32px;
  }
  .navi .logoMain {
    max-width: 175px;
  }
  .menuWithBanner .topnav ul.end {
    gap: 1rem;
  }
  .menuWithBanner .topnav ul li a {
    font-size: 10px;
  }
  .menuWithBanner .topnav ul li a img {
    width: 16px;
  }
  .menuWithBanner .navbarMenu .navbar-nav {
    gap: 2%;
  }
  .menuWithBanner .navbarMenu .navbar-nav .nav-link {
    transform: scale(0.85);
  }
  .menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li a,
.menuWithBanner .navbarMenu .navbar-nav .dropdown-megamenu ul li a.head {
    font-size: 12px;
  }
  /**/
  .fs-20 {
    font-size: 14px;
  }
  .searchingBy {
    transform: scale(0.8);
    transform-origin: right;
  }
  .sortingBy {
    transform: scale(0.8);
    transform-origin: left;
  }
  .program-item {
    height: 300px;
  }
  .program-item .pi-image {
    height: 220px;
  }
  .program-item .fs-24 {
    font-size: 14px;
  }
  .program-item .pi-details .pi-title a {
    height: 40px;
  }
  .fs-14 {
    font-size: 10px;
  }
  .program-item .pi-details .pi-link {
    padding-top: 25px !important;
  }
  .program-item:hover .pi-details .pi-link {
    padding-top: 15px !important;
  }
  .program-item .pi-details .pi-link .pi-apply-link {
    font-size: 12px;
    padding: 10px 16px 8px;
  }
  .bg-offwhite-half div {
    font-size: 14px;
  }
  .bg-offwhite-half .fs-lg-40,
.fs-lg-40 {
    font-size: 28px;
  }
  .ceo-speech-img .fs-lg-20,
.about-speech-img .fs-lg-20 {
    font-size: 14px;
  }
  .ceo-speech-img .fs-lg-24,
.about-speech-img .fs-lg-24 {
    font-size: 16px;
  }
  .ceo-speech-img .fs-lg-24 + div,
.about-speech-img .fs-lg-24 + div {
    font-size: 14px;
  }
  .actAsContainerStart {
    padding-left: 25% !important;
  }
  .fs-lg-32 {
    font-size: 22px;
  }
  label.form-label {
    font-size: 14px;
  }
  .form-select, .form-control {
    padding: 8px 15px !important;
    font-size: 12px;
  }
  .btn-custom2, .btn-custom {
    padding: 15px 24px;
    font-size: 14px;
  }
  .col-lg-6.fs-20 .text-end a.btn-custom,
.col-lg-5.fs-20 .text-end a.btn-custom2 {
    font-size: 12px;
  }
  .fs-18 {
    font-size: 14px;
  }
  .system-item .more-btn {
    width: 50px;
    height: 28px;
    padding: 6px;
  }
  .member-position {
    font-size: 14px;
  }
  .fs-lg-48 {
    font-size: 32px;
  }
  .custom-tabs li .nav-link {
    height: 50px;
    padding: 10px 20px;
    font-size: 14px;
  }
  a.btn-download.btn-sm.px-lg-5.px-3.mt-3 {
    padding: 10px 30px !important;
    font-size: 12px;
  }
  .program-item .fs-16 {
    font-size: 12px;
  }
  .program-item .fs-16 span {
    font-size: 12px;
  }
  .program-item .fs-16 svg {
    max-width: 15px;
  }
  .custom-tabs2 .nav-tabs .nav-item .nav-link {
    padding: 10px 40px;
  }
  .gallary-item .pi-details .list-num img {
    max-width: 15px;
  }
  .gallary-item .pi-details .list-num span {
    font-size: 12px;
  }
  .new-box .title small {
    font-size: 10px;
  }
  .new-box .title {
    font-size: 14px;
  }
  .new-box .description {
    font-size: 12px;
  }
  .new-box .description .more a {
    height: 40px;
    line-height: 40px;
  }
  .new-box {
    height: 350px;
  }
  .customNavi .swiper-button-prev, .customNavi .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: 16px;
  }
  .my-3.d-flex.gap-3 .pi-more-link2,
.my-3.d-flex.gap-3 .pi-apply-link2 {
    font-size: 12px;
    padding: 8px 16px;
  }
  .my-3.d-flex.gap-3 .pi-more-link2 svg,
.my-3.d-flex.gap-3 .pi-apply-link2 svg {
    max-width: 12px;
  }
  ul.list-with-shape > li {
    -webkit-padding-start: 25px;
            padding-inline-start: 25px;
  }
  ul.list-with-shape > li::before {
    background-size: 16px;
    width: 16px;
    height: 8px;
    top: 5px;
  }
  .pd-side .pd-side-item .btn-light {
    font-size: 12px;
  }
  .video-custom > svg {
    transform: translate(-50%, -50%) scale(0.8);
  }
  .bannerMenu .contentBanner .BNRtxt h1 {
    font-size: 28px;
  }
  .bannerMenu .contentBanner .BNRtxt {
    max-width: 540px;
  }
  .bannerMenu .contentBanner .BNRtxt p {
    font-size: 14px;
  }
  .btn-noBorders a {
    font-size: 14px;
  }
  .homeAbout .main-sec h2,
#programs .main-sec h2,
#supported-sectors .main-sec h2,
.ourNum .main-sec h2,
.Environment-Meteorology-Sys .main-sec h2 {
    font-size: 25px;
  }
  .btn-Bordered a {
    font-size: 12px;
    height: 37px;
  }
  .main-sec p {
    font-size: 14px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards .content-box h3 {
    font-size: 23px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards .content-box p {
    font-size: 14px;
  }
  .homeAbout .role-sec .main-sec h2 {
    font-size: 23px;
  }
  .homeAbout .role-sec .main-sec p {
    font-size: 14px;
  }
  .homeAbout .role-sec .role-card .cont-area h4 {
    font-size: 14px;
  }
  #programs .program-stack .prob-h1 {
    font-size: 18px;
  }
  #programs .program-stack .program-box.active .prob-h1 {
    font-size: 22px;
  }
  #programs .program-stack .prob-details .prob-details-links ul li a {
    font-size: 12px;
  }
  #programs .program-stack {
    height: 500px;
  }
  #supported-sectors .main-sec p {
    font-size: 14px;
  }
  #supported-sectors .sector-name {
    font-size: 16px;
  }
  #supported-sectors .sector-desc {
    font-size: 12px;
  }
  .ourNum .wapperNM .boxNum {
    width: 210px;
    height: 210px;
  }
  .ourNum .wapperNM h5 {
    font-size: 14px;
  }
  .ourNum .wapperNM .boxNum span {
    font-size: 12px;
  }
  .ourNum .wapperNM .boxNum .counter {
    font-size: 30px;
  }
  .slider-pr {
    padding-left: 12%;
  }
  .program-item.progList-item .pi-details {
    height: 175px;
  }
  .program-item.progList-item {
    height: 365px;
    min-height: 365px;
  }
  .rateContet .lastUpdate .UpdateH3 {
    font-size: 12px;
  }
  .rateContet .pWarp .p16,
.rateContet .saidYes {
    font-size: 12px;
    line-height: 16px;
  }
  .rateContet .actions .no, .rateContet .actions .yes, .rateContet .actions .rateNow {
    height: 27px;
    min-width: 35px;
    padding: 0 10px;
    font-size: 12px;
  }
  .answer_wrap input.btn.btn-primary,
.answer_wrap .btn-danger {
    height: 35px;
    font-size: 12px;
  }
  .pagination-custom > nav > span .page-link, .pagination-custom > nav > span a {
    width: 25px;
    height: 25px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagination-custom > nav > span .page-link.active, .pagination-custom > nav > span a.active {
    font-size: 12px;
  }
  .about-box .img-area::before {
    background-size: 47%;
  }
  .news-main-img img {
    max-height: 450px;
  }
  [id$=RichHtmlField] p,
[id$=RichHtmlField] ul li {
    font-size: 14px;
    margin-bottom: 0;
  }
  .homeNews2 {
    margin-top: -40px;
    padding: 40px 0 !important;
  }
  .fs-6 {
    font-size: 12px !important;
  }
  .d-flex.fs-6 a {
    display: block;
    width: 17px;
  }
  .fs-20.mb-2 svg {
    max-width: 17px;
  }
  .fs-20.mb-3 svg,
.bg-offwhite-half div svg {
    max-width: 14px;
  }
  .btn-download-large svg {
    width: 170px;
    height: 170px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards .img-box {
    min-width: 65px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards {
    min-height: 150px;
  }
  .pd-side .pd-side-item .pd-side-item-icon svg {
    max-width: 18px;
  }
  .pd-side .pd-side-item a svg {
    max-width: 16px;
  }
  .accordion .accordion-button::after {
    width: 20px;
    height: 20px;
  }
  .pe-lg-5 {
    padding-right: 1rem !important;
  }
  .btn-download-large svg {
    width: 130px;
    height: 130px;
  }
  .btn-download-large:hover svg {
    transform: translateY(60px);
  }
  .cookies-sec {
    padding: 20px 0;
  }
  .cookies-sec .cookies-cont {
    margin-top: 0;
  }
  .cookies-sec .cookies-cont .content-box h4 {
    font-size: 16px;
  }
  .cookies-sec .cookies-cont .content-box p {
    font-size: 12px;
  }
  .cookies-sec .cookies-cont .btns-box {
    gap: 15px;
  }
  .cookies-sec .cookies-cont .btns-box a {
    width: 100px;
    height: 36px;
    gap: 5px;
    font-size: 12px;
  }
  .cookies-sec .cookies-cont .btns-box a svg {
    max-width: 18px;
  }
  ul.list-with-shape.list-with-steps > li > svg {
    width: 50px;
    height: 50px;
  }
  ul.list-with-shape.list-with-steps > li:before {
    width: 52px;
  }
  ul.list-with-shape.list-with-steps > li {
    -webkit-padding-start: 65px;
            padding-inline-start: 65px;
    padding-bottom: 20px;
  }
  ul.list-with-shape.list-with-steps > li:last-child:before {
    display: none;
  }
  .footer .btm-footer .footer-last .dir-links li a {
    font-size: 10px;
  }
  .ms-srch-item-link {
    font-size: 14px !important;
  }
  .ms-srch-item-summary {
    font-size: 12px !important;
  }
  .ms-srch-item-path {
    font-size: 12px !important;
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  #programs .program-stack .prob-h1 {
    font-size: 20px;
  }
  #programs .program-stack .prob-details .prob-details-text {
    font-size: 14px;
  }
  #programs .program-stack .prob-details .prob-details-links ul li a {
    font-size: 14px;
  }
  #programs .program-stack .prob-details .prob-details-btn button, #programs .program-stack .prob-details .prob-details-btn a {
    font-size: 14px;
    height: 35px;
    border: none;
    padding: 4px 20px;
    line-height: inherit;
  }
  .program-item .pi-details .pi-link .pi-more-link {
    font-size: 12px;
  }
  .program-item .pi-details .pi-link .pi-apply-link {
    font-size: 12px;
  }
  .program-item .pi-details .pi-link .pi-apply-link img {
    max-width: 14px;
  }
  .new-box {
    height: 320px;
  }
  .new-box .title {
    padding: 15px 10px;
    padding-right: 50px;
  }
  .new-box .description {
    font-size: 14px;
  }
  .program-item .fs-24 {
    font-size: 16px;
  }
  .program-item .fs-14 {
    font-size: 12px;
  }
  .program-item .fs-16 img {
    max-width: 30px;
  }
  .program-item .fs-16 span {
    font-size: 12px;
  }
  .program-item .pi-details {
    padding: 15px 20px 30px;
  }
  .footer .footerLinks .social li,
.footer .footerLinks .accessibility li {
    margin: 0;
  }
  .footer .footerLinks .social,
.footer .footerLinks .accessibility {
    gap: 5px;
  }
  .accordion .accordion-button {
    font-size: 18px;
  }
  .accordion .accordion-body {
    font-size: 14px;
  }
  .col-lg-6.fs-20 .text-end a.btn-custom,
.col-lg-5.fs-20 .text-end a.btn-custom2 {
    font-size: 10px;
  }
  a.btn.btn-brand.btn-lg.mt-3 {
    min-width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .chip {
    font-size: 10px;
  }
  .custom-tabs li .nav-link {
    height: 48px;
    padding: 10px 20px;
    font-size: 14px;
  }
  /*
      after change zoom from .8 to .9
  */
  .ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link {
    font-size: 12px !important;
    padding: 13px 20px 10px !important;
  }
  .about-box .main-box h3 {
    font-size: 24px;
  }
  .about-box .main-box p {
    font-size: 12px;
  }
  .about-box .content-area .box-cards .content-box p {
    font-size: 12px;
  }
  .about-box .content-area .box-cards .content-box a {
    font-size: 12px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .content-box h3 {
    font-size: 18px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .content-box p {
    font-size: 12px;
  }
  .about-box .content-area .box-cards {
    min-height: 200px;
    padding: 35px 30px;
  }
  .about-box .content-area .box-cards .img-box,
.mission-vision .vision-mission-area .vision-mission-cards .img-box {
    flex: 0 0 60px;
  }
  .about-ef .role-sec .main-sec h2 {
    font-size: 18px;
  }
  .about-ef .role-sec .main-sec p {
    font-size: 12px;
  }
  .company-timeline .nav-link {
    font-size: 22px !important;
  }
  .company-timeline .nav-link.active {
    font-size: 25px !important;
  }
  .about-ef2 .role-sec .main-sec h2 {
    font-size: 18px;
  }
  .about-ef2 .role-sec .main-sec p {
    font-size: 12px;
  }
  .about-ef2 .role-sec .role-card .cont-area h4 {
    font-size: 10px;
  }
  .about-ef2 .role-sec .role-card .img-area {
    min-width: 70px;
    flex: 0 0 70px;
  }
  .footer .footerLinks h4 {
    font-size: 12px;
  }
  .footer .footerLinks ul:not(.social):not(.accessibility) li {
    line-height: 1.2;
  }
  .footer .footerLinks ul:not(.social):not(.accessibility) li a {
    font-size: 10px;
  }
  .footer .btm-footer .footer-last .copyRights p,
.footer .btm-footer .footer-last .dir-links li {
    font-size: 10px;
  }
  .pageTitle .share-social span {
    font-size: 12px;
  }
  .pageTitle .share-social ul li a {
    width: 22px;
    height: 22px;
    padding: 4px;
  }
  .pageTitle .breadcrumb {
    margin-bottom: 25px;
  }
  .pageTitle h2, .pageTitle h1 {
    font-size: 28px;
  }
  .about-box .content-area .box-cards.box1 a::after {
    background-size: 14px;
  }
  .fs-20 {
    font-size: 12px;
  }
  .program-item .fs-24 {
    font-size: 12px;
  }
  .program-item .pi-details .pi-title a {
    height: 40px;
  }
  .program-item .fs-14 {
    font-size: 10px;
  }
  .program-item .pi-details .pi-link {
    padding-top: 25px !important;
  }
  .program-item:hover .pi-details .pi-link {
    padding-top: 15px !important;
  }
  .program-item .pi-details .pi-link .pi-apply-link {
    font-size: 10px;
    padding: 8px 16px 6px;
  }
  .bg-offwhite-half div {
    font-size: 12px;
  }
  .bg-offwhite-half .fs-lg-40,
.fs-lg-40 {
    font-size: 23px;
  }
  .about-speech-img .fs-lg-20,
.ceo-speech-img .fs-lg-20,
.ceo-speech-img p {
    font-size: 12px;
  }
  .ceo-speech-img .fs-lg-24,
.about-speech-img .fs-lg-24 {
    font-size: 14px;
  }
  .ceo-speech-img .fs-lg-24 + div,
.about-speech-img .fs-lg-24 + div {
    font-size: 12px;
  }
  .actAsContainerStart {
    padding-left: 20% !important;
  }
  .fs-lg-32 {
    font-size: 20px;
  }
  label.form-label {
    font-size: 12px;
  }
  .form-select, .form-control {
    padding: 8px 15px !important;
    font-size: 10px;
  }
  .btn-custom2, .btn-custom {
    padding: 12px 20px;
    font-size: 12px;
  }
  .fs-18 {
    font-size: 12px;
  }
  .system-item .more-btn {
    width: 44px;
    height: 24px;
  }
  .system-item .more-btn img {
    max-width: 14px;
  }
  .member-position {
    font-size: 12px;
  }
  .fs-lg-48 {
    font-size: 25px;
  }
  .custom-tabs li .nav-link {
    height: 45px;
    padding: 10px 20px;
    font-size: 12px;
  }
  .program-item .fs-16 {
    font-size: 10px;
  }
  .program-item .fs-16 span {
    font-size: 10px;
  }
  .program-filter li a {
    font-size: 12px;
    padding: 6px 15px;
  }
  .accordion .accordion-button {
    font-size: 12px;
  }
  .accordion .accordion-body {
    font-size: 10px;
  }
  .accordion .accordion-button::after {
    width: 20px;
    height: 20px;
  }
  .gallary-item .pi-details .list-num span {
    font-size: 10px;
  }
  a.btn-download.btn-sm.px-lg-5.px-3.mt-3 {
    padding: 8px 25px !important;
    font-size: 10px;
  }
  .new-box .title {
    font-size: 12px;
  }
  .new-box .description {
    font-size: 10px;
  }
  .new-box .description .more a {
    height: 35px;
    line-height: 35px;
  }
  .my-3.d-flex.gap-3 .pi-more-link2, .my-3.d-flex.gap-3 .pi-apply-link2 {
    font-size: 10px;
    padding: 6px 12px 4px;
  }
  .bannerMenu .contentBanner .BNRtxt {
    max-width: 450px;
  }
  .bannerMenu .contentBanner .BNRtxt h6 {
    font-size: 12px;
  }
  .bannerMenu .contentBanner .BNRtxt p {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .bannerMenu .contentBanner .BNRtxt h1 {
    font-size: 25px;
  }
  .btn-noBorders a {
    font-size: 12px;
  }
  .homBanner .swiper-button-next, .homBanner .swiper-button-prev {
    width: 28px;
    height: 28px;
  }
  .btn-noBorders a img {
    max-width: 15px;
  }
  .bannerMenu #startScrolling {
    max-width: 20px;
    background-size: contain;
  }
  .btn-Bordered a {
    font-size: 10px;
  }
  .btn-Bordered a img {
    max-width: 12px;
  }
  .homeAbout .main-sec h2,
#programs .main-sec h2,
#supported-sectors .main-sec h2,
.ourNum .main-sec h2,
.Environment-Meteorology-Sys .main-sec h2 {
    font-size: 22px;
  }
  .main-sec p {
    font-size: 12px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards .content-box h3 {
    font-size: 18px;
    padding: 15px 0;
  }
  .homeAbout .vision-mission-area .vision-mission-cards .content-box p {
    font-size: 10px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards .img-box {
    min-width: auto;
    width: 50px;
    flex: 0 0 50px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards {
    min-height: 100px;
  }
  .homeAbout .role-sec .main-sec h2 {
    font-size: 20px;
  }
  .homeAbout .role-sec .main-sec p,
.homeAbout .role-sec .role-card .cont-area h4 {
    font-size: 12px;
  }
  .homeAbout .role-sec:after {
    height: 40px;
  }
  #programs .program-stack {
    height: 430px;
  }
  #programs .program-stack .prob-desc {
    font-size: 10px;
  }
  #programs .program-stack .prob-h1 {
    font-size: 16px;
  }
  #programs .program-stack .prob-details .prob-details-text {
    font-size: 10px;
  }
  #programs .program-stack .prob-details .prob-details-links ul li {
    background-size: 15px;
    padding-right: 20px;
  }
  #programs .program-stack .prob-details .prob-details-links ul li a {
    font-size: 10px;
  }
  #programs .program-stack .prob-details .prob-details-btn button, #programs .program-stack .prob-details .prob-details-btn a {
    font-size: 10px;
    height: 30px;
  }
  #programs .program-stack .program-box.active .prob-h1 {
    font-size: 20px;
  }
  #programs .program-stack .program-box .line {
    height: 50px;
  }
  #supported-sectors {
    padding: 180px 0 50px;
  }
  #supported-sectors .main-sec p {
    font-size: 12px;
  }
  #supported-sectors .sector-name {
    font-size: 14px;
  }
  #supported-sectors .sector-desc {
    font-size: 10px;
  }
  .ourNum {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ourNum .wapperNM .boxNum {
    width: 195px;
    height: 195px;
  }
  .ourNum .wapperNM h5 {
    font-size: 12px;
  }
  .ourNum .wapperNM .boxNum .counter {
    font-size: 25px;
  }
  .ourNum .wapperNM .boxNum span {
    font-size: 10px;
  }
  .ourNum .main-sec h2 {
    margin-bottom: 60px;
  }
  .program-item.progList-item {
    height: 330px;
    min-height: 330px;
  }
  .program-item.progList .pi-image {
    height: 185px;
  }
  .program-item.progList-item .pi-details .pi-desc {
    font-size: 10px;
  }
  .program-item.progList-item .pi-details {
    height: 155px;
  }
  .program-item.progList-item .pi-details .pi-link .pi-more-link,
.program-item.progList-item .pi-details .pi-link .pi-apply-link {
    font-size: 10px;
    padding: 7px 14px;
  }
  .program-item.progList-item .pi-details .pi-link .pi-more-link svg,
.program-item.progList-item .pi-details .pi-link .pi-apply-link svg {
    max-width: 9px;
  }
  .mission-vision .vision-mission-area .vision-mission-cards .img-box img, .homeAbout .vision-mission-area .vision-mission-cards .img-box img {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .homeAbout.homeNews2 .main-sec h3 {
    font-size: 16px;
  }
  .menuWithBanner .navbar-toggler {
    position: absolute;
    right: 20px;
  }
  .menuWithBanner .navbar-collapse {
    background: #ffffff;
    position: absolute;
    right: 0;
    left: 0;
    top: 40px;
    padding: 20px;
  }
  .menuWithBanner:not(.fixedTop) .navbar-toggler {
    border: 1px solid #fff;
  }
  .menuWithBanner:not(.fixedTop) .navbar-toggler .navbar-toggler-icon {
    filter: brightness(100);
  }
  .menuWithBanner:not(.fixedTop) .navbarMenu .navbar-nav .dropdown-toggle::after {
    background-image: url(../images/shared/chevron-2.svg);
  }
  .menuWithBanner:not(.fixedTop) .navbarMenu .navbar-nav .nav-link {
    color: #2C3A82;
  }
  .new-box .title {
    font-size: 14px;
  }
  .program-filter {
    gap: 10px;
  }
  .program-filter li a {
    padding: 8px 20px;
  }
  .custom-tabs .d-lg-inline-block {
    display: none !important;
  }
  .about-box .content-area .box-cards .img-box {
    flex: 0 0 70px;
    max-width: 70px;
  }
  body {
    zoom: unset;
  }
  .footer .footerLinks ul {
    justify-content: center;
  }
  .slider-pr {
    padding-left: 0%;
    padding: 0 5%;
  }
  .ourNum .wapperNM .boxNum {
    width: 155px;
    height: 155px;
  }
  .ourNum .wapperNM .boxNum .counter {
    font-size: 22px;
  }
  #spyScroll, #spyScroll2 {
    display: none !important;
  }
  .menuWithBanner .navbar-toggler {
    min-width: auto;
    background: transparent;
  }
  .bannerMenu #startScrolling {
    display: none;
  }
  .actAsContainerStart {
    padding-left: 7vw !important;
  }
  .menuWithBanner .navbarMenu .navbar-nav .nav-link {
    transform: none;
  }
  .bg-offwhite-half::after {
    height: 30%;
  }
  .customNavi {
    right: 0%;
  }
  .bannerMenu,
.pageTitle {
    margin-top: -95px;
  }
}
@media (max-width: 767.98px) {
  .menuWithBanner .navbar-collapse {
    top: 70px;
  }
  #programs .program-stack .program-box {
    width: 60px;
  }
  #programs .program-stack .program-box.active {
    width: calc(100% - 180px);
  }
  #programs .program-stack .program-box.active::after {
    opacity: 0;
    right: 50%;
  }
  #programs .program-stack .program-box.active .prob-h1 {
    font-size: 28px;
    bottom: calc(100% - 90px);
  }
  #programs .program-stack .program-box::after {
    content: attr(data-resp);
    display: block;
    position: absolute;
    bottom: 50%;
    right: 50%;
    color: #BDCD5C;
    z-index: 5;
    transform: rotate(-90deg) translateX(-50%);
    width: 300px;
    transform-origin: right;
    text-align: center;
    font-size: 24px;
  }
  #programs .program-stack .prob-h1 {
    transform: rotate(0deg);
    bottom: 50%;
    opacity: 0;
  }
  #programs .program-stack .prob-details-text {
    display: none;
  }
  #programs .program-stack .prob-desc {
    display: none;
  }
  #programs .program-stack .prob-details {
    width: 60vw;
  }
  #spyScroll {
    display: none;
  }
  .accordion .accordion-body {
    font-size: 14px;
  }
  .program-filter li a {
    padding: 6px 15px;
    font-size: 14px;
  }
  .ds-navbar.fixed {
    top: 95px;
  }
  .homeAbout .vision-mission-area .vision-mission-cards {
    flex-direction: column;
    align-items: center;
  }
  .homeAbout .vision-mission-area .vision-mission-cards .content-box {
    text-align: center;
  }
  .footer .footerLinks ul:not(.social):not(.accessibility) li {
    margin-bottom: 5px;
  }
  .footer .footerLinks ul,
.footer .footerLinks .social,
.footer .footerLinks .accessibility {
    margin-bottom: 12px;
  }
  .footer .btm-footer {
    margin-top: 20px;
  }
  .footer .btm-footer .footer-last .dir-links li a {
    font-size: 10px;
  }
  .footer .btm-footer .footer-last .dir-links {
    flex-wrap: wrap;
    gap: 5px;
  }
  .footer .logos-box img {
    height: 45px;
  }
  .footer .logos-box {
    gap: 15px !important;
  }
  #programs .program-stack {
    flex-direction: column;
    height: auto;
  }
  #programs .program-stack .program-box {
    width: 100% !important;
    height: 75px;
  }
  #programs .program-stack .program-box.active {
    height: auto;
  }
  #programs .program-stack .program-box::after {
    display: none !important;
  }
  #programs .program-stack .prob-h1 {
    top: 35% !important;
    opacity: 1 !important;
    font-size: 18px;
  }
  #programs .program-stack .program-box.active .prob-h1 {
    width: auto !important;
    top: 40px !important;
  }
  #programs .program-stack .program-box .line {
    height: 40px;
  }
  #supported-sectors {
    margin-top: 20px;
  }
  #supported-sectors .main-sec {
    margin-bottom: 30px;
  }
  .text-lg-end {
    text-align: right;
  }
  .Environment-Meteorology-Sys::after {
    height: 30px;
  }
  .Environment-Meteorology-Sys .EnvSys {
    padding-bottom: 5px;
  }
  .footer {
    padding-top: 10px;
  }
  .modalSearch .modal-dialog .modal-content .SearchCustom {
    width: 100%;
    height: 45px;
    padding: 0;
  }
  .modalSearch .SearchCustom .searchInput {
    width: 85%;
    font-size: 12px;
    padding: 5px 10px;
    margin-right: 12px;
    border: none;
    box-shadow: none;
  }
  .boxSloce .btn {
    max-width: 40px;
    min-width: auto;
  }
  .modalSearch .searchSubmit {
    width: 45px;
  }
  .modalSearch .searchSubmit img {
    max-width: 18px;
  }
  .bannerMenu .contentBanner {
    padding-top: 8vh;
  }
  .bannerMenu .contentBanner .BNRtxt p {
    margin-bottom: 10px;
  }
  .about-box .main-box h3 {
    font-size: 20px;
  }
  .about-box .content-area .box-cards {
    flex-direction: column;
    padding: 15px 20px;
  }
  .about-box .content-area .box-cards .img-box {
    margin: 0;
    margin-bottom: 10px;
  }
  .about-box .content-area .box-cards .content-box {
    text-align: center;
  }
  .mission-vision .vision-mission-area .vision-mission-cards {
    flex-direction: column;
  }
  .company-timeline .nav-link {
    font-size: 13px !important;
  }
  .company-timeline .nav-link.active {
    font-size: 14px !important;
  }
  .company-timeline .un {
    bottom: 100px;
  }
  .sortingBy,
.searchingBy {
    transform: scale(1);
  }
  .sortingBy .form-select {
    margin: 0;
    height: 38px;
  }
  .bg-offwhite-half .fs-lg-40, .fs-lg-40 {
    font-size: 18px;
    margin-top: 5px !important;
  }
  .pageTitle h2, .pageTitle h1 {
    font-size: 22px;
    margin-top: 20px;
  }
  .ceo-speech-img {
    padding-bottom: 75%;
  }
  .g-5, .gx-5 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
  }
  .contact-map {
    min-height: 325px;
  }
  div#memberModal .col-4.col-lg-5 {
    width: 100%;
  }
  div#memberModal .member-image {
    /* height: 100%; */
    height: 250px;
    overflow: hidden;
  }
  div#memberModal .member-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .board-member .member-image {
    height: 300px;
  }
  .board-member .member-image img {
    height: 100%;
  }
  .program-item .pi-details {
    padding: 10px 20px 35px;
  }
  .program-filter {
    margin-bottom: 0;
  }
  .align-items-start.d-flex.flex-lg-nowrap.flex-wrap.justify-content-center.justify-content-lg-start.py-5.aos-init.aos-animate {
    padding-bottom: 10px !important;
  }
  .accordion .accordion-button {
    font-size: 14px;
  }
  .accordion .accordion-body {
    font-size: 12px;
  }
  .program-filter li a {
    padding: 5px 10px;
  }
  .gallary-item .pi-details {
    padding: 10px 20px;
  }
  .gallary-item .pi-details .pi-title {
    margin-bottom: 8px;
  }
  .gallary-item, .gallary-item.video-box {
    height: 300px;
  }
  .fs-lg-48 {
    font-size: 22px;
  }
  .bottom-border-on-offwhite:after {
    height: 45px;
  }
  .program-item.progList-item .pi-details {
    height: 135px;
  }
  .program-item.progList-item .pi-details .pi-desc {
    -webkit-line-clamp: 2;
  }
  a.btn.btn-brand.btn-lg.mt-3 {
    min-width: 160px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .col-lg-8 .custom-tabs {
    width: 100%;
  }
  .col-lg-8 .custom-tabs li {
    flex: 1;
  }
  .custom-tabs li .nav-link {
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
    width: 100%;
  }
  ul.list-with-shape.list-with-steps > li:before {
    width: 50px;
    height: 90%;
    top: 15%;
  }
  ul.list-with-shape.list-with-steps > li:last-child::before {
    display: none;
  }
  ul.list-with-shape.list-with-steps > li > svg {
    width: 50px;
    top: -15px;
  }
  ul.list-with-shape.list-with-steps > li {
    padding-left: 65px;
  }
  .fs-lg-32 {
    font-size: 16px;
  }
  [id$=RichHtmlField] h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  [id$=RichHtmlField] p,
[id$=RichHtmlField] ul li {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .modal-dialog.modal-half .modal-header {
    padding: 30px 20px 0;
  }
  .modal-dialog.modal-half .btn-close {
    background-size: contain;
    width: 22px;
    height: 22px;
  }
  .pe-lg-5 {
    padding-right: 0rem !important;
  }
  .btn-download-large:hover svg {
    transform: translateY(20px);
  }
  .cookies-sec .cookies-cont {
    flex-direction: column;
    gap: 20px;
  }
  .bannerMenu,
.pageTitle {
    margin-top: -75px;
  }
}
@media (max-width: 575.98px) {
  #programs .program-stack .program-box {
    width: 60px;
  }
  #programs .program-stack .program-box.active .prob-h1 {
    bottom: unset;
  }
  #programs .program-stack .program-box::after {
    content: attr(data-resp);
    display: block;
    position: absolute;
    bottom: 50%;
    right: 50%;
    color: #BDCD5C;
    z-index: 5;
    transform: rotate(-90deg) translateX(-50%);
    width: 200px;
    transform-origin: right;
    text-align: center;
    font-size: 20px;
  }
  #programs .program-stack .prob-h1 {
    transform: rotate(0deg);
    bottom: unset;
    top: 80%;
    opacity: 0;
  }
  #programs .program-stack .prob-details-text {
    display: none;
  }
  #programs .program-stack .prob-desc {
    display: none;
  }
  #programs .program-stack .prob-details {
    width: 50vw;
    padding: 16px;
  }
  #programs .program-stack .prob-details .prob-details-btn button {
    font-size: 14px;
    padding: 8px 16px;
    line-height: 1;
  }
  #programs .program-stack .prob-details ul li {
    -webkit-padding-start: 20px !important;
            padding-inline-start: 20px !important;
    background: url(../images/shared/tick-circle.svg) no-repeat left top;
    background-size: 16px 16px !important;
  }
  #programs .program-stack .prob-details a {
    font-size: 12px !important;
  }
  .custom-tabs .d-lg-inline-block {
    display: block !important;
  }
  .menuWithBanner {
    height: 75px;
  }
  .ds-navbar.fixed {
    top: 75px;
  }
  .ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link {
    font-size: 12px;
    min-width: 75px;
    padding: 10px 5px;
  }
  .ds-navbar .ds-sideNavigation-content .JumpLink .nav-jump-link::before {
    width: 80%;
  }
}/*# sourceMappingURL=styleLTR.css.map */