.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* CSS Reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
*,
div,
ul,
li,
span,
input,
textarea,
header,
footer,
nav,
b,
h1,
h2,
h3,
h4,
h5 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input:focus,
textarea:focus,
div:focus,
button:focus,
select:focus {
  outline: none;
}
/* FONTS */
@font-face {
  font-family: 'Gilroy';
  src: url("../webfonts/Gilroy-Medium.eot");
  src: url("../webfonts/Gilroy-Medium.eot") format("embedded-opentype"), url("../webfonts/Gilroy-Medium.woff2") format("woff2"), url("../webfonts/Gilroy-Medium.woff") format("woff"), url("../webfonts/Gilroy-Medium.ttf") format("truetype"), url("../webfonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: 'Gilroy';
  src: url("../webfonts/Gilroy-Bold.eot");
  src: url("../webfonts/Gilroy-Bold.eot") format("embedded-opentype"), url("../webfonts/Gilroy-Bold.woff2") format("woff2"), url("../webfonts/Gilroy-Bold.woff") format("woff"), url("../webfonts/Gilroy-Bold.ttf") format("truetype"), url("../webfonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: 700;
}
body {
  background: #ffffff;
  font-size: 14px;
  font-family: "Gilroy", sans-serif;
  color: #5b5b5b;
  font-weight: 400;
}
a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  font-family: "Gilroy", sans-serif;
  color: #5b5b5b;
  font-weight: 400;
}
a:hover {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  color: #5b5b5b;
}
a:visited {
  text-decoration: none;
}
.container {
  margin: 0 auto;
  display: block;
  position: Relative;
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    padding: 0 20px;
  }
}
.cle::after {
  content: "";
  clear: both;
  display: block;
}
/* COMPONENT */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    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;
  }
}
.w-5 {
  width: 5%;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}
.w-10 {
  width: 100%;
}
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.font-800 {
  font-weight: 800;
}
.font-900 {
  font-weight: 900;
}
.text-crop {
  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;
  }
}
/* COMPONENT */
.slider1 {
  opacity: 0;
}
.slider1.slick-initialized {
  opacity: 1 !important;
}
@media only screen and (min-width: 1366px) {
  .slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
/* SLİDER */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 35px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
/* Slider Arrows */
.sliderX .slick-prev,
.sliderX .slick-next {
  font-size: 0;
  display: block;
  position: absolute;
}
.sliderX .slick-prev::before,
.sliderX .slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 6px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background: #eeeeee;
  cursor: pointer;
}
.sliderX .slick-prev {
  right: 30px;
  top: -35px;
}
.sliderX .slick-next {
  right: 0px;
  top: -35px;
}
.sliderX .slick-prev::before {
  content: '\f053';
}
.sliderX .slick-next::before {
  content: '\f054';
}
/* Slider Bullets */
.regular .slick-dots {
  position: absolute;
  bottom: -33px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.regular .slick-dots li {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
}
.regular .slick-dots li div {
  display: block;
  border: 0;
  width: 8px;
  text-indent: -99999999px;
  font-size: 0;
  transition: all 0.2s ease-in-out;
  height: 8px;
  background: #949aa9;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  opacity: 1;
}
.regular .slick-dots .slick-active div {
  background: #00c5b5 !important;
  transition: all 0.2s ease-in-out;
}
/* TAB */
.tab-content {
  display: none;
}
.tab-content.current {
  display: block;
}
/* MODAL */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.remodal,
[data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.remodal iframe,
.remodal img {
  display: inline-block;
  max-width: 100%;
  border: none;
  height: auto;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
.animation1 {
  animation-name: anime1;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .head-two {
    width: 1170px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .head-content {
    background: url("../images/bg10.jpg") no-repeat center center;
    height: 905px;
  }
}
@media only screen and (max-width: 1199px) {
  .hc-top-one {
    background: url("../images/bg11.jpg") no-repeat center center;
    background-size: cover;
    padding: 20px 0;
  }
}
.hc-top {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .hc-top {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .logo {
    padding-top: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .logo {
    max-width: 70%;
  }
}
.logo img {
  display: block;
  max-width: 100%;
  max-height: 95px;
}
@media only screen and (max-width: 1199px) {
  .order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
}
.menu-one {
  text-align: right;
}
@media only screen and (max-width: 1199px) {
  .menu-one {
    display: none;
  }
}
.menu-one ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-one ul li {
  display: inline-block;
  margin-left: 30px;
}
.menu-one ul li.current a {
  color: #c0c8d1;
}
.menu-one ul li:first-child {
  margin-left: 0;
}
.menu-one ul li a {
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
.menu-one ul li a:hover {
  color: #fb7270;
}
@media only screen and (max-width: 1199px) {
  .head-two {
    background: url("../images/bg12.jpg") no-repeat;
    background-size: cover;
  }
}
.head-big-text {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .head-big-text {
    background: url("../images/bg13.png") no-repeat center center;
    background-size: cover;
    padding: 30px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .head-big-text {
    height: 470px;
    margin-top: 60px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }
}
.head-big-text h1 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .head-big-text h1 {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1199px) {
  .head-big-text h1 {
    font-size: 25px;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  }
}
.head-big-text h1 span {
  display: block;
  color: #fc957c;
}
.head-big-text p {
  font-size: 21px;
  margin: 30px 0 0 0;
  padding: 0;
  font-weight: 400;
  line-height: 33px;
}
@media only screen and (max-width: 1199px) {
  .head-big-text p {
    display: none;
  }
}
.head-big-icons {
  margin-top: 20px;
  position: Relative;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .head-big-icons {
    display: none;
  }
}
.head-big-icons .col-auto {
  margin: 0 20px;
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  width: 330px;
}
@media only screen and (min-width: 1200px) {
  .hlb-form {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .hlb-hided {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .hlb-showed {
    display: none;
  }
  .hlb-hided {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .head-login-box {
    padding: 60px 0 0 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .head-login-box {
    padding: 40px 20px;
  }
}
.head-login-box .hlb-title {
  font-size: 30px;
  font-weight: 700;
  color: #473783;
  line-height: 20px;
}
.head-login-box .hlb-title span {
  display: block;
  color: #fc957c;
  font-size: 22px;
  margin-bottom: 10px;
}
.head-login-box .hlb-col {
  margin-top: 20px;
  position: relative;
}
.head-login-box .hlb-col span {
  position: absolute;
  right: 30px;
  color: #8c8d8e;
}
@media only screen and (max-width: 1199px) {
  .head-login-box .hlb-col span {
    width: 100px;
    top: 23px;
    text-align: right;
  }
}
@media only screen and (min-width: 1200px) {
  .head-login-box .hlb-col span {
    top: 30px;
  }
}
.head-login-box .hlb-col .spe-input1 {
  height: 75px;
  padding: 0 20px 0 70px;
  font-size: 24px;
  font-weight: 700;
  width: 100%;
  border: 1px solid #d2cfe2;
  display: block;
  color: #473783;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.head-login-box .hlb-col .spe-input1.login-input {
  background: #ffffff url("../images/icon8.png") no-repeat left 20px center;
}
.head-login-box .hlb-col .spe-input1.pass-input {
  background: #ffffff url("../images/icon9.png") no-repeat left 20px center;
  padding-right: 50%;
}
.spe-input1::placeholder {
  color: #473783 !important;
  opacity: 1 !important;
}
.spe-input1::-ms-input-placeholder {
  color: #473783 !important;
  opacity: 1 !important;
}
.spe-input1:-ms-input-placeholder {
  color: #473783 !important;
  opacity: 1 !important;
}
.spe-input1::-moz-placeholder {
  color: #473783 !important;
  opacity: 1 !important;
}
.spe-input1:-moz-placeholder {
  color: #473783 !important;
  opacity: 1 !important;
}
.spe-input1::-webkit-input-placeholder {
  color: #473783 !important;
  opacity: 1 !important;
}
.spe-button1 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9795a+0,fb7171+100 */
  background: #f9795a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f9795a 0%, #fb7171 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f9795a 0%, #fb7171 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f9795a 0%, #fb7171 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9795a', endColorstr='#fb7171', GradientType=1);
  /* IE6-9 */
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  display: block;
  height: 75px;
  line-height: 75px;
  border: none;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.spe-button1:hover {
  background: #473783;
}
.content-one {
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .content-one {
    background: url("../images/bg3.png") no-repeat;
    width: 1224px;
    height: 387px;
    margin: 0 auto;
    position: relative;
    margin-top: -170px;
    padding: 60px 0 0 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-one {
    background: url("../images/bg14.jpg") no-repeat bottom center;
    -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 20px 0 20px;
    padding-bottom: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-one .co-text-fix {
    max-width: 50%;
  }
}
.content-one .co-text1 {
  font-weight: 700;
  color: #fb7270;
}
@media only screen and (min-width: 1200px) {
  .content-one .co-text1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-one .co-text1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.content-one .co-text2 {
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .content-one .co-text2 {
    margin: 30px 0 0 0;
    line-height: 28px;
    font-size: 21px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-one .co-text2 {
    margin: 10px 0 0 0;
    line-height: 22px;
    font-size: 12px;
  }
}
.content-bg {
  background: url("../images/bg7.jpg") no-repeat top right;
  position: relative;
}
.con-bg-in {
  background: url("../images/bg8.png") no-repeat bottom left;
  position: relative;
  padding-top: 0.1px;
}
@media only screen and (min-width: 1200px) {
  .con-row {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .con-row {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .con-row .con-col:nth-child(1) {
    width: 935px;
    padding-right: 6%;
  }
  .con-row .con-col:nth-child(2) {
    width: 235px;
  }
}
@media only screen and (max-width: 1199px) {
  .con-row .con-col:nth-child(2) {
    margin-top: 20px;
  }
}
.h2-one {
  margin: 0;
  padding: 0;
  color: #473783;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .h2-one {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1199px) {
  .h2-one {
    font-size: 27px;
  }
}
.p-one {
  line-height: 22px;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .p-one {
    margin: 30px 0 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  .p-one {
    margin: 10px 0 0 0;
  }
}
ul.ul-one {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}
ul.ul-one li {
  display: block;
  margin-top: 20px;
}
ul.ul-one li::before {
  content: "";
  width: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 6px 5px 0 0;
  height: 4px;
  float: left;
  background: #5b5b5b;
}
@media only screen and (max-width: 1199px) {
  .right-sidebar {
    display: none;
  }
}
.right-sidebar .rs-bg {
  width: 235px;
  height: 230px;
  display: block;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-size: cover;
  margin-bottom: 30px;
  padding: 34px 20px 0 20px;
  color: #ffffff;
  text-align: center;
}
.right-sidebar .rs-bg .rs-icon {
  height: 65px;
  display: block;
  margin-bottom: 15px;
}
.right-sidebar .rs-bg .rs-icon img {
  display: block;
  margin: 0 auto;
}
.right-sidebar .rs-bg .rs-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}
.right-sidebar .rs-bg .rs-text {
  line-height: 22px;
  display: block;
}
.foot-content {
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .foot-content {
    background: url("../images/bg9.png") no-repeat;
    margin-top: 40px;
    padding: 80px 0 60px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .foot-content {
    background: url("../images/bg15.jpg") no-repeat;
    background-size: cover;
    margin-top: 15px;
    padding: 30px 0;
  }
}
.fo-socials {
  background: rgba(26, 17, 59, 0.7);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
}
.fo-socials .fo-col {
  width: 25%;
}
.fo-socials .fo-col:last-child {
  border-right: 0;
}
@media only screen and (min-width: 1200px) {
  .fo-socials .fo-col {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.fo-socials .fo-col img {
  display: block;
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) {
  .fo-socials .fo-col .fo-r-col:nth-child(2) {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .fo-socials .fo-col .fo-r-col:nth-child(2) {
    display: none;
  }
}
.fo-socials .fo-col a {
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
}
.fo-socials .fo-col a:hover {
  color: #fb7270;
}
.fo-text1 {
  text-align: center;
  font-weight: 700;
  color: #ffffff;
}
.fo-text1 span {
  color: #fc957c;
}
@media only screen and (min-width: 1200px) {
  .fo-text1 {
    font-size: 44px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .fo-text1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.foot-logo {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .foot-logo {
    margin: 55px 0 0 0;
  }
  .foot-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .foot-logo {
    margin: 35px 0 0 0;
  }
  .foot-logo img {
    display: block;
    margin: 0 auto;
    max-width: 70%;
  }
}
.foot-links {
  text-align: center;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 1199px) {
  .foot-links {
    display: none;
  }
}
.foot-links a {
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  margin: 0 20px;
  font-size: 15px;
}
.foot-links a:hover {
  color: #fb7270;
}
.foot-links-two {
  text-align: center;
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 1199px) {
  .foot-links-two {
    display: none;
  }
}
.foot-links-two a {
  display: inline-block;
  color: #9e92d7;
  margin: 0 15px;
  font-size: 13px;
}
.foot-links-two a:hover {
  color: #fb7270;
}
.foot-copyright {
  text-align: center;
  color: #7163b5;
  font-size: 13px;
  margin-top: 30px;
  position: relative;
}
.foot-copyright .foot-creator {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  .foot-copyright .foot-creator {
    display: none;
  }
}
.foot-copyright .foot-creator a {
  color: #9e92d7;
}
.foot-copyright a {
  color: #7163b5;
}
.foot-copyright a:hover {
  color: #fb7270;
}
@media only screen and (max-width: 1199px) {
  .resp-menu {
    background: url("../images/icon14.png") no-repeat center center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 21px;
    z-index: 100;
  }
  .resp-menu.current {
    position: fixed;
  }
}
@media only screen and (min-width: 1200px) {
  .resp-menu {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .mobile-menu {
    position: fixed;
    background: url("../images/bg16.jpg") no-repeat center center;
    background-size: cover;
    top: 0;
    display: none;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
  }
  .mobile-menu ul {
    margin: 0;
    padding: 40px 15% 0 15%;
    list-style: none;
  }
  .mobile-menu ul li {
    display: block;
    margin-top: 20px;
  }
  .mobile-menu ul li a {
    color: #ffffff;
    font-size: 30px;
    display: block;
    background: url("../images/icon15.png") no-repeat right center;
    font-weight: 700;
  }
  .mobile-logo {
    padding: 20px 20px;
    max-width: 72%;
  }
  .mobile-logo img {
    display: block;
    max-width: 100%;
    max-height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .mobile-menu {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .sub-head-content {
    background: url("../images/bg17.png") no-repeat center center;
    height: 618px;
    z-index: 6;
  }
}
.sub-row .sub-col {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .sub-row .sub-col:nth-child(2) {
    width: 370px;
  }
  .sub-row .sub-col:nth-child(1) {
    width: 800px;
    padding-right: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .sub-login-box-fix {
    padding: 60px 0 0 0px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .sub-login-box-fix {
    padding: 40px 20px;
  }
}
.hlb-sub-showed {
  text-align: Center;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #473783;
}
.sub-content {
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1199px) {
  .sub-content {
    padding: 20px 0 0 0;
  }
}
.sub-con-top-mar {
  position: Relative;
}
@media only screen and (min-width: 1200px) {
  .sub-con-top-mar {
    margin-top: -400px;
  }
}
.sub-top-h1 {
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: 700;
  color: #473783;
}
@media only screen and (min-width: 1200px) {
  .sub-top-h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1199px) {
  .sub-top-h1 {
    font-size: 31px;
  }
}
.sub-top-p1 {
  font-family: "Arial";
  line-height: 22px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1199px) {
  .sub-login-box-two {
    display: none;
  }
}
.sub-head-bg-fix {
  background: url("../images/bg18.jpg") top 150px center;
}
.sub-ol-one {
  counter-reset: my-awesome-counter;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-ol-one li {
  counter-increment: my-awesome-counter;
  color: #473783;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .sub-ol-one li {
    padding-left: 50px;
    font-size: 20px;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .sub-ol-one li {
    padding-left: 35px;
    font-size: 14px;
    margin-top: 25px;
  }
}
.sub-ol-one li::before {
  content: counter(my-awesome-counter);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  background: #fb7270;
  color: #ffffff;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-right: 10px;
}
@media only screen and (min-width: 1200px) {
  .sub-ol-one li::before {
    width: 30px;
    height: 30px;
    margin: -15px 0;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .sub-ol-one li::before {
    width: 20px;
    height: 20px;
    margin: -8px 0;
    line-height: 20px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1199px) {
  .sub-righ-sidebar {
    display: none;
  }
}
.sub-righ-sidebar a {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 85px;
  margin-top: 20px;
  background-size: cover;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
.sub-righ-sidebar a img {
  display: block;
  margin: 0 auto;
}
.mirc-indir-link {
  margin: 30px 0;
}
.mirc-indir-link a {
  margin: 0 auto;
  height: 126px;
  padding-left: 140px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: url("../images/bg22.png") no-repeat;
}
@media only screen and (min-width: 1200px) {
  .mirc-indir-link a {
    width: 470px;
  }
}
.mirc-indir-link a .mil-link span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}
.sub-content-img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.text-two {
  color: #473783;
  font-size: 18px;
  font-family: "Gilroy";
}
.sub-top-p2 {
  color: #473783;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .sub-top-p2 {
    font-size: 21px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .sub-top-p2 {
    font-size: 17px;
    line-height: 22px;
  }
}
.sub-top-p2 span {
  color: #fb7270;
}
.sub-login-box-fix .hlb-col span {
  font-size: 12px;
}
.spe-input2 {
  border: 1px solid #d2cfe2;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 18px;
  display: block;
  width: 100%;
  color: #473783;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-input2:focus {
  border-color: #473783;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.if-col {
  margin-top: 30px;
}
.if-col .col-xl-4 {
  font-size: 20px;
  color: #473783;
  padding-right: 30px;
}
@media only screen and (min-width: 1200px) {
  .if-col .col-xl-4 {
    text-align: right;
  }
}
@media only screen and (max-width: 1199px) {
  .if-col .col-xl-4 {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .ilet-form {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .ilet-form {
    margin-top: 20px;
  }
}
.spe-submit2 {
  border: none;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 24px;
  display: block;
  width: 100%;
  background: #6654c7;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.spe-submit2:hover {
  background: #fb7270;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .yardim-bar {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .yardim-bar {
    margin-top: 20px;
  }
}
.yardim-row {
  margin-top: 20px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border: 1px solid #e4e4e4;
}
.yardim-row.current {
  background: #f5faff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.yardim-row .yardim-question {
  background: url("../images/icon16.png") no-repeat left 20px center;
  color: #473783;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .yardim-row .yardim-question {
    padding: 20px 20px 20px 60px;
    font-size: 21px;
  }
}
@media only screen and (max-width: 1199px) {
  .yardim-row .yardim-question {
    padding: 20px 20px 20px 60px;
    font-size: 14px;
  }
}
.yardim-row .yardim-cevap {
  padding: 2px 20px 20px 60px;
  line-height: 22px;
  font-family: "Arial";
  display: none;
}
.komutlar-vs {margin-top: 70px;}

.komutlar-vs-ic {position: relative;}
.komutlar-vs-ic h3 {font-size: 18px; font-weight: 700; color: #757575;}
.komutlar-vs-ic h3 span:hover {border-color: #ff3237; color:#ff3237;}
.komutlar-vs-ic h3 span { border-bottom: 1px solid #fff;}
.komutlar-vs-ic a {text-decoration: none;}
.komutlar-vs-ic p {line-height: 20px; font-size: 15px; color: #757575;}
.komutlar-vs-ic img {position: absolute; right: 0; top: 0; margin-top: -17px;}
.vs-ic {padding: 5px;}
.komutlar-vs-ic:hover.komutlar-vs-ic h3 span {color: #f9812b; border-bottom: 1px solid #f9812b;}
