/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/*  typography */
@font-face {
  font-family: 'futura-bold';
  src: url("../fonts/Futura-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #5c5c77; }

p, .paragraph {
  font-weight: 400;
  color: #5c5c77;
  font-size: 15px;
  line-height: 1.9;
  font-family: "Poppins", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #1E1E1F;
  font-family: "futura-bold";
  font-weight: 700;
  line-height: 1.2; }

h1, .h1 {
  font-size: 60px; }
  @media (max-width: 575px) {
    h1, .h1 {
      font-size: 45px; } }
h2, .h2 {
  font-size: 40px; }
  @media (max-width: 575px) {
    h2, .h2 {
      font-size: 30px; } }
h3, .h3 {
  font-size: 25px; }
  @media (max-width: 575px) {
    h3, .h3 {
      font-size: 20px; } }
h4, .h4 {
  font-size: 20px; }
  @media (max-width: 575px) {
    h4, .h4 {
      font-size: 18px; } }
h5, .h5 {
  font-size: 18px; }
  @media (max-width: 575px) {
    h5, .h5 {
      font-size: 16px; } }
h6, .h6 {
  font-size: 16px; }
  @media (max-width: 575px) {
    h6, .h6 {
      font-size: 14px; } }
/* Button style */
.btn {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 15px 40px;
  border-radius: 0;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
  overflow: hidden;
  white-space: nowrap; }
  .btn::before {
    position: absolute;
    content: "";
    height: 80%;
    width: 100%;
    left: 0;
    bottom: 10%;
    z-index: -1;
    transition: transform .2s ease-in-out;
    transform-origin: top;
    transform: scaleY(0); }
  .btn:active, .btn:hover, .btn.focus, .btn:focus, .btn.active {
    outline: 0;
    box-shadow: none !important; }
    .btn:active::before, .btn:hover::before, .btn.focus::before, .btn:focus::before, .btn.active::before {
      transform: scaleY(1);
      transform-origin: bottom; }

.btn-sm {
  font-size: 14px;
  padding: 10px 35px; }

.btn-xs {
  font-size: 12px;
  padding: 5px 15px; }

.btn-primary {
  color: #fff;
  background-color: #4a8246;
  border: 1px solid #4a8246; }
  .btn-primary:active, .btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active {
    color: #4a8246 !important;
    background-color: white !important;
    border: 1px solid #4a8246; }
  .btn-primary:disabled {
    color: grey !important;
    background-color: white !important;
    border: 1px solid grey; }

.btn-outline-primary {
  color: #4a8246;
  background-color: transparent;
  border: 1px solid #4a8246; }
  .btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary.active {
    background-color: #4a8246 !important;
    border-color: #4a8246 !important; }

.btn-light {
  color: #4a8246;
  background-color: #fff;
  border: 1px solid #fff; }
  .btn-light:active, .btn-light:hover, .btn-light.focus, .btn-light:focus, .btn-light.active {
    color: white;
    background-color: #4a8246 !important; }

/* Hide the hover text by default */
.btn .hover-text {
  display: none; }

/* On hover, hide the default text and show the hover text */
.btn:hover .default-text {
  display: none; }

.btn:hover .hover-text {
  display: inline;
  /* Optionally, add any additional styling to match your design */ }

body {
  background-color: #fff;
  overflow-x: hidden; }

html {
  scroll-padding-top: 120px; }

::selection {
  background: #5da358;
  color: #fff; }

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFDC11;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center; }

ol,
ul {
  list-style-type: none;
  margin: 0px; }

img {
  vertical-align: middle;
  border: 0; }

a {
  text-decoration: none; }

a:hover,
a:focus {
  text-decoration: underline; }

a {
  color: #4a8246; }

a,
button,
select {
  cursor: pointer;
  transition: .2s ease; }
  a:focus,
  button:focus,
  select:focus {
    outline: 0; }

a:hover {
  color: #4a8246; }

a.text-primary:hover {
  color: #4a8246 !important; }

a.text-light:hover {
  color: #4a8246 !important; }

h4 {
  transition: .2s ease; }

a h4:hover {
  color: #4a8246; }

.slick-slide {
  outline: 0; }

.section {
  padding-top: 20px;
  padding-bottom: 20px; }
  .section-sm {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-title {
    margin-bottom: 30px; }

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

.border-primary {
  border-color: #E9EBE2 !important; }

/* overlay */
.overlay {
  position: relative; }
  .overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #8996a7;
    opacity: .8; }

.outline-0 {
  outline: 0 !important; }

.d-unset {
  display: unset !important; }

.bg-primary {
  background: #4a8246 !important; }

.bg-secondary {
  background: #8996a7 !important; }

.bg-gray {
  background: #f8f8f8; }

.text-primary {
  color: #4a8246 !important; }

.text-color {
  color: #5c5c77; }

.text-light {
  color: #8585a4 !important; }

.text-lighten {
  color: white !important; }

.text-muted {
  color: white !important; }

.text-dark {
  color: #1E1E1F !important; }

.font-secondary {
  font-family: "futura-bold"; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.pl-150 {
  padding-left: 150px; }

.zindex-1 {
  z-index: 1; }

@media (max-width: 991px) {
  .overflow-md-hidden {
    overflow: hidden; } }

.vertical-align-middle {
  vertical-align: middle; }

.icon-md {
  font-size: 36px; }

/* page title */
.page-title-section {
  padding: 150px 0 10px;
  background-size: cover; }

.custom-breadcrumb li.nasted {
  position: relative;
  padding-left: 25px; }
  .custom-breadcrumb li.nasted::before {
    position: absolute;
    font-family: "themify";
    content: "\e649";
    font-size: 20px;
    top: 50%;
    left: -5px;
    color: #fff;
    transform: translateY(-50%); }

/* /page title */
.list-styled {
  padding-left: 25px; }
  .list-styled li {
    position: relative;
    margin-bottom: 15px; }
    .list-styled li::before {
      position: absolute;
      content: "";
      height: 10px;
      width: 10px;
      border-radius: 50%;
      background: #4a8246;
      left: -25px;
      top: 5px; }

textarea.form-control {
  height: 200px;
  padding: 20px; }

#map_canvas {
  height: 500px; }

.post-thumb-sm {
  max-width: 100px; }

/* pagination */
.pagination {
  justify-content: center; }
  .pagination .page-item {
    margin: 0 10px; }
    .pagination .page-item.active .page-link {
      background: #4a8246;
      color: #fff;
      border-color: #4a8246; }
    .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
      border-radius: 0; }
    .pagination .page-item .page-link {
      color: #5c5c77; }

.content * {
  margin-bottom: 20px; }

.content a {
  text-decoration: underline; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 10px; }

.content ol {
  padding-left: 20px; }

.content ul {
  padding-left: 0; }
  .content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    list-style-type: none; }
    .content ul li::before {
      position: absolute;
      content: "\e65d";
      font-family: "themify";
      font-size: 14px;
      left: 0;
      top: 1px;
      color: #4a8246;
      transition: .3s ease; }

.content table {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6; }
  .content table th,
  .content table td {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6; }
  .content table thead {
    background: #eff1fd; }
  .content table tbody {
    background: #f8f9fe; }
    .content table tbody td {
      text-align: left !important; }

.content blockquote p {
  margin-bottom: 0;
  color: #5c5c77;
  font-style: italic !important; }

.content pre {
  padding: 10px 20px;
  background: #f8f9fe; }

.committee-thumb-sm {
  height: 85px;
  width: 85px;
  object-fit: cover; }

#showcase {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0;
  width: 100%;
  height: 400px; }

showcase-entry {
  display: inline-block;
  position: relative;
  width: 25%;
  height: 100%;
  background-size: cover; }
  showcase-entry:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s; }

showcase-entry:nth-child(1) {
  animation: section-1 8s both infinite; }

@keyframes section-1 {
  0%, 20%, 100% {
    background: url("/images/about/about_showcase_6.jpg") 0% 0%;
    -webkit-clip-path: polygon(23% 18%, 95% 13%, 100% 91%, 55% 87%); }
  25%, 45% {
    background: url("/images/about/about_showcase_5.jpg") 0% 0%;
    -webkit-clip-path: polygon(95% 10%, 100% 80%, 62% 77%, 45% 12%); }
  50%, 70% {
    background: url("/images/about/about_showcase_7.jpg") 0% 0%;
    -webkit-clip-path: polygon(100% 67%, 48% 63%, 28% 9%, 95% 3%); }
  75%, 95% {
    background: url("/images/about/about_showcase_8.jpg") 0% 0%;
    -webkit-clip-path: polygon(78% 72%, 58% 34%, 95% 27%, 100% 73%); } }

showcase-entry:nth-child(2) {
  animation: section-2 8s both infinite; }

@keyframes section-2 {
  0%, 20%, 100% {
    background: url("/images/about/about_showcase_6.jpg") 33.33333% 0%;
    -webkit-clip-path: polygon(0% 7%, 100% 9%, 95% 93%, 5% 95%); }
  25%, 45% {
    background: url("/images/about/about_showcase_5.jpg") 33.33333% 0%;
    -webkit-clip-path: polygon(100% 3%, 95% 95%, 5% 90%, 0% 5%); }
  50%, 70% {
    background: url("/images/about/about_showcase_7.jpg") 33.33333% 0%;
    -webkit-clip-path: polygon(95% 83%, 5% 78%, 0% 6%, 100% 11%); }
  75%, 95% {
    background: url("/images/about/about_showcase_8.jpg") 33.33333% 0%;
    -webkit-clip-path: polygon(5% 79%, 0% 21%, 100% 16%, 95% 83%); } }

showcase-entry:nth-child(3) {
  animation: section-3 8s both infinite; }

@keyframes section-3 {
  0%, 20%, 100% {
    background: url("/images/about/about_showcase_6.jpg") 66.66666% 0%;
    -webkit-clip-path: polygon(5% 11%, 100% 14%, 95% 88%, 0% 91%); }
  25%, 45% {
    background: url("/images/about/about_showcase_5.jpg") 66.66666% 0%;
    -webkit-clip-path: polygon(100% 14%, 95% 84%, 0% 91%, 5% 7%); }
  50%, 70% {
    background: url("/images/about/about_showcase_7.jpg") 66.66666% 0%;
    -webkit-clip-path: polygon(95% 79%, 0% 86%, 5% 7%, 100% 3%); }
  75%, 95% {
    background: url("/images/about/about_showcase_8.jpg") 66.66666% 0%;
    -webkit-clip-path: polygon(0% 85%, 5% 14%, 100% 3%, 95% 95%); } }

showcase-entry:nth-child(4) {
  animation: section-4 8s both infinite; }

@keyframes section-4 {
  0%, 20%, 100% {
    background: url("/images/about/about_showcase_6.jpg") 99.99999% 0%;
    -webkit-clip-path: polygon(5% 18%, 89% 21%, 62% 73%, 0% 83%); }
  25%, 45% {
    background: url("/images/about/about_showcase_5.jpg") 99.99999% 0%;
    -webkit-clip-path: polygon(57% 31%, 45% 67%, 0% 77%, 5% 18%); }
  50%, 70% {
    background: url("/images/about/about_showcase_7.jpg") 99.99999% 0%;
    -webkit-clip-path: polygon(45% 57%, 0% 67%, 5% 8%, 72% 12%); }
  75%, 95% {
    background: url("/images/about/about_showcase_8.jpg") 99.99999% 0%;
    -webkit-clip-path: polygon(0% 77%, 5% 18%, 47% 21%, 32% 67%); } }

.timeline-text {
  line-height: 1.2; }

.shortened-text {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.full-text {
  overflow: visible; }

.timeline {
  width: 100%;
  margin: 50px auto;
  padding: 0 20px;
  position: relative; }

.timeline p {
  color: white; }

.timeline .center-line {
  position: absolute;
  height: 100%;
  width: 4px;
  background: #8996a7;
  left: 50%;
  top: 20px;
  transform: translateX(-50%); }

.timeline .row {
  display: flex; }

.timeline .row-1 {
  justify-content: flex-start; }

.timeline .row-2 {
  justify-content: flex-end; }

.timeline .row section {
  background: #4a8246;
  color: white;
  border-radius: 5px;
  width: calc(50% - 40px);
  padding: 20px;
  position: relative; }

.timeline .row section::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #4a8246;
  top: 28px;
  z-index: -1;
  transform: rotate(45deg); }

.row-1 section::before {
  right: -7px; }

.row-2 section::before {
  left: -7px; }

.row section .icon,
.center-line .scroll-icon {
  position: absolute;
  background: #8996a7;
  color: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 17px;
  box-shadow: 0 0 0 4px #8996a7, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); }

.row section .album {
  position: absolute; }

.center-line .scroll-icon {
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%); }

.row-1 section .icon {
  top: 15px;
  right: -60px; }

.row-1 section .album {
  top: 40px;
  right: -50%; }

.row-2 section .icon {
  top: 15px;
  left: -60px; }

.row-2 section .album {
  top: 40px;
  right: 190%; }

.row section .details,
.row section .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.row section .details .title {
  font-size: 22px;
  font-weight: 600; }

.row section p {
  margin: 10px 0 17px 0; }

.row section .bottom a {
  text-decoration: none;
  background: #8996a7;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  /* font-size: 17px; */
  font-weight: 400;
  transition: all 0.3s ease; }

.row section .bottom a:hover {
  transform: scale(0.97); }

@media (max-width: 790px) {
  .timeline .center-line {
    left: 40px; }
  .timeline .row {
    margin: 30px 0 3px 60px; }
  .timeline .row section {
    width: 100%; }
  .row-1 section::before {
    left: -7px; }
  .row-1 section .icon {
    left: -60px; } }

@media (max-width: 440px) {
  .timeline .center-line,
  .row section::before,
  .row section .icon {
    display: none; }
  .timeline .row {
    margin: 10px 0; } }

.album {
  height: 250px;
  display: block;
  position: relative; }

/* the images */
.album img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border: 5px solid #f3f3f3;
  box-shadow: 1px 1px 2px #666;
  width: 200px;
  height: 200px;
  display: block; }

.album .photo1 {
  transform: rotate(-6deg) translate(-100px, -3px) scale(1.1);
  transition: 0.3s; }

.album:hover .photo1 {
  transition: 0.3s;
  transform: rotate(-7deg) translate(-160px, -3px) scale(1.1); }

/* second image animation properties */
.album .photo2 {
  z-index: 12;
  transition: 0.3s;
  transform: rotate(0deg) translate(0, -3px) scale(1.1); }

.album:hover .photo2 {
  transition: 0.3s;
  transform: rotate(0deg) translate(0, -3px) scale(1.3); }

/* third image animation properties */
.album .photo3 {
  transition: 0.3s;
  transform: rotate(6deg) translate(100px, -3px) scale(1.1); }

.album:hover .photo3 {
  transition: 0.3s;
  transform: rotate(7deg) translate(160px, -3px) scale(1.1); }

.album .album-gallery-link {
  position: absolute;
  margin-left: 45px;
  font-weight: bold;
  color: #fff;
  bottom: 2em;
  z-index: 15;
  background-color: #8996a7;
  text-align: center;
  padding: 2px 6px;
  border-radius: 5px;
  width: 100px;
  opacity: 0; }

.album:hover .album-gallery-link {
  transition: 0.3s;
  opacity: 1; }

.show-album-btn {
  visibility: collapse; }

@media (max-width: 992px) {
  .album {
    visibility: collapse; }
  .show-album-btn {
    visibility: visible; }
  .bottom a {
    margin: 2px 2px; } }

.header {
  max-width: 100vw; }

.top-header {
  font-size: 12px;
  transition: transform .2s ease;
  transform-origin: top;
  font-weight: 600; }
  .top-header.hide {
    transform: scaleY(0);
    transform-origin: top; }

.navigation {
  background: linear-gradient(to right, transparent 50%, #4a8246 50%);
  transition: .2s ease; }
  @media (max-width: 991px) {
    .navigation {
      background: #8996a7; }
      .navigation .navbar-brand {
        padding: 12px 0; } }
@media (max-width: 991px) {
  .navbar-collapse {
    background: #8996a7; } }

.navbar-nav {
  /*padding-left: 50px;*/
  /* give logo more space */
  background: #4a8246; }
  @media (max-width: 991px) {
    .navbar-nav {
      padding-left: 0;
      background: #8996a7; } }
.nav-bg {
  background-color: #8996a7; }

.nav-item {
  margin: 0 15px;
  position: relative; }
  .nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 600; }
  .nav-item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    content: "";
    background: #fff;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .3s ease; }
  .nav-item:hover::before, .nav-item.active::before {
    transform: scaleY(1);
    transform-origin: bottom; }

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

link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff; }

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 30px 0px; }
  @media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 20px; } }
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px #0000000d; }

.navbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }

.navbar .dropdown-menu {
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid #4a8246;
  padding: 15px;
  /*top: 96px;*/
  border-radius: 0;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  transform: translateY(20px);
  background: #fff; }
  @media (max-width: 991px) {
    .navbar .dropdown-menu {
      display: none;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      transform-origin: unset; } }
  .navbar .dropdown-menu.show {
    visibility: hidden; }
    @media (max-width: 991px) {
      .navbar .dropdown-menu.show {
        visibility: visible;
        display: block; } }
.navbar .dropdown-item {
  position: relative;
  color: #1E1E1F;
  transition: .2s ease;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif; }
  @media (max-width: 991px) {
    .navbar .dropdown-item {
      text-align: center; } }
  .navbar .dropdown-item:not(:last-child) {
    margin-bottom: 10px; }
  .navbar .dropdown-item:hover {
    color: #4a8246;
    background: transparent; }

.hero-section {
  padding: 180px 0px 30px; }

.hero-slider .prevArrow,
.hero-slider .nextArrow {
  position: absolute;
  bottom: 100px;
  z-index: 9;
  padding: 15px;
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  font-size: 30px;
  transition: all linear .2s;
  background: transparent; }
  .hero-slider .prevArrow:focus,
  .hero-slider .nextArrow:focus {
    outline: 0; }
  .hero-slider .prevArrow:hover,
  .hero-slider .nextArrow:hover {
    color: #4a8246; }

.hero-slider .prevArrow {
  right: 60px; }

.hero-slider .nextArrow {
  right: 0; }

.hero-slider .slick-dots {
  position: absolute;
  top: -20px;
  padding-left: 0; }
  .hero-slider .slick-dots li {
    display: inline-block;
    margin: 0 6px; }
    .hero-slider .slick-dots li.slick-active button {
      background: #4a8246; }
    .hero-slider .slick-dots li button {
      color: transparent;
      padding: 0;
      overflow: hidden;
      height: 10px;
      width: 10px;
      background: rgba(255, 255, 255, 0.5);
      border: 0;
      outline: 0; }

/* banner feature */
.feature-icon {
  font-size: 50px;
  color: #4a8246;
  display: inline-block; }

.feature-blocks {
  margin-top: -100px;
  padding-left: 70px;
  padding-top: 80px;
  padding-right: 30%; }
  @media (max-width: 1400px) {
    .feature-blocks {
      padding-right: 10%; } }
  @media (max-width: 1200px) {
    .feature-blocks {
      padding-right: 50px;
      padding-left: 50px;
      padding-top: 30px; }
      .feature-blocks h3 {
        font-size: 20px; } }
  @media (max-width: 991px) {
    .feature-blocks {
      margin-top: 0;
      padding: 50px; }
      .feature-blocks h3 {
        font-size: 25px; } }
/* /banner feature */
/* course */
.card-btn {
  font-size: 12px;
  padding: 5px 10px; }

.flex-basis-33 {
  flex-basis: 33.3333%; }

.hover-shadow {
  transition: .3s ease; }
  .hover-shadow:hover {
    box-shadow: 0px 4px 25px 0px rgba(27, 39, 71, 0.15); }

/* /course */
/* success story */
.success-video {
  min-height: 300px; }
  .success-video .play-btn {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .success-video .play-btn {
        left: 50%;
        transform: translate(-50%, -50%); } }
.play-btn {
  display: inline-block;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #4a8246;
  color: #fff;
  font-size: 20px;
  text-align: center; }
  .play-btn i {
    line-height: 80px; }
  .play-btn::before {
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: -2;
    transition: .3s ease;
    transition-delay: .2s; }
  .play-btn::after {
    position: absolute;
    content: "";
    height: 80%;
    width: 80%;
    transform: translate(-50%, -50%);
    background: #4a8246;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: .3s ease; }
  .play-btn:hover::before {
    height: 80%;
    width: 80%;
    transition-delay: 0s; }
  .play-btn:hover::after {
    height: 0;
    width: 0;
    transition: 0s ease; }

/* /success story */
/* events */
.card-date {
  position: absolute;
  background: #4a8246;
  font-family: "futura-bold";
  text-align: center;
  padding: 10px;
  color: #fff;
  top: 0;
  left: 0;
  text-transform: uppercase; }
  .card-date span {
    font-size: 40px; }

/* /events */
/* committee */
.committee-info {
  width: 70%;
  bottom: 0;
  right: 0; }

/* /committee */
/* footer */
.newsletter {
  background-image: linear-gradient(to right, transparent 50%, #4a8246 50%);
  margin-bottom: -170px;
  position: relative;
  z-index: 1; }
  .newsletter-block {
    padding-left: 50px; }
    @media (max-width: 575px) {
      .newsletter-block {
        padding-left: 15px; } }
.input-wrapper {
  position: relative; }
  .input-wrapper button {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 575px) {
      .input-wrapper button {
        position: static;
        transform: translateY(-10px);
        width: 100%;
        outline: 5px solid #fff;
        outline-offset: -5px; } }
.form-control {
  height: 60px;
  background: #fff;
  border-radius: 0;
  padding-left: 25px; }
  .form-control:focus {
    border-color: #4a8246;
    box-shadow: none; }

.newsletter-block .form-control {
  height: 80px;
  padding-right: 160px; }
  @media (max-width: 575px) {
    .newsletter-block .form-control {
      padding-right: 25px; } }
.bg-footer {
  background-color: #182b45; }

.logo-footer {
  margin-top: -20px;
  display: inline-block; }

.footer {
  border-color: #494a43 !important;
  padding-top: 25px;
  color: #8996a7; }
  .footer a {
    color: #8996a7;
    text-transform: capitalize; }
    .footer a:hover {
      text-decoration: underline;
      color: #fff; }

.partner-logo-footer {
  display: block;
  margin: auto;
  max-height: 120px;
  max-width: 200px; }

.copyright p {
  color: #8996a7;
  text-transform: capitalize; }

/* /footer */
.filter-controls li {
  cursor: pointer;
  transition: .1s ease; }
  .filter-controls li.active {
    font-weight: 600;
    color: #4a8246; }
  .filter-controls li:hover {
    color: #4a8246; }

.tag-list a {
  display: block;
  padding: 5px 10px;
  background: #f8f9fe;
  color: #5c5c77; }
  .tag-list a:hover {
    background-color: #4a8246;
    color: #fff; }

.media a:hover h5 {
  color: #4a8246;
  transition: 0.3s; }

/* Custom CSS
 */
a:not([href]) {
  color: white;
  /* do not grey out unset links */ }

.table-main th {
  color: white;
  background-color: #4a8246; }

.spotlight-card:hover,
.spotlight-card:focus {
  transition: 0.1s;
  transform: scale(1.02); }

/** improve visiblity of hovered dropdown item */
.dropdown-item:hover {
  background-color: #4a8246 !important;
  color: white !important; }

@media (max-width: 1000px) {
  .hero-section {
    padding: 280px 0px 0px !important; }
  .page-title-section {
    padding: 270px 0 10px; } }

@media (max-width: 550px) {
  .hero-section {
    padding: 300px 0px 0px !important; } }

ul {
  /* Ensure bullet points are visible */
  list-style-type: disc;
  list-style-position: outside;
  /* Adjust spacing */
  line-height: 1.6;
  /* or another value, e.g. 1.8 */
  margin: 1em 0;
  padding-left: 3em;
  /* controls indentation */ }

ol {
  /* For ordered lists, ensure numbering is visible */
  list-style-type: decimal;
  list-style-position: outside;
  /* Adjust spacing */
  line-height: 1.6;
  margin: 1em 0;
  padding-left: 3em; }
