﻿@charset "utf-8";

.article {
  background-image: url("../img/servbg.svg");
  background-repeat: repeat;
  background-size: 700px;
}

ul {
  margin-right: unset !important;
}

.nav-item {
  margin-left: 22px;
  font-family: sans-serif;
  font-weight: 800;
  color: white;
  padding-right: 10px;
}

.search {
  margin-right: 1047px;
}

.nav-link {
  color: white !important;
  text-align: right;
}

.navbar {
  background-color: #00000069;
  height: 90px;
  background-image: url(../img/brand1.svg);
  background-repeat: no-repeat;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
}

.black-header {
  background-color: black;
}

h3 {
  opacity: 0;
}


.breadcumb {
  width: 100%;
  height: 403px;
  position: relative;
  z-index: 1;
  padding-top: 130px;
  text-align: center;
}

.bg-img {
  background-image: url(../img/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.line-1 {
  margin-bottom: 20px;
  margin-top: 2rem;
}

.line-2 {
  margin-bottom: 20px;
}

/*------------------------------------------------*/


.card-title {
  margin-left: 1rem;
  margin-top: 1rem;
}

.nav-link:hover {
  color: #ccc0a1 !important;
  /*background-color:rgb(0 0 0 / 0.65)*/
}

.fab:hover {
  color: #ccc0a1 !important;
}

@font-face {
  font-family: "GEMBMBBold-CondensedBold";
  src: url("../fonts/GEMBMBBold-CondensedBold.eot");
  /* IE 9 */
  src: url("../fonts/GEMBMBBold-CondensedBold.eot?") format("eot"),
    /* IE 6-8 */
    url("../fonts/GEMBMBBold-CondensedBold.otf") format("opentype"),
    /* Other browsers */
    url("../fonts/GEMBMBBold-CondensedBold.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/GEMBMBBold-CondensedBold.woff") format("woff"),
    url("../fonts/GEMBMBBold-CondensedBold.svg#GEMBMBBold-CondensedBold") format("svg");
}

.article h1 {
  font-family: "lusail-Regular";
  font-size: 22px;
  color: #6f463b;
  padding-top: 4px;
  text-shadow: 0px 1px 0px rgb(255 255 255);
}

@font-face {
  font-family: "jannaltbold";
  src: url("../fonts/JannaLT-Regular.eot");
  /* IE 9 */
  src: url("../fonts/JannaLT-Regular.eot?") format("eot"),
    /* IE 6-8 */
    url("../fonts/JannaLT-Regular.otf") format("opentype"),
    /* Other browsers */
    url("../fonts/JannaLT-Regular.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/JannaLT-Regular.woff") format("woff"),
    url("../fonts/JannaLT-Regular.svg#JannaLT-Regular") format("svg");
}

.article h8 {
  font-family: "lusail-Regular";
}

@font-face {
  font-family: "Lusail-Regular";
  src: url("../fonts/Lusail-Regular.eot");
  /* IE 9 */
  src: url("../fonts/Lusail-Regular.eot?") format("eot"),
    /* IE 6-8 */
    url("../fonts/Lusail-Regular.otf") format("opentype"),
    /* Other browsers */
    url("../fonts/Lusail-Regular.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url('../fonts/Lusail-Regular.woff') format('woff'),
    url("../fonts/Lusail-Regular.svg#Lusail-Regular") format("svg");
}

.article h7 {
  font-family: "lusail-Regular";
}

.article h5 {
  font-family: "jannaltbold";
  margin: 25px auto;
  font-size: 20px;
}

.article h4 {
  font-family: "lusail-Regular";
  font-size: 16px;
}

.main-title {
  position: absolute;
  right: 13%;
  top: 190px;
  text-shadow: 0px 1px 0px white;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

.navbar-light .navbar-toggler {
  color: rgb(255 255 255);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: unset !important;
}

.fa {
  font-size: 20px !important;
}

@media only screen and (max-width: 991px) {
  #navbarNav {
    background-color: rgb(0 0 0 / 0.75);
    margin-top: 2px;
    box-shadow: 1px 1px 1px 1px white;
  }
}

.fa {
  font-size: 3rem;
}

/*Animated navbar-toggler------------------------------------------*/

.navbar-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  transition: 0.1s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-toggler span {
  margin: 0;
  padding: 0;
}

.toggler-icon {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 1px;
  opacity: 1;
  right: 10px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.middle-bar {
  margin-top: 0px;
}

/*----------------when click navigation--------------------*/
.navbar-toggler .top-bar {
  margin-top: 0px;
  transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  margin-top: 0px;
  transform: rotate(-135deg);
}

.navbar-toggler.collapsed .top-bar {
  margin-top: 20px;
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  margin-top: -20px;
  transform: rotate(0deg);
}

@media only screen and (max-width: 768px) {
  video {
    width: 327px;
    height: 220px;
  }

  .adv-bg {
    height: 30.7vh !important;
  }

  .card-div {
    width: 50%;
  }
}



.modal-dialog {
  margin-top: 45% !important;
}



span.audio-1 {
  font-size: 16px !important;
}

.accordion-button::after {
  left: 90% !important;
}

/*.text-muted {
    font-size: 10px;
  }*/
span.activity-btn {

  font-size: 18px !important;

}

.sub-title {
  /*font-size: 14px !important;*/
  padding-top: 10px !important;
}

h1 {
  font-size: 20px !important;
}

.article h1 {
  font-family: "lusail-Regular";
  font-size: 22px;
  color: #6f463b;
  padding-top: 4px;
  text-shadow: 0px 1px 0px rgb(255 255 255);
}


.card__inner {
  height: 157px !important;
  width: 134px !important;
}

.card.is-collapsed .card__expander {
  width: 100% !important;
}

.img-icon {
  width: 80px !important;
  height: 80px !important;
}

.SocialMedia {
  background-color: #fff;
  justify-content: center;
  border-radius: 0 !important;
}

.fab {
  color: black;
}

/* .show {
    display: flex;
    justify-content: right;
  } */
.card:nth-of-type(3n + 2) .card__expander {
  margin-left: calc(-100% - 30px);
}

.card:nth-of-type(3n + 3) .card__expander {
  margin-left: calc(-100% - 60px);
}

.card:nth-of-type(3n + 2) .card__expander__right {
  margin-left: calc(-100% - 30px);
}

.card:nth-of-type(3n + 3) .card__expander__right {
  margin-left: calc(-100% - 60px);
}

.card:nth-of-type(3n + 4) {
  clear: left;
}

.card__expander {
  width: 100% !important;
}

.card__expander__right {
  width: calc(300% + 60px);
}

.navbar {
  height: 70px;
}

.navbar-brand {
  background: url(../img/brand1.svg) !important;
  background-size: 240px !important;
  background-position: 0, 100% !important;
  background-repeat: no-repeat, no-repeat !important;
}

.navbar {
  background-image: unset;
  background-size: 240px !important;
  background-position: 0, 100% !important;
  background-repeat: no-repeat, no-repeat !important;
}

.card:nth-of-type(2n + 2) .card__expander {
  margin-left: calc(-100% - 30px);
}

.card:nth-of-type(2n + 3) {
  clear: left;
}

.card__expander__right {
  width: calc(200% + 30px);
}


.navbar-brand {
  margin-right: unset;
}

.brand-img {
  width: 350px;
}

.text-muted {
  margin: unset !important;
  line-height: 2 !important;
}

.show2 {
  display: flex;
  justify-content: right;
  padding-bottom: 10px;
  position: absolute;
  top: 70px;
  width: 50%;
  right: 0;
}

.navbar-nav {
  padding: unset;
}

.SocialMedia {
  padding-right: 10px;
  border: 0px solid;
  border-radius: 10px 0px 0px 10px;
}

.SocialMedia a {
  padding-right: 5px;
  padding-top: 2px;
}

/*-------------- Cards-animation--------------*/
.card-1 {
  margin: 10px 10px;
  transition: transform 0.5s;
  animation: 1700ms ease-in-out 0s 1 fadeIn-9;
}

.card-2 {
  margin: 10px 10px;
  transition: transform 0.5s;
  animation: 1500ms ease-in-out 0s 1 fadeIn-8;
}

.card-3 {
  margin: 10px 10px;
  transition: transform 0.5s;
  animation: 1300ms ease-in-out 0s 1 fadeIn-7;
}

.card-4 {
  margin: 10px 10px;
  transition: transform 0.5s;
  animation: 1100ms ease-in-out 0s 1 fadeIn-6;
}

@keyframes fadeIn-1 {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn-2 {
  0% {
    opacity: 0;
    transform: translateY(12%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn-3 {
  0% {
    opacity: 0;
    transform: translateY(14%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn-4 {
  0% {
    opacity: 0;
    transform: translateY(16%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn-5 {
  0% {
    opacity: 0;
    transform: translateY(18%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn-6 {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn-7 {
  0% {
    opacity: 0;
    transform: translateY(22%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn-8 {
  0% {
    opacity: 0;
    transform: translateY(24%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn-9 {
  0% {
    opacity: 0;
    transform: translateY(26%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*--------------End Cards-animation--------------*/

.wrapper {
  margin: 5em auto;
  max-width: 1000px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
}

.header {
  padding: 30px 30px 0;
  text-align: center;
}

.header__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.1;
}

.header__subtitle {
  margin: 0;
  font-size: 1.5em;
  color: #949fb0;
  font-family: "Yesteryear", cursive;
  font-weight: 500;
  line-height: 1.1;
}

.cards {
  padding: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.card__inner {
  width: 100%;
  padding: 30px;
  position: relative;
  cursor: pointer;
  background-color: #949fb0;
  color: #eceef1;
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.card__inner:after {
  transition: all 0.3s ease-in-out;
}

.card__inner .fa {
  width: 100%;
  margin-top: 0.25em;
}

.card__expander {
  transition: all 0.2s ease-in-out;
  background-color: #333a45;
  width: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #eceef1;
  font-size: 1.5em;
}

.card__expander .fa {
  font-size: 0.75em;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.card__expander .fa:hover {
  opacity: 0.9;
}

.carousel-control-next-icon,
.carousel-control-prev-icon:hover {
  background-color: unset !important;
}

.card.is-collapsed .card__inner:after {
  content: "";
  opacity: 0;
}

.card.is-collapsed .card__expander {
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
}

.card.is-expanded .card__inner {
  background-color: #1abc9c;
}

.card.is-expanded .card__inner:after {
  content: "";
  opacity: 1;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -85px;
  left: calc(50% - 15px);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #92835f;
}

.card.is-expanded .card__inner .fa:before {
  content: "";
}

.card.is-expanded .card__expander {
  max-height: 1000px;
  min-height: 150px;
  overflow: visible;
  margin-top: 11px;
  opacity: 1;
  margin-bottom: 20px;
}

.card.is-expanded:hover .card__inner {
  transform: scale(1);
}

/* .card.is-inactive .card__inner {
    /*pointer-events: none;
    opacity: 0.5;
} */

.card.is-inactive:hover .card__inner {
  background-color: #949fb0;
  transform: scale(1);
}

@media only screen and (max-width: 991px) {
  .navbar-brand {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
  }

  .expanded-item {
    width: 100% !important;
  }

  .brand-img {
    width: 270px !important;
    margin-right: -54px;
    margin-top: -9px;
  }
}

@media screen and (max-width: 820px) {
  div#accordionExample {
    width: 100% !important;
  }

  .accordion-body {
    height: 600px !important;
  }

  .accordion-button::after {
    left: 46px !important;
  }

  span.audio-1 {
    font-size: 15px !important;
  }

  .main-title {
    right: 62% !important;
  }

  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    height: 66px !important;
    width: 8% !important;
  }
}

@media screen and (max-width: 768px) and (max-width: 991px) {
  .main-title {
    right: 44%;
  }


  .accordion-body {

    height: 453px !important;
  }

  .card:nth-of-type(2n + 2) .card__expander {
    margin-left: calc(-100% - 30px);
  }

  .navbar-nav {
    /*background-color: #363636;*/
    border-bottom-left-radius: 20px;
  }

  .card:nth-of-type(2n + 3) {
    clear: left;
  }

  h6 {
    font-size: 12px !important;
  }

  .card-1 {
    width: 130px !important;
  }

  .card-inside {
    width: 130px !important;
  }
}

@media only screen and (max-width: 414px) {

  div#collapseOne {
    height: 159px;
  }

  #navbarNav {
    margin-right: unset !important
  }

  .accordion-body {
    height: 148px !important;
  }

  .main-title {
    right: 44% !important;
  }

  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    height: 66px !important;
    width: 15% !important;
  }

  .brand-img {
    width: 250px !important
  }

}

@media screen and (max-width: 325px) {
  .card__inner {
    height: 120px !important;
    width: 103px !important;
  }

  a.activities-link {
    line-height: 0px;
  }

  span.activity-btn {
    font-size: 15px !important;
  }

  .sub-title {
    font-size: 11px !important;
    padding-top: 13px !important;
  }

  .navbar-collapse {
    flex-basis: unset;
    flex-grow: unset;
    align-items: center;
    position: absolute;
    top: 97%;
    right: 0;
    width: 53% !important;
  }

  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    height: 66px !important;
    width: 22% !important;
  }

  .main-title {
    right: 32% !important;
    top: 239px !important;
  }

  .article h5 {
    font-size: 16px;
    margin: 10px auto;
  }
}


@media only screen and (max-width: 991px) {
  .navbar-brand {
    background: url(../img/brand1.svg), url(../img/brand2.svg);
    background-size: 240px !important;
    background-position: 0, 100% !important;
    background-repeat: no-repeat, no-repeat !important;
  }

  div#accordionExample {
    width: 100% !important;
  }

  #navbarNav {
    margin-right: unset !important
  }

  .navbar {
    height: 70px;
  }

  .navbar {
    background-image: unset;
    background-size: 240px !important;
    background-position: 0, 100% !important;
    background-repeat: no-repeat, no-repeat !important;
  }
}

@media only screen and (max-width: 1315px) {
  .main-title {
    position: absolute;
    right: 67%;
    top: 190px;
    text-shadow: 0px 1px 0px white;
  }
}

@media only screen and (max-width: 795px) {
  .main-title {
    position: absolute;
    right: 67%;
    top: 190px;
    text-shadow: 0px 1px 0px white;
  }
}

.card__inner {
  background-color: unset;
  color: #000;
  padding: unset !important;
  background-image: url(../img/bgserv2.3d9b6e08652f45bc6f05.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
  width: 153px;
  display: flex;
  align-content: center;
  justify-content: center;
  box-shadow: 0 0 5px rgb(0 0 0 / 70%);
}

.card.is-expanded .card__inner {
  background-color: #1abc9c;
  color: white;
}

.card__inner:hover {
  transform: scale(1.05);
}

.cards .col-lg-2 {
  display: block !important;
  text-align: center;
}

.card {
  display: flex !important;
  border: none;
  background-color: transparent;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.img-icon {
  height: 60px;
}

h6 {
  color: #000000;
}

a {
  text-decoration: none;
}

.card__expander {
  border: 5px solid;
  -o-border-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 1%, #86764e 50%, hsla(0, 0%, 100%, 0)) 100% 0 100% 0/3px 0 3px 0 stretch;
  border-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 1%, #86764e 50%, hsla(0, 0%, 100%, 0)) 100% 0 100% 0/3px 0 3px 0 stretch;
  background: #ffffff;
}

.img-icon {
  padding: 10px;
  width: 100px;
  height: 100px;
  cursor: pointer;
  background-image: url("../img/servbg3.svg");
  background-size: 100px;
  border: 4px solid #fff !important;
  background-color: #fff;
  border-radius: 50% !important;
  box-shadow: 0 0 0 2px #bfaa84;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-icon:hover {
  filter: grayscale(90%);
}

.card__expander .fa {
  top: 6px;
  right: 9px;
  color: #fff;
}

.close-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -19px;
  right: -14px;
  background-color: #92835f;
  border-radius: 20px;
  cursor: pointer;
}

.expanded-item {
  width: 150px;
  display: grid;
  justify-content: center;
}

.card-icon {
  width: 70%;
}

.head-title {
  position: absolute;
  height: 45px;
  background-color: #86764e;
  top: 357px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 40px;
  text-align: center;
  background-image: url("../img/new1.svg"), url("../img/new2.svg");
  background-repeat: no-repeat;
  background-position: 100%, 0;
}

.sub-title {
  font-family: "lusail-Regular";
  font-size: 22px;
  color: rgb(255, 255, 255) !important;
  padding-top: 4px;
  text-shadow: none !important;
}

.txt-body-title {
  text-align: right;
  padding-top: 10px !important;
  font-size: 20px !important;
}

.txt-body {
  direction: rtl;
  font-size: 1.2em;
  text-align: justify;
  padding: 10px;
  line-height: 2;
  text-align: justify;
}

.article h2 {
  font-family: GEMBMBBold-CondensedBold, arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
  direction: rtl;
}

.txt-answer {
  line-height: 2;
  font-family: "jannaltbold";
  margin: unset;
  font-size: 14px;
  margin-bottom: 10px;
  direction: rtl;
}

.heading {
  line-height: 2;
  font-family: "jannaltbold";
  direction: rtl;
  font-size: 16px !important;
  margin: 10px auto !important;
}

.head-title-small {
  direction: rtl;
  font-weight: bold;
  font-size: 16px !important;
  margin: 10px auto !important;
}

.container.txt-container {
  margin-bottom: 3rem;
}

.head-body-title {
  text-align: center;
  padding-top: 20px !important;
}

.tbl-head {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

th {
  text-align: center;
  background-color: #000000 !important;
}

td {
  text-align: center;
}

table {
  margin: 55px auto !important;
}

h2 {
  font-size: 20px !important;
}

h5 {
  margin: 0;
  font-size: 16px;
}

.term {
  margin: 8px auto !important;
}

.table> :not(:first-child) {
  border-top: 5px solid #86764e;
}

/*---------------- header new style------------------------ */
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: none;
  position: fixed;
  top: 3px;
  right: 0px;
  height: 10%;
  background: #00000059;
  width: 13%;
  border-radius: unset;
  z-index: 1;
}

.toggler-icon {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background-color: #fff;
  border-radius: 1px;
  opacity: 1;
  right: 13px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

/* .show2{
  display: flex;
  justify-content: right;
  padding-bottom: 10px;
  position: absolute;
  top: 113px;
  width: 34%;
  right: 0px;
} */
@media only screen and (max-width: 991px) {
  .navbar-collapse {
    flex-basis: unset;
    flex-grow: unset;
    align-items: center;
    position: absolute;
    top: 97%;
    right: 0;
    width: 42%;
  }

  .navbar-nav {
    width: 100%;
  }
}

/*--------------------------- end style------------------------- */
.container.activities-container {
  margin: 2% auto;
}

a.activities-link.col-md-4 {
  text-align: center;
}

.activity-btn {
  display: inline-block;
}

span.activity-btn {
  font-family: 'GEMBMBBold-CondensedBold';
  font-size: 21px;
  padding-bottom: 10px;
}

a.activities-link {
  text-align: center;
  margin: 2px auto;
  width: auto;
}

span:hover {
  color: #86764e;
  background-color: #efeded;
}

.hover-underline-animation:after {
  content: '';
  position: absolute;
  width: 93%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0px;
  left: 12px;
  background-color: #ccc;
  transform-origin: bottom right;
  transition: transform 0.40s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #353535;
}

/*------------------------- audio-accordion--------------------------- */
h1.title-head {
  font-size: 20px;
  color: #ffffff;
  padding-top: 4px;
  text-shadow: unset;
}

.audio-1:hover {
  background-color: unset;
}

.container.bd-example {
  margin: 10px auto;
}

span.audio-1 {
  font-family: "jannaltbold";
  font-size: 20px;
  color: #000000;
  text-shadow: 0px 0px 4px #959595;
}

.accordion-button::after {
  background-image: url(../img/arrow-down.svg);
  position: relative;
  top: 4px;
}

button.accordion-button.collapsed {
  background-color: #dedede;
  background-image: url(../img/custom-1.svg), url(../img/custom-2.svg);
  background-repeat: no-repeat;
  background-position: 100%, 0;
}

div#accordionExample {
  margin: auto;
  width: 50%;
  margin-bottom: 10px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/arrow-down.svg);
  transform: rotate(-180deg);
  top: -2px;
}

.accordion-button:not(.collapsed) {
  background-color: #dedede;
  background-image: url(../img/custom-1.svg), url(../img/custom-2.svg);
  background-repeat: no-repeat;
  background-position: 100%, 0;
}

button.btn.btn-secondary {
  background-color: #857157;
}

.play-audio {
  width: 26px;
}

.btn {
  padding: unset;
}

.btn-primary {
  background-color: unset;
  border-color: transparent;
}

.btn-primary:hover {
  background-color: unset;
  border-color: transparent;
}

.btn-primary:focus {
  background-color: unset;
  border-color: transparent;
}

.accordion-body {
  padding: 0rem 1.25rem;
}

.modal-title {
  margin: auto !important;
  color: black;
  text-shadow: 0px 0px 4px #959595;
}

.accordion-body {
  overflow-y: scroll;
  height: 367px;
}

.modal-header {
  background-color: #dedede;
  padding: 9px 18px;
  background-image: url(../img/custom-1.svg), url(../img/custom-2.svg);
  background-repeat: no-repeat;
  background-position: 100%, 0;
  border-bottom: 3px solid #86764e;
}

.modal-footer {
  background-color: #dedede;
  border-top: 3px solid #86764e;
}

.modal-dialog {
  margin-top: 15%;
}

button.btn-close {
  background-image: url(../img/close-black.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 51px;


}

@media only screen and (max-width: 768px) {
  .card__expander {
    width: 90vw !important;
    margin: auto;
  }
}



/* CSS Document */
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
  width: fit-content;
}

.bg-nav {
  background-image: url(../img/logo.svg), url(../img/Brand.svg);
  background-repeat: no-repeat;
  background-size: 450px, 380px;
  background-position: top 6px right 20px, top 46px left 20px;
  height: 130px;
  position: sticky;
}

.bg-home {
  background-color: #999999;
  height: 55px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-top: -50px;
  justify-content: space-between;
}

.lang-btn {
  display: flex;
  align-items: center;
  background-color: #434343;
  border-right: 1px solid #fff;
  justify-content: center;
  width: 40px;
}

.comp-txt {
  font-family: 'Lusail-Regular';
  text-align: justify;
  white-space: normal;
  line-height: 2;
}

.fw-bold {
  /* color: #870808;
  border-bottom: 2px solid #a39778; */
  /* border-bottom: 5px solid transparent;
  border-image: linear-gradient(0.1turn, rgb(177 162 121), rgb(138 21 56));
  border-image-slice: 1; */
  margin-bottom: 20px;
  font-size: 1.3rem;
}

.bottom-border {
  width: 52px;
  position: relative;
  top: 20px;
  right: -130px;
  border-image-slice: 1;
  height: 10px;
  background-image: linear-gradient(0.25turn, rgb(207 163 45), rgb(138 21 56));
  border-radius: 20px;
  border: 1px solid #a39161;
}

.home-btn {
  color: #fbf8ef;
  width: 215px;
  text-align: center;
  font-size: 1em;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home1 {
  padding: 7px;
  border-left: 1.5px solid #fff;
}

.call-us-link {
  color: white;
}


.article h3 {
  font-family: 'Lusail-Regular', arial, sans-serif;
}

.li-txt {
  height: 10.4vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  background: #b1a279;
  color: white;
  border: 1px solid #a49264;
  width: 100%;
  transition: ease-in 0.5s;
  text-wrap: wrap;
}

.lng {

  background-color: #676767;
  color: #fbf8ef;
  padding: 24px;
  border-right: 1px solid #fff;
  position: absolute;
  left: 0;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.socil {
  background-color: #fbf8ef;
  border-radius: 100%;
  align-self: center;
  color: #9b9b9b;
  font-size: large;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 2px 0px;
  margin: 5px;
  transition: ease-in 0.5s;
  border: 2px solid #dddddd;
  display: flex;
  text-decoration: unset;
  align-items: center;
  justify-content: center;
}

.droos {
  color: #212529 !important;
}

.socil:hover {
  background-color: #5d0f26;
  color: #fff;
  transition: ease-in 0.5s;
}

.adv-bg {
  background-image: url("../img/banner03.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 40.7vh;
  border-bottom: 1px solid #a39161;

}



.icon-img {
  height: 30px;
}

.login-btn img {
  height: 20px;
}

.login-btn {
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 18px;
  background: #8a1538;
  color: white;
  border: 1px solid #8a1538;
  border-radius: 20px;
}

.login-link {
  width: fit-content;
  float: left;
  margin: 10px;
}

.adv-bg li {
  width: 90px;
  background: #a39161;
  background-repeat: repeat-x;
  background-position: top center;
  border-bottom: 1px solid #c1b291;
  text-align: center;
  /*padding: 10px;*/
  color: #eae8e2;
  transition: ease-in 0.5s;
  height: 10.4vh;
  border-left: 1px solid #c1b291;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .adv-bg li:hover,
.adv-bg .li-txt:hover {
  background-color: #84754d;
  color: #fff;
  transition: ease-in 0.5s;
} */



.adv-bg a {
  display: block;
  align-items: center;
  background-image: url(/img/Banar05.jpg);
}

.flip-img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.titel-1 {
  background-color: #84754d;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 900;
}

.titel-1 h7 {
  background-color: #a39778;
  padding: 10px 0;
  vertical-align: middle;
}

/* .bg-bdy {
  background-image: url("../img/bg-pattern.svg"), url("../img/bg-pattern2.svg");
  background-repeat: repeat-y;
  background-position: top left, top right;
  background-color: #d5d5d5;
  background-size: 230px;
} */

.bg-bdy .bg-white {
  /* width: 80%;
  margin: auto;
  padding: 0px 50px; */
  white-space: pre-line;
  color: #000;
  font-size: 1.1em;
  text-align: justify;
  display: flex;
  justify-content: center;
  line-height: 1;
  margin-bottom: 0;
}

.footer {
  background-color: #84754d;
  text-align: center;
  border-top: 1px solid #fff;
  color: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
}

.footer-txt {
  background-image: url(../img/Title_1.svg), url(../img/Title-2.svg);
  background-repeat: no-repeat;
  background-position: 100%, 0;
  background-color: #a39778;
  width: fit-content;
  margin: auto;
  padding: 5px 20px;
  display: flex;
}


.acor-bg {
  background: #fff url("../img/titel.svg") no-repeat right;
  background-size: 50px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to left, #a4967b, #fff) 1;
  padding-right: 55px;
  font-size: larger;
  font-weight: 600;
  color: #777777;
}

.bg-bdy .accordion-item {
  display: grid;
}

.audio-accordion {
  margin-bottom: 50px;
  margin-top: 50px;
}

.accordion-button:not(.collapsed) {
  background-color: #eceae7;

  color: #8c8c8c;

}

.accordion-button:focus {

  box-shadow: none;
}


.accordion-header {
  display: contents;
}

.accordion-item .collapse {
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 0 10px 10px 10px;
  line-height: 35px;
  margin-top: -30px;
}

.flyers-box {
  border: 1px solid #ccc;
  box-shadow: 0 0 3px #ccc;
  text-align: center;
  padding: 10px;
  border-radius: 7px;
  transition: all ease-in-out 0.8s;
  background-image: url(../img/bg-pattern.svg), url(../img/bg-pattern2.svg);
  background-repeat: repeat-y;
  background-position: top left, top right;
  background-size: 130px;

}

.flyers-box i {
  color: #9d9c9c;
  font-size: 4em;
  padding-bottom: 10px;
}

.flyers-box:hover {
  background-color: #871839;
  transition: all ease-in-out 0.8s;

}

.flyers-box:hover i,
.flyers-box:hover span {
  color: #fff !important;
  transition: all ease-in-out 0.8s;
}

/*.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
	visibility: visible;
    animation-delay: 100ms;
	transition: transform .5s;
}*/
/*Start Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #bbb299;
  border-radius: 50%;
  border-top: 16px solid #7a6b43;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }

  to {
    bottom: 0px;
    opacity: 1
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

#myDiv {
  display: none;
  text-align: center;
}

/* End Center the loader */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #fff;
  outline: none;
  background-color: #84754d;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
  box-shadow: 0 0 5px #fff;
  transition: ease-in 0.5s;
}

#myBtn:hover {
  background-color: #cac1ab;
  color: #84754d;
  border: 1px solid #84754d;
  transition: ease-in 0.5s;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-weight: 600;
  color: #666;
  background-image: linear-gradient(#dcd5c3, #f5f3ee), url(../img/btn-pattern.svg);
  border-color: #dcd5c3;
  border-top: 3px solid #a39778;
}

.nav-tabs {
  border-bottom: 1px solid #dcd5c3;
}

.nav-link {
  color: #7e7e80;
}

.fc-button-primary:not(:disabled).fc-button-active,
.fc-button-primary:not(:disabled):active {
  color: #fff;
  background-color: #000 !important;
  border-color: #000 !important;
}

.fc-button-primary {
  color: #fff;
  background-color: #86764e !important;
  border-color: #86764e !important;
}

.fc-button {
  overflow: visible;
  text-transform: capitalize !important;
  margin: 0;
  font-family: inherit;
  -webkit-appearance: button;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0 !important;
  cursor: pointer;
  white-space: nowrap;
}

.fc-button-primary input {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

button,
input {
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

#slider-div {
  display: flex;
  flex-direction: row;
  margin-top: 0px;
}

#slider-div>div {
  margin: 32px;
}

.slider-label {
  position: absolute;
  /*background-color: #eee;*/
  background-image: url("../img/loc.svg");
  background-repeat: no-repeat;
  padding: 9px;
  font-size: 0.75rem;
  top: inherit !important;
  color: #fff;
  background-position: center;
}

.slider-handle {
  background-image: linear-gradient(to bottom, #84754d, #a39778) !important;
}

.slider-jza1 {
  white-space: nowrap;
  margin-left: -12px !important;
}

.slider-jza30 {
  white-space: nowrap;
  margin-right: -12px !important;
}


@media (max-height: 700px) {}

/* @media (max-width: 1920px) {
  .main-ul {
 
    top: calc(140px + 45vh);
 
    width: 30%;
  }

  .po-mobile {
    left: 250px !important
  }

  #carouselExampleControls {
    width: 80.7% !important;
  }

} */


.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}

a.dropdown-item {
  background-color: #dedede;
}

@media (max-width: 1800px) and (min-height: 1300px) and (orientation : landscape) {

  .parent-div {
    width: 16.66% !important;
  }

  .parent-div {
    width: 16.66% !important;
  }

  .dropend .dropdown-toggle::after {
    margin: 0.5em;
    rotate: -90deg;
  }

  ul.dropdown-menu.show {
    transform: translate3d(0.143px, 56px, 0px) !important;
  }

  .comp-txt {

    line-height: 1.5;
  }

  /* .bgd-1 {
    height: 30.6vh !important;
  } */

  .main-div {
    margin-bottom: 0px;
  }

  #carouselExampleControls {
    width: 100% !important;
    position: relative;
    top: 0px;
  }




  .bg-bdy .bg-white {
    padding: 60px;
  }

  /*.adv-bg a {
		display: none;
	}*/
  .main-ul {
    display: flex;
    width: -webkit-fill-available;
  }


  .li-txt {
    width: 100%;
  }

  .socil {
    font-size: 13px;
    width: 20px;
    height: 20px;
    padding: 12px 12px;
  }

  .adv-bg a {
    /* width: fit-content; */
    display: inline-table;
    width: 100%;
  }

  .adv-bg li {
    font-size: smaller;
    padding: 5px;
    border-right: 1px solid #fff;
  }


  .adv-bg {
    display: block !important;
  }

}

.address {
  direction: ltr;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.contact-heading h7 {
  border-bottom: 2px solid #86764e;
  padding: 5px;
}

@media (max-width: 676px) {

  .main-cards {
    margin-top: unset !important;
  }

  .icon-img {
    height: 20px;
  }

  .dropend .dropdown-toggle::after {
    margin: 0.5em;
    transform: rotate(90deg);
  }

  .dropdown-menu.show {
    transform: translate3d(-67px, 3.33333px, 0px) !important;
    top: -93px !important;
    box-shadow: 0px 3px 10px 0px #575757;
  }

  .bg-bdy {
    margin: 0 !important;
  }

  .carousel-inner {
    box-shadow: 0px 3px 17px 0px #cecece;
  }

  .comp-none {
    display: flex !important;
    align-items: center;
    width: 100% !important;
  }

  .bgd-1 {

    height: 41.6vh !important;
  }

  #carouselExampleControls {
    width: 100% !important;
  }

  .li-txt {
    height: 40px;
  }

  .login {
    display: none;
  }

  .login-btn {
    width: 40px !important;
    height: 40px !important;
  }

  .slider-jza1 {
    margin-left: 3px !important;
  }

  .slider-jza30 {
    margin-right: 3px !important;
  }

  #slider-div>div {
    margin: 32px auto;
  }

  .home1 {
    display: none;
    font-size: 15px;
    align-items: center;
  }

  .home-btn {
    width: 191px;
    font-size: 16px;
    padding: 3px;
  }

  .bg-nav {
    background-image: url("../img/logo.svg");
    background-size: 280px;
    background-position: top 8px right 10px, top 42px left;
    height: 100px;

  }


  .bg-home {
    height: 40px;
  }

  .po-mobile {
    margin: auto;

    width: fit-content;
    left: 42px !important;
    /* right: 0; */
    margin-top: 4px !important;
  }

  .lng {
    padding: 5px 12px 8px 12px;
  }

  .adv-bg {
    display: flex;
    justify-content: center;
    border-bottom: unset;
    height: 26vh;
    margin-bottom: 20px;
  }

  .main-ul {
    display: flex;
    position: absolute;
    top: calc(105px + 45vh);
    text-align: center;
    z-index: -1;
    flex-direction: column;
    padding-bottom: 35px;
    width: 70%;
  }

  .adv-bg li {
    height: 40px;
    width: 50px;
    /* display: inline-block; */
    margin: 1.5%;
    padding: 6px
  }

  .adv-bg a {
    display: initial;
    justify-content: center;
  }

  .footer {
    bottom: 0;
    position: fixed;
    margin-top: 50px;
  }

  .footer h7 {
    font-size: 0.6em;
    padding: 8.3px;
  }

  .bg-bdy .bg-white {
    padding: 0px 10px 30px 10px;
  }

  .full-b-w {
    width: 100% !important;
  }

  .flyers-box {
    background-size: 90px;
  }

  .btn-cn {
    text-align: center;
  }

  .socil {
    font-size: 13px;
    width: 20px !important;
    height: 20px !important;
  }
}

@media (max-width: 1800px) and (max-height: 500px) and (orientation : landscape) {


  .adv-bg a {
    /* width: fit-content; */
    display: inline-table;
    width: 17.66%;
  }

  .contact-us {
    width: 50% !important;
  }

  .dropend .dropdown-toggle::after {
    transform: rotate(-90deg);
  }



  .li-txt {
    font-size: 12px;
    height: 40px;
  }

  .bg-bdy {
    margin: 60px !important;
  }

  .adv-bg li {
    height: 40px;
    width: fit-content;
    padding: 10px;
  }

  .icon-img {
    height: 20px;
  }

  .po-mobile {
    position: relative !important;
    left: -40px !important;
    top: -4px;
  }

  .main-ul {
    display: flex;
    width: -webkit-fill-available;
  }

  ul.dropdown-menu.show {
    transform: translate3d(-0.857px, 26px, 0px) !important;
  }

  .adv-bg {
    display: block !important;
  }

}

@media (max-width: 900px) {
  .bg-nav {
    background-size: 55%, 340px;
    background-position: top 13px right 20px, top 60px left 32px;
  }


}




@media (max-width: 400px) {


  .adv-bg li {
    /* display: inline-block; */
    margin: 1.5%;
    padding: 0px;
  }

  .main-ul {
    display: flex;
    position: absolute;
    text-align: center;
    z-index: -1;
  }

  .icon-img {
    height: 17px;
  }
}



/*@media (max-height: 940px){
	.main-ul{
		
		display: none;
	}
	
}*/
/*form {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}*/

.value-button {
  display: inline-block;

  margin: 0px;
  width: 35px;
  /*height: 30px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;*/
  background: #86764e;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

.value-button:hover {
  cursor: pointer;
}

/*form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}*/

/*form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}*/
form #increase:hover,
form #decrease:hover {
  background-color: #aa9f83;
}

form #input-wrap {
  margin: 0px;
  padding: 0px;
}

input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #86764e;
  border-bottom: 1px solid #86764e;
  margin: 0px -5px;
  width: 40px;
  height: 32.5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-col {
  background-color: #86764e;
  width: fit-content;
  opacity: 100%;
  padding: 0px 9px;
}

.btn-col span {
  width: 1.2rem;
  height: 1.2rem;
}



/********************************/
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.alert-info {
  font-size: 18px !important;
  color: #000 !important;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
  border: none !important;
  border-top: 4px solid #86764e !important;
  border-bottom: 1px solid #bca18c !important;
  margin-bottom: 20px;
  background-color: #f5f2ec !important;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../img/patt.svg);
  background-size: 150px;
  border-radius: 0.25rem;
}

.br-q {
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin: 30px 0;
}

.guide {
  color: #871839;
  border-bottom: 3px solid #871839;
  border-radius: 7px;
  text-decoration: none;
  background-color: #f6f6f6;
  padding: 0 5px;
}

.flyers {
  background-image: url("../img/AllServs.svg");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  width: 130px;
  height: 80px;
  display: block;
  float: left;
  text-decoration: none;
}

.flyers h3 {
  font-size: 1.1rem;
  color: #fff;

  text-align: right;
  text-shadow: 0 1px 1px #666;
  text-indent: 15px;
  transition: 1s ease-in-out;
}

.flyers h3:hover {
  opacity: .5;
  margin-left: -5px;
  transition: 1s ease-in-out;
  text-indent: 20px;
}

/*.flyers span:hover {
    border-bottom: 2px solid #fff;
    
}*/
.dalal {
  background-image: url("../img/dalel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -100px;
  -webkit-transition-duration: 5s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  padding: 0 20px 20px 10px;
  color: #871839;
  text-decoration: none;
  font-weight: bold;
  top: 32vh;
}

.dalal:hover {
  left: 200px;
}

.dalal h7 {
  vertical-align: -webkit-baseline-middle;

  padding-top: 8px;

  display: block;
}


.dalal2 {
  background-image: url("../img/dalel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  -webkit-transition-duration: 5s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  padding: 0 20px 20px 10px;
  color: #871839;
  text-decoration: none;
  font-weight: bold;
  top: 32vh;
}


#TRAIDNT {
  Z-INDEX: 1000000;
  POSITION: absolute;
  left: 0px;
  TOP: 32vh;

}

.TRAIDNT {
  BACKGROUND-IMAGE: url(../img/dalel.svg);
  WIDTH: 42px;
  BACKGROUND-REPEAT: no-repeat;
  HEIGHT: 50px;
  MARGIN-LEFT: auto;

  background-size: cover;
  background-position: center right !important;
}

.TRAIDNT:hover {
  CURSOR: pointer
}

.facebook {
  background-position: center right;
}

.facebook:hover {
  background-position: center right;
}


.bgd-1 {

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* width: 100vw !important; */
  height: 41.7vh;
}


/*----------------------------------------------------------*/

.parent-div:hover>li {
  background: #b1a279;
  border: 1px solid #a49264;
}

.parent-div:hover>.li-txt {
  background: #a39161;
  border: 1px solid #c1b291;
}

td {
  text-align: center;
  border: 1px solid #cccccc;
  font-family: "Lusail-Regular";
  vertical-align: middle;
}

.txt-answer {
  font-family: "Lusail-Regular";
  margin: unset;
  font-size: 1.2em;
  margin-bottom: 10px;
  direction: rtl;
  text-align: justify;
  padding: 0 10px
}

thead {
  background-color: #86764e;
  color: white;
  border: 1px solid #cccccc;
}


.table {
  direction: rtl;
  width: 100%;
}

th {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #cccccc;
  font-family: "lusail-regular";
  line-height: 2;
}

.dropend .dropdown-toggle::after {
  margin: 0.5em;
  transform: rotate(180deg);
}

.dropdown-menu>li {
  width: 154px;
}

.dropdown-item:hover {
  background-color: #b1a279 !important;
}