/*
    Theme Name: Hollywood Beauty Academy
    Description: HBA is custom child theme of Genesis Framework created for HBA.
    Author: Hollywood Beauty Academy
    Author URI: https://hba.imilady.com/
    Text Domain: hba

    Version: 1.0.10

    Tags: one-column, two-columns, three-columns, fluid-layout, fixed-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

    Template: genesis
    Template Version: 3.3.3

    License: GPL-2.0+
    License URI: http://www.opensource.org/licenses/gpl-license.php 
 
*/


@font-face {
    font-family: 'bebasregular';
    src: url('fonts/bebas-regular-webfont.woff2') format('woff2'),
         url('fonts/bebas-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:50%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-0.9em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
    box-sizing: border-box;
    font-size: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #fff;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
    overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    transition: all 0.2s ease-in-out;
}

a {
    color: #BB703E;
    text-decoration: none;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

p {
    margin: 0 0 20px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    padding-left: 10px;
    vertical-align: middle;
    margin-bottom: 20px;
}

hr {
    border: none;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 30px 0;
}

b,
strong {
    color: #004156;
    font-weight: 700;
}

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

mark {
    background: #ddd;
    color: #333;
}

blockquote {
    margin: 0;
}
blockquote.wp-block-quote {
    padding: 70px;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    color: #BB703E;
    text-align: center;
}
blockquote.wp-block-quote p:last-child {
    margin-bottom: 0;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #004156;
    font-family: 'Montserrat', sans-serif;;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: 0;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 24px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
    vertical-align: top;
}

figure {
    margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
    border: 1px solid #999;
    outline: none;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery-item {
    float: left;
    margin: 0 0 30px;
    text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 0;
    border-bottom: 0;
    color: #333;
    font-weight: 400;
    padding: 20px 20px;
    width: 100%;
    font-size: 24px;
    margin-top: 8px;
    border-radius: 5px;
}
.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
    padding: 10px 5px !important;
    font-size: 24px !important;
}

input:focus,
textarea:focus {
    border: 0;
    border-bottom: 1px solid #333;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-ms-input-placeholder {
    color: #3a3a3a;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #3a3a3a;
    opacity: 1;
}

::placeholder {
    color: #3a3a3a;
    opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button,
.wp-block-button a{
    text-decoration: none;
    background-color: #004156;
    border: 4px solid #004156;
    background: #004156;
    color: #fff;
    transition: all .5s;
    text-align: center;
    padding: 13px 60px;
    font-family: 'bebasregular';
    font-size: 26px;
    font-weight: 400;
    margin-top: 0;
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;    
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
    background-color: transparent;
    border-color: #004156;
    color: #004156;
}

.button {
    display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

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

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 40px;
    table-layout: auto;
    width: 100%;
    word-break: break-all;
}

tbody {
    border-bottom: 1px solid #eee;
}

td,
th {
    text-align: left;
    vertical-align: top;
}

td {
    border-top: 1px solid #eee;
    padding: 10px;
}

th {
    font-weight: 600;
    padding: 0 10px 10px;
}

td:first-child,
th:first-child {
    padding-left: 0;
}

td:last-child,
th:last-child {
    padding-right: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: 400;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

p.custom_more_link {
    display: block;
    margin-bottom: 0;
    text-align: right;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.more-link {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
.entry-content a.post-edit-link {
    display: none;
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
    animation: fadein 1s;
    word-wrap: break-word;
    padding-left: 0;
    z-index: 8;
    position: relative;
}

body.admin-bar .site-container {
    margin-top: 0;
    position: relative;
}


@keyframes fadein {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

/* Site Inner
--------------------------------------------- */

.site-inner {
    clear: both;
    margin: 0 auto;
    padding: 70px 30px;
    max-width: 900px;
    width: 100%;
}
.home_template .site-inner,
.full_template .site-inner,
.service_template  .site-inner,
.servicemenu_template  .site-inner,
.about_template  .site-inner,
.guide_template  .site-inner,
.page-template-default  .site-inner,
.myaccount_template  .site-inner{
    clear: both;
    margin: 90px auto 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}
.home_template .site-inner,
.myaccount_template .site-inner{
    margin-top: 0;
}
.page-template-default  .site-inner {
    background: #F1DECE;
}

.page-template-default  .site-inner main.content{
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    padding: 6% 40px 10% 40px;
    position: relative;
}

body.single-post main.content{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
body.single-post main.content .entry-title {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 25px;
}

.entry-header .entry-meta {
    display: none;
}
body.single-post .entry-content {
    font-size: 18px;
}
.wp-block-media-text {
    margin-bottom: 40px;
}
body.single-post .entry-content ol,
body.single-post .entry-content ul {
    margin-bottom: 40px;
    padding-left: 20px;
}
body.single-post .entry-content ol li,
body.single-post .entry-content ul li{
    padding-left: 0;
}
footer.entry-footer {
    display: none;
}
body.single-post .entry-content h4 {
    font-size: 24px;
}
/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.author-box .avatar,
.alignleft .avatar {
    margin-right: 20px;
}

.alignright .avatar {
    margin-left: 20px;
}

.comment .avatar {
    margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
    margin-bottom: 40px;
}

.after-entry {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
}

.after-entry .widget:last-of-type {
    margin-bottom: 0;
}

.breadcrumb {
    border-bottom: 1px solid #eee;
    font-size: 16px;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
    margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.entry-content .search-form {
    margin-bottom: 40px;
    width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px;
}

.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.entry-title {
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 1px;
}

.entry-title a,
.sidebar .widget-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
    color: #BB703E;
}

.widget-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
    padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
    display: block;
    margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
    margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
    margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
    margin-bottom: 0;
}

.widget ul > li {
    margin-bottom: 10px;
}

.widget ul > li:last-of-type {
    padding-bottom: 0;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
    text-align: center;
    padding: 10px;
}

.sidebar .enews {
    background-color: #f5f5f5;
    padding: 30px;
}

.enews-widget input {
    font-size: 16px;
    margin-bottom: 0;
    width: auto !important;
}
.enews-widget input[type="email"] {
    width: 73% !important;
    margin-right: 10px;
}

.after-entry .enews-widget input {
    text-align: center;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 24% !important;
}

.enews form + p {
    margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
    background: transparent;
    border-bottom: 1px solid #eee;
    color: #333;
    padding-left: 0;
    padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
    background: transparent;
    color: #0073e5;
}

.gs-faq__question::after {
    content: "\f132";
    font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
    float: right;
}

.gs-faq__question.gs-faq--expanded::after {
    content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
    margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
    clear: both;
    margin: 20px 0;
    overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
    border-radius: 0;
    height: auto;
    padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
    font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
    font-size: 14px;
    font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
    display: none !important;
    left: -9000px !important;
    position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
    padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
    height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
    height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
    height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}

/* Display outline on focus */
:focus {
    color: #333;
    outline: none;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    background: 0 0;
    z-index: 9999;
    background: #fff;
}
.home_template .site-header,
.myaccount_template .site-header {
    position: fixed;
    background: transparent;
}

.home_template .site-header.fixed_header,
.myaccount_template .site-header.fixed_header{
    background: #004156;

}
.wp-custom-logo .site-header.fixed_header .title-area img {
    width: 150px;
}
.site-header .wrap{
    padding: 0 40px;
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
}


/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding-bottom: 25px;
    padding-top: 25px;
}

.wp-custom-logo .title-area {
    max-width: none;
    padding-bottom: 0;
    padding-top: 7px;
    float: left;
    width: auto;
    position: relative;
    z-index: 100;
}
.wp-custom-logo .title-area img {
    width: 200px;
}
a.custom-logo-link {
    display: block;
    overflow: hidden;
}

.site-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #333;
    text-decoration: none;
}

.wp-custom-logo .site-title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
p.site-description {
    margin-bottom: 0;
    display: none;
}
/* Header Right
---------------------------------------------------------------------------- */
.widget-area.header-widget-area {
    display: block;
    float: right;
    width: auto;
    padding: 32px 0;
}
.widget-area.header-widget-area .widget {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.hba_header_items {
    display: block;
    overflow: hidden;
    margin-left: 40px;
}
.hba_header_item {
    display: block;
    padding: 5px 0 5px 27px;
    line-height: 1.3;
    vertical-align: middle;
    position: relative;
}
span.hba_header_item_icon {
    display: inline-block;
    margin-right: 0;
    left: 0;
    position: absolute;
    margin: auto;
    top: 15%;
    bottom: auto;
}
span.hba_header_item_icon i {
    font-size: 18px;
    vertical-align: middle;
    color: #BB703E;
}
.hba_header_item_title {
    display: inline-block;
}
.hba_header_item_title a {
    text-decoration: none;
    color: inherit;
}


/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
    width: auto;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.genesis-nav-menu .menu-item {
    display: inline-block;
    width: auto;
    margin: 0;
    position: relative;
    float: none;
	padding-left: 0;
}
.genesis-nav-menu .menu-item.current_page_item a {
    color: #BB703E;
}
.genesis-nav-menu .sub-menu .menu-item {
    width: 100%;
}
.genesis-nav-menu a {
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    cursor: pointer;
    color: #BB703E;
    letter-spacing: 2px;
    display: inline-block;
    line-height: 1.2;
    padding: 0;
    text-decoration: none;
    font-family: 'bebasregular';
    padding: 24px 40px;
    text-transform: uppercase;
}

.home_template .genesis-nav-menu a,
.myaccount_template .genesis-nav-menu a {
    color:  #fff;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:active,
.genesis-nav-menu a:focus{
    color: #BB703E;
}

.genesis-nav-menu .sub-menu a {
    color: #fff;
}
.genesis-nav-menu .sub-menu {
    background: #fff;
    left: auto;
    opacity: 0;
    position: absolute;
    z-index: 99;
    margin: 0;
    padding: 0;
    visibility: hidden;
    height: 0;
    width: 200px;
}
.genesis-nav-menu .sub-menu.submenu_open {
    padding: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
 }
.genesis-nav-menu .sub-menu a {
    border-top: none;
    position: relative;
    width: auto;
}
.genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
}
.genesis-nav-menu .menu-item:hover {
    position: relative;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
    padding: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
}
.genesis-nav-menu > .first > a {
    padding-left: 0;
}
.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu .sub-menu .menu-item .indicator {
    display: none;
}
.genesis-nav-menu .menu-item.menu_highlight a {
    color: #fff;
    background: #BB703E;
    padding: 10px 45px;
    letter-spacing: 0px;
    border-radius: 50px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-left: 30px;
}
.nav-mobile_nav .genesis-nav-menu .menu-item > .sub-menu{
    left: -100%;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    height: 0;
}
.nav-mobile_nav .genesis-nav-menu .menu-item > .sub-menu.submenu_open{
    left: auto;
    opacity: 1;
    visibility: visible;
    padding: 10px 0 0 20px;
    height: auto;
}
/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-responsive-menu {
    display: none;
    position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
    display: none;
}

.menu-toggle,
.sub-menu-toggle {
    background-color: transparent;
    border-width: 0;
    color: #333;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    background-color: transparent;
    border-width: 0;
    color: #0073e5;
}

.menu-toggle {
    float: right;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 15px 0;
    position: relative;
    z-index: 1000;
}

.menu-toggle.activated::before {
    content: "\f335";
}

.site-header .menu-toggle::before {
    float: left;
    margin-right: 5px;
    position: relative;
    text-rendering: auto;
    top: 1px;
}

.sub-menu-toggle {
    float: right;
    padding: 9px 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.sub-menu .sub-menu-toggle {
    padding: 12px 10px;
}

.sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
    transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
    transform: rotate(180deg);
}
.site-header .sub-menu {
    margin: 0;
    padding: 0;
}
.site-header .sub-menu .sub-menu {
    margin-left: 0;
    margin-top: -54px;
    padding: 0;
}
.site-header .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    left: 96%;    
}
 .site-header .sub-menu li > .sub-menu {
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    height: auto;
    left: 96%;
}
/* Header Menu
--------------------------------------------- */

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
    display: block;
    position: relative;
    width: auto;
    margin: 0 auto 0;
    text-align: center;
    float: right;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 99;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    right: 0;
    background-color: transparent;
}
.nav-primary .genesis-nav-menu .sub-menu a {
    border-top: none;
}
.nav-primary .genesis-nav-menu ul.sub-menu a {
    color: #BB703E;
    padding-left: 0;
    text-align: left;
    padding: 20px 20px;
    display: block;
    border-bottom: 1px dotted #BB703E;
}
.nav-primary .genesis-nav-menu li.right.search {
    list-style: none;
    float: right;
    text-align: right;
    padding: 0 20px;
    position: relative;
}
.nav-primary .genesis-nav-menu li.right.search form.search-form{
    display: none;
        position: absolute;
    left: -209px;
    width: 250px;
    top: 42px;
}
.nav-primary .genesis-nav-menu li.right.search i{
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
    margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
    line-height: 1.5;
}

.nav-secondary .menu-item {
    display: inline-block;
}

.nav-secondary a {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
    margin-bottom: 20px;
}
.home_template .entry {
    margin-bottom: 0;
}
body.single-post .entry-content {
    margin-top: 40px;
    position: relative;
}
.entry-content ol,
.entry-content ul {
    margin-bottom: 40px;
    padding-left: 60px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
    list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #f5f5f5;
}

.content .sticky {
    background-color: #f5f5f5;
    padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Fira Sans', sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
}

.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 60px 0 30px;
    text-align: center;
}

.pagination .pagination-next.alignright,
.pagination  .pagination-previous.alignleft{
    float: none;
    text-align: center;
    width: auto;
    display: inline-block;
    padding: 0 10px;
}
.pagination .pagination-next.alignright a,
.pagination  .pagination-previous.alignleft a {
    text-decoration: none;
    color: #fff;
    background-color: #BB703E;
    border: 3px solid #BB703E;
    border-radius: 75px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    -o-border-radius: 75px;
    padding: 15px 60px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1.2;
}
.pagination .pagination-next.alignright a:hover,
.pagination  .pagination-previous.alignleft a:hover,
.pagination .pagination-next.alignright a:focus,
.pagination  .pagination-previous.alignleft a:focus {
    color: #BB703E;
    background-color: #fff;
    border: 3px solid #BB703E;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #f5f5f5;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #333;
    color: #fff;
}
.navigation {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px
}
.single_post_nav {
    display: block;
    width: 100%;
    overflow: hidden;
}
.single_post_nav > div {
    width: 33.33%;
    float: left;
    max-width: 100%;
    display: block;
}
.single_nav_prev a {
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1;
    font-size: 24px;
    color: #4d4d4d;
    display: block;
    text-align: left;
}
.single_nav_prev a span {
    vertical-align: text-bottom;
    font-size: 30px;
    height: 26px;
    width: 35px;
    line-height: 23px;
    color: #BB703E;
}
.single_nav_next a {
text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1;
    font-size: 24px;
    color: #4d4d4d;
    text-align: right;
    display: block;
}
.single_nav_next a span {
    vertical-align: text-bottom;
    font-size: 30px;
    height: 26px;
    width: 35px;
    line-height: 23px;
    color: #BB703E;
}
.single_nav_share {
    text-align: center;
}
.single_nav_prev, .single_nav_next {
    margin-top: 12px;
}
.single-portfolio .single_post_nav > div {
    width: 50%;
    float: left;
    max-width: 100%;
}  
/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 40px;
}

.comment-list li {
    padding: 40px 0 0 30px;
}

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

.comment-header {
    margin-bottom: 30px;
}

.comment-content {
    clear: both;
}

.comment-content ul > li {
    list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-header p {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.comment-form-cookies-consent label {
    display: inline;
    padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    line-height: 1.5;
}

.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar p {
    margin-bottom: 20px;
}

/* Before Footer Widgets
---------------------------------------------------------------------------- */
.before_footer_area.before_footer {
    background: #004156;
    display: block;
    overflow: hidden;
    padding: 10% 0 0;
    margin-top: -2px;
    position: relative;
}
.before_footer_area.before_footer:before {
    display: none;
    content: "";
    background-image: url(images/newsBG2.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: -60% 52%;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
}
.before_footer_area.before_footer .hba_curve3{
    position: absolute;
    top: 0;
    width: 100%;
}
.before_footer_area_wrap {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    padding: 0 40px;
    position: relative;
}
.before_footer_area_wrap .widget {
    margin-bottom: 0;
}
.before_footer_area_wrap .enews-widget .enews{
    color: #BB703E;
}
.before_footer_area.before_footer .textwidget {
    float: right;
}
.before_footer_area_wrap .enews-widget {
    max-width: 530px;
    float: left;
    width: 100%;
}
.before_footer_area_wrap .enews-widget .enews h4.widget-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #bb703e;
}
.before_footer_area_wrap .enews-widget .enews p {
    font-size: 20px;
    letter-spacing: 0;
}
.before_footer_area_wrap .enews-widget input[type="email"] {
    width: 100% !important;
    margin-right: 10px;
    background: transparent;
    border-bottom: 1px solid #BB703E;
    margin: 0;
    border-radius: 0;
}
.before_footer_area_wrap .enews-widget input[type="email"]::placeholder{
    color: #BB703E;
}
.before_footer_area_wrap .enews-form{
    position: relative;
}
.before_footer_area_wrap .enews-widget input[type="submit"] {
    margin: 0;
    width: 24% !important;
    position: absolute;
    right: 0;
    background: transparent;
    border: 0;
    color: #BB703E;
    font-weight: 600;
    padding: 20px 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}
/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
    border-top: none;
    clear: both;
    padding: 0;
    background: #004156;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    position: relative;
    color: #fff;
}
.footer-widgets .wrap {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    padding: 70px 40px;
    position: relative;
}
.footer-widgets .wrap .enews {
    margin-top: 30px;
}
.footer-widgets .wrap .enews h4 {
    margin-bottom: 10px;
}
.footer-widget-area {
    max-width: 22%;
    width: 100%;
    float: left;
    display: block;
    padding: 0;
    text-align: left;
    margin: 0;
}
.widget-area.footer-widgets-1.footer-widget-area {
    max-width: 36%;
    width: 100%;
}
.widget-area.footer-widgets-4.footer-widget-area {
    max-width: 18%;
    float: right;
}
.widget-area.footer-widgets-5.footer-widget-area {
    margin-right: 0;
}
.footer-widgets a {
    color: #BB703E;
    text-decoration: none;
}
.widget-area.footer-widgets-1.footer-widget-area a{
    color: #BB703E;
    text-decoration: underline;
}
.widget-area.footer-widgets-1.footer-widget-area a:hover{
    color: #BB703E;
    text-decoration: none;
}
.footer-widgets .simple-social-icons ul li {
    margin: 0 5px !important;
    padding: 0 0 0 0 !important;
}
.footer-widgets #simple-social-icons-4.widget.simple-social-icons ul li a,
.footer-widgets #simple-social-icons-4.widget.simple-social-icons ul li a:hover,
.footer-widgets #simple-social-icons-4.widget.simple-social-icons ul li a:focus {
    font-size: 30px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}
.footer-widgets section.widget {
    margin-bottom: 30px;
}
.footer-widgets section.widget:last-child {
    margin-bottom: 0;
}
.footer-widgets .footer-widget-area h4 {
    color: #fff;
    text-align: left;
    font-size: 20px;
    text-transform: none;
    margin-bottom: 24px;
    letter-spacing: 0;
    font-weight: 600;
}
.footer-widgets .footer-widget-area .textwidget {
    font-size: 18px;
    font-weight: 400;
}
.footer-widgets-4.footer-widget-area h4.widget-title.widgettitle {
    float: left;
    margin-right: 20px;
    vertical-align: middle;
    margin-bottom: 0;
    line-height: 1.6;
}
/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {    
    background-color: #004156;
    border-top: none;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    padding: 20px 0;
}
footer.site-footer .wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.footer-widgets ul li{
    line-height: 1;
    display: inline-block;
    margin-right: 30px;
}
.footer-widgets li a {
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2;
}
.site_footer_wrap{
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    position: absolute;
    bottom: 80px;
}
.site-footer p {
    margin-bottom: 0;
    font-size: 12px;
}
.site-footer a{
    margin-bottom: 0;
    letter-spacing: 0;
    text-decoration: underline;
}
.site_footer_left {
    float: left;
    display: block;
    width: auto;
    font-size: 11px;
}
.site_footer_right {
    float: right;
    display: block;
    width: auto;
}
.hba_footer_left {
    float: left;
}
.hba_footer_right {
    float: right;
}
/* Page Header
--------------------------------------------- */

.page_media_wrap {
    height: auto;
    display: block;
    position: relative;
    background: #000;
    padding: 0;
    margin-top: 85px;
    height: 400px;
}
.entry-content-title {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
}
.entry-content-title_wrap {
position: relative;
    z-index: 2;
    text-align: center;
    display: table;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    float: none;
}
.entry-content-header {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    text-align: center;
}
.entry-content-header .entry-title {
    font-size: 60px;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    display: block;
    width: 100%;
}
.page_wrap_meta {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 15px;
    text-transform: uppercase;
}
.page_wrap_meta a {
    color: inherit;
}
.page_wrap_meta .dashicons {
    display: none;
    font-size: 11px;
}
.page_media_wrap .hba_section_clouds {
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: -8px;
    width: 100%;
}
.media_container {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}
.post_image_overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
}
.post_image_cover {
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Mobile Navigation */
.mobile_nav{
    cursor: pointer;
    display: none;
    overflow: hidden;
    width: auto;
    position: relative;
    background: transparent;
    color: #fff;
    padding: 5px 0;
    font-size: inherit;
    float: right;
    top: 10px;
}
.mobile_menu {
background-color: transparent;
    border-color: transparent;
    float: right;
    cursor: pointer;
    display: block;
    position: relative;
    z-index: 3;
    top: 0;
    right: 0;
    height: 50px;
    width: 35px;
    padding: 0;
    cursor: pointer;
}
.mobile_menu  span.mobile_menu_label {
    float: left;
}
.mobile_menu .mobile_button {
    border: 0;
    box-shadow: none;
    display: block;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    top: 0;
    border-radius: 0;
    background: transparent;
    margin: 0;
    cursor: pointer;
}
.mobile_button .icon-bar {
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 13px;
}
.mobile_button .icon-bar {
    background-color: #fff;
}
.mobile_button .icon-bar + .icon-bar {
     margin-top: 7px;
}

.mobile_icon .mobile_button .icon-bar:nth-child(2){
    display: none;
}
.mobile_icon .mobile_button .icon-bar:nth-child(1){
    position: absolute;
    transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    -webkit-transform: rotate( 45deg );
    -o-transform: rotate( 45deg );
    top: 4px;
}
.mobile_icon .mobile_button .icon-bar:nth-child(3){
    position: absolute;
    transform: rotate( -45deg );
    -moz-transform: rotate( -45deg );
    -webkit-transform: rotate( -45deg );
    -o-transform: rotate( -45deg );
    top: 0;
}
/* Sliding Navigation
--------------------------------------------- */
 .sliding_nav {
    display: none;
    width: 50%;
    height: 100vh;
    float: right;
    position: fixed;
    z-index: 9999;
    background: #BB703E;
    right: 0;
        -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    top: -100%;
}

 .sliding_nav.sliding_open{
    right: 0;
    top: 0;
        -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
 }
 .mobile_menu.mobile_menu_close{
    display: none;
 }
.sliding_close {
cursor: pointer;
    display: block;
    color: #fff;
    top: 12px;
    position: relative;
    right: 13px;
    width: 30px;
    overflow: hidden;
    display: block;
    float: right;
    line-height: 25px;
}
.sliding_close > span.dashicons {
    font-size: 22px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 100%;
}
.sliding_nav_wrap {
    overflow: hidden;
    display: block;
    padding: 20px;
    width: 100%;
}
.sliding_nav .nav-mobile_nav{
    position: relative;
    width: auto;
    margin: auto;
    float: left;
    top: 0;
    right: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    left: 0;
    width: 100%;
    text-align: center;
    display: table;
    height: 100%;
}

.sliding_nav span.indicator{
        display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    color: #fff;
}
.sliding_nav .genesis-nav-menu .sub-menu{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: transparent;
}

.sliding_nav .genesis-nav-menu .menu-item {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
}
.sliding_nav_wrap .genesis-nav-menu a{
    color: #fff;
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: 300;
}
.sliding_nav_wrap .genesis-nav-menu a:hover {
    color: #025a5a;
}
.sliding_nav_wrap .genesis-nav-menu .menu-item.current_page_item a{
    color: #fff;
    text-decoration: underline;
}
.sliding_nav_wrap {
    overflow: hidden;
    display: block;
    padding: 0;
    margin-top: 0;
    overflow-y: auto;
    height: 100%;
    margin-bottom: 40px;
}
span.indicator {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 20px;
    cursor: pointer;
    color: #BB703E;
}
.home_template span.indicator{
    color: #fff;
}
span.indicator span {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    width: 100%;
    height: 100%;
}
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/**
* Sections
*/
.hba_section_header_img {
    height: calc( 100vh );
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hba_home_header_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    height: 100%;
    width: 100%;
    position: absolute;
}
.hba_curve1 {
    position: absolute;
    bottom: -20px;
    width: 100%;
}
.hba_home_header_content {
    position: relative;
    height: 100%;
    display: table;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
}
.hba_home_header_content_wrap {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px;
}
.hba_home_header_title {
    max-width: 650px;
    width: 100%;
    float: left;
}
.hba_home_header_title strong {
    color: #fff;
}
.hba_home_header_title h1 {
    font-size: 50px;
    color: #fff;
    line-height: 1;
}
.hba_home_header_title p{
    color: #fff;
    font-size: 22px;
}
.hba_home_header_title a.button {
    font-family: 'bebasregular';
    background: #FFFFFF;
    border-color: #fff;
    color: #E6A719;
    font-size: 25px;
    font-weight: normal;
    margin-top: 15px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
}

section.hba_section_container_wrap {
    display: block;
    position: relative;
    overflow: hidden;
}
.hba_intro_section:after{
    content: "";
    background-image: url(images/bg23.png);
    height: 100%;
    width: 600px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 43px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.hba_intro_section {
    max-width: 100%;
    margin: 0;
    position: relative;
    padding-bottom: 600px;
}
.hba_intro_section_wrap {
    max-width: 654px;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 5% 0 0;
    position: relative;
    z-index: 10;
}
.hba_intro_icon {
    display: block;
    margin-bottom: 70px;
}
.hba_intro_icon img {
    display: inline-block;
    max-width: 130px;
}
.hba_intro_section_wrap h2 {
    color: #BB703E;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 60px;
}
.hba_intro_content * {
    color: #BB703E;
    text-decoration: none;
    font-family: 'bebasregular';
    font-weight: normal;
    font-size: 25px;
    line-height: 1;
}
.hba_curve2 {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.hba_curve2 svg {
    position: relative;
    top: 10px;
}
.hba_star1{
    background-image:  url("images/star1.png");
    width:  98px;
    height: 98px;
    position: absolute;
    z-index: 2;
    right: 90px;
    bottom: 380px;
}
.hba_star2{
    background-image: url(images/star2.png);
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 2;
    right: 150px;
    bottom: 200px;
}
.hba_carousel_section {
    background: #F1DECE;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}
.hba_carousel_section_wrap:before{
    content: "";
    background-image: url(images/bg24.png);
    height: 791px;
    width: 592px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.hba_carousel_section .hba_carousel_title_image {
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 80px;
    letter-spacing: 1px;
    color: #004156;
    z-index: 1;
    position: relative;
}
.hba_carousel_items.owl-carousel {
    margin-top: 70px;
    display: block;
}
.hba_carousel_items.owl-carousel .owl-nav {
    position: absolute;
    top: -170px;
    z-index: 999;
    margin: 0;
    right: 21%;
    margin-top: 0;
}
.hba_carousel_section .hba_carousel_items.owl-carousel .owl-nav button.owl-next,
.hba_carousel_section .hba_carousel_items.owl-carousel .owl-nav button.owl-prev {
    background: #004156;
    height: 50px;
    width: 50px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
}
.hba_carousel_section .hba_carousel_items.owl-carousel .owl-nav button.owl-next span,
.hba_carousel_section .hba_carousel_items.owl-carousel .owl-nav button.owl-prev span {
    line-height: 1;
    font-size: 33px;
}
.hba_carousel_item {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}
.hba_carousel_item h4 {
    color: #fff;
    text-decoration: none;
    font-family: 'bebasregular';
    font-weight: normal;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    background: #004156;
    display: none;
    padding: 14px 50px;
    margin-bottom: 0;
    margin-top: 40px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;   
}
.hba_carousel_item > a {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.hba_carousel_section .hba_carousel_items.owl-carousel .owl-item.active.center .hba_carousel_item h4{
    display: inline-block;
}
.hba_carousel_section .hba_carousel_items.owl-carousel .owl-item.active.center .hba_carousel_item > a{
    display: block;
}
.hba_schedule_section {
    position: relative;
    background: #F1DECE;
    padding: 60px 0 100px;
}
.hba_schedule_section:before{
    content: "";
    background-image: url(images/bg1.png);
    height: 100%;
    width: 740px;
    position: absolute;
    z-index: 1;
    right: -16%;
    top: -70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center; 
}
.hba_schedule_section_wrap {
    padding: 0 40px;
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    position: relative;
    z-index: 2;
}
.hba_schedule_left {
    float: none;
    width: 100%;
    display: block;
    display: block;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.hba_schedule_left_content a.button {
    margin: 5px;
    background: #bb703e;
    color: #fff;
    font-family: bebasregular;
    padding: 10px 40px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    border-radius: 40px;
    border-color: #bb703e;
}
.hba_schedule_right {
    width: 35%;
    float: left;
    background: #004156;
    padding: 60px;
    border-radius: 50px;
    color: #fff;
}
.hba_schedule_right input::placeholder{
    color:  #004156;
    font-weight: 600;
}
.hba_schedule_right input{
    padding: 12px 30px;
}
.hba_schedule_right .nf-form-cont{
    font-size: 16px;
}
.hba_schedule_right #ninja_forms_required_items,
.hba_schedule_right .nf-field-container{
    margin-bottom: 10px;
}
.hba_schedule_right .nf-field-container.html-container {
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.hba_schedule_right .nf-field-container.html-container ul{
    padding-left: 30px;
}
.hba_schedule_right .nf-field-container.html-container ul li{
list-style: disc;
    font-size: 18px;
}
.hba_schedule_right .nf-form-content button,
.hba_schedule_right .nf-form-content input[type=button],
.hba_schedule_right .nf-form-content input[type=submit] {
    background: #fff;
    border: 0;
    color: #004156;
    transition: all .5s;
    text-align: center;
    padding: 20px 60px;
    height: auto;
    width: 100%;
    font-family: 'bebasregular';
    font-size: 30px;
    font-weight: 400;
    margin-top: 15px;
}
.hba_schedule_right  .nf-form-fields-required {
    display: none;
}
.hba_schedule_left h4 {
    font-size: 40px;
    color: #004156;
    font-weight: 600;
}
.hba_schedule_left_content {
    color: #004156;
    font-size: 18px;
    font-weight: 500;
}
.hba_schedule_left_content ul {
    display: block;
    column-count: 2;
    margin-top: 32px;
}
.hba_schedule_left_content ul li {
    cursor: pointer;
    display: block;
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}
.hba_schedule_left_content ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 3px;
    border: 5px solid #fff;
}
.hba_schedule_left_content ul li.active:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #004156;
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 3px;
    border: 5px solid #fff;
}

.hba_curve_default {
    display: block;
    width: 100%;
    position: relative;
}
.hba_curve_default .hba_curve5 {
    width: 100%;
    position: relative;
    display: block;
    margin-top: -1px;
}

/**
 ** Service
 */

.service_template main.content,
.servicemenu_template main.content{
    position: relative;
}
section.hba_service_floating {
    display: none;
    background-image: url(images/ovalBG.png);
    position: absolute;
    width: 700px;
    height: 275px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: -87px;
    padding: 3% 8%;
    z-index: 5;
}
.hba_service_floating_wrap p {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    font-size: 45px;
}
section.hba_service_content {
    background: #F1DECE;
    position: relative;
    padding-top: 0;
}
section.hba_service_content .hba_curve5_top {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    margin-top: -2px;
}
section.hba_service_content  .hba_star1 {
    background-image: url(images/star1.png);
    width: 98px;
    height: 98px;
    position: absolute;
    z-index: 2;
    right: 57px;
    top: -43%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
section.hba_service_content  .hba_star2 {
    background-image: url(images/star2.png);
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 2;
    right: 94px;
    top: -9%;
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: center;
}
.hba_service_content_header_wrap {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 3% 40px 3%;
    position: relative;
}
.hba_service_header_image {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.hba_service_header_image .hba_curve5_bottom {
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
    z-index: 1;
}
.hba_service_content_wrap {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    padding: 0 40px 9%;
    position: relative;
}
.hba_service_subtitle {
    color: #004156;
    font-weight: 500;
    font-size: 30px;
}
.hba_service_subtitle a {
    background: #BB703E;
    color: #fff;
    font-family: 'bebasregular';
    padding: 10px 40px;
    text-transform: uppercase;
    margin-right: 20px;
    line-height: 1;
    display: inline-block;
    border-radius: 40px;
}
.hba_service_content_details {
    color: #004156;
    max-width: 1200px;
    margin: 60px auto 0;
    width: 100%;
    font-size: 22px;
}
section.hba_service_video {
    background: #F1DECE;
    overflow: hidden;
}
.hba_service_video_wrap {
    padding: 0 40px;
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}
.hba_service_video_left {
    float: left;
    width: 35%;
    display: block;
    display: flex;
    align-items: center;
}
.hba_service_video_right {
    width: 65%;
    float: left;
    background: #004156;
    padding: 0;
    border-radius: 50px;
    color: #fff;
    overflow: hidden;
}
.hba_service_video_left_wrap {
    color: #004156;
    font-size: 50px;
    line-height: 1.3;
    font-weight: 500;
    padding-right: 30px;
}
.hba_service_video_left_wrap strong {
    font-weight: 900;
}
.hba_service_video_left_wrap p:last-child {
    margin-bottom: 0;
}
.hba_service_video {
    display: block;
    position: relative;
    overflow: inherit;
    height: auto;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hba_service_video a.hba_video_popup {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 40%;
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    text-decoration: none;
    height: 100%;
    top: 0;
}
.hba_service_video a.hba_video_popup span {
    font-size: 65px;
    height: 100px;
    width: 100px;
    background: #F1DECE;
    border-radius: 100%;
    color: #BFBFA4;
    line-height: 100px;
    padding-left: 9px;
}
section.hba_schedule_section.hba_service_schedule {
    padding-top: 10%;
    padding-bottom: 10%;
}
.hba_service_schedule:before {
    background-image: url(images/bg12.png);
    height: 100%;
    width: 650px;
    position: absolute;
    z-index: 1;
    left: -13%;
    top: 70px;
}
section.hba_schedule_section.hba_service_schedule .hba_schedule_section_wrap{
    justify-content: flex-end;
}
section.hba_service_faq{
    background: #F1DECE;
    position: relative;
    z-index: 1;
    padding: 60px 0 100px;
}
.hba_service_faq_wrap {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    padding: 40px 40px 100px;
    position: relative;
}
.hba_service_faq_subtitle {
    color: #004156;
    font-weight: 500;
    font-size: 30px;
}
.hba_service_faq_content_columns {
    display: block;
    width: 100%;
}
.hba_service_faq_content_header {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.hba_service_faq_content_details {
    padding: 10px 12%;
    margin-top: 60px;
    color: #004156;
}



/**
 ** About
 */

.about_template main.content{
    position: relative;
    background: #F1DECE;
}
.about_template main.content:before{
    content: "";
    background-image: url(images/bg33.png);
    height: 1679px;
    width: 600px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
section.hba_about_floating {
    display: none;
    background-image: url(images/ovalBG.png);
    position: absolute;
    width: 700px;
    height: 275px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: -87px;
    padding: 3% 8%;
    z-index: 99;
}
section.hba_about_floating strong{
    color: #fff;
}
.hba_about_floating_wrap p {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    font-size: 45px;
}
section.hba_about_content {
    background: #F1DECE;
    position: relative;
    padding-top: 0; 
}
section.hba_about_content .hba_curve5_top {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    margin-top: -2px;
}
.hba_about_content_header_wrap {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    padding: 3% 40px 3%;
    position: relative;
}
.hba_about_header_image {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.hba_about_header_image .hba_curve5_bottom {
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
    z-index: 1;
}
.hba_about_content_wrap {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    padding: 0 40px 9%;
    position: relative;
    z-index: 1;
}
.hba_about_subtitle {
    color: #004156;
    font-weight: 500;
    font-size: 30px;
}
.hba_about_content_details {
    color: #004156;
    max-width: 1200px;
    margin: 20px auto 0;
    width: 100%;
    font-size: 22px;
}
section.hba_about_video {
    background: #F1DECE;
    position: relative;

}
.hba_about_video_wrap {
    padding: 0 40px;
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}
.hba_about_video_left {
    float: left;
    width: 35%;
    display: block;
    display: flex;
    align-items: center;
}
.hba_about_video_right {
    width: 65%;
    float: left;
    padding: 0;
    border-radius: 50px;
    color: #fff;
    position: relative;
    z-index: 2;
}
.hba_about_map iframe {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    overflow: hidden;
}
.hba_about_video_left_wrap {
    color: #004156;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 500;
}
.hba_about_video_left_wrap strong {
    font-weight: 900;
}
.hba_about_video_left_wrap p:last-child {
    margin-bottom: 0;
}
.hba_about_video {
    display: block;
    position: relative;
    overflow: inherit;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 80px;
}
.hba_about_video a.hba_video_popup {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 40%;
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    text-decoration: none;
    height: 100%;
    top: 0;
}
.hba_about_video a.hba_video_popup span {
    font-size: 65px;
    height: 100px;
    width: 100px;
    background: #F1DECE;
    border-radius: 100%;
    color: #BFBFA4;
    line-height: 100px;
    padding-left: 9px;
}
section.hba_schedule_section.hba_about_schedule {
    padding-top: 0;
    padding-bottom: 0;
}
.hba_about_schedule:before {
    background-image: url(images/bg12.png);
    height: 100%;
    width: 650px;
    position: absolute;
    z-index: 1;
    left: -13%;
    top: 70px;
}
section.hba_schedule_section.hba_about_schedule .hba_schedule_section_wrap{
    justify-content: flex-end;
}
.hba_about_video .hba_star1{
    background-image: url(images/star1.png);
    width: 98px;
    height: 98px;
    position: absolute;
    z-index: 2;
    left: 11%;
    top: -5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hba_about_video .hba_star2{
    background-image: url(images/star2.png);
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 2;
    left: 5%;
    top: 7%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/**
* GUide
*/

.guide_template main.content{
    position: relative;
    background: #F1DECE;
}
.guide_template main.content:before {
    content: "";
    background-image: url(images/guide2.png);
    height: 100%;
    width: 600px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 3%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
section.hba_guide_content {
    position: relative;
    z-index: 1;
}
.hba_guide_content_wrap {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    padding: 6% 40px 0 40px;
    position: relative;
}
.hba_guide_subtitle {
    color: #004156;
    font-weight: 500;
    font-size: 30px;
}
.hba_guide_content_left {
    float: left;
    display: block;
    width: 60%;
    display: flex;
    align-items: center;
}
.hba_guide_content_right {
    display: block;
    float: right;
    width: 40%;
}
.hba_guide_content_columns {
    display: flex;
    width: 100%;
}
.hba_guide_content_header {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.hba_guide_content_details {
    padding: 10px 40px 10px 80px;
    margin-top: 60px;
    color: #004156;
}

/**
* FAQ
*/

section.hba_faq_content {
    position: relative;
    z-index: 1;
}
.hba_faq_content_wrap {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    padding: 40px 40px 100px;
    position: relative;
}
.hba_faq_subtitle {
    color: #004156;
    font-weight: 500;
    font-size: 30px;
}
.hba_faq_content_columns {
    display: block;
    width: 100%;
}
.hba_faq_content_header {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.hba_faq_content_details {
    padding: 10px 12%;
    margin-top: 60px;
    color: #004156;
}

/**
* Page Default
*/
.page-template-default .site-inner{
    position: relative;
    overflow: hidden;
}
.page-template-default .site-inner .content-sidebar-wrap {
    position: relative;
    z-index: 5;
}
.page-template-default .site-inner:before {
    content: "";
    background-image: url(images/guide2.png);
    height: 100%;
    width: 600px;
    position: absolute;
    z-index: 1;
    right: -30px;
    top: 3%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}
.page-template-default .site-inner:after {
    background-image: url(images/bg12.png);
    height: 100%;
    width: 650px;
    position: absolute;
    z-index: 1;
    left: -13%;
    top: 70px;
        background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.page-template-default .site-inner main.content > article {
    color: #004156;
    max-width: 1200px;
    margin: 80px auto 0;
    width: 100%;
}
.page-template-default .site-inner main.content .nf-form-cont{
    background:  #004156;
    color:  #fff;
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 40px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 16px;
}
.site-inner main.content .hba_page_default_subtitle {
    color: #004156;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
}
.page-template-default .site-inner .nf-form-fields-required{
    display: none !important;
}
body .nf-form-content button,
body .nf-form-content input[type=button],
body .nf-form-content input[type=submit] {
    background: #fff;
    border: 0;
    color: #004156;
    transition: all .5s;
    text-align: center;
    padding: 20px 60px;
    height: auto;
    width: 100%;
    font-family: 'bebasregular';
    font-size: 30px;
    font-weight: 400;
    margin-top: 15px;
}

body .nf-form-content input::placeholder,
body .nf-form-content select::placeholder{
    color:  #004156;
    font-weight: 600;
}
body .nf-form-content input,
body .nf-form-content select{
    padding: 12px 30px;
    color: #004156;
    font-weight: 600;
    font-size: 16px;
}
body .nf-form-content .list-select-wrap .nf-field-element>div,
body .nf-form-content input:not([type=button]),
body .nf-form-content textarea {
    background: #fff;
    border: 1px solid #004156;
    border-radius: 0;
    box-shadow: none;
    color: #004156;
    transition: all .5s;
}
body .nf-form-content .list-select-wrap .nf-field-element>div:focus,
body .nf-form-content input:not([type=button]):focus,
body .nf-form-content textarea:focus {
    background: #fff;
    border-color: #004156;
    color: #004156;
    outline: none;
    transition: all .5s;
}
.single-product .entry-header .entry-meta{
    display: none;
}

.faq_wrap {
    display: block;
    width: 100%;
    overflow: hidden;
}
.faq_item {
    width: 100%;
    overflow: hidden;
    float: left;
    display: block;
    margin-bottom: 30px;
    padding-left: 15px;
}
.faq_header {
    display: block;
    width: 100%;
    float: left;
}
.faq_content {
    width: 100%;
    float: left;
    display: block;
    font-size: 18px;
}
.faq_header h4 {
    display: block;
    font-weight: 700;
    font-size: 23px;
    margin-top: 0;
}
.faq_item.orange {
    border-left: 5px solid #BB703E;
}
.faq_item.blue {
    border-left: 5px solid #004156;
}


/*
** LearnDash
*/
.learndash-wrapper{
    font-size: 18px;
}
.ld-icon-arrow-down:before {
    font-size: 9px;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 {
    font-size: 18px;
    line-height: 1.2;
}
.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
    margin-top: 20px;
}
.learndash-wrapper h1{
       font-size: 45px; 
}
.learndash-wrapper h2{
    font-size: 40px; 
}
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a {
    font-weight: 400;
    font-size: 15px;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
}


/*
** Course Template
*/
body.courses_template .site-inner {
    clear: both;
    margin: 92px auto 0;
    padding:0;
    max-width: 100%;
    width: 100%;
}
section.hba_header_image_option {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hba_header_image_wrap {
    width: 100%;
    display: block;
    position: relative;
}
.hba_header_image {
    width: 100%;
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hba_header_content {
    padding: 10% 0;
    position: relative;
    margin: 0 auto;
}
.hba_header_content_wrap {
    display: block;
    text-align: center;
}
.hba_header_content_wrap img{
    max-width: 600px;
    width: 100%;
}
section.hba_course_content {
    position: relative;
    width: 100%;
}
.hba_course_content_wrap {
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin: 80px auto;
    color: #004156;
    font-size: 18px;
}
.hba_course_content_wrap .wp-block-column:not(:first-child) {
    margin-left: 4em;
}
.hba_course_content_wrap  figure.wp-block-image img {
    border: 0;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}
.hba_course_content_wrap .wp-block-column ul {
    list-style: circle;
    padding-left: 20px;
}
.hba_course_content_wrap .wp-block-column ul li {
    list-style: disc;
}
.servicemenu_template .site-inner {
    background: #F1DECE;
}
.servicemenu_template .site-inner main.content {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    padding: 60px;
    position: relative;
}

.hba_servicemenu_content {
    display: block;
    margin: 80px 0;
    color: #004156;
    position: relative;
    z-index: 10;
}
.hba_servicemenu_content_wrap {
    position: relative;
    z-index: 10;
}
.hba_servicemenu_content h3{
    font-weight: 700;
}
.hba_servicemenu_content  .wp-block-column ul {
    list-style: circle;
    padding-left: 20px;
}
.hba_servicemenu_content  .wp-block-column ul li {
    list-style: disc;
    margin-bottom: 15px;
    position: relative;
    padding-right: 80px;
}
.hba_servicemenu_content .wp-block-column ul li strong {
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.hba_servicemenu_content  .wp-block-column:not(:first-child) {
    margin-left: 3em;
}
.servicemenu_template .site-inner main.content:after {
    content: "";
    background-image: url(images/service_bottom_image.png);
    height: 100%;
    width: 1000px;
    position: absolute;
    z-index: 1;
    right: 3%;
    margin: auto;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.hba_servicemenu_content:after{
    content: "";
    background-image: url(images/service_stars.png);
    height: 100%;
    width: 170px;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 18%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.hba_servicemenu_content .wp-block-button a{
    border-color:  #bb703e;
}

/*
** Course
*/

body.single-sfwd-courses .site-inner {
    padding: 0;
    max-width: 100%;
    margin: 90px auto 0;
}
body.single-sfwd-courses .learndash-wrapper {
    padding: 0 40px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto 80px;
    overflow: hidden;
    color: #004156;
}
body.single-sfwd-courses .ld-course-status {
    max-width: 70%;
    margin: 80px auto 40px !important;
    overflow: hidden;
}
.hba_course_image {
    display: block;
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
body.single-sfwd-courses .learndash-wrapper .ld-tabs {
    float: left;
    width: 48%;
    overflow: hidden;
    margin-right: 2%;
}
body.single-sfwd-courses  .learndash-wrapper .ld-item-list {
    width: 48%;
    float: right;
}

/*
** Home Reviews
*/
section.hba_section_home_reviews.hba_section {
    width: 100%;
    position: relative;
    display: block;
    background: #F1DECE;
}
.hba_section_home_reviews_wrap{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    padding: 80px 40px;
    position: relative;
}
.hba_reviews_title_image {
    text-align: center;
    margin-bottom: 80px;
}
.hba_reviews_title_desc {
    display: block;
    color: #004156;
    max-width: 900px;
    width: 100%;
    margin: 20px auto;
    font-weight: 500;
}
.hba_reviews_content_image {
    display: block;
    text-align: center;
}
.hba_reviews_content_image img {
    display: block;
}
.hba_reviews_desktop_image {
    display: block;
}
.hba_reviews_mobile_image {
    display: none;
}
.hba_reviews_content {
    display: block;
    text-align: center;
    margin-top: 80px;
}
.hba_review_items {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hba_review_items_wrap{
    display: flex;
    align-items: center;
    width: 100%;
}

.hba_reviews_left,
.hba_reviews_center, 
.hba_reviews_right{
    width: 33.33%;
    float: left;
    display: block;
}
.hba_review_item_wrap {
    position: relative;
    display: block;
}
.hba_review_item .hba_review_item_bg{
    height: 100%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    left: 0;
    background-position: 50%;
    background-size: contain;
    top: 0;
    z-index: 1;
}
/*.hba_review_item_1 .hba_review_item_bg{
    background-image: url(images/reviewbg1.png);
}
.hba_review_item_2 .hba_review_item_bg{
    background-image: url(images/reviewbg2.png);
}
.hba_review_item_3 .hba_review_item_bg{
    background-image: url(images/reviewbg4.png);
}
.hba_review_item_4 .hba_review_item_bg{
    background-image: url(images/reviewbg3.png);
}*/
.hba_review_content {
    position: absolute;
    z-index: 2;
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto;
    padding: 17% 19% 10%;
    color: #fff;
    text-align: center;
    top: 0;
}
.hba_review_content strong{
    color: #fff;
}
.hba_review_content_wrap {
    overflow-y: auto;
    height: 210px;
    width: 80%;
    margin: 0 auto;
    padding-right: 13px;
}

/* width */
.hba_review_content_wrap::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

/* Track */
.hba_review_content_wrap::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.5); 
}
 
/* Handle */
.hba_review_content_wrap::-webkit-scrollbar-thumb {
  background: #eee; 
}

/* Handle on hover */
.hba_review_content_wrap::-webkit-scrollbar-thumb:hover {
  background: #eee; 
}

.hba_review_item {
    padding: 0 20px;
}
.hba_reviews_center .hba_review_item {
    padding-top: 40px;
    padding-bottom: 40px;
}

.genesis-nav-menu .menu-item.trp-language-switcher-container .sub-menu{
    width: auto;
}
.genesis-nav-menu .menu-item.trp-language-switcher-container .sub-menu > .menu-item a {
    text-align: center;
}

.hba_language_switcher {
    position: relative;
    display: block;
    top: 0;
    float: left;
}
.hba_language_switcher .trp-language-switcher > div > a > img{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
}
.hba_language_switcher  .trp-language-switcher .trp-ls-shortcode-current-language {
    display: inline-block;
    background: none !important;
    width: auto !important;
    border: 0;
}
.hba_language_switcher  .trp-language-switcher>div{
    box-sizing: border-box;
    padding: 3px 5px 3px 5px;
    border: 0;
    border-radius: 3px;
    background-image: none;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #fff;
}
.hba_language_switcher  .trp-language-switcher .trp-ls-shortcode-language {
    width: auto !important;
}
.trp-language-switcher>div>a:hover {
    background: #fff;
}

.hba_header_icons {
    float: right;
    position: relative;
    display: inline-block;
    top: 16px;
    margin-left: 11px;
}
.hba_login_icons {
    float: left;
    display: inline-block;
    margin-left: 14px;
    margin-top: 3px;
}
.hba_logout {
    position: relative;
    padding-right: 20px
}
.hba_logout span.indicator {
    right: 0;
    top: 0;
}
.hba_logout ul {
    display: none;
    list-style: none;
    background: #fff;
    padding: 0;
    position: absolute;
    right: 0;
    width: max-content;
    padding-top: 0;
}
.hba_login_icons:hover ul{
    display: block;
}
.hba_logout ul li {
    margin: 0;
    list-style: none;
    padding: 0;
}
.hba_logout ul li a {
    font-size: 16px; 
    border-bottom: 1px dotted #BB703E;
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 20px;
    cursor: pointer;
    color: #BB703E;
    letter-spacing: 2px;
    display: inline-block;
    line-height: 1.2;
    text-decoration: none;
    font-family: 'bebasregular';
    padding: 20px 30px;
    text-transform: uppercase;
}
.home_template .hba_logout > a{
    color: #fff;
}
.hba_book_button {
    display: block;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
}
.hba_book_button > a {
    margin: 5px;
    background: #bb703e;
    color: #fff;
    font-family: bebasregular;
    padding: 10px 40px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    border-radius: 40px;
    border-color: #bb703e;
    font-size: 26px;
    font-weight: 400;
    border: 4px solid #bb703e;
}

/*
** Media Queries
*/
@media only screen and (max-width: 1680px){
.simple-social-icons ul {
    margin: 20px 0 0 !important;
    padding: 0;
    float: left;
    text-align: left;
}
.hba_review_content {
    font-size: 15px;
}
.hba_review_content_wrap {
    height: 150px;
}
}
@media only screen and (max-width: 1500px){
.hba_review_content {
    font-size: 15px;
}
}

@media only screen and (max-width: 1366px){
.hba_review_content {
    font-size: 13px;
    padding: 14% 19% 10%;
}
}

@media only screen and (max-width: 1280px){
.genesis-nav-menu a {
    padding: 24px 20px;
}
span.indicator {
    right: 0;
}
.hba_schedule_left {
    width: 50%;
}
.hba_schedule_right {
    width: 50%;
}
section.hba_about_floating {
    width: 600px;
    height: 275px;
}
section.hba_service_floating {
    width: 600px;
}
.page-template-default .site-inner:before {
    right: -60px;
}
.hba_course_content_wrap{
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}
}

@media only screen and (max-width: 1024px){
.hba_reviews_title_image {
    text-align: center;
    margin-bottom: 30px;
}
.hba_section_home_reviews_wrap {
    padding: 80px 20px;
    position: relative;
}
.hba_review_content {
    font-size: 12px;
}
/* width */
.hba_review_content_wrap::-webkit-scrollbar {
  width: 2px;
}
.hba_review_content_wrap {
    height: 125px;
}

.wp-custom-logo .title-area img {
    width: 200px;
}
.genesis-nav-menu a {
    font-size: 18px;
    padding: 24px 20px;
}
span.indicator {
    top: 15px;
}
.hba_home_header_title h1 {
    font-size: 40px;
    color: #fff;
    line-height: 1;
}
.hba_home_header_title p {
    color: #fff;
    font-size: 18px;
}
.hba_home_header_title a.button {
    font-size: 24px;
}
.hba_carousel_title_image img {
    max-width: 400px;
    height: auto;
}
.before_footer_area_wrap .enews-widget .enews h4.widget-title {
    font-size: 35px;
}
.before_footer_area_wrap .enews-widget .enews p {
    font-size: 18px;
    letter-spacing: 0;
}
.hba_schedule_left h4 {
    font-size: 35px;
}
section.hba_about_floating {
    width: 500px;
    height: 254px;
    top: -35px;
}
.hba_about_floating_wrap p {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    font-size: 35px;
    margin-top: 30px;
}
.hba_about_title_image img {
    max-width: 300px;
}

section.hba_service_floating {
    width: 500px;
    height: 254px;
    top: -35px;
}
section.hba_service_floating p {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    font-size: 35px;
    margin-top: 30px;
}
.hba_service_subtitle a {
    margin-bottom: 10px;
    font-size: 18px;
}
.hba_service_title_image img {
    max-width: 400px;
}
.hba_service_video_wrap {
    display: block;
}
.hba_service_video_left {
    float: left;
    width: 100%;
    display: block;
    display: block;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
}
.hba_service_video_right {
    width: 100%;
    padding: 0;
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
    height: auto;
}
section.hba_service_video {
    background: #F1DECE;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.hba_service_video_right_wrap {
    height: auto;
    display: block;
    width: 100%;
}
.hba_service_video {
    height: auto;
}
.service_template main.content,
.servicemenu_template main.content {
    position: relative;
    overflow: hidden;
}
.hba_page_default_title_image img {
    max-width: 400px;
}
.page-template-default .site-inner main.content .hba_page_default_subtitle {
    font-size: 20px;
}
.hba_guide_subtitle {
    color: #004156;
    font-weight: 500;
    font-size: 24px;
}
.hba_guide_title_image img {
    max-width: 400px;
}
.hba_faq_title_image img {
    max-width: 400px;
}
.servicemenu_template .hba_page_default_title_image img{
    max-width: 100%;
    margin-bottom: 20px;
}
.hba_servicemenu_content .wp-block-column:not(:first-child) {
    margin-left: 2em;
}
.hba_servicemenu_content_wrap {
    position: relative;
    z-index: 10;
    font-size: 18px;
}
.hba_servicemenu_content .wp-block-button{
    width:  100% !important;
}
.hba_reviews_title_image img {
    display: block;
    width: 100%;
    height: 84px;
    max-width: none;
    width: auto;
    margin: 0 auto;
}
.hba_language_switcher .trp-language-switcher .trp-ls-shortcode-current-language {
    float: right;
}
}

@media only screen and (max-width: 991px){
.hba_review_items_wrap {
    display: block;
    width: 100%;
}
.hba_reviews_left, .hba_reviews_center, .hba_reviews_right {
    width: 100%;
    float: left;
    display: block;
}
.hba_review_content {
    font-size: 18px;
}

.mobile_nav {
    display: block;
    float: left;
    top: 0;
}
.site-header.fixed_header .hba_language_switcher {
    top: 0;
}
.wp-custom-logo .title-area {
    max-width: none;
    padding-bottom: 0;
    padding-top: 7px;
    float: left;
    width: auto;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    width: 200px;
    float: none;
}
body.mobile_show .nav-primary{
    display: block;
    position: absolute;
}
.nav-primary {
    display: none;
    position: relative;
    width: auto;
    margin: 15px auto 0;
    text-align: center;
    float: left;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 99;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
    right: 0;
    background-color: transparent;
    width: 100%;
}
.genesis-nav-menu {
    width: auto;
    margin: 0;
    padding: 0;
    display: block;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.genesis-nav-menu .menu-item {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
    float: left;
}
.genesis-nav-menu a {
    width: 100%;
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    cursor: pointer;
    color: #BB703E;
    letter-spacing: 2px;
    display: block;
    line-height: 1.2;
    padding: 0;
    text-decoration: none;
    font-family: 'bebasregular';
    padding: 24px 40px;
    text-transform: uppercase;
    background: #fff;
    text-align: left;
    float: left;
    border-bottom: 1px dotted #ffe2ce;
}
.home_template .genesis-nav-menu a {
    color: #BB703E;
}
.genesis-nav-menu .sub-menu {
    background: #fff;
    left: 0;
    opacity: 1;
    position: relative;
    z-index: 99;
    margin: 0;
    padding: 0;
    visibility: visible;
    height: auto;
    width: 100%;
}
.genesis-nav-menu .menu-item {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
    float: left;
}
.nav-primary .genesis-nav-menu ul.sub-menu a {
    color: #BB703E;
    padding-left: 0;
    text-align: left;
    padding: 20px 20px;
    display: block;
    border-bottom: 1px dotted #ffe2ce;
    width: 100%;
    padding-left: 60px;
}


body .mobile_menu span.icon-bar{
    transition: transform .15s ease-in 0s,margin .15s ease-in .2s,opacity 0s ease-in .15s;
    transform: rotate(0deg);
    position: absolute;
    z-index: 1;
    top: calc(50% - 1px);
    opacity: 1;
}
body.mobile_show .mobile_menu span.icon-bar{
    transition: margin .15s ease-in,opacity 0s ease-in .15s,transform .15s ease-out .15s;
}
body.mobile_show .mobile_menu span.icon-bar:nth-child(2){
    opacity: 0;
}
body .mobile_menu span.icon-bar:nth-child(1) {
    margin-top: -10px;
}
body .mobile_menu span.icon-bar:nth-child(2) {
    margin-top: -1px;
}
body .mobile_menu span.icon-bar:nth-child(3) {
    margin-top: 7px;
}
body.mobile_show .mobile_menu span.icon-bar:first-child {
    margin-top: -1px;
    transform: rotate(45deg);
}
body.mobile_show .mobile_menu span.icon-bar:nth-child(3) {
    margin-top: -1px;
    transform: rotate(-45deg);
}
body.home_template .mobile_menu span.icon-bar{
    background: #fff;
}
body .mobile_menu span.icon-bar{
    background: #BB703E;
}
span.indicator{
    display: none;
}
.hba_intro_section:after {
    height: 100%;
    width: 50%;
    position: absolute;
    z-index: 2;
    left: -2%;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.hba_star1 {
    width: 70px;
    height: 95px;
    position: absolute;
    z-index: 2;
    right: 45px;
    bottom: 303px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hba_star1 {
    width: 70px;
    height: 95px;
    position: absolute;
    z-index: 2;
    right: 45px;
    bottom: 303px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hba_intro_section {
    padding-bottom: 400px;
}
.hba_carousel_items.owl-carousel {
    margin-top: 0;
    display: block;
}
.hba_carousel_item h4 {
    font-size: 20px;
    padding: 12px 18px;
}
.hba_schedule_section_wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 2;
}
.hba_schedule_left {
    width: 100%;
    display: block;
}
.hba_schedule_right {
    width: 100%;
}
.footer-widget-area {
    max-width: 100% !important;
    width: 100% !important;
    float: left;
    display: block;
    padding: 0;
    text-align: left;
    margin: 0 0 40px 0;
}
.simple-social-icons ul {
    margin: 20px 0 0 !important;
    padding: 0;
    float: left;
    text-align: left;
    clear: none;
    width: 100%;
}
section.hba_about_floating {
    display: none;
}
body.home_template .site-header {
    padding: 10px 0;
}
.site-header {
    padding: 10px 0;
}
.hba_about_video_wrap {
    display: block;
    position: relative;
    z-index: 10;
}
.hba_about_video_left {
    float: left;
    width: 100%;
    display: block;
    display: block;
    align-items: center;
    margin-bottom: 60px;
}
.hba_about_video_right {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}
section.hba_service_floating{
    display: none;
}
.hba_service_faq_title_image img {
    max-width: 200px;
}
.hba_service_faq_content_header {
    margin-bottom: 40px;
}
.hba_service_faq_content_details {
    padding: 10px 0;
    margin-top: 20px;
    color: #004156;
}
section.hba_service_faq {
    padding: 60px 0 40px;
}
.hba_service_faq_wrap {
    padding: 40px 40px 20px;
    position: relative;
}
.hba_guide_content_columns {
    display: block;
    width: 100%;
}
.hba_guide_content_left {
    float: left;
    display: block;
    width: 100%;
    display: block;
    align-items: center;
    margin-bottom: 40px;
}
.hba_guide_content_right {
    display: block;
    float: right;
    width: 100%;
}
.hba_faq_content_details {
    padding: 10px 0;
    margin-top: 60px;
}
.hba_home_header_image {
    background-position: 58%;
}
.hba_home_header_title {
    max-width: 400px;
    width: 100%;
    float: left;
}
.hba_home_header_title h1 {
    font-size: 45px;
    color: #fff;
    line-height: 1;
}
.hba_course_content_wrap .wp-block-columns{
    display: block;
}
.hba_course_content_wrap .wp-block-column:not(:first-child) {
    margin-left: 0;
}
.hba_course_content_wrap .wp-block-column{
    margin-bottom:  40px;
}
.hba_servicemenu_content_wrap .wp-block-columns{
    display: block;
}
.hba_servicemenu_content {
    display: block;
    margin: 80px auto;
    z-index: 10;
    max-width: 80%;
}
.hba_servicemenu_content .wp-block-column:not(:first-child) {
    margin-left: 0;
}
.hba_servicemenu_content .wp-block-column{
    margin-bottom: 40px;
}
.hba_servicemenu_content:after {
    height: 267px;
    width: 131px;
    right: auto;
    left: -25%;
    margin: auto;
    bottom: 75%;
    background-position: center left;
}
body.single-sfwd-courses .learndash-wrapper .ld-tabs {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-right: 0;
}
body.single-sfwd-courses .learndash-wrapper .ld-item-list {
    width: 100%;
    float: right;
}
.hba_review_item {
    padding: 0 20px;
    max-width: 600px;
    margin: 0 auto;
}
.hba_review_content {
    font-size: 18px;
    padding: 16% 19% 10%;
}
.hba_review_content_wrap {
    height: 200px;
}
.hba_header_icons {
    float: right;
    position: absolute;
    display: inline-block;
    top: 16px;
    margin-left: 11px;
    right: 0;
}
.home_template .site-inner, .full_template .site-inner, .service_template .site-inner, .servicemenu_template .site-inner, .about_template .site-inner, .guide_template .site-inner, .page-template-default .site-inner, .myaccount_template .site-inner {
    margin: 120px auto 0;
}
.home_template .site-inner, .myaccount_template .site-inner {
    margin-top: 0;
}
}

@media only screen and (max-width: 768px){
.hba_reviews_desktop_image {
    display: none;
}
.hba_reviews_mobile_image {
    display: block;
}
.hba_reviews_title_image {
    text-align: center;
    margin-bottom: 40px;
}
.hba_reviews_title_image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
}
@media only screen and (max-width: 600px){
.hba_intro_section_wrap {
    padding: 5% 20px 0;
}
.button {
    margin-bottom: 10px;
}
.hba_service_title_image {
    position: relative;
    z-index: 10;
}
section.hba_service_content .hba_star1 {
    width: 52px;
    height: 56px;
    position: absolute;
    z-index: 2;
    right: 33px;
    top: -23%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
section.hba_service_content .hba_star2 {
    width: 99px;
    height: 82px;
    position: absolute;
    z-index: 2;
    right: 50px;
    top: -9%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hba_guide_content_details {
    padding: 0;
}
.hba_home_header_image {
    background-position: 53%;
}
.hba_intro_section:after,
.hba_carousel_section_wrap:before,
.hba_schedule_section:before,
.before_footer_area.before_footer:before,
.about_template main.content:before,
.guide_template main.content:before,
.page-template-default .site-inner:before{
    display: none;
}
.before_footer_area.before_footer {
    padding: 80px 0 60px;
}
.hba_home_header_title h1 {
    font-size: 40px;
    color: #fff;
    line-height: 1;
}
.hba_home_header_title p {
    color: #fff;
    font-size: 16px;
}
.hba_home_header_title {
    max-width: 300px;
    width: 100%;
    float: left;
    position: relative;
    top: 10%;
}
.hba_header_content_wrap img {
    max-width: 300px;
    width: 100%;
}
.hba_header_content_wrap h2 {
    font-size: 35px;
}
.servicemenu_template .site-inner main.content {
    padding: 60px 30px;
}
.servicemenu_template .site-inner main.content .hba_page_default_subtitle {
    font-size: 22px;
    margin-top: 20px;
}
.hba_servicemenu_content {
    display: block;
    margin: 80px auto;
    z-index: 10;
    max-width: 100%;
}
body.single-sfwd-courses .ld-course-status {
    max-width: 100%;
    margin: 40px auto 40px !important;
    overflow: hidden;
}
.hba_review_content {
    font-size: 14px;
}
footer-widgets .wrap {
    padding: 40px 40px;
}
.before_footer_area.before_footer {
    padding: 24px 0 60px;
}
.hba_header_icons {
    margin-left: 0;
    right: 20px;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:nth-child(2n) {
    margin-left: 0;
}
}

@media only screen and (max-width: 480px){
.hba_schedule_left_content ul {
    display: block;
    column-count: auto;
    margin-top: 32px;
}    
.site-header .wrap {
    padding: 0 20px;
}
.mobile_nav {
    display: block;
    float: left;
    top: 0;
    position: relative;
    z-index: 9999;
}
.wp-custom-logo .title-area {
    width: 100%;
    text-align: center;
}
.wp-custom-logo .title-area img {
    width: 150px;
    display: inline-block;
}
.hba_intro_content * {
    margin-bottom: 15px;
    display: inline-block;
}
.hba_star1 {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    right: 45px;
    bottom: 275px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hba_star2 {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 2;
    right: 60px;
    bottom: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.hba_carousel_title_image img {
    max-width: 250px;
    height: auto;
}
.hba_home_header_content_wrap {
    padding: 0 20px;
}
.hba_schedule_section_wrap {
    padding: 0 20px;
}
.hba_schedule_right {
    width: 100%;
    padding: 30px;
}
.hba_schedule_right .nf-form-content button, .hba_schedule_right .nf-form-content input[type=button], .hba_schedule_right .nf-form-content input[type=submit] {
    background: #fff;
    border: 0;
    color: #004156;
    transition: all .5s;
    text-align: center;
    padding: 15px 60px;
    height: auto;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}
.before_footer_area_wrap {
    padding: 0 20px;
}
.footer-widgets .wrap {
    padding: 70px 20px;
    position: relative;
}
.footer-widgets .widget_media_image img{
    width: 200px;
}
.hba_intro_icon {
    display: block;
    margin-bottom: 30px;
}
.hba_about_title_image img {
    max-width: 200px;
}
.hba_about_content_header_wrap {
    padding: 40px 40px 0;
    position: relative;
}
.hba_about_title_image img {
    max-width: 200px;
}
.hba_about_content_wrap {
    padding: 0 20px 9%;
}
.hba_about_video_wrap {
    padding: 0 20px;
}
.hba_service_title_image img {
    max-width: 200px;
}
.hba_service_content_header_wrap {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 40px 20px 20px;
    position: relative;
}
.hba_service_content_wrap {
    padding: 0 20px 40px;
}
.hba_service_video_left_wrap {
}
.hba_service_video_wrap {
    padding: 0 20px;
}
.hba_service_faq_content_details {
    font-size: 20px;
}
.hba_service_title_image img {
    max-width: 200px;
}
.hba_service_content_header_wrap {
    padding: 60px 20px;
}
.hba_service_content_wrap {
    padding: 0 20px 40px;
}
.hba_page_default_title_image img {
    max-width: 200px;
}
.page-template-default .site-inner main.content .hba_page_default_subtitle {
    font-size: 18px;
}
.hba_intro_section_wrap {
    padding: 50px 20px 0;
}
.hba_intro_icon img {
    display: inline-block;
    max-width: 60px;
}
.hba_intro_section_wrap h2 {
    font-size: 25px;
    margin-bottom: 30px;
}
.hba_intro_content * {
    font-size: 20px;
}
.before_footer_area_wrap .enews-widget .enews h4.widget-title {
    font-size: 26px;
}
.before_footer_area_wrap .enews-widget .enews p {
    font-size: 16px;
    letter-spacing: 0;
}
.genesis-nav-menu a {
    font-size: 16px;
    padding: 10px 30px;
}
.nav-primary .genesis-nav-menu ul.sub-menu a {
    padding: 10px 50px;
}
.hba_about_content_details {
    font-size: 18px;
}
h2 {
    font-size: 35px;
}
.hba_about_video_left_wrap {
    font-size: 20px;
}
.hba_service_content_details {
    width: 100%;
    font-size: 18px;
    margin-top: 0;
}
.hba_service_content_header_wrap {
    padding: 60px 20px 30px;
}
.hba_service_subtitle a {
    margin-bottom: 0;
    font-size: 18px;
}
.hba_service_video_left_wrap {
    font-size: 30px;
}
.hba_service_video_right {
    height: auto;
}
.hba_service_faq_content_header {
    margin-bottom: 0;
}
.hba_service_faq_content_details {
    font-size: 18px;
}
.hba_service_faq_wrap {
    padding: 40px 20px 20px;
    position: relative;
}
.page-template-default .site-inner main.content {
    padding: 6% 20px 10% 20px;
}
.page-template-default .site-inner main.content .nf-form-cont {
    padding: 30px 20px;
}
body .nf-form-content button, body .nf-form-content input[type=button], body .nf-form-content input[type=submit] {
    padding: 10px 60px;
    font-size: 25px;
}
.hba_guide_content_wrap {
    padding: 6% 20px 0 20px;
}
.hba_guide_content_details {
    padding: 0;
    font-size: 18px;
}
.hba_faq_content_details {
    padding: 10px 0;
    font-size: 18px;
    margin-top: 60px;
}
.hba_faq_content_details {
    padding: 10px 0;
    font-size: 18px;
    margin-top: 20px;
}
.hba_faq_content_wrap {
    padding: 40px 20px 40px;
}
.hba_home_header_title a.button {
    font-size: 20px;
    height: auto;
    padding: 8px 40px;
}
.hba_home_header_title {
    max-width: 250px;
    width: 100%;
    float: left;
    position: relative;
    top: 10%;
}
.hba_home_header_title h1 {
    font-size: 42px;
    color: #fff;
    line-height: 1;
}
.hba_home_header_title a.button {
    font-size: 20px;
    height: auto;
    padding: 8px 40px;
}
.hba_home_header_image {
    background-position: 58%;
}
.hba_course_content_wrap {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
}
body.single-sfwd-courses .learndash-wrapper {
    padding: 0 30px;
}
.hba_schedule_section {
    padding: 60px 0 60px;
}
.hba_section_home_reviews_wrap {
    padding: 20px 20px 80px;
}
.hba_review_content {
    font-size: 10px;
}
.hba_review_item {
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
}
.hba_reviews_center .hba_review_item {
    padding-top: 40px;
    padding-bottom: 0;
}
.hba_reviews_right {
    padding-top: 40px;
}
.hba_review_content {
    padding: 16% 19% 10%;
    font-size: 16px;
}
.hba_review_content_wrap {
    height: 160px;
    width: 100%;
}
.hba_header_icons {
    float: right;
    position: absolute;
    display: inline-block;
    top: 16px;
    margin-left: 0;
    right: 20px;
    z-index: 101;
}
}

@media only screen and (max-width: 380px){
.hba_review_content {
    font-size: 16px;
}
.servicemenu_template .site-inner main.content .hba_page_default_subtitle {
    font-size: 16px;
    margin-top: 0;
}
.hba_servicemenu_content {
    margin-top: 40px;
}
.wp-custom-logo .title-area img {
    width: 110px;
    display: inline-block;
    float: left;
    margin-left: 30px;
}
.hba_login_icons {
    float: right;
    display: inline-block;
    margin-left: 0;
    margin-top: 3px;
}
.wp-custom-logo .site-header.fixed_header .title-area img {
    width: 110px;
}
.full_template .site-inner, .service_template .site-inner, .servicemenu_template .site-inner, .about_template .site-inner, .guide_template .site-inner, .page-template-default .site-inner, .myaccount_template .site-inner {
    margin: 73px auto 0;
}
}