/*====================================================================
   Custom CSS File for most of Desktop and Mobile look for Kipya Template
   Developed by Amazing LWEGATECH LTD team.
===================================================================**/
:root{
    --kpy-font: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;
	--kpy-font-2: "Roboto", "Segoe UI", sans-serif;
	--kpy-font-3: "Montserrat", "Helvetica Neue", Arial, sans-serif;;
	--kpy-primary: #0093fd;
	--kpy-primary-rgb: 0, 147, 253;
	--kpy-secondary: #FF5500;
	--kpy-secondary-rgb: 255, 85, 0;
	--kpy-white: #ffffff;
	--kpy-white-rgb: 255, 255, 255;
	--kpy-black: #211F20;
	--kpy-black-rgb: 33, 31, 32;
	--kpy-green2: #65B84C;
	--kpy-green2-rgb: 101, 184, 76;
	--kpy-font-size: 16px;
    --kpy-font-small:12px;
    --kpy-regular: 400;
    --kpy-medium: 500;
    --kpy-bold: 700;
    --kpy-bolder:900;
    
}
*{
	margin: 0;
	padding: 0;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    scrollbar-width: thin;
    font-optical-sizing: auto;
}
 
body{
    font-family: var(--kpy-font) !important;
    color: var(--kpy-black) !important;
    font-size: var(--kpy-font-size) !important;
    font-weight: var(--kpy-regular) !important;
    line-height: 1.6;
    min-height:100vh;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; 
    font-optical-sizing: auto;
}
h1,h2,h3,h4,h5,h6{font-family: var(--kpy-font);}
h1 { font-size: 2.5rem; line-height: 1.2; }
h2 { font-size: 2rem; line-height: 1.3; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }
a {color: var(--kpy-primary);transition: color 0.3s ease;text-decoration: none !important;}
a:hover {color: var(--kpy-secondary);}
a:focus, button:focus, input:focus {outline: 0px solid var(--kpy-secondary);outline-offset: 2px;}
.text-primary { color: var(--kpy-primary) !important; }
.bg-primary { background-color: var(--kpy-primary) !important; }
.btn {display: inline-block;padding: 0.75rem 1.5rem;border-radius: 4px;font-weight: var(--kpy-medium);    text-align: center;transition: all 0.3s ease;}
.btn-primary {background: var(--kpy-primary) !important;border: 1px solid var(--kpy-primary) !important;; color: var(--kpy-white) !important;}
.btn-primary:hover {background: var(--kpy-green2) !important;}
.wp-block-button__link{border-radius: 0px !important;transition: 0.4ms all;}
.mt-1 { margin-top: 0.5rem !important; }
.mt-2 { margin-top: 1rem !important; }
/** Fade Effect **/
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeup {opacity: 0;transform: translateY(30px);}
.fadeup.animate {animation: fadeUp 0.8s ease-out forwards;}

	
/** ==========================================================
Header Section
===========================================================**/
.topbar{background: linear-gradient(to right, rgba(var(--kpy-white-rgb),0.03) 40%, rgba(var(--kpy-green2-rgb),0.99)) 100%; height: 40px;line-height: 40px;align-items: center; color:var(--kpy-white);}
.topbar .navbar{padding:0;}
.topmenu {height: 100%;width:100%;background-color: transparent; font-family: var(--kpy-font-2);font-weight: 500;font-size: 0.8rem;letter-spacing: 0.5px;}
.topmenu *{padding:0;margin:0;}
.topmenu ul {display: flex;justify-content: flex-end;flex-direction: row;align-self: center;list-style: none;margin: 0;padding: 0;gap: 1.5rem;}
.topmenu li {position: relative;}
.topmenu .nav-link {height: 40px !important;color: var(--kpy-white);text-decoration: none;transition: all 0.3s ease;padding: 0.25rem 0;display: block;position: relative;padding:0;font-size: var(--kpy-font-small) !important;color:var(--kpy-white) !important;font-weight: 500 !important;text-transform: uppercase;}
.topmenu a:hover,.topmenu .current-menu-item a {color: var(--kpy-primary);}

.topmenu a::after {content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 2px;background-color: var(--kpy-secondary);transition: width 0.3s ease;}
.topmenu a:hover::after {width: 100%;}

.menu-section {box-shadow: 2px 3px 5px rgba(0,0,0,0.1);background-color: transparent;position: absolute;  z-index: 2;width: 100%;top: 40px;}
.menu-section .container-xxl {border-radius: 15px;background-color: #fff;}
.menu-section i{color:var(--kpy-black);font-size: var(--kpy-font-small);}
.menu-section img {	height: auto; padding: 2px;}
.menu-section .main-menu{width:100%;}
.menu-section .navbar-nav {height: 100%;display: flex;align-items: center;gap: 0.3rem;}
.menu-section .menu-item .nav-link{font-size: 18px; font-weight: 400;color:var(--kpy-black);padding-right: 10px !important;height: 60px;display: flex;align-items: center;position: relative;transition: all 0.3s ease;}
.menu-section .menu-item .nav-link.active,
.menu-section .menu-item .nav-link:hover{color:var(--kpy-primary)}

.menu-section .dropdown-toggle::after {content: "\F282";display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: 600 !important;font-size: var(--kpy-font-small); 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: .3rem;
}
.menu-section .dropdown-menu{border-radius: 0px;width:220px;border:0px;border-top:4px solid var(--kpy-primary);}
.menu-section .dropdown-menu ul{min-width: 100% !important;}
.menu-section .dropdown-item{list-style:none;min-width: 100% !important;height:auto;padding-top:10px; padding-bottom: 10px; transition: .2s ease all;font-size: 15px;border-bottom: 1px solid rgba(var(--kpy-black-rgb),0.15);}
.menu-section .dropdown-item:hover{background:var(--kpy-primary);border-bottom:0px solid rgba(42, 42, 134,0.4);color: #fff;transition: .3s ease-in-out;padding-left:5px}
.menu-section .dropdown-item.active, .dropdown-item:active{background:var(--kpy-primary);color: #fff;}
.menu-section .menu-item:hover > .dropdown-menu {display: block;transition: 0.2ms all;}
.menu-section .dropdown-item li {  font-weight: 400;  font-size: 16px; padding: 7px 20px;margin-bottom: 0;}
.menu-section .menu-item .nav-link:active{color: var(--kpy-primary);}
.menu-section .menu-item .nav-link:visited{color: inherit;}

/* For nested dropdown menus */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: .1rem;
}

/* Bootstrap Icons dropdown arrow */
.dropdown-toggle-arrow .bi {
  font-size: var(--kpy-font-small);
  font-weight: 600;
  margin-left: 0.3rem;
  transition: transform 0.2s ease;
}

/* Rotate arrow when dropdown is open */
.show > a > .dropdown-toggle-arrow .bi {
  transform: rotate(180deg);
}
.dropdown-toggle::after {display: none !important;}



.menu-section .search i{color: var(--kpy-black)!important;font-size: 17px;}
.sticky-header {position: fixed;top: 0;width: 100%;box-shadow: 0 4px 12px rgba(0, 86, 64, 0.15);backdrop-filter: blur(8px);background-color: var(--kpy-primary); z-index: 1000;transition: 0.5ms ease-in;}
.sticky-header .container-xxl {border-radius: 15px;background-color: var(--kpy-primary);}
.sticky-header .topbar{display: none;}
.sticky-header .search i{color:var(--kpy-white)!important;}
.sticky-header img {width: auto;height: 70px;object-fit: contain; margin-top:0px;transition: 3ms ease-in;}
.sticky-header .menu-item .nav-link{color:var(--kpy-white); font-weight: 400;padding-right: 10px !important;}
.sticky-header .menu-item .nav-link.active{color: var(--kpy-white);}
.sticky-header .menu-item .nav-link:hover{color:#ff0;}
.sticky-header .menu-item .nav-link:visited{color: var(--kpy-white);}



/** =====================================================================
*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);}
.navbar-toggler {border:0 !important;}
/**modal search**/
.modal-search{background: rgba(0, 0, 0, 0.6);}
.modal-search .modal-body{align-items: center;}
.modal-search input{height: 60px;width: 600px;}
.modal-search .input-group .btn-search{background: var(--kpy-primary) !important;color:#fff;height:60px;margin-top: 0px;}
.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:#ff9;text-decoration:underline;}
.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);}


/** ==========================================================
Main Slides
===========================================================**/
.btn-one {  position: relative;  display: inline-block;  overflow: hidden;  padding-left: 30px;  padding-right: 30px;  background-color: transparent;  color: var(--kpy-black);  font-size: 18px;
	line-height: 60px;  font-weight: 500;  text-transform: capitalize;  border-radius: 0px;  -webkit-transition: all 0.3s linear;  -o-transition: all 0.3s linear;  transition: all 0.3s linear;  z-index: 2;}
  .btn-one:before {  position: absolute;  top: 110px;  left: -50px;  right: -50px;  height: 170px;
	content: "";  background: var(--kpy-primary);  -webkit-transform: translateY(-50px);  transform: translateY(-50px);  border-radius: 50%;  transition-duration: 800ms;  z-index: 1;}
  .btn-one:hover:before {  top: 0%;  left: -70px;  right: -70px;}
  .btn-one:after {  content: "";  position: absolute;  top: 0px;left: 0px;  bottom: 0px;  right: 0px;
	border-radius: 0px;  background-color: #ffffff;  opacity: 1;  transform: scaleX(1.0);  transition-duration: 800ms;  z-index: -1;}
  .btn-one:hover:after {  transform: scaleX(0);  transition-duration: 1500ms;}
  .btn-one .txt {  position: relative;  z-index: 1;}
  .btn-one:hover,.btn-one:focus {  color: #ffffff;}
  .btn-one i {  position: relative;  display: inline-block;  padding-left: 5px;  font-size: 12px;  font-weight: 500;}
  .btn-btn {  color: var(--kpy-white);  background: var(--kpy-primary);  border-radius: 0px;  padding: 11px 24px;  display: inline-block;  box-shadow: inset 0 0 0 0 var(--kpy-black);  -webkit-transition: ease-out 0.4s;  -moz-transition: ease-out 0.4s;  transition: ease-out 0.4s;}
  .btn-btn:hover {  color: var(--kpy-white);  box-shadow: inset 400px 0 0 0 var(--kpy-black);}
  .carousel-item{max-height: 700px;}
.image-layer img {width:100%; object-fit: cover; object-position: top;background: rgba(var(--kpy-black-rgb),0.5);}
  .main-slider .swiper-slide {  position: relative;height:600px;object-fit: cover;}
  .video-slide{position: relative;top: 0;left: 0;width: 100%;height: 600px;object-fit: cover;}
.carousel-caption{max-width: 700px;background-color: rgba(var(--kpy-primary-rgb),0.01);padding: 30px;border-radius: 3px;text-align: left !important;left: 5% !important;top: 230px; height: max-content;}
.carousel-caption h2{font-size: 42px;text-transform:none;font-weight: 700;letter-spacing: 0.5;line-height: 1.15;text-shadow: 1px 1px 1px #000;}
.carousel-caption p{font-size: 18px;font-weight: 300;text-shadow: 0 1px 3px rgba(0,0,0,.3);line-height: 1.4em;}

/*==========================================================
# Back to top button
==========================================================**/
.back-to-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 99999; background: var(--kpy-primary); 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: var(--kpy-secondary); color: #fff; }
.back-to-top.active { visibility: visible; opacity: 1; }


/** ==========================================================
Container CSS
===========================================================**/
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px!important;
  }
}
/** ==========================================================
Homepage Intro Section
===========================================================**/
.home-about h3 {font-weight:700; font-size:38px;}
.years {background-color: #0093fd !important;padding: 20px 15px;position: absolute;width: 298px;border-radius: 20px;text-transform: uppercase;font-weight: 600;right: 0;top: 28px;display: flex !important;align-items: center !important;gap: 1.5rem !important;color: white !important;}
.intro-text1{border-left: 1px solid rgb(255 255 255 / 40%);padding-left: 12px;font-size: 15px;color:black !important;}
.img-1 img {border-radius: 20px;height: 450px;object-fit: cover;}
.img-2 {margin-top: 160px;}
.img-2 img {height: 300px;object-fit: cover;border-radius: 20px;}
.home-about h5 {font-size: 12px;text-transform: uppercase;letter-spacing: 1.5px;font-weight: 800;color: #0093fd !important;font-family:var(--kpy-font);}
.home-about h5::before, h5::after {content: "\F46C";font-family: "bootstrap-icons";color: #0093fd;font-size: 9px;}
.home-about h5::after {padding-left: 4px; }
.home-about h5::before {padding-right: 4px; }
.years-card{background:var(--kpy-primary);width: 300px;border-radius: 20px;margin-left:-130px;padding: 20px 15px;position: absolute;margin-top:15px;text-transform: uppercase;font-weight: 500;color:var(--kpy-white);align-items: center !important;}
.years-card img{height: 80px;width:80px;object-fit: cover;}
.years-card .wp-block-media-text {grid-template-columns: 30% 1fr !important;}

/**Products/Category **/
.product-section{background: #DBE4EF;margin-top: 30px;}
.product-header1{padding-top: 30px;align-items: left; text-align:left;}
.product-header1 h5 {font-size: 12px;text-transform: uppercase;letter-spacing: 1.5px;font-weight: 800;color: #0093fd !important;font-family:var(--kpy-font);}
.product-header1 h5::before, h5::after {content: "\F46C";font-family: "bootstrap-icons";color: #0093fd;font-size: 9px;}
.product-header1 h5::after {padding-left: 4px; }
.product-header1 h5::before {padding-right: 4px; }
.product-header1 h3 {font-weight:700; font-size:38px;}
.product-catalogue-section{ margin-top: 40px}
.product-cards{padding-bottom: 30px;}
.category-tabs {display: flex;justify-content: center;gap: 15px; margin-bottom: 30px;}
.category-tabs a {padding: 12px 24px;background: #f0f0f0;border-radius: 50px;color: #333;font-weight: 800;text-decoration: none;transition: all 0.3s;}
.category-tabs a.active,
.category-tabs a:hover {background: var(--kpy-primary);color: white;}
.custom-product-grid {display: grid;grid-template-columns: repeat(4, 1fr);gap: 20px;}
.custom-product-image img {width: 100%;height: 150px;border-radius: 15px;margin-bottom:10px;}
.custom-product-title {font-size: 16px;margin: 10px 0;text-transform:Capitalize;}
.custom-product-card {display: block;border: 1px solid #eee;padding: 15px;border-radius: 15px;transition: all 0.3s ease;text-decoration: none;color: inherit;position: relative;background-color:#fff;}
.custom-product-card:hover {box-shadow: 0 5px 15px rgba(0,0,0,0.1);transform: translateY(-5px);border: 3px solid var(--kpy-primary);}
.category-tabs.round-tabs {display: flex;gap: 10px;margin-bottom: 30px;flex-wrap: wrap;justify-content: center;}
.category-tabs.round-tabs .category-tab {padding: 10px 20px;border-radius: 30px;background: #f5f5f5;border: none;cursor: pointer;transition: all 0.3s ease;font-weight: 500;}
.category-tabs.round-tabs .category-tab:hover {background: #e0e0e0;}
.category-tabs.round-tabs .category-tab.active {background:var(--kpy-primary);color: #fff;}
#product-cards-container.loading {min-height: 300px;position: relative;}
#product-cards-container.loading:after {content: '';position: absolute;top: 50%;left: 50%;width: 30px;height: 30px;border: 3px solid #f3f3f3;border-top: 3px solid #3498db;border-radius: 50%;animation: spin 1s linear infinite;transform: translate(-50%, -50%);}
@keyframes spin {0% { transform: translate(-50%, -50%) rotate(0deg); }100% { transform: translate(-50%, -50%) rotate(360deg); }}
.service-card-img{object-fit: cover;}

.kpy-intro{padding-top: 80px;padding-bottom: 30px;background-color:rgba(var(--kpy-green2-rgb),0.09);color: var(--kpy-black);}
.kpy-intro h2{font-weight: 700;font-size: 50px;color: rgb(169, 184, 184);}
.kpy-intro h2 strong{color:var(--kpy-black);}
.kpy-intro h2::after{content: "";display: block; margin: 10px auto 0;width: 100px;height: 10px;background-color: rgba(var(--kpy-secondary-rgb),0.95);}
.kpy-intro h5{background-color: var(--kpy-secondary);padding: 0.3rem 0.8rem;border-radius: 20px;width:fit-content;font-size: 85%;margin-bottom: -2px;}
.kpy-intro .wp-block-cover{border-radius: 15px;min-height: 500px;}
.kpy-intro .btn-more .wp-block-button__link{background-color: rgba(var(--kpy-green2-rgb),0.9);}
.kpy-intro .wp-block-button__link:hover{color:var(--kpy-white); background-color: var(--kpy-primary);transition: 0.3ms ease-in-out;}
.kpy-news-downloads{padding-top: 50px;padding-bottom: 30px;}
.kpy-news-downloads h2{margin-bottom: 1rem;}
.kpy-news-downloads h2::after{content: "";display: block; margin-top:8px; width: 100px;height: 10px;background-color: rgba(var(--kpy-secondary-rgb),0.95);}
.kpy-home-downloads .pdf-thumbnail img{height:150px !important;width: 100%; object-fit: cover;border-radius: 15px;}
.kpy-home-downloads .pub-title{color:var(--kpy-green2);font-size: 18px;line-height:1.2;overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3; -webkit-box-orient: vertical;transition:0.2ms cubic-bezier(0.175, 0.885, 0.32, 1.275);}
.kpy-home-downloads .pub-title:hover{color: var(--kpy-primary);transition: 0.8ms ease-in;}
.kpy-home-downloads .pub-link{color:var(--kpy-black);transition: 0.8ms all;}
.kpy-home-downloads .pub-link:hover{color:var(--kpy-green2);border: 1px solid var(--kpy-green2);width: fit-content;padding:5px;transition: 1s ease-in-out;}
.kpy-news-downloads .kpy-news img {height:150px !important;width: 100%; object-fit: cover;border-radius: 15px;}
.kpy-news-downloads .kpy-news .card-body{padding:0px !important;box-shadow: rgba(0rem, 0rem, 0rem, 0.001) !important;}
.kpy-news-downloads .kpy-news h3 {margin-top: 1rem;font-size: 18px;}
.kpy-news-downloads .kpy-news .catz {color:var(--kpy-green2);}
.kpy-news-downloads .kpy-news .shadow-sm{box-shadow: 0 0 0 rgba(252, 249, 249, 0) !important;}
.kpy-news-downloads  .kpy-news a.btn-outline-info {color: var(--kpy-primary);border-color: #062e8500; border-radius: 0px;padding: 0px;font-size: 400;}
.kpy-news-downloads  .kpy-news a.btn-outline-info:hover{color:var(--kpy-green2);border: 1px solid var(--kpy-green2);width: fit-content;padding:5px;transition: 1s ease-in-out;background-color: transparent;}
.home-banner .wp-block-cover{border-radius: 15px;padding: 30px;}
.home-banner .wp-block-columns{width:65%;margin: 0 auto;text-align: center;}
.home-banner h2{font-size: 50px;font-family: var(--kpy-font-2) !important;font-weight: 600;}
.home-banner p{font-size: 120%;}
.home-banner .wp-block-button__link{background-color: var(--kpy-secondary);color:var(--kpy-white);font-weight: 600;}
.home-banner .wp-block-button__link:hover{background-color: var(--kpy-green2);color:var(--kpy-white);}
.servirce-home-area h5 {font-size: 12px;text-transform: uppercase;letter-spacing: 1.5px;font-weight: 800;color: var(--kpy-primary) !important;font-family: var(--kpy-font);}
.servirce-home-area h5::before, h5::after {content: "\F46C";font-family: "bootstrap-icons";color: var(--kpy-primary);font-size: 9px;}
.servirce-home-area h5::before {padding-right: 4px;}
.servirce-home-area h3 {font-weight: 700;font-size: 38px;}
.kpy-services .post-thumbnail img{height: 400px;width: 100%;object-fit: cover;border-radius: 15px;}
.kpy-services .card-body{position: absolute;bottom:0;background:linear-gradient(to top, rgba(70, 31, 14, 0.1), rgba(70, 31, 14, 0.02));height: 100%;border-radius: 15px;width: 100%;}
.kpy-services .card-body:hover{background:linear-gradient(to top, rgba(53, 161, 164, 0.7), rgba(10, 234, 181, 0.2));}
.kpy-services .card-body a{color:#ffffff}
.kpy-services .card-body h3{font-weight: 700;text-shadow: 0 0 20px #000;margin-top: 240px;}
.kpy-services .card-body .swiper-button-prev{display: none !important;visibility: hidden;}

.cta {background: url('../images/back.png');background-position: center center;background-repeat: no-repeat;background-size: cover;}
.cta-text{padding:150px 30px;}
.cta h1{font-weight: 600; color: var(--kpy-primary); margin-bottom: 10px; font-size:45px;display: block;align-items: flex-end !important;
    text-align: right;}
.cta p{font-size: 14px;margin-top: 15px;align-items: flex-end !important;text-align: right; margin-bottom: 10px;}
.rich-btn {position: absolute;right: 0;top: 0;bottom: 0;margin: Auto;display: flex;}
.button-area {display: flex;align-items: flex-end;justify-content: flex-end;margin-top: 40px;}
.stats-banner {background-color: #FF5500;padding: 60px ;position: relative;}
.stat-item {text-align: center;padding: 1.5rem 0;position: relative;}
.stat-content {display: flex;align-items: center;height: 100%;}
.stat-item i {color: white;margin-bottom: 1rem;font-size: 35px;}
.separator {width: 1px;height: 100px;background-color:#fff ;margin: 0 15px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.stat-text {font-family: var(--kpy-font);color: white;text-align: center;margin: 0;}
.stat-text strong {font-size: clamp(2rem, 5vw, 2.8rem);font-weight: 900;display: block;line-height: 1.2;}
.stat-text span {font-size: clamp(1rem, 2vw, 1.15rem);font-weight: 400;display: block;color: #fff;margin-top: 0.5rem; text-transform:uppercase;}
.fade-up {
    animation: fadeInUp 0.6s ease-out forwards;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.gree{background-color: #2D4F9E !important;border-color: #2D4F9E;padding: 20px; color:#fff !important;text-align: center;}
.gree img{height: 40px !important;}
.gree p{font-size: 13px;padding-bottom: 1.0rem;text-align: center;}
.gree .btn.btn-warning{background-color: #D35B2B;border-color: #D35B2B;color:#fff;}
.ahelp{border-color: #0093fd;padding: 20px;text-align:center;}
.ahelp img{height: 100px;}
.ahelp .call{color:#D35B2B;margin-bottom: 1.0rem;font-size: larger;}
.ahelp .btn-info{background-color: #0093fd;border-color: #0093fd;color: #FFF;}
.sidebar .smenu{list-style-type: none;padding-left:0px;}
.sidebar .smenu li a{background-color: #fff;color:#0e4b76;padding:10px;border:1px solid #003760;border-left-width: 5px; margin-bottom: 10px;width: 250px;display: block;border-radius: 5px;text-decoration: none;transition: ease-in-out 1s;}
.sidebar .smenu li a:hover{background-color: #0093fd;color: #fff;transition:linear 1s;}
.product-page{margin-top:50px;margin-bottom: 1rem;}
.product-page .prdt-img img{height: 450px;object-fit: cover;width: 100%;border-radius: 10px;}
.product-page .btn-info{background-color: #0093fd;border-color: #0093fd;color: #fff;}
.product-page .modal-body ul{list-style-type: none;padding-left:0px;column-count: 2;column-gap:10px;}
.product-page .modal-body li{color: #666;}
.product-page .modal-body li::before{content: "\F26A";font-family: "bootstrap-icons";color: #0093fd;font-size: 13px;margin-right:5px;}
.contact-area{background:#eaeef9;padding-top:50px;padding-bottom: 30px;}

 
/** ==========================================================
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: 700; color: #000; margin-bottom: 0px; }
.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: #062e85; }
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: 700; color: #062e85; 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: #cd7312; }

.about-intro{padding-top:50px;padding-bottom:30px;}
.about-intro h2{font-weight:700;}
.about-intro h5{color:var(--kpy-primary);margin-bottom:0;}
.about-intro h5::before, .about-intro h5::after {content: "\F46C";font-family: "bootstrap-icons";color: #0093fd;
  font-size: 9px;}
.about-intro img{border-radius: 10px; }
.about-intro  ul{list-style-type: none;padding-left:0px;}
.about-intro ul li{padding-bottom:5px;}
.about-intro li::before{content:"\f271";font-family:"bootstrap-icons";margin-right:5px;color:var(--kpy-primary)}


/** ==========================================================
Other Page
===========================================================**/
.header-wrap-programs{min-height: 400px;height:100%; padding-top: 200px;position: relative;color: #fff;}
.page-titlez{color: #fff;background-color:var(--kpy-primary);width: 48%;padding: 20px 50px;}
.page-titlez .entry-title{font-weight:800;font-size: 35px;}
.page-titlez .excerpt p{font-size:14px;}
.page-titlez .breadcrumb{font-size:12px;font-weight:400!important;}
.page-titlez .breadcrumb a{color:#cd7312;}
.about-programz .container{width: 65%;margin:0 auto;margin-top:60px;margin-bottom:40px;}

.header-wrap1{min-height: 350px;padding-top: 150px;position: relative;color: #fff;}
.default-title{font-size: 35px;font-weight: 800;color: #fff;margin-top: 150px;margin-bottom: 10px;}
.header-wrap1 .entry-title h1{ color: #fff;font-size: 35px;font-weight: 700 !important;width: auto;max-width: 100%;
  text-align: left;box-sizing: border-box;}
.header-wrap1 .breadcrumb{font-size: 12px;color: #eee;}
.header-wrap1 .breadcrumb a{color:rgb(220, 169, 16);}
.kpy-reduced-container{width:75% !important;margin:0 auto;padding-top:10px;padding-bottom: 30px;}

.header-programs{min-height:500px;position:relative;overflow:hidden;} 
.header-programs .overlay {position:absolute;height:100%;width:100%;top:0;left:0;background:linear-gradient(to right, rgba(70, 31, 14, 0.451), rgba(70, 31, 14, 0.12));color:white;display:flex;align-items:center;justify-content:center;box-sizing:border-box;z-index: 9;}
.header-programs h1{font-weight: 700;text-shadow: 0 0 20px #000;width: 100%;}
.header-programs p{text-shadow: 0 0 20px #000;}
.header-programs .breadcrumb{font-size: 12px;color: #ff0;}
.header-programs .breadcrumb a{color:#ff9;}
.about-us-page{padding-top:50px;padding-bottom:20px;}
.about-mv{padding-top:20px;padding-bottom:30px;}
.about-mv h5{background-color: var(--kpy-secondary);padding: 0.3rem 0.8rem;border-radius: 20px;width: fit-content;font-size: 85%;margin-bottom:-2px;}
.about-mv h2{font-weight:700;margin-top:0px;}
.mv{border-top: 5px solid var(--kpy-secondary);box-shadow: 2px 3px #00000012;padding: 20px;border-radius: 10px;height: auto;background: var(--kpy-green2);color: var(--kpy-white);}
.mv h3{font-weight:700;}
.mv .wp-block-list{list-style-type:none;padding-left:5px;}
.mv .wp-block-list li{padding-top:5px;padding-bottom:5px;}
.mv .wp-block-list li a{color:var(--kpy-white);}
.objective{border-left: 3px solid var(--kpy-secondary);padding: 0.3rem 0.8rem;color:var(--kpy-green2);background: rgba(var(--kpy-secondary-rgb),0.1);}
.impacti{min-height: 300px;color: #000;background-color: rgba(0, 0, 255, 0.13);
  padding: 30px;border-radius: 10px;display: flex;border: 1px solid rgba(0, 0, 255, 0.11);align-items: center;}
.impacti h4{font-weight:700;}
.newz-card img{width: 100%;height:250px;object-fit: cover;}
.newz-card .kipya-post-title{color: #000;font-weight:800;font-size:20px;}
.newz-card a{color: #000 !important;}
.bg-dark h2 {font-weight: 700;font-size: 50px;}
.bg-dark h2::after { content: "";display: block;margin:10px auto 0;width: 100px;height: 10px;background-color: #cd7312;}

/** ===========================================================
* WOOCOMMERCE CUSTOM
*=============================================================**/
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {color: var(--kpy-primary);}
.product-card {position: relative;transition: transform 0.3s ease, box-shadow 0.3s ease;border: 1px solid #dee2e6;will-change: transform, box-shadow;}
.product-card::before {content: "";position: absolute;top: -2px;left: -2px;right: -2px;bottom: -2px;border: 2px solid transparent;border-radius: inherit;transition: all 0.3s ease;z-index: -1;}
.product-card:hover {transform: translateY(-5px);box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);}
.product-card:hover::before {border-color: var(--kpy-primary);}
.product-card .card-img-top img{max-width: 100%;height: 150px;object-fit: contain;margin: 0 auto;display: block;  border-radius: 15px;}
.product-card .woocommerce-loop-product__title{margin: 2px 0;font-size: 14px;line-height: 1.3;color:var(--kpy-black);text-transform: uppercase;}
.product-card .woocommerce-loop-product__title:hover{color:var(--kpy-primary)}
.woocommerce-loop-product__link {position: relative;display: block;z-index: 2;height: 100%;text-decoration: none;}
.single-product-wrapper{color:#555;}
.single-product-wrapper .product-title{font-size: 30px;font-weight: 700;color: var(--kpy-black);}
.single-product-wrapper h5{color:var(--kpy-primary);font-weight: 600;}
.single-product-wrapper ul{padding-left: 0px;list-style-type: none;}
.single-product-wrapper li::before{content: "\F26E";font-family: "bootstrap-icons";color:var(--kpy-primary);margin-right:5px;}
.single-product-wrapper li{color:rgba(var(--kpy-black-rgb),0.9);font-size: 90%;}
.related h2{color:var(--kpy-black);font-weight: 800;margin-top:1rem;}
.whatsapp-inquiry .btn-success{background-color: #25D366;border-color: #25D366;}






/** =========================================================
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: #F72331; border-bottom: dotted 1px #eee; }
.kpy_event_details .time, .kpy_event_details .location { color: #F72331; 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: 150px;  object-fit: cover;}
.kpy_events .date {font-size: 13px;font-weight: 500; color: #F72331; 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: #F72331;}
.kpy_event .descr{overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3; -webkit-box-orient: vertical;}
.kpy_event img{width: 200px;height:auto;object-fit:cover}
.upcoming-events{background-color: rgba(101, 93, 93, 0.05);padding:30px 15px;font-size:var(--kpy-font-small) !important;}
.upcoming-events h2{color: #5EC401;font-weight: 600;margin-bottom: 20px;}

/**===================================================
*Photo Gallery
====================================================**/
.gallery-grid .card-img-top{height: 200px; object-fit: cover;}
.gallery-grid h5{font-family:var(--kpy-font)}
.allgallery img{height:300px;width: 100%; object-fit: cover;object-position: top;}
.allgallery .card-body h3{font-size:15px;font-family:var(--kpy-font);}
.allgallery  .card-body:hover{background: var(--kpy-primary);transition:.5s all;}
.allgallery  .card-body:hover h3{color:#fff;}
.mygallery .ksmall{height: 200px;width: 300px; object-fit: cover;object-position: top;}
.about-side h5{font-family:var(--kpy-font);}

/** =========================================================
NEWS section
===============================================================**/
.news-section{padding: 5px 15px;}
.news-section .card{min-height: 450px;}
.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 .card{min-height:350px;}
.kpy-news img {width: 100%; height: 200px;  object-fit: cover;}
.kpy-news .date {font-size: 13px;font-weight: 500; color: #f0a739; margin-bottom: 1rem;}
.kpy-news h3 {font-size: 22px;color: #333;overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3; -webkit-box-orient: vertical;}
.kpy-news p {font-size: 14px;font-weight: 300;color: #333;overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;line-clamp: 5; -webkit-box-orient: vertical;}
.kpy-news a.btn-outline-info {color: #062e85; border-color:#062e85;border-radius: 0px;padding: 2px 20px;font-size: 14px;font-size: 500;}
.kpy-news a.btn-outline-info:hover {color:#fff; background-color:#062e85;}
.kpy-news .catz{font-size: 13px;font-weight: 500;color: #f0a739;margin-bottom: 1rem;}

.kpy-all-news .post-thumbnail{margin: 20px 0 20px 0;border-radius: 15px;width: 100%;overflow: hidden;transition: all .3s cubic-bezier(.3,.58,.55,1);}
.kpy-all-news img {width: 100%; height: 400px;  object-fit: cover;overflow-clip-margin: content-box;overflow: clip;}
.kpy-all-news .post-thumbnail:hover img{zoom: 1;transform: scale(1.05) !important; transition: transform 2.4s cubic-bezier(.075,.82,.165,1);vertical-align: top;}
.kpy-all-news h3{font-size: 34px;font-weight: 700;margin: 20px 0 5px 0;color: #000000;letter-spacing: 0px;line-height: 1.5;}
.kkpy-all-news .catz{margin: 0 0 10px 0;display: inline-block;font-size: 15px;font-weight: 500;}
.kpy-all-news .catz i::before {padding-right:0.5rem;}
.kpy-all-news .post-excerpt p{padding-top: .7em;padding-bottom: 1.3em;color: #000000;line-height: 1.7;}
.kpy-all-news .read-more{color: #000;display: flex;transition: 0.5s all;}
.kpy-all-news .read-more::after{content:"\F138" ;font-family: bootstrap-icons;font-size: 15px;margin-left: 5px;}
.kpy-all-news .read-more:hover{color:#9E4F28; transition: 0.3s all;}
.kpy-all-news .read-more:hover:before{content:"\F63B" ;font-family: bootstrap-icons;font-size: 15px;margin-right: 5px;color:#9E4F28;}

/** =========================================================
TEAM section
===============================================================**/
.team{padding-right: 15px;}
.team .card{min-height: 320px;margin-bottom: 2rem !important;}
.team .post-thumbnail img{height:400px;width:100%;object-fit: cover;object-position: top;filter: grayscale(100%);-webkit-filter: grayscale(100%);}
.team .team-details{padding: 10px 10px 20px;margin:0 auto;text-align: center;position: absolute;bottom: 0;background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));width: 100%;color: #fff;}
.team-details h4 {font-size:26px; font-weight: 500;}
.team-details p {font-size: 15px;margin-bottom: 10px;}
.team .team-details .btn-outline-primary{color: #fff;font-size: 14px;padding: 5px 20px;border: solid 1px #fff;border-radius: 50px;}
.team .team-details .btn-outline-primary:hover{border:1px solid #062E85 !important;color:#fff;background-color:#062E85;}
.member-details img{height:400px;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:#F72331;}
.modal.show .modal-dialog {padding: 20px; background: #fff;}
.modal-content {max-height: 400px; overflow-y: auto;}
/** =========================================================
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;}
.urreno_assoc img {width:100%;height: auto;}
.urreno_assoc h3{font-size:1rem;font-family: 'Roboto', sans-serif;letter-spacing: -.5px;}
.urreno_assoc .card {height:200px; padding:15px; margin-bottom:20px;}
.all_partners .card{min-height: 150px;}
.all_partners img{height: 100px;width:auto;object-fit: cover;margin: 0 auto;display:block;}
/** =========================================================
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 #F72331; border-radius: 50px; font-weight: 500; }
.newsletter .btn-info { background-color: #F72331; color: #fff; }
.newsletter .form-control { background-color: #ffffffcf; color: #F72331; }
.newsletter-form .form-control::placeholder, .contact-pg p a { color: #F72331; }
.newsletter .newsletter-desc { font-size:20px; font-weight:500; }

/** ============================================================
Publication Page CSS
=============================================================**/
.pub-content-area {padding:60px 0;}
.publications {padding: 30px 0;}
.publications .pdf-thumbnail img {width: 90%; object-fit: cover; height: 200px; object-position:center;}
.publications h4.pub-title {font-size: 1.75rem;margin: 10px 0 0;font-weight: 500; color: #000;}
.publications h5.pub-summ, .about-side-pub h4.pub-summ{font-weight:600;}
.publications .pub-desc {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin: 0 0 1em 0; font-size: 1rem; line-height: 1.5;}
.publications .pub-link a {color: #333333; font-size: 18px;}
.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;}
.publications .pub-download {margin-top: 50%;}
.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 #333;}
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: #F72331!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:#F72331!important;}
.dataTables_wrapper .dataTables_length select {border: 1px solid #F72331 !important; border-radius: 0px !important; padding: 5px !important;color: #F72331;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {background:transparent!important; color:#F72331 !important; border:1px solid !important; transition:.5s all;border-radius: 0;}
.dataTables_wrapper .dataTables_filter input {border: 1px solid #F72331!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: #F72331;	font-size: 16px;}
.pub-single .post-thumbnail {position:sticky;}
.pub-meta-container {background: var(--kpy-white);padding: 25px;margin-top: 30px;border-radius:0px;border-left: 4px solid var(--kpy-primary);}
.pub-meta-title {color: var(--kpy-green2);font-size: 1.25rem;margin-bottom: 20px;font-weight: 600;}
.pub-meta-item {margin-bottom: 15px;display: flex;font-size:12px;}
.pub-meta-label {font-weight: 600;color: #495057;min-width: 120px;display: inline-flex;align-items: center;}
.pub-meta-label i {margin-right: 8px;color: var(--kpy-green2);}
.pub-meta-value {color: #6c757d;flex: 1;font-size:12px;}


/** ============================================================
Contact Page CSS
=============================================================**/
.contact-pg h2, .contact-pg h3 { color: #F72331; 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;}


/** ============================================================
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: #F72331; 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: #F72331;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: #F72331;}
a.button, a.tp-button {transition:.2s all; background: transparent; color: #F72331; border:solid 2px;}
.wp-block-ub-tabbed-content-tab-title strong {font-weight:500!important;}

/** ============================================================
Preloader
=============================================================**/
.kipya-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #03482b; /* BIRDC green */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease-out;
}

.kipya-loading-bar {
  width: 80%;
  max-width: 300px;
  height: 8px;
  background: rgba(253, 199, 11, 0.2); /* BIRDC yellow with opacity */
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.kipya-progress {
  height: 100%;
  width: 0;
  background: #FDC70B; /* BIRDC yellow */
  border-radius: 4px;
  animation: kipya-load 2s ease-in-out infinite;
}

.kipya-loading-text {
  color: white;
  font-family: var(--kpy-font-2);
  font-size: 1.1rem;
  font-weight: var(--kpy-medium);
  text-align: center;
  letter-spacing: 0.5px;
}

@keyframes kipya-load {
  0% { width: 0; transform: translateX(0); }
  50% { width: 100%; transform: translateX(0); }
  100% { width: 0; transform: translateX(100%); }
}

/* Hide when loaded */
body.kipya-loaded .kipya-loader {
  opacity: 0;
  pointer-events: none;
}

/** ============================================================
Footer CSS
=============================================================**/
.footer{margin-bottom: 0px; padding-top:35px;background-color: #003760;color: #b5cdd3;}
.footer h4 {color:#d6d9e0;font-size: 98%;font-weight: 700;}
.footer ul {padding-left:0; list-style-type:none;}
.footer li {height:30px; color:#b5cdd3;}
.footer .footer-links a {color:#b5cdd3; text-decoration:none;}
.footer .footer-links li {line-height:normal; margin-bottom:5px; height:25px;}
.footer .footer-links li a:hover {color:#f0cc56;}
.footer .footer-menus img{height: 60px;}
.footer .socials ul {display:flex}
.footer .socials ul li {margin-right:10px; width:45px; height:45px; background:#b5cdd3; border-radius:50%; font-size:25px; text-align:center; color:#000; padding:5px 2px;}
.footer .socials ul li:hover {background-color:#0093fd; color:#e4e470}
.footer .socials ul li a {color:unset;}
.footer .copyright { font-weight: 300; font-size: 11px; text-align: center;}
.footer .copyright a {color:#ddd;}



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



@media only screen and (max-width: 480px) { 
  .wrapper .mainz { width:100%; height:100%; float:left; padding: 15px; background-color: transparent; }
  .topbar{display: none !important;}
  .carousel-item{height: 400px;}
  .menu-section {background: rgba(var(--kpy-green2-rgb), 0.05);}
  .menu-section img {height: 70px;width: auto;object-fit: cover;}
  
  .carousel-item img {height: 400px;width:100%; object-fit: cover; object-position: top;}
  .main-slider .swiper-slide {  position: relative;height:400px;object-fit: cover;}
  .video-slide{position: relative;top: 0;left: 0;width: 100%;height: 400px;object-fit: cover;}
.carousel-caption{top: 150px;bottom:unset !important;max-width: 800px;margin:0 auto;}
.carousel-caption h2{font-size: 55px;text-transform: uppercase;font-weight: 700;margin-top: 150px;letter-spacing: 0.5;line-height: 1.15;text-shadow: 1px 1px 1px #000;}
  .carousel-caption h5 {font-size: 1.85rem !important;  }
    .carousel-caption p{font-size: 24px;font-weight: 300;}
    .kpy-intro h2{font-size: 30px;}
    .kpy-intro {padding-top: 40px;padding-bottom: 20px;}
    .kpy-intro h2 strong {color: var(--kpy-black);font-size: 125%;}
    .header-programs {min-height: 300px;}
    .africool-slider .slide-image{height:350px !important;}
    

}

@media only screen and (max-width: 767px) 
{
  .offcanvas{background-color: rgba(0, 147, 253, 0.912) !important;}
  .offcanvas-body {padding: 0px !important;}
  .sticky-header { padding:10px 0; display: none;}
 .africool-slider .slide-image{height:400px !important;}
  .header-wrap-services .page-title {width: 95%;}
  .menu-section .main-header-menu {margin-left: auto;}
  .menu-section img {margin-top: 0;}
  #offcanvasExample { max-width: 400px; padding: 15px; margin: auto; width:100%; }
  .offcanvas-body ul li { font-size: 20px; font-weight: 600; margin-bottom: 0px; color: #0b5a5f;width: 100%; }
  .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%; border-left: 1px solid #eee;background-color: rgba(10, 10, 10, 0.912) !important; }
  .offcanvas-body ul.dropdown-menu li a, .offcanvas-body ul.dropdown-menu li a.nav-link { color:#f9f9f9; font-weight:400; }
  .dropdown-item { padding: 5px; font-size: 17px; }
  .menu-section .menu-item .nav-link {padding-left: 10px !important;width: 100%;}
  .header-wrap-services .page-title h1.entry-title {font-size: 28px;}
  .header-wrap-services .overlay {padding: 0 0 0 10px;line-height: 1.2;}
  .breadcrumb {display: block !important;font-size: 11px;}
  .carousel-caption h2 {font-size: 30px;margin-top: 30px;}
  .carousel-caption p {font-size: 14px;font-weight: 400;width: 100%}
  .carousel-caption .btn-lg{font-size: 1.025rem;}
  .kpy-intro .content .photo img {height: auto;}
  .kpy-pkges h2 { font-size: 38px;}
  .kpy-pkges p {width: 90%;}
  .footer-menus ul{columns: 1;column-gap: 20;}
  
  .page-titlez{width:98%;padding: 20px 30px;}
  .sidebar .smenu li a{width:100%;}
.default-title {font-size: 36px;}
.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;}
.home-intro-bottom .card {margin-top: unset;}
.menu-section .menu-item .nav-link.active, .menu-section .menu-item .nav-link:hover {color: var(--kpy-secondary);}
.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; }
.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; }

 .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: var(--kpy-primary);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: 350px !important;}
  .menu-section .navbar-nav {align-items: flex-start;gap: 0.2rem;}
  .menu-section .menu-item .nav-link {height:40px;display:flex;align-items: unset;color: #fff !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, 129, 92, 0.07);background-image: unset;}
  .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{displafy: 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;}
  .about-mv .container { width: 100%;}
  .header-wrap .overlay {padding: 0 0 0 5px;}
  .header-wrap-services {min-height: 400px;}
  .pub-meta-item {
        flex-direction: column;
    }
    
    .pub-meta-label {
        margin-bottom: 5px;
    }
  .footer .footer-top .footer-contacts {margin-top: 0.5rem;}
  .home-banner .wp-block-columns {width: 95%;}
  .home-banner h2{font-size: 35px;}
  .kpy-reduced-container {width: 100% !important;}
  .kpy-all-news h3 {font-size: 26px;}
  .topbar {background: linear-gradient(to right, rgba(var(--kpy-white-rgb),0.5) 0%, rgba(var(--kpy-green2-rgb),0.99)) 100%;}
  
  
}


@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .menu-section .menu-item .nav-link {font-size: 16px;}
  .carousel-item{height: 600px;}
  .carousel-item img {height: 600px;width:100%; object-fit: cover; object-position: top;}
  .main-slider .swiper-slide {  position: relative;height:400px;object-fit: cover;}
  .video-slide{position: relative;top: 0;left: 0;width: 100%;height: 600px;object-fit: cover;}
  .carousel-caption{bottom:unset !important;max-width: 650px;background-color: rgba(var(--kpy-black-rgb),0.25);}
  .carousel-caption h2{font-size: 38px;text-transform: inherit;font-weight: 700;letter-spacing: 0.5;line-height: 1.15;text-shadow: 1px 1px 1px #000;}
  .carousel-caption p{font-size: 18px;font-weight: 300;}  
  .about-us-page {padding-top: 20px;padding-bottom: 10px;}
  .kpy-intro h2 {font-size: 40px;}
}


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

}
@media only screen and (min-width:1440px) {
  .carousel-item{height: 800px;}
  .carousel-item img {height: 800px;width:100%; object-fit: cover; object-position: top;}
  .kpy-news .card {min-height: 400px;}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
     }

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
