/**==========================================**
       ERROR PAGE CSS 
**===========================================**/
.central-body-error {
  width: 100%;
  padding: 17% 5% 10% 5%;
  text-align: center;
  background: #126297;
  margin: 0px 0px 20px 0px;
  color: #fff;
}

.publications-content a {
    color: #f18903 !important;
    text-decoration: underline;
}

.central-body-error h2 {
  font-size: 70px;

}

.central-body-error h2,
.central-body-error p,
.central-body-error a {
  color: #fff;
}


.central-body-error a {
  margin-top: 30px;
}

.clear {
  clear: both;
  display: block;
}

#searchpopup .modal-content {
  padding: 20px;
}

#searchpopup .modal-dialog {
  max-width: 900px;
}








#searchpopup table,
#searchpopup .gsc-input-box,
#searchpopup table tr td {
  border: none;
  padding: 0px;
}

#searchpopup input.gsc-input {
  border: solid 1px #ccc !important;
  height: 3.3125rem !important;
  padding: .5rem !important;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

#searchpopup button.gsc-search-button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  height: 3.3125rem !important;
  padding: .5rem !important;
  width: 50px;
  margin: 0px;
  background: #e18001;
  color: #fff;
  border: none;
}

#searchpopup .close.button {
  float: right;
  height: 3.3125rem !important;
  padding: .5rem !important;
  width: 50px;
  margin: 0;
  background: #e18001;
  color: #fff;
  opacity: 9;
  position: absolute;
  right: 0px;
  top: 0px;
}

#searchpopup .gsib_a input {
  border: none;
  background: 0 0 !important;
}

.category-blog.category-5 .author-wrapper.overwritte .author-date h5 {

  color: #bf8000 !important;

}

.owl-nav {
  top: 50%;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
}

body.home .featured-img a h3,
body.home .popular p,
body.home .popular .item h3 a {
  font-weight: 700;
}

.background-styles .row:first-child .zoom-in div {
  background-position-x: right !important;
}

.background-styles .row:nth-child(3) .zoom-in div {
  background-position-x: left !important;
}

.home.blog .author-date ul li {
  display: inline-block;
}

.author-featured a {
  color: #122454;
}

.bug-fix p {
  display: none;
  visibility: hidden;
}

.social i.fa-twitter {
  background-color: #26A5DC;
}

.popular .children .postedwrap:last-of-type,
.children .postedwrap {
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 1rem;
  margin-bottom: 10px;
}

.social i.fa-linkedin-in {
  background-color: #1F78C0;
}

.social i.fa-youtube {
  background-color: #E71723;
}

.social i.fa-whatsapp {
  background-color: #2AA138;
}

.container.mobile-owl {
  position: relative;
}

.container.mobile-owl .owl-carousel,
.container.mobile-owl .owl-carousel .owl-item {
  position: initial;
}

.readmore {
  position: initial;
}

.mobile-owl .owl-item .author-date h6 {
  padding-left: 0px;
}

.hide {
  display: none;
}

#collapseTwo2 .card-body,
#collapseTwo .card-body {
  min-height: auto;
  max-height: initial;
  padding-bottom: 0px;
}

#collapseTwo .popular {
  margin-bottom: 0px;
}


.gray-img .btn.btn-primary {
  padding: 0px;
  border: none;
  margin: 0px;
}

.featured-img .btn-primary {
  padding: 0px;
  margin: 0px;
  border: none;
  width: 100%;
  float: none;
}

.margin-bottom-25 {
  margin-top: 25px;
}

#collapseTwo2 .featuredauthor {
  padding-top: 0px;
  margin-top: 0px;
}

.latest-news h3 {
  bottom: 36%;
  left: 0px;
  right: 0px;
}

.zoom-in {
  position: relative;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.owl-carousel .owl-nav button.owl-prev {
  float: left;
  width: 59px;
  height: 58px;
  background-color: rgb(0, 0, 0, 0.6);
  padding-top: 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
  transition: all 0.50s ease-in-out;
  animation: bg-position-change .3s ease;
}

.owl-carousel .owl-nav button.owl-prev::before {
  content: "";
  background-image: url(../images/arrow-left.png);
  width: 27px;
  height: 58px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 28px;
  position: absolute;
  line-height: 58px;
  vertical-align: middle;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


.owl-carousel .owl-nav button.owl-next {
  float: right;
  width: 59px;
  height: 58px;
  background-color: rgb(0, 0, 0, 0.6);
  padding-top: 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;

}

.owl-carousel .owl-nav button.owl-next::before {
  content: "";
  background-image: url(../images/arrow-right.png);
  width: 27px;
  height: 58px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 28px;
  position: absolute;
  line-height: 58px;
  vertical-align: middle;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#newsletter .content h2 {
  font-size: 20px;
  color: #122454;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: capitalize;
  margin-left: 20px;
  margin-right: 20px;
}

#newsletter {
  position: fixed;
  bottom: 50px;
  width: 400px;
  right: 0px;
  z-index: 9;
}

#newsletter .handle {
  text-align: center;
  height: 160px;
  width: 40px;
  margin: 162px 0px 0px 0;
  float: left;
  background: #fff;
}

.newsletter .handle a {
  display: block;
  margin: 0px auto;
  height: 30px;
}

#newsletter .handle a img {
  margin: 5px auto;
  width: 30px;
}

table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.11111rem;
  margin-top: 1.11111rem;
  table-layout: auto;
  width: 100%;
}

table thead {
  background: #F5F5F5;
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1rem;
}

table tbody tr td.slj-title {
  line-height: 30px !important;
}

table thead tr th,
table thead tr td {
  color: #222222;
  font-size: 0.77778rem;
  font-weight: bold;
  padding: 0.44444rem 0.55556rem 0.55556rem;
}

table tr th,
table tr td {
  color: #222222;
  font-size: 0.77778rem;
  padding: 0.5rem 0.55556rem;
  text-align: left;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #F9F9F9;
}

.static {
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 143px;
  width: 105px;
  background-image: url(../images/icons/static.png);
}

.relative {
  position: relative;
}


.owl-theme .owl-dots {
  text-align: center;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: -35px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border-radius: 10px;
  background: #1B2F62;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  border: solid 1px #1B2F62;
}

.hot-video .postedwrap {
  border-bottom: none;
  padding-bottom: none;
}

#newsletter .content {
  height: 300px;
  color: #666;
  width: 360px;
  background: #fff;
  padding: 0px;
  float: left;
}


.thumbnail-images .owl-carousel .owl-item .thumbimage-32 {
  width: 60px;
}

.owl-carousel.partners-logo .owl-item img {
  width: 280px;
  height: auto;
  max-width: 100%;
}

.owl-carousel.partners-logo .owl-item:first-child img {
  width: 100px;
  height: auto;
  max-width: 100%;
}

#newsletter .content form input[type=submit] {
  color: #fff;
  text-transform: uppercase;
  background: #f18903;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  border: solid 1px #f18903;
  padding: 10px;
  font-size: 1em;
  margin-left: 20px !important;
  width: initial !important;
}

#newsletter .content form input {
  background: #eee;
  border: 1px solid #122454;
  color: #122454;
  margin-left: 20px;
  margin-right: 20px;
}

#newsletter .content form label {
  color: #122454;
  margin: 5px 0;
}

.default-image {
  background-image: url(https://www.fsdkenya.org/wp-content/uploads/2020/03/placeholder-no-no-image-150x150.jpg);
  width: 96px;
  height: 96px;
  background-position: center;
  border-radius: 96px;
  overflow: hidden;
  margin: 0 auto;
}

.author-name {
  height: auto;
  float: none;
  padding-top: 0px;
  text-align: center;
}

.hot-video h3 {
  text-transform: none;
}

.hot-video h3::first-letter {
  text-transform: none;
}

.read-more-links {
  display: block;
  clear: both;
}

.breadcrumb li {
  text-transform: capitalize;
}

.nav-item.custom_drop li {
  float: left;
}

.dropdown-menu .dropdown-menu {
  display: block;
  margin: 0px;
  position: initial !important;
}


.dropdown-menu .dropdown-item {
  color: #122454;
  font-size: 20px;
  line-height: 23px;
  margin-top: 0px;
  margin-bottom: 1.25rem;
  border-bottom: solid 4px #0e4e77;
  padding-bottom: 1rem;
  padding-top: 1.5625rem;
}

.dropdown-menu.nav-sub.row .dropdown-menu.nav-sub.row .dropdown-item {
  color: initial;
  font-size: 13px;
  line-height: initial;
  margin-top: initial;
  margin-bottom: initial;
  border-bottom: none;
  padding-bottom: .5rem;
  padding-top: .5rem;
}

.dropdown-menu.nav-sub.row .dropdown-menu.nav-sub.row,
.custom_drop.col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

.menu-item-has-children {
  width: 100%;
  max-width: 100%
}

.panel.search.container {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333;
}

.panel.search input[type=submit].button.fullwidth {
  height: 3rem;
}

.panel.search a.panel.container {
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 10px !important;
  display: block;
  padding: 1.25rem;
  color: #333;
}

.panel.search a.panel.container:hover {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.panel.search a.panel.container span,
a[data-toggle] span {
  background-image: url(../images/icons/play.png);
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
}

.modal-body iframe {
  width: 100%;
}

form.panel {
  background: #FFF;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  color: #333
}

form.panel input,
form.panel .button {
  width: 100%,
}

.col-md-3.columns {
  padding-right: 0px !important;
}

.col-md-9.columns {
  padding-left: 0px !important;
}

form.panel input {
  height: 3rem;
  border-radius: 0px;
  outline: none;
  resize: none;
  background: #F0F1F1;
  box-shadow: none;
  color: #122454 !important;
  width: 100%;
  font-style: italic;
  font-size: 14px;
  border: none;
  padding: 1rem;
}

form.panel .button {
  background-color: #007bff !important;
  margin: 0 0 1.25rem;
  border: 0px;
}

.panel.margin-bottom-20 .columns {
  padding-left: 20px;
  padding-right: 20px;
}

.bannerinner .carousel-caption {
  z-index: 9;
}

a[data-toggle] span {
  z-index: 99;
}

/*=========================================================
SOCIAL MEDIA CSS STYLING
===========================================================*/
.share-your-thoughts {
  /* display: block;
clear: both;*/
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
}

.shared-counts-wrap.style-icon,
.social {
  margin: 0px;
  overflow: initial;
  display: block;
  clear: both;
}

.shared-counts-wrap.style-icon a.shared-counts-button,
.shared-counts-wrap.style-icon a.shared-counts-button:hover {
  color: #fff;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  margin-right: 6px;
}

.shared-counts-wrap.style-icon a.shared-counts-button:hover {
  transform: rotate(360deg) scale(1.1, 1.1);
  transition-duration: 1.2s;
  transition: .2s;

}

.shared-counts-wrap.style-icon a.shared-counts-button:last-child {
  margin-right: 0px;
}

.shared-counts-wrap.style-icon a.shared-counts-button .shared-counts-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.shared-counts-wrap.style-icon a.facebook {
  background-color: #3B5997;
}

.shared-counts-wrap.style-icon a.twitter {
  background-color: #01AAEC;
}

.shared-counts-wrap.style-icon a.linkedin {
  background-color: #0077B5;
}

.shared-counts-wrap.style-icon a.email {
  background-color: #E18001;
}

.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
  fill: #fff !important;
  width: 18px !important;
  height: 18px !important;

}

.tags-wrapper a {
  font-size: 14px;
  text-align: left;
  color: #212529;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 1rem;

}

.tags-wrapper {
  margin-bottom: 1rem;
}

.commentlist {
  display: none;
}

#reply-title {
  display: none;
}


#twitter ul li .timePosted {
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 1rem;
  font-size: 15px;
}

#twitter ul li .timePosted a {
  color: #122454;
}

#twitter ul li:last-child .timePosted {
  border-bottom: none;
}

#twitter ul li,
#twitter ul li p.tweet,
#twitter ul li p.tweet a,
#twitter ul li p.timePosted #twitter ul li p.timePosted a {
  display: block;
  clear: both;
}

#twitter ul li p.tweet a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

a[data-scribe="element:hashtag"] {
  display: none !important;
}

.color-black {
  color: #122454;
}

.hot-video .owl-theme .owl-dots {
  position: initial;
}

.finaccess .readmore-link {
  padding: 0px;
}

.special-collection .owl-theme .owl-dots {
  bottom: -70px;
}

.special-collection .owl-theme .owl-dots .owl-dot span {
  background: #E18001;
  border-color: #E18001;
  width: 20px;
  height: 20px
}

.special-collection .owl-theme .owl-dots .owl-dot.active span,
.special-collection .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  border-color: #fff;
  width: 20px;
  height: 20px
}

section.special-collection .container.special {
  display: block !important;
}

.inner-content section.banner {
  margin-bottom: 20px;
}

.inner-content .col-md-9 ul li {
  list-style-type: disc;
  padding-bottom: 20px;
}

.inner-content .col-md-9 ol li {
  list-style-type: decimal;
  padding-bottom: 10px;
}

.inner-content .col-md-9 ol {
  padding-bottom: 0px;
  margin-bottom: 0rem;
}

.inner-content .col-md-9 ul,
.inner-content .col-md-9 ol {
  padding-left: 40px;
}

/*=========================================================
cookiealert CSS
===========================================================*/


.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: #114c90;
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}


.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.cookiealert-container .left {
  float: left;
}

.cookiealert-container .btn-primary {
  margin-top: 20px;
  color: #fff;
  border-color: #dd7e20;
  background-color: #dd7e20;
  width: auto;
}

/*=========================================================
PAGINATION CSS
===========================================================*/
.pagination span.pages {
  margin-right: 20px;
}

.pagination a,
.pagination .current {
  border-radius: 3px;
  transition: background-color 300ms ease-out;
  color: #122454;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
  background: #fff;
  border-radius: 2px;
  margin: 0px 10px 0px 0px;
}

.pagination .current {
  transition: background-color 300ms ease-out;
  color: #122454;
  line-height: inherit;
  padding: 0.0725rem 0.717rem 0.0725rem;
  background: #1B2F62;
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
}

.pagination {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

.pagination a .fa {
  font-size: 34px;
  color: #122454;
  font-weight: bold;

}

.pagination a.nextpostslink,
.pagination a.previouspostslink {
  border: 4px solid #122454;
  background: none;
  padding: 0.5rem 1rem 0.5rem;
}

.home .gray-bar.overwrite .col-md-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.home .gray-bar.overwrite {
  background-color: transparent;
  padding: 0px;
  margin-top: 25px;
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 1rem;
  line-height: normal;
}

.gray-bar.overwrite .publication-name,
.gray-bar.overwrite .publication-date {
  font-size: 12px;
  margin-bottom: 0;
  clear: both;
  display: block;
  line-height: normal;
  padding-left: 0px;


}

.gray-bar.overwrite h3 {
  color: #122454;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: normal;
}

.gray-bar.overwrite p {
  padding: 0px;
  margin: 0px;
  line-height: normal;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.overlay {
  position: relative;
}

.overlay:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url(../images/overlay.png);
  background-repeat: repeat;
}

.no-content {
  font-size: 36px;
  line-height: 21px;
  color: #122454;
  font-weight: bold;
  text-align: center;
  margin: 30% auto 0px auto;
}

.nav-link {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
}



.white .campaignsimg:hover .holder-panel .headingwrapper,
.white .campaignsimg .holder-panel .headingwrapper {
  position: initial;
  padding: 0px;
  margin: 0px;
  background: transparent;
  min-height: auto;
  max-height: auto;
}

.white .campaignsimg:hover .holder-panel .slider,
.white .campaignsimg .holder-panel .slider {
  position: initial;
  padding: 0px;
  margin: 0px;
  background: none;
}

.white .campaignsimg .holder-panel h2 {
  margin: 0px;
}

.white .campaignsimg .holder-panel h2 a {
  color: #fff;
  font-size: 14px;
}

.white .campaignsimg .holder-panel .heading-tittle {
  background: none;
  padding: 0px;
  margin: 0px;
}

.white .campaignsimg .holder-panel {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, .6);
  width: 100%;
  color: #fff;
  padding: 10px 0;
  height: auto;
}

section.our-partners {
  display: none;
}

.our-partners img {
  margin-right: 5.5rem;
}

body.page-id-178 section.our-partners,
body.home section.our-partners {
  display: block;

}


body.page-template-OurPeopleDefault .social {
  display: none;
}



body.page-id-370 .innerbanner,
body.parent-pageid-370 .innerbanner {
  /*background-image: url(../images/Our-Team-banner-1.jpg);
background-image:cover;*/
}

body.page-id-178 .slider h1 {
  display: none;
}

body.category-research-and-publications .gray-bar iframe {
  display: none;
  font-weight: normal;
  font-size: 14px;
  color: #122454;
}

body.category-research-and-publications .gray-bar a {
  font-weight: normal;
  font-size: 14px;
  color: #122454;
}

.leading-item-content h5 {
  margin-top: 24px;
}

.searchandfilter ul li {
  list-style: initial;
  display: initial;
  padding: 0px;
  margin: 0px;
}

.searchandfilter ul {
  display: flex;
}

.searchandfilter select.sf-input-select {
  max-width: 100%;
  min-width: 100%;
}

.searchandfilter label {
  width: 100%;
}

.searchandfilter ul li li {
  padding: 0px;
  width: 100%;
}

.center,
.center p,
.center h1 {
  text-align: center;
  margin: 0 auto;
}

.inner-content .center h1 {
  background: none;
}

.searchandfilter .form-group {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

.mapCont {
  margin-top: 20px;
}

.white .campaignsimg .holder-panel h2 {
  line-height: normal;
  font-size: 20px;
  padding-top: 10px;
  font-weight: bold;


}

.leading-item-content-overwritte {
  padding-top: 20px;
  padding-right: 20px;
  font-size: 13px;
}

.leading-item-content-overwritte h2 {
  font-size: 16px;
}

.leading-item-content-overwritte h3 {
  margin-bottom: 3px;
  margin-top: 10px;
  font-size: 14px;
}

.imgLiquidNoFill2 {
  background-position: top center !important;
}

.leading-item-content-overwritte h5,
.leading-item-content-overwritte h5 {
  font-size: 18px;
  color: #bf8000;
}

.col-md-12.topic-banner {
  padding-bottom: 50px;
}


.research-publications .name-title a,
.research-publications .name-title {
  margin-top: 0px !important;
  font-size: 12px !important;
  margin-bottom: 0px;
  color: #122454 !important;
  font-weight: bold;
  line-height: normal;
}

.post-template-default .author {
  width: auto;
  float: initial;
  display: initial;
}

.publication-name {
  font-size: 18px;
  font-style: italic;
}

.innerleft h3 a {
  color: #122454;
}

.postid-592 h6 {
  display: none;
}

.research-publications a {
  font-weight: normal;
  line-height: normal;
  margin-bottom: 0px;
  color: #122454;
}

.author-wrapper.overwritte .author-img {
  width: 10%;

}

.margtin-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.category.category-annual-report .author-wrapper {
  display: none;
}

.page-template-WhowearePage .campaignsimg h2 {
  color: #fff !important;
}

.page-template-WhowearePage .campaignsimg {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.header-top .navbar-expand-lg .navbar-nav .nav-link {
  white-space: nowrap;
}

header .widget-title {
  display: none;
}

.category-annual-report .research-publications .row:first-child .gray-bar {
  display: none;
}

.search_google_form input.pseudoq_g_img {
  background-image: none;
}

#headingThree a.color-black.clear {
  margin-top: 10px;
}

.latest-news .owl-item .col-cont {
  min-height: 50px;
  padding: 0px 40px 22px 40px;
}


/*---- *COMMON CSS CLASSES* ----*/
.cursor-ponter {
  cursor: pointer;
}

strong {}

hr {
  border: none;
  height: 1px;
  background-color: #ccc;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: auto;
  background-position: center;
  text-align: center;
  float: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.hide {
  display: none !important;
}

.display-inline li {
  display: inline;
}

.display-block li {
  /*display: block; */
}

.display-block {
  display: block;
}

.display-table {
  display: table;
}

.display-table-inline {
  display: inline-table;
}

.clear {
  clear: both;
}

ul {
  padding-left: 0px;
}

.relative {
  position: relative;
}

.color-black {
  color: #122454;
}

.margin-top-2rem {
  margin-top: 2rem;
}

.margin-bottom-1rem {
  margin-bottom: 1rem;
}

.margin-bottom-2rem {
  margin-bottom: 2rem;
}

.padding-top-2rem {
  padding-top: 2rem;
}

.padding-bottom-2rem {
  padding-bottom: 2rem;
}


.padding-top-4rem {
  padding-top: 4rem;
}

.padding-bottom-4rem {
  padding-bottom: 4rem;
}

.padding-top-3rem {
  padding-top: 3rem;
}

.padding-bottom-3rem {
  padding-bottom: 3rem;
}


.padding-top-1rem {
  padding-top: 1rem;
}

.padding-bottom-1rem {
  padding-bottom: 1rem;
}


.padding-top-3rem.padding-bottom-3rem p {
  margin: 0px;
}

/* micky just started */


.hgbg {background: #1b3163;}
.hgbg a{
  font-family: "CenturyGothic-Bold";
  font-weight: 400;
  font-size: 12px;
  color: #FFF;
  background-color: #f18903;
  border-radius: 2rem;
  border: solid 1px #f18903;
  max-width: 100%;
  padding: .3rem .8rem;
}
.hgbg a:hover{
  color: #f18903;
  background-color: #FFF;
}

.newhg {
  height: 70vh;
  background:linear-gradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3)),}
.newhg .conts {
  position: relative;
  top: 70%;
}
.newhg h3{color: #FFF !important;font-size:24px !important;}

.hgbg .col-md-5{
  height: 70vh;
  overflow: auto;
  padding: 2%;
}

.highs {
  margin-bottom: 7%;
  display: flex;
}
.highs img {
  width: 30%;
  margin-right:.5rem;
}

.highs .rght{
  width: 68%;
}

.rght h3{color: #FFF !important;}

.category-finaccess-household-surveys  .filter-blue .form-control {
  border: 1px solid #1b3063;
  background: #1b3063;
  color: #fff;
}
.category-finaccess-household-surveys  .filter-blue .form-control::placeholder,
.category-finaccess-household-surveys  .filter-blue input::placeholder {
  color: #fff !important;
}


#latestCategoryCarousel .col-md-4{
  float: left;
}

.category-finaccess-household-surveys .banner-image2 .read-more ,
.banner-image2 .read-more  {
  background-color: #fe9716 !important;
  text-decoration: none !important;
  border-radius: 5px !important;
}

.category-finaccess-household-surveys  .filter-blue .btn-secondary {
  background-color: #fe9716;
  border-color: #fe9716;
  border: 1px solid #fe9716;
}

#latestCategoryCarousel .read-more {
  background-color: #fe9716 !important;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}

#latestCategoryCarousel h5 {
  color: white;
  margin: 10px 0px;
}

#latestCategoryCarousel .carousel-control-prev-icon,
#latestCategoryCarousel .carousel-control-next-icon {
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  height: 40px;
  width: 40px;
}

#latestCategoryCarousel .carousel-control-prev-icon::before,
#latestCategoryCarousel .carousel-control-next-icon::before {
  content: none;
}

#latestCategoryCarousel .carousel-control-prev-icon i,
#latestCategoryCarousel .carousel-control-next-icon i {
  color: black;
}

#latestCategoryCarousel .carousel-control-prev,
#latestCategoryCarousel .carousel-control-next {
  position: absolute;
  top: 80% !important;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  margin-top: 10px;
  opacity: 9;
}

#latestCategoryCarousel .carousel-control-prev {
  left: 44%;
}

#latestCategoryCarousel .carousel-control-next {
  right: 44%;
}


#latestCategoryCarousel  {
  margin-top: 20px;
  background-color: #126297;
  min-height: 450px;
  padding: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;

}
.menu-bar a:hover {
  color: #fe9716 !important;
} 

.menu-bar a {
  font-family: "CenturyGothic-Bold";
  border-right: #fff solid 1px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 14px;
  text-decoration: none;
} 


.menu-bar a:last-child {
  border-right: none;

} 






@media (max-width: 991.98px) {
  .cookiealert-container .left {
    float: none;
  }

  .cookiealert-container .btn-primary {
    width: 100%;
  }

  .gsc-control-cse {
    display: none;
  }

  #collapseThree a.color-black.clear {
    display: none;
  }

  .navbar-light .navbar-toggler {
    border-color: transparent;
    outline: 0 !important;
    float: right;
    position: absolute;
    right: 0;
    top: 20px;
  }

  section#wgs_widget-2 {
    display: none;
  }

  .filter-blue.inline-button a {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }

}

@media (max-width: 767.98px) {

#latestCategoryCarousel .carousel-control-prev,
#latestCategoryCarousel .carousel-control-next {
    display: none;
}
  .cookiealert-container .left {
    float: none;
  }

  .cookiealert-container .btn-primary {
    width: 100%;
  }

  .filter-blue.inline-button a {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }

  /* .banner .carousel-caption h1 {
    line-height: normal !important;
    font-size: 18px !important;
  } */

  .author-pic {
    height: 165px !important;
  }

  .gsc-control-cse {
    display: none;
  }

  #headingThree a.color-black.clear {
    display: none;
  }

  .our-partners img {
    margin-right: 0 !important;
  }

  section#wgs_widget-2 {
    display: none;
  }

  .dropdown:hover>.dropdown-menu {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .dropdown:hover>.dropdown-menu .nav-item {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .header-top .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding-left: 20px;
  }

  .navbar-nav li.nav-item {
    padding-left: 0px;
  }

  .special-collection h2,
  .special-collection p,
  .special-collection a,
  .special-collection .readmore-link {
    text-align: center;
    margin: 40px 20px;
  }

  .special-collection .owl-theme .owl-dots {
    bottom: 0px;
  }

  section.special-collection .container.special {
    padding: 0px;
  }

  .banner .carousel-item img {
    max-width: initial !important;
  }

  .newsletter {
    display: none;
  }

}