@charset "UTF-8";
ul {
  list-style: none;
}

html {
  text-rendering: geometricPrecision;
  font-size: 14px;
  line-height: 1;
  color: #000000;
}

body {
  background: linear-gradient(to left, #191919 50%, #323232 60%);
  overflow-x: auto !important;
  padding: 0 15px !important;
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.custom-container {
  max-width: 1220px;
}

header {
  position: relative;
  z-index: 3;
}

a {
  color: inherit;
}

#main {
  position: relative;
  z-index: 2;
  padding: 30px 0;
}

.up {
  text-transform: upercase;
}

.wrapper {
  max-width: 1220px;
  width: 100%;
  margin: auto;
  overflow: hidden;
  background: #ffffff;
}

footer {
  position: relative;
  z-index: 1;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.n {
  display: none !important;
}

.up {
  text-transform: uppercase;
}

.main-title {
  font-family: "Poppins-Light";
  font-size: 36px;
  letter-spacing: -0.25px;
}

.main-title.white {
  color: #fff;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff url("/img/108.gif") no-repeat center center;
}

@font-face {
  font-family: "Oswald Bold";
  src: url("/fonts/Oswald-Bold-webfont.eot");
  src: url("/fonts/Oswald-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Oswald-Bold-webfont.woff") format("woff"), url("/fonts/Oswald-Bold-webfont.ttf") format("truetype"), url("/fonts/Oswald-Bold-webfont.svg#Oswald Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Oswald Light";
  src: url("/fonts/Oswald-Light-webfont.eot");
  src: url("/fonts/Oswald-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Oswald-Light-webfont.woff") format("woff"), url("/fonts/Oswald-Light-webfont.ttf") format("truetype"), url("/fonts/Oswald-Light-webfont.svg#Oswald Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Oswald Regular";
  src: url("/fonts/Oswald-Regular-webfont.eot");
  src: url("/fonts/Oswald-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Oswald-Regular-webfont.woff") format("woff"), url("/fonts/Oswald-Regular-webfont.ttf") format("truetype"), url("/fonts/Oswald-Regular-webfont.svg#Oswald Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.contact-form input {
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccdee8;
  border-radius: 5px;
  font-family: Oswald Regular, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 16px;
  width: 100%;
  outline: none !important;
  margin-bottom: 15px;
}

.contact-form textarea {
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #ccdee8;
  border-radius: 5px;
  font-family: Oswald Regular, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 16px;
  width: 100%;
  outline: none !important;
  margin-bottom: 15px;
}

.contact-form button {
  line-height: 40px;
  height: 40px;
  width: 100%;
  max-width: 150px;
  background: #004689;
  text-align: center;
  color: #ffffff;
  font-family: Oswald Bold, Arial, Helvetica, sans-serif;
  font-size: 16px;
  transition: all 300ms ease-out;
}

.contact-form button:hover {
  background: #000000;
}

.contact-form ::-webkit-input-placeholder {
  color: #000000;
  font-family: Oswald Regular, Arial, Helvetica, sans-serif;
}

.contact-form ::-moz-placeholder {
  color: #000000;
  font-family: Oswald Regular, Arial, Helvetica, sans-serif;
}

.contact-form :-ms-input-placeholder {
  color: #000000;
  font-family: Oswald Regular, Arial, Helvetica, sans-serif;
}

.contact-form :-moz-placeholder {
  color: #000000;
  font-family: Oswald Regular, Arial, Helvetica, sans-serif;
}

.contact-form .invalid-feedback {
  display: block;
  color: #ff0000;
  font-size: 14px;
  font-family: Oswald Regular, Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
  margin-top: -10px;
  line-height: 20px;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}

a {
  outline: none !important;
  text-decoration: none;
}

a:visited {
  text-decoration: underline;
}

.mobile-trigger {
  display: block;
  margin: auto;
  margin-right: 0;
  width: 30px;
  cursor: pointer;
  transition: all 350ms ease-out;
}

.mobile-trigger.open {
  transform: rotate(360deg);
}

.mobile-trigger.open span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.mobile-trigger.open span:nth-child(1) {
  transform: translate(0, 8px) rotate(45deg);
}

.mobile-trigger.open span:nth-child(3) {
  transform: translate(0, -8px) rotate(-45deg);
}

.mobile-trigger span {
  display: block;
  width: 100%;
  height: 4px;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 4px;
  transition: all 300ms ease-out;
}

.mobile-trigger span:last-child {
  margin-bottom: 0;
}

.second-btn {
  line-height: 40px;
  height: 40px;
  background: #004689;
  text-align: center;
  padding: 0 15px;
  color: #ffffff;
  font-family: Oswald Bold, Arial, Helvetica, sans-serif;
  display: block;
  max-width: 150px;
  letter-spacing: 1px;
  transition: all 300ms ease-out;
  margin: auto;
  margin-top: 35px;
  position: relative;
}

.second-btn i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 300ms ease-out;
}

.second-btn:hover {
  background: #000000;
  color: #ffffff;
}

.second-btn:hover i {
  right: 10px;
}

.back-to-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 45px;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transition: all 300ms ease-out;
  background: #ffffff;
  z-index: 9999;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.back-to-top:hover {
  background: #ccdee8;
}

.back-to-top.show-top {
  opacity: 1;
  visibility: initial;
}

.back-to-top i {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
}

.heading-sidebar {
  background: #ccdee8;
  margin-bottom: 20px;
}

.heading-sidebar span {
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  color: #ffffff;
  background: #004689;
  font-family: Oswald Bold, Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  min-width: 15%;
  transition: all 300ms ease-out;
  letter-spacing: 1px;
}

.heading-sidebar:hover span {
  background: #000000;
}

.footer-heading {
  font-family: Oswald Bold, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}

.heading-page {
  font-family: Oswald Bold, Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 30px;
  color: #424242;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .heading-page {
    text-align: center;
    font-size: 22px;
  }
}

.sprite {
  display: inline-block;
  background-image: url("/img/Infinity/sprite-infinity.png");
}

.sprite.icon {
  background-position: 0 0;
  width: 10px;
  height: 10px;
}

.sprite.white-comment {
  background-position: 0 0;
  width: 33px;
  height: 32px;
}

.sprite.green-address {
  background-position: 0 -44px;
  width: 66px;
  height: 59px;
}

.sprite.green-comment {
  background-position: -147px -44px;
  width: 68px;
  height: 65px;
}

.sprite.green-double-comment {
  background-position: -76px -44px;
  width: 64px;
  height: 60px;
}

.sprite.green-angle-down {
  background-position: -218px 0;
  width: 25px;
  height: 15px;
}

.sprite.white-dealer {
  background-position: -40px 0;
  width: 25px;
  height: 32px;
}

.sprite.white-account {
  background-position: -72px 0;
  width: 37px;
  height: 33px;
}

.sprite.big-video-icon {
  background-position: 0 -125px;
  width: 195px;
  height: 189px;
}

.sprite.small-video-icon {
  background-position: -205px -121px;
  width: 123px;
  height: 123px;
}

.sprite.check {
  background-position: 0px 0;
  width: 12px;
  height: 9px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Slider */
.slick-loading .slick-list {
  background: url("/img/plugins-images/ajax-loader.gif") center center no-repeat #fff;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: 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: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.contact-form input {
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccdee8;
  border-radius: 5px;
  font-family: Oswald Regular, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 16px;
  width: 100%;
  outline: none !important;
  margin-bottom: 15px;
}

.contact-form textarea {
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #ccdee8;
  border-radius: 5px;
  font-family: Oswald Regular, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 16px;
  width: 100%;
  outline: none !important;
  margin-bottom: 15px;
}

.contact-form button {
  line-height: 40px;
  height: 40px;
  width: 100%;
  max-width: 150px;
  background: #004689;
  text-align: center;
  color: #ffffff;
  font-family: Oswald Bold, Arial, Helvetica, sans-serif;
  font-size: 16px;
  transition: all 300ms ease-out;
}

.contact-form button:hover {
  background: #000000;
}

.contact-form ::-webkit-input-placeholder {
  color: #000000;
  font-family: Oswald Regular, Arial, Helvetica, sans-serif;
}

.contact-form ::-moz-placeholder {
  color: #000000;
  font-family: Oswald Regular, Arial, Helvetica, sans-serif;
}

.contact-form :-ms-input-placeholder {
  color: #000000;
  font-family: Oswald Regular, Arial, Helvetica, sans-serif;
}

.contact-form :-moz-placeholder {
  color: #000000;
  font-family: Oswald Regular, Arial, Helvetica, sans-serif;
}

.contact-form .invalid-feedback {
  display: block;
  color: #ff0000;
  font-size: 14px;
  font-family: Oswald Regular, Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
  margin-top: -10px;
  line-height: 20px;
}

.contact-section ul {
  margin: 20px 0 40px 0;
}

.contact-section ul li {
  display: block;
  margin-bottom: 15px;
}

.contact-section ul li span {
  font-family: Oswald Regular, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #000000;
}

.contact-section ul li i {
  width: 20px;
  margin-right: 10px;
  text-align: center;
  font-size: 21px;
}

.contact-section .map {
  margin-top: 40px;
}

.contact-section .map iframe {
  width: 100%;
  height: 600px;
}

@media (max-width: 991px) {
  .contact-section .map iframe {
    height: 300px;
  }
}

@media (max-width: 991px) {
  #main .main-content .main-row {
    display: -ms-grid;
    display: grid;
  }
  #main .main-content .main-row .side {
    order: 2;
    margin-top: 30px;
  }
  #main .main-content .main-row .custom-container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #main {
    padding-top: 15px;
  }
}

/*# sourceMappingURL=contact.css.map */

/*# sourceMappingURL=contact.css.map */
