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

ul li {
  padding: 0px;
  margin: 0px;
  line-height: 24px;
  list-style: none;
}

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  top: 0;
  font-family: Roboto, sans-serif;
}

a {
  text-decoration: none !important;
}

.page-wrapper {
  overflow: hidden;
  position: relative;
}

#header.defualt {
  z-index: 1000;
  padding: 0px;
  margin: 0px;
  position: absolute;
  width: 100%;
  background-color: transparent;
}

#header.default-header.defualt .top-bar,
#header.default-header.transparent-fullwidth .top-bar {
  background-color: transparent !important;
}

#header.default-header.bg-black {
  background: #000;
}

#header.default-header .top-bar,
#header.default-header .top-bar li a {
  color: #ffffff;
}

.top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0px;
  font-family: "Roboto", sans-serif;
}
.top-bar .list-inline {
  margin-bottom: 0;
}
.top-bar--item {
  font-size: 14px;
}
.top-bar--item i, .top-bar--item a {
  font-size: 14px;
}
.top-bar--item-address {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.mega-menu {
  margin: 0 auto;
  padding: 0;
  display: block;
  float: none;
  z-index: 999;
  font-size: 16px;
  min-height: 90px;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header.default-header.defualt .menu-list-items, #header.default-header.transparent-fullwidth .menu-list-items {
  background-color: transparent;
}

.menu-inner {
  height: 94px;
}

.menu-logo {
  padding: 33px 0px;
}
.menu-logo a {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}
.menu-logo a span {
  font-size: 30px;
}

.menu-links {
  margin-left: auto;
}
.menu-links a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.menu-links a:hover {
  color: #db2d2e;
}

.top-bar-left li i {
  padding-right: 5px;
}

.banner {
  width: 100vw;
  height: 100vh;
  background: url("../images/banner.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  position: relative;
}
.banner .moving-text {
  position: absolute;
  color: #fff;
  line-height: 57px;
  font-weight: 900;
  text-transform: uppercase;
  bottom: 5%;
  left: 45px;
  width: 100%;
}
.banner .moving-text h1 {
  font-size: 50px;
  margin: 0;
}
.banner .moving-text h3 {
  font-size: 25px;
  margin: 0;
}
.banner .moving-text h1, .banner .moving-text h3 {
  position: relative;
  opacity: 0;
  left: -100%;
  -webkit-animation: slideRight ease 1.5s forwards;
          animation: slideRight ease 1.5s forwards;
}
.banner .moving-text h3 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
  }
}

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

.contact-page {
  padding-bottom: 50px;
}
.contact-page .column-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.contact-page .px-0 {
  padding-left: 0;
  padding-right: 0;
}
.contact-page .section-title {
  margin: 60px 0;
}
.contact-page .section-title span {
  margin-bottom: 2px;
  display: block;
  color: #999999;
  font-size: 14px;
}
.contact-page .section-title h1 {
  color: #363636;
  margin: 0;
  text-transform: uppercase;
}
.contact-page .section-title .separator {
  position: relative;
  margin-top: 10px;
  display: inline-block;
}
.contact-page .section-title .separator:before {
  content: "";
  display: block;
  left: 0;
  height: 1px;
  width: 50px;
  bottom: -15px;
  background: #000000;
  -webkit-transition: width 0.8s ease, background-color 0.8s ease;
  -o-transition: width 0.8s ease, background-color 0.8s ease;
  transition: width 0.8s ease, background-color 0.8s ease;
  margin-bottom: 6px;
}
.contact-page .section-title .separator:after {
  width: 100px;
  display: block;
  content: "";
  height: 1px;
  background: #000;
  bottom: 0px;
  left: 0;
  transition: width 0.8s ease, background-color 0.8s ease;
  -webkit-transition: width 0.8s ease, background-color 0.8s ease;
  -o-transition: width 0.8s ease, background-color 0.8s ease;
  -ms-transition: width 0.8s ease, background-color 0.8s ease;
  -moz-transition: width 0.8s ease, background-color 0.8s ease;
}
.contact-page header#header {
  position: relative;
}
.contact-page .banner {
  height: 400px;
  background: url("../images/contact-banner.jpg") no-repeat center 37%;
  background-size: cover;
  position: relative;
}
.contact-page .form-group .form-control {
  background: #f6f6f6;
  border: 1px solid transparent;
  resize: vertical;
  margin-bottom: 15px !important;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  padding: 12px 18px;
  color: #999999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-page .form-group input {
  height: 48px;
}
.contact-page .form-group textarea {
  resize: none;
}
.contact-page .feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.contact-page .feature-box .icon {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.contact-page .feature-box .icon i {
  font-size: 20px;
  background: #f6f6f6;
  color: #999999;
  display: block;
  border-radius: 50%;
  margin: 9px 10px 10px 9px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.contact-page .feature-box .content h6 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
.contact-page .feature-box .content a {
  margin-top: 0px !important;
  margin-bottom: 0px;
  padding-bottom: 0 !important;
  color: #000;
}
.contact-page .feature-box:hover .icon {
  border: 1px solid #000;
}
.contact-page .feature-box:hover .icon i {
  background: black;
}
.contact-page .feature-box:hover .icon i:before {
  color: #fff;
}
.contact-page .submit-button {
  width: 100%;
  border: none;
  background: #000;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #fff;
}
.contact-page .submit-button:hover {
  background: #323232;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .top-bar .col-sm-6 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #header .top-bar-left.text-left, #header .top-bar-right.text-right {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .home-page .menu-logo {
    padding: 10px;
  }
  .home-page .menu-logo img {
    width: 300px;
  }
  .home-page .banner {
    background: url(../images/banner.jpg) no-repeat 42% center;
    background-size: cover;
  }
  .home-page .banner .moving-text {
    left: 15px;
    line-height: 1.2;
    padding-right: 30px;
  }
  .home-page .banner .moving-text h1 {
    font-size: 32px;
  }
  .home-page .banner .moving-text h3 {
    padding: 0 10px;
    font-size: 20px;
  }
  .contact-page .banner {
    height: 300px;
    background: url(../images/contact-banner.jpg) no-repeat 68% center;
    background-size: cover;
  }
  .contact-page .section-title {
    margin: 30px 0;
  }
  .contact-page .contact-info {
    margin-top: 30px;
  }
  .mobile-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobile-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=main.css.map */
