body div.mfp-bg
{
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
}
.mfp-wrap, body div.mfp-bg
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}
.mfp-wrap
{
    z-index: 1043;
    outline: none!important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mfp-container
{
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mfp-container:before
{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before
{
    display: none;
}
.mfp-content
{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content
{
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur
{
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close
{
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom
{
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content
{
    cursor: auto;
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader
{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure
{
    display: none;
}
.mfp-hide
{
    display: none!important;
}
.mfp-preloader
{
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a
{
    color: #ccc;
}
.mfp-preloader a:hover
{
    color: #fff;
}
.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader
{
    display: none;
}
button.mfp-arrow, button.mfp-close
{
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button::-moz-focus-inner
{
    padding: 0;
    border: 0;
}
.mfp-close
{
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}
.mfp-close:focus, .mfp-close:hover
{
    opacity: 1;
}
.mfp-close:active
{
    top: 1px;
}
.mfp-close-btn-in .mfp-close
{
    color: #333;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close
{
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter
{
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow
{
    position: absolute;
    opacity: .65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active
{
    margin-top: -54px;
}
.mfp-arrow:focus, .mfp-arrow:hover
{
    opacity: 1;
}
.mfp-arrow:after, .mfp-arrow:before
{
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent;
}
.mfp-arrow:after
{
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before
{
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}
.mfp-arrow-left
{
    left: 0;
}
.mfp-arrow-left:after
{
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before
{
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right
{
    right: 0;
}
.mfp-arrow-right:after
{
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before
{
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder
{
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content
{
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close
{
    top: -40px;
}
.mfp-iframe-scaler
{
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe
{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000;
}
img.mfp-img
{
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}
.mfp-figure, img.mfp-img
{
    line-height: 0;
}
.mfp-figure:after
{
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444;
}
.mfp-figure small
{
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure
{
    margin: 0;
}
.mfp-bottom-bar
{
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title
{
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content
{
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure
{
    cursor: pointer;
}
button.mfp-close, button.mfp-close:hover
{
    display: inline-block!important;
    background: transparent;
    width: auto;
}
.mfp-arrow, .mfp-arrow:hover
{
    background: transparent;
}
@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape)
{
    .mfp-img-mobile .mfp-image-holder
    {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img
    {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after
    {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small
    {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar
    {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty
    {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter
    {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close
    {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media(max-width: 900px)
{
    .mfp-arrow
    {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75);
    }
    .mfp-arrow-left
    {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right
    {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container
    {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.clearfix::before, .clearfix::after
{
    content: " ";
    display: table;
    clear: both;
}
.eael-testimonial-slider.nav-top-left, .eael-testimonial-slider.nav-top-right, .eael-team-slider.nav-top-left, .eael-team-slider.nav-top-right, .eael-logo-carousel.nav-top-left, .eael-logo-carousel.nav-top-right, .eael-post-carousel.nav-top-left, .eael-post-carousel.nav-top-right, .eael-product-carousel.nav-top-left, .eael-product-carousel.nav-top-right
{
    padding-top: 40px;
}
.eael-contact-form input[type=text], .eael-contact-form input[type=email], .eael-contact-form input[type=url], .eael-contact-form input[type=tel], .eael-contact-form input[type=date], .eael-contact-form input[type=number], .eael-contact-form textarea
{
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    float: none;
    height: auto;
    margin: 0;
    outline: 0;
    width: 100%;
}
.eael-contact-form input[type=submit]
{
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    padding: 10px 20px;
    width: auto;
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
}
.eael-contact-form.placeholder-hide input::-webkit-input-placeholder, .eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder
{
    opacity: 0;
    visibility: hidden;
}
.eael-contact-form.placeholder-hide input::-moz-placeholder, .eael-contact-form.placeholder-hide textarea::-moz-placeholder
{
    opacity: 0;
    visibility: hidden;
}
.eael-contact-form.placeholder-hide input:-ms-input-placeholder, .eael-contact-form.placeholder-hide textarea:-ms-input-placeholder
{
    opacity: 0;
    visibility: hidden;
}
.eael-contact-form.placeholder-hide input:-moz-placeholder, .eael-contact-form.placeholder-hide textarea:-moz-placeholder
{
    opacity: 0;
    visibility: hidden;
}
.eael-custom-radio-checkbox input[type=checkbox], .eael-custom-radio-checkbox input[type=radio]
{
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 0;
    outline: none;
    min-width: 1px;
    width: 15px;
    height: 15px;
    background: #ddd;
    padding: 3px;
}
.eael-custom-radio-checkbox input[type=checkbox]:before, .eael-custom-radio-checkbox input[type=radio]:before
{
    content: "";
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block;
}
.eael-custom-radio-checkbox input[type=checkbox]:checked:before, .eael-custom-radio-checkbox input[type=radio]:checked:before
{
    background: #999;
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
}
.eael-custom-radio-checkbox input[type=radio]
{
    border-radius: 50%;
}
.eael-custom-radio-checkbox input[type=radio]:before
{
    border-radius: 50%;
}
.eael-post-elements-readmore-btn
{
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: inline-block;
}
.elementor-lightbox .dialog-widget-content
{
    width: 100%;
    height: 100%;
}
.eael-contact-form-align-left, .elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container
{
    margin: 0 auto 0 0;
    display: inline-block;
    text-align: left;
}
.eael-contact-form-align-center, .elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container
{
    float: none;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}
.eael-contact-form-align-right, .elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container
{
    margin: 0 0 0 auto;
    display: inline-block;
    text-align: left;
}
.eael-force-hide
{
    display: none!important;
}
.eael-d-none
{
    display: none!important;
}
.eael-d-block
{
    display: block!important;
}
.eael-h-auto
{
    height: auto!important;
}
.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating
{
    display: none;
}
.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count
{
    display: none;
}
.sr-only
{
    border: 0!important;
    clip: rect(1px,1px,1px,1px)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important;
}
.elementor-widget-eael-adv-tabs .eael-tab-content-item, .elementor-widget-eael-adv-accordion .eael-accordion-content, .elementor-widget-eael-data-table .td-content, .elementor-widget-eael-info-box .eael-infobox-template-wrapper, .elementor-widget-eael-countdown .eael-countdown-expiry-template, .elementor-widget-eael-countdown .eael-countdown-container, .elementor-widget-eael-cta-box .eael-cta-template-wrapper, .elementor-widget-eael-toggle .eael-toggle-primary-wrap, .elementor-widget-eael-toggle .eael-toggle-secondary-wrap, .elementor-widget-eael-protected-content .eael-protected-content-message, .elementor-widget-eael-protected-content .protected-content, .eael-offcanvas-content-visible .eael-offcanvas-body, .elementor-widget-eael-stacked-cards .eael-stacked-cards__item
{
    position: relative;
}
.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-data-table .td-content:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-info-box .eael-infobox-template-wrapper:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-countdown .eael-countdown-expiry-template:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-countdown .eael-countdown-container:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-cta-box .eael-cta-template-wrapper:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-toggle .eael-toggle-primary-wrap:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-toggle .eael-toggle-secondary-wrap:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-protected-content .eael-protected-content-message:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-protected-content .protected-content:hover .eael-onpage-edit-template-wrapper, .eael-offcanvas-content-visible .eael-offcanvas-body:hover .eael-onpage-edit-template-wrapper, .elementor-widget-eael-stacked-cards .eael-stacked-cards__item:hover .eael-onpage-edit-template-wrapper
{
    display: block;
}
.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay, .eael-widget-otea-active .elementor-empty-view, .eael-widget-otea-active .elementor-add-section-inline, .eael-widget-otea-active .elementor-add-section
{
    display: initial!important;
}
.eael-onpage-edit-template-wrapper
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    border: 2px solid #5eead4;
}
.eael-onpage-edit-template-wrapper::after
{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #5eead4;
    opacity: .3;
}
.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate
{
    display: block;
}
.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after
{
    display: none;
}
.eael-onpage-edit-template-wrapper .eael-onpage-edit-template
{
    background: #5eead4;
    color: #000;
    width: 150px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before
{
    content: "";
    border-top: 30px solid #5eead4;
    border-right: 0;
    border-bottom: 0;
    border-left: 14px solid rgba(0,0,0,0);
    right: 100%;
    position: absolute;
}
.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after
{
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 30px solid rgba(0,0,0,0);
    border-left: 14px solid #5eead4;
    left: 100%;
    position: absolute;
}
.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i
{
    margin-right: 8px;
}
.eael-fancy-text-container p
{
    margin: 0;
}
.eael-fancy-text-container[data-fancy-text-cursor=yes] .eael-fancy-text-strings::after
{
    content: "|";
    -webkit-animation: eaelBlink_cursor .7s infinite;
    animation: eaelBlink_cursor .7s infinite;
}
.eael-fancy-text-container .typed-cursor
{
    display: none;
}
.eael-fancy-text-container .animated.fadeIn
{
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeIn
{
    from
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
@keyframes fadeIn
{
    from
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
.eael-fancy-text-container .animated.fadeInUp
{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.eael-fancy-text-container .animated.fadeInDown
{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.eael-fancy-text-container .animated.fadeInLeft
{
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeft
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.eael-fancy-text-container .animated.fadeInRight
{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight
{
    from
    {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
    to
    {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.eael-fancy-text-container .animated.zoomIn
{
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomIn
{
    from
    {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
    50%
    {
        opacity: 1;
    }
}
@keyframes zoomIn
{
    from
    {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
    50%
    {
        opacity: 1;
    }
}
.eael-fancy-text-container .animated.bounceIn
{
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceIn
{
    20%, 40%, 60%, 80%, from, to
    {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0%
    {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
    20%
    {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }
    40%
    {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }
    80%
    {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }
    to
    {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}
@keyframes bounceIn
{
    20%, 40%, 60%, 80%, from, to
    {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0%
    {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
    20%
    {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }
    40%
    {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }
    60%
    {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }
    80%
    {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }
    to
    {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}
.eael-fancy-text-container .animated.swing
{
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes swing
{
    20%
    {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }
    40%
    {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }
    60%
    {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }
    80%
    {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }
    to
    {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}
@keyframes swing
{
    20%
    {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }
    40%
    {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }
    60%
    {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }
    80%
    {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }
    to
    {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}
.eael-fancy-text-strings
{
    display: none;
}
.eael-fancy-text-prefix, .eael-fancy-text-suffix
{
    display: inline-block;
}
.morphext>.animated
{
    display: inline-block;
}
@-webkit-keyframes eaelBlink_cursor
{
    0%
    {
        opacity: 1;
    }
    50%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
@keyframes eaelBlink_cursor
{
    0%
    {
        opacity: 1;
    }
    50%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
.eael-fancy-text-container.style-2
{
    font-size: 24px;
}
.eael-fancy-text-container.style-2 .eael-fancy-text-strings
{
    background: #062aca;
    color: #fff;
    padding: 10px 25px;
}
.rtl .eael-fancy-text-container
{
    direction: ltr;
}
.eael-advance-tabs
{
    display: block;
}
.eael-advance-tabs .eael-tabs-nav>ul
{
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}
.eael-advance-tabs .eael-tabs-nav>ul li
{
    position: relative;
    padding: 1em 1.5em;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #f1f1f1;
}
.eael-advance-tabs .eael-tabs-nav>ul li .eael-tab-title
{
    margin: unset;
    font-size: unset;
    line-height: unset;
    font-family: unset;
    font-weight: unset;
    color: unset;
}
.eael-advance-tabs .eael-tabs-nav>ul li:after
{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 10px solid rgba(0,0,0,0);
    border-right: 10px solid rgba(0,0,0,0);
    border-top: 10px solid #444;
    border-bottom: 0;
    display: none;
}
.eael-advance-tabs .eael-tabs-nav>ul li:hover, .eael-advance-tabs .eael-tabs-nav>ul li.active
{
    background-color: #444;
}
.eael-advance-tabs .eael-tabs-nav>ul li:focus-visible
{
    outline: 1px solid #a9d204!important;
}
.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active:after
{
    display: none;
}
.eael-advance-tabs .eael-tabs-nav>ul li.active:after
{
    display: block;
}
.eael-tabs-content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
}
.eael-advance-tabs .eael-tabs-content>div
{
    display: none;
    opacity: 0;
}
.eael-advance-tabs .eael-tabs-content>div.active
{
    display: block;
    width: 100%;
    padding: 1em;
    opacity: 1;
    -webkit-animation: fadeIn linear .3s;
    animation: fadeIn linear .3s;
}
.eael-tab-inline-icon li a .fa
{
    margin-right: 10px;
    line-height: 1;
}
.eael-tab-top-icon li
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}
.eael-tab-top-icon li a
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}
.eael-tab-top-icon li .fa, .eael-tab-top-icon li .eael-tab-title
{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    line-height: 1;
}
.eael-tab-top-icon li a .eael-tab-title
{
    margin-top: 10px;
}
.eael-advance-tabs.eael-tabs-vertical
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav
{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul
{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}
.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul>li
{
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul li::after
{
    bottom: auto!important;
    right: -10px;
    top: calc(50% - 10px);
    left: auto!important;
    border-left: 10px solid #444;
    border-right: 0;
    border-top: 10px solid rgba(0,0,0,0);
    border-bottom: 10px solid rgba(0,0,0,0);
}
@media only screen and (max-width: 767px)
{
    .eael-advance-tabs .eael-tabs-nav>ul
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .eael-advance-tabs .eael-tabs-nav>ul li
    {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .responsive-vertical-layout.eael-advance-tabs .eael-tabs-nav>ul li
    {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .eael-advance-tabs.eael-tabs-vertical
    {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav
    {
        -webkit-box-flex: 1;
        -ms-flex: 1 100%;
        flex: 1 100%;
    }
    .eael-advance-tabs.eael-tabs-vertical ul
    {
        -webkit-box-flex: 1;
        -ms-flex: 1 100%;
        flex: 1 100%;
    }
    .eael-advance-tabs.eael-tabs-vertical ul li
    {
        -webkit-box-flex: 1;
        -ms-flex: 1 100%;
        flex: 1 100%;
    }
    div.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav>ul li::after
    {
        border-left-color: rgba(0,0,0,0)!important;
        bottom: -20px!important;
        left: 0!important;
        right: 0!important;
        top: auto!important;
        border-left: 10px solid rgba(0,0,0,0);
        border-right: 10px solid rgba(0,0,0,0);
        border-top-color: #444!important;
    }
}
.rtl .eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul li::after
{
    border-right: 10px solid #444;
    border-left: 0;
}
.eael-elements-flip-box-container
{
    position: relative;
    height: 300px;
    width: 100%;
}
.eael-elements-flip-box-container .eaa-svg
{
    font-size: 40px;
}
.eael-elements-flip-box-container .eaa-svg svg
{
    width: 1em;
    height: 1em;
}
.eael-elements-flip-box-container .flipbox-button
{
    display: inline-block;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    padding: 14px 18px;
    border-radius: 3px;
    margin-top: 15px;
}
.eael-elements-flip-box-container .flipbox-button .eaa-svg
{
    font-size: inherit;
    background: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    top: 2px;
}
.eael-elements-flip-box-container .flipbox-button .eaa-svg svg
{
    width: 1em;
    height: 1em;
}
.eael-elements-flip-box-container a
{
    display: block;
}
.eael-elements-flip-box-vertical-align
{
    width: 100%;
}
.eael-elements-flip-box-padding
{
    padding: 0 30px 5px 30px;
}
.eael-elements-flip-box-icon-image
{
    display: inline-block;
    margin: 0 auto 0 auto;
    line-height: 1;
}
.eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background
{
    background: #ccc;
}
.eael_eleements_flip_front_icon_style_bordered
{
    border: 2px solid #fff;
}
.eael_flip_box_icon_border_round
{
    border-radius: 100px;
}
.eael_eleements_flip_front_icon_style_background, .eael_eleements_flip_front_icon_style_bordered
{
    padding: 15px;
}
.eael-elements-flip-box-icon-image i
{
    font-size: 40px;
}
.eael-elements-slider-display-table
{
    width: 100%;
}
.eael-elements-flip-box-front-container
{
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #8a35ff;
    background-blend-mode: multiply;
    color: #fff;
    border-color: #000;
    -webkit-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
}
.eael-elements-flip-box-content, .eael-elements-flip-box-heading
{
    color: #fff;
}
.eael-elements-flip-box-content a
{
    display: initial;
}
.eael-elements-flip-box-heading.flipbox-linked-title
{
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
}
.eael-elements-flip-box-rear-container
{
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #502fc6;
    background-blend-mode: multiply;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #000;
    border-radius: 5px;
}
.eael-elements-button-floating-container
{
    position: fixed;
    z-index: 100;
}
.eael-elements-button-floating-container .eael-elements-button
{
    margin-top: 0;
    font-size: 14px;
    position: relative;
    padding: 14px 20px;
}
.eael-elements-button
{
    cursor: pointer;
    display: inline-block;
    background: #077bbe;
    color: #fff;
    line-height: 1;
    padding: 16px 25px;
    margin-top: 15px;
}
.eael-elements-button:hover
{
    background: #077bbe;
    color: #fff;
}
.eael-elements-flip-box-container
{
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.eael-elements-flip-box-front-container, .eael-elements-flip-box-rear-container
{
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.eael-elements-flip-box-flip-card
{
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.eael-elements-flip-box-rear-container, .eael-elements-flip-box-front-container
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.eael-flip-box--3d .eael-elements-flip-box-vertical-align
{
    -webkit-transform: translateZ(90px) scale(.91);
    transform: translateZ(90px) scale(.91);
}
.eael-flip-box--3d .eael-elements-slider-display-table
{
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(.1px);
    transform: translateZ(.1px);
}
.eael-animate-flip.eael-animate-left, .eael-animate-flip.eael-animate-right, .eael-animate-flip.eael-animate-up, .eael-animate-flip.eael-animate-down
{
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.eael-animate-flip.eael-animate-left .eael-elements-flip-box-front-container, .eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container, .eael-animate-flip.eael-animate-right .eael-elements-flip-box-front-container, .eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container, .eael-animate-flip.eael-animate-up .eael-elements-flip-box-front-container, .eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container, .eael-animate-flip.eael-animate-down .eael-elements-flip-box-front-container, .eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container
{
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.eael-animate-flip.eael-animate-up.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-flip-card, .eael-animate-flip.eael-animate-up.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-flip-card, .eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container
{
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.eael-animate-flip.eael-animate-down.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-flip-card, .eael-animate-flip.eael-animate-down.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-flip-card, .eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container
{
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.eael-animate-flip.eael-animate-left.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-flip-card, .eael-animate-flip.eael-animate-left.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-flip-card, .eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container
{
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.eael-animate-flip.eael-animate-right.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-flip-card, .eael-animate-flip.eael-animate-right.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-flip-card, .eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container
{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.eael-animate-push.eael-elements-flip-box-container, .eael-animate-slide.eael-elements-flip-box-container
{
    overflow: hidden;
}
.eael-animate-push .eael-elements-flip-box-rear-container, .eael-animate-slide .eael-elements-flip-box-rear-container
{
    z-index: 3;
}
.eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container
{
    top: 100%;
}
.eael-animate-push.eael-animate-up.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-rear-container, .eael-animate-push.eael-animate-up.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-up.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-up.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-rear-container
{
    top: 0;
}
.eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container
{
    top: auto;
    bottom: 100%;
}
.eael-animate-push.eael-animate-down.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-rear-container, .eael-animate-push.eael-animate-down.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-down.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-down.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-rear-container
{
    top: auto;
    bottom: 0;
}
.eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container
{
    left: 100%;
}
.eael-animate-push.eael-animate-left.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-rear-container, .eael-animate-push.eael-animate-left.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-left.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-left.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-rear-container
{
    left: 0;
}
.eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container
{
    left: auto;
    right: 100%;
}
.eael-animate-push.eael-animate-right.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-rear-container, .eael-animate-push.eael-animate-right.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-right.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-rear-container, .eael-animate-slide.eael-animate-right.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-rear-container
{
    left: auto;
    right: 0;
}
.eael-animate-push.eael-animate-up.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-front-container, .eael-animate-push.eael-animate-up.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-front-container
{
    top: -100%;
}
.eael-animate-push.eael-animate-down.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-front-container, .eael-animate-push.eael-animate-down.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-front-container
{
    top: 100%;
}
.eael-animate-push.eael-animate-left.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-front-container, .eael-animate-push.eael-animate-left.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-front-container
{
    left: -100%;
}
.eael-animate-push.eael-animate-right.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-front-container, .eael-animate-push.eael-animate-right.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-front-container
{
    left: 100%;
}
.eael-animate-zoom-in .eael-elements-flip-box-rear-container
{
    opacity: 0;
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    z-index: 3;
}
.eael-animate-zoom-in.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-rear-container, .eael-animate-zoom-in.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-rear-container
{
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.eael-animate-zoom-out.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-front-container, .eael-animate-zoom-out.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-front-container
{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
}
.eael-animate-fade.eael-elements-flip-box-container.eael-flip-box-hover:hover .eael-elements-flip-box-front-container, .eael-animate-fade.eael-elements-flip-box-container.eael-flip-box-click.--active .eael-elements-flip-box-front-container
{
    opacity: 0;
}
.eael-flipbox-content-align-right .eael-elements-flip-box-padding
{
    text-align: right;
}
.eael-flipbox-content-align-left .eael-elements-flip-box-padding
{
    text-align: left;
}
.eael-flipbox-content-align-center .eael-elements-flip-box-padding
{
    text-align: center;
}
.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img, .eael-flipbox-img-circle .flipbox-back-image-icon img
{
    border-radius: 50%;
    overflow: hidden;
}
.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-flip-card
{
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.eael-animate-fade-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container
{
    opacity: 0;
    visibility: hidden;
}
.eael-animate-fade-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container
{
    opacity: 1;
}
.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-front-container, .eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-rear-container
{
    -webkit-transition: all .6s ease-in-out!important;
    transition: all .6s ease-in-out!important;
}
.eael-animate-fade-in.eael-elements-flip-box-container .eael-elements-flip-box-rear-container
{
    opacity: 0;
}
.eael-template .eael-elements-flip-box-front-container>.elementor, .eael-template .eael-elements-flip-box-rear-container>.elementor
{
    width: 100%;
}
@-webkit-keyframes eaelLoaderSpin
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes eaelLoaderSpin
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.eael-button-wrap, .eael-load-more-button-wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.eael-button-wrap.eael-force-hide, .eael-load-more-button-wrap.eael-force-hide
{
    display: none!important;
}
.eael-button-wrap.eael-infinity-scroll, .eael-load-more-button-wrap.eael-infinity-scroll
{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.eael-button-wrap.eael-infinity-scroll .eael-load-more-button:not(.button--loading), .eael-load-more-button-wrap.eael-infinity-scroll .eael-load-more-button:not(.button--loading)
{
    display: none!important;
    height: 1px;
}
.eael-button, .eael-load-more-button
{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em 2em;
    border: 0 solid;
    font-size: 16px;
    overflow: hidden;
}
.eael-button.hide, .eael-load-more-button.hide
{
    display: none!important;
}
.eael-button.button--loading .eael-btn-loader, .eael-load-more-button.button--loading .eael-btn-loader
{
    display: block;
}
.eael-button .eael-btn-loader, .eael-load-more-button .eael-btn-loader
{
    display: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 10px;
    position: relative;
    top: auto;
    left: -200%;
    border-top: 4px solid hsla(0,0%,100%,.2);
    border-right: 4px solid hsla(0,0%,100%,.2);
    border-bottom: 4px solid hsla(0,0%,100%,.2);
    border-left: 4px solid #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: eaelLoaderSpin 1.1s infinite linear;
    animation: eaelLoaderSpin 1.1s infinite linear;
    margin-right: 5px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.eael-button .eael-btn-loader:after, .eael-load-more-button .eael-btn-loader:after
{
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.eael-button:focus, .eael-load-more-button:focus
{
    outline: none;
}
.eael-button.button--loading>span, .eael-load-more-button.button--loading>span
{
    margin-left: 0;
}
.eael-button.button--loading .eael-btn-loader, .eael-load-more-button.button--loading .eael-btn-loader
{
    left: 0;
}
.rtl .eael-load-more-button-wrap
{
    direction: ltr;
}
.eael-filter-gallery-control
{
    width: 100%;
}
.eael-filter-gallery-control ul, .eael-filter-gallery-control ul li
{
    text-align: center;
}
.eael-filter-gallery-control ul
{
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}
.eael-filter-gallery-control
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: 1 1 auto;
    flex-flow: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
}
.eael-filter-gallery-control ul li
{
    list-style: none;
    font-size: 24px;
    display: inline-block;
    text-align: center;
}
.eael-filter-gallery-control ul li.control:focus-visible
{
    outline: 1px solid #a9d204!important;
}
.eael-filter-gallery-control ul li a.control
{
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    margin: 10px 6px;
}
.eael-filter-gallery-container
{
    text-align: justify;
    font-size: .1px;
    overflow: hidden;
}
.eael-filter-gallery-container #eael-fg-no-items-found
{
    font-size: 14px;
}
.elementor-editor-active .eael-filter-gallery-container
{
    overflow: initial;
}
.eael-filter-gallery-container:after
{
    content: "";
    display: inline-block;
    width: 100%;
}
.eael-filter-gallery-container:not(.eael-cards) .item:before
{
    content: "";
    display: inline-block;
    padding-top: 56.25%;
}
.eael-filter-gallery-container .item .caption
{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: 1 1 100%;
    flex-flow: 1 1 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
}
.eael-filter-gallery-container.eael-cards .item .caption
{
    display: none;
}
.eael-filter-gallery-container.eael-cards .item .item-img .caption
{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: 1 1 100%;
    flex-flow: 1 1 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
}
.gallery-item-caption-over
{
    width: 100%;
    height: auto;
}
body.rtl .gallery-item-caption-over
{
    text-align: right;
}
.eael-gallery-load-more, .eael-gallery-load-more:hover
{
    text-decoration: none;
    border: none;
}
.eael-filter-gallery-container .item .caption.eael-zoom-in, .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in
{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.eael-filter-gallery-container .item:hover .caption.eael-zoom-in, .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in
{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.eael-filter-gallery-container .item .caption.eael-slide-left, .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left
{
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.eael-filter-gallery-container .item:hover .caption.eael-slide-left, .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left
{
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.eael-filter-gallery-container .item .caption.eael-slide-right, .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right
{
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.eael-filter-gallery-container .item:hover .caption.eael-slide-right, .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right
{
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.eael-filter-gallery-container .item .caption.eael-slide-top, .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top
{
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.eael-filter-gallery-container .item:hover .caption.eael-slide-top, .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top
{
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.eael-filter-gallery-container .item .caption.eael-slide-bottom, .eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom
{
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom, .eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom
{
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.eael-filter-gallery-container .item .caption a
{
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.eael-filter-gallery-container .item .caption a:nth-child(1), .eael-container .item .caption a:nth-child(2)
{
    -webkit-transition: .6s;
    transition: .6s;
    opacity: 0;
}
.eael-filter-gallery-container .item .caption a:nth-child(1)
{
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.eael-filter-gallery-container .item .caption a:nth-child(2)
{
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.eael-filter-gallery-container .item .caption:hover a:nth-child(1), .eael-filter-gallery-container .item .caption:hover a:nth-child(2)
{
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
.eael-filter-gallery-container .item .caption .eael-popup-link
{
    outline: 0;
}
.eael-filter-gallery-container.eael-cards .item:before
{
    padding-top: 0;
}
.eael-filter-gallery-container.eael-cards .item-img
{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 220px;
    z-index: 0;
    overflow: hidden;
}
.eael-filter-gallery-container.eael-cards .item-content
{
    padding: 15px;
}
.eael-filter-gallery-container.eael-cards .item-content .title, .eael-filter-gallery-container.eael-cards .item-content .title a
{
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.eael-filter-gallery-container.eael-cards .item-content p
{
    font-size: 14px;
    line-height: 26px;
}
.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over
{
    text-align: center;
}
.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over
{
    text-align: right;
}
.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over
{
    text-align: center;
}
.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over
{
    text-align: right;
}
body.rtl .eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over, body.rtl .eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over
{
    text-align: left;
}
.eael-fg-content-align-left .eael-cards .item .item-content
{
    text-align: left;
}
.eael-fg-content-align-center .eael-cards .item .item-content
{
    text-align: center;
}
.eael-fg-content-align-right .eael-cards .item .item-content
{
    text-align: right;
}
.mfp-wrap~div.dialog-widget
{
    display: none!important;
}
.eael-filterable-gallery-item-wrap
{
    float: left;
    width: 33.33%;
}
.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap
{
    width: 100%;
}
.eael-filter-gallery-control>ul li
{
    font-size: 13px;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 15px;
    cursor: pointer;
    margin: 0 5px;
    font-weight: normal;
}
.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap
{
    width: 50%;
}
.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap
{
    width: 25%;
}
.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap
{
    width: 20%;
}
.eael-gallery-grid-item
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.gallery-item-caption-wrap, .media-content-wrap
{
    font-size: 14px;
    text-align: left;
}
.gallery-item-thumbnail-wrap.caption-style-card img
{
    max-height: 100%;
    width: 100%;
}
.gallery-item-caption-wrap.caption-style-hoverer
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 15px;
    z-index: 10;
}
.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap>img
{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.fg-item-title, .fg-item-content
{
    color: #fff;
    font-family: inherit;
}
.gallery-item-caption-wrap.caption-style-card .fg-item-title
{
    font-size: 18px;
    margin: 15px 0 15px;
    line-height: 1;
}
.gallery-item-caption-wrap.caption-style-card
{
    background: #f7f7f7;
}
.gallery-item-caption-wrap.caption-style-card .fg-item-title
{
    margin: 10px 0 15px;
    color: #000;
}
.gallery-item-caption-wrap.caption-style-card .fg-item-content
{
    color: #212529;
    line-height: 1.5;
    font-weight: normal;
}
.gallery-item-buttons>a
{
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin-right: 15px;
}
.gallery-item-buttons>a:visited
{
    color: #000;
}
.gallery-item-caption-wrap.caption-style-card
{
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
}
.gallery-item-caption-wrap .gallery-item-hoverer-bg
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    z-index: -1;
    opacity: .7;
}
.gallery-item-caption-wrap.caption-style-hoverer
{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer
{
    opacity: 1;
    visibility: visible;
}
.gallery-item-caption-wrap.caption-style-hoverer h5
{
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1;
}
.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5
{
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
}
.gallery-item-caption-wrap.caption-style-hoverer p
{
    margin-bottom: 5px;
}
.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p
{
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
}
.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons
{
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
}
.gallery-item-caption-wrap .gallery-item-buttons>a span
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    outline: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in
{
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
}
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5, .eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons, .eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p
{
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in
{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.gallery-item-caption-wrap.caption-style-hoverer.eael-none
{
    -webkit-transition: none;
    transition: none;
}
.mfp-bottom-bar
{
    margin-top: 0;
}
figcaption .mfp-bottom-bar
{
    margin-top: -36px;
}
.gallery-item-thumbnail-wrap
{
    position: relative;
}
.gallery-item-thumbnail-wrap.video_gallery_switch_on .gallery-item-thumbnail
{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-popup, .video-popup-bg
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.video-popup>img
{
    width: 62px;
    position: relative;
    z-index: 1;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.video-popup
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.video-popup:hover>img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.video-popup-bg
{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 350ms;
    transition: 350ms;
}
.eael-gallery-grid-item:hover .video-popup-bg
{
    visibility: visible;
    opacity: 1;
}
.gallery-item-thumbnail-wrap>.gallery-item-caption-wrap
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gallery-item-caption-wrap.card-hover-bg
{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 800ms;
    transition: 800ms;
}
.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg
{
    visibility: visible;
    opacity: 1;
}
.gallery-item-caption-wrap .gallery-item-buttons>a>i
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
@media only screen and (min-width: 1025px)
{
    .elementor-element.elementor-grid-1
    {
        position: relative;
    }
    .elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap
    {
        width: 100%;
        float: left;
    }
    .elementor-element.elementor-grid-2
    {
        position: relative;
    }
    .elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap
    {
        width: 50%;
        float: left;
    }
    .elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n)
    {
        margin-right: 0!important;
    }
    .elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1)
    {
        clear: left;
    }
    .elementor-element.elementor-grid-3
    {
        position: relative;
    }
    .elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap
    {
        width: 33.3333%;
        float: left;
    }
    .elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n)
    {
        margin-right: 0!important;
    }
    .elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1)
    {
        clear: left;
    }
    .elementor-element.elementor-grid-4
    {
        position: relative;
    }
    .elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap
    {
        width: 25%;
        float: left;
    }
    .elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n)
    {
        margin-right: 0!important;
    }
    .elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1)
    {
        clear: left;
    }
    .elementor-element.elementor-grid-5
    {
        position: relative;
    }
    .elementor-element.elementor-grid-5 .pp-logo-grid
    {
        margin-right: -5px;
    }
    .elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap
    {
        width: 20%;
        float: left;
    }
    .elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n)
    {
        margin-right: 0!important;
    }
    .elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1)
    {
        clear: left;
    }
    .elementor-element.elementor-grid-6
    {
        position: relative;
    }
    .elementor-element.elementor-grid-6 .pp-logo-grid
    {
        margin-right: -6px;
    }
    .elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap
    {
        width: 16.65%;
        float: left;
    }
    .elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n)
    {
        margin-right: 0!important;
    }
    .elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1)
    {
        clear: left;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 766px)
{
    .elementor-element.elementor-grid-tablet-1
    {
        position: relative;
    }
    .elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap
    {
        width: 100%;
        float: left;
    }
    .elementor-element.elementor-grid-tablet-2
    {
        position: relative;
    }
    .elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap
    {
        width: 50%;
        float: left;
    }
    .elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n)
    {
        margin-right: 0!important;
    }
    .elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1)
    {
        clear: left;
    }
    .elementor-element.elementor-grid-tablet-3
    {
        position: relative;
    }
    .elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap
    {
        width: 33.3333%;
        float: left;
    }
    .elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n)
    {
        margin-right: 0!important;
    }
    .elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1)
    {
        clear: left;
    }
    .elementor-element.elementor-grid-tablet-4
    {
        position: relative;
    }
    .elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap
    {
        width: 25%;
        float: left;
    }
    .elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n)
    {
        margin-right: 0!important;
    }
    .elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1)
    {
        clear: left;
    }
    .elementor-element.elementor-grid-tablet-5
    {
        position: relative;
    }
    .elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap
    {
        width: 20%;
        float: left;
    }
    .elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n)
    {
        margin-right: 0!important;
    }
    .elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1)
    {
        clear: left;
    }
    .elementor-element.elementor-grid-tablet-6
    {
        position: relative;
    }
    .elementor-element.elementor-grid-tablet-6 .pp-logo-grid
    {
        margin-right: -6px;
    }
    .elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap
    {
        width: 16%;
        float: left;
    }
    .elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n)
    {
        margin-right: 0!important;
    }
    .elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1)
    {
        clear: left;
    }
}
@media only screen and (max-width: 767px)
{
    .elementor-element.elementor-grid-mobile-1
    {
        position: relative;
    }
    .elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap
    {
        width: 100%;
        float: left;
    }
    .elementor-element.elementor-grid-mobile-2
    {
        position: relative;
    }
    .elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap
    {
        width: 50%;
        float: left;
    }
    .elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n)
    {
        margin-right: 0!important;
    }
    .elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1)
    {
        clear: left;
    }
    .elementor-element.elementor-grid-mobile-3
    {
        position: relative;
    }
    .elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap
    {
        width: 33.3333%;
        float: left;
    }
    .elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n)
    {
        margin-right: 0!important;
    }
    .elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1)
    {
        clear: left;
    }
    .elementor-element.elementor-grid-mobile-4
    {
        position: relative;
    }
    .elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap
    {
        width: 25%;
        float: left;
    }
    .elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n)
    {
        margin-right: 0!important;
    }
    .elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1)
    {
        clear: left;
    }
    .elementor-element.elementor-grid-mobile-5
    {
        position: relative;
    }
    .elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap
    {
        width: 20%;
        float: left;
    }
    .elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n)
    {
        margin-right: 0!important;
    }
    .elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1)
    {
        clear: left;
    }
    .elementor-element.elementor-grid-mobile-6
    {
        position: relative;
    }
    .elementor-element.elementor-grid-mobile-6 .pp-logo-grid
    {
        margin-right: -6px;
    }
    .elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap
    {
        width: 16%;
        float: left;
    }
    .elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n)
    {
        margin-right: 0!important;
    }
    .elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1)
    {
        clear: left;
    }
}
.fg-layout-3-filter-controls
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.fg-layout-3-item-content
{
    text-align: center;
}
.fg-layout-3-item-content .fg-item-title
{
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    margin: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.fg-layout-3-item-content .fg-item-content p
{
    font-size: 13px;
    font-weight: 400;
}
.fg-filter-wrap
{
    position: relative;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}
.fg-layout-3-filter-controls
{
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 150px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 100%;
    border-radius: 5px;
    padding-top: 7px;
}
.fg-layout-3-filter-controls.open-filters
{
    visibility: visible;
    opacity: 1;
}
.fg-layout-3-filter-controls li.control
{
    padding: 5px 5px 5px 10px;
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms;
    font-size: 14px;
    color: #7f8995;
    font-weight: normal;
}
.fg-layout-3-filter-controls li.control:hover
{
    color: #2d425a;
}
.fg-layout-3-filter-controls li.control:first-child
{
    border-top: 0 solid;
}
.fg-layout-3-filter-controls li.control:last-child
{
    border-bottom: 0 solid;
}
.fg-layout-3-filters-wrap
{
    max-width: 600px;
    margin: 15px auto 50px;
}
.fg-filter-wrap button
{
    width: 100%;
    border: 0 solid;
    border-radius: 0;
    padding: 17px 13px;
    font-size: 14px;
    color: #2d425a;
    background: #f7f8ff;
    height: 55px;
    border-right: 1px solid #abb5ff;
    border-radius: 10px 0 0 10px;
    outline: none;
    text-align: center;
    position: relative;
}
.fg-filter-wrap button>i
{
    font-size: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 10px;
}
.fg-layout-3-search-box
{
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    height: 100%;
}
.fg-layout-3-search-box input[type=text]
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 15px;
    border: 0 solid;
    outline: none;
    background: none;
}
.fg-layout-3-search-box input[type=text]::-webkit-input-placeholder
{
    color: #7f8995;
    font-size: 13px;
}
.fg-layout-3-search-box input[type=text]::-moz-placeholder
{
    color: #7f8995;
    font-size: 13px;
}
.fg-layout-3-search-box input[type=text]:-ms-input-placeholder
{
    color: #7f8995;
    font-size: 13px;
}
.fg-layout-3-search-box input[type=text]:-moz-placeholder
{
    color: #7f8995;
    font-size: 13px;
}
.fg-layout-3-filters-wrap
{
    height: 55px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fg-layout-3-filters-wrap .fg-layout-3-search-box
{
    background: #f7f8ff;
    border-radius: 0 10px 10px 0;
}
.fg-layout-3-item-thumb
{
    position: relative;
    overflow: hidden;
}
.fg-layout-3-item-thumb .gallery-item-buttons
{
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 4;
}
.fg-layout-3-item-content
{
    padding: 27px 27px 30px;
    text-align: center;
}
.eael-fg-card-content-align-left .fg-layout-3-item-content
{
    text-align: left;
}
.eael-fg-card-content-align-center .fg-layout-3-item-content
{
    text-align: center;
}
.eael-fg-card-content-align-right .fg-layout-3-item-content
{
    text-align: right;
}
body.rtl .eael-fg-card-content-align-left .fg-layout-3-item-content
{
    text-align: right;
}
body.rtl .eael-fg-card-content-align-right .fg-layout-3-item-content
{
    text-align: left;
}
.eael-filterable-gallery-item-wrap .fg-layout-3-item.eael-gallery-grid-item
{
    -webkit-box-shadow: 0 0 30px 0 rgba(3,29,60,.05);
    box-shadow: 0 0 30px 0 rgba(3,29,60,.05);
    border-radius: 5px;
}
.fg-caption-head
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 35px;
    z-index: 3;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.fg-item-category>span
{
    font-size: 12px;
    color: #fff;
    background: #fa9196;
    padding: 10px 12px;
    display: inline-block;
}
.fg-layout-3-item-content
{
    position: relative;
}
.fg-item-category
{
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 30px;
    margin-top: -15px;
    z-index: 11;
}
.fg-item-category span
{
    border-radius: 5px;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}
.fg-layout-3-item.eael-gallery-grid-item:hover .fg-item-category span
{
    visibility: visible;
    opacity: 1;
}
.mfp-iframe-holder.eael-gf-vertical-video-popup .mfp-content
{
    max-width: 400px;
}
.mfp-iframe-holder.eael-gf-vertical-video-popup .mfp-iframe-scaler
{
    padding-top: 177%;
}
.mfp-iframe-holder .mfp-close
{
    width: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close
{
    cursor: pointer;
    text-align: right!important;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover
{
    text-decoration: none;
}
button.mfp-close:not(.toggle), button.mfp-arrow:not(.toggle)
{
    background: rgba(0,0,0,0);
}
.eael-privacy-message:empty
{
    display: none;
}
.eael-privacy-message
{
    position: absolute;
    top: -10%;
    background-color: #f8d7da;
    padding: 15px;
    border: 1px solid #f1aeb5;
    border-radius: 5px;
    color: #58151c;
    width: calc(100% - 30px);
}
body.rtl .mfp-counter
{
    direction: ltr;
}
body.theme-salient.material button.mfp-arrow, body.material button.mfp-arrow, body.theme-salient.material button.mfp-close, body.material button.mfp-close
{
    border: 0;
}
body.theme-salient.material .mfp-arrow, body.material .mfp-arrow, body.theme-salient.material .mfp-arrow:hover, body.material .mfp-arrow:hover
{
    background: rgba(0,0,0,0);
}
body.theme-salient.material .mfp-arrow-left, body.material .mfp-arrow-left
{
    left: 0;
    border: none;
}
body.theme-salient.material .mfp-arrow-right, body.material .mfp-arrow-right
{
    -webkit-transition: none;
    transition: none;
}
body.theme-salient.material .mfp-arrow, body.material .mfp-arrow
{
    margin: -55px 0 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body.theme-salient.material .mfp-arrow-left:after, body.material .mfp-arrow-left:after, body.theme-salient.material .mfp-arrow-right:after, body.material .mfp-arrow-right:after
{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    background-color: rgba(0,0,0,0);
}
body.theme-salient.material .mfp-arrow-left:before, body.material .mfp-arrow-left:before, body.theme-salient.material .mfp-arrow-right:before, body.material .mfp-arrow-right:before
{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}