@media (min-width: 769px) {
  .mt-md-0 {
    margin-top: 0;
  }
}

.mt-4 {
  margin-top: 20px;
}
#partner img,
#partner .partner-slide .swiper-wrapper img {
  max-width: 240px;
}

#partner .partner-slide .swiper-slide {
  /* width: auto;
    margin-right: 0 !important; */
}

.post-content .content-body {
  min-height: 250px;
}

.contactUs .contact-infor p,
.contact-form p {
  color: #808080;
  margin: 20px 0;
  line-height: 24px;
  font-size: 20px;
}
.contact-form li {
  line-height: 28px;
  list-style: square;
  color: #808080;
}
.contact-form ul {
  margin-left: 50px;
}
.logo img {
  max-width: 500px;
}

.aligncenter {
  margin: auto;
  text-align: center;
  display: block;
}
@media (min-width: 769px) {
  .footer-nav.mobile {
    display: none;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  #header .logo img {
    height: 50px;
  }
  .footer-nav .empty-link {
    display: none;
  }
  .footer-nav.desktop {
    display: none;
  }
  .sticky-form .text-note {
    font-size: 16px;
  }
  .subcribe form .sml_submit button[type="submit"],
  .subcribe form .sml_submit input[type="submit"],
  .contactUs form .sml_submit button[type="submit"],
  .contactUs form .sml_submit input[type="submit"] {
    font-weight: 400;
  }
}
.footer .bottom-footer .footer-nav .item a.empty-link {
  display: none !important;
}
#partner .partner-slide .swiper-wrapper img {
  max-width: 100%;
}
.eventCalendar .calendar .item:after {
  content: "";
  height: calc(100% - 35px);
  width: 20px;
  background-color: #ebe9e3;
  position: absolute;
  top: 35px;
  left: -1px;
}
.eventCalendar .calendar .item {
  border: solid 1px #808080;
  position: relative;
  border-bottom: none;
  border-right: none;
}
.subcribe form .field input[type="email"],
.subcribe form .field input[type="text"],
.subcribe form .field .sml_emailinput,
.subcribe form .sml_email input[type="email"],
.subcribe form .sml_email input[type="text"],
.subcribe form .sml_email .sml_emailinput {
  border: none;
  border-radius: 0;
  background: url(../img/lineInput.png) bottom left no-repeat;
}
.sticky-form form .field input[type="email"],
.sticky-form form .field input[type="text"],
.sticky-form form .field .sml_emailinput,
.sticky-form form .sml_email input[type="email"],
.sticky-form form .sml_email input[type="text"],
.sticky-form form .sml_email .sml_emailinput,
.sticky-form form .field textarea,
.sticky-form form .sml_email textarea {
  border: none;
  border-radius: 0;
  background: url(../img/lineInput1.png) bottom left no-repeat;
}

.contactUs form .field input[type="email"],
.contactUs form .field input[type="text"],
.contactUs form .field .sml_emailinput,
.contactUs form .sml_email input[type="email"],
.contactUs form .sml_email input[type="text"],
.contactUs form .sml_email .sml_emailinput,
.contactUs form .field textarea,
.contactUs form .sml_email textarea {
  border: none;
  border-radius: 0;
  background: url(../img/lineInput2.png) bottom left no-repeat;
}

#header .navigation #site-nav .site-nav__wrap {
  min-width: 280px;
}
.contactUs form .sml_submit {
  margin-bottom: 0;
}
.contactUs form .sml_submit .wpcf7-spinner{
  display: none;
}
.contactUs form .sml_submit p {
  margin: 0;
  margin-left: auto;
}
.contactUs form .field,
.contactUs form .sml_email {
  margin-bottom: 0;
  margin-top: 40px;
}

@media (max-width: 992px) {
  .our-pillars .services .item .title h3:not(.line-custom) {
    margin-left: 40px;
  }
  .footer .bottom-footer .footer-nav .item a {
    flex: 0 0 50%;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 992px) {
  .text-lg-center {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .logo img {
    height: auto !important;
    max-height: 1000px;
    max-width: 200px;
  }
}
.sticky-form form .sml_submit button[type="submit"],
.sticky-form form .sml_submit input[type="submit"] {
  font-weight: 400;
}
.our-pillars-cta-title {
  font-size: 30px;
  line-height: 36px;
  color: #042140;
}
.our-pillars-cta-title .association {
  color: #ebe9e3;
  text-transform: lowercase;
}
@media (max-width: 768px) {
  .contact-form p {
    margin: 0;
  }
  .contactUs form .field, .contactUs form .sml_email {
    margin-top: 20px;
  }
  .our-pillars .services .item .title {
    align-items: flex-start;
  }
  .our-pillars .services .item .title img {
    max-width: 45px;
    height: auto !important;
  }
  .our-pillars .services .item .title h3 {
    margin-left: 20px !important;
  }
  .our-pillars-cta-title {
    font-size: 20px;
  }
}
body {
  --space: 30px;
}
.marquee {
  margin: auto;
  --duration: 20s;
  --gap: var(--space);

  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  /*   transform: skewY(-3deg); */
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .marquee__group {
    animation: scroll 20s linear infinite;
  }
}
#homeBanner .swiper .swiper-slide .videoWrapper .mobile {
  display: none;
}
section#partner .mt-4 {
    margin-top: 0;
}

@media (max-width: 768px) {
  section#partner .mt-4 {
          margin-top: 20px;
  }
  #homeBanner .swiper .swiper-slide .videoWrapper .mobile {
    display: block;
  }
  #homeBanner .swiper .swiper-slide .videoWrapper .desktop {
    display: none;
  }
  #partner .partner-slide .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px) !important;
    flex-wrap: wrap;
  }
  #partner .partner-slide .swiper-slide {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin: 0 !important;
  }
  .marquee {
  }
  .marquee__group[aria-hidden="true"] {
    display: none;
  }
  .marquee__group {
    flex-shrink: unset;
    flex-wrap: wrap;
  }
  .marquee__group > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .marquee__group > * img {
    max-width: 100% !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee__group img {
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: calc(var(--duration) / -2);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.contactUs {
  min-height: 850px;
}
.comingUp .section-title {
  color: #fff;
}
.comingUp {
  background-color: #072140;
}

.comingUp .masonry-items .item .item__title a {
  color: rgba(255, 255, 255, 0.7);
}

.align-items-center {
  align-items: center;
}

#partner .text-purple {
  color: #072140 !important;
}
#partner {
  background-color: #e7e5de;
}
.subcribe {
  background-image: url(../img/bg-12.png);
}

.footer a {
  color: #847aed;
}

#header .navigation .site-nav__backdrop,
.sticky-form .sticky-form-backdrop {
  background-color: #fff;
}
#header
  .navigation
  #site-nav
  .site-nav__social
  .site-nav__socialMenu
  .menu-item
  a,
#header .navigation .site-menu-btn .site-label {
  color: #847aed;
}
#header .navigation .site-menu-btn .buger-menu span,
.sticky-form .sticky-form-icon span {
  background-color: #847aed;
}

#header .navigation #site-nav .site-nav__wrap .site-nav__nav .menu-item a {
  color: #072140;
}
#header
  .navigation
  #site-nav
  .site-nav__wrap
  .site-nav__nav
  .menu-item
  svg
  path {
  stroke: #072140 !important;
}

.sticky-form .text-note {
  background-color: #847aed;
  color: #fff;
}
.sticky-form form .sml_submit p:after {
  background-color: #847aed;
}
.sticky-form.active .sticky-form-label svg line {
  stroke: #847aed;
}
.sticky-form form .field input[type="email"],
.sticky-form form .field input[type="text"],
.sticky-form form .field .sml_emailinput,
.sticky-form form .sml_email input[type="email"],
.sticky-form form .sml_email input[type="text"],
.sticky-form form .sml_email .sml_emailinput,
.sticky-form form .field textarea,
.sticky-form form .sml_email textarea {
  background: url(../img/lineInput12.png) bottom left no-repeat;
  color: #847aed;
}
.sticky-form form .wpcf7-response-output,
.sticky-form form .field .wpcf7-not-valid-tip,
.sticky-form form .sml_email .wpcf7-not-valid-tip {
  display: none;
}
.sticky-form form .field input[type="email"].wpcf7-not-valid,
.sticky-form form .field input[type="text"].wpcf7-not-valid,
.sticky-form form .field .sml_emailinput.wpcf7-not-valid,
.sticky-form form .sml_email input[type="email"].wpcf7-not-valid,
.sticky-form form .sml_email input[type="text"].wpcf7-not-valid,
.sticky-form form .sml_email .sml_emailinput.wpcf7-not-valid,
.sticky-form form .field textarea.wpcf7-not-valid,
.sticky-form form .sml_email textarea.wpcf7-not-valid,
.sticky-form form .field input[type="email"].wpcf7-not-valid::placeholder,
.sticky-form form .field input[type="text"].wpcf7-not-valid::placeholder,
.sticky-form form .field .sml_emailinput.wpcf7-not-valid::placeholder,
.sticky-form form .sml_email input[type="email"].wpcf7-not-valid::placeholder,
.sticky-form form .sml_email input[type="text"].wpcf7-not-valid::placeholder,
.sticky-form form .sml_email .sml_emailinput.wpcf7-not-valid::placeholder,
.sticky-form form .field textarea.wpcf7-not-valid::placeholder,
.sticky-form form .sml_email textarea.wpcf7-not-valid::placeholder {
  color: red;
}

.sticky-form form .sml_submit button[type="submit"],
.sticky-form form .sml_submit input[type="submit"],
.sticky-form form .field input[type="email"]::placeholder,
.sticky-form form .field input[type="text"]::placeholder,
.sticky-form form .field .sml_emailinput::placeholder,
.sticky-form form .sml_email input[type="email"]::placeholder,
.sticky-form form .sml_email input[type="text"]::placeholder,
.sticky-form form .sml_email .sml_emailinput::placeholder,
.sticky-form form .field textarea::placeholder,
.sticky-form form .sml_email textarea::placeholder {
  color: #847aed;
}

#partner img,
#partner .partner-slide .swiper-wrapper img {
  max-width: 100%;
}

.footer {
  margin-top: 20px;
}

/* .footer .bottom-footer .footer-nav .item a:not(.empty-link) {
  display: inline-block;
} */

.footer .bottom-footer .footer-nav .item a.text-purple:after,
#header
  .navigation
  #site-nav.active
  .site-nav__social
  .site-nav__socialMenu
  .menu-item
  a
  .site-nav__label
  span:after {
  width: 0px;
  display: block;
  content: "";
  transition: all 0.3s ease;
  background-color: #847aed;
  height: 1px;
}
.footer .bottom-footer .footer-nav .item a.text-purple:hover:after,
#header
  .navigation
  #site-nav.active
  .site-nav__social
  .site-nav__socialMenu
  .menu-item
  a
  .site-nav__label
  span:hover:after {
  width: 100%;
}


.wpcf7-not-valid-tip , .wpcf7-response-output {
    font-size: 13px !important;
    margin-top: 5px;
}

.sml_submit .wpcf7-spinner {
    display: none;
}

.sml_thankyou {
    text-align: left;
    color: yellow;
    font-size: 15px;
    background: yellowgreen;
    padding: 5px;
}
p.warning.sml_thankyou {
    background: orangered;
    font-size: 15px;
    padding: 5px;
}
a.text-purple {
    width: fit-content;
}


.about-association .cta h3 {
    color: #e8e6de;
}

.our-pillars-custom .our-pillars-cta-title h3 {
    color: #e7e5df;
}

.our-pillars .services .item .desc p {
    color: #e7e5df;
}

.benefit .cta-title h3 {
    color: #e8e6de;
}

.our-pillars .cta-title h3 {
    color: #e8e6de;
}
.our-pillars .cta-title h3 .line::after {
    background-color: #e8e6de !important;
}

.our-pillars .services .item .desc p {
    color: #e8e6de;
}

.our-pillars .services .item .text-gray {
    color: #e8e6de;
}

.content .comingUp.js-comingUp {
    background-color: #847aed;
}

.align-items-center {
    align-items: center;
}

#partner .text-purple {
    color: #072140 !important;
}
#partner {
    background-color: #e7e5de;
}
.subcribe {
    background-image: url(../img/bg-12.png);
}

.masonry-items .project-preview__arrow {
    background-color: #042140;
}

.about-association {
    background-color: #897AFF;
}

.about-association .cta h3 .association {
    color: #042140;
}

.about-association .text-purple {
    color: #042140 !important;
}

.benefit {
    background-color: #897AFF;
}
.benefit .text-purple {
    color: #042140 !important;
}

.benefit .cta-title h3 .line:after {
    background-color: #e8e6de;
}

.benefit .accordions .accordion-item .item-body {
    color: #042140;
}

.benefit .cta-text {
    color: #042140;
}

.benefit .accordions .accordion-item .item-body ul li:before {
    background-color: #042140;
}

.our-pillars.bg-purple {
    background-color: #042140 !important
}

.our-pillars.our-pillars-custom {
    background-color: #042140;
    background-image: url(https://snba.org.sg/wp-content/uploads/2024/05/bg-about.png);
}

section.comingUp {
  background-color: #847AED;
}

.comingUp .masonry-items .item p {
  color: #E7E5DF;
}

.project-preview__arrow {
  background-color: #042140;
}

section.subcribe {
  background-color: #042140;
  background-image: url(https://snba.org.sg/wp-content/uploads/2024/05/bg_sub.png);
}

body .page > div.content {
  min-height: 780px;
}


/* About-us-elementor */

.container-list-item .teamList .item_employer>div figure.elementor-image-box-img {
    aspect-ratio: 5 / 6;
    width: 100%;
    max-height: 323.8px;
    overflow: hidden;
}

.container-list-item .teamList .item_employer>div figure.elementor-image-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.teamList > div {
    column-gap: 1.3333%;
}

@media (max-width:1175px) {
    .the-team-content > div {
        font-size: 40px !important;
        line-height: 1.2 !important;
    }
}

@media (max-width:1024px) {
    .the-team-content > div {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }
}
@media (max-width: 993px) {
    .container-list-item .teamList .item_employer>div figure.elementor-image-box-img {
        aspect-ratio: 5 / 6;
        width: 100%;
        max-height: 424.19px;
        overflow: hidden;
    }
    .teamList > div {
        column-gap: 4%;
    }
    .teamList .item_employer {
        width: var(--container-widget-width, 48%) !important;
        max-width: 48% !important;
        --container-widget-width: 48% !important;
        --container-widget-flex-grow: 0 !important;
    }
}
@media (max-width: 767px) {
    .container-list-item .teamList .item_employer>div figure.elementor-image-box-img {
        aspect-ratio: 5 / 6;
        width: 100%;
        max-height: 424.19px;
        overflow: hidden;
    }
    .teamList > div {
        column-gap: 4%;
    }
}
