@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap");
/* Constant styles  */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 16px;
  transition: all 0.4s ease-in;
  font-family: "El Messiri", sans-serif;
  direction: rtl;
}

body {
  font-family: "El Messiri", sans-serif;
  line-height: normal !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

a,
button {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* // Constant Styles */
ul {
  margin-bottom: 0;
}

.form-control {
  border-radius: 7px;
  background-color: rgba(245, 247, 250, 0.386);
}
.form-control:focus {
  outline: 0 !important;
  box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.2);
}

p {
  font-size: 1.1rem;
  color: #000;
}

/* Main Style */
.pd-100 {
  padding: 0 200px;
}

@media (max-width: 1920px) {
  .pd-100 {
    padding: 0 100px;
  }
}
@media (max-width: 1600px) {
  .pd-100 {
    padding: 0 50px;
  }
}
@media (max-width: 1440px) {
  .pd-100 {
    padding: 0 50px;
  }
}
@media (max-width: 1100px) {
  .pd-100 {
    padding: 0 30px;
  }
}
@media (max-width: 600px) {
  .pd-100 {
    padding: 0 20px;
  }
}
.btn-style {
  background-color: #0082c7;
  padding: 21px 35px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #0082c7;
  border-radius: 10px;
}
.btn-style:hover {
  color: #0082c7;
  background-color: #fff;
  border-color: #fff;
  border-color: #0082c7;
}

.btn-style-rounded {
  background-color: #0082c7;
  padding: 18px 47px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  border-radius: 35px;
  text-align: center;
  border: 1px solid #0082c7;
}
.btn-style-rounded:hover {
  color: #0082c7;
  background-color: #fff;
  border-color: #fff;
}

.card_img {
  height: 100vh;
  position: relative;
}
.card_img .img_parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card_img .img_parent img,
.card_img .img_parent video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.section_header {
  margin: 20px 0;
}
.section_header h5 {
  font-size: 2rem;
}

.splashscreen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0082c7;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.splashscreen .loading {
  display: flex;
  gap: 12px;
}
.splashscreen .loading div {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 -0.4rem rgba(60, 0, 80, 0.1) inset;
  animation: cycle 1s ease-in-out infinite;
}
.splashscreen .loading div:nth-child(1) {
  animation-delay: 0;
}
.splashscreen .loading div:nth-child(2) {
  animation-delay: 0.2s;
}
.splashscreen .loading div:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes cycle {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}

.splashscreen_none {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.splash-active {
  height: 100vh;
  overflow: hidden;
}

.section_header {
  text-align: center;
  margin-bottom: 0;
}
.section_header span {
  color: #7eb751;
  font-size: 1.3rem;
}

.section_bar {
  text-align: center;
  margin-top: 3px;
}
.section_bar p {
  font-size: 1.1rem;
}

.custom_navbar {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  padding-top: 30px;
}
.custom_navbar .logo a {
  width: 100px;
  display: inline-block;
}
.custom_navbar .logo a img {
  width: 100%;
}
.custom_navbar .lista li {
  padding: 0 17px;
}
.custom_navbar .lista li a {
  color: #fff;
}
.custom_navbar .social_media ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.custom_navbar .social_media ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 15px;
}
.custom_navbar .social_media ul li a i {
  color: #fff;
}

.custom_header .card_img {
  display: flex;
  align-items: center;
}
.custom_header .header_content {
  position: relative;
  z-index: 2;
}
.custom_header .header_content h5 {
  font-size: 3.2rem;
  color: #fff;
  font-weight: 200;
  line-height: 75px;
}
.custom_header .header_content p {
  color: #fff;
  text-align: center;
}

.section_header h5 {
  color: #bd9e6a;
  font-size: 1.4rem;
  padding: 0 5px;
  margin: 0;
}

.our_services_qanoon {
  padding: 30px 0;
}
.our_services_qanoon .services_card {
  display: flex;
  align-items: center;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 30px;
}

.services_card::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 10px !important;
}

.services_card::-webkit-scrollbar {
  background-color: #707070;
  height: 4px !important;
  border-radius: 5px;
}

.services_card::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
}

.service_card {
  margin-left: 25px;
}
.service_card .card_img {
  width: 320px;
  height: 420px;
  position: relative;
  border-radius: 5px;
}
.service_card .card_img img {
  border-radius: 5px;
}
.service_card .card_img_bottom {
  position: absolute;
  z-index: 3;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(199, 202, 208, 0.24), #17243c);
  height: 50%;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 45px;
  justify-content: flex-end;
}
.service_card .card_img_bottom .icon {
  width: 87px;
  height: 78px;
  border-radius: 5px;
  padding: 18px 8px 8px 8px;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.2); /* semi-transparent */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari */
  border-radius: 12px;
}
.service_card .card_img_bottom h5 {
  margin-top: 5px;
  color: #fff;
}

.what_privlige {
  background-color: #17243c;
  margin: 80px 0;
}
.what_privlige .card_img {
  height: 450px;
}
.what_privlige .what_privlige_content {
  padding-top: 70px;
}
.what_privlige .what_privlige_content p {
  color: #fff;
  font-size: 1rem;
  margin-top: 30px;
}
.what_privlige .what_privlige_content a {
  color: #bd9e6a;
}

.success_companies {
  padding-bottom: 50px;
}
.success_companies .section_header {
  margin-bottom: 50px;
}
.success_companies .card_img_icon {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.success_companies .card_img_icon img {
  height: 120px;
}

.contact_wrapper {
  background-image: url("../images/contact-bg.png");
  padding: 50px 0;
}
.contact_wrapper .section_header {
  margin-bottom: 40px;
}
.contact_wrapper .contact_form {
  background-color: #f5efe7;
  padding: 60px 120px 50px 120px;
}
.contact_wrapper .contact_form .form-control {
  border: 0;
  color: #000;
  border-bottom: 2px solid #bd9e6a;
  background-color: transparent;
  border-radius: 0;
  height: 60px;
  margin-bottom: 10px;
}
.contact_wrapper .contact_form .form-control::-moz-placeholder {
  color: #000;
}
.contact_wrapper .contact_form .form-control::placeholder {
  color: #000;
}
.contact_wrapper .contact_form textarea.form-control {
  resize: none;
  height: 130px;
}
.contact_wrapper .btn_submit {
  text-align: center;
}
.contact_wrapper .btn_submit button {
  padding: 15px;
  background-color: #bd9e6a;
  width: 500px;
  margin: auto;
  border: 0;
  margin-top: 32px;
  border-radius: 5px;
  max-width: 100%;
}
.contact_wrapper .btn_submit button:hover {
  background-color: #fff;
}
.contact_wrapper .contact_map iframe {
  width: 100%;
}
.contact_wrapper .contact_info {
  background-color: #17243c;
  padding: 10px;
}
.contact_wrapper .contact_info .con_cards {
  border-right: 1px solid #707070;
  padding-right: 20px;
}
.contact_wrapper .contact_info .con_cards .tiel img {
  margin-top: 5px;
  width: 15px;
}
.contact_wrapper .contact_info .con_cards .tiel span {
  color: #fff;
  font-size: 1rem;
  margin-right: 5px;
  display: inline-flex;
}
.contact_wrapper .contact_info .con_cards p {
  color: #f5f5f5;
  margin: 0;
  font-size: 0.9rem;
  margin-top: 4px;
}
.contact_wrapper .contact_info .first_con_cards {
  border-right: 0;
}
.contact_wrapper .contact_info .soc {
  text-align: right;
  margin-top: 10px;
}
.contact_wrapper .contact_info .soc a i {
  color: #bd9e6a;
  font-size: 1.1rem;
  margin-right: 2px;
}

.splashscreen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #061126;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.splashscreen .loading {
  display: flex;
  gap: 12px;
}
.splashscreen .loading div {
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 -0.4rem rgba(60, 0, 80, 0.1) inset;
  animation: cycle 1s ease-in-out infinite;
}
.splashscreen .loading div:nth-child(1) {
  animation-delay: 0;
}
.splashscreen .loading div:nth-child(2) {
  animation-delay: 0.2s;
}
.splashscreen .loading div:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes cycle {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}

.splashscreen_none {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.footer {
  background-color: #061126;
  padding: 84px 0;
  padding-bottom: 25px;
  margin-top: -90px;
}
.footer .footer_content_wrapper {
  padding-left: 100px;
}
.footer .footer_logo {
  margin-bottom: 40px;
}
.footer .footer_logo a img {
  width: 120px;
}
.footer .footer_content h5,
.footer .footer_content p {
  color: #fff;
  margin: 0;
  font-size: 0.9rem;
}
.footer .footer_content p {
  color: #f5f5f5;
  margin-bottom: 4px;
}
.footer .footer_content h5 {
  margin-bottom: 12px;
}
.footer .footer_content .wrap {
  margin-top: 12px;
}
.footer .socai {
  margin-top: 20px;
}
.footer .socai a {
  display: flex;
  width: 40px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.footer .socai a i {
  color: #fff;
  font-size: 1.2rem;
}
.footer .quick_links h5 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 25px;
}
.footer .quick_links li a {
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 7px;
}
.footer .footer_form {
  border-right: 1px solid #dbd9d4;
  padding-right: 100px;
}
.footer .footer_form h5 {
  color: #bd9e6a;
  font-size: 1.5rem;
}
.footer .footer_form .form-control {
  border: 0;
  color: #000;
  border-bottom: 2px solid #bd9e6a;
  background-color: transparent;
  border-radius: 0;
  height: 60px;
  margin-bottom: 10px;
}
.footer .footer_form .form-control::-moz-placeholder {
  color: #fff;
  font-size: 1rem;
}
.footer .footer_form .form-control::placeholder {
  color: #fff;
  font-size: 1rem;
}
.footer .footer_form textarea.form-control {
  resize: none;
  height: 130px;
}
.footer .btn_submit {
  text-align: center;
}
.footer .btn_submit button {
  padding: 15px 21px;
  background-color: #bd9e6a;
  width: 100%;
  margin: auto;
  border: 0;
  margin-top: 32px;
  border-radius: 5px;
  max-width: 100%;
}
.footer .btn_submit button:hover {
  background-color: #fff;
}
.footer .copy {
  text-align: center;
  margin-top: 55px;
  border-top: 1px solid rgba(219, 217, 212, 0.3);
  padding-top: 25px;
}
.footer .copy h5 {
  color: #fff;
  font-size: 0.9rem;
}

.custom_icon {
  display: none;
}
.custom_icon i {
  font-size: 1.7rem;
  color: #fff;
}

@media (max-width: 1400px) {
  .footer .footer_content_wrapper {
    padding-left: 50px;
  }
  .footer .footer_form {
    padding-right: 50px;
  }
}
@media (max-width: 1100px) {
  html,
  body {
    font-size: 14px;
  }
  .footer .footer_content_wrapper {
    padding-left: 40px;
  }
  .footer .footer_form {
    padding-right: 40px;
  }
  .custom_navbar .social_media ul li a {
    margin-right: 8px;
  }
  .custom_navbar .lista li {
    padding: 0 13px;
  }
  .custom_header .header_content h5 {
    font-size: 2.9rem;
    line-height: 62px;
  }
  .what_privlige .card_img {
    height: 359px;
  }
  .what_privlige .card_img {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .lista,
  .social_media {
    display: none;
  }
  .custom_icon {
    display: flex;
  }
  .custom_navbar .wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .contact_wrapper .contact_info .con_cards p {
    font-size: 0.9rem;
  }
  .footer .footer_form {
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  html,
  body {
    font-size: 12px;
  }
  .contact_wrapper .contact_form {
    background-color: #f5efe7;
    padding: 60px 20px 50px 20px;
  }
  .contact_info .con_cards {
    margin-bottom: 20px;
  }
  .footer .footer_content_wrapper {
    flex-direction: column;
    align-items: start !important;
  }
  .footer .footer_content_wrapper .quick_links {
    margin-top: 20px;
  }
  .custom_header .header_content h5 {
    font-size: 2.7rem;
  }
  .success_companies .card_img_icon img {
    height: 85px;
    margin: auto;
  }
}
/* Shared styles  */
.contact_wrapper {
  background-position: center;
  background-size: cover;
}/*# sourceMappingURL=style.css.map */