/*====================================================================
   Custom CSS File for most of Desktop and Mobile look for Kipya Template
   Developed by Amazing LWEGATECH LTD team.
===================================================================**/
:root {
	--kpy-font: "Poppins", sans-serif;
	--kpy-font-2: "Roboto", sans-serif;
	--kpy-font-playful-1: "Londrina Outline", sans-serif;
	--kpy-font-playful-2: "Edu AU VIC WA NT Arrows", cursive;
	--kpy-base: #e82a2a;
	--kpy-base-rgb: 232, 42, 42;
	--kpy-yellow: #fcd20a;
	--kpy-yellow-rgb: 252, 210, 10;
	--kpy-green: #87c441;
	--kpy-green-rgb:135, 196, 65 ;
	--kpy-grey: #7f7873;
	--kpy-grey-rgb: 127, 120, 115;
	--kpy-white: #ffffff;
	--kpy-white-rgb: 255, 255, 255;
	--kpy-black: #333;
	--kpy-black-rgb: 51, 51, 51;
	--kpy-primary: #2589ca;
	--kpy-primary-rgb: 37, 137, 202;
	--kpy-font-size: 15px;
  }
  
  html,body {
	font-family: var(--kpy-font)!important;color:var(--kpy-black);font-size: var(--kpy-font-size);font-weight: 300;line-height: 1.6; text-rendering: auto; height:100vh;margin: 0;  font-optical-sizing: auto;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: var(--kpy-font-playful-2);
  font-weight: 800;
}

/** =========================================================
Fading Effects
==========================================================**/
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
}

.fade-up.animate {
  animation: fadeUp 0.8s ease-out forwards;
}
	
/** ==========================================================
Header Section
===========================================================**/
.menu-section {font-family: var(--kpy-font); position: fixed; z-index: 999; color: #fff;	width: 100%; background: linear-gradient(to bottom, rgba(5, 5, 5, 0.90) 0%, rgba(5, 5, 5, 0.70) 12%, rgba(5, 5, 5, 0.50) 29%, rgba(4, 4, 4, 0) 100%);transition: .5s all;}
.menu-section .top-right-widget{margin-top:10px;display:flex;align-items:center;flex-wrap:nowrap;gap:20px;justify-content:flex-end;white-space:nowrap;}.menu-section .top-right-widget>*{display:inline-block;white-space:nowrap}.menu-section .top-right-widget div{margin-right: 10px;}
.menu-section .top-right-widget span {font-size:16px;padding-right: 30px;}
.menu-section .top-right-widget span strong{font-size: 22px; color: #ffcb01;font-family: 'Roboto condensed', 'Roboto', sans-serif;}
.menu-section .top-right-widget ul {margin-bottom:0;}
.main-header-menu {margin:auto 80px;margin-top: -35px;}

.menu-section img {	width: auto;height: 90px; margin-top:5px; padding: 2px;background: transparent;border-radius: 0; transition: .4s ease-in-out;}
.menu-section .menu-item .nav-link{font-size: 15px; font-weight: 500;color:#fff;text-transform: uppercase;padding-right: 10px !important;}
.menu-section .menu-item .nav-link.active,
.menu-section .menu-item .nav-link:hover{color:#f9d109;}
.menu-section .menu-item .nav-link:focus .dropdown-item:hover{background: #E82A2A; color: #fff;}

.menu-section .dropdown-toggle::after {content: "\F282";display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: 600 !important; font-variant: normal;text-transform: none;
  line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding-right: .5rem; border:none!important;
margin-left: .3rem;
}
.menu-section .dropdown-menu{border-radius: 0px;width: 250px;padding: 0;border: 0;box-shadow: 0px 5px 25px #0000000d;}
.menu-section .dropdown-menu ul{min-width: 100% !important;}
.menu-section .dropdown-item{list-style:none;min-width: 100% !important;height:auto;  transition: .4s ease all;font-size: 16px;padding: 15px 20px 15px 5px;font-weight: 400;border-bottom: solid 1px #f9f9f9;color: var(--kpy-black);}
.menu-section .dropdown-item:before{font-family:'bootstrap-icons'; content:" \F285";margin-right:5px;font-size:80%;}
.menu-section .dropdown-item:hover{background:#E82A2A;color: #fff;transition: .3s ease-in-out;border-bottom: 0;padding-left: 15px;font-weight: 600;}
.menu-section .dropdown-item.active, .dropdown-item:active{background:#E82A2A;color: #fff;}
.menu-section .dropdown-item li {  font-weight: 400;  font-size: 16px; padding: 7px 20px;margin-bottom: 0;}
.menu-section .menu-item:hover > .dropdown-menu {display: block;}
.sticky-logo {display: none;}
.menu-section .socials ul{list-style-type: none;padding-left: 0;display: flex;}
.menu-section .socials ul li{align-self: center;margin-right: 7px;margin-top:10px}
.menu-section .socials ul li a{color:#fff;}
.menu-section .socials ul li a:hover{color:#f4de2f;}
.menu-section .search i{color:#fff!important;font-size: 22px;}
.menu-section .callus{color: #f4de2f;font-size: 12px;text-align: center;}
.menu-section .number{font-size: 17px; letter-spacing: 1px;position: absolute;right: 20px;font-weight: 600;}


.sticky-header {position: fixed;top: -10px;width: 100%;box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);background: linear-gradient(to right,rgb(255, 255, 255) 0,rgba(251, 251, 251, 0.97) 99%,rgb(249, 249, 249) 100%); background-color: #fffffffa; z-index: 1050;}
.sticky-header .top-right-widget {margin-top:10px;}
.sticky-header .search i, .sticky-header .top-right-widget span, .sticky-header .wp-block-social-links .wp-social-link a {color:#333!important;}
.sticky-header .menu-item .nav-link{font-size: 14px; font-weight: 400;color:#333333;padding-right: 10px !important;}
.sticky-header .menu-item .nav-link.active{color:#E82A2A;}
.sticky-header .menu-item .nav-link:hover{color:#d8913c}
.sticky-header .callus{color: #d8913c;font-size: 12px;text-align: center;}
.sticky-header img {width: auto;height: 80px;transition: .4s ease-in-out;}
.sticky-header .logo {display: none;}
.sticky-header .sticky-logo {display: block;margin-left: 40px;}
.sticky-header .socials ul li a{color:#E82A2A;}
.sticky-header .socials ul li a:hover{color:#E82A2A;}

/**Menu1 **/
.menu_kipya{background: #fff !important; padding-top: 5px;padding-bottom:5px;border-bottom: #00815c3d 1px solid;font-family: var(--kpy-font-2);font-weight: 400;position: relative;}
.menu_kipya .menu-item .nav-link.active{color: #000;}
.menu_kipya .menu-item .nav-link:hover{color:#E82A2A}
.menu_kipya .menu-item .nav-link{color:#000;}
.menu_kipya  img {	width: auto;height: 70px;margin-top: -5px;}
.menu_kipya .logo {display: none;}
.menu_kipya .sticky-logo {display: block;}
.menu_kipya .socials ul li a{color:#000;}
.menu_kipya .search i{color:#000!important;}

/** =====================================================================
*search
=======================================================================**/

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

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



/** ==========================================================
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);}
.slider-buttom-box {position: absolute;left: 20px;bottom: 20px;z-index: 11;}
.slider-buttom-box a {position: relative;display: flex;align-items: center;justify-content: space-between;width: 230px;height: 50px;background-color: var(--kpy-primary);padding: 0 20px;color: #ffffff;font-weight: 500;transition: all 200ms linear;transition-delay: 0.1s;}
.slider-buttom-box a:hover {background-color: var(--kpy-primary);}
.slider-buttom-box a+a {  margin-top: 10px;}
.slider-buttom-box a.box-link {  background-color: var(--kpy-primary);}
.slider-buttom-box a.box-link:hover {  background-color: var(--kpy-primary);}
.main-slider .swiper-slide {  position: relative;height:600px}
.main-slider .container {  position: relative;  padding-top: 350px;  padding-bottom: 100px; z-index: 3;}
.main-slider .image-layer, .slider-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,rgb(0, 0, 0) 0,rgba(251, 251, 251, 0.97) 99%,rgb(249, 249, 249) 100%);background-blend-mode:overlay;background-repeat:no-repeat;background-size:cover;background-position:center center;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:opacity 1500ms ease-in,-webkit-transform 7000ms ease;transition:opacity 1500ms ease-in,-webkit-transform 7000ms ease;transition:transform 7000ms ease,opacity 1500ms ease-in;transition:transform 7000ms ease,opacity 1500ms ease-in,-webkit-transform 7000ms ease;z-index:1;background-image:linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 0%,rgba(0,0,0,0.2) 40%,rgba(0, 0, 0, 0.15) 99%,rgba(0, 0, 0, 0) 100%);} 
.main-slider .swiper-slide-active .image-layer {  -webkit-transform: scale(1.15);  transform: scale(1.15);}
.main-slider .main-slider-content {position: relative;  display: block; 	width: 100%; margin: auto; text-align: center;}
.main-slider .main-slider-content__inner {  position: relative;  display: block;  overflow: hidden;width: 60%;padding: 1rem 2rem 0;border-left: solid 5px #E82A2A;}
.main-slider .main-slider-content__inner::before{ border-left: 3.2rem solid #E82A2A;}
.main-slider .main-slider-content .big-title {  position: relative;  display: block;  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}
.main-slider .swiper-slide-active .main-slider-content .big-title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.main-slider .main-slider-content .big-title h2 {   color: #ffffff;  font-size: 36px;  line-height: 1.2em;  font-weight: 800;  text-transform: uppercase; text-shadow:1px .5px .5px #000;text-transform: capitalize;letter-spacing: -.8px;text-align: left;}
.main-slider .main-slider-content .text {  position: relative;  display: block;  width: 80%;  margin-top: 16px;  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(80px);
  transform: perspective(400px) rotateY(0deg) translateX(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.main-slider .swiper-slide-active .main-slider-content .text {opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.main-slider .main-slider-content .text p {color: #fff;  font-weight: 500; font-size: 18px; text-shadow:.5px .5px .5px #000;letter-spacing: -.5px;text-align: left;}
.main-slider .main-slider-content  a.text-link {text-align: left;  color: #E82A2A;  float: left; font-weight:500;}
.main-slider .main-slider-content a.text-link::after {content: "\F285"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; vertical-align: -.3em; padding-left: .6rem; font-size: 1.1rem;}
.main-slider .main-slider-content .btns-box {  position: relative;  display: block;  line-height: 0;
  padding-top: 15px;  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}

.main-slider .main-slider-content .btns-box a {
  background: var(--kpy-primary);
}

.main-slider .swiper-slide-active .main-slider-content .btns-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.main-slider__nav {  position: absolute;  right: 120px;  top: 400px;  transform: translateY(0%) translateX(0);  display: flex;  flex-direction: row;  justify-content: space-between;  align-items: center;  z-index: 100;  width: 100px;}
.main-slider__nav .swiper-button-next {
    right: 70px;  
}
.main-slider__nav .swiper-button-prev {
    left: 70px;  
}
.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {  position: relative;  top: auto;  left: auto;  right: auto;  bottom: auto;  width: 50px;  height: 50px;  display: flex;  justify-content: center;  align-items: center;  font-size: 30px;  color: #fbfbfb;    border-radius: 0;  margin: 0;  text-align: center;  transition: all 500ms ease;  z-index: 100;}
.main-slider__nav .swiper-button-next:hover,.main-slider__nav .swiper-button-prev:hover {  color: #ffffff;  background-color: #E82A2A;}
.main-slider__nav .swiper-button-next::after,.main-slider__nav .swiper-button-prev::after {  display: none;}


/*==========================================================
# Sticky Side buttons
==========================================================**/
.iisu-sticky-buttons{position:fixed;right:30px;top:60%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;z-index:1000;}  
.iisu-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#e82a2a;color:white;padding:12px;transition:background .5s ease-in-out;text-align:center;width:80px;height:80px;border-radius:50%;font-size:11px;font-weight:500;word-wrap:break-word;white-space:normal;overflow-wrap:break-word;text-align:center;line-height:1.2;overflow:hidden; border:solid 3px #f9f9f9;}  
.iisu-btn:hover{background:#c30000;}  
.iisu-btn i{font-size:20px;}  
.btn-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;text-align:center;word-break:break-word;}  
@media (max-width:768px){.iisu-sticky-buttons{right:0;left:0;bottom:0px;top:auto;transform:none;flex-direction:row;justify-content:center;gap:5px;margin: auto;background: #fffffffc;padding: 15px 0;}  
.iisu-btn{padding:8px;width:70px;height:70px;font-size:12px;}}  



/*==========================================================
# Back to top button
==========================================================**/
.back-to-top {position: fixed;opacity: 0; visibility: hidden;right: 15px;bottom: 15px;z-index: 99999;    background: var(--kpy-base);width: 40px;height: 40px;border-radius: 4px;transition: all 0.4s;}
.back-to-top i {font-size: 24px;color: #fff;padding: 5px;text-align: center;}
.back-to-top:hover {background: var(--kpy-yellow);color: #fff;}
.back-to-top.active {visibility: visible;opacity: 1;}


/** ==========================================================
Homepage Layout
===========================================================**/
.intro-home {z-index: 9; position: relative;}
.intro-home .intro-banner{background-color:#e82a2a; width:90% !important; margin:auto;position: relative;margin-top: -100px;z-index: 99;padding: 40px;color: #fff;}
.intro-home .intro-banner h3 {font-family:var(--kpy-font-playful-2);letter-spacing:-0.25px; font-size:22px; font-weight:600;}
.intro-home .intro-banner p{font-size:14px;line-height:20px;}
.home-curricula {padding:3rem 0 8rem;}
.home-curricula .separator img, .home-gallery .separator img{width: 300px; margin: 20px auto; display: flex;}
.home-curricula h2, .home-gallery h2{color: var(--kpy-green);font-family: var(--kpy-font-playful-1); font-size: 45px; font-weight: 800;letter-spacing: -1.0px;}
.home-curricula .curricular-intro {width:70%; margin:auto;}
.home-curricula .curricular-intro p {font-size:20px; margin-bottom:2rem;}
.home-curricula .curricular-item .wp-block-cover{padding:0!important;} 
.home-curricula .curricular-item .item-desc, 
.home-curricula .curricular-item .item-desc1, 
.home-curricula .curricular-item .item-desc2, 
.home-curricula .curricular-item .item-desc3{ text-align:center;padding:20px 10px;transform:translateY(160%);transition:transform 0.5s ease-in-out, padding 0.5s ease-in-out;} 
.home-curricula .curricular-item:hover .item-desc, 
.home-curricula .curricular-item:hover .item-desc1, 
.home-curricula .curricular-item:hover .item-desc2, 
.home-curricula .curricular-item:hover .item-desc3{transform:translateY(0%);padding:80px 9px;}
.home-curricula .curricular-item .item-desc {background: #3d9846f0;}
.home-curricula .curricular-item .item-desc1 {background:#ffcb01f0;}
.home-curricula .curricular-item .item-desc2 {background:#d82121f0;}
.home-curricula .curricular-item .item-desc3 {background:#009ad6f0;}
.home-curricula .curricular-item .item-desc p, .home-curricula .curricular-item .item-desc a, .home-curricula .curricular-item .item-desc1 p, .home-curricula .curricular-item .item-desc1 a,.home-curricula .curricular-item .item-desc2 p, .home-curricula .curricular-item .item-desc2 a,.home-curricula .curricular-item .item-desc3 p, .home-curricula .curricular-item .item-desc3 a {display:none;}

.home-curricula .curricular-item .item-desc a, .home-curricula .curricular-item .item-desc1 a, .home-curricula .curricular-item .item-desc2 a,.home-curricula .curricular-item .item-desc3 a {color: #fff; background: #e82a2a; display: inline-block !important; padding: 3px 20px;}

.home-curricula .curricular-item .item-desc h3, .home-curricula .curricular-item .item-desc1 h3, .home-curricula .curricular-item .item-desc2 h3, .home-curricula .curricular-item .item-desc3 h3 {font-size:20px; text-transform:uppercase;font-weight:800; letter-spacing: -1.0px;}

.home-curricula .curricular-item:hover  .item-desc p, .home-curricula .curricular-item:hover  .item-desc a, .home-curricula .curricular-item:hover  .item-desc1 p, .home-curricula .curricular-item:hover  .item-desc1 a,.home-curricula .curricular-item:hover  .item-desc2 p, .home-curricula .curricular-item:hover  .item-desc2 a,.home-curricula .curricular-item:hover  .item-desc3 p, .home-curricula .curricular-item:hover .item-desc3 a {display:block;}

.home-curricula .curricular-item a::after, .inyana-blog .card-body a.read-more::after {content: "\F285"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; vertical-align: -.3em; padding-left: .6rem; font-size: 1.1rem;}

.iisu-bgcolored, .principal-msg, .about-mission{color:#fff;width:100%;background-image:url(/wp-content/themes/kipya/assets/images/logo-icon.svg);background-repeat:no-repeat;background-size:75% 100%;background-position:left bottom;background-color:#e92c2c;} 
.principal-msg .principal-msg-img{margin-top:-120px;margin-bottom:0px;width:90%;overflow:hidden;position:relative;display:inline-block;min-height:200px;} 
.principal-msg .principal-msg-img::before{content:"";position:absolute;bottom:-10px;left:-10px;width:100%;height:100%;background:#2589c9;z-index:-1;border-radius:10px;} 
.principal-msg .principal-msg-img img{transition:transform .5s ease-in-out;display:block;position:relative;width:100%;height:auto;} 
.principal-msg .principal-msg-img:hover img{transform:scale(1.1);} 
.principal-msg-desc{padding:4rem 0;} 
.principal-msg-desc h2{font-size:36px;font-weight:600;margin-bottom:1.5rem;letter-spacing:-1px;} 
.principal-msg-desc p{font-size:18px;} 
p.principal-name{padding-top:1rem;letter-spacing:-.5px;} 
p.principal-name strong{font-size:20px;color:#ffcb01;text-transform:uppercase;}


.inyana-blog,.iisu-cta-section {padding:4rem 0;}
.inyana-blog h2, .iisu-sections h2{font-size:36px; color:#3d9846; margin-bottom:2rem;font-weight:600;letter-spacing:-1.0px;}
.inyana-blog, .iisu-sections, .about-pg{background-image: url(/wp-content/themes/kipya/assets/images/logo-icon-colored.svg); background-repeat: no-repeat; background-size: 90% 100%; background-position: left bottom;}
.inyana-blog .card-body a.read-more {font-weight: 500;font-size: 18px;color: #e72a2a;font-family: 'Roboto condensed','Roboto',sans-serif;}
.inyana-blog .card-body a.read-more::after {font-size:0.75rem;}
.inyana-blog .kpy-news h3 {font-size: 24px;font-family: 'Khand','Roboto', sans-serif;font-weight: 500;}
.inyana-blog .useful-info-tabs .wp-block-details summary {padding: 10px 20px; background: #333; color: #f9f9f9; font-size: 24px; font-family: 'Khand','Roboto',sans serif; font-weight: 500; margin-bottom: 5px;}
.inyana-blog .useful-info-tabs .wp-block-details summary::marker {content: "\F285";font-family: bootstrap-icons !important;padding-right: .8rem;}
.inyana-students-life .wp-block-columns {gap:0;}
.inyana-students-life .wp-block-cover img {transition: all .4s ease-out;}
.inyana-students-life .wp-block-cover:hover img {transform: scale(1.06);}

.inyana-blog .useful-info-tabs .useful-info-text {padding:20px; background:#f9f9f9;}

.iisu-cta-section h2{position: relative; letter-spacing: -1.0px; font-size: 45px; font-weight: 700; color: #fcd209; margin-bottom: 2.5rem;}

.inyana-students-life h2 {letter-spacing: -1.0px; font-size: 35px;margin-bottom:1rem;}

.iisu-cta-section h3 {font-size:55px; font-weight:700; letter-spacing:-1.5px;}
.home-gallery {padding:4rem 0 0}
.home-gallery-item {padding-top: 1rem;}
.home-gallery-item figure.wp-block-image {height:270px;background:#fff; padding:10px;box-shadow: 25px 4px 15px #00000005; }
.home-gallery-item .wp-block-image {position: relative; display: inline-block; overflow: hidden;} 
.home-gallery-item .wp-block-image a::after {content: "\F62C"; font-family: 'bootstrap-icons'; font-size: 24px; color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; transition: opacity 0.3s ease-in-out;} 
.home-gallery-item .wp-block-image:hover a::after {opacity: 1; background: rgba(0, 0, 0, 0.5); width: 50px; height: 50px; border-radius: 50%; text-align: center; display: flex; justify-content: center; align-items: center;}
.goverlay {background:rgba(0,0,0,.80)
  }
  .glightbox-clean .gslide-media {padding: 15px;background: #f9f9f9;  }
.home-end .home-end-teaser {position: relative;z-index: 9;}
.home-end .wp-block-image {margin-top:-400px;margin-bottom:-20px;}
.home-end a.wp-block-button__link{border-color:#3e9847; color:#3e9847; transition:.5s all;}
.home-end a.wp-block-button__link:hover {background-color: #3e9847; color:#fff; border-color:#3e9847;}
.custom-flip-box {
    width: 100%;
    height: 250px;
    perspective: 1000px;
    position: relative;
}

.custom-flip-box-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s ease-in-out;
}

.custom-flip-box:hover .custom-flip-box-inner {
    transform: rotateY(180deg);
}

.custom-flip-box-front,
.custom-flip-box-back {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    backface-visibility: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Front Side */
.custom-flip-box-front {
    background-color: #008bca;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

/* Back Side */
.custom-flip-box-back {
    background-color: #ff0000;
    color: white;
    font-size: 18px;
    font-weight: bold;
    transform: rotateY(180deg);
}

/* Flipbox Button */
.flipbox-button {
    display: inline-block;
    background: white;
    color: #e74c3c;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
}
.flipbox-button:hover {
    background: #c0392b;
    color: white;
}

/* Style the overall list */
ul.custom-list {
    list-style-type: none; /* Remove default list bullets */
    padding: 0;
    margin: 0;
}

/* Style for each list item */
ul.custom-list li {
    font-size: 18px; /* Adjust font size */
    margin: 15px 0; /* Add space between items */
    padding-left: 40px; /* Space for the icon */
    position: relative; /* Positioning for the icon */
    transition: transform 0.3s ease, color 0.3s ease; /* Smooth transform and color transition */
}

/* Add custom icons before the text in list items */
ul.custom-list li i {
    font-size: 25px; /* Icon size */
    position: absolute;
    left: 10px; /* Position of the icon */
    top: 50%;
    transform: translateY(-50%);
    color: #fcd209; /* Icon color */
    transition: color 0.3s ease; /* Transition effect for icon color */
}

/* Hover effect for list items */
ul.custom-list li:hover {
    transform: translateX(10px); /* Move the item slightly to the right */
    color: #fcd209; /* Change text color on hover */
}

/* Change icon color on hover */
ul.custom-list li:hover i {
    color: #ff0000; /* Change icon color on hover */
}

/** ============================================================
Photo Gallery Page CSS
=============================================================**/
.gallery-page{padding:60px 0;}.gallery-container{display:flex;flex-wrap:wrap;justify-content:space-between;}
.gallery-item{flex:1 1 28%;box-sizing:border-box;margin:1% 1.5% 2.5%;text-align:center;}
.gallery-info a.gallery-img-link .gallery-img-title{font-size:1rem;font-weight:700;color:#555;}
.gallery-info .gallery-img-count{color:#E82A2A;font-size:0.9rem;font-weight:600;}
.gallery-stack{border:6px solid #fff;position:relative;height:320px;width:100%;margin-bottom:20px;box-shadow:2px 2px 5px rgba(0,0,0,0.3);}
.gallery-stack:before,.gallery-stack:after{content:"";position:absolute;width:100%;height:320px;border:6px solid #fff;box-shadow:2px 2px 5px rgba(0,0,0,0.3);}
.gallery-stack:before{background:#eff4de;z-index:-1;top:0;left:-10px;transform:rotate(-5deg);}
.gallery-stack:after{background:#768590;z-index:-1;top:5px;left:0;transform:rotate(4deg);}.gallery-stack img{width:100%;object-fit:cover;object-position:center top;height:100%;}
.gallery-info{padding:5px 0;}.gallery-img-title,.gallery-img-count{margin:0;}


/** ==========================================================
Single Article Page
===========================================================**/
.post-content { box-shadow: 3px 3px 17px 0 rgba(0,0,0,.05); padding: 20px; border-radius: 6px; background: linear-gradient(0deg,rgba(223, 223, 223, 0.03) 20%,#fff 70%,#fff 100%); }
.post-content h1 { font-size: 26px; font-weight: 500; color: #000; margin-bottom: .7rem; }
.post-content img { width: 100%; height: 500px; object-fit: cover; margin-bottom: 20px;border-radius: 15px;}
.post-content p { margin: 0 0 1.6875rem; }
.post-content h3 {font-size:1.25rem;}
.news-inner-title{font-family:var(--kpy-font-2);color:var(--kpy-primary);}
.post-content img { width: 100%; height: auto; }
p.author { line-height: 3; border-bottom: dotted 1px #eee; margin-bottom: 2rem; color: #E82A2A; }
p.post-meta { position: relative; color: #fec679; font-size: 20px; margin: -18px 0 25px; }
p.post-meta i { margin-right: 10px; }
.newsletter h2 { font-size: 36px; font-weight: 800; color: #E82A2A; 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: #E82A2A; }


/** =====================================================
INYANA INNER PAGES
========================================================**/
.header-programs{min-height:400px;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:end;padding:0 0 0 70px;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;}
.overlay .page-title {width:90%;}
.header-wrap{min-height:500px;overflow:hidden;top: 110px;padding-top: 200px;}
.header-wrap1{min-height: 500px;padding-top: 350px;position: relative;}
.default-title{font-size: 60px;font-weight: 700;}
.news-title{font-size: 36px;font-weight: 700;text-align: left;margin-top:20px;padding-bottom:25px;color:#f9f9f9;}

.iisu-sections, .iisu-bgcolored, .about-mission{padding:70px 0;background-position: right center;background-size: contain;}

.iisu-sections h2, .about-pg h2, .about-values h2{font-size:50px; font-weight: 800;line-height: 50px;}
.iisu-bgcolored h3 {line-height:40px;font-weight: 600;font-size:40px;}
.iisu-section-img {overflow: hidden; height: 100%; width: 100%; transform: rotate(347deg);
  -webkit-transform: rotate(355deg);
  -webkit-box-shadow: 0 2px 18px 0 rgb(14 68 94 / 35%), 16px 16px 0 #d9e6f4;
  box-shadow: 0 2px 18px 0 rgb(14 68 94 / 35%), 16px 16px 0 #d9e6f4;
  border-radius: 35px 0 35px 0; margin-right:2rem!important;}
.iisu-section-img figure {margin:0!important;}
.iisu-section-img img{transition: transform 0.5s ease-in-out; height: 500px; object-fit: cover;}
.iisu-section-img img:hover {transform: scale(1.1);}
.about-pg {padding:80px 0;}
.about-pg p {font-size: 18px; margin: 30px 0; line-height: 26px; font-weight: 300;}
.about-pg .wp-block-cover img, .iisu-contact .wp-block-image img{transform: rotate(347deg);
  -webkit-transform: rotate(352deg);
  -webkit-box-shadow: 0 2px 18px 0 rgb(14 68 94 / 35%), 16px 16px 0 #d9e6f4;
  box-shadow: 0 2px 18px 0 rgb(14 68 94 / 35%), 16px 16px 0 #d9e6f4;
  border-radius: 35px 0 35px 0;}
blockquote.wp-block-quote{position:relative;color:#fff;font-weight:700;padding:20px;width:100%;max-width:700px;z-index:1;background:#278acb;}
blockquote.wp-block-quote p{position:relative;color:#fff;font-size:16px;font-weight:normal;line-height:1.4;margin:0;z-index:1;}
blockquote.wp-block-quote p span{color:#d4bae1;}
blockquote.wp-block-quote p strong{line-height:3;font-size:20px;font-weight:600;color:#fcd20a;font-family: 'Khand', 'Unbounded';}
blockquote.wp-block-quote:after{position:absolute;content:"”";color:#fcd20a;font-size:200px;line-height:1;top:-4rem;left:90%;font-family:'Unbounded',sans-serif;}
.blockquote h4{position:relative;color:#d4bae1;font-size:1.4rem;font-weight:normal;line-height:1;margin:0;padding-top:30px;z-index:1;}
.news-container{width:75% !important;margin:0 auto;}
.news-container h1,
.news-container h2,
.news-container h3,
.news-container h4,
.news-container h5,
.news-container h6{font-family:var(--kpy-font);}
.about-mission .missoin-item img {height:150px;}
.about-values, .iisu-contact{padding:4rem 0;}
.about-values-intro{width:80%; margin:auto;font-size:18px; margin-bottom:3rem;}
.about-values-items h4, .iisu-contact h3 {margin-bottom: 15px; font-size:28px; font-weight: 800; color: #6fa330;}
.about-values-items p {font-size: 18px; font-weight: 300; margin-bottom: 25px;}
.after-cover-photo{padding-top:80px;padding-bottom:30px;}
.admission-process{width:70% !important;margin:0 auto;}
.admission-process .card{min-height:250px;border:1px solid rgba(var(--kpy-base-rgb),0.3) ;padding:15px;transition: .1s ease-in-out;}
.admission-process h2{font-weight:800;color:var(--kpy-green);margin-bottom:15px;}
.admission-process .card:hover{background:var(--kpy-green); border:0px solid rgba(var(--kpy-green-rgb),0.5) ;padding:15px;transition: .3s ease-in-out;color:var(--kpy-white);transform: translateY(-10px);}
.admission-process .card:hover h2{color:var(--kpy-white);}
.admission-process h2 .accordion-button {font-family:var(--kpy-font);}
.admission-requirements{margin-top:50px;background:var(--kpy-yellow);padding:0 !important;min-height:480px;border-radius:15px 0 0 0;}
.admission-requirements img{height:600px;object-fit:cover; border-radius:15px 0 0 0;margin-bottom:-15px;}
.admission-requirements .content{padding:15px;align-self:center;}
.admission-requirements .content h2{font-size:36px;font-weight:900;margin-bottom:1rem;}
.admission-requirements .content .wp-block-list {list-style: none;counter-reset: custom-counter;padding-left: 0;}
.admission-requirements .content .wp-block-list li {counter-increment: custom-counter;margin-bottom: 10px;position: relative;padding-left: 40px;}
.admission-requirements .content .wp-block-list li::before {content: counter(custom-counter); position: absolute;left: 0;top: 0;width: 25px;height: 25px;background-color: black;color: white;border-radius: 50%;text-align: center;
  line-height: 25px;font-weight: bold;}
  .page-content2 h6, .page-content2 h5{font-family:var(--kpy-font);}


/** =========================================================
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: #E82A2A; border-bottom: dotted 1px #eee; }
.kpy_event_details .time, .kpy_event_details .location { color: #E82A2A; 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
===========================================================**/
.event-container{width:60% !important;margin:0 auto;}
.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: #E82A2A; margin-bottom: 1rem;}
.kpy_events h2 {font-family:var(--kpy-font);color: var(--kpy-primary);}
.kpy_events h3 {font-family:var(--kpy-font); 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: #E82A2A;}
.kpy_events .cal-badge{position: relative;float: left;width: 80px;height: 75px;
    padding-top: 18px;border: 2px solid rgba(var(--kpy-base-rgb), 0.4);border-radius: 2px;text-align: center;}
.kpy_events .cal-badge:before {content: "";position: absolute;top: -7px;left:13px;width: 2px;height: 11px;border-radius: 2px;background: rgba(var(--kpy-base-rgb), 0.4);}
.kpy_events .cal-badge:after {content: "";position: absolute;top: -7px;right: 13px;width: 2px;height: 11px;border-radius: 2px;background: rgba(var(--kpy-base-rgb), 0.4);}
.kpy_events .cal-badge .kdate{margin-bottom: 4px;font-size: 36px; color:var(--kpy-base);line-height: 22px;font-weight:800;}
.kpy_events .cal-badge .kmonth{font-size: 14px;color:var(--kpy-primary);line-height: 22px;}
.upcoming-events{background-color: rgba(101, 93, 93, 0.05);padding:30px 15px;}
.upcoming-events h2{font-family:var(--kpy-font); color: #5EC401;font-weight: 600;margin-bottom: 20px;}
.all_events h2{font-family:var(--kpy-font); font-size: 26px;color:#000;font-weight: 700;line-height: 1.5;margin-bottom: 10px;}
.all_events .time{font-size: 14px;color:#E82A2A;margin-bottom: 10px;}
.all_events .time small{color:#000;}
.all_events .content{font-size: 15px;margin-bottom: 10px !important;}
.all_events .btn-outline-danger{margin-top:10px;color: #E82A2A;border: 0px solid #E82A2A;}
.all_events .btn-outline-danger:hover{background-color: #E82A2A;}
.ev-details{color:#000}
.ev-details i{font-size: 35px;}

/** =========================================================
NEWS section
===============================================================**/
.news-section{padding: 5px 15px;}
.news-section .card{min-height: 300px;}
.news-section h2{text-align: center;font-weight: 600 !important;color:#5EC401;margin-bottom: 20px;}
.news-section h3{font-size:24px;font-family: 'Khand','Roboto', sans-serif;color:#333; margin-top:10px;display: -webkit-box; -webkit-line-clamp: 3;  -webkit-box-orient: vertical;  overflow: hidden; }
.news-section .catz{font-size:14px;background:rgb(94, 196, 1, 0.95);color:#fff; padding:2px 5px;top:165px;position: absolute;min-width:150px}
.news-section .post-thumbnail img{width:100%;height:180px !important;object-fit: cover;}
.kpy-news img {width: 100%; height: 150px;  object-fit: cover;}
.kpy-news .date {font-size: 13px;font-weight: 500; color: #E82A2A; margin-bottom: 1rem;}
.kpy-news h3 {font-size: 24px;font-family: 'Khand','Roboto', sans-serif;font-weight: 600;color: #333;overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3; -webkit-box-orient: vertical;margin-bottom: 1rem;}
.kpy-news a.btn-outline-info {color: #E82A2A; border-color:#E82A2A;border-radius: 50px;padding: 2px 20px;font-size: 14px;font-size: 500;}
.kpy-news a.btn-outline-info:hover {color:#fff; background-color:#E82A2A;}
.kpy-news .catz{font-size: 16px; font-weight: 500; color: #3d9846;margin-bottom: .3rem;font-family: 'Roboto condensed','Roboto',sans-serif;}
.kpy-news .catz i::before {padding-right:0.5rem;}

.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:#E82A2A; transition: 0.3s all;}
.kpy-all-news .read-more:hover:before{content:"\F63B" ;font-family: bootstrap-icons;font-size: 15px;margin-right: 5px;color:#E82A2A;}

/** =========================================================
TEAM section
===============================================================**/
.team{padding-right: 15px;}
.team .card{background: aliceblue;margin-bottom: 2rem !important;border-radius: 0px;box-shadow: none;}
.team .post-thumbnail img{height:280px;width:100%;object-fit: cover;object-position: top;}
.team-details h4 {font-size:32px; font-weight: 560;color: #e82a2a;font-family: 'Khand', 'Roboto',sans-serif;}
.team-details p {font-size: 15px;margin-bottom: 10px;}
.team .team-details .btn-outline-primary{color: #E82A2A;font-size: 14px;padding: 5px 20px;border: solid 1px #E82A2A;border-radius: 0px;}
.team .team-details .btn-outline-primary:hover{border:1px solid #E82A2A !important;color:#fff;background-color:#E82A2A;}
.member-details img{height:450px;width:100%;object-fit: cover;object-position: top;}
.member-details .btx{margin-left: 90%;  margin-top: 10px;}
.member-details h4, .partner-details h4{font-weight: 500; font-size: 25px !important; line-height: 1.5;}
.member-details .modal-body span::after, .partner-details .modal-body span::after {border-bottom: 2px solid #eee; padding-bottom:10px;margin-bottom: 10px;}
.member-details .modal-body p.title,.partner-details .modal-body p.title{border-bottom: dotted 2px #eee; color:#E82A2A;}
.modal.show .modal-dialog {padding: 20px; background: #fff;}
.modal-content {max-height: 450px; overflow-y: auto;}
.steering, .management{padding-top:30px;}
.nhteam {padding-left:0 !important;}
.nhteam .steering{color:#c84034;}
.nhteam .management{color:#125e63;}



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

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

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

/** ============================================================
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: #E82A2A;	font-size: 16px;}
.pub-single .post-thumbnail {position:sticky;}

/** ============================================================
Contact Page CSS
=============================================================**/
.contact-map { padding: 3%; box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.08); background: #fff;}
.contact-details ul {padding: 0; margin: 0;}
.contact-details li {display: flex; align-items: center; gap: 10px; margin-bottom: 10px;}
.contact-details i {color: #e82a2a; font-size: 20px;}
.contact-details a {text-decoration: none; color: #333; font-size: 16px;line-height: 24px;font-weight: 300;}
.contact-details a:hover {color: #e82a2a;}
.get_directions{padding-top:20px;} 
.get_directions a{border:1px solid #fff; font-size:18px;font-weight:400;color:#fff; transition:0.4s;background:#e82a2a;border-color:#e82a2a;} 
.get_directions a:hover{background-color:transparent;color:#e82a2a;border:1px solid #e82a2a;} 
.get_directions a:hover img{filter:brightness(0) saturate(100%) invert(11%) sepia(95%) saturate(6648%) hue-rotate(346deg) brightness(83%) contrast(95%);}
.get_directions a::after, .inyana-blog .card-body a.read-more::after {content: "\F138"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; vertical-align: -.3em; padding-left: .6rem; font-size: 1.1rem;}

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


/** ============================================================
Footer CSS
=============================================================**/
/* footer */
.footer{background-image:linear-gradient(rgba(61,152,70,0.95),rgba(61,152,70,0.95)),url(/wp-content/themes/kipya/assets/images/inyana-international-school.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover;width:100%;padding:2.5rem 0 0;margin-bottom:0;font-size:14px;position:relative;color:#fff; font-weight:300;}

.footer::before{transform:skew(0, -2deg);}
.footer .footer-top { border-bottom: dotted .5px #E6E6E6;   }
.footer .footer-logo img { margin-top: 10px; margin-bottom: 1rem; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; height: 90px; }
.footer .footer-top h2 { font-size:14px; text-transform:uppercase; margin-bottom:1rem; text-align: left; line-height: 2.5; font-weight: 900; }
.footer .footer-top h2::after { display: block; content: ""; border-top: .15rem solid #ffb810; width: 4rem; }
.footer-menus ul { padding-left: 0; display: block; list-style-type: none; line-height: 1.8; margin-bottom: 2rem; }
.footer-menus ul li a {color:#f9f9f9; font-weight:400; font-size:15px;transition:.5s;}
.footer-menus ul li a:hover {color:#ffb810;}
.footer .copyright { font-weight: 300; font-size: 14px; padding: 10px 0;color: #f9f9f9}
.footer .copyright a {color: #f9f9f9;}


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

@media only screen and (max-width: 480px) { 
    .wrapper .mainz { width:100%; height:100%; float:left; padding: 15px; background-color: transparent; }
    .main-header-menu {margin-top: 0;}
    .menu-section .top-right-widget {display:none;}
    .menu-section .top-right-widget span {font-size:14px;padding-right: 0px;}
    .home-curricula {padding:3rem 0;}
    .home-curricula h2, .home-gallery h2, .iisu-cta-section h2, .inyana-blog h2, .iisu-sections h2{font-size:30px;}
    .iisu-bgcolored, .principal-msg {padding: 0 20px;}
    .inyana-blog, .iisu-sections {padding:3rem 2rem;}
    .home-end-teaser h2 {font-size:20px;}
    .home-end .wp-block-image {margin-top: -100px;}
    .iisu-sticky-buttons {background:#e82a2ad9;}
    .publications table.dataTable tbody td{display: flex !important;flex-direction: column !important;}
}
@media only screen and (max-width: 767px) {
    
.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:70px;}
.sticky-header i.bi-list { color:#555 !important; }
.main-title {font-size: 40px !important;}
.subtitle{font-size:22px !important;}
.text-slider p{font-size: math;}
.kpy_intro_curve {margin-top: -38px;}
.kpy_intro{padding:10px;}
.kpy-container {width: 100% !important;}
.kpy_intro .cyears {top: -70px;width: 85%;}
.intro-serve h2 {font-size: 32px;}
.intro-serve p, .home-nuz p {width:95%;}
.home-event {width: 95% !important;padding-top: 40px;padding-bottom: 30px;}
.home-event h2 {font-size: 40px !important;}
.home-event h4 {font-size: 28px;font-weight: 300;}
.home-nuz h2 {font-size: 32px;}
.default-title {font-size: 42px;}
.kpy-all-news h3, .news-title {font-size: 24px;}
.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; }
.footer-menus ul li a { font-size: math;}
.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, .inyana-news h1, .nhp-numbers h1 { display:none; }
#offcanvasNavbar { max-width: 400px; padding: 0px; margin: auto; width:100%;  color: #fff;}
.collapse.navbar-collapse:not(.show) {display: block !important;}
.offcanvas-body{padding: 0 !important;background: rgba(var(--kpy-base-rgb),0.9);}
.offcanvas-body ul li { font-size: 20px; font-weight: 500; margin-bottom: 0px; }
  .offcanvas-body ul li .dropdown-toggle::after { margin-left: 0.55em; float: right; margin-top: 10px; content: "\F282"; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; border:none!important; }
  .offcanvas-body .dropdown-menu { border: none; padding: 5px; width: 100%; background: #E82A2A; }
  .offcanvas-body ul.dropdown-menu li a, .offcanvas-body ul.dropdown-menu li a.nav-link { color:#fff; font-weight:400; }
  .dropdown-item { padding: 5px; font-size: 17px; }
  .menu-section .menu-item .nav-link {padding-left: 10px !important;text-align: left;}
  .menu-section2 .menu-item .nav-link {color: #fff;padding-left: 10px !important;}
  .menu_kipya .menu-item .nav-link {color: #fff;padding-left: 10px !important;}
  .menu_kipya .menu-item .nav-link.active, .menu-section2 .menu-item .nav-link.active{color: #fff;}
 .inyana-news .inyana-news-feed {padding: 0 20px;}
.main-slider .swiper-slide { height:500px; }
.main-slider .container { padding-top:200px; }
.nhp-intro,.nhp-prog, .focus-areas, .nhp-numbers, .inyana-news,.page-content{ padding:30px 20PX!important; }
.inner-menu {display: none;}
.footer { padding:10px;}
.breadcrumb{display:none!important;}
.header-search input:checked~ul.search-dropdown{display: block;position: absolute;z-index: 119;}
.header-search ul.search-dropdown {display: none;}
.search-dropdown .input-group {right: 75%;margin-top: 40px;}
.search-dropdown .input-group input{visibility:visible;width: 250px !important;height: 60px;}
#search-results {display: none;right: 0%;position: relative;background: rgba(255,255,255,0.93);padding: 1em;
    font-size: small;list-style: none;max-height: 300px;overflow-y: auto;width: 100%;border: 1px solid #ccc;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
#search-results {display: none;right: 75%;position: relative;background: rgba(255,255,255,0.93);padding: 1em;
        font-size: small;list-style: none;max-height: 300px;overflow-y: auto;width: 100%;border: 1px solid #ccc;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
.menu-section .member-btn a {margin-left: 0px;}
/**modal search**/
.modal-search input{height: 60px;width: 320px;}
.modal-search .input-group .btn-search{background: #00AEEF;color:#fff;}
.modal-search #search-results {display: none;right: 0;position: relative;background: transparent;	padding: 1em;list-style: none;width: 100%;border: 0px solid #ccc;color:#fff;}
  
  .team .team-details{padding:20px 30px;}
.admission-process, .news-container, .about-values-intro, .event-container{width:100% !important;}
.pub-content-area {width:100% !important;}
}


@media only screen and (max-width: 1024px) and (min-width: 768px) {
.header-menu-item .menu-item a { font-size:14px; }
.menu-section img {height:80px;width: auto; }
.home-event {width: 95% !important;padding-top: 40px;padding-bottom: 30px;}
.home-event h2 {font-size: 50px !important;}
.main-title {font-size: 50px;}

#menu-copyright-menu ul li a { font-size:12.5px; }
.main-menu .menu-item a {font-size:9.5px;}
.main-menu ul li {padding-right:0;}

.main-header-menu {margin-left:auto;}
    
}


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

}

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

}

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