@charset "UTF-8";
/* ------------------------------------------------------------------
	Theme by astroon
	Versiom: 1.1.0
	Year: 2019
	Contact: astroonthemes@gmail.com
	Thank you for your purchase!
	---------------------------------------------------------------- */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.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, .form_comment, .col,
.col-auto, .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-sm-auto, .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-md-auto, .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-lg-auto, .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,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12, .form_comment {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12, .form_comment {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

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

.border-right-0 {
  border-right: 0 !important;
}

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

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* ------------------------------------------------------------------
	Theme by astroon
	Versiom: 1.1.0
	Year: 2019
	Contact: astroonthemes@gmail.com
	Thank you for your purchase!
	---------------------------------------------------------------- */
/* roboto-100 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url("../webfonts/roboto/roboto-v20-latin_cyrillic-100.eot");
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-100.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-100.woff2") format("woff2"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-100.woff") format("woff"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-100.ttf") format("truetype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-100.svg#Roboto") format("svg");
}

/* roboto-100italic - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url("../webfonts/roboto/roboto-v20-latin_cyrillic-100italic.eot");
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-100italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-100italic.woff2") format("woff2"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-100italic.woff") format("woff"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-100italic.ttf") format("truetype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-100italic.svg#Roboto") format("svg");
}

/* roboto-300 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/roboto/roboto-v20-latin_cyrillic-300.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-300.woff2") format("woff2"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-300.woff") format("woff"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-300.ttf") format("truetype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-300.svg#Roboto") format("svg");
}

/* roboto-300italic - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url("../webfonts/roboto/roboto-v20-latin_cyrillic-300italic.eot");
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-300italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-300italic.woff2") format("woff2"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-300italic.woff") format("woff"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-300italic.ttf") format("truetype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-300italic.svg#Roboto") format("svg");
}

/* roboto-regular - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/roboto/roboto-v20-latin_cyrillic-regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-regular.woff") format("woff"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-regular.ttf") format("truetype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-regular.svg#Roboto") format("svg");
}

/* roboto-500 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/roboto/roboto-v20-latin_cyrillic-500.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-500.woff2") format("woff2"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-500.woff") format("woff"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-500.ttf") format("truetype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-500.svg#Roboto") format("svg");
}

/* roboto-italic - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url("../webfonts/roboto/roboto-v20-latin_cyrillic-italic.eot");
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-italic.woff2") format("woff2"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-italic.woff") format("woff"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-italic.ttf") format("truetype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-italic.svg#Roboto") format("svg");
}

/* roboto-500italic - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url("../webfonts/roboto/roboto-v20-latin_cyrillic-500italic.eot");
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-500italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-500italic.woff2") format("woff2"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-500italic.woff") format("woff"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-500italic.ttf") format("truetype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-500italic.svg#Roboto") format("svg");
}

/* roboto-700 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/roboto/roboto-v20-latin_cyrillic-700.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-700.woff2") format("woff2"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-700.woff") format("woff"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-700.ttf") format("truetype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-700.svg#Roboto") format("svg");
}

/* roboto-900 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/roboto/roboto-v20-latin_cyrillic-900.eot");
  src: local("Roboto Black"), local("Roboto-Black"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-900.woff2") format("woff2"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-900.woff") format("woff"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-900.ttf") format("truetype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-900.svg#Roboto") format("svg");
}

/* roboto-900italic - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url("../webfonts/roboto/roboto-v20-latin_cyrillic-900italic.eot");
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-900italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-900italic.woff2") format("woff2"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-900italic.woff") format("woff"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-900italic.ttf") format("truetype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-900italic.svg#Roboto") format("svg");
}

/* roboto-700italic - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url("../webfonts/roboto/roboto-v20-latin_cyrillic-700italic.eot");
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-700italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-700italic.woff2") format("woff2"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-700italic.woff") format("woff"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-700italic.ttf") format("truetype"), url("../webfonts/roboto/roboto-v20-latin_cyrillic-700italic.svg#Roboto") format("svg");
}

/* roboto-condensed-300 - latin_cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-300.eot");
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-300.woff2") format("woff2"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-300.woff") format("woff"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-300.ttf") format("truetype"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-300.svg#RobotoCondensed") format("svg");
}

/* roboto-condensed-regular - latin_cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-regular.eot");
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-regular.woff2") format("woff2"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-regular.woff") format("woff"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-regular.ttf") format("truetype"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-regular.svg#RobotoCondensed") format("svg");
}

/* roboto-condensed-300italic - latin_cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-300italic.eot");
  src: local("Roboto Condensed Light Italic"), local("RobotoCondensed-LightItalic"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-300italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-300italic.woff2") format("woff2"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-300italic.woff") format("woff"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-300italic.ttf") format("truetype"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-300italic.svg#RobotoCondensed") format("svg");
}

/* roboto-condensed-italic - latin_cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-italic.eot");
  src: local("Roboto Condensed Italic"), local("RobotoCondensed-Italic"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-italic.woff2") format("woff2"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-italic.woff") format("woff"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-italic.ttf") format("truetype"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-italic.svg#RobotoCondensed") format("svg");
}

/* roboto-condensed-700 - latin_cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-700.eot");
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-700.woff2") format("woff2"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-700.woff") format("woff"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-700.ttf") format("truetype"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-700.svg#RobotoCondensed") format("svg");
}

/* roboto-condensed-700italic - latin_cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-700italic.eot");
  src: local("Roboto Condensed Bold Italic"), local("RobotoCondensed-BoldItalic"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-700italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-700italic.woff2") format("woff2"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-700italic.woff") format("woff"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-700italic.ttf") format("truetype"), url("../webfonts/roboto_condensed/roboto-condensed-v18-latin_cyrillic-700italic.svg#RobotoCondensed") format("svg");
}

/* oswald-200 - latin_cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: url("../webfonts/oswald/oswald-v29-latin_cyrillic-200.eot");
  src: local(""), url("../webfonts/oswald/oswald-v29-latin_cyrillic-200.eot?#iefix") format("embedded-opentype"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-200.woff2") format("woff2"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-200.woff") format("woff"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-200.ttf") format("truetype"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-200.svg#Oswald") format("svg");
}

/* oswald-300 - latin_cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url("../webfonts/oswald/oswald-v29-latin_cyrillic-300.eot");
  src: local(""), url("../webfonts/oswald/oswald-v29-latin_cyrillic-300.eot?#iefix") format("embedded-opentype"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-300.woff2") format("woff2"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-300.woff") format("woff"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-300.ttf") format("truetype"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-300.svg#Oswald") format("svg");
}

/* oswald-regular - latin_cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/oswald/oswald-v29-latin_cyrillic-regular.eot");
  src: local(""), url("../webfonts/oswald/oswald-v29-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-regular.woff2") format("woff2"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-regular.woff") format("woff"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-regular.ttf") format("truetype"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-regular.svg#Oswald") format("svg");
}

/* oswald-600 - latin_cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url("../webfonts/oswald/oswald-v29-latin_cyrillic-600.eot");
  src: local(""), url("../webfonts/oswald/oswald-v29-latin_cyrillic-600.eot?#iefix") format("embedded-opentype"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-600.woff2") format("woff2"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-600.woff") format("woff"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-600.ttf") format("truetype"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-600.svg#Oswald") format("svg");
}

/* oswald-500 - latin_cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/oswald/oswald-v29-latin_cyrillic-500.eot");
  src: local(""), url("../webfonts/oswald/oswald-v29-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-500.woff2") format("woff2"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-500.woff") format("woff"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-500.ttf") format("truetype"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-500.svg#Oswald") format("svg");
}

/* oswald-700 - latin_cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/oswald/oswald-v29-latin_cyrillic-700.eot");
  src: local(""), url("../webfonts/oswald/oswald-v29-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-700.woff2") format("woff2"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-700.woff") format("woff"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-700.ttf") format("truetype"), url("../webfonts/oswald/oswald-v29-latin_cyrillic-700.svg#Oswald") format("svg");
}

/* ------------------------------------------------------------------
	Theme by astroon
	Versiom: 1.1.0
	Year: 2019
	Contact: astroonthemes@gmail.com
	Thank you for your purchase!
	---------------------------------------------------------------- */
/*------------------------------------------------------------------
	[Table of contents]

	* - include sass file

	-------------------------
	1.  MAIN
	-------------------------
	2.	MENU *
	-------------------------
	3.  LOAD_IMAGES
	-------------------------
	4.  LOADING_PAGE
	-------------------------
	5.  HEAD_TITLE
	-------------------------
	6.  DIVIDERS
	-------------------------
	7.  BUTTONS
	-------------------------
	8.  SLIDER *
	-------------------------
	9.  WELCOME_BLOCK
	-------------------------
	10.  PROGRESS_BLOCK
	-------------------------
	11.  PROJECTS *
	-------------------------
	12.  POSTS
	-------------------------
	13.  ICONS_INFO_BLOCK
	-------------------------
	14.  VIDEO_BLOCK
	-------------------------
	15.  ACTION_BLOCK
	-------------------------
	16.  REVIEWS
	-------------------------
	17.  GALLERY
	-------------------------
	18.  BRANDS_BLOCK
	-------------------------
	19.  FOOTER
	-------------------------
	20.  OTHER_PAGES
	-------------------------
	21.  RESPONSIVE *

	-------------------------------------------------------------------*/
/*	----------------------------------------------------
	------ 1. MAIN
	---------------------------------------------------- */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #0D0D0D;
  color: #fff;
}

h1 {
  font-size: 64px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0px;
  padding: 0px;
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
}

h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
}

h4 {
  font-size: 18px;
  line-height: 1.4;
}

p {
  line-height: 1.7;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

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

.logo {
  position: relative;
  display: flex;
  align-items: center;
}

.logo svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.logo span {
  font-weight: 500;
  padding-left: 50px;
  font-size: 20px;
}

.logo span::before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  left: 55px;
  top: calc( 50% + 1px);
  background: #fff;
}

::-moz-selection {
  color: #fff;
  background: #FFC006;
}

::selection {
  color: #fff;
  background: #FFC006;
}

.container_min {
  width: 900px;
  margin: 0 auto;
}

.container_full_width {
  margin: 0 auto;
  margin-left: 150px;
  margin-right: 50px;
}

.nav_pages {
  display: flex;
  justify-content: center;
  width: 100%;
}

.nav_pages span {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #392b00;
  transition: .3s;
  cursor: pointer;
}

.nav_pages span:hover {
  background: #6c5100;
}

.nav_pages span.active {
  background: #FFC006;
  color: #000;
}

/*	----------------------------------------------------
	------ 2. MENU
	---------------------------------------------------- */
/* ------------------------------------------------------------------
	Theme by astroon
	Versiom: 1.1.0
	Year: 2019
	Contact: astroonthemes@gmail.com
	Thank you for your purchase!
	---------------------------------------------------------------- */
/*------ 2.1 MAIN_MENU */
.navbar-toggler span {
  color: #fff;
}

.social a {
  padding: 0px 15px;
  font-size: 16px;
  transition: 0.5s;
}

.social a:first-child {
  padding-left: 0px;
}

.w_menu, .full_menu {
  position: absolute;
  z-index: 100;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  height: 100px;
}

.navbar .menu_b {
  flex-grow: inherit;
  height: 100%;
}

.navbar .menu_b .navbar-nav {
  display: flex;
  align-items: center;
  padding: 0px;
  height: 100%;
}

.navbar li {
  list-style: none;
  padding: 0px 20px;
  height: 100%;
}

.navbar li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.navbar li:hover .dropdown-menu:before {
  background: #222222;
  -webkit-animation: anm 0.5s cubic-bezier(0.8, 0, 0.18, 1) both;
  animation: anm 0.5s cubic-bezier(0.8, 0, 0.18, 1) both;
  z-index: -1;
}

.navbar li:hover .dropdown-menu:after {
  background: #151515;
  -webkit-animation: anm 1s cubic-bezier(0.8, 0, 0.18, 1) both;
  animation: anm 1s cubic-bezier(0.8, 0, 0.18, 1) both;
  z-index: -1;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.navbar li:hover .full_menu {
  -webkit-animation: anm2 0.7s ease-in-out;
  animation: anm2 0.7s ease-in-out;
  opacity: 1;
}

.navbar li:hover span, .navbar li:hover * > a {
  -webkit-animation: anm 0.5s ease-in-out;
  animation: anm 0.5s ease-in-out;
}

.navbar li.active > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #FFC006;
  display: block;
  height: 2px;
  width: 100%;
  transition: width .3s ease-in-out;
}

.navbar a {
  display: flex;
  align-items: center;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  position: relative;
  height: 100%;
  transition: 0.3s;
}

.navbar a i {
  padding-left: 10px;
  color: #fff;
  font-size: 10px;
}

.navbar a:hover {
  color: #FFC006;
}

.navbar .dropdown-menu a, footer a {
  color: #838383;
  margin-bottom: 15px;
  font-size: 15px;
  transition: .3s;
  position: relative;
}

.navbar .dropdown-menu a:last-child, footer a:last-child {
  margin-bottom: 0px;
}

.navbar .dropdown-menu a:hover, footer a:hover {
  color: #fff;
  padding-left: 15px;
}

.navbar .dropdown-menu a:hover::before, footer a:hover::before {
  opacity: 1;
  width: 10px;
}

.navbar .dropdown-menu a:before, footer a:before {
  content: '';
  display: block;
  width: 0px;
  height: 1px;
  background: #FFC006;
  position: absolute;
  top: calc( 50% - 1px);
  left: 0;
  opacity: 0;
  transition: .3s;
}

/*------ 2.2 DROPDOWN */
.dropdown-menu {
  position: absolute;
  visibility: hidden;
  transition: 0.5s;
  opacity: 0;
  padding: 40px;
  overflow: hidden;
}

.dropdown-menu a {
  font-size: 15px;
  font-family: 'roboto';
  text-transform: none;
  display: block;
}

.dropdown-menu::after, .dropdown-menu::before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  z-index: 1;
}

/*------ 2.3 DROPDOWN_BIG */
.w_dropdown {
  left: 0;
  right: 0;
  width: 100%;
  padding: 0px;
  display: flex;
  width: auto;
  flex-wrap: wrap;
}

.w_dropdown h3 {
  color: #fff;
}

.w_dropdown span {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: calc( 100% / 4);
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.w_dropdown span:last-child {
  border-right: 0px;
}

.w_dropdown span h3 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 20px;
}

.w_dropdown span a {
  height: auto;
  font-size: 14px;
}

.w_dropdown .banner {
  padding: 0px;
  height: 280px;
}

.w_dropdown .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*------ 2.4 LEFT_MENU */
.left_menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100px;
  height: 100vh;
  flex-direction: column;
  background: #0D0D0D;
  box-sizing: border-box;
}

.left_menu .logo {
  position: absolute;
  top: 50px;
}

.left_menu .menu_b .navbar-nav {
  height: auto;
  display: -webkit-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-90deg) translate3d(200px, 0, 0);
  webkit-backface-visibility: hidden;
  transform-origin: right top;
  position: absolute;
  right: 100px;
  flex-direction: row-reverse;
  padding-right: 200px;
  top: 200px;
  height: auto;
  display: flex;
}

.left_menu .menu_b .navbar-nav .navbar-nav {
  width: 100%;
  flex-direction: row-reverse;
}

.left_menu .menu_b .navbar-nav li {
  display: flex;
  height: 100px;
}

.left_menu .menu_b .navbar-nav li:hover .dropdown-menu:before {
  -webkit-animation: anm_left 0.5s cubic-bezier(0.8, 0, 0.18, 1) both;
  animation: anm_left 0.5s cubic-bezier(0.8, 0, 0.18, 1) both;
}

.left_menu .menu_b .navbar-nav li:hover .dropdown-menu:after {
  -webkit-animation: anm_left 1s cubic-bezier(0.8, 0, 0.18, 1) both;
  animation: anm_left 1s cubic-bezier(0.8, 0, 0.18, 1) both;
}

.left_menu .menu_b .navbar-nav li:hover .full_menu {
  -webkit-animation: anm2_left 0.7s ease-in-out;
  animation: anm2_left 0.7s ease-in-out;
  opacity: 1;
}

.left_menu .menu_b .navbar-nav li:hover span, .left_menu .menu_b .navbar-nav li:hover * > a {
  -webkit-animation: anm_left 0.9s ease-in-out;
  animation: anm_left 0.9s ease-in-out;
}

.left_menu .menu_b .navbar-nav li:hover .w_dropdown * > a {
  -webkit-animation: none !important;
  animation: none !important;
}

.left_menu .other-nav {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100px;
  height: auto;
  display: block;
}

.left_menu .other-nav .other_nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0px;
  margin: 0px;
  border: 0;
}

.left_menu .other-nav .other_nav a {
  margin: 0 auto;
  margin-bottom: 30px;
}

.left_menu .other-nav .other_nav a:last-child {
  margin-bottom: 0;
}

.left_menu .phone_num {
  display: none;
}

.left_menu .social_menu_left {
  position: absolute;
  bottom: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: auto;
  box-sizing: border-box;
  -webkit-transform: rotate(-90deg) translate3d(12px, 0, 0);
  webkit-backface-visibility: hidden;
  transform-origin: right top;
  position: absolute;
  right: 100px;
  flex-direction: row-reverse;
}

.left_menu .social_menu_left a {
  position: relative;
  display: flex;
  height: 100px;
  padding: 0px 20px;
  cursor: pointer;
  width: 20px;
  opacity: 0.3;
  transition: 0.3s;
}

.left_menu .social_menu_left a:hover {
  opacity: 1;
}

.left_menu .social_menu_left a:after {
  content: "";
  height: 2px;
  width: 0%;
  display: block;
  background: #FFC006;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}

.left_menu .social_menu_left a:hover:after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  background: #FFC006;
  position: absolute;
  bottom: 0;
  left: 0;
}

.left_menu a, .left_menu li {
  height: auto;
}

.left_menu .dropdown-menu {
  position: fixed;
  z-index: 998;
  width: 300px;
  transition: 0.3s;
  flex-direction: column;
  background: none;
  box-shadow: none;
  padding: 40px;
  box-sizing: border-box;
  -webkit-transform: rotate(90deg);
  transform-origin: left top;
  top: 100px;
  margin-left: 60px;
}

.left_menu .dropdown-menu a {
  font-size: 15px;
}

.left_menu .dropdown-menu a:hover {
  color: white !important;
}

.left_menu .dropdown-menu span {
  width: 100%;
  box-sizing: border-box;
  border-right: none;
  padding: 0px;
  padding-bottom: 40px;
}

.left_menu .dropdown-menu .full_menu {
  right: 0;
  bottom: 0;
  top: auto;
  height: 300px;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
}

.left_menu .w_dropdown {
  left: 100%;
  height: 100vh;
  margin-left: 0px;
}

/*------ 2.5 OTHER */
.call_block {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0px 30px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}

.call_block .phone_num {
  padding-top: 5px;
  font-size: 18px;
  font-weight: 500;
}

.other-nav {
  height: 100%;
  display: flex;
}

.other_nav {
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0px 5px;
}

.other_nav:hover span {
  -webkit-animation: none !important;
  animation: none !important;
}

.other_nav a {
  margin-right: 30px;
}

.other_nav a i {
  padding-left: 0px;
}

.other_nav a i::before {
  font-size: 15px;
}

.other_nav a:last-child {
  margin-right: 0px;
}

.other_nav .shop_icon {
  position: relative;
}

.other_nav .shop_icon span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FFC006;
  color: #000;
  display: flex;
  font-size: 10px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -10px;
  margin-top: -10px;
}

.phone_num {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  margin-left: 20px;
}

.full_menu {
  padding-left: 50px;
  padding-right: 50px;
  border: 0;
}

.full_menu .other_nav {
  border: 0;
}

/*------ 2.6 STYCKY */
.menu_sticky {
  position: fixed !important;
  top: -100px;
  transform: translateY(0%);
  background: #0D0D0D;
  border-bottom: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  transition: all .25s ease-in-out;
}

.menu_sticky .navbar {
  height: 80px;
  transition: all .25s ease-in-out;
}

.menu_sticky .navbar img {
  height: 40px;
}

.menu_sticky .navbar li.active::after, .menu_sticky .navbar li::after {
  margin-top: 28px;
}

.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}

.headroom--pinned {
  display: block;
  top: -1px;
  transform: translateY(0%);
}

.headroom--unpinned {
  top: -1px;
  transform: translateY(-100%);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0);
}

.headroom--top {
  transform: translateY(-100%);
}

/*------ 2.7 KEYFRAMES */
@-webkit-keyframes anm {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes anm {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

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

@keyframes anm2 {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@-webkit-keyframes anm_left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes anm_left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

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

@keyframes anm2_left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

/*	----------------------------------------------------
	------ 3. LOAD_IMAGES
	---------------------------------------------------- */
.rn_surface {
  position: relative;
  overflow: hidden;
}

.rn_surface::after, .rn_surface::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.rn_surface::after {
  background: #222222;
  z-index: 1;
}

.touch .rn_surface::after, .touch .rn_surface::before {
  visibility: hidden;
}

.rn_surface.animated::before {
  background: #303030;
  -webkit-animation: rn_surface 1.5s cubic-bezier(0.8, 0, 0.18, 1) both;
  animation: rn_surface 1.5s cubic-bezier(0.8, 0, 0.18, 1) both;
  z-index: 2;
}

.rn_surface.animated::after {
  -webkit-animation: rn_surfaceBack 1.5s cubic-bezier(0.8, 0, 0.18, 1) both;
  animation: rn_surfaceBack 1.5s cubic-bezier(0.8, 0, 0.18, 1) both;
}

@-webkit-keyframes rn_surface {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes rn_surface {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@-webkit-keyframes rn_surfaceBack {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes rn_surfaceBack {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@-webkit-keyframes rn_surface-vertical {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

@keyframes rn_surface-vertical {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

/*	----------------------------------------------------
	------ 4. LOADING_PAGE
	---------------------------------------------------- */
#rn-preloader-wrap {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: flex;
  transition: all 0.5s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}

#rn-preloader-wrap:before, #rn-preloader-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #000000;
  transition: all 0.5s ease 0s;
}

#rn-preloader-wrap:after {
  left: auto;
  right: 0;
}

.icon_load {
  height: 30px;
  width: 24px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.icon_load svg path,
.icon_load svg rect {
  fill: #FFC006;
}

.rn-preloaded:before, .rn-preloaded:after {
  -webkit-animation: rnPreloaderShatter 300ms ease-in-out 500ms forwards;
  animation: rnPreloaderShatter 300ms ease-in-out 500ms forwards;
}

.rn-preloader-cont {
  transition: 0.7s !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-animation: rnPreloaderZoomInOut 1s infinite;
  animation: rnPreloaderZoomInOut 1s infinite;
}

.rn-preloaded .rn-preloader-cont {
  opacity: 0;
}

@-webkit-keyframes rnPreloaderShatter {
  0% {
    width: 50%;
  }
  100% {
    width: 0%;
  }
}

@keyframes rnPreloaderShatter {
  0% {
    width: 50%;
  }
  100% {
    width: 0%;
  }
}

@-webkit-keyframes rnPreloaderZoomInOut {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes rnPreloaderZoomInOut {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}

/*	----------------------------------------------------
	------ 5. HEAD_TITLE
	---------------------------------------------------- */
.head_t .w_menu {
  position: relative;
  background: #000;
}

.title_head {
  background: url(../img/bg_head.jpg) center;
  background-size: cover;
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: -1;
}

.title_head.jarallax {
  z-index: -1;
}

.title_head h2 {
  font-size: 64px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  z-index: 99;
}

.title_head p {
  max-width: 450px;
  padding-top: 35px;
  margin-bottom: 70px;
  z-index: 99;
}

.title_head:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
}

/*	----------------------------------------------------
	------ 6. DIVIDERS
	---------------------------------------------------- */
.line_title {
  margin: 0 auto;
  width: 20px;
  fill: #fff;
  background-size: cover;
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.line_title svg {
  width: 100%;
  height: 20px;
}

.line_title:before, .line_title:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background: #FFC006;
  display: block;
  top: 10px;
  -webkit-animation: line_animation  1s infinite ease;
  animation: line_animation  1s infinite ease;
}

.line_title:after {
  left: 30px;
}

.line_title:before {
  right: 30px;
}

@-webkit-keyframes line_animation {
  0% {
    width: 40px;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 40px;
  }
}

@keyframes line_animation {
  0% {
    width: 40px;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 40px;
  }
}

/*	----------------------------------------------------
	------ 7. BUTTONS
	---------------------------------------------------- */
.button_large, .button_medium, .button_small {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 35px;
  text-transform: capitalize;
  letter-spacing: 2px;
  position: relative;
  border: 2px solid #FFC006;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  z-index: 4;
  font-weight: 500;
}

.button_large:after, .button_medium:after, .button_small:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  outline: 0px solid #FFC006;
  z-index: -1;
  left: 0;
  top: 0;
  transition: 0.3s;
}

.button_large:before, .button_medium:before, .button_small:before {
  color: #000;
  opacity: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 10px;
  position: absolute;
  display: block;
  right: 0px;
  transition: 0.3s;
}

.button_large:hover, .button_medium:hover, .button_small:hover {
  padding-right: 40px;
  padding-left: 20px;
  color: #000;
  text-decoration: none;
}

.button_large:hover:after, .button_medium:hover:after, .button_small:hover:after {
  outline: 35px solid #FFC006;
  outline-offset: -35px;
}

.button_large:hover:before, .button_medium:hover:before, .button_small:hover:before {
  opacity: 1;
  right: 15px;
}

.button_large {
  padding: 20px 50px;
}

.button_large:hover {
  padding-left: 25px;
}

.button_large:before {
  font-size: 12px;
  top: 25px;
}

.button_medium {
  padding: 15px 45px;
}

.button_medium:hover {
  padding-left: 25px;
}

.button_medium:before {
  font-size: 12px;
  top: 18px;
}

.button_small {
  padding: 10px 35px;
}

.button_small:hover {
  padding-left: 25px;
}

.button_small:before {
  font-size: 12px;
  top: 14px;
}

@-webkit-keyframes button_a {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes button_a {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes hover_call {
  0% {
    left: 0px;
  }
  69% {
    left: -2px;
  }
  70% {
    left: 2px;
  }
  100% {
    left: 0px;
  }
}

@keyframes hover_call {
  0% {
    left: 0px;
  }
  69% {
    left: -2px;
  }
  70% {
    left: 2px;
  }
  100% {
    left: 0px;
  }
}

#button_scroll {
  position: fixed;
  bottom: 10px;
  right: 20px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  font-size: 14px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

#button_scroll:hover {
  border-top: 2px solid #FFC006;
  cursor: pointer;
}

#button_scroll:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  color: #fff;
  transition: 0.8s;
  transform: translateY(120px);
  position: absolute;
}

#button_scroll.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

#button_scroll.show:after {
  transform: translateY(0px);
}

/*	----------------------------------------------------
	------ 8. SLIDER
	---------------------------------------------------- */
/* ------------------------------------------------------------------
	Theme by astroon
	Versiom: 1.1.0
	Year: 2019
	Contact: astroonthemes@gmail.com
	Thank you for your purchase!
	---------------------------------------------------------------- */
/*------ 8.1 MAIN_SLIDER */
.slider_f {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}

.slider_f .video_block iframe {
  opacity: .35;
}

.slider {
  background-size: cover !important;
  background-position: bottom center !important;
  height: calc(100vh);
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150%;
  opacity: 0;
}

.slider:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  transition: 1.5s;
  background: black;
}

.sld_f_s {
  width: 100%;
  height: 100%;
}

.slider_f .slide_t {
  color: #fff;
  position: relative;
  display: flex;
  width: 100%;
  text-align: center;
}

.img_parallax {
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.sld_f {
  height: calc(100vh - 150px);
  height: 100vh;
  top: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 1;
  -webkit-animation: sld_f 0.3s 1 ease-in-out;
  animation: sld_f 0.3s 1 ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.sld_f.active .slider {
  opacity: 1;
}

.sld_f.active .slider:after {
  background: rgba(0, 0, 0, 0.5);
}

.sld_f.active .sld_f_s {
  z-index: 2;
  opacity: 1;
  -webkit-animation: slide_anim 1.5s 1 ease-in-out;
  animation: slide_anim 1.5s 1 ease-in-out;
}

.sld_f.active {
  opacity: 1;
  -webkit-animation: none;
  animation: none;
}

.animation_bg {
  -webkit-animation: slide_anim_scale 20s infinite linear !important;
  animation: slide_anim_scale 20s infinite linear !important;
}

.slider_f .slide_t .text_s {
  margin-bottom: 150px;
  position: absolute;
  z-index: 99;
}

.slider_f .slide_t .text_s h2 {
  font-size: 110px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px;
  padding-top: 15px;
  transform: scale(0.9);
  opacity: 0;
  transition: 0.4s;
  position: relative;
  width: 800px;
  line-height: 120px;
}

.slider_f .slide_t .text_s span {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 5px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: 0.4s;
}

.slider_f .slide_t .text_s a {
  margin-top: 50px;
}

.slider_f .slide_t .sld_f.active .text_s span {
  opacity: 1;
  top: -10px;
}

.slider_f .slide_t .sld_f.active .text_s h2 {
  opacity: 1;
  transform: scale(1);
}

.slider_f .slide_t span.b_scroll {
  color: #fff;
  position: absolute;
  bottom: 15vh;
  width: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
}

.slider_f .slide_t span.b_scroll .b_scroll_text {
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  margin-bottom: 20px;
  margin-left: 1px;
  letter-spacing: 5px;
  font-size: 10px;
  text-transform: uppercase;
}

.slider_f .slide_t .b_scroll i {
  display: block;
  fill: #fff;
  -webkit-animation: mouse  3s infinite ease-in-out;
  animation: mouse  3s infinite ease-in-out;
  position: absolute;
  transition: 0.3s;
}

.slider_f .slide_t .b_scroll i svg {
  width: 15px;
  height: 21px;
}

.slider_f .slide_t .b_scroll i:hover {
  opacity: 0.5;
}

/*------ 8.2 ARROWS */
.arrows {
  position: absolute;
  max-width: 1170px;
  height: 47px;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: calc(50% - 50px);
  z-index: 99;
}

.arrows .arrow_l, .arrows .arrow_r {
  opacity: 0.5;
  transition: 0.3s;
  width: 45px;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  cursor: pointer;
}

.arrows .arrow_l:before, .arrows .arrow_r:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  width: 45px;
  position: absolute;
  display: block;
  top: 0;
  padding: 20px 0px;
}

.arrows .arrow_l:hover, .arrows .arrow_r:hover {
  opacity: 1;
}

.arrows .arrow_r:hover {
  transform: translateX(5px);
}

.arrows .arrow_l:hover {
  transform: translateX(-5px);
}

.arrows .arrow_r:before {
  content: "\f054";
  border-right: 2px solid #fff;
}

.arrows .arrow_l:before {
  content: "\f053";
  border-left: 2px solid #fff;
}

.arrows .arrow_r {
  right: 0px;
}

/*------ 8.3 LINES */
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  margin: 0 auto;
  width: 1170px;
  z-index: 2;
}

.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  margin: 0;
}

.lines .line::after {
  content: '';
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.lines .line:nth-child(1) {
  left: 0%;
}

.lines .line:nth-child(2) {
  left: 389px;
}

.lines .line:nth-child(2)::after {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.lines .line:nth-child(3) {
  right: 389px;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.lines .line:nth-child(4) {
  right: 0;
}

.lines .line:nth-child(4)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

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

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

@-webkit-keyframes slide_anim {
  0% {
    transform: translate(0px, 90px);
    filter: grayscale(100%);
    transform: scale(1.2);
  }
  100% {
    transform: translate(0, 0);
    filter: grayscale(0%);
    transform: scale(1);
  }
}

@keyframes slide_anim {
  0% {
    transform: translate(0px, 90px);
    filter: grayscale(100%);
    transform: scale(1.2);
  }
  100% {
    transform: translate(0, 0);
    filter: grayscale(0%);
    transform: scale(1);
  }
}

@-webkit-keyframes slide_anim_scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes slide_anim_scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes mouse {
  20%, 100% {
    bottom: -20px;
  }
  0% {
    bottom: -20px;
  }
  10% {
    bottom: -25px;
  }
  15% {
    bottom: -18px;
  }
}

@keyframes mouse {
  20%, 100% {
    bottom: -20px;
  }
  0% {
    bottom: -20px;
  }
  10% {
    bottom: -25px;
  }
  15% {
    bottom: -18px;
  }
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

/*	----------------------------------------------------
	------ 9. WELCOME_BLOCK
	---------------------------------------------------- */
.welcome {
  background: #151515;
  position: relative;
  z-index: 99;
  box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.13);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -135px;
}

.welcome:after {
  content: '';
  background: url(../img/pattern_white.png) center;
  opacity: 0.4;
  width: 100%;
  height: 400px;
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50px;
  z-index: -1;
}

.welcome .img_anm {
  height: 100%;
}

.welcome img {
  height: 100%;
  transition: 0.3s;
}

.welcome .wel_f {
  background: #151515;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.welcome .b_t {
  padding: 0px 70px;
}

.welcome .b_t p {
  padding-bottom: 50px;
}

.welcome .b_t h2 {
  padding-bottom: 25px;
}

.welcome .slder_b {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.welcome .slder_b .cocoen-drag {
  width: 0px;
}

.welcome .slder_b .cocoen-drag:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 600;
  color: #000;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.welcome .slder_b .desc_s {
  background: #0D0D0D;
  z-index: 999;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 15px 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*	----------------------------------------------------
	------ 10. PROGRESS_BLOCK
	---------------------------------------------------- */
.progress_block {
  margin: 100px 0px;
}

.progress_block .b_num {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.progress_block .b_num img {
  height: 80px;
  border-radius: 50%;
  margin-right: 30px;
}

.progress_block .b_num:hover p:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 70%;
  background: #FFC006;
  left: -1px;
  bottom: 0;
}

.progress_block .b_num:hover p {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.progress_block .b_num p {
  font-size: 15px;
  padding-left: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  transition: 0.3s;
}

.progress_block .b_num p:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 0%;
  background: #FFC006;
  left: -1px;
  bottom: 0;
  transition: 0.3s;
}

.progress_block .b_num .num_b {
  padding-right: 25px;
}

.progress_block .b_num .num_b h3 {
  font-size: 42px;
  font-weight: 300;
}

.progress_block .b_num .num_b span {
  font-size: 12px;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: #FFC006;
}

/*	----------------------------------------------------
	------ 11. PROJECTS
	---------------------------------------------------- */
/* ------------------------------------------------------------------
	Theme by astroon
	Versiom: 1.1.0
	Year: 2019
	Contact: astroonthemes@gmail.com
	Thank you for your purchase!
	---------------------------------------------------------------- */
/*------ 11.1 PROJECT_BLOCK */
.info_proj {
  position: absolute;
  width: calc(100% - 40px);
  margin: 20px;
  display: flex;
}

.info_proj span {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  width: 100%;
}

.info_proj span:nth-child(1) {
  width: 60%;
  color: #fff;
  background: #222222;
}

.info_proj span:nth-child(2) {
  width: 40%;
  font-weight: 500;
}

.projects_blocks .proj span {
  transition: 0.3s;
  overflow: hidden;
}

.projects_blocks .proj i {
  display: inline-block;
  position: relative;
  transition: transform 300ms;
  font-style: normal;
}

.projects_blocks .proj span .flaticon-full-size {
  position: absolute;
  left: 3px;
  top: 10px;
}

.projects_blocks .proj span .flaticon-full-size:before {
  color: #fff;
  font-size: 14px;
}

.projects_blocks .proj:hover span:nth-child(1) {
  width: 40%;
}

.projects_blocks .proj:hover span:nth-child(2) {
  width: 60%;
}

.projects_blocks .proj span i:before {
  content: attr(data-hover);
  position: absolute;
  top: -60px;
  left: 0;
  transform: translate3d(0, 0, 0);
}

.projects_blocks .proj span i:after {
  content: attr(data-hover);
  position: absolute;
  top: -30px;
  left: 0;
  transform: translate3d(0, 0, 0);
}

.projects_blocks .proj:hover i,
.projects_blocks .proj:focus i {
  transform: translateY(60px);
}

.i_proj a {
  margin: 0 auto;
}

.i_proj {
  padding: 20px;
}

section.projects_b {
  padding: 100px 0px;
}

.p_bb {
  transform: translateY(-70px);
  margin-bottom: -70px;
}

.projects_b .wrapper {
  position: relative;
}

.projects_b .head_block {
  padding-bottom: 0px;
}

.projects_blocks .proj {
  background: #fff;
  position: relative;
  overflow: hidden;
  height: 580px;
  width: 100%;
  margin: 0 0 30px;
  transition: 0.3s;
  display: inline-block;
  padding: 0px;
}

.projects_blocks .proj a {
  top: 80px;
}

.projects_blocks .proj:last-child {
  margin-right: 0px;
}

.projects_blocks .proj h3 {
/*  padding-bottom: 25px;*/
}

.projects_blocks .proj .img_proj {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 250px;
  left: 0;
  background-repeat: no-repeat !important;
  background-size: 700px auto !important;
  transition: bottom 300ms ease;
}

.projects_blocks .proj .i_proj {
  position: absolute;
  z-index: 10;
  background: white;
  bottom: 0;
  transition: transform 300ms ease;
}

.projects_blocks .proj .i_proj a {
  text-decoration: none;
}

.projects_blocks .proj:hover {
  transform: translateY(-26px);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.projects_blocks .proj:hover .img_proj {
  bottom: 300px;
}

.projects_blocks .proj:hover .i_proj {
  transform: translateY(-80px) !important;
}

.projects_blocks .proj:hover a {
  opacity: 1;
  top: 30px;
}

.slider_global {
  height: 100%;
  position: relative;
}

.swiper_buttons_n {
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  position: absolute;
  display: flex;
  align-items: center;
  top: -15px;
}

/*------ 11.2 SWIPER */
.swiper-container .swiper_buttons_n {
  top: 40px;
}

.swiper-button-prev, .swiper-button-next, .swiper-button-prev-2, .swiper-button-next-2, .swiper-button-prev-3, .swiper-button-next-3 {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129'%3E%3Cpath d='M40.4 121.3c-.8.8-1.8 1.2-2.9 1.2s-2.1-.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8s4.2-1.6 5.8 0l53.9 53.9c1.6 1.6 1.6 4.2 0 5.8l-53.9 53.9z' fill='%23FFC006'/%3E%3C/svg%3E%0A");
  outline: none;
  transition: 0.3s;
  cursor: pointer;
}

.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}

.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-button-prev-2, .swiper-button-prev-3 {
  transform: scale(-1, 1);
  left: -60px;
  position: absolute;
}

.swiper-button-next, .swiper-button-next-2, .swiper-button-next-3 {
  right: -60px;
  position: absolute;
}

.swiper-pagination, .swiper-pagination-2, .swiper-pagination-3 {
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.swiper-pagination {
  margin-top: 0px;
}

.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: none;
  margin-right: 10px;
  transition: 0.3s;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #000;
  width: 7px;
  height: 7px;
}

.swiper-container .swiper-wrapper {
  margin-top: 70px;
}

.quote-slider, .image_slider {
  overflow: hidden;
}

.quote-slider .swiper-slide {
  border: 2px solid #FFC006;
  padding: 30px;
  box-sizing: border-box;
}

.quote-slider .swiper-slide h3 {
  font-size: 20px;
  padding-bottom: 20px;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}

.swiper-pagination-bullet-active {
  background: #FFC006;
}

.image_slider .swiper-slide {
  overflow: hidden;
  font-size: 0;
}

.image_slider img {
  width: 100%;
  transition: 0.3s;
}

.image_slider img:hover {
  transform: scale(1.2);
}

/*------ 11.3 PAGE_PROJECT */
#project_page .projects_blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
}

#project_page .projects_blocks .proj {
  flex: none;
  display: inherit;
}

#project_page .projects_blocks .proj:nth-child(3n+3) {
  margin-right: 0px;
}

#project_page .projects_blocks .proj:hover {
  transform: none;
}

.title_page {
  padding-top: 100px;
  padding-bottom: 50px;
}

.title_page p {
  color: #fff;
}

.head_block {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

section .head_block {
  width: 600px;
}

.head_block h2, .head_block_left h2 {
  font-size: 42px;
  margin: 0px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

.title_page .head_block h2:after {
  background: #fff;
}

.head_block_left {
  text-align: left;
  margin: initial;
  padding-bottom: 0px;
}

.head_block_left h2 {
  padding-bottom: 20px;
}

/*------ 11.4 FILTER_PROJECTS */
.filter {
  height: auto;
  background: #151515;
  margin-top: -100px;
  padding: 50px 30px;
  box-sizing: border-box;
}

.filter .f_b h4 {
  padding-bottom: 30px;
}

.filter .f_b:last-child {
  margin-right: 0px;
}

.filter_b span {
  display: flex;
}

.filter_b .count_f {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.filter_b .vl_f {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.filter_b .vl_f .vl {
  display: flex;
  align-items: center;
}

.filter_b .vl_f .vl span {
  padding: 0 10px;
}

.filter_b .vl_f .vl button {
  width: 30px;
  height: 30px;
  border-radius: 0px;
  font-size: 16px;
  border: 0px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  transition: .3s;
  outline: none;
}

.filter_b .vl_f .vl button:hover {
  background: none;
  box-shadow: inset 0px 0px 0px 2px #FFC006;
}

.noUi-base {
  background: rgba(255, 255, 255, 0.2);
}

.noUi-horizontal {
  height: 2px;
}

.noUi-origin {
  background: #fff;
}

.noUi-handle {
  background: #000;
  box-shadow: none;
  border-radius: 50%;
  outline: none;
}

.noUi-handle:before, .noUi-handle::after {
  display: none;
}

.noUi-target {
  background: rgba(255, 255, 255, 0.11);
  border: 0px;
  box-shadow: none;
}

.noUi-horizontal .noUi-handle {
  height: 15px;
  width: 15px;
  background: #0D0D0D;
  border: 2px solid #FFC006;
  border-radius: 0px;
}

.noUi-connect {
  background: #FFC006;
}

#home .projects_b {
  background: url(../img/bg_home_black.png) no-repeat;
  background-size: cover;
}

.projects_blocks .proj .i_proj, .projects_blocks .proj {
  background: #222222;
}

.price_proj {
  background: #FFC006;
  color: #000;
}

.project_single img {
  width: 100%;
}

/*	----------------------------------------------------
	------ 12. POSTS
	---------------------------------------------------- */
/* ------------------------------------------------------------------
	Theme by astroon
	Versiom: 1.1.0
	Year: 2019
	Contact: astroonthemes@gmail.com
	Thank you for your purchase!
	---------------------------------------------------------------- */
.sidebar {
  flex: none;
  margin-top: -130px;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-bottom: 50px;
  height: 100%;
  padding-top: 30px;
}

.sidebar .widget {
  border: 1px solid #262626;
  padding: 25px;
  margin-top: 30px;
  background: #0D0D0D;
}

.sidebar .widget:first-child {
  margin-top: 0px;
}

.sidebar .tags_widget {
  display: flex;
  flex-wrap: wrap;
}

.sidebar .tags_widget .title_widget {
  padding-bottom: 20px;
}

.sidebar .tags_widget span {
  margin-top: 10px;
}

.title_widget {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}

.title_widget::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 30px;
  margin-right: 20px;
  background: #FFC006;
}

.input_widget, .input_widget_min {
  box-sizing: border-box;
  display: flex;
  background: none !important;
}

.input_widget input, .input_widget_min input {
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  border: none;
  width: 100%;
  border: 1px solid #e1e1e1;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  transition: .3s;
}

.input_widget input:focus, .input_widget_min input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.15);
}

.input_widget button, .input_widget_min button {
  background: #FFC006;
  color: #000;
  border: none;
  padding: 0px 20px;
  box-sizing: border-box;
  flex: none;
  outline: none;
  transition: .3s;
}

.input_widget button:hover, .input_widget_min button:hover {
  box-shadow: inset 0px 0px 0px 2px #FFC006;
  background: none;
  color: #FFC006;
}

.input_widget.widget, .input_widget_min.widget {
  padding: 0px !important;
}

.input_widget_min input {
  padding: 10px 15px;
}

.input_widget_min button {
  padding: 0px 15px;
}

.gallery_widget {
  display: flex;
  flex-wrap: wrap;
}

.gallery_widget .min_img_w {
  width: 33%;
  height: 80px;
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

.gallery_widget .min_img_w img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.gallery_widget .min_img_w:nth-child(3n+3) {
  padding-right: 0px;
}

.gallery_widget .min_img_w:nth-last-child(-n+3) {
  padding-bottom: 0px;
}

.info_proj_widget {
  width: 100%;
  display: flex;
  position: relative;
  padding: 0px !important;
  border: none !important;
}

.info_proj_widget span {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  display: flex;
  position: relative;
  width: 100%;
}

.info_proj_widget span i {
  display: inline-block;
  margin: 0 auto;
  font-style: normal;
}

.info_proj_widget span:nth-child(1) {
  color: #fff;
  background: #222222;
}

.info_proj_widget span:nth-child(2) {
  font-weight: 500;
}

.info_proj_widget span .flaticon-full-size {
  position: absolute;
  left: 3px;
  top: 10px;
}

.info_proj_widget span .flaticon-full-size:before {
  color: #fff;
  font-size: 14px;
}

.category_widget li {
  color: #616161;
  padding: 5px 0px;
  list-style: none;
  transition: .3s;
  cursor: pointer;
}

.category_widget li:nth-child(2) {
  padding-top: 0px;
}

.category_widget li:last-child {
  padding-bottom: 0px;
}

.category_widget li:hover {
  color: #fff;
}

.category_widget a {
  display: flex;
  align-items: center;
  position: relative;
}

.category_widget i {
  position: absolute;
  right: 0px;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
}

.author_widget {
  text-align: center;
}

.author_widget img {
  width: 100%;
  box-sizing: border-box;
}

.author_widget h3 {
  padding-top: 20px;
  padding-bottom: 5px;
}

.author_widget span {
  opacity: .5;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 15px;
}

.author_widget p {
  display: inline-block;
  color: #616161;
  font-size: 14px;
}

.latest_posts_widget .lts_post {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.latest_posts_widget .lts_post:last-child {
  margin-bottom: 0px;
}

.latest_posts_widget .lts_post:hover h4 {
  color: #FFC006;
}

.latest_posts_widget .lts_post .min_img_w {
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  flex: none;
}

.latest_posts_widget .lts_post .min_img_w img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.latest_posts_widget .lts_post h4 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 7px;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  transition: .3s;
}

.latest_posts_widget .lts_post span {
  color: #616161;
  font-size: 14px;
}

#single_post .head_block h2:after {
  content: none;
}

.post_content {
  display: flex;
}

#single_post .content_post_p {
  background: #0D0D0D;
  margin-top: -100px;
  padding: 50px;
  padding-bottom: 0px;
  box-sizing: border-box;
  position: relative;
}

#single_post .content_post_p > img {
  padding-bottom: 30px;
}

#single_post .content_post_p h2 {
  font-size: 32px;
  padding-bottom: 20px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}

#single_post .content_post_p p {
  padding-bottom: 30px;
  color: #9b9b9b;
}

#single_post .content_post_p p:first-child::first-letter {
  font-size: 5em;
  font-family: "Oswald", sans-serif;
  float: left;
  margin: -25px 25px -25px 0;
  color: #FFC006;
}

#single_post .content_post_p ul {
  margin: 0;
  padding-bottom: 30px;
}

#single_post .content_post_p ul li {
  font-size: 16px;
  font-weight: 300;
  color: #616161;
  line-height: 32px;
  list-style: none;
}

#single_post .content_post_p ul li::before {
  content: "\2022";
  color: #FFC006;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.imgs_post {
  margin-left: -50px;
  margin-bottom: 30px;
  width: calc(100% + 50px);
  display: flex;
}

.imgs_post .img_h {
  height: 280px;
  width: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}

.imgs_post .img_h:first-child {
  margin-right: 15px;
}

.imgs_post .img_h:last-child {
  margin-left: 15px;
}

.imgs_post .img_h:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.imgs_post img {
  box-sizing: border-box;
  transition: 0.3s;
  height: 100%;
}

.imgs_post img:hover {
  transform: scale(1.1);
}

#single_post .quote {
  border-left: 2px solid #FFC006;
  color: #d9d9d9;
  padding: 10px 50px;
  padding-right: 0px;
  line-height: 1.7;
  font-size: 20px;
  font-weight: 400;
  margin-left: -50px;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  width: calc(100% + 50px);
}

#single_post .quote i {
  display: block;
  font-size: 16px;
  padding-top: 20px;
  display: flex;
  align-items: center;
}

#single_post .quote i:before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 50px;
  background: #fff;
  margin-right: 20px;
}

.bottom_info {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.bottom_info .social {
  display: flex;
}

.bottom_info .social a {
  background: #222222;
  height: 30px;
  width: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.bottom_info .social a:hover {
  background: #FFC006;
}

.bottom_info .tags span {
  padding: 5px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
}

.prev_post .wrap_nav {
  width: calc( 50% + 90px);
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
}

.next_post .wrap_nav {
  width: calc( 50% + 90px);
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
}

.nav_posts {
  display: flex;
  margin-bottom: 30px;
  background: #151515;
  margin: 100px 0px;
}

.nav_posts .prev_post, .nav_posts .next_post {
  position: relative;
  width: 50%;
  height: 120px;
}

.nav_posts .prev_post h4, .nav_posts .next_post h4 {
  font-size: 17px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}

.nav_posts .prev_post span, .nav_posts .next_post span {
  font-size: 14px;
  opacity: 0.5;
}

.nav_posts .next_post .img_post_min {
  opacity: 1;
}

.nav_posts:hover .img_post_min {
  opacity: 0;
}

.nav_posts .img_post_min {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: inline-block;
  z-index: 1;
  opacity: 0;
  transition: .3s;
}

.nav_posts .img_post_min:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

.nav_posts .img_post_min img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.nav_posts .prev_post:hover .img_post_min, .nav_posts .next_post:hover .img_post_min {
  opacity: 1;
}

.nav_posts .info_post_min {
  position: absolute;
  z-index: 2;
}

.prev_post .info_post_min:before, .next_post .info_post_min:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  display: block;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
}

.prev_post .info_post_min:before {
  content: "\f053";
  left: -30px;
}

.next_post .info_post_min:before {
  content: "\f054";
  right: -30px;
  color: #fff;
}

.prev_post .info_post_min {
  left: 30px;
}

.next_post .info_post_min {
  text-align: right;
  color: #fff;
  right: 30px;
}

.form_comment, .form_contact {
  background: #151515;
  padding: 50px;
  box-sizing: border-box;
  margin-top: 70px;
}

.form_comment h2, .form_contact h2 {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.form_comment p, .form_contact p {
  color: #616161;
}

.form_comment form, .form_contact form {
  width: 100%;
}

.form_comment form a, .form_contact form a {
  margin-top: 40px;
}

.form_comment form p, .form_contact form p {
  margin-top: 20px;
}

.form_comment form input, .form_contact form input {
  border: 0;
  padding: 15px;
  outline: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
}

.form_comment form textarea, .form_contact form textarea {
  width: 100%;
  font-size: 14px;
  display: block;
  border: 0;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 15px;
  outline: none;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
}

.form_comment form .rpl_b, .form_contact form .rpl_b {
  display: flex;
  margin-top: 40px;
}

.form_comment form .rpl_b input, .form_contact form .rpl_b input {
  width: 50%;
}

.form_comment form .rpl_b input:nth-child(2), .form_contact form .rpl_b input:nth-child(2) {
  margin-left: 15px;
}

.form_contact {
  margin-top: 0px;
}

.comments h2 {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.comments h2 span {
  font-size: 16px;
  font-weight: 200;
  padding-left: 10px;
}

.comments h2:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 50px;
  margin-right: 20px;
  background: #FFC006;
}

.comments .comment {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.comments .comment:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.comments .comment span {
  color: #616161;
  font-size: 14px;
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
}

.comments .info_comm {
  padding-left: 30px;
}

.comments h3 {
  padding-bottom: 5px;
}

.comments p {
  color: #616161;
}

.comments .avatar {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  flex: none;
}

.comments .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.quote_single, .link_single {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quote_single h3, .link_single h3 {
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
}

.title_head.video_single {
  background: none;
  overflow: hidden;
}

.title_head.video_single::after {
  display: none;
}

.title_head.video_single iframe {
  position: absolute;
  top: -60px;
  height: calc(100% + 120px);
}

.title_head.quote_single {
  background: #FFC006;
}

.title_head.quote_single .container {
  position: relative;
}

.title_head.quote_single h3 {
  color: #000;
}

.title_head.quote_single h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 65px;
  height: 65px;
  top: -90px;
  font-size: 18px;
  content: "\f27a";
  background: #6c5100;
  color: #FFC006;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title_head.quote_single:after {
  display: none;
}

.title_head.link_single {
  background: rgba(255, 255, 255, 0.15);
}

.title_head.link_single .container {
  position: relative;
}

.title_head.link_single h3 {
  color: #fff;
}

.title_head.link_single h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  position: absolute;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 65px;
  height: 65px;
  top: -90px;
  font-size: 18px;
  content: "\f0fe";
  background: #6c5100;
  color: #FFC006;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title_head.link_single:after {
  display: none;
}

.posts_s {
  margin-top: -100px;
}

.post_img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  flex: none;
}

.post_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.post_standart {
  background: #262626;
  margin-bottom: 30px;
  position: relative;
  transition: .3s;
}

.post_standart a {
  color: #000;
  text-decoration: none;
}

.post_standart .wrp_post {
  padding: 30px;
}

.post_standart .category span {
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
}

.post_standart .category span:before {
  content: '';
  background: #FFC006;
  width: 3px;
  height: 3px;
  margin-right: 8px;
}

.post_standart h2 {
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding-top: 10px;
  transition: .3s;
}

.post_standart p {
  margin: 20px 0px;
  display: block;
  line-height: 1.7;
  display: -webkit-box;
  height: 54.4px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-text-overflow: ellipsis;
}

.post_standart .bottom_inf {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  font-size: 14px;
}

.post_standart .bottom_inf .left_b span, .post_standart .bottom_inf .right span {
  margin-right: 30px;
}

.post_standart .bottom_inf .left_b span:last-child, .post_standart .bottom_inf .right span:last-child {
  margin-right: 0px;
}

.post_standart .bottom_inf span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  font-size: 14px;
  margin-right: 7px;
  color: #FFC006;
}

.post_standart .bottom_inf .date:before {
  content: "\f133";
}

.post_standart .bottom_inf .like:before {
  content: "\f004";
}

.post_standart .bottom_inf .comment:before {
  content: "\f075";
}

.post_standart .bottom_inf .author:before {
  content: "\f007";
}

.post_standart:hover {
  background: #333333;
}

.post_standart:hover h2 {
  color: #FFC006;
}

.post_standart.quote {
  background: #FFC006;
  color: #000;
}

.post_standart.quote .bottom_inf {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.post_standart.quote .category span {
  color: #000;
}

.post_standart.quote .category span:before {
  background: rgba(0, 0, 0, 0.2);
}

.post_standart.quote span:before {
  color: #000;
}

.post_standart.quote h2, .post_standart.quote p {
  color: #000;
}

.post_standart.quote h2 {
  padding-bottom: 25px;
  font-size: 24px;
  line-height: 1.7;
}

.post_standart.quote::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 18px;
  content: "\f27a";
  background: #6c5100;
  padding: 20px;
  color: #FFC006;
}

.post_standart.link {
  background: none;
  outline: 1px solid #533e00;
}

.post_standart.link h2 {
  padding-bottom: 25px;
  font-size: 24px;
  line-height: 1.7;
}

.post_standart.link::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 300;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 18px;
  content: "\f0fe";
  background: #392b00;
  padding: 20px;
  color: #FFC006;
}

.post_standart.video .video_frame {
  height: 450px;
  overflow: hidden;
  position: relative;
}

.post_standart.video iframe {
  position: absolute;
  top: -60px;
  height: calc(100% + 120px);
}

.two_cols .post_standart.quote, .three_post .post_standart.quote, .four_post .post_standart.quote {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.two_cols .post_standart.quote::before, .three_post .post_standart.quote::before, .four_post .post_standart.quote::before {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  padding: 0px;
  background: #9f7700;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.two_cols .post_standart.link, .three_post .post_standart.link, .four_post .post_standart.link {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.two_cols .post_standart.link::before, .three_post .post_standart.link::before, .four_post .post_standart.link::before {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  padding: 0px;
  background: #2a1f00;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.two_cols, .three_post, .four_post {
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}

.two_cols .post_standart {
  width: calc(50% - 15px);
}

.two_cols .post_standart .post_img, .two_cols .post_standart .video_frame {
  height: 200px;
}

.two_cols .post_standart:nth-child(2n+1) {
  margin-right: 30px;
}

.three_post .post_standart {
  width: calc((100% /3) - 30px);
  margin-right: 30px;
}

.three_post .post_standart:nth-child(3n+3) {
  margin-right: 0px;
}

.three_post .post_standart .post_img, .three_post .post_standart .video_frame {
  height: 200px;
}

.four_post .post_standart {
  width: calc((100% /4) - 25px);
  margin-right: 30px;
}

.four_post .post_standart:nth-child(4n+4) {
  margin-right: 0px;
}

.four_post .post_standart .post_img, .four_post .post_standart .video_frame {
  height: 200px;
}

.four_post .nav_pages {
  margin-top: 0px;
}

/*	----------------------------------------------------
	------ 13. ICONS_INFO_BLOCK
	---------------------------------------------------- */
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 30px;
  font-style: normal;
  margin-left: 10px;
}

.icons_block {
  background: #0D0D0D;
  padding: 100px 0px;
  color: #fff;
}

.icons_block .s_icon {
  display: flex;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}

.icons_block .s_icon:last-child {
  padding-right: 0px;
}

.icons_block .s_icon h3 {
  padding-bottom: 25px;
}

.icons_block .s_icon:hover span {
  transform: translateY(30px);
}

.icons_block .s_icon span {
  color: #FFC006;
  font-size: 42px;
  flex: none;
  height: 60px;
  display: block;
  position: relative;
  margin-right: 25px;
  transition: 0.3s;
}

.icons_block .s_icon span:before {
  font-size: 50px;
}

.icons_block .s_icon span:after {
  content: '';
  display: block;
  position: absolute;
  height: 60px;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 75px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}

/*	----------------------------------------------------
	------ 14. VIDEO_BLOCK
	---------------------------------------------------- */
.video_b {
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video_b .video_block {
  height: 700px;
}

.video_b .info_video {
  z-index: 100;
  position: absolute;
  width: 600px;
  text-align: center;
  color: #fff;
}

.video_b .info_video h1 {
  padding-top: 40px;
}

.video_b .info_video span.flaticon-play-button {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  transition: 0.3s;
}

.video_b .info_video span.flaticon-play-button:hover {
  transform: scale(1.3);
  cursor: pointer;
}

.video_b .info_video span.flaticon-play-button:after {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-animation: video 1s infinite ease-in-out;
  animation: video 1s infinite ease-in-out;
}

.video_b .info_video span.flaticon-play-button:before {
  width: 70px;
  height: 70px;
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.video_block {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  position: relative;
}

.video_block iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes video {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}

@keyframes video {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}

/*	----------------------------------------------------
	------ 15. ACTION_BLOCK
	---------------------------------------------------- */
.blocks_act {
  background-size: cover;
  padding: 70px 0px;
  position: relative;
}

.blocks_act p {
  font-weight: 400 !important;
}

.blocks_act .head_block_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.blocks_act .head_block_right a {
  flex: none;
}

.blocks_act .head_block_left {
  display: flex;
  align-items: center;
}

.blocks_act .head_block_left span {
  margin-right: 30px;
}

.blocks_act .head_block_left span:before {
  font-size: 50px;
  color: #FFC006;
}

/*	----------------------------------------------------
	------ 16. REVIEWS
	---------------------------------------------------- */
.block_standart_width_full .img_full_w_block, .block_standart_width_full .info_w_block {
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.block_standart_width_full .info_w_block {
  box-sizing: border-box;
  background: #222222;
}

.block_standart_width_full .info_w_block .b_t {
  max-width: 600px;
  padding-left: 50px;
  padding-right: 50px;
}

.block_standart_width_full .img_full_w_block {
  position: relative;
  overflow: hidden;
  padding: 0px;
}

.block_standart_width_full .img_full_w_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.reviews {
  display: -webkit-box;
  overflow: hidden;
}

.reviews h2 {
  line-height: 1.5;
  font-size: 32px;
  font-weight: 500;
}

.reviews h2 i {
  font-style: normal;
  color: #FFC006;
}

.reviews h2 .phone {
  font-size: 18px;
  padding-top: 20px;
}

.reviews .quote_b span {
  display: flex;
  align-items: center;
  padding-top: 50px;
}

.reviews .quote_b img {
  width: 40px;
  border-radius: 50%;
  margin-right: 20px;
}

.reviews img {
  position: relative;
  display: block;
}

.reviews img.signature {
  width: 160px;
  padding-left: 50px;
  opacity: .3;
}

.reviews .reiting {
  padding-bottom: 30px;
}

.reviews .reiting i {
  color: #FFC006;
  padding-right: 10px;
  font-size: 13px;
}

.reviews .reiting i:last-child {
  opacity: .2;
}

/*	----------------------------------------------------
	------ 17. GALLERY
	---------------------------------------------------- */
.grid_img {
  padding: 100px 0px;
  text-align: center;
  background: url(../img/bg_g.jpg) no-repeat;
  background-position: bottom right;
  background-size: contain;
}

.grid_img a.button_small {
  margin-top: 40px;
}

.grid_images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 400px);
  margin-top: 70px;
}

.grid_images figure {
  margin: 2px;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.grid_images figure figcaption {
  position: absolute;
  text-align: left;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  background: #222222;
  padding: 30px;
  box-sizing: border-box;
  transition: 0.4s;
  overflow: hidden;
}

.grid_images figure figcaption h3 {
  font-size: 24px;
  padding-bottom: 10px;
  transform: translateY(100px);
  transition: 0.3s;
}

.grid_images figure figcaption p {
  transform: translateY(150px);
  transition: 0.4s;
}

.grid_images figure figcaption i {
  color: #FFC006;
  position: absolute;
  right: 30px;
  bottom: 30px;
  transform: translateX(150px);
  transition: 0.3s;
}

.grid_images figure:hover figcaption {
  transform: translateY(0%);
}

.grid_images figure:hover figcaption h3, .grid_images figure:hover figcaption p {
  transform: translateY(0px);
}

.grid_images figure:hover figcaption i {
  transform: translateX(0px);
}

.grid_images figure img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  position: absolute;
  top: 0;
}

.grid_images .img_par {
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}

.grid_images .img_par:hover {
  filter: grayscale(1);
}

.grid_images figure:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.grid_images figure:nth-child(2) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.grid_images figure:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.grid_images figure:nth-child(4) {
  grid-column: 2 / 4;
  grid-row: 2 / 3;
}

.grid_images figure:nth-child(5) {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}

.grid_images figure:nth-child(6) {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
}

#gallery .grid_img {
  margin-top: -100px;
  background: none;
  padding: 0;
}

#gallery .grid_img .grid_images {
  margin-top: 0px;
}

/*	----------------------------------------------------
	------ 18. BRANDS_BLOCK
	---------------------------------------------------- */
.blocks_logos {
  padding: 60px 0px;
  background: transparent;
  width: 100%;
}

.blocks_logos .row {
  justify-content: space-between;
  padding: 0px 15px;
}

.blocks_logos .logo_brand svg {
  fill: #fff;
  opacity: 0.3;
  transition: 0.3s;
  display: block;
  position: relative;
  height: 50px;
  width: 70px;
}

.blocks_logos .logo_brand svg:hover {
  opacity: 1;
  cursor: pointer;
  transform: scale(1.15);
}

.blocks_logos .logo_brand svg svg {
  height: 50px;
}

.blocks_logos .logo_brand svg svg path, .blocks_logos .logo_brand svg svg circle, .blocks_logos .logo_brand svg svg polygon, .blocks_logos .logo_brand svg svg rect {
  fill: #fff;
  transition: 0.2s;
}

.blocks_logos .logo_brand svg:hover {
  fill: #FFC006;
}

/*	----------------------------------------------------
	------ 19. FOOTER
	---------------------------------------------------- */
/* ------------------------------------------------------------------
	Theme by astroon
	Versiom: 1.1.0
	Year: 2019
	Contact: astroonthemes@gmail.com
	Thank you for your purchase!
	---------------------------------------------------------------- */
footer {
  color: #fff;
  margin-top: 70px;
}

#home footer {
  margin-top: 0px;
}

.footer_b {
  padding-top: 80px;
  padding-bottom: 50px;
  border-top: 1px solid #262626;
}

footer .f_m {
  padding: 0px;
  display: flex;
  flex-direction: column;
  padding-right: 50px;
}

footer .f_m .input_widget_min {
  margin-top: 20px;
  padding-right: 40px;
}

footer .f_m p {
  color: #838383;
}

footer .f_m svg.logo {
  width: 35px;
  height: 35px;
}

footer .f_m > a {
  text-decoration: none;
  margin-bottom: 15px;
  font-size: 15px;
  transition: .3s;
  position: relative;
}

footer .f_m .social {
  padding-top: 20px;
}

footer .f_m .social a {
  padding-top: 0px;
}

footer .f_m > h4 {
  font-size: 20px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 30px;
}

footer .f_m .info_top {
  display: flex;
  flex-direction: column;
}

footer .f_m .info_top i {
  padding-right: 15px;
}

footer .f_m.latest_posts_widget a.lts_post {
  margin-bottom: 10px;
  align-items: flex-start;
}

footer .f_m.latest_posts_widget a.lts_post:hover {
  padding: 0px;
}

footer .f_m.latest_posts_widget a.lts_post:hover::before {
  display: none;
}

footer .f_m.latest_posts_widget .min_img_w {
  width: 50px;
  height: 50px;
}

.footer_buttom {
  background: #151515;
}

.footer_buttom p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin: 0px;
  padding: 25px 0px;
  opacity: .5;
}

/*	----------------------------------------------------
	------ 20. OTHER_PAGES
	---------------------------------------------------- */
/* - Contact */
#contact .content {
  background: #0D0D0D;
  margin-top: -100px;
  padding-bottom: 0px;
  box-sizing: border-box;
}

#contact .progress_block {
  margin: 0px;
  padding: 50px;
}

#contact .form_contact {
  margin-bottom: 50px;
}

/* - Error */
.error {
  padding-bottom: 90px;
  text-align: center;
}

.error h3 {
  opacity: .15;
  font-size: 200px;
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: white;
}

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

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

#error .container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#error {
  background: #151515;
}

#error footer {
  display: none;
}

/* jarallax plugin */
.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*	----------------------------------------------------
	------ 21. RESPONSIVE
	---------------------------------------------------- */
/* ------------------------------------------------------------------
	Theme by astroon
	Versiom: 1.1.0
	Year: 2019
	Contact: astroonthemes@gmail.com
	Thank you for your purchase!
	---------------------------------------------------------------- */
body {
  background: #0D0D0D;
}

@media (max-width: 1199.98px) {
  body section {
    overflow: hidden;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  height: 100%;
}

/*------ 21.1 SLIDER_BLOCK_R */
@media (max-width: 1199.98px) {
  .slider_f .slide_t .text_s h2 {
    font-size: 78px;
    line-height: 88px;
  }
}

@media (max-width: 991.98px) {
  .slider_f .slide_t .text_s {
    padding: 0px 30px;
    box-sizing: border-box;
    width: 100%;
  }
  .slider_f .slide_t .text_s h2 {
    font-size: 56px;
    line-height: 64px;
    width: auto;
  }
}

@media (max-width: 767.98px) {
  .slider_f .slide_t .text_s span {
    font-size: 10px;
  }
  .slider_f .slide_t .text_s h2 {
    font-size: 36px;
    line-height: 44px;
    width: auto;
  }
}

/*------ 21.2 MENU_R */
@media (max-width: 1199.98px) {
  .left_menu, .navbar {
    width: 100%;
    height: 80px;
    flex-direction: row;
  }
  .left_menu .social_menu_left, .navbar .social_menu_left {
    -webkit-transform: none;
    position: static;
  }
  .left_menu .w_dropdown, .navbar .w_dropdown {
    height: auto;
  }
  .left_menu .menu_b, .navbar .menu_b {
    display: none;
    position: absolute;
    top: 80px;
    width: 100%;
    height: auto;
    left: 0;
  }
  .left_menu .menu_b > *:last-child, .navbar .menu_b > *:last-child {
    padding-bottom: 20px !important;
  }
  .left_menu .menu_b .navbar-nav, .left_menu .menu_b .other-nav, .navbar .menu_b .navbar-nav, .navbar .menu_b .other-nav {
    flex-direction: column;
    background: #000;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    top: 0;
    left: 0;
    -webkit-transform: none;
    padding: 0px;
    overflow: scroll;
    max-height: 100vh;
  }
  .left_menu .menu_b .navbar-nav .active a, .left_menu .menu_b .other-nav .active a, .navbar .menu_b .navbar-nav .active a, .navbar .menu_b .other-nav .active a {
    color: #FFC006;
  }
  .left_menu .menu_b .navbar-nav .active a::after, .left_menu .menu_b .other-nav .active a::after, .navbar .menu_b .navbar-nav .active a::after, .navbar .menu_b .other-nav .active a::after {
    display: none;
  }
  .left_menu .menu_b .navbar-nav li, .left_menu .menu_b .other-nav li, .navbar .menu_b .navbar-nav li, .navbar .menu_b .other-nav li {
    width: 100%;
    height: auto !important;
    padding: 0px;
  }
  .left_menu .menu_b .navbar-nav li:hover * > a, .left_menu .menu_b .other-nav li:hover * > a, .navbar .menu_b .navbar-nav li:hover * > a, .navbar .menu_b .other-nav li:hover * > a {
    -webkit-animation: none;
    animation: none;
  }
  .left_menu .menu_b .navbar-nav li a, .left_menu .menu_b .other-nav li a, .navbar .menu_b .navbar-nav li a, .navbar .menu_b .other-nav li a {
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    padding: 20px 0px;
  }
  .left_menu .menu_b .other-nav, .navbar .menu_b .other-nav {
    bottom: 0;
  }
  .left_menu .menu_b .other-nav .phone_num, .navbar .menu_b .other-nav .phone_num {
    margin: 0 auto;
  }
  .left_menu .menu_b.show, .navbar .menu_b.show {
    display: block !important;
  }
  .left_menu .social_menu_left, .navbar .social_menu_left {
    display: none !important;
  }
  .left_menu .logo, .navbar .logo {
    position: relative;
    top: 0;
  }
  .left_menu .navbar-toggler, .navbar .navbar-toggler {
    outline: none;
    transition: .3s;
  }
  .left_menu .navbar-toggler:hover, .navbar .navbar-toggler:hover {
    opacity: .5;
  }
  .left_menu li, .navbar li {
    flex-direction: column !important;
  }
  .left_menu .dropdown-menu, .navbar .dropdown-menu {
    -webkit-transform: none !important;
    position: relative !important;
    display: none !important;
    top: 0 !important;
    width: 100% !important;
    margin-left: 0px  !important;
    background: rgba(255, 255, 255, 0.08);
    padding: 20px 20px;
  }
  .left_menu .dropdown-menu span, .navbar .dropdown-menu span {
    padding: 0;
    border: 0;
    width: 100%;
    padding-bottom: 15px;
  }
  .left_menu .dropdown-menu span:last-child, .navbar .dropdown-menu span:last-child {
    padding-bottom: 0px;
  }
  .left_menu .dropdown-menu:before, .left_menu .dropdown-menu:after, .navbar .dropdown-menu:before, .navbar .dropdown-menu:after {
    display: none !important;
  }
  .left_menu .menu_b li:hover span, .left_menu .menu_b li:hover .sml a, .navbar .menu_b li:hover span, .navbar .menu_b li:hover .sml a {
    -webkit-animation: none !important;
    animation: none !important;
  }
  .left_menu li a, .navbar li a {
    opacity: 1 !important;
  }
  .left_menu li .homes_m, .left_menu li span, .left_menu li .dropdown-menu, .navbar li .homes_m, .navbar li span, .navbar li .dropdown-menu {
    opacity: 1 !important;
  }
  .left_menu li .homes_m span h3, .left_menu li span span h3, .left_menu li .dropdown-menu span h3, .navbar li .homes_m span h3, .navbar li span span h3, .navbar li .dropdown-menu span h3 {
    text-align: center;
  }
  .left_menu li .dropdown-menu, .navbar li .dropdown-menu {
    display: none !important;
    visibility: visible !important;
    left: 0px !important;
  }
  .left_menu li.show .dropdown-menu, .navbar li.show .dropdown-menu {
    display: block !important;
  }
}

.left_menu {
  padding: 0px 30px;
}

.wel_f, .slder_b {
  padding: 0px;
}

@media (max-width: 1199.98px) {
  .wel_f, .slder_b {
    text-align: center;
  }
  .wel_f .b_t, .slder_b .b_t {
    padding: 0px 30px !important;
  }
}

/*------ 21.3 WELCOME_BLOCK_R */
@media (max-width: 1199.98px) {
  .welcome {
    margin: 0 auto;
  }
}

@media (max-width: 1199.98px) {
  .welcome .wel_f {
    height: auto;
    padding: 80px 0px;
  }
}

@media (max-width: 767.98px) {
  .slder_b {
    height: 330px !important;
  }
}

/*------ 21.4 PROGRESS_BLOCK_R */
@media (max-width: 991.98px) {
  #contact .progress_block {
    padding: 50px 0px;
  }
}

@media (max-width: 991.98px) {
  .progress_block .b_num {
    text-align: center;
    flex-direction: column;
  }
  .progress_block .b_num:first-child {
    padding-top: 0px;
  }
  .progress_block .b_num p {
    padding-top: 20px;
    padding-left: 0px;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .progress_block .b_num p:after {
    top: 0;
    left: auto;
    width: 0%;
    height: 1px;
  }
  .progress_block .b_num img {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .progress_block .b_num .num_b {
    padding-bottom: 20px;
    padding-right: 0px !important;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .progress_block .b_num {
    padding-top: 20px;
  }
}

/*------ 21.5 PROJECTS_BLOCK_R */
@media (max-width: 991.98px) {
  section .head_block {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .projects_b .swiper_buttons_n {
    display: none;
  }
}

.projects_blocks .row {
  width: 100%;
}

@media (max-width: 767.98px) {
  .projects_blocks .row .proj:hover .info_proj span {
    width: 100%;
  }
  .projects_blocks .row .i_proj {
    padding: 45px 30px;
  }
  .projects_blocks .row .info_proj {
    flex-direction: column;
  }
  .projects_blocks .row .info_proj span {
    width: 100%;
  }
}

/*------ 21.6 ACTION_BLOCK_R */
@media (max-width: 991.98px) {
  .blocks_act .row .head_block_right {
    padding-top: 50px;
    padding-left: 100px;
    justify-content: flex-start;
  }
}

/*------ 21.7 ICONS_INFO_BLOCK_R */
@media (max-width: 991.98px) {
  .s_icon {
    margin-bottom: 30px;
    padding-right: 25px !important;
  }
}

@media (max-width: 991.98px) {
  .s_icon:nth-child(3) {
    margin-bottom: 0px;
  }
}

/*------ 21.8 VIDEO_BLOCK_R */
@media (max-width: 991.98px) {
  .video_b {
    height: 500px;
  }
  .video_b .info_video {
    width: auto;
    padding: 0 25px;
  }
}

@media (max-width: 767.98px) {
  .video_b {
    height: 400px;
  }
  .video_b h1 {
    font-size: 42px;
    line-height: 1.6;
  }
  .video_b p {
    margin: 0 auto;
  }
}

/*------ 21.9 GALLERY_R */
@media (max-width: 1199.98px) {
  .grid_img .grid_images {
    grid-template-rows: repeat(3, 250px);
  }
}

@media (max-width: 767.98px) {
  .grid_img .grid_images {
    display: flex;
    flex-direction: column;
  }
  .grid_img .grid_images figure {
    margin: 0px;
    margin-top: 15px;
    width: 100%;
    height: 300px;
  }
}

/*------ 21.10 REVIEWS_R */
@media (max-width: 767.98px) {
  .info_w_block {
    width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .text_block .quote_b {
    padding: 0px 30px !important;
  }
}

@media (max-width: 991.98px) {
  .reviews .img_full_w_block {
    height: 400px;
  }
  .reviews .info_w_block {
    padding: 80px 0px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .reviews .info_w_block .quote_b {
    max-width: none;
    width: 100%;
  }
  .reviews .info_w_block .quote_b span {
    flex-direction: column;
  }
  .reviews .info_w_block .quote_b span .signature {
    padding: 0;
    padding-top: 30px;
  }
  .reviews .info_w_block .quote_b span img {
    margin: 0;
    margin-bottom: 10px;
  }
}

/*------ 21.11 FOOTER_R */
@media (max-width: 991.98px) {
  .footer_b .f_m {
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
  .footer_b .f_m img {
    margin: 0 auto;
  }
  .footer_b .f_m .input_widget_min {
    padding-right: 0px;
  }
  .footer_b .f_m.latest_posts_widget .lts_post {
    margin-bottom: 20px;
  }
  .footer_b .f_m.latest_posts_widget .lts_post .info_m_post {
    text-align: left;
  }
}

.footer_b .f_m:nth-child(5) {
  margin: 0px;
}

@media (max-width: 991.98px) {
  .footer_b .f_m:nth-child(5) {
    margin: 0 auto;
    padding-bottom: 0px;
  }
}

@media (max-width: 1199.98px) {
  .footer_buttom p {
    text-align: center;
  }
}

/*------ 21.12 BRANDS_BLOCK_R */
@media (max-width: 991.98px) {
  .blocks_logos .row {
    flex-wrap: wrap;
  }
  .blocks_logos .logo_brand {
    width: calc( 100% / 3);
    display: flex;
    justify-content: center;
  }
  .blocks_logos .logo_brand:nth-child(-n+3) {
    padding-bottom: 30px;
  }
}

/*------ 21.13 CONTACT_FORM_R */
@media (max-width: 991.98px) {
  .form_contact {
    padding: 20px !important;
  }
  .form_contact form .rpl_b {
    flex-direction: column;
  }
  .form_contact form .rpl_b input {
    width: 100%;
  }
  .form_contact form .rpl_b input:nth-child(2) {
    margin: 0px;
    margin-top: 15px;
  }
}

@media (max-width: 767.98px) {
  .title_head {
    height: auto;
    padding: 150px 0px;
  }
  .title_head p {
    padding: 0px 30px;
    padding-top: 15px;
  }
  .title_head h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 767.98px) {
  .head_t {
    margin-top: 80px;
  }
}

/*------ 21.14 SINGLE_PROJECT_R */
@media (max-width: 991.98px) {
  .sidebar {
    margin: 0 auto;
    margin-top: 50px !important;
  }
}

@media (max-width: 767.98px) {
  #single_post .quote {
    margin-left: 0px;
    padding-left: 30px;
  }
}

@media (max-width: 767.98px) {
  .form_comment {
    padding: 25px 25px !important;
  }
}

@media (max-width: 991.98px) {
  .container_min {
    padding: 0px 25px;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .nav_posts {
    flex-direction: column;
  }
  .nav_posts .prev_post, .nav_posts .next_post {
    width: 100%;
    position: relative;
  }
  .nav_posts .prev_post .wrap_nav, .nav_posts .next_post .wrap_nav {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .nav_posts .prev_post .wrap_nav .info_post_min, .nav_posts .next_post .wrap_nav .info_post_min {
    right: auto;
    left: auto;
  }
}

/*------ 21.15 SINGLE_POST_R */
@media (max-width: 767.98px) {
  .title_head.quote_single h3 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 767.98px) {
  .tags span {
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  #single_post .content_post_p {
    padding: 30px;
  }
  #single_post .content_post_p .quote {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .post_standart .bottom_inf {
    flex-wrap: wrap;
  }
  .post_standart .bottom_inf .left_b {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .post_standart .bottom_inf .right {
    padding-top: 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 991.98px) {
  .post_content .imgs_post {
    flex-direction: column;
    margin-left: 0px;
    width: 100%;
  }
  .post_content .imgs_post .img_h {
    width: 100%;
    margin-bottom: 20px;
  }
  .post_content .imgs_post .img_h:last-child {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}

/*------ 21.16 BLOG_R */
@media (max-width: 767.98px) {
  .posts_s {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .wrp_post h2 {
    font-size: 22px !important;
    line-height: 38px;
  }
}

@media (max-width: 991.98px) {
  .post_content {
    display: block !important;
    margin-bottom: 30px !important;
  }
}

@media (max-width: 991.98px) {
  .post_content > div:nth-child(2) {
    margin: 0 auto !important;
  }
}

/*------ 21.16.1 TWO_COLS_R */
@media (max-width: 767.98px) {
  .two_cols .post_standart {
    width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .two_cols .post_standart:nth-child(2n+1) {
    margin-right: 0px !important;
  }
}

/*------ 21.16.2 THREE_COLS_R */
@media (max-width: 991.98px) {
  .three_post .post_standart {
    width: 48% !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 767.98px) {
  .three_post .post_standart {
    width: 100% !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 1199.98px) {
  .two_cols, .three_post, .four_post {
    justify-content: space-between;
  }
}

@media (max-width: 1199.98px) {
  .container_full_width {
    margin: 0px 30px !important;
  }
}

@media (max-width: 1199.98px) {
  .four_post .post_standart {
    width: 32% !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 991.98px) {
  .four_post .post_standart {
    width: 48% !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 767.98px) {
  .four_post .post_standart {
    width: 100% !important;
    margin-right: 0px !important;
  }
}
