
@font-face {
    src:url(./fonts/SourceSansPro-Regular.otf);
    font-family: SourceSnans_regular; 
}

@font-face {
    src:url(./fonts/SourceSansPro-Black.otf);
    font-family: SourceSnans_black; 
}

@font-face {
    src:url(./fonts/PlayfairDisplay-Bold.otf);
    font-family: playfairdisplay_bold; 
}

@font-face {
    src:url(./fonts/SourceSansPro-Semibold.otf);
    font-family: SourceSnans_semiBold; 
}

@font-face {
    src:url(./fonts/SourceSansPro-Bold.otf);
    font-family: SourceSnans_bold; 
}

@font-face {
    src:url(./fonts/MyriadPro-Regular.otf);
    font-family: MyriadPro_regular; 
}

.f-family-SourceSnans_regular {
    font-family: SourceSnans_regular
}

.f-family-MyriadPro_regular {
    font-family: MyriadPro_regular
}

.f-family-SourceSnans_black {
    font-family: SourceSnans_black
}

.f-family-playfairdisplay_bold {
    font-family: playfairdisplay_bold
}

.f-family-SourceSnans_semiBold {
    font-family: SourceSnans_semiBold
}

.f-family-SourceSnans_bold {
    font-family: SourceSnans_bold;
}

input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

ul {
    margin: 0 auto;
    padding: 0px;
    padding-bottom: 0px;
    width: 100%;
}

li {
    list-style-type: none;
}

a:hover {
    text-decoration: none;
    font-weight: bold;
}

a:hover > li {
    margin-bottom: -1px;
}


.w-30p {
    width: 16% !important;
}

.logo-header  {
    padding-top: 44px;
    width: 18vw;
}

.logo-text {
    position: absolute;
    left: 17%;
    top: 45%;
    transform: translate(-50%,-50%);
    font-weight: bold;
    font-size: 12px;
    color: #6d6e70 !important;
}
.w-161 {
    width: 142px;
}

.copy-right {
    padding-right: 108px;
    margin-top: 13px;
    float: right;
    font-weight: normal;
    font-size: 14px;
}

.pos-default-50 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-height: 257px;
}

.li-override {
    color: white;
}

.image-background {
    background-origin: content-box, padding-box;
    padding: 18px;
}

.h-300 {
    height: 300px;
}


.box-image > p {
    font-family: SourceSnans_regular;
    margin-top: 15px;
    font-size: .77em;
    color: #6d6e70 !important;
}
.popup-lang-ltr {
    width: 113px;
    position: absolute;
    background-color: #336292;
    top: 100px;
    right: 97px;
    display: none;
    z-index: 10;
}

.lang-ltr {
    width: 100%;
    float: left;
    border: 1px solid white;
    margin-bottom: 5px;
}

.popup-lang-rtl {
    width: 113px;
    position: absolute;
    background-color: #336292;
    top: 100px;
    right: 782px;
    display: none;
    z-index: 10;
}

.lang {
    width: 100%;
    float: left;
    border: 1px solid white;
    margin-bottom: 5px;
}

.w-15 {
    width: 15% !important;
}

.mrg-top-90 {
    margin-top: 90px;
}

.c:hover {letter-spacing: 0;}

.f:hover {
    letter-spacing: 0;
}

.e:hover {
    letter-spacing: 0;
}

li:hover  .c{letter-spacing: -0.55;}

li:hover .f {
    letter-spacing: -0.4;
}

li:hover .e {
    letter-spacing: -0.55;
}

.black-overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 539;
}

.black-overlay:before {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; 
    left:0;
    background:rgba(0,0,0,0.3);
    transition: all 1s;
    -webkit-transition: all 1s;
}

.g:hover {
    letter-spacing: 0.6;
}

.text-projects {
    position: absolute;
    top: 119%;
    left: 43.5%;
    padding: 6px;
    font-size: 2vw;
    transform: translate(-50%,-50%);
    text-align: left;
    width: 49%;
}

.text-projects-rtl {
    position: absolute;
    top: 119%;
    left: 56%;
    padding: 6px;
    font-size: 2vw;
    transform: translate(-50%,-50%);
    text-align: right;
    width: 49%;
}

.text-projects-ltr {
    position: absolute;
    top: 119%;
    left: 43.5%;
    padding: 6px;
    font-size: 2vw;
    transform: translate(-50%,-50%);
    text-align: left;
    width: 49%;
}

.text-projects-event-ltr {
    position: absolute;
    top: 119%;
    left: 43.5%;
    padding: 6px;
    font-size: 2vw;
    transform: translate(-50%,-50%);
    text-align: left;
    width: 49%;
}

.text-projects-event-rtl {
    position: absolute;
    top: 119%;
    left: 64.5%;
    padding: 6px;
    font-size: 2vw;
    transform: translate(-50%,-50%);
    text-align: right;
    width: 49%;
}

.mrg-top-90 {
    margin-top: 90px;
}

.w-82 {
    width :82px;
}

.mrg-left-112 {
    margin-left: 112px;
}

.header {
    padding: 25px;
    background-image: linear-gradient(to left, rgba(19,73,129), rgba(19,73,129,.75));
    padding-bottom: 0px;
    padding-top: 14px;
}

.w-100px {
    width: 100px;
}

.active-english {
    font-family: SourceSnans_bold;
}


.li-hover {
    display: inline-block;
    cursor: pointer;
    padding: 21px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 2vw;
    padding-bottom: 81px;
    border-bottom: 5px solid transparent;
    font-size: 1.2vw;
    padding-top: 46px;
}

.li-lang {
    display: inline-block;
    cursor: pointer;
    padding: 21px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 2vw;
    padding-bottom: 81px;
    border-bottom: 5px solid transparent;
    font-size: 1.2vw;
    padding-top: 46px;
}

.w-145 {
    width: 145px
}

.w-125 {
    width: 125px;
}

.li-hover > a {
    font-family: SourceSnans_regular;
}

.li-hover:hover {
    border-bottom: 5px solid white;
}

.li-hover:hover > a {
    color: white;
    text-decoration: none;
    font-family: SourceSnans_black;
    letter-spacing: -0.5;
}

.modal-content {
    width: 596px;
  }

  .modal-content-generic {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  }

  .modal-content-generic {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  }

  .modal-body {padding: 2px 16px;}


.active-header > a {
    font-family: SourceSnans_regular;
}

.active-header {
    border-bottom: 5px solid white;
}

.active-header > a {
    color: white;
    text-decoration: none;
    font-family: SourceSnans_black;
    letter-spacing: -0.5;
}

.img-model {
    width: 160px !important;
    float: right;
}

.transf-modal {
    transform: translate(-12%,30%) !important;
}

.row-model {
    background-color: white;
    width: 578px;
    padding: 32px;
}

.mrg-top-189-p-21 {
    padding-right: 21px;
    margin-top: 189px;
}

.poisiton-l-r-50 {
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
}

.title {
    font-size: 2.3em;
    font-family: playfairdisplay_bold;
}

.start-btn {
    font-size: 1.2em;
    background-image: linear-gradient(to left, rgba(19,73,129), rgba(19,73,129,.75));
    width: 196px;
    padding: 11px;
}

.position-l-r {
    left: 50%;
    top: 84%;
    transform: translate(-50%,-50%);
}

.color-6d6e70 {
    color: #6d6e70 !important;
}

.f-size-d-2-7em {
    font-size: 2.7em;
}

.mrg-top-29 {
    margin-top: 29px;
}

.mrg-top-28 {
    margin-top: 28px;
}

.color-134980 {
    color: #134980;
}

.link-hover:hover {
    color: #134980;
    font-weight: bold;
    letter-spacing: 0;
    font-family: SourceSnans_regular;
}

.email-hover:hover {
    color: #6e6d70;
    font-weight: bold;
    letter-spacing: 0;
    font-family: SourceSnans_regular;
}

.f-size-1-3em {
    font-size: 1.3em;
}

.f-size-1-1em {
    font-size: 1.1em;
}

.separator {
    width: 60px;
    height: 1.5px;
    background-color: #134980;
    margin-bottom: 30px;
    margin-top: 10px;
}

.separator-white {
    width: 67px;
    height: 1.5px;
    background-color: rgba(255,255,255);
    margin-bottom: 30px;
    margin-top: 21px;
}

.mrg-top-24 {
    margin-top: 24px;
}

.mrg-top-50 {
    margin-top: 50px;
}



.w-173 {
    width: 173px;
}

.f-size-2-3em {
    font-size: 2.3em;
}

.l-h-46 {
    line-height: 46px;
}

.mrg-top-64 {
    margin-top: 64px
}
.read-more {
    margin-top: 20px;
    color: white;
    font-size: 1.2em;
    background-image: linear-gradient(to left, rgba(19,73,129), rgba(19,73,129,.75));
    width: 149px;
    padding: 6px;
}

.view-more {
    margin-top: 40px;
    color: white;
    font-size: 1.2em;
    background-image: linear-gradient(to left, rgba(19,73,129), rgba(19,73,129,.75));
    width: 149px;
    padding: 6px;
}

.mrg-btm-44 {
    margin-bottom: 44px;
}

.box {
    border: 1px solid #6d6e70;
    width: 70%;
    margin: auto;
    height: 380px;
}

.img-box {
    position: absolute;
    left: 50%;
    top: 3%;
    transform: translate(-50%,-50%);
    width: 126px;
}

.padding-top-129 {
    padding-top: 129px;
}

.mrg-top-102 {
    margin-top: 102px;
}

.w-600 {
    width: 600px;
}

body {
    text-align: center;
}

.background-231 {
    background-color: rgba(231, 239, 245);
}

.mrg-top-38 {
    margin-top: 38px;
}

.mrg-top-34 {
    margin-top: 34px;
}

.padding-bottom-38 {
    padding-bottom: 38px;
}

.w-133 {
    width: 133px;
}

.f-size-0-9em {
    font-size: 0.9em;
}

.mrg-top-40 {
    margin-top: 40px;
}

.f-size-1-2em {
    font-size: 1.2em;
}

.mrg-btm-0 {
    margin-bottom: 0;
}

.f-size-1-4em {
    font-size: 1.4em;
}

.l-h-23 {
    line-height: 23px;
}

.l-h-35 {
    line-height: 35px;
}

.mrg-top-139 {
    margin-top: 139px;
}

.f-size-1-1vw {
    font-size: 1.18vw;
}

.w-88 {
    width: 88%;
}

.mrg-top-95 {
    margin-top: 95px;
}

.box-image {
    width: 82%;
    margin: auto;
    height: 280px;
}

.padding-30 {
    padding: 30px;
}

.mrg-top--53 {
    margin-top: -53px;
}

.f-size-0-7em {
    font-size: .77em;
}

.mrg-top-15 {
    margin-top: 15px;
}

.mrg-btm-118 {
    margin-bottom: 118px;
}

.background-prop {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.background-volunteer {
    background-image: url('../images/tohme/volunteer.png');
}

.f-size-1-8em {
    font-size: 1.8em;
}

.signup {
    border: 0;
    background: transparent;
    border-bottom: 2px solid white;
    padding-left: 0;
    margin-right: 40px;
    color: white;
}

.form-inputs {
    padding: 40px;
    flex: 60%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: relative;
}

.form-btn {
    margin: 20px 0px;
    background-color: #f6fe00;
    color: black;
    padding: 10px 40px;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

.form-row {
    border-bottom: 2px solid white;
    padding: 1px;
    position: relative;
    float: left;
    width: 44%;
    height: 58px;
    margin-right: 35px;
    margin-top: 36px;
    font-family: SourceSnans_bold;
}

.form-row-field {
    color: white;
    position: absolute;
    pointer-events: none;
    transition: 0.5s;
    top: 22px;
}

.form-row-field-input {
    background-color: inherit;
    border: none;
    display: block;
    position: absolute;
    top: 23px;
    transition: 0.5s;
    margin-left: 1.5em;
    height: 32px;
}

 .focused-form~label {
    top: -2px;
    font-weight: bold;
    margin-left: -15px;
    outline: none;
}

.form-row-field-input {
    outline: none;
}

#register-option {
    width: 100%;
    background: transparent;
    outline: none !important;
    border: 0;
    color: white;
}

.text-black {
    color: black;
}

#message {
    background: transparent;
    border: 0;
}

#message:focus {
    outline: none;
}

#message {
    border: 1px solid white;
}

/* relevant styles */
.img__wrap {
    position: relative;
  }
  
  .img__description_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(7.5, 28.6,128,.7);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  
    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
    height: 257px;
  }
  
  .add {
    float: left;
    margin: auto;
    background-color: white;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 116%;
    transform: translate(-50%,-50%);
    visibility: hidden;
    opacity: 0;
}

  .img__wrap:hover .img__description_layer {
    visibility: visible;
    opacity: 1;
  }

  .img__wrap:hover  .add {
    visibility: visible;
    opacity: 1;
  }
  
  .img__description {
    transition: .2s;
    transform: translateY(1em);
  }
  
  .img__wrap:hover .img__description {
    transform: translateY(0);
  }

  .mrg-top-46 {
    margin-top: 46px;
  }

  .box-company {
    border: 1px solid #6d6e70;
    width: 288px;
    height: 342px;
}

  .mrg-top-60 {
    margin-top: 60px;
  }

  .w-210 {
    width: 210px;
  }

  .arrow {
    border: solid #6d6e70;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 2.6px;
  }

  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .slick-next {
    right: 0 !important;
    left: auto !important;
    right: -25px !important;
}

.slick-prev {
    left: 0 !important;
    z-index: 10000000;
    left: -25px !important;
}

  .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }

  .arrow-blue {
    border: solid #134980;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3.2px;
  }

  .mrg-top-78 {
      margin-top: 78px;
  }
  
    .mrg-top-46 {
        margin-top: 46px;
    }

    .mrg-top-37 {
        margin-top: 37px;
    }

  .subscribe {
    background-image: linear-gradient(to left, rgba(19,73,129), rgba(19,73,129,.75))
  }

  .apply {
    border: 0;
    outline: none;
    background: white;
    margin-top: 52px;
    height: 42px;
    width: 135px;
    float: left;
  }

  .logo-colored {
    width: 232px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .w-30 {
      width: 30px;
  }

  .padd-l-35 {
    padding-left: 35px;
  }


  .padding-top-84 {
      padding-top: 84px;
  }

  .padd-t-104 {
    padding-top: 104px;
  }

  .mrg-r-31 {
    margin-right: 31px;
  }

  .mrg-l-31 {
      margin-left: 31px;
  }

  .mrg-l-36 {
    margin-left: 36px;
  }

  .mrg-l-68 {
    margin-left: 68px;
  }

  .mrg-r-32 {
    margin-right: 32px;
  }

  .mrg-r-30 {
    margin-right: 30px;
  }

  .mrg-l-53 {
    margin-left: 53px;
  }

  .mrg-l-94 {
    margin-left: 94px;
  }

  .mrg-l-89 {
    margin-left: 89px;
  }

  .mrg-r-30 {
    margin-right: 30px;
  }

  .mrg-l-113  {
      margin-left: 113px;
  }

  #contacting-option {
    border: 1px solid #6d6e70;
    width: 404px;
    padding: 13px;
    color: #6d6e70;
    font-family: SourceSnans_bold;
    outline: none;
  }

  .padd-0 {
      padding: 0;
  }

  .mrg-btm-10 {
      margin-bottom: 10px;
  }

  .w-71 {
      width: 71%;
  }

  .padd-4 {
      padding: 4;
  }

  .border-6d6e70 {
      border: 1px solid #6d6e70;
  }

  .outline-none {
      outline: none !important;
  }

  .idea-area {
    height: 131px;
    margin-top: 19px;
    border: 1px solid #6d6e70;
  }

  .background-image-grad {
    background-image: linear-gradient(to left, rgba(19,73,129), rgba(19,73,129,.75))
  }

  .send-message {
      padding: 13px;
  }

  .l-h-17 {
    line-height: 17px
  }

  .w-500 {
    width: 500 !important
  }

  .box-time {
    position: absolute;
    top: 98%;
    left: 31%;
    transform: translate(-50%,-50%);
    color: white;
    padding: 22px;
    font-size: 20px;
  }

  .box-time-rtl {
    position: absolute;
    top: 98%;
    left: 69%;
    transform: translate(-50%,-50%);
    color: white;
    padding: 22px;
    font-size: 20px;
  }

  .box-time-ltr {
    position: absolute;
    top: 98%;
    left: 31%;
    transform: translate(-50%,-50%);
    color: white;
    padding: 22px;
    font-size: 20px;
  }

  .box-time-event-ltr {
    position: absolute;
    top: 98%;
    left: 19%;
    transform: translate(-50%,-50%);
    color: white;
    padding: 22px;
    font-size: 20px;
  }

  .background-image-grad-w-opacity {
    background-image: linear-gradient(to top, rgba(19,73,129), rgba(19,73,129,.95));
  }

  .center-dash {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 49px;
  }

  .mrg-r-10 {
      margin-right: 10px;
  }

  .mrg-l-10 {
      margin-left: 10px;
  }

  .w-18 {
      width: 18px;
  }

  .w-24 {
      width: 24px;
  }

  .time {
    position: absolute;
    left: 71%;
    top: 108%;
    transform: translate(-50%,-50%);
    width: 261px;
}

  .time-rtl {
    position: absolute;
    left: 32%;
    top: 108%;
    transform: translate(-50%,-50%);
    width: 261px;
}

  .time-event-ltr {
    position: absolute;
    left: 71%;
    top: 108%;
    transform: translate(-50%,-50%);
    width: 261px;
}

  .time-ltr {
    position: absolute;
    left: 71%;
    top: 108%;
    transform: translate(-50%,-50%);
    width: 261px;
}

  .time-event-rtl {
    position: absolute;
    left: 62%;
    top: 108%;
    transform: translate(-50%,-50%);
    width: 341px;
}

  .events {
    background-image: url(../images/tohme/project-1.png);
    background-size: cover;
    background-position: center;
    height: 500 !important;
    margin: auto;
  }

  .events-description {
    background-image: url(../images/tohme/project-1.png);
    background-size: cover;
    background-position: center;
    height: 500 !important;
    width: 100% !important;
    margin: auto;
  }

  .padd-l-117 {
    padding-left: 117px;
  }

  .box-news {
    position: absolute;
    top: 101%;
    left: 8%;
    transform: translate(-50%,-50%);
    color: white;
    padding: 13px;
    font-size: 26px;
  }

  .time-news {
    position: absolute;
    left: 27%;
    top: 104%;
    transform: translate(-50%,-50%);
    width: 278px;
}

.padd-l-50 {
    padding-left: 50px;
}

.mrg-btm-40 {
    margin-bottom: 40px;
}

.position-centered {
    left: 34%;
    top: 29%;
    transform: translate(-50%,-50%);
    width: 59%;
}

.mrg-r-5 {
    margin-right: 5px;
}

.separator-line {
    height: 1.5px;
    width: 100%;
    background-color: #6d6e70;
    margin-top: 70px;
    margin-bottom: 70px;
}

.separator-line-1 {
    height: 1px;
    width: 100%;
    background-color: #6d6e70;
    margin-top: 30px;
    margin-bottom: 30px;
}

.separator-line-2 {
    height: 1px;
    width: 100%;
    background-color: #6d6e70;
    margin-top: 20px;
    margin-bottom: 20px;
}

.arrow-right-rtl {
    transform: rotate(178deg);
  }

.arrow-right-ltr {
    float: left;
  }

.arrow-right-ltr, .arrow-right-rtl {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #6d6e70;
    margin-left: 34px;
  }



  .faq-apply {
    padding-left: 34px;
    margin-top: -10px;
  }

  .padd-l-t-text-apply {
  padding: 19px;
  }

  .apply-text {
    float: left;
    width: 100%;
    padding: 24px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
  }

  .cursor-pointer {
      cursor: pointer;
  }

  .active {
    animation: fade-in 1s;
    display: block;
  }

  .none-active {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    animation: fade-in 1s;
    display: none;
  }

  @keyframes fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes fade-out {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .mrg-btm-m-0 {
    margin-bottom: 0;
}

.visit {
    padding-top: 21px;
    padding-left: 10px;
    text-align: left;
}

.location {
    font-size: 10px;
    text-align: left;
    padding-left: 10px;
    line-height: 16px;
}

.w-92 {
    width: 92%;
}

.scroll-up {
    position: fixed;
    background-color: #134980;
    padding: 7px;
    bottom: 0px;
    right: 0px;
    margin-right: 25px;
    margin-bottom: 25px;
    height: 65px;
    opacity: .8;
    width: 59px;
    z-index: 100000;
}

.scroll-up:before {
    content: '' !important;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(222deg);
    -webkit-transform: rotate(222deg);
    position: absolute;
    left: 37%;
    top: 34%;
    opacity: 1 !important;
}

.scroll-up:after {
    content: '' !important;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(222deg);
    -webkit-transform: rotate(222deg);
    position: absolute;
    left: 38%;
    top: 47%;
}
.footer {
    padding: 5px;
    margin-top: 20px;
    padding-bottom: 0px;
}

.mrg-top-73 {
    margin-top: 73px;
}

.mrg-top-57 {
    margin-top: 57px;
}

.l-h-18 {
    line-height: 18px;
}

.text-shadow-1-1 {
    text-shadow: 1px 1px black;
}




@media(max-width: 1200px) and (min-width:991px) {
    .pos-default-50 {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        max-height: 209px;
    }
}

@media(min-width: 991px) {

    .object-fit {
        height: 2%;
        float: left;
        width: 100%;
    }

    .pos-l-r-50-lg {
        /* position: absolute; */
        /* left: 50%; */
        /* top: 46%; */
        /* transform: translate(-50%,-50%); */
        width: 100% !important;
        object-fit: fill;
        height: -webkit-fill-available;
    }

    .w-70 {
        width: 70% !important;
    }
    .mx-height-321 {
        max-height: 362px;
    }

    .height-fill {
        height: -webkit-fill-available;
    }

    .h-324 {
        height: 324px;
    }

    .h-440 {
        height: 440px;
    }

    .p-r-ltr {
        margin-left: 65px !important;
        margin-right: 0px !important;
    }
    
    .mrg-r-ltr {
        margin-right: -75px !important;
    }
    
    .mrg-l-35 {
        margin-left: 35px;
    }

    .text-d-right {
        text-align: right;
    }
    
    .h-288 {
        height: 288px;
    }

    .poisiton-l-r-50 {
        width: 100%;
    }

    .padd-lg-l-0 {
        padding-left: 0;
    }

    .padd-lg-r-0-ltr {
        padding-right: 0;
    } 
    a > .w-30 {
        margin-right: 6px;
    }
    .visit {
        width: 46%;
    }
    .w-lg-46 {
        width: 46%;
    }

    .mrg-l-lg-56 {
        margin-left: 56px !important;
    }
    .w-lg-81 {
        width: 81%;
    }
    .mrg-l-g-31 {
        margin-left: 31px;
    }
    .w-lg-69 {
        width: 69%;
    }
    .mrg-left-78 {
        margin-left: 78px;
    }
    .w-lg-53 {
        width: 53%;
    }

    .w-lg-70 {
        width: 70%;
    }

    .w-lg-66 {
        width: 66%;
    }

    .mrg-l-95 {
        margin-left: 95px;
    }

    .w-lg-93 {
        width: 93%;
    }

    .max-lg-w-96 {
        max-width: 96%;
    }

    .w-lg-241 {
        width: 241px;
    }

    .padd-lg-0 {
        padding: 0;
    }

    .mrg-l-lg-69 {
        margin-left: 69px;
    }
}
@media(max-width: 991px) {

    .events-description {
        height: 223px !important;
        width: 100% !important;
    }

    .black-overlay {
        height: 72.6vw;
    }

    .logo-color-2 {
    width: 179px;
    padding-top: 23px;
}

    .w-161 {
        width: 99px;
    }

    .logo-text {
        left: 35%;
        font-size: 2.5vw;
        top: 38%;
    }

    .events-projects {
        margin-top: 10px;
        margin-bottom: 10px;
    }
   
    .mrg-l--15-ltr {
        margin-left: -15px;
    }

    .mrg-m-auto {
        margin: auto;
    }
    .w-m-26 {
        width: 26%;
    }
    
    .w-m-49 {
        width: 49%;
    }
    
    .w-m-49 {
        width: 36%;
    }
    
    .copy-right {
        margin-top: 2px;
        font-size: 3vw;
        padding: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    .pos-m-absolute {
        position: absolute;
        left: 5%;
        top: 41%;
        margin-left: 0px;
    }

    .f-size-m-6vw {
        font-size: 6vw;
    }

    .f-size-m-3-7vw {
        font-size: 3.7vw;
    } 
    
    .l-h-m-6vw {
        line-height: 6vw;
    }

    .img__description_layer {
        top: 30px;
        height: initial;
    }

    .pos-default-50 {
        position: relative;
        max-height: initial;
    }

    .h-m-32 {
        height: 32px;
    }

    .lang {
        width: 100%;
        float: left;
        border: 1px solid white;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .popup-lang-ltr, .popup-lang-rtl {
        width: 113px;
        position: relative;
        background-color: #336292;
        top: 0;
        right: 0;
        display: none;
        z-index: 10;
        margin: auto;
    }

    .f-size-m-2-2vw {
        font-size: 2.2vw;
    }

    .f-size-m-2vw {
        font-size: 2vw;
    }

    .mrg-l-r-m-5 {
        margin-right: 5px;
        margin-left: 5px;
    }

    .mrg-l-m-5 {
        margin-left: 5px;
    }
    .center-dash {
        height: 38px;
    }

    .arrow {
        border-width: 0 1.5px 1.5px 0;
        padding: 2.6px;
    }

    .view-more, .read-more {
        margin-top: 20px;
        font-size: .8em !important;
        width: 97px !important;
        padding: 7px !important;
    }

    .f-size-m-3-1vw {
        font-size: 3.1vw;
    }

    .w-m-17 {
        width: 17px;
    } 

    .w-m-5vw {
        width: 3.4vw;
    } 

    .padd-top-m-5 {
        padding-top: 5px;
    }
    
    .padd-top-m-3 {
        padding-top: 3px;
    }

    .l-h-m-4vw {
        line-height: 4vw;
    }

    .l-h-m-3-2vw {
        line-height: 3.2vw;
    }

    .f-size-m-2-7vw {
        font-size: 2.7vw;
    }

    .padd-m-5 {
        padding: 5px;
    }

    .f-size-m-6-4vw {
        font-size: 6.4vw
    }

    .text-mission {
        font-size: 4vw;
        line-height: 6vw;
    }

    .text-vision {
        font-size: 2.75vw;
        line-height: 4vw;
    }

    .text-events {
        font-size: 3.1vw;
        line-height: 4vw;
    }

    .padd-l-m-20vw {
        padding-left: 20vw;
    }

    .w-m-75 {
        width: 75% !important;
    }    
    .f-size-m-2-1em {
        font-size: 2.1em;
    }
    .scroll-up:before {
        border-width: 0 2px 2px 0;
        padding: 5px;
        left: 44%;
        top: 52%;
    }

    .scroll-up:after {
        border-width: 0 2px 2px 0;
        padding: 5px;
        left: 43%;
        top: 37%;
    }

    .scroll-up {
        height: 52px;
        opacity: .8;
        width: 48px;
    }


    .add {
        left: 50%;
        top: 81%;
    }

    .f-size-m-3-2vw {
        font-size: 3.2vw;
    }
    .f-size-m-1-4em {
        font-size: 1.4em
    }

    .comapnies-slider {
        height: 328px;
    }
    .w-m-68 {
        width: 68% !important;
    }


    .l-h-m-3-3vw {
        line-height: 3.3vw;
    }

    .f-size-m-2-6vw {
        font-size: 2.6vw;
    }

    .modal-body {
        padding: 0;
    }

    .modal-header {
        padding: 2px 8px 0px 15px;
    }

    .transf-modal {
        transform: translate(6%,6%) !important;
    }

    .modal-content {
        width: 89%;
        padding-bottom: 34px;
        margin-right: 30px;
    }
    .row-model {
        width: 100%;
        padding: 0;
    }

    .li-hover {
    font-size: 4vw;
}
    .background-volunteer {
        background-image: url('../images/tohme/volunteer-mobile.png');
    }

    .footer {
        padding: 2px;
        font-size: 3vw;
        padding-bottom: 0px;
        padding-top: 22px;
    }

    #contacting-option {
        width: 100%;
    }
    

    .mrg-r-l-m-0 {
        margin-right: 0;
        margin-left: 0;
    }

    .mrg-btm-m-30 {
        margin-bottom: 30px;
    }

    .mrg-top-m-15 {
        margin-top: 15px;
    }

    .mrg-btm-m-15 {
        margin-bottom: 15px;
    }
    
    .background-image-blue .show {
        padding: 0;
        background-image: linear-gradient(to left, rgba(19,73,129), rgba(19,73,129,.75));
    }
    
    .show ~ .background-image-blue{
        padding: 0;
    }

    li .nav-link {
        border-bottom: 1px solid white;
        color: white !important;
    }

    .nav-link {
        color: white;
    }

    .li-override:hover {
        border-bottom: 0;
        font-weight: bold;
    }

    .nav-link:hover {
        background-color: rgb(255,255,255,.3);

    }


    .f-size-m-1-1em {
        font-size: 1.1em;
    }

    .title {
        font-size: 4vw;
    }

    .start-btn {
        font-size: .7em;
        width: 130px;
        padding: 6px;
    }

    .position-l-r {
        top: 82%;
    }

    .poisiton-l-r-50 {
        left: 50%;
        top: 36%;
        width: 100%;
    }
    
    .background-transparent {
        background: transparent;
    }

    .mrg-top-m-28 {
        margin-top: 28px;
    }

    .li-override {
            display: inline-block;
            cursor: pointer;
            padding: 0px;
            padding-left: 0;
            padding-right: 0;
            margin-right: 0;
            padding-bottom: 10px;
            border-bottom: 5px solid transparent;
    }
    
    .f-size-m-1-3em {
        font-size: 1.3em;
    }

    .text-m-left-ltr {
        text-align: left !important;
    }

    .text-m-left-rtl {
        text-align: right !important;
    }

    .padd-m-15 {
        padding: 15px;
    }

    .w-m-130 {
        width: 130px
    }

    .f-size-m-0-7em {
        font-size: .7em;
    }

    .padd-m-6 {
        padding: 6;
    }

    .f-size-m-3-2vw {
        font-size: 3.2vw;
    }

    .mrg-top-m-90 {
        margin-top: 90px
    }

    .f-size-m-4vw {
        font-size: 4vw;
    }

    .box {
        width: 84%;
        height: auto;
        padding-bottom: 45px;
    }

    .w-m-100 {
        width: 100%;
    }

    .padd-m-37 {
        padding: 37px;
    }

    .w-m-65 {
        width: 65%
    }

    .f-size-m-0-6em {
        font-size: .6em;
    }

    .f-size-m-0-5em {
        font-size: .5em;
    }

    .mrg-top-m-30 {
        margin-top: 30px
    }

    .w-m-35 {
        width: 35%;
    }

    .f-size-m-3-24vw {
        font-size: 3.24vw;
    }

    .padd-m-0 {
        padding: 0;
    }

    .mrg-m-0 {
        margin: 0 auto;
    }

    .f-size-m-4vw {
        font-size: 4vw;
    }

    .f-size-m-3vw {
        font-size: 3vw;
    }

    .l-h-m-37 {
        line-height: 17px;
    }

    .mrg-top-m-12 {
        margin-top: 12px;
    }

    .f-size-m-3-3vw {
        font-size: 3.3vw;
    }

    .box-image {
        width: 90%;
        height: 74%;
        margin-top: 50px;
    }

    .h-m-316 {
        height: 316px;
    }

    .padd-m-10 {
        padding: 10px;
    }

    .f-size-m-1-1em {
        font-size: 1em;
    }

    .form-row {
        float: left;
        width: 44%;
        margin-right: 22px;
    }

    .box-company {
        border: 1px solid #6d6e70;
        max-width: 72%;
        height: 327px;
        margin: auto;
    }

    .slick-next, .slick-prev {
        display: block;
        background-color: #124a80 !important;
        padding: 23px !important;
        margin-top: -9px;
    }

    .company-images {
        width: 102px;
        margin: auto;
        margin-top: 44px;
    }

    .text-m-center {
        text-align: center !important;
    }

    .w-m-72 {
        width: 72% !important;
    }

    .logo-colored {
        width: 45vw;
        margin-top: 39px;
        margin-bottom: 15px;
        margin-right: 0px;
    }

    
    .logo-colored-rtl {
        margin-right: 0px;
    }

    .slick-prev:before {
        content: '' !important;
        border: solid white;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(133deg);
        -webkit-transform: rotate(133deg);
        position: absolute;
        left: 27%;
        top: 41%;
        opacity: 1 !important;
    }

    .slick-prev:after {
        content: '' !important;
        border: solid white;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(133deg);
        -webkit-transform: rotate(133deg);
        position: absolute;
        left: 47%;
        top: 41%;
    }

    .slick-next:before {
        content: '' !important;
        border: solid white;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(314deg);
        -webkit-transform: rotate(314deg);
        position: absolute;
        left: 27%;
        top: 39%;
        opacity: 1 !important;
    }

    .slick-next:after {
        content: '' !important;
        border: solid white;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 5px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(314deg);
        position: absolute;
        left: 47%;
        top: 39%;
    }

    .apply {
        margin-top: 73px;
        height: 42px;
        width: 26%;
        font-size: 3.3vw;
    }

    .f-size-m-3-6vw {
        font-size: 3.6vw;
    }

    .companies-slider {
        height: 294px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url('../images/tohme/menu.png');   
    }

    .navbar-toggler-icon {
        width: 2em;
        height: 2em;
    }

    .f-size-m-6-6vw {
        font-size: 6.6vw;
    }

    .f-size-m-3-2vw {
        font-size: 3.2vw;
    }

    .f-size-m-2-5 {
        font-size: 2.5vw;
    }

    .w-55-h-m {
        width: 41vw !important;
        background-image: url(../images/tohme/project-1.png);
        height: 41vw !important;
        float: left;
    }

    .box-time {
        top: 28%;
        left: 48%;
        padding: 2px;
        font-size: 4vw;
    }

    .box-time-rtl {
        top: 28%;
        left: 58%;
        padding: 2px;
        font-size: 4vw;
    }

    .box-time-event-rtl {
        top: 28%;
        left: 58%;
        padding: 2px;
        font-size: 4vw;
    }

    .box-time-ltr {
        top: 28%;
        left: 48%;
        padding: 2px;
        font-size: 4vw;
    }

    .box-time-event-ltr {
        padding: 2px;
        font-size: 4vw;
    }
    .box-time-event-rtl {
        top: 101% !important;
        left: 77% !important;
        padding: 0px !important;
        font-size: 4vw !important;
    }

    .text-projects {
        position: absolute;
        top: 71%;
        left: 69%;
        padding: 6px;
        font-size: 4vw;
        transform: translate(-50%,-50%);
        text-align: left;
        width: 41%;
    }

    .text-projects-rtl {
        position: absolute;
        top: 71%;
        left: 30%;
        padding: 6px;
        font-size: 4vw;
        transform: translate(-50%,-50%);
        text-align: center;
        width: 53%;
    }

    .text-projects-ltr {
        position: absolute;
        top: 71%;
        left: 69%;
        padding: 6px;
        font-size: 4vw;
        transform: translate(-50%,-50%);
        text-align: left;
        width: 41%;
    }

    .text-projects-event-ltr {
        position: absolute;
        top: 71%;
        left: 69%;
        padding: 6px;
        font-size: 4vw;
        transform: translate(-50%,-50%);
        text-align: left;
        width: 41%;
    }

    .text-projects-event-rtl {
        position: absolute;
        top: 71%;
        left: 27%;
        padding: 6px;
        font-size: 4vw;
        transform: translate(-50%,-50%);
        text-align: right;
        width: 41%;
    }

    .time {
        left: 80%;
        top: 28%;
        width: 36vw;
        font-size: 4.2vw;
    }

    .time-ltr {
        left: 80%;
        top: 28%;
        width: 36vw;
        font-size: 3.6vw;
    }

    .time-event-ltr {
        left: 61%;
        width: 53vw;
        font-size: 3.6vw;
    }

    .time-event-rtl {
        left: 80%;
        top: 28%;
        width: 36vw;
        font-size: 3.6vw;
    }

    .time-rtl {
        left: 23%;
        top: 28%;
        width: 43vw;
        font-size: 3.9vw;
    }

    .time-event-rtl {
        left: 35%;
        top: 108%;
        width: 59vw;
        font-size: 3.9vw;
    }

    .w-m-20 {
        width: 20px;
    }

    .f-size-m-0-9em {
        font-size: 0.9em;
    }

    .f-size-m-0-7em {
        font-size: 0.7em;
    }

    .box-news {
        top: 101%;
        left: 8%;
        padding: 3px;
        font-size: 16px;
        text-align: center;
    }

    .time-news {
        left: 56%;
        top: 110%;
        width: 229px;
        font-size: 11px;
    }

    .w-m-11 {
        width: 11px;
    }

    .w-m-4vw {
        width: 3.4vw;
    }

    .w-m-15 {
        width: 15px;
    }

    .padd-l-m-10 {
        padding-left: 10px;
    }

    .position-centered {
        left: 42%;
        top: 31%;
        transform: translate(-50%,-50%);
        width: 80%;
    }

    .faq-apply {
        margin-top: -4px;
    }

    .mrg-top-m-50 {
        margin-top: 50px;
    }

    .location {
        font-size: 2.2vw;
        padding-left: 10px;
    }

    .visit {
        padding-top: 30px;
        width: 58%;
    }


    .form-row-field-input {
        width: 86%;
    }

    .focused-form~label {
        top: -2px;
        margin-left: 0px;
    }

    .w-m-66 {
        width: 66%;
    }

    .text-m-right {
        text-align: right !important;
    }

    
}

@media(max-width: 500px) {
    .padd-l-t-text-apply {
        padding-top: 34px;
        padding-left: 6vw;
    }

    .f-size-xs-3vw {
        font-size: 3vw;   
    }

}