/*display*/
/*display*/
/*Flexbox*/
/*/Flexbox*/
/********************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

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

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

.header {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #9e0035;
  height: 90px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

@media (min-width: 993px) {
  .header {
    height: 140px;
  }
}

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

.header__navbar__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
}

.header__navbar__list li {
  padding-left: 70px;
  display: inline-block;
  position: relative;
  line-height: 21px;
  text-align: left;
}

.header__navbar__list li a {
  text-decoration: none;
  color: #ffffff;
  font-family: 'Izmir', Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.header__navbar__list li a.active {
  border-bottom: 1px solid #ffffff;
}

.header__navbar__list li a:hover {
  border-bottom: 1px solid #ffffff;
}

.header__navbar__list li ul.dropdown {
  margin-top: 2px;
  min-width: 100%;
  /* Set width of the dropdown */
  background: #ffffff;
  display: none;
  position: absolute;
  z-index: 999;
}

@media (max-width: 1200px) {
  .header__navbar__list li ul.dropdown {
    left: 0;
  }
}

.header__navbar__list li ul.dropdown .uninterrupted {
  display: none;
}

@media (min-width: 1601px) {
  .header__navbar__list li ul.dropdown .uninterrupted {
    display: block;
    height: 10px;
    width: 100%;
    background-color: #9e0035;
  }
}

.header__navbar__list li ul.dropdown li {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding-left: 0;
}

.header__navbar__list li ul.dropdown li a {
  padding: 0px 10px;
  color: #373737;
  font-family: 'Izmir-Semibold', Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.header__navbar__list li ul.dropdown li a:hover {
  border-bottom: none;
}

@media (min-width: 1601px) {
  .header__navbar__list li ul.dropdown li a {
    padding: 10px 10px;
  }
}

.header__navbar__list li ul.dropdown li:hover {
  background-color: #e9e9e9;
}

.header__navbar__list li ul.dropdown:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

.header__navbar__list li:active > ul,
.header__navbar__list li:hover > ul {
  visibility: visible;
  opacity: 1;
  display: block;
  min-width: 231px;
  left: 0;
}

@media (max-width: 1600px) {
  .header__navbar__list li:active > ul,
  .header__navbar__list li:hover > ul {
    height: 165px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.header__navbar__list li:hover {
  cursor: pointer;
}

@media (max-width: 1600px) {
  .header__navbar__list li span {
    padding-left: 10px;
  }
}

@media (max-width: 1600px) {
  .header__navbar {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 100%;
    background-color: #9e0035;
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 99;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 20% 0 0 20%;
  }
  .header__navbar__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right;
    list-style: none;
  }
  .header__navbar__list li {
    list-style: none;
    margin: 25px;
  }
}

.arrow {
  margin-left: 5px;
  margin-bottom: 3px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
}

.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media (min-width: 1px) {
  .header__hamburger {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 32px;
    right: 10%;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__hamburger .line {
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .header__hamburger__motion {
    right: 0;
  }
  .header__hamburger__motion .line-1 {
    -webkit-transform: rotateZ(-405deg) translate(-8px, 6px);
            transform: rotateZ(-405deg) translate(-8px, 6px);
  }
  .header__hamburger__motion .line-2 {
    opacity: 0;
  }
  .header__hamburger__motion .line-3 {
    -webkit-transform: rotateZ(405deg) translate(-8px, -6px);
            transform: rotateZ(405deg) translate(-8px, -6px);
  }
}

@media (min-width: 993px) {
  .header__hamburger {
    top: 50px;
  }
}

@media (min-width: 1601px) {
  .header__hamburger {
    display: none;
  }
}

.header__search {
  display: none;
}

@media (min-width: 1601px) {
  .header__search {
    position: relative;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 480px;
  }
  .header__search__input {
    width: 100%;
    border-radius: 4px;
    border: none;
  }
  .header__search::after {
    content: url("../../../../assets/images/icon/icon-search.svg");
    position: absolute;
    top: 33px;
    right: 10px;
  }
}

.header__search .search__wrapper {
  position: absolute;
  width: 100%;
  top: 59px;
}

.header__search .search__wrapper .no_result {
  background-color: #fff;
  padding: 15px;
  min-height: 120px;
  border-radius: 5px;
}

.header__search .search__wrapper .no_result p {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #221f1f;
  line-height: 1.21;
  letter-spacing: -0.2px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  margin-bottom: 0px;
  min-height: 102px;
}

.header__search .search__wrapper .result__list {
  background-color: #fff;
  padding: 15px;
  min-height: 120px;
  border-radius: 5px;
}

.header__search .search__wrapper .result__list ul li {
  list-style: none;
  margin: 8px 0px;
  padding: 3px 15px;
}

.header__search .search__wrapper .result__list ul li a {
  color: #0a0a0a;
}

.header__search .search__wrapper .result__list ul li:hover {
  background-color: #f7f5f5;
}

.header__wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__wrapper .responsive-search {
  display: none;
  padding-right: 30px;
}

@media (max-width: 1600px) {
  .header__wrapper .responsive-search {
    top: 50px;
    position: absolute;
    right: 13%;
    display: block;
  }
}

@media (max-width: 992px) {
  .header__wrapper .responsive-search {
    top: 32px;
  }
}

.header__logo img {
  max-width: 120px;
  width: 100%;
}

@media (min-width: 993px) {
  .header__logo img {
    max-width: 180px;
    width: 100%;
  }
}

.main__wrapper {
  position: relative;
}

.main__button {
  margin-top: 30px;
}

.main__button a {
  text-decoration: none;
  color: #ffffff;
  font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
  font-size: 20px;
  background-color: #9e0035;
  padding: 15px 65px;
}

@media (min-width: 1px) {
  .main__button {
    text-align: center;
  }
}

@media (min-width: 993px) {
  .main__button {
    text-align: left;
  }
}

.video__container {
  display: block;
  position: relative;
  height: 100%;
  background-color: black;
  min-height: 800px;
}

.video__container .overlay {
  position: absolute;
  top: 0;
  min-height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
  background-blend-mode: multiply;
}

.video__container video {
  height: calc(100vh - 146px);
  min-height: 800px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-blend-mode: multiply;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.video__container video::-webkit-media-controls {
  display: none !important;
}

.main__servicebox {
  position: absolute;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  width: 450px;
}

@media (min-width: 1px) {
  .main__servicebox {
    padding-top: 90px;
    margin: 0 auto;
    position: absolute;
    top: 35%;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[3];
        grid-template-rows: repeat(3, 1fr);
    width: 290px;
    left: 50%;
    -webkit-transform: translate(-50%, -22%);
            transform: translate(-50%, -22%);
    gap: 15px;
  }
}

@media (min-width: 577px) {
  .main__servicebox {
    padding-top: 120px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
        grid-template-rows: repeat(2, 1fr);
    width: 450px;
    gap: 30px;
  }
}

@media (min-width: 769px) {
  .main__servicebox {
    left: 50%;
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
  }
}

@media (min-width: 993px) {
  .main__servicebox {
    left: 78%;
    -webkit-transform: translate(-50%, 10%);
            transform: translate(-50%, 10%);
  }
}

@media (min-width: 1601px) {
  .main__servicebox {
    right: 10%;
  }
}

.main__servicebox a {
  line-height: normal;
}

.main__servicebox__title {
  position: absolute;
}

.main__servicebox__title h5 {
  color: #ffffff;
  font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
  font-size: 31px;
}

@media (min-width: 1px) {
  .main__servicebox__title {
    top: 45px;
    right: 29%;
  }
  .main__servicebox__title h5 {
    font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
    font-size: 22px;
  }
}

@media (min-width: 577px) {
  .main__servicebox__title {
    top: 65px;
    right: 29%;
  }
  .main__servicebox__title h5 {
    font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
    font-size: 31px;
  }
}

@media (min-width: 993px) {
  .main__servicebox__title {
    top: 60px;
    right: 0;
  }
}

.main__servicebox__item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  height: 130px;
  width: 130px;
  border-radius: 10px;
}

.main__servicebox__item__text {
  margin-top: 5px;
}

.main__servicebox__item__text strong {
  color: #9e0035;
  font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.main__servicebox__item__text span {
  font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: -0.17px;
  color: #9e0035;
}

.main__servicebox__item__img {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1px) {
  .main__servicebox__item--1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 1;
  }
  .main__servicebox__item--2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 1;
  }
  .main__servicebox__item--3 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 2;
  }
  .main__servicebox__item--4 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 2;
  }
  .main__servicebox__item--5 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 1;
    -ms-grid-row: 3;
        grid-row-start: 3;
    grid-row-end: 3;
  }
  .main__servicebox__item--6 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 2;
    -ms-grid-row: 3;
        grid-row-start: 3;
    grid-row-end: 3;
  }
}

@media (min-width: 577px) {
  .main__servicebox__item--1 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 1;
  }
  .main__servicebox__item--2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 1;
  }
  .main__servicebox__item--3 {
    -ms-grid-column: 3;
        grid-column-start: 3;
    grid-column-end: 3;
    -ms-grid-row: 1;
        grid-row-start: 1;
    grid-row-end: 1;
  }
  .main__servicebox__item--4 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 2;
  }
  .main__servicebox__item--5 {
    -ms-grid-column: 2;
        grid-column-start: 2;
    grid-column-end: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 2;
  }
  .main__servicebox__item--6 {
    -ms-grid-column: 3;
        grid-column-start: 3;
    grid-column-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-row-end: 2;
  }
}

.main__socialmedia {
  position: absolute;
  bottom: 8%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main__socialmedia span a {
  color: #ffffff;
  font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  margin-top: 0px;
}

@media (min-width: 577px) {
  .main__socialmedia span a {
    margin-top: 10px;
    font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
    font-size: 16px;
  }
}

@media (min-width: 993px) {
  .main__socialmedia span a {
    text-align: left;
  }
}

.main__socialmedia__icon {
  margin-top: 10px;
}

.main__socialmedia__icon img {
  margin-right: 10px;
  margin-left: 10px;
}

@media (min-width: 993px) {
  .main__socialmedia__icon img {
    margin-right: 25px;
    margin-left: 0px;
  }
}

@media (min-width: 577px) {
  .main__socialmedia__icon {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .main__socialmedia {
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 1px) {
  .main__socialmedia {
    bottom: 2%;
  }
}

@media (min-width: 577px) {
  .main__socialmedia {
    bottom: 5%;
  }
}

.main__catchword {
  position: absolute;
  top: 100px;
  padding: 15px;
  height: auto;
  max-width: 650px;
  width: 100%;
}

.main__catchword p {
  color: #ffffff;
  font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 45px;
}

@media (min-width: 1px) {
  .main__catchword {
    text-align: center;
    margin-top: 10px;
  }
  .main__catchword p {
    font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 30px;
  }
}

@media (min-width: 577px) {
  .main__catchword {
    margin-top: 0px;
  }
  .main__catchword p {
    font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .main__catchword {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 993px) {
  .main__catchword {
    text-align: left;
    display: inline-block;
  }
  .main__catchword p {
    font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
    font-size: 45px;
    line-height: 55px;
  }
}

.content__banner, .brand__box {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.content__banner img, .brand__box img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 993px) {
  .content__banner img, .brand__box img {
    height: 300px;
  }
}

.content__banner .overlay, .brand__box .overlay {
  position: absolute;
  top: 0;
  height: 200px;
  width: 100%;
  background-color: #9e0035;
  opacity: 0.8;
  mix-blend-mode: multiply;
}

@media (min-width: 993px) {
  .content__banner .overlay, .brand__box .overlay {
    height: 300px;
  }
}

.content__banner__title {
  position: absolute;
  top: calc(50% - 130px);
  padding: 20px;
  max-width: 750px;
  width: 100%;
}

.content__banner__title h1 {
  color: #ffffff;
  font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
  font-size: 35px;
}

.content__banner__title h5 {
  color: #ffffff;
  font-family: 'Izmir-Semibold', Arial, Helvetica, sans-serif;
  font-size: 13px;
}

@media (min-width: 1px) {
  .content__banner__title {
    top: calc(50% - 80px);
  }
  .content__banner__title h1 {
    color: #ffffff;
    font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
    font-size: 30px;
  }
  .content__banner__title h5 {
    color: #ffffff;
    font-family: 'Izmir-Semibold', Arial, Helvetica, sans-serif;
    font-size: 13px;
  }
}

@media (min-width: 577px) {
  .content__banner__title {
    top: calc(50% - 60px);
  }
  .content__banner__title h1 {
    color: #ffffff;
    font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
    font-size: 35px;
  }
  .content__banner__title h5 {
    color: #ffffff;
    font-family: 'Izmir-Semibold', Arial, Helvetica, sans-serif;
    font-size: 20px;
  }
}

@media (min-width: 769px) {
  .content__banner__title {
    top: calc(50% - 100px);
  }
  .content__banner__title h1 {
    color: #ffffff;
    font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
    font-size: 40px;
  }
  .content__banner__title h5 {
    color: #ffffff;
    font-family: 'Izmir-Semibold', Arial, Helvetica, sans-serif;
    font-size: 22px;
  }
}

@media (min-width: 993px) {
  .content__banner__title {
    top: calc(50% - 100px);
  }
  .content__banner__title h1 {
    color: #ffffff;
    font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
    font-size: 50px;
  }
  .content__banner__title h5 {
    color: #ffffff;
    font-family: 'Izmir-Semibold', Arial, Helvetica, sans-serif;
    font-size: 24px;
  }
}

.content__page {
  margin-top: 70px;
  margin-bottom: 100px;
}

.content__page-gap {
  margin-top: 150px;
}

.content__page-mid {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media (min-width: 1201px) {
  .content__page-mid {
    margin-bottom: 0px;
  }
}

.content__page__title {
  margin-top: 25px;
}

.content__page__title h5 {
  font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #373737;
}

@media (max-width: 1200px) {
  .content__page__title h5 {
    text-align: center;
  }
}

.content__page__title.plant h5 {
  color: #95c11f !important;
  font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
  font-size: 25px;
}

.content__page__list {
  list-style: none;
  margin-top: 15px;
}

.content__page__list li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.content__page__list li p {
  font-family: 'Izmir-Semibold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: black;
  margin-bottom: 10px;
  margin-left: 25px;
  color: #373737;
}

.content__page__list li p span {
  font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.content__page__list li::before {
  position: absolute;
  left: 10px;
  content: "";
  height: 15px;
  background-color: #9e0035;
  font-weight: bold;
  display: inline-block;
  width: 15px;
  border-radius: 50%;
  margin-top: 5px;
}

.content__page__banner-left, .content__page__banner-right {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .content__page__banner-left, .content__page__banner-right {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.content__page__banner-left img, .content__page__banner-right img {
  max-width: 600px;
  width: 100%;
}

.content__page__banner-right {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-bottom: 30px;
}

.content__page__banner-right img {
  max-width: 675px;
  width: 100%;
}

@media (max-width: 1200px) {
  .content__page__banner-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1600px) {
  .content__page__banner-right.resp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.content__page__paragraph {
  padding-bottom: 30px;
}

.content__page__paragraph p {
  font-family: 'Izmir-Semibold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #6a6a6a;
  line-height: 24px;
}

@media (max-width: 1200px) {
  .content__page__paragraph p {
    text-align: center;
  }
}

.content__page__paragraph p span {
  font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #373737;
}

.content__page__paragraph.plant p {
  color: #6a6a6a;
  font-family: 'Izmir', Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.content__missionbox {
  height: 350px;
  width: 100%;
  background-color: #f3f3f3;
  margin-top: 25px;
}

.content__missionbox:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #070c3d;
}

.content__missionbox:hover .content__missionbox__img img {
  -webkit-filter: invert(350%) sepia(150%) saturate(8548%) hue-rotate(600deg) brightness(550%) contrast(100%);
          filter: invert(350%) sepia(150%) saturate(8548%) hue-rotate(600deg) brightness(550%) contrast(100%);
}

.content__missionbox:hover .content__missionbox__desc p {
  color: #ffffff;
}

.content__missionbox__img {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 35px 45px;
}

.content__missionbox__img img {
  height: 75px;
}

.content__missionbox__desc {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 45px;
  text-align: center;
}

.content__missionbox__desc p {
  color: #5c5c5c;
  font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}

.footer {
  position: relative;
  background-color: #353535;
  min-height: 475px;
}

.footer__col {
  padding: 60px;
}

.footer__row {
  padding-bottom: 50px;
}

.footer__copyright {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 100%;
  background-color: #9e0035;
}

.footer__copyright span {
  color: #ffffff;
  font-family: 'Izmir-Semibold', Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.footer__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
}

.footer__logo img {
  max-width: 235px;
  width: 100%;
}

@media (min-width: 1201px) {
  .footer__logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 280px;
    border-right: 1px solid #ffffff;
    padding-right: 70px;
  }
}

.footer__title {
  margin-bottom: 30px;
}

.footer__title span a {
  color: #e20204;
  font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.footer__desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
}

.footer__desc p {
  margin-bottom: 20px;
  color: #ffffff;
  font-family: 'Izmir', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.56;
  letter-spacing: normal;
}

.footer__desc a {
  text-decoration: underline;
  color: #ffffff;
  font-family: 'Izmir', Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.footer__desc span a {
  text-decoration: none;
}

.footer__list {
  list-style: none;
}

.footer__list li {
  padding-bottom: 10px;
}

.footer__list li a {
  text-decoration: none;
  color: #ffffff;
  font-family: 'Izmir', Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.footer__contact {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.footer__contact span a {
  color: #ffffff;
}

.footer__contact .footer__socialmedia {
  margin-top: 35px;
}

.footer__contact .footer__socialmedia img {
  padding-right: 30px;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Izmir", Arial, Helvetica, sans-serif;
}

.wrapper {
  min-height: 100vh;
}

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

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

p {
  margin-bottom: 0px;
}

ul {
  padding-left: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  box-shadow: 0px;
  -moz-box-shadow: 0px;
  -webkit-box-shadow: 0px;
}

h1 {
  font-family: 'Izmir-Bold', Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  color: black;
  margin: 0px;
}

p {
  font-family: 'Izmir', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  margin-bottom: 0px;
}

.dynamic-content .form-button {
  margin-bottom: 15px;
}

.dynamic-content .form-button .button--large-m {
  padding: 9px 24px;
}

.dynamic-content .form-excel {
  margin-bottom: 10px;
}

.dynamic-content .form-excel .button--large-f {
  margin-top: 0px;
  padding: 5px 24px;
}

.dynamic-content__desc {
  font-family: 'Izmir', Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 50px;
}

.dynamic-content__desc p {
  line-height: 1.5;
}

label {
  font-family: 'Izmir', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  margin-bottom: 0px;
}

input {
  padding-left: 24px;
  height: 45px;
}

input:focus {
  outline: 0px;
}

input::-webkit-input-placeholder {
  /* Edge */
  font-family: 'Izmir-Semibold', Arial, Helvetica, sans-serif;
  font-size: 16px;
}

input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: 'Izmir-Semibold', Arial, Helvetica, sans-serif;
  font-size: 16px;
}

input:-ms-input-placeholder {
  font-family: 'Izmir-Semibold', Arial, Helvetica, sans-serif;
  font-size: 16px;
}

input::placeholder {
  font-family: 'Izmir-Semibold', Arial, Helvetica, sans-serif;
  font-size: 16px;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
}

*::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.hide-overflow {
  overflow: hidden;
  margin-right: 7px;
}

.select2-container--open {
  z-index: 9999999999;
}

.select2-selection__clear {
  z-index: 99999999;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: initial !important;
  padding: 0px;
  left: -19px;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 35px;
  margin-right: 0;
  padding-left: 35px;
}

.table td,
.table th {
  padding: .55rem;
}

.table-remove-border td {
  border: 0px !important;
  padding: .75rem;
}

.table-remove-border th {
  border-top: 0px !important;
}

.img-container img {
  width: 100%;
}

.title-element h3 {
  font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4f4f4f;
}

.max350 {
  max-width: 350px;
  width: 100%;
}

.max500 {
  max-width: 500px;
  width: 100%;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #d8d8d8;
  background-color: #d8d8d8;
  border-color: #007bff;
  background-color: #007bff;
}

.material-radio .custom-control-label:before {
  top: 10px;
}

.max-300 {
  max-width: 300px;
  margin: 0 auto;
}

@-webkit-keyframes rotateMenu {
  0% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  70% {
    -webkit-transform: rotateX(20deg);
            transform: rotateX(20deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes rotateMenu {
  0% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  70% {
    -webkit-transform: rotateX(20deg);
            transform: rotateX(20deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@-webkit-keyframes span-first-on {
  0% {
    -webkit-transform: translate(-50%, -300%);
            transform: translate(-50%, -300%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@keyframes span-first-on {
  0% {
    -webkit-transform: translate(-50%, -300%);
            transform: translate(-50%, -300%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@-webkit-keyframes span-first-off {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  30% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -300%);
            transform: translate(-50%, -300%);
  }
}

@keyframes span-first-off {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  30% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -300%);
            transform: translate(-50%, -300%);
  }
}

@-webkit-keyframes span-second-on {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  25% {
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-150%, -50%) scale(0);
            transform: translate(-150%, -50%) scale(0);
  }
}

@keyframes span-second-on {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  25% {
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-150%, -50%) scale(0);
            transform: translate(-150%, -50%) scale(0);
  }
}

@-webkit-keyframes span-second-off {
  0% {
    -webkit-transform: translate(-150%, -50%) scale(0);
            transform: translate(-150%, -50%) scale(0);
  }
  25% {
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes span-second-off {
  0% {
    -webkit-transform: translate(-150%, -50%) scale(0);
            transform: translate(-150%, -50%) scale(0);
  }
  25% {
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@-webkit-keyframes span-third-on {
  0% {
    -webkit-transform: translate(-50%, 200%);
            transform: translate(-50%, 200%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}

@keyframes span-third-on {
  0% {
    -webkit-transform: translate(-50%, 200%);
            transform: translate(-50%, 200%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
}

@-webkit-keyframes span-third-off {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  30% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 200%);
            transform: translate(-50%, 200%);
  }
}

@keyframes span-third-off {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  30% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, 200%);
            transform: translate(-50%, 200%);
  }
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* adding col-xxl */
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1600px) {
  /* expanding BS4 max-width */
  .container {
    max-width: 1600px;
  }
  /* grid columns xxl */
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* order xxl */
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  /* text-align xxl */
  .text-xxl-center {
    text-align: center !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  /* float xxl */
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  /* display xxl */
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* offsets xxl */
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
  /* spacing xxl */
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.filterDiv {
  float: left;
  color: #ffffff;
  line-height: 100px;
  text-align: center;
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.filter__part {
  margin-top: 50px;
}

.owl-item {
  width: auto !important;
}

.owl-nav {
  display: none !important;
}

.show {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.container__filter {
  margin-top: 20px;
  overflow: hidden;
}

.filter__button {
  border: none;
  outline: none;
  padding: 13px 35px;
  background-color: #969696;
  color: #ffffff;
  cursor: pointer;
  margin-right: 15px;
}

.filter__button:hover {
  background-color: #ddd;
}

.filter__button.active__button {
  background-color: #9e0035;
  color: #ffffff;
}

.brand__box {
  position: relative;
  margin-bottom: 35px;
}

.brand__box img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.brand__box .overlay {
  position: absolute;
  top: 0;
  height: 350px;
  width: 100%;
  background-color: #000000;
  opacity: 0.6;
  mix-blend-mode: multiply;
}

.brand__box__desc {
  padding: 40px;
  position: absolute;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.brand__box__desc span {
  color: #ffffff;
  font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
  font-size: 25px;
  opacity: 1;
}

@media (min-width: 769px) {
  .brand__box__desc span {
    font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
    font-size: 45px;
  }
}

.brand__box__desc small {
  color: #ffffff;
  font-family: 'Izmir', Arial, Helvetica, sans-serif;
  font-size: 20px;
  opacity: 1;
}

.brand__box:hover .overlay {
  background-color: #9e0035;
  opacity: 0.8;
}

.brand__box:hover img {
  opacity: 0.5;
}

.contact__box {
  position: relative;
  height: 610px;
  width: 100%;
  background-color: #c40545;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
}

@media (min-width: 769px) {
  .contact__box {
    height: 450px;
  }
}

.contact__box .trade {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__box .contact__box__banner {
  position: absolute;
  top: 0;
  height: 170px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1px) {
  .contact__box .contact__box__banner {
    height: 190px;
  }
}

@media (min-width: 769px) {
  .contact__box .contact__box__banner {
    height: 170px;
  }
}

.contact__box h1 {
  position: absolute;
  top: 20px;
  z-index: 999;
  font-family: 'Izmir-Semibold', Arial, Helvetica, sans-serif;
  font-size: 40px;
  color: #ffffff;
  letter-spacing: normal;
}

.contact__box__list li {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.contact__box__list li a {
  color: #ffffff;
  font-family: 'Izmir', Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding-left: 20px;
}

.contact__box__list li img {
  max-width: 20px;
}

.contact__box__trade {
  max-width: 1300px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 190px;
}

.contact__box__trade h5 {
  color: #ffffff;
  font-family: 'Izmir-Semibold', Arial, Helvetica, sans-serif;
  font-size: 30px;
}

.contact__box__trade span {
  color: #ffffff;
  font-family: 'Izmir-Semibold', Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.contact__box__info {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 769px) {
  .contact__box__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact__box__info .tel, .contact__box__info .mail {
  margin-right: 0px;
}

@media (min-width: 769px) {
  .contact__box__info .tel, .contact__box__info .mail {
    margin-right: 50px;
  }
}

.contact__box__info .tel img, .contact__box__info .mail img {
  width: 30px;
}

.contact__box__info .tel a, .contact__box__info .mail a {
  color: #ffffff;
  font-family: 'Izmir-Semibold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-left: 10px;
}

.contact__box__info .mail {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
}

@media (min-width: 769px) {
  .contact__box__info .mail {
    margin-left: 50px;
  }
}

.info__box {
  margin-top: 25px;
  height: 300px;
  background-color: none;
}

.info__box__header {
  padding: 20px 0px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info__box__header__img {
  margin-left: 10px;
}

.info__box__header__img img {
  max-width: 85px;
  width: 100%;
}

.info__box__header__title h5 {
  padding-left: 20px;
  color: #95c11f;
  font-family: 'Izmir-ExtraBold', Arial, Helvetica, sans-serif;
  font-size: 25px;
}

.info__box__body span {
  color: #6a6a6a;
  font-family: 'Izmir', Arial, Helvetica, sans-serif;
  font-size: 18px;
}

@media (min-width: 577px) {
  .info__box {
    height: 300px;
  }
}

@media (min-width: 1px) {
  .info__box {
    height: auto;
  }
}

.icon__box {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px;
}

@media (min-width: 1px) {
  .icon__box img {
    max-width: 50px;
    width: 100%;
  }
  .icon__box span {
    margin-top: 25px;
    color: #95c11f;
    font-family: 'Izmir-Semibold', Arial, Helvetica, sans-serif;
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .icon__box img {
    max-width: 130px;
    width: 100%;
  }
  .icon__box span {
    margin-top: 25px;
  }
}

.icon__box__container {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lightbox__box {
  margin-top: 80px;
}

.filterDiv__box, .lightbox__box {
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 35px;
}

.filterDiv__box img, .lightbox__box img {
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=main.css.map */