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

.topic-cardGroup {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (min-width:980px) {
  .topic-cardGroup {
    flex-direction: row;
    margin-left: -1%;
    margin-right: -1%;
  }
}
.topic-cardGroup .topic-card {
  max-width: 31.3333333333%;
  width: 100%;
  padding: 0;
  margin: 1%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 575px) {
  .topic-cardGroup .topic-card {
    max-width: 100%;
  }
}
.topic-cardGroup .topic-card_image {
  padding: 30% 0;
  background-color: #f96000;
  overflow: hidden;
  position: relative;
}
.topic-cardGroup .topic-card_image a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.topic-cardGroup .topic-card_image a img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.5s ease-in;
  mix-blend-mode: multiply;
}
.topic-cardGroup .topic-card_image a .cts {
  position: absolute;
  width: 88%;
  z-index: 1;
  left: 15px;
  top: 50%;
  transform: translate(10px, -50%);
}
.topic-cardGroup .topic-card_image a .cts i {
  width: 40px;
  height: 40px;
  display: block;
}
.topic-cardGroup .topic-card_image a .cts i img {
  width: 40px;
  object-fit: contain;
  opacity: 1;
  position: relative;
  left: auto;
  top: auto;
}
.topic-cardGroup .topic-card_image a .cts h5 {
  color: #fff;
  width: 100%;
  padding: 10px 0 0 0;
  margin: 0;
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
  transition: 0.5s ease-in;
}
@media (min-width:768px) and (max-width:979px) {
  .topic-cardGroup .topic-card_image a .cts h5 {
    font-size: 20px;
    line-height: 28px;
  }
}
.topic-cardGroup .topic-card_image a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.listing-row {
  padding: 32px 0;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  flex-direction: row;
}
@media (max-width:767px) {
  .listing-row {
    flex-direction: column;
  }
}
.listing-row h4,
.listing-row h5 {
  margin-top: 0;
}
.listing-row h4 a,
.listing-row h5 a {
  color: #000000;
}
.listing-row h4 a:hover,
.listing-row h5 a:hover {
  color: #4a8bcd;
}
.listing-row_image {
  max-width: 320px;
  min-width: 320px;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  margin: 0 0 32px 0;
  position: relative;
}
@media (min-width:768px) and (max-width:979px) {
  .listing-row_image {
    max-width: 300px;
    min-width: 300px;
    margin: 0 56px 32px 0;
  }
}
@media (min-width:980px) {
  .listing-row_image {
    width: 100%;
    max-height: 200px;
    margin: 0 56px 32px 0;
  }
}
.listing-row_image img {
  width: 100%;
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.listing-row_image img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.listing-row_image.verticle {
  max-height: none;
}
.listing-row_image.evaluation, .listing-row_image.publication, .listing-row_image.resources, .listing-row_image.press {
  background-color: #dee2e6;
}
.listing-row_image.evaluation img.img-blur, .listing-row_image.publication img.img-blur, .listing-row_image.resources img.img-blur, .listing-row_image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 520px;
}
.listing-row_image.evaluation a, .listing-row_image.publication a, .listing-row_image.resources a, .listing-row_image.press a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.listing-row_image.evaluation a img, .listing-row_image.publication a img, .listing-row_image.resources a img, .listing-row_image.press a img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.listing-row p.date,
.listing-row p.locate {
  font-size: 14px;
  color: #000000;
  display: flex;
  align-items: center;
}
.listing-row p.date span,
.listing-row p.locate span {
  margin-right: 10px;
}
.listing-row p.date span.material-icons,
.listing-row p.locate span.material-icons {
  color: #919fae;
  width: 18px;
  text-align: center;
  font-size: 20px;
}
.listing-row p.date {
  margin-bottom: 16px;
}
.listing-row p.locate {
  margin-bottom: 10px;
}

.listing-row .cl-4 {
  width: 100%;
}
@media (min-width: 575.5px) and (max-width:979px) {
  .listing-row .cl-4 {
    width: auto;
  }
}
@media (min-width:980px) {
  .listing-row .cl-4 {
    width: auto;
  }
}
.listing-row .cl-8 {
  width: 100%;
}
@media (min-width:768px) and (max-width:979px) {
  .listing-row .cl-8 {
    width: 60%;
  }
}
@media (min-width:980px) {
  .listing-row .cl-8 {
    width: 64%;
  }
}
.listing-row .cl-8 .btn {
  margin-top: 32px;
}
.listing-row .cl-8.full-w {
  width: 100%;
}

.ev-news-list-block .listing-row p.date {
  margin-bottom: 16px;
}

[lang=ar] .content__list-holder .content__list-item p.date .material-icons {
  margin-right: auto;
  margin-left: 10px;
}

@media (min-width:980px) {
  [lang=ar] .listing-row_image {
    margin: 0 0 32px 56px;
  }
}

[lang=ar] .listing-row p.date span,
[lang=ar] .listing-row p.locate span {
  margin-right: 0;
  margin-left: 10px;
}

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

.jbdls {
  padding: 16px 0 0 0;
}

.jbslist .listing-block {
  display: none;
}
.jbslist .listing-block.is-active {
  display: block;
}

@media (min-width:980px) {
  .jbf {
    margin-left: 0 !important;
  }
}

/* css for events */
.act-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin: 48px 0 32px 0;
}
@media (max-width: 575px) {
  .act-wrap {
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .act-wrap .btn.action {
    font-size: 13px;
    padding: 16px 16px;
  }
}

.date-loc-btn-holder {
  padding: 32px 0 0 0;
}

h4 + .date-loc-btn-holder {
  padding-top: 20px;
}

.download-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.download-wrap .download-block {
  padding: 0.5em 0 0 0;
  display: flex;
  align-items: center;
}
.download-wrap .download-block .selectdropdown {
  margin-right: 10px;
  min-width: 180px;
}

.cnt-max750 .download-wrap {
  margin-top: 48px;
}

p + ul {
  margin-top: 32px;
}

.jb-brief .form-group {
  margin: 16px 0;
}
.jb-brief .form-group:first-child {
  margin-top: 0;
}
.jb-brief .form-group:last-child {
  margin-top: 48px;
}
.jb-brief .form-group label {
  color: #666666;
  font-weight: 400;
}
.jb-brief .form-group p {
  font-weight: 700;
}

.doc-dnl a {
  display: inline-flex;
  font-size: 14px;
}
.doc-dnl a .material-icons {
  margin-right: 8px;
  color: #919fae;
}

.jb-brief .download-icon-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 320px;
  margin-top: 10px;
}