/* heading word bg image */
span.custom-style {
    font-style: italic;
    font-weight: 700;
    padding: 0px 30px;
    white-space: nowrap;
    background-image: url('./brush-stroke.svg');
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: contain;
}

/*Testimonial*/
.qodef-e-content {

    height: 19em;
}

/*Testimonial*/


@media only screen and (max-width: 480px) {
    span.custom-style {
        margin-right: -15px;
    }
}

/* testimonials style */
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #D5D5D5;
    transition: background .3s ease;
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-content .qodef-e-quote {
    display: none;
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-content .qodef-e-bottom-info {
    order: 0;
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-content .qodef-e-text {
    order: 1;
    margin-top: 10px;
    margin-bottom: 70px;
    transition: color .3s ease;
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-content .qodef-e-bottom-info .qodef-e-author-job {
    position: absolute;
    bottom: 50px;
    left: 20px;
    transition: color .3s ease;
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author-name {
    transition: color .3s ease;
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .swiper-slide-active .qodef-e-content,
.qodef-qi-testimonials-slider.qodef-item-layout--standard .swiper-slide:hover .qodef-e-content {
    background-color: #0000b7;
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard .swiper-slide-active .qodef-e-author-name,
.qodef-qi-testimonials-slider.qodef-item-layout--standard .swiper-slide-active .qodef-e-author-job,
.qodef-qi-testimonials-slider.qodef-item-layout--standard .swiper-slide-active .qodef-e-text,
.qodef-qi-testimonials-slider.qodef-item-layout--standard .swiper-slide:hover .qodef-e-author-name,
.qodef-qi-testimonials-slider.qodef-item-layout--standard .swiper-slide:hover .qodef-e-author-job,
.qodef-qi-testimonials-slider.qodef-item-layout--standard .swiper-slide:hover .qodef-e-text {
    color: #fff;
}

.qodef-qi-testimonials-slider.qodef-item-layout--standard.swiper-container-horizontal {
    padding-bottom: 70px !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    display: flex;
    width: 100%;
    bottom: 2px !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    border-radius: 0;
    width: 100%;
    transform: none;
    height: 2px;
    margin-bottom: -70px !important;
    background-color: #989898;
    transition: background .3s ease;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2147EF;
}

@media only screen and (min-width: 1025px) {
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        width: calc(20% - 135px);
    }
}

/* timer style */
.hurrytimer-timer {
    margin-right: 5px;
}

.hurrytimer-timer-block {
    margin-bottom: 0;
    padding: 15px 0;
}

.hurrytimer-timer .hurrytimer-timer-digit,
.hurrytimer-timer .hurrytimer-timer-sep {
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.timer-label {
    position: relative;
    top: 2px;
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #fff;
}

@media only screen and (max-width: 680px) {
    .hurrytimer-timer .hurrytimer-timer-digit,
    .hurrytimer-timer .hurrytimer-timer-sep,
    .timer-label {
        font-size: 10px;
        letter-spacing: 0;
    }
}

/* accordion style */
.elementor-accordion .elementor-accordion-item:not(:last-of-type) {
    margin-bottom: 10px;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    margin-top: 10px;
}

/* mobile menu shadow */
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    box-shadow: 0 1px 5px #ffffff50;
}

/*Language Scroll*/
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    max-height: 60vh;
    overflow-y: scroll;
}

.form-widget form button.elementor-button {
    padding: 25px 40px 25px 40px !important;
}

.form-widget form .form-group input, .form-widget form .form-group textarea {
    color: inherit;
    background-color: #EEEEEE;
    font-weight: 600;
    box-shadow: none;
    border: 1px solid #EEEEEE;
    padding: 16px 16px;
    border-radius: 8px;
}

.white-bg-input .form-widget form .form-group input, .white-bg-input .form-widget form .form-group textarea {
    background-color: white;
    border-color: #C9C9C9;
}

.form-widget form .form-group.info:after {
    top: 15px;
}

.white-bg-input .form-widget form .form-group.success input, .white-bg-input .form-widget form .form-group.success textarea {
    border-color: green;
    outline-color: green;
}

.white-bg-input .form-widget form .form-group.error input, .white-bg-input .form-widget form .form-group.error textarea {
    border-color: red !important;
    outline-color: red !important;
}

.form-widget form .wrapper__rar-no, .form-widget form .wrapper__error {
    z-index: 3;
}
