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

.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
    float: none;
    margin: 0 auto
}

.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
    margin: 0 0 0 auto
}

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

@-webkit-keyframes animateStripe {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(35px, 0);
        transform: translate(35px, 0)
    }
}

@keyframes animateStripe {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(35px, 0);
        transform: translate(35px, 0)
    }
}

@-webkit-keyframes animateStripeRTL {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(-35px, 0);
        transform: translate(-35px, 0)
    }
}

@keyframes animateStripeRTL {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(-35px, 0);
        transform: translate(-35px, 0)
    }
}

.eael-progressbar {
    position: relative
}

.eael-progressbar-title {
    font-size: 20px;
    font-weight: 400
}

.eael-progressbar-line {
    position: relative;
    display: block;
    width: 100%;
    height: 12px;
    background-color: #eee
}

.eael-progressbar-line .eael-progressbar-count-wrap {
    position: absolute;
    right: 0;
    bottom: calc(100% + 5px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1
}

.eael-progressbar-line-fill {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 12px;
    background-color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: width 1500ms linear;
    transition: width 1500ms linear;
    overflow: hidden
}

.eael-progressbar-circle {
    position: relative;
    width: 200px;
    height: 200px
}

.eael-progressbar-circle .eael-progressbar-title {
    font-size: 16px;
    font-weight: 400
}

.eael-progressbar-circle .eael-progressbar-count-wrap {
    font-size: 28px;
    font-weight: 700
}

.eael-progressbar-circle-shadow {
    width: 220px;
    height: 220px;
    padding: 10px;
    border-radius: 50%
}

.eael-progressbar-circle-pie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: inset(0 0 0 50%);
    clip-path: inset(0 0 0 50%)
}

.eael-progressbar-circle-inner {
    height: 100%;
    width: 100%;
    border-width: 12px;
    border-style: solid;
    border-color: #eee;
    border-radius: 50%
}

.eael-progressbar-circle-half {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-width: 12px;
    border-style: solid;
    border-color: #000;
    border-radius: 50%;
    -webkit-clip-path: inset(0 50% 0 0);
    clip-path: inset(0 50% 0 0)
}

.eael-progressbar-circle-half-left {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.eael-progressbar-circle-half-right {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    visibility: hidden
}

.eael-progressbar-circle-inner-content {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.eael-progressbar-half-circle {
    position: relative;
    width: 200px;
    height: 100px;
    overflow: hidden
}

.eael-progressbar-half-circle .eael-progressbar-circle-pie {
    -webkit-clip-path: inset(0 0 50% 0);
    clip-path: inset(0 0 50% 0)
}

.eael-progressbar-half-circle .eael-progressbar-circle-half {
    -webkit-clip-path: inset(50% 0 0 0);
    clip-path: inset(50% 0 0 0);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 1500ms linear;
    transition: -webkit-transform 1500ms linear;
    transition: transform 1500ms linear;
    transition: transform 1500ms linear, -webkit-transform 1500ms linear
}

.eael-progressbar-half-circle .eael-progressbar-circle-inner-content {
    top: initial;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.eael-progressbar-half-circle .eael-progressbar-title {
    font-size: 16px;
    font-weight: 400
}

.eael-progressbar-half-circle .eael-progressbar-count-wrap {
    font-size: 28px;
    font-weight: 700
}

.eael-progressbar-half-circle-after {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    clear: both
}

.eael-progressbar-postfix-label {
    float: right
}

.eael-progressbar-line-stripe .eael-progressbar-line-fill:after {
    content: "";
    position: absolute;
    top: 0;
    left: -35px;
    width: calc(100% + 70px);
    height: 100%;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 35px 35px
}

.eael-progressbar-line-animate .eael-progressbar-line-fill:after {
    -webkit-animation: animateStripe 2s linear infinite;
    animation: animateStripe 2s linear infinite
}

.eael-progressbar-line-animate-rtl .eael-progressbar-line-fill:after {
    -webkit-animation: animateStripeRTL 2s linear infinite;
    animation: animateStripeRTL 2s linear infinite
}

.eael-progressbar-circle-wrap>div {
    margin: 0 auto
}

.eael-progressbar-line-container.left,
.eael-progressbar-circle-container.left>div,
.eael-progressbar-box-container.left>div {
    margin: 0 auto 0 0
}

.eael-progressbar-line-container.center,
.eael-progressbar-circle-container.center>div,
.eael-progressbar-box-container.center>div {
    margin: 0 auto
}

.eael-progressbar-line-container.right,
.eael-progressbar-circle-container.right>div,
.eael-progressbar-box-container.right>div {
    margin: 0 0 0 auto
}

.rtl .eael-progressbar-line-container {
    text-align: right
}

.rtl .eael-progressbar-line-container .eael-progressbar-count-wrap {
    left: 0;
    right: auto
}

.rtl .eael-progressbar-line-container .eael-progressbar-line-fill {
    left: auto;
    right: 0
}

.rtl .eael-progressbar.eael-progressbar-circle .eael-progressbar-circle-pie {
    -webkit-clip-path: inset(0 50% 0 0);
    clip-path: inset(0 50% 0 0)
}

.rtl .eael-progressbar.eael-progressbar-circle .eael-progressbar-circle-half {
    -webkit-clip-path: inset(0 0 0 50%);
    clip-path: inset(0 0 0 50%)
}

.rtl .eael-progressbar-circle-container .eael-progressbar-half-circle-after .eael-progressbar-prefix-label {
    float: left
}

.eael-creative-button-align-center {
    text-align: center
}

.eael-creative-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.eael-creative-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.eael-creative-button:focus {
    outline: none
}

.eael-creative-button--winona {
    overflow: hidden;
    padding: 0 !important;
    -webkit-transition: border-color .3s, background-color .3s;
    transition: border-color .3s, background-color .3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.eael-creative-button--winona::after {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
    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
}

.eael-creative-button--winona::after,
.eael-creative-button--winona>.creative-button-inner {
    padding: 1em 2em;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.eael-creative-button--winona:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.eael-creative-button--winona:hover .eael-creative-button-icon-left,
.eael-creative-button--winona:hover .eael-creative-button-icon-right {
    opacity: 1
}

.eael-creative-button--winona:hover>.creative-button-inner {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, 0%, 0)
}

.eael-creative-button--winona:hover .cretive-button-text {
    opacity: 0
}

.eael-creative-button--ujarak {
    -webkit-transition: border-color .4s, color .4s;
    transition: border-color .4s, color .4s
}

.eael-creative-button--ujarak::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.eael-creative-button--ujarak,
.eael-creative-button--ujarak::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.eael-creative-button--ujarak:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.eael-creative-button--wayra {
    overflow: hidden;
    -webkit-transition: border-color .3s, color .3s;
    transition: border-color .3s, color .3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.eael-creative-button--wayra::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform .3s, opacity .3s, background-color .3s;
    -webkit-transition: opacity .3s, background-color .3s, -webkit-transform .3s;
    transition: opacity .3s, background-color .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, background-color .3s;
    transition: transform .3s, opacity .3s, background-color .3s, -webkit-transform .3s
}

.eael-creative-button--wayra:hover::before {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.eael-creative-button--tamaya {
    float: left;
    min-width: 150px;
    max-width: 250px;
    display: block;
    margin: 1em;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    color: #7986cb;
    min-width: 180px
}

.eael-creative-button--tamaya.button--inverted {
    color: #37474f;
    border-color: #37474f
}

.eael-creative-button--tamaya-before,
.eael-creative-button--tamaya-after {
    position: absolute;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.eael-creative-button--tamaya.button--inverted .eael-creative-button--tamaya-before,
.eael-creative-button--tamaya.button--inverted .eael-creative-button--tamaya-after {
    background: #fff;
    color: #37474f
}

.eael-creative-button--tamaya .eael-creative-button--tamaya-before {
    bottom: 50%
}

.eael-creative-button--tamaya .eael-creative-button--tamaya-before span {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    display: block;
    opacity: 1 !important
}

.eael-creative-button--tamaya .eael-creative-button--tamaya-after {
    top: 50%
}

.eael-creative-button--tamaya .eael-creative-button--tamaya-after span {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    opacity: 1 !important
}

.eael-creative-button--tamaya span {
    display: block;
    -webkit-transform: scale3d(0.2, 0.2, 1);
    transform: scale3d(0.2, 0.2, 1);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1)
}

.eael-creative-button--tamaya:hover .eael-creative-button--tamaya-before {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.eael-creative-button--tamaya:hover .eael-creative-button--tamaya-after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.eael-creative-button--tamaya:hover .eael-creative-button--tamaya-before {
    bottom: 50%;
    -webkit-transform: translateY(-750%);
    -ms-transform: translateY(-750%);
    transform: translateY(-750%)
}

.eael-creative-button--tamaya:hover .eael-creative-button--tamaya-after {
    top: 50%;
    -webkit-transform: translateY(750%);
    -ms-transform: translateY(750%);
    transform: translateY(750%)
}

.eael-creative-button--tamaya:hover span {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    content: "Bangladesh"
}

.eael-creative-button--rayen {
    overflow: hidden;
    padding: 0 !important
}

.eael-creative-button--rayen>.creative-button-inner {
    padding: 1em 2em;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1)
}

.eael-creative-button--rayen::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    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;
    padding: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1)
}

.eael-creative-button--rayen:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.eael-creative-button--rayen:hover>.creative-button-inner {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.creative-button-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.eael-creative-button-icon-left {
    margin-right: 5px
}

.eael-creative-button-icon-right {
    margin-left: 5px
}

.rtl .eael-creative-button-wrapper {
    direction: ltr
}