* {
  padding: 0;
  margin: 0;
  direction: rtl;
}
body {
  font-family: "Cairo", sans-serif;
}
/*# sourceMappingURL=style.css.map */
nav.navbar.noTransparrent {
  background-color: #ffffffd0;
  border: 1px solid #eee;
}
nav.navbar.noTransparrent .nav-item a.nav-link {
  color: #16aeca;
}

nav.navbar-nav .noTransparrent .nav-item a.nav-link:hover,
nav.navbar-nav .noTransparrent .nav-item a.nav-link.active {
  background-color: #16aeca;
  color: #dae413 !important;
}
nav.navbar-nav .noTransparrent button.navbar-toggler {
  color: #16aeca;
}
/* ============================================ */
nav .navbar-brand img {
  width: 70%;
}

nav .navbar-nav .nav-item a.nav-link {
  padding: 16px;
  margin: 10px;
  transition: all 0.5s ease-in-out;
}
.navbar-nav li a {
  color: #000000 !important;
  font-weight: bold;
  font-size: 16px;
}
nav .navbar-nav .nav-item a.nav-link:hover,
nav .navbar-nav .nav-item a.nav-link.active {
  background-color: #16aeca;
  color: rgba(199, 204, 51, 0.8) !important;
  padding: 14px;
  font-weight: 700;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
header {
  background-image: url(../img/bg.jpg);
  background-size: cover;
}
header .overlay {
  background: linear-gradient(
    to right,
    rgba(46, 179, 181, 0.8),
    rgba(199, 204, 51, 0.8)
  );
  /* عشان تغطي كامل الشاشه  */
  min-height: 100vh;
}
header .overlay .carousel .carousel-item {
  height: 100vh;
  position: relative;
}
header .overlay .carousel .carousel-item .carousel-content {
  position: absolute;
  right: 15%;
  left: 15%;
  top: 40%;
  text-align: center;
  z-index: 10;
}
header .overlay .carousel .carousel-item .carousel-content h2 {
  font-size: 40px;
  color: #fff;
  line-height: 52px;
  margin-bottom: 60px;
}
header .overlay .carousel .carousel-item .carousel-content a {
  padding: 13px 47px;
  text-decoration: none;
  background-color: #16aeca;
  border-radius: 30px;
}
header .overlay .carousel .carousel-item .carousel-content a:hover {
  background-color: #dae413;
  transition: 0.4s ease-in;
  color: #555;
}
/*  */
main .servises {
  padding: 80px 0;
  min-height: 790px;
}
main .servises .servises-titel h3 {
  font-size: 30px;
  margin-top: 80px;
  margin-bottom: 80px;
}
main .servises .card {
  height: 330px;
  padding: 50px;
  margin-bottom: 20px;
  transition: all 0.6s ease-in-out;
}
main .servises .card:hover {
  height: 400px;
}

main .servises .card .card-img {
  margin-bottom: 45px;
}
main .servises .card .card-block h4 {
  font-size: 24px;
  color: #070c0c;
  margin-bottom: 25px;
}
main .servises .card .card-block p {
  font-size: 15px;
  line-height: 21px;
  color: #919191;
  opacity: 0;
  transition: all 1s ease-in-out;
}
main .servises .card:hover .card-block p {
  opacity: 1;
}
/*  */
main .gallery .gallery-titel h3 {
  font-size: 40px;
  color: #070c0c;
  margin-bottom: 60px;
}
section.gallery a.gallery-link {
  position: relative;
  display: block;
}
section.gallery .gallery-link img {
  width: 100%;
}
section.gallery .gallery-link .gallery-hover {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  color: #fff;
  background-color: rgba(22, 174, 202, 0.9);
  z-index: 5;
  opacity: 0;
}
section.gallery .gallery-link .gallery-hover i {
  position: absolute;
  bottom: 50%;
  left: 50%;
  font-size: 32px;
}
section.gallery .gallery-link .gallery-hover:hover {
  transition: all 0.5s ease;
  opacity: 0.8;
}
section.gallery .gallery-item .gallery-overlay {
  background-color: #000000e0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  padding: 5% 10%;
  opacity: 0;
  margin-top: -100vh;
  transition: all 1s ease;
}
section.gallery .gallery-item .gallery-overlay:target {
  opacity: 1;
  margin-top: 0;
}
section.gallery .gallery-item .gallery-overlay .overlay-img img {
  width: 100%;
}
section.gallery .gallery-item .gallery-overlay .overlay-text {
  margin-top: 50px;
}
section.gallery .gallery-item .gallery-overlay .overlay-text h4 {
  font-size: 32px;
  line-height: 52px;
  color: #16aeca;
  margin-bottom: 30px;
}

section.gallery .gallery-item .gallery-overlay .overlay-text ul {
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}
section.gallery
  .gallery-item
  .gallery-overlay
  .overlay-text
  ul
  li.list-inline-item {
  color: #e9e9e9;
  text-decoration: none;
  font-family: "Cairo", sans-serif;
  font-weight: 500s;
}
section.gallery .gallery-item .gallery-overlay .overlay-text p {
  color: #e9e9e9;
  text-decoration: none;
  font-weight: 800s;
}
section.gallery .gallery-item .gallery-overlay .overlay-text .btn {
  background-color: #16aeca;
  color: #fff;
  border-radius: 25px;
  padding: 0 30px;
  font-size: 20px;
  line-height: 50px;
}
section.gallery .gallery-item .gallery-overlay .overlay-text a.close {
  position: absolute;
  top: 4%;
  left: 10%;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
}
.fixed-top {
  z-index: 10 !important;
}
/* =================================================== */
/* ================  About Section  ================== */
section.statistics {
  background-image: url(../img/bg-2.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
section.statistics .overlay {
  background: rgba(22, 175, 202, 0.63);
  padding-top: 150px;
  padding-bottom: 100px;
}
section.statistics .overlay .count {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}
section.statistics .overlay span {
  font-size: 20px;
  color: white;
  line-height: 22px;
}
/*  */
section.contacts {
  padding-top: 100px;
  padding-bottom: 60px;
}
section.contacts .map iframe {
  width: 90%;
  height: 200px;
}
section.contacts .addresses h4 {
  font-size: 24px;
  color: #181c1c;
  margin-bottom: 40px;
}
section.contacts .addresses ul {
  list-style: none;
  padding: 0;
}
section.contacts .addresses li {
  display: flex;
  font-size: 18px;
  color: #16aeca;
}
section.contacts .addresses i {
  margin-left: 10px;
  margin-top: 5px;
}
section.contacts .contact-text h3 {
  font-size: 24px;
  margin-top: 70px;
  margin-bottom: 30px;
  font-weight: bold;
}
section.contacts .contact-form {
  width: 60%;
  margin: 0 auto;
}
section.contacts .contact-form textarea {
  margin-top: 20px;
  margin-bottom: 20px;
}
section.contacts .contact-form button {
  width: auto;
  background: #16aeca;
  color: rgb(255, 255, 255);
  padding: 10px 30px;
  margin-right: 20px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
}
#email {
  direction: rtl;
}
/*  */
section.about {
  background-color: #171717;
}
section.about .about-text {
  color: #60a5b2;
  font-size: 18px;
  padding-top: 70px;
}
section.about hr {
  width: 5%;
  color: #e9e9e9;
  margin-bottom: 30px;
}
section.about p {
  color: #919191;
  margin-bottom: 60px;
}

section.about ul.Social-media {
  display: flex;
  list-style: none;
  margin-bottom: 100px;
}
section.about ul.Social-media li a {
  margin: 0 5px 0;
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 16px;
  background-color: #333333;
  color: white;
}
section.about ul.Social-media li a:hover {
  transition: all 0.4s ease-in-out;
  background-color: #16aeca;
}
section.about ul.about-us {
  list-style: none;
}
section.about ul.about-us li i {
  color: #ffffff;
  background-color: #333333;
  padding: 11px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 18px;
}
section.about ul.about-us li {
  margin-top: 30px;
}
section.about ul.about-us li a {
  text-decoration: none;
  color: #424242;
  font-size: 18px;
}
section.copy-right {
  background-color: #111111;
  padding: 40px 0 30px;
}
section.copy-right h6 a {
  color: #919191;
  text-decoration: none;
}
