@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  background-color: var(--light-yellow);
  font-family: hellix;
}

@font-face {
  font-family: hellix;
  src: url("../fonts/hellix-bold.ttf");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: hellix;
  src: url("../fonts/Hellix-ExtraBold.ttf");
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: hellix;
  src: url("../fonts/Hellix-Regular");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: hellix;
  src: url("../fonts/Hellix-Medium.ttf");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: hellix;
  src: url("../fonts/Hellix-SemiBold.ttf");
  font-style: normal;
  font-weight: 600;
}

:root {
  --yellow: #fcde3e;
  --red: #e94f37;
  --green: #08605f;
  --light-yellow: #fffaed;
  --black: #363537;
}

a {
  text-decoration: none !important;
}

* {
  outline: 0px !important;
}

html {
  scroll-behavior: smooth;
}

/* NAVIGATION STARTS */
#nav_inner {
  background: #ffffff;
  -webkit-box-shadow: 0px 46px 193px rgba(0, 0, 0, 0.0104523),
    0px 13.8677px 58.1838px rgba(0, 0, 0, 0.015),
    0px 5.75991px 24.1666px rgba(0, 0, 0, 0.0195477),
    0px 2.08325px 8.74058px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 46px 193px rgba(0, 0, 0, 0.0104523),
    0px 13.8677px 58.1838px rgba(0, 0, 0, 0.015),
    0px 5.75991px 24.1666px rgba(0, 0, 0, 0.0195477),
    0px 2.08325px 8.74058px rgba(0, 0, 0, 0.03);
}

#nav_inner .donate_btn a:hover {
  background-color: #af3421 !important;
}

.mynav {
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0px;
  background-color: #fff !important;
}

.container {
  width: 90%;
  margin: 0px auto;
  /* padding: 0px; */
}

#cssmenu > ul > li.has-sub > a:before {
  display: none;
}

#cssmenu > ul > li.has-sub > a:after {
  display: none;
}

.after_signin_nav #cssmenu {
  padding-right: 0px !important;
}

.navigation .nav_content #cssmenu .submenu-button {
  display: none;
}

.navigation {
  background-color: var(--light-white);
  background-color: transparent;
  -webkit-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
  z-index: 9999;
}

@media (max-width: 991px) {
  .navigation {
    padding: 15px 0px;
  }
}

.navigation .container {
  position: relative;
}

.navigation .log_out a {
  color: var(--red) !important;
}

.navigation .nav_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 991px) {
  .navigation .nav_content {
    display: inherit;
  }
}

.navigation .nav_content .nav_btn {
  position: absolute;
  right: 0px;
  top: calc(50% - 10px);
}

@media (max-width: 991px) {
  .navigation .nav_content .nav_btn {
    right: 75px;
  }
}

@media (max-width: 767px) {
  .navigation .nav_content .nav_btn {
    right: 46px;
    top: calc(50% - 16px);
  }
}

.navigation .nav_content .nav_btn a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  background-color: transparent;
  padding: 10px 15px;
  color: var(--green);
  border-radius: 5px;
  border: 1px solid var(--green);
  background-color: var(--red);
  padding: 6px 15px 10px;
  color: #fff;
  border: none;
}

@media (max-width: 991px) {
  .navigation .nav_content .nav_btn a {
    font-size: 12px;
    padding: 2px 10px 7px;
  }
}
@media (max-width: 767px) {
  .navigation .nav_content .nav_btn a {
    padding: 0px;
    height: 30px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.navigation .nav_content .nav-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .navigation .nav_content .nav-logo img {
    width: 100px;
    height: auto;
  }
}

.navigation .nav_content #cssmenu {
  background-color: var(--light-white);
  padding-right: 115px;
}

@media (max-width: 991px) {
  .navigation .nav_content #cssmenu {
    padding-right: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80%;
  }
}

@media (max-width: 767px) {
  .navigation .nav_content #cssmenu {
    top: -17px;
    right: -16px;
  }
}

.navigation .nav_content #cssmenu .has-sub ul {
  background-color: #fff;
  -webkit-box-shadow: 0px 75px 80px rgba(0, 0, 0, 0.0243888),
    0px 22.6103px 24.1177px rgba(0, 0, 0, 0.035),
    0px 9.39116px 10.0172px rgba(0, 0, 0, 0.0456112),
    0px 3.3966px 3.62304px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 75px 80px rgba(0, 0, 0, 0.0243888),
    0px 22.6103px 24.1177px rgba(0, 0, 0, 0.035),
    0px 9.39116px 10.0172px rgba(0, 0, 0, 0.0456112),
    0px 3.3966px 3.62304px rgba(0, 0, 0, 0.07);
  border-radius: 0px 0px 5px 5px;
  padding: 10px;
  z-index: 9999;
  top: 95px;
}

@media (max-width: 991px) {
  .navigation .nav_content #cssmenu .has-sub ul {
    top: 15px;
  }
}

.navigation .nav_content #cssmenu .has-sub ul li {
  height: auto;
  margin-bottom: 18px;
}

.navigation .nav_content #cssmenu .has-sub ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
.navigation .nav_content #cssmenu .has-sub ul li a {
  background-color: transparent;
  border: none;
  width: 200px;
  padding-left: 0px;
}
/* #cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  padding-bottom: 0px !important;
} */
/* .navigation .nav_content #cssmenu .has-sub ul li a::nth-last-child(1) {
  padding-bottom: 0px;
} */

@media (max-width: 991px) {
  .navigation .nav_content #cssmenu .has-sub ul li a {
    width: auto;
  }
}

.navigation .nav_content #cssmenu #menu-button.menu-opened:before {
  top: 24px;
}

.navigation .nav_content #cssmenu .open {
  margin-bottom: 30px;
}

.navigation .nav_content #cssmenu .open li a {
  margin: 0px !important;
}

.navigation .nav_content #cssmenu .open li:hover a {
  background-color: var(--yellow);
}

.navigation .nav_content #cssmenu .open .submenu-button {
  height: 35px;
  width: 35px;
  display: block;
}

.navigation .nav_content #cssmenu .open .submenu-button:before {
  top: 14px;
  right: 17px;
  background-color: var(--black);
}

.navigation .nav_content #cssmenu .open .submenu-button:after {
  top: 17px;
  right: 14px;
  background-color: var(--black);
}

.navigation .nav_content #cssmenu .open ul li a {
  padding: 10px;
}

.navigation .nav_content #cssmenu .open ul li:hover a {
  background-color: #fff;
}

.navigation .nav_content #cssmenu .submenu-opened {
  height: 35px;
  width: 35px;
}

.navigation .nav_content #cssmenu .submenu-opened:after {
  top: 18px;
  right: 14px;
  background-color: #fff !important;
}

.navigation .nav_content #cssmenu .navbar-right {
  margin-bottom: 0px;
  margin-top: 0px;
}

@media (max-width: 991px) {
  .navigation .nav_content #cssmenu .navbar-right {
    background: #fff;
    z-index: 999;
    margin-top: 40px;
    border-radius: 5px;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .navigation .nav_content #cssmenu .navbar-right {
    margin-top: 30px;
  }
}

.navigation .nav_content #cssmenu .navbar-right li {
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  zoom: 1;
}

@media (max-width: 991px) {
  .navigation .nav_content #cssmenu .navbar-right li {
    height: auto;
    margin-bottom: 15px;
    border-top: 0px;
    display: inherit;
  }
}

.navigation .nav_content #cssmenu .navbar-right li .active {
  color: var(--primary);
}

@media (max-width: 991px) {
  .navigation .nav_content #cssmenu .navbar-right li .active {
    color: var(--light-white);
  }
}

.navigation .nav_content #cssmenu .navbar-right li .active a {
  color: var(--green);
}
.navigation .nav_content #cssmenu .navbar-right li .main_highlights {
  color: var(--red);
  font-weight: 700;
  text-transform: uppercase;
}
.navigation .nav_content #cssmenu .navbar-right li a {
  font-weight: 600;
  line-height: 21px;
  font-size: 18px;
  color: var(--black);
  letter-spacing: 0px;
  padding: 7px 12px;
  margin: 0px 10px;
  display: block !important;
  position: relative;
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  text-transform: capitalize;
  font-family: hellix;
  /* &:hover {
							color: var(--primary);

							@include max(991px) {
								color: var(--light-white);
							}

							&:before {
								width: 100%;
							} */
  /* }


						&:before {
							content: "";
							position: absolute;
							bottom: 0;
							width: 0;
							border-bottom: solid 2px;

							left: 0;

							-webkit-transition: width .2s ease-in-out;
							transition: width .2s ease-in-out;
						} */
}

@media (max-width: 991px) {
  .navigation .nav_content #cssmenu .navbar-right li a {
    color: var(--light-white);
  }
}

/* NAVIGATION */
.navslide_sec {
  position: relative;
}

.navslide_sec .donate_btn a:hover {
  background-color: #af3421 !important;
}

.navslide_sec:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: var(--yellow);
  width: 58%;
  height: 620px;
  z-index: -1;
}

@media (max-width: 991px) {
  .navslide_sec:after {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 450px) {
  .navslide_sec:after {
    width: 100%;
    height: 720px;
  }
}

/* SLIDER */
.main_slider {
  background-color: var(--main-img-color);
  z-index: 9999;
}

@media (max-width: 991px) {
  .main_slider {
    height: auto;
    padding: 45px 0px;
  }
}
.main_slider .slick-dots {
  display: block;
  position: absolute;
  bottom: 50px;
  width: 35%;
}

.main_slider .slick-dots button:before {
  font-size: 16px;
  opacity: 1;
  color: #000;
  opacity: 0.6;
}
.main_slider .slick-slider {
  margin-bottom: 0px;
}
.main_slider .slick-dots .slick-active button:before {
  color: var(--yellow);
}
.main_slider .main_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 767px) {
  .main_slider .main_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.main_slider .main_content .main_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 59%;
}

@media (max-width: 991px) {
  .main_slider .main_content .main_img {
    width: 100%;
  }
}

.main_slider .main_content .main_img img {
  width: 100%;
  height: 520px;
  border-radius: 0px 10px 0px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .main_slider .main_content .main_img img {
    height: 400px;
    border-radius: 0px;
  }
}

@media (max-width: 767px) {
  .main_slider .main_content .main_img img {
    height: 300px;
  }
}

.main_slider .main_content .main_des {
  width: 40%;
  padding-top: 90px;
}

@media (max-width: 991px) {
  .main_slider .main_content .main_des {
    width: 100%;
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .main_slider .main_content .main_des {
    padding-top: 30px;
  }
}

.main_slider .main_content .main_des h4 {
  font-weight: 700;
  font-size: 48px;
  /* font-family: publico; */
  line-height: 60px;
  color: var(--black);
}

@media (max-width: 991px) {
  .main_slider .main_content .main_des h4 {
    margin-bottom: 0px;
    line-height: 32px;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .main_slider .main_content .main_des h4 {
    font-size: 30px;
    line-height: 36px;
  }
}

.main_slider .main_content .main_des p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  margin: 30px 0px 45px;
}

@media (max-width: 991px) {
  .main_slider .main_content .main_des p {
    font-size: 16px;
    margin-top: 15px;
  }
}

.main_slider .main_content .main_des .donate_btn a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  background-color: transparent;
  padding: 10px 15px;
  color: var(--green);
  border-radius: 5px;
  border: 1px solid var(--green);
  background-color: var(--red);
  padding: 12px 50px 12px 25px;
  color: #fff;
  border: none;
  position: relative;
  /* &:hover {
            background-color: var(--yellow);
          } */
}

.main_slider .main_content .main_des .donate_btn a img {
  position: absolute;
  top: calc(50% - 9px);
  right: 18px;
}

/* ABOUT SECTION */
.vs_mis {
  background-color: var(--green);
  padding: 45px 0px;
}

.vs_mis .vs_mis_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  column-gap: 30px;
}

@media (max-width: 767px) {
  .vs_mis .vs_mis_flx {
    display: inherit;
  }
}

.vs_mis .vs_mis_flx .vs_mis_wrapper {
  margin-bottom: 30px;
  width: calc(33.3% - 20px);
  text-align: center;
}

@media (max-width: 991px) {
  .vs_mis .vs_mis_flx .vs_mis_wrapper {
    width: 32%;
  }
}

@media (max-width: 767px) {
  .vs_mis .vs_mis_flx .vs_mis_wrapper {
    width: 100%;
  }
}

.vs_mis .vs_mis_flx .vs_mis_wrapper h4 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .vs_mis .vs_mis_flx .vs_mis_wrapper h4 {
    font-size: 26px;
  }
}

.vs_mis .vs_mis_flx .vs_mis_wrapper p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  color: #fff;
}

@media (max-width: 991px) {
  .vs_mis .vs_mis_flx .vs_mis_wrapper p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .vs_mis .vs_mis_flx .vs_mis_wrapper p {
    font-size: 16px;
  }
}

/* Three Itemms SECTION */
.three_items {
  padding: 100px 0px;
}

.three_items .items_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 30px;
  margin: -1rem;
  /* flex-wrap: wrap; */
}

@media (max-width: 991px) {
  .three_items .items_flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.three_items .items_flex .items_wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 45px 30px;
  text-align: center;
  width: calc(33.3% - 20px);
}

@media (max-width: 991px) {
  .three_items .items_flex .items_wrapper {
    /* width: 32%; */
    margin: 0px;
  }
}

@media (max-width: 767px) {
  .three_items .items_flex .items_wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}

.three_items .items_flex .items_wrapper h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--black);
  text-transform: capitalize;
  margin-top: 22px;
}

@media (max-width: 991px) {
  .three_items .items_flex .items_wrapper h4 {
    font-size: 20px;
  }
}

.three_items .items_flex .items_wrapper p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  /* color: #fff; */
}

@media (max-width: 991px) {
  .three_items .items_flex .items_wrapper p {
    font-size: 16px;
  }
}

.sec_title {
  position: relative;
}

.sec_title h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .sec_title h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }
}

.sec_title .title_btn {
  position: absolute;
  top: calc(50% - 14px);
  right: 0px;
}

@media (max-width: 767px) {
  .sec_title .title_btn {
    position: initial;
    left: 0px;
    right: unset;
  }
}

.sec_title .title_btn a {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  color: var(--black);
}

@media (max-width: 991px) {
  .sec_title .title_btn a {
    font-size: 16px;
  }
}

.sec_title .title_btn a span {
  position: relative;
  top: -3px;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .sec_title .title_btn {
    margin-bottom: 45px;
  }
}

.activities .act_wrap_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin-right: 100px; */
}

@media (max-width: 767px) {
  .activities .act_wrap_ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 5px;
  }
}

.activities .act_wrap_ .act_des {
  padding: 25px 20px;
  width: 50%;
  background: #ffffff;
  border-radius: 10px 0px 0px 10px;
  height: 360px;
}

@media (max-width: 767px) {
  .activities .act_wrap_ .act_des {
    width: 100%;
    padding: 15px 15px 45px;
    height: auto;
  }
}

.activities .act_wrap_ .act_des h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 0px;
}

@media (max-width: 991px) {
  .activities .act_wrap_ .act_des h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .activities .act_wrap_ .act_des h4 {
    margin-bottom: 30px;
  }
}

.activities .act_wrap_ .act_des p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  margin-bottom: 30px;
  line-height: 25px;
}

@media (max-width: 991px) {
  .activities .act_wrap_ .act_des p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .activities .act_wrap_ .act_des p {
    display: none;
  }
}

.activities .act_wrap_ .act_des .donate_btn a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  background-color: transparent;
  padding: 10px 15px;
  color: var(--green);
  border-radius: 5px;
  border: 1px solid var(--green);
  font-weight: 400;
}

.activities .act_wrap_ .act_des .donate_btn a:hover {
  background-color: var(--green);
  color: #fff;
  border-color: transparent;
}

.activities .act_wrap_ .actp_figure {
  width: 50%;
  position: relative;
}

@media (max-width: 767px) {
  .activities .act_wrap_ .actp_figure {
    width: 100%;
  }
}

.activities .act_wrap_ .actp_figure img {
  width: 270px;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px 10px 10px 0px;
}

@media (max-width: 767px) {
  .activities .act_wrap_ .actp_figure img {
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0px 0px;
  }
}

.activities .act_wrap_ .actp_figure .img_name {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: var(--black);
  color: #fff;
  padding: 8px;
  border-radius: 0px 5px 5px 0px;
}

.activities .act_wrap_ .actp_figure .img_name h4 {
  font-size: 12px;
  margin: 0px;
  color: var(--light-yellow);
}

.events_sec {
  margin: 100px 0px;
}

.events_sec .events_tab_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .events_sec .events_tab_wrapper {
    display: initial;
  }
}

.events_sec .events_tab_wrapper .nav-tabs {
  width: 49%;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  border: none;
}

@media (max-width: 767px) {
  .events_sec .events_tab_wrapper .nav-tabs {
    width: 100%;
    margin-bottom: 30px;
  }
}

.events_sec .events_tab_wrapper .nav-tabs .active {
  background-color: var(--green) !important;
  border-radius: 10px;
}

.events_sec .events_tab_wrapper .nav-tabs .active h4 {
  color: var(--light-yellow) !important;
}

.events_sec .events_tab_wrapper .nav-tabs .active h5 {
  color: var(--light-yellow) !important;
}

.events_sec .events_tab_wrapper .nav-tabs .active .events_wrapper ul li:before {
  color: #fff !important;
}

.events_sec .events_tab_wrapper .nav-tabs .nav_wrapper {
  list-style: none;
  float: none !important;
  display: block;
  /* border-radius: 10px; */
  border-bottom: 1px solid #b5cfcf;
  padding-bottom: 25px;
  margin-bottom: 10px;
  padding: 22px 22px 22px 0px;
  position: relative;
}

.events_sec .events_tab_wrapper .nav-tabs .nav_wrapper:nth-last-child(1) {
  border: none;
}

.events_sec .events_tab_wrapper .nav-tabs .nav_wrapper a {
  background-color: transparent;
  border: none;
  padding: 0px;
}

.events_sec .events_tab_wrapper .nav-tabs .nav_wrapper a .events_wrapper ul {
  padding: 0px;
  margin: 0px;
}

.events_sec .events_tab_wrapper .nav-tabs .nav_wrapper a .events_wrapper ul li {
  position: relative;
  list-style: none;
  padding-left: 70px;
}

@media (max-width: 767px) {
  .events_sec
    .events_tab_wrapper
    .nav-tabs
    .nav_wrapper
    a
    .events_wrapper
    ul
    li {
    padding-left: 50px;
  }
}

.events_sec
  .events_tab_wrapper
  .nav-tabs
  .nav_wrapper
  a
  .events_wrapper
  ul
  li:before {
  content: "\f133";
  position: absolute;
  top: calc(50% - 26px);
  left: 15px;
  color: var(--black);
  font-size: 40px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
}
@media (max-width: 991px) {
  .events_sec
    .events_tab_wrapper
    .nav-tabs
    .nav_wrapper
    a
    .events_wrapper
    ul
    li:before {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .events_sec
    .events_tab_wrapper
    .nav-tabs
    .nav_wrapper
    a
    .events_wrapper
    ul
    li:before {
    font-size: 22px;
    top: calc(50% - 15px);
  }
}

.events_sec
  .events_tab_wrapper
  .nav-tabs
  .nav_wrapper
  a
  .events_wrapper
  ul
  li
  h5 {
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  margin: 0px;
}

.events_sec
  .events_tab_wrapper
  .nav-tabs
  .nav_wrapper
  a
  .events_wrapper
  ul
  li
  h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--black);
  text-transform: capitalize;
  color: var(--black);
  margin-top: 5px;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .events_sec
    .events_tab_wrapper
    .nav-tabs
    .nav_wrapper
    a
    .events_wrapper
    ul
    li
    h4 {
    font-size: 20px;
  }
}

.events_sec .events_tab_wrapper .tab-content {
  width: 49%;
}

@media (max-width: 767px) {
  .events_sec .events_tab_wrapper .tab-content {
    width: 100%;
  }
}

.events_sec .events_tab_wrapper .tab-content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--black);
  text-transform: capitalize;
  color: var(--green);
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .events_sec .events_tab_wrapper .tab-content h4 {
    font-size: 20px;
  }
}

.events_sec .events_tab_wrapper .tab-content p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
}

@media (max-width: 991px) {
  .events_sec .events_tab_wrapper .tab-content p {
    font-size: 16px;
  }
}

.events_sec .events_tab_wrapper .tab-content .read_btn {
  margin-top: 36px;
}

.events_sec .events_tab_wrapper .tab-content .read_btn a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  background-color: transparent;
  padding: 10px 15px;
  color: var(--green);
  border-radius: 5px;
  border: 1px solid var(--green);
}

.events_sec .events_tab_wrapper .tab-content .read_btn a:hover {
  background-color: var(--green);
  color: #fff;
}

.news_sec {
  margin: 100px 0px;
}

.news_sec .news_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  column-gap: 30px;
}

@media (max-width: 991px) {
  .news_sec .news_flex {
    font-size: 26px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.news_sec .news_flex .news_wrapper {
  width: calc(25% - 22.5px);
  background-color: #fff;
  height: 300px;
  border-radius: 10px 10px 0px 0px;
}

@media (max-width: 991px) {
  .news_sec .news_flex .news_wrapper {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .news_sec .news_flex .news_wrapper {
    width: 100%;
  }
}

.news_sec .news_flex .news_wrapper .news_img img {
  width: 100%;
  height: 190px;
  border-radius: 10px 10px 0px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.news_sec .news_flex .news_wrapper h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--black);
  text-transform: capitalize;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: initial !important;
  padding: 0px 12px 12px 15px;
}

@media (max-width: 991px) {
  .news_sec .news_flex .news_wrapper h4 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .news_sec .news_flex .news_wrapper h4 {
    margin-bottom: 0px;
  }
}

.news_sec .news_flex .news_wrapper .date_aut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 12px 12px 15px;
}

.news_sec .news_flex .news_wrapper .date_aut small {
  font-weight: 400;
  font-size: 12px;
  line-height: 14.4px;
  color: var(--black);
  opacity: 0.7;
}

.news_sec .news_flex .news_wrapper .date_aut small i {
  margin-right: 8px;
  color: var(--black);
  opacity: 0.7;
}

.upper_footer {
  background-color: var(--green);
  background-image: url(../images/line.png);
  /* margin-top: 150px; */
  padding: 45px 0px;
}

.upper_footer .dg_rqst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .upper_footer .dg_rqst {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .upper_footer .dg_rqst {
    /* display: inherit; */
  }
}

.upper_footer .dg_rqst .dg_text_wrap {
  width: 70%;
}

@media (max-width: 767px) {
  .upper_footer .dg_rqst .dg_text_wrap {
    width: 100%;
  }
}

.upper_footer .dg_rqst .dg_text_wrap h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  margin-top: 0px;
}

@media (max-width: 991px) {
  .upper_footer .dg_rqst .dg_text_wrap h2 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .upper_footer .dg_rqst .dg_text_wrap h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}

.upper_footer .dg_rqst .donate_btn {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .upper_footer .dg_rqst .donate_btn {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.upper_footer .dg_rqst .donate_btn a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  background-color: transparent;
  padding: 10px 15px;
  color: var(--green);
  border-radius: 5px;
  border: 1px solid var(--green);
  background-color: var(--red);
  padding: 12px 25px;
  color: var(--black);
  border: none;
  background-color: var(--yellow);
}

.upper_footer .dg_rqst .donate_btn a:hover {
  background-color: #af3421;
  color: #fff;
}

.upper_footer .dg_rqst .donate_btn a:hover i {
  color: #fff;
}

.upper_footer .dg_rqst .donate_btn a i {
  color: var(--black);
  margin-left: 8px;
}

/* FOOTER */
#footer {
  background-color: var(--black);
  padding: 50px 0px 30px;
  position: relative;
}

#footer:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-size: cover;
  z-index: -1;
}

#footer .footer_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .footer_flex .foot-logo {
  width: 25%;
}

@media (max-width: 991px) {
  #footer .footer_flex .foot-logo {
    width: 100%;
  }
}

#footer .footer_flex .foot-logo .nav-logo {
  margin-bottom: 25px;
}

#footer .footer_flex .foot-logo .nav-logo img {
  width: 200px;
}

#footer .footer_flex .foot-logo p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  font-size: 16px;
  color: #979591;
  width: 90%;
}

@media (max-width: 991px) {
  #footer .footer_flex .foot-logo p {
    font-size: 16px;
  }
}

#footer .footer_flex .footer_list {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  #footer .footer_flex .footer_list {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#footer .footer_flex .footer_list h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #fafafa;
}

#footer .footer_flex .footer_list .foot-list {
  padding: 0px;
}

#footer .footer_flex .footer_list .foot-list li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
  color: #979591;
}

#footer .footer_flex .footer_list .foot-list li i {
  margin-right: 8px;
}

#footer .footer_flex .footer_list .foot-list li a {
  font-size: 16px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #979591;
  font-weight: 400;
}

#footer .footer_flex .footer_list .foot-list li a:hover {
  padding-left: 5px;
  color: #505050;
}

.last-footer {
  background-color: var(--black);
}

.last-footer .end-footer {
  padding: 15px 0px;
}

.last-footer .end-footer h4 {
  font-size: 16px;
  color: #979591;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
  text-align: center;
}

.last-footer .end-footer h4 a {
  color: var(--light-yellow);
}

.single-form {
  margin: 90px 0px;
}

.single-form .contact_grid {
  width: 50%;
  margin: 0px auto;
  background: #fff;
  padding: 60px;
  border: 1px solid #dddd;
}

@media (max-width: 991px) {
  .single-form .contact_grid {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .single-form .contact_grid {
    width: 90%;
    padding: 30px 15px;
  }
}

.single-form .contact_grid .form_btn_ {
  margin-top: 0px;
}

@media (max-width: 767px) {
  .single-form .contact_grid .form_btn_ {
    font-size: 14px;
    padding: 8px 20px;
  }
}

.single-form .contact_grid form .form-group {
  margin-bottom: 25px;
}

.single-form .contact_grid form .form-group label {
  font-size: 16px;
  color: var(--black);
  font-weight: 600;
  width: 100%;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .single-form .contact_grid form .form-group label {
    text-align: left;
    width: 100%;
  }
}

.single-form .contact_grid form .form-group input {
  height: 50px;
  border-radius: 6px;
  background-color: var(--light-white);
  width: 100%;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 15px;
}

.single-form .contact_grid form .form-group .msg_box {
  height: 170px;
}

/* HISTORY PAGE */
.hs_page {
  padding: 45px 0px 100px;
  position: relative;
}

.hs_page:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-image: url(../images/his2.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 450px;
  height: 450px;
  z-index: -1;
}

@media (max-width: 991px) {
  .hs_page:before {
    width: 266px;
    height: 350px;
  }
}

@media (max-width: 767px) {
  .hs_page:before {
    bottom: unset;
    top: 75px;
    width: 150px;
    height: 210px;
  }
}

.hs_page:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-image: url(../images/his1.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 200px;
  height: 200px;
}

@media (max-width: 991px) {
  .hs_page:after {
    width: 165px;
    height: 155px;
  }
}

.hs_page .hs_wrapper h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  /* color: red; */
  text-transform: uppercase;
  margin-bottom: 45px;
  color: var(--black);
}

@media (max-width: 991px) {
  .hs_page .hs_wrapper h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .hs_page .hs_wrapper h2 {
    line-height: 40px;
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .hs_page .hs_wrapper h2 {
    font-size: 36px;
  }
}

.hs_page .hs_wrapper figure {
  float: right;
  margin-left: 45px;
}

@media (max-width: 767px) {
  .hs_page .hs_wrapper figure {
    float: none;
  }
}

.hs_page .hs_wrapper figure img {
  max-height: 350px;
  max-width: 520px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .hs_page .hs_wrapper figure img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hs_page .hs_wrapper .hs_para {
    margin-top: 15px;
  }
}

.hs_page .hs_wrapper .hs_para p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
}

@media (max-width: 991px) {
  .hs_page .hs_wrapper .hs_para p {
    font-size: 16px;
  }
}

/* goals page*/
.goals_page {
  padding: 45px 0px 100px;
}

@media (max-width: 767px) {
  .goals_page .flx_rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.goals_page .gflx_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .goals_page .gflx_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  .goals_page .gflx_wrapper:nth-last-child(1) {
    border: none;
    padding-bottom: 0px;
  }
}

.goals_page .gflx_wrapper figure {
  width: 49%;
}

@media (max-width: 767px) {
  .goals_page .gflx_wrapper figure {
    width: 100%;
  }
}

.goals_page .gflx_wrapper figure img {
  width: 100%;
  height: 350px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: contain;
}

@media (max-width: 991px) {
  .goals_page .gflx_wrapper figure img {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .goals_page .gflx_wrapper figure img {
    height: 190px;
  }
}

.goals_page .gflx_wrapper .g_para {
  width: 49%;
}

@media (max-width: 767px) {
  .goals_page .gflx_wrapper .g_para {
    width: 100%;
  }
}

.goals_page .gflx_wrapper .g_para h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  /* color: red; */
  text-transform: uppercase;
  margin-bottom: 45px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .goals_page .gflx_wrapper .g_para h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .goals_page .gflx_wrapper .g_para h2 {
    line-height: 40px;
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .goals_page .gflx_wrapper .g_para h2 {
    font-size: 36px;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .goals_page .gflx_wrapper .g_para h2 {
    font-size: 28px;
    margin-bottom: 0px;
  }
}

.goals_page .gflx_wrapper .g_para p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  line-height: 25px;
}

@media (max-width: 991px) {
  .goals_page .gflx_wrapper .g_para p {
    font-size: 16px;
  }
}

/* MESSAGE FROM DIRECTOR */
.msg_page {
  padding: 0px 0px 100px;
  margin-top: 45px;
}

@media (max-width: 991px) {
  .msg_page {
    padding-top: 45px;
  }
}

.msg_page .msg_wrapper {
  width: 85%;
  margin: 0px auto;
  /* padding-top: 100px; */
  position: relative;
}

@media (max-width: 767px) {
  .msg_page .msg_wrapper {
    width: 100%;
  }
}

.msg_page .msg_wrapper h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  /* color: red; */
  text-transform: uppercase;
  margin-bottom: 45px;
  position: absolute;
  right: 0px;
  top: 140px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .msg_page .msg_wrapper h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .msg_page .msg_wrapper h2 {
    line-height: 40px;
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .msg_page .msg_wrapper h2 {
    position: inherit;
    top: 0px;
    left: 0px;
    /* margin-top: 15px;; */
  }
}

.msg_page .msg_wrapper .mflx_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: var(--green);
  padding: 30px;
  border-radius: 5px;
  position: relative;
  width: 100%;
  margin-top: 153px;
  /* height: 400px; */
  padding: 45px;
  align-items: center;
  column-gap: 30px;
}

@media (max-width: 991px) {
  .msg_page .msg_wrapper .mflx_wrapper {
    height: auto;
    margin-top: 0px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .msg_page .msg_wrapper .mflx_wrapper {
    display: inherit;
    padding: 30px 15px;
  }
}

.msg_page .msg_wrapper .mflx_wrapper figure {
  width: calc(30% - 15px);
  /* position: absolute; */
  /* top: -132px; */
  /* bottom: calc(50% - 175px);
  left: 50px; */
}

@media (max-width: 991px) {
  .msg_page .msg_wrapper .mflx_wrapper figure {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    /* float: right;
    position: inherit;
    width: auto;
    left: 0px; */
  }
}

@media (max-width: 767px) {
  .msg_page .msg_wrapper .mflx_wrapper figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 10px;
  }
}

.msg_page .msg_wrapper .mflx_wrapper figure img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .msg_page .msg_wrapper .mflx_wrapper figure img {
    height: 345px;
    -webkit-box-shadow: 0 28px 16px -26px black;
    box-shadow: 0 28px 16px -26px black;
  }
}

@media (max-width: 767px) {
  .msg_page .msg_wrapper .mflx_wrapper figure img {
    height: 200px;
  }
}

.msg_page .msg_wrapper .mflx_wrapper .msg_para {
  width: calc(70% - 15px);
  /* padding-left: 45px; */
}

@media (max-width: 991px) {
  .msg_page .msg_wrapper .mflx_wrapper .msg_para {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .msg_page .msg_wrapper .mflx_wrapper .msg_para {
    margin-top: 15px;
  }
}

.msg_page .msg_wrapper .mflx_wrapper .msg_para p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  line-height: 25px;
  color: #fff;
  font-weight: 300;
}

@media (max-width: 991px) {
  .msg_page .msg_wrapper .mflx_wrapper .msg_para p {
    font-size: 16px;
  }
}

.msg_page .msg_wrapper .mflx_wrapper .msg_para h4 {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  line-height: 25px;
  font-weight: 600;
  margin-top: 30px;
  color: #fff;
}

@media (max-width: 991px) {
  .msg_page .msg_wrapper .mflx_wrapper .msg_para h4 {
    font-size: 16px;
  }
}

/* TEAM PAGE */
.team_page {
  padding: 45px 0px 100px;
  position: relative;
}

.team_page .sec_title {
  width: 100%;
  margin-bottom: 60px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .team_page .sec_title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .team_page .sec_title {
    display: inherit;
    height: auto;
    overflow: visibile;
    margin-bottom: 30px;
  }
}

.team_page .sec_title .title_text {
  width: 20%;
  float: left;
}

@media (max-width: 991px) {
  .team_page .sec_title .title_text {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .team_page .sec_title .title_text {
    width: 100%;
    margin-bottom: 30px;
  }
}

.team_page .sec_title .title_text h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  color: var(--green);
  margin: 0px;
}

@media (max-width: 991px) {
  .team_page .sec_title .title_text h2 {
    font-size: 25px;
  }
}

.team_page .sec_title .tab_cat {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .team_page .sec_title .tab_cat {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .team_page .sec_title .tab_cat {
    width: 100%;
    padding-right: 0px;
  }
}

.team_page .sec_title .tab_cat .nav-tabs {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
}

.team_page .sec_title .tab_cat .nav-tabs .active {
  background: var(--yellow);
  padding: 8px 23px;
  border-radius: 40px;
  border: none;
  color: #fff;
}

@media (max-width: 991px) {
  .team_page .sec_title .tab_cat .nav-tabs .active {
    padding: 6px 15px;
  }
}

.team_page .sec_title .tab_cat .nav-tabs .active a {
  background-color: transparent;
  padding: 0px;
  border: none;
  color: #000;
}

.team_page .sec_title .tab_cat .nav-tabs li {
  margin-left: 15px;
  border: none;
}

@media (max-width: 991px) {
  .team_page .sec_title .tab_cat .nav-tabs li {
    margin-left: 0px;
  }
}

.team_page .sec_title .tab_cat .nav-tabs li a {
  font-size: 16px;
  color: #2a2b2e;
  font-weight: 600;
  border: none;
}

@media (max-width: 991px) {
  .team_page .sec_title .tab_cat .nav-tabs li a {
    font-size: 14px;
  }
}

.team_page .sec_title .tab_cat .nav-tabs li a:hover {
  background-color: transparent;
}

.team_page:before {
  content: "";
  position: absolute;
  top: calc(50% - 120px);
  /* left: 0px; */
  background-image: url(../images/tm_icon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 240px;
  height: 310px;
  right: 0px;
}

.team_page .tm_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  column-gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team_page .tm_flx .tm_wrapper {
  width: calc(25% - 22.5px);
  margin-bottom: 45px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 991px) {
  .team_page .tm_flx .tm_wrapper {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .team_page .tm_flx .tm_wrapper {
    width: 100%;
  }
}

.team_page .tm_flx .tm_wrapper:hover img {
  opacity: 0.2;
}
.team_page .tm_flx .tm_wrapper:hover figure {
  background-color: #126766;
}
.team_page .tm_flx .tm_wrapper:hover .tm_para_wrap {
  opacity: 1;
}

.team_page .tm_flx .tm_wrapper figure {
  /* background-color: #126766; */
  display: flex;
  justify-content: center;
}

.team_page .tm_flx .tm_wrapper figure img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .team_page .tm_flx .tm_wrapper figure img {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .team_page .tm_flx .tm_wrapper figure img {
    height: auto;
  }
}

.team_page .tm_flx .tm_wrapper .tm_para_wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

@media (max-width: 991px) {
  .team_page .tm_flx .tm_wrapper .tm_para_wrap {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .team_page .tm_flx .tm_wrapper .tm_para_wrap {
    top: calc(50% - 126px);
  }
}

.team_page .tm_flx .tm_wrapper .tm_para_wrap .tm_txt p {
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  color: var(--black);
  line-height: 24px;
  color: #fff;
  text-align: center;
}

@media (max-width: 991px) {
  .team_page .tm_flx .tm_wrapper .tm_para_wrap .tm_txt p {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .team_page .tm_flx .tm_wrapper .tm_para_wrap .tm_txt p {
    font-size: 15px;
    line-height: 21px;
  }
}

.team_page .tm_flx .tm_wrapper .tm_para_wrap .social_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .team_page .tm_flx .tm_wrapper .tm_para_wrap .social_media {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .team_page .tm_flx .tm_wrapper .tm_para_wrap .social_media {
    margin-top: 30px;
  }
}

.team_page .tm_flx .tm_wrapper .tm_para_wrap .social_media li {
  list-style: none;
}

.team_page .tm_flx .tm_wrapper .tm_para_wrap .social_media li a {
  font-size: 15px;
  color: #fff;
  margin-right: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  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;
}

.team_page .tm_flx .tm_wrapper .tm_para_wrap .social_media li a:hover {
  background-color: #fcde3e;
  color: #000;
  border-color: #fcde3e;
}
.team_page .tm_flx .tm_wrapper .tm_head {
  text-align: center;
}
.team_page .tm_flx .tm_wrapper .tm_head h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .team_page .tm_flx .tm_wrapper .tm_head h4 {
    font-size: 20px;
  }
}

.team_page .tm_flx .tm_wrapper .tm_head small {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  line-height: 21px;
  opacity: 0.8;
}

@media (max-width: 991px) {
  .team_page .tm_flx .tm_wrapper .tm_head small {
    font-size: 16px;
  }
}

/* EVENTS PAGE */
.events_page .ev_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .events_page .ev_flx {
    /* width: 100%; */
  }
}

.events_page .ev_flx .ev_container {
  width: 75%;
}

@media (max-width: 991px) {
  .events_page .ev_flx .ev_container {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .events_page .ev_flx .ev_container {
    width: 100%;
  }
}

.events_page .ev_flx .ev_container .ev_wrap_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .events_page .ev_flx .ev_container .ev_wrap_ {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .events_page .ev_flx .ev_container .ev_wrap_ {
    /* flex-direction: column-reverse; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 5px;
  }
}

.events_page .ev_flx .ev_container .ev_wrap_ .ev_des {
  width: 75%;
  background: #ffffff;
}

@media (max-width: 991px) {
  .events_page .ev_flx .ev_container .ev_wrap_ .ev_des {
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .events_page .ev_flx .ev_container .ev_wrap_ .ev_des {
    width: 100%;
  }
}

.events_page .ev_flx .ev_container .ev_wrap_ .ev_des h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 0px;
}

@media (max-width: 991px) {
  .events_page .ev_flx .ev_container .ev_wrap_ .ev_des h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .events_page .ev_flx .ev_container .ev_wrap_ .ev_des h4 {
    margin-bottom: 30px;
  }
}

.events_page .ev_flx .ev_container .ev_wrap_ .ev_des p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  /* margin-bottom: 30px; */
}

@media (max-width: 991px) {
  .events_page .ev_flx .ev_container .ev_wrap_ .ev_des p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .events_page .ev_flx .ev_container .ev_wrap_ .ev_des p {
    /* display: none; */
  }
}

.events_page .ev_flx .ev_container .ev_wrap_ .ev_figure {
  width: 22%;
  position: relative;
}

@media (max-width: 991px) {
  .events_page .ev_flx .ev_container .ev_wrap_ .ev_figure {
    width: 100%;
  }
}

.events_page .ev_flx .ev_container .ev_wrap_ .ev_figure img {
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .events_page .ev_flx .ev_container .ev_wrap_ .ev_figure img {
    width: 100%;
    /* height: 200px; */
  }
}

.events_page .ev_flx .ev_container .ev_wrap_ .ev_figure .img_name {
  position: absolute;
  top: calc(50% - 33px);
  left: -33px;
  background-color: var(--green);
  padding: 12px 10px;
  border-radius: 5px;
}

.events_page .ev_flx .ev_container .ev_wrap_ .ev_figure .img_name h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--black);
  text-transform: capitalize;
  margin: 0px;
  color: var(--light-yellow);
}

@media (max-width: 991px) {
  .events_page .ev_flx .ev_container .ev_wrap_ .ev_figure .img_name h4 {
    font-size: 20px;
  }
}

.events_page .ev_flx .ev_container .ev_wrap_ .ev_figure .img_name h5 {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  margin: 0px;
}

.events_page .ev_flx .side_wrapper {
  width: 22%;
}

@media (max-width: 991px) {
  .events_page .ev_flx .side_wrapper {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .events_page .ev_flx .side_wrapper {
    width: 100%;
  }
}

.events_page .ev_flx .side_wrapper .side_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .events_page .ev_flx .side_wrapper .side_title {
    font-size: 20px;
  }
}

.events_page .ev_flx .side_wrapper .news_wrapper {
  background-color: #fff;
  height: 300px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .events_page .ev_flx .side_wrapper .news_wrapper {
    width: 100%;
    margin-bottom: 30px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .events_page .ev_flx .side_wrapper .news_wrapper {
    width: 100%;
  }
}

.events_page .ev_flx .side_wrapper .news_wrapper .news_img img {
  width: 100%;
  height: 190px;
  border-radius: 10px 10px 0px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .events_page .ev_flx .side_wrapper .news_wrapper .news_img img {
    height: 150px;
  }
}

.events_page .ev_flx .side_wrapper .news_wrapper h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--black);
  text-transform: capitalize;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: initial !important;
  padding: 0px 12px 12px 15px;
}

@media (max-width: 991px) {
  .events_page .ev_flx .side_wrapper .news_wrapper h4 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .events_page .ev_flx .side_wrapper .news_wrapper h4 {
    margin-bottom: 0px;
    font-size: 18px;
  }
}

.events_page .ev_flx .side_wrapper .news_wrapper .date_aut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 12px 12px 15px;
}

.events_page .ev_flx .side_wrapper .news_wrapper .date_aut small {
  font-weight: 400;
  font-size: 12px;
  line-height: 14.4px;
  color: var(--black);
  opacity: 0.7;
}

@media (max-width: 991px) {
  .events_page .ev_flx .side_wrapper .news_wrapper .date_aut small {
    font-size: 10px;
  }
}

.events_page .ev_flx .side_wrapper .news_wrapper .date_aut small i {
  margin-right: 8px;
  color: var(--black);
  opacity: 0.7;
}

/* SINGLE PAGE */
.single_page {
  margin: 45px 0px 100px;
}

.single_page .singlepg_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single_page .singlepg_flx .single_info {
  width: 75%;
}

@media (max-width: 991px) {
  .single_page .singlepg_flx .single_info {
    width: 100%;
  }
}

.single_page .singlepg_flx .single_info .news_img img {
  width: 100%;
  height: 380px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single_page .singlepg_flx .single_info h4 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  /* color: red; */
  text-transform: uppercase;
  margin-bottom: 45px;
  margin-bottom: 20px;
  color: var(--green);
  text-transform: initial;
}

@media (max-width: 991px) {
  .single_page .singlepg_flx .single_info h4 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .single_page .singlepg_flx .single_info h4 {
    line-height: 40px;
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .single_page .singlepg_flx .single_info h4 {
    margin-bottom: 30px;
  }
}

.single_page .singlepg_flx .single_info p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
}

@media (max-width: 991px) {
  .single_page .singlepg_flx .single_info p {
    font-size: 16px;
  }
}

.single_page .singlepg_flx .single_info .date_aut {
  margin: 30px 0px;
}

.single_page .singlepg_flx .single_info .date_aut small {
  font-size: 16px;
  color: #e94f37;
}

.single_page .singlepg_flx .side_wrapper {
  width: 22%;
  margin-top: 75px;
}

@media (max-width: 991px) {
  .single_page .singlepg_flx .side_wrapper {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .single_page .singlepg_flx .side_wrapper {
    margin-top: 30px;
  }
}

.single_page .singlepg_flx .side_wrapper .side_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .single_page .singlepg_flx .side_wrapper .side_title {
    font-size: 20px;
  }
}

.single_page .singlepg_flx .side_wrapper .news_wrapper {
  background-color: #fff;
  height: 300px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .single_page .singlepg_flx .side_wrapper .news_wrapper {
    width: 48%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .single_page .singlepg_flx .side_wrapper .news_wrapper {
    width: 100%;
  }
}

.single_page .singlepg_flx .side_wrapper .news_wrapper .news_img img {
  width: 100%;
  height: 190px;
  border-radius: 10px 10px 0px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single_page .singlepg_flx .side_wrapper .news_wrapper h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--black);
  text-transform: capitalize;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: initial !important;
  padding: 0px 12px 12px 15px;
}

@media (max-width: 991px) {
  .single_page .singlepg_flx .side_wrapper .news_wrapper h4 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .single_page .singlepg_flx .side_wrapper .news_wrapper h4 {
    margin-bottom: 0px;
  }
}

.single_page .singlepg_flx .side_wrapper .news_wrapper .date_aut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 12px 12px 15px;
}

.single_page .singlepg_flx .side_wrapper .news_wrapper .date_aut small {
  font-weight: 400;
  font-size: 12px;
  line-height: 14.4px;
  color: var(--black);
  opacity: 0.7;
}

.single_page .singlepg_flx .side_wrapper .news_wrapper .date_aut small i {
  margin-right: 8px;
  color: var(--black);
  opacity: 0.7;
}

#success_page {
  position: relative;
  margin: 45px 0px 100px;
}

#success_page:before {
  content: "";
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/tm_icon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 240px;
  height: 310px;
  left: 0px;
}

#success_page:after {
  content: "";
  position: absolute;
  bottom: 0px;
  /* left: 0px; */
  background-image: url(../images/tm_icon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 240px;
  height: 310px;
  right: 0px;
}

#success_page .suc_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#success_page .suc_flx .act_wrap_ {
  width: 48%;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  #success_page .suc_flx .act_wrap_ {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #success_page .suc_flx .act_wrap_ {
    height: auto;
  }
}

@media (max-width: 991px) {
  #success_page .suc_flx .act_wrap_ .actp_figure img {
    width: 100%;
  }
}

#success_page .suc_flx .act_wrap_ .act_des {
  height: 360px;
}

@media (max-width: 767px) {
  #success_page .suc_flx .act_wrap_ .act_des {
    height: auto;
  }
}

/* SUCCESS SINGLE  PAGE */
.ss_page {
  padding: 45px 0px 100px;
  position: relative;
}

.ss_page:before {
  content: "";
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/tm_icon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 240px;
  height: 310px;
  left: 0px;
}

.ss_page:after {
  content: "";
  position: absolute;
  top: 50%;
  /* left: 0px; */
  background-image: url(../images/tm_icon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 240px;
  height: 310px;
  right: 0px;
}

.ss_page .ss_wrapper .ss_title {
  margin-bottom: 45px;
}

.ss_page .ss_wrapper .ss_title h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  /* color: red; */
  text-transform: uppercase;
  margin-bottom: 45px;
  color: var(--black);
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .ss_page .ss_wrapper .ss_title h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .ss_page .ss_wrapper .ss_title h2 {
    line-height: 40px;
    font-size: 28px;
  }
}

.ss_page .ss_wrapper .ss_title p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
}

@media (max-width: 991px) {
  .ss_page .ss_wrapper .ss_title p {
    font-size: 16px;
  }
}

.ss_page .ss_wrapper .single_img {
  margin-bottom: 30px;
}

.ss_page .ss_wrapper .single_img img {
  width: 100%;
  height: 460px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .ss_page .ss_wrapper .single_img img {
    height: 300px;
  }
}

.ss_page .ss_wrapper .ss_vd {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .ss_page .ss_wrapper .ss_vd {
    margin-right: 0px;
  }
}

.ss_page .ss_wrapper .ss_vd iframe {
  width: 520px;
  height: 350px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .ss_page .ss_wrapper .ss_vd iframe {
    width: 350px;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .ss_page .ss_wrapper .ss_vd iframe {
    width: 100%;
  }
}

.ss_page .ss_wrapper .ss_para {
  /* padding-left: 30px; */
}

.ss_page .ss_wrapper .ss_para p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
}

@media (max-width: 991px) {
  .ss_page .ss_wrapper .ss_para p {
    font-size: 16px;
  }
}

/* FOCUS AREA PAGE */
#focus_area {
  padding: 45px 0px 100px;
  position: relative;
}

#focus_area .sm_title {
  display: none;
}

@media (max-width: 767px) {
  #focus_area .sm_title {
    display: block !important;
  }
}

#focus_area .sm_title h2 {
  margin-bottom: 0px !important;
}

#focus_area:before {
  content: "";
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/tm_icon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 240px;
  height: 310px;
  left: 0px;
  z-index: -1;
}

#focus_area:after {
  content: "";
  position: absolute;
  bottom: 0px;
  /* left: 0px; */
  background-image: url(../images/tm_icon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 240px;
  height: 310px;
  right: 0px;
  z-index: -1;
}

#focus_area .events_tab_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  #focus_area .events_tab_wrapper {
    display: initial;
  }
}

@media (max-width: 767px) {
  #focus_area .events_tab_wrapper .sec_title {
    display: none;
  }
}

#focus_area .events_tab_wrapper .sec_title h2 {
  margin-top: 0px;
}

#focus_area .events_tab_wrapper .nav-tabs {
  width: 25%;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  border: none;
  height: 100%;
  margin-top: 85px;
}

@media (max-width: 767px) {
  #focus_area .events_tab_wrapper .nav-tabs {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#focus_area .events_tab_wrapper .nav-tabs li {
  background-color: transparent;
}

#focus_area .events_tab_wrapper .nav-tabs .active {
  background-color: transparent !important;
  border-radius: 0px;
}

#focus_area .events_tab_wrapper .nav-tabs .active a {
  opacity: 1 !important;
  font-weight: 600 !important;
}

#focus_area .events_tab_wrapper .nav-tabs .nav_wrapper {
  list-style: none;
  float: none !important;
  display: block;
  margin-bottom: 0px;
  position: relative;
}

#focus_area .events_tab_wrapper .nav-tabs .nav_wrapper:nth-last-child(1) {
  border: none;
}

#focus_area .events_tab_wrapper .nav-tabs .nav_wrapper a {
  background-color: transparent;
  border: none;
  padding: 0px;
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  color: var(--black);
  opacity: 0.7;
}

@media (max-width: 991px) {
  #focus_area .events_tab_wrapper .nav-tabs .nav_wrapper a {
    font-size: 16px;
  }
}

#focus_area .events_tab_wrapper .tab_wrapper {
  width: 73%;
}

@media (max-width: 767px) {
  #focus_area .events_tab_wrapper .tab_wrapper {
    width: 100%;
  }
}

#focus_area .events_tab_wrapper .tab-content {
  padding: 45px 60px;
  -webkit-box-shadow: 0px 46px 193px rgba(0, 0, 0, 0.0104523),
    0px 13.8677px 58.1838px rgba(0, 0, 0, 0.015),
    0px 5.75991px 24.1666px rgba(0, 0, 0, 0.0195477),
    0px 2.08325px 8.74058px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 46px 193px rgba(0, 0, 0, 0.0104523),
    0px 13.8677px 58.1838px rgba(0, 0, 0, 0.015),
    0px 5.75991px 24.1666px rgba(0, 0, 0, 0.0195477),
    0px 2.08325px 8.74058px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
}

@media (max-width: 767px) {
  #focus_area .events_tab_wrapper .tab-content {
    width: 100%;
    padding: 15px;
  }
}

#focus_area .events_tab_wrapper .tab-content .focus_flx {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#focus_area .events_tab_wrapper .tab-content .focus_flx .hgr_ct {
  width: 32%;
}

#focus_area .events_tab_wrapper .tab-content .focus_flx .hgr_ct hgroup {
  display: inline-block;
  text-align: center;
}

#focus_area .events_tab_wrapper .tab-content .focus_flx .hgr_ct hgroup h4 {
  font-size: 72px;
  font-weight: 700;
  line-height: 86px;
  color: var(--black);
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  #focus_area .events_tab_wrapper .tab-content .focus_flx .hgr_ct hgroup h4 {
    font-size: 28px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  #focus_area .events_tab_wrapper .tab-content .focus_flx .hgr_ct hgroup h4 {
    font-size: 20px;
  }
}

#focus_area .events_tab_wrapper .tab-content .focus_flx .hgr_ct hgroup h5 {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  line-height: 21px;
  font-weight: 400;
  /* text-align: center; */
  margin: 0px;
}

@media (max-width: 991px) {
  #focus_area .events_tab_wrapper .tab-content .focus_flx .hgr_ct hgroup h5 {
    font-size: 16px;
  }
}

#focus_area .events_tab_wrapper .tab-content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--black);
  text-transform: capitalize;
  color: var(--green);
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  #focus_area .events_tab_wrapper .tab-content h4 {
    font-size: 20px;
  }
}

#focus_area .events_tab_wrapper .tab-content p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
}

@media (max-width: 991px) {
  #focus_area .events_tab_wrapper .tab-content p {
    font-size: 16px;
  }
}

#focus_area .events_tab_wrapper .tab-content .read_btn {
  margin-top: 36px;
}

#focus_area .events_tab_wrapper .tab-content .read_btn a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  background-color: transparent;
  padding: 10px 15px;
  color: var(--green);
  border-radius: 5px;
  border: 1px solid var(--green);
}

/* REPORTS DOWNLOADS PAGE */
.reports {
  padding: 45px 0px 150px;
  position: relative;
}

.reports:before {
  content: "";
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/tm_icon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 240px;
  height: 310px;
  left: 0px;
  z-index: -1;
}

.reports:after {
  content: "";
  position: absolute;
  bottom: 0px;
  /* left: 0px; */
  background-image: url(../images/his1.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 240px;
  height: 310px;
  right: 0px;
  z-index: -1;
}

.reports .report_wrapper {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07),
    0px 0.89345px 7.59435px rgba(0, 0, 0, 0.0417275),
    0px 0.266px 2.26103px rgba(0, 0, 0, 0.0282725);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.07),
    0px 0.89345px 7.59435px rgba(0, 0, 0, 0.0417275),
    0px 0.266px 2.26103px rgba(0, 0, 0, 0.0282725);
  border-radius: 5px;
  padding: 20px 45px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .reports .report_wrapper {
    padding: 15px;
  }
}

.reports .report_wrapper .rp_text {
  width: 60%;
}

@media (max-width: 767px) {
  .reports .report_wrapper .rp_text {
    width: 100%;
  }
}

.reports .report_wrapper .rp_text h4 {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  margin: 0px;
}

@media (max-width: 991px) {
  .reports .report_wrapper .rp_text h4 {
    font-size: 16px;
  }
}

.reports .report_wrapper .dwn_btn {
  width: 35%;
  text-align: right;
  /* height: 40px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .reports .report_wrapper .dwn_btn {
    width: 100%;
    display: initial;
    text-align: left;
    margin-top: 15px;
  }
}

.reports .report_wrapper .dwn_btn a {
  border-radius: 0px;
  color: var(--black);
  background-color: var(--yellow);
  padding: 10px 30px;
  border: 1px solid var(--yellow);
  font-weight: 600;
}

.reports .report_wrapper .dwn_btn a:hover {
  background-color: transparent;
  /* color: var(--yellow); */
}

@media (max-width: 767px) {
  .reports .report_wrapper .dwn_btn a {
    padding: 6px 12px;
  }
}

/* NEWS PAGE */
#news_page {
  position: relative;
  padding: 45px 0px 150px;
  margin: 0px;
}

#news_page:before {
  content: "";
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/tm_icon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 240px;
  height: 310px;
  left: 0px;
  z-index: -1;
}

#news_page:after {
  content: "";
  position: absolute;
  bottom: 0px;
  /* left: 0px; */
  background-image: url(../images/his1.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 240px;
  height: 310px;
  right: 0px;
  z-index: -1;
}

#news_page .news_flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#news_page .news_flex .news_wrapper {
  margin-bottom: 30px;
}

/* NEWS SINGLE PAGE */
#news_single_page {
  /* padding-left: 90px; */
  position: relative;
  margin: 0px;
  padding: 45px 0px 150px 90px;
}

@media (max-width: 767px) {
  #news_single_page {
    padding: 45px 0px;
  }
}

#news_single_page:before {
  content: "";
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/tm_icon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 480px;
  height: 480px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 767px) {
  #news_single_page:before {
    width: 200px;
    height: 200px;
  }
}

#news_single_page:after {
  content: "";
  position: absolute;
  bottom: 0px;
  /* left: 0px; */
  background-image: url(../images/his1.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 240px;
  height: 310px;
  right: 0px;
  z-index: -1;
}

#news_single_page .single_info h4 {
  color: var(--black);
  margin-bottom: 0px;
}

#news_single_page .single_info .news_img img {
  height: 400px;
}

@media (max-width: 767px) {
  #news_single_page .single_info .news_img img {
    height: 250px !important;
  }
}

#news_single_page .news_wrapper {
  position: relative;
}

@media (max-width: 767px) {
  #news_single_page .news_wrapper .date_aut {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    padding: 0px 0px 15px;
    margin: 15px 0px 30px;
  }
}

#news_single_page .news_wrapper .date_aut small {
  margin-right: 0px !important;
}

#news_single_page .news_wrapper .news_single_para {
  position: relative;
}

#news_single_page .news_wrapper .social_media {
  position: absolute;
  left: -66px;
  top: 120px;
  margin: 0px;
}

@media (max-width: 767px) {
  #news_single_page .news_wrapper .social_media {
    position: inherit;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#news_single_page .news_wrapper .social_media .facebook {
  border: 1px solid #29487d;
}

#news_single_page .news_wrapper .social_media .facebook i {
  color: #29487d;
}

#news_single_page .news_wrapper .social_media .twitter {
  border: 1px solid #1da1f2;
}

#news_single_page .news_wrapper .social_media .twitter i {
  color: #1da1f2;
}

#news_single_page .news_wrapper .social_media .whatsapp {
  border: 1px solid #128c7e;
}

#news_single_page .news_wrapper .social_media .whatsapp i {
  color: #128c7e;
}

#news_single_page .news_wrapper .social_media li {
  list-style: none;
  margin-bottom: 15px;
  /* color: #2D69C2; */
  /* border: 1px solid; */
  height: 40px;
  width: 40px;
  border-radius: 50%;
  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;
}

@media (max-width: 767px) {
  #news_single_page .news_wrapper .social_media li {
    margin-right: 15px;
  }
}

#news_single_page .news_wrapper .social_media li a {
  font-size: 22px;
  font-weight: 600;
}

#news_single_page .news_wrapper .date_aut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 12px 12px 15px;
}

#news_single_page .news_wrapper .date_aut small {
  font-weight: 400;
  font-size: 12px;
  line-height: 14.4px;
  color: var(--black);
  opacity: 0.7;
  margin-right: 45px;
}

#news_single_page .news_wrapper .date_aut small i {
  margin-right: 8px;
  color: var(--black);
  opacity: 0.7;
}

#news_single_page .side_wrapper {
  width: 23%;
}

@media (max-width: 991px) {
  #news_single_page .side_wrapper {
    width: 100%;
  }
}

#news_single_page .side_wrapper .news_wrapper {
  height: auto;
}

#news_single_page .side_wrapper .date_aut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 12px 12px 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#news_single_page .side_wrapper .date_aut small {
  font-weight: 400;
  font-size: 12px;
  line-height: 14.4px;
  color: var(--black);
  opacity: 0.7;
  margin-right: 0px;
}

#news_single_page .side_wrapper .date_aut small i {
  margin-right: 8px;
  color: var(--black);
  opacity: 0.7;
}

/* DONATION PAGE */
.donation_page {
  padding: 45px 0px 100px;
  position: relative;
}

.donation_page:before {
  content: "";
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/tm_icon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 300px;
  height: 300px;
  left: 0px;
  z-index: -1;
}

.donation_page:after {
  content: "";
  position: absolute;
  bottom: -185px;
  /* left: 0px; */
  background-image: url(../images/his1.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 240px;
  height: 310px;
  right: 0px;
  z-index: -1;
}

.donation_page .sec_title {
  margin-bottom: 60px;
  text-align: center;
}

.donation_page .sec_title h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  /* color: red; */
  text-transform: uppercase;
  margin-bottom: 45px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .donation_page .sec_title h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .donation_page .sec_title h2 {
    line-height: 40px;
    font-size: 28px;
  }
}

.donation_page .sec_title p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  width: 40%;
  margin: 0px auto;
}

@media (max-width: 991px) {
  .donation_page .sec_title p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .donation_page .sec_title p {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .donation_page .sec_title p {
    width: 100%;
  }
}

.donation_page .don_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .donation_page .don_flx {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.donation_page .don_flx .don_wrapper {
  position: relative;
  width: calc(33.3% - 15px);
  padding: 30px 30px 65px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 46px 193px rgba(0, 0, 0, 0.0104523),
    0px 13.8677px 58.1838px rgba(0, 0, 0, 0.015),
    0px 5.75991px 24.1666px rgba(0, 0, 0, 0.0195477),
    0px 2.08325px 8.74058px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 46px 193px rgba(0, 0, 0, 0.0104523),
    0px 13.8677px 58.1838px rgba(0, 0, 0, 0.015),
    0px 5.75991px 24.1666px rgba(0, 0, 0, 0.0195477),
    0px 2.08325px 8.74058px rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .donation_page .don_flx .don_wrapper {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .donation_page .don_flx .don_wrapper {
    width: 100%;
  }
}

.donation_page .don_flx .don_wrapper h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--black);
  text-transform: capitalize;
  margin-top: 0px;
  text-transform: initial;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .donation_page .don_flx .don_wrapper h4 {
    font-size: 20px;
  }
}

.donation_page .don_flx .don_wrapper .bank_details {
  padding: 0px;
}

.donation_page .don_flx .don_wrapper .bank_details li {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  margin-bottom: 10px;
  list-style: none;
  word-break: break-all;
}

@media (max-width: 991px) {
  .donation_page .don_flx .don_wrapper .bank_details li {
    font-size: 16px;
  }
}

.donation_page .don_flx .don_wrapper figure {
  position: absolute;
  bottom: 0px;
  right: 30px;
  cursor: pointer;
}
.donation_page .don_flx .don_wrapper figure img {
  object-fit: contain;
  opacity: 0.4;
}

.donation_page .don_flx .don_wrapper figure:hover .qr_img {
  opacity: 1;
}
.donation_page .don_flx .don_wrapper figure:hover .bnk_img {
  opacity: 0;
}

.donation_page .don_flx .don_wrapper figure .qr_img {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: 0.3s ease;
  width: 70px;
  height: 70px;
}

/* CONTACT PAGE */
#contact_us {
  padding: 45px 0px 100px;
  position: relative;
  overflow: hidden;
}

#contact_us:before {
  content: "";
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/tm_icon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 300px;
  height: 300px;
  left: 0px;
  z-index: -1;
}

#contact_us:after {
  content: "";
  position: absolute;
  bottom: 0px;
  /* left: 0px; */
  background-image: url(../images/his1.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 240px;
  height: 310px;
  right: -100px;
  z-index: -1;
}

#contact_us .sec_title {
  margin-bottom: 60px;
  text-align: center;
}

#contact_us .sec_title h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  /* color: red; */
  text-transform: uppercase;
  margin-bottom: 45px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  #contact_us .sec_title h2 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  #contact_us .sec_title h2 {
    line-height: 40px;
    font-size: 28px;
  }
}

#contact_us .sec_title p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  width: 40%;
  margin: 0px auto;
}

@media (max-width: 991px) {
  #contact_us .sec_title p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #contact_us .sec_title p {
    width: 100%;
  }
}

#contact_us .contact_grid {
  width: 50%;
  margin: 0px auto;
}

@media (max-width: 991px) {
  #contact_us .contact_grid {
    width: 80%;
  }
}

@media (max-width: 767px) {
  #contact_us .contact_grid {
    width: 100%;
  }
}

#contact_us .contact_grid form .form-group {
  margin-bottom: 20px;
  /* display: flex; */
}

@media (max-width: 767px) {
  #contact_us .contact_grid form .form-group {
    display: inherit;
  }
}

#contact_us .contact_grid form .form-group label {
  font-size: 16px;
  color: var(--black);
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #contact_us .contact_grid form .form-group label {
    text-align: left;
    width: 100%;
    display: inherit;
    margin-bottom: 6px;
  }
}

#contact_us .contact_grid form .form-group input {
  height: 50px;
  border-radius: 6px;
  background-color: #fff;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 46px 193px rgba(0, 0, 0, 0.0104523),
    0px 13.8677px 58.1838px rgba(0, 0, 0, 0.015),
    0px 5.75991px 24.1666px rgba(0, 0, 0, 0.0195477),
    0px 2.08325px 8.74058px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 46px 193px rgba(0, 0, 0, 0.0104523),
    0px 13.8677px 58.1838px rgba(0, 0, 0, 0.015),
    0px 5.75991px 24.1666px rgba(0, 0, 0, 0.0195477),
    0px 2.08325px 8.74058px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding-left: 15px;
  border: none;
}

#contact_us .contact_grid form .form-group .msg_box {
  height: 170px;
}

#contact_us .contact_grid .donate_btn {
  margin-top: 75px;
}

#contact_us .contact_grid .donate_btn button {
  font-weight: 500;
  font-size: 16px;
  line-height: 19.2px;
  background-color: transparent;
  padding: 10px 15px;
  color: var(--green);
  border-radius: 5px;
  border: 1px solid var(--green);
  font-weight: 600;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  border: 1px solid var(--yellow);
  padding: 15px 40px;
}
#contact_us .contact_grid .donate_btn button:hover {
  background-color: var(--yellow);
}
@media (max-width: 991px) {
  #contact_us .contact_grid .donate_btn a {
    font-size: 16px;
  }
}

/* SOCIAL MEDIA PAGE */
.facebook {
  color: #29487d;
}

.twitter {
  color: #1da1f2;
}

.whatsapp {
  color: #128c7e;
}

.pinterest {
  color: #c8232c;
}

.linkedin {
  color: #0077b5;
}

.social_page {
  padding: 45px 0px 100px;
}

.social_page .sec_title {
  text-align: center;
}

.social_page .media_wrapper {
  width: 50%;
  margin: 0px auto;
}

@media (max-width: 991px) {
  .social_page .media_wrapper {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .social_page .media_wrapper {
    width: 100%;
  }
}

.social_page .media_wrapper .social_media {
  padding: 0px;
}

.social_page .media_wrapper .social_media li {
  list-style: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 46px 193px rgba(0, 0, 0, 0.0104523),
    0px 13.8677px 58.1838px rgba(0, 0, 0, 0.015),
    0px 5.75991px 24.1666px rgba(0, 0, 0, 0.0195477),
    0px 2.08325px 8.74058px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 46px 193px rgba(0, 0, 0, 0.0104523),
    0px 13.8677px 58.1838px rgba(0, 0, 0, 0.015),
    0px 5.75991px 24.1666px rgba(0, 0, 0, 0.0195477),
    0px 2.08325px 8.74058px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  padding: 20px 45px;
  color: var(--black);
  margin-bottom: 15px;
}

.social_page .media_wrapper .social_media li a {
  color: var(--black);
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  line-height: auto;
}

@media (max-width: 991px) {
  .social_page .media_wrapper .social_media li a {
    font-size: 16px;
  }
}

.social_page .media_wrapper .social_media li a i {
  font-size: 26px;
  margin-right: 15px;
}

/* TESTIMONIALS PAGE */
.testimonials_page .act_wrap_ {
  padding: 15px;
  background-color: #fff;
}

.testimonials_page .act_wrap_ .act_des {
  padding: 0px;
  height: auto !important;
}

.testimonials_page .act_wrap_ .act_des h4 {
  margin: 0px;
}

.testimonials_page .act_wrap_ .act_des p {
  line-height: 22px;
}

@media (max-width: 767px) {
  .testimonials_page .act_wrap_ .act_des p {
    display: block !important;
  }
}

.testimonials_page .act_wrap_ .actp_figure iframe {
  width: 100%;
  height: 310px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .testimonials_page .act_wrap_ .actp_figure iframe {
    height: 240px;
  }
}

/* SIGN IN PAGE */
.sign_in {
  padding: 100px 0px;
}

.sign_in .sigin_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 500px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .sign_in .sigin_flx {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0px;
    background-color: transparent;
  }
}

.sign_in .sigin_flx .signin_details {
  width: 49%;
  background-color: #fff;
}

@media (max-width: 767px) {
  .sign_in .sigin_flx .signin_details {
    width: 100%;
    padding: 30px;
    background-color: #ffffff6e;
  }
}

.sign_in .sigin_flx .signin_details h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .sign_in .sigin_flx .signin_details h2 {
    margin-bottom: 60px;
  }
}

.sign_in .sigin_flx .signin_details form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.sign_in .sigin_flx .signin_details form .form-group input {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #838185;
  width: 100%;
}
.sign_in .sigin_flx .signin_details form .form-group .sub_btn {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-weight: 600;
  border: 1px solid var(--yellow) !important;
}

.sign_in .sigin_flx .signin_details form .form-group .sub_btn:hover {
  background-color: transparent !important;
  color: var(--black) !important;
}
@media (max-width: 991px) {
  .sign_in .sigin_flx .signin_details form .form-group input {
    font-size: 16px;
  }
}

.sign_in .sigin_flx .signin_details form .form-group span {
  position: absolute;
  top: 0px;
  right: 0px;
}

.sign_in .sigin_flx .signin_details form .form-group span i {
  color: #838185;
}

.sign_in .sigin_flx .signin_details form .sub_btn {
  background-color: var(--yellow) !important;
  border: none !important;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
  font-size: 18px;
  border-radius: 5px !important;
  padding: 13px 0px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .sign_in .sigin_flx .signin_details form .sub_btn {
    margin-top: 30px;
  }
}

.sign_in .sigin_flx .logo_box {
  width: 49%;
  background-color: var(--yellow);
  height: 500px;
  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;
}

@media (max-width: 767px) {
  .sign_in .sigin_flx .logo_box {
    width: 100%;
    background-color: transparent;
    position: absolute;
    z-index: -1;
  }
}

@media (max-width: 767px) {
  .sign_in .sigin_flx .logo_box img {
    opacity: 0.2;
  }
}

/* Courses_page */
#after-signin-homepage {
  position: relative;
}

#after-signin-homepage:before {
  content: "";
  position: absolute;
  bottom: 50px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/tm_icon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 236px;
  height: 300px;
  left: 0px;
  z-index: -1;
}

#after-signin-homepage:after {
  content: "";
  position: absolute;
  bottom: 100px;
  /* left: 0px; */
  background-image: url(../images/his1.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 200px;
  height: 250px;
  right: 0px;
  z-index: -1;
}

#after-signin-homepage .flx_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  #after-signin-homepage .flx_title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#after-signin-homepage .flx_title h2 {
  width: 69%;
  margin-top: 0px;
}

@media (max-width: 991px) {
  #after-signin-homepage .flx_title h2 {
    width: 100%;
  }
}

#after-signin-homepage .flx_title .form_search {
  width: 30%;
}

@media (max-width: 991px) {
  #after-signin-homepage .flx_title .form_search {
    width: 100%;
    margin-bottom: 30px;
  }
}

#after-signin-homepage .flx_title .form_search .form-group {
  position: relative;
}

#after-signin-homepage .flx_title .form_search input {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  height: 40px;
  border: none;
  font-size: 16px;
  color: var(--black);
  opacity: 0.6;
  padding-left: 15px;
}

#after-signin-homepage .flx_title .form_search span {
  position: absolute;
  top: calc(50% - 14px);
  right: 15px;
}

#after-signin-homepage .news_flex {
}
@media (max-width: 991px) {
  #after-signin-homepage .news_flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  #after-signin-homepage .news_flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#after-signin-homepage .news_flex .news_wrapper {
  margin-bottom: 30px;
  /* padding-bottom: 45px; */
  height: 320px;
}

#after-signin-homepage .news_flex .news_wrapper .news_img img {
  height: 160px;
}

#after-signin-homepage .news_flex .news_wrapper .course_des {
  padding: 0px 15px 15px;
}

#after-signin-homepage .news_flex .news_wrapper .course_des .date_aut {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px;
}

#after-signin-homepage .news_flex .news_wrapper .course_des .date_aut small {
  margin-right: 30px;
  font-size: 14px;
}

#after-signin-homepage .news_flex .news_wrapper .course_des h4 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 0px;
}

#after-signin-homepage .news_flex .news_wrapper .course_des p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 991px) {
  #after-signin-homepage .news_flex .news_wrapper .course_des p {
    font-size: 16px;
  }
}

/* Courses SINGLE PAGE */
.courses_single_page {
  padding: 45px 0px 100px;
  position: relative;
}

.courses_single_page:before {
  content: "";
  position: absolute;
  bottom: 50px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../images/tm_icon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 236px;
  height: 300px;
  left: 0px;
  z-index: -1;
}

.courses_single_page:after {
  content: "";
  position: absolute;
  bottom: 100px;
  /* left: 0px; */
  background-image: url(../images/his1.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 200px;
  height: 250px;
  right: 0px;
  z-index: -1;
}

.courses_single_page .course_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .courses_single_page .course_flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.courses_single_page .course_flex .resources_container {
  width: 32%;
}

@media (max-width: 767px) {
  .courses_single_page .course_flex .resources_container {
    width: 100%;
    margin-bottom: 30px;
  }
}

.courses_single_page .course_flex .resources_container .bread_crumb {
  margin-left: 0px;
  margin-bottom: 20px;
}

.courses_single_page .course_flex .resources_container .bread_crumb li {
  position: relative;
  padding: 0px;
  color: var(--black);
  opacity: 0.6;
  font-size: 14px;
}

.courses_single_page
  .course_flex
  .resources_container
  .bread_crumb
  li:nth-last-child(1):after {
  display: none;
}

.courses_single_page .course_flex .resources_container .bread_crumb li:after {
  content: ">";
  right: 0px;
  top: 0px;
  color: var(--black);
  opacity: 0.6;
  margin-left: 6px;
}

.courses_single_page
  .course_flex
  .resources_container
  .form_search
  .form-group {
  position: relative;
}

.courses_single_page .course_flex .resources_container .form_search input {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  height: 40px;
  border: none;
  font-size: 16px;
  color: var(--black);
  opacity: 0.6;
  padding-left: 15px;
}

.courses_single_page .course_flex .resources_container .form_search span {
  position: absolute;
  top: calc(50% - 14px);
  right: 15px;
}

.courses_single_page .course_flex .resources_container .resources_wrapper {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.courses_single_page .course_flex .resources_container .resources_wrapper h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: var(--black);
  text-transform: initial;
  font-weight: 600;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .courses_single_page .course_flex .resources_container .resources_wrapper h2 {
    font-size: 28px;
  }
}

.courses_single_page .course_flex .resources_container .resources_wrapper ol {
  padding-left: 15px;
}

.courses_single_page
  .course_flex
  .resources_container
  .resources_wrapper
  ol
  .active {
  color: var(--green);
  font-weight: 600;
}

.courses_single_page
  .course_flex
  .resources_container
  .resources_wrapper
  ol
  .active
  .resource_list
  h4
  a {
  color: var(--green);
  font-weight: 600;
}

.courses_single_page
  .course_flex
  .resources_container
  .resources_wrapper
  ol
  li {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}

.courses_single_page
  .course_flex
  .resources_container
  .resources_wrapper
  ol
  li
  .resource_list
  h4 {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  font-weight: 500;
  color: var(--green);
  margin-left: 5px;
}

@media (max-width: 991px) {
  .courses_single_page
    .course_flex
    .resources_container
    .resources_wrapper
    ol
    li
    .resource_list
    h4 {
    font-size: 16px;
  }
}

.courses_single_page
  .course_flex
  .resources_container
  .resources_wrapper
  ol
  li
  .resource_list
  h4
  a {
  color: var(--black);
}

.courses_single_page
  .course_flex
  .resources_container
  .resources_wrapper
  ol
  li
  .resource_list
  .date_aut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.courses_single_page
  .course_flex
  .resources_container
  .resources_wrapper
  ol
  li
  .resource_list
  .date_aut
  small {
  font-weight: 400;
  font-size: 12px;
  line-height: 14.4px;
  color: var(--black);
  opacity: 0.7;
  font-size: 14px;
  margin-right: 20px;
}

.courses_single_page .course_flex .course_des {
  width: 67%;
}

@media (max-width: 767px) {
  .courses_single_page .course_flex .course_des {
    width: 100%;
  }
}

.courses_single_page .course_flex .course_des h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 30px;
  margin-top: 0px;
  text-transform: initial;
}

@media (max-width: 767px) {
  .courses_single_page .course_flex .course_des h2 {
    font-size: 24px;
  }
}

.courses_single_page .course_flex .course_des .course_content {
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .courses_single_page .course_flex .course_des .course_content {
    padding: 15px;
  }
}

.courses_single_page .course_flex .course_vd_gallery {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
  row-gap: 30px;
}

.courses_single_page .course_flex .course_vd_gallery figure {
  width: calc(50% - 15px);
}

.courses_single_page .course_flex .course_des .course_content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: 25px;
  color: var(--green);
  font-weight: 600;
  text-transform: initial;
  margin-top: 0px;
}

@media (max-width: 991px) {
  .courses_single_page .course_flex .course_des .course_content h4 {
    font-size: 20px;
  }
}

.courses_single_page .course_flex .course_des .course_content figure iframe {
  width: 100%;
  height: 220px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .courses_single_page .course_flex .course_des .course_content figure iframe {
    width: 100%;
  }
}

.courses_single_page .course_flex .course_des .course_content .course_para {
  margin-top: 30px;
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .courses_single_page .course_flex .course_des .course_content .course_para {
    margin-bottom: 45px;
  }
}

.courses_single_page .course_flex .course_des .course_content .course_para p {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
}

@media (max-width: 991px) {
  .courses_single_page .course_flex .course_des .course_content .course_para p {
    font-size: 16px;
  }
}

.courses_single_page .course_flex .course_des .course_content .course_btn a {
  font-weight: 400;
  font-size: 16px;
  background-color: var(--yellow);
  border-radius: 5px;
  padding: 10px 36px 10px 18px;
  color: var(--black);
  border: none;
  position: relative;
}

.courses_single_page
  .course_flex
  .course_des
  .course_content
  .course_btn
  a
  img {
  position: absolute;
  top: calc(50% - 9px);
  right: 14px;
}

/* TESTIMONIAL SECTION */
.testimonials_sec {
  padding-bottom: 150px;
}

.testimonials_sec .slick-prev {
  background-image: url(../images/slide-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 80px;
  height: 45px;
  width: 45px;
  z-index: 999;
}

@media (max-width: 991px) {
  .testimonials_sec .slick-prev {
    left: -31px;
    height: 30px;
    width: 30px;
  }
}

@media (max-width: 767px) {
  .testimonials_sec .slick-prev {
    height: 25px;
    width: 25px;
  }
}

.testimonials_sec .slick-prev:before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 34px;
  color: #fff;
  opacity: 1;
}

@media (max-width: 991px) {
  .testimonials_sec .slick-prev:before {
    font-size: 20px;
  }
}

.testimonials_sec .slick-next {
  background-image: url(../images/slide-arrow.png);
  background-repeat: no-repeat;
  top: 50%;
  right: 80px;
  height: 45px;
  width: 45px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: contain;
}

@media (max-width: 991px) {
  .testimonials_sec .slick-next {
    right: -31px;
    height: 30px;
    width: 30px;
  }
}

@media (max-width: 767px) {
  .testimonials_sec .slick-next {
    height: 25px;
    width: 25px;
  }
}

.testimonials_sec .slick-next:before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 34px;
  color: #fff;
  opacity: 1;
}

@media (max-width: 991px) {
  .testimonials_sec .slick-next:before {
    font-size: 20px;
  }
}

.testimonials_sec .sec_title {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .testimonials_sec .sec_title {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .testimonials_sec .sec_title .title_btn {
    margin-bottom: 0px;
  }
}

.testimonials_sec .tester_width {
  margin-top: 60px;
  position: relative;
  /* width: 80%; */
  margin: 0px auto;
}

@media (max-width: 991px) {
  .testimonials_sec .tester_width {
    width: 100%;
  }
}

.testimonials_sec .tester_width:before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-image: url(../images/his1.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 250px;
  height: 320px;
  left: 114px;
  bottom: -86px;
  z-index: -1;
}

@media (max-width: 767px) {
  .testimonials_sec .tester_width:before {
    width: 119px;
    height: 170px;
    -webkit-transform: rotate(-92deg);
    transform: rotate(-92deg);
    bottom: -47px;
  }
}

.testimonials_sec .tester_width:after {
  content: "";
  position: absolute;
  right: 274px;
  top: -132px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-image: url(../images/his2.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 165px;
  height: 240px;
  z-index: -111;
}

@media (max-width: 767px) {
  .testimonials_sec .tester_width:after {
    right: 156px;
    top: -44px;
    width: 125;
    height: 135px;
    background-size: contain;
  }
}

.testimonials_sec .tester_width .slick-list {
  padding: 60px 0px;
}

.testimonials_sec .tester_width .act_wrap_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 65%;
  margin: 0px auto;
  /* padding: 100px; */
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonials_sec .tester_width .act_wrap_ {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .testimonials_sec .tester_width .act_wrap_ {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 20px 15px;
    width: 100%;
  }
}

.testimonials_sec .tester_width .act_wrap_:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-transform: rotate(1.16deg) translate(15px, -16px);
  transform: rotate(1.16deg) translate(15px, -16px);
}

@media (max-width: 991px) {
  .testimonials_sec .tester_width .act_wrap_:before {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .testimonials_sec .tester_width .act_wrap_:before {
    display: none;
  }
}

.testimonials_sec .tester_width .act_wrap_:after {
  content: "";
  position: absolute;
  top: -21px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -11;
  background: #ffffff;
  border-radius: 10px;
  -webkit-transform: rotate(-1.23deg);
  transform: rotate(-1.23deg);
}

@media (max-width: 991px) {
  .testimonials_sec .tester_width .act_wrap_:after {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .testimonials_sec .tester_width .act_wrap_:after {
    display: none;
  }
}

.testimonials_sec .tester_width .act_wrap_ .act_des {
  width: 54%;
  padding: 0px;
  height: auto !important;
}

@media (max-width: 767px) {
  .testimonials_sec .tester_width .act_wrap_ .act_des {
    width: 100%;
    margin-top: 15px;
  }
}

.testimonials_sec .tester_width .act_wrap_ .act_des h4 {
  margin-top: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--black);
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .testimonials_sec .tester_width .act_wrap_ .act_des h4 {
    font-size: 20px;
  }
}

.testimonials_sec .tester_width .act_wrap_ .act_des p {
  line-height: 22px;
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
}

@media (max-width: 991px) {
  .testimonials_sec .tester_width .act_wrap_ .act_des p {
    font-size: 16px;
  }
}

.testimonials_sec .tester_width .act_wrap_ .actp_figure {
  width: 45%;
}

@media (max-width: 767px) {
  .testimonials_sec .tester_width .act_wrap_ .actp_figure {
    width: 100%;
  }
}

.testimonials_sec .tester_width .act_wrap_ .actp_figure iframe {
  width: 100%;
  height: 410px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .testimonials_sec .tester_width .act_wrap_ .actp_figure iframe {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .testimonials_sec .tester_width .act_wrap_ .actp_figure iframe {
    height: 250px;
  }
}

.testimonials_sec .tester_width .back_icon {
  position: relative;
  width: 100%;
  /* height: 455px; */
}

.testimonials_sec .tester_width .back_icon:after {
  content: "";
  position: absolute;
  top: 47px;
  background-image: url(../images/small.png);
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  width: 88px;
  height: 80px;
  right: 160px;
  z-index: -111;
}

@media (max-width: 767px) {
  .testimonials_sec .tester_width .back_icon:after {
    right: 0px;
  }
}

/*TEAM SECTION*/
.team_table {
  margin: 90px 0px;
}

.team_table .tm_end_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .team_table .tm_end_flx {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px;
  }
}

.team_table .tm_end_flx .pagination {
  width: 50%;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 767px) {
  .team_table .tm_end_flx .pagination {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
}

.team_table .tm_end_flx .pagination li a {
  border: none;
  color: var(--green);
  background-color: transparent;
  font-weight: 600;
}

.team_table .tm_end_flx .pagination li a:hover {
  color: var(--yellow);
}

.team_table .tm_end_flx .pagination li a span i {
  color: var(--green);
  font-size: 20px;
  display: block;
  font-weight: 600;
}

.team_table .tm_end_flx .pagination li a span i:hover {
  color: var(--yellow);
}

.team_table .tm_end_flx .tm_btn {
  text-align: right;
  width: 50%;
}

@media (max-width: 767px) {
  .team_table .tm_end_flx .tm_btn {
    width: 100%;
    text-align: center;
  }
}

.team_table .tm_end_flx .tm_btn a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  border: 1px solid #e94f37;
  border-radius: 5px;
  color: #e94f37;
  padding: 8px 45px;
}

.team_table .tm_end_flx .tm_btn a:hover {
  background-color: var(--yellow);
  color: var(--black);
  border-color: var(--yellow);
}

.team_table .team_wrapper {
  margin-bottom: 60px;
}

.team_table .team_wrapper .team_img img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .team_table .team_wrapper .team_img img {
    height: 200px;
  }
}

.team_table .team_wrapper .team_des {
  margin-top: 20px;
  text-align: center;
}

.team_table .team_wrapper .team_des h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #2a2b2e;
  margin-bottom: 5px;
}

.team_table .team_wrapper .team_des h5 {
  font-size: 16px;
  color: #444444;
}

.team_table .sec_title {
  width: 100%;
  margin-bottom: 60px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .team_table .sec_title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .team_table .sec_title {
    display: inherit;
    height: auto;
    overflow: visibile;
    margin-bottom: 30px;
  }
}

.team_table .sec_title .title_text {
  width: 25%;
  float: left;
}

@media (max-width: 991px) {
  .team_table .sec_title .title_text {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .team_table .sec_title .title_text {
    width: 100%;
    margin-bottom: 30px;
  }
}

.team_table .sec_title .title_text h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  color: var(--green);
  margin: 0px;
}

@media (max-width: 991px) {
  .team_table .sec_title .title_text h2 {
    font-size: 25px;
  }
}

.team_table .sec_title .form_search {
  width: 30%;
  margin-top: 15px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .team_table .sec_title .form_search {
    width: 30%;
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .team_table .sec_title .form_search {
    width: 100%;
  }
}

.team_table .sec_title .form_search .form-group {
  position: relative;
}

.team_table .sec_title .form_search input {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  height: 40px;
  border: none;
  font-size: 16px;
  color: var(--black);
  opacity: 0.6;
  padding-left: 15px;
  padding-right: 45px;
}

.team_table .sec_title .form_search span {
  position: absolute;
  top: calc(50% - 14px);
  right: 15px;
}

@media (max-width: 767px) {
  .team_table .sec_title .form_search span {
    top: unset;
    bottom: 8px;
  }
}

.team_table .sec_title .tab_cat {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .team_table .sec_title .tab_cat {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .team_table .sec_title .tab_cat {
    width: 100%;
    padding-right: 0px;
  }
}

.team_table .sec_title .tab_cat .nav-tabs {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
}

.team_table .sec_title .tab_cat .nav-tabs .active {
  background: var(--yellow);
  padding: 8px 23px;
  border-radius: 40px;
  border: none;
  color: #fff;
}

@media (max-width: 991px) {
  .team_table .sec_title .tab_cat .nav-tabs .active {
    padding: 6px 15px;
  }
}

.team_table .sec_title .tab_cat .nav-tabs .active a {
  background-color: transparent;
  padding: 0px;
  border: none;
  color: #000;
}

.team_table .sec_title .tab_cat .nav-tabs li {
  margin-left: 15px;
  border: none;
}

@media (max-width: 991px) {
  .team_table .sec_title .tab_cat .nav-tabs li {
    margin-left: 0px;
  }
}

.team_table .sec_title .tab_cat .nav-tabs li a {
  font-size: 16px;
  color: #2a2b2e;
  font-weight: 600;
  border: none;
}

@media (max-width: 991px) {
  .team_table .sec_title .tab_cat .nav-tabs li a {
    font-size: 14px;
  }
}

.team_table .sec_title .tab_cat .nav-tabs li a:hover {
  background-color: transparent;
}

.team_table .tab-content .tab-pane {
  overflow: auto;
}

.team_table .tab-content .tab-pane .table > tbody > tr:nth-of-type(odd) {
  background-color: #d0ddd2;
}

@media (max-width: 991px) {
  .team_table .tab-content .tab-pane .tb_wrapper {
    width: 1000px;
    overflow-x: scroll;
    max-width: inherit;
  }
}

.team_table .tab-content .tab-pane .table thead {
  background-color: var(--green);
}

.team_table .tab-content .tab-pane .table thead tr th {
  font-weight: 600;
  font-size: 24px;
  line-height: 28.8px;
  color: var(--black);
  text-transform: capitalize;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .team_table .tab-content .tab-pane .table thead tr th {
    font-size: 20px;
  }
}

.team_table .tab-content .tab-pane .table thead tr th:nth-child(1) {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .team_table .tab-content .tab-pane .table thead tr th:nth-child(1) {
    padding-left: 8px;
  }
}

.team_table .tab-content .tab-pane .table thead tr th:nth-last-child(1) {
  padding-right: 15px;
}

@media (max-width: 991px) {
  .team_table .tab-content .tab-pane .table thead tr th:nth-last-child(1) {
    padding-right: 0px;
  }
}

@media (max-width: 991px) {
  .team_table .tab-content .tab-pane .table thead tr th {
    font-size: 16px;
  }
}

.team_table .tab-content .tab-pane .table tbody tr {
  background-color: #88b1aa;
}

.team_table .tab-content .tab-pane .table tbody tr td {
  font-weight: 400;
  line-height: 28px;
  font-size: 18px;
  color: var(--black);
  vertical-align: middle;
}

@media (max-width: 991px) {
  .team_table .tab-content .tab-pane .table tbody tr td {
    font-size: 16px;
  }
}

.team_table .tab-content .tab-pane .table tbody tr td:nth-child(1) {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .team_table .tab-content .tab-pane .table tbody tr td:nth-child(1) {
    padding-left: 8px;
  }
}

.team_table .tab-content .tab-pane .table tbody tr td:nth-last-child(1) {
  padding-right: 15px;
}

@media (max-width: 991px) {
  .team_table .tab-content .tab-pane .table tbody tr td:nth-last-child(1) {
    padding-right: 0px;
  }
}

.team_table .tab-content .tab-pane .table tbody tr td img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
}

.team_table .tab-content .tab-pane .table tbody tr td .social_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team_table .tab-content .tab-pane .table tbody tr td .social_media li {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--green);
  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;
  margin-right: 20px;
}

.team_table
  .tab-content
  .tab-pane
  .table
  tbody
  tr
  td
  .social_media
  li:nth-last-child(1) {
  margin-right: 0px;
}

.team_table .tab-content .tab-pane .table tbody tr td .social_media li a {
  color: var(--green);
}

.team_form .donate_btn a:hover {
  background-color: var(--yellow) !important;
  color: #000 !important;
}
/*# sourceMappingURL=main.css.map */

/* gallery */

.gallery_page {
  padding: 60px 0px;
}

.gallery_page .gal_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
  column-gap: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 35px;
}

@media (max-width: 767px) {
  .gallery_page .gal_flx {
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}

.gallery_page .gal_flx .gal_wrapper {
  width: calc(33.3% - 23.3px);
  background: #ffffff;
  -webkit-box-shadow: 0px 14px 80px rgba(0, 0, 0, 0.0201946),
    0px 3.12708px 17.869px rgba(0, 0, 0, 0.0298054),
    0px 0.93101px 5.32008px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 14px 80px rgba(0, 0, 0, 0.0201946),
    0px 3.12708px 17.869px rgba(0, 0, 0, 0.0298054),
    0px 0.93101px 5.32008px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 8px;
}

@media (max-width: 767px) {
  .gallery_page .gal_flx .gal_wrapper {
    width: calc(50% - 10px);
  }
}

.gallery_page .gal_flx .gal_wrapper figure img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .gallery_page .gal_flx .gal_wrapper figure img {
    height: 150px;
  }
}

@media (max-width: 767px) {
  .gallery_page .gal_flx .gal_wrapper figure img {
    height: 100px;
  }
}

.gallery_page .gal_flx .gal_wrapper hgroup h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: var(--secondary);
  margin-bottom: 10px;
}

.gallery_page .gal_flx .gal_wrapper hgroup h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
  color: var(--black);
}

@media (max-width: 991px) {
  .gallery_page .gal_flx .gal_wrapper hgroup h4 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .gallery_page .gal_flx .gal_wrapper hgroup h4 {
    height: 150px;
    font-size: 16px;
    line-height: 22px;
  }
}

#single_gallery .gal_flx {
  -webkit-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
}

#single_gallery .gal_flx .gal_slide {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: calc(20% - 14px);
}
#single_gallery .gal_flx .gal_slide .gal_wrapper {
  width: auto;
}

@media (max-width: 991px) {
  #single_gallery .gal_flx .gal_slide {
    width: calc(33.3% - 11.25px);
  }
}

@media (max-width: 767px) {
  #single_gallery .gal_flx .gal_slide {
    width: calc(50% - 7.5px);
  }
}

#single_gallery .gal_flx .gal_wrapper figure {
  margin: 0px;
}

#single_gallery .gal_flx .gal_wrapper figure img {
  height: 150px;
}

@media (max-width: 767px) {
  #single_gallery .gal_flx .gal_wrapper figure img {
    height: 120px;
  }
}

#single_gallery .gal_flx .gal_wrapper h4 {
  font-size: 16px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  #single_gallery .gal_flx .gal_wrapper h4 {
    line-height: 21px;
  }
}
