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





/*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 {
    width: 50px;
    height: 50px;
    background-color: #0E1021;
    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;
}










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




/*Home page 2 hero shape css*/
.landing_page_hero_section_shape{
	clip-path: polygon(0 0, 100% 0, 100% 81%, 75% 86%, 25% 95%, 0 100%);
}




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















/*Home3 Ticker Slider */

.home3_ticker .ticker-slider-item{
	margin-bottom: 40px;
}
.home3_ticker2 .ticker-slider-item{
	margin-bottom: 100px;
}


/*Home3 workspace css*/
.home3_single_workplace:hover {
    transform: translate(0px, -20px);
}
.home3_single_workplace {
    transition: all 0.3s ease-in-out;
}


/*Home3 Counter css*/
.home3_counter .elementor-counter-number-wrapper {
    margin: 0 auto;
}



/*Home3 Client Testimonial*/
.home3_clients_testimonial .ticker-tm-slider-item.slick-slide {
    margin-bottom: 30px;
}
.home3_clients_testimonial .ticker-tm-slider-item {
    display: flex !important;
    flex-direction: column-reverse;
}


/*Home3 blog style*/
.home3_blog_style .post-btn-wrap {
    display: flex;
    justify-content: end;
}
.home3_blog_style .post-top-category span.post-date {
    display: none;
}
.home3_blog_style a.post-btn svg path,
.home3_blog_style .post-title{
   transition: all 0.3s ease-in-out;
}
.home3_blog_style a.post-btn:hover svg path {
    stroke: #FFBC8C !important;
}
.home3_blog_style a.post-btn span {
    transform: translate(0px, 0px);
	display: inline-block;
}
.home3_blog_style a.post-btn:hover span {
    transform: translate(5px, -5px);
}
.home3_blog_style .fbth-addons-post-widget-item:hover a.post-btn svg path {
    stroke: #FFBC8C !important;
}




/*Home3 Pricing Table*/
.home3_pricing_table a.fbth-btn svg path,
.home3_pricing_table a.fbth-btn svg{
   transition: all 0.3s ease-in-out;
   transform: translate(0px, 0px);
   display: inline-block;
}
.home3_pricing_table a.fbth-btn:hover svg path,
.home3_pricing_table .fbth-pricing-item.focused a.fbth-btn svg path,
.home3_pricing_table .fbth-pricing-item:hover a.fbth-btn svg path{
    stroke: #ffffff;
}

.home3_pricing_table a.fbth-btn:hover svg{
	transform: translate(5px, -5px);
}

.home3_pricing_table .fbth-pricing-item{
   transition: all 0.3s ease-in-out;
   transform: translate(0px, 0px);	
}
.home3_pricing_table .fbth-pricing-item:hover{
   transform: translate(0px, -20px);	
}

/*Home3 Contact Form*/
.landing3_form p {
    display: flex;
}















/* Home5 Client Community */
.home5_client_community ul.elementor-icon-list-items.elementor-inline-items {
    justify-content: space-between;
}

/* Home5 Price List Badge */
.home5_price_list span.fbth-pricing-badge {
    display: inline-flex;
    justify-content: center;
    transform: translate(0px, 0px) !important;
    width: auto !important;
    left: auto !important;
    right: 30px;
}

/* Home5 Price List Features */
.home5_price_list .fbth-pricing-features ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


/* Home5 Price List Features Icons */
.home5_price_list .fbth-pricing-features ul.features-list li{
	display: flex;
	align-items: center;
}
.home5_price_list .fbth-pricing-features ul.features-list li svg{
	margin-right: 10px;
}

.home5_price_list .fbth-pricing-features ul.features-list li i.cross-icon{
	color: #FF969C;
}

.home5_price_list .fbth-pricing-features ul.features-list li i.check-icon{
	color: #517DF5;
}

/* Home5 Price List Focused Button Hover */
.home5_price_list .fbth-pricing-item.focused .fbth-btn-wrapper a:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-style: solid;
    border-width: 1px;
    border-color: #fff !important;
}




/*Home Page 5 Service Section css*/
.home4_service_solution .cs-widget-item:hover .service-icon svg path {stroke: #fff;}
.home4_service_solution .cs-widget-item:hover .service-excerpt p {
    color: #fff !important;
}
.home4_service_solution .cs-widget-item .cs-btn-wrap {
    justify-content: start;
}
.home4_service_solution .cs-widget-item .cs-btn-wrap a {
    width: unset;
    height: unset;
}
.home4_service_solution .cs-widget-item .cs-btn-wrap a:before, .home4_service_solution .cs-widget-item .cs-btn-wrap a:after {
    display: none;
}
.home4_service_solution .cs-widget-item:hover .cs-btn-wrap a svg path {
    stroke: #ffffff;
}
.home4_service_solution .cs-widget-item:hover span.btn-icon svg {
    transform: translate(15px, 0px);
}
.home4_solution_button a:hover svg path,
.home5_know_about_button a:hover svg path{
    stroke: #ffffff !important;
}


/*Home 5 Progress Work css*/
.home5_work_process ul.elementor-icon-list-items {
    display: flex !important;
    justify-content: space-between !important;
}
.home5_work_process ul.elementor-icon-list-items li {width: 25%;margin: 0 !important;display: flex;justify-content: center;}

.home5_work_process ul.elementor-icon-list-items li span.elementor-icon-list-text {
    display: none;
}
.home5_work_steps ul.elementor-icon-list-items {
    display: flex;
    justify-content: space-between !important;
}

.home5_work_steps ul.elementor-icon-list-items li {
    width: 25%;
    margin: 0 !important;
}
.home5_portfolio a.redtheme-portfolio-content {
    display: flex;
    flex-direction: column-reverse;
}




/*Home  5 Blog Section Css*/
.home5_blog1 .post-thumbnail-wrapper,
.home5_blog2 .post-thumbnail-wrapper{
    border-radius: 8px;
    overflow: hidden;
	height: 100%;
}
.home5_blog1 .post-thumbnail-wrapper .post-thumbnail,
.home5_blog2 .post-thumbnail-wrapper .post-thumbnail,
.home5_blog1 .post-thumbnail-wrapper a,
.home5_blog2 .post-thumbnail-wrapper a{
	height: 100%;
}
.home5_blog1 .post-thumbnail-wrapper img,
.home5_blog2 .post-thumbnail-wrapper img{
	height: 100%;
}
.home5_blog1 .post-title,
.home5_blog2 .post-title{
	padding-bottom: 24px;
	border-bottom: 1px solid #4f4f5947 !important;
	border-top: 0 !important;
	padding-top: 0 !important;
}
.home5_blog2 .fbth-blog-wraper > div {
    display: flex;
    gap: 30px !important;
}
.home5_blog2 .fbth-blog-wraper .post-content-wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}
.home5_blog2 .fbth-blog-wraper .post-content-wrap .post-thumbnail {
    max-width: 250px;
    min-width: 250px;
}
.home5_blog2 .fbth-blog-wraper > div {
    display: flex;
    gap: 30px !important;
}

.home5_blog2 .fbth-blog-wraper .post-content-wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}

.home5_blog2 .fbth-blog-wraper .post-content-wrap .post-thumbnail {
    max-width: 300px;
}

.home5_blog2 .post-top-meta span.post-date,
.home5_blog1 .post-top-meta span.post-date{
    display: none;
}
.home5_blog2 .post-top-meta,
.home5_blog1 .post-top-meta{
    justify-content: start !important;
}
.home5_blog2 .post-top-date,
.home5_blog1 .post-top-date{
	display: none !important;
}

.home5_blog2 .post-meta-bottom,
.home5_blog1 .post-meta-bottom{
    display: inline-flex;
    gap: 10px;
}
.home5_blog2 .post-meta-bottom{
	flex-direction: column;
}
.home5_blog2 .post-meta-bottom span.post-date,
.home5_blog1 .post-meta-bottom span.post-date{
    color: #4f4f59c9;
    font-size: 14px;
}











/*Preview Animation*/
.self_translate_animation {
    transition: all 0.5s ease-in-out;
    transform: translate(0px, 0px);
}

.self_translate_animation:hover {
    transform: translate(0px, -10px);
}


.self_zoom_animation {
    transition: all 0.3s ease-in-out;
    transform: scale(1);
	position: relative;
	z-index: 1;
}

.self_zoom_animation:hover {
    transform: scale(1.06);
	z-index: 2;
}


/*Preview new item animation*/
.page_new_item {
    position: relative;
    z-index: 1;
}
.page_new_item:before {
    position: absolute;
    right: 0px;
    top: 0;
    content: "New" !important;
    width: 45px;
    height: 45px;
    background-color: #F94D1C;
    z-index: 2;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    transform: translate(0px, -50%) scale(0) rotate(0deg);
	animation: preview_new_item 10s linear infinite;
}

@keyframes preview_new_item{
	5%{
		transform: translate(0px, -50%) scale(1) rotate(360deg);
	}
	20%{
		transform: translate(0px, -50%) scale(1) rotate(360deg);
	}
	40%{
		transform: translate(0px, -50%) scale(1) rotate(360deg);
	}
	80%{
		transform: translate(0px, -50%) scale(1) rotate(360deg);
	}
	50%{
		transform: translate(0px, -50%) scale(1) rotate(360deg);
	}
	100%{
		transform: translate(0px, -50%) scale(0) rotate(-360deg);
	}
}



/*Preview Page 2 Css*/

.preview2_promotion p strong {
    color: #fff;
}


.preview_slide_heading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.preview_slide_heading_wrap {
    width: 450px;
    height: 80px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.preview_slide_heading_wrap .single_news {
    font-size: 60px;
    font-weight: 700;
    color: #191919;
    position: absolute;
    left: 50%;
    top: 120%;
    transform: translate(-50%, 0px);
	line-height: 70px;
}

.preview_slide_heading_wrap .single_news:nth-child(1){
	animation: text_slide1 4s linear infinite;	
}
.preview_slide_heading_wrap .single_news:nth-child(2){
	animation: text_slide2 4s linear infinite;	
}
.preview_slide_heading_wrap .single_news:nth-child(3){
	animation: text_slide3 4s linear infinite;	
}
.preview_slide_heading_wrap .single_news:nth-child(4){
	animation: text_slide4 4s linear infinite;	
}


@keyframes text_slide1{
	10%{
		top: 50%;
		transform: translate(-50%, -50%);	
	}
	20%{
		top: 50%;
		transform: translate(-50%, -50%);
		opacity: 1;
	}
	40%{
		top: 50%;
		transform: translate(-50%, -50%);
		opacity: 1;
	}
	60%{
		top: -120%;
		transform: translate(-50%, 0px);
		opacity: 1;
	}
	80%{
		top: -120%;
		transform: translate(-50%, 0px);
		opacity: 0;
	}
	100%{
		top: 120%;
		transform: translate(-50%, 0px);
		opacity: 0;
	}
	
	
}




@keyframes text_slide2{
	10%{
		top: 50%;
		transform: translate(-50%, -50%);	
	}
	20%{
		top: 50%;
		transform: translate(-50%, -50%);
		opacity: 1;
	}
	40%{
		top: 50%;
		transform: translate(-50%, -50%);
		opacity: 1;
	}
	60%{
		top: -120%;
		transform: translate(-50%, 0px);
		opacity: 1;
	}
	80%{
		top: -120%;
		transform: translate(-50%, 0px);
		opacity: 0;
	}
	100%{
		top: 120%;
		transform: translate(-50%, 0px);
		opacity: 0;
	}
	
	
}

.preview_slide_heading_wrap .single_news:nth-child(2){
	animation-delay: 6s;
}



/*Home  4 Hero bg css*/
.home_page4_banner_area {
    position: relative;
    z-index: 1;
}

.home_page4_banner_area:after {
    position: absolute !important;
    top: 0;
    content: "" !important;
    right: 0;
    z-index: -1;
    background-color: #517DF5;
    width: 522px;
    height: 100%;
}



/*Contact mail 4 */
.home4_subscribe .subscriber_form_field > p {
    display: flex;
    align-items: end;
}

.home4_hero_newsletter .contact-form-main > div {
    flex: unset;
    width: auto;
    padding: 0;
}
.home4_hero_newsletter .contact-form-main {
    justify-content: space-between;
    margin: 0;
}


/*Home 4 Tab content css*/
.home4_advance_tab .elementor-tabs {
    display: flex;
	border-radius: 8px;
    overflow: hidden;
}

.home4_advance_tab .elementor-tabs .elementor-tabs-wrapper {
    min-width: 400px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #0f0b1836;
}
.home4_advance_tab .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {height: 122px;display: flex;align-items: center;margin: 0 !important;transition: all 0.2s ease-in-out;border-bottom: 1px solid #0f0b1836;}

.home4_advance_tab .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background-color: #517DF5;
}
.home4_advance_tab .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:last-child {border-bottom: 0;}

.home4_advance_tab .elementor-tabs .elementor-tabs-content-wrapper {
    padding: 60px 80px;
}

.home4_advance_tab .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    height: 490px;
    overflow: scroll;
    padding: 0;
    padding-right: 20px;
}

.home4_advance_tab .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content p {
    margin-top: 16px;
	max-width: 676px;
}

.home4_advance_tab .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content p img {
    width: 100%;
    max-width: 676px;
    margin-top: 10px;
    border-radius: 16px;
}
.home4_advance_tab .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content::-webkit-scrollbar {
    display: none;
}



/*Home  4 Testimonial Css*/
.home4_advance_tab .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content::-webkit-scrollbar {
    display: none;
}

.home4_testimonial .fbth-testimonial__single {
    position: relative;
    z-index: 1;
}

.home4_testimonial .fbth-testimonial__single .rating_area {
    position: absolute;
    right: 52px;
    bottom: 42px;
}

.home4_testimonial .fbth-testimonial__single .fbth-testimoial-name-pos {
    flex-direction: unset;
}

.home4_testimonial .fbth-testimonial__single .user-identity-wrapper {
    border-bottom: 1px solid #4f4f595e;
}



/*Home 4 portfolio css*/
.home4_portfolio_area ul.pf-isotope-nav.style-one.text-center li{
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  margin-left: 24px;
}

.home4_portfolio_area ul.pf-isotope-nav.style-one.text-center li:hover,
.home4_portfolio_area ul.pf-isotope-nav.style-one.text-center li.active {
    color: #ffffff !important;
    background-color: #517DF5;
	border-bottom: #517DF5;
}
.home4_portfolio_area a.redtheme-portfolio-content.content-postion-on-imagestyle-one.text- {
    display: flex;
    flex-direction: column-reverse;
}


/*Home  4 Client area css*/
.home4_partnar_area .elementor-swiper-button {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
    top: -40px !important;
    width: 50px;
    height: 40px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
	transition: all 0.3s ease-in-out;
}
.home4_partnar_area .elementor-swiper-button:hover{
	border-color: #517DF5;
	background-color: #517DF5;
}
.home4_partnar_area {
    position: relative;
    z-index: 1;
}

.home4_partnar_area .elementor-swiper-button svg {
    width: 16px !important;
    height: 16px !important;
}
.home4_partnar_area .elementor-swiper-button.elementor-swiper-button-prev svg path{
	transition: all 0.3s ease-in-out;	
}
.home4_partnar_area .elementor-swiper-button:hover svg path{
	stroke: #0F0B18;	
}
.home4_partnar_area .elementor-swiper-button.elementor-swiper-button-prev {right: 66px !important;}

.home4_partnar_area .elementor-swiper-button.elementor-swiper-button-prev svg {
    transform: rotate(180deg);
}
.home4_portfolio_area ul.pf-isotope-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 15px;
}







/*Pricing Page css*/
.pricing_hero_wraper{
	position: relative;
	z-index: 1;
}
.pricing_page_hero_section, .pricing_page_hero_section > div {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
	overflow: hidden;
}

.pricing_page_left_hero,
.pricing_page_right_hero{
    position: absolute !important;
    left: 0;
    top: 0;
    width: 48% !important;
    height: 100%;
    z-index: 2;
}
.pricing_page_right_hero{
	left: auto;
	right: 0;
}
.pricing_page_right_hero:after,
.pricing_page_right_hero:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "" !important;
    background-color: #F9D783;
    opacity: 0.3;
    transform: rotate(-38deg) translate(-70px, 240px);
}
.pricing_page_right_hero:before {
    transform: rotate(-38deg) translate(-40px, 363px);
}
.pricing_page_left_hero:before,
.pricing_page_left_hero:after{
    width: 400px;
    height: 400px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "" !important;
    background-color: #F9D783;
    opacity: 0.3;
    transform: rotate(45deg) translate(0px, 284px);
}

.pricing_page_left_hero:after {
    right: auto;
    left: 0;
    transform: rotate(45deg) translate(0px, 284px);
}
.pricing_page_left_hero:before{
	animation: pricing_shapes 4s linear infinite;
}
.pricing_page_right_hero:before{
	animation: pricing_shapes2 4s linear infinite;
}
@keyframes pricing_shapes{
	50%{
		right: 25px;
	}
}
@keyframes pricing_shapes2{
	50%{
		opacity: 0.1;
	}
}


.pricing_single_service a.elementor-button svg {
    transform: translate(80%, 0px);
    transition: all 0.3s ease-in-out;
}
.pricing_single_service.faq_ser2 a.elementor-button svg{
	fill: #191919;
}
.pricing_single_service a.elementor-button:hover svg {
    transform: translate(130%, 0px);
}

.contact-form-main span.wpcf7-not-valid-tip,
.pricing_newsletter_area .wpcf7-response-output,
.home4_hero_newsletter .wpcf7-response-output,
.home4_footer_forms .wpcf7-response-output {
    position: absolute;
	z-index: 3;
}
.home6_agency_ticker .ticker-slider-item.slick-slide {
    display: inline-flex;
    width: auto !important;!i;!;
}
.home6_agency_ticker .ticker-slider-item.slick-slide:nth-child(2n+2) h6 {
    color: #ffffff4d !important;
}
.single_service_section6 .elementor-icon,
.single_research_box{
    transition: all 0.3s ease-in-out;
    transform: translate(0px, 0px);
}
.single_service_section6:hover .elementor-icon,
.single_research_box:hover{
    transform: translate(0px, -10px);
}
.home6_portfolio_area a.redtheme-portfolio-content {
    width: 92% !important;
}
.home6_single_progressbar .elementor-progress-wrapper {
    border: 1px solid #dddddd42;
    padding: 5px;
    border-radius: 40px;
    margin-top: 8px;
}
.home6_single_progressbar .elementor-progress-wrapper .elementor-progress-bar {
    border-radius: 50px;
}
.single_team_section_home6 .single_team_social_area_home6 {
    transition: all 0.3s ease-in-out;
    transform: translate(-105%, 0px);
}

.single_team_section_home6:hover .single_team_social_area_home6 {
    transform: translate(0px, 0px);
}
.single_team_section_home6 .elementor-widget-image img {
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}

.single_team_section_home6:hover .elementor-widget-image img {
    transform: scale(1.1);
}
.home6_blog_area .blog-slider-dot-list li {
    background-color: #dddddd59;
}
.home6_blog_area 
 .blog-slider-dot-list li.slick-active {
    background-color: var(--accent-color);
}
.home6_blog_area .blog-slider-dot-list {
    padding-top: 20px;
}

.home6_hero_content_left {
    padding-left: calc((100vw - 1320px) / 2) !important;
}
.home_slider_home7 .fbth-addons-post-widget-wrap {
    width: 100% !important;
    flex: 100% !important;
    max-width: 50% !important;
}
.hero6_area_glow {
    width: 376px;
    height: 376px;
    right: 50px;
    top: -90px;
    background: rgb(237 188 90 / 62%);
    filter: blur(200px);
    z-index: 5;
}
.home_slider_home7 .fbth-slider-single-item {
    position: relative;
    z-index: 1;
}
.home_slider_home7 .fbth-slider-single-item:after {
    content: "";
    background-color: #000000;
    opacity: 0.6;
}
.home_slider_home7 .owl-nav button {
    border-radius: 4px 4px 0 0 !important;
}
.home_slider_home7 .fbth-slider-single-item .fbth-slider-content h4 {
    border-bottom: 1px solid #f9d783cf;
}


.home7_single_service {
    transition: all 0.5s ease-in-out !important;!i;!;
}

.home7_single_service:hover {
    padding-top: 70px !important;!i;!;
}

.home7_single_service .home7_single_service_meta .single_service_home7_button svg path {
    stroke: var(--accent-color);
}

.home7_single_service:hover .home7_single_service_meta .single_service_home7_button svg path {
    stroke: var(--heading-color);
}
.home7_single_service:hover .home7_single_service_meta a {
    background-color: var(--accent-color) !important;
}
.home7_newsletter .subscriber_form_field p {
    display: flex;
}
.home_slider_home7 .owl-nav {
    display: flex !important;!i;!;
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 100%;
    justify-content: end;
    gap: 10px;
}
.home_slider_home7 .owl-nav button {
    position: relative !important;!i;!;
    left: unset !important;!i;!;
}
.home7_single_service{
	cursor: pointer;
}



















/*Custom Media Query Start*/
/*Tablet Devise 1320*/
@media (min-width: 1024px) and (max-width: 1320px) {

	.home6_hero_content_left{
		padding-left: 20px !important;
	}
	
	
}




/*Tablet Devise 1200*/
@media (max-width: 1200px){
	
	.service-widget-wrap {
		margin-bottom: 30px;
	}
	
}



/*Tablet Devise 1024 2*/
@media (max-width: 1024px){
	
.home3_clients_testimonial .slick-track {
    display: flex;
    gap: 30px;
}
.home5_blog2 .fbth-blog-wraper .post-content-wrap {
    display: block;
}	
.home5_blog2 .fbth-blog-wraper .post-content-wrap .post-thumbnail {
    max-width: unset;
    min-width: unset;
}	
.home4_advance_tab .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    height: 90px;
}	
.home4_advance_tab .elementor-tabs .elementor-tabs-wrapper {
    min-width: 270px;
}
.home4_advance_tab .elementor-tabs .elementor-tabs-content-wrapper {
    padding: 40px;
}
.home4_advance_tab .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content h3 {
    font-size: 32px;
    line-height: 40px;
}	
.home4_advance_tab .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content p {
    max-width: 100%;
}	
.home4_advance_tab .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    padding-right: 10px;
    height: 355px;
}	
.home4_portfolio_area a.redtheme-portfolio-content.content-postion-on-imagestyle-one {
    opacity: 0;
}		
	
.home_page4_banner_area:after {
    width: 420px;
}	
.home5_portfolio a.redtheme-portfolio-content.content-postion-on-imagestyle-one {
    opacity: 0;
}	
	
.home4_testimonial .fbth-testimonial ul.fbth-testimonial-slider-dot-list {
    bottom: -50px;
}	
	
.fbth-scrolltotop-wrap {
    bottom: 50px;
    right: 30px;
}	
.home6_video_section_area {
    height: 500px;
}	
	
	
	
	
	
	
	
	
	
}

/*Tablet Devise 991 2*/
@media (max-width: 991px){
	
.home6_portfolio_area a.redtheme-portfolio-content.content-postion-on-imagestyle-one {
    transform: translate(0px, 0px);
}

	
}







/*Small Devise 767*/
@media (max-width: 767px){
	
	ul.elementor-icon-list-items.elementor-inline-items{
		justify-content: center;
	}
	.fbth-testimonial__single.fbth-testimonial-one .testimonial-content {
		text-align: center;
	}
	.fbth-testimonial__single.fbth-testimonial-one .fbth-testimoial-name-pos {
		margin: 0 auto;
		text-align: center;
	}
	.fbth-testimonial__single.fbth-testimonial-one .fbth-testimonial__position {
		width: 100%;
	}
.fbth-testimonial-slider-arrow {
    bottom: -20px !important;
    top: auto;
    transform: translate(-50%, 0px);
    left: 50%;
    width: 100px;
    height: auto;
	display: flex;
}
.fbth-testimonial-slider-arrow button {
    height: 20px;
}
.fbth-testimonial ul.fbth-testimonial-slider-dot-list{
		bottom: 0;
	    transform: translate(-50%, 40px);
}
	.blog-slider-dot-list{
		padding-left: 0;
	}	
.contact_form_style_5 input[type="email"] {
    text-align: center;
}
.fbth-testimonial-one .rating_area {
    text-align: center;
}	
.preview_slide_heading_wrap .single_news {
    font-size: 42px;
    line-height: 52px;
}
.preview_slide_heading_wrap {
    width: 100%;
    height: 50px;
}
	
.home4_subscribe .subscriber_form_field > p {
    flex-direction: column;
    row-gap: 15px;
}
.home5_testimonials .user-identity-wrapper .fbth-testimoial-name-pos {
    margin: 0 !important;
}
.home4_advance_tab .elementor-tabs {
    flex-direction: column;
}
.home4_advance_tab .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title {
    display: none;
}
.home4_advance_tab .elementor-tabs .elementor-tabs-content-wrapper {
    padding: 20px 25px;
}	
.home4_advance_tab .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content h3 {
    font-size: 30px;
}	
.home_page4_banner_area:after {
   display: none;
}	
.home4_partnar_area .elementor-swiper-button {
    top: -50px !important;
    width: 40px;
    height: 30px;
}
.home4_testimonial .fbth-testimonial__single .fbth-testimoial-name-pos {
    flex-direction: column;
}
.home4_testimonial .fbth-testimonial__single .rating_area {
    right: 10px;
    bottom: 20px;
}
.home5_client_community ul.elementor-icon-list-items.elementor-inline-items {
    justify-content: center;
}	
	
.home5_startup_icons .fbth-addons-feature-box-item {
    flex-direction: column;
}
.home5_startup_icons .fbth-addons-feature-box-item .fbth-addons-feature-icon-wrap {
    justify-content: center;
}	
.home5_startup_icons .fbth-addons-feature-box-item .fbth-iconbox-addons-feature-content {
    text-align: center;
}	
.home4_testimonial .fbth-testimonial ul.fbth-testimonial-slider-dot-list {
    bottom: 0;
}	
.fbth-scrolltotop-wrap {
    bottom: 30px;
    right: 20px;
}		
.fbth-scrolltotop-wrap .fbth-scrolltotop {
    width: 40px;
    height: 40px;
    font-size: 15px;
}	
.home_slider_home7 .fbth-addons-post-widget-wrap {
    max-width: 80% !important;
}	

	
	
	
	
	
	
	
	
	
}










