.fp-controlArrow{
position: absolute;
top: 70%;
transform: translateY(-100%);
z-index: 10;
width: 30px!important;
height: 30px!important;
left: auto!important;
}
.fp-controlArrow {
font-family: sans-serif;
background: none!important;
border: none;
box-shadow: none;
outline: none;
padding: 5px 0;
transition: all 0.2s ease-in-out;
pointer-events: initial;
margin: 0 5px;
opacity: .5;
padding: 0;
}
.fp-controlArrow[style="display: none;"]{
display: block!important;
pointer-events: none!important;
opacity: .5;
}
.fp-controlArrow:hover {
background: gray;
cursor: pointer;
opacity: 1;
}
.fp-controlArrow:before{
content: '';
background-size: contain;
background-repeat: no-repeat;
background-position: center;
display: block;
width: 30px;
height: 30px;
}
.fp-controlArrow.fp-next{
right: 35%;
}
.fp-controlArrow.fp-prev{
right: calc(35% + 40px);
}
.fp-controlArrow.fp-prev:before{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect xmlns='http://www.w3.org/2000/svg' width='256' height='256' fill='none '/%3E%3Cline x1='216' y1='128' x2='40' y2='128' fill='%235945F8' stroke='%235945F8' stroke-linecap='round' stroke-linejoin='round' stroke-width='12'/%3E%3Cpolyline points='112 56 40 128 112 200' fill='none' stroke='%235945F8' stroke-linecap='round' stroke-linejoin='round' stroke-width='12'/%3E%3C/svg%3E");
}
.fp-controlArrow.fp-next:before{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Cline x1='40' y1='128' x2='216' y2='128' fill='%235945F8' stroke='%235945F8' stroke-linecap='round' stroke-linejoin='round' stroke-width='12'/%3E%3Cpolyline points='144 56 216 128 144 200' fill='none' stroke='%235945F8' stroke-linecap='round' stroke-linejoin='round' stroke-width='12'/%3E%3C/svg%3E");
}
@media (max-width: 1320px){
.fp-controlArrow.fp-next{
right: 15%;
}
.fp-controlArrow.fp-prev{
right: calc(15% + 40px);
}
}
@media (max-width: 1024px){	
.fp-controlArrow {
transform: none;
top: auto;
bottom: 60px;
}
.fp-controlArrow.fp-next{
right: 60px;
}
.fp-controlArrow.fp-prev{
right: 100px;
}
}
body.page-id-1669 footer#footer{
display: none!important;
}
.column_slider> .elementor-widget-wrap>section{
min-width: var(--widthcolum)!important;
} .scrolling-horizontal .fp-slidesContainer{
transform: none!important;
width: 100%!important;
position: relative;
display: flex;
flex-wrap: wrap;
height: inherit;
}
.scrolling-horizontal .fp-slidesContainer .fp-slide {
transition: transform .6s ease-in-out;
width: 100%!important;
opacity: 0;
overflow: hidden;
display: block;
position: absolute;
top: 0;
left: 0;
transform: translate3d(0, 100%,0);
}
.scrolling-horizontal .fp-slidesContainer .fp-slide.prev{
transform: translate3d(0, -100%, 0);
}
.scrolling-horizontal .fp-slidesContainer .fp-slide.active{
opacity: 1;
transform: translate3d(0, 0,0);
}
.fp-responsive .fp-section,
.fp-responsive .fp-slide,
.fp-responsive .fp-tableCell{
height: 100%!important;
overflow: auto!important;
}