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

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

@-webkit-keyframes loaderSpin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loaderSpin {
    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,.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: 0px 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 rgba(255,255,255,.2);
    border-right: 4px solid rgba(255,255,255,.2);
    border-bottom: 4px solid rgba(255,255,255,.2);
    border-left: 4px solid #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loaderSpin 1.1s infinite linear;
    animation: loaderSpin 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-post-timeline {
    margin-bottom: 0;
    min-height: 100%;
    overflow: hidden;
    position: relative
}

.eael-timeline-column {
    width: 50%;
    margin-left: 0;
    float: left;
    margin-top: 0 !important
}

.eael-timeline-post {
    position: relative
}

.eael-timeline-post:after {
    background-color: rgba(83,85,86,.2);
    content: "";
    width: 2px;
    height: 245px;
    position: absolute;
    right: 0;
    top: 70px
}

.eael-timeline-post:nth-child(2n):after {
    display: none
}

.eael-timeline-bullet {
    background-color: #9fa9af;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 0 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 0 1px rgba(0,0,0,.1);
    content: "";
    height: 20px;
    position: absolute;
    right: -9px;
    top: 60px;
    width: 20px;
    z-index: 3;
    cursor: pointer
}

.eael-timeline-post:nth-child(2n) .eael-timeline-bullet {
    background-color: #9fa9af;
    border: 5px solid #fff;
    border-radius: 50%;
    bottom: 36px;
    content: "";
    height: 20px;
    left: -11px;
    position: absolute;
    top: 300px;
    width: 20px;
    z-index: 3
}

.eael-timeline-post-inner {
    background: linear-gradient(45deg, #3f3f46 0%, #05abe0 100%) repeat scroll 0 0 rgba(0,0,0,0);
    border: 8px solid #e5eaed;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    float: right;
    margin: 30px 40px 30px auto;
    position: relative;
    height: 320px;
    width: calc(100% - 40px)
}

.eael-timeline-post:nth-child(even) .eael-timeline-post-inner {
    float: left;
    margin-left: 40px
}

.eael-timeline-post-inner:after {
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #e5eaed;
    border-style: solid;
    border-width: 15px;
    content: "";
    height: 0;
    position: absolute;
    right: -36px;
    top: 17px;
    width: 0
}

.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after {
    border-color: rgba(0,0,0,0) #e5eaed rgba(0,0,0,0) rgba(0,0,0,0);
    border-style: solid;
    border-width: 15px;
    content: "";
    height: 0;
    left: -36px;
    position: absolute;
    top: 257px;
    width: 0
}

.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner::after {
    border-left-color: rgba(0,0,0,0) !important
}

.eael-timeline-post p {
    margin: 1.6rem 0 0 0;
    font-size: .9em;
    line-height: 1.6em
}

.eael-timeline-post-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.eael-timeline-post-title {
    bottom: 40px;
    position: absolute;
    width: 100%
}

.eael-timeline-post-title .eael-timeline-post-title-text {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 0 25px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block
}

.eael-timeline-post-excerpt {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.eael-timeline-post-excerpt p {
    color: #fff;
    font-size: 14px;
    padding: 25px
}

.eael-timeline-post-inner:hover .eael-timeline-post-excerpt {
    opacity: 1;
    top: 10px
}

.eael-timeline-post-inner:hover .eael-timeline-post-image {
    opacity: .3
}

.eael-timeline-post time {
    opacity: 0;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    font-size: 10px;
    border-radius: 20px;
    position: absolute;
    right: -97px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50px;
    z-index: 4;
    -webkit-transition: all .5s;
    transition: all .5s
}

.eael-timeline-post:nth-child(2n) time {
    background-color: rgba(0,0,0,.7);
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
    height: 30px;
    left: -99px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 290px;
    width: 100px;
    z-index: 4
}

.eael-timeline-post time:before {
    border-bottom: 5px solid rgba(0,0,0,.7);
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    content: "";
    height: 0;
    left: 45px;
    position: absolute;
    top: -5px;
    width: 0
}

.eael-timeline-post:hover time {
    opacity: 1
}

.eael-timeline-post::after {
    height: 100%
}

.eael-post-timeline .eael-timeline-post:nth-last-child(2)::after {
    height: 245px
}

.eael-post-timeline .eael-timeline-post:last-child::after {
    display: none
}

.eael-load-more-button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1366px) {
    .eael-timeline-post-title .eael-timeline-post-title-text {
        font-size:.8em
    }

    .eael-timeline-post-excerpt p {
        font-size: 13px
    }
}

@media only screen and (max-width: 1169px) {
    .eael-timeline-post-inner {
        height:320px
    }
}

@media only screen and (max-width: 992px) {
    .eael-post-timeline {
        margin-left:0
    }

    .eael-timeline-bullet,.eael-timeline-post:after,.eael-timeline-post:before,.eael-timeline-post-inner:after {
        display: none
    }

    .eael-timeline-post {
        display: inline-block;
        float: left !important;
        width: 50% !important;
        margin: 15px auto
    }

    .eael-timeline-post-inner {
        height: 320px;
        padding-bottom: 30px
    }

    .eael-timeline-post-title {
        bottom: 50px
    }

    .eael-timeline-post-title .eael-timeline-post-title-text {
        font-size: .8em;
        line-height: 1.2em
    }

    .eael-timeline-post .eael-timeline-post-inner {
        margin: 0 10px auto 0;
        width: 90%
    }

    .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
        margin: 0 auto 0 10px;
        width: 90%
    }

    .eael-timeline-post-excerpt {
        opacity: 0 !important
    }

    .eael-timeline-post-image {
        opacity: .3
    }

    .eael-timeline-post time,.eael-timeline-post:nth-child(2n) time {
        background-color: #fff;
        border-radius: 0;
        color: #444;
        font-size: 12px;
        text-transform: uppercase;
        left: 0;
        opacity: 1;
        padding-top: 3px;
        top: 275px;
        width: 100%
    }

    time:before {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .eael-timeline-post {
        display:block;
        float: none !important;
        margin: 20px auto;
        width: 100% !important
    }

    .eael-timeline-post .eael-timeline-post-inner,.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
        display: block;
        float: none;
        margin: 0 auto
    }
}

@media only screen and (max-width: 479px) {
    .eael-timeline-post .eael-timeline-post-inner,.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
        height:250px;
        margin: 0 auto;
        width: 95%
    }

    .eael-timeline-post time,.eael-timeline-post:nth-child(2n) time {
        top: 205px
    }
}

.rtl .eael-timeline-post {
    direction: ltr
}

.eael-post-timeline.timeline-layout-card {
    margin: -20px;
    overflow: unset
}

.eael-post-timeline.timeline-layout-card .eael-timeline-post {
    width: 100%;
    padding: 20px
}

@media only screen and (min-width: 992px) {
    .eael-post-timeline.timeline-layout-card .eael-timeline-post:nth-child(odd) .eael-timeline-post-inner::after {
        border-right:none;
        left: auto !important
    }
}

@media only screen and (max-width: 992px) {
    .eael-post-timeline.timeline-layout-card .eael-timeline-post {
        width:100% !important;
        margin: 0
    }

    .eael-post-timeline.timeline-layout-card .eael-timeline-post .eael-timeline-bullet,.eael-post-timeline.timeline-layout-card .eael-timeline-post:after,.eael-post-timeline.timeline-layout-card .eael-timeline-post:before,.eael-post-timeline.timeline-layout-card .eael-timeline-post .eael-timeline-post-inner:after {
        display: block
    }

    .eael-post-timeline.timeline-layout-card .eael-timeline-post:after {
        left: 7% !important;
        -webkit-transform: translateX(-7%) !important;
        -ms-transform: translateX(-7%) !important;
        transform: translateX(-7%) !important
    }
}

.eael-post-timeline.timeline-layout-card .eael-timeline-post:last-child::after {
    display: none !important
}

.eael-post-timeline.timeline-layout-card .eael-timeline-post:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    top: 40px
}

.eael-post-timeline.timeline-layout-card .eael-timeline-post .eael-timeline-bullet {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    top: 40px
}

@media only screen and (max-width: 992px) {
    .eael-post-timeline.timeline-layout-card .eael-timeline-post .eael-timeline-bullet {
        left:7%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.eael-post-timeline.timeline-layout-card .eael-timeline-post:nth-last-child(2)::after {
    height: 100%
}

.eael-post-timeline.timeline-layout-card .eael-timeline-post:nth-child(2n):after {
    display: block
}

.eael-post-timeline.timeline-layout-card .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after {
    top: 15px;
    left: -12px;
    border-left: none
}

@media only screen and (min-width: 992px) {
    .eael-post-timeline.timeline-layout-card .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner {
        float:right
    }

    .eael-post-timeline.timeline-layout-card .eael-timeline-post:nth-child(2n) time {
        left: auto;
        right: calc(100% + 85px);
        text-align: right;
        font-size: 1em
    }
}

.eael-post-timeline.timeline-layout-card .eael-timeline-post .eael-timeline-clear {
    clear: right
}

.eael-post-timeline.timeline-layout-card .eael-timeline-post-inner {
    width: 46%;
    height: auto;
    float: none;
    margin: 0;
    background: #2315ab;
    border: none;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,.08);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,.08)
}

@media only screen and (max-width: 992px) {
    .eael-post-timeline.timeline-layout-card .eael-timeline-post-inner {
        width:90%;
        float: right;
        padding-bottom: 0
    }

    .eael-post-timeline.timeline-layout-card .eael-timeline-post-inner:after {
        display: block;
        top: 15px;
        left: -12px;
        border-left: none
    }
}

.eael-post-timeline.timeline-layout-card .eael-timeline-post-inner:hover .eael-timeline-post-excerpt {
    top: 0
}

.eael-post-timeline.timeline-layout-card .eael-timeline-post-inner:after {
    top: 15px;
    right: -12px;
    border-left-color: #2315ab;
    border-right-color: #2315ab;
    border-width: 12px
}

.eael-post-timeline.timeline-layout-card .eael-timeline-post-image {
    opacity: 1;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.eael-post-timeline.timeline-layout-card .eael-timeline-content {
    padding: 30px
}

.eael-post-timeline.timeline-layout-card .eael-timeline-post-title {
    bottom: 0
}

.eael-post-timeline.timeline-layout-card .eael-timeline-post-title * {
    margin-top: 0;
    padding: 0
}

.eael-post-timeline.timeline-layout-card .eael-timeline-post-excerpt p {
    padding: 0;
    margin-top: 0
}

.eael-post-timeline.timeline-layout-card .eael-timeline-post-excerpt,.eael-post-timeline.timeline-layout-card .eael-timeline-post-title {
    position: relative;
    opacity: 1 !important
}

.eael-post-timeline.timeline-layout-card time {
    position: absolute;
    left: calc(100% + 85px);
    top: 10px;
    font-size: 1em;
    padding: 5px 10px;
    text-align: left;
    opacity: 1;
    height: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 5px
}

.eael-post-timeline.timeline-layout-card time:before {
    content: none
}

@media only screen and (max-width: 992px) {
    .eael-post-timeline.timeline-layout-card time {
        position:relative;
        left: 0;
        top: 0;
        margin: 20px;
        display: inline-block;
        font-size: 12px;
        padding: 2px 10px
    }
}

.eael-post-timeline.timeline-layout-card.eael-post-timeline-arrow-middle .eael-timeline-post-inner:after,.eael-post-timeline.timeline-layout-card.eael-post-timeline-arrow-middle .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.eael-post-timeline.timeline-layout-card.eael-post-timeline-arrow-middle .eael-timeline-post .eael-timeline-bullet {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.eael-post-timeline.timeline-layout-card.eael-post-timeline-arrow-middle .eael-timeline-post:after {
    top: 0
}

.eael-post-timeline.timeline-layout-card.eael-post-timeline-arrow-middle .eael-timeline-post:first-child:after {
    top: 50%;
    height: 50%
}

.eael-post-timeline.timeline-layout-card.eael-post-timeline-arrow-middle .eael-timeline-post:last-child:after {
    display: block !important;
    height: 50%
}

.eael-post-timeline.timeline-layout-card.eael-post-timeline-arrow-middle time {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.eael-post-timeline.timeline-layout-card.eael-post-timeline-arrow-bottom .eael-timeline-post-inner:after,.eael-post-timeline.timeline-layout-card.eael-post-timeline-arrow-bottom .eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after {
    top: auto;
    bottom: 20px
}

.eael-post-timeline.timeline-layout-card.eael-post-timeline-arrow-bottom .eael-timeline-post .eael-timeline-bullet {
    top: auto;
    bottom: 40px
}

.eael-post-timeline.timeline-layout-card.eael-post-timeline-arrow-bottom .eael-timeline-post:after {
    top: 0
}

.eael-post-timeline.timeline-layout-card.eael-post-timeline-arrow-bottom .eael-timeline-post:first-child:after {
    height: 40px;
    top: auto;
    bottom: 0
}

.eael-post-timeline.timeline-layout-card.eael-post-timeline-arrow-bottom .eael-timeline-post:last-child:after {
    display: block !important;
    height: calc(100% - 40px)
}

.eael-post-timeline.timeline-layout-card.eael-post-timeline-arrow-bottom time {
    bottom: 10px;
    top: auto
}
