@font-face {
  font-family: "Swis721-Roman";
  src: url(../fonts/Swis721-WGL4-BT-Roman.ttf);
}

* {
  transition: all 0.5s linear;
  font-family: "Swis721-Roman";
  font-weight: 400;
}

html,
body {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar:horizontal {
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #e8823a;
  opacity: 0.7;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #e8823a;
}

.top-links {
  display: flex;
  justify-content: center;
  background: #6f5e5a;
}

.top-links a {
  color: #ffffff;
  font-size: 22px;
  line-height: 29px;
  font-weight: bold;
  padding: 0.5rem 1rem;
}

.top-links a:hover {
  text-decoration: none;
}

@media (max-width: 425px) {
  .top-links a {
    font-size: 18px;
    padding: 0.5rem 0.5rem;
  }
}

.navbar {
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 100;
}

.navbar.scrolled {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 1px #6f5e5a;
}

.navbar-brand {
  background-color: #6f5e5a;
  padding: 1.5rem;
}

.navbar-brand img {
  width: 100px;
}

.navbar .nav-item .nav-link {
  color: #2a190c;
  font-weight: bold;
  font-size: 25px;
  line-height: 80px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
}

.dropdown-item {
  color: #2a190c;
  font-weight: bold;
  font-size: 20px;
}

.dropdown-item:hover {
  background-color: #e8823a26;
}

.navbar .nav-item.active .nav-link,
.navbar .nav-item .nav-link:hover {
  color: #e5973e;
  background-color: #e8823a26;
}

.navbar .nav-item.active .nav-link::before,
.navbar .nav-item .nav-link:hover::before {
  content: "";
  width: 50px;
  border-top: 4px solid #e5973e;
  position: absolute;
  top: 20px;
  right: 10px;
}

@media (max-width: 1325px) {
  .navbar .nav-item .nav-link {
    font-size: 20px;
  }
}

button.navbar-toggler {
  color: #e5833e;
  border: 2px solid #e5833e;
  font-size: 25px;
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  .navbar-nav {
    width: 80%;
    margin: auto;
    border-top: 4px solid #e5833e;
    border-left: 1px solid #e5833e;
    border-right: 1px solid #e5833e;
    border-bottom: 4px solid #e5833e;
    border-radius: 15px;
    margin-top: 5px;
  }

  .navbar .nav-item .nav-link {
    line-height: 40px;
    padding-left: 20%;
    padding-right: 20%;
  }

  .navbar .nav-item.active .nav-link::before,
  .navbar .nav-item .nav-link:hover::before {
    content: "";
    border-top: 3px solid #e5973e;
    top: 5px;
    right: 20%;
  }

  .nav-item > .dropdown-menu {
    width: 60%;
    margin: auto;
  }
}

@media (max-width: 767.98px) {
  .nav-item > .dropdown-menu {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .navbar-nav {
    width: 100%;
  }
}

.dropdown:hover > .dropdown-menu,
.dropright:hover > .dropdown-menu {
  display: block;
}

/*  */
.hero-area {
  margin-top: -10rem;
}

.hero-img {
  margin-bottom: -26rem;
}

@media (max-width: 1440px) {
  .hero-img {
    margin-bottom: -22rem;
  }
}

@media (max-width: 1300px) {
  .hero-img {
    margin-bottom: -20rem;
  }
}

@media (max-width: 1200px) {
  .hero-img {
    display: none;
    margin-bottom: 0;
  }

  .hero-area {
    margin-top: 0;
    padding-top: 4rem;
  }
}

.heading-1 {
  font-size: 52px;
  font-weight: bold;
  color: #e8823a;
}

.heading-2 {
  font-size: 30px;
  font-weight: bold;
  color: #6f5e5a;
}

.text-1 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #a5a5a5;
}

.btn-1 {
  display: block;
  width: 219px;
  height: 46px;
  background: #90a1a5;
  box-shadow: 0px 0px 14px #90a1a599;
  font-size: 24px;
  line-height: 46px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border: none;
  outline: 0 !important;
}

.btn-1:hover {
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0px 0px 0 #90a1a599;
}

@media (max-width: 576px) {
  .heading-1 {
    font-size: 40px;
  }

  .heading-2 {
    font-size: 25px;
  }

  .text-1 {
    font-size: 16px;
    line-height: 24px;
  }

  .btn-1 {
    width: 180px;
    font-size: 20px;
  }
}

@media (max-width: 380px) {
  .heading-1 {
    font-size: 30px;
  }
}

#slider-1 {
  margin-top: 6rem;
}

#slider-1 .carousel-indicators {
  bottom: -55px;
}

#slider-1 .carousel-indicators li {
  width: 12px;
  height: 12px;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #6f5e5a;
  border-radius: 50%;
  opacity: 1;
}

#slider-1 .carousel-indicators li.active {
  background: #6f5e5a;
}

#slider-1 .carousel-control-next,
#slider-1 .carousel-control-prev {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  opacity: 1;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000087;
  color: #6f5e5a;
  border-radius: 50%;
  top: unset;
  bottom: 20px;
  left: calc(50% - 10px);
  transform: translateX(-50%);
}

#slider-1 .carousel-control-prev {
  left: calc(50% + 50px);
}

@media (max-width: 991.98px) {
  #slider-1 .carousel-control-next,
  #slider-1 .carousel-control-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  #slider-1 .carousel-control-next,
  #slider-1 .carousel-control-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    bottom: 10px;
  }
}

@media (max-width: 576.98px) {
  #slider-1 .carousel-control-next,
  #slider-1 .carousel-control-prev {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    bottom: -10px;
  }
}

#slider-2 {
  margin-top: 3rem;
  padding: 6rem 0;
  background: url(../images/slider-2-bg-img.png) no-repeat 103% 0;
  background-size: 70% 100%;
}

@media (max-width: 991.98px) {
  #slider-2 {
    background: url(../images/slider-2-bg-img.png) no-repeat 92% 0;
    background-size: 120% 100%;
  }
}

.btn-1.bg-orange {
  background: #e8823a;
  box-shadow: 0px 0px 14px #e8823abd;
}

.btn-1.bg-orange:hover {
  box-shadow: 0px 0px 0px transparent;
}

#slider-2 .carousel-control-next,
#slider-2 .carousel-control-prev {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  opacity: 1;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000087;
  color: #6f5e5a;
  border-radius: 50%;
  top: unset;
  bottom: 20px;
  left: 10px;
}

#slider-2 .carousel-control-next:hover,
#slider-2 .carousel-control-prev:hover {
  background: #e8823a 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 14px #e8823a9c;
  color: #ffffff;
}

#slider-2 .carousel-control-prev {
  left: 70px;
}

@media (max-width: 991.98px) {
  #slider-2 .carousel-control-next,
  #slider-2 .carousel-control-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  #slider-2 .carousel-control-next,
  #slider-2 .carousel-control-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}

@media (max-width: 576.98px) {
  #slider-2 .carousel-control-next,
  #slider-2 .carousel-control-prev {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
  }
}

.Eid-Al-Hajri-Info {
  margin-top: 4rem;
  background: #f8f8f8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 46px #0000002e;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-1.color-737373 {
  color: #7e7e7e;
}

.blogs {
  padding: 4rem 0;
}

.blog-wrapper {
  background: #fcfcfc;
  box-shadow: 0px 3px 16px #00000029;
  margin-bottom: 1rem;
}

.blog-name {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #e8823a;
}

.blog-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #2a190c;
}

.blog-more-link {
  font-size: 30px;
  font-weight: bold;
  color: #e8823a;
}

.blog-more-link:hover {
  text-decoration: none;
  color: #e8823a;
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .d-ch-92 {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: flex-start;
  }

  .d-ch-92-space {
    width: 200px;
  }
}

.testemonials {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.testemonials-slider {
  padding-bottom: 4rem;
}

.testemonials-slider .swiper-slide {
  opacity: 0.5;
  text-align: center;
  background: #fcfcfc 0% 0% no-repeat padding-box;
  padding: 3rem 1rem;
}

.testemonials-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  background: #fcfcfc 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 46px #e8823a26;
}

.t-person-img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.t-person-name {
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
  color: #252b41;
}

.t-person-descignation {
  font-size: 21px;
  line-height: 27px;
  color: #a7a7a7;
}

.t-testemonial-text {
  font-size: 24px;
  line-height: 31px;
  color: #a2a2a2;
}

.testemonials-slider .swiper-pagination-bullet {
  width: 137px;
  height: 14px;
  border-radius: 7px;
  background: #ebebeb;
  opacity: 1;
}

.testemonials-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e8823a;
}

@media (max-width: 991.98px) {
  .testemonials-slider .swiper-pagination-bullet {
    width: 100px;
    height: 12px;
  }
}

@media (max-width: 767.98px) {
  .testemonials-slider .swiper-pagination-bullet {
    width: 80px;
    height: 10px;
  }
}

@media (max-width: 576.98px) {
  .testemonials-slider .swiper-pagination-bullet {
    width: 60px;
    height: 7px;
  }
}

.footer {
  background: url(../images/footer-bg.png) no-repeat center;
  background-size: cover;
  padding: 4rem 2rem 7rem;
  text-align: center;
}

.footer-logo {
  width: 160px;
}

.footer-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #ffffff;
}

.footer a {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 1rem;
}

.footer a:hover {
  text-decoration: none;
}

@media (max-width: 670px) {
  .footer a {
    display: block;
  }
}

.family-memeber-page {
  background: url(../images/family-memeber-page-bg.png) no-repeat top center,
    url(../images/Bani-Hajar-bg.png) no-repeat 0 13%;
  background-size: 80%, 50%;
}

.Bani-Hajar-info {
  padding: 8rem 0 10rem;
}

.Bani-Hajar-Family-img {
  display: block;
  width: 80%;
  margin: 4rem auto;
}

@media (max-width: 1366px) {
  .Bani-Hajar-info {
    padding: 3rem 0 6rem;
  }
}

@media (max-width: 991.98px) {
  .family-memeber-page {
    background: url(../images/family-memeber-page-bg.png) no-repeat top center;
    background-size: 80%;
  }

  .Bani-Hajar-info {
    padding: 3rem 0;
  }

  .Bani-Hajar-Family-img {
    width: 100%;
    margin: 2rem auto;
  }
}

.breadcrumb-wrapper {
  position: relative;
  background: url(../images/breadcrumb-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 3rem 0;
}

.breadcrumb-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.breadcrumb-wrapper .breadcrumb {
  background-color: transparent;
  position: relative;
  z-index: 5;
}

.breadcrumb-wrapper .breadcrumb-item {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}

.breadcrumb-wrapper .breadcrumb-item a {
  color: #e8823a;
  font-weight: bold;
  font-size: 20px;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #ffffff;
  content: "/";
}

.form-control {
  border-radius: 0;
  border-color: #252b41;
  font-size: 18px;
  font-weight: bold;
  color: #2a190c;
  background-color: #fefefe;
}

.form-control::placeholder {
  color: #2a190c;
}

.form-control:focus {
  color: #2a190c;
  background-color: #fff;
  border-color: #e8823a;
  background-color: #e8823a26;
  border-width: 2px;
  outline: 0;
  box-shadow: none;
}

input.form-control {
  height: 46px;
}

@media (min-width: 480px) {
  .mr-n3 {
    margin-top: -3rem;
  }
}

.company-img-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}

.company-img-wrapper img {
  max-width: 100%;
  width: 48%;
  margin: 1%;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0 0 5px #e5973e;
}

.company-img-wrapper img:hover {
  transform: scale(1.3) rotate(2deg);
  box-shadow: 0 0 15px #e5973e;
  padding: 0;
}

.blog-date {
  color: #252b41;
}

.Bani-Hajar-Family-img text {
  cursor: pointer;
}

.Bani-Hajar-Family-img text:hover {
  fill: #6f5e5a;
}
