html {
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: #101010;
  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: #c4c4c4;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

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: #252525;
  color: #000000;
  font-weight: 500;
}

@media screen and (max-width: 560px) {
table {
  transform: scale(0.9);
}
}

table tr th {
  background-color: #000000;
  border-color: #252525;
  color: #ffffff;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  table tr th {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 560px) {
  table tr th {
    font-size: 1.0em;
  }
}

@media screen and (max-width: 440px) {
  table tr th {
    font-size: 0.9em;
  }
}

table tr td {
  border-color: #252525;
  background-color: #ffffff;
  font-size: 1.0em;
}

@media screen and (max-width: 560px) {
  table tr td {
    font-size: 0.9em;
  }
}

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: "Montserrat", sans-serif;
  text-align: center;
}

*:focus {
  outline: none;
}

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

.gen_btn:hover {
  background-color: #a6151a;
}

@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 */
}

a {
  color: #c4c4c4;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #a1a1a1;
}

/* HEADER TOP */
.header {
  width: calc(100% - 10%);
  height: auto;
  padding: 0 5%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  clear: both;
  display: table;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
}

@media screen and (max-width: 1080px) {
  .header {
    width: calc(100% - 40px);
    padding: 0 20px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background-color: #101010;
  }
}

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

.header_no_slider {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  background-color: #101010;
  border-bottom: 2px solid #e31e24;
}

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

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

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

.is-active {
  color: #e31e24 !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: 0;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

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

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

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

.logo_main.sticky {
  height: 80px;
}

.quick_links {
  width: calc(100% - 100px);
  height: 120px;
  padding: 0 0 0 30px;
  display: table-cell;
  vertical-align: middle;
}

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

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

.quick_links.sticky {
  height: 80px;
}

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

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

.contacts.sticky {
  display: none;
}

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

@media screen and (max-width: 1200px) {
  .contact_holder {
    font-size: 14px;
  }
}

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

.contact_holder i {
  color: #e31e24;
}

.socials i {
  margin: 0 2px;
  transition: all 0.3s ease-in-out;
}

.socials i:hover {
  color: #a6151a;
}

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

.navigation_bar {
  width: 100%;
  height: 50%;
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  display: flex;
  align-items: center;
}

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

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

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

.slider_info {
  width: 70%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: calc(50% + 60px);
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}

@media screen and (max-width: 1080px) {
  .slider_info {
    top: 50%;
    width: 80%;
  }
}

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

.slider_title {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px 0;
  position: relative;
  clear: both;
  font-size: 2.6em;
  line-height: 1.0em;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  color: #ffffff;
  transform: translateY(-100%);
  opacity: 0.0;
  animation: animateSliderTitle 0.6s ease-in-out 0s 1 forwards;
}

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

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

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

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

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

@keyframes animateSliderTitle {
  0% {
    opacity: 0.0;
    transform: translateY(-100%);
  }

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

.slider_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px 0;
  position: relative;
  clear: both;
  color: #ffffff;
  font-size: 1.0em;
  font-weight: 500;
  line-height: 1.3em;
  transform: translateY(100%);
  opacity: 0.0;
  text-align: center;
  animation: animateSliderDescription 0.6s ease-in-out 0.5s 1 forwards;
}

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

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

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

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

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

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

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

.slider_buttons a,
.slider_buttons a:visited {
  width: auto;
  height: auto;
  padding: 10px 25px;
  margin: 0 5px;
  position: relative;
  float: left;
  clear: none;
  font-size: 1.0em;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

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

  .slider_buttons a,
  .slider_buttons a:visited {
    padding: 10px 15px;
    font-size: 0.9em;
  }
}

.slider_button1 {
  background-color: #e31e24;
}

.slider_button2 {
  background-color: #128b86;
}

.slider_button1:hover {
  background-color: #a6151a;
}

.slider_button2:hover {
  background-color: #0e6e6a;
}

.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: 1000px;
  height: auto;
  padding: 60px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  overflow: hidden;
  color: #ffffff;
}

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

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

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

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

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

.content_h2_header_left {
  text-align: left;
}

.content_h2_header_center {
  text-align: center;
}

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

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

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

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

.content_h2_sub_header_left {
  text-align: left;
}

.content_h2_sub_header_center {
  text-align: center;
}

.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 ul li,
.content ol li {
  margin: 4px 0;
  padding: 0;
  line-height: 1.3em;
}

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

.content_box_holder {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px 0;
  position: relative;
  clear: both;
  display: flex;
  background-color: #000000;
  border-radius: 15px;
}

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

.content_box_info {
  width: calc(65% - 80px);
  height: auto;
  margin: 0;
  position: relative;
  display: table;
}

@media screen and (max-width: 1080px) {
  .content_box_info {
    width: calc(65% - 50px);
  }
}

@media screen and (max-width: 560px) {
  .content_box_info {
    width: calc(100% - 60px);
    clear: both;
  }
}

.content_box_holder_left .content_box_info {
  padding: 50px 20px 50px 50px;
  order: 1;
  text-align: left;
}

.content_box_holder_right .content_box_info {
  padding: 50px 50px 50px 20px;
  order: 2;
  text-align: right;
}

@media screen and (max-width: 1080px) {
  .content_box_holder_left .content_box_info {
    padding: 30px 20px 30px 30px;
    order: 1;
    text-align: left;
  }

  .content_box_holder_right .content_box_info {
    padding: 30px 30px 30px 20px;
    order: 2;
    text-align: right;
  }
}

@media screen and (max-width: 560px) {
  .content_box_holder_left .content_box_info {
    padding: 30px 30px 20px 30px;
    text-align: center;
  }

  .content_box_holder_right .content_box_info {
    padding: 30px 30px 20px 30px;
    text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

.content_box_button {
  width: auto;
  height: auto;
  padding: 12px 25px;
  margin: 20px 0 0 0;
  display: table;
  position: relative;
  clear: both;
  background-color: #e31e24;
  color: #ffffff;
  text-align: center;
  font-size: 1.0em;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 560px) {
  .content_box_button {
    padding: 12px 25px;
    margin: 20px auto 0 auto;
    font-size: 1.0em;
  }
}

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

.content_box_button:hover {
  background-color: #a6151a;
}

.content_box_image {
  width: 35%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  border-radius: 15px;
}

@media screen and (max-width: 560px) {
  .content_box_image {
    width: 100%;
    padding-bottom: 60%;
    margin: 0 auto;
    border-radius: 0 0 15px 15px;
    background-size: contain;
  }

  .content_box_holder_left .content_box_image {
    background-position: center right !important;
  }

  .content_box_holder_right .content_box_image {
    background-position: center left !important;
  }
}

.content_box_holder_left .content_box_image {
  order: 2;
}

.content_box_holder_right .content_box_image {
  order: 1;
}

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

.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: 800;
  text-transform: uppercase;
  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);
}

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

.pg_btn {
  min-width: 220px;
  height: auto;
  padding: 12px 10px;
  margin: 10px 5px;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 0;
  background-color: #e31e24;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.0em;
  font-weight: 700;
  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: 1.0em;
    width: calc(100% - 20px - 10px);
  }
}

.pg_btn:hover {
  background-color: #a6151a;
  color: #ffffff;
}

/* READ MORE BOXES */
.qboxes {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px auto 0 auto;
  position: relative;
  clear: both;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.qboxes_outer {
  width: calc(100% - 80px);
  height: auto;
  padding: 60px 0;
  margin: 0 40px;
  display: block;
  z-index: 2;
}

@media screen and (max-width: 560px) {
  .qboxes_outer {
    width: calc(100% - 60px);
    padding: 40px 0;
    margin: 0 30px;
  }
}

.qbox_holder {
  width: calc(100% - 60px);
  height: auto;
  padding: 10px;
  margin: 0 20px;
  position: relative;
  background-color: #000000;
  border-radius: 15px;
}

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

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

.qbox_title {
  width: 100%;
  height: 60px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.0em;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .qbox_title {
    height: auto;
    padding: 0 0 10px 0;
    font-size: 1.5em;
  }
}

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

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

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

@media screen and (max-width: 560px) {
  .qbox_description {
    height: auto;
    padding: 0 0 15px 0;
    font-size: 0.8em;
  }
}

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

.qbox_button a,
.qbox_button a:visited {
  width: auto;
  height: auto;
  padding: 10px 25px;
  margin: 0 auto;
  background-color: #e31e24;
  color: #ffffff;
  font-size: 1.0em;
  text-transform: uppercase;
  font-weight: 700;
  display: table;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

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

  .qbox_button a,
  .qbox_button a:visited {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}

.qbox_button a:hover,
.qbox_button a:visited:hover {
  background-color: #a61511;
}

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

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

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

.icon_boxes_outer {
  width: calc(100% - 80px);
  height: auto;
  padding: 20px 0 0 0;
  margin: 0 40px;
  display: block;
}

@media screen and (max-width: 560px) {
  .icon_boxes_outer {
    width: calc(100% - 60px);
    padding: 40px 0;
    margin: 0 30px;
  }
}

.icon_boxes_title,
.icon_boxes_description {
  width: calc(100% - 40px);
  height: auto;
  padding: 0 20px 10px 20px;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
}

.icon_boxes_title {
  font-size: 3.2em;
  line-height: 1.0em;
  color: #e31e24;
  font-weight: 800;
  text-transform: uppercase;
}

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

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

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

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

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

.icon_boxes_description {
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 600;
  color: #ffffff;
}

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

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

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

.icon_box_holder {
  width: calc(100% - 40px);
  height: 360px !important;
  padding: 0;
  margin: 0 20px;
  position: relative;
  clear: both;
  display: table;
  background-color: #000000;
  border-radius: 15px;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

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

.icon_box_icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 26px;
  text-align: center;
  background-color: #e31e24;
  color: #ffffff;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

.icon_box_holder:hover .icon_box_icon {
  transform: scale(1.2);
}

.icon_box_title {
  width: calc(100% - 30px);
  height: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-align: left;
  font-size: 1.3em;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  z-index: 3;
  transform: translateY(0);
  transition: all 0.2s ease-in-out;
}

.icon_box_holder:hover .icon_box_title {
  bottom: 50%;
  transform: translateY(50%);
}

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

.icon_box_holder:hover .icon_box_filter {
  background-color: rgba(0, 0, 0, 0.6);
}

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

.contacts_page_left {
  width: 50%;
  height: auto;
  padding: 0 30px 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 30px;
  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: both;
  float: none;
}

.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: #e31e24;
}

.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 5px 0;
  margin: 0;
  clear: both;
  display: table;
  font-size: 1.3em;
  font-weight: 800;
  color: #c4c4c4;
  line-height: 1em;
}

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

.contact_block_description {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  margin: 0;
  clear: both;
  display: table;
  font-size: 1em;
  font-weight: 600;
  color: #ffffff;
  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: #ffffff;
}

.contact_block_content a,
.contact_block_content a:visited {
  color: #ffffff;
  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: #ffffff;
  text-decoration: underline;
}

/* INSERTS */
.inserts {
  width: calc(100% - 10%);
  height: auto;
  padding: 50px 5%;
  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 screen and (max-width: 1080px) {
  .inserts {
    width: calc(100% - 40px);
    padding: 50px 20px;
  }
}

.insert_header {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 15px auto;
  position: relative;
  clear: both;
  display: table;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2em;
  font-weight: 800;
  text-align: center;
  line-height: 1.2em;
}

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

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

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

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

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

.insert_description {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 15px auto;
  position: relative;
  display: table;
  clear: both;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  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;
}

.insert_button a,
.insert_button a:visited {
  width: auto;
  height: auto;
  padding: 12px 25px;
  margin: 0 auto;
  position: relative;
  display: table;
  clear: both;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  font-weight: 700;
  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;
    font-size: 0.9em;
  }
}

.insert_button a:hover,
.insert_button a:visited:hover {
  background-color: rgba(0, 0, 0, 1);
  border: 2px solid #e31e24;
  color: #e31e24;
}

/* LOGO SLIDER */
.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;
}

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

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

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

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

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

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

.team_holder {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  display: table;
  background-color: #000000;
  border-radius: 15px;
}

.team_holder_icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 26px;
  text-align: center;
  color: #ffffff;
  background-color: #e31e24;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.team_holder_photo {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-color: #252525;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 11px;
  transition: all 0.3s ease-in-out;
}

.team_holder:hover .team_holder_photo {
  filter: grayscale(100%);
}

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

.team_holder_names {
  width: 100%;
  height: auto;
  padding: 0 0 5px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.4em;
  line-height: 1.0em;
  color: #ffffff;
  font-weight: 800;
}

.team_holder_designation {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3em;
  color: #c4c4c4;
}

/* ACHIEVEMENTS - LIST */
.achievements {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}

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

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

.achievement_holder {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  clear: both;
  background-color: #000000;
  border-radius: 15px;
  cursor: pointer;
}

.achievement_holder_image {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-color: #252525;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 11px;
  transition: all 0.3s ease-in-out;
}

.achievement_holder:hover .achievement_holder_image {
  filter: grayscale(100%);
}

.achievement_holder_icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 26px;
  text-align: center;
  color: #ffffff;
  background-color: #e31e24;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.achievement_holder:hover .achievement_holder_icon {
  transform: scale(1.1);
}

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

.achievement_holder_title {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  font-size: 1.4em;
  line-height: 1.0em;
  font-weight: 800;
  color: #ffffff;
}

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

/* ACHIEVEMENTS POPUP */
.achievement_popup {
  width: calc(80% - 40px);
  height: auto;
  max-height: calc(80% - 100px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 15px;
  display: none;
  z-index: 2002;
  clip-path: inset(0 round 15px);
}

@media screen and (max-width: 1080px) {
  .achievement_popup {
    width: calc(90% - 60px);
    max-height: calc(90% - 120px);
  }
}

@media screen and (max-width: 767px) {
  .achievement_popup {
    width: calc(98% - 60px);
    max-height: calc(98% - 120px);
  }
}

.achievement_popup_close_btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #e31e24;
  color: #ffffff !important;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  z-index: 2003;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .achievement_popup_close_btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
}

.achievement_popup_close_btn:hover {
  transform: rotate(180deg);
}

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

.achievement_popup_image {
  width: 100%;
  height: auto;
  padding-bottom: 50%;
  display: table;
  position: relative;
  clear: both;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.achievement_popup_title {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
  margin: 0;
  display: table;
  position: relative;
  clear: both;
  font-size: 1.8em;
  line-height: 1.0em;
  font-weight: 800;
  color: #e31e24;
}

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

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

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

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

.achievement_popup_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.6);
  border-radius: 15px;
  display: none;
  z-index: 2001;
}

.no-scroll {
  overflow: hidden;
  width: 100%;
}

/* NEWS - LIST */
.news {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 20px auto 0 auto;
  position: relative;
  clear: both;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}

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

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

.news_holder {
  width: calc(100% - 20px);
  height: auto;
  padding: 10px;
  margin: 0;
  position: relative;
  display: table;
  background-color: #000000;
  border-radius: 15px;
  cursor: pointer;
}

.news_holder_icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 26px;
  color: #ffffff;
  background-color: #e31e24;
  text-align: center;
  z-index: 2;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 0.3s ease-in-out;
}

.news_holder:hover .news_holder_icon {
  transform: scale(1.1);
}

.news_holder_image {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  margin: 0 auto;
  position: relative;
  clear: both;
  display: table;
  background-color: #252525;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 11px;
  transition: all 0.3s ease-in-out;
}

.news_holder:hover .news_holder_image {
  filter: grayscale(100%);
}

.news_holder_date {
  width: calc(100% - 30px);
  height: auto;
  padding: 10px;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 0.8em;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 600;
}

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

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

@media screen and (max-width: 560px) {
  .news_holder_title {
    height: auto;
    padding: 0 0 10px 0;
  }
}

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

/* NEWS POPUP */
.news_popup {
  width: calc(80% - 40px);
  height: auto;
  max-height: calc(80% - 100px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 15px;
  display: none;
  z-index: 2002;
  clip-path: inset(0 round 15px);
}

@media screen and (max-width: 1080px) {
  .news_popup {
    width: calc(90% - 60px);
    max-height: calc(90% - 120px);
  }
}

@media screen and (max-width: 767px) {
  .news_popup {
    width: calc(98% - 60px);
    max-height: calc(98% - 120px);
  }
}

.news_popup_close_btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #e31e24;
  color: #ffffff !important;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  z-index: 2003;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .news_popup_close_btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
}

.news_popup_close_btn:hover {
  transform: rotate(180deg);
}

.news_popup_icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-size: 26px;
  background-color: #e31e24;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
}

@media screen and (max-width: 560px) {
  .news_popup_icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    top: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 440px) {
  .news_popup_icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

.news_popup_date {
  width: calc(100% - 70px);
  height: auto;
  padding: 0 70px 0 0;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 2;
  color: #525252;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 600;
}

@media screen and (max-width: 560px) {
.news_popup_date {
    width: calc(100% - 60px);
    padding: 0 60px 0 0;
    font-size: 1.0em;
  }
}

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

.news_popup_image {
  width: 100%;
  height: 70px;
  padding: 0;
  display: table;
  position: relative;
  clear: both;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.news_popup_info a,
.news_popup_info a:visited {
  color: #4118a3;
}

.news_popup_title {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0;
  margin: 0;
  display: table;
  position: relative;
  clear: both;
  font-size: 1.8em;
  line-height: 1.0em;
  font-weight: 800;
  color: #e31e24;
}

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

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

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

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

.news_popup_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.6);
  border-radius: 15px;
  display: none;
  z-index: 2001;
}

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

.news_popup_dl a,
.news_popup_dl a:visited {
  width: auto;
  height: auto;
  padding: 12px 25px;
  margin: 0 auto;
  background-color: #e31e24;
  color: #ffffff;
  text-align: center;
  font-size: 1.0em;
  font-weight: 600;
  border-radius: 5px;
  display: table;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.news_popup_dl a:hover,
.news_popup_dl a:visited:hover {
  background-color: #a6151a;
}

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

/* 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", "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: #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;
  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: #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", "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;
}

/* FOOTER */
.footer {
  width: calc(100% - 10%);
  height: auto;
  padding-top: 60px;
  padding-right: 5%;
  padding-left: 5%;
  margin: 10px auto 0 auto;
  position: relative;
  display: table;
  clear: both;
  overflow: hidden;
  background-color: #000000;
}

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

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

@media screen and (max-width: 1080px) {
  .footer_nowapp {
    padding: 60px 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: #e31e24;
  color: #000000;
  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: #a6151a;
  color: #000000;
}

.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.3em;
  font-weight: 800;
  padding: 0 0 8px 0;
  font-family: "Montserrat", 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: 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: 500;
  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 4px 0;
  position: relative;
  width: 100%;
}

.form_label label {
  color: #c4c4c4;
  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: 0;
  font-family: "Montserrat", sans-serif;
  height: 25px;
  margin: 0;
  outline: none;
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 0.9em;
  font-weight: 500;
  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);
}

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

.form_field select {
  background-color: #ffffff;
  border: 0;
  font-family: "Montserrat", sans-serif;
  height: 47px;
  margin: 0;
  outline: none;
  font-size: 0.9em;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 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: 100%;
}

.form_field select:hover,
.form_field select:focus {
  background-color: #f2f2f2;
}

.form_field select option {
  font-size: 1.0em;
  font-weight: 500;
}

.form_field textarea {
  background-color: #ffffff;
  border: 0;
  font-family: "Montserrat", sans-serif;
  height: 150px;
  margin: 0;
  outline: none;
  padding: 10px 10px;
  font-size: 0.9em;
  font-weight: 500;
  border-radius: 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);
}

.form_field textarea:hover,
.form_field textarea:focus {
  background-color: #f2f2f2;
}

.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: "Noto Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  z-index: 50001;
}

.admin-div-bottom .admin-tooltip {
  top: auto;
  bottom: 0;
}

/* 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);
  }
}