@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap");
/*! 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;
  /* 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; }

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

/* FONT */
@font-face {
  font-family: 'Korolev Heavy';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Heavy"), url("../fonts/Korolev Heavy.woff") format("woff"); }

@font-face {
  font-family: 'Korolev Thin';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Thin"), url("../fonts/Korolev Thin.woff") format("woff"); }

@font-face {
  font-family: 'Korolev Light';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Light"), url("../fonts/Korolev Light.woff") format("woff"); }

@font-face {
  font-family: 'Korolev Medium';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Medium"), url("../fonts/Korolev Medium.woff") format("woff"); }

@font-face {
  font-family: 'Korolev Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Korolev Bold"), url("../fonts/Korolev Bold.woff") format("woff"); }

/* GLOBAL */
body {
  font-family: 'Rubik', sans-serif;
  -webkit-transition: 300ms;
  transition: 300ms;
  position: relative; }

input, textarea, button, select {
  outline: 0; }

button {
  cursor: pointer; }

a {
  -webkit-transition: 300ms;
  transition: 300ms; }
  a:hover {
    text-decoration: none; }

.section {
  margin-top: 50px; }

h3.section-title {
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 50px; }
  h3.section-title:after {
    content: '';
    display: block;
    width: 150px;
    height: 2px;
    background: #0D662E;
    margin: 20px auto 0 auto; }

.header {
  border-bottom: 3px solid #0D662E; }
  .header-top {
    background: #c0392b;
    height: 41px;
    -webkit-transition: .3s;
    transition: .3s; }
    .header-top .container {
      height: 41px; }
    .header-top .head-phone a {
      color: #ffffff;
      margin-right: 125px;
      font-size: 15px;
      line-height: 41px; }
    .header-top .head-phone i {
      color: #0D662E;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      display: inline-block;
      text-align: center;
      line-height: 20px;
      font-size: 10px; }
    .header-top .head-social a {
      color: #fff;
      margin-left: 15px;
      -webkit-transition: .3s;
      transition: .3s; }
      .header-top .head-social a:hover {
        color: #0D662E; }
  .header-middle:before {
    content: '';
    display: block;
    height: 125px;
    background: #FFF;
    width: calc(((100% - 1170px) / 2) + 450px);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    margin-left: -130px;
    position: absolute;
    -webkit-transition: .5s;
    transition: .5s; }
  .header-middle .container {
    position: relative;
    z-index: 999;
    height: 125px; }
  .header .mobile-menu-btn {
    display: none; }
  .header .logo {
    -webkit-transition: .3s;
    transition: .3s; }
    .header .logo img {
      max-width: 250px; }
  .header .main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header .main-menu ul li {
      margin-left: 40px; /*MENÜLER ARASİNDAKİ BOSLUĞU AYARLIYOR*/
      -webkit-transition: .3s;
      transition: .3s; }
      .header .main-menu ul li ul {
        background: #333;       
        width: 200px;
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s; }
        .header .main-menu ul li ul li {
          margin-left: 0;
		 margin-top:5px;
		 padding-top:5px;}
          .header .main-menu ul li ul li:last-child a {
            border: none; }
          .header .main-menu ul li ul li a {
            height: 40px;
			width: 100%;
            display: block;
            line-height: 40px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            color: #fff;
            padding: 0 6px;
            font-weight: 300;
            font-size: 14px; }
      .header .main-menu ul li a {
        font-weight: 500;
        color: #333; }   /* Tüm Menünün yazı renginin Değiştiriyor */
      .header .main-menu ul li:after {
        content: '';
        display: block;
        width: 0%;
        height: 4px;
        background: #EF0308;
        margin: 0 auto;
        -webkit-transition: .3s;
        transition: .3s; }
      .header .main-menu ul li:hover ul {
        opacity: 1;
        visibility: visible; }
      .header .main-menu ul li:hover > a {
        color: #0D662E; }
      .header .main-menu ul li:hover:after {
        width: 100%; }

.is-not-ready .header-top {
  opacity: 0;
  -webkit-transform: translateY(-41px);
  transform: translateY(-41px); }

.is-not-ready .header-middle:before {
  -webkit-transform: skewX(0);
  transform: skewX(0); }

.is-not-ready .header .logo {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px); }

.is-not-ready .header .main-menu li {
  opacity: 0;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  -webkit-transition: .3s;
  transition: .3s; }

@media screen and (max-width: 1170px) {
  .header {
    background: #FFF; }
    .header-middle .container {
      height: 80px; }
    .header .logo img {
      max-width: 150px; }
    .header-top {
      display: none; }
    .header .mobile-menu-btn {
      display: block; }
      .header .mobile-menu-btn button {
        background: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-size: 40px;
        color: #EF0308;
        outline: 0; }
    .header .main-menu {
      position: absolute;
      width: 100%;
      left: 0;
      top: 80px;
      background: #FFF;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s;
      transition: .3s; }
      .header .main-menu.open-menu {
        opacity: 1;
        visibility: visible; }
        .header .main-menu.open-menu ul li {
          opacity: 1;
          -webkit-transform: translateX(0);
          transform: translateX(0); }
      .header .main-menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 50px 30px; }
        .header .main-menu ul li {
          line-height: 50px;
          opacity: 0;
          -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
          -webkit-transition: .3s;
          transition: .3s; }
          .header .main-menu ul li ul {
            visibility: visible;
            opacity: 1;
            display: none;
            position: relative;
            width: 100%;
            padding: 0;
            -webkit-transition: 0s;
            transition: 0s; }
          .header .main-menu ul li a {
            color: #000; } }

#hemenara2 {
  display: block;
  position: fixed;
  left: 15px;
  width: 130px;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  background-color: #6da749;
  bottom: 35px;
  text-align: center;
  z-index: 9999;
  border-radius: 500px; }

.main-slider .owl-prev, .main-slider .owl-next {
  display: none; }

.about-image img {
  width: 100%; }

.about-text {
  font-weight: 300; }
  .about-text b {
    font-weight: 500; }
  .about-text p {
    margin-bottom: 20px; }

.ref-box {
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 30px;
  padding: 5px; }
  .ref-box img {
    width: 100%; }
  .ref-box:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.parallax {
  background: url(../img/parallax.jpg);
  height: 200px;
  font-size: 30px;
  color: #fff;
  font-style: italic;
  display: -webkit-box;
  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; }
  .parallax .text-center {
    max-width: 75%;
    margin: 0 auto; }

.product-box {
  border: 1px solid #ddd;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: .3s;
  transition: .3s; }
  .product-box:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .product-box:hover .product-title:before {
      width: 100%; }
  .product-box img {
    width: 100%; }

.product-title {
  width: 100%;
  height: 50px;
  background: #214461;
  text-align: center;
  line-height: 50px;
  font-weight: 400; }
  .product-title:before {
    content: '';
    width: 0%;
    background: #DC0808;
    height: 50px;
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s; }
  .product-title a {
    color: #fff;
    position: relative;
    z-index: 999; }

@media screen and (max-width: 1170px) {
  .section {
    margin-top: 15px; }
  .parallax {
    height: 300px;
    font-size: 20px; } }

.align-left {
  float: left;
  margin-right: 15px;
  max-width: 50%; }

.page-content {
  font-weight: 300;
  line-height: 24px; }
  .page-content p {
    margin-bottom: 20px; }
  .page-content b {
    font-weight: 600; }

.contact-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 3px;
  margin-bottom: 30px; }
  .contact-info ul li b {
    font-weight: 500;
    margin-right: 10px; }
  .contact-info ul li i {
    color: #0D662E;
    margin-right: 10px; }

.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid #ddd;
  height: 40px; }

.contact-form textarea {
  height: 120px;
  resize: none; }

.contact-form button {
  width: 150px;
  height: 50px;
  background: #ddd;
  margin-right: 15px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase; }

.contact-form button[type="submit"] {
  background: #0D662E; }

.contact-form .form-group p {
  font-weight: 500;
  margin-bottom: 5px; }

.contact-map {
  margin-top: 50px; }
  .contact-map iframe {
    width: 100%; }

.footer {
  margin-top: 100px; }
  .footer-middle {
    padding-top: 50px; }
  .footer-logo {
    text-align: center; }
  .footer-text {
    color: #989898;
    text-align: center;
    margin-top: 20px; }
  .footer-title2 {
    font-size: 18px;
    font-weight: 500;
    color: #ea1e38;
    margin-bottom: 20px; }
  .footer-menu {
    margin-bottom: 50px; }
    .footer-menu ul li {
      line-height: 30px; }
      .footer-menu ul li a {
        color: #989898; }
  .footer .wrapper {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .footer-top {
    background: #333;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff; }
  .footer-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #D40C10; }
    .footer-title i {
      margin-right: 10px; }
  .footer-box {
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px; }
  .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #989898; }
  .footer-social {
    color: #989898; }
    .footer-social a {
      color: #989898;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 1px solid #989898;
      display: inline-block;
      line-height: 36px;
      text-align: center;
      margin-left: 10px;
      -webkit-transition: .3s;
      transition: .3s; }
      .footer-social a:hover {
        color: #fff;
        background: #0D662E;
        border-color: #0D662E; }
  .footer .copyright {
    margin-top: 10px; }
