@font-face{
    font-family: "Adelle Sans ARA Extrabold";
    src: url("a85ae6e5fb948a4399697c0039c355e0.eot");
    src: url("a85ae6e5fb948a4399697c0039c355e0.eot?#iefix")format("embedded-opentype"),
        url("a85ae6e5fb948a4399697c0039c355e0.woff")format("woff"),
        url("a85ae6e5fb948a4399697c0039c355e0.woff2")format("woff2"),
        url("a85ae6e5fb948a4399697c0039c355e0.ttf")format("truetype"),
        url("a85ae6e5fb948a4399697c0039c355e0.svg#Adelle Sans ARA Extrabold")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

@font-face{
    font-family: "Adelle Sans ARA Regular";
    src: url("4aef27fed447567b09fa9e88461bf2d8.eot");
    src: url("4aef27fed447567b09fa9e88461bf2d8.eot?#iefix")format("embedded-opentype"),
        url("4aef27fed447567b09fa9e88461bf2d8.woff")format("woff"),
        url("4aef27fed447567b09fa9e88461bf2d8.woff2")format("woff2"),
        url("4aef27fed447567b09fa9e88461bf2d8.ttf")format("truetype"),
        url("4aef27fed447567b09fa9e88461bf2d8.svg#Adelle Sans ARA Regular")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
body, a, button{
  font-family: "Adelle Sans ARA Regular";
}

.commercial-single {
    background: #1d6757;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}
.media-section a:hover {
    color: #CF9D46;
}

header{
    background: #fff;
    position: fixed !important;
    width: 100% !important;
    z-index: 999;
}
input::placeholder,textarea::placeholder {
  color: #C0C0C0 !important;
}
.heading p {
  color: #556365;
}

text {
    font-family: "Adelle Sans ARA Regular";
}

.text-primary{
  color: #CF9D46 !important;
}

div#dropdown-branches {
  width: 50%;
}
#dropdown-branches  select{
  width: 300px;
}
div#navbarNav {
    display: flex;
}

.nav-pills .nav-link {
    color: #242424;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 15px;
}

.btns .nav-link {
    background: #fff;
    margin-left: 10px;
    color: #08362b !important;
    font-size: 14px;
}

#bdNavbar li{
  position: relative;
}

video#myVideo {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* .card-right .home-img {
    flex-direction: row-reverse;
} */

.home-img {
    gap: 10px;
}

.home-img ul{
    padding: 0px;
}
.satistics-box{
    display: flex;
}

.satistics {
    background: #08362b;
    margin: 30px 0px;
    padding: 60px 0px;
}

.social ul {
    gap: 25px;
}

.social i {
    font-size: 24px;
    margin-top: 20px;
}

.numbers_box{
    display: flex;
    flex-direction: row-reverse;
    padding: 30px 0px;
    color: #fff;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.numbers_box h3{
    margin: 0;
    font-weight: bolder;
}


.out-story h2:after {
    content: "";
    border-bottom: solid #cf9d46 16px;
    width: 150px;
    /* height: 11px; */
    display: block;
    text-align: center;
    margin: 0px auto;
    margin-top: -26px;
}

.out-story p {
    font-size: 18px;
    line-height: 34px;
    margin-top: 25px;
    font-weight: 600;
}

.home-img h3 {
  color: #011619;
  font-weight: 700;
  position: relative;
}
html[dir="rtl"] .home-img h3::after{
    right: 0;
}
.home-img h3::after {
  content: "";
  border-bottom: solid 3px #cf9d46;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.maps{
  padding: 40px;
  background: #F7F7F7;
}

#map {
  padding-top: 30px;
  width: 50%;
}


#map_details h3 {
    color: #fff;
}

#map_details a{
    color: #cf9d46;
    text-decoration: none;
}

#map_details ul{
  display: flex;
  flex-direction: column;
}

#map_details ul > li ,.box-branches li {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #2a7c72;
}

.box-branches{
  width: 50%;
}
ul.address {
  margin-top: 10px !important;
  margin-right: 10px;
}

ul.address li {
    list-style-type: disclosure-closed;
    color: #d09f4a;
}


ul.address li a {
  color: #d09f4a;
}
.highcharts-exporting-group ,text.highcharts-credits {
    visibility: hidden;
}

.box_bg_1,.box_bg_2 {
    background: #f3dcbc;
    height: 100%;
    padding: 30px;
}

.box_bg_1 h4,.box_bg_2 h4{
    color: #d09f49;
}

.box_bg_1 p{
    color: #000;
}

.box_bg_2 {
    background: #126450;
}

.box_bg_2 p {
    color: #fff;
}

footer{
    background: #09362B;
    color: #fff;
}

.copyright{
  font-size: 14px;
  font-weight: bold;
}
.quick li a{
    text-decoration: none;
    line-height: 2.5;
}

ul li {
    list-style-type: none;
}

#map>div {
  height: 600px !important;
}

#photos {
    /* Prevent vertical gaps */
    line-height: 0;

    -webkit-column-count: 5;
    -webkit-column-gap:   0px;
    -moz-column-count:    5;
    -moz-column-gap:      0px;
    column-count:         5;
    column-gap:           0px;
 }

 #photos img {
   /* Just in case there are inline attributes */
   width: 100% !important;
   height: auto !important;
 }

 @media (max-width: 1200px) {
   #photos {
   -moz-column-count:    4;
   -webkit-column-count: 4;
   column-count:         4;
   }
 }
 @media (max-width: 1000px) {
   #photos {
   -moz-column-count:    3;
   -webkit-column-count: 3;
   column-count:         3;
   }
 }
 @media (max-width: 800px) {
   #photos {
   -moz-column-count:    2;
   -webkit-column-count: 2;
   column-count:         2;
   }
 }
 @media (max-width: 400px) {
   #photos {
   -moz-column-count:    1;
   -webkit-column-count: 1;
   column-count:         1;
   }
 }


 CSS.g-6,
.gx-6 {
  --bs-gutter-x: 4.5rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 4.5rem;
}
@media (min-width: 576px) {
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 768px) {
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 992px) {
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4.5rem;
  }
}
.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
@media only screen and (max-width: 499px) {
  .nav {
    flex-direction: column;
}
  video#myVideo{
    height: 92vh !important;
  }
  #pills-tabContent{
    width: 100% !important;
  }
  #map_details{
    width: 100% !important;
  }
  .tab-pane>img{
    width: 100% !important;
  }
  .footer-download {
    text-align: center;
  }
  .footer-section-logo {
      padding-bottom: 40px;
      text-align: center;
  }
  .footer-logo img {
      margin: 0px auto;
  }
  .social ul {
    justify-content: center;
    flex-direction: row !important;
  }
  .about-section img {
    margin: 10px auto;
    display: block;
    margin-bottom: 40px;
  }
  .owl-theme .owl-nav{
    top: -45%;
  }
  .owl-carousel .owl-item img{
    width: 100% !important;
  }
}
@media (max-width: 700px) {
    .row.box-maps {
    flex-direction: column;
    }
    #map{
     width: 100% !important;
    }
}
@media (min-width: 576px) {
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 1400px) {
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
.hcf-masonry-card {
  display: block;
  position: relative;
  overflow: hidden;
}
.hcf-masonry-card .card-img {
  object-fit: cover;
  transform: scale(1);
  transition: transform 150ms linear;
}
.hcf-masonry-card .card-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.hcf-masonry-card .card-overlay .card-title {
  display: inline-block;
  transform: translateY(10px);
  opacity: 0;
}
.hcf-masonry-card .card-overlay .card-category {
  transform: translateY(10px);
  opacity: 0;
}
.hcf-masonry-card:hover .card-img {
  transform: scale(1.05);
  transition: transform 150ms linear;
}
.hcf-masonry-card:hover .card-overlay {
  opacity: 1;
  transition: opacity 150ms linear;
}
.hcf-masonry-card:hover .card-overlay .card-title {
  opacity: 1;
  transform: translateY(0);
  transition: transform 150ms linear 0.1s, opacity 150ms linear 0.1s;
}
.hcf-masonry-card:hover .card-overlay .card-category {
  opacity: 1;
  transform: translateY(0);
  transition: transform 150ms linear 0.2s, opacity 150ms linear 0.2s;
}
.tab-pane>img{
  float: left;
  width: 70%;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: transparent !important;
  color: #CF9D46;
}

.btn{
  background-color: #08362b !important;
  border: none;
  padding: 10px 50px;
}

.address-box p {
  line-height: 5;
  margin: 0px;
  text-align: center;
}

.who_us p{
  text-align: justify;
  text-justify: inter-word;
  line-height: 2.5;
}

.dropdown-menu {
  right: 0px;
  text-align: right;
}

html[dir="rtl"] .breadcrumb-item+.breadcrumb-item::before{
   float: right;
}
.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 9px;
  padding-left: 9px;
}

.breadcrumb a {
  color: #011619;
  text-decoration: none;
}

.owl-carousel .owl-item img {
  width: 90%;
  float: right;
  height: 380px;
}

.owl-theme .owl-nav {
  position: absolute;
  top: -17%;
  left: 5%;
}

.owl-dots {
  margin-top: 15px;
}

.owl-nav button{
  background: #CF9D46 !important;
  color: #fff !important;
  width: 40px;
}

.owl-nav span {
  font-size: 35px;
  line-height: 30px;
}

.medias .card-body{
  position: absolute;
  bottom: 0px;
  color: #fff;
}

.medias  .card {
  border: none;
}

.tag {
  background-color: #FFFFFF;
  opacity: .5;
  margin: 0px 10px;
  padding: 2px 15px;
  border-radius: 6px;
  text-decoration: none;
  color: #242424 !important;
  font-size: 14px;
}

.medias .card::before {
  content: "";
  position: absolute;
  background: #000;
  height: 100%;
  width: 100%;
  opacity: .3;
  border-radius: 24px;
}

.page-head h1 {
  font-weight: bolder;
}

.btn-send {
  margin: 0px auto;
  display: block;
  background-color: #CF9D46;
  padding: 10px 100px;
}

.job {
  border: solid 1px #E6E6E6;
  border-radius: 10px;
  padding: 30px 20px;
}

.tags a{
  background: #E0E3E3;
  padding: 6px 10px;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  margin-left: 10px;
}

.navbar-toggler {
  color: #0c4876;
}

@media (max-width: 768px) {
  .projects {
    flex-wrap: wrap;
  }
}

.social i:hover {
  color: #CF9D46 !important;
}

.tags li {
  margin: 10px 0px;
}

.media-section a {
  color: #fff;
  text-decoration: none;
}

.jobs-category {
  position: relative;
}

li.jobs-category-link {
  background: #E0E3E3;
  border-radius: 10px;
  padding: 7px 20px;
}

.dropdown-toggle::after {
  margin: 0px 11px;
  vertical-align: middle;
}

.jobs-category .dropdown-menu{
  right: -15px !important;
  top: 10px !important;
}

.jobs-category li {
  list-style-type: none;
}

.icon-loading-box {
  position: relative;
}

.icon-loading-box img {
  width: 90px;
  height: 90px;
}
.header-border {
  height: 20px;
  width: 1px;
  color: #ddd;
  background: #9D9D9D;
  margin: 0px 8px;
}
.footer-contact li {
  padding-top: 13px;
}

.icon-loading{
  border: 5px solid #08362b;
  border-radius: 50%;
  border-top: 5px solid #84834A;
  width: 90px;
  height: 90px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  padding: 10px;
}

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

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.card-features {
  position: relative;
  overflow: hidden;
}

.feature-container {
  position: relative;
}

.feature-image {
  width: 50px;
  transition: transform 0.3s ease, background-color 0.3s ease; /* Added background-color transition */
}

/* .card-features:hover .feature-image {
  background-color: rgba(52, 152, 219, 0.5); /* Adjust the background color and opacity as needed
}*/

.view-more{
  color: #CF9D46 !important;
  background: #F9F3E9;
  border-radius: 12px;
  line-height: 3;
  text-align: center;
  margin: 30px auto;
}

.custom-select {
  position: relative;
}

#dropdown-branches select {
  width: 300px;
  padding: 10px;
  border-radius: 8px;
  border: none;
  margin: 10px 0px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #cf9d46;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  left: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #cf9d46;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
#branches {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.box-maps {
    flex-direction: row-reverse;
}
footer {
    position: relative;
}
.stt {
  position: absolute;
  right: 1rem;
  bottom: 10px;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  text-decoration: none;
}

.stt i {
    font-size: 24px;
    text-align: center;
    line-height: 2;
    display: block;
    color: #08362c;
}

.stt:hover {
  opacity: 0.8;
}
.stt:focus {
  opacity: 0.9;
}
.stt:active {
  opacity: 1;
}

.medias img {
    height: 350px;
    border-radius: 20px;
    width: 100%;
    transition: transform .2s;
}
.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #cf9d46;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
    border-radius: 20px;
    opacity: .4;
}

.media-single:hover .overlay {
  bottom: 0;
  height: 100%;
}

.media-single:hover h4{
    padding-bottom: 10px;
  transition: .5s ease;

}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.dropdown-menu[data-bs-popper] {
    left: unset;
}
