body {
  font-family: 'Cabin', sans-serif;
}

.pre-banner > img {
    width: 100%;    
}

.mi-preloader {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1032;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
}

.heading {
  position: relative;
  padding: 5px 0px;
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 991px) {
  .heading {
    position: relative;
    padding: 5px 15px;
    flex-flow: wrap;
  }
}

.heading > .logo {
  width: 90px;
}

.heading > .logo > img {
  height: 70px;
  padding-right: 5px;
  border-right: 2px solid #ED3237;
}

@media (max-width: 991px) {
  .heading > .logo > img {
    height: 60px;
    border-right: none;
  }
}

.heading > .marquee {
  top: 5px;
  padding: 17px 0px;
  margin-bottom: 5px;
  flex-grow: 1;
  height: 90%;
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 1200px) {
  .heading > .marquee {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .heading > .marquee {
    position: relative;
    top: 5px;
    padding: 10px 0px;
    margin-bottom: 5px;
    padding-left: 0px;
    width: 100%;
    height: 90%;
    flex-grow: 0;
    display: flex;
    justify-content: flex-start;
  }
}

.heading > .marquee > .flag {
  position: relative;
  display: inline-block;
  height: 35px;
  width: 160px;
  padding: 8px 8px;
  background-color: rgba(2,79,42,0.908000700280112);
  color: white;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .heading > .marquee > .flag {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .heading > .marquee > .flag {
    display: none;
    position: relative;
    padding: 0px;
    background-color: #ed3237;
  }
}

.heading > .marquee > .flag > i {
  position: absolute;
  right: -1px;
  font-size: 64px;
  top: -14px;
  color: #ffffff;
}

.heading > .marquee > #ticker {
  flex-grow: 1;
  height: 35px;
  padding: 5px 0px;
  margin-left: 0px;
  background-color: rgba(144,238,144,0.5);
}

.heading > .marquee > #ticker > #ticker-box {
  overflow: hidden;
  min-height: 35px;
}

.heading > .marquee > #ticker > .text > ul > li > a {
  color: #024f2a;
  text-decoration: none;
}

.heading > .marquee > #ticker > .text > ul > li > a:hover {
  color: rgba(2,79,42,0.9);
  text-decoration: none;
}

@media (max-width: 991px) {
  .heading > .marquee > #ticker {
    position: relative;
    width: 100%;
    margin-right: 0px;
  }
}

.socials {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-bottom: 7px;
}

.socials > a {
  display: inline-block;
  color: white;
  /*background-color: #dd0f15;*/
  width: 30px;
  margin-left: 8px;
  margin-bottom: 5px;
  height: 30px;
}

.socials > a > img {
  width: 32px;
  height: 32px;
}

.socials > a.footer {
  background-color: rgba(0,168,89,0.77);
}

.socials > a.footer:hover {
  background-color: rgba(0,168,89,0.3);
}

.socials > a:hover {
  /*background-color: rgba(255,0,0,0.72);*/
}

@media (max-width: 991px) {
  .head-socials {
    display: none;
  }
}

.head-socials {
  top: 20px;
  width: 210px;
  /*right: 0px;*/
  text-align: right;
  /*padding: 0px 10px;*/
}

@media (min-width: 992px) {
  .heading > .m-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .heading > .m-toggler {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99;
  }
}

svg {
}

.heading > .m-toggler > i {
  font-size: 40px;
  color: #ed3237;
}

@media (max-width: 991px) {
  .head-search {
    position: absolute;
    top: 21px;
    right: 65px;
    width: 150px;
  }
}

@media (min-width: 992px) {
  .head-search {
    display: none;
  }
}

.search-form {
}

.search-form > input {
  height: 34px;
  width: 74%;
  border: none;
  padding-left: 10px;
}

.search-form > input:focus {
  border: 1px solid rgb(237, 50, 55, 0.1);
  outline: none;
}

.search-form.navn > input:focus {
  border: none;
  outline: none;
}

.search-form > button {
  width: 25%;
  border: none;
  font-size: 20px;
  background-color: inherit;
}

.search-form.navn > button {
  width: 40px;
  border: none;
  font-size: 20px;
  background-color: inherit;
}

.navigation {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}

.navigation-section {
  background-color: #01361D;
}

@media (max-width: 991px) {
  .navigation-section {
    display: none;
    position: absolute;
    right: 2px;
    width: 60%;
    top: 80px;
    z-index: 99;
  }
}

.navigation > .navgat-links {
  width: 75%;
  padding: 15px 0px 0px 0px;
}

@media (max-width: 991px) {
  .navigation > .navgat-links {
    width: 100%;
    padding: 0px 0px;
  }
}

.navigation > .navgat-links > div {
  position: relative;
  display: inline-block;
  color: white;
  height: 42px;
  margin-right: 20px;
  text-decoration: none;
  font-size: 18px;
}

@media (max-width: 991px) {
  .navigation > .navgat-links > div {
    position: relative;
    display: block;
    width: 100%;
    margin-right: 20px;
    text-decoration: none;
    font-size: 18px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .navigation > .navgat-links > div > a {
    display: block;
    padding: 10px 20px;
  }
}

@media (max-width: 991px) {
  .navigation > .navgat-links > div > a:hover {
    background-color: var(--bs-green);
  }
}

.navigation > .navgat-links > div > .drpdwn {
  position: absolute;
  top: 42px;
  left: 0px;
  background-color: var(--bs-green);
  padding: 0px 0px;
  min-width: 220px;
  z-index: 99;
}

@media (min-width: 992px) {
  .navigation > .navgat-links > div > .drpdwn {
    position: absolute;
    top: 42px;
    left: 0px;
    background-color: var(--bs-green);
    padding: 0px 0px;
    z-index: 99;
    transform: scale(0);
    transform-origin: top center;
    transition: all 300ms ease-in-out;
  }
}

@media (max-width: 991px) {
  .navigation > .navgat-links > div > .drpdwn {
    position: relative;
    display: none;
    top: 0px;
    left: 0px;
    background-color: transparent;
    padding: 0px;
  }
}

.navigation > .navgat-links > div > .drpdwn > a {
  display: block;
  padding: 5px 10px;
  top: 36px;
  left: 0px;
  text-decoration: none;
  color: #ffffff;
}

@media (max-width: 991px) {
  .navigation > .navgat-links > div > .drpdwn > a {
    display: block;
    padding: 5px 40px;
    top: 0px;
    left: 0px;
    text-decoration: none;
    color: #ffffff;
  }
}

.navigation > .navgat-links > div > .drpdwn > a:hover {
  background-color: #01361d;
}

.navigation > .navgat-links > div > a {
  color: white;
  text-decoration: none;
}

.navigation > .navgat-links > div > a:hover {
  color: #00ff87;
  text-decoration: none;
}

.navigation > .navgat-links > div:hover > div {
  transform: scale(1);
}

.navigation > .nav-search {
  width: 25%;
  background-color: #ffffff;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(1,54,29,0.2);
  border-top: 1px solid rgba(1,54,29,0.2);
}

@media (max-width: 991px) {
  .navigation > .nav-search {
    display: none;
  }
}

.hm-projects-section {
  padding: 60px 0px;
  background-image: url("../../assets/img/World-Map1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .hm-projects-section {
    padding: 60px 15px;
  }
}

.hm-projects {
}

.hm-projects > .head {
  text-align: center;
  margin-bottom: 25px;
}

.hm-projects > .head > .icon > i {
  color: #ed3237;
  transform: rotate(45deg);
}

.hm-projects > .head > div > h6 {
  color: #ed3237;
  font-weight: 600;
}

.hm-projects > .head > .head-text {
  display: inline-block;
  width: 450px;
}

@media (max-width: 575px) {
  .hm-projects > .head > .head-text {
    display: inline-block;
    width: 100%;
  }
}

.hm-projects > .body {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.search {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-end;
  /*align-items: flex-end;*/
  gap: 15px;
  margin-bottom: 20px;
}

.search > form {
  display: flex;
  gap: 10px;
}

.search > form > div {
  position: relative;
}

.search > form > div > input {
  max-width: 160px;
  height: 35px;
  border: 1px solid rgba(0,168,89,0.2);
  padding: 0px 10px;
  border-radius: 4px;
}

.search > form > div > input {
  max-width: 160px;
  height: 35px;
  border: 1px solid rgba(0,168,89,0.2);
  padding: 0px 10px;
  border-radius: 4px;
}

.search > form > div > input#search {
  max-width: 160px;
  height: 35px;
  border: 1px solid rgba(0,168,89,0.2);
  padding: 0px 10px;
  border-radius: 4px;
}

.search > form > div > a {
  position: absolute;
  right: 5px;
  top: 7px;
  color: var(--bs-gray-600);
}

.search > form > div > button {
  position: absolute;
  right: 5px;
  top: 7px;
  color: var(--bs-gray-600);
  background-color: transparent;
  border: none;
  padding: 0px;
}

.search > form > div > input:focus, .hm-projects > .search > form > div > select:focus {
  outline: none;
  border: 1px solid rgba(2,79,42,0.9);
}

.search > form > div > select {
  width: 100%;
  height: 35px;
  padding: 0px 10px;
  border-radius: 4px;
  border: 1px solid rgba(0,168,89,0.2);
  min-width: 150px;
  max-width: 160px;
}

.hm-projects > .body > a {
  position: relative;
  width: 32%;
  height: 260px;
  text-decoration: none;
}

@media (max-width: 800px) {
  .hm-projects > .body > a {
    position: relative;
    width: 100%;
    height: 300px;
    text-decoration: none;
  }
}

@media (max-width: 575px) {
  .hm-projects > .body > a {
    height: 230px;
  }
}

.hm-projects > .body > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  color: rgb(237,50,55);
}

.hm-projects > .body > a > .quart-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 46%;
  border-bottom-right-radius: 10px;
  background: rgb(237,50,55);
  background: linear-gradient(180deg, rgba(237,50,55,0) 0%, rgba(166,17,21,1) 52%, rgba(141,5,9,1) 90%);
}

.hm-projects > .body > a:hover > .quart-overlay {
  height: 100%;
  background: rgb(237,50,55);
  background: rgba(0,168,89,0.77);
}

.hm-projects > .body > a > .text > h6 {
  margin-top: 4px;
  margin-bottom: 3px;
  font-weight: 600;
}

.hm-projects > .body > a > .text > p {
  font-size: 14px;
  color: wheat;
}

.hm-projects > .body > a > .text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 51%;
  padding: 15px;
  color: #ffffff;
}

@media (min-width: 576px) AND (max-width: 800px) {
  .hm-projects > .body > a > .text {
    height: 40%;
  }
}

.hm-projects > .body > a > span {
  position: absolute;
  bottom: 10px;
  right: 12px;
  color: white;
  background-color: #ed3237;
  font-size: 13px;
  padding: 0px 10px 2px 10px;
  border-bottom-right-radius: 10px;
}

.blog {
}

.blog-section {
  padding: 30px 0px;
}

@media (max-width: 992px) {
  .blog-section {
    padding: 30px 15px;
  }
}

.blog > .head {
  margin-bottom: 20px;
}

.blog > .head > div {
  border-left: 2px solid #ed3237;
  padding-left: 4px;
}

.blog > .head > p {
  color: rgba(0,0,0,0.66);
}

.blog > .head > div > span {
  font-size: 14px;
  font-weight: 600;
}

.blog > .head > div > h5 {
  color: #ed3237;
}

.blog > .body {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.blog > .more {
  text-align: right;
}

.blog > .more > a {
  color: #ed3237;
  text-decoration: none;
}

.blog > .body > a {
  position: relative;
  display: block;
  width: 49%;
  border: 1px solid var(--bs-gray-400);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .blog > .body > a {
    width: 100%;
  }
}

.blog > .body > a:hover {
  background-color: rgba(237,50,55,0.1);
}

.blog > .body > a > .img-div {
  position: relative;
  width: 140px;
}

@media (max-width: 400px) {
  .blog > .body > a > .img-div {
    position: relative;
    width: 100px;
  }
}

.blog > .body > a > .info {
  position: absolute;
  padding: 10px 10px 10px 150px;
  top: 0px;
  height: 100%;
  width: 100%;
}

@media (max-width: 400px) {
  .blog > .body > a > .info {
    position: absolute;
    padding: 10px 10px 10px 110px;
    top: 0px;
    height: 100%;
    width: 100%;
  }
}

.blog > .body > a > .info > div > div > div {
  display: inline-block;
}

.blog > .body > a > .info > div > div > .date {
  margin-right: 10px;
  background-color: var(--bs-success);
  padding: 5px 5px;
  color: white;
  text-align: center;
}

.blog > .body > a:hover > .info > div > div > .date {
  background-color: var(--bs-red);
}

.blog > .body > a > .info > div > div {
  margin-bottom: 10px;
}

.blog > .body > a > .info > div > h6 {
  font-weight: 600;
  color: #01361d;
}

.blog > .body > a:hover > .info > div > h6 {
  color: var(--bs-red);
}

.blog > .body > a > .info > div > p {
  font-size: 14px;
  color: rgba(0,0,0,0.66);
  margin-bottom: 3px;
}

.blog > .body > a > .info > div > strong, .blog > .body > a > .info > div > span {
  font-size: 14px;
  color: rgba(0,0,0,0.66);
}

.blog > .body > a > .info > div > div > .time {
  color: var(--bs-gray-900);
}

.blog > .body > a > .info > div > div > .time > h6 {
  margin-bottom: 2px;
}

.blog > .body > a > .info > div > div > .time > i {
  color: var(--bs-gray-900);
  margin-right: 5px;
}

.blog > .body > a:hover > .info > div > div > .time > i {
  color: var(--bs-red);
}

.blog > .body > a > .info > div > div > .date > h3 {
  margin-bottom: -5px;
}

.blog > .body > a > .info > div > div > .date > span {
  font-size: 12px;
}

.blog > .body > a > .img-div > img {
  width: 140px;
  height: 200px;
  object-fit: cover;
}

@media (max-width: 400px) {
  .blog > .body > a > .img-div > img {
    width: 100px;
    height: 200px;
    object-fit: cover;
  }
}

.blog > .body > a > .img-div > div {
  display: none;
}

.blog > .body > a:hover > .img-div > div {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(237,50,55,0.44);
}

.blog > .body > a > .img-div > div > button {
  position: absolute;
  left: 50%;
  /*right: auto;*/
  top: 50%;
  padding: 0px 4px;
  transform: translate(-50%, -50%);
  background-color: #ed3237;
  color: white;
  font-size: 14px;
  border: none;
  border-radius: 3px;
}

.footer {
}

.row.footer-header {
  background-color: #024F2A;
  padding: 30px 15px;
  border-bottom: 1px solid rgba(144,238,144,0.25);
}

.footer-head {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .footer-head {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}

.footer-head > div {
  position: relative;
  /*width: 32%;*/
}

@media (max-width: 767px) {
  .footer-head > div {
    position: relative;
    width: 56%;
    margin-bottom: 20px;
    text-align: center;
  }
}

.footer-head > div > div {
  margin-left: 80px;
  margin-top: -60px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .footer-head > div > div {
    margin-left: 0px;
    margin-top: 0px;
    color: #ffffff;
    text-align: center;
  }
}

.footer-head > div > div > h6 {
  color: white;
  font-weight: 600;
}

.footer-head > div > div > a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}

.footer-head > div > div > a:hover {
  color: #00ff87;
  text-decoration: none;
}

.footer-head > div > div > span {
  font-size: 14px;
  line-height: 0;
}

.footer-head > div > i {
  /*position: absolute;*/
  top: 0px;
  padding: 10px 20px;
  background-color: rgba(0,0,0,0.5);
  color: white;
  font-size: 30px;
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {
  .footer-head > div > i {
    display: none;
  }
}

.mid-footer {
  padding: 30px 15px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .mid-footer {
    position: inherit;
    padding: 30px 15px;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.mid-footer > div {
  width: 24%;
  text-align: center;
}

@media (max-width: 767px) {
  .mid-footer > div {
    width: 48%;
    margin-bottom: 25px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .mid-footer > div {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .mid-footer > div:nth-child(3) {
    order: -1;
  }
}

@media (max-width: 767px) {
  .mid-footer > div:nth-child(2) {
    order: -1;
  }
}

.mid-footer > div > img {
  width: 80px;
  margin-bottom: 10px;
}

.footer-body {
  position: relative;
  background-image: url("../../assets/img/footer-bg.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-body > .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgb(2,79,42);
  background: linear-gradient(0deg, rgba(2,79,42,0.908000700280112) 0%, rgba(2,79,42,1) 100%);
}

.mid-footer > div > p {
  color: white;
  font-size: 14px;
  margin-bottom: 10px;
}

.mid-footer > div > button {
  background-color: #00a859;
  color: white;
  padding: 8px 18px;
  border: none;
  font-size: 12px;
  font-weight: 600;
}

.mid-footer > div > h6 {
  font-weight: 600;
  margin-bottom: 15px;
  color: white;
}

.mid-footer > div > a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}

.mid-footer > div > a:hover {
  text-decoration: none;
  color: #00ff87;
}

.mid-footer > div > div {
  display: inline-block;
}

.mid-footer > div > div > form {
  text-align: left;
}

.mid-footer > div > div > form > .input {
  display: flex;
  margin-bottom: 10px;
}

.mid-footer > div > div > form > .input > input {
  width: 70%;
  background-color: rgba(0,0,0,0.5);
  border: none;
  padding-left: 10px;
}

.mid-footer > div > div > form > em {
  display: block;
  margin-top: -4px;
  color: #ed3237;
  font-size: 13px;
}

.mid-footer > div > div > form > .input > input:focus {
  outline: none;
  color: white;
  padding-left: 10px;
}

.mid-footer > div > div > form > div > button {
  background-color: #ed3237;
  color: white;
  padding: 8px 10px;
  border: none;
  font-size: 14px;
  font-weight: 600;
}

.mid-footer > div > div > form > input {
  background-color: rgba(0,0,0,0.5);
  border: 1px solid red;
  margin-right: 6px;
  text-align: left;
}

.mid-footer > div > div > form > label {
  color: white;
  font-size: 12px;
}

.bottom-footer {
  padding: 50px 15px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.bottom-footer > div {
  text-align: center;
}

@media (max-width: 767px) {
  .bottom-footer > div {
    text-align: center;
    margin-bottom: 20px;
  }
}

.bottom-footer > div:nth-child(1) {
  width: 24%;
}

@media (max-width: 767px) {
  .bottom-footer > div:nth-child(1) {
    width: 36%;
    text-align: right;
  }
}

@media (max-width: 450px) {
  .bottom-footer > div:nth-child(1) {
    width: 50px;
    flex-grow: 1;
    text-align: right;
  }
}

.bottom-footer > div:nth-child(2) {
  width: 49%;
}

@media (max-width: 767px) {
  .bottom-footer > div:nth-child(2) {
    width: 100%;
    order: -1;
  }
}

.bottom-footer > div:nth-child(3) {
  width: 24%;
}

@media (max-width: 767px) {
  .bottom-footer > div:nth-child(3) {
    width: 60%;
  }
}

@media (max-width: 450px) {
  .bottom-footer > div:nth-child(3) {
    flex-grow: 1;
  }
}

.bottom-footer > div > img {
  height: 60px;
}

.bottom-footer > div > img:nth-child(2) {
  height: 76px;
  margin-left: 8%;
}

@media (max-width: 767px) {
  .bottom-footer > div > img {
    height: 40px;
  }
}

.bottom-footer > div > p {
  color: white;
  margin-bottom: 0px;
  font-size: 14px;
}

.bottom-footer > div > .legal {
  color: white;
  position: relative;
}

.bottom-footer > div > .legal > a {
  color: #00FF87;
  font-size: 13px;
  display: inline-block;
}

.bottom-footer > div > .legal > i {
  margin: 0px 10px;
  font-size: 4px;
  /*position: absolute;*/
  display: inline-block;
  margin-top: 11px;
}

.memb-states > .slide-nav > a {
  position: absolute;
  color: #00A859;
}

.memb-states > .slide-nav > a:nth-child(1) {
  left: -5px;
}

.memb-states > .slide-nav > a:nth-child(2) {
  position: absolute;
  right: -5px;
}

.ldp-section {
  padding: 60px 0px;
  background-color: #024f2a;
  /*background-size: cover;*/
}

@media (max-width: 991px) {
  .ldp-section {
    padding: 50px 30px;
  }
}

.ldp-header {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.ldp-header > div {
  width: 48%;
}

@media (max-width: 767px) {
  .ldp-header > div {
    width: 100%;
  }
}

.ldp-header > div:nth-child(2) > p {
  color: rgba(0,0,0,0.6);
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0px;
  color: #ffffff;
}

.ldp-header > div:nth-child(1) > i {
  color: #008000;
  font-weight: 600;
}

.ldp-header > div:nth-child(1) > span {
  margin-left: 5px;
  color: var(--bs-orange);
  font-weight: 600;
}

.ldp-header > div:nth-child(1) > h3 {
  color: white;
  font-weight: 600;
}

.ldp-items {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.ldp-items > div {
  width: 23%;
  padding: 30px;
  border: 1px solid #0f5835;
  background-color: rgba(0,0,0,0.25);
}

.ldp-items > div:hover {
  border: 1px solid var(--bs-orange);
}

@media (max-width: 1199px) {
  .ldp-items > div {
    width: 48%;
    padding: 30px;
    background-color: rgba(0,0,0,0.25);
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .ldp-items > div {
    width: 100%;
    padding: 30px;
    background-color: rgba(0,0,0,0.25);
    margin-bottom: 30px;
  }
}

.ldp-items > div > img {
  height: 60px;
  margin-bottom: 15px;
}

.ldp-items > div > h6 {
  font-weight: 500;
  color: white;
}

.ldp-items > div > p {
  color: #67ad8b;
  font-size: 14px;
}

.ldp-items > div > a {
  font-size: 12px;
  margin-left: -5px;
  color: white;
  text-decoration: none;
}

.ldp-items > div:hover > a {
  color: var(--bs-orange);
  text-decoration: none;
}

.ldp-items > div > a > i {
  font-size: 12px;
  margin-left: 5px;
}

.abt-banner {
  height: 450px;
  background-image: url("../../assets/img/contact-background.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 576px) {
  .abt-banner {
    padding: 0px 30px;
    height: 220px;
  }
}

.contact-header {
  margin-top: 100px;
  width: 250px;
}

.contact-header > h1 {
  color: white;
  font-weight: 700;
}

.contact-header > h6 {
  color: #ACE1F9;
}

.abt-form-section {
}

.cont-form-area {
  position: relative;
}

.cont-form-div {
  position: absolute;
  top: -200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: stretch;
  align-items: normal;
  z-index: 2;
  -webkit-box-shadow: 2px 2px 12px 1px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 12px 1px rgba(0,0,0,0.3);
}

@media (max-width: 576px) {
  .cont-form-div {
    position: relative;
    top: 35px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: stretch;
    align-items: normal;
    z-index: 2;
  }
}

.cont-form-div > div:nth-child(1) {
  width: 60%;
  padding: 40px;
  background-color: white;
}

@media (max-width: 767px) {
  .cont-form-div > div:nth-child(1) {
    width: 100%;
    padding: 40px;
  }
}

.cont-form-div > div:nth-child(1) > span {
  color: red;
}

.cont-form-div > div:nth-child(1) > em {
  color: rgba(0,0,0,0.5);
  font-size: 14px;
}

.cont-form-div > div:nth-child(2) {
  width: 40%;
  background-color: #01361d;
  padding: 40px 25px;
  color: white;
}

@media (max-width: 767px) {
  .cont-form-div > div:nth-child(2) {
    width: 100%;
    background-color: #01361d;
    padding: 40px 50px;
  }
}

.cont-form-div > div:nth-child(2) > h4 {
  margin-bottom: 35px;
  text-align: center;
}

.cont-form-div > div:nth-child(2) > .contact-info {
  margin-bottom: 50px;
}

.cont-form-div > div:nth-child(2) > .contact-info > div {
  position: relative;
  margin-bottom: 16px;
}

.cont-form-div > div:nth-child(2) > .contact-info > div > i {
  margin-right: 15px;
  position: absolute;
  top: 4px;
  left: 0px;
  font-size: 20px;
  color: #67ad8b;
}

.cont-form-div > div:nth-child(2) > .contact-info > div > a {
  color: #defaf8;
  margin-left: 35px;
  display: inline-block;
  text-decoration: none;
}

.default-form {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 2%;
}

.default-form > div {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 10px;
}

.default-form > .submit {
  margin-top: 15px;
  position: relative;
}

.default-form > .half-submit {
  width: 48%;
  margin-top: 15px;
  position: relative;
}

.default-form > .half-submit > button {
  width: 100%;
  background-color: #ed3237;
  color: white;
  border: none;
  padding: 14px;
  font-size: 13px;
  font-weight: 600;
}

.default-form > div > div {
  margin-bottom: 0px;
  position: absolute;
}

.default-form > div > div > span {
  color: red;
}

.default-form > div > input, .default-form > div > textarea, .default-form > div > select {
  margin-top: 18px;
  width: 100%;
  border: none;
  height: 35px;
}

.default-form > div > input[type='checkbox'] {
  width: initial;
  height: 14px;
  margin-right: 8px;
}

.default-form > div > label {
  height: 14px;
  color: #a1a1a1;
  font-size: 14px;
}

.default-form > div > input:focus, .default-form > div > textarea:focus, .default-form > div > select:focus {
  outline: none;
}

.default-form > div > em {
  position: absolute;
  right: 5px;
  bottom: 0px;
  color: red;
  font-size: 14px;
}

.default-form > .full {
  width: 100%;
  border-bottom: 1px solid var(--bs-gray-400);
  margin-bottom: 15px;
}

.default-form > .half {
  width: 48%;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--bs-gray-400);
}

.cont-map-section {
  margin-top: 480px;
}

@media (max-width: 767px) {
  .cont-map-section {
    margin-top: 800px;
  }
}

@media (max-width: 576px) {
  .cont-map-section {
    margin-top: 100px;
  }
}

.feedback {
  margin-bottom: 25px;
}

.contact-pop {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1032;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.65);
  justify-content: center;
  align-items: center;
  display: none;
}

.feedback {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1034;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.22);
  justify-content: center;
  align-items: center;
  display: none;
}

.contact-pop > div {
  position: relative;
  width: 500px;
  background-color: white;
  padding: 40px;
}

@media (max-width: 575px) {
  .contact-pop > div {
    position: relative;
    width: 90%;
    background-color: white;
    padding: 40px;
  }
}

.contact-pop > div > a {
  position: absolute;
  right: 20px;
  top: 15px;
  color: #ed3237;
  font-size: 20px;
}

#tick-error {
  color: red;
  font-size: 13px;
}

.tick-error {
  color: #ed3237;
  font-size: 13px;
  text-align: left;
}

.feedback > div {
  background-color: white;
  padding: 30px 25px;
  border-radius: 3px;
  text-align: center;
  max-width: 220px;
}

.feedback > div > i {
  font-size: 50px;
}

.feedback > div > strong {
  display: block;
  margin-top: 10px;
}

.feedback > div > p {
  margin-top: 10px;
}

.states-banner {
  height: 400px;
  background-image: url("../../assets/img/lagos-state.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  .states-banner {
    height: calc(400px - 100px);
  }
}

@media (max-width: 991px) {
  .states-banner {
    height: calc(400px - 165px);
  }
}

.states-banner > .slogan {
  position: absolute;
  right: 10%;
  color: white;
  background-color: rgba(0,168,89,0.60);
  padding: 30px;
  bottom: 10%;
  max-width: 320px;
}

.states-banner > .slogan > h1 {
  color: white;
}

.headline {
  padding: 20px;
  text-align: center;
}

.headline > strong {
  margin-right: 8px;
}

.state-gov-summ {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.state-gov-summ > div:nth-child(1) {
  width: 30%;
  border: 1px solid rgba(0,168,89,0.3);
}

@media (max-width: 575px) {
  .state-gov-summ > div:nth-child(1) {
    display: none;
  }
}

.state-gov-summ > div:nth-child(1) > img {
  width: 100%;
  margin-bottom: 10px;
}

.state-gov-summ > div:nth-child(1) > h6 {
  padding: 10px;
  text-align: center;
}

.state-gov-summ > div:nth-child(2) {
  width: 68%;
  border: 1px solid rgba(0,168,89,0.3);
  padding: 30px;
}

@media (max-width: 575px) {
  .state-gov-summ > div:nth-child(2) {
    width: 100%;
  }
}

.state-gov-summ > div:nth-child(2) > div {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
}

.state-gov-summ > div:nth-child(2) > div > button {
  width: 32%;
  border: 2px solid #0f5835;
  background-color: transparent;
  padding: 6px 4px;
  color: #0f5835;
  transition: background-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.state-gov-summ > div:nth-child(2) > div > button:hover {
  background-color: var(--bs-green);
  box-shadow: inset 200px 0 0 0 #0f5835;
  color: white;
}

.state-gov-summ-section {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .state-gov-summ-section {
    margin-bottom: 30px;
    padding: 0px 15px;
  }
}

.emblem-map-section {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .emblem-map-section {
    margin-bottom: 30px;
    padding: 0px 15px;
  }
}

.emblem-map {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0,168,89,0.2);
}

.emblem-map > div {
  width: 31%;
  max-width: 200px;
}

.emblem-map > div > img {
  width: 100%;
  object-fit: contain;
}

.state-tabs {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

.state-tabs > div:nth-child(1) {
  width: 30%;
  padding: 20px;
  background-color: rgba(0,168,89,0.2);
}

@media (max-width: 880px) {
  .state-tabs > div:nth-child(1) {
    width: 100%;
    /*text-align: center;*/
    margin-bottom: 20px;
  }
}

.state-tabs > div:nth-child(1) > a {
  position: relative;
  padding: 10px 15px;
  background-color: white;
  display: block;
  text-decoration: none;
  color: #024f2a;
  font-weight: 600;
  margin-bottom: 12px;
}

@media (max-width: 880px) {
  .state-tabs > div:nth-child(1) > a {
    padding: 5px 8px;
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
  }
}

@media (max-width: 880px) {
  .state-tabs > div:nth-child(1) > a > i {
    display: none;
  }
}

.state-tabs > div:nth-child(1) > a:hover {
  background-color: rgba(2,79,42,0.9);
  color: white;
}

.state-tabs > div:nth-child(2) {
  width: 67%;
}

@media (max-width: 880px) {
  .state-tabs > div:nth-child(2) {
    width: 100%;
  }
}

.state-tabs > .state-item > div {
  display: none;
}

.state-tabs > div:nth-child(1) > a > i {
  position: absolute;
  right: 15px;
  top: 14px;
  font-weight: 600;
}

#people-culture {
}

#people-culture > img {
  width: 100%;
  margin-bottom: 20px;
}

#food {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
  gap: 2%;
  align-items: stretch;
  position: relative;
}

#food > div {
  width: 32%;
  text-decoration: none;
  margin-bottom: 10px;
  color: black;
  padding: 10px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}

@media (max-width: 575px) {
  #food > div {
    width: 100%;
    margin-bottom: 10px;
  }
}

#food > div > img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 5px;
}

#food > div > span {
  display: block;
  margin-bottom: 5px;
}

#food > div > i {
  position: absolute;
  display: none;
  margin-top: -11px;
  margin-left: 18px;
  color: #00a859;
}

#food > div > div {
  position: absolute;
  width: 100%;
  padding: 20px;
  left: 0px;
  text-align: left;
  background-color: #00a859;
  display: none;
  z-index: 3;
}

#food > div:hover > div {
  display: block;
}

#food > div:hover > i {
  display: block;
}

#food > div > div > p {
  color: white;
  margin-bottom: 0px;
}

#economy {
}

#economy > .gdp-data {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
  gap: 15px;
  align-content: flex-start;
}

#economy > .gdp-data > div {
  position: relative;
  width: 48%;
  margin-top: 20px;
  margin-bottom: 15px;
}

#economy > .gdp-data > div > div {
  margin-left: 40px;
  display: inline-block;
  text-decoration: none;
}

#economy > .gdp-data > div > div > h6 {
  font-weight: 600;
  margin-bottom: 0px;
}

#economy > .gdp-data > div > i {
  margin-right: 15px;
  position: absolute;
  top: 7px;
  left: 0px;
  font-size: 30px;
}

#tourism > ol > li > span {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

#tourism > ol > li > img {
  margin-bottom: 20px;
  height: 250px;
}

@media (max-width: 991px) {
  .state-tabs-section {
    padding: 0px 15px;
  }
}

.state-tabs-section {
}

.paginate {
  text-align: right;
  display: none;
}

.event-details-section {
  padding: 60px 0px;
}

@media (max-width: 991px) {
  .event-details-section {
    padding: 30px 15px;
  }
}

.evt-details {
}

.evt-details > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
}

.evt-details > .details {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.evt-details > .details > div:nth-child(1) {
  width: 66%;
}

@media (max-width: 767px) {
  .evt-details > .details > div:nth-child(1) {
    width: 100%;
    margin-bottom: 30px;
  }
}

.evt-details > .details > div:nth-child(1) > p {
  text-align: justify;
  color: #636363;
  line-height: 1.9;
}

.evt-details > .details > div:nth-child(1) > div {
  margin-top: 20px;
}

.evt-details > .details > div:nth-child(1) > div > button {
  background-color: #ed3237;
  color: white;
  padding: 8px 25px;
  border: none;
  font-size: 14px;
  font-weight: 600;
}

.evt-details > .details > div:nth-child(2) {
  width: 30%;
  border-top: 3px solid var(--bs-red);
  padding: 25px;
  -webkit-box-shadow: 0px 2px 7px 1px rgba(0,0,0,0.14);
  box-shadow: 0px 2px 7px 1px rgba(0,0,0,0.14);
}

@media (max-width: 767px) {
  .evt-details > .details > div:nth-child(2) {
    width: 100%;
    order: -1;
    margin-bottom: 30px;
  }
}

.evt-details > .details > div:nth-child(2) > div {
  position: relative;
  margin-bottom: 15px;
}

.evt-details > .details > div:nth-child(2) > div > i {
  margin-right: 15px;
  position: absolute;
  top: 4px;
  left: 0px;
  color: #dd0f15;
  font-size: 20px;
}

.evt-details > .details > div:nth-child(2) > div > div {
  margin-left: 35px;
  display: inline-block;
  text-decoration: none;
}

.evt-details > .details > div:nth-child(2) > div > div > span {
  color: rgba(0,0,0,0.65);
  display: block;
  font-size: 14px;
}

.page-header > .evt > div > img {
  width: 100px;
}

.page-header > .evt > div > span {
  display: block;
  color: rgba(0,168,89,0.6);
}

.about-header {
  height: 200px;
  background-image: url("../../assets/img/page-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.hm-about-section.about {
  background-image: url("../../assets/img/World-Map1.png");
}

@media (max-width: 991px) {
  .hm-about-section.about {
    padding: 0px 20px;
  }
}

.mission-vision {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  gap: 7px;
  justify-content: start;
}

.mission-vision > div {
  width: 32.5%;
  padding: 40px 30px;
  background-color: rgba(251,239,230,0.3);
}

@media (max-width: 767px) {
  .mission-vision > div {
    width: 100%;
    margin-bottom: 15px;
  }
}

.mission-vision > div > img {
  margin-bottom: 15px;
}

.mission-vision > div > h6 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #730003;
}

.mission-vision > div > div {
}

.mission-vision > div > div > div {
  /*padding: 10px;*/
  margin-bottom: 2px;
}

.mission-vision > div > p {
  font-size: 15px;
  margin-bottom: 0px;
  text-align: justify;
}

.mission-vision > div > div > div > a {
  text-decoration: none;
  color: #ffffff;
  padding: 2px 10px;
  font-size: 14px;
  display: block;
  background-color: #0583bc;
}

.mission-vision > div > div > div > p {
  font-size: 13px;
  margin-bottom: 0px;
  padding: 0px 10px;
  text-align: justify;
  display: none;
}

.mission-vision-section {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .mission-vision-section {
    padding: 0px 15px;
  }
}

.abt-more-section {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .abt-more-section {
    margin-bottom: 50px;
    padding: 0px 20px;
  }
}

.abt-more > .link-item {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: initial;
}

.abt-more > .link-item > a {
  width: 19%;
  padding: 30px 55px;
  border: 1px solid rgba(0,168,89,0.6);
  text-align: center;
  text-decoration: none;
}

.abt-more > .link-item > a {
  width: 24%;
  padding: 30px 32px;
  border: 1px solid rgba(0,0,0,0.22);
  color: #ed3237;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 767px) {
  .abt-more > .link-item > a {
    width: 48.5%;
    margin-bottom: 15px;
  }
}

.abt-more > .link-item > a:hover {
  background-color: rgb(166,17,21);
  color: white;
}

.abt-more > .link-item > a > i {
  font-size: 40px;
}

.abt-more > .link-item > a > h6 {
  margin-top: 45px;
  color: rgba(0,0,0,0.6);
  font-weight: 600;
}

.abt-more > .link-item > a:hover > h6 {
  color: white;
}

.abt-more > h4 {
  margin-bottom: 20px;
}

.project-details-section {
  padding: 30px 0px;
}

@media (max-width: 991px) {
  .project-details-section {
    padding: 30px 15px;
  }
}

.project-details {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.project-details > div:nth-child(1) {
  width: 59%;
}

@media (max-width: 767px) {
  .project-details > div:nth-child(1) {
    width: 100%;
  }
}

.attributes {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(1,54,29,0.2);
  margin-bottom: 15px;
  padding: 0px 20px;
}

.attributes > div {
  width: 32%;
  margin-bottom: 15px;
}

.attributes > div > div {
  width: 30px;
  border-top: 2px solid rgba(2,79,42,0.6);
  margin-bottom: 6px;
}

.attributes > div > h6 {
  font-weight: 600;
  color: rgba(0,0,0,0.7);
}

.attributes > div > p {
  font-size: 14px;
  /*font-weight: 600;*/
  margin-bottom: 0px;
  color: rgba(0,0,0,0.6);
}

.project-details > div:nth-child(1) > img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
}

.project-details > div:nth-child(2) {
  width: 38%;
}

@media (max-width: 767px) {
  .project-details > div:nth-child(2) {
    width: 100%;
    /*order: -1;*/
  }
}

.project-details > div:nth-child(1) > .details {
}

.project-details > div:nth-child(1) > .details > p {
  line-height: 2;
  font-size: 16px;
  text-align: justify;
  color: #636363;
}

.project-details > div:nth-child(1) > .details > h4 {
  color: rgba(0,0,0,0.7);
  font-weight: 600;
}

.project-details > div:nth-child(2) > div {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2%;
}

.project-details > div:nth-child(2) > h5 {
  font-weight: 600;
  color: rgba(0,0,0,0.7);
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .project-details > div:nth-child(2) > div {
    margin-bottom: 20px;
  }
}

.project-details > div:nth-child(2) > {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.project-details > div:nth-child(2) > div > a {
  position: relative;
  width: 32%;
  display: block;
  text-decoration: none;
  height: 80px;
  margin-bottom: 8px;
}

@media (min-width: 575px) AND (max-width: 767px) {
  .project-details > div:nth-child(2) > div > a {
    height: 120px;
  }
}

.project-details > div:nth-child(2) > div > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-details > div:nth-child(2) > div > a > div {
  display: none;
}

.project-details > div:nth-child(2) > div > a:hover > div {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(237,50,55,0.4);
  color: white;
}

.project-details > div:nth-child(2) > div > a:hover > div > i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
}

.privacy-policy-section {
  padding: 60px 0px;
}

@media (max-width: 991px) {
  .privacy-policy-section {
    padding: 30px 15px;
  }
}

.privacy-policy > h5 {
  font-weight: 600;
}

.privacy-policy > p {
  text-align: justify;
  line-height: 2.0;
}

.privacy-policy > h1 {
}

.secretariat-section {
  /*height: 250px;*/
  background-image: url("../../assets/img/PGF-forum-header.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 170px;
}

.secretariat-section.newsec {
  padding-bottom: 50px;
}

@media (max-width: 576px) {
  .secretariat-section.newsec {
    /*height: 350px;*/
    padding-bottom: 20px;
    padding-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .secretariat-section {
    padding: 0px 20px;
    padding-bottom: 101px;
  }
}

.secretariat-header {
  margin-top: 80px;
  max-width: 350px;
  color: white;
}

.secretariat-header.newsec {
  margin-top: 50px;
}

@media (max-width: 576px) {
  .secretariat-header.newsec {
    margin-top: 30px;
  }
}

.secretariat {
  position: relative;
}

.secretariat > div {
  position: absolute;
  width: 100%;
  top: 0px;
  margin-bottom: 30px;
  border-radius: 4px;
  z-index: 3;
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.3);
}

@media (max-width: 576px) {
  .secretariat > div {
    align-items: stretch;
    /*z-index: 53;*/
    top: -15px;
    min-height: 90px;
  }
}

.secretariat > div > a {
  text-decoration: none;
  width: 33.3%;
  display: block;
  padding: 25px 20px;
  text-align: center;
  background-color: white;
  border-right: 1px solid var(--bs-gray-200);
  /*-webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.3);*/
  box-shadow: 1px 1px 0px 1px rgba(0,0,0,0.2);
}

@media (max-width: 710px) {
  .secretariat > div > a {
    padding: 15px 10px;
  }
}

.secretariat > div > a > h6 {
  color: #01361d;
  font-weight: 600;
}

@media (max-width: 460px) {
  .secretariat > div > a > h6 {
    font-size: 14px;
  }
}

.secretariat > div > a:first-child {
  border-radius: 8px 0px 0px 8px;
}

.secretariat > div > a:last-child {
  border-radius: 0px 8px 8px 0px;
}

.secretariat > div > a:hover {
  height: 132px;
  /*margin: -3px 0px;*/
  border-bottom: 3px solid #d65f00;
}

@media (max-width: 710px) {
  .secretariat > div > a:hover {
    height: 112px;
    /*margin: -3px 0px;*/
    border-bottom: 3px solid #d65f00;
  }
}

@media (max-width: 576px) {
  .secretariat > div > a:hover {
    height: auto;
    /*margin: -3px 0px;*/
    border-bottom: 3px solid #d65f00;
  }
}

.secretariat > div > a > img {
  height: 37px;
  margin-bottom: 12px;
}

@media (max-width: 576px) {
  .secretariat > div > a > img {
    height: auto;
    width: 45%;
  }
}

.secretariat-content-section {
  background-color: rgb(238,238,238);
  padding: 60px 0px;
}

@media (max-width: 991px) {
  .secretariat-content-section {
    background-color: rgb(238,238,238);
    padding: 30px 15px;
  }
}

@media (max-width: 991px) {
  .secretariat-tab-section {
    padding: 0px 15px;
  }
}

.secretariat-content {
  padding-top: 60px;
}

@media (max-width: 991px) {
  .secretariat-content {
    padding-top: 70px;
  }
}

.secretariat-content > div {
  display: none;
}

.secretariat-content > #dg-div {
  margin-top: 15px;
  background-color: white;
  padding: 20px;
  min-height: 220px;
}

.secretariat-content > #dg-div > .first-p {
  margin-top: 14px;
  text-align: justify;
}

.secretariat-content > #dg-div > .first-p > strong {
  display: block;
}

.secretariat-content > #dg-div > .first-p > img {
  float: left;
  margin-top: -115px;
  margin-bottom: 8px;
  margin-right: 20px !important;
  width: 180px;
  /*height: 160px;*/
  object-fit: cover;
}

@media (max-width: 575px) {
  .secretariat-content > #dg-div > .first-p > img {
    float: left;
    margin-top: -104px;
    margin-bottom: 8px;
    margin-right: 20px !important;
    width: 120px;
    object-fit: cover;
  }
}

.secretariat-content > #dg-div > .f-h4 {
  margin-left: 200px;
}

@media (max-width: 575px) {
  .secretariat-content > #dg-div > .f-h4 {
    margin-left: 130px;
    font-size: 18px;
  }
}

.secretariat-content > #dg-div > .f-h5 {
  margin-left: 200px;
}

@media (max-width: 575px) {
  .secretariat-content > #dg-div > .f-h5 {
    margin-left: 130px;
    font-size: 15px;
  }
}

.partners-section {
  padding: 60px 0px;
  /*background-image: url("../../assets/img/World-Map1.png");*/
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .partners-section {
    padding: 30px 20px;
  }
}

.partners {
}

.partners > div {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2%;
  /*background-color: rgb(2,79,42);*/
  padding: 15px;
}

.partners > div > div {
  width: 18%;
  margin-bottom: 20px;
  background-color: #ffffff;
}

@media (max-width: 575px) {
  .partners > div > div {
    width: 32%;
  }
}

.partners > div > div > img {
  width: 100%;
  /*mix-blend-mode: luminosity;*/
  object-fit: contain;
  height: 80px;
}

.partners-connect-section {
  padding: 30px 0px 30px;
  background-image: url("../../assets/img/PGF-forum-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: #4c765a;
}

.partners-connect {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.partners-connect > div:nth-child(1) {
  width: 43%;
  padding: 20px;
}

@media (max-width: 767px) {
  .partners-connect > div:nth-child(1) {
    width: 100%;
  }
}

.partners-connect > div:nth-child(1) > h2 {
  color: white;
  margin-bottom: 15px;
}

.partners-connect > div:nth-child(1) > p {
  color: white;
  margin-bottom: 15px;
}

.partners-connect > div:nth-child(1) > div {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.partners-connect > div:nth-child(1) > img {
  width: 100%;
}

.partners-connect > div:nth-child(1) > div > button {
  width: 32%;
  padding: 6px 0px;
  background-color: #0583bc;
  color: white;
  border: none;
}

.partners-connect > div:nth-child(2) {
  width: 54%;
  padding: 40px;
  background-color: rgba(2,79,42,0.9);
}

@media (max-width: 767px) {
  .partners-connect > div:nth-child(2) {
    width: 100%;
  }
}

.partners-connect > div:nth-child(2) > h2 {
  color: white;
  margin-bottom: 20px;
}

.other-form {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.other-form > div {
  position: relative;
}

.other-form > .half {
  width: 48%;
  margin-bottom: 10px;
}

.other-form > div > input, .other-form > div > textarea {
  width: 100%;
  height: 40px;
  background-color: #01361d;
  color: #c5ffe7;
  border: none;
  padding: 15px;
}

.other-form > .half > input['placeholder'], .other-form > .half > textarea {
  color: white;
}

.other-form > .full > input, .other-form > .full > textarea {
  width: 100%;
  height: 40px;
  background-color: #01361d;
  border: none;
  padding: 15px;
}

.other-form > .full > textarea {
  height: 60px;
}

.other-form > .half-submit {
  width: 48%;
}

.other-form > .full {
  width: 100%;
  margin-bottom: 10px;
}

.other-form > .full-submit {
  margin-top: 20px;
  width: 100%;
}

.other-form > .full-submit > button {
  width: 100%;
  height: 45px;
  border: none;
  background-color: #f5f5f5;
  color: #024f2a;
  font-weight: 600;
}

.other-form > div > input:focus, .other-form > div > textarea:focus {
  outline: none;
  color: white;
}

.other-form > div > em {
  position: absolute;
  bottom: 0px;
  right: 5px;
  color: red;
  font-size: 13px;
}

.other-form > div > input, .other-form > div > textarea {
  color: #c5ffe7;
  font-size: 14px;
}

.other-form > div > input::placeholder, .other-form > div > textarea::placeholder {
  color: #6cbf97;
  font-size: 14px;
}

.other-form > div > input:-ms-input-placeholder, .other-form > div > textarea:-ms-input-placeholder, .other-form > div > input::-ms-input-placeholder, .other-form > div > textarea::-ms-input-placeholder {
  color: #6cbf97;
  font-size: 14px;
}

.other-form > div > input::-ms-input-placeholder, .other-form > div > textarea::-ms-input-placeholder {
  color: #6cbf97;
  font-size: 14px;
}

#directorates-div {
  background-color: white;
  padding: 25px;
}

#directorates-div > ol {
  line-height: 2;
}

#directorates-div > ol > li {
  color: #01361d;
  font-size: 20px;
}

.gov-profile-header {
  position: relative;
  background-image: url("../../assets/img/lagos-state.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.gov-profile-header > div {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  background-color: rgba(76,118,90,0.56);
}

.gov-profile-section {
  background-color: #4c765a;
  padding-bottom: 30px;
  /*height: 300px;*/
}

@media (max-width: 576px) {
  .gov-profile-section {
    padding: 0px 15px;
  }
}

.gov-profile {
  position: relative;
}

@media (max-width: 576px) {
  .gov-profile {
    position: relative;
    text-align: center;
  }
}

.gov-profile > .card-top {
  position: absolute;
  width: 100%;
  top: -45px;
  text-align: right;
  z-index: 0;
}

@media (max-width: 576px) {
  .gov-profile > .card-top {
    position: relative;
    width: 100%;
    top: 10px;
    text-align: center;
  }
}

.gov-profile > .card-top > .name-desig {
  color: white;
}

.gov-profile > .card-top > .name-desig > h1 {
  color: white;
  font-weight: 600;
}

.gov-profile > img {
  margin-top: -100px;
  width: 180px;
  height: 200px;
  object-fit: cover;
  border-radius: 30px;
}

@media (max-width: 576px) {
  .gov-profile > img {
    margin-top: -100px;
    width: 150px;
    height: 170px;
    object-fit: cover;
    border-radius: 30px;
  }
}

.gov-profile > .content {
  margin-top: 40px;
  color: white;
  text-align: left;
}

.states-gov {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.states-gov > a {
  position: relative;
  width: 23%;
  text-decoration: none;
  margin-bottom: 15px;
  background-color: white;
  margin-right: 1%;
  margin-left: 1%;
}

@media (max-width: 992px) {
  .states-gov > a {
    width: 31%;
    text-decoration: none;
    margin-bottom: 15px;
  }
}

@media (max-width: 800px) {
  .states-gov > a {
    width: 48%;
    text-decoration: none;
    margin-bottom: 15px;
  }
}

@media (max-width: 360px) {
  .states-gov > a {
    width: 100%;
    text-decoration: none;
    margin-bottom: 15px;
  }
}

.states-gov > a > img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.states-gov > a > img.states {
  object-fit: contain;
}

@media (max-width: 360px) {
  .states-gov > a > img {
    width: 100%;
    height: 250px;
    object-fit: contain;
  }
}

.states-gov > a > div {
  padding: 5px 5px;
  background-color: #024f2a;
  color: #defaf8;
  text-align: center;
  font-size: 14px;
}

.states-gov > a > div > h6 {
  margin-bottom: 0px;
  font-size: 14px;
}

.error-doc {
  text-align: center;
}

.error-doc > button {
  background-color: #ed3237;
  color: white;
  padding: 8px 25px;
  border: none;
  font-size: 14px;
  font-weight: 600;
}

.error-doc > h1 {
  font-size: 200px;
}

@media (max-width: 576px) {
  .error-doc > h1 {
    font-size: 100px;
  }
}

.ldp-about {
}

.ldp-about > .info {
  height: 250px;
  background-color: rgba(2,79,42,0.9);
  overflow-y: overlay;
  padding: 40px;
  margin-bottom: 25px;
}

.ldp-about > .info > p {
  color: white;
}

.ldp-about > .contact {
  /*text-align: center;*/
}

.ldp-about > .contact > button {
  background-color: #ed3237;
  color: white;
  padding: 8px 25px;
  border: none;
  font-size: 14px;
  font-weight: 600;
}

.ldp-description {
  margin-top: 20px;
  color: white;
}

.ldp-description > p {
  color: #00ff87;
  text-align: justify;
  font-size: 17px;
}

.ldp-description > div {
  text-align: right;
}

.ldp-description > div > button {
  margin-left: 10px;
  background-color: #ed3237;
  color: white;
  padding: 8px 25px;
  border: none;
  font-size: 14px;
  font-weight: 600;
}

.sec-mission-vision {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.sec-mission-vision > div {
  width: 32%;
  padding: 20px 20px;
  overflow-y: hidden;
  transition: height 0.5s ease-in-out;
  border-top-right-radius: 10px;
  backdrop-filter: blur(0px) saturate(180%);
  -webkit-backdrop-filter: blur(0px) saturate(200%);
  background-color: rgba(255, 255, 255, 0.50);
  border-radius: 12px;
  border: 1px solid rgba(209, 213, 219, 0.3);
}

.sec-mission-vision > div:nth-child(1) {
  width: 22%;
}

.sec-mission-vision > div:nth-child(2) {
  /*width: 40%;*/
}

.sec-mission-vision > div:nth-child(3) {
  /*width: 25%;*/
}

.sec-mission-vision > div > p {
  margin-bottom: 0px;
}

.sec-mission-vision > div > div {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: space-evenly;
}

.sec-mission-vision > div > div > strong {
  margin-left: 5px;
  margin-right: 5px;
}

.sec-mission-vision > div > h5 {
  font-weight: 600;
}

.mvcv > .links {
  margin-bottom: 15px;
}

.mvcv > .content {
}

.mvcv > .content > div {
  color: powderblue;
  display: none;
  margin-bottom: 10px;
}

.mvcv > .content > div > div {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
}

.mvcv > .content > div > div > strong {
  margin-right: 15px;
}

.mvcv > .links > a {
  padding: 6px 12px;
  text-decoration: none;
  color: var(--bs-gray-300);
  font-size: 20px;
  border-bottom: 1px solid rgba(25,135,84,0.5);
}

@media (max-width: 576px) {
  .mvcv > .links > a {
    font-size: 17px;
  }
}

.mvcv > .links > a.active, .mvcv > .links > a:hover {
  color: var(--bs-teal);
  border-bottom: 2px solid orange;
}

.mvcv {
}

.abt-gallery {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 12px;
}

.abt-gallery > a {
  position: relative;
  width: 23.5%;
}

@media (max-width: 850px) {
  .abt-gallery > a {
    width: 32%;
  }
}

@media (max-width: 730px) {
  .abt-gallery > a {
    width: 48.7%;
  }
}

@media (max-width: 520px) {
  .abt-gallery > a {
    width: 100%;
  }
}

.abt-gallery > a > img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

@media (max-width: 520px) {
  .abt-gallery > a > img {
    height: 180px;
    object-fit: cover;
  }
}

.abt-gallery > a:hover > div {
  display: block;
  margin-right: 5px;
}

.abt-gallery > a > div {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.47);
  color: white;
  text-align: center;
}

.abt-gallery > a > div > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.big-search {
  position: relative;
  margin-bottom: 30px;
}

.big-search > form {
  position: relative;
}

.big-search > form > .input-box {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  border: 1px solid var(--bs-gray-300);
}

.big-search > form > .input-box {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  padding: 0px 20px;
  border: 1px solid var(--bs-gray-300);
  color: #0f5835;
}

.big-search > form > .input-box:focus {
  outline: 1px solid rgba(0,168,89,0.5);
  color: #0f5835;
}

.big-search > form > .submit {
  position: absolute;
  right: 6px;
  top: 0px;
  margin-top: 4px;
  font-size: 22px;
  border: none;
  padding: 0px 10px;
  background-color: transparent;
}

.search-results {
}

.search-results > a {
  text-decoration: none;
  padding: 15px;
  display: block;
  background-color: white;
  margin-bottom: 15px;
  border: 1px solid rgba(0,168,89,0.5);
  border-radius: 7px;
}

.search-results > a:hover {
  text-decoration: none;
  background-color: rgb(232,255,244);
}

.search-results > a > h5 {
  margin-bottom: 0px;
  color: rgba(2,79,42,0.9);
}

.search-results > a > p {
  margin-bottom: 0px;
  color: rgba(76,118,90,0.88);
  font-size: 15px;
}

.search-results > a > span {
  font-size: 14px;
  color: rgba(0,0,0,0.5);
}

.search-image {
  text-align: center;
  margin-bottom: 20px;
}

.search-image > img {
  width: 88px;
}

.rsvp {
}

.rsvp > .info {
  background-color: rgba(0,168,89,0.3);
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}

.rsvp > .info > h4 {
  text-align: center;
  color: #0f5835;
}

.rsvp > .info > .item {
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 576px) {
  .rsvp > .info > .item {
    display: block;
    margin-right: 20px;
    text-align: left;
  }
}

.rsvp > .info > .item > strong {
  margin-right: 5px;
  color: #d65f00;
}

.rsvp > .info > .item > span {
  color: #4c765a;
}

