@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/PoppinsRegular.woff2') format('woff');
}

:root {
  --main-theme-color: #297709 !important;
  --main-theme-color-secondary: #4c911f !important;
  --main-theme-color-tablebg: #54b8e1bd !important;
}

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

* {
  font-family: 'poppinsregular', serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body::-webkit-scrollbar {
  width: 0.8rem;
}

body::-webkit-scrollbar-track {
  background-color: lightgrey;
  border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--main-theme-color) !important;
  border-radius: 10px;
}

table img {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

table thead tr th,
table thead tr td {
  background-color: var(--main-theme-color-tablebg);
}

th,
td {
  vertical-align: middle !important;
}

th p,
td p {
  margin-bottom: 0 !important;
}

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

.card-header-custom {
  background-color: #fff;
  color: #11998e;
  text-align: center;
  font-weight: bold;
  text-shadow: .5px .5px 1px #11998e;
  border-bottom: 1px solid #d7d7d7;
}

.more-link {
  padding: 5px 10px;
  bottom: 0;
  right: 0;
  position: absolute;
}

.block-title {
  padding: 10px;
  margin-bottom: 0;
  background-color: #11998e;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

/* Start: Header */
#header-top-div {
  background-color: #14223c !important;
  border-bottom: 5px solid var(--main-theme-color) !important;
}

/* text resize */
#header-top-div #text-resize .dropdown ul {
  min-width: unset !important;
}

#header-top-div #text-resize .dropdown ul li {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid;
}

#header-top-div #text-resize .dropdown ul li:last-child {
  border-bottom: none;
}

#header-top-div #text-resize .dropdown-item:hover .dropdown-menu {
  display: block;
}

#text-resize>div {
  width: 40px;
}


#main-navigation {
  background-color: var(--main-theme-color) !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#main-navigation ul li {
  padding: 0 2px;
}

#main-navigation a,
#main-navigation span {
  color: #fff !important;
  font-weight: normal !important;
}

#main-navigation a:hover,
#main-navigation span:hover {
  background-color: #46af1c;
  box-shadow: 0 1rem 3rem #000 !important
}

#main-navigation .dropdown-menu li {
  border-bottom: 1px solid #000;
}

#main-navigation .dropdown-menu li:last-child {
  border-bottom: none;
}

#main-navigation .dropdown-menu a,
#main-navigation .dropdown-menu span {
  color: #000 !important;
}

#main-navigation .dropdown:hover .dropdown-menu {
  display: block;
}

#main-navigation .dropdown-menu .active {
  background-color: #fff;
}

#main-navigation .dropdown-item:active {
  background-color: transparent !important;
}

.wn-btns button {
  background-color: var(--main-theme-color) !important;
  width: 30px;
  margin: .025rem;
}

/* End: Header */

/* Start: Main Section (front) */
#banner img {
  width: 100% !important;
  /* max-height: 450px !important; */
}

#principal-message .card {
  height: 350px !important;
}

.main-front .front-region h5 {
  background: var(--main-theme-color-secondary);
  text-align: center;
  color: #fff;
  padding: 8px;
  margin-bottom: 0px;
  border-radius: 5px 5px 0 0;
}

/* What's new */
#block-b5customsubtheme-blocktabshomepagetabs {
  background-color: #99d57f;
}

#block-b5customsubtheme-blocktabshomepagetabs .nav-tabs li {
  border: 1px solid #fff;
  color: #2664a4;
}

#block-b5customsubtheme-blocktabshomepagetabs .nav-tabs li:not(:last-child) {
  border-right: 1px solid #195c9f;
}

#block-b5customsubtheme-blocktabshomepagetabs li .active {
  background-color: #4c911f;
  color: #fff !important;
}

#block-b5customsubtheme-blocktabshomepagetabs li button {
  font-weight: bold;
  border-radius: 0 !important;
  color: #000 !important;
}

#block-b5customsubtheme-blocktabshomepagetabs .scroll-content {
  background-color: #f0f7ed;
}

.wn-item-list ul {
  width: 100%;
  padding-right: 40px;
}

.wn-item-list li {
  border-bottom: 1px solid #000;
  margin: 15px 0px 15px 15px !important;
  padding-bottom: 14px;
  list-style: none;
  padding-right: 5px;
}

.wn-item-list a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  text-align: justify;
  margin-right: 14px;
}

.wn-item-list a::before {
  content: "\F38B";
  font-family: "bootstrap-icons";
  left: 12px;
  position: absolute;
  color: #4c911f;
  font-size: 20px;
}

/* End: Main Section (front) */

/* Start: Main Section */
#breadcrumb {
  margin-left: .5rem;
}

#breadcrumb ol {
  display: flex;
  padding: 0;
  overflow: hidden;
  margin-top: 2%;
}

#breadcrumb li {
  background-color: var(--main-theme-color) !important;
  border-radius: 5px 50px 50px 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.40);
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  position: relative;
  font-weight: 600;
}

#breadcrumb li::before {
  content: '';
}

#breadcrumb li a {
  color: #fff;
  text-decoration: none;
}

#breadcrumb li:nth-of-type(1) {
  z-index: 100;
}

#breadcrumb li:nth-of-type(2) {
  z-index: 90;
}

#breadcrumb li:nth-of-type(3) {
  z-index: 80;
}

#breadcrumb li:nth-of-type(4) {
  z-index: 70;
}

#breadcrumb li:not(:first-of-type) {
  padding-left: 40px;
  margin-left: -20px;
}

#breadcrumb li:last-of-type {
  box-shadow: none;
  background-color: #f7f7f2 !important;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#block-b5customsubtheme-page-title h3 {
  margin-bottom: 2%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

/* End: Main Section */

/* Start: Footer */
#footer-banner-logos .img-wrapper {
  height: auto !important;
}

#footer-banner-logos img {
  border-radius: 5px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  margin: auto;
}

/* #footer-banner-logos .carousel-inner .carousel-item.active,
#footer-banner-logos .carousel-inner .carousel-item-next,
#footer-banner-logos .carousel-inner .carousel-item-prev {
  display: flex;
}
#footer-banner-logos .carousel-control-prev,
#footer-banner-logos .carousel-control-next {
  background-color: var(--main-theme-color) !important;
}
#footer-banner-logos .carousel-inner .carousel-item-end,
#footer-banner-logos .carousel-inner .carousel-item-start {
  transform: translateX(0);
}

@media (max-width: 767px) {
  #footer-banner-logos .carousel-inner .carousel-item>div {
    display: none;
  }

  #footer-banner-logos .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

@media (min-width: 768px) {

  #footer-banner-logos .carousel-inner .carousel-item-end.active,
  #footer-banner-logos .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  #footer-banner-logos .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
} */


/* #footer-banner-logos {
  padding: 10px auto;
}

#footer-banner-logos .slick img {
  background: #fff;
  width: 100%;
  height: 100px;
}

#footer-banner-logos .slick__slide {
  padding: 0px 10px;
}

#footer-banner-logos .slick__slide .views-field {
  margin-right: 5px;
  border: 1px solid #e9e4e4;
  margin-left: 5px;
} */

#footer-banner-logos .btn-play-pause {
  border: none;
  border-radius: 20px;
  position: relative;
  padding: 0;
  min-width: 60px;
  height: 30px;
  background-color: var(--main-theme-color) !important;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  font-weight: bold;
}

#footer-banner-logos button.slick-arrow::before {
  color: var(--main-theme-color) !important;
}


#footer-banner-logos button.slick-prev.slick-arrow {
  left: -25px;
}

#footer-banner-logos button.slick-next.slick-arrow {
  right: -25px;
}

footer,
footer a {
  color: #fff;
}

#footer-menu {
  background-color: #363636;
  color: #fff;
}

#footer-menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center !important;
}

#footer-menu ul li a {
  color: #fff;
}

#site_visitors_count {
  font-weight: bold;
  padding: 5px 10px;
  background-color: #fff;
  color: #000;
  border: 2px solid var(--main-theme-color) !important;
  border-radius: 20px;
}

#social-links .sicon {
  width: 40px;
  height: 40px;
}

/* End: Footer */


/* Start: Back to top */
.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  background: var(--main-theme-color) !important;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.4s;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.back-to-top i {
  font-size: 25px;
  color: #fff;
}

/* End: Back to top */
