header#Header .top-header {
  background-color: var(--theme-color-grey);
  padding: 16px 0;
}
header#Header .top-header .inner-custom-top-header {
  display: flex;
  justify-content: space-between;
}
header#Header .top-header .inner-custom-top-header .left-side ul.top-header-left-links {
  list-style: none;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding-left: 0;
  margin-bottom: 0;
}
header#Header .top-header .inner-custom-top-header .left-side ul.top-header-left-links li a {
  font-weight: 400;
  font-size: 15px;
  color: var(--font-color);
}
header#Header .top-header .inner-custom-top-header .right-side .custom-flex {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
header#Header .top-header .inner-custom-top-header .right-side .custom-flex .inner-right select {
  background-color: transparent;
  border: none;
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 15px;
}
header#Header .top-header .inner-custom-top-header .right-side .custom-flex .inner-right select:focus-visible {
  outline: none;
}
header#Header .main-header {
  padding: 0;
}
header#Header .main-header button.nav-trigger {
  display: none;
}
header#Header .main-header button.sub-menu-toggle {
  background: transparent !important;
  border: none !important;
  position: absolute;
  right: 0;
  top: 0;
  color: transparent;
  bottom: 0;
  left: 0;
}
header#Header .main-header .main-header-links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
header#Header .main-header .main-header-links ul.main-header-inner-link {
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
  justify-content: flex-end;
}
header#Header .main-header .main-header-links ul.main-header-inner-link > li {
  position: relative;
}
header#Header .main-header .main-header-links ul.main-header-inner-link > li > a {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--theme-color-dark);
  position: relative;
}
header#Header .main-header .main-header-links ul.main-header-inner-link > li > a:hover {
  color: var(--theme-color);
}
header#Header .main-header .main-header-links ul.main-header-inner-link > li.current-menu-parent > a, header#Header .main-header .main-header-links ul.main-header-inner-link > li.current-menu-item > a {
  color: var(--theme-color) !important;
}
header#Header .main-header .main-header-links ul.main-header-inner-link > li > .sub-menu > li:hover > a {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
header#Header .main-header .main-header-links ul.main-header-inner-link > li > .sub-menu > li a {
  display: inline-flex;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
}
header#Header .main-header .main-header-links ul.main-header-inner-link > li > .sub-menu > li.menu-item-has-children {
  position: relative;
}
header#Header .main-header .main-header-links ul.main-header-inner-link > li > .sub-menu > li.menu-item-has-children > .sub-menu > li a {
  display: inline-flex;
  color: var(--font-color);
  font-size: 16px;
  padding: 5px 10px;
}
header#Header .main-header .main-header-links ul.main-header-inner-link > li > .sub-menu > li.menu-item-has-children > .sub-menu > li a:hover {
  color: var(--font-color) !important;
}
header#Header .main-header .main-header-links ul.main-header-inner-link > li > .sub-menu > li.menu-item-has-children:hover {
  background: transparent !important;
}
header#Header .main-header .main-header-links ul.main-header-inner-link > li > .sub-menu > li.current-menu-parent > a, header#Header .main-header .main-header-links ul.main-header-inner-link > li > .sub-menu > li.current-menu-item > a {
  color: var(--theme-color) !important;
}
header#Header .main-header .main-header-links ul.main-header-inner-link > li:hover {
  background: transparent !important;
}
header#Header .main-header .main-header-links ul.main-header-inner-link > li:hover > .sub-menu > li > a:hover {
  color: var(--theme-color) !important;
}
header#Header .main-header .main-header-links ul.main-header-inner-link > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children {
  position: relative;
}
header#Header .main-header .main-header-links ul.main-header-inner-link > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children button.sub-menu-toggle + ul.sub-menu > li {
  margin-bottom: 10px;
  cursor: pointer;
}
header#Header .main-header .main-header-links ul.main-header-inner-link > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:not(.last-child) span.custom-menu-toggle + ul.sub-menu li:hover {
  background-color: var(--theme-color-info);
}
header#Header .main-header .main-header-links ul.main-header-inner-link a:hover {
  text-decoration: none;
}
header#Header .main-header .main-header-links ul.main-header-inner-link li.current-menu-item {
  background: transparent !important;
}
header#Header .main-header .custom-flex-bottom {
  display: flex;
  align-items: center;
}
header#Header .main-header .custom-flex-bottom .main-header-right-button {
  display: flex;
  justify-content: flex-end;
}
header#Header .main-header .custom-flex-bottom .main-header-right-button a.btn-custom-gradient {
  font-weight: 400;
  font-size: 15px;
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  color: var(--theme-color-light);
  border-radius: 4px;
  padding: 14px 20px;
}
header#Header .main-header .custom-flex-bottom .main-header-right-button a.btn-custom-gradient:hover {
  background: linear-gradient(90deg, #1F3567 0%, #0066CC 100%);
  color: var(--theme-color-light) !important;
}
header#Header form.search-form {
  border: 1px solid var(--theme-color-grey);
}
header#Header form.search-form input.search-field {
  border: none;
  background-color: transparent;
  outline: none;
}
header#Header form.search-form button[type=submit] {
  border: none;
  background-color: transparent;
}

@media only screen and (min-width: 1199.98px) {
  header#Header span.custom-menu-toggle {
    position: relative;
    width: 100%;
    display: block;
  }
  header#Header ul#menu-bottom-header-menu button.sub-menu-toggle[aria-expanded=true] + ul > li > span.custom-menu-toggle::after {
    right: 5px;
    position: absolute;
    top: -25px;
    content: "+";
    font-size: 22px;
    transition: 0.5s;
    border: 1px solid var(--theme-color);
    border-radius: 4px;
    height: 20px;
    width: 20px;
    display: grid;
    place-content: center;
    color: var(--theme-color);
    cursor: pointer;
  }
  header#Header ul#menu-bottom-header-menu button.sub-menu-toggle[aria-expanded=true] + ul > li > span.custom-menu-toggle.active::after {
    content: "-";
    background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
    color: var(--theme-color-light);
  }
  header#Header span.custom-menu-toggle.active + ul.sub-menu {
    display: block;
    height: 100% !important;
  }
  header#Header span.custom-menu-toggle + ul.sub-menu {
    display: none;
    height: 0 !important;
  }
  header#Header button.sub-menu-toggle[aria-expanded=false] + ul.sub-menu {
    display: none !important;
  }
  header#Header button.sub-menu-toggle[aria-expanded=true] + ul.sub-menu {
    display: block !important;
    position: absolute;
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.1490196078);
    background-color: var(--theme-color-light);
    border-radius: 4px;
    min-width: 16rem;
    width: 100%;
    padding: 20px;
    z-index: 2;
    top: 40px;
  }
  header#Header button.sub-menu-toggle[aria-expanded=true] + ul.sub-menu > li:not(:last-child) {
    margin-bottom: 13px;
  }
  header#Header button.sub-menu-toggle[aria-expanded=true] + ul.sub-menu::before {
    content: "";
    background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
    border-radius: 4px 4px 0 0;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
}
section.mainBanner {
  position: relative;
  background-color: var(--theme-color);
  height: 550px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.mainBanner .custom-position h1 {
  text-align: center;
  color: var(--theme-color-light);
  font-size: 60px;
}
section.mainBanner:after {
  content: "";
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-blend-mode: luminosity;
  opacity: 10%;
  background-size: cover;
  z-index: -1;
}

section.about {
  background-color: var(--theme-color-info);
}
section.about .outer-box {
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0588235294);
  padding: 50px;
  background-color: var(--theme-color-light);
  border-radius: 10px;
}
section.about .outer-box h2 {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 20px;
  font-size: 40px;
}
section.about .outer-box .btns-flex {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 34px;
}
section.about .outer-box .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--font-color);
}
section.about .outer-box .custom-inner {
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
section.about .outer-box .custom-inner .inner-box-left {
  flex: 1;
}
section.about .outer-box:not(:last-child) {
  margin-bottom: 30px;
}

footer#Footer {
  padding-top: 100px;
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
}
footer#Footer .outer-footer {
  position: relative;
  padding: 50px;
  z-index: 1;
}
footer#Footer .outer-footer .footer-logo {
  margin-bottom: 40px;
}
footer#Footer .outer-footer::after {
  content: "";
  position: absolute;
  background-color: var(--theme-color-light);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 25px;
  opacity: 5%;
  z-index: -1;
}
footer#Footer .outer-footer ul.first-col-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 80px;
       column-gap: 80px;
}
footer#Footer .outer-footer ul.first-col-links li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: var(--theme-color-light);
}
footer#Footer .outer-footer ul.first-col-links li a:hover {
  color: var(--theme-color-light) !important;
}
footer#Footer .outer-footer .work-box {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  margin-top: 40px;
  color: var(--theme-color-light);
}
footer#Footer .outer-footer .work-box .custom-flex {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-size: 15px;
  line-height: 1.5;
}
footer#Footer .outer-footer .work-box .custom-flex .custom-flex-icon {
  flex: none;
}
footer#Footer .outer-footer .work-box a {
  color: var(--theme-color-light);
}
footer#Footer .outer-footer .work-box a:hover {
  color: var(--theme-color-light) !important;
}
footer#Footer .outer-footer .ps-6 {
  margin-left: 150px;
}
footer#Footer .outer-footer .ps-6 .location-txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
footer#Footer .outer-footer .ps-6 .phone-txt a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
footer#Footer .outer-footer .ps-6 ul.social-icon-link {
  display: flex;
  list-style: none;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-left: 0;
  margin-bottom: 0;
}
footer#Footer .outer-footer .ps-6 ul.social-icon-link li a {
  color: var(--theme-color-light);
}
footer#Footer .outer-footer .ps-6 ul.social-icon-link li a:hover {
  color: var(--theme-color-light) !important;
}
footer#Footer .outer-footer .ps-6 .newsletter_text {
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  color: var(--theme-color-light);
  margin-top: 30px;
  margin-bottom: 10px;
}
footer#Footer .outer-footer input {
  border-radius: 4px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid var(--theme-color-light);
  width: 100%;
  background-color: transparent;
  color: var(--theme-color-light);
  margin-bottom: 20px;
}
footer#Footer .outer-footer input:focus-visible {
  outline: none !important;
}
footer#Footer .outer-footer ::-moz-placeholder {
  color: var(--theme-color-light);
}
footer#Footer .outer-footer ::placeholder {
  color: var(--theme-color-light);
}
footer#Footer .outer-footer ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: var(--theme-color-light);
}
footer#Footer .copyright {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: var(--theme-color-light);
  padding: 30px 0;
}
footer#Footer .copyright .copyright_txt {
  padding-top: 10px;
}

section.needs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.needs::before {
  content: "";
  position: absolute;
  background-image: url(../../../../uploads/2025/03/Vector.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  bottom: 0;
  right: 60px;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
section.needs::after {
  content: "";
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  width: 805px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
section.needs .text-custom {
  width: 420px;
  float: right;
  padding: 166px 0;
}
section.needs .text-custom h2 {
  color: var(--theme-color-light);
  margin-bottom: 15px;
  font-size: 40px;
}
section.needs .text-custom .description {
  color: var(--theme-color-light);
}
section.needs .container-custom {
  position: relative;
}
section.needs .container-custom .video-thumbnail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
section.needs .container-custom iframe {
  aspect-ratio: 16/9;
  height: 376px;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 10px;
}

section.community {
  background-color: var(--theme-color-grey);
}
section.community .custom-btm-btn {
  margin-top: 35px;
}
section.community h3 {
  color: var(--theme-color-dark);
  margin-bottom: 6px;
}
section.community .sub-heading {
  color: var(--theme-color-dark);
  margin-bottom: 25px;
  font-weight: 700;
}
section.community .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
section.community .right-thumbnail {
  display: flex;
  justify-content: flex-end;
}
section.community .right-thumbnail img {
  width: 470px;
  height: 395px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.community h2 {
  margin-bottom: 70px;
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
section.community .slick-initialized .slick-slide {
  display: flex;
}
section.community .custom-position {
  position: relative;
}
section.community .custom-position .customc-prev {
  position: absolute;
  left: -50px;
  top: 50%;
}
section.community .custom-position .customc-next {
  position: absolute;
  right: -50px;
  top: 50%;
}
section.community .custom-position .btnslide {
  border: 1px solid var(--theme-color);
  height: 40px;
  width: 40px;
  display: grid;
  place-items: center;
  cursor: pointer;
  border-radius: 50%;
}

section.innerBanner {
  background-color: var(--theme-color);
  padding: 115px 0;
  color: var(--theme-color-light);
  text-align: center;
}

section.programs-tabs {
  background-color: var(--theme-color-info);
}
section.programs-tabs ul#pills-tab {
  margin-bottom: 50px;
  border: 1px solid var(--theme-color);
  border-radius: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
section.programs-tabs ul#pills-tab li.nav-item button.nav-link {
  font-weight: 400;
  font-size: 18px;
  color: var(--theme-color);
  border-radius: 0;
  padding: 14px 32px;
}
section.programs-tabs ul#pills-tab li.nav-item button.nav-link.active {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  color: var(--theme-color-light);
  font-weight: 700;
}
section.programs-tabs .custom-test-container .custom-card {
  display: flex;
  background-color: var(--theme-color-light);
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 10px;
  align-items: center;
  overflow: hidden;
}
section.programs-tabs .custom-test-container .custom-card:not(:last-child) {
  margin-bottom: 30px;
}
section.programs-tabs .custom-test-container .custom-card h2 {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 10px;
  font-size: 40px;
}
section.programs-tabs .custom-test-container .custom-card .custom-thumbnail {
  flex: none;
}
section.programs-tabs .custom-test-container .custom-card .custom-thumbnail img {
  width: 470px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.programs-tabs .custom-test-container .custom-card .custom-button {
  margin-top: 32px;
}
section.programs-tabs .custom-test-container .custom-card:nth-child(even) {
  flex-direction: row-reverse;
}
section.programs-tabs .custom-test-container .custom-card .content {
  padding: 60px;
}

section.innerPageBanner h1 {
  font-size: 60px;
}
section.innerPageBanner::before {
  content: "";
  background-image: url("../../../../uploads/2025/03/Vector.svg");
  left: 50%;
  top: 0;
  position: absolute;
  height: 482px;
  width: 683px;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  z-index: 1;
}

section.signature-cards h2 {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 50px;
  font-size: 40px;
}
section.signature-cards .card-custom .custom-thumbnail img {
  height: 276px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
section.signature-cards .card-custom .card-content .description {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin: 20px 0 30px;
  color: var(--theme-color-dark);
}

section.testimonials {
  position: relative;
  background-color: var(--theme-color-dark);
  z-index: 1;
}
section.testimonials h2 {
  text-align: center;
  color: var(--theme-color-light);
  margin-bottom: 50px;
}
section.testimonials .testi-card {
  border-radius: 8px;
  background-color: var(--theme-color-grey);
  padding: 45px;
}
section.testimonials .testi-card .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
}
section.testimonials .testi-card .name {
  font-family: var(--theme-heading-font);
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color-dark);
}
section.testimonials .slick-slide {
  margin: 0 15px;
}
section.testimonials .slick-buttons-custom .customt-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
}
section.testimonials .slick-buttons-custom .customt-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
}
section.testimonials .slick-buttons-custom .btnslide {
  color: var(--theme-color-light);
  height: 40px;
  width: 40px;
  border: 1px solid var(--theme-color-light);
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
}
section.testimonials .custom-position {
  position: relative;
}
section.testimonials .quote-icon {
  display: flex;
  justify-content: flex-end;
}

section.testimonials:after {
  content: "";
  background-image: url(../../../../uploads/2025/03/bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 35%;
  mix-blend-mode: luminosity;
  z-index: -1;
  pointer-events: none;
}

section.more-information .information-box {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 10px;
  padding: 85px 70px;
  margin: 0 70px;
  position: relative;
  z-index: 1;
}
section.more-information .information-box::after {
  content: "";
  background-image: url(../../../../uploads/2025/03/Vector-1.svg);
  position: absolute;
  background-position: bottom right;
  width: 682px;
  height: 242px;
  bottom: -75px;
  right: 0;
  background-repeat: no-repeat;
  z-index: -1;
}
section.more-information .information-box .heading {
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  color: var(--theme-color-light);
  margin-bottom: 35px;
}
section.more-information .information-box .btn-custom-outline-light:hover svg path {
  fill: #1F3567;
}

section.seminars {
  background-color: var(--theme-color-info);
  text-align: center;
}
section.seminars h2 {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 50px;
  font-size: 40px;
}
section.seminars .custom-box h4 {
  color: var(--theme-color-dark);
  font-family: var(--theme-font);
}
section.seminars .custom-box .gradient-subheading {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 18px;
  line-height: 40px;
}
section.seminars .custom-box .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
}
section.seminars .custom-box:not(:last-child) {
  margin-bottom: 20px;
}

section#MainFAQ {
  background-color: var(--theme-color-info);
}
section#MainFAQ h2 {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 50px;
  font-size: 40px;
}
section#MainFAQ ul#pills-tab {
  background: transparent;
  border-radius: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--theme-color);
  margin-bottom: 60px;
}
section#MainFAQ ul#pills-tab li.nav-item:nth-child(2) {
  border-left: 1px solid var(--theme-color);
  border-right: 1px solid var(--theme-color);
}
section#MainFAQ ul#pills-tab li.nav-item button.nav-link {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--theme-color);
  background-color: transparent;
  padding: 13px 27px;
  border-radius: 0px;
}
section#MainFAQ ul#pills-tab li.nav-item button.nav-link.active {
  font-weight: 700;
  background-color: var(--theme-color);
  color: var(--theme-color-light);
}
section#MainFAQ .Accordion-content.height-set {
  height: 0 !important;
}
section#MainFAQ .Accordion-content.height-set {
  height: auto !important;
}
section#MainFAQ .Accordion-content:not(.height-set) {
  max-height: 0;
}
section#MainFAQ .faqs_outer .Accordion-title:after {
  content: "+";
  font-size: 1.2rem;
  margin-left: 0.313rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
section#MainFAQ .faqs_outer .Accordion-title.active:after {
  content: "\f068";
  color: var(--theme-color);
}
section#MainFAQ .faqs_outer .Accordion-title {
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  box-sizing: border-box;
  /*text-transform: capitalize;*/
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--font-color);
  position: relative;
}
section#MainFAQ .faqs_outer .Accordion-title.active {
  margin-bottom: 30px;
}
section#MainFAQ .faqs_outer .Accordion-item {
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.0588235294);
  padding: 20px;
  background-color: var(--theme-color-light);
  border-radius: 4px;
}
section#MainFAQ .faqs_outer .Accordion-item:not(:last-child) {
  margin-bottom: 1rem;
}
section#MainFAQ .faqs_outer .Accordion-item.active .Accordion-content {
  background-color: var(--theme-color-light);
}
section#MainFAQ .faqs_outer .Accordion-content {
  padding: 0;
  background-color: transparent;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  box-sizing: border-box;
  letter-spacing: 0em;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--font-color);
  padding-right: 50px;
}
section#MainFAQ .faqs_outer .Accordion-content p {
  margin-bottom: 0;
  font-size: 18px;
}

section.grandFaq {
  background-color: var(--theme-color-grey);
}
section.grandFaq .faqs_outer .Accordion-title:after {
  content: "+";
  font-size: 1.2rem;
  margin-left: 0.313rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--theme-color-light);
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
section.grandFaq .faqs_outer .Accordion-title.active:after {
  content: "\f068";
  color: var(--theme-color-light);
}
section.grandFaq .faqs_outer .Accordion-title {
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  box-sizing: border-box;
  position: relative;
}
section.grandFaq .faqs_outer .Accordion-title span.gradient-title {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  /*text-transform: capitalize;*/
  font-size: 25px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  font-family: var(--theme-heading-font);
}
section.grandFaq .faqs_outer .Accordion-title.active {
  margin-bottom: 30px;
}
section.grandFaq .faqs_outer .Accordion-item {
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.0588235294);
  padding: 20px 0 20px 20px;
  background-color: var(--theme-color-light);
  border-radius: 4px;
}
section.grandFaq .faqs_outer .Accordion-item:not(:last-child) {
  margin-bottom: 1rem;
}
section.grandFaq .faqs_outer .Accordion-item.active .Accordion-content {
  background-color: var(--theme-color-light);
}
section.grandFaq .faqs_outer .Accordion-content {
  padding: 0;
  background-color: transparent;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  box-sizing: border-box;
  letter-spacing: 0em;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--font-color);
  padding-right: 70px;
}
section.grandFaq .faqs_outer .Accordion-content p {
  margin-bottom: 0;
}

section.awarded_grants .content {
  font-weight: 400;
  font-size: 25px;
  color: var(--theme-color-dark);
  margin-bottom: 40px;
  margin-bottom: 40px;
}
section.awarded_grants .content a {
  font-weight: 700;
  color: var(--theme-color-dark);
}
section.awarded_grants .custom-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.innerPageBanner {
  background-color: var(--theme-color);
  text-align: center;
  padding: 150px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
section.innerPageBanner.has-bg {
  background-color: transparent;
}
section.innerPageBanner.has-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--theme-color);
  opacity: 0.85;
  z-index: 0;
}
section.innerPageBanner .container {
  position: relative;
  z-index: 1;
}
section.innerPageBanner .custom-position {
  color: var(--theme-color-light);
}
section.innerPageBanner .custom-position h4 {
  color: var(--theme-color-light);
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 20px;
}

body.page-template-single-community-events section.gallery_section.py-6 {
  padding-top: 0;
}

body.page-template-single-community-events section.signature-cards.py-6 {
  padding-top: 0;
}

body.page-id-151 section.gallery_section.py-6 {
  padding-top: 0;
  padding-bottom: 0;
}

section.gallery_section .slick-slide img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0588235294);
}
section.gallery_section .gallery-slick-slider {
  margin-left: 100px;
  margin-right: 100px;
}
section.gallery_section .container {
  position: relative;
}
section.gallery_section .container .customg-prev {
  position: absolute;
  left: 0px;
  top: 50%;
}
section.gallery_section .container .customg-next {
  position: absolute;
  right: 0px;
  top: 50%;
}
section.gallery_section .container .btnslide {
  border: 1px solid var(--theme-color);
  height: 40px;
  width: 40px;
  display: grid;
  place-items: center;
  cursor: pointer;
  border-radius: 50%;
}
section.gallery_section .center-thumbnail {
  margin-left: 100px;
  margin-right: 100px;
}
section.gallery_section .center-thumbnail img {
  height: 450px;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

section.communitytitle .thumbnail img {
  /* height: 394px; */
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.application-box-section.py-6 {
  padding: 0;
}
section.application-box-section .upper_title {
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  color: var(--theme-color-dark);
  margin-bottom: 36px;
}
section.application-box-section .information-box {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 10px;
  padding: 85px 70px;
  margin: 0 70px;
  position: relative;
  z-index: 1;
  color: var(--theme-color-light);
}
section.application-box-section .information-box::after {
  content: "";
  background-image: url(../../../../uploads/2025/03/Vector-1.svg);
  position: absolute;
  background-position: bottom right;
  height: 242px;
  width: 682px;
  bottom: -75px;
  right: 0;
  background-repeat: no-repeat;
  z-index: -1;
}
section.application-box-section h3 {
  font-family: var(--theme-heading-font);
  font-weight: 400 !important;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 10px;
}
section.application-box-section p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}
section.application-box-section .btn-custom-outline-light:hover svg path {
  fill: #1F3567;
}

section.content_image_section {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.content_image_section::before {
  content: "";
  position: absolute;
  background-image: url(../../../../uploads/2025/03/Vector.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  width: 682px;
  height: 242px;
  right: 135px;
  bottom: -72px;
  pointer-events: none;
}
section.content_image_section .text-custom {
  width: 640px;
  float: right;
  padding: 166px 0;
}
section.content_image_section .text-custom h2 {
  color: var(--theme-color-light);
  margin-bottom: 15px;
}
section.content_image_section .text-custom .description {
  font-style: italic;
  font-size: 20px;
  line-height: 28px;
}
section.content_image_section .container-custom {
  position: relative;
}
section.content_image_section .container-custom .image-thumbnail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
section.content_image_section .container-custom .image-thumbnail img {
  width: 470px;
  height: 350px;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.content_image_section .quote-icon {
  margin-bottom: 20px;
}
section.content_image_section .quote-icon img {
  height: 53px;
  width: 53px;
}

body.page-id-139 section.gallery_section.py-6 {
  padding-top: 0;
  padding-bottom: 0;
}

body.page-id-136 section.gallery_section.py-6 {
  padding-top: 0;
  padding-bottom: 0;
}

body.page-id-121 section.more-information.py-6 {
  padding-top: 0;
}

body.page-id-49 section.communitytitle.py-6 {
  padding-bottom: 0;
}

body.page-id-47 section.communitytitle.py-6 {
  padding-bottom: 0;
}

section.main_contact {
  background-color: var(--theme-color-info);
}
section.main_contact .custom-card {
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0588235294);
  background-color: var(--theme-color-light);
  padding: 50px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  position: relative;
  overflow: hidden;
}
section.main_contact .custom-card .icon {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  height: 125px;
  width: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: -55px;
  left: -55px;
  z-index: 1;
}
section.main_contact .custom-card .icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(5px, 5px);
}
section.main_contact .custom-card .description {
  font-weight: 500;
  font-size: 18px;
  color: var(--theme-color-dark);
}
section.main_contact .custom-card h2 {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 20px;
  font-size: 40px;
}

section.main-contact-form {
  background-color: var(--theme-color-grey);
}
section.main-contact-form h2 {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 50px;
  text-align: center;
  font-size: 40px;
}

section#AboutFAQ {
  background-color: var(--theme-color-info);
}
section#AboutFAQ .content_description {
  font-size: 18px;
  margin-bottom: 50px;
}
section#AboutFAQ ul#pills-tab {
  margin-bottom: 60px;
  border: 1px solid var(--theme-color);
  border-radius: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
section#AboutFAQ ul#pills-tab li.nav-item:nth-child(2) {
  border-left: 1px solid var(--theme-color);
  border-right: 1px solid var(--theme-color);
}
section#AboutFAQ ul#pills-tab li.nav-item button.nav-link {
  padding: 14px 60px;
  font-size: 18px;
  font-weight: 400;
  color: var(--theme-color);
  border-radius: 0;
}
section#AboutFAQ ul#pills-tab li.nav-item button.nav-link.active {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  color: var(--theme-color-light);
  font-size: 18px;
  font-weight: 700;
}
section#AboutFAQ .gallery_image img {
  border-radius: 10px;
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section#AboutFAQ .cus-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
}

section.all_impact_of_stories {
  background-color: var(--theme-color-info);
}
section.all_impact_of_stories .custom-card {
  border-radius: 10px;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0588235294);
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: center;
  background-color: var(--theme-color-light);
  overflow: hidden;
}
section.all_impact_of_stories .custom-card .custom-thumbnail img {
  height: 350px !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 470px !important;
}
section.all_impact_of_stories .custom-card:not(:last-child) {
  margin-bottom: 30px;
}
section.all_impact_of_stories .custom-card h2 {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 30px;
}
section.all_impact_of_stories .custom-card:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: space-between;
}
section.all_impact_of_stories .custom-card:nth-child(even) .content {
  padding: 114px 70px;
}

body.single-impact_of_stories .content_description {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

section.impact_image_content_section {
  background-color: var(--theme-color-info);
}
section.impact_image_content_section .content {
  font-size: 18px;
}
section.impact_image_content_section .content_image img {
  height: 394px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0588235294);
}

section.the_connection_gallery .gallery_image img {
  border-radius: 10px;
  height: 276px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.impact_image_content_section h2 {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 40px;
}

section.other-impact-stories h2 {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 50px;
  font-size: 40px;
}
section.other-impact-stories .card-custom .custom-thumbnail img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
section.other-impact-stories .card-custom .card-content .description {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin: 20px 0 30px;
  color: var(--font-color);
}

body.page-template-grants .content_description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

body.page-template-grants section.image_content_section {
  background-color: var(--theme-color-info);
}
body.page-template-grants section.image_content_section .content_image img {
  height: 394px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0588235294);
}
body.page-template-grants section.image_content_section .content h2 {
  margin-bottom: 30px;
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
body.page-template-grants section.image_content_section .content .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

body.page-template-common-community-events .content_description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

body.page-template-grants section.content_card .custom_card {
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 50px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.page-template-grants section.content_card .custom_card .content {
  margin-bottom: 30px;
}
body.page-template-grants section.content_card .custom_card .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--theme-color-dark);
}
body.page-template-grants section.content_card .custom_card .custom-btn {
  display: flex;
  align-items: center;
  margin-top: auto;
}

body.page-id-108 section.more-information.py-6 {
  padding-top: 0;
}

section.calendar_section.py-6 {
  padding-top: 0;
}
section.calendar_section.py-6 .button {
  text-align: center;
  margin-bottom: 48px;
}
section.calendar_section.py-6 .button a {
  text-align: center;
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid var(--theme-color);
}

section.calendar_detail {
  background-color: var(--theme-color-info);
}
section.calendar_detail .date_card {
  margin-bottom: 15px;
}
section.calendar_detail .date_card .datedetail {
  display: flex;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
section.calendar_detail .date_card .datedetail span.date {
  font-family: var(--theme-font);
  font-weight: 700;
  font-size: 18px;
  line-height: 46px;
  color: var(--theme-color-alt);
  flex: none;
}
section.calendar_detail .date_card .datedetail span.detail {
  font-family: var(--theme-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 46px;
  color: var(--theme-color-dark);
}
section.calendar_detail .date_card .datedetail span.detail a {
  color: var(--theme-color-dark);
  font-size: 18px;
  line-height: 46px;
  border-bottom: 1px solid var(--theme-color-dark);
}
section.calendar_detail .date_card .datedetail span.detail a:hover {
  color: var(--theme-color-alt) !important;
  border-bottom: 1px solid var(--theme-color-alt) !important;
}
section.calendar_detail .date_card .datedetail span.detail p {
  margin-bottom: 0;
  line-height: 1.5;
}
section.calendar_detail .content {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

section.main-contact-form span.wpcf7-form-control-wrap input.wpcf7-form-control {
  border-radius: 4px;
  padding: 17px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid var(--theme-color-light);
  width: 100%;
  background-color: var(--theme-color-light);
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0588235294);
}
section.main-contact-form span.wpcf7-form-control-wrap input.wpcf7-form-control::-ms-input-placeholder {
  color: var(--font-color);
}
section.main-contact-form span.wpcf7-form-control-wrap input.wpcf7-form-control:focus-visible {
  outline: none !important;
}
section.main-contact-form span.wpcf7-form-control-wrap select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  border-radius: 4px;
  padding: 17px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid var(--theme-color-light);
  width: 100%;
  background-color: var(--theme-color-light);
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0588235294);
  color: var(--font-color);
}
section.main-contact-form span.wpcf7-form-control-wrap select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required:focus-visible {
  outline: none !important;
}
section.main-contact-form span.wpcf7-list-item-label {
  font-size: 16px;
  color: var(--font-color);
}
section.main-contact-form p input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-custom-gradient {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  color: var(--theme-color-light);
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  padding: 17px 20px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  width: 100%;
}

section.select_award {
  background-color: var(--theme-color-info);
}
section.select_award .all_award.award_section {
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 10px;
  padding: 50px;
  height: 600px;
  overflow-y: scroll;
  background-color: var(--theme-color-light);
}
section.select_award .all_award.award_section .title h4 {
  margin-bottom: 25px;
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
section.select_award .all_award.award_section .all_awards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 15px;
}
section.select_award .all_award.award_section .all_awards .award_name {
  font-weight: 400;
  font-size: 18px;
  /*line-height: 34px; */
  color: var(--font-color);
}
section.select_award .option_award select#award_select {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  border: 1px solid var(--theme-color);
  width: 370px;
  background-color: var(--theme-color-light);
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0588235294);
  color: var(--theme-color-dark);
  margin-bottom: 50px;
}
section.select_award .option_award select#award_select:focus-visible {
  outline: none !important;
}

body.page-template-common-community-events section.calendar_section .calendar_image img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

body.page-template-common-signature-initiatives section.content_image_section {
  background-color: var(--theme-color-info);
}

section.how_it_works_section {
  background-color: var(--theme-color-info);
}
section.how_it_works_section h2 {
  margin-bottom: 50px;
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 40px;
}
section.how_it_works_section .inner img {
  height: 310px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0588235294);
}
section.how_it_works_section .slick-slide {
  margin: 0 15px;
}
section.how_it_works_section .custom-position {
  position: relative;
}
section.how_it_works_section .custom-position .customh-prev {
  position: absolute;
  left: -50px;
  top: 50%;
}
section.how_it_works_section .custom-position .customh-next {
  position: absolute;
  right: -50px;
  top: 50%;
}
section.how_it_works_section .custom-position .btnslide {
  border: 1px solid var(--theme-color);
  height: 40px;
  width: 40px;
  display: grid;
  place-items: center;
  cursor: pointer;
  border-radius: 50%;
}
section.how_it_works_section .description_content {
  margin-bottom: 100px;
}

section.connection_faq {
  background-color: var(--theme-color-info);
}
section.connection_faq .Accordion-item.active {
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
}
section.connection_faq .Accordion-item.active .outer-flex::after {
  content: "\f068";
  color: var(--theme-color-light);
  border-color: var(--theme-color-light);
}
section.connection_faq .outer-flex {
  display: flex;
  position: relative;
}
section.connection_faq .outer-flex::before {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  top: 0;
  position: absolute;
  bottom: 0;
  width: 1px;
  left: 150px;
}
section.connection_faq .outer-flex .Accordion-title {
  flex-basis: 30%;
}
section.connection_faq .outer-flex .Accordion-title.active p {
  color: var(--theme-color-light);
}
section.connection_faq .outer-flex .Accordion-title.active p:first-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  display: block;
}
section.connection_faq .outer-flex .Accordion-title.active p:last-child {
  font-family: var(--theme-heading-font);
  font-weight: 400;
  font-size: 40px;
  color: var(--theme-color-light);
  -webkit-text-fill-color: var(--theme-color-light);
}
section.connection_faq .outer-flex .Accordion-title p:first-child {
  display: none;
}
section.connection_faq .outer-flex .Accordion-title p:last-child {
  font-family: var(--theme-heading-font);
  font-weight: 400;
  font-size: 30px;
  background: linear-gradient(90deg, #0066CC 0%, #1F3567 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 0;
}
section.connection_faq .outer-flex::after {
  content: "+";
  margin-left: 0.313rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  position: absolute;
  right: 0px;
  top: -5px;
  cursor: pointer;
}
section.connection_faq .Accordion-content.height-set {
  height: 0 !important;
}
section.connection_faq .Accordion-content.height-set {
  height: auto !important;
}
section.connection_faq .Accordion-content:not(.height-set) {
  max-height: 0;
}
section.connection_faq .faqs_outer .Accordion-title {
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  box-sizing: border-box;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  color: var(--theme-color-dark);
  position: relative;
}
section.connection_faq .faqs_outer .Accordion-title.active {
  margin-bottom: 15px;
}
section.connection_faq .faqs_outer .Accordion-item {
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.0588235294);
  padding: 20px;
  background-color: var(--theme-color-light);
  border-radius: 4px;
}
section.connection_faq .faqs_outer .Accordion-item:not(:last-child) {
  margin-bottom: 1rem;
}
section.connection_faq .faqs_outer .Accordion-content {
  padding: 0;
  background-color: transparent;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  box-sizing: border-box;
  letter-spacing: 0em;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: var(--theme-color-light);
  flex-basis: 50%;
}
section.connection_faq .faqs_outer .Accordion-content p:not(:first-child) {
  margin-bottom: 0px;
}
section.connection_faq .faqs_outer .Accordion-content a {
  color: var(--theme-color-light);
  text-decoration: underline !important;
  position: relative;
}
section.connection_faq .faqs_outer .Accordion-content a::after {
  content: "";
  background-image: url(../../../../uploads/2025/04/ArrowTopRight.svg);
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 8px;
  bottom: 0;
  background-repeat: no-repeat;
}

body.page-template-connection {
  /* Placeholder color for IE */
  /* Remove outline on focus */
}
body.page-template-connection section.innerPageBanner .connection_subscriber_form {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
body.page-template-connection section.innerPageBanner .connection_subscriber_form span.wpcf7-form-control-wrap input.wpcf7-form-control {
  border-radius: 4px;
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  border: 1px solid var(--theme-color-light);
  width: 400px;
  background-color: transparent;
  color: var(--theme-color-light);
}
body.page-template-connection span.wpcf7-form-control-wrap input.wpcf7-form-control::-moz-placeholder {
  color: white !important;
}
body.page-template-connection span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder {
  color: white !important;
}
body.page-template-connection span.wpcf7-form-control-wrap input.wpcf7-form-control:focus-visible {
  outline: none !important;
}

section.no-search-results h2 {
  color: var(--theme-color-dark);
}

/**********************4august2k25******************/
section.grandFaq .faqs_outer .Accordion-title {
  padding-right: 100px;
}

section#MainFAQ .faqs_outer .Accordion-title {
  padding-right: 100px;
}

section.awarded_grants .custom-btn a.custom-btn.custom-btn-outline-gradient svg {
  margin-left: 10px;
}

section.impact_image_content_section .tile_content_text.vertical_align .vertical_align_item.rtecenter p.rtecenter a {
  color: var(--theme-color-alt);
}

section.content_card .custom_card .custom-btn a.custom-btn.custom-btn-outline-gradient svg {
  margin-left: 10px;
}

section.connection_faq .faqs_outer .outer-flex .Accordion-content a {
  color: var(--theme-color-light) !important;
}
section.connection_faq .faqs_outer .outer-flex .Accordion-content a:hover {
  color: var(--theme-color-light) !important;
}/*# sourceMappingURL=style.css.map */