/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Banner */
.ea-page-banner-content .banner-title {
    line-height: initial;
    letter-spacing: initial;
    font-weight: 700;
    font-family: var(--headingFontFamily);
}
.ea-page-banner-content p {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Product */
.product-empty-message {
    line-height: initial;
    letter-spacing: initial;
    font-weight: 700;
    font-family: var(--headingFontFamily);
    text-align: center;
    padding: 0;
    margin: 50px 0;
}

/* Card */
.ea-card-area .page-numbers {
    width: auto;
    float: left;
}
.card-nav {
    padding: 60px 0 40px 0;
}
.card-nav span, .card-nav a {
    margin: 0 10px;
}
.card-nav .next {
    display: none;
}
.ea-single-card-box.style-one .content .price {
    margin-top: 5px;
}
.ea-single-card-box.image.bg1 img {
    height: auto !important;
}
.ea-single-card-box.style-six .content span {
    display: inline-block !important;
}
.ea-single-card-box.style-six .content ins {
    margin-left: 5px !important;
}
.ea-single-card-box.style-seven .content {
    padding-bottom: 60px;
    padding-top: 20px;
    background-color: rgb(244 249 247);
}
.ea-single-card-box.style-seven .content .link-btn {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    display: inline-block;
    color: #1a73e8;
    font-size: 17px;
    font-weight: 700;
    margin-left: 10px;
}

/* FlipBox */
.ea-single-flip-box.style-seven .content ins {
    margin-left: 5px !important;
}
.ea-single-flip-box.style-one .ea-flip-box-back-part .link-btn {
    background-color: var(--whiteColor);
    color: #1a73e8;
    display: inline-block;
    padding: 11px 35px;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
}
.ea-single-flip-box.style-one .ea-flip-box-back-part .link-btn:hover {
    background-color: #1a73e8;
    color: var(--whiteColor);
}
.ea-single-flip-box.style-four .link-btn {
    color: #ffffff;
}
.flipbox-col:nth-child(1) .ea-single-flip-box.style-one .ea-flip-box-front-part, .flipbox-col:nth-child(1) .ea-single-flip-box.style-one .ea-flip-box-back-part {
    background: linear-gradient(to top, #f77062, #fc676d, #ff5e79, #ff5787, #fe5196);
}
.flipbox-col:nth-child(2) .ea-single-flip-box.style-one .ea-flip-box-front-part, .flipbox-col:nth-child(2) .ea-single-flip-box.style-one .ea-flip-box-back-part {
    background: linear-gradient(to top, #9be15d, #81e372, #65e486, #43e49a, #00e3ae);
}
.flipbox-col:nth-child(3) .ea-single-flip-box.style-one .ea-flip-box-front-part, .flipbox-col:nth-child(3) .ea-single-flip-box.style-one .ea-flip-box-back-part {
    background: linear-gradient(to right, #4facfe, #0bbfff, #00d1ff, #00e2ff, #00f2fe);
}

/* InfoBox */
.ea-single-info-box p {
    color: #333;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: var(--fontSize);
}
.ea-single-info-box.style-three h3, .ea-single-info-box.style-three p, .ea-single-info-box.style-three a {
    margin-left: 20px;
}
.ea-single-info-box.style-eight .link-btn {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    display: inline-block;
    color: #1a73e8;
    font-size: 15px;
    font-weight: 500;
}
.ea-single-info-box.style-eight:hover .link-btn {
    color: #ffffff;
}

/* Pricing */
.ea-single-pricing-item img {
    margin: 20px auto;
}
.ea-single-pricing-item.style-seven img {
    margin: 0px auto;
}
.ea-single-pricing-item .icon {
    color: #e3354b;
    background-color: #f8f9fa;
    position: relative;
    text-align: center;
    border-radius: 50%;
    font-size: 45px;
    line-height: 80px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    width: 80px;
    height: 80px;
    display: inline-block;
}
.ea-single-pricing-item.style-seven .icon {
    background: none;
    width: initial;
    height: initial;
    display: inline-block;
}
.ea-single-pricing-item.style-one .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #e3354b;
    text-align: center;
}
.ea-single-pricing-item.style-eight .icon {
    width: initial;
    height: initial;
    display: block;
}
.ea-single-pricing-item.style-one:hover .features-list {
    color: #ffffff;
}
.ea-single-pricing-item.style-two img {
    margin: -25px auto 20px !important;
}
.ea-single-pricing-item.style-six:hover .pricing-features-list {
    color: #ffffff;
}
.ea-single-pricing-item.style-one.active .features-list, .ea-single-pricing-item.active .pricing-features-list {
    color: #ffffff;
}
.ea-single-pricing-item {
    overflow: hidden;
    position: relative;
}
.ea-single-pricing-item .ribbon {
    top: -20px;
    left: -25px;
    width: 150px;
    height: 150px;
    position: absolute;
}
.ea-single-pricing-item .ribbon span {
    top: 35px;
    right: -25px;
    width: 225px;
    display: block;
    text-align: center;
    position: absolute;
    color: var(--whiteColor);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ff0b46;
    font-size: 14px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 999;
}
.ea-single-pricing-item.style-six .ribbon span {
    background-color: #ffffff;
    color: #ee0979;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0px !important;
}

/* Timeline */
.ea-timeline-area .icon {
    margin-bottom: 20px;
}
.ea-timeline-area .link-btn {
    margin-top: 10px;
    display: inline-block;
    background-color: #290390;
    border-radius: 5px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--whiteColor);
    padding: 11px 40px;
    font-size: 15px;
    font-weight: 500;
}
.ea-timeline-area .link-btn:hover {
    background: #111111;
}
.ea-timeline.style-three .ea-timeline-info {
    margin-bottom: 12px;
}

/* Team */
.ea-single-team-box.style-one .image .social li a.pinterest {
    background-color: #c8232c;
}
.ea-single-team-box.style-one .image .social li a.skype {
    background-color: #00aff0;
}
.ea-single-team-box.style-one .image .social li a.youtube {
    background-color: #FF0000;
}
.ea-single-team-box.style-one .image .social li a.dribbble {
    background-color: #ea4c89;
}
.ea-single-team-box.style-four ul li {
    margin-bottom: 5px;
}
.ea-single-team-box.style-two .social-share-ico {
    right: 0;
    z-index: 2;
    bottom: 48px;
    display: block;
    color: #8f3f38;
    position: absolute;
    text-transform: uppercase;
    font-size: 15px;
}
.ea-single-team-box.style-three .position {
    margin-top: 20px;
    margin-left: 20px;
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}
.ea-single-team-box.style-three .social {
    text-align: center;
    margin: 30px auto;
}
.ea-single-team-box.style-three .social li {
    list-style: none;
}
.ea-single-team-box.style-three .social li {
    display: inline-block;
    margin-right: 3px;
}
.ea-single-team-box.style-three .social li a {
    width: 30px;
    height: 30px;
    font-size: 18px;
    position: relative;
    border-radius: 2px;
    text-align: center;
    color: var(--blackColor);
    background-color: #e1e1e1;
}
.ea-single-team-box.style-three .social li a i {
    left: 0;
    top: 50%;
    right: 0;
    position: absolute;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
}
.ea-single-team-box.style-three .social-share-ico {
    margin-left: 10px;
}
.ea-single-team-box.style-seven .share-btn {
    margin-bottom: 10px;
}

/* Testimonial */
.ea-testimonial-slides {
    display: block;
}
.ea-single-testimonial-box.style-one .content .quote-ico {
    right: -5px;
    z-index: -1;
    bottom: -33px;
    color: #7ead9f;
    line-height: 1;
    position: absolute;
    font-size: 100px;
}
@media only screen and (max-width: 767px) {
    .ea-single-testimonial-box.style-one .content .quote-ico {
        font-size: 45px;
        display: none;
    }
}
.ea-single-testimonial-box.style-two .quote-ico {
    top: -25px;
    right: -5px;
    z-index: 2;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    color: var(--whiteColor);
    background-color: #43746f;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-size: 30px;
}
.ea-single-testimonial-box.style-three .quote-ico  {
    right: -10px;
    bottom: 4px;
    color: #f4faff;
    position: absolute;
    font-size: 40px;
}
.ea-single-testimonial-box.style-three .client-image::before {
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 90%;
    content: '';
    right: -15px;
    position: absolute;
    border-radius: 5px;
    background-color: #03d392;
}
.ea-single-testimonial-box.style-four .quote-ico {
    right: 10px;
    z-index: -1;
    opacity: .05;
    bottom: 0px;
    color: #000000;
    line-height: 1;
    position: absolute;
    font-size: 50px;
}
.ea-single-testimonial-box.style-five .quote-ico {
    right: 10px;
    bottom: 5px;
    z-index: -1;
    opacity: .05;
    color: #000000;
    line-height: 1;
    position: absolute;
    font-size: 50px;
}
.ea-single-testimonial-box.style-six .quote-ico {
    left: 0;
    right: 0;
    top: -60px;
    z-index: -1;
    opacity: .05;
    color: #000000;
    line-height: 1;
    position: absolute;
    font-size: 200px;
}
.ea-single-testimonial-box.style-seven .quote-ico {
    right: 10px;
    z-index: -1;
    bottom: 5px;
    opacity: .05;
    color: #000000;
    line-height: 1;
    position: absolute;
    font-size: 50px;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 25px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 999;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    line-height: initial;
    margin-left: 3px;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -26px;
    background: #111;
}
[dir='rtl'] .slick-prev {
    right: -26px;
    left: auto;
}
.slick-prev:before {
    content: '←';
}
[dir='rtl'] .slick-prev:before {
    content: '→';
}
.slick-next {
    right: -26px;
    background: #111;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -26px;
}
.slick-next:before {
    content: '→';
}
[dir='rtl'] .slick-next:before {
    content: '←';
}
.slick-prev:before, .slick-next:before {
    color: white;
    background: #111;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -60px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}
