/*====================================================================
   Custom CSS File for most of Desktop and Mobile look for Kipya Template
   Developed by Amazing LWEGATECH LTD team.
===================================================================**/
:root {
	--kpy-font: 'Montserrat', sans-serif;
	--kpy-font-2: "Montserrat", "Helvetica Neue", Arial, sans-serif;
	--kpy-font-3: "ProximaNova-Regular", "Segoe UI", sans-serif;
	--kpy-primary: #f87b21;
	--kpy-primary-rgb: 255, 152, 0;
	--kpy-secondary: #FDC70B;
	--kpy-secondary-rgb: 253, 199, 11;
	--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;
}
html{scroll-behavior: smooth;}
body{font-family: var(--kpy-font)!important;color:var(--kpy-black);font-size: var(--kpy-font-size)!important;font-weight: normal;line-height: 1.6!important; text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased; min-height: 100vh;display: flex;flex-direction: column;margin: 0;  font-optical-sizing: auto;}
h1,h2,h3,h4,h5,h6{font-family: var(--kpy-font)!important;}
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 **/
/** 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 {font-family: var(--kpy-font-2); position: relative; z-index: 999; color: var(--kpy-black);	width: 100%; background: var(--kpy-white);transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);box-shadow: 0 2px 10px rgba(0, 0, 0, 0);}
.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: 1rem; 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;
    transition: background-color .3s;cursor: pointer;}
.menu-section .menu-item .nav-link:hover{background: #F67F21 !important;color: #fff !important;}

.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 .search i{color:#000!important;font-size: 22px;}
.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-white); z-index: 1000;transition: 0.5ms ease-in;}
.sticky-header .topbar{display: none;}
.sticky-header .search i{color:var(--kpy-primary)!important;}
.sticky-header img {width: auto;height: 70px;margin-top:0px;transition: 3ms ease-in;}
.sticky-header .menu-item .nav-link{font-size: 18px; font-weight: 400;padding-right: 10px !important;}
.sticky-header .menu-item .nav-link:hover{color:#0a0d60}
.sticky-header .callus{color: #d8913c;font-size: 12px;text-align: center;}



/** =====================================================================
*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;}


  
/** Home Text **/
.slide{font-size: 3.5rem;width:50%;font-weight:500;margin:0 auto;padding-top:20px;padding-bottom:25px;}
.slide .display-text{display:flex;color:var(--kpy-black);font-weight:800;justify-content: center;margin-bottom: -20px;}
.slide .small{font-size:75%;}
.slide .irfont { height: 58px;align-self:center;padding-left:15px;}


/*==========================================================
# Back to top button
==========================================================**/
.back-to-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 99999; background: #F72331; 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; }


 

/** ==========================================================
Container CSS
===========================================================**/
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px!important;
  }
}
/** ==========================================================
Homepage Intro Section
===========================================================**/
.intro-mid {width: 80%;margin: 0 auto;}
.intro-mid .inner {width: 60%;margin: 0 auto;}

.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);}


.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;}
.kpy-services .card-body:hover{background:linear-gradient(to top, rgba(70, 31, 14, 0.7), rgba(70, 31, 14, 0.2));}
.kpy-services .card-body a{color:var(--kpy-white)}
.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;}



 
/** ==========================================================
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:#cd7312;margin-bottom:0;}
.about-intro img{border-radius: 10px; }


/** ==========================================================
Other Page
===========================================================**/
.ir-page-header{min-height: 350px;height:100%; position: relative;color: var(--kpy-black);}
.ir-page-header h2 {margin-top: 10%;margin-bottom: 0px;font-weight: 700;font-size:3.46rem;}
.ir-page-header p{width:60%;margin: auto;font-size: 1.3rem;}
.intro .intro-mid {width: 80%;margin: 0 auto;}
.hiw-ad {font-size: 16px;padding: 15px 20px;background: #ececec;border-left: 4px solid var(--kpy-primary);font-style: italic;margin: 2rem 0;}

.ir-list {list-style: none; padding-left: 0; counter-reset: ir-counter;}
.ir-list li {position: relative; padding-left: 60px; margin-bottom: 15px; counter-increment: ir-counter; min-height: 40px; display: block; align-items: center;}
.ir-list li::before {content: counter(ir-counter); position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background-color: #000; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 18px; margin-right: 10px;}

.accordion{padding: inherit;}
.accordion-item {border: none !important;margin-bottom: 40px;}
.accordion-button {font-size: 18px !important;font-weight: bold;background-color: transparent !important;color: #333;padding: 30px !important;box-shadow: none !important;border-bottom: 1px solid #333 !important;transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out !important;}
.accordion-button:hover {background-color: var(--kpy-primary) !important;color: var(--kpy-white);}
.accordion-button:not(.collapsed) {background-color: var(--kpy-primary) !important;color: var(--kpy-white)!important;font-weight: bold;transform: scale(1.05);}
.accordion-button:focus {box-shadow: none !important;}
.accordion-collapse {border: none !important;}


.header-wrap-programs{min-height: 400px;height:100%; padding-top: 150px;position: relative;color: #fff;}
.page-titlez{color: #fff;background-color:#062e85;width: 45%;padding: 30px 50px;}
.page-titlez .entry-title{font-weight:800;}
.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: 50px;font-weight: 700;color: #fff;}
.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;}
.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;}

.paraxbg {
    min-height: 350px;
    background-image: url(../images/fitting-missing-puzzle1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top top;
}

.paraxbg h3 {
    font-weight: 600;
    font-size: 2.92rem;
    line-height: 110%;
    color: #ff8a80 !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: #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;}


/** =========================================================
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;}
.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;}
/** =========================================================
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;}



/** ============================================================
Footer CSS
=============================================================**/
/* footer */
.footer {background-color: #000; color:#ccc;  background-repeat: no-repeat; background-size: cover; margin-bottom: 0; background-position: top center; font-size:14px;  opacity: 0.95; }
.footer-menus h3, .footer-contacts h3, .footer-links h3{font-weight: 700;font-size: 22px;}
.footer-menus li::before{font-family: "bootstrap-icons"; content: "\F285";margin-right:5px;}
.footer-menus li a{color: #ccc;}
.footer-policy ul li{list-style-type: none;display: inline-block;padding-right: 5px;font-size: 11px;}
.footer .footer-top { border-bottom: dotted .5px #E6E6E6; padding-bottom: 1rem; margin-bottom:0.5rem; }
.footer .footer-logo img { margin-top: 10px; margin-bottom: 1rem; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; width: 130px; }
.footer .footer-top h4 { font-size:22px; 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 #cd7312; width: 4rem; }
.footer-menus ul { padding-left: 0; display: block; list-style-type: none; line-height: 1.8; margin-bottom: 2rem; }
.footer .member-ft {background: #fff; border-radius: 15px; padding: 5px 10px; margin-bottom: 0;}
.form-control {border-radius:0!important;}
.footer .footer-menus{justify-content: space-evenly;display: grid;}
.footer .wp-block-button__link{background-color: var(--kpy-primary);padding: 5px 20px;}
.footer .copyright { font-weight: 300; font-size: 11px; text-align: center;}
.footer .copyright a {color:#ddd;}
.footer .footer-top  .socials{list-style: none !important;}
.footer .footer-top  .socials li{background-color: var(--kpy-primary);}
.footer .footer-top  .socials li:hover{background-color: var(--kpy-secondary);}
.footer .footer-top  .socials li::before {font-family:unset;content: "";margin-right: 0px;}
.ppartner {
  width: 150px;
  float: right;
  margin-top: -50px;
}

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



@media only screen and (max-width: 480px) { 
  .wrapper .mainz { width:100%; height:100%; float:left; padding: 15px; background-color: transparent; }
  .topbar{display: none;}
  .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{top: 200px;bottom:unset !important;background-color: rgba(var(--kpy-black-rgb),0.25);max-width: 800px;margin:0 auto;}
.carousel-caption h2{font-size: 55px;text-transform: uppercase;font-weight: 700;margin-top: 200px;letter-spacing: 0.5;line-height: 1.15;text-shadow: 1px 1px 1px #000;}
.carousel-caption p{font-size: 24px;font-weight: 300;}
}

@media only screen and (max-width: 767px) 
{
.slide {font-size: 1.9rem;}
.intro-mid {width: 100%;}
.intro-mid .inner {width:100%;}
.ir-page-header {min-height: 250px;}
.ir-page-header p {width: 100%;}
.ir-page-header h2 {margin-top: 5%;font-size: 2.46rem;}
.intro .intro-mid {width: 100%;}
.main-menu svg{fill: #000;}
.ppartner{width: 100px;float: right;}

#offcanvasExample { max-width: 400px; padding: 15px; margin: auto; width:100%; }
.offcanvas{background-color: rgba(10, 10, 10, 0.912) !important;color:var(--kpy-white);}
.offcanvas-body {padding: 0px !important;}
.offcanvas-header .btn-close{color:#888;}
.sticky-header { padding:10px 0; display: none;}
.menu-section .navbar-nav {width: 100%;align-items: flex-start;}
.menu-section .menu-item .nav-link {color: var(--kpy-white);height: auto;width:100%;padding: 10px 20px;}
.menu-section .navbar-nav .nav-link.active{color: var(--kpy-white)!important;}
 .header-wrap-services .page-title {width: 95%;}
  
  
  
  .menu-section .main-header-menu {margin-left: auto;}
  .menu-section img {margin-top: 0;}
  
  .offcanvas-body ul li { font-size: 20px; font-weight: 600; margin-bottom: 0px; 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; } 
  .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;} 
  
 .paraxbg h3 {font-size:130%;}
.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; }

 .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: 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, 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{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;}
  .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;}
  
}


@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;}  
}


@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
\*------------------------------------*/
