@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  scroll-behavior: smooth;
  margin: 0 !important;
  overflow-x: clip; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block; }

a:visited {
  color: var(--navy-black-color); }

.small-text {
  font-size: 14px; 
	line-height:22px;
}

.large-text {
  font-size: 18px; }

ol,
ul {
  list-style: none; }

a {
  text-decoration: none;
  color: var(--secondary-color);
  transition: .4s ease; }

a:hover {
  color: var(--primary-color); }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none; }

@font-face {
  font-family: 'Helvetica Extra Bold';
  src: url("../fonts/HelveticaNowDisplay-ExtraBold.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica Bold';
  src: url("../fonts/HelveticaNowDisplay-Bold.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica Medium';
  src: url("../fonts/HelveticaNowDisplay-Medium.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Helvetica Regular';
  src: url("../fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
:root {
  --primary-color: rgba(0, 102, 179, 1);
  --secondary-color: rgba(217, 119, 6, 1);
  --black-color: #000000;
  --header-black-color: rgba(29, 30, 32, 1);
  --text-black-color: rgba(33, 33, 33, 1);
  --light-blue-color: rgba(239, 248, 255, 1);
  --light-gray-color: rgba(245, 245, 245, 1);
  --white-color: #ffffff;
  /*fonts*/
  --helvetica-extrablod-font: "Helvetica Extra Bold";
  --helvetica-blod-font: "Helvetica Bold";
  --helvetica-medium-font: "Helvetica Medium";
  --helvetica-regular-font: "Helvetica Regular"; }

body {
  line-height: 28px;
  font-size: 18px;
  font-family: var(--helvetica-regular-font);
  font-weight: 400;
  color: var(--text-black-color);
  overflow-x: clip; }
  body.no-scroll {
    overflow: hidden;
    height: 100vh; }

.primary-color {
  color: var(--primary-color) !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--helvetica-blod-font);
  color: var(--text-black-color); }

h1 {
  font-family: var(--helvetica-extrablod-font);
  font-size: 56px;
  line-height: 110%; }

h2 {
  font-family: var(--helvetica-medium-font);
  font-size: 56px;
  line-height: 115%; }

h3 {
  font-size: 36px;
  line-height: 120%; }

h4 {
  font-size: 28px;
  line-height: 120%; }

h5 {
  font-size: 24px;
  line-height: 120%; }

h6 {
  font-size: 18px;
  line-height: 130%; }

figure {
  margin: 0; }

figure img {
  display: block;
  width: 100%;
  height: auto; }

.bg-primary-color {
  background-color: var(--primary-color); }

.bg-secondary-color {
  background-color: var(--secondary-color); }

.bg-light-blue {
  background-color: var(--light-blue-color); }

.bg-light-gray {
  background-color: var(--light-gray-color); }

.p-sticky {
  position: sticky;
  top: 120px; }

.block {
  padding: 100px 0; }

.pb-60 {
  padding-bottom: 60px; }

.pt-60 {
  padding-top: 60px; }

.pb-80 {
  padding-bottom: 80px; }

.pt-80 {
  padding-top: 80px; }

.object-fit-cover {
  object-fit: cover; }

.object-fit-contain {
  object-fit: contain; }

.object-position-center {
  object-position: center; }

.section-title {
  padding-bottom: 20px; }

.section-head {
  padding-bottom: 60px; }
  .section-head.only-title .section-title {
    padding-bottom: 0; }

.row.custom-gutter-35 {
  margin-left: -35px;
  margin-right: -35px; }

.row.custom-gutter-35 > [class*="col"] {
  padding-left: 35px;
  padding-right: 35px; }

.br-10 {
  border-radius: 10px; }

.desc-mb-0 p:last-of-type {
  margin-bottom: 0; }

.img-hover {
  overflow: hidden; }
  .img-hover img {
    transition: 0.6s ease-in-out; }
  .img-hover:hover img {
    transform: scale(1.2);
    transition: 0.6s ease-in-out; }

.btn-primary {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 16px 24px;
  text-align: center;
  border-radius: 2px;
  width: auto;
  border: 1px solid var(--primary-color);
  background: var(--primary-color) !important;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 100% !important;
  color: var(--white-color) !important;
  transition: .4s ease-in-out;
  position: relative;
  margin-top: 30px; }
  .btn-primary:after {
    content: '\f061';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	  letter-spacing:1.12px;
    right: 20px;
    font-family: FontAwesome;
    font-weight: 400;
    visibility: hidden;
    opacity: 0;
    transition: .6s ease; }
  .btn-primary:hover {
    transition: .6s ease-in-out;
    padding-right: 40px; }
    .btn-primary:hover:after {
      visibility: visible;
      opacity: 1; }

.link-arrow {
  display: inline-block;
  font-family: var(--helvetica-blod-font); }

.btn-secondary {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 16px 24px;
  text-align: center;
  width: auto;
  border: 1px solid var(--secondary-color);
  border-radius: 100px;
  background: var(--secondary-color) !important;
  font-family: var(--primary-font);
  font-weight: 600;
  border-radius: 2px;
  font-size: 16px;
  line-height: 100% !important;
  color: var(--white-color) !important;
  transition: .6s ease-in-out;
  position: relative;
  margin-top: 30px; }
  .btn-secondary:after {
    content: '\f061';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    font-family: FontAwesome;
    font-weight: 400;
    visibility: hidden;
    opacity: 0;
    transition: .6s ease; }
  .btn-secondary:hover {
    color: var(--white-color) !important;
    transition: .6s ease-in-out;
    padding-right: 30px; }
    .btn-secondary:hover:after {
      visibility: visible;
      opacity: 1; }

.modal-header {
  padding: 0;
  border: none; }

.modal-header .btn-close {
  background-color: #00ffff;
  color: #fff;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  filter: invert(1); }

.modal-body {
  padding: 45px; }

strong {
  font-weight: 700; }

input[type="submit"] {
  border-radius: 6px !important;
  padding: 16px 24px !important;
  margin-top: 10px; }

.bullet-list {
  list-style: disc;
  padding-left: 20px; }
  .bullet-list li {
    margin-bottom: 8px; }

.accordion-item {
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden !important;
  border: none; }

.accordion-item {
  padding: 24px 30px; }
  .accordion-item button {
    padding: 0;
    background: #f7fafc !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 17px;
    font-weight: 600; }

.accordion-button::after {
  content: "" !important;
  font-family: FontAwesome;
  background: none !important;
  font-size: 18px;
  width: auto;
  height: auto; }

.accordion-button.collapsed::after {
  font-family: FontAwesome;
  content: "+" !important;
  background: none !important;
  font-size: 18px;
  width: auto;
  height: auto; }

.accordion-item:first-of-type {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important; }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  overflow: hidden; }

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }

.accordion-item:last-of-type {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }

.accordion-button:not(.collapsed) {
  color: var(--black-color);
  background: #f7fafc !important; }

.accordion-body {
  background: #f7fafc !important;
  padding: 0;
  padding-top: 16px; }

.common-banner-section {
  height: calc(100vh - 140px);
  position: relative; }
  .common-banner-section:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(78.49deg, rgba(0, 0, 0, 0.3) 25.41%, rgba(0, 0, 0, 0) 99.72%);
    z-index: 2; }
  .common-banner-section figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .common-banner-section .banner-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
  .common-banner-section .text {
   
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    z-index: 3; }
    .common-banner-section .text p {
		 max-width: 630px;
      line-height: 150%; }
    .common-banner-section .text h1, .common-banner-section .text p {
      color: #fff; }

.pb-60 {
  padding-bottom: 60px; }
.slick-prev:before,
.slick-next:before {
    display: none;
}
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}
.slick-prev svg ,
.slick-next svg {
	height:24px;
	width:24px;
}
.slick-prev svg path,
.slick-next svg path {
    fill: #fff;
}

/*---------header-css---------*/
.slicknav_menu {
  display: none; }
.site-logo img{
	height:65px;
width:65px;
}
@media (min-width: 1024px) {
  header {
    background: var(--white-color); }
    header .top-header, header .bottom-header {
      padding: 8px 0; }
    header .top-header li {
      font-family: var(--helvetica-medium-font); }
    header .top-header a {
      padding: 0; 
		  font-family: var(--helvetica-medium-font); 
	}
    header ul {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      header ul li a {
        font-family: var(--helvetica-medium-font);
        padding: 8px 20px;
		  font-size:16px;
        font-weight: 500;
        color: rgba(53, 53, 53, 1);
        transition: .4s ease; }
        header ul li a:hover {
          color: var(--primary-color); }
      header ul li.menu-item-has-children {
        position: relative; }
        header ul li.menu-item-has-children a {
          padding-right: 30px; }
        header ul li.menu-item-has-children:after {
          content: '\f107';
          position: absolute;
          right: 10px;
          top: 1px;
          font-family: FontAwesome;
          font-size: 14px;
          transition: .6s ease; }
        header ul li.menu-item-has-children > ul {
          padding: 8px;
          position: absolute;
          left: 0;
          top: 35px;
          flex-direction: column;
          width: 300px;
          background: #fff;
          align-items: flex-start;
          opacity: 0;
          border-radius: 10px;
          overflow: hidden;
          visibility: hidden;
          transition: .6s ease;
          box-shadow: 1px 4px 16px 0 rgba(0, 0, 0, 0.24); }
          header ul li.menu-item-has-children > ul li {
            width: 100%;
            transition: .4s ease;
            border-radius: 5px;
            overflow: hidden; }
            header ul li.menu-item-has-children > ul li:not(:last-of-type) a {
              border-bottom: 1px solid rgba(69, 69, 69, 0.28); }
            header ul li.menu-item-has-children > ul li a {
              padding: 12px 20px;
              display: inline-block;
              width: 100%;
              transition: .6s ease; }
            header ul li.menu-item-has-children > ul li:hover {
              background: var(--primary-color); }
              header ul li.menu-item-has-children > ul li:hover a {
                color: #fff; }
        header ul li.menu-item-has-children:hover > ul {
          visibility: visible;
          opacity: 1; }
        header ul li.menu-item-has-children:hover:after {
          transform: rotate(180deg);
          color: var(--primary-color); }
      header ul li.current-menu-item a {
        color: var(--primary-color); 
	font-family:var(--helvetica-blod-font);
	}
      header ul li.menu-btn a {
        padding: 12px 30px;
        background: var(--secondary-color);
        margin-left: 62px;
        font-family: var(--helvetica-blod-font);
        color: #fff;
        border-radius: 2px; }
      header ul li.menu-btn:hover a {
        background: var(--primary-color);
        color: #fff;
		font-family:var(--helvetica-blod-font);
	} }
#header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99; }

#header-wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  animation: slideDownFade 0.8s ease forwards;
  z-index: 999; }

#header-wrapper.sticky .top-header {
  height: 0;
  visibility: hidden; }

.body-wrapper {
  margin-top: 140px; }

@keyframes slideDownFade {
  from {
    transform: translateY(-100%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
/*---------header-css-end--------*/
#teamModal .modal-dialog{
	margin-top:70px!important;
	max-width:900px!important;
}
#teamModal .modal-dialog .img-container{
	height:240px;
	width:200px;
	margin:auto;
	
}
#teamModal .modal-dialog .img-contianer img{
	height:100%;
	width:100%;
	object-fit:cover;
	object-position:center;
}
#teamModal .modal-dialog p{
	font-size:16px;
}
/*---------home-css---------*/
#home-page .common-banner-section:after {
  content: none; }
#home-page .slider-item {
  height: calc(100vh - 140px);
  z-index: 0; }
  #home-page .slider-item:after {
    content: "" !important;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(78.49deg, rgba(0, 0, 0, 0.3) 25.41%, rgba(0, 0, 0, 0) 99.72%);
    z-index: 2; }
  #home-page .slider-item .text {
    justify-content: flex-end !important;
    height: 100%;
    padding-bottom: 60px;
    position: relative;
    z-index: 3; }
#home-page .who-we-are {
  background-position: bottom center;
  background-size: cover;
  padding-bottom: 250px; }
#home-page .sustain-section {
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 130vh; }
  #home-page .sustain-section .ribbon {
    top: 200px;
    left: 20px; }
  #home-page .sustain-section .process-item {
    width: 300px;
    height: auto;
    position: absolute; }
    #home-page .sustain-section .process-item .icon {
      display: inline-block;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1); }
    #home-page .sustain-section .process-item:after {
      content: '';
      position: absolute;
      height: 150px;
      width: 100px; }
    #home-page .sustain-section .process-item:nth-child(1) {
      left: 12%;
      top: 130px; }
      #home-page .sustain-section .process-item:nth-child(1):after {
        top: 0;
        right: 0;
        background: url("http://localhost/the-partners-nepal/wp-content/uploads/2026/01/1.png");
        background-repeat: no-repeat;
        background-size: contain; }
    #home-page .sustain-section .process-item:nth-child(2) {
      left: 47%;
      top: -6px; }
      #home-page .sustain-section .process-item:nth-child(2):after {
        top: 50px;
        left: 130px;
        background: url("http://localhost/the-partners-nepal/wp-content/uploads/2026/01/2.png");
        background-repeat: no-repeat;
        background-size: contain; }
    #home-page .sustain-section .process-item:nth-child(3) {
      left: 71%;
      top: -250px; }
      #home-page .sustain-section .process-item:nth-child(3):after {
        top: -40px;
        right: 30px;
        background: url("http://localhost/the-partners-nepal/wp-content/uploads/2026/01/3.png");
        background-repeat: no-repeat;
        background-size: contain; }
      #home-page .sustain-section .process-item:nth-child(3) .icon {
        margin-left: 40px; }
#home-page .areas-wrapper .item .title p {
  font-family: var(--helvetica-medium-font); }
#home-page .areas-wrapper .item .location ul li {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 15px 2px 40px;
  border-radius: 5px;
  background: var(--primary-color);
  font-size: 14px;
  font-family: var(--helvetica-medium-font);
  color: var(--white-color);
  position: relative;
  transition: .4s ease;
  border: 1px solid #E8E8E8; }
  #home-page .areas-wrapper .item .location ul li:after {
    content: "\f3c5";
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px; }
  #home-page .areas-wrapper .item .location ul li:hover {
    background: var(--secondary-color); }
    #home-page .areas-wrapper .item .location ul li:hover a {
      color: #fff; }
#home-page .projects-section .location p {
  color: rgba(69, 69, 69, 0.68); }
#home-page .partners .item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAEAEA;
  border-radius: 5px; }
 #home-page .partners .item {
    border: 1px solid #e6e6e6;
    display: flex;  
    align-items: center; 
    justify-content: center;
    height: 265px;
}

/*---------home-css-end--------*/
.project-card p {
  color: #000; }
.project-card figure{
	position:relative;
	aspect-ratio: 1
}
.project-card figure img{
	height:100%;
	width:100%;
	object-fit:cover;
	object-position:center;
}
.project-card figure .project-status{
	pointer-events:none;
	position:absolute;
	right:10px;
	top:10px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	font-size:12px;
	font-family:var(--helvetica-medium-font);
	background:#fff;
	padding:3px 15px 3px 35px;
	border-radius: 5px;
}
.project-card figure .project-status:after{
	content:'';
	position:absolute;
	width: 12px;
	height: 12px;
	border-radius:50%;
	top: 50%;
	transform:translatey(-50%);
	left: 15px;
}
.project-card figure .project-status.status-current-project{
	border:1px solid rgba(0, 187, 62, 1);
}

.project-card figure .project-status.status-proposed-project{
	border:1px solid rgba(0, 101, 187, 1);
}
.project-card figure .project-status.status-current-project:after{
	background:rgba(0, 187, 62, 1);
}
.project-card figure .project-status.status-completed-project{
	border:1px solid rgba(251, 226, 0, 1);
}
.project-card figure .project-status.status-completed-project:after{
	background:rgba(251, 226, 0, 1);
}
.project-card figure .project-status.status-proposed-project:after{
	background:rgba(0, 101, 187, 1);
}
.news-section .blog-card {
  background: #fff; }
  .news-section .blog-card p {
    color: #000; }

/*---------about-css---------*/
#about-page .who-we-are {
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 220px; }
#about-page .legal-doc figure {
  border: 10.37px solid;
  border-image-source: linear-gradient(246.27deg, rgba(0, 102, 179, 0.4) 0.69%, rgba(0, 102, 179, 0.1) 100%);
  border-image-slice: 1;
  /* important */
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 2 / 1.43;
  background-color: #989493; }
  #about-page .legal-doc figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center; }
#about-page .legal-doc p {
  font-family: var(--helvetica-medium-font); }
#about-page .mission-section {
  position: relative; }
  #about-page .mission-section .top-float-img {
    position: absolute;
    left: 0;
    top: 20px; }
    #about-page .mission-section .top-float-img img {
      display: block; }
  #about-page .mission-section .bottom-float-img {
    position: absolute;
    right: 0;
    bottom: 0; }
    #about-page .mission-section .bottom-float-img img {
      display: block; }
#about-page .impact-container {
  padding: 70px 0 120px;
  margin-top: 60px; }

.img-preview {
    position: relative;
    overflow: hidden;
}

.img-preview img {
    width: 100%;
    display: block;
}

.img-preview a {
    position: relative;
    display: block;
	height:100%;
}

.preview-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-preview:hover .preview-text {
    opacity: 1;
}

/*---------about-css-end--------*/
.mission-container .item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  margin: auto; }

.team-members {
  border-bottom: 4px solid #0066b3; 
	cursor:pointer;  
}
.team-members .text-wrapper{
	height:170px;
	
}
.team-members .text{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	left:0;
	right:0;
	text-align:center;
}
.team-members .text-wrapper .details{
	height:0;
	opacity:0;
	visibility:hidden;
	border-bottom: 4px solid #0066b3;
	transition:.6s ease;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.team-members:hover .text-wrapper .details{
	height:100%;
	opacity:1;
	visibility:visible;
	z-index:3;
}
.scroll-btn {
  position: absolute;
  bottom: 30px;
  right: 30px; }
  .scroll-btn svg {
    margin-right: 10px;
    height: 24px;
    width: 24px; }
  .scroll-btn a {
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #fff;
    color: #fff; }

/*---------gallery-css---------*/
.gallery-section .nav-pills .nav-link{
	color:var(--black-color);
	background:#fff;
	border:1px solid var(--black-color);
	font-size:16px;
	padding:12px 26px;
	transition:.4s ease;
	white-space:nowrap;
}
.gallery-section .nav-pills{
	overflow-x:auto;
	display:flex;
	flex-wrap:nowrap;
/* 	position:sticky; */
/* 	top:100px; */
	background:#fff;
}
.gallery-section .nav-pills .nav-link.active, .gallery-section .nav-pills .nav-link:hover{
	background:var(--primary-color)!important;
	color:#fff;
	border-color:var(--primary-color);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-auto-rows: 330px;
  gap: 35px;
  /* optional */ }
  .gallery-grid .gallery-image {
    border-radius: 10px;
    overflow: hidden;
    height: 100%; }
    .gallery-grid .gallery-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      display: block; }
    .gallery-grid .gallery-image:nth-child(9n + 1), .gallery-grid .gallery-image:nth-child(9n + 6), .gallery-grid .gallery-image:nth-child(9n + 8) {
      grid-column: span 2; }
    .gallery-grid .gallery-image:nth-child(9n + 2), .gallery-grid .gallery-image:nth-child(9n + 4), .gallery-grid .gallery-image:nth-child(9n) {
      grid-column: span 4; }
    .gallery-grid .gallery-image:nth-child(9n + 3), .gallery-grid .gallery-image:nth-child(9n + 5), .gallery-grid .gallery-image:nth-child(9n + 7) {
      grid-column: span 3; }

/*---------gallery-css-end--------*/
/*---------project-details-css--------*/
.hero-gallery {
  display: flex;
  gap: 10px;
  overflow: hidden; }
/* All headings h2-h6 inside .project-details .details */
.project-details .details :is(h2, h3, h4, h5, h6) {
    margin-bottom: 20px;
    padding-top: 10px;
}
.video-wrapper{
	aspect-ratio:16 : 7;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
/* Remove padding-top for the first heading */
.project-details .details :is(h2, h3, h4, h5, h6):first-of-type {
    padding-top: 0;
}
.project-details .details h2{
	font-size:40px;
}
.project-details .details h3{
	font-size:32px;
}
.project-details .details h4{
	font-size:24px;
}
.gallery-image {
  flex: 1;
  /* default size */
  transition: all 0.6s ease;
  cursor: pointer;
  overflow: hidden;
  height: 540px;
  border-radius: 10px;
  overflow: hidden; }

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease; }

/* Make the first image larger by default */
.gallery-image:first-of-type {
  flex: 2; }

/* Hover effect */
.hero-gallery:hover .gallery-image {
  flex: 1;
  /* reset all to same size */ }

.hero-gallery:hover .gallery-image:hover {
  flex: 2;
  /* hovered image expands */ }

.gallery-image:hover img {
  transform: scale(1.05);
  /* optional zoom effect */ }

.quote-section h3 {
  font-size: 40px;
  font-family: var(--helvetica-blod-font); }

.side-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 240px);
  gap: 20px; }
  .side-gallery .img-container {
    overflow: hidden;
    border-radius: 10px; }
    .side-gallery .img-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .side-gallery .img-container:nth-child(1), .side-gallery .img-container:nth-child(4) {
      grid-column: span 2; }
    .side-gallery .img-container:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
      z-index: 1; }
    .side-gallery .img-container .caption {
      z-index: 2; }

/*---------project-details-css-end--------*/
/*---------form-css--------*/
.wpcf7-spinner {
  position: absolute;
  bottom: 0; }

.form-control:focus {
  box-shadow: none !important;
  border-bottom: 2px solid #000; }

.wpcf7-checkbox {
  padding: 10px 0 !important;
  border: none !important; }
  .wpcf7-checkbox .wpcf7-list-item.first {
    margin-left: 0 !important; }

label {
  font-size: 16px;
  font-family: var(--helvetica-medium-font); }

input, select, textarea, input[type="checkbox"] {
  width: 100%;
  border-radius: 0px !important;
  border: none !important;
  border-bottom: 1px solid #8d8d8d !important;
  padding: 10px 0px !important;
  background: #fff !important; }

input[type="checkbox"], input[type="radio"] {
  width: auto; 
  font-size:14px;
}

::placeholder {
  color: #888; }

/*---------form-css-end-------*/
.flatpickr-months .flatpickr-month {
  height: 64px; }

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  top: 8px; }

/*---------project-css--------*/
/*---------project-css-end-------*/
/*---------blog-card-css--------*/
.blog-card {
  border-radius: 10px;
  overflow: hidden; }
  .blog-card .date p {
    color: #656565;
    font-size: 14px;
    font-family: var(--helvetica-medium-font); }
  .blog-card h5 {
    font-size: 22px; }
  .blog-card figure {
    aspect-ratio: 405 / 320;
    overflow: hidden; }
    .blog-card figure img {
      width: 100%;
      height: 100%;
      object-position: center;
      object-fit: cover; }

/*---------blog-card-css-end-------*/
/*---------blog-details-css--------*/
#blog-details-page .blog-details .details {
  text-align: center; }
  #blog-details-page .blog-details .details img {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 20px 0 40px; }
  #blog-details-page .blog-details .details .wp-block-gallery {
    margin: 20px 0 20px; }
    #blog-details-page .blog-details .details .wp-block-gallery img {
      margin: 6px 0 6px; }
  #blog-details-page .blog-details .details p {
    color: #5D5D5D; }
  #blog-details-page .blog-details .details a {
    color: var(--primary-color); }
  #blog-details-page .blog-details .details h2, #blog-details-page .blog-details .details h3, #blog-details-page .blog-details .details h4, #blog-details-page .blog-details .details h5, #blog-details-page .blog-details .details h6 {
    margin-bottom: 20px;
    margin-top: 40px; }
  #blog-details-page .blog-details .details h2 {
    font-size: 40px; }
  #blog-details-page .blog-details .details h3 {
    font-size: 32px; }
  #blog-details-page .blog-details .details h4 {
    font-size: 24px; }
/*   #blog-details-page .blog-details .details ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 20px; } */
    #blog-details-page .blog-details .details ul li {
      margin-bottom: 8px; }
/*   #blog-details-page .blog-details .details ol {
    list-style: decimal;
    padding-left: 20px;
    padding-bottom: 20px; } */
    #blog-details-page .blog-details .details ol li {
      margin-bottom: 8px; }
#blog-details-page .recent-post-wrapper .section-title h3 {
  font-size: 28px;
  font-weight: 600; }
#blog-details-page .recent-post-wrapper .item {
  border-radius: 15px;
  overflow: hidden;
  background: #fff; }
  #blog-details-page .recent-post-wrapper .item .img-container figure {
    height: 100px;
    width: 110px; }
    #blog-details-page .recent-post-wrapper .item .img-container figure img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  #blog-details-page .recent-post-wrapper .item .content {
    padding-left: 16px; }
    #blog-details-page .recent-post-wrapper .item .content .title {
      transition: .4s ease; }
      #blog-details-page .recent-post-wrapper .item .content .title p {
        margin-bottom: 0;
        font-weight: 600;
        line-height: 26px; }
  #blog-details-page .recent-post-wrapper .item:hover .title {
    color: var(--primary-color); }
  #blog-details-page .recent-post-wrapper .item:not(:last-of-type) {
    margin-bottom: 20px; }
#blog-details-page .form-wrapper {
  border-radius: 12px;
  overflow: hidden;
  background: #F3F7FD;
  padding: 34px 30px;
  margin-top: 24px;
  position: sticky;
  top: 120px; }
  #blog-details-page .form-wrapper .col-md-6 {
    width: 100%; }
  #blog-details-page .form-wrapper textarea {
    height: 100px; }

/*---------blog-details-css-------*/
/*---------Donate-css--------*/
#donate-page .direct-donate .title, #donate-page .usa-donate .title {
  padding: 12px 38px; }
  #donate-page .direct-donate .title h5, #donate-page .usa-donate .title h5 {
    font-size: 26px;
    font-family: var(--helvetica-medium-font); }
#donate-page .direct-donate .details h5, #donate-page .usa-donate .details h5 {
  color: var(--secondary-color);
  margin-bottom: 30px;
  font-family: var(--helvetica-medium-font); }
  #donate-page .direct-donate .details h5:not(:first-of-type), #donate-page .usa-donate .details h5:not(:first-of-type) {
    padding-top: 10px; }
#donate-page .direct-donate .details p, #donate-page .usa-donate .details p {
  margin-bottom: 20px;
  line-height: 160%; }
#donate-page .direct-donate .details li, #donate-page .usa-donate .details li {
  line-height: 160%; }
#donate-page .contact-text p {
  font-family: var(--helvetica-medium-font);
  line-height: 160%; }

/*---------Donate-css-end-------*/
/*---------work-area-css-------*/
.float-vector-image img {
  width: 100%;
  display: block; }

.work-head .logo img {
  width: 70px; }

.work-head h3 {
  font-size: 40px; }

.stats .number {
  font-family: var(--helvetica-extrablod-font);
  font-size: 22px; }

.work-area-map {
  background: #095287; }

.work-area-details-section .item {
  position: relative; }

.work-area-details-section .item {
  height: 530px;
  overflow: hidden; }

.work-area-details-section .item .container, .work-area-details-section .item .container .row {
  height: 100%; }

.work-area-details-section .item figure {
  position: absolute;
  right: 0;
  top: 0;
  height: 530px;
  width: calc(50% - 150px); }
  .work-area-details-section .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
.work-area-details-section .item:nth-child(even) figure {
  left: 0;
  right: initial; }

/*---------work-area-css-end-------*/
/*---------advisor-css--------*/
.advisors-section .item .container, .advisors-section .item .container .row {
  height: 100%; }

.advisors-section .item {
  position: relative;
  }
  .advisors-section .item .section-title h5 {
    font-family: var(--helvetica-medium-font);
    color: var(--primary-color); }
  .advisors-section .item figure {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 630px; }
    .advisors-section .item figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .advisors-section .item:nth-child(even) figure {
    left: 0;
    right: initial; }

/*---------advisor-css-end-------*/
/*---------reports/book-end-------*/
.report-section .item figure, .book-section .item figure {
  aspect-ratio: 1 / 1.24; }
  .report-section .item figure img, .book-section .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
.book-figure {
    position: relative;
    overflow: hidden;
}

.book-figure img {
    width: 100%;
    display: block;
}

.read-book-btn {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.book-figure:hover .read-book-btn {
    opacity: 1;
}
._df_book{
	height:70vh!important;
}
.df-viewer .df-3dcanvas{
	width:auto!important;
	height:70vh!important;
	left:0;
	text-align:center;
}
/*---------reports/book-css-end-------*/
/*---------Donors-css-end-------*/
.major-donors .donors-wrapper .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px; }

.one-time-donors .donors-wrapper .item {
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 265px; }

.past-supporter-section ul, .continued-supporter-section ul {
  list-style: disc;
  padding-left: 20px; }
  .past-supporter-section ul li, .continued-supporter-section ul li {
    margin-bottom: 8px; }

.acknowledge-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .acknowledge-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .acknowledge-section .container {
    position: relative;
    z-index: 3; }

/*---------Donors-css-end-------*/
/*---------Contact-css--------*/
.contact-details {
  background: linear-gradient(180deg, #0066B3 0%, #142765 100%);
  padding-bottom: 60px !important; }
  .contact-details .float-vector-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto; }
    .contact-details .float-vector-img img {
      width: 100%;
      height: auto;
      object-fit: cover;
      object-position: bottom;
      display: block; }
  .contact-details h4 {
    color: #fff; }
  .contact-details .icon {
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .contact-details .icon svg {
      height: 30px;
      width: 30px; }
      .contact-details .icon svg path {
        fill: var(--primary-color); }
  .contact-details li {
    margin-bottom: 10px; }
  .contact-details p, .contact-details a {
    color: #fff;
    font-size: 16px; }

/*---------Contact-css-end-------*/
/*---------Footer-css--------*/
#footer-wrapper {
  background: linear-gradient(90deg, #0E4059 19.34%, #194763 53.37%); }
  #footer-wrapper .top-footer {
    padding: 50px 0 20px; }
    #footer-wrapper .top-footer h5 {
      color: rgba(107, 192, 255, 0.6);
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700; }
    #footer-wrapper .top-footer p, #footer-wrapper .top-footer a {
      color: #fff;
      font-size: 16px; }
    #footer-wrapper .top-footer svg {
      margin-bottom: 16px; }
      #footer-wrapper .top-footer svg path {
        fill: #fff; }
    #footer-wrapper .top-footer a {
      display: inline-block;
      margin-bottom: 16px;
      transition: .6s ease; }
      #footer-wrapper .top-footer a:hover {
        color: var(--primary-color); }
    #footer-wrapper .top-footer .menu li a {
      transition: .6s ease; }
      #footer-wrapper .top-footer .menu li a:hover {
        color: var(--primary-color);
        text-indent: 8px; }
    #footer-wrapper .top-footer .social-footer-icons ul {
      align-items: baseline; }
    #footer-wrapper .top-footer .social-footer-icons a {
      margin-bottom: 0; }
      #footer-wrapper .top-footer .social-footer-icons a svg {
        transition: .4s ease;
        width: 20px;
        height: 20px; }
        #footer-wrapper .top-footer .social-footer-icons a svg path {
          transition: .4s ease;
          fill: var(--secondary-color); }
      #footer-wrapper .top-footer .social-footer-icons a:hover svg {
        transform: scale(1.1); }
        #footer-wrapper .top-footer .social-footer-icons a:hover svg path {
          fill: var(--primary-color); }
  #footer-wrapper .bottom-footer {
    padding: 34px 0 40px;
    border-top: 2px solid;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 49.04%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1; }
    #footer-wrapper .bottom-footer p {
      color: #fff;
      font-size: 14px; }
#footer-wrapper .bottom-footer p:last-of-type {
	font-family:var(--helvetica-medium-font);
}
    #footer-wrapper .bottom-footer a:hover {
      transition: .4s ease;
      color: #fff !important; }

/*---------Footer-css-ends--------*/

/*# sourceMappingURL=styles.css.map */
