@font-face {
  font-family: 'NeoSansArabic';
  src: url('../fonts/NeoSansArabic.eot?#iefix') format('embedded-opentype'), url('../fonts/NeoSansArabic.woff') format('woff'), url('../fonts/NeoSansArabic.ttf') format('truetype'), url('../fonts/NeoSansArabic.svg#NeoSansArabic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeoSansArabic-Light';
  src: url('../fonts/NeoSansArabic-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/NeoSansArabic-Light.woff') format('woff'), url('../fonts/NeoSansArabic-Light.ttf') format('truetype'), url('../fonts/NeoSansArabic-Light.svg#NeoSansArabic-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeoSansArabic-Medium';
  src: url('../fonts/NeoSansArabic-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/NeoSansArabic-Medium.woff') format('woff'), url('../fonts/NeoSansArabic-Medium.ttf') format('truetype'), url('../fonts/NeoSansArabic-Medium.svg#NeoSansArabic-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Flow_Regular';
  src: url('../fonts/GE_Flow_Regular.eot');
  src: url('../fonts/GE_Flow_Regular.woff') format('woff'), url('../fonts/GE_Flow_Regular.ttf') format('truetype'), url('../fonts/GE_Flow_Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}



* {
  padding: 0;
  margin: 0;
}

html {
  overflow-x: hidden;
}

body {
  direction: rtl;
  text-align: right;
  font-family: "NeoSansArabic", sans-serif;
  overflow-x: hidden;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #006985 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #006985 !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #006985 !important;
  opacity: 1; /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #006985 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #006985 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #006985 !important;
}

.no-line {
  display: inline-block;
  text-decoration: none;
}

.no-line:hover {
  text-decoration: none;
  color: #fff;
}

.top-header {
  background-color: #00b5c7;
  text-align: center;
  padding: 10px 20px;
}

.top-header-link {
  display: inline;
  color: #fff;
  margin-left: 20px;
  font-size: 13px;
}

.top-header-link i {
  font-size: 12px;
  margin-left: 5px;
}

.social-link {
  float: left;
  margin-left: 10px;
  margin-top: 3px;
}

.clear {
  clear: both;
}

.image-100 {
  width: 100%;
}

select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	background-image: url("../images/angle-arrow-down2.png");
	background-repeat: no-repeat;
    background-position: center left 10px;
}

.slider-img img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-control {
  height: 50px;
  color: #006985;
  border: 1px solid #1fc8db;
}

.owl-home-slider {
  position: relative;
}

.custom-select {
  color: #006985;
}

.custom-select option {
  color: #006985;
}

.owl-home-slider .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 24px;
  color: #fff;
  line-height: 15px;
}

.owl-home-slider .owl-nav .owl-next,
.owl-home-slider .owl-nav .owl-prev {
  border: 1px solid #fff !important;
  background: -webkit-linear-gradient(
    309deg,
    #006885ce 0%,
    #1fc8db 51%,
    #006985 75%
  ) !important;
  background: -o-linear-gradient(
    309deg,
    #006885ce 0%,
    #1fc8db 51%,
    #006985 75%
  ) !important;
  background: linear-gradient(
    141deg,
    #006885ce 0%,
    #1fc8db 51%,
    #006985 75%
  ) !important;
  width: 27px;
  height: 27px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 3px;
}

.bg-light {
  background-image: url("../images/pattern-4.png");
  border-bottom: 2px solid #1fc8db;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #1fc8db;
}

.navbar-nav {
  margin-right: 20px;
}

.navbar-brand img {
  width: 120px;
}

.navbar {
  padding: 0 1rem;
}

.sec-margin {
  margin: 100px 0;
}

.first-home-section .head-title {
  color: #006985;
}

.first-home-section p {
  color: #006985;
}

form .btn {
  background: -webkit-linear-gradient(
    309deg,
    #006985 0%,
    #1fc8db 51%,
    #006985 75%
  );
  background: -o-linear-gradient(309deg, #006985 0%, #1fc8db 51%, #006985 75%);
  background: linear-gradient(141deg, #006985 0%, #1fc8db 51%, #006985 75%);
  color: #fff;
  padding: 3px 25px;
  border: 0;
}

form .btn:hover {
  color: #fff;
}

.owl-home-slider .owl-dots {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 3px 0;
}

.owl-home-slider .owl-dots .owl-dot {
  display: block;
  margin-bottom: 5px;
}

.owl-theme .owl-dots .owl-dot span {
  background: -webkit-linear-gradient(
    309deg,
    #006985 0%,
    #1fc8db 51%,
    #006985 75%
  );
  background: -o-linear-gradient(309deg, #006985 0%, #1fc8db 51%, #006985 75%);
  background: linear-gradient(141deg, #006985 0%, #1fc8db 51%, #006985 75%);
  width: 15px;
  height: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  width: 20px;
}

.navbar-light .navbar-nav .nav-link {
  color: #006985;
}

.first-home-section {
  background-image: url("../images/pattern-4.png");
  background-size: cover;
  padding: 0 20px;
}

.container {
  max-width: 95%;
}

.slider-img {
  position: relative;
}

.slider-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
}

.slider-overlay a {
  background: -webkit-linear-gradient(
    309deg,
    #006985 0%,
    #1fc8db 61%,
    #006985 75%
  );
  background: -o-linear-gradient(309deg, #006985 0%, #1fc8db 61%, #006985 75%);
  background: linear-gradient(141deg, #006985 0%, #1fc8db 61%, #006985 75%);
  color: #fff !important;
  font-size: 14px;
  margin: 10px 5px;
  padding: 3px 10px;
  border-radius: 3px;
}

.nav-links a {
  background: -webkit-linear-gradient(
    309deg,
    #006985 0%,
    #1fc8db 61%,
    #006985 75%
  );
  background: -o-linear-gradient(309deg, #006985 0%, #1fc8db 61%, #006985 75%);
  background: linear-gradient(141deg, #006985 0%, #1fc8db 61%, #006985 75%);
  color: #fff !important;
  font-size: 14px;
  margin: 0 5px;
  padding: 5px 10px;
  border-radius: 3px;
}

.feature-box {
  padding: 10px;
  background-image: url("../images/contact-map-bg-dark.png");
  background-size: contain;
}

.feature-box i {
  color: #006985;
  text-shadow: 1px 2px #1fc8db;
}

.box-name .box-title {
  color: #006985;
}

.box-desc {
  color: #006985;
}

.box-name {
  margin: 10px 0;
}

.features {
  margin-top: 30px;
}

.about-caption .title-h2 {
  color: #006985;
}

.about-caption .desc-p {
  color: #006985;
  padding: 0 30px;
}

.contact-links a {
  background: -webkit-linear-gradient(
    309deg,
    #006985 0%,
    #1fc8db 61%,
    #006985 75%
  );
  background: -o-linear-gradient(309deg, #006985 0%, #1fc8db 61%, #006985 75%);
  background: linear-gradient(141deg, #006985 0%, #1fc8db 61%, #006985 75%);
  color: #fff !important;
  font-size: 14px;
  margin: 0 5px;
  padding: 5px 10px;
  border-radius: 3px;
}

.service-img img {
  width: 200px !important;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  border: 2px solid #1fc8db;
  margin: auto;
  border-radius: 50%;
}

.service-name .service-p {
  color: #006985;
  margin-top: 10px;
  margin-bottom: 0;
}

.services-section h2 {
  color: #006985;
  text-align: center;
  margin-bottom: 10px;
}

.services-slider .owl-nav {
  font-size: 24px;
  color: #fff;
  line-height: 15px;
}

.services-slider .owl-nav .owl-next,
.services-slider .owl-nav .owl-prev {
  border: 1px solid #fff !important;
  background: -webkit-linear-gradient(
    309deg,
    #006885ce 0%,
    #1fc8db 51%,
    #006985 75%
  ) !important;
  background: -o-linear-gradient(
    309deg,
    #006885ce 0%,
    #1fc8db 51%,
    #006985 75%
  ) !important;
  background: linear-gradient(
    141deg,
    #006885ce 0%,
    #1fc8db 51%,
    #006985 75%
  ) !important;
  width: 27px;
  height: 27px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 3px;
}

.contact-links {
  margin-top: 10px;
}

.contact-section h2 {
  color: #006985;
  text-align: center;
  margin-bottom: 15px;
}

.contact-section {
  background-image: url("../images/contact-map-bg-dark.png");
  background-size: contain;
  padding: 0 20px;
}

footer {
  background-image: url("../images/pattern-4.png");
  padding: 20px;
  color: #006985;
}

.footer-link i {
  background: -webkit-linear-gradient(
    309deg,
    #006985 0%,
    #1fc8db 61%,
    #006985 75%
  );
  background: -o-linear-gradient(309deg, #006985 0%, #1fc8db 61%, #006985 75%);
  background: linear-gradient(141deg, #006985 0%, #1fc8db 61%, #006985 75%);
  color: #fff;
  width: 30px;
  text-align: center;
  padding: 5px;
  margin-left: 5px;
  border-radius: 3px;
}

.footer-link {
  display: block;
  margin-bottom: 5px;
  color: #006985;
}

.footer-link:hover {
  color: #006985;
}

.know-more-link {
  background: -webkit-linear-gradient(
    309deg,
    #006985 0%,
    #1fc8db 61%,
    #006985 75%
  );
  background: -o-linear-gradient(309deg, #006985 0%, #1fc8db 61%, #006985 75%);
  background: linear-gradient(141deg, #006985 0%, #1fc8db 61%, #006985 75%);
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.footer-title {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 20px;
}

.footer-links li {
  list-style: none;
  margin-bottom: 20px;
}

.footer-links a {
  color: #006985;
  font-size: 15px;
}

.footer-links a:hover {
  color: #006985;
}

.footer-map iframe {
  width: 100%;
  height: 200px;
}

.footer-about p {
  font-size: 15px;
  margin-top: 5px;
}

.copyrights {
  background: -webkit-linear-gradient(
    309deg,
    #006985 0%,
    #1fc8db 61%,
    #006985 75%
  );
  background: -o-linear-gradient(309deg, #006985 0%, #1fc8db 61%, #006985 75%);
  background: linear-gradient(141deg, #006985 0%, #1fc8db 61%, #006985 75%);
  color: #fff;
  padding: 1px 0 1px 0;
}

.copyrights p {
  margin-top: 15px;
  font-size: 14px;
}

.copyrights i {
  font-size: 11px;
}

.visibility-0 {
  visibility: hidden;
}

.popup {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000e0;
}

.popup-body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  height: 38%;
  background-image: url("../images/contact-map-bg-dark.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 30px;
  border: 1px solid #1fc8db;
}

.popup-close {
  position: absolute;
  left: 60px;
  top: 35px;
}

.popup-close i {
  background: -webkit-linear-gradient(
    309deg,
    #006985 0%,
    #1fc8db 61%,
    #006985 75%
  );
  background: -o-linear-gradient(309deg, #006985 0%, #1fc8db 61%, #006985 75%);
  background: linear-gradient(141deg, #006985 0%, #1fc8db 61%, #006985 75%);
  color: #fff;
  font-size: 24px;
  padding: 5px 10px;
  cursor: pointer;
}

.none {
  display: none;
}

.services-slider .item {
  cursor: pointer;
  margin-bottom: 20px;
}

.service-more span {
  color: #006985;
  font-size: 13px;
}

.contact-div {
  border: 2px solid #1fc8db;
  padding: 10px 0;
  width: 200px;
  margin: 0 10px;
  box-shadow: 1px 4px 20px #fff;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  transition: all 0.5s;
}

.contact-div:hover {
  transform: translateY(-5px);
}

.contact-div img {
  width: 52px;
  margin-bottom: 5px;
}

.head-contact a {
  color: #006985;
}

.head-contact a:hover {
  color: #006985;
}

.head-contact {
  margin: 30px 0;
}

.fixed-whatsapp {
  position: fixed;
  z-index: 999;
  top: 25%;
  right: 0;
}

.fixed-whatsapp a {
  display: block;
  margin-bottom: 10px;
}

.fixed-whatsapp i {
  font-size: 26px;
  color: #fff;
  background: -webkit-linear-gradient(
    309deg,
    #006985 0%,
    #1fc8db 61%,
    #006985 75%
  );
  background: -o-linear-gradient(309deg, #006985 0%, #1fc8db 61%, #006985 75%);
  background: linear-gradient(141deg, #006985 0%, #1fc8db 61%, #006985 75%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media (min-width: 768px) and (max-width: 1183px) {
  .contact-div {
    margin-bottom: 15px;
  }

  .owl-home-slider {
    margin-top: 20px;
  }

  .footer-links a {
    font-size: 13px;
  }

  .footer-about p {
    font-size: 13px;
  }

  .know-more-link {
    font-size: 10px;
    padding: 3px 5px;
  }

  .footer-link {
    font-size: 10px;
  }

  .popup-body {
    height: 50%;
  }

  .fixed-whatsapp i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .navbar-nav .nav-link {
    padding: 2px 10px;
  }

  .top-header-link {
    font-size: 11px;
    margin-left: 12px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .first-home-section .head-title {
    font-size: 32px;
  }

  .sec-margin {
    margin: 30px 0;
  }

  .top-header {
    display: none;
  }

  .owl-home-slider {
    margin-top: 30px;
  }

  .slider-overlay a {
    font-size: 14px;
  }

  .slider-img img {
    height: 350px;
  }

  .contact-section h2 {
    font-size: 26px;
  }

  .contact-section {
    margin-top: 40px;
  }

  .nav-links a {
    margin: 5px 0;
    text-align: center;
  }

  .contact-links a {
    margin: 5px 0;
  }

  .navbar-nav .nav-link {
    padding: 2px 10px;
  }

  .popup-body {
    width: 95%;
    height: 60%;
    top: 50%;
    border: 0;
  }

  .popup-close {
    left: 20px;
    top: 15px;
  }

  .contact-div {
    margin-bottom: 15px;
  }

  .fixed-whatsapp i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}


.icon2
{
  font-size: 26px !important;
    margin-left: 5px;
    /* color: #59b6c7 !important; */
}