﻿header #header-text-white .nav-link {
  color: #fff;
  font-size: 18px;
}
header #header-text-black .nav-link {
  color: #000;
  font-size: 18px;
}
header .home-nav {
  margin-bottom: 20px;
}
header .home-nav .navbar-nav-scroll {
  overflow: unset;
}
header .home-nav .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 4px 4px 10px #838383;
}
:target {
    scroll-margin-top: 13rem;
}
@media (max-width: 1199.98px) {
  header .navbar-brand img {
    width: 100px;
  }
}
@media (max-width: 991.98px) {
  header .navbar-brand img {
    width: 50px;
  }
}

.dropdown-item:active {
  background-color: #DACCBD;
}

.dropdown-toggle::after {
  content: ">" !important;
  border: unset !important;
  transform: rotate(-90deg);
  margin-top: -2px;
  vertical-align: -0.1em !important;
  color: #B5997A;
  font-weight: 800;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}

.shrink:has(#header-text-black) {
  background-color: #fff;
  box-shadow: 4px 0px 10px #DACCBD;
}

.shrink:has(#header-text-white) {
  background-color: #7A1324;
  box-shadow: 4px 0px 10px #DACCBD;
}

.fixed-top:has(#header-text-black):has(.show) {
  background-color: #fff;
}

@media (max-width: 1199.98px) {
  .fixed-top:has(#header-text-white) {
    background-color: #7A1324;
	  	width:100%;
  }
}

footer {
  color: #fff;
  background: url("/image/footer-bg.jpg");
  background-size: cover;
}
@media (max-width: 991.98px) {
	footer .col-6 {
		width:40% !important;
	}
}
@media (max-width: 575.98px) {
  footer {
    padding: 0px 10px;
  }
}
footer p {
  margin-bottom: 0;
}
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
footer a:hover {
  color: #B5997A;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer b {
  display: block;
}
@media (max-width: 991.98px) {
  footer .address-text {
    width: 100% !important;
    text-align: center;
  }
}
footer .address-text p {
  font-size: 13px;
}
footer .width-6 {
  width: 6% !important;
}
@media (max-width: 991.98px) {
  footer .width-6 {
    width: 32% !important;
  }
}
footer .col-lg-1 {
  width: 13%;
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 991.98px) {
  footer .col-lg-1 {
    width: 32%;
	  padding-right: 12px;
	  padding-left: 12px;
  }
}
footer .social-media {
  padding-top: 10px;
}
footer .social-media li {
  display: inline-block;
}
footer .copy-write {
  font-size: 15px;
  text-align: center;
  padding: 50px 0px 20px;
}

html {
  direction: rtl;
}

body {
  overflow-x: hidden !important;
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
	width: 100vw;
}

h1 {
  font-family: "Alexandria", serif;
  font-weight: 500;
  font-size: 60px;
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-family: "Alexandria", serif;
  font-weight: 700;
}

h3 {
  font-size: 80px;
  font-weight: 700;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #B5997A;
}

.text-white {
  color: #fff;
}

.text-brown {
  color: #B5997A;
}

.text-red {
  color: #AA1F24;
}

.border-bottom {
  border-bottom: 3px dotted #AA1F24 !important;
  border-top: unset !important;
  opacity: 1;
}

.border-left {
  border-left: 2px dotted #AA1F24 !important;
  border-top: unset !important;
  opacity: 1;
  padding-left: 10px;
  margin-top: 10px;
}

@media (max-width: 991.98px) {
  .mobile-reverse {
    flex-flow: column-reverse;
  }
}

.primary-img-label h1 {
  text-align: center;
  padding: 10% 0;
  font-size: 70px;
  margin-bottom:0px;
}

@media (max-width: 575.98px) {
  .primary-img-label h1 {
    font-size: 24px;
   
  }
}


.btn-ayaan {
  background-color: #B5997A;
  color: #7A1324;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  display: inline-block;
}
.btn-ayaan:hover {
  color: #fff;
}

.btn-ayaan-back {
  border: 1px solid #B5997A;
  color: #7A1324;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
}
.btn-ayaan-back:hover {
  color: #B5997A;
}

@media (max-width: 1199.98px) {
  .main-container {
    margin-top: 10.5srem;
  }
}
@media (max-width: 991.98px) {
  .main-container {
    margin-top: 5rem;
  }
}

.banner-container {
  position: relative;
}
.banner-container .text-content {
  position: absolute;
  bottom: 20rem;
  width: 500px;
  overflow-wrap: break-word;
}
@media (max-width: 1670px) {
  .banner-container .text-content {
    bottom: 15rem;
  }
}
@media (max-width: 1563px) {
  .banner-container .text-content {
    bottom: 10rem;
  }
}
@media (max-width: 1440px) {
  .banner-container .text-content {
    bottom: 5rem;
    width: 360px;
  }
}
@media (max-width: 575.98px) {
  .banner-container .text-content {
    width: 90%;
    bottom: 3.5rem;
  }
}
.banner-container .text-content h1 {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 50px;
  text-shadow: 4px 4px 7px #000000;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .banner-container .text-content h1 {
    font-size: 2.7rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .banner-container .text-content h1 {
    font-size: 1.7rem;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .banner-container .text-content .banner-btn {
    text-align: center;
  }
}
.banner-container .text-content .btn-ayaan {
  font-size: 20px;
  padding: 10px 20px;
}
@media (max-width: 575.98px) {
  .banner-container .text-content .btn-ayaan {
    font-size: 15px;
    padding: 5px 10px;
  }
}
.banner-container .slick-dotted {
  margin-bottom: 0px !important;
}
.banner-container .slick-dots {
  bottom: 25px !important;
}
@media (max-width: 575.98px) {
  .banner-container .slick-dots {
    bottom: 5px !important;
  }
}

.service-container {
  background-color: #DACCBD;
}
@media (max-width: 767.98px) {
	.service-container .row>* {
		margin-right: 0px !important;
		margin-left: 0px !important;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}

.service-container .row {
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
}


.nav-pills {
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .nav-pills {
    justify-content: space-around;

  }
}
@media (max-width: 575.98px) {
  .nav-pills {
      padding-left: 20px;
      padding-right: 10px;
	}
}
.nav-pills .nav-link {
  padding: 20px;
  color: #AA1F24 !important;
  font-weight: 500;
  border-radius: 100px;
}
.nav-pills .nav-link:hover {
 box-shadow: 4px 4px 10px #838383;
}
@media (max-width: 575.98px) {
  .nav-pills .nav-link {
     max-width: 140px;
     padding: 11px;
  }
}
.nav-pills img {
  padding-bottom: 20px;
}
@media (max-width: 575.98px) {
  .nav-pills img {
    padding-bottom: 5px;
    width: 40px;
  }
}
.nav-pills .active {
  background-color: #fff !important;
}

@media (max-width: 1199.98px) {
  .tab-content {
    height: 240px;
    padding: 0px 10px;
  }
}

.tab-pane p {
  margin-bottom: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
@media (max-width: 1440px) {
  .tab-pane p {
    margin-bottom: 4rem;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 1199.98px) {
  .tab-pane p {
    -webkit-line-clamp: 3;
  }
}

.figure-content h3 {
  display: inline-block;
}
@media (max-width: 575.98px) {
  .figure-content h3 {
    font-size: 35px;
  }
}
.figure-content p {
  color: #AA1F24;
}
.figure-content .figure-text {
  color: #AA1F24;
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .figure-content .figure-text {
    font-size: 15px;
  }
}

.achievements-container {
  padding: 50px 0;
}
@media (max-width: 991.98px) {
  .achievements-container {
    padding: 0px;
  }
}

.market-container {
  background: url("/image/market-bg.jpg");
  background-size: cover;
}
.market-container b {
  display: block;
}

.insights-container p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.insights-container h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
   min-height: 50px;
}
.insights-container .insight-item {
  padding: 0 20px;
}
.insights-container a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.insight-item img {
	height:200px
}
@media (max-width: 1199.98px) {
	.insight-item img {
		height:125px
	}
}
@media (max-width: 575.98px) {
	.insight-item img {
		height:100px
	}
}
.slick-prev {
  left: -50px;
}
@media (max-width: 1440px) {
  .slick-prev {
    left: -25px;
  }
}
@media (max-width: 991.98px) {
  .slick-prev {
    left: -15px;
  }
}
@media (max-width: 575.98px) {
	 .slick-prev {
	display: none;
	}
}
.slick-prev:before {
  content: ">" !important;
  color: #B5997A !important;
  font-size: 50px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991.98px) {
  .slick-prev:before {
    display: none;
  }
}

.slick-next {
  right: -50px;
}
@media (max-width: 1440px) {
  .slick-next {
    right: -25px;
  }
}
.slick-next:before {
  content: "<" !important;
  color: #B5997A !important;
  font-size: 50px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991.98px) {
  .slick-next:before {
    display: none;
  }
}

.ml10 {
  position: relative;
  font-weight: 900;
  font-size: 4em;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}

.margin-top {
  margin-top: 10rem;
}
@media (max-width: 991.98px) {
  .margin-top {
    margin-top: 6rem;
  }
}

.padding-y-5 {
  padding: 5rem 0;
}
@media (max-width: 991.98px) {
  .padding-y-5 {
    padding: 1rem 0;
  }
}

.bg-red {
  background: url("/image/footer-bg.jpg");
  background-size: cover;
}

.border-bottom-white {
  border-bottom: 2px dotted #fff;
}
@media (max-width: 991.98px) {
  .border-bottom-white {
    border-bottom: 0px;
  }
}

.border-left-white {
  border-left: 2px dotted #fff;
}
@media (max-width: 991.98px) {
  .border-left-white {
    border-left: 0px;
    border-bottom: 2px dotted #fff;
  }
}

@media (max-width: 991.98px) {
  .align-items-start {
    align-items: unset !important;
    justify-content: center;
  }
}

.col {
  max-width: 25%;
}
@media (max-width: 1199.98px) {
  .col {
    flex: 0 0 auto;
    max-width: 30%;
    margin: 5px;
  }
}
@media (max-width: 575.98px) {
  .col {
    max-width: 50%;
    margin: 0;
  }
  .col p {
    font-size: 13px;
  }
  .col small {
    font-size: 10px;
  }
}

.item-content {
  position: relative;
}
.item-content .item-desc {
  position: absolute;
  bottom: 10px;
  color: #fff;
  text-align: center;
  width: 100%;
  max-height: 200px;
  min-height: 90px;
}
@media (max-width: 575.98px) {
  .item-content .item-desc {
    padding: 0px 5px;
  }
}
.item-content .item-desc p {
  margin: 0 5px;
}
@media (max-width: 575.98px) {
  .item-content .item-desc p {
    font-size: 13px;
  }
}
.item-content .item-desc small {
  word-wrap: break-word;
  margin: 0 5px;
}
@media (max-width: 575.98px) {
  .item-content .item-desc small {
    font-size: 10px;
  }
}

.banner-inner {
  position: relative;
  //left: -12rem;
}
@media (max-width: 1199.98px) {
  //.banner-inner {
    left: -10px;
  }
}
@media (max-width: 991.98px) {
  .banner-inner {
    left: 0px;
  }
}

.w-140 {
  width: 100% !important;
}
@media (max-width: 1199.98px) {
  .w-140 {
    width: 100% !important;
  }
}

@media (max-width: 1199.98px) {
  .report-content .text-end {
    text-align: left !important;
  }
}
@media (max-width: 1199.98px) {
  .report-content .pt-5 {
    padding-top: 0rem !important;
  }
}
.report-content .list-view .item-detail {
  width: 100% !important;
}

.accordion-button:not(.collapsed) {
  background-color: #DACCBD;
}
.accordion-button:not(.collapsed) h4 {
  font-family: "Poppins", sans-serif;
  color: #AA1F24;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23AA1F24' d='M8.2 275.4c0-8.6 3.4-17.401 10-24.001c13.2-13.2 34.8-13.2 48 0l451.8 451.8l445.2-445.2c13.2-13.2 34.8-13.2 48 0s13.2 34.8 0 48L542 775.399c-13.2 13.2-34.8 13.2-48 0l-475.8-475.8c-6.8-6.8-10-15.4-10-24.199'/%3E%3C/svg%3E") !important;
}

.accordion-button {
  background-color: #AA1F24;
}
.accordion-button h4 {
  font-family: "Poppins", sans-serif;
  color: #B5997A;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23b5997a' d='M8.2 275.4c0-8.6 3.4-17.401 10-24.001c13.2-13.2 34.8-13.2 48 0l451.8 451.8l445.2-445.2c13.2-13.2 34.8-13.2 48 0s13.2 34.8 0 48L542 775.399c-13.2 13.2-34.8 13.2-48 0l-475.8-475.8c-6.8-6.8-10-15.4-10-24.199'/%3E%3C/svg%3E") !important;
}

.card-item {
  border: 2px solid #7A1324;
  border-radius: 10px;
  min-height: 205px;
}
.card-item h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
   min-height: 40px;
}
.card-item .btn-ayaan {
  font-size: 15px;
}

.news-content {
  //display: grid;
  //grid-template-columns: repeat(4, 1fr);
  //grid-gap: 5px;
  //grid-auto-rows: auto;
}
.news-content .new-item {
  border: 1px solid #DACCBD;
  border-radius: 10px;
}
.new-item img {
	height: 250px !important;
	border-radius: 10px;
}
@media (max-width: 767.98px) {
	height: 100% !important;
}

.news-content .new-desc {
  padding: 10px;
}
.news-content .new-desc .desc {
  height:100px;
	display:block;
}
.news-content .new-desc strong {
  color: #AA1F24;
}
.news-content .new-desc h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-content .new-desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-content > .new-item:nth-child(6) {
  position: relative;
  grid-column: 3/5;
}
.news-content > .new-item:nth-child(6) .new-desc {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  width: 100%;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.news-content > .new-item:nth-child(6) .new-desc strong {
  color: #fff;
}
.news-content > .new-item:nth-child(6) .w-100 {
  height: 100% !important;
  border-radius: 10px;
}
.news-content > .new-item:first-child {
  //position: relative;
  //grid-column: 1/3;
}
.news-content > .new-item:first-child img {
	height: auto !important;
}

.news-content > .new-item:first-child .new-desc {
  //position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  width: 100%;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.news-content > .new-item:first-child .new-desc strong {
  color: #fff;
}
.news-content > .new-item:first-child .w-100 {
  height: 100%;
  border-radius: 10px;
}
.news-content > .new-item:nth-child(4n) {
  grid-column: auto;
}
.news-content > .new-item:nth-child(4n) .new-desc {
  position: relative;
  background-color: unset;
  color: #000;
}
.news-content > .new-item:nth-child(4n) .new-desc strong {
  color: #AA1F24;
}
.news-content > .new-item:nth-child(4n) .w-100 {
  height: auto;
  border-radius: unset;
}

.reverse-column {
  flex-direction: row-reverse;
}

form .input-text {
  border: none !important;
  border-bottom: 1px solid #ced4da !important;
  border-radius: 0px !important;
}
form .form-check-input:checked {
  background-color: #AA1F24;
  border-color: #AA1F24;
}

.signature {
  position: relative;
}
.signature .sign {
  background: #FBFBFC;
  border: 1px solid #ced4da;
  border-radius: 6px;
  width: 100%;
  height: 175px;
}
.signature #signature-trash {
  font-weight: 700;
  border: none;
  outline: none;
  font-size: clear;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.success {
  text-align: center;
  height: 23vh;
  margin-top: 20rem;
}
@media (max-width: 991.98px) {
  .success {
    margin-top: 13rem !important;
  }
}
@media (max-width: 575.98px) {
  .success {
    margin-top: 10rem !important;
  }
}

.add-btn {
  border: none;
  outline: none;
  background-color: #AA1F24;
  color: #DACCBD;
  border-radius: 30px;
  font-size: 30px;
  padding: 0px 10px;
}

.remove-btn {
  border: none;
  outline: none;
  background-color: #AA1F24;
  color: #DACCBD;
  border-radius: 30px;
  font-size: 30px;
  padding: 0px 12px;
}

.complaints-content {
  font-family: "Tajawal", sans-serif;
}

lang {
  color: white;
  text-decoration: none;
}

.sw-theme-arrow > .nav {
  color: #b5997a !important;
}

.sw > .nav .nav-link > .num {
  color: #b5997a !important;
  font-weight: normal;
}

.sw-theme-basic > .nav .nav-link.active::after {
  background: #AA1F24 !important;
}

.sw-theme-basic > .nav .nav-link.done::after {
  background: #FFCCCB !important;
}

.sw .toolbar > .sw-btn {
  background-color: #b5997a !important;
  border-width: 0 !important;
  border: 0px !important;
}

.sw > .progress > .progress-bar {
  background-color: #AA1F24 !important;
}

.sw-theme-arrows > .nav .nav-link {
  position: relative;
  height: 100%;
  padding: 10px;
  margin-right: 30px;
  margin-left: -30px;
  padding-left: 50px;
  transition: all 0.5s ease-in-out;
}

.truncated-text {
  max-height: 1rem; /* Adjust the maximum height as needed */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer; /* Add cursor pointer to indicate clickable */
}

.sw-theme-arrows > .nav .nav-link {
  color: transparent !important;
  border-color: #b5997a !important;
  background-color: transparent !important;
  cursor: pointer;
}

.linktoform {
  padding-bottom: 20px;
}

.form-img {
  padding: 20px;
  border-radius: 10px;
}
.form-img:hover {
    //background-color: #B5997A;
    transform: scale3d(1.1, 1.1, 0.3);
}
.form-img:hover h6 {
  color: #7A1324;
}
.form-img img {
    width: 100px;
    height: 100px;
}

@media (max-width: 991.98px) {
  .news-content {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .news-content .new-desc p {
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 991.98px) {
  .news-content .new-desc .pt-5 {
    padding-top: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .js-count-up{
	max-width: 200px;
  }
}

.pagination .page-link {
	color:#7a1324 !important;
}
.pagination .active>.page-link, .page-link.active  {
	color:#7a1324 !important;
	background-color: #b5997a !important;
	border-color: #b5997a !important;
}
@media (max-width: 991.98px) {
  .w-130 {
    width: 100%;
  }
}
#conmap {
  width: 140%;
  height: 700px;
}
@media (max-width: 1440px) {
  #conmap {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  #conmap {
    height: 500px;
  }
}
@media (max-width: 575.98px) {
  #conmap {
    height: 300px;
  }
}
#conmap #mapcontent {
  max-width: 150px;
}
@media (max-width: 991.98px) {
  #conmap #mapcontent {
    max-width: 300px;
  }
}
#conmap #mapcontent .firstHeading {
  text-decoration: none;
  font-weight: 800;
  color: #7A1324;
  font-size: 20px;
}
@media (max-width: 575.98px) {
  #conmap #mapcontent .firstHeading {
    font-size: 18px;
  }
}
#conmap #mapcontent #bodyContent {
  padding-top: 10px;
  color: #7A1324;
}
.insight-item span {
    min-height: 55px;
    display: block;
}
a.nav-link:hover {
    text-decoration: underline;
    font-weight: 600;
}
.card:hover {
	box-shadow: 1px 1px 10px #838383;
}
.primary-btn {
	font-size:12px;
	display:block;
	width: 120px;
    padding-bottom: 10px;
}
/*# sourceMappingURL=style.css.map */

.primary-service-content {
	position: relative;
	overflow:hidden;
}
@media only screen and (min-width: 800px) and (max-width: 1200px) {
	.primary-img {
		height: 560px;
        overflow: hidden;
	}
}
.service-primary-img {
	position: absolute;
	right: 0;
    top: 0;
	width: 50%;
}

.service-primary-img {
  animation: zoom-in-zoom-out 1s ease;
}
@media (max-width: 800px) {
	.service-primary-img {
		width: 100%;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1200px) {
	.service-primary-img {
		width: 100%;
		height: 560px;
        overflow: hidden;
	}
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 90%;
  }
  50% {
    scale: 100%;
  }
  100% {
    scale: 100%;
  }
}
