@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 58px;
    opacity: 1;
  }
}
.filter {
  padding: 25px 0 25px 0;
  margin: 0 0 15px 0;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width:979px) {
  .filter {
    flex-wrap: wrap;
  }
}
.filter .form-group {
  position: relative;
  flex: 1;
}
.filter .form-group .selectdropdown {
  width: 100%;
}
.filter .form-group .form-group {
  position: static;
  margin: 0;
}
@media (max-width:979px) {
  .filter .form-group {
    width: 48%;
    flex: none;
  }
}
@media (max-width: 575px) {
  .filter .form-group {
    width: 100%;
  }
}
.filter .form-group label {
  display: block;
  font-weight: 400;
  font-size: 0.9em;
  padding: 10px 24px;
}
.filter .form-group input[type=search],
.filter .form-group input[type=text] {
  font-size: 16px;
  border: 1px solid #dee2e6;
  padding: 16px;
  border-radius: 5px;
  color: #000000;
  max-height: 60px;
  background-color: #ffffff;
  width: 100%;
}
.filter .form-group input[type=search]::placeholder,
.filter .form-group input[type=text]::placeholder {
  color: #4c4c4c;
  font-weight: 300;
}
.filter .form-group input[type=search]:hover,
.filter .form-group input[type=text]:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.filter .form-group input[type=search]:focus,
.filter .form-group input[type=text]:focus {
  border: 1px solid #f96000;
}
.filter .form-group input[type=search]:focus-visible,
.filter .form-group input[type=text]:focus-visible {
  border: 1px solid #f96000;
  outline: 0;
}
@media (min-width:768px) and (max-width:979px) {
  .filter .form-group input[type=search],
  .filter .form-group input[type=text] {
    min-width: 200px;
  }
}
.filter .form-group button[type=submit],
.filter .form-group input[type=submit],
.filter .form-group input[type=button] {
  position: absolute;
  background-color: #f96000;
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  bottom: 0;
  padding: 15px 24px;
}
@media (max-width: 575px) {
  .filter .form-group button[type=submit],
  .filter .form-group input[type=submit],
  .filter .form-group input[type=button] {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .filter .form-group button[type=submit],
  .filter .form-group input[type=submit],
  .filter .form-group input[type=button] {
    margin-top: 10px;
  }
}
.filter .form-group .multi-dropdown {
  margin-left: 0;
  min-width: auto;
}
.filter .form-group .multi-dropdown ul {
  padding: 0;
}
.filter .form-group .multi-dropdown ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.filter .form-group .select-dropdown {
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
}
.filter .form-group .select-dropdown select {
  font-size: 14px;
  border: 1px solid #c8cfd6;
  border-radius: 4px;
  padding: 13.5px 40px 13.5px 14px;
  max-height: 50px;
  color: #000000;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  position: relative;
  z-index: 2;
}
.filter .form-group .select-dropdown select:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media all and (-ms-high-contrast: none) {
  .filter .form-group .select-dropdown select {
    padding: 13.5px 10px 13.5px 14px;
  }
  .filter .form-group .select-dropdown *::-ms-backdrop select {
    padding: 13.5px 10px 13.5px 14px;
  }
}
.filter .form-group .select-dropdown::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 1;
}
.filter .form-group .select-dropdown__year,
.filter .form-group .select-dropdown .selectdropdown.form-select {
  min-width: 100%;
}
.filter .form-group .select-dropdown .selectdropdown span.current {
  font-weight: normal;
}
.filter .form-group input[type=text].search-input {
  border: none;
  width: 100%;
  background: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  border-bottom: 1px solid #dee2e6;
  border-radius: 5px 5px 0 0;
  padding: 10px 24px;
  font-size: 15px;
}
.filter .form-group .srch-icon {
  position: absolute;
  right: 5%;
  top: 30%;
  width: 16px;
  height: 16px;
  z-index: 1;
}
.filter .form-group .srch-icon svg {
  width: 16px;
  height: 16px;
}

.view-filter {
  border-bottom: 1px solid #dee2e6;
  padding: 0 0 25px;
  margin-bottom: 35px;
}
.view-filter label {
  width: 100%;
  margin: 0 0 20px;
  font-weight: 400;
  color: #4c4c4c;
}
.view-filter a {
  float: left;
  margin: 0 25px 0 0;
  color: #000;
  font-size: 14px;
  opacity: 0.4;
  transition: all ease 0.3s;
  position: relative;
}
.view-filter a i {
  float: left;
  margin: 0 12px 0 0;
}
.view-filter a:hover {
  opacity: 1;
}
.view-filter a.active {
  opacity: 1;
}
.view-filter a.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.multi-dropdown .toggle-btn {
  padding: 16px 35px 16px 16px;
  cursor: pointer;
}
.multi-dropdown .toggle-btn:after {
  border: none !important;
  width: 7px;
  height: 7px;
  border-left: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  right: 24px !important;
}
.multi-dropdown .toggle-btn.active::after {
  transform: rotate(135deg) !important;
  -ms-transform: rotate(135deg) !important;
}

.selected-label {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0.5% 0;
}
.selected-label li {
  list-style: none;
  background: #f6c57f;
  color: #000;
  font-weight: 600;
  border-radius: 20px;
  padding: 7px 7px 7px 13px;
  font-size: 11px;
  margin: 0 7px 7px 0;
  display: flex;
  align-items: center;
  line-height: 19px;
}
.selected-label li a.cls {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #f96000;
  margin-left: 12px;
  position: relative;
}
.selected-label li a.cls::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.selected-label li a.cls::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.year-select .multi-dropdown {
  min-width: 110px;
}
.year-select .multi-dropdown .toggle-btn {
  padding: 16px 26px 16px 16px;
}
.year-select .multi-dropdown .toggle-btn::after {
  right: 16px !important;
  top: 25px;
}
.year-select .multi-dropdown .toggle-btn.active::after {
  top: 27px;
}
.year-select .custom-multiselect01 ul li label input[type=checkbox] + .checkmark {
  left: 0;
  right: auto;
  width: 4px;
  height: 100%;
  background: transparent;
  border-radius: 0;
  border: none;
}
.year-select .custom-multiselect01 ul li label input[type=checkbox]:checked + .checkmark {
  background: #f96000;
}
.year-select .selected-label li {
  font-weight: 900;
  font-size: 13px;
}
.year-select .selected-label li a.cls {
  margin-left: 9px;
}

.filter-by-sort ul {
  max-width: 500px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eff1f3;
}
.filter-by-sort ul li {
  list-style: none;
  padding: 0;
  margin: 0 30px 0 0;
}
.filter-by-sort ul li a {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 5px 18px;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: #818181;
  transition: all ease 0.2s;
}
.filter-by-sort ul li a:hover {
  color: #000;
}
.filter-by-sort ul li a::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #f96000;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: all ease 0.2s;
}
.filter-by-sort ul li a i {
  margin-right: 12px;
}
.filter-by-sort ul li.active a {
  color: #000;
}
.filter-by-sort ul li.active a::after {
  opacity: 1;
}

.path-videos .filter {
  position: relative;
  z-index: 3;
}

.path-photo-features .multi-dropdown,
.pane-slideshow .multi-dropdown {
  min-width: auto;
}
@media (max-width:767px) {
  .path-photo-features .filter,
  .pane-slideshow .filter {
    flex-wrap: wrap;
  }
  .path-photo-features .filter .form-group,
  .pane-slideshow .filter .form-group {
    width: 48%;
    flex-grow: 1;
  }
  .path-photo-features .filter .form-group input[type=text],
  .pane-slideshow .filter .form-group input[type=text] {
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .path-photo-features .filter .form-group,
  .pane-slideshow .filter .form-group {
    margin: 0;
  }
}

[lang=ar] .filter .form-group .srch-icon {
  right: auto;
  left: 5%;
}

.filter .form-group .custom-multiselect01 ul li label {
  padding: 10px 48px 10px 24px !important;
}

.pub-row {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pub-row .pub-cont-left {
  width: 20%;
}
.pub-row .pub-cont-left figure {
  margin: 0;
}
.pub-row .pub-cont-left .pub-dtl .c-type {
  font-size: 16px;
  color: #919fae;
}
.pub-row .pub-cont-left .pub-dtl {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.pub-row .pub-cont-left.pub-w-2 {
  width: 35%;
}
.pub-row .pub-cont-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  flex: 1;
}
.pub-row .pub-cont-right .content-type {
  color: #F7931D;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}
.pub-row .pub-cont-right .title {
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
}
.pub-row .pub-cont-right .pub-download {
  align-self: flex-start;
}
.pub-row .pub-cont-right .pub-cont-detail p {
  margin-top: 30px;
}
.pub-row .pub-cont-right .pub-cont-detail p:first-child {
  margin-top: 0;
}
.pub-row .pub-cont-right .btn.action {
  align-self: flex-start;
}
.pub-row .pub-cont-right .pub-loc-date {
  color: #4C4C4C;
}
.pub-row .pub-cont-right .pub-loc-date p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px;
}
.pub-row .pub-cont-right .pub-loc-date p span {
  vertical-align: middle;
  margin-right: 16px;
}

@media (max-width:979px) {
  .pub-banner-holder .pub-row {
    flex-direction: column-reverse;
  }
  .pub-banner-holder .pub-row .pub-cont-left {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .pub-banner-holder .pub-row .pub-cont-left {
    width: 100%;
  }
  .pub-banner-holder .pub-row .pub-cont-right .title {
    font-size: 32px;
    line-height: 45px;
  }
}

@media (max-width:979px) {
  .pub-content-holder .pub-row {
    flex-direction: column;
  }
}

.publication-listing {
  border-bottom: 1px solid #d7d7d7;
  padding: 50px 0px 45px;
  width: 100%;
}
.publication-listing .publication-listing-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 575px) {
  .publication-listing .publication-listing-row {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .publication-listing .publication-listing-row .info-content {
    width: 100%;
  }
}
.publication-listing .publication-listing-row .info-content figure {
  padding-right: 25px;
  margin: 0;
  width: 300px;
}
@media (max-width: 575px) {
  .publication-listing .publication-listing-row .info-content figure {
    padding-right: 0;
    width: 100%;
  }
}
.publication-listing .publication-listing-row .info-content figure img {
  border: 1px #dee2e6 solid;
  width: 100%;
}
.publication-listing .publication-listing-row .info-action-holder {
  flex-grow: 1;
}
.publication-listing .publication-listing-row .info-action-holder .info-action {
  display: flex;
  flex-grow: 1;
  gap: 32px;
  padding-bottom: 48px;
}
@media (max-width:979px) {
  .publication-listing .publication-listing-row .info-action-holder .info-action {
    flex-direction: column;
  }
}
.publication-listing .publication-listing-row .info-action-holder .info-action h4,
.publication-listing .publication-listing-row .info-action-holder .info-action h5 {
  font-weight: 700;
}
.publication-listing .publication-listing-row .info-action-holder .info-action h4 a,
.publication-listing .publication-listing-row .info-action-holder .info-action h5 a {
  color: #000000;
}
.publication-listing .publication-listing-row .info-action-holder .info-action h4 a:hover,
.publication-listing .publication-listing-row .info-action-holder .info-action h5 a:hover {
  color: #4a8bcd;
}
.publication-listing .publication-listing-row .info-action-holder .info-action .info {
  flex-grow: 1;
}
.publication-listing .publication-listing-row .info-action-holder .info-action .action-blk {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 32px;
}
.publication-listing .publication-listing-row .info-action-holder .info-action .action-blk .dropdown-select {
  box-shadow: 0px 0px 15px 1px #efefef;
  position: relative;
  border-radius: 6px;
}
.publication-listing .publication-listing-row .info-action-holder .info-action .action-blk .download-count {
  clear: both;
  padding: 10px 0 0 10px;
  font-size: 16px;
}
.publication-listing .publication-listing-row .info-action-holder .info-action .action-blk .download-icon-holder {
  padding-top: 10px;
}
.publication-listing .publication-listing-row .info-action-holder .btn {
  padding-top: 0;
}

.publication-header {
  position: relative;
  background-color: #dee2e6;
  padding-bottom: 56px;
}
.publication-header p.content-type {
  color: #333333;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.publication-header_content {
  display: flex;
  position: relative;
  gap: 56px;
}
@media (max-width:767px) {
  .publication-header_content {
    flex-wrap: wrap-reverse;
    gap: 0;
  }
}
.publication-header_content .cl-grp {
  max-width: 360px;
  width: 100%;
  z-index: 1;
}
.publication-header_content .cl-title {
  width: 68%;
}
@media (max-width:767px) {
  .publication-header_content .cl-title {
    width: 100%;
  }
}
.publication-header_content .cl-title .pub-dtl {
  padding-left: 0;
}

.pubGraphics {
  max-width: 360px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width:767px) {
  .pubGraphics {
    max-width: 460px;
    margin: 16px auto;
    position: relative;
  }
}
@media (min-width: 640px) and (max-width: 979px) {
  .pubGraphics {
    background-color: #ffffff;
  }
}
.pubGraphics figure {
  width: 100%;
  min-height: 320px;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.pubGraphics figure img {
  width: 100%;
  object-fit: cover;
}

[lang=ar] .pubGraphics {
  left: auto;
  right: 0;
}

.pub-download {
  padding: 0;
  margin-top: 16px;
}

.download-block {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.download-block .selectdropdown {
  min-width: 180px;
}

.publication-cnts {
  display: flex;
  min-height: 160px;
}
@media (max-width: 860px) {
  .publication-cnts {
    gap: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width:980px) {
  .publication-cnts {
    flex-direction: row;
    gap: 56px;
    justify-content: flex-end;
    min-height: 400px;
  }
}
.publication-cnts .colp-lct {
  max-width: 360px;
  width: 100%;
  position: relative;
}
@media (max-width:767px) {
  .publication-cnts .colp-lct {
    width: 100%;
  }
}
.publication-cnts .colp-rct {
  width: 98%;
}
@media (min-width:980px) {
  .publication-cnts .colp-rct {
    width: 68%;
  }
}
@media (min-width:980px) {
  .publication-cnts .colp-rct article.glbl.pad-t-b.level3 {
    padding-top: 0;
  }
}

.pub-dtl {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  padding: 24px 24px 12px 0;
}
@media (min-width: 640px) and (max-width: 979px) {
  .pub-dtl {
    padding: 24px 24px 12px 24px;
  }
}
@media (min-width:980px) {
  .pub-dtl {
    gap: 64px;
    flex-wrap: nowrap;
  }
}
.pub-dtl .cl p,
.pub-dtl .rw p {
  font-weight: 500;
  font-size: 16px;
}
.pub-dtl .cl p.c-type,
.pub-dtl .rw p.c-type {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
}
.pub-dtl .pub-download {
  margin-top: 0;
}

.c-type {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.title {
  font-size: 42px;
}
@media (max-width:767px) {
  .title {
    font-size: 32px;
    margin-left: 0;
    margin-right: 0;
  }
}
.title.pof {
  margin-top: 80px;
}

figure.align-right,
figure.align-left {
  max-width: 500px;
}
@media (min-width:768px) and (max-width:979px) {
  figure.align-right,
  figure.align-left {
    max-width: 400px;
  }
}

.youtubeVideo {
  margin-left: auto;
  margin-right: auto;
}

.ct-card-group.documents {
  justify-content: flex-start;
}
.ct-card-group.documents .ct-card__details--body {
  padding-bottom: 32px !important;
}

.ftr-publ h2 {
  color: #ffffff;
  margin-bottom: 32px;
}
.ftr-publ .resourse-blk-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (min-width: 980px) {
  .ftr-publ .resourse-blk-row {
    margin: 0 -14px;
  }
}
.ftr-publ .resourse-blk-row .resourse-blk {
  width: calc(50% - 20px);
  margin: 0 10px;
}
@media (min-width:980px) {
  .ftr-publ .resourse-blk-row .resourse-blk {
    width: calc(33.3333333333% - 32px);
    margin: 0 16px;
  }
}
.ftr-publ .resourse-blk-row .resourse-blk h3 {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 48px;
  margin-top: 16px;
}
.ftr-publ .resourse-blk-row .resourse-blk h3 a {
  color: #ffffff;
}

.sp2022 {
  margin-top: 32px;
}
.sp2022 h3 {
  margin-bottom: 32px;
}

.filter-wrap {
  margin-bottom: 32px;
}
.filter-wrap .fltr-action {
  display: flex;
  align-items: center;
  gap: 20px;
}
.filter-wrap .fltr-action p {
  color: #f96000;
}

@media (max-width: 575px) {
  .responsive-table table td p img.media-image {
    width: 100% !important;
    height: auto !important;
    min-width: 100px;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .responsive-table table td p img.media-image {
    max-height: 150px;
    max-width: 120px;
  }
}
@media (min-width:980px) {
  .responsive-table table td p img.media-image {
    max-height: 130px;
    max-width: 100px;
  }
}
@media (min-width: 1200px) {
  .responsive-table table td p img.media-image {
    max-height: 200px;
    max-width: 150px;
  }
}
@media (min-width: 1440px) {
  .responsive-table table td p img.media-image {
    max-height: 240px;
    max-width: 180px;
  }
}