@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
body {
  display: block;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  background-color: var(--white);
}
body a {
  text-decoration: none !important;
}

:root {
    --primary: #000;
    --secondary: #6f6f6f;
    --bg-color: #F6F6F6;
    --txt-color: #363636;
    --place-below: 4rem;
    --inner-spacer: 2rem;
    --text-font: 'Poppins', sans-serif;
  }

  body {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "Poppins", sans-serif !important;
  }

  .container-fluid {
    overflow: hidden;
  }

  /*----home---*/



  span,
  p,
  a {
    font-family: var(--text-font);
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--text-font);
  }

  .primary-title {
    font-weight: 800;
    margin-bottom: 20px;
  }

  a.cta-primary,
  button.cta-primary {
    min-width: 121.28px;
    height: 44px;
    padding: 10px 30px;
    color: #424242;
    background: #fff;
    border: none;
    text-decoration: none;
  }

  a.cta-primary:hover,
  button.cta-primary:hover {
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
    color: #fff;
    background: #000;
  }

  .navbar {
    background: #000;
  }

  .banner .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .banner .carousel {
    height: 86vh;
  }

  .banner .carousel .carousel-item,
  .banner .carousel .carousel-inner {
    height: 100%;
  }

  .banner .carousel .carousel-caption {
    right: 8%;
    left: 8%;
    z-index: 2;
  }

  .banner .carousel .carousel-caption .row img {
    max-width: 100%;
  }

  .banner .carousel img {
    width: 100% !important;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .banner .carousel .carousel-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.267);
    z-index: 1;
  }

  .banner .carousel .carousel-control-next, .banner .carousel .carousel-control-prev {
    right: 0;
    height: 64%;
    top: 15%;
  }

  .banner .date-tag {
    background: #C8A2C8;
    max-width: 149.28px;
    margin: 10px auto;
    padding: 11px;
    color: #000;
  }

  .banner .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .about-section {
    background: var(--bg-color);
    position: relative;
  }

  .about-section::after {
    content: "";
    position: absolute;
    right: 5%;
    bottom: 0;
    height: 100px;
    width: 50%;
    background: url(./assets/HUMANITYMUStUNITE.png) no-repeat;
    background-size: contain;
    z-index: -1;
  }

  .about-section .container {
    padding-top: var(--place-below);
    padding-bottom: var(--place-below);
  }

  .about-section p {
    font-size: 20px;
  }

  .content-section {
    background: var(--bg-color);
  }

  .content-section .container {
    padding-top: var(--place-below);
    padding-bottom: var(--place-below);
  }

  .content-section img {
    mix-blend-mode: multiply;
    max-width: 100%;
  }

  .curator-section {
    padding-top: var(--place-below);
  }

  .curator-section .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .curator-section .nav-pills {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 22px;
  }

  .curator-section .nav-pills .nav-link {
    padding: 0 0 0 0;
    border-radius: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .curator-section .nav-pills .nav-link .info {
    -webkit-transition: 0.3s cubic-bezier(0.75, 0.01, 0.58, 1) all;
    transition: 0.3s cubic-bezier(0.75, 0.01, 0.58, 1) all;
  }

  .curator-section .nav-pills .nav-link.active {
    background: none;
  }

  .curator-section .nav-pills .nav-link.active .info {
    opacity: 0;
    top: -20px;
  }

  .curator-section .nav-pills .nav-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }

  .curator-section .nav-pills .nav-link .info {
    position: absolute;
    top: 20px;
    left: 10px;
    text-align: left;
    color: #000;
  }

  .curator-section .nav-pills .nav-link .info h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
  }

  .curator-section .nav-pills .nav-link .info span {
    font-size: 13px;
    color: #363636;
  }

  .curator-section .nav-pills .nav-item {
    height: 400px;
    width: 35%;
    background: #EDE5ED;
  }

  .curator-section .nav-pills .nav-item:nth-child(2) {
    background: #E0DEDA;
  }

  .curator-section .nav-pills .nav-item:nth-child(3) {
    background: #FCEEE5;
  }

  .curator-section .selector-row {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33.31%, #FFFFFF), color-stop(33.32%, #C8A2C8));
    background: linear-gradient(180deg, #FFFFFF 33.31%, #C8A2C8 33.32%);
    padding-bottom: var(--place-below);
  }

  .curator-section .selector-row .tab-content h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
  }

  .curator-section .selector-row .tab-content span {
    font-size: 13px;
    color: #363636;
    display: block;
    margin-bottom: 20px;
  }

  ul.social {
    padding-bottom: 20px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  ul.social li:not(:last-child) {
    margin-right: 10px;
  }

  ul.social a {
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    display: -ms-grid;
    display: grid;
    place-items: center;
  }

  ul.social a:hover {
    color: #b9b9b9;
  }

  .map-section {
    padding-top: var(--place-below);
    padding-bottom: var(--place-below);
  }

  .map-section .container {
    background: #000;
    padding: 30px;
    color: #fff;
  }

  .map-section .container h3 {
    max-width: 400px;
    margin: auto;
  }

  .map-section .container .map-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .map-section .container .mail-list {
    padding: 40px 0;
  }

  .map-section .container .mail-list li {
    margin-bottom: 20px;
  }

  .map-section .container .mail-list a {
    color: #7C8487;
    font-size: 16px;
    padding: 5px 15px;
  }

  .map-section .container .mail-list a:hover {
    color: #fff;
    background: #363636;
  }

  .map-section .container ul {
    text-align: center;
  }

  ul {
    list-style: none;
  }

  ul a {
    text-decoration: none;
  }

  footer {
    background: #E5E9EA;
    padding-top: var(--place-below);
    color: #000;
  }

  footer ul.social {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  footer ul.social li:not(:last-child) {
    margin-right: 10px;
  }

  footer ul.social a {
    color: #000;
    text-transform: uppercase;
    padding: 5px;
    display: -ms-grid;
    display: grid;
    place-items: center;
  }

  footer ul.social a:hover {
    color: #000;
  }

  footer h3 {
    font-weight: 300;
    margin-bottom: 1.5rem;
  }

  footer .form-control {
    min-width: 111.28px;
    height: 40px;
    padding: 8px 30px;
    font-size: 15px;
    background: none;
    color: #fff !important;
    border-radius: 0;
    border: 1px solid #fff;
  }

  footer .form-control:focus {
    background: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  footer .form-control::-webkit-input-placeholder {
    color: #b9b9b9;
  }

  footer .form-control:-ms-input-placeholder {
    color: #b9b9b9;
  }

  footer .form-control::-ms-input-placeholder {
    color: #b9b9b9;
  }

  footer .form-control::placeholder {
    color: #b9b9b9;
  }

  footer .form-control #datalistOptions option,
  footer .form-control #datalistOptions {
    color: #fff;
  }

  footer .cta-primary {
    display: block;
    border: 1px solid #fff;
    height: 40px;
    width: 100%;
    padding: 8px 30px;
    font-size: 15px;
    background: #fff;
    color: #000;
    border-radius: 0;
    font-family: var(--head-font);
    text-transform: uppercase;
  }

  footer .credit-row {
    margin-top: var(--inner-spacer);
    padding-top: 20px;
    border-top: 1px solid #b5b5b5;
  }

  footer .credit-row p {
    font-size: 13px;
  }

  footer .credit-row .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  footer .credit-row a {
    color: #000;
    font-size: 15px;
  }

  footer .credit-row a:hover {
    color: #363636;
  }

  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  footer ul li:not(:last-child) {
    margin-right: 10px;
  }

  footer ul a {
    color: #000;
    text-decoration: none;
  }

  .subscribe .form-control {
    padding: 5px;
    border-radius: 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #000 !important;
    border: none;
    border-bottom: 1px solid #363636;
    font-size: 16px;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .subscribe .form-control::-webkit-input-placeholder {
    font-size: 13px;
    color: #616161;
  }

  .subscribe .form-control:-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
  }

  .subscribe .form-control::-ms-input-placeholder {
    font-size: 13px;
    color: #616161;
  }

  .subscribe .form-control::placeholder {
    font-size: 13px;
    color: #616161;
  }

  .subscribe .btn {
    padding: 5px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #363636;
  }

  .subscribe .btn img {
    width: 27px;
  }

  @media screen and (max-width: 600px) {
    .banner-wrapper {
      height: 50vh;
    }
    .content .text-wrap {
      -webkit-transform: none;
              transform: none;
      padding: 30px 15px;
    }
    .nav-wrapper .navbar .navbar-brand {
      width: 250px;
      padding-left: 15px;
    }
    .nav-wrapper .navbar .container {
      padding-left: 0;
      padding-right: 0;
    }
    .curator-section .nav-pills .nav-item {
      height: 187px;
    }
    .banner .carousel {
      height: unset;
    }
    .banner {
      padding-top: 75px;
    }
    .banner .carousel .carousel-caption .row .col-md-2 img {
      max-width: 90px;
      margin-top: 20px;
    }
    .content-section img {
      margin-bottom: 20px;
    }
    .curator-section .nav-pills .nav-link .info {
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      right: 5px;
      top: 5px;
      left: unset;
    }
    .curator-section .nav-pills .nav-link .info h5 {
      margin: 0;
    }
    .banner .row .col-md-2 {
      text-align: left;
    }
    .banner .row .col-md-2 .date-tag {
      margin: 10px 0;
      text-align: center;
      padding: 5px;
    }
    .banner .carousel-control-next,
    .banner .carousel-control-prev {
      display: none;
    }
  }
  /*# sourceMappingURL=style.css.map */


/*
==========
Form Start
==========
*/
.form-header-bg {
  background-color: #000;
  position: relative;
  height: 400px;
}
.form-header-bg .logo {
  margin-top: 1.55rem;
}
.form-header-bg .form-header {
  padding: 0 12.3rem;
}
.form-header-bg .form-header .breadcrumb {
  margin-bottom: 2rem;
}
.form-header-bg .form-header .breadcrumb .breadcrumb-item,
.form-header-bg .form-header .breadcrumb .breadcrumb-item.active {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.form-header-bg .form-header .breadcrumb .breadcrumb-item a,
.form-header-bg .form-header .breadcrumb .breadcrumb-item.active a {
  color: #fff;
}
.form-header-bg .form-header .breadcrumb .breadcrumb-item::before,
.form-header-bg .form-header .breadcrumb .breadcrumb-item.active::before {
  color: #fff;
}
.form-header-bg .form-header__img {
  width: 100%;
  height: 100%;
}
.form-header-bg .form-header__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* application form */
.application-form {
  margin-top: 8rem;
  padding: 0 8.3rem;
}
.application-form h3 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.4rem;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 1.15rem;
}
.application-form__para {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 3.25rem;
}
.application-form__grp-info p, .application-form__shows-info p {
  font-weight: 800;
  font-size: 25px;
  line-height: 188.1%;
  color: #5c5c5c;
  margin-bottom: 1.3rem;
  margin-top: 1.7rem;
}
.application-form__grp-info .form-group label, .application-form__shows-info .form-group label {
  font-size: 1rem;
  line-height: 188.1%;
  color: #000000;
}
.application-form__grp-info .form-group .form-control,
.application-form__grp-info .form-group .toggle-btn, .application-form__shows-info .form-group .form-control,
.application-form__shows-info .form-group .toggle-btn {
  margin-bottom: 1rem;
  border-radius: 0;
}
.application-form__grp-info .form-group .form-control:focus,
.application-form__grp-info .form-group .toggle-btn:focus, .application-form__shows-info .form-group .form-control:focus,
.application-form__shows-info .form-group .toggle-btn:focus {
  border-color: #5c5c5c;
  box-shadow: none;
}
.application-form__grp-info .form-group__radio-btn, .application-form__shows-info .form-group__radio-btn {
  text-align: end;
}
.application-form__grp-info .form-group__radio-btn .btn, .application-form__shows-info .form-group__radio-btn .btn {
  border-radius: 0;
  padding: 0.2rem 1rem;
}
.application-form button.btn {
  border-radius: 0;
  padding: 0.8rem 2.7rem;
  font-size: 1rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  color: #ffffff;
}

/* guidelines */
.form-guidelines {
  background-color: #f4f4f4;
  margin: 8.3rem;
  padding: 0.95rem 1.15rem;
}
.form-guidelines h6 {
  font-size: 1rem;
  line-height: 189.1%;
  text-transform: capitalize;
  color: #000000;
}
.form-guidelines p {
  font-size: 0.75rem;
  line-height: 188.1%;
  color: #000000;
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .form-header-bg {
    height: 300px;
  }
  .form-header-bg .form-header {
    padding: 0 8rem;
  }
  /* application form */
  .application-form {
    margin-top: 8rem;
    padding: 0 5rem;
  }
  .application-form h3 {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 1rem;
  }
  .application-form__para {
    font-size: 0.95rem;
    line-height: 1.4rem;
    margin-bottom: 3.15rem;
  }
  .application-form__grp-info p, .application-form__shows-info p {
    font-size: 0.95rem;
    line-height: 177%;
    color: #5c5c5c;
    margin-bottom: 1.2rem;
    margin-top: 1.6rem;
  }
  .application-form__grp-info .form-group label, .application-form__shows-info .form-group label {
    font-size: 0.95rem;
    line-height: 177%;
  }
  .application-form__grp-info .form-group .form-control,
.application-form__grp-info .form-group .toggle-btn, .application-form__shows-info .form-group .form-control,
.application-form__shows-info .form-group .toggle-btn {
    margin-bottom: 1rem;
  }
  .application-form__grp-info .form-group__radio-btn, .application-form__shows-info .form-group__radio-btn {
    text-align: end;
  }
  .application-form__grp-info .form-group__radio-btn .btn, .application-form__shows-info .form-group__radio-btn .btn {
    padding: 0.2rem 1rem;
  }
  .application-form button.btn {
    padding: 0.6rem 2.6rem;
    font-size: 0.95rem;
    line-height: 1.1rem;
  }
  /* guidelines */
  .form-guidelines {
    margin: 5rem;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .form-header-bg {
    height: 275px;
  }
  .form-header-bg .form-header {
    padding: 0 5rem;
  }
  /* application form */
  .application-form {
    margin-top: 5rem;
    padding: 0 3rem;
  }
  .application-form h3 {
    font-size: 1.9rem;
    line-height: 3.1rem;
    margin-bottom: 1rem;
  }
  .application-form__para {
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin-bottom: 3.1rem;
  }
  .application-form__grp-info p, .application-form__shows-info p {
    font-size: 0.9rem;
    line-height: 166%;
    margin-bottom: 1.2rem;
    margin-top: 1.5rem;
  }
  .application-form__grp-info .form-group label, .application-form__shows-info .form-group label {
    font-size: 0.9rem;
    line-height: 166%;
  }
  .application-form__grp-info .form-group .form-control,
.application-form__grp-info .form-group .toggle-btn, .application-form__shows-info .form-group .form-control,
.application-form__shows-info .form-group .toggle-btn {
    margin-bottom: 1rem;
  }
  .application-form__grp-info .form-group__radio-btn, .application-form__shows-info .form-group__radio-btn {
    text-align: end;
  }
  .application-form__grp-info .form-group__radio-btn .btn, .application-form__shows-info .form-group__radio-btn .btn {
    padding: 0.2rem 1rem;
  }
  .application-form button.btn {
    padding: 0.5rem 2.4rem;
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
  /* guidelines */
  .form-guidelines {
    margin: 3rem;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .form-header-bg {
    height: 275px;
  }
  .form-header-bg .form-header {
    padding: 0 3rem;
  }
  /* application form */
  .application-form {
    margin-top: 5rem;
    padding: 0;
  }
  .application-form h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 0.8rem;
  }
  .application-form__para {
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin-bottom: 2.25rem;
  }
  .application-form__grp-info p, .application-form__shows-info p {
    font-size: 0.8rem;
    line-height: 150%;
    margin-bottom: 1rem;
    margin-top: 1.2rem;
  }
  .application-form__grp-info .form-group label, .application-form__shows-info .form-group label {
    font-size: 0.8rem;
    line-height: 150%;
  }
  .application-form__grp-info .form-group .form-control,
.application-form__grp-info .form-group .toggle-btn, .application-form__shows-info .form-group .form-control,
.application-form__shows-info .form-group .toggle-btn {
    font-size: 0.8rem;
    line-height: 150%;
    margin-bottom: 1rem;
  }
  .application-form__grp-info .form-group .form-control::-moz-placeholder, .application-form__shows-info .form-group .form-control::-moz-placeholder {
    font-size: 0.8rem;
    line-height: 150%;
  }
  .application-form__grp-info .form-group .form-control:-ms-input-placeholder, .application-form__shows-info .form-group .form-control:-ms-input-placeholder {
    font-size: 0.8rem;
    line-height: 150%;
  }
  .application-form__grp-info .form-group .form-control::placeholder, .application-form__shows-info .form-group .form-control::placeholder {
    font-size: 0.8rem;
    line-height: 150%;
  }
  .application-form__grp-info .form-group__radio-btn, .application-form__shows-info .form-group__radio-btn {
    text-align: end;
  }
  .application-form__grp-info .form-group__radio-btn .btn, .application-form__shows-info .form-group__radio-btn .btn {
    padding: 0.2rem 1rem;
  }
  .application-form button.btn {
    padding: 0.5rem 2.4rem;
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
  /* guidelines */
  .form-guidelines {
    margin: 3rem 0;
    padding: 0.95rem 1.15rem;
  }
  .form-guidelines h6 {
    font-size: 1rem;
    line-height: 189.1%;
  }
  .form-guidelines p {
    font-size: 0.75rem;
    line-height: 188.1%;
  }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
  .form-header-bg {
    height: 225px;
  }
  .form-header-bg .form-header {
    padding: 0 1rem;
  }
  /* application form */
  .application-form {
    margin-top: 4rem;
  }
  .application-form button.btn {
    padding: 0.5rem 2.4rem;
    font-size: 0.8rem;
    line-height: 1.1rem;
    width: 100%;
  }
}
/*
==========
Form End
==========
*/
/*
==========
Login start
==========
*/
/* application form */
.login-form {
  padding: 0 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.login-form h3 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 3.4rem;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 1.15rem;
}
.login-form p {
  margin-bottom: 1.15rem;
}
.login-form button.btn {
  border-radius: 0;
  padding: 0.8rem 2.7rem;
  font-size: 1rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  color: #ffffff;
}

.login-banner-p {
  padding: 0;
}
.login-banner-p .login-banner {
  background-color: #000;
  width: 100%;
  height: 100%;
}
.login-banner-p .login-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  /* application form */
  .login-form {
    padding: 0 5rem;
  }
  .login-form h3 {
    font-size: 2rem;
    line-height: 3.2rem;
    margin-bottom: 1rem;
  }
  .login-form button.btn {
    padding: 0.6rem 2.6rem;
    font-size: 0.95rem;
    line-height: 1.1rem;
  }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  /* application form */
  .login-form {
    padding: 0 3rem;
  }
  .login-form h3 {
    font-size: 1.9rem;
    line-height: 3.1rem;
    margin-bottom: 1rem;
  }
  .login-form button.btn {
    padding: 0.5rem 2.4rem;
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  /* application form */
  .login-form {
    padding: 0;
  }
  .login-form h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 0.8rem;
  }
  .login-form button.btn {
    padding: 0.5rem 2.4rem;
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
}
@media (max-width: 575px) {
  .login-banner-p {
    display: none;
  }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
  /* application form */
  .login-form button.btn {
    padding: 0.5rem 2.4rem;
    font-size: 0.8rem;
    line-height: 1.1rem;
    width: 100%;
  }
}
/*
==========
Login End
==========
*//*# sourceMappingURL=style.css.map */

span.select2-selection.select2-selection--single {
    height: 35px;
}
.error {
    color: red !important;

}

input.error {
    border: 1px solid red;
}

textarea.error {
    border: 1px solid red;
}
button#nav-profile-tab {
    color: black;
}
button#nav-home-tab {
    color: black;
}

a.logout {
    color: #fff;
}

.alert {
    background: #cdaccd;
}
marquee {
    color: #fff;
    font-size: 20px;
}

.school-section {
    position: relative;
  }

  .school-section::after {
    content: "";
    position: absolute;
    right: 5%;
    bottom: 0;
    height: 100px;
    width: 50%;
    background: url(./assets/HUMANITYMUStUNITE.png) no-repeat;
    background-size: contain;
    z-index: -1;
  }

  .school-section .container {
    padding-top: var(--place-below);
    padding-bottom: var(--place-below);
  }

  .school-section p {
    font-size: 20px;
  }
