@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.css");
@import url("bootstrap.min.css");
@import url("slick.css");
@import url("slick-theme.css");
@import url("animate.min.css");
@import url("glightbox.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@400;700;900&display=swap");
* {
  outline: none;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

a {
  color: #26be60;
}

a:hover,
a:active,
a:focus {
  transition: all ease-in-out 0.3s;
  color: #ee1111;
}

:focus-visible {
  outline: none;
}

button:focus:not(:focus-visible) {
  box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
}

a,
a:hover {
  text-decoration: none;
}

a,
span {
  transition: all 0.3s ease 0s;
}

.custum-input {
  background-color: #ffffff;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  border: 0;
  border-bottom: 1px solid #ffd54c !important;
  color: #ffd54c;
  min-height: 60px;
}

::-webkit-input-placeholder {
  color: #26be60 !important;
}

:focus::-webkit-input-placeholder {
  opacity: 0.5;
  color: #26be60;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: #ffffff;
  background-color: #26be60;
  border-color: transparent;
  opacity: 0.5;
}

.dropdown-toggle:hover, .dropdown-toggle:first-child:active {
  background-color: #ffd54c;
}
.dropdown-toggle.show {
  background-color: #ffd54c;
}

.dropdown-menu {
  padding: 0;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:hover {
  background-color: #f5f5f5;
  color: #26be60;
}

html {
  font-size: 1rem;
}

body {
  font-family: "Sawarabi Mincho", serif;
}

.font-small {
  font-size: 0.875rem;
}

.font-extra-small {
  font-size: 0.75rem;
}

.font-black {
  font-weight: 900;
}

.theme-bg-primary {
  background-color: #26be60;
}

.theme-bg-secondary {
  background-color: #ffd54c;
}

.theme-bg-accent-one {
  background-color: #ee1111;
}

.theme-bg-accent-two {
  background-color: #969696;
}

.theme-bg-accent-three {
  background-color: #f5f5f5;
}

.theme-bg-gradient {
  background: linear-gradient(-180deg, #26be60 0%, #ffd54c 100%);
}

.theme-text-white {
  color: #ffffff;
}

.theme-text-primary {
  color: #26be60;
}

.theme-text-secondary {
  color: #ffd54c;
}

.theme-text-accent-one {
  color: #ee1111;
}

.theme-text-accent-two {
  color: #969696;
}

.theme-text-accent-three {
  color: #f5f5f5;
}

.body-text-dark {
  color: #000000;
}

.body-bg {
  background-color: #000000;
}

.theme-box-shadow {
  box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
}

.theme-text-shadow {
  text-shadow: 0 0 1.375rem rgba(255, 213, 76, 0.1);
}

.custom-btn-primary {
  background-color: #26be60;
  color: #000000;
  min-width: 140px;
  min-height: 50px;
  border: 0;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
}

.custom-btn-secondary {
  min-width: 100px;
  min-height: 50px;
  border: 0;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.custom-link {
  background-color: #969696;
  color: #26be60;
  min-width: 120px;
  min-height: 40px;
}
.custom-link:hover {
  background-color: transparent;
  color: #ffd54c;
  border: 2px solid #26be60;
}

.theme-border-radius {
  border-radius: 2.5rem;
}

.theme-border {
  border: 1px solid #26be60;
}

.custom-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-effect {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-effect::before {
  background: #ffd54c;
  content: "";
  position: absolute;
  z-index: -1;
}
.button-effect::after {
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffd54c;
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}
.button-effect:hover {
  background-color: #26be60;
  transition: all 0.2s ease;
}
.button-effect:hover::after {
  height: 100%;
}

.img-effect img {
  transition: all 0.3s ease;
}
.img-effect:hover img {
  transform: scale(1.1);
}

.product-quick-view {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.product-quick-view .view {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.product-quick-view .view span,
.product-quick-view .view i {
  color: #ffffff;
}
.product-quick-view:hover {
  filter: grayscale(100%);
}
.product-quick-view:hover .view {
  opacity: 1;
  cursor: pointer;
}

.bottom .add-cart {
  cursor: pointer;
}
.bottom .add-cart .add {
  position: relative;
  display: inline-block;
}
.bottom .add-cart .add:hover {
  transform: translateY(-3px);
}

.slick-arrow {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  width: 4.5rem;
  height: 2.5rem;
  border-radius: 40px;
  border-top-left-radius: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #26be60;
  transition: all 0.2s ease-out;
  z-index: 1;
}
.slick-arrow i {
  color: #26be60;
}

.slick-arrow.slick-next {
  right: 20px;
}
.slick-arrow.slick-next:before {
  content: "\f138";
  font-family: "bootstrap-icons";
  color: #ffd54c;
}
.slick-arrow.slick-prev {
  left: 20px;
}
.slick-arrow.slick-prev:before {
  content: "\f12f";
  font-family: "bootstrap-icons";
  color: #ffd54c;
}
.slick-arrow:hover {
  background-color: #26be60;
}
.slick-arrow:hover i {
  color: #ffffff;
}

.slick-dots li {
  margin: 0 1rem;
}
.slick-dots li:hover, .slick-dots li:active, .slick-dots li:focus {
  box-shadow: none;
}
.slick-dots li button {
  box-shadow: none;
}
.slick-dots li button:hover, .slick-dots li button:active, .slick-dots li button:focus {
  box-shadow: none;
}
.slick-dots li button::before {
  border: 1px solid #000000;
  background-color: rgba(255, 255, 255, 0.5);
  width: 2.56rem;
  height: 0.8rem;
  display: inline-block;
  border-radius: 2.5rem;
  font-family: initial;
  content: "";
}
.slick-dots li.slick-active button {
  box-shadow: none;
}
.slick-dots li.slick-active button:hover, .slick-dots li.slick-active button:active {
  box-shadow: none;
}
.slick-dots li.slick-active button::before {
  background-color: white;
}

.high-text {
  position: relative;
  display: flex;
  width: 14px;
  height: 14px;
  background: #ffd54c;
  margin: auto;
  align-items: end;
  text-align: center;
  justify-content: center;
  border-radius: 14px;
  border-top-left-radius: 0px;
}
.high-text::before {
  content: "";
  display: flex;
  width: 14px;
  height: 14px;
  background: #f5f5f5;
  position: absolute;
  right: 20px;
  border-radius: 14px;
  border-top-left-radius: 0px;
}
.high-text::after {
  content: "";
  display: flex;
  width: 14px;
  height: 14px;
  background: #f5f5f5;
  position: absolute;
  left: 20px;
  border-radius: 14px;
  border-top-left-radius: 0px;
}

.grow-box {
  display: inline-block;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  width: 100%;
}

.grow-box:hover {
  transform: scale(1.1);
}

.max {
  max-width: 650px;
  margin: auto;
}

.lh-2 {
  line-height: 2;
}

.padd-5 {
  padding: 5rem 0 5rem 0;
}

.bor-tl-no {
  border-top-left-radius: 0px;
}

.bg-scroll {
  background-attachment: scroll !important;
}

.h-400 {
  height: 400px;
}

.img-lt {
  filter: grayscale(100%);
  transition: 0.5s ease-in-out;
}
.img-lt:hover {
  filter: grayscale(0%);
}

.link-more {
  position: relative;
}
.link-more:before {
  position: absolute;
  content: "";
  width: calc(100% - 13px);
  height: 1px;
  left: 0;
  bottom: 0px;
  background-color: #26be60;
  transition: all 0.3s ease;
}
.link-more:hover:before {
  width: 0;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.video-icon {
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  background-color: transparent;
  border: 4px solid #ffd54c;
  color: #ffd54c;
  line-height: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulseBig infinite 4s linear;
}
.video-icon i {
  color: #26be60;
  font-size: 1.5rem;
}
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #ffffff;
  }
  50% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.accordion-item {
  border: 0px;
  padding: 0.25rem;
}
.accordion-item .accordion-button {
  border: 2px solid #f5f5f5;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
}
.accordion-item .accordion-button:not(.collapsed) {
  background-color: #26be60;
  color: #000000;
  box-shadow: none;
}
.accordion-item .accordion-button:focus {
  border-color: #ffd54c;
  box-shadow: none;
}
.accordion-item:first-of-type .accordion-button {
  border-radius: 0px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0px;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 2.5rem;
  border-top-left-radius: 0;
}

@media (min-width: 992px) {
  .menunav {
    padding: 0;
  }
  .menunav ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
  }
  .menunav ul li {
    position: relative;
  }
  .menunav ul li:last-child a {
    padding-right: 0;
  }
  .menunav ul li:hover {
    color: #ffd54c;
  }
  .menunav ul li:hover a, .menunav ul li:hover:active, .menunav ul li:hover:focus {
    color: #ffd54c;
  }
  .menunav a, .menunav:focus {
    color: #ffffff;
    padding: 18px 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .menunav a i, .menunav:focus i {
    font-size: 0.75rem;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }
  .menunav .active {
    color: #26be60;
  }
  .menunav .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #ffffff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 40px;
    border-top-left-radius: 0px;
    z-index: 99;
  }
  .menunav .dropdown ul li {
    min-width: 200px;
  }
  .menunav .dropdown ul li a {
    padding: 10px 20px;
    font-size: 0.875rem;
    text-transform: none;
    color: #000000;
  }
  .menunav .dropdown ul li a:hover {
    color: #26be60;
  }
  .menunav .dropdown ul li a i {
    font-size: 0.75rem;
  }
  .menunav .dropdown ul li:hover > a {
    color: #26be60;
  }
  .menunav .dropdown ul.active:hover {
    color: #26be60;
  }
  .menunav .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .menunav .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }
  .menunav .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}
@media (max-width: 992px) {
  .mobile-menu-toggle {
    color: #ffffff;
    font-size: 2rem;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .menunav {
    padding: 0;
    z-index: 9997;
  }
  .menunav ul {
    display: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #ffffff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
  }
  .menunav a, .menunav:focus {
    color: #000000;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }
  .menunav a:hover, .menunav a.active, .menunav:focus:hover, .menunav:focus.active {
    color: #26be60;
  }
  .menunav a:hover:focus, .menunav a.active:focus, .menunav:focus:hover:focus, .menunav:focus.active:focus {
    color: #26be60;
  }
  .menunav a i, .menunav:focus i {
    font-size: 0.75rem;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: rgba(38, 190, 96, 0.5);
  }
  .menunav a i:hover, .menunav:focus i:hover {
    background-color: #26be60;
    color: #000000;
  }
  .menunav .active i {
    background-color: #26be60;
    color: #000000;
  }
  .menunav .active i:focus i {
    background-color: #26be60;
    color: #000000;
    transform: rotate(180deg);
  }
  .menunav .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #ee1111;
    transition: all 0.5s ease-in-out;
  }
  .menunav .dropdown ul ul {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .menunav .dropdown > .dropdown-active {
    display: block;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .smooth {
    height: 100%;
  }
  .mobile-nav-active .mobile-menu-toggle {
    color: #ffffff;
    position: absolute;
    font-size: 2rem;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .menunav {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: 0.3s;
  }
  .mobile-nav-active .menunav > ul {
    display: block;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
}
.overlay .overlayDoor:before, .overlay .overlayDoor:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #000000;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: 0.8s;
}
.overlay .overlayDoor:before {
  left: 0;
}
.overlay .overlayDoor:after {
  right: 0;
}
.overlay.loaded .overlayDoor:before {
  left: -50%;
}
.overlay.loaded .overlayDoor:after {
  right: -50%;
}
.overlay.loaded .overlayCon {
  opacity: 0;
  margin-top: -15px;
}
.overlay .overlayCon {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.loader {
  width: 5rem;
  height: 5rem;
  border: 2px solid #26be60;
  border-bottom: 2px solid transparent;
  border-radius: 50%;
  position: relative;
  animation: spin 1s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .inner {
  width: 4rem;
  height: 4rem;
  border: 2px solid transparent;
  border-top: 2px solid #ffd54c;
  border-radius: 50%;
  animation: spinInner 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinInner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-720deg);
  }
}
.info-top {
  background-color: #000000;
}
.info-top .social a,
.info-top .social .botom-link {
  color: #ffffff;
}
.info-top .social a:hover,
.info-top .social .botom-link:hover {
  color: #26be60;
}

.header {
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .header .navbar-brand img {
    width: auto;
    height: 70px;
  }
}
.header.fixed-top a, .header.fixed-top:focus {
  color: #000000;
}

.header-type2 {
  background-color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 10;
}
.header-type2.smooth .navbar-brand img {
  width: auto;
  height: auto;
}
.header-type2.fixed-top a, .header-type2.fixed-top:focus {
  color: #000000;
}
.header-type2 .menunav a,
.header-type2 .menunav:focus {
  color: #000000;
}
@media (max-width: 992px) {
  .header-type2 .mobile-menu-toggle {
    color: #000000;
  }
}

.smooth {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.smooth .navbar-brand img {
  width: auto;
  height: 70px;
}
.smooth .mobile-menu-toggle {
  color: #26be60;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.hero {
  position: relative;
}
.hero .carouselhero,
.hero .carouselhero-rtl {
  margin-bottom: 0;
}
.hero .carouselhero .slider-item,
.hero .carouselhero-rtl .slider-item {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .carouselhero .slider-item:before,
.hero .carouselhero-rtl .slider-item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 0;
}
.hero .carouselhero .slick-arrow,
.hero .carouselhero-rtl .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.hero .carouselhero:hover .slick-arrow,
.hero .carouselhero-rtl:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.hero .carouselhero .slick-dots,
.hero .carouselhero-rtl .slick-dots {
  bottom: 3rem;
}

.hero .video-image {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15rem 0;
}
.hero .video-image .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .video-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero2 {
  position: relative;
  background-color: rgba(38, 190, 96, 0.1);
  background: url(../images/slider/slider05.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.prayer-card {
  display: flex;
  flex-direction: column;
  background-color: #ffd54c;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  padding: 1.5rem;
}
.prayer-card .schedule {
  text-align: center;
  width: 100%;
  padding-top: 1rem;
}
.prayer-card .schedule h3 {
  font-size: 50px;
  color: #000000;
  font-weight: 600;
}
.prayer-card .schedule h4 {
  font-size: 14px;
  border-bottom: 1px solid;
  display: table;
  margin: auto;
  font-weight: 600;
  margin-bottom: 20px;
}
.prayer-card .schedule span {
  font-weight: 600;
}
.prayer-card ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
}
.prayer-card ul li.heading {
  background-color: #26be60;
  color: #000000;
  font-weight: 900;
  padding: 15px 30px;
}
.prayer-card ul li.pray {
  padding: 15px 30px;
  font-weight: 900;
  position: relative;
  z-index: 0;
}
.prayer-card ul li.pray:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.4s ease-in-out;
}
.prayer-card ul li.pray:hover:before {
  height: 100%;
}
.prayer-card ul span {
  width: 33%;
  text-align: justify;
}
.prayer-card ul span:last-child {
  text-align: end;
}
.prayer-card ul span:nth-child(2) {
  text-align: center;
}

.services-banner {
  position: relative;
}
.services-banner .box {
  position: relative;
  max-height: 480px;
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  background-image: url(../images/services/services-bg.png);
}
.services-banner .box:hover {
  background-color: rgba(255, 213, 76, 0.5);
}
.services-banner .box:hover .content img {
  background-color: #ffd54c;
}
.services-banner .box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 0;
}
.services-banner .box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
}
.services-banner .box .content img {
  width: 120px;
  height: 100px;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  background: #ffffff;
}
.services-banner .box .content .title {
  font-size: 1.5rem;
  font-weight: 700;
}
.services-banner .box .content p {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 5rem;
  color: #000000;
  line-height: 2;
}
.services-banner .box .content .btn-shop {
  background-color: #26be60;
  color: #000000;
  font-weight: 700;
}

.topProgram .nav-pills li {
  margin: 0 0.5rem;
}
.topProgram .nav-pills li .nav-link {
  border: 1px solid #26be60;
  color: #000000;
  font-weight: bold;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  background-color: #ffffff;
}
.topProgram .nav-pills li .active {
  background-color: #26be60;
}
.topProgram .card-wrap .con-img-wrap {
  position: relative;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  overflow: hidden;
}
.topProgram .card-wrap .small-img {
  min-height: 120px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.topProgram .card-wrap .con-wrap {
  border-radius: 2.5rem;
  border-bottom-right-radius: 0;
  background-color: #ffffff;
}
.topProgram .card-wrap .con-wrap .text {
  font-weight: 700;
}
.topProgram .card-wrap .con-wrap .text a {
  color: #ffd54c;
}
.topProgram .card-wrap .con-wrap .text a:hover {
  color: #26be60;
}
.topProgram .card-wrap .con-wrap .progress {
  width: 100%;
  height: 10px;
  overflow: hidden;
  background: #969696;
  border-radius: 2.5rem;
  margin-bottom: 1rem;
}
.topProgram .card-wrap .con-wrap .progress .bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: #26be60;
}
.topProgram .card-wrap .con-wrap .progress .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  color: #ffffff;
}
.topProgram .card-wrap .con-wrap .product-price span,
.topProgram .card-wrap .con-wrap .product-price i {
  color: #000000;
}
.topProgram .card-wrap .con-wrap a {
  background: #ee1111;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 2.5rem;
  border-top-left-radius: 0px;
  color: #ffffff;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topProgram .card-wrap .con-wrap a:hover {
  background: #26be60;
}

.deal-to-action {
  background-color: rgba(38, 190, 96, 0.1);
  background-image: url(../images/section/Bg-Deals.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 600px;
  background-position: center center;
  position: relative;
  padding: 5rem 0;
}
.deal-to-action::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.deal-to-action #timer {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
}
.deal-to-action #timer div {
  display: inline-block;
  min-width: 120px;
  font-size: 3em;
  font-weight: 900;
  color: #26be60;
}
@media screen and (max-width: 575px) {
  .deal-to-action #timer div {
    min-width: 60px;
  }
}
.deal-to-action #timer div span {
  color: #ffd54c;
  display: block;
  font-size: 0.5em;
  font-weight: 700;
}
.deal-to-action .event {
  margin-top: 40px;
  position: relative;
}
.deal-to-action .event .event-item {
  border-bottom: 1px dashed #ffffff;
  width: 100%;
  height: 100%;
  padding: 0 0 0.5rem 0;
}
.deal-to-action .event .event-item h3 {
  margin: 0;
  color: #26be60;
}
.deal-to-action .event .event-item h4 {
  margin: 0;
  font-size: 1.25rem;
  color: #26be60;
}
.deal-to-action .event .event-item p {
  margin: 0;
  color: #f5f5f5;
}

.video-frame {
  width: 100%;
  background-image: url(../images/section/video-bg.png);
  background-position: center top;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.video-frame::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-frame .group {
  display: flex;
  min-height: 650px;
  border-radius: 2.5rem;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.about-us .about-pic .about-img img:first-child {
  width: 80%;
  box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
  border-radius: 170px;
  border-top-left-radius: 0;
  border: 4px solid #ffffff;
}
.about-us .about-pic .about-img img:last-child {
  position: relative;
  width: 60%;
  right: 0;
  float: right;
  top: -150px;
  margin-bottom: -150px;
  border: 4px solid #ffffff;
  box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
  border-radius: 170px;
  border-bottom-right-radius: 0;
}
.about-us .about-pic .about-box {
  background: linear-gradient(-180deg, #26be60 0%, #ffd54c 100%);
  width: 200px;
  height: 200px;
  border-radius: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 20%;
  z-index: 1;
  border-top-left-radius: 0;
}
.about-us .about-pic .about-box .title {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: -1.92px;
  color: #000000;
  margin: 0;
}
.about-us .about-list {
  padding: 1rem 0;
}
.about-us .about-list li {
  font-weight: bold;
  line-height: 2rem;
  color: #969696;
}
.about-us .about-list li i {
  color: #26be60;
  margin-right: 0.8rem;
}
.about-us .li-circle {
  background: #f5f5f5;
  border: 1px solid #ffffff;
  box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  display: flex;
  width: 5rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.3s;
}
.about-us .li-circle:hover {
  background: #012F50;
}

.why-us {
  padding: 5rem 0;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url(../images/section/patern.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 700px;
  background-position: center center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-us .left-icon {
  position: relative;
  padding: 1rem;
  border-radius: 2.5rem;
  text-align: center;
}
.why-us .left-icon:hover .icon {
  transform: translateY(-5px);
  transition-duration: 0.3s;
  background: #ffd54c;
}
.why-us .left-icon .icon {
  background: #f5f5f5;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: auto;
  transition-duration: 0.3s;
  border-top-left-radius: 0;
}
.why-us .left-icon .icon:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px dashed #26be60;
  border-top-left-radius: 0;
}
.why-us .left-icon .icon img {
  width: 50px;
  height: 50px;
}
.why-us .left-icon .text h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.why-us .left-icon .text p {
  margin-bottom: 0;
  font-size: 0.75rem;
}

.testimonials {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  background-position: center center;
  position: relative;
}
.testimonials .review-wrap {
  padding: 1rem;
  margin-right: 1rem;
  margin-left: 1rem;
  border-radius: 170px;
  border-top-left-radius: 0;
  border: 1px dashed #969696;
  min-height: 400px;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #ffffff;
}
.testimonials .client-pic {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.testimonials .client-pic .avatar {
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  background: #f5f5f5;
}
.testimonials .con {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}
.testimonials .con::before {
  content: "";
  background-image: url(../images/icons/qotes-icon.svg);
  width: 50px;
  height: 38px;
  position: absolute;
  top: -30px;
  left: 0px;
}
@media screen and (max-width: 992px) {
  .testimonials .con::before {
    left: 0%;
  }
}
.testimonials .client-con {
  text-align: center;
  font-size: 0.875rem;
}

.partners {
  padding: 3rem 0;
}
.partners .col img {
  margin: 0 auto;
  transition: all 0.2s ease-in;
}
.partners .col:hover img {
  transform: scale(0.9);
}

.blog .blog-card .tags {
  top: 0;
  right: 0px;
  z-index: 1;
  display: block;
  background: #ffd54c;
  cursor: pointer;
  min-width: 60px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
}
.blog .blog-card .tags a {
  color: #000000;
}
.blog .blog-card .cat {
  color: #26be60;
  cursor: pointer;
}
.blog .blog-card .cat:hover {
  color: #ffd54c;
}

.footer {
  position: relative;
  background-image: url(../images/section/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 5rem 0;
  z-index: 1;
}
.footer:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer h3 {
  color: #ffffff;
}
.footer p {
  line-height: 2rem;
  color: #f5f5f5;
  font-weight: 600;
}
.footer .cir {
  background-color: #26be60;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 3rem;
  color: #000000;
}
.footer .footer-link li {
  line-height: 2.5rem;
}
.footer .footer-link li i {
  color: #f5f5f5;
  font-size: 1rem;
  line-height: normal;
  vertical-align: middle;
}
.footer .footer-link li a {
  color: #f5f5f5;
  font-size: 0.875rem;
  padding: 0 0 0.5rem 0;
  font-weight: 600;
}
.footer .footer-link li a:hover {
  color: #26be60;
  letter-spacing: 0.5px;
  padding-left: 0.5rem;
}
.footer .social a {
  color: #000000;
  background: #ffffff;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 35px;
  height: 35px;
}
.footer .social a:hover {
  background: #26be60;
}
.footer .form-subcriber {
  border-radius: 2.5rem;
  position: relative;
}
.footer .form-subcriber input {
  box-shadow: none;
  width: 100%;
  border: 0;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer .form-subcriber button {
  margin-left: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-width: 150px;
}

.footer-type2 {
  position: relative;
  background-image: url(../images/section/footer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 5rem 0;
  z-index: 1;
}
.footer-type2:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(38, 190, 96, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer-type2 h3 {
  color: #ffd54c;
}
.footer-type2 p {
  line-height: 2rem;
  color: #000000;
  font-weight: 600;
}
.footer-type2 .cir {
  background-color: #26be60;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 3rem;
  color: #000000;
}
.footer-type2 .footer-link li {
  line-height: 2.5rem;
}
.footer-type2 .footer-link li i {
  color: #f5f5f5;
  font-size: 1rem;
  line-height: normal;
  vertical-align: middle;
}
.footer-type2 .footer-link li a {
  color: #000000;
  font-size: 0.875rem;
  padding: 0 0 0.5rem 0;
  font-weight: 600;
}
.footer-type2 .footer-link li a:hover {
  color: #ffd54c;
  letter-spacing: 0.5px;
  padding-left: 0.5rem;
}
.footer-type2 .social a {
  color: #000000;
  background: #ffffff;
  margin-right: 1rem;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 4rem;
  height: 4rem;
}
.footer-type2 .social a:hover {
  background: #26be60;
}
.footer-type2 .form-subcriber {
  border-radius: 2.5rem;
  position: relative;
}
.footer-type2 .form-subcriber input {
  box-shadow: none;
  width: 100%;
  border: 0;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer-type2 .form-subcriber button {
  margin-left: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-width: 150px;
}
.footer-type2 a {
  color: #f5f5f5;
}
.footer-type2 a:hover {
  color: #ee1111;
}

.footer-type3 {
  position: relative;
  background-image: url(../images/section/footer-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 5rem 0;
  z-index: 1;
}
.footer-type3:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(245, 245, 245, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer-type3 h3 {
  color: #000000;
}
.footer-type3 p {
  line-height: 2rem;
  color: #000000;
  font-weight: 600;
}
.footer-type3 .cir {
  background-color: #26be60;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 3rem;
  color: #000000;
}
.footer-type3 .footer-link li {
  line-height: 2.5rem;
}
.footer-type3 .footer-link li i {
  color: #26be60;
  font-size: 1rem;
  line-height: normal;
  vertical-align: middle;
}
.footer-type3 .footer-link li a {
  color: #000000;
  font-size: 0.875rem;
  padding: 0 0 0.5rem 0;
  font-weight: 600;
}
.footer-type3 .footer-link li a:hover {
  color: #ffd54c;
  letter-spacing: 0.5px;
  padding-left: 0.5rem;
}
.footer-type3 .social a {
  color: #000000;
  background: #ffd54c;
  margin-right: 1rem;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 4rem;
  height: 4rem;
}
.footer-type3 .social a:hover {
  background: #26be60;
}
.footer-type3 .form-subcriber {
  border-radius: 2.5rem;
  position: relative;
}
.footer-type3 .form-subcriber input {
  box-shadow: none;
  width: 100%;
  border: 0;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer-type3 .form-subcriber button {
  margin-left: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-width: 150px;
}
.footer-type3 a {
  color: #ee1111;
}
.footer-type3 a:hover {
  color: #ee1111;
}

.scrollup {
  overflow: hidden;
  position: fixed;
  height: 3.5rem;
  width: 3.5rem;
  line-height: 3.5rem;
  bottom: -5rem;
  right: 1%;
  text-align: center;
  z-index: 2;
  background-color: transparent;
  display: block;
  color: #26be60;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  border: 4px solid #26be60;
}
.scrollup i {
  font-size: 1.5rem;
  display: inline-block;
  transition: all 0.5s ease-out;
}
.scrollup i:hover, .scrollup i:focus {
  animation: toBottomFromTop 0.5s forwards;
}
.scrollup:hover, .scrollup:focus {
  color: #ffd54c;
  border-color: #ffd54c;
}

.scrollup.back-top {
  bottom: 20px;
}

@keyframes toBottomFromTop {
  49% {
    transform: translateY(-20%);
  }
  50% {
    opacity: 0;
    transform: translateY(20%);
  }
  51% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
[dir=rtl] body {
  font-family: "Noto Sans Arabic", sans-serif;
}
[dir=rtl] .slick-prev {
  right: unset;
}
[dir=rtl] .about-us h3 {
  padding-right: 1rem;
}
[dir=rtl] .menunav a {
  font-size: 1.2rem;
}
[dir=rtl] .menunav a i {
  margin-left: 0;
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  [dir=rtl] .menunav .dropdown ul {
    left: -50px;
  }
}
[dir=rtl] .menunav .dropdown ul li a {
  font-size: 1rem;
}
[dir=rtl] .link-more {
  font-size: 1.5rem;
}
[dir=rtl] .mobile-nav-active .mobile-menu-toggle {
  left: 15px;
}

.breadcrumb-area {
  position: relative;
  z-index: 0;
  background-image: url(../images/breadcrumb/breadcrumb-image.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px 0;
  display: flex;
  justify-content: start;
  align-items: center;
  min-height: 500px;
  padding-top: 250px;
}
@media screen and (max-width: 767px) {
  .breadcrumb-area {
    min-height: 200px;
    padding-top: 120px;
  }
}
.breadcrumb-area::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: -1;
}

.page-breadcrumb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-breadcrumb .list li {
  display: inline-block;
  color: #969696;
  position: relative;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 600;
}
.page-breadcrumb .list li:first-child {
  padding-left: 0px;
}
.page-breadcrumb .list li:first-child::before {
  display: none;
}
.page-breadcrumb .list li a {
  color: #ffffff;
  display: inline-block;
}
.page-breadcrumb .list li a::before {
  content: "\f56a";
  position: absolute;
  right: -20px;
  top: -5px;
  font-family: bootstrap-icons !important;
  font-size: 2rem;
  line-height: initial;
  color: #ffd54c;
}
.page-breadcrumb .list li a:hover {
  color: #ffd54c;
}

.box-circle {
  width: 80px;
  height: 80px;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-type2 #timer {
  display: flex;
  justify-content: center;
  text-align: center;
}
.event-type2 #timer div {
  display: inline-block;
  min-width: 60px;
  font-size: 1rem;
  color: #ffffff;
  background-color: #26be60;
  margin-left: 0.5rem;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  padding: 0.5rem;
}
.event-type2 #timer div span {
  color: #ffffff;
  display: block;
  font-size: 0.875rem;
}

.pagination {
  display: flex;
  border: 3px solid #ffd54c;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0.5rem;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  margin: auto;
}
.pagination li .page-link {
  background-color: transparent;
  color: #000000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  font-size: 0.875rem;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border: none;
  border-right: 1px solid #969696;
}
.pagination li .page-link:hover, .pagination li .page-link.active {
  background: #ffd54c;
  color: #26be60;
}
.pagination li .page-link:first-child {
  border-radius: 0;
  border-radius: 2.5rem;
}
.pagination li .page-link:last-child {
  border-radius: 0;
  border-radius: 2.5rem;
}
.pagination li .page-link.prev, .pagination li .page-link.next {
  width: 90px;
  font-size: 0.875rem;
  background-color: #ffd54c;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  color: #000000;
  border-right: 0px;
}
@media screen and (max-width: 575px) {
  .pagination li .page-link.prev, .pagination li .page-link.next {
    width: 54px;
  }
}
.pagination li .page-link.prev:hover, .pagination li .page-link.next:hover {
  background-color: #26be60;
}
.pagination li:last-child a {
  margin-right: 0px;
}
.pagination .disabled > .page-link,
.pagination .page-link.disabled {
  background-color: rgba(255, 213, 76, 0.5) !important;
}

.maintenance-area {
  position: relative;
}
.maintenance-area .bg-maintenance {
  width: 100%;
  height: 100vh;
  display: block;
  background-image: url(../images/section/maintenance-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.maintenance-area .input-group {
  border-radius: 2.5rem;
  padding: 1rem;
  border: 1px solid #26be60;
  border-top-left-radius: 0;
}
.maintenance-area .input-group .form-control {
  border-radius: 2.5rem;
  border: none;
}
.maintenance-area .input-group button {
  border-radius: 2.5rem;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 2.5rem !important;
}

.breadcrumb-no-img {
  position: relative;
  padding: 0px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 250px;
}
.breadcrumb-no-img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255, 213, 76, 0.3);
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: -1;
}

.blog-list-head {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: #26be60;
  font-weight: bold;
  border-bottom: 1px solid #969696;
  padding-bottom: 1rem;
}
.blog-list-head:after {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #26be60;
}

.post-thumb img {
  width: 100px;
  height: auto;
  border-top-left-radius: 0;
}

.search-form {
  border: 1px solid #ffd54c;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  padding: 0.5rem;
}
.search-form input {
  font-size: 0.875rem !important;
}
.search-form input:focus {
  box-shadow: none;
}
.search-form button {
  background-color: #26be60;
  min-width: 50px;
  min-height: 50px;
  border-radius: 2.5rem !important;
  border-top-left-radius: 0 !important;
}
.search-form button i {
  color: #ffffff;
}
.search-form button:hover {
  background-color: #ffd54c;
}

.widget-categories li :first-child {
  margin-top: 0;
}
.widget-categories li .count {
  background-color: #26be60;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 0.8rem;
  line-height: 24px;
  text-align: center;
  color: #ffd54c;
}
.widget-categories li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #969696;
  padding: 10px 15px;
  padding-left: 15px;
  position: relative;
  transition: all 0.2s;
}
.widget-categories li a:hover {
  background: rgba(38, 190, 96, 0.04);
  color: #ffd54c;
}
.widget-categories li a:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.widget-categories li a::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #ffd54c;
  border-radius: 2px 0px 0px 2px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s;
  transform: translateX(-5px);
}

.tags-blog {
  list-style-type: none;
}
.tags-blog li {
  padding: 1rem 0.5rem;
  margin: 0 0;
  display: inline-block;
}
.tags-blog li a {
  color: #969696;
  border-radius: 2.5rem;
  background: #f5f5f5;
  padding: 0.5rem;
}
.tags-blog li a:hover {
  background: #ffd54c;
  color: #000000;
}

.blog-grid .blog-item {
  height: 580px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .blog-grid .blog-item {
    height: auto;
  }
}
.blog-grid .blog-item:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.blog-grid .blog-item.small-item {
  height: 285px;
}
.blog-grid .blog-item.small-item .blog-item-text {
  padding: 0 30px;
}
.blog-grid .blog-item.small-item .blog-item-text p {
  margin-bottom: 5px;
}
.blog-grid .blog-item .blog-item-text {
  position: absolute;
  left: 0;
  bottom: 25px;
  text-align: center;
  width: 100%;
  padding: 0 105px;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .blog-grid .blog-item .blog-item-text {
    padding: 0 25px;
  }
}
.blog-grid .blog-item .blog-item-text p {
  color: #ffffff;
  margin-bottom: 12px;
}
.blog-grid .blog-item .blog-item-text p span {
  color: #ffd54c;
  margin-right: 5px;
}
.blog-grid .blog-item .blog-item-text h4 a {
  color: #ffffff;
  line-height: 34px;
}
.blog-grid .blog-item .blog-item-text h4 a:hover {
  color: #ffd54c;
}

.post-wrap {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.post-wrap p i {
  line-height: 2rem;
  border-right: 4px solid #26be60;
  height: 100%;
  display: block;
  padding: 1rem;
  background: rgba(38, 190, 96, 0.04);
  text-align: justify;
}
.post-wrap .post-desc {
  line-height: 2rem;
  text-align: justify;
  color: #969696;
}
.post-wrap .image-caption {
  color: #969696;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 12px;
  text-align: center;
}

.blog-post-social {
  border-top: 1px solid #969696;
}
.blog-post-social .post-tag-list {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.blog-post-social .post-tag-list li {
  font-weight: bold;
  color: #000000;
  margin: 0 8px 5px 0;
}
.blog-post-social .post-tag-list li:first-child {
  margin-right: 10px;
  border: none;
}
.blog-post-social .post-tag-list li a {
  font-size: 0.875rem;
  color: #969696;
  font-weight: normal;
  border: 1px solid #969696;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
}
.blog-post-social .post-tag-list li a:hover {
  color: #ffd54c;
  border-color: #26be60;
}
.blog-post-social .blog-icon-list {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #969696;
  padding: 10px 30px;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
}
.blog-post-social .blog-icon-list li {
  margin-left: 1.5rem;
}
.blog-post-social .blog-icon-list li a {
  display: inline-block;
  font-size: 1.5rem;
  transition: 0.4s ease;
}
.blog-post-social .blog-icon-list li a i {
  color: #ffd54c;
  padding-right: 1rem;
}
.blog-post-social .blog-icon-list li a:hover {
  transform: scale(1.2);
}

.blog-next-post-button {
  padding: 1rem;
  background-color: #f5f5f5;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
}
.blog-next-post-button .post-item .post-title {
  display: block;
  color: #969696;
}
.blog-next-post-button .post-item .wrap-post {
  display: block;
}
.blog-next-post-button .post-item .wrap-post .post-meta {
  margin-top: 0.5rem;
}
.blog-next-post-button .post-item.next-btn {
  text-align: right;
}

.blog-details-form h4 {
  color: #ee1111;
  font-weight: 700;
  margin-bottom: 26px;
}
.blog-details-form form input {
  height: 50px;
  width: 100%;
  background: #f5f5f5;
  font-size: 1rem;
  color: #26be60;
  padding-left: 20px;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  border: none;
  margin-bottom: 30px;
}
.blog-details-form form textarea {
  height: 115px;
  width: 100%;
  background: #f5f5f5;
  font-size: 1rem;
  color: #26be60;
  padding-left: 20px;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  padding-top: 12px;
  resize: none;
  border: none;
  margin-bottom: 34px;
}

.blog-details-comment {
  padding-bottom: 10px;
}
.blog-details-comment h4 {
  color: #26be60;
  font-weight: 700;
  margin-bottom: 40px;
  border-bottom: 1px solid #969696;
  padding-bottom: 15px;
  font-size: 2.5rem;
}
.blog-details-comment .comment-item {
  margin-bottom: 40px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  padding: 1rem;
}
.blog-details-comment .comment-item.comment-item--reply {
  margin-left: 40px;
}
.blog-details-comment .comment-item-pic {
  float: left;
  margin-right: 16px;
}
.blog-details-comment .comment-item-text {
  overflow: hidden;
}
.blog-details-comment .comment-item-text span {
  font-size: 0.875rem;
  color: #969696;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}
.blog-details-comment .comment-item-text h5 {
  color: #26be60;
  font-weight: 700;
  margin-bottom: 10px;
}
.blog-details-comment .comment-item-text p {
  color: #969696;
  font-size: 0.875rem;
  line-height: 22px;
  margin-bottom: 25px;
}
.blog-details-comment .comment-item-text a {
  display: inline-block;
  color: #ffffff;
  background: #26be60;
  padding: 6px 15px;
  letter-spacing: 2px;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  transition: all, 0.3s;
  font-size: 0.75rem;
  margin-right: 1rem;
  color: #000000;
}
.blog-details-comment .comment-item-text a:hover {
  background: #ffd54c;
}

.post-wrap-center,
.blog-post-social,
.blog-next-post-button {
  max-width: 855px;
  margin: auto;
}

.blog-video-wrap .box {
  background-position: center top;
  background-size: cover;
  min-height: 550px;
}
.blog-video-wrap .box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-sec .gallery-card {
  position: relative;
  width: 100%;
}
.gallery-sec .gallery-card figure {
  position: relative;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  height: auto;
  cursor: pointer;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
}
.gallery-sec .gallery-card figure img {
  position: relative;
  display: block;
  min-height: 100%;
  min-width: 100%;
  opacity: 0.8;
  width: -webkit-fill-available;
}
.gallery-sec .gallery-card figure .gallery-text {
  transition: transform 0.5s, opacity 0.3s;
  position: absolute;
  z-index: 99;
  bottom: 37px;
  opacity: 0;
  transform: translateX(0);
  max-width: 100%;
}
.gallery-sec .gallery-card figure .gallery-text .heading {
  color: #ffffff;
  font-size: 1.5rem;
}
.gallery-sec .gallery-card figure .gallery-text .title {
  color: #ffd54c;
  font-size: 1rem;
}
.gallery-sec .gallery-card figure:hover .gallery-text {
  opacity: 1;
  transform: translateX(39px);
}
.gallery-sec .gallery-card figure .bg-overlay {
  transition: transform 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  transform: translatey(100%);
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.5%, rgba(0, 0, 0, 0.4) 82.25%);
}
.gallery-sec .gallery-card figure:hover .bg-overlay {
  transform: translatey(0);
}
.gallery-sec .colum5 .gallery-card figure {
  max-height: 250px;
}
.gallery-sec .colum5 .gallery-card figure .gallery-text .heading,
.gallery-sec .colum5 .gallery-card figure .gallery-text .title {
  display: none;
}

.filter-controls {
  margin: 30px auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.filter-controls li {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: #000000;
  background: #f5f5f5;
  cursor: pointer;
  border-radius: 2.5rem;
  transition: 0.3s all;
}
.filter-controls li:hover {
  background: #26be60;
  color: #ffffff;
}
.filter-controls li.active {
  color: #ffd54c;
  background: #26be60;
}
.filter-controls li:last-child {
  margin-right: 0;
}

.carouselGallerySlider .slick-slide {
  margin-left: 1rem;
  margin-right: 1rem;
}

.carouselGallerySliderFluid .slick-slide {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.privacy-list li {
  color: #969696;
  line-height: 2;
  list-style: disc;
  margin-left: 1.125rem;
}

.faq-cat li {
  list-style: none;
  line-height: 2.5rem;
}
.faq-cat li a {
  display: flex;
  font-size: 1.25rem;
}
.faq-cat li a i {
  padding-right: 1rem;
  font-size: 0.5rem;
}

.price-sec {
  padding: 4rem 0;
}
.price-sec .price-box {
  border: 2px solid #f5f5f5;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
  text-align: start;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.price-sec .price-box:hover {
  border-color: #ffd54c;
}
.price-sec .price-box.box-2 {
  border-color: #26be60;
}
.price-sec .price-box:hover .price {
  color: #26be60;
}
.price-sec .price-box .pricing-rate {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.price-sec .price-box .pricing-rate .price {
  color: #ee1111;
}
.price-sec .price-box .list ul li {
  line-height: 3rem;
  color: #26be60;
}
.price-sec .price-box .tag {
  position: absolute;
  top: -20px;
  right: 0;
  padding: 7px 12px;
  background-color: #26be60;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.our-team {
  position: relative;
}
.our-team .team-card {
  cursor: pointer;
  position: relative;
  border-radius: 170px;
  border-top-left-radius: 0;
  overflow: hidden;
  width: auto;
  height: auto;
  margin: auto;
}
.our-team .team-card:hover .team-con {
  visibility: visible;
}
.our-team .team-card .team-con {
  box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
}
.our-team .team-card .team-con p {
  color: #ffffff;
}
.our-team .team-card .team-con .team-social {
  display: flex;
}
.our-team .team-card .team-con .team-social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ee1111;
  background-color: #f5f5f5;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin: 0 0.5rem;
}
.our-team .team-card .team-con .team-social li a:hover {
  background-color: #26be60;
  color: #ffffff;
}
.our-team .team-card img {
  transition: all 0.4s ease-out 0s;
}
.our-team .team-card:hover .team-con {
  background-color: rgba(38, 190, 96, 0.5);
}
.our-team .team-card:hover img {
  transform: scale(1.1);
}

.team-details .details-text {
  position: relative;
}
.team-details .details-text p {
  line-height: 30px;
}
.team-details .details-title {
  margin-bottom: 20px;
}
.team-details .details-title .title {
  font-weight: 700;
  margin-bottom: 1rem;
}
.team-details .details-title span {
  display: block;
}
.team-details .details-rating {
  text-align: left;
}
.team-details .details-rating .rating i {
  font-size: 1.5rem;
  display: inline-block;
  color: #ffd54c;
}
.team-details .details-rating span {
  display: block;
  font-size: 1.2rem;
}
.team-details .details-widget {
  margin: 1rem 0;
}
.team-details .details-widget ul {
  margin-bottom: 20px;
}
.team-details .details-widget li {
  list-style: none;
  line-height: 30px;
  position: relative;
  padding-left: 18px;
}
.team-details .details-widget li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  height: 6px;
  width: 6px;
  background: #26be60;
  border-radius: 2.5rem;
}
.team-details .details-widget li span {
  width: 115px;
  display: inline-block;
  font-weight: 700;
}

.services .service-single-img {
  border-radius: 2.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.services .service-single-img img {
  transition: all 0.3s ease-out 0s;
  width: 100%;
}
.services .services-text li {
  padding-left: 35px;
  position: relative;
  color: #969696;
  margin-bottom: 17px;
  font-weight: 500;
  font-size: 0.875rem;
}
.services .services-text li:before {
  position: absolute;
  content: "\f270";
  font-family: "bootstrap-icons";
  color: #26be60;
  left: 0;
  top: 0;
}
.services .services-text li:last-child {
  margin-bottom: 0;
}
.services .service-sidebar {
  background: #000000;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
}
.services .service-sidebar .title {
  margin-bottom: 1rem;
  position: relative;
}
.services .service-sidebar .list li {
  border-bottom: 1px solid #969696;
}
.services .service-sidebar .list li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.services .service-sidebar .list li a {
  display: block;
  padding: 10px 0;
  transition: all 0.5s ease-in-out;
}
.services .service-sidebar .list li a:hover, .services .service-sidebar .list li a:active, .services .service-sidebar .list li a.active {
  padding-left: 10px;
  color: #ffd54c;
}
.services .service-sidebar .list li a i {
  margin-right: 5px;
  color: #26be60;
}

.error {
  background: black;
  padding-top: 10rem;
}
.error .text {
  color: #ffffff;
  font-size: 18rem;
  font-weight: 600;
  line-height: 20rem;
}
@media screen and (max-width: 992px) {
  .error .text {
    font-size: 15rem;
  }
}
@media screen and (max-width: 575px) {
  .error .text {
    font-size: 5rem;
    line-height: 5rem;
  }
}

.donate {
  display: block;
}
.donate .card-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 992px) {
  .donate .card-wrap {
    flex-direction: column;
  }
}
.donate .card-wrap .con-img-wrap {
  width: 40%;
  min-height: 350px;
  overflow: hidden;
  border-radius: 2.5rem;
  border-top-left-radius: 0;
}
@media (max-width: 992px) {
  .donate .card-wrap .con-img-wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.donate .card-wrap .con-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .donate .card-wrap .con-wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.donate .card-wrap .con-wrap .progress {
  width: 100%;
  height: 20px;
  overflow: hidden;
  background: #969696;
  border-radius: 2.5rem;
  margin-bottom: 1rem;
}
.donate .card-wrap .con-wrap .progress .bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
  background: #26be60;
}
.donate .card-wrap .con-wrap .progress .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  color: #ffffff;
}
.donate .amount-donate .input-holder {
  margin: 2em auto 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: 1px solid #969696;
  border-radius: 2.5rem;
}
.donate .amount-donate .radio-cont {
  position: relative;
  cursor: pointer;
}
.donate .amount-donate .radio-cont span {
  background: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.3s;
}
.donate .amount-donate .radio-cont input[type=radio] {
  display: none;
}
.donate .amount-donate .radio-cont:first-child span {
  border-radius: 2.5rem 0 0 2.5rem;
}
.donate .amount-donate input[type=text] {
  border: none;
  display: block;
  margin: 0;
  padding: 1rem;
  border-radius: 0 2.5rem 2.5rem 0;
}
.donate .amount-donate .radio-cont,
.donate .amount-donate input[type=text] {
  font-weight: 600;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  border-right: 1px solid #969696;
}
.donate .amount-donate .radio-cont input:checked ~ span {
  box-shadow: inset 0 0 50px 5px rgba(0, 0, 0, 0.25);
}

.pay-sec .custom-tab .nav-link {
  text-align: center;
  background: #969696;
  color: #000000 !important;
  font-size: 0.875rem;
  border-radius: 2.5rem;
  border-top-left-radius: 0 !important;
  border-bottom: 1px solid #969696;
  padding: 1.02rem 1rem;
  margin-bottom: 1rem;
}
.pay-sec .custom-tab .nav-link:last-child {
  border-bottom: 0px solid transparent;
}
.pay-sec .custom-tab .nav-link.active,
.pay-sec .custom-tab .show > .nav-link {
  text-align: center;
  background: #26be60;
  color: #969696;
  font-size: 0.875rem;
  border-radius: 2.5rem;
  border-top-left-radius: 0 !important;
}
.pay-sec .custom-tab .payment-icon {
  width: 24px;
  height: 16px;
  display: inline-block;
  background: url(../images/icons/icons-sprite-payment.png) no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.pay-sec .custom-tab .credit {
  background-position: 0 0;
}
.pay-sec .custom-tab .debit {
  background-position: -25px 0;
}
.pay-sec .custom-tab .paypal {
  background-position: -150px 0;
}
.pay-sec .form-label {
  font-size: 0.875rem;
}
.pay-sec .form-control,
.pay-sec .form-select {
  border-radius: 2.5rem;
  border-top-left-radius: 0;
}/*# sourceMappingURL=main.css.map */