html {
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
}

@media screen and (max-width: 300px) {
  body {
    width: 300px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 30px 0 10px 0;
  color: #525252;
  font-weight: 400;
}

h1 {
  font-size: 2.8em;
}

h2 {
  font-size: 2.4em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

img {
  border: 0;
}

hr {
  background-color: #adadad;
  border: 0;
  height: 1px;
}

iframe {
  border: 0;
}

.hide_meta {
  display: none;
}

.top_notice {
  width: 100%;
  height: auto;
  padding: 5px 0;
  margin: 0 auto;
  position: relative;
  display: none;
  clear: both;
}

.jump_anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.red_notice {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  margin: 20px auto 10px auto;
  position: relative;
  display: table;
  clear: both;
  background-color: red;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  border-radius: 4px;
}

*:focus {
  outline: none;
}

.gen_btn {
  width: auto;
  height: auto;
  padding: 10px 35px;
  background-color: #0c8544;
  color: #ffffff;
  font-size: 1em;
  text-transform: uppercase;
  border-radius: 4px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  border: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.gen_btn:hover {
  background-color: #08532a;
}

@media only screen and (max-width: 440px) {
  .gen_btn {
    width: 100%;
  }
}

.gen_btn_right {
  float: right;
}

.gen_btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

/* HEADER TOP */
.header {
  width: calc(100% - 4%);
  height: auto;
  padding: 0 2%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-color: #f5f5f5;
  z-index: 1001;
}

@media only screen and (max-width: 767px) {
  .header {
    width: calc(100% - 8%);
    padding: 0 4%;
  }
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.header.sticky + .content {
  padding-top: 130px;
}

@media only screen and (max-width: 1080px) {
  .header.sticky + .content {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .header.sticky + .content {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 560px) {
  .header.sticky + .content {
    padding-top: 90px;
  }
}

.is-active {
  color: #0c8544 !important;
}

@media screen and (max-width: 1080px) {
  .is-active {
    color: #c4c4c4 !important;
  }
}

.link_no_click {
  pointer-events: none;
}

@media screen and (max-width: 1080px) {
  .link_no_click {
    pointer-events: all;
  }
}

.logo {
  width: 100px;
  height: auto;
  padding: 10px 0;
  display: table-cell;
  vertical-align: middle;
  overflow: visible !important;
}

@media only screen and (max-width: 560px) {
  .logo {
    padding: 5px 0;
  }
}

.logo_main {
  width: auto;
  height: 110px;
  display: table;
  overflow: visible !important;
}

@media only screen and (max-width: 1080px) {
  .logo_main {
    height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .logo_main {
    height: 80px;
  }
}

@media only screen and (max-width: 560px) {
  .logo_main {
    height: 70px;
  }
}

.logo svg {
  width: auto;
  height: 110px;
  display: table;
  overflow: visible !important;
}

@media only screen and (max-width: 1080px) {
  .logo svg {
    height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .logo svg {
    height: 80px;
  }
}

@media only screen and (max-width: 560px) {
  .logo svg {
    height: 70px;
  }
}

.logo #icon {
  transform: scale(3);
  opacity: 0;
  filter: blur(20px);
  animation: animateLogoIcon 1s ease-in-out 0s 1 forwards;
  transform-origin: center;
}

@keyframes animateLogoIcon {
  0% {
    transform: scale(3);
    opacity: 0;
    filter: blur(20px);
  }

  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

.logo #insect_science {
  opacity: 0;
  transform: rotateY(180deg);
  transform-origin: center;
  animation: animateLogoName 1s ease-in-out 0.5s 1 forwards;
}

@keyframes animateLogoName {
  0% {
    transform: rotateY(180deg);
    opacity: 0;
  }

  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}

.logo #slogan {
  opacity: 0;
  transform: translateY(100%);
  transform-origin: center;
  animation: animateLogoSlogan 1s ease-in-out 0.5s 1 forwards;
}

@keyframes animateLogoSlogan {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.logo_main.sticky {
  display: none;
}

.logo.sticky svg {
  display: none;
}

.logo_sticky {
  height: auto;
  height: 50px;
  display: none;
}

.logo_sticky.sticky {
  display: table;
}

.quick_links {
  width: 100%;
  height: 110px;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 1080px) {
  .quick_links {
    height: 100px;
  }
}

@media only screen and (max-width: 560px) {
  .quick_links {
    height: auto;
  }
}

.quick_links.sticky {
  height: auto;
}

.contacts {
  width: 100%;
  height: calc(50% - 1px);
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .contacts {
    display: none;
  }
}

.contact_holder {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 0 0 30px;
  font-size: 15px;
  font-weight: 500;
  color: #525252;
}

.contact_holder a,
.contact_holder a:visited {
  color: #525252;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.contact_holder a:hover,
.contact_holder a:visited:hover {
  color: #000000;
}

.contact_holder i {
  color: #0c8544;
}

@media only screen and (max-width: 1080px) {
  .contact_holder_info {
    display: none;
  }
}

.contacts.sticky {
  display: none;
}

.product_filter_mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .product_filter_mobile {
    margin: 10px 12px;
    display: block;
  }
}

.product_search_field {
  width: 180px;
  height: 24px;
  padding: 6px 10px;
  margin: 0;
  border: 2px solid #0c8544;
  border-radius: 5px 0 0 5px;
  float: left;
  color: #000000;
  font-size: 0.9em;
  font-family: "Montserrat", serif;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.product_filter_mobile .product_search_field {
  width: calc(100% - 46px);
  height: 46px;
  font-size: 14px;
}

.product_search_btn {
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #0c8544;
  border-radius: 0 5px 5px 0;
  float: left;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.product_filter_mobile .product_search_btn {
  width: 46px;
  height: 46px;
}

.product_search_btn:hover,
.product_search_btn:focus {
  background-color: #08532a;
}

.filter_products:hover .product_search_field {
  border: 2px solid #08532a;
}

.filter_products i {
  color: #ffffff;
  font-size: 22px;
}

.navigation_bar {
  width: 100%;
  height: 50%;
  padding: 0;
  margin: 0;
  right: -15px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media only screen and (max-width: 1080px) {
  .navigation_bar {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .navigation_bar {
    height: auto;
  }
}

.navigation_bar.sticky {
  height: auto;
}

/* PRODUCTS PAGE */
.product_category_holder {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 60px auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

.product_category_holder:last-child {
  margin: 0 auto;
}

.product_category_name {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 20px auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 3em;
  line-height: 1em;
  font-weight: 800;
  color: #525252;
  text-transform: uppercase;
}

@media only screen and (max-width: 1080px) {
  .product_category_name {
    font-size: 2.8em;
  }
}

@media only screen and (max-width: 767px) {
  .product_category_name {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 560) {
  .product_category_name {
    font-size: 2.4em;
  }
}

.product_category_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 30px auto;
  position: relative;
  clear: both;
  display: table;
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1.3em;
}

.product_category_logo {
  width: 200px;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 560px) {
  .product_category_logo {
    width: 60%;
    display: table;
    position: relative;
    clear: both;
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (max-width: 440px) {
  .product_category_logo {
    width: 80%;
  }
}

@media only screen and (max-width: 300px) {
  .product_category_logo {
    width: 90%;
  }
}

.product_category_logo img {
  width: 100%;
  height: auto;
  display: table;
}

.product_category_description {
  width: calc(100% - 200px);
  height: auto;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 500;
  color: #0c8544;
}

@media only screen and (max-width: 1080px) {
  .product_category_description {
    font-size: 1.4em;
  }
}

@media only screen and (max-width: 767px) {
  .product_category_description {
    font-size: 1.3em;
  }
}

@media only screen and (max-width: 560px) {
  .product_category_description {
    width: 100%;
    padding: 10px 0 0 0;
    display: table;
    position: relative;
    clear: both;
    font-size: 1.1em;
  }
}

.product_category_description_full {
  width: 100%;
  padding: 0;
}

.product_page_items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 auto;
  padding: 0;
}

/* Products - Card Layout */
.product_page_holder {
  flex: 0 0 calc(33.333% - 10px);
  background-color: #f1f1f1;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}

@media only screen and (max-width: 1080px) {
  .product_page_holder {
    flex: 0 0 calc(50% - 10px);
  }
}

@media only screen and (max-width: 560px) {
  .product_page_holder {
    flex: 0 0 calc(100% - 10px);
  }
}

.product_page_holder_active {
  border: 2px solid #c4c4c4;
}

.product_page_image {
  width: 100%;
  height: auto;
  padding-bottom: 60%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-color: #000000;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
}

.product_page_info {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

.product_page_name {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 10px auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
  color: #525252;
}

.product_page_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 15px auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.2em;
  color: #000000;
}

/* Products - Table Layout */
.product_page_table {
  width: 100%;
  border-collapse: collapse;
}

.product_page_table_header {
  width: 40%;
}

.product_page_table tr {
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
}

.product_page_table th {
  background-color: transparent;
  font-weight: 600;
  color: #000000;
  font-size: 1em;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 10px;
  border-right: 1px solid #c4c4c4;
}

.product_page_table td {
  padding: 6px 10px;
  font-size: 0.9em;
  font-weight: 500;
  border-right: 1px solid #c4c4c4;
}

@media only screen and (max-width: 767px) {
  .product_page_table,
  .product_page_table tbody,
  .product_page_table tr,
  .product_page_table td,
  .product_page_table th {
    display: block;
    width: calc(100% - 4px);
  }

  .product_page_table thead {
    display: none; /* Hide the table headers */
  }

  .product_page_table tr {
    border: 2px solid #c4c4c4;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
  }

  .product_page_table td {
    width: calc(100% - 20px);
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    font-size: 0.95em;
    text-align: center;
    background-color: #ffffff;
  }

  /* Add spacing between the two stacked cells */
  .product_page_table td:first-child {
    font-weight: 600;
    background-color: #f9f9f9;
  }

  .product_page_table td:last-child {
    border-bottom: none;
    padding-top: 5px;
  }
}

.product_page_table_row_active {
  background-color: #c4c4c4 !important;
}

.product_footer_note {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px 0 0 0;
  position: relative;
  clear: both;
  display: table;
  line-height: 1.2em;
}

/* Products - Buttons */
.product_page_buttons {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}

.product_page_buttons_table {
  display: table;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .product_page_buttons_table {
    text-align: center;
  }
}

.product_page_buttons:has(> :only-child) {
  justify-content: center;
  grid-template-columns: auto; /* only one column */
}

.product_page_buttons_table:has(> :only-child) {
  justify-content: left;
}

@media only screen and (max-width: 440px) {
  .product_page_buttons:has(> :only-child) {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 440px) {
  .product_page_buttons {
    grid-template-columns: repeat(1, 1fr);
  }
}

.product_page_buttons a,
.product_page_buttons a:visited {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  font-size: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.product_page_buttons_table a,
.product_page_buttons_table a:visited {
  width: auto;
  padding: 8px 15px;
  margin: 2px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .product_page_buttons_table a,
  .product_page_buttons_table a:visited {
    text-align: center;
  }
}

.product_page_buttons:has(> :only-child) a,
.product_page_buttons:hover:has(> :only-child) a {
  padding: 10px 14px;
}

@media only screen and (max-width: 440px) {
  .product_page_buttons:has(> :only-child) a,
  .product_page_buttons:hover:has(> :only-child) a {
    padding: 10px;
  }
}

.product_page_button_green {
  background-color: #0c8544;
}

.product_page_button_green:hover {
  opacity: 0.8;
}

.product_page_button_bright_green {
  background-color: #91bd54;
}

.product_page_button_dark_green {
  background-color: #295b39;
}

.product_page_button_red:hover {
  opacity: 0.8;
}

.product_page_button_blue {
  background-color: #001d87;
}

.product_page_button_blue:hover {
  opacity: 0.8;
}

.product_page_button_yellow {
  background-color: #fed06c;
  color: #525252 !important;
}

.product_page_button_yellow:hover {
  opacity: 0.8;
}

.product_page_button_grey {
  background-color: #4d4d4d;
}

.product_page_button_grey:hover {
  opacity: 0.8;
}

/* PRODUCTS - SEARCH RESULTS */
.search_results_found {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 1.1em;
  font-weight: 500;
  color: #0c8544;
}

.product_search_results {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .product_search_results {
    grid-template-columns: repeat(1, 1fr);
  }
}

.search_result_link {
  text-decoration: none;
}

.search_result_holder {
  width: calc(100% - 24px);
  height: auto;
  padding: 10px;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.search_result_holder:hover {
  background-color: #efefef;
}

.search_result_cover_image {
  width: 100px;
  height: 100px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 3px;
}

@media only screen and (max-width: 560px) {
  .search_result_cover_image {
    width: 80px;
    height: 80px;
  }
}

.search_result_info {
  width: calc(100% - 100px);
  height: auto;
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 560px) {
  .search_result_info {
    width: calc(100% - 80px);
  }
}

.search_result_product_name,
.search_result_category,
.search_result_product_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3em;
  color: #000000;
}

.search_result_product_name {
  font-weight: 700;
  color: #525252;
}

.search_result_product_description {
  font-style: italic;
  color: #888888;
}

/* SLIDER IMAGES */
.slider {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  display: table;
  position: relative;
  clear: both;
  z-index: 1;
}

.slider_holder {
  width: 100%;
  height: 100%;
  padding: 0;
  background: no-repeat scroll;
  position: relative;
  display: block;
  clear: both;
  background-size: cover !important;
  overflow: visible;
}

.bxslider {
  width: 100%;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .bxslider {
    padding-bottom: 60% !important;
  }
}

@media screen and (max-width: 560px) {
  .bxslider {
    padding-bottom: 70% !important;
  }
}

.slider_info {
  width: calc(70% - 80px);
  height: auto;
  padding: 0;
  margin: 40px;
  position: absolute;
  z-index: 2;
}

.slider_info_center {
  text-align: center;
}

@media only screen and (max-width: 1080px) {
  .slider_info {
    width: calc(80% - 40px);
    margin: 20px 20px;
  }
}

@media only screen and (max-width: 560px) {
  .slider_info {
    width: calc(100% - 80px);
  }
}

.slider_info_no_position {
  width: calc(100% - 200px);
  margin: 0 100px;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .slider_info_no_position {
    width: calc(100% - 100px);
    margin: 0 50px;
  }
}

.slider_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 8px 0;
  position: relative;
  clear: both;
  font-size: 2.8em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
}

@media only screen and (max-width: 1200px) {
  .slider_title {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 1080px) {
  .slider_title {
    font-size: 2.2em;
  }
}

@media only screen and (max-width: 767px) {
  .slider_title {
    font-size: 2em;
  }
}

@media only screen and (max-width: 560px) {
  .slider_title {
    font-size: 1.8em;
  }
}

@media only screen and (max-width: 440px) {
  .slider_title {
    font-size: 1.6em;
  }
}

.slider_info_left .slider_title {
  text-align: left;
  opacity: 0;
  transform: translateX(-100%);
  animation: animateSliderTitleLeft 1s ease-in-out 0s 1 forwards;
}

@keyframes animateSliderTitleLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slider_info_right .slider_title {
  text-align: right;
  opacity: 0;
  transform: translateX(100%);
  animation: animateSliderTitleRight 1s ease-in-out 0s 1 forwards;
}

.slider_info_center .slider_title {
  text-align: center;
}

@keyframes animateSliderTitleRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slider_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 5px 0;
  position: relative;
  clear: both;
  color: #ffffff;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
}

@media only screen and (max-width: 1080px) {
  .slider_description {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 767px) {
  .slider_description {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 560px) {
  .slider_description {
    display: none;
  }
}

.slider_info_left .slider_description {
  text-align: left;
  opacity: 0;
  transform: translateX(-100%);
  animation: animateSliderDescriptionLeft 1s ease-in-out 0.4s 1 forwards;
}

@keyframes animateSliderDescriptionLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slider_info_right .slider_description {
  text-align: right;
  opacity: 0;
  transform: translateX(100%);
  animation: animateSliderDescriptionRight 1s ease-in-out 0.4s 1 forwards;
}

.slider_info_center .slider_description {
  text-align: center;
}

@keyframes animateSliderDescriptionRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slider_buttons {
  width: auto;
  height: auto;
  padding: 0;
  margin: 10px 0;
  position: relative;
  clear: both;
  display: table;
  opacity: 0;
  filter: blur(15px);
  animation: animateSliderButtons 1s ease-in-out 0.8s 1 forwards;
}

@keyframes animateSliderButtons {
  0% {
    opacity: 0;
    filter: blur(15px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.slider_info_left .slider_buttons {
  float: left;
}

.slider_info_right .slider_buttons {
  float: right;
}

.slider_info_center .slider_buttons {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.slider_buttons a,
.slider_buttons a:visited {
  width: auto;
  height: auto;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  color: #000000;
  text-transform: uppercase;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  display: table;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .slider_buttons a,
  .slider_buttons a:visited {
    padding: 8px 15px;
    font-size: 1em;
  }
}

.slider_buttons a:hover,
.slider_buttons a:visited:hover {
  opacity: 0.8;
}

.slider_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

/* MAIN CONTENT */
.content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-image: url("../admin454/uploads/site_settings/main_content_watermark.webp");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 600px auto;
}

.content_outer {
  width: 1000px;
  height: auto;
  padding: 70px 0 50px 0;
  margin: 0 auto;
  position: relative;
  display: table;
  overflow: hidden;
}

@media only screen and (max-width: 1080px) {
  .content_outer {
    width: calc(100% - 4%);
    padding: 70px 2% 50px 2%;
  }
}

@media only screen and (max-width: 767px) {
  .content_outer {
    width: calc(100% - 8%);
    padding: 70px 4% 50px 4%;
  }
}

.content_h2_header {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 3em;
  line-height: 1em;
  font-weight: 800;
  color: #4a4a4a;
  text-transform: uppercase;
}

@media only screen and (max-width: 1080px) {
  .content_h2_header {
    font-size: 2.8em;
  }
}

@media only screen and (max-width: 767px) {
  .content_h2_header {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 560px) {
  .content_h2_header {
    font-size: 2.4em;
  }
}

.content_h2_header_left {
  text-align: left;
  margin: 0;
}

.content_h2_header_center {
  text-align: center;
  margin: 0 auto;
}

.content_h2_sub_header {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.8em;
  line-height: 1.1em;
  font-weight: 500;
  color: #0c8544;
}

@media only screen and (max-width: 1080px) {
  .content_h2_sub_header {
    font-size: 1.6em;
  }
}

@media only screen and (max-width: 767px) {
  .content_h2_sub_header {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 560px) {
  .content_h2_sub_header {
    font-size: 1.3em;
  }
}

.content_h2_sub_header_left {
  text-align: left;
  margin: 0;
}

.content_h2_sub_header_center {
  text-align: center;
  margin: 0 auto;
}

.content_cover_image {
  height: auto;
  margin: 20px 0 20px 20px;
  position: relative;
  clear: none;
  float: right;
  background-color: #000000;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .content_cover_image {
    width: 100%;
    margin: 20px auto;
    clear: both;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .content_cover_image_top {
    display: none;
  }
}

.content_cover_image_bottom {
  display: none;
}

@media only screen and (max-width: 767px) {
  .content_cover_image_bottom {
    display: table;
  }
}

.content_cover_image_1_1 {
  width: 35%;
  padding-bottom: 35%;
}

.content_cover_image_2_1 {
  width: 35%;
  padding-bottom: 20%;
}

.content_cover_image_1_2 {
  width: 35%;
  padding-bottom: 50%;
}

@media only screen and (max-width: 1080px) {
  .content_cover_image_1_1 {
    width: 45%;
    padding-bottom: 45%;
  }

  .content_cover_image_2_1 {
    width: 45%;
    padding-bottom: 30%;
  }

  .content_cover_image_1_2 {
    width: 45%;
    padding-bottom: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .content_cover_image_1_1 {
    width: 100%;
    padding-bottom: 60%;
  }

  .content_cover_image_2_1 {
    width: 100%;
    padding-bottom: 60%;
  }

  .content_cover_image_1_2 {
    width: 100%;
    padding-bottom: 60%;
  }
}

.content p {
  text-align: justify;
  line-height: 1.4em;
}

@media only screen and (max-width: 560px) {
  .content p {
    text-align: left;
  }
}

.content img {
  max-width: 100%;
  height: auto !important;
}

.content ul li,
.content ol li {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1.3em;
}

/* PAGE BUTTONS */
.page_buttons {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

.pg_btn {
  min-width: 160px;
  height: auto;
  padding: 8px 10px;
  margin: 5px;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 0;
  background-color: #0c8544;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .pg_btn {
    min-width: 180px;
    font-size: 0.9em;
  }
}

@media screen and (max-width: 560px) {
  .pg_btn {
    min-width: 0;
    display: table;
    font-size: 1em;
    width: calc(100% - 20px - 10px);
  }
}

.pg_btn:hover {
  background-color: #08532a;
}

/* PAGE IMAGES */
.page_images {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px 0;
  position: relative;
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 5px;
  grid-auto-flow: dense;
}

@media screen and (max-width: 767px) {
  .page_images {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 440px) {
  .page_images {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page_image_link {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  display: block;
  z-index: 2;
}

.page_images_container {
  width: 100%;
  height: auto;
  padding-bottom: 60%;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  border-radius: 4px;
}

.page_images_container_1 {
  grid-column: span 1;
  grid-row: span 1;
}

.page_images_container_2 {
  grid-column: span 2;
  grid-row: span 2;
}

@media screen and (max-width: 440px) {
  .page_images_container_2 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.page_images_container_3 {
  grid-column: span 3;
  grid-row: span 3;
}

@media screen and (max-width: 767px) {
  .page_images_container_3 {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media screen and (max-width: 440px) {
  .page_images_container_3 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.page_image_title {
  width: calc(100% - 20px);
  height: auto;
  padding: 0 10px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  display: table;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  color: #ffffff;
  z-index: 2;
}

.page_image_link:hover .page_image_title {
  display: none;
}

.page_image_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.page_image_link:hover .page_image_filter {
  background-color: rgba(0, 0, 0, 0);
}

/* CONTACT DETAILS BLOCKS */
.contact_blocks {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.contact_blocks_left {
  width: calc(50% - 10px);
  height: auto;
  padding: 0 10px 0 0;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
}

@media screen and (max-width: 560px) {
  .contact_blocks_left {
    width: 100%;
    clear: both;
    float: none;
    padding: 0;
  }
}

.contact_blocks_right {
  width: calc(50% - 10px);
  height: auto;
  padding: 0 0 0 10px;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
}

@media screen and (max-width: 560px) {
  .contact_blocks_right {
    width: 100%;
    clear: both;
    float: none;
    padding: 0;
  }
}

.contact_block_holder {
  width: calc(100% - 10px);
  height: auto;
  padding: 0;
  margin: 10px 5px;
  position: relative;
  clear: none;
  float: left;
  display: table;
}

.contact_block_icon {
  width: 40px;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.contact_block_icon i {
  font-size: 40px;
  color: #0c8544;
}

.contact_block_info {
  width: calc(100% - 40px);
  height: auto;
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
}

.contact_block_info_no_icon {
  width: 100%;
  padding: 0;
}

.contact_block_title {
  width: 100%;
  height: auto;
  padding: 0 0 6px 0;
  margin: 0;
  clear: both;
  display: table;
  font-size: 1.3em;
  font-weight: 600;
  color: #252525;
  line-height: 1em;
}

.contact_block_title_header {
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 2px solid #858585;
  margin: 30px 0 8px 0;
}

.contact_block_description {
  width: 100%;
  height: auto;
  padding: 0 0 6px 0;
  margin: 0;
  clear: both;
  display: table;
  font-size: 1em;
  font-weight: 500;
  color: #525252;
  line-height: 1.2em;
}

.contact_block_content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1em;
  font-weight: 400;
  color: #000000;
}

.contact_block_content a,
.contact_block_content a:visited {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.contact_block_content a:hover,
.contact_block_content a:visited:hover {
  color: #000000;
  text-decoration: underline;
}

.contact_block_map {
  width: calc(100% - 8px);
  margin: 5px auto 0 auto;
  border-radius: 5px;
  border: 4px solid #efefef;
}

/* FEATURED PRORUCTS SLIDER */
.featured_products {
  width: 100%;
  height: auto;
  padding: 50px 0 60px 0;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .featured_products {
    padding: 40px 0 50px 0;
  }
}

.featured_products_slider {
  width: calc(100% - 4%) !important;
  height: auto;
  padding: 0 2% !important;
  margin: 0 auto;
  position: relative;
  clear: both;
}

@media only screen and (max-width: 1080px) {
  .featured_products_slider {
    width: calc(100% - 12px) !important;
    padding: 0 6px !important;
  }
}

.featured_products_header_title {
  width: calc(100% - 8%);
  height: auto;
  padding: 0 4% 10px 4%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 2.8em;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
  color: #808080;
}

@media only screen and (max-width: 1080px) {
  .featured_products_header_title {
    font-size: 2.6em;
  }
}

@media only screen and (max-width: 767px) {
  .featured_products_header_title {
    font-size: 2.2em;
  }
}

.featured_products_description {
  width: calc(100% - 8%);
  height: auto;
  padding: 0 4% 10px 4%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 1em;
  line-height: 1.3em;
  color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .featured_products_description {
    font-size: 0.9em;
  }
}

.featured_products_slider {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 30px auto 0 auto;
  position: relative;
  clear: both;
}

.featured_products .slick-next,
.featured_products .slick-prev {
  filter: invert(1);
}

.featured_product_link {
  text-decoration: none;
}

.featured_product_holder {
  width: calc(100% - 20px);
  height: auto;
  padding-bottom: 100%;
  margin: 0 10px;
  position: relative;
  clear: both;
  display: table;
  background-color: #ffffff;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}

.featured_product_name {
  width: calc(100% - 60px);
  height: auto;
  padding: 0 30px;
  margin: 0 auto;
  position: absolute;
  bottom: 6%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1.8vw;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1080px) {
  .featured_product_name {
    font-size: 2.8vw;
  }
}

@media only screen and (max-width: 560px) {
  .featured_product_name {
    font-size: 4.6vw;
  }
}

.featured_product_holder:hover .featured_product_name {
  transform: scale(0.7);
}

.product_category {
  clear: both;
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 0.7em;
}

.featured_product_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.featured_product_holder:hover .featured_product_filter {
  background-color: rgba(0, 0, 0, 0.7);
}

.featured_products_all_btn {
  width: calc(100% - 4%);
  height: auto;
  padding: 0 2%;
  margin: 40px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .featured_products_all_btn {
    width: calc(100% - 8%);
    padding: 0 4%;
  }
}

.featured_products_all_btn a,
.featured_products_all_btn a:visited {
  width: auto;
  height: auto;
  padding: 10px 30px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  display: table;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #0c8544;
  border-radius: 4px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 440px) {
  .featured_products_all_btn a,
  .featured_products_all_btn a:visited {
    width: calc(100% - 20px);
    padding: 10px 10px;
    font-size: 1em;
  }
}

.featured_products_all_btn a:hover,
.featured_products_all_btn a:visited:hover {
  background-color: #08532a;
}

/* JOIN NEWSLETTER */
.join_newsletter {
  width: calc(100% - 8%);
  height: auto;
  padding: 60px 4%;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1080px) {
  .join_newsletter {
    width: calc(100% - 40px);
    padding: 60px 20px;
  }
}

.join_newsletter_content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  z-index: 2;
}

.join_newsletter_left {
  width: 50%;
  height: auto;
  padding: 0 30px 0 0;
  display: table-cell;
}

@media only screen and (max-width: 767px) {
  .join_newsletter_left {
    width: 100%;
    padding: 0 0 20px 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.join_newsletter_header_title {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 3.2em;
  line-height: 1em;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}

@media only screen and (max-width: 1080px) {
  .join_newsletter_header_title {
    font-size: 3em;
  }
}

@media only screen and (max-width: 767px) {
  .join_newsletter_header_title {
    font-size: 2.8em;
    text-align: center;
  }
}

@media only screen and (max-width: 560px) {
  .join_newsletter_header_title {
    font-size: 2.4em;
  }
}

.join_newsletter_description {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 500;
  color: #ffffff;
}

@media only screen and (max-width: 1080px) {
  .join_newsletter_description {
    font-size: 1em;
  }
}

@media only screen and (max-width: 767px) {
  .join_newsletter_description {
    font-size: 0.9em;
    text-align: center;
  }
}

.join_newsletter_right {
  width: 50%;
  height: auto;
  padding: 0 0 0 30px;
  display: table-cell;
}

@media only screen and (max-width: 1080px) {
  .join_newsletter_right {
    width: 100%;
    padding: 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.join_newsletter_form {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  z-index: 2;
}

.mailchimp_fname,
.mailchimp_email {
  width: calc(100% - 20px);
  height: 22px;
  padding: 10px;
  margin: 4px 0;
  border: 0;
  border-radius: 4px;
  font-family: "Montserrat", serif;
  font-size: 1em;
  background-color: rgba(255, 255, 255, 1);
}

.mailchimp_button {
  width: auto;
  height: 42px;
  padding: 10px 30px;
  margin: 4px 0 0 0;
  border: 0;
  border-radius: 4px;
  background-color: #0c8544;
  color: #ffffff;
  font-family: "Montserrat", serif;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  float: right;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 440px) {
  .mailchimp_button {
    width: 100%;
    height: 42px;
    padding: 10px 10px;
    font-size: 1em;
  }
}

.mailchimp_button:hover {
  background-color: #08532a;
  cursor: pointer;
}

.join_newsletter_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/* INSERTS */
.inserts {
  width: calc(100% - 8%);
  height: auto;
  padding: 70px 4%;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

@media only screen and (max-width: 1080px) {
  .inserts {
    width: calc(100% - 40px);
    padding: 60px 20px;
  }
}

@media only screen and (max-width: 560px) {
  .inserts {
    padding: 50px 20px;
  }
}

.insert_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 15px auto;
  position: relative;
  clear: both;
  display: table;
  color: #ffffff;
  font-size: 3.5em;
  font-weight: 800;
  text-align: center;
  line-height: 1em;
}

@media screen and (max-width: 1200px) {
  .insert_header {
    font-size: 3.2em;
  }
}

@media screen and (max-width: 1080px) {
  .insert_header {
    font-size: 3em;
  }
}

@media screen and (max-width: 767px) {
  .insert_header {
    font-size: 2.6em;
  }
}

@media screen and (max-width: 560px) {
  .insert_header {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 440px) {
  .insert_header {
    font-size: 2em;
  }
}

.insert_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 15px auto;
  position: relative;
  display: table;
  clear: both;
  color: #ffffff;
  font-size: 1.1em;
  text-align: center;
  line-height: 1.4em;
}

@media screen and (max-width: 1080px) {
  .insert_description {
    font-size: 1em;
  }
}

@media screen and (max-width: 560px) {
  .insert_description {
    font-size: 0.9em;
  }
}

.insert_button {
  width: auto;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  display: table;
  clear: both;
}

@media only screen and (max-width: 440px) {
  .insert_button {
    width: 100%;
    margin: 20px auto;
  }
}

.insert_button a,
.insert_button a:visited {
  width: auto;
  height: auto;
  padding: 10px 25px;
  margin: 0 auto;
  position: relative;
  display: table;
  clear: both;
  background-color: #0c8544;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 560px) {
  .insert_button a,
  .insert_button a:visited {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 440px) {
  .insert_button a,
  .insert_button a:visited {
    width: calc(100% - 20px);
    padding: 10px 10px;
    font-size: 1em;
  }
}

.insert_button a:hover,
.insert_button a:visited:hover {
  background-color: #08532a;
}

/* LOGO SLIDER */
.logo_slider_header {
  width: calc(100% - 8%);
  height: auto;
  padding: 20px 4% 10px 4%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  text-align: center;
  font-size: 1.4em;
  font-weight: 600;
  color: #525252;
}

@media only screen and (max-width: 1080px) {
  .logo_slider_header {
    width: calc(100% - 40px);
    padding: 20px 20px 10px 20px;
  }
}

.logo_slider {
  width: 100%;
  height: auto;
  padding: 10px 0;
  margin: 10px auto 0 auto;
  position: relative;
  background-color: #ffffff;
  display: table;
  clear: both;
  overflow: hidden;
}

.logo_slider .slick-next {
  right: 10px;
}

.logo_slider .slick-prev {
  left: 5px;
}

@media only screen and (max-width: 560px) {
  .logo_slider .slick-next {
    right: 5px;
  }

  .logo_slider .slick-prev {
    left: 0;
  }
}

/* MAP */
.mapouter {
  text-align: right;
  width: calc(100% - 8px);
  height: auto;
  padding: 0;
  margin: 25px auto 0 auto;
  position: relative;
  clear: both;
  overflow: hidden;
  border-radius: 5px;
  border: 4px solid #efefef;
}

.gmap_canvas {
  background: none !important;
  overflow: hidden;
  width: 100%;
}

#gmap_canvas {
  padding: 0;
  margin: 0;
  display: table;
}

/* FAQs */
.faqs {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 30px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

.faq_holder {
  width: calc(100% - 32px);
  height: auto;
  padding: 15px;
  margin: 0 auto 10px auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  border-radius: 4px;
}

.faq_question {
  width: calc(100% - 40px);
  height: auto;
  padding: 0 40px 0 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 500;
  color: #525252;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .faq_question {
    font-size: 1em;
  }
}

.faq_question i {
  position: absolute;
  right: 0;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 1.6;
  transition: all 0.3s ease-in-out;
}

.faq_question i:hover {
  opacity: 0.6;
}

.faq_question i.rotated {
  transform: translateY(-50%) rotate(180deg);
}

.faq_answer {
  width: 100%;
  height: auto;
  padding: 15px 0 0 0;
  margin: 0;
  position: relative;
  clear: both;
  display: none;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .faq_answer {
    font-size: 0.9em;
  }
}

/* TEAM MEMBERS */
.team_members {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

@media only screen and (max-width: 1080px) {
  .team_members {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .team_members {
    grid-template-columns: repeat(1, 1fr);
  }
}

.team_member_holder {
  width: calc(100% - 32px);
  height: auto;
  padding: 15px;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  transition: all 0.3s ease-in-out;
}

.team_member_photo {
  width: 70%;
  height: auto;
  padding-bottom: 70%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  border-radius: 50%;
  background-color: #000000;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 440px) {
  .team_member_photo {
    width: 80%;
    padding-bottom: 80%;
  }
}

.team_member_info {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 15px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  text-align: center;
}

.team_member_names {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 700;
  color: #525252;
}

.team_member_designation {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 500;
  color: #808080;
  font-style: italic;
}

.team_member_email_address,
.team_member_contact_no {
  width: 100%;
  height: auto;
  padding: 4px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

@media only screen and (max-width: 440px) {
  .team_member_email_address,
  .team_member_contact_no {
    font-size: 0.9em;
  }
}

.team_member_email_address a,
.team_member_email_address a:visited,
.team_member_contact_no a,
.team_member_contact_no a:visited {
  font-size: 1em;
  line-height: 1em;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.team_member_email_address a:hover,
.team_member_email_address a:visited:hover,
.team_member_contact_no a:hover,
.team_member_contact_no a:visited:hover {
  color: #525252;
}

/* READ MORE BOXES */
.qboxes {
  width: calc(100% - 8%);
  height: auto;
  padding: 0 4%;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media only screen and (max-width: 1200px) {
  .qboxes {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1080px) {
  .qboxes {
    width: calc(100% - 40px);
    padding: 0 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 560px) {
  .qboxes {
    grid-template-columns: repeat(1, 1fr);
  }
}

.qbox_holder {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #000000;
  border-radius: 4px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.qbox_info {
  width: calc(100% - 40px);
  height: auto;
  padding: 0 20px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}

.qbox_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 5px auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.qbox_holder:hover .qbox_title {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.qbox_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 5px auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.2em;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.qbox_holder:hover .qbox_description {
  transform: translateY(1000px);
}

.qbox_filter {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

.qbox_holder:hover .qbox_filter {
  background-color: rgba(0, 0, 0, 0.7);
}

/* CONTENT BOXES */
.content_boxes {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

.content_box_holder {
  height: auto;
  margin: 0 auto 20px auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  border-radius: 4px;
}

.content_box_holder_1 {
  width: calc(100% - 32px);
  padding: 15px;
  border: 1px solid #ededed;
}

.content_box_holder_0 {
  width: 100%;
  padding: 0;
  border: 0;
}

.content_box_media {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 10px;
  overflow: hidden;
}

.content_box_media_double {
  grid-template-columns: repeat(2, 1fr);
}

.content_box_media_triple {
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 767px) {
  .content_box_media {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 10px;
  }
}

.content_box_photo {
  width: 100%;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .content_box_photo {
    width: 100%;
    padding: 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.content_box_photo img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border-radius: 3px;
}

.content_box_photo_float {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
}

@media only screen and (max-width: 767px) {
  .content_box_photo_float {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

.content_box_photo_float_rounded {
  border-radius: 50%;
}

.content_box_photo_float_regular {
  border-radius: 0;
}

.content_box_photo_caption {
  width: 100%;
  height: auto;
  padding: 6px 0 0 0;
  margin: 0;
  position: relative;
  font-size: 0.8em;
  line-height: 1.1em;
  color: #525252;
  display: table;
  text-align: center;
}

.content_box_photo a,
.content_box_photo a:visited {
  text-decoration: none !important;
}

.content_box_info {
  height: auto;
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .content_box_info {
    width: 100% !important;
    padding: 0 0 20px 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.content_box_media_top {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 10px auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

.content_box_media_holder img {
  max-width: 100%;
  height: 150px !important;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 0;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .content_box_media_holder img {
    max-width: auto;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
}

.content_box_main_title {
  width: 100%;
  height: auto;
  padding: 0 0 6px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #525252;
}

@media only screen and (max-width: 1080px) {
  .content_box_main_title {
    font-size: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_main_title {
    font-size: 2em;
    text-align: center;
  }
}

.content_box_main_title_center {
  text-align: center;
  padding: 0 0 5px 0;
}

.content_box_sub_title {
  width: 100%;
  height: auto;
  padding: 0 0 6px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.4em;
  text-align: left;
  line-height: 1em;
  font-weight: 600;
  color: #0c8544;
}

@media only screen and (max-width: 1080px) {
  .content_box_sub_title {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 767px) {
  .content_box_sub_title {
    font-size: 1.2em;
    text-align: center;
  }
}

.content_box_content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1em;
  line-height: 1.3em;
  text-align: left;
}

.content_box_content p {
  text-align: left;
}

.content_box_button {
  width: auto;
  height: auto;
  padding: 10px 30px;
  margin: 15px 0 0 0;
  position: relative;
  background-color: #0c8544;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  display: table;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .content_box_button {
    margin: 15px auto 0 auto;
    text-align: center;
  }
}

@media only screen and (max-width: 440px) {
  .content_box_button {
    width: calc(100% - 20px);
    padding: 10px 10px;
    font-size: 1em;
  }
}

.content_box_button:hover {
  background-color: #08532a;
}

/* SITEMAP */
.sitemap {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
}

.sitemap ul {
  list-style: none;
  padding-left: 30px;
  position: relative;
}

.sitemap ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 2px solid #e0e0e0;
}

.sitemap li {
  margin: 0;
  position: relative;
}

.sitemap li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 10px;
  width: 20px;
  border-bottom: 2px solid #e0e0e0;
}

.sitemap a {
  text-decoration: none;
  color: #0c8544;
  font-weight: 500;
  transition: colour 0.3s ease;
}

.sitemap a:hover {
  color: #08532a;
}

.sitemap-level-1 > li > a {
  font-size: 1.1em;
  font-weight: 600;
}

.sitemap-level-2 {
  margin-left: 20px;
}

.sitemap-level-3 {
  margin-left: 20px;
  font-size: 1em;
}

/* NEWS UPDATES - LIST PAGE */
.news_updates {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

.news_link {
  text-decoration: none;
}

.news_update_holder {
  width: calc(100% - 32px);
  height: auto;
  padding: 15px;
  margin: 0 auto 10px auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.news_update_holder:hover {
  background-color: #ededed;
}

.news_update_cover_photo {
  width: 160px;
  height: 160px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  border-radius: 3px;
}

@media only screen and (max-width: 560px) {
  .news_update_cover_photo {
    width: 100%;
    height: auto;
    padding-bottom: 60%;
    display: table;
    position: relative;
    clear: both;
  }
}

.news_update_info {
  width: calc(100% - 160px);
  height: 160px;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 560px) {
  .news_update_info {
    width: 100%;
    height: auto;
    padding: 15px 0 0 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.news_update_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 8px 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 700;
  color: #525252;
}

@media only screen and (max-width: 560px) {
  .news_update_title {
    text-align: center;
    font-size: 1.3em;
  }
}

.news_update_summary {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 8px 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1em;
  line-height: 1.3em;
  color: #000000;
  font-style: italic;
  font-weight: 500;
}

@media only screen and (max-width: 560px) {
  .news_update_summary {
    text-align: center;
    font-size: 0.9em;
  }
}

.news_update_summary i {
  color: #cecece;
}

.news_update_publish_date {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 600;
  color: #525252;
}

@media only screen and (max-width: 560px) {
  .news_update_publish_date {
    text-align: center;
  }
}

/* BREADCRUMBS */
.breadcrumbs {
  width: calc(1000px - 32px);
  height: auto;
  padding: 10px 15px;
  margin: 30px auto 0 auto;
  position: relative;
  clear: both;
  display: block !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 10px;
  overflow-wrap: anywhere;
  text-align: center;
  font-family: "Montserrat", serif;
  background-color: #ffffff;
  border: 1px solid #ededed;
  color: #525252;
  border-radius: 4px;
  font-size: 0.9em;
  font-weight: 500;
}

@media only screen and (max-width: 1080px) {
  .breadcrumbs {
    width: calc(100% - 72px);
    padding: 10px 15px;
    margin: 30px 20px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 1em;
  }
}

.breadcrumbs a,
.breadcrumbs a:visited {
  color: #525252;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.breadcrumbs a:hover,
.breadcrumbs a:visited:hover {
  color: #000000;
}

.breadcrumb_spacer {
  margin: 0 10px;
  flex-shrink: 0;
}

/* NEWS UPDATES - FULL PAGE */
.news_page {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

.news_page_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 20px auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
}

.news_page_cover_image {
  width: 140px;
  height: 140px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  border-radius: 3px;
}

@media only screen and (max-width: 560px) {
  .news_page_cover_image {
    width: 100%;
    height: auto;
    padding-bottom: 60%;
    display: table;
    position: relative;
    clear: both;
  }
}

.news_page_stats {
  width: calc(100% - 140px);
  height: auto;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

@media only screen and (max-width: 560px) {
  .news_page_stats {
    width: 100%;
    padding: 20px 0 0 0;
    display: table;
    position: relative;
    clear: both;
  }
}

.news_page_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 8px 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 600;
  color: #525252;
}

@media only screen and (max-width: 560px) {
  .news_page_title {
    font-size: 1.5em;
    text-align: center;
  }
}

.news_page_publish_date {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: 500;
  color: #525252;
}

@media only screen and (max-width: 560px) {
  .news_page_publish_date {
    font-size: 0.9em;
    text-align: center;
  }
}

.news_page_info {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.news_page_more_btn {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 30px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

.news_page_more_btn a,
.news_page_more_btn a:visited {
  width: auto;
  height: auto;
  padding: 10px 20px;
  margin: 0 auto;
  position: relative;
  display: table;
  clear: both;
  background-color: #0c8544;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  font-weight: 500;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 440px) {
  .news_page_more_btn a,
  .news_page_more_btn a:visited {
    width: calc(100% - 20px);
    padding: 10px 10px;
  }
}

.news_page_more_btn a:hover,
.news_page_more_btn a:visited:hover {
  background-color: #08532a;
}

/* ************************************ */

/* PHOTO GALLERY */
.portfolio {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.album_gallery,
.photo_gallery {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 10px;
  grid-auto-flow: dense;
}

@media screen and (max-width: 767px) {
  .album_gallery,
  .photo_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 440px) {
  .album_gallery,
  .photo_gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.album_header_name {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px 10px;
  margin: 0 auto 15px auto;
  position: relative;
  clear: both;
  color: #ffffff;
  background-color: #2b2b2b;
  text-align: center;
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: "Font Awesome 6 Pro", "Montserrat", sans-serif;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  .album_header_name {
    font-size: 1em;
  }
}

.album_header_name a,
.album_header_name a:visited {
  color: #ffffff;
  text-decoration: none;
}

.album_header_name a:hover,
.album_header_name a:visited:hover {
  color: #c4c4c4;
  text-decoration: none;
}

.album_holder {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  position: relative;
  background-attachment: scroll;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-size: cover !important;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.album_holder_1 {
  grid-column: span 1;
  grid-row: span 1;
}

.album_holder_2 {
  grid-column: span 2;
  grid-row: span 2;
}

@media screen and (max-width: 560px) {
  .album_holder_2 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.album_holder_3 {
  grid-column: span 3;
  grid-row: span 3;
}

@media screen and (max-width: 767px) {
  .album_holder_3 {
    grid-column: span 2;
    grid-row: span 2;
  }
}

@media screen and (max-width: 560px) {
  .album_holder_3 {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.album_title {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #ffffff;
  height: 20px;
  left: 0;
  margin: 0 auto;
  padding: 5px 10px;
  font-size: 0.9em;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  width: calc(100% - 20px);
}

.album_holder:hover .album_title {
  height: calc(100% - 10px);
}

.album_icon {
  color: #fab22c;
  display: none;
  font-size: 50px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  width: 100%;
  z-index: 3;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.album_holder:hover .album_icon {
  display: table;
  opacity: 1;
}

.album_button {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  position: relative;
  text-align: center;
  width: auto;
}

.album_button a,
.album_button a:visited {
  border: 1px solid #afb374;
  color: #afb374;
  font-family: "Font Awesome 6 Pro", "Montserrat", sans-serif;
  font-size: 1.2em;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.album_button a:hover,
.album_button a:visited:hover {
  border: 1px solid #4e502e;
  color: #4e502e;
}

/* VIDEO GALLERY */
.video_gallery {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
  background-color: #ffffff;
  clear: both;
}

@media screen and (max-width: 1080px) {
  .video_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 560px) {
  .video_gallery {
    grid-template-columns: repeat(1, 1fr);
  }
}

.video_gallery_holder {
  width: 100%;
  height: auto;
  padding-bottom: 56%;
  margin: 0;
  position: relative;
  display: table;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.video_icon {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}

.video_icon i {
  text-align: center;
  font-size: 5vw;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 1080px) {
  .video_icon i {
    font-size: 7vw;
  }
}

@media screen and (max-width: 560px) {
  .video_icon i {
    font-size: 14vw;
  }
}

.video_gallery_holder:hover i {
  color: #ff0000;
}

/* PAGINATION */
.pagination {
  margin: 30px 0 5px 0;
  text-align: center;
  font-family: Arial, sans-serif;
}

.pagination a,
.pagination span,
.pagination form button {
  width: 20px;
  display: inline-block;
  margin: 2px 0;
  padding: 10px 10px;
  border-radius: 4px;
  border: 0;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.3s, color 0.3s, border 0.3s;
  cursor: pointer;
}

/* Active links */
.pagination a {
  background-color: #0c8544;
  color: #ffffff;
}

.pagination a:hover {
  background-color: #08532a;
}

/* Disabled buttons */
.pagination .disabled {
  background-color: #e0e0e0;
  color: #999999;
  border-color: #cccccc;
  cursor: not-allowed;
}

/* Input field */
.pagination-form input[type="number"] {
  width: 60px;
  padding: 9px 12px;
  margin: 0;
  text-align: center;
  border: 2px solid #0c8544;
  border-radius: 6px;
  font-size: 14px;
}

/* Submit button inside form */
.pagination-form button {
  background-color: #0c8544;
  border: 1px solid #0c8544;
  color: #ffffff;
  padding: 6px 10px;
}

.pagination-form button:hover {
  background-color: #0c8544;
}

.pagination_counter {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 auto 20px auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 0.9em;
  font-weight: 500;
  color: #525252;
}

/* FOOTER */
.footer {
  width: calc(100% - 10%);
  height: auto;
  padding-top: 40px;
  padding-right: 5%;
  padding-left: 5%;
  margin: 10px auto 0 auto;
  position: relative;
  display: table;
  clear: both;
  overflow: hidden;
  background-color: #eeeeee;
  background-image: url("../admin454/uploads/site_settings/footer_watermark.webp");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 600px auto;
}

@media screen and (max-width: 1080px) {
  .footer {
    width: calc(100% - 40px);
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    background-size: 140% auto;
  }
}

.footer_nowapp {
  padding: 40px 5% !important;
}

@media screen and (max-width: 1080px) {
  .footer_nowapp {
    padding: 40px 20px !important;
  }
}

.footer_socials {
  display: table;
  height: auto;
  margin: 0 auto;
  padding: 0 0 30px 0;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.footer_socials i {
  margin: 0 5px;
  color: #0c8544;
  font-size: 24px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .footer_socials i {
    width: 30px;
    height: 30px;
    margin: 0 1px;
    line-height: 30px;
    font-size: 20px;
  }
}

.footer_socials i:hover {
  color: #08532a;
}

.footer_socials a {
  text-decoration: none;
}

.footer_blocks {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 20px auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 40px;
  align-items: center;
  grid-template-columns: repeat(5, 1fr);
}

@media only screen and (max-width: 1080px) {
  .footer_blocks {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .footer_blocks {
    margin: 0 auto 20px auto;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
  }
}

@media only screen and (max-width: 560px) {
  .footer_blocks {
    margin: 0 auto 20px auto;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
}

.footer_block_holder {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
}

.footer_block_holder img {
  width: 100%;
  height: auto;
  display: table;
}

@media only screen and (max-width: 767px) {
  .footer_block_holder img {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (max-width: 560px) {
  .footer_block_holder img {
    width: 70%;
  }
}

@media only screen and (max-width: 440px) {
  .footer_block_holder img {
    width: 80%;
  }
}

.footer_block_header {
  width: 100%;
  height: auto;
  padding: 0 0 4px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  color: #525252;
  text-transform: uppercase;
}

.footer_block_links {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
}

.footer_block_links a,
.footer_block_links a:visited {
  width: 100%;
  height: auto;
  padding: 0 0 4px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 500;
  color: #525252;
  transition: all 0.3s ease-in-out;
}

.footer_block_links a:hover,
.footer_block_links a:visited:hover {
  color: #000000;
}

.footer_addresses {
  width: 100%;
  height: auto;
  padding: 0 0 30px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
}

@media only screen and (max-width: 767px) {
  .footer_addresses {
    padding: 0;
  }
}

.footer_address_holder {
  width: 50%;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  color: #525252;
  font-size: 1em;
  line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
  .footer_address_holder {
    width: 100%;
    display: table;
    padding: 0 0 10px 0;
    position: relative;
    clear: both;
    font-size: 0.9em;
    text-align: center;
  }
}

.footer_address_header {
  font-size: 1.2em;
  font-weight: 500;
  padding: 0 0 5px 0;
}

.footer_address_holder img {
  width: auto;
  height: 140px;
  display: table;
  text-align: right;
  float: right;
}

@media only screen and (max-width: 767px) {
  .footer_address_holder img {
    width: 60%;
    height: auto;
    padding: 0 0 20px 0;
    margin: 0 auto;
    display: table;
    text-align: center;
    float: none;
  }
}

.footer_address_info {
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-weight: 400;
  font-size: 1em;
}

.privacy_policy {
  width: 100%;
  height: auto;
  padding: 0 0 30px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  text-align: center;
  display: table;
  color: #525252;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1em;
}

@media screen and (max-width: 560px) {
  .privacy_policy {
    font-size: 1em;
  }
}

.privacy_policy a,
.privacy_policy a:visited {
  color: #525252;
  text-decoration: none;
  padding: 0 15px;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 560px) {
  .privacy_policy a,
  .privacy_policy a:visited {
    width: 100%;
    padding: 5px 0;
    clear: both;
    display: table;
  }
}

.privacy_policy a:hover,
.privacy_policy a:visited:hover {
  color: #000000;
}

.credentials {
  clear: both;
  color: #525252;
  display: table;
  font-size: 0.9em;
  font-weight: 500;
  height: auto;
  margin: 0 auto;
  padding: 0 0 5px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.credits {
  clear: both;
  color: #525252;
  display: table;
  font-size: 0.9em;
  font-weight: 500;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.credits a,
.credits a:visited {
  color: #525252;
  text-decoration: none;
}

.credits a:hover,
.credits a:visited:hover {
  color: #000000;
  text-decoration: underline;
}

/* PAGINATION */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px auto;
  padding: 10px 0;
  font-family: "Segoe UI", Arial, sans-serif;
}

/* Page buttons (arrows) */
.page_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #0c8544;
  border-radius: 4px;
  background-color: #ffffff;
  color: #0c8544;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  font-size: 12px;
}

.page_btn:hover {
  background-color: #0c8544;
}

/* Disabled buttons */
.page_btn.disabled {
  opacity: 0.5;
  background-color: #0c8544;
  cursor: not-allowed;
  color: #ffffff;
  box-shadow: none;
  transform: none;
  pointer-events: none;
}

/* Page input form */
.page_form {
  display: flex;
  align-items: center;
  font-size: 14px;
}

/* Page input field */
.page_input {
  width: 40px;
  height: 26px;
  padding: 4px 5px;
  text-align: center;
  border: 2px solid #0c8544;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #0c8544;
  transition: all 0.25s ease-in-out;
}

.page_input:focus {
  outline: none;
  border-color: #08532a;
  box-shadow: 0 0 5px rgba(12, 133, 68, 0.5);
}

/* Page total text */
.page_total {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}

/* WHATSAPP BUTTON */
.whatsapp_button {
  width: auto;
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-image: url("../images/wa_bg_filter.png");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1005;
}

.whatsapp_button i {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.whatsapp_popup {
  width: auto;
  white-space: nowrap;
  height: auto;
  padding: 5px 10px;
  margin: 0 0 5px 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 5;
  background-color: #ffffff;
  border: 2px solid #525252;
  border-radius: 6px 6px 0 6px;
  text-align: center;
  font-weight: 500;
  font-size: 0.9em;
  color: #525252;
  opacity: 0;
  animation: animateWhatsappPopup 1.5s ease-in-out 5s 1 forwards;
}

@keyframes animateWhatsappPopup {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.whatsapp_link:hover i {
  transform: scale(1.1, 1.1);
}

/* FORM STYLING */
.recaptcha-container {
  width: 100%;
  display: flex;
  justify-content: center; /* centre horizontally */
}

.g-recaptcha {
  transform: scale(1);
  transform-origin: 0 0;
}

/* Responsive scaling for smaller screens */
@media (max-width: 480px) {
  .g-recaptcha {
    transform: scale(0.85);
    transform-origin: 0 0;
  }
}

.form_group {
  clear: both;
  display: table;
  height: auto;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_group_full {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_group_left {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 1% 0 0;
  padding: 0;
  position: relative;
  width: 49%;
}

@media screen and (max-width: 560px) {
  .form_group_left {
    clear: both;
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
}

.form_group_right {
  clear: none;
  display: table;
  float: right;
  height: auto;
  margin: 0 0 0 1%;
  padding: 0;
  position: relative;
  width: 49%;
}

@media screen and (max-width: 560px) {
  .form_group_right {
    clear: both;
    float: none;
    margin: 0;
    width: 100%;
  }
}

.form_group_1_3 {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 1% 0 0;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 1%);
}

@media screen and (max-width: 560px) {
  .form_group_1_3 {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.form_group_2_3 {
  clear: none;
  display: table;
  float: left;
  height: auto;
  margin: 0 1% 0 1%;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 2%);
}

@media screen and (max-width: 560px) {
  .form_group_2_3 {
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
  }
}

.form_group_3_3 {
  clear: none;
  display: table;
  float: right;
  height: auto;
  margin: 0 0 0 1%;
  padding: 0;
  position: relative;
  width: calc(100% / 3 - 1%);
}

@media screen and (max-width: 560px) {
  .form_group_3_3 {
    margin: 0 0 15px 0;
    width: 100%;
  }
}

.form_label {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0 0 2px 0;
  position: relative;
  width: 100%;
}

.form_label label {
  color: #4d4d4d;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.form_field {
  clear: both;
  display: table;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.form_field input[type="text"],
.form_field input[type="number"],
.form_field input[type="email"] {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Montserrat", sans-serif;
  height: 25px;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: calc(100% - 40px - 2px);
}

.form_field input[type="text"]:hover,
.form_field input[type="text"]:focus,
.form_field input[type="number"]:hover,
.form_field input[type="number"]:focus,
.form_field input[type="email"]:hover,
.form_field input[type="email"]:focus {
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.form_field input[type="file"] {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Montserrat", sans-serif;
  height: 25px;
  margin: 0;
  outline: none;
  padding: 12px 10px 8px 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: calc(100% - 20px - 2px);
}

.form_field input[type="file"]:hover {
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.form_field select {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Montserrat", sans-serif;
  height: 47px;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: 100%;
}

.form_field select:hover,
.form_field select:focus {
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.form_field textarea {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  font-family: "Montserrat", sans-serif;
  height: 125px;
  margin: 0;
  outline: none;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  width: calc(100% - 40px - 2px);
}

.form_field textarea:hover,
.form_field textarea:focus {
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.form_oneliner_label {
  display: table-cell;
  height: auto;
  padding: 0 2% 0 0;
  vertical-align: middle;
  width: 48%;
}

.form_oneliner_field {
  display: table-cell;
  height: auto;
  padding: 0 0 0 2%;
  vertical-align: middle;
  width: 48%;
}

.form_note {
  clear: both;
  color: #525252;
  display: table;
  font-size: 0.9em;
  height: auto;
  margin: 2px 0 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.red_asterisk {
  color: red;
  font-size: 0.8em;
  vertical-align: super;
}

.red_asterisk:before {
  color: red;
  content: "\f069";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-size: 0.6em;
  vertical-align: super;
}

.hfield {
  display: none !important;
}

/* ADMIN DIV TOOLTIPS */
.admin-div:hover {
  filter: grayscale(100%);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

.admin-div:hover::before {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 50000;
}

.admin-div:hover::before {
  opacity: 1;
}

.admin-tooltip {
  width: calc(100% - 20px);
  height: auto;
  padding: 5px 10px;
  background-color: #00000050;
  color: #ffffff;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  z-index: 50001;
}

/* PRELOADER */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader img {
  width: 250px;
  height: auto;
  animation: pulse 1.2s infinite ease-in-out;
}

@media screen and (max-width: 1080px) {
  #preloader img {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  #preloader img {
    width: 160px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}
