

.hero-slide {
    display: flex;
    width: 100%;
    justify-content: center;
    max-width: 1920px;
    margin: 0 auto;
}


.fl-info-slogan{
    font-size: 60px;
    line-height: 1.2;
}





@media (max-width: 1540px) {

.fl-info-slogan {
    font-size: 56px;
}
    
}


@media (max-width: 1440px) {

.fl-info-slogan {
    font-size: 48px;
}
    
    .fl-product-banner{
    display: none;
}
    
    
.hero-slide  .fl-slider-sidebar {
    justify-content: center;

}
    
    
    
}



.fl-slider-content{

    padding-top: inherit;
    display: flex;
    align-items: center;
}


.hero-slide-style-three .fl-slider-content {
    flex-direction: row-reverse;
}



.fl-slider-content-inner{
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
}




.fl-slogan-text {
    padding-top: 2em;
    padding-bottom: 3em;
}


.fl-slider-content-image{
    position: relative;
    max-width: 800px;
    padding-right: 60px;
    display: flex;
    align-items: flex-end;
   
}

@media (min-width: 1200px) {
    
    .fl-slider-content-image{
         min-width: 585px;
        width: 100%;
    }
    

  
    
}

@media (max-width: 1200px) {
    .testimonial-image-plate,.fl-slider-sidebar{
        display: none !important;
    }
    
    .fl-slider-content-image {
    min-width: 50%;
}
    
    
}



@media (max-width: 1000px) {
    .fl-info-slogan {
        font-size: 39px;
    }
    
    .fl-slider-content-inner {
    padding-bottom: 70px;
}
    
    .fl-slider-content {
    padding-top: 70px;
}
    
    
}




@media (max-width: 768px) {

    .fl-slider-content-image{
        display: none !important;
    }
    
    
    .hero-slide {
    justify-content: center;
}
    
    
}


.hero-slide  .fl-slider-content-image img{
    max-width: 100%;
    height: auto;
}
.fl-slider-content-image .fl-circle-svg{
    position: absolute;
    left: 35px;
    top: 0;
    z-index: 2;
    -webkit-animation: slideAnimationImage 3s ease-in-out infinite;
    animation: slideAnimationImage 3s ease-in-out infinite;
}


.fl-circle-svg svg{
    max-width: 100%;
}

.fl-slider-content-image img{
    position: relative;
    z-index: 3;
}

.fl-slider-sidebar {
    background: rgba(235, 90, 49, 0.66);
    max-width: 450px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    z-index: 9;
    position: relative;
    width: 35vw;
}


.hero-slide-skin-2 .fl-slider-sidebar {
    justify-content: center;

}





.fl-slider-sidebar-flex{
      display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;  
}

.fl-slider-sidebar-content{
       padding: 50px 50px 10px 50px; 
}

.fl-slider-sidebar h5{
    color: #fff;
    font-weight: 600;
    font-size: 36px;
    text-align: left;
    line-height: 1.3;
}

.fl-product-info{
    color: #fff;
    font-size: 15px;
    padding: 10px 0 0;
    line-height: 1.7;
    opacity: 0.9;
}


.fl-product-banner{
    text-align: center;
}





.fl-product-banner h6{
    font-size: 22px;
    margin: 0;
    font-weight: 700;
    background: #EAC7AA;
    padding: 30px;
} 


@-webkit-keyframes slideAnimationImage {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideAnimationImage {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}




.testimonial-image-plate{
    position: absolute;
    bottom: 50%;
    right: 80px;
    width: 120px;
    min-height: 120px;
    overflow: hidden;
    z-index: 9;
    padding: 14px;
    display: flex;
    border-radius: 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    -webkit-filter: contrast(.958);
    filter: contrast(.958);
    box-shadow: 0 0.3125rem 0.71875rem 0.65625rem rgba(0, 0, 0, 0.03);
    -webkit-animation: BuilderImageAnimationThree 6s ease-in-out infinite;
    animation: BuilderImageAnimationThree 6s ease-in-out infinite;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
}


.testimonial-image-plate svg{
    width: 35px;
    height: 35px;
    background: #ffab00;
    padding: 8px;
    border-radius: 3px;
}



.testimonial-image-plate svg path{
    fill: #fff;
}



.testimonial-image-plate div {
font-size: 15px;
    line-height: 1.7;
    padding: 7px 0 0;
    font-weight: normal;
}


.testimonial-image-plate h4 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

.fl-slider-content-image{
    position: relative;
}


.fl-product-banner-img{
    position: relative;
    text-align: center;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}


.fl-product-banner-img img{
    max-width: 100%;
    height: auto;
}


@-webkit-keyframes BuilderImageAnimationThree {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(-9px, 0, 0);
        transform: translate3d(-9px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes BuilderImageAnimationThree {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(-9px, 0, 0);
        transform: translate3d(-9px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes DecorIconBoxAnination {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(-52%, -7px, 0);
        transform: translate3d(-52%, -7px, 0);
    }

    to {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes DecorIconBoxAnination {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(-52%, -7px, 0);
        transform: translate3d(-52%, -7px, 0);
    }

    to {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}







.hero-slide .slick-dots{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    z-index: 99;
    bottom: 6px;
    width: 100%;
    margin-left: 20px; 
}


.hero-slide .slick-dots li{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}


.hero-slide .slick-dots li button{
    text-indent: -9999px;
    overflow: hidden;
    background: #fff;
    margin: 5px;
    height: 12px;
    width: 12px;
}




.hero-slide .slick-dots li.slick-active button{
    width: 23px;
    background: #eb5a31;
}



.slick-controls-dots-disable .slick-dots{
   display: none !important;
}



.hero-slide-skin-3 , .hero-slide-skin-4{
    background-color: #979EA1;
}


.hero-slide-skin-3 .hero-slide__img  , .hero-slide-skin-4 .hero-slide__img {
    position: relative;
    left: 140%;
    -webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


.fl-arrows .prev-btn  , .fl-arrows .next-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: #fff;
    }





.fl-arrows .prev-btn i , .fl-arrows .next-btn i{
    background: transparent;
    width: 50px;
    display: inline-block;
    height: 50px;
    border-radius: 100px;
    line-height: 49px;
    font-size: 19px;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.3s ease;
}


.fl-arrows .prev-btn:hover i , .fl-arrows .next-btn:hover i{
    background-color: #fff;
    color: #222;
}

.fl-arrows .btn-wrap{
    display: flex;
    justify-content: space-around;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
}





.marquebox ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.elementor-widget-templines-marquebox{
    overflow: hidden;
}

.marquebox {
    width: 84%;
    animation: 35s linear infinite prt-marque-text;
    will-change: transform;
    white-space: nowrap;
}


.marquebox ul li div {
    position: relative;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    font-size: 70px;
    line-height: 130px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 700;
    justify-content: center;
    align-items: center;

}



@media (max-width: 768px) {
    
    .marquebox ul li div {
               font-size: 30px; 
    }
    

    
}

.marquebox .marquebox_color_style-white   li div{
    color: #fff;
}




.marquebox ul li{
    position: relative;
    display: inline-block;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 700;
}

.marquebox ul li div{
    margin-left: 35px;
    margin-right: 35px;
}


.marquebox ul li div svg{
    position: relative;
    right: -35px;
    width: 60px;
    height: 50px;
}


.marquebox ul li div svg path{
    fill:#222;
}

.marquebox .marquebox_color_style-white  li div svg path{
    fill:#fff;
    stroke:#fff;
}

.marquebox .marquebox__stroker_true li:nth-child(even) div{
    color: transparent;
    -webkit-text-stroke: 1px #222;
}



.prt-marquebox-wrapper {
    width: 84%;
    animation: 135s linear infinite prt-marque-text;
    will-change: transform;
    white-space: nowrap;
}



  @keyframes prt-marque-text {
                0% {
                    transform: translate(0,0)
                }

                100% {
                    transform: translate(-100%,0)
                }
            }



 
.cp-wrapper  .cp-entry-content{
    border-radius: 100px;
    text-align: center;
    background: #fff;
    padding: 70px 10px;
    max-width: 280px;
    margin: 0 auto;
}

.cp-wrapper  .cp-entry-content img{
    max-width: 160px;
}

.cp-content{
    font-size: 32px;
    text-align: center;
    padding-top: 22px;
    line-height: 1.2;
    max-width: 320px;
    margin: 10px auto 10px;
}

.cp-price{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}


.fl-custom-image{
height: 500px;
    background-size: cover !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.fl-cimg{
    width: 50%;
} 


.fl-c1_first{
    border-bottom: 4px solid #fff;
    border-right: 4px solid  #fff;
}

.fl-c1_second{
    border-bottom: 4px solid  #fff;
}

.fl-c1_last{
    border-left: 4px solid  #fff;
    border-right: 4px solid  #fff;
}


.fl-custom-image img{
    width: 100%;
    height: auto;
}





.cp-wrapper.cp-wrapper-style-two .cp-entry-content {
border-radius: 0;
    text-align: center;
    background: transparent;
    padding: 0;
    max-width: 480px;
    position: relative;
    overflow: hidden;
}


.cp-content-wrap{
     max-width: 480px; 
     margin: 0 auto;
}


.cp-wrapper.cp-wrapper-style-two .cp-svg{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}


.cp-wrapper.cp-wrapper-style-two .cp-svg path{
    fill:red;
}


.cp-wrapper.cp-wrapper-style-two   img{
    position: relative;
    z-index: 3;
    top: 50px;   
}



.cp-wrapper.cp-wrapper-style-two .cp-price{
    position: absolute;
    z-index: 6;
    left: 57%;
    top: 178px;
    color: #fff;
    text-align: center;
    width: 94px;
    

}


.cp-wrapper.cp-wrapper-style-two .cp-price-svg{
    position: absolute;
    left: 0;
    top: -31px;
    z-index: -1;

}


.cp-wrapper.cp-wrapper-style-two .cp-price-svg path{
    fill:green;
}

.cp-description{
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
}

.cp-btn{
    text-align: center;
    padding-top: 15px;
    font-size: 15px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center; 
} 


.cp-btn a{
    color: #222 !important;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.cp-svg-star1{
    position: absolute;
    top: 160px;
    left: 0;
}

.cp-svg-star2{
    position: absolute;
    top: 260px;
    right: 0; 
}



.cp-wrapper.cp-wrapper-style-two.cp-wrapper-style-three img {
    position: relative;
    top: -30px;

}


.cp-wrapper.cp-wrapper-style-two  img{
        -webkit-animation: slideAnimationImage 3s ease-in-out infinite;
    animation: slideAnimationImage 3s ease-in-out infinite;
}


@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
