/*!
Theme Name: Lifely Care
Theme URI: https://www.creativetune.com.au
Author: Wayne Chandra
Author URI: https://www.creativetune.com.au
Description: Lifely Care 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/mpe2ykx.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
/*--------------------------------------------------------------
# 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: #232323;
  font-family: "Poppins", 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: museo, serif;
  font-weight: 700;
  color: #E5474B;
  margin-bottom: 1em;
  line-height: 1.2em; }

h1 {
  font-size: 48px;
  font-size: 3rem; }
  @media (max-width: 1200px) {
    h1 {
      font-size: 44.8px;
      font-size: 2.8rem; } }
  @media (max-width: 768px) {
    h1 {
      font-size: 41.6px;
      font-size: 2.6rem; } }
  @media (max-width: 576px) {
    h1 {
      font-size: 36.8px;
      font-size: 2.3rem; } }

h2 {
  font-size: 44.8px;
  font-size: 2.8rem; }
  @media (max-width: 1200px) {
    h2 {
      font-size: 38.4px;
      font-size: 2.4rem; } }
  @media (max-width: 768px) {
    h2 {
      font-size: 35.2px;
      font-size: 2.2rem; } }
  @media (max-width: 576px) {
    h2 {
      font-size: 30.4px;
      font-size: 1.9rem; } }

h3 {
  font-size: 32px;
  font-size: 2rem; }
  @media (max-width: 1200px) {
    h3 {
      font-size: 28.8px;
      font-size: 1.8rem; } }
  @media (max-width: 768px) {
    h3 {
      font-size: 27.2px;
      font-size: 1.7rem; } }
  @media (max-width: 576px) {
    h3 {
      font-size: 22.4px;
      font-size: 1.4rem; } }

h4 {
  font-size: 28.8px;
  font-size: 1.8rem; }
  @media (max-width: 768px) {
    h4 {
      font-size: 27.2px;
      font-size: 1.7rem; } }
  @media (max-width: 576px) {
    h4 {
      font-size: 22.4px;
      font-size: 1.4rem; } }

h5 {
  font-size: 25.6px;
  font-size: 1.6rem; }
  @media (max-width: 576px) {
    h5 {
      font-size: 19.2px;
      font-size: 1.2rem; } }

h6 {
  font-size: 22.4px;
  font-size: 1.4rem; }
  @media (max-width: 576px) {
    h6 {
      font-size: 17.6px;
      font-size: 1.1rem; } }

p {
  margin-bottom: 1em; }

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

blockquote {
  border-left: 12px solid #3A7CF3;
  padding-left: 1em;
  font-family: museo, 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: #E5474B; }

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

.text-black {
  color: #3A7CF3; }

@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: museo, serif;
  color: #E5474B;
  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: #F5D254; }

/*--------------------------------------------------------------
# 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: #E5474B;
  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: #3A7CF3; }

.btn-secondary {
  display: inline-block;
  background-color: #3A7CF3;
  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: #E5474B; }

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: #3A7CF3;
  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: #3A7CF3;
    text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #E5474B;
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar {
  background-color: #fff;
  height: auto;
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  top: 0;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 576px) {
    .navbar {
      padding-left: 16px;
      padding-right: 16px; } }
  .navbar .navbar-brand {
    width: 20%;
    margin-right: 0 !important;
    padding: 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; }
    @media (max-width: 1480px) {
      .navbar .navbar-brand {
        width: 200px;
        left: 16px; } }
    @media (max-width: 1200px) {
      .navbar .navbar-brand {
        width: 200px; } }
    @media (max-width: 991px) {
      .navbar .navbar-brand {
        width: 180px; } }
    @media (max-width: 320px) {
      .navbar .navbar-brand {
        max-width: 240px; } }
    .navbar .navbar-brand img {
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      width: 100%; }
    .navbar .navbar-brand .small-logo {
      width: 140px;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease; }
  .navbar .creativetune-toggler {
    border: 0;
    border-radius: 50%;
    background-color: #E5474B;
    font-size: 1em !important;
    padding: 12px;
    margin: 13px 18px 13px auto;
    border: 1px solid #E5474B; }
    @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: 80%;
    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; }
    @media (max-width: 1200px) {
      .navbar #main-menu ul#menu-primary-menu {
        border-bottom: 0;
        padding-left: 0;
        padding-bottom: 32px;
        padding-top: 20px; } }
    .navbar #main-menu ul#menu-primary-menu li {
      margin: 0 24px; }
      @media (max-width: 1200px) {
        .navbar #main-menu ul#menu-primary-menu li {
          padding-left: 12px;
          padding-right: 12px;
          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: 8px 0;
        color: #232323;
        font-family: museo, serif;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        font-size: 15.2px;
        font-size: 0.95rem; }
        .navbar #main-menu ul#menu-primary-menu li a:before {
          content: '';
          width: 100%;
          height: 8px;
          background-color: rgba(58, 124, 242, 0.3);
          position: absolute;
          bottom: 12px;
          left: 0;
          opacity: 0;
          border-radius: 12px;
          z-index: 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: 1200px) {
            .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: #232323;
          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: rgba(58, 124, 242, 0.3); }
        @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: #fff;
        border-radius: 0;
        padding: 24px;
        border: 0;
        box-shadow: none;
        margin: 0; }
        @media (max-width: 991px) {
          .navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu {
            padding: 12px; } }
        .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: #232323;
            padding: 12px 24px !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: #E5474B;
              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; }
            @media (max-width: 991px) {
              .navbar #main-menu ul#menu-primary-menu li ul.dropdown-menu li a {
                padding: 12px 12px !important; } }
    .navbar #main-menu ul#menu-primary-menu li.active a {
      color: #232323;
      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 .header-contact-menu {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0; }
    @media (max-width: 1200px) {
      .navbar .header-contact-menu {
        position: absolute;
        top: 15px;
        right: 116px;
        padding-top: 0px; } }
    @media (max-width: 991px) {
      .navbar .header-contact-menu {
        top: 12px; } }
    @media (max-width: 576px) {
      .navbar .header-contact-menu {
        right: 96px; } }
    .navbar .header-contact-menu li.header-phone {
      margin-bottom: 0; }
      .navbar .header-contact-menu li.header-phone a {
        background-color: #E5474B;
        border-radius: 24px;
        border: 0;
        display: flex;
        color: #fff;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
        margin-right: 0px;
        padding: 8px 28px;
        font-weight: 700;
        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; }
        @media (max-width: 1200px) {
          .navbar .header-contact-menu li.header-phone a {
            height: 50px; } }
        @media (max-width: 576px) {
          .navbar .header-contact-menu li.header-phone a {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            padding: 0; } }
        .navbar .header-contact-menu li.header-phone a i {
          color: #fff;
          margin-right: 12px; }
          @media (max-width: 576px) {
            .navbar .header-contact-menu li.header-phone a i {
              margin-right: 0; } }
        @media (max-width: 576px) {
          .navbar .header-contact-menu li.header-phone a span {
            display: none; } }
        .navbar .header-contact-menu li.header-phone a:hover {
          background-color: #3A7CF3;
          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: #E5474B; }

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

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
#sidebar section {
  padding-bottom: 24px;
  border-bottom: 1px dotted #F5D254; }
  #sidebar section h2 {
    font-size: 22.4px;
    font-size: 1.4rem;
    margin-top: 10px;
    color: #3A7CF3; }
  #sidebar section h3 {
    font-size: 17.6px;
    font-size: 1.1rem;
    padding-bottom: 5px;
    margin-bottom: 5px; }
  #sidebar section ul {
    list-style-type: none;
    padding: 0;
    margin: 12px 0 0 0; }
    #sidebar section ul li a {
      display: block;
      padding: 4px 0px 4px 12px;
      color: #232323;
      position: relative;
      font-size: 14.4px;
      font-size: 0.9rem; }
      #sidebar section ul li a:hover, #sidebar section ul li a:focus {
        color: #E5474B; }
  #sidebar section input[type="search"] {
    background-color: #efefef;
    border: 0;
    border-radius: 0;
    padding: 8px 10px; }

#search-form .search-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
#search-form input[type="search"] {
  background-color: #efefef;
  border: 0;
  padding: 8px 12px;
  height: 42px;
  width: 80%;
  margin: 0;
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }
#search-form button.search-submit {
  background-color: #E5474B;
  color: #fff;
  padding: 12px;
  border: 0;
  height: 42px;
  width: 20%;
  margin: 0;
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }
  #search-form button.search-submit:hover, #search-form button.search-submit:focus {
    background-color: #E5474B;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }
  #search-form button.search-submit i {
    font-size: 16px;
    font-size: 1rem;
    color: #fff; }

/*--------------------------------------------------------------
# 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: #E5474B;
    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: museo, 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: #F5D254;
        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: #E5474B;
        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: #F5D254;
          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: #E5474B;
        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: #F5D254;
          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: #E5474B !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: #F5D254;
        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: #E5474B;
  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: fixed;
  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: #132D5D;
  padding-top: 100px;
  padding-bottom: 32px;
  position: relative;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  z-index: 1;
  color: #fff;
  font-size: 14.4px;
  font-size: 0.9rem; }
  @media (max-width: 991px) {
    #site-footer {
      padding-left: 24px;
      padding-right: 24px;
      padding-top: 80px;
      border-top-left-radius: 24px;
      border-top-right-radius: 24px; } }
  @media (max-width: 576px) {
    #site-footer {
      padding-bottom: 16px;
      padding-top: 60px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px; } }
  #site-footer .footer-logo {
    max-width: 330px;
    display: block;
    margin-bottom: 32px; }
    @media (max-width: 991px) {
      #site-footer .footer-logo {
        margin: 0 auto 32px auto; } }
    @media (max-width: 576px) {
      #site-footer .footer-logo {
        max-width: 250px; } }
  @media (max-width: 991px) {
    #site-footer .footer-tag {
      text-align: center; } }
  #site-footer h3 {
    color: #fff;
    padding-bottom: 24px; }
    @media (max-width: 991px) {
      #site-footer h3 {
        padding-bottom: 14px; } }
    @media (max-width: 768px) {
      #site-footer h3 {
        text-align: center; } }
  #site-footer .footer-contact {
    list-style-type: none; }
    #site-footer .footer-contact li {
      margin: 0 0 6px 0;
      padding: 0;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 100%; }
      @media (max-width: 768px) {
        #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: #3A7CF3;
          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 i {
        display: flex;
        text-align: left;
        justify-content: flex-start;
        width: 24px;
        height: 12px;
        color: #fff;
        margin-right: 4px; }
  #site-footer .footer-social {
    margin: 2em 0;
    list-style-type: none;
    padding: 0;
    text-align: left; }
    @media (max-width: 768px) {
      #site-footer .footer-social {
        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: #fff;
        width: 54px;
        height: 54px;
        display: block;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-size: 1rem;
        text-align: center;
        padding: 6px;
        background-color: #3A7CF3; }
        #site-footer .footer-social li a:hover, #site-footer .footer-social li a:focus {
          background-color: #E5474B;
          color: #fff;
          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: 768px) {
        #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: #3A7CF3;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }

.sub-footer {
  padding: 48px 0 12px 0;
  text-align: center; }
  @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: 12.8px;
    font-size: 0.8rem;
    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; }

/*--------------------------------------------------------------
# Back To Top
--------------------------------------------------------------*/
.topbutton {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  background-color: #3A7CF3;
  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: #E5474B;
    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: #E8E8E8; }

.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: #3A7CF3; }
  .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: #E5474B; }
      @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: #E5474B;
      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: #E5474B;
      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: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: #3A7CF3; }

#home-content {
  padding-top: 80px;
  padding-bottom: 80px; }
  #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: #E5474B;
      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: #3A7CF3; }
      @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: #3A7CF3;
      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: #F5D254; }
      #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
--------------------------------------------------------------*/
#crumbs {
  color: #fff; }
  #crumbs a {
    color: #fff; }
    #crumbs a:hover {
      color: #E5474B; }

/*--------------------------------------------------------------
# Contact Form Section
--------------------------------------------------------------*/
.contact-us {
  padding-top: 0px; }
  @media (max-width: 768px) {
    .contact-us {
      padding-top: 0; } }
  .contact-us .gform_body ul {
    margin-bottom: 0 !important; }
    .contact-us .gform_body ul li {
      margin-top: 0 !important; }
      @media (max-width: 768px) {
        .contact-us .gform_body ul li {
          padding-right: 0 !important; } }
      .contact-us .gform_body ul li #input_1_1 label {
        display: none; }
      .contact-us .gform_body ul li input {
        border-radius: 4px;
        padding: 8px 16px !important;
        background-color: #fff;
        border: 0; }
      .contact-us .gform_body ul li textarea {
        border-radius: 4px;
        height: 128px;
        background-color: #fff;
        padding: 8px 16px !important;
        border: 0; }
    .contact-us .gform_body ul li.hidden_label input {
      margin-top: 0; }
    @media (max-width: 991px) {
      .contact-us .gform_body ul li.gf_left_half {
        width: 100% !important; } }
    @media (max-width: 991px) {
      .contact-us .gform_body ul li.gf_right_half {
        width: 100% !important; } }
    @media (max-width: 991px) {
      .contact-us .gform_body ul #field_1_1 .name_first {
        width: 100% !important;
        margin-bottom: 16px; } }
    @media (max-width: 991px) {
      .contact-us .gform_body ul #field_1_1 .name_last {
        width: 100% !important; } }
  .contact-us .gform_footer {
    text-align: left;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-right: 16px !important; }
    @media (max-width: 768px) {
      .contact-us .gform_footer {
        padding-right: 0 !important; } }
    .contact-us .gform_footer input[type=submit] {
      width: 100% !important;
      font-family: museo, serif;
      font-size: 0.9em !important;
      color: #fff;
      border-radius: 4px;
      background-color: transparent !important;
      border: 1px solid #fff;
      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; }
      .contact-us .gform_footer input[type=submit]:hover {
        background-color: #E5474B !important;
        color: #fff;
        border: 1px solid #E5474B; }
  .contact-us .validation_error {
    color: #d90000 !important;
    background-color: transparent;
    border-top: 0 !important;
    border-bottom: 0 !important; }
  .contact-us li.gfield_error {
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    background-color: transparent !important; }
    .contact-us li.gfield_error .validation_message {
      color: #d90000 !important;
      padding-top: 4px !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; }

#footer-map-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 80px 0;
  align-items: center; }
  @media (max-width: 991px) {
    #footer-map-section {
      margin: 0; } }
  #footer-map-section .row {
    align-items: center;
    background-color: #E5474B; }
  #footer-map-section .footer-map {
    width: 50%;
    padding-left: 0;
    padding-right: 0; }
    #footer-map-section .footer-map #wpgmza_map {
      height: 480px !important; }
      @media (max-width: 991px) {
        #footer-map-section .footer-map #wpgmza_map {
          height: 320px !important; } }
  #footer-map-section .footer-map-content {
    width: 50%;
    background-color: #E5474B;
    padding: 0 3em; }
    @media (max-width: 1200px) {
      #footer-map-section .footer-map-content {
        padding: 3em 16px; } }
    #footer-map-section .footer-map-content h2 {
      color: #fff;
      text-align: center; }
    #footer-map-section .footer-map-content p {
      color: #fff;
      text-align: center; }
    #footer-map-section .footer-map-content ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; }
      #footer-map-section .footer-map-content ul li {
        display: inline-block;
        margin: 0 16px; }
        #footer-map-section .footer-map-content 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; }
          #footer-map-section .footer-map-content ul li a:hover {
            color: #3A7CF3;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease; }
          #footer-map-section .footer-map-content ul li a i {
            color: #F5D254;
            margin-right: 4px; }

.opening-hours-wrapper {
  width: 100%;
  padding: 32px 16px; }
  .opening-hours-wrapper .oh-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .opening-hours-wrapper .oh-row .oh-col-1 {
      width: 50%;
      color: #fff;
      text-transform: uppercase;
      text-align: left;
      padding-left: 10%; }
      @media (max-width: 1200px) {
        .opening-hours-wrapper .oh-row .oh-col-1 {
          padding-left: 16px; } }
    .opening-hours-wrapper .oh-row .oh-col-2 {
      width: 50%;
      color: #fff;
      padding-right: 10%;
      text-align: right; }
      @media (max-width: 1200px) {
        .opening-hours-wrapper .oh-row .oh-col-2 {
          padding-right: 16px; } }

.grecaptcha-badge {
  bottom: 150px !important; }
  @media (max-width: 576px) {
    .grecaptcha-badge {
      display: none !important; } }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.map {
  display: block; }
  .map #wpgmza_map {
    float: none !important; }

/*--------------------------------------------------------------
# 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: #3A7CF3;
  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: #E5474B;
    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; }

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.projects {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .projects {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media (max-width: 576px) {
    .projects {
      padding-top: 24px;
      padding-bottom: 24px; } }
  @media (max-width: 768px) {
    .projects .project-detail {
      padding-left: 25px;
      padding-right: 25px;
      margin-top: 34px;
      margin-bottom: 34px; } }
  .projects .project-detail h3 {
    text-transform: uppercase; }
  .projects .project-detail .project-table {
    font-size: 14.4px;
    font-size: 0.9rem; }
    .projects .project-detail .project-table .pt-col-1 {
      width: 50%;
      padding: 4px 0; }
      .projects .project-detail .project-table .pt-col-1 p {
        font-weight: 700; }
    .projects .project-detail .project-table .pt-col-2 {
      width: 50%;
      padding: 4px 0; }
    .projects .project-detail .project-table .pt-row {
      border-bottom: 1px dotted #efefef;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-bottom: 12px; }
  .projects .project-detail .floor-plan {
    margin-top: 48px; }
    .projects .project-detail .floor-plan .floor-plan-img {
      max-width: 160px;
      display: block;
      margin: 0 auto 16px auto; }
    .projects .project-detail .floor-plan a {
      display: inline-block;
      text-align: center;
      background-color: transparent;
      text-transform: uppercase;
      font-weight: 700;
      color: #F5D254;
      position: relative;
      padding-left: 0;
      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; }
      .projects .project-detail .floor-plan 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: #E5474B; }
        .projects .project-detail .floor-plan 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: #E5474B; }
      .projects .project-detail .floor-plan a:after {
        position: absolute;
        color: #F5D254;
        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; }
  .projects .project-feature-img {
    padding: 0 32px 0 10px;
    margin-bottom: 32px; }
  .projects .project-gallery {
    margin-top: 32px;
    padding-left: 25px;
    padding-right: 25px; }
    .projects .project-gallery h2 {
      text-transform: uppercase; }

.latest-projects-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center; }
  .latest-projects-wrapper a {
    width: 33.33%; }
    @media (max-width: 768px) {
      .latest-projects-wrapper a {
        width: 50%; } }
    @media (max-width: 576px) {
      .latest-projects-wrapper a {
        width: 100%; } }
    .latest-projects-wrapper a .latest-project-col .latest-project {
      padding: 4px; }
      .latest-projects-wrapper a .latest-project-col .latest-project .project-img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 260px;
        width: 100%;
        overflow: hidden;
        position: relative;
        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: 768px) {
          .latest-projects-wrapper a .latest-project-col .latest-project .project-img {
            height: 240px; } }
        @media (max-width: 576px) {
          .latest-projects-wrapper a .latest-project-col .latest-project .project-img {
            height: 180px; } }
        .latest-projects-wrapper a .latest-project-col .latest-project .project-img:before {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #E5474B;
          opacity: 0;
          z-index: 0;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
        .latest-projects-wrapper a .latest-project-col .latest-project .project-img:hover .project-details {
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .latest-projects-wrapper a .latest-project-col .latest-project .project-img:hover:before {
          opacity: 0.9;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
        .latest-projects-wrapper a .latest-project-col .latest-project .project-img .project-details {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 110%;
          left: 0;
          padding: 32px;
          z-index: 9;
          transition: all 0.5s ease;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -o-transition: all 0.5s ease; }
          .latest-projects-wrapper a .latest-project-col .latest-project .project-img .project-details h4 {
            color: #fff;
            margin-bottom: 72px;
            margin-top: 16px;
            text-transform: uppercase; }
          .latest-projects-wrapper a .latest-project-col .latest-project .project-img .project-details span.date {
            color: #fff;
            font-weight: 700; }
          @media (max-width: 576px) {
            .latest-projects-wrapper a .latest-project-col .latest-project .project-img .project-details {
              top: 42%; } }

/*--------------------------------------------------------------
# Latest News
--------------------------------------------------------------*/
.latest-news-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .latest-news-wrapper .latest-news-col {
    width: 50%;
    margin-bottom: 32px; }
    @media (max-width: 768px) {
      .latest-news-wrapper .latest-news-col {
        width: 50%; } }
    @media (max-width: 576px) {
      .latest-news-wrapper .latest-news-col {
        width: 100%; } }
    .latest-news-wrapper .latest-news-col .latest-news {
      padding: 4px 20px; }
      @media (max-width: 991px) {
        .latest-news-wrapper .latest-news-col .latest-news {
          padding: 4px; } }
      .latest-news-wrapper .latest-news-col .latest-news .news-img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 260px;
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-bottom: 24px;
        display: block; }
        @media (max-width: 768px) {
          .latest-news-wrapper .latest-news-col .latest-news .news-img {
            height: 240px; } }
        @media (max-width: 576px) {
          .latest-news-wrapper .latest-news-col .latest-news .news-img {
            height: 180px; } }
        .latest-news-wrapper .latest-news-col .latest-news .news-img:after {
          display: none; }
      .latest-news-wrapper .latest-news-col .latest-news h2 {
        font-size: 24px !important;
        margin-bottom: 10px;
        margin-top: 16px;
        text-transform: uppercase; }
      .latest-news-wrapper .latest-news-col .latest-news span.date {
        color: #3A7CF3;
        font-size: 14px;
        font-style: italic;
        margin-bottom: 18px;
        display: block; }
      .latest-news-wrapper .latest-news-col .latest-news a {
        display: inline-block;
        text-align: center;
        background-color: transparent;
        text-transform: uppercase;
        font-weight: 700;
        color: #F5D254;
        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; }
        .latest-news-wrapper .latest-news-col .latest-news 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: #E5474B; }
          .latest-news-wrapper .latest-news-col .latest-news 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: #E5474B; }
        .latest-news-wrapper .latest-news-col .latest-news a:after {
          position: absolute;
          color: #F5D254;
          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; }

/*--------------------------------------------------------------
# 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; } }

.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: #E5474B;
        text-transform: uppercase;
        font-weight: 700; }
        .archive-post-container article .entry-header h2 a:after {
          display: none; }
    .archive-post-container article span.date {
      color: #3A7CF3;
      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: #F5D254;
      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: #E5474B; }
        .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: #E5474B; }
      .archive-post-container article a:after {
        position: absolute;
        color: #F5D254;
        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; }

#crumbs {
  color: #fff; }
  #crumbs a {
    color: #fff; }
    #crumbs a:hover {
      color: #E5474B; }

/*--------------------------------------------------------------
# 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: #F5D254;
        border: 1px solid #F5D254;
        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: #E5474B;
          color: #fff;
          border: 1px solid #E5474B; }
          #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: #E5474B; }
        @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: #E5474B;
        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; } }

.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: #F5D254; }

.elementor #home-slider .slider-col {
  height: 90vh;
  min-height: 580px;
  padding-top: 8%;
  padding-left: 48%; }
  @media (max-width: 1480px) {
    .elementor #home-slider .slider-col {
      padding-left: 40%;
      padding-right: 60px; } }
  @media (max-width: 1200px) {
    .elementor #home-slider .slider-col {
      padding-left: 10%;
      padding-right: 10%;
      text-align: center;
      min-height: 460px;
      padding-top: 10%; } }
  @media (max-width: 576px) {
    .elementor #home-slider .slider-col {
      min-height: 380px;
      padding-top: 50%;
      padding-left: 24px;
      padding-right: 24px; } }
.elementor #home-slider .slider-heading {
  font-family: museo, serif;
  font-weight: 700;
  font-size: 48px; }
  @media (max-width: 1200px) {
    .elementor #home-slider .slider-heading h1 {
      text-align: center;
      font-size: 42px; } }
  @media (max-width: 576px) {
    .elementor #home-slider .slider-heading h1 {
      font-size: 32px !important; } }
.elementor #home-slider .slider-caption {
  font-size: 20px; }
  @media (max-width: 1200px) {
    .elementor #home-slider .slider-caption {
      text-align: center;
      font-size: 18px; } }
  @media (max-width: 576px) {
    .elementor #home-slider .slider-caption {
      font-size: 15px; } }
.elementor .lc-heading-left .elementor-heading-title {
  position: relative;
  margin-left: 0px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #3A7CF3; }
  .elementor .lc-heading-left .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 12px;
    background-color: #F5D254;
    z-index: -1;
    border-radius: 8px;
    opacity: 0.4; }
.elementor .lc-heading-center .elementor-heading-title {
  position: relative;
  margin-left: 0px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #3A7CF3;
  z-index: 2; }
  .elementor .lc-heading-center .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 60px;
    margin-left: -30px;
    height: 12px;
    background-color: #F5D254;
    z-index: -1;
    border-radius: 8px;
    opacity: 0.4; }
.elementor .lc-btn .elementor-button-text {
  font-family: museo, serif;
  text-transform: none; }
.elementor .lc-home-cta .elementor-column-wrap .elementor-widget-wrap {
  background-color: #fff;
  border-radius: 12px;
  padding: 0 48px 48px 48px; }
  @media (max-width: 768px) {
    .elementor .lc-home-cta .elementor-column-wrap .elementor-widget-wrap {
      padding: 0 24px 32px 24px; } }
  @media (max-width: 576px) {
    .elementor .lc-home-cta .elementor-column-wrap .elementor-widget-wrap {
      padding: 0 16px 32px 16px; } }
  .elementor .lc-home-cta .elementor-column-wrap .elementor-widget-wrap h3 {
    font-size: 24px; }
.elementor .heading-bar-left h1 {
  position: relative;
  font-weight: 700;
  display: inline-block;
  width: auto;
  padding-bottom: 32px;
  margin-bottom: 24px; }
  .elementor .heading-bar-left h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 58px;
    height: 4px;
    background-color: #E5474B; }
.elementor .heading-bar-left h2 {
  position: relative;
  font-weight: 700;
  display: inline-block;
  width: auto;
  padding-bottom: 32px;
  margin-bottom: 24px; }
  .elementor .heading-bar-left h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 58px;
    height: 4px;
    background-color: #E5474B; }
.elementor .heading-bar-left h3 {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #3A7CF3;
  display: inline-block;
  width: auto;
  font-size: 14.4px;
  font-size: 0.9rem; }
.elementor .list-icon ul li {
  margin-bottom: 1em; }
  .elementor .list-icon ul li p.list-heading {
    font-weight: 700;
    margin-bottom: 0.8em;
    font-size: 16px;
    font-size: 1rem; }
  .elementor .list-icon ul li p {
    font-size: 14.4px;
    font-size: 0.9rem; }
.elementor .elementor-widget-button a {
  background-color: #E5474B;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding: 16px 32px;
  border-radius: 0;
  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: 14.4px;
  font-size: 0.9rem; }
  .elementor .elementor-widget-button 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: #3A7CF3; }
.elementor .list-col-6 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .elementor .list-col-6 ul li {
    width: 50%;
    margin-bottom: 0.6em;
    padding-right: 20px; }
    @media (max-width: 576px) {
      .elementor .list-col-6 ul li {
        width: 100%;
        padding-right: 0; } }
.elementor .list-col-4 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .elementor .list-col-4 ul li {
    width: 33.33%;
    margin-bottom: 0.6em;
    padding-right: 20px; }
    @media (max-width: 991px) {
      .elementor .list-col-4 ul li {
        width: 50%; } }
    @media (max-width: 576px) {
      .elementor .list-col-4 ul li {
        width: 100%;
        padding-right: 0; } }
.elementor .yh-mission .elementor-text-editor p {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  font-style: italic; }
.elementor .content-section {
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 32px;
  padding-right: 32px; }
  @media (max-width: 991px) {
    .elementor .content-section {
      padding-top: 42px;
      padding-bottom: 24px;
      padding-left: 18px;
      padding-right: 18px; } }
  @media (max-width: 768px) {
    .elementor .content-section {
      padding-top: 24px;
      padding-bottom: 16px;
      padding-left: 16px;
      padding-right: 16px; } }
.elementor .grey-white-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 32px;
  padding-right: 32px; }
  .elementor .grey-white-section:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background-color: #fff;
    z-index: 0; }
  .elementor .grey-white-section .elementor-container {
    z-index: 1; }
  @media (max-width: 991px) {
    .elementor .grey-white-section {
      padding-top: 42px;
      padding-bottom: 24px;
      padding-left: 18px;
      padding-right: 18px; } }
  @media (max-width: 768px) {
    .elementor .grey-white-section {
      padding-top: 24px;
      padding-bottom: 16px;
      padding-left: 16px;
      padding-right: 16px; } }
.elementor .white-grey-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 32px;
  padding-right: 32px; }
  .elementor .white-grey-section:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 78%;
    background-color: #f4f4f4;
    z-index: 0; }
  .elementor .white-grey-section .elementor-container {
    z-index: 1; }
  @media (max-width: 991px) {
    .elementor .white-grey-section {
      padding-top: 42px;
      padding-bottom: 24px;
      padding-left: 18px;
      padding-right: 18px; } }
  @media (max-width: 768px) {
    .elementor .white-grey-section {
      padding-top: 24px;
      padding-bottom: 16px;
      padding-left: 16px;
      padding-right: 16px; } }
.elementor .yh-toggle .elementor-toggle-item {
  border: 1px solid #262626 !important; }
  .elementor .yh-toggle .elementor-toggle-item .elementor-tab-title {
    font-weight: 700 !important; }
    .elementor .yh-toggle .elementor-toggle-item .elementor-tab-title a {
      font-weight: 700 !important; }

.services {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center; }
  .services .service-col {
    width: 50%;
    margin: 12px 0;
    padding: 0 16px 0 90px; }
    .services .service-col .service {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: flex-start; }
      .services .service-col .service .service-img {
        width: 100%; }
        .services .service-col .service .service-img img {
          width: 180px;
          height: 180px;
          border-radius: 50%;
          display: block;
          margin: 0 auto;
          z-index: 2;
          position: relative; }
      .services .service-col .service .service-details {
        width: 100%;
        background-color: #fff;
        border-radius: 24px;
        margin-top: -90px;
        padding-top: 120px;
        padding-left: 42px;
        padding-right: 42px;
        padding-bottom: 32px;
        position: relative; }
        .services .service-col .service .service-details h3 {
          font-size: 24px;
          color: #3A7CF3; }
