/* Custom CSS */
/* .logo-color-line .bg-yellow,
.logo-color-line .bg-red,
.logo-color-line .bg-green{
  height: 16px;
} */

.bg-yellow {
  background:
    /* #E4CA00 */
    #f6da01 !important;
}

.bg-red {
  background: #AD4F2E !important;
}

.bg-green {
  background: #008244 !important;
}

.bg-blue {
  background: #004C71 !important;
}

.bg-grey {
  background: #EAEAEA !important;
}

.bg-light-green {
  background: #E5F3EC !important;
}

.bg-light-blue {
  background: #d9eff4 !important;
}

.text-yellow {
  color:
    /* #E4CA00 */
    #f6da01 !important;
}

.text-red {
  color: #AD4F2E !important;
}

.text-green {
  color: #008244 !important;
}
.text-grey {
  color: #e6e6e6 !important;
}

.text-blue {
  color: #004C71 !important;
}

.text-light-green {
  color: #E5F3EC !important;
}

.font-weight-bold {
  font-weight: 800 !important;
}

.welcome-link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.welcome-link svg {
  color: #008244;
}

section.main-news-area .overview-news-content h4 a {
  color: #004C71;
}

a.btn-read-more {
  background-color: #004C71;
  color: white;
  border-radius: 6px;
  /* padding: 2px 8px; */
  text-align: right;
}

div.read-more-cont {
  text-align: right;
}

div.nwp-news-col,
.nwp-news-col .single-most-popular-news .popular-news-image img {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.nwp-news-col .single-most-popular-news .popular-news-image img,
.nwp-news-col .single-most-popular-news .popular-news-content {
  padding: 10px;
}

/* .nwp-news-col .single-most-popular-news .popular-news-content{
  padding: 10px;
  background: #004C71;
} */
.nwp-news-col .single-most-popular-news .popular-news-content h3 a {
  color: #004C71;
}

.nwp-news-col .single-most-popular-news .popular-news-content span.nwp-news-author {
  color: #004C71;
  float: left;
}

.nwp-news-col:hover .popular-news-content {
  background: #004C71;
  color: #fff;
  margin: 0px;
  transition: .4s;
}

.nwp-news-col:hover .read-more-cont a.btn-read-more {
  background: #fff;
  color: #004C71;
  transition: .5s;
}

.nwp-news-col:hover .popular-news-content h3 a,
.nwp-news-col:hover .popular-news-content span.nwp-news-author {
  color: #fff;
}

.nwp-news-col:hover .popular-news-content p {
  color: #cdcdcd;
}

div.nwp .post-content h3 {
  font-size: 14px !important;
  font-weight: bold;
}

div.nwp .post-content h3 {
  font-size: 14px !important;
  font-weight: bold;
}

.nwp:hover .post-content h3 a {
  color: #AD4F2E !important;
}

.read-more-link {
  color: #004C71;
  text-decoration: underline;
  text-align: right;
  font-weight: 600;
}

.read-more-link-ltr {
  color: #004C71;
  text-decoration: underline;
  text-align: left !important;
  font-weight: 600;
}

.nwp-img-news-list {
  background: #eaeaea;
  padding: 10px;
  margin-bottom: 18px;
  margin-top: -5px;
}

.nwp-img-news-list .single-most-popular-news h3 a {
  color: #004C71;
  font-weight: 700;
  text-transform: uppercase;
}

.nwp-img-news-list:hover .single-most-popular-news h3 a {
  color: #AD4F2E;
  text-decoration: underline;
}

.nwp-img-news-list .popular-news-image {
  max-height: 180px;
}

.nwp-img-news-list .popular-news-image img {
  /* object-fit: cover; */
  /* height: 100%; */
  /* width: 100%; */
}

.nwp-event-post {
  padding: 18px 14px;
  margin-bottom: 1rem;
  height: 170px;
}

.nwp-event-post:nth-of-type(even) {
  background: #FCD1164D;
}

.nwp-event-post:nth-of-type(odd) {
  background: #AD4F2E33;
}

section.major-projects-area,
section.members-state-area {
  padding-bottom: 35px;
}

.nwp-projects-grid,
.nwp-member-state-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 1rem 2rem;
  justify-items: center;
  align-items: end;
  /* background: #AD4F2E; */
}

.nwp-project-grid-item {
  /* height: 100%; */
}

.nwp-project-grid-item .nwp-project-icon {
  height: 100%;
  padding: 2em;
  max-width: 180px;
  max-height: 180px;
  background: #8E1D36;
  text-align: center;
  margin: 0px auto;
}

.nwp-project-grid-item .nwp-project-icon img {
  height: 100px;
  object-fit: contain;
}

.nwp-projects-grid .nwp-project-title {
  text-align: center;
  font-weight: 700;
  margin-top: .8rem;
  /*height: 40px;@2echo
  overflow: hidden;*/
}

.nwp-projects-grid .nwp-project-title h6 {
  color: #004C71;
  /* text-decoration: underline; */
}

.nwp-projects-grid .nwp-project-title h6 a {
  text-overflow: ellipsis;
}

.nwp-project-grid-d2:hover .nwp-project-icon,
.nwp-project-grid-d1:hover .nwp-project-icon {
  background:
    /* #E4CA00 */
    #f6da01;
  transition: .5s all;
}

.nwp-project-grid-d2:hover .nwp-project-icon img,
.nwp-project-grid-d1:hover .nwp-project-icon img {
  transition: .5s all;
  transform: scale(1.1);
}

.nwp-project-grid-d2:hover .nwp-project-title h6,
.nwp-project-grid-d1:hover .nwp-project-title h6 {
  color: #8E1D36;
  transform: scale(1.1);
  font-weight: bold;
  text-decoration: none;
  transition: .5s all;
}

.nwp-member-state-grid .nwp-member-state-item {
  width: 100%;
}

.nwp-member-state-grid .nwp-member-state-item .nwp-member-state-country {
  width: 100%;
  margin-left: 10px;
}

.footer-area {
  background-color: #8E1D36;
}

.single-footer-widget h2 {
  text-decoration: underline;
  text-underline-offset: 1em;
  margin-bottom: 1em;
  margin-top: 2em;
}

.single-footer-widget ul.footer-widget-lists {
  list-style: none;
  padding: 0px;
}

.single-footer-widget ul.footer-widget-lists li a {
  color: #fff;
  /* text-decoration: underline; */
}

.copyright-area {
  background: #008244;
}

.logo-color-line {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}

.logo-color-line>div:nth-child(1) {
  flex-grow: 1;
  background:
    /* #E4CA00 */
    #f6da01;
}

.logo-color-line>div:nth-child(2) {
  flex-grow: 1;
  background: #8E1D36;
}

.logo-color-line>div:nth-child(3) {
  flex-grow: 5;
  background: #008244;
}

.logo-color-line.lg>div {
  height: 16px;
}

.logo-color-line.sm>div {
  height: 5px;
}

.logo-color-line.md>div {
  height: 9px;
}

.nwp-about-main {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  max-height: 540px;
}

.nwp-about-main::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
  background: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
  height: 35%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  opacity: .7;
}

.bottom-dark-overlay {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 30px; */
  max-height: 540px;
}

.bottom-dark-overlay::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
  background: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
  height: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  opacity: .7;
}

.nwp-about-main img {
  overflow: hidden;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  width: 100%;
}

.nwp-about-main .main-img-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0px 0px 30px 30px;
  z-index: 2;
  max-width: 380px;
}

.nwp-about-main .main-img-content .tag {
  display: inline-block;
  font-size: 14px;
  background-color:
    /* #E4CA00 */
    #f6da01;
  color: #ffffff;
  padding: 2px 10px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nwp-about-main .main-img-content p {
  color: #fff;
  line-height: 1.5;
}

.nwp-about-main .main-img-content h3 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 0.4rem;
}

.nwp-about-main .main-img-content h3 a {
  color: #ffffff;
  position: relative;
}

.nwp-about-main .main-img-content h3 a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid
    /* #E4CA00 */
    #f6da01;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.nwp-about-main .main-img-content span {
  color: #ffffff;
}

.nwp-about-main .main-img-content span a {
  color: #ffffff;
  font-weight: 400;
}

.nwp-about-main:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.nwp-about-main .main-img-content .tag {
  background-color: #dc472e;
}

.nwp-about-main:hover .main-img-content h3 a {
  color:
    /* #E4CA00 */
    #f6da01;
}

.nwp-about-main .main-img-content h3 a::before {
  width: 100%;
}

.nwp-about-main .main-img-content span a {
  color:
    /* #E4CA00 */
    #f6da01;
}

.nwp-about-main .main-img-content-left {
  position: absolute;
  right: 3rem;
  z-index: 2;
  color:
    /* #E4CA00 */
    #f6da01;
  bottom: 2rem;
  text-align: right;
}

.nwp-about-main .main-img-content-left h4 {
  color: #fff;
}

.nwp-president-img .nwp-president-title {
  position: absolute;
  /* right: 2rem; */
  bottom: 2rem;
  z-index: 2;
  text-align: center;
  padding: 0px 8px;
  width: 100%;
}

.nwp-president-img .nwp-president-title h4 a {
  color: #fff;
}

.nwp-president-img .nwp-president-title h4 a:hover {
  color: #f6da01;
}

.nwp-president-img .nwp-president-title span {
  color:
    /* #E4CA00 */
    #f6da01;
  /* font-style: italic; */

}

.nwp-about-main::after,
.nwp-president-img.bottom-dark-overlay::after {
  content: '';
  height: 10px;
  background: #008244;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}

.nwp-president-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: .5s;
}

.nwp-top-story .story-img img,
.nwp-ia .story-img img {
  max-height: 340px;
  width: 100%;
  object-fit: cover;
}

.nwp-top-story {
  padding: 10px;
  background:
    /* #E5F3EC */
    #d9eff4;
}

.nwp-ia {
  padding: 10px;
  background: #EAEAEA;
  height: 192px;
}

.nwp-top-story .story-title,
.nwp-ia .story-title {
  margin-top: 1rem;
}

.nwp-top-story .story-title h6,
.nwp-ia .story-title h6 {
  font-weight: bold;
}

.nwp-top-story:hover .story-title h6 a,
.nwp-ia:hover .story-title h6 a {
  color: #8E1D36;
  font-style: oblique;
  transition: .6s all;
}

.nwp-top-story:hover .story-img img,
.nwp-ia:hover .story-img img {
  transform: scale(0.98);
  transition: .6s all;
}

.media-area .single-video-item {
  position: relative;
}

.media-area .single-video-item .video-news-image img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.media-area .nwp-col2-media .video-news-image img {
  max-height: 300px;
}

.media-area .single-video-item .video-news-content {
  position: absolute;
  text-align: right;
  bottom: 1rem;
  right: 2rem;
  left: 3rem;
  right: 3rem;
  z-index: 2;
}

.media-area .single-video-item .video-news-content h3 a {
  color: #EAEAEA;
}

.nwp-breadcrumb-area {
  padding: 0.4rem 0px;
}

.nwp-breadcrumb-area .nwp-breadcrumb-env .nwp-breadcrumb-image img {
  width: 100%;
  max-height: 330px;
  object-fit: cover;
}

.nwp-breadcrumb-area .nwp-breadcrumb-env .nwp-breadcrumb-title {
  position: absolute;
  bottom: 0px;
  right: 2rem;
  left: 0rem;
  z-index: 2;
}

.nwp-breadcrumb-area .nwp-breadcrumb-env .nwp-breadcrumb-title h2 {
  color: #fff;
  padding: 1.5rem;
}

ul.nwp-light-list {
  list-style: none;
  padding: 0.4rem 0;
}

ul.nwp-light-list li {
  position: relative;
  background:
    /* #E5F3EC */
    #d9eff4;
  padding: 16px 25px;
  margin-bottom: 6px;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.nwp-light-list li.active {
  background:
    /* #E4CA00 */
    #f6da01;

}

ul.nwp-light-list li a {
  color: #004C71;
  font-weight: bold;
  width: 100%;
  height: 100%;
}

ul.nwp-light-list li h6 {
  margin: 0;
}

ul.nwp-light-list li .arrow-pointer {
  width: 27px;
  height: 27px;
  border: solid #004C71 1px;
  border-radius: 100%;
  line-height: 23px;
  padding-left: 4px;
}

ul.nwp-light-list li:hover {
  margin-left: 12px;
  transition: .5s;
}

ul.nwp-light-list li:hover a h6 {
  color: #8E1D36;
  /* border-bottom: 2px solid #8E1D36; */
  transition: .3s;
}

ul.nwp-light-list li:hover .arrow-pointer span {
  margin-left: 6px;
  transition: .5s;
}

ul.nwp-light-list li > ul.sub-menu{
  position: absolute;
  display: none;
  right: 100%;
  top: 0px;
  background: #E5F3EC;
  z-index: 2;
}
ul.nwp-light-list li > ul.sub-menu li{
  background: #E5F3EC;
  transition: all .6s;
  width: max-content;
}

ul.nwp-light-list li:hover > ul.sub-menu{
  display: block;
  /* background: #d9eff4; */
  padding: 4px 12px;
  transition: .6s;
}
.nwp-sidebar .widget-type-title h3,
.nwp-sidebar .nwp-sidebar-widget .widget-content .widget-block a {
  color: #004C71;
}

.nwp-sidebar .nwp-sidebar-widget {
  background:
    /* #E5F3EC */
    #d9eff4;
  padding: 25px 27px;
  margin-bottom: 30px;
}

.nwp-sidebar .nwp-sidebar-widget .widget-title h4 {
  /* color: #004C71; */
  width: 80%;
  border-bottom: 2px solid #004C71;
}

.nwp-sidebar .nwp-sidebar-widget .widget-divider {
  width: 80%;
}

.nwp-sidebar .nwp-sidebar-widget .widget-divider hr {
  background: #fff;
  height: 4px;
}

.nwp-sidebar .nwp-sidebar-widget .widget-content {
  padding: 30px 0px;
}

.nwp-sidebar .nwp-sidebar-widget .widget-content .widget-block a:hover {
  color: #8E1D36;
  text-decoration: underline;
}

.nwp-sidebar .nwp-sidebar-widget .widget-content .widget-block-button a.widget-btn {
  border: solid 2px;
  padding: 14px;
}


.grey-content-area,
.bg-light-grey {
  background: #f2f2f2 !important;
}

.grey-content-area .nwp-grey-content,
.white-content-area .nwp-content-area,
section.member-states {
  padding: 0.4rem 10px;
}

.grey-content-area .nwp-grey-content ul.num-list,
ul.num-list {
  list-style: decimal;
}

.objective-listings li {
  padding-bottom: 1rem;
}

.section-giaba-title {
  margin-bottom: 26px;
}

.nwp-input-group {
  border: #008244 1px solid;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: .5rem;
  color: #008244;
  margin-bottom: 12px;
}

.nwp-input-group input {
  outline: none;
  border: none;
  flex-basis: 90%;
}

.nwp-input-group div.nice-select {
  width: 100%;
  border: none;
  padding: 0px;
  height: auto;
  line-height: 26px;
}

.nwp-input-group div.nice-select ul.list {
  width: 100%;
}

.giaba-searched-lists {
  padding: 0.4rem 0px;
}

.giaba-searched-lists .giaba-list-item {
  padding: 35px 0px;
  border: #f2f2f2 solid 2px;
  /* max-height: 180px; */
}

.giaba-searched-lists .giaba-list-item>a {
  width: 100%;
}

/* .giaba-searched-lists .giaba-list-item .giaba-title, */
.giaba-searched-lists .giaba-list-item .giaba-location,
.giaba-searched-lists .giaba-list-item .giaba-dates {
  margin-bottom: 14px;
}

.giaba-searched-lists .giaba-list-item .giaba-title a {
  color: #008244;
}

.giaba-searched-lists .giaba-list-item {
  padding: 10px 26px;
  margin-bottom: 16px;
}

.giaba-searched-lists .giaba-list-item .giaba-location {
  font-weight: bold;
}

.giaba-searched-lists .giaba-list-item .giaba-location svg {
  color: #c4c4c4;
}

.giaba-searched-lists .giaba-list-item .giaba-link a.more-details-link {
  font-weight: bold;
}

.giaba-searched-lists .giaba-list-item .giaba-link a.more-details-link span {
  color: #008244;
}

.giaba-searched-lists .giaba-list-item .giaba-dates {
  font-size: 14px;
}

.giaba-searched-lists .giaba-list-item .giaba-title a:hover {
  color: #8E1D36;
  text-decoration: underline;
  transform: scale(1.1);
  transition: all .5s;
}

.giaba-pagination {
  /* margin: 16px 0px; */
  padding: 50px 0px;
}

.giaba-pagination .giaba-pagination-links {
  width: fit-content;
  margin: 0px auto;
  text-align: center;
}

.giaba-pagination .giaba-pagination-links span a {
  border: #f2f2f2 solid 2px;
  padding: 16px;
  font-weight: bold;
  font-size: 22px;
}

.giaba-pagination .giaba-pagination-links span a.current {
  border: none;
}

.giaba-pagination .giaba-pagination-links span a:hover {
  background: #008244;
  color: #fff;
  border: none;
  transition: .3s;
}

.giaba-search-form input[type="submit"] {
  background: #008244;
  color: #fff;
  width: 100%;
  padding: 8px;
  outline: none;
  border: none;
}

.giaba-search-form input[type="submit"]:hover {
  background: #fff;
  color: #008244;
  border: solid 2px #008244;
  transition: .3s;
}

a.nwp-link {
  color: #004C71;
  text-decoration: underline;
  transition: all .4s linear;
}

a.nwp-link:hover {
  text-decoration: none;
  color:
    /* #E4CA00 */
    #f6da01;
}

.nwp-member-state-lists {
  padding: 24px 0px;
}

.nwp-member-state-lists ul.member-states {
  list-style: inside square;
  padding: 0px;
  -moz-column-count: 2;
  /* -moz-column-gap: 20px; */
  -webkit-column-count: 2;
  /* -webkit-column-gap: 20px; */
  column-count: 2;
  /* column-gap: 80px; */
}

.nwp-member-state-lists ul.member-states li a {
  color: #004C71;
  text-decoration: underline;
  transition: .4s;
}

.nwp-member-state-lists ul.member-states li a:hover {
  color: #8E1D36;
  text-decoration: none;
}

.social-shares {
  margin-bottom: 30px;
}

.social-shares .social {
  /* margin-top: 25px; */
  padding-left: 0;
  margin-bottom: 0;
}

.social-shares .social li {
  list-style-type: none;
  display: inline-block;
}

.social-shares .social li a i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #eeeeee;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  margin: 0 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #004C71;
  border-radius: 100%;
  transition: .4s;
}

.social-shares .social li:hover a i {
  color: #004C71;
  background: #eee;
}

.widget-block .nwp-top-story {
  padding: 0px;
}

.main-navbar .navbar .navbar-nav {
  width: 100%;
}

/*@2echo*/
/* ul#menu-main-menu.navbar-nav>li.nav-item { */
ul.navbar-nav>li.nav-item {
  width: 100%;
  white-space: nowrap;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu>li {
  white-space: normal;
}

.main-navbar .navbar .navbar-nav .nav-item>a.nav-link {
  text-align: center;
  text-transform: uppercase;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-align: left;
}

.nwp-explore {
  position: static !important;
}

.nwp-explore .nwp-explore-links {
  display: none;
  position: absolute;
  width: 100%;
  background: #008244;
  color: #fff;
  left: 0;
  z-index: 901;
  padding: 60px 0px;
  margin-top: 15px;
}

.nwp-explore .nwp-explore-links table,
.nwp-explore .nwp-explore-links table tbody tr,
.nwp-explore .nwp-explore-links table tbody tr td {
  border: none;
  text-align: left;
  color: #fff;
}

.nwp-explore .nwp-explore-links .explore-menu-title {
  border-bottom: 2px solid #fff;
  text-align: left;
  padding: 14px 0px;
}

.nwp-explore .nwp-explore-links .explore-menu-item-lists {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0px;
  text-align: left;
  align-items: stretch;
}

.nwp-explore .nwp-explore-links .explore-menu-item-lists .explore-menu-item {
  margin-bottom: 18px;
}

.nwp-explore .nwp-explore-links .explore-menu-title h6 {
  font-weight: bold;
  color: #fff;
}

.nwp-explore .nwp-explore-links .explore-menu-item-lists ul,
.nwp-explore .nwp-explore-links .explore-menu-item-lists ul li {
  padding: 2px 0px;

}

.nwp-explore .nwp-explore-links .explore-menu-item-lists ul li {
  display: block;
}

.nwp-explore .nwp-explore-links .explore-menu-item-lists ul li a {
  color: #fff;
}

.nwp-explore .nwp-explore-links .explore-menu-item-lists ul li a:hover {
  color:
    /* #E4CA00 */
    #f6da01;
  text-decoration: underline;
}

.nwp-explore .nwp-explore-links .explore-menu-item-lists ul li:first>a {
  font-weight: bold;
}

.nwp-explore .nwp-explore-links .explore-menu-item-lists ul:hover .nwp-explore .nwp-explore-links table tr>td>a {
  color: #fff;
}

.nwp-explore .nwp-explore-links table tr>td>a:hover {
  color:
    /* #E4CA00 */
    #f6da01;
}

.nwp-explore .explore-search {
  margin: 0px 0px 60px;
}

.nwp-explore .explore-search form {
  position: relative;
  max-width: 380px;
  margin-left: auto;
}

.nwp-explore .explore-search form input[type=text] {
  background: none;
  outline: 2px #fff solid;
  color: #fff;
  border-radius: 10px;
  padding: 8px 18px;
}

.nwp-explore .explore-search form input::placeholder {
  color: #f2f2f2;
}

.nwp-explore .explore-search form button[type=submit] {
  position: absolute;
  top: 23px;
  right: 0;
  height: 100%;
  padding: 16px;
  text-align: center;
  width: 30px;
  background: none;
  border: none;
}

.nwp-explore .explore-search form button[type=submit]:hover {
  background: #fff;
  transition: .4s;
}

.nwp-explore .explore-search form button[type=submit]:hover i {
  color: #008244;
}

.nwp-explore .explore-search form button i {
  padding: 1px;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
}

/* .top-header-others li.nwp-explore:hover div.nwp-explore-links{
  display: block;
  transition: all 1s;
} */

.top-header-others li.nwp-explore:hover a#explore-button.arrow::after {
  content: "";
}

.top-header-others li.nwp-explore a#explore-button {
  position: relative;
}

.top-header-others li.nwp-explore a#explore-button.arrow::after {
  /* z-index: 5; */
  position: absolute;
  top: -15px;
  border: 30px solid transparent;
  border-bottom: 50px solid #008244;
  left: 38px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  top: 39px;
}

.single-most-popular-news .popular-news-image img {
  /*height: 280px;@2echo*/
  width: 100%;
  object-fit: cover;
  border-bottom: 5px solid #004C71;
}

.single-most-popular-news .popular-news-image.strict-height img {
  height: 280px;
}

.bx-2-green {
  font-size: 30px;
  background: #fff;
  color: #5e6462;
  transition: .4s;
}

.bx-2-green:hover {
  background: #5e6462;
  color: #fff;
}

/* .nwp-department-lists ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
} */

.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  /*width: max-content;@2echo*/
}

.article-image img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}

.middle-header {
  padding-bottom: 0.4rem;
}

aside.widget-area section {
  padding-bottom: 2rem;
}

form.search-box {
  position: relative;
  width: 250px;
  border-radius: 5px;
}

form.search-box button {
  border: none;
  /* background-color:  /* #E4CA00  #f6da01; */
  background-color: transparent !important;
  color: #ced4da !important;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.ms-geo-img {
  display: flex;
  padding: 25px 0px;
}

.ms-geo-img .ms-map,
.ms-geo-img .ms-flag {
  padding: 10px 15px;
  width: 100%;
  max-height: 400px;
}

.ms-flag-title,
.ms-map-title {
  text-align: center;
  margin-top: 10px;
}

.ms-geo-img img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  height: 100%;
}

.ms-hos {
  /* border-bottom: 1px solid #008244; */
  /* border-radius: 15px; */
  background: #fff;
  padding: 10px;
  margin-bottom: 25px;
  border-radius: 5px;
  overflow: hidden;
  justify-content: space-between;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}

.ms-hos-img img {
  width: 100%;
  border-radius: 15px;
}

.ms-hos-info {
  padding-top: 1rem;
  text-align: center;
}

.ms-hos-info i {
  font-style: italic;
}

.ms-bottom {
  padding: 0.5rem 0px;
  /* border-top: 20px solid #8e1d36; */
  border-radius: 10px 10px 0px 0px;
}

section.events-archive-area {
  padding: 60px 0px;
}

.event-details {
  padding-bottom: 0.4rem;
}

.event-details>h4 {
  padding-bottom: 1rem;
}

.article-file h6 {
  color:
    /* #E4CA00 */
    #f6da01;
  text-decoration: underline;
}

.single-video-item-full .video-news-image img {
  width: 100%;
}

.section-title h2,
.section-title2 h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #004C71;
}

.section-title2 {
  /* margin-bottom: 25px; */
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  /* width: 100%; */
}

.single-most-popular-news {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.single-most-popular-news.no-shadow {
  box-shadow: none;
  /* margin-top: -7px; */
}

.nwp-project-grid-d2 .nwp-project-icon {
  background: #AD4F2E;
}

.about-area {
  padding-top: 0.4rem;
}

.single-video-item .video-news-image.media-img img {
  /* height: 192px; */
  height: 230px;
  width: 100%;
  object-fit: cover;
}

/* 
.ms-flag-title h6,
.ms-map-title h6{
  text-transform: uppercase;
} */
.section-title a {
  color: #004C71;
}

.vision-statement {
  background:
    /* #E5F3EC */
    #d9eff4;
  padding: 2rem;
  text-align: center;
  margin: 25px 0px;
}

.column-2 {
  column-count: 2;
}

.rounded-50-img {
  text-align: center;
}

.rounded-50-img img {
  width: 50% !important;
  border-radius: 100%;
}

.ptb-20 {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.pt-20 {
  padding-top: 0.4rem !important;
}

.pb-20 {
  padding-bottom: 0.4rem !important;
}

.agency-logo {
  text-align: center;
  padding-bottom: 0.4rem;
}

.agency-logo img {
  /* border-radius: 100%; */
  max-height: 120px;
}

.agencies li {
  padding-right: 10px;
  padding-bottom: 10px;
}

.map-list>ul {
  column-count: 4;
  padding-top: 12px;
}

img.small-flag {
  width: 46px !important;
  padding-right: 6px;
}

.video-item .video-news-image a.photo-icon {
  color: #fff;
  font-size: 40px;
  position: absolute;
  left: 30px;
  top: 20px;
}

.video-item .video-news-image a.media-image {
  width: 100%;
  height: 100%;
}

.languages-list ul.top-header-others li.menu-item-language-current,
ul#menu-language-menu li.menu-item-language-current {
  position: relative;
  width: 100%;
  padding: 5px 1rem;
}

.languages-list ul.top-header-others li.menu-item-language-current ul.sub-menu,
ul#menu-language-menu li.menu-item-language-current ul.sub-menu {
  display: none !important;
  position: absolute;
  left: 0;
  display: block;
  background: #f8f8f8;
  padding: 0px;
}

.languages-list ul.top-header-others li.menu-item-language-current:hover ul.sub-menu,
ul#menu-language-menu li.menu-item-language-current:hover ul.sub-menu {
  display: block !important;
  z-index: 999;
}

.languages-list ul.top-header-others li.menu-item-language-current ul.sub-menu li,
ul#menu-language-menu li.menu-item-language-current ul.sub-menu li {
  display: block;
  padding: 5px 1rem;
  /* margin-left: 10px; */
  text-align: left;
  width: max-content;
}

.copyright-area .copyright-area-content p {
  text-align: center;
}

ul.just-links {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.overview-news-content h4 {
  text-align: left;
}

.nwp-single-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nwp-doc-box.accordion .accordion-item {
  border: none;
  margin-bottom: 10px;
}

.nwp-doc-box {
  padding-right: 15px;
}

.nwp-doc-box.accordion .nwp-doc-box {
  box-shadow: -1px 1px 2px 2px #f3f3f3;
}

.faq-accordion .accordion .nwp-doc-box .accordion-title {
  padding: 15px 60px 10px 10px;
}

.nwp-doc-count {
  font-size: 0.8rem;
  background: #f6da01;
  padding: 4px 8px;
  font-style: italic;
  border-radius: 8px;
}

.nwp-doc-icon {
  font-size: 4.2rem;
  padding-top: 15px;
}

.nwp-doc-icon2 {
  font-size: 3rem;
}

.single-footer-widget p {
  margin: 0px;
}
.nwp-president-title span a{
  color: #fff;
}
.nwp-president-title span a:hover{
  color: #f6da01;
}
.multimedia-slide .owl-nav{
  text-align: center;
}

ul.nwp-light-list li > ul.sub-menu li:hover {
  background: #f6da01;
  color: black;
}

.nwp-page-content{
  margin-bottom: 1rem;
}

.nwp-page-content *{
  text-align: justify;
}
.single-footer-widget *{
 color: #fff;
}
.ms-geo-iframe iframe{
  width: 100% !important;
}