@media (max-width: 768px){
.search-content-mobnav input { /*coa 288*/
    width:80%;
  }

  .search-close{
    margin-top: 30px;
  }
  .search-close span{
    width: 25px;
  }

}

/*-------------------projects listion---------------------------------*/
.project-listing{
  margin-bottom: 40px;
}
ul.breadcrums{
  /* position: relative; */
}
.post-count{
margin-top: 20px;
}
.post-count h3{
  font-size: 18px;
  color: #116B51;
  font-weight: 700;
  font-family: "Montserrat" ,sans-serif;
  text-align: right;
  margin-bottom: 20px;
}
.project-box.first{
  padding-left: 0;
  padding-right: 30px;
}

.project-box.third{
  padding-left: 30px;
  padding-right: 0;
}
.project-image{
  position: relative;
  margin-bottom: 50px;
}
.project-image img {
  width: 100%;
  height: auto;
  min-width: 360px;
}
.title-box{
  width: 91.96%;
  height: 180px;
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: #F0F0F0;
  text-align: left;
  padding: 30px 30px 20px 30px;
}
.title-box h2{
  font-size: 14px;
  font-family: "Montserrat" ,sans-serif;
  font-weight: 700;
  line-height: 18px;
}

.title-box a{
  color:#5F6671;
}
.title-box p{
  color: #5F6671;
  font-size: 13px;
  font-family: "Montserrat" ,sans-serif;
  font-weight: 400;
  text-align: left;
}
.title-box:hover{
  background: #006053;
}
.title-box:hover a{
  color: #fff;
}
.title-box:hover p{
  color: #fff;
}
.project-box p.details{
  text-align: center;
  margin-bottom: 50px;
}

/*-------------------project filter-----------------*/
.filter-project{
  padding: 15px 20px;
  border: 1px solid #E3E3E3;
  margin-bottom: 40px;
}
.filter-project label{
  font-size: 13px;
  color: #5F6671;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  }
.filter-project select{
  width: 100%;
  background: #F0F0F0;
  padding: 10px 20px;
  color: #5F6671;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  border: 0;
  cursor: pointer;
}
.filter-button button{
  width: 100%;
  background: #006053;
  color: #fff;
  border: none;
  height: 38px;
  margin-top: 24px;
  font-family:Montserrat;
  font-weight:bold;
  text-transform: uppercase;
}
.filter-button:hover button{
  opacity: 0.9;
  transition: 300ms opacity linear;
}


/*--------------------------project single----------------------------------*/
.single-project-content{
  padding-right: 0;
}
.project-info{
  border: 2px solid #FFC826;
  padding: 40px;
}
.project-info span{
    color: #006053;
    font-size: 11px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.project-info p{
  color: #5F6671;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-top: 5px;
}

a.go-back-button.projects-button {
  float: left;
  border-bottom: none;
  margin-top: 20px;
}

a.go-back-button.projects-button button{
  width: 240px;
}
blockquote{
  background: #F0F0F0;
  font-size: 18px;
  color: #5F6671;
  font-family: 'Noto Serif', serif;
  font-weight: 400;
  line-height: 200%;
  padding: 30px 40px;
  border-left: 0;
  border-right: 5px solid #006053;
}
.single-project-content h1{
  font-size: 36px;
  color: #5F6671;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 50px;
  margin-top: 0;
}
.content h2 {
  font-size: 26px;
  color: #5F6671;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  line-height: 60px;

}
.content h2::before{
  content: "";
  background: #FEC10D;
  width: 10px;
  height: 60px;
  float: left;
  margin-right: 20px;
}
.content h3{
  font-size: 26px;
  color: #5F6671;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
}
.content p{
  margin-bottom: 30px;
}
.content ul li {
  list-style: none;
  position: relative;
}
.content ul li::before{
  content: '\2022 ';
  color: #FEC10D;
  padding-right: 10px;
  font-size: 50px;
  position: absolute;
  top: -18px;
  left: -50px;
}
.category-news .enigma_header_breadcrum_title,
.category-publications .enigma_header_breadcrum_title{
  margin-bottom: 40px;
}
.post-template-publication-single .enigma_header_breadcrum_title
{
  margin-bottom: 40px;
}
/* ---------------- Navigation p responsive ---------------- */
.dropdown li p {
    padding: 20px 32px 20px 20px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 120%;
}
.dropdown li p a {
  line-height: 1.5em;
  display: inline-block;
  padding-left:5px;
}
.dropdown li p a:link, .dropdown li p a:visited {
  color: #fff;
  }

@media (min-width:900px) {
  .project-box:nth-of-type(3n+1) {
    padding-left: 0;
    padding-right: 30px;
  }

  .project-box:nth-of-type(3n+3) {
    padding-left: 30px;
    padding-right: 0;
  }
}

@media (min-width:768px) {
  .project-box:nth-of-type(3n+4) {
    clear:both;
  }
}

@media (max-width:1200px) {
  .project-box{
    width: 33.33%;
    margin-bottom: 60px;
    float: left;

  }
  .project-box .project-image img{
    width: 100%;
    height: auto;
  }
  .title-box{
    right: -2px;
    bottom: -40px;
    height: 200px
  }
}
@media (max-width:990px) {
  .filter-project{
    height: 80px;
    padding: 5px 20px;
  }

  .project-box{
    width: 32%;
    padding:0;
    margin-bottom: 60px;
    float: left;

  }
  .project-box.first{
    margin-right: 2%;
    padding: 0;
  }
  .project-box.first.third{
    margin-left: 2%;
    margin-right: 0;
    padding: 0;
  }
  .project-box .project-image img{
    width: 100%;
    height: auto;
  }
  .title-box{
    height: 200px;
    padding: 10px 20px 20px 10px;
    bottom:-50px;
  }
  .project-image{
    margin-bottom: 60px;
  }
  .info{
    width: 33.33%;
    float: left;
  }
  .project-info{
    padding: 25px;
  }
  a.go-back-button.projects-button button{
    width: 170px;
    float: left;
  }
  .single-project-content{
    width: 66.66%;
    float: right;
  }
}
@media (max-width:768px) {
  .filter-project{
    height: 300px;
    padding-top:15px;
  }
  .dep,
  .country,
  .donor{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
  }
  .project-box,
  .project-box.first,
  .project-box.third{
    width: 48.87%;
    margin: 0.56%;
    margin-bottom: 50px;
    padding: 0;
  }
  .project-box .project-image img{
    width: 100%;
    height: auto;
  }
  .title-box{
    padding: 10px 30px 20px 10px;
    height: 200px;
    right: 0;
  }
  .info{
    width: 100%;
    margin-bottom: 50px;
  }
  .single-project-content{
    width: 100%;
  }
  a.go-back-button.projects-button button{
    width: 240px;
  }
  .project-box:nth-of-type(2n+1) {
    clear:both;
  }
}
@media(max-width:600px){
  .project-box,
  .project-box.first,
  .project-box.third{
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
  .title-box{
    padding: 20px 30px 20px 30px;
    height: 180px;
}
}


/*--------------------home slider-----------------------*/
.home-slider {
  margin-top: 90px;
}
.chpcs_prev span{
  display: none;
}
/* .chpcs_prev::before{
  color: #006053;
  font-size: 40px;
  content: "\f104";
  font-family: "FontAwesome";
}
.chpcs_prev:hover::before{
  opacity: 0.5;
} */
/* .chpcs_next::before{
  color: #006053;
  font-size: 40px;
  content: "\f105";
  font-family: "FontAwesome";
}
.chpcs_next:hover::before{
opacity: 0.5;
} */
.chpcs_next span{
  display: none;
}
span.chpcs_img a{
  display: block;
  position: relative;
}
span.chpcs_img a:hover::after{
display: none;
}
span.chpcs_img a::after{
  content: "";
  background: #006053;
  opacity: 0.35;
  padding: 0;
  display: block;
  top: 0;
  bottom: 0;
  right: -10px;
  left: 0;
  position: absolute;
}
span.chpcs_title{
  width: 90%;
  height: auto;
  min-height: 180px;
  background: #F0F0F0;
  position: absolute;
  bottom: 120px;
  right: -20px;
  padding: 30px;

}
span.chpcs_title a{
  font-size: 18px;
  color: #5F6671;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  float: left;

}
span.chpcs_title:hover{
  background: #006053;
}
span.chpcs_title:hover a{
  color: #FFF;
}
span.chpcs_more a:hover{
  color: #EFB401;
  border-bottom: 0;

}
span.chpcs_more a{
  font-size: 18px;
  border-bottom: 2px solid #FEBF0C;
  padding-bottom: 5px;
  font-family: 'Noto Serif', serif;
  font-weight: 500;
  color:#FEC10D;

}


/*---------------------jobs filter & jobs jobs-preview*/
.gopa-hiring{
  margin-bottom: 60px;
}
.gopa-hiring-text{
  padding-left: 0;
}
.gopa-hiring-text p{
  font-family: 'Noto Serif', sans-serif;
  color: #5F6671;
  font-size: 18px;
  line-height: 200%;
}

.gopa-hiring-text ul li{
  font-family: 'Noto Serif', sans-serif;
  font-size: 18px;
  color: #5F6671;
  line-height: 200%;
  margin: 20px 0;
  position: relative;
  background-color: rgba(0,0,0,0);
}
.gopa-hiring-text ul li::before{
  content: '\2022 ';
  color: #FEC10D;
  padding-right: 10px;
  font-size: 50px;
  position: absolute;
  top: 0;
  left: -50px;
}

h2.avilable-positions{
  font-family: 'Montserrat', sans-serif;
    color: #5F6671;
    font-weight: 900;
    font-size: 26px;
    padding: 16px 0 16px 20px;
    margin: 0;
    margin-bottom: 40px;
    border-left: 10px solid #FEC10D;
}
.jobs-listing{
  margin-bottom: 40px;
}
.category-gopa-jobs .post-count{
  margin-top: 0;
}
.jobs-listing-item {
  background: #F0F0F0;
  margin: 0;
  border: 0;
  padding: 0;
  margin-bottom: 2px;
  transition: all 250ms;
  position: relative;
}

.jobs-listing-item a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 30px;
}
.jobs-listing-item:hover{
  border-left: 5px solid #FEC10D;
  transition: all 250ms;
  cursor: pointer;
}
.jobs-listing-item a p.location{
  font-size: 13px;
  color: #5F6671;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.jobs-listing-item p {
  color: #5F6671;
  font-size: 18px;
}
.jobs-listing-item a h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #5F6671;
  margin-bottom:0;
  transition: all 250ms;
}

.jobs-listing-item:hover h2 {
color: #005F52;
transition: all 250ms;
}


.jobs-listing-item i {
  position: absolute;
  right: 20px;
  bottom: 36%;
  font-size: 33px;
  color:#FEC10D;
  pointer-events: none;
}
@media (max-width:990px) {
  .apply-for-job{
    margin-left: 0;
  }
}
@media (max-width:768px) {
  .jobs-listing-item i{
    bottom: 30px;
  }
  .jobs-listing-item a{
    padding-right: 50px;
  }
  .jobs-listing-item a h2{
    line-height: 150%;
  }
}
@media (max-width:480px) {
  .post-count h3{
    text-align: center;
  }

}
/*-----------------jobs single----------------*/
.author-information{
  margin-top: 40px;
}
 p.author-information-text{
margin: 0 0 15px 0;
}
.author-information p.author-information-text:first-of-type {
    display: none;
}
.post-template-gopa-jobs-single-php .enigma_blog_wrapper ul li,
.post-template-gopa-jobs-single-php .enigma_blog_wrapper ol li{
  font-family: 'Noto Serif', sans-serif;
    font-size: 18px;
    color: #5F6671;
    line-height: 200%;
    margin: 20px 0;
}

.post-template-gopa-jobs-single-php ul li:before{
  top: 0;
}

a.go-back-button#apply{
  float:none;
  display:block;
  margin:0 0 50px;
}

a.go-back-button#apply button{
  padding-right: 10px;
  padding-left: 0;}
a.go-back-button#apply button::before{
  content: "\f105";
  right: 10px;
  left: auto;
}
@media (max-width: 990px){
a.go-back-button#apply button {
    width: 240px;
    }
  }

  @media (max-width: 480px){
  a.go-back-button.projects-button.apply-href button {
      width: 240px;
      float: none;
      }
  a.go-back-button.projects-button.apply-href {
    width: 100%;
    text-align: center;
  }
    }


.category-projects .content ul li {
  list-style: none;
  position: relative;
  font-family: 'Noto Serif', sans-serif;
  font-size: 18px;
  color: #5F6671;
  line-height: 200%;
  margin: 20px 0;
}

.category-projects .content ul li::before {
  content: '\2022 ';
  color: #FEC10D;
  padding-right: 10px;
  font-size: 50px;
  position: absolute;
  top: 0px;
  left: -50px;
}
