*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Amir Noori Nastaleeq";
  src: url("../fonts/Amir-Noori-Nastaleeq_1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aslam";
  src: url("../fonts/Aslam.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DroidNaskh-Bold";
  src: url("../fonts/DroidNaskh-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.text-white {
  color: #ffffff !important;
}

.text-medium-white {
  color: rgba(255, 255, 255, 0.7019607843) !important;
}

.text-light-white {
  color: rgba(255, 255, 255, 0.5019607843) !important;
}

.text-black {
  color: #000000 !important;
}

.text-medium-black {
  color: rgba(0, 0, 0, 0.7019607843) !important;
}

.text-light-black {
  color: rgba(0, 0, 0, 0.5019607843) !important;
}

.text-gray {
  color: #5f5e5e !important;
}

.text-medium-gray {
  color: #969696 !important;
}

.text-light-gray {
  color: #edf0f2 !important;
}

.text-one {
  color: #00695c !important;
}

.text-medium-color-one {
  color: rgba(0, 105, 92, 0.7019607843) !important;
}

.text-light-color-one {
  color: #e0f2f1 !important;
}

.text-two {
  color: #388e3c !important;
}

.text-medium-color-two {
  color: rgba(56, 142, 60, 0.7019607843) !important;
}

.text-light-color-two {
  color: #f0faf1 !important;
}

.text-three {
  color: #0062c4 !important;
}

.text-medium-color-three {
  color: rgba(0, 98, 196, 0.7019607843) !important;
}

.text-light-color-three {
  color: #e1f5fe !important;
}

.text-four {
  color: #6a1b9a !important;
}

.text-medium-color-four {
  color: rgba(106, 27, 154, 0.7019607843) !important;
}

.text-light-color-four {
  color: #f3e5f5 !important;
}

.text-five {
  color: #827717 !important;
}

.text-medium-color-five {
  color: rgba(130, 119, 23, 0.7019607843) !important;
}

.text-light-color-five {
  color: rgba(130, 119, 23, 0.5019607843) !important;
}

.text-six {
  color: #e4e7a9 !important;
}

.text-medium-color-six {
  color: rgba(228, 231, 169, 0.7019607843) !important;
}

.text-light-color-six {
  color: rgba(228, 231, 169, 0.5019607843) !important;
}

.text-seven {
  color: #795548 !important;
}

.text-medium-color-seven {
  color: rgba(121, 85, 72, 0.7019607843) !important;
}

.text-light-color-seven {
  color: rgba(228, 231, 169, 0.5019607843) !important;
}

.text-gradient {
  background: linear-gradient(0deg, #e8f5e9 0%, #e4e7a9 100%) !important;
  color: #ffffff !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
}

.bg-gradient {
  background: linear-gradient(0deg, #e8f5e9 0%, #e4e7a9 100%) !important;
}

.bg-white {
  background: #ffffff !important;
}

.bg-medium-white {
  background: rgba(255, 255, 255, 0.7019607843) !important;
}

.bg-light-white {
  background: rgba(255, 255, 255, 0.5019607843) !important;
}

.bg-black {
  background: #000000 !important;
}

.bg-medium-black {
  background: rgba(0, 0, 0, 0.7019607843) !important;
}

.bg-light-black {
  background: rgba(0, 0, 0, 0.5019607843) !important;
}

.bg-gray {
  background: #5f5e5e !important;
}

.bg-medium-gray {
  background: #969696 !important;
}

.bg-light-gray {
  background: #edf0f2 !important;
}

.bg-one {
  background: #00695c !important;
}

.bg-medium-color-one {
  background: rgba(0, 105, 92, 0.7019607843) !important;
}

.bg-light-color-one {
  background: #e0f2f1 !important;
}

.bg-two {
  background: #388e3c !important;
}

.bg-medium-color-two {
  background: rgba(56, 142, 60, 0.7019607843) !important;
}

.bg-light-color-two {
  background: #f0faf1 !important;
}

.bg-three {
  background: #0062c4 !important;
}

.bg-medium-color-three {
  background: rgba(0, 98, 196, 0.7019607843) !important;
}

.bg-light-color-three {
  background: #e1f5fe !important;
}

.bg-four {
  background: #6a1b9a !important;
}

.bg-medium-color-four {
  background: rgba(106, 27, 154, 0.7019607843) !important;
}

.bg-light-color-four {
  background: #f3e5f5 !important;
}

.bg-five {
  background: #827717 !important;
}

.bg-medium-color-five {
  background: rgba(130, 119, 23, 0.7019607843) !important;
}

.bg-light-color-five {
  background: rgba(130, 119, 23, 0.5019607843) !important;
}

.bg-six {
  background: #e4e7a9 !important;
}

.bg-medium-color-six {
  background: rgba(228, 231, 169, 0.7019607843) !important;
}

.bg-light-color-six {
  background: rgba(228, 231, 169, 0.5019607843) !important;
}

.bg-seven {
  background: #795548 !important;
}

.bg-medium-color-seven {
  background: rgba(121, 85, 72, 0.7019607843) !important;
}

.bg-light-color-seven {
  background: #efebe9 !important;
}

.bg-transparent {
  background: transparent !important;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif !important;
}

.font-raleway {
  font-family: "Raleway", sans-serif !important;
}

.font-amir {
  font-family: "Amir Noori Nastaleeq", sans-serif !important;
}

.font-aslam {
  font-family: "Aslam", sans-serif !important;
}

.font-DroidNaskh-Bold {
  font-family: "DroidNaskh-Bold", sans-serif !important;
}

/* Font Sizes */
.font-size-small {
  font-size: 14px !important;
}

.font-size-base {
  font-size: 16px !important;
}

.font-size-medium {
  font-size: 18px !important;
}

.font-size-large {
  font-size: 20px !important;
}

.font-size-xl {
  font-size: 24px !important;
}

.font-size-xxl {
  font-size: 28px !important;
}

/* Font Weights */
.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-regular {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: 900 !important;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #00695c;
}

::-webkit-scrollbar-thumb:hover {
  background: #00695c;
}

::-moz-selection {
  color: #ffffff;
  background: #969696;
}

::selection {
  color: #ffffff;
  background: #969696;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

.form-control:focus {
  border-color: #00695c;
  outline: 0;
  box-shadow: inherit;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.truncate-text-3::after {
  content: "...";
  display: inline-block;
}

.text-truncate-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.truncate-text-4::after {
  content: "...";
  display: inline-block;
}

html {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.min-height-90vh {
  min-height: 90vh !important;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 2222;
}
.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  z-index: 1;
}
.preloader .loader .spin {
  width: 100px;
  height: 100px;
  background: #00695c;
  border-radius: 50%;
  animation: spin-animation 3s infinite linear;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1rem;
}

@keyframes spin-animation {
  12.5% {
    border-radius: 37% 63% 70% 30%/30% 62% 38% 70%;
  }
  25% {
    border-radius: 50% 50% 70% 30%/52% 62% 38% 48%;
  }
  37.5% {
    border-radius: 33% 67% 18% 82%/52% 75% 25% 48%;
  }
  50% {
    border-radius: 73% 27% 18% 82%/52% 32% 68% 48%;
  }
  62.5% {
    border-radius: 73% 27% 74% 26%/64% 32% 68% 36%;
  }
  75% {
    border-radius: 84% 16% 15% 85%/55% 79% 21% 45%;
  }
  87.5% {
    border-radius: 12% 88% 69% 31%/10% 66% 34% 90%;
  }
}
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: rgba(0, 105, 92, 0.7019607843);
  color: #ffffff;
  border: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.nav-active {
  background: linear-gradient(0deg, #e8f5e9 0%, #e4e7a9 100%) !important;
  color: #000000 !important;
  border-radius: 0.7rem;
  animation: all 1s ease-in-out;
}

.rtl {
  direction: rtl !important;
}

.ltr {
  direction: ltr !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.5rem;
  font-family: swiper-icons;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background-color: #000000;
  cursor: pointer;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
}

.swiper-pagination-bullet-active {
  background-color: #000000;
}

.section-banner .swiper-pagination-bullet-active {
  background-color: #827717;
}

.unwanat-section .swiper-pagination-bullet-active {
  background-color: #00695c;
}

.qa-section .swiper-pagination-bullet-active {
  background-color: #388e3c;
}

.subjects-section .swiper-pagination-bullet-active {
  background-color: #0062c4;
}

.books-section .swiper-pagination-bullet-active {
  background-color: #795548;
}

.unwanat-no-section .swiper-pagination-bullet-active {
  background-color: #6a1b9a;
}

.navbar-brand form i {
  height: 40px;
  width: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
}
.navbar-brand .show-on-mobile {
  display: none;
}

.section-banner .banner-heading {
  font-weight: bold;
}
.section-banner .banner-swiper .swiper-wrapper .swiper-slide .story-div {
  height: 300px;
  width: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.section-banner .banner-swiper .swiper-wrapper .swiper-slide .story-div a {
  outline: none;
}
.section-banner .banner-swiper .swiper-wrapper .swiper-slide .story-div a img {
  outline: none;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 16px;
}
.section-banner :focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.section-banner :focus {
  outline: none;
}
.section-banner .navbar-brand form input {
  min-width: 200px;
  max-width: 24rem;
}

.tabs-pin p .fa-thumbtack {
  transform: rotate(45deg);
  margin: 0 0 0 0.25em;
}
.tabs-pin p span {
  font-weight: bold;
}

.section {
  padding: 15px 0 15px 0;
}

.all-main-card p {
  margin: 0;
  text-align: justify;
}
.all-main-card p:first-child {
  font-size: 22px;
}

.section-one {
  position: relative;
}
.section-one .card::before {
  content: "";
  position: absolute;
  left: 8%;
  bottom: -4px;
  width: 80%;
  height: 10px;
  background: rgba(56, 102, 102, 0.5);
  z-index: -1;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
}

.section-three {
  position: relative;
}
.section-three .card::before {
  content: "";
  position: absolute;
  left: 10%;
  bottom: -4px;
  width: 80%;
  height: 10px;
  background: #b3e5fc;
  z-index: -1;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  -o-border-radius: 0.5em;
}

.section-four .card {
  border: 0;
}
.section-four .card .border-left-radius {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.section-four .card .border-right-radius {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.books-section .books-swiper .swiper-slide .card .card-body .card-img {
  height: 15em;
}
.books-section .books-swiper .swiper-slide .card .card-body .card-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */