@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  scroll-behavior: smooth;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #404040;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

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] {
  cursor: help;
}

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

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

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

ul {
  list-style-type: none;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: inherit;
  text-decoration: none;
}
a:focus, a:hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

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

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

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "mullerlight";
  src: url("../fonts/muller_light-webfont.eot");
  src: url("../fonts/muller_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muller_light-webfont.woff2") format("woff2"), url("../fonts/muller_light-webfont.woff") format("woff"), url("../fonts/muller_light-webfont.ttf") format("truetype"), url("../fonts/muller_light-webfont.svg#mullerlight") format("svg");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "mullerregular";
  src: url("../fonts/muller_regular-webfont.eot");
  src: url("../fonts/muller_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/muller_regular-webfont.woff2") format("woff2"), url("../fonts/muller_regular-webfont.woff") format("woff"), url("../fonts/muller_regular-webfont.ttf") format("truetype"), url("../fonts/muller_regular-webfont.svg#mullerregular") format("svg");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "NRT-Reg";
  src: url("../fonts/NRT-Reg.eot");
  src: url("../fonts/NRT-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/NRT-Reg.woff2") format("woff2"), url("../fonts/NRT-Reg.woff") format("woff"), url("../fonts/NRT-Reg.ttf") format("truetype"), url("../fonts/NRT-Reg.svg#NRT-Reg") format("svg");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 44px;
    line-height: 56px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 50px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  h2 {
    font-size: 54px;
    line-height: 68px;
  }
}

h3 {
  font-size: 26px;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  h3 {
    font-size: 36px;
  }
}

h4 {
  font-size: 20px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 22px;
}
@media (min-width: 992px) {
  h5 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  h5 {
    font-size: 25px;
  }
}

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

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #b7b7b7;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    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-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.3333333333%;
  }

  .pull-sm-2 {
    right: 16.6666666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.3333333333%;
  }

  .pull-sm-5 {
    right: 41.6666666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.3333333333%;
  }

  .pull-sm-8 {
    right: 66.6666666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.3333333333%;
  }

  .pull-sm-11 {
    right: 91.6666666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.3333333333%;
  }

  .push-sm-2 {
    left: 16.6666666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.3333333333%;
  }

  .push-sm-5 {
    left: 41.6666666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.3333333333%;
  }

  .push-sm-8 {
    left: 66.6666666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.3333333333%;
  }

  .push-sm-11 {
    left: 91.6666666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.3333333333%;
  }

  .pull-md-2 {
    right: 16.6666666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.3333333333%;
  }

  .pull-md-5 {
    right: 41.6666666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.3333333333%;
  }

  .pull-md-8 {
    right: 66.6666666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.3333333333%;
  }

  .pull-md-11 {
    right: 91.6666666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.3333333333%;
  }

  .push-md-2 {
    left: 16.6666666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.3333333333%;
  }

  .push-md-5 {
    left: 41.6666666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.3333333333%;
  }

  .push-md-8 {
    left: 66.6666666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.3333333333%;
  }

  .push-md-11 {
    left: 91.6666666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.3333333333%;
  }

  .pull-lg-2 {
    right: 16.6666666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.3333333333%;
  }

  .pull-lg-5 {
    right: 41.6666666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.3333333333%;
  }

  .pull-lg-8 {
    right: 66.6666666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.3333333333%;
  }

  .pull-lg-11 {
    right: 91.6666666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.3333333333%;
  }

  .push-lg-2 {
    left: 16.6666666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.3333333333%;
  }

  .push-lg-5 {
    left: 41.6666666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.3333333333%;
  }

  .push-lg-8 {
    left: 66.6666666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.3333333333%;
  }

  .push-lg-11 {
    left: 91.6666666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.3333333333%;
  }

  .pull-xl-2 {
    right: 16.6666666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.3333333333%;
  }

  .pull-xl-5 {
    right: 41.6666666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.3333333333%;
  }

  .pull-xl-8 {
    right: 66.6666666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.3333333333%;
  }

  .pull-xl-11 {
    right: 91.6666666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.3333333333%;
  }

  .push-xl-2 {
    left: 16.6666666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.3333333333%;
  }

  .push-xl-5 {
    left: 41.6666666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.3333333333%;
  }

  .push-xl-8 {
    left: 66.6666666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.3333333333%;
  }

  .push-xl-11 {
    left: 91.6666666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

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

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

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

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

.bg-inverse {
  background-color: #404040 !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #272727 !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;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.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-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-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-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-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-cell {
    display: table-cell !important;
  }

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-first {
  order: -1;
}

.flex-last {
  order: 1;
}

.flex-unordered {
  order: 0;
}

.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;
}

.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-first {
    order: -1;
  }

  .flex-sm-last {
    order: 1;
  }

  .flex-sm-unordered {
    order: 0;
  }

  .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;
  }

  .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-first {
    order: -1;
  }

  .flex-md-last {
    order: 1;
  }

  .flex-md-unordered {
    order: 0;
  }

  .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;
  }

  .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-first {
    order: -1;
  }

  .flex-lg-last {
    order: 1;
  }

  .flex-lg-unordered {
    order: 0;
  }

  .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;
  }

  .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-first {
    order: -1;
  }

  .flex-xl-last {
    order: 1;
  }

  .flex-xl-unordered {
    order: 0;
  }

  .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;
  }

  .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;
  }
}
.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;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

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

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

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

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

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

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

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

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

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

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

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

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

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

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

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

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

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

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

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

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

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }

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

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

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

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

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

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

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

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

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

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

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

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

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

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

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

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

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

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

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

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

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

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

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

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

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

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

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

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

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

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

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

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

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

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

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

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

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

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

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !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-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

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

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

.text-muted {
  color: #5c5c5c !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #434343 !important;
}

.text-primary {
  color: #0275d8 !important;
}

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

.text-success {
  color: #5cb85c !important;
}

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

.text-info {
  color: #5bc0de !important;
}

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

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

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

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

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

.text-gray-dark {
  color: #404040 !important;
}

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

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

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

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

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

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

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 30px;
  right: 15px;
}
@media (min-width: 992px) {
  .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 70px;
    right: 80px;
  }
  .rtl .bx-wrapper .bx-pager,
.rtl .bx-wrapper .bx-controls-auto {
    right: auto;
    left: 80px;
  }
}

/* LOADER */
.bx-wrapper .bx-loading {
  display: none;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
}
@media (min-width: 992px) {
  .bx-wrapper .bx-pager {
    display: flex;
    flex-direction: column;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(229, 229, 255, 0.38);
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: background-color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 20px;
    height: 20px;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #e5e5ff;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.bx-wrapper,
.bx-viewport,
.bx-viewport > div,
.bx-viewport > div > div {
  height: 100% !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  direction: ltr;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

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

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

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

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?nvnj41");
  src: url("../fonts/icomoon.eot?nvnj41#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?nvnj41") format("truetype"), url("../fonts/icomoon.woff?nvnj41") format("woff"), url("../fonts/icomoon.svg?nvnj41#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
  content: "";
}

.icon-toto:before {
  content: "";
}

.icon-jaguar:before {
  content: "";
}

.icon-landrover:before {
  content: "";
}

.icon-lexus:before {
  content: "";
}

.icon-polaris:before {
  content: "";
}

.icon-toyota:before {
  content: "";
}

.icon-hino:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-back:before {
  content: "";
}

.icon-down:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-loupe:before {
  content: "";
}

.icon-next:before {
  content: "";
}

.icon-right-arrow:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-x:before {
  content: "\e900";
}

.icon-attach:before {
  content: "";
}

.icon-close:before {
  content: "";
}

body {
  border-left: 1.3541666667vw solid #B91F2B;
  color: #111111;
  font-family: "mullerlight";
  padding-top: 135px;
}
body.rtl {
  text-align: right;
}
body.arabic {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
}
body.kurdish {
  font-family: "NRT-Reg";
}
@media (min-width: 992px) {
  body {
    padding-top: 164px;
  }
}
body.single-category-body {
  padding-top: 150px;
}

@media (min-width: 992px) {
  .rtl .row {
    direction: rtl;
  }
  .rtl .offset-lg-3 {
    margin-left: 0;
  }
}
input:focus,
button:focus {
  outline: 0;
}

.single-header .link-underline::after, .single-header .header-bottom a::after, .header-bottom .single-header a::after {
  display: none;
}

.link-underline, .header-bottom a {
  position: relative;
}
.link-underline:after, .header-bottom a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #111111;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 992px) {
  .link-underline:hover:after, .header-bottom a:hover:after {
    transform: scaleX(1);
  }
}

.block {
  background-color: #f6f6f6;
}

.block--text {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.block--text h2 {
  display: inline-block;
  font-family: "mullerlight";
}
.block--text h2 span {
  color: #B91F2B;
}
.arabic .block--text h2 {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
}
.kurdish .block--text h2 {
  font-family: "NRT-Reg";
}
@media (min-width: 992px) {
  .block--text {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .block--text h2 {
    max-width: 63.1578947368vw;
  }
}
@media (min-width: 1200px) {
  .block--text {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

.title--red {
  text-transform: uppercase;
  color: #B91F2B;
  font-family: "mullerregular";
}
.arabic .title--red {
  font-family: "Almarai", sans-serif;
  font-weight: 400;
}
.kurdish .title--red {
  font-family: "NRT-Reg";
}

.color--red {
  color: #B91F2B !important;
}

.subtitle {
  color: #B91F2B;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .subtitle {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 70px;
  }
}

.arrow {
  position: relative;
  width: 36px;
  height: 32px;
  display: inline-block;
}
.arrow:after, .arrow:before {
  content: "";
  position: absolute;
}
.arrow:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #111111;
  transform: translate(0, -50%);
}
.arrow:after {
  top: 50%;
  right: 1px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #111111;
  border-right: 1px solid #111111;
  transform: translate(0, -50%) rotate(45deg);
}
.rtl .arrow:after {
  left: auto;
  right: 18px;
  transform: translate(0, -50%) rotate(225deg);
}
.arrow.arrow--red:before, .arrow.arrow--red:after {
  border-color: #B91F2B;
}
.rtl .arrow {
  transform-origin: center center;
}

.toyota-full {
  width: 100%;
  height: auto;
}

.content-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .content-wrapper {
    padding: 0 5.3684210526%;
    display: flex;
    flex-wrap: wrap;
  }
  .rtl .content-wrapper {
    flex-direction: row-reverse;
  }
  .content-wrapper > div {
    width: 50%;
  }
}

.full-img {
  width: 100%;
  height: auto;
}

.load {
  font-size: 20px;
}
.load span {
  font-size: 40px;
}

.text--red {
  color: #B91F2B;
}

.text--green {
  color: #77b843;
}

.ceo-wrapper {
  position: relative;
}
.ceo-wrapper .content {
  background-color: #35383d;
  color: #fff;
}
.ceo-wrapper img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 90%;
}

.content {
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
  position: relative;
}
.content h3 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 40px;
}
.content h4 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}
.content p,
.content ul li {
  font-size: 18px;
  line-height: 28px;
}
.content p a,
.content ul li a {
  color: #B91F2B;
}
.content ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 25px;
  margin-bottom: 1rem;
}
.content ul li {
  margin-bottom: 5px;
}
.content.content--black {
  background-color: #35383d;
}
.content.content--black p {
  color: #fff;
}
@media (max-width: 991px) {
  .content.content--ceo {
    padding-bottom: 0;
  }
}
.content.content-careers h4 {
  color: #B91F2B;
}
@media (min-width: 992px) {
  .content {
    padding-top: 100px;
    padding-left: 5.7894736842%;
    padding-bottom: 240px;
    padding-right: 0;
  }
  .rtl .content {
    padding-left: 0;
    padding-right: 5.7894736842%;
  }
  .content .content--inner {
    width: 60%;
  }
  .content h3 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 70px;
  }
  .content h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 35px;
  }
  .content p,
.content ul li {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 1440px) {
  .content .content--inner {
    width: 47.9166666667%;
  }
  .rtl .content .content--inner {
    margin-left: 52.0833333333%;
  }
}

.load-more {
  color: #B91F2B;
  text-align: center;
  padding: 80px 0;
  font-size: 26px;
}
.load-more a {
  position: relative;
}
@media (min-width: 992px) {
  .load-more {
    padding: 100px 0 120px 0;
    font-size: 34px;
  }
  .load-more a:after {
    content: "";
    position: absolute;
    top: 180%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #B91F2B;
    width: 1px;
    height: 58px;
  }
}

.fit, .bx-viewport > div > div > img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.scroll-top {
  position: fixed;
  bottom: 45px;
  right: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #B91F2B;
  color: #fff;
  text-align: center;
  border: 1px solid #B91F2B;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 6;
  box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.175);
  transform-origin: center center;
  transform: scale(0.65);
  opacity: 0;
  visibility: hidden;
  display: block;
}
.scroll-top span {
  position: relative;
  top: -2px;
  line-height: 50px;
  display: block;
  font-size: 20px;
  transform: rotate(180deg);
  transform-origin: center center;
}
.scroll-top.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.scroll-top:focus {
  background-color: #fff;
}
.scroll-top:focus span {
  color: #B91F2B;
}
.rtl .scroll-top {
  left: 50px;
  right: auto;
}
@media screen and (min-width: 992px) {
  .scroll-top:hover {
    background-color: #fff;
    color: #B91F2B;
  }
}

#breadcrumbs {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 16px;
}

#breadcrumbs .breadcrumb_last {
  border-bottom: 1px solid;
}

.pagination {
  display: flex;
  padding-bottom: 50px;
}
.pagination span, .pagination a {
  width: 40px;
  height: 40px;
  background-color: #b91f2b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: relative;
  border: 1px solid #b91f2b;
  margin-left: 10px;
  transition: all ease 0.5s;
}
.pagination span :hover, .pagination a :hover {
  background-color: #fff;
  color: #b91f2b;
}
.pagination :first-child {
  margin-left: 0;
}
.rtl .pagination :first-child {
  margin-left: 10px;
}
.pagination .current {
  background-color: #fff;
  color: #b91f2b;
}

@media (max-width: 991px ) {
  .pagination {
    margin-top: 50px;
  }
}

.category-date {
  display: flex;
}
.category-date p {
  margin-left: 20px;
  font-size: 20px;
}
.category-date p:first-child {
  margin-left: 0;
}

.social_media {
  position: absolute !important;
  left: 1.5vw;
}
.social_media a span {
  font-size: 20px;
}

header {
  padding: 0 2.6041666667vw;
  font-family: "mullerlight";
  text-transform: uppercase;
  z-index: 5;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 1.3541666667vw);
  background-color: #fff;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.arabic header {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
}
.kurdish header {
  font-family: "NRT-Reg";
}

.header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b7b7b7;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header_top > div > div,
.header_top > div > a {
  margin-right: 25px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.header_top > div > div > ul,
.header_top > div > a > ul {
  position: absolute;
  top: 30px;
  min-width: 160px;
  background-color: #B91F2B;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header_top > div > div > ul.active,
.header_top > div > a > ul.active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.header_top > div > div > ul li,
.header_top > div > a > ul li {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.header_top > div > div > ul li:first-child,
.header_top > div > a > ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.header_top > div > div > ul li a,
.header_top > div > a > ul li a {
  padding: 12px 15px;
  color: #fff;
  font-size: 12px;
  display: block;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 992px) {
  .header_top > div > div > ul li a:hover,
.header_top > div > a > ul li a:hover {
    background-color: #fff;
    color: #B91F2B;
  }
}
.rtl .header_top > div > div,
.rtl .header_top > div > a {
  margin-right: 0;
  margin-left: 0;
}
.header_top > div > div span,
.header_top > div > a span {
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform-origin: center center;
}
.rtl .header_top > div > div span,
.rtl .header_top > div > a span {
  margin-right: 20px;
}
.header_top > div > div:last-child,
.header_top > div > a:last-child {
  margin-right: 0;
}
.header_top form {
  background: rgba(0, 0, 0, 0.1);
  padding: 5px;
  display: block;
}
.rtl .header_top form {
  margin-left: 25px;
}
.header_top form input {
  outline: none;
  border: none;
  font-family: "mullerlight";
  text-transform: uppercase;
  width: 115px;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.085);
}
.arabic .header_top form input {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
}
.kurdish .header_top form input {
  font-family: "NRT-Reg";
}
.header_top form button {
  background: none;
  border: 0;
  font-size: 13px;
}
@media (max-width: 991px) {
  .header_top > div {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .header_top form input {
    width: 70px;
  }

  .header_top > div > div > ul,
  .header_top > div > a > ul {
    transform: none !important;
    top: 43px;
    right: auto;
    left: auto;
  }
}
@media (min-width: 992px) {
  .header_top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header_top > div {
    display: flex;
  }
  .header_top > div > div span,
.header_top > div > a span {
    font-size: 16px;
    margin-left: 12px;
  }
  .header_top > div > div > ul,
.header_top > div > a > ul {
    top: 44px;
  }
  .header_top > div > div > ul li a,
.header_top > div > a > ul li a {
    font-size: 15px;
  }
  .header_top > div > div > a:first-child {
    margin-right: 16px;
  }
}
@media (min-width: 1240px) {
  .header_top {
    font-size: 14px;
  }
  .header_top > div > div,
.header_top > div > a {
    margin-right: 50px;
  }
  .header_top > div > div span,
.header_top > div > a span {
    margin-left: 20px;
  }
}

.header-social-media {
  display: none;
}
.header-social-media li {
  margin-right: 18px;
}
.header-social-media li:last-child {
  margin-right: 0;
}
.rtl .header-social-media li:last-child {
  margin-right: 18px;
}
.header-social-media li a {
  color: #111111;
  font-size: 16px;
  transition: color 0.3s ease;
}
@media (min-width: 992px) {
  .header-social-media {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .header-social-media li a:hover {
    color: #B91F2B;
  }
}

.languages-dropdown.active span {
  transform: rotate(180deg);
}
.rtl .languages-dropdown {
  margin-left: 0;
  margin-right: 25px;
}


  .languages-dropdown {
    position: relative;
  }
  .languages-dropdown.active > ul {
    top: 43px;
    right: auto;
    left: auto;
    transform: none !important;
  }


.header-bottom {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header-bottom .logo {
  display: block;
  width: 100px;
}
.header-bottom .logo:after {
  display: none;
}
.header-bottom .logo > img {
  width: 100%;
  max-width: 100px;
  height: auto;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 992px) {
  .header-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1240px) {
  .header-bottom .logo {
    width: 160px;
  }
  .header-bottom .logo > img {
    max-width: 160px;
  }
}

.header_scrolled {
  transform: translate(0, -60px);
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .header_scrolled {
    transform: translate(0, -54px);
  }
}
.header_scrolled .header-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header_scrolled .header-bottom .logo > img {
  max-width: 80px;
}
@media (min-width: 992px) {
  .header_scrolled .header-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header_scrolled .header-bottom .logo > img {
    max-width: 100px;
  }
}
@media (min-width: 1240px) {
  .header_scrolled .header-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
	position: fixed;
    visibility: hidden;
  }
  .header_scrolled .header-bottom .logo > img {
    max-width: 130px;
  }
}

.single-header {
  padding: 0 4vw;
}
.single-header.header_scrolled {
  transform: translate(0, 0);
}

.btn {
  width: 160px;
  height: 50px;
  border: 0;
  border-radius: 28px;
  background: #B91F2B;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  font-family: "mullerregular";
  letter-spacing: 0.02em;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.arabic .btn {
  font-family: "Almarai", sans-serif;
  font-weight: 400;
}
.kurdish .btn {
  font-family: "NRT-Reg";
}
.btn.btn--white {
  background-color: #fff;
  color: #B91F2B;
  border: 1px solid #fff;
}
.btn.btn--rounded-white {
  border: 1px solid #fff;
}
.btn.btn--rounded-red {
  border: 1px solid #B91F2B;
}
.btn.btn--rounded-transparent {
  border: 1px solid #fff;
  background-color: transparent;
}
@media (min-width: 992px) {
  .btn {
    font-size: 16px;
    width: 193px;
    height: 56px;
    line-height: 56px;
  }
}
@media screen and (min-width: 992px) {
  .btn:hover {
    background-color: #fff;
    color: #B91F2B;
  }
  .btn:hover.btn--white {
    background-color: #B91F2B;
    color: #fff;
  }
  .btn:hover.btn--white-black {
    background-color: transparent;
  }
  .btn:hover.btn--rounded-transparent {
    background-color: white;
  }
}

.btn + .btn {
  margin-top: 15px;
}
@media (min-width: 1440px) {
  .btn + .btn {
    margin-left: 15px;
    margin-top: 0;
  }
}

.menu {
  font-size: 14px;
  list-style-type: none;
  display: none;
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
.menu li {
  margin-bottom: 6px;
}
.menu li:first-child {
  margin-left: 0;
}
.menu li .sub-menu {
  margin-top: 8px;
  transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: #fff;
}

.rtl .menu li .sub-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.header_scrolled .menu li .sub-menu:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  box-shadow: 0 4px 2px 1px rgba(0, 0, 0, 0.1);
}
.menu li .sub-menu li {
  margin-left: 0;
  margin-bottom: 5px;
}
.rtl .menu li .sub-menu li {
  text-align: right;
}
.menu li .submenu--brands {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 48px 0 52px 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transform: translate(0, 20px);
  transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), visibility 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header_scrolled .menu li .submenu--brands {
  box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.15);
}
.menu li .submenu--brands:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  background: linear-gradient(#000 0%, #fff 100%);
  opacity: 0.05;
}
.menu li .submenu--brands li {
  width: calc(100% / 7);
  margin: 0;
  text-align: center;
  border-right: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  padding-top: 8px;
  padding-bottom: 22px;
}
.menu li .submenu--brands li:last-child {
  border-right: 0;
}
.rtl .menu li .submenu--brands li:first-child {
  border-right: 0;
}
.rtl .menu li .submenu--brands li:last-child {
  border-right: 1px solid #D7D7D7;
}
.menu li .submenu--brands li a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  text-transform: capitalize;
}
.menu li .submenu--brands li a:after {
  display: none;
}
.menu li .submenu--brands li a img {
  margin-bottom: 32px;
}
.menu li .submenu--brands li a span {
  max-height: 54px;
}
.menu li .submenu--brands li a span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.menu li .submenu--brands li a span {
  margin-bottom: 32px;
  color: #929292;
  opacity: 0.5;
  font-size: 54px;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.menu li .submenu--brands li a span:nth-child(2) {
  font-size: 40px;
}
.menu li .submenu--brands li a p {
  font-size: 20px;
  margin-bottom: 0;
}
.menu li .submenu--brands li a:hover span {
  color: #B91F2B;
  opacity: 1;
}
.menu li .submenu--brands li:last-child a span {
  font-size: 40px;
}
@media (min-width: 992px) {
  .menu li:hover > .submenu--brands {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translate(0, 0);
  }
  .menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translate(0, 0);
  }
}
@media (min-width: 768px) {
  .rtl .menu li .sub-menu li {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .menu {
    font-size: 12px;
    display: flex;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .menu li {
    margin-left: 10px;
    margin-bottom: 0;
  }
  .menu li .submenu--brands {
    display: flex;
  }
  .menu li .sub-menu {
    margin-top: 0;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    display: none;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transform: translate(0, 20px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 20px;
    left: -20px;
    width: 250px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .rtl .menu li .sub-menu {
    transform: translate(-110px, 20px);
    width: 220px;
    padding-top: 10px;
    align-items: flex-start;
  }
  .rtl .menu li .sub-menu li {
    margin-right: 0;
    margin-left: 0;
    text-align: right;
  }
  .menu > li.current-menu-item > a:after {
    transform: scaleX(1);
  }
  .rtl .menu li {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .menu li {
    margin-left: 14px;
  }
  .rtl .menu li {
    margin-left: 0;
    margin-right: 14px;
  }
}
@media (min-width: 1160px) {
  .menu {
    font-size: 14px;
  }
  .menu li {
    margin-left: 15px;
  }
  .rtl .menu li {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media (min-width: 1380px) {
  .menu {
    font-size: 16px;
  }
  .menu li {
    margin-left: 20px;
  }
  .rtl .menu li {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media (min-width: 1470px) {
  .menu li {
    margin-left: 30px;
  }
  .rtl .menu li {
    margin-left: 0;
    margin-right: 30px;
  }
}

.menubar {
  position: relative;
}
.menubar span {
  width: 30px;
  height: 3px;
  border-radius: 10px;
  display: block;
  background-color: #B91F2B;
  margin-bottom: 4px;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform-origin: left center;
  position: relative;
}
.menubar span:last-child {
  margin-bottom: 0;
}
.menubar.active span:nth-child(1) {
  top: -4px;
  transform: rotate(45deg);
}
.menubar.active span:nth-child(2) {
  opacity: 0;
}
.menubar.active span:nth-child(3) {
  top: 3px;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .menubar {
    display: none;
  }
}

.icon-toto {
  font-size: 35px !important;
  margin-top: 10px;
}


.slider {
  position: relative;
  height: 600px;
  background-color: #111111;
}
@media (min-width: 992px) {
  .slider {
    height: 700px;
  }
}
@media (min-width: 1440px) {
  .slider {
    height: 824px;
  }
}

.slider-caption {
  position: absolute;
  top: 50%;
  left: 15px;
  width: calc(100% - 30px);
  transform: translate(0, -50%);
  font-family: "mullerlight";
}
.arabic .slider-caption {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
}
.kurdish .slider-caption {
  font-family: "NRT-Reg";
}
.slider-caption h2 {
  color: #fff;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .slider-caption {
    top: 50%;
    left: 64px;
    width: 700px;
  }
  .rtl .slider-caption {
    left: auto;
    right: 64px;
  }
}

.about-section {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 80px;
}
.about-section h2 {
  max-width: 1052px;
  display: inline-block;
  font-family: "mullerlight";
}
.arabic .about-section h2 {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
}
.kurdish .about-section h2 {
  font-family: "NRT-Reg";
}
.about-section h2 span {
  color: #B91F2B;
}

.about-main {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
}
.about-main img {
  width: 100%;
  height: auto;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.about-main .about-main-content {
  position: relative;
  z-index: 2;
}
.about-main .about-main-content h3 {
  color: #B91F2B;
  margin-bottom: 40px;
}
.about-main .about-main-content p {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
}
@media (min-width: 992px) {
  .about-main {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 0;
    padding-right: 0;
  }
  .about-main .about-main-content h3 {
    margin-bottom: 50px;
  }
  .about-main .about-main-content p {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1200px) {
  .about-main {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .about-main .about-main-content h3 {
    margin-bottom: 90px;
  }
  .about-main .about-main-content p {
    font-size: 40px;
    line-height: 54px;
  }
}
@media (min-width: 1440px) {
  .about-main .about-main-content p {
    font-size: 50px;
    line-height: 64px;
  }
}

.about-text {
  padding: 80px 15px;
  position: relative;
  background-color: #F6F6F6;
}
.about-text img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}
.about-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5.3684210526%;
  width: calc(100% - 10.736842105263158%);
  height: 1px;
  background-color: rgba(105, 105, 105, 0.46);
}
.about-text.about-text-noborder:after {
  display: none;
}
.about-text .content-wrapper {
  position: relative;
  z-index: 2;
}
.about-text h3 {
  color: #B91F2B;
  margin-bottom: 60px;
}
.about-text h5 {
  color: #B91F2B;
  line-height: 36px;
  margin-bottom: 50px;
}
.about-text p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}
.about-text p:last-child {
  margin-bottom: 0;
}
.about-text.about-text--red {
  background-color: #B91F2B;
  color: #fff;
}
.about-text.about-text--red h3 {
  color: #fff;
}
.rtl .about-text.about-text--red h3 {
  direction: rtl;
}
@media (min-width: 992px) {
  .about-text {
    padding: 120px 0;
  }
  .about-text h5 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .about-text .content-wrapper > div:first-child {
    padding-right: 14.2503097893%;
  }
  .rtl .about-text .content-wrapper {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .about-text h3 {
    margin-bottom: 120px;
  }
  .about-text h5 {
    font-size: 30px;
    line-height: 36px;
  }
  .about-text p {
    font-size: 25px;
    line-height: 32px;
  }
}

.partners {
  background-color: #F6F6F6;
  text-align: center;
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
.partners:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  width: 3px;
  height: 80px;
  transform: translate(-50%, 0);
  background-color: #B91F2B;
}
.partners h2 {
  margin-bottom: 110px;
}
.partners ul li {
  background-color: rgba(140, 140, 140, 0.08);
  width: 100%;
  margin-bottom: 15px;
}
.partners ul li a {
  display: block;
  padding: 90px;
}
.partners ul li img {
  width: 100px;
  height: auto;
}
@media (min-width: 768px) {
  .partners ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rtl .partners ul {
    flex-direction: row-reverse;
  }
  .partners ul li {
    width: calc(50% - 10px);
  }
}
@media (min-width: 992px) {
  .partners {
    padding-left: 0;
    padding-right: 0;
    padding-top: 300px;
    padding-bottom: 200px;
  }
  .partners:before {
    height: 130px;
  }
  .partners ul {
    padding: 0 30px;
  }
  .partners ul li {
    width: calc(33.333% - 15px);
    margin-bottom: 25px;
  }
  .partners ul li img {
    width: 80%;
    height: auto;
    filter: grayscale(100%);
  }
}
@media (min-width: 1440px) {
  .partners ul {
    padding: 0 16.8421052632%;
  }
  .partners ul li {
    width: calc(33.333% - 50px);
    margin-bottom: 50px;
  }
  .partners ul li img {
    width: 198px;
  }
}
@media screen and (min-width: 992px) {
  .partners ul li {
    transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .partners ul li:hover {
    box-shadow: 0px 31px 114px rgba(188, 188, 188, 0.78);
  }
}

.locations {
  position: relative;
}
.locations img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.locations h2 {
  position: relative;
  font-size: 30px;
  color: #fff;
  z-index: 2;
  text-align: center;
}
@media (min-width: 992px) {
  .locations h2 {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 50px;
  }
}
@media (min-width: 1440px) {
  .locations h2 {
    font-size: 73px;
  }
}

.news-section {
  position: relative;
  padding-bottom: 40px;
}
.news-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  background-color: #f6f6f6;
  z-index: 1;
}
.news-section > img {
  position: relative;
  z-index: 2;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 991px) {
  .news-section > img {
    max-height: 340px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .news-section {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 118px;
  }
  .rtl .news-section {
    flex-direction: row-reverse;
  }
  .news-section > img {
    width: 33.0168776371%;
  }
}

.news-section--img,
.news-section--content {
  position: relative;
  z-index: 2;
}

.news-section--content {
  padding: 0 15px;
}
.news-section--content > h4 {
  margin-bottom: 50px;
}
.news-section--content ul {
  display: flex;
  flex-wrap: wrap;
  font-family: "mullerlight";
  justify-content: space-between;
}
.arabic .news-section--content ul {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
}
.kurdish .news-section--content ul {
  font-family: "NRT-Reg";
}
.news-section--content ul li {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .news-section--content ul {
    display: flex;
    flex-wrap: wrap;
  }
  .news-section--content ul li {
    width: calc(50% - 40px);
  }
}
@media (min-width: 992px) {
  .news-section--content {
    width: 66.9831223629%;
    padding: 0 7.4803149606%;
    margin-top: 13px;
  }
  .news-section--content > h4 {
    margin-bottom: 135px;
  }
  .news-section--content ul li {
    width: calc(50% - 60px);
    margin-bottom: 85px;
  }
  .news-section--content ul li:nth-child(2n+2) {
    margin-left: 60px;
  }
  .news-section--content ul li:nth-child(5), .news-section--content ul li:nth-child(6) {
    margin-bottom: 0;
  }
}

.news--title {
  background-color: #EBEBEB;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 6.5789473684%;
  padding-right: 6.5789473684%;
}
.news--title h2 {
  color: #B91F2B;
  margin-bottom: 0;
}
.news--title ul {
  display: flex;
  margin-bottom: 0;
  margin-top: 30px;
}
.news--title ul li {
  margin-right: 20px;
}
.news--title ul li:last-child {
  margin-right: 0;
}
.news--title ul li a {
  font-size: 20px;
  color: #868686;
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 992px) {
  .news--title {
    padding-top: 120px;
    padding-bottom: 140px;
  }
  .news--title ul {
    margin-top: 0;
  }
  .news--title ul li a:hover {
    color: #B91F2B;
  }
}
@media (min-width: 992px) {
  .news--title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news--title ul li {
    margin-right: 40px;
  }
  .news--title ul li a {
    font-size: 32px;
  }
  .rtl .news--title ul {
    flex-direction: row-reverse;
  }
  .rtl .news--title ul li {
    margin-right: 0;
    margin-left: 40px;
  }
  .rtl .news--title ul li:last-child {
    margin-left: 0;
  }
}

.news {
  background-color: #F6F6F6;
  padding-left: 6.5789473684%;
  padding-right: 6.5789473684%;
  position: relative;
}
.news:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background-color: #EBEBEB;
}
.news .article--related-wrapper {
  position: relative;
  z-index: 2;
}
.news .article--related {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .news .article--related:last-child {
    margin-bottom: 0;
  }
}

.companies--list {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.companies--list li {
  width: 100%;
  text-align: center;
  padding-bottom: 75%;
  position: relative;
  border-left: 1px solid #d7d7d7;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.companies--list li:nth-child(4n+1) {
  border-left: 0;
}
.rtl .companies--list li:nth-child(4n+1) {
  border-left: 1px solid #d7d7d7;
}
.rtl .companies--list li:nth-child(4n+4) {
  border-left: 0;
}
.companies--list li:nth-child(4n+1), .companies--list li:nth-child(4n+2), .companies--list li:nth-child(4n+3), .companies--list li:nth-child(4n+4) {
  border-top: 1px solid #d7d7d7;
}
.companies--list li img {
  max-width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: auto;
}
.companies--list li:nth-child(2) img {
  max-height: 78px;
}
.companies--list li:nth-child(2) img {
  max-height: 93px;
}
.companies--list li:nth-child(3) img {
  max-height: 78px;
}
.companies--list li:nth-child(4) img {
  max-height: 85px;
}
.companies--list li:nth-child(5) img {
  max-height: 154px;
}
.companies--list li:nth-child(6) img {
  max-height: 109px;
}
.companies--list li:nth-child(7) img {
  max-height: 109px;
}
.companies--list li:nth-child(8) img {
  max-height: 109px;
}
@media (min-width: 768px) {
  .companies--list {
    display: flex;
    flex-wrap: wrap;
  }
  .companies--list li {
    width: 50%;
    padding-bottom: 35%;
  }
}
@media (min-width: 992px) {
  .companies--list {
    margin-top: 90px;
  }
  .companies--list li {
    width: 25%;
    padding-bottom: 23.65%;
  }
  .companies--list li img {
    max-width: 40%;
    filter: grayscale(100%);
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .companies--list li:hover {
    background-color: #fff;
    box-shadow: 0px 31px 114px rgba(188, 188, 188, 0.78);
  }
  .companies--list li:hover img {
    filter: grayscale(0%);
  }
}
@media (min-width: 1200px) {
  .companies--list {
    margin-top: 0px;
  }
  .companies--list li img {
    max-width: 70%;
  }
}

.broschure {
  background-color: #efefef;
  width: 100%;
  position: relative;
}
.broschure h2 {
  color: #B91F2B;
  margin-bottom: 40px;
}
.broschure p {
  font-size: 25px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .broschure {
    padding-bottom: 50px;
  }
  .broschure .wrapper {
    text-align: center;
  }
  .broschure .wrapper img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .broschure {
    height: 100vh;
  }
  .broschure img {
    max-width: 50%;
  }
  .broschure .wrapper {
    display: flex;
    align-items: center;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .rtl .broschure .wrapper {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1400px) {
  .broschure .wrapper {
    width: 69.7368421053%;
  }
}
.about {
  background-color: #efefef;
  width: 100%;
  position: relative;
}
.about h2 {
  color: #B91F2B;
  margin-bottom: 40px;
}
.about p {
  font-size: 25px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .about {
    padding-bottom: 50px;
  }
  .about .wrapper {
    text-align: center;
  }
  .about .wrapper img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    max-width: 300px;
	margin-top: 50px;

  }
}
@media (min-width: 992px) {
  .about {
    height: 100vh;
  }
  .about img {
    max-width: 50%;
	padding: 50px;
  }
  .about .wrapper {
    display: flex;
    align-items: center;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .rtl .about .wrapper {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1400px) {
  .about .wrapper {
    width: 69.7368421053%;
  }
}





footer {
  padding-top: 76px;
  padding-bottom: 30px;
  padding-left: 2.6041666667vw;
  padding-right: 2.6041666667vw;
}
footer h3 {
  color: #B91F2B;
  letter-spacing: -0.04em;
  margin-bottom: 40px;
}
footer h5 {
  color: #B91F2B;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  footer {
    padding-bottom: 58px;
  }
  footer h3 {
    margin-bottom: 60px;
  }
}

.footer-top {
  text-align: center;
  border-bottom: 1px solid rgba(183, 183, 183, 0.51);
}
.footer-top > .row:first-child {
  margin-bottom: 40px;
}
.footer-top img {
  margin-bottom: 40px;
}
.footer-top ul {
  margin-bottom: 50px;
}
.footer-top ul li {
  margin-bottom: 15px;
}
.footer-top ul li a {
  text-transform: uppercase;
  font-size: 16px;
  color: #848484;
  transition: color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footer-top ul li a:after {
  background-color: #848484;
}
.footer-top p {
  font-size: 18px;
  color: #8C8C8C;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer-top {
    text-align: left;
  }
  .rtl .footer-top {
    text-align: right;
  }
  .footer-top > .row:first-child {
    margin-bottom: 60px;
  }
  .footer-top p {
    font-size: 20px;
  }
  .footer-top ul {
    margin-bottom: 0;
  }
  .footer-top ul li {
    margin-bottom: 20px;
  }
  .footer-top ul li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .footer-top ul li a:hover {
    color: #B91F2B;
  }
}
@media (min-width: 1440px) {
  .footer-top > .row:first-child {
    margin-bottom: 90px;
  }
}

.footer-bottom {
  padding-top: 40px;
  font-size: 16px;
  color: #111111;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.footer-bottom p {
  font-size: 16px;
}
.footer-bottom img {
  max-width: 100px;
  height: auto;
}
.footer-bottom div a {
  text-transform: uppercase;
  margin-right: 25px;
}
.footer-bottom div a span {
  margin-left: 15px;
}
.footer-bottom div a:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .footer-bottom {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 100px;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .rtl .footer-bottom {
    flex-direction: row-reverse;
  }
  .footer-bottom p {
    margin-bottom: 0;
  }
}

.newsletter {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.newsletter form {
  width: 100%;
}
.newsletter form input,
.newsletter form button {
  width: 100%;
  font-family: "mullerlight";
  font-size: 16px;
  margin-bottom: 15px;
}
.arabic .newsletter form input,
.arabic .newsletter form button {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
}
.kurdish .newsletter form input,
.kurdish .newsletter form button {
  font-family: "NRT-Reg";
}
.newsletter form input {
  color: #595959;
  border: 0;
  background-color: rgba(106, 106, 106, 0.05);
  padding: 10px 20px;
}
.newsletter form button {
  position: relative;
  background-color: #fff;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #B91F2B;
  min-height: 64px;
}
.newsletter form button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #B91F2B;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform-origin: bottom center;
}
.newsletter form button span {
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 992px) {
  .newsletter form button:hover span {
    color: #B91F2B;
  }
  .newsletter form button:hover:after {
    transform: scaleY(0);
  }
}
@media (min-width: 992px) {
  .newsletter form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .rtl .newsletter form {
    flex-direction: row-reverse;
  }
  .newsletter form input,
.newsletter form button {
    width: calc(33.333% - 10px);
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .newsletter {
    margin-bottom: 50px;
  }
  .newsletter form {
    width: 80%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .rtl .newsletter form {
    margin-left: 20%;
  }
}
@media (min-width: 1440px) {
  .newsletter form input,
.newsletter form button {
    font-size: 18px;
  }
}

.social-media {
  text-align: center;
  margin-bottom: 50px;
}
.social-media ul {
  display: flex;
  justify-content: center;
}
.social-media ul li {
  margin-right: 10px;
}
.rtl .social-media ul li {
  margin-right: 0;
  margin-left: 10px;
}
.social-media ul li:last-child {
  margin-right: 0;
}
.social-media ul li a {
  width: 64px;
  height: 64px;
  display: inline-block;
  background-color: #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: relative;
  border: 1px solid #B91F2B;
}
.social-media ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #B91F2B;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform-origin: bottom center;
}
.social-media ul li a span {
  position: relative;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 992px) {
  .social-media {
    text-align: left;
    margin-bottom: 50px;
  }
  .rtl .social-media {
    text-align: right;
  }
  .social-media ul {
    justify-content: flex-start;
  }
  .rtl .social-media ul {
    flex-direction: initial;
  }
}
@media (min-width: 1200px) {
  .social-media ul li a {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 1440px) {
  .social-media ul li a {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .social-media ul li a:hover span {
    color: #B91F2B;
  }
  .social-media ul li a:hover:after {
    transform: scaleY(0);
  }
}

.article--title {
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.article--title h2 {
  color: #B91F2B;
  font-size: 34px;
  line-height: 50px;
  margin-bottom: 20px;
}
.article--title p {
  font-size: 18px;
  margin-bottom: 0;
}
.article--title p span {
  color: #B91F2B;
  margin-right: 20px;
  padding-right: 22px;
  position: relative;
}
.article--title p span:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: calc(100% - 10px);
  background-color: #111111;
}
.rtl .article--title p span {
  margin-left: 20px;
  padding-left: 22px;
}
.rtl .article--title p span:after {
  top: 5px;
  left: 0;
  right: auto;
}
@media (min-width: 992px) {
  .article--title {
    padding-top: 60px;
    padding-bottom: 90px;
    padding-left: 24.2105263158%;
    padding-right: 0;
  }
  .rtl .article--title {
    padding-left: 0;
    padding-right: 24.2105263158%;
  }
  .article--title h2 {
    font-size: 54px;
    line-height: 70px;
    margin-bottom: 30px;
    padding-right: 50px;
  }
  .article--title p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .article--title h2 {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 80px;
  }
  .article--title p {
    font-size: 24px;
  }
}

.article--gallery {
  height: 400px;
  position: relative;
  padding-bottom: 150px;
}
.article--gallery:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #f6f6f6;
  z-index: 1;
}
.article--gallery .bx-wrapper {
  position: relative;
  z-index: 2;
}
.article--gallery .bx-wrapper,
.article--gallery .bx-viewport,
.article--gallery .article--slider,
.article--gallery .article--slider > div {
  height: 100% !important;
}
.article--gallery .article--slider > div {
  position: relative;
}
.article--gallery .article--slider > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.article--gallery .article--slider-info {
  position: relative;
  background-color: #B91F2B;
  z-index: 3;
  padding: 30px;
  color: #fff;
  text-transform: uppercase;
}
.article--gallery .article--slider-info .article--slider-nav {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translate(0, -50%);
}
.rtl .article--gallery .article--slider-info .article--slider-nav {
  right: auto;
  left: 60px;
  direction: ltr;
}
.article--gallery .article--slider-info .article--slider-nav a:after, .article--gallery .article--slider-info .article--slider-nav a:before {
  border-color: rgba(255, 255, 255, 0.37);
  transition: border-color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.article--gallery .article--slider-info .article--slider-nav a:first-child {
  margin-right: 15px;
  transform: rotate(180deg);
  transform-origin: center center;
}
.rtl .article--gallery .article--slider-info .article--slider-nav a:first-child:after, .rtl .article--gallery .article--slider-info .article--slider-nav a:nth-child(2):after {
  left: auto !important;
  right: 1px !important;
  transform: translate(0, -50%) rotate(401deg) !important;
}
@media screen and (min-width: 992px) {
  .article--gallery .article--slider-info .article--slider-nav a:hover:after, .article--gallery .article--slider-info .article--slider-nav a:hover:before {
    border-color: white;
  }
}
@media (max-width: 991px) {
  .article--gallery .article--slider-info h5 {
    font-size: 18px;
    padding-right: 100px;
  }
}
@media (min-width: 992px) {
  .article--gallery {
    padding-left: 6.0526315789%;
    height: 700px;
    padding-bottom: 100px;
  }
  .rtl .article--gallery {
    padding-left: 0;
    padding-right: 6.0526315789%;
  }
  .article--gallery .article--slider-info {
    position: absolute;
    top: 0;
    left: 24.2105263158%;
    width: calc(100% - 24.210526315789474%);
  }
  .rtl .article--gallery .article--slider-info {
    left: auto;
    right: 24.2105263158%;
  }
}
@media (min-width: 1200px) {
  .article--gallery {
    height: 868px;
  }
}

.article--content {
  background-color: #f6f6f6;
  position: relative;
  padding-bottom: 50px;
}
.article--content .article--content-inner {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.article--content .article--content-inner img {
  width: 100%;
  height: auto;
}
.article--content h3 {
  margin-bottom: 30px;
  line-height: 34px;
  color: #B91F2B;
}
.article--content p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.article--content .social-media {
  display: flex;
  color: #B91F2B;
  margin-left: 15px;
}
.article--content .social-media li {
  margin-right: 10px;
}
.article--content .social-media li a {
  font-size: 15px;
  border: 2px solid #B91F2B;
  padding: 8px 10px;
  display: block;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 992px) {
  .article--content {
    padding-bottom: 80px;
  }
  .article--content .article--content-inner {
    padding-left: 24.2105263158%;
    padding-right: 0;
    max-width: 84%;
  }
  .rtl .article--content .article--content-inner {
    padding-right: 24.2105263158%;
    padding-left: 0;
    max-width: 84%;
  }
  .article--content h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 45px;
  }
  .article--content p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .article--content .social-media {
    position: absolute;
    top: 4px;
    left: 6.0526315789%;
    margin-left: 0;
  }
  .rtl .article--content .social-media {
    left: auto;
    right: 6.0526315789%;
  }
  .article--content .social-media li a {
    font-size: 20px;
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .article--content {
    padding-bottom: 200px;
  }
  .article--content .article--content-inner {
    padding-right: 0;
    max-width: 67.8947368421%;
  }
  .article--content h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 65px;
  }
  .article--content p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .article--content .social-media li a:hover {
    background-color: #B91F2B;
    color: #fff;
  }
}

.article--related-section {
  background-color: #f6f6f6;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 100px;
}
.article--related-section > h3 {
  color: #B91F2B;
  margin-bottom: 65px;
}
@media (min-width: 992px) {
  .article--related-section {
    padding-left: 24.2105263158%;
    padding-right: 5.5263157895%;
    padding-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .article--related-section {
    padding-bottom: 230px;
  }
}

.article--related {
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #B91F2B;
  margin-bottom: 30px;
  width: 100%;
}
.article--related:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #B91F2B;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform-origin: left center;
  transform: scaleX(0);
}
.rtl .article--related:after {
  right: 0;
  transform-origin: right center;
}
.article--related a {
  display: block;
}
.article--related h4 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 25px;
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.article--related p {
  font-size: 18px;
  margin-bottom: 0;
}
.article--related .category-date {
  position: absolute;
  bottom: 40px;
  right: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.rtl .article--related .category-date {
  right: auto;
  left: 0;
}
@media (min-width: 768px) {
  .article--related h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .article--related {
    margin-bottom: 0;
  }
  .article--related h4 {
    font-size: 26px;
    line-height: 32px;
  }
  .article--related p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .article--related h4 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .article--related:hover h4 {
    color: #B91F2B;
  }
  .article--related:hover:after {
    transform: scaleX(1);
  }
}

.article--related-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .article--related-wrapper > div,
.article--related-wrapper > a {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .article--related-wrapper > div,
.article--related-wrapper > a {
    width: calc(50% - 40px);
  }
}

.article--related-img {
  width: 100%;
  height: 280px;
  margin-bottom: 30px;
}
.article--related-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 768px) {
  .article--related-img {
    height: 340px;
  }
}
@media (min-width: 992px) {
  .article--related-img {
    height: 300px;
    margin-bottom: 54px;
  }
}
@media (min-width: 1200px) {
  .article--related-img {
    height: 360px;
  }
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 30px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.black-section {
  background-color: #313131;
  color: #fff;
  padding: 60px 5.7894736842%;
  position: relative;
  overflow: hidden;
}
.black-section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 75% center;
  z-index: 1;
}
.black-section h2 {
  font-size: 40px;
  position: relative;
  z-index: 2;
}
.black-section.black-section--darker {
  background-color: #25282d;
}
@media (min-width: 992px) {
  .black-section {
    padding: 150px 5.7894736842%;
  }
  .black-section h2 {
    font-size: 70px;
    position: relative;
    z-index: 2;
  }
}

.careers {
  background-color: #F6F6F6;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 6.5789473684%;
  padding-right: 6.5789473684%;
  position: relative;
}

@media (min-width: 768px) {
  .box--wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box--wrapper > div,
.box--wrapper > a {
    width: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  .box--wrapper > div,
.box--wrapper > a {
    width: calc(50% - 40px);
  }
}

.box {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #B91F2B;
  margin-bottom: 40px;
}
.box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #B91F2B;
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: scaleX(0);
}
.box h4 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
}
.box h5 {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.box p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
.box .arrow {
  position: absolute;
  bottom: 25px;
  right: 0;
}
@media (min-width: 992px) {
  .box {
    padding-bottom: 50px;
    margin-bottom: 80px;
  }
  .box h4 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .box h5 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .box p {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .box .arrow {
    position: absolute;
    bottom: 50px;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .box h4 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
  }
  .box h5 {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .box p {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .box .arrow {
    position: absolute;
    bottom: 50px;
    right: 0;
  }
  .rtl .box .arrow {
    right: auto;
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .box:hover:after {
    transform: scaleX(1);
  }
}

.apply {
  background-color: #F6F6F6;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 6.5789473684%;
  padding-right: 6.5789473684%;
  position: relative;
}
.apply p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .apply {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .apply p {
    max-width: 75%;
    font-size: 18px;
    margin-bottom: 50px;
  }
  .rtl .apply p {
    margin-left: 25%;
  }
}

.form-section {
  margin-bottom: 40px;
}
.form-section h4 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .form-section {
    width: 50%;
    margin-bottom: 80px;
  }
  .rtl .form-section {
    margin-left: 50%;
  }
  .form-section.form-section--bigger {
    width: 73.6842105263%;
  }
  .rtl .form-section.form-section--bigger {
    margin-left: 50%;
  }
}
@media (min-width: 1200px) {
  .form-section {
    width: 38.6315789474%;
    margin-bottom: 100px;
  }
  .rtl .form-section {
    width: 50%;
  }
  .form-section h4 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 50px;
  }
}

.form-control {
  margin-bottom: 25px;
}
.form-control label {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
.form-control input[type=text],
.form-control select,
.form-control textarea {
  background-color: rgba(190, 190, 190, 0.15);
  padding: 18px;
  width: 100%;
  border: 0;
  font-size: 16px;
  font-family: "mullerlight";
}
.arabic .form-control input[type=text],
.arabic .form-control select,
.arabic .form-control textarea {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
}
.kurdish .form-control input[type=text],
.kurdish .form-control select,
.kurdish .form-control textarea {
  font-family: "NRT-Reg";
}
.form-control textarea {
  resize: none;
}
.form-control .file {
  border: 2px solid #B91F2B;
  padding: 20px;
  text-align: center;
  position: relative;
  font-size: 18px;
  color: #B91F2B;
}
.form-control .file:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B91F2B;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform-origin: bottom center;
  transform: scaleY(0);
}
.form-control .file span {
  position: relative;
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.form-control .file span.icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
.form-control .file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .form-control .file:hover:after {
    transform: scaleY(1);
  }
  .form-control .file:hover span {
    color: #fff;
  }
}
@media (min-width: 992px) {
  .form-control {
    margin-bottom: 15px;
  }
  .form-control label {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
    padding: 20px 0;
  }
  .form-control input[type=text],
.form-control select,
.form-control textarea {
    font-size: 18px;
  }
  .form-control .file {
    padding: 20px;
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .form-control {
    margin-bottom: 30px;
  }
  .form-control label {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}

.form-control--border {
  width: 100%;
}
.form-control--border label {
  display: block;
  text-transform: uppercase;
  color: #B91F2B;
  font-size: 16px;
  margin-bottom: 20px;
}
.form-control--border input,
.form-control--border textarea {
  border: 0;
  border-bottom: 1px solid #B7B7B7;
  background-color: transparent;
  width: 100%;
  margin-bottom: 50px;
  font-size: 16px;
  font-family: "mullerlight";
  color: #111111;
}
.arabic .form-control--border input,
.arabic .form-control--border textarea {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
}
.kurdish .form-control--border input,
.kurdish .form-control--border textarea {
  font-family: "NRT-Reg";
}
.form-control--border textarea {
  resize: none;
}
@media (min-width: 992px) {
  .form-control--border label {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .form-control--border input,
.form-control--border textarea {
    font-size: 18px;
    margin-bottom: 80px;
  }
}

.corporations {
  padding: 50px 15px;
  background-color: #F6F6F6;
}
.corporations.corporations-sas {
  padding-top: 50px;
  padding-bottom: 0;
  position: relative;
}
.corporations.corporations-sas:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 173px;
  background-color: #B91F2B;
}
@media (min-width: 992px) {
  .corporations {
    padding: 120px 5.3684210526% 120px 5.3684210526%;
  }
  .corporations.corporations-sas {
    padding-top: calc(100vh / 3.4);
    padding-bottom: 0;
  }
}

.corporations-content {
  padding: 15px 15px 0 15px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.corporations-content:before, .corporations-content:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.corporations-content:before {
  top: 0;
  background-color: #ebebeb;
  height: 220px;
}
.corporations-content:after {
  bottom: 0;
  background-color: #B91F2B;
  height: 280px;
}
@media (min-width: 992px) {
  .corporations-content {
    padding: 0 5.3684210526%;
    padding-top: 100px;
  }
  .rtl .corporations-content {
    flex-direction: unset;
  }
}
.corporations-content.corporations-content--related {
  background-color: #f6f6f6;
}

.corporation-box {
  width: 100%;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  display: flex;
  z-index: 2;
}
.corporation-box:nth-child(1), .corporation-box:nth-child(2) {
  border-top: 1px solid #d7d7d7;
}
.corporation-box:nth-child(2n+2) {
  border-left: 0;
}
.corporation-box > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 2;
  opacity: 0.3;
}
.corporation-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: #111111;
}
.corporation-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 3;
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform-origin: bottom center;
}
.corporation-box .corporations-box--wrapper {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: space-between;
  padding: 50px 30px;
  width: 100%;
}
.corporation-box .corporations-box--wrapper img,
.corporation-box .corporations-box--wrapper .corporation-box--img {
  width: 264px;
  height: 95px;
  margin-bottom: 70px;
  position: relative;
  object-fit: contain;
  object-position: left center;
  transition: opacity 0.5s ease;
}
.corporation-box .corporations-box--wrapper .corporate-img--white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.corporation-box .corporation-box--text p {
  font-size: 18px;
  line-height: 22px;
  transform: translate(0, 50px);
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.corporation-box .corporation-box--text strong {
  text-transform: uppercase;
  font-size: 18px;
  opacity: 0;
  font-weight: 400;
  transition: opacity 0.125s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 992px) {
  .corporation-box:hover:after {
    transform: scaleY(0);
  }
  .corporation-box:hover .corporation-box--text {
    color: #fff;
    transition-delay: 0.1s;
  }
  .corporation-box:hover .corporation-box--text p {
    transform: translate(0, 0);
  }
  .corporation-box:hover .corporation-box--text strong {
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-delay: 0.3s;
  }
  .corporation-box:hover .corporations-box--wrapper .corporation-box--img > img:first-child {
    opacity: 0;
  }
  .corporation-box:hover .corporations-box--wrapper .corporate-img--white {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .corporation-box {
    width: 50%;
  }
  .corporation-box .corporations-box--wrapper {
    padding: 80px 70px;
  }
  .corporation-box .corporations-box--wrapper .corporation-box--img {
    margin-bottom: 120px;
  }
  .corporation-box .corporation-box--text {
    max-width: 70%;
  }
  .rtl .corporation-box .corporation-box--text {
    margin-left: 30%;
  }
  .corporation-box .corporation-box--text p {
    font-size: 20px;
    line-height: 24px;
  }
  .corporation-box .corporation-box--text strong {
    font-size: 20px;
  }
}

.corporations--cars {
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
.corporations--cars img {
  position: relative;
  z-index: 2;
  max-width: 85.8947368421%;
  height: auto;
  width: 100%;
}
.corporations--cars.corporations--cars-white {
  background-color: #fff;
}
@media (min-width: 992px) {
  .corporations--cars:after {
    height: 120px;
  }
}
@media (min-width: 1440px) {
  .corporations--cars:after {
    height: 204px;
  }
}

.corporations--cars-sas {
  width: 100%;
  padding-left: 6.40625%;
  position: relative;
  margin-top: 100px;
}
.corporations--cars-sas img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .corporations--cars-sas {
    margin-top: 150px;
  }
}

.rtl .corporations--location {
  flex-direction: row-reverse;
}
.corporations--location > div:nth-child(3) {
  text-align: center;
}
.corporations--location h2 {
  color: #B91F2B;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 30px;
}
.corporations--location strong {
  font-family: "mullerregular";
}
.arabic .corporations--location strong {
  font-family: "Almarai", sans-serif;
  font-weight: 400;
}
.kurdish .corporations--location strong {
  font-family: "NRT-Reg";
}
.corporations--location a {
  color: #B91F2B;
}
.corporations--location p {
  font-size: 16px;
  line-height: 32px;
  font-family: "mullerlight";
  max-width: 90%;
}
.rtl .corporations--location p {
  max-width: 90%;
}
.arabic .corporations--location p {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
}
.kurdish .corporations--location p {
  font-family: "NRT-Reg";
}
.corporations--location ul li {
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(105, 105, 105, 0.1);
}
@media (max-width: 991px) {
  .corporations--location img {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .corporations--location p {
    font-size: 18px;
  }
}
.corporations--location .help-content {
  padding: 75px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5.7894736842%;
}
.rtl .corporations--location .help-content {
  flex-direction: row-reverse;
}
.corporations--location .help-content > div {
  width: 50%;
}
.corporations--location .help-content > div:nth-child(3) {
  text-align: center;
}
.corporations--location .help-content img {
  max-width: 80%;
}
.corporations--location .help-content ul li {
  font-size: 20px;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.corporations--location .help-content p {
  font-size: 20px;
  line-height: 38px;
}
@media screen and (min-width: 992px) {
  .corporations--location a {
    transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .corporations--location a:hover {
    color: #B91F2B;
  }
}

.corporations--box {
  margin-bottom: 60px;
}
.corporations--box > div {
  background-color: #fff;
  padding: 50px 30px;
  position: relative;
}
.corporations--box > div h3 ,.corporations--box > div h2, .corporations--blocks h2, .corporations--location .corporations--location-text h3 {
  font-size: 28px;
  line-height: 36px;
  color: #B91F2B;
  letter-spacing: -0.6px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .corporations--box > div h3, .corporations--box > div h2, .corporations--blocks h2, .corporations--location .corporations--location-text h3 {
    font-size: 44px;
    line-height: 56px;
  }
}

@media (min-width: 1200px) {
  .corporations--box > div h3, .corporations--box > div h2, .corporations--blocks h2, .corporations--location .corporations--location-text h3 {
    font-size: 50px;
    line-height: 64px;
  }
}

@media (min-width: 1440px) {
  .corporations--box > div h3, .corporations--box > div h2, .corporations--blocks h2, .corporations--location .corporations--location-text h3 {
    font-size: 40px;
    line-height: 52px;
  }
}

.corporations--box > div a {
  display: block;
  background-color: #B91F2B;
  padding: 25px 60px;
  color: #fff;
  font-size: 26px;
  line-height: 24px;
  letter-spacing: 0.2px;
  border-radius: 28px;
  position: absolute;
  bottom: 0;
  margin-bottom: 75px;
  width: auto;
  height: 56px;
  line-height: 12px;
}
.corporations--box img {
  width: 100%;
  height: auto;
  object-fit: fill;
  object-position: center center;
}
.corporations--box.corporations--box-sas > div {
  background-color: #e1e1e1;
}
@media (min-width: 992px) {
  .corporations--box {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .rtl .corporations--box {
    flex-direction: row-reverse;
  }
  .corporations--box > div {
    width: 50%;
    padding: 40px 40px;
  }

  .corporations--box > div p {
    font-size: 18px;
    line-height: 30px;
  }

  .corporations--box > div:first-child {
    display: flex;
    flex-direction: column;
  }
  .corporations--box img {
    width: 50%;
    height: auto;
    object-fit: fill;
    object-position: center center;
    min-height: 500px;
  }
}
@media (min-width: 1440px) {
  .corporations--box {
    margin-bottom: 160px;
  }
  .corporations--box > div {
    padding: 78px 88px;
  }
  .corporations--box > div p {
    font-size: 20px;
    line-height: 34px;
  }
}

.corporations-location {
  padding: 0 5.7894736842%;
  margin-bottom: 170px;
}
.corporations-location h3 {
  color: #B91F2B;
  letter-spacing: -0.4px;
  line-height: 74px;
  font-size: 59px;
  margin-bottom: 75px;
}
.corporations-location ul li {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 49px;
  letter-spacing: -0.4px;
  color: #35383d;
  font-family: "mullerlight";
}
.arabic .corporations-location ul li {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
}
.kurdish .corporations-location ul li {
  font-family: "NRT-Reg";
}
.corporations-location ul li:last-child {
  margin-bottom: 0;
}
.corporations-location .location-content ul li {
  padding-bottom: 25px;
  border-bottom: 1px solid #efefef;
}

.corporations--location {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .corporations--location {
    flex-direction: column;
  }

  .corporations--location div {
    width: 100% !important;
  }

  .corporations--location h2 {
    text-align: center;
  }

  .corporations--location p {
    text-align: center;
    max-width: 100% !important;
  }

  .corporations--location ul li {
    text-align: center;
  }

  .rtl .corporations--location > div > ul {
    width: 100% !important;
  }

}
.corporations--location > div {
  width: 50%;
}
.rtl .corporations--location > div > ul {
  width: 90%;
}
.corporations--location .corporations--location-img {
  text-align: center;
}
.corporations--location .corporations--location-img img {
  max-width: 54.8969072165%;
  height: auto;
}
.corporations--location .corporations--location-text h3 {
  color: #B91F2B;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .corporations--location .corporations--location-img img {
    margin-bottom: 60px;
  }

  .corporations--location .corporations--location-text h3 {
    text-align: center;
  }
}
.corporations--location .corporations--location-text ul li {
  text-transform: uppercase;
  font-size: 20px;
  color: #464646;
}

.corporation-cars {
  padding: 0 5.7894736842%;
  margin-bottom: 75px;
}

.corporations-box {
  padding: 0 5.7894736842%;
  margin-bottom: 150px;
}
.corporations-box img {
  width: 100%;
}
.corporations-box h3 {
  font-size: 50px;
  color: #B91F2B;
  line-height: 62.5px;
  letter-spacing: -0.4px;
  font-family: "mullerlight";
  margin-bottom: 90px;
}
.arabic .corporations-box h3 {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
}
.kurdish .corporations-box h3 {
  font-family: "NRT-Reg";
}
.corporations-box p {
  font-size: 21px;
  line-height: 27px;
  letter-spacing: -0.4px;
  color: #575757;
  margin-bottom: 30px;
}

.corporations--slider {
  height: calc(100vh / 1.4);
  position: relative;
}
.corporations--slider .bx-wrapper {
  position: relative;
  z-index: 2;
}
.corporations--slider .bx-wrapper,
.corporations--slider .bx-viewport,
.corporations--slider .bx-viewport > div,
.corporations--slider .bx-viewport > div > div {
  height: 100% !important;
}
.corporations--slider img {
  position: relative;
  z-index: 1;
}

.corporations--slider .corporation--slider-text {
  position: absolute;
  top: 80px;
  left: 6vw;
  max-width: calc(100% - 12vw);
  z-index: 3;
  color: #fff;
}
.rtl .corporations--slider .corporation--slider-text {
  left: auto;
  right: 6vw;
}
.corporations--slider .corporation--slider-text h2 {
  font-family: "mullerlight";
  font-size: 28px;
  line-height: 34px;
}
.arabic .corporations--slider .corporation--slider-text h2 {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
}
.kurdish .corporations--slider .corporation--slider-text h2 {
  font-family: "NRT-Reg";
}
.corporations--slider.corporations--slider-sas {
  height: auto;
  width: 100%;
  background-color: #464646;
  color: #fff;
  position: relative;
}

.corporations--slider.corporations--slider-sas .bx-wrapper {
  position: relative;
  z-index: 2;
}
.corporations--slider.corporations--slider-sas .bx-wrapper .bx-pager {
  right: auto;
  left: 80px;
  flex-direction: row;
}
.corporations--slider.corporations--slider-sas .corporations--slider-info {
  padding: 50px 6%;
}

@media (max-width: 991px) {
  .corporations--slider.corporations--slider-sas .corporations--slider-info h2{
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.corporations--slider.corporations--slider-sas .bx-wrapper {
  height: calc(100vh / 2.5) !important;
}

@media (min-width: 992px) {
  .corporations--slider.corporations--slider-sas .corporations--slider-info {
    padding: 120px 38% 120px 6%;
  }
  .corporations--slider.corporations--slider-sas {
    padding-bottom: calc(100vh / 5);
  }
  .corporations--slider .corporation--slider-text h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .corporations--slider .corporations--slider-info h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .rtl .corporations--slider .corporations--slider-info {
    padding-left: calc(100% - 60.416666666666667%);
    padding-right: 50px;
  }

  .corporations--slider.corporations--slider-sas .bx-wrapper {
    position: absolute;
    width: 94%;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .corporations--slider {
    height: 824px;
  }
  .corporations--slider.corporations--slider-sas {
    height: auto;
  }
}

.corporations--slider-inner > div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 );
}

.corporations--title {
  color: #fff;
  background-color: #464646;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.corporations--title h2 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .corporations--title {
    padding-top: 120px;
    padding-bottom: 110px;
    padding-left: 5.7894736842%;
    padding-right: 0;
  }
  .corporations--title h2 {
    max-width: 58.4736842105%;
  }
}

.corporations--header {
  padding: 30px 5.3684210526%;
  width: 100%;
}
.rtl .corporations--header {
  width: 95%;
}
.corporations--header > div:first-child a img,
.corporations--header > a:first-child a img {
  width: auto;
  height: 60px !important;
  width: 140px;
  margin-bottom: 30px;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.rtl .corporations--header > div:first-child a img,
.rtl .corporations--header > a:first-child a img {
  width: auto;
  height: 60px !important;
  width: 140px;
  margin-bottom: 30px;
  padding-right: 20px;
  margin-right: 20px;
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.corporations--header > div:first-child a img:first-child,
.corporations--header > a:first-child a img:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}

.rtl .corporations--header > div:first-child a img:first-child,
.rtl .corporations--header > a:first-child a img:first-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.rtl .corporations--header > div:first-child a,
.rtl .corporations--header > a:first-child a {
  width: 100%;
}
.corporations--header > div:last-child,
.corporations--header > a:last-child {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.corporations--header > div:last-child span,
.corporations--header > a:last-child span {
  width: 40px;
  height: 40px;
  border: 1px solid #B91F2B;
  border-radius: 50%;
  display: block;
  margin-left: 30px;
  text-align: center;
  line-height: 40px;
  color: #B91F2B;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.rtl .corporations--header > div:last-child span,
.rtl .corporations--header > a:last-child span {
  margin-right: 30px;
}
@media screen and (min-width: 992px) {
  .corporations--header > div:last-child:hover span,
.corporations--header > a:last-child:hover span {
    background-color: #B91F2B;
    color: #fff;
  }
}


@media (max-width: 991px) {
  .corporations--header > div:first-child a img,
  .corporations--header > a:first-child a img {
    width: 120px;
    object-fit: contain;
  }
}

@media (min-width: 992px) {
  .corporations--header {
    padding: 30px 5.3684210526%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .corporations--header > div:first-child,
.corporations--header > a:first-child {
    display: flex;
    align-items: center;
  }
  .corporations--header > div:first-child a,
.corporations--header > a:first-child a {
    display: flex;
    align-items: center;
  }
  .rtl .corporations--header > div:first-child a img,
  .rtl .corporations--header > a:first-child a img {
    margin-right: 60px;
    padding-right: 60px;
    margin-bottom: 0;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: none;
  }
  .corporations--header > div:first-child a img,
  .corporations--header > a:first-child a img {
    margin-bottom: 0;
    width: auto;
  }
  .corporations--header > div:first-child a img:first-child,
  .corporations--header > a:first-child a img:first-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .corporations--header > div:first-child a img,
  .corporations--header > a:first-child a img {
    padding-left: 60px;
    margin-left: 60px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .corporations--header > div:first-child a img + img,
  .corporations--header > a:first-child a img + img {
    height: auto;
    max-height: 90px;
  }
  .corporations--header > div:last-child,
.corporations--header > a:last-child {
    font-size: 20px;
  }
  .corporations--header > div:last-child span,
.corporations--header > a:last-child span {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.corporations--about {
  margin-bottom: 40px;
}
.corporations--about > div:first-child {
  margin-bottom: 30px;
}
.corporations--about > div:first-child h2 {
  color: #B91F2B;
  margin-bottom: 30px;
}
.corporations--about > div:first-child p,
.corporations--about > div:first-child ul {
  margin-bottom: 20px;
}
.corporations--about > div:first-child p a,
.corporations--about > div:first-child ul a {
  color: #B91F2B;
}
.corporations--about > div:first-child p,
.corporations--about > div:first-child ul li {
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .corporations--about > div:first-child p, .corporations--about > div:first-child ul li {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 1440px) {
  .corporations--about > div:first-child p, .corporations--about > div:first-child ul li {
    font-size: 20px;
    line-height: 34px;
  }
}

.corporations--about > div:first-child ul li {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.corporations--about > div:first-child ul li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #B91F2B;
  border-radius: 50%;
}
.corporations--about > div:last-child img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .corporations--about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
  }
  .rtl .corporations--about {
    flex-direction: row-reverse;
  }
  .corporations--about > div:first-child {
    width: 50%;
    margin-bottom: 0;
  }
  .corporations--about > div:last-child {
    width: 42%;
  }
}
@media (min-width: 1440px) {
  .corporations--about > div:first-child h2 {
    font-size: 40px;
    line-height: 52px;
  }
}

.corporations--blocks > div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.corporations--blocks p {
  font-size: 18px;
  line-height: 32px;
  font-family: "mullerlight";
}
.arabic .corporations--blocks p {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
}
.kurdish .corporations--blocks p {
  font-family: "NRT-Reg";
}
.corporations--blocks p a {
  color: #B91F2B;
}

@media (max-width: 991px) {
  .corporations--blocks h2, .corporations--blocks p {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .corporations--blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .corporations--blocks > div {
    width: 100%;
    margin-bottom: 60px;
  }
}

.corporations-success {
  text-align: center;
  margin-bottom: 100px;
}
.corporations-success h2 {
  color: #B91F2B;
  margin-bottom: 50px;
}

@media (min-width: 992px) { 
  .corporations-success h2  {
    margin-bottom: 120px;
  }
}
.corporations-success h2 span {
  color: #c1c1c1;
}
.corporations-success ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.corporations-success ul li {
  width: auto;
  padding-top: 26px;
  padding-bottom: 86px;
  border-bottom: 1px solid #e1e1e1;
}
.corporations-success ul li img {
  margin-bottom: 62px;
  max-width: 120px;
  width: 100%;
  height: auto;
}
.corporations-success ul li h5 {
  font-size: 36px;
  line-height: 46px;
  color: #464646;
  margin-bottom: 20px;
}
.corporations-success ul li p {
  font-size: 24px;
  line-height: 30px;
}

.clients {
  padding: 50px 15px;
  background-color: #f6f6f6;
}
.clients h4 {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .corporations-success ul {
    flex-direction: unset;
  }

  .corporations-success ul li:first-child {
    border-left: 0;
  }

  .rtl .corporations-success ul li:last-child {
    border-left: 0;
  }

  .rtl .corporations-success ul li:first-child {
    border-left: 1px solid #e1e1e1;
  }

  .corporations-success ul li {
    width: 25%;
    border-left: 1px solid #e1e1e1;
  }

  .clients {
    padding: 100px 5.3684210526% 220px 5.3684210526%;
  }
  .clients h4 {
    max-width: 45%;
    margin-bottom: 124px;
  }
  .rtl .clients h4 {
    margin-left: 55%;
  }
}

.client-list li {
  background-color: #EEEEEE;
  margin-bottom: 15px;
  text-align: center;
}
.client-list li a {
  display: block;
  padding: 90px;
}
.client-list li a img {
  width: 80%;
  height: auto;
  filter: grayscale(100%);
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 992px) {
  .client-list li {
    transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .client-list li:hover {
    box-shadow: 0px 31px 114px rgba(188, 188, 188, 0.78);
  }
  .client-list li:hover a img {
    filter: grayscale(0%);
  }
}
@media (min-width: 768px) {
  .client-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .rtl .client-list {
    flex-direction: row-reverse;
  }
  .client-list li {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .client-list li {
    width: calc(33.33% - 20px);
  }
  .client-list li a img {
    width: 120px;
  }
}
@media (min-width: 1240px) {
  .client-list li {
    width: calc(25% - 20px);
  }
  .client-list li a img {
    width: 198px;
  }
}

.brands--title {
  background-color: #EBEBEB;
  padding: 60px 15px;
}
.brands--title h2 {
  color: #B91F2B;
}
@media (min-width: 992px) {
  .brands--title {
    padding: 70px 5.3684210526% 90px 5.3684210526%;
  }
}
@media (min-width: 1200px) {
  .brands--title {
    padding: 110px 5.3684210526% 140px 5.3684210526%;
  }
}

.brands--content-section {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .brands--content-section {
    margin-bottom: 200px;
  }
}

.brands--content {
  padding: 0 15px;
  position: relative;
  background-color: #f6f6f6;
  padding-bottom: 50px;
  padding-top: 50px;
}
.brands--content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 215px;
  background-color: #EBEBEB;
  z-index: 1;
}
@media (min-width: 992px) {
  .brands--content {
    padding: 0 5.3684210526%;
    padding-bottom: 150px;
    padding-top: 100px;
  }
}

.brand {
  position: relative;
  z-index: 2;
  box-shadow: 0px 164px 114px rgba(139, 139, 139, 0.43);
}
@media (min-width: 992px) {
  .brand {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 115px;
  }
  .brand:nth-child(2n+2) {
    flex-direction: row-reverse;
  }
  .rtl .brand {
    flex-direction: row-reverse;
  }
  .rtl .brand:nth-child(2n+2) {
    flex-direction: row;
  }
  .brand > a,
.brand > div {
    width: 50%;
  }
}

.brand--content {
  background-color: #fff;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  position: relative;
}
.brand--content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B91F2B;
  z-index: 1;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.brand--content img,
.brand--content span,
.brand--content h2,
.brand--content p,
.brand--content a {
  position: relative;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.brand--content img {
  width: auto;
  margin-bottom: 50px;
}
.brand--content span {
  display: inline-block;
  margin-bottom: 50px;
  font-size: 60px;
  color: #A0A0A0;
}
.brand--content h2 {
  font-size: 30px;
  color: #B91F2B;
  margin-bottom: 20px;
}
.brand--content p {
  font-size: 18px;
  line-height: 24px;
  color: #A0A0A0;
}
.brand--content a {
  color: #B91F2B;
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .brand--content {
    padding: 50px;
    text-align: left;
  }
  .brand--content img {
    margin-bottom: 0;
  }
  .brand--content h2,
.brand--content p {
    max-width: 72.5748502994%;
  }
  .brand--content h2 {
    font-size: 30px;
  }
  .brand--content p {
    font-size: 16px;
    line-height: 24px;
  }
  .brand--content a {
    font-size: 16px;
  }
  .rtl .brand--content {
    text-align: right;
  }
  .rtl .brand--content h2,
.rtl .brand--content p {
    margin-left: 27.4251497006%;
  }
}
@media (min-width: 1200px) {
  .brand--content {
    padding: 80px;
  }
  .brand--content h2 {
    font-size: 40px;
  }
  .brand--content p {
    font-size: 20px;
    line-height: 28px;
  }
  .brand--content a {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .brand--content:hover:after {
    transform: scaleY(1);
  }
  .brand--content:hover h2,
.brand--content:hover span,
.brand--content:hover p,
.brand--content:hover a {
    color: #fff;
  }
}

.brand--img {
  position: relative;
}
.brand--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.brand--link {
  background-color: #B91F2B;
  color: #fff;
  padding: 30px;
  font-size: 24px;
  padding-right: 100px;
}
.brand--link .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.brand--link .arrow:after, .brand--link .arrow:before {
  border-color: #fff;
}
.rtl .brand--link .arrow {
  transform-origin: center center;
  transform: rotate(0) translate(0, -50%);
}
@media (max-width: 992px) {
  .brand--link {
    position: relative;
    display: flex;
  }

  .rtl .brand--link {
    padding-left: 100px;
    padding-right: 30px;
  }

  .rtl .brand--link .arrow {
    left: 20px;
    right: auto;
  }

  .rtl .arrow:after {
    right: 18px;
  }
}
@media (min-width: 992px) {
  .brand--link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    padding: 40px 70px;
    font-size: 32px;
    transform: translate(0, 100%);
  }
  .brand--link .arrow {
    right: 70px;
  }
  .rtl .brand--link {
    right: auto;
    left: 0;
  }
  .rtl .brand--link .arrow {
    left: 20px;
    right: auto;
  }
}
@media screen and (min-width: 992px) {
  .brand--link {
    transition: all 0.5s ease;
  }
  .brand--link:hover {
    background-color: #fff;
    color: #B91F2B;
  }
  .brand--link:hover .arrow:before, .brand--link:hover .arrow:after {
    border-color: #B91F2B;
  }
}

.owl-stage-outer {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .owl-stage-outer {
    padding-bottom: 280px;
  }
}

.brands-list {
  background-color: #f6f6f6;
}
.brands-list .owl-stage {
  display: flex;
  position: relative;
  height: 100%;
}

.brand-list--item {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
  height: 100%;
}
.brand-list--item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #B91F2B;
  transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: scaleX(0);
  transform-origin: left center;
}
@media (min-width: 768px) {
  .brand-list--item {
    padding-top: 115px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1440px) {
  .brand-list--item {
    padding-left: 4.1052631579vw;
    padding-right: 4.1052631579vw;
  }
}
@media screen and (min-width: 992px) {
  .brand-list--item:hover {
    box-shadow: 0px 164px 114px rgba(139, 139, 139, 0.43);
  }
  .brand-list--item:hover:after {
    transform: scaleX(1);
  }
}

.brand-list--item-wrapper {
  text-align: center;
  display: inline-block;
}
.brand-list--item-wrapper h2 {
  font-size: 26px;
  color: #6C6C6C;
  margin-bottom: 20px;
  transition: color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.brand-list--item-wrapper img {
  max-width: 150px;
  height: auto;
  display: inline-block !important;
  margin-bottom: 80px;
}
.brand-list--item-wrapper span {
  font-size: 40px;
  margin-bottom: 40px;
  display: inline-block;
  color: #6c6c6c;
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.brand-list--item-wrapper p {
  font-size: 16px;
  line-height: 22px;
  color: #686868;
  margin-bottom: 30px;
}
.brand-list--item-wrapper strong {
  color: #B91F2B;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 992px) {
  .brand-list--item-wrapper h2 {
    font-size: 32px;
  }
  .brand-list--item-wrapper span {
    font-size: 70px;
    margin-bottom: 65px;
  }
  .brand-list--item-wrapper p {
    font-size: 18px;
    line-height: 26px;
  }
  .brand-list--item-wrapper strong {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .brand-list--item-wrapper img {
    max-width: 9vw;
  }
}
@media (min-width: 1400px) {
  .brand-list--item-wrapper h2 {
    font-size: 38px;
    margin-bottom: 25px;
  }
  .brand-list--item-wrapper p {
    font-size: 18px;
    line-height: 30px;
  }
  .brand-list--item-wrapper strong {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .brand-list--item-wrapper:hover h2,
.brand-list--item-wrapper:hover span {
    color: #B91F2B;
  }
}

.brands-nav {
  margin-bottom: 40px;
  text-align: center;
}
.brands-nav {
  direction: ltr;
}
.brands-nav a {
  width: 40px;
  height: 40px;
  border: 1px solid #b7b7b7;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #b7b7b7;
}
.brands-nav a:last-child {
  margin-left: 10px;
}
@media (min-width: 992px) {
  .brands-nav {
    margin-bottom: 105px;
  }
  .brands-nav a {
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .brands-nav a:hover {
    color: #B91F2B;
    border-color: #B91F2B;
  }
}

.brand--inside-img {
  position: relative;
}
.brand--inside-img img {
  width: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
  object-position: center center;
  height: auto;
  max-height: 90vh;
}
.brand--inside-img h2 {
  position: absolute;
  top: 12%;
  left: 7.2631578947%;
  z-index: 2;
  color: #fff;
  font-family: "mullerlight";
}
.rtl .brand--inside-img h2 {
  left: auto;
  right: 7.2631578947%;
}
.arabic .brand--inside-img h2 {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
}
.kurdish .brand--inside-img h2 {
  font-family: "NRT-Reg";
}

.brand--inside-content {
  padding: 50px 15px;
  background-color: #F6F6F6;
}
@media (min-width: 992px) {
  .brand--inside-content {
    padding: 120px 5.3684210526% 120px 5.3684210526%;
  }
}

.brands--inside-about {
  margin-bottom: 40px;
}
.brands--inside-about > div:first-child {
  margin-bottom: 30px;
}
.brands--inside-about > div:first-child h2 {
  color: #B91F2B;
  margin-bottom: 60px;
}
.brands--inside-about > div:first-child p {
  font-size: 18px;
  line-height: 28px;
}
.brands--inside-about > div:last-child img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .brands--inside-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
  }
  .rtl .brands--inside-about {
    flex-direction: row-reverse;
  }
  .brands--inside-about > div:first-child {
    width: 50%;
    margin-bottom: 0;
  }
  .rtl .brands--inside-about > div:first-child {
    word-wrap: break-word;
  }
  .brands--inside-about > div:last-child {
    width: 42%;
  }
}
@media (min-width: 1440px) {
  .brands--inside-about > div:first-child h2 {
    font-size: 40px;
    line-height: 52px;
  }
}

.brands--inside-other > h3 {
  color: #959595;
  margin-bottom: 100px;
}

.brand-section {
  position: relative;
  overflow: hidden;
}
.brand-section .brand-section--bg {
  position: relative;
  width: 100%;
  height: auto;
}
.brand-section .brand-section--logo {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%) !important;
  z-index: 2;
  width: 60%;
  height: auto;
}
.brand-section .brand-section--wrapper {
  position: relative;
}
.brand-section .brand-section--content {
  margin-top: 30px;
  padding: 0 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .brand-section .brand-section--logo {
    max-width: 250px;
  }
  .brand-section a {
    color: #000;
    border-color: #000 !important;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .brand-section {
    height: 100vh;
  }
  .brand-section .brand-section--wrapper {
    width: 100%;
    height: 100%;
  }
  .brand-section .brand-section--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
    margin-bottom: 0;
  }
  .brand-section .brand-section--content {
    position: absolute;
    top: 50%;
    right: 4.912836767vw;
    width: 38.0348652932vw;
    text-align: right;
    transform: translate(0, -50%);
    z-index: 3;
    margin-top: 0;
  }
  .brand-section .brand-section--content h2 {
    color: #fff;
    margin-bottom: 40px;
  }
  .brand-section .brand-section--content h2 span {
    color: #98979c;
  }
}
@media screen and (min-width: 992px) {
  .brand-section a:hover {
    color: #000;
  }
}

.contact--title {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 5.3684210526%;
  background-color: #EBEBEB;
  position: relative;
  z-index: 1;
}
.rtl .contact--title {
  padding-left: 0;
  padding-right: 5.3684210526%;
}
.contact--title h2 {
  color: #B91F2B;
}
@media (min-width: 992px) {
  .contact--title {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 5.3684210526%;
  }
  .rtl .contact--title {
    padding-left: 0;
    padding-right: 5.3684210526%;
  }
}

.contact--content {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  background-color: #f6f6f6;
}
.contact--content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #EBEBEB;
  z-index: 1;
}
@media (min-width: 992px) {
  .contact--content {
    padding-left: 5.3684210526%;
    padding-right: 0;
  }
  .rtl .contact--content {
    padding-left: 0;
    padding-right: 5.3684210526%;
  }
}

.contact--selection {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.contact--selection ul li {
  width: 100%;
  padding: 35px;
  font-size: 20px;
  color: #B91F2B;
  border-bottom: 1px solid #CCCCCC;
}
.contact--selection ul li:last-child {
  border-bottom: 0;
}
.contact--selection ul li select {
  border: 0;
  width: 100%;
  color: #B91F2B;
  font-family: "mullerlight";
}
.arabic .contact--selection ul li select {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
}
.kurdish .contact--selection ul li select {
  font-family: "NRT-Reg";
}
.contact--selection ul li select:focus {
  outline: 0;
}
@media (min-width: 992px) {
  .contact--selection {
    height: 120px;
  }
  .contact--selection ul {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
  }
  .contact--selection ul li {
    width: calc(100% / 3);
    padding: 35px 4vw;
    border-right: 1px solid #CCCCCC;
    border-bottom: 0;
    font-size: 24px;
  }
  .contact--selection ul li:last-child {
    border-right: 0;
  }
  .rtl .contact--selection ul li:first-child{
    border: none;
  }
  .rtl .contact--selection ul li:last-child {
    border-right: 1px solid #CCCCCC;
  }
}
@media (min-width: 1440px) {
  .contact--selection ul li {
    font-size: 30px;
  }
}

.contact--map {
  position: relative;
  margin-bottom: 60px;
}
.contact--map iframe {
  width: 100%;
  height: 300px;
  z-index: 1;
}
.contact--map .contact--map-text {
  background-color: #fff;
  z-index: 2;
  padding: 30px;
  box-shadow: 0px 51px 62px rgba(139, 139, 139, 0.17);
  display: none;
}
.contact--map .contact--map-text h3 {
  font-size: 24px;
  color: #B91F2B;
  margin-bottom: 30px;
}
.contact--map .contact--map-text p {
  font-size: 16px;
  margin-bottom: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: 26px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact--map .contact--map-text p strong {
  font-family: "mullerregular";
}
.arabic .contact--map .contact--map-text p strong {
  font-family: "Almarai", sans-serif;
  font-weight: 400;
}
.kurdish .contact--map .contact--map-text p strong {
  font-family: "NRT-Reg";
}
.contact--map .contact--map-text a {
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.contact--map .contact--map-text a.active {
  font-family: "mullerregular";
}
.arabic .contact--map .contact--map-text a.active {
  font-family: "Almarai", sans-serif;
  font-weight: 400;
}
.kurdish .contact--map .contact--map-text a.active {
  font-family: "NRT-Reg";
}
.contact--map .contact--map-text .directions {
  display: inline-block;
  margin-top: 20px;
  color: #B91F2B;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .contact--map {
    height: 500px;
    margin-bottom: 100px;
    overflow: hidden;
  }
  .contact--map iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .contact--map .contact--map-text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50vw;
    height: calc(100% - 80px);
    overflow: auto;
    padding: 35px;
  }
  .contact--map .contact--map-text h3 {
    font-size: 28px;
    color: #B91F2B;
    margin-bottom: 30px;
  }
  .contact--map .contact--map-text p {
    font-size: 16px;
    line-height: 28px;
  }
  .contact--map .contact--map-text p strong {
    font-family: "mullerregular";
  }
  .arabic .contact--map .contact--map-text p strong {
    font-family: "Almarai", sans-serif;
    font-weight: 400;
  }
  .kurdish .contact--map .contact--map-text p strong {
    font-family: "NRT-Reg";
  }
}
@media (min-width: 1440px) {
  .contact--map {
    height: 845px;
    margin-bottom: 146px;
  }
  .contact--map .contact--map-text {
    width: 32.5263157895vw;
    padding: 50px;
  }
  .contact--map .contact--map-text h3 {
    font-size: 34px;
    color: #B91F2B;
    margin-bottom: 30px;
  }
  .contact--map .contact--map-text p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (min-width: 992px) {
  .contact--map .contact--map-text a:hover {
    color: #B91F2B;
  }
}

#map {
  position: relative;
  height: 400px;
}
@media (min-width: 992px) {
  #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.contact--form {
  padding-bottom: 50px;
}
.contact--form h2 {
  font-size: 40px;
  color: #C1C1C1;
  margin-bottom: 90px;
}
.contact--form form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact--form form .form-control--border-full {
  width: 100%;
}
@media (min-width: 992px) {
  .contact--form {
    padding-right: 22.6315789474%;
    padding-bottom: 100px;
  }
  .rtl .contact--form {
    padding-right: 0;
    padding-left: 22.6315789474%;
  }
  .contact--form h2 {
    font-size: 70px;
    color: #C1C1C1;
    margin-bottom: 90px;
  }
  .contact--form form > div {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1440px) {
  .contact--form {
    padding-bottom: 170px;
  }
}

.contact-info div {
  display: none;
}
.contact-info div:first-child {
  display: block;
}

.gm-style-iw-d p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  font-family: mullerlight;
}
.arabic .gm-style-iw-d p {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
}
.kurdish .gm-style-iw-d p {
  font-family: "NRT-Reg";
}

.gm-style-iw-d p strong {
  color: #B91F2B;
  font-weight: 700;
  margin-bottom: 2px;
  display: inline-block;
  font-size: 18px;
  font-family: "mullerregular";
}
.arabic .gm-style-iw-d p strong {
  font-family: "Almarai", sans-serif;
  font-weight: 400;
}
.kurdish .gm-style-iw-d p strong {
  font-family: "NRT-Reg";
}

.block-item {
  border-bottom: 1px solid #B91F2B;
  position: relative;
  padding-bottom: 20px;
}
.block-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #B91F2B;
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: scaleX(0);
  transform-origin: left center;
}
.rtl .block-item:after {
  right: 0;
  transform-origin: right center;
}
.block-item h4 {
  line-height: 30px;
  margin-bottom: 28px;
  transition: color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 992px) {
  .block-item h4 {
    line-height: 36px;
  }
}
.block-item p {
  font-size: 14px;
  letter-spacing: -0.04em;
  line-height: 28px;
  position: relative;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.block-item span {
  position: absolute;
  top: 50%;
  right: 0;
  color: #B91F2B;
  font-size: 32px;
  transform: translate(0, -50%);
}
.rtl .block-item span {
  left: 0;
  right: auto;
}
.block-item a {
  display: block;
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .block-item {
    padding-bottom: 40px;
  }
  .block-item h4 {
    line-height: 32px;
  }
  .block-item p {
    font-size: 18px;
  }
  .block-item span {
    bottom: 55px;
  }
}
@media (min-width: 1440px) {
  .block-item h4 {
    line-height: 38px;
    margin-bottom: 28px;
  }
  .block-item p {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .block-item:hover:after {
    transform: scaleX(1);
  }
  .block-item:hover h4 {
    color: #B91F2B;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #B91F2B;
  z-index: 10;
  transform-origin: left center;
  transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.loader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  transform-origin: left center;
  transition: transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.loader.loaded:after {
  transform: scaleX(0);
}
.loader.remove {
  transform: scaleX(0);
}
.loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 250px;
  z-index: 2;
}
.loader .line {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #BA1E2B;
  opacity: 0;
  transform: translate(0, 5px);
  transform-origin: center center;
}
.loader .word {
  opacity: 0;
  transform: translate(0, 10px);
}
.loader .word-group {
  fill: #BA1E2B;
  transform: translate(0, 8px);
}
.loader .word-sardar {
  fill: #BA1E2B;
}

.ceo-img {
  max-width: 70vw;
  margin-left: 15vw;
}
.rtl .ceo-img {
  margin-left: 0;
  margin-right: 15vw;
}
@media (min-width: 992px) {
  .ceo-img {
    max-width: 42vw;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .rtl .ceo-img {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1600px) {
  .ceo-img {
    max-width: 42vw;
  }
}
@media (min-width: 1800px) {
  .ceo-img {
    max-width: 38vw;
  }
}

.filter {
  position: absolute;
  top: 0;
  right: 0;
  width: 93.9473684211%;
  background-color: #eaeaea;
  z-index: 2;
  padding: 0 3%;
  font-family: "mullerlight";
}
.arabic .filter {
  font-family: "Almarai", sans-serif;
  font-weight: 300;
  direction: ltr !important;
}
.kurdish .filter {
  font-family: "NRT-Reg";
}
.filter ul {
  display: none;
}
.filter li a {
  padding: 10px 3%;
  font-size: 18px;
  letter-spacing: -0.04em;
  display: block;
  color: #A7A7A7;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
  cursor: pointer;
}
@media (min-width: 992px) {
  .filter {
    transform: translate(0, -100%);
	direction: ltr;
  }
  .filter ul {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .rtl .filter ul {
    flex-direction: row-reverse;
  }
  .filter li a {
    padding: 25px 0;
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .filter li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #B91F2B;
    transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform-origin: left center;
    transform: scaleX(0);
  }
  .filter li a:hover {
    color: #B91F2B;
  }
  .filter li a:hover:after {
    transform: scaleX(1);
  }
}

.filter--selection {
  display: block;
  color: #A7A7A7;
  font-size: 20px;
  position: relative;
  padding: 15px 3%;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.filter--selection span {
  position: absolute;
  top: calc(100% / 3);
  right: 3%;
  display: block;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform-origin: center center;
}
.rtl .filter--selection span {
  left: 3%;
  right: auto;
}
.filter--selection.active span {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .filter--selection {
    display: none;
  }
}

.team--content {
  padding: 100px 6.4736842105%;
  position: relative;
}

.team--section {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .team--section {
    margin-bottom: 60px;
  }
}

.team--title {
  font-size: 25px;
  color: rgba(37, 40, 45, 0.45);
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .team--title {
    font-size: 40px;
    margin-bottom: 65px;
  }
}

.team--list li {
  margin-bottom: 40px;
}
.team--list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  margin-bottom: 25px;
}
.team--list li h4 {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 0;
}
.team--list li p {
  color: #B91F2B;
  font-size: 20px;
}
@media (min-width: 992px) {
  .team--list {
    display: flex;
    flex-wrap: wrap;
  }
  .team--list li {
    width: 22%;
    margin-right: 3%;
  }
  .team--list li img {
    height: 400px;
    margin-bottom: 45px;
  }
  .team--list li h4 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 5px;
  }
  .team--list li p {
    font-size: 22px;
    line-height: 28px;
  }
  .rtl .team--list li {
    margin-right: 0;
    margin-left: 3%;
  }
}

.team img {
  width: 100%;
  height: auto;
}

.team--list li img {
  height: auto;
}

.contact--nav {
  display: flex;
  justify-content: space-between;
}

.contact--nav > div {
  display: none;
  position: relative;
  width: 20px;
  height: 20px;
}

.contact--nav > div:hover {
  cursor: pointer;
}

.contact--nav > div span {
  position: absolute;
  background: #B91F2B;
  border-radius: 50px;
  height: 3px;
  width: 25px;
  margin: 5px 0;
  display: block;
}

.contact-open-button {
  display: none;
  position: absolute;
  right: 12px;
  top: 90px;
  border: 1px solid #B91F2B;
  background: #fff;
  padding: 5px;
  cursor: pointer;
}

.contact-open-button span {
  background: #B91F2B;
  border-radius: 50px;
  height: 4px;
  width: 25px;
  margin: 2px 0;
  display: block;
  top: 3px;
  right: -3px;
}

.contact--nav > div span:nth-of-type(1) {
  transform: rotate(45deg);
}

.contact--nav > div span:nth-of-type(2) {
  transform: rotate(-45deg);
}

@media (min-width: 992px) {
  .contact--nav > div, .contact-open-button {
    display: block;
  }
}

.contact--map .contact--map-text {
  transform: translateX(100%);
  transition: all 250ms linear;
}

.contact--map .contact--map-text.active {
  transform: translateX(0);
}

@media (max-width: 991px) {
  .search-result-container {
    margin-top: 30px;
  }
}

.news--title #searchform {
  display: none;
}

header #news_search {
  display: none;
}

.news_search {
  position: relative;
  display: block;
  margin-top: 30px;
  overflow: hidden;
}

.news_search.active {
  overflow: visible;
}

.news_search input {
  outline: none;
  border: none;
  font-family: "mullerlight";
  text-transform: uppercase;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.085);
  width: calc(100% - 30px);
}

.news_search button {
  background: none;
  border: 0;
  display: block;
  height: 50px;
  width: 50px;
  margin-left: 20px;
  background: #B91F2B;
  border-radius: 25px;
  cursor: pointer;
}

.rtl .news_search button {
  margin-left: 0;
}

.news_search button::before {
  font-size: 18px;
  color: #fff;
}

@media (min-width: 992px) {
  .news_search {
    margin-top: 0px;
  }
}

.news_search .news_search--normal-search {
  display: flex;
}

.news_search  .button--advanced {
  font-family: "mullerlight";
  cursor: pointer;
  font-size: 20px;
  color: #B91F2B;
}

.news_search .news_search--advanced-search {
  position: absolute;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  width: 100%;
  right: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 250ms linear;
}

.rtl .news_search .news_search--advanced-search {
  right: auto;
  left: 0;
}

@media (min-width: 992px) {
  .news_search .news_search--advanced-search {
    font-size: 16px;
    margin-top: 30px;
  }

  .news_search .button--advanced::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #B91F2B;
    transition: all 250ms linear;
  }
  
  .news_search  .button--advanced:hover::after {
    width: 100%;
  }

  .news_search .news_search--advanced-search {
    width: calc(100% * 3);
  }

  .rtl .news_search .news_search--advanced-search {
    width: calc(100% * 5);
  }
}

.news_search .news_search--advanced-search.active {
  max-height: 200px;
  transition: all 250ms linear;
}

.news_search .news_search--advanced-search input {
  width: 36%;
  font-size: 14px;
}

@media (min-width: 992px) {
  .news_search .news_search--advanced-search input {
    width: 40%;
  }
}

.search-result-title {
  margin-bottom: 30px;
}

.list-search-results li {
  padding: 0;
}

.companies-back-button--desktop {
  display: none !important;
}

.corporations--header {
  padding-bottom: 0;
}

.corporations--header.mobile {
  display: block;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .companies-back-button--desktop {
    display: flex !important;
  }
  
  .corporations--header.mobile {
    display: none;
  }

  .corporations--header {
    padding-bottom: 30px;
  }
}

.corporations--box-sas 

/* hide arrows
 Chrome, Safari, Edge, Opera */
 input::-webkit-outer-spin-button,
 input::-webkit-inner-spin-button {
   -webkit-appearance: none !important;
   margin: 0 !important;
 }
 
 /* Firefox */
 input[type=number] {
   -moz-appearance: textfield !important;
 }

 input.search-date[type="date"] {
  position: relative;
}

input.search-date[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: transparent;
  background: transparent;
}

.contact--map-not-found {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  background: rgba(0,0,0,0.7);
  color: #C1C1C1;
  font-weight: bold;
  z-index: 1;
}

@media (min-width: 992px) {
  .contact--map-not-found {
    height: 100%;
  }
}

.gmnoprint {
  z-index: 2 !important;
}

.brand--content-img {
  max-height: 110px;
  width: 100%;
}

.brand--content-img img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: center;
}

/* Arbnor */

 .brand-list--item-wrapper span {
  max-height: 40px;
 }

 @media (min-width: 992px) {
  .brand-list--item-wrapper span {
    max-height: 70px;
   }
 }

.hide {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */