@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 58px;
    opacity: 1;
  }
}
.calendar-icon {
  display: inline-block;
  background: url("../images/calendar-icon.png") no-repeat 0 0/cover;
  width: 15px;
  height: 16px;
}

.list-icon {
  display: inline-block;
  background: url("../images/list.svg") no-repeat 0 0/cover;
  width: 22px;
  height: 22px;
}

.grid-icon {
  display: inline-block;
  background: url("../images/grid.svg") no-repeat 0 0/cover;
  width: 20px;
  height: 20px;
}

.calendar-icon {
  display: inline-block;
  background: url("../images/calendar.svg") no-repeat 0 0/cover;
  width: 18px;
  height: 18px;
}

.news-icon {
  display: inline-block;
  background: url("../images/icon-news.svg") no-repeat 0 0/cover;
  width: 18px;
  height: 16px;
}

.secondary-arrow {
  display: inline-block;
  background: url("../images/arrow-2nd-right.svg") no-repeat 0 0/cover;
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

.secondary-arrow:hover {
  background: url("../images/arrow-2nd-right-hover.svg") no-repeat 0 0/cover;
}

a.btn .secondary-arrow {
  display: inline-block;
  background: url("../images/arrow-2nd-right.svg") no-repeat 0 0/cover;
  width: 14px;
  height: 14px;
  transition: 0.2s ease-in;
  position: relative;
}

a.btn:hover .secondary-arrow {
  background: url("../images/arrow-2nd-right-hover.svg") no-repeat 0 0/cover;
  margin-left: 15px;
}

.twitter-icon {
  display: inline-block;
  background: url("../images/twitter-icon.svg") no-repeat 0 0/cover;
  width: 20px;
  height: 16px;
}

.facebook-icon {
  display: inline-block;
  background: url("../images/facebook-icon.svg") no-repeat 0 0/cover;
  width: 10px;
  height: 20px;
}

.instagram-icon {
  display: inline-block;
  background: url("../images/instagram-icon.svg") no-repeat 0 0/cover;
  width: 20px;
  height: 20px;
}

.youtube-icon {
  display: inline-block;
  background: url("../images/icon-yTube-black.svg") no-repeat 0 0/cover;
  width: 20px;
  height: 20px;
}

.extrenal-link-icon {
  display: inline-block;
  background: url("../images/extrenal-link-icon.svg") no-repeat 0 0/cover;
  width: 14px;
  height: 14px;
}

.extrenal-link-black-icon {
  display: inline-block;
  background: url("../images/extrenal-link-black-icon.svg") no-repeat 0 0/cover;
  width: 15px;
  height: 15px;
}

.girl-icon {
  display: inline-block;
  background: url("../images/girl-icon.svg") no-repeat 0 0/cover;
  width: 36px;
  height: 75px;
}

.boy-icon {
  display: inline-block;
  background: url("../images/boy-icon.svg") no-repeat 0 0/cover;
  width: 36px;
  height: 75px;
}

.left-arrow-custom {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  border: 2px solid #f96000;
}
.left-arrow-custom::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #f96000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.left-arrow-custom::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 2px solid #f96000;
  border-left: 2px solid #f96000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.list-view {
  display: inline-block;
  width: 22px;
  height: 15px;
  background: url("../images/list-view-icon.svg") no-repeat 0 0/cover;
}

.calendar-view {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/calendar-view-icon.svg") no-repeat 0 0/cover;
}

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

.data-overview {
  padding: 0 0 50px;
}
@media (max-width:767px) {
  .data-overview {
    padding: 30px 0;
  }
}
.data-overview .data-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .data-overview .data-row {
    margin: 0 -15px;
  }
}
.data-overview .data-row .card {
  width: calc(50% - 40px);
  margin: 20px;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  padding: 50px 40px 40px;
}
@media (max-width: 1199px) {
  .data-overview .data-row .card {
    width: calc(50% - 30px);
    margin: 15px;
    padding: 40px 30px 30px;
  }
}
@media (max-width:979px) {
  .data-overview .data-row .card {
    width: calc(100% - 30px);
  }
}
.data-overview .data-row .card h4 {
  font-weight: 400;
  margin-bottom: 25px;
}
.data-overview .data-row .card .count {
  display: flex;
  margin: 35px 0 10px;
}
.data-overview .data-row .card .count .blk {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.data-overview .data-row .card .count .blk h2 {
  color: #4a8bcd;
  margin: 0 0 0 15px;
}
@media (max-width: 575px) {
  .data-overview .data-row .card .count .blk i {
    width: 26px;
    height: 54px;
  }
}
.data-overview .data-row .card .rate-info {
  margin: 35px 0 20px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 575px) {
  .data-overview .data-row .card .rate-info {
    margin: 5px 0 15px;
  }
}
.data-overview .data-row .card .rate-info h2 {
  color: #4a8bcd;
  margin: 0 0 5px;
}
.data-overview .data-row .card .rate-info p {
  font-size: 16px;
}
.data-overview .btn.default {
  margin: 30px 0 0;
}

.fertility-graph {
  display: flex;
  margin: 30px 0 60px;
  align-items: center;
}
@media (max-width: 575px) {
  .fertility-graph {
    display: inline-block;
    width: 100%;
  }
}
.fertility-graph i {
  margin: 0 20px 0 0;
  width: 30px;
  height: 72px;
  display: inline-block;
  background: url("../images/fertility-icon.svg") -31px 0/cover;
}
@media (max-width: 575px) {
  .fertility-graph i {
    width: 21px;
    height: 50px;
    background-size: 43px;
    background-position: -22px 0;
    margin: 0 10px 0 0;
    float: left;
  }
}
.fertility-graph i.active {
  background-position: 0 0;
  width: 31px;
}
@media (max-width: 575px) {
  .fertility-graph i.active {
    width: 21px;
    background-size: 42px;
  }
}
.fertility-graph h2 {
  color: #4a8bcd;
  margin: 0 0 0 15px;
}
@media (max-width: 575px) {
  .fertility-graph h2 {
    float: left;
    margin-top: 5px;
  }
}

.hotspot {
  flex: 1;
  border-radius: 5px;
  padding: 40px 30px;
  background-color: #ffffff;
  border: 2px solid #f96000;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  position: relative;
  transition: 0.5s all ease-in;
}
.hotspot .icn {
  width: 56px;
  height: 56px;
  background-color: #f96000;
  border-radius: 50px;
  margin: 0 auto 25px auto;
  position: relative;
  transition: 0.5s all ease-in;
}
.hotspot h5,
.hotspot h6 {
  margin: 0 auto;
  text-align: center;
  transition: 0.5s all ease-in;
  padding-bottom: 16px;
}
.hotspot p {
  text-align: center;
  margin: 0;
  font-size: 16px;
  transition: 0.5s all ease-in;
}
.hotspot .btn-icon {
  opacity: 0;
  transition: 0.5s all ease-in;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
}
.hotspot:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.hotspot:hover .icn {
  transform: translate(0, -60px);
}
.hotspot:hover h5,
.hotspot:hover h6,
.hotspot:hover p {
  transform: translate(0, -60px);
}
.hotspot:hover .btn-icon {
  opacity: 1;
  left: 50%;
  transform: translate(-50%, -30px);
}
.hotspot:hover .btn-icon:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.hotspot-row {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0 0;
  gap: 30px;
}
.hotspot-row.blk-04 {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 0;
  margin: 0 -1.5%;
}
@media (max-width:767px) {
  .hotspot-row.blk-04 {
    margin: 0 -10px;
  }
}
@media (max-width: 575px) {
  .hotspot-row.blk-04 {
    padding: 50px 0;
  }
}
.hotspot-row.blk-04 .hotspot {
  max-width: 22%;
  min-width: 22%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
@media (max-width:979px) {
  .hotspot-row.blk-04 .hotspot {
    max-width: 47%;
    min-width: 47%;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width:767px) {
  .hotspot-row.blk-04 .hotspot {
    padding: 15px 10px 0;
    max-width: calc(50% - 20px);
    min-width: calc(50% - 20px);
    margin: 10px 10px;
  }
}
.hotspot-row.blk-04 .hotspot .icn {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width:767px) {
  .hotspot-row.blk-04 .hotspot .icn {
    width: 60px;
    height: 60px;
    padding: 10px 15px;
  }
}
.hotspot-row.blk-04 .hotspot .icn img {
  max-width: 100%;
}
@media (max-width:767px) {
  .hotspot-row.blk-04 .hotspot .btn-icon {
    bottom: -15px;
  }
}
@media (max-width:979px) {
  .hotspot-row.blk-04 .hotspot:hover .icn {
    transform: translate(0, -35px);
    -ms-transform: translate(0, -35px);
  }
}
@media (max-width:979px) {
  .hotspot-row.blk-04 .hotspot:hover h6 {
    transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
  }
}

.featured-cards {
  padding: 60px 0 40px;
}
@media (max-width:979px) {
  .featured-cards {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width:767px) {
  .featured-cards {
    padding: 30px 0;
  }
}
@media (max-width:979px) {
  .featured-cards h3 {
    width: 100%;
  }
}
.featured-cards .card-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .featured-cards .card-wrap {
    margin: 0;
  }
}
.featured-cards .card-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 10px 0 40px;
  position: relative;
  justify-content: flex-end;
  align-content: flex-start;
  width: 100%;
}
@media (max-width:979px) {
  .featured-cards .card-row {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    flex-direction: column;
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 575px) {
  .featured-cards .card-row {
    margin: 10px 0;
    width: 100%;
  }
}
.featured-cards .card-row .image {
  width: 60%;
  height: calc(100% - 85px);
  min-height: 350px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  overflow: hidden;
}
@media (max-width:979px) {
  .featured-cards .card-row .image {
    position: relative;
    min-height: 1px;
    height: 210px;
    width: 100%;
    margin: 0;
  }
}
.featured-cards .card-row .image.img-55 {
  width: 55%;
}
@media (max-width:979px) {
  .featured-cards .card-row .image.img-55 {
    width: 100%;
  }
}
.featured-cards .card-row .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.featured-cards .card-row .image img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.featured-cards .card-row .text {
  width: 45%;
  padding: 55px 40px;
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  .featured-cards .card-row .text {
    padding: 40px;
  }
}
@media (max-width:979px) {
  .featured-cards .card-row .text {
    width: 100%;
    box-shadow: none;
    padding: 25px 25px 35px;
  }
}
@media (max-width: 575px) {
  .featured-cards .card-row .text {
    padding: 30px 20px;
  }
}
.featured-cards .card-row .text.grey {
  background: #f4f5f6 !important;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}
.featured-cards .card-row .text h3 {
  margin: 16px 0 25px;
}
.featured-cards .card-row .text h4 {
  margin: 16px 0 16px;
  line-height: 1.4;
}
.featured-cards .card-row .text .share {
  margin-top: 15px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
}
.featured-cards .card-row .text .share i {
  margin-right: 10px;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.featured-cards .card-row .text p {
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.featured-cards .card-row .text .link {
  color: #000;
}
.featured-cards .card-row .text ul {
  padding: 0;
  margin: 0 0 25px;
}
.featured-cards .card-row .text ul li {
  padding: 0 0 0 30px;
  margin: 0 0 15px;
  list-style: none;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
.featured-cards .card-row .text ul li i {
  position: absolute;
  left: 0;
  top: 2px;
}
.featured-cards .card-row .text .btn.action {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .featured-cards .card-row .text .btn.action {
    margin-top: 10px;
  }
}
.featured-cards .card-row.left-text {
  flex-direction: row-reverse;
}
.featured-cards .card-row.left-text .image {
  left: auto;
  right: 0;
}
@media (max-width:979px) {
  .featured-cards .card-row.detailed-info {
    width: calc(100% - 30px);
    justify-content: flex-end;
    flex-direction: row;
    box-shadow: none;
  }
}
@media (max-width: 575px) {
  .featured-cards .card-row.detailed-info {
    width: calc(100% + 60px);
    padding-top: 0 !important;
    margin-top: 45px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.featured-cards .card-row.detailed-info .image {
  width: 30%;
  z-index: 2;
}
@media (max-width:979px) {
  .featured-cards .card-row.detailed-info .image {
    position: absolute;
    height: calc(100% - 85px);
    margin: auto;
  }
}
@media (max-width: 575px) {
  .featured-cards .card-row.detailed-info .image {
    z-index: 4;
    left: 0 !important;
    right: 0;
    top: -30px !important;
    margin: 0 auto;
    width: 90% !important;
    height: 350px !important;
  }
}
.featured-cards .card-row.detailed-info .text {
  width: 95%;
  padding: 6% 5% 8% 32%;
}
@media (max-width:979px) {
  .featured-cards .card-row.detailed-info .text {
    padding: 5% 4% 7% 30%;
  }
}
@media (max-width: 575px) {
  .featured-cards .card-row.detailed-info .text {
    width: 100%;
    padding: 330px 20px 30px;
    z-index: 3 !important;
    box-shadow: none !important;
  }
}
.featured-cards .card-row.detailed-info .text.bg-color-01 {
  background: #efeee6 !important;
  box-shadow: none;
}
.featured-cards .card-row.detailed-info .text.bg-color-02 {
  background: #f4f5f6 !important;
  box-shadow: none;
}
.featured-cards .card-row.detailed-info .btn.action .icn {
  margin-right: 10px;
  margin-left: 0;
}
.featured-cards .card-row.featured-donation {
  justify-content: flex-start;
}
@media (max-width:979px) {
  .featured-cards .card-row.featured-donation {
    width: calc(100% - 30px);
    flex-direction: row;
    box-shadow: none;
  }
}
@media (max-width: 575px) {
  .featured-cards .card-row.featured-donation {
    width: 100%;
  }
}
.featured-cards .card-row.featured-donation .image {
  width: 90%;
  height: auto;
  position: relative;
}
.featured-cards .card-row.featured-donation .text {
  width: 90%;
  margin-left: auto;
  margin-top: -60px;
  padding: 35px 280px 35px 60px;
  position: relative;
}
@media (max-width:979px) {
  .featured-cards .card-row.featured-donation .text {
    padding: 15px 40px 40px;
  }
}
@media (max-width: 575px) {
  .featured-cards .card-row.featured-donation .text {
    width: 100%;
    padding: 30px 20px;
    margin-top: 0;
    z-index: 3;
  }
}
.featured-cards .card-row.featured-donation .text.bg-color-01 {
  background: #efeee6 !important;
}
.featured-cards .card-row.featured-donation .text.bg-color-02 {
  background: #f4f5f6 !important;
}
.featured-cards .card-row.featured-donation .text a.action {
  position: absolute;
  bottom: 65px;
  right: 55px;
}
@media (max-width:979px) {
  .featured-cards .card-row.featured-donation .text a.action {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 10px;
  }
}
@media (max-width:979px) {
  .featured-cards .card-row.videoplay {
    width: calc(100% - 30px);
    flex-direction: row;
    box-shadow: none;
  }
}
@media (max-width: 575px) {
  .featured-cards .card-row.videoplay {
    width: 100%;
    padding-top: 0 !important;
  }
}
.featured-cards .card-row.videoplay .image {
  width: 100%;
  position: relative;
  height: auto;
  min-height: 1px;
}
@media (max-width: 575px) {
  .featured-cards .card-row.videoplay .image {
    position: relative !important;
    left: auto !important;
    width: 100% !important;
  }
}
.featured-cards .card-row.videoplay .image iframe {
  width: 100% !important;
  height: 500px !important;
  border: none;
}
@media (max-width:979px) {
  .featured-cards .card-row.videoplay .image iframe {
    height: 350px !important;
  }
}
.featured-cards .card-row.videoplay .text {
  width: 100%;
  position: relative;
  padding: 25px 170px 35px 200px;
}
@media (max-width:979px) {
  .featured-cards .card-row.videoplay .text {
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 575px) {
  .featured-cards .card-row.videoplay .text {
    z-index: 3;
    padding: 15px 20px;
  }
}
.featured-cards .card-row.videoplay .text .logo {
  position: absolute;
  top: 25px;
  left: 20px;
}
@media (max-width:979px) {
  .featured-cards .card-row.videoplay .text .logo {
    position: relative;
    top: 0;
    left: -10px;
    display: inline-flex;
  }
}
.featured-cards .card-row.videoplay .text .date {
  position: absolute;
  top: 50px;
  right: 40px;
  font-size: 13px;
}
@media (max-width: 575px) {
  .featured-cards .card-row.videoplay .text .date {
    top: 42px;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .featured-cards .card-row.videoplay .text h4 {
    margin-top: 5px;
  }
}
@media (max-width: 575px) {
  .featured-cards .card-wrap .card-row:first-child {
    padding: 200px 0 0;
    box-shadow: none;
  }
}
@media (max-width: 575px) {
  .featured-cards .card-wrap .card-row:first-child .image {
    top: 0;
    bottom: auto;
    left: -30px;
    width: calc(100% + 60px);
    position: absolute;
    height: 220px;
  }
}
@media (max-width: 575px) {
  .featured-cards .card-wrap .card-row:first-child .text {
    position: relative;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width:979px) {
  .featured-cards .ct-card-group {
    margin: 0 -15px;
  }
}
@media (max-width:767px) {
  .featured-cards .ct-card-group {
    flex-direction: row;
  }
}
@media (max-width: 575px) {
  .featured-cards .ct-card-group {
    margin: 0;
    flex-direction: column;
  }
}
.featured-cards .displayCard {
  position: relative;
}
@media (max-width:979px) {
  .featured-cards .displayCard {
    width: calc(50% - 30px);
    margin: 15px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .featured-cards .displayCard {
    margin: 10px 0;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
.featured-cards .displayCard .displayCard__image {
  min-height: 350px;
  width: 60%;
  display: flex;
}
@media (max-width:979px) {
  .featured-cards .displayCard .displayCard__image {
    width: 100%;
    min-height: 1px;
  }
}
.featured-cards .displayCard .displayCard__image img {
  height: 100%;
  object-fit: cover;
}
.featured-cards .displayCard .displayCard__image.img-55 {
  width: 55%;
}
@media (max-width:979px) {
  .featured-cards .displayCard .displayCard__image.img-55 {
    width: 100%;
  }
}
.featured-cards .displayCard .displayCard__details {
  width: 45%;
}
@media (max-width:979px) {
  .featured-cards .displayCard .displayCard__details {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .featured-cards .displayCard .displayCard__details {
    width: 90%;
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
  }
}
.featured-cards .displayCard .displayCard__details .displayCard__details--body {
  padding: 50px 45px 45px 45px;
}
@media (max-width:979px) {
  .featured-cards .displayCard .displayCard__details .displayCard__details--body {
    padding: 25px 25px 35px;
  }
}
.featured-cards .displayCard .displayCard__details.grey {
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}
.featured-cards .displayCard .displayCard__details.grey .displayCard__details--body {
  background: #f4f5f6 !important;
}
.featured-cards .displayCard .displayCard__details ul {
  padding: 0;
  margin: 0 0 25px;
}
.featured-cards .displayCard .displayCard__details ul li {
  padding: 0 0 0 30px;
  margin: 0 0 15px;
  list-style: none;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}
.featured-cards .displayCard .displayCard__details ul li i {
  position: absolute;
  left: 0;
  top: 2px;
}
.featured-cards .displayCard .displayCard__details ul li i img {
  max-width: 15px;
}
.featured-cards .displayCard .displayCard__details .share {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
}
.featured-cards .displayCard .displayCard__details .share:hover {
  color: #000;
}
.featured-cards .displayCard .displayCard__details .share i {
  margin-right: 10px;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.featured-cards .displayCard .displayCard__details .btn.action {
  text-transform: uppercase;
  color: #fff;
  padding: 16px 32px;
  margin-top: 30px;
}
.featured-cards .displayCard .displayCard__details a.btn {
  position: relative;
  left: auto;
  bottom: auto;
  padding-top: 0;
}
.featured-cards .displayCard.left-text {
  flex-direction: row-reverse;
}
.featured-cards .displayCard.left-text .displayCard__details {
  right: auto;
  left: 0;
}

.ct-card-group {
  display: flex;
  align-items: stretch;
  margin-left: -16px;
  margin-right: -16px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}
@media (max-width: 575px) {
  .ct-card-group {
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: -6px;
    margin-right: -6px;
  }
}

.displayCard {
  margin: 16px 0;
  width: 100%;
  position: relative;
  transition: 0.5s ease;
  border: 0;
  min-height: 238px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
@media (min-width:768px) {
  .displayCard {
    flex-direction: row;
    align-items: center;
    margin: 16px;
  }
}
.displayCard__image {
  position: relative;
  max-height: 360px;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  width: 100%;
  margin: 0;
}
@media (min-width:768px) {
  .displayCard__image {
    max-height: 320px;
    max-width: 55%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
}
@media (min-width:980px) {
  .displayCard__image {
    max-height: 520px;
  }
}
.displayCard__image a {
  display: block;
  width: 100%;
}
.displayCard__image img {
  width: 100%;
  border: 1px solid #eaeaea;
  margin: 0;
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.displayCard__image img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.displayCard__image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  object-fit: cover;
}
.displayCard__image .btn-vidoplay {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block !important;
  opacity: 0.6;
}
.displayCard__image p.youtube-link {
  position: absolute;
  visibility: hidden;
}
.displayCard__image.ct-card__video {
  padding: 18% 0;
}
.displayCard__image.publication, .displayCard__image.resources, .displayCard__image.press {
  background-color: #dee2e6;
}
.displayCard__image.publication img.img-blur, .displayCard__image.resources img.img-blur, .displayCard__image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 520px;
  background-color: #ffffff;
}
.displayCard__image.publication a, .displayCard__image.resources a, .displayCard__image.press a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.displayCard__image.publication a img, .displayCard__image.resources a img, .displayCard__image.press a img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #ffffff;
}
.displayCard__video {
  min-height: 530px;
  height: 100%;
  max-height: 530px;
  width: 100%;
  padding: 28% 0;
  overflow: hidden;
  position: relative;
  background-color: #eaeaea;
}
.displayCard__video a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  max-height: 530px;
}
.displayCard__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media (max-width: 575px) {
  .displayCard__video {
    min-height: 220px;
    height: 100%;
    max-height: 220px;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .displayCard__video {
    min-height: 410px;
    height: 40vh;
    max-height: 40vh;
  }
}
@media (min-width:980px) {
  .displayCard__video {
    min-height: 70vh;
    height: 70vh;
    max-height: 70vh;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .displayCard__video {
    min-height: 82vh;
    height: 82vh;
    max-height: 82vh;
    padding-bottom: 0;
  }
}
.displayCard__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
}
@media (max-width: 575px) {
  .displayCard__video iframe {
    height: 38vh;
    max-height: 260px;
  }
}
@media (min-width:768px) and (max-width:979px) {
  .displayCard__video iframe {
    height: 40vh;
    max-height: 40vh;
  }
}
@media (min-width:980px) {
  .displayCard__video iframe {
    height: 70vh;
    max-height: 70vh;
  }
}
@media (min-width: 1200px) {
  .displayCard__video iframe {
    height: 82vh;
    max-height: 82vh;
  }
}
.displayCard__details {
  display: flex;
  align-items: center;
  z-index: 0;
  width: 100%;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in;
  background-color: #ffffff;
  margin: 0;
  right: 0;
  position: relative;
}
.displayCard__details:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}
@media (min-width:768px) {
  .displayCard__details {
    min-width: calc(45% + 30px);
    width: calc(45% + 30px);
    margin: 0 0 0 -32px;
    height: calc(100% - 32px);
    padding: 16px 0;
  }
}
.displayCard__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
  position: relative;
  width: 100%;
}
.displayCard__details--body p.date,
.displayCard__details--body p.locate {
  font-size: 14px;
  color: #000000;
  display: flex;
  align-items: center;
}
.displayCard__details--body p.date span,
.displayCard__details--body p.locate span {
  margin-right: 10px;
}
.displayCard__details--body p.date span.material-icons,
.displayCard__details--body p.locate span.material-icons {
  color: #919fae;
  width: 18px;
  text-align: center;
  font-size: 20px;
}
.displayCard__details--body p.date {
  margin-bottom: 16px;
}
.displayCard__details--body p.locate {
  margin-bottom: 10px;
}
.displayCard__details--body p.date-type,
.displayCard__details--body .news-date {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.displayCard__details--body .news-date {
  color: #666666;
}
.displayCard__details--body p.content-type {
  color: #f96000;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.displayCard__details--body h3.card-title,
.displayCard__details--body h4.card-title,
.displayCard__details--body h5.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
}
.displayCard__details--body h4,
.displayCard__details--body h4.card-title {
  margin: 0 0 1em 0;
}
.displayCard__details--body h3.card-title,
.displayCard__details--body h3.card-title a,
.displayCard__details--body h4.card-title,
.displayCard__details--body h4.card-title a {
  color: #000000;
  line-height: 1.38;
  padding-top: 0;
  display: block;
}
.displayCard__details--body h3.card-title:hover,
.displayCard__details--body h3.card-title a:hover,
.displayCard__details--body h4.card-title:hover,
.displayCard__details--body h4.card-title a:hover {
  color: #4a8bcd;
}
.displayCard__details--body h5.card-title a {
  color: #000000;
  line-height: 1.36;
  padding-top: 0;
  display: block;
}
.displayCard__details--body h5.card-title a:hover {
  color: #4a8bcd;
}
.displayCard__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 859px) {
  .displayCard__details--body .info {
    flex-direction: column;
  }
}
.displayCard__details--body .info p {
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}
.displayCard__details--body .info p.content-type {
  color: #f96000;
  font-weight: 700;
  margin-bottom: 0;
}
.displayCard__details--body .info p.date {
  color: #666666;
  margin-bottom: 0;
}
.displayCard__details--body p {
  line-height: 1.5;
  margin-bottom: 16px;
}
.displayCard__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.displayCard__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 10px;
}
.displayCard__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #f96000;
  position: absolute;
  bottom: 9px;
  transform: translate(0);
}
.displayCard__details--body a.btn:focus {
  outline: none;
}
@media (max-width: 859px) {
  .displayCard__details--body {
    width: 100%;
  }
}
.displayCard__details--body a.btn {
  bottom: 16px;
}
.displayCard.video {
  flex-direction: column;
}
.displayCard.video .contextual-region {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.displayCard.video .displayCard__details {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 575px) {
  .displayCard.video .displayCard__details {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: auto;
    bottom: auto;
  }
}
.displayCard.video .displayCard__details--body {
  width: calc(100% - 3em);
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
}
@media (max-width: 575px) {
  .displayCard.video .displayCard__details--body {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .displayCard.video .displayCard__details--body {
    width: 100%;
  }
}
.displayCard.video .displayCard__details--body p.date,
.displayCard.video .displayCard__details--body p.locate {
  font-size: 14px;
  color: #000000;
  display: flex;
  align-items: center;
}
.displayCard.video .displayCard__details--body p.date span,
.displayCard.video .displayCard__details--body p.locate span {
  margin-right: 10px;
}
.displayCard.video .displayCard__details--body p.date span.material-icons,
.displayCard.video .displayCard__details--body p.locate span.material-icons {
  color: #919fae;
  width: 18px;
  text-align: center;
  font-size: 20px;
}
.displayCard.video .displayCard__details--body p.date {
  margin-bottom: 16px;
}
.displayCard.video .displayCard__details--body p.locate {
  margin-bottom: 10px;
}
.displayCard.video .displayCard__details--body p.date-type,
.displayCard.video .displayCard__details--body .news-date {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.displayCard.video .displayCard__details--body .news-date {
  color: #666666;
}
.displayCard.video .displayCard__details--body p.content-type {
  color: #f96000;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h4.card-title,
.displayCard.video .displayCard__details--body h5.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
}
.displayCard.video .displayCard__details--body h4,
.displayCard.video .displayCard__details--body h4.card-title {
  margin: 0 0 1em 0;
}
.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h3.card-title a,
.displayCard.video .displayCard__details--body h4.card-title,
.displayCard.video .displayCard__details--body h4.card-title a {
  color: #000000;
  line-height: 1.38;
  padding-top: 0;
  display: block;
}
.displayCard.video .displayCard__details--body h3.card-title:hover,
.displayCard.video .displayCard__details--body h3.card-title a:hover,
.displayCard.video .displayCard__details--body h4.card-title:hover,
.displayCard.video .displayCard__details--body h4.card-title a:hover {
  color: #4a8bcd;
}
.displayCard.video .displayCard__details--body h5.card-title a {
  color: #000000;
  line-height: 1.36;
  padding-top: 0;
  display: block;
}
.displayCard.video .displayCard__details--body h5.card-title a:hover {
  color: #4a8bcd;
}
.displayCard.video .displayCard__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 859px) {
  .displayCard.video .displayCard__details--body .info {
    flex-direction: column;
  }
}
.displayCard.video .displayCard__details--body .info p {
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}
.displayCard.video .displayCard__details--body .info p.content-type {
  color: #f96000;
  font-weight: 700;
  margin-bottom: 0;
}
.displayCard.video .displayCard__details--body .info p.date {
  color: #666666;
  margin-bottom: 0;
}
.displayCard.video .displayCard__details--body p {
  line-height: 1.5;
  margin-bottom: 16px;
}
.displayCard.video .displayCard__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.displayCard.video .displayCard__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 10px;
}
.displayCard.video .displayCard__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #f96000;
  position: absolute;
  bottom: 9px;
  transform: translate(0);
}
.displayCard.video .displayCard__details--body a.btn:focus {
  outline: none;
}
.displayCard.video .displayCard__details--body a.btn::after {
  bottom: 10px;
}
.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h4.card-title {
  margin: 0;
}
.displayCard.left-text {
  flex-direction: column;
}
@media (min-width:768px) {
  .displayCard.left-text {
    flex-direction: row-reverse;
  }
}
.displayCard.left-text .displayCard__details {
  margin: 0 -32px 0 0;
}

@media (min-width: 1440px) {
  .container-rg .displayCard__details {
    max-width: 540px;
  }
}

.ct-card {
  min-width: calc(50% - 32px);
  max-width: calc(50% - 32px);
  margin: 16px;
  box-sizing: border-box;
  border: 1px solid #dee2e6;
  transition: 0.5s ease;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 0.5em;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.ct-card:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}
@media (max-width: 575px) {
  .ct-card {
    width: calc(100% - 16px);
    max-width: 100%;
    margin: 0 8px 20px 8px;
  }
}
.ct-card__details {
  width: 100%;
}
.ct-card__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
}
.ct-card__details--body p.date,
.ct-card__details--body p.locate {
  font-size: 14px;
  color: #000000;
  display: flex;
  align-items: center;
}
.ct-card__details--body p.date span,
.ct-card__details--body p.locate span {
  margin-right: 10px;
}
.ct-card__details--body p.date span.material-icons,
.ct-card__details--body p.locate span.material-icons {
  color: #919fae;
  width: 18px;
  text-align: center;
  font-size: 20px;
}
.ct-card__details--body p.date {
  margin-bottom: 16px;
}
.ct-card__details--body p.locate {
  margin-bottom: 10px;
}
.ct-card__details--body p.date-type,
.ct-card__details--body .news-date {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.ct-card__details--body .news-date {
  color: #666666;
}
.ct-card__details--body p.content-type {
  color: #f96000;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.ct-card__details--body h3.card-title,
.ct-card__details--body h4.card-title,
.ct-card__details--body h5.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
}
.ct-card__details--body h4,
.ct-card__details--body h4.card-title {
  margin: 0 0 1em 0;
}
.ct-card__details--body h3.card-title,
.ct-card__details--body h3.card-title a,
.ct-card__details--body h4.card-title,
.ct-card__details--body h4.card-title a {
  color: #000000;
  line-height: 1.38;
  padding-top: 0;
  display: block;
}
.ct-card__details--body h3.card-title:hover,
.ct-card__details--body h3.card-title a:hover,
.ct-card__details--body h4.card-title:hover,
.ct-card__details--body h4.card-title a:hover {
  color: #4a8bcd;
}
.ct-card__details--body h5.card-title a {
  color: #000000;
  line-height: 1.36;
  padding-top: 0;
  display: block;
}
.ct-card__details--body h5.card-title a:hover {
  color: #4a8bcd;
}
.ct-card__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 859px) {
  .ct-card__details--body .info {
    flex-direction: column;
  }
}
.ct-card__details--body .info p {
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}
.ct-card__details--body .info p.content-type {
  color: #f96000;
  font-weight: 700;
  margin-bottom: 0;
}
.ct-card__details--body .info p.date {
  color: #666666;
  margin-bottom: 0;
}
.ct-card__details--body p {
  line-height: 1.5;
  margin-bottom: 16px;
}
.ct-card__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.ct-card__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 10px;
}
.ct-card__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #f96000;
  position: absolute;
  bottom: 9px;
  transform: translate(0);
}
.ct-card__details--body a.btn:focus {
  outline: none;
}
.ct-card__details--body .card-text {
  margin-top: 1em;
}
.ct-card__details--body p {
  margin-top: 1em;
}
.ct-card__details--body p.date-type, .ct-card__details--body p.date-field {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #f96000;
}
.ct-card__details a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  bottom: 28px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.ct-card__details a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 10px;
}
.ct-card__details a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #f96000;
  position: absolute;
  bottom: 9px;
  transform: translate(0, 0);
}
.ct-card__image {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  padding: 28% 0;
}
.ct-card__image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.ct-card__image img:hover {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.ct-card__image img:hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ct-card__image a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.ct-card__image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
}
.ct-card__image iframe:hover {
  transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
  transition: transform 2.4s linear, -webkit-transform 2.4s linear;
}
.ct-card__image iframe:hover:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ct-card__image.publication, .ct-card__image.resources, .ct-card__image.press {
  background-color: #dee2e6;
}
.ct-card__image.publication img.img-blur, .ct-card__image.resources img.img-blur, .ct-card__image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 320px;
  background-color: #ffffff;
}
.ct-card__image.publication a, .ct-card__image.resources a, .ct-card__image.press a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.ct-card__image.publication a img, .ct-card__image.resources a img, .ct-card__image.press a img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #ffffff;
}
.ct-card__image .btn-vidoplay {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.ct-card__image .btn-vidoplay::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  display: inline-block !important;
  opacity: 0.6;
  background: url(../images/icon-videoplay.svg) no-repeat center center;
}
.ct-card__image p.youtube-link {
  height: 0px;
  margin: 0;
}
.ct-card__video {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  padding: 28% 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ct-card__video {
    padding: 26% 0;
  }
}
.ct-card__video a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-height: 100%;
}
.ct-card__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.ct-card__video .contextual-region {
  position: initial;
}
.ct-card__video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.ct-card-group.colm-3 .ct-card {
  min-width: calc(33.3333333333% - 32px);
  max-width: 32%;
  width: calc(33.3333333333% - 32px);
}
@media (max-width: 575px) {
  .ct-card-group.colm-3 .ct-card {
    width: calc(100% - 16px);
    max-width: 100%;
    margin: 0 8px 20px 8px;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .ct-card-group.colm-3 .ct-card {
    min-width: calc(33.3333333333% - 32px);
    max-width: calc(100% - 32px);
    width: calc(100% - 68px);
    margin: 16px 8px 16px 32px;
  }
}
.ct-card-group.colm-3 .ct-card__image {
  background-color: #d1d1d1;
}
.ct-card-group.colm-3 .ct-card__image.publication img.img-blur, .ct-card-group.colm-3 .ct-card__image.resources img.img-blur, .ct-card-group.colm-3 .ct-card__image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 280px;
  background-color: #ffffff;
}
.ct-card-group.colm-3 .ct-card__details {
  width: 100%;
}
.ct-card-group.colm-3 .ct-card__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
}
.ct-card-group.colm-3 .ct-card__details--body p.date,
.ct-card-group.colm-3 .ct-card__details--body p.locate {
  font-size: 14px;
  color: #000000;
  display: flex;
  align-items: center;
}
.ct-card-group.colm-3 .ct-card__details--body p.date span,
.ct-card-group.colm-3 .ct-card__details--body p.locate span {
  margin-right: 10px;
}
.ct-card-group.colm-3 .ct-card__details--body p.date span.material-icons,
.ct-card-group.colm-3 .ct-card__details--body p.locate span.material-icons {
  color: #919fae;
  width: 18px;
  text-align: center;
  font-size: 20px;
}
.ct-card-group.colm-3 .ct-card__details--body p.date {
  margin-bottom: 16px;
}
.ct-card-group.colm-3 .ct-card__details--body p.locate {
  margin-bottom: 10px;
}
.ct-card-group.colm-3 .ct-card__details--body p.date-type,
.ct-card-group.colm-3 .ct-card__details--body .news-date {
  color: #666666;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.ct-card-group.colm-3 .ct-card__details--body .news-date {
  color: #666666;
}
.ct-card-group.colm-3 .ct-card__details--body p.content-type {
  color: #f96000;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.ct-card-group.colm-3 .ct-card__details--body h3.card-title,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
}
.ct-card-group.colm-3 .ct-card__details--body h4,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title {
  margin: 0 0 1em 0;
}
.ct-card-group.colm-3 .ct-card__details--body h3.card-title,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title a,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title a {
  color: #000000;
  line-height: 1.38;
  padding-top: 0;
  display: block;
}
.ct-card-group.colm-3 .ct-card__details--body h3.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title a:hover,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title a:hover {
  color: #4a8bcd;
}
.ct-card-group.colm-3 .ct-card__details--body h5.card-title a {
  color: #000000;
  line-height: 1.36;
  padding-top: 0;
  display: block;
}
.ct-card-group.colm-3 .ct-card__details--body h5.card-title a:hover {
  color: #4a8bcd;
}
.ct-card-group.colm-3 .ct-card__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 859px) {
  .ct-card-group.colm-3 .ct-card__details--body .info {
    flex-direction: column;
  }
}
.ct-card-group.colm-3 .ct-card__details--body .info p {
  margin: 0;
  padding: 0;
  display: inline-flex;
  font-size: 15px;
}
.ct-card-group.colm-3 .ct-card__details--body .info p.content-type {
  color: #f96000;
  font-weight: 700;
  margin-bottom: 0;
}
.ct-card-group.colm-3 .ct-card__details--body .info p.date {
  color: #666666;
  margin-bottom: 0;
}
.ct-card-group.colm-3 .ct-card__details--body p {
  line-height: 1.5;
  margin-bottom: 16px;
}
.ct-card-group.colm-3 .ct-card__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.ct-card-group.colm-3 .ct-card__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 10px;
}
.ct-card-group.colm-3 .ct-card__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #f96000;
  position: absolute;
  bottom: 9px;
  transform: translate(0);
}
.ct-card-group.colm-3 .ct-card__details--body a.btn:focus {
  outline: none;
}
.ct-card-group.colm-3 .ct-card__details--body .card-text,
.ct-card-group.colm-3 .ct-card__details--body p {
  margin-top: 1em;
}
.ct-card-group.colm-3 .ct-card__details--body .card-text.date-type, .ct-card-group.colm-3 .ct-card__details--body .card-text.date-field,
.ct-card-group.colm-3 .ct-card__details--body p.date-type,
.ct-card-group.colm-3 .ct-card__details--body p.date-field {
  margin-top: 0;
  color: #f96000;
}
.ct-card-group.colm-3 .ct-card__video {
  position: relative;
  padding: 28% 0;
  width: 100%;
  min-height: 179px;
  height: 100%;
  max-height: 179px;
  overflow: hidden;
  background-color: #eaeaea;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ct-card-group.colm-3 .ct-card__video {
    padding: 26% 0;
  }
}
.ct-card-group.colm-3 .ct-card__video a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  max-height: 100%;
}
.ct-card-group.colm-3 .ct-card__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.ct-card-group.colm-3 .ct-card__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
}
.ct-card-group.colm-3 .ct-card__video img {
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
}
.ct-card-group.colm-3 .ct-card__video .contextual-region {
  position: initial;
}

.related-content .ct-card h3.card-title {
  margin-bottom: 0;
}

.path-multimedia .ct-card-group.colm-3 .ct-card__video a,
.path-videos .ct-card-group.colm-3 .ct-card__video a {
  padding: 28% 0;
  width: 100%;
  min-height: 179px;
  height: 100%;
  max-height: 100%;
}

.ct-card-group.colm-3.feature-cards .ct-card {
  border: 0;
  padding-bottom: 1em;
  background-color: #dee2e5;
}
@media (max-width: 575px) {
  .ct-card-group.colm-3.feature-cards .ct-card {
    padding-bottom: 0;
  }
}
.ct-card-group.colm-3.feature-cards .ct-card__details {
  position: relative;
  height: 63%;
}
@media (max-width: 575px) {
  .ct-card-group.colm-3.feature-cards .ct-card__details {
    height: auto;
  }
}
.ct-card-group.colm-3.feature-cards .ct-card__details::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: -1em;
  left: 1em;
  right: 1em;
  height: 100%;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.ct-card-group.colm-3.feature-cards .ct-card__details--body {
  padding: 0.2em 2.2em 4em 2.2em;
  position: relative;
  z-index: 2;
  background: none;
  height: 100%;
}
@media (max-width: 575px) {
  .ct-card-group.colm-3.feature-cards .ct-card__details--body {
    padding: 0.2em 2.2em 5em 2.2em;
  }
}
.ct-card-group.colm-3.feature-cards .ct-card__details--body .btn {
  left: 2.6em;
  bottom: 1.5em;
}

.path-ed-photo-gallery .ct-card-group.colm-3 .ct-card__details--body {
  padding-bottom: 32px;
}

.path-ed-photo-gallery nav.pager-nav::after {
  width: auto;
}

.path-ed-photo-gallery .ct-card-group {
  margin-left: -8px;
  margin-right: -8px;
}

.data-card-group {
  display: flex;
  align-items: stretch;
  padding-bottom: 64px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  gap: 32px;
}
@media (min-width:980px) {
  .data-card-group {
    flex-wrap: nowrap;
  }
}
.data-card-group .data-card {
  box-sizing: border-box;
  transition: 0.5s ease;
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}
.data-card-group .data-card:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}
@media (min-width:980px) {
  .data-card-group .data-card {
    flex-grow: 3;
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.data-card-group .data-card i {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 30px auto;
}
.data-card-group .data-card h3,
.data-card-group .data-card p {
  text-align: center;
}

[lang=ar] .ct-card-group.colm-3 .ct-card__details--body a.btn {
  left: auto;
  right: 32px;
}

@media (min-width: 768px) {
  [lang=ar] .displayCard__details {
    margin: 0 -32px 0 0;
  }
}

[lang=ar] .ct-card__details a.btn {
  left: auto;
  right: 32px;
}

@media (min-width:980px) {
  .user-logged-in header .head_row {
    position: absolute;
  }
}

body {
  background: #fff;
}

.top-content {
  background: #f4f4f4;
  padding-bottom: 64px;
}
.top-content .page-header .breadcrumb {
  padding: 32px 50px 48px 50px;
}

.page-header_content .container-sig p {
  font-size: 16px;
}

a.link {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 5px;
  display: inline-block;
}
a.link:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: all ease 0.4s;
}
a.link:hover {
  color: #000;
}
a.link:hover:after {
  content: "";
  width: 100%;
  height: 3px;
}

.result-wrap {
  background: #fff;
  padding: 80px 0 80px;
}
@media (max-width:767px) {
  .result-wrap {
    padding-top: 50px;
  }
}
.result-wrap .sldr {
  margin-top: 30px;
}
.result-wrap .ct-card-group {
  margin-left: -16px;
  margin-right: -16px;
}

.filter-wrp {
  margin: 0 -0.5%;
  border-bottom: none;
  position: relative;
  z-index: 2;
}
.filter-wrp .form-group {
  width: 24%;
  margin: 0 8px !important;
}
@media (max-width:979px) {
  .filter-wrp .form-group {
    width: 49%;
    margin: 0.5% !important;
  }
}
@media (max-width: 575px) {
  .filter-wrp .form-group {
    width: 99%;
    margin: 5px 0.5% !important;
  }
}
@media (min-width:980px) {
  .filter-wrp .form-group {
    width: calc(33.3333333333% - 16px);
  }
}
.filter-wrp .form-group input[type=text] {
  min-width: 100%;
}
.filter-wrp .form-group .multi-dropdown {
  min-width: 100%;
}

.filter .form-group label {
  font-weight: 400;
  font-size: 15px;
  padding: 10px 16px;
}

.top-content .filter {
  padding-bottom: 0;
}

.white-bg {
  background: #fff;
}

.country-head {
  display: flex;
  padding: 20px;
}
@media (min-width:980px) {
  .country-head {
    padding: 30px;
  }
}
@media (max-width:979px) {
  .country-head {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.country-head article {
  padding: 20px 70px 15px 0;
  width: calc(100% - 330px);
}
@media (max-width:979px) {
  .country-head article {
    padding: 0 30px 15px 0;
    width: calc(100% - 300px);
  }
}
@media (max-width: 575px) {
  .country-head article {
    width: 100%;
    padding: 0 0 25px;
  }
}
.country-head .info-wrap {
  width: 330px;
}
@media (max-width:979px) {
  .country-head .info-wrap {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .country-head .info-wrap {
    width: 100%;
  }
}
.country-head .user {
  background: #f4f4f4;
  width: 330px;
  text-align: center;
  padding: 20px;
  margin-bottom: auto;
}
@media (max-width:979px) {
  .country-head .user {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .country-head .user {
    width: 100%;
  }
}
.country-head .user h6 {
  margin-bottom: 7px;
}
.country-head .user h6 .ext-link {
  margin-left: 10px;
}
.country-head .user label {
  margin-bottom: 20px;
}
.country-head .user .image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 25px;
}
.country-head .user a.btn {
  width: 100%;
  margin: 0;
  justify-content: center;
  font-size: 12px;
  padding: 16px;
}
@media (min-width:980px) {
  .country-head .user a.btn {
    font-size: 15px;
    padding: 16px 32px;
  }
}
.country-head .user .social-icons {
  margin: 0 auto 16px auto;
}
@media (min-width:980px) {
  .country-head .user .social-icons {
    justify-content: center;
    margin: 0 auto 16px auto;
  }
}
.country-head .user.rrep {
  margin-top: 16px;
}
.country-head .user.rrep .img-wrp {
  width: 150px;
  height: 150px;
  margin: 0 auto 16px auto;
}
.country-head .user.rrep .img-wrp img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: top;
}
.country-head .user.rrep p {
  font-size: 16px;
}
.country-head .offic-info {
  background: #f4f4f4;
  width: 330px;
  padding: 20px;
}
@media (max-width:979px) {
  .country-head .offic-info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .country-head .offic-info {
    width: 100%;
  }
}
.country-head .offic-info h6 {
  margin: 0 0 30px;
}
@media (max-width:979px) {
  .country-head .offic-info h6 {
    margin-bottom: 20px;
  }
}
.country-head .offic-info ul li {
  position: relative;
  padding-left: 30px;
  margin: 0 0 30px;
  font-size: 16px;
}
@media (max-width:979px) {
  .country-head .offic-info ul li {
    margin-bottom: 20px;
  }
}
.country-head .offic-info ul li:last-child {
  margin-bottom: 10px;
}
.country-head .offic-info ul li i {
  width: 18px;
  position: absolute;
  left: 0;
  top: 3px;
  display: flex;
  justify-content: center;
}
.country-head .offic-info ul li a {
  color: #000;
}

.social-icons {
  display: flex;
  margin: 0 0 32px;
  justify-content: center;
  max-width: 160px;
}
@media (min-width:980px) {
  .social-icons {
    justify-content: flex-start;
  }
}
.social-icons a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
}
.social-icons a:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  transition: all ease 0.2s;
}
.social-icons a:last-child {
  margin: 0;
}
.social-icons a svg {
  width: 20px;
}

.dashboards-wrap {
  padding: 60px 0;
}
@media (max-width:767px) {
  .dashboards-wrap {
    padding: 30px 0;
  }
}
.dashboards-wrap .db-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.dashboards-wrap .db-row .blk {
  width: calc(50% - 30px);
  margin: 15px;
  border-radius: 5px;
  padding: 0;
  display: flex;
  align-items: center;
  transition: all ease 0.3s;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.dashboards-wrap .db-row .blk:hover {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.dashboards-wrap .db-row .blk a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  padding: 20px;
}
@media (max-width: 575px) {
  .dashboards-wrap .db-row .blk a {
    padding: 15px;
    font-size: 18px;
  }
}
@media (max-width:767px) {
  .dashboards-wrap .db-row .blk {
    width: 100%;
  }
}
.dashboards-wrap .db-row .blk i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  background: #000;
  border-radius: 50%;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .dashboards-wrap .db-row .blk i {
    margin-right: 15px;
  }
}
.dashboards-wrap .db-row .blk.pink {
  border-color: #c9146f;
}
.dashboards-wrap .db-row .blk.pink i {
  background: #c9146f;
}
.dashboards-wrap .db-row .blk.orange {
  border-color: #f96000;
}
.dashboards-wrap .db-row .blk.orange i {
  background: #f96000;
}
.dashboards-wrap .db-row .blk.green {
  border-color: #c1ca21;
}
.dashboards-wrap .db-row .blk.green i {
  background: #c1ca21;
}
.dashboards-wrap .db-row .blk.purple {
  border-color: #a54c9b;
}
.dashboards-wrap .db-row .blk.purple i {
  background: #a54c9b;
}
.dashboards-wrap .db-row .blk.metallic-seaweed {
  border-color: #1e818b;
}
.dashboards-wrap .db-row .blk.metallic-seaweed i {
  background: #1e818b;
}

.results-data {
  padding: 48px 0;
}
@media (max-width:767px) {
  .results-data {
    padding: 30px 0;
  }
}
.results-data .hotspot-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 575px) {
  .results-data .hotspot-row {
    margin: 0 -10px;
  }
}
.results-data .hotspot-row .hotspot {
  min-width: 1px;
  max-width: 100%;
  width: calc(50% - 30px);
  margin: 15px;
  padding: 30px 30px 15px;
  display: flex;
  flex-direction: column;
  border: 0;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .results-data .hotspot-row .hotspot {
    padding: 15px 15px 5px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 20px);
    margin: 10px;
  }
}
.results-data .hotspot-row .hotspot .icn {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .results-data .hotspot-row .hotspot .icn {
    width: 50px;
    height: 50px;
    padding: 13px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .results-data .hotspot-row .hotspot h6 {
    font-size: 16px;
  }
}
.results-data .hotspot-row .hotspot .btn-icon {
  bottom: 0;
}
@media (max-width: 575px) {
  .results-data .hotspot-row .hotspot .btn-icon {
    width: 35px;
    height: 35px;
  }
}
.results-data .hotspot-row .hotspot .btn-icon.arrow::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background: #f96000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 575px) {
  .results-data .hotspot-row .hotspot .btn-icon.arrow::before {
    width: 15px;
  }
}
.results-data .hotspot-row .hotspot .btn-icon.arrow::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 3px solid #f96000;
  border-right: 3px solid #f96000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.results-data .hotspot-row .hotspot.dark-gray {
  border-color: #4b4b4b;
}
.results-data .hotspot-row .hotspot.dark-gray .icn {
  background: #4b4b4b;
}
.results-data .hotspot-row .hotspot.dark-gray .arrow {
  border-color: #4b4b4b;
}
.results-data .hotspot-row .hotspot.dark-gray .arrow::before {
  background: #4b4b4b;
}
.results-data .hotspot-row .hotspot.dark-gray .arrow::after {
  border-color: #4b4b4b;
}
.results-data .hotspot-row .hotspot.sky-blue {
  border-color: #498bcd;
}
.results-data .hotspot-row .hotspot.sky-blue .icn {
  background: #498bcd;
}
.results-data .hotspot-row .hotspot.sky-blue .arrow {
  border-color: #498bcd;
}
.results-data .hotspot-row .hotspot.sky-blue .arrow::before {
  background: #498bcd;
}
.results-data .hotspot-row .hotspot.sky-blue .arrow::after {
  border-color: #498bcd;
}
@media (max-width: 575px) {
  .results-data .hotspot-row .hotspot:hover .icn {
    transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
  }
  .results-data .hotspot-row .hotspot:hover h6 {
    transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
  }
  .results-data .hotspot-row .hotspot:hover .btn-icon {
    bottom: -15px;
  }
}

.go-back-btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  text-transform: uppercase;
  color: #000 !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 32px 0 48px 0;
}
@media (max-width: 575px) {
  .go-back-btn {
    margin-bottom: 50px;
  }
}
.go-back-btn i {
  margin-right: 15px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.card-content .social-icons {
  justify-content: flex-start;
}

.website-link {
  font-size: 17px;
  margin: 35px 0 25px;
}
.website-link a:hover {
  color: #000;
}
.website-link i {
  margin-left: 12px;
}

.ctr-result {
  border: 0;
  position: relative;
}
.ctr-result .office-type {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0 !important;
}
.ctr-result .office-type.hq {
  color: #ffc221;
}
.ctr-result .office-type.ro {
  color: #f26531;
}
.ctr-result .office-type.sro {
  color: #73bf44;
}
.ctr-result .office-type.co {
  color: #a1c2e3;
}
.ctr-result .office-type.repo {
  color: #4a8bcd;
}
.ctr-result h5 {
  margin: 0;
}
.ctr-result .social-icons {
  display: flex;
  margin: 16px 0 48px 0;
}
.ctr-result a.link {
  position: absolute;
  left: 32px;
  bottom: 32px;
}
.ctr-result .ct-card__details--body {
  padding: 32px !important;
}

a.ext-link {
  color: #000000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  margin: 32px 0 16px 0;
  display: block;
}
a.ext-link .extrenal-link-icon,
a.ext-link .extrenal-link-black-icon {
  margin-left: 12px;
}

.note {
  font-size: 16px;
  margin: 25px 0;
}

.pin-link-black-icon {
  display: inline-block;
  background: url(../images/pin-link-black-icon.svg) no-repeat 0 0/cover;
  width: 10px;
  height: 17px;
  margin-left: 12px;
}

@media (max-width: 575px) {
  .country-list.pad-t-b.level1 {
    padding: 40px 0;
  }
}
.country-list h2 {
  margin-bottom: 50px;
}
@media (max-width:767px) {
  .country-list h2 {
    margin-bottom: 20px;
  }
}
.country-list ul {
  column-count: 3;
  margin: 50px -15px 0;
}
@media (max-width:767px) {
  .country-list ul {
    column-count: 2;
  }
}
@media (max-width: 575px) {
  .country-list ul {
    column-count: 1;
  }
}
.country-list ul li {
  font-size: 17px;
  font-weight: 700;
  margin: 15px 0;
  padding: 0 15px;
}
@media (max-width:979px) {
  .country-list ul li {
    margin: 20px 0;
  }
}

.rr-wrapper {
  padding-bottom: 32px;
  padding-top: 32px;
}
@media (min-width: 575.5px) and (max-width:979px) {
  .rr-wrapper {
    padding-top: 50px;
  }
}
@media (min-width:980px) {
  .rr-wrapper {
    padding-bottom: 48px;
    padding-top: 0;
  }
}
.rr-wrapper .rr-header {
  padding: 0 16px 56px 16px;
  position: relative;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header {
    padding: 48px 32px;
  }
}
.rr-wrapper .rr-header::after {
  content: "";
  background-color: #dee2e6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: calc(100% - 40px);
}
@media (min-width:980px) {
  .rr-wrapper .rr-header::after {
    height: calc(100% - 100px);
  }
}
.rr-wrapper .rr-header .rr-hrow {
  display: flex;
  gap: 20px;
  flex-direction: column;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow {
    flex-direction: row;
  }
}
.rr-wrapper .rr-header .rr-hrow .cl {
  flex-grow: 2;
}
.rr-wrapper .rr-header .rr-hrow .cl-img {
  min-width: 40%;
  display: flex;
  justify-content: center;
}
.rr-wrapper .rr-header .rr-hrow .cl-dtl {
  min-width: 60%;
  display: flex;
  position: relative;
  margin-top: 16px;
}
.rr-wrapper .rr-header .rr-hrow .cl-dtl .btnshr {
  position: absolute;
  right: 0;
  top: -15px;
  width: 46px;
  height: 46px;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .cl-dtl .btnshr {
    width: 56px;
    height: 56px;
    top: 0;
  }
}
.rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt h3 {
  margin: 16px 0 10px 0;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt h3 {
    margin: 16px 0 16px 0;
  }
}
.rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt p.desg {
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt p.desg {
    font-size: 22px;
  }
}
.rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt p.desg a.btn-icon:first-child {
  margin-left: 0;
}
.rr-wrapper .rr-header .rr-hrow .cl-dtl_cnt p.desg .btn-icon {
  margin-left: 16px;
}
.rr-wrapper .rr-header .rr-hrow .reg-rep {
  width: 200px;
  height: 200px;
  margin-top: -15%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 575.5px) and (max-width:979px) {
  .rr-wrapper .rr-header .rr-hrow .reg-rep {
    margin-top: -10%;
  }
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .reg-rep {
    margin-top: 0;
    width: 320px;
    height: 320px;
  }
}
.rr-wrapper .rr-header .rr-hrow .reg-rep img {
  width: 200px;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .reg-rep img {
    width: 320px;
  }
}
.rr-wrapper .rr-header .rr-hrow .reg-rep .btn-icon {
  position: absolute;
  right: 0;
  bottom: 25px;
}
@media (min-width:980px) {
  .rr-wrapper .rr-header .rr-hrow .reg-rep .btn-icon {
    right: 25px;
    bottom: 25px;
    width: 48px;
    height: 48px;
  }
}
.rr-wrapper .rr-header .rr-hrow .reg-rep .btn-icon img {
  border-radius: 0;
  width: auto;
}

.officeSwiper {
  width: 100%;
}
@media (max-width: 575px) {
  .officeSwiper {
    padding-bottom: 25px !important;
  }
}
@media (min-width:980px) {
  .officeSwiper .swiper-slide {
    min-width: 33.3333333333%;
    width: 33.3333333333%;
    height: auto;
    margin-bottom: 32px;
  }
}
.officeSwiper .swiper-slide .ct-card {
  width: calc(100% - 32px);
  max-width: 100%;
  height: 100%;
  margin: 16px;
}

.map-container {
  width: 100%;
  margin: 32px auto 16px auto;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (min-width:980px) {
  .map-container {
    max-width: 1440px;
    margin: 32px auto 0 auto;
    width: calc(100% - 64px);
  }
}
.map-container .map-area {
  padding: 16px 16px 180px 16px;
  position: relative;
}
@media (min-width:980px) {
  .map-container .map-area {
    padding: 32px;
  }
}
.map-container .map-area .map-footnotes {
  width: 280px;
  border-radius: 5px;
  background-color: #fff;
  padding: 32px 25px 25px 25px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.map-container .map-area .map-footnotes .legendBox {
  position: relative;
}
.map-container .map-area .map-footnotes .legendBox .sh-btn {
  width: 32px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -12px;
  top: -18px;
  cursor: pointer;
}
.map-container .map-area .map-footnotes .legendBox .sh-btn i {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon-downarrow-black_1.svg) no-repeat center center;
  transform: rotate(0deg);
}
.map-container .map-area .map-footnotes .legendBox .sh-btn.is-active i {
  transform: rotate(180deg);
}
.map-container .map-area .map-footnotes .legendBox ul {
  display: block;
}
.map-container .map-area .map-footnotes .legendBox ul li {
  font-size: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 10px 0;
  line-height: 1;
}
.map-container .map-area .map-footnotes .legendBox ul li i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.map-container .map-area .map-footnotes .legendBox ul li i.hq {
  background-color: #ffc221;
}
.map-container .map-area .map-footnotes .legendBox ul li i.ro {
  background-color: #f26531;
}
.map-container .map-area .map-footnotes .legendBox ul li i.sro {
  background-color: #73bf44;
}
.map-container .map-area .map-footnotes .legendBox ul li i.co {
  background-color: #a1c2e3;
}
.map-container .map-area .map-footnotes .legendBox ul li i.repo {
  background-color: #4a8bcd;
}
.map-container .map-area .map-footnotes .legendBox.is-open ul {
  display: none;
}
.map-container .map-area #map {
  min-height: 350px;
  margin: 0 auto;
}
@media (min-width:980px) {
  .map-container .map-area #map {
    /*height: 600px;*/
  }
}
.map-container .map-area #map #map_inner {
  min-height: 350px;
}
@media (min-width:980px) {
  .map-container .map-area #map #map_inner {
    /*height: 600px;*/
    max-width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
}
.map-container .map-area #map #map_inner svg {
  height: 550px;
}
@media (min-width:980px) {
  .map-container .map-area #map #map_inner svg {
    height: 600px;
  }
}

@media (min-width:980px) {
  .resultbx .swiper {
    padding-bottom: 15px !important;
  }
}

/* For charts */
.donutCell {
  position: relative;
}

.donutDiv {
  width: 256px;
  height: 256px;
  margin: 0 auto;
}

.ChildMarriageRingLabel {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 2px;
  width: 256px;
  line-height: 256px;
  text-align: center;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 36px;
  color: maroon;
}

.maplist-wrapper {
  padding: 48px 0 0 0;
  position: relative;
}
.maplist-wrapper #shwcountries {
  display: inline-flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}
.maplist-wrapper #shwcountries i {
  width: 20px;
  height: 15px;
  display: inline-block;
  background: url(../images/icon-downarrow-black.svg) no-repeat right center;
}
.maplist-wrapper #shwcountries span {
  display: none;
}
.maplist-wrapper #shwcountries span.shw {
  display: inline-block;
}
.maplist-wrapper #shwcountries.is-active span {
  display: inline-block;
}
.maplist-wrapper #shwcountries.is-active span.shw {
  display: none;
}
.maplist-wrapper #shwcountries.is-active span.hid {
  display: inline-block;
}
.maplist-wrapper #shwcountries.is-active i {
  transform: rotate(-180deg);
}
.maplist-wrapper #shwcountries::after {
  content: "";
  width: calc(100% - 30px);
  height: 2px;
  background-color: #f96000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 0;
}
.maplist-wrapper #shwcountries:hover::after {
  content: "";
  width: calc(100% - 30px);
  height: 4px;
  background-color: #f96000;
  position: absolute;
  bottom: -1px;
  transform: translate(0, 0);
}
.maplist-wrapper #shwcountries:focus, .maplist-wrapper #shwcountries:focus-visible {
  outline: 0;
  box-shadow: none;
}
.maplist-wrapper .listBx {
  position: absolute;
  background-color: #434343;
  padding: 48px;
  border-radius: 5px;
  width: 100%;
  z-index: 2;
  top: 80px;
  display: none;
}
@media (max-width: 575px) {
  .maplist-wrapper .listBx {
    padding: 48px 32px 32px 32px;
  }
}
.maplist-wrapper .listBx .listItem-wrap {
  position: relative;
}
.maplist-wrapper .listBx .listItem-wrap .scrlbx {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #f96000 #525252;
}
.maplist-wrapper .listBx .listItem-wrap .scrlbx::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.maplist-wrapper .listBx .listItem-wrap .scrlbx::-webkit-scrollbar-track {
  background-clip: content-box;
  border: 1px solid transparent;
}
.maplist-wrapper .listBx .listItem-wrap .scrlbx::-webkit-scrollbar-thumb {
  background-color: #f96000;
}
.maplist-wrapper .listBx .listItem-wrap .scrlbx::-webkit-scrollbar-thumb:hover {
  background-color: rgb(224.1, 86.4, 0);
}
.maplist-wrapper .listBx .listItem-wrap .scrlbx::-webkit-scrollbar-corner, .maplist-wrapper .listBx .listItem-wrap .scrlbx::-webkit-scrollbar-track {
  background-color: #525252;
}
.maplist-wrapper .listBx .listItem-wrap .btn-cls {
  width: 48px;
  height: 48px;
  position: absolute;
  right: -44px;
  top: -45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .maplist-wrapper .listBx .listItem-wrap .btn-cls {
    top: -40px;
  }
}
.maplist-wrapper .listBx .listItem-wrap ul {
  list-style: none;
  display: block;
  column-count: 3;
  padding: 0;
}
@media (max-width: 575px) {
  .maplist-wrapper .listBx .listItem-wrap ul {
    column-count: 1;
  }
}
.maplist-wrapper .listBx .listItem-wrap ul li {
  list-style: none;
  margin-left: 0;
}
@media (max-width: 575px) {
  .maplist-wrapper .listBx .listItem-wrap ul li {
    padding: 0;
    margin: 0 0 12px 0;
  }
}
.maplist-wrapper .listBx .listItem-wrap ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}
.maplist-wrapper .listBx .listItem-wrap ul li a:hover {
  font-weight: 700 !important;
}
.maplist-wrapper .listBx .listItem-wrap ul li a:link {
  text-decoration: none;
  font-weight: 400;
}