﻿/*#region General Classes ---------------------------------------------*/
.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

.white, .white * {
  color: #fff !important;
}

.blue, .blue * {
  color: #234288 !important;
}

.gray, .gray * {
  color: #6c757d !important;
}

.fs-large {
  font-size: large;
}

.fs-larger {
  font-size: larger;
}

html[dir=rtl] .ar-none {
  display: none !important;
}

html[dir=ltr] .en-none {
  display: none !important;
}

/*#endregion General Classes */
/*#region Theme ---------------------------------------------*/
:root {
  /* For general use: */
  --pc: #234288;
  --sc: #8ED1F3;
}

@font-face {
  font-family: "IBM";
  src: url("../fonts/IBMPlexSansArabic-Regular.ttf");
  src: url("../fonts/IBMPlexSansArabic-Regular.ttf?df08c6") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IBM";
  src: url("../fonts/IBMPlexSansArabic-Bold.ttf");
  src: url("../fonts/IBMPlexSansArabic-Bold.ttf?df08c6") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "BAHNSCHRIFT";
  src: url("../fonts/BAHNSCHRIFT.ttf");
  src: url("../fonts/BAHNSCHRIFT.ttf?df08c6") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, label, button, input, body {
  font-family: "IBM";
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #234288;
}

.body {
  max-width: 100vw;
  overflow-x: hidden;
}

/*#endregion Theme */
/*#region General OWL- ---------------------------------------------*/
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  margin: 0;
  outline: 0;
  width: 44px !important;
  height: 44px !important;
  line-height: 50px !important;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: transparent !important;
  border: 1px solid #e3e3e2 !important;
  color: #172b3b !important;
  border-radius: 50% !important;
}
.owl-theme .owl-nav [class*=owl-]:focus, .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #25537e !important;
  border: 1px solid #25537e !important;
  color: #fff !important;
}
.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto !important;
  right: -22px !important;
}
.owl-theme .owl-nav [class*=owl-].owl-prev {
  right: auto !important;
  left: -22px !important;
}
.owl-theme .owl-nav [class*=owl-] i {
  font-size: 20px !important;
  font-weight: 700 !important;
}
.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  /*left: -30px;*/
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.owl-theme:hover .owl-nav.owl-next {
  left: auto;
  /*right: -30px*/
}

/*#endregion General OWL- */
/*#region Header&Menu ---------------------------------------------*/
.headerMenu {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 10px;
}
.headerMenu .headerLogo {
  max-width: 100%;
  max-height: 100%;
  height: 140px;
}

.headerMenu > .container,
.sliderContent,
.socialMediaHolder {
  max-width: 1100px;
}

.sliderContent {
  margin: auto;
}

.headerMenu .burgerButton,
.langInverse {
  color: #fff !important;
  cursor: pointer;
  font-size: 18px;
  transform: translateY(32px);
  border: 2px solid;
  padding: 0rem;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 2rem;
}

.langInverse {
  transform: translateY(84px);
}

.burgerMenu {
  position: fixed;
  overflow: auto;
  top: 0;
  z-index: 300;
  width: 300px;
  height: 100%;
  padding-bottom: 30px;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  /*background-color: rgba(245, 249, 249, 0.95) !important;*/
  background: linear-gradient(180deg, #1c6cb5 0%, #0e365b 100%);
}
.burgerMenu .burgerMenuClose {
  margin: 1.2rem;
  font-size: 1.2rem;
  text-align: end;
  width: -webkit-fill-available;
  cursor: pointer;
  color: #FFFFFF !important;
}
.burgerMenu .menuItems {
  padding: 1rem 0.5rem;
}
.burgerMenu .menuItems .navbar-nav {
  width: 100%;
}
.burgerMenu .menuItems .nav-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.burgerMenu .menuItems a.nav-link {
  padding: 0;
}
.burgerMenu .menuItems a {
  color: #FFFFFF !important;
  padding: 1rem 1.5rem !important;
}
.burgerMenu .menuItems .dropdown-menu {
  display: block;
  line-height: 1rem;
  margin: 0 1rem 0.5rem;
  padding-top: 0;
  background: none;
  border: none;
}

@media (max-width: 500px) {
  .burgerMenu {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}
html[dir=rtl] .burgerMenu {
  right: -100%;
}
html[dir=rtl] .burgerMenu.state-opened {
  right: 0;
}

html[dir=ltr] .burgerMenu {
  left: -100%;
}
html[dir=ltr] .burgerMenu.state-opened {
  left: 0;
}

/*#endregion Header&Menu */
/*#region Social Media ---------------------------------------------*/
.single-footer-widget .widget-social li i {
  color: #0ea5ac !important;
  border-color: #0ea5ac !important;
}

/*.single-footer-widget*/
.widget-social li a {
  height: 32px;
  width: 32px;
  line-height: 50%;
  padding: 4px;
  border: 2px solid #0ba5ac;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}
.widget-social li a img {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/*.single-footer-widget*/
.widget-social li a:hover {
  filter: brightness(20);
  background: rgba(11, 165, 172, 0.2);
}

/*#endregion Social Media */
/*#region MAIN SLIDER ---------------------------------------------*/
.sliderContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  align-items: stretch;
  padding-bottom: 1rem;
}

.sliderContent > div {
  z-index: 2;
}

.main-slides-content {
  text-align: center;
  max-width: 975px;
  text-shadow: 1px 1px 1px black;
}

.main-slides-content .sliderText * {
  color: #fff;
}
.main-slides-content .sliderText h1 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
.main-slides-content .sliderText h2 {
  font-weight: normal;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 2rem;
}
.main-slides-content .sliderText p {
  margin-top: 1.5rem;
  font-weight: normal;
  max-width: 750px;
  font-size: 1.4rem;
  line-height: 2rem;
}

html[dir=ltr] .main-slides-content .sliderText h1 {
  font-size: 2rem !important;
}
html[dir=ltr] .main-slides-content .sliderText h2 {
  font-size: 1.8rem !important;
}
html[dir=ltr] .main-slides-content .sliderText p {
  font-size: 1.2rem !important;
  line-height: 1.5rem !important;
}

@media (min-width: 992px) {
  .main-slides-content .sliderText h1 {
    font-size: 3.3rem;
  }
  .main-slides-content .sliderText h2 {
    font-size: 2.8rem;
  }
  .main-slides-content .sliderText p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
  html[dir=ltr] .main-slides-content .sliderText h1 {
    font-size: 3rem !important;
  }
  html[dir=ltr] .main-slides-content .sliderText h2 {
    font-size: 2.5rem !important;
  }
  html[dir=ltr] .main-slides-content .sliderText p {
    font-size: 1.6rem !important;
    line-height: 2.2rem !important;
  }
}
/* --- Buttons: ----*/
.main-slides-content .slides-btn {
  text-align: center;
}

.main-slides-content .slides-btn .view-all-btn {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.main-slides-content .slides-btn .blueBtn,
.blueBtnWithIcon {
  border: none;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  background-color: #234288;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
  padding: 10px;
  font-weight: normal;
  font-size: 16px;
  display: flex;
  align-items: center;
  min-width: 250px;
  justify-content: center;
}
.main-slides-content .slides-btn .blueBtn i,
.blueBtnWithIcon i {
  width: 30px;
  text-align: center;
}

/* --- Social Media: ----*/
.socialMediaHolder {
  margin: auto;
}

ul.widget-social {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  justify-content: center;
  gap: 15px;
  width: 250px;
}
ul.widget-social li {
  margin: 0 !important;
}

@media (min-width: 390px) {
  ul.widget-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: auto;
  }
}
/* --- Timer: ----*/
.announcement-soon-content #timer div {
  display: inline-block;
  color: #FFFFFF;
  position: relative;
  font-weight: lighter;
  background-color: transparent;
  background-image: url(../images/ClockBg.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 5px;
  font-family: "BAHNSCHRIFT";
  font-size: 40px;
  height: 64px;
  width: 64px;
  margin: 10px 10px;
  text-shadow: 1px 1px 1px black;
}

.announcement-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -5px;
  font-size: 14px;
  font-family: "IBM";
}

@media (min-width: 768px) {
  .main-slides-content .slides-btn .view-all-btn {
    flex-direction: row;
  }
  .main-slides-content .slides-btn .view-all-btn .blueBtn {
    min-width: 170px;
  }
  .socialMediaHolder ul.widget-social {
    justify-content: end;
  }
  .announcement-soon-content #timer div {
    font-size: 90px;
    height: 128px;
    width: 128px;
    margin: 10px 20px;
  }
  .announcement-soon-content #timer div span {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .socialMediaHolder {
    /*width: 1044px;*/
  }
  .announcement-soon-content #timer div {
    font-size: 100px;
    height: 128px;
    width: 128px;
    margin: 10px 50px;
  }
  .announcement-soon-content #timer div span {
    font-size: 26px;
  }
}
/***********************************/
/*#endregion MAIN SLIDER */
/*#region About ---------------------------------------------*/
.about-us-area p {
  font-size: 1.5rem;
}
.about-us-area .sideText p {
  font-size: 1.2rem;
}

html[dir=ltr] .about-us-area p {
  font-size: 1.3rem;
}
html[dir=ltr] .about-us-area .sideText h4 {
  font-size: 1rem !important;
}
html[dir=ltr] .about-us-area .sideText h3 {
  font-size: 1.4rem !important;
}
html[dir=ltr] .about-us-area .sideText p {
  font-size: 0.8rem !important;
}

/*#endregion About */
/*#region Goals Sliders ---------------------------------------------*/
.goalItem {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 20px 50px;
  background-color: #ffffff;
  border-radius: 0;
  height: 410px;
  background-image: url(/Front/assets/images/goalsBg.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  align-items: center;
}
.goalItem img {
  width: 94px !important;
  gap: 24px;
  align-items: center;
  margin: 24px;
}
.goalItem h2, .goalItem h3 {
  font-size: 1.5rem;
}
.goalItem .hr {
  background-color: #a1d4f5;
  width: 80%;
  padding: 1px;
  opacity: 1;
  margin: 0;
}
.goalItem p {
  font-size: larger;
  font-weight: normal;
  text-align: start;
  margin: 10px auto;
}

html[dir=ltr] h2, html[dir=ltr] h3 {
  font-size: 1.2rem;
}

/*#endregion Goals Sliders */
/*#region Why Sliders ---------------------------------------------*/
.why-area {
  max-width: 1280px;
  margin: auto;
}
.why-area .why-slides.owl-theme .owl-nav {
  margin-top: 0;
}
.why-area .why-slides.owl-theme .owl-nav [class*=owl-] {
  top: 250px;
  /*left: 0px;*/
}
.why-area .why-slides.owl-theme .single-why {
  text-align: start;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  align-items: flex-start;
  max-width: 580px;
}
.why-area .why-slides.owl-theme .why-img {
  border-radius: 0.5rem;
}
.why-area .why-slides.owl-theme .why-title {
  background-position: initial;
  background-repeat: no-repeat;
  background-size: inherit;
  width: 100%;
  margin: 1rem 0 0 0;
}
.why-area .why-slides.owl-theme .why-title span {
  font-size: 2rem;
  font-weight: 700;
  color: #234288;
  line-height: 100px;
  display: block;
  text-align: start;
}
.why-area .why-slides.owl-theme .why-text {
  font-size: 1.3rem;
}
.why-area .why-slides.owl-theme .why-slides .owl-nav {
  direction: ltr;
}

html[dir=ltr] .why-title {
  transform: scaleX(-1);
  text-align: right;
}
html[dir=ltr] .why-title span {
  transform: scaleX(-1);
}

/*#endregion Why Sliders */
/*#region Partners Sliders ---------------------------------------------*/
.partner-box {
  padding: 10px 25px;
}

.partner-area {
  /*border-top: 35px solid $pc;*/
}

.single-partner::after {
  content: "";
  /* display: block; */
  clear: both;
  border-left: 2px solid #979797;
  height: 60%;
  position: absolute;
  left: -5px;
  top: 10px;
}

/*#endregion Partners Sliders */
/*#region FOOTER ---------------------------------------------*/
.footer {
  background: #002353 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='72.554' height='462.314' viewBox='0 0 72.554 462.314'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect x='34' width='72.554' height='462.314' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Scroll_Group_4' data-name='Scroll Group 4' transform='translate(-34)' clip-path='url(%23clip-path)' style='isolation: isolate'%3E%3Cg id='Group_18383' data-name='Group 18383' transform='translate(1.001 1.155)'%3E%3Cg id='Group_18360' data-name='Group 18360' transform='translate(-0.001)' opacity='0.103'%3E%3Cpath id='Path_42572' data-name='Path 42572' d='M1027.026,0,993.97,19.089V57.258l33.056,19.08,33.051-19.08V19.089Z' transform='translate(-993.97 -0.003)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath id='Path_42572-2' data-name='Path 42572' d='M1027.026,0,993.97,19.089V57.258l33.056,19.08,33.051-19.08V19.089Z' transform='translate(-921.97 -0.003)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath id='Path_42572-3' data-name='Path 42572' d='M1027.026,0,993.97,19.089V57.258l33.056,19.08,33.051-19.08V19.089Z' transform='translate(-957.97 63.332)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_18384' data-name='Group 18384' transform='translate(1.446 128.825)' opacity='0.649'%3E%3Cg id='Group_18360-2' data-name='Group 18360' opacity='0.103'%3E%3Cpath id='Path_42572-4' data-name='Path 42572' d='M1027.026,0,993.97,19.089V57.258l33.056,19.08,33.051-19.08V19.089Z' transform='translate(-993.97 -0.003)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath id='Path_42572-5' data-name='Path 42572' d='M1027.026,0,993.97,19.089V57.258l33.056,19.08,33.051-19.08V19.089Z' transform='translate(-921.97 -0.003)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath id='Path_42572-6' data-name='Path 42572' d='M1027.026,0,993.97,19.089V57.258l33.056,19.08,33.051-19.08V19.089Z' transform='translate(-957.97 63.332)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_18400' data-name='Group 18400' transform='translate(1.001 257.825)' opacity='0.32'%3E%3Cg id='Group_18360-3' data-name='Group 18360' opacity='0.103'%3E%3Cpath id='Path_42572-7' data-name='Path 42572' d='M1027.026,0,993.97,19.089V57.258l33.056,19.08,33.051-19.08V19.089Z' transform='translate(-993.97 -0.003)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath id='Path_42572-8' data-name='Path 42572' d='M1027.026,0,993.97,19.089V57.258l33.056,19.08,33.051-19.08V19.089Z' transform='translate(-921.97 -0.003)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath id='Path_42572-9' data-name='Path 42572' d='M1027.026,0,993.97,19.089V57.258l33.056,19.08,33.051-19.08V19.089Z' transform='translate(-993.97 126.997)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath id='Path_42572-10' data-name='Path 42572' d='M1027.026,0,993.97,19.089V57.258l33.056,19.08,33.051-19.08V19.089Z' transform='translate(-921.97 126.997)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath id='Path_42572-11' data-name='Path 42572' d='M1027.026,0,993.97,19.089V57.258l33.056,19.08,33.051-19.08V19.089Z' transform='translate(-957.97 63.332)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center top repeat-x;
  padding: 2.5rem 0 1.25rem;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-top: 250px;
}

@media print {
  .footer {
    display: none;
  }
}
.footer--upper-wrapper {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

@media (max-width: 1199.9px) {
  .footer--upper-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.footer--logo-wrapper {
  display: flex;
  flex: 1;
  align-items: flex-end;
}

@media (max-width: 1199.9px) {
  .footer--logo-wrapper {
    order: 2;
    width: 100%;
    justify-content: center;
  }
}
.footer--logo {
  padding-bottom: 1rem;
}

.footer--logo svg, .footer--logo img {
  max-width: 100%;
}

.footer--vision-logo {
  position: relative;
  -webkit-margin-start: 1.25rem;
  margin-inline-start: 1.25rem;
  -webkit-padding-start: 1.25rem;
  padding-inline-start: 1.25rem;
  -webkit-padding-after: 0.5rem;
  padding-block-end: 0.5rem;
}

@media (max-width: 767.9px) {
  .footer--vision-logo {
    width: 100px;
  }
}
.footer--vision-logo svg, .footer--vision-logo img {
  max-width: 100%;
}

.footer--vision-logo:before {
  content: "";
  display: block;
  border-right: 1px solid #fff;
  height: 80px;
  opacity: 0.3;
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
}

.footer--partners-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
}

.footer--partners-wrapper h6 {
  margin-bottom: 1.5rem;
  padding-top: 2rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
}

@media (max-width: 1199.9px) {
  .footer--partners-wrapper h6 {
    padding-top: 0;
  }
}
@media (max-width: 1679.9px) {
  .footer--partners-wrapper {
    flex: 1.5;
  }
}
@media (max-width: 1199.9px) {
  .footer--partners-wrapper {
    order: 3;
    width: 100%;
    justify-content: center;
  }
}
.footer--partners {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

@media (max-width: 767.9px) {
  .footer--partners {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer--partners-item svg, .footer--partners-item img {
  width: 100%;
  max-width: 200px;
  max-height: 66px;
}

.footer--location-wrapper {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  position: relative;
}

@media (max-width: 1199.9px) {
  .footer--location-wrapper {
    order: 1;
    max-height: 100px;
    width: 100%;
    justify-content: center;
  }
}
.footer--location-wrapper .footer-map {
  display: block;
  position: relative;
  width: 440px;
  height: 510px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='440.262' height='508.231' viewBox='0 0 440.262 508.231'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.55' y1='0.018' x2='0.145' y2='0.95' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0.275'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Subtraction_8' data-name='Subtraction 8' d='M219.65,507.221h0l-42.4-24.471,18.788-32.541,23.605,13.625L401.692,358.742V148.507L219.648,43.388,37.575,148.507V358.742L56.6,369.725,37.822,402.256l86.71,50.062L0,380.437V126.818L219.65,0,439.262,126.818l0,253.619L219.65,507.221Z' transform='translate(0.5 0.577)' stroke='rgba(0,0,0,0)' stroke-miterlimit='10' stroke-width='1' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 50px;
  transform: translateY(calc((50% + 2.5rem) * -1));
  position: absolute;
  top: 0;
  inset-inline-end: 0;
}

/*-- FOOTER: ---------------------------*/
html[dir=rtl] .footer--location-wrapper .footer-map {
  transform-origin: left;
}

html[dir=ltr] .footer--location-wrapper .footer-map {
  transform-origin: right;
}

@media (max-width: 1679.9px) {
  .footer--location-wrapper .footer-map {
    transform: translateY(calc((50% + 2.5rem) * -1)) scale(0.8);
  }
}
@media (max-width: 1399.9px) {
  .footer--location-wrapper .footer-map {
    transform: translateY(calc((50% + 2.5rem) * -1)) scale(0.6);
  }
}
@media (max-width: 1399.9px) and (max-width: 1199.9px) {
  .footer--location-wrapper .footer-map {
    position: relative;
    top: auto;
    inset-inline-end: auto;
    transform-origin: center !important;
  }
}
.footer--location-wrapper .footer-map-title {
  display: block;
  position: absolute;
  bottom: 6px;
  right: calc(50% + 3px);
  width: 50%;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  color: #fff;
  height: 38px;
  padding-top: 2px;
  transform: rotate(30deg);
  transform-origin: right;
  padding: 0 40px;
}

.footer--location-wrapper .footer-map-overlay {
  display: block;
  width: 338px;
  height: 390px;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  position: relative;
}

.footer--location-wrapper .footer-map-overlay:after {
  content: "";
  background: #bce4f8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='25.714' viewBox='0 0 30 25.714'%3E%3Cg data-name='Group 3478' transform='translate(4829 -4671)'%3E%3Cpath data-name='Path 42043' d='M23.036,85.947H21.964a.516.516,0,0,0-.536.536V91.84a2.686,2.686,0,0,1-2.678,2.678H4.821a2.58,2.58,0,0,1-1.892-.787,2.579,2.579,0,0,1-.787-1.892V77.911a2.579,2.579,0,0,1,.787-1.892,2.579,2.579,0,0,1,1.892-.787H16.607a.516.516,0,0,0,.536-.536V73.625a.515.515,0,0,0-.536-.535H4.821A4.645,4.645,0,0,0,1.414,74.5,4.644,4.644,0,0,0,0,77.911V91.84a4.643,4.643,0,0,0,1.414,3.406,4.645,4.645,0,0,0,3.407,1.415H18.75a4.83,4.83,0,0,0,4.822-4.821V86.483a.517.517,0,0,0-.536-.536Z' transform='translate(-4829 4600.053)'%3E%3C/path%3E%3Cpath data-name='Path 42044' d='M213.782,36.865a1.03,1.03,0,0,0-.753-.318h-8.571a1.065,1.065,0,0,0-.753,1.825l2.946,2.946L195.735,52.233a.526.526,0,0,0,0,.77l1.908,1.908a.527.527,0,0,0,.77,0L209.329,44l2.947,2.946a1.071,1.071,0,0,0,1.825-.753V37.618A1.03,1.03,0,0,0,213.782,36.865Z' transform='translate(-5013.101 4634.453)'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}

.footer--location-wrapper .footer-map-overlay:hover:after {
  opacity: 0.7;
}

.footer--location-wrapper .footer-map-overlay .map-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.footer--lower-wrapper {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-end;
  -webkit-margin-after: 0px;
  margin-block-end: 0px;
}

@media (max-width: 1199.9px) {
  .footer--lower-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.footer--news-subscription {
  display: flex;
  flex: 1;
  padding: 1.5rem 0;
  flex-direction: column;
}

@media (max-width: 1399.9px) {
  .footer--news-subscription {
    padding: 0;
  }
}
@media (max-width: 1199.9px) {
  .footer--news-subscription {
    margin-top: 3rem;
    order: 1;
    text-align: center;
  }
}
.footer--news-subscription .ns-title {
  max-width: 400px;
}

.footer--news-subscription h3 {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.footer--news-subscription p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 2.5rem;
}

.footer--news-subscription .ns-form {
  max-width: 400px;
}

.footer--news-subscription .ns-form .ns-input-group {
  display: flex;
}

.footer--news-subscription .ns-form .ns-input-group .form-control {
  height: 44px;
  background: transparent;
  color: #fff;
  border-radius: 0;
  border: 1px solid #fff;
  -webkit-border-end: none;
  border-inline-end: none;
  transition: all 0.25s ease-in-out;
  line-height: 1;
  border-start-start-radius: 30px;
  border-end-start-radius: 30px;
  -webkit-margin-end: -20px;
  margin-inline-end: -20px;
  -webkit-padding-end: 30px;
  padding-inline-end: 30px;
}

html[dir=rtl] .footer--news-subscription .ns-form .ns-input-group .form-control {
  direction: rtl;
}

.footer--news-subscription .ns-form .ns-input-group .form-control:focus {
  box-shadow: 0 0 0 2px rgba(0, 35, 83, 0.5);
}

.footer--news-subscription .ns-form .ns-input-group .form-control::-moz-placeholder {
  color: #fff;
}

.footer--news-subscription .ns-form .ns-input-group .form-control:-ms-input-placeholder {
  color: #fff;
}

.footer--news-subscription .ns-form .ns-input-group .form-control::placeholder {
  color: #fff;
}

.footer--news-subscription .ns-form .ns-input-group .form-control.errorinput {
  border-color: rgba(214, 26, 26, 0.8);
}

.footer--news-subscription .ns-form .text-danger {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #d61a1a !important;
}

.footer--news-subscription .ns-submit-btn {
  display: inline-block;
  height: 44px;
  padding: 0.25rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  border: none;
  background: #fff;
  color: #002353;
  position: relative;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
  border-radius: 30px;
  line-height: 1;
  border: 1px solid transparent;
}

.footer--news-subscription .ns-submit-btn:disabled {
  background: #002353;
  color: #fff;
}

.footer--news-subscription .ns-submit-btn:not(:disabled) {
  cursor: pointer;
}

.footer--news-subscription .ns-submit-btn:not(:disabled):hover, .footer--news-subscription .ns-submit-btn:not(:disabled):active, .footer--news-subscription .ns-submit-btn:not(:disabled):focus {
  background: #002353;
  color: #fff;
  border-color: #fff;
}

.footer--social-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
}

@media (max-width: 1679.9px) {
  .footer--social-wrapper {
    flex: 1.5;
  }
}
@media (max-width: 1199.9px) {
  .footer--social-wrapper {
    order: 3;
    padding-top: 2rem;
  }
}
.footer--social-links {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}

.footer--social-links li {
  display: inline-flex;
}

.footer--social-links li a {
  display: inline-flex;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #274979;
  transition: all 0.25s ease-in-out;
}

.footer--social-links li a:hover {
  transform: translateY(-3px);
}

.footer--social-links li a svg, .footer--social-links li a img {
  max-width: 100%;
}

.footer--user-links {
  list-style: none;
  display: flex;
  justify-content: space-around;
  gap: 0.625rem;
  flex-wrap: wrap;
}

.footer--user-links li {
  display: inline-flex;
}

.footer--user-links li a {
  display: inline-flex;
  transition: all 0.25s ease-in-out;
  color: #fff;
}

.footer--user-links li a:hover {
  color: #bce4f8;
}

.footer--copy-rights {
  display: block;
  text-align: center;
}

.footer--copy-rights {
  display: block;
  text-align: center;
}

.footer--updates {
  display: block;
  text-align: center;
  font-size: 0.625rem;
}

.footer--updates a {
  text-decoration: underline;
  color: #8ed1f3;
  transition: all 0.25s ease-in-out;
}

.footer--updates a:hover {
  color: #bce4f8;
}

.footer--app-wrapper {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 2rem;
  visibility: hidden;
}

@media (max-width: 1199.9px) {
  .footer--app-wrapper {
    order: 2;
    flex-direction: column;
    align-items: center;
    display: none;
  }
}
@media (max-width: 1199.9px) {
  .footer--app-ttl {
    text-align: center;
  }
}
.footer--app-ttl p {
  margin: 0;
}

.footer--app-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.footer--app-links a {
  display: block;
  transition: all 0.25s ease-in-out;
}

.footer--app-links a svg, .footer--app-links a img {
  max-width: 100%;
}

/*#endregion FOOTER */
/*#region Speakers ---------------------------------------------*/
.testimonial-slides.owl-theme .owl-nav [class*=owl-].owl-prev, .testimonial-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/*#endregion HEADER */
.registerationConfirmation {
  display: flex;
  justify-content: center;
  /*zoom: 0.25;*/
  resize: both;
  width: 100%;
}
.registerationConfirmation > div {
  zoom: 0.25;
}

input#submitButton:disabled {
  opacity: 0.6;
}
