@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: efraa_light;
  src: url(../fonts/Effra_Lt.ttf);
}

@font-face {
  font-family: efraa_reg;
  src: url(../fonts/Effra_Rg.ttf);
}

@font-face {
  font-family: efraa_bold;
  src: url(../fonts/Effra_Bold.ttf);
}

*,
* button:focus {
  outline: 0;
}

:root {
  --mainColor: #289546;
  /* --subColor2: #77643d; */
}

.mainColor {
  color: var(--mainColor) !important;
}

.mainBack {
  background-color: var(--mainColor) !important;
  border-color: var(--mainColor) !important;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: 'Baloo Bhaijaan 2', sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  direction: rtl;
  overflow-x: hidden;
}

body .dark_item {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
}

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

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

[type=email], [type=number], [type=tel], [type=url] {
  direction: inherit;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}

a,
span,
img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #999;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

p,
.p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

.text,
.text * {
  font-size: 14px;
  line-height: 1.8;
}

small.text {
  font-size: 12px;
}

.section_padding {
  padding: 80px 0;
}

/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px #0001;
          box-shadow: inset 0 0 0 2px #0001;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  z-index: 99;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}

.progress-wrap svg path {
  fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* --------------- modals --------------- */
.modal .modal-content {
  padding: 2vw;
  border-radius: 20px;
}

.modal .modal-content .btn-close {
  position: absolute;
  top: 15px;
  left: 15px;
}

.bankAccModal .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bankAccModal .bankAccCard {
  margin-bottom: 25px;
  position: relative;
  border-radius: 20px;
  border: 1px solid #eee;
  padding: 20px;
}

.bankAccModal .bankAccCard .title {
  font-size: 17px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.bankAccModal .bankAccCard .item {
  font-size: 14px;
}

.bankAccModal .bankAccCard .copyButn {
  background-color: transparent;
  color: #888;
  border: none;
  padding: 0;
}

/* --------------- butns --------------- */
.butn {
  position: relative;
  padding: 15px 40px;
  border-radius: 30px;
  background-color: var(--mainColor);
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
}

.butn * {
  color: #fff;
}

.butn:hover {
  background-color: #fff;
  -webkit-filter: drop-shadow(-10px 10px 30px #0004);
          filter: drop-shadow(-10px 10px 30px #0004);
}

.butn:hover * {
  color: var(--mainColor);
}

/* --------------- section_title --------------- */
.section_title h2 {
  font-size: 50px;
}

/* --------------- navbar --------------- */
.navbar {
  padding: 10px 5vw;
  background-color: #fff;
}

.navbar .logo {
  height: 80px;
}

.navbar .navbar-nav .nav-link {
  font-size: 17px;
  color: #000;
  margin: 0 10px;
  font-weight: 500;
}

.navbar .navbar-nav .nav-link:hover {
  color: var(--mainColor);
}

.navbar .nav_icons {
  position: relative;
}

.navbar .nav_icons a {
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  background-color: #f5f5f5;
  border-radius: 10px;
  color: var(--mainColor);
  font-size: 20px;
}

.navbar .nav_icons a:hover {
  background-color: var(--mainColor);
  color: #fff;
}

.navbar .darkLight-btn {
  background-color: #f5f5f5;
  padding: 7px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

.navbar .darkLight-btn .icon {
  position: relative;
  font-size: 25px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #999;
  cursor: pointer;
}

.navbar .darkLight-btn .icon i {
  position: relative;
  z-index: 5;
}

.navbar .darkLight-btn .icon::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.navbar .darkLight-btn .icon.active {
  color: var(--mainColor);
}

.navbar .darkLight-btn .icon.active::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.navbar .nav-search-box {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 20px #fff1;
          box-shadow: 5px 5px 20px #fff1;
  left: 0;
  top: calc(100% + 15px);
  width: 100%;
  min-width: 300px;
  padding: 15px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 20px #0001;
          box-shadow: 0 0 20px #0001;
  z-index: 99;
}

.navbar .nav-search-box.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.navbar .nav-search-box .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar .nav-search-box .form-group input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #9993;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  min-height: 50px;
  color: #000;
  padding: 12px 15px;
}

.navbar .nav-search-box .form-group button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 8px 0 0 8px;
  border: 1px solid #9993;
  background-color: #9993;
  padding: 10px;
  color: #000;
  margin-left: -2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar .nav-search-box .form-group button:hover {
  background-color: var(--mainColor);
  color: #fff;
}

/* --------------- header --------------- */
.header {
  position: relative;
  overflow: hidden;
}

.header .circle_shap {
  position: absolute;
  left: -30%;
  bottom: 0;
  width: 160%;
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
  max-width: unset;
  z-index: 10;
}

.header .imgs_slider .img {
  min-height: 100vh;
  height: 800px;
  overflow: hidden;
  position: relative;
}

.header .imgs_slider .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.header .content {
  padding: 0 5vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
  padding-bottom: 50px;
}

.header .content .info h6 {
  font-size: 20px;
  margin-bottom: 30px;
}

.header .content .info h1 {
  font-size: calc(3vw + 15px);
  line-height: 1.4;
}

.header .content .info .btn_float_squar {
  margin-top: 70px;
}

.header .slider_controls {
  position: absolute;
  left: 5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}

.header .slider_controls .swiper-button-next,
.header .slider_controls .swiper-button-prev {
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: static;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 0;
  border-radius: 10px;
}

.header .slider_controls .swiper-button-next:hover,
.header .slider_controls .swiper-button-prev:hover {
  background-color: var(--mainColor);
}

.header .slider_controls .swiper-button-next:hover::after,
.header .slider_controls .swiper-button-prev:hover::after {
  color: #fff;
}

.header .slider_controls .swiper-button-next::after,
.header .slider_controls .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .slider_controls .swiper-pagination {
  display: block;
  min-height: 100px;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
}

.header .slider_controls .swiper-pagination span {
  display: block;
  background-color: #fff;
  margin: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* --------------- about --------------- */
.about {
  position: relative;
  padding: 100px 0;
  z-index: 10;
}

.about .shap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.04;
  width: 30%;
}

.about .container {
  position: relative;
  z-index: 20;
}

.about .imgs {
  position: relative;
  height: 600px;
  -webkit-padding-end: 150px;
          padding-inline-end: 150px;
  padding-bottom: 50px;
  -webkit-filter: drop-shadow(-20px 20px 50px #0004);
          filter: drop-shadow(-20px 20px 50px #0004);
}

.about .imgs .main_img {
  border-radius: 20px;
}

.about .imgs .sub_img {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 20px;
  z-index: 10;
  width: 50%;
  height: 60%;
}

.about .info h2 {
  font-size: 50px;
  margin-bottom: 30px;
}

.about .info h5 {
  font-size: 30px;
  margin-bottom: 20px;
}

.about .info .text {
  font-size: 18px;
  margin-bottom: 50px;
  text-align: justify;
}

/* --------------- numbers --------------- */
.numbers {
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}

.numbers .circle_shap {
  position: absolute;
  left: -30%;
  bottom: 0;
  width: 160%;
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
  max-width: unset;
  z-index: 10;
}

.numbers .numbers_wrapper {
  position: relative;
  padding: 100px 3vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F1F8F3), to(transparent));
  background-image: linear-gradient(to bottom, #F1F8F3, transparent);
  border-radius: 50px;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 200px;
  overflow: hidden;
}

.numbers .numbers_wrapper .hand {
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 80%;
  pointer-events: none;
  opacity: 0.1;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.numbers .numbers_wrapper .number_card {
  position: relative;
  margin-top: 50px;
}

.numbers .numbers_wrapper .number_card .icon {
  position: relative;
  height: 70px;
  width: 70px;
  display: block;
  margin: 0 auto 15px;
}

.numbers .numbers_wrapper .number_card .icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.numbers .numbers_wrapper .number_card .icon::before {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #28954622;
}

.numbers .numbers_wrapper .number_card h2 {
  font-size: 60px;
}

/* --------------- blog --------------- */
.blog {
  padding: 50px 0 100px;
  background-color: #F1F8F3;
}

.blog .search_box .form-group {
  position: relative;
}

.blog .search_box .form-group .search_butn {
  border-radius: 8px 0 0 8px;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  top: 0;
  height: 55px;
  width: 55px;
  border: none;
  color: var(--mainColor);
}

.blog .search_box .categSwiper {
  overflow: hidden;
}

.blog .search_box .categSwiper .swiper-wrapper {
  pointer-events: none;
}

.blog .search_box .categSwiper .swiper-wrapper .nav-link {
  pointer-events: painted;
}

.blog .search_box .nav-link {
  height: 55px;
  border-radius: 8px;
  padding: .5rem 1.5rem;
  min-width: 120px;
  background-color: #f9f9f9;
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
  color: #777;
  font-weight: 500;
  width: 100%;
  border: transparent;
}

.blog .search_box .nav-link.active {
  background-color: var(--mainColor);
  color: #fff;
}

.blog .blog_slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
}

.blog .blog_card {
  position: relative;
  margin-top: 30px;
  padding: 10px;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #eee;
}

.blog .blog_card .img {
  position: relative;
  display: block;
  height: 230px;
  border-radius: 15px;
  overflow: hidden;
}

.blog .blog_card .info {
  padding: 15px;
}

.blog .blog_card .info .date {
  color: var(--mainColor);
}

.blog .blog_card .info .title {
  font-size: 25px;
  margin-top: 10px;
}

.blog .blog_card .info .title:hover {
  color: var(--mainColor);
}

.blog .blog_card .info .text {
  font-size: 16px;
  margin-top: 10px;
  color: #666;
}

.blog .blog_card .info .butn {
  margin-top: 30px;
}

.blog .more_butn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}

/* --------------- partners --------------- */
.partners {
  position: relative;
  background-color: #fafafa;
}

.partners::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #F1F8F3;
}

.partners .partners_wrapper {
  position: relative;
  z-index: 10;
  padding: 50px calc(4vw + 15px);
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 15px 15px 50px #00000005;
          box-shadow: 15px 15px 50px #00000005;
}

.partners .partners_slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}

.partners .partners_slider .logo {
  display: block;
  padding: 30px;
  background-color: #F1F8F3;
  border-radius: 15px;
  margin-top: 20px;
}

/* --------------- testimonials --------------- */
.testimonials {
  position: relative;
  padding: 250px 0 100px;
  background-color: #fafafa;
  overflow: hidden;
}

.testimonials .bg_img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.testimonials .bg_img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), color-stop(transparent), to(#fafafa));
  background-image: linear-gradient(to bottom, #fafafa, transparent, #fafafa);
}

.testimonials .bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.testimonials .testi_slider {
  position: relative;
  padding-bottom: 80px;
  z-index: 20;
}

.testimonials .testi_slider .swiper-button-prev {
  bottom: 0;
  top: auto;
  margin: 0;
  right: 0;
}

.testimonials .testi_slider .swiper-button-next {
  bottom: 0;
  top: auto;
  right: 70px;
  margin: 0;
}

.testimonials .testi_slider .testi_card {
  padding: 50px 30px;
  background-color: #fff;
  margin-top: 30px;
  border-radius: 15px;
  height: calc(100% - 30px);
}

.testimonials .testi_slider .testi_card h4 {
  font-size: 30px;
  margin-bottom: 20px;
}

.testimonials .testi_slider .testi_card .rating i {
  color: #ccc;
}

.testimonials .testi_slider .testi_card .rating i.active {
  color: #efc94a;
}

.testimonials .testi_slider .testi_card .text {
  font-size: 16px;
  margin-bottom: 20px;
}

.testimonials .swiper-slide {
  height: auto;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid var(--mainColor);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  color: var(--mainColor);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--mainColor);
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #fff;
}

/* --------------- contact --------------- */
.contact {
  position: relative;
  background-color: #fafafa;
  padding: 50px 0 100px;
}

.contact .contact_card {
  padding: 15px;
  border-radius: 15px;
  background-color: #fff;
}

.contact .contact_card .img {
  height: 550px;
  border-radius: 10px;
  border-radius: 15px;
  overflow: hidden;
}

.contact .contact_card .form {
  padding: 30px;
}

.contact .contact_card .form .form-group {
  margin-top: 30px;
}

.form-control {
  margin-top: 15px;
  background-color: #f9f9f9;
  border-radius: 8px;
  min-height: 55px;
  border: 0;
}

/* --------------- footer --------------- */
footer {
  position: relative;
  background-color: #000;
  color: #fff;
  padding-top: 100px;
}

footer .logo_side .logo {
  margin-bottom: 30px;
  width: 200px;
}

footer .social_links {
  margin-top: 30px;
}

footer .social_links a {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border: 1px solid #fff3;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

footer .social_links a:hover {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  color: #fff;
}

footer .links li {
  margin: 15px 0;
}

footer .links li a:hover {
  color: var(--mainColor);
}

footer .subs_group {
  background-color: #333;
  border-radius: 15px;
  padding: 30px;
}

footer .subs_group .butn {
  border-radius: 10px;
  margin-top: 15px;
}

footer .foot {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #fff2;
  margin-top: 50px;
}

/**********************************************
    Start pg_header
**********************************************/
.pg_header {
  padding: 55px 0 75px 0;
  position: relative;
  background: url(../images/pg_header_1.png) no-repeat center;
  background-size: cover;
}

.pg_header .pg_title {
  font-size: 30px;
}

.pg_header .bread .item {
  position: relative;
  font-size: 15px;
}

.pg_header .bread .item::after {
  content: '';
  background: url(../images/logo_icon.png) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  top: 3px;
}

.pg_header .bread .item.active::after {
  display: none;
}

.pg_header .circle_shap {
  position: absolute;
  left: -30%;
  bottom: 0;
  width: 160%;
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
  max-width: unset;
  z-index: 10;
}

/**********************************************
    Start about page
**********************************************/
section {
  overflow: hidden;
}

.about_cards {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
  background-color: #F1F8F3;
}

.about_cards .about_card {
  position: relative;
  background-color: #fff;
  padding: 45px 4vw;
  border-radius: 25px;
  margin-bottom: 25px;
  height: calc(100% - 25px);
}

.about_cards .about_card .icon_box {
  width: 100px;
  height: 116px;
  background: url(../images/icons/about_icon_box.svg) no-repeat center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto 20px auto;
}

.about_cards .about_card .icon_box .icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
  position: relative;
  z-index: 6;
}

.about_cards .about_card .icon_box::before {
  content: '';
  width: 30px;
  height: 30px;
  background-color: #CCE5D3;
  border-radius: 50%;
  position: absolute;
  left: 17px;
  top: 32px;
  z-index: 0;
}

.about_cards .about_card .txt_box .title {
  font-size: 28px;
}

.about_cards .about_card .txt_box .p {
  font-size: 20px;
  color: #2F2F2F;
}

.about_cards .about_card::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/pattern-1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0%;
  bottom: 0;
}

.about_cards .report_card {
  position: relative;
  background-color: #fff;
  padding: 35px 2vw;
  border-radius: 25px;
  height: 100%;
}

.about_cards .report_card .icon {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 25px auto;
}

.about_cards .report_card .title {
  text-align: center;
  color: #131313;
  font-size: 23px;
  font-weight: bold;
  max-height: 74px;
  overflow: hidden;
}

.about_cards .about_swiper {
  overflow: hidden;
}

.about_cards .about_swiper .swiper-slide {
  height: auto;
}

.about_cards .about_swiper a {
  display: block;
  height: 100%;
}

.about_cards .circle_shap {
  position: absolute;
  left: -30%;
  bottom: 0;
  width: 160%;
  -webkit-transform: translateY(80%);
  transform: translateY(80%);
  max-width: unset;
  z-index: 10;
}

.container,
.container-fluid,
.zi_5 {
  position: relative;
  z-index: 5;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.work_sec {
  padding: 70px 0;
  position: relative;
}

.work_sec .sec_head {
  position: relative;
}

.work_sec .sec_head::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #C8C8C8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.work_sec .item {
  border-radius: 24px;
  position: relative;
  -webkit-box-shadow: 0 0 60px 0 #E7E7E7;
          box-shadow: 0 0 60px 0 #E7E7E7;
  background-color: #fff;
}

.work_sec .item .card-body {
  padding: 25px 4vw;
  -webkit-padding-start: 2vw;
          padding-inline-start: 2vw;
}

.work_sec .item .card-body .title {
  font-size: 28px;
}

.work_sec .item .card-body .p {
  font-size: 20px;
  text-align: justify;
}

.work_sec .item .img {
  height: 360px;
  position: relative;
  border-radius: 0 24px 24px 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.work_sec .swiper-container {
  overflow: visible;
}

.video_sec {
  position: relative;
  padding: 70px 0;
  background: url(../images/header2.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.video_sec .button {
  background-color: var(--mainColor);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: relative;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 1;
  z-index: 6;
}

.video_sec .button.is-play .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.video_sec .button.is-play .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video_sec .button.is-play .triangle {
  -webkit-animation: fadeIn 7s ease;
          animation: fadeIn 7s ease;
}

.video_sec .button.is-play .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
          animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.video_sec .button i {
  color: #fff;
  position: relative;
  right: 3px;
  top: 5px;
  font-size: 23px;
}

.video_sec .button .has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
          animation: smallScale 3s infinite;
}

.video_sec .button .has-delay-short {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes smallScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes smallScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

.video_sec::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/**********************************************
    Start content page
**********************************************/
.content_pg .p {
  font-size: 18px;
  line-height: 2;
}

/**********************************************
    Start blog_det page
**********************************************/
.blog_det {
  position: relative;
  padding: 70px 0;
}

.blog_det .inner {
  border-radius: 24px;
  border: 1px solid #eee;
}

.blog_det .inner .img_box {
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  position: relative;
  height: 400px;
}

.blog_det .inner .img_box .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog_det .inner .img_box .date {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: .9rem 1rem;
  border-radius: 0 15px 0 0;
  font-size: 15px;
  font-weight: 500;
  z-index: 55;
}

.blog_det .inner .img_box .date i {
  color: var(--mainColor);
}

.blog_det .inner .card-body {
  padding: 25px 2vw;
}

.blog_det .inner .card-body .social_links a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #4A4A4A;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  -webkit-box-shadow: 3px 6px 10px 0 #0001;
          box-shadow: 3px 6px 10px 0 #0001;
}

.blog_det .inner .card-body .social_links a:hover {
  background-color: var(--mainColor);
  color: #fff;
}

.blog_det .inner .card-body .p {
  font-size: 16px;
  color: #3D3D3D;
  text-align: justify;
}

.blog_det .inner .card-body .imgs_row .img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.blog_det .inner .card-body .imgs_row .img.lg_img {
  height: 330px;
}

.blog_det .inner .card-body .imgs_row .img.sm_img {
  height: 160px;
}

.blog_det .related_box {
  border-radius: 24px;
  border: 1px solid #eee;
  padding: 35px;
}

.blog_det .related_box .item {
  position: relative;
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #eee;
}

.blog_det .related_box .item .sm_img {
  width: 130px;
  height: 85px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.blog_det .related_box .item .txt_content {
  width: calc(100% - 145px);
}

.blog_det .related_box .item:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none;
}

.pagination-wrapper .pagination .page-link {
  border-radius: 25px !important;
  background-color: transparent;
  color: var(--mainColor);
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 35px;
  height: 35px;
}

.pagination-wrapper .pagination .page-link:hover, .pagination-wrapper .pagination .page-link.active {
  background-color: var(--mainColor);
  color: #fff !important;
}

/**********************************************
    Start job page
**********************************************/
.job_pg {
  position: relative;
  padding: 70px 0;
}

.job_pg .inner {
  border-radius: 24px;
  background-color: #F7F7F9;
  padding: 50px 2vw;
}

.job_pg .inner .form-group {
  position: relative;
}

.job_pg .inner .form-group .form-control {
  -webkit-padding-start: 45px;
          padding-inline-start: 45px;
  background-color: #fff;
  border-radius: 45px;
  height: 65px;
}

.job_pg .inner .form-group i {
  color: var(--mainColor);
  position: absolute;
  top: 23px;
  font-size: 17px;
  right: 15px;
}

.job_pg .inner .form-group.phon_group .form-control {
  -webkit-padding-end: 100px;
          padding-inline-end: 100px;
}

.job_pg .inner .form-group.phon_group .phone_select {
  border-radius: 45px;
  width: 90px;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  height: 65px;
  background-color: transparent;
  border: 1px solid #eee;
}

.job_pg .inner .uploading_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border: 1px dashed #D2D2D2;
  border-radius: 68px;
  position: relative;
  padding: 25px;
}

.job_pg .inner .uploading_box .fileName {
  text-align: center;
  border: none;
  height: 45px !important;
  background: transparent;
  width: 200px;
}

.job_pg .inner .uploading_box i {
  font-size: 30px;
  color: #8B8B8B;
  display: block;
  margin-bottom: 5px;
}

.job_pg .inner .uploading_box .browse {
  background-color: transparent;
  border: none;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.job_pg .inner .uploading_box .browse_txt {
  color: #8B8B8B;
  margin-bottom: 0;
}

.job_pg .inner .uploading_box .file {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/**********************************************
    Start contact  page
**********************************************/
.contact_pg {
  position: relative;
  padding: 70px 0;
}

.contact_pg .contact_card {
  position: relative;
  border-radius: 24px;
  background-color: #F7F7F9;
  padding: 30px;
  text-align: center;
  height: calc(100% - 25px);
  margin-bottom: 25px;
}

.contact_pg .contact_card .icon {
  font-size: 40px;
  color: var(--mainColor);
  margin-bottom: 7px;
}

.contact_pg .contact_card .data {
  color: #131313;
  font-size: 18px;
}

.contact_pg .contact_card .social_links a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #4A4A4A;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  -webkit-box-shadow: 3px 6px 10px 0 #0001;
          box-shadow: 3px 6px 10px 0 #0001;
}

.contact_pg .contact_card .social_links a:hover {
  background-color: var(--mainColor);
  color: #fff;
}

.contact_pg .contact_inner {
  position: relative;
}

.contact_pg .contact_inner .form_box {
  background-color: #fff;
  position: relative;
  z-index: 5;
  padding: 45px 3vw;
  -webkit-box-shadow: 3px 6px 15px 0 #0001;
          box-shadow: 3px 6px 15px 0 #0001;
}

.contact_pg .contact_inner .form_box .form-group {
  position: relative;
}

.contact_pg .contact_inner .form_box .form-group input, .contact_pg .contact_inner .form_box .form-group select {
  height: 65px;
}

.contact_pg .contact_inner .form_box .form-group .form-control {
  -webkit-padding-start: 45px;
          padding-inline-start: 45px;
  background-color: #F7F7F9;
  border-radius: 45px;
}

.contact_pg .contact_inner .form_box .form-group textarea {
  resize: none;
  padding-top: 20px;
}

.contact_pg .contact_inner .form_box .form-group i {
  color: var(--mainColor);
  position: absolute;
  top: 23px;
  font-size: 17px;
  right: 15px;
}

.contact_pg .contact_inner .map_box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

/**********************************************
    Start program_det page
**********************************************/
.program_det {
  position: relative;
  padding: 70px 0;
}

.program_det .mainImg_box {
  position: relative;
}

.program_det .mainImg_box .progDetSwiper {
  overflow: hidden;
}

.program_det .sec_title .logoProg {
  width: 100px;
  height: 70px;
  border-radius: 10px;
  border: 1px solid #eee;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5px;
}

.program_det .img1 {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.program_det .social_links a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #4A4A4A;
  margin-bottom: 10px;
  -webkit-box-shadow: 3px 6px 10px 0 #0001;
          box-shadow: 3px 6px 10px 0 #0001;
}

.program_det .social_links a:hover {
  background-color: var(--mainColor);
  color: #fff;
}

.program_det .txt_box .p {
  font-size: 24px;
  color: #505050;
}

.program_det .obj_box {
  position: relative;
}

.program_det .obj_box .box {
  position: relative;
  padding: 35px;
  border-right: 5px solid var(--mainColor);
  -webkit-box-shadow: 0 4px 4px 0 #0001;
          box-shadow: 0 4px 4px 0 #0001;
  border-radius: 24px;
}

.program_det .obj_box .box ul li {
  position: relative;
  -webkit-padding-start: 35px;
          padding-inline-start: 35px;
  font-size: 24px;
  color: #505050;
  margin-bottom: 10px;
}

.program_det .obj_box .box ul li::before {
  color: var(--mainColor);
  font-size: 16px;
  position: absolute;
  top: 6px;
  right: 0;
  content: '\f192';
  font-family: "Font Awesome 6 pro";
  font-weight: 900;
  display: inline-block;
}

.program_det .obj_box .box ul li:last-child {
  margin-bottom: 0;
}

.program_det .obj_box .arrow {
  position: absolute;
  top: 43%;
  left: 8%;
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.program_det .obj_box2 {
  position: relative;
  padding-bottom: 50px;
}

.program_det .obj_box2 .obj_card {
  background-color: #fff;
  border-radius: 24px;
  position: relative;
  padding: 35px 3vw;
  -webkit-box-shadow: 0 0px 6px 0 #0001;
          box-shadow: 0 0px 6px 0 #0001;
}

.program_det .obj_box2 .obj_card .item {
  margin: 15px 0;
}

.program_det .obj_box2 .obj_card .item .icon_box {
  position: relative;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.program_det .obj_box2 .obj_card .item .icon_box .icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(23%) sepia(3%) saturate(14%) hue-rotate(336deg) brightness(102%) contrast(80%);
          filter: invert(23%) sepia(3%) saturate(14%) hue-rotate(336deg) brightness(102%) contrast(80%);
}

.program_det .obj_box2 .obj_card .item .icon_box::before {
  content: '';
  width: 30px;
  height: 30px;
  background-color: #CCE5D3;
  border-radius: 50%;
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: 0;
}

.program_det .obj_box2 .obj_card .item .label {
  width: calc(100% - 65px);
  font-size: 20px;
  color: #505050;
  margin-bottom: 0;
}

.program_det .obj_box2 .bg {
  height: 30%;
  top: unset;
  bottom: 0;
}

.program_det .obj_box2 .partners .partners_slider .logo {
  background-color: transparent;
  border: 1px solid #eee;
}

.program_det .obj_box2 .partners::before {
  display: none;
}

.program_det .threds_box {
  background-color: #F0F7F2;
  padding: 40px 0 70px 0;
}

.program_det .threds_box .inner {
  position: relative;
  background-color: #fff;
  border-radius: 24px;
}

.program_det .threds_box .inner .txt_box {
  padding: 40px 3vw;
}

.program_det .threds_box .inner .txt_box ul li {
  position: relative;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  font-size: 20px;
  color: #505050;
  margin-bottom: 10px;
}

.program_det .threds_box .inner .txt_box ul li::before {
  color: var(--mainColor);
  font-size: 13px;
  position: absolute;
  top: 4px;
  right: 0;
  content: '\f192';
  font-family: "Font Awesome 6 pro";
  font-weight: 900;
  display: inline-block;
}

.program_det .threds_box .inner .txt_box ul li:last-child {
  margin-bottom: 0;
}

.program_det .threds_box .inner .img {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}

.bg-transparent {
  background-color: transparent !important;
}

.activities_sec {
  position: relative;
  padding: 120px 0;
}

.activities_sec .activity_card {
  background-color: #fff;
  position: relative;
  padding: 25px 3vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  height: calc(100% - 25px);
  border-radius: 15px;
}

.activities_sec .activity_card .icon_outer {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #F7F7F9;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  position: relative;
}

.activities_sec .activity_card .icon_outer .icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(25%) sepia(1%) saturate(0%) hue-rotate(84deg) brightness(97%) contrast(81%);
          filter: invert(25%) sepia(1%) saturate(0%) hue-rotate(84deg) brightness(97%) contrast(81%);
}

.activities_sec .activity_card .icon_outer::before {
  content: '';
  width: 30px;
  height: 30px;
  background-color: #CCE5D3;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 12px;
  z-index: 0;
}

.activities_sec .activity_card .label {
  font-size: 20px;
  width: calc(100% - 90px);
  text-align: start !important;
}

.activities_sec .swiper-slide {
  height: auto;
}

.activities_sec .box {
  overflow: hidden;
}

/**********************************************
    Start team_pg page
**********************************************/
.team_pg {
  position: relative;
  padding: 70px 0;
}

.team_pg .team_card {
  position: relative;
  margin-bottom: 25px;
  padding: 15px 0;
  -webkit-box-shadow: 10px 10px 15px 0 #5551;
          box-shadow: 10px 10px 15px 0 #5551;
}

.team_pg .team_card .img {
  width: 230px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}

.team_pg .team_card .card-body {
  padding: 2rem;
}

.team_pg .team_card::before, .team_pg .team_card::after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0%;
  height: 350px;
  background-size: cover !important;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.team_pg .team_card::before {
  background: url(../images/team_card_bg_1.svg) center no-repeat;
}

.team_pg .team_card::after {
  background: url(../images/team_card_bg_2.svg) center no-repeat;
  opacity: 0;
}

.team_pg .team_card:hover::after {
  opacity: 1;
}

.team_pg .swiper-container {
  overflow: hidden;
}

.team_pg .shape {
  position: absolute;
  top: 27%;
  left: 0;
  right: 0;
  width: 100%;
}

/**********************************************
    Start gallery page
**********************************************/
.gallery_pg {
  padding: 70px 0;
  position: relative;
}

.gallery_pg .vid_box .vid_card {
  border-radius: 24px;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.gallery_pg .vid_box .vid_card .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery_pg .vid_box .vid_card .button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.gallery_pg .vid_box .vid_card .button .button-outer-circle {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.gallery_pg .vid_box .vid_card .button .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery_pg .vid_box .vid_card .button .button-icon .triangle {
  -webkit-animation: fadeIn 7s ease;
          animation: fadeIn 7s ease;
}

.gallery_pg .vid_box .vid_card .button .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
          animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.gallery_pg .vid_box .vid_card .button .has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
          animation: smallScale 3s infinite;
}

.gallery_pg .vid_box .vid_card .button .has-delay-short {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes smallScale {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

.gallery_pg .vid_box .vid_card .vid_title {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: bold;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
}

.gallery_pg .vid_box .swiper-slide-active .vid_card .vid_title {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.gallery_pg .img_card {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

.gallery_pg .img_card a {
  display: block;
}

.gallery_pg .img_card .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery_pg .img_card .img.lg_img {
  height: 530px;
}

.gallery_pg .img_card .img.sm_img {
  height: 250px;
}

.gallery_pg .img_card .img_title {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-weight: bold;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  font-size: .9rem;
}

.gallery_pg .img_card:hover .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.gallery_pg .img_card:hover .img_title {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.gallery_pg .swiper-slide {
  opacity: .5;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery_pg .swiper-slide.swiper-slide-active {
  opacity: 1;
}

/**********************************************
    Start programs page
**********************************************/
.programs_pg {
  padding: 70px 0;
  position: relative;
}

.programs_pg .prog_card {
  background-color: #f9f9f9;
  border-radius: 20px;
  position: relative;
  border: 1px solid #eee;
  overflow: hidden;
}

.programs_pg .prog_card .img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.programs_pg .prog_card .card-body {
  padding: 2rem 1.5rem 2.5rem 1.5rem;
}

.programs_pg .prog_card .card-body .num {
  position: relative;
  font-size: 50px;
  margin: 0;
  -webkit-text-stroke: 1px #ccc;
  color: #f9f9f9;
  font-family: fantasy;
  letter-spacing: 2px;
}

.programs_pg .prog_card .card-body .num::before {
  content: '';
  width: calc(100% - 65px);
  height: 1px;
  background-color: #ddd;
  display: block;
  position: absolute;
  right: 66px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.programs_pg .prog_card .card-body h4 {
  height: 64px;
  overflow: hidden;
}

.programs_pg .prog_card .card-body .p {
  height: 51px;
  overflow: hidden;
}

.programs_pg .progs_box .img_box {
  width: 110%;
  height: 450px;
}

.programs_pg .progs_box .img_box .img {
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

.programs_pg .progs_box .box h3 {
  -webkit-margin-start: 7vw;
          margin-inline-start: 7vw;
}

.programs_pg .progs_box .box .txt_box {
  min-height: 441px;
  padding: 75px 6vw;
  border-radius: 24px;
  position: relative;
  background-color: #ECECEC;
}

.programs_pg .progs_box .box .txt_box h4 {
  height: 76px;
  overflow: hidden;
}

.programs_pg .progs_box .box .txt_box .num {
  position: relative;
  font-size: 50px;
  margin: 0;
  -webkit-text-stroke: 1px #131313;
  color: #ECECEC;
  font-family: fantasy;
  letter-spacing: 2px;
}

.programs_pg .progs_box .box .txt_box .num::before {
  content: '';
  width: 5vw;
  height: 1px;
  background-color: #686464;
  display: block;
  position: absolute;
  right: -27%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.programs_pg .progs_box .box .txt_box .p {
  font-size: 18px;
  color: #4A4A4A;
  height: 92px;
  overflow: hidden;
}

.programs_pg .progs_box .swiper-container {
  overflow: hidden;
}

.programs_pg .initiative_box .item .img {
  height: 385px;
}

.programs_pg .initiative_box .item .card-body {
  padding-bottom: 45px;
}

.programs_pg .initiative_box .item .card-body .num {
  position: relative;
  font-size: 50px;
  margin: 0;
  -webkit-text-stroke: 1px #484747;
  color: #fff;
  font-family: fantasy;
  letter-spacing: 2px;
  opacity: .5;
}

.programs_pg .initiative_box .item .card-body .num::before {
  content: '';
  width: calc(100% - 70px);
  height: 1px;
  background-color: #a4a4a4;
  display: block;
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  opacity: .5;
}

/**********************************************
    Start page
**********************************************/
/* ======== */
@media screen and (max-width: 991px) {
  .header .imgs_slider .img {
    height: 400px;
  }
  .about .imgs {
    height: 350px;
    -webkit-padding-end: 50px;
            padding-inline-end: 50px;
  }
  .section_title h2 {
    font-size: 30px;
  }
  .contact .contact_card .img {
    height: 250px;
  }
  .contact .contact_card .form {
    padding: 30px 15px;
  }
  .programs_pg .progs_box .img_box {
    width: 100%;
  }
}

/* ======= */
html[dir="ltr"] {
}

html[dir="ltr"] body {
  direction: ltr;
  font-family: 'Poppins', sans-serif;
}

/* --------------- dark theme --------------- */
.dark-theme {
  background-color: #000;
  color: #fff;
}

.dark-theme .p,
.dark-theme p,
.dark-theme .program_det .obj_box .box ul li,
.dark-theme .program_det .threds_box .inner .txt_box ul li,
.dark-theme .program_det .obj_box2 .obj_card .item .label {
  color: #eee !important;
}

.dark-theme .light_item {
  display: none;
}

.dark-theme .dark_item {
  display: inherit;
}

.dark-theme .program_det .sec_title .logoProg.dark_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.dark-theme .navbar {
  background-color: #000;
}

.dark-theme .navbar .nav-link {
  color: #fff;
}

.dark-theme .navbar .nav_icons a,
.dark-theme .navbar .darkLight-btn {
  background-color: #fff3;
}

.dark-theme .navbar .darkLight-btn .icon::after {
  background-color: #000;
}

.dark-theme .header .circle_shap {
  -webkit-filter: invert(0%) sepia(84%) saturate(7435%) hue-rotate(329deg) brightness(0%) contrast(114%);
          filter: invert(0%) sepia(84%) saturate(7435%) hue-rotate(329deg) brightness(0%) contrast(114%);
}

.dark-theme .numbers .numbers_wrapper {
  background: #333;
}

.dark-theme .numbers .numbers_wrapper .number_card .icon img {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(130deg) brightness(1000%) contrast(102%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(130deg) brightness(1000%) contrast(102%);
}

.dark-theme .numbers .circle_shap {
  -webkit-filter: invert(19%) sepia(34%) saturate(0%) hue-rotate(153deg) brightness(23%) contrast(100%);
          filter: invert(19%) sepia(34%) saturate(0%) hue-rotate(153deg) brightness(23%) contrast(100%);
}

.dark-theme .numbers .numbers_wrapper .hand {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(130deg) brightness(200%) contrast(102%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(130deg) brightness(200%) contrast(102%);
}

.dark-theme .blog {
  background-color: #333 !important;
}

.dark-theme .blog .blog_card {
  background-color: #000;
}

.dark-theme .blog .blog_card .info .text {
  color: #999;
}

.dark-theme .partners::before {
  background-color: #333;
}

.dark-theme .partners .partners_wrapper {
  background-color: #000;
}

.dark-theme .testimonials .section_title h2 {
  color: #000;
}

.dark-theme .testimonials .testi_slider .testi_card {
  background-color: #000;
}

.dark-theme .contact .contact_card {
  background-color: #000;
}

.dark-theme .form-control,
.dark-theme .job_pg .inner .form-group.phon_group .phone_select {
  background-color: #ffffffab !important;
  border: 1px solid #ccc !important;
}

.dark-theme .form-control::-webkit-input-placeholder,
.dark-theme .job_pg .inner .form-group.phon_group .phone_select::-webkit-input-placeholder {
  color: #2f2f2f;
}

.dark-theme .form-control:-ms-input-placeholder,
.dark-theme .job_pg .inner .form-group.phon_group .phone_select:-ms-input-placeholder {
  color: #2f2f2f;
}

.dark-theme .form-control::-ms-input-placeholder,
.dark-theme .job_pg .inner .form-group.phon_group .phone_select::-ms-input-placeholder {
  color: #2f2f2f;
}

.dark-theme .form-control::placeholder,
.dark-theme .job_pg .inner .form-group.phon_group .phone_select::placeholder {
  color: #2f2f2f;
}

.dark-theme .pg_header {
  background: unset;
  background: #070707;
}

.dark-theme .pg_header .circle_shap {
  display: none;
}

.dark-theme .about_cards {
  background: #323232;
}

.dark-theme .about_cards .about_card {
  background-color: #000;
}

.dark-theme .about_cards .circle_shap {
  display: none;
}

.dark-theme .work_sec .sec_head .section_title {
  background-color: #000 !important;
  color: #fff;
}

.dark-theme .work_sec .item {
  -webkit-box-shadow: 0 0 60px 0 #8883;
          box-shadow: 0 0 60px 0 #8883;
  background-color: #070707;
}

.dark-theme .about_cards .report_card {
  background-color: #000;
}

.dark-theme .about_cards .report_card .title {
  color: #fff;
}

.dark-theme .blog_det,
.dark-theme .contact_pg .contact_inner .form_box,
.dark-theme .program_det .threds_box .inner,
.dark-theme .job_pg,
.dark-theme .activities_sec .activity_card,
.dark-theme .program_det .obj_box2 .obj_card,
.dark-theme .programs_pg .prog_card {
  background-color: #000 !important;
}

.dark-theme .contact_pg .contact_card,
.dark-theme .program_det .threds_box,
.dark-theme .job_pg .inner {
  background: #070707 !important;
}

.dark-theme .activities_sec .bg {
  opacity: .1;
}

.dark-theme .program_det .obj_box .box {
  -webkit-box-shadow: 0 4px 4px 0 #8881;
          box-shadow: 0 4px 4px 0 #8881;
}

.dark-theme .program_det .obj_box2 .bg {
  opacity: .02;
}

.dark-theme .team_pg .team_card::before {
  opacity: .05;
}

.dark-theme .team_pg .team_card:hover::after {
  opacity: .02;
}
/*# sourceMappingURL=style.css.map */