/*---------------------------------------------------
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;
}




.single_dome_item {
    box-shadow: 4px 4px 20px 0px #0000001f;
}

.optix_preview_heading span {
    color: var(--accent-color);
}



/*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;
}











.preloader_text_title h5 {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 30px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease-in-out;
}

.optix_loader3_logo img {
    width: 50px;
}

.optix_loader3_logo {
    text-align: center;
}

.preloadr3_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.preloader_text_title {
    overflow: hidden;
}











/*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;
}



/* Home 7 Service Section */

.home7_service .cs-widget-item:after {
    content: "";
    height: 100%;
    width: 100%;
    background: url(https://redindex.net/demos/wp/optix/wp-content/uploads/2024/04/Group-214.png);
    background-repeat: no-repeat;
    background-position: left;
    opacity: 0.4;
    position: absolute;
    top: -180px;
    left: 24px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.home7_service .cs-widget-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.home7_service .cs-widget-item:hover:after{
  opacity: 1;
}
.home7_service .service-icon{
  transition: all 0.3s ease-in-out;
}

.home7_service .cs-widget-item:hover .service-icon {
    background-color: #cbfb45 !important;
}

/* Home 7 Pricing Section */

.home7_pricing .fbth-pricing-item {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    z-index: 1;
}
.home7_pricing .fbth-pricing-item:after{
  content: "";
  height: 350px;
  width: 350px;
  position: absolute;
  top: -20px;
  left: -110px;
  background-color: #cbfb45;
	opacity: 0.4;
  border-radius: 50%;
  z-index: -1;
	transition: all 0.3s ease-in-out;
}

.home7_pricing .fbth-price-wrap {
    align-content: center;
}

.home7_pricing .fbth-btn-wrapper {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.home7_pricing .fbth-pricing-features {
    padding-top: unset !important;
    padding-left: 60px !important;
    padding-bottom: 50px !important;
}

.home7_pricing .fbth-pricing-features ul {
    padding-left: 20px !important;
}

.home7_pricing .fbth-pricing-features ul li span {
    padding-right: 8px;
}

.home7_pricing .fbth-pricing-tab {
    display: none;
}

.home7_pricing .fbth-pricing-tabs {
    display: none !important;
}

.home7_pricing .fbth-pricing-item.focused:after,
.home7_pricing .fbth-pricing-item:hover:after {
    opacity: 1 !important;
}


/* Home 7 Feature Section */

.home7_feature .elementor-icon:after {
    content: "";
    height: 30px;
    width: 30px;
    background-color: #cbfb45;
    position: absolute;
    left: 10px;
    top: 0px !important;
    border-radius: 50%;
    z-index: -1;
}

/* Home 7 Testimonial */

.home7_testimonial .slick-list.draggable {
    padding: 60px 20px 20px 20px !important
}

.home7_testimonial .fbth-testimonial-slider-arrow {
    max-width: 125px;
    left: 70% !important;
    top: 75% !important;
}

/* Home 7 Blog */

.home5_blog_section.home7_blog_section span.post-date {
    transform: unset !important;
    left: 30px !important;
    top: 30px !important;
}

.home5_blog_section.home7_blog_section .post-btn {
    border-radius: 8px !important;
}


/* Home 8 Feature Section */

.home8_feature:after {
    content: "";
    height: 0%;
    width: 0%;
    background-color: #ffffff20;
    position: absolute;
    transform: rotate(45deg);
    bottom: -200px;
    left: -160px;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.home8_feature {
    position: relative;
    overflow: hidden !important;
    z-index: 1;
}

.home8_feature:hover:after {
  width: 100%;
  height: 100%;
}

/* Home 8 About Us Section */

.home8_about .fbth-addons-btn:hover span.icon-after.btn-icon {
    transform: translate(8px, 0px) !important;
}

.home8_about .fbth-addons-btn {
    overflow: visible !important;
}

.home8_about .fbth-addons-btn-wrapper:after {
    content: "";
    height: 1px;
    width: 75%;
    background-color: #1d1d1f70;
    position: absolute;
    left: 0;
    bottom: 15px;
}

.home8_about span.btn-icon svg{
  z-index: 1;
}

.home8_about .btn-icon:after{
  content: "";
  height: 30px;
  width: 30px;
  background-color: #cbfb45;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 2px;
  z-index: -1;
}

/* Home 8 Service Section */

.home8_service .cs-widget-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.home8_service .service-title-icon {
    flex-direction: column;
}

.home8_service .service-excerpt {
    display: none;
}

.home8_service span.btn-icon {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.home8_service span.btn-icon svg {
    height: 24px;
    width: 24px;
}

.home8_service span.btn-icon svg path {
  stroke: #000;
}

.home8_service .cs-widget-item:after {
  content: "";
  height: 35%;
  width: 40%;
  background-color: #cbfb45;
  position: absolute;
  bottom: -35px;
  right: -30px;
  border-radius: 50% 50% 0% 50%;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}

.home8_service .cs-widget-item:hover:after{
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  border-radius: unset;
}

.home8_service .service-icon svg path {
    stroke: #fff;
    fill: none;
}

.home8_service .cs-widget-item:hover .service-icon {
  border: 1px solid #1d1d1f !important;
}

.home8_service .cs-widget-item:hover .service-icon svg path {
    stroke: #1d1d1f !important;
}

/* Home 8 Portfolio Section */

.home8_portfolio .port-date {
    display: none;
}

.home8_portfolio .redtheme-portfolio-title {
    border: unset !important;
}

.home8_portfolio .portfolio-btn a {
  padding: unset;
}

.home8_portfolio .portfolio-btn a svg path {
    stroke: #1d1d1f !important;
}

.home8_portfolio .portfolio-btn a svg {
    height: 24px;
    width: 24px;
    z-index: 1;
}

.home8_portfolio .portfolio-btn a:after {
    content: "";
    width: 42px;
    height: 42px;
    background-color: #cbfb45;
    border-radius: 50%;
    position: absolute;
    right: 34px;
}

.home8_portfolio .redtheme-portfolio-content {
    display: flex;
    justify-content: space-between;
    align-content: center !important;
}

.home8_portfolio .category-wrapper {
    padding-top: 24px;
}

.home8_portfolio .category-wrapper.illustration {
    overflow: hidden !important;
    padding-bottom: 15px;
}

.home8_portfolio span.redtheme-pf-category {
    background-color: #cbfb45;
    padding: 4px 12px;
}

.home8_portfolio .redtheme-portfolio-thumbnail:before {
    display: none;
}


.home8_portfolio a.redtheme-portfolio-image:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #1d1d1f;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

.home8_portfolio .redtheme-portfolio-item:hover a.redtheme-portfolio-image:after{
  opacity: 0.7;
}
.home8_portfolio .redtheme-portfolio-item {
    position: relative;
    z-index: 1;
}
.home8_portfolio .redtheme-portfolio-item .redtheme-portfolio-content {
    position: absolute;
    left: 10%;
    bottom: 0px;
    z-index: 2;
    width: 80%;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.home8_portfolio .redtheme-portfolio-item:hover .redtheme-portfolio-content {
    opacity: 1;	
	bottom: 20px;
}
.home8_portfolio .redtheme-portfolio-item .category-wrapper {
    position: absolute;
    right: 50px;
    top: 10px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.home8_portfolio .redtheme-portfolio-item:hover .category-wrapper{
    right: 20px;
    opacity: 1;	
}
.home8_portfolio .redtheme-portfolio-content .portfolio-btn {
    display: flex;
    justify-content: end;
}
.home8_portfolio .redtheme-portfolio-content .redtheme-portfolio-title {
    padding: 0 !important;
}






/* Home 8 Testimonial Section */

.home8_testimonial .fbth-testimonial ul.fbth-testimonial-slider-dot-list{
  bottom: -48px;
}

/* Home 8 Contact Section */

.home8_contact_card span.elementor-icon {
    z-index: 1;
    position: relative;
}

.home8_contact_card span.elementor-icon:after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ffffff80;
    position: absolute;
    left: 9px !important;
    top: 0;
    z-index: -1;
}

.home8_contact_card span.elementor-icon svg path{
  stroke: #cbfb45;
}

.home8_contact_card .fbth-accordion-single-item {
    border-bottom: 1px solid #cbfb45 !important;
    padding: 20px !important;
}


/* Home 9 Service Section */

.home5_service_section.home9_service .cs-widget-item:after {
    height: 200px;
    width: 200px;
    background-image: unset !important;
    background-color: #ffd234;
    top: 57%;
    left: 74%;
    border-radius: 50% 50% 0%  50%;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    filter: blur(50px);
}
.home5_service_section.home9_service .cs-title {
  transition: all 0.2s ease-in-out;
}

.home5_service_section.home9_service .service-excerpt p {
  color: #ffffffCC !important;
  transition: all 0.2s ease-in-out;
}

.home5_service_section.home9_service .cs-widget-item:hover:after{
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  filter: unset;
}

.home5_service_section.home9_service span.btn-icon svg {
    height: 42px;
    width: 42px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}
.home5_service_section.home9_service span.btn-icon svg path{
  transition: all 0.2s ease-in-out;
}

.home5_service_section.home9_service .cs-widget-item:hover span.btn-icon svg path {
  stroke: #1d1d1f;
}
.home5_service_section.home9_service .cs-widget-item:hover span.btn-icon svg {
  border: 1px solid #1d1d1f !important;
}

.home5_service_section.home9_service .cs-widget-item:hover .service-excerpt p{
  color: #1d1d1f !important;
}

/* Home 9 Pricing Section */

.home4_pricing_table.home4_pricing.home9_pricing .fbth-pricing-item {
    overflow: hidden;
}

.home4_pricing_table.home4_pricing.home9_pricing .fbth-pricing-item:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1d1d1f30;
  position: absolute;
  transform: rotate(120deg);
  left: -100px;
}

.home4_pricing_table.home4_pricing.home9_pricing span.fbth-pricing-icon {
    position: absolute;
    right: -150px;
    top: 40px;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.home4_pricing_table.home4_pricing.home9_pricing .fbth-pricing-item:hover span.fbth-pricing-icon {
  right: 50px;
}

/* Home 9 Testimonial Section */

.home2_testimonials.home9_testimonail .quote-icon svg{
  width: 64px;
  height: 64px;
  transform: rotate(180deg);
  position: absolute;
  bottom: 30px;
  right: 30px;
  opacity: 0.2;
}

.home2_testimonials.home9_testimonail .fbth-testimonial__single:hover .quote-icon svg {
  fill: #ffd234 !important;
}

/* Home 10 FAQ Section */

.home10_faq_img:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #cbfb45;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 100px;
    z-index: -1;
}

.home10_faq .fbth-accordion-single-item {
    border-bottom: 1px solid #1d1d1f50 !important;
}










.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;
}
.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: 100% !important;
    width: 250px !important;
    height: 250px !important;
    z-index: -1;
    background-color: #cbfb458c;
    border-radius: 50% !important;
    filter: blur(120px);
    transform: translate(-50%, -40%);
}

.section_shape_preview:after{
	left: auto !important;
	right: 0 !important;
    transform: translate(60%, -50%);
	top: 0 !important;
}
.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: #cbfb4570;
    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);
}


/*Home  7 Pricing Table*/

.home7_single_pricing .fbth-addons-pricing-table-header,
.home7_single_pricing h4.fbth-addons-pricing-table-title,
.home7_single_pricing p.fbth-addons-pricing-table-new-price,
.home7_single_pricing span.fbth-addons-pricing-table-price-subtitle{
    text-align: left;
}
.home7_single_pricing span.fbth-addons-pricing-table-price-subtitle {
    display: block;
}
.home7_single_pricing .fbth-addons-pricing-table-badge-wrapper {
    display: flex;
    flex-direction: column;
}

.home7_single_pricing .fbth-addons-pricing-table-badge-wrapper .fbth-addons-pricing-table-header {
    order: 1;
}

.home7_single_pricing .fbth-addons-pricing-table-badge-wrapper ul.fbth-addons-pricing-table-features {
    order: 3;
}

.home7_single_pricing .fbth-addons-pricing-table-badge-wrapper a.fbth-addons-pricing-table-action {
    order: 2;
    border-top: 1px solid #dddddd50;
    border-bottom: 1px solid #dddddd50;
}
.home7_pricing_featured ul li svg path {
    fill: #CBFB45;
}

.home7_pricing_featured a.fbth-addons-pricing-table-action {
    border-color: #CBFB45;
}
.home7_testimonial_update .fbth-testimonial__meta-content {
    position: relative;
    z-index: 1;
}

.home7_testimonial_update .fbth-testimonial__meta-content .fbth-testimonial-name-position {
    border-top: 1px solid #dddddd;
}

.home7_testimonial_update .fbth-testimonial__meta-content .rating_area {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: var(--heading-color);
    padding: 2px 15px;
    border-radius: 30px;
}
.home7_testimonial_update .fbth-testimonial__meta-content .fbth-testimonial__img {
    position: absolute;
    left: 20px;
    top: 0;
    width: auto;
}
.home7_testimonial_update .fbth-testimonial-three .user-identity {
    width: 100%;
}
.home7_testimonial_update .quote-icon {
    padding-left: 140px;
    padding-bottom: 10px;
}
.home7_testimonial_update p.fbth-testimonial__decription {
    height: 140px;
}
.home7_testimonial_update .rating_area span {
    display: inline-flex;
}
.home7_testimonial_update .fbth-testimonial ul.fbth-testimonial-slider-dot-list li.slick-active {
    background: var(--heading-color) !important;
}
.home7_single_team_member .home7_team_social {
    transform: translate(0px, 50px);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.home7_single_team_member:hover .home7_team_social {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}
.home7_faq_know_more a {
    color: #9fbd4b;
    text-decoration: underline;
}
.home8_footer_miggle {
    padding-inline-start: calc((100vw - 1320px) / 2) !important;
}
.home8_footer_top {
    padding-inline-start: calc((100vw - 1320px) / 2) !important;
}
.home8_image_hero_slider figure.swiper-slide-inner {
    height: 300px;
}
.home8_image_hero_slider figure.swiper-slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home8_image_hero_slider {
    overflow: hidden;
    border-radius: 150px;
}
.home8_hero_button a > span {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
}
.home8_hero_button a > span span {
    margin: 0 !important;
    max-width: 80px;
}
.hero_single_line_shape:before {
    position: absolute !important;
    left: 0 !important;
    top: -100%;
    width: 1px !important;
    content: "" !important;
    height: 150px !important;
    background-color: #2d2d2d; 
	opacity: 0;
	animation: hero8_line_shape 4s linear infinite;
	animation-delay: 4s;
}
.hero_single_line_shape.line_shape2:before{
	animation-duration: 6s;
}
.hero_single_line_shape.line_shape3:before{
	animation-duration: 8s;
}
.hero_single_line_shape.line_shape4:before{
	animation-duration: 10s;
}

@keyframes hero8_line_shape{
	10%{
	`	top: -100%;
		opacity: 1;
	}
	50%{
	`	top: 120%;
		opacity: 1;
	}
	80%{
		top: 120%;
		opacity: 0;
	}
	90%{
		top: 120%;
		opacity: 0;
	}
	100%{
		top: -100%;
		opacity: 0;
	}
}

.home8_testimonial .fbth-testimonial__meta-content.fbth-testimonial-three {
    align-items: start;
    justify-content: space-between;
}
.home8_testimonial .fbth-testimonial-three .fbth-testimonial__img {
    width: 25%;
}
.home8_testimonial .fbth-testimonial-three .user-identity {
    width: 72%;
    display: flex;
    flex-direction: column;
    height: 423px;
    padding: 40px 30px 30px 50px;
    background-color: #efefef;
}
.home8_testimonial .fbth-testimonial-three .user-identity .rating_area {
    position: absolute;
    right: 30px;
    top: 40px;
}
.home8_testimonial .fbth-testimonial-slider-arrow {
    left: auto !important;
    right: 30px;
    top: auto !important;
    bottom: 30px;
    transform: unset !important;
    display: flex !important;
    width: auto !important;
    gap: 20px;
}

.home8_testimonial .fbth-testimonial-slider-arrow button {
    position: relative;
}

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

.home8_faq_section:before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 0 !important;
    width: 1px !important;
    height: 100% !important;
    background-color: #ffffff45;
}
.home8_blog_area .post-thumbnail a {
    max-width: 330px;
}

.home8_blog_area .post-content {
    margin-left: 150px;
    margin-top: -100px;
    z-index: 2;
    position: relative;
}
.home8_blog_area .post-content .post-title {
    padding-top: 0 !important;
    -webkit-mask-repeat: space;
    padding-bottom: 20px;
    border-bottom: 1px solid #1d1d1f96;
}

.home8_blog_area .post-content .post-btn-wrap {
    padding-top: 10px !important;
}
.home8_blog_area .post-content .post-top-date {
    display: none;
}
.home8_blog_area .post-content .post-top-category {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.home8_blog_area .post-content .post-btn-wrap a svg {
    transition: all 0.3s ease-in-out;
    transform: translate(0px, -2px);
}

.home8_blog_area .post-content .post-btn-wrap:hover a svg {
    transform: translate(7px, -5px);
}
.section_sub_heading,
.section_sub_heading2{
    position: relative;
    z-index: 1;
}

.section_sub_heading:after,
.section_sub_heading2:after{
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background-color: #1d1d1f;
    right: 0;
    transform: translate(90px, -8px);
}
.section_sub_heading2:after{
	background-color: #efefef;
}
.home8_pricing_area_table a.fbth-addons-pricing-table-action {
    border: 0;
}
.home8_hero_button a {
    position: relative;
    z-index: 1;
}

.home8_hero_button a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--accent-color);
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: rotateY(90deg);
    transition: all 0.3s ease-in-out;
}

.home8_hero_button a:hover:before {
    transform: rotate(0deg);
}

.home9_image_carousel,
.home9_image_carousel .elementor-image-carousel-wrapper{
    height: 100%;
}
.home9_image_carousel figure.swiper-slide-inner, .home9_image_carousel figure.swiper-slide-inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.home9_about_slider1{
	max-height: 530px;
}
.hero9_shadow {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9108893557422969) 13%, rgba(0, 0, 0, 0) 100%);
}

.performence_single_action{
	cursor: pointer;
}
.performence_single_action.active .fbth-addons-title,
.performence_single_action:hover .fbth-addons-title{
	color: #ffd234 !important;
}
.home9_single_pricing ul.fbth-addons-pricing-table-features li svg path {
    fill: #FFD234;
}
.home9_single_pricing.featured_price ul.fbth-addons-pricing-table-features li svg path{
	fill: var(--heading-color);
}
.home09_testimonial .fbth-testimonial__img {
    max-width: 20% !important;
}

.home09_testimonial .user-identity {
    width: 80%;
}
.home9_blogs .post-thumbnail-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.home9_blogs span.post-date {
    background-color: #ffd234 !important;
}



/*Home 10*/
.home10_action_tab ul.elementor-icon-list-items li span.elementor-icon-list-icon {
    min-width: 50px;
}
.home10_action_tab ul.elementor-icon-list-items li.active span.elementor-icon-list-icon {
    background-color: var(--heading-color);
	transition: all 0.3s ease-in-out;
}
.home10_action_tab ul.elementor-icon-list-items li.active span.elementor-icon-list-icon svg path {
    fill: #ffffff;
	transition: all 0.3s ease-in-out;
}
.home10_action_tab ul.elementor-icon-list-items li.active {
    color: var(--heading-color);
    opacity: 1;
}
.home10_action_tab {
    border-right: 3px solid #44444D47;
}
.home10_action_tab ul.elementor-icon-list-items li {
    position: relative;
    z-index: 1;
    opacity: 0.5;
	transition: all 0.3s ease-in-out;
	 cursor: pointer;
	width: 100% !important;
}
.home10_action_tab ul.elementor-icon-list-items li:hover {
    opacity: 1;
    color: var(--heading-color);
}
.home10_action_tab ul.elementor-icon-list-items li:hover span.elementor-icon-list-icon {
    background-color: var(--heading-color);
}
.home10_action_tab ul.elementor-icon-list-items li:hover span.elementor-icon-list-icon svg path {
    fill: #ffffff;
}
.home10_action_tab ul.elementor-icon-list-items li:hover span.elementor-icon-list-icon i,
.home10_action_tab ul.elementor-icon-list-items li.active span.elementor-icon-list-icon i{
	color: #ffffff;
}
/* .home10_action_tab ul.elementor-icon-list-items li:hover:after{
	opacity: 1;
} */

.home10_action_tab ul.elementor-icon-list-items li:after {
    position: absolute !important;
    right: 0 !important;
    top: 0;
    width: 3px !important;
    height: 100% !important;
    content: "";
    background-color: var(--heading-color);
    left: auto !important;
    margin-right: -3px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.home10_action_tab ul.elementor-icon-list-items li.active:after{
	opacity: 1;
}

.home10_pricing_plan a.btn-toggle span {
    background-color: #ffd234 !important;
}
.home10_pricing_plan .fbth-pricing-badge {
    width: auto !important;
    transform: translate(0px, -50%) !important;
    right: 30px;
    text-align: center;
    max-width: 150px;
    left: auto !important;
}
.home10_action_tab > .elementor-widget-container {
    overflow: unset !important;
}

.home10_contact_box .button_style1 a:before, 
.home10_contact_box button.button_style1:before{
    display: none;
}
.home10_contact_box .button_style1 a:after, 
.home10_contact_box button.button_style1:after{
    display: none;
}
.home8_contact_section button.submit-btn.contact-btn:hover svg path {
    fill: var(--heading-color);
    stroke: var(--heading-color);
}


.detect_card img{
	transform-style: preserve-3d;
	transform: translateZ(100px);
	-webkit-transform: translateZ(100px);
	-moz-transform: translateZ(100px);
	-ms-transform: translateZ(100px);
	-o-transform: translateZ(100px);
}

ul#navbar-nav ul li a span.menu_sub_text {
    display: flex;
    width: 100%;
}
ul#navbar-nav ul li a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 4px;
}
.main-navigation ul.fbth-addons-megamenu-builder-content-wrap.sub-menu {
    background: unset !important;
    border: 0 !important;
    position: fixed !important;
    top: 130px !important;
    max-width: 1320px;
    left: 50% !important;
    transform: translate(-50%, 0px) !important;
}
.home_custom_mega_menu a {
    background-color: unset !important;
    color: var(--heading-color) !important;
    transform: unset !important;
    padding: 0 !important;
}

.home_custom_mega_menu a span {
    padding: 0 !important;
}
.home_custom_mega_menu .Single_home_item a{
	transition: unset !important;
}
.home_custom_mega_menu .Single_home_item:hover a, .home_custom_mega_menu .Single_home_item:hover p {
    color: var(--heading-color) !important;
}

.home_custom_mega_menu .Single_home_item .elementor-widget-image {
    overflow: hidden;
    border-radius: 4px;
}
.home_custom_mega_menu .Single_home_item .elementor-widget-image img {
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.home_custom_mega_menu .Single_home_item:hover .elementor-widget-image img {
    transform: scale(1.1);
}
.Single_home_item.new,
.single_dome_item.new{position: relative;z-index: 1;}

.Single_home_item.new:after,
.single_dome_item.new:after{
    position: absolute;
    right: 0;
    width: 40px;
    height: 35px;
    content: "New";
    font-size: 12px;
    line-height: 18px;
    background-color: #FFD234;
    top: 0;
    color: var(--heading-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    clip-path: polygon(30% 0%, 70% 0%, 100% 41%, 100% 57%, 70% 100%, 30% 100%, 0 56%, 0 42%);
    transform: translate(10px, -10px);
}
.Single_home_item{
	cusrsor: pointer;
}
.featured_page2_ticker .ticker-slider-item.slick-slide {
    width: auto !important;
}
.single_app_featured_box .single_app_featured_icons,
.single_app_featured_box .single_app_featured_icons svg path {
	transition: all 0.3s ease-in-out !important;
}

.single_app_featured_box:hover .single_app_featured_icons {
    background-color: var(--heading-color) !important;
}
.single_app_featured_box:hover .single_app_featured_icons svg path {
    fill: #ffffff;
}
.service6_button a:hover svg path {
    stroke: #ffffff;
}
.single_intrigrations:hover {
    transform: translate(0px, -10px) !important;
}
.contact_form6 button:hover svg path {
    stroke: var(--heading-color) !important;
}
.contact_form6 button:before,
.contact_form6 button:after{
	display: none !important;
}

.blog_style_grid .fbth-addons-post-widget-item span.post-date {
    left: 40px;
    top: 40px;
    background-color: var(--heading-color) !important;
    color: #ffffff;
    border-radius: 40px;
    padding: 10px 20px;
    border: 1px solid #dddddd63;
}
.blog_style_grid span.category-list {
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog_style_grid span.category-list svg {
    width: 16px;
    height: 16px;
}
.blog_style_grid a.post-btn svg path{
	stroke: #A6C74A;
}
.blog_style_grid a.post-btn svg{
	transition: all 0.3s ease-in-out;
	transform: translate(0,0);
}
.blog_style_grid a.post-btn:hover svg{
	transform: translate(5px,-5px);
}
.blog_style_grid a.page-numbers {
    text-align: center !important;
    justify-content: center;
    display: inline-flex;
    width: 46px;
}




































/*Custom Media Query Start*/


@media (min-width: 1024px) {

.main-navigation ul.navbar-nav .menu-item-has-children .sub-menu .sub-menu {
    margin-top: 0 !important;
    top: -10px;
}
	
	
}




/*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;
}	

.home7_feature .elementor-icon:after {
    height: 34px;
    width: 34px;
}

.home7_service .service-widget-wrap {
    max-width: 420px
}

.home7_service .justify-content-left {
    justify-content: center !important;
}

.home7_pricing .fbth-pricing-item {
    flex-direction: column;
}

.home7_pricing .fbth-pricing-item-wrap {
    max-width: 420px;
}

.home7_pricing .fbth-pricing-features {
    flex-direction: column;
}

.home7_pricing .fbth-btn-wrapper {
    right: 22%;
}
	
.home7_single_pricing {
    width: 380px !important;
}
	
.home8_about .fbth-addons-btn-wrapper:after {
    width: 38%;
}
	
.home8_service .service-widget-wrap {
    max-width: 420px;
}

.home8_service .justify-content-left {
    justify-content: center !important;
}

.home8_service .cs-widget-item:after {
    height: 120px;
    width: 120px;
}	
	
.home8_portfolio img.attachment-post-thumbnail {
    width: 100%;
}
	
	
.home9_single_pricing {
    width: 420px !important;
    max-width: 420px !important;
}

.home9_pricing_wrap .e-con-inner {
    display: flex;
    justify-content: center !important;
    column-gap: 30px;
    row-gap: 30px;
}			
.preview_page_video_popup {
    height: 355px !important;
}	
.home10_action_tab ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-direction: unset !important;
    justify-content: space-around;
    gap: 20px;
	padding: 0 20px !important;
}

.home10_action_tab ul.elementor-icon-list-items.elementor-inline-items li {
    width: 48% !important;
    margin: 0 !important;
}

.home10_action_tab {border-right: 0;border-bottom: 3px solid #44444D47;padding-bottom: 20px;}

.home10_action_tab ul.elementor-icon-list-items.elementor-inline-items li:after {
    display: none;
}	
.home09_testimonial .user-identity {
    padding-left: 10px;
}	
.home8_image_hero_slider figure.swiper-slide-inner {
    height: 220px;
}	
	
.main-navigation ul.fbth-addons-megamenu-builder-content-wrap.sub-menu {
    position: relative !important;
    top: 0 !important;
}	
.main-navigation ul.fbth-addons-megamenu-builder-content-wrap.sub-menu > li > .elementor {
    width: 100%;
}	
.menu-style-flyout .main-navigation ul.navbar-nav .menu-item-has-children {
    flex-direction: column;
}
.menu-style-flyout .main-navigation ul.navbar-nav .menu-item-has-children .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}	
	
		
	
	
	
	
	
	
	
	
	
	
}





/*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;
}
.preview_page_video_popup {
    height: 170px !important;
}	
.preview_page_video_popup .elementor-custom-embed-play svg, .preview_page_video_popup .elementor-custom-embed-play {
    width: 60px !important;
    height: 60px;
}	
.section_shape_preview:after {
    transform: translate(95%, -50%);
}	
.section_shape_preview:before {
    transform: translate(-95%, -50%);
}	
	
.home7_feature {
    max-width: 300px;
}	

.home7_service .service-widget-wrap {
    max-width: 420px;
}

.home7_service .justify-content-left {
    justify-content: center !important;
}

.home7_service .cs-widget-item:after {
    top: 0;
    left: 19%;
}

.home7_service .service-icon svg {width: 32px;height: 32px;}	
	
.home7_pricing .fbth-pricing-item {
    flex-direction: column;
}

.home7_pricing .fbth-pricing-item-wrap {
    max-width: 420px;
}

.home7_pricing .fbth-pricing-features {
    flex-direction: column;
}

.home7_pricing .fbth-btn-wrapper {
    right: 22%;
}	
	
.home7_testimonial .fbth-testimonial-slider-arrow {
	max-width: 105px !important;
    height: 44px;
    width: 44px;
}	

.home8_feature {
    max-width: 420px;
}

.home8_about .fbth-addons-btn-wrapper:after {
    width: 38%;
}

.home8_portfolio .redtheme-portfolio-content {
    flex-direction: row;
}

.home8_portfolio .cat-title {
    max-width: 315px;
}

.home8_portfolio .redtheme-portfolio-item-wrap {
    max-width: 420px;
}
	
.home8_portfolio .redtheme-portfolio-wrap {
    justify-content: center !important;
}
.home10_action_tab ul.elementor-icon-list-items.elementor-inline-items li {
        width: 100% !important;
}	
	
.home8_image_hero_slider figure.swiper-slide-inner {
    height: 150px;
}	
.home8_portfolio .redtheme-portfolio-item:hover .redtheme-portfolio-content {
    display: flex;
    flex-wrap: unset;
}		
.home8_testimonial .fbth-testimonial__meta-content.fbth-testimonial-three {
    flex-direction: column;
}	
.home8_testimonial .fbth-testimonial-three .fbth-testimonial__img {
    width: 100%;
}
.home8_testimonial .fbth-testimonial-three .user-identity {
    width: 100%;
	height: auto;
	padding: 30px;
}
.home8_contact_section button.submit-btn:hover svg path {
    stroke: var(--heading-color);
}	
	
.home8_blog_area .post-content {
    margin-left: 0;
}	
	
.home7_testimonial_update p.fbth-testimonial__decription {
    height: auto;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}










