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

body {
  font-family: "Noto Kufi Arabic", 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 */
.btn-style {
  background-color: #ca972d;
  padding: 21px 35px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #ca972d;
  border-radius: 10px;
}
.btn-style:hover {
  color: #ca972d;
  background-color: #fff;
  border-color: #fff;
  border-color: #ca972d;
}

.btn-style-rounded {
  background-color: #ca972d;
  padding: 18px 47px;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  border-radius: 35px;
  text-align: center;
  border: 1px solid #ca972d;
}
.btn-style-rounded:hover {
  color: #ca972d;
  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: #ca972d;
  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;
}

/* menu icon */
.custom_navbar {
  padding: 13px 0;
}
.custom_navbar .links ul li {
  margin-right: 15px;
}
.custom_navbar .links ul li a {
  color: #919396;
  font-size: 1rem;
  font-weight: 500;
}
.custom_navbar .links ul li.active a {
  color: #ca972d;
}

.custom_header .card_img {
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom_header .card_img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.custom_header .card_img .content {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px;
  text-align: center;
  width: 693px;
  max-width: 95%;
}
.custom_header .card_img .content .wrap {
  padding: 32px 20px;
  border-radius: 5px;
  border: 1px solid #a89d7a;
}
.custom_header .card_img .content h5 {
  color: #172a48;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 51px; /* 150% */
}
.custom_header .card_img .content p {
  color: #6b6b6b;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 36px; /* 150% */
}
.custom_header .card_img .content a {
  display: flex;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 240px;
  max-width: 90%;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #ca972d;
  color: #fff;
  margin: auto;
}

.headr_title {
  width: -moz-fit-content;
  width: fit-content;
}
.headr_title h5 {
  margin: 0;
  position: relative;
  color: #172a48;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
}
.headr_title h5 img {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}

.about_us {
  padding: 80px 0;
  background: #fffbf3;
}
.about_us .about_content {
  margin-top: 55px;
}
.about_us .about_content h5 {
  color: #172a48;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 30px; /* 125% */
}
.about_us .about_content p {
  color: #919396;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 33px; /* 150% */
  margin-top: 20px;
}
.about_us .about_video {
  text-align: left;
}
.about_us .about_video .card_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 554px;
  max-width: 100%;
  height: 470px;
  margin: auto;
  justify-content: center;
  align-items: center;
  border-radius: 100px 10px;
}
.about_us .about_video .card_img img {
  border-radius: 100px 10px;
}
.about_us .about_video .card_img .play_icvon {
  position: absolute;
  z-index: 3;
  display: flex;
  width: 96px;
  height: 96px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-size: 1.5rem;
  background: rgba(202, 151, 45, 0.8);
  cursor: pointer;
}

.who_us_card {
  border-radius: 8px;
  border: 1px solid #dfdfdf;
  background: #fff;
  padding: 10px;
  margin-top: 10px;
  margin-right: 20px;
}
.who_us_card .card_icon {
  display: flex;
  width: 80px;
  height: 80px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  background-color: #fff4dd;
  border-radius: 10px;
  flex: none;
  margin-left: 15px;
}
.who_us_card h6 {
  color: #172a48;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px !important;
}
.who_us_card p {
  color: #919396 !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  line-height: 24px !important; /* 150% */
}

.services {
  padding: 80px 0;
  background: #fffbf3;
}
.services .headr_title {
  margin: auto;
  margin-bottom: 50px;
}

.servoce_card {
  display: flex;
  padding: 24px;
  margin-bottom: 15px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  background: #fffbf2;
  text-align: center;
  transition: all 0.3s ease-in-out;
  display: block;
}
.servoce_card .card_icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.servoce_card h5 {
  color: #172a48;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.servoce_card p {
  color: #919396;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  transition: all 0.3s ease-in-out;
}
.servoce_card:hover {
  background-color: #ca972d;
  border-color: #ca972d;
}
.servoce_card:hover .card_icon {
  background-color: #fff;
}
.servoce_card:hover h5,
.servoce_card:hover p {
  color: white;
}

.media_center {
  padding: 80px 0;
  background: #fffbf3;
}
.media_center .headr_title {
  margin: auto;
  margin-bottom: 50px;
}

.medi_center_card {
  margin-top: 30px;
}
.medi_center_card .card_img {
  height: 291px;
  display: flex;
  justify-content: end;
  align-items: end;
  border-radius: 16px;
}
.medi_center_card .card_img img {
  border-radius: 16px;
}
.medi_center_card .card_contet {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 16px;
  justify-content: space-between;
  background: rgba(141, 150, 145, 0.7);
}
.medi_center_card .card_contet h5 {
  color: #f8f8f8;
  text-align: right;
  font-size: 1.1rem;
  margin: 0;
  font-weight: 600;
}
.medi_center_card .card_contet p {
  color: #f8f8f8;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
}
.medi_center_card .card_contet .card_icon .icon {
  display: flex;
  width: 72px;
  height: 72px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  color: #ca972d;
  font-size: 1.2rem;
}

.our_partners {
  padding: 80px 0;
}
.our_partners .headr_title {
  margin: auto;
  margin-bottom: 60px;
}
.our_partners .slider_item .card_icon {
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-self: center;
}

.contact_us {
  background-color: #fffbf3;
  padding: 80px 0;
}
.contact_us .contact_form {
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  padding: 32px;
}
.contact_us .contact_form .form-control {
  height: 70px;
  border: 1px solid #dbdbdb;
  margin-bottom: 25px;
  background-color: #fff;
  padding: 10px 16px 10px 24px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  background: #fffcf6;
}
.contact_us .contact_form textarea.form-control {
  height: 180px;
}
.contact_us button {
  display: flex;
  width: 240px;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 13px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #ca972d;
  color: #fff;
}
.contact_us button img {
  margin-left: 11px;
}
.contact_us button:hover {
  background-color: #fff;
  color: #000;
}
.contact_us .social_media li {
  margin-left: 25px;
}
.contact_us .social_media li a i {
  color: #96989a;
}

.contact_card {
  margin-bottom: 32px;
}
.contact_card .card_icon {
  display: flex;
  align-items: top;
  justify-content: center;
  margin-left: 20px;
  flex: none;
}
.contact_card .card_icon i {
  color: #0055ff;
  font-size: 1.5rem;
}
.contact_card h5 {
  color: #141313;
  font-size: 1.1rem;
  margin: 0;
}
.contact_card a {
  color: #535353 !important;
  font-size: 1rem;
  margin: 0;
}
.contact_card p,
.contact_card h5 {
  margin: 0;
}

.google_maps {
  padding: 70px 0;
  background-color: #fffbf3;
}

.custom_breadcrumb .card_img {
  height: 641px;
}
.custom_breadcrumb .card_img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.custom_breadcrumb .card_img .container {
  position: relative;
}
.custom_breadcrumb .card_img .square {
  z-index: 2;
}
.custom_breadcrumb .wrap {
  flex-direction: column;
}
.custom_breadcrumb .header_conte {
  position: relative;
  z-index: 2;
}
.custom_breadcrumb .header_conte h5 {
  color: #f6f6f6;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 150% */
  margin-right: -150px;
}
.custom_breadcrumb .header_conte ul {
  margin-top: 16px;
}
.custom_breadcrumb .header_conte ul li {
  margin: 0 20px;
  position: relative;
}
.custom_breadcrumb .header_conte ul li::after {
  content: "\f100";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translate(0, -50%);
  color: #ca972d;
}
.custom_breadcrumb .header_conte ul li:first-child::after {
  display: none;
}
.custom_breadcrumb .header_conte ul a {
  color: #f6f6f6;
}
.custom_breadcrumb .header_conte ul .active a {
  color: #ca972d;
}

.pagination_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.pagination_nav nav {
  overflow-x: auto;
}
.pagination_nav .page-item {
  margin: 0 12px;
}
.pagination_nav .page-item .page-link {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
  color: #ca972d;
  font-size: 1.1rem;
}
.pagination_nav .page-item .page-link:hover {
  background-color: #ca972d;
  color: #fff;
  border: 1px solid #ca972d;
}
.pagination_nav .page-item.active .page-link {
  background-color: #ca972d;
  border-color: #ca972d;
  color: #fff;
}
.pagination_nav .page-item:first-child .page-link i, .pagination_nav .page-item:last-child .page-link i {
  font-size: 0.8rem;
}

.our_partners_page .card_icon {
  margin-bottom: 55px;
  text-align: center;
}

.service_order_page .headr_title {
  margin: auto;
  margin-bottom: 60px;
}
.custom_select {
  float: none;
  width: 100%;
  text-align: right !important;
}
.custom_select::after {
  right: unset;
  left: 10px;
}
.custom_select .list {
  width: 100%;
  text-align: right !important;
}
.custom_select .option {
  text-align: right;
}

.footer {
  background-color: #172a48;
  padding: 80px 0;
}
.footer .footer_logo img {
  width: 70px;
}
.footer .footer_logo h5 {
  color: #f6f6f6;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 15px 0;
  width: 80%;
}
.footer .footer_logo p {
  color: #f6f6f6;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px; /* 150% */
  width: 85%;
}
.footer .footer_links .headr_title {
  margin-bottom: 35px;
}
.footer .footer_links .headr_title h5 {
  color: #fff;
}
.footer .footer_links li {
  margin-bottom: 15px;
}
.footer .footer_links a {
  color: #f6f6f6;
  font-size: 1rem;
  font-weight: 600;
}
.footer .contact_cards h5 {
  color: #fff;
  font-size: 1rem;
}
.footer .contact_cards p {
  color: #919396;
  font-weight: normal;
}
.footer .footer_our_works .headr_title {
  margin-bottom: 35px;
}
.footer .footer_our_works .headr_title h5 {
  color: #fff;
}
.footer .works_img .card_img {
  width: 40%;
  height: 76px;
  border-radius: 5px;
  margin-bottom: 18px;
  margin-left: 16px;
}
.footer .works_img .card_img img {
  border-radius: 5px;
}

.custom_navbar .custom_icon {
  display: none !important;
}

@media (max-width: 991px) {
  .custom_navbar .row {
    flex-direction: row-reverse;
  }
  .custom_navbar .links {
    display: none !important;
  }
  .custom_navbar .custom_icon {
    text-align: right;
    display: block !important;
  }
  .custom_navbar .custom_icon i {
    font-size: 1.5rem;
    color: #000;
  }
  .custom_navbar .logo {
    text-align: left;
  }
  .about_us .about_video {
    margin-top: 20px;
  }
  .footer .footer_logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .custom_header .card_img .content h5 {
    font-size: 1.3rem;
    line-height: normal;
  }
  .custom_header .card_img .content h5 br {
    display: none;
  }
  .custom_header .card_img .content p {
    font-size: 1rem;
  }
  .custom_header .card_img .content p br {
    display: none;
  }
  .custom_breadcrumb .card_img {
    height: calc(100vh - 70px);
  }
}
@media (max-width: 450px) {
  .custom_breadcrumb .header_conte h5 {
    font-size: 1rem;
    line-height: normal;
  }
}
@media (max-width: 320px) {
  .custom_breadcrumb .header_conte h5 {
    margin-right: -110px;
    font-size: 0.8rem;
  }
}
/* Shared styles  */
.custom_breadcrumb .header_conte ul li::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}/*# sourceMappingURL=style.css.map */