@charset "UTF-8";
/* 
Theme name: Elite Trailers
Author: Roman Janál
Author's url: www.kolarikjan.czs
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  color: inherit;
  opacity: 1;
}

button {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  outline: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font);
  color: var(--blue);
  line-height: 1.25;
  font-weight: 500;
}

body {
  font-family: var(--font2);
  font-size: 1.3125rem;
  line-height: 1.55;
  font-weight: 400;
  color: var(--gray);
}
@media (max-width: 991px) {
  body {
    font-size: 1.125rem;
  }
}

h1 {
  font-size: 5.3125rem;
  letter-spacing: -0.0625rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  h1 {
    font-size: 3.75rem;
  }
}

h2 {
  font-size: 3.625rem;
  letter-spacing: -0.046875rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

h3 {
  font-size: 2.75rem;
  margin-bottom: 2rem;
  letter-spacing: -0.03125rem;
}
@media (max-width: 991px) {
  h3 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
}

h4 {
  font-size: 1.875rem;
  letter-spacing: -0.03125rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 991px) {
  h4 {
    font-size: 1.5rem;
    letter-spacing: -0.015625rem;
    margin-bottom: 1.5rem;
  }
}

h5 {
  font-size: 1.625rem;
  letter-spacing: -0.015625rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 991px) {
  h5 {
    margin-bottom: 1.25rem;
  }
}

h6 {
  font-size: 1.375rem;
  letter-spacing: -0.015625rem;
  margin-bottom: 1.75rem;
}
@media (max-width: 991px) {
  h6 {
    margin-bottom: 1.25rem;
  }
}

a {
  text-decoration: none;
  color: var(--blue);
}
a:hover {
  color: var(--blue);
  text-decoration: underline;
}

p:not(:last-child) {
  margin-bottom: 1rem;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1475px) {
  .container {
    max-width: 1432px;
  }
}

.owl-nav {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
}

.owl-nav button {
  width: 2.9375rem;
  height: 2.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.owl-nav button, .owl-nav button svg {
  transition: 0.15s;
}
.owl-nav button.owl-prev svg {
  transform: rotate(180deg);
}

.page-top {
  position: relative;
  background-color: var(--lighterblue);
}

.header {
  position: absolute;
  z-index: 2;
  background-color: rgba(7, 30, 66, 0.25);
  top: 0;
  left: 0;
  width: 100%;
}
.header-message {
  display: none;
}
.header-message.active {
  display: block;
}
.header-message-content {
  padding: 1.5rem 2rem 1.5rem 0;
  position: relative;
}
.header-message-content p {
  margin-bottom: 0;
}
.header-message-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}
.header-subpage {
  background-color: transparent;
}
.header-subpage .header-logo > a {
  filter: drop-shadow(1.364px 1.463px 46px rgba(0, 0, 0, 0.15));
}
.header-logo > a {
  background-color: var(--blue);
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1.25rem 1.875rem;
}
@media (max-width: 576px) {
  .header-logo > a {
    padding: 1.25rem 1.25rem;
  }
}
@media (max-width: 576px) {
  .header-logo {
    max-width: 75%;
  }
}
.header-logo img {
  min-height: 3rem;
  max-height: 3.8125rem;
  max-width: 14.25rem;
  width: 100%;
  margin-bottom: -0.75rem;
}
@media (max-width: 1475px) {
  .header-logo img {
    gap: 0.5rem 2rem;
    max-width: 11.25rem;
  }
}
@media (max-width: 768px) {
  .header-logo img {
    margin-bottom: -0.5rem;
  }
}
.header-nav {
  padding: 0;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media (max-width: 1200px) {
  .header-nav {
    gap: 1rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .header-content {
    order: 2;
  }
}
@media (max-width: 1200px) {
  .header-content {
    background-color: var(--blue);
    position: absolute;
    top: 100%;
    left: -1rem;
    width: calc(100% + 2rem);
    z-index: 5;
  }
  .header-content > *:first-child {
    padding-top: 1.25rem;
  }
  .header-content > *:last-child {
    padding-bottom: 1.25rem;
  }
}
.header-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 0.5rem 3rem;
}
@media (max-width: 1475px) {
  .header-menu {
    gap: 0.5rem 2rem;
  }
}
@media (max-width: 1200px) {
  .header-menu {
    flex-direction: column;
    padding: 0 1rem;
  }
}
.header-menu-link {
  position: relative;
  display: block;
  font-size: 1.1875rem;
  line-height: 1.4375rem;
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.15s;
  padding: 2.5rem 0;
  width: -moz-fit-content;
  width: fit-content;
}
.header-menu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--white);
  height: 0.25rem;
  transition: all 0.25s;
}
@media (max-width: 1200px) {
  .header-menu-link {
    padding: 0;
    opacity: 0.675;
  }
  .header-menu-link::after {
    content: none;
  }
}
.header-menu-link:hover, .header-menu-link.active {
  color: var(--white);
  text-decoration: none;
}
@media (max-width: 1200px) {
  .header-menu-link:hover, .header-menu-link.active {
    opacity: 1;
  }
}
.header-menu-link:hover::after, .header-menu-link.active::after {
  width: 100%;
}
.header-content, .header-socials {
  margin-bottom: 1.35rem;
}
@media (max-width: 1200px) {
  .header-content, .header-socials {
    margin-bottom: 0;
  }
}
.header::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.35rem;
  height: 0.0625rem;
  background-color: var(--lightwhite);
  z-index: -1;
}
@media (max-width: 1200px) {
  .header::after {
    content: none;
  }
}
@media (max-width: 1200px) {
  .header-socials {
    margin-left: auto;
    margin-right: 0.5rem;
  }
}
.header-socials-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.header-socials-wrapper a {
  border: 0.0625rem solid var(--lightwhite);
  border-radius: 50%;
  width: 2.75rem;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}
.header-socials-wrapper a:hover {
  border-color: transparent;
  background-color: var(--lightwhite);
}
.header-toggle {
  display: flex;
  align-items: center;
}

body {
  overflow-x: hidden;
}

.body {
  border-bottom: 0.0625rem solid var(--lightgray);
}
.body.subpage {
  padding: 2.5rem 0;
}
@media (max-width: 991px) {
  .body.subpage {
    padding: 1rem 0;
  }
}
.body .section {
  padding: 5.5rem 0;
}
.body .section-lg-large {
  padding: 8rem 0;
}
@media (max-width: 991px) {
  .body .section, .body .section-lg-large {
    padding: 3.5rem 0;
  }
}
.body .section.section-subpage-main {
  padding: 0;
}
.body .section-gray {
  background-color: var(--lightgray);
}
.body .section-header {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .body .section-header {
    margin-bottom: 2.5rem;
  }
}
.body .section-header h2, .body .section-header h3 {
  margin-bottom: 0;
}
.body .section-header > *:last-child {
  margin-bottom: 0;
}
.body .section-header.center {
  text-align: center;
}
.body .section-header-subtitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 2px;
  font-family: var(--font);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 993px) {
  .body .section-header-subtitle {
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 0.75rem;
  }
}
.body .section-header-subtitle::before {
  content: "";
  width: 1.5rem;
  height: 2px;
  background-color: var(--blue);
  display: inline-block;
}
.body .section-footer {
  margin-top: 3.5rem;
}
@media (max-width: 991px) {
  .body .section-footer {
    margin-top: 2.5rem;
  }
}
.body .section-footer > *:last-child {
  margin-bottom: 0;
}
.body .section-footer-link {
  font-family: var(--font);
  margin-left: auto;
  font-size: 20px;
  font-weight: 600;
  color: var(--blue);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 993px) {
  .body .section-footer-link {
    margin-right: auto;
  }
}
.body .section-footer-link svg {
  flex-shrink: 0;
  transition: all 0.25s ease-in-out;
}
.body .section-footer-link:hover {
  text-decoration: none;
}
.body .section-footer-link:hover svg {
  transform: translateX(0.25rem);
}
.body .section-content > *:last-child {
  margin-bottom: 0;
}
.body .section-bottom-spacingfix {
  margin-bottom: -2.5rem;
}
@media (max-width: 991px) {
  .body .section-bottom-spacingfix {
    margin-bottom: -1rem;
  }
}

.footer {
  background-color: var(--darkblue);
}
.footer-wrapper {
  display: flex;
  justify-content: center;
  gap: 1.5rem 4.5rem;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 3.75rem 0;
  }
}
@media (max-width: 991px) {
  .footer-logo {
    order: 0;
    margin-bottom: 1rem;
  }
}
.footer-socials, .footer-contactus {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 19.375rem;
}
@media (max-width: 991px) {
  .footer-socials, .footer-contactus {
    flex-basis: auto;
  }
}
.footer-socials a, .footer-contactus a {
  font-family: var(--font);
  color: var(--black);
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.15;
  text-decoration: none;
  transition: all 0.1s;
}
.footer-socials a:hover, .footer-contactus a:hover {
  color: var(--blue);
}
@media (max-width: 991px) {
  .footer-socials a, .footer-contactus a {
    font-size: 2rem;
  }
}
.footer-title {
  display: block;
  font-size: 1.3125rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .footer-title {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 991px) {
  .footer-socials {
    order: 1;
  }
}
.footer-socials-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
}
@media (max-width: 991px) {
  .footer-contactus {
    order: 2;
  }
}
.footer-copyright {
  border-top: 0.0625rem solid var(--lightgray);
  padding: 3rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-copyright {
    padding: 2.25rem 0;
  }
}
.footer-copyright p {
  font-size: 1.125rem;
}
.footer-copyright p, .footer-copyright p a {
  color: var(--gray);
}
.footer-copyright p a {
  text-decoration: none;
  transition: all 0.1s;
}
.footer-copyright p a:hover {
  color: var(--blue);
}
.footer-copyright p span {
  display: inline-block;
}
@media (max-width: 768px) {
  .footer-copyright p span {
    display: block;
  }
}
.footer-copyright p span:not(:last-child)::after {
  content: "|";
  margin-left: 0.35rem;
}
@media (max-width: 768px) {
  .footer-copyright p span:not(:last-child)::after {
    content: none;
  }
}

.navbar-toggle {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
  padding: 0;
  box-shadow: none !important;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle, .navbar-toggle .animated-icon span {
  transition: background-color 0.25s;
}
.navbar-toggle:hover .animated-icon span, .navbar-toggle.open .animated-icon span {
  background-color: var(--white);
}
.navbar-toggle .animated-icon {
  width: 36px;
  height: 36px;
  margin: 0;
  transform: rotate(0deg);
  cursor: pointer;
  transition: 0.5s ease-in-out;
  display: block;
}
.navbar-toggle .animated-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: var(--white);
}
.navbar-toggle .animated-icon span:nth-child(1) {
  top: 4px;
}
.navbar-toggle .animated-icon span:nth-child(2) {
  top: 17px;
}
.navbar-toggle .animated-icon span:nth-child(3) {
  top: 30px;
}
.navbar-toggle.open .animated-icon span:nth-child(1) {
  top: 17px;
  transform: rotate(135deg);
}
.navbar-toggle.open .animated-icon span:nth-child(2) {
  opacity: 0;
  left: -20px;
}
.navbar-toggle.open .animated-icon span:nth-child(3) {
  top: 17px;
  transform: rotate(-135deg);
}

.banner {
  position: relative;
}
.banner-image img {
  width: 100%;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .banner-content {
    padding: 9.375rem 0 4.375rem;
    align-items: flex-end;
    background: linear-gradient(0deg, rgb(11, 16, 24) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (max-width: 768px) {
  .banner-content {
    padding: 7.5rem 0 2.5rem;
  }
}
.banner-content-inner {
  margin-left: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 1200px) {
  .banner-content-inner {
    margin-left: 0;
    padding-left: 0;
  }
}
.banner-content h1 {
  font-size: 7.125rem;
  color: var(--white);
  margin-bottom: 1rem;
  letter-spacing: -0.109375rem;
}
@media (max-width: 1475px) {
  .banner-content h1 {
    font-size: 5.625rem;
  }
}
@media (max-width: 1200px) {
  .banner-content h1 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .banner-content h1 {
    font-size: 3.75rem;
    margin-bottom: 0.5rem;
  }
}
.banner-content p {
  font-size: 1.625rem;
  letter-spacing: 0.015625rem;
  color: var(--white);
  line-height: 1.4;
}
@media (max-width: 1475px) {
  .banner-content p {
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  .banner-content p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .banner-content p {
    font-size: 1.25rem;
  }
}
.banner-content .button-default {
  margin-top: 4rem;
}
@media (max-width: 1200px) {
  .banner-content .button-default {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .banner-content .button-default {
    margin-top: 1.75rem;
  }
}

.services-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) {
  .services-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .services-wrapper {
    grid-template-columns: 1fr;
  }
}
.services-item {
  position: relative;
  display: block;
}
.services-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 2.5rem 2.25rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services-item-inner-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services-item-inner-bottom svg, .services-item-inner-bottom img {
  flex-shrink: 0;
}
.services-item-title {
  color: var(--white);
  font-size: 1.875rem;
  letter-spacing: 0.3125rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.services-item-imagebox {
  position: relative;
  z-index: 0;
}
.services-item-imagebox::after, .services-item-imagebox::before, .services-item-imagebox img {
  transition: all 0.25s;
}
.services-item-imagebox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgb(11, 16, 24) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.services-item-imagebox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b1018;
  opacity: 0.5;
  z-index: 1;
}
.services-item-imagebox img {
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-item:hover .services-item-imagebox::after {
  opacity: 0.75;
}
.services-item:hover .services-item-imagebox::before {
  opacity: 0.1;
}
.services-item:hover .services-item-imagebox img {
  filter: grayscale(0);
}
.services-item-icon {
  height: 4.75rem;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: left;
     object-position: left;
  fill: var(--lightblue);
  transition: all 0.25s;
}
.services-item:hover .services-item-icon {
  fill: var(--white);
}
.services-item-arrow {
  fill: var(--lightblue);
  transition: all 0.25s;
}
.services-item:hover .services-item-arrow {
  fill: var(--white);
}

.button-default {
  position: relative;
  color: var(--white);
  background-color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 600;
  border-radius: 0.3125rem;
  padding: 1.25rem 1.75rem;
  overflow: hidden;
  text-transform: uppercase;
  min-width: 13.125rem;
}
.button-default::after {
  content: "";
  background-color: var(--white);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: all 0.25s;
  z-index: 1;
}
.button-default span, .button-default svg, .button-default img {
  z-index: 2;
}
@media (max-width: 768px) {
  .button-default {
    gap: 0.85rem;
  }
}
.button-default, .button-default svg {
  transition: 0.15s;
}
.button-default svg {
  fill: var(--white);
}
.button-default:hover {
  color: var(--blue);
  text-decoration: none;
}
.button-default:hover::after {
  width: 100%;
}
.button-default:hover svg {
  fill: var(--blue);
}
.button-default-bordered {
  border: 0.0625rem solid var(--blue);
  min-width: 10.9375rem;
}

.breadcrumb {
  background-image: url("../img/theme/breadcrumb/breadcrumb-image.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 36.5625rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .breadcrumb {
    height: 18.75rem;
  }
}
.breadcrumb-inner {
  position: relative;
  height: 100%;
  padding: 6.75rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .breadcrumb-inner {
    padding: 5rem 0 0;
  }
}
.breadcrumb-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -80px;
  right: -80px;
  height: 4.6875rem;
  background-color: var(--white);
}
@media (max-width: 1475px) {
  .breadcrumb-inner::after {
    left: -55px;
    right: -55px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-inner::after {
    display: none;
  }
}
.breadcrumb-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper {
    display: none;
  }
}
.breadcrumb-wrapper a {
  font-size: 1.125rem;
  font-weight: 300;
  color: var(--white);
}
.breadcrumb-wrapper li:not(:last-child) a {
  color: var(--cyan);
}
.breadcrumb-wrapper li:not(:last-child)::after {
  content: "|";
  color: var(--cyan);
  font-weight: 300;
  padding: 0 1.25rem 0 1rem;
}
.breadcrumb h1 {
  color: var(--white);
  margin-bottom: 0;
}

.fbNews-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1rem;
  gap: 1.25rem 0;
}
.fbNews-item {
  width: 33.3333333333%;
  padding: 0 1rem;
}
@media (max-width: 1200px) and (min-width: 993px) {
  .fbNews-item {
    width: 100%;
    display: flex;
  }
  .fbNews-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 993px) {
  .fbNews-item {
    width: 100%;
  }
}
.fbNews-item-image {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 1.75/1;
}
@media (max-width: 1200px) and (min-width: 993px) {
  .fbNews-item-image {
    width: 50%;
    height: 100%;
    flex-shrink: 0;
  }
}
.fbNews-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease-in-out;
}
.fbNews-item-image:hover img {
  scale: 1.1;
}
.fbNews-item-content {
  background-color: var(--light);
  padding: 2.25rem;
}
@media (max-width: 993px) {
  .fbNews-item-content {
    padding: 1.5rem;
  }
}
.fbNews-item-texts {
  margin-bottom: 1.5rem;
}
@media (max-width: 993px) {
  .fbNews-item-texts {
    margin-bottom: 1rem;
  }
}
.fbNews-item-texts h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 993px) {
  .fbNews-item-texts h3 {
    margin-bottom: 0.75rem;
  }
}
.fbNews-item-texts h3 a {
  transition: all 0.1s ease-in-out;
  color: var(--dark);
}
.fbNews-item-texts h3 a:hover {
  color: var(--blue);
  text-decoration: none;
}
@media (max-width: 993px) {
  .fbNews-item-texts h3 {
    font-size: 22px;
  }
}
.fbNews-item-texts p {
  font-family: var(--font);
  font-size: 21px;
}
@media (max-width: 993px) {
  .fbNews-item-texts p {
    font-size: 18px;
  }
}
.fbNews-item-user {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.fbNews-item-user-picture {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fbNews-item-user-name {
  margin-top: -0.25rem;
  display: block;
  color: var(--dark);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.fbNews-item-user-date {
  display: block;
  font-size: 14px;
  line-height: 1.3;
}/*# sourceMappingURL=main.css.map */