@charset "UTF-8";
html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

body {
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
}

::-webkit-input-placeholder {
  color: #b3b3b3;
  opacity: 0.1;
}

:-ms-input-placeholder {
  color: #b3b3b3;
  opacity: 0.1;
}

::-ms-input-placeholder {
  color: #b3b3b3;
  opacity: 0.1;
}

::placeholder {
  color: #b3b3b3;
  opacity: 0.1;
}

body {
  overflow-x: hidden !important;
}

a {
  color: #6EBB13;
}

a:hover {
  color: #89e819;
}

h1, h2, h3, h4, h5, h6 {
  color: #6EBB13;
  font-weight: bold !important;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #256453 !important;
  font-weight: 700 !important;
}

.wrapper {
  padding-top: 0px;
}

.linking {
  offset-position: 1000px;
  margin-top: 20px;
  padding-top: 20px;
}

.card {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border: 0;
  border-radius: 10px;
}

.btn-mob-register {
  position: fixed;
  bottom: 0em;
  left: 0;
  width: 100%;
  background-color: #6EBB13;
  color: #fff;
  font-weight: 700;
  padding: 20px 10px;
  text-align: center;
  border: 0em;
  z-index: 1080;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.navbar {
  padding: .5rem 5rem;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.navbar .navbar-width {
  width: 100%;
}

.navbar .navbar-collapse ul {
  text-align: center;
}

.navbar .navbar-collapse ul .nav-item {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar .navbar-collapse ul .nav-item .nav-link {
  color: #4d4d4d;
}

.navbar .navbar-collapse ul .nav-item .fa-home {
  font-size: 12px;
}

.navbar .navbar-collapse ul .nav-item .nav-link {
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.navbar .navbar-collapse form .btn-reg {
  margin-left: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  background-color: #6EBB13;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  border: none;
  padding: 15px 35px;
  outline: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.navbar .navbar-toggler {
  color: rgba(255, 255, 255, 0.5) !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 18px !important;
  margin-left: auto;
  outline: none;
}

.btn-reg {
  margin-left: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  background-color: #6EBB13;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  border: none;
  padding: 15px 35px;
  outline: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

@media (max-width: 992px) {
  .navbar {
    -webkit-box-pack: normal !important;
        -ms-flex-pack: normal !important;
            justify-content: normal !important;
    padding: 0px !important;
  }
  .navbar.bg-transparent {
    background-color: #F3F8FE !important;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
  }
  .navbar .navbar-brand {
    padding-left: 10px;
  }
}

.navbar-animate {
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  padding: 0rem 0rem !important;
}

.navbar-animate.bg-transparent {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 40px rgba(100, 100, 100, 0.1);
          box-shadow: 0 0 40px rgba(100, 100, 100, 0.1);
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.navbar-animate .navbar-brand {
  padding-top: 0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  padding-bottom: 0;
  padding-left: 30px;
}

.navbar-animate .navbar-collapse ul .nav-link {
  color: #7B828A !important;
}

.navbar-animate .navbar-collapse .nav-item {
  padding: 0;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.navbar-animate .navbar-collapse .nav-item .nav-link {
  padding: 20px 1rem;
  -webkit-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.navbar-animate .navbar-collapse form .btn-reg {
  padding: 26px 35px;
  -webkit-transition: all ease-in-out 600ms;
  transition: all ease-in-out 600ms;
  border-radius: 0;
  outline: none;
}

@media (max-width: 992px) {
  .navbar-animate {
    padding: 0px !important;
  }
  .navbar-animate .navbar-brand {
    padding-left: 10px;
  }
  .navbar-animate .navbar-collapse .nav-item {
    padding: 0;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
  }
  .navbar-animate .navbar-collapse .nav-item .nav-link {
    padding: .5rem 1rem !important;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
  }
  .navbar-animate .navbar-collapse form .btn-reg {
    padding: 15px 35px;
    -webkit-transition: all ease-in-out 600ms;
    transition: all ease-in-out 600ms;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: inherit !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.swiper-slide .outline {
  margin: 1.5rem;
  border: 1px solid #000;
  padding-bottom: 1rem;
}

.swiper-slide .outline .card-body {
  text-align: left;
  background-color: #fff;
  margin-left: -10px;
  padding: 1rem 0 0.5rem;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0px !important;
  left: auto;
  font-size: 40px;
  color: #6EBB13 !important;
  outline: none;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: '' !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  display: none;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0px !important;
  right: auto;
  font-size: 40px;
  color: #6EBB13 !important;
  outline: none;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: '' !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  display: inline-block;
  border-radius: 100%;
  color: #6EBB13;
  background: #000;
  opacity: .2;
  margin: 4px;
}

.swiper-pagination {
  width: 100%;
  margin-top: 20px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  outline: none;
  margin: 4px;
}

.swiper-pagination-bullet-active {
  background-color: #6EBB13 !important;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #6EBB13;
  color: white;
  border: 1px solid #6EBB13;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

#landing {
  color: #fff;
  background-image: url("/incubatex/agrowth/img/1.jpg");
  height: 100vh;
  background-position: unset;
  background-size: cover;
  background-blend-mode: overlay;
  z-index: 2;
  margin-top: 135px;
}

#landing .phase-text {
  margin-top: 18vh;
}

.m-t-variable {
  margin-top: 135px;
}

.inc-logo {
  padding: 1rem 0;
  width: 130px;
}

.title-img {
  width: 550px;
}

.giz-logo {
  padding: 1rem 0;
  width: 230px;
}

.norm-inc {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0 !important;
  width: 113px;
}

.norm-giz {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0 !important;
  width: 200px;
}

.norm-title {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0 !important;
  margin-top: .5rem !important;
  width: 500px;
}

@media (max-width: 768px) {
  .inc-logo {
    width: 100px;
  }
  .norm-title {
    margin-left: 0;
    width: 200px;
  }
  .title-img {
    width: 400px;
    margin-left: 0;
  }
  .giz-logo {
    margin-left: 0;
    width: 170px;
  }
}

@media (max-width: 575px) {
  .inc-logo {
    width: 100px;
  }
  .norm-title {
    width: 200px;
  }
  .giz-logo {
    width: 130px;
  }
}

@media (max-width: 425px) {
  .inc-logo {
    width: 50px;
  }
  .title-img {
    width: 180px;
  }
  .giz-logo {
    width: 90px;
  }
}

@media (max-width: 375px) {
  .inc-logo {
    width: 50px;
  }
  .title-img {
    width: 110px;
  }
  .giz-logo {
    width: 80px;
  }
}

#landing .overlay {
  position: absolute;
  width: 300px;
  top: 34rem;
  left: 4%;
}

.attend-agri {
  background-color: #E9F8E5;
}

@media (min-width: 767px) {
  .attend-agri img {
    height: 100%;
  }
  .copy-right {
    text-align: right;
  }
}

.btn-success {
  background-color: #6EBB13;
  border: #6EBB13;
}

.benefits .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 20%;
}

.benefits .card:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #E9F8E5;
}

@media (max-width: 767px) {
  .benefits .card {
    width: 50%;
  }
  .negative-top {
    margin-top: -50px;
  }
}

@media (max-width: 500px) {
  .overlay {
    position: absolute;
    width: 300px;
    top: 32rem !important;
    left: 4%;
  }
  .benefits .card {
    width: 100%;
  }
  .benefits .card img {
    width: 100px !important;
  }
}

.mentor-card .mentor-pic {
  position: absolute;
  width: 60% !important;
  top: 14%;
  left: 20%;
}

.theme-dark-green {
  color: #256453;
}

.table {
  border: 1px solid #dee2e6;
}

.green-shade {
  position: absolute;
  margin-top: 16vw;
  padding: 12rem;
  background-color: #E9F8E5;
}

@media (max-width: 767px) {
  .green-shade {
    display: none;
  }
}

@media (max-width: 991px) {
  #landing .phase-text {
    margin-top: 16vh;
  }
}

@media (max-width: 575px) {
  #landing {
    background-position: left;
    height: 100vh;
  }
  #landing .phase-text {
    margin-top: 20vh;
  }
}

.phase-text .first-line {
  font-size: 2rem;
}

.phase-text .second-line {
  font-size: 3rem;
}

#learning,
#keynote,
#experts,
#about,
#attend,
#video,
#agenda,
#contact-us {
  padding-top: 20px;
  padding-bottom: 20px;
}

#learning h2,
#keynote h2,
#experts h2,
#about h2,
#attend h2,
#video h2,
#agenda h2,
#contact-us h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 15px;
}

#learning h2 span,
#keynote h2 span,
#experts h2 span,
#about h2 span,
#attend h2 span,
#video h2 span,
#agenda h2 span,
#contact-us h2 span {
  color: #6EBB13;
  font-weight: 600;
}

#learning p,
#keynote p,
#experts p,
#about p,
#attend p,
#video p,
#agenda p,
#contact-us p {
  letter-spacing: 0.4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 40px;
}

.theme-color {
  color: #6EBB13;
}

.theme-second {
  color: #2365A7 !important;
}

.quote-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: -10%;
  font-size: 30px;
  font-family: somlFont;
}

#partner {
  margin-top: -70px;
}

#partner .outside-hanger {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

#partner .outside-hanger span {
  color: #6EBB13;
}

#partner ul {
  padding: 0 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

#partner ul li {
  display: inline;
}

#partner ul li img {
  width: calc(12% - 10px);
  margin-left: 4px;
  margin-right: 5px;
  display: inline-block;
}

@media (max-width: 768px) {
  #partner ul li img {
    width: calc(24% - 10px);
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    margin-bottom: 15px;
  }
}

@media (max-width: 565px) {
  #partner {
    margin-top: -20px;
  }
  #partner ul li img {
    width: calc(33% - 10px);
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    margin-bottom: 15px;
  }
}

#learning .col-md {
  border-right: 1px solid #8b8b8b !important;
}

#learning .col-md:last-child {
  border-right: none !important;
}

#learning .col-6 {
  border: 0;
}

.shell-1 {
  margin-top: 20px;
}

.shell-1 img {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.shell-1 h3 {
  margin-top: 40px;
  font-size: 18px;
  text-align: center;
}

#experts .card,
#keynote .card {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

#experts .card .card-img-top,
#keynote .card .card-img-top {
  width: 60%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#experts .card .card-body .card-title,
#keynote .card .card-body .card-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 10px;
}

#experts .card .card-body .card-text,
#keynote .card .card-body .card-text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

#experts .card .card-body .fa-linkedin,
#keynote .card .card-body .fa-linkedin {
  font-size: 32px;
  color: #000;
}

#about .card {
  height: 100%;
}

#about .card .card-body {
  text-align: center;
}

#about .card .card-body h3 {
  color: #6EBB13;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 1rem;
}

#about .card .card-body img {
  width: 50%;
  margin: auto;
}

#about .card .card-body p {
  margin-bottom: 1rem;
}

#about p {
  font-size: 18px;
}

#agenda .list-group {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

#agenda .list-group .list-group-item {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0;
  padding-bottom: 1.25rem;
  border: 0;
}

#agenda .list-group .list-group-item h4 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 15px;
}

#agenda .list-group .list-group-item h4 .fa-clock {
  color: #6EBB13;
  padding-right: 15px;
  font-size: 26px;
  vertical-align: middle;
}

#agenda .list-group .list-group-item .divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4) !important;
  height: 1px;
  margin-top: 30px;
}

#agenda .list-group .list-group-item.active {
  background-color: #6EBB13;
  border-color: #6EBB13;
  padding: 1.25rem 2rem;
}

#agenda .list-group .list-group-item.active h4 {
  font-size: 18px;
  font-weight: 300;
}

#agenda .list-group .list-group-item.active h5 {
  font-size: 18px;
  font-weight: 500;
}

.calender {
  color: #6EBB13;
  text-align: center;
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  font-weight: 600;
}

.divider-blue {
  border-bottom: 6px solid #2365A7 !important;
  border-radius: 20px;
  height: 1px;
  margin-bottom: 2rem;
}

footer {
  background: #256453;
  color: #fff;
  padding: 80px 0 60px 0;
  text-align: center;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #6EBB13;
}

footer ul {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

footer ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 24px;
}

footer hr {
  border-color: #fff;
}

.past-card {
  border-radius: 0;
  padding: 1.5rem;
  border-bottom: 6px solid #EBA323;
}

.past-card .card-body h3 {
  color: #05377C;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.past-card .card-body .btn {
  color: #05377C;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.past-card .card-body .btn::before {
  content: "";
  position: absolute;
  width: 10%;
  border-bottom: 3px solid #2365A7 !important;
  margin-bottom: 2rem;
  bottom: 5%;
  border-radius: 50px;
}

.past-card .card-body .btn:hover {
  text-decoration: none;
}

.modal .modal-dialog .modal-content {
  border-radius: 0;
}

.modal .modal-dialog .modal-content .modal-header {
  border: 0 !important;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.modal .modal-dialog .modal-content .modal-header h5 {
  font-size: 18px;
  text-transform: uppercase;
}

.modal .modal-dialog .modal-content .modal-header button.close {
  padding: 1.2rem 1.5rem;
  text-shadow: none;
  color: #fff;
  opacity: 1 !important;
  background-color: #6EBB13 !important;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 2rem;
}

.modal .modal-dialog .modal-content .modal-body .nav .nav-item {
  border-radius: 0;
}

.modal .modal-dialog .modal-content .modal-body .nav .nav-item #forStudent {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.modal .modal-dialog .modal-content .modal-body .nav .nav-item #forTeacher {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.modal .modal-dialog .modal-content .modal-body .nav .nav-item .nav-link.active,
.modal .modal-dialog .modal-content .modal-body .nav .nav-item .nav-pills .show > .nav-link {
  padding: 20px;
  border: 1px solid #6EBB13;
  background-color: #6EBB13;
}

.modal .modal-dialog .modal-content .modal-body .nav .nav-item .nav-link {
  padding: 20px;
  border-radius: 0;
  border: 1px solid #6EBB13;
}

.modal .modal-dialog .modal-content .modal-body form .form-row {
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal .modal-dialog .modal-content .modal-body form label {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0px;
}

.modal .modal-dialog .modal-content .modal-body form label .required-alert {
  font-size: 14px;
  color: red;
}

.modal .modal-dialog .modal-content .modal-body form .form-control {
  margin-top: -8px;
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-bottom: 1px solid #b1b1b1;
  border-radius: 0;
  -webkit-transition: border-color .15s ease-in-out;
  transition: border-color .15s ease-in-out;
}

.modal .modal-dialog .modal-content .modal-body form .form-control:focus {
  outline: none;
  border-bottom: 1px solid black;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal .modal-dialog .modal-content .modal-body form .form-control.is-valid,
.was-validated .modal .modal-dialog .modal-content .modal-body form .form-control:valid {
  border-bottom: 1px solid #00d11e;
  background-image: none;
}

.modal .modal-dialog .modal-content .modal-body form .form-control.is-invalid,
.was-validated .modal .modal-dialog .modal-content .modal-body form .form-control:invalid {
  border-bottom: 1px solid red;
  background-image: none;
}

.modal .modal-dialog .modal-content .modal-body form .custom-select {
  margin-top: -8px;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  vertical-align: middle;
  background: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #b1b1b1;
  border-radius: 0;
  -webkit-transition: border-color .15s ease-in-out;
  transition: border-color .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal .modal-dialog .modal-content .modal-body form .custom-select.custom-select:focus {
  outline: none;
  border-bottom: 1px solid black;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal .modal-dialog .modal-content .modal-body form .custom-agreement label {
  font-size: 12px;
}

.modal .modal-dialog .modal-content .modal-body form .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #6EBB13;
  background-color: #6EBB13;
}

.modal .modal-dialog .modal-content .modal-body form .custom-control-label {
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
}

.modal .modal-dialog .modal-content .modal-body form .custom-control-label::before {
  border: 2px solid #6EBB13;
  top: 2px;
  width: 1.5rem;
  height: 1.5rem;
  left: -34px;
}

.modal .modal-dialog .modal-content .modal-body form .custom-control-label::after {
  top: 2px;
  width: 1.5rem;
  height: 1.5rem;
  left: -34px;
}

.modal .modal-dialog .modal-content .modal-body form .last-submit {
  margin: 20px 0;
  padding: 15px 35px;
  border-radius: 5px;
  background-color: #6EBB13;
  border: 0;
  color: #fff;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal .modal-dialog .modal-content .modal-body form .btn-cncl {
  margin: 20px 0;
  padding: 15px 35px;
  border-radius: 5px;
  background-color: #e0e0e0;
  border: 0;
  color: #b9b9b9;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.disable {
  background-color: #e7745d !important;
  cursor: not-allowed !important;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.benefits li {
  margin-bottom: 6px;
}

.swiper-slide .card-body img {
  width: 60%;
  margin: auto;
  display: block;
  margin-bottom: 10%;
}

@media (min-width: 768px) {
  .centered-desktop {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .anamika {
    margin-left: -6rem;
  }
  .sponsor {
    margin-left: 12rem;
  }
}

@media (max-width: 575px) {
  .anamika,
  .sponsor {
    margin-left: 7rem;
  }
}

@media (max-width: 425px) {
  .anamika,
  .sponsor {
    margin-left: 3rem;
  }
}

@media (max-width: 375px) {
  .anamika,
  .sponsor {
    margin-left: 1rem;
  }
}

@media (max-width: 320px) {
  .anamika,
  .sponsor {
    margin-left: 0rem;
  }
  .anamika a,
  .sponsor a {
    font-size: 0.8rem;
  }
}

.list-content .content {
  padding: 10px;
  margin: 10px auto;
  width: 100%;
}

.list-content .content .alert {
  background-color: transparent;
  padding: 20px;
  margin: 0 auto 25px;
  width: 80%;
  position: relative;
  margin-top: 25px;
  border-left: 2px solid #2365A7;
  border-radius: 0;
}

.list-content .alert span:first-of-type {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  left: -12.7px;
  top: 30%;
  background-color: #6EBB13;
}

.list-content .alert_two {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  border: none;
}

.list-content .alert_two .col-sm-2 {
  text-align: center !important;
}

.list-content .alert_two img {
  width: 50px;
}

.list-content .alert_two span:first-of-type {
  margin-top: 0%;
}

.requisites img {
  width: 130px;
  background-color: #6EBB13;
  padding: 1.5rem 2rem;
  border-radius: 10px;
}

.login-card {
  margin-top: 22vh;
}

@media (max-width: 540px) {
  .login-card {
    margin-top: 16vh;
  }
}

.panel-group {
  background: transparent none repeat scroll 0 0;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 30px;
}

#accordion .panel {
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 0 15px 10px;
}

#accordion .panel-heading {
  border-radius: 30px;
  padding: 0;
}

#accordion .panel-title a {
  background: #ffb900 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px 12px 50px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #333;
}

#accordion .panel-title a::after,
#accordion .panel-title a.collapsed::after {
  background: #ffb900 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
  color: #fff;
  content: "";
  font-family: fontawesome;
  font-size: 25px;
  height: 55px;
  left: -20px;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: -5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 55px;
}

#accordion .panel-title a.collapsed::after {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333;
  content: "";
}

#accordion .panel-body {
  background: transparent none repeat scroll 0 0;
  border-top: medium none;
  padding: 20px 25px 10px 9px;
  position: relative;
}

#accordion .panel-body p {
  border-left: 1px dashed #8c8c8c;
  padding-left: 25px;
}
/*# sourceMappingURL=style.css.map */