.btn.btn-primary {
  background-color: #0133A0;
  color: #fff;
  padding: 12px 32px 13px;
  border-radius: 100px;
  font-family: "Cabin", sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}
.btn.btn-primary:hover {
  background-color: #01236d;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.btn.btn-primary:focus {
  outline: none;
  box-shadow: none;
  background-color: #0133A0 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .btn.btn-primary {
    font-size: 1rem;
    line-height: 150%;
  }
}
.btn.btn-white {
  background-color: #fff;
  color: #0133A0;
  padding: 12px 32px 13px;
  border-radius: 100px;
  font-family: "Cabin", sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
}
.btn.btn-white:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .btn.btn-white {
    font-size: 1rem;
    line-height: 150%;
  }
}
.btn:focus, .btn:active, .btn.active {
  outline: none;
  box-shadow: none;
  background-color: #fff !important;
  color: #0133A0 !important;
}

h1,
.h1,
h2,
.h2 {
  font-size: 3.125rem;
  line-height: 120%;
  color: #0133A0;
}
h1 span,
.h1 span,
h2 span,
.h2 span {
  color: #333333;
}
@media (max-width: 991px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 2.5rem;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 1.875rem;
    line-height: 130%;
  }
}
@media (max-width: 1399px) {
  h1,
  .h1,
  h2,
  .h2 {
    font-size: 2.5625rem;
    line-height: 130%;
  }
}
h1.heading40,
.h1.heading40,
h2.heading40,
.h2.heading40 {
  font-size: 2.5rem;
  line-height: 120%;
}
@media (max-width: 991px) {
  h1.heading40,
  .h1.heading40,
  h2.heading40,
  .h2.heading40 {
    font-size: 2rem;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  h1.heading40,
  .h1.heading40,
  h2.heading40,
  .h2.heading40 {
    font-size: 1.625rem;
    line-height: 130%;
  }
}

h3, .heading32 {
  font-size: 2rem;
  line-height: 120%;
  font-family: "Cabin", sans-serif;
  color: #0133A0;
}
@media (max-width: 991px) {
  h3, .heading32 {
    font-size: 1.625rem;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  h3, .heading32 {
    font-size: 1.375rem;
    line-height: 120%;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 130%;
  font-family: "Cabin", sans-serif;
  color: #0133A0;
}
@media (max-width: 991px) {
  h4 {
    font-size: 1.375rem;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 1.25rem;
    line-height: 130%;
  }
}

h5 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 100%;
}
@media (max-width: 991px) {
  h5 {
    font-size: 1.25rem;
    line-height: 130%;
  }
}

.text24 {
  font-size: 1.375rem;
  line-height: 150%;
}
@media (max-width: 991px) {
  .text24 {
    font-size: 1.25rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .text24 {
    font-size: 1.125rem;
    line-height: 150%;
  }
}

.text20 {
  font-size: 1.25rem;
  line-height: 150%;
}
@media (max-width: 991px) {
  .text20 {
    font-size: 1.125rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .text20 {
    font-size: 1rem;
    line-height: 150%;
  }
}

.btn-links {
  font-size: 1.125rem;
  line-height: 140%;
  font-family: "Cabin", sans-serif;
  color: #0133A0;
  font-weight: 700;
}
.btn-links:hover {
  color: #01236d;
}
.btn-links.with-arrow {
  position: relative;
  padding-right: 30px;
}
.btn-links.with-arrow::after {
  content: "\e911";
  font-family: "icomoon";
  font-size: 1rem;
  line-height: 130%;
  position: absolute;
  right: 0;
  top: 2px;
  transition: all 0.3s ease;
}
.btn-links.with-arrow:hover:after {
  transform: translateX(3px);
}

.badge {
  border: 1px solid transparent;
  border-radius: 100px;
  padding: 4px 8px;
  font-size: 1rem;
  line-height: 120%;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.badge.badge-warning {
  border-color: #FFB81C;
  color: #FFB81C;
  background-color: #FFF4DD;
}
.badge.badge-success {
  border-color: #5CB8B2;
  color: #5CB8B2;
  background-color: #E7F4F3;
}
.badge.badge-orange {
  border-color: #FF8D57;
  color: #FF8D57;
  background-color: #FFE8DD;
}
.badge.badge-blue {
  border-color: #0133A0;
  color: #0133A0;
  background-color: #E6F0FF;
}

.animate-on-scroll {
  opacity: 0;
}

.animate-on-scroll.animate__animated {
  opacity: 1;
}

.cookies-box {
  position: fixed;
  left: 0px;
  bottom: 32px;
  right: 0px;
  z-index: 1000;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.cookies-box .cookies-inner {
  background-color: #fff;
  padding: 16px 16px 16px 24px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1490196078);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 8px;
}
.cookies-box .cookie-btns {
  display: flex;
  gap: 10px;
}
.cookies-box .cookie-btns button {
  padding: 7px 20px;
  font-size: 14px;
  min-width: 130px;
}
.cookies-box.hide {
  transform: translateY(100%);
  opacity: 0;
}

.banner-fixed {
  padding-bottom: 100%;
  position: relative;
}
.banner-fixed img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}

.jsStoriesSlider {
  padding: 0 40px;
}
@media (max-width: 991px) {
  .jsStoriesSlider {
    padding: 0 20px;
  }
}

.slick-arrow::before {
  content: "\e90e";
  font-family: "icomoon";
  color: #0133A0;
  display: inline-block;
  font-weight: 700;
  opacity: 1;
}
.slick-arrow.slick-prev {
  left: -5px;
}
.slick-arrow.slick-prev::before {
  transform: rotate(90deg);
}
.slick-arrow.slick-next {
  right: -5px;
}
.slick-arrow.slick-next::before {
  transform: rotate(-90deg);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: static !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cabin", sans-serif;
  font-weight: 700 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
  color: #4C4C4C;
}

p {
  font-size: 1rem;
  line-height: 150%;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tops-heads {
  margin-bottom: 50px;
}
.tops-heads h2 span {
  color: #333333;
}
.tops-heads p {
  font-size: 1.375rem;
  line-height: 150%;
  margin-top: 25px;
}
.tops-heads.small-mb {
  margin-bottom: 32px;
}
.tops-heads.tops-heads-2 {
  margin-bottom: 30px;
}
.tops-heads.tops-heads-2 h2 {
  position: relative;
  color: #333333;
  display: inline-block;
  padding-bottom: 7px;
}
.tops-heads.tops-heads-2 h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 3px;
  background-color: #0133A0;
}

.section-gap {
  padding-top: 70px;
  padding-bottom: 70px;
}

.flex-slider .slick-track {
  display: flex;
}
.flex-slider .slick-track .slick-slide {
  height: auto;
  float: none;
}
.flex-slider .slick-track .slick-slide > div {
  height: 100%;
}

.slick-dots {
  bottom: -37px;
}
.slick-dots li {
  width: 11px;
  height: 11px;
}
.slick-dots li button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #D9D9D9;
  transition: all 0.3s ease;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #0133A0;
  transform: scale(1.2);
}

.bg-primary {
  background-color: #0133A0 !important;
}

.bg-lightBlue {
  background-color: #F0F7FF !important;
}

.bg-white {
  background-color: #fff !important;
}

.sticky-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0133A0;
  padding: 16px;
  z-index: 1000;
  text-align: center;
}
.sticky-footer a {
  font-size: 1.5rem;
  line-height: 150%;
  color: #fff;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}

.mx-600 {
  max-width: 600px;
}

.btn-holder {
  margin-top: 30px;
}

.error-box {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-box h2 {
  color: #333333;
  margin-bottom: 15px;
}
.error-box .error-img {
  margin: 50px 0;
}
.error-box .error-img img {
  max-width: 100%;
}
.error-box .btn-links {
  text-decoration: underline;
  color: #333333;
}

.font-italic {
  font-style: italic;
}

.font-lato {
  font-family: "Lato", sans-serif !important;
}

.icon-with-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0033A0;
}
.icon-with-circle [class^=icon-],
.icon-with-circle [class*=" icon-"] {
  font-size: 1.625rem;
  line-height: 100%;
  color: #0033A0;
}

.text-tertiary {
  color: #0033A0;
}

.content-wrapper p {
  margin-bottom: 1.4rem !important;
}
.content-wrapper p:last-child {
  margin-bottom: 0;
}
.content-wrapper ul {
  padding-left: 0.9rem;
}
.content-wrapper ul li {
  list-style: disc;
  font-size: 1.25rem;
  line-height: 150%;
  margin-bottom: 1.4rem;
}
.content-wrapper ul li > span {
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}

.link-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 991px) {
  .tops-heads {
    margin-bottom: 40px;
  }
  .tops-heads p {
    font-size: 1.25rem;
    line-height: 150%;
    margin-top: 15px;
  }
  .section-gap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tab-overflow {
    overflow: hidden;
  }
  .error-box .error-img {
    margin: 40px auto;
    max-width: 400px;
  }
  .icon-with-circle {
    width: 40px;
    height: 40px;
  }
  .icon-with-circle [class^=icon-],
  .icon-with-circle [class*=" icon-"] {
    font-size: 1.25rem;
    line-height: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .tops-heads {
    margin-bottom: 30px;
  }
  .tops-heads p {
    font-size: 1.125rem;
    line-height: 150%;
  }
  .section-gap {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.header {
  height: 90px;
}
.header .header-right {
  padding-left: 15px;
}

.header-box {
  height: 90px;
  background: #fff;
  border-bottom: 1px solid #BBBBBB;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.header-box a {
  transition: all 0.3s ease;
}

.header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  height: 90px;
}
.header-inner .logo {
  display: inline-block;
}
.header-inner .logo img {
  width: auto;
  height: 35px;
  object-fit: contain;
  max-width: 100%;
}
.header-inner .logo:has(.small-logo) .logo-img-wrapper {
  display: flex;
  gap: 15px;
}
.header-inner .logo:has(.small-logo) .small-logo {
  border-right: 1px solid #BBBBBB;
  padding-right: 15px;
}
.header-inner .logo-tagline {
  margin-top: 6px;
  font-size: 0.625rem;
  line-height: 130%;
  letter-spacing: 0.27em;
  text-transform: uppercase;
  color: #0133A0;
}

.header-right-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: initial;
  gap: 34px;
}

.header-nav ul:not(.dropdown-menu) {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-nav .dropdown .dropdown-toggle {
  position: relative;
  padding-right: 20px;
}
.header-nav .dropdown .dropdown-toggle::after {
  position: absolute;
  content: "\e90e";
  font-family: "icomoon";
  border: none;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  right: 0;
}
.header-nav .dropdown .nav-link:focus,
.header-nav .dropdown .nav-link:hover {
  color: #01236d;
}
.header-nav .dropdown .dropdown-menu {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border: none;
}
.header-nav .dropdown .dropdown-menu > li > a {
  color: #4C4C4C;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 130%;
  padding: 8px 12px;
  font-weight: 400;
}
.header-nav .dropdown .dropdown-menu > li > a.active, .header-nav .dropdown .dropdown-menu > li > a:hover {
  background-color: #01236d !important;
  color: #fff !important;
}
.header-nav li {
  position: relative;
}
.header-nav li.dropdown:hover .dropdown-menu {
  display: block;
}
.header-nav a {
  font-family: "Cabin", sans-serif;
  color: #0133A0;
  display: block;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 700;
}
.header-nav a:hover {
  color: #007AFF;
}
.header-nav a.active {
  color: #007AFF;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.mobile-menu-toggle span {
  display: block;
  width: 30px;
  height: 3px;
  background: #0133A0;
  margin: 5px 0;
  transition: all 0.3s ease;
}
.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

@media (max-width: 1399px) {
  .header-nav {
    padding: 0px;
  }
}
@media (max-width: 1199px) {
  .header-right-inner {
    gap: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header .header-right {
    padding-left: 0px;
  }
  .header .header-right .btn.btn-primary {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .header-left {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .header,
  .header-box {
    height: 75px;
  }
  .header-inner {
    height: 75px;
  }
  .header-nav {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 75px;
    bottom: 0px;
    background-color: #fff;
    overflow: auto;
    padding: 20px 35px;
    z-index: 5;
    transition: all 0.3s ease;
    transform: translateX(-100%);
  }
  .header-nav.open {
    transform: translateX(0%);
  }
  .header-nav li.dropdown:hover .dropdown-menu {
    display: none;
  }
  .header-nav a {
    font-size: 1.125rem;
    line-height: 130%;
  }
  .header-nav ul:not(.dropdown-menu) {
    display: block;
  }
  .header-nav ul:not(.dropdown-menu) li {
    margin-bottom: 20px;
  }
  .header-nav .dropdown .dropdown-menu {
    display: none;
    box-shadow: none;
    border: none;
    width: 100%;
    position: static;
    padding: 0;
    padding-top: 20px;
  }
  .header-nav .dropdown .dropdown-menu > li {
    margin: 20px 0;
  }
  .header-nav .dropdown .dropdown-menu > li:first-child {
    margin-top: 0;
  }
  .header-nav .dropdown .dropdown-menu > li:last-child {
    margin-bottom: 0;
  }
  .header-nav .dropdown .dropdown-menu > li > a {
    color: #4C4C4C;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 120%;
    padding: 0;
  }
  .header-nav .dropdown .dropdown-menu > li > a:active {
    background-color: #f8f9fa;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-right-inner {
    gap: 10px;
  }
  .header-nav {
    padding: 20px 15px;
  }
  .header-inner .logo img {
    max-width: 100px;
    height: 27px;
  }
  .header-inner .logo-tagline {
    font-size: 0.5625rem;
    line-height: 130%;
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 991px) {
  /* Only apply to dashboard headers, not site-header (login page) */
  .dashboard-container .header .header-left,
  .iom-dashboard .header .header-left,
  .imo-dashboard .header .header-left {
    flex: 1;
  }
  
  .dashboard-container .header .header-right,
  .iom-dashboard .header .header-right,
  .imo-dashboard .header .header-right {
    flex: 0 0 auto;
  }
  
  .header .header-right .header-right-inner {
    justify-content: end;
  }
}
.banner-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-box.banner-new {
  background-color: #F0F7FF;
}
.banner-box.banner-new h1 {
  margin-bottom: 0px;
}
.banner-box.banner-new .banner-image {
  text-align: center;
}
.banner-box.banner-center .banner-image {
  text-align: center;
}
.banner-box .banner-image {
  padding-top: 0px;
}
.banner-box .banner-image img {
  max-width: 100%;
}
.banner-box .banner-content {
  padding: 100px 0;
}
.banner-box h1 {
  margin-bottom: 20px;
}
.banner-box p {
  font-size: 1.375rem;
  line-height: 150%;
  font-weight: 500;
}
.banner-box .banner-desc {
  margin-top: 32px;
}
.banner-box.inner-banner-box {
  padding: 78px 0 69px;
  overflow: hidden;
}
.banner-box.inner-banner-box h1 {
  color: #333333;
}
.banner-box.inner-banner-box h1 span {
  color: #0133A0;
}
.banner-box.privacy-banner-box .banner-content {
  min-height: 528px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-box.privacy-banner-box h1,
.banner-box.privacy-banner-box p {
  color: #fff;
}
.banner-box .last-updated {
  display: inline-block;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 1.25rem;
  line-height: 100%;
  margin-top: 32px;
  color: #fff;
}

.about-banner-box {
  background: linear-gradient(135deg, #F8FAFC 0%, #EFF6FF 100%);
  text-align: center;
}
.about-banner-box .about-banner-image {
  margin-bottom: 26px;
}
.about-banner-box .about-banner-image img {
  max-width: 450px;
  margin-top: -20px;
}
.about-banner-box .banner-content {
  padding: 0px !important;
  max-width: 812px;
  margin: auto;
}
.about-banner-box h1 {
  color: #333333;
}

@media (max-width: 1199px) {
  .banner-box .banner-content {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .banner-box p {
    font-size: 1.25rem;
    line-height: 130%;
  }
  .banner-box .banner-content {
    padding: 30px 0;
  }
  .banner-box.privacy-banner-box .banner-content {
    min-height: 328px;
  }
  .banner-box .last-updated {
    font-size: 0.875rem;
    line-height: 100%;
    margin-top: 16px;
  }
}
.contact-banner-image img {
  width: 100%;
}

@media (max-width: 991px) {
  .contact-banner-image {
    max-width: 400px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .banner-box p {
    font-size: 1.125rem;
    line-height: 130%;
  }
  .banner-box .banner-content {
    padding: 30px 0 20px;
    text-align: center;
  }
  .banner-box .banner-image img {
    max-width: 300px;
    margin: auto;
    display: block;
  }
}
.whoes-contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.whoes-contents ul li {
  width: calc(19.4444% - 12px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.whoes-contents ul li .whoes-text {
  max-width: 239px;
  text-align: center;
  min-height: 65px;
  padding: 8px 25px 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.whoes-contents ul li .whoes-text p {
  font-size: 1rem;
  line-height: 110%;
  color: #333333;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whoes-contents ul li .whoes-details {
  display: flex;
  align-items: center;
  gap: 10px;
}
.whoes-contents ul li .whoes-icon {
  max-width: 35px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  flex: 0 0 auto;
}
.whoes-contents ul li .whoes-icon span {
  font-size: 1.5rem;
  line-height: 100%;
  color: #0133A0;
  font-weight: 700;
}
.whoes-contents ul li .whoes-icon img {
  max-width: 100%;
}
.whoes-contents ul li .whoes-btns {
  width: 100%;
}
.whoes-contents ul li .whoes-btns a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 6px 6px 17px;
  font-size: 0.875rem;
  line-height: 130%;
  justify-content: space-between;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}
.whoes-contents ul li .whoes-btns a span {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #0133A0;
  font-size: 0.875rem;
  line-height: 100%;
  font-weight: 700;
  flex: 0 0 auto;
  transition: 0.2s;
}
.whoes-contents ul li .whoes-btns a:hover span {
  transform: rotate(-35deg);
}
.whoes-contents ul li.card-provide-housing .whoes-text {
  background-image: url("../images/provide-housing-bg.svg");
}
.whoes-contents ul li.card-contact-ngo .whoes-text {
  background-image: url("../images/contact-ngo-bg.svg");
}
.whoes-contents ul li.card-join-as-ngo .whoes-text {
  background-image: url("../images/join-as-ngo-bg.svg");
}
.whoes-contents ul li.card-volunteer .whoes-text {
  background-image: url("../images/volunteer-bg.svg");
}
.whoes-contents ul li.card-help-refugees .whoes-text {
  background-image: url("../images/help-refugees-bg.svg");
}

.ngo-benefitss-box .content-wrapper p {
  font-size: 1.25rem;
  line-height: 150%;
}
.ngo-benefitss-box .content-wrapper ul li span {
  font-size: 1.25rem;
  line-height: 150%;
}

@media (max-width: 1399px) {
  .whoes-contents ul li {
    width: calc(24% - 15px);
  }
}
@media (max-width: 1199px) {
  .whoes-contents ul li {
    width: calc(32% - 15px);
  }
}
@media (max-width: 991px) {
  .whoes-contents ul li .whoes-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ngo-benefitss-box .content-wrapper p {
    font-size: 1.125rem;
    line-height: 150%;
  }
  .ngo-benefitss-box .content-wrapper ul li span {
    font-size: 1.125rem;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .whoes-contents ul li {
    width: auto;
  }
}
.partners-box {
  background-color: #F0F7FF;
  padding: 40px 0;
}
.partners-box .partners-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
}
.partners-box .partners-inner .partners-item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 225px;
}
.partners-box .partners-inner .partners-item a {
  display: block;
  height: 60px;
}
.partners-box .partners-inner .partners-item img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
  object-fit: contain;
}
.partners-box .partners-inner .partners-item img:hover {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .partners-box {
    padding: 30px 0;
  }
  .partners-box .partners-inner .partners-item {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .partners-box {
    padding: 20px 0;
  }
  .partners-box .partners-inner .partners-item {
    width: calc(25% - 16px);
    height: 60px;
  }
  .partners-box .partners-inner .partners-item img {
    max-width: 100%;
    max-height: 60px;
  }
}
@media (max-width: 575px) {
  .partners-box .partners-inner {
    justify-content: center;
  }
  .partners-box .partners-inner .partners-item {
    height: 50px;
    width: calc(50% - 10px);
  }
  .partners-box .partners-inner .partners-item img {
    max-height: 50px;
  }
}
.housing-box {
  position: relative;
}
.housing-box::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/housing-bg.svg");
  background-repeat: no-repeat;
  width: 55%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-position: center;
}
.housing-box .tops-heads {
  margin-bottom: 0px;
}
.housing-box .housing-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.housing-box .housing-image img {
  max-width: 100%;
}
.housing-box .housing-image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 550px;
}
.housing-box .housing-image-grid .housing-img {
  overflow: hidden;
  border-radius: 10px;
}
.housing-box .housing-image-grid .housing-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s ease;
  max-width: 100%;
}
.housing-box .housing-image-grid .housing-img img:hover {
  transform: scale(1.1);
}
.housing-box .housing-image-grid .housing-img:last-child {
  grid-column: span 2;
  width: 60%;
}
.housing-box .housing-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}
.housing-box .housing-inner .housing-left {
  width: 395px;
}
.housing-box .housing-inner .housing-right {
  width: calc(100% - 395px);
  padding-left: 20px;
}
.housing-box .housing-inner.new-ui-changes .housing-left {
  width: 50%;
}
.housing-box .housing-inner.new-ui-changes .housing-right {
  width: 50%;
}
.housing-box.new-banner-updated {
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #e5f9ef;
  min-height: 516px;
  background-size: 740px 544px;
}
.housing-box.new-banner-updated:before {
  display: none;
}
.housing-box.new-banner-updated .housing-inner {
  flex-direction: row;
}
.housing-box.new-banner-updated .housing-inner.new-ui-changes .housing-right {
  padding-left: 0px;
}
.housing-box.new-banner-updated .housing-inner.new-ui-changes .housing-left {
  display: none;
}

@media (max-width: 1199px) {
  .housing-box::before {
    width: 100%;
    background-size: cover;
  }
  .housing-box .housing-inner.new-ui-changes .housing-left {
    width: 100%;
    margin-top: 30px;
  }
  .housing-box .housing-inner.new-ui-changes .housing-left .housing-image {
    text-align: center;
  }
  .housing-box .housing-inner.new-ui-changes .housing-right {
    width: 100%;
  }
  .housing-box.new-banner-updated {
    background-image: none !important;
  }
  .housing-box.new-banner-updated .section-gap {
    padding-bottom: 0px;
  }
  .housing-box.new-banner-updated .housing-inner.new-ui-changes .housing-left {
    display: block;
  }
}
@media (max-width: 991px) {
  .housing-box .housing-inner .housing-left {
    width: 40%;
  }
  .housing-box .housing-inner .housing-right {
    width: 60%;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .housing-box {
    padding-top: 30px;
  }
  .housing-box .tops-heads {
    margin-bottom: 30px;
  }
  .housing-box .housing-image-grid {
    max-width: 100%;
  }
  .housing-box .housing-image {
    max-width: 250px;
    margin: auto;
  }
  .housing-box .housing-inner {
    gap: 20px;
    text-align: center;
  }
  .housing-box .housing-inner .housing-left {
    width: 100%;
  }
  .housing-box .housing-inner .housing-right {
    width: 100%;
    padding-left: 0px;
  }
  .housing-box .housing-inner.new-ui-changes .housing-left {
    margin-top: 0px;
  }
  .housing-box .housing-inner.new-ui-changes .housing-image {
    max-width: 300px;
  }
  .housing-box.new-banner-updated {
    padding: 0px;
  }
}
.looking-box {
  background: linear-gradient(106.84deg, #0A3CA3 1.9%, #3C69B7 100%);
}
.looking-box.looking-new {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/looking-bg.png");
}
.looking-box .tops-heads h2 {
  color: #fff;
}
.looking-box .looking-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.looking-box .looking-right {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.looking-box .looking-right .looking-img {
  height: 100%;
}
.looking-box .looking-right .looking-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.looking-contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.looking-contact-list li a {
  font-family: "Cabin", sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease;
}
.looking-contact-list li a:hover .icons {
  background-color: #0133A0;
  color: #fff;
}
.looking-contact-list li a .icons {
  transition: all 0.3s ease;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  color: #0133A0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  line-height: 130%;
}

.looking-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.looking-inner .looking-items {
  background-color: #fff;
  border-radius: 6px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
  width: calc(33.33% - 16px);
}
.looking-inner .looking-items:hover {
  transform: translateY(-8px);
}
.looking-inner .looking-items .icons {
  transition: all 0.3s ease;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50%;
  background-color: #0133A0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.625rem;
  line-height: 130%;
  margin-bottom: 16px;
}
.looking-inner .looking-items .text24 {
  font-family: "Cabin", sans-serif;
  color: #0133A0;
  font-weight: 700;
  transition: all 0.3s ease;
}
.looking-inner .looking-items .text24 a {
  color: #0133A0;
}
.looking-inner .looking-items .text24:hover .icons {
  background-color: #0133A0;
  color: #fff;
}

@media (max-width: 991px) {
  .looking-contact-list {
    gap: 15px;
  }
  .looking-contact-list li a {
    gap: 10px;
  }
  .looking-contact-list li a .icons {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    font-size: 1.125rem;
    line-height: 130%;
  }
  .looking-inner .looking-items {
    width: calc(50% - 16px);
  }
}
@media (max-width: 767px) {
  .looking-box .looking-left {
    padding: 30px 0 15px;
  }
  .looking-inner .looking-items {
    width: 100%;
  }
}
.who-cols {
  height: 100%;
  border: 1px solid #0133A0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0px 3px 0px 0px #0133A0;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
}
.who-cols:hover {
  background-color: #0133A0;
}
.who-cols:hover .who-icons {
  background-color: #fff;
}
.who-cols:hover h4, .who-cols:hover p {
  color: #fff;
}
.who-cols:hover .btn-links {
  color: #fff;
}
.who-cols .who-tops {
  flex-grow: 1;
}
.who-cols .who-icons {
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 6px;
  transition: all 0.3s ease;
  margin: 0 auto 20px;
}
.who-cols .who-icons span {
  font-size: 2.5rem;
  line-height: 40px;
  color: #0133A0;
  transition: all 0.3s ease;
}
.who-cols h4 {
  margin-bottom: 8px;
}
.who-cols p {
  font-size: 1.25rem;
  line-height: 150%;
}
.who-cols .btn-links {
  text-decoration: underline;
}
.who-cols .who-bottoms {
  margin-top: 24px;
}
.who-cols.new-who-cols {
  border: none;
  text-align: left;
}
.who-cols.new-who-cols.with-border {
  border: 1px solid #0133A0;
}
.who-cols.new-who-cols.with-border.action-aura {
  border: 0;
  border-left: 5px solid #0133A0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.who-cols.new-who-cols.with-border.action-aura h4 {
  margin-bottom: 16px;
}
.who-cols.new-who-cols .who-icons {
  margin: 0px 0 20px;
}
.who-cols.new-who-cols h4 {
  font-family: "Cabin", sans-serif;
}

.new-register-who .who-cols {
  padding-top: 40px;
  padding-bottom: 40px;
}
.new-register-who .who-cols .who-icons {
  background-color: #0133A0;
}
.new-register-who .who-cols .who-icons span {
  color: #fff;
}
.new-register-who .who-cols h4 {
  margin-bottom: 0px;
}
.new-register-who .who-cols:hover .who-icons {
  background-color: #fff;
}
.new-register-who .who-cols:hover .who-icons span {
  color: #0133A0;
}
.new-register-who .register-rows .register-rowcol {
  width: calc(50% - 8px);
}

@media (max-width: 1199px) {
  .who-cols {
    padding: 20px;
  }
  .who-box .row {
    margin-top: -24px;
  }
  .who-box .gap-bottom {
    margin-top: 24px;
  }
}
@media (max-width: 991px) {
  .who-cols {
    padding: 16px;
  }
  .who-cols p {
    font-size: 1.125rem;
    line-height: 150%;
  }
  .new-register-who .who-cols {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .new-register-who .who-cols .who-icons {
    min-width: 52px;
    max-width: 52px;
    height: 52px;
  }
  .new-register-who .who-cols .who-icons span {
    font-size: 1.75rem;
    line-height: 130%;
  }
}
.location-box.section-gap:not(.bg-lightBlue) {
  padding-top: 0px;
}

.location-inner {
  position: relative;
}
.location-inner .location-map {
  height: 618px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #F0F7FF;
}
.location-inner .location-map img,
.location-inner .location-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-content {
  padding: 11px 0;
  position: absolute;
  left: 32px;
  top: 0px;
  bottom: 0px;
  width: 262px;
  z-index: 1;
}
.location-content .location-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.location-content .location-grid .location-grid-item {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 24px 34px;
  box-shadow: 0px 0px 4px 0px #0133A0;
}
.location-content .location-grid .location-grid-item p.text24 {
  color: #606060;
  margin-bottom: 10px;
}
.location-content .location-grid .location-grid-item p.heading32 {
  color: #0133A0;
}

@media (max-width: 991px) {
  .location-inner .location-map {
    height: 400px;
  }
  .location-content {
    width: auto;
    position: static;
    padding: 0px;
    margin-top: 24px;
  }
  .location-content .location-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
  .location-content .location-grid .location-grid-item {
    padding: 16px;
    border: 1px solid #0133A0;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3px 0px 0px #0133A0;
  }
  .location-content .location-grid .location-tops {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .location-inner .location-map {
    height: 300px;
  }
  .location-content .location-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .location-content .location-grid .location-grid-item {
    padding: 12px;
    border: 1px solid #0133A0;
  }
}
.work-box {
  background-color: rgba(240, 247, 255, 0.5);
  background: url(../images/work-bg.svg) no-repeat top center;
  background-size: cover;
}
.work-box .work-image {
  text-align: center;
}
.work-box .work-image img {
  max-width: 100%;
}
.work-box .work-list {
  list-style-type: none;
}
.work-box .work-list li {
  margin-bottom: 32px;
  display: flex;
  gap: 16px;
}
.work-box .work-list li:last-child {
  margin-bottom: 0;
}
.work-box .work-list .work-icons {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border: 1px solid #0133A0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work-box .work-list .work-icons span {
  font-size: 28px;
  color: #0133A0;
}
.work-box .work-list .work-content .text24 {
  color: #303030;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.work-box .work-list .work-content .text20 {
  color: #757575;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .work-box .work-icons {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .work-box .work-icons span {
    font-size: 20px;
  }
  .work-box .work-list {
    margin-bottom: 30px;
  }
  .work-box .work-list li {
    margin-bottom: 24px;
  }
  .work-box .work-image {
    max-width: 250px;
    margin: auto;
  }
}
.expand-box {
  text-align: center;
  background: linear-gradient(106.84deg, #0A3CA3 1.9%, #3C69B7 100%);
}
.expand-box .expand-inner {
  background: url("../images/expand-bg.svg") no-repeat center center;
  background-size: cover;
}
.expand-box h2 {
  color: #fff;
}
.expand-box p {
  font-size: 1.5rem;
  line-height: 150%;
  color: #fff;
  margin-top: 10px;
}
.expand-box .expand-btn {
  margin-top: 30px;
}

.join-box .row {
  margin-top: -24px;
}
.join-box [class^=col-] {
  margin-top: 24px;
}
.join-box .join-content {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922), -5px 0px 0px 0px #0133A0;
  border-radius: 8px;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.join-box .join-content:hover {
  transform: translateY(-5px);
}
.join-box .join-content.join-green {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922), -5px 0px 0px 0px #2BB89F;
}
.join-box .join-content.join-green .join-icons span {
  color: #2BB89F;
}
.join-box .join-content.join-orange {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922), -5px 0px 0px 0px #FF6B5F;
}
.join-box .join-content.join-orange .join-icons span {
  color: #FF6B5F;
}
.join-box .join-content.join-network {
  text-align: center;
}
.join-box .join-content.join-network .join-icons {
  margin: 0 auto 20px;
}
.join-box .join-content.join-network .text24 {
  color: #0133A0;
}
.join-box .join-content.join-network:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922), -5px 0px 0px 0px #0133A0;
}
.join-box .join-icons {
  width: 40px;
  height: 40px;
  margin-bottom: 32px;
}
.join-box .join-icons span {
  font-size: 2.375rem;
  line-height: 100%;
  color: #0133A0;
}
.join-box h3 {
  color: #303030;
  margin-bottom: 12px;
  font-family: "Cabin", sans-serif;
}
.join-box .join-content-top {
  flex-grow: 1;
}
.join-box .join-content-bottom {
  margin-top: 32px;
}
.join-box .btn-links {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .join-box .join-content {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .join-box .join-content.join-network {
    padding: 24px 20px;
  }
}
.stories-box {
  background-color: #F0F7FF;
}
.stories-box.new-stories {
  background-color: #fff;
}
.stories-box.new-stories .stories-cols {
  background-color: #F0F7FF;
}
.stories-box .stories-item {
  padding: 0 8px 7px;
}

.stories-cols {
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.stories-cols:hover {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1490196078);
}
.stories-cols .stories-top {
  flex-grow: 1;
}
.stories-cols .stories-top p {
  color: #4A4A4A;
}
.stories-cols .stories-bottom {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.stories-cols .stories-profile-pic {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 14px;
}
.stories-cols .stories-profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stories-cols .stories-bottom-right p {
  color: #000000;
  font-size: 0.875rem;
  line-height: 150%;
}

@media (max-width: 1199px) {
  .stories-cols {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .stories-box {
    padding-bottom: 50px;
  }
}
.resources-box {
  background-color: #F0F7FF;
}
.resources-box .row {
  margin-top: -24px;
}
.resources-box [class^=col-] {
  margin-top: 24px;
}

.resources-content {
  height: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 6px;
  overflow: hidden;
  padding: 12px 12px 24px;
  background-color: #fff;
}
.resources-content .resources-tags-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.resources-content .resources-tags-dates p {
  color: #757575;
}
.resources-content .resources-content-bottom {
  margin-top: 18px;
}
.resources-content .text24 {
  font-family: "Cabin", sans-serif;
  line-height: 130%;
}
.resources-content .resources-img {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 18px;
}
.resources-content .resources-img img {
  width: 100%;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.resources-content:hover {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
}
.resources-content:hover .resources-img img {
  transform: scale(1.07);
}

.filters > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.filters > ul > li > .btn {
  border: 1px solid #D2D2D2 !important;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 130%;
  font-weight: 600;
  background-color: transparent;
  padding: 10px 14px;
  transition: 0.3s;
  position: relative;
  outline: none !important;
  box-shadow: none !important;
}
.filters > ul > li > .btn::before {
  content: "\e91b";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  right: 14px;
  line-height: 0;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.2s;
}
.filters > ul > li:has(input:checked) > .btn {
  border-color: #0133A0;
  background-color: #0133A0;
  color: #fff;
  padding-right: 37px;
}
.filters > ul > li:has(input:checked) > .btn::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}

.resource-heads {
  margin-bottom: 32px;
}
.resource-heads > h1 {
  font-size: 2.125rem;
  line-height: 150%;
  font-weight: "Cabin", sans-serif;
  color: #333333;
  margin-bottom: 12px;
  font-weight: 700;
}

.info-list {
  font-size: 0.875rem;
  line-height: 130%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #333333;
}
.info-list > li {
  position: relative;
  padding-left: 12px;
}
.info-list > li:first-child {
  padding-left: 0;
}
.info-list > li:first-child::before {
  content: none;
}
.info-list > li::before {
  content: "|";
  position: absolute;
  left: 0;
}

.social-media {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.social-media li a {
  display: block;
  color: #333333;
  transition: 0.3s;
  padding: 2px;
  font-size: 120%;
}
.social-media li a:hover {
  color: #0133A0;
}

.img-card {
  border-radius: 4px;
  overflow: hidden;
}

.content-wrapper p,
.content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4, .content-wrapper h5, .content-wrapper h6 {
  margin-bottom: 1rem;
}
.content-wrapper p + img,
.content-wrapper p + h1, .content-wrapper p h2, .content-wrapper p h3, .content-wrapper p h4, .content-wrapper p h5, .content-wrapper p h6,
.content-wrapper h1 + img,
.content-wrapper h1 + h1,
.content-wrapper h1 h2,
.content-wrapper h1 h3,
.content-wrapper h1 h4,
.content-wrapper h1 h5,
.content-wrapper h1 h6, .content-wrapper h2 + img,
.content-wrapper h2 + h1, .content-wrapper h2 h2, .content-wrapper h2 h3, .content-wrapper h2 h4, .content-wrapper h2 h5, .content-wrapper h2 h6, .content-wrapper h3 + img,
.content-wrapper h3 + h1, .content-wrapper h3 h2, .content-wrapper h3 h3, .content-wrapper h3 h4, .content-wrapper h3 h5, .content-wrapper h3 h6, .content-wrapper h4 + img,
.content-wrapper h4 + h1, .content-wrapper h4 h2, .content-wrapper h4 h3, .content-wrapper h4 h4, .content-wrapper h4 h5, .content-wrapper h4 h6, .content-wrapper h5 + img,
.content-wrapper h5 + h1, .content-wrapper h5 h2, .content-wrapper h5 h3, .content-wrapper h5 h4, .content-wrapper h5 h5, .content-wrapper h5 h6, .content-wrapper h6 + img,
.content-wrapper h6 + h1, .content-wrapper h6 h2, .content-wrapper h6 h3, .content-wrapper h6 h4, .content-wrapper h6 h5, .content-wrapper h6 h6 {
  margin-bottom: 1rem;
}
.content-wrapper img {
  border-radius: 4px;
}

.resource-heading-top {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.resource-heading-top .resource-top-left {
  width: calc(100% - 120px);
}
.resource-heading-top .btn-links {
  text-decoration: none;
}
.resource-heading-top .btn-links:hover {
  text-decoration: underline;
}

.resource-row-outer {
  margin-bottom: 48px;
}
.resource-row-outer:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .resource-heading-top {
    margin-bottom: 24px;
  }
  .resource-row-outer {
    margin-bottom: 30px;
  }
}
.footer {
  background: linear-gradient(90deg, #0033A0 0%, #00123A 198.44%);
}
.footer a {
  transition: all 0.3s ease;
}

.footer-logo {
  margin-bottom: 24px;
}
.footer-logo a {
  display: inline-block;
}

.footer-top {
  padding: 50px 0;
  color: #fff;
}
.footer-top .part-logo {
  margin-top: 24px;
}
.footer-top p {
  color: #fff;
  margin-bottom: 24px;
}
.footer-top p a {
  color: #fff;
  text-decoration: none;
}
.footer-top p a:hover {
  opacity: 0.6;
}
.footer-top p.email {
  margin-bottom: 12px;
}
.footer-top p.phone {
  margin-bottom: 0;
}
.footer-top p:last-child {
  margin-bottom: 0;
}
.footer-top h5 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}
.footer-top .footer-links li {
  margin-top: 12px;
}
.footer-top .footer-links li:first-child {
  margin-top: 0;
}
.footer-top .footer-links li a {
  color: #fff;
  text-decoration: none;
}
.footer-top .footer-links li a:hover {
  opacity: 0.6;
}

.footer-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #fff;
  padding: 24px 0;
}

.footer-bottom-inner-left p {
  color: #fff;
}

.footer-bottom-inner-right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-bottom-inner-right li a {
  color: #fff;
  display: block;
}
.footer-bottom-inner-right li a:hover {
  opacity: 0.6;
}

@media (max-width: 991px) {
  .footer {
    font-size: 0.875rem;
    line-height: 150%;
  }
  .footer-top-outer {
    margin-bottom: 40px;
  }
  .footer-top {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .footer-top {
    padding: 30px 0;
  }
  .footer-top-outer {
    margin-bottom: 30px;
  }
  .footer-cols {
    margin-bottom: 30px;
  }
  .footer-cols:last-child {
    margin-bottom: 0;
  }
  .footer-top h5 {
    margin-bottom: 16px;
  }
  .footer-bottom-inner {
    display: block;
  }
  .footer-bottom-inner-left p {
    text-align: center;
  }
  .footer-bottom-inner-right {
    margin-top: 20px;
  }
  .footer-bottom-inner-right ul {
    gap: 12px;
    justify-content: center;
  }
}
.flag-icon {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  flex: 0 0 auto;
  display: none;
}
.flag-icon[flag-name=en] {
  background-image: url(../images/flag/en.svg);
}
.flag-icon[flag-name=be] {
  background-image: url(../images/flag/be.svg);
}
.flag-icon[flag-name=fr] {
  background-image: url(../images/flag/fr.svg);
}
.flag-icon[flag-name=ru] {
  background-image: url(../images/flag/ru.svg);
}
.flag-icon[flag-name=es] {
  background-image: url(../images/flag/es.svg);
}
.flag-icon[flag-name=jh] {
  background-image: url(../images/flag/cn.svg);
}
.flag-icon[flag-name=th] {
  background-image: url(../images/flag/th.svg);
}
.flag-icon[flag-name=de] {
  background-image: url(../images/flag/de.svg);
}
.flag-icon[flag-name=al] {
  background-image: url(../images/flag/al.svg);
}
.flag-icon[flag-name=ro] {
  background-image: url(../images/flag/ro.svg);
}
.flag-icon[flag-name=tr] {
  background-image: url(../images/flag/tr.svg);
}
.flag-icon[flag-name=vi] {
  background-image: url(../images/flag/vn.svg);
}
.flag-icon[flag-name=gf] {
  background-image: url(../images/flag/gf.svg);
}
.flag-icon[flag-name=ja] {
  background-image: url(../images/flag/jp.svg);
}
.flag-icon[flag-name=ne] {
  background-image: url(../images/flag/np.svg);
}
.flag-icon[flag-name=tj] {
  background-image: url(../images/flag/tj.svg);
}
.flag-icon[flag-name=it] {
  background-image: url(../images/flag/it.svg);
}
.flag-icon[flag-name=nl] {
  background-image: url(../images/flag/nl.svg);
}

.coutry-flag-dropdown {
  display: flex;
}
.coutry-flag-dropdown .lang-dropdown {
  position: relative;
}
.coutry-flag-dropdown .lang-dropdown .lang-btn {
  border: none;
  outline: none !important;
  box-shadow: none !important;
  background: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "gillsansnova_book", sans-serif;
  height: 100%;
  border-bottom: 1px solid #D2D2D2;
  position: relative;
  padding-right: 35px;
  padding-left: 0;
  min-width: 50px;
}
.coutry-flag-dropdown .lang-dropdown .lang-btn::before {
  content: "\e90e";
  position: absolute;
  font-family: "icomoon";
  width: 20px;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: 0.3s;
}
.coutry-flag-dropdown .lang-dropdown .lang-btn.active::before {
  transform: translateY(-50%) rotate(180deg);
}
.coutry-flag-dropdown .lang-dropdown .lang-menu {
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 6px;
  border: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 8px 0;
  border-radius: 6px;
  min-width: 160px;
}
.coutry-flag-dropdown .lang-dropdown .lang-menu li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  cursor: pointer;
}
.coutry-flag-dropdown .lang-dropdown .flag-icon.de {
  background-image: url("../images/flag-new/gr.svg");
}
.coutry-flag-dropdown .lang-dropdown .flag-icon.en {
  background-image: url("../images/flag-new/uk.svg");
}
.coutry-flag-dropdown .lang-dropdown .flag-icon.nl {
  background-image: url("../images/flag-new/nl.svg");
}
.coutry-flag-dropdown .lang-dropdown .flag-icon.fr {
  background-image: url("../images/flag-new/fr.svg");
}
.coutry-flag-dropdown > .country-flag-toggle {
  outline: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Cabin", sans-serif;
  height: 100%;
  border-bottom: 1px solid #D2D2D2;
  position: relative;
  padding-right: 35px;
}
.coutry-flag-dropdown > .country-flag-toggle::before {
  content: "\e90e";
  position: absolute;
  font-family: "icomoon";
  width: 20px;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: 0.3s;
}
.coutry-flag-dropdown .dropdown-menu {
  border: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.coutry-flag-dropdown .dropdown-menu > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
}
.coutry-flag-dropdown .dropdown-menu > li > a .flag-icon {
  width: 1.5em;
  height: 1.5em;
}
.coutry-flag-dropdown .dropdown-menu > li > a:hover {
  background-color: #D2D2D2;
}
.coutry-flag-dropdown:has(.show) > .country-flag-toggle::before {
  transform: translateY(-50%) rotate(180deg);
}

.header-right-inner:has(.country-flag-toggle) {
  align-items: initial;
}
@media screen and (min-width: 1199px) {
  .header-right-inner:has(.country-flag-toggle) {
    gap: 34px;
  }
}

@media screen and (min-width: 991px) {
  .desktop-hide {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .mobile-hide {
    display: none !important;
  }
  .coutry-flag-dropdown .lang-dropdown .lang-menu {
    left: auto;
    right: 0;
  }
}
.card.card-form {
  border-radius: 10px;
  border-color: #BDBDBD;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 50px;
}
.card.card-form .card-header,
.card.card-form .card-body {
  padding: 0;
}
.card.card-form .card-header {
  background-color: transparent;
  border: 0;
}
.card.card-form .card-header .card-title {
  font-family: "Cabin", sans-serif;
  color: #0133A0;
  margin-bottom: 32px;
  font-size: 2rem;
  line-height: 150%;
  font-weight: 700;
}
.card.card-2 {
  height: 100%;
  background-color: #F0F7FF;
  border: 0;
  border-radius: 8px;
  padding: 1.5rem;
  align-items: center;
}
.card.card-2 .card-body {
  padding: 0;
  text-align: center;
}
.card.card-2 .card-body .card-title {
  color: #0133A0;
  font-size: 1.375rem;
  line-height: 150%;
  font-family: "Cabin", sans-serif;
  display: block;
  word-break: break-all;
  font-weight: 700;
}
.card.card-2 .card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0133A0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 1rem;
}
.card.card-2 .card-icon i {
  font-size: 150%;
}
.card.card-2 .btn-holder {
  margin-top: 0px;
  padding-top: 8px;
}
.card.card-2 .btn-holder .btn-links {
  text-decoration: underline;
}
.card.card-2 .btn-holder .btn-links:hover {
  text-decoration: none;
}
.card.card-team {
  --padding-size: 3rem;
  border: 0;
  border-radius: 0;
  height: 100%;
}
.card.card-team .card-img {
  position: relative;
  padding-bottom: 80%;
  overflow: hidden;
}
.card.card-team .card-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.card.card-team .card-body {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: var(--padding-size) 1rem;
  margin-top: calc(-1 * var(--padding-size));
}
.card.card-team .card-body .card-title {
  font-size: 1.25rem;
  line-height: 130%;
  margin-bottom: 0;
  font-weight: 600;
  line-height: normal;
}
.card.card-team .card-body .card-subtitle {
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 130%;
}
.card.card-team .card-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 75%);
  background-color: #0133A0;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .card.card-form {
    padding: 24px;
  }
  .card.card-2 {
    padding: 20px;
  }
  .card.card-team .card-body .card-title, .card.card-2 .card-body .card-title {
    font-size: 20px;
  }
}
.form-group {
  position: relative;
}
.form-group .form-control {
  border-color: #828282;
  min-height: 50px;
  box-shadow: none !important;
}
.form-group .form-control::placeholder {
  color: #828282;
}
.form-group .form-control:focus {
  border-color: #0133A0;
}

textarea.form-control {
  resize: none;
}

.error-msgs {
  color: #FF0000;
  font-size: 0.75rem;
  line-height: 150%;
  margin-top: 2px;
  margin-bottom: 0;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.custom-select-holder {
  position: relative;
}
.custom-select-holder:before {
  content: "\e90e";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 150%;
  color: #828282;
  pointer-events: none;
}
.custom-select-holder select {
  padding-right: 35px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
}
.custom-select-holder select::-ms-expand {
  display: none;
}

.drag-upload-box {
  position: relative;
  overflow: hidden;
}
.drag-upload-box input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.drag-upload-box input[type=file]:hover ~ .drag-upload-box-inner {
  border-color: #0133A0;
}
.drag-upload-box .drag-upload-box-inner {
  border: 1px dashed #D8E4FF;
  background-color: #F0F7FF;
  padding: 34px 24px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
}
.drag-upload-box .drag-upload-box-inner .text20 {
  color: #000000;
  margin-bottom: 32px;
}
.drag-upload-box .drag-upload-box-inner .drag-upload-icon {
  margin-bottom: 24px;
}
.drag-upload-box .drag-upload-box-inner .drag-upload-icon span {
  font-size: 27px;
  line-height: 150%;
  color: #1E1E1E;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.custom-checkbox .custom-checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0;
  z-index: 2;
}
.custom-checkbox .custom-checkbox-input:checked ~ .custom-checkbox-span {
  background-color: #0133A0;
  border-color: #0133A0;
}
.custom-checkbox .custom-checkbox-input:checked ~ .custom-checkbox-span:after {
  display: block;
}
.custom-checkbox .custom-checkbox-input:disabled ~ .custom-checkbox-span {
  background-color: #E8E8E8;
  border-color: #E8E8E8;
  cursor: not-allowed;
  opacity: 0.6;
}
.custom-checkbox .custom-checkbox-span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  z-index: 1;
}
.custom-checkbox .custom-checkbox-span:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox:hover .custom-checkbox-input:not(:disabled) ~ .custom-checkbox-span {
  border-color: #0133A0;
}

.custom-select-holder .form-control {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-select-holder .form-control:not(.has-value) {
  color: #828282;
}

main {
  overflow: hidden;
}

.banner-content.text-white h1,
.banner-content.text-white p {
  color: #fff;
}

.section-full {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1199px) {
  .section-full {
    min-height: 45vh;
  }
}

.about-wrapper .about-card + .about-card {
  padding-top: 4rem;
}
.about-wrapper .about-card .card-content .card-title {
  color: #0133A0;
  position: relative;
  margin-bottom: 1.5rem !important;
  padding-bottom: 10px;
  font-size: 2.5625rem;
  line-height: 130%;
}
.about-wrapper .about-card .card-content .card-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20%;
  height: 3px;
  background-color: #0133A0;
}
.about-wrapper .about-card .card-content .card-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-wrapper .about-card .card-content .card-text > p {
  font-size: 20px;
  line-height: 150%;
}
.about-wrapper .about-card .card-content .card-text > p a {
  color: #0133A0;
}
.about-wrapper .about-card .card-img {
  max-width: 495px;
}
@media screen and (min-width: 991px) {
  .about-wrapper .about-card:nth-child(even) > .row {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .about-wrapper .about-card .card-content {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .about-wrapper .about-card > .row {
    flex-direction: column-reverse;
  }
  .about-wrapper .about-card .card-content {
    text-align: center;
  }
  .about-wrapper .about-card .card-content .card-title::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .about-wrapper .about-card .card-content .card-text > p {
    font-size: 1rem;
    line-height: 150%;
  }
}

.text-color-2 {
  color: #333333 !important;
}

.section-get-in-touch {
  background-image: url("../images/get-in-touch-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-get-in-touch .card-2 {
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.section-get-in-touch .card-2:hover {
  background-color: #F0F7FF;
}

.faq-wrapper {
  max-width: 700px;
  margin-left: auto;
  padding-left: 20px;
}
.faq-wrapper > ul > li {
  border-bottom: 1px solid #D2D2D2;
}
.faq-wrapper > ul > li > a {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 500;
  padding: 1.5rem 0;
  display: flex;
  position: relative;
  padding-right: 2rem;
}
.faq-wrapper > ul > li > a::before {
  content: "\e90e";
  position: absolute;
  font-family: "icomoon";
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  transition: 0.3s;
}
.faq-wrapper > ul > li .faq-content {
  display: none;
  font-size: 1rem;
  line-height: 150%;
  padding-bottom: 1.5rem;
  padding-right: 2rem;
}
.faq-wrapper > ul > li .faq-content .faq-body {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}
.faq-wrapper > ul > li .faq-content p {
  font-size: initial;
  line-height: 150%;
}
.faq-wrapper > ul > li .faq-content ul {
  padding-left: 22px;
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.faq-wrapper > ul > li .faq-content ul li {
  list-style: disc;
}
.faq-wrapper > ul > li.active a::before {
  transform: translateY(-50%) rotate(180deg);
}

.list-big li {
  position: relative;
  font-size: 1.375rem;
  line-height: 130%;
  font-weight: 700;
  color: #0133A0;
}
.list-big li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0133A0;
  vertical-align: middle;
  margin-right: 1rem;
}
.list-big li + li {
  margin-top: 12px;
}

@media (max-width: 1199px) {
  .faq-wrapper {
    max-width: 600px;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-card .card-img {
    margin-top: 25px;
    margin: 25px auto 0;
  }
  .list-big li {
    font-size: 1rem;
    line-height: 130%;
  }
  .list-big li::before {
    width: 5px;
    height: 5px;
  }
}
@media (max-width: 767px) {
  .about-wrapper .about-card .card-img {
    max-width: 300px;
    margin: 25px auto 0;
  }
}
.how-it-works-box .tops-heads .btn-links {
  margin-top: 10px;
  display: inline-block;
  text-decoration: underline;
}
.how-it-works-box .house-gif {
  padding-top: 40px;
}
.how-it-works-box .house-gif img {
  max-width: 100%;
  max-width: 450px;
}
.how-it-works-box .works-list li {
  padding-top: 70px;
}
.how-it-works-box .works-list li:first-child {
  padding-top: 0;
}
.how-it-works-box .works-list li:nth-child(even) .works-row {
  flex-direction: row-reverse;
}
.how-it-works-box .works-list li:nth-child(even) .works-row .works-left {
  padding-right: 0;
  padding-left: 151px;
}
.how-it-works-box .works-list .works-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.how-it-works-box .works-list .works-row .works-left {
  width: calc(100% - 490px);
  padding-right: 151px;
}
.how-it-works-box .works-list .works-row .works-left .couting-text {
  display: block;
  font-size: 12.5rem;
  line-height: 100%;
  font-family: "Cabin", sans-serif;
  color: #D2D2D2;
}
.how-it-works-box .works-list .works-row .works-left h2 {
  color: #333333;
  margin-top: 32px;
}
.how-it-works-box .works-list .works-row .works-left p {
  margin-top: 24px;
  font-size: 1.375rem;
  line-height: 150%;
  color: #4C4C4C;
}
.how-it-works-box .works-list .works-row .works-right {
  width: 440px;
  padding: 0 20px;
}
.how-it-works-box .works-list .works-row .works-right img {
  width: 100%;
}

.ppt-cntr {
  padding-top: 56px;
  text-align: center;
}

.works-list-number li {
  position: relative;
  padding-left: 92px;
  padding-top: 0px;
  padding-bottom: 50px;
}
.works-list-number li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  bottom: 0px;
  background-color: #0133A0;
  width: 1px;
}
.works-list-number li:last-child {
  padding-bottom: 0px;
}
.works-list-number li:last-child:before {
  display: none;
}
.works-list-number .couting-number {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #0133A0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 100%;
  font-family: "Cabin", sans-serif;
  padding: 7px;
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: 700;
}
.works-list-number h4 {
  color: #333333;
}
.works-list-number p {
  font-size: 1.25rem;
  line-height: 150%;
  color: #4C4C4C;
  margin-top: 8px;
}
.works-list-number p a {
  color: #0133A0;
}

@media (max-width: 1399px) {
  .how-it-works-box .house-gif img {
    max-width: 400px;
  }
  .how-it-works-box .works-list li {
    padding-top: 50px;
  }
  .how-it-works-box .works-list li:nth-child(even) .works-row .works-left {
    padding-right: 0;
    padding-left: 0;
  }
  .how-it-works-box .works-list .works-row .works-left {
    width: calc(100% - 390px);
    padding-right: 100px;
  }
  .how-it-works-box .works-list .works-row .works-left .couting-text {
    font-size: 8.75rem;
    line-height: 150%;
  }
  .how-it-works-box .works-list .works-row .works-left h2 {
    margin-top: 20px;
  }
  .how-it-works-box .works-list .works-row .works-left p {
    margin-top: 20px;
    font-size: 1.125rem;
    line-height: 150%;
  }
  .how-it-works-box .works-list .works-row .works-right {
    width: 390px;
  }
}
@media (min-width: 992px) {
  .how-it-works-box .tops-heads {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .how-it-works-box .house-gif {
    padding-top: 40px;
  }
  .how-it-works-box .works-list li {
    padding-top: 40px;
  }
  .how-it-works-box .works-list .works-row .works-left {
    width: 100%;
    padding-right: 0;
  }
  .how-it-works-box .works-list .works-row .works-left .couting-text {
    font-size: 5rem;
    line-height: 150%;
  }
  .how-it-works-box .works-list .works-row .works-left p {
    font-size: 1rem;
    line-height: 150%;
  }
  .how-it-works-box .works-list .works-row .works-right {
    width: 100%;
    padding-top: 20px;
    max-width: 330px;
    margin: auto;
  }
  .how-it-works-box .ppt-cntr {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .how-it-works-box .house-gif img {
    max-width: 320px;
  }
  .works-list-number li {
    padding-left: 70px;
    padding-bottom: 30px;
  }
  .works-list-number li:before {
    left: 25px;
  }
  .works-list-number p {
    font-size: 1.125rem;
    line-height: 150%;
  }
  .works-list-number .couting-number {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
    line-height: 100%;
    padding: 5px;
    left: 0px;
    top: 0px;
  }
}
.privacy-policy-box .privacy-inner {
  display: flex;
  flex-wrap: wrap;
}
.privacy-policy-box .privacy-left {
  width: 350px;
}
.privacy-policy-box .privacy-tabs ul {
  padding-left: 32px;
  position: relative;
}
.privacy-policy-box .privacy-tabs ul::after {
  content: "";
  width: 8px;
  background-color: #f0f7ff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 100px;
}
.privacy-policy-box .privacy-tabs ul li {
  padding-top: 24px;
}
.privacy-policy-box .privacy-tabs ul li:first-child {
  padding-top: 0;
}
.privacy-policy-box .privacy-tabs ul li a {
  display: block;
  font-size: 1.25rem;
  line-height: 150%;
  color: #606060;
  position: relative;
}
.privacy-policy-box .privacy-tabs ul li a.active::after {
  opacity: 1;
}
.privacy-policy-box .privacy-tabs ul li a::after {
  content: "";
  width: 8px;
  background-color: #0133A0;
  position: absolute;
  left: -32px;
  top: 0;
  bottom: 0;
  border-radius: 100px;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease;
}
.privacy-policy-box .privacy-tabs {
  padding: 32px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 8px;
}

.privacy-content {
  padding: 32px;
  background-color: #fff;
  border-radius: 8px;
}
.privacy-content .privacy-ul .privacy-li {
  padding: 24px 0;
  border-top: 1px solid #E8E8E8;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.privacy-content .privacy-ul .privacy-li h5 {
  font-size: 1.5rem;
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 16px;
}
.privacy-content .privacy-ul .privacy-li h5 [class^=icon-],
.privacy-content .privacy-ul .privacy-li h5 [class*=" icon-"] {
  font-size: 1.5rem;
  line-height: 100%;
  color: #0133A0;
}
.privacy-content .privacy-ul .privacy-li h6 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 150%;
  color: #4C4C4C;
}
.privacy-content .privacy-ul .privacy-li ul {
  padding-left: 24px;
}
.privacy-content .privacy-ul .privacy-li ul li {
  font-size: 1.125rem;
  line-height: 150%;
  color: #4A4A4A;
  margin-top: 10px;
  list-style: disc;
}
.privacy-content .privacy-ul .privacy-li ul li:first-child {
  margin-top: 0;
}
.privacy-content .privacy-ul .privacy-li p {
  font-size: 1.125rem;
  line-height: 150%;
  color: #4A4A4A;
}
.privacy-content .privacy-ul .privacy-li p a {
  color: #0133A0;
  text-decoration: underline;
}
.privacy-content .privacy-ul .privacy-li:first-child {
  padding-top: 0;
  border-top: 0;
}
.privacy-content .privacy-ul .privacy-li:last-child {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .privacy-policy-box .privacy-left {
    display: none;
  }
  .privacy-policy-box .privacy-right {
    width: 100%;
    padding-left: 0;
  }
  .privacy-content {
    padding: 24px;
  }
  .privacy-content .privacy-ul .privacy-li h5 {
    font-size: 1.25rem;
    line-height: 150%;
  }
  .privacy-content .privacy-ul .privacy-li h6 {
    font-size: 1.125rem;
    line-height: 150%;
  }
  .privacy-content .privacy-ul .privacy-li p {
    font-size: 1rem;
    line-height: 150%;
  }
  .privacy-content .privacy-ul .privacy-li ul li {
    font-size: 1rem;
    line-height: 150%;
  }
}
.how-work-box {
  background-color: #F0F7FF;
}

.how-work-item {
  text-align: center;
}
.how-work-item .how-work-icon {
  height: 134px;
  margin-bottom: 24px;
}
.how-work-item .how-work-icon img {
  max-width: 100%;
  max-height: 134px;
}
.how-work-item .text20 {
  margin-top: 8px;
}

@media (max-width: 991px) {
  .how-work-item .how-work-icon {
    height: 100px;
  }
  .how-work-item .how-work-icon img {
    max-height: 100px;
  }
}
@media (max-width: 767px) {
  .how-work-box [class*=col-] {
    margin-bottom: 30px;
  }
  .how-work-box [class*=col-]:last-child {
    margin-bottom: 0px;
  }
  .how-work-item .how-work-icon {
    height: 90px;
    margin-bottom: 16px;
  }
  .how-work-item .how-work-icon img {
    max-height: 90px;
  }
}
.network-box {
  background: linear-gradient(106.84deg, #0A3CA3 1.9%, #3C69B7 100%);
}
.network-box h2, .network-box p, .network-box .text24 {
  color: #fff;
}
.network-box .text24 {
  margin-bottom: 32px;
}
.network-box p {
  line-height: 150%;
}
.network-box .network-content {
  padding-right: 20px;
}
.network-box .network-image img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .network-box .network-content {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .network-box .text24 {
    margin-bottom: 15px;
  }
  .network-box .network-content {
    padding-right: 0px;
    text-align: center;
  }
  .network-box .network-image {
    max-width: 250px;
    margin: 0px auto 25px;
  }
}
.login-box {
  background-color: #F0F7FF;
}

.login-inner {
  max-width: 1140px;
  margin: auto;
  padding: 24px;
  background-color: #3967B6;
  border-radius: 8px;
}

.login-inner-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.login-inner-row .login-inner-left {
  width: calc(100% - 480px);
  padding-right: 70px;
}
.login-inner-row .login-inner-left img {
  max-width: 100%;
}
.login-inner-row .login-inner-right {
  width: 480px;
}

.login-contents {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  height: 100%;
}
.login-contents h6 {
  font-size: 1.125rem;
  line-height: 150%;
  color: #0133A0;
  margin-bottom: 24px;
}
.login-contents .login-top {
  padding-bottom: 32px;
}
.login-contents .login-bottom {
  border-top: 1px solid #E5E5E5;
  text-align: center;
  padding-top: 16px;
}
.login-contents p {
  font-size: 1.125rem;
  line-height: 150%;
  color: #1A1A1A;
}
.login-contents p a {
  color: #007AFF;
  transition: all 0.3s ease;
}
.login-contents p a:hover {
  color: #0133A0;
}

.form-control-holder {
  position: relative;
}
.form-control-holder .withicons {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: rem-calc(16);
  color: #4A4A4A;
  transition: all 0.3s ease;
}
.form-control-holder .withicons:hover {
  color: #0133A0;
}
.form-control-holder .form-control {
  padding-right: 40px !important;
}

.form-group.form-textbox-label {
  margin-bottom: 20px;
}
.form-group.form-textbox-label label {
  font-weight: normal;
  font-family: "Cabin", sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  color: #4A4A4A;
  display: block;
  margin-bottom: 8px;
}
.form-group.form-textbox-label .form-control {
  background-color: #F0F7FF;
  border-radius: 6px;
  border-color: #F0F7FF;
  padding: 18px 16px;
  font-size: 1.125rem;
  line-height: 150%;
  color: #303030;
}

.form-switch-holder {
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.form-switch-holder .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-bottom: 0px !important;
  outline: none !important;
}
.form-switch-holder .switch:focus {
  outline: none !important;
}
.form-switch-holder .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.form-switch-holder .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F2F2F2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-switch-holder .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 2px -1px rgba(51, 51, 51, 0.3019607843);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-switch-holder input:checked + .slider {
  background-color: #0133A0;
}
.form-switch-holder input:focus + .slider {
  box-shadow: 0 0 1px #0133A0;
}
.form-switch-holder input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
.form-switch-holder .slider.round {
  border-radius: 34px;
}
.form-switch-holder .slider.round:before {
  border-radius: 50%;
}

@media (max-width: 991px) {
  .login-inner-row .login-inner-left {
    width: 100%;
    padding-right: 0;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .login-inner-row .login-inner-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .login-inner {
    padding: 16px;
  }
  .login-contents {
    padding: 20px;
  }
  .form-group.form-textbox-label .form-control {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .form-group.form-textbox-label label {
    font-size: 1rem;
    line-height: 150%;
  }
}
.participate-box {
  background: linear-gradient(106.84deg, #0A3CA3 1.9%, #3C69B7 100%);
  padding-top: 50px;
}
.participate-box .participate-inner {
  max-width: 934px;
  margin: auto;
}
.participate-box h2, .participate-box p {
  color: #fff;
}
.participate-box h2 {
  margin-bottom: 24px;
}
.participate-box .participate-image {
  margin: auto;
}
.participate-box .participate-image img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .participate-box .participate-image {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .participate-box {
    padding-top: 35px;
  }
  .participate-box .participate-image {
    max-width: 300px;
  }
}
.register-rows {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.register-rows .register-rowcol {
  width: calc(50% - 8px);
}
.register-rows .who-cols .who-icons {
  margin-bottom: 12px;
}

.register-modal-inner {
  padding: 30px 30px 40px;
}
.register-modal-inner h2 {
  font-size: 2.5rem;
  line-height: 120%;
}
@media (max-width: 991px) {
  .register-modal-inner h2 {
    font-size: 2rem;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .register-modal-inner h2 {
    font-size: 1.625rem;
    line-height: 130%;
  }
}

.modal.register-modal .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  color: #0133A0;
  opacity: 1;
}
.modal.register-modal .modal-header .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.modal.register-modal .modal-content {
  border: 2px solid #0133A0;
}
.modal.register-modal .modal-header {
  border: none;
  padding: 0;
}

.table-ngo-websites th {
  background-color: #0133A0;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-ngo-websites th, .table-ngo-websites td {
  padding: 7px 15px !important;
  vertical-align: middle;
}
.table-ngo-websites .form-check {
  display: inline-block;
  margin: auto;
}
.table-ngo-websites .form-control {
  padding: 0px !important;
  background-color: #fff;
  border: none !important;
  min-height: auto !important;
  font-size: 1rem !important;
}
.table-ngo-websites .form-control-moz-placeholder, .table-ngo-websites .form-control-webkit-placeholder, .table-ngo-websites .form-control::placeholder {
  color: #4C4C4C;
}
.table-ngo-websites .form-control.no-edit {
  background-color: #fff;
  color: #4C4C4C;
  pointer-events: none;
}

@media (max-width: 991px) {
  .register-modal-inner {
    padding: 20px 10px 30px;
  }
  .register-rows .register-rowcol {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .register-modal-inner {
    padding: 10px 5px;
  }
}
.rent-out-box {
  background-color: #F9FCFF;
  position: relative;
  z-index: 1;
}
.rent-out-box .rent-out-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.rent-out-box .rent-out-inner {
  display: flex;
  flex-wrap: wrap;
}
.rent-out-box .rent-out-left {
  width: 510px;
}
.rent-out-box .rent-out-left .tab-content {
  padding-top: 60px;
}
.rent-out-box .rent-out-left .tab-content .action-holder {
  padding-top: 64px;
}
.rent-out-box .rent-out-right {
  width: calc(100% - 510px);
  padding-left: 64px;
  padding-top: 20px;
}

.custom-tabs .nav {
  border: none;
  padding-bottom: 10px;
  gap: 20px;
}
.custom-tabs .nav .nav-item:last-child {
  padding-right: 0;
}
.custom-tabs .nav .nav-item .nav-link {
  padding: 0;
  background: none;
  font-family: "Cabin", sans-serif;
  color: #8C8C8C;
  font-size: 1.25rem;
  line-height: 100%;
  border: 1px solid #A4A4A4;
  background-color: #fff;
  border-radius: 100px;
  padding: 12px 15px;
  font-weight: 700;
}
.custom-tabs .nav .nav-item .nav-link.active {
  color: #fff;
  background-color: #0133A0;
  border-color: #0133A0;
}

.tab-content .rent-out-content p {
  font-size: 1.375rem;
  line-height: 150%;
  margin-top: 30px;
}
.tab-content .rent-out-content p:first-child {
  margin-top: 0;
}

.step-list-wrap .step-list li {
  padding-top: 32px;
}
.step-list-wrap .step-list li:first-child {
  padding-top: 0;
}
.step-list-wrap .step-list .step-col {
  display: flex;
}
.step-list-wrap .step-list .step-col .step-left {
  width: 60px;
}
.step-list-wrap .step-list .step-col .step-right {
  width: calc(100% - 60px);
  padding-left: 16px;
}
.step-list-wrap .step-list .step-col .step-text {
  font-size: 1.5rem;
  line-height: 150%;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.step-list-wrap .step-list .step-col .step-desc {
  font-size: 1.25rem;
  line-height: 150%;
  margin-top: 12px;
}
.step-list-wrap .step-list .step-col .step-desc a {
  color: #007AFF;
  text-decoration: underline;
}

@media (max-width: 1199px) {
  .rent-out-box .rent-out-left {
    width: 45%;
  }
  .rent-out-box .rent-out-right {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .rent-out-box .rent-out-left {
    width: 100%;
  }
  .rent-out-box .rent-out-left .tab-content {
    padding-top: 30px;
  }
  .rent-out-box .rent-out-left .tab-content .action-holder {
    padding-top: 40px;
  }
  .rent-out-box .rent-out-right {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
  .custom-tabs .nav {
    gap: 15px;
  }
  .custom-tabs .nav .nav-item:last-child {
    padding-right: 0;
  }
  .custom-tabs .nav .nav-item .nav-link {
    font-size: 1.125rem;
    line-height: 100%;
  }
  .tab-content .rent-out-content p {
    font-size: 1.125rem;
    line-height: 130%;
    margin-top: 15px;
  }
  .step-list-wrap .step-list li {
    padding-top: 15px;
  }
  .step-list-wrap .step-list .step-col .step-left {
    width: 40px;
  }
  .step-list-wrap .step-list .step-col .step-right {
    width: calc(100% - 40px);
    padding-left: 12px;
  }
  .step-list-wrap .step-list .step-col .step-text {
    font-size: 1.125rem;
    line-height: 120%;
  }
  .step-list-wrap .step-list .step-col .step-desc {
    font-size: 1rem;
    line-height: 120%;
    margin-top: 8px;
  }
}
.tab-list {
  width: 400px;
  border-radius: 8px;
  padding: 0;
}
.tab-list ul li + li {
  margin-top: 20px;
}
.tab-list ul li button {
  outline: none;
  background-color: transparent;
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  border: 1px solid #0133A0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 130%;
  background-color: #fff;
  border-radius: 8px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 0px 0px #0133A0;
  color: #0133A0;
}
.tab-list ul li button span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 120%;
  margin-right: 10px;
}
.tab-list ul li:hover button, .tab-list ul li.active button {
  background-color: #0133A0;
  color: #fff;
}

.tab-content-wrapper .tab-content {
  display: none;
}

@media (max-width: 1199px) {
  .tab-list {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .tab-list {
    width: 100%;
  }
  .tab-list ul li button {
    font-size: 1.125rem;
    line-height: 130%;
  }
}
.reveal {
  position: relative;
  overflow: hidden;
}
.reveal img {
  transform-origin: left;
}

html {
  scroll-behavior: auto !important;
}

.anim-hidden,
.animFade {
  opacity: 0;
}

.stagger {
  opacity: 0;
  transform: translateY(50px);
}


.language-dropdown-trigger {
  width: 100%;
  padding: 8px 15px 8px 15px;
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  background-color: #fff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #374151;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  transition: all 0.2s ease;
}