@font-face {
  font-family: "readexPro";
  src: url("../fonts/Bahij_TheSansArabic-Plain.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "readexPro";
  src: url("../fonts/Bahij_TheSansArabic-Plain.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "readexPro";
  src: url("../fonts/Bahij\ TheSansArabic\ Bold.ttf");
  font-weight: 700;
}

.main-font {
  font-family: "readexPro", sans-serif;
}

.alt-font {
  font-family: "readexPro", sans-serif;
}

body {
  font-family: "readexPro";
}

/* .side_nav {
    display: block;
    width: 25%;
    float: right !important;
    height: auto;
    transition: .5s ease;
    position: relative;
    background: #ed2d34;
} */

/* .side_nav {
    position: fixed;
    top: 0;
    left: -17% !important;
    z-index: 11;
    bottom: 0;
} */

/* .slider-bottom .slider-social {
    position: absolute;
    top: 15px;
    left: 15px !important;
    z-index: 1111;
} */

/* .sticky-logo {
    position: absolute;
    left: -5px;
    bottom: 15px;
} */

/* .my_tog{
    padding: 20px;
    margin-top: 20px;
    margin-right: 10px;
    cursor: pointer;
    transition: .8s ease;
    display: inline-block;
    float: left;
} */

.video-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.videoSlider {
  position: relative;
  height: 100vh;
  width: 100%;
}

.videoContent {
  position: absolute;
  z-index: 100;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -10%);
  margin: auto;
  padding: 15px;
  width: 100%;
}

.text-background-green {
  width: auto;
  max-width: fit-content;
  background-color: #6be561;
  color: #000;
}

.text-background-orange {
  width: auto;
  max-width: fit-content;
  background-color: #f9ae43;
  color: #000;
}

.text-background-black {
  background-color: #000;
  color: #6be561;
}

@media (max-width: 480px) {
  .text-sm-center {
    text-align: center !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }
}

.ordered-list {
  list-style: decimal !important;
}

.ordered-list-square {
  list-style: square !important;
}

.border-radius-5 {
  border-radius: 5px;
}

.bg-fnpos {
  background-color: #6be561 !important;
}

.text-fnpos {
  color: #6be561 !important;
}

.w-md-50 {
  width: 50% !important;
}

.w-sm-100 {
  width: 100% !important;
}

@media (min-width: 480px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
}

@media (min-width: 1200px) {
  .w-lg-25 {
    width: 25% !important;
  }
}

@media (max-width: 480px) {
  .flex-sm-column {
    flex-direction: column !important;
  }

  .text-27 {
    font-size: 27px !important;
  }

  .text-45 {
    font-size: 45px !important;
  }
}

.text-64 {
  font-size: 64px;
}

.text-37 {
  font-size: 37px;
}

.invalidInput {
  border: 2px solid #c41500;
}

.text-fnpos-danger {
  color: #c41500 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  direction: rtl !important;
}

.fontbold {
  font-weight: bold !important;
}

.vertical-year {
  writing-mode: vertical-lr;
  text-align: center;
}

#topic1 {
  transition: transform 0.3s;
}

#topic1:hover {
  transform: scale(1.1);
}

#topic2 {
  transition: transform 0.3s;
}

#topic2:hover {
  transform: scale(1.1);
}

#topic3 {
  transition: transform 0.3s;
}

#topic3:hover {
  transform: scale(1.1);
}

#topic4 {
  transition: transform 0.3s;
}

#topic4:hover {
  transform: scale(1.1);
}

#topic5 {
  transition: transform 0.3s;
}

#topic5:hover {
  transform: scale(1.1);
}

#topic6 {
  transition: transform 0.3s;
}

#topic6:hover {
  transform: scale(1.1);
}

.social-icon:hover {
  color: #ffffff !important;
  background: #f9ae43 !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.rites-res {
  position: absolute;
  bottom: 30px;
  padding-left: 85px;
  font-size: 13px;
}

.side_nav {
  background-color: #f9ae43 !important;
  right: -20%;
}

.expand_nav {
  right: 0;
}

.navbar {
  background-color: #f9ae43 !important;
}

.broad-nav {
  background-color: #f9ae43;
}

/* .broad-nav .side-nav-menu ul {
    left: 7%;
} */

.my_tog {
  padding: 20px 17px;
  margin: 30px 10px;
  cursor: pointer;
  transition: 0.8s ease;
  display: inline-block;
  float: left;
}

.side-nav-menu .nav-menu {
  font-family: "readexPro";
  padding-right: 35px;
  padding-top: 120px;
}

.all-products {
  margin-right: 5%;
}

.logo-banner {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  width: 200px;
}

@media (max-width: 985px) {
  .logo-banner {
    display: none;
  }

  .slider-bottom .slider-social,
  .slider-copyright {
    display: none;
  }
}

.all-products .circle:hover i {
  color: #f9ae43;
  transition: 0.5s ease;
}

.invalidInput {
  border: 2px solid #c41500;
}

.text-fnpos-danger {
  color: #c41500 !important;
}

.btn.btn-green {
  background-color: #6be561;
  border-color: #6be561;
  color: #ffffff;
  font-size: 15px;
}

.btn.btn-green:hover,
.btn.btn-green:focus {
  background: #254f1a;
  border-color: #254f1a;
  color: #fff;
  font-size: 15px;
}

.btn.btn-orange {
  background-color: #f9ae43;
  color: #ffffff;
  font-size: 15px;
}

.btn.btn-orange:hover,
.btn.btn-orange:focus {
  background: #e6a639;
  border-color: #ffffff;
  color: #fff;
  font-size: 15px;
}

.video-banner {
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.vertical-year {
  writing-mode: vertical-lr;
  text-align: center;
}

.text-background-green {
  width: auto;
  max-width: fit-content;
  background-color: #6be561;
  color: #000;
}

.text-background-black {
  background-color: #000;
  color: #6be561;
}

@media (max-width: 480px) {
  .text-sm-center {
    text-align: center !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }
}

.ordered-list {
  list-style: decimal !important;
}

.ordered-list-square {
  list-style: square !important;
}

/* .ordered-list-square li::marker {
    font-size: 48px;
    color: #6be561;
} */

#topic1 {
  transition: transform 0.3s;
}

#topic1:hover {
  transform: scale(1.1);
}

#topic2 {
  transition: transform 0.3s;
}

#topic2:hover {
  transform: scale(1.1);
}

#topic3 {
  transition: transform 0.3s;
}

#topic3:hover {
  transform: scale(1.1);
}

#topic4 {
  transition: transform 0.3s;
}

#topic4:hover {
  transform: scale(1.1);
}

.border-radius-5 {
  border-radius: 5px;
}

.bg-fnpos {
  background-color: #6be561 !important;
}

.text-fnpos {
  color: #6be561 !important;
}

.w-md-50 {
  width: 50% !important;
}

.w-sm-100 {
  width: 100% !important;
}

@media (min-width: 480px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
}

@media (min-width: 1200px) {
  .w-lg-25 {
    width: 25% !important;
  }
}

@media (max-width: 480px) {
  .flex-sm-column {
    flex-direction: column !important;
  }

  .text-27 {
    font-size: 27px !important;
  }

  .text-45 {
    font-size: 45px !important;
  }
}

.videoSlider {
  position: relative;
  height: 100vh;
  width: 100%;
}

.videoContent {
  position: absolute;
  z-index: 100;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -10%);
  margin: auto;
  padding: 15px;
  width: 100%;
}

/* #site-footer {
    position: relative;
    height: 100px;
}

#site-footer>img {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 auto;
    transform: translate(-50%, 160%);
    opacity: 0.19;
    height: auto;

} */

.text-64 {
  font-size: 64px;
}

.text-37 {
  font-size: 37px;
}

.invalidInput {
  border: 2px solid #c41500;
}

.text-fnpos-danger {
  color: #c41500 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  direction: rtl !important;
}

.slider-copyright {
  padding-left: 15px;
}

.brand-logo {
  color: black;
  text-decoration: none;
  font-family: "readexPro";
  display: inline-block;
  padding-top: 13px;
  margin-top: 20px;
  padding-left: 0;
  font-size: 30px;
  transition: 0.6s ease;
}

.sticky-logo {
  left: 9px;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
  background-color: #a1a1a1 !important;
  z-index: 9999;
}

@media (min-width: 1800px) {
  .sticky-logo > img {
    width: 17% !important;
  }

  .my_tog {
    padding: 20px 42px;
  }

  .side-menu {
    width: 22% !important;
  }
}

.loader-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: #244d38;
  filter: brightness(90%);
}

#container {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: scale 2s infinite;
}

#container {
  width: 200px;
  height: 200px;
}

#container img {
  width: 120px;
  height: auto;
}

@keyframes scale {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

.broad-nav .side-nav-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.broad-nav .side-nav-menu ul {
  position: relative;
  left: 0;
  transform: translate(-25px, -20px);
}

.broad-nav .side-nav-menu .social-icons {
  transition: all 1s ease 500ms;
  animation-duration: 2s;
  font-size: 14px;
  animation-name: myan;
  animation-delay: 0.7s;
  animation-fill-mode: both;
  color: #d6d6d6;
  margin-top: 0 !important;
}

.social-icons span:last-child {
  margin-right: 0 !important;
}

.broad .rites-res {
  margin-top: 28px;
  margin-left: 0 !important;
  color: #ffffff;
}

@media (max-width: 480px) {
  .videoContent {
    top: 20% !important;
  }

  .side-menu {
    width: 100% !important;
  }
}

.pp-tooltip {
  font-family: "readexPro" !important;
}

.sidemenu_btn {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 45px;
  padding: 6px;
  margin-right: 1rem;
  margin-left: 20px;
  top: 30px;
  position: absolute;
  right: 6px;
}

.center-brand .sidemenu_btn > span,
.transparent-bg .sidemenu_btn > span,
.fixed-bottom .sidemenu_btn > span,
.just-sidemenu .toggle_white.sidemenu_btn > span,
.bg-invisible .sidemenu_btn > span,
.boxed-nav .sidemenu_btn > span {
  background: #a1a1a1;
}

.sidemenu_btn > span {
  height: 4px;
  width: 100%;
  background: #212331;
  display: block;
  border-radius: 5px;
}

.side-menu {
  width: 35%;
  position: fixed;
  right: 0px;
  top: 0;
  background: #f9ae43;
  z-index: 11111;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow: hidden;
}

.back-top {
  color: #fff;
  right: 20px;
  font-size: 26px;
  position: fixed;
  z-index: 1600;
  opacity: 0;
  visibility: hidden;
  bottom: 70px;
  background-color: #f9ae43;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
}

/* .navContainer {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #f9ae43;
    color: #fff;
    z-index: -1;
} */

.slider-bottom .slider-social {
  position: absolute;
  top: 30px;
  z-index: 1111;
}

@media (min-width: 992px) {
  .navbar {
    background-color: transparent !important;
  }

  /* .center-brand .sidemenu_btn>span,
    .transparent-bg .sidemenu_btn>span,
    .fixed-bottom .sidemenu_btn>span,
    .just-sidemenu .toggle_white.sidemenu_btn>span,
    .bg-invisible .sidemenu_btn>span,
    .boxed-nav .sidemenu_btn>span {
        background: #fff !important;
    } */
}

@media (max-width: 985px) {
  .sidemenu_btn {
    top: 15px !important;
  }

  .center-brand .sidemenu_btn > span,
  .transparent-bg .sidemenu_btn > span,
  .fixed-bottom .sidemenu_btn > span,
  .just-sidemenu .toggle_white.sidemenu_btn > span,
  .bg-invisible .sidemenu_btn > span,
  .boxed-nav .sidemenu_btn > span {
    background: #fff !important;
  }
}

.owl-carousel .owl-item img {
  border: 15px solid #244d38;
  border-radius: 15px;
  width: 400px !important;
  height: 400px !important;
  object-fit: cover;
}

/* ===================================
        eam Slider
   ====================================== */

.team {
  /* background-image: url("../images/team-bg.jpg"); */
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /* margin-left: 5%; */
}

.team h2 {
  font-size: 48px;
  font-weight: bold;
}

#team-slider {
  text-align: center;
}

.team-box {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  height: 430px;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.team-box .team-image {
  position: relative;
  overflow: hidden;
}

.team-box .team-text {
  text-align: center;
  font-size: 14px;
  padding: 1.3rem 0 0 0;
}

.team-box .team-text span,
.team-box .team-text .team-social {
  opacity: 1;
  transition: 0.25ms;
}

.team-box .team-text h5 {
  font-size: 22px;
  color: #232728;
  font-weight: normal;
}

.team-box .team-text span {
  color: #212331;
  font-size: 14px;
  font-weight: normal;
}

#team-slider .owl-item.center .item {
  height: auto;
  transform: scale(1);
}

#team-slider .owl-item.center .team-box .team-text h5 {
  font-size: 24px;
}

#team-slider .owl-item.center .item .team-text span,
#team-slider .owl-item.center .item .team-text .team-social {
  opacity: 1;
  transition: 0.5s ease;
}

.team-social ul {
  margin: 0;
}

.team-social li {
  display: inline-block;
}

.team-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  font-size: 15px;
  margin: 5px 0;
  color: #232728;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.team-classic .item {
  text-align: left;
}

.team-data-img {
  overflow: inherit;
}

@media (min-width: 1800px) {
  .team .section-heading {
    margin-bottom: 5rem !important;
  }

  .team-box {
    height: 480px;
    padding: 16px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .team h2 {
    font-size: 42px;
  }

  .team-social a {
    height: 36px;
    width: 36px;
  }

  .team-box {
    height: 370px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .team h2 {
    font-size: 36px;
  }

  .team-box {
    height: 290px;
  }
}

@media screen and (max-width: 767px) {
  .team-box {
    height: auto;
  }

  /* Team */
  .team h2 {
    font-size: 26px;
  }
}

@media (max-width: 575.98px) {
  .team h2 {
    font-size: 22px;
  }
}

.team #team-circle-right {
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  transition: 0.5s ease;
}

.team #team-circle-left {
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  transition: 0.5s ease;
}

.team .circle {
  position: absolute;
  z-index: 1111;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.team .circle:hover i {
  color: #244d38;
  transition: 0.5s ease;
}

.team .circle i {
  font-size: 42px;
  z-index: 1111;
  color: #464646;
  opacity: 0.7;
  transition: 0.5s ease;
}

@media screen and (max-width: 767px) {
  .team .circle i {
    display: none;
  }
}

.btn.btn-white {
  background: transparent;
  border-color: #000;
  color: #000;
}
.btn.btn-white:hover {
  background: #000 !important;
  border-color: #000;
  color: #f9ae43 !important;
}

.about-section .services-section {
  padding-top: 120px;
}
.about-section .services-section .row-2 {
  padding-bottom: 120px;
}
.about-section .services-section .card {
  padding: 40px;
  text-align: center;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  display: inline-block;
  text-decoration: none;
  position: relative;
  background-image: linear-gradient(to right, #ffff 30%, #ffff 70%);
  -webkit-backface-visibility: hidden;
  z-index: 1;
}
.about-section .services-section .card:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #fc294b 10%, #913596 90%);
  transition: opacity 0.5s ease-in-out;
  z-index: 2;
  opacity: 0;
}
.about-section .services-section .card:hover:after {
  opacity: 1;
}
.about-section .services-section .card .card-body {
  position: relative;
  z-index: 3;
}
.about-section .services-section .card .card-body {
  padding: 0;
}
.about-section .services-section .card i {
  padding-bottom: 30px;
  font-size: 40px;
  z-index: 3;
  position: relative;
  background: linear-gradient(to right, #fc294b 30%, #913596 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-section .services-section .card .card-body .subheading {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-section .services-section .card .card-body .text {
  font-weight: 300;
}

.about-section .services-section .card:hover i {
  background: linear-gradient(to right, #fff 30%, #fff 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-section .services-section .card:hover .subheading {
  color: #fff;
}
.about-section .services-section .card:hover .text {
  color: #fff;
}

.subheading {
  color: black !important;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.serviceCard {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: #ffffff08;
  background-clip: border-box;
  border: none !important;
  border-radius: 0.25rem;
  padding: 15px;
  transition: background 0.3s ease;
  height: 170px;
}

#topics {
  background-image: url("../images/white-square.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#goals {
  background-image: url("../images/green-square.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#membership-tiers {
  background-image: url("../images/orange-square.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#about {
  background-image: url("../images/grey-square.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#subject {
  background-image: url("../images/orange-square.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#organizers {
  background-image: url("../images/white-square.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#contactUs {
  background-image: url("../images/orange-square.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#participate {
  background-image: url("../images/green-square.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

#announcment {
  background-image: url("../images/white-square.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.modal li {
  margin-bottom: 6px;
  font-size: 15px;
  color: #000000;
  padding-left: 0px !important;
  text-align: center !important;
  font-weight: 600;
  line-height: 2;
}

.serviceCard:hover {
  background: #fff;
}

#participate .text-section span {
  color: #f9ae43;
  font-weight: 700;
}

#participate .services {
  padding-top: 120px;
}

#participate .media .media-body {
  padding-top: 25px;
}
#participate .media .media-body .subheading {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
  color: #fff !important;
}
#participate .media .media-body .text {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

#participate .media .heading {
  transition: all 0.5s ease;
  font-weight: 300;
  color: #f9ae43;
}
#participate .media:hover {
  cursor: pointer;
}
#participate .media:hover .heading {
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.pink-text {
  color: #f9ae43;
  font-weight: 700;
}

#announcment img {
  border-right: 15px solid #f9ae43;
  border-radius: 5px;
}

.min-logo {
  position: absolute;
  top: 20px;
  left: 183px;
  right: auto;
  margin: 0;
  z-index: 999;
  width: 150px;
}

.min2-logo {
  position: absolute;
  top: 6px;
  left: 1rem;
  right: auto;
  margin: 0;
  z-index: 999;
  width: 150px;
}

.min3-logo {
  position: absolute;
  top: 16px;
  left: 22rem;
  right: auto;
  margin: 0;
  z-index: 999;
  width: 150px;
}

.slide11 p {
  margin-top: 20px !important;
  text-align: center !important;
}

#textEmail a:hover {
  color: white !important;
}

.side-menu .lang {
  height: 33px;
  color: white;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 22px;
  cursor: pointer;
}
