/*
Theme Name: Wheels for Rideshare
Theme URI: https://www.creativetune.com.au
Author: Wayne Chandra
Author URI: https://www.creativetune.com.au
Description: Wheels for Rideshare WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: creativetune
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
        ## Posts and pages
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
# Header
# Footer
# Back To Top
# Spacing
# Additional Layout
# Home Page
# Internal Page Header
# Contact Form Section
# Full Width Page

--------------------------------------------------------------*/
@import url("https://use.typekit.net/thm5rls.css");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*
::selection {
    background: #25414f;
}
::-moz-selection {
    background: #25414f;
}
body::selection {
    background: #25414f;
}
body::-moz-selection {
    background: #25414f;
}
p::selection {
    background: #25414f;
    color:#fff;
}
p::-moz-selection {
    background: #25414f;
    color:#fff;
}
span::selection {
    background: #25414f;
    color:#fff;
}
span::-moz-selection {
    background: #25414f;
    color:#fff;
}
a::selection {
    background: #25414f;
    color:#fff;
}
a::-moz-selection {
    background: #25414f;
    color:#fff;
}
h1::selection {
    background: #25414f;
    color:#fff;
}
h1::-moz-selection {
    background: #25414f;
    color:#fff;
}
h2::selection {
    background: #25414f;
    color:#fff;
}
h2::-moz-selection {
    background: #25414f;
    color:#fff;
}
h3::selection {
    background: #25414f;
    color:#fff;
}
h3::-moz-selection {
    background: #25414f;
    color:#fff;
}
h4::selection {
    background: #25414f;
    color:#fff;
}
h4::-moz-selection {
    background: #25414f;
    color:#fff;
}
h5::selection {
    background: #25414f;
    color:#fff;
}
h5::-moz-selection {
    background: #25414f;
    color:#fff;
}
h6::selection {
    background: #25414f;
    color:#fff;
}
h6::-moz-selection {
    background: #25414f;
    color:#fff;
}
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #4C5454;
  font-family: urbane-rounded, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: urbane-rounded, sans-serif;
  font-weight: 700;
  color: #F1592A;
  margin-bottom: 1em;
  line-height: 1.2em; }

h1 {
  font-size: 44.8px;
  font-size: 2.8rem; }
  @media (max-width: 1200px) {
    h1 {
      font-size: 38.4px;
      font-size: 2.4rem; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 32px;
      font-size: 2rem; } }
  @media (max-width: 576px) {
    h1 {
      font-size: 28.8px;
      font-size: 1.8rem; } }

h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1em; }
  @media (max-width: 768px) {
    h2 {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media (max-width: 576px) {
    h2 {
      font-size: 20.8px;
      font-size: 1.3rem; } }

h3 {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 1em; }
  @media (max-width: 768px) {
    h3 {
      font-size: 20.8px;
      font-size: 1.3rem; } }
  @media (max-width: 576px) {
    h3 {
      font-size: 17.6px;
      font-size: 1.1rem; } }

h4 {
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 0.9em; }
  @media (max-width: 768px) {
    h4 {
      font-size: 19.2px;
      font-size: 1.2rem; } }
  @media (max-width: 576px) {
    h4 {
      font-size: 16.8px;
      font-size: 1.05rem; } }

h5 {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 0.9em; }
  @media (max-width: 576px) {
    h5 {
      font-size: 14.4px;
      font-size: 0.9rem; } }

h6 {
  font-size: 16.8px;
  font-size: 1.05rem;
  line-height: 1em; }
  @media (max-width: 576px) {
    h6 {
      font-size: 12.8px;
      font-size: 0.8rem; } }

p {
  margin-bottom: 1em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  border-left: 12px solid #FDB813;
  padding-left: 1em;
  font-family: urbane-rounded, sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.text-uppercase {
  text-transform: uppercase; }

.text-underline {
  text-decoration: underline !important; }

.text-bold {
  font-weight: 700 !important; }

.text-light {
  font-weight: 300 !important; }

.text-normal {
  font-weight: 400 !important; }

.text-small {
  font-size: 0.85em !important; }

.super-lead {
  font-size: 28.8px;
  font-size: 1.8rem; }

.lead {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.4em !important;
  font-weight: 400 !important; }
  @media (max-width: 991px) {
    .lead {
      font-size: 17.6px;
      font-size: 1.1rem; } }
  @media (max-width: 768px) {
    .lead {
      font-size: 16.8px;
      font-size: 1.05rem; } }
  @media (max-width: 576px) {
    .lead {
      font-size: 16px;
      font-size: 1rem; } }

.text-drop-shadow {
  text-shadow: 2px 2px 8px #000; }

.text-white {
  color: #fff; }

.text-yellow {
  color: #F1592A; }

.text-red {
  color: red !important; }

.text-black {
  color: #FDB813; }

@media screen and (max-width: 991px) {
  .text-md-center {
    text-align: center; } }
@media screen and (max-width: 768px) {
  .text-sm-center {
    text-align: center; }

  .text-sm-left {
    text-align: left; } }
@media screen and (max-width: 480px) {
  .text-xs-center {
    text-align: center; } }
.alt-text {
  font-family: urbane-rounded, sans-serif;
  color: #F1592A;
  display: block;
  font-style: italic;
  font-size: 26px !important;
  text-transform: none;
  margin-bottom: 0;
  font-weight: 300 !important; }

.font-small {
  font-size: 80%; }

p.pre-heading {
  position: relative;
  margin-left: 80px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem; }
  p.pre-heading:before {
    content: '';
    position: absolute;
    left: -80px;
    top: 8px;
    width: 70px;
    height: 2px;
    background-color: #4C5454; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  background-size: auto 1000px;
  background-repeat: repeat; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 2em 10px;
  list-style-type: circle; }
  ul li, ol li {
    margin-bottom: 10px; }

ul {
  list-style-type: circle; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 20px;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

.btn-primary {
  display: inline-block;
  background-color: #F1592A;
  color: #fff !important;
  border-radius: 24px;
  padding: 8px 32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem; }
  .btn-primary:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: #FDB813; }
  .btn-primary:visited {
    color: #fff; }

.btn-secondary {
  display: inline-block;
  background-color: #FDB813;
  color: #fff;
  border-radius: 24px;
  padding: 8px 32px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-transform: uppercase;
  font-size: 14.4px;
  font-size: 0.9rem; }
  .btn-secondary:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: #F1592A; }
  .btn-secondary:visited {
    color: #fff; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #F1592A;
  font-weight: 400;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  a:visited {
    color: #F1592A;
    text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #FDB813;
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.navbar {
  background-color: transparent;
  height: auto;
  border-radius: 0;
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
  margin: 0;
  padding-left: 48px;
  padding-right: 48px; }
  @media (max-width: 1480px) {
    .navbar {
      padding-left: 16px;
      padding-right: 16px; } }
  @media (max-width: 576px) {
    .navbar {
      padding: 0; } }
  .navbar .navbar-brand {
    width: 160px;
    position: absolute;
    top: 8px;
    left: 48px; }
    @media (max-width: 1480px) {
      .navbar .navbar-brand {
        width: 140px;
        left: 16px; } }
    @media (max-width: 1200px) {
      .navbar .navbar-brand {
        width: 120px; } }
    @media (max-width: 991px) {
      .navbar .navbar-brand {
        width: 100px; } }
    @media (max-width: 320px) {
      .navbar .navbar-brand {
        max-width: 240px; } }
  .navbar .creativetune-toggler {
    border: 0;
    border-radius: 50%;
    background-color: #F1592A;
    font-size: 1em !important;
    padding: 12px;
    margin: 13px 18px 13px auto;
    border: 1px solid #F1592A; }
    @media (max-width: 991px) {
      .navbar .creativetune-toggler {
        margin-top: 12px;
        margin-right: 18px;
        margin-bottom: 12px; } }
    .navbar .creativetune-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  .navbar .menu-wrapper {
    background-color: transparent;
    width: 100%;
    display: flex; }
    @media (max-width: 1024px) {
      .navbar .menu-wrapper {
        padding: 0 16px;
        width: 100%; } }
  .navbar #main-menu ul#menu-primary-menu {
    margin-top: 0;
    margin-right: 0;
    background-color: transparent;
    padding-top: 24px; }
    @media (max-width: 991px) {
      .navbar #main-menu ul#menu-primary-menu {
        border-bottom: 0;
        padding-left: 0;
        padding-top: 54px; } }
    .navbar #main-menu ul#menu-primary-menu li {
      margin: 0 24px; }
      @media (max-width: 991px) {
        .navbar #main-menu ul#menu-primary-menu li {
          padding-left: 0px;
          padding-right: 0px;
          margin: 0; } }
      @media (max-width: 576px) {
        .navbar #main-menu ul#menu-primary-menu li {
          padding-left: 0px;
          padding-right: 0px; } }
      .navbar #main-menu ul#menu-primary-menu li a {
        padding: 16px 0;
        color: #4C5454;
        text-transform: uppercase;
        font-weight: 500;
        position: relative;
        font-size: 14.4px;
        font-size: 0.9rem; }
        .navbar #main-menu ul#menu-primary-menu li a:before {
          content: '';
          width: 100%;
          height: 4px;
          background-color: #F1592A;
          position: absolute;
          bottom: 0px;
          left: 0;
          opacity: 0;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
          @media (max-width: 991px) {
            .navbar #main-menu ul#menu-primary-menu li a:before {
              display: none; } }
        .navbar #main-menu ul#menu-primary-menu li a:hover, .navbar #main-menu ul#menu-primary-menu li a:focus {
          color: #F1592A;
          background-color: transparent; }
          .navbar #main-menu ul#menu-primary-menu li a:hover:before, .navbar #main-menu ul#menu-primary-menu li a:focus:before {
            opacity: 1;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            background-color: #F1592A; }
        @media (max-width: 991px) {
          .navbar #main-menu ul#menu-primary-menu li a {
            padding: 8px 0; } }
      .navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu {
        background-color: #F1592A;
        border-radius: 0;
        padding: 10px;
        border: 0;
        box-shadow: none;
        margin: 0; }
        .navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu li {
          margin: 0; }
          .navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu li a {
            color: #fff;
            padding: 12px !important;
            display: block; }
            .navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu li a:hover, .navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu li a:focus {
              background-color: #FDB813;
              color: #fff; }
              .navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu li a:hover:before, .navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu li a:focus:before {
                display: none; }
    .navbar #main-menu ul#menu-primary-menu li.active a {
      color: #F1592A;
      background-color: transparent; }
      .navbar #main-menu ul#menu-primary-menu li.active a:before {
        opacity: 1;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
    .navbar #main-menu ul#menu-primary-menu li.active ul.dropdown-menu li a:before {
      display: none !important; }
    .navbar #main-menu ul#menu-primary-menu li.menu-drive {
      display: none; }
      .navbar #main-menu ul#menu-primary-menu li.menu-drive a {
        background-color: #F1592A;
        color: #fff;
        border-radius: 24px;
        padding: 8px 32px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        text-transform: uppercase;
        text-align: center;
        margin: 12px 0; }
      @media (max-width: 576px) {
        .navbar #main-menu ul#menu-primary-menu li.menu-drive {
          display: block; } }
  .navbar .header-contact-menu {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding-top: 24px; }
    @media (max-width: 991px) {
      .navbar .header-contact-menu {
        position: absolute;
        top: 0px;
        right: 96px;
        padding-top: 12px; } }
    @media (max-width: 576px) {
      .navbar .header-contact-menu {
        right: 68px; } }
    .navbar .header-contact-menu li.header-apply {
      margin-bottom: 0; }
      .navbar .header-contact-menu li.header-apply a {
        background-color: #F1592A;
        color: #fff;
        border-radius: 24px;
        padding: 8px 32px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        text-transform: uppercase;
        font-size: 14.4px;
        font-size: 0.9rem; }
        .navbar .header-contact-menu li.header-apply a:hover {
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          background-color: #4C5454; }
      @media (max-width: 576px) {
        .navbar .header-contact-menu li.header-apply {
          display: none; } }
    .navbar .header-contact-menu li.header-phone {
      margin-bottom: 0; }
      .navbar .header-contact-menu li.header-phone a {
        background-color: #FDB813;
        border-radius: 50%;
        border: 0;
        display: flex;
        color: #fff;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        margin-right: 10px;
        font-size: 14.4px;
        font-size: 0.9rem;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        .navbar .header-contact-menu li.header-phone a i {
          color: #fff; }
          @media (max-width: 576px) {
            .navbar .header-contact-menu li.header-phone a i {
              margin-right: 0; } }
        .navbar .header-contact-menu li.header-phone a:hover {
          background-color: #F1592A;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }

#menu-primary-menu li.active > .dropdown-menu li a {
  color: #F1592A; }

#menu-primary-menu li.active > .dropdown-menu li a:hover,
#menu-primary-menu li.active > .dropdown-menu li a:focus {
  color: #4C5454; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global Styles
--------------------------------------------------------------*/
.container {
  max-width: 1320px !important; }

.content-padding {
  padding-top: 80px; }
  @media (max-width: 991px) {
    .content-padding {
      padding-top: 32px; } }
  @media (max-width: 576px) {
    .content-padding {
      padding-top: 24px; } }

.overlay-page {
  position: relative; }

.overlay-page:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  z-index: 0; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.post-list .post-date {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 0px; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
#secondary {
  padding-right: 18px; }
  @media (max-width: 768px) {
    #secondary {
      padding-right: 0; } }
  #secondary section {
    margin-bottom: 60px; }
    #secondary section h2 {
      font-size: 22.4px;
      font-size: 1.4rem;
      margin-top: 10px; }
    #secondary section h3 {
      font-size: 17.6px;
      font-size: 1.1rem;
      padding-bottom: 5px;
      margin-bottom: 5px; }
    #secondary section ul {
      list-style-type: none;
      padding: 0;
      margin: 12px 0 0 0; }
      #secondary section ul li a {
        display: block;
        padding: 4px 0px 4px 12px;
        color: #4C5454;
        position: relative;
        font-size: 14.4px;
        font-size: 0.9rem; }
        #secondary section ul li a:hover, #secondary section ul li a:focus {
          color: #FDB813; }
    #secondary section input[type="search"] {
      background-color: #efefef;
      border: 0;
      border-radius: 0;
      padding: 8px 10px; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

.img-100 {
  width: 100%; }

.img-70 {
  width: 70% !important; }

.img-center {
  margin: 0 auto !important; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

#home-page-slider {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  min-height: 520px;
  margin-bottom: 0;
  background: #88896f;
  background: -moz-linear-gradient(90deg, white 70%, #88896f 70%);
  background: -webkit-linear-gradient(90deg, white 70%, #88896f 70%);
  background: linear-gradient(90deg, white 70%, #88896f 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#88896F",GradientType=1); }
  @media (max-width: 1200px) {
    #home-page-slider {
      top: 0;
      margin-bottom: 0px; } }
  @media (max-width: 576px) {
    #home-page-slider {
      margin-bottom: 160px; } }
  #home-page-slider .slider-caption {
    left: 64%;
    top: 24%;
    position: absolute;
    background-color: #F1592A;
    padding: 5em 3.2em;
    width: 32%;
    height: auto;
    z-index: 9; }
    @media (max-width: 1480px) {
      #home-page-slider .slider-caption {
        width: 35%;
        left: 56%; } }
    @media (max-width: 1024px) {
      #home-page-slider .slider-caption {
        width: 40%;
        left: 57%; } }
    @media (max-width: 768px) {
      #home-page-slider .slider-caption {
        width: 80%;
        left: 10%;
        top: 65%;
        padding: 3em 2.2em; } }
    @media (max-width: 576px) {
      #home-page-slider .slider-caption {
        width: 96%;
        left: 2%;
        padding: 2em 1.5em;
        top: 78%; } }
    #home-page-slider .slider-caption p.caption-heading {
      font-weight: 700;
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 1.05em;
      margin-bottom: 8px;
      text-transform: uppercase; }
      @media (max-width: 1200px) {
        #home-page-slider .slider-caption p.caption-heading {
          font-size: 36.8px;
          font-size: 2.3rem; } }
      @media (max-width: 991px) {
        #home-page-slider .slider-caption p.caption-heading {
          font-size: 33.6px;
          font-size: 2.1rem; } }
      @media (max-width: 768px) {
        #home-page-slider .slider-caption p.caption-heading {
          font-size: 32px;
          font-size: 2rem; } }
      @media (max-width: 576px) {
        #home-page-slider .slider-caption p.caption-heading {
          font-size: 22.4px;
          font-size: 1.4rem; } }
    #home-page-slider .slider-caption p {
      font-size: 16px;
      font-size: 1rem;
      color: #fff; }
      @media (max-width: 991px) {
        #home-page-slider .slider-caption p {
          font-size: 15.2px;
          font-size: 0.95rem; } }
      @media (max-width: 768px) {
        #home-page-slider .slider-caption p {
          font-size: 14.4px;
          font-size: 0.9rem; } }
      @media (max-width: 576px) {
        #home-page-slider .slider-caption p {
          padding-left: 0;
          font-size: 12.8px;
          font-size: 0.8rem;
          margin-bottom: 12px; } }
    #home-page-slider .slider-caption a {
      display: inline-block !important;
      margin-top: 24px;
      padding: 10px 32px 10px 0;
      background-color: transparent;
      color: #fff;
      font-family: urbane-rounded, sans-serif;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      font-size: 13.6px;
      font-size: 0.85rem;
      font-weight: 700;
      text-transform: uppercase;
      position: relative; }
      #home-page-slider .slider-caption a:after {
        position: absolute;
        right: 0;
        top: 10px;
        content: '\f30b';
        font-family: 'Font Awesome 5 Pro'; }
      #home-page-slider .slider-caption a:hover, #home-page-slider .slider-caption a:focus {
        background-color: transparent;
        color: #4C5454;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
      @media (max-width: 576px) {
        #home-page-slider .slider-caption a {
          margin-top: 0; } }
  #home-page-slider .homepage-slider {
    position: relative;
    width: 80%;
    overflow: hidden; }
    @media (max-width: 1024px) {
      #home-page-slider .homepage-slider {
        width: 88%; } }
    @media (max-width: 991px) {
      #home-page-slider .homepage-slider {
        width: 100%; } }
    @media (max-width: 768px) {
      #home-page-slider .homepage-slider {
        height: auto; } }
    #home-page-slider .homepage-slider .owl-stage-outer {
      overflow: hidden;
      height: auto !important; }
    #home-page-slider .homepage-slider .slider-item {
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 75vh;
      min-height: 480px;
      width: 100%; }
    #home-page-slider .homepage-slider .owl-nav {
      position: absolute;
      top: 92%;
      left: 18%;
      width: auto;
      margin-top: 0;
      z-index: 12;
      display: flex;
      justify-content: space-between; }
      #home-page-slider .homepage-slider .owl-nav:hover, #home-page-slider .homepage-slider .owl-nav:focus {
        background: transparent; }
      @media (max-width: 768px) {
        #home-page-slider .homepage-slider .owl-nav {
          display: none; } }
      #home-page-slider .homepage-slider .owl-nav .owl-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #F1592A;
        border-radius: 0;
        font-size: 14.4px;
        font-size: 0.9rem;
        padding: 14px;
        width: 48px;
        height: 48px;
        margin: 0 2px;
        color: #fff;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #home-page-slider .homepage-slider .owl-nav .owl-prev:hover {
          background-color: #4C5454;
          color: #fff;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
        @media (max-width: 576px) {
          #home-page-slider .homepage-slider .owl-nav .owl-prev {
            display: none; } }
      #home-page-slider .homepage-slider .owl-nav .owl-next {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #F1592A;
        border-radius: 0;
        font-size: 14.4px;
        font-size: 0.9rem;
        padding: 14px;
        width: 48px;
        height: 48px;
        margin: 0 2px;
        color: #fff;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #home-page-slider .homepage-slider .owl-nav .owl-next:hover {
          background-color: #4C5454;
          color: #fff;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
        @media (max-width: 576px) {
          #home-page-slider .homepage-slider .owl-nav .owl-next {
            display: none; } }
    #home-page-slider .homepage-slider .owl-dots {
      display: none; }
      #home-page-slider .homepage-slider .owl-dots .owl-dot.active span {
        background-color: #F1592A !important; }

/*--------------------------------------------------------------
# Lightbox
--------------------------------------------------------------*/
.gallery-container {
  width: 100%; }
  .gallery-container .lightbox-grid ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    .gallery-container .lightbox-grid ul li {
      width: 50%;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      position: relative;
      overflow: hidden;
      height: 320px;
      margin: 0;
      padding: 0; }
      .gallery-container .lightbox-grid ul li:hover .background-image-holder {
        opacity: 0.1; }
      @media (max-width: 991px) {
        .gallery-container .lightbox-grid ul li {
          height: 300px; } }
      @media (max-width: 768px) {
        .gallery-container .lightbox-grid ul li {
          height: 280px; } }
      @media (max-width: 576px) {
        .gallery-container .lightbox-grid ul li {
          height: 240px; } }
      .gallery-container .lightbox-grid ul li .feature-img {
        overflow: hidden !important;
        background: #4C5454;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0px;
        border: 4px solid #fff; }
        .gallery-container .lightbox-grid ul li .feature-img .fi-button {
          position: absolute;
          padding: 15px 0px;
          bottom: -40px;
          left: 0;
          padding: 0;
          z-index: auto;
          display: inline-block;
          height: auto;
          width: 100%;
          text-align: center;
          margin: 0 0 0 0px;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          backface-visibility: hidden;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          z-index: 99; }
          .gallery-container .lightbox-grid ul li .feature-img .fi-button i {
            color: #fff;
            font-size: 22px;
            opacity: 1; }

/*
.lightbox-grid,
.lightbox-grid ul,
.lightbox-grid li {
    /* position: relative;
     overflow: hidden; */
/*list-style-type:none;
}
.lightbox-grid li {
/*width: 18%;*/
/* float: left;
border: 3px solid rgba(0, 0, 0, 0);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
opacity: 1;
}*/
.feature-img:hover .fi-button, .lightbox-grid li:hover > .fi-button {
  -webkit-transform: translateY(-65px);
  -moz-transform: translateY(-65px);
  -ms-transform: translateY(-65px);
  transform: translateY(-65px); }

.background-image-holder .fadeIn {
  opacity: 1; }

.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #F1592A;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 1; }

.background-image-holder img {
  display: none; }

.lb-outerContainer {
  background: transparent !important; }

.lb-container {
  background-color: #fff;
  padding: 0 !important; }

.lightbox .lb-image {
  border-radius: 0 !important; }

.lb-dataContainer {
  background-color: #fff;
  border-radius: 0 !important; }

.lb-data .lb-details {
  width: 100% !important;
  text-align: center !important;
  padding: 10px 0 20px 0 !important; }

.lb-data .lb-caption {
  color: #cb171e !important; }

.lb-data .lb-closeContainer {
  display: none !important; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  width: 100%;
  display: flex;
  justify-content: center;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 99; }
  @media (max-width: 991px) {
    .site-header .navbar {
      position: relative;
      width: 100%;
      left: 0;
      top: 0;
      height: auto; } }
  @media (max-width: 991px) {
    .site-header {
      position: relative;
      height: auto; } }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#site-footer {
  background-color: #F1592A;
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 14.4px;
  font-size: 0.9rem; }
  #site-footer .footer-logo {
    max-width: 180px;
    display: block;
    margin-bottom: 32px; }
    @media (max-width: 991px) {
      #site-footer .footer-logo {
        margin: 0 auto 32px auto; } }
    @media (max-width: 768px) {
      #site-footer .footer-logo {
        max-width: 160px; } }
    @media (max-width: 576px) {
      #site-footer .footer-logo {
        max-width: 140px; } }
  #site-footer .footer-contact {
    list-style-type: none; }
    #site-footer .footer-contact li {
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 100%; }
      @media (max-width: 576px) {
        #site-footer .footer-contact li {
          justify-content: center; } }
      #site-footer .footer-contact li span {
        color: #fff;
        display: flex; }
      #site-footer .footer-contact li a {
        display: flex;
        align-items: center;
        color: #fff;
        padding: 3px 0;
        text-transform: none;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #site-footer .footer-contact li a:hover {
          color: #4C5454;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
        #site-footer .footer-contact li a i {
          display: flex;
          text-align: left;
          justify-content: flex-start;
          width: 24px;
          height: 12px;
          color: #fff;
          margin-right: 4px; }
    #site-footer .footer-contact li.footer-abn {
      margin-top: 1.5em; }
      @media (max-width: 991px) {
        #site-footer .footer-contact li.footer-abn {
          margin-top: 0px; } }
      #site-footer .footer-contact li.footer-abn span {
        display: inline-block;
        margin-left: 4px; }
  @media (max-width: 576px) {
    #site-footer #nav_menu-2 {
      margin-bottom: 0; } }
  #site-footer .footer-social {
    margin: 2em 0;
    list-style-type: none;
    padding: 0;
    text-align: center; }
    #site-footer .footer-social li {
      display: inline-block;
      margin: 0 8px;
      padding-left: 0 !important; }
      @media (max-width: 1200px) {
        #site-footer .footer-social li {
          margin: 0 4px; } }
      #site-footer .footer-social li a {
        color: #F1592A;
        width: 48px;
        height: 48px;
        display: block;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        font-size: 12.8px;
        font-size: 0.8rem;
        text-align: center;
        padding: 6px; }
        #site-footer .footer-social li a:hover, #site-footer .footer-social li a:focus {
          background-color: #FDB813;
          color: #F1592A;
          opacity: 1; }
  #site-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    #site-footer ul li {
      display: block;
      padding-left: 0;
      margin-bottom: 6px; }
      @media (max-width: 576px) {
        #site-footer ul li {
          text-align: center; } }
      #site-footer ul li a {
        color: #fff;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #site-footer ul li a:hover {
          color: #FDB813;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
  #site-footer .cta-footer-btn {
    display: inline-block;
    background-color: #FDB813;
    color: #fff;
    border-radius: 24px;
    padding: 8px 32px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-transform: uppercase;
    font-size: 14.4px;
    font-size: 0.9rem; }
    #site-footer .cta-footer-btn:hover {
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      background-color: #4C5454; }

.sub-footer {
  padding: 48px 0 12px 0; }
  @media (max-width: 991px) {
    .sub-footer {
      padding-top: 32px; } }
  @media (max-width: 576px) {
    .sub-footer .copyright {
      padding: 0 48px; } }
  .sub-footer .copyright p {
    color: #fff;
    font-size: 11.2px;
    font-size: 0.7rem;
    margin-bottom: 0px; }
    @media (max-width: 991px) {
      .sub-footer .copyright p {
        text-align: center; } }
    .sub-footer .copyright p .creativetune-logo {
      margin-left: 0.3em;
      max-width: 120px; }

.footer-wave {
  z-index: 9;
  position: relative; }

/*--------------------------------------------------------------
# Back To Top
--------------------------------------------------------------*/
.topbutton {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  background-color: #FDB813;
  display: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 9.6px;
  font-size: 0.6rem;
  text-align: center;
  text-transform: uppercase; }
  .topbutton i {
    font-size: 14.4px;
    font-size: 0.9rem;
    color: #fff;
    padding: 15px 17px 0px 17px; }
  .topbutton:hover, .topbutton:focus {
    background-color: #F1592A;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }

/*--------------------------------------------------------------
# Spacing
--------------------------------------------------------------*/
.mt-0 {
  margin-top: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.ml-0 {
  margin-left: 0px; }

.mr-0 {
  margin-right: 0px; }

.pt-0 {
  padding-top: 0px; }

.pb-0 {
  padding-bottom: 0px; }

.pr-0 {
  padding-right: 0px; }

.pl-0 {
  padding-left: 0px; }

.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.ml-10 {
  margin-left: 10px; }

.mr-10 {
  margin-right: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.pr-10 {
  padding-right: 10px; }

.pl-10 {
  padding-left: 10px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-20 {
  margin-left: 20px; }

.mr-20 {
  margin-right: 20px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.pr-20 {
  padding-right: 20px; }

.pl-20 {
  padding-left: 20px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.ml-30 {
  margin-left: 30px; }

.mr-30 {
  margin-right: 30px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pr-30 {
  padding-right: 30px; }

.pl-30 {
  padding-left: 30px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

.mr-40 {
  margin-right: 40px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pr-40 {
  padding-right: 40px; }

.pl-40 {
  padding-left: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-50 {
  margin-left: 50px; }

.mr-50 {
  margin-right: 50px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pr-50 {
  padding-right: 50px; }

.pl-50 {
  padding-left: 50px; }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.ml-60 {
  margin-left: 60px; }

.mr-60 {
  margin-right: 60px; }

.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.pr-60 {
  padding-right: 60px; }

.pl-60 {
  padding-left: 60px; }

.mt-70 {
  margin-top: 70px; }

.mb-70 {
  margin-bottom: 70px; }

.ml-70 {
  margin-left: 70px; }

.mr-70 {
  margin-right: 70px; }

.pt-70 {
  padding-top: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.pr-70 {
  padding-right: 70px; }

.pl-70 {
  padding-left: 70px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.ml-80 {
  margin-left: 80px; }

.mr-80 {
  margin-right: 80px; }

.pt-80 {
  padding-top: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.pr-80 {
  padding-right: 80px; }

.pl-80 {
  padding-left: 80px; }

.mt-90 {
  margin-top: 90px; }

.mb-90 {
  margin-bottom: 90px; }

.ml-90 {
  margin-left: 90px; }

.mr-90 {
  margin-right: 90px; }

.pt-90 {
  padding-top: 90px; }

.pb-90 {
  padding-bottom: 90px; }

.pr-90 {
  padding-right: 90px; }

.pl-90 {
  padding-left: 90px; }

.mt-100 {
  margin-top: 100px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-100 {
  margin-left: 100px; }

.mr-100 {
  margin-right: 100px; }

.pt-100 {
  padding-top: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.pr-100 {
  padding-right: 100px; }

.pl-100 {
  padding-left: 100px; }

.mt-110 {
  margin-top: 110px; }

.mb-110 {
  margin-bottom: 110px; }

.ml-110 {
  margin-left: 110px; }

.mr-110 {
  margin-right: 110px; }

.pt-110 {
  padding-top: 110px; }

.pb-110 {
  padding-bottom: 110px; }

.pr-110 {
  padding-right: 110px; }

.pl-110 {
  padding-left: 110px; }

.mt-120 {
  margin-top: 120px; }

.mb-120 {
  margin-bottom: 120px; }

.ml-120 {
  margin-left: 120px; }

.mr-120 {
  margin-right: 120px; }

.pt-120 {
  padding-top: 120px; }

.pb-120 {
  padding-bottom: 120px; }

.pr-120 {
  padding-right: 120px; }

.pl-120 {
  padding-left: 120px; }

.mt-130 {
  margin-top: 130px; }

.mb-130 {
  margin-bottom: 130px; }

.ml-130 {
  margin-left: 130px; }

.mr-130 {
  margin-right: 130px; }

.pt-130 {
  padding-top: 130px; }

.pb-130 {
  padding-bottom: 130px; }

.pr-130 {
  padding-right: 130px; }

.pl-130 {
  padding-left: 130px; }

.mt-140 {
  margin-top: 140px; }

.mb-140 {
  margin-bottom: 140px; }

.ml-140 {
  margin-left: 140px; }

.mr-140 {
  margin-right: 140px; }

.pt-140 {
  padding-top: 140px; }

.pb-140 {
  padding-bottom: 140px; }

.pr-140 {
  padding-right: 140px; }

.pl-140 {
  padding-left: 140px; }

.mt-150 {
  margin-top: 150px; }

.mb-150 {
  margin-bottom: 150px; }

.ml-150 {
  margin-left: 150px; }

.mr-150 {
  margin-right: 150px; }

.pt-150 {
  padding-top: 150px; }

.pb-150 {
  padding-bottom: 150px; }

.pr-150 {
  padding-right: 150px; }

.pl-150 {
  padding-left: 150px; }

.mt-160 {
  margin-top: 160px; }

.mb-160 {
  margin-bottom: 160px; }

.ml-160 {
  margin-left: 160px; }

.mr-160 {
  margin-right: 160px; }

.pt-160 {
  padding-top: 160px; }

.pb-160 {
  padding-bottom: 160px; }

.pr-160 {
  padding-right: 160px; }

.pl-160 {
  padding-left: 160px; }

.mt-170 {
  margin-top: 170px; }

.mb-170 {
  margin-bottom: 170px; }

.ml-170 {
  margin-left: 170px; }

.mr-170 {
  margin-right: 170px; }

.pt-170 {
  padding-top: 170px; }

.pb-170 {
  padding-bottom: 170px; }

.pr-170 {
  padding-right: 170px; }

.pl-170 {
  padding-left: 170px; }

.mt-180 {
  margin-top: 180px; }

.mb-180 {
  margin-bottom: 180px; }

.ml-180 {
  margin-left: 180px; }

.mr-180 {
  margin-right: 180px; }

.pt-180 {
  padding-top: 180px; }

.pb-180 {
  padding-bottom: 180px; }

.pr-180 {
  padding-right: 180px; }

.pl-180 {
  padding-left: 180px; }

.mt-190 {
  margin-top: 190px; }

.mb-190 {
  margin-bottom: 190px; }

.ml-190 {
  margin-left: 190px; }

.mr-190 {
  margin-right: 190px; }

.pt-190 {
  padding-top: 190px; }

.pb-190 {
  padding-bottom: 190px; }

.pr-190 {
  padding-right: 190px; }

.pl-190 {
  padding-left: 190px; }

.mt-200 {
  margin-top: 200px; }

.mb-200 {
  margin-bottom: 200px; }

.ml-200 {
  margin-left: 200px; }

.mr-200 {
  margin-right: 200px; }

.pt-200 {
  padding-top: 200px; }

.pb-200 {
  padding-bottom: 200px; }

.pr-200 {
  padding-right: 200px; }

.pl-200 {
  padding-left: 200px; }

@media screen and (max-width: 991px) {
  .pt-md-0 {
    padding-top: 0px !important; }

  .pr-md-0 {
    padding-right: 0px !important; }

  .pb-md-0 {
    padding-bottom: 0px !important; }

  .pl-md-0 {
    padding-left: 0px !important; }

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

  .mr-md-0 {
    margin-right: 0px !important; }

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

  .ml-md-0 {
    margin-left: 0px !important; }

  .pt-md-10 {
    padding-top: 10px !important; }

  .pr-md-10 {
    padding-right: 10px !important; }

  .pb-md-10 {
    padding-bottom: 10px !important; }

  .pl-md-10 {
    padding-left: 10px !important; }

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

  .mr-md-10 {
    margin-right: 10px !important; }

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

  .ml-md-10 {
    margin-left: 10px !important; }

  .pt-md-20 {
    padding-top: 20px !important; }

  .pr-md-20 {
    padding-right: 20px !important; }

  .pb-md-20 {
    padding-bottom: 20px !important; }

  .pl-md-20 {
    padding-left: 20px !important; }

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

  .mr-md-20 {
    margin-right: 20px !important; }

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

  .ml-md-20 {
    margin-left: 20px !important; }

  .pt-md-30 {
    padding-top: 30px !important; }

  .pr-md-30 {
    padding-right: 30px !important; }

  .pb-md-30 {
    padding-bottom: 30px !important; }

  .pl-md-30 {
    padding-left: 30px !important; }

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

  .mr-md-30 {
    margin-right: 30px !important; }

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

  .ml-md-30 {
    margin-left: 30px !important; }

  .pt-md-40 {
    padding-top: 40px !important; }

  .pr-md-40 {
    padding-right: 40px !important; }

  .pb-md-40 {
    padding-bottom: 40px !important; }

  .pl-md-40 {
    padding-left: 40px !important; }

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

  .mr-md-40 {
    margin-right: 40px !important; }

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

  .ml-md-40 {
    margin-left: 40px !important; }

  .pt-md-50 {
    padding-top: 50px !important; }

  .pr-md-50 {
    padding-right: 50px !important; }

  .pb-md-50 {
    padding-bottom: 50px !important; }

  .pl-md-50 {
    padding-left: 50px !important; }

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

  .mr-md-50 {
    margin-right: 50px !important; }

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

  .ml-md-50 {
    margin-left: 50px !important; } }
@media screen and (max-width: 768px) {
  .pt-sm-0 {
    padding-top: 0px !important; }

  .pr-sm-0 {
    padding-right: 0px !important; }

  .pb-sm-0 {
    padding-bottom: 0px !important; }

  .pl-sm-0 {
    padding-left: 0px !important; }

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

  .mr-sm-0 {
    margin-right: 0px !important; }

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

  .ml-sm-0 {
    margin-left: 0px !important; }

  .pt-sm-10 {
    padding-top: 10px !important; }

  .pr-sm-10 {
    padding-right: 10px !important; }

  .pb-sm-10 {
    padding-bottom: 10px !important; }

  .pl-sm-10 {
    padding-left: 10px !important; }

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

  .mr-sm-10 {
    margin-right: 10px !important; }

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

  .ml-sm-10 {
    margin-left: 10px !important; }

  .pt-sm-20 {
    padding-top: 20px !important; }

  .pr-sm-20 {
    padding-right: 20px !important; }

  .pb-sm-20 {
    padding-bottom: 20px !important; }

  .pl-sm-20 {
    padding-left: 20px !important; }

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

  .mr-sm-20 {
    margin-right: 20px !important; }

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

  .ml-sm-20 {
    margin-left: 20px !important; }

  .pt-sm-30 {
    padding-top: 30px !important; }

  .pr-sm-30 {
    padding-right: 30px !important; }

  .pb-sm-30 {
    padding-bottom: 30px !important; }

  .pl-sm-30 {
    padding-left: 30px !important; }

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

  .mr-sm-30 {
    margin-right: 30px !important; }

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

  .ml-sm-30 {
    margin-left: 30px !important; }

  .pt-sm-40 {
    padding-top: 40px !important; }

  .pr-sm-40 {
    padding-right: 40px !important; }

  .pb-sm-40 {
    padding-bottom: 40px !important; }

  .pl-sm-40 {
    padding-left: 40px !important; }

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

  .mr-sm-40 {
    margin-right: 40px !important; }

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

  .ml-sm-40 {
    margin-left: 40px !important; }

  .pt-sm-50 {
    padding-top: 50px !important; }

  .pr-sm-50 {
    padding-right: 50px !important; }

  .pb-sm-50 {
    padding-bottom: 50px !important; }

  .pl-sm-50 {
    padding-left: 50px !important; }

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

  .mr-sm-50 {
    margin-right: 50px !important; }

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

  .ml-sm-50 {
    margin-left: 50px !important; } }
/*--------------------------------------------------------------
# Additional Layout
--------------------------------------------------------------*/
.container-lg {
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 1200px) {
    .container-lg {
      padding-left: 15px;
      padding-right: 15px; } }

.bg-lightgrey {
  background-color: #FFF8F0; }

.bg-light {
  background-color: #f6f6f5; }

.bg-white {
  background-color: #fff; }

.bg-grey {
  background-color: #b5b4b4; }

.overlay {
  position: relative; }

.overlay:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.3;
  z-index: 0; }

.bg-lightblue {
  background-color: #FDB813; }
  .bg-lightblue h2, .bg-lightblue h3, .bg-lightblue h4 {
    color: #fff; }
  .bg-lightblue p {
    color: #fff; }

.width-1400 {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 1200px) {
    .width-1400 {
      padding-left: 15px;
      padding-right: 15px; } }

.overlay-gradient {
  position: relative; }

.overlay-gradient:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 60%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  opacity: 0.8;
  z-index: 0; }

@media screen and (max-width: 991px) {
  .container {
    max-width: 100% !important; } }
/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
.home-page-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 672px;
  padding-top: 180px; }
  @media (max-width: 991px) {
    .home-page-banner {
      background-image: none !important;
      height: auto;
      padding-top: 40px; }
      .home-page-banner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 480px;
        background: #f5d7a9;
        background: -moz-linear-gradient(180deg, #f5d7a9 0%, rgba(253, 245, 234, 0.6306897759) 69%, rgba(253, 245, 234, 0) 100%);
        background: -webkit-linear-gradient(180deg, #f5d7a9 0%, rgba(253, 245, 234, 0.6306897759) 69%, rgba(253, 245, 234, 0) 100%);
        background: linear-gradient(180deg, #f5d7a9 0%, rgba(253, 245, 234, 0.6306897759) 69%, rgba(253, 245, 234, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5d7a9",endColorstr="#fdf5ea",GradientType=1);
        z-index: -1; } }
  .home-page-banner .home-page-banner-img {
    position: absolute;
    width: 65%;
    left: 35%;
    top: 120px;
    z-index: 1;
    text-align: right;
    overflow: hidden; }
    .home-page-banner .home-page-banner-img img {
      max-width: 991px; }
      @media (max-width: 1480px) {
        .home-page-banner .home-page-banner-img img {
          width: 840px; } }
      @media (max-width: 991px) {
        .home-page-banner .home-page-banner-img img {
          width: 100%; } }
    @media (max-width: 991px) {
      .home-page-banner .home-page-banner-img {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        text-align: center; } }
  .home-page-banner .home-page-banner-content-wrapper {
    width: 50%;
    position: absolute;
    top: 220px;
    left: 0;
    padding-left: 10%;
    padding-top: 80px;
    z-index: 2;
    order: 1; }
    @media (max-width: 1480px) {
      .home-page-banner .home-page-banner-content-wrapper {
        width: 60%;
        top: 160px; } }
    @media (max-width: 1200px) {
      .home-page-banner .home-page-banner-content-wrapper {
        width: 70%; } }
    @media (max-width: 991px) {
      .home-page-banner .home-page-banner-content-wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 24px;
        text-align: center; } }
    .home-page-banner .home-page-banner-content-wrapper .pre_heading {
      font-size: 25.6px;
      font-size: 1.6rem;
      color: #F1592A; }
      @media (max-width: 576px) {
        .home-page-banner .home-page-banner-content-wrapper .pre_heading {
          font-size: 19.2px;
          font-size: 1.2rem; } }
    .home-page-banner .home-page-banner-content-wrapper .heading {
      font-size: 51.2px;
      font-size: 3.2rem;
      color: #F1592A;
      font-weight: 700; }
      @media (max-width: 768px) {
        .home-page-banner .home-page-banner-content-wrapper .heading {
          font-size: 44.8px;
          font-size: 2.8rem; } }
      @media (max-width: 576px) {
        .home-page-banner .home-page-banner-content-wrapper .heading {
          font-size: 35.2px;
          font-size: 2.2rem; } }
    .home-page-banner .home-page-banner-content-wrapper .caption {
      margin-top: 32px;
      margin-bottom: 32px;
      width: 70%; }
      @media (max-width: 991px) {
        .home-page-banner .home-page-banner-content-wrapper .caption {
          width: 100%;
          margin-top: 16px; } }
    .home-page-banner .home-page-banner-content-wrapper a {
      display: inline-block;
      background-color: #F1592A;
      color: #fff;
      border-radius: 24px;
      padding: 8px 32px;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      text-transform: uppercase;
      font-size: 14.4px;
      font-size: 0.9rem; }
      .home-page-banner .home-page-banner-content-wrapper a:visited {
        background-color: #F1592A;
        color: #fff; }
      .home-page-banner .home-page-banner-content-wrapper a:hover {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        background-color: #FDB813; }
      @media (max-width: 576px) {
        .home-page-banner .home-page-banner-content-wrapper a {
          width: 220px; } }
    .home-page-banner .home-page-banner-content-wrapper a.btn-banner-contact {
      display: inline-block;
      background-color: #FDB813;
      color: #fff;
      border-radius: 24px;
      padding: 8px 32px;
      margin-left: 12px;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      text-transform: uppercase;
      font-size: 14.4px;
      font-size: 0.9rem; }
      .home-page-banner .home-page-banner-content-wrapper a.btn-banner-contact:visited {
        background-color: #FDB813;
        color: #fff; }
      .home-page-banner .home-page-banner-content-wrapper a.btn-banner-contact:hover {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        background-color: #F1592A; }
      @media (max-width: 576px) {
        .home-page-banner .home-page-banner-content-wrapper a.btn-banner-contact {
          margin-top: 12px;
          width: 220px;
          margin-left: 0; } }

#home-content {
  padding-top: 40px;
  padding-bottom: 40px; }
  #home-content h1 {
    width: 58%;
    margin: 0 auto 32px auto; }
    @media (max-width: 1200px) {
      #home-content h1 {
        width: 80%; } }
    @media (max-width: 991px) {
      #home-content h1 {
        width: 100%; } }
  #home-content .home-content-cta-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 32px auto; }
    #home-content .home-content-cta-wrapper .home-content-cta-btn {
      display: inline-block;
      background-color: #F1592A;
      color: #fff;
      border-radius: 24px;
      padding: 8px 32px;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      text-transform: uppercase;
      font-size: 14.4px;
      font-size: 0.9rem;
      margin: 0 8px; }
      #home-content .home-content-cta-wrapper .home-content-cta-btn:hover {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        background-color: #FDB813; }
      @media (max-width: 576px) {
        #home-content .home-content-cta-wrapper .home-content-cta-btn {
          margin-bottom: 12px;
          width: 220px; } }
    #home-content .home-content-cta-wrapper .home-content-call-btn {
      display: inline-block;
      background-color: #FDB813;
      color: #fff;
      border-radius: 24px;
      padding: 8px 32px;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      text-transform: uppercase;
      font-size: 14.4px;
      font-size: 0.9rem;
      margin: 0 8px; }
      #home-content .home-content-cta-wrapper .home-content-call-btn:hover {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        background-color: #4C5454; }
      #home-content .home-content-cta-wrapper .home-content-call-btn i {
        margin-right: 12px; }
      @media (max-width: 576px) {
        #home-content .home-content-cta-wrapper .home-content-call-btn {
          margin-bottom: 12px;
          width: 220px; } }

#cta-home {
  margin-top: -90px;
  z-index: 8;
  position: relative; }

#home-faqs {
  padding-top: 80px;
  padding-bottom: 0px; }

/*--------------------------------------------------------------
# Internal Page Header
--------------------------------------------------------------*/
.page-header {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 360px;
  padding-top: 220px; }
  @media screen and (min-width: 1900px) {
    .page-header {
      height: 380px; } }
  @media screen and (min-width: 2100px) {
    .page-header {
      height: 460px; } }
  @media (max-width: 991px) {
    .page-header {
      background-image: none !important;
      height: 220px;
      padding-top: 90px; }
      .page-header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 480px;
        background: #f5d7a9;
        background: -moz-linear-gradient(180deg, #f5d7a9 0%, rgba(253, 245, 234, 0.6306897759) 69%, rgba(253, 245, 234, 0) 100%);
        background: -webkit-linear-gradient(180deg, #f5d7a9 0%, rgba(253, 245, 234, 0.6306897759) 69%, rgba(253, 245, 234, 0) 100%);
        background: linear-gradient(180deg, #f5d7a9 0%, rgba(253, 245, 234, 0.6306897759) 69%, rgba(253, 245, 234, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5d7a9",endColorstr="#fdf5ea",GradientType=1);
        z-index: -1; } }
  .page-header .page-header-content {
    padding: 0 16px;
    width: 100%;
    height: auto; }
    @media (max-width: 576px) {
      .page-header .page-header-content {
        padding: 0 16px; } }
    .page-header .page-header-content h1 {
      text-align: left;
      font-weight: 700;
      color: #F1592A;
      margin-bottom: 0px;
      margin-top: 0; }
      @media (max-width: 991px) {
        .page-header .page-header-content h1 {
          text-align: center; } }
      @media (max-width: 768px) {
        .page-header .page-header-content h1 {
          font-size: 33.6px;
          font-size: 2.1rem; } }
      @media (max-width: 576px) {
        .page-header .page-header-content h1 {
          font-size: 28.8px;
          font-size: 1.8rem; } }
    .page-header .page-header-content .pre-header-title {
      margin-bottom: 0;
      color: #F1592A; }
      @media (max-width: 991px) {
        .page-header .page-header-content .pre-header-title {
          text-align: center; } }

.not-found-page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 220px; }

.not-found-container {
  padding-top: 60px;
  padding-bottom: 60px; }

/*--------------------------------------------------------------
# Contact Form Section
--------------------------------------------------------------*/
.enquiry {
  padding-top: 24px; }
  @media (max-width: 768px) {
    .enquiry {
      padding-top: 0; } }
  .enquiry .gform_body ul {
    margin-bottom: 0 !important; }
    .enquiry .gform_body ul li {
      margin-top: 0 !important; }
      .enquiry .gform_body ul li #input_1_1 label {
        display: none; }
      .enquiry .gform_body ul li input {
        border-radius: 24px;
        padding: 8px 32px !important;
        background-color: #f3f3f3; }
      .enquiry .gform_body ul li textarea {
        border-radius: 24px;
        height: 148px;
        background-color: #f3f3f3;
        padding: 16px 32px !important; }
      .enquiry .gform_body ul li select {
        border-radius: 24px;
        padding: 8px 32px !important;
        background-color: #f3f3f3;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-image: url("https://www.wheelsforrideshare.com.au/wp-content/uploads/2020/06/arrow-down.svg");
        background-repeat: no-repeat;
        background-position-x: 97.5%;
        background-position-y: 12px;
        background-size: 18px 18px; }
    .enquiry .gform_body ul li.hidden_label input {
      margin-top: 0; }
    @media (max-width: 991px) {
      .enquiry .gform_body ul li.gf_left_half {
        width: 100% !important; } }
    @media (max-width: 991px) {
      .enquiry .gform_body ul li.gf_right_half {
        width: 100% !important; } }
    @media (max-width: 991px) {
      .enquiry .gform_body ul #field_1_1 .name_first {
        width: 100% !important;
        margin-bottom: 16px; } }
    @media (max-width: 991px) {
      .enquiry .gform_body ul #field_1_1 .name_last {
        width: 100% !important; } }
    .enquiry .gform_body ul #field_2_4 {
      margin-top: 12px !important; }
    .enquiry .gform_body ul #field_2_10 {
      margin-top: 36px !important; }
    .enquiry .gform_body ul #field_2_9 {
      margin-top: 24px !important; }
  .enquiry .gform_footer {
    text-align: left;
    margin-top: 0 !important;
    padding-top: 0 !important; }
    .enquiry .gform_footer input[type=submit] {
      width: auto !important;
      font-family: urbane-rounded, sans-serif;
      font-size: 0.9em !important;
      color: #fff;
      border-radius: 24px;
      background-color: #F1592A !important;
      border: 0;
      box-shadow: none;
      text-shadow: none;
      padding: 8px 62px !important;
      height: 46px;
      margin-top: 0px !important;
      font-weight: 700;
      text-transform: uppercase;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
      .enquiry .gform_footer input[type=submit]:hover {
        background-color: #FDB813 !important;
        color: #fff; }
    .enquiry .gform_footer #gform_submit_button_2 {
      margin-top: 24px !important; }
  .enquiry .validation_error {
    color: #d90000 !important;
    background-color: transparent;
    border-top: 0 !important;
    border-bottom: 0 !important; }
  .enquiry li.gfield_error {
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    background-color: transparent !important; }
    .enquiry li.gfield_error .validation_message {
      color: #d90000 !important;
      padding-top: 4px !important; }

#gform_wrapper_2 .gform_footer {
  text-align: center;
  border-top: 1px dotted #F1592A;
  margin-top: 24px !important; }

.get-in-touch .gform_body input {
  border-radius: 0px !important;
  height: 42px;
  background-color: #fff;
  padding: 8px 20px !important;
  border: 0; }

.get-in-touch .gform_body ul {
  margin-bottom: 0 !important; }
  .get-in-touch .gform_body ul li {
    margin: 0 !important;
    background-image: none !important;
    padding-right: 0 !important; }

.get-in-touch .ginput_container_textarea {
  padding-top: 15px;
  border-radius: 0; }

.get-in-touch .gform_body textarea {
  padding: 15px 20px !important;
  height: 180px !important;
  margin-bottom: 0 !important;
  border-radius: 0;
  background-color: #fff;
  border: 0; }

.get-in-touch #input_1_1 label {
  display: none; }
.get-in-touch #field_1_2 {
  padding-right: 8px !important; }
.get-in-touch #field_1_3 {
  padding-left: 8px !important; }

@media screen and (max-width: 640px) {
  .get-in-touch #field_1_2 {
    padding-right: 0px !important; }
  .get-in-touch #field_1_3 {
    padding-left: 0px !important; } }
.get-in-touch .gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding: 0 !important;
  padding-right: 0px !important; }
  @media (max-width: 768px) {
    .get-in-touch .gform_wrapper .gform_footer {
      padding-right: 0 !important; } }

.get-in-touch .gform_footer input[type=submit] {
  width: 100% !important;
  font-family: urbane-rounded, sans-serif;
  font-size: 1.2em !important;
  height: 55px;
  color: #fff;
  border: 0;
  border-radius: 0;
  background-color: #4C5454 !important;
  box-shadow: none;
  text-shadow: none;
  padding: 8px 20px;
  margin-top: 15px !important;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  .get-in-touch .gform_footer input[type=submit]:hover {
    background-color: #FDB813 !important;
    color: #fff; }

.gform_wrapper.gf_browser_chrome .gform_body {
  width: 100% !important; }

::-webkit-input-placeholder {
  color: #999; }

:-moz-placeholder {
  opacity: 1;
  color: #999; }

/* Firefox 18- */
::-moz-placeholder {
  opacity: 1;
  color: #999; }

/* firefox 19+ */
:-ms-input-placeholder {
  color: #999; }

/* ie */
input:-moz-placeholder {
  color: #999; }

select:-moz-placeholder {
  color: #999; }

select::-webkit-input-placeholder {
  color: #999; }

text-area::-webkit-input-placeholder {
  color: #999; }

text-area:-moz-placeholder {
  color: #999; }

.contact-form .gform_body ul {
  margin-bottom: 0 !important; }
  .contact-form .gform_body ul li {
    margin: 0 !important;
    background-image: none !important; }
    .contact-form .gform_body ul li input {
      border-radius: 0px !important;
      height: 52px;
      background-color: #efefef;
      padding: 8px 20px !important;
      border: 0;
      color: #F1592A; }
    .contact-form .gform_body ul li input::-webkit-input-placeholder {
      color: #888; }
    .contact-form .gform_body ul li input:-moz-placeholder {
      color: #888; }
    .contact-form .gform_body ul li input::-moz-placeholder {
      color: #888; }
    .contact-form .gform_body ul li input:-ms-input-placeholder {
      color: #888; }
    .contact-form .gform_body ul li textarea {
      border-radius: 0 !important;
      height: 148px;
      background-color: #efefef;
      padding: 8px 20px !important;
      border: 0;
      color: #F1592A;
      margin-top: 16px !important; }
    .contact-form .gform_body ul li textarea::-webkit-input-placeholder {
      color: #888; }
    .contact-form .gform_body ul li textarea:-moz-placeholder {
      color: #888; }
    .contact-form .gform_body ul li textarea::-moz-placeholder {
      color: #888; }
    .contact-form .gform_body ul li textarea:-ms-input-placeholder {
      color: #888; }
    .contact-form .gform_body ul li #input_1_1 label {
      display: none; }
  .contact-form .gform_body ul li#field_1_2.gfield_error {
    margin-right: 16px !important; }
.contact-form .gform_footer {
  text-align: left; }
  .contact-form .gform_footer input[type=submit] {
    width: auto !important;
    font-family: urbane-rounded, sans-serif;
    font-size: 1em !important;
    height: 52px;
    color: #fff;
    border-radius: 0px;
    background-color: #F1592A !important;
    border: 1px solid #F1592A;
    box-shadow: none;
    text-shadow: none;
    padding: 8px 62px !important;
    margin-top: 0px !important;
    font-weight: 700;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    .contact-form .gform_footer input[type=submit]:hover {
      background-color: #FDB813 !important;
      color: #fff;
      border: 1px solid #FDB813; }
.contact-form .validation_error {
  color: #d90000 !important;
  background-color: transparent;
  border-top: 0 !important;
  border-bottom: 0 !important; }
.contact-form li.gfield_error {
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  background-color: transparent !important; }
  .contact-form li.gfield_error .validation_message {
    color: #d90000 !important; }

.contact-page-form .gform_wrapper {
  margin-top: 0; }
.contact-page-form #gform_1 .gform_body ul {
  margin-bottom: 0 !important; }
  .contact-page-form #gform_1 .gform_body ul li {
    margin: 0 !important;
    background-image: none !important; }
    .contact-page-form #gform_1 .gform_body ul li input {
      border-radius: 4px !important;
      height: 52px;
      background-color: #a9a4a4;
      padding: 8px 20px !important;
      border: 0;
      color: #443511; }
    .contact-page-form #gform_1 .gform_body ul li input::-webkit-input-placeholder {
      color: #fff; }
    .contact-page-form #gform_1 .gform_body ul li input:-moz-placeholder {
      color: #fff; }
    .contact-page-form #gform_1 .gform_body ul li input::-moz-placeholder {
      color: #fff; }
    .contact-page-form #gform_1 .gform_body ul li input:-ms-input-placeholder {
      color: #fff; }
    .contact-page-form #gform_1 .gform_body ul li textarea {
      border-radius: 4px !important;
      height: 148px;
      background-color: #a9a4a4;
      padding: 8px 20px !important;
      border: 0;
      color: #443511;
      margin-top: 16px !important; }
    .contact-page-form #gform_1 .gform_body ul li textarea::-webkit-input-placeholder {
      color: #fff; }
    .contact-page-form #gform_1 .gform_body ul li textarea:-moz-placeholder {
      color: #fff; }
    .contact-page-form #gform_1 .gform_body ul li textarea::-moz-placeholder {
      color: #fff; }
    .contact-page-form #gform_1 .gform_body ul li textarea:-ms-input-placeholder {
      color: #fff; }
    .contact-page-form #gform_1 .gform_body ul li #input_1_1 label {
      display: none; }
.contact-page-form #gform_1 .gform_footer {
  text-align: left; }
  .contact-page-form #gform_1 .gform_footer input[type=submit] {
    width: auto !important;
    font-family: urbane-rounded, sans-serif;
    font-size: 1em !important;
    height: 52px;
    color: #fff;
    border-radius: 4px;
    background-color: #443511 !important;
    box-shadow: none;
    text-shadow: none;
    padding: 8px 62px !important;
    margin-top: 0px !important;
    font-weight: 700;
    border: 0;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
    .contact-page-form #gform_1 .gform_footer input[type=submit]:hover {
      background-color: #F1592A !important;
      color: #fff; }

/*--------------------------------------------------------------
# Search Box
--------------------------------------------------------------*/
#searchform input[type="text"] {
  background-color: #efefef;
  border: 0;
  padding: 8px 12px;
  height: 45px;
  width: 80%;
  margin: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
#searchform button.search-submit {
  background-color: #FDB813;
  color: #fff;
  padding: 12px;
  border: 0;
  height: 45px;
  width: 20%;
  margin: 0;
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  #searchform button.search-submit:hover, #searchform button.search-submit:focus {
    background-color: #F1592A;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
  #searchform button.search-submit i {
    font-size: 16px;
    font-size: 1rem;
    color: #fff; }

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.single-post-container {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .single-post-container {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media (max-width: 576px) {
    .single-post-container {
      padding-top: 24px;
      padding-bottom: 24px; } }
  .single-post-container .post-feature-img {
    width: 100%;
    height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 24px; }
    @media (max-width: 768px) {
      .single-post-container .post-feature-img {
        height: 380px; } }
    @media (max-width: 576px) {
      .single-post-container .post-feature-img {
        height: 300px; } }

.archive-post-container {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .archive-post-container {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media (max-width: 576px) {
    .archive-post-container {
      padding-top: 24px;
      padding-bottom: 24px; } }
  .archive-post-container article {
    margin-bottom: 48px; }
    .archive-post-container article .entry-header h2 {
      margin-bottom: 10px; }
      .archive-post-container article .entry-header h2 a {
        color: #F1592A;
        text-transform: uppercase;
        font-weight: 700; }
        .archive-post-container article .entry-header h2 a:after {
          display: none; }
    .archive-post-container article span.date {
      color: #FDB813;
      font-size: 14px;
      font-style: italic;
      margin-bottom: 18px;
      display: block; }
    .archive-post-container article a {
      display: inline-block;
      text-align: center;
      background-color: transparent;
      text-transform: uppercase;
      font-weight: 700;
      color: #4C5454;
      position: relative;
      padding-left: 0;
      padding: 8px 32px 8px 0;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
      .archive-post-container article a:hover {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        color: #F1592A; }
        .archive-post-container article a:hover:after {
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          color: #F1592A; }
      .archive-post-container article a:after {
        position: absolute;
        color: #4C5454;
        content: '\f30b';
        font-family: 'Font Awesome 5 Pro';
        top: 8px;
        margin-top: 0;
        right: 0px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }

/*--------------------------------------------------------------
# Rideshare
--------------------------------------------------------------*/
#rideshare {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  display: flex;
  padding: 160px 0;
  justify-content: center;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    #rideshare {
      padding: 120px  0;
      background-attachment: scroll; } }
  #rideshare:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CC5803;
    opacity: 0.88;
    z-index: 0; }
  @media (max-width: 576px) {
    #rideshare {
      margin: 0; } }
  #rideshare .rideshare-content {
    width: 100%;
    max-width: 1340px;
    padding: 0 16px;
    text-align: center;
    z-index: 2; }
    #rideshare .rideshare-content p {
      width: 80%;
      margin: 0 auto;
      color: #fff; }
    #rideshare .rideshare-content h2 {
      color: #fff; }
    #rideshare .rideshare-content .rideshare-icons {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-top: 32px; }
      #rideshare .rideshare-content .rideshare-icons .rideshare-icon {
        width: 16.666%;
        padding: 0 4px;
        text-align: center; }
        @media (max-width: 1200px) {
          #rideshare .rideshare-content .rideshare-icons .rideshare-icon {
            width: 33.333%;
            margin-bottom: 18px; } }
        @media (max-width: 576px) {
          #rideshare .rideshare-content .rideshare-icons .rideshare-icon {
            width: 50%; } }
        #rideshare .rideshare-content .rideshare-icons .rideshare-icon img {
          width: 80px;
          display: block;
          margin: 0 auto 12px auto;
          min-height: 100px; }
        #rideshare .rideshare-content .rideshare-icons .rideshare-icon p {
          line-height: 1.2em; }

#rideshare-footer {
  margin-bottom: -15%; }
  @media screen and (min-width: 1921px) {
    #rideshare-footer {
      margin-bottom: -12%; } }
  #rideshare-footer #rideshare {
    padding-bottom: 320px; }
    @media (max-width: 991px) {
      #rideshare-footer #rideshare {
        padding-bottom: 280px; } }
    @media (max-width: 768px) {
      #rideshare-footer #rideshare {
        padding-bottom: 200px; } }

/*--------------------------------------------------------------
# FAQS
--------------------------------------------------------------*/
#faqs-accordion {
  margin-top: 32px; }
  #faqs-accordion .card {
    background-color: transparent;
    border: 0;
    margin-bottom: 8px;
    border-radius: 0;
    padding: 0; }
    #faqs-accordion .card .card-header {
      padding: 0;
      position: relative;
      background-color: transparent;
      border-bottom: 0;
      margin-bottom: 0; }
      #faqs-accordion .card .card-header .btn {
        display: block;
        width: 100%;
        height: 100%;
        padding: 16px 32px;
        text-align: left;
        background-color: transparent;
        color: #4C5454;
        border: 1px solid #4C5454;
        border: 1px solid #333;
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease; }
        #faqs-accordion .card .card-header .btn:hover {
          text-decoration: none;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          background-color: #F1592A;
          color: #fff;
          border: 1px solid #F1592A; }
          #faqs-accordion .card .card-header .btn:hover:after {
            color: #fff; }
        #faqs-accordion .card .card-header .btn:after {
          font-family: 'Font Awesome 5 Pro';
          content: "\f068";
          float: right;
          color: #F1592A; }
        @media (max-width: 768px) {
          #faqs-accordion .card .card-header .btn {
            padding: 16px 20px; } }
        @media (max-width: 576px) {
          #faqs-accordion .card .card-header .btn {
            padding: 12px 16px;
            font-size: 14.4px;
            font-size: 0.9rem; } }
      #faqs-accordion .card .card-header .collapsed:after {
        font-family: 'Font Awesome 5 Pro';
        color: #F1592A;
        content: "\f067";
        float: right; }
    #faqs-accordion .card .show > .card-header.btn {
      color: red; }
    #faqs-accordion .card .card-body {
      background-color: #f4f4f4;
      margin-top: 8px;
      border-radius: 8px; }
      @media (max-width: 576px) {
        #faqs-accordion .card .card-body {
          font-size: 14.4px;
          font-size: 0.9rem; } }

#faqs {
  padding-bottom: 80px; }

#cta-faqs {
  margin-bottom: -100px;
  position: relative;
  z-index: 2; }
  @media (max-width: 768px) {
    #cta-faqs {
      margin-bottom: -60px; } }
  @media (max-width: 576px) {
    #cta-faqs {
      margin-bottom: 0; } }

/*--------------------------------------------------------------
# Cars
--------------------------------------------------------------*/
#home-car {
  background-color: #f3f3f3;
  padding-top: 80px;
  padding-bottom: 80px; }
  #home-car h2 {
    margin-bottom: 12px; }

.cars {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  max-width: 991px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 991px) {
    .cars {
      justify-content: center;
      margin-bottom: 0; } }
  .cars .car {
    width: 50%;
    padding: 0 16px;
    text-align: center;
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      .cars .car {
        width: 50%;
        margin-bottom: 32px; } }
    @media (max-width: 576px) {
      .cars .car {
        width: 100%;
        margin-bottom: 24px; } }
    .cars .car .car-img {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      height: 300px;
      width: 360px;
      margin: 0 auto; }
      @media (max-width: 1024px) {
        .cars .car .car-img {
          height: 280px; } }
      @media (max-width: 991px) {
        .cars .car .car-img {
          height: 330px; } }
      @media (max-width: 768px) {
        .cars .car .car-img {
          height: 280px;
          width: 280px; } }
      @media (max-width: 576px) {
        .cars .car .car-img {
          height: 270px;
          width: 270px;
          margin: 0 auto; } }
    .cars .car h3 {
      margin-bottom: 6px;
      font-size: 24px;
      font-size: 1.5rem;
      color: #4C5454; }
    .cars .car .car-price {
      font-size: 17.6px;
      font-size: 1.1rem;
      color: #F1592A;
      font-weight: 700; }
    .cars .car a {
      display: inline-block;
      background-color: #F1592A;
      color: #fff;
      border-radius: 24px;
      padding: 8px 32px;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      text-transform: uppercase;
      font-size: 14.4px;
      font-size: 0.9rem; }
      .cars .car a:hover {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        background-color: #FDB813; }

#cta-vehicles {
  padding-top: 100px;
  margin-bottom: -100px;
  z-index: 8;
  position: relative; }
  @media (max-width: 768px) {
    #cta-vehicles {
      margin-bottom: -60px; } }
  @media (max-width: 576px) {
    #cta-vehicles {
      margin-bottom: 0; } }

.single-cars .single-car-content {
  padding-bottom: 48px; }
  .single-cars .single-car-content h2 {
    margin-bottom: 12px; }
.single-cars .car-feature-img {
  width: 60%;
  margin: 0 auto;
  display: block; }

.small-car-promo {
  align-items: center;
  margin-bottom: 24px; }
  @media (max-width: 576px) {
    .small-car-promo {
      text-align: center; } }
  .small-car-promo .promo-car {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    display: block; }
  .small-car-promo h2 {
    margin-bottom: 18px; }
  .small-car-promo h3 {
    color: #4C5454;
    margin-bottom: 12px; }
  .small-car-promo h4 {
    font-size: 18px;
    color: #F1592A; }
    .small-car-promo h4 span.line-through {
      opacity: 0.7;
      text-decoration: line-through; }

.contact-details {
  list-style-type: none;
  padding: 0;
  margin: 0 0 24px 0; }
  .contact-details li {
    display: flex;
    flex-direction: row; }
    .contact-details li i {
      width: 32px;
      text-align: center;
      color: #4C5454; }

.orange-block {
  background-color: #F1592A;
  padding: 32px;
  border-radius: 24px; }
  .orange-block p {
    color: #fff; }
  .orange-block ul {
    color: #fff;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .orange-block ul li {
      color: #fff;
      padding-left: 15px; }
      .orange-block ul li:before {
        font-family: 'Font Awesome 5 Pro';
        content: '\f058';
        margin: 0 5px 0 -15px;
        color: #fff; }

.cta-section {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background-color: #FDB813;
  border-radius: 100px;
  padding: 2.5em 2em 2em 2em;
  text-align: center; }
  @media (max-width: 768px) {
    .cta-section {
      border-radius: 0;
      padding: 2.2em 20px; } }
  @media (max-width: 576px) {
    .cta-section {
      border-radius: 0;
      padding: 2em 16px; } }
  .cta-section h3 {
    color: #fff;
    margin-bottom: 8px; }
  .cta-section p {
    color: #fff; }
  .cta-section .cta-section-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    .cta-section .cta-section-buttons .cta-btn-1 {
      margin: 0 16px;
      display: inline-block;
      background-color: #F1592A;
      border: 1px solid #F1592A;
      color: #fff;
      border-radius: 24px;
      padding: 8px 32px;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      text-transform: uppercase;
      font-size: 14.4px;
      font-size: 0.9rem;
      margin: 0 8px; }
      .cta-section .cta-section-buttons .cta-btn-1:hover {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        background-color: #4C5454;
        border: 1px solid #4C5454; }
      @media (max-width: 576px) {
        .cta-section .cta-section-buttons .cta-btn-1 {
          margin-bottom: 18px; } }
    .cta-section .cta-section-buttons .cta-btn-2 {
      margin: 0 16px;
      display: inline-block;
      background-color: transparent;
      color: #fff;
      border-radius: 24px;
      padding: 8px 80px;
      border: 1px solid #fff;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      text-transform: uppercase;
      font-size: 14.4px;
      font-size: 0.9rem;
      margin: 0 8px; }
      .cta-section .cta-section-buttons .cta-btn-2:hover {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        background-color: #4C5454;
        border: 1px solid #4C5454; }
      @media (max-width: 576px) {
        .cta-section .cta-section-buttons .cta-btn-2 {
          margin-bottom: 18px; } }
