


@eharset "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;
}



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

.container{
  max-width: 1320px !important;

}

@media (min-width: 1400px){
.container .container-lg .container-md .container-sm .container-xl .container-xxl {
    max-width: 1320px;
}
}
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 */
  /* FEAURED SECTION */
  /* CARD */
}
body .fixed-top {
  background: #fff !important;
  /* top: -10px; */
}
@media only screen and (max-width: 550px) {
  body .fixed-top {
    background: #F5A623;
  }
}
body .fixed-top-success-page {
  background: #2A863A !important;
}

/*--------------------------------------------------------------
# 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;

}
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: #2A863A !important;
  }
}
body .bg-dark.scrolled {
  background: #2A863A !important;
}
body .logo {
  height: 50px;
}
body .showcase {
  position: relative;
  width: 100%;
  min-height: 120vh;
  background: url("/assets/img/bg.png") no-repeat;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  display: grid;
  place-items: center;
}
@media only screen and (max-width: 550px) {
  body .showcase {
    min-height: 130vh;
    max-height: 110vh;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .showcase {
    min-height: 230vh;
    /* max-height: 130vh */
  }
}
body .showcase:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(42, 138, 58, 0.98);
}
body .showcase_contents {
  display: grid;
  /* grid-template-columns: 45% 40%; */
  z-index: 100;
  place-items: center;
  /* max-width: 600px; */
  position: absolute;
  top: 120px;
}

@media only screen and (max-width: 550px) {
  body .showcase_contents {
    top: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body .showcase_contents {
    /* grid-template-columns: 45% 50%; */
   top: 180px;

  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .showcase_contents {
    /* max-width: 100% */
    grid-gap: 1%;
    /* place-items: center */
    margin: 50px 0;
    grid-template-columns: 100%;
  }
}
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 {
  font-family: 700;
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  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: 24px;
  }
}
@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: 24px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body .showcase_contents h3 {
    font-size: 30px;
  }
}
body .showcase_contents p {
  /* color: #fff */
  font-size: 20 px;
  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) {
  body .showcase_contents p {
    font-size: 18px;
    text-align: center;
    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;
  }
}
body .showcase_contents h6 {
  color: #97C49F;
}
@media only screen and (max-width: 550px) {
  body .showcase_contents .owl-testimony {
    display: none;
  }
}

body .form_wrapper_modal {

  width: 100% !important;
  max-width: 100% !important;
}
body .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);
  max-width: 600px;
  width: 550px;
}
@media only screen and (max-width: 550px) {
  body .form_wrapper {
    padding: 20px;
    width: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .form_wrapper {
    padding: 20px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body .form_wrapper {
    padding: 20px;
    /* width: auto */
    /* height: 400px */
  }
}
body .form_wrapper button {
  color: #fff;
  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;
  height: 50px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body .form_wrapper button {
    padding: 15px 50px;
  }
}
body .form_wrapper button:hover {
  color: #fff;
  background: #103A17;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateX(-3px);
}

.btn_loading {
  background: rgb(119, 211, 119) !important;
  cursor: not-allowed !important;
}

button[disabled=disabled], button:disabled {
  background: rgb(117, 211, 117) !important;
  cursor: not-allowed !important;
}

body .form_wrapper h4 {
  color: #141E15;
  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) {
  body .form_wrapper h4 {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  body .form_wrapper h4 {
    font-size: 24px;
  }
}
body .form_wrapper h6 {
  color: #2A863A;
  font-weight: 500;
  font-size: 18px;
  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) {
  body .form_wrapper h6 {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  body .form_wrapper h6 {
    font-size: 24px;
  }
}
body .form_wrapper input {
  border: 1px solid #DCDFF1;
  border-radius: 3px;
  height: 40px;
}
body .form_wrapper input:focus {
  outline: #2A863A;
  border: solid 1px #2A863A;
}
body .form_wrapper input:active {
  outline: #2A863A;
  border: solid 2px #2A863A;
}
body .form_wrapper ::placeholder {
  color: #6E768C;
  font-size: 14px;
}
body .form_wrapper select {
  color: #6E768C;
  font-size: 14px;
  height: 40px;
}
body .form_wrapper .otp_input {
  border: 1px solid #DCDFF1;
  border-radius: 3px;
  height: 50px;
  width: 50px;
  text-align: center;
}
body .form_wrapper label {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.09px;
}
body .form_wrapper a {
  text-decoration: underline;
  text-align: center;
}
body .form_wrapper p {
  text-align: center;
}
body .lander-card-wrapper{
  display: flex;
  gap: 20px;
  place-items: center;
  flex-wrap: wrap;
}

body .lander_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);
  max-width: 850px;
  /* width: 800px; */
}



.lander_card_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item {
  flex: 0 32%;
  /* height: 100px; */
  margin-bottom: 2%; /* (100-32*3)/2 */
}




body .card_wrapper {
  background: #FFFFFF !important;
  /* padding: 0 1rem; */
  color: #4A4A4A;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px !important;
  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: 250px; */
  display:inline-block;
}

body .card_wrapper:hover{
  background: #e0f0e6 !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.card_wrapper .user-type-title{
    font-size: 24px;
    line-height: 120%;
    margin: 15px 0;
    /* color: #2A863A; */
    font-weight: 500;;
    text-align: left;
}
.card_wrapper .type-text{
    font-size: 14px;
    font-weight: 500;
    /* line-height: 120%; */
    margin-bottom: 12px;
    text-align: left !important;
    color: #4A4A4A;
}

.card_wrapper .card-footer {
    padding: 1rem 1rem;
    background-color: transparent important;
    border-top: 1px solid transparent  !important;

}

/* .card_wrapper .card-footer:hover {
  background: #2A863A ;
  color: #ffffff !important;

} */

body .remember{
  display: flex;
  gap: 10px;
  align-items: center;
}
body .navbar{
  display: block;
}
body .alert{
  text-align: center;
  color: #2A863A;
  background: #E3EDEC;
  height: auto;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  border-radius: 0;
}

body .form_wrapper .field-icon {
  float: right;
  margin-left: -40px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
body .ui-datepicker-calendar {
  display: none;
}
body .OTP-form {
  text-align: center;
}
body .OTP-form input {
  margin: 12px;
}
body .social_login {
  text-align: center;
}
body .social_login img {
  height: 30px;
}
body .social_login a {
  text-decoration: none;
  margin: 20px;
}
body .existing_account {
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
}
body .existing_account a {
  color: #2A863A;
  text-decoration: underline;
}
body .showcase-title {
  position: relative;
  z-index: 100;
  text-align: left;
  top: 200px;
  max-width: 850px;
}
@media only screen and (max-width: 550px) {
  body .showcase-title {
    top: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .showcase-title {
    top: 100px;
  }
}
body .showcase-title h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
body .showcase-title h3 {
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  padding: 20px 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .showcase-title h3 {
    line-height: 2.5rem;
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  body .showcase-title h3 {
    line-height: 2rem;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 550px) {
  body .showcase-title h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
body .showcase-title a {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
  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);
}
body .showcase-title h6 {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  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);
}
body .showcase-title .testimony_text {
  color: #fff !important;
}
body .partner_section {
  background: #fff;
  padding: 100px 0;
  text-align: left;
}
@media only screen and (max-width: 550px) {
  body .partner_section {
    padding: 0;
  }
}
body .partner_section h1 {
  color: #2A863A;
  font-weight: 600;
  font-size: 4rem;
  /* line-height: 1.4 */
  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);
  margin-top: 20px;
}
body .partner_section h5 {
  color: #2A863A;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.4;
  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);
  margin-top: 20px;
}
body .partner_section p {
  font-family: 700;
  font-size: 16px;
  color: #393939;
  letter-spacing: 0;
}
body .partner_section .partner_header {
  text-align: center;
  padding: 50px;
}
body .partner_section .partner_header h3 {
  color: #2A2B36;
  font-family: 700;
  font-weight: 700;
  font-size: 30px;
  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 .partner_section .partner_header h3 {
    text-align: left;
    font-size: 1.2rem;
  }
}
@media (max-width: 575.98px) {
  body .partner_section .partner_header h3 {
    font-size: 24px;
  }
}
body .partner_section .partner_header p {
  color: #6E768C;
  text-transform: uppercase;
}
body .card_ {
  text-align: center;
}
body .successful_card {
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
  border-radius: 11px;
  max-width: 500px;
  padding: 40px 40px;
  margin: 20% auto 10px;
  float: none;
  border: solid 1px #DFE2E6;
}
body .successful_card h5 {
  color: #2A863A;
  font-weight: 600;
  font-family: 700;
  font-size: 20px;
  letter-spacing: 0;
}
body .successful_card button {
  color: #fff;
  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;
  height: 50px;
  font-weight: 600;
  padding: 0 50px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body .successful_card button {
    padding: 15px 50px;
  }
}
body .successful_card button:hover {
  color: #fff;
  background: #103A17;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateX(-3px);
}
body .card_countdown {
  text-align: center;
  margin: 20px;
}
body .card_countdown span {
  color: #2A863A;
}

/* 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 */

/* 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-details-card-header {
  display: flex;
  overflow: hidden;
  border-radius: 0.5rem;
  width: 100%;
  height: 0px;
  padding-top: calc(50%);
  background-position: center;
  background-size: 100%;
  text-decoration: none;
  border-bottom: 0px;
  transition: background-size 0.2s ease-in-out 0s;
  /* border: 1px solid #f5ffec; */
  background-repeat: no-repeat;


}
.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;

}
/** events styles **/

body .nav-link-wt {
  color: #fff !important;
  font-weight: 400;
  padding-right: 0.9rem !important;
  padding-left: 0.9rem !important;
}
body .nav-link-wt .active {
  color: #2A863A !important;
}
body .nav-link-wt:hover {
  color: #02d727 !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: 00;
  background-color: #fff;
  border: solid 1px #2A863A;
  border-radius: 3px;
  color: #2A863A;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  padding: 10px 40px;
}
body .sign-up-btn-wt:hover {
  background-color: #103A17;
  color: #fff;
  border: solid 1px #2A863A;
  border-radius: 4px;
}
body .btn-outline-light-wt {
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  border: none;
}
body .btn-outline-light-wt:hover {
  color: #02d727;
  background: none;
}
body .header-bg-dark-wt {
  background: transparent !important;
}
@media only screen and (max-width: 550px) {
  body .header-bg-dark-wt {
    background: #2A863A !important;
  }
}
body .header-bg-dark-wt.scrolled {
  background: #2A863A !important;
}
body .header-bg-dark-wt.scrolled a {
  color: #ffffff !important;
}
body .header-bg-dark-wt.scrolled a:hover {
  color: #103A17 !important;
}
body .logo {
  height: 50px;
}

/* Banner */
.banner {
  position: relative;
  width: 100%;
  /* min-height: 400px; */
  /* margin-bottom: 60px !important; */
  background: url("/assets/img/fsi_event.jpeg") no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
@media only screen and (max-width: 550px) {
  .p-3.banner {
    /* min-height: 400px; */
    padding-bottom: 50px !important;
  }
}
.banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 34, 6, 0.9);
}
.banner .banner-title {
  position: static;
  /* top: 200px; */
  max-width: 600px;

}
@media only screen and (max-width: 550px) {
  .banner .banner-title {
    top: 150px;
    max-width: 300px;
  }
}
.banner .banner-title h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;

}
@media only screen and (max-width: 550px) {
  .banner .banner-title h3 {
    font-size: 1.5rem;
  }
}
.banner .banner-title h6 {
  max-width: 700px;
  font-size: 24px;
}
.banner .banner-title a {
  font-weight: 600;
  color: #ffffff;
}
.banner .banner-title p {
  color: #2A863A;
}
.banner .banner-title h5 {
  max-width: 500px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
}
.banner .banner-title hr {
  width: 300px;
  height: 5px;
  background-color: #ffffff;
  float: 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) {
  .banner .banner-title hr {
    text-align: left;
    float: left;
  }
}
.banner .banner-title .img {
  text-align: right;
}

.filter_form input {
  height: 50px;
  background-color: #ffffff;
}
.filter_form select {
  height: 50px;
  background-color: #ffffff;
  color: grey;
}
.filter_form .show {
  display: flex;
  place-items: center;
}
.filter_form .show a {
  font-weight: bold;
}

.filter-clear-btn{
  background-color: #2A863A !important;
  border-color: #2A863A !important;

}

.pagination_wrapper {
  display: flex;
  justify-content: center;
  color: #2A863A;
}
.pagination_wrapper .page-link {
  font-weight: 600;
  color: grey;
  margin: 0 10px;
  border-radius: 5px;
}
.pagination_wrapper .page-link:hover {
  color: #fff;
  background: #2A863A;
}
.pagination_wrapper .page-item.active .page-link {
  color: #fff;
  background: #2A863A;
  border-color: #2A863A;
}






/*EVENT SECTION*/
body .event_section {
  padding: 100px 0;
  background-color: #fff !important;
}
@media only screen and (max-width: 550px) {
  body .event_section {
    padding: 50px 0;
    height: none;
    padding: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .event_section {
    height: none;
    padding: none;
  }
}
@media (max-width: 575.98px) {
  body .event_section {
    height: none;
    padding: none;
  }
}
body .event_section h3 {
  color: #2A863A;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  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_section h3 {
    text-align: center;
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .event_section h3 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (max-width: 575.98px) {
  body .event_section h3 {
    /* margin-top: 20px */
    font-size: 24px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body .event_section h3 {
    font-size: 30px;
  }
}
body .event_section h5 {
  font-size: 19px;
  color: #050505;
  letter-spacing: 0;
  line-height: 1.6;
}
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: #ffffff;
  margin: 20px 0;
  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: #2A863A;
}
@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;
}
body .event_section button {
  padding: 10px 50px;
  color: #2A863A;
  margin: 70px 0;
  text-align: center !important;
  border-radius: 5px;
  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 button {
    padding: 15px 50px;
    margin: 40px 0;
  }
}
body .event_section button:hover {
  color: #fff;
  background: #2A863A;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateX(-3px);
}



/************************ event details *************************/
.event-banner {
  position: relative;
  width: 100%;
  padding: 0 10px 60px 10px;
  background: url("/assets/img/event_bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}

.event-banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 34, 6, 0.95);
}

/* @media only screen and (max-width: 550px) {
  .event-banner {
    min-height: 1000px;
  }
} */


/*
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  .event-banner{
  min-height: 800px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .event-banner{
    min-height: 1000px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {
  .event-banner{
      min-height: 600px;
  }
} */




.banner-title {
  width: 100%;
  margin-top: 150px;
  z-index: 10;
}
@media only screen and (max-width: 550px) {
.banner-title {
    margin-top: 80px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .banner-title {
    margin-top: 90px;
  }
}
.banner-title h3 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  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) {
  .banner-title h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .event-banner .banner-title h3 {
    font-size: 1.5rem;
  }
}

.banner-title p {
  max-width: 550px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  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);
}
.event-banner .banner-title hr {
  width: 300px;
  height: 5px;
  background-color: #ffffff;
  /* float: 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) {
  .event-banner .banner-title hr {
    text-align: left;
    float: left;
  }
} */

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .banner-title img {
  /* height: 450px; */
  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);
  }
}

.QR {
  text-align: right;
  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);
  position:relative
}


.QR img{
  height: 250px;

}
@media only screen and (max-width: 550px) {
  .QR {
    text-align: center;
  }
}
@media (max-width: 767.98px){
  .QR {
    text-align: left;

  }
}

i{
  position: absolute;
  /* right: 73px; */

}

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

}


@media only screen and (max-width: 550px) {
  .QR i {
    text-align: center;
    right: 133px;
  }
}

@media (max-width: 767.98px){
  .QR i {
    right: 340px;

  }
}

/* @media (min-width: 576px) and (max-width: 767.98px) {
  .event-banner .banner-title .QR {
    text-align: left;
  }
}
@media only screen and (max-width: 550px) {
  .event-banner .banner-title i {
    margin: 20px 0;
  }
}
.event-banner .banner-title .QR_img {
  display: block;
  margin-left: auto;
  height: 150px;
}
@media only screen and (max-width: 550px) {
  .event-banner .banner-title .QR_img {
    margin: 20px 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .event-banner .banner-title .QR_img {
    margin: 20px 0;
  }
}
.event-banner .banner-title .icon {
  height: 30px;
  margin-right: 10px;
} */
.wrap-icon {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 15px;
}

/*i{*/
/*    position: absolute;*/
/*    right: 73px;*/
/*    position: relative;*/
/*}*/


.countdown {
  background: #2A863A;
  color: #ffffff;
  padding: 10px;
  text-align: right;
}
@media only screen and (max-width: 550px) {
  .countdown {
    padding: 10px 0;
  }
}
.countdown h6 {
  font-size: 20px;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .countdown h6 {
    text-align: center;
  }
}
.countdown h5 {
  font-size: 24px;
  text-align: right;
}
.countdown .registered {
  margin: auto;
}
/* .countdown .count_down_timer {
  display: flex;
  justify-content: right;
} */
.countdown .count_down_timer ul {
  text-align: right;
}
@media only screen and (max-width: 550px) {
  .countdown .count_down_timer ul {
    text-align: left;
    padding-left: 0;
  }
}
.countdown .count_down_timer li {
  display: inline-block;
  font-size: 0.8em;
  list-style-type: none;
  padding: 0.3em;
  text-transform: uppercase;
  text-align: center;
}
.countdown .count_down_timer li span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 550px) {
  .countdown .count_down_timer li span {
    font-size: 1rem !important;
  }
}
.countdown .count_down_timer li .message {
  font-size: 4rem;
  display: none;
  padding: 1rem;
}
@media all and (max-width: 768px) {
  .countdown .count_down_timer h1 {
    font-size: 1.5rem;
  }
  .countdown .count_down_timer li {
    font-size: 1.125rem;
    padding: 0.75rem;
  }
  .countdown .count_down_timer li span {
    font-size: 3.375rem;
  }
}

.event_details {
  background: #F1F5F8;
  padding: 80px 10px;
  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);
}
.event_details .event_content {
  padding: 0 140px 0 0;
}
@media only screen and (max-width: 550px) {
  .event_details .event_content {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .event_details .event_content {
    padding: 15px;
  }
}
.event_details .event_content h6 {
  color: #2A863A;
  text-transform: uppercase;
}
.event_details .event_content p {
  color: #2A2B36;
  font-size: 16px;
  line-height: 26px;
}
.event_details 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) {
  .event_details .event_content button {
    padding: 15px 50px;
  }
}
.event_details .event_content button:hover {
  color: #fff;
  background: #103A17;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateX(-3px);
}


.dark_bg {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* min-height: 900px; */
  background: url("/assets/img/dark_bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 550px) {
  .dark_bg {
    /* min-height: 400px; */
  }
}
.dark_bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(42, 134, 58, 0.8);
}
.dark_bg .intro_text {
  position: relative;
  text-align: left;
  /* top: 30px;
  left: 0;
  right: 0; */
  max-width: 900px;
  color: #ffffff;
}
.dark_bg .intro_text h5 {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
}
.dark_bg .intro_text h6 {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: bold;
  margin-top: 15px;
}
.dark_bg .intro_text p {
  font-size: 16px;
  margin-top: 15px;
}
.dark_bg .card_text {
  font-size: 14px;
  color: #6E768C;
  letter-spacing: 0;
  line-height: 20px;
  color: #6E768C;
}

.partners_section {
  position: relative;
  width: 100%;
  /* min-height: 400px; */
  background-color: #ffffff;
  text-align: center;
  padding: 50px 0;

}
@media only screen and (max-width: 550px) {
  .partners_section {
    /* min-height: 400px; */
  }
}
.partners_section h3 {
  font-size: 30px;
  color: #2A863A;
}

.img-container {
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;

}

.img-container .partners_logo {
  max-width: 100%;
  height: auto;
  display: block;


}
.sponsors-img{
  display: grid;
  place-items: center;
  height: 120px;
}


.demos img{
  display: inline-block;
  max-width: auto;
  height: 500px!important;
  margin-bottom: 30px;
}

/* Coming Soon */

.content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.content-group {
  text-align: center;
}

.content-text {
  display: grid;
  place-items: center;

}
.circle{
  background: #F8FAFD;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
}

.content-text h1{
  font-size: 30px;
  color: #2A2B36;
  letter-spacing: 0;
  font-family: OpenSans-SemiBold;

}
.content-text h5{
    font-size: 18px;
    color: #6E768C;
    letter-spacing: 0;
    /* text-align: center; */
    line-height: 22px;
    font-family: OpenSans-Regular;
    margin-top: 10px;
}
 .content-text  .button {
  padding: 10px 20px;
  color: #fff;
  background: #2A863A;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  height: 50px;
  font-weight: 600;
  margin-left: 20px ;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .content-text .button {
    padding: 15px 50px;
  }
}
.content-text .button:hover {
  color: #fff;
  background: #103A17;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateX(-3px);
}


/* terms */

.terms{
  /* line-height: 1.6px; */
  color: #4A4A4A;
}


.terms h2{
font-size: 18px;
color: #2A863A;
letter-spacing: 0;
line-height: 30px;
text-transform: uppercase;
}
.terms h5{
font-size: 18px;
color: #4A4A4A;
letter-spacing: 0;
line-height: 30px;
/* text-transform: uppercase; */
}


.terms p{
font-size: 16px;
letter-spacing: 0;
line-height: 30px;
}

.terms ol{
  font-size: 16px;
  color: #4A4A4A;
}

/* about us */
.vision-section{
  background-color: #ffffff;
  padding: 100px 0;
  /* height: 400px; */

}

.vision-section .vision{
  display: flex;
  justify-content: center;
  align-items: center;

}
.vision-section h5{
    margin-top: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2A863A;
    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);
}


.vision-section p{
    font-size: 16px;
    /* margin-top: 48px; */
    font-weight: 400;
    line-height: 26px;
    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);


}
.vision-section .line{
    width: 0;
    margin: 0 20px 0 0;
    opacity: 0.3;
    border-right: 1px solid #2A863A;
}

body .our-people{
  background-color: #2A863A;
  padding: 100px 0;
  position: relative;
}

body .our-people h1{
  color: #fff;
  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);
  
}

body .our-people a{
  color: #ffffff;
  text-decoration: underline;

}

body .our-people .background-vector{
  position: absolute;
  top: 0;
  right:0;
  overflow: hidden;
  opacity: 5;
  z-index: 10;
}


@media only screen and (max-width: 550px){
  body .our-people .background-vector{
    display: none;

  }

}
.background-vector img{
  height: 100%;
  width: 100%;
  overflow: hidden ;

}
.intro-text h3{
  text-align: center;
}

body .our-people .content{
  display: grid;
  /* justify-content: center; */
  /* align-items: center; */
  text-align: center;
  z-index: 10;
  position: relative;



}
body .our-people .content h5{
    margin: 30px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    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);
}
body .our-people .content p{
    padding: 0 100px;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 141%;
    font-weight: 400;
    color: #F0F5F8;
    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 .our-people .content p{
    padding: 20px;
    font-size: 16px;
    margin-bottom: 10px;

  }
}

body .our-people .content button{
  padding: 10px 50px;
  color: #ffffff;
  margin: 30px 0;
  text-align: center !important;
  border-radius: 5px;
  border: solid 1px #ffffff;
  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 .our-people .content button {
    padding: 15px 50px;
    margin: 30px 0;
  }
}
body .our-people .content button:hover {
  color: #fff;
  background: #2A863A;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateX(-3px);
}



body .our-value-section{
  background-color: #F2F8F3;
  padding: 100px 0;
  position: relative;
  background-attachment: fixed;
  background-image: url("/assets/img/icons/background.jpeg") ;
}

body .our-value-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(242, 248, 243, 0.92);
}

body .our-value-section .value-card{
    display: grid;
    grid-template-columns: 65px auto;
    column-gap: 2.7rem;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 30px -5px;
    border-radius: 10px;
    padding: 1.1rem 2.1rem;

}

body .our-value-section .value-card h3{
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2.5rem;
    color: #2A863A;

}

body .our-value-section .section-header{
    text-align: center;
    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);
}
body .our-value-section .section-header h5{

    color: #2A863A;
    margin: 30px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;

}
body .our-value-section .section-header p{

    padding: 0 100px;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 141%;
    font-weight: 400;
    color: #6E768C;

}
@media only screen and (max-width: 550px){
  body .our-value-section .section-header p{
    padding: 0;
    font-size: 20px;

  }


}

/* features cards */

body .our-value-section .features_card {
  background: #FFFFFF !important;
  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 .our-value-section .features_card h6 {
  font-weight: 500;
  font-size: 14px;
  color: #2A863A;
  font-weight: 700;
}
body .our-value-section .features_card h5 {
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
}
body .our-value-section .features_card p {
  font-size: 15px;
  color: #6E768C;
  letter-spacing: 0;
  line-height: 24px;
}


body .mentor-company-logo-wrapper{
  /* background: #F1F5F8; */
  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-container{
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  row-gap: 1.5rem;
  place-items: center;
}

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

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

.mentor-card-footer{
  background-color: #2A863A !important;
  color: #fff !important;

}

body .mentor-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  /* border: 1px solid rgba(0,0,0,.125); */
  border-radius: 0.25rem;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}
.mentor-card:hover {
  color: #2A863A;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateX(-3px);
}

.other-section-wt{
  background-color: #fff;
  padding: 100px 0;

}



.mentor-card h6{
  color: #6E768C;
  font-size: 14px;

}

.about-us-section h5{
    margin-top: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2A863A;
    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);
}


.about-us-section p{
  text-align: justify;
    padding: 0 30px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    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);

}

.about-us-section h1{
    text-align: justify;
    color: #ffffff;
    padding: 0 30px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    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);

}

body .about-us-section  .page-img{
  background-color: #F2F8F3;
  /* padding: 100px 0; */
  height: 300px;
  position: relative;
  /* background-attachment: fixed; */
  background-image: url("/assets/img/fsi_event.jpeg") ;
  background-position: center center;
  background-size:cover;
  border-radius: 5px;
}

/* .showcase-mentor-contents btn */

body .about-us-section button {
  color: #fff;
  background: transparent;
  border: solid 1px #fff !important;
  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;
  height: 50px;
  font-weight: 600;
  padding: 0 50px;
}

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

@media only screen and (max-width: 550px) {
  body .showcase-mentor-contents .move-button {
  display: grid;
  margin: 0 auto;
  place-content: center;

  }
}


/* secondary button */
body .about-us-section .secondary-button {
  color: #fff;
  background: #2A863A;
  border: solid 1px #fff !important;
  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;
  height: 50px;
  font-weight: 600;
  padding: 0 50px;
}

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

/* wired btn */
body .about-us-section .wired-btn {
  color: #2A863A;
  background: transparent;
  border: solid 1px #2A863A !important;
  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;
  height: 50px;
  font-weight: 600;
  padding: 0 50px;
}

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

body .mentors-section{
  background-color: #ffffff;
  padding: 0 0 100px 0;
  position: relative;

}


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


.post-card-header a{
  font-weight: 500;
}


/* media section */
body .media{
  background-color: #ffffff;
  padding: 100px 0;
  position: relative;
  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);
}

body .media h5{
    margin-top: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2A863A;
}

body .media-img{
  background-color: #F2F8F3;
  /* padding: 100px 0; */
  height: 300px;
  position: relative;
  /* background-attachment: fixed; */
  background-image: url("/assets/img/media.jpeg") ;
  background-position: center center;
  background-size:cover;
  border-radius: 5px;
}

.member-card-img-top{
  height: 300px !important;
  width: 300px !important;

}

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

body .event-nav-link{
  font-weight: 500 !important;
}

body .nav-link:hover{
  color: #103A17 !important;
  text-decoration: none;
  font-weight: 500;
}


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

}

body .nav-link.active{
  background-color: #2A863A !important;
  color: #ffffff !important;
  padding: 0.5rem 2rem;


}

.card: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; */
}

article{
  height: 400px;
}

.title{
    line-height: 1.45;
    font-size: 16px;
    break-inside: avoid;
    font-weight: 700;
    margin-bottom: 20px;
    color: #393939;
}

.postExcerpt {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.8em;
    max-height: 9em;
    color: inherit;

}
.mediaPostWrapper {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 40px 30px;
    -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;
}

.mediaPostWrapper .mediabrand {
    margin-bottom: 20px;
    overflow: hidden;
}

.mediaPostWrapper .mediabrand img{
    max-height: 60px;
    width: auto;
    display: inline-block;
}

/* Mentorship CARD */
body .mentor-card-body{
  background-color:#F2F8F3;
  padding: 30px;
  border-radius: 5px;

}

body .mentor-card-body h6{
font-size: 18px;
color: #0E0E13;
letter-spacing: 0;
font-weight: 500;
}


body .mentor-card-body p{
  font-size: 16px;
  color: #393939;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;

}
body .mentoship-card-title{
    font-size: 24px;
    color: #2A2B36 !important;
    font-weight: 500;
    text-align: left;
    text-transform: none !important;
    line-height: 1.45;
    letter-spacing: 0;
    margin-bottom: 20px;

  }

  .slot-counter{
    background: #2A863A;
    border-radius: 3px;
    color:#fff;
    padding: 8px 25px;
    text-align: center;
    margin-bottom: 0 !important;

  }

  .slot-counter h3{
    justify-content: center;
    margin-bottom: 0 !important;
    font-weight: 400;

  }



  .slot-counter p{
    margin-bottom: 0 !important;
    font-weight: 400;

  }

  .mentorship-counter {
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 20px;
}

.mentorship-counter .payment{
  font-size: 14px;
  font-weight: 400;
  /* color: red; */

}


.mentorship-duration {
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 50px;
}

.mentorship-duration span{
  font-style: italic;
  font-size: 14px;
  color: #6E768C;
  letter-spacing: 0;
  font-weight: 500;
}

.mentorship-duration div p{
    font-weight: 500;
    font-size: 16px;
    color: #393939;
    letter-spacing: 0;
}

.mentorship-counter h1{
    font-weight: 600;
    color: #4A4A4A;
    letter-spacing: 0;
    }

.mentorship-card-footer {
      padding: 10px 30px;
      background-color: #ffffff !important;
      border-top: 1px solid #ffffff !important;
  }
  .mentorship-card-footer .mentor-profile{
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 20px;
  }
  .mentorship-card-footer .mentor-profile h6{
    font-size: 20px;
    color: #4A4A4A;
    letter-spacing: normal;
  }

  .mentorship-card-footer .mentor-profile p{
    font-size: 12px;
    color: #4A4A4A;
    letter-spacing: normal;
    margin-bottom: 0;
  }

  .mentorship-card-footer .image-container img{
      width: auto;
      height: 120px;
      border-radius: 10px;

    }

  .mentor-rating{
    color: #FFC201;
  }
  .mentor-review{
    color: #4A4A4A;
    font-weight:600;
    font-size: 14px;
    margin-left: 5px;

  }

  .mentorship-card-footer a {
    color: #2A863A;
    letter-spacing: normal;
    text-decoration: underline;

  }

  .mentorship-card-button{
    background: #2A863A;
    /* margin: auto 0 0; */
    border: 1px solid #dadce0;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    min-width: 36px;
    text-align: center;
    outline: 0;
    overflow: hidden;
    padding:5px 30px;
    color: #ffffff;
    text-decoration: none;
    text-overflow: ellipsis;
    position: absolute;
}

.devsite-card-wrapper {
  background-color: #ffffff;
  border: 0;
  border-radius: 2px;
  box-shadow: rgba(60,64,67,.3);

}

.devsite-card-wrapper .devsite-inner{
 padding: 40px;
 background: #ffffff;
}

.devsite-card-buttons:hover{
  color: #2A863A;
  background: #ffffff;
}


.text-gray{
 color: #FBCB40;
}

.mentorship-card-footer-button{
  padding: 10px 30px;
  background-color: #2A863A;
  /* border-top: 1px solid #ffffff !important; */
  text-align: center;
  color: #ffffff ;
  border-radius: 0 0 3px 3px;
  cursor: pointer;
}

.mentorship-card-footer-button:hover{
    color: #fff;
    background: #103A17;
}


/* Challenges */
.challenge-card .card-img-top{
  height: 180px !important;
  width: 100%;
}

.timer {
  font-family: sans-serif;
  color: #050505;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  display: flex;
  justify-content: space-between;
}

.timer div {
  padding: 10px;
  border-radius: 3px;
  font-size: 26px;
  font-weight: 400;
  padding-left: 0;
}

.timer .smalltext {
  color: #888888;
  font-size: 12px;
  font-family: Poppins;
  font-weight: 500;
  display: block;
  padding: 0;
  width: auto;
}
.timer #time-up {
  margin: 8px 0 0;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  color: #000000;
  font-weight: 500;
  letter-spacing: 1px;
}

.challenge-card .sponsor-img img{
  width: 24px;
  margin: 4px;
}

.banner-actions button{
  padding: 10px 50px;
  color: #fff;
  background: #2A863A;
  margin-top: 20px;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 600;
}

.banner-actions .timer{
  color: #fff;
}

.banner-actions .timer .smalltext{
  color: #f5f5f5;
}

.challenge-nav .nav{
  width: 100%;
}

.challenge-nav .nav .nav-link,
.challenge-nav .nav-link.active{
  border-radius: 0;
  padding-left: 24px !important;
  font-weight: 500;
}

.challenge-details .about-text-title{
  text-transform: uppercase;
  color: #2A863A;
}

.challenge-details .challenge-img{
  width: 100%;
}

/* .challenge-prize{
  min-height: 650px;
} */

.challenge-details .top-number{
  color: #2A863A;
}

.challenge-stage-02{
  background: #fff;
}

.challenge-details .accordion-item{
  margin-bottom: 20px;
}

.challenge-details .accordion-button{
  background: #fff;
  color: #151926;
  padding: 16px 20px;
  margin: 0;
}

.challenge-details .accordion-item img{
  width: 60px;
  margin-right: 16px;
}

.challenge-details .accordion-item h5{
  font-size: 18px;
  margin-bottom: 6px;
}

.challenge-details .accordion-item span{
  font-size: 12px;
  opacity: .6;
}

.continue-user{
  height: 100vh;
}

.continue-user .form_wrapper{
  min-width: 420px;
  margin-bottom: 36px;
}

.continue-user .user-header p{
  text-align: left;
}

.continue-user .user-logged img{
  width: 60px;
  margin-right: 12px;
}

.continue-user .user-link{
  text-decoration: none;
  color: #404040;
}

.continue-user .user-link:hover{
  color: #2A863A;
}

.continue-user .cancel{
  text-decoration: none;
  color: #404040;
}


.login-modals .form_wrapper{
  padding-top: 16px !important;
}

.login-modals .btn-primary{
  background: #2A863A;
  color: #fff;
}

.login-modals .btn-primary:hover{
  border-color: #2A863A;
}

.login-modals .modal-footer a{
  font-weight: 600;
}

#user-type-modal .modal-dialog{
  max-width: 800px;
}

#user-type-modal .card_wrapper{
  box-shadow: none;
}

#user-type-modal a{
  text-decoration: none;
}

#user-type-modal .card_wrapper .user-type-title{
  font-size: 24px;
  line-height: 120%;
  margin: 15px 0;
  color: #2A863A;
  font-weight: 500;
}

#user-type-modal .card_wrapper .type-text{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #4A4A4A;
}

.sponsors-img{
    display: grid;
    place-items: center;
    height: 120px;
}

body .event-nav-link{
  font-weight: 500 !important;
}

.icon-flex{
  display: flex;
  gap: 20px;

}

/* sponsor logo */

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


}

.job-list-container li{
  line-height: 2em;
  font-size:18px;
  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);
}



/* logos */

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;

}

.sponsor-logo-container{
  display: grid;
  grid-template-columns: repeat(3, auto);
  row-gap: 2rem;
  place-items: center;

}


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

}

body .nav-link {
  color: #000 !important;
  font-weight: 500 !important;
  padding-right: 0.9rem !important;
  padding-left: 0.9rem !important;
}


.speaker-wrapper{
  display: grid;

  /* flex-wrap: wrap; */

}
.event-speaker{
  display: flex;
  /* flex-wrap: wrap; */
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 10px;
  padding: 10px;
  border: solid 0.5px #eee;
  border-radius: 3px;
}

.event-speaker h6{
  font-size: 16px;
  color: #2A863A;
  letter-spacing: normal;
  margin-bottom: 0;
}
.event-speaker h5{
  font-size: 20px;
  color: #000000;
  letter-spacing: normal;
  margin-bottom: 0;
  font-weight: 500;
}

 .event-speaker p{
    color: #4A4A4A;
    letter-spacing: normal;
    margin-bottom: 0;
    line-height: 1.64286;
    max-height: 138px;
    overflow: hidden;
    font-size: 0.8rem;
}

.image-container img{
  width: 50px;
  height: 50px;
  border-radius: 50%;

}

.share-social-icon{
  height:30px;
  width: 30px;
}

.hackathon-closed-span{
  color: red;

}

.hackathon-open-span{
  color: #2A863A;

}

.hackathon-date h6{
  font-size: 0.7rem

}

.accordion-button:not(.collapsed) {
  color: #2A863A;
  background: #F2F8F3 !important;
  outline: none !important

}
.organiser-image-container img{
  width: auto;
  height: 50px;
  /* border-radius: 50%; */

}

.event-section-scroll{
  scroll-margin: 120px;
}

.event-navigation{
  position: sticky !important;
  top: 0;
  z-index: 1;
  background-color: var(--color-white);
  box-shadow: inset 0 -0.0625rem 0 var(--color-line-light);
  display: flex;
  height: calc(var(--spacing-48) + 0.0625rem);
  overflow-x: auto;

}

/* Payment ticket */

.mentor-skills{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  /* justify-content: center; */
  place-items: center;

}

.mentor-skills > div{
  background: #F2F8F3;
  border-radius: 12.5px;
  font-size: 12px;
  padding: 5px 10px;
  color: #4A4A4A;
  border: 1px solid #C4D6C7;
  }

.mentor-skills a{
  font-size: 16px;
  color: #2A863A;
  font-weight: 500;
  margin-bottom: 0;
  text-decoration: none;
}


.ticket-title{
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  gap: 30px;


}
.ticket-title .title{
  display: flex;
  gap: 20px;
  align-items: center !important;
}

.ticket-title .title h5{
 font-size: 1.5em;
 margin: 0;

}

.ticket-cost{
  background-color: #F2F8F3;
  border-radius: 5px;

}


.ticket-cost:active{
  background-color: rgba(255,255,255,.55);
  border-radius: 5px;
}

.ticket-signin{
  text-align: center;
  font-size: 14px;
}

.programm-overview-details p{
  margin-bottom: 0 !important;

}
/* hackathon section */
.hackathon-section{
  background: #fff;


}








/* overview button */
.overview-btn{
  cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 0.25rem;
    outline: none;
    font-weight: 500;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.5rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    white-space: nowrap;
    height: 3rem;
    padding: 0px 1.5rem;
    border: 0.0625rem solid #2A863A;
    background: #2A863A !important;
    color: rgb(255, 255, 255) !important;

}
.mentor-skill-list{
  background: #FFFFFF;
  border: 1px solid #C2C8D6;
  border-radius: 12px;

}

.mentor-skill-list h6{
  font-size: 20px;
  color: #2A863A;
  letter-spacing: 0;
  font-weight: 400;

}


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

/* Contact Section */
.contact-section{
  background: #F1F5F8;
  padding: 50px 0;
}

.contact-section p{
  padding: 0;
}

.contact-section .btn-primary{
  padding: 10px 50px;
  color: #fff;
  background: #2A863A;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  font-size: 16px;
  font-weight: 600;
}

.contact-section .btn-outline{
  padding: 10px 50px;
  color: #2A863A;
  text-align: center !important;
  border-radius: 5px;
  border: solid 1px #2A863A;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  font-size: 16px;
  font-weight: 400;
  background: transparent;
}

.contact-section .form-control{
  border-color: #97C49F;
}

.contact-details{
  border: 1px dashed #97C49F;
  padding: 30px;
}

.contact-details h4{
  font-size: 24px;
  color: #2A863A;
  margin-bottom: 12px;
}

.contact-details img{
  height: 20px;
  margin-right: 12px;
}
.contact-details img.email-img{
  height: 13px;
}


/* Gallery */

.gallery-img-card{
  background: ffffff;
}

.gallery-img-card:hover{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateX(-3px);
  cursor: pointer;
}

.gallery-img-card h2{
  font-size: 20px;
  color: #212529;
  /* padding: 20px; */
}

.filter_form .filter-clear-btn{
  height: 50px;
  width: 100%;
  padding-top: 12px;

}

.challenge-qr{
  align-items: flex-end;
}

@media only screen and (max-width: 576px){
  .challenge-tab .nav-tabs .nav-item .nav-link>span{
    display: none;
  }

  .event-banner{
    padding: 50px 10px;
  }

  .challenge-qr{
    align-items: flex-start;
  }

  .banner-actions.align-items-center{
    flex-direction: column-reverse;
    align-items: flex-start !important;
  }

  .challenge-img{
    margin-top: 30px;
  }
}
/* END */

