/*====================================================================
   Custom CSS File for most of Desktop and Mobile look for Kipya Template
   Developed by Amazing LWEGATECH LTD team.
===================================================================**/
:root {
	--kpy-font: 'Roboto', sans-serif;
	--kpy-font-2: 'Roboto Condensed', sans-serif;
	--kpy-base: #2F9400;
	--kpy-base-rgb: 47, 148, 0;
	--kpy-gray: #7f7873;
	--kpy-gray-rgb: 127, 120, 115;
	--kpy-white: #ffffff;
	--kpy-white-rgb: 255, 255, 255;
	--kpy-black: #333;
	--kpy-black-rgb: 51, 51, 51;
	--kpy-primary: #FE0900;
	--kpy-primary-rgb: 254, 9, 0;
	--kpy-font-size: 16px;
  }
  html,body {
	font-family: 'Roboto', sans-serif;color:var(--kpy-black);font-size: var(--kpy-font-size);font-weight: 300;line-height: 1.6; text-rendering: auto; height:100%;margin: 0;}
  

 .breadcrumb{font-size:9px;color:#eee;}
 .breadcrumb a{color:#eee;}
/** ==========================================================
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: 700;}
  .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);}
.main-slider {position:relative;display: block;}
.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 {position: absolute;top: 0;left: 0;right: 0;bottom: 0;  background-color: #646464;  background-blend-mode:normal;  background-repeat: no-repeat;  background-size: cover;  background-position: 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;}
.main-slider .swiper-slide-active .image-layer {  -webkit-transform: scale(1.15);  transform: scale(1.15);}
.main-slider .image-layer:before {  position: absolute;  top: 0px;  right: 0;  bottom: 0;
  width: 100%;  content: "";  z-index: 1;  background: rgb(26, 28, 35);  background: linear-gradient(to top, rgba(26, 28, 35, 0.82) 0%, rgba(26, 28, 35, 0.73) 12%, rgba(26, 28, 35, 0.23) 29%, rgba(26, 28, 35, 0) 100%);}
.main-slider .main-slider-content {position: relative;top:80%;  display: block;      }
.main-slider .main-slider-content__inner {  position: relative;  display: block; text-align: center;max-width: 700px; margin: auto;}
.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: inherit;text-shadow: 1px 1px 0 #000;}
.main-slider .main-slider-content .text {  position: relative;  display: block;  width: 100%;  margin-top: 20px;  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: #ede7e2;  line-height: 28px;  font-weight: 400;
  font-size: 16px;}
.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: 50px;  bottom: 20px;  transform: translateY(0%) translateX(0);  display: flex;  flex-direction: row;  justify-content: space-between;  align-items: center;  z-index: 100;  width: 115px;}

.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: 60px;  display: flex;  justify-content: center;  align-items: center;  font-size: 24px;  color: var(--kpy-black);  background-color: rgba(255, 255, 255, 0.7);  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: #59903F;}
.main-slider__nav .swiper-button-next::after,.main-slider__nav .swiper-button-prev::after {  display: none;}


/*===========================================================
# HOMEPAGE CSS
===========================================================*/  
.intro h2 {
    font-size:36px;
    margin:1rem 0;
}

/** =====================================================================
*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(82, 184, 0, 0.6);}
.modal-search .modal-body{align-items: center;}
.modal-search input{height: 60px;width: 600px;}
.modal-search .input-group .btn-search{background: #ea4e13;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: #b9fc01;text-decoration: underline;}
.modal-search .search-result-item {margin-bottom: 3px;padding: 5px;}
.modal-search .search-result-item h5 {margin: 0;font-size: 18px;}
.modal-search .search-result-item p {margin-top: 2px;color: #eee;font-size: 13px;margin-bottom: 5px;}
.modal-search .search-result-item:hover{background: rgba(82, 184, 0, 0.139);}

  
/** ==========================================================
Upcoming Events
===========================================================**/
.upcoming-events{background-color: rgba(101, 93, 93, 0.05);padding:30px 15px;}
.upcoming-events h2, .news-section h2, .partners h2{font-size:36px; color: #59903f;font-weight: 600;margin-bottom: 30px;}
.kpy_event{align-self: center;margin-bottom: 10px;background-color: #fff;}
.kpy_event img, .upcoming-act .kpy_event img{height: 80px; width: 80px;border-radius: 50%; object-fit:cover;}
.upcoming-act .kpy_event img {height:100px!important; width:100px!important;}
.kpy_event .kpy_dm{background-image: linear-gradient(to bottom, #59903f, #127A00); color: #fff;text-align: center;padding:5px;border-radius: 15px;}
.kpy_dm .date{font-weight: 700;font-size: 30px;display: block;margin-bottom: -10px;margin-top: -5px;}
.kpy_dm .month{font-weight: 400;font-size: 12px;display: block;margin-bottom: 5px;}
.kpy_event h2{font-weight: 600;font-size: 20px;color: #333 !important; margin-bottom:5px;}
.kpy_event .location{color: #666 !important;font-size: 11px;}
.kpy_event .location i{font-weight: 700 !important;color:#59903f}
.kpy_event .time{color: #444 !important;font-size: 14px;}
.kpy_event .time i{font-weight: 700 !important;color:#59903f}
.kpy_event .link i{font-weight: 700 !important;color:#59903f}
.kpy_event_page img{max-height: 100px; width: 100px;border-radius: 50%; object-fit:cover;}
.kpy_event_details img{max-height: 200px; width: auto;object-fit:cover;}
.kpy_event_details i{font-weight: 700 !important;color:#59903f}
.kpy_event_details .location{color: #666 !important;font-size: 11px;}
.kpy_event_details .time{color: #666 !important;font-size: 11px;}
.kpy_event_details .offcanvas-title{font-weight: 700;font-size: 20px;color: #333 !important;}

/** =========================================================
NEWS section
===============================================================**/
.news-contain {background: linear-gradient(to top,rgba(0,0,0,.03) 30%,#f7f7f7 60%,#fff 100%); position: relative; padding-bottom:40px;}
.news-section{padding: 25px 15px 10px 15px;} 
.news-section .card{min-height: 300px;}
.news-section h3, .news-details h3{font-size:18px;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;max-width:180px}
.news-section .post-thumbnail img{width:100%;height:180px !important;object-fit: cover;}

/** =========================================================
NEWS & Downloads Single
===============================================================**/  
.single-news{width:70%; margin:auto;}
.single-news .single-post-thumbnail img{width: 100%; object-fit: cover; margin-bottom: 1.5rem; max-height: 450px;}
.single-news h2.entry-title {font-size:22px;}
.single-news p.post-details, .social-shares a{color:#59903f;}
.pub-download a {border-radius: 0; padding: 5px 20px; font-size: 16px; background: #59903f;}
.back-btn .my-back-button {font-weight: 700; color: #59903f; border: solid 1px; border-radius: 0;transition:.5s;}
.back-btn:hover .my-back-button {color:#fff; background: #59903f;}
.download-img img {width: 100%; height: auto!important; max-height:450px; object-fit: cover; margin-bottom:2rem;}
.about-side-pub h4.pub-summ {font-size: 1.75rem;font-weight: 700; color: #59903f;}
.pagination .page-numbers{padding: 0.375rem 0.75rem;border: 1px solid #59903F;}
.pagination a.page-numbers{color: #FC0700;}
.pagination  .current{background: #59903F;color:#fff;}

/** ============================================================
Publication Page CSS
=============================================================**/
.publications{padding:0 100px;} 
.publications .pdf-thumbnail img {width: 90%; object-fit: cover; height: 250px; object-position:center;}
.publications h4.pub-title {font-size: 1.5rem;margin: 10px 0;font-weight: 500; color: #59903f;}
.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: #59903f; font-size: 17px;}
.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 #59903f; padding: 6px 12px; font-size: 15px; font-weight: 700;	color: #fff; 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:#375728;border-color: #375728;}
.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 #3757283d;}
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: #59903f!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:#59903f!important;}
.dataTables_wrapper .dataTables_length select {border: 1px solid #59903f !important; border-radius: 0px !important; padding: 5px !important;color: #59903f;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {background:transparent!important; color:#59903f !important; border:1px solid !important; transition:.5s all;border-radius: 0;}
.dataTables_wrapper .dataTables_filter input {border: 1px solid #59903f!important; border-radius: 0px!important; margin-left: 5px!important;}


/** =========================================================
TEAM section
===============================================================**/
.staff-pg {padding:0 30px 50px;}
.team{padding-right: 15px;}
.team .card{min-height: 350px;}
.team .post-thumbnail img{height:350px;width:100%;object-fit: cover;object-position: center;}
.team .team-details{padding: 10px 0 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 .team-details p {margin-bottom:0.5rem;}
.team .team-details .btn-outline-primary{border:1px solid #fff !important;color:#fff;border-radius: 0;font-size: 14px;padding: 5px 10px;}
.team .team-details .btn-outline-primary:hover{border:1px solid #59903f !important;color:#fff;background-color:#59903f;}
.member-details img{height:100%;width:100%;object-fit: cover;object-position: top;}
.member-details .btx{margin-left: 90%;  margin-top: 10px;}
.member-details h4{font-weight: 600;color: #59903f;}
.member-details .modal-body span {font-weight:500;}

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

  @keyframes marquee-animation {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
.marquee a {
    animation: marquee-animation 10s linear infinite;
}
.partnerlist img{width:100%;height:100px;object-fit: contain;object-position: center;}
.social-home{top: 150px;position:relative; }
.social-home ul{list-style: none;}
.social-home li{line-height: 1.8;}
.social-home a{color:#fff; font-size:24px;}
.donate{background-color: #ea4e13; margin-left: -15px;margin-right: -15px;text-align: center;padding:15px 5px;top: 150px;position:relative;}
.donate a{margin:0px;text-align: center;color: bisque; font-weight:500;}
.header-wrap{min-height: 500px; padding-top: 20%;position: relative;}
.header-wrap .entry-title{font-weight: 600;font-size:60px; color:#fff;text-shadow:1px 1px 1px #000;text-align:center;width: 80%;margin: 0 auto 30px;}
.header-wrap2 .entry-title{font-weight: 600;font-size:50px; color:#fff;text-shadow:1px 1px 1px #000;text-align:center;width: 80%;margin: 0 auto;padding-top: 20%;}
.page-title{background-color: #59903F;padding:15px 0 5px;position: sticky;top:0px; z-index:11;margin-bottom: 3.5em;}
.page-title h2{color: #fff;font-weight:600;font-size:25px;}
.post-thumbnail img{width: 100%; height: 300px; object-fit: cover;}
.news-details{background: rgba(0,0,0,0.4); position: absolute; height: 100%; width: 100%; color: #fff!important;}
.news-details .catz{margin-bottom: 150px;}
.news-details h3 {color:#fff!important; font-size:22px; font-weight: 400; text-shadow:1px 1px 1px #000;}

/** ============================================================
DONATE PAGE 
=============================================================**/
.afiego-dform {padding: 30px; background: #f7f7f7;}
.afiego-dform h2{color: #fd0600;}
.afiego-dform input, .afiego-dform optgroup, .afiego-dform select, .afiego-dform textarea {font-size: 14px; border-radius: 0; box-shadow: 0 0 4px rgba(0,0,0,.07); padding: 0 12px; line-height: 34px; border: 1px solid #22222226;}
.afiego-dform label { font-weight: 500; padding-bottom: .5rem;}
.afiego-dform .dnt-btn {margin-top:1rem;}
.afiego-dform .dnt-btn [type="button"], .afiego-dform .dnt-btn [type="reset"], [type="submit"], .afiego-dform .dnt-btn button {background: #59903f;color: #fff;padding: 2px 25px;	border: 0;	font-size: 15px;font-weight: 500;}
/** ============================================================
Large Screens above 1280px
=============================================================**/
@media only screen and (min-width:1280px) {
	.wrapper{width:100%;height: 100%;}
	.wrapper::after {content: "";display: table;clear: both; }
	.wrapper .sidez{width:10%;height:100%;float:left;background-color: #59903f;color: #fff;position:relative;}
	.wrapper .mainz{width:90%;height:100%; float:left;background-color: transparent;}
	.sidebar{position: fixed;width: 10%;height:100%;background-color: #59903F;padding: 15px; z-index:999;}
    .sidebar .logo{height: 100px;margin: 10px 0;}

	.sidebar a.menuBtn{ border-top: 2px #fff solid;border-bottom: 2px #fff solid;color: #ffffff;text-decoration: none;cursor: pointer;}
	.sidebar .mbtn{text-align: center;}
	.popoverz {display: none;position: absolute;top: 0;left: 100%; background-color: rgb(89, 144, 63, 0.85);box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);z-index:999 !important;margin-left: 10px;}
	.menu-container {padding: 15px;height: 100%;}
	.menu{column-count: 4;width: 100%;padding-left:1rem;}
	.menu ul{padding-left: 0rem !important;display: inline-block;}
	.menu .menu-item-has-children{display: table-cell;width: 100%;min-width: 260px;padding-right:10px;}
	.menu .menu-item-has-children a{font-weight: 500; font-size: 20px; line-height: 2.0; color: #fff; transition: all 0.15s ease; border-bottom: solid 1px #eee; text-shadow: 1px 1px 1px #000c; padding-bottom: 10px;}
	.menu .sub-menu {margin-top:10px;}
	.menu .sub-menu li{line-height: 1.6;padding:2px 5px;list-style-type: none;transition: all 0.15s ease;}
	.menu .sub-menu li a{font-weight: 400;font-size: 16px;color: #fff; text-shadow:none; border:none;}
	.menu .sub-menu li:hover{border-bottom: 1px solid #eee;padding-left: 10px;}

	.intro{padding-top: 30px !important;padding-bottom: 30px;background-image: radial-gradient( rgba(243, 255, 230, 0.9), rgba(255, 255, 255, 0.95));}
  .intro h2{font-weight: 700;color:#59903f;}

  .progie h3{font-weight: 700;font-size: 26px !important;bottom:10%;}
  .intro h4{font-weight: 500;color: #181716;}
  .progie a{color: yellow;padding:2px 1px;}
  .progie a:hover{border-top: 1px dotted yellow;border-bottom: 1px dotted yellow;color: #fff;}

  .intro-impact{text-align: center;}
  .intro-impact h2{font-weight: 800;font-size: 40px;color:#DDFE3E;margin-bottom:0px;}
}
/*** INNER PAGES ***/ 
.page-content {width: 70%; margin: auto;}
.page-content h3 {color: #59903f; margin-bottom: 1rem; font-weight: 600;}
blockquote {border-left: 5px solid #59903f; padding: 20px 20px; text-align: left; background: #fcfcfc; color: #111;}
.page-content ul {list-style:none; padding-left: 1rem;}
.page-content ul li::before{content: "\F26B"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; vertical-align: -.3em; padding-right: .6rem; font-size: 1.1rem; font-weight:700; color:#59903f;}

/*===========================================================
# FOOTER
===========================================================*/
.footer {background: #003040;background: url(../images/buliisa-oil-effects.jpg) no-repeat center center;min-height: 350px;color: #fff;text-align: center;background-size:cover;}
.footer .overlay{background-image: linear-gradient(to bottom, rgb(89, 144, 63, 0.05), rgb(19, 113, 0)); min-height: 350px;padding-top: 2.5rem;}
.footer a{color:#eee;}
.footer .footer-links{
  text-align: left;
}
.footer-top .form-control, .footer-top  .btn-outline-warning {border-radius:0;}
.footer .footer-links h4{font-weight: 600;}
.footer .footer-links ul{list-style: none;display: inline;line-height: 1.6;}
.footer .footer-links li::before{content: "\F285"; font-family: bootstrap-icons !important;font-style: normal;  font-variant: normal;  text-transform: none;font-size: 10px;margin-right: 5px;}
.footer .footer-links li a{color:#fff;}
.footer .footer-contact{text-align: left;}
.footer .footer-contact h4{font-weight: 600;}
.footer .copyright{font-size: 12px; font-weight: 200;}

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

/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/** ============================================================
Mobile Phones - below 500px
=============================================================**/
@media only screen and (max-width: 500px) {
  .wrapper .mainz{width:100%;height:100%; float:left;/*! padding: 15px; */background-color: transparent;}
  .wrapper .sidez{width:100%;float:unset;background-color: #5EC401;color: #fff;position:sticky;z-index:999;}
  .main-slider__nav .swiper-button-next, .main-slider__nav .swiper-button-prev{ height: 40px;background-color: rgba(255, 255, 255, 0.77);}
.sidebar{position: fixed;width: 100%;height:61px;background-color: #5EC401;padding: 5px 15px;z-index: 999;}
  .sidebar .logo{height: 80px;}
  .sidebar a.menuBtn{ border-top: 2px #fff solid;border-bottom: 2px #fff solid;color: #ffffff;text-decoration: none;cursor: pointer;}
  .sidebar .mbtn{text-align: center;float: right;right: 40%;position: relative;}
  .popoverz {display: none;position: absolute;top: 0;left: 0; background-color: rgba(94, 196, 1, 0.85);box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);z-index:999!important;margin-left: 0px;width: 100%;margin-top: 61px;}
  .donate {margin:0; padding: 0 15px;top: 0;position: absolute;	right: 0;line-height: 61px;}
  .menu {list-style-type: none;font-weight: 700;padding:10px;text-align: center;}
  .menu li a{color:#fff;}
  .menu .sub-menu{list-style-type: none;line-height: 30px;padding-left: 5px;font-weight: 400;margin-bottom: 1.2rem;width: 96%; }
  .menu .sub-menu li a{color:#fff;}
  .menu .sub-menu li:hover{border-top: 1px solid #fff;border-bottom: 1px solid #fff;padding-left: 20px;}
  
  .intro{padding: 30px 20px;background-image: radial-gradient( rgba(243, 255, 230, 0.9), rgba(255, 255, 255, 0.95));}
  .intro h2{font-weight: 700;color:#59903f;}
  .home-programs, .news-section {padding:10px 20px;}
  .progie h3{font-weight: 700;font-size: 26px !important;bottom:10%;}
  .intro h4{font-weight: 500;color: #181716;}
  .progie a{color: yellow;padding:2px 1px;}
  .progie a:hover{border-top: 1px dotted yellow;border-bottom: 1px dotted yellow;color: #fff;}
  .intro-impact{text-align: center;}
  .intro-impact h2{font-weight: 700;font-size: 36px;color:#DDFE3E;margin-bottom:0px;}
  .main-slider .swiper-slide {height:530px;}
  .main-slider .container {padding-top: 300px;}
  .main-slider .main-slider-content .big-title h2 {font-size: 24px;}
  .social-home{top: 100px;position:relative; }
  .socialmedia-off{display:none;top:200px;}
  .page-content {width: 92%; margin: auto;}
  .page-title {top: 60px;}
  .pub-single, .publications{padding:20px;}
  .publications .pub-download {margin-top:auto;}
.footer .overlay{padding-right: 30px;padding-left: 30px;}
  .about-links, .pub-links,.header-wrap .entry-title, .header-wrap2 .entry-title {display:none;}
    .header-wrap, .header-wrap2 {min-height: 300px; height:300px!important; padding-top: 30%; background-position: top;}

}

@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
.header-wrap {min-height: 350px; padding-top: 25%;}
.header-wrap .entry-title {font-size: 40px;}
	.wrapper{width:100%;height: 100%;}
	.wrapper::after {content: "";display: table;clear: both; }
	.wrapper .sidez{width:10%;height:100%;float:left;background-color: #59903f;color: #fff;position:relative;}
	.wrapper .mainz{width:90%;height:100%; float:left;background-color: transparent;}
	.sidebar{position: fixed;width: 10%;height:100%;background-color: #59903F;padding: 15px; z-index:999;}
    .sidebar .logo{height: 100px;margin: 10px 0;}

	.sidebar a.menuBtn{ border-top: 2px #fff solid;border-bottom: 2px #fff solid;color: #ffffff;text-decoration: none;cursor: pointer;}
	.sidebar .mbtn{text-align: center;}
	.popoverz {display: none;position: absolute;top: 0;left: 100%; background-color: rgb(89, 144, 63, 0.85);box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);z-index:999 !important;margin-left: 10px;}
	.menu-container {padding: 15px;height: 100%;}
	.menu{column-count: 4;width: 100%;padding-left:1rem;}
	.menu ul{padding-left: 0rem !important;display: inline-block;}
	.menu .menu-item-has-children{display: table-cell;width: 100%;min-width: 260px;padding-right:10px;}
	.menu .menu-item-has-children a{font-weight: 500; font-size: 20px; line-height: 2.0; color: #fff; transition: all 0.15s ease; border-bottom: solid 1px #eee; text-shadow: 1px 1px 1px #000c; padding-bottom: 10px;}
	.menu .sub-menu {margin-top:10px;}
	.menu .sub-menu li{line-height: 1.6;padding:2px 5px;list-style-type: none;transition: all 0.15s ease;}
	.menu .sub-menu li a{font-weight: 400;font-size: 16px;color: #fff; text-shadow:none; border:none;}
	.menu .sub-menu li:hover{border-bottom: 1px solid #eee;padding-left: 10px;}
	.intro{padding-top: 25px !important;padding-bottom: 30px;background-image: radial-gradient( rgba(243, 255, 230, 0.9), rgba(255, 255, 255, 0.95));}
  .intro h2{color:#59903f;}

  .progie h3{font-size: 26px} .intro h4{font-weight: 500;color: #181716;}
  .progie a{color: yellow;padding:2px 1px;}
  .progie a:hover{border-top: 1px dotted yellow;border-bottom: 1px dotted yellow;color: #fff;}
  .intro-impact{text-align: center;}
  .intro-impact h2{font-weight: 800;font-size: 40px;color:#DDFE3E;margin-bottom:0px;}
}

@media (max-width: 767px) {
    #downloads-table thead th:nth-child(3),
    #downloads-table tbody td:nth-child(3) {
        display: none;
    }
    
    .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-backdrop {z-index: 11 !important;}
.modal-search .input-group .btn-search{background: #ea4e13;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;}
}
@media only screen and (min-width:1140px) {

}

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

}