:root {
    --primary-font: "Helvetica Neue", sans-serif;
    --secondary-font: "Helvetica", sans-serif;
    --brand-color: 246, 113, 9; /*#F67109*/
    --primary-color: 246, 113, 9; /*#F67109*/
    --secondary-color: 2,2,2;
    --sidebar-bg-color: 235, 240, 250;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica/Helvetica-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica/HelveticaNeueBoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica-neue/HelveticaNeue-CondensedBlack.woff2') format('woff2'),
    url('../fonts/helvetica-neue/HelveticaNeue-CondensedBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica-neue/HelveticaNeueLTPro-HvCn.woff2') format('woff2'),
    url('../fonts/helvetica-neue/HelveticaNeueLTPro-HvCn.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica-neue/HelveticaNeue-BoldCond.woff2') format('woff2'),
    url('../fonts/helvetica-neue/HelveticaNeue-BoldCond.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica-neue/Helvetica65-Medium.woff2') format('woff2'),
    url('../fonts/helvetica-neue/Helvetica65-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica-neue/HelveticaNeue.woff2') format('woff2'),
    url('../fonts/helvetica-neue/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
	margin: 0;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #222222;
}

p {
    margin-bottom: 20px;
    font-family: var(--secondary-font);
}

img {
	border-style: none;
	max-width: 100%;
}

.site-content img[class*=wp-image-] {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--primary-font);
    font-weight: 600;
    word-break: break-word;
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
    
}

h1 {
    margin: 0 0 15px;
    font-size: 28px;
    line-height: 1.2;
}

h2 {
    line-height: 1.2;
    font-size: 26px;
}

h3 {
    line-height: 1.3;
    font-size: 20px;
}

h4 {
    line-height: 1.3;
    font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 15px;
}


.h1 {
    margin: 0 0 15px;
    font-size: 28px;
    line-height: 1.2;
}

.h2 {
    line-height: 1.2;
    font-size: 26px;
}

.h3 {
    line-height: 1.3;
    font-size: 20px;
}

.h4 {
    line-height: 1.3;
    font-size: 18px;
}

.h5 {
    font-size: 16px;
}

.h6 {
    font-size: 15px;
}



@media screen and (min-width: 991px) {

    h1 {
        font-size: 35px;
        line-height: 1.1;
    }

    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 23px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .h1 {
        font-size: 35px;
        line-height: 1.1;
    }

    .h2 {
        font-size: 27px;
    }

    .h3 {
        font-size: 23px;
    }

    .h4 {
        font-size: 20px;
    }

    .h5 {
        font-size: 18px;
    }

    .h6 {
        font-size: 16px;
    }
}


@media screen and (min-width: 1440px) {

    h1 {
        font-size: 40px;
        line-height: 1.1;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 16px;
    }

    .h1 {
        font-size: 40px;
        line-height: 1.1;
    }

    .h2 {
        font-size: 30px;
    }

    .h3 {
        font-size: 25px;
    }

    .h4 {
        font-size: 22px;
    }

    .h5 {
        font-size: 20px;
    }

    .h6 {
        font-size: 16px;
    }
}

a {
    transition: .3s;
    text-decoration: none;
    color: #2e324d;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: rgb(var(--primary-color));
}

.emg-section {
    position: relative;
}

@media (min-width: 1440px) {

    .container {
        max-width: 1310px;
    }

    .site-footer .container {
        max-width: 1400px;
    }
}

.btn {
    display: inline-block;
    font-family: var(--primary-font);
    font-size: 20px;
    line-height: 1.15;
    font-weight: 700;
    position: relative;
    padding: 18px 40px 12px;
    border-radius: 5px;
    min-width: 170px;
    color: #fff;
    background: rgb(var(--primary-color));
    border: 1px solid #F67109;
    transition: .5s;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}

.btn:focus,
.btn:active,
.btn:hover {
    color: #fff;
    background: rgb(var(--primary-color));
    border-color: #f7ae41;
}

.btn-lg {
    padding: 18px 35px;
}

.btn-sm {
    font-size: 17px;
    padding-right: 25px;
    padding-left: 25px;
}

.btn-block {
    width: 100%;
    display: block;
}

.btn-width {
    min-width: 200px;
}

.btn-primary {
    background-image: linear-gradient(to right, #F67109 0%, #F88F3F 100%);
/*    color: #2e324c !important;*/
}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-image: linear-gradient(to right,#F67109 0%,#F88F3F 100%);
    color: #2e324c !important;
    border-color: #f7ae41;
}


@media screen and (max-width:600px) {

   .btn-xs-full {
        text-align: center;
        max-width: 400px;
        width: 100% !important;
   }

}

.wp-block-button.btn .wp-block-button__link {
    background: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-transform: inherit;
    text-align: inherit;
}

.emg-btn-group .btn:not(:last-child) {
    margin-right: 10px;
}


.font-500 {
    font-weight: 500 !important;
}

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

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

.font-800 {
    font-weight: 800 !important;
}

.font-900 {
    font-weight: 900 !important;
}


/* Reusable Classes*/

.emg-sec {
	position: relative;
	background-color: #fff;
    padding: 50px 0;
}

@media screen and (min-width:991px) {
    .emg-sec {
        padding: 60px 0;
    }
}

@media screen and (min-width: 1600px) {
    .emg-sec {
        padding: 80px 0;
    }
}

.emg-sec-parallax {
    overflow: hidden;
    position: absolute !important;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 85vh !important;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.has-bg-image,
.has-image-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-parallax {
    position: absolute!important;
    top: 50%;
    left: 0;
    width: 100%;
    /*height: 55vh!important;*/
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: translateY(-50%);
}

.bg-brand {
    background: rgb(var(--brand-color)) !important;
}

.bg-primary {
    background: rgb(var(--primary-color)) !important;
}

.bg-secondary {
    background: rgb(var(--secondary-color)) !important;
}

.bg-gray {
    background: #F0F0F0;
}

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

.emg-heading {
    position: relative;
    margin-bottom: 30px;
}

.emg-heading .emg-title {
    color: #6d6e71;
    font-weight: 900;
    line-height: 1.3;
    margin: 0;
}

.emg-heading .description {
    margin-bottom: 0;
    margin-top: 15px;
}

@media screen and (min-width: 1199px) {

    .emg-heading {
        margin-bottom: 45px;
    }

    .emg-heading .emg-title {
        line-height: 1.43;
    }
}


.text-light a:not(.btn),
.text-light {
	color: #ffffff !important;
}

.text-dark a:not(.btn),
.text-dark {
    color: #000 !important;
}

a.text-primary:hover,
a.text-primary:focus,
.text-primary {
	color: rgb(var(--primary-color)) !important;
}

a.text-brand:hover,
a.text-brand:focus,
.text-brand {
    color: rgb(var(--brand-color)) !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
.text-secondary {
    
}



.d-border {
    position: relative;
    padding-bottom: 15px;
}

.d-border:before,
.d-border:after {
    content: '';
    background: rgb(var(--brand-color));
    position: absolute;
    left: 0;
    bottom: 0;
}

.d-border:before {
    max-width: 100%;
    width: 540px;
    height: 1px;
}

.d-border:after {
    width: 180px;
    height: 5px;
    max-width: 95%;
}

.d-border.text-center:before,
.d-border.text-center:after {
    left: 50%;
    transform: translateX(-50%);
}

.d-border.txt-light:before,
.d-border.txt-light:after {
    background: #fff;
}

.banner-form {
    box-shadow: 0px 10px 23px 0px rgba(255, 0, 0, 0.2);
}

/*Social*/
.emg_social {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    justify-content: center;
    padding: 0;
}

.phone-lg {
    font-size: 28px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: right;
}

@media (min-width: 1439px) {
    .phone-lg {
        font-size: 34px;
    }
}

.main-sidebar .emg_social {
    background-color: #EBF0FA;
    border: 1px solid #ddd;
    justify-content: center;
    padding: 20px 0;
}

.emg_social li {
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
}

.emg_social li.icon-fb {
    background: #3B5998;
}

.emg_social li.icon-tw {
    background: #1DA1F2;
}

.emg_social li.icon-yt {
    background: #FF0000;
}

.emg_social li.icon-ins {
    background: #405de6;
}

.emg_social li.icon-yelp {
    background: #af0606;
}

.header-top .emg_social li {
    border-radius: 0;
    width: 30px;
    height: 30px;
}

.emg_social li:not(:last-child) {
    margin-right: 10px;
}

.emg_social li a {
    width: 100%;
    height: 100%;
    display: flex;
}

.emg_social li img {
    width: auto;
    margin: auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.header-top .emg_social li img {
    /*-webkit-filter: none;
    filter: none;*/
}

.services .slick-list {
    padding: 25px 0;
}

.services.slick-dotted {
    margin-bottom: 0;
    padding-bottom: 60px;
}

.services .slick-dots {
    left: 0;
    bottom: 0;
}

.services .slick-dots li {
    width: 16px;
    height: 16px;
}

.services .slick-dots li button {
    border-radius: 20px;
    width: 16px;
    height: 16px;
    background-color: rgba(253,184,78, .7);
}

.services .slick-dots li.slick-active button {
    background-color: #F67109;
}

.services .slick-dots li button::before {
    display: none;
}


/*Start Blog*/

.emg-blog-card {
    background: transparent;
    box-shadow: none;
    border: 0;
    transition: .3s;
    position: relative;
    overflow: hidden;
}

.emg-blog-card img {
    width: 100%;
    height: auto;
}

.emg-blog-card a {
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 20px 25px;
    background: linear-gradient(180deg, rgba(238,238,238,0) 0%, #000000 100%);
    transition: .4s;
}

.emg-blog-card.has-post-thumbnail a {
    position: absolute;
}

.emg-blog-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    padding: 0;
    position: relative;
    height: 100%;
    transition: .6s;
    transform: translateY(100%);
    opacity: 0;

}
.emg-blog-card .card-title {
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
    padding-bottom: 15px;
}


.emg-blog-card a > .card-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 25px 30px;
    opacity: 1;
    transition: opacity .6s;
}

.emg-blog-card .card-text p {
    font-size: 16px;
    line-height: 1.9;
    margin: 0;
}


.emg-blog-card:hover a {
    background: linear-gradient(180deg, rgba(0,0,0,0.26) 0%, #000000 100%);
}

.emg-blog-card:hover .card-body  {
    transform: translateY(0);
    opacity: 1;
}

.emg-blog-card:hover a > .card-title {
    opacity: 0;
}


/*End Blog*/

@media (max-width: 600px) {

    .list-title {
        margin-bottom: 10px;
    }
}

/*End Service Area*/



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

.list-1 li {
    list-style: none;
    background-image: url(../img/green-check.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 3px;
    padding-left: 35px;
}

.list-1 li:not(:last-child) {
    margin-bottom: 12px;
}

@media (min-width: 991px) {

    .list-1 li {
        background-position: 0 5px;
    }

}


/*Tab*/

.emg-tab {
    display: flex;
    justify-content: flex-start;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.emg-tab .nav-tabs {
    border-bottom: 0;
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    background: rgb(255 255 255 / 25%);
    border-radius: 50px;
    flex: 0 0 50%;
}

.nav-tabs .nav-item {
    margin: 0;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    border: 0;
}

.nav-tabs .nav-item:not(:last-child) {
    margin-bottom: 10px;
}

.nav-tabs .nav-link {
    padding: 8px 25px;
    border-radius: 0;
    color: #000;
    border: 0;
    width: 100%;
    font-weight: 600;
    display: flex;
    min-height: 100px;
    align-items: center;
    border: 1px solid #ddd;
}

.nav-tabs .nav-item:hover .nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-right: 5px solid rgb(var(--primary-color));
    box-shadow: 0px 10px 23px 0px rgba(99, 10, 10, 0.18);
}


.tab-content {
    flex: 0 0 50%;
    box-shadow: 0px 10px 23px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ebebeb;
    padding: 20px 25px;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

@media only screen and (min-width: 1199px){

    .nav-tabs .nav-link {
        padding-right: 150px;
    }
    
}



/* START GRAVITY FORM STYLE*/

.gform_wrapper.emg-g-form_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
    color: #333;
}

.gform_wrapper.emg-g-form_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}
.gform_wrapper.emg-g-form_wrapper ul li.gfield {
    margin-top: 20px;
    margin-bottom: 0;
}

.gform_wrapper.emg-g-form_wrapper li.hidden_label input {
    margin-top: 0;
}

.gform_wrapper.emg-g-form_wrapper select,
.gform_wrapper.emg-g-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: initial !important;
}

.gform_wrapper.emg-g-form_wrapper select,
.gform_wrapper.emg-g-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.emg-g-form_wrapper textarea {
    font-family: inherit;
    letter-spacing: normal;
    font-size: 16px;
    padding: 8px 10px;
    box-shadow: none!important;
    background: #fff!important;
    border-radius: 3px;
    color: #333;
    border: 1px solid #ddd;
    margin-bottom: 0;
}
.gform_wrapper.emg-g-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper.emg-g-form_wrapper textarea:focus {
    border-color: #ddd;
}

.gform_wrapper.emg-g-form_wrapper select {
    padding: 7px 10px 7px !important;
    height: auto !important;
}

.gform_wrapper .gform_footer {
    padding: 15px 0 0 !important;
    text-align: center !important;
}

/* Submit Button*/
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
    background: rgb(var(--primary-color));
    background-image: linear-gradient(to right, #F67109 0%, #F88F3F 100%);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5 !important;
    min-height: auto !important;
    color: #fff;
    box-shadow: none !important;
    padding: 10px 20px;
    border: 0 !important;
    outline: none !important;
    border-radius: 5px;
    margin-right: 0 !important;
    margin-bottom: 0!important;
    cursor: pointer;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.gform_wrapper.emg-g-form_wrapper .top_label div.ginput_container {
    margin-top: 2px !important;
}
.gform_wrapper.emg-g-form_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper.emg-g-form_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin: 5px 0 0;
    line-height: 1.2;
    font-size: 14px;
    color: #333;
}
@media only screen and (min-width: 641px){
    .gform_wrapper.emg-g-form_wrapper ul.gform_fields li.gfield:not(.gf_left_half ) {
        padding-right: 0;
    }
}




/*Validation*/
.gform_wrapper.emg-g-form_wrapper .validation_message {
    /*color: #e37777;*/
}

.gform_wrapper.emg-g-form_wrapper li.gfield.gfield_error {
    background-color: transparent;
}
.gform_wrapper.emg-g-form_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.emg-g-form_wrapper li.gfield_error textarea {
    /*border-color: #790000;*/
}

/*material inputs*/
.gform_wrapper.emg-g-form__material_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.emg-g-form__material_wrapper li.gfield_error textarea {
/*    border-width: 0px !important;
    border-bottom-width: 1px !important;*/
}

.gform_wrapper.emg-g-form_wrapper div.validation_error {
    display: none;
}
.gform_wrapper.emg-g-form_wrapper li.gfield.gfield_error,
.gform_wrapper.emg-g-form_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding-top: 0;
    border: 0 !important;
}
.gform_wrapper .ginput_container.ginput_container_phone + .gfield_description {
    display: none; 
}
/* ENG GRAVITY FORM STYLE*/
