@font-face {
  font-family: 'Gotham-Thin';
  src: url('../fonts/Gotham/Gotham-Thin.woff') format('woff')
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham/Gotham-Book.woff') format('woff')
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/Gotham/Gotham-Bold.woff') format('woff')
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}
body {
  overflow-x: hidden !important;
  font-family: 'Gotham-Book';
  color:white;
  cursor: default !important;
  user-select: none;
}
div#main-wrapper {
  width: 100%;
  height: 100%;
  overflow-x: clip;
}
html, body {
  height: 100%;
  background-color: #ffffff;
  color: #444;
}
mark, .mark {
  padding: .2em;
  background-color: #ebf1f4;
}
.text-muted {
  color: #33cccc !important;
}
.text-white {
  color: #ffffff !important;
}
.text-blue {
  color: #005094 !important;
}
.bodyContent {
  padding: 55px 0px;
}
.bg-blue {
  --bs-bg-opacity: 1;
  background-color:  #005094 !important;
}
.form-control:focus {
  border-color: #cbf2f2;
}
span#space {
  width: 0.3rem;
}
div#mce-responses {
  margin-top: 12px;
}
div#mce-success-response p ,#volunteerMessage.success{
  line-height: 17px;
  margin-bottom: 0;
  text-align: center;
  color: #02559a;
}
div#mce-error-response p, #volunteerMessage.fail {
  line-height: 17px;
  margin-bottom: 0;
  text-align: center;
  color: #ff0000;
}
div#mce-success-response,div#mce-error-response,#volunteerMessage {
  background-color: rgb(51 204 204 / 20%);
  color: white;
  padding: 10px;
}
#volunteerMessage {
  display: none;
  margin-top: 15px !important;
} 
.animated {
  position: relative;
}
/*.animated-info {
  display: inline-block;
  vertical-align: top;
  min-width: 517px;
  position: relative;
  height: 131px;
  font-family: 'Gotham-Book';
  color: hsl(208deg 100% 29% / 80%);
}
.animated-item {
  display: block;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 5px;
  animation: BottomTotop 8s linear infinite 0s;
  text-align: center;
}
*/
/*.animated-item:nth-child(2n+2){
  animation-delay: 2s;
}
.animated-item:nth-child(3n+3) {
  animation-delay: 4s;
}
.animated-item:nth-child(4n+4) {
  animation-delay: 6s;
}*/
/*.preloader .subHeadlineText {
  text-align: left;
  color: #005094;
  position: absolute;
  background-color: rgb(255 255 255 / 55%);
  padding: 6px 12px 6px 39px;
  font-size: 105px;
  font-family: 'Gotham-Bold';
  left: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}*/

/* =================================== */
/*   Preloader
/* =================================== */
:root {
  --front-bg: linear-gradient(135deg,#ffffff 0%,#ffffff 100%);
  --right-bg: linear-gradient(135deg,#ffffff 0%,#ffffff 100%);
  --back-bg: linear-gradient(135deg, #ffffff 0%,#ffffff 100%);
  --left-bg: linear-gradient(135deg, #ffffff 0%,#ffffff 100%);
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999999 !important;
  background-color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
      display: flex;
    align-items: center;
    justify-content: center;
}
.preloaderContent {
  perspective: 500px;
  width: 300px;
  height: 300px;
}

.cube {
  
  position: relative;
  width: 300px;
  height: 300px;
  animation: cubeRotate 5s linear infinite;
  transform-style: preserve-3d;
}
@keyframes cubeRotate {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(-360deg);
    }
}

.front {
  transform: translateZ(150px);
  background: var(--front-bg);
}

.right {
  transform: rotateY(90deg) translateZ(150px);
  background: var(--right-bg);
}

.back {
  transform: translateZ(-150px) rotateY(180deg);
  background: var(--back-bg);
}

.left {
  transform: rotateY(270deg) translateZ(150px);
  background: var(--left-bg);
}
.front,
.back{
color: #04599d;

}
.left,
.right {

color: #0f75bc;
  
}
.front,
.back,
.left,
.right {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
}
.breadcrumb {
  background: none;
  margin: 0 0 8px 2px;
  padding: 0;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-header-text-light .breadcrumb > li {
  color: rgba(250, 250, 250, 0.8);
}
.breadcrumb > li a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.breadcrumb > li + li:before {
  color: inherit;
  opacity: 0.7;
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  padding: 0 7px 0 5px;
  font-weight: 900;
}
.breadcrumb > li + li:before {
  color: inherit;
  opacity: 0.7;
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  padding: 0 7px 0 5px;
  font-weight: 900;
}

.dropdown-menu {
  min-width: max-content;
}


@keyframes BottomTotop {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    transform: translateY(5px);
  }
  10% {
    opacity: 1;
    transform: translateY(0px);
  }
  25% {
    opacity: 1 ;
    transform: scale(10, 9) translateY(0px);
    transform-origin: right;
  }
  30% {
    opacity: 0;
    transform: scale(10, 9) translateY(5px);
    transform-origin: left;
    color:#444;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* =================================== */
/*  Navigation bar 
/* =================================== */
#mainNav {
  background-color: white;
}
#mainNav .navbar-shrink {
  box-shadow: 0 0 10px #ccc;
  border-bottom: 1px solid #dbdbdb
}
#mainNav .navbar-toggler {
  font-size: 26px;
  right: 0;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  font-family: 'Gotham-Book';
  border-radius: 10px;
  position: absolute;
  right: 159px;
  top: 12px;
  display: none;
}
a.nav-link.js-scroll-trigger.itemSelected {
  color: #33cccc !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
#mainNav .navbar-brand {
  color: #1A74E2;
  font-family: 'Gotham-Book';
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #7F7F7F;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: 'Gotham-Bold';
}
#mainNav .navbar-nav .nav-item .nav-link.active{
 color:#33cccc;
}
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color:#33cccc;
}
#mainNav.navbar-shrink {
  padding-top: 0;
  padding-bottom: 0;
  background: linear-gradient(to right, #005094 50%, #B1B3B5 50%);
  height: 58px;
  width: 100vw;
}
.logoHolder {
  margin-top: 80px;
  position: relative;
  background-color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 0 10px 0 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 95px;
  height: 102px;
}
.navbar>.container {
  height: 60px;
}
#mainNav.navbar-shrink .navbar-brand {
  width: 90px;
  margin: 0 9px;
  padding: 9px 0;
}  
.dropdown-item.active, .dropdown-item:active {
  background-color: #23cccc;
}

button#give {
  color: #005094;
  text-align: center;
  font-family: 'Gotham-Bold';
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  background-color: transparent;
  margin-left: -20px;
  border: 0px;
}
button#give a {
  text-decoration: none;
}

.hero-bg {
    width: 100%;
    height: 17rem;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    transition: background-image 300ms ease-in 200ms;
    filter: grayscale(1) contrast(1) brightness(1);
    min-height: 400px;
}


/*.giveMainContainer {
    padding: 20px;
    background-color: white;
    height: auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 80vh !important;
}*/
/* =================================== */
/*   Common CSS 
/* =================================== */
.word-animation {
  background-color: #FFFFFF;
  background-image: -webkit-image-set(url(../img/assets/wordAnimation.png) 1x, url(../img/assets/wordAnimation.png) 2x);
  background-image: image-set("../img/assets/wordAnimation.png" 1x, "../img/assets/wordAnimation.png" 2x);
  background-repeat: repeat;
  background-size: 846px 337px;
  -webkit-animation: 50s diagonal-flow infinite linear, 90s hue-rotate infinite linear;
  animation: 50s diagonal-flow infinite linear,90s hue-rotate infinite linear;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-right: 5px;
  margin-right: -5px;
}
@keyframes diagonal-flow{
  0% {
    background-position:-2020px 1196px ;
  }
  100% {
    background-position:100px 100px ;
  }
}
.btn-primary:focus,.btn-primary:hover {
  color: #005094;
  background-color: transparent;
  border-color: #005094;
}
.btn-primary {
  background-color: #005094;
  border-color: #005094;
}
.custom-btn {
  width: 100%;
  height: 40px;
  color: #fff;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  outline: none;
}
.btn-1 {
  background: #005094;
  line-height: 42px;
  padding: 0;
  border: none;
  margin: 20px 0 0 0;
  font-size: 15px;
  font-family: 'Gotham-Book';
  border-radius: 0.3rem !important;
}
.btn-1 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-1:before,
.btn-1:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #0f75bc;
  box-shadow:
  -1px -1px 20px 0px rgba(255,255,255,.1),
  -4px -4px 5px 0px rgba(255,255,255,.1),
  7px 7px 20px 0px rgba(0,0,0,.2),
  4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-1:before{
 height: 0%;
 width: 2px;
}
.btn-1:after {
  width: 0%;
  height: 2px;
}
.btn-1:hover{
  color:#005094;
  background: transparent;
}
.btn-1:hover:before {
  height: 100%;
}
.btn-1:hover:after {
  width: 100%;
}
.btn-1 span:before,
.btn-1 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #0f75bc;
  box-shadow:
  -1px -1px 20px 0px rgba(255,255,255,.1),
  -4px -4px 5px 0px rgba(255,255,255,.1),
  7px 7px 20px 0px rgba(0,0,0,.2),
  4px 4px 5px 0px rgba(0,0,0,.3);
  transition: all 0.3s ease;
}
.btn-1 span:before {
  width: 2px;
  height: 0%;
}
.btn-1 span:after {
  height: 2px;
  width: 0%;
}
.btn-1 span:hover:before {
  height: 100%;
}
.btn-1 span:hover:after {
  width: 100%;
}
.giveBtnConatainer {
  background: #b1b3b5;
  height: 58px;
  width: 157px;
  border-bottom-left-radius: 120px;
  display: flex;
  align-content: center;
  align-items: center;
  box-shadow: -4px 0px 4px 0px rgba(0, 0, 0, 0.25);
  justify-content: center;
}
.giveBtnMainConatainer {
  background-color: #0f75bc;
  z-index: 11111;
  width: 157px;
  height: 100%;
  height: 58px;
}
.playButton {
  position: absolute;
  width: 74px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  -webkit-box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 50px -35px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  left: calc(50% - 37px);
  top: calc(50% - 37px);
  color: #ffffff;
  z-index: 11;
  cursor: pointer;
}
.playButton:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%) scale(1.3);
  transform: translate(50%, 50%) scale(1.3);
  border-radius: 50%;
  background-color: #33cccc;
  opacity: .2;
}
.iframe-container {
    position: relative;
    width: 100%;
}

iframe#SLEDIframe {
    width: 100%;
    height: 1700px;
}
.playButton.playButton-pulsing:before {
  opacity: .6;
  -webkit-transform: translate(50%, 50%) scale(1);
  transform: translate(50%, 50%) scale(1);
  -webkit-animation: pulsing-ring 1800ms cubic-bezier(0.2, 0.6, 0.35, 1) infinite;
  animation: pulsing-ring 1800ms cubic-bezier(0.2, 0.6, 0.35, 1) infinite;
}

@-webkit-keyframes pulsing-ring {
  100% {
    -webkit-transform: translate(50%, 50%) scale(1.5);
    transform: translate(50%, 50%) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulsing-ring {
  100% {
    -webkit-transform: translate(50%, 50%) scale(1.5);
    transform: translate(50%, 50%) scale(1.5);
    opacity: 0;
  }
}
#back-to-top {
  display: none;
  position: fixed;
  z-index: 102;
  bottom: 70px;
  right: 14px;
  background-color: #005094;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 45px;
  justify-content: center;
  align-items: center;
}

}
a#back-to-top img {
  border-radius: 46px;
  padding: 2px 3px 3px 2px;
}
#back-to-top:hover {
 background-color: #50b1b3;
 -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
 box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}

.rtl #back-to-top {
  left: 10px;
  right: auto;
}

/*  container  */
.container.sub-container {
  padding: 0 130px;
}
p {
  font-size: 17px;
  line-height: 24px;
  font-family: 'Gotham-Book';
  color: #444444;
  text-align: left;
}
a {
  color: #005094;
  text-decoration: none;
}

a:hover {
  color: #0f75bc;
}

.text-primary {
  color: #1A74E2 !important;
}

h1,
h2
{
  font-weight: 700;
  font-family: 'Gotham-Bold';
}
h3,
h4,
h5,
h6{
  font-weight: 700;
  font-family: 'Gotham-Book';
}
.page-section {
  background-color: #ffffff;
  color: #444;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}
section#Our_team {
  padding: 2rem 0 0 0;
}
.page-section h2.section-heading {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 50px;
  color: #444444;
  text-align: left;
}
.owl-carousel .owl-item img {
  border-radius: .2rem !important;
}

.owl-carousel .owl-stage-outer{
 height: auto !important
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  color: #3cc;
}
.carousel {
  position: relative;
}
.owl-carousel .owl-item {
  padding: 0px 4px;
}
.carousel-item img {
  object-fit: cover;
}
#carousel-thumbs {
  background: rgba(255,255,255,.3);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  right: 0;
}
#carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}
#carousel-thumbs img:hover {
  border-color: rgba(255,255,255,.3);
}
#carousel-thumbs .selected img {
  border-color: #fff;
}
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}

/* =================================== */
/*   Home Page
/* =================================== */

#Home .container {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#Home .fullwidth_container {
  background-image: url(../img/assets/SLEDinternational_img102.jpg);
  z-index: 0;
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  transition: background-image 300ms ease-in 200ms;
}
#Home h1.h1.headlineText {
  color: #fff;
  font-family: 'Gotham-Bold';
  font-size: 5.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-shadow: -1px 1px 8px rgb(0 0 0 / 30%);
  text-align: right;
  line-height: 4.4rem;
  position: relative;
  float: right;
}
#Home .row {
  width: 100%;
  height: 90vh;
  position: relative;
  align-content: center;
  justify-content: space-between;
}
/*#Home .row .owl-carousel.owl-loaded {
  position: absolute;
  bottom: 20px;
}

#Home .row .owl-carousel .owl-stage {
  padding: 0;
  background-color: rgb(34 34 34 / 30%);
}
*/
#Home .row .text-4,#Home .row .d-block {
  color: #ffffff;
}
section#Home.page-section {
  padding: 0 !important;
}
/*.blogConatainer .title-blog {
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 0 2.3rem 0 0;
  }*/
  /* =================================== */
/*   Team Page
/* =================================== */
#Our_team article.employeeItem{
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#Our_team .row.employeeConatiner {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
#Our_team .employeeImage {
  background-color: white;
  width: 90%;
}
#Our_team .employeeContent {
  background-color: #ffffff;
  padding: 10px;
  width: 90%;
  position: relative;
  font-size: 16px;
  color: #444;
  box-shadow: -3px 4rem 4rem rgba(0, 0, 0, 0.175) !important;
  /* border-bottom-right-radius: 0.3rem !important; */
  /* border-bottom-left-radius: 0.3rem !important; */
  border-radius: 0 10px 0 10px;
}
#Our_team .employeeTags {
  color: #ffffff;
  font-family: 'Gotham-Bold';
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  text-transform: capitalize;
  background-color: #005094;
  padding: 20px;
  border-radius: 0 10px 0 0;
}
#Our_team .employeeTitle {
  font-family: 'Gotham-Book';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
  background-color: #ebebeb;
  padding: 10px 20px;
  margin-top: 2px;
  border-radius: 0 0 0 10px;
  color: #005094;
}
#Our_team button#sendMessageButton {
  position: absolute;
  bottom: -3px;
  right: -3px;
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 150px;
  height: 150px;
  border: 7px solid rgba(0, 0, 0, 0.1);
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
  font-family: 'Gotham-Book';
}
.text-danger {
  color: #ff4d4d!important;
}

.footer {
  text-align: center;
  background-color: #DDDDDE;
  color: #005094;
  border-top: 1px solid #dbdbdb;
  height: 54px;
  display: flex;
  align-items: center;
}

.footer .copy {
  font-size: 14px;
  line-height: 14px;
  text-transform: none;
  font-family: 'Gotham-Book';
}

.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Gotham-Book';
}
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #005094;
  /*color: #1F2123;*/
}
ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 22px;
  line-height: 35px;
  display: block;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #005094;
}
.logoh {
 width: 76px;
}
path#Yemen {
  fill:#21669e;
}
.greenheader {
  color: #1A74E2;
  line-height: 40px;
  font-size: 36px;
}

.greenheaderinherit {
  color: #1A74E2;
  line-height: 40px;
  font-size: inherit;
}

.membern {
  font-size: 13px;
  line-height: 30px;
}

.membert {
  font-size: 12px;
  line-height: 15px;
}

.whitetext {
  color: #dcdcdc !important;
}

.bg-light {
  background-color:#EBF1F4!important;
}

.imgmob {
  width: 80%;
  image-rendering: -webkit-optimize-contrast;
}


.requiredfield {
  font-size: 0.8rem;
  color:  #fff;
  text-align: left;
  font-weight: normal;
}
.sub-section-heading {
  font-size: .875rem;
  line-height: 1.21em;
  letter-spacing: .02em;
  background-color: #005094;
  color: #ffffff;
  padding: 10px;
  font-family: 'Gotham-Bold';
  border: 2px solid #005094;
}
.sub-section-heading:focus,.sub-section-heading.typeSelected {
  border: 2px solid #005094;
  background-color: transparent;
  color: #0f75bc;
  pointer-events: none;
}
.sub-section-heading:hover:not(.typeSelected){
  transform: scale(1.1);
  cursor: pointer;
  pointer-events: all;
}

.cta .h4 {
  text-align: center;
}
.cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  /* width: 100%; */
  background-color: #0f75bc;
  padding: 10px;
}

.buttonbtnprimary-colorbtn-round {
  align-items: center;
  /*  border-radius: 10px;*/
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 36px;
  position: relative;
  background-color: #005094;
}
.cta .buttonbtnprimary-colorbtn-round {
  flex-direction: row;

}
.buttonbtnprimary-colorbtn-round h4 {
  color: #ffffff;
  font-size: 19px;
  font-family: 'Gotham-Bold';
  /* background-color: rgb(0 28 75 / 100%); */
  padding: 10px 0px;
  width: 100%;
  text-align: center;
}

.dropdown-item {
  white-space: break-spaces;
}
.dropdown-menu {
  padding: .5rem 0rem;
  width: 85%;
}
form#contactForm {
  width: 90%;
}

.h4, h4 {
  font-size: 1rem;
}

.column-inner.rounded-3.shadow-lg {
  height: 100%;
  background: #ebf1f4;
}
.col.span_12.dark.left {
  display: flex;
  flex-direction: row;
}
img.about-icons {
  margin-right: 10px;
  border-radius: 46px;
}
span.about-vision-title {
  display: flex;
  flex-direction: row;
  display: inline;
  align-content: center;
  align-items: center;
  color: #005094;
  font-family: 'Gotham-Bold';
  font-size: 20px;
  line-height: 24px;
  width: 100%;
}
.wpb_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
p.about-vision-text {
  /*  text-align: center;*/
  font-size: 17px;
  line-height: 24px;
  padding: 0px 11px;
}
/*LOCATE US*/
.fullwidth_container {
  width: 100%;
}

svg
{  max-width: 100%!important;
  height: auto;
  display: block;
  background-color: #ebf1f4;
}
.whereWeWorkCountries.futureProjects {
  fill: #ffc107;
}
path.whereWeWorkCountries#Turkey {
  fill: #e03d43;
}
.enabledCountries:not(.futureProjects):hover
{
  fill: #33cccc;
  transition: all 0.3s ease-in-out;
}
.mapClassification {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2px;
  background-color: white;
  /* border: 6px solid #d5e4f2; */
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: rgb(213, 228, 242);
}
.mapClassification>div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.colorShowing {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 4px;
  border-radius: 15px;
}
.colorShowing.blue {
  background-color: #21669e;
}
.colorShowing.red {
  background-color: #e03d43;
}
.colorShowing.yellow {
  background-color: #ffc107;
}
.enabled
{  fill: #21669E;
  cursor: pointer;}

  .description
  { 
    pointer-events: none;
    position: absolute;
    font-size: 14px;
    text-align: center;
    background: white;
    padding: 10px 15px;
    z-index: 5;
    margin: 0 auto;
    color: #444444;
    border-radius: 5px;
    box-shadow: 1px 1px 9px 2px #444444;
    font-family: 'Gotham-Bold';
    transform: translateX(-50%);
    display: none;
  }
  .description.active
  {    display: block;}
  .description:after
  {    
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
  }

  .hotSpotArea {
    border: 4px solid #d5e4f2;
    padding: 0;
  }



  path {
    fill: white;
    stroke: #243444;
  }

  .whereWeWorkCountries.countrySelected{fill:#33cccc;}

  .whereWeWorkCountries :hover path{
    fill:#0f75bc;
    pointer-events: all;
    cursor:pointer;
  }
  path.whereWeWorkCountries {
    fill: #21669e;
  }

  .hotSpotTextAreaMainDiv {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
  }
  .hotSpotTextArea {
    height: 250px;
    background-color: #005094;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hotspotTextHandler {
    width: 70%;
    background-color: white;
    border-radius: 25px;
    color: #0f75bc;
    padding: 20px;
    font-family: 'Gotham-Bold';
    font-size: 20px;
  }
  .hotSpotTextBody {
    font-size: 16px;
    margin-top: 10px;
    font-family: 'Gotham-Book';
  }
  .hotSpotTextBodyItem{
    display: none;
  }
  .hotSpotTextBodyItem.hotSpotDisplayText{
    display: block;
  }



  /*WHO WE ARE SECTION*/
  .employeeItem {
    padding: 10px;
  }
  .employeesGroup {
    display: flex;
  }
  .employeeImage img {
    width: 100%;
    border-bottom-left-radius: 134px;
    border: 4px solid #ffffff;
  }


  .whoWeAreFooterRight {
    color: #0f75bc;
    padding: 15px 75px 15px 15px;
  }
  .whoWeAreFooterLeft {
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border-radius: 50%; */

    color: #0f75bc;
  }

  .whoWeAreFooterMainDiv {
    display: flex;
    margin-top: 15px;
    padding: 0 7px;
  }
/*.whoWeAreFooter {
    background-color: #005094;
    }*/
    .whoWeAreFooterLeft h1, .whoWeAreFooterRight h3 {
      color: #005094;
      margin: 20px 0px;
    }
    section#footer {
      background-color: #005094;
      min-height: 195px;
      color: #ffffff;
      padding: 0px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    .footerCta {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      align-content: center;
      flex-direction: row;
    }
    .whiteFooterBackground {
      background: white;
      width: 47px;
      height: calc(100% - 13px);
      position: absolute;
      right: 13px;
      top: -2px;
      border-bottom-right-radius: 26px;
      border-bottom-left-radius: 26px;
    }
    .footerCta .footerIconItem {
      margin-right: 10px;
    }
    .FooterRight h2,.FooterLeft h3{
      color:white;
      line-height: 0.5em;
    }

    #footer .row {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .FooterRight {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }
    section#Mission .column-inner {
      padding: 10px;
      margin: 10px;
      height: 95%;
      color: #444444;
      background: #CCDCEA;
    }

    .missionFooterRight {
      display: flex;
      /* background-color: #ccdcea; */
      color: black;
      flex-direction: column;
      color: #005094;
      padding: 15px 15px 15px 15px;
      border: 2px solid rgb(51 204 204 / 25%);
      text-align: center;
      margin-top: 20px;
    }
    
    .missionFooterRight h3 {
      background-color: #ffffff;
      width: fit-content;
      margin-top: -48px;
      padding: 13px;
    }
    .circle-inner {
      background: linear-gradient(318deg, #0f75bc, #005094);
      height: 100%;
      padding: 38px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 2px;
      align-content: center;
      flex-direction: column;
      text-align: center;
      border: 1px solid;
      color: white;
      font-size: 17px;
      font-family: 'Gotham-Thin';
    }

    .circle-inner-main:not(:last-child) {
      border-right-color: rgb(51 204 204 / 20%);
      border-right-width: 1px;
      border-right-style: groove;
    }
    .mainCirclesHolder {
      display: flex;
      flex-direction: row; 
    }

    .row.missionFooterMainDiv {
      margin-top: 15px;

    }
    .row.missionFooterMainDiv h3 {
      color: #005094;
    }

    .form-control:focus {
      box-shadow: none;
    }

    section#Our_Initiative .imageHolder img {
      width: 100%;
      border-top-right-radius: 134px;
      /*      border: 1px solid #33cccc;*/
    }


    section#Our_Initiative .background-blue-gray {
      background-color: #ffffff;
      position: relative;
      font-family: 'Gotham-Book';
      color: #2d3338;
      border-radius: 0px 20px;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      font-size: 17px;
      line-height: 24px;

    }
    section#Our_Initiative .background-blue-gray p{
      font-family: 'Gotham-Bold';
      color: #005094;
    }
    section#Our_Initiative .float-right.arrow-circle-top-right {
      position: absolute;
      float: right;
      top: 5px;
      right: 5px;
      padding: 5px;
      color: white;
      transform: rotate(-45deg);
      transition: all 0.3s ease;
    }
    section#Our_Initiative i.fa.fa-solid.fa-arrow-right {
      background-color: #005094;
      padding: 10px;
      border-radius: 50%;
      color: white;
    }

    section#Our_Initiative .background-blue-gray:hover .float-right.arrow-circle-top-right {
      transform: rotate(-90deg);
      transition: all 0.3s ease;
      cursor: pointer;
    }
    section#Our_Initiative .background-blue-gray:hover i.fa.fa-solid.fa-arrow-right {
      background-color: transparent;
      color: #33cccc;
      border: 1px solid #33cccc;
    }







    .circle-inner span {
      font-size: 34px;
      color: #33cccc;
      font-family: 'Gotham-Bold';
      display: contents;
      line-height: 37px;
      /*     -webkit-text-stroke: 2px #33cccc;*/
    }
    .drawer-title.title-popup{
      font-size: 32px;
      margin-top: 0;
      margin-bottom: 22px;
      color: #444444;
      font-family: 'Gotham-Bold';
      padding-right: 60px;
      line-height: 32px;
    }
    .card {
      background-color: #ebf1f4;
    }
    .popupWindow.overlay {
      opacity: 1;
      transform: translateZ(0);
    }
    .drawer-container.rounded-3.shadow-lg {
      padding: 20px;
      background-color: white;
      margin: 50px;
      height: auto;
      position: relative;
      overflow-x: hidden;
      overflow-y: scroll;
      height: 80vh;
    }
    .popupWindow {
      background-color: #005094;
      opacity: 0;
      transform: translate3d(-100%,0,0);
      transition: opacity 1s ease 1s,transform 1s ease 1s;
    }
    .underlay {
      position: fixed;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 111;
      top: 0;
      padding-top: 60px;
    }
    /*Scroll bar nav*/
    ::-webkit-scrollbar {
      width: 12px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background:#FFF;    
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background: rgba(204,204,204,0.8); 
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    }
    ::-webkit-scrollbar-thumb:window-inactive {
      background: rgba(204,204,204,0.4); 
    }

    .close-container{
      position: absolute;
      right: 15px;
      top: 15px;
      margin: auto;
      width: 50px;
      height: 50px;
      cursor: pointer;
    }
    .model-btn-close {
      position: absolute;
      right: -10px;
      top: -94px;
      margin: auto;
      width: 50px;
      height: 50px;
      cursor: pointer;
      opacity: 1;
    }
    .leftright{
      height: 4px;
      width: 50px;
      position: absolute;
      margin-top: 24px;
      background-color: #0F75BC;
      border-radius: 2px;
      transform: rotate(45deg);
      transition: all .3s ease-in;
    }

    .rightleft{
      height: 4px;
      width: 50px;
      position: absolute;
      margin-top: 24px;
      background-color: #0F75BC;
      border-radius: 2px;
      transform: rotate(-45deg);
      transition: all .3s ease-in;
    }

    label{
      text-transform: uppercase;
      letter-spacing: 2px;
      transition: all .3s ease-in;
      font-size: 17px;
      font-family: 'Gotham-Thin';
    }
    label span {
      color: red;
      font-size: 20px;
    }
    .close{
      margin: 60px 0 0 5px;
      position: absolute;
    }
/*label.close {
  color: red;
  font-size: 12px;
  opacity: 0;
  }*/
  .close-container:hover .leftright,.model-btn-close:hover .leftright{
    transform: rotate(-45deg);
    background-color: red;
  }
  .close-container:hover .rightleft,.model-btn-close:hover .rightleft{
    transform: rotate(45deg);
    background-color: red;
  }
/*.close-container:hover label,.model-btn-close:hover label{
  opacity: 1;
  }*/
  .modal {
    background: rgb(0 0 0 / 60%);
  }
  .card-img-overlay.p-0 {
    background-color: #005094;
  }
  .sledNews {
    background: #ebf1f4;
    border: 1px solid #f1f5f6;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  img.about-vision-icons {
    border-radius: 46px;
    margin-right: 10px;
  }


  /* =================================== */
/*  Donation Form 
/* =================================== */

.donation-steps > .step {
  padding: 0;
  position: relative;
}

.donation-steps > .step .step-name {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
}

.donation-steps > .step > .step-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fff;
  border: 1px solid #005094;
  top: 45px;
  left: 50%;
  margin-top: -36px;
  margin-left: -15px;
  border-radius: 50%;
}

.donation-steps > .step > .step-dot:after {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  position: absolute;
  top: 9px;
  left: 9px;
}

.donation-steps > .step.complete > .step-dot {
  background: #005094;
}

.donation-steps > .step.complete > .step-dot:after {
  content: '\f00c';
  font-weight: 900;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  top: 3px;
  left: 7px;
}

.donation-steps > .step.active > .step-dot:after {
  background: #005094;
  content: '';
}
.donation-steps > .step > .progress {
  position: relative;
  background: #bbb;
  border-radius: 0px;
  height: 1px;
  box-shadow: none;
  margin: 22px 0;
}
.donation-steps > .step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #005094;
}

.donation-steps > .step.complete > .progress > .progress-bar {
  width: 100%;
}
.donation-steps > .step.active > .progress > .progress-bar {
  width: 50%;
}
.donation-steps > .step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.donation-steps > .step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.donation-steps > .step.disabled > .step-dot {
  border-color: #bbb;
}
.donation-steps > .step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.donation-steps > .step:last-child > .progress {
  width: 50%;
}

.donation-steps > .step.disabled a.step-dot {
  pointer-events: none;
}
.rtl .donation-steps > .step > .step-dot {
  top: 45px;
  right: 50%;
  left: auto;
  margin-left: 0;
  margin-right: -15px;
}

.rtl .donation-steps > .step > .step-dot:after {
  left: 0px;
  right: 9px;
}

.rtl .donation-steps > .step.complete > .step-dot:after {
  left: 0px;
  right: 7px;
}

.rtl .donation-steps > .step:first-child > .progress {
  left: auto;
  right: 50%;
}





/* =================================== */
/*  media query
/* =================================== */
@media (min-width: 992px){
  .navbar-expand-lg .navbar-collapse {
    justify-content: end;
    padding-right: 10px;
    background-color: #0F75BC;
    margin-left: 50px;
    border-bottom-left-radius: 120px;
    height: 58px;
    box-shadow: -4px 0px 4px 0px rgba(0, 0, 0, 0.25);
    min-width: 690px !important;
  }
  .page-section h3.section-subheading {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Gotham-Book';
  }
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    margin: 0.85em;;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

@media (min-width: 768px) {
  section {
    padding: 50px 0 20px  0;
  }
}
@media (max-width: 575.98px) {
  .donation-steps > .step .step-name {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  #back-to-top {
    z-index: 102;
  }
}
@media all and (max-width: 767px) {
  .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
}
@media all and (min-width: 576px) {
  .carousel-container #carousel-thumbs {
    position: absolute;
  }
}
@media all and (max-width: 576px) {
  .carousel-container #carousel-thumbs {
    background: #ccccce;
  }
}
/*MOBILE*/
@media (min-width: 320px) and (max-width: 1000px) {

iframe#SLEDIframe {
    width: 100%;
    height: 2300px;
}


  .list-inline-item:not(:last-child) {
    margin-right: .2rem;
  }
  ul.social-buttons li a {
    font-size: 16px;
    line-height: 35px;
    display: block;
    width: 32px;
    height: 32px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #005094;
  }



  #mainNav .navbar-toggler {
    display: flex;
  }
  #Home h1.h1.headlineText {
    font-size: 2.7rem;
    line-height: 3rem
  }
  li.nav-item:not(:last-child)  {
    border-bottom: 1px solid rgb(51 204 204 / 25%);
  }    
  .imgmob {
    width: 100%;
  }
  .logoHolder {
    margin-top: 13px;
  }
  .mainCirclesHolder {
    flex-direction: column; 
  }
  .container.sub-container {
    padding: 0 10px 0 10px;
  }
  .giveBtnMainConatainer {
    position: absolute;
    right: 0;
    top: -1px;
  }
  #mainNav.navbar-shrink {
    background: linear-gradient(to right, #005094 40%, #0f75bc 60%);
  }
  div#navbarResponsive {
    width: 67%;
    float: right;
    background-color: white;
    color: black;
    position: absolute;
    top: 58px;
    right: 0px;
    border-bottom-left-radius: 25px;
    transition: 0.5s ease-in-out;
    box-shadow: -6px 6px 4px 0px rgba(0, 0, 0, 0.25);
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 0.75em;
    color: #0f75bc;
  }
  .page-section {
    padding: 63px 0;
  }

  #Home .fullwidth_container {
    background-image: url(../img/assets/SLEDinternational_img102.jpg);
    z-index: 0;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100vh;
    -webkit-background-size: auto 100vh;
    -moz-background-size: auto 100vh;
    transition: background-image 300ms ease-in 200ms;
  }

  .leftright,.rightleft {
    height: 3px;
    width: 35px;
    margin-top: 17.5px;
  }
  .close-container {
    right: 7.5px;
    top: 7.5px;
    width: 35px;
    height: 35px;
  }
  .dropdown-menu {
    min-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
}

#initiativeDiv .featured-box.style-5.rounded {
  position: relative;
}
#initiativeDiv .featured-box.style-5.rounded h3 {
    background: rgb(177 179 181 / 80%);
    font-size: 18px;
    padding: 8px 8px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 15px;
    width: 100%;
    color: #005094;
    box-shadow: 2px 2rem 3rem rgba(0, 0, 0, 0.175) !important;
    text-align: center;
}