/*!==============================
 * Theme Name: Haus
 * Theme URL: https://probootstrap.com/haus-free-real-estate-html5-website-template
 * Version: 1.0
 * Author: ProBootstrap.com
 * Author URL: https://probootstrap.com
 * License: Released for free under the Creative Commons Attribution 3.0 license (probootstrap.com/license)
 */
:root {
  --orange: #faa61a;
  --blue: #003471;
  --purple: #411662;
  --gold: #c5a767;
  --green: #8dc63f;
  --shadow-big: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  --shodow-xs: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}


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

html {
  overflow-x: hidden;
  font-size: 1em;
}

body {
  background: #070909;
  font-size: 14px;
  font-family: "Gothic A1", sans-serif!important;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  overflow-x: hidden;
}

* {

}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

h1, .page-title h1, h2, .section-heading h2, h3, .probootstrap-card .probootstrap-card-text .probootstrap-card-heading, .service .heading, .service.left-icon h3, h4, .probootstrap-panel .panel .panel-title {
  margin: 1.414em 0 0.5em;
  line-height: 1.2;
  font-weight: 300;
  color: #ffffff;
}

h1, .page-title h1 {
  margin-top: 0;
  font-size: 1.602em;
}

h2, .section-heading h2 {
  font-size: 1.424em;
}

h3, .probootstrap-card .probootstrap-card-text .probootstrap-card-heading, .service .heading, .service.left-icon h3 {
  font-size: 1.266em;
}

h4, .probootstrap-panel .panel .panel-title {
  font-size: 1.125em;
}

small, .font_small {
  font-size: 0.889em;
}

p, ul, ol, figure {
  margin-bottom: 1.3em;
}

a {
  -webkit-transition: .3s all;
  transition: .3s all;
  color: #faa61a;
}

a:hover, a:focus {
  color: #f2f2f2;
  text-decoration: none !important;
}

a.hover-reverse {
  color: #ffffff;
}

a.hover-reverse:hover, a.hover-reverse:focus, a.hover-reverse:active {
  color: #faa61a;
  text-decoration: none;
}

.probootstrap-header {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  z-index: 12;
  position: absolute;
  top: 0;
}

@media (max-width: 578px) {
    .probootstrap-header {
        padding-bottom: 10px;
        padding-top: 25px;
    }
    .home-first-sec {
        margin-top: 70px!important;
    }
}

.probootstrap-logo {
  float: left;
  color: #ffffff;
  padding-left: 0px;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}

.probootstrap-logo:hover, .probootstrap-logo:focus, .probootstrap-logo:active {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .probootstrap-logo {
    padding-left: 0px;
  }
  header {
    /*background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); */
    /*background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); */
    /*background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 ); */
    background: #070909;
  }
}

.probootstrap-nav {
  text-align: left;
  float: right;
  width: auto;
  position: relative;
  margin-top: 15px;
}

.probootstrap-logo img {
  width: 10em;
  vertical-align: bottom;
}

.probootstrap-mobile-menu-active .probootstrap-nav {
  text-align: left;
  position: fixed;
  display: block !important;
  overflow-y: auto;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-right: 0;
  z-index: 1100;
  height: 100vh;
  width: 80vw;
  margin-top:0;
  background: #000000;
  padding: 40px;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
  -webkit-transform: translateX(80vw);
  transform: translateX(80vw);
}

.probootstrap-mobile-menu-active .probootstrap-nav .extra-text {
  display: block;
  float: left;
  clear: both;
  margin-top: 30px;
  color: #ffffff;
}

.probootstrap-mobile-menu-active .probootstrap-nav .extra-text .social-buttons {
  padding: 0;
  margin: 0 0 20px 0;
}

.probootstrap-mobile-menu-active .probootstrap-nav .extra-text .social-buttons li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0;
  margin: 0;
}

.probootstrap-mobile-menu-active .probootstrap-nav .extra-text .social-buttons li a {
  color: #ffffff;
  padding: 10px;
}

.probootstrap-mobile-menu-active .probootstrap-nav .extra-text .social-buttons li:first-child a {
  padding-left: 0;
}

.probootstrap-mobile-menu-active .probootstrap-nav .extra-text h5 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .1em;
  color: rgba(255, 255, 255, 0.5);
}

.probootstrap-mobile-menu-active.show .probootstrap-nav {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.probootstrap-main-nav {
  margin: 0;
  padding: 0;
  text-align: left;
}

.probootstrap-mobile-menu-active .probootstrap-main-nav {
  float: left;
  margin-top: 40px;
  width: 100%;
  /*margin-left: -25%;*/
}

.probootstrap-main-nav li {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  display: inline;
  font-size: 10px;
}

.menu-item-has-children:after {
  content: '\e928';
  font-family: 'icomoon';
  font-size: 10px;
  padding: 0 5px;
  font-weight: 600;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  color: white;
}

.probootstrap-mobile-menu-active .probootstrap-main-nav li {
  margin-bottom: 10px;
  display: block;
  padding-left: 0;
  padding-right: 0;
}

.probootstrap-main-nav li a{
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  letter-spacing: 0.5px;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
}

.probootstrap-main-nav li a:hover,
.menu-item-has-children:hover:after {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px;
}

.probootstrap-main-nav .menu-item-has-children .sub-menu{
  margin-left: 20%;
  background: #000;
  box-shadow: var(--shadow-big)!important;
  /*margin-top: 10px;*/
  padding: 20px 10px;
  border-radius: 5px;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  pointer-events: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0 1px 10px 0 var(--box-shadow-medium);
  box-shadow: 0 1px 10px 0 var(--box-shadow-medium);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.probootstrap-main-nav .menu-item-has-children .active-sub-menu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); 
}

.probootstrap-mobile-menu-active.show .probootstrap-main-nav li a {
  color: #ffffff;
}

.probootstrap-mobile-menu-active .probootstrap-main-nav li a {
  margin-bottom: 10px;
  padding: 5px 0;
  display: block;
}

.probootstrap-mobile-menu-active .probootstrap-main-nav li a {
  border-bottom: none !important;
}

.probootstrap-mobile-menu-active .probootstrap-main-nav li a:hover {
  color: #ffffff;
}

.probootstrap-main-nav li.probootstrap-cta {
  margin-left: 20px;
}

.probootstrap-main-nav li.probootstrap-cta a {
  border: 2px solid #ffffff;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px;
}

.probootstrap-main-nav li.probootstrap-cta a:hover {
  background: #ffffff;
  color: #faa61a;
}

.probootstrap-mobile-menu-active .probootstrap-main-nav li.probootstrap-cta {
  margin-left: 0px;
  margin-top: 20px;
}

.probootstrap-mobile-menu-active .probootstrap-main-nav li.probootstrap-cta a {
  padding-top: 2px;
  padding-bottom: 2px;
}

.probootstrap-main-nav li.active > a,
.probootstrap-main-nav li.active.menu-item-has-children:after,
.probootstrap-main-nav li.active li a.active {
  color: #faa61a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

.probootstrap-main-nav li.active a:hover {
  color: #ffffff;
}

.probootstrap-mobile-menu-active .probootstrap-main-nav li.active a {
  color: #faa61a;
}

.probootstrap-mobile-menu-active .probootstrap-main-nav li {
  display: block;
}

.mobile-menu-overlay {
  z-index: 1099;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.probootstrap-mobile-menu-active.show .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}

.probootstrap-header-social {
  position: absolute;
  top: 34px;
  right: 60px;
}

.probootstrap-header-social li {
  display: inline;
  list-style: none;
  margin-left: 5px;
}

.probootstrap-header-social li a {
  color: #ffffff;
}

.probootstrap-right-nav {
  position: absolute;
  top: 3px;
  right: 0;
  margin: 0;
  padding: 0;
}

.probootstrap-right-nav li {
  padding: 0;
  margin: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  list-style: none;
}

.probootstrap-right-nav li a {
  padding: 0 10px;
}

.probootstrap-burger-menu {
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 1200;
}

.probootstrap-burger-menu i {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 2px;
  color: #ffffff;
  font: bold 14px/.4 Helvetica, arial;
  text-transform: uppercase;
  text-indent: -55px;
  background: #ffffff;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.probootstrap-burger-menu i::before, .probootstrap-burger-menu i::after {
  content: '';
  width: 18px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.probootstrap-burger-menu i::before {
  top: -7px;
}

.probootstrap-burger-menu i::after {
  bottom: -7px;
}

.probootstrap-burger-menu:hover i::before {
  top: -10px;
}

.probootstrap-burger-menu:hover i::after {
  bottom: -10px;
}

.probootstrap-burger-menu.active i {
  background: transparent;
}

.probootstrap-burger-menu.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.probootstrap-burger-menu.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.probootstrap-mobile-menu-active.show .probootstrap-burger-menu i {
  color: #ffffff;
  background: #000000;
}

.probootstrap-mobile-menu-active.show .probootstrap-burger-menu i::before, .probootstrap-mobile-menu-active.show .probootstrap-burger-menu i::after {
  background: #ffffff;
}

.probootstrap-burger-menu {
  position: absolute;
  top: 30px;
  right: 20px;
}

.btn {
  border: none;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  -webkit-transition: .3s all ease-in;
  transition: .3s all ease-in;
}

.btn.btn-sm {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}

.btn.btn-lg {
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn.btn-primary {
  border: 2px solid #faa61a;
  background: #faa61a;
  color: #ffffff;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

.btn.btn-primary:focus, .btn.btn-primary:active {
  outline: none;
  border: 2px solid #fff;
}

.btn.btn-ghost {
  background: transparent;
  border: 2px solid #faa61a;
  color: #faa61a;
}

.btn.btn-ghost:hover {
  background: #faa61a;
  color: #ffffff;
  border: 2px solid #faa61a;
}

.btn.btn-ghost:focus, .btn.btn-ghost:active {
  outline: none;
  background: transparent;
  color: #faa61a;
  border: 2px solid #faa61a;
}

.btn.btn-ghost.btn-ghost-white {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-ghost.btn-ghost-white:hover {
  background: #ffffff;
  color: #faa61a;
}

.btn.btn-ghost.btn-ghost-white:focus, .btn.btn-ghost.btn-ghost-white:active {
  outline: none;
  background: #ffffff;
  color: #faa61a;
  border: 2px solid #ffffff;
}

.btn.btn-black {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

.btn.btn-black:hover {
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

.btn.btn-black:focus, .btn.btn-black:active {
  outline: none;
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

.probootstrap-section {
  padding: 4em 0;
  position: relative;
  z-index: 2;
}

.probootstrap-section.probootstrap-section-sm {
  padding: 3em 0;
}

.probootstrap-section.probootstrap-border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.probootstrap-section.probootstrap-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.probootstrap-section > .container.probootstrap-border-top {
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.probootstrap-section.probootstrap-section-colored, .probootstrap-section.probootstrap-section-dark {
  background: #faa61a;
  background: #ddf0f3;
  background: -webkit-gradient(left top, right top, color-stop(0%, #ddf0f3), color-stop(100%, #faa61a));
  background: -webkit-gradient(linear, left top, right top, from(#ddf0f3), to(#faa61a));
  background: linear-gradient(to right, #ddf0f3 0%, #faa61a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$firstcolor, endColorstr=$secondcolor, GradientType=1 );
}

.probootstrap-section.probootstrap-section-colored .section-heading h2, .probootstrap-section.probootstrap-section-dark .section-heading h2 {
  color: white;
}

.probootstrap-section.probootstrap-section-colored .section-heading p, .probootstrap-section.probootstrap-section-dark .section-heading p {
  color: rgba(255, 255, 255, 0.6);
}

.probootstrap-section.probootstrap-section-colored .heading-with-icon, .probootstrap-section.probootstrap-section-dark .heading-with-icon {
  color: #faa61a;
}

.probootstrap-section.probootstrap-section-colored .heading-with-icon i, .probootstrap-section.probootstrap-section-dark .heading-with-icon i {
  color: #faa61a;
}

.probootstrap-section.probootstrap-section-colored p, .probootstrap-section.probootstrap-section-dark p {
  color: white;
}

.probootstrap-section.probootstrap-section-dark {
  background: #222222;
  color: white;
}

.probootstrap-section.probootstrap-section-dark .section-heading h2 {
  color: white;
}

.probootstrap-section.probootstrap-section-dark .section-heading p {
  color: rgba(255, 255, 255, 0.6);
}

.probootstrap-section.probootstrap-section-dark p {
  color: rgba(255, 255, 255, 0.6);
}

.probootstrap-section.probootstrap-section-lighter {
  background: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .probootstrap-section {
    padding: 3em 0;
  }

  .menu-item-has-children:after {
    font-size: 12px;
  }

  .probootstrap-mobile-menu-active .probootstrap-main-nav li.menu-item-has-children a{
     margin-right: 10px;
    display: inline
  }
}

.probootstrap-section.probootstrap-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 8em 0;
}

.probootstrap-section.probootstrap-bg:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.probootstrap-section.probootstrap-bg .heading {
  margin-top: 0;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.probootstrap-section.probootstrap-bg .sub-heading {
  font-size: 20px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.probootstrap-section.probootstrap-bg .container {
  position: relative;
  z-index: 2;
}

.probootstrap-cta {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 50px 0;
  float: left;
  width: 100%;
}

.probootstrap-cta.border-bototm-none {
  border-bottom: none;
}

.probootstrap-cta *:last-child {
  margin-bottom: 0;
}

.probootstrap-cta h2 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

.probootstrap-relative {
  position: relative;
}

.probootstrap-owl-navigation {
  margin: 0;
  padding: 0;
}

.probootstrap-owl-navigation.absolute {
  position: absolute;
  top: 2px;
}

@media screen and (max-width: 768px) {
  .probootstrap-owl-navigation.absolute {
    position: relative;
    margin-bottom: 40px;
  }
}

.probootstrap-owl-navigation.absolute.right {
  right: 10px;
}

.probootstrap-owl-navigation.absolute.left {
  left: 0;
}

.probootstrap-owl-navigation li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.probootstrap-owl-navigation li a {
  font-size: 30px;
  padding: 0px;
  color: #cccccc;
}

.probootstrap-owl-navigation li a:hover {
  color: #333333;
}

.probootstrap-footer-widget {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.probootstrap-footer-widget .heading {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .1em;
  margin-bottom: 30px;
  font-weight: 400;
}

.probootstrap-footer-widget.right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .probootstrap-footer-widget.right {
    text-align: left;
  }
}

.probootstrap-footer {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  padding: 5em 0;
}

@media screen and (max-width: 768px) {
  .probootstrap-footer {
    padding: 3em 0;
  }
}

.probootstrap-footer.probootstrap-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 1em 0;
  position: relative;
}

.probootstrap-footer.probootstrap-bg a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
}

.probootstrap-footer.probootstrap-bg a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.probootstrap-footer.probootstrap-bg h2, .probootstrap-footer.probootstrap-bg h3, .probootstrap-footer.probootstrap-bg .probootstrap-card .probootstrap-card-text .probootstrap-card-heading, .probootstrap-card .probootstrap-card-text .probootstrap-footer.probootstrap-bg .probootstrap-card-heading, .probootstrap-footer.probootstrap-bg .service .heading, .service .probootstrap-footer.probootstrap-bg .heading, .probootstrap-footer.probootstrap-bg h4, .probootstrap-footer.probootstrap-bg .probootstrap-panel .panel .panel-title, .probootstrap-panel .panel .probootstrap-footer.probootstrap-bg .panel-title {
  color: #ffffff;
}

.probootstrap-footer.probootstrap-bg:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.probootstrap-footer > .container {
  position: relative;
  z-index: 2;
}

.probootstrap-footer form .form-control {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 46px;
  color: #ffffff;
  -webkit-transition: .3s all ease-in;
  transition: .3s all ease-in;
}

.probootstrap-footer form .form-control:focus, .probootstrap-footer form .form-control:active {
  outline: none;
  border: 1px solid #ffffff;
}

.probootstrap-footer form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}

.probootstrap-footer form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}

.probootstrap-footer form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}

.probootstrap-footer form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}

.probootstrap-footer form .form-field {
  position: relative;
}

.probootstrap-footer form .btn.btn-subscribe {
  height: 40px;
  line-height: 0px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
  border-radius: 4px;
  border: none;
  position: absolute;
  top: 3px;
  right: 3px;
  padding-left: 15px;
  padding-right: 15px;
  background: #faa61a;
  color: #000;
}

.probootstrap-footer form .btn.btn-subscribe:hover, .probootstrap-footer form .btn.btn-subscribe:active, .probootstrap-footer form .btn.btn-subscribe:focus {
  color: #000000;
  background: #ffffff;
}

.probootstrap-footer .copyright p {
  font-size: 15px;
}

.probootstrap-link-wrap {
  padding-left: 40px;
}

@media screen and (max-width: 970px) {
  .probootstrap-link-wrap {
    padding-left: 0;
  }
}

.stack-link {
  padding: 0;
  margin: 0;
  display: block;
}

.stack-link li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.stack-link small {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.2);
}

.stack-link a:hover small {
  color: #ffffff;
}

.section-heading {
  margin-bottom: 50px;
}

.section-heading h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

.lead {
  font-size: 1.125em;
  line-height: 1.65;
}

figure {
  margin-bottom: 30px;
}

figure figcaption {
  margin-top: 20px;
  display: block;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-style: italic;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

figure:hover figcaption, figure:focus figcaption {
  color: rgba(255, 255, 255, 0.9);
}

.img-border {
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
}

.probootstrap-panel .panel {
  background: none;
  border: none;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.probootstrap-panel .panel .panel-title {
  margin: 0 !important;
  padding: 0 !important;
}

.probootstrap-panel .panel .panel-heading {
  background: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.probootstrap-panel .panel .panel-heading a {
  padding-top: 10px !important;
  padding-bottom: 15px !important;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}

.probootstrap-panel .panel .panel-heading a:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9f7";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.probootstrap-panel .panel .panel-heading a:hover {
  color: var(--orange);
}

.probootstrap-panel .panel .panel-heading a[aria-expanded="true"] {
  color: #faa61a;
  font-weight: 600;
}

.probootstrap-panel .panel .panel-heading a[aria-expanded="true"]:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9e3";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.probootstrap-panel .panel .panel-body {
  border: none !important;
}

.probootstrap-panel .panel .panel-body *:last-child {
  margin-bottom: 0;
}

.probootstrap-video {
  position: relative;
}

.probootstrap-video .probootstrap-video-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.probootstrap-video .probootstrap-video-play i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.probootstrap-video .probootstrap-video-play:hover i {
  color: white;
}

.probootstrap-video .probootstrap-video-play:active, .probootstrap-video .probootstrap-video-play:focus {
  outline: none;
}

.slides-text {
  z-index: 99;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.slides-text h2 {
  font-weight: 100;
  font-size: 50px;
  color: #ffffff;
  text-transform: uppercase;
}

.flexslider .slides .slides-text img{
  height: 80px;
  margin-bottom:8em;
}

@media screen and (max-width: 768px) {
  .slides-text h2 {
    font-size: 30px;
  }
}

.slides-text p {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .slides-text p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .slides-text {
    padding-top: 150px;
  }
}

.probootstrap-card {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.probootstrap-card .probootstrap-card-media.icon {
  font-size: 30px;
}

.probootstrap-card .probootstrap-card-media.svg-sm .svg {
  height: 80px;
  margin-bottom: 0;
}

.probootstrap-card .probootstrap-card-media.colored .svg {
  fill: #faa61a;
}

.probootstrap-card .probootstrap-card-text {
  padding: 20px;
}

.probootstrap-card .probootstrap-card-text .probootstrap-card-heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.probootstrap-card .probootstrap-card-text p:last-child {
  margin-bottom: 0;
}

.probootstrap-card.probootstrap-listing {
  margin-bottom: 20px;
  background: #ffffff;
  float: left;
  width: 100%;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  position: relative;
  top: 0;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-media {
  position: relative;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-media .probootstrap-love {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: -20px;
  right: 15px;
  background: #ffffff;
  -webkit-transition: .3s all ease-in;
  transition: .3s all ease-in;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-box-shadow: 0px 6px 8px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 8px -6px rgba(0, 0, 0, 0.1);
}

.probootstrap-card.probootstrap-listing .probootstrap-card-media .probootstrap-love:hover, .probootstrap-card.probootstrap-listing .probootstrap-card-media .probootstrap-love:focus {
  -webkit-box-shadow: 0px 2px 8px -6px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 8px -6px rgba(0, 0, 0, 0.7);
  background: #faa61a;
  color: #ffffff;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-media .probootstrap-love.active {
  -webkit-box-shadow: 0px 6px 8px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 8px -6px rgba(0, 0, 0, 0.1);
  background: #faa61a;
  color: #ffffff;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-location {
  display: table;
  margin-bottom: 20px;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-location i, .probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-location span {
  display: table-cell;
  vertical-align: top;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-location i {
  position: relative;
  top: 2px;
  width: 25px;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-location span {
  font-weight: 400;
  font-size: 14px;
  color: #bdbdbd;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-category {
  margin-bottom: 5px;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-category span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 2px 10px;
  border-radius: 4px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-category.for-sale span {
  background: #faa61a;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-category.for-rent span {
  background: #EE5A5A;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-price {
  font-size: 16px;
  color: #bdbdbd;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-text .probootstrap-listing-price strong {
  font-size: 30px;
  font-weight: 300;
  color: #faa61a;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-extra {
  float: left;
  background: #ffffff;
  width: 100%;
  border-top: 1px solid #f0f0f0;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-extra ul {
  padding: 0 20px;
  margin: 0;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-extra ul li {
  width: 25%;
  float: left;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  color: #000000;
}

.probootstrap-card.probootstrap-listing .probootstrap-card-extra ul li span {
  display: block;
  color: #bdbdbd;
}

.probootstrap-card.probootstrap-listing:focus, .probootstrap-card.probootstrap-listing:hover {
  top: -20px;
  -webkit-box-shadow: 0px 6px 68px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 68px -6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .probootstrap-card.probootstrap-listing:focus, .probootstrap-card.probootstrap-listing:hover {
    top: 0;
  }
}

.probootstrap-card.probootstrap-person {
  margin-bottom: 30px;
  padding: 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.probootstrap-card.probootstrap-person h2 {
  color: #ffffff !important;
}

.probootstrap-card.probootstrap-person .probootstrap-card-media {
  padding-top: 30px;
}

.probootstrap-card.probootstrap-person .probootstrap-card-media img {
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
}

.probootstrap-card.probootstrap-person small {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
}

.page-title {
  margin-top: 120px;
  margin-bottom: 50px;
  text-align: left;
  float: left;
  width: 100%;
}

.page-title h1 {
  text-transform: uppercase;
  color: white;
  font-weight: 300;
}

.probootstrap-home-search {
  padding: 30px;
  background: rgba(0, 0, 0, 0.85);
  margin-top: 300px;
  color: #ffffff;
  text-align: center;
  float: left;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 68px -6px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 6px 68px -6px rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 768px) {
  .probootstrap-home-search {
    margin-top: 100px;
  }
}

.probootstrap-home-search form {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.probootstrap-home-search a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}

.probootstrap-home-search a:hover {
  color: white;
}

.probootstrap-home-search .heading {
  font-size: 24px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 300;
}

.probootstrap-home-search .probootstrap-field-group .probootstrap-fields {
  width: calc(100% - 200px);
  text-align: left;
  float: left;
}

@media screen and (max-width: 768px) {
  .probootstrap-home-search .probootstrap-field-group .probootstrap-fields {
    width: 100%;
  }
}

.probootstrap-home-search .probootstrap-field-group .probootstrap-fields input, .probootstrap-home-search .probootstrap-field-group .probootstrap-fields select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  width: 100%;
}

.probootstrap-home-search .probootstrap-field-group .probootstrap-fields input:active, .probootstrap-home-search .probootstrap-field-group .probootstrap-fields input:focus, .probootstrap-home-search .probootstrap-field-group .probootstrap-fields select:active, .probootstrap-home-search .probootstrap-field-group .probootstrap-fields select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

.probootstrap-home-search .probootstrap-field-group .probootstrap-fields .search-field,
.probootstrap-home-search .probootstrap-field-group .probootstrap-fields .search-category {
  position: relative;
}

.probootstrap-home-search .probootstrap-field-group .probootstrap-fields .search-field i,
.probootstrap-home-search .probootstrap-field-group .probootstrap-fields .search-category i {
  position: absolute;
  color: rgba(0, 0, 0, 0.3);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.probootstrap-home-search .probootstrap-field-group .probootstrap-fields .search-field {
  float: left;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .probootstrap-home-search .probootstrap-field-group .probootstrap-fields .search-field {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
  }
}

.probootstrap-home-search .probootstrap-field-group .probootstrap-fields .search-field i {
  left: 10px;
}

.probootstrap-home-search .probootstrap-field-group .probootstrap-fields .search-field input {
  padding-left: 40px;
}

.probootstrap-home-search .probootstrap-field-group .probootstrap-fields .search-category {
  width: 40%;
  float: left;
  position: relative;
}

@media screen and (max-width: 768px) {
  .probootstrap-home-search .probootstrap-field-group .probootstrap-fields .search-category {
    width: 100%;
  }
}

.probootstrap-home-search .probootstrap-field-group .probootstrap-fields .search-category i {
  right: 10px;
}

.probootstrap-home-search .probootstrap-field-group .probootstrap-fields .search-category:before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.probootstrap-home-search .probootstrap-field-group .btn {
  border-radius: 0;
  height: 50px;
  width: 200px;
  float: right;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .probootstrap-home-search .probootstrap-field-group .btn {
    width: 100%;
  }
}

.t2 {
  top: 2px;
  position: relative;
}

.image-popup {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.probootstrap-cart a {
  position: relative;
}

.probootstrap-cart a .number {
  letter-spacing: .0em;
  position: absolute;
  top: 0;
  left: 10px;
  display: inline-block;
  width: 25px;
  font-size: 12px;
  height: 25px;
  margin-top: -5px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background: #faa61a;
  color: #ffffff;
}

.product-item, .media-item {
  -webkit-box-shadow: 0px 6px 68px -6px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 6px 68px -6px rgba(0, 0, 0, 0.09);
  background: #ffffff;
  margin-bottom: 30px;
  border-radius: 7px;
  overflow: hidden;
}

.product-item figure, .media-item figure {
  margin-bottom: 0;
}

.product-item .text, .media-item .text {
  padding: 20px;
}

.product-item .text .heading, .media-item .text .heading {
  font-size: 20px;
  margin-top: 0;
  line-height: 1.4;
}

.product-item .text p:last-child, .media-item .text p:last-child {
  margin-bottom: 0;
}

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

.probootstrap-half .image-wrap, .probootstrap-half .text {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .probootstrap-half .image-wrap, .probootstrap-half .text {
    width: 100%;
  }
}

.probootstrap-half .image-wrap {
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .probootstrap-half .image-wrap {
    height: 400px;
    width: 100%;
  }
}

.probootstrap-half .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: .8s all ease-in-out;
  transition: .8s all ease-in-out;
  background-color: #faa61a;
}

.probootstrap-half .text {
  padding: 100px;
  background: #222222;
}

@media screen and (max-width: 1000px) {
  .probootstrap-half .text {
    width: 100%;
    padding: 30px 15px;
    float: left;
  }
}

.probootstrap-half .text .subtitle {
  color: rgba(255, 255, 255, 0.2);
}

.probootstrap-half .text h2, .probootstrap-half .text h3, .probootstrap-half .text .probootstrap-card .probootstrap-card-text .probootstrap-card-heading, .probootstrap-card .probootstrap-card-text .probootstrap-half .text .probootstrap-card-heading, .probootstrap-half .text .service .heading, .service .probootstrap-half .text .heading, .probootstrap-half .text h4, .probootstrap-half .text .probootstrap-panel .panel .panel-title, .probootstrap-panel .panel .probootstrap-half .text .panel-title, .probootstrap-half .text h5 {
  color: #ffffff;
}

.probootstrap-half .text h3, .probootstrap-half .text .probootstrap-card .probootstrap-card-text .probootstrap-card-heading, .probootstrap-card .probootstrap-card-text .probootstrap-half .text .probootstrap-card-heading, .probootstrap-half .text .service .heading, .service .probootstrap-half .text .heading {
  line-height: 30px;
  font-size: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .probootstrap-half .text h3, .probootstrap-half .text .probootstrap-card .probootstrap-card-text .probootstrap-card-heading, .probootstrap-card .probootstrap-card-text .probootstrap-half .text .probootstrap-card-heading, .probootstrap-half .text .service .heading, .service .probootstrap-half .text .heading {
    font-size: 24px;
    line-height: 24px;
  }
}

.probootstrap-half .text p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

.probootstrap-half.reverse {
  position: relative;
}

.probootstrap-half.reverse .image-wrap {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .probootstrap-half.reverse .image-wrap {
    position: relative;
    height: 400px;
  }
}

.probootstrap-half .btn-ghost-white {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.probootstrap-half .btn-ghost-white:hover, .probootstrap-half .btn-ghost-white:active, .probootstrap-half .btn-ghost-white:focus {
  background: none !important;
  color: #ffffff !important;
  border-color: #faa61a !important;
}

.probootstrap-half .service-item {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.probootstrap-half .service-item .number {
  font-weight: 700;
  font-size: 100px;
  left: 0px;
  margin-left: -50px;
  top: 0;
  color: rgba(255, 255, 255, 0.05);
  z-index: 1;
  line-height: 100px;
  position: absolute;
}

.probootstrap-hover-overlay {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: .7s all ease-out;
  transition: .7s all ease-out;
  margin-bottom: 10px;
}

.probootstrap-hover-overlay img {
  position: relative;
  z-index: 1;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.probootstrap-hover-overlay:before {
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.probootstrap-hover-overlay .probootstrap-text-overlay {
  text-align: center;
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  -webkit-transition: .4s all ease-out;
  transition: .4s all ease-out;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.probootstrap-hover-overlay .probootstrap-text-overlay h3, .probootstrap-hover-overlay .probootstrap-text-overlay .probootstrap-card .probootstrap-card-text .probootstrap-card-heading, .probootstrap-card .probootstrap-card-text .probootstrap-hover-overlay .probootstrap-text-overlay .probootstrap-card-heading, .probootstrap-hover-overlay .probootstrap-text-overlay .service .heading, .service .probootstrap-hover-overlay .probootstrap-text-overlay .heading {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 0;
}

.probootstrap-hover-overlay .probootstrap-text-overlay p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.probootstrap-hover-overlay .probootstrap-text-overlay p:last-child {
  margin-bottom: 0;
}

.probootstrap-hover-overlay:hover:before {
  opacity: 1;
  visibility: visible;
}

.probootstrap-hover-overlay:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.probootstrap-block-image {
  margin-bottom: 40px;
  float: left;
  width: 100%;
}

.probootstrap-block-image figure {
  width: 200px;
  margin: 0 auto;
}

.probootstrap-block-image figure img {
  max-width: 100%;
  border-radius: 50%;
}

.probootstrap-block-image h4, .probootstrap-block-image .probootstrap-panel .panel .panel-title, .probootstrap-panel .panel .probootstrap-block-image .panel-title {
  font-size: 20px;
  text-transform: uppercase;
}

.probootstrap-social {
  padding: 0;
  margin: 0;
}

.probootstrap-social li {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}

.probootstrap-social li a {
  padding: 10px;
  font-size: 22px;
}

.probootstrap-social li a:hover {
  text-decoration: none !important;
}

.probootstrap-social li:first-child > a {
  padding-left: 0;
}

.service {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  padding: 20px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 6px 68px -6px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 6px 68px -6px rgba(0, 0, 0, 0.09);
}

.service .icon {
  position: relative;
  display: block;
  margin-bottom: 10px;
  margin: 0 auto;
  text-align: center;
}

.service .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 30px;
  color: #ffffff;
}

.service .heading {
  color: white !important;
}

.service p:last-child {
  margin-bottom: 0;
}

.service.left-icon {
  padding: 0px;
  border: none;
  margin-bottom: 50px !important;
  display: table;
}

.service.left-icon .icon, .service.left-icon .text {
  display: table-cell;
  vertical-align: top !important;
}

.service.left-icon .icon {
  height: 10px !important;
  width: 90px;
  position: relative;
  top: 0px;
  border: none;
}

.service.left-icon .icon i {
  font-size: 40px;
  position: absolute;
  top: 20px;
}

.service.left-icon .text {
  display: table-cell;
}

.service.left-icon .probootstrap-card .probootstrap-card-text .probootstrap-card-heading, .probootstrap-card .probootstrap-card-text .service.left-icon .probootstrap-card-heading, .service.left-icon .heading, .service.left-icon h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.service.left-icon p:last-child {
  margin-bottom: 0;
}

.service.hover_service {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.service.hover_service:hover, .service.hover_service:focus {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}

.probootstrap-form {
  margin-bottom: 50px;
}

.probootstrap-form.probootstrap-form-box {
  background: #ffffff;
  padding: 60px;
  -webkit-box-shadow: 18px 17px 104px -24px rgba(0, 0, 0, 0.1);
  box-shadow: 18px 17px 104px -24px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .probootstrap-form.probootstrap-form-box {
    padding: 20px;
  }
}

.probootstrap-form .form-note-link {
  font-weight: 400;
}

.probootstrap-form .form-note-link a {
  color: rgba(255, 255, 255, 0.4);
}

.probootstrap-form .form-note-link a:hover, .probootstrap-form .form-note-link a:active, .probootstrap-form .form-note-link a:focus {
  color: rgba(255, 255, 255, 0.4);
}

.probootstrap-form label {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}

.probootstrap-form .form-control {
  height: 46px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: none;
  color: #ffffff;
  -webkit-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.probootstrap-form .form-control:active, .probootstrap-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #faa61a;
}

.probootstrap-form textarea.form-control {
  height: inherit;
  resize: vertical;
}

.probootstrap-animate {
  opacity: 0;
  visibility: hidden;
}

.probootstrap-contact-info, .with-icon {
  padding: 0;
  margin: 0 0 30px 0;
  color: rgba(255, 255, 255, 0.4);
}

.probootstrap-contact-info li, .with-icon li {
  padding: 0;
  margin: 20px 0 15px 0;
  list-style: none;
  line-height: 24px;
  display: table;
}

.probootstrap-contact-info li > i, .probootstrap-contact-info li > span, .with-icon li > i, .with-icon li > span {
  vertical-align: top;
  display: table-cell;
}

.probootstrap-contact-info li > i, .with-icon li > i {
  font-size: 20px;
  position: relative;
  top: 4px;
  width: 30px;
}

.with-icon li i {
  top: 4px;
  font-size: 15px;
}

.with-icon.colored i {
  color: #faa61a;
}

.probootstrap-section-heading .sub-heading {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-top: 0;
}

.probootstrap-section-heading .heading {
  margin-top: 0;
}

.row.heading h2 {
  font-size: 28px;
}

/* Flexslider override style */
.slider-height, .flexslider, .flexslider2, .flexslider .slides > li, .flexslider2 .slides > li {
  height: calc(100vh + 20px);
  overflow: hidden;
  margin-top: -20px;
}

@media screen and (max-width: 578px) {
  .slider-height, .flexslider, .flexslider2, .flexslider .slides > li, .flexslider2 .slides > li {
    /*height: inherit;*/
    height: 280px;
  }
}

.flexslider, .flexslider2 {
  position: relative;
  z-index: 2;
  background: #000;
  border: none;
  margin: 0 0 0;
  border-radius: 0px;
  color: rgba(255, 255, 255, 0.7);
}

.flexslider .overlay, .flexslider2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}

.flexslider.page-inner, .flexslider2.page-inner {
  height: 400px;
}

.flexslider.page-inner .slides > li, .flexslider2.page-inner .slides > li {
  height: 400px;
}

.flexslider .btn, .flexslider2 .btn {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.flexslider .slides li  {
  display: table!important;
}

.flexslider .slides li .container{
  display: table-cell;
  vertical-align: middle;
}

.flexslider .probootstrap-heading, .flexslider2 .probootstrap-heading {
  color: #ffffff;
  font-weight: 300;
  font-size: 170px;
  line-height: 60px;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .flexslider .probootstrap-heading, .flexslider2 .probootstrap-heading {
    font-size: 90px;
    line-height: 70px;
  }
}

.flexslider .probootstrap-heading a, .flexslider2 .probootstrap-heading a {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.flexslider .probootstrap-heading a:hover, .flexslider2 .probootstrap-heading a:hover {
  border-bottom: 2px solid white;
}

.flexslider .probootstrap-sub-wrap, .flexslider2 .probootstrap-sub-wrap {
  max-width: 600px;
  text-align: left;
  font-size: 20px;
  line-height: 1.5;
}

.flexslider .probootstrap-sub-wrap a, .flexslider2 .probootstrap-sub-wrap a {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.flexslider .probootstrap-sub-wrap a:hover, .flexslider2 .probootstrap-sub-wrap a:hover {
  border-bottom: 2px solid white;
}

.flexslider .text-center .probootstrap-sub-wrap, .flexslider2 .text-center .probootstrap-sub-wrap {
  margin: 0 auto;
  text-align: center;
}

.flexslider .slides > li, .flexslider2 .slides > li {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.flexslider .slides > li.overlay:before, .flexslider2 .slides > li.overlay:before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.flexslider .slides > li.overlay2:before, .flexslider2 .slides > li.overlay2:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.flexslider .flex-control-paging, .flexslider2 .flex-control-paging {
  position: absolute;
  bottom: 30px;
  z-index: 20;
}

@media screen and (max-width: 480px) {
  .flexslider .flex-direction-nav, .flexslider2 .flex-direction-nav {
    display: none;
  }
}

.flexslider .flex-direction-nav a, .flexslider2 .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 50;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 30px;
}

.flexslider .flex-direction-nav a:hover, .flexslider .flex-direction-nav a:active, .flexslider .flex-direction-nav a:focus, .flexslider2 .flex-direction-nav a:hover, .flexslider2 .flex-direction-nav a:active, .flexslider2 .flex-direction-nav a:focus {
  outline: none;
}

.flexslider .flex-direction-nav a:before, .flexslider2 .flex-direction-nav a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\e929";
  -webkit-transition: .3s all;
  transition: .3s all;
  font-size: 30px;
  display: inline-block;
  color: white;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flexslider .flex-direction-nav a.flex-next:before, .flexslider2 .flex-direction-nav a.flex-next:before {
  content: "\e92a";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flex-direction-nav .flex-prev {
  left: 50px;
}

.flex-direction-nav .flex-next {
  right: 50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 60px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover,
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 60px;
}

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  -webkit-transition: .3s all;
  transition: .3s all;
  border: 2px solid transparent;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(255, 255, 255, 0.8);
}

.flex-control-paging li a.flex-active {
  background: none;
  cursor: default;
  border: 2px solid white;
}

/* Owl carousel override style */
.owl-carousel {
  margin-bottom: 100px;
}

.owl-carousel.border-rounded .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999;
  position: absolute;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 20px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 20px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000000;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 24px;
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 12px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
  background: rgba(0, 0, 0, 0.7) !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: -30px;
  margin-bottom: -2.5em;
}

.owl-work.owl-theme .owl-dots {
  bottom: -30px;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .2s all;
  transition: .2s all;
  border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid rgba(0, 0, 0, 0.2);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #000000;
}

.probootstrap-testimony-wrap {
  max-width: 700px;
  margin: 0 auto;
  display: table;
}

@media screen and (max-width: 980px) {
  .probootstrap-testimony-wrap {
    display: block;
    text-align: center !important;
  }
}

.probootstrap-testimony-wrap figure, .probootstrap-testimony-wrap blockquote {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 980px) {
  .probootstrap-testimony-wrap figure, .probootstrap-testimony-wrap blockquote {
    width: 100%;
    display: block;
  }
}

.probootstrap-testimony-wrap figure {
  width: 120px;
  margin: 0 auto 50px auto;
}

.probootstrap-testimony-wrap figure img {
  border-radius: 50%;
}

@media screen and (max-width: 980px) {
  .probootstrap-testimony-wrap figure {
    width: 100%;
  }
  .probootstrap-testimony-wrap figure img {
    max-width: inherit;
    width: 120px !important;
    margin: 0 auto;
  }
}

.probootstrap-testimony-wrap blockquote {
  padding-left: 40px;
  border-left: none;
}

.probootstrap-testimony-wrap .author {
  margin-top: 50px;
  display: block;
  font-size: 14px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.image-link {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* This block of CSS adds opacity transition to background */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0;
}

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0;
}

/* aligns caption to center */
.mfp-title {
  text-align: center;
  padding: 6px 0;
}

.image-source-link {
  color: #DDD;
}

.probootstrap-gutter0 > div[class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 480px) {
  .probootstrap-gutter0 > div[class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.probootstrap-gutter10 > div[class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

@media screen and (max-width: 480px) {
  .probootstrap-gutter10 > div[class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.probootstrap-gutter40 > div[class*='col-'] {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 480px) {
  .probootstrap-gutter40 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.probootstrap-gutter60 > div[class*='col-'] {
  padding-right: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 480px) {
  .probootstrap-gutter60 > div[class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.probootstrap-black-color {
  color: #000000 !important;
}

.probootstrap-white-color {
  color: #ffffff !important;
}

.probootstrap-primary-color {
  color: #faa61a !important;
}

.probootstrap-secondary-color {
  color: #ddf0f3 !important;
}

@media screen and (max-width: 768px) {
  .img-sm-responsive {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .img-xs-responsive {
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.probootstrap-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  /*background: #ffffff url(../img/preloader.gif) center no-repeat;*/
  background-color: #000;
  background-image: url('../img/logo1.svg');
  background-position: center center;
  background-size: 100px auto;
  background-repeat: no-repeat;
  display: table;
}

.preloader_inner {
  text-align: center;
  width: 100vw;
  height: 100px;
  vertical-align: middle;
  display: table-cell;
  letter-spacing: 1px;
/*  transform: translateY(70px);
  -webkit-transform: translateY(70px);*/
  padding-top: 90px;
  padding-left: 8px;
}

.gototop {
  position: fixed;
  bottom: -20px;
  right: 20px;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.gototop.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
  border-radius: 4px;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
  background: rgba(0, 0, 0, 0.9);
}
.home-section {
  display:table;
  width:100%;
}

.home-section-bg {
  height: 100%;
  background-size: cover;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
}

.home-section-des {
  margin-top: 0;
  width: 33%;
}

#home .home-section-des .btn {
  background: none;
  border: 1px solid #fff;
  font-size: 12px;
  padding: 10px 20px;
}

#home .home-section-des .btn:hover {
  background: #fff;
  border: 1px solid #fff;
  font-size: 12px;
  padding: 10px 20px;
  color: #000;
}

#home .home-section-des h2 {
  font-size: 3vw;
  font-weight: 300;
  letter-spacing: 2px;
  margin-top: 10%;
}

#home .home-section-des span,
#home .mob-wrap span {
  font-style: normal;
}

#home .home-section-des span.des-small,
#home .mob-wrap span.des-small  {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5vw;
  text-transform: uppercase;
  letter-spacing: 0;
}

#home .home-section-des.des-left {
  float: left;
  margin-left: 10%;
}

#home .home-section-des.des-right {
  float: right;
}

.to-absolute {
  position:absolute!important;
}

#contact .addr h4{
  font-weight: 900;
  font-size: 3em;
}

.tobnw {
  -webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
}

.map-overlay {
  width: 100%;
  height: 100%;
  background: var(--orange);
  position: absolute;
  mix-blend-mode: screen;
}

#contact .container .row {
  display: flex!important;
}

#home .row {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

#contact .contact-line {
  background: var(--orange);
  width: 75%;
  margin-top: 100px;
  height: 2px;
  border-radius: 1px;
}

.automotive-bg {
  position:absolute;
  height: 100%;
  width: 100%;
  top:0;
  left:0;
  margin:0;
  padding:0;
  text-align:center;
}

#auto .automotive-bg div {
  height: 100%;
  width: 25%;
  max-height: 100%;
  max-width: auto;
  display:inline-block;
  opacity: 0.7;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

#auto .automotive-bg img:hover {
  opacity: 1;
  transform: scale(1.05);
}

.automotive-des {
  position:absolute;
  height: auto;
  bottom:0;
  left:0;
  margin:0;
  padding:0;
  text-align:center;
  margin-bottom: 5%;
  z-index:10;
}

#auto .automotive-des img,
.auto-prod .automotive-des img {
  height: auto;
  width: 18%;
  display:inline-block;
  opacity: 0;
  cursor: pointer;
  margin: 0 20px;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.auto-prod .automotive-des {
  position: relative;
  margin-bottom: 15%;
}

.auto-prod .automotive-des img {
  opacity: .5;
}

.auto-prod .automotive-des img:hover {
  opacity: 1;
}

#auto .automotive-des img.active {
  opacity: 1;
  transform: translateY(0);
}

#bb .flexslider .slides li {
  background-size: contain;
  background-position: center center;

}

.auto-prod .slides-text h2{
  font-size: 2em;
}

#bb .slides-text h2{
  transform: translateX(-40%) translateY(90%);
  -webkit-transform: translateX(-40%) translateY(200%);   
}

#sb .slides-text h2,
#di .slides-text h2{
  transform: translateX(60%) translateY(30%);
  -webkit-transform: translateX(60%) translateY(30%);   
}

#br .slides-text h2{
  transform: translateX(60%) translateY(80%);
  -webkit-transform: translateX(60%) translateY(80%);   
}

.auto-prod .slides-text h2 span {
  font-weight: 200;
}

.night-vision .content1 {
}

.prod-bg {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 80vh;
}

#sb section.prod-bg {
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.prod-bg-title {
  width: 40%;
  margin: auto;
  transform: translateY(20vh) translateX(100px);
  -webkit-transform: translateY(20vh) translateX(100px);
}

#br .prod-bg-title {
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}

.night-vision h2{
  font-size: 2em;
}

.auto-prod section h2,
#about section h2 {
  font-weight: 400;
  position: absolute;
  font-size: 2.5vw;
}

.auto-prod h3,
.auto-prod h4,
#about h3,
#about h4 {
  z-index: 100;
}

#about h4 {
  line-height: 1.7em;
}

#bf.auto-prod h3,
#bf.auto-prod h4,
#ion .wrap.content1 h3,
 #ion .wrap.content1 h4{
  color: #414042;
}

#bf.auto-prod .wrap.content1 h4 {
  margin: 0.8em 0 0.5em;
}

#bf.auto-prod .wrap.content2 h4 {
  margin: 0;
}

.auto-prod h3 {
  font-weight: 900;
  font-size: 2.2vw;
}
.auto-prod h4 {
  font-weight: 400;
  font-size: 1.3vw;
}

.auto-prod .wrap,
#about .wrap {
  position: absolute;
}

#sb .wrap.content1 {
  width: 65%;
  top: 57%;
  right: 7%;
}

#sb .wrap.content2 {
  left: 4%;
  width: 40%;
  padding: 0 2%;
}

#di .wrap.content1 {
  width: 55%;
  right: 5%;
  top: 10%;
}

#di .wrap.content2 {
  bottom: 5%;
  width: 60%;
  left: 21%;
}

#br .wrap.content1 {
  left: 13%;
  top: 5px;
  width: 65%;
}

#br .wrap.content2 {
  left: 37%;
  width: 58%;
}

#bb .wrap.content1 {
  bottom: 8%;
  left: 5%;
  width: 35%;
  padding: 0 13px;
}

.wrap {
  z-index: 10;
}

#bb .wrap.content2 {
  left: 5%;
  z-index: 20;
  top: 6%;
  width: 90%;
}

#bb .wrap.content2 .wrap {
  width: 27%;
  position: relative;
  display: inline-block;
  margin: 2% 3% 0 3%;
  vertical-align: top;
}

#bb .wrap.content2 .wrap h4 {
  line-height: 1.5em;
}

#bf .wrap.content1 {
  top: 3%;
  left: 6%;
  width: 52%;
}

#bf .wrap.content2 {
  bottom: 6%;
  right: 11%;
}

#ion .wrap.content1 {
  top: 5%;
  left: 6%;
  width: 49%;
}

.auto-prod section h4 {
  line-height: 2em;
}

.full-width {
  width:100%;
}

.overlap {
  transform: translateY(-30vh);
  -webkit-transform: translateY(-30vh);
}

.bb-function-card {
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 40px;
    border-radius: 10px;
    margin:auto;
    box-shadow: var(--shadow-big);
}

.bb-function-card h4 {
  color: rgba(255, 255, 255, .4);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;

}


.bb-function-card h4:hover {
  color: #fff;
}

#bb .night-vision .col-md-3 {
  margin: 0 2%;
}

/*#bb .btn .btn-subscribe {
  color: var(--blue);
}

#bb .probootstrap-main-nav li.active a, .probootstrap-main-nav li.active.menu-item-has-children:after {
  color: var(--blue);
}*/

.auto-prod .icon img {
  width: 60px;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}

.prod-spec {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.prod-header-title {
    position: absolute;
    width: 22%;
    z-index: 10;
}

.auto-prod .prod-header-title  {
    top: 25%;
}
/*
#sb .prod-header-title {
  top: 25%;
}

#di .prod-header-title {
  top: 25%;
}*/

.prod-bg.bg-bottom {
  background-position: bottom center;
}

.overlay-bg {
  width: 100%;
  height: auto;
  bottom: 0;
  z-index: -10;
}

.prod-spec img {
  max-width: 1000px;
  margin: auto;
}


.auto-prod .w-img-container img,
#home .w-img-container img,
#about .w-img-container img,
#auto .w-img-container img    {
  width: 100%;
  height: auto;
}

.auto-prod .w-img-text,
#home .w-img-text,
#about .w-img-text,
#auto .w-img-text
 {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
}

body#ion,
body#bf {
  background: #e8e9ea;
}

#home .flex-control-nav {
  text-align: center;
  padding-left: 0;
  bottom: unset;
  /* margin-bottom: 10vh; */
  transform: translateX(46%) translateY(50vh) rotate(90deg);
}

@media (max-width: 578px) {
    #home .flex-control-nav {
        transform: translateX(42%) translateY(180px) rotate(90deg);
    }
}

.scroll-down {
  position: relative;
  width: 50px;
  height: 70px;
  padding: 0 8px;
  margin: auto;
  cursor: pointer;
}

.scroll-down:hover .chevron {
  height: 8px;
}

.scroll-down-cont {
  width: 100%;
  position: relative;
  height: 70px;
}

#home .hidden-xs .home-section-bg .scroll-down-cont.absolute-scroll {
  bottom: unset!important;
  margin-top:-70px;
}

.scroll-down-cont.absolute-scroll {
    position: absolute;
    z-index: 999;
    bottom: 3%;
}

.chevron {
  position: absolute;
  width: 34px;
  height: 1px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  -webkit-animation: move 3s ease-out infinite;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}

@media (max-width: 579px) {
  .chevron {
    width: 15px;
  }

  .scroll-down-cont {
    height: 50px;
    }
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: rgba(255, 255, 255, .5);
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.scroll-down:hover .chevron:before,
.scroll-down:hover .chevron:after {
  background: rgba(255, 255, 255, 1);
}

.black-scroll .chevron:before,
.black-scroll .chevron:after {
  background: rgba(0, 0, 0, .5);
}

.black-scroll.scroll-down:hover .chevron:before,
.black-scroll.scroll-down:hover .chevron:after {
  background: rgba(0, 0, 0, 1);
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.black-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.6);
  z-index: -10;
}

/*.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}*/

#about figure img {
  opacity: 0.7;
}

#bb .wrap.mob-content1 {
  width: 100%;
  left: 0;
  bottom: 2%;
  padding: 0 10%;
}

.auto-prod .visible-xs h3,
#about .visible-xs h3 {
  font-size: 3.7vw;
}

.auto-prod .visible-xs h4,
#about .visible-xs h4 {
  font-size: 2.4vw;
}

.mob-wrap {
  z-index: 11!important;
}

#bb .mob-wrap.content2 {
  background-color: #636466;
    top: 0;
    margin: 0 10%;
    padding: 19px 20px;
}

#bb .mob-wrap.content2 .mob-wrap {
  margin-bottom: 45px;
}

#bb .mob-wrap.content2 .mob-wrap:not(:last-child):after {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  width: 70%;
}

#sb .mob-wrap.content1 {
  padding: 0 10%;
}

#di .mob-wrap.content1 {
    padding: 0 10%;
    width: 80%;
    right: 0;
    position: absolute;
    margin-top: 16%;
}

#di .mob-wrap.content2,
#br .mob-wrap.content1,
#br .mob-wrap.content2,
#ion .mob-wrap.content1 {
  padding: 0 10%;
} 

#bf .mob-wrap.content1 {
    padding: 0 10%;
    padding-top: 4em;
    /* position: absolute; */
    width: 64%;
}

#bf .mob-wrap.content2,
#bf .mob-wrap.content3 {
  z-index: 10;
}

#bf .mob-wrap.content2:after,
#bf .mob-wrap.content3:after {
  content: '';
background: #A3CFDA;
  border-radius: 50%;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 100%;
}

#bf .mob-wrap.content3 {
  padding: 12vw 7vw;
  top: 4%;
  left: 32vw;
}

#bf .mob-wrap.content2 {
  padding: 12vw 4vw;
    top: -17%;
    left: 5vw;
  }

#bf.auto-prod .mob-wrap.content2 h3,
#bf.auto-prod .mob-wrap.content3 h3. {
  margin: auto;
  color: #fff;
  font-weight: 200;
}

#bf .mob-wrap.content4 {
  margin: 15% auto;
    width: 50%;
}

body#bf {
  background: url(../img/mob-bd-cl.jpg);
  background-size: cover;
}


#ion.auto-prod .mob-wrap.content1 h3,
#ion.auto-prod .mob-wrap.content1 h4 {
  color: #414042;
}


#home .mob-wrap .btn-ghost {
  border: 2px solid #fff;
  color: #fff;
  font-size: 10px;
  margin-top: 10px;
}

#home .mob-wrap .btn-ghost:focus {
  background: none;
}

#home .mob-wrap {
  width: 100%;
  text-align: center;
  bottom: 12vw;
  padding-left: 18vw;
}

#home .mob-wrap h2 {
  font-size: 0em;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: left;
}

#home .mob-wrap p {
  text-align: left;
  margin-bottom: 0;
}

#home .mob-wrap h2 span.des-small {
  font-size: 3vw!important;
}

#home .mob-wrap h2 {
  font-size: 7vw;
}

#home .mob-wrap h2 span {
  letter-spacing: 0;
}

#home .mob-wrap h2 span.des-small {
  line-height: 1.5;
}

#home .mob-wrap h2,
#home .mob-wrap p {
  /*display: inline-block;*/
}

#about{
  background-image: url(../img/about-body-bg.svg);
  background-size: cover;
}

#about .wrap.content1 {
  top: 15%;
}

#about .wrap.content2 {
  top: 0;
}

#about .wrap {
  margin: 0 20.5vw;
}

#about .mob-wrap {
    margin: 0 12vw;
}

#about .mob-wrap h4 {
  line-height: 1.5em;
}

.spec {
  padding: 6vw 6vw 0 0;
}

@media (max-width: 579px) {
  #home .home-section-des h2 {
    font-size: 1em;
  }

  .auto-prod section h2 {
    font-size: 2.7vw;
  }

  .probootstrap-logo img {
    width: 8em;
  }

  .auto-prod .automotive-des img {
    opacity: 1;
    width: 30%;
    margin: 0;
  }

  .probootstrap-main-nav li.active > a, .probootstrap-main-nav li.active.menu-item-has-children:after, .probootstrap-main-nav li.active li a.active {
    display: inline;
  }

  .probootstrap-main-nav li a,
  .probootstrap-mobile-menu-active .probootstrap-main-nav li.active a {
    font-size: 14px;
  }

  .probootstrap-main-nav li.active > a, .probootstrap-main-nav li.active.menu-item-has-children:after, .probootstrap-main-nav li.active li a.active {
    font-size: 14px;
  }

  .probootstrap-main-nav .menu-item-has-children .sub-menu {
    margin-right: 80px;
    right:0;
  }

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

  #auto .automotive-des img {
    opacity: 1;
    margin: 0 2vw;
  }





}
  .mob-menu {
    height: 76px;
    /*transform: translateY(50%);*/
    width: 100vw;
  }

  #auto .auto-mob-bg {
    width: calc(50% - 2px)!important;
    height: auto!important;
    animation-delay: 3.2s!important;
    -webkit-animation-delay: 3.2s!important;
  }


  #home {
    background-image: url(../../images/e-warranty/sliderbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
  }

  h1 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  #e-warr-section {
    margin-top: 5rem;
  }

  #e-warranty {
    padding: 5% 0;
  }

  .e-warranty-logo {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 200px;
  }

  .e-warranty-icon {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 20px;
    margin-left: 0.75rem;
  }

  .warranty-input {
    border: none;
    background: transparent;
    border-bottom: 2px solid #faa61a;
    color: #fff;
    font-size: 2rem;
  }

  .warranty-input::placeholder {
    text-align: center;
    font-size: 2rem;
    color: #fff;
    font-weight: 300;
    font-style: italic;
  }

  .probootstrap-header {
    position: relative !important;
  }

  .warranty-btn {
    background: transparent;
    border: none;
    display: block;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 2rem;
    font-size: 1.5rem;
    font-weight: 300;
    font-style: italic;
  }

  #footer {
    padding-top: 2rem; 
    padding-bottom: 0.5rem;
    color: white;
  }

  #footer a {
    color: #faa61a;
  }

  @media only screen and (max-width: 768px) {
    .warranty-input {
       width: 100%;
       height: auto;
    }
  }