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

html {
  scroll-behavior: smooth;
}

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

a.action {
  display: inline-block;
  width: 200px;
  height: 45px;
  line-height: 45px;
  background-color: #0c76af;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
}
a.action i {
  font-size: 20px;
}

nav {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: transparent;
}
nav .navbar-toggler i {
  color: #0c76af;
  font-size: 25px;
}
nav .navbar-brand img {
  width: 200px;
}
@media (max-width: 575px) {
  nav .navbar-brand img {
    width: 150px;
  }
}
@media (max-width: 991px) {
  nav .navbar-nav {
    background-color: #0c76af;
    padding: 10px;
    text-align: center;
  }
}
nav .navbar-nav li {
  margin-right: 50px;
}
@media (max-width: 991px) {
  nav .navbar-nav li {
    margin-right: 0;
    padding: 10px 0;
  }
}
nav .navbar-nav li a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s ease;
}
nav .navbar-nav li a:hover {
  color: #0c76af;
}
@media (max-width: 991px) {
  nav .navbar-nav li a:hover {
    color: #fff;
  }
}

header {
  height: 100vh;
  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: #121212bd;
}
header .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
header .container h1 {
  font-size: 65px;
  font-weight: 700;
  color: #0c76af;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .container h1 {
    font-size: 50px;
  }
}
@media (min-width: 567px) and (max-width: 767px) {
  header .container h1 {
    font-size: 45px;
  }
}
@media (min-width: 360px) and (max-width: 566px) {
  header .container h1 {
    font-size: 40px;
  }
}
@media (max-width: 359px) {
  header .container h1 {
    font-size: 32px;
  }
}
header .container p {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
@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: 16px;
  }
}
@media (max-width: 359px) {
  header .container p {
    font-size: 14px;
  }
}
header .container h3 {
  font-size: 30px;
  font-weight: 700;
  color: #0c76af;
}
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;
  }
}

section.project {
  padding: 100px 0;
}
@media (max-width: 991px) {
  section.project .div-one {
    order: 1;
  }
}
@media (max-width: 991px) {
  section.project .div-two {
    order: 2;
  }
}
@media (max-width: 991px) {
  section.project .row > div.special {
    margin-bottom: 30px;
  }
}
section.project .item-img {
  height: 100%;
}
section.project .item-img img {
  width: 100%;
  height: 100%;
}
section.project .item .info ul {
  list-style-type: none;
  border-right: 8px solid #E2E2E2;
  border-left: 0 !important;
  text-align: right;
  padding-right: 30px;
  padding-left: 0;
}
section.project .item .info ul li {
  position: relative;
}
section.project .item .info ul li::after {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: -1px;
  right: -43px;
  border-radius: 10px;
  content: "";
  border: 4px solid #d0cfcc;
  background: #0c76af;
}
section.project .item .info ul li h5 {
  font-size: 22px;
  font-weight: 700;
  color: #242424;
}
@media (max-width: 767px) {
  section.project .item .info ul li h5 {
    font-size: 18px;
  }
}
section.project .item .info ul li p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  section.project .item .info ul li p {
    font-size: 16px;
  }
}
section.project .item .action {
  margin-top: 30px;
}
section.project .item .action > span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
  color: #0c76af;
}
@media (min-width: 567px) and (max-width: 767px) {
  section.project .item .action > span {
    font-size: 16px;
  }
}
@media (min-width: 360px) and (max-width: 566px) {
  section.project .item .action > span {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  section.project .item .action > span {
    font-size: 12px;
  }
}
section.project .item .action a {
  width: 100%;
  padding: 10px 25px;
  display: flex;
  justify-content: space-between;
  background-color: #0c76af;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
section.project .item .action a i {
  font-size: 28px;
}

section.services {
  padding: 100px 0;
  text-align: center;
  background-color: #f2f1ec93;
}
section.services h2 {
  font-size: 30px;
  font-weight: 600;
  color: #0c76af;
  margin-bottom: 60px;
}
section.services .row {
  justify-content: center;
}
@media (max-width: 991px) {
  section.services .row > div {
    margin-bottom: 30px;
  }
}
section.services .row > div .card {
  padding: 20px;
  text-align: center;
  background: transparent;
}
section.services .row > div .card .img {
  margin-bottom: 10px;
}
section.services .row > div .card .img img {
  width: 150px;
  height: 150px;
}
section.services .row > div .card h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
section.services .row > div .card ul {
  list-style: none;
  margin: 0;
  padding: 10px;
}
section.services .row > div .card ul li {
  padding: 15px 0;
  border-bottom: 1px solid #CCC;
}
section.services .row > div .card ul li:last-of-type {
  border-bottom: none;
}
section.services .row > div .card ul li span {
  font-size: 18px;
  color: #3a3a3a;
  display: block;
  margin-bottom: 10px;
}
section.services .row > div .card ul li h6 {
  font-size: 20px;
  font-weight: 600;
}
section.services .row > div .card a {
  margin: auto;
}

section.show {
  padding: 100px 0;
}
@media (max-width: 767px) {
  section.show .row > div {
    margin-bottom: 30px;
  }
}
section.show .row > div h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
section.show .row > div .item-img {
  position: relative;
  width: 100%;
  height: 300px;
}
@media (max-width: 767px) {
  section.show .row > div .item-img {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.show .row > div .item-img {
    height: 200px;
  }
}
section.show .row > div .item-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.show .row > div .item-img a img {
  width: 100%;
  height: 100%;
}
section.show .row > div .item-img a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 60px;
  color: #fff;
}

.contact {
  border-top: 1px solid #eee;
  padding: 80px 0;
  font-family: "Cairo", sans-serif;
}
.contact .container .form {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
}
.contact .container .form h2 {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.contact .container .form form {
  padding: 25px 25px;
}
.contact .container .form form fieldset {
  margin-bottom: 15px;
}
.contact .container .form form fieldset:last-of-type {
  margin-bottom: 0;
}
.contact .container .form form fieldset:last-of-type input {
  background-color: #0c76af;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  border: 1px solid #0c76af;
  height: 60px;
}
.contact .container .form form fieldset label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 10px;
}
.contact .container .form form fieldset input, .contact .container .form form fieldset textarea {
  display: block;
  width: 100%;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 25px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  outline: none;
}
.contact .container .form form fieldset input:focus, .contact .container .form form fieldset textarea:focus {
  border-color: #0c76af;
}
.contact .container .form form fieldset textarea {
  min-height: 120px;
}

footer {
  background-color: #121212;
  text-align: center;
  padding: 10px 0;
}
footer p {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.384);
  font-family: "Cairo", sans-serif;
  margin: 0;
}

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