@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&family=Poppins&family=Roboto&display=swap");

/* HEMO */
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-family: "Open Sans", Roboto, Lato, sans-serif;
}

body {
  font-family: "Open Sans", Roboto, Lato, sans-serif;
  margin: 0;
  font-size: 0px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  background-color: #F1F5F8 !important;
  position: relative;
  /* SHOWCASE */
  /* SHWOCASE BOX */
  /* HOW IT WORKS */
  /* APP TOOL SECTION */
  /* Data section */
  /* EVENT CARDS SECTION */
  /* Bottom CTA*/
}
.sticky-sidebar {
  position: sticky;
  top: 100px !important;
  z-index: 10;
  /*!* width: auto; *!*/
  border-radius: 3px;
  background-color: #FFFFFF;
  overflow: hidden;
}

.body .sticky-sidebar .nav-link{
  color: #2A863A !important;
}


/* FORUM */
.user-posts{
  margin-top: 100px;
  background-color: #FFFFFF;
  width: 100%;
}

.user-posts .nav-link{
    font-weight: 400;
    font-size: 14px;
    color: #2A863A !important;
    line-height: 20px;
    text-decoration: underline;
}

.user-posts .nav-link:hover{
    color: #103A17 !important;
}

#more {
  display: none;
  color: #4A4A4A;

}

.more-text{
  color: #2A863A !important;
  text-decoration: underline;
}


.sticky-sidebar h6{
  font-size: 16px;
  color: #2A863A;
  letter-spacing: 0;
}

.compose-post{
  background: #FFFFFF;
  padding: 20px 20px;
  width: 100%;
  border-bottom: solid 1px #F1F3F4;
}

.compose-post .modal-header{
  color: #2A863A;
  font-size: 18px;
  letter-spacing: 0;
}

.post-name{
  display: flex;
  /* flex-wrap: wrap; */
  gap: 10px;
  /* align-items: center; */
}
.profile-placeholder{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  font-size: 1rem;
  color: #2A863A;
  border-radius: 50%;
  background-color: #F1F3F4;
  border: solid 1px #E1E1E1;
}

.post-reply{
  display: flex;
  /* flex-wrap: wrap; */
  gap: 10px;
  /* align-items: center; */

}

.flex-gap{
  display: flex;
  /* flex-wrap: wrap; */
  gap: 30px;
  align-items: center;

}

.post-name h6{
  margin: auto 0;
}


.artdeco-button--circle .artdeco-button__text, .peek-carousel-controls__button .artdeco-button__text {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  background-color: red;
}

.post{
  width:100%;
  padding: 10px 30px;
  border:1px solid #F1F3F4;
  background: #F1F3F4;
  border-radius: 24.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

.post-body{
  color: #4A4A4A;
}

.post-body h5{
  font-size: 22px;
  color: #050505;
  letter-spacing: 0;
  line-height: 30px;
  padding: 10px 0;
}

.post-body span{
  font-size: 14px;
  color: #6E768C;
  letter-spacing: 0;
}


.post-body .bg-secondary{
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 0;
  background: #E4F6E6 !important;
  font-weight: 300;
}

.post-body p{
font-size: 14px;
color: #4A4A4A;
letter-spacing: 0;
line-height: 22.4px;
padding: 10px 0;

}

.post-card-header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

.post-footer{
  display: grid;
  grid-template-columns: 80% 20%;
}
@media only screen and (max-width: 550px){
.post-footer{
  grid-template-columns: 100%;
}

}
.post-footer .report{
  text-align: right;
  color: #2A863A;
  cursor: pointer;
}

@media only screen and (max-width: 550px){
  .post-footer .report{
    text-align: left;
    color: #2A863A;
    cursor: pointer;
    margin-top: 15px;
}

}

.post-footer .comments{
  text-align: right;
  color: #2A863A;
  cursor: pointer;
}

.post-action-like{
  background: #F1F3F4;
  border-radius: 20px 0 0 20px;
  padding: 5px 10px;
  border: #F1F3F4;
  color: #393939;
}
.post-action-like:hover{
  background: #D8D9DA;
  color: #2A863A;
}

.post-action-like:active{
  background: #F1F3F4;
  color: #2A863A;
}

.post-action-dislike{
  background: #F1F3F4;
  border-radius: 0 20px 20px 0;
  padding: 5px 10px;
  border: #F1F3F4;
  color: #393939;
}

.post-action-dislike:hover{
  background: #D8D9DA;
  color: #2A863A;
}

.post-action-dislike:active{
  background: #F1F3F4;
  color: #2A863A;
}

/* .post-footer .dislike{
  border-radius: 0 9px 9px 0;
  background: #F1F3F4;
  padding: 5px;
} */

.post-footer svg{
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;

}



.reply-compose {
  display: flex;
  /* align-items: center; */
  gap: 10px;
}

.user-image {
  width: 50px;
}
/* FORUM POST FORM  */

.form_wrapper {
  background: #fff;
  padding: 2rem;
  color: #4A4A4A;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  font-size: 14px;
  text-align: left !important;
  animation: textAnimation;
  animation-duration: 3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
  /* width: 500px  */
}
@media only screen and (max-width: 550px) {
  .form_wrapper {
    padding: 20px;
    width: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .form_wrapper {
    padding: 20px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .form_wrapper {
    padding: 20px;
  }
}
.form_wrapper h5 {
  color: #2A863A;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
  animation: textAnimation;
  animation-duration: 3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media only screen and (max-width: 550px) {
  .form_wrapper h5 {
    text-align: left;
  }

  .community-container{
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .form_wrapper h5 {
    font-size: 24px;
  }
}
.form_wrapper input {
  border: 1px solid #DCDFF1;
  border-radius: 3px;
  height: 40px;
  /* animation: textAnimation;
  animation-duration: 3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1); */
}
.form_wrapper label {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.09px;
}
.form_wrapper a {
  text-decoration: underline;
  text-align: center;
}
.form_wrapper p {
  text-align: center;
}
.form_wrapper select {
  color: #6E768C;
  font-size: 14px;
  height: 40px;
}

/* .profile-img{
  height: 300px;
  display: flex;
  margin: 0 auto;

} */


select:focus,
input:focus, textarea:focus {
    box-shadow: none !important;
    border: 1px solid #2A863A !important;
    outline-width: 0 !important;
    font-weight: 400
}


.form-check-input:checked {
    background-color: #2A863A !important;
    border-color: #2A863A !important;
}

.form_wrapper .btn-primary{
  padding: 7px 10px;
  color: #fff;
  background: #2A863A;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 600;
  z-index: 100;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .form_wrapper   .btn-primary {
    padding: 15px 50px;
  }
}
.form_wrapper .btn-primary:hover {
  color: #fff;
  background: #103A17;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateX(-3px);
}
.compose-modal{
  display: flex;
  justify-content: space-between;
}

.compose-modal-files{
  display: flex;
  gap: 1rem;


}

.compose-modal-files-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #ffffff;
}


.compose-modal-files-icon:hover{

  background: #F0F5F8;
  cursor: pointer;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #F1F3F4;
  border: solid 1px #E1E1E1;
}

.modal-footer .btn-primary{
  padding: 7px 10px;
  color: #fff;
  background: #2A863A;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 600;
  z-index: 100;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-footer .btn-primary {
    padding: 15px 50px;
  }
}
.modal-footer .btn-primary:hover {
  color: #fff;
  background: #103A17 !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateX(-3px);
}

.form_wrapper .btn-secondary{
  background-color: transparent;
  color: #4A4A4A;
  border: 0;
}

.form_wrapper .btn-secondary:hover {
  color: #4A4A4A;
  background: #E4F6E6;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  /* transform: translateX(-3px); */
}


/* .files:before {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    content: attr(data-before);
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-align: center
}

#file {
    display: inline-block;
    width: 100%;
    padding: 30px 0 30px 100%;
    background-color: #F1F3F4 !important;
} */
.dropzone {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    width: 100%;
    height: auto;
    padding: 10px 0;
    border: 2px dashed #edf2f9;
    background-color: #f5f7fa;
    border-radius: 5px;
    transition: all 0.3s ease-in;
}

.dropzone.dz-clickable {
    cursor: pointer;

}


.dropzone .dz-message .dz-custom-upload-text {
    font-size: 12px;
    font-weight: 400;
    color: var(--theme-text-color);
}

.dropzone .dz-message .dz-custom-upload-text span {
    font-weight: 500;
    color: #2A863A;
    text-decoration: underline;
}

/* UPLOAD IMAGE */
/* FORUM POST FORM  END */



.input-group button {
  padding: 7px 10px;
  color: #fff;
  background: #2A863A;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 600;
  z-index: 100;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .input-group  button {
    padding: 15px 50px;
  }
}
.input-group  button:hover {
  color: #fff;
  background: #103A17;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateX(-3px);
}


.input-group input{
  background: #F1F3F4;
  border: 0;
  height: 38px;

}
.input-group input::placeholder{
  font-size: 14px;
  color: #4A4A4A;
  font-weight: 500;

}


body .general-header{
  background: #2A863A;
  color: #FFF !important;
  position: fixed;
  width: 100%;
  z-index: 1000;

}
body .fixed-top {
  background: #fff !important;
}

@media only screen and (max-width: 550px) {
  body .fixed-top {
    background: #F5A623;
  }
}
body .fixed-top-success-page {
  background: #2A863A !important;
}
body .nav-link {
  color: #000 !important;
  font-weight: 500;
  padding-right: 0.9rem !important;
  padding-left: 0.9rem !important;
}
body .nav-link .active {
  color: #2A863A !important;
}

.nav-icon{
  background-image: url("/assets/img/nav.svg") !important;
}

body .nav-link:hover {
  color: #2A863A !important;
}
body a {
  color: #2A863A;
  letter-spacing: 0;
  text-decoration: none;
}
body a:hover {
  color: #2A863A;
  text-decoration: none;
}

body .sign-up-btn-wt {
  font-weight: 700;
  background-color: #fff;
  border: solid 1px #2A863A;
  border-radius: 3px;
  color: #2A863A;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
}
body .sign-up-btn-wt:hover {
  background-color: #103A17;
  color: #fff;
  border: solid 1px #2A863A;
  border-radius: 4px;
}


body .sign-up-btn {
  font-weight: 600;
  background-color: #2A863A;
  border: solid 1px #2A863A;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  padding: 10px 40px;
}
body .sign-up-btn:hover {
  background-color: #103A17;
  color: #fff;
  border: solid 1px #2A863A;
  border-radius: 4px;
}
body .btn-outline-light {
  color: #393939;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  border: none;
}
body .btn-outline-light:hover {
  color: #2A863A;
  background: none;
}
body .bg-dark {
  background: transparent !important;
}
@media only screen and (max-width: 550px) {
  body .bg-dark {
    background: #fff !important;
  }
}
body .bg-dark.scrolled {
  background: #fff !important;
}
body .logo {
  height: 50px;
}
/* body .index-showcase {
  position: relative;
  min-height: 700px;
  background: url("/assets/img/index_vector.png") no-repeat;
  background-position: center center;
  background-size: cover;
  display: grid;
  place-items: center;
  padding-top: 150px;
} */

/*
body .vector {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
}
@media only screen and (max-width: 550px) {
  body .vector {
    display: none;
  }
}
body .vector img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body .vector_green {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media only screen and (max-width: 550px) {
  body .vector_green {
    display: none;
  }
}
body .vector_green img {
  height: 100%;
  width: 800px;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .vector_green img{
    height: 50%;
    width: 500px;

  }
}
body .showcase_contents {
  position: relative;
  z-index: 100;
  margin: auto;
}

body .showcase_contents .showcase_text {
  padding: 50px 0;
}
@media only screen and (max-width: 550px) {
  body .showcase_contents .showcase_text {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body .showcase_contents .showcase_text {
    padding: 0;
  }
}
body .showcase_contents h3 {
  color: #103A17;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.3;
  animation: textAnimation;
  animation-duration: 3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media only screen and (max-width: 550px) {
  body .showcase_contents h3 {
    text-align: center;
    font-size: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .showcase_contents h3 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (max-width: 575.98px) {
  body .showcase_contents h3 {
    margin-top: 20px
    font-size: 30px;
    text-align: center;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
  body .showcase_contents h3 {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px){
  body .showcase_contents h3 {
    font-size: 22px;
  }


}

body .showcase_contents p {
  font-size: 26px;
  color: #103A17;
  letter-spacing: 0;
  line-height: 36px;
  margin-top: 20px;
  animation: textAnimation;
  animation-duration: 3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media only screen and (max-width: 550px) {
  body .showcase_contents p {
    font-size: 18px;
    text-align: left;
    line-height: 1.4;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .showcase_contents p {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  body .showcase_contents p {
    font-size: 18px;
  }
}
@media (max-width: 991.98px){
  body .showcase_contents p{
    font-size: 18px;
    line-height: 1.6;
  }

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
  body .showcase_contents p{
    font-size: 18px;
  }
}

@media (max-width: 1199.98px){

  body .showcase_contents p{
    font-size: 18px;
  }
}


body .showcase_contents h6 {
  color: #2A863A;
  text-transform: uppercase;
}
body .showcase_contents button {
  padding: 10px 50px;
  color: #fff;
  background: #2A863A;
  margin-top: 20px;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body .showcase_contents button {
    padding: 15px 50px;
  }
}
body .showcase_contents button:hover {
  color: #fff;
  background: #103A17;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateX(-3px);
}

body .showcase_contents_img {
  height: 450px;
  width: 100% !important;
  animation: textAnimation;
  animation-duration: 3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
} */

/*
@media (min-width: 768px) and (max-width: 991.98px) {
  body .showcase_contents_img {
    height: auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body .showcase_contents_img {
    max-width: 100%;
    height: auto;
}
  }

@media (max-width: 575.98px) {
  body .showcase_contents_img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  img {
    width: 100%;
  }
} */



/* new hero */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  /* padding: 20px 0; */
}
.header.header-scrolled {
  background: #000000;
  /* padding: 15px 0; */
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header .logo {
  line-height: 0;
}
.header .logo img {
  max-height: 35px;
  margin-right: 6px;
}
.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: 'Work Sans', sans-serif;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  /* display: flex; */
  list-style: none;
  align-items: left;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #2A863A;
  /* font-weight: 700; */
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #ffffff;
  padding: 10px 40px;
  margin-left: 30px;
  border-radius: 4px;
  color: #000000;
  border: solid 1px #2A863A;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #2A863A;
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
 }


.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2A863A;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #2A863A;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #2A863A;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.logout{
  color: red !important;
  padding: .5rem;

}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 85vh;
  margin-top: 70px;
  position: relative;
  text-align: center;
}

.hero-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;

  }


.hero-slider {

  background:  url("/assets/img/sliders/ideate.JPG") top center no-repeat ;
  background-size: cover;
}

.hero-slider1 {

  background:  url("/assets/img/sliders/event_banner.jpeg") top center no-repeat ;
  background-size: cover;
}

.hero-slider2 {
  background: url("/assets/img/sliders/fsi-community.jpg") top center no-repeat;
  background-size: cover;
}

.hero-slider3 {
  background: url("/assets/img/sliders/hackaton.jpg") top center no-repeat;
  background-size: cover;
}

.hero-slider4 {
  background: url("/assets/img/sliders/Website-NACOS.png") top center no-repeat;
  background-size: cover;
  cursor: pointer;
}

/* .hero-slider4 {
  background: url("/assets/img/sliders/slider5.jpg") top center no-repeat;
  background-size: cover;
} */

@media (max-width: 768px) {

  .hero {
    height: 85vh;
  }

  .hero-slider4{
    background: url("/assets/img/sliders/Website-NACOS-md.png") top center no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 550px) {
  .hero {
    height: 90vh;

  }

  .hero-slider4{
    background: url("/assets/img/sliders/Website-NACOS-sm.png") top center no-repeat;
    background-size: cover;
  }
}
/* @media (min-width: 480px) {
  .hero {
    height: 150vh;
  }
} */


.center-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 800px;
}
@media only screen and (max-width: 550px) {
  .center-content{
      width: 100%;
      padding: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .center-content{
    width: 100%;
      padding: 40px;
  }
}




.hero h1 {
  margin: 0;
  font-size: 45px;
  font-weight: 500;
  color: #ffffff;
  line-height: 50px;
  letter-spacing: normal;
}

@media only screen and (max-width: 550px) {
  .hero h1 {
    font-size: 32px;
    line-height: 45px;
  }
}


.hero h2 {
  color: #FFFFFF;
  margin: 15px 0 0 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;

}
@media only screen and (max-width: 550px) {
  .hero h2 {
    font-size: 18px;
    line-height: 30px;
  }
}


.hero h6{
  color: #ffffff
}
.hero .app-logo{
  height: 50px
}



.hero button {
  padding: 15px 50px;
  color: #ffffff;
  /* text-transform: uppercase; */
  background: #2A863A;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 500;
  z-index: 100;
}
  @media only screen and (max-width: 550px) {

    .hero button {
      padding: 15px 30px;
    }
    }

@media (min-width: 768px) and (max-width: 991.98px) {
.hero button {
  padding: 15px 50px;
}
}
.hero button:hover {
  color: #fff;
  background: #103A17;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateX(-3px);
}

.hero .hero-img {
  text-align: right;
}
/* @media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
} */
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 80%;
  }



  .hero .hero-img img {
    width: 100%;
  }

  body .box_section {
    position: relative;
    width: 100%;
    min-height: 95vh;
    background-position: center center;
    background-size: cover;
    background-color: #FFFFFF;
    padding: 10px 0;
  }


body .box_wrapper {
  background: #FFFFFF;
  border: 1px solid #BABEC2;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
  border-radius: 38px;
  padding: 100px 40px;
  margin: 100px auto;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 550px) {
  body .box_wrapper {
    /* padding: 50px 40px; */
    margin: 100px auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .box_wrapper {
    padding: 80px 20px;
    max-width: 600px;
  }
}
body .box_wrapper .box_container {
  text-align: center;
}
body .box_wrapper .box_container h6 {
  color: #2A863A;
  text-transform: uppercase;
}
body .box_wrapper .box_container h3 {
  color: #103A17;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.5;
  animation: textAnimation;
  animation-duration: 3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media only screen and (max-width: 550px) {
  body .box_wrapper .box_container h3 {
    text-align: center;
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .box_wrapper .box_container h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 575.98px) {
  body .box_wrapper .box_container h3 {
    /* margin-top: 20px */
    font-size: 20px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body .box_wrapper .box_container h3 {
    font-size: 30px;
  }
}
body .box_wrapper .box_container h5 {
  font-size: 18px;
  line-height: 30px;
  color: #103A17;
  font-weight: 500;
  padding: 0 250px;
  animation: textAnimation;
  animation-duration: 3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media only screen and (max-width: 550px) {
  body .box_wrapper .box_container h5 {
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .box_wrapper .box_container h5 {
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 1199.98px){
  body .box_wrapper .box_container h5{
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;

  }
}



body .box_wrapper .partner_cards {
  background: #FFFFFF;
  border: 1px solid #DDE1E6;
  width: 100%;
  height: 220px;
  display: block;
  border-radius: 6.2px;
  padding: 15px 20px;
  text-align: left;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  color: #6E768C;
}

body .box_wrapper .partner_cards .card_content {
  margin-bottom: 20px;
  overflow: hidden;
  line-height: 1.5;
  text-overflow: ellipsis;
  line-height: 1.8em;
  max-height: 9em;
  color: inherit;
}


body .box_wrapper .partner_cards p {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 19px;
  color: #151926;
  font-weight: 500;

}
body .box_wrapper .partner_cards img {
  height: 40px;
  width: auto;
}
body .box_wrapper .partner_cards h6 {
  font-size: 12px;
  color: #151926;
  text-transform: none;
}

.forum-nav-link{
  color: #2A863A !important;
  padding: 5px 15px;
  text-decoration: underline;


}


body .forum{
  position: relative;
  width: 100%;
  /* min-height: 95vh; */
  /* background: red; */
  background-position: center center;
  background-size: cover;
  padding: 100px;
}

body .how_section {
  position: relative;
  width: 100%;
  /* min-height: 95vh; */
  background: #F0F5F8;
  background-position: center center;
  background-size: cover;
  padding: 100px;
}
@media only screen and (max-width: 550px) {
  body .how_section {
    /* min-height: 150vh; */
    padding: 50px 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .how_section {
    /* min-height: 230vh; */
    padding: 50px 10px;
  }
}
@media (max-width: 991.98px){
   body .how_section {
    /* min-height: 230vh; */
    padding: 50px 10px;
  }
}

body .how_section .vector_bg {
  position: absolute;
  top: 25%;
  left: 80px;
}
@media only screen and (max-width: 550px) {
  body .how_section .vector_bg {
    display: none;
  }
}
body .how_section .vector_bg img {
  height: 400px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .how_section .vector_bg img {
    height: 300px;
  }
}
body .how_section .section_intro {
  text-align: left;
  max-width: 800px;
}
body .how_section .section_intro h3 {
  color: #103A17;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.5;
  animation: textAnimation;
  animation-duration: 3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media only screen and (max-width: 550px) {
  body .how_section .section_intro h3 {
    text-align: left;
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .how_section .section_intro h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 575.98px) {
  body .how_section .section_intro h3 {
    /* margin-top: 20px */
    font-size: 22px;
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body .how_section .section_intro h3 {
    font-size: 30px;
  }
}
body .how_section .section_intro p {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  color: #2A863A;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  body .how_section .section_intro p {
    font-size: 1rem;

  }
}

body .how_section .section_intro a {
  text-decoration: underline;
  margin-top: 50px;
  font-weight: 700;
}
body .how_section .cards {
  margin: 100px 0;
  position: relative;
  display: grid;

}
@media only screen and (max-width: 550px) {
  body .how_section .cards {
    margin: 50px 0;
    place-items: center;
  }
}


@media (min-width: 768px) and (max-width: 991.98px){
body .how_section .cards {
  margin: 50px 0;
  place-items: center;
}
}

body .how_section  button {
  padding: 10px 50px;
  color: #fff;
  background: #2A863A;
  margin-top: 20px;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body .how_section .cards button {
    left: 250px;
    padding: 15px 50px;
  }
}
body .how_section .cards button:hover {
  color: #fff;
  background: #103A17;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateX(-3px);
}
body .how_section .how_card {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 30px 20px;
  height: 100%;
  display: block;
}
body .how_section .how_card h6 {
  font-weight: 500;
  font-size: 14px;
  color: #2A863A;
  font-weight: 700;
}
body .how_section .how_card h5 {
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
}
body .how_section .how_card p {
  font-size: 15px;
  color: #6E768C;
  letter-spacing: 0;
  line-height: 24px;
}


body .tools_section {
  position: relative;
  width: 100%;
  min-height: 95vh;
  background: url("/assets/img/dark_bg.svg") no-repeat;
  background-position: center center;
  background-size: cover;
  display: grid;
  justify-content: center;
  background-attachment: fixed;
}


body .tools_section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background-image: linear-gradient(160deg, #0c1b0f 23%, #142d19 100%) */
  /* background-color: rgba(12,27,15,0.90) */
}
body .section_wrapper {
  color: #fff;
  text-align: center;
  max-width: 750px;
  padding: 100px 0;
}
body .section_wrapper h6 {
  text-transform: uppercase;
}
body .section_wrapper h3 {
  color: #EDEDED;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.5;
  animation: textAnimation;
  animation-duration: 3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media only screen and (max-width: 550px) {
  body .section_wrapper h3 {
    text-align: center;
    font-size: 22px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .section_wrapper h3 {
    font-size: 22px;
    line-height: 1.6;
  }
}
@media (max-width: 575.98px) {
  body .section_wrapper h3 {
    /* margin-top: 20px */
    font-size: 22px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body .section_wrapper h3 {
    font-size: 30px;
  }
}
body .section_wrapper p {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}
@media (max-width: 575.98px) {
  body .section_wrapper p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
body .section_wrapper .logo {
  height: 25px;
}
@media only screen and (max-width: 550px) {
  body .owl-logo {
    /* display: none; */
    height: 60px;
  }
}
body .section_wrapper .img {
  width: 100%;
  height: auto;
}
@media (max-width: 575.98px) {
  body .section_wrapper .img {
    height: 250px;
    width: 380px;
  }
}
body .logo_carousel {
  padding: 30px 100px;
}
@media only screen and (max-width: 550px){
    body .logo_carousel {
      padding: 30px;
      max-width: 370px;
    }
}

body .data_section {
  background: #F0F5F8;
  padding: 100px 0;
}
body .data_section rev {
  position: relative;
}
body .data_section .map{
  display: grid;
  place-items: center;
}

body .data_section .map svg{
  height: 800px
}
@media only screen and (max-width: 550px) {
   body .data_section .map svg{
    height: 300px;
  }
}

body .data_section .map_inner {
  display: block;
  margin: 20px;
  position: absolute;
  width: 450px;
  right: 1380px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body .data_section .map_inner {
    right: 1115px;
  }
}
body .data_section .wrapper {
  margin: 70px 0;
}

.data-header p {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  color: #2A863A;
  text-transform: uppercase;

}


body .data_section .card_wrapper {
  display: flex;
  background: #FFFFFF;
  border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
  color: #2A863A;
  letter-spacing: 0;
  line-height: 19.2px;
  padding: 5px 10px;
  align-items: center;
}
body .data_section .card_wrapper h6 {
  font-size: 14px;
  color: #2A863A;
  letter-spacing: 0;
  line-height: 19.2px;
}
body .data_section .card_wrapper span {
  font-size: 20px;
  font-weight: 600;
}
body .data_section .card_wrapper p {
  font-size: 14px;
  color: #6E768C;
  letter-spacing: 0;
  line-height: 24px;
}
body .data_section .card_wrapper div {
  margin: 6px;
}

body .events-section {
    background: url("/assets/img/event-cards-bg.png") no-repeat;
    background-position: right center;
    background-size: contain;
    padding: 10rem 0px;
    background-color: #2A863A;
    min-height: 70vh;
    text-align: left;
    /* background-position: 65% 0px, 0px 0px; */

}

@media only screen and (max-width: 550px) {
body .events-section {
  background-position: 65% 20rem, 0px 0px;
  /* background-size: center center; */

}
}

@media (min-width: 550px) and (max-width: 767.98px) {
  body .events-section {
    background-position: 65% 20rem, 0px 0px;

  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  body .events-section {
    background-position: 65% 20rem, 0px 0px;

  }
}

.event-call{
  max-width: 660px;
  text-align: left;
}

@media (min-width: 550px) {
  .event-call{
    text-align: center;
}
}



@media (min-width: 768px) and (max-width: 991.98px) {
  .event-call{
    text-align: left;
  }
}

body .event-call h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 40px;
  text-align: left;
  animation: textAnimation;
  animation-duration: 3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);

}
@media only screen and (max-width: 550px) {
  body .event-call h3 {
    text-align: center;
    font-size: 30px;
  }
}
@media (min-width: 550px) and (max-width: 767.98px) {
  body .event-call h3 {
    font-size: 30px;
    /* line-height: 1.2; */
    text-align: center;

  }
}
@media (max-width: 575.98px) {
  body .event-call h3 {
    /* margin-top: 20px */
    font-size: 24px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body .event-call h3 {
    font-size: 30px;
    text-align: center;
  }
}
body .event-call p{
  font-size: 20px;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.6;
  animation: textAnimation;
  animation-duration: 3s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
  text-align: left;
}

@media (max-width: 575.98px) {
  body .event-call p{
    text-align: center;

  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  body .event-call p{
    text-align: center;

  }
}



body .event-call button {
  padding: 10px 50px;
  color: #2A863A;
  text-align: left;
  border-radius: 5px;
  border: solid 1px #fff;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 400;
  background: #ffffff;
  display: flex;
  margin: 50px 0;

}
@media (max-width: 575.98px){
   body .event-call button {
    margin: 50px auto;

   }
}

@media (min-width: 550px) and (max-width: 767.98px) {
  body .event-call button {

    padding: 15px 50px;
    margin: 50px auto;

  }

}


@media (min-width: 768px) and (max-width: 991.98px) {
  body .event-call button {
    padding: 15px 50px;
    margin: 50px auto;

  }
}
body .event-call button:hover {
  color: #fff;
  background: #2A863A;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateX(-3px);
}



/*
body .event_section .card {
  background: #FFFFFF;
  border: 1px solid #E6EFE8;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
body .event_section .card button {
  padding: 10px 40px;
  color: #2A863A;
  margin: 20px 0;
  border-radius: 50px;
  border: solid 1px #2A863A;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 400;
  background: transparent;

}

@media (min-width: 768px) and (max-width: 991.98px) {
  body .event_section .card button {
    padding: 15px 50px;
  }
}
body .event_section .card button:hover {
  color: #fff;
  background: #2A863A;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateX(-3px);
}
body .event_section .card .logo {
  height: 30px;
}
body .event_section p {
  color: #6E768C;
  font-size: 14px;
  letter-spacing: 0;
}
body .event_section .event_btn {
  display: flex;
  justify-content: center;
} */


/* homepage event cards */
.event-card-wrapper{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(19.5rem, 1fr));
  gap: 1.5rem;
  justify-items: center;
}


.event-card-container{
  background: #ffffff;
  box-shadow: rgb(0 0 0 / 10%) 0px 0.0625rem 0.125rem, rgb(0 0 0 / 15%) 0px 0.25rem 1rem -0.125rem;
  border: none;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  position: relative;
  color: rgb(48, 52, 64);
  min-width: 100%;
  backface-visibility: hidden;
  transition-property: box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}


.event-card-container:hover{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
  transform: translateX(-3px);
  transition: 0.5s;
  border: solid 1px #2A863A;
  /* border-radius: 10px; */
}

.event-card-header{
    display: flex;
    overflow: hidden;
    border-radius: 0.5rem 0.5rem 0px 0px;
    width: 100%;
    height: 0px;
    padding-top: calc(50%);
    background-position: cover center;
    background-size: 100%;
    text-decoration: none;
    border-bottom: 0px;
    transition: background-size 0.2s ease-in-out 0s;
}



.event-card-header a{
      margin: 0px;
      padding: 0px;
      text-decoration: none;
      border: none;
      font-weight: 500;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.5rem;

}


.event-content-container {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex: 1 1 0%;
  min-height: 8rem;
  padding: 0.75rem 1rem;
  gap: 20px;
}



.event-content-title{
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  border: none;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #103A17;
  margin-bottom: 0.5rem;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.event-date-time{
  margin: 0px;
  padding: 0px;
  font-style: normal;
  font-weight: inherit;
  text-decoration: none;
  border: none;
  font-size: 0.875rem;
  line-height: 1.5rem;

}

.intro-text h3{
  text-align: center !important;
}
/* CALL TO ACTION */

/* body .bottom_cta {
  position: relative;
  width: 100%;
  min-height: 50vh;
  background: url("/assets/img/CTO_bg.png") no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 550px) {
  body .bottom_cta {
    min-height: 60vh;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .bottom_cta {
    min-height: 60vh;
    max-height: 130vh
  }
}
body .bottom_cta .CTA_bg {
  width: 100%;
  background: #2A863A;
  padding: 70px 0px;
  color: #fff;
}
body .bottom_cta .CTA_bg h3 {
  font-size: 35px;
}
body .bottom_cta .CTA_bg button {
  padding: 10px 30px;
  color: #fff;
  margin-top: 20px;
  border-radius: 3px;
  border: solid 1px #fff;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 600;
  background: transparent;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body .bottom_cta .CTA_bg button {
    padding: 15px 50px;
  }
}
body .bottom_cta .CTA_bg button:hover {
  color: #fff;
  background: #103A17;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateX(-3px);
} */

/* FOOTER */
#footer {
  background: #F2F8F3;
  padding: 0 0 30px 0;
  color: #393939;
  font-size: 14px;
}
#footer .footer-top {
  background: #F2F8F3;
  /* border-bottom: 0.2px solid #A0A0A0 */
  padding: 60px 0 30px 0;
  /* .social-links a
  * font-size: 18px
  * display: inline-block
  * background: red
  * color: #fff
  * line-height: 1
  * padding: 8px 0
  * margin-right: 4px
  * border-radius: 50%
  * text-align: center
  * width: 36px
  * height: 36px
  * transition: 0.3s
  *
  * &:hover
  *  background: #7C0A05
  *  color: #fff
  *  text-decoration: none */
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #393939;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #2A863A;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: green;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #393939;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #2A863A;
}
#footer .footer-top h4 {
  text-transform: uppercase;
}

.dropdown {
  float: right;
}
.dropdown p {
  color: #2A863A;
}

.copyright {
  padding-top: 30px;
}
.copyright hr {
  color: 545D7A;
}

i {
  margin-left: -30px;
  cursor: pointer;
}

.form-control {
  display: inline-block !important;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes textAnimation {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/*# sourceMappingURL=style.css.map */


.bd-links {
  position: sticky !important;
  top: 5rem;
  display: block !important;
  /* height: calc(100vh - 7rem); */
  padding-left: .25rem;
  margin-left: -.25rem;
  overflow-y: auto;
  overflow: auto;
  font-weight: 600;
  /* background: #ffffff; */
}

.bd-links ul{
  padding-left: 0;
  list-style: none;
}


.inner-nav{
color: #2A863A !important;
font-size: 20px !important;
}


/* mentor-firm */

body .mentor-company-logo-wrapper{
  background: #ffffff;
  padding: 50px;
  display: grid;
  margin: 0 auto;
  text-align: center;
  place-items: center;
  justify-content: center;

}

body .mentor-company-logo-container{
  max-width: 800px;
  margin: 0 auto;
}


body .mentor-company-logo-wrapper h5{
font-weight: 600;
font-size: 24px;
color: rgba(0,0,0,0.87);
letter-spacing: 0.15px;
text-align: center;

}

/* logos */

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;

}

.mentor-logo-container{
  display: flex;
  flex-wrap: wrap;
  /* display: grid; */
  /* grid-template-columns: repeat(7,minmax(0,1fr)); */
  row-gap: 3rem;
  place-items: center;

}
/* @media only screen and (max-width: 550px) {
  .mentor-logo-container{
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mentor-logo-container{
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
} */


.gap-x-3 {
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
  justify-content: center;
  align-items: center;
}
.partners-logo-wrapper img {
  /* -webkit-filter: grayscale(1);
  filter: grayscale(1); */
  max-width: 50%;
  height: 50px;
  display: block;
  vertical-align: middle;

}

/* FAQs */

.accordion-button:not(.collapsed) {
  color: #2A863A !important;
  background-color: rgba(0, 34, 6, 0.2) !important;
}


.faqs-header{
  margin-top: 120px;
}

.faqs .policy-content .btn-primary{
  background-color: #2A863A;
  border-color: #2A863A;
}

.text-right{
  text-align: right;
}


.text-end .dropdown-menu .dropdown-item{
  padding-left: 20px;
  padding-right: 20px;
}

#speakers .card-body p{
  font-size: 14px;
}

#speakers .card-footer{
  background: #ffffff;
}

#speakers .card-footer img{
  height: 30px;
}



/* END */

.circle {
  width: 10vw;
  height: 10vw;
  border-radius: 50%;
  background: blue;
}

.circle {
  position: relative;
  display: block;
  /* margin: 2em 0; */
  background-color: transparent;
  color: #222;
  text-align: center;
}

.circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #ddd;
  content: "";
}

.circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
}

@media (min-width: 480px) {
  .circle__content {
    font-size: 2em;
  }
}

@media (min-width: 768px) {
  .circle__content {
    font-size: 4em;
  }
