/*---------------------------------------------------
JQUERY FATEPICKER
----------------------------------------------------*/

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover .ui-icon {
    color: #FC624D !important;
}

.ui-datepicker .ui-datepicker-header .ui-icon {
    font-size: 14px !important;
    transition: .4s;
    top: 50%;
    transform: translatey(-4px);
}

div#ui-datepicker-div {
    border: blanchedalmond;
    width: 239px;
    border-radius: 0px;
    overflow: hidden;
    padding: 0 10px;
}

.ui-datepicker-header.ui-widget-header {
    background-color: #EFF0F4 !important;
    border-bottom: none !important;
}

td.ui-datepicker-days-cell-over.ui-datepicker-today,
td.ui-datepicker-days-cell-over.ui-datepicker-today a {
    background-color: #EFF0F4 !important;
}

td.ui-datepicker-days-cell-over.ui-datepicker-today a.ui-state-highlight {
    border: none;
}

td a.ui-state-default {
    font-size: 11px;
}

a.ui-state-default.ui-state-hover {
    background-color: transparent !important;
}

.ui-datepicker-calendar tbody td:hover {
    background: #EFF0F4;
}

.ui-datepicker th {
    font-size: 12px;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 12px;
}

.ui-datepicker .ui-datepicker-header .ui-icon:before {
    margin-bottom: 6px;
    display: block;
}

.ui-datepicker table {
    margin-bottom: 0 !important;
    border-top: none !important;
}

.ui-datepicker .ui-datepicker-header {
    border-radius: 0px !important;
    overflow: hidden;
    border: 0px !important;
}

table.ui-datepicker-calendar tr:first-child {
    border-top: none !important;
}

.ui-widget-content tr {
    height: 35px !important;
}


/*---------------------------------------------------
Elementor Css
----------------------------------------------------*/

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    flex-grow: unset;
}

/* video button */
.elementor-custom-embed-play i.eicon-play:before {
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

div.elementor-custom-embed-play i {
    font-size: 14px;
}

.elementor-custom-embed-play {
    width: 92px;
    height: 92px;
    line-height: 92px;
    text-align: center;
    background-color: var(--white-color);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.elementor-wrapper.elementor-open-lightbox {
    position: relative;
}

.elementor-wrapper.elementor-open-lightbox:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: "";
    border-radius: 10px;
    z-index: 1;
    opacity: 0.2;
}

.elementor-custom-embed-play {
    z-index: 2;
}


/* Video Butoon Animation  */
.elementor-open-lightbox {
    z-index: 99;
}

.elementor-custom-embed-play:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.elementor-icon {
    display: inline-flex !important;
}

.elementor-widget-text-editor .elementor-drop-cap {
    line-height: 0;
}

/* graditent text */
.fbth-addons-feature-icon.icon-type-text .gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*Contact Form 4 Button Css*/

.custom_design_contact4 {
    font-size: 16px;
    font-weight: 600 !important;
    letter-spacing: -0.16px;
    position: relative;
    background: #FFBB38 !important;
    z-index: 1 !important;
}

.custom_design_contact4:after {
    background: #111111;
    position: absolute;
    content: '';
    top: 10px;
    left: 10px;
    height: 100%;
    width: 100%;
    z-index: -2;
    transition: all .5s ease;
}
.custom_design_contact4.contact_04copy:after {
	border-radius: 40px;
}
.custom_design_contact4:before {
    background: #FFBB38;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.custom_design_contact4.contact_04copy:before {
    background: #F9D783;
	border-radius: 40px;
}

.custom_design_contact4:hover:after {
    left: 0;
    top: 0;
}

.custom_design_contact4:hover {
    color: #111111 !important;
}



/*Page Button hover css */
.fbth-addons-btn span.icon-after.btn-icon {
    transform: translate(0px, 0px);
}

.fbth-addons-btn:hover span.icon-after.btn-icon {
    transform: translate(10px, -5px);
}


/*Isotope Nav menu style*/
.pf-isotope-nav li {
    background-color: transparent;
    border-radius: 40px;
}
.pf-isotope-nav li:hover, 
.pf-isotope-nav li.active{
    background-color: #F9D783;
    color: #191919 !important;
}


/*Portfolio Thumbnail Hover Effect*/
.redtheme-portfolio-thumbnail {
    overflow: hidden;
	z-index: 1;
}
.redtheme-portfolio-thumbnail:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(-45deg, #000 0%, #000 25%, #f9d783 50%, #f94d1c 75%, #0e1021 100%);
    background: -webkit-linear-gradient(-45deg, #000 0%, #000 25%, #f9d783 50%, #f94d1c 75%, #0e1021 100%);
    transition: 0.5s all;
    opacity: 0;
    visibility: hidden;
    background-size: 400% 400%;
    background-repeat: no-repeat;
}

.redtheme-portfolio-thumbnail:hover:before {
    background-position: 100% 100%;
    opacity: .8;
    visibility: visible;
}

.portfolio-btn a {
    font-weight: 600;
	font-size: 16px;
}
.portfolio-btn a:hover{
	color: #0a58ca;
}
.portfolio-btn a:hover svg path {
    stroke: #0a58ca;
}


/*Service 3 Image padding*/
.redtheme-portfolio-item.style-three .redtheme-portfolio-thumbnail {
    margin-bottom: 20px;
}








/*Hero Animation css*/
.hero_animation1{
	animation: hero1_circle 4s linear infinite;
}
@keyframes hero1_circle{
	to{
		transform: rotate(360deg);
	}
}


.hero_animation2{
	animation: hero2_circle 4s linear infinite;
	transform: translate(-20px, 0px);
}
@keyframes hero2_circle{
	50%{
		transform: translate(2px, 0px);	
	}
}

.hero_animation3{
	animation: hero3_circle 6s linear infinite;
	transform: translate(0px, 20px);
}
@keyframes hero3_circle{
	50%{
		transform: translate(0px, -10px);	
	}
}

.hero_animation4{
	animation: hero4_circle 4s linear infinite;
	transform: rotate(0deg);
}
@keyframes hero4_circle{
	50%{
		transform: rotate(-15deg);
	}
}

.hero_animation5{
	animation: hero5_circle 6s linear infinite;
	transform: rotate(0deg);
}
@keyframes hero5_circle{
	from{
		transform: rotate(-360deg);
	}
}

.hero_animation6{
	animation: hero6_circle 3s linear infinite;
	opacity: 1;
}
@keyframes hero6_circle{
	50%{
		opacity: 0.3;
	}
	100%{
		opacity: 1;
	}
}




/*Button Animation Common*/
.button_style1 a,
button.button_style1{
	overflow: hidden;position: 
		relative;z-index: 1;
}

.button_style1 a:before,
button.button_style1:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    content: "";
    z-index: -1;
    opacity: 0.4;
    transform: skewX(-45deg);
    margin-left: -150px;
    transition: all 0.5s ease-in-out;
	animation: button1_animate_before 3s linear infinite;
}
@keyframes button1_animate_before{
	50%{
		opacity: 0.1;
	}
}
.button_style1 a:after,
button.button_style1:after{
    position: absolute;
    right: 20px;
    bottom: -130%;
    width: 50px;
    height: 70px;
    background-color: #ffffff;
    content: "";
    opacity: 0.4;
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
	animation: button1_animate_after 4s linear infinite;
}
@keyframes button1_animate_after{
	50%{
		opacity: 0.1;
	}
}
.button_style1 a:hover:before,
button.button_style1:hover:before{
    margin-left: -90px;
}
.button_style1 a:hover:after{
    bottom: -70%;
}
button.button_style1:hover:after{
    bottom: -90%;
}


/*Button Style 2*/
.button_style2 a,
button.button_style2{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.button_style2 a:before,
button.button_style2:before{
    position: absolute;
    left: 0;
    top: 50%;
    width: 80px;
    height: 80px;
    background-color: #1d1d1f;
    content: "";
    transform: skewx(35deg) translate(-150%, -50%);
    z-index: -1;
    transition: all 0.6s linear;
	opacity: 0;
}
.button_style2 a:after,
button.button_style2:after{
    position: absolute;
    left: 0;
    top: 50%;
    width: 80px;
    height: 80px;
    background-color: #1d1d1f;
    content: "";
    transform: skewx(35deg) translate(-150%, -50%);
    z-index: -1;
    transition: all 0.6s linear;
	opacity: 0;

}
.button_style2 a:hover:before,
button.button_style2:hover:before{
    transform: skewx(35deg) translate(350%, -50%);
	opacity: 1;
	transition-delay: 0.2s;
}
.button_style2 a:hover:after,
button.button_style2:hover:after{
    transform: skewx(35deg) translate(350%, -50%);
	opacity: 1;
	transition-delay: 0.3s;
}







/*Scroll To Top Css*/
.fbth-scrolltotop-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 999;
	transition: all 0.5s linear;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}
.fbth-scrolltotop-wrap.active{
	bottom: 80px;
	opacity: 1;
	visibility: visible;
}
.fbth-scrolltotop-wrap .fbth-scrolltotop span svg {
    width: 25px;
    height: 25px;
    fill: #ffffff;
}
.fbth-scrolltotop-wrap .fbth-scrolltotop {
    width: 50px;
    height: 50px;
    background-color: #1d1d1f;
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
	color: #ffffff;
	border: 1px solid #44444d;
    font-weight: 700;
	overflow: hidden;
	
}
.fbth-scrolltotop-wrap:after,.fbth-scrolltotop-wrap:before {
    content: "";
    background-color: #44444d;
    width: 100%;
    height: 100%;
    transform: scale(0.5);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: -1;
	animation: scroll_fade 3s linear infinite;
	opacity: 1;
	
}
@keyframes scroll_fade{
	60%{
		opacity: 0;
		transform: scale(2);
	}
	70%{
		opacity: 0;
		transform: scale(3);	
	}
	80%{
		opacity: 0;
		transform: scale(0.5);	
	}
	100%{
		opacity: 1;
		transform: scale(0.5);	
	}
}
.fbth-scrolltotop-wrap:before{
	animation-delay: 1s;
}



/*Home 1 Client Ticket Slider*/
.home1_clients_ticker_slider .slick-track,
.home2_clients_ticker_slider .slick-track{
    display: inline-flex;
    align-items: center;
}

/*Home 1 step icon border*/
.step3_icon_box_single2 .elementor-icon-box-icon,
.step3_icon_box_single1 .elementor-icon-box-icon,
.step3_icon_box_single3 .elementor-icon-box-icon{
    position: relative;
    z-index: 1;
}

.step3_icon_box_single2 .elementor-icon-box-icon:after,
.step3_icon_box_single1 .elementor-icon-box-icon:after,
.step3_icon_box_single3 .elementor-icon-box-icon:after{
    content: "";
    position: absolute;
    right: 0;
    top: 48px;
    width: 100%;
    height: 1px;
    background-color: #44444D;
    z-index: -1;
}

.step3_icon_box_single3 .elementor-icon-box-icon:after{
	width: 50%;
	right: auto;
	left: 0;
}
.step3_icon_box_single1 .elementor-icon-box-icon:after{
	width: 50%;
}


/*home 1 Testimonials */
.home1_testimonial .slick-slide {
    display: flex !important;
    flex-direction: column-reverse;
    margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.home1_testimonial .slick-slide:before {
    content: '';
    width: 60px;
    height: 300px;
    position: absolute;
    right: 80px;
    background-color: #ffffff;
    transform: skewX(20deg);
    top: -300px;
	z-index: -1;
	opacity: 0.1;
	transition: all 0.5s ease-in-out;
	visibility: hidden;
	animation: home2_testimonial2 5s linear infinite;
}
.home1_testimonial .slick-slide:after {
    content: '' !important;
    width: 90px;
    height: 300px;
    position: absolute;
    right: 110px;
    background-color: #ffffff;
    transform: skewX(20deg);
    top: -300px;
	z-index: -1;
	opacity: 0.1;
	transition: all 0.7s ease-in-out;
	visibility: hidden;
	animation: home2_testimonial2 3s linear infinite;
}
.home1_testimonial .slick-slide:hover:after,
.home1_testimonial .slick-slide:hover:before{
	visibility: visible;
}
.home1_testimonial .slick-slide:hover:before{
	top: -210px;
}
.home1_testimonial .slick-slide:hover:after{
	top: -180px;
}


.home1_testimonial .slick-slide,
.home1_testimonial .slick-slide .tm-slider-description p,
.home1_testimonial .slick-slide .tm-slider-name h6{
	transition: all 0.2s ease-in-out !important;
}
.home1_testimonial .slick-slide:hover .tm-slider-description p,
.home1_testimonial .slick-slide:hover .tm-slider-name h6{
	color: #ffffff !important;
}

.home1_testimonial .slick-slide .tm-slider-description {
    position: relative;
    z-index: 1;
}
.home1_testimonial .tm-slider-description:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('https://redindex.net/demos/wp/optix/wp-content/uploads/2024/01/Capturcxcxe.png');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

/*Pricing Price List*/
.optix_price_list .fbth-pricing-features {
    flex-direction: column;
}

.optix_price_list .fbth-pricing-features ul {
	list-style: none;
    display: flex;
    flex-direction: column;
}

.optix_price_list .fbth-pricing-features ul i {
	padding-right: 8px;
}

.optix_price_list .fbth-pricing-features ul li i.icon-active {
	color: #cdfb45;
}


.optix_price_list .pricing-box-wrap {
    flex-wrap: unset;
}
.optix_price_list .pricing-box-wrap .fbth-pricing-item-wrap {
    width: 33% !important;
    flex: 33% !important;
}


/* Pricing FAQ */
.optix_pricing_faq .fbth-accordion-text {
    width: 85%;
}
.optix_price_list .fbth-pricing-item .fbth-price-wrap span, .optix_price_list .fbth-pricing-item .fbth-price-wrap h2,
.optix_price_list .fbth-pricing-item .fbth-pricing-features, .optix_price_list .fbth-pricing-item{
    transition: all 0.3s ease-in-out;
}
.optix_price_list .fbth-pricing-item:hover .fbth-price-wrap span, .optix_price_list .fbth-pricing-item:hover .fbth-price-wrap h2 {
    color: #ffffff !important;
}
.optix_price_list .fbth-pricing-item:hover .fbth-pricing-features {
    color: #fff;
}
.optix_price_list .fbth-pricing-item:hover .fbth-pricing-features ul li i{
	color: #cdfb45;
}

.optix_price_list .fbth-pricing-item {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.optix_price_list .fbth-pricing-item .fbth-btn-wrapper a{
	transform: scale(1);
	transition: all 0.2s ease-in-out;
}
.optix_price_list .fbth-pricing-item .fbth-btn-wrapper a:hover{
	transform: scale(0.9);
}

.optix_price_list .fbth-pricing-item:before {
    position: absolute;
    right: -220px;
    top: 0;
    width: 150px;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: 0.1;
	z-index: -2;
    transform: skewX(10deg);
    transition: all 0.5s ease-in-out;
	animation: pricing_beep 3s linear infinite;
}
.optix_price_list .fbth-pricing-item:after {
    position: absolute;
    right: -220px;
    top: 0;
    width: 150px;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: 0.2;
	z-index: -1;
    transform: skewX(10deg);
    transition: all 0.8s ease-in-out;
	animation: pricing_beep 3s linear infinite;
	animation-delay: 2s;
}


.optix_price_list .fbth-pricing-item:hover:after{
	right: -80px;
}
.optix_price_list .fbth-pricing-item:hover:before{
	right: -130px;
}


@keyframes pricing_beep{
	50%{
		opacity: 0.5;
	}
}


/*Home 1  Blog Css*/
.home1_blog_section .post-thumbnail-wrapper {
    border-radius: 16px;
    overflow: hidden;
}
.home1_blog_section .post-top-meta {
    flex-direction: row-reverse;
    justify-content: start !important;
    gap: 20px;
}
.home1_blog_section .post-btn-wrap svg{
	transition: all 0.3s ease-in-out;
	transform: translate(0px, -0px);
}
.home1_blog_section .post-btn-wrap a:hover svg {
    transform: translate(5px, -5px);
}
.home1_blog_section .post-top-category {
    display: inline-flex !important;
}

/*Subscriber form css*/
.subscriber_email .subscriber_form_field p {
    display: flex;
}
.subscriber_email .subscriber_form_field p br {
    display: none;
}


/*Video Button Icon Animation*/
.home2_modal_btn_custom {border-radius: 50% !important;overflow: hidden;height: 80px;}
.home2_modal_btn_custom a {
    margin-left: 13px;
    margin-top: 5px;
}
.home2_modal_video_icon_animation {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
	animation: button_circle_fade 3s linear infinite;
	transform: scale(1);
	opacity: 0;
}

@keyframes button_circle_fade{
	20%{
		transform: scale(1.5);
		opacity: 0.5;
	}
	50%{
		transform: scale(2);
		opacity: 0;
	}
	70%{
		transform: scale(2.2);
		opacity: 0;
	}
	100%{
		transform: scale(1);
		opacity: 0;
	}
}


/*Home  2 Service Section*/
.home2_service_box .service-widget-wrap .cs-widget-item {
    position: relative;
    z-index: 1;
}
.home2_service_box .service-widget-wrap .cs-widget-item:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    content: "";
    background-color: #1D1D1F;
    z-index: -2;
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
	opacity: 0;
}

.home2_service_box .service-widget-wrap:hover .cs-widget-item:after {
    width: 100%;
    height: 100%;
	opacity: 1;
}
.home2_service_box .service-widget-wrap .service-icon,
.home2_service_box .service-widget-wrap .cs-title,
.home2_service_box .service-widget-wrap .service-excerpt p,
.home2_service_box .service-widget-wrap .cs-btn-wrap svg path,
.home2_service_box .service-widget-wrap .cs-btn-wrap svg,
.button_arrow_action a svg path{
     transition: all 0.3s ease-in-out;
}
.home2_service_box .service-widget-wrap:hover .service-icon {
    margin-left: 0 !important;
}
.home2_service_box .service-widget-wrap:hover .service-excerpt p{
	color: #6C6C73 !important;
}
.home2_service_box .service-widget-wrap:hover .cs-btn-wrap svg path {
    stroke: #ffffff;
}
.home2_service_box .service-widget-wrap .cs-btn-wrap a:hover svg{
	transform: translate(5px,-5px);
}

.button_arrow_action a:hover svg path{
	stroke: var(--e-global-color-fbth_primary);
	transform: translate(5px,-5px);
}

/*Home2 client2 carousel*/
.home2_clients2_carousel button.slick-prev {
    transform: translate(-50px, 0px) !important;
}
.home2_clients2_carousel button.slick-next {
    transform: translate(50px, 0px) !important;
}
.home2_clients2_carousel .slick-list {
    padding: 20px 10px 68px 10px;
}
.home2_clients2_carousel .fbth-testimonial__img{
	transition: all 0.2s linear;
}
.home2_clients2_carousel .fbth-testimonial__img{
	transition: all 0.2s linear;
	transform: scale(1);
}

.home2_clients2_carousel .slick-slide:hover .fbth-testimonial__img{
	transform: scale(1.1);
}
.home2_clients2_carousel .fbth-testimonial-img-identi {
    position: relative;
}

.home2_clients2_carousel .fbth-testimonial-img-identi .user-identity {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    transform: translate(0px, 70%);
    height: auto;
    transition: all 0.3s linear;
    opacity: 0;
}
.home2_clients2_carousel .slick-slide:hover .user-identity{
    transform: translate(0px, 160%);
    opacity: 1;	
}

/*Home 2 testimonials*/
.home2_testimonials .fbth-testimonial__single {
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 1;
}
.home2_testimonials .fbth-testimonial__single .quote-icon svg,
.home2_testimonials .fbth-testimonial__single p.fbth-testimonial__decription{
    transition: all 0.2s ease-in-out;
}
.home2_testimonials .fbth-testimonial__single:hover .quote-icon svg {
    fill: var(--e-global-color-fbth_primary) !important;
}

.home2_testimonials .fbth-testimonial__single:hover p.fbth-testimonial__decription{
	color: var(--e-global-color-fbth_white); 
}

.home2_testimonials .fbth-testimonial__single:after {
    position: absolute;
    right: -300px;
    top: 0;
    width: 400px;
    height: 100px;
    content: "";
    background-color: #fff;
    transform: rotate(45deg);
    opacity: 0;
	transition: all 0.7s ease-in-out;
	animation: home2_testimonial2 2s ease-in-out infinite;
}
.home2_testimonials .fbth-testimonial__single:hover:after{
	opacity: 0.1;
	right: -200px;
}

.home2_testimonials .fbth-testimonial__single:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -110px;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    transform: rotate(45deg);
    opacity: 0;
    border-radius: 10px;
	transition: all 0.5s linear;
	animation: home2_testimonial 3s linear infinite;
}
.home2_testimonials .fbth-testimonial__single:hover:before{
	opacity: 0.1;
	bottom: -50px;
}
@keyframes home2_testimonial{
	50%{
		right: 30px;
	}
}
@keyframes home2_testimonial2{
	50%{
		opacity: 0.3;
	}
}


/*Footer Link Animation*/


.footer_link_animation a:hover{
 	text-decoration: underline;
	text-decoration-color: var(--heading-color);
}

.home2_clients2_carousel .fbth-testimonial__img {
    display: inline-flex;
}



/*Featured page small tab css*/
.featured_custom_tab .fbth--tab-content-wrap {
    display: none !important;
}

.featured_custom_tab ul.tabs {
    justify-content: unset;
}

.featured_custom_tab ul.tabs li.tab-link.current {
    background-color: #CBFB45;
    color: #1d1d1f !important;
    border-radius: 40px !important;
}




/*Contact Page Css*/
.single_content_boxel {
    position: relative;
    z-index: 1;
}

.single_content_boxel:after {
    position: absolute;
    right: 70px;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #ffffff;
	opacity: 0;
	transform: translate(0, -120%);
	animation: contact_box 3s linear infinite !important;
}
.contact_sigle_boxwrap .single_content_boxel:nth-child(2):after{
	animation: contact_box 3.5s linear infinite !important;
}
.contact_sigle_boxwrap .single_content_boxel:nth-child(3):after{
	animation: contact_box 4.5s linear infinite !important;
}

.single_content_boxel:hover:after{
	background-color: #CBFB45;
}

.contact_mails input {
    transition: all 0.3s ease-in-out;
}

.single_content_boxel:hover .contact_sub_text .elementor-widget-container{
    background-color: #1d1d1f !important;
}
@keyframes contact_box{
	5%{
		transform: translate(0, -120%);
		opacity: 0.4;
	}
	50%{
		transform: translate(0, 120%);
		opacity: 0.4;
	}
	70%{
		transform: translate(0, 120%);
		opacity: 0.2;
	}
	80%{
		transform: translate(0, 120%);
		opacity: 0;
	}
	100%{
		transform: translate(0, -120%);
		opacity: 0;
	}
}

.contact_mails button.submit-btn svg path {
	transition: all 0.3s ease-in-out;
}
.contact_mails button.submit-btn:hover svg path {
    stroke: #ffffff;
    transform: translate(5px, -5px);
}






/*Home page 3 Banner area css*/
.home3_hero_banner {
/*     clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 100%, 0 74%); */
	clip-path: polygon(0 0, 100% 0, 100% 65%, 35% 100%, 0 74%);

}

/*Home  3 arrow hover color*/
.home3_trusted_slider .swiper-wrapper {
    align-items: center;
}

.home3_trusted_slider .elementor-swiper-button {
    right: auto !important;
    left: 0 !important;
    width: 35px;
    height: 25px !important;
    transform: translate(-120%, 0px) !important;
    background-color: #343438;
    display: flex !important;
    justify-content: center;
    align-items: center;
    top: 0 !important;
    transition: all 0.2s ease-in-out !important;
}
.home3_trusted_slider .elementor-swiper-button svg {
    width: 13px !important;
}
.home3_trusted_slider .elementor-swiper-button.elementor-swiper-button-next {
    margin-top: 30px;
}
.home3_trusted_slider .elementor-swiper-button:hover {
    background-color: #44444d !important;
}
.home3_globe_image {
    height: 100%;
}
.home3_globe_image img{
	animation: globe_rotate 15s linear infinite;
}
@keyframes globe_rotate{
	to{
		transform: rotate(360deg);
	}
}
.tome3_clients_area {
    position: relative;
    z-index: 1;
}

.tome3_clients_area:after {
    content: "" !important;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 40px solid #2d2d2d;
    transform: rotate(40deg) translate(-60px, 100px);
}
.home3_service_section .cs-widget-item .service-title-icon {
    flex-direction: column !important;
}

.home3_service_section .cs-widget-item .service-icon {
    border-radius: 50%;
    background: rgb(203,251,69);
    background: linear-gradient(180deg, rgba(203,251,69,0.9024859943977591) 0%, rgba(180,136,17,0) 72%);
}

.home3_service_section .cs-widget-item .service-icon svg{
	width: 40px;
	height: 40px;
}
.home3_service_section .cs-widget-item{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.home3_service_section .cs-widget-item:hover .service-icon svg{
	transform: translate(0,-10px);
}
.home3_service_section .cs-widget-item:hover .service-icon svg path{
	fill: #ffffff;
}

.home3_service_section .cs-widget-item:hover .service-excerpt p {
    color: #ffffff !important;
}

.home3_service_section .cs-widget-item:hover .cs-btn-wrap a svg path {
    stroke: #CBFB45;
}
.home3_service_section .cs-widget-item .cs-content-title:hover h5 {
    color: var(--accent-color) !important;
}

.home3_service_section .cs-widget-item,
.home3_service_section .cs-widget-item:hover .cs-btn-wrap a svg path,
.home3_service_section .cs-widget-item:hover .service-icon svg path,
.home3_service_section .cs-widget-item .service-icon svg,
.home3_service_section .cs-widget-item .cs-content-title h5{
    transition: all 0.3s ease-in-out !important;
}

.service-style-one .cs-btn-wrap:hover span.btn-icon svg{
	transform: translate(5px, -5px);
}
.home3_service_section .cs-widget-item:before, .home3_service_section .cs-widget-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 130px;
    border: 15px solid #44444d;
    transform: rotate(45deg);
    margin-left: -200px;
    opacity: 0.7;
	transition: all 0.3s ease-in-out;
	
}

.home3_service_section .cs-widget-item:after {
    top: 70px;
    border-width: 10px;
    opacity: 0.3;
	transition: all 0.7s ease-in-out;
}
.home3_service_section .cs-widget-item:hover:before, .home3_service_section .cs-widget-item:hover:after{
	margin-left: -70px;
}
.home3_service_section .cs-widget-item:hover:after{
	margin-left: -90px;
}

.home3_testimonials .slick-list.draggable {
    padding-bottom: 20px;
	padding-top: 60px;
}

.home3_testimonials .user-image {
    position: absolute;
    left: 30;
    top: 0;
    transform: translate(0px, -50%);
}

.home3_testimonials .testimonial-content {
    width: 100%;
}

.home3_testimonials .testimonial-content {
    display: flex;
    flex-direction: column;
}

.home3_testimonials .testimonial-content .fbth-testimonial__decription {
    order: 3;
}

.home3_testimonials .testimonial-content .quote-icon {
    order: 2;
}

.home3_testimonials .testimonial-content .user-identity {
    order: 1;
}
.home3_testimonials,
.home6_testimonials{
    position: relative;
    z-index: 1;
}
.home3_testimonials ul.fbth-testimonial-slider-dot-list,
.home6_testimonials ul.fbth-testimonial-slider-dot-list{
    right: 0;
    left: auto;
    margin: 0;
    bottom: 0;
    transform: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-right: -60px;
    row-gap: 10px;
}
.home3_testimonials ul.fbth-testimonial-slider-dot-list li,
.home6_testimonials ul.fbth-testimonial-slider-dot-list li{
    background-color: transparent;
    border: 1px solid #1d1d1f;
    border-radius: 0;
    width: 10px;
    height: 22px;
	margin: 0 !important;
}
.home3_testimonials .fbth-testimonial ul.fbth-testimonial-slider-dot-list li.slick-active,
.home6_testimonials .fbth-testimonial ul.fbth-testimonial-slider-dot-list li.slick-active{
    width: 10px !important;
    height: 22px !important;
	border-radius: 0 !important;
}
.home3_blog_left .post-content-wrap, .home3_blog_right .post-content-wrap {
    position: relative;
    z-index: 1;
}
.home3_blog_left .post-content-wrap .post-content {
    position: absolute;
    left: -35px;
    bottom: 20px;
    background-color: #1d1d1f;
    max-width: 280px;
    min-height: 160px;
}
.home3_blog_right .post-content-wrap .post-content {
	position: absolute;
    right: -50px;
    border: 15px solid #cbfb45;
    width: 80%;
    height: 80%;
    bottom: 50%;
    transform: translate(0px, 50%);
}

.home3_blog_right div {
    height: 100%;
}

.home3_blog_right .post-thumbnail-wrapper a {
    height: 100%;
}

.home3_blog_right .post-thumbnail-wrapper a img {
    height: 100% !important;
    width: 100%;
    transform: unset !important;
    object-fit: cover;
}
.home3_blog_right .post-content-wrap .post-content div {
    height: auto;
}

.home3_blog_right .post-content-wrap .post-content .post-top-category,
.home3_blog_left .post-content-wrap .post-content .post-top-category{
    display: none;
}

.home3_blog_right .post-content-wrap .post-content .post-top-meta {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg) translate(-70px, -120px);
    margin: 0;
}

.home3_blog_right .post-content-wrap .post-content .post-title {
    border: 0;
    padding: 0;
}
.home3_blog_right .post-thumbnail {
    position: relative;
    z-index: -1;
}

.home3_blog_right .post-thumbnail:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
	border-radius: 8px;
}
.home3_blog_left .post-title {
    padding: 0 !important;
    border: 0 !important;
}
.home3_blog_left .post-top-meta {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg) translate(-50%, -40px);
}
.home3_blog_left .post-content-wrap .post-content span.post-date {
    font-size: 13px;
	letter-spacing: 1px;
}

.home3_blog_left .post-thumbnail{
	overflow: hidden;
	border-radius: 8px;
}





/*Home 3 Button */
.home3_button a,
.home3_button2 button,
.home6_slider_section a.fbth-slider-btn.btn,
.home6_button a{
	overflow: hidden;
	position: relative;
	z-index: 1;
} 
.home3_button2,
.home3_button2 a{
	overflow: hidden;
	border-radius: 8px;
}
.home3_button a:before,
.home3_button2 a:before,
.home3_button2 button:before,
.home6_slider_section a.fbth-slider-btn.btn:before,
.home6_button a:before{
    content: '';
    background-color: rgba(255,255,255,0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	top: 0;
    left: 0;
    right: auto;
}
.home3_button a:after,
.home3_button2 a:after,
.home3_button2 button:after,
.home6_slider_section a.fbth-slider-btn.btn:after,
.home6_button a:after{
    content: '';
    background-color: rgba(255,255,255,0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	bottom: 0;
    right: 0;
    left: auto;
}
.home3_button a:hover:before,
.home3_button2 a:hover:before,
.home3_button2 button:hover:before,
.home6_slider_section a.fbth-slider-btn.btn:hover:before,
.home6_button a:hover:before{
    width: 100%;
    right: 0;
    left: auto;
}
.home3_button a:hover:after,
.home3_button2 a:hover:after,
.home3_button2 button:hover:after,
.home6_slider_section a.fbth-slider-btn.btn:hover:after,
.home6_button a:hover:after{
    width: 100%;
    left: 0;
    right: auto;
}

.home6_slider_section a.fbth-slider-btn.btn:before,
.home6_slider_section a.fbth-slider-btn.btn:after,
.home6_button a:before,
.home6_button a:after,
.home3_button2 a:before,
.home3_button2 a:after,
.home3_button2 button:before,
.home3_button2 button:after{
	background-color: var(--heading-color);
	z-index: -1;
}








.home6_slider_section a.fbth-slider-btn.btn {
    border-radius: 0;
}

.home3_blog_left .post-content a.post-btn,
.home3_blog_right .post-content a.post-btn{
    position: relative;
    z-index: 1;
}

.home3_blog_left .post-content a.post-btn:after,
.home3_blog_right .post-content a.post-btn:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    background-color: var(--light-background);
    transform: translate(60px, -4px);
    transition: all 0.3s ease-in-out;
}

.home3_blog_left .post-content a.post-btn:hover:after,
.home3_blog_right .post-content a.post-btn:hover:after{
    background-color: var(--accent-color);
    width: 50px;
}
.home3_blog_left .post-content:hover a.post-btn:after,
.home3_blog_right .post-content:hover a.post-btn:after{
    background-color: var(--accent-color);
}


.home3_blog_left.home4_blog_left .post-content:hover a.post-btn:after,
.home3_blog_right.home4_blog_right .post-content:hover a.post-btn:after{
    background-color: #ffd234;
}
.home3_blog_left.home4_blog_left .post-content a.post-btn:hover:after,
.home3_blog_right.home4_blog_right .post-content a.post-btn:hover:after{
    background-color: #ffd234;
    width: 50px;
}











/* Home 4 Animations */
.home4_hero_animation3{
	animation: hero_shape_grow 2s linear infinite;
	transition: 2s ease-in-out;
}

@keyframes hero_shape_grow{
	50%{
		transform: scale(1.2);
	}
}

.home4_animation1{
	animation: home4_squre 4s linear infinite;
	transform: translate(20px, 0px);
}
@keyframes home4_squre{
	50%{
		transform: translate(-10px, 0px);	
	}
}

.home4_animation2{
	animation: home4_divider 4s linear infinite;
	transform: translate(-110%, 0);
	opacity: 1;
}
@keyframes home4_divider{
	10%{
		transform: translate(0, 0);
		opacity: 1;
	}
	50%{
		transform: translate(0, 0);
		opacity: 1;
	}
	60%{
		transform: translate(110%, 0);
		opacity: 1;
	}
	80%{
		transform: translate(110%, 0);
		opacity: 0;
	}
	100%{
		transform: translate(-110%, 0);
		opacity: 0;
	}
}




.home4_structures {
    position: relative;
    z-index: 1;
}

.home4_structures:after {
    content: "" !important;
    position: absolute !important;
    width: 100%;
    height: 90%;
    right: -50px;
    top: -50px;
    border: 15px solid #3d3d3d;
    border-radius: 8px;
}


/* Home 4 Hero Section */

.home4_hero_userbox {
    opacity: 1;
}

.home4_hero_userbox2 {
    opacity: 0.4;
}

.home4_hero_userbox3 {
    opacity: 0.1;
}



/* Home 4 Service Section */
.home4_service_section .cs-widget-item .service-title-icon {
    flex-direction: column !important;
}

.home4_service_section .cs-widget-item .service-icon {
    border-radius: 50%;
	background: #FFD234;
    background: linear-gradient(180deg, rgba(255,210,52,1) 0%, rgba(180,136,17,0) 72%);
}

.home4_service_section .cs-widget-item .service-icon svg{
	width: 40px;
	height: 40px;
}
.home4_service_section .cs-widget-item{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.home4_service_section .cs-widget-item:hover .service-icon svg{
	transform: translate(0,-10px);
}
.home4_service_section .cs-widget-item:hover .service-icon svg path{
	fill: var(--light-background);
}

.home4_service_section .cs-widget-item:hover .service-excerpt p {
    color: #ffffff !important;
}

.home4_service_section .cs-widget-item:hover .cs-btn-wrap a svg path {
    stroke: #FFD234;
}
.home4_service_section .cs-btn-wrap a:hover svg path {
    stroke: #FFD234 !important;
}


.home4_service_section .cs-widget-item,
.home4_service_section .cs-widget-item:hover .cs-btn-wrap a svg path,
.home4_service_section .cs-widget-item:hover .service-icon svg path,
.home4_service_section .cs-widget-item .service-icon svg,
.home4_service_section .cs-widget-item .cs-content-title h5{
    transition: all 0.3s ease-in-out !important;
}

home4_service_section .service-style-one .cs-btn-wrap:hover span.btn-icon svg{
	transform: translate(5px, -5px);
}
.home4_service_section .cs-widget-item:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    height: 130px;
    background-color: #44444d;
	border-radius: 10px;
    transform: rotate(45deg);
    margin-top: -200px;
	margin-right: -70px;
    opacity: 0.7;
	transition: all 0.4s ease-in-out;
	
}
.home4_service_section .cs-widget-item:after {
    content: "";
	right: 0px;
    bottom: 0px;
    position: absolute;
    width: 130px;
    height: 130px;
	border: 12px double #44444d;
	border-radius: 6px;
    transform: rotate(45deg);
	margin-right: -165px;
    opacity: 0.7;
	transition: all 0.3s ease-in-out;

	
}

.home4_service_section .cs-widget-item:after {
    opacity: 0.7;
	transition: all 0.7s ease-in-out;
}
.home3_service_section .cs-widget-item:hover:after{
	margin-left: -70px;
}
.home4_service_section .cs-widget-item:hover:before{
	margin-top: -70px;
}
.home4_service_section .cs-widget-item:hover:after{
	margin-bottom: -10px;
	margin-right: -80px;
}


/* Home 4 Feature Section */

.home4_feature_card_left:before {
    content: "";
    position: absolute;
    right: 0;
    height: 100px;
    width: 100px;
    border: 6px double #44444d70;
    border-radius: 10px;
    transform: rotate(30deg);
    margin-right: -130px;
    opacity: 0.7;
    transition: all 0.2s ease-in-out;
}

.home4_feature_card_left:hover:before {
    margin-right: -55px;
}

.home4_feature_card_right:before {
    content: "";
    position: absolute;
    right: 0;
    height: 100px;
    width: 130px;
    border: 6px double #ffffff70;
    border-radius: 10px;
    transform: rotate(35deg);
    margin-right: -150px;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

.home4_feature_card_right:hover:before {
    margin-right: -60px;
}

.home4_pricing_table .fbth-pricing-item.focused {
    transform: scale(1.1);
}
.home4_pricing_table .fbth-pricing-features {
    flex-direction: column;
}
.home4_pricing_table .fbth-pricing-features ul {
	padding-top: 15px;
}
.home4_pricing_table .fbth-pricing-features ul li {
    font-size: 16px;
    margin-bottom: 12px !important;
}

.home4_pricing_table .fbth-pricing-features ul li span {
    display: inline-flex;
    margin-right: 10px;
}
.home4_pricing_table .fbth-pricing-item.focused ul li span {
	color: #FFD234;
}


.home4_testimonials .slick-list.draggable {
    padding: 20px 10px 20px 0;
}
.home4_testimonials {
    position: relative;
    z-index: 1;
}

.home4_testimonials ul.fbth-testimonial-slider-dot-list {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    transform: unset;
    margin: 0;
    bottom: 0;
    height: 100%;
    margin-right: -60px;
    flex-direction: column;
    row-gap: 10px;
}
.home4_testimonials ul.fbth-testimonial-slider-dot-list li {
    background-color: transparent;
    border: 1px solid #1d1d1f;
}








/* Home 4 Blog Section */
.home4_blog_left .post-content-wrap .post-content span.post-date,
.home4_blog_right .post-content-wrap .post-content span.post-date {
  color: #ffd234;
}

.home4_blog_right .post-content-wrap .post-content {
	border: 15px solid #ffd234;
}

/* Home 4 Button */

.home4_button a{
	overflow: hidden;
	position: relative;
	z-index: 1;
} 

.home4_button a:before{
    content: '';
    background-color: rgba(255,255,255,0.2);
    width: 50%;
    height: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	top: 0;
    left: 0;
    right: auto;
	z-index: -1;
}
.home4_button a:after{
    content: '';
    background-color: rgba(255,255,255,0.2);
    width: 50%;
    height: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	bottom: 0;
    right: 0;
    left: auto;
	z-index: -1;
}
.home4_button a:hover:before{
    height: 100%;
    right: 0;
    left: auto;
}
.home4_button a:hover:after{
    height: 100%;
    left: 0;
    right: auto;
}












/*Home 6 Hero Section*/

.home6_slider_section .fbth-slider-content h6 {
    color: var(--light-background);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff5e;
}
.home6_slider_section .owl-dots {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.home6_slider_section .fbth-slider-single-item {
    position: relative;
    z-index: 1;
}

.home6_slider_section .fbth-slider-single-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: -1;
    opacity: 0.6;
}
.home6_banner_social .elementor-social-icons-wrapper {
    flex-direction: column;
    display: flex;
    row-gap: 30px;
}

.home6_banner_social {
    transform: translate(0px, -50%);
}
.home6_slider_section .fbth-slider-content h4 {
    max-width: 650px;
}
.home6_slider_section .fbth-slider-content p {
    max-width: 550px;
}
.home6_banner_social .elementor-social-icons-wrapper {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 30px !important;
}
.home6_banner_social{
	transform: translate(0, -50%) !important;
} 
.home6_slider_section .fbth-slider-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home6_slider_section .fbth-addons-post-widget-wrap{
	padding: 0;
}


.home6_testimonials .slick-list.draggable {
    padding: 10px 10px 20px 0;
}
.home6_testimonials .testimonial-content {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-left: 40%;
	overflow: hidden;
}
.home6_testimonials .user-image {
    width: auto;
    position: absolute;
    left: 30px;
	padding-left: 7px;
    padding-top: 7px;
	top: 30px;
}
.home6_testimonials .user-image:before,
.home6_testimonials .user-image:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: var(--heading-color);
}
.home6_testimonials .user-image:before{
	width: 2px;
	height: 40px;
}
.home6_testimonials .user-image:after{
	width: 50px;
	height: 2px;
}
.home6_testimonials .testimonial-content .user-identity {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
}
.home6_testimonials .testimonial-content:before {
    position: absolute;
    left: 35%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #1d1d1f;
    content: "";
	transform: translate(0, -120%);
    animation: contact_box 3s linear infinite !important;
}

.home6_testimonials ul.fbth-testimonial-slider-dot-list{
	left: 50%;
	right: auto;
	flex-direction: unset;
	gap: 20px;
	height: auto;
	bottom: -40px;
	transform: translate(-50%, 0);
}

.home6_testimonials ul.fbth-testimonial-slider-dot-list li,
.home6_testimonials .fbth-testimonial ul.fbth-testimonial-slider-dot-list li.slick-active{
	width: 25px !important;
	height: 10px !important;
}


.home6_service_area .service-title-icon {
    flex-direction: column;
}
.home6_service_area .cs-widget-item:hover .service-title-icon svg path {
    stroke: #ffffff;
}

.home6_service_area .cs-widget-item .service-title-icon svg path {
    transition: all 0.3s ease-in-out;
}
.home6_service_area .cs-widget-item:hover .service-title-icon .cs-btn-wrap svg{
	transform: unset;
}
.home6_service_area .cs-widget-item .service-title-icon .cs-btn-wrap:hover svg {
    transform: translate(5px, -5px);
}

.home6_service_area .cs-widget-item 
 .service-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.home6_service_area .cs-widget-item {
    height: 280px;
    position: relative;
}
.home6_service_area .cs-widget-item .service-icon svg path {
    fill: #ffffff26;
    transition: all 0.3s ease-in-out;
	stroke: transparent;
}

.home6_service_area .cs-widget-item:hover .service-icon svg path {
    fill: #44444d;
}

.home6_service_area .cs-widget-item .service-icon svg {
    width: 50px;
    height: 50px;
}
.home6_important_tools .slick-list {
    padding: 20px;
	background-color: #ffffff;
}
.home6_important_tools .fbth-testimonial-slider-arrow {
    position: absolute;
    right: 0;
    top: -10px;
    max-width: 200px;
    left: auto;
    transform: translate(0px, -100%);
}

.home6_important_tools {
    position: relative;
    z-index: 1;
}

.home6_important_tools .fbth-testimonial-slider-arrow button {
    background-color: var(--heading-color) !important;
    border-radius: 0;
    width: 60px !important;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home6_important_tools .fbth-testimonial-slider-arrow button svg {
    width: 15px;
    height: 15px;
}

.home6_important_tools .fbth-testimonial-slider-arrow button.slick-prev.prev {
    left: auto;
    right: 70px;
}
.home6_pricing_table .fbth-pricing-features ul {
    max-width: 200px;
    margin: 0 auto;
    padding-top: 20px;
}
.home6_pricing_table .fbth-pricing-tab a{
	border-radius: 0 !important;
}














/*Home 5 Css Start*/
.home5_service_section .cs-widget-item.service-style-one {
    position: relative;
}
.home5_service_section .service-icon svg {
    height: 55px;
    width: 55px;
}

.home5_service_section .service-icon svg path {
    fill: #1d1d1f;
}

.home5_service_section .service-icon {
    position: absolute;
    right: 50px;
    bottom: 30px;
} 


/*Blog*/
.home5_blog_section .post-title {
    border: none !important;
}

.home5_blog_section .post-content-wrap {
    position: relative;
    overflow: hidden;
}

.home5_blog_section span.post-date {
    position: absolute;
    top: 40px;
    left: -20px;
    transform: rotate(-90deg);
    background-color: #cbfb45;
    padding: 4px 12px;
    border-radius: 4px;
}

.home5_blog_section .post-top-category {
    position: absolute;
    left: 0;
    top: 320px;
}

.home5_blog_section a.post-btn {
    position: absolute;
    right: 30px;
    top: 275px;
}

.home5_blog_section a.post-btn:hover {
    background-color: #1d1d1f !important;
}

.home5_blog_section a.post-btn:hover span.icon-after.btn-icon path {
    stroke: #fff;
    transition: all 0.3s ease-in-out;
}

.home5_blog_section .fbth-addons-post-widget-item.post-style-style-three {
    overflow: hidden;
} 


.hero_blur_shape {
    filter: blur(250px);
}
.home5_blog_section.home6_blog_section span.post-date {
    border-radius: 0;
    background-color: #FFD234;
}

.home6_slider_section button.owl-dot {
    transform: rotate(45deg);
}

.home5_service_section .cs-widget-item{
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home5_service_section .cs-widget-item:after {
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
    background-image: url(
https://redindex.net/demos/wp/optix/wp-content/uploads/2024/01/cdsadsadwe.png
);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -160px;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.home5_service_section .cs-widget-item:hover:after{
  opacity: 0.5;
} 


.home6_blog_section span.category-list {
    position: relative;
	bottom: 0;
}
.home6_blog_section .post-top-meta {
    justify-content: start !important;
}


.home3_button2.home6_email_button{
	border-radius: 0;
}

.home5_service_section.service2_service .service-icon svg path {
    fill: unset;
}
.home4_pricing_table.service2_pricing .fbth-pricing-item.focused ul li span {
    color: var(--accent-color);
}

body.blog a.fbth-icon-btn:after {
    display: none;
}

/*Form Output Css*/
.home1_email_form .wpcf7-response-output{
    position: absolute;
	z-index: 2;
}
.home1_email_form span.wpcf7-not-valid-tip{
	display: none;
}
.home2_email_form span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 2;
    margin-top: 0;
    top: -17px;
}
.home2_email_form .wpcf7-response-output{
	padding-top: 0;
	margin-top: 0;
}


button.fbth-search-submit {
    height: 70px !important;
    width: 90px;
    font-size: 22px;
} 

.main-navigation ul.navbar-nav .menu-item-has-children .sub-menu > li, .main-navigation ul.navbar-nav .menu-item-has-children .sub-menu > li a {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
}






/*Preview Page Css*/
.preview_page_reload span.elementor-counter-number-suffix {
    font-size: 24px;
    position: absolute;
    top: -15px;
}
.preview_progressbar .elementor-widget-progress > .elementor-widget-container {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.preview_progressbar .elementor-widget-progress > .elementor-widget-container .elementor-progress-wrapper {
    width: 50%;
	overflow: unset !important;
}
.preview_progressbar .elementor-widget-progress > .elementor-widget-container .elementor-progress-wrapper .elementor-progress-bar {
    border-radius: 8px;
}
.preview_banner_shape:before {
    content: "" !important;
    position: absolute !important;
    left: -120px !important;
    top: -100px !important;
    width: 382px !important;
    height: 241px !important;
    background-color: #CBFB45;
    border-radius: 50%;
    filter: blur(170px);
}


.preview_page_video_popup,
.preview_page_video_popup iframe{
    height: 540px !important;
}
.section_shape_preview {
    position: relative !important;
    z-index: 1 !important;
}

.section_shape_preview:before,
.section_shape_preview:after{
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    width: 250px !important;
    height: 250px !important;
    z-index: -1;
    background-color: #CBFB45;
    border-radius: 50% !important;
    filter: blur(120px);
    transform: translate(-60%, -50%);
}

.section_shape_preview:after{
	left: auto !important;
	right: 0 !important;
    transform: translate(60%, -50%);
}
.preview_hero-_bg_shape .fbth-modal-button {
    position: relative;
    z-index: 1;
}

.preview_hero-_bg_shape .fbth-modal-button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    z-index: -1;
    background-color: #CBFB45;
    filter: blur(20px);
    transform: translate(-50%, -50%);
}

.single_dome_item{
	transform: translate(0,0);
	transition: all 0.3s ease-in-out;
}
.single_dome_item:hover{
	transform: translate(0,-15px);
}






/*Custom Media Query Start*/


/*Tablet Devise 1200*/
@media (max-width: 1200px){
	
.home4_pricing_table .pricing-box-wrap {
    display: flex;
    flex-direction: unset;
    flex-wrap: unset;
    justify-content: start !important;
    max-width: 100%;
    overflow-y: scroll;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 25px;
}
.home4_pricing_table .fbth-pricing-item.focused {
    transform: scale(1.05);
}
.home4_pricing_table .pricing-box-wrap .fbth-pricing-item-wrap {
    flex: unset;
    width: 300px;
	min-width: 300px;
    max-width: unset;
}
.home6_slider_section .fbth-addons-post-widget-wrap {
    max-width: unset !important;
    flex: unset !important;
}
.home4_pricing_table.home4_pricing .pricing-box-wrap .fbth-pricing-item-wrap {
    width: 33.33%;
}	
.home4_pricing_table .fbth-pricing-item {
    height: unset !important;
}
	
	
	
	
	
	
	

}



/*Tablet Devise 1024 2*/
@media (max-width: 1024px){
	
.optix_price_list .pricing-box-wrap {
    flex-wrap: wrap;
}
.optix_price_list .pricing-box-wrap .fbth-pricing-item-wrap {
    flex: unset !important;
    width: unset !important;
    max-width: 380px;
}	
.step3_icon_box_single2 .elementor-icon-box-icon:after, .step3_icon_box_single1 .elementor-icon-box-icon:after, .step3_icon_box_single3 .elementor-icon-box-icon:after {
    top: 38px;
}	
.step3_icon_box_single2 p.elementor-icon-box-description,
.step3_icon_box_single1 p.elementor-icon-box-description,
.step3_icon_box_single3 p.elementor-icon-box-description{
    padding: 0 5px;
}
	
.home2_clients2_carousel button.slick-prev {
    transform: translate(-30px, 0px) !important;
}	
.home2_clients2_carousel button.slick-next {
    transform: translate(30px, 0px) !important;
}	
.hero_animation5 {
    margin-left: -50px;
}	
	
.fbth-scrolltotop-wrap {
    right: 30px;
    bottom: 30px;
}
.fbth-scrolltotop-wrap.active{
	bottom: 50px;
}

	
.home6_slider_section .fbth-addons-post-widget-wrap {
    max-width: 100%;
    flex: unset;
}	
.home6_testimonials ul.fbth-testimonial-slider-dot-list {
    left: 0;
    transform: unset;
}		
.home6_banner_social .elementor-social-icons-wrapper {
    row-gap: 15px !important;
}
.home6_service_area .cs-widget-item {
    height: 220px;
}	
	
.home5_blog_section a.post-btn {
    top: 205px;
}	
.home6_contact_box{
	overflow: hidden !important;
}	
.home6_slider_section .fbth-slider-single-item > .container {
    max-width: unset;
}	
.home3_blog_left .post-content-wrap .post-content {
    bottom: -50px;
}
.home5_blog_section .post-top-category {
    top: 270px;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}





/*Small Devise 767*/
@media (max-width: 767px){
	
.optix_price_list .pricing-box-wrap {
    flex-wrap: unset;
    justify-content: start !important;
    overflow-y: scroll;
    padding: 0 10px;
}
.optix_price_list .pricing-box-wrap .fbth-pricing-item-wrap {
    max-width: 300px;
    min-width: 300px;
}	
.step3_icon_box_single2 .elementor-icon-box-icon:after, .step3_icon_box_single1 .elementor-icon-box-icon:after, .step3_icon_box_single3 .elementor-icon-box-icon:after {
   display: none;
}		
.footer_link_animation a {
    margin: 0 auto;
}
.home2_unite_alignment li.elementor-icon-list-item {
    flex-direction: column;
}	
.mobile_list_alignment ul.elementor-icon-list-items {
    justify-content: center;
}	
.fbth-scrolltotop-wrap {
    right: 20px;
    bottom: 20px;
}
.fbth-scrolltotop-wrap.active{
	bottom: 40px;
}
.fbth-scrolltotop-wrap .fbth-scrollto{
    font-size: 15px;
}
.home6_banner_social .elementor-social-icons-wrapper {
    row-gap: 10px !important;
}
.home6_service_area .service-card > div {
    flex-wrap: wrap;
    justify-content: center;
}
.home6_service_area .service-card .service-widget-wrap {
    max-width: 250px;
}

.home6_slider_section .fbth-slider-single-item .container {
    max-width: unset;
}
.home6_service_area .cs-widget-item .service-icon svg {
    width: 40px;
    height: 40px;
}
.home6_testimonials .testimonial-content {
    padding-left: 0;
    padding-top: 90px;
}
.home6_testimonials .testimonial-content .user-identity {
    left: auto;
    right: 0;
    width: auto;
    top: 0;
    bottom: auto;
}
.home6_testimonials .user-image {
    left: 20px;
}
.home6_testimonials .testimonial-content:before{
	display: none;
}
.home6_testimonials ul.fbth-testimonial-slider-dot-list {
    gap: 10px;
    bottom: -30px;
}
.home6_testimonials ul.fbth-testimonial-slider-dot-list li,
.home6_testimonials .fbth-testimonial ul.fbth-testimonial-slider-dot-list li.slick-active{
    width: 16px !important;
    height: 8px !important;
}

.home6_blog_wraper{
	overflow: hidden !important;
}

.home6_slider_section .fbth-slider-content h4,
	.home6_slider_section .fbth-slider-content p{
		max-width: 450px;
}
.home3_blog_right .post-content-wrap .post-content {
    right: 20px;
}
.home3_blog_right .post-content-wrap .post-content .post-top-meta {
    transform: rotate(-90deg) translate(-10px, -100px);
}
.home3_blog_right .post-content-wrap .post-content {
    border: 5px solid #cbfb45;
}	
.home3_blog_right .post-title {
    max-width: 300px;
}

.home3_blog_right .post-content p {
    max-width: 350px;
}

.home3_blog_right .post-thumbnail {
    max-height: 300px;
}	
.home3_trusted_slider .elementor-swiper-button {
    width: 30px;
    height: 20px !important;
}	
.home3_testimonials ul.fbth-testimonial-slider-dot-list{
		margin-right: -25px;
	}	
.home3_blog_right .post-content-wrap .post-content .post-top-meta {
    left: 10px;
}
.home3_service_section .service-card > div {
    flex-wrap: wrap;
    justify-content: center;
}
.home3_service_section .service-card .service-widget-wrap {
    max-width: 350px;
}	
.home3_blog_left.home4_blog_left .post-content-wrap .post-content {
    max-width: 250px;
    min-height: 132px;
}
.home4_testimonials ul.fbth-testimonial-slider-dot-list {
    margin-right: -30px !important;
}	
.home4_blog_right .post-thumbnail {
    max-height: 300px;
    min-height: 280px;
}
.home4_blog_right .post-top-meta {
    top: 10px;
}
	
	
	
	
	
	
	
	
	
	
	
	

	
	
	
	
	
}










