a {
  text-decoration: none;
  outline: 0;
}
a:focus {
  outline: 0;
}

p:empty {
  display: none;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }
}

.show-desktop {
  display: block;
}

@media (max-width: 768px) {
  .show-mobile {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  .show-tablet {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .colum-rvs-sm {
    flex-direction: column-reverse !important;
  }
}

/* BUTTON AND LINK START */
/*DONATE BUTTON START*/
.is-style-btn-donate a.wp-block-button__link.wp-element-button {
  margin-top: 0;
}
.is-style-btn-donate a.wp-block-button__link.wp-element-button::after {
  content: "";
  background-image: url("images/donate.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px; /* Adjust width as needed */
  height: 16px; /* Adjust height as needed */
  margin-left: 0.5rem;
  vertical-align: middle;
}
.is-style-btn-donate a.wp-block-button__link.wp-element-button:hover::after {
  background-image: url("images/icon-hand-ylw.svg");
}

/*DONATE BUTTON END*/
.read-more-button-style-secondary {
  background-color: var(--wp--preset--color--secondary) !important;
  border-radius: 30px !important;
  border-color: var(--wp--preset--color--border-color-3) !important;
  border-width: 2px !important;
  border-style: solid !important;
  color: var(--wp--preset--color--primary) !important;
  padding: 12px 24px !important;
  font-size: 18px;
  font-weight: 700;
}
.read-more-button-style-secondary::after {
  display: none !important;
}
.read-more-button-style-secondary:hover {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--secondary) !important;
  border-color: var(--wp--preset--color--secondary) !important;
}

.wp-block-read-more::after {
  margin-left: 5px;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("images/icon-blue-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.wp-block-post-excerpt__more-link,
.is-style-read-more-detail, .is-style-read-more-pdf-download, .is-style-read-more-fellowship-insights {
  display: inline-block;
  font-size: 16px;
  border-radius: 10px;
  padding: 7px 12px;
  font-weight: 500;
  border: 1px solid #002d62;
  text-decoration: none;
  position: relative;
}
.wp-block-post-excerpt__more-link:hover,
.is-style-read-more-detail:hover, .is-style-read-more-pdf-download:hover, .is-style-read-more-fellowship-insights:hover {
  background-color: #002d62;
  color: #ffff00;
}
.wp-block-post-excerpt__more-link:hover::after,
.is-style-read-more-detail:hover::after, .is-style-read-more-pdf-download:hover::after, .is-style-read-more-fellowship-insights:hover::after {
  background-image: url("images/icon-yellow-arrow2.svg");
}
.wp-block-post-excerpt__more-link::after,
.is-style-read-more-detail::after, .is-style-read-more-pdf-download::after, .is-style-read-more-fellowship-insights::after {
  margin-left: 5px;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("images/icon-blue-arrow2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.is-style-read-more-fellowship-insights::after {
  display: none;
}

.is-style-read-more-pdf-download {
  display: flex;
  align-items: center;
}
.is-style-read-more-pdf-download::after {
  background-image: url("images/icon-download-blue.svg");
}
.is-style-read-more-pdf-download:hover::after {
  background-image: url("images/icon-download-yellow.svg");
}

.wp-block-query-pagination .page-numbers {
  display: inline-flex;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  margin: 0 12px;
  text-decoration: none;
  color: rgba(47, 46, 46, 0.5);
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  outline: 0;
}
.wp-block-query-pagination .page-numbers.current, .wp-block-query-pagination .page-numbers:hover {
  background-color: #002d62;
  color: #fff;
}
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
  width: 32px;
  height: 32px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  outline: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-previous span,
.wp-block-query-pagination .wp-block-query-pagination-next span {
  display: none;
}
.wp-block-query-pagination .wp-block-query-pagination-previous {
  background-image: url("images/icon-left-chev.svg");
}
.wp-block-query-pagination .wp-block-query-pagination-next {
  background-image: url("images/icon-right-chev.svg");
}

.breadcrumbs a {
  text-decoration: none;
  font-weight: 700;
}

/* BUTTON AND LINK END */
/*HEADER START*/
header {
  position: relative;
}
@media (max-width: 1000px) {
  header ul.wp-block-navigation {
    margin-top: 45px !important;
  }
}
header .close-div .wp-block-button__link {
  border: 1px solid #ffff00;
  font-weight: 400;
  margin-top: 0 !important;
}
header .close-div .close-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  cursor: pointer;
}
header .wp-block-navigation > .wp-block-navigation-item {
  padding: 30px 0;
}
header .wp-block-navigation > .wp-block-navigation-item.current-menu-item {
  color: #ffff00;
}
@media (max-width: 1000px) {
  header .wp-block-navigation > .wp-block-navigation-item {
    padding: 0px 0;
    outline: 0;
  }
  header .wp-block-navigation > .wp-block-navigation-item > a {
    outline: 0;
    font-size: 19px;
    color: #fff !important;
  }
  header .wp-block-navigation > .wp-block-navigation-item > a.current-menu-ancestor {
    color: #ffff00 !important;
  }
}
header .wp-block-navigation__submenu-container {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden !important;
}
header .wp-block-navigation__container > li > ul > li.current-menu-item a {
  color: #002d62 !important;
}
@media (max-width: 1000px) {
  header .wp-block-navigation__container > li > ul > li.current-menu-item a {
    opacity: 1;
    color: #ffff00 !important;
  }
}
header .wp-block-navigation__container > li > ul > li > a {
  font-size: 16px;
  color: #2f2e2e !important;
  font-weight: 400;
}
@media (max-width: 1000px) {
  header .wp-block-navigation__container > li > ul > li > a {
    color: #fff !important;
    font-size: 18px;
    opacity: 0.8;
  }
}
@media (max-width: 1000px) {
  header .wp-block-navigation__container > li > ul > li > ul > li > a {
    font-size: 16px !important;
    color: #fff !important;
    font-weight: normal !important;
    padding-left: 85px !important;
    opacity: 0.8;
  }
  header .wp-block-navigation__container > li > ul > li > ul > li.current-menu-item a {
    opacity: 1;
  }
}
header .wp-block-navigation__container > li > ul > li:hover > a {
  color: #002d62 !important;
}
@media (max-width: 1000px) {
  header .wp-block-navigation__container > li > ul > li:hover > a {
    color: #ffff00 !important;
  }
}
@media (max-width: 1024px) {
  header .wp-block-site-logo {
    max-width: 180px;
  }
}
@media (max-width: 400px) {
  header .wp-block-site-logo {
    max-width: 140px;
  }
}
@media (max-width: 768px) {
  header .header-logo-row-tc {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  header {
    /*Mega menu start*/
    /*Mega menu end*/
  }
  header .nav-bar-row-tc {
    margin-bottom: -50px;
    z-index: 2;
  }
  header .wp-block-navigation__responsive-container-content > ul {
    position: inherit !important;
  }
  header li.mega-li-tc {
    position: inherit !important;
  }
  header li.mega-li-tc > ul {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    width: 100% !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    background-color: transparent !important;
    justify-content: center;
  }
  header li.mega-li-tc > ul .wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle {
    display: none;
  }
  header li.mega-li-tc > ul > li {
    flex-direction: column;
    background-color: #fff !important;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header li.mega-li-tc > ul > li:first-child {
    border-bottom-left-radius: 30px;
  }
  header li.mega-li-tc > ul > li:last-child {
    border-bottom-right-radius: 30px;
  }
  header li.mega-li-tc > ul > li:not(:last-child) {
    border-right: 1px solid rgba(47, 46, 46, 0.2) !important;
  }
  header li.mega-li-tc > ul > li > a {
    display: block;
    width: calc(100% - 80px);
    padding: 0 40px;
    font-size: 20px;
    font-weight: 500;
    color: #002d62;
  }
  header li.mega-li-tc > ul > li > ul {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    background: green !important;
    visibility: visible !important;
    opacity: 1 !important;
    top: inherit !important;
    left: inherit !important;
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
  }
  header li.mega-li-tc > ul > li > ul > li > a {
    font-size: 16px;
    padding: 6px 40px;
    font-weight: normal;
    color: #2f2e2e !important;
  }
  header li.mega-li-tc > ul > li > ul > li.current-menu-item a {
    color: #002d62 !important;
  }
}
@media (max-width: 1000px) {
  header .logo-raw-tc {
    padding-right: 90px !important;
  }
}
@media (max-width: 768px) {
  header .logo-raw-tc {
    padding-right: 20px !important;
  }
}
@media (max-width: 1000px) {
  header .nav-bar-row-tc {
    position: absolute;
    bottom: 17px;
    right: 20px;
    z-index: 2;
  }
  header .nav-bar-row-tc .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #002d62 !important;
  }
  header .nav-bar-row-tc > div {
    padding: 2px 5px !important;
  }
  header .nav-bar-row-tc .wp-block-navigation__responsive-container-open svg path,
  header .nav-bar-row-tc .wp-block-navigation__responsive-container-close svg path {
    fill: #ffff00;
  }
}
header .header-top-row-tc img {
  vertical-align: top;
}
@media (max-width: 400px) {
  header .header-top-row-tc .wp-block-group.is-content-justification-space-between.is-layout-flex.wp-container-core-group-is-layout-13.wp-block-group-is-layout-flex {
    justify-content: center;
  }
}
header .top-search-tc input[type=search]::-webkit-search-cancel-button {
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  header .top-search-tc {
    width: 100% !important;
    padding-right: 75px;
  }
  header .top-search-tc > div,
  header .top-search-tc form {
    width: 100% !important;
  }
}
header .top-search-tc .wp-block-search__inside-wrapper {
  padding: 0;
}
@media (max-width: 1000px) {
  header .top-search-tc .wp-block-search__inside-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  header .top-search-tc .wp-block-search__inside-wrapper {
    width: 100% !important;
  }
}
header .top-search-tc .wp-block-search__input {
  padding: 11px 16px;
  background-color: #fff;
}
header .top-search-tc .wp-block-search__input:focus, header .top-search-tc .wp-block-search__input:hover {
  background-color: #fff;
}
header .top-search-tc .wp-block-search__button {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  background-color: transparent;
  background-image: url("images/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0;
}
header .top-search-tc .wp-block-search__button svg {
  display: none;
}
@media (max-width: 1000px) {
  header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding: 20px 0 !important;
  }
}
@media (max-width: 1000px) {
  header .wp-block-navigation .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container li.wp-block-navigation-item .wp-block-navigation__submenu-icon {
    right: 20px !important;
  }
}
header .wp-block-navigation > .wp-block-navigation-item.current-menu-item > a, header a.current-menu-ancestor {
  color: #ffff00 !important;
}

/*HEADER END*/
/*HERO SLIDER START*/
.wp-block-addwebsolution-slider .wp-block-addwebsolution-slider__pagination {
  bottom: 45px;
}
.wp-block-addwebsolution-slider .wp-block-addwebsolution-slider__pagination .swiper-pagination-bullet {
  background-color: #ffff00;
  width: 12px;
  height: 12px;
  border: 0;
  margin-right: 20px !important;
}
.wp-block-addwebsolution-slider .wp-block-addwebsolution-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  outline: 2px solid #fff;
  outline-offset: 5px;
}

/*HERO SLIDER END*/
/*FOOTER START*/
footer {
  margin-top: 0;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-col-menu-link-tc a {
  font-size: 16px;
  font-weight: 500;
}
footer .footer-col-menu-link-tc .wp-block-navigation .wp-block-navigation-item__content {
  color: #ffff00;
}
footer .footer-col-menu-link-tc .wp-block-navigation .wp-block-navigation-item__content + button {
  display: none;
}
footer .footer-col-menu-link-tc .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content[href^=http] {
  position: relative;
}
footer .footer-col-menu-link-tc .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content[href^=http]::after {
  margin-left: 5px;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("images/icon-link-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
footer .footer-col-menu-link-tc .wp-block-navigation .wp-block-navigation-item {
  flex-wrap: wrap;
}
footer .footer-col-menu-link-tc .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  display: block;
  position: relative;
  visibility: visible;
  opacity: 1;
  height: auto;
  width: 100%;
  background-color: transparent;
  border: 0;
}
footer .footer-col-menu-link-tc .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
  color: #fff !important;
}
footer .footer-col-menu-link-tc li > ul > li > ul {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  background: green !important;
  visibility: visible !important;
  opacity: 1 !important;
  top: inherit !important;
  left: inherit !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}
footer .footer-col-menu-link-tc li:hover,
footer .footer-col-menu-link-tc li > ul {
  width: 100% !important;
}
footer .wp-block-social-links .wp-social-link a {
  padding: 4px;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media (max-width: 1024px) {
  footer .secondary-footer-tc {
    text-align: center;
  }
  footer .secondary-footer-tc .copy-row {
    width: 100%;
    justify-content: center;
  }
  footer .secondary-footer-tc nav {
    width: 100%;
  }
  footer .secondary-footer-tc nav > ul {
    justify-content: center;
  }
}

/*FOOTER END*/
@media (max-width: 768px) {
  .six-pillar-icon-tc {
    gap: 24px !important;
  }
}

.colobration-slider-tc .swiper-slide {
  text-align: center;
}

.is-style-list-style-2 li::before {
  background-image: url("images/icon-tick.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}

.is-style-list-style-3 li:not(:last-child) {
  margin-bottom: 16px;
}
.is-style-list-style-3 li::before {
  width: 20px;
  height: 20px;
  background-image: url("images/icon-chev-circle.svg");
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.wp-block-post-content p {
  margin-top: 16px !important;
}

/*BLOG START*/
.single-blog-post-tc li {
  background-color: #fffff5;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(47, 46, 46, 0.2);
}

.wp-block-post-author__avatar {
  margin-right: 0;
  line-height: 0;
}
.wp-block-post-author__avatar img {
  border-radius: 50%;
}

.wp-block-post-author__content {
  display: none;
}

.wp-block-post-date {
  color: rgba(47, 46, 46, 0.8);
}

.filter-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .filter-list {
    flex-direction: column;
  }
}
.filter-list .search-icon {
  line-height: 0;
}
.filter-list .form-select,
.filter-list .form-control {
  border-radius: 10px;
  padding: 16px;
  border: 1px solid rgba(47, 46, 46, 0.5);
  appearance: none; /* Removes browser-specific styling */
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none; /* Firefox */
  background-color: #fff;
  font-size: 18px;
  font-weight: 400;
  outline: 0;
  background-color: #fff;
  box-sizing: border-box;
}
.filter-list .form-select::-moz-placeholder, .filter-list .form-control::-moz-placeholder {
  color: rgba(47, 46, 46, 0.5);
}
.filter-list .form-select::placeholder,
.filter-list .form-control::placeholder {
  color: rgba(47, 46, 46, 0.5);
}
.filter-list .form-select,
.filter-list .search-icon {
  width: 312px;
}
@media (max-width: 768px) {
  .filter-list .form-select,
  .filter-list .search-icon {
    width: 100%;
  }
}
.filter-list .search-icon {
  margin: 0 24px;
}
@media (max-width: 768px) {
  .filter-list .search-icon {
    margin: 24px 0;
  }
}
.filter-list .form-select {
  background: url(images/icon-chev-down.svg) right 16px center/15px no-repeat #fff;
  padding-right: 60px;
}
.filter-list .form-select option,
.filter-list .form-select option:checked,
.filter-list .form-select option:focus,
.filter-list .form-select option:hover,
.filter-list .form-select option:active {
  background-color: #fff !important;
  appearance: none; /* Removes native styling */
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none; /* Firefox */
}
.filter-list .form-control {
  width: 100%;
  background: url(images/icon-search.svg) right 16px center/15px no-repeat #fff;
}
.filter-list .filter-submit {
  border-radius: 10px;
  padding: 16px 24px;
  border: 2px solid #ecec00;
  color: #002d62;
  background-color: #ffff00;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.filter-list .filter-submit:hover {
  background-color: #002d62;
  color: #ffff00;
}

#blog_filter {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(47, 46, 46, 0.2);
}
#blog_filter p {
  display: none;
}

.blog-content-detail h1 {
  font-size: clamp(1.5rem, 2.5vw + 0.75rem, 2.5rem) !important;
}
.blog-content-detail .blog-content h2 {
  font-size: 24px;
  margin-bottom: 0;
}
.blog-content-detail .blog-content h3 {
  font-size: 22px;
}
.blog-content-detail .blog-content h4 {
  font-size: 20px;
}
.blog-content-detail .blog-content h5 {
  font-size: 18px;
}
.blog-content-detail .blog-content h6 {
  font-size: 16px;
}
@media (max-width: 768px) {
  .blog-content-detail .author-row-tc {
    flex-direction: column;
    font-size: 16px;
  }
  .blog-content-detail .author-row-tc img {
    width: 30px;
    height: 30px;
  }
}
.blog-content-detail .wp-block-post-author {
  display: flex;
  align-items: center;
}
.blog-content-detail .wp-block-post-author .wp-block-post-author__content {
  display: inline-block;
  margin-left: 14px;
  margin-right: 5px;
}
.blog-content-detail .wp-block-post-date {
  margin-left: 5px;
  color: #002d62;
}
.blog-content-detail .wp-block-social-link a {
  border: 1px solid #002d62;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-content-detail .ib-toc-header,
.blog-content-detail .ib-toc-separator {
  display: none;
}
.blog-content-detail .ib-toc-body {
  padding: 24px 16px;
}
.blog-content-detail .ib-toc-anchors li a:hover {
  text-decoration: underline;
}
.blog-content-detail .wp-block-categories-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.blog-content-detail .wp-block-categories-list .cat-item {
  display: flex;
  justify-content: space-between;
}
.blog-content-detail .wp-block-categories-list .cat-item a {
  text-decoration: none;
  color: #2f2e2e;
}
.blog-content-detail .wp-block-categories-list .cat-item a:hover {
  text-decoration: underline;
}
.blog-content-detail .wp-block-categories-list .cat-item:not(:last-child) {
  margin-bottom: 16px;
}
.blog-content-detail .tag-cloud-link {
  background-color: #fff;
  border-radius: 10px;
  padding: 12px 24px;
  border: 1px solid rgba(0, 45, 98, 0.5);
  font-size: 18px !important;
  font-weight: 600;
  color: #2f2e2e;
}
.blog-content-detail .tag-cloud-link:hover {
  background-color: #002d62;
  color: #ffff00;
}
.blog-content-detail .tag-cloud-link .tag-link-count {
  display: none;
}
.blog-content-detail .related-blog-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-content-detail .related-blog-list .blog-img img {
  max-width: 80px;
  border-radius: 5px;
}
.blog-content-detail .related-blog-list .single-list {
  display: flex;
}
.blog-content-detail .related-blog-list .single-list:not(:last-child) {
  border-bottom: 1px solid rgba(0, 45, 98, 0.1);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.blog-content-detail .related-blog-list .blog-content {
  padding-left: 16px;
}
.blog-content-detail .related-blog-list .blog-content a {
  font-size: 18px;
  color: #2f2e2e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-content-detail .related-blog-list .blog-content a:hover {
  text-decoration: underline;
}
.blog-content-detail .related-blog-list .blog-content .wp-block-post-date {
  margin-left: 0;
  color: rgba(47, 46, 46, 0.8);
  font-size: 16px;
}

.blog-content p {
  margin-bottom: 0 !important;
}
.blog-content ul {
  margin-top: 16px !important;
}

/*BLOG END*/
/* CF7 START*/
.wpcf7 label {
  font-size: 18px;
  font-weight: 400;
}
.wpcf7 label > span:last-of-type {
  color: red;
}
.wpcf7 label > span:last-of-type > span > span {
  display: block;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}
.wpcf7 textarea.wpcf7-form-control {
  resize: none;
}
.wpcf7 form > p {
  margin: 16px 0;
}
.wpcf7 .wpcf7-form-control {
  padding: 12.5px 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 45, 98, 0.1);
  font-size: 18px;
  font-weight: 400;
  box-sizing: border-box;
  width: 100%;
  background-color: #fffff5;
}
.wpcf7 .wpcf7-form-control::-moz-placeholder {
  color: rgba(47, 46, 46, 0.3);
}
.wpcf7 .wpcf7-form-control::placeholder {
  color: rgba(47, 46, 46, 0.3);
}
.wpcf7 .wpcf7-form-control:focus, .wpcf7 .wpcf7-form-control:focus-visible {
  border-color: rgba(0, 45, 98, 0.5);
  outline: none;
}
.wpcf7 .wpcf7-submit {
  min-width: 200px;
  border-radius: 30px;
  border: 2px solid #ecec00;
  background-color: #ffff00;
  color: #002d62;
  padding: 15px 24px;
  font-size: 18px;
  font-weight: 700;
  width: auto;
  cursor: pointer;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #002d62;
  color: #ffff00;
  border-color: #ecec00;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.wpcf7-file-link {
  color: #177ACD;
}

/* CF7 END*/
/*ACCORDION START*/
.wp-block-details {
  position: relative;
}
.wp-block-details summary::after {
  content: "";
  width: 28px;
  height: 28px;
  background: url(images/icon-plus.svg) center no-repeat;
  position: absolute;
  top: 0px;
  left: -3px;
}
.wp-block-details summary::before {
  display: none;
}
.wp-block-details[open] summary::after {
  background: url(images/icon-minus.svg) center no-repeat;
}

.is-style-accordion-style {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 45, 98, 0.2);
}
.is-style-accordion-style .wp-block-details {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-color: rgba(0, 45, 98, 0.2);
  margin: 0 !important;
  padding: 0;
  position: relative;
}
.is-style-accordion-style .wp-block-details summary::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(images/icon-chev-down.svg) center no-repeat;
  position: absolute;
  top: 30px;
  right: 25px;
  left: inherit;
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}
@media (max-width: 768px) {
  .is-style-accordion-style .wp-block-details summary::after {
    width: 25px;
    height: 25px;
    top: 19px;
    right: 25px;
  }
}
.is-style-accordion-style .wp-block-details[open] {
  background-color: #fff;
  padding-bottom: 32px;
}
.is-style-accordion-style .wp-block-details[open] summary::after {
  transform: rotate(-180deg);
}
.is-style-accordion-style .wp-block-details[open] summary {
  background-color: rgba(255, 255, 0, 0.2);
}
.is-style-accordion-style .wp-block-details[open] p, .is-style-accordion-style .wp-block-details[open] > div {
  padding-left: 32px;
  padding-right: 32px;
}
.is-style-accordion-style .wp-block-details[open] p a, .is-style-accordion-style .wp-block-details[open] > div a {
  margin: 0;
}
@media (max-width: 768px) {
  .is-style-accordion-style .wp-block-details[open] p, .is-style-accordion-style .wp-block-details[open] > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.is-style-accordion-style .wp-block-details summary {
  font-size: 24px;
  padding: 37px 32px;
}
@media (max-width: 768px) {
  .is-style-accordion-style .wp-block-details summary {
    font-size: 20px;
    line-height: 1.5;
    padding: 20px 55px 20px 20px;
  }
}
.is-style-accordion-style .wp-block-details:first-child {
  border-top: 0;
}
.is-style-accordion-style .wp-block-details:last-child {
  border-bottom: 0;
}

/*ACCORDION END*/
/*TABS START*/
.tabs-container {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tabs-container .tabs-nav {
  width: 312px;
}
@media (max-width: 992px) {
  .tabs-container .tabs-nav {
    width: 100%;
  }
}
.tabs-container .tabs-content {
  width: calc(100% - 336px);
  padding: 0;
}
@media (max-width: 992px) {
  .tabs-container .tabs-content {
    width: 100%;
  }
}
.tabs-container .tabs-titles {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  margin-top: 0 !important;
}
.tabs-container .tabs-titles .tab-title {
  font-weight: 700;
  text-align: left;
  justify-content: flex-start;
}
.tabs-container .tabs-titles .tab-title:not(:last-child) {
  margin-bottom: 16px;
}
.tabs-container .tabs-titles .tab-title:hover {
  background-color: #ffff00;
}

/*TABS END*/
/* OUR TEAM START*/
.bod-block-popup {
  overflow: inherit !important;
}

.bod-block-close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
}
@media (max-width: 768px) {
  .bod-block-close-btn {
    top: 0px;
    right: 0px;
  }
}
.bod-block-close-btn .bod-btn {
  border: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0;
  font-size: 0;
  background: url(images/icon-close.svg) center no-repeat;
}
@media (max-width: 768px) {
  .bod-block-close-btn .bod-btn {
    width: 30px;
    height: 30px;
    background-size: 15px;
  }
}

.wp-block-bod-modal-block .bod-btn {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #2f2e2e;
  font-size: 16px;
  font-weight: 700;
  color: #2f2e2e;
}
.wp-block-bod-modal-block .bod-btn:hover {
  background-color: #F2F4F7 !important;
}

.team-info-raw {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
  .bod-modal-content > div:nth-of-type(1) {
    padding: 20px !important;
  }
}
.bod-modal-content > div:nth-of-type(1) > div {
  max-height: 55vh;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .bod-modal-content > div:nth-of-type(1) > div {
    max-height: 85vh;
  }
  .bod-modal-content > div:nth-of-type(1) > div figure {
    max-width: 250px;
    margin: 0 auto;
  }
  .bod-modal-content > div:nth-of-type(1) > div figure img {
    width: 100%; /* Make the image responsive */
    aspect-ratio: auto 300/337; /* Adjust the aspect ratio accordingly */
    height: auto; /* Let the height adjust based on the new width */
  }
}

.bod-block-popup-wrap.active .bod-block-popup-closer {
  opacity: 0;
}

@media (max-width: 768px) {
  .people-grid {
    max-width: 484px;
    margin: 0 auto;
  }
}

/* OUR TEAM END*/
/*MEDIA START*/
.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: inherit !important;
}

.type-image-gallery, .wp-block-image.size-large, .video-gallery.type-video-gallery {
  overflow: hidden;
}
.type-image-gallery:hover img, .wp-block-image.size-large:hover img, .video-gallery.type-video-gallery:hover img {
  transform: scale(1.1);
}
.type-image-gallery img, .wp-block-image.size-large img, .video-gallery.type-video-gallery img {
  transform: scale(1);
  transition: 0.5s all ease;
}

.logged-in.admin-bar.fancybox-active .fancybox-toolbar, .logged-in.admin-bar.fancybox-active .fancybox-infobar {
  top: 30px !important;
}

.fancybox-active .fancybox-toolbar, .fancybox-active .fancybox-infobar {
  visibility: visible;
  opacity: 1;
}

.wp-block-gallery-is-layout-flex img {
  border-radius: 30px !important;
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 424/324;
}
@media (max-width: 768px) {
  .wp-block-gallery-is-layout-flex img {
    border-radius: 15px !important;
  }
}

.wp-block-image.size-large {
  border-radius: 30px;
}
@media (max-width: 768px) {
  .wp-block-image.size-large {
    border-radius: 15px !important;
  }
}

a[data-fancybox=video] {
  background: transparent url("images/icon-yt.svg") no-repeat center center;
  font-size: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
}
a[data-fancybox=video]::after {
  display: none;
}

.image-thumb-grp-tc {
  overflow: hidden;
}

/*MEDIA END*/
/* CAREER START */
@media (max-width: 1200px) {
  .single-list-car .title-col {
    flex-basis: 50% !important;
  }
  .single-list-car .apply-col, .single-list-car .require-col {
    flex-basis: 25% !important;
  }
  .single-list-car .apply-col {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .single-list-car {
    flex-wrap: wrap !important;
  }
  .single-list-car .title-col, .single-list-car .apply-col, .single-list-car .require-col {
    flex-basis: 100% !important;
  }
}
@media (max-width: 1024px) {
  .single-list-car .title-col {
    padding-top: 15px !important;
  }
  .single-list-car .title-col > div,
  .single-list-car .apply-col > div, .single-list-car .require-col > div {
    padding: 0 15px 0 15px !important;
  }
  .single-list-car .apply-col {
    text-align: center;
  }
  .single-list-car .apply-col > div {
    padding-bottom: 15px !important;
  }
  .single-list-car .require-col > div > div {
    justify-content: flex-start;
  }
  .single-list-car .date-dt {
    font-size: 16px !important;
    color: rgba(47, 46, 46, 0.6980392157) !important;
    margin-top: 8px;
  }
}

@media (max-width: 1024px) {
  .careers.type-careers:first-child {
    border-top: 1px solid rgba(0, 45, 98, 0.2);
  }
}

/* CAREER END*/
/* 3 COLUMN GRID START */
@media (max-width: 1024px) {
  .responsive-3cl-grid, .responsive-3cl-grid > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 768px) {
  .responsive-3cl-grid, .responsive-3cl-grid > ul {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

/* 3 COLUMN GRID END */
/* LEGAL AID START */
.legal-card p {
  margin-top: 4px !important;
}

.form-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.form-fields label {
  color: #2F2E2E;
  font-size: 18px;
  font-weight: 400;
}
.form-fields .form-group {
  width: calc(50% - 12px);
}
@media (max-width: 768px) {
  .form-fields .form-group {
    width: 100%;
  }
}
.form-fields .form-group.upload-fields {
  display: flex;
  gap: 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .form-fields .form-group.upload-fields {
    flex-direction: column;
    gap: 5px;
  }
}
.form-fields .form-group p {
  margin-top: 0 !important;
}

.upload-fields {
  display: flex;
  gap: 24px;
  width: 100%;
}

.browse-btn {
  font-weight: 700 !important;
  border-radius: 10px;
  background-color: #2f2e2e;
  color: #fff !important;
  border: 1px solid #2F2E2E;
  display: inline-block;
  padding: 20px;
  height: 68px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
}
.browse-btn p {
  display: flex;
  align-content: center;
}
.browse-btn svg {
  margin-right: 10px;
}
.browse-btn .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.wpcf7-select {
  padding: 12.5px 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 45, 98, 0.1);
  font-size: 18px;
  font-weight: 400;
  box-sizing: border-box;
  width: 100%;
  background-color: #fffff5;
  appearance: none; /* Hides the default arrow in most browsers */
  -webkit-appearance: none; /* Hides the default arrow in Safari */
  -moz-appearance: none; /* Hides the default arrow in Firefox */
  background-image: url("images/icon-chev-down.svg"); /* Custom dropdown arrow */
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
}

/* Fix for older versions of Safari */
select {
  text-indent: 1px;
  text-overflow: "";
}

/* Fix for Firefox outline on focus */
select:focus {
  outline: none;
  border: 1px solid rgba(0, 45, 98, 0.3);
}

.file-name {
  margin-top: 10px;
  margin-left: 0px;
  display: block;
  width: 100%;
}

/* LEGAL AID END */
/* REPORTS START */
@media (max-width: 768px) {
  .single-report .dowload-col > div {
    justify-content: center;
  }
}

/* REPORTS END */
summary::-webkit-details-marker {
  display: none !important;
}

.file-input-container {
  margin-bottom: 15px;
  max-width: 190px;
  word-break: break-all;
}/*# sourceMappingURL=theme.css.map */