/*!
 * AEGS - 12/05/2020
 * Web Design: digidea.com.tr
 * Front End Web Developer: Ferdi Tarakci / ferditarakci.com
 * Back End Web Developer: Mustafa Akbas / akbas.net
 */
/*!
 * Special normalize.css
 * Created by FERDI TARAKCI
 * Website: www.ferditarakci.com
 * Last updated: 2019/02/24
 */
* {
  outline: none;
  -moz-outline: none;
  -moz-user-focus: none;
}

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

html, body, div, h1, h2, h3, h4, h5, h6, p, span, a, img, iframe, pre, del, s, strike, ins, u, em, i, strong, b,
address, abbr, acronym, dfn, code, kbd, var, object, applet, blockquote, small, ol, ul, li, dl, dt, dd,
fieldset, form, label, legend, sub, sup, q, samp, table, caption, thead, tbody, tfoot, tr, th, td, article,
main, aside, figure, figcaption, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

html {
  min-height: 100vh;
  line-height: 1.4;
  font-family: sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  text-rendering: optimizeLegibility;
  -ms-overflow-style: scrollbar;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  min-height: 100vh;
  line-height: inherit;
  font-family: inherit;
  font-size: 1rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.htmlHidden,
.htmlHidden body,
.compensate-for-scrollbar {
  overflow: hidden !important;
}

a, [href], [data-href] {
  cursor: pointer;
  text-decoration: none;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 700;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

p {
  margin: 0 0 20px;
}

p:last-of-type {
  margin-bottom: 0;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 30px;
}

ul, ol {
  margin: 10px 0;
  padding-left: 30px;
}

.ar ul, .ar ol {
  padding-left: 0;
  padding-right: 30px;
}

strong, b {
  font-weight: bold;
}

em, i, dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

nav * {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

nav ul, nav ol {
  list-style: none;
}

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

svg {
  /*
	For IE9. Without, occasionally draws shapes
	outside the boundaries of <svg> rectangle.
	*/
  overflow: hidden;
}

hr {
  display: block;
  margin: 20px 0;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
}

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

/* FORM ELEMENTS
   ====================================== */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  line-height: 1.15;
  font-family: inherit;
  font-size: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  padding: 0;
  vertical-align: middle;
}

textarea {
  overflow: auto;
  overflow-x: hidden;
  resize: vertical;
}

input,
button {
  overflow: visible;
}

.gm-style button {
  overflow: hidden !important;
}

select,
button {
  text-transform: none;
}

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

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

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

input:-webkit-autofill {
  color: #2a2a2a !important;
  background: none;
}

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

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

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

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

::-ms-clear {
  display: none;
}

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

legend {
  max-width: 100%;
  padding: 0 10px;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

template, [hidden], .hide, .hidden {
  display: none !important;
}

::-moz-selection {
  color: #fff;
  background-color: #1b2b52;
}

::selection {
  color: #fff;
  background-color: #1b2b52;
}

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

.relative {
  position: relative;
}

.center {
  margin-right: auto;
  margin-left: auto;
}

.v-center {
  margin-top: auto;
  margin-bottom: auto;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.pull-center {
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-right {
  float: right !important;
  margin: 0.5em 0 0.5em 1em;
}

.image-left {
  float: left !important;
  margin: 0.5em 1em 0.5em 0;
}

.image-center {
  float: none !important;
  display: block;
  margin: 0.5em auto;
}

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

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

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

#outer-wrap {
  position: relative;
  width: 100%;
}

#inner-wrap {
  position: relative;
  width: 100%;
}

#site-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}

#navigation {
  display: none;
}

.nav-button {
  display: none;
  position: relative;
  left: 3px;
  top: -1px;
  width: 37px;
  min-width: 37px;
  height: 37px;
  cursor: pointer;
}

.nav-button div, .nav-button span {
  pointer-events: none;
}

.nav-button span {
  background-color: #fff;
  -webkit-transition-property: top, left, width, height;
  transition-property: top, left, width, height;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-button .hamburger {
  position: absolute;
  height: 37px;
  width: 37px;
}

.nav-button .hamburger span {
  position: absolute;
  right: 4px;
  width: 30px;
  height: 3px;
}

.nav-button .hamburger span:nth-child(1) {
  top: 8px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.nav-button .hamburger span:nth-child(2) {
  width: 20px;
  top: 17px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.nav-button .hamburger span:nth-child(3) {
  bottom: 8px;
  width: 24px;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.nav-button .cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-button .cross span {
  position: absolute;
}

.nav-button .cross span:nth-child(1) {
  top: 0;
  left: 17px;
  height: 0;
  width: 3px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.nav-button .cross span:nth-child(2) {
  top: 17px;
  left: 0;
  width: 0;
  height: 3px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.nav-button.open .hamburger span {
  width: 0;
}

.nav-button.open .hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.nav-button.open .hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.nav-button.open .hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.nav-button.open .cross span:nth-child(1) {
  height: 37px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.nav-button.open .cross span:nth-child(2) {
  width: 37px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table .thead {
  display: table-header-group;
}

.table .tbody {
  display: table-row-group;
}

.table .tfoot {
  display: table-footer-group;
}

.table .tr {
  display: table-row;
}

.table .td {
  display: table-cell;
  vertical-align: middle;
}

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

@media (min-width: 1220px) {
  .container {
    max-width: 1220px;
  }
}

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

@media (min-width: 993px) {
  .article .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-2-5 {
  max-width: 20%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

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

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

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

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

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

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

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

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

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

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

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

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

.align-content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.align-content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.align-content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.align-self-auto {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

/* http://sonspring.com/journal/clearing-floats */
.clr,
.clear {
  overflow: hidden;
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.container::before, .container::after,
.clearfix::before,
.clearfix::after {
  overflow: hidden;
  visibility: hidden;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  content: ".";
}

.container::after,
.clearfix::after {
  clear: both;
}

* html .container, * html
.clearfix {
  height: 1%;
}

.container,
.clearfix {
  /*
			The following zoom: 1 rule is specifically for IE6 + IE7.
			Move to separate stylesheet if invalid CSS is a problem.
		*/
  zoom: 1;
}
