html {
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #ffffff;
  font-family: "Poppins", 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-family: "Rock Salt", sans-serif;
  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;
}

table {
  border-collapse: collapse;
  border-color: #cccccc;
}

table tr th {
  background-color: #525252;
  border-color: #adadad;
  color: #ffffff;
}

table tr td {
  border-color: #adadad;
}

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: 10px auto;
  position: relative;
  display: table;
  clear: both;
  background-color: red;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

*:focus {
  outline: none;
}

.gen_btn {
  width: auto;
  height: auto;
  padding: 12px 45px;
  background-image: url('../admin454/uploads/site_settings/blue_label.png');
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  border: 0;
  background-color: transparent;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 600;
  font-family: 'Poppins', serif;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.gen_btn:hover {
  background-color: transparent;
  filter: brightness(1.2);
}

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

.gen_btn_right {
  float: right;
}

.gen_btn.disabled {
  background-color: #ccc;
  /* Grey out the button */
  cursor: not-allowed;
  /* Show a not-allowed cursor */
}

/* INFO BAR */
.info_bar {
  width: calc(100% - 10%);
  height: auto;
  padding: 5px 5%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-color: #26265f;
}

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

.site_slogan {
  width: auto;
  height: auto;
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.0em;
  font-family: 'Rock Salt', sans-serif;
  color: #ffffff;
}

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

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

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

.quick_links {
  width: auto;
  height: auto;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  white-space: nowrap;
}

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

.contact_holder {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 0 0 50px;
  position: relative;
  clear: none;
  float: right;
  color: #ffffff;
  font-size: 1.0em;
  font-family: 'Rock Salt', sans-serif;
}

@media screen and (max-width: 1080px) {
  .contact_holder {
    margin: 0 0 0 35px;
    font-size: 0.9em;
  }
}

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

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

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

@media screen and (max-width: 1200px) {
  .header {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

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

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

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

.link_no_click {
  pointer-events: none;
}

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

.logo {
  width: auto;
  height: auto;
  padding: 10px 0;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.logo_main {
  width: auto;
  height: 120px;
  display: table;
}

@media screen and (max-width: 1200px) {
  .logo_main {
    height: 110px;
  }
}

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

.logo_main.sticky {
  height: 80px;
}

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

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

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

.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: 80% !important;
  }
}

.slider_info {
  width: 60%;
  height: auto;
  padding: 0;
  margin: 50px;
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 1080px) {
  .slider_info {
    width: calc(70% - 100px);
  }
}

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

@media screen and (max-width: 560px) {
  .slider_info {
    width: calc(90% - 40px);
  }
}

.slider_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 15px 0;
  position: relative;
  clear: both;
  font-size: 2.0em;
  line-height: 1.2em;
  font-family: 'Rock Salt', sans-serif;
  font-weight: 500;
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

.slider_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 15px 0;
  position: relative;
  clear: both;
  color: #ffffff;
  font-size: 1.0em;
  font-weight: 400;
  line-height: 1.3em;
}

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

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

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

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

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

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

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

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

.slider_button {
  width: auto;
  height: auto;
  padding: 0;
  margin: 5px 0;
  position: relative;
  clear: both;
  display: table;
  opacity: 0.0;
  filter: blur(15px);
  animation: animateSliderButton 1s ease-in-out 0.5s 1 forwards;
}

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

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

.slider_info_left .slider_button {
  float: left;
}

.slider_info_right .slider_button {
  float: right;
}

.slider_button a,
.slider_button a:visited {
  width: auto;
  height: auto;
  padding: 10px 25px;
  font-size: 1.1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-color: #e72734;
  transition: all 0.3s ease-in-out;
  display: table;
}

@media screen and (max-width: 767px) {

  .slider_button a,
  .slider_button a:visited {
    padding: 8px 20px;
    font-size: 1.0em;
  }
}

.slider_button a:hover,
.slider_button a:visited:hover {
  background-color: #d3242f;
}

.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: 50px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-image: url('../admin454/uploads/site_settings/content_bg.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

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

@media screen and (max-width: 767px) {
  .content {
    width: calc(100% - 20px);
    padding: 50px 10px;
    background-image: url('../admin454/uploads/site_settings/content_mobile_bg.jpg');
    background-size: cover;
  }
}

.content_outer {
  width: 860px;
  height: auto;
  padding: 50px 80px 80px 80px;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.content_outer_white {
  color: #000000;
}

.content_outer_blue {
  color: #ffffff;
}

.content_outer_red {
  color: #ffffff;
}

@media screen and (max-width: 1080px) {
  .content_outer {
    width: calc(100% - 120px);
    padding: 50px 60px 80px 60px;
  }
}

@media screen and (max-width: 560px) {
  .content_outer {
    width: calc(100% - 80px);
    padding: 50px 40px 80px 40px;
  }
}

.content_outer_white {
  background-image: url('../admin454/uploads/site_settings/content_bg_white.png');
}

.content_outer_blue {
  background-image: url('../admin454/uploads/site_settings/content_bg_blue.png');
}

.content_outer_red {
  background-image: url('../admin454/uploads/site_settings/content_bg_red.png');
}

@media screen and (max-width: 767px) {
  .content_outer_white {
    background-image: url('../admin454/uploads/site_settings/content_bg_white_m.png');
  }

  .content_outer_blue {
    background-image: url('../admin454/uploads/site_settings/content_bg_blue_m.png');
  }

  .content_outer_red {
    background-image: url('../admin454/uploads/site_settings/content_bg_red_m.png');
  }
}

@media screen and (max-width: 560px) {
  .content_outer_white {
    background-image: url('../admin454/uploads/site_settings/content_bg_white_m2.png');
  }

  .content_outer_blue {
    background-image: url('../admin454/uploads/site_settings/content_bg_blue_m2.png');
  }

  .content_outer_red {
    background-image: url('../admin454/uploads/site_settings/content_bg_red_m2.png');
  }
}

.content_h2_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 20px auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 2.0em;
  font-weight: 500;
  line-height: 1.2em;
  font-family: 'Rock Salt', sans-serif;
}

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

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

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

.content_h2_header_white {
  color: #26265f;
}

.content_h2_header_blue {
  color: #ffffff;
}

.content_h2_header_red {
  color: #ffffff;
}

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

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

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

.content ol,
.content ul {
  margin: 0;
  padding: 0 0 0 5px;
}

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

/* 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: 15px;
  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;
}

.page_images_container_white {
  border: 4px dashed #26265f;
}

.page_images_container_blue {
  border: 4px dashed #ffffff;
}

.page_images_container_red {
  border: 4px dashed #ffffff;
}

.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: 600;
  font-family: 'Rock Salt', sans-serif;
  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);
}

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

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

.qbox_holder {
  width: calc(100% - 80px);
  height: auto;
  padding: 20px 40px;
  margin: 0;
  position: relative;
  display: table;
  clear: both;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 560px) {
  .qbox_holder {
    width: calc(100% - 40px);
    padding: 20px 20px;
  }
}

.qbox_holder:hover {
  transform: scale(1.05, 1.05);
  z-index: 2;
}

.qbox_holder_blue {
  background-image: url('../admin454/uploads/site_settings/blue_label.png');
}

.qbox_holder_red {
  background-image: url('../admin454/uploads/site_settings/red_label.png');
}

.qbox_holder_black {
  background-image: url('../admin454/uploads/site_settings/black_label.png');
}

.qboxes_link {
  text-decoration: none;
}

.qbox_icon {
  width: 70px;
  height: 70px;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  white-space: nowrap;
}

@media screen and (max-width: 560px) {
  .qbox_icon {
    width: 50px;
    height: 50px;
  }
}

.qbox_title {
  width: calc(100% - 70px);
  height: auto;
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 500;
  font-family: 'Rock Salt', sans-serif;
}

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

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

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

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

/* QUOTATION BOXES */
.quotation_box {
  width: 1000px;
  height: auto;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  color: #000000;
  font-family: 'Rock Salt', sans-serif;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 1.0);
}

@media screen and (max-width: 1080px) {
  .quotation_box {
    width: calc(100% - 40px);
    padding: 20px 20px;
    font-size: 1.2em;
  }
}

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

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

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

.contacts_page_left {
  width: 50%;
  height: auto;
  padding: 0 20px 0 0;
  display: table-cell;
  vertical-align: top;
}

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

.contacts_page_right {
  width: 50%;
  height: auto;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: top;
}

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

/* 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: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: none;
  float: left;
}

.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;
}

.contact_blocks_white {
  color: #e72734;
}

.contact_blocks_blue {
  color: #e72734;
}

.contact_blocks_red {
  color: #26265f;
}

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

.contact_block_title {
  width: 100%;
  height: auto;
  padding: 0 0 8px 0;
  margin: 0;
  clear: both;
  display: table;
  font-size: 1.2em;
  font-weight: 600;
  font-family: 'Rock Salt', sans-serif;
  line-height: 1em;
}

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

.contact_block_title_white {
  color: #252525;
}

.contact_block_title_blue {
  color: #c4c4c4;
}

.contact_block_title_red {
  color: #c4c4c4;
}

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

.contact_block_description_white {
  color: #525252;
}

.contact_block_description_blue {
  color: #fefefe;
}

.contact_block_description_red {
  color: #fefefe;
}

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

.contact_block_content_white {
  color: #000000;
}

.contact_block_content_blue {
  color: #ffffff;
}

.contact_block_content_red {
  color: #ffffff;
}

.contact_block_content a,
.contact_block_content a:visited {
  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_white a,
.contact_block_content_white a:visited {
  color: #000000;
}

.contact_block_content_blue a,
.contact_block_content_blue a:visited {
  color: #ffffff;
}

.contact_block_content_red a,
.contact_block_content_red a:visited {
  color: #ffffff;
}

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

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

.contact_block_content_blue a:hover,
.contact_block_content_blue a:visited:hover {
  color: #ffffff;
}

.contact_block_content_red a:hover,
.contact_block_content_red a:visited:hover {
  color: #ffffff;
}

/* MAP */
.mapouter {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto;
  position: relative;
  clear: both;
  display: table;
  text-align: right;
  overflow: hidden;
}

.mapouter_white {
  border: 4px dashed #26265f;
}

.mapouter_blue {
  border: 4px dashed #ffffff;
}

.mapouter_red {
  border: 4px dashed #ffffff;
}

.gmap_canvas {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background: none !important;
  overflow: hidden;
}

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

/* PHOTO GALLERY */
.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: 15px;
  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 - 2px);
  height: auto;
  padding: 10px 10px;
  margin: 0 auto 5px auto;
  position: relative;
  clear: both;
  background-color: #252525;
  color: #ffffff;
  text-align: center;
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: "Font Awesome 6 Pro", "Noto Sans", 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: #ffffff;
  text-decoration: underline;
}

.album_holder {
  width: calc(100% - 8px);
  height: auto;
  padding-bottom: calc(100% - 8px);
  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_white {
  border: 4px dashed #26265f;
}

.album_holder_blue {
  border: 4px dashed #ffffff;
}

.album_holder_red {
  border: 4px dashed #ffffff;
}

.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;
  font-family: "Noto Sans", sans-serif;
  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: #ffffff;
  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", "Noto Sans", 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: 5.0vw;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}

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

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

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

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

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

.icon_box_icon {
  width: 60px;
  height: auto;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .icon_box_icon {
    width: 70px;
  }
}

@media screen and (max-width: 560px) {
  .icon_box_icon {
    width: 60px;
  }
}

.icon_box_icon_float {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 26px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .icon_box_icon_float {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
  }
}

@media screen and (max-width: 560px) {
  .icon_box_icon_float {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
  }
}

.icon_box_holder_black .icon_box_icon_float {
  color: #ffffff;
  background-color: #000000;
}

.icon_box_holder_blue .icon_box_icon_float {
  color: #ffffff;
  background-color: #26265f;
}

.icon_box_holder_red .icon_box_icon_float {
  color: #ffffff;
  background-color: #e72734;
}

.icon_box_holder_white .icon_box_icon_float {
  color: #000000;
  background-color: #ffffff;
}

.icon_box_title {
  width: calc(100% - 60px);
  height: auto;
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.0em;
  line-height: 1.5em;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Rock Salt', sans-serif;
}

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

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

.icon_box_holder_black .icon_box_title,
.icon_box_holder_black .icon_box_title a,
.icon_box_holder_black .icon_box_title a:visited {
  color: #000000;
  text-decoration: none;
}

.icon_box_holder_black .icon_box_title a:hover,
.icon_box_holder_black .icon_box_title a:visited:hover {
  text-decoration: underline;
}

.icon_box_holder_blue .icon_box_title,
.icon_box_holder_blue .icon_box_title a,
.icon_box_holder_blue .icon_box_title a:visited {
  color: #26265f;
  text-decoration: none;
}

.icon_box_holder_blue .icon_box_title a:hover,
.icon_box_holder_blue .icon_box_title a:visited:hover {
  text-decoration: underline;
}

.icon_box_holder_red .icon_box_title,
.icon_box_holder_red .icon_box_title a,
.icon_box_holder_red .icon_box_title a:visited {
  color: #e72734;
  text-decoration: none;
}

.icon_box_holder_red .icon_box_title a:hover,
.icon_box_holder_red .icon_box_title a:visited:hover {
  text-decoration: underline;
}

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

.icon_box_holder_white .icon_box_title a:hover,
.icon_box_holder_white .icon_box_title a:visited:hover {
  text-decoration: underline;
}

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

.content_box_holder {
  width: calc(100% - 100px);
  height: auto;
  padding: 30px 50px;
  margin: 10px auto;
  position: relative;
  clear: both;
  display: table;
  background-attachment: scroll;
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .content_box_holder {
    width: calc(100% - 60px);
    padding: 30px 30px;
  }
}

.content_box_holder_white {
  background-image: url('../admin454/uploads/site_settings/content_bg_white.png');
}

.content_box_holder_blue {
  background-image: url('../admin454/uploads/site_settings/content_bg_blue.png');
}

.content_box_holder_red {
  background-image: url('../admin454/uploads/site_settings/content_bg_red.png');
}

.content_box_holder_black {
  background-image: url('../admin454/uploads/site_settings/content_bg_back.png');
}

.content_box_main_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto 5px auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.6em;
  line-height: 1.4em;
  font-family: 'Rock Salt', sans-serif;
}

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

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

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

.content_box_holder_white .content_box_main_title {
  color: #000000;
}

.content_box_holder_blue .content_box_main_title {
  color: #ffffff;
}

.content_box_holder_red .content_box_main_title {
  color: #ffffff;
}

.content_box_holder_black .content_box_main_title {
  color: #ffffff;
}

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

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

.content_box_holder_white .content_box_content {
  color: #000000;
}

.content_box_holder_blue .content_box_content {
  color: #ffffff;
}

.content_box_holder_red .content_box_content {
  color: #ffffff;
}

.content_box_holder_black .content_box_content {
  color: #ffffff;
}

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

.content_box_button a,
.content_box_button a:visited {
  width: auto;
  height: auto;
  padding: 10px 25px;
  margin: 0 auto;
  position: relative;
  display: table;
  text-align: center;
  font-size: 1.0em;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 440px) {

  .content_box_button a,
  .content_box_button a:visited {
    width: calc(100% - 24px);
    padding: 10px;
    font-size: 0.9em;
  }
}

.content_box_holder_white .content_box_button a,
.content_box_holder_white .content_box_button a:visited {
  border: 2px solid #000000;
  color: #000000;
}

.content_box_holder_blue .content_box_button a,
.content_box_holder_blue .content_box_button a:visited {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.content_box_holder_red .content_box_button a,
.content_box_holder_red .content_box_button a:visited {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.content_box_holder_black .content_box_button a,
.content_box_holder_black .content_box_button a:visited {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.content_box_holder_white .content_box_button a:hover,
.content_box_holder_white .content_box_button a:visited:hover {
  background-color: #000000;
  color: #ffffff;
}

.content_box_holder_blue .content_box_button a:hover,
.content_box_holder_blue .content_box_button a:visited:hover {
  background-color: #ffffff;
  color: #26265f;
}

.content_box_holder_red .content_box_button a:hover,
.content_box_holder_red .content_box_button a:visited:hover {
  background-color: #ffffff;
  color: #e72734;
}

.content_box_holder_black .content_box_button a:hover,
.content_box_holder_black .content_box_button a:visited:hover {
  background-color: #ffffff;
  color: #000000;
}

/* TEAM */
.team {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 40px;
  justify-content: center;
  align-content: center;
  text-align: center;
  grid-template-columns: repeat(3, 1fr);
}

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

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

.team_holder {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  display: table;
  text-align: center;
}

.team_photo {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 110% auto;
  border-radius: 50%;
}

.team_holder_white .team_photo {
  border: 4px dashed #26265f;
}

.team_holder_blue .team_photo {
  border: 4px dashed #ffffff;
}

.team_holder_red .team_photo {
  border: 4px dashed #ffffff;
}

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

.team_names {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 600;
  font-family: 'Rock Salt', sans-serif;
}

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

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

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

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

.team_holder_white .team_names {
  color: #26265f;
}

.team_holder_blue .team_names {
  color: #ffffff;
}

.team_holder_red .team_names {
  color: #ffffff;
}

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

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

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

.team_holder_white .team_designation {
  color: #525252;
}

.team_holder_blue .team_designation {
  color: #c4c4c4;
}

.team_holder_red .team_designation {
  color: #c4c4c4;
}

/* NEWS - LISTING */
.news {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
}

.news_link {
  text-decoration: none;
}

.news_holder {
  width: calc(100% - 80px);
  height: auto;
  padding: 20px 40px;
  margin: 10px auto;
  position: relative;
  clear: both;
  display: table;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  transition: all 0.3s;
}

@media screen and (max-width: 560px) {
  .news_holder {
    padding: 40px 40px;
  }
}

.news_holder_white {
  background-image: url('../admin454/uploads/site_settings/content_bg_blue.png');
}

.news_holder_blue {
  background-image: url('../admin454/uploads/site_settings/content_bg_red.png');
}

.news_holder_red {
  background-image: url('../admin454/uploads/site_settings/content_bg_blue.png');
}

.news_holder:hover {
  transform: scale(1.05, 1.05);
  z-index: 2;
}

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

@media screen and (max-width: 767px) {
  .news_cover_image {
    width: 140px;
  }
}

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

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

.news_cover_image_float {
  width: 160px;
  height: 160px;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 4px dashed #ffffff;
}

@media screen and (max-width: 767px) {
  .news_cover_image_float {
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 560px) {
  .news_cover_image_float {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
  }
}

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

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

.news_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: 'Rock Salt', sans-serif;
  color: #c4c4c4;
}

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

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

@media screen and (max-width: 440px) {
  .news_title {
    font-size: 1.1em;
    text-align: center;
  }
}

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

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

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

.news_publish_date {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: table;
  font-size: 0.9em;
  line-height: 1.3em;
  color: #e72734;
}

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

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

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

.news_page_publish_date {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.0em;
  text-align: center;
}

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

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

.news_page_cover_image {
  width: 250px;
  height: 250px;
  padding: 0;
  margin: 20px 0 20px 20px;
  position: relative;
  float: right;
  clear: none;
  border-radius: 50%;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .news_page_cover_image {
    width: 220px;
    height: 220px;
  }
}

@media screen and (max-width: 560px) {
  .news_page_cover_image {
    width: 60%;
    height: auto;
    padding-bottom: 60%;
    margin: 20px auto;
    text-align: center;
    float: none;
    clear: both;
  }
}

@media screen and (max-width: 440px) {
  .news_page_cover_image {
    width: 70%;
    padding-bottom: 70%;
  }
}

.news_page_white .news_page_cover_image {
  border: 4px dashed #26265f;
}

.news_page_blue .news_page_cover_image {
  border: 4px dashed #ffffff;
}

.news_page_red .news_page_cover_image {
  border: 4px dashed #ffffff;
}

.news_page_dl {
  width: auto;
  height: auto;
  padding: 10px 30px;
  margin: 20px 0 0 0;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.0em;
  text-align: center;
  display: table;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 440px) {
  .news_page_dl {
    width: calc(100% - 28px);
    padding: 10px 10px;
    font-size: 1.0em;
  }
}

.news_page_white .news_page_dl {
  border: 2px solid #e72734;
  color: #e72734;
}

.news_page_blue .news_page_dl {
  border: 2px solid #e72734;
  color: #e72734;
}

.news_page_red .news_page_dl {
  border: 2px solid #26265f;
  color: #26265f;
}

.news_page_dl:hover {
  background-color: #ffffff;
  color: #e72734;
}

.news_page_white .news_page_dl:hover {
  background-color: #e72734;
  color: #ffffff;
}

.news_page_blue .news_page_dl:hover {
  background-color: #e72734;
  color: #ffffff;
}

.news_page_red .news_page_dl:hover {
  background-color: #26265f;
  color: #ffffff;
}

/* FOOTER */
.footer_line {
  width: 100%;
  height: 50px;
  padding: 0;
  margin: -50px auto 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  background-image: url('../admin454/uploads/site_settings/footer_line.png');
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}

@media screen and (max-width: 767px) {
  .footer_line {
    height: 40px;
  }
}

@media screen and (max-width: 560px) {
  .footer_line {
    height: 30px;
  }
}

.footer {
  clear: both;
  display: table;
  height: auto;
  margin: 0 auto;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  width: calc(100% - 40px);
  overflow: hidden;
  background-color: #26265f;
}

.footer_nowapp {
  padding: 10px 20px 20px 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 5 Pro", sans-serif;
}

.footer_socials i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 2px;
  border: 0;
  background-color: #e72735;
  color: #26265f;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  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;
}

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

.footer_socials i:hover {
  background-color: #d3242f;
}

.footer_socials a {
  text-decoration: none;
}

.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: #ffffff;
  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.1em;
  font-weight: 600;
  padding: 0 0 6px 0;
  font-family: "Rock Salt", serif;
}

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

@media only screen and (max-width: 767px) {
  .footer_address_holder img {
    width: 50%;
    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: 300;
  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: #e9e9e9;
  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: #e9e9e9;
  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: #ffffff;
}

.credentials {
  clear: both;
  color: #ffffff;
  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: #ffffff;
  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: #c4c4d4;
  text-decoration: none;
}

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

/* 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 */
.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 {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 600;
}

.enquire_white .form_label label {
  color: #525252;
}

.enquire_blue .form_label label {
  color: #c4c4c4;
}

.enquire_red .form_label label {
  color: #c4c4c4;
}

label.error {
  color: #ff0000;
  font-size: 0.7em;
  font-weight: 500;
  position: relative;
  float: right;
  padding: 2px 0 0 0;
}

label.error:before {
  content: "\f06a";
  color: #ff0000;
  padding: 0 2px 0 0;
  font-family: "Font Awesome 6 Pro", sans-serif;
}

.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-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-color: transparent;
  border: 0;
  color: #ffffff;
  font-size: 1.0em;
  font-family: "Poppins", sans-serif;
  height: 30px;
  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);
}

.enquire_white .form_field input[type="text"],
.enquire_white .form_field input[type="number"],
.enquire_white .form_field input[type="email"] {
  background-image: url('../admin454/uploads/site_settings/content_bg_red.png');
}

.enquire_blue .form_field input[type="text"],
.enquire_blue .form_field input[type="number"],
.enquire_blue .form_field input[type="email"] {
  background-image: url('../admin454/uploads/site_settings/content_bg_red.png');
}

.enquire_red .form_field input[type="text"],
.enquire_red .form_field input[type="number"],
.enquire_red .form_field input[type="email"] {
  background-image: url('../admin454/uploads/site_settings/content_bg_blue.png');
}

.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 {
  filter: brightness(1.2);
  background-color: transparent;
}

.form_field select {
  border: 1px solid #c4c4c4;
  background-color: transparent;
  font-family: "Poppins", 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 {
  filter: brightness(1.2);
  background-color: transparent;
}

.form_field textarea {
  background-image: url('../admin454/uploads/site_settings/content_bg_red.png');
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-color: transparent;
  border: 0;
  font-family: "Poppins", sans-serif;
  height: 80px;
  margin: 0;
  font-size: 1.0em;
  color: #ffffff;
  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);
}

.enquire_blue .form_field textarea {
  background-image: url('../admin454/uploads/site_settings/content_bg_red.png');
}

.enquire_red .form_field textarea {
  background-image: url('../admin454/uploads/site_settings/content_bg_blue.png');
}

.form_field textarea:hover,
.form_field textarea:focus {
  filter: brightness(1.2);
  background-color: transparent;
}

.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: #c4c4c4;
  display: table;
  font-size: 0.8em;
  height: auto;
  margin: 2px 0 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.red_asterisk {
  color: red;
  font-size: 0.6em;
  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: "Noto Sans", 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: 180px;
  height: auto;
  animation: pulse 1.2s infinite ease-in-out;
}

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

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

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

  50% {
    transform: scale(1);
  }

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

/* PAGINATION */
.pagination {
  margin-top: 20px;
  text-align: center;
}

.pagination a,
.pagination span {
  margin: 0;
  padding: 8px 10px;
  text-decoration: none;
  background: #ddd;
  color: #333333;
  border-radius: 4px;
  font-size: 1.0em;
}

@media screen and (max-width: 560px) {

  .pagination a,
  .pagination span {
    font-size: 0.9em;
  }
}

.pagination a:hover {
  background: #999;
  color: white;
}

.pagination span {
  font-weight: 500;
  background: #666666;
  color: white;
  pointer-events: none;
}

/* Disable unclickable pagination links */
.pagination a.disabled {
  pointer-events: none;
  background: #ccc;
  color: #888;
}