@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded- opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/roboto/Roboto-thin.ttf') format('ttf'),
    url('../fonts/roboto/Roboto-thin.ttf') format('ttf');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/roboto/Roboto-Light.ttf') format('ttf'),
    url('../fonts/roboto/Roboto-Light.ttf') format('ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/roboto/Roboto-Regular.ttf') format('ttf'),
    url('../fonts/roboto/Roboto-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/roboto/Roboto-Medium.ttf') format('ttf'),
    url('../fonts/roboto/Roboto-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/roboto/Roboto-Bold.ttf') format('ttf'),
    url('../fonts/roboto/Roboto-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/roboto/Roboto-Black.ttf') format('ttf'),
    url('../fonts/roboto/Roboto-Black.ttf') format('ttf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    /*--primary-color: 105,54,148;*/
    /*--secondary-color: 68,19,109;*/
    --primary-font: 'Roboto', sans-serif;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    color: #000;
}

p {
    margin-bottom: 20px;
}

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

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

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

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

img {
    width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--primary-font);
    font-weight: 700;
    color: #000;
}

h1 {
    margin: 0 0 15px;
    font-size: 45px;
    line-height: 1.1;
}

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

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

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

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

.h1 {
    margin: 0 0 15px;
    font-size: 45px;
    line-height: 1.1;
}

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

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

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

.h5 {
    font-size: 16px;
}

.h6 {
    font-size: 12px;
}


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

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

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }
    .h1 {
        font-size: 40px;
        line-height: 1.1;
    }
    .h2 {
        font-size: 30px;
    }
    .h3 {
        font-size: 26px;
    }
    .h4 {
        font-size: 18px;
    }
    .h5 {
        font-size: 18px;
    }

    .h6 {
        font-size: 16px;
    }

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

@media screen and (max-width: 991px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px !important;
    }

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

    .h2 {
        font-size: 26px;
    }

    .h3 {
        font-size: 22px;
    }
}
h2.emg-title{
    font-size: 45px;
}

a {
    transition: .3s;
    color: rgb(var(--primary-color));
}

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

.has-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.47);
}

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


/*Color */

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

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

.bg-gray {
    background-color: #fbf6ff !important;
}

.bg-gray-light {
    background-color: #f4f8ff !important;
}

.bg-white,
.bg-light {
    background: #fff !important;
}
.bg-offwhite {
    background: rgb(241, 241, 241) !important;
}

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

.text-gray a:not(.btn),
.text-gray {
    color: #54565A !important;
}
.text-yellow {
    color: #ffcd04 !important;
}

.texts-light > *,
.texts-white > *,
.text-white,
.text-white a:not(.btn),
.text-light a:not(.btn),
.text-light {
    color: #ffffff !important;
}
.text-orange {
    color: #ffa800 !important;
}

.text-light-all,
.text-light-all *{
    color: #ffffff !important;
}

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

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

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

/* Font */
.emg-section h2:first-child {
    margin-top: 0;
}

/* Padding - Margin */
.emg-m-none, .emg-m-0 {
    margin: 0;
}
.emg-p-none, .emg-p-0 {
    padding: 0;
}
.emg-p-25 {
    padding: 25px;
}
.emg-pt-25 {
    padding-top: 25px;
}
.emg-pb-25 {
    padding-bottom: 25px;
}
.emg-py-25 {
    padding: 25px 0;
}
.emg-pt-50 {
    padding-top: 50px;
}
.emg-pb-50 {
    padding-bottom: 50px;
}
.emg-py-50 {
    padding: 50px 0;
}
.emg-pt-80 {
    padding-top: 80px;
}
.emg-py-80 {
    padding: 80px 0;
}
.emg-pb-80 {
    padding-bottom: 80px;
}
.emg-py-100 {
    padding: 100px 0;
}
.emg-pt-100 {
    padding-top: 100px;
}
.emg-pb-100 {
    padding-bottom: 100px;
}

/* Position */
.emg-left-0 {
    left: 0 !important;
}

/* Shadows */
.emg-grid-shadow {
    box-shadow: 0 0 15px -5px #908d8d;
}



/* Typography */

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

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

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

/*Buttons*/

.btn {
    display: inline-block;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    font-family: var(--primary-font);
    position: relative;
    color: #ffffff !important;
    background: rgb(var(--primary-color)) !important;
    border: 0;
    transition: .5s;
    text-align: center;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0 7px 11px rgba(0, 0, 0, .13);
    outline: 0;
    max-width: 100%;
    letter-spacing: .3px;
    margin: 0 5px;
}
.btn:hover {
    /*background-color: #4f1d79;*/
}
a.btn-outline {
    background: transparent !important;
    color: rgb(var(--primary-color)) !important;
    border: 3px solid rgb(var(--primary-color));
    border-radius: 5px;
    font-size: 26px;
    font-weight: 700;
    text-transform: initial;
    padding: 20px 35px;
}

.btn-lg {
    font-size: 16px;
    line-height: 1.7;
}

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

.btn.btn-sm {
    padding: 8px 25px
}

.btn.btn-arrow {
    padding-right: 50px;
}

.btn.btn-call {
    padding-left: 45px;
}

.btn-call:before,
.btn-arrow:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.btn.btn-arrow:after {
    right: 10px;
    background-image: url(../img/btn-arrow.png);
}

.btn.btn-call:before {
    left: 10px;
    background-image: url(../img/btn-phone.png);
    background-size: auto;
}

.btn-primary {
    background: rgb(var(--primary-color)) !important;
    color: #ffffff !important;
}

.btn-secondary {
    background: #ffffff !important;
    color: rgb(var(--primary-color)) !important;
}

a.btn:focus,
a.btn:active,
a.btn:hover {
    /*color: rgb(var(--primary-color)) !important;*/
    /*background-color: #ffffff !important;*/
    background-color: #4f1d79 !important;
    background: #4f1d79 !important;
}

a.btn-secondary:hover, a.btn-outline:hover {
    color: #ffffff !important;
    background-color: rgb(var(--primary-color)) !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: rgb(var(--primary-color)) !important;
    color: #ffffff !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}

.btn-sm{
    font-size: 16px;
    padding: 10px 20px;
}
.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;
}

.break-word {
    word-break: break-word;
}

/* Reusable Classes*/

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

@media screen and (max-width:991px) {
    body {
        padding-top: 0 !important;
    }
    .emg-sec {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 768px) {
    .alignright,
    .alignleft,
    .aligncenter {
        margin: 0 auto 15px !important;
        display: block;
        float: none !important;
    }
}
@media screen and (max-width: 600px) {
    .emg-sec {
        padding: 30px 0;
    }
}

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

.emg-brand-rounded {
    line-height: 1.48;
    background: rgb(var(--primary-color));
    max-width: 100%;
    width: 570px;
    margin: 0 auto 10px;
    color: #fff;
    padding: 8px 40px 10px;
    border-radius: 50px;
}

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

.emg_social div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: .3s;
}

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

.emg_social div a {
    width: 40px;
    height: 40px;
    display: flex !important;
    background: #f9a85e;
    border-radius: 20px;
}

.emg_social div img {
    margin: auto;
    transition: .3s;
    width: 25px;
}

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

    .btn-lg {
        font-size: 16px;
    }
}

.slick-dots {
    left: 0;
}

.slick-dots li button:before {
    background-color: rgb(var(--secondary-color));
    content: '';
    border-radius: 20px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    opacity: .5;
}

.slick-dots li.slick-active button:before {
    background-color: rgb(var(--primary-color));
    opacity: 1;
}

[type="submit"],
input[type=submit],
input[type=Reset] {
    -webkit-appearance:none !important;
}

/* 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: #999999;
    font-weight: 600 !important;
    font-size: 12px !important;
    margin-bottom: 0;
}

.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: 0;
    margin-bottom: 15px !important;
}

.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: 18px;
    padding: 15px 10px 15px 30px;
    box-shadow: none !important;
    background: #f9f9f9 !important;
    border-radius: 0;
    color: #333;
    border: 1px solid #f9f9f9;
    margin-bottom: 0;
}


.footer-form .gform_wrapper.emg-g-form_wrapper select,
.footer-form .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]),
.footer-form .gform_wrapper.emg-g-form_wrapper textarea {
    background: #f2f4f5 !important;
    padding: 15px 20px;
}

.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.emg-footer-form_wrapper select,
.gform_wrapper.emg-g-form_wrapper.emg-footer-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.emg-footer-form_wrapper textarea {
    font-family: inherit;
    font-size: inherit;
    border-radius: 5px;
    padding: 14px 10px 14px 20px;
}
.gform_wrapper.emg-g-form_wrapper select {
    padding: 7px 10px 7px !important;
    height: auto !important;
}
.gform_wrapper.emg-g-form_wrapper .gform_footer {
    padding: 0 0 0;
    margin: 25px 0 0 0;
}

/* Submit Button*/
.gform_wrapper.emg-g-form_wrapper .gform_footer input.button,
.gform_wrapper.emg-g-form_wrapper .gform_footer input[type=submit],
.gform_wrapper.emg-g-form_wrapper .gform_page_footer input.button,
.gform_wrapper.emg-g-form_wrapper .gform_page_footer input[type=submit] {
    background: rgb(var(--primary-color));
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25 !important;
    min-height: auto !important;
    color: #fff;
    box-shadow: none !important;
    padding: 15px 20px;
    border: 0 !important;
    outline: none !important;
    border-radius: 3px;
    margin-right: 0 !important;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
}
.gform_wrapper.emg-g-form_wrapper .gform_footer input.button:hover,
.gform_wrapper.emg-g-form_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper.emg-g-form_wrapper .gform_page_footer input.button:hover,
.gform_wrapper.emg-g-form_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: #4f1d79;
}
.gform_wrapper.emg-g-form_wrapper.emg-footer-form_wrapper .gform_footer{
    display: flex;
    align-items: center;
    justify-content: center;
}
.gform_wrapper.emg-g-form_wrapper.emg-footer-form_wrapper .gform_footer input.button,
.gform_wrapper.emg-g-form_wrapper.emg-footer-form_wrapper .gform_footer input[type=submit],
.gform_wrapper.emg-g-form_wrapper.emg-footer-form_wrapper .gform_page_footer input.button,
.gform_wrapper.emg-g-form_wrapper.emg-footer-form_wrapper .gform_page_footer input[type=submit] {
    border: none;
    padding: 15px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    transition: .3s ease;
    background: #ffa800;
    font-size: 14px;
    font-weight: 400;
    width: unset;
    text-transform: initial;

}
.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):not(.gf_middle_third):not(.gf_left_third) {
        padding-right: 0;
    }
}

.gform_wrapper.emg-g-form__material_wrapper textarea,
.gform_wrapper.emg-g-form__material_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 0 3px;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    color: #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #999999;
    margin-top: 0;
    font-weight: 300;
}

.gform_wrapper.emg-g-form__material_wrapper textarea:focus,
.gform_wrapper.emg-g-form__material_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
    border-color: #999999 !important;
    outline: none !important;
}

/*Validation*/

.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: 1px solid #790000 !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;
}
.emg-footer-form_wrapper.gform_legacy_markup_wrapper .validation_message{
    color: #ffa800;
    padding-top: 10px !important;
}
@media only screen and (max-width: 640px) {
    .btn {
        font-size: 16px;
        padding: 10px 20px;
    }
    .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 {
        padding: 5px 20px !important;
    }
}

@media only screen and (max-width: 480px) {
    .btn {
        font-size: 14px;
    }
    .gform_wrapper.emg-g-form_wrapper .gform_footer input.button, .gform_wrapper.emg-g-form_wrapper .gform_footer input[type=submit], .gform_wrapper.emg-g-form_wrapper .gform_page_footer input.button, .gform_wrapper.emg-g-form_wrapper .gform_page_footer input[type=submit]{
        font-size: 16px;
        padding: 15px 10px;
    }
}
/* ENG GRAVITY FORM STYLE*/
.gform_ajax_spinner{
    max-height: 20px;
    max-width: 20px;
    /*margin: 0 auto;*/
}