body {
  color: #444;
  font-family: Roboto, serif;
  font-size: 14px;
  background-color: #fafafa;
}
body > main {
  margin-top: 0;
}
.main-home {
  background-image: url('../img/hHB7N25IYQ.jpg');
  background-size: contain;
  padding-top: 62.5%;
  position: relative;
}
.main-home > div {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-home > div > div {
  display: table-row;
}
.main-home > div > div > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 10%;
}
.main-home > div > div > div .about-arabic {
  margin-top: 10px;
}
.main-home > div > div > div .about-english {
  font-family: ABeeZee, serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}
a {
  color: #33519f;
}
.form-control {
  border: 0;
  outline: 0 !important;
  border-bottom: 4px #fff solid;
  border-top: 4px #fff solid;
}
.form-control:focus {
  border-color: #fff;
  border-bottom: 4px #629c44 solid;
  box-shadow: none;
}
.form-control-lg {
  font-size: 1.4rem;
  height: calc(1.7em + 1.2rem + 2px);
}
.form-row .col {
  margin-bottom: 10px;
}
::-webkit-input-placeholder {
  color: #b9b9b9 !important;
}
:-ms-input-placeholder {
  color: #b9b9b9 !important;
}
::placeholder {
  color: #b9b9b9 !important;
}
.btn {
  box-shadow: none !important;
}
.btn-lg {
  font-size: 20px;
  height: calc(1.9em + 1.2rem + 2px);
}
.btn-primary {
  background-color: #33519f;
  border-color: #33519f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #3a5db7 !important;
  border-color: #3a5db7 !important;
}
.btn-success {
  background-color: #629c44 !important;
  border-color: #629c44 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #72a855 !important;
  border-color: #72a855 !important;
}
.btn-outline-primary {
  color: #33519f;
  border-color: #e8e8e8;
  border-width: 2px;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background-color: #f6f6f6 !important;
  border-color: #e8e8e8 !important;
  color: #33519f !important;
}
form.wpcf7-form .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha > div {
  margin: 0 auto;
}
form.wpcf7-form .wpcf7-validation-errors,
form.wpcf7-form .wpcf7-not-valid-tip {
  color: #e61610;
}
form.wpcf7-form input.wpcf7-not-valid {
  background-color: #f5eeed;
  border-color: #f5eeed;
}
form.wpcf7-form .form-row-file p {
  margin: 0 !important;
}
form.wpcf7-form .input-group > .wpcf7-form-control-wrap {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
  background-color: #fff;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
form.wpcf7-form .input-group > .wpcf7-form-control-wrap > div.filename-placeholder {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 153px;
  font-size: 1.4rem;
  height: calc(1.7em + 1.2rem + 2px);
  padding: 0.5rem 1rem;
  line-height: 1.5;
  border: 0;
  outline: 0 !important;
  border-bottom: 4px #fff solid;
  border-top: 4px #fff solid;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
form.wpcf7-form .input-group > .wpcf7-form-control-wrap > div.filename-placeholder.empty {
  color: #bfb9b9;
}
form.wpcf7-form .input-group > .wpcf7-form-control-wrap input.form-control {
  opacity: 0;
}
form.wpcf7-form .input-group button.br {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important;
}
header {
  padding: 20px 15px;
  transition: all 0.1s ease-in;
  -webkit-backface-visibility: hidden;
}
header img.logo-floating {
  display: none;
}
header img.logo {
  display: inline-block;
}
header .col-lg-3 {
  text-align: center;
  transition: all 0.1s ease-in;
}
header .fl,
header .navigation {
  text-align: center;
}
header .fl {
  font-family: Roboto, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 0;
}
header .fl img.svg {
  margin: 0 5px 0 20px;
}
header .fl a {
  color: #444;
  text-decoration: none;
}
header .fl a:hover {
  color: #33519f;
}
header .fl .dropdown {
  display: inline-block;
  margin-left: 30px;
}
header .fl .dropdown > .btn {
  padding: 12px 16px;
  font-family: Roboto, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
header .fl .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border: 0;
}
header .fl .dropdown .dropdown-menu a {
  padding: 12px 16px;
  font-family: Roboto, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}
header .navigation {
  transition: all 0.1s ease-in;
}
header .navigation ul {
  margin: 0 -10px 0 0;
  padding: 0;
  list-style: none;
}
header .navigation ul > li {
  display: inline-block;
  font-family: "Roboto Condensed", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
header .navigation ul > li a {
  color: #444;
  padding: 0 10px;
  border-bottom: 3px transparent solid;
  text-decoration: none;
  transition: all 0.1s ease-in;
}
header .navigation ul > li a:hover {
  color: #33519f;
}
header .navigation ul > li:not(:last-child) {
  margin-bottom: 10px;
}
header .navigation ul > li.active a {
  color: #33519f;
  border-color: #33519f;
  font-weight: bold;
}
header.top {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-bottom: 1px #ccc solid;
}
header.top img.logo-floating {
  display: inline-block;
  width: 150px;
  margin: 9px 0;
}
header.top img.logo {
  display: none;
}
header.top .col-lg-3 {
  padding-top: 0;
}
header.top .fl {
  display: none;
}
header.top .navigation {
  padding-top: 19px;
}
header.top .navigation ul li a {
  padding: 0 10px;
}
section {
  padding: 50px 10px;
}
section h1 {
  font-family: Roboto, serif;
  font-size: 47px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
section h1 + .h1-border {
  border-bottom: 2px #ccc solid;
  width: 50px;
  margin: 23px auto 0 auto;
}
section.who-we-are .h1-border {
  border-color: #33519f;
}
section.who-we-are p.description {
  font-family: "Roboto Condensed", serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  margin: 100px 0 25px 0;
}
section.who-we-are .col-lg-4 {
  padding-bottom: 20px;
}
section.who-we-are .wwa-block {
  background-color: #fff;
  box-shadow: 0 0 10px #eee;
  padding: 30px 20px 20px 20px;
  text-align: center;
  margin-top: 25px;
  height: 100%;
}
section.who-we-are .wwa-block h5 {
  font-family: "Roboto Condensed", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  margin: 20px 0;
}
section.who-we-are .wwa-block p {
  font-family: Roboto, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  text-align: left;
}
section.who-we-are .wwa-block p .c-red {
  color: #e61610;
}
section.who-we-are .wwa-block p .c-green {
  color: #629c44;
}
section.who-we-are .wwa-block p .c-orange {
  color: #ff7615;
}
section.vision {
  background-color: #f6f6f6;
}
section.vision .h1-border {
  border-color: #e61610;
}
section.vision > .container-fluid {
  margin-top: 100px;
}
section.vision ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Roboto, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  display: table;
  width: 100%;
}
section.vision ul li {
  display: table-row;
}
section.vision ul li span {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0;
}
section.vision ul li span b {
  font-family: Roboto, serif;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  border-radius: 50%;
  width: 55px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}
section.vision ul li.blue b {
  color: #33519f;
  border: 5px #c0cbe7 solid;
}
section.vision ul li.blue strong {
  color: #33519f;
}
section.vision ul li.orange b {
  color: #ff7615;
  border: 5px #ffddc5 solid;
}
section.vision ul li.orange strong {
  color: #ff7615;
}
section.vision ul li.green b {
  color: #629c44;
  border: 5px #d1e6c6 solid;
}
section.vision ul li.green strong {
  color: #629c44;
}
section.vision ul li.red b {
  color: #e61610;
  border: 5px #f9c1bf solid;
}
section.vision ul li.red strong {
  color: #e61610;
}
section.vision .round-container {
  padding: 60px 20px 0 20px;
}
section.vision .round-container .round {
  background-color: #fafafa;
  width: 100%;
  max-width: 530px;
  border-radius: 10%;
  position: relative;
  margin: 0 auto;
  border: 15px #fff solid;
  padding: 80px 60px 60px 60px;
}
section.vision .round-container .round > div.round-border {
  display: none;
}
section.vision .round-container .round button {
  border: 0;
  background-color: #fff;
  padding: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  box-shadow: 0 0 7px #ddd;
  outline: none;
}
section.vision .round-container .round button:hover,
section.vision .round-container .round button.active {
  box-shadow: 0;
}
section.vision .round-container .round button:hover.top,
section.vision .round-container .round button.active.top {
  background-color: #33519f;
}
section.vision .round-container .round button:hover.right,
section.vision .round-container .round button.active.right {
  background-color: #ff7615;
}
section.vision .round-container .round button:hover.bottom,
section.vision .round-container .round button.active.bottom {
  background-color: #629c44;
}
section.vision .round-container .round button:hover.left,
section.vision .round-container .round button.active.left {
  background-color: #e61610;
}
section.vision .round-container .round button.top {
  top: -30px;
  left: 50%;
  margin-left: -40px;
}
section.vision .round-container .round button.right {
  right: -30px;
  top: 50%;
  margin-top: -40px;
}
section.vision .round-container .round button.bottom {
  bottom: -30px;
  left: 50%;
  margin-left: -40px;
}
section.vision .round-container .round button.left {
  left: -30px;
  top: 50%;
  margin-top: -40px;
}
section.vision .round-container .round .box {
  text-align: center;
  z-index: 3;
}
section.vision .round-container .round .box b {
  display: block;
  font-family: Poppins, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  padding: 30px 0;
}
section.vision .round-container .round .box p {
  display: block;
  font-family: Roboto, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
section.vision .round-container .round .box.top b {
  color: #33519f;
}
section.vision .round-container .round .box.right b {
  color: #ff7615;
}
section.vision .round-container .round .box.bottom b {
  color: #629c44;
}
section.vision .round-container .round .box.left b {
  color: #e61610;
}
section.benefits-for-members {
  background-color: #fafafa;
  font-family: "Open Sans", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 50px;
  text-align: center;
}
section.benefits-for-members .h1-border {
  border-color: #e61610;
}
section.benefits-for-members > .container-fluid {
  margin-top: 100px;
}
section.benefits-for-members > .container-fluid > .row .icon {
  height: 60px;
  display: block;
  vertical-align: bottom;
}
section.benefits-for-members > .container-fluid > .row p {
  margin: 20px 0 0 0;
}
section.benefits-for-members > .container-fluid > .row > .col-lg-3 {
  margin-bottom: 50px;
}
section.become-one-of-us {
  background-color: #fff;
  font-family: Roboto, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
section.become-one-of-us h1 {
  text-align: left;
  font-family: Roboto, serif;
  font-size: 47px;
  font-style: normal;
  font-weight: 400;
}
section.become-one-of-us p {
  margin: 0;
}
section.become-one-of-us .buttons {
  text-align: center;
  padding-top: 50px;
}
section.become-one-of-us .buttons .btn {
  font-size: 24px;
  width: 260px;
  margin-bottom: 20px;
}
section.join-our-mailing-list {
  background-color: #fafafa;
  text-align: center;
}
section.join-our-mailing-list h1 {
  color: #ff7615;
  font-family: "Roboto Slab", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 50px;
}
section.join-our-mailing-list button.btn {
  padding-left: 50px;
  padding-right: 50px;
}
section.join-our-mailing-list input {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
section.join-our-mailing-list input:focus {
  background-color: #fff;
  border-bottom-color: #33519f;
}
section.contact-us {
  background-color: #e8e8e8;
  border-top: 2px #629c44 solid;
  border-bottom: 2px #a2a2a2 solid;
}
section.contact-us .h1-border {
  border-color: #629c44;
}
section.contact-us > .container-fluid {
  margin-top: 100px;
}
section.contact-us h2 {
  font-family: Roboto, serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 20px;
}
section.contact-us .col-lg-4 ul {
  margin: 60px 0 0 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
  font-family: Roboto, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}
section.contact-us .col-lg-4 ul > li {
  display: table-row;
}
section.contact-us .col-lg-4 ul > li > span {
  display: table-cell;
}
section.contact-us .col-lg-4 ul > li > span:first-child {
  width: 40px;
  min-width: 40px;
}
section.contact-us .col-lg-4 ul > li > span b {
  font-weight: bold;
}
section.contact-us .col-lg-4 ul > li:not(:last-child) > span {
  padding-bottom: 40px;
}
.language-selector {
  display: inline-block;
  width: 120px;
  margin-left: 30px;
  position: relative;
  height: 50px;
}
.language-selector > div {
  line-height: 1.5;
  height: 47px;
  font-size: 14px;
  padding: 12px 16px;
  visibility: hidden;
  z-index: 0;
}
.language-selector ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  position: absolute;
  z-index: 999999;
  top: 7px;
  width: 120px;
  background-color: #fafafa;
}
.language-selector ul:not(.open):hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.language-selector ul .svg-inline--fa {
  position: absolute;
  right: 10px;
  top: 6px;
}
.language-selector ul .svg-inline--fa.fa-chevron-up {
  display: none;
}
.language-selector ul .svg-inline--fa.fa-chevron-down {
  display: block;
}
.language-selector ul > li {
  display: none;
}
.language-selector ul > li.active {
  display: list-item;
}
.language-selector ul > li a {
  padding: 5px 15px;
  display: inline-block;
  width: 100%;
  color: #444 !important;
}
.language-selector ul.open {
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.5);
}
.language-selector ul.open .svg-inline--fa.fa-chevron-up {
  display: block;
}
.language-selector ul.open .svg-inline--fa.fa-chevron-down {
  display: none;
}
.language-selector ul.open > li {
  display: list-item !important;
}
.language-selector ul.open > li a:hover {
  background-color: #33519f;
  color: #fff !important;
}
footer a {
  color: #a2a2a2;
}
footer a:hover {
  color: #444;
}
footer svg.blank {
  margin: -5px 0 0 0;
}
footer b {
  font-weight: bold;
}
footer .fr {
  background-color: #fafafa;
  border-bottom: 1px #e8e8e8 solid;
  padding: 50px 35px;
}
footer .fr .col-lg-5,
footer .fr .col-lg-2 {
  text-align: center;
}
footer .fr .col-lg-5 {
  padding-bottom: 15px;
}
footer .fr svg.mr-10 {
  margin: 0 0 10px 0;
}
footer .fr p {
  font-family: "Roboto Condensed", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  display: block;
  color: #a2a2a2;
  margin: 0 0 5px 0;
}
footer .fr svg.aippi {
  margin-top: 0;
}
footer .lr {
  padding: 5px 35px;
  background-color: #fff;
  color: #a2a2a2;
  font-family: "Roboto Condensed", serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
}
footer .lr .col-lg-12 {
  text-align: center;
}
footer .lr p {
  margin: 0;
}
@media (min-width: 576px) {
  section {
    padding: 100px 35px;
  }
}
@media (min-width: 650px) {
  header .navigation ul > li {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
  }
  header .navigation ul > li > a {
    padding: 30px 20px;
  }
  header.top .navigation ul > li {
    margin-bottom: 0;
  }
  header.top .navigation ul > li > a {
    padding: 10px 20px;
  }
}
@media (min-width: 770px) {
  section.vision .round-container {
    padding: 60px 0 0 0;
  }
  section.vision .round-container .round {
    background-color: #fafafa;
    width: 100%;
    max-width: 530px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    border: 0;
    padding: 0;
  }
  section.vision .round-container .round > div.round-border {
    padding-top: 94.34%;
    border: 15px #fff solid;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    display: block;
  }
  section.vision .round-container .round button {
    border: 0;
    background-color: #fff;
    padding: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    box-shadow: 0 0 7px #ddd;
    outline: none;
  }
  section.vision .round-container .round button:hover,
  section.vision .round-container .round button.active {
    box-shadow: 0;
  }
  section.vision .round-container .round button:hover.top,
  section.vision .round-container .round button.active.top {
    background-color: #33519f;
  }
  section.vision .round-container .round button:hover.right,
  section.vision .round-container .round button.active.right {
    background-color: #ff7615;
  }
  section.vision .round-container .round button:hover.bottom,
  section.vision .round-container .round button.active.bottom {
    background-color: #629c44;
  }
  section.vision .round-container .round button:hover.left,
  section.vision .round-container .round button.active.left {
    background-color: #e61610;
  }
  section.vision .round-container .round button.top {
    top: -30px;
    left: 50%;
    margin-left: -40px;
  }
  section.vision .round-container .round button.right {
    right: -30px;
    top: 50%;
    margin-top: -40px;
  }
  section.vision .round-container .round button.bottom {
    bottom: -30px;
    left: 50%;
    margin-left: -40px;
  }
  section.vision .round-container .round button.left {
    left: -30px;
    top: 50%;
    margin-top: -40px;
  }
  section.vision .round-container .round .box {
    position: absolute;
    top: 105px;
    left: 70px;
    right: 70px;
    text-align: center;
    z-index: 3;
  }
  section.vision .round-container .round .box b {
    display: block;
    font-family: Poppins, serif;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    padding: 30px 0;
  }
  section.vision .round-container .round .box p {
    display: block;
    font-family: Roboto, serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
  }
  section.vision .round-container .round .box.top b {
    color: #33519f;
  }
  section.vision .round-container .round .box.right b {
    color: #ff7615;
  }
  section.vision .round-container .round .box.bottom b {
    color: #629c44;
  }
  section.vision .round-container .round .box.left b {
    color: #e61610;
  }
}
@media (min-width: 992px) {
  header {
    padding: 5px 35px 20px 35px;
  }
  header .col-lg-3 {
    padding-top: 50px;
    padding-bottom: 0;
    text-align: left;
  }
  header .fl,
  header .navigation {
    text-align: right;
  }
  header .fl,
  header .navigation {
    padding-bottom: 0;
  }
  header .navigation ul > li > a {
    padding: 10px 20px;
  }
  header.top .navigation ul > li > a {
    padding: 30px 20px;
  }
  section {
    padding: 100px 35px;
  }
  section.benefits-for-members {
    text-align: left;
  }
  section.benefits-for-members > .row {
    margin-top: 100px;
  }
  section.benefits-for-members > .row .icon {
    display: table-cell;
  }
  footer .fr {
    padding: 50px 35px 30px 35px;
  }
  footer .fr .col-lg-5 {
    text-align: left;
    padding-bottom: 0;
  }
  footer .fr .col-lg-2 {
    text-align: right;
  }
  footer .fr svg.mr-10 {
    margin: 0 10px 0 0;
  }
  footer .fr svg.aippi {
    margin-top: -20px;
  }
  footer .lr .col-lg-12 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  section.vision ul {
    margin-top: 130px;
  }
  section.vision .round-container .round {
    margin: 0 45px 0 auto;
  }
}
.modal .modal-header button.close {
  font-size: 43px;
  line-height: 1;
  padding: 0;
  margin-right: 15px;
  margin-top: 9px;
}
.modal .modal-header,
.modal .modal-footer {
  border: 0;
}
.modal .modal-body {
  padding-top: 46px;
}
.modal .modal-content {
  border: 1px solid #e8e8e8 !important;
}
.modal .modal-content h3 {
  font-family: Roboto, serif;
  font-size: 47px;
  font-style: normal;
  font-weight: 400;
}
.modal .modal-content .btn-container {
  margin-top: 80px;
}
.modal .modal-content button,
.modal .modal-content a.btn {
  color: #444;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.9;
  text-align: left;
}
.modal .modal-content button:hover,
.modal .modal-content a.btn:hover {
  color: #444 !important;
}
.modal .modal-footer {
  justify-content: center;
}
.modal .modal-footer a {
  text-decoration: none;
  color: #444;
}
.modal .modal-footer a:hover {
  color: #0056b3 !important;
  text-decoration: underline !important;
}
#mc-embedded-subscribe-form input.mce_inline_error {
  background-color: #f5eeed;
  border-color: #f5eeed;
}
#mc-embedded-subscribe-form div.mce_inline_error {
  width: 100%;
  color: #e61610;
  text-align: left;
}
#mc-embedded-subscribe-form button[type=submit] {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
#mc-embedded-subscribe-form #mce-success-response {
  display: block;
  width: 100%;
  color: #629c44;
  text-align: left;
}
