/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/

.cew-elementor-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

.cew-elementor-grid .cew-grid-item {
    position: relative;
}

.cew-elementor-grid .cew-grid-item-wrap {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
}
/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

@media only screen and (min-width: 1025px) {
    /* For Desktop: */
    .elementor-element.elementor-grid-1 {
        position: relative;
    }
    .elementor-element.elementor-grid-1 .cew-grid-item-wrap {
        width: 100%;
        float: left;
    }
    .elementor-element.elementor-grid-2 {
        position: relative;
    }
    .elementor-element.elementor-grid-2 .cew-grid-item-wrap {
        width: 50%;
        float: left;
    }
    .elementor-element.elementor-grid-2 .cew-grid-item-wrap:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-2 .cew-grid-item-wrap:nth-of-type(2n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-3 {
        position: relative;
    }
    .elementor-element.elementor-grid-3 .cew-grid-item-wrap {
        width: 33.3333%;
        float: left;
    }
    .elementor-element.elementor-grid-3 .cew-grid-item-wrap:nth-of-type(3n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-3 .cew-grid-item-wrap:nth-of-type(3n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-4 {
        position: relative;
    }
    .elementor-element.elementor-grid-4 .cew-grid-item-wrap {
        width: 25%;
        float: left;
    }
    .elementor-element.elementor-grid-4 .cew-grid-item-wrap:nth-of-type(4n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-4 .cew-grid-item-wrap:nth-of-type(4n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-5 {
        position: relative;
    }
    .elementor-element.elementor-grid-5 .cew-grid-item-wrap {
        width: 20%;
        float: left;
    }
    .elementor-element.elementor-grid-5 .cew-grid-item-wrap:nth-of-type(5n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-5 .cew-grid-item-wrap:nth-of-type(5n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-6 {
        position: relative;
    }
    .elementor-element.elementor-grid-6 .cew-grid-item-wrap {
        width: 16.6667%;
        float: left;
    }
    .elementor-element.elementor-grid-6 .cew-grid-item-wrap:nth-of-type(6n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-6 .cew-grid-item-wrap:nth-of-type(6n+1) {
        clear: left;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 766px) {
    /* For tablets: */
    .elementor-element.elementor-grid-tablet-1 {
        position: relative;
    }
    .elementor-element.elementor-grid-tablet-1 .cew-grid-item-wrap {
        width: 100%;
        float: left;
    }
    .elementor-element.elementor-grid-tablet-2 {
        position: relative;
    }
    .elementor-element.elementor-grid-tablet-2 .cew-grid-item-wrap {
        width: 50%;
        float: left;
    }
    .elementor-element.elementor-grid-tablet-2 .cew-grid-item-wrap:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-tablet-2 .cew-grid-item-wrap:nth-of-type(2n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-tablet-3 {
        position: relative;
    }
    .elementor-element.elementor-grid-tablet-3 .cew-grid-item-wrap {
        width: 33.3333%;
        float: left;
    }
    .elementor-element.elementor-grid-tablet-3 .cew-grid-item-wrap:nth-of-type(3n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-tablet-3 .cew-grid-item-wrap:nth-of-type(3n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-tablet-4 {
        position: relative;
    }
    .elementor-element.elementor-grid-tablet-4 .cew-grid-item-wrap {
        width: 25%;
        float: left;
    }
    .elementor-element.elementor-grid-tablet-4 .cew-grid-item-wrap:nth-of-type(4n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-tablet-4 .cew-grid-item-wrap:nth-of-type(4n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-tablet-5 {
        position: relative;
    }
    .elementor-element.elementor-grid-tablet-5 .cew-grid-item-wrap {
        width: 20%;
        float: left;
    }
    .elementor-element.elementor-grid-tablet-5 .cew-grid-item-wrap:nth-of-type(5n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-tablet-5 .cew-grid-item-wrap:nth-of-type(5n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-tablet-6 {
        position: relative;
    }
    .elementor-element.elementor-grid-tablet-6 .cew-grid-item-wrap {
        width: 16.6667%;
        float: left;
    }
    .elementor-element.elementor-grid-tablet-6 .cew-grid-item-wrap:nth-of-type(6n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-tablet-6 .cew-grid-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 .cew-grid-item-wrap {
        width: 100%;
        float: left;
    }
    .elementor-element.elementor-grid-mobile-2 {
        position: relative;
    }
    .elementor-element.elementor-grid-mobile-2 .cew-grid-item-wrap {
        width: 50%;
        float: left;
    }
    .elementor-element.elementor-grid-mobile-2 .cew-grid-item-wrap:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-mobile-2 .cew-grid-item-wrap:nth-of-type(2n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-mobile-3 {
        position: relative;
    }
    .elementor-element.elementor-grid-mobile-3 .cew-grid-item-wrap {
        width: 33.3333%;
        float: left;
    }
    .elementor-element.elementor-grid-mobile-3 .cew-grid-item-wrap:nth-of-type(3n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-mobile-3 .cew-grid-item-wrap:nth-of-type(3n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-mobile-4 {
        position: relative;
    }
    .elementor-element.elementor-grid-mobile-4 .cew-grid-item-wrap {
        width: 25%;
        float: left;
    }
    .elementor-element.elementor-grid-mobile-4 .cew-grid-item-wrap:nth-of-type(4n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-mobile-4 .cew-grid-item-wrap:nth-of-type(4n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-mobile-5 {
        position: relative;
    }
    .elementor-element.elementor-grid-mobile-5 .cew-grid-item-wrap {
        width: 20%;
        float: left;
    }
    .elementor-element.elementor-grid-mobile-5 .cew-grid-item-wrap:nth-of-type(5n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-mobile-5 .cew-grid-item-wrap:nth-of-type(5n+1) {
        clear: left;
    }
    .elementor-element.elementor-grid-mobile-6 {
        position: relative;
    }
    .elementor-element.elementor-grid-mobile-6 .cew-grid-item-wrap {
        width: 16.6667%;
        float: left;
    }
    .elementor-element.elementor-grid-mobile-6 .cew-grid-item-wrap:nth-of-type(6n) {
        margin-right: 0 !important;
    }
    .elementor-element.elementor-grid-mobile-6 .cew-grid-item-wrap:nth-of-type(6n+1) {
        clear: left;
    }
}
/*--------------------------------------------------------------
## Team Member
--------------------------------------------------------------*/
.cew-team-member-image {
    position: relative;
}
.cew-team-member-image img {
    vertical-align: middle;
}
.cew-team-member .cew-tm-phone-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 9;
}
.cew-team-member .cew-tm-phone-box svg {
    padding: 10px 13px 8px;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    transition: all 0.4s linear;
    background-image: linear-gradient(100deg, #00d0ff, #3625d3);
    color: #fff;
}
.cew-team-member .cew-tm-phone-box span {
    position: absolute;
    min-width: 175px;
    top: 0;
    left: 40px;
    color: #091e3f;
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    background: #fff;
    padding: 9px 10px 9px 25px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    transition: all .3s linear;
    transform: rotateY(-90deg);
    transform-origin: left;
    z-index: -1;
}
.cew-team-member:hover .cew-tm-phone-box span {
    opacity: 1;
    transform: rotateY(0deg);
}
.cew-team-member .cew-team-member-content {
    background: #fff;
    padding: 30px;
    text-align: center;
    transition: 0.5s linear all;
    -webkit-transition: 0.5s linear all;
}
.cew-team-member-fancy .cew-tm-social-links {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    padding: 10px 25px 0;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.cew-team-member-fancy .cew-tm-social-links .icon svg {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
}
.cew-team-member-fancy .cew-tm-social-links .icon {
    background: #2a303a;
    width: 40px;
    height: 40px;
    border-radius: 0;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-right: 8px;
    padding: 7px 0;
    transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
}
.cew-team-member-fancy .cew-tm-social-links .icon:hover {
    background: #f92d45;
}
.cew-team-member-fancy {
    background: #f9f9f9;
    transition: 0.4s all linear;
    -webkit-transition: 0.4s all linear;
}
.cew-team-member-fancy:hover {
    background: #fff;
    border-bottom-right-radius: 50px;
    box-shadow: 0px 4px 15px 1px rgba(9, 30, 63, 0.14);
}
.cew-team-member.cew-team-member-fancy:hover .cew-team-member-content {
    background: #f92d45;
    border-bottom-right-radius: 50px;
}
.cew-team-member.cew-team-member-fancy:hover .cew-tm-social-links {
    opacity: 1;
    bottom: 10%;
}
.cew-team-member-fancy .cew-team-member-content {
    padding: 20px 40px;
    background: #2a303a;
    text-align: left;
    transition: 0.4s all linear;
    -webkit-transition: 0.4s all linear;
}
.cew-team-member-fancy .cew-tm-name {
    color: #fff;
}
.cew-team-member-fancy .cew-tm-position {
    position: relative;
    color: #9ca3b8;
    padding-left: 1.5rem;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.cew-team-member-fancy .cew-tm-position:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 1px;
    background: #9ca3b8;
    left: 0;
    top: calc(50% - 1px);
}
.cew-team-member-fancy:hover .cew-tm-position {
    color: #fff;
}
.cew-team-member-cover {
    cursor: pointer;
    padding-top: 60px;
    position: relative;
}
.cew-team-member-cover .cew-team-member-image {
    position: absolute;
    bottom: 60px;
    top: 0;
    left: 60px;
    right: 0;
}
.cew-team-member-cover .cew-team-member-image img {
    height: 100%;
    object-fit: cover;
}
.cew-team-member-cover .cew-team-member-content {
    text-align: left;
    background: #3624d2;
    margin: 0 60px 0 0;
    padding: 40px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all linear;
    -webkit-transition: 0.5s all linear;
}
.cew-team-member-cover:hover .cew-team-member-content {
    opacity: 1;
    visibility: visible;
}
.cew-tm-contact-info a {
    display: block;
    color: rgba(255, 255, 255, 0.6);
}
.cew-tm-contact-info a:hover {
    display: block;
    color: rgba(255, 255, 255, 1);
}
.cew-team-member-cover .cew-tm-position {
    border-bottom: 1px solid #5e50db;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.cew-team-member-cover .cew-tm-social-links {
    margin-top: 70px;
}
.cew-team-member-cover .cew-tm-social-links svg {
    width: 40px;
    height: 40px;
    padding: 11px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
}
.cew-team-member-cover .cew-tm-social-links a:hover svg {
    background: #fff;
    color: #3624d2;
}
/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
.cew-testimonial-wrapper {
    background: #fff;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px;
    transition: 0.3s all linear;
    -webkit-transition: 0.3s all linear;
}
.cew-testimonial-wrapper:hover {
    box-shadow: 0px 16px 18.4px 1.6px rgba(9, 30, 63, 0.14);
}
.cew-testimonial-wrapper .cew-testimonial-image {
    flex-shrink: 0;
    padding-right: 15px;
}
.cew-testimonial-wrapper .cew-testimonial-image img {
    border-radius: 50%;
    height: 145px;
    width: 145px;
    object-fit: cover;
    max-width: 100%;
}
.cew-testimonial-content-wrap {
    -webkit-box-flex: 0;
    padding-left: 15px;
}
.cew-testimonial-content {
    font-size: 17px;
    line-height: 1.53;
    margin-bottom: 8px;
}
.cew-testimonial-meta {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}
.cew-testimonial-quote {
    margin-bottom: 1rem;
}
/*--------------------------------------------------------------
## Testimonial Carousel
--------------------------------------------------------------*/
.cew-testimonials-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cew-testimonials-title-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.cew-testimonials-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 60px;
}
.cew-testimonial-navigation-wrapper .cew-arrow-prev {
    display: none !important;
}
.cew-testimonial-navigation-wrapper {
    margin-top: 50px;
}
.cew-testimonial-navigation-wrapper .cew-arrow-next {
    background: url(../images/arrow_right.svg) no-repeat center;
    border: 2px solid #c0c5cd;
    border-radius: 40px;
    display: block;
    padding: 24px 40px;
    position: relative;
    float: right;
    height: 35px;
    width: 35px;
    cursor: pointer;
}
.cew-testimonial-navigation-wrapper .cew-arrow-text {
    font-size: 15px;
    position: relative;
    top: -15px;
    text-transform: uppercase;
    right: 105px;
    font-weight: 700;
}
.cew-testimonials-wrap .cew-testimonial-image img {
    border-radius: 4px;
    float: left;
}
.cew-testimonial-cite {
    overflow: hidden;
}
.cew-testimonials-wrap .cew-testimonial-content {
    background: url(../images/quote-icon.png) no-repeat;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 700;
    padding-top: 20px;
}
.cew-testimonials-title {
    font-size: 46px;
    font-weight: 700;
}
.cew-testimonial-footer {
    margin-bottom: 50px;
}
.cew-testimonial-button {
    color: #fff;
    background: #3625d3;
    border: 2px solid #3625d3;
    font-size: 17px;
    font-weight: bold;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    padding: 12px 30px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
}
.cew-testimonial-button:hover {
    background: #fff;
    color: #3625d3;
}
/*--------------------------------------------------------------
## Symptom Box
--------------------------------------------------------------*/
.cew-symptom-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;;
}
.cew-content-overlay {
    background: rgba(101,120,229,0.8);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.cew-symptom-box-content {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.cew-symptom-box-classic .cew-symptom-box-content {
    position: absolute;
    top: 50%;
    left: 10%;
    opacity: 0;
    width: 80%;
    text-align: center;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.cew-symptom-box-classic .symptom-box-img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.cew-symptom-box-classic .cew-symptom-box-button {
    font-size: 17px;
    font-weight: 700;
    background: #fff;
    color: #2a303a;
    display: inline;
    padding: 14px 31px;
    cursor: pointer;
    border-radius: 5px;
}
.cew-symptom-box-classic .cew-symptom-box-button a {
    color: #2a303a;
}
.cew-symptom-box-button .fas {
    margin-left: .5rem;
}
.cew-symptom-box-classic:hover .cew-content-overlay {
    opacity: 1;
}
.cew-symptom-box-classic:hover .cew-symptom-box-content {
    top: 22%;
    left: 10%;
    opacity: 1;
    width: 80%;
    text-align: center;
}
.cew-symptom-box-classic:hover {
    border-bottom-right-radius:50px;
}
.cew-symptom-box-fancy .symptom-box-img {
    border-radius: 50%;
    position: absolute;
    object-fit: cover;
    height: 135px;
    width: 135px;
    top: 0;
    right: 20px;
}
.cew-symptom-box-fancy .cew-symptom-box-title {
    position: relative;
    margin-bottom: 1.5rem;
    margin-right: 75px;
}
.cew-symptom-box-fancy .cew-symptom-box-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 1px solid #fff;
    transition: 0.4s;
}
.cew-symptom-box-fancy .cew-symptom-box-content {
    margin-top: 70px;
    padding: 40px 30px;
}
.cew-symptom-box-fancy .cew-symptom-box-button {
    opacity: 0;
    transition: all 0.3s linear;
    cursor: pointer;
}
.cew-symptom-box-fancy:hover .cew-symptom-box-button {
    opacity: 1;
}
.cew-symptom-box-fancy:hover .cew-symptom-box-title:after {
    width: 60px;
}
.cew-symptom-box-fancy:hover .cew-symptom-box-content {
    background: #372FCF;
}


/*--------------------------------------------------------------
## Posts Slider
--------------------------------------------------------------*/
.cew-posts-style-gallery .cew-posts-slider-post {
	background-size: cover;
	height: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	position: relative;
    padding: 60px 40px;
}
.cew-posts-style-gallery .cew-posts-slider-post:before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.cew-posts-style-gallery .cew-posts-slider-body {
	position: relative;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.cew-posts-style-gallery .cew-post-meta {
    margin-bottom: 1.5rem;
}
.cew-posts-style-gallery .cew-post-meta .post-date {
    margin-right: 1.5rem;
}
.swiper-button-prev-gallery,
.swiper-button-next-gallery i {
    display: none;
}
.swiper-button-next-gallery {
    background-image: url('../images/arrow_right.svg');
    right: -55px;
}
.cew-posts-style-gallery .cew-posts-button .cew-button-icon {
    margin-left: 8px;
    vertical-align: middle;
    font-size: 18px;
}
.cew-posts-style-classic .cew-post {
    display: flex;
}
.cew-posts-style-classic .cew-post-image {
    margin-right: 20px;
    flex-shrink: 0;
}
.cew-posts-style-classic .cew-post-image img {
    width: 120px;
    height: 100%;
    object-fit: cover;
}
.cew-posts-style-classic .cew-posts-button {
    padding: 0;
}
.cew-posts-style-fancy .cew-post-image-box {
    position: relative;
}
.cew-posts-style-fancy .cew-post-overlay {
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cew-posts-style-fancy .cew-posts-button {
    position: absolute;
    top: 80%;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;    
}
.cew-posts-style-fancy .cew-post:hover .cew-post-overlay {
    opacity: 1;
}
.cew-posts-style-fancy .cew-post:hover .cew-posts-button {
    top: 40%;
    opacity: 1;
}
.cew-posts-style-fancy .cew-post {
    position: relative;
    padding-left: 20px;
}
.cew-posts-style-fancy .cew-post-categories {
    position: absolute;
    top: 0;
    left: auto;
    color: #f92d45;
    -webkit-transform: matrix(-1,0,0,1,0,0) scale(-1,1) rotate(90deg);
    -moz-transform: matrix(-1,0,0,1,0,0) scale(-1,1) rotate(90deg);
    -ms-transform: matrix(-1,0,0,1,0,0) scale(-1,1) rotate(90deg);
    -o-transform: matrix(-1,0,0,1,0,0) scale(-1,1) rotate(90deg);
    transform: matrix(-1,0,0,1,0,0) scale(-1,1) rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
/*--------------------------------------------------------------
## Woo-Products
--------------------------------------------------------------*/
.cew-product {
    height: 100%;
    text-align: center;
}
.cew-products .prod-img img {
    width: 100%;    
}
.cew-products-style-classic .cew-product {
    text-align: left;
}
/* Style Cover */
.cew-product-hover {
    position: relative;
}
.cew-product-hover .cew-product-button {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    padding: 10px 25px 8px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    width: 100%;
}
.cew-product:hover .cew-product-hover .cew-product-button {
    opacity: 1;
    bottom: 8%;
}
.cew-products-style-cover.woocommerce .products .star-rating {
    display: inline-block;
}
.woocommerce-review-link {
    margin-left: 15px;
}
.cew-products-style-cover .cew-product-meta {
    padding: 20px;
}
/* Style Fancy */
.cew-products-style-fancy .cew-product {
    background: #f9f9f9;
    transition: 0.4s all linear;
    -webkit-transition: 0.4s all linear;
}
.cew-products-style-fancy .cew-product:hover {
    background: #fff;
    border-bottom-right-radius: 50px;
    box-shadow: 0px 4px 15px 1px rgba(9, 30, 63, 0.1);
}
.cew-products-style-fancy .cew-product:hover .cew-product-hover a.button {
    opacity: 1;
    bottom: 12%;
}
.cew-products-style-fancy .cew-product-meta {
    padding: 30px;
}
/* Style Classic */
.cew-product-title a {
    color: inherit;
}
.cew-product-info {
    padding: 20px 0;
}
.cew-product-info,
.cew-product-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cew-products-style-classic .cew-product-links a.button {
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: none;
    background-size: 150% 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #0f9ff2, #3625d3);
    padding: 15px 40px;
    border-radius: 0;
}
.cew-product-detail {
    color: rgba(9, 30, 63, 0.7);
    font-weight: 700;
}
.cew-product-detail i {
    margin-left: 4px;
}
.cew-products-style-classic div.product span.price {
    font-size: 36px;
    font-weight: bold;
}

/*--------------------------------------------------------------
## Image Box
--------------------------------------------------------------*/
.cew-image-box {
    margin-left: 40px;
    margin-right: 0;
    margin-bottom: 35px;
    position: relative;
}
.cew-image-box .cew-image-box-content {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cew-image-box .cew-image-box-title {
    color: #fff;
    width: 370px;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    padding: 17px 40px;
    position: absolute;
    bottom: -35px;
    left: -40px;
    background-size: 220% 100%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #0f9ff2;
}
.cew-image-box:hover .cew-image-box-title {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
}

/*--------------------------------------------------------------
## Counter
--------------------------------------------------------------*/
.cew-counter-icon-wrap {
    display: inline-block;
}

/*--------------------------------------------------------------
## Image Slider
--------------------------------------------------------------*/
.cew-image-slider .slick-slide img {
    width: 100%;
    object-fit: cover;
}
.cew-image-slider-navigation-wrapper {
    position: absolute;
    bottom: 50px;
    right: -67px;
}
.cew-slider-arrow {
    width: 67px;
    height: 45px;
    background-color: #3625d3;
    float: left;
    text-align: center;
    cursor: pointer;
}
.cew-slider-arrow img {
    width: 36px;
    height: 45px;
}

/*--------------------------------------------------------------
## Coroso Background
--------------------------------------------------------------*/
.coroso-background-wrapper {
    background-color: var(--background-color);
    position: absolute;
    max-width: var(--max-width);
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.coroso-bg-align-left .coroso-background-wrapper {
    left: 0;
    margin-right: auto;
}
.coroso-bg-align-right .coroso-background-wrapper {
    right: 0;
    margin-left: auto;
}


/*--------------------------------------------------------------
## Slider Widget
--------------------------------------------------------------*/
.cew-slider .slick-arrow {
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: .5;
}
.cew-slider .slick-arrow:hover {
    opacity: 1;
}

.cew-slider .slick-arrow.prev {
    left: 20px;
}

.cew-slider .slick-arrow.next {
    right: 20px;
}
.cew-slider .slick-dots-inside ul.slick-dots {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: auto;
}
.cew-slider ul.slick-dots li {
    display: block;
    margin: 0 0 35px;
}
.cew-slider ul.slick-dots li:last-child {
    margin: 0;
}
.cew-slider ul.slick-dots li button:before {
    display: none;
}
.cew-slider ul.slick-dots li button:after {
    content: '';
    height: 30px;
    width: 1px;
    background: #9ca3b8;
    display: inline-block;
    top: 22px;
    position: absolute;
    left: calc(50% + 1px );
}
.cew-slider ul.slick-dots li:last-child button:after {
    display: none;
}
.cew-slider ul.slick-dots li button {
    color: #9ca3b8;
    font-size: 15px;
    font-weight: 700;
    padding: 8px;
}
.cew-slider ul.slick-dots li.slick-active button {
    color: #091e3f;
}
.cew-slides .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 400px;
}

.cew-slides .slick-slide-inner {
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 50px;
}

.cew-slides .slick-slide-inner,
.cew-slides .slick-slide-inner:hover {
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cew--v-position-middle .slick-slide-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cew--h-position-center .slick-slide-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cew-slides .slick-slide > div {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
}

.cew-slides .slick-slide-inner .cew-slide-content {
    position: relative;
    z-index: 1;
    width: 100%;
}

.cew-slides .slick-slide-bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 10s;
    -o-transition-duration: 10s;
    transition-duration: 10s;
}

.cew-slides .slick-slide.slick-active .slick-slide-bg {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

.cew-slides .slick-slide-inner .cew-slide-heading {
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
}

.cew-slides .slick-slide-inner .cew-slide-description {
    font-size: 17px;
    line-height: 1.4;
}

.cew-slides .slick-slide-inner .cew-slide-description:not(:last-child),
.cew-slides .slick-slide-inner .cew-slide-heading:not(:last-child) {
    margin-bottom: 30px;
}

.cew-slides .container {
    position: static;
}
.cew-slider-button {
    display: inline-block;
}
/*--------------------------------------------------------------
## FAQ
--------------------------------------------------------------*/
.cew-faq {
    width: auto;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cew-faq .cew-faq-tab-title {
    padding: 15px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    outline: 0;
}
.cew-faq .cew-faq-toggle-icons {
    display: inline-block;
    margin-left: 10px;
    z-index: 10;
}
.cew-faq .cew-faq-toggle-icon-open,
.cew-faq .cew-faq-tab-show .cew-faq-toggle-icon-close,
.cew-faq .cew-faq-tab-active-default .cew-faq-toggle-icon-close {
    display: none;
}
.cew-faq .cew-faq-tab-show .cew-faq-toggle-icon-open,
.cew-faq .cew-faq-tab-active-default .cew-faq-toggle-icon-open {
    display: inline-block;
    color: #091e3f;
}
.cew-faq .cew-faq-tab-content {
    display: none;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
          box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.7;
}
.cew-faq .cew-faq-tab-content p:last-child {
    margin: 0;
}
.cew-faq .cew-faq-tab-content.cew-faq-tab-active {
    display: block;
}
.cew-faq-search {
    max-width: 560px;
    margin: 0 auto;
}
.cew-faq-search .cew-faq-search-field {
    box-shadow: 0px 0px 18.4px 1.6px rgba(9, 30, 63, 0.06);
    border-radius: 5px;
    background: #fff;
    font-size: 15px;
    color: #091e3f;
    padding: 14px 25px 14px 25px;
    border: none;
    width: 100%;
}
/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
.cew-contact-form input[type="text"],
.cew-contact-form input[type="email"],
.cew-contact-form input[type="url"],
.cew-contact-form input[type="tel"],
.cew-contact-form input[type="date"],
.cew-contact-form input[type="number"],
.cew-contact-form textarea {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    float: none;
    height: auto;
    margin: 0;
    outline: 0;
    width: auto;
    font-size: 17px;
    padding: 10px 20px 10px 15px;
    display: block;
    border: none;
    border-bottom: 1px solid #bebfc1;
    color: #091e3f;
}

.cew-contact-form input[type="submit"] {
    border: 2px solid #3625d3;
    border-radius: 5px;
    font-size: 17px;
    font-weight: bold;
    float: none;
    height: auto;
    margin: 0;
    padding: 12px 30px;
    width: auto;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}
.cew-contact-form input[type="submit"]:hover {
    background: #fff;
    color: #3625d3;
}

.cew-contact-form.placeholder-hide input::-webkit-input-placeholder,
.cew-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.cew-contact-form.placeholder-hide input::-moz-placeholder,
.cew-contact-form.placeholder-hide textarea::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}

.cew-contact-form.placeholder-hide input:-ms-input-placeholder,
.cew-contact-form.placeholder-hide textarea:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}

.cew-contact-form.placeholder-hide input:-moz-placeholder,
.cew-contact-form.placeholder-hide textarea:-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}

.cew-custom-radio-checkbox input[type="checkbox"],
.cew-custom-radio-checkbox input[type="radio"] {
    -webkit-acewearance: none;
    -moz-acewearance: none;
    border-style: solid;
    border-width: 0;
    outline: none;
    min-width: 1px;
    width: 15px;
    height: 15px;
    background: #ddd;
    padding: 3px;
}

.cew-custom-radio-checkbox input[type="checkbox"]:before,
.cew-custom-radio-checkbox input[type="radio"]:before {
    content: "";
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block;
}

.cew-custom-radio-checkbox input[type="checkbox"]:checked:before,
.cew-custom-radio-checkbox input[type="radio"]:checked:before {
    background: #999;
    -webkit-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.cew-custom-radio-checkbox input[type="radio"] {
    border-radius: 50%;
}

.cew-custom-radio-checkbox input[type="radio"]:before {
    border-radius: 50%;
}

/*--------------------------------------------------------------
## Coroso Widget Animation
--------------------------------------------------------------*/
.coroso-animation-yes {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 30px); }
    to   { transform: translate(0, -0px); }    
}