:root {
    --ei-p-gray-1: #42526B;
    --ei-slide-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

/* Banner */
.ei-wb-banner, .ei-slide-item, .ei-slide-content {
	position: relative;
}
.ei-wb-slides, .ei-slide-item {
	overflow: hidden;
}
.ei-wb-slides {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.ei-slide-item {
	flex: 0 0 auto;
    width: 100%;
    height: 100%;
}
.ei-slide-bg, .ei-slide-bg-overlay {
	position: absolute;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ei-slide-bg {
    background-repeat: no-repeat;
    background-size: cover;
}
.ei-slide-bg-overlay {
	z-index: 1;
}
.ei-slide-content {
	z-index: 2;
}
.ei-slide-heading, .ei-slide-description {
	margin-top: 0;
}
.ei-slide-image-wrap {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.ei-slide-text, .ei-slide-image {
	flex: 0 0 auto;
}
.ei-slide-text {
	width: 60%;
}
.ei-slide-image {
	display: -ms-flexbox;
    display: flex;
    width: 40%;
}
.ei-slide-image>img {
	width: 100%;
}
.ei-slide-btn-wrap {
	display: inline-flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ei-slide-btn {
	display: inline-block;
    line-height: 1;
	border-style: solid;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.ei-scroll-down {
	position: absolute;
    width: max-content;
    top: 50%;
    transform: translate(0, -50%) rotate(270deg);
    left: -48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    z-index: 3;
}
body .ei-scroll-down .ei-text {
	font-size: 16px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: unset !important;
    word-spacing: unset !important;
}

.ei-scroll-down>span, body .slick-track {
	display: -ms-flexbox;
    display: flex;
}
body .slick-slide {
	height: auto;
}
body .slick-slide>.ei-container {
	align-content: center;
    height: 100%;
}

.ei-fade-up {
  	opacity: 0;
  	transform: translateY(20px);
  	transition: all 0.3s ease;
}
.ei-fade-up.ei-show {
  	opacity: 1;
  	transform: translateY(0);
}

/* Widget Heading */
body .ei-widget-heading span {
	color: var(--ei-primary);
}

/* Widget Text */
body .ei-widget-text p:first-child {
    margin-top: 0;
}
body .ei-widget-text p:last-child {
    margin-bottom: 0;
}

/* Widget Image Box */
.ei-widget-image-box .elementor-image-box-img {
	flex: 0 0 auto;
}
.ei-widget-image-box img {
    width: 100%;
	margin-top: 5px;
}

/* Widget Counter */
.ei-widget-counter .elementor-counter-title {
    text-align: center;
}

/* Breadcrumbs */
.ei-wbc .breadcrumbs {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

/* Service Slider */
.ei-grid-wrap.wsp-carousel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0 -12px;
    overflow: hidden;
}
.wsp-carousel.slick-slider {
    overflow: unset;
}
.wsp-carousel .ei-slide {
    flex: 0 0 auto;
    width: 33.3333%;
    padding: 0 12px;
}
.wsp-carousel .ei-slide .ei-grid {
    height: 100%;
}
.ei-slide .ei-grid {
    box-shadow: var(--ei-slide-box-shadow);
}

.ei-view-all {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 !important;
}
.ei-view-all>a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    border: 2px dashed var(--ei-primary);
    border-radius: 100%;
    padding: 25px;
}
.ei-view-all>a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: var(--ei-btn-bg);
    opacity: 0.1;
    z-index: 1;
}
.ei-view-all>a, .ei-view-all span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.ei-view-all>a>span {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    z-index: 2;
}
.ei-view-all .ei-text {
    flex: 0 0 auto;
    width: 100%;
    font-size: var(--ei-btn-lg-fs);
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--ei-primary);
}
.ei-view-all .ei-icon svg {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ei-view-all .ei-icon svg rect {
    fill: var(--ei-btn-bg);
}
.ei-view-all .ei-icon svg path {
    fill: var(--ei-btn-text);
    stroke: var(--ei-btn-text);
}

/* List */
.ei-list-style-1 {
    counter-reset: post-counter;
}
.ei-list-style-1 .ei-item {
    position: relative;
}
.ei-list-style-1 .ei-item:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 25px;
    width: 1px;
    height: calc(100% - 50px);
}
.ei-list-style-1 .ei-item:last-child:before {
    display: none;
}
.ei-list-style-1 .ei-title:before, .ei-list-style-1 .ei-title:after {
    position: absolute;
    border-radius: 100%;
}
.ei-list-style-1 .ei-title:before {
    top: 8px;
    left: 8px;
    width: 34px;
    height: 34px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    counter-increment: post-counter;
    content: counter(post-counter);
    line-height: 1 !important;
    z-index: 1;
}
.ei-list-style-1 .ei-title:after {
    content: '';
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: 0.2;
}
.ei-list .ei-description {
    margin: 0;
}
.ei-list .ei-item:last-child .ei-description {
    padding-bottom: 0 !important;
}

/* Featured Image */
.ei-single-fi-image {
    position: relative;
    display: -ms-flexbox;
    display: flex;
}
.ei-single-fi-image, .ei-single-fi-image img {
    max-width: 100%;
}
.ei-single-fi-image img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: var(--ei-radius-m);
}

/* Testimonial */
.ei-testimonial .ei-grid {
    border: 0;
    background-color: var(--ei-section-bg);
    box-shadow: none;
}
.ei-testimonial .ei-grid .ei-content-wrap {
    text-align: left;
    padding: 40px;
}
.ei-testimonial .ei-profile, .ei-testimonial .ei-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.ei-testimonial .ei-profile>img, .ei-testimonial .ei-profile>.ei-text {
    flex: 0 0 auto;
}
.ei-testimonial .ei-profile>img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 100%;
}
.ei-testimonial .ei-profile>.ei-text {
    width: calc(100% - 48px);
    padding-left: 14px;
}
.ei-testimonial .ei-profile>.ei-text>span {
    display: block;
    font-size: 14px;
}
.ei-testimonial .ei-profile>.ei-text>span.ei-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}
.ei-testimonial .ei-profile>.ei-text>span:last-child {
    color: var(--ei-p-gray-1);
    margin-top: 2px;
}
.ei-testimonial .ei-icon {
    gap: 5px;
    margin: 27px 0 20px;
}
.ei-testimonial .ei-icon svg {
    width: 16px;
    height: auto;
}
.ei-testimonial .ei-description p:first-child {
    margin: 0;
}
.ei-testimonial .ei-description p, .ei-testimonial .ei-description p:last-child {
    margin-bottom: 0;
}

.ei-top-right.slick-slider .slide-arrow {
    top: -72px;
}
.ei-top-right.slick-slider .prev-arrow {
    left: unset;
    right: 58px;
}
.ei-top-right.slick-slider .next-arrow {
    right: var(--ei-padding-container);
    margin-right: -5px;
}
