body {
  --bg-gray-darker: #f0f0f0;
  --light-gray: #cfd4da;
  --middle-gray: #bcbcbc;
  --more-gray: #92979d;
  --gray: #6c757e;
  --orange: #fe7e13;
  --light-orange: #ffedde;
  --red: #ea2f42;
  --white: #fee;
  --bg-gray: #e5e5e5;
  direction: rtl;
  text-align: right;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Yekan", sans-serif !important;
  background-color: var(--bg-gray) !important;
  font-size: 1rem;
  overflow-x: hidden;
}

.drawer ul {
  margin-top: 20%;
  list-style: none;
}

.drawer ul li {
  transition: all 300ms ease-in;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: small;
  white-space: nowrap;
  position: relative;
}

.drawer ul li:hover {
  cursor: pointer;
  color: unset !important;
}



.drawer ul li>span {
  display: block;
  padding: 6px 16px;
  transition: all 200ms ease-in-out;
}

.drawer ul li>span:hover {
  color: #fe7e13;
}

.rotate {
  transform: rotate(180deg);
}

.drawer-gray ul li:hover {
  cursor: pointer;
}

.drawer.show {
  right: 0px;
}

.navbar-close-section {
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 102vh;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999999999;
}

.navbar-close-section.show {
  opacity: 1;
  visibility: visible;
}

.drawer-gray {
  position: fixed;
  top: 0;
  right: -60%;
  width: 60%;
  height: 100%;
  transition: all 300ms ease-in-out;
  border-radius: 15px 0px 0px 15px;
  border: 1px solid rgb(0, 0, 0);
  z-index: 999;
  overflow-x: hidden;
  overflow-y: scroll;
}

.drawer-gray ul {
  margin-top: 20%;
  list-style: none;
}

.drawer-gray ul li {
  transition: all 300ms ease-in;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: small;
  white-space: nowrap;
  margin: 15px;
}

.drawer-gray ul li:hover {
  cursor: pointer;
  transform: scaleX(0.97);
  color: rgb(5, 5, 5) !important;
}

.drawer-gray.show {
  right: 0px;
}

.drawer-gray-close-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease-in-out;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

.drawer-gray-close-section.show {
  opacity: 1;
  visibility: visible;
}

.hamburger-btn {
  cursor: pointer;
}

.z-20 {
  z-index: 20 !important;
}

.whatapp-box {
  margin-right: 10%;

  width: 290px;
}

.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 18%;
  justify-content: space-around;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 3s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.red .circle {
  stroke: #ea2f42;
}

@media all and (max-width: 430px) {
  .drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    transition: all 300ms ease-in-out;
    border-radius: 15px 0px 0px 15px;
    border: 1px solid wheat;
    z-index: 9991;
    overflow-x: hidden;
  }
}

.collapse-arshad {
  border-radius: 0px 0px 15px 15px;
  cursor: pointer;
  transition: all 400ms ease-in;
}

.collapse-arshad :hover {
  cursor: pointer;
  transition: all 400ms ease-in;
}

.collapse-arshad-sub {
  color: rgb(51, 51, 51);
  margin-top: 0px !important;
  display: none;
  background-color: #e5e5e5 !important;
  padding-right: 30px;
}

.collapse-arshad-sub li ul {
  margin-top: 0px;
  display: none;
  padding-right: 10px;
}

.collapse-phd {
  border-radius: 0px 0px 15px 15px;
  cursor: pointer;
  transition: all 400ms ease-in;
}

.collapse-phd :hover {
  cursor: pointer;
  transition: all 400ms ease-in;
}

.collapse-phd ul {
  color: rgb(51, 51, 51);
  margin-top: 0px !important;
  display: none;
  padding-right: 30px;
  background-color: #e5e5e5 !important;
}

.collapse-phd ul li ul {
  display: none;
}

.collapse-book {
  border-radius: 0px 0px 15px 15px;
  cursor: pointer;
  transition: all 400ms ease-in;
}

.collapse-book :hover {
  cursor: pointer;
  transition: all 400ms ease-in;
}

.collapse-book ul {
  color: rgb(51, 51, 51);
  margin-top: 0px !important;
  display: none;
  padding-right: 30px;
  background-color: #e5e5e5 !important;
}

.collapse-book ul li ul {
  display: none;
}

.collapse-news {
  border-radius: 0px 0px 15px 15px;
  cursor: pointer;
  transition: all 400ms ease-in;
}

.collapse-news :hover {
  cursor: pointer;
  transition: all 400ms ease-in;
}

.collapse-news ul {
  color: rgb(51, 51, 51);
  margin-top: 0px !important;
  display: none;
  padding-right: 30px;
  background-color: #e5e5e5 !important;
}

.collapse-news ul li ul {
  display: none;
}

.multi-item-carousel .carousel-inner>.item {
  transition: 500ms ease-in-out left;
}

.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}

.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}

.multi-item-carousel .carousel-inner .next {
  left: 33%;
}

.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner>.item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
    transform: none !important;
  }
}

.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}

.red-slider .swiper {
  width: 100%;
  height: 100%;
}

.red-slider .swiper-slide {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.red-slider .swiper-button-next {
  height: 20px !important;
  color: rgb(182, 10, 10) !important;
  z-index: 343 !important;
}

.red-slider .swiper-button-prev {
  height: 20px !important;
  color: rgb(182, 10, 10) !important;
  z-index: 333 !important;
}

.red-slider .carousel-gradient {
  top: 0px;
  position: absolute;
  left: 0;
  z-index: 30;
  margin-top: 0px;
  width: 30%;
  height: 100% !important;
  background-image: linear-gradient(to left, transparent, #ea2f42 50%);
}

.moshahede-on-pic {
  font-size: 16px;
  color: rgb(70, 67, 67);
  border: none;
  position: absolute;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 15px 15px 15px 15px;
  background-color: white;
  z-index: 2;
  left: 10%;
  bottom: 15%;
}

.navbar-container {
  overflow: unset !important;
  z-index: 9999999 !important;
}

.orange-navbar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  transition: all 300ms ease-in-out;
  border: 1px solid wheat;
  z-index: 99999999999999;
  overflow-x: hidden;
  overflow-y: overlay;
  background-color: white;
}

.orange-navbar.show {
  right: 0;
}

.orange-navbar>ul {
  width: 100%;
}

.orange-navbar li {
  font-weight: bold;
}

.orange-navbar li:hover {
  color: #333333 !important;
  font-weight: bold;
}

.orange-navbar li>span:hover {
  color: #fe7e13;
}

.orange-navbar li span {
  padding: 10px 15px;
  display: block;
}

.orange-navbar li a {
  padding: 10px 15px;
  display: block;
  white-space: normal;
}

.orange-navbar>ul>li {
  padding: 8px 0;
  cursor: pointer;
  font-size: 13px;
  display: block !important;
  position: relative;
}



.orange-navbar>ul>li:nth-child(10) {
  margin-right: auto !important;
}


.orange-navbar>ul>li>ul {
  white-space: nowrap;
  overflow: hidden !important;
  /* margin-top: 17px; */
  height: 0;
  background-color: #e5e5e5 !important;
  transition: all 300ms;
  transition: al l 300ms ease-in-out;
  padding-right: 15px;
  list-style: none;
}

.orange-navbar>ul>li>ul.show {
  height: auto !important;
}

.orange-navbar>ul>li>ul>li {
  padding: 2px 0;
}

.orange-navbar>ul>li>ul>li>ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  z-index: 200;
  background-color: #e5e5e5 !important;
  height: 0;
  border: none !important;
  transition: all 300ms ease-in-out;
  overflow: hidden;
  padding-right: 10px;
}


.orange-navbar>ul>li>img {
  position: absolute;
  padding-left: 0 !important;
  top: 14px;
  left: 20px;
  transition: all 200ms ease-in-out;
}

@media screen and (min-width: 576px) {
  .orange-navbar {
    width: 60%;
    right: -60%;
    border-radius: 15px 0px 0px 15px;

  }
}

@media screen and (min-width: 992px) {
  .orange-navbar {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    overflow-y: unset;
    overflow-x: unset;
    white-space: nowrap;
    font-size: small;
    border-radius: 0px 0px 17px 17px !important;
    background-color: #fe7e13;
    z-index: 99999;
  }

  .orange-navbar ul {
    z-index: 999999 !important;
    overflow: unset !important;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-size: small;
  }

  .orange-navbar li {
    color: white;
    font-weight: normal;
  }

  .orange-navbar li:hover {
    color: white !important;
  }

  .orange-navbar li span {
    display: inline-block;
  }

  .orange-navbar li>span:hover {
    color: white;
  }

  .orange-navbar li a {
    padding: 10px;
    display: inline-block;
    white-space: nowrap;
  }

  .orange-navbar>ul>li>ul {
    white-space: nowrap;
    position: absolute;
    overflow: visible !important;
    margin-top: 6px;
    margin-right: 6px;
    padding-right: 0px;
    background-color: var(--orange) !important;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
    height: auto;
    transition: all 300ms ease-in-out;
    border-radius: 0px 0px 17px 17px;
  }

  .orange-navbar>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
  }

  .orange-navbar>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
  }

  .orange-navbar>ul>li>ul>li>ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 0px 0px 17px 17px;
    list-style: none;
    margin-top: 0px;
    z-index: 200;
    position: absolute;
    background: var(--orange) !important;
    visibility: hidden;
    opacity: 0;
    height: auto;
    border: none !important;
    transition: all 300ms ease-in-out;
    border-radius: 0px 0px 17px 17px
  }

  .orange-navbar>ul>li:nth-child(2)>ul {
    right: -50px;
  }

  .orange-navbar>ul>li:nth-child(6)>ul {
    right: -450px;
  }

  .orange-navbar>ul>li>ul>li>ul li {
    padding: 2px 0;
  }

  .orange-navbar>ul>li>img {
    position: unset;
  }

  .orange-navbar>ul>li:nth-child(1)>ul>li:nth-child(5)>ul {
    left: -300px;
  }

  .orange-navbar>ul>li:nth-child(1)>ul>li:nth-child(6)>ul {
    grid-template-columns: auto;
  }

  .orange-navbar>ul>li:nth-child(2)>ul>li:nth-child(4)>ul {
    left: -155px;
  }

  .orange-navbar>ul>li:nth-child(2)>ul>li:nth-child(5)>ul {
    grid-template-columns: auto;
  }

  .orange-navbar>ul>div {
    height: 70%;
    width: 1px;
    background-color: #f0f0f0;
    margin: 0 10px;
  }

  .red-slider .swiper-button-next {
    height: 20px !important;
    color: rgb(255, 255, 255) !important;
    z-index: 343 !important;
  }
}

@media screen and (min-width: 1200px) {

  .orange-navbar>ul>li:nth-child(6)>ul {
    right: -235px;
  }

  .orange-navbar>ul>li:nth-child(1)>ul>li:nth-child(5)>ul {
    left: unset;
  }

  .orange-navbar>ul>li:nth-child(2)>ul>li:nth-child(4)>ul {
    left: unset;
  }

}

@media screen and (min-width: 1538px) {
  .orange-navbar>ul>li:nth-child(6)>ul {
    right: 0px;
  }
}