@charset "UTF-8";
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");
@import url('https://fonts.googleapis.com/css2?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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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 {
  
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 {
  
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input {
  border: 0 none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button {
  background: none;
  cursor: pointer;
}

button,
fieldset,
iframe {
  border: 0;
}

fieldset,
ul,
ol,
button,
menu {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

textarea {
  resize: vertical;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0;
}

svg {
  width: 1em;
  height: 1em;
  font-size: 18px;
}

.icon {
  font-size: 18px;
  color: currentColor;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 480px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .container {
    max-width: 390px;
    width: 100%;
  }
}

@media (min-width: 480px) {
  .container {
    width: 100%;
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 768px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 992px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1250px;
    max-width: 100%;
  }
}

@media (min-width: 1824px) {
  .container {
    width: 1500px;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

@media (min-width: 480px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1280px) {
  .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 480px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 480px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 480px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

/* Make sure that the first one is on the top */
.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #47414f;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.95;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 100001;
  width: 100%;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: none;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-button.fancybox-button--thumbs,
.fancybox-button.fancybox-button--fullscreen,
.fancybox-button.fancybox-button--play {
  display: none !important;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}
.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: none;
  z-index: 99998;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  background: #d70000 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 0.8rem 1rem;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  height: 55px;
  line-height: 55px;
  margin: 0;
  outline: medium none;
  padding: 0;
  position: absolute;
  vertical-align: top;
  width: 44px;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body {
  background: #fff;
}

.fancybox-button {
  background: #4ea7f9 none repeat scroll 0 0;
}
.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #000;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 18px;
  top: 21px;
  width: 15px;
  height: 15px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 18px;
  top: 21px;
  width: 15px;
  height: 15px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  left: 0;
}

.fancybox-button--right {
  right: 0;
}

.fancybox-button--close {
  right: 0;
  top: 0;
  z-index: 100001;
  height: 44px;
}
.fancybox-button--close::before,
.fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset,
    -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0,
    4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -transform: translate3d(0, 0, 0);
  position: relative;
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  /*&.current {
      opacity: .5;
    }*/
}
.owl-carousel .owl-item img {
  display: block;
  position: inherit;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.owl-carousel .scaleOut {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
}

.owl-carousel .scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: default;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin-left: 5px;
  margin-right: 5px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  opacity: 0.4;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}

/**
** Owl Default Nav
**/
.owl-nav__style .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 50px;
}

.owl-nav__style .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.owl-nav__style .owl-theme .owl-nav [class*="owl-"] .icon {
  font-size: 20px;
  color: #000;
  background: #686868;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
}

.owl-nav__style .owl-theme .owl-nav .owl-prev {
  left: -10px;
}

.owl-nav__style .owl-theme .owl-nav .owl-next {
  right: -10px;
}

.owl-nav__style-2 .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -15px;
}

.owl-nav__style-2 .owl-theme .owl-nav [class*="owl-"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: none;
  position: absolute;
}
.owl-nav__style-2 .owl-theme .owl-nav [class*="owl-"]:last-child {
  margin-right: 0;
}
@media (max-width: 1279px) {
  .owl-nav__style-2 .owl-theme .owl-nav [class*="owl-"] {
    background: #fff;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
}
.owl-nav__style-2 .owl-theme .owl-nav [class*="owl-"] .arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 24px;
  height: 24px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0.5;
}
@media (max-width: 1279px) {
  .owl-nav__style-2 .owl-theme .owl-nav [class*="owl-"] .arrow {
    width: 15px;
    height: 15px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
  }
}
.owl-nav__style-2 .owl-theme .owl-nav [class*="owl-"] .arrow:hover {
  opacity: 1;
}
.owl-nav__style-2 .owl-theme .owl-nav [class*="owl-"] .arrow.left {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.owl-nav__style-2 .owl-theme .owl-nav [class*="owl-"] .arrow.right {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.owl-nav__style-2 .owl-theme .owl-nav .owl-prev {
  left: -50px;
}
@media (max-width: 1279px) {
  .owl-nav__style-2 .owl-theme .owl-nav .owl-prev {
    left: 20px;
    padding-left: 8px;
  }
}

.owl-nav__style-2 .owl-theme .owl-nav .owl-next {
  right: -50px;
}
@media (max-width: 1279px) {
  .owl-nav__style-2 .owl-theme .owl-nav .owl-next {
    right: 20px;
    padding-right: 8px;
  }
}

.owl-nav__style-2.personnel-carousel .owl-nav {
  margin-top: -40px;
}

.owl-nav__style-2.about-carousel .owl-nav {
  margin-top: -100px;
}
@media (max-width: 1279px) {
  .owl-nav__style-2.about-carousel .owl-nav {
    margin-top: -120px;
  }
}

.owl-nav__style-2.about-carousel .owl-theme .owl-nav [class*="owl-"] .arrow {
  border-top: 2px solid #222;
  border-right: 2px solid #222;
}

.owl-nav__style-3 .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -15px;
}

.owl-nav__style-3 .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.owl-nav__style-3 .owl-theme .owl-nav [class*="owl-"] .arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15px;
  height: 15px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
}
.owl-nav__style-3 .owl-theme .owl-nav [class*="owl-"] .arrow.left {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.owl-nav__style-3 .owl-theme .owl-nav [class*="owl-"] .arrow.right {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.owl-nav__style-3 .owl-theme .owl-nav .owl-prev {
  left: 50px;
  padding-left: 8px;
}

.owl-nav__style-3 .owl-theme .owl-nav .owl-next {
  right: 50px;
  padding-right: 8px;
}

/**
** Owl Default Dots
**/
.owl-dots__style .owl-theme .owl-dots {
  margin-top: 20px;
}
.owl-dots__style .owl-theme .owl-dots .owl-dot span {
  width: 35px;
  height: 14px;
  border: 1px solid #6f6f6f;
  background: none;
  opacity: 1;
}
.owl-dots__style .owl-theme .owl-dots .owl-dot.active span,
.owl-dots__style .owl-theme .owl-dots .owl-dot:hover span {
  background: #6f6f6f;
}

body {
  font-family: "Dosis", sans-serif!important;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #6f6f6f;
  overflow-x: hidden;
}
body.bg {
  background: #f7f7f7;
}

@media (max-width: 767px) {
  .common-row {
    text-align: center;
  }
}

@media (min-width: 1280px) {
  .common-row {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 1280px) {
  .common-col {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .common-col .border {
    margin: 10px auto 10px;
  }
}

.common-sm__title {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.common-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #4ea7f9;
  margin-top: 15px;
}

.common-text {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 1.9;
}

.video-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  width: 108px;
  height: 108px;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 30px;
}
.video-circle:before,
.video-circle:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-animation: pulsate 1.5s ease-out;
  animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}
.video-circle:before {
  width: 138px;
  height: 138px;
}
.video-circle:after {
  width: 168px;
  height: 168px;
}
.video-circle .icon {
  font-size: 28px;
  color: #2a2e31;
  position: relative;
  left: 2px;
  top: 2px;
}

.video-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.video-button:hover .video-text:before {
  width: 100%;
}
.video-button:hover .video-play {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}

.video-play {
  background-image: url("../../assets/img/video-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 70px;
  height: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  border-radius: 100%;
}
.video-play .icon {
  color: #fff;
  font-size: 14px;
}

.video-text {
  margin-left: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
  position: relative;
}
.video-text:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #4ea7f9;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.video-text .icon {
  margin-left: 10px;
  color: #4ea7f9;
  font-size: 13px;
}

.border {
  display: block;
  height: 2px;
  width: 30px;
  background: #4ea7f9;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-header.center {
  text-align: center;
}
.section-header.center .border {
  margin: 10px auto 10px;
}
.section-header.center .text {
  max-width: 600px;
}

.section-header.dark .title,
.section-header.dark .text {
  color: #222;
}

.section-header.light .title,
.section-header.light .text {
  color: #999;
}

.section-header .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #4ea7f9;
  /*font-family: "Noto Serif", sans-serif;*/
}
.section-header .title span {
  font-weight: 100;
}

.section-header .figure {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.section-header .figure:before,
.section-header .figure:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 90px;
  background: #6f6f6f;
}
.section-header .figure:before {
  left: -100px;
}
.section-header .figure:after {
  right: -100px;
}
.section-header .figure img {
  width: 75px;
}

.section-header .sm-title {
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #999;
  text-transform: uppercase;
}

.section-header .text {
  font-size: 16px;
  color: #4ea7f9;
  font-weight: 300;
  margin: 0 auto;
}
.section-header .text strong {
  font-weight: 700;
}

.app-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #47414f;
  height: 100%;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.app-overlay.is-visible {
  opacity: 0.95;
  visibility: visible;
}

.app-scroll {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #4ea7f9;
  width: 51px;
  height: 51px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 10000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.app-scroll .icon {
  font-size: 16px;
}
.app-scroll.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.app-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.7);
}
.app-loading.style--1 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 30px;
}
.app-loading.small:before {
  width: 35px;
  height: 35px;
}
.app-loading.is-visible {
  opacity: 1;
  visibility: visible;
}
.app-loading:before {
  content: "";
  position: absolute;
  border: 4px solid #fff;
  border-top: 4px solid #4ea7f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.header-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .header-nav {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-nav {
    margin-left: -10px;
  }
}
.header-nav__item {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-nav__item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.header-nav__item.is-active a:after {
  display: block;
}
.header-nav__item > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.5px;
  height: 125px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-nav__item > a:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 2px;
  background: #6f6f6f;
  width: 0;
  margin: 0 auto;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.header-nav__item > a:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(40px);
  transform: translateX(-50%) translateY(40px);
  bottom: 0;
  width: 0;
  border-bottom-colors: none;
  border-left-colors: none;
  border-right-colors: none;
  border-top-colors: none;
  border-color: transparent transparent #2a2e31;
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 8px;
  display: none !important;
  opacity: 0;
  visibility: hidden;
}
.header-nav__item:hover > a:before {
  width: 100%;
  background: #fff;
}
.header-nav__item:hover > a:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-nav__item:hover > a {
  color: #fff;
}
.header-nav__item:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-nav__item:hover > .header-nav__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-nav__links {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  min-width: 240px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: #041237a3;
  padding: 15px 25px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0px!important;
  /* border-radius: 10px; */
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  
}
.header-nav__links > li {
  display: block;
  width: 90% !important;
  margin-bottom: 10px;
  border: 1px solid #ffffff12;
  border-radius: 10px;
}
.header-nav__links > li:last-child a {
  border-bottom: 0 none;
}
.header-nav__links > li > a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 7px;
  width: 100%;
  font-size: 15px;
  padding: 6px 6px 6px 0;
  color: #fff;
 
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-nav__links > li > a:hover {
  padding-left: 10px;
}
.header-nav__links > li > a img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  display: flex;
  object-fit: contain;
}
.header-nav__list {
  width: 100%;
}
.header-nav__dropdown {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - 125px);
  margin: 0 auto;
  backdrop-filter: blur(30px);
    
  -webkit-backdrop-filter: blur(30px);
  background: #041237a3;
  opacity: 0;
  visibility: hidden;

}
.header-nav__dropdown > .container {
  min-height: 400px;
  padding: 40px 40px 20px 40px;
}
.header-nav__dropdown-bg {
  z-index: 1;
}
.header-nav__dropdown-bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../../assets/img/dot-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}
.header-nav__dropdown-row {
  margin-left: -20px;
  margin-right: -20px;
}
.header-nav__dropdown-col {
  padding-left: 20px;
  padding-right: 20px;
}
.header-nav__dropdown-right {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 25px;
}

  .header-nav__dropdown-heading {
    font-size: 22px;
    /* /*font-family: "Noto Serif", sans-serif;*/ 
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 4px;
    border-bottom: 2px solid #ffffff1c;
}

.header-nav__dropdown-list ul {
  margin-left: -20px;
  margin-right: -20px;
}
.header-nav__dropdown-list ul li {
  
}
.header-nav__dropdown-list ul li a {
  color: #fff;
  background-color: #92949533;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-nav__dropdown-list ul li a img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  display: flex;
  object-fit: contain;
}
.header-nav__dropdown-list ul li a:hover {
  background-color: #191b1d87;
}
.header-nav__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.header-nav__summary .title {
  font-size: 32px;
  color: #2a2e31;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.header-nav__summary .text {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.header-nav__boxes {
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-nav__boxes ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header-nav__boxes ul li {
  margin-bottom: 20px;
}
.header-nav__boxes ul li a {
  position: relative;
  display: block;
}
.header-nav__boxes ul li a:hover .header-nav__boxes--photo img {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}
.header-nav__boxes--photo {
  height: 140px;
  overflow: hidden;
}
.header-nav__boxes--photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.header-nav__boxes--body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.header-nav__boxes--body .text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.header-nav__boxes--body .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #4ea7f9;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
}

.mobile-nav {
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15),
    0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding-bottom: 55px;
  position: fixed;
  top: 0;
  width: 400px;
  z-index: 10010;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.mobile-nav.is-visible {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 320px) and (max-width: 479px) {
  .mobile-nav {
    width: 320px;
  }
}
.mobile-nav__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
}
.mobile-nav__header .title,
.mobile-nav__header .close {
  font-size: 13px;
}
.mobile-nav__header .title {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 700;
}
.mobile-nav__header .close {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
.mobile-nav__wrapper {
  bottom: 0;
  height: 1px;
  left: 0;
  margin: auto;
  min-height: calc(100% - 110px);
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.mobile-nav__wrapper > ul > li {
  display: block;
}
.mobile-nav__wrapper > ul > li > a {
  color: #222;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.mobile-nav__wrapper > ul > li > a:hover {
  background: #fff;
  color: #4ea7f9;
}
.mobile-nav__wrapper > ul > li.is-open > a {
  background: #fff;
  color: #4ea7f9;
  border-bottom: 0 none;
}
.mobile-nav__plus {
  position: absolute;
  right: 20px;
  font-size: 16px;
  margin-right: 0;
  color: #999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobile-nav__sub {
  background: #fff none repeat scroll 0 0;
  padding-bottom: 15px;
  display: none;
}
.mobile-nav__sub > li {
  display: block;
}
.mobile-nav__sub > li > a {
  color: #6f6f6f;
  display: block;
  font-size: 14px;
  padding: 6px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobile-nav__sub > li > a:hover {
  color: #4ea7f9;
}
.mobile-nav__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  height: 55px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  background: #fff;
  padding-left: 20px;
  padding-right: 10px;
}
.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.mobile-nav__social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #666 none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  font-size: 18px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobile-nav__social a:hover {
  background: #4ea7f9;
}

.slide,
.slide-photo,
.header-sub {
  height: 100vh;
}
@media (max-width: 479px) {
  .slide,
  .slide-photo,
  .header-sub {
    height: 550px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slide,
  .slide-photo,
  .header-sub {
    height: 600px;
  }
}
@media (min-width: 1824px) {
  .slide,
  .slide-photo,
  .header-sub {
    height: 100vh;
  }
}

.slide {
  position: relative;
  overflow: hidden;
  background: #000;
}
.slide-list {
  position: relative;
  top: 0;
  left: 0;
}
.slide-list li {
  display: none;
}
.slide-list li.is-active .slide-photo img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.slide-list li.is-active .heading,
.slide-list li.is-active .text,
.slide-list li.is-active .border,
.slide-list li.is-active .buttons-container {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.slide-photo {
  overflow: hidden;
  position: relative;
  opacity: 1;

}
.slide-photo:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0 33 66 / 83%);
 
  z-index: 0;
}
.slide-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 10s ease-in 0s;
  transition: all 10s ease-in 0s;
}
.slide-photo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 10s ease-in 0s;
  transition: all 10s ease-in 0s;
}
.slide-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.slide-wrapper .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 175px;
}
@media (max-width: 767px) {
  .slide-wrapper .container {
    padding-bottom: inherit;
    padding-top: 100px;
  }
}
.slide-content {
  max-width: 700px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .slide-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-content {
    padding-left: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .slide-content {
    padding-left: 90px;
  }
}
.slide-content .heading,
.slide-content .text,
.slide-content .border,
.slide-content .buttons-container {
  opacity: 0;

  visibility: hidden;
}
.slide-content .heading {
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.5px;
  font-weight: 900;
  line-height: 1.1;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  position: relative;
  /*font-family: "Noto Serif", sans-serif;*/
  font-family: "Dosis", sans-serif!important;
  -webkit-transition: 0.8s 0.1s;
  transition: 0.8s 0.1s;
}
@media (max-width: 479px) {
  .slide-content .heading {
    font-size: 32px;

    line-height: 1.25;
  }
}
.slide-content .border {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: 0.8s 0.2s;
  transition: 0.8s 0.2s;
  margin-top: 15px;
  margin-bottom: 15px;
  display: none;
}
.slide-content .text {
  -webkit-transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
  color: #ffffffcc;
  font-size: 16px;
  /*font-family: "Noto Serif", sans-serif;*/
  overflow: hidden;
  max-height: 200px;
  -webkit-transition: 0.8s 0.3s;
  transition: 0.8s 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 550px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .slide-content .text {
    margin-bottom: 25px;
  }
}
.slide-content .buttons-container {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
  -webkit-transition: 0.8s 0.4s;
  transition: 0.8s 0.4s;
}
.slide-pagination {
  bottom: 20px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
  z-index: 1;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .slide-pagination {
    display: block;
  }
}
.slide-pagination li {
  display: inline-block;
}
.slide-pagination li a {
  width: 20px;
  margin: 0 auto;
  height: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  opacity: 0.5;
  margin: 0 4px;
  background: #fff;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.slide-pagination li.is-active a {
  opacity: 1;
  width: 30px;
}
.slide-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .slide-buttons {
    display: none;
  }
}
.slide-buttons a {
  position: absolute;
}
.slide-buttons a.prev {
  left: 35px;
}
.slide-buttons a.next {
  right: 35px;
}
.slide-buttons a .arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0.5;
}
.slide-buttons a .arrow:hover {
  opacity: 1;
}
.slide-buttons a .arrow.left {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.slide-buttons a .arrow.right {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-custom {
  --input-height: 60px;
}
.form-custom.form--error ul li.is-error input,
.form-custom.form--error ul li.is-error textarea,
.form-custom.form--error ul li.is-error .current,
.form-custom.form--error ul li.is-error label {
  border: 1px solid red;
}
.form-custom.form-call {
  --input-height: 50px;
}
@media (max-width: 767px) {
  .form-custom.form-call ul {
    margin-top: 10px;
  }
}
.form-custom.form-call ul li {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .form-custom.form-call .send {
    margin-top: 10px;
  }
}
.form-custom.form-contact ul li .icon {
  font-size: 18px;
  left: 10px;
  z-index: 1;
}
.form-custom.form-contact .send input {
  width: 170px;
}
.form-custom ul li {
  margin-bottom: 20px;
}
.form-custom ul li input,
.form-custom ul li textarea {
  width: 100%;
  height: var(--input-height);
  padding-right: 20px;
  padding-left: 20px;
  font-family: inherit;
  color: #444;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-custom ul li input:focus,
.form-custom ul li textarea:focus {
  border: 1px solid #6f6f6f;
}
.form-custom ul li input {
  padding-left: 80px;
}
.form-custom ul li textarea {
  padding-top: 20px;
  height: 150px;
}
.form-custom ul li .icon {
  width: 65px;
  height: var(--input-height);
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  font-size: 16px;
  left: 0;
}
.form-custom ul li .icon:before {
  position: absolute;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.15);
  width: 1px;
  height: 20px;
}
.form-custom .send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-custom .send input {
  background: #6f6f6f;
  height: var(--input-height);
  border: 0 none;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  width: 100%;
}
.form-custom .send input:hover {
  background: #4ea7f9;
}

.custom-select {
  background: #fff;
  outline: 0;
  height: 60px;
  font-size: 14px;
  color: #6f6f6f;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.custom-select:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px;
  height: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.custom-select.is-open:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.custom-select.is-open .custom-select__list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.custom-select .current {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 20px;
  color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.custom-select__list {
  background: #fff;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  visibility: hidden;
  z-index: 100;
  max-height: 250px;
  overflow-y: auto;
}
.custom-select__list .notice {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  text-align: center;
  display: block;
}
.custom-select__list .option {
  padding-left: 20px;
  padding-right: 20px;
  color: #6f6f6f;
  font-size: 14px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.custom-select__list .option:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}
.custom-select__list .option:first-child {
  display: none;
}
.custom-select__list .option.selected {
  background: rgba(0, 0, 0, 0.05);
  color: #000;
}

.form {
  /*&-loading {
    background: rgba($overlay-bg, .5);
  }*/
}
.form-error {
  position: absolute;
  color: red;
  font-size: 12px;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.form-messages.success {
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}
.form-messages.error {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}

.buttons-container.center {
  text-align: center;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 160px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #4ea7f9;
  color: #fff;
  border: 1px solid transparent;
}
.button:last-child {
  margin-right: 0;
}
.button .icon {
  margin-left: 10px;
  font-size: 14px;
}
.button.light {
  background: #fff;
  color: #4ea7f9;
}
.button.light:hover {
  border: 1px solid #fff;
  color: #fff;
}
.button:hover {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}

.button-border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 160px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #fff;
  color: #fff;
}
.button-border:last-child {
  margin-right: 0;
}
.button-border .icon {
  margin-left: 10px;
  font-size: 14px;
}
.button-border.light {
  border: 1px solid #fff;
  color: #fff;
}
.button-border.light:hover {
  background: #fff;
  color: #222;
}
.button-border:hover {
  background: #fff;
  color: #222;
}

.button-line {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 40px;
  position: relative;
}

.button-line:hover:before {
  width: 100%;
}
.button-line:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  background: #fff;
  height: 2px;
  width: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.button-line .icon {
  margin-left: 15px;
  font-size: 13px;
}
.button-line.style-1 {
  color: #fff;
  font-weight: 300;
  letter-spacing: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 1003;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .modal {
    overflow-y: auto;
  }
}
.modal.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-col {
  padding-top: 70px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .modal-col {
    padding-top: 0;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modal-col {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .modal-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .modal-wrapper .section-header {
    text-align: center;
  }
  .modal-wrapper .section-header .border {
    margin: 10px auto 10px;
  }
}
.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.modal-close__icon span {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 24px;
  height: 24px;
}
.modal-close__icon span:before,
.modal-close__icon span:after {
  content: "";
  position: absolute;
  background: #2a2e31;
  height: 2px;
  width: 100%;
}
.modal-close__icon span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-close__icon span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-cover {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 43%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .modal-cover {
    display: none;
  }
}
.modal-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1280px) {
  .services-row {
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media (min-width: 1280px) {
  .services-col {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.services-header .title {
  color: #fff;
}

.services-header .text {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
}
@media (min-width: 1280px) {
  .services-header .text {
    padding-right: 50px;
  }
}

.services-list {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .services-list {
    padding-top: 50px;
  }
}
@media (min-width: 1280px) {
  .services-list ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.services-list ul li {
  margin-bottom: 15px;
}
@media (min-width: 1280px) {
  .services-list ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.services-list ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 479px) {
  .services-list ul li a {
    font-size: 14px;
    height: 60px;
  }
}
.services-list ul li a:hover {
  padding-left: 35px;
}
.services-list ul li a .icon {
  opacity: 0.5;
  margin-right: 20px;
}

.references.list ul li {
  margin-bottom: 35px;
}

@media (min-width: 1280px) {
  .references ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 1280px) {
  .references ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.references-photo {
  overflow: hidden;
  height: 200px;
}
.references-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.references-footer {
  padding-top: 20px;
  text-align: center;
}
.references-footer .title {
  color: #222;
  font-size: 16px;
  font-weight: 500;
}
.references-footer .text {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 15px;
}

.counter-wrapper {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .counter-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.counter-card a {
  
  position: relative;
  text-align: center;
  display: flex!important;
  flex-direction: column!important;
  width: 100%!important;
  height: 100%!important;
}

.counter-number {
  color: #4ea7f9;
  font-size: 50px;
  /* /*font-family: "Noto Serif", sans-serif;*/ 
  /* font-weight: 700; */
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
}

.counter-text {
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.personnel-card a {
  position: relative;
  display: block;
}
.personnel-card a:hover .personnel-photo img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.personnel-photo {
  height: 300px;
  overflow: hidden;
}
@media (min-width: 1824px) {
  .personnel-photo {
    height: 350px;
  }
}
.personnel-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.personnel-footer {
  background: #fff;
  height: 70px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.personnel-footer .title {
  color: #222;
  font-size: 16px;
  /*font-family: "Noto Serif", sans-serif;*/
  font-weight: 700;
  line-height: 1.2;
}
.personnel-footer .text {
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
}

.news-other__arrow {
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}
@media (min-width: 1280px) {
  .news-other__arrow ul {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.news-other__arrow ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1280px) {
  .news-other__arrow ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.news-other__arrow ul li.prev {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.news-other__arrow ul li.prev a {
  text-align: left;
}
.news-other__arrow ul li.prev a .icon {
  margin-right: 20px;
}
.news-other__arrow ul li.next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.news-other__arrow ul li.next a {
  text-align: right;
}
.news-other__arrow ul li.next a .icon {
  margin-left: 20px;
}
.news-other__arrow ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-other__arrow ul li a:hover {
  color: #4ea7f9;
}
.news-other__arrow ul li a .icon {
  color: #999;
  font-size: 16px;
}

.news.list ul li {
  margin-bottom: 20px;
}

.news-card a {
  display: block;
  position: relative;
}
.news-card a:hover .news-photo img {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
  -webkit-filter: blur(0) grayscale(0);
  filter: blur(0) grayscale(0);
}
.news-card a:hover .news-body__sub:before {
  width: 100%;
}

.news-photo {
  overflow: hidden;
  height: 310px;
}
.news-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1),
    -webkit-filter 0.3s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1),
    -webkit-filter 0.3s;
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1), filter 0.3s;
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1), filter 0.3s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1), -webkit-filter 0.3s;
  -webkit-filter: blur(2px) grayscale(100%);
  filter: blur(2px) grayscale(100%);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.news-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 30px 0 30px;
  background: rgba(34, 34, 34, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-body .title {
  color: #fff;
  font-size: 20px;
  /*font-family: "Noto Serif", sans-serif;*/
  font-weight: 600;
  line-height: 1.5;
  max-height: 60px;
  overflow: hidden;
}
.news-body .date {
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  opacity: 0.9;
  margin-top: 10px;
  margin-bottom: 15px;
}
.news-body__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.news-body__sub:before {
  content: "";
  height: 2px;
  width: 0;
  background: #4ea7f9;
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.news-body__sub .more {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  opacity: 0.7;
}
.news-body__sub .icon {
  color: #fff;
  font-size: 13px;
  opacity: 0.5;
}

.shortcuts {
  background: #4ea7f9;
}
.shortcuts-card a {
  height: 180px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 75px;
  padding-right: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .shortcuts-card a {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shortcuts-card a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.shortcuts-card a:hover {
  background: #2a2e31;
}
.shortcuts-card:last-child a {
  border-right: 0 none;
}
.shortcuts-figure .icon {
  color: #fff;
  font-size: 36px;
  margin-right: 30px;
}
.shortcuts-description .sm-title {
  color: #fff;
  font-size: 13px;
}
.shortcuts-description .title {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .shortcuts-description .title {
    font-size: 24px;
  }
}

.cards-carousel .card {
  padding: 0 5px 5px 5px;
}

.cards.list ul li {
  margin-bottom: 30px;
}

@media (min-width: 1280px) {
  .cards.list .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.news-card.item{
  border-radius: 20px!important;
  overflow: hidden!important;
}
.cards-photo img{
  border-radius: 20px;
}

@media (min-width: 1280px) {
  .cards.list .card {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cards .card a:hover .cards-photo img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
  border-radius: 20px;
  
}


.cards-header {
  position: relative;
}

.cards-photo {
  overflow: hidden;
  height: 200px;
  border-radius: 20px;
}
@media (min-width: 1824px) {
  .cards-photo {
    height: 270px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cards-photo {
    height: 175px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .cards-photo {
    height: 175px;
  }
}
.cards-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.cards .owl-carousel .owl-stage{
  padding: 20px 0px!important;
}

.cards .card.item{
  box-shadow: 0 0 20px #00000012!important;
}
.cards-footer {
  background: #fff;
 

  padding: 25px;
  height: 200px;
  position: relative;
}
.cards-footer .date {
  color: #999;
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.cards-footer .date .icon {
  font-size: 13px;
  margin-right: 7px;
}
.cards-footer .title {
  color: #4ea7f9;
  font-size: 20px;
  font-weight: 600;
  max-height: 40px;
  overflow: hidden;
  /*font-family: "Noto Serif", sans-serif;*/
}
.cards-footer .text {
  color: #6f6f6f;
  font-size: 15px;
  overflow: hidden;
  max-height: 45px;
  margin-top: 10px;
}
.cards-footer__sub {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  height: 65px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cards-footer__sub .more {
  font-size: 13px;
  color: #222;
  font-weight: 600;
}
.cards-footer__sub .icon {
  color: #999;
  font-size: 13px;
}

.box.list ul li {
  margin-bottom: 20px;
}

.box.height-1 .box-card__wrapper {
  height: 210px;
}

.box.height-2 .box-card__wrapper {
  height: 110px;
}

.box.style-1 .box-card__wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-card__wrapper {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 220px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box-card__wrapper > .icon {
  position: absolute;
  right: 15px;
  top: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  border: 1px solid currentColor;
  color: #000;
  opacity: 0.3;
}
.box-card__wrapper:hover {
  border: 2px solid #4ea7f9;
}

.box-card .title {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding-right: 50px;
}

.box-card .rank {
  font-size: 13px;
  color: #999;
}

.box-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.box-header .title {
  padding-right: 0;
}

.box-photo {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}
.box-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.box-footer .text,
.box-footer .info {
  color: #6f6f6f;
  font-weight: 300;
}

.box-footer .text {
  font-size: 13px;
  overflow: hidden;
  max-height: 75px;
}

.box-footer .info {
  font-size: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-footer .info .icon {
  font-size: 14px;
  width: 23px;
}

.gallery.style-1 {
  -webkit-box-shadow: 0 17px 31px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 17px 31px 0 rgba(0, 0, 0, 0.16);
}

.gallery-carousel {
  margin-top: 60px;
}
@media (min-width: 1280px) {
  .gallery-carousel {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.gallery.list .gallery-card {
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .gallery.list .gallery-card:last-child {
    margin-bottom: 0;
  }
}

.gallery-card a {
  position: relative;
  display: block;
}
.gallery-card a:hover .gallery-cover img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}
.gallery-card a:hover .gallery-photo img {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
}
.gallery-card a:hover .gallery-overlay {
  opacity: 1;
  visibility: visible;
}

.gallery-header {
  position: relative;
}

.gallery-photo {
  overflow: hidden;
  height: 210px;
}
.gallery-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale3d(1.02, 1.02, 1.02);
  transform: scale3d(1.02, 1.02, 1.02);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.2, 1),
    -webkit-transform 1s cubic-bezier(0, 0, 0.2, 1);
}

.gallery-footer {
  padding-top: 15px;
}
.gallery-footer .title {
  color: #6f6f6f;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  margin-bottom: 8px;
}
.gallery-footer .text {
  color: #6f6f6f;
  font-size: 13px;
  overflow: hidden;
}

.gallery-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.3);
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gallery-overlay .icon {
  font-size: 20px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
}

.gallery-body {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.2))
  );
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
  padding: 30px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .gallery-body {
    padding: 20px;
  }
}
.gallery-body .title {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
  letter-spacing: -0.5px;
}
@media (max-width: 479px) {
  .gallery-body .title {
    font-size: 24px;
  }
}
.gallery-body .title:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 3px;
  background: #4ea7f9;
  width: 4px;
  height: 30px;
}
@media (max-width: 767px) {
  .gallery-body .title:before {
    left: -20px;
  }
}
.gallery-body .date {
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.8;
}
.gallery-body .date .icon {
  font-size: 13px;
  margin-right: 7px;
}
.gallery-body > .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #4ea7f9;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 479px) {
  .gallery-body > .icon {
    display: none;
  }
}

.gallery-cover {
  overflow: hidden;
  height: 300px;
}
@media (max-width: 479px) {
  .gallery-cover {
    height: auto;
  }
}
.gallery-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.card-single__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .card-single__row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
.card-single__row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.card-single__row:nth-child(even) .card-single__description {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.card-single__row:nth-child(even) .card-single__description-wrapper {
  padding-right: 10px;
  padding-left: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-single__row:nth-child(even) .card-single__description-wrapper {
    padding-left: 40px;
  }
}

.card-single__photo {
  overflow: hidden;
  height: 530px;
}
@media (max-width: 767px) {
  .card-single__photo {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-single__photo {
    height: 400px;
  }
}
.card-single__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-single__description {
  height: 530px;
  padding: 70px 0;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .card-single__description {
    padding: 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-single__description {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .card-single__description {
    height: auto;
  }
}
.card-single__description-wrapper {
  width: 600px;
  max-width: 100%;
  padding-right: 60px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .card-single__description-wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .card-single__description-wrapper {
    max-width: 600px;
  }
}
@media (max-width: 479px) {
  .card-single__description-wrapper {
    max-width: 390px;
  }
}
.card-single__description .sm-title {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.card-single__description .title {
  color: #222;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .card-single__description .title {
    font-size: 28px;
  }
}
.card-single__description .text {
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 40px;
  margin-top: 25px;
  line-height: 1.9;
}

.news-list ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-list ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news-list ul li a:hover .title {
  color: #6f6f6f;
}

.news-list .title {
  color: #6f6f6f;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.news-list .date {
  font-size: 13px;
  color: #999;
  margin-top: 7px;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
}
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .header-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-top {
  height: 50px;
  background: #2a2e31;
}
.header-contact a {
  color: #fff;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 30px;
  padding-right: 30px;
}
.header-contact a:last-child {
  border-right: 0 none;
}
.header-contact a .icon {
  margin-right: 10px;
}
.header-contact a:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .header-contact {
    display: none;
  }
}
.header-language a {
  color: #fff;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 10px;
  padding-right: 10px;
}
.header-language a:last-child {
  border-right: 0 none;
}
.header-language a .icon {
  margin-right: 10px;
}
.header-bottom {
  height: 125px;
}
@media (max-width: 767px) {
  .header-bottom {
    height: 125px;
  }
}
.header-bar {
  display: none;
  position: absolute;
  left: 15px;
}
.header-bar.dark .icon {
  color: #555;
}
@media (max-width: 1040px) {
  .header-bar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.header-bar .icon {
  color: #fff;
  font-size: 28px;
}
@media (min-width: 768px) and (max-width: 1040px) {
  .header-logo {
    margin-left: 100px;
  }
}
.header-logo a {
  display: block;
  position: relative;
}
.header-logo img {
  height: 85px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .header-logo img {
    height: 90px;
  }
}
.header-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 45px;
  height: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-right: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-social a:hover {
  background: #4ea7f9;
}
.header-social a:last-child {
  margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header-social a {
    width: auto;
    height: auto;
    border: 0 none;
  }
}
@media (max-width: 767px) {
  .header-social {
    display: none;
  }
}
.header-sub {
  position: relative;
}
.header-overlay {
  position: absolute;
    top: 0;
    right: 0;
    left: 0;
    backdrop-filter: blur(30px);
    
    -webkit-backdrop-filter: blur(30px);
    background: #041237a3;
    z-index: 1001;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  background: #2a2e31;
  height: 80px;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}
.header-sticky.is-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header-sticky__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-sticky .header-nav__item > a {
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-sticky .header-nav__item > a:hover:before {
  background: #4ea7f9;
  height: 3px;
}
.header-sticky .header-nav__dropdown {
  top: 80px;
  width: 100%;
}
.header-sticky .header-nav__dropdown .container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 991px) {
  .header-sticky .header-bar {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .header-sticky .header-logo {
    padding-left: 50px;
  }
}
.header-sticky .header-logo img {
  height: 60px;
}
@media (max-width: 479px) {
  .header-sticky .header-language a {
    border-right: 0 none;
    padding-left: 5px;
    padding-right: 5px;
    opacity: 0.5;
  }
}

.footer-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .footer-top {
    padding-bottom: 20px;
  }
}

.footer-logo a {
  display: block;
}

.footer-logo img {
  height: 110px;
}

.footer-text {
  font-size: 13px;
  color: #888;
}

.footer-contact {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media (min-width: 1280px) {
  .footer-contact {
    margin-right: 30px;
  }
}
.footer-contact:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .footer-contact {
    margin-bottom: 25px;
  }
}
.footer-contact.style-1 a {
  padding-top: 6px;
  padding-bottom: 6px;
}
.footer-contact.style-1 a:hover .icon {
  background: #4ea7f9;
  color: #fff;
}
.footer-contact.style-1 .icon {
  width: 45px;
  height: 45px;
  border: 2px solid #4ea7f9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-contact a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.footer-contact .icon {
  font-size: 18px;
  color: #4ea7f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  margin-right: 15px;
}
.footer-contact .text {
  color: #888;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1280px) {
  .footer-contact .text {
    padding-right: 90px;
  }
}

.footer-heading {
  color: #222;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}
.footer-heading:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #4ea7f9;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  .footer-links {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .footer-links {
    margin-bottom: 25px;
  }
}

.footer-links ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  color: #888;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  text-transform: capitalize;
}
.footer-links ul li a:hover {
  color: #4ea7f9;
}

.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-bottom .text {
  font-size: 13px;
  color: #888;
}

.section > .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.bg-cover {
  position: relative;
}
.section.bg-cover:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: url("../../assets/img/dot-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 664px;
}

.section.prlx {
  overflow: hidden;
}

.section.bg {
  background: #2a2e31;
  min-height: 400px;
}

.section.bg-2 {
  background: #f7f7f7;
  min-height: 200px;
}

.parallax.bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

.parallax.height-1 {
  height: 580px;
}

.parallax-wrapper {
  position: absolute;
  top: -50px;
  right: 0;
  bottom: -50px;
  left: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.parallax-wrapper .title {
  color: #fff;
  font-size: 42px;
  /*font-family: "Noto Serif", sans-serif;*/
  line-height: 1.3;
}
.parallax-wrapper .text {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 40px;
}

.news {
  margin-bottom: 50px;
}
.news .owl-carousel .owl-item {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.news .owl-carousel .owl-item.active {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.personnel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .personnel-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .personnel-header .title,
  .personnel-header .text {
    text-align: center;
  }
}
.personnel-header .title {
  color: #fff;
}
.personnel-header .text {
  max-width: 700px;
  color: #4ea7f9;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .personnel-header .text {
    max-width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .personnel-header .text {
    font-size: 16px;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .personnel-header .text {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.form-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .form-row {
    text-align: center;
  }
}

.form-col {
  position: inherit;
}

.form-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #222;
  /*font-family: "Noto Serif", sans-serif;*/
}

.form-text {
  font-size: 13px;
  color: #6f6f6f;
}

.apply {
  padding-left: 150px;
  padding-right: 150px;
}
.apply-step .heading {
  color: #4ea7f9;
  background: #fff;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 22;
}
.apply-step .heading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 15px;
  background: #4ea7f9;
}

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  height: 60px;
  overflow: hidden;
  padding-left: 80px;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile-1 {
  display: none;
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.inputfile-1 + label {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #999;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background: none;
  color: #6f6f6f;
  border: 1px solid #6f6f6f;
}

.document-list ul li {
  margin-bottom: 20px;
}
.document-list ul li:last-child {
  margin-bottom: 0;
}
.document-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 65px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.document-list ul li a:hover {
  border: 2px solid #4ea7f9;
}

.document-list .text {
  font-size: 18px;
  font-weight: 300;
}

.document-list .icon {
  color: #999;
}

.documents ul li {
  margin-bottom: 30px;
}
.documents ul li a {
  display: block;
  position: relative;
}
.documents ul li a:hover .documents-photo {
  background: #4ea7f9;
}

.documents-photo {
  overflow: hidden;
  height: 295px;
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 479px) {
  .documents-photo {
    height: auto;
  }
}
.documents-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.documents-footer {
  text-align: center;
}
.documents-footer .title {
  color: #6f6f6f;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 5px;
}

.personnel-cover {
  overflow: hidden;
  height: 530px;
}
@media (max-width: 767px) {
  .personnel-cover {
    height: auto;
  }
}
.personnel-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.personnel-description {
  padding-top: 35px;
}
@media (min-width: 1280px) {
  .personnel-description {
    padding-left: 20px;
  }
}
.personnel-description .title {
  font-size: 36px;
  /*font-family: "Noto Serif", sans-serif;*/
  color: #222;
  margin-bottom: 30px;
  line-height: 1.2;
}

.personnel-field {
  margin-bottom: 13px;
}
.personnel-field:last-child {
  margin-bottom: 0;
}
.personnel-field .text,
.personnel-field .detail {
  font-size: 16px;
}
.personnel-field .text {
  float: left;
  color: #222;
  margin-right: 7px;
}
.personnel-field .detail {
  font-weight: 200;
  color: #6f6f6f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.personnel-field a:hover {
  color: #4ea7f9;
}

.personnel-social {
  margin-top: 40px;
  margin-bottom: 20px;
}
.personnel-social a {
  color: #222;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.personnel-social a:hover {
  color: #4ea7f9;
}
.personnel-social a:last-child {
  margin-right: 0;
}
.personnel-social a .icon {
  font-size: 20px;
}

.inner-page__header {
  position: relative;
  overflow: hidden;
}

.inner-page__photo {
  overflow: hidden;
  height: 350px;
  background: #000;
}
.inner-page__photo img{
  object-position: top center;
}
@media (max-width: 767px) {
  .inner-page__photo {
    height: 250px;
  }
  .parallax.height-1{
 
    background-size: cover;
    background-position: calc(50% - 300px);
  }
}
.inner-page__photo.lg {
  height: 100vh;
}
.inner-page__photo img {
  width: 100%;
  height: calc(100% + 100px);
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  opacity: 0.8;
}

.inner-page__heading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
}
.inner-page__heading.center .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page__heading.center .text {
  text-align: center;
}
.inner-page__heading .container {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 125px;
}
.inner-page__heading .sm-title {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  opacity: 0.7;
  font-size: 13px;
}
.inner-page__heading .title {
  font-size: 42px;
  /*font-family: "Noto Serif", sans-serif;*/
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 479px) {
  .inner-page__heading .title {
    font-size: 32px;
  }
}
.inner-page__heading .border {
  margin-top: 20px;
}

.inner-page__wrapper {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.inner-page__wrapper.margin-top-0 {
  margin-top: 0;
}
.inner-page__wrapper.margin-bottom-0 {
  margin-bottom: 0;
}

.inner-page__content {
  min-height: 700px;
}
.inner-page__content.no-height {
  min-height: inherit;
}

.inner-page__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 1280px) {
  .col-article {
    padding-left: 20px;
  }
}

.col-sidebar > div {
  margin-bottom: 20px;
}
.col-sidebar > div:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .col-sidebar__nav {
    margin-top: 30px;
  }
  .page-content__header{
    flex-direction: column!important;
    align-items: start!important;
  }
}

.col-sidebar__nav ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.col-sidebar__nav ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.col-sidebar__nav ul li:last-child {
  border-bottom: 0 none;
}
.col-sidebar__nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 20px;
  color: #222;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.col-sidebar__nav ul li a:hover {
  color: #4ea7f9;
  padding-left: 25px;
}
.col-sidebar__nav ul li a:before {
  content: "";
  position: absolute;
  z-index: 12;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  opacity: 0.4;
}

.col-sidebar__box {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .col-sidebar__box {
    margin-top: 30px;
  }
}
.col-sidebar__box-content {
  padding: 35px 30px 40px 30px;
  background: #2a2e31;
}
.col-sidebar__box-content > .icon {
  color: #4ea7f9;
  font-size: 24px;
  width: 70px;
  height: 70px;
  border: 1px solid #4ea7f9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  margin-bottom: 20px;
}
.col-sidebar__box-content .border {
  margin: 10px auto 10px;
}
.col-sidebar__box-content .title {
  color: #4ea7f9;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 700;
}
.col-sidebar__box-content .title span {
  font-weight: 300;
}
.col-sidebar__box-content .text {
  color: #fff;
  font-size: 13px;
  opacity: 0.7;
  margin-top: 20px;
}
.col-sidebar__box-content .text strong {
  font-weight: 700;
}
.col-sidebar__box-content .phone {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}
.col-sidebar__box-content .phone span {
  font-size: 24px;
}

.col-sidebar__items ul li {
  margin-bottom: 10px;
}
.col-sidebar__items ul li:last-child {
  margin-bottom: 0;
}
.col-sidebar__items ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #f7f7f7;
  padding: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.col-sidebar__items ul li a:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

.col-sidebar__items .item-photo {
  width: 100px;
  height: 70px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-sidebar__items .item-photo {
    width: 80px;
    height: 60px;
  }
}
.col-sidebar__items .item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.col-sidebar__items .item-desc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 15px;
  padding-right: 15px;
}
.col-sidebar__items .item-desc .title {
  color: #222;
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
  max-height: 40px;
  line-height: 1.4;
}

.col-sidebar__items .button-border {
  width: 100%;
}

.page-content__header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.page-content__header:before {
  content: "";
  display: none;
  position: absolute;
  bottom: -1px;
  width: 50px;
  height: 1px;
  background: #2a2e31;
}
.page-content__header .title {
  color: #2a2e31;
  font-size: 24px;
  line-height: 1.3;
}
.page-content__header .date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  font-size: 13px;
}
.page-content__header .date .icon {
  margin-right: 10px;
  font-size: 14px;
}

.page-content__heading {
  color: #4ea7f9;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-content__heading:before {
  content: "";
  display: none;
  position: absolute;
  bottom: -1px;
  width: 30px;
  height: 2px;
  background: currentColor;
}

.page-content__photo {
  overflow: hidden;
  max-height: 500px;
  margin-bottom: 25px;
}
.page-content__photo img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-content__spot {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #222;
}

.page-content__description {
  color: #6f6f6f;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}
.page-content__description.style--1 {
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
  margin-top: 20px;
}
.page-content__description strong {
  font-weight: 600;
}
.page-content__description img {
  max-width: 100%;
}

.page-content__summary {
  margin-top: 60px;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .page-content__summary {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.page-content__summary .title {
  font-size: 28px;
  font-weight: 600;
  color: #2a2e31;
  line-height: 1.4;
  padding-right: 40px;
  text-align: right;
}
@media (max-width: 991px) {
  .page-content__summary .title {
    padding-right: 0;
    text-align: inherit;
    margin-bottom: 20px;
  }
}
.page-content__summary .text {
  line-height: 1.9;
}
@media (max-width: 991px) {
  .page-content__summary .text {
    margin-top: 20px;
  }
}

.page-content__boxes {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 1280px) {
  .page-content__boxes ul {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1280px) {
  .page-content__boxes ul li {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .page-content__boxes ul li {
    margin-bottom: 30px;
  }
  .page-content__boxes ul li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-content__boxes .col-auto {
    width: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
}
.page-content__boxes .icon {
  color: #4ea7f9;
  font-size: 42px;
}
.page-content__boxes .description {
  padding-left: 30px;
  padding-right: 0;
}
.page-content__boxes .description .title {
  color: #222;
  letter-spacing: -0.5px;
  line-height: 1.3;
  font-size: 20px;
  margin-bottom: 10px;
}
.page-content__boxes .description .text {
  font-size: 14px;
  font-weight: 300;
}

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

.breadcrumb.style-1 {
  position: absolute;
  right: 10px;
}

.breadcrumb ul li a {
  font-size: 13px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  height: 30px;
  opacity: 0.9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.breadcrumb ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
  margin-right: 10px;
}
.breadcrumb ul li a:hover {
  opacity: 1;
  color: #4ea7f9;
}
.breadcrumb ul li a .icon {
  font-size: 14px;
}

.breadcrumb ul li:last-child a:after {
  display: none;
}

.contact {
  margin-top: 50px;
}
.contact-address ul li {
  position: relative;
}
@media (max-width: 479px) {
  .contact-address ul li {
    margin-bottom: 40px;
  }
  .contact-address ul li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .contact-address ul li {
    margin-bottom: 40px;
  }
  .contact-address ul li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.contact-address .icon {
  margin-right: 0;
  background: #4ea7f9;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: -16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
.contact-address__info {
  background: #f7f7f7;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
}
.contact-address__info .title {
  text-transform: uppercase;
  color: #222;
  font-size: 18px;
  font-weight: 700;
}
.contact-address__info .text {
  color: #999;
  font-size: 14px;
  padding-top: 5px;
  line-height: 1.3;
}
.contact-address__cards .item {
  margin-bottom: 20px;
}
.contact-address__cards .item:last-child {
  margin-bottom: 0;
}
.contact-address__wrapper {
  background: #f1f1f1;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.contact-address__wrapper .icon {
  width: 65px;
  height: 65px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
  color: #4ea7f9;
  background: #fff;
}
.contact-address__summary .title {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;
}
.contact-address__summary .address {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 20px;
}
.contact-address__summary .address,
.contact-address__summary .text {
  color: #6f6f6f;
  font-size: 14px;
}
.contact-map iframe {
  height: 500px;
  width: 100%;
}
@media (min-width: 480px) and (max-width: 767px) {
  .contact-map iframe {
    height: 400px;
  }
}

.position-inherit {
  position: inherit;
}

.no-scroll-y {
  overflow-y: hidden;
}

.no-scroll-x {
  overflow-x: hidden;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-relative {
  position: relative;
}

.l-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.text-center {
  text-align: center;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-between {
  -webkit-box-align: space-between;
  -ms-flex-align: space-between;
  align-items: space-between;
}

.hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 479px) {
  .xs-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}

@media (max-width: 991px) {
  .md-hidden {
    display: none;
  }
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

/* 4 temmuz 2024 güncellemeler*/

.slide-content .heading {
  font-family: "Dosis", sans-serif!important;
}
.slide-content .text {
  font-family: "Dosis", sans-serif!important;
  letter-spacing: 0.5px;
  line-height: 1.6;
}
.slide-content .btn {
  font-family: "Dosis", sans-serif !important;
}
.slide-duyuru-area {
  max-width: 800px;
  width: 800px;
  height: 230px;
  overflow: hidden !important;

  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: end;
}
.slide-duyuru {
  min-width: 800px;
  min-height: 200px;
  max-width: 800px;
  max-height: 200px;
  background-color: transparent;
  
  border: 1px solid #ffffff2e;
  backdrop-filter: blur(10px);
  border-radius: 15px 0 0 0;
  border-right: 0!important;

  -webkit-backdrop-filter: blur(10px);

}
.slide-duyuru-wrapper {
  width: 100%;
  height: 100%;
  display: flex !important;
}
.slide-duyuru-wrapper .owl-stage {
  display: flex !important;
}
.slide-duyuru-wrapper .slide-duyuru-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}
.slide-duyuru-wrapper .slide-duyuru-item .col-img-slide-duyuru {
  min-width: 40%;
  height: 200px;
  width: 200px;
}
.slide-duyuru-wrapper .slide-duyuru-item .col-img-slide-duyuru img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  margin-top: -40px;
  object-fit: cover;
  
}
.slide-duyuru-wrapper .slide-duyuru-item .slide-duyuru-col-text {
  width: 60%;
}
.slide-duyuru-wrapper
  .slide-duyuru-item
  .slide-duyuru-col-text
  .slide-duyuru-header {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;

  color: #fff;
  font-size: 14px;
  letter-spacing: .4px;
  
}
.slide-duyuru-wrapper
  .slide-duyuru-item
  .slide-duyuru-col-text
  .slide-duyuru-body {
  font-weight: 200;
  letter-spacing: 0.3px;
  color: rgb(255 255 255 / 72%);
  font-size: 15px;
  margin-bottom: 10px;
  max-width: 50ch;
 
}
.slide-duyuru-wrapper
  .slide-duyuru-item
  .slide-duyuru-col-text
  .slide-duyuru-btn {
  color: white;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
  font-size: 13px;
  transition: 0.2s;
}
.slide-duyuru-wrapper
  .slide-duyuru-item
  .slide-duyuru-col-text
  .slide-duyuru-btn:hover {
  color: #4ea7f9;
  border-bottom:1px solid #4ea7f9;
}


.slide-duyuru .owl-nav {
  position: absolute;
  bottom: 10px;
  right: 20px;

  z-index: 13000 !important;
  display: flex !important;
  gap: 1rem;
  cursor: pointer;
}
.slide-duyuru .owl-nav .owl-prev {
  left: 0 !important;
  width: 30px;
  height: 30px;
  background-color: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}
.slide-duyuru .owl-nav .owl-next {
  left: 0 !important;
  width: 30px;
  height: 30px;
  background-color: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s;
}

.slide-duyuru .owl-nav .owl-next:hover{
  background-color: #4ea7f9 !important;
  color: white;
}
.slide-duyuru .owl-nav .owl-prev:hover{
  background-color: #4ea7f9 !important;
  color: white;
}


.header-nav__item a i {
  margin-left: 5px;
}
.header-nav__dropdown-list ul li a{
  display: flex;
  align-items: center;
 
  
  gap: 7px;
}
.header-nav__dropdown-list ul li a img{
width: 20px;
height: 20px;
}
.header-nav__dropdown-list ul li{
 
  height: 70px;
  display: flex;
  align-items: center;

  border: 0!important;
  margin-bottom: 6px;
}


.header-nav__dropdown-list ul li a{
  border-bottom: 0!important;
 border-radius: 10px;
  padding: 16px;
}
.header-social{
  display: flex!important;
  align-items: center!important;
}
.header-nav__links{

  width:380px;
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.header-nav__links > li{
  width: 100%;
  padding: 14px 18px;
background-color: transparent;
  
  
  
}
.header-nav__links > li:hover{
  background-color: #92949533;
}
.header-nav__dropdown-list ul li a:hover {
  background-color: #191b1d87;
}
.header-container {
 
  width: 95%;
  max-width: 100%;
}
.header-logo img {
  height: 85px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 150px;
  object-fit: contain;
}
.header-logo {

position: relative;

}
 .header-logo:after{
  content: "";
  position: absolute;
  top: 20px;
  left: 6px;
  width: 30px;
  height: 30px;
  background-image: url("../img/icons/earth-icon.gif");
  background-repeat: no-repeat;
  background-position: center;
 background-size: 30px;
  opacity: 0.5;
  filter: brightness(0) invert(1);
} 
.slide-duyuru-body span{
  font-weight: bold!important;
  margin-left: 10px;
  font-size: 11px;
}
.slide-content .heading {
  
  line-height: 2;
  letter-spacing: 1px;
  
}
.slide-content .text {
  
  line-height: 1.5;
  letter-spacing: 1px;
  overflow: visible;
  margin-bottom: 50px;
}
.header-nav__dropdown-heading{
  padding-bottom: 1rem;
}
.header-nav__dropdown-heading .border{
  display: none;
}

.sub-slide{
  height: 400px;
  margin-top: 40px;
  
 
  display: flex!important;
}
.sub-slide .owl-stage{
  display: flex!important;
  height: 400px;

}

.sub-slide video, .sub-slide img{
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;

}
.sub-slide .sub-slide-item-relative {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.sub-slide-content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;

}
.sub-slide-content .sub-slide-tag {
  color: white;
  font-size: 11px;
  border-radius: 7px;
  margin-bottom: 1rem;
  padding: 6px 12px;
  /* border: 1px solid rgba(255, 255, 255, 0.524); */
  width: max-content;
  background-color: #4ea7f9;
}

.sub-slide-content .sub-slide-title{
  color: white;
  font-size: 24px;
  margin-bottom: 1rem;  
  line-height: 1.5;
  letter-spacing: 1px;
}
.sub-slide-content .sub-title-hashtag{
  color: #4ea7f9;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1rem;  
  line-height: 1.5;
  letter-spacing: 1px;
}
.sub-slide-content .sub-slide-link{
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 17px;
  margin-top: 50px;
  margin-bottom: 1rem;  
  line-height: 1.5;
  letter-spacing: 1px;
  transition: .3s;
 
}
.sub-slide-content .sub-slide-link .sub-slide-icon{
  transition: .3s!important;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
  width: 22px!important;
  height: 22px!important;
  background-color: #4ea7f9!important;
  border-radius: 100%!important;
 
}
.sub-slide-content .sub-slide-link:hover{
  transform:translateX(10px);
}
.sub-slide-wrapper {
 
margin-top: 40px;

}
.sub-slide-wrapper .sub-slide-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align:center;
  padding: 20px 0;
  gap: .5rem;

}
.sub-slide-wrapper .sub-slide-header .sub-slide-header-title {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2;
  
  max-width: 30ch;
  margin-bottom: 1rem;
  
}
.sub-slide-wrapper .sub-slide-header .sub-slide-header-sub-title {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 10px;
  line-height: 1.2;
  
  margin-bottom: 2rem;
}
.sub-slide-wrapper .sub-slide-header .sub-slide-header-links {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sub-slide-wrapper .sub-slide-header .sub-slide-header-links .sub-slide-header-link {
  color: #fff;
  background-color: #4ea7f9;
  padding: 20px 37px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .4px;
  /* line-height: 1.2; */
  border-radius: 16px;
  transition: .3s;
}
.sub-slide-wrapper .sub-slide-header .sub-slide-header-links .sub-slide-header-link:nth-child(2) {
  background-color: #d6d6d6;
  color: #000;
}
.sub-slide-wrapper .sub-slide-header .sub-slide-header-links .sub-slide-header-link:nth-child(2):hover {
  background-color: #4ea7f9;
  color: #fff;
}
.sub-slide-wrapper .sub-slide-header .sub-slide-header-links .sub-slide-header-link:hover {
  background-color: #4ea7f9;
  color: #fff;
}

.counter-icon-item{
  font-size: 30px!important;
  margin-bottom: 1rem;
  color: #4ea7f9;
}

.section.bg-2{
  margin-top: 120px!important;
}
.boxes-container{
  width: 100%;
 

}

.boxes-wrapper {
  width: 100%;
}
.boxes-wrapper .box-row.box-row-top {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 50px 145px;

}
.boxes-wrapper .box-row.box-row-top .col-6-img {
  width: 50%;
  height:477px;
  
}
.boxes-wrapper .box-row.box-row-top .col-6-img .img-wrapper-relative {
  width: 100%;
  height: 100%;
  position: relative;
}
.boxes-wrapper .box-row.box-row-top .col-6-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.boxes-wrapper .box-row.box-row-top .flex-column-two-box {
  width: 50%;
  height:477px;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
 
}
.boxes-wrapper .box-row.box-row-top .flex-column-two-box .box-item {
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
  padding: 4rem 2rem;
  border-radius: 20px;

  gap: 1rem;
  background-color: #f4f4f4;
  

}
.boxes-wrapper .box-row.box-row-top .flex-column-two-box .box-icon-w-30 {
  min-width: 100px;
  width: 140px;
  padding: 10px;
}
.boxes-wrapper .box-row.box-row-top .flex-column-two-box .box-icon-w-30 img {
  width: 100%;
  
}
.boxes-wrapper .box-row.box-row-top .flex-column-two-box .box-text-flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 38ch;
 
}
.boxes-wrapper .box-row.box-row-top .flex-column-two-box .box-text-flex-column .box-text-title {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: .4rem;

}
.boxes-wrapper .box-row.box-row-top .flex-column-two-box .box-text-flex-column .box-text-body {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;

  margin-bottom: 1rem;
}
.boxes-wrapper .box-row.box-row-top .flex-column-two-box .box-text-flex-column .box-text-link {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #4ea7f9;
  transition: .3s;
}
.boxes-img-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.boxes-img-content .boxes-img-title {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.boxes-img-content .boxes-img-body.textlimit {
  color: #ffffffc2;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
 
  
}
.boxes-img-link a {
  color: #4ea7f9;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.2;
  transition: .3s;
}
.boxes-img-link a:hover {
  color: #fff;
}


.box-row-top:nth-child(2){
  background-color: #f4f4f4;
  flex-direction: row-reverse;
}
.box-row-top:nth-child(2) .box-item{
  background-color: #fff!important;
  height: 230px!important;
  padding: 2rem!important;
}

.box-row-wrap{
  display: flex;
  gap: 1rem;

}
.box-row-wrap .box-item{
  display: flex;
  flex-direction: column!important;
  align-items: start!important;
  justify-content: center!important;
  padding: 0!important;
  height: 100%;
  
}
.box-row-wrap .box-icon-w-30{
  width: 30px!important;
  height: 30px!important;
 padding: 0 0!important;
 min-width: 30px!important;
  
}
.box-row-wrap .box-icon-w-30 img{
  width: 100%;
  height: 100%;
  padding: 0 0!important;
}
.box-row-wrap .box-text-title{
  font-size: 13px!important;
}
.box-row-wrap .box-text-body{
  font-size: 15px!important;
  max-height: 75px;
  overflow: hidden;
}
.services-header .text{
  padding-right: 0!important;
  color: #d6d6d6;
  letter-spacing: 1px;
  font-weight: 200;
  
}

.counter-card.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  border-radius: 10px;
}
.section > .container{
  padding-bottom: 30px!important;
}
.counter-card.item img {
  width: 100%;
  min-height: 200px !important;
  height: 230px !important;
  border-radius: 20px;
  max-height: 200px !important;
  object-fit: contain;
  box-shadow: 0 0 25px #0000001a;
  background-color: white !important;
}
.counter-text{
  margin-top: 20px;
}
/* .counter-wrapper .owl-stage .owl-item{
  filter: blur(2px)!important;
  opacity: .5;
} */

.counter-title{
 margin-left: 40px;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 300;
  padding-bottom: 1rem;
  width: max-content;
  border-bottom: 2px solid #ebebeb;
}

/* GÜNCEL RESPONSİVE AYARLARI*/

@media screen and (max-width:1280px){
  .header-social{
  position: absolute;
  top: 5px;
  right: 5px;
  }
  .boxes-wrapper .box-row.box-row-top{
    padding: 20px 20px!important;
  }
}

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

}

@media screen and (max-width:1040px){
  .header-social{
    position:relative;
    top: 5px;
    right: 5px;
    }
    .header-nav__wrapper{
      display:none !important;
    }
    .header-container{
      justify-content: space-between;
    }
    .header-logo{
      margin-left: 100px!important;
    }
    .slide-content{
      margin-top: -200px!important;
    }
    .sub-slide-wrapper .sub-slide-header .sub-slide-header-title{
      font-size: 40px;
      padding: 0 2rem;
    }
    .sub-slide-wrapper .sub-slide-header .sub-slide-header-sub-title{
      font-size: 14px;
      padding: 0 2rem;
    }
    .sub-slide-wrapper .sub-slide-header{
      gap: 0;
    }
    .boxes-wrapper .box-row.box-row-top .flex-column-two-box .box-text-flex-column .box-text-title{
      font-size: 14px;
      font-weight: 800;
    }
    .boxes-wrapper .box-row.box-row-top .flex-column-two-box .box-text-flex-column .box-text-body{
      font-size: 13px;
    }
   
}

@media screen and (max-width:990px){
  .boxes-wrapper .box-row.box-row-top{
    flex-direction: column;
  }
  .boxes-wrapper .box-row.box-row-top .col-6-img{
    width: 100%;
  }
  .boxes-wrapper .box-row.box-row-top .flex-column-two-box{
    width: 100%;
  }
}

@media screen and (max-width:820px){
  .slide-duyuru{
    display: none;
  }
  .sub-slide-wrapper .sub-slide-header .sub-slide-header-title{
    font-size: 30px;
   
  }
  .sub-slide-wrapper .sub-slide-header .sub-slide-header-sub-title{
    
    line-height: 1.7;
    letter-spacing: 0.4px;
    
  }
  .counter-title{
    width: 100%;
    margin-left: 0;
    text-align: center;
    font-size: 15px;
  }
}

@media screen and (max-width:620px){
  .header-logo{
    margin-left: 30px!important;
  }
  .sub-slide-content .sub-slide-title{
    font-size: 20px;
  }

  .slide-content .heading {
    line-height: 1.2;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1.7px;
    
}
.section.bg-2{
  margin-top:50px!important;
}
.slide-content .text{
  font-size: 13px;
}
.sub-slide-wrapper .sub-slide-header{
  padding: 20px 0;
}
.section > .container{
  padding-top: 30px!important;
}
}

@media screen and (max-width:500px){
  .slide-content{
    margin-top: -50px!important;
  }
  .header-social a{
    width: 30px;
    height: 30px;
  }
  .sub-slide-wrapper .sub-slide-header .sub-slide-header-links{
    width: 90%;
    margin: 0 auto;
    justify-content: center;
  }
  .sub-slide-wrapper .sub-slide-header .sub-slide-header-links .sub-slide-header-link{
    font-size: 13px;
  }
  .boxes-wrapper .box-row.box-row-top .flex-column-two-box{
    height: max-content;
  }
  .boxes-wrapper .box-row.box-row-top .flex-column-two-box .box-item{
    padding: 1rem;
    height: max-content!important;
  }
  .boxes-wrapper .box-row.box-row-top .flex-column-two-box .box-item{
    width: 100%;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 3rem 1rem;
    gap: 1rem;
    background-color: #f4f4f4;
  }
  .boxes-wrapper .box-row.box-row-top .flex-column-two-box .box-item{
    padding: 1rem 1rem;
  }
  .box-row-wrap{
    flex-direction: column;
  }
}


@media(max-width:660px){

}
.boxes-wrapper .box-row.box-row-top .col-6-img .img-wrapper-relative:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.inner-page__photo:after{
  content: "";
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background: #090b0f8d;
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
}

.inner-page__photo video {
  width: 100%;
  object-fit: cover;
}
html, body {
  overflow-x: hidden !important;
}
.slide-duyuru-area{
  z-index: 999;
}
.slide-content{
  z-index: 999;
}
.slide-photo:after{
  z-index: 500;
}