/*!
Theme Name: NGCDF THEME
Theme URI: http://underscores.me/
Author: Alfred Maina
Author URI: http://alfie.me.ke
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ngcdf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ngcdf is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	========================================================================== */

/**
	* Remove the margin in all browsers.
	*/

/***** Preloader *****/
.pre-loader {
  height: 100vh;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  pointer-events: none;
  z-index: 999;
  transition-duration: 700ms;
}

.is-loaded {
  opacity: 0;
}

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #3e8317;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fbfbfb;
  font-family: "Montserrat", sans-serif;
}

body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #13a74e;
  box-shadow: inset 0 0 6px #13a74e;
  transition-duration: 300ms;
}

body::-webkit-scrollbar-thumb {
  transition-duration: 300ms;
  background-color: #13a74e;
}

body::-webkit-scrollbar-track:hover {
  -webkit-box-shadow: inset 0 0 6px #ee2529;
  box-shadow: inset 0 0 6px #ee2529;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #ee2529;
}

::selection {
  background: #13a74e !important;
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-branding img {
  width: 150px;
  height: auto;
}

/* Header  */
.top-bar {
  text-align: left;
  text-transform: uppercase;
  line-height: 33px;
  font-weight: 400;
  font-style: normal;

  font-size: 11px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  background-color: #fbfbfb;
  transition: opacity 0.24s ease-in-out;
  border-bottom: 1px solid #f4f4f4;
}

.ubermenu-submenu.ubermenu-submenu-id-62 {
  background: #f9f9f9 !important;
  padding: 16px !important;
}

.tax-thumbnail {
  width: 32px;
  height: auto;
  margin: 0px 16px 0px 0px;
}

.counties-sub-menu {
  column-count: 4;
}

.ubermenu-submenu-id-62 .ubermenu-column {
  width: 100% !important;
}

.list-grp-item {
  margin: 0px 0px 8px auto;
}

.small.county-heading {
  color: #007844 !important;
  font-weight: 600 !important;
}

/* .counties-sub-menu li{
	position: relative;
	display: block;
	padding:8px;
	margin-bottom: -1px;
	border-bottom: 1px solid rgba(0,0,0,.125);
} */

.ubermenu .ubermenu-custom-content-padded {
  padding: 0px !important;
}

#top-menu li {
  font-weight: 500;
  margin-right: 16px;
}

#top-menu li a {
  color: #b1b1b1;
}

#primary-menu li {
  flex-grow: 1;
}

.custom-logo-link img {
  max-width: 85px;
  height: auto;
}

#ubermenu-main-3-menu-1-2 {
  display: flex !important;
  justify-content: end !important;
}

/* 
.site-branding {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 99;
	background: #fff;
	border-radius: 50%;
	height: 140px;
	width: 140px;
	line-height: 140px;
	background:#fbfbfb;
} */

.socia li {
  margin: 0px 0px 0px 16px;
}

#primary-menu .current-menu-item a {
  color: #13a74e;
}

#primary-menu li a,
.ubermenu-item a {
  font-weight: 500;
  color: #222;
  font-size: 14px;
}

.primary-menu-2 li a {
  text-align: right;
}

.primary-menu-2 li {
  text-align: right;
}

.counties-sub-menu a {
  font-size: 12px;
}

/*--------------------------------------------------------------
# Footer 
--------------------------------------------------------------*/
.site-footer h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px 0px 19px;
  color: #fff;
  position: relative;
  font-size: 16px;
  margin-bottom: 35px;
}

.site-footer h5:after {
  position: absolute;
  content: " ";
  background: #fff;
  width: 50px;
  height: 2px;
  left: 0px;
  bottom: -12px;
}

.site-footer h5:before {
  position: absolute;
  content: " ";
  background: #fff;
  width: 5px;
  height: 2px;
  left: 55px;
  bottom: -12px;
}

.site-footer {
  font-weight: 500;
}

.site-footer a {
  transition-duration: 300ms;
  transform: translateX(0px);
  font-size: 15px;
}

.site-footer a:hover {
  color: #ee2529;
  transform: translateX(10px);
}

.list-unstyled.address li i {
  width: 15%;
  font-size: 18px;
}

.list-unstyled.address li span {
  width: 85%;
  font-size: 12px;
}

.list-unstyled.address li {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin: 0px 0px 6px;
}

.site-footer a {
  margin: 6px 0px;
  display: block;
  color: #fff;
  font-size: 12px;
}

.site-footer::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #13a74e;
  top: 0;
  left: 0;
}

.text-hidden {
  visibility: hidden;
}

.site-footer.section-padding.position-relative {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.owl-footer-gallery .img-thm img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-right: 3px solid #000;
  object-position: center;
  cursor: pointer;
}

.btn.footer-cta {
  text-align: left;
  color: #fff;
  border: 1px solid #fff;
  width: 115px;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

/* End  */

.page-head {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  height: 50vh;
}

.page-head:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 66%,
      rgba(0, 0, 0, 0.65) 74%,
      rgba(0, 0, 0, 0.9) 100%);
}

.page-title {
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center;
  z-index: 9999;
}

.page-title .header-text {
  top: 50%;
  color: #fff;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  width: 50%;
  padding: 10px;
  margin: auto;
}

.nav-pills .nav-link {
  padding: 16px;
}

.ussd.section-padding {
  padding: 15px 0px;
}

.ussd .btn {
  font-size: 40px;
  background: #ee2529;
  font-weight: 500;
}

.ussd img {
  max-width: 180px;
  border-radius: 10px;
}

.home-events .nav-pills .nav-link i {
  font-size: 26px;
  transform: translateY(21px);
  width: 15%;
}

.title-event-dae {
  width: 85%;
}

.home-events .nav-pills .nav-link.active,
.home-events .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #13a74e;
}

.section-heading-ul li {
  margin: 0px 32px 0px 0px;
}

.section-heading-ul {
  align-items: center;
}

.section-heading-ul li:nth-child(2),
.section-heading-ul li:nth-child(3) a {
  color: #808080;
}

.btn.event-more {
  border: 1px solid #808eac;
  color: #808eac;
}

.btn.event-more:hover {
  background: #13a74e;
  border: 1px solid #13a74e;
  color: white;
}

.nav-pills .nav-link {
  padding: 16px;
  color: #231f20;
}

.ussd {
  background: #13a74e;
}

.thum img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.newsletter {
  background: #ee2529;
  padding: 25px 0px !important;
}

.newsletter h2 {
  font-size: 22px;
  font-weight: 700;
}

.home-events .nav-pills .nav-link i::before {
  font-size: 30px;
  margin: 0px;
}

.newsletter i {
  position: absolute;
  opacity: 0.3;
  color: #fff;
}

.newsletter i::before {
  font-size: 65px;
}

a:hover {
  text-decoration: none;
}

.section-heading-ul h2 {
  line-height: 24px;
  font-weight: 600;
}

.section-heading-ul li:nth-child(3) a {
  color: #ee2529;
  font-weight: 600;
}

.blog-title p {
  color: grey;
}

.blog-title h5 {
  color: #13a74e;
}

.blog-item:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  background: #ececec;
}

.blog-item {
  margin: 0px 8px 16px 8px;
  transition: 0.4s ease-in-out all;
}

.blog-item.news {
  border: 1px solid #f3f3f3;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ee2529;
}

.owl-theme .owl-dots .owl-dot span {
  width: 35px;
  height: 7px;
}

.blog-title span {
  border-bottom: 1px solid #e9e9e9;
  display: block;
  margin: 0px 0px 10px;
  color: grey;
}

/*--------------------------------------------------------------
# Contact Form 
--------------------------------------------------------------*/
.contact-content h6 {
  margin: 0px 0px 10px;
  font-weight: 600;
  color: #ef432b;
}

.contact-content .fas {
  color: #13a74e;
}

.contact-content .link {
  font-size: 14px;
}

.contact-icon {
  width: 18%;
}

.contact-content {
  width: 80%;
}

.contact-content p {
  margin: 0px;
  line-height: 19px;
}

.contact-card,
.gcc-br,
.gcc-menu li:last-child a,
.inquiry-page .form-control {
  border-radius: 0px;
  background: #f4f4f4;
  border: 0px;
}

.inquiry-page textarea {
  height: 206px;
}

.contact-card {
  box-shadow: 0px 0px 9px #0000004d;
  align-items: center;
  width: 100%;
  padding: 19.8px;
  margin: 20px 0px 15px;
  display: flex;
}

.wpcf7-submit {
  background: #13a74e;
}

.contact-icon i {
  font-size: 16px;
  border-radius: 50%;
  background: rgba(11, 113, 185, 0.1);
  height: 30px;
  display: block;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

.ngo-page-title {
  height: 50vh;
}

.ngo-page-title::before {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.48) 66%,
      rgba(0, 0, 0, 0.56) 74%,
      rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.48) 66%,
      rgba(0, 0, 0, 0.56) 74%,
      rgba(0, 0, 0, 0.8) 100%);
  /* background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(66%,rgba(0,0,0,0.48)),color-stop(74%,rgba(0,0,0,0.56)),to(rgba(0,0,0,0.8))); */
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.48) 66%,
      rgba(0, 0, 0, 0.56) 74%,
      rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.ngo-page-title>div {
  position: relative;
  z-index: 99;
}

.ngo-page-title a {
  color: #13a74e;
}

.ngo-page-title h1 {
  font-size: 45px;
}

.section-padding {
  padding: 50px 0px;
}

/* Page Title  */
.ngo-page-title img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}

rs-layer {
  text-align: center !important;
}

.gallery-page img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.gallery-page .img-thm {
  margin-bottom: 20px;
}

/* Constituencies  */
.tax-county-img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.single-constituency {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.list-counties li:last-child span {
  display: none;
}

.table td,
.table th {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .dataTables_length label {
  display: flex;
  align-items: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: transparent;
  border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  border: 1px solid #4ea84f;
}

.dataTables_wrapper .dataTables_length label select {
  margin: 0px 16px;
}

/* End Constituencies */

.faqs .card-header .collapsible {
  background: #f5f5f5;
}

.faqs .card-header .collapsible.collapsed {
  background: transparent;
}

.faqs .card-header .chevron {
  position: absolute;
  right: 20px;
  font-weight: 100;
  font-size: 25px;
}

.faqs .card-header .collapsed .chevron {
  transition-duration: 300ms;
  transform: rotate(0deg);
  color: #13a74e;
}

.faqs .card-header .chevron {
  transition-duration: 300ms;
  color: #ee2529;
  transform: rotate(90deg);
}

.faqs .fas {
  color: #13a74e;
  font-size: 20px;
}

* {
  outline: none;
}

a {
  text-decoration: none !important;
  outline: none;
  word-wrap: break-word;
}

.btn-link:hover {
  text-decoration: none !important;
}

.faqs .card {
  border: none;
}

.faqs .accordion-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-right: 20px;
}

#ubermenu-nav-main-3-menu-1 {
  margin-left: auto;
}

.faqs .btn {
  white-space: inherit;
  text-align: left;
}

.faqs .card-body {
  padding: 20px 50px;
}

h4.title {
  color: #13a74e;
  font-size: 18px;
  font-weight: 800;
}

.faq_content {
  text-align: justify;
}

.ubermenu-current_page_item {
  background: #ee2529;
}

.about-tour {}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab>a {
  border-color: #e3e3e3;
  color: #ffffff !important;
  background-color: #ee2529 !important;
  font-weight: 600;
  text-align: center;
}

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-tab.vc_active>a {
  border-color: #f0f0f0;
  background-color: #4ea94f !important;
  color: #666;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a {
  color: #fff !important;
  background: #4ea94f !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  background: #ee2529 !important;
}

.mandate ol li {
  margin-bottom: 12px;
  font-size: 15px;
  text-align: justify;
}

/* Video  */
.ngo-video .video-thumbnail i {
  font-size: 18px;
  border: 1px solid #007844;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  /* position: absolute; */
  color: #007844;
  font-size: 14px;
  cursor: pointer;
}

.ngo-video .video-thumbnail:hover i {
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 1s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

.modal-body iframe {
  height: 70vh;
}

.job .briefcase {
  text-align: center;
  color: #fff;
  font-size: 30px;
}

.job .briefcase i {
  background: #13a74e;
  border-radius: 50%;
  padding: 15px;
}

.job .job-info {
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  padding: 30px 0px;
}

.job .job-info .content {
  position: relative;
  padding: 0px 30px;
}

.job .job-info .content:after {
  position: absolute;
  content: "";
  right: 0px;
  width: 1px;
  height: 100px;
  background: #b1b1b1;
}

.job h3.title {
  font-size: 20px;
}

.job .job-info .content:before {
  position: absolute;
  content: "";
  left: 0px;
  width: 1px;
  height: 100px;
  background: #b1b1b1;
}

.job .btn.view_details {
  background: #13a74e;
  float: right;
  color: #fff;
  font-weight: 700;
  padding: 5px 20px;
}

.job .job-items .location {
  margin-bottom: 0px;
}

.job .job-items .location i {
  color: red;
}

.top-menu .menu-item .nav-link {
  font-size: 12px;
  position: relative;
}

.top-menu .menu-item.active .nav-link {
  color: #ee2529;
}

.top-menu .menu-item .nav-link:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 1px;
  top: 10px;
  height: 15px;
  background: #13a74e;
}

.top-menu .menu-item .nav-link:after {
  content: "";
  position: absolute;
  right: -1px;
  width: 1px;
  top: 10px;
  height: 15px;
  background: #13a74e;
}

.top-menu .menu-item.social .nav-link:before {
  background: transparent;
}

.top-menu .menu-item.social .nav-link:after {
  background: transparent;
}

.top-menu .menu-item.social .nav-link {
  font-size: 14px;
  padding-left: 15px;
  color: #000;
}

.fab.fa-facebook-f {
  color: #4267b2;
}

.fab.fa-youtube {
  color: #f34423;
}

.fab.fa-twitter {
  color: #00acee;
}

.fab.fa-linkedin {
  color: #0e76a8;
}

.ubermenu-current-menu-item {
  background: #ee2529 !important;
  border-radius: 5px !important;
}

.ubermenu-current-menu-item a {
  color: #fff;
}

.ask-us {
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  padding: 120px 0px 80px;
  text-align: center;
  color: #fff;
  position: relative;
}

.ask-us:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: linear-gradient(to left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 66%,
      rgba(0, 0, 0, 0.5) 74%,
      rgba(0, 0, 0, 0.7) 100%);
}

.ask-us .sec-padding {
  width: 70%;
  margin: auto;
}

.ask-us h2 {
  font-size: 30px;
  padding-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.ask-us h2:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: #fff;
  left: 47%;
  top: -50px;
  border-radius: 10px;
}

.ask-us input {
  width: 100%;
  border-radius: 0px;
  border: none;
}

.ask-us .btn {
  background: #ef432a;
  color: #fff;
  transition-duration: 300ms;
  font-weight: 600;
}

.ask-us .btn:hover {
  background: #357944;
}

.news-date {
  background: #ef432a;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
}

.news-date span {
  font-size: 15px;
}

.newsletter input {
  background: transparent;
  border: 1px solid #d7d7d7;
  height: 40px;
  padding: 0px 10px;
  width: 100%;
  border-right: 0px;
  font-size: 14px;
  color: #fff;
}

.newsletter input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.newsletter input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.newsletter input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.newsletter input:focus {
  outline: none;
  border: 1px solid #357944;
}

.newsletter .btn {
  height: 40px;
  width: 100%;
  border-radius: 0px;
  background: #4ea84f;
  border: 1px solid #357944;
  color: #fff;
  font-weight: 600;
  transition-duration: 300ms;
}

.newsletter .btn:hover {
  background: #ef432a;
  border: 1px solid #ef432a;
}

.single-job .deadline span {
  background: #ee2529;
  padding: 5px 20px;
  color: #fff;
  font-weight: 700;
}

#ctf,
#cff {
  padding-right: 15px;
  padding-left: 15px;
  border-left: 3px solid #429049;
}

#ctf .ctf-item {
  border-left: 0px solid #313131;
  border-bottom: 1px solid #4a4a4a !important;
}

.ctf.ctf-type-usertimeline::-webkit-scrollbar,
#cff.cff-fixed-height::-webkit-scrollbar {
  width: 0.3em;
}
#cff .cff-author a{
	margin: 0px;
}

.ctf.ctf-type-usertimeline::-webkit-scrollbar-track,
#cff.cff-fixed-height::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #357944;
  box-shadow: inset 0 0 6px #357944;
  transition-duration: 300ms;
}

.ctf.ctf-type-usertimeline::-webkit-scrollbar-thumb,
#cff.cff-fixed-height::-webkit-scrollbar-thumb {
  transition-duration: 300ms;
  background-color: #ee2529;
  border-radius: 10px;
}

#ctf .ctf-header {
  padding: 5px 5px 5px 5px;
  display: none;
}

#ctf p.ctf-tweet-text,
#ctf p.ctf-media-link,
#cff p,
#cff {
  font-size: 12px;
}

#ctf.ctf-super-narrow .ctf-header-text {
  padding-top: 0px;
}

#ctf .ctf-header a {
  margin: 0px 0;
}

#ctf .ctf-header-name {
  font-size: 12px;
}

.ubermenu .ubermenu-target {
  padding: 12px 15px !important;
  transition-duration: 700ms;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
  padding-right: 25px !important;
}

.widget .rpwe-title a {
  font-size: 14px;
  color: #357944;
  font-weight: 700;
}

.widget-title {
  position: relative;
  margin-bottom: 20px;
}

/* .widget-title:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50px;
  background: #ef432a;
  height: 1px;
}

.widget-title:before {
  content: "";
  position: absolute;
  left: 55px;
  bottom: 0px;
  width: 5px;
  background: #ef432a;
  height: 1px;
} */

/* Constituency page  */
.constituency-thumbnail {
  width: 32px;
  height: auto;
  margin: 0px 16px 0px 0px;
}

/* Gallery  */
.gallery-albums .card img {
  height: 150px;
  object-fit: cover;
  width: 100%;
}

.counties-sub-menu {
  column-count: 4;
  background: #fff;
  padding: 20px;
}

.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
  background: #fff;
  width: auto;
}

.ubermenu .ubermenu-item.ubermenu-item-level-0 {
  position: relative;
}

.single-job .vacancy-title {
  margin: 10px 0px;
  background: #ef432a;
  padding: 10px;
  text-align: center;
  color: #fff;
}

.single-job .vacancy-heading {
  background: #13a74e;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.single-job .vacancy-heading h3 {
  font-weight: 700;
}

.single-job .vacancy-heading h4 {
  font-weight: 500;
  font-size: 20px;
}

.single-job .buttons .btn {
  background: #13a74e;
  color: #fff;
}

.single-job .buttons {
  border-bottom: 3px solid #13a74e;
}

.single-job .dates {
  margin: 20px 0px 0px;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
}

.gallery-tax .gallery {
  display: none;
}

.page-item.active .page-link {
  background-color: #13a74e;
  border-color: #13a74e;
}

.board .card {
  border: none;
  position: absolute;
  transition-duration: 300ms;
  cursor: pointer;
}

.board .card-title {
  text-transform: capitalize;
  font-size: 17px;
  width: 100%;
}

.board .card-body {
  transition-duration: 300ms;
}

.board .position {
  font-size: 15px;
  color: #fff;
  opacity: 0;
  left: 0px;
  width: 100%;
  padding: 0px 10px;
  display: none;
  transition-duration: 300ms;
}

.board .card:hover .card-body {
  transform: translatey(-160px);
  transition-duration: 500ms;
  z-index: 50;
}

.board .card:hover .card-body .position {
  opacity: 1;
  transition-delay: 300ms;
  position: absolute;
  display: block;
  text-align: center;
}

.board .card:hover .card-header:after {
  position: absolute;
  content: "";
  background: #4ea84fe6;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition-duration: 300ms;
}

.board .card:hover .card-title {
  font-weight: 800;
  color: #fff;
}

/* Resource Downloads */
.download-icon {
  width: 30px;
  margin-left: 10px;
}

.resource-downloads .list-group-item {
  padding: 10px 0px;
}

/* EVents Page  */
.events-page img {
  height: 250px;
  object-fit: cover;
}

.event-meta i::before {
  margin: 0px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

.sidebar .widget {
  margin-top: 0;
  margin-bottom: 40px;
  border: 1px solid #d6d6d6;
  padding: 30px;
  background: #fff;
}

.sidebar .widget.widget_astero_widget,
.sidebar .widget.widget_search {
  padding: 0;
}

.footer-ad .widget {
  margin-top: 1.5em;
}

.sidebar h6.widget-title {
  text-transform: uppercase;
  font-family: "helvetica_lightregular", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center;
  margin-top: -44px;
  margin-bottom: 30px;
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .sidebar h6.widget-title {
    font-size: 11px;
    margin-top: -44px;
    margin-bottom: 30px;
  }
}

.sidebar h6.widget-title span {
  padding: 8px 15px;
  font-size: 10px;
  background: #4ea84f;
  color: #fff;
  font-weight: 700;
  border: 1px solid #d6d6d6;
}

.sidebar .widget ul li {
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.sidebar .widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.sidebar .widget ul li a {
  color: #151515;
}

.single-post .hentry,
.archive .hentry,
.blog .hentry,
.single-post .comments-area,
.archive .comments-area,
.blog .comments-area,
.archive .site-main .posts-navigation,
.single-post .site-main .posts-navigation,
.blog .site-main .posts-navigation {
  padding: 30px;
  margin: 0 0 30px 0;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2),
    0 -1px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  -webkit-backface-visibility: hidden;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0.3em 0 0;
}

.home .page-content,
.home .entry-content,
.home .entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-title a {
  color: #1a0d47;
}

.entry-meta {
  font-size: 14px;
  padding: 0 0 16px;
}

.entry-meta a {
  color: #666;
  border-bottom: 1px dotted #666;
}

.single-post .entry-header,
.archive .entry-header,
.blog .entry-header {
  padding: 0;
  margin: 0 0 30px;
  border: none;
}

.entry-footer span {
  margin: 0 0.618em 0 0;
  padding: 0 0.618em 0 0;
  display: inline-block;
}

.single-event .social-links {
  margin-top: 35px;
}

.entry-footer a {
  color: #666;
}

.comments-link,
.tags-links,
.cat-links,
.edit-link {
  font-size: 15px;
  text-transform: Capitalize;
}

.edit-link:before,
.comments-link:before,
.tags-links:before,
.cat-links:before {
  font-family: "FontAwesome";
  margin-right: 0.5em;
}

.cat-links:before {
  content: "\f115";
}

.tags-links:before {
  content: "\f02c";
}

.comments-link:before {
  content: "\f0e6";
}

.edit-link:before {
  content: "\f044";
}

.row.continue-reading {
  margin: 32px 0 0;
  padding: 32px 0 0;
  border-top: 1px solid #d6d6d6;
}

.continue-reading span {
  margin: 0;
  padding: 0;
}

.read-more {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.read-more a {
  background: transparent;
  color: #1a0d47;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 12px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.read-more a:hover {
  border: 1px solid #a6ce42;
  background: #a6ce42;
  color: #ffffff;
}

.single-post .social-links a,
.archive .social-links a,
.blog .social-links a {
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}

.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
  width: 100% !important;
}

.self-hosted-audio {
  padding: 30px 0;
}

.post-thumbnail img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.downloads .nav .nav-item a {
  background: #ee2529;
  border-radius: 0px;
  font-weight: 700;
  color: #000;
  border: 1px solid #fff;
  height: 100%;
  padding: 15px 10px;
}

.downloads .nav .nav-item a.active {
  color: #ffffff;
  background: #13a74e;
  border-radius: 0px;
}

.downloads .tab-content ul li {
  padding: 20px 20px;
}

.downloads .tab-content ul li hover {
  padding: 20px 20px;
}

.downloads .tab-content ul li a {
  padding: 20px 20px;
  font-weight: 500;
}

.downloads .tab-content ul li:hover .download-icon {
  transform: rotateY(360deg);
  transition: transform 1s;
}

.downloads .tab-content ul li:hover a {
  color: #13a74e !important;
}

.gallery-albums .title {
  color: #13a74e;
  margin-bottom: 30px;
  position: relative;
}

.gallery-albums .title:after {
  position: absolute;
  content: "";
  background: #ee2529;
  bottom: -10px;
  width: 50px;
  height: 2px;
  left: 0px;
}

.gallery-albums .title:before {
  position: absolute;
  content: "";
  background: #ee2529;
  bottom: -10px;
  width: 5px;
  height: 2px;
  left: 55px;
}

.gallery-albums .title:hover.gallery-albums .title:before {
  background: #ee2529;
  width: 25px;
}

.gallery-albums .card {
  border: none;
}

.gallery-albums .card-body {
  padding: 10px 0px;
}

.gallery-albums .card h4 {
  color: #000;
  font-size: 18px;
}

.acc .card-header .collapsible {
  background: #f5f5f5;
}

.acc .card-header .collapsible.collapsed {
  background: transparent;
}

.acc .card-header .chevron {
  position: absolute;
  right: 30px;
  font-weight: 100;
  font-size: 25px;
}

.acc .card-header .collapsed .chevron {
  transition-duration: 300ms;
  transform: rotate(0deg);
  color: #13a74e;
}

.acc .card-header .chevron {
  transition-duration: 300ms;
  color: #ee2529;
  transform: rotate(90deg);
}

.acc .card .card-body {
  background: #4ea84f1a;
}

.acc .card .card-body table {
  background: #fff;
}

.acc .card-header .accordion-title {
  color: #ef432a;
  font-weight: 700;
}

.acc .card-header .collapsed .accordion-title {
  color: #13a74e;
  font-weight: 700;
  transition-duration: 300ms;
}

.acc .card-header .collapsed .accordion-title .show-hide {
  opacity: 0;
  transition-duration: 500ms;
  transition-delay: 200ms;
}

.acc .card-header .accordion-title .show-hide {
  opacity: 1;
  transition-delay: 200ms;
  transition-duration: 500ms;
}

.acc h3.title {
  margin-bottom: 20px;
}

.acc .card-header .collapsible {
  border-left: 5px solid #ef432a;
  border-radius: 0px;
  transition-delay: 200ms;
  transition-duration: 500ms;
}

.acc .card-header .collapsible.collapsed {
  border-left: 5px solid #13a74e;
}

.badge-success {
  padding: 9px 15px;
}

.events-page .modal-header {
  background: #13a74e;
  color: #fff;
  border-bottom: none;
}

.events-page .modal-header .flaticon-calendar-1 {
  color: #ef432b;
}

.events-page .event-content {
  padding: 25px 20px;
}

.events-page .img-bg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.events-page .card {
  cursor: pointer;
}

.events-page .card-body .flaticon-calendar-1 {
  color: #ef432b;
}

.modal-open .modal {
  background: #000000b5;
}

/*--------------------------------------------------------------
## Mobile Menu 
--------------------------------------------------------------*/
.toggle-menu,
.close-menu {
  position: fixed;
  display: none;
  cursor: pointer;
  z-index: 10;
}

.close-menu {
  top: 17px;
  z-index: 999;
  right: 0;
  padding: 24px;
}

.toggle-menu span,
.close-menu span {
  background: #ef2529;
  height: 2px;
  width: 31px;
  display: block;
  margin: 5px 0px 0px 0px;
}

.close-menu span {
  background-color: #fff;
}

.mobile-menu {
  position: fixed;
  background: #fff;
  top: 0;
  height: 100%;
  transform: translateX(-100%);
  width: 75%;
  transition: 0.7s cubic-bezier(0.45, 0.05, 0.55, 0.95) all;
  padding: 24px;
  /* background: #222; */
  z-index: 999999;
  /* display: none; */
  overflow-y: scroll;
}

.mobile-menu.open {
  /* display:block; */
  transform: translateX(0%);
}

.menu-mobile-menu-container li {
  padding: 11px 0px;
  border-bottom: 1px solid #d7d7d778;
}

a:hover {
  text-decoration: none;
}

.menu-mobile-menu-container .sub-menu {
  display: none;
}

.menu-mobile-menu-container a {
  color: #222;
  font-size: 17px;
  position: relative;
  width: 100%;
  display: block;
}

.current_page_item a {
  color: #13a74e;
  font-weight: 600;
}

#footer-menu .current_page_item a {
  color: #ee2529;
}

.menu-item-has-children>a::before {
  content: "\f105";
  position: absolute;
  font-family: FontAwesome;
  right: 0;
}

.site {
  /* transition:700ms; */
  transition: 0.6s ease-in-out all;
}

/* .site.push{
	transform:translate3d(-75%, 0px, 0px);
	position: relative;
} */

.site.push::before {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.95);
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 99;
}

/* Misc  */
.ussd ul,
.section-heading-ul,
.list-counties {
  display: flex;
}

.pagination.news {
  justify-content: space-between;
  float: right;
}

.pagination.news .page-numbers {
  padding: 0.5rem 0.75rem;
  color: #007bff;
  border: 1px solid #dee2e6;
  transition-duration: 300ms;
  align-self: center;
  margin-left: 25px;
}

.pagination.news .page-numbers:hover {
  background: #e9ecef;
  transform: rotateY(20deg);
  color: #007bff;
}

.pagination.news .page-numbers.next:hover,
.pagination.news .page-numbers.prev:hover {
  transform: rotateY(0deg);
}

.pagination.news .page-numbers.next,
.pagination.news .page-numbers.prev {
  padding: 7px 15px;
}

.pagination.news .page-numbers .fas {
  transform: translateX(0px);
  transition-duration: 300ms;
  padding: 0px 3px;
}

.pagination.news .page-numbers:hover .fa-chevron-right {
  transform: translateX(5px);
}

.pagination.news .page-numbers:hover .fa-chevron-left {
  transform: translateX(-5px);
}

.pagination.news .page-numbers.current {
  background: #4ea84f;
  color: #fff;
}

#single-navigation {
  align-items: center;
}

#single-navigation a{
  color: #4ea84f;
  font-size: 14px;
}

#single-navigation .right {
  float: right;    
  margin-top: -24px;
}

/*--------------------------------------------------------------
# Search Panel  
--------------------------------------------------------------*/
.search-panel {
  background: rgba(0, 0, 0, 0.97);
  position: fixed;
  top: 0;
  z-index: 9999;
  right: 0;
  transform: translateX(100%);
  width: 100%;
  transition: 0.6s cubic-bezier(0.46, 0.03, 0.52, 0.96) all;
  /* opacity: 0; */
  /* visibility: hidden; */
  z-index: 99999999999999999;
  height: 100%;
}

.search-panel.open {
  right: 0px;
}

#searchform {
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  /* transform:translateY(16px); */
}

.search-panel form input[type="text"] {
  font-size: 2.5rem;
  font-weight: 900;
  color: #fff;
  background: transparent;
  border: 0px;
  padding: 0px;
  margin: 0px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: 0;
  outline: 0 none;
  float: left;
  width: 100%;
}

#searchform .btn {
  font-size: 50px;
  color: #898989;
  background: transparent;
}

.search-panel .close-icon {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 30px;
  height: auto;
  visibility: hidden;
  opacity: 0;
}

.search-icon {
  margin: 12px 0px 0px 16px;
}

.search-icon,
.search-panel .close-icon {
  cursor: pointer;
}

.no-results [type="search"] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.search-results h3.title {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px 0px 19px;
  color: #13a74e;
  position: relative;
  font-size: 20px;
  margin-bottom: 35px;
}

.search-results h3.title:before {
  position: absolute;
  content: " ";
  background: #13a74e;
  width: 5px;
  height: 2px;
  left: 55px;
  bottom: -12px;
}

.search-results h3.title:after {
  position: absolute;
  content: " ";
  background: #13a74e;
  width: 50px;
  height: 2px;
  left: 0px;
  bottom: -12px;
}

.search-results ul {
  list-style: none;
  padding-left: 10px;
}

.search-results ul li:hover a h5 {
  color: #13a74e !important;
  transition-duration: 300ms;
}

.search-results ul li .fa-chevron-right {
  transition-duration: 300ms;
}

.search-results ul li:hover .fa-chevron-right {
  color: #ee2529;
  transform: translateX(10px);
}

.footer-socials .nav-item {
  border-radius: 0px;
  border: 1px solid #449445;
}

.footer-socials .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #449445;
  border: none;
  border: 1px solid #fff;
}

.footer-socials .nav-tabs {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

.footer-socials a:hover {
  transform: translateX(0px);
}

.site-footer .footer-socials h5 {
  margin-bottom: 20px;
}

/*************Start of Comment Form ************/
#respond {
  margin: 5% 0;
}

#comments {
  display: inline-block;
  clear: both;
  width: 100%;
  font-size: 0.8em;
}

ol.commentlist {
  padding: 0;
  margin: 5% 0;
  list-style-type: none;
}

ul.children {
  list-style-type: none;
  padding-left: 5%;
}

article.comment {
  margin: 5% 0;
  padding-left: 80px;
}

.children article.comment {
  padding-left: 60px;
}

.comment footer {
  font-size: 0.8em;
}

.comment p {
  margin: 0.25em 0;
  line-height: 1.2;
  font-size: 20px;
  color: #000;
  font-family: chaparral-pro, serif;
}

img.avatar {
  float: left;
  position: absolute;
  margin-left: -50px;
}

#commentform label {
  /* display: none; */
}

p.comment-subscription-form {
  clear: both;
}

input#subscribe_comments {
  padding: 0 !important;
  margin: 0 !important;
  margin-right: 0.5em !important;
  float: none !important;
}

#commentform p {
  margin-bottom: 20px;
}

#commentform input,
#commentform textarea {
  width: 95%;
  padding: 0%;
  background: #f7f7f7;
  border: none;
  margin: 0px 0px 30px 0px;
  border-bottom: 2px dashed #d7d7d7;
}

#commentform textarea {
  height: 100px;
}

#wp-comment-cookies-consent {
  width: 10px !important;
}

#comments #submit {
  /*   width: 200px !important; */
}

#reply-title {
  color: #ef432b;
  font-weight: 600;
}

ol.comment-list li {
  margin-bottom: 20px;
}

#commentform input#submit,
.button {
  color: #fff;
  padding: 10px;
  font-size: 20px;
  border: none !important;
  font-weight: 700;
  background: #ef432b;
  -webkit-appearance: none;
}

h2.comments-title {
  font-size: 18px;
  color: #4ea84f;
  margin-bottom: 20px;
}

#commentform input#submit:hover,
.button:hover {
  background: #333333;
}

#commentform input#submit:active,
.button:active {
  background: #333333;
}

@media (min-width: 700px) {
  #commentform input {
    /* width: 25%; */
    float: inherit;
  }

  .comment-form-author input,
  .comment-form-email input {
    margin-right: 5% !important;
  }
}

@media (max-width: 700px) {
  #commentform input#submit {
    width: 100% !important;
  }
}

/*************End of Comment Form ************/

.single-board .card {
  border-radius: 0px;
  width: 350px;
}

.single-board h3 {
  color: #13a74e;
  font-weight: 700;
}

.single-board p.position {
  color: #ef432a;
  font-weight: 700;
}

.single-board .btn {
  color: #fff;
  background: #13a74e;
  padding: 5px 20px;
  transition-duration: 300ms;
}

.single-board .btn .fas {
  transition-duration: 300ms;
}

.single-board .btn:hover {
  background: #ef432a;
}

.single-board .btn:hover .fas {
  color: #fff;
  transform: translateX(5px);
}

.resources-login form {
  margin-top: 20px;
  width: 400px;
  margin: auto;
  padding: 26px 24px 46px;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}

.resources-login form p {
  margin-bottom: 0;
}

.resources-login label {
  font-size: 14px;
  display: block;
  margin-top: 20px;
  font-weight: 600;
}

.resources-login form .input,
.resources-login input[type="text"] {
  font-size: 24px;
  width: 100%;
  padding: 5px;
  margin: 2px 6px 16px 0;
}

.resources-login .button {
  color: #fff;
  padding: 5px 30px;
  font-size: 15px;
  font-weight: 700;
  background: #ef432a;
  cursor: pointer;
  margin-top: 20px;
  transition-duration: 300ms;
}

.resources-login .button:hover {
  background: #13a74e;
}

.resources-login h4 {
  color: #13a74e;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  margin-bottom: 35px;
}

.resource-downloads ol li {
  transition-duration: 300ms;
}

.resource-downloads ol li:hover {
  font-weight: 500;
}

.resource-downloads ol li:hover .download-icon {
  transform: rotateY(360deg);
  transition: transform 1s;
}

.resource-downloads h5.title {
  color: #13a74e;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  font-size: 16px;
  margin: 15px 0px;
  text-align: center;
  background: #f3f3f3;
  padding: 10px 10px;
  margin: 0px;
}

.download-icon {
  width: 30px;
  margin-left: 10px;
}

.resource-downloads .logout {
  border: 1px solid #13a74e;
  color: #13a74e;
}

.resource-downloads .logout .fas {
  transition-duration: 300ms;
}

.resource-downloads .logout:hover .fas {
  transform: translateX(5px);
  color: #ef432a;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.application-form {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  background: #fff;
  padding: 20px;
}

.application-form .btn {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 5px 50px;
  margin-top: 30px;
  transition-duration: 300ms;
  margin: auto;
}

.application-form .btn:hover {
  background: #ee2529;
}

.application-form h4 {
  color: #13a74e;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 50px 0px 0px 0px;
}

.application-form h4 span {
  color: #ee2529;
}

.application-form label {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  margin-top: 20px;
}

.application-form label.red {
  color: #ef2529;
  margin-top: 40px;
  font-size: 15px;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #13a74e;
}

.application-form input::placeholder,
.application-form textarea::placeholder {
  color: red;
  font-size: 10px;
  font-style: italic;
}

.application-form .table .thead-dark th {
  color: #000;
  background-color: #ced4da;
  font-size: 10px;
  text-align: center;
  border-color: #dee2e6;
}

.application-form .table td {
  padding: 0px;
	min-width: 70px;
}

.resource-downloads .failed-login .fas {
  font-size: 30px;
  color: #ef2529;
  transform: translateY(5px);
}

.resource-downloads .failed-login a {
  color: #13a74e;
}

.site-header.scrolled {
  position: fixed;
  top: 0px;
  width: 100%;
  background: #fff;
  z-index: 20;
  transition-duration: 700ms;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.site-header.scrolled .top-menu {
  display: none;
}

.site-header.scrolled .custom-logo-link img {
  max-height: 40px;
  width: auto;
}

.site-header.scrolled .ubermenu .ubermenu-target {
  padding: 5px 10px !important;
}

.site-header.scrolled #primary-menu li a,
.ubermenu-item a {
  font-size: 12px;
}

.site-header.scrolled .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
  position: absolute;
  right: 0px;
}

.dataTables_wrapper {
  margin: 80px 0px 0px;
}

.dataTables_info {
  display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.5em 0.5em;
}

.data-preloader {
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  pointer-events: none;
  z-index: 999;
  transition-duration: 700ms;
  opacity: 0;
}

.data-preloader.show {
  animation: anime 3s 1;
}

@keyframes anime {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting {
  background: none !important;
}

#twitter-feed-@NGCDF_Kenya {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.fts-twitter-div {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.fts-tweeter-wrap {
  flex: 1 0 auto;
  width: 30%;
}

.fts-powered-by-text {
  display: none !important;
  opacity: 0;
  color: transparent !important;
}

.application-padding {
  padding: 3em;
}

.application-container {
  padding: 0em 3em;
}

.about-image {
  min-height: 200px !important;
}


.containercry {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.face {
  width: 180px;
  height: 200px;
  border: 9px solid #bdc3c7;
  border-radius: 50%;
  animation: face 7s infinite;
  animation-delay: 2s;
  position: relative;
  z-index: 9999;
}

.mouth {
  height: 10px;
  width: 35px;
  margin: 0 auto;
  margin-top: 15px;
  background-color: #bdc3c7;
  animation: mouth 7s infinite;
  animation-delay: 2s;
}

.tear {
  position: absolute;
  background-color: #13a74e;
  height: 0px;
  width: 15px;
  top: 70px;
  left: 50px;
  border-bottom-left-radius: 50%;
  animation: tear 7s infinite;
  animation-delay: 2s;
}

.tear2 {
  position: absolute;
  background-color: #13a74e;
  height: 0px;
  width: 15px;
  top: 70px;
  left: 110px;
  border-bottom-right-radius: 50%;
  animation: tear 7s infinite;
  animation-delay: 2s;
}

.eye {
  height: 10px;
  width: 45px;
  background-color: #bdc3c7;
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
  border-radius: 30%;
  animation: cry 7s infinite;
  animation-delay: 2s;
}

.eyebrow {
  width: 30px;
  font-size: 40px;
  font-weight: bold;
  color: #bdc3c7;
  display: inline-block;
  margin-left: 27px;
  margin-top: 10px;
  opacity: 0;
  animation: eyebrow 7s infinite;
  animation-delay: 2s;
}

.eyebrow:nth-child(1) {
  transform: rotate(-20deg);
}

.eyebrow:nth-child(2) {
  transform: rotate(20deg);
}

@keyframes mouth {
  10% {
    height: 30px;
    width: 25px;
    border: 6px solid black;
    border-radius: 50%;
    margin-top: -8px;
  }

  50% {
    height: 30px;
    width: 25px;
    border: 6px solid black;
    border-radius: 50%;
    margin-top: -8px;
  }

  60% {
    height: 10px;
    width: 35px;
    border-radius: 0%;
    border: none;
    margin-top: 15px;
  }
}

@keyframes cry {
  10% {
    transform: translateY(-34px);
    background-color: black;
  }

  50% {
    transform: translateY(-34px);
    background-color: black;
  }

  60% {
    background-color: #bdc3c7;
    transform: translateY(0px);
  }
}

@keyframes eyebrow {
  10% {
    opacity: 1;
    color: black;
  }

  50% {
    opacity: 1;
    color: black;
  }

  60% {
    opacity: 0;
  }
}

@keyframes face {
  10% {
    border-color: black;
  }

  50% {
    border-color: black;
  }

  60% {
    border-color: #bdc3c7;
  }
}

@keyframes tear {
  10% {
    height: 96px;
  }

  50% {
    height: 96px;
  }

  52% {
    height: 0px;
  }
}

.page-none {
  min-height: 80vh;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.page-none .red-bg {
  background: #ee2529;
}

.Iam {
  padding: 2em 5em;
  font: normal 40px/50px Montserrat, sans-serif;
  color: #999;
}

.single-blog img{
	max-width: 100%;
	height: auto;
}