/*! 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; }

/* GLOBAL */
body {
  font-family: 'Roboto', sans-serif; }

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

button {
  cursor: pointer; }

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

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#preloader:before,
#preloader:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: #0EA4A0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

#preloader:after {
  left: auto;
  right: 0; }

#preloader .loader_line {
  margin: auto;
  width: 1px;
  height: 250px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s; }

.loader_line:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
  animation: lineheight 1000ms ease-in-out 0s forwards; }

.loader_line:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #777;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-animation: lineround 1200ms linear 0s infinite;
  animation: lineround 1200ms linear 0s infinite;
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms; }

@-webkit-keyframes lineheight {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }

@keyframes lineheight {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }

@-webkit-keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%); } }

@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%); } }

/*hiding all*/
.preloaded .loader_line:after {
  opacity: 0; }

.preloaded .loader_line {
  opacity: 0;
  height: 100% !important; }

.preloaded:before,
.preloaded:after {
  -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
  animation: preloadedzero 300ms ease-in-out 500ms forwards; }

@-webkit-keyframes preloadedzero {
  0% {
    width: 50%; }
  100% {
    width: 0%; } }

@keyframes preloadedzero {
  0% {
    width: 50%; }
  100% {
    width: 0%; } }

.header {
  background-color: #fff;
  width: 100%;
  z-index: 9999;
  padding-bottom: 5px; }
  .header-top {
    background: #008A93;
    margin-bottom: 15px;
    padding: 8px 0;
    color: #FFF; }
    .header-top span {
      margin-right: 20px;
      font-size: 15px; }
      .header-top span i {
        margin-right: 25px; }
  .header .menu-btn {
    display: none; }
  .header .main-menu {
    font-family: 'Roboto Condensed', sans-serif; }
    .header .main-menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .header .main-menu ul li {
        margin-left: 20px;
        position: relative; }
        .header .main-menu ul li a {
          font-weight: 700;
		  font-size: 18px; 
          color: #333; }
          .header .main-menu ul li a:after {
            content: '';
            display: block;
            width: 0%;
            height: 3px;
            background: #db261d;
            -webkit-transition: 300ms;
            transition: 300ms; }
          .header .main-menu ul li a:hover:after {
            width: 100%; }
        .header .main-menu ul li:hover ul {
          display: block; }
        .header .main-menu ul li ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          position: absolute;
          z-index: 9999;
          background: #db261d;
          min-width: 200px;
          padding: 10px 20px;
          display: none; }
          .header .main-menu ul li ul li {
            margin-left: 0;
            line-height: 40px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            margin-bottom: 10px; }
            .header .main-menu ul li ul li:last-child {
              border: none;
              margin-bottom: 0; }
            .header .main-menu ul li ul li a {
              color: #fff; }
              .header .main-menu ul li ul li a:hover {
                color: #333; }

@media screen and (max-width: 1170px) {
  .header {
    padding-top: 15px; }
    .header-top {
      display: none; }
    .header .menu-btn {
      display: block; }
      .header .menu-btn button {
        background: #db261d;
        padding: 10px 15px;
        color: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
    .header .main-menu ul {
      display: none;
      position: absolute;
      width: 100%;
      background: #db261d;
      left: 0;
      z-index: 9999;
      top: 95px;
      padding: 15px 20px; }
      .header .main-menu ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 10px 0 5px 0;
        width: auto;
        margin-left: 0; }
        .header .main-menu ul li a {
          color: #fff; }
          .header .main-menu ul li a:hover {
            color: #333; }
        .header .main-menu ul li ul {
          display: block;
          position: relative;
          top: 0; }
          .header .main-menu ul li ul li {
            line-height: 1;
            border: none;
            margin-bottom: 0; } }

.main-slider {
  position: relative; }
  .main-slider .owl-dots {
    position: absolute;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    bottom: 30px; }
    .main-slider .owl-dots .owl-dot {
      background: #0E9897;
      width: 25px;
      height: 25px;
      margin: 0 5px;
      border-radius: 100%; }
      .main-slider .owl-dots .owl-dot.active {
        background: #db261d; }

.products {
  padding-top: 20px;
  padding-bottom: 50px;
  position: relative; }
  .products .owl-dots {
    position: absolute;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    bottom: -50px; }
    .products .owl-dots .owl-dot {
      background: #3333;
      width: 15px;
      height: 15px;
      margin: 0 5px;
      border-radius: 100%; }
      .products .owl-dots .owl-dot.active {
        background: #db261d; }

.product-box {
  border: 0px solid #f5f5f5;
  margin-bottom: 30px; }
  .product-box-image img {
	border-radius: 7%;
    max-width: 100%;  
    width: 100%; }
  .product-box-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    margin-top: 15px; }
    .product-box-title span {
      display: block;
      font-weight: 300;
      font-size: 16px; }
  .product-box-icon img {
    max-width: 200px;
    margin: 30px auto 0 auto;
    display: block; }

.about {
  background: url(../img/arka.jpg);
  padding: 35px 0;
  position: relative; }
  .about:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5; }
  .about-image {
    -webkit-box-shadow: -12px -12px 17px -1px rgba(0, 0, 0, 0.39);
    box-shadow: -12px -12px 17px -1px rgba(0, 0, 0, 0.39); }
    .about-image img {
      width: 100%; }
  .about-content {
    background: #fff;
    padding: 30px;
    height: 100%;
    -webkit-box-shadow: 12px 12px 17px -1px rgba(0, 0, 0, 0.39);
    box-shadow: 12px 12px 17px -1px rgba(0, 0, 0, 0.39); }
    .about-content h1 {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 38px;
      margin-bottom: 20px; }
    .about-content p {
      font-size: 18px;
      line-height: 32px; }
  .about-signature {
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 40px;
    text-align: center; }
    .about-signature h2 {
      font-weight: 700;
      letter-spacing: 2px; }
    .about-signature span {
      text-transform: uppercase;
      letter-spacing: 3px; }
    .about-signature .sign {
      margin-top: 20px; }
  .about .experience {
    background: #737A82;
    margin-top: 30px;
    padding: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center; }
  .about #about-slider {
    position: relative;
    margin-top: 20px; }
    .about #about-slider .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .about #about-slider .owl-dots {
      position: absolute;
      z-index: 999;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      bottom: 0px; }
      .about #about-slider .owl-dots .owl-dot {
        background: #333;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-radius: 100%; }
        .about #about-slider .owl-dots .owl-dot.active {
          background: #db261d; }
  .about-slider-image {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .about-slider-text {
    padding: 30px; }
    .about-slider-text h3 {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700; }
    .about-slider-text p {
      font-size: 14px;
      line-height: 24px;
      margin-top: 20px; }

.section-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 120px;
  position: absolute;
  top: -35px;
  left: 20px;
  font-weight: 700;
  letter-spacing: 20px;
  opacity: .2; }

.archive {
  position: relative;
  padding: 100px 0; }
  .archive-box-image img {
    width: 100%; }
  .archive-box-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #616073;
    line-height: 1;
    font-size: 40px;
    letter-spacing: -2px;
    margin-top: 10px; }

.page-head {
  background: #525252;
  padding: 30px 0;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff; }
  .page-head h1 {
    font-weight: 600;
    font-size: 26px; }
  .page-head .shadow-text {
    position: absolute;
    bottom: -40px;
    font-size: 100px;
    line-height: 1;
    opacity: .2; }

.page-content {
  padding: 50px 0; }
  .page-content p {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 24px; }
  .page-content img {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }

.hunter {
  background: #fff;
  -webkit-box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .hunter-image img {
    display: block;
    width: 100%; }
  .hunter-name {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #52B4CC;
    font-size: 28px;
    text-align: center;
    line-height: 1; }
    .hunter-name span {
      font-size: 14px;
      display: block;
      color: #000;
      margin-top: 10px; }

.contact-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 30px; }

.contact-form .form-control {
  font-size: 14px;
  padding: 10px;
  height: auto;
  resize: none; }

.contact-form button {
  background: #db261d;
  padding: 15px 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 14px; }

.contact-info ul li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px; }
  .contact-info ul li i {
    color: #db261d;
    width: 40px;
    text-align: center;
    margin-top: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.representative {
  background: #fff;
  -webkit-box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 30px; }

.rep-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: ceter; }

.rep-flag img {
  width: 100%; }

.rep-props {
  line-height: 32px; }
  .rep-props span {
    font-weight: 700; }

.sticky-phone {
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999; }

.sticky-phone a {
  display: block; }

.sticky-phone img {
  width: 200px; }

@media screen and (max-width: 1170px) {
  .section-title {
    display: none; }
  .about, .products, .page-content, .archive {
    padding: 30px 0; }
  .main-slider img {
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover; }
  .products .owl-dots {
    bottom: -5px; }
    .products .owl-dots .owl-dot {
      width: 10px;
      height: 10px; }
  .about {
    padding: 0; }
    .about-content {
      padding: 15px; }
    .about #about-slider .item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .about-slider-image {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .about-slider-image img {
        width: 50% !important; }
  .archive-box {
    margin-bottom: 30px; }
    .archive-box-title {
      font-size: 36px; }
  .sticky-phone img {
    width: 100px; } }

.footer {
  background: #808285;
  padding-top: 50px;
  color: #fff; }
  .footer-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px; }
  .footer-text {
    margin-top: 30px;
    opacity: .5;
    font-size: 14px;
    line-height: 24px; }
  .footer-social {
    margin-top: 20px; }
    .footer-social a {
      color: #fff;
      margin-right: 10px;
      -webkit-transition: 300ms;
      transition: 300ms; }
      .footer-social a:hover {
        color: #db261d; }
  .footer-menu ul li {
    line-height: 32px;
    font-size: 14px; }
    .footer-menu ul li a {
      color: #fff;
      opacity: .5;
      -webkit-transition: 300ms;
      transition: 300ms; }
      .footer-menu ul li a:hover {
        opacity: 1; }
  .footer-bottom {
    background: #008A93;
	color: #000;
    margin-top: 50px;
    padding: 30px 0;
    font-size: 15px;
    text-align: center;
    letter-spacing: 4px; }

@media screen and (max-width: 1170px) {
  .footer-menu {
    margin-top: 20px; } }
