@charset "UTF-8";

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("inc/src/assets/fonts/IBM/IBMPlexSansArabic-Light.woff2")
      format("woff2"),
    url("inc/src/assets/fonts/IBM/IBMPlexSansArabic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("inc/src/assets/fonts/IBM/IBMPlexSansArabic-ExtraLight.woff2")
      format("woff2"),
    url("inc/src/assets/fonts/IBM/IBMPlexSansArabic-ExtraLight.woff")
      format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("inc/src/assets/fonts/IBM/IBMPlexSansArabic-Bold.woff2")
      format("woff2"),
    url("inc/src/assets/fonts/IBM/IBMPlexSansArabic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("inc/src/assets/fonts/IBM/IBMPlexSansArabic-Medium.woff2")
      format("woff2"),
    url("inc/src/assets/fonts/IBM/IBMPlexSansArabic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("inc/src/assets/fonts/IBM/IBMPlexSansArabic-Regular.woff2")
      format("woff2"),
    url("inc/src/assets/fonts/IBM/IBMPlexSansArabic-Regular.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "inc/src/assets/fonts/IBM/IBM Plex Sans Arabic";
  src: url("inc/src/assets/fonts/IBM/IBMPlexSansArabic-SemiBold.woff2")
      format("woff2"),
    url("inc/src/assets/fonts/IBM/IBMPlexSansArabic-SemiBold.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("inc/src/assets/fonts/IBM/IBMPlexSansArabic-Thin.woff2")
      format("woff2"),
    url("inc/src/assets/fonts/IBM/IBMPlexSansArabic-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}
.glightbox-container.inactive {
  display: none;
}
.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.glightbox-container .gslide,
.glightbox-container .gslider {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.glightbox-container .gslide {
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}
.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}
.glightbox-container .gslide-inner-content {
  width: 100%;
}
.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}
.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}
.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}
.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}
.gslide-image img.zoomable {
  position: relative;
}
.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}
.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}
.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}
.gslide-video:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}
.gslide-video.playing:before {
  display: none;
}
.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}
.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}
.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}
.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}
.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}
.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}
.gslide-external {
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}
.gslide-external,
.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gslide-media {
  width: auto;
}
.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}
.gslide-description p {
  margin-bottom: 12px;
}
.gslide-description p:last-child {
  margin-bottom: 0;
}
.glightbox-button-hidden,
.zoomed .gslide-description {
  display: none;
}
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.75))
  );
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.75));
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding: 19px 11px 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}
.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}
.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gabsolute {
  position: absolute;
}
.grelative {
  position: relative;
}
.glightbox-desc {
  display: none !important;
}
.glightbox-open {
  overflow: hidden;
}
.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s linear infinite;
  animation: lightboxLoader 0.8s linear infinite;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}
.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  will-change: opacity;
}
.glightbox-mobile .goverlay,
.goverlay {
  background: #000;
}
.gclose,
.gnext,
.gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}
.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: 0.1;
}
.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff;
}
iframe.wait-autoplay {
  opacity: 0;
}
.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0 !important;
}
.glightbox-clean .gslide-description {
  background: #fff;
}
.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}
.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: IBM Plex Sans Arabic;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}
.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: IBM Plex Sans Arabic;
  line-height: 1.4em;
}
.glightbox-clean .gslide-video {
  background: #000;
}
.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}
.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
  fill: #fff;
}
.glightbox-clean button:focus:not(.focused):not(.disabled) {
  outline: none;
}
.glightbox-clean .gprev {
  left: 30px;
}
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  width: 40px;
  height: 50px;
}
.glightbox-clean .gnext {
  right: 30px;
}
.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}
.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}
.glightbox-clean .gclose:hover {
  opacity: 1;
}
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}
.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}
.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}
.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}
@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes gfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose,
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.plyr--full-ui input[type="range"] {
  color: #208441;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"],
.plyr__control--overlaid {
  background: #208441;
}
.plyr__control.plyr__tab-focus {
  -webkit-box-shadow: 0 0 0 5px #208441;
  box-shadow: 0 0 0 5px #208441;
}
.plyr__menu__container
  .plyr__control[role="menuitemradio"][aria-checked="true"]:before {
  background: #208441;
}

.block-contact .block-contact-info p a {
  color: #000;
}

.Cs-mobile-sidebar .block-contact .block-contact-info p a {
  color: #fff;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.Cs-agenda
  .Cs-agenda-conatiner
  .Cs-agenda-content
  .Cs-content-body
  .Cs-body-time
  p
  span.font {
  font-family: IBM Plex Sans Arabic;
}

.Cs-agenda
  .Cs-agenda-conatiner
  .Cs-agenda-content
  .Cs-content-body
  .Cs-body-time
  p.is-content {
  max-width: 100%;
}

.Cs-boss-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  background: #04233b;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.Cs-boss-box p:first-of-type {
  margin-left: 30px;
}

.is-views-num {
  font-size: 18px;
  font-weight: 500;
  font-family: IBM Plex Sans Arabic;
  margin: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  color: #208441;
  margin-bottom: 3px;
  padding: 10px 5px 4px 5px;
}
.is-views-num i {
  padding: 0 5px;
}
.Cs-block.block-list ul li {
  padding-bottom: 10px;
}

.Cs-block.block-list ul.Cs-news {
  height: 440px;
  overflow: hidden;
}

img#wpstats {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
}

#myVideo {
  max-width: 820px;
  width: 100%;
  height: auto;
  max-height: 320px;
  width: auto;
  object-fit: contain;
}

.card-logo {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 10%;
  //box-shadow: 0 0 50px 0 rgba(100, 100, 112, 0.1);
  flex-direction: column;
  font-size: 16px;
  line-height: 20px;
}

.card-logo p {
  margin: 20px 0 0;
}

.card-logo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.card-logo img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  z-index: 0;
}

.Cs-post-img {
  border-radius: 0;
  width: 100%;
  margin-bottom: 15px;
  height: auto;
  display: block;
}

.Cs-post-img img {
  width: 100%;
  height: auto;
  max-height: 490px;
  object-fit: cover;
  border-radius: 8px;
  object-position: center;
}

.is-flex-center {
  justify-content: center;
}

.single-thumb-info .Cs-post-img img {
  max-height: inherit;
}

.Cs-card .Cs-card-header figure.is-info {
  height: 330px;
  overflow: hidden;
}

.Cs-card .Cs-card-header figure.is-info:hover .is-animate {
  transform: translateY(-100%);
  transition: all 1s ease-out;
  margin-top: 346px;
}

.Cs-card .Cs-card-header figure.is-info .is-animate {
  height: auto;
  width: 100%;
  transform: none;
  transition: all 1s ease-out;
}

.Cs-card .Cs-card-header figure.is-info img.img-loaded {
  min-height: inherit;
  height: auto;
  object-fit: cover;
  object-position: top;
}

#Cs-app.home #Cs-main {
  overflow: hidden;
}

@media (max-width: 800px) {
  .column-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .Cs-card .Cs-card-header figure.is-info {
    height: 250px;
  }

  .Cs-card .Cs-card-header figure.is-info:hover .is-animate {
    transform: translateY(-100%);
    transition: all 1s ease-out;
    margin-top: 261px;
  }

  .Cs-post-img img {
    max-height: 290px;
  }
  .column-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}

#Cs-app .Cs-card-main.is-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#Cs-app .Cs-card .Cs-card-main .Cs-main-title a {
  margin: 0;
}

#Cs-app .Cs-card-main.is-flex h4 {
  color: #04233b;
  display: block;
  overflow: hidden;
  line-height: inherit;
  font-size: 24px;
  text-decoration: none;
  outline: none;
  transition: background 0.25s ease-in-out;
}

#Cs-app .Cs-card-main.is-flex svg {
  color: #04233b;
  fill: #04233b;
  transition: background 0.25s ease-in-out;
}

#Cs-app .Cs-card-main.is-flex {
  color: #04233b;
  text-decoration: none;
  outline: none;
  transition: background 0.25s ease-in-out;
}

#Cs-app .is-magazine-hover:hover .Cs-card-main svg,
#Cs-app .is-magazine-hover:hover .Cs-card-main h4,
#Cs-app .is-magazine-hover:hover .Cs-card-main {
  color: #a2cc39;
  fill: #a2cc39;
  transition: background 0.25s ease-in-out;
}

.mb-8 {
  margin-bottom: 80px;
}

.mt-0 {
  margin-top: 0;
}

.Cs-events-slider .Cs-card-header {
  border-radius: 0.25rem;
}

.Cs-events-slider .swiper-button-prev,
.Cs-events-slider .swiper-button-next {
  opacity: 1;
  background: #fff;
  width: 33px;
  height: 50px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: none;
  border-radius: 2px;
  cursor: pointer;
  z-index: 99999999999;
  top: 42%;
}

.Cs-events-slider .swiper-button-disabled {
  background: #ddd;
  opacity: 0.8;
  z-index: 99999999999;
  cursor: not-allowed;
  color: #fff;
}

.Cs-grid .grid-col {
  max-width: 480px;
  width: 100%;
}

@media (max-width: 29.99em) {
  .Cs-grid .grid-col {
    margin-bottom: 20px;
  }
}

/* custom css */
/* custom css */
.page-template-template-events .Cs-nav-menu .Cs-menu-button,
.page-template-template-events .Cs-header-nav ul li a,
.single-event .Cs-nav-menu .Cs-menu-button,
.single-event .Cs-header-nav ul li a {
  color: #000;
}

.page-template-template-events .Cs-nav-lang .Cs-lang-button,
.page-template-template-events .Cs-nav-search .Cs-search-button,
.page-template-template-events .Cs-header-nav ul li a,
.single-event .Cs-nav-lang .Cs-lang-button,
.single-event .Cs-nav-search .Cs-search-button,
.single-event .Cs-header-nav ul li a {
  color: #000 !important;
}

body.page-template-template-events .Cs-header.header-sticky:after {
  content: none;
}

.Cs-sponser-list {
  flex-wrap: wrap;
}

.Cs-sponser-list li {
  flex: 0 0 20%;
  align-items: center;
  height: 100%;
  margin: 10px 0px;
}

.Cs-sponser-list li img {
  width: 180px !important;
  height: 200px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

@media (min-width: 700px) {
  .Cs-sponser-list li {
    flex: 0 0 33.33%;
  }
}

@media (min-width: 1100px) {
  .Cs-sponser-list li {
    flex: 0 0 25%;
  }
}

.Cs-agenda .Cs-agenda-conatiner {
  margin-bottom: 0;
}

.Cs-card .Cs-card-header.header-lg {
  height: 600px;
}

nav.Cs-menu-cats.is-sticky {
  margin: 0;
}
nav.Cs-menu-cats.is-sticky ul li {
  margin: 5px 10px 5px 0;
}
nav.Cs-menu-cats.is-sticky ul li a {
  color: #fff;
}

@media (max-width: 1300px) {
  nav.Cs-menu-cats.is-sticky ul li a {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .d-hidden-mobile {
    display: none;
  }
}

@media (max-width: 61.9275em) {
  .Cs-card .Cs-card-header.header-lg {
    height: 600px;
  }
}

@media (max-width: 29.99em) {
  .Cs-card .Cs-card-header.header-lg {
    height: 300px;
  }
}

.video-play-button {
  z-index: 10;
  display: flex;
  width: 46px;
  height: 46px;
  background: #208441;
  border-radius: 50%;
  padding: 0;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  right: 50%;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  display: block;
  width: 48px;
  height: 48px;
  background: #208441;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 50%;
  top: 50%;
  transform: translateX(50%) translateY(-50%);
  display: block;
  width: 48px;
  height: 48px;
  background: #77b08a87;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#208441, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 9999999999999;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 99999999999999;
  top: 15px;
  left: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay video {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.cs-play-video-container {
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
}

.Cs-menu li {
  position: relative;
  display: flex;
  align-items: center;
}
.Cs-menu li.menu-item-has-children {
  position: relative;
}
.Cs-menu li.menu-item-has-children:after {
  margin-top: -4px;
  margin-right: 110px;
}

.Cs-menu li.menu-item-has-children > ul {
  position: absolute;
  top: 2.4rem;
  right: 0.5rem;
  width: 8rem;
  height: auto;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 0.3rem;
  transform: scaleY(0);
  transition: all 0.2s ease-in-out;
  transform-origin: top;
  z-index: 9999999;
}

.Cs-menu li.menu-item-has-children > ul li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  margin-left: 0;
  margin-right:0;
}

.Cs-menu li.menu-item-has-children > ul li:last-child {
  border-bottom: 0;
}

.Cs-menu li.menu-item-has-children > ul li a {
  font-size: 12px;
  padding: 0.5rem;
  color: #0a0a0a;
  background: #fff;
  transition: all 0.2s ease-in-out;
  border: 0;
}

.Cs-menu li.menu-item-has-children > ul li a:hover {
  color: #208441;
}

.Cs-menu li.menu-item-has-children:hover > ul {
  transform: scaleY(1);
}

.Cs-card .Cs-card-main .Cs-main-excerpt p {
  display: none !important ;
}

#mc4wp-form-1 {
  width: 100%;
  max-width: 556px;
}

.mc4wp-form-fields {
  display: flex;
}

.subscribe {
  border: 0;
  border-radius: 0 25px 25px 0;
  padding: 0.8rem 0.75rem !important;
  max-width: 60% !important;
}

.btn-subscribe {
  border: 0;
  border-radius: 25px 0 0 25px;
  background-color: #47f059;
  padding: 0.375rem 2.75rem !important;
  color: #086c71;
  width: 100%;
  max-width: 130px;
}

#mainSlider .grid-container .item:first-child .appCard-body {
  height: 50%;
  background: none;
}

#mainSlider .swiper-pagination-bullet {
  background: #208441;
  border-radius: 20rem;
  transition: 0.2s ease-in-out;
  height: 8px;
  width: 25px;
}
#mainSlider .swiper-pagination-bullet-active {
  background: #208441;
}

#mainSlider .swiper-pagination {
  position: relative;
  margin-top: 25px;
}
#mainSlider .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #20844191;
  opacity: 1;
}
#mainSlider
  .swiper-pagination
  .swiper-pagination-bullet
  .swiper-pagination-bullet-active {
  background-color: #208441;
}

#mainSlider .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 7px;
}
/* #mainSlider .grid-container .item {
  background-color: #fff;
} */

#mainSlider .grid-container .item:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}


.appImage {
  width: 100% !important;
  height: 100% !important;
}

article.appCard.is-slider {
  background: linear-gradient(0deg, #000, #000 26%, #e4e5e6);
}

/* .appCard {
  height: 100%;
} */
.appCard,
.appCard-header {
  position: relative;
  overflow: hidden;
}
.appCard-url {
  z-index: 40;
  display: block;
  top: 0;
  left: 0;
}
.appCard-body,
.appCard-url {
  position: absolute;
  bottom: 0;
  right: 0;
}
.appCard-body {
  padding: calc(0.8625rem + 1.24615vw);
  width: 100%;
  z-index: 33;
  height: auto;
  background-image: linear-gradient(transparent, #000 30%);
}
@media (min-width: 1300px) {
  .appCard-body {
    padding: 0.875rem;
  }
}
.appCard-body-start > * {
  margin: 0;
}
.appCard-body .h4,
.appCard-body h4 {
  font-size: 1.25rem;
}
@media (max-width: 1199.98px) {
  .appCard-body .h4,
  .appCard-body h4 {
    font-size: 1.0625rem;
  }
}
.appCard-body p {
  font-size: 1rem;
}
@media (max-width: 1199.98px) {
  .appCard-body p {
    font-size: 0.9375rem;
  }
}
.appCard-title {
  transition: 0.25s ease-in-out;
  color: #00bf99;
  line-height: 1.3;
  margin-bottom: 0.625rem;
}
.appCard-price {
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1199.98px) {
  .appCard-price {
    font-size: 1rem;
  }
}
.appCard-price-old {
  font-weight: 400;
  color: #7b7b7b;
  text-decoration: line-through;
}
.appCard-price .small,
.appCard-price small {
  font-size: 80%;
}
@media (max-width: 1199.98px) {
  .appCard-price {
    font-size: 0.625rem;
  }
}
.appCard-thumb {
  transition: 0.25s ease-in-out;
}
.appCard-badge {
  position: absolute;
  right: 0;
  top: 0;
  background: #7826d1;
  color: #fff;
  z-index: 5;
  font-weight: 600;
  padding: 0.3em 0.8em;
}
.appCard:hover {
  box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
}
.appCard:hover .appCard-thumb {
  transform: scale(1.1);
  transition: 1.5s ease-in-out;
}
.appCard.is-slider .appCard-body {
  height: 100%;
  display: flex;
  align-items: flex-end;
  background: 100% 0;
}
.appCard.top .appCard-body {
  height: 100%;
  background-image: linear-gradient(#000, transparent);
}
.appCard.top .appCard-body .h4,
.appCard.top .appCard-body h4 {
  font-size: 1.5rem;
}
.appCard.gallery {
  background-color: #fff;
}
.appCard.gallery .appCard-body {
  position: relative;
  background-image: linear-gradient(transparent, transparent);
}
.appCard.gallery .appCard-body-start p {
  color: #7826d1 !important;
}
.appCard.gallery .appCard-body-start .h4,
.appCard.gallery .appCard-body-start h4 {
  color: #1c1c1c !important;
}
.appCard.gallery .appCard-title {
  font-weight: 400 !important;
}
.appCard.imgOnly .appCard-body {
  background-image: linear-gradient(transparent, transparent);
}
#mainSlider .grid-container .item:first-child .appCard-body {
  height: 50%;
  background: 100% 0;
}
/* .appCard-overlay {
  background: rgba(97, 97, 97, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
} */

.appImage {
  position: relative;
  padding-top: 100%;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  overflow: hidden;
  animation: shimmer 1.2s ease-in-out infinite;
}
.appImage:after {
  content: "";
  background: #f0f0f0;
  left: 0;
  bottom: 0;
  transition: 0.5s ease-in-out;
  transform-origin: bottom;
  transition-delay: 0.2s;
  z-index: 2;
}
.appImage:after,
.appImage > img {
  position: absolute;
  top: 0;
  right: 0;
}
.appImage > img {
  height: 100%;
  width: 100%;
  //object-fit: cover;
  object-position: center;
  opacity: 0;
}
.appImage.inViewJs-active {
  animation: none;
}
.appImage.inViewJs-active:after {
  opacity: 0;
}
.appImage.inViewJs-active > img {
  opacity: 1;
}
.appImage.is-radius {
  border-radius: 0.6rem;
}
.appImage.is-1-1 {
  padding-top: 100%;
}
.appImage.is-2-1 {
  padding-top: 50%;
}
.appImage.is-1-2 {
  padding-top: 200%;
}
.appImage.is-3-1 {
  padding-top: 33.33333%;
}
.appImage.is-1-3 {
  padding-top: 300%;
}
.appImage.is-3-2 {
  padding-top: 66.66667%;
}
.appImage.is-2-3 {
  padding-top: 150%;
}
@keyframes shimmer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0.8;
  }
}


.descCompany{
  color: #374053!important;
  font-size: 20px;
}




.swiperEvent {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.swiperEvent.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100px;
  width: 100%;
  Center slide text vertically
 display: flex;
  justify-content: center;
  align-items: center;
} 

.swiper-button-prev-custom,
.swiper-button-next-custom {
  padding: 0;
  width: 2.4em;
  height: 2.4em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
} 
