h1, h2, h3, h4, h5, h6, a {
  font-family: "Cairo", sans-serif;
}

body {
  text-align: right;
  font-family: "Tajawal", sans-serif;
}

a.action {
  display: inline-block;
  width: 200px;
  height: 45px;
  line-height: 45px;
  background-color: #077ae0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
}

.title-o {
  margin-top: 60px;
  text-align: center;
}

.heading {
  display: inline-block;
  margin: auto;
  padding: 20px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}
.heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  display: inline-block;
  background-color: #077ae0;
}

.navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 999999;
}
.navigation nav .navbar-toggler i {
  color: #077ae0;
  font-size: 26px;
}
.navigation nav .navbar-brand img {
  width: 80px;
}
@media (max-width: 991px) {
  .navigation nav .navbar-nav {
    background-color: #077ae0;
    color: #fff;
    text-align: center;
  }
}
.navigation nav .navbar-nav .nav-link {
  margin-right: 25px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: all 0.2s ease;
}
@media (max-width: 991px) {
  .navigation nav .navbar-nav .nav-link {
    margin: 0;
  }
}
.navigation nav .navbar-nav .nav-link:hover {
  color: #077ae0;
}
@media (max-width: 991px) {
  .navigation nav .navbar-nav .nav-link {
    padding: 15px 0;
  }
  .navigation nav .navbar-nav .nav-link:hover {
    color: #fff;
  }
}

header {
  padding: 150px 0;
  background-image: url("../../images/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #121212da;
}
header .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
header .container h1 {
  font-size: 60px;
  font-weight: 700;
  color: #077ae0;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .container h1 {
    font-size: 45px;
  }
}
@media (min-width: 567px) and (max-width: 767px) {
  header .container h1 {
    font-size: 40px;
  }
}
@media (min-width: 360px) and (max-width: 566px) {
  header .container h1 {
    font-size: 35px;
  }
}
@media (max-width: 359px) {
  header .container h1 {
    font-size: 28px;
  }
}
header .container p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
}
@media (min-width: 567px) and (max-width: 767px) {
  header .container p {
    font-size: 16px;
  }
}
@media (min-width: 360px) and (max-width: 566px) {
  header .container p {
    font-size: 14px;
  }
}
@media (max-width: 359px) {
  header .container p {
    font-size: 14px;
  }
}
header .container h3 {
  font-size: 30px;
  font-weight: 700;
  color: #077ae0;
}
header .container span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  color: #fff;
}
@media (min-width: 567px) and (max-width: 767px) {
  header .container span {
    font-size: 16px;
  }
}
@media (min-width: 360px) and (max-width: 566px) {
  header .container span {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  header .container span {
    font-size: 12px;
  }
}

.aboutSection {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .aboutSection .row > div {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .aboutSection .row > div.or-one {
    order: 2;
  }
}
@media (max-width: 767px) {
  .aboutSection .row > div.or-two {
    order: 1;
  }
}
.aboutSection h3 {
  font-size: 25px;
  font-weight: 700;
  color: #077ae0;
}
@media (max-width: 991px) {
  .aboutSection h3 {
    margin-top: 30px;
  }
}
.aboutSection .container-full {
  padding-bottom: 0px;
}
.aboutSection p {
  color: #252525;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 22px;
}
.aboutSection img {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  width: 100%;
  height: 100%;
  max-width: 450px;
}

.images {
  padding: 30px 0;
}
.images .items {
  width: 100%;
  height: 100%;
}
.images .items img {
  width: 100%;
  height: 100%;
}

#mission {
  padding-bottom: 100px;
}

#vision {
  padding-top: 100px;
}

.open {
  padding: 100px 0;
  text-align: right;
}
.open h2 {
  display: inline-block;
  margin: auto;
  padding: 20px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  margin-bottom: 100px;
}
.open h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  display: inline-block;
  background-color: #077ae0;
}
@media (max-width: 991px) {
  .open .row .col-one {
    order: 2;
  }
}
.open .row .col-one .item {
  padding: 60px 0;
}
.open .row .col-one .item ul {
  list-style: none;
  padding: 50px 0 0;
}
.open .row .col-one .item ul li {
  margin-bottom: 10px;
  display: flex;
}
.open .row .col-one .item ul li p {
  font-size: 18px;
  font-weight: 500;
}
.open .row .col-one .item ul li i {
  margin-left: 8px;
  margin-top: 2px;
  font-size: 22px;
  color: #077ae0;
}
.open .row .col-one .item a.action {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .open .row .col-two {
    order: 1;
  }
}
.open .row .col-two .item {
  height: 100%;
  width: 100%;
  position: relative;
}
.open .row .col-two .item img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

footer {
  padding: 40px 0 10px;
  background-color: #121212;
  color: #fff;
}
footer .social {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .social {
    display: block;
  }
}
footer .social p {
  color: #fff;
  font-size: 16px;
}
footer .social p i {
  font-size: 20px;
  margin-left: 5px;
}
footer .social p a {
  color: #fff;
}
footer hr {
  background-color: rgba(204, 204, 204, 0.726);
}
footer p.copyright {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.801);
  margin: 0;
}

/*# sourceMappingURL=index.css.map */
