.lsfp_section{
    position: relative;
}

.lsfp-slide{
    position: relative;
}
.lsfp_section .lsfp-slide .lsfp-overlay {
    padding: 0px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    display: flex;
    align-items: center;
    text-align: center;
}
.lsfp-slide img{
    width: 100%;
    height: 100%;
}
.lsfp-content {
/*    position: absolute;
    top: 55%;
   left: 20%;
    width: 885px;
    margin-left: -513px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 3.5em 0em;
    text-align: center;
    z-index: 999;
    margin: 0 auto;*/

    position: absolute;
    top: 55%;
    /* left: 0; */
    width: auto;
    /* margin-left: 0; */
    -ms-transform: translateY(-50%);
     -webkit-transform: translateY(-50%); 
     transform: translateY(-50%); 
    padding: 0 20em;
    text-align: center;
    z-index: 999;
    margin: 0 auto;

}
.lsfp_section .lsfp-title {
    font-size: 55px;
    font-weight: 700;
    padding-bottom: 0px;
    word-break: break-word;
    line-height: 70px;
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
    color: #fefaf9;
}
.lsfp_section .lsfp-sub-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    word-break: break-word;
    margin: 0;
    z-index: 1;
    position: relative;
    color: #feffff;
    letter-spacing: 0;
    margin-bottom: 1em;
}
.lsfp_section ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.lsfp_section li.lsfp-btna {
    display: inline-block;
}
.lsfp_section .lsfp-btna .btn5 a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding:18px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 0;
    color: #fffdff;
    margin-right: 8px;
    background: -webkit-gradient(to right,#763afc 0%,#5267f4 20%,#5267f4 50%,#763afc 100%);
    background: linear-gradient(to right,#763afc 0%,#5267f4 20%,#5267f4 50%,#763afc 100%);
    background-size: 500%;
}
.lsfp_section .lsfp-btna.btn2 .btn5 a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: #fefefe;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 18px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 0;
    color: #000;
    margin-right: 8px;
    background: -webkit-gradient(to right,#763afc 0%,#5267f4 20%,#5267f4 50%,#763afc 100%);
    background: linear-gradient(to right,#763afc 0%,#5267f4 20%,#5267f4 50%,#763afc 100%);
    background-size: 500%;
}

.lsfp_section .lsfp-btna:hover .btn5 a , 
.lsfp_section .lsfp-btna.btn2:hover .btn5 a{    
    animation-name: gradient;
    -webkit-animation-name: gradient;
    animation-duration: 2s;
    -webkit-animation-duration: s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    box-shadow: 0 1.1rem 1rem rgb(0 0 0 / 15%);
}

.lsfp_section .lsfp-btna .btn5 a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 0 0 15px 0;
     border-radius: 5px 5px 5px 5px;
}

.lsfp_section .lsfp-btna .btn5 a:hover:before, 
.lsfp_section .lsfp-btna .btn5 a:focus:before, 
.lsfp_section .lsfp-btna .btn5 a:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.lsfp_section .lsfp-btna .btn5 a i {
    margin-left: 15px;
    padding: 6px 10px;
    background: #8587fe;
    border-radius: 5px 0 0 5px;
    color: #f7ffff;
}
.lsfp_section .owl-carousel{
    display: block;
}
.lsfp_section .owl-theme .owl-dots {
    display: none;
}

.lsfp_section .owl-nav .owl-prev {
    position: absolute;
    left: 90px;
    top: 50%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #fff;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0%;
    line-height: 50px;
    box-shadow: none;
}
.lsfp_section .owl-nav .owl-next {
    position: absolute;
    right: 90px;
    top: 50%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #fff;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0%;
    line-height: 50px;
    box-shadow: none;
}
.lsfp_section:hover .owl-prev {
    left: 20px;
    opacity: 1;
}
.lsfp_section:hover .owl-next {
    right: 20px;
    opacity: 1;
}
.lsfp_section .owl-nav .owl-prev span,
.lsfp_section .owl-nav .owl-next span{
    font-size: 50px;
    color: #000;
    line-height: 30px;
}
.lsfp_section .owl-nav .owl-next:hover, 
.lsfp_section .owl-nav .owl-prev:hover {
    background-color: #7a39ff !important;
}
.lsfp_section .owl-nav .owl-prev:hover span,
.lsfp_section .owl-nav .owl-next:hover span{
    color: #fff;
}

.lsfp_section .owl-nav .owl-next, 
.lsfp_section .owl-nav .owl-prev {
    background-color: #fff !important;
}

/*--------------------  Responsive ---------------
-----------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1200px){
    .lsfp-content {
        top: 65%;
        padding: 0 5em;
    }
}
@media screen and (max-width: 768px){
    .lsfp-content {
       top: 68%;
        padding: 0 5em;
    }
    .lsfp_section .lsfp-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .lsfp_section .lsfp-btna .btn5 a, .lsfp_section .lsfp-btna.btn2 .btn5 a {
        font-size: 14px;
        padding: 15px;
    }
    .lsfp_section .lsfp-sub-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0.7em;
    }
    .lsfp_section .owl-nav .owl-prev {
        left: 40px;
    }
    .lsfp_section .owl-nav .owl-next {
        right: 40px;
    }
}
@media screen and (max-width: 640px){
    .lsfp-content {
        top: 42%;
        margin: 0;
        padding: 0 1em;
    }
    .lsfp_section .lsfp-title {
        font-size: 30px;
        line-height: 35px;
        margin: 0;
        margin-bottom: 10px;
    }
    .lsfp_section .lsfp-sub-title {        
        margin-bottom: 2em;
    }
    .lsfp_section .owl-nav .owl-prev, .lsfp_section .owl-nav .owl-next {
        display: none;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev,
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        display: none;
    }
}
@media screen and (max-width: 375px){
    .lsfp-content {
        top: 50%;
    }
    .lsfp_section .lsfp-sub-title {        
        margin-bottom: 1.5em;
    }
}
@media screen and (max-width: 320px){
    .lsfp_section .lsfp-title {
        font-size: 20px;
        line-height: 22px;
    }
    .lsfp_section .lsfp-sub-title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 1em;
    }
}


.swiper-button-prev,.swiper-button-next {
    background: none!important;
}
.swiper-button-prev i.fas.fa-chevron-left, .swiper-button-next i.fas.fa-chevron-right {
    color: #000000;
    background: #fff;
    padding: 8px 16px;
    font-size: 17px;
    width: 50px;
    height: 50px;
    line-height: 35px;
    text-align: center;
}


