.custom-swiper-container {
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.custom-swiper-container img {
    width: 100%;
    display: block;
}
.slide-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    color: #fff;
    max-width: 440px;
    border-radius: 6px;
}

.slide-content h1 {
    margin-bottom: 10px;
}

.slide-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background: #ff5a5f;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
}

.slide-content.text-left {
    left: 30px;
    text-align: left;
}

.slide-content.text-center {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.slide-content.text-right {
    right: 30px;
    text-align: left;
}
.custom-swiper-container .swiper-slide {
    position: relative;
}
/* .custom-swiper-container .swiper-slide.text-left:before {
    content: "";
    max-width: 37%;
    height: 682px;
    position: absolute;
    background: #ffffff85;
    top: 50%;
    left: -65px;
    z-index: 99;
    width: 100%;
    border-radius: 100%;
    transform: translateY(-50%) rotate(7deg);
}
.custom-swiper-container .swiper-slide.text-right:before {
    content: "";
    max-width: 42%;
    height: 682px;
    position: absolute;
    background: #ffffff85;
    top: 50%;
    right: -65px;
    z-index: 99;
    width: 100%;
    border-radius: 100%;
    transform: translateY(-50%) rotate(7deg);
} */
.slide-content {
    z-index: 99;
}

.custom-swiper-container .swiper-button-prev:after {
    content: '';
    position: absolute;
    right: -23px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ee6425;
    z-index: -1;
}
.custom-swiper-container .swiper-button-next:after {
    content: '';
    position: absolute;
    left: -23px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ee6425;
    z-index: -1;
}
.custom-swiper-container .swiper-button-prev:before {
    content: '';
    background: url(../images/banner_arrow_left.png) no-repeat;
    background-size: 100%;
    width: 41px;
    height: 13px;
    font-size: 0;
}
.custom-swiper-container .swiper-button-next:before {
    content: '';
    background: url(../images/banner_arrow_right.png) no-repeat;
    background-size: 100%;
    width: 41px;
    height: 13px;
    font-size: 0;
}
.swiperarrows {
    position: relative;
    width: 135px;
    text-align: center;
    margin: 0 auto;
}
.custom-swiper-container.swiper {
    padding-bottom: 20px;
}
.custom-swiper-container .swiper-pagination {
    display: none;
}
.custom-icon-box .icon-imga {
    display: inline-flex;
}
a.custom-icon-box-title {
    display: block;
    margin-top: 10px;
}

.custom-icon-box {
    width: 100%;
    padding: 20px 10px;

}
.moving-image-box-wrapper {
    gap: 30px;
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(12, minmax(267px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 20px;
	padding:10px;
}

h3.moving-image-box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    background: #ffffff78;
    padding: 10px;
}

.moving-image-box {
    position: relative;
    overflow: hidden;
    flex-basis: 20%;
    animation: moving 20s infinite linear;
}
.moving-image-box-image {
    display: flex;
    align-items: center;
}
.elementor-widget-moving_image_box{
	overflow:hidden;
}
.steps-container {
    display: flex
;
}

.steps-container {
    position: relative;
    background-color: inherit;
    width: calc(50% + 32px);
}
.steps-container .content {
    padding: 32px;
    background-color: white;
    position: relative;
    border-radius: 0px 0px 80px 0px;
    box-shadow: 0px 16px 27px rgb(0 11 30 / 10%);
    width: 100%;
}
.steps .content h2 {
    font-weight: 600;
    font-size: 21px;
    color: #676767;
}
.steps .content p {
    color: #676767;
    font-size: 16px;
}
.step-line {
    width: 40px;
    background-color: #000;
    height: 1px;
    margin-top: 31px;
    opacity: 0.4;
    flex-shrink: 0;
}
.steps .steps-container .date {
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    width: 62px;
    height: 62px;
    background-color: #552e8b;
    border-radius: 50%;
    flex-shrink: 0;
    align-items: center;
    display: flex
;
    justify-content: center;
    z-index: 777;
}
.steps .steps-container:nth-child(even) {
    left: calc(50% - 32px);
    flex-direction: row-reverse;
}
.a-line-vertical {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translate(-40%, -50%);
    height: 100%;
}
.steps::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #000;
    opacity: 0.4;
    top: 0;
    bottom: 0;
    left: 50%;
}

@media (max-width: 767px) {
    .steps-container {
        left: 0;
        flex-direction: row-reverse;
        width: auto;
        margin-bottom: 16px;
    }
    .steps::after {
        left: 32px;
    }
    svg.a-line-vertical {
        left: 28%;
    }
        .steps .steps-container:nth-child(even) {
        left: 0;
    }
}
@keyframes moving{
0% {
    transform: translate(0, 0);
}
50% {
    transform: translate(-450px, 0);
}
100% {
    transform: translate(-900px, 0);
}
}
@media(max-width:767px){
	.slide-content h4 {
    margin: 0;
}

.slide-content {
    background: #ffffff9e;
    max-width: 500px;
    border-radius: 30px;
    padding: 27px 15px;
    right: 0 !important;
    left: 0 !important;
    width: 90%;
    margin: 0 auto;
}
	.moving-image-box {
    flex-basis: 50%;
}
	.slide-content.text-center {
    left: 50% !important;
}
}
