﻿:root {
  --main-transition: 0.3s;
}
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;
}
.fab {
  color: white;
  font-size: 20px;
  margin-left: 10px;
}
.breadcumb {
  width: 100%;
  height: 403px;
  position: relative;
  z-index: 1;
  padding-top: 130px;
  text-align: center;
}
.bg-img {
  background-image: url(../img/Qsav-Banar-No-text.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.line-1 {
  margin-top: 5px;
}
.line-2 {
  margin-bottom: 20px;
}
.card {
  margin-left: 20px;
  height: 180px;
  width: 153px;
  background-clip: border-box;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  background-image: url(../img/bgserv2.3d9b6e08652f45bc6f05.svg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 5px rgb(0 0 0 / 70%);
  border-radius: unset;
}

.card:hover {
  margin-top: -10px;
}
/*------------------------------------------------*/
.footer {
  background-color: #252525;
  border-top: 3px solid #86764e;
  width: 100%;
  color: #7d7d7d;
  margin: auto;
  font-size: 14px;
  text-align: center;
  position: fixed;
  bottom: 0px;
  background-image: url(./Images/new1.svg), url(./Images/new2.svg);
  background-repeat: no-repeat;
  background-position: 100%, 0;
}

.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: "GEMBMBBold-CondensedBold", arial, sans-serif;
  font-size: 22px;
  color: #774839;
  padding-top: 4px;
}

@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: "jannaltbold", arial, sans-serif;
}

.article h5 {
  font-family: "jannaltbold";
}
.article h4 {
  font-family: "GEMBMBBold-CondensedBold", arial, sans-serif;
  font-size: 16px;
}
.main-title {
  position: relative;
  top: 193px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.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;
}
@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;
    margin-right:unset !important
  }
}

.fa {
  font-size: 2rem;
  margin-right: 10px;
}
/*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: 991px) {
  .SocialMedia {
    background-color: aliceblue;
    justify-content: center;
  }
  .fab {
    color: black;
  }
  .show {
    display: flex;
    justify-content: right;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-brand {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
  }
  .brand-img {
    width: 270px !important;
    margin-right: -20px !important;
  }
}
.navbar-brand {
  margin-right: unset;
}
.brand-img {
  width: 320px;
}
.text-muted {
  margin: unset !important;
  line-height: 2 !important;
}
.show {
  display: flex;
  justify-content: right;
  padding-bottom: 10px;
  position: absolute;
  top: 5.6rem;
  width: 50%;
}
.navbar-nav {
  padding: unset;
}
.SocialMedia {
  padding-right: 10px;
  border: 0px solid;
  border-radius: 10px 0px 0px 10px;
}
.SocialMedia a {
  padding-right: 5px;
}
@media only screen and (max-width: 991px) {
  .navbar {
    height: 70px;
  }
}

@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;
  }
  .navbar {
    background-image: unset;
    background-size: 240px !important;
    background-position: 0, 100% !important;
    background-repeat: no-repeat, no-repeat !important;
  }
}
/*-------------- Cards-animation--------------*/
.group-item-1 {
  margin: 10px 10px;
  transition: transform 0.5s;
  animation: 1700ms ease-in-out 0s 1 fadeIn-9;
}
.group-item-2 {
  margin: 10px 10px;
  transition: transform 0.5s;
  animation: 1500ms ease-in-out 0s 1 fadeIn-8;
}
.group-item-3 {
  margin: 10px 10px;
  transition: transform 0.5s;
  animation: 1300ms ease-in-out 0s 1 fadeIn-7;
}
.group-item-4 {
  margin: 10px 10px;
  transition: transform 0.5s;
  animation: 1100ms ease-in-out 0s 1 fadeIn-6;
}
.group-item-5 {
  margin: 10px 10px;
  transition: transform 0.5s;
  animation: 900ms ease-in-out 0s 1 fadeIn-5;
}
.group-item-6 {
  margin: 10px 10px;
  transition: transform 0.5s;
  animation: 700ms ease-in-out 0s 1 fadeIn-4;
}
.group-item-7 {
  margin: 10px 10px;
  transition: transform 0.5s;
  animation: 1900ms ease-in-out 0s 1 fadeIn-3;
}
.group-item-8 {
  margin: 10px 10px;
  transition: transform 0.5s;
  animation: 2100ms ease-in-out 0s 1 fadeIn-2;
}
.group-item-9 {
  margin: 10px 10px;
  transition: transform 0.5s;
  animation: 2300ms ease-in-out 0s 1 fadeIn-1;
}
.group-item-1:hover {
  transform: scale(1.1);
}
.group-item-2:hover {
  transform: scale(1.1);
}
.group-item-3:hover {
  transform: scale(1.1);
}
.group-item-4:hover {
  transform: scale(1.1);
}
.group-item-5:hover {
  transform: scale(1.1);
}
.group-item-6:hover {
  transform: scale(1.1);
}
.group-item-7:hover {
  transform: scale(1.1);
}
.group-item-8:hover {
  transform: scale(1.1);
}
.group-item-9:hover {
  transform: scale(1.1);
}
@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--------------*/
@media only screen and (max-width: 767px) {

    img.img2 {
    width: 217px !important;
    top: 2px !important;
    }

    .container {
        height:auto !important
    }

    img.img1 {
        width:252px !important
    }

    .title-div.conatiner {
        margin-top: 100px !important;
    }
  .card-title {
    font-size: 1rem !important;
  }
  .txt-body {
    padding: 20px !important ;
  }
  .article {
    background-size: 90% !important;
  }
    img.header-logo {
        width: 250px !important;
        /* margin-right: 10px; */
        padding: 7px !important;
        margin-right:0px !important
    }
    .header-menu {
        display: none;
    }
    .header-container {
        width: 99% !important;
        height: 60px !important;
    }
}
@media screen and (max-width: 820px) {


    .navbar-toggler,
    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        height: 70px !important;
        width: 7% !important;
    }
}
@media only screen and (max-width: 576px) {
  .card-group {
    transition: transform 0.5s;
    cursor: pointer;
    margin: 0;
    width: 50% !important;
    padding: 5.5px 10px;
  }
  .footer {
    font-size: 11px;
  }
    .main-title {
        position: absolute;
        right: 28%;
        top: 79%;
    }
    .navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
        height: 70px !important;
        width: 11% !important;
    }
  .article h1 {
    font-family: "GEMBMBBold-CondensedBold", arial, sans-serif;
    font-size: 22px;
    color: #86764e;
    padding-top: 4px;
    text-shadow: 0px 1px 0px rgb(0 0 0);
  }

  .card {
    height: 145px;
    width: 124px;
    margin-left: unset !important;
  }
  .card-title {
    font-size: 12px !important;
    font-weight: 900;
  }
  h1 {
    font-size: 16px !important;
    line-height: 2;
  }
}
@media (max-width: 1199px) {
  h5 {
    font-size: 14px;
  }
}
h5 {
  font-size: 18px !important;
}
a {
  color: black !important;
  text-decoration: unset;
}

.txt-body {
  direction: rtl;
  font-size: 16px;
  text-align: justify;
  padding: 80px;
  line-height: 2;
}
.head-title {
  position: absolute;
  height: 45px;
  background-color: #86764e;
  top: 358px;
  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;
}

.box {
  margin-top: 75px;
}
.heading-body {
  line-height: 2;
  font-size: 16px;
  text-align: justify;
  font-family: "jannaltbold";
  margin-bottom: 20px;
}
details {
  line-height: 1;
}
summary {
  font-family: "GEMBMBBold-CondensedBold";
  line-height: 2;
}
.txt-answer {
  line-height: 2;
  font-family: "jannaltbold";
  margin: unset;
  font-size: 14px;
  margin-bottom: 10px;
}
.faqs-container {
  direction: rtl;
}

.article {
  scroll-behavior: smooth;
  padding-bottom: 30px;
  background-image: url(../img/servbg.svg);
  background-repeat: repeat;
  background-size: 50%;
}
@media (max-width: 767px) {
  h5 {
    font-size: 15px !important;
  }
}
.heading {
  color: #86764e;
}
.article h2 {
  font-family: GEMBMBBold-CondensedBold, arial, sans-serif;
  font-size: 20px;
  color: #86764e;
}
th {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #cccccc;
  font-family: GEMBMBBold-CondensedBold, arial, sans-serif;
}

thead {
  background-color: #86764e;
  color: white;
  border: 1px solid #cccccc;
}
tbody {
  border-top: 1px solid #cccccc !important;
}
.table {
  direction: rtl;
  width: 100%;
}
.sub-title {
  font-family: "GEMBMBBold-CondensedBold", arial, sans-serif;
  font-size: 22px;
  color: rgb(255, 255, 255) !important;
  padding-top: 4px;
  text-shadow: unset !important;
}
/*---------------- 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: 0px;
    right: 0px;
    height: 70px;
    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;
}

.show {
    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%;
    }
}

@media screen and (max-width: 414px) {
    .main-title {
    right: 20% !important;
}
    .navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
        height: 70px !important;
        width: 17% !important;
    }
    .navbar-brand {
        background: url(../img/brand1.svg);
        background-size: 240px !important;
        background-position: 0, 100% !important;
        background-repeat: no-repeat, no-repeat !important;
    }
    .brand-img {
        width: 230px !important;
        margin-right: -20px !important;
    }
}
/*--------------------------- end style------------------------- */


/*----------header--------------*/

.header-container {
    width: 100%;
    height: 90px;
    background-color: #00000069;
    position: fixed;
    top: 0;
    background-image: url(/DefaultStyles/Content/img/brand1.svg);
    background-repeat: no-repeat ;
    display: flex;
    align-items: center;
}
img.header-logo {
    width: 350px;
    padding: 10px;
}
a:hover {
    text-decoration:none!important;
}

h4.back-home:hover {
    color: #c9c9c9 !important
}
img.img1 {
    width: 350px;
}
img.img2 {
    width: 300px;
    position: absolute;
    right: 10;
    top: 5;
}
.login-head-title {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600
}
.login-head {
    padding:10px
}
.title-div.conatiner {
    display: flex;
    justify-content: center;
    margin-top: 200px;
}