@import url("https://use.typekit.net/tog6xmn.css");

/* Add additional stylesheets below
-------------------------------------------------- */

:root {
  --black-color: #000000;
  --white-color: #ffffff;
  --grey-color: #f4f4f4;
  --default-white: #ffffff;
  --default-black: #000000;
  --default-blue: #0076f9;
  --default-green: #66dd3b;
  --default-purple: #9747ff;
  --default-orange: #ff6d00;
  --default-dark-blue: #405ffe;
  --dark-gray: #444444;
  --dark-gray-50: rgba(217, 217, 217, 0.5);
  --gray28: #474747;
  --blue-light-grayish: #dce7f4;
  --btn-border-radius: 24px;
  --bs-font-family: "runda", sans-serif;
  --manrope-font-family: "runda", sans-serif;
  --inter-font-family: "runda", sans-serif;
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 0.3);
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --default-blue-10: rgba(0, 118, 249, 0.1);
  --default-dark-blue-10: rgba(64, 95, 254, 0.1);
  --default-green-10: rgba(102, 221, 59, 0.1);
  --default-purple-10: rgba(151, 71, 255, 0.1);
  --default-orange-10: rgba(255, 109, 0, 0.1);
  --navcard-blue: #003973;
}

/* Override selection
-------------------------------------------------- */

/* Body and structure
-------------------------------------------------- */
html {
  font-size: 100%;
}
body,
html {
  width: 100%;
  height: 100%;
  font-display: swap;
}
body {
  line-height: 1em;
  font-weight: normal;
  font-weight: normal;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: var(--bs-font-family);
  color: var(--black-color);
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(4px);
  background-color: var(--dark-gray-50);
  z-index: 10;
  pointer-events: none;
  display: none;
}
/* @font-face {
  font-family: "IBM Plex Sans";
  src: url("https://fonts.bunny.net/ibm-plex-sans/files/ibm-plex-sans-latin-400-normal.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */
body:has(nav.menu-hover)::before {
  display: block;
}
@media only screen and (max-width: 991px) {
  body:has(nav.menu-hover)::before {
    display: none !important;
  }
}
.inter {
  font-family: var(--inter-font-family);
}
img {
  max-width: 100%;
}
h1 {
  font-size: 4.5rem;
  font-weight: 700;
}
h2 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
}
h3 {
  font-size: 1.875rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.8rem;
}
.btn {
  display: inline-flex;
  padding: 14px 25px;
  align-items: center;
  gap: 25px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: transparent;
  border: 1px solid transparent;
  background: transparent;
  border-radius: var(--btn-border-radius);
  line-height: 21px;
  font-family: var(--bs-font-family);
}
.btn-white {
  border-color: var(--default-white);
  color: var(--default-white);
}
.btn-white:hover {
  border-color: var(--default-white);
  color: var(--default-black);
  background: var(--default-white);
}
.btn-white:hover svg path {
  fill: var(--default-black);
}

.btn-black {
  border-color: var(--default-black);
  color: var(--default-black);
}
.btn-black:hover {
  border-color: var(--default-black);
  color: var(--default-white);
  background: var(--default-black);
}
.btn-black:hover svg path {
  fill: var(--default-white);
}
.btn-solid {
  text-decoration: none;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-blue.btn-solid {
  background: var(--default-blue);
  color: var(--white-color);
  border: 1px solid transparent;
}
.btn-blue.btn-solid:hover {
  background: transparent;
  border-color: var(--default-blue);
  color: var(--default-blue);
}
span.btn-blue.btn-solid:hover {
  background: var(--default-blue);
  color: var(--white-color);
  border: 1px solid transparent;
}
.btn-blue {
  border-color: var(--default-blue);
  color: var(--default-blue);
}
.btn-blue:hover {
  border-color: var(--default-blue);
  color: var(--default-white);
  background: var(--default-blue);
}
.btn-blue:hover svg path {
  fill: var(--default-white);
}

.btn-green {
  border-color: var(--default-green);
  color: var(--default-green);
}
.btn-green:hover {
  border-color: var(--default-green);
  color: var(--default-white);
  background: var(--default-green);
}
.btn-green:hover svg path {
  fill: var(--default-white);
}

.btn-purple {
  border-color: var(--default-purple);
  color: var(--default-purple);
}
.btn-purple:hover {
  border-color: var(--default-purple);
  color: var(--default-white);
  background: var(--default-purple);
}
.btn-purple:hover svg path {
  fill: var(--default-white);
}

.btn-orange {
  border-color: var(--default-orange);
  color: var(--default-orange);
}
.btn-orange:hover {
  border-color: var(--default-orange);
  color: var(--default-white);
  background: var(--default-orange);
}
.btn-orange:hover svg path {
  fill: var(--default-white);
}
.btn-dark-blue {
  border-color: var(--default-dark-blue);
  color: var(--default-dark-blue);
}
.btn-dark-blue:hover {
  border-color: var(--default-dark-blue);
  color: var(--default-white);
  background: var(--default-dark-blue);
}
.btn-dark-blue:hover svg path {
  fill: var(--default-white);
}

.btn img {
  width: 20px;
  height: 17px;
  object-fit: contain;
}

.typography {
  background: var(--dark-gray);
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}
.container {
  max-width: 1284px;
  padding: 0 26px;
}
/* Body End
-------------------------------------------------- */

/* Content-Start
---------------------------------------------------*/

.main {
  background-color: var(--white-color);
  width: 100%;
  z-index: 1;
  position: relative;
  padding-bottom: 80px;
}

.section {
  margin-bottom: 100px;
  display: block;
  overflow: hidden;
  background-color: var(--default-white);
}
.section h2 {
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
}

.home-gallery:has(.service-climate) + div > section:first-child {
  padding-top: 86px;
  border-radius: 60px 60px 0px 0px;
  margin-top: 0;
  background: var(--white-color);
  position: relative;
  top: -60px;
  padding-bottom: 60px;
  margin-bottom: -60px;
}
.home-gallery:has(.service-climate) + div:has(>section:first-child:not(.legislation)) > section:nth-of-type(2){
	padding-top: 60px;
}

.home-gallery:has(.service-climate)
  + div
  > section:first-child:not(.legislation)
  img {
  position: relative;
  bottom: -60px;
}

.home-gallery {
  width: 100%;
  display: block;
  min-height: 100vh;
  z-index: 0;
}

.home-gallery .container {
  height: calc(100vh);
}
.home-gallery .overlay-content {
  width: 100%;
  max-width: 700px;
  color: var(--default-white);
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 75px;
  justify-content: center;
  height: 100%;
  flex: 1 0 0;
  padding: 0 9px;
}
.home-gallery .hero-left h2,
.home-gallery .hero-left label {
  margin-bottom: 30px;
}

.home-gallery .hero-left .slide-mobile-top-image {
  display: none;
}

.custom-pagination {
  display: flex;
  padding: 16px 24px;
  border-radius: 50px;
  background-color: var(--grey-color);
}

.custom-navigation:has(.white-btn) .custom-pagination {
  background-color: var(--white-color);
}

.custom-pagination .swiper-pagination-bullet {
  background-color: #d9d9d9;
}

.custom-pagination .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 8px;
  position: relative;
  padding: 0 3px;
  overflow: hidden;
  background-color: #d9d9d9;
}

.custom-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  border-radius: 8px;
  height: 100%;
  background-color: #0081fb;
  animation: expandWidth 5s forwards;
}

@keyframes expandWidth {
  from {
    width: 20%;
  }
  to {
    width: 100%;
  }
}

.custom-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: auto;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
}

.custom-navigation > * {
  position: static !important;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  width: max-content;
  min-width: max-content;
}

.custom-navigation .custom-button-prev,
.custom-navigation .custom-button-next {
  margin-top: unset;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-navigation .custom-button-prev.white-btn,
.custom-navigation .custom-button-next.white-btn {
  background: var(--white-color);
}
.custom-navigation .custom-button-prev,
.custom-navigation .custom-button-next {
  background: var(--grey-color);
}

.custom-navigation .custom-button-prev::after,
.custom-navigation .custom-button-next::after {
  font-size: 12px;
  font-weight: 900;
  color: var(--default-black);
  position: relative;
  width: auto !important;
}
.custom-navigation .swiper-button-next:after,
.custom-navigation .swiper-button-prev:after,
.custom-navigation .swiper-button-next1:after,
.custom-navigation .swiper-button-prev1:after {
  position: static;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  width: 12px;
  height: 12px;
  transform: none;
}

.gallery-column.green ul li svg path {
  fill: var(--default-green);
}
.gallery-column.purple ul li svg path {
  fill: var(--default-purple);
}
.gallery-column.orange ul li svg path {
  fill: var(--default-orange);
}
.gallery-column.blue ul li svg path {
  fill: var(--default-blue);
}
.gallery-column.blue h3 .icon {
  background-color: #405ffe;
}
.gallery-column.orange h3 .icon {
  background-color: var(--default-orange);
}
.gallery-column.purple h3 .icon {
  background-color: var(--default-purple);
}
.gallery-column.green h3 .icon {
  background-color: var(--default-green);
}
.gallery-column h3 .icon svg path {
  fill: var(--white-color);
}

.time img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.companies-row {
  display: flex;
  align-items: center;
  flex: 1 0 0;
}
.companies-box {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 163px;
  width: max-content;
  padding: 0 100px;
}
section.sponsor .companies-box {
  margin: 0;
}
.companies-box img {
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 240px;
}
@keyframes moveRightToLeft {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.blue-tag {
  background: rgba(0, 118, 249, 0.1);
  color: var(--default-blue);
}
.green-tag {
  background: rgba(102, 221, 59, 0.1);
  color: var(--default-green);
}
.purple-tag {
  background: rgba(151, 71, 255, 0.1);
  color: var(--default-purple);
}
.orange-tag {
  background: rgba(255, 109, 0, 0.1);
  color: var(--default-orange);
}

.design-success .swiper-button-prev1,
.design-success .swiper-button-next1 {
  display: none;
}
.search-section {
  padding: 250px 0px 150px 0;
  text-align: center;
}
.search-section .search-icon {
  padding-bottom: 42px;
}
.search-section h1 {
  font-weight: 400;
  line-height: 60px;
  font-size: 3rem;
  margin-bottom: 48px;
}
.search-section .input-group {
  border-bottom: 1px solid var(--default-blue);
  align-items: center;
}
.search-section .form-control {
  border: none;
  border-radius: 0;
  padding-left: 0;
  outline: none;
  box-shadow: none;
  /*   height: 60px; */
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--default-blue);
}
.search-section .btn-submit {
  padding: 0;
  background: none;
  border: 0;
}
.search-section .btn-submit:hover svg path {
  color: var(--default-blue);
  fill: var(--default-blue);
}
.top-services {
  border-radius: 90px 90px 0px 0px;
  background-color: var(--grey-color);
  padding: 80px 0;
}
.services-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.top-services h2 {
  margin-bottom: 70px;
}
.services-row .services-column {
  display: flex;
  align-items: center;
  padding: 29px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.services-row .services-column .icon {
  margin-right: 36px;
  width: 72.06px;
  height: 72.06px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 12px;
}
.services-row .services-column h3 {
  font-weight: 700;
  line-height: 26px;
  color: var(--black-color);
  font-size: 1.5rem;
  margin: 0;
}
.services-row .services-column h3 a.service-menu {
  text-decoration: none;
  font-weight: 700;
  line-height: 26px;
  color: var(--black-color);
  font-size: 1.5rem;
  margin: 0;
}
.services-row .services-column.green {
  background: rgba(102, 221, 59, 0.1);
}
.services-row .services-column.green .icon {
  background-color: var(--default-green);
}
.services-row .services-column.purple {
  background: rgba(151, 71, 255, 0.1);
}
.services-row .services-column.orange {
  background: rgba(255, 109, 0, 0.1);
}
.services-row .services-column.purple .icon {
  background-color: var(--default-purple);
}
.services-row .services-column.orange .icon {
  background-color: var(--default-orange);
}
.services-row .services-column.blue {
  background: rgba(64, 95, 254, 0.1);
}
.services-row .services-column.blue .icon {
  background-color: var(--default-blue);
}
.search-list {
  margin-bottom: 160px;
}
.search-list:has(+ .service-pillars) {
  margin-bottom: 30px;
}
.climate-cnt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.breadcrumb a {
  display: inline-block;
  margin: 0 5px;
}
.breadcrumb a:first-child {
  margin-left: 0;
}
a.breadcrumb-disabled {
    pointer-events: none;
}
.breadcrumb span {
  display: inline-block;
  margin-left: 5px;
}
.service-breadcrumb p {
  color: var(--white-color);
  margin-bottom: 0;
  font-family: var(--inter-font-family);
  font-weight: bold;
}
.service-breadcrumb {
  margin-bottom: 36px;
}
.service-breadcrumb a {
  color: #ffffff80;
  text-decoration: none;
  font-weight: normal;
}
.icon-service {
  background: transparent;
  height: 72px;
  width: 72px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}

.climate-cnt .company-logo {
  display: inline-block;
  object-fit: contain;
  width: 100%;
  max-width: 368px;
  height: auto;
  aspect-ratio: 4.54/1;
  margin-bottom: 15px;
}
.climate-cnt h1 {
  max-width: 735px;
  color: var(--white-color);
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 50px;
  position: relative;
  font-family: var(--inter-font-family);
}
.climate-cnt h1 span {
  position: relative;
}
.climate-cnt h1 span {
  background-image: url("../images/purple-line.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.resource-icon-section .research-paper .climate-cnt h1 {
  font-weight: 300;
  font-size: 3rem;
  margin-bottom: 30px;
  order: 2;
}

.climate-cnt .service-heading {
  max-width: 735px;
  color: var(--white-color);
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 16px;
  font-family: var(--inter-font-family);
}

.climate-cnt .service-heading + h1 {
  font-weight: 300;
}

.client-logo-lst .swiper-wrapper {
  align-items: center;
}
.service-crd-lst .row {
  row-gap: 24px;
}
.deliverables-sucess {
  padding-bottom: 203px;
}
.deliverables-sucess:has(+ .additional-services-section) {
  padding-bottom: 0;
}
.deliverables-sucess + .additional-services-section {
  padding-bottom: 203px;
}
.deliverables-sucess .title-wrap {
  text-align: center;
  max-width: 1240px;
  margin-bottom: 83px;
}
.deliverables-sucess .title-wrap p {
  margin-bottom: 28px;
  text-transform: uppercase;
  color: var(--default-purple);
  font-weight: 800;
  font-size: 1.25rem;
  line-height: normal;
}
.deliverables-sucess .title-wrap h3 {
  font-size: 3rem;
  font-weight: normal;
  line-height: 60px;
  margin-bottom: 44px;
}

.accordion-button:focus {
  box-shadow: none;
}

a.service-menu {
  font-size: 1.4rem;
  line-height: 26px;
  font-weight: bold;
  margin: 0;
  font-family: var(--inter-font-family);
  color: #000;
}
a.service-menu {
  text-decoration: none;
}

.list-support {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  max-width: 990px;
  margin: 0 auto;
  padding: 70px 0px 135px 0px;
}
.support-inr {
  padding: 30px;
  border-radius: 12px;
}
.support-inr span {
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  background: #4c9ffb;
  border-radius: 12px;
  font-size: 1.75rem;
  color: #fff;
  line-height: 29px;
  position: relative;
  z-index: 11;
  font-weight: 5000;
}
.support-inr h3 {
  padding-top: 28px;
  font-size: 1.75rem;
  line-height: 30px;
  max-width: 215px;
  margin: 0 auto;
  color: var(--white-color);
  position: relative;
  z-index: 11;
  font-weight: 500;
}
.support-inr {
  position: relative;
}
.support-inr::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 12px;
  scale: 1;
  transition: all 0.3s -in-out;
}
.support-inr:hover::before {
  scale: 1.1;
}
.blue.support-inr::before {
  background: var(--default-blue);
}
.green.support-inr::before {
  background: #66dd3b;
}
.orange.support-inr::before {
  background: #ff6d00;
}
.green.support-inr span {
  background: #94e775;
}
.orange.support-inr span {
  background: #ff994c;
}
.comprehensive-support {
  background-image: url("../images/support-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
section.about + div > .jobs-tool,
section.about + div > .jobs-tool .job-slider {
  padding-top: 0;
}

.jobs-tool {
  padding: 90px 0px 0;
}
.jobs-tool h2,
.jobs-tool p {
  text-align: center;
}
.jobs-tool h2 {
  margin-bottom: 22px;
  color: var(--default-purple);
  font-weight: normal;
}
.jobs-tool p {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: normal;
  max-width: 1030px;
  margin: 0 auto;
}
.jobs-tool .tool-title {
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 24px;
  text-align: left;
}
.jobs-tool a.btn.btn-purple {
  margin: 38px auto 0px;
  width: max-content;
  display: flex;
}
.job-slider {
  overflow: hidden;
  position: relative;
  padding: 80px 0px 140px 0px;
}
.job-slider-inr {
  display: grid;
  grid-template-columns: 1fr 560px;
  gap: 60px;
  background: #f2f2f2;
  border-radius: 16px;
  height: 100%;
}
.slider-img img {
  border-radius: 12px;
  width: 100%;
  height: 540px;
  object-fit: cover;
}
.slider-cnt {
  padding: 70px 0px 70px 60px;
}
.slider-cnt .tool-logo {
  margin-bottom: 56px;
}
.list-cnt {
  display: grid;
  gap: 16px;
}
.list-cnt span {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.5rem;
  line-height: 30px;
}
.list-cnt span svg {
  min-width: 30px;
}
.design-slide .swiper-pagination {
  bottom: -40px;
}

.design-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--black-color);
}
.design-slide .swiper-pagination-bullet {
  background: #d9d9d9;
}
.design-success {
  padding: 104px 0px 170px 0px;
  background: #f4f4f4;
  border-radius: 60px 60px 0px 0px;
}
.design-title-wrap {
  text-align: center;
  padding-bottom: 85px;
}
.design-title-wrap span {
  font-size: 1.125rem;
  color: var(--default-purple);
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 28px;
  display: inline-flex;
}
.design-title-wrap h2 {
  font-weight: normal;
  line-height: 60px;
  margin: 0 auto 28px;
  max-width: 1130px;
}
.design-slide {
  overflow: hidden;
}
.design-slider-inr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
  border-radius: 16px;
}
.design-cnt {
  padding: 70px 98px 54px 58px;
}
.design-cnt .label {
  padding: 8px 18px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.875rem;
  display: inline-flex;
  line-height: 34px;
  margin-bottom: 28px;
}
.design-cnt p {
  font-size: 1.125rem;
  line-height: 24px;
  margin-bottom: 0;
}
.design-tab ul.nav.nav-pills {
  display: grid;
  gap: 10px;
}
.design-tab {
  margin-top: 35px;
}

.design-cnt.blue .label {
  background: #e6f2ff;
  color: var(--default-blue);
}
.design-cnt.green .label {
  background: #ecffe5;
  color: #66dd3b;
}
.design-cnt.orange .label {
  background: #ffeddf;
  color: #ff6d00;
}
.design-tab ul.nav.nav-pills li.nav-item .nav-link {
  padding: 22px 34px;
  width: 100%;
  text-align: start;
  border-radius: 8px;
  line-height: 20px;
  font-size: 1rem;
  font-weight: bold;
  color: var(--black-color);
}
.design-tab ul.nav.nav-pills li.nav-item .nav-link span {
  display: flex;
  align-items: center;
  gap: 25px;
}
.design-cnt.blue .design-tab ul.nav.nav-pills li.nav-item .nav-link.active {
  background: #ecefff;
}
.design-cnt.green .design-tab ul.nav.nav-pills li.nav-item .nav-link.active {
  background: #ecffe5;
}
.design-cnt.orange .design-tab ul.nav.nav-pills li.nav-item .nav-link.active {
  background: #ffeddf;
}
.design-img .tab-content,
.design-img .tab-content {
  background: #d9d9d9;
}
.design-img .tab-content,
.design-img .tab-content .tab-pane,
.design-img .tab-content .tab-pane img {
  height: 100%;
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
}
.design-tab a.btn.btn-black {
  margin-top: 38px;
}
.design-success .container {
  position: relative;
}

.mission-ca h3 {
  color: #003973;
  margin-bottom: 26px;
}
section.about {
  padding: 210px 0px 150px 0px;
  text-align: center;
  position: relative;
}
section.about:not(header + section.about) {
  padding: 80px 0px;
}
section.about .about-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.about h1 {
  font-size: 4rem;
  font-weight: 300;
  max-width: 820px;
  margin: 0 auto;
}

section.about .container {
  z-index: 1;
  position: relative;
}
section.about h1 span {
  position: relative;
}
section.about h1 span.bg-line {
  background-image: url("../images/blue-bg-line.svg");
  position: relative;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

section.about .about-banner-icon {
  display: block;
  margin: 0 auto 20px;
  width: 128px;
  height: 128px;
  object-fit: contain;
  border-radius: 8px;
}

section.about a,
section.about span.btn-blue.btn-solid {
  margin-bottom: 54px;
}
span.bg-round {
  position: relative;
  background-image: url("../images/bg-round.svg");
  background-size: 100%;
  background-position: left;
  background-repeat: no-repeat;
  padding: 8px;
}
span.bg-round-reverse {
  background-image: url("../images/bg-round1.png");
}
section.about-mission {
  padding: 120px 0 84px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  background-color: var(--grey-color);
}
/* section.about:has(.about-bg-img) {
  margin-bottom: 120px;
} */
.about-mission-inr {
  position: relative;
  margin: 0 auto;
  height: auto;
  aspect-ratio: 2.4/1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-image: url("../images/about-banner-bg.png");
  padding: 110px 80px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 28px;
}
.about-mission-inr h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  color: var(--default-white);
  font-size: 3rem;
  /*line-height: 60px;*/
  line-height: 1.2;
  font-weight: normal;
}
.about-mission-inr p {
  position: relative;
  z-index: 2;
  color: var(--white-color);
  line-height: 26px;
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0;
}

.about-mission-inr .lottie-container {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.about-mission-inr .lottie-container svg {
  border-radius: 28px;
}

.about-mission-inr .lottie-container.desktop-container {
  display: block;
}
.about-mission-inr .lottie-container.mobile-container {
  display: none;
}

section.about-counts {
  background: var(--navcard-blue);
  border-radius: 90px 90px 0px 0px;
  padding: 140px 0px 266px 0px;
  margin-bottom: -140px;
}
.count-list ul {
  padding: 0;
  margin: 0;
}
.count-list ul li {
  list-style: none;
}
.count-list ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--white-color);
  padding: 50px 0px;
}
.count-list ul li:first-child {
  padding-top: 0;
}

.lft-count h3 {
  font-size: 6.25rem;
  color: var(--white-color);
  font-weight: 300;
  margin: 0;
  line-height: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.lft-count h3 span {
  font-size: 2.5rem;
}
.count-list .rgt-cnt p {
  max-width: 460px;
  font-size: 1.5rem;
  line-height: 26px;
  color: var(--white-color);
  font-weight: 300;
  margin: 0;
}
.count-list .rgt-cnt {
  max-width: 460px;
  width: 100%;
}
section.remote {
  padding-bottom: 200px;
  overflow: hidden;
}

section.remote h2 {
  font-weight: normal;
  line-height: 60px;
  margin-bottom: 15px;
}
section.remote p {
  font-size: 1.5rem;
  line-height: 26px;
  font-weight: normal;
}
.image-slider .swiper-slide img {
  height: 515px;
  object-fit: cover;
  border-radius: 28px;
  width: 100%;
}
.image-slider {
  margin-top: 95px;
}

.career a.btn.btn-blue {
  margin: 28px 0px 0px;
}
.career {
  padding-bottom: 70px;
}

.sponsor-list {
  gap: 50px;
  display: flex;
  align-items: center;
  width: max-content;
  animation: moveRightToLeft 30s linear infinite;
}
.sponsor {
  position: relative;
}
.sponsor::before {
  left: 0;
}
.sponsor::after {
  right: 0;
}
/* .sponsor::before , .sponsor::after{content: '';position: absolute;width: 150px;height: 100%;background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);pointer-events: none;z-index: 1;top: 0;} */
.sponsor {
  text-align: center;
  padding-bottom: 150px;
}
.sponsor span {
  margin-bottom: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: var(--default-blue);
  display: inline-block;
}
.sponsor h2 {
  font-weight: normal;
  line-height: 60px;
  margin-bottom: 50px;
}

.sponsor {
  overflow: hidden;
}

.dedication-wrap {
  max-width: 1134px;
  margin: 0 auto;
  display: grid;
  align-items: flex-start;
  gap: 58px;
  grid-template-columns: 524px 1fr;
}
.left-wrapper h2 {
  font-weight: normal;
  margin-bottom: 28px;
}
.right-wrapper p {
  font-size: 1.5rem;
  line-height: 26px;
  font-weight: normal;
}
section.dedication {
  padding-bottom: 147px;
}
section.life h2 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
  font-size: 3rem;
  line-height: 1.2;
}
/* .life-slider .swiper-slide:nth-child(1) .life-slider-inr::before,
.life-slider .swiper-slide:nth-child(1) .life-slider-inr::after,
.life-slider .swiper-slide:nth-child(2) .life-slider-inr::before,
.life-slider .swiper-slide:nth-child(2) .life-slider-inr::after,
.life-slider .swiper-slide:nth-child(3) .life-slider-inr::before {content: "";position: absolute;background-repeat: no-repeat;pointer-events: none;}
.life-slider .swiper-slide:nth-child(1) .life-slider-inr::before {bottom: 0;left: -70px;background-image: url("../images/life-bg-shape1.svg");height: 153px;width: 240px;}
.life-slider .swiper-slide:nth-child(1) .life-slider-inr::after {background-image: url("../images/life-bg-shape2.svg");width: 90px;height: 120px;  right: 0;bottom: 0;}
.life-slider .swiper-slide:nth-child(2) .life-slider-inr::before {background-image: url("../images/life-bg-shape2.svg");width: 270px;height: 120px;  bottom: 0;left: -100px;}
.life-slider .swiper-slide:nth-child(2) .life-slider-inr::after {background-image: url("../images/life-bg-shape3.svg");width: 100px;height: 100px;  bottom: 25px;right: 50px;}
.life-slider .swiper-slide:nth-child(3) .life-slider-inr::before {background-image: url("../images/life-bg-shape4.svg");width: 242px;height: 122px;  bottom: 0;left: 50%;transform: translateX(-50%);} */
.life-slider {
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}
.life-slider-inr {
  background: var(--default-blue);
  border-radius: 12px;
  min-height: 410px;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.life-slider-inr .life-slider-content {
  padding: 70px 74px 40px 44px;
  position: relative;
  z-index: 2;
}
.life-slider-inr h3 {
  font-weight: normal;
  font-size: 2rem;
  color: var(--default-white);
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 220px;
}
.life-slider-inr p {
  font-size: 1.125rem;
  color: var(--white-color);
  line-height: 22px;
  font-weight: normal;
  margin: 0;
}

.life-slider-inr .callout-image {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.life-slider-inr.image-left .callout-image {
  left: 0;
  object-position: bottom left;
}
.life-slider-inr.image-right .callout-image {
  left: auto;
  right: 0;
  object-position: bottom right;
}
.life-slider-inr.image-center .callout-image {
  left: 50%;
  transform: translateX(-50%);
  object-position: bottom center;
}
.life-slider-inr.image-full .callout-image {
  width: 100%;
  left: 0;
  object-fit: cover;
  object-position: bottom center;
}

.life {
  padding: 120px 0 20px;
}
.benefits-inr {
  background: var(--navcard-blue);
  padding: 90px;
  border-radius: 28px;
}

.benefits-inr ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  column-gap: 20px;
}
.benefits-inr ul li {
  list-style: none;
}
.benefits-inr ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 32px;
}
.benefits-inr ul li span {
  border-radius: 8px;
  height: 58px;
  width: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4c749d;
}
.benefits-name h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.benefits-name p {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}
.benefits-name h3,
.benefits-name p {
  color: var(--white-color);
  line-height: 20px;
}
.benefits-inr h2 {
  font-weight: normal;
  line-height: 60px;
  margin-bottom: 42px;
  color: var(--white-color);
}
section.benefits {
  margin-bottom: 175px;
}
section.role {
  padding-bottom: 190px;
}
section.role h2 {
  font-weight: normal;
  padding-bottom: 66px;
  border-bottom: 1px solid #cccccc;
}

.role-list-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 42px 0px;
  border-bottom: 1px solid #cccccc;
}
.role-list-wrap .name {
  width: 100%;
  max-width: 450px;
}
.role-list-wrap .name p {
  font-size: 1.125rem;
  line-height: 26px;
  margin-bottom: 8px;
}
.role-list-wrap .name h4 {
  color: var(--default-blue);
  font-weight: 500;
  line-height: 26px;
  font-size: 1.5rem;
}

.role-list-wrap .location img {
  display: inline-block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.location span {
  display: flex;
  align-items: center;
  gap: 22px;
  line-height: 26px;
  font-weight: normal;
  font-size: 1.5rem;
}
.resource-paper {
  padding-bottom: 85px;
}
.research-hub {
  padding: 104px 0px 60px 0px;
}

.research-hub a.btn-blue.btn-solid {
  margin-bottom: 35px;
}
.research-hub h2 {
  max-width: 770px;
  margin: 0 auto;
  font-size: 4rem;
  font-weight: 300;
  line-height: normal;
  padding-bottom: 55px;
}
.research-hub .input-group input::placeholder {
  color: #cccccc;
  font-size: 1.5rem;
  line-height: 45px;
  font-weight: normal;
}
.resource-cnt-img a {
  display: inline-block;
}
.resource-paper,
.resource-cnt-img img {
  width: 100%;
  border-radius: 16px;
}
.resource-cnt-img img {
  height: auto;
  aspect-ratio: 1.71/1;
}
.newsletter-list .resource-paper,
.resource-cnt-img img {
  aspect-ratio: 1.8/1;
  object-fit: cover;
}
.resource-paper span.label {
  padding: 10px 25px;
  display: inline-flex;
  margin-bottom: 20px;
  background: #e6f2ff;
  border-radius: 25px;
  color: var(--default-blue);
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
}

.resource-paper h2 a {
  text-decoration: none;
}

.resource-paper h2,
.resource-paper h2 a {
  color: var(--navcard-blue);
  margin-bottom: 20px;
  font-size: 1.75rem;
  line-height: normal;
  max-width: 344px;
}
.resource-paper p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #474747;
  font-size: 1rem;
  line-height: 24px;
  font-weight: normal;
}

.load-more-resources,
.load-more-news {
  margin-top: 60px;
}

select.form-select.form-group {
  background: #eaeaea;
  border: none;
  border-radius: 8px;
  padding: 19px 26px;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: normal;
}
select.form-select.form-group:focus {
  outline: none;
  box-shadow: none;
}

select.form-select.form-group {
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='11' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 1L9.83212 10L1 0.999999' stroke='%23CCCCCC' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

select,
select option {
  color: #000 !important;
}

.custom-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 30px;
}

.custom-checkbox input[type="radio"] {
  display: none;
}

.checkbox-box {
  width: 26px;
  height: 26px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  margin-right: 24px;
  transition: background-color 0.3s ease;
  background: #d9d9d9;
}

.checkbox-box svg {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  display: none;
}

.custom-checkbox input[type="radio"]:checked + .checkbox-box {
  background-color: var(--default-blue);
  border-color: var(--default-blue);
}

.custom-checkbox input[type="radio"]:checked + .checkbox-box svg {
  display: block;
}

.contact-selection {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px;
}
.contact-us p {
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: normal;
  margin: 30px 0px;
}
.research-resource {
  padding-bottom: 100px;
}
.event-inr-wrap {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 54px;
}
.event-rgt img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.91/1;
  object-fit: cover;
  object-position: top;
  border-radius: 16px;
}
.event-lft .label-event {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 25px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 0.875rem;
}
.event-lft .label-event.orange {
  background: #fff1e6;
  color: #ff6d00;
}
.event-lft .label-event.blue {
  background: #e6f2ff;
  color: var(--default-blue);
}
.event-lft .label-event.purple {
  background: #f5edff;
  color: var(--default-purple);
}
.event-lft .label-event.green {
  background: #f0fcec;
  color: var(--default-green);
}
.event-lft h3,
.event-lft h3 a {
  font-weight: bold;
  line-height: normal;
  font-size: 1.75rem;
  line-height: 1.2;
}
.event-lft h3 a {
  text-decoration: none;
  color: var(--black-color);
}
.event-lft p {
  margin: 0;
  font-size: 0.875rem;
  line-height: normal;
}
.date-wrap {
  margin: 21px 0px;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.date-wrap span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: normal;
  font-size: 1rem;
}
.event-meta {
  margin: 20px 0;
  display: flex;
  gap: 12px 25px;
  flex-wrap: wrap;
}
.event-meta .date-wrap {
  margin: 0;
  gap: 8px;
}
.event-meta .date-wrap img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.event-tabs:has(.load-btn.active) .tab-content {
  display: none;
}
.event-tabs .load-btn.active {
  margin-top: 60px;
}
.source {
  margin-top: 10px;
  font-size: 0.75rem;
  color: #666666;
}
section.event-detail {
  margin-bottom: 145px;
}
section.upcomming-event {
  margin-bottom: 150px;
}
.event-list ul {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 50px;
  column-gap: 30px;
  padding: 60px 0px 80px 0px;
}

.event-list ul li {
  list-style: none;
}

.event-list .event-lft img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.75/1;
  border-radius: 12px;
  margin-bottom: 20px;
}
.event-list .event-lft .external-link-icon,
.event-list .event-lft .date-wrap img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin: 0;
}
.event-list .event-lft .date-wrap {
  gap: 12px;
}
.event-label-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.event-lft .event-label-wrap .label-event {
  margin-bottom: 0;
}
.event-list .event-lft h3,
.event-list .event-lft h3 a {
  font-size: 1.25rem;
}
.event-list .event-lft h3 a {
  text-decoration: none;
  color: var(--black-color);
}
.upcomming-event h2 {
  font-weight: normal;
  line-height: 60px;
  margin-bottom: 26px;
}
.event-tabs .nav {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 100%;
  overflow: auto;
  flex-wrap: nowrap;
}
.event-tabs .nav-link {
  border: none;
  padding: 14px 30px;
  border-radius: 24px;
  background: #f2f2f2;
  color: var(--black-color);
  font-weight: 500;
  font-size: 1.125rem;
  font-family: var(--inter-font-family);
  min-width: max-content;
}

.event-tabs button.nav-link:hover,
.event-tabs button.nav-link.active {
  color: var(--white-color);
  background: var(--black-color);
}
.load-btn {
  text-align: center;
}
._form-thank-you {
  color: #000000;
}
.newsletter-form label {
  font-weight: 400;
  line-height: 22px;
  color: var(--black-color);
  margin-bottom: 10px;
}
.newsletter-form {
  width: 100%;
  max-width: 470px;
}
.newsletter-form ._form-content {
  border-radius: 8px;
  background: var(--white-color);
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
}
footer .newsletter-form ._form-content,
.webinar-cta .newsletter-form ._form-content {
  background: rgba(0, 118, 249, 0.1);
}

#has-newsletter .newsletter-form form {
  padding: 0;
  margin: 0;
  background: transparent !important;
}
#has-newsletter .newsletter-form form ._form-label {
  margin: 0;
}
#has-newsletter .newsletter-form form ._button-wrapper {
  width: max-content;
}
#has-newsletter .newsletter-form form ._button-wrapper ._submit {
  margin-top: 0;
  position: relative;
  width: 38px;
  height: 38px;
  overflow: hidden;
  background: transparent !important;
  color: transparent;
  vertical-align: middle;
}
#has-newsletter .newsletter-form form ._button-wrapper ._submit::after {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2025/09/submit-button-icon.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  inset: 0;
  width: 38px;
  height: 38px;
  border-radius: 8px;
}
#has-newsletter .newsletter-form form ._form_element {
  margin: 0;
}
#has-newsletter .newsletter-form ._form_element input[type="text"] {
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
  color: var(--default-blue) !important;
  font-family: var(--manrope-font-family) !important;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 20px;
  letter-spacing: 0;
  padding: 0 10px;
}
#has-newsletter
  .newsletter-form
  ._form_element
  input[type="text"]::placeholder {
  color: var(--default-blue) !important;
}
.newsletter-form p {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 22px;
  margin-top: 12px;
}
.newsletter-form p a {
  color: var(--black-color);
}
.service-climate {
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  right: 0;
  left: 0;
}
.service-climate .btn-white:hover .white-icon {
  filter: brightness(0) invert(0);
}
.newsroom-post.newsletter {
  display: block;
  justify-content: unset;
  align-items: unset;
  margin-bottom: unset;
}

/* Content-End
---------------------------------------------------*/

@media only screen and (max-width: 1280px) {
  #has-newsletter .newsletter-form ._form_element input[type="text"] {
    font-size: 1rem;
  }
  #has-newsletter .newsletter-form form ._button-wrapper ._submit,
  #has-newsletter .newsletter-form form ._button-wrapper ._submit::after {
    width: 36px;
    height: 36px;
  }

  .count-list .lft-count,
  .count-list .rgt-cnt {
    width: 100%;
    max-width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }
  /*   section.about:has(.about-bg-img) {
    margin-bottom: 100px;
  } */
  .life {
    padding: 100px 0 20px;
  }
  section.about .about-banner-icon {
    width: 108px;
    height: 108px;
  }
}

@media (max-width: 1140px) {
  .list-support {
    padding: 0px 0px 45px;
    max-width: calc(100% - 40px);
    gap: 50px;
  }

  .job-slider-inr {
    grid-template-columns: 1fr 510px;
  }
  .design-cnt {
    padding: 70px 38px 54px 38px;
  }

  a.service-menu {
    font-size: 1.1rem;
    line-height: 1.1;
  }
}
@media (max-width: 1024px) {
  #has-newsletter .newsletter-form ._form_element input[type="text"] {
    font-size: 0.875rem;
  }
  #has-newsletter .newsletter-form form ._button-wrapper ._submit,
  #has-newsletter .newsletter-form form ._button-wrapper ._submit::after {
    width: 32px;
    height: 32px;
  }
  .newsletter-left a {
    margin-right: 20px;
  }

  section.about {
    padding: 96px 0px 120px 0px;
  }
  section.about:not(header + section.about) {
    padding: 60px 0px;
  }
  section.about-mission {
    padding: 80px 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  span.bg-round::before {
    bottom: 0;
    height: 80px;
  }
  section.about h1 {
    font-size: 3.375rem;
  }

  .count-list .rgt-cnt {
    max-width: 400px;
  }
  .deliverables-sucess {
    padding-bottom: 100px;
  }
  .deliverables-sucess + .additional-services-section {
    padding-bottom: 100px;
  }

  section.life h2 {
    font-size: 2.4rem;
  }
  /*   section.about:has(.about-bg-img) {
    margin-bottom: 80px;
  } */
  .life {
    padding: 80px 0 20px;
  }
  section.about .about-banner-icon {
    width: 92px;
    height: 92px;
  }
  .event-meta {
    margin: 16px 0;
  }
}
@media (max-width: 991px) {
  .right-header {
    display: none;
  }
  .services-row .services-column h3 {
    font-size: 1.125rem;
  }

  .climate-cnt h1 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .resource-icon-section .research-paper .climate-cnt h1 {
    font-size: 2rem;
  }

  .deliverables-sucess .title-wrap h3 {
    font-size: 2.5rem;
  }

  .deliverables-sucess {
    padding-bottom: 100px;
  }
  .deliverables-sucess + .additional-services-section {
    padding-bottom: 100px;
  }
  a.service-menu {
    font-size: 1rem;
  }
  .job-slider-inr,
  .design-slider-inr {
    grid-template-columns: 1fr;
  }
  .design-slider-inr {
    height: 100%;
  }
  .slider-cnt {
    padding: 40px 36px;
  }
  .design-cnt,
  .slider-cnt {
    order: 2;
  }

  .list-support {
    gap: 30px;
  }
  .support-inr h3 {
    font-size: 1.125rem;
  }
  .support-inr {
    padding: 25px;
  }
  .jobs-tool {
    padding: 66px 0px 0;
  }
  .job-slider {
    padding: 70px 0px 110px 0px;
  }
  .design-title-wrap h2 {
    font-size: 2.375rem;
    line-height: normal;
  }
  section.remote {
    padding-bottom: 100px;
  }

  .image-slider .swiper-slide img {
    height: 430px;
  }
  .image-slider {
    margin-top: 55px;
  }

  section.about-counts {
    padding: 100px 0px 156px 0px;
    margin-bottom: -60px;
    border-radius: 50px 50px 0px 0px;
  }

  .count-list ul li {
    padding: 30px 0px;
  }

  .count-list .rgt-cnt {
    max-width: 310px;
  }
  .lft-count {
    max-width: 380px;
  }
  .lft-count h3 {
    font-size: 4.25rem;
    line-height: 60px;
  }
  .lft-count h3 span {
    font-size: 1.75rem;
  }

  .dedication-wrap {
    grid-template-columns: 1fr;
  }
  .role-list-wrap {
    column-gap: 50px;
    row-gap: 20px;
    flex-wrap: wrap;
  }
  .benefits-inr {
    padding: 50px 45px;
  }

  .research-hub {
    padding: 55px 0px 50px 0px;
  }

  .research-resource {
    padding-bottom: 0;
  }
  .event-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .event-inr-wrap {
    grid-template-columns: 318px 1fr;
    gap: 24px;
  }
  .event-tabs .nav {
    padding-bottom: 6px;
  }
  .climate-cnt .service-heading {
    font-size: 1.5rem;
  }
  .about-mission-inr {
    aspect-ratio: 1.08/1;
  }
  .about-mission-inr .lottie-container.desktop-container {
    display: none;
  }
  .about-mission-inr .lottie-container.mobile-container {
    display: block;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.75rem;
  }
  h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 38px;
  }
  h2 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
  }
  h3 {
    font-size: 1rem;
  }
  h4 {
    font-size: 0.75rem;
  }
  h5 {
    font-size: 0.7rem;
  }
  h6 {
    font-size: 0.8rem;
  }
  .btn {
    padding: 10px 20px;
    font-size: 0.75rem;
  }
  .section {
    margin-bottom: 44px;
  }
  .section h2 {
    line-height: 28px;
    margin-bottom: 32px;
  }
  /*section.about:has(.about-bg-img) {
    margin-bottom: 60px;
  } */

  section.about-mission {
    padding: 60px 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  section.about .about-banner-icon {
    width: 84px;
    height: 84px;
  }
  #has-newsletter .newsletter-form ._form_element input[type="text"] {
    font-size: 0.75rem;
  }
  #has-newsletter .newsletter-form form ._button-wrapper ._submit,
  #has-newsletter .newsletter-form form ._button-wrapper ._submit::after {
    width: 30px;
    height: 30px;
  }
  .home-gallery:has(.service-climate) + div > section:first-child {
    padding-top: 58px;
    border-radius: 30px 30px 0px 0px;
    top: -40px;
    padding-bottom: 40px;
	margin-bottom: -40px;
  }
  .home-gallery:has(.service-climate) + div:has(>section:first-child:not(.legislation)) > section:nth-of-type(2){
    padding-top: 40px;
  }
  .home-gallery:has(.service-climate)
    + div
    > section:first-child:not(.legislation)
    img {
    bottom: -40px;
  }

  .home-gallery,
  .home-gallery .container {
    min-height: 90vh;
    height: 90vh;
  }
  .home-gallery .overlay-content {
    text-align: center;
    max-width: 100%;
    padding: 0;
  }
  .home-gallery .hero-left h2 {
    margin-bottom: 36px;
  }
  .home-gallery .hero-left label {
    margin-bottom: 13px;
  }
  .design-slide .swiper-button-prev1 {
    position: absolute;
    top: inherit;
    left: 50%;
    right: inherit;
    bottom: -50px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.1);
    width: 29px;
    height: 29px;
    flex-shrink: 0;
    align-items: center;
    margin-left: -35px;
    border-radius: 100%;
  }

  .design-slide .swiper-button-next1 {
    margin-right: -35px;
    position: absolute;
    top: inherit;
    right: 50%;
    left: inherit;
    bottom: -50px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.1);
    width: 29px;
    height: 29px;
    flex-shrink: 0;
    align-items: center;
    border-radius: 100%;
  }

  .row > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .companies-box {
    padding: 0 30px;
  }

  .btn-row {
    justify-content: center;
    display: flex;
  }
  .resource-cnt,
  .resource-cnt-img {
    display: none;
  }

  .newsletter {
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }

  .newsletter-left {
    flex-direction: column;
  }
  .newsletter-left a {
    margin-right: 0;
    margin-bottom: 18px;
  }

  .newsletter-form {
    max-width: 100%;
  }
  .newsletter-form p {
    margin: 8px 0 0;
  }
  .newsletter-form label {
    display: none;
  }

  .newsletter-form .form-group {
    margin-bottom: 4px;
  }
  .services-row .services-column h3 {
    font-size: 0.875rem;
    line-height: normal;
  }

  .services-row .services-column {
    padding: 14px 22px;
    margin-bottom: 10px;
  }
  .services-row .services-column .icon {
    width: 37px;
    height: 37px;
    margin-right: 24px;
  }
  .services-row .services-column .icon svg {
    width: 20px;
    height: 20px;
  }
  .top-services {
    border-radius: 30px 30px 0px 0px;
  }
  .top-services {
    padding: 35px 0px 58px 0px;
  }
  .search-section {
    padding: 110px 0px 55px 0px;
  }
  .search-section h1 {
    margin-bottom: 32px;
    font-size: 2rem;
    line-height: normal;
  }
  .search-section .search-icon {
    padding-bottom: 16px;
  }
  .search-section .search-icon img {
    height: 50px;
    width: 50px;
  }

  section.top-services.section,
  .search-list {
    margin-bottom: 106px;
  }
  .search-section .form-control {
    font-size: 0.75rem;
    /*     height: 40px; */
  }
  .service-breadcrumb p {
    font-size: 0.625rem;
  }
  .icon-service {
    margin-bottom: 20px;
    height: 50px;
    width: 50px;
    border-radius: 12px;
  }
  .icon-service svg {
    height: 24px;
  }
  .service-climate {
    background-image: url("../images/climate-mobile.png");
  }
  .climate-cnt h1 {
    font-size: 2rem;
    background-image: url("../images/purple-line.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-bottom: 6px;
    margin-bottom: 20px;
    max-width: 450px;
  }
  .climate-cnt h1,
  .climate-cnt h1 span {
    background-image: none;
  }
  .resource-icon-section .research-paper .climate-cnt h1 {
    font-size: 1.5rem;
  }

  .deliverables-sucess .title-wrap p {
    margin-bottom: 16px;
    font-size: 0.75rem;
    line-height: normal;
  }
  .deliverables-sucess .title-wrap h3 {
    font-size: 1.5rem;
    line-height: normal;
    margin-bottom: 25px;
  }
  .deliverables-sucess .title-wrap {
    margin-bottom: 35px;
  }

  .list-support {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
  .support-inr h3 {
    padding-top: 10px;
  }
  .support-inr span {
    padding: 10px 11px;
    line-height: normal;
    font-size: 0.875rem;
    border-radius: 8px;
  }
  .jobs-tool h2 {
    font-size: 1.75rem;
    line-height: normal;
    font-weight: 300;
  }
  .jobs-tool p {
    font-size: 0.75rem;
    line-height: normal;
  }
  .jobs-tool .tool-title {
    font-size: 1rem;
  }
  .jobs-tool a.btn.btn-purple {
    margin: 30px auto 0px;
  }

  .slider-img img {
    height: 266px;
  }
  .job-slider-inr {
    gap: 40px;
  }
  .slider-cnt {
    padding-top: 0;
  }
  .slider-cnt .tool-logo {
    margin-bottom: 32px;
    height: 68px;
  }
  .slider-cnt .tool-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .list-cnt span {
    font-size: 1rem;
    line-height: normal;
    align-items: flex-start;
  }
  .design-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--default-purple);
  }
  .design-success {
    padding: 70px 0px 100px 0px;
    border-radius: 30px 30px 0px 0px;
  }
  .design-title-wrap span {
    font-size: 0.75rem;
    margin-bottom: 16px;
  }
  .design-title-wrap h2 {
    line-height: normal;
    font-size: 1.5rem;
  }
  .design-title-wrap {
    padding-bottom: 60px;
  }
  .design-cnt {
    padding: 45px 26px 35px 30px;
  }
  .design-cnt .label {
    font-size: 1rem;
    margin-bottom: 16px;
    padding: 10px;
    line-height: normal;
  }
  .design-cnt p {
    font-size: 0.75rem;
    line-height: normal;
  }
  .design-tab ul.nav.nav-pills li.nav-item .nav-link span {
    gap: 22px;
    font-size: 0.875rem;
    line-height: 20px;
  }
  .design-tab ul.nav.nav-pills li.nav-item .nav-link {
    padding: 12px 14px;
  }

  section.about h1 {
    font-size: 1.75rem;
  }
  .about-mission-inr p {
    font-size: 0.875rem;
    line-height: normal;
  }
  .about-mission-inr {
    padding: 40px 36px;
  }

  .about-mission-inr h3 {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 8px;
  }
  section.about a,
  section.about span.btn-blue.btn-solid {
    margin-bottom: 28px;
  }

  section.remote h2 {
    max-width: 262px;
    margin: 0 auto;
    font-weight: 300;
    line-height: normal;
    font-size: 1.75rem;
    text-align: center;
    padding-bottom: 15px;
  }
  section.remote p {
    font-size: 0.75rem;
    max-width: 262px;
    margin: 0 auto;
    text-align: center;
    line-height: normal;
  }

  .image-slider {
    margin-top: 0;
    padding: 28px 20px 0px 20px;
  }

  .count-list ul li {
    gap: 30px;
  }

  .count-list .lft-count {
    max-width: 30%;
    flex: 0 0 30%;
  }
  .count-list .rgt-cnt {
    max-width: calc(70% - 30px);
    flex: 0 0 calc(70% - 30px);
  }
  .lft-count h3 {
    line-height: 55px;
    font-size: 3rem;
    flex-direction: column;
    gap: 0;
  }
  .lft-count h3 span {
    font-size: 1.25rem;
    line-height: normal;
  }
  .count-list .rgt-cnt p {
    font-size: 1rem;
    line-height: normal;
  }
  .lft-count {
    max-width: 130px;
  }

  .benefits-inr ul {
    grid-template-columns: 1fr;
  }

  section.dedication {
    padding-bottom: 190px;
    position: relative;
  }
  .left-wrapper h2 {
    max-width: 284px;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    padding-bottom: 28px;
    font-size: 1.75rem;
  }
  .right-wrapper p {
    margin-bottom: 0;
    font-size: 0.75rem;
    text-align: center;
    line-height: normal;
  }
  .dedication-wrap {
    gap: 0;
  }
  .dedication-wrap a {
    position: absolute;
    bottom: 96px;
    left: 50%;
    transform: translateX(-50%);
	white-space: nowrap;
	max-width: 100%;
	width: max-content;
  }
  .life {
    padding: 60px 0 20px;
  }
  section.life h2 {
    font-size: 1.75rem;
    margin-bottom: 28px;
  }
  .life-slider-inr {
    min-height: 300px;
  }
  .life-slider-inr .life-slider-content {
    padding: 44px 44px 30px;
  }
  .life-slider-inr h3 {
    font-size: 1.375rem;
    margin-bottom: 12px;
    text-align: center;
    max-width: unset;
  }
  .life-slider-inr p {
    font-size: 0.875rem;
    margin-bottom: 0;
    line-height: normal;
    text-align: center;
  }
  .benefits-inr h2 {
    margin-bottom: 16px;
    font-size: 1.75rem;
  }
  .benefits-inr ul li span {
    height: 44px;
    width: 44px;
  }
  .benefits-name h3 {
    font-size: 1rem;
    margin-bottom: 2px;
  }
  .benefits-name p {
    font-size: 0.75rem;
  }
  .benefits-inr {
    border-radius: 8px;
  }
  section.benefits {
    padding-bottom: 107px;
    margin: 0;
  }
  section.role h2 {
    padding-bottom: 55px;
    text-align: center;
    font-weight: 300;
    font-size: 1.75rem;
    margin-bottom: 0;
  }
  .role-list-wrap .name p {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  .role-list-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .role-list-wrap .name h4 {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  .location span {
    gap: 15px;
    font-size: 1rem;
  }
  .role-list-wrap a {
    margin-top: 10px;
  }
  section.role {
    padding-bottom: 150px;
  }
  .benefits-inr ul {
    row-gap: 20px;
  }
  .research-hub h2 {
    font-size: 1.75rem;
    max-width: 342px;
    margin: 0 auto;
    padding-bottom: 35px;
  }
  .research-hub .input-group input::placeholder {
    font-size: 0.75rem;
  }
  section.resource-paper .resource-cnt {
    order: 2;
    margin-top: 20px;
  }
  .resource-paper {
    padding-bottom: 30px;
  }
  .resource-paper span.label {
    font-size: 0.625rem;
    margin-bottom: 15px;
  }
  .resource-paper h2 {
    font-size: 1rem;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .resource-paper p {
    margin-bottom: 0;
  }

  select.form-select.form-group {
    padding: 7px 24px;
    font-size: 0.75rem;
  }
  .contact-us p {
    font-size: 0.75rem;
    line-height: normal;
  }
  .contact-selection {
    gap: 20px;
    margin-bottom: 25px;
  }
  .checkbox-box {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-bottom: 0 !important;
  }
  .custom-checkbox {
    font-size: 0.75rem;
    line-height: normal;
  }
  .research-resource .btn-row {
    margin-top: 40px;
  }
  .research-resource {
    padding-bottom: 100px;
  }

  .checkbox-box svg {
    top: 1px;
    left: 1px;
    width: 14px;
    height: 14px;
  }
  select.form-select.form-group {
    background-size: 15px;
  }
  .event-list ul,
  .event-inr-wrap {
    grid-template-columns: 1fr;
  }
  section.event-detail .event-lft {
    order: 2;
  }
  .event-inr-wrap {
    gap: 15px;
  }
  .event-lft .label-event {
    font-size: 0.625rem;
  }
  .event-list .event-lft h3,
  .event-list .event-lft h3 a {
    font-size: 1rem;
  }
  .date-wrap {
    margin: 15px 0px;
  }
  .date-wrap span,
  .event-lft p {
    font-size: 0.75rem;
  }
  .source {
    font-size: 0.625rem;
  }
  section.event-detail {
    margin-bottom: 80px;
  }
  .upcomming-event h2 {
    text-align: center;
    line-height: normal;
    font-weight: 300;
  }
  .event-tabs .nav {
    gap: 12px;
  }
  .event-tabs .nav-link {
    padding: 10px 20px;
    font-size: 0.75rem;
  }
  .event-list ul {
    padding: 50px 0px 40px 0px;
    row-gap: 30px;
  }
  section.upcomming-event {
    margin-bottom: 80px;
  }
  .sponsor span {
    font-size: 12px;
  }
  .sponsor h2 {
    font-size: 1.5rem;
    line-height: normal;
    margin-bottom: 20px;
  }
  .sponsor {
    padding-bottom: 90px;
  }
  .event-label-wrap {
    margin-bottom: 15px;
  }
  section.event-detail .event-lft h3,
  section.event-detail .event-lft h3 a {
    font-size: 1rem;
  }
  .event-meta {
    margin: 12px 0;
  }
  .event-tabs .load-btn.active {
    margin-top: 60px;
  }
  .climate-cnt .service-heading {
    font-size: 1.25rem;
  }
  .home-gallery .hero-left .slide-mobile-top-image {
    display: block;
    border-radius: 16px;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .count-list .rgt-cnt p {
    font-size: 0.75rem;
    line-height: normal;
  }
  section.about {
    padding: 115px 0px 60px 0px;
  }
  /*   section.about:has(.about-bg-img){
	margin-bottom: 40px;
  } */
  .partnership-common-section:not(:has(.partner-box-wrapper)):first-child {
    padding-top: 0;
  }
   .custom-navigation{
		gap: 12px;
	}
}

/* general styling */

i.far.fa-envelope {
  display: none;
}

.btn:not(.btn-white) .color-icon {
  filter: none;
}
.btn:not(.btn-white):hover .color-icon {
  filter: brightness(0) invert(1);
}
.btn.btn-white:hover .white-icon {
  filter: brightness(0) invert(0);
}

/* contact us page style */

.contact-form-section {
  padding-bottom: 120px;
}
.contact-form-section .contact-form-title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  color: var(--black-color);
}

.contact-form-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
.contact-us + * > *:first-child .contact-form-wrapper {
  margin-top: 0;
}
.contact-form-wrapper .leaf-img1 {
  position: absolute;
  top: 24px;
  left: -60px;
  width: 63px;
  height: 116px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}
@media only screen and (max-width: 1600px) {
  .contact-form-wrapper .leaf-img1 {
    top: 50px;
    left: -35px;
    width: 40px;
    height: 80px;
  }
}
.contact-form-wrapper .leaf-img2 {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 20px;
  right: -110px;
  width: 342px;
  height: 336px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}
@media only screen and (max-width: 1600px) {
  .contact-form-wrapper .leaf-img2 {
    right: -24px;
    width: 90px;
    height: 90px;
    bottom: 80px;
  }
}
.contact-form-wrapper > div {
  background-color: #f4f4f4;
  border-radius: 16px;
  padding: 50px;
  position: relative;
}
.contact-form-wrapper form {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.contact-form-wrapper form ._form-content {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.contact-form-wrapper form ._form-content ._form_element {
  margin: 0 !important;
}
.contact-form-wrapper form ._form-content ._form_element ._form-label {
  display: none !important;
}
.contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._field-wrapper
  input[type="text"],
.contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._field-wrapper
  textarea,
.contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._field-wrapper
  select {
  background-color: rgba(204, 204, 204, 0.2509803922) !important;
}

#contact-form-wrapper
  form
  ._form-content
  ._form_element:has(input[type="text"], select) {
  width: calc(50% - 8px);
}
#contact-form-wrapper form ._form-content ._form_element:has(textarea) {
  width: 100%;
}
#contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._field-wrapper
  input[type="text"],
#contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._field-wrapper
  textarea,
#contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._field-wrapper
  select {
  padding: 12.5px 35px !important;
  height: auto !important;
  border-radius: 8px !important;
  border: none;
  font-family: var(--bs-font-family);
  color: var(--black-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  width: 100%;
}
/* #contact-form-wrapper form ._form-content ._form_element .iti__country-container .iti__selected-country{padding-left: 35px;}
#contact-form-wrapper form ._form-content ._form_element .iti__country-container .iti__selected-country .iti__selected-dial-code, .iti__selected-dial-code{color: #a8a8a8;}
#contact-form-wrapper form ._form-content ._form_element ._field-wrapper .iti .iti__tel-input{padding-left: 105px !important;} */
#contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._field-wrapper
  input[type="text"]::-moz-placeholder,
#contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._field-wrapper
  textarea::-moz-placeholder,
#contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._field-wrapper
  select::-moz-placeholder {
  color: #cccccc;
}
#contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._field-wrapper
  input[type="text"]::placeholder,
#contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._field-wrapper
  textarea::placeholder,
#contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._field-wrapper
  select::placeholder {
  color: #cccccc;
}
#has-newsletter form[id^="_form_"]._form input::placeholder,
#has-newsletter form[id^="_form_"]._form textarea::placeholder,
#has-newsletter form[id^="_form_"]._form select::placeholder {
  color: #a8a8a8 !important;
}
#has-newsletter form[id^="_form_"]._form input,
#has-newsletter form[id^="_form_"]._form textarea,
#has-newsletter form[id^="_form_"]._form select {
  color: #000000 !important;
}
#has-newsletter form[id^="_form_"]._form {
  box-shadow: none !important;
}
#contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._field-wrapper:has(select) {
  height: 100%;
}
#contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._field-wrapper
  select {
  height: 100% !important;
}
#contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._form-fieldset
  ._form-label {
  display: block !important;
  color: var(--black-color);
  font-family: var(--bs-font-family);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: 0;
  margin: 13px 0 15px;
}
#contact-form-wrapper form ._form-content ._form_element ._html-code p,
#contact-form-wrapper form ._form-content ._form_element ._html-code p a {
  color: var(--black-color) !important;
  font-family: var(--bs-font-family);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: 0;
}
#contact-form-wrapper form ._form-content ._form_element:has(._html-code) {
  top: -43px;
  left: 38px;
  margin-bottom: -30px !important;
  max-width: calc(100% - 50px);
}
#contact-form-wrapper
  form
  ._form-content
  ._form_element:has(._row._checkbox-radio ._error-inner)
  + ._form_element {
  margin-bottom: 17px !important;
}
#contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._row._checkbox-radio
  ._error-inner {
  position: absolute;
  top: 180%;
  width: max-content;
}
#contact-form-wrapper form ._form-content ._form_element ._html-code p a {
  text-decoration: underline;
}
#contact-form-wrapper form ._form-content ._form_element ._row._checkbox-radio {
  margin: 0;
  position: relative;
  padding-bottom: 10.73%;
  width: 20px;
}
#contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._row._checkbox-radio
  input {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}
#contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._row._checkbox-radio::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 0;
  background-color: #d9d9d9;
  border-radius: 4px;
  z-index: 1;
}
#contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._row._checkbox-radio::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 7px;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  top: 8px;
  left: 3px;
  transform: rotate(-45deg);
  z-index: 2;
}
#contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._row._checkbox-radio:has(input:checked)::before {
  border-color: var(--black-color);
}
#contact-form-wrapper
  form
  ._form-content
  ._form_element
  ._row._checkbox-radio
  > span {
  display: none;
}
#contact-form-wrapper form ._form-content ._button-wrapper {
  margin: 0;
}
#contact-form-wrapper form ._form-content ._button-wrapper button {
  margin: 0;
  padding: 15px 25px !important;
  color: var(--default-blue) !important;
  background-color: transparent !important;
  height: auto;
  font-family: var(--bs-font-family);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid var(--default-blue);
  border-radius: 50px;
  transition: all 0.3s ease;
}
#contact-form-wrapper form ._form-content ._button-wrapper button:hover {
  color: var(--default-white) !important;
  background-color: var(--default-blue) !important;
}

.connect-contact {
  margin: 47px 0 130px;
  padding-bottom: 60px;
}
.connect-contact .connect-contact-wrapper {
  display: flex;
  gap: 32px;
}
.connect-contact .connect-contact-map {
  height: 410px;
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
  max-width: calc(54% - 16px);
}
.connect-contact .connect-contact-content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 50px;
  background-color: #f4f4f4;
  border-radius: 16px;
  gap: 10px;
  width: 100%;
  max-width: calc(46% - 16px);
}
@media only screen and (max-width: 1280px) {
  .contact-form-section {
    padding-bottom: 100px;
  }
  .contact-form-section .contact-form-title {
    font-size: 2.4rem;
  }
  .connect-contact .connect-contact-content {
    padding: 40px;
  }
}
.connect-contact .connect-contact-content .leaf-img3 {
  position: absolute;
  top: auto;
  bottom: -70px;
  left: 40px;
  width: 145px;
  height: 132px;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.connect-contact .connect-contact-content .linkedin-icon {
  width: 31px;
  height: 31px;
  -o-object-fit: contain;
  object-fit: contain;
}
.connect-contact .connect-contact-content .connect-contact-title {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: 25px;
}
.connect-contact .connect-contact-content .connect-contact-desc {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.connect-contact .connect-contact-content .btn {
  margin-top: auto;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 1280px) {
  .connect-contact {
    margin: 40px 0 100px;
  }
  .connect-contact .connect-contact-wrapper {
    gap: 24px;
  }
  .connect-contact .connect-contact-content {
    padding: 40px;
    max-width: 50%;
  }
  .connect-contact .connect-contact-map {
    max-width: 50%;
  }
  .contact-form-wrapper > div {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .contact-form-section {
    padding-bottom: 80px;
  }
  .contact-form-section .contact-form-title {
    font-size: 2rem;
  }
  .connect-contact {
    margin: 30px 0 80px;
  }
  .connect-contact .connect-contact-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .connect-contact .connect-contact-content,
  .connect-contact .connect-contact-map {
    max-width: 100%;
  }
  .connect-contact .connect-contact-content {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .contact-form-section {
    padding-bottom: 60px;
  }
  .contact-form-section .contact-form-title {
    font-size: 1.5rem;
  }
  .connect-contact {
    margin: 20px 0 50px;
  }
  .connect-contact .connect-contact-content,
  .connect-contact .connect-contact-map {
    border-radius: 10px;
  }
  .contact-form-wrapper {
    margin-top: 40px;
  }
  .contact-form-wrapper > div {
    padding: 32px;
    border-radius: 10px;
  }
  .connect-contact-content {
    padding: 20px;
  }
  #contact-form-wrapper form ._form-content {
    flex-direction: column;
    gap: 10px;
  }
  #contact-form-wrapper form ._form-content ._form_element {
    width: 100% !important;
    margin: 0 !important;
  }
  #contact-form-wrapper
    form
    ._form-content
    ._form_element
    ._field-wrapper
    input[type="text"],
  #contact-form-wrapper
    form
    ._form-content
    ._form_element
    ._field-wrapper
    textarea,
  #contact-form-wrapper
    form
    ._form-content
    ._form_element
    ._field-wrapper
    select {
    padding: 10px 24px !important;
  }
  #contact-form-wrapper
    form
    ._form-content
    ._form_element
    ._field-wrapper
    select {
    height: 50px !important;
  }
 #contact-form-wrapper form ._form-content ._form_element ._field-wrapper select option[value=""]{color: #a8a8a8;}
  #contact-form-wrapper
    form
    ._form-content
    ._form_element
    ._row._checkbox-radio {
    padding-bottom: 3.05%;
  }
/*   #contact-form-wrapper form ._form-content ._form_element .iti__country-container .iti__selected-country{padding-left: 24px;}
  #contact-form-wrapper form ._form-content ._form_element ._field-wrapper .iti .iti__tel-input{padding-left: 95px; !important} */
}
@media (max-width: 575px) {
  .connect-contact {
    margin: 10px 0 30px;
    padding-bottom: 30px;
  }
  .connect-contact .connect-contact-content,
  .connect-contact .connect-contact-map {
    border-radius: 6px;
  }
  .connect-contact .connect-contact-title {
    font-size: 1.2rem;
  }
  .connect-contact .connect-contact-desc {
    font-size: 0.9rem;
  }
  .contact-form-wrapper {
    margin-top: 30px;
  }
  .contact-form-wrapper > div {
    padding: 24px;
    border-radius: 6px;
  }
  #contact-form-wrapper form ._form-content ._form_element {
    width: 100% !important;
  }
  #contact-form-wrapper form ._form-content ._button-wrapper button {
    padding: 10px 15px !important;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 480px){
	._form_element:has(.g-recaptcha) .g-recaptcha{
		transform: scale(0.9);
		transform-origin: left;
	}
}

/* sitemap style */

.sitemap-section {
  padding: 150px 0 160px;
}

.sitemap-section .sitemap-title {
  color: var(--default-blue);
  margin-bottom: 20px;
  font-family: var(--bs-font-family);
  font-size: 3rem;
  line-height: 1.2;
}

.sitemap-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap-menu-wrapper ul li a {
  display: inline-block;
  text-decoration: none;
  color: var(--default-blue);
  font-family: var(--bs-font-family);
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.sitemap-menu-wrapper > ul > li {
  padding: 24px 0 14px;
  border-top: 1px solid var(--blue-light-grayish);
}

.sitemap-menu-wrapper > ul > li > a {
  color: var(--navcard-blue);
  font-family: var(--bs-font-family);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 16px;
}

.sitemap-menu-wrapper > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.sitemap-menu-wrapper > ul > li > ul > li {
  width: 100%;
  max-width: calc(33.33% - 20px);
  flex: 0 0 calc(33.33% - 20px);
}

.sitemap-menu-wrapper > ul > li > ul > li > a {
  color: var(--dark-gray);
  font-weight: 600;
}

@media only screen and (max-width: 1366px) {
  .sitemap-section {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .sitemap-section {
    padding: 80px 0;
  }
  .sitemap-menu-wrapper > ul > li > ul {
    gap: 40px;
  }
  .sitemap-menu-wrapper > ul > li > ul > li {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}

@media only screen and (max-width: 768px) {
  .sitemap-section {
    padding: 60 0;
  }
  .sitemap-menu-wrapper > ul > li > ul {
    gap: 24px;
  }
  .sitemap-menu-wrapper > ul > li > ul > li {
    max-width: calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
  }
}

@media only screen and (max-width: 575px) {
  .sitemap-menu-wrapper > ul > li > ul {
    gap: 30px;
  }
  .sitemap-menu-wrapper > ul > li > ul > li {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* privacy policy, cookie policy, terms and condition page style */

.privacy-policy-section,
.cookie-policy-section,
.term-policy-section {
  padding: 150px 0 160px;
}

.privacy-policy-section .text-content,
.cookie-policy-section .text-content,
.term-policy-section .text-content {
  overflow: hidden;
}

.privacy-policy-section .text-content *,
.privacy-policy-section .text-content table h3,
.privacy-policy-section .text-content table p,
.cookie-policy-section .text-content *,
.cookie-policy-section .text-content table h3,
.cookie-policy-section .text-content table p,
.term-policy-section .text-content *,
.term-policy-section .text-content table h3,
.term-policy-section .text-content table p {
  margin: 0;
  font-family: var(--bs-font-family);
}

.privacy-policy-section .text-content .page-title,
.cookie-policy-section .text-content .page-title,
.term-policy-section .text-content .page-title {
  color: var(--default-blue);
  margin-bottom: 16px;
  font-size: 2.4rem;
  line-height: 1.2;
}

.privacy-policy-section .text-content .page-subtitle,
.cookie-policy-section .text-content .page-subtitle,
.term-policy-section .text-content .page-subtitle {
  color: var(--navcard-blue);
  margin-bottom: 16px;
  font-size: 2rem;
  line-height: 1.2;
}

.privacy-policy-section .text-content ul,
.cookie-policy-section .text-content ul,
.term-policy-section .text-content ul {
  margin: 6px 0 12px;
}

.privacy-policy-section .text-content ul li,
.cookie-policy-section .text-content ul li,
.term-policy-section .text-content ul li {
  color: var(--black-color);
  font-size: 0.875rem;
  line-height: 1.2;
}

.privacy-policy-section .text-content ul li:not(:last-child),
.cookie-policy-section .text-content ul li:not(:last-child),
.term-policy-section .text-content ul li:not(:last-child) {
  margin-bottom: 8px;
}

.privacy-policy-section .text-content h3,
.cookie-policy-section .text-content h3,
.term-policy-section .text-content h3 {
  color: var(--black-color);
  margin: 24px 0 12px;
  font-size: 1.4rem;
  line-height: 1.2;
}

.privacy-policy-section .text-content p,
.cookie-policy-section .text-content p,
.term-policy-section .text-content p {
  color: var(--black-color);
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

.privacy-policy-section .text-content p:has(strong),
.cookie-policy-section .text-content p:has(strong),
.term-policy-section .text-content p:has(strong) {
  margin-top: 20px;
}

.privacy-policy-section .text-content ul li a,
.privacy-policy-section .text-content p a,
.cookie-policy-section .text-content ul li a,
.cookie-policy-section .text-content p a,
.term-policy-section .text-content ul li a,
.term-policy-section .text-content p a {
  display: inline-block;
  color: var(--default-blue);
  font-size: 0.875rem;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s ease;
}

.privacy-policy-section .text-content ul li a:hover,
.privacy-policy-section .text-content p a:hover,
.cookie-policy-section .text-content ul li a:hover,
.cookie-policy-section .text-content p a:hover,
.term-policy-section .text-content ul li a:hover,
.term-policy-section .text-content p a:hover {
  color: var(--navcard-blue);
}

.privacy-policy-section .text-content .text-content-table-wrapper,
.cookie-policy-section .text-content .text-content-table-wrapper,
.term-policy-section .text-content .text-content-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.privacy-policy-section .text-content table thead tr,
.cookie-policy-section .text-content table thead tr,
.term-policy-section .text-content table thead tr {
  background-color: var(--navcard-blue) !important;
}

.privacy-policy-section .text-content table thead tr h3,
.cookie-policy-section .text-content table thead tr h3,
.term-policy-section .text-content table thead tr h3 {
  color: var(--white-color);
}

.privacy-policy-section .text-content table tr:nth-child(even),
.cookie-policy-section .text-content table tr:nth-child(even),
.term-policy-section .text-content table tr:nth-child(even) {
  background-color: var(--blue-light-grayish);
}

.privacy-policy-section .text-content table tr:nth-child(odd),
.cookie-policy-section .text-content table tr:nth-child(odd),
.term-policy-section .text-content table tr:nth-child(odd) {
  background-color: var(--white-color);
}
.privacy-policy-section
  .text-content
  .contenttable
  tr:first-child
  td:first-child,
.cookie-policy-section
  .text-content
  .contenttable
  tr:first-child
  td:first-child,
.term-policy-section .text-content .contenttable tr:first-child td:first-child {
  border-top-left-radius: unset;
}
.privacy-policy-section .text-content .contenttable tr:first-child td,
.cookie-policy-section .text-content .contenttable tr:first-child td,
.term-policy-section .text-content .contenttable tr:first-child td {
  background-color: inherit;
  color: inherit;
  font-weight: inherit;
}
.privacy-policy-section .text-content .contenttable tr td:first-child,
.cookie-policy-section .text-content .contenttable tr td:first-child,
.term-policy-section .text-content .contenttable tr td:first-child {
  width: auto;
  border-right: none;
}

@media only screen and (max-width: 1366px) {
  .privacy-policy-section,
  .cookie-policy-section,
  .term-policy-section {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .privacy-policy-section,
  .cookie-policy-section,
  .term-policy-section {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 768px) {
  .privacy-policy-section .text-content .page-title,
  .cookie-policy-section .text-content .page-title,
  .term-policy-section .text-content .page-title {
    margin-bottom: 12px;
    font-size: 2rem;
  }

  .privacy-policy-section .text-content .page-subtitle,
  .cookie-policy-section .text-content .page-subtitle,
  .term-policy-section .text-content .page-subtitle {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }

  .privacy-policy-section .text-content ul,
  .cookie-policy-section .text-content ul,
  .term-policy-section .text-content ul {
    margin: 4px 0 8px;
  }

  .privacy-policy-section .text-content ul li,
  .cookie-policy-section .text-content ul li,
  .term-policy-section .text-content ul li {
    font-size: 0.75rem;
  }

  .privacy-policy-section .text-content ul li:not(:last-child),
  .cookie-policy-section .text-content ul li:not(:last-child),
  .term-policy-section .text-content ul li:not(:last-child) {
    margin-bottom: 6px;
  }

  .privacy-policy-section .text-content h3,
  .cookie-policy-section .text-content h3,
  .term-policy-section .text-content h3 {
    margin: 18px 0 8px;
    font-size: 1.2rem;
  }

  .privacy-policy-section .text-content p,
  .cookie-policy-section .text-content p,
  .term-policy-section .text-content p {
    font-size: 0.75rem;
    margin-bottom: 8px;
  }

  .privacy-policy-section .text-content p:has(strong),
  .cookie-policy-section .text-content p:has(strong),
  .term-policy-section .text-content p:has(strong) {
    margin-top: 14px;
  }

  .privacy-policy-section .text-content ul li a,
  .privacy-policy-section .text-content p a,
  .cookie-policy-section .text-content ul li a,
  .cookie-policy-section .text-content p a,
  .term-policy-section .text-content ul li a,
  .term-policy-section .text-content p a {
    font-size: 0.75rem;
  }
}

/* 404 page style  */

.page-not-found-section {
  padding: 200px 0 285px;
}
.page-not-found-section .page-not-found-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 87px;
}
.page-not-found-section .page-not-found-content {
  width: 100%;
  max-width: 39.25%;
  flex: 0 0 39.25%;
}
.page-not-found-section .page-not-found-img-wrap {
  width: 100%;
  max-width: 53.2%;
  flex: 0 0 53.2%;
}
.page-not-found-section .page-not-found-img {
  display: inline-block;
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.page-not-found-section .page-not-found-content .page-not-found-title {
  font-size: 16.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--default-blue);
  margin: 0;
}
.page-not-found-section .page-not-found-content .page-not-found-subtitle {
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}
.page-not-found-section .page-not-found-content .page-not-found-desc {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 22px 0 35px;
}

@media only screen and (max-width: 1280px) {
  .page-not-found-section {
    padding: 160px 0 220px;
  }
  .page-not-found-section .page-not-found-wrapper {
    gap: 60px;
  }
  .page-not-found-section .page-not-found-content {
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
  }
  .page-not-found-section .page-not-found-img-wrap {
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
  }
  .page-not-found-section .page-not-found-content .page-not-found-title {
    font-size: 12rem;
  }
  .page-not-found-section .page-not-found-content .page-not-found-subtitle {
    font-size: 2.25rem;
  }
  .page-not-found-section .page-not-found-content .page-not-found-desc {
    font-size: 1.2rem;
    margin: 18px 0 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-not-found-section {
    padding: 120px 0 180px;
  }
  .page-not-found-section .page-not-found-wrapper {
    gap: 40px;
  }
  .page-not-found-section .page-not-found-content {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
  .page-not-found-section .page-not-found-img-wrap {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
  .page-not-found-section .page-not-found-content .page-not-found-title {
    font-size: 8rem;
  }
  .page-not-found-section .page-not-found-content .page-not-found-subtitle {
    font-size: 2rem;
  }
  .page-not-found-section .page-not-found-content .page-not-found-desc {
    font-size: 1rem;
    margin: 16px 0 28px;
  }
}
@media only screen and (max-width: 767px) {
  .page-not-found-section {
    padding: 80px 0 140px;
  }
  .page-not-found-section .page-not-found-wrapper {
    gap: 40px;
    flex-wrap: wrap-reverse;
  }
  .page-not-found-section .page-not-found-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .page-not-found-section .page-not-found-img-wrap {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .page-not-found-section .page-not-found-content .page-not-found-title {
    font-size: 6rem;
  }
  .page-not-found-section .page-not-found-content .page-not-found-subtitle {
    font-size: 1.8rem;
  }
  .page-not-found-section .page-not-found-content .page-not-found-desc {
    margin: 12px 0 24px;
  }
}

/* our partnership page style  */

.about.our-partnership h1 {
  max-width: 862px;
}

.partnership-common-section:not(:has(.partner-box-wrapper)) {
  padding-bottom: 60px;
}

.partnership-common-section h2 {
  color: var(--default-blue);
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 16px;
}

.partnership-common-section p {
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 1029px;
}

@media only screen and (max-width: 1280px) {
  .partnership-common-section h2 {
    font-size: 2.4rem;
  }
  .partnership-common-section p {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .partnership-common-section h2 {
    font-size: 2rem;
  }
  .partnership-common-section p {
    font-size: 1rem;
  }
  .partnership-common-section:not(:has(.partner-box-wrapper)) {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .partnership-common-section h2 {
    font-size: 1.8rem;
  }
  .partnership-common-section p {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 575px) {
  .partnership-common-section h2 {
    font-size: 1.5rem;
  }
  .partnership-common-section p {
    font-size: 0.75rem;
  }
}
/* our team details page banner style  */

.our-team-detail-banner {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 220px 0 210px;
  position: relative;
}

.our-team-detail-banner .our-team-detail-banner-title {
  color: var(--white-color);
  margin: 35px 0 0;
  font-weight: 300;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0;
}

.our-team-detail-banner a.btn-blue.btn-solid:hover {
  background-color: var(--white-color);
  border-color: var(--white-color);
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1024px) {
  .our-team-detail-banner {
    padding: 110px 0;
  }

  .our-team-detail-banner .our-team-detail-banner-title {
    font-size: 3.375rem;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .our-team-detail-banner .our-team-detail-banner-title {
    font-size: 1.75rem;
  }
}

/* out team details  resource */

.team-resources {
  margin: 100px 0 192px;
}

.team-resources-title {
  color: var(--black-color);
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}

.resources-items {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 15px;
}

.resources-items .resources-item {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  padding: 35px 0;
}
.resources-items .resources-item:not(:last-child) {
  border-bottom: 1px solid #0082fa80;
}

.resources-item .resources-item-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  max-width: 58px;
  flex: 0 0 58px;
  border-radius: 4px;
  background-color: var(--default-blue);
}
.resources-item .resources-item-left img {
  display: inline-block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.resources-item .resources-item-content {
  width: 100%;
  max-width: calc(100% - 93px);
  flex: 0 0 calc(100% - 93px);
}

.resources-item .resources-item-content .resources-item-label,
.resources-item .resources-item-content .resources-item-desc {
  font-size: 1.125rem;
  line-height: 1.445;
  letter-spacing: 0;
  margin: 0;
}
.resources-item .resources-item-content .resources-item-title a {
  text-decoration: none;
}
.resources-item .resources-item-content .resources-item-title,
.resources-item .resources-item-content .resources-item-title a {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.0834;
  letter-spacing: 0;
  margin: 10px 0 20px;
  color: var(--default-blue);
}

@media only screen and (max-width: 1024px) {
  .team-resources {
    margin: 80px 0 160px;
  }
  .team-resources-title {
    font-size: 2.4rem;
  }
  .resources-items .resources-item {
    gap: 24px;
    padding: 24px 0;
  }
  .resources-item .resources-item-left {
    height: 52px;
    max-width: 52px;
    flex: 0 0 52px;
  }
  .resources-item .resources-item-left img {
    width: 28px;
    height: 28px;
  }
  .resources-item .resources-item-content {
    max-width: calc(100% - 76px);
    flex: 0 0 calc(100% - 76px);
  }
  .resources-item .resources-item-content .resources-item-label,
  .resources-item .resources-item-content .resources-item-desc {
    font-size: 1rem;
  }
  .resources-item .resources-item-content .resources-item-title,
  .resources-item .resources-item-content .resources-item-title a {
    font-size: 1.4rem;
    margin: 6px 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .team-resources {
    margin: 80px 0 120px;
  }
  .team-resources-title {
    font-size: 2rem;
  }
  .resources-items .resources-item {
    gap: 20px;
    padding: 20px 0;
  }
  .resources-item .resources-item-left {
    height: 48px;
    max-width: 48px;
    flex: 0 0 48px;
  }
  .resources-item .resources-item-left img {
    width: 24px;
    height: 24px;
  }
  .resources-item .resources-item-content {
    max-width: calc(100% - 68px);
    flex: 0 0 calc(100% - 68px);
  }
}
@media only screen and (max-width: 575px) {
  .team-resources {
    margin: 80px 0;
  }
  .resources-items .resources-item {
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
  }
  .resources-item .resources-item-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* press release img section  */

.press-release-img-section {
  margin: 0 0 100px;
}
.press-release-img-section .press-release-img-wrap {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 16px;
  width: 100%;
  height: auto;
  aspect-ratio: 1.98/1;
  padding: 80px;
}
.press-release-img-wrap .press-release-img {
  position: absolute;
  width: calc(100% - 160px);
  height: calc(100% - 160px);
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
  .press-release-img-section .press-release-img-wrap {
    padding: 60px;
  }
  .press-release-img-wrap .press-release-img {
    width: calc(100% - 120px);
    height: calc(100% - 120px);
  }
}

@media only screen and (max-width: 768px) {
  .press-release-img-section .press-release-img-wrap {
    padding: 30px;
  }
  .press-release-img-wrap .press-release-img {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
  }
}

/* Design card */

.guiding-journey {
  padding-bottom: 140px;
}
.journey-lft {
  background: var(--default-purple);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.journey-lft img {
  object-fit: contain;
  width: calc(100% - 80px);
  height: auto;
  margin-top: auto;
  aspect-ratio: 1.75/1;
}
.journey-lft img,
.journey-lft.image-left img {
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  object-position: left bottom;
}
.journey-lft.image-full img {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  object-position: center bottom;
}
.journey-lft.image-right img {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  margin-left: auto;
  object-position: right bottom;
}
.journey-lft.image-center img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin: auto;
  object-position: center bottom;
}
.journey-lft-title {
  padding: 70px 48px 50px 48px;
}
.journey-lft-title h3 {
  font-size: 2.25rem;
  line-height: 34px;
  margin-bottom: 20px;
}
.journey-lft-title h3,
.journey-lft-title p {
  font-weight: normal;
  color: var(--white-color);
}
.journey-lft-title p {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .journey-lft-title h3 {
    font-size: 1.625rem;
  }
  .journey-lft-title p {
    font-size: 1rem;
    line-height: normal;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .guiding-journey {
    padding-bottom: 120px;
  }
  .journey-lft-title {
    padding: 40px 70px 80px 40px;
  }
}

/* Filter list style  */

.filters-list-wrapper {
  width: 100%;
  overflow-x: auto;
}
.filters-list-wrapper .filters-list-inner-wrapper {
  width: max-content;
}
.news-releases-filter-list-wrapper.filters-list-wrapper .filters-list-inner-wrapper, .team-member-filter-list-wrapper.filters-list-wrapper .filters-list-inner-wrapper {margin: 0 auto;}

@media only screen and (min-width: 320px) and (max-width: 667px) {
  .filters-list-wrapper::-webkit-scrollbar {
    display: unset !important;
  }
}

.filters-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.filters-list .filter-item {
  font-family: var(--inter-font-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 16px 25px;
  border-radius: 24px;
  background-color: var(--grey-color);
  color: var(--black-color);
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
.filters-list .filter-item.active {
  background-color: var(--black-color);
  color: var(--white-color);
}

/* resource new header with icon */

.home-gallery.resource-icon-section,
.home-gallery.resource-icon-section .container {
  min-height: 530px;
  height: 100%;
}
.resource-icon-section .climate-cnt {
  justify-content: flex-start;
  margin-top: 160px;
  margin-bottom: 140px;
}
.resource-icon-section .research-paper {
  background-position: center;
}
.resource-icon-section .resource-banner-meta {
  margin-bottom: 20px;
  order: 3;
}
.resource-icon-section .service-breadcrumb .breadcrumb span {
  display: none;
}
.resource-icon-section .service-breadcrumb {
  order: 1;
}

/* resouce header */

.research-paper {
  background-position: center -160px;
}

.research-paper .service-breadcrumb p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
  font-size: 1.25rem;
}
.research-paper .service-breadcrumb {
  margin-bottom: 20px;
}
.research-paper .climate-cnt h1,
.research-paper .service-breadcrumb p {
  max-width: 674px;
}
.resource-banner-meta {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 30px;
}
.resource-banner-meta img {
  display: inline-block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.resource-publish-date {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0;
  color: var(--white-color);
  margin: 0;
}

@media only screen and (max-width: 1280px) {
  .resource-icon-section .climate-cnt {
    margin-top: 140px;
  }
}
@media only screen and (max-width: 1024px) {
  .research-paper {
    background-position: center 0px;
  }
}

@media only screen and (max-width: 767px) {
  .research-paper .climate-cnt h1 {
    background: none;
    margin-bottom: 30px;
  }
  .research-paper {
    background-image: url("../../images/research-paper-bg.png");
  }
  .research-paper .service-breadcrumb p {
    gap: 8px;
    font-size: 0.75rem;
  }
  .research-paper .service-breadcrumb {
    margin-bottom: 10px;
  }
}

/* marquee style */

.marquee-container {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.marquee {
  display: flex;
  align-items: center;
  will-change: transform;
}

/* loading */

.filters-list-wrapper .loading.active {
  margin: 24px 0;
}

.search-list:has(.loading) {
  margin-bottom: 0;
}
.search-list .loading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 0 120px;
}
div:has(.loading.active) .resource-search-results,
div:has(.loading.active) .news-releases-wrapper,
div:has(.loading.active) .load-more-news-wrap,
div:has(.loading.active) .no-result-found {
  display: none;
}

div:has(.loading.active) .no-result-found {
  margin: 0;
}

div:has(.loading.active) .news-releases-wrapper {
  margin-top: 0;
}

.loading.active {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 0 120px;
}

.loading img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  display: inline-block;
  animation: rotate 1.5s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1280px) {
  .loading.active {
    margin: 0 0 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .loading.active {
    margin: 0 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .filters-list-wrapper .loading.active {
    margin: 20px 0 10px;
  }
  .loading.active {
    margin: 0 0 60px;
  }
  .loading img {
    width: 52px;
    height: 52px;
  }
}
#ez-toc-container {
  display: none;
}

/* 3bl page  */

.tbl-widget.tbl-widget--primary {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1280px) {
  .tbl-widget.tbl-widget--primary {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .tbl-widget.tbl-widget--primary {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .tbl-widget.tbl-widget--primary {
    padding-bottom: 60px;
  }
}

/* form css  */

#resource-form ._form-label {
  display: none !important;
}
table.contenttable {
  border-radius: 10px;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-spacing: 0;
  border-collapse: separate;
  font-size: 14px;
}
.contenttable tr:first-child td:first-child {
  border-top-left-radius: 8px;
}
.contenttable tr td:first-child {
  width: 25%;
  border-right: 1px solid #adadad;
}
.contenttable tr:first-child td {
  background-color: #0081fb;
  color: #ffffff;
  font-weight: bold;
}
.contenttable tr:nth-child(odd) td {
  border-bottom: 1px solid #e4e4e4;
}
.contenttable tr td {
  padding: 14px;
  border-top: 1px solid #e4e4e4;
}
.contenttable tr th{
  padding: 14px;
}

/* Discussion Leader  */

.discussion-leaders {
  margin-top: 72px;
}
.discussion-leaders .discussion-leaders-wrapper {
  display: flex;
  gap: 44px;
  align-items: flex-end;
}
.discussion-leaders .discussion-leaders-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 24px;
}
.discussion-leaders .discussion-leaders-wrapper:not(:last-child) {
  margin-bottom: 24px;
}
.discussion-leaders-wrapper .discussion-leaders-wrapper-left {
  width: 100%;
  max-width: 183px;
}
.discussion-leaders-wrapper
  .discussion-leaders-wrapper-left
  a:has(.discussion-leader-img) {
  display: inline-block;
}
.discussion-leaders-wrapper
  .discussion-leaders-wrapper-left
  .discussion-leader-img {
  display: inline-block;
  object-fit: contain;
  width: 100%;
  object-position: bottom center;
}
.discussion-leaders-wrapper
  .discussion-leaders-wrapper-right
  .discussion-leader-name,
.discussion-leaders-wrapper
  .discussion-leaders-wrapper-right
  .discussion-leader-name
  a {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  color: var(--blacki-color);
}
.discussion-leaders-wrapper
  .discussion-leaders-wrapper-right
  .discussion-leader-position {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 5px 0 20px;
}
.discussion-leaders-wrapper
  .discussion-leaders-wrapper-right
  .discussion-leader-social {
  display: flex;
  gap: 10px;
}
.discussion-leaders-wrapper
  .discussion-leaders-wrapper-right
  .discussion-leader-social
  a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 33px;
  border-radius: 10px;
  background-color: #0082fa1a;
}
.discussion-leaders-wrapper
  .discussion-leaders-wrapper-right
  .discussion-leader-social
  a
  img {
  display: inline-block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media only screen and (max-width: 991px) {
  .discussion-leaders {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .discussion-leaders .discussion-leaders-wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .discussion-leaders .discussion-leaders-wrapper:not(:last-child) {
    margin-bottom: 36px;
  }
}

/* remove top space above filter in press room */

section.about + div .news-releases-section {
  padding-top: 0 !important;
}
.partnership-common-section:has(+ .jobs-tool) {
  padding-bottom: 0 !important;
}
.partnership-common-section + .jobs-tool {
  padding-top: 0 !important;
}

/* sup font size  */
sup {
  font-size: 78% !important;
}
/* search list */

.search-list:has(.search-menu-items:empty) {
  margin-bottom: 0;
}

/* browser bar  */
.browser-bar,
.bottom-bar,
.url-bar-container {
  background-color: #f4f4f4;
}

.browser-bar * {
  background-clip: padding-box;
}

/* form extra hidden field */

._form_element._x84167507._full_width,
._form_element._x25725983._inline-style,
._form_element._x09366697._inline-style {
  margin-bottom: 0 !important;
  display: none !important;
}

/* particles css */

.particles-js canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
.particles-js {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 50% 50%;
}

/* ---- stats.js ---- */
.particles-js #stats {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
.particles-js #stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
