/*
Theme Name: The AD Leaf
Author: Justin Martin (Director of Operations, Web Services)
Author URI: https://www.theadleaf.com/
Description:  Theme for The AD Leaf Marketing Firm
Version: 1.0.0
*/

body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

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;
}

dfn {
  font-style: italic;
}

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 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #ffffff;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
    min-width: 20.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# 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;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  /*padding-top: 4.125rem;*/
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.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-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*--------------------------------------------------------------
## Theme Customizations
--------------------------------------------------------------*/
#menu-new-main-menu {
    margin-right: 200px;
    text-align: center;
}

@import url("bf-icons.css");
.carta {
  font-family: 'Roboto', sans-serif;
}

html, body {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  background: #000000;
  color: #9a9a9a;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-overflow-scrolling: touch;
  overflow-y: overlay;
  overflow-x: hidden;
}


body.freeze-for-intro, body.freeze-menu {
  position: fixed;
  overflow-y: overlay;
  width: 100%;
  padding-right: 0px !important;
}

body.page-home.freeze-for-intro #transition-overlay.onLoad {
  display: none;
}

body.page-home.freeze-for-intro #header, body.page-services.freeze-for-intro #header {
  opacity: 0;
}

body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.grecaptcha-badge {
  display: none;
}

#transition-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 4000;
}

#transition-overlay .slide-1 {
  background-color: rgba(26, 25, 25, 0.5);
}

#transition-overlay .slide-2 {
  background-color: #000;
}

#transition-overlay .slide-1, #transition-overlay .slide-2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.07, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.07, 1);
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

#transition-overlay.animate-up .slide-1 {
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.07, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0.07, 1);
  opacity: 1;
}

#transition-overlay.animate-up .slide-2 {
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.07, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0, 0, 0.07, 1);
  transition: transform 0.4s cubic-bezier(0, 0, 0.07, 1), -webkit-transform 0.4s cubic-bezier(0, 0, 0.07, 1);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  opacity: 1;
}

#transition-overlay.onLoad .slide-2 {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.07, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.07, 1);
  transition: transform 0.6s cubic-bezier(0, 0, 0.07, 1);
  transition: transform 0.6s cubic-bezier(0, 0, 0.07, 1), -webkit-transform 0.6s cubic-bezier(0, 0, 0.07, 1);
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  opacity: 1;
}

#transition-overlay.onLoad.loaded .slide-2 {
  -webkit-transform: translateY(-200vh);
          transform: translateY(-200vh);
}

@-webkit-keyframes resetTransition {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes resetTransition {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes transitionUp {
  from {
    -webkit-transform: translateY(0vh);
            transform: translateY(0vh);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(-200vh);
            transform: translateY(-200vh);
    opacity: 1;
  }
}

@keyframes transitionUp {
  from {
    -webkit-transform: translateY(0vh);
            transform: translateY(0vh);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(-200vh);
            transform: translateY(-200vh);
    opacity: 1;
  }
}

@-webkit-keyframes transitionDown {
  from {
    -webkit-transform: translateY(-200vh);
            transform: translateY(-200vh);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0vh);
            transform: translateY(0vh);
    opacity: 1;
  }
}

@keyframes transitionDown {
  from {
    -webkit-transform: translateY(-200vh);
            transform: translateY(-200vh);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0vh);
            transform: translateY(0vh);
    opacity: 1;
  }
}

.skip-intro {
  position: fixed;
  left: 20px;
  bottom: 20px;
  font-size: 12px;
  color: #fff;
  text-align: left;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  z-index: 9000;
}

.skip-intro:hover {
  opacity: 1;
  cursor: pointer;
}

body.freeze-for-intro.home .skip-intro {
  display: block;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.fake-parallax-slider {
  left: -2px !important;
  right: -2px !important;
  height: auto !important;
  -webkit-transition: all 2s cubic-bezier(0, 0, 0.07, 1);
  transition: all 2s cubic-bezier(0, 0, 0.07, 1);
}

.fake-parallax-slider.step-1 {
  left: 0 !important;
  width: calc(100vw * 1.4) !important;
  -webkit-transform: translate3d(calc(100vw * -0.0), 0, 0) !important;
          transform: translate3d(calc(100vw * -0.0), 0, 0) !important;
}

.fake-parallax-slider.step-2 {
  -webkit-transform: translate3d(calc(100vw * -0.3), 0, 0) !important;
          transform: translate3d(calc(100vw * -0.3), 0, 0) !important;
}

html.noscroll body {
  background: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a {
  color: #999999;
  outline: none;
  -webkit-font-smoothing: antialiased;
}

a:hover, a:focus {
  outline: none;
  color: #999999;
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5,
h1, h2, h3, h5 {
  margin: 0 0 20px 0;
  -webkit-font-smoothing: antialiased;
}

h4 {
  font-weight: 400;
  font-size: 24px;
}

h5 {
  font-weight: 600;
  font-size: 20px;
}

p, li {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 30px;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
}

.clear {
  clear: both;
}

.pointer {
  cursor: pointer;
}

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

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

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

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

.text-semibold {
  font-weight: 600 !important;
}

.text-semibold .icon:before {
  font-weight: 700 !important;
}

.text-extrabold {
  font-weight: 800;
}

.text-italic {
  font-style: italic;
}

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

.capitalize {
  text-transform: capitalize !important;
}

.letter-space-2px {
  letter-spacing: 2px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.animated-normal {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.before:before,
.after:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.section {
	padding-top: 150px;
    padding-bottom: 200px;
}

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

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

.section .container .title-block, .section .container .title-block-2, .section .container .title-block-3 {
  margin-left: 125px;
  position: relative;
  max-width: 444px;
  margin-bottom: 110px;
}

.section .container .title-block .h2, .section .container .title-block-2 .h2, .section .container .title-block-3 .h2 {
  font-size: 87px;
  line-height: 70px;
  position: relative;
  color: #222220;
}

.section .container .title-block .h2 span, .section .container .title-block-2 .h2 span, .section .container .title-block-3 .h2 span {
  font-size: 32px;
  position: absolute;
  bottom: -20px;
  right: 0;
  line-height: 30px;
}

.section .container .title-block .h2:before, .section .container .title-block-2 .h2:before, .section .container .title-block-3 .h2:before {
  position: absolute;
  content: '';
  right: -75px;
  top: -5px;
  width: 222px;
  height: 103px;
  background: url(./inc/assets/images/diamond.png) center no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.h1 {
  font-size: 46px;
}

.h2 {
  font-size: 87px;
}

.h3 {
  font-size: 36px;
}

.h4 {
  font-size: 24px;
}

.h5 {
  font-size: 20px;
}

.text-lg {
  font-size: 20px;
}

.text-md {
  font-size: 18px;
}

.text-sm {
  font-size: 14px;
}

.text-xs {
  font-size: 12px;
}

.full-width {
  width: 100%;
}

.fill {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fill.fill-top {
  background-position: top center;
}

.vertical-center {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.pull-bottom {
  display: inline-block;
  vertical-align: bottom;
  float: none;
}

.pull-middle {
  display: inline-block;
  vertical-align: middle !important;
  float: none;
}

.no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* Buttons */
.button {
  min-width: 150px;
  max-width: 400px;
  display: inline-block;
  padding: 1em 2em 1em 2em;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.button:focus {
  outline: none;
}

.button-normal {
  color: #999999;
}

.button-normal:focus, .button-normal:hover {
  color: #9a9a9a;
}

/* Button Primary */
.button-primary {
  padding: 0 0 0 60px;
  background: transparent;
  color: #989b83;
  overflow: hidden;
  border-radius: 0;
  letter-spacing: 2px;
  position: relative;
  line-height: 48px;
  font-size: 24px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.button-primary:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  background-size: 20px 25px;
  padding: 0;
}

.button-primary:hover {
  color: #ffffff;
}

.section-title.title-animate .h1, .section-title.title-animate .h2 {
  opacity: 0;
  -webkit-transform: translateX(-40px) translateZ(0);
          transform: translateX(-40px) translateZ(0);
  -webkit-transition: all 0.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.345, 0.005, 0.07, 1);
}

.section-title.title-animate .h1:before, .section-title.title-animate .h2:before {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.345, 0.005, 0.07, 1);
}

.section-title.title-animate .h1 .sm-txt, .section-title.title-animate .h2 .sm-txt {
  min-width: 100%;
  display: block;
}

.section-title.title-animate .h1 .sm-txt span, .section-title.title-animate .h2 .sm-txt span {
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateX(-50px) translateZ(0);
          transform: translateX(-50px) translateZ(0);
  -webkit-transition: all 0.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  xtransition-delay: 0.45s;
}

.section-title.title-animate .h1 .sm-txt:before, .section-title.title-animate .h2 .sm-txt:before {
  opacity: 0;
  -webkit-transform: translateX(80px) translateZ(0);
          transform: translateX(80px) translateZ(0);
  -webkit-transition: all 0.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  xtransition-delay: 0.15s;
}

.section-title.title-animate .h1 .sm-txt:after, .section-title.title-animate .h2 .sm-txt:after {
  opacity: 0;
  -webkit-transform: translateX(-78px) translateZ(0);
          transform: translateX(-78px) translateZ(0);
  -webkit-transition: all 0.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  xtransition-delay: 0.15s;
}

.section-title.title-animate .h1 .element:before, .section-title.title-animate .h2 .element:before {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  xtransition-delay: 0.37s;
}

.section-title.title-animate .h1 .element:after, .section-title.title-animate .h2 .element:after {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  xtransition-delay: 0.75s;
}

.section-title.title-animate.active .h1, .section-title.title-animate.active .h2 {
  opacity: 1;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
  -webkit-transition: all 1.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 1.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  -webkit-transform: translateY(0px) translateZ(0);
          transform: translateY(0px) translateZ(0);
}

.section-title.title-animate.active .h1:before, .section-title.title-animate.active .h2:before {
  opacity: 1;
  -webkit-transition: all 1.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 1.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  -webkit-transform: translateY(0px) translateZ(0);
          transform: translateY(0px) translateZ(0);
}

.section-title.title-animate.active .h1 .sm-txt span, .section-title.title-animate.active .h2 .sm-txt span {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  -webkit-transform: translateY(0px) translateZ(0);
          transform: translateY(0px) translateZ(0);
  -webkit-transition: all 1.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 1.5s cubic-bezier(0.345, 0.005, 0.07, 1);
}

.section-title.title-animate.active .h1 .sm-txt:before, .section-title.title-animate.active .h2 .sm-txt:before {
  opacity: 1;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  -webkit-transform: translateX(0px) translateZ(0);
          transform: translateX(0px) translateZ(0);
  -webkit-transition: all 2s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 2s cubic-bezier(0.345, 0.005, 0.07, 1);
  xtransition-delay: 0.15s;
}

.section-title.title-animate.active .h1 .sm-txt:after, .section-title.title-animate.active .h2 .sm-txt:after {
  opacity: 1;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  -webkit-transform: translateX(0px) translateZ(0);
          transform: translateX(0px) translateZ(0);
  -webkit-transition: all 1.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 1.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  xtransition-delay: 0.15s;
}

.section-title.title-animate.active .h1 .element:before, .section-title.title-animate.active .h2 .element:before {
  -webkit-transition-delay: 1.125s;
          transition-delay: 1.125s;
}

.section-title.title-animate.active .h1 .element:after, .section-title.title-animate.active .h2 .element:after {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.section-title.title-animate.active .h1 .element:before, .section-title.title-animate.active .h1 .element:after, .section-title.title-animate.active .h2 .element:before, .section-title.title-animate.active .h2 .element:after {
  opacity: 1;
  -webkit-transition: all 1.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 1.5s cubic-bezier(0.345, 0.005, 0.07, 1);
}


.animate.animate-fade {
  opacity: 0;
}

.animate.animate-03s {
  -webkit-transition: all 0.3s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.345, 0.005, 0.07, 1);
}

.animate.animate-05s {
  -webkit-transition: all 0.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.345, 0.005, 0.07, 1);
}

.animate.animate-1s {
  -webkit-transition: all 1s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 1s cubic-bezier(0.345, 0.005, 0.07, 1);
}

.animate.animate-15s {
  -webkit-transition: all 1.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 1.5s cubic-bezier(0.345, 0.005, 0.07, 1);
}

.animate.animate-2s {
  -webkit-transition: all 2s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 2s cubic-bezier(0.345, 0.005, 0.07, 1);
}

.animate.delay-03s {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.animate.delay-05s {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.animate.delay-1s {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.animate.delay-15s {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.animate.delay-2s {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.animate.animate-top {
  opacity: 0;
  -webkit-transform: translateY(-80px) translateZ(0);
          transform: translateY(-80px) translateZ(0);
}

.animate.animate-bottom {
  opacity: 0;
  -webkit-transform: translateY(50px) translateZ(0);
          transform: translateY(50px) translateZ(0);
}

.animate.active {
  opacity: 1;
  -webkit-transform: translateY(0px) translateZ(0);
          transform: translateY(0px) translateZ(0);
}

.animate.active.animate-active-03s {
  -webkit-transition: all 0.3s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.345, 0.005, 0.07, 1);
}

.animate.active.animate-active-05s {
  -webkit-transition: all 0.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 0.5s cubic-bezier(0.345, 0.005, 0.07, 1);
}

.animate.active.animate-active-1s {
  -webkit-transition: all 1s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 1s cubic-bezier(0.345, 0.005, 0.07, 1);
}

.animate.active.animate-active-15s {
  -webkit-transition: all 1.5s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 1.5s cubic-bezier(0.345, 0.005, 0.07, 1);
}

.animate.active.animate-active-2s {
  -webkit-transition: all 2s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 2s cubic-bezier(0.345, 0.005, 0.07, 1);
}

.animate.active.delay-active-03s {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.animate.active.delay-active-05s {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.animate.active.delay-active-1s {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.animate.active.delay-active-15s {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.animate.active.delay-active-2s {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.section-title-sm {
  position: relative;
  width: auto;
  margin-bottom: 40px;
}

.section-title-sm h2 {
  font-size: 64px;
  position: relative;
  display: inline-block;
  color: #222220;
  letter-spacing: 2px;
  font-weight: 800;
}

.section-title-sm h2 span {
  font-size: 24px;
  position: absolute;
  bottom: -8px;
  right: 32px;
  line-height: 30px;
  color: #ffffff;
}

.section-title-sm h2.title-right {
  margin-left: -32px;
}

.section-title-sm h2.title-right span {
  right: inherit;
  left: 32px;
}

@media only screen and (max-width: 1023px) {
  .section-title-sm h2 {
    font-size: 40px;
  }
  .section-title-sm h2 span {
    font-size: 20px;
  }
}

.button-full {
  width: 100%;
  display: block;
}

.button-thin-border {
  border: 1px solid;
}

.bg-grey {
  background: #fafafa !important;
}

.bg-dark {
  background: #3b3b3b !important;
}

.bg-primary {
  background: #9a9a9a !important;
}

.bg-white {
  background: #ffffff !important;
}

.color-primary {
  color: #9a9a9a !important;
}

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

.color-grey {
  color: #999999 !important;
}

.color-green {
  color: #989b83 !important;
}

.color-dark {
  color: #3b3b3b !important;
}

.color-dark-2 {
  color: #222220 !important;
}

.box-grey {
  border: solid 1px #d0d0d0;
}

.box-grey:after {
  bottom: -4px;
  border-bottom: 3px solid #f2f2f2;
}

.container {
  max-width: 1366px;
  width: 100%;
}

/* ////////// */
/*   HEADER   */
/* ////////// */
#header {
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 0px;
  background: transparent;
  xheight: 162px;
  position: fixed;
  width: 100vw;
  z-index: 10000;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  visibility: visible;
}

#header .logonav {
  padding: 35px 30px;
  margin: 0px;
  width: 100%;
  height: 120px;
}

#header .logonav .container {
  max-width: 100% !important;
}

#header .logo-link {
  display: block;
  float: left;
}

#header.slide.slide--up {
  opacity: 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  visibility: hidden;
}

#header.slide.slide--reset {
  xposition: relative;
}

#header.slide.slide--reset:after {
  opacity: 1;
  -webkit-transform: rotate(0deg) translateY(0) translateZ(0);
          transform: rotate(0deg) translateY(0) translateZ(0);
}

@media only screen and (max-width: 991px) {
  #header:after {
    height: 100px;
  }
}

@media only screen and (max-width: 768px) {
  #header .logonav {
    padding: 25px 20px;
  }
  #header .logonav .container {
    max-width: 100% !important;
  }
  #header .logo {
    width: 200px !important;
  }
}

@media only screen and (max-width: 575px) {
  #header .logonav {
    padding: 20px 10px;
  }
  #header .logo {
    width: 160px !important;
    height: 41px;
  }
  #header .navigation {
    top: 7px;
  }
}


#header.menu-active .menu-wrap {
  float: right;
}

#header.menu-active .menu-wrap .navbar-nav {
  position: relative;
  z-index: 2;
  margin-right: 16px;
}

#header.menu-active .menu-wrap .navbar-nav .menu-item {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

#header.menu-active .menu-wrap .navbar-nav .menu-item:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

#header.menu-active .menu-wrap .navbar-nav .menu-item:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#header.menu-active .menu-wrap .navbar-nav .menu-item:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#header.menu-active .menu-wrap .navbar-nav .menu-item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#header.menu-active .menu-wrap .navbar-nav .menu-item:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#header.menu-active .menu-wrap .navbar-nav .menu-item:nth-child(6) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

#header.menu-active .menu-wrap .navbar-nav .menu-item:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

#header.menu-active .navbar-toggle .icon-group {
  -webkit-animation: rotate 0.25s linear 0.1s !important;
          animation: rotate 0.25s linear 0.1s !important;
  margin: 3.5px 0;
  display: none;
}

#header.menu-active .navbar-toggle img {
  -webkit-animation: rotate 0.25s linear 0s !important;
          animation: rotate 0.25s linear 0s !important;
  display: block;
}

body.logged-in #header {
  top: 32px;
}

@media screen and (max-width: 991px) {
  body.logged-in #header {
    top: 32px;
  }
}

@media screen and (max-width: 782px) {
  body.logged-in #header {
    top: 46px;
  }
}

.main-container {
  margin-top: 0;
  position: relative;
}

.logo-link {
  position: relative;
  z-index: 100;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.scroller {
  overflow-y: scroll;
  background: #ffffff;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
}

.back-to-top {
  color: #989b83;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 400;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear, bottom 0.3s ease-out;
  transition: opacity 0.2s linear, bottom 0.3s ease-out;
  pointer-events: none;
}

.back-to-top.active {
  opacity: 1;
  pointer-events: all;
}

@media screen and (min-width: 768px) {
  .back-to-top.active.foot {
    bottom: 94px;
  }
}

.back-to-top .surface-btn {
  color: #989b83;
  text-transform: uppercase;
  position: relative;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.69, 0, 0.27, 1);
  transition: all 0.6s cubic-bezier(0.69, 0, 0.27, 1);
}

.back-to-top .surface-btn .arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.69, 0, 0.27, 1);
  transition: all 0.6s cubic-bezier(0.69, 0, 0.27, 1);
}

.back-to-top .surface-btn .arrow .arrow-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1px;
  margin: 0 auto;
  height: 24px;
  background-color: #989b83;
  -webkit-transition: all 0.6s cubic-bezier(0.69, 0, 0.27, 1);
  transition: all 0.6s cubic-bezier(0.69, 0, 0.27, 1);
}

.back-to-top .surface-btn .arrow .arrow-top:after, .back-to-top .surface-btn .arrow .arrow-top:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1px;
  margin: 0 auto;
  content: '';
  background-color: #989b83;
  -webkit-transition: all 0.6s cubic-bezier(0.69, 0, 0.27, 1);
  transition: all 0.6s cubic-bezier(0.69, 0, 0.27, 1);
  height: 9px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.back-to-top .surface-btn .arrow .arrow-top:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.back-to-top .surface-btn .arrow .arrow-top:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.back-to-top .surface-btn:hover {
  color: #ffffff;
}

.back-to-top .surface-btn:hover .arrow .arrow-top {
  background-color: #ffffff;
}

.back-to-top .surface-btn:hover .arrow .arrow-top:after, .back-to-top .surface-btn:hover .arrow .arrow-top:before {
  background-color: #ffffff;
  height: 18px;
}

@media (max-width: 575px) {
  .back-to-top {
    right: 15px;
  }
  .back-to-top .surface-btn .arrow {
    margin-right: 0;
  }
}

/* ////////// */
/*   FOOTER   */
/* ////////// */
.section-footer {
  font-size: 14px;
  color: #3b3b3b;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  position: relative;
  background: #000000;
  padding: 40px 0 45px 0;
}

.section-footer .container {
  max-width: 1220px;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.345, 0.005, 0.07, 1);
  transition: all 1s cubic-bezier(0.345, 0.005, 0.07, 1);
}

.section-footer .container .logo-block {
  position: relative;
  margin-bottom: 130px;
}

.section-footer .container .logo-block a {
  display: inline-block;
}

.section-footer .container .logo-block img {
  max-width: 226px;
  margin: 0;
}

.section-footer .container .contact-block {
  letter-spacing: 0.5px;
}

.section-footer .container .contact-block h4 {
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
}

.section-footer .container .contact-block a {
  font-size: 14px;
  color: #4c4c4c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 24px;
  text-transform: inherit;
}

.section-footer .container .contact-block a:hover, .section-footer .container .contact-block a:focus {
  color: #ffffff;
}

.section-footer .container .contact-block p {
  font-size: 14px;
  color: #4c4c4c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 24px;
  text-transform: inherit;
}

.section-footer .container .contact-block ul {
  margin: 0;
  padding: 0;
}

.section-footer .container .contact-block ul li {
  list-style: none;
  margin-bottom: 5px;
}

.section-footer .container .contact-block .award-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-footer .container .contact-block .award-block .award {
  display: inline-block;
  max-width: 90px;
  margin-right: 15px;
}

.section-footer .container .contact-block .award-block .award:last-child {
  margin: 0;
}

.section-footer .container .social-link li {
  display: inline-block;
  margin-right: 8px;
}

.section-footer .container .social-link li a {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: #4c4c4c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.section-footer .container .social-link li a:hover, .section-footer .container .social-link li a:focus {
  color: #ffffff;
}

.section-footer .container .copyright {
  color: #4c4c4c;
  text-transform: uppercase;
  line-height: 24px;
  margin-top: 60px;
}

.section-footer .container .copyright a {
  color: #4c4c4c;
}

.section-footer .container .copyright a:hover {
  color: #ffffff;
}

@media (min-width: 992px) {
  .section-footer .container .footer-col-1 {
    width: 27.5%;
  }
  .section-footer .container .footer-col-2 {
    width: 24.5%;
  }
  .section-footer .container .footer-col-3 {
    width: 20.5%;
  }
  .section-footer .container .footer-col-4 {
    width: 27.5%;
  }
}

@media (max-width: 991px) {
  .section-footer .container .footer-col-3 {
    clear: both;
  }
  .section-footer .container .logo-block {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .section-footer .container .logo-block {
    margin-bottom: 40px;
  }
  .section-footer .container .logo-block img {
    max-width: 144px;
    margin: 0;
  }
}

.section-footer.active .container {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

@media (max-width: 768px) {
  .section-footer {
    padding: 40px 0 30px 0;
  }
  .section-footer .container .contact-block, .section-footer .container .copyright {
    text-align: center;
    margin-bottom: 10px;
  }
  .section-footer .container .copyright {
    margin-top: 10px;
  }
  .section-footer .container .social-icons {
    text-align: center;
  }
  .section-footer .container .logo-block .back-to-top {
    top: 0;
    right: 0;
  }
  .section-footer .container .logo-block .back-to-top .surface-btn .arrow {
    margin-right: 0;
  }
  .section-footer .container .logo-block .back-to-top .surface-btn .text {
    display: none;
  }
  .section-footer .container .logo-block {
    text-align: center;
    margin-bottom: 40px;
  }
  .section-footer .container .logo-block img {
    margin: 0 auto;
  }
  .section-footer .container .contact-block {
    margin-bottom: 30px;
  }
  .section-footer .container .contact-block .award-block {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575px) {
  .section-footer {
    padding-bottom: 20px;
  }
  .section-footer .container .copyright {
    padding: 0 40px;
    margin: 0;
  }
}

/* Slider */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel.owl-grab .owl-stage {
  xtransform: none !important;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 *  Owl Carousel - CSS3 Transitions
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@-webkit-keyframes navAnims {
  0% {
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0.25;
  }
  75% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes navAnims {
  0% {
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0.25;
  }
  75% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes pathAnims {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes pathAnims {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

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

/* ///////////////// */
/*     HOME PAGE     */
/* ///////////////// */
/* Shadows -- Cloud */
.shadow-top:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 150px;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(1%, rgba(0, 0, 0, 0.99)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}

.shadow-bottom:after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  height: 350px;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1e-08)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1e-08) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
}

/* Section Hero */
.u-full-width {
  width: 100%;
  display: block;
}

.section-hero {
  padding: 0;
  position: relative;
  color: #ffffff;
  overflow: hidden;
  background-color: #000000;
  min-height: 100vh;
  /* Landscape */
}

.section-hero .logo-block {
  top: 50%;
  position: relative;
  z-index: 2;
  transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
}

.section-hero .logo-block .img-block {
  max-width: 695px;
  margin: 0 auto;
}

.section-hero .grow-block {
    /* position: absolute; */
    /* bottom: 10px; */
	/* margin-bottom: 20px; */
    /* left: 50%; */
    /* margin-left: -62px; */
    /* z-index: 20; */
    /* -webkit-transition: all 1s; */
    /* transition: all 1s; */
    /* margin-top: 50px; */
}

.section-hero .grow-block:hover.show div i {
  -webkit-transform: translateY(10px) !important;
          transform: translateY(10px) !important;
}

.section-hero .grow-block div {
  font-size: 14px;
  display: block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.2px;
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear;
  opacity: 0;
}

.section-hero .grow-block div i {
  font-size: 38px;
  color: #ffffff;
  margin-top: 12px;
  display: block;
  -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.07, 1);
  transition: all 0.8s cubic-bezier(0, 0, 0.07, 1);
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}

.section-hero .grow-block div:hover {
  opacity: 1;
}

.section-hero .grow-block.show div {
  opacity: 0.8;
}

.section-hero .grow-block.show div i {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.section-hero.shadow-bottom:after {
  z-index: 10;
  height: 110px;
  bottom: -40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  .section-hero .grow-block {
    bottom: 15px;
  }
  .section-hero .grow-block a {
    font-size: 12px;
  }
}

.section-hero canvas {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  pointer-events: none;
  min-width: 1440px;
}

@media screen and (max-width: 992px) {
  .section-hero canvas {
    min-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .section-hero canvas {
    min-width: 800px;
  }
}

@media screen and (max-width: 600px) {
  .section-hero canvas {
    min-width: 650px;
  }
}

.section-hero .slides {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-hero .slide {
  position: absolute;
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  left: -100px;
  top: -100px;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}

@media screen and (min-width: 1920px) {
  .section-hero .slide {
    top: 0px;
  }
}

.section-hero .slide.loading-backdrop {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  z-index: 2;
  background: #000;
  bottom: 0px;
  -webkit-transition: opacity 1.0s ease-out;
  transition: opacity 1.0s ease-out;
}

.section-hero .slide.loading-backdrop.hide {
  opacity: 0;
}

.section-hero .slide.backdrop {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
  background-image: url("./inc/assets/images/BF_Hero_Background.jpg");
  background-image: url("./inc/assets/images/Background3.png");
  bottom: 0px;
  -webkit-transition: opacity 2s ease-out, -webkit-transform 6s cubic-bezier(0, 0, 0.07, 1);
  transition: opacity 2s ease-out, -webkit-transform 6s cubic-bezier(0, 0, 0.07, 1);
  transition: transform 6s cubic-bezier(0, 0, 0.07, 1), opacity 2s ease-out;
  transition: transform 6s cubic-bezier(0, 0, 0.07, 1), opacity 2s ease-out, -webkit-transform 6s cubic-bezier(0, 0, 0.07, 1);
  -webkit-transform: scale3d(1.4, 1.4, 1.4) translateY(0);
          transform: scale3d(1.4, 1.4, 1.4) translateY(0);
  opacity: 0;
}

.section-hero .slide.backdrop.zoom {
  -webkit-transform: scale3d(1, 1, 1) translateY(0);
          transform: scale3d(1, 1, 1) translateY(0);
  opacity: 1;
}

.section-hero .slide.fog1 {
  height: 100vh;
  bottom: 0;
  position: absolute;
  z-index: 3;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  pointer-events: none;
  display: block;
  top: initial;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
}

.section-hero .slide.fog1.show {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .section-hero .slide.fog1 {
    display: none;
  }
}

.section-hero .slide.fog2 {
  top: initial;
  height: 100vh;
  bottom: 0;
  position: absolute;
  z-index: 5;
  pointer-events: none;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.section-hero .slide.fog2.show {
  opacity: 1;
}

.navcontainer, .navbar-logo {
	opacity: 0;
}

.navcontainer.show, .navbar-logo.show {
	opacity: 1;
}

.section-hero .slide.trees1 {
  background-image: url("./inc/assets/images/Treeline1.png");
  bottom: 0px;
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 6;
  pointer-events: none;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 1.75s cubic-bezier(0, 0, 0.07, 1);
  transition: opacity 0.1s ease-out, -webkit-transform 1.75s cubic-bezier(0, 0, 0.07, 1);
  transition: opacity 0.1s ease-out, transform 1.75s cubic-bezier(0, 0, 0.07, 1);
  transition: opacity 0.1s ease-out, transform 1.75s cubic-bezier(0, 0, 0.07, 1), -webkit-transform 1.75s cubic-bezier(0, 0, 0.07, 1);
  opacity: 0;
  -webkit-transform: translateY(40vh) translateX(0px);
          transform: translateY(40vh) translateX(0px);
}

.section-hero .slide.trees1.show {
  opacity: 1;
  -webkit-transform: translateY(0vh) translateX(0px);
          transform: translateY(0vh) translateX(0px);
}

.section-hero .slide.trees1:before {
  height: 220px;
  content: '';
  position: absolute;
  width: 100%;
  background: #000;
  bottom: -6px;
  left: 0;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 9;
}

.section-hero .slide.trees1:after {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #000;
  top: 100%;
  left: 0;
  content: '';
}

.section-hero .slide.trees2 {
  background-image: url("./inc/assets/images/Treeline2.png");
  bottom: 0px;
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 3;
  pointer-events: none;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 1s cubic-bezier(0, 0, 0.07, 1);
  transition: opacity 0.1s ease-out, -webkit-transform 1s cubic-bezier(0, 0, 0.07, 1);
  transition: opacity 0.1s ease-out, transform 1s cubic-bezier(0, 0, 0.07, 1);
  transition: opacity 0.1s ease-out, transform 1s cubic-bezier(0, 0, 0.07, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.07, 1);
  opacity: 0;
  -webkit-transform: translateY(40vh) translateX(0px);
          transform: translateY(40vh) translateX(0px);
}

.section-hero .slide.trees2.show {
  opacity: 1;
  -webkit-transform: translateY(0vh) translateX(0px);
          transform: translateY(0vh) translateX(0px);
}

@media screen and (max-width: 1200px) {
  .section-hero .slide.trees2 {
    display: none;
  }
}

.section-hero .hero-logo-block {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    /* top: -400px; */
    /* bottom: 0; */
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    /* max-width: 550px; */
    /* max-height: 700px; */
    margin: auto;
    z-index: 200;
    opacity: 1;
}

.section-hero .hero-logo-block .tal-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100vh;
  width: 100vw;
}

.section-hero .hero-logo-block .alt-logo {
  display: none;
  z-index: 0;
}

.section-hero .hero-logo-block .tal {
  -webkit-transition: opacity 1.25s linear, -webkit-transform 1.25s cubic-bezier(0, 0, 0.07, 1);
  transition: opacity 1.25s linear, -webkit-transform 1.25s cubic-bezier(0, 0, 0.07, 1);
  transition: opacity 1.25s linear, transform 1.25s cubic-bezier(0, 0, 0.07, 1);
  transition: opacity 1.25s linear, transform 1.25s cubic-bezier(0, 0, 0.07, 1), -webkit-transform 1.25s cubic-bezier(0, 0, 0.07, 1);
}

.section-hero .hero-logo-block .tal-img {
    display: block;
    position: relative;
    -webkit-transition: opacity 1.25s linear, top 1.25s cubic-bezier(0, 0, 0.07, 1);
    transition: opacity 1.25s linear, top 1.25s cubic-bezier(0, 0, 0.07, 1);
    opacity: 0;
    top: -200px;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    margin: auto;
}

.section-hero .hero-logo-block .tal-img.animate-in {
  top: 0px;
  opacity: 1;
}

.section-hero .hero-logo-block .tal-img.animate {
  -webkit-animation-name: float;
          animation-name: float;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes float {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes float {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, 40px);
            transform: translate(0, 40px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@-webkit-keyframes floatSmall {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes floatSmall {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  to {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

.section-hero .hero-logo-block .tal-img.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  /* animation: float 4s infinite; */
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}

.section-hero .hero-logo-block .ad-leaf-text {
  width: 100%;
  -webkit-transition: opacity 2s linear, -webkit-transform 1.5s ease-out;
  transition: opacity 2s linear, -webkit-transform 1.5s ease-out;
  transition: opacity 2s linear, transform 1.5s ease-out;
  transition: opacity 2s linear, transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  /* transform: perspective(300px) translateZ(-100px); */
  opacity: 0;
  z-index: 3;
}

.section-hero .hero-logo-block .ad-leaf-text.show {
  opacity: 1;
  /* transform: perspective(300px) translateZ(0px); */
}

.section-hero .hero-logo-block .subtitle {
  display: block;
  text-align: center;
  max-width: 100vw;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
  white-space: nowrap;
  top: calc(100% + 20px);
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 8px;
}

.section-hero .hero-logo-block .subtitle.active {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .section-hero .hero-logo-block .subtitle {
    white-space: normal;
  }
}

@media screen and (max-width: 992px) {
  .section-hero .hero-logo-block .subtitle {
    font-size: 14px;
    letter-spacing: 6px;
  }
}


@media screen and (max-width: 1440px) {
  .section-hero .hero-logo-block img.black-flag-text {
    margin-top: -15%;
  }
  .section-hero .hero-logo-block .creative-text {
    font-size: 1.3em;
    margin-top: 2%;
  }
}

@media screen and (max-width: 1200px) {
  .section-hero .hero-logo-block img.black-flag-text {
    margin-top: -15%;
  }
  .section-hero .hero-logo-block .creative-text {
    font-size: 1.24em;
    margin-top: 2%;
  }
}

@media screen and (max-width: 768px) {
  .section-hero .hero-logo-block .tal-img.animate {
    -webkit-animation-name: floatSmall;
            animation-name: floatSmall;
  }
  .section-hero .hero-logo-block img.black-flag-text {
    margin-top: -15%;
  }
  .section-hero .hero-logo-block .creative-text {
    font-size: 1.0em;
    margin-top: 2%;
  }
}

@media screen and (max-height: 900px) {
  .section-hero .hero-logo-block img.black-flag-text {
    margin-top: -15%;
  }
  .section-hero .hero-logo-block .creative-text {
    font-size: 1em;
    margin-top: 2%;
  }
  .section-hero .hero-logo-block .subtitle {
    font-size: 14px;
    letter-spacing: 6px;
	padding: 10px 30px;
  }
}

@media only screen and (max-width: 850px) and (max-height: 500px) and (orientation: landscape) {
  .section-hero .hero-logo-block {
    top: -95vh;
    max-width: 160px;
    max-height: 380px;
  }
  .section-hero .hero-logo-block img.black-flag-text {
    margin-top: -17%;
  }
  .section-hero .hero-logo-block .creative-text {
    font-size: 0.6em;
    margin-top: 2%;
  }
  .section-hero .hero-logo-block .subtitle {
    width: 300px;
    top: calc(100% + 14px);
    font-size: 10px;
    letter-spacing: 4px;
  }
}

.section-hero.scroll-timing .backdrop {
  -webkit-transition: -webkit-transform 2s cubic-bezier(0, 0, 0.07, 1);
  transition: -webkit-transform 2s cubic-bezier(0, 0, 0.07, 1);
  transition: transform 2s cubic-bezier(0, 0, 0.07, 1);
  transition: transform 2s cubic-bezier(0, 0, 0.07, 1), -webkit-transform 2s cubic-bezier(0, 0, 0.07, 1);
}

.section-hero.scroll-timing .tal {
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}

.section-hero.scroll-timing .tal-img {
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}

.section-hero.scroll-timing .black-flag-text {
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}

.section-hero.scroll-timing .creative-text {
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}

.section-hero.scroll-timing .creative-text .letter {
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}

@-webkit-keyframes kenburns {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
            transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
            transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
    opacity: 0;
  }
}

@keyframes kenburns {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
            transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
            transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
    opacity: 0;
  }
}

@-webkit-keyframes letterFlyUp {
  from {
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes letterFlyUp {
  from {
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


.parallax-mirror .parallax-slider {
  xleft: -2px !important;
  xright: -2px !important;
  xwidth: auto !important;
  border: 0;
}

/* ///////////////////// */
/*    RESPONSIVE VIEW    */
/* ///////////////////// */
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .section-cta .cta-container .h2 {
    font-size: 28px;
  }
  .section-cta .cta-container .button {
    font-size: 18px;
  }
}


.page-banner {
  padding: 105px 0 230px;
}

.page-banner .banner-title {
  font-weight: 900;
  font-size: 31px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1023px) {
  .page-banner .banner-title {
    font-size: 22px !important;
    margin-bottom: 5px;
  }
}

.page-banner .date {
  color: #9a9a9a;
  letter-spacing: 2px;
  font-size: 17px;
}

@media only screen and (max-width: 1023px) {
  .page-banner .date {
    font-size: 15px !important;
  }
}

.center-text, .center-text-md {
  width: 650px;
  margin: 20px auto 40px;
}

.center-text p, .center-text-md p {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .center-text, .center-text-md {
    width: 100%;
    margin: 0;
    padding: 30px;
  }
}

.content-container {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.content-container .content-wrapper {
  padding-top: 100px;
}

.content-container .content-wrapper .big-word {
  font-size: 105px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  float: left;
  line-height: 92px;
  margin-right: 10px;
  margin-left: -10px;
}

.content-container .content-wrapper p {
  line-height: 2.1;
  letter-spacing: 1px;
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  .content-container .content-wrapper p {
    font-size: 15px;
  }
}

.content-container .content-wrapper h2 {
  text-transform: uppercase;
  font-weight: 900;
  margin: 80px 0 40px;
  color: #fff;
}

.content-container .content-wrapper .img-block {
  margin-top: 60px;
}

.content-container .content-wrapper .testimonials h2 {
  font-weight: 100;
  font-style: italic;
  color: #ffffff;
  text-transform: none;
  font-size: 26px;
  margin: 60px 0 10px;
}

.img-block img {
  max-width: 100%;
}


/* WordPress Core */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.alignleft:last-child {
  float: left;
  margin: 5px 0 20px 0;
}

.alignleft:first-child {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Floating Animation */
@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}

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

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}


@media only screen and (max-width: 1200px) {
  .mb-80 {
    margin-bottom: 40px;
  }
  .page-banner {
    padding: 5px 0 110px !important;
  }
  .blogs-news .blog-box a .blog-content .mytable {
    padding: 10px;
  }
  .blogs-news .blog-box a .blog-content .blog-text {
    margin: 0;
  }
  .blogs-news .blog-box a .blog-content .blog-text p {
    line-height: 1.6;
  }
}

@media only screen and (max-width: 1023px) {
  .h2, h2 {
    font-size: 22px;
  }
  .button-primary {
    font-size: 18px;
  }
  .footer-section .container .title-block, .footer-section .container .title-block-2, .footer-section .container .title-block-3 {
    max-width: 275px !important;
  }
  .footer-section .container .title-block h2, .footer-section .container .title-block-2 h2, .footer-section .container .title-block-3 h2 {
    font-size: 50px !important;
    line-height: 55px !important;
  }
  .footer-section .container .title-block h2 span, .footer-section .container .title-block-2 h2 span, .footer-section .container .title-block-3 h2 span {
    font-size: 22px !important;
    bottom: -12px !important;
  }
  .footer-section .container .title-block .h2::before, .footer-section .container .title-block-2 .h2::before, .footer-section .container .title-block-3 .h2::before {
    position: absolute;
    content: '';
    right: -95px;
  }
  .content-container {
    width: 100%;
    padding: 40px;
  }
  .content-container .content-wrapper {
    padding-top: 0;
  }
  .content-container .content-wrapper .big-word {
    font-size: 66px;
    line-height: 72px;
  }
  .content-container .content-wrapper h2 {
    margin: 40px 0 15px;
  }
  .blog-section {
    margin: 40px 0;
  }
  .mb-100 {
    margin-bottom: 40px;
  }
  .section-our-journey-wrapper {
    padding: 120px 0 0 0;
  }
  .section-our-journey-wrapper .page-banner {
    padding: 5px 0 60px !important;
  }
}

@media only screen and (max-width: 768px) {
  .footer-section .container .title-block, .footer-section .container .title-block-2, .footer-section .container .title-block-3 {
    max-width: 240px !important;
    margin: 0 0 40px 10px !important;
  }
  .footer-section .container .title-block h2, .footer-section .container .title-block-2 h2, .footer-section .container .title-block-3 h2 {
    font-size: 40px !important;
    line-height: 42px !important;
  }
  .footer-section .container .title-block h2 span, .footer-section .container .title-block-2 h2 span, .footer-section .container .title-block-3 h2 span {
    font-size: 20px !important;
  }
  .footer-section .container .title-block .h2::before, .footer-section .container .title-block-2 .h2::before, .footer-section .container .title-block-3 .h2::before {
    right: -40px !important;
    width: 140px !important;
    height: 65px !important;
  }
  .ml, .mr {
    margin: 0;
    padding: 0 10px;
  }
  .page-banner {
    padding: 90px 0 70px !important;
  }
  .content-container {
    padding: 40px 20px;
  }
  .content-container .content-wrapper .testimonials h2 {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .content-container .content-wrapper .big-word {
    font-size: 58px;
    line-height: 58px;
  }
  .section-title-lg .h2::before {
    right: 45px !important;
  }
  .more-link-block {
    margin: 30px 0 50px;
  }
  .journey-title .h2::before {
    right: -45px;
  }
  .section-our-journey-wrapper {
    padding: 100px 0 0 0 !important;
  }
  .section-our-journey-wrapper .page-banner {
    padding: 5px 0 60px !important;
  }
  .logonav .container .col-xs-5 {
    width: 100%;
  }
  .logonav .container .col-xs-5 .navigation {
    text-align: center;
    width: 100%;
  }
}

*:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.center-text-md {
  width: 800px;
}

@media only screen and (max-width: 1023px) {
  .center-text-md {
    width: 100%;
    padding: 0 10px;
  }
}

.services-grid .service .info .paren .no-transform {
  text-transform: none;
}

video {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

#header .bg-layer {
  position: absolute;
  width: 1440px;
  min-width: 100%;
  height: 300px;
  top: -50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
  pointer-events: none;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}

#header .bg-layer .primary, #header .bg-layer .secondary {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: repeat-x;
}

/*
 * Social Icons
*/
.social-icons > a {
    margin: 0px 5px;
}

.social-icons > a:hover > i {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.social-icons > a:hover > .fa-instagram {
	color: #fcaf45;
}

.social-icons > a:hover > .fa-facebook {
	color: #3c5a99;
}

.social-icons > a:hover > .fa-twitter {
	color: #1da1f2;
}

.social-icons > a:hover > .fa-linkedin {
	color: #0077B5;
}

.navbar-toggler-icon {
    color: #9a9a9a;
}

#footer-widget, .site-info {
    text-align: center;
}

.service-checkboxes > .form-control {
    color: #fff;
    background-color: inherit;
    border: none;
    display: inherit;
}

.trx_mscf_prev, .trx_mscf_next {
    color: #fff;
    background-color: #555533;
    border-color: #48482c;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s;
    top: -53px !important ;
    position: relative;
}

.trx_mscf_step {
    text-align: center;
}

.rock-bg {
    background-image: url(./inc/assets/images/allies-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;;
}

.full-footer {
	margin-bottom: 175px;
}

.post-thumbnail > .wp-post-image {
    width: 60%;
    margin-bottom: 50px;
}

article.post {
    padding: 30px;
    background-color: #d8d8d817;
    border-radius: 4px;
}

.post-thumbnail {
    text-align: center;
}

aside#secondary {
    padding: 20px;
}

.avatar {
    margin: 20px;
}

.btn-primary {
    color: #fff;
    border-radius: 0px;
	background-color: transparent;
	border-color: transparent;
	position: relative;
}

.btn-primary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    background-position-x: 0;
    transition: all 0.5s ease-in-out;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #a9a96a;
}

.btn-primary:hover > .button-wrapper {
    background-position-x: -12px;
    transition: all 0.5s ease-in-out;
}

.ajax-loader {
    display: block !important;
}

div#content {
    margin-top: 250px;;
}

.subpage-logo-block {
    text-align: center;
    height: 200px;
    padding-top: 50px;
}

.subpage-logo-block > .tal-img {
    height: 70%;
}

.subpage-logo-block > .ad-leaf-text {
    height: 15%;
}

.ad-leaf-text {
    font-size: 4em;
    text-transform: uppercase;
    font-weight: 600;
}

.hero-sub-text {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 8px;
    margin-left: 4px;
}

.footer-container {
    background-image: url("./inc/assets/images/footer-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 100px;
    background-position: bottom
}

#header.scrolled {
	background-image: url(./inc/assets/images/menu-bg.png);
    transition: all 0.8s ease-in-out;
    height: 150px;
    background-size: 100% 100%;
	opacity: 1 !important;
}

.scrolled > .navcontainer > .navbar {
	opacity: 1 !important;
}

.scrolled > .subpage-logo-block {
    height: 120px;
    padding-top: 20px;
	transition: all 0.6s ease-in-out;
}

img.tal-img {
    height: 185px;
    max-width: 250px;
    margin-bottom: -50px;
}

img.grow-with-icon {
    width: 50px;
    display: block;
    margin: auto;
    margin-top: 10px;
}

ul#menu-new-main-menu > li > a {
    color: white;
	/*text-transform: uppercase;*/
    font-weight: 400;
}

span.navbar-toggler-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 20;
	margin: 10px 50px;
}

.navcontainer {
    padding-top: 20px;
	margin-right: 0px;
	display: inline-block;
    right: 0;
    position: absolute;
    text-align: center;
}

.navbar {
	transition: all 0.2s ease-in-out 0.2s;
	opacity: 0;
}

.openned {
	transition: all 0.2s ease-in-out 0.2s;
	opacity: 1 !important;
}

@media (min-width: 1199px) {
	.mobile-menu {
		display: none;
	}
	.non-mobile {
		display: block;
	}
}

@media (max-width: 1200px) {
	.mobile-menu {
		display: block;
	}
	.non-mobile {
		display: none;
	}
	
	.navbar.navbar-expand-xl.openned {
		background: rgba(0,0,0,0.8);
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		padding-top: 100px;
		padding-bottom: 1000px;
	}
	
	a.dropdown-item {
		text-align: left;
		text-transform: uppercase;
		color: #b1b1b1;
		font-weight: 600;
		font-size: 1.2em;
	}
	
	a.dropdown-item:hover {
		color: #d0d0d0;
	}
	
	#menu-new-main-menu {
		margin-right: 0px;
		text-align: left;
		padding-left: 30px;
		font-size: 1.5em;
	}
}

.mobile-menu > .navbar-toggler > .navbar-toggler-icon {
    margin-top: -10px;
    margin-right: 50px;
}

.navbar-logo {
    display: inline-block;
    left: 0;
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
}

.navbar-logo > a > div {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.3em;
    color: #fff;
    padding-left: 14px;
    width: 300px;
	line-height: 20px;
    margin-top: 20px;
}

.navbar-logo > a > img {
    width: 50px;
	float: left;
    margin-right: 20px;
}

.wpcf7-text.form-control, textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    background-color: #9090900a;
    border: 0px solid #ced4da;
    text-align: center;
    border-bottom: 2px solid #a98d51;
    width: 70%;
    margin: 25px auto;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.3em;
}

.wpcf7-text.form-control:focus,.gform_wrapper input:focus, .gform_wrapper textarea:focus {
	border-bottom: 0px solid #F5CD76;
}

.wpcf7 .trx_mscf_progressbar li.trx_mscf_bullets:after {
    background: transparent !important;
}

.wpcf7 .trx_mscf_progressbar li.trx_mscf_bullets.active:after, .wpcf7 .trx_mscf_progressbar li.trx_mscf_bullets.active:before {
    background: #555533 !important;
    color: #fff;
}

.wpcf7 .trx_mscf_progressbar li.trx_mscf_bullets.active {
    color: #88885f !important;
}

.wpcf7 .trx_mscf_progressbar li.trx_mscf_bullets {
    font-size: 0.85em !important;
    font-weight: 700;
}

.slide-container {
    margin-top: -40px;
}

.opacity-0 {
  opacity: 0; }

.opacity-10 {
  opacity: 0.1; }

.opacity-20 {
  opacity: 0.2; }

.opacity-30 {
  opacity: 0.3; }

.opacity-40 {
  opacity: 0.4; }

.opacity-50 {
  opacity: 0.5; }

.opacity-60 {
  opacity: 0.6; }

.opacity-70 {
  opacity: 0.7; }

.opacity-80 {
  opacity: 0.8; }

.opacity-90 {
  opacity: 0.9; }

.opacity-100 {
  opacity: 1; }
  
  
.section-forest {
    margin: 200px 0px;
}

.section-title.title-grunge {
    z-index: 2;
    margin-left: 60px;
    position: relative;
    width: auto;
    margin-bottom: 40px;
}

.section-title.title-grunge .h1, .section-title.title-grunge .h2 {
    font-size: 87px;
    line-height: 70px;
    position: relative;
    display: inline-block;
    font-weight: 800;
    color: #343333;
    letter-spacing: 3px;
    text-transform: uppercase;
	opacity: 0.4 !important;
}

.section-title.title-grunge .h1 .sm-txt, .section-title.title-grunge .h2 .sm-txt {
    color: #fff;
    bottom: 0px;
    left: 50px;
    letter-spacing: 2px;
    z-index: 2;
	opacity: 1 !important;
}


.section-title.title-animate.active .h1 .sm-txt span, .section-title.title-animate.active .h2 .sm-txt span {
    font-size: 56px;
    position: absolute;
    margin-top: -33px;
    margin-left: 40px;
}

.section-title.title-grunge:before {
    position: absolute;
    content: '';
    left: -190px;
    top: 0;
    width: 176px;
    height: 136px;
    background: url("./inc/assets/images/title-item-1.png") center no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 768px) {
	.section-title.title-animate.active .h1 .sm-txt span, .section-title.title-animate.active .h2 .sm-txt span {
		font-size: 34px;
		margin-top: -47px;
	}
	h3.h2.text-extrabold.uppercase {
		font-size: 41px;
	}
}

.logo-slider {
    margin: 0 5%;
	height: 250px;
	top: 70px;
}

.logo-slider > .col-md-2 {
    padding: 20px 18px 40px;
    margin: auto;
}

.skill-image {
    width: 150px;
    margin: auto;
	margin-bottom: 20px;
}

.skill-title {
    text-align: center;
    font-size: 1.75em;
    font-weight: 700;
    color: #fff;
}

.growth-skill > a:hover > .skill-image > img {
    content: url("./inc/assets/images/sapling/stage4.png");
	filter: invert(100%);
}

.growth-skill > a:hover > .skill-title {
    color: #000;
}

.growth-skill-hover {
	background: url("./inc/assets/images/temp-skill-bg.png") center no-repeat;
}

.growth-skill-hover-stage1::before {
	content: ""; /* empty but necessary */
	position: absolute;
	background: url("./inc/assets/images/services-1.png") center no-repeat;
	background-size: 100%;
	height: 110%;
	width: 110%;
}

.growth-skill-hover-stage2::before {
	content: ""; /* empty but necessary */
	position: absolute;
	background: url("./inc/assets/images/services-2.png") center no-repeat;
	background-size: 100%;
}

.growth-skill-hover-stage3::before {
	content: ""; /* empty but necessary */
	position: absolute;
	background: url("./inc/assets/images/services-3.png") center no-repeat;
	background-size: 100%;
	height: 110%;
    width: 200%;
    margin-left: -50%;
}

.growth-skill {
    padding: 90px 0;
	position: relative;
}

.partner-path {
    margin: 70px 0px;
	text-align: center;
}

.partner-path > img {
	margin-top: -60px;	
	filter: saturate(0.1);
}

.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 10%; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 85%;}

.ui-widget-content, .ui-widget-header {
    border: 0px solid #dddddd !important;
    background: transparent !important;
    color: #fff !important;
    min-height: 600px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 85px !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	/*margin-top: 85px !important;*/
}

.ui-state-active, .ui-tabs-vertical .ui-tabs-nav li {
    border: 0px solid #dddddd !important;
    background: transparent !important;
    color: #fff !important;
	border-bottom-width: 0px !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #f9f9f9 !important;
	line-height: 35px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #e2b24b !important;
    border: 1px solid #e2b24b;
    border-radius: 50%;
	line-height: 35px;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
    color: #a98d51 !important;
}

/*
li.ui-tabs-tab.ui-state-default.ui-tab.ui-corner-left.ui-tabs-active.ui-state-active:after {
    content: " ";
    width: 100%;
    height: 2px;
    background: #d4b24b;
    position: absolute;
    left: calc(0%);
    transform: rotate(90deg);
    top: 99px;
    z-index: -1;
}
*/

p.forest-item-content {
    text-align: right;
}

h2.forest-item-name {
    text-align: right;
}

.title-column {
	position: static;
    width: 478px;
    height: 937px;
    display: block;
    vertical-align: baseline;
    float: left;
}

.title-column > header.entry-header {
    position: fixed;
    top: 35%;
    max-width: 25%;
	margin-left: 20px;
	width: 100%;
}

div#digin {
    height: 100px;
}

h1.entry-title-page {
    font-size: 3.0em;
    border-bottom: 0px solid #eaecef;
}

body:not(.home) {
    background: #000000 url("./inc/assets/images/allies-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top right;
}

h1.section-title.title-grunge.entry-title.entry-title-page {
    margin-left: 0px;
	margin-right: 30px;
}

@media screen and (max-width: 768px) {
	.title-column {
		text-align: center;
		margin: auto;
		height: unset;
	}
	.entry-header.page-title-block {
		max-width: 100% !important;
		position: unset !important;
		margin-left: 0px;
	}
	.section-title.title-grunge .h1, .section-title.title-grunge .h2 {
		line-height: 35px;
	}
	.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
		height: 700px;
	}
	
	.page-title-block {
		text-align: center;
	}
	
	#menu-new-main-menu {
		margin-right: 0px;
	}
	
	.growth-box {
		margin: 0 100px;
	}
	
	.skill-image {
		width: 110px;
		margin-bottom: 0px;
	}
	
	.skill-title {
		font-size: 1.25em;
	}
	
	.growth-skill {
		margin: 10px 0;
		padding: 0px;
	}
	
	.addition-creative {
		display: none;
	}
	
	.addition-marketing {
		display: none;
	}
}

.full-footer > div > section > div > p {
    margin-bottom: 50px;
}

.section-skills {
    min-height: 1900px;
}

.additional-services {
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    margin-top: 50px;
    color: #ccc;
}

.nav-vine {
    position: absolute;
    right: 84px;
    width: 200px;
    top: 37px;
    filter: invert(0.7);
}

.post-171 > .row > .title-column > .entry-header {
    position: unset;
    max-width: unset;
    margin-top: 200px;
}

.author-avatar-box {
    float: left;
    margin: 0 30px 0 0;
}

.author-name {
    font-weight: 700;
    font-size: 2em;
}

.author-box {
    margin-bottom: 70px;
}

.author-bio {
    margin-right: 30px;
}

.author-social-links > a {
    font-size: 1.2em;
    margin: 0 5px;
}

.author-social-links {
    text-align: center;
}

.nav-subtitle {
    font-size: 0.6em !important;
    font-weight: 400 !important;
}


body .cursor-tracker {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000000;
	pointer-events: none;
}

body .cursor-tracker .cursor {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	transform-style: preserve-3d;
	transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94),background-color 0.2s ease-out,opacity 0.1s ease-out;
}

.cursor-tracker > .cursor > img {
	width: 100%;
	height: 100%;
	transform: rotate(-60deg);
	left: -24px;
	position: absolute;
	top: -24px;
	filter: brightness(75%) sepia(50) saturate(105) hue-rotate(53deg);
}

@media screen and (max-width: 768px) {
	body .cursor-tracker {
		display: none;
	}
	
	.hero-sub-text {
		max-width: 165px;
	}
}


.client-button {
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.client-button > img, .client-button > a > img {
    width: 65%;
	filter: invert(1) brightness(0.3);
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.client-button-hover > img, .client-button-hover > a > img {
    width: 70%;
	filter: invert(1) brightness(0.4);
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.client-button > p, .client-button > a > p {
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-top: -140px;
}

/*
 * Custom Button
 */
.button-wrapper {
	width: 320px;  
	text-align: center;
	margin: 0 auto;
}
.button-wrapper-shape {
	stroke-dasharray: 140 540;
	stroke-dashoffset: -474;
	stroke-width: 8px;
	fill: transparent;
	stroke: #a98d51;
	border-bottom: 5px solid black;
	transition: stroke-width .5s, stroke-dashoffset .5s, stroke-dasharray .5s;
	width: 100%;
	height: 100%;
}

.button-wrapper-text {
	top: -50px;
	position: relative;
	transform-origin: unset;
	color: #fff;
	font-size: 0.8em;
	line-height: 28px;
	letter-spacing: 8px;
	background-color: transparent;
	border-color: transparent;
	text-transform: uppercase;
	font-weight: 800;
}

.button-wrapper:hover .button-wrapper-shape {
	stroke-width: 2px;
	stroke-dashoffset: 0;
	stroke-dasharray: 760;
}

.tal-btn {
    background-color: #f5cd76;
    font-weight: bold;
    float: right;
    clear: right;
    width: 100%;
    color: #333 !important;
    margin-top: 5px;
    height: 33px;
    border: none;
    max-width: 500px;
}

.error-404 {
	text-align: center;
}

.error-title {
    font-size: 10em;
}

.error-title > .tal-img {
    margin: 0px 30px 20px 40px;
}

.error-description {
    letter-spacing: 2px;
}

.ssa-leadgen-widget {
    background-color: unset !important;
    border: 0px solid #DDD !important;
    color: #fff !important;
}

.g-recaptcha, .ginput_recaptcha {
    margin: auto;
    width: 304px;
    padding: 0px;
    background-color: transparent;
    border: 0px solid #ced4da;
    height: auto;
}

h4 {
    line-height: 28px;
    margin: 30px 0;
}

.gf_step:before {
    content: " ";
    width: 14px;
    height: 14px;
    line-height: 14px;
    display: block;
    color: #fefefe;
    background: #808177;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    z-index: 2;
}

.gform_wrapper .gf_step {
    opacity: 1 !important;
	width: 21% !important;
	margin: 0 !important;
	display: inline-block;
}

.gf_step_number {
    display: none !important;
}

.gf_step_active, .gf_step_completed {
    color: #88885f !important;
}

.gf_step_active:before, .gf_step_completed:before {
	background: #88885f !important;
}

.gf_page_steps {
    text-align: center;
}

.gform_wrapper .gf_page_steps {
    border-bottom: 0px dotted #ccc !important;
}

.gform_wrapper .gform_page_footer {
    border-top: 0px dotted #ccc !important;
}

.gform_wrapper input[type="text"], .gform_wrapper textarea {
    background-color: #9090900a;
    border: 0px solid #ced4da;
    text-align: center;
    border-bottom: 2px solid #a98d51;
    width: 70% !important;
    margin: 25px auto;
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    font-size: 1.3em !important;
}

.gfield {
    text-align: center;
}

label.gfield_label {
    display: none !important;
}

.ginput_container_checkbox {
    width: 50%;
    text-align: left;
    margin: auto;
}

body img.gform_ajax_spinner {
	display: none !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: unset !important;
    border-top: unset !important; 
    border-bottom: unset !important; 
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #a90c00 !important;
}

.gform_wrapper div.validation_error {
    color: #a90c00 !important;
    border-top: 2px solid #a90c00 !important;
    border-bottom: 2px solid #a90c00 !important;
}

.button-wrapper .button {
	top: -50px;
	position: relative;
	transform-origin: unset;
	color: #fff;
	font-size: 0.8em;
	line-height: 28px;
	letter-spacing: 8px;
	background-color: transparent;
	border-color: transparent;
	text-transform: uppercase;
	font-weight: 800;
	padding: 7px !important;
	font-size: 0.8em !important;
	margin: unset !important;
}

.file-upload > .gfield_label {
    display: unset !important;
}

.file-upload {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
}

.ad-leaf-text .registered {
    font-size: 32px;
    vertical-align: top !important;
    margin-left: -20px;
}
span.registered {
    vertical-align: super !important;
    padding-left: 2px !important;
}
header .registered {
    font-size: 20px;
    padding-left: 5px;
}

h2.landing-form-title {
    text-align: center;
    font-size: 36px;
}
.landing-form-col textarea {
    height: 150px;
}
.landing-form-col .btn-primary {
    top: 0px;
    border: 2px solid #a98d51;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500 !important;
    padding: 10px 35px;
}
.landing-features {
    margin-top: 10%;
}
.landing-features .col-md-4 {
    background: #9292921f !important;
    padding-top: 35px;
}
.landing-icon i {
    color: #a98d51 !important;
    display: block !important;
    margin: 0 auto !important;
    text-align: center;
    font-size: 65px !important;
    margin-bottom: 15px !important;
}
.landing-features h3 {
    text-align: center;
    font-size: 22px;
}
.landing-features p {
    text-align: center;
}
.landing-blocks {
    margin-top: 10%;
}
.landing-blocks .col-md-6 {
    padding: 30px 20px 10px 20px;
}
.landing-blocks .first {
    background: #9999995e !important;
}
.landing-blocks .second {
    background: #9292921f !important;
}
.landing-blocks h3 {
    font-size: 24px;
    line-height: 32px;
}
.landing-content p {
    font-size: 20px;
}
.landing-content a {
    color: #a98d51;
}

/* Zachs Styles */

.dig-in-button:hover {
  cursor: pointer;
}

.star-icon {
  padding-bottom: 5px;
}

#custom_html-3 .wpcf7-submit {
	margin: auto;
	display: block;
}

#custom_html-3 .wpcf7 .ajax-loader {
	width: 0px;
    height: 0px;
}

#custom_html-3 .wpcf7-text.form-control {
	margin: 0px;
	padding-bottom: 10px;
	width: 100%;
}

.widget .cXedhc a {
	font-size: 16px;
}

.fa-tiktok:hover {
	color: #ff0050;
}

.page-template-landing-page h1 {
    font-size: 2.5em !important;
}
.page-template-landing-page .landing-content .entry-content ul {
    margin-top: 15%;
}
/*
.dropdown-menu {
    padding: 0rem 0;
}
.dropdown-menu li {
    margin-bottom: 0px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
}
*/

/*
.button-wrapper.hero:hover .button-wrapper-shape {
    stroke-width: 2px;
    stroke-dashoffset: 0 !important;
    stroke-dasharray: 1020 !important;
}
*/

/* CSS to remove the list from the page Elevate your marketing agency (Temp Solution) */
.page-id-9926 .landing-content {
    display: none !important;
}
.page-id-9926 .col-md-9.content-column.landing-blocks {
    margin-left: 10%;
}
/* End of CSS for this section