body {
  font-family: 'Roboto', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  color: #2a3237;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Fonts */
p {
  font-size: 18px;
  line-height: 1.5;
  color: #8a8e91; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
  position: relative;
  margin: 10px 0; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/* Parallax */
.parallax {
  position: absolute;
  overflow: hidden;
  width: 100%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }
  .parallax img {
    width: 100%;
    height: 100%; }

/* Preloader */
.preloader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: white; }
  .preloader img {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px); }
  .preloader div {
    display: none;
    /* Preload the Second Pricing Image */
    background: url(../img/pricing2.jpg) no-repeat 9999px 9999px;
    background-position: 9999px 9999px; }

/* Ul.White */
ul.white-list {
  padding: 0;
  list-style-type: none; }
  ul.white-list li {
    font-size: 18px;
    margin: 10px 0;
    color: #fff; }
    ul.white-list li:before {
      content: ' ';
      position: relative;
      top: -3px;
      display: inline-block;
      width: 6px;
      height: 6px;
      margin-right: 15px;
      background: white; }

/* Header */
header {
  position: relative;
  width: 100%;
  color: white;
  background: rgba(28, 36, 65, 0.93);
  background: url("../img/header.jpg");
  background-size: cover; }
  header .table {
    display: table;
    height: 100%; }
  header .container {
    height: 100%; }
  header .header-text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white; }
    header .header-text .text-center {
      background: rgba(118, 70, 41, 0.7); }
      header .header-text .text-center h3 {
        font-size: 40px; }
  header .typed {
    display: inline-block;
    margin: 0; }
  header .typed-cursor {
    font-size: 60px;
    display: inline-block;
    margin: 0 10px;
    color: #F28C00;
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

/* Navigation Bar ( Navbar ) */
nav.navbar {
  position: absolute;
  z-index: 9500;
  width: 100%;
  width: 100vw; }
  nav.navbar a.navbar-brand img {
    max-height: 50%; }

.navbar-right {
  padding-top: 30px; }

nav.navbar .navbar-nav li.active a:not(.btn) {
  color: #994F18 !important; }

nav.navbar-fixed-top, nav.original {
  z-index: 9499;
  top: 0;
  padding: 25px 0;
  opacity: 0;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05); }

nav.navbar-fixed-top .navbar-nav > li > a:not(.btn) {
  color: #F28C00; }

.icon-bar {
  background: #bbb; }

/* Buttons */
.btn {
  font-size: 18px;
  display: inline-block;
  padding: 15px 30px;
  color: white;
  border: 2px solid transparent;
  border-radius: 2px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn .btn:hover,
  .btn .btn:focus {
    color: white; }

.btn.btn-white-fill {
  color: #fff;
  border-color: #fff;
  background: transparent; }
  .btn.btn-white-fill:hover {
    color: #F28C00;
    background: #fff; }

/* Sections */
section {
  position: relative; }

.section {
  padding: 40px 0;
  background: #fff; }
  .section .section-padded {
    padding: 140px 0 40px; }
  .section .cut-top {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: -80px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-right: 30px solid white; }
  .section .cut-bottom {
    content: ' ';
    position: absolute;
    z-index: 1;
    bottom: -80px;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 80px solid transparent;
    border-left: 30px solid white; }

/* Intro Tables */
.intro-tables {
  top: -130px;
  position: relative;
  color: white; }

.intro-table {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: repeat;
  background-position: 0% 0%; }
  .intro-table .hide-hover {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .intro-table .expand {
    margin: 30px;
    margin-top: 120px;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s ease, opacity 0.3s;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  .intro-table h4 {
    -webkit-transform: translateY(170px);
    transform: translateY(170px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }

.intro-table:hover h4 {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.intro-table:hover .expand {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.intro-table:hover .hide-hover {
  opacity: 0; }

.intro-tables .intro-table {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 20px 0; }
  .intro-tables .intro-table .heading {
    margin: 0;
    padding: 30px; }
  .intro-tables .intro-table .small-heading {
    margin: 0;
    padding: 0 30px; }
  .intro-tables .intro-table .bottom {
    position: absolute;
    bottom: 0; }

/* Style Tables */
.first {
  -webkit-transition: background-image 0.3s ease, background-position 0.3s;
  transition: background-image 0.3s ease, background-position 0.3s;
  background-image: url("../img/table-1.jpg"); }

.first:hover {
  background-image: url("../img/table-1-hover.jpg");
  background-position: 50% 50%; }

.second {
  -webkit-transition: background-image 0.3s ease, background-position 0.3s;
  transition: background-image 0.3s ease, background-position 0.3s;
  background-image: url("../img/table-2.jpg"); }

.second:hover {
  background-image: url("../img/table-2-hover.jpg");
  background-position: 50% 50%; }

.third {
  -webkit-transition: background-image 0.3s ease, background-position 0.3s;
  transition: background-image 0.3s ease, background-position 0.3s;
  background-image: url("../img/table-3.jpg"); }

.third:hover {
  background-image: url("../img/table-3-hover.jpg");
  background-position: 50% 50%; }

/* Services Tables */
#drum {
  background: #eeeeee;
  top: -130px;
  padding-top: 50px;
  margin-top: 60px; }
  #drum h2 {
    color: #994F18; }
  #drum h4 {
    color: #F28C00;
    padding-bottom: 60px; }

/* Services Tables */
#services {
  top: -130px;
  position: relative; }
  #services h2 {
    color: #994F18; }
  #services h4 {
    color: #F28C00;
    padding-bottom: 60px; }

.service {
  width: 100%;
  height: 420px;
  margin: 60px 0 0;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .service .icon-holder {
    position: relative;
    top: 70px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px;
    background: white;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .service .icon-holder > img.icon {
      width: 70px; }
  .service .heading {
    position: relative;
    top: 80px;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .service .description {
    position: relative;
    width: 80%;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }

.service:hover {
  border-color: #F28C00; }
  .service:hover .icon-holder {
    top: -50px; }
  .service:hover .heading {
    top: -50px; }
  .service:hover .description {
    opacity: 1;
    top: -80px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/* Footer */
footer {
  padding: 60px 0 40px 0;
  background: #67432b;
  -webkit-background-size: cover;
  background-size: cover;
  color: white; }
  footer .title {
    padding-bottom: 60px; }
  footer h3 {
    border-bottom: 2px solid #F28C00; }
  footer .trial-button {
    overflow: hidden !important;
    margin: 40px 0; }
  footer .open-blink {
    content: ' ';
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 20px;
    border-radius: 50%;
    background-color: #4caf50;
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
    footer .open-blink:before {
      content: ' ';
      position: absolute;
      top: -8px;
      left: -8px;
      display: inline-block;
      width: 30px;
      height: 30px;
      opacity: 0.1;
      border-radius: 50%;
      background-color: #4caf50; }
  footer .opening-hours {
    margin-top: 30px; }
  footer .bottom-footer {
    margin-top: 50px;
    color: white;
    background: white;
    padding: 10px 5px 5px 5px; }
    footer .bottom-footer a {
      color: #F28C00; }
  footer .social-footer {
    padding: 0;
    list-style: none; }
    footer .social-footer ul li {
      display: inline-block;
      margin: 0 10px; }
      footer .social-footer ul li a {
        font-size: 24px;
        color: #fff; }
  footer .ContactForm form input {
    display: block;
    width: 100%;
    padding: 10px 20px 10px 10px;
    margin-top: 20px;
    color: #F28C00; }
    footer .ContactForm form input:focus {
      outline-color: #F28C00; }
  footer .ContactForm form input[type="button"] {
    background: #F28C00;
    color: white;
    border: none;
    transition: background-color 0.5s ease; }
    footer .ContactForm form input[type="button"]:hover {
      background: white;
      color: #F28C00; }
  footer .ContactForm form textarea {
    display: block;
    width: 100%;
    height: 80px;
    margin-top: 20px;
    color: #F28C00; }
    footer .ContactForm form textarea:focus {
      outline-color: #F28C00; }
