/*====================================================================
   Custom CSS File for most of Desktop and Mobile look for Kipya Template
   Developed by Amazing LWEGATECH LTD team.
===================================================================**/
:root {
	--kpy-font: "Roboto", sans-serif;
	--kpy-font-2: "Rubik", serif;
	--kpy-base: #01011b;
	--kpy-base-rgb: 47, 148, 0;
	--kpy-gray: #7f7873;
	--kpy-gray-rgb: 127, 120, 115;
	--kpy-white: #ffffff;
	--kpy-white-rgb: 255, 255, 255;
	--kpy-black: #000;
	--kpy-black-rgb: 51, 51, 51;
	--kpy-primary: #D90000;
	--kpy-primary-rgb: 254, 9, 0;
	--kpy-font-size: 16px;
  }
  
  html,body {
	font-family: var(--kpy-font)!important;color:var(--kpy-black);font-size: var(--kpy-font-size);font-weight: normal;line-height: 1.6; text-rendering: auto; height:100vh;margin: 0;  font-optical-sizing: auto;}
    h1,h2,h3,h4,h5,h6{font-family: var(--kpy-font-2)!important;}

	
/** ==========================================================
Header Section
===========================================================**/
.top-header {background-color:#000000c7;color: #f9fafc;border-bottom: 0px solid #FCDC04;}
.topmenu{font-size:13px;font-weight: 300;padding: 0;}
.topmenu{margin:0 !important ;padding: 0 !important;}
#menu-top-menu {display: inline-flex;justify-content: end;color: #f9fafc;}
#menu-top-menu a{color: #f9fafc;}
#menu-top-menu .menu-item{padding-right: 5px;width: auto;}
#menu-top-menu .donate-menu {background-color: #D90000 !important; font-weight: 600;}

.header-icons{width: 30% !important;}
.menu-section {font-family: var(--kpy-font); background:linear-gradient(to right,rgb(255, 255, 255) 0,rgba(254, 254, 254, 0.97) 99%,rgb(253, 253, 253) 100%);transition: .5s all;position:relative;}
.menu_kipya{background-color: #fff;border-bottom: #00815c3d 1px solid;border-top: 0px solid #D90000;font-family: var(--kpy-font-2);font-weight: 400;}
.menu-section img {height: 65px;}
.sticky-header .menu-section img {height: 50px;}
.menu-container {padding: 15px;height: 100%;}
.menu {padding-left: 1rem;display: flex;list-style-type: none;}
.menu ul{padding-left: 0rem !important;display: inline-block;}
.main-menu li {width: 100%;align-self: center;}
.main-menu .dropdown-toggle::after {content: "\F4FE";display: inline; font-family: bootstrap-icons !important; font-style: normal; font-weight: 600 !important; font-variant: normal;text-transform: none;
  line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding-right: .5rem; border:none!important;margin-left: .4rem;}
.menu .menu-item a{color: #000;align-self: center;font-weight: 400;}

.dropdown-toggle{  white-space: wrap !important;}

.menu .menu-item .sub-menu-item a{color:#333;}
.menu .menu-item-has-children{display: table-cell;width: 100%;min-width: 260px;padding-right:10px;}
.menu .menu-item-has-children a{font-weight: 400;font-size: 19px;line-height: 2.0;color: #fff;}
.main-menu .menu-item a {font-weight: 500;color: var(--kpy-black);}
.main-menu .menu-item a:hover {color:#D90000;}
.main-menu .menu-item .sub-menu a {font-size:16px;}
.menu .menu-item li.menu-item-has-children a::after {content: "\F282"; font-family: bootstrap-icons !important;  font-weight: 700; vertical-align: -.145em; padding-left: 10px; color: #a30046;}

.menu .sub-menu ul{min-width: 100% !important;}
.menu .sub-menu-item li {list-style:none;min-width: 100% !important;height:auto;}
.menu .sub-menu-item li:hover{background: rgb(163, 0, 70);border-bottom:1px solid rgba(42, 42, 134,0.4);}
.menu .sub-menu-item li:hover a{color: #fff;}
.menu .sub-menu-item li {  font-weight: 400;  font-size: 16px; padding: 7px 20px;margin-bottom: 0;transition: ease all 200ms;}
.menu .sub-menu .right-side{width: 60%;min-height:250px;float:left;line-height:1.6;padding: 30px;}
.menu .menu-item:hover > .sub-menu {display: block;}
.menu .sub-menu .level-1{position:absolute;float:right;}

.navbar-expand-lg .navbar-nav .dropdown-menu {border-radius: 0;box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);border: 0;transition: 0.5s;background: transparent !important;min-width: 300px;}
.navbar-nav .dropdown-menu{padding-top: 10px;}
.navbar-expand-lg,  .sticky-header .navbar-expand-lg .navbar-nav .dropdown-menu {padding-top: 23px;}
.navbar-expand-lg .navbar-nav .dropdown-menu ul li {color:#000; padding:5px 15px;}
.menu .sub-menu .left-side{width: 40%;min-height:250px;float:left;background:rgba(42, 42, 134, 0.04);border-right:3px solid rgb(163, 0, 70);padding:30px 0 0;}

/* General dropdown menu link styling */
.navbar-expand-lg .navbar-nav .dropdown-menu a {display: flex;align-items: center;color: #333;font-size: 16px;
    font-weight: 400;padding: 10px 20px;text-decoration: none;text-transform: none;transition: .5s all;    background: #fff;margin-right: 10px;border-bottom: rgba(0, 129, 92, 0.119) 1px solid;white-space: initial;}
.navbar-expand-lg .navbar-nav .dropdown-menu a i {font-size: 1.2em;color: #00815d;}
.navbar-expand-lg .navbar-nav .dropdown-menu a .menu-item-description {font-size: 0.80em;color: #777;display: block;white-space: initial;line-height: normal;font-weight: 400;}
/* Hover effect */
.navbar-expand-lg .navbar-nav .dropdown-menu a:hover {background: #D90000;color: #fefefe;transition:ease-in .6s;padding: 10px 10px;}
.navbar-expand-lg .navbar-nav .dropdown-menu a:hover i {font-size: 1.2em;color: #fff;}
.navbar-expand-lg .navbar-nav .dropdown-menu a:hover .menu-item-description {color: #baf7c6;}


 .sticky-header .search i{color:#333!important;}
 .sticky-header .wp-block-social-links.is-style-logos-only .wp-social-link svg, .menu-section2 .wp-block-social-links.is-style-logos-only .wp-social-link svg {fill:#333;} 
.menu-section .member-btn a {background: #f46d61;border:solid 1px #f46d61;padding: 3px 25px;border-radius:0;color: #fff;font-weight: 500;transition:0.3s all;margin-left: 20px;}
.menu-section .member-btn a:hover {background:#333; border:solid 1px #fff;}
.page-header{background-color: #f46d61;	background-image: url(../images/page-header.png);background-repeat: no-repeat;	background-size: cover;padding-top:50px;padding-bottom:20px; color:#fff;}
.page-header .excerpt p {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;}
.page-header::after {content: '';width: 100%;height: 150px;z-index: 0;position: absolute;left: 0; background: url("../images/curve-white-top.png"); background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; background-size: cover; background-repeat: no-repeat; top: 150px; background-position: center bottom;}
.page-header .entry-title{font-weight:500;font-size:28px;}
.cal, .tel,.news{color: #f46d61;font-size: 16px;padding-right: 3px;}

.sticky-header {position: fixed;top: 0;width: 100%;box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);background:linear-gradient(to right,rgb(255, 255, 255) 0,rgba(254, 254, 254, 0.97) 99%,rgb(253, 253, 253) 100%); background-color: #fffffffa; z-index: 1000;}

.sticky-header img {height:50px; margin-top:10px;transition: .4s ease-in-out;}
.sticky-header .top-banner {display:none;}
.after-header .border-left,.after-header .border-center,.after-header .border-right {border: 3px solid} 
.after-header .border-left {border-color:#f46d61;background: #f46d61;}
.after-header .border-center {border-color:#0b5a5f;background: #0b5a5f;}
.after-header .border-right {border-color:#62aba7;background: #62aba7;}
/** =====================================================================
*search
=======================================================================**/

.header-search input{visibility: hidden;}
.header-search ul.search-dropdown{display: none;}
.header-search label{position: relative;display: block;cursor: pointer;margin-top: -20px}
.header-search input:checked~ul.search-dropdown{display: block;position: absolute;z-index: 119;}
.search-dropdown .input-group{right:100%;flex-wrap: unset;margin-top:28px;}
.search-dropdown ul li{list-style: none !important;}
.search-dropdown .input-group input{visibility:visible;width: 600px !important;height: 60px;}
.search-dropdown .input-group .btn-search{background:#0b5a5f;color:#fff;}
#search-results {display: none;right: 100%;position: relative;background: rgba(255,255,255,0.93);padding: 1em;
    font-size: small;list-style: none;max-height: 300px;overflow-y: auto;width: 100%;border: 1px solid #ccc;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
#search-results a{color:#125e63}
.search-result-item {margin-bottom: 3px;padding: 5px;}
.search-result-item h5 {margin: 0;font-size: 1.1em;}
.search-result-item p {margin-top: 2px;color: #666;font-size: 0.9em;margin-bottom: 5px;}
.search-result-item:hover{background: rgba(245, 227, 225, 0.92);}

/**modal search**/
.modal-search{background: rgba(42, 42, 134, 0.6);}
.modal-search .modal-body{align-items: center;}
.modal-search input{height: 60px;width: 600px;}
.modal-search .input-group .btn-search{background: #00AEEF;color:#fff;}
.modal-search #search-results {display: none;right: 0;position: relative;background: transparent;	padding: 1em;list-style: none;width: 100%;border: 0px solid #ccc;color:#fff;}
.modal-search  #search-results a{color:#00aeef;}
.modal-search .search-result-item {margin-bottom: 3px;padding: 5px;}
.modal-search .search-result-item h5 {margin: 0;font-size: 1.15em;}
.modal-search .search-result-item p {margin-top: 2px;color: #eee;font-size: 0.95em;margin-bottom: 5px;}
.modal-search .search-result-item:hover{background: rgba(0, 175, 239, 0.139);}

/** ==========================================================
*Video Gallery plugin
*=============================================================*/
.video-gallery {display: flex;flex-direction: column;align-items: center;gap: 20px;margin: 20px 0;}
.video-gallery .main-video {width: 100%;max-width: 800px;}
.video-gallery .main-video iframe {width: 100%;height: 350px;}
.video-gallery .video-thumbnail img {border-radius: 5px;transition: transform 0.3s ease;}
.video-gallery .video-thumbnail img:hover {transform: scale(1.05);}


/** ==========================================================
Main Slides
===========================================================**/
.slider {display: flex;align-items: center;justify-content: center;height: 500px;background-color: #f4f4f4;overflow: hidden;position: relative;padding: 0;margin: 0;}
.slide {display: flex;width: 100%;height: 500px;position: absolute;transition: transform 0.5s ease-in-out;}
.slide img {width: 75%;height: 100%;object-fit: cover;}
.slide-content {width: 25%;background: rgba(0, 0, 0, 0.909);color: white;display: flex;flex-direction: column;
    justify-content: center;padding: 20px;box-sizing: border-box;}
.slide-content h2 {margin-bottom: 10px;font-size: 20px;}
.slide-content p {margin-bottom: 20px;line-height: 1.5;font-size: 14px;}
.slide-content a{color: #ff9900}
.navigation {display: flex;justify-content: center;position: relative;bottom: 20px;width: 100%;}
.slide-content .navigation {justify-content: flex-end;margin-top: auto;}
.navigation button {padding: 10px;background: transparent;border: none;border-radius: 50%;cursor: pointer;color: white;font-size: 30px;}
.navigation button:hover {background: rgba(255, 255, 255, 0.2);}

/*==========================================================
# Back to top button
==========================================================**/
.back-to-top { position: fixed;opacity: 9; right: 15px; bottom: 15px; z-index: 99999; background: #f46d61; width: 40px; height: 40px; border-radius: 4px; transition: all 0.4s; }
.back-to-top i { font-size: 24px; color: #fff; line-height: 0; }
.back-to-top:hover { background: #017aae; color: #fff; }
.back-to-top.active { visibility: visible; opacity: 1; }


/** ==========================================================
Homepage Layout
===========================================================**/
.home-intro{background-color: #f7f7f7;padding-top:1.8rem;padding-bottom:1.5rem}
.home-intro h2{font-weight: 700;color: #000;font-size: 32px;}
.home-intro h3{font-weight: 500;color: #000;font-size: 24px;margin-bottom: 10px;}
.home-intro h5{font-weight: 400;font-size: 20px;color: #038764;}
.home-intro h6{margin-bottom: 0;font-size: 15px;font-weight: 400;width: fit-content;background-color: #00815d;color: #fff;padding:5px 7px;border-radius: 15px;}
.home-intro .wp-block-button__link{background-color: #D90000;color: #fff;border-color: #D90000;border-radius: 0px;}
.home-intro .intro-msge{border-top: 5px solid #D90000;background-color: #fff;padding: 15px;}
.home-intro .home-wedo{border-top: 5px solid #FCDC04;background-color: #fff;padding: 10px;}
.home-intro .home-wedo img, .home-intro .home-partner img{height: 200px;object-fit: cover;}
.home-intro .home-partner{border-top: 5px solid #000;background-color: #fff;padding: 10px;}
.home-members{padding-top:1.8rem;padding-bottom:1.5rem}
.home-members h2{font-weight: 700;color: #000;font-size: 40px;margin-bottom: 20px;}
.home-members h3{font-size: 36px;margin-top: 1em;margin-bottom: 0.5em;}
.home-members p{margin-bottom: 1em;}
.home-members .btn-join .wp-block-button__link{border-color: #FCDC04!important;color:#FCDC04;border-radius: 0;}
.home-members .btn-volunteer .wp-block-button__link{border-radius: 0;}
.home-intro-bottom{background-color: #00815d;background-image:url(../images/bg-01.jpg); background-size: cover; background-position: center; background-repeat: no-repeat;min-height:400px;padding-top:20px;padding-bottom:30px;}
.home-intro-bottom .card{background-color: #02674a;color: #fff; margin-top: -120px;}
.home-intro-bottom .accordion .accordion-item, .accordion-button{background-color: #02674a !important;color:#fff !important;border: 1px solid #02674a !important;}
.home-intro-bottom .accordion-button{text-transform: uppercase;}
.home-intro-bottom .accordion-button::after{background-color: rgba(255, 255, 255, 0.8) !important;color: #fff !important;}
.home-intro-bottom .count h2{font-weight: 800;font-size: 38px;}

.home-services{padding-top:80px;padding-bottom:50px;}
.home-services h2{font-size: 32px;font-weight: 700;}
.home-services .card .content{position: absolute; height: 150px;bottom:0; width: 100%; padding: 50px 10px;background: linear-gradient(to top, rgba(0, 0, 0, 0.983), rgba(39, 38, 38, 0.853), rgba(42, 39, 39, 0.016));font-size: 15px; color:#fff;font-weight: 600;z-index: 10;}
.home-services .card .content h3{font-size: 25px;}
.home-services .card .content:hover{height: 200px;background: linear-gradient(to top, rgba(2, 103, 74, 0.983), rgba(1, 85, 61, 0.853), rgba(139, 6, 6, 0.016));animation:1s ease-in;transition:1s ease-in;}

.nhp-intro, .mission-section {position:relative; padding: 3em 0 4em; background-image: url(/wp-content/themes/kipya/assets/images/intro-before.svg); background-size: cover; background-position: center; background-repeat: no-repeat; color: #fff; font-size: 18px;background-color:#0b5a5f;z-index: 9;}
.nhp-intro::before, .nhp-pubs::before, .mission-section::before{content: '';  display: block;  height: 100%;  width: 100%;  position: absolute;  z-index: -1;  top: 0;  left: 0;  background-color: inherit;  transform: skew(0, -1deg);  transform-origin: top left;}
.nhp-intro::after, .focus-areas::after, .nhp-pubs::after, .mission-section::after{content: '';  display: block;  height: 100%;  width: 100%;  position: absolute;  z-index: -1;  top: 0;  left: 0;  background: inherit;  transform: skew(0, -1.25deg);  transform-origin: bottom right;}

/* Focus Areas Section */

.focus-areas {background: #f7f7f7; padding: 6rem 0; position: relative;}
.focus-areas h2, .nhp-news h2, .nhp-pubs h2, .nhp-numbers h2{font-weight:900; color:#0b5a5f; font-size:32px; letter-spacing:-1.75px;margin-bottom: 2rem;}
.focus-areas h1{ color: #f7f7f7; font-size: 5.5rem; font-weight: 800; text-shadow: 1px 1px 0 #0b5a5f, -1px -1px 0 #0b5a5f, 1px -1px 0 #0b5a5f, -1px 1px 0 #0b5a5f, 1px 1px 0 #0b5a5f; transform: translateY(-50%) rotate(-90deg); position: absolute; left: -100px; top: 55%; opacity: 50%;   }
.focus-areas .focus-area-items {width:90%; margin-right:0;margin-left: auto;}
.focus-areas::after {background: #f7f7f7;transform: skew(0, -2deg);}
.focus-area-items .focus-heading h4 {font-size:20px; font-weight:700; color:#fff;z-index: 9; position: relative;}
.focus-area-items .wp-block-image {margin-bottom:0;}
.focus-area-items .wp-block-image img {height: 200px; object-fit: cover; object-position: top;}
.focus-heading { position: relative;  background: #f46d61; padding: 5px 15px; }
.focus-heading::before{content: '';  display: block;  height: 100%;  width: 100%;  position: absolute;  z-index: 1;  top: 0;  left: 0;  background-color: inherit;  transform: skew(0, -2deg);  transform-origin: top left;}
.focus-area-item {border:solid 1px #286d712b; transition:.5s all;background:#fdfdfd;}
.focus-area-item:hover {background:#fff; transition: 0.2s;box-shadow: 0 5px 20px 0 #e4e4e4;}
.focus-area-item .focus-desc {padding: 15px 20px 25px; text-align: center;}
.focus-area-item .focus-desc .link {margin-top:1.5rem;}
.focus-area-item .focus-desc .link a{color:#0b5a5f; font-weight:500;font-size:16px;padding: 8px 15px;border: solid 2px;}
.focus-area-item .focus-desc .link a::after, .nhp-news .nhp-news-feed a.read-more::after, .nhp-pubs .more-pubs a::after { content: "\F285"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; vertical-align: -.2em; padding-left: .5rem; font-size: 1rem;}
.focus-area-item:hover .focus-desc .link a, .pub-item:hover .publications .pub-link a{background:#0b5a5f; color:#f9f9f9; transition:.5s all; border-color:#0b5a5f;}

/* News & Highlights Section */
.nhp-news h1, .nhp-numbers h1{ color: #fff; font-size: 7rem; font-weight: 800; text-shadow: 1px 1px 0 #0b5a5f, -1px -1px 0 #0b5a5f, 1px -1px 0 #0b5a5f, -1px 1px 0 #0b5a5f, 1px 1px 0 #0b5a5f; transform: translateX(50%) rotate(90deg); position: absolute; right: 100px; top: 25%; opacity: 50%; margin: 0; padding: 0; }
.nhp-news, .nhp-numbers {padding:6rem 0; position:relative;}
.nhp-news .news-video iframe {height: 500px; box-shadow: 0 0 20px 0 #ddd; background: #fff; padding: .75rem; width: 100%;}
.nhp-news .nhp-news-feed {padding:0 60px;}
.nhp-news .nhp-news-feed a.read-more {font-weight: 500;font-size: 16px;color: #f46d61;}
.nhp-news .nhp-news-feed a.read-more::after {font-size:0.75rem;}


/* NHP Publications Section */
.nhp-pubs {padding:5rem 0;background:#0b5a5f;  transition:.5s all; position: relative;}
.nhp-pubs h1 { color: #0b5a5f; font-size: 6.5rem; font-weight: 800; text-shadow: -1px -1px 0 #f7f7f7, 1px -1px 0 #f7f7f7, -1px 1px 0 #f7f7f7, 1px 1px 0 #f7f7f7; transform: translateY(-50%) rotate(-90deg); position: absolute; left: -100px; top: 45%; opacity: 50%; margin: 0; padding: 0; z-index: 1;}
.nhp-pubs .nhp-pubs-content {width:90%; margin-left:auto; position:relative;}
.publications {position:relative; z-index:9;}
.nhp-pubs h2 {color:#f9f9f9;}
.pub-item{background: #f7f7f7; text-align: center; padding: 10px 10px 20px;}
.pub-item .pub-date {font-size: 12px; color: #0b5a5f;}
.pub-item .pub-link {margin-top: 5px;}
.pub-item .pub-meta {padding:0 10px;}
.pub-item:hover{color:#fff; background:#f46d61;transition:.5s all;}
.pub-item:hover .publications h4.pub-title, .pub-item:hover .pub-item .pub-date, .pub-item:hover .publications .pub-link a {color:#fff;}
.pub-item:hover .publications .pub-meta a {color:#f7f7f7;}
.pub-item:hover .publications .pub-link a {background:#0b5a5f;}
.nhp-pubs .more-pubs {margin-top:2rem;}
.nhp-pubs .more-pubs a {font-weight:600;transition:.5s all; border:solid 2px #f46d61;}
.nhp-pubs .more-pubs a:hover {background-color:#0b5a5f!important;border: solid 2px;}


/* NHP Numbers & Membership Section */
.nhp-numbers h1 {font-size:8rem; top:25%;}
.nhp-numbers .numbers-cont {width:95%; margin-right:auto;}
.nhp-numbers h4, .nhp-numbers .nhp-cta-box h3 {font-size:50px; line-height:1.5;font-family: "Bebas Neue", sans-serif;letter-spacing: -1.5px;font-weight: 400;}
.nhp-numbers p {font-size:17px;line-height: 20px;letter-spacing: -.5px;}
.nhp-numbers .wp-block-image img {padding: 20px; border-radius: 100%; margin-bottom: 1rem;transition:.5s all}
.nhp-numbers .staff img {background: #f46d61;}
.nhp-numbers .donat img {background: #0b5a5f;}
.nhp-numbers .memberz img {background: #62aba7;}
.nhp-numbers .docs img {background: #6c6c6e;}
.nhp-numbers .dist img {background: #e39717;}
.nhp-numbers .numbers-cont .nhp-cta {width:90%; margin:2rem auto 0;}
.nhp-numbers .nhp-cta-box {padding:0 30px;}
.nhp-numbers .nhp-cta-box h3 {font-size:40px; letter-spacing:0;}
.nhp-numbers .nhp-cta-box p {line-height:24px;font-size: 16px;  margin-bottom: 1.5rem;}
.nhp-numbers .nhp-cta-box .wp-block-button__link {padding:10px 25px; font-size:16px; }

/** ==========================================================
Inner Pages
===========================================================**/
.page-content { padding-top: 70px;padding-bottom: 30px; }
.section-pad {padding:70px 0;}
.page-content2 { padding: 70px 0 10px; }
.breadcrumb { color: #eee; font-size: 12px !important;}
.breadcrumb a { color: #F3EC19; }
.content-area { padding: 60px 0 0; }
.prog-content { padding: 0 0 50px; }
.prog-content h2, .service-cont h2{ font-size: 32px; color: #f46d61; font-weight: 600; }
.prog-content h2::after { display: block; content: ""; border-top: 4px solid #F3EC19; width: 4em; margin: 2rem 0; }
.prog-content h3, .objective-section h3 { font-size: 28px; font-weight: 500; margin-bottom: 20px; }
.prog-photo {position: sticky; top: 0; z-index: 999;}
.prog-photo img {height:450px; object-fit:cover; overflow: hidden; display: flex; align-items: end; justify-content: center; margin-top: -100px; border-top: 40px solid #f46d61; box-shadow: 0 5px 50px -2px #1b44862e;}
.objective-section { padding: 3rem 0; }
.objective-section h3 { color: #f46d61; }
.objective-section h3::after { display: block; content: ""; border-top: 2px solid #F3EC19; width: 4em; margin: 2rem 0; }
.service-cont {background-image: linear-gradient(to bottom, #f9f9f9, #fff); padding: 70px 0;}
.service-cont h2 {margin-bottom: 30px;}
.service-cont h2::after {display: block; content: ""; border-top: 4px solid #F3EC19; width: 4em; margin: 1.5rem auto 2rem; }
.service-cont .area-spec {width:70%; margin:auto;text-align:center;}
.service-cont h3 {color: #999;margin-bottom: 15px;}
.service-cont ul, .project-listing ul {list-style:none;padding-left: 10px;} .service-cont ul li, .project-listing ul li{margin-left:0; padding-left:10px;}
.service-cont ul li::before, .project-listing ul li::before { content: "\F270"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; vertical-align: -.3em; padding-right: .6rem; font-size: 1.1rem; color: #f46d61;}
.project-listing h3::after { display: block; content: ""; border-top: 3px solid #f46d61; width: 3em; margin: 1.5rem 0; }
.pubs-pg .pubs-item h3 {padding: 15px 0; font-weight: 500; color: #f6e0ca;font-size: 22px;}
.pubs-pg .pubs-item .wp-block-button__link {font-size: 16px!important; font-weight: 500; padding:7px 30px;transition:.5s all;}
.pubs-pg .pubs-item:hover .wp-block-button__link {background-color:#c84034 !important;}
.programs{max-width:70%;margin:0 auto;}

/** ==========================================================
Our Work Main Page
===========================================================**/
.our-work {padding:20px 0 60px;}
.our-work .our-work-item h2{color: #2e2e88;font-weight: 500; font-size: 30px;}
.our-work .our-work-item .wp-block-button__link {background-color:#f46d61; padding:10px 30px; font-weight: 500;}
.our-work .our-work-item .wp-block-button__link:hover {background:#0978a2;}

/** ==========================================================
About Pages
===========================================================**/
.header-wrap {min-height:400px;position:relative;overflow:hidden;} 
.header-wrap .overlay {position:absolute;height:100%;width:100%;top:0;left:0;background:linear-gradient(to top, #00000069, #00000003);color:white;display:flex;align-items:center;justify-content:flex-start;padding:0 0 0 70px;box-sizing:border-box;}
.header-wrap .page-title h1.entry-title {color:#fff;font-size: 36px;font-weight:700;text-shadow:0 1px 6px rgba(0, 0, 0, 0.52);background:transparent; margin:0;width:auto;max-width:100%;text-align:left;box-sizing:border-box;}

.header-wrap-services{min-height:400px;position:relative;overflow:hidden;} 
.header-wrap-services .overlay {position:absolute;height:100%;width:100%;top:0;left:0;background:linear-gradient(to top, #1c1b1beb, #0e0000ab);color:white;display:flex;align-items:center;justify-content:center;padding:0 0 0 70px;box-sizing:border-box;}
.header-wrap-services .page-title h1.entry-title {color:#ffffff;font-size:45px;font-weight:500;width:auto;max-width:100%;box-sizing:border-box;}
.header-wrap-services .page-title p{font-size: 18px;color:#f1f1f1;line-height: 1.6;font-weight: 300;width: 70%;}

@media (max-width:768px) {.header-wrap .page-title h1.entry-title {font-size:2rem;}}
@media (max-width:480px) {.header-wrap .page-title h1.entry-title {font-size:1.4rem;}}


.about-intro { padding-bottom: 50px; }
.about-top h3{font-weight: 500;font-size:24px;margin-bottom: 10px;color: #000;}
.about-text{border-top: 4px solid #D90000;padding: 20px;background-color: #fefefe;margin-bottom: 10px;}
.about-mi{border-top: 4px solid #000;padding: 20px;background-color: #fefefe;margin-bottom: 10px;color:#444;}
.about-vi{border-top: 4px solid #FCDC04;padding: 20px;background-color: #fefefe;margin-bottom: 10px;color:#444;}
.about-obj{align-items: center;}
.about-obj h3{font-weight: 500;font-size:24px;margin-bottom: 1.2em;}
.about-obj ul{list-style-type: none;}
.about-obj li{margin-bottom: 10px;font-size: 18px;font-weight: 300;}
.about-obj li::before{content: "\F271";font-family: "bootstrap-icons";margin-right:5px;margin-left: -20px;}


.about-intro-content h2 { font-size: 32px; color: #125e63; font-weight: 700; letter-spacing: -1.5px; }
.prog-content h2::after, .about-intro-content h2::after { display: block; content: ""; border-top: 5px solid #F46D61; width: 2em; margin: 1rem 0 2rem; }

.about-pg .box-download {background-color: rgba(178, 52, 41, 0.92);  width: 85%; margin-top: -140px;  position: relative; padding: 40px;margin-left: auto;margin-right: auto;color: #fff;}
.about-pg .box-download .wp-block-button__link {font-size: 16px;  padding: .425rem 2rem; border: solid 2px #7fbfbc;transition:.3s all;}
.about-pg .box-download .wp-block-button__link:hover {background-color:#7fbfbc !important; color:#fff !important;}
.about-pg img{height:400px;background: #fff; padding: 10px; box-shadow: 10px 20px 30px #00000014;}
.about-side { padding-left: 8%; border-left: 1px solid #ccc; position: sticky;top: 5%;}
.about-side img {height: 500px;	object-fit: cover;}
.about-side h3 { margin: 0 0 1.5em; font-weight: 600; font-size: 18px; text-align: center; text-transform: uppercase; color: #000; }

.mission-section {position:relative; background: #125e63; position:relative; color: #fff;}
.mission-section h3, .coordinate h3, .nhteam h3 { font-size: 32px; font-weight: 700; margin-bottom: 1.1rem;color: #7fbfbc;}
.mission-section .mission-item img { height: 110px; border-radius: 50%; border: solid 3px #eee; padding: 10px; background: #fff;}
.mission-section .mission-item ul { list-style: none; column-count: 2; }
.mission-section .mission-item ul li::before { content: "\F794"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; vertical-align: -.3em; padding-right: .6rem; font-size: 1.1rem; }
.about-objectives { padding: 60px 0 0; }
.about-objectives h2 { font-size: 40px; font-weight: 700; color: #125E63;letter-spacing: -1px;}
.obj-heading { margin-bottom: 2em; border-bottom: dotted 2px #eee; }
.about-objectives h4 { background: #125e63; text-align: center; height: 50px; width: 50px; display: block;  padding-top: 10px; font-weight: 700; color: #f6f6f6;}
.about-objectives img {background: #fff; padding: 10px; box-shadow: 10px 20px 30px #00000014;height: 350px;object-fit: cover;margin-top: -20px;}
.wp-block-table thead {background: #0b5a5f;color: #fff;border-color: #f46d61;}
.member-intro{width:70%;margin:0 auto;margin-bottom:50px;margin-top:30px;}
.member-intro p{text-align:center;font-size:24px;font-weight:200;}
.member-intro h2{text-align:center;}
.member-benefits p{font-weight:300;}
.member-benefits p strong{color:#D90000;font-weight:500;}


/** ============================================================
Photo Gallery Page CSS
=============================================================**/
.gallery-page {padding: 60px 0;}
.gallery-container {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap if there are more than 4 */
    justify-content: space-between; /* Distributes space evenly */
}

.gallery-item {
    flex: 1 1 28%; /* Adjust percentage to ensure four columns, accounting for margins */
    box-sizing: border-box; /* Includes padding and border in the element's total width and height */
    margin: 1% 1.5% 2.5%; /* Space between items */
    text-align: center; /* Center-align text */
}
.gallery-info a.gallery-img-link .gallery-img-title {font-size: 1rem; font-weight:700; color:#555;}
.gallery-info .gallery-img-count {
	color: #f46d61;
	font-size: 0.9rem;
	font-weight: 600;
}
.gallery-stack {
    border: 6px solid #fff;
    position: relative;
    height: 320px;
    width: 100%; 
    margin-bottom: 20px; 
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.gallery-stack:before,
.gallery-stack:after {
    content: "";
    position: absolute;
    width: 100%; 
    height: 320px;
    border: 6px solid #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.gallery-stack:before {
    background: #eff4de;
    z-index: -1;
    top: 0;
    left: -10px;
    transform: rotate(-5deg);
}

.gallery-stack:after {
    background: #768590;
    z-index: -1;
    top: 5px;
    left: 0;
    transform: rotate(4deg);
}

.gallery-stack img {
    width: 100%;
    object-fit: cover;
    object-position: center top;
    height: 100%;
}

.gallery-info {
    padding: 5px 0; 
}

.gallery-img-title,
.gallery-img-count {
    margin: 0; 
}

/** ==========================================================
Single Article Page
===========================================================**/
.post-content { box-shadow: 3px 3px 17px 0 rgba(0,0,0,.05); padding: 20px; border-radius: 6px; background: linear-gradient(0deg,rgba(223, 223, 223, 0.03) 20%,#fff 70%,#fff 100%); }
.post-content h1 { font-size: 26px; font-weight: 500; color: #000; margin-bottom: .7rem; }
.post-content img { width: 100%; height: 500px; object-fit: cover; margin-bottom: 20px; }
.post-content p { margin: 0 0 1.6875rem; }
.post-content h3 {font-size:1.25rem;}
.post-content img { width: 100%; height: auto; }
p.author { line-height: 3; border-bottom: dotted 1px #eee; margin-bottom: 2rem; color: #D90000; }
p.post-meta { position: relative; color: #fec679; font-size: 20px; margin: -18px 0 25px; }
p.post-meta i { margin-right: 10px; }
.newsletter h2 { font-size: 36px; font-weight: 800; color: #f46d61; text-align: center; margin-bottom: 2.5rem; }
.about-side .post-thumbnail img { width: 100%; height: 150px; object-fit: cover; }
.about-side .card-body h5 { font-size: 16px; }
.about-side .card-body .catz { font-size: 12px; color: #f46d61; }
.core-values {gap:0;display: flex;flex-wrap: wrap;justify-content: center;text-align: center;margin-left:30px;}
.core-values .wp-block-column {padding-top:27px;display: flex;flex-direction: column;align-items: center;justify-content: center;margin: 10px;}
.core-values h3 {margin-bottom:0;text-align:left;padding-top:15px;}
.core-values i {font-size: 2em;margin-bottom: 10px;}
.core-values p {margin: 0;}
.about-page{width:80%;margin: 0 auto;}
.about-page .wp-block-image img{height: 600px !important;object-fit: cover;}
.about-page h6{margin-bottom: 0;font-size: 15px;font-weight: 400;width: fit-content;background-color: #00815d;color: #fff;padding: 5px 7px;border-radius: 15px;}
.about-page h4{color:#000;font-weight: 700;}
.about-page h2{width:200px;}
.about-page p{color: #333;}
.about-page .experience{display: inline; background-color: #1ee890;color:#fff;font-weight: 800;font-size: 30px;margin-left:-150px;padding: 5px 50px 5px 10px;}
.about-page .experience2{display: inline; background-color: #1ee890;color:#fff;font-weight: 800;font-size: 30px;margin-left:-100px;padding: 5px 22px 5px 10px}
.service-content-area { padding: 60px 0 0;background-image: url(../images/bg-02.gif);background-repeat: no-repeat;
    background-position: right;background-size: cover;}
.service-page-intro{width:75%}
.service-page-intro h4{font-weight: 600;}
.service-page-details{margin: 35px 0;}
.service-page-details .wp-block-column{box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;padding:30px}
.service-page-details .wp-block-column h5{font-size: 24px;color: #00815d;}
.service-page-details .wp-block-column  p{color: rgb(64, 70, 84)}
.about-mv .wp-block-column{background: rgba(2, 103, 74, 0.683);padding:15px 20px;}
.about-mv .wp-block-column h4{font-weight: 700;font-size: 20px;}
.about-mv .wp-block-column ul{list-style-type: none;padding-left: 0;}
.about-mv .wp-block-column ul li::before{font-family: bootstrap-icons;content: '\F270';padding-right: 5px;color:#06a45f;}
.about-page-accordion .accordion-button {background-color: unset !important;color: unset !important;border: unset !important;}

/** =========================================================
Event Details - Canvas
===============================================================**/
.kpy_event_details { height: calc(100vh - 6px ); padding: 20px 30px 20px 25px; margin-bottom: 6px; }
.kpy_event_details img.wp-post-image { height: 200px !important; }
.kpy_event_details .offcanvas-header { padding: 10px 10px 0; }
.kpy_event_details .offcanvas-title { font-size: 20px; font-weight: 500; line-height: 2; color: #f46d61; border-bottom: dotted 1px #eee; }
.kpy_event_details .time, .kpy_event_details .location { color: #f46d61; font-weight: 500; }
.kpy_event_details .btn-close { width: 35px; height: 35px; display: inline-block; text-align: center; border: 1px solid transparent; position: relative; cursor: pointer; transition: all .2s; top: 0; }

/** ==========================================================
Upcoming Events Page
===========================================================**/
.kpy_events .card{min-height:300px;}
.kpy_events img {width: 100%; height: 200px;  object-fit: cover;}
.kpy_events .date {font-size: 13px;font-weight: 500; color: #f46d61; margin-bottom: 1rem;}
.kpy_events h3 {font-size: 17px;font-weight: 500;color: #333;overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3; -webkit-box-orient: vertical;}

.kpy_events .location {color:#02674a;}
.upcoming-events{background-color: rgba(101, 93, 93, 0.05);padding:30px 15px;}
.upcoming-events h2{color: #5EC401;font-weight: 600;margin-bottom: 20px;}
.kpy_event h2{font-weight: 600;font-size: 20px;color: #333 !important;}
.kpy_event .location{color: #666 !important;font-size: 11px;display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  overflow: hidden;}
.kpy_event .location i{font-weight: 700 !important;color:#223F99}
.kpy_event .time{color: #444 !important;font-size: 14px;}
.kpy_event .link i{font-weight: 700 !important;color:#D90000}



/** =========================================================
NEWS section
===============================================================**/
.news-section{padding: 5px 15px;}
.news-section .card{min-height: 300px;}
.news-section h2{text-align: center;font-weight: 600 !important;color:#5EC401;margin-bottom: 20px;}
.news-section h3{font-size:20px;color:#333; margin-top:10px;display: -webkit-box; -webkit-line-clamp: 3;  -webkit-box-orient: vertical;  overflow: hidden; }
.news-section .catz{font-size:14px;background:rgb(94, 196, 1, 0.95);color:#fff; padding:2px 5px;top:165px;position: absolute;min-width:150px}
.news-section .post-thumbnail img{width:100%;height:180px !important;object-fit: cover;}
.kpy-news img {width: 100%; height: 250px;  object-fit: cover; transition: cubic-bezier(0.075, 0.82, 0.165, 1);}
.kpy-news .date {font-size: 13px;font-weight: 500; color: #f46d61; margin-bottom: 1rem;}
.kpy-news h3 {font-size: 19px;font-weight: 600;color: #333;overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3; -webkit-box-orient: vertical;margin-bottom: 1rem;}
.kpy-news a.btn-outline-info {color: #00815d; border-color:#00815d;border-radius: 50px;padding: 2px 20px;font-size: 14px;font-size: 500;}
.kpy-news a.btn-outline-info:hover {color:#fff; background-color: #00815d;}
.kpy-news .catz{font-size: 13px; font-weight: 600; color:#f46d61;margin-bottom: .3rem;}
.kpy-news .catz i::before {padding-right:0.5rem;}
.home-newz h3{position: relative;font-weight: 600;color: #012d20;margin-bottom:1.3rem;}
.home-newz  h3::after{content: ""; display: block; height: 1px; width: 80px; border-bottom: 3px dashed #00815d; background-color:transparent;margin-top: 5px;}
.kpy-front-news{margin-bottom: 10px;}
.kpy-front-news img{border-radius: 5px;width: 80px;height: 50px;object-fit: cover;}
.kpy-front-news a h4{font-size: 15px;font-weight: 600;margin-bottom: 2px;color: #000;}
.kpy-front-news a .catz{font-size: 12px;color: #f46d61;}
.kpy-front-news a:hover h4{color:#00815d;}
.kpy-other-news img{height: 150px;width: 100%;object-fit: cover;}
.kpy-other-news h3 {font-size: 19px;font-weight: 600;color: #333;overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3; -webkit-box-orient: vertical;margin-bottom: 1rem;}
.kpy-other-news .catz{font-size: 13px; font-weight: 600; color:#f46d61;margin-bottom: .3rem;}
.kpy-other-news a.btn-outline-info {color: #00815d; border-color:#00815d;border-radius: 50px;padding: 2px 20px;font-size: 14px;font-size: 500;}
.kpy-other-news a.btn-outline-info:hover {color:#fff; background-color: #00815d;}
.kpy-news .catz i::before {padding-right:0.5rem;}
.kpy-job a{color:#00815d}
.kpy-job h3 a{color:#00815d}
.kpy-job p{color:#555}
.kpy-home-job h4{margin-bottom: 2px;}
.kpy-home-job h4 a{color:#00815d;font-size: 15px;font-weight: 600;margin-bottom: 1px;}
.kpy-home-job .date{font-size: 12px;color: #f46d61;}
.kpy-home-job{font-size: 14px;}
.kpy-partner .card{transition: ease 0.2s;}
.kpy-partner img{margin:0 auto;}
.kpy-partner .card:hover{transition: ease 0.2s;border:1px  #00815d;}

/** =========================================================
TEAM section
===============================================================**/
.team{padding-right: 15px;}
.team .card{background: rgba(233, 246, 242, 0.897);margin-bottom: 2rem !important;border-radius: 0px;box-shadow: none;}
.team .post-thumbnail img{height:280px;width:100%;object-fit: cover;object-position: top;}
.team-details h4 {font-size:28px; font-weight: 700;color: #01815d;}
.team-details p {font-size: 15px;margin-bottom: 10px;}
.team .team-details .btn-outline-primary{color: #03421f;font-size: 14px;padding: 5px 20px;border: solid 1px #03421f;border-radius: 0px;}
.team .team-details .btn-outline-primary:hover{border:1px solid #03421f !important;color:#fff;background-color:#03421f;}
.member-details img{height:450px;width:100%;object-fit: cover;object-position: top;}
.member-details .btx{margin-left: 90%;  margin-top: 10px;}
.member-details h4, .partner-details h4{font-weight: 500; font-size: 25px !important; line-height: 1.5;}
.member-details .modal-body span::after, .partner-details .modal-body span::after {border-bottom: 2px solid #eee; padding-bottom:10px;margin-bottom: 10px;}
.member-details .modal-body p.title,.partner-details .modal-body p.title{border-bottom: dotted 2px #eee; color:#f46d61;}
.modal.show .modal-dialog {padding: 20px; background: #fff;}
.modal-content {max-height: 450px; overflow-y: auto;}
.steering, .management{padding-top:30px;}
.nhteam {padding-left:0 !important;}
.nhteam .steering{color:#c84034;}
.nhteam .management{color:#125e63;}


/** =========================================================
PARTNERS section
===============================================================**/
.partners{padding: 15px 10px;}
.partner{display: flex;overflow: hidden;position: relative;}
  .partner .card{min-height: 100px; white-space: nowrap;animation: marquee-animation 10s linear infinite;}
.partner img{height: 100px; object-fit: contain;object-position: center; display: grid; gap: 10px; padding: 10px;width: 200px;}

  @keyframes marquee-animation { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); }}
    .marquee a {animation: marquee-animation 5s linear infinite;}
.partnerlist img{width:100%;height:100px;object-fit: contain;object-position: center;}

/** =========================================================
NEWSLETTER section
===============================================================**/
.newsletter { background-image: linear-gradient(to bottom, #fff, #fff, #fff, #fffffff0, #ffffffe8, #fff3, #fff0, #fff0, #fff0, #fff0, #fff0, #fff0),url(../images/NGO-Forum-Members.jpg); min-height: 600px; background-position: top; background-repeat: no-repeat; padding: 3rem 0 0; background-size: auto; }
.newsletter .form-control, .newsletter .btn-info { font-size: 16px; padding: 7px 30px; border: solid 2px #f46d61; border-radius: 50px; font-weight: 500; }
.newsletter .btn-info { background-color: #f46d61; color: #fff; }
.newsletter .form-control { background-color: #ffffffcf; color: #f46d61; }
.newsletter-form .form-control::placeholder, .contact-pg p a { color: #f46d61; }
.newsletter .newsletter-desc { font-size:20px; font-weight:500; }

/** ============================================================
Publication Page CSS
=============================================================**/
.pub-content-area {padding:60px 0;}
.publications .pdf-thumbnail img {width: 100%; object-fit: cover; height: 300px; object-position:top;}
.publications .member-thumbnail img { margin: auto;  width:60%;height: auto;display: block;}
.publications .member-link a {color: #f46d61;font-weight: 500;}
.publications .member-link a::after { content: "\F141"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; vertical-align: -.2em;   padding-left: 5px;}
.publications .member-link {padding:10px 0;}
.publications h4.pub-title {font-size: 20px;margin: 10px 0 0;font-weight: 600; color: #125e63; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.publications h4.member-title {color: #c53f33; font-weight: 700; font-size: 26px;transition:.5s all;}
.publications h4.member-title:hover {text-decoration:underline;}
.publications h3.pub-title {font-size: 20px;margin: 10px 0 0;font-weight: 700; color: #333;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.publications h5.pub-summ, .about-side-pub h4.pub-summ, .publications .member-summ strong{font-weight:800;}
.publications .member-summ {margin-top:-.75em;}
.publications .pub-desc {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 0 0 1em 0; font-size: 1rem; line-height: 1.5;}
.publications .pub-link a {color: #f46d61; font-size: 16px;}
.publications .pub-link a::after { content: "\f138"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; vertical-align: -.3em;   }

.pub-download a {border: 2px solid #333333; padding: 8px 15px; font-size: 18px; font-weight: 500;	color: #333333; transition:.5s all;display: inline-block;}
.pub-download a::before { content: "\f30A"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; vertical-align: -.1em;   padding-right: 0.6rem;}
.pub-download:hover a {color:#fff; background:#333333;}
.table > thead {display:none;} 
tr:hover td, tbody tr:hover th {transition:.5s;}
tr:hover td, tbody tr:hover th {   background-color: #f9fafc; }
table.dataTable tbody tr {margin: 15px 0; display: block; border-bottom: solid 1px #25aae03d;}
table.dataTable tbody th, table.dataTable tbody td {padding: 15px 10px;}
#downloads-table small {font-weight:500;}
table.dataTable.no-footer {border-bottom:none!important;border-top: 1px solid #eee;padding-top: 10px;}
#downloads-table_length label, #downloads-table_info, #downloads-table_paginate, .dataTables_wrapper .dataTables_paginate .paginate_button, #downloads-table_filter label {font-weight: 500; padding: 10px 15px; color: #00aeef!important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color:#00aeef!important;}
.dataTables_wrapper .dataTables_length select {border: 1px solid #00aeef !important; border-radius: 0px !important; padding: 5px !important;color: #00aeef;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {background:transparent!important; color:#00aeef !important; border:1px solid !important; transition:.5s all;border-radius: 0;}
.dataTables_wrapper .dataTables_filter input {border: 1px solid #00aeef!important; border-radius: 0px!important; margin-left: 5px!important;}

/** ============================================================
Single Publication Page CSS
=============================================================**/
.about-side-pub {padding-left: 5%;	border-left: 1px solid #ccc;}
.about-side-pub h1 {margin-bottom:1.5rem 0 1rem;}
.pub-stats {color: #f46d61;	font-size: 16px;}
.pub-single .post-thumbnail {position:sticky;}
/** ============================================================
Contact Page CSS
=============================================================**/
.contact-pg h2, .contact-pg h3 { color: #f46d61; font-weight: 500; margin-bottom: 1rem; }
.contact-map, .donate-page { padding: 3%; box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.08); background: #fff;}

/** ============================================================
KNOWLEDGE BUILDING PAGE 
=============================================================**/
.prog-content .reverse-rows {background-color:#125e63;margin-top: 50px;}
.knowledge-section{padding-top: 50px;}
.knowledge-section img{background: #fff;padding: 10px;box-shadow: 10px 20px 30px #00000014;height: 350px;object-fit: cover;margin-top: -20px;}
.reverse-rows .know-img img{background: none !important;padding: 10px;box-shadow: none !important;height: 350px;object-fit: cover;margin-top: -30px;}
.knowledge-section .know-content, .knowledge-section .knowled-content{padding: 60px 60px;}
.knowledge-section .knowled-content{color: #fff;}
/** ============================================================
CAPACITY BUILDING PAGE 
=============================================================**/
.capacity-section {padding:30px 0 60px;}
.program-page h3, .membership-pg h3 {font-weight:900; color:#0b5a5f; font-size:28px; letter-spacing:-0.75px;margin-bottom: 2rem;}
.program-page h3:after, .membership-pg h3:after{display: block;content: "";border-top: 3px solid #f46d61;width: 3em;margin: 1.1rem 0;}
.reverse-rows {flex-direction:row-reverse;}
.program-page figure {margin:0 !important;}
.program-page .capacity {gap:0 !important;}
.program-page .capacity .capacity-content {padding: 40px 40px 0 40px;}
.program-page h4 {font-weight: 700; color: #0b5a5f; margin-bottom: 1.5rem;}
.program-page ul, .membership-pg ul {list-style:none;padding-left: 10px;} 
.program-page ul li, .membership-pg ul li {margin-left:0; padding-left:10px;}
.program-page ul li:before, .membership-pg ul li:before{ content: "\F270"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; vertical-align: -.3em; padding-right: .6rem; font-size: 1.1rem; color: #f46d61;}
/** ============================================================
DONATE PAGE 
=============================================================**/
.donation-to-support {width:80%; margin-left:auto !important;background-color: #125e63;padding: 40px;border-radius: 0px;color: #f7f7f7;position:relative;margin-top:-100px;margin-right: auto !important;}
.donation-form .form-body h3 {color: #68b4af;font-weight: 700;margin-bottom: 20px;}
.donation-form .form-body input, .form-body select, .donation-form .form-body textarea, .donation-form .form-body button {margin-bottom: 15px;}
.donation-form .form-body .form-control, .donation-form .form-body .form-select, .donation-form .form-body .btn {width: 100%;padding: 10px;border-radius: 1px;border: 0;}
.donation-form .form-body .btn-primary {color: white;border: 2px solid #f46d61;background: transparent;transition:.5s all;}
.donation-form .form-body .btn-primary:hover {background:#f46d61;}

/** ============================================================
Error 404 Page Not Found CSS
=============================================================**/
.Error_404 {overflow: hidden; padding:80px 0 120px;}
.Error_404 .error_pic {width: 35%; float: left; text-align: center;}
.Error_404 .error_pic i {color: #f46d61; font-size: 250px; line-height: 250px; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; margin-left: .2em;}
.Error_404 .error_desk {width: 65%; float: left; padding-top: 40px;}
.Error_404 .error_desk h2 {font-size: 55px; line-height: 60px;color: #f46d61;font-weight: 500;}
.Error_404 .error_desk h4 {font-size: 28px; line-height: 30px;}
.Error_404 .error_desk p .check {line-height: 45px; font-size: 16px;}
.Error_404 .error_desk p .button {padding: 13px 20px; margin: 0; border-radius: 5px; display: inline; margin-left: 10px; box-shadow: inset 0 0 0 0;}
.Error_404 .error_desk p .button:hover{color:#f9f9f9; text-decoration: none; background: #f46d61;}
a.button, a.tp-button {transition:.2s all; background: transparent; color: #f46d61; border:solid 2px;}
.wp-block-ub-tabbed-content-tab-title strong {font-weight:500!important;}
.text-dark {color:#a88343;}


/** ============================================================
Footer CSS -- 
=============================================================**/
.footer-donate h3{color: #fff;font-weight: 200;margin-bottom: 1.0em;}
.footer-donate a{color: #fff;margin-bottom: 1.0em;}
.footer { background:#1c1c1c; color: #fff; padding: 2.5rem 0 0rem; margin-bottom: 0; font-size:14px; position:relative; opacity: 0.95; }
.footer .footer-top .socials{text-align: center;font-size: 30px;}
.footer .footer-top .socials h5{text-align: center;font-size: 20px;color: #b1afaf;margin-bottom: 1em;font-weight: 300;}
.footer .footer-top .socials ul{list-style-type: none; padding-left: 0;}
.footer .footer-top .socials li{display: inline-block;}
.footer .footer-top .socials li a{background-color: #565555;border-radius: 50%;padding: 10px 15px;margin-right: 10px;color: #b1afaf;transition: 1s ease-in;}
.footer .footer-top .socials li a:hover{background-color: #565555;border-radius: 50%;padding: 10px 15px;margin-right: 10px;transition: 2s all; color: #e5e2e2;border: 1px solid #b1afaf; }

#menu-footer-menu{margin: auto !important;}
#menu-footer-menu .nav-link{color:#eee;font-size: 16px;}


.footer .footer-top .footer-contacts{background-color:#00815d;border-radius: 5px 5px 0 0;padding: 1.0rem 1.8rem;}
.footer-contacts h5{font-size: 30px;margin-bottom: 18px;}
.footer-contacts p{font-size: 16px; margin-bottom: 5px;}
.footer-contacts .jsocials {margin-top:1.5rem;}
.footer .footer-logo img { margin-top: 10px; margin-bottom: 1rem; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; height: 90px; }
.footer .footer-top h4 { font-size:22pt; margin-bottom:1rem; text-align: left; line-height: 2.5; font-weight: 500;}
.footer .footer-top h4::after { display: block; content: ""; border-top: .15rem solid #8ee4b0; width: 4rem; }
.footer-menus ul { padding-left: 0; display: block; list-style-type: none; line-height: 1.8; margin-bottom: 2rem; }
.footer-menus ul li a {color:#fff!important; font-size:16px;}
.footer-quicks ul { padding-left: 0; display: block; list-style-type: none; line-height: 1.8; margin-bottom: 2rem; }
.footer-quicks li{padding-bottom: 10px;}
.footer-quicks ul li a {color:#fff!important; font-size:16px;padding: 10px;border: 1px solid #eeeeee8f;border-radius: 5px;display: block;width: 100%;transition: 0.2s all;}
.footer-quicks ul li a:hover{background-color: #65c6ab;color: #000; transition: ease-in-out .4s;}
.copyright {background-color: #000;color:#ddd; font-weight: 300; font-size: 12px; text-align: center;padding: 10px 0;}
.copyright a {color:#ddd;}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 576px) { 
    .wrapper .mainz { width:100%; height:100%; float:left; padding: 15px; background-color: transparent; }
    .slide img {height: 300px !important;}
    .home-intro h2 {font-size: 24px; }
    .home-intro h4 {font-size: 17px;color: #666; }
    .intro-msge  .wp-block-image img {margin-bottom: -75px;width: 220px;}
    .home-services {padding-top: 30px;padding-bottom: 20px;}
    .kpy_event h2 {font-weight: 600;font-size: 18px !important;color: #333 !important;}
    .home-members h3 {font-size: 26px;font-weight: 600;margin-top: 0.2em;}
    .home-members h2 {font-size: 32px;text-align: left;}
    .footer .footer-top .socials {font-size: 20px;}
    .footer .footer-top .socials li a { padding: 5px 10px;margin-right: 5px;}
    .footer .footer-top .socials h5 {font-size: 18px;}
}
@media only screen and (max-width: 768px) {
.sticky-header, .menu-section { padding:10px 0; }
.menu-section .member-btn a {padding:3px 15px;}
.menu-section .main-header-menu {margin-left: auto;}
.sticky-header img {margin-top:0;}
.menu-section img { height: auto;}
.kpy_event h2 {font-weight: 600;font-size: 20px !important;color: #333 !important;}
.home-intro-bottom .card {margin-top: unset;}

.sticky-header i.bi-list { color:#333!important; }
.footer .footer-logo img { margin-top: 0; padding: 10px;  border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.footer-mob, .footer .footer-top h4 { text-align: center; display: block; }
.footer .footer-top h4::after { margin: auto; }
.main-slider .main-slider-content .big-title h2 { font-size:24px; }
.main-slider .main-slider-content .text p { font-size:14px; line-height:inherit; }
.main-slider .main-slider-content__inner, .focus-areas .focus-area-items { width:100%; }
.main-slider__nav, .focus-areas h1, .nhp-news h1, .nhp-numbers h1 { display:none; }
#offcanvasExample { max-width: 400px; padding: 15px; margin: auto; width:100%; background: #fffffff7; }
.offcanvas-body ul li { font-size: 20px; font-weight: 500; margin-bottom: 0px; color: #0b5a5f; }
.offcanvas-body ul li .dropdown-toggle::after { margin-left: 0.55em; float: right; margin-top: 10px; content: "\F282"; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; border:none!important; }
.offcanvas-body .dropdown-menu { border: none; padding: 5px; width: 100%; background: #eee; }
.offcanvas-body ul.dropdown-menu li a, .offcanvas-body ul.dropdown-menu li a.nav-link { color:#0b5a5f; font-weight:500; }
.dropdown-item { padding: 5px; font-size: 17px; }
 .nhp-news .nhp-news-feed {padding: 0 20px;}
.main-slider .swiper-slide { height:400px; }
.main-slider .container { padding-top:150px; }
.nhp-intro,.nhp-prog, .focus-areas, .nhp-numbers, .nhp-news,.page-content{ padding:30px 20PX!important; }
.footer { padding:10px;}
.breadcrumb{display:none!important;}
.header-search input:checked~ul.search-dropdown{display: block;position: absolute;z-index: 119;}
.header-search ul.search-dropdown {display: none;}
.search-dropdown .input-group {right: 75%;margin-top: 40px;}
.search-dropdown .input-group input{visibility:visible;width: 250px !important;height: 60px;}
#search-results {display: none;right: 0%;position: relative;background: rgba(255,255,255,0.93);padding: 1em;
    font-size: small;list-style: none;max-height: 300px;overflow-y: auto;width: 100%;border: 1px solid #ccc;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
#search-results {display: none;right: 75%;position: relative;background: rgba(255,255,255,0.93);padding: 1em;
        font-size: small;list-style: none;max-height: 300px;overflow-y: auto;width: 100%;border: 1px solid #ccc;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
.menu-section .member-btn a {margin-left: 0px;}
/**modal search**/
.modal-search input{height: 60px;width: 320px;}
.modal-search .input-group .btn-search{background: #00AEEF;color:#fff;}
.modal-search #search-results {display: none;right: 0;position: relative;background: transparent;	padding: 1em;list-style: none;width: 100%;border: 0px solid #ccc;color:#fff;}
  .nhp-pubs {padding:3rem 0} .pub-item {margin-bottom:20px}
  .nhp-numbers .nhp-cta-box .wp-block-button__link {padding:5px 10px;font-size: 15px;}
  .focus-area-items .focus-heading h4 {font-size:18px;}
  .nhp-pubs .nhp-pubs-content, .nhp-numbers .numbers-cont{width:95%; margin:auto;}
  .nhp-numbers .numbers-cont .nhp-cta {width:100%;}
  .team .team-details{padding:20px 30px;}
  .offcanvas{width: 300px !important;}
  .header-wrap-services .page-title {width: 100%;}
  .header-wrap-services .overlay {padding: 5%;}
  .header-wrap-services .page-title h1.entry-title {font-size: 26px;font-weight: 600;}
  .service-content-area{background-color: rgba(0, 0, 0, 0.07);background-image: unset;}
  .home-intro {padding-top: 0.8rem;}
  .home-intro .wp-block-button__link {margin-bottom: 15px;}
  .about-page {width: 100%;}
  .about-page .wp-block-image img {height: 100% !important;}
  .about-page .experience,   .experience2{display: none !important;}
  .about-page .wp-block-spacer{display: none;}
  .home-services h2 {font-size: 30px;margin-top: 1.6rem;}
  .collapse.navbar-collapse:not(.show) {display: block !important;}
  .post-content { padding: unset;}
  .header-wrap-services .page-title p {width:100%;font-size: unset;}
  .header-wrap .overlay {padding: 0 0 0 5px;}
  .header-wrap-services {min-height: 400px;}
  .member-intro{width:100%;margin:0 auto;margin-bottom:20px;margin-top:10px;}
.member-intro p{text-align:center;font-size:18px;font-weight:200;}
  /**slider **/
    .slide {flex-direction: column; }
    .slide img {width: 100%;height: auto;}
    .slide-content {width: 100%;background: rgba(0, 0, 0, 0.8);padding: 15px;text-align: center;}
    .slide-content h3 {font-size: 18px;}
    .slide-content p {font-size: 14px;}
    .navigation {bottom: auto;}
    .programs{max-width:100%;margin:0 auto;}
  .footer .footer-top .footer-contacts {margin-top: 0.5rem;}
  #menu-footer-menu{margin: unset !important;flex-direction: column;}
  
}


@media only screen and (max-width: 1024px) and (min-width: 768px) {
.header-menu-item .menu-item a { font-size:14px; }
.menu-section img {width: 140px;}
.newsletter .form-control, .newsletter .btn-info { font-size:12px; }
.footer .footer-logo img { width: 150px; }
#menu-copyright-menu ul li a { font-size:12.5px; }
.main-menu .menu-item a {font-size:9.5px;}
.main-menu ul li {padding-right:0;}
.nhp-about-content p { font-size: 15px; }
.intro-section p { font-size: 16px; }
.nhp-about-img img { height:400px; }
.about-objectives h2, .focus-areas h2, .nhp-news h2, .nhp-pubs h2, .nhp-numbers h2 { font-size:30px; }
.nhp-cores-rs img, .nhp-cores-mp img, .nhp-cores-wk img { height: 100px; padding: 20px; }
.nhp-cores-wk h3, .nhp-cores-mp h3, .nhp-cores-rs h3 { font-size:24px; }
.nhp-cores-wk a, .nhp-cores-mp a, .nhp-cores-rs a { font-size: 14px; }
.search, .menu-item-1321 a {display:none;}
.menu-section .member-btn a {font-size:13px; padding:5px 20px;}
.top-banner {width:70%;}
.main-header-menu {margin-left:auto;}
    
}


@media only screen and (min-width:1140px) {

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: local('Plus Jakarta Sans Bold'), local('PlusJakartaSans-Bold'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: local('Plus Jakarta Sans Bold Italic'), local('PlusJakartaSans-BoldItalic'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-BoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: local('Plus Jakarta Sans ExtraBold'), local('PlusJakartaSans-ExtraBold'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: local('Plus Jakarta Sans ExtraBold Italic'), local('PlusJakartaSans-ExtraBoldItalic'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-ExtraBoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: local('Plus Jakarta Sans ExtraLight'), local('PlusJakartaSans-ExtraLight'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-ExtraLight.woff2') format('woff2'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: local('Plus Jakarta Sans Italic'), local('PlusJakartaSans-Italic'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-Italic.woff2') format('woff2'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: local('Plus Jakarta Sans ExtraLight Italic'), local('PlusJakartaSans-ExtraLightItalic'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-ExtraLightItalic.woff2') format('woff2'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: local('Plus Jakarta Sans Light Italic'), local('PlusJakartaSans-LightItalic'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-LightItalic.woff2') format('woff2'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: local('Plus Jakarta Sans Light'), local('PlusJakartaSans-Light'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-Light.woff2') format('woff2'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: local('Plus Jakarta Sans Medium'), local('PlusJakartaSans-Medium'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: local('Plus Jakarta Sans SemiBold Italic'), local('PlusJakartaSans-SemiBoldItalic'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-SemiBoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: local('Plus Jakarta Sans Regular'), local('PlusJakartaSans-Regular'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: local('Plus Jakarta Sans SemiBold'), local('PlusJakartaSans-SemiBold'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: local('Plus Jakarta Sans Medium Italic'), local('PlusJakartaSans-MediumItalic'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-MediumItalic.woff2') format('woff2'),
        url('/wp-content/themes/kipya/assets/fonts/PlusJakartaSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

