<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Reg';
  src: url(../webfonts/ArbFONTS-Montserrat-Arabic-Regular.ttf);
}

@font-face {
  font-family: 'Med';
  src: url(../webfonts/ArbFONTS-Montserrat-Arabic-Medium.ttf);
}

@font-face {
  font-family: 'Bold';
  src: url(../webfonts/ArbFONTS-Montserrat-Arabic-Bold.ttf);
}

* {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  background-color: transparent;
}

button:focus {
  outline: 0 none;
}

img,
iframe {
  max-width: 100%;
}

body {
  background-color: #F6F6F6;
  font-family: 'Reg';
  font-size: 0.875rem;
  color: #00204c;
}

.site-link {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.site-link:hover {
  color: #e1a122;
}

.medium_font {
  font-family: 'Med';
}

.bold_font {
  font-family: 'Bold';
}

.no_arrow:after {
  content: none;
}

.no_underline {
  text-decoration: none;
}

.primary {
  color: #e1a122;
}

a.primary:hover {
  color: #b78219;
  text-decoration: none;
}

.grey {
  color: #75808f;
}

.grey_icon {
  color: #aaa;
}

a:hover {
  text-decoration: none;
  color: #e1a122;
}

.input_group {
  position: relative;
}

.input_group i {
  color: #e1a122;
  position: absolute;
  left: .75rem;
  top: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 2;
  font-size: .875rem;
}

.form_control {
  border: 1px solid #E2E2E2;
  display: block;
  width: 100%;
  color: #333;
  padding: .5rem 1rem;
  border-radius: .25rem;
  text-align: right;
}

.form_control:active, .form_control:focus {
  border-color: #e1a122;
}

.form_control.transparent {
  background: transparent;
}

.form_control.small_control {
  padding: .25rem 1rem;
}

.checkbox_custom {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.checkbox_custom input {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 2;
}

.checkbox_custom span {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #ddd;
  display: inline-block;
  text-align: center;
}

.checkbox_custom span:before {
  content: '\f00c';
  font-family: 'font awesome 5 pro';
  font-weight: 900;
  color: #e1a122;
  opacity: 0;
}

.checkbox_custom input:checked ~ span {
  border-color: #e1a122;
}

.checkbox_custom input:checked ~ span:before {
  opacity: 1;
}

.checkbox_custom::-moz-selection {
  background-color: transparent;
}

.checkbox_custom::selection {
  background-color: transparent;
}

.checkbox_custom.check_tab span {
  width: inherit;
  height: inherit;
  padding: .5rem .75rem;
  background: #f3f3f3;
  border-radius: .25rem;
  border: 1px solid #eee;
  font-size: 1rem;
}

.checkbox_custom.check_tab span:before {
  content: none;
}

.checkbox_custom.check_tab input:checked ~ span {
  background: #e1a122;
  color: #fff;
}

.checkbox_custom.radio span {
  border-radius: 50%;
}

.checkbox_custom.radio span:before {
  content: '';
  width: .75rem;
  height: .75rem;
  display: inline-block;
  border-radius: 50%;
  background: #e1a122;
}

.select2-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.select2-container .select2-selection--single {
  border: 2px solid #E6E6E6;
  border-radius: .25rem 0 0 .25rem;
  background: #EFEFEF;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  left: .25rem;
}

.select2-search--dropdown .select2-search__field {
  text-align: right;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 3rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 .75rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e1a122;
}

.custom_dropfile {
  color: #aaa;
  padding: 2rem 0;
  text-align: center;
  position: relative;
  font-weight: 500;
  border: 2px dashed rgba(207, 207, 207, 0.867);
}

.custom_dropfile span:last-of-type {
  font-size: 1.25rem;
}

.custom_dropfile input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
}

.remove_dropfile {
  color: #fc3a3a;
  font-weight: 500;
}

.main_btn {
  background-color: #e1a122;
  padding: .75rem 1rem;
  color: #fff;
  border-radius: .25rem;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.main_btn:hover {
  background: #b78219;
  color: #fff;
  text-decoration: none;
}

.main_btn.secondary {
  background: #A6A6A6;
}

.main_btn.secondary:hover {
  background: #8d8d8d;
}

.main_btn.white_btn {
  background-color: #fff;
  color: #e1a122;
}

.main_btn.btn_lg {
  min-width: 170px;
}

.main_btn.btn_sm {
  padding: .25rem;
}

.main_btn.danger {
  background-color: #ff8787;
  color: #ffffff;
}

.swal2-styled.swal2-confirm {
  background-color: #e1a122 !important;
}

.transparent_btn {
  border: 1px solid #e1a122;
  color: #e1a122;
  display: inline-block;
  border-radius: .25rem;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  padding: .75rem 1rem;
  text-align: center;
}

.transparent_btn:hover {
  background-color: #e1a122;
  color: #fff;
}

.transparent_btn.white_btn {
  border: 1px solid #fff;
  color: #fff;
}

.icon_btn {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  font-size: .75rem;
}

.icon_btn.danger {
  background-color: #ffd0d0;
  color: #df5656;
}

.icon_btn.edit {
  background-color: #a3daff;
  color: #2675ab;
}

.small_font {
  font-size: .875em;
  font-weight: 500;
}

.modal .close {
  font-size: 2rem;
  color: #aaa;
}

.dropdown-menu {
  text-align: right;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #e1a122;
}

.custom_tabs {
  border: 1px solid #ddd;
  background: #F2F2F2;
  border-radius: .25rem;
}

.custom_tabs .nav-link {
  border: 1px solid transparent;
  border-left-color: #ddd;
  color: #333;
  font-weight: 500;
}

.custom_tabs .nav-link.active {
  border-color: #e1a122;
  border-left: 0 none;
  background: #e1a122;
  color: #fff;
  border-radius: 0;
}

[data-notify=dismiss] {
  left: .75rem;
  right: auto !important;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 240px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -240px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}

.cart_item {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}

.cart_item:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.cart_item img {
  width: 4rem;
  height: 4rem;
}

.modal_search {
  position: relative;
  width: 100%;
}

.modal_search input {
  width: 100%;
}

.modal_search button {
  position: absolute;
  left: 0;
}

#menu_modal .navbar-nav {
  margin: 0 !important;
}

#menu_modal .topbar_menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  display: block !important;
}

#menu_modal .dropdown_menu {
  display: none;
}

#menu_modal .dropdown {
  position: relative;
}

#menu_modal .dropdown &gt; a:after {
  content: '\f053';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  left: .75rem;
  font-size: .75rem;
  color: #aaa;
}

#menu_modal .navbar-nav a {
  padding: .75rem 1rem !important;
  display: block;
  width: 100%;
  color: #333;
  border-bottom: 1px solid #ddd;
  font-weight: 300 !important;
}

#menu_modal .navbar-nav a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.top-bar {
  padding: .5rem 0;
  background-color: #fff;
}

.social-links a {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background-color: #F6F6F6;
  border-radius: .25rem;
  display: inline-block;
  text-align: center;
  color: #e1a122;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.social-links a:hover {
  background-color: #e1a122;
  color: #fff;
}

.social-links.primary a {
  background: #e1a122;
  color: #fff;
}

@media (min-width: 992px) {
  .navbar {
    position: absolute;
    background-color: transparent;
    top: 0;
    width: 100%;
    z-index: 9;
  }
}

@media (max-width: 540px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.nav-link {
  color: #00204c;
}

@media (min-width: 992px) {
  .nav-link {
    color: #fff;
    margin-left: 2rem;
  }
  .nav-link:hover {
    color: #e1a122;
  }
}

.nav-link:focus, .nav-link:hover {
  color: #e1a122;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-brand img {
  width: 52px;
}

@media (max-width: 450px) {
  .navbar-brand img {
    width: 40px;
  }
}

.navbar-toggler {
  border: 0 none;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#hero-section {
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-image: url(../imgs/pexels-ekaterina-bolovtsova-6077326.jpg);
  background-position: center;
}

#hero-section:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(0, 32, 76, 0.65);
}

#hero-section .right-column h2 span {
  position: relative;
  display: inline-block;
  z-index: 3;
}

#hero-section .right-column h2 span .line {
  content: '';
  position: absolute;
  background-color: #e1a122;
  height: 11px;
  width: 100%;
  bottom: 0;
  z-index: -1;
}

#hero-section .right-column h3 {
  color: rgba(255, 255, 255, 0.75);
}

#hero-section form {
  background-color: #fff;
  padding: 1.5rem;
}

.dropdown-item {
  color: #777;
  font-size: 0.875rem;
}

.single-service, .single-stat {
  background-color: #fff;
  padding: 3.25rem 2rem;
  border-radius: 1rem;
}

#features {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px #0000001A;
          box-shadow: 0 0 8px #0000001A;
  border-radius: 1rem;
  margin-top: -2rem;
  position: relative;
  z-index: 99;
  padding: 2rem 1.5rem;
}

@media (max-width: 540px) {
  #features {
    padding: 1.5rem 1rem 1rem;
  }
}

.features-carousel img {
  width: inherit !important;
  margin: auto;
}

section {
  margin-bottom: 9rem;
}

@media (max-width: 540px) {
  section {
    margin-bottom: 4.5rem;
  }
}

#services {
  position: relative;
}

#services:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 150px;
  background: #00204c;
  bottom: 0;
}

.single-service img {
  width: 80px !important;
  height: 80px;
}

.single-service h3 {
  font-size: 1rem;
  font-family: 'Med';
}

.single-stat {
  padding: 1.75rem 2rem;
  height: 100%;
}

footer {
  background-image: url(../imgs/pexels-ekaterina-bolovtsova-6077326.jpg);
  background-position: center;
  position: relative;
  padding: 4rem 1rem;
}

footer:before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 32, 76, 0.65);
}

.phone_link {
  color: #fff;
  text-decoration: none;
}

.phone_link span {
  background: #e1a122;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  border-radius: .25rem;
  display: inline-block;
  margin-left: .5rem;
  color: #fff;
}

#whatsappLink {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
  background: #25d366;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(16, 145, 65, 0.5);
          box-shadow: 0 0 0.5rem rgba(16, 145, 65, 0.5);
}

a:hover, a {
  text-decoration: none;
}

.ajax_loader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 7em;
  height: 7em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 64, 0.2);
  border-right: 1.1em solid rgba(0, 0, 64, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 64, 0.2);
  border-left: 1.1em solid #e1a122;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=main.css.map */</pre></body></html>