@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*::after,
*::before,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body.grayscale {
  filter: grayscale(100%);
}

body.invert {
  filter: invert(100%) grayscale(100%);
}

body.contrast {
  background: #000 !important;
  color: #fff !important;
}
body.contrast * {
  font-weight: 600;
}

.goTop {
  position: fixed;
  z-index: 999;
  bottom: 40px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #c20b0b;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.5em;
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  text-align: center;
  overflow: hidden;
}
.goTop:hover i {
  animation: hoverIcon 0.4s forwards;
}
.goTop i {
  color: #fff;
}

.accessibility_menu {
  position: fixed;
  top: -100%;
  opacity: 0;
  z-index: 3;
  width: 100%;
  background: white;
  transition: 0.4s ease-in-out;
  padding: 1em 0;
}
.accessibility_menu .accessibility_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.1em 0;
  position: relative;
}
.accessibility_menu .accessibility_wrapper .accessibility_item {
  margin: 0 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accessibility_menu .accessibility_wrapper .accessibility_item span {
  font-size: 0.75em;
  margin-right: 0.5em;
}
.accessibility_menu .accessibility_wrapper .accessibility_item .buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.accessibility_menu .accessibility_wrapper .accessibility_item .buttons button {
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.25em;
  cursor: pointer;
  outline: 1px solid #fff;
}
.accessibility_menu .accessibility_wrapper .color_system .buttons .grayscale {
  background: grey;
  color: #fff;
}
.accessibility_menu .accessibility_wrapper .color_system .buttons .invert {
  background: #000;
  color: #fff;
}
.accessibility_menu .accessibility_wrapper .color_system .buttons .contrast {
  background: #000;
  color: #ffff00;
  outline: 1px solid #ffff00;
  text-decoration: underline;
}
.accessibility_menu .accessibility_wrapper .reset {
  height: 2em;
  padding: 0 0.5em;
  background: #c20b0b;
  color: #fff;
  font-size: 0.75em;
  border: 1px solid #000;
  outline: 1px solid #fff;
}
.accessibility_menu.active {
  top: 0%;
  opacity: 1;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
}
button:focus, button:active, button.active, button.show {
  border: none;
  outline: none;
  box-shadow: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.paddingX {
  padding: 0 5em;
}

.paddingY {
  padding: 5em 0;
}

.wrap_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section_title {
  width: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.section_title span {
  font-weight: 600;
  color: #c20b0b;
  position: relative;
  display: inline-block;
  text-align: center;
}
.section_title span::before {
  position: absolute;
  left: -2.25em;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 2em;
  height: 0.15em;
  background: #c20b0b;
}
.section_title span::after {
  position: absolute;
  right: -2.25em;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 2em;
  height: 0.15em;
  background: #c20b0b;
}

.title {
  color: #000;
  text-align: center;
  font-family: "Libre Caslon Text", serif;
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1.3em;
  padding: 0 7em;
  margin-bottom: 1em;
}

.subtitle {
  color: #000;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 1.5em;
}

.item_title {
  color: #000;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 1.5em;
}

.primary_btn {
  display: inline-block;
  color: #585858;
  background: #fff;
  text-align: center;
  line-height: 2em;
  overflow: hidden;
  transition: 0.1s ease-in-out;
  padding: 0.25em 1.5em;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 5;
}
.primary_btn:hover {
  color: #fff;
}
.primary_btn span {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #c20b0b;
  z-index: -1;
}
.primary_btn span.enter {
  animation: mouseenterHorizontal 0.3s;
  animation-fill-mode: forwards;
}
.primary_btn span.leave {
  animation: mouseleaveHorizontal 0.3s;
  animation-fill-mode: forwards;
}

@keyframes mouseenterHorizontal {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes mouseleaveHorizontal {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.secondary_btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.1s ease-in-out;
  padding: 0.5em 1.5em;
  font-weight: 600;
  text-align: center;
  background: #c20b0b;
  z-index: 0;
}
.secondary_btn .ion-icon {
  line-height: 1;
}
.secondary_btn:hover {
  color: #000;
}
.secondary_btn span {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.secondary_btn span.enter {
  animation: mouseenterHorizontal 0.3s;
  animation-fill-mode: forwards;
}
.secondary_btn span.leave {
  animation: mouseleaveHorizontal 0.3s;
  animation-fill-mode: forwards;
}

.secondary_btn_dark {
  display: inline-block;
  text-align: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  padding: 0.5em 1em;
  font-weight: 600;
  text-align: center;
  background: #c20b0b;
}
.secondary_btn_dark .ion-icon {
  line-height: 1;
}
.secondary_btn_dark:hover {
  color: #fff;
}
.secondary_btn_dark span {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #191919;
  z-index: -1;
}
.secondary_btn_dark span.enter {
  animation: mouseenterHorizontal 0.3s;
  animation-fill-mode: forwards;
}
.secondary_btn_dark span.leave {
  animation: mouseleaveHorizontal 0.3s;
  animation-fill-mode: forwards;
}

.page-info {
  width: 100%;
  height: 30vh;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.page-info .container {
  position: relative;
  z-index: 1;
}
.page-info .page-title {
  text-align: center;
  color: #fff;
  font-size: 3em;
  font-family: "Libre Caslon Text", serif;
}
.page-info .page-map {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-info .page-map .link {
  color: #fff;
  border-radius: 0.25em;
  padding: 0.15em 0.5em;
  transition: 0.1s ease-in-out;
}
.page-info .page-map .link:hover {
  color: #c20b0b;
  background: #fff;
}
.page-info .page-map i {
  color: #c20b0b;
  margin: 0 0.5em;
}
.page-info .page-map .link_this {
  color: rgba(255, 255, 255, 0.8);
}

.page-link {
  color: #585858;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.1s ease-in-out;
}
.page-link:active, .page-link:focus {
  box-shadow: none;
}
.page-link:hover {
  color: #fff;
  background: #fff;
}
.page-link span {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c20b0b;
  z-index: -1;
}
.page-link span.enter {
  animation: mouseenterVertical 0.5s;
  animation-fill-mode: forwards;
}
.page-link span.leave {
  animation: mouseleaveVertical 0.5s;
  animation-fill-mode: forwards;
}

/* Start of Preloader */
.hid {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow: hidden;
}

.vertical-centered-box {
  position: fixed;
  width: 100%;
  height: 100vh;
  text-align: center;
  z-index: 9999;
  background-color: #fff;
}

.vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}

.loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
  margin-left: -60px;
  margin-top: -60px;
}

.loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  animation: rotate 1.2s infinite linear;
}

.loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
}

lesshat-selector {
  -lh-property: 0;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[not-existing] {
  zoom: 1;
}

lesshat-selector {
  -lh-property: 0;
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
[not-existing] {
  zoom: 1;
}

lesshat-selector {
  -lh-property: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[not-existing] {
  zoom: 1;
}

body.hidden-scrolling {
  overflow-y: hidden;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-radius: 4px;
  position: relative;
  z-index: 999;
  background: #fff;
}

.nav-menu {
  padding: 0 15px;
  margin: 0 auto;
}

.menu > .menu-item {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}

.menu > .menu-item > a {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  transition: all 0.3s ease;
}

.menu > .menu-item > a .plus {
  display: inline-block;
  height: 12px;
  width: 12px;
  position: relative;
  margin-left: 5px;
  pointer-events: none;
}

.menu > .menu-item > a .plus:before,
.menu > .menu-item > a .plus:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  background-color: #000;
  height: 2px;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.menu > .menu-item:hover > a .plus:before,
.menu > .menu-item:hover > a .plus:after {
  background-color: #c20b0b;
}

.menu > .menu-item > a .plus:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.menu > .menu-item > .sub-menu > .menu-item > a:hover,
.menu > .menu-item:hover > a {
  color: #c20b0b;
}

.menu > .menu-item > .sub-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 220px;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px 0;
  border-top: 3px solid #c20b0b;
  transform: translateY(10px);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  background: #fff;
}

@media (min-width: 992px) {
  .menu > .menu-item-has-children:hover > .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .menu > .menu-item-has-children:hover > a .plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
.menu > .menu-item > .sub-menu > .menu-item {
  display: block;
}

.menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.open-nav-menu {
  height: 34px;
  width: 40px;
  margin-right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  align-self: flex-start;
  justify-self: flex-start;
}

.open-nav-menu span {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #000;
  position: relative;
}

.open-nav-menu span:before,
.open-nav-menu span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  box-sizing: border-box;
}

.open-nav-menu span:before {
  top: -7px;
}

.open-nav-menu span:after {
  top: 7px;
}

.close-nav-menu {
  height: 40px;
  width: 40px;
  background-color: #fff;
  margin: 0 0 15px 15px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}

.close-nav-menu img {
  width: 16px;
}

.menu-overlay {
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

/* responsive */
@media (max-width: 991px) {
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  .nav-menu {
    position: fixed;
    right: -280px;
    visibility: hidden;
    width: 280px;
    height: 100%;
    top: 0;
    overflow-y: auto;
    background-color: #222222;
    z-index: 999 !important;
    padding: 15px 0;
    transition: all 0.5s ease;
  }
  .nav-menu.open {
    visibility: visible;
    right: 0px;
  }
  .menu > .menu-item {
    display: block;
    margin: 0;
  }
  .menu > .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu > .menu-item > a {
    color: #ffffff;
    padding: 12px 15px;
    border-bottom: 1px solid #333333;
  }
  .menu > .menu-item:first-child > a {
    border-top: 1px solid #333333;
  }
  .menu > .menu-item > a .plus:before,
  .menu > .menu-item > a .plus:after {
    background-color: #ffffff;
  }
  .menu > .menu-item-has-children.active > a .plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .menu > .menu-item > .sub-menu {
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    border: none;
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
    padding: 0px;
    left: auto;
    top: auto;
    max-height: 0;
    overflow: hidden;
  }
  .menu > .menu-item > .sub-menu > .menu-item > a {
    padding: 12px 45px;
    color: #ffffff;
    border-bottom: 1px solid #333333;
  }
  .close-nav-menu,
  .open-nav-menu {
    display: flex;
  }
}
.header {
  position: relative;
  z-index: 999 !important;
  z-index: 5;
}

.header-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-top .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top .logo i {
  font-size: 3em;
  color: #c20b0b;
  margin-right: 0.25em;
}
.header-top .logo .logo__name {
  font-size: 1em;
  font-weight: 600;
  color: #000;
}
.header-top .info-block__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25em 0;
}
.header-top .info-block__item i {
  font-size: 1.5em;
  color: #c20b0b;
}
.header-top .info-block__item .info-block__text {
  display: flex;
  flex-direction: column;
  margin: 0 0.5em;
}
.header-top .info-block__item .info-block__text span {
  font-size: 0.8em;
}
.header-top .info-block__item .info-block__text a {
  font-size: 0.9em;
  font-weight: 600;
  color: #000;
}
.header-top .info-block__item .info-block__text .time {
  font-size: 0.9em;
  font-weight: 600;
}
.header-top .header__social {
  display: flex;
  flex-wrap: wrap;
}
.header-top .header__social a {
  color: #585858;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  position: relative;
  overflow: hidden;
  transition: 0.1s ease-in-out;
}
.header-top .header__social a:hover {
  color: #fff;
}
.header-top .header__social a span {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c20b0b;
  z-index: -1;
}
.header-top .header__social a span.enter {
  animation: mouseenterVertical 0.5s;
  animation-fill-mode: forwards;
}
.header-top .header__social a span.leave {
  animation: mouseleaveVertical 0.5s;
  animation-fill-mode: forwards;
}

@keyframes mouseenterVertical {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@keyframes mouseleaveVertical {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
#container {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

#slides {
  position: relative;
  width: 100%;
  height: 100%;
}
#slides .slide {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}
#slides .slide .slide_title {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1em;
  padding-top: 5px;
  font-size: 5em;
  color: #fff;
  overflow: hidden;
}
#slides .slide .slide_title .title-text {
  display: block;
  transform: translateY(1.2em);
  transition: transform 1s ease-in-out;
}
#slides .slide .slide-partial {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 1s ease-in-out;
}
#slides .slide .slide-partial img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease-in-out;
}
#slides .slide .slide-left {
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
#slides .slide .slide-left img {
  top: 0;
  right: 0;
  -o-object-position: 100% 50%;
     object-position: 100% 50%;
  transform: translateX(50%);
}
#slides .slide .slide-right {
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition-delay: 0.2s;
}
#slides .slide .slide-right img {
  top: 0;
  left: 0;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
  transition-delay: 0.2s;
  transform: translateX(-50%);
}
#slides .slide.active .slide_title .title-text {
  transform: translate(0);
  transition-delay: 0.3s;
}
#slides .slide.active .slide-partial,
#slides .slide.active .slide-partial img {
  transform: translateX(0);
}

#slide-select {
  position: absolute;
  bottom: 1em;
  left: 1em;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 1.5em;
  font-weight: lighter;
  color: white;
}
#slide-select li {
  position: relative;
  cursor: pointer;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
}
#slide-select li.prev {
  width: 1em;
  height: 1em;
  border: 3px solid #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-45deg);
}
#slide-select li.next {
  width: 1em;
  height: 1em;
  border: 3px solid #fff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg);
}
#slide-select .selector {
  height: 14px;
  width: 14px;
  border: 2px solid white;
  background-color: transparent;
  transition: background-color 0.5s ease-in-out;
}
#slide-select .selector.current {
  background-color: #c20b0b;
}

.news .news-item {
  box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 1em;
}
.news .news-item:hover {
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.25);
}
.news .news-item:hover .news-item__img {
  filter: grayscale(100%);
}
.news .news-item:hover .news-item__img::before {
  top: 400px;
  left: -100px;
}
.news .news-item__img {
  height: 250px;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}
.news .news-item__img::before {
  position: absolute;
  top: -200px;
  left: -1000px;
  transform: rotate(-30deg);
  content: "";
  display: block;
  width: 1600px;
  height: 100px;
  background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
  transition: 0.5s ease-in-out;
}
.news .news-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news-item__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news-item__content {
  padding: 3.5em 1em 1.5em 1em;
  position: relative;
}
.news .news-item__content .news_item_date {
  width: 5em;
  height: 5em;
  background: #c20b0b;
  position: absolute;
  top: -2.5em;
  left: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
.news .news-item__content .news_item_date .day {
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  font-family: "Libre Caslon Text", serif;
}
.news .news-item__content .news_item_date .wrap {
  color: #fff;
}
.news .news-item__content .subtitle {
  margin: 0;
  margin-bottom: 0.5em;
}
.news .news-item__content .description {
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Roboto", sans-serif;
}
.news .news-item__content .more_btn {
  text-decoration: underline;
  color: #c20b0b;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
}
.news .primary_btn {
  background: #f5f3f0;
}

.mh-skills {
  background: #f5f3f0;
}
.mh-skills h3 {
  text-align: center;
}
.mh-skills .mh-professional-skill {
  color: #000;
}
.mh-skills .mh-professional-skill .each-skills {
  padding: 0.5em;
}
.mh-skills .mh-professional-skill .each-skills .candidatos {
  position: relative;
  margin-bottom: 1.75em;
  font-family: "Poppins", sans-serif;
}
.mh-skills .mh-professional-skill .each-skills .candidatos .parcial {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.mh-skills .mh-professional-skill .each-skills .candidatos .parcial .percentagem {
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  background: #c20b0b;
  transition: 0.3s all;
  animation: animationProgress;
  font-family: "Poppins", sans-serif;
  border-radius: 10px;
}
.mh-skills .mh-professional-skill .each-skills .candidatos .parcial .info {
  position: relative;
  font-family: "Poppins", sans-serif;
}
.mh-skills .mh-professional-skill .each-skills .candidatos .parcial .info .nome {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.9;
  font-family: "Poppins", sans-serif;
}
.mh-skills .mh-professional-skill .each-skills .candidatos .parcial .info .parcentage-num {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: normal;
}
.mh-skills .mh-professional-skill .each-skills .candidatos .parcial .progressBar {
  position: relative;
  width: 100%;
  height: 7px;
  margin: 30px 0 2px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}
.mh-skills .mh-professional-progress {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5em;
}
.mh-skills .mh-professional-progress li {
  text-align: center;
  min-width: 120px;
  min-height: 120px;
  margin: 0.25em;
}
.mh-skills .mh-professional-progress li .mh-progress {
  margin-bottom: 1em;
  color: #000;
}
.mh-skills .mh-professional-progress li .mh-progress .progressbar-text {
  color: inherit !important;
  font-family: "Poppins", sans-serif;
}
.mh-skills .mh-professional-progress li .mh-progress path:nth-child(1) {
  stroke: rgba(0, 0, 0, 0.4);
}
.mh-skills .mh-professional-progress li .mh-progress path:nth-child(2) {
  stroke: #c20b0b !important;
}
.mh-skills .progress.progress-line .progressbar-text {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 60px;
  transform: translateY(-35%);
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.precentual {
  animation-name: animationProgress;
}

@keyframes animationProgress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.services {
  padding: 5em 0 3em 0;
  background: #f5f3f0;
}
.services .service-item {
  width: 350px;
  height: 320px;
  margin-bottom: 2em;
  position: relative;
}
.services .service-item:hover .front {
  transform: rotateY(180deg);
}
.services .service-item:hover .back {
  transform: rotateY(0deg);
}
.services .service-item .front {
  display: none;
  background: #fff;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out;
  transform-style: preserve-3d;
  perspective: 1000;
  padding: 1em;
}
.services .service-item .front__img {
  width: 5em;
  height: 5em;
  background: #c20b0b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .service-item .front__img i {
  font-size: 3em;
  color: #fff;
}
.services .service-item .front__content .item_title {
  display: block;
  margin: 1em 0;
  font-family: "Libre Caslon Text", serif;
}
.services .service-item .front__content .description {
  line-height: 1.75;
}
.services .service-item .back {
  transform: rotateY(180deg);
  transition: 0.5s ease-in-out transform;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  perspective: 150%;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  padding: 1em;
}
.services .service-item .back::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.services .service-item .back .back__head {
  display: flex;
  align-items: center;
  justify-content: left;
  width: 100%;
  margin-bottom: 1em;
}
.services .service-item .back .back__head .back__head--img {
  width: 5em;
  height: 5em;
  display: block;
  background: #fff;
  border-radius: 50%;
  color: #c20b0b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .service-item .back .back__head .back__head--img i {
  font-size: 3em;
}
.services .service-item .back .back__head .item_title {
  color: #fff;
  font-size: 1.5em;
  font-family: "Libre Caslon Text", serif;
  margin: 0 0 0 1em;
}
.services .service-item .back .description {
  color: #fff;
}

.works .works_items {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.works .works_items .works_item {
  width: 100%;
  height: 400px;
  background: red;
  position: relative;
  overflow: hidden;
}
.works .works_items .works_item .secondary_btn_dark {
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.works .works_items .works_item:hover img {
  transform: scale(1.1);
  filter: grayscale(1);
}
.works .works_items .works_item:hover .works_item__info {
  bottom: -100%;
}
.works .works_items .works_item:hover .secondary_btn_dark {
  top: 50%;
  opacity: 1;
}
.works .works_items .works_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.works .works_items .works_item__info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  padding: 0.5em 1em;
  transition: 0.3s ease-in-out;
}
.works .works_items .works_item__info .item_title {
  color: #fff;
  font-size: 1.5em;
  font-family: "Libre Caslon Text", serif;
  margin-bottom: 0.5em;
}
.works .works_items .works_item__info .item_subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
}
.works .works_items .works_item__info .item_subtitle span {
  font-weight: 600;
  color: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
}
.works .works_items .works_item__info .item_subtitle span::after {
  position: absolute;
  right: -2.5em;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 2em;
  height: 0.15em;
  background: #c20b0b;
}

.owl-controls {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 10;
  text-align: center;
}

.owl-controls .owl-dot {
  display: inline-block;
}

.owl-controls .owl-dot span {
  background-color: #333;
  border-radius: 30px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  width: 12px;
  filter: Alpha(Opacity=500); /*IE7 fix*/
  opacity: 0.5;
}

.owl-controls .owl-dot.active span,
.owl-controls .owl-dot:hover span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
}

.counter_section {
  position: relative;
  background: #c20b0b;
  z-index: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.counter_section .bg_counters {
  position: absolute;
  left: 0%;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  background: linear-gradient(to top, rgba(194, 11, 11, 0.5), rgba(194, 11, 11, 0.75));
  z-index: 1;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1);
}
.counter_section .bg_one {
  left: -32%;
}
.counter_section .bg_three {
  left: 32%;
}
.counter_section .counter_items {
  width: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.counter_section .counter_items .counter_item {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 1.5em 3em;
  margin: 1em;
  transition: 0.3s ease-in-out;
}
.counter_section .counter_items .counter_item:hover {
  transform: translateY(-0.75em);
}
.counter_section .counter_items .counter_item .counter_head i {
  font-size: 1.75em;
}
.counter_section .counter_items .counter_item .counter_head .counter_block span {
  font-size: 2em;
  font-family: "Libre Caslon Text", serif;
}
.counter_section .counter_items .counter_item .counter_head .counter_block .counter {
  font-weight: 500;
  margin: 0 0 0.25em 0;
}
.counter_section .counter_items .counter_item .item_subtitle {
  display: block;
  font-size: 1.5em;
  font-family: "Roboto", sans-serif;
  margin: 0.3em 0;
}

.img_gallery {
  background: #f5f3f0;
  padding-bottom: 10em;
}

.honeycomb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  transform: translateY(34.375px);
  transition: 0.3s ease-in-out;
}
.honeycomb-cell {
  flex: 0 1 250px;
  max-width: 250px;
  height: 137.5px;
  margin: 65.4761904762px 12.5px 25px;
  position: relative;
  padding: 0.5em;
  text-align: center;
  z-index: 1;
}
.honeycomb-cell__title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1.75em;
  transition: opacity 350ms;
}
.honeycomb-cell__title > small {
  font-weight: 300;
  margin-top: 0.25em;
}
.honeycomb-cell__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s ease-in-out;
}
.honeycomb-cell::before, .honeycomb-cell::after {
  content: "";
}
.honeycomb-cell::before, .honeycomb-cell::after, .honeycomb-cell__image {
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: -1;
}
.honeycomb-cell::before {
  background: #fff;
  transform: scale(1.055);
  transition: ease-in-out 0.3s;
}
.honeycomb-cell::after {
  background: rgba(194, 11, 11, 0.5);
  opacity: 0.5;
  transition: opacity 350ms;
}
.honeycomb-cell:hover .honeycomb-cell__title {
  opacity: 0;
}
.honeycomb-cell:hover::before {
  background: #c20b0b;
}
.honeycomb-cell:hover::after {
  opacity: 0;
}
.honeycomb__placeholder {
  display: none;
  opacity: 0;
  width: 250px;
  margin: 0 12.5px;
}

@media (max-width: 550px) {
  .honeycomb-cell {
    margin: 81.25px 25px;
  }
}
@media (min-width: 550px) and (max-width: 825px) {
  .honeycomb-cell:nth-child(3n) {
    margin-right: calc(50% - 125px);
    margin-left: calc(50% - 125px);
  }
  .honeycomb__placeholder:nth-child(3n+5) {
    display: block;
  }
}
@media (min-width: 825px) and (max-width: 1100px) {
  .honeycomb-cell:nth-child(5n+4) {
    margin-left: calc(50% - 275px);
  }
  .honeycomb-cell:nth-child(5n+5) {
    margin-right: calc(50% - 275px);
  }
  .honeycomb__placeholder:nth-child(5n),
  .honeycomb__placeholder:nth-child(5n+3) {
    display: block;
  }
}
@media (min-width: 1100px) {
  .honeycomb-cell:nth-child(7n+5) {
    margin-left: calc(50% - 400px);
  }
  .honeycomb-cell:nth-child(7n+7),
  .honeycomb-cell:nth-child(7n+5):nth-last-child(2) {
    margin-right: calc(50% - 400px);
  }
  .honeycomb__placeholder:nth-child(7n+7),
  .honeycomb__placeholder:nth-child(7n+9),
  .honeycomb__placeholder:nth-child(7n+11) {
    display: block;
  }
}
.my-gallery {
  width: 100%;
  display: flex;
}
.my-gallery figure {
  display: block;
  width: 250px;
  height: 250px;
  margin: 1em;
}
.my-gallery figure:hover a img {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 90% 100%, 0% 100%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 90% 100%, 0% 100%, 0% 100%, 0% 100%);
}
.my-gallery figure:hover a video {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 90% 100%, 0% 100%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 90% 100%, 0% 100%, 0% 100%, 0% 100%);
}
.my-gallery figure a {
  display: block;
  width: 100%;
  height: 100%;
}
.my-gallery figure a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0% 10%, 10% 10%, 10% 0%, 90% 0%, 90% 10%, 100% 10%, 100% 90%, 90% 90%, 90% 100%, 10% 100%, 10% 90%, 0% 90%);
          clip-path: polygon(0% 10%, 10% 10%, 10% 0%, 90% 0%, 90% 10%, 100% 10%, 100% 90%, 90% 90%, 90% 100%, 10% 100%, 10% 90%, 0% 90%);
  transition: 0.3s ease-in-out;
}
.my-gallery figure a video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0% 10%, 10% 10%, 10% 0%, 90% 0%, 90% 10%, 100% 10%, 100% 90%, 90% 90%, 90% 100%, 10% 100%, 10% 90%, 0% 90%);
          clip-path: polygon(0% 10%, 10% 10%, 10% 0%, 90% 0%, 90% 10%, 100% 10%, 100% 90%, 90% 90%, 90% 100%, 10% 100%, 10% 90%, 0% 90%);
  transition: 0.3s ease-in-out;
}

.pswp__zoom-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pswp__zoom-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact .section_title {
  text-align: left;
}
.contact .section_title span::before {
  display: none;
}
.contact .title {
  text-align: left;
  font-size: 1.75em;
  line-height: 1.3em;
  padding: 0;
  margin-bottom: 1em;
}
.contact .contact_map {
  width: 100%;
  height: 100%;
}
.contact .contact_map iframe {
  width: 100%;
  height: 320px;
}
.contact .contact_block {
  width: 100%;
  height: 100%;
}
.contact .contact_block .description {
  padding: 0;
}
.contact .contact_block input,
.contact .contact_block textarea {
  border: 1px solid transparent;
  outline: none;
  box-shadow: none;
  background: #f5f3f0;
}
.contact .contact_block input:active, .contact .contact_block input:focus, .contact .contact_block input:hover,
.contact .contact_block textarea:active,
.contact .contact_block textarea:focus,
.contact .contact_block textarea:hover {
  border: 1px solid #c20b0b;
  outline: none;
  box-shadow: none;
}
.contact .contact_block button[type=submit] {
  width: 100%;
  background: #f5f3f0;
}

.content {
  background: #f5f3f0;
}
.content .wrapper {
  background: #fff;
}
.content .navigation_menu {
  padding: 1em;
}
.content .navigation_menu .navigation_menu__link {
  display: block;
  padding: 0.5em;
  font-size: 1.2em;
  color: #000;
  transition: 0.3s ease-in-out;
  margin: 0.5em 0;
  background: #f5f3f0;
}
.content .navigation_menu .navigation_menu__link:hover, .content .navigation_menu .navigation_menu__link.active {
  color: #fff;
  background: #c20b0b;
}
.content .recent-news {
  padding: 1em;
}
.content .recent-news__item {
  margin: 1em 0;
  display: flex;
  justify-content: center;
}
.content .recent-news__item:hover .news-info .news-title {
  color: #c20b0b;
}
.content .recent-news__item img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .recent-news__item .news-info .news-title {
  font-size: 1em;
  color: #000;
  font-family: "Libre Caslon Text", serif;
  font-weight: 600;
}
.content .recent-news__item .news-info .date {
  color: rgba(0, 0, 0, 0.75);
  margin-top: 0.5em;
}
.content .content-main {
  padding: 1em;
}
.content .content-main .img_wrapper {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.content .content-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.social {
  background: #fff;
  position: relative;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
.social a {
  color: #585858;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  position: relative;
  overflow: hidden;
  transition: 0.1s ease-in-out;
}
.social a:hover {
  color: #fff;
}
.social a span {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c20b0b;
  z-index: -1;
}
.social a span.enter {
  animation: mouseenterVertical 0.5s;
  animation-fill-mode: forwards;
}
.social a span.leave {
  animation: mouseleaveVertical 0.5s;
  animation-fill-mode: forwards;
}

.footer {
  position: relative;
  background: #1b1b1b;
  z-index: 0;
  overflow: hidden;
}
.footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .logo i {
  font-size: 3em;
  color: #c20b0b;
  margin-right: 0.25em;
}
.footer .logo .logo__name {
  font-size: 1em;
  font-weight: 600;
  color: #fff;
}
.footer .subtitle {
  color: #fff;
  font-size: 1.25em;
  font-family: "Libre Caslon Text", serif;
  font-weight: 600;
  position: relative;
}
.footer .subtitle::before {
  content: "";
  display: block;
  width: 2.5em;
  height: 0.15em;
  background: #c20b0b;
  position: absolute;
  bottom: -0.5em;
}
.footer h6 {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
.footer .description {
  margin: 1em 0;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 0.9em;
  line-height: 1.75;
}
.footer .description i {
  color: #c20b0b;
}
.footer .container {
  position: relative;
  z-index: 2;
}
.footer .bg_counters {
  position: absolute;
  left: 0%;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  background: linear-gradient(to top, #1d1d1d, #1f1f1f);
  z-index: 1;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1);
}
.footer .bg_one {
  left: -32%;
}
.footer .bg_three {
  left: 32%;
}
.footer .subscribe {
  width: 100%;
  display: flex;
}
.footer .subscribe .form-group input {
  width: 100%;
  border: 1px solid transparent;
  outline: none;
  box-shadow: none;
  background: #f5f3f0;
}
.footer .subscribe .form-group input:active, .footer .subscribe .form-group input:focus, .footer .subscribe .form-group input:hover {
  border: 1px solid #c20b0b;
  outline: none;
  box-shadow: none;
}
.footer .subscribe button[type=submit] {
  display: block;
  width: 2.4em;
  height: 2.4em;
  background: #c20b0b;
  overflow: hidden;
}
.footer .subscribe button[type=submit]:hover i {
  animation: hoverIcon 0.3s forwards;
}
.footer .subscribe button[type=submit] i {
  color: #fff;
}
.footer .footer__social {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer__social a {
  color: #585858;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  position: relative;
  overflow: hidden;
  transition: 0.1s ease-in-out;
}
.footer .footer__social a:hover {
  color: #fff;
}
.footer .footer__social a span {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c20b0b;
  z-index: -1;
}
.footer .footer__social a span.enter {
  animation: mouseenterVertical 0.5s;
  animation-fill-mode: forwards;
}
.footer .footer__social a span.leave {
  animation: mouseleaveVertical 0.5s;
  animation-fill-mode: forwards;
}
.footer .footer_social_news .link {
  display: block;
  width: 4em;
  height: 4em;
  overflow: hidden;
  margin: 0.5em;
}
.footer .footer_social_news .link:hover::before {
  opacity: 1;
}
.footer .footer_social_news .link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(194, 11, 11, 0.5);
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.footer .footer_social_news .link img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .footer_copy_text {
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

@keyframes hoverIcon {
  0% {
    transform: translate(0, 0em);
  }
  20% {
    transform: translate(0, -3em);
  }
  40% {
    transform: translate(5em, -3em);
  }
  60% {
    transform: translate(5em, 3em);
  }
  80% {
    transform: translate(0, 3em);
  }
  100% {
    transform: translate(0, 0em);
  }
}
@media (max-width: 1367px) {
  .paddingX {
    padding: 0 3em;
  }
  .title {
    padding: 0 5em;
  }
}
@media (max-width: 1200px) {
  .paddingX {
    padding: 0 3em;
  }
  .title {
    padding: 0 4em;
  }
  .service-item {
    width: 320px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .paddingX {
    padding: 0 2em;
  }
  .title {
    padding: 0 3em;
  }
  .header_slider #container #slides .slide .slide_title {
    font-size: 3em;
    left: 0.25em;
  }
}
@media (max-width: 767px) {
  .paddingX {
    padding: 0 1em;
  }
  .title {
    padding: 0 1em;
  }
}
@media (max-width: 500px) {
  .paddingX {
    padding: 0 0.25em;
  }
  .title {
    padding: 0 0.5em;
  }
}/*# sourceMappingURL=main.css.map */