﻿

.ini-list {
    margin-bottom: 4em;
}

.initiatives-itemppp {
    height: 180px;
    background-size: cover;

    /*width: 351px;*/
    margin: 0 auto;
    border: 3px solid #007236;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 2em;
}

.me-item {
    background: url('../images/MEW1.jpg') no-repeat center;
}


.initiatives-item::after {
    content: "";
    position: absolute;
    opacity: 0.9;
    filter: brightness(20%);
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    height: 0%;
    z-index: -1 !important;
    -webkit-transition: 0.2s height;
    transition: all 0.8s ease-in-out;


}
/* new css for isotope */
.initiatives-item {
    position: relative;
}

.hover-image img {
    width: 100%; /* Make the image span the entire width of the container */
    height: 100%; /* Make the image span the entire height of the container */
    object-fit: cover; /* Maintain aspect ratio and cover the container */
}
.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    filter: brightness(50%);
    bottom: 0;
    opacity: 0; /* Initial opacity set to 0 */
    transition: opacity 0.3s; /* Add a smooth opacity transition */
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px); /* Apply a 5px blur effect */
    z-index: -9;
}

.initiatives-item:hover .hover-image {
    opacity: 0.9; /* Set opacity to 0.8 on hover (adjust as needed) */
    background-color: rgba(0, 0, 0, 0.8); /* Darker background color with 80% opacity */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9); /* Darker shadow effect */
}

.initiatives-itemppp::after {
    content: "";
    position: absolute;
    opacity: 0.9;
    filter: brightness(20%);
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    height: 0%;
    z-index: -1 !important;
    -webkit-transition: 0.2s height;
    transition: all 0.8s ease-in-out;
}

.initiatives-itemppp:hover::after {
    height: 100%;
}

.initiatives-item:hover::after {
    height: 100%;

}

.ini-icon {
    height: 42px;
    width: 44px;
    margin: 0 auto 1em;
}

.su-icon {
    background: url('../images/Pic4.jpg') no-repeat;

}

.rs-icon {
    background: url('../images/PFM-REFORMS-STRATEGY.png') no-repeat;
}

.cb-icon {
    background: url('../images/CITIZEN-BUDGET.png') no-repeat;
}

.ini-title {
    font: 23px;
    margin-bottom: 1em;
    font-weight: bolder;
}

.initiatives-itemppp .ini-title h4 {
    color: #007236;
}

.initiatives-itemppp:hover .ini-title h4 {
    color: #007236;
}

.initiatives-itemppp:hover {
    border: 3px solid #82cea9;
}

    .initiatives-itemppp:hover .ini-body p {
        color: #007236;
    }

.initiatives-itemppp .ini-title h4 {
    color: #007236;
}

.initiatives-item:hover .ini-title h4 {
    color: #82cea9;
}

.initiatives-item:hover {
    border: 3px solid #82cea9;
}

.initiatives-item:hover .ini-body p {
    color: #fff;
}

.ini-body {
    font: 22px;
    color: #8e8e8e;
    margin-bottom: 1em;
}

.initiatives-item:hover .ini-body,
.initiatives-item:hover .ini-body ul li a {
    color: #fff;
}

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

    .ini-body ul li {
        padding: 0.4em;
    }

        .ini-body ul li a {
            color: #8e8e8e;
        }

        .ini-body:hover {
            color: #8e8e8e;
        }

.ini-link a {
    font: 15px myriadSB;
    color: #08b21f;
}
/* this is for team  */
* {
    font-family: Nunito, sans-serif;
  }

  .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 35px;
  }

  .responsive-cell-block {
    min-height: 75px;
  }

  .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: space-evenly;
  }

  .outer-container {
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
    background-color: rgb(244, 252, 255);
  }

  .inner-container {
    max-width: 1320px;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }



  .section-subhead-text {
    font-size: 25px;
    color: rgb(153, 153, 153);
    line-height: 35px;
    max-width: 470px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
  }



  .team-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }

  .social-media-links {
    width: 125px;
    display: flex;
    justify-content: space-between;
  }

  .name {
    font-size: 25px;
    font-weight: 700;
    color: rgb(102, 102, 102);
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
  }


  .team-img {
    width: 100%;
    height: 100%;
  }

  .team-card-container {
    width: 280px;
    margin: 0 0 40px 0;
  }

  @media (max-width: 500px) {
    .outer-container {
      padding: 10px 20px 10px 20px;
    }

    .section-head-text {
      text-align: center;
    }
  }
  @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

  *,
  *:before,
  *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  body {
    margin: 0;
  }

  .wk-desk-1 {
    width: 8.333333%;
  }

  .wk-desk-2 {
    width: 16.666667%;
  }

  .wk-desk-3 {
    width: 25%;
  }

  .wk-desk-4 {
    width: 33.333333%;
  }

  .wk-desk-5 {
    width: 41.666667%;
  }

  .wk-desk-6 {
    width: 50%;
  }

  .wk-desk-7 {
    width: 58.333333%;
  }

  .wk-desk-8 {
    width: 66.666667%;
  }

  .wk-desk-9 {
    width: 75%;
  }

  .wk-desk-10 {
    width: 83.333333%;
  }

  .wk-desk-11 {
    width: 91.666667%;
  }

  .wk-desk-12 {
    width: 100%;
  }

  @media (max-width: 1024px) {
    .wk-ipadp-1 {
      width: 8.333333%;
    }

    .wk-ipadp-2 {
      width: 16.666667%;
    }

    .wk-ipadp-3 {
      width: 25%;
    }

    .wk-ipadp-4 {
      width: 33.333333%;
    }

    .wk-ipadp-5 {
      width: 41.666667%;
    }

    .wk-ipadp-6 {
      width: 50%;
    }

    .wk-ipadp-7 {
      width: 58.333333%;
    }

    .wk-ipadp-8 {
      width: 66.666667%;
    }

    .wk-ipadp-9 {
      width: 75%;
    }

    .wk-ipadp-10 {
      width: 83.333333%;
    }

    .wk-ipadp-11 {
      width: 91.666667%;
    }

    .wk-ipadp-12 {
      width: 100%;
    }
  }

  @media (max-width: 768px) {
    .wk-tab-1 {
      width: 8.333333%;
    }

    .wk-tab-2 {
      width: 16.666667%;
    }

    .wk-tab-3 {
      width: 25%;
    }

    .wk-tab-4 {
      width: 33.333333%;
    }

    .wk-tab-5 {
      width: 41.666667%;
    }

    .wk-tab-6 {
      width: 50%;
    }

    .wk-tab-7 {
      width: 58.333333%;
    }

    .wk-tab-8 {
      width: 66.666667%;
    }

    .wk-tab-9 {
      width: 75%;
    }

    .wk-tab-10 {
      width: 83.333333%;
    }

    .wk-tab-11 {
      width: 91.666667%;
    }

    .wk-tab-12 {
      width: 100%;
    }
  }

  @media (max-width: 500px) {
    .wk-mobile-1 {
      width: 8.333333%;
    }

    .wk-mobile-2 {
      width: 16.666667%;
    }

    .wk-mobile-3 {
      width: 25%;
    }

    .wk-mobile-4 {
      width: 33.333333%;
    }

    .wk-mobile-5 {
      width: 41.666667%;
    }

    .wk-mobile-6 {
      width: 50%;
    }

    .wk-mobile-7 {
      width: 58.333333%;
    }

    .wk-mobile-8 {
      width: 66.666667%;
    }

    .wk-mobile-9 {
      width: 75%;
    }

    .wk-mobile-10 {
      width: 83.333333%;
    }

    .wk-mobile-11 {
      width: 91.666667%;
    }

    .wk-mobile-12 {
      width: 100%;
    }
  }
 /* faq section css  */
 /*Faq*/

.faq-search-wrap {
    padding: 50px 0 60px;
}

.faq-search-wrap .form-group .form-control,
.faq-search-wrap .form-group .dd-handle {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.faq-search-wrap .form-group .input-group-append {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none;
}

.faq-search-wrap .form-group .input-group-append .input-group-text {
    background: transparent;
    border: none;
}

.faq-search-wrap .form-group .input-group-append .input-group-text .feather-icon > svg {
    height: 18px;
    width: 18px;
}
.bg-teal-light-3 {
    background-color: #7fcdc1 !important;
}

.hk-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 576px){
    .mt-sm-60 {
        margin-top: 60px !important;
    }
}
.mt-30 {
    margin-top: 30px !important;
}

.list-group-item.active {
    background-color: #00acf0;
    border-color: #00acf0;
}
.accordion .card .card-header.activestate {
    border-width: 1px;
}
.accordion .card .card-header {
    padding: 0;
    border-width: 0;
}
.card.card-lg .card-header, .card.card-lg .card-footer {
    padding: .9rem 1.5rem;
}
.accordion>.card .card-header {
    margin-bottom: -1px;
}
.card .card-header {
    background: transparent;
    border: none;
}
.accordion.accordion-type-2 .card .card-header > a.collapsed {
    color: #324148;
}
.accordion .card:first-of-type .card-header:first-child > a {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.accordion .card .card-header > a.collapsed {
    color: #324148;
    background: transparent;
}
.accordion .card .card-header > a {
    background: #00acf0;
    color: #fff;
    font-weight: 500;
    padding: .75rem 1.25rem;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a {
    text-decoration: none;
    color: #00acf0;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}


.badge.badge-pill {
    border-radius: 50px;
}
.badge.badge-light {
    background: #eaecec;
    color: #324148;
}
.badge {
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 72%;
    letter-spacing: 0.3px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
}
.ml-15 {
    margin-left: 15px !important;
}

.accordion.accordion-type-2 .card .card-header > a.collapsed:after {
    content: "\f158";
}

.accordion.accordion-type-2 .card .card-header > a::after {
    display: inline-block;
    font: normal normal normal 14px/1 'Ionicons';
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    position: absolute;
    content: "\f176";
    font-size: 21px;
    top: 15px;
    left: 20px;
}

.mr-15 {
    margin-right: 15px !important;
}

/* bg container for the image  */

.fixed-bg {
    position: relative;
    min-height: 650px;
}

.fixed-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/assets/images/bg-attractions.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9; /* Adjust the opacity as needed */
}

/* You can also add the overlay color here if desired */
.fixed-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the color and opacity as needed */
}
/* news letter */

/* Target the input elements within your form by name */
form input[name="name"]::placeholder,
form input[name="email"]::placeholder {
    color: #999; /* Change this to the desired placeholder text color */
}





