@charset "UTF-8";

@font-face {
  font-family: "archivolight";
  src: url("../fonts/archivo-light-webfont.eot");
  src: url("../fonts/archivo-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/archivo-light-webfont.woff2") format("woff2"),
    url("../fonts/archivo-light-webfont.woff") format("woff"),
    url("../fonts/archivo-light-webfont.ttf") format("truetype"),
    url("../fonts/archivo-light-webfont.svg#archivolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "archivomedium";
  src: url("../fonts/archivo-medium-webfont.eot");
  src: url("../fonts/archivo-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/archivo-medium-webfont.woff2") format("woff2"),
    url("../fonts/archivo-medium-webfont.woff") format("woff"),
    url("../fonts/archivo-medium-webfont.ttf") format("truetype"),
    url("../fonts/archivo-medium-webfont.svg#archivomedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "archivosemibold";
  src: url("../fonts/archivo-semibold-webfont.eot");
  src: url("../fonts/archivo-semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/archivo-semibold-webfont.woff2") format("woff2"),
    url("../fonts/archivo-semibold-webfont.woff") format("woff"),
    url("../fonts/archivo-semibold-webfont.ttf") format("truetype"),
    url("../fonts/archivo-semibold-webfont.svg#archivosemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "switzerregular";
  src: url("../fonts/switzer-regular-webfont.eot");
  src: url("../fonts/switzer-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/switzer-regular-webfont.woff2") format("woff2"),
    url("../fonts/switzer-regular-webfont.woff") format("woff"),
    url("../fonts/switzer-regular-webfont.ttf") format("truetype"),
    url("../fonts/switzer-regular-webfont.svg#switzerregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "switzersemibold";
  src: url("../fonts/switzer-semibold-webfont.eot");
  src: url("../fonts/switzer-semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/switzer-semibold-webfont.woff2") format("woff2"),
    url("../fonts/switzer-semibold-webfont.woff") format("woff"),
    url("../fonts/switzer-semibold-webfont.ttf") format("truetype"),
    url("../fonts/switzer-semibold-webfont.svg#switzersemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "switzerregular", var(--default-font-family);
}
.footer h3 {
  font-family: "switzersemibold", var(--default-font-family);
}
.title_box,
a.cta_link,
.offer-title {
  font-family: "archivosemibold", var(--default-font-family);
}
.title_box__xl :is(h1, h2) {
  font-family: "archivolight", var(--default-font-family);
}
.carousel-title,
.footer_contact {
  font-family: "archivomedium", var(--default-font-family);
}

:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
  --size: 15px;
  --white: #fff;
  --black: #000;
  --main-color: #000; /* text */
  --main-color-hover: #104bad; /* text hover */
  --main-bg-color: #fff; /* bg */
  --main-bg-color-grey: #02225f; /* tmavo modra */
  --main-bg-color-grey-light: #ebecf5; /* svetlo modra */
  --main-bg-color-custom: #104bad; /* modra */
  --bg-color-red: 0;
  --bg-color-green: 0;
  --bg-color-blue: 0;
  --dark-overlay: rgba(0, 0, 0, 0.5);
}

html {
  font-size: 18px;
}
body {
  color: var(--main-color);
  -webkit-font-smoothing: antialiased;
  background-color: var(--main-bg-color);
}
h1,
h2,
h3,
h4 {
  line-height: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a:link,
a:visited {
  color: var(--main-color);
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out,
    border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  text-decoration: none;
  border-bottom: solid 1px;
}
a:hover {
  color: var(--main-color-hover);
  border-bottom-color: transparent;
}
a.cta_link {
  position: relative;
  font-size: 2rem;
  text-align: center;
  border-bottom: 0;
  overflow: hidden;
  isolation: isolate;
}
a.cta_link__a {
  color: var(--white);
  background-color: var(--main-bg-color-custom);
}
a.cta_link:before {
  position: absolute;
  top: 0;
  left: -5px;
  width: 0;
  height: 100%;
  content: "";
  z-index: -1;
  opacity: 0;
}
a.cta_link__a:before {
  background-color: var(--main-bg-color-grey);
}
a.cta_link:hover:before {
  width: 110%;
  opacity: 1;
}
a.cta_link i {
  position: relative;
  top: -0.1em;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Base-styles ............................. */

.content {
  position: relative;
  overflow: hidden;
}
.box_margin {
  margin-bottom: calc(var(--size) * 2);
}
.box_margin2 {
  margin-bottom: var(--size);
}
.box_margin3 {
  margin-bottom: calc(var(--size) * 4);
}
.box_padding {
  padding-left: calc(var(--size) * 6);
  padding-right: calc(var(--size) * 6);
}
.box_padding_vertical {
  padding-top: calc(var(--size) * 6.66);
  padding-bottom: calc(var(--size) * 6.66);
}
.img-object-fit {
  object-fit: cover;
}
.higher-z-index {
  z-index: 100;
}
.isolation {
  isolation: isolate;
}
.custom-relative {
  position: absolute;
}
.container_bg__light {
  background-color: var(--main-bg-color-grey-light);
}
.container_bg__dark {
  background-color: var(--main-bg-color-grey);
}
.container_bg__custom {
  background-color: var(--main-bg-color-custom);
}
.container_bg_img {
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
}

.title_box {
  position: relative;
}
.text-white .title_box {
  color: var(--white);
}
.title_box > * {
  position: relative;
  line-height: 1.2em;
}
.title_box :is(h1, h2) {
  font-size: calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320)));
  color: #2b2164;
}
.title_box__xl :is(h1, h2) {
  font-size: calc(55px + (110 - 55) * ((100vw - 320px) / (1920 - 320)));
  color: #2b2164;
}
.title_box small {
  font-size: inherit;
  color: var(--main-bg-color-custom);
}

/* Animate */

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.zoomOut {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/* Header ............................................................... */

.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1000;
}
.header.scroll {
  position: fixed;
  background-color: var(--main-bg-color);
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
  animation: animateNav 0.4s linear;
}
@keyframes animateNav {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.main_logo {
  margin-right: 110px;
  z-index: 100;
}
.main_logo img {
  width: 220px;
}
.main_logo.scroll img {
  width: 140px;
}

.mainNavigation {
  padding: 0;
}
.mainNavigation .navbar-nav {
  margin: 0;
}
.mainNavigation a.nav-link {
  position: relative;
  font-size: 1rem;
  color: #2b2164 !important;
  line-height: 40px;
  margin-right: 50px;
  padding: 0 !important;
  border-bottom: 0;
}
.mainNavigation .nav-item:last-child a.nav-link {
  margin-right: 0 !important;
}
.mainNavigation a.nav-link span {
  position: relative;
  display: inline-block;
}
.mainNavigation a.nav-link span:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--main-color-hover);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.mainNavigation a.nav-link:hover span:after {
  width: 100%;
  opacity: 1;
}

/* Rslider ............................................................... */

.slider-wrapper .owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slider-wrapper .owl-carousel .owl-animated-in {
  z-index: 0;
}
.slider-wrapper .owl-carousel .owl-animated-out {
  z-index: 1;
}
.fadeOutScale {
  animation-name: fadeOutScale;
}
@keyframes fadeOutScale {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeInScale {
  animation-name: fadeInScale;
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slider-wrapper {
  width: 100%;
  height: 80vh;
}
.slider-wrapper .owl-carousel,
.slider-wrapper .item {
  height: 80vh;
}
.slider-wrapper-in {
  height: 40vh;
}
.slider-wrapper-in .owl-carousel,
.slider-wrapper-in .item {
  height: 40vh;
}
.carousel-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.25);
}
.carousel-content:before,
.carousel-content:after {
  content: "";
  position: absolute;
  top: 10%;
  left: -150px;
  width: 40%;
  height: 55%;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.carousel-content:before {
  background-color: rgba(16, 75, 173, 0.65);
  z-index: -1;
}
.carousel-content:after {
  background-color: rgba(2, 34, 95, 0.65);
  -webkit-transform: skewX(-25deg) translate(100px, 100px);
  transform: skewX(-25deg) translate(100px, 100px);
  z-index: -2;
}
.carousel-title {
  font-size: calc(32px + (70 - 32) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  padding-top: 30vh;
}
.slider-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

/* Main-Content ............................................................... */

/* About-Us */

.skew-image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  background-color: var(--main-bg-color-custom);
  -webkit-transform: skewX(-29deg) translate(-100px, 100px);
  transform: skewX(-29deg) translate(-100px, 100px);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  z-index: 0;
}

/* Offer */

.custom-offer-col {
  margin-bottom: 30px;
}
.offer-card-content {
  top: 0;
  left: 0;
  background-color: var(--dark-overlay);
  padding: 20px;
}
.offer-title {
  font-size: 2.33rem;
  line-height: 1.2;
  margin: 0;
}
.offer-title small {
  display: block;
  font-size: inherit;
  color: #91a3ff;
}
.offer-btn-container {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
a.offer-card .btn-outline-light {
  position: relative;
  color: var(--black);
  background-color: var(--white);
  border: 0;
  border-right: 10px solid var(--main-bg-color-custom);
  border-radius: 0;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  white-space: nowrap;
}
a.offer-card:hover .btn-outline-light {
  color: var(--white);
  border-color: var(--white);
}
a.offer-card .btn-outline-light:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: var(--main-bg-color-custom);
  opacity: 0;
}
a.offer-card:hover .btn-outline-light:before {
  width: 100%;
  opacity: 1;
}
a.offer-card .btn-outline-light > span {
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
}

/* Gallery */

.container-offset--right {
  margin-bottom: 30px;
  padding-left: calc(var(--size) * 6);
  padding-right: 0;
}
.gallery-row-1 {
  position: relative;
  width: calc(100% + 100px) !important;
}
.container-offset--left {
  padding-left: 0;
  padding-right: calc(var(--size) * 6);
}
.gallery-row-2 {
  position: relative;
  left: -100px;
  width: calc(100% + 115px) !important;
}
a.gallery_nav {
  background-color: var(--black);
}
a.gallery_nav:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* Footer ............................................................... */

.footer {
  font-size: 0.89rem;
}
.footer::before,
.footer::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: var(--main-bg-color-custom);
}
.footer::before {
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  -webkit-transform: skewX(-29deg);
  transform: skewX(-29deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.footer::after {
  bottom: 0;
  right: 0;
  width: 15%;
  height: 35%;
  -webkit-transform: skewX(-29deg);
  transform: skewX(-29deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.footer_top,
.footer_bottom {
  padding-left: 18.75%;
  padding-right: 18.75%;
}
.footer a {
  color: var(--white);
  border-bottom: 0;
}
.footer a:hover {
  color: #749de2;
}
.footer h3 {
  font-size: 0.77rem;
  line-height: inherit;
}
.footer_contact {
  font-size: 1.66rem;
  line-height: 1.2;
}
.footer_top_logo {
  max-width: 155px;
  filter: invert(1) brightness(2) saturate(0);
}
.footer_bottom {
  font-size: 0.77rem;
}
.footer .list-inline .list-inline-item:not(:last-child) {
  margin-right: 0.25rem;
}
.footer .list-inline .list-inline-item:not(:last-child):after {
  content: "|";
  padding-left: 0.5rem;
  color: var(--white);
}

/* Effects ............................. */

a,
a.cta_link,
a.cta_link:before,
.mainNavigation a.nav-link span:after,
a.offer-card .btn-outline-light,
a.offer-card .btn-outline-light:before,
a.plus-symbol:before,
a.plus-symbol:after,
a.gallery_nav img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* RESPONSIVE STRUCTURE
--------------------------------------- */

@media screen and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
  .main_logo {
    margin-right: 75px;
  }
  .main_logo img {
    width: 190px;
  }
  .mainNavigation a.nav-link {
    margin-right: 25px;
  }
  .offer-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 14px;
  }
  a.cta_link {
    font-size: 1.78rem;
  }
  .box_margin {
    margin-bottom: var(--size);
  }
  .box_margin3 {
    margin-bottom: calc(var(--size) * 2);
  }
  .box_padding {
    padding-left: calc(var(--size) * 5);
    padding-right: calc(var(--size) * 5);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 4.33);
    padding-bottom: calc(var(--size) * 4.33);
  }
  .row-smaller-gutters {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row-smaller-gutters > [class^="col-"],
  .row-smaller-gutters > [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header {
    padding-top: 215x;
    padding-bottom: 15px;
  }
  .main_logo {
    margin-right: 150px;
  }
  .main_logo img {
    width: 150px;
  }
  .main_logo.scroll img {
    width: 100px;
  }
  .mainNavigation a.nav-link {
    line-height: 36px;
    margin-right: 20px;
  }
  .carousel-content:before,
  .carousel-content:after {
    left: -100px;
  }
  .carousel-content:after {
    -webkit-transform: skewX(-25deg) translate(100px, 70px);
    transform: skewX(-25deg) translate(70px, 70px);
  }
  .carousel-title {
    padding-top: 20vh;
  }
  .skew-image-container::before {
    -webkit-transform: skewX(-29deg) translate(-70px, 70px);
    transform: skewX(-29deg) translate(-70px, 70px);
  }
  .custom-offer-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .custom-offer-col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .offer-btn-container {
    bottom: 40px;
  }
  a.offer-card .btn-outline-light {
    border-right-width: 6px;
  }
  .container-offset--right {
    margin-bottom: 20px;
    padding-left: calc(var(--size) * 5);
  }
  .gallery-row-1 {
    width: calc(100% + 70px) !important;
  }
  .container-offset--left {
    padding-right: calc(var(--size) * 5);
  }
  .gallery-row-2 {
    left: -70px;
    width: calc(100% + 85px) !important;
  }
  .footer_contact {
    font-size: 1.5rem;
  }
  .footer_top_logo {
    max-width: 110px;
  }
}

@media screen and (max-width: 1200px) {
  a.cta_link {
    font-size: 1.5rem;
  }
  .box_padding {
    padding-left: calc(var(--size) * 2);
    padding-right: calc(var(--size) * 2);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 3);
    padding-bottom: calc(var(--size) * 3);
  }
  .main_logo {
    margin-right: 45px;
  }
  .main_logo img {
    width: 120px;
  }
  .main_logo.scroll img {
    width: 90px;
  }
  .mainNavigation a.nav-link {
    font-size: 0.92rem;
    line-height: 32px;
  }
  .skew-image-container::before {
    -webkit-transform: skewX(-29deg) translate(-45px, 45px);
    transform: skewX(-29deg) translate(-45px, 45px);
  }
  .container-offset--right {
    padding-left: calc(var(--size) * 2);
  }
  .gallery-row-1 {
    width: calc(100% + 45px) !important;
  }
  .container-offset--left {
    padding-right: calc(var(--size) * 2);
  }
  .gallery-row-2 {
    left: -45px;
    width: calc(100% + 60px) !important;
  }
  .footer_contact {
    font-size: 1.35rem;
  }
}

@media screen and (max-width: 991px) {
  .box_margin3 {
    margin-bottom: var(--size);
  }
  .box_padding {
    padding-left: var(--size);
    padding-right: var(--size);
  }
  .box_padding_vertical {
    padding-top: calc(var(--size) * 2);
    padding-bottom: calc(var(--size) * 2);
  }
  .header {
    position: fixed !important;
    background-color: var(--main-bg-color);
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    -webkit-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.05);
    animation: none !important;
  }
  .header + div,
  .header + section {
    margin-top: 65px !important;
  }
  .header .navigation_wrapper {
    width: 100%;
  }
  .main_logo {
    position: absolute;
    top: 0 !important;
    left: 0;
    margin-right: 0;
  }
  .main_logo img {
    width: 100px !important;
  }
  .mainNavigation .nav-item {
    text-align: center;
    margin-left: 0;
  }
  .mainNavigation a.nav-link {
    font-size: 1rem;
    margin-right: 0;
    padding-left: 0 !important;
  }
  .mainNavigation a.nav-link:before {
    display: none;
  }
  .mainNavigation .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .language-selector {
    position: absolute;
    top: 0;
    right: 70px;
    padding-left: 0;
    border-left: 0;
  }
  .slider-wrapper {
    height: 500px;
  }
  .slider-wrapper .owl-carousel,
  .slider-wrapper .item {
    height: 500px;
  }
  .slider-wrapper-in {
    height: 250px;
  }
  .slider-wrapper-in .owl-carousel,
  .slider-wrapper-in .item {
    height: 250px;
  }
  .carousel-content {
    justify-content: center;
    text-align: center;
  }
  .carousel-content:before,
  .carousel-content:after {
    display: none;
  }
  .carousel-title {
    padding-top: 0;
  }
  .offer-title {
    font-size: 1.78rem;
  }
  .container-offset--right {
    padding-left: var(--size);
  }
  .gallery-row-1 {
    width: calc(100% + 30px) !important;
  }
  .container-offset--left {
    padding-right: var(--size);
  }
  .gallery-row-2 {
    left: -30px;
    width: calc(100% + 45px) !important;
  }
  .footer::before,
  .footer::after {
    display: none;
  }
  .footer_top,
  .footer_bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .custom-relative {
    position: relative;
  }
  .container_bg_img {
    left: 0 !important;
    right: initial !important;
    width: 100% !important;
    height: auto;
  }
  .skew-image-container::before {
    -webkit-transform: skewX(-29deg) translate(-30px, 30px);
    transform: skewX(-29deg) translate(-30px, 30px);
  }
  .container-offset--left,
  .container-offset--right {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .gallery-row-1,
  .gallery-row-2 {
    left: 0;
    width: calc(100% + 15px) !important;
  }
  .gallery_container {
    margin-bottom: 20px;
  }
  .footer {
    font-size: 1rem;
  }
}

#navbarNav a.hi span:after {
  width: 100%;
  opacity: 1;
}