@charset "utf-8";
/* CSS Document */
/*

	@Author: Frenify
	@URL: http://themeforest.net/user/frenify
	Version: 1.0
	
*/
/*------------------------------------------------------------------*/
/*	01) BASE
/*------------------------------------------------------------------*/
.cons_w_wrapper{
	position: relative;
	width: 100%;
	min-height: 1px;
	z-index: 1;
}
.cons_w_wrapper,
.cons_w_wrapper *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.cons_w_wrapper:before,
.cons_w_wrapper:after{
	content: '';
	clear: both;
	display: table;
}
.cons_w_wrapper a{
	text-decoration: none;
}
.cons_w_wrapper a:hover{
	text-decoration: none;
}




.fn__cs_slider{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.fn__cs_slider .item{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}
.fn__cs_slider .swiper-slide{
  height: auto;
}
.fn__cs_slider .fn__overlay{
	overflow: hidden;
}
.fn__cs_slider .fn__abs_color{
	background-color: rgba(255,255,255,.4);
}
.fn__cs_slider .title_holder{
	padding: 91px 0 100px;
	overflow: hidden;
}
.fn__cs_slider .title{
	line-height: 1;
	margin: 0;
	padding: 0;
	font-size: 100px;
	font-weight: 900;
	font-family: var(--hff);
	color: var(--baucraft-hc);
	padding-left: 200px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 43px;
	transform: translateX(-200px);
	transition: all 1s 2.5s ease;
}
.fn__cs_slider .swiper-slide-active .title{
	transform: translateX(0);
	transition: all 1.1s .5s ease;
}
.fn__cs_slider .swiper-slide-active .title:after{
	transform: translateX(0) scale(1);
	transition: all 1.1s .5s ease;
}
.fn__cs_slider .title:after{
	content: '';
	width: 160px;
	height: 2px;
	display: block;
	background-color: var(--baucraft-hc);
	position: absolute;
	top: 43px;
	left: 0;
	transition: all 1s 2.5s ease;
	transform: translateX(160px) scale(0);
	transform-origin: left;
}
.fn__cs_slider .desc{
	margin: 0;
	padding: 0;
	color: var(--baucraft-hc);
	font-family: var(--bff);
	font-size: 24px;
	max-width: 700px;
	margin-bottom: 62px;
}
.fn__cs_slider .slider__nav a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-decoration: none;
	width: 80px;
	height: 80px;
	color: #000;
	background-color: rgba(255,255,255,.3);
	position: absolute;
	border-radius: 100%;
	top: 50%;
	margin-top: -40px;
	z-index: 5;
}
.fn__cs_slider .slider__nav a:hover{
	background-color: rgba(255,255,255,.5);
}
.fn__cs_slider .slider__nav .fn__svg{
	width: 22px;
	height: 22px;
	display: block;
}
.fn__cs_slider .slider__nav .prev{
	left: 50px;
}
.fn__cs_slider .slider__nav .next{
	right: 50px;
}
.fn__cs_slider .slider__nav .prev .fn__svg{
	transform: rotate(180deg);
}
.fn__cs_slider .pagination_wrapper{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	z-index: 10;
}
.fn__cs_slider .pagination_wrapper .left_decor:after{
	width: 20px;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #fff;
	top: 20px;
	right: 100%;
	margin-right: 5px;
}
.fn__cs_slider .pagination_wrapper .left_decor:before{
	width: 40px;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #fff;
	top: 27px;
	right: 100%;
	margin-right: 5px;
}
.fn__cs_slider .pagination_wrapper .right_decor:after{
	width: 20px;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #fff;
	top: 20px;
	left: 100%;
	margin-left: 5px;
}
.fn__cs_slider .pagination_wrapper .right_decor:before{
	width: 40px;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #fff;
	top: 27px;
	left: 100%;
	margin-left: 5px;
}
.fn__cs_slider .pagination_wrapper:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 10px;
	background-color: rgba(255,255,255,.5);
}
.fn__cs_slider .pagination_wrapper .pag_in{
	background-color: #fff;
	border-radius: 5px 5px 0 0;
	padding: 10px 15px;
	position: relative;
}
.fn__cs_slider .swiper-pagination{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: calc(var(--child-count)*24px + 10px + (var(--child-count) - 1)*5px);
	justify-content: space-between;
}
.fn__cs_slider .swiper-pagination-bullet{
	width: 24px;
	height: 24px;
	opacity: 1;
	border: 2px solid #000;
	border-radius: 3px;
	margin-right: 5px;
	display: block;
	background-color: transparent;
	position: relative;
	transition: all .5s ease;
}
.fn__cs_slider .swiper-pagination-bullet:after{
	width: 18px;
	height: 8px;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -9px;
	background-color: #000;
	transform: scaleX(0);
	transition: all .3s ease;
}
.fn__cs_slider .swiper-pagination-bullet:last-child{
	margin-right: 0;
}
.fn__cs_slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
	flex: 34;
}
.fn__cs_slider .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
	transform: scaleX(1);
	transition: all .3s .2s ease;
}






.fn__cs_video[data-align="center"] .video_inner{
	justify-content: center;
}
.fn__cs_video[data-align="right"] .video_inner{
	justify-content: flex-end;
}
.fn__cs_video .video_inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__cs_video a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	flex-wrap: nowrap;
	text-decoration: none;
}
.fn__cs_video .text{
	font-size: 18px;
	margin: 0;
	padding: 0;
	margin-right: 15px;
	font-family: var(--hff);
	color: var(--baucraft-hc);
	text-transform: uppercase;
	font-weight: 900;
	line-height: 34px;
	white-space: nowrap;
}
.fn__cs_video .icon{
	width: 100px;
	min-width: 100px;
	height: 100px;
	display: block;
	background-color: var(--baucraft-mc2);
	border-radius: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.fn__cs_video .icon:before{
    content: '';
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px auto auto -50px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: inherit;
    pointer-events: none;
    border-radius: 100%;
	
	border: 6px solid var(--baucraft-mc2);
	
	opacity: 1;
	
	-webkit-animation: fn__cs_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
    animation: fn__cs_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
}
.fn__cs_video .icon:after{
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 11px 0 11px 18px;
	border-color: transparent transparent transparent #fff;
	top: 50%;
	left: 50%;
	margin: -11px 0 0 -9px;
	transition: all .3s ease;
}
.fn__cs_video a:hover .icon:before{
	animation-play-state: paused;
/*	animation: none;*/
}
.fn__cs_video a:hover .icon:after{
	transform: scale(1.3) translateX(2px);
}
@-webkit-keyframes fn__cs_pulse{ 
	from{ opacity:1; transform: scale(1,1); }
 	to{ opacity:0; transform: scale(1.8,1.8); }
}
@keyframes fn__cs_pulse{
	from{ opacity:1; transform: scale(1,1); }
 	to{ opacity:0; transform: scale(1.8,1.8); }
}



.fn__cs_counter ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}
.fn__cs_counter li{
	margin: 0;
	padding: 0;
	list-style-type: inherit;
	padding-left: 20px;
	width: 25%;
	margin-bottom: 20px;
}
.fn__cs_counter .item{
	min-height: 100%;
	border: 2px solid var(--baucraft-border-color);
	padding: 43px 40px 35px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 5px;
}
.fn__cs_counter .item p{
	margin: 0;
	padding: 0;
	font-size: 72px;
	letter-spacing: .5px;
	font-weight: 900;
	color: var(--baucraft-hc);
	text-transform: uppercase;
	line-height: 1;
	font-family: var(--hff);
	position: relative;
	padding-bottom: 7px;
	margin-bottom: 21px; 
}
.fn__cs_counter .item p:before{
	width: 60px;
	height: 2px;
	background-color: var(--baucraft-mc1);
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
}
.fn__cs_counter .item p:after{
	width: 20px;
	height: 2px;
	background-color: var(--baucraft-mc1);
	position: absolute;
	left: 67px;
	bottom: 0;
	content: '';
}
.fn__cs_counter .item h3{
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--baucraft-bc);
	letter-spacing: .5px;
	font-family: var(--hff);
}






.fn__cs_main_button .btn_inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__cs_main_button[data-align="center"] .btn_inner{
	justify-content: center;
}
.fn__cs_main_button[data-align="right"] .btn_inner{
	justify-content: flex-end;
}









.fn__cs_clients{
	--client-border-width: 1px;
}
.fn__cs_clients ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 1px);
	width: calc(100% + var(--client-border-width));
	padding-top: 1px;
	padding-top: var(--client-border-width);
}
.fn__cs_clients li{
	list-style-type: inherit;
	border: 1px solid var(--baucraft-border-color);
	border: var(--client-border-width) solid var(--baucraft-border-color);
	margin: -1px 0 0 -1px;
	margin: calc(var(--client-border-width) * (-1)) 0 0 calc(var(--client-border-width) * (-1));
	width: 16.6666%;
	width: calc(16.6666% + 1px);
	width: calc(16.6666% + var(--client-border-width));
	padding: 0;
}
.fn__cs_clients .item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 198px;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 20px;
	position: relative;
}
.fn__cs_clients .item img{
	max-height: 100%;
}







.fn__cs_awards .item.yes{
	border-bottom: 2px solid var(--baucraft-border-color);
	padding: 9px 0;
}
.fn__cs_awards .item.yes div{
	font-size: 14px;
	font-weight: 900;
	color: var(--baucraft-bc);
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 1.5;
}
.fn__cs_awards .item.no{
	border-bottom: 1px solid var(--baucraft-border-color);
	padding: 22px 0;
}
.fn__cs_awards .item.no div{
	font-size: 18px;
	font-weight: 600;
	color: var(--baucraft-hc);
	letter-spacing: 0;
	line-height: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.fn__cs_awards ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fn__cs_awards li{
	margin: 0;
	padding: 0;
	list-style-type: inherit;
}
.fn__cs_awards .item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.fn__cs_awards .col_1{
	flex: 0 0 44px;
}
.fn__cs_awards .col_4{
	flex: 0 0 66px;
	text-align: right;
}
.fn__cs_awards .col_2{
	flex: 1;
	padding: 0 25px;
}
.fn__cs_awards .col_3{
	flex: 1;
	padding: 0 25px;
}
.fn__cs_awards .item.no .col_1{
	border-right: 1px solid var(--baucraft-border-color);
}
.fn__cs_awards .item.no .col_2{
	border-right: 1px solid var(--baucraft-border-color);
}
.fn__cs_awards .item.no .col_3{
	border-right: 1px solid var(--baucraft-border-color);
}




.fn__cs_ininity_titles .marquee_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.fn__cs_ininity_titles .js-marquee-wrapper,
.fn__cs_ininity_titles .marquee{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__cs_ininity_titles .marquee{
	overflow: hidden;
}
.fn__cs_ininity_titles .js-marquee{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
}
.fn__cs_ininity_titles .item{
	white-space: nowrap;
	padding: 0 120px;
	font-family: var(--hff);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 18px;
	color: var(--baucraft-hc);
	position: relative;
}
.fn__cs_ininity_titles[data-stroke="yes"] .item{
	color: transparent !important;
}
.fn__cs_ininity_titles[data-separator="yes"] .item:after{
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	right: -20px;
	pointer-events: none;
	-webkit-mask-image: url(../svg/star.svg);
	-o-mask-image: url(../svg/star.svg);
	mask-image: url(../svg/star.svg);
	-webkit-mask-size: 100% 100%;
	-o-mask-size: 100% 100%;
	mask-size: 100% 100%;
	background-color: var(--baucraft-hc);
}












.fn__cs_hover_image_text p{
	margin: 0;
	padding: 0;
	font-family: var(--hff);
	font-weight: 900;
	text-transform: uppercase;
	line-height: 120px;
	font-size: 110px;
	letter-spacing: 0;
	color: var(--baucraft-hc);
	text-align: center;
}
.fn__cs_hover_image_text .img{
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 80%;
    background-repeat: no-repeat;
	background-size: 100% 4px;
	transition: all .5s cubic-bezier(.25,.8,.25,1);
}
.fn__cs_hover_image_text .img:hover{
	color: var(--baucraft-mc2);
}
.fn__cs_moving_img.ready{
	opacity: 1;
}
.fn__cs_moving_img{
	width: 400px;
	height: 300px;
	position: fixed;
	z-index: 99999;
	pointer-events: none;
	margin: -150px 0 0 -200px;
	opacity: 0;
	transition: opacity .5s cubic-bezier(.25,.8,.25,1);
}
.fn__cs_moving_img div{
	width: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all .5s cubic-bezier(.25,.8,.25,1);
}
.fn__cs_moving_img.ready div{
	width: 100%;
	left: 0;
	right: auto;
}








.fn__cs_testimonial_item{
	border: 1px solid var(--baucraft-border-color);
	border-radius: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	padding: 50px 40px;
}
.fn__cs_testimonial_item .icon{
	width: 40px;
	height: 30px;
	-webkit-mask-image: url(../svg/quote.svg);
	-o-mask-image: url(../svg/quote.svg);
	mask-image: url(../svg/quote.svg);
	-webkit-mask-size: 100% 100%;
	-o-mask-size: 100% 100%;
	mask-size: 100% 100%;
	background-color: var(--baucraft-mc2);
	margin-bottom: 25px;
}
.fn__cs_testimonial_item .desc{
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	margin-bottom: 24px;
}
.fn__cs_testimonial_item .author_info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__cs_testimonial_item .author_info .img{
	margin-right: 10px;
}
.fn__cs_testimonial_item .author_info .img img{
	width: 30px;
	min-width: 30px;
	height: 30px;
	border-radius: 100%;
	object-fit: cover;
}
.fn__cs_testimonial_item .author_info .title{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	font-family: var(--hff);
	color: var(--baucraft-hc);
}
.fn__cs_testimonial_item .author_info[data-pos="one_line"]{
	-ms-align-items: center;
	align-items: center;
}
.fn__cs_testimonial_item .author_info[data-pos="separated"] .img img{
	width: 60px;
	min-width: 60px;
	height: 60px;
}
.fn__cs_testimonial_item .author_info[data-pos="separated"] .title_holder{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	min-height: 60px;
}
.fn__cs_testimonial_item .author_info[data-pos="separated"] .job{
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}







.fn__cs_more_people .more_people{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.fn__cs_more_people .images{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-right: 20px;
}
.fn__cs_more_people .img{
	width: 70px;
	height: 70px;
	padding: 7px;
	background-color: #fff;
	border: 1px solid var(--baucraft-border-color);
	border-radius: 100%;
	overflow: hidden;
}
.fn__cs_more_people .img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 100%;
}
.fn__cs_more_people .img:not(:first-child){
	margin-left: -35px;
}
.fn__cs_more_people .title_holder{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-size: 18px;
	line-height: 24px;
	padding-left: 40px;
	position: relative;
	font-weight: 400;
	font-family: var(--bff);
	color: var(--baucraft-bc);
}
.fn__cs_more_people .title_holder .icon{
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
}
.fn__cs_more_people .title_holder .icon:before,
.fn__cs_more_people .title_holder .icon:after{
	content: '';
	position: absolute;
	background-color: #000;
}
.fn__cs_more_people .title_holder .icon:before{
	top: 50%;
	margin-top: -1px;
	height: 2px;
	width: 20px;
	background-color: #000;
	left: 0;
}
.fn__cs_more_people .title_holder .icon:after{
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 20px;
	background-color: #000;
	top: 0;
}







.fn__cs_team_members{
	overflow: hidden;
}
.fn__cs_team_members .item{
	position: relative;
	border: 1px solid #4c4f54; /* var(--baucraft-border-color) */
	border-radius: 5px;
	overflow: hidden;
}
.fn__cs_team_members .img_holder img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	display: block;
}
.fn__cs_team_members .title_holder{
	position: absolute;
	bottom: 9px;
	left: 9px;
	right: 9px;
	background-color: #131314;
	padding: 15px 20px;
	text-align: center;
}
.fn__cs_team_members .title_holder .title{
	margin: 0;
	padding: 0;
	font-weight: 600;
	letter-spacing: .5px;
	font-family: var(--hff);
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	line-height: 20px;
}
.fn__cs_team_members .title_holder .title span{
	color: #75757d;
}
.fn__cs_team_members .title_holder[data-pos="separated"]{
	padding-top: 17px;
}
.fn__cs_team_members .slider__nav{
	margin-top: 40px;
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.fn__cs_team_members .slider__nav a{
	width: 80px;
	height: 80px;
	min-width: 80px;
	border-radius: 100%;
	border: 1px solid #4c4f54; /* var(--baucraft-border-color) */
	color: #4c4f54; /* var(--baucraft-border-color) */
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.fn__cs_team_members .slider__nav a:hover{
	border-color: #ccc;
	color: #ccc;
}
.fn__cs_team_members .slider__nav .fn__svg{
	width: 22px;
	height: 22px;
	display: block;
}
.fn__cs_team_members .slider__nav > *{
	margin-right: 30px;
}
.fn__cs_team_members .slider__nav > *:last-child{
	margin-left: 0px;
}
.fn__cs_team_members .slider__nav .prev .fn__svg{
	transform: rotate(180deg);
}
.fn__cs_team_members .slider__nav .divider{
	display: block;
	width: 220px;
	max-width: calc(100vw - 260px);
	height: 1px;
	background-color: #4c4f54; /* var(--baucraft-border-color) */
	position: relative;
}
.fn__cs_team_members .slider__nav .divider:before,
.fn__cs_team_members .slider__nav .divider:after{
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	background-color: inherit;
	height: 1px;
}
.fn__cs_team_members .slider__nav .divider:before{
	bottom: 100%;
	margin-bottom: 10px;
}
.fn__cs_team_members .slider__nav .divider:after{
	top: 100%;
	margin-top: 10px;
}





.fn__cs_person .person_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.fn__cs_person .title_holder{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}
.fn__cs_person .title{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 900;
	font-family: var(--hff);
	color: var(--baucraft-hc);
	letter-spacing: 0;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.fn__cs_person .job{
	margin: 0;
	padding: 0;
}
.fn__cs_person .img{
	margin-right: 20px;
}
.fn__cs_person .img img{
	width: 80px;
	height: 80px;
	border-radius: 100%;
	object-fit: cover;
	min-width: 80px;
}













.fn__cs_posts__sticky{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
}
.fn__cs_posts__sticky .left_part{
	flex: 1;
	min-width: 50%;
	max-width: 50%;
}
.fn__cs_posts__sticky .right_part{
	flex: 1;
	min-width: 50%;
	max-width: 50%;
}
.fn__cs_posts__sticky .left_part_in{
	position: sticky;
	top: 0;
}
.fn__cs_posts__sticky .right_part_in{
	padding: 60px;
}
.fn__cs_posts__sticky .left_part .fn__meta_holder{
	margin-bottom: 16px;
}
.fn__cs_posts__sticky .left_part .item{
	position: relative;
}
.fn__cs_posts__sticky .left_part .img_holder img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.fn__cs_posts__sticky .left_part .title_holder{
	position: absolute;
	bottom: 60px;
	right: 60px;
	background-color: var(--baucraft-bg-color);
	width: 600px;
	max-width: calc(100% - 120px);
	z-index: 3;
	border: 1px solid var(--baucraft-border-color);
	padding: 40px;
}
.fn__cs_posts__sticky .left_part .post__title{
	font-size: 30px;
	margin: 0;
	padding: 0;
	font-weight: 600;
	max-width: 330px;
	margin-bottom: 56px;
}
.fn__cs_posts__sticky .left_part .fn__excerpt{
	margin: 0;
	padding: 0;
	max-width: 400px;
	margin-left: auto;
	margin-bottom: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4; 
	-webkit-box-orient: vertical;
}
.fn__cs_posts__sticky .left_part .fn__read_more{
	max-width: 400px;
	margin-left: auto;
	justify-content: flex-end;
}
.fn__cs_posts__sticky .right_part .item{
	width: 600px;
	max-width: 100%;
	padding: 40px;
	border: 1px solid var(--baucraft-border-color);
	background-color: var(--baucraft-bg-color);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 30px;
}
.fn__cs_posts__sticky .right_part .item:last-child{
	margin-bottom: 0;
}
.fn__cs_posts__sticky .right_part .img_holder{
	width: 186px;
	height: 140px;
	min-width: 186px;
	margin-right: 30px;
}
.fn__cs_posts__sticky .right_part .img_holder img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fn__cs_posts__sticky .right_part .post__title{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}
.fn__cs_posts__sticky .right_part .fn__meta_holder{
	margin-bottom: 12px;
}
.fn__cs_posts__sticky .right_part .img_space{
	font-size: 20px;
	height: 100%;
}
.fn__cs_posts__sticky .img_space{
	width: 100%;
	height: 100vh;
	background-color: #daecf5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	font-size: 50px;
	font-weight: 900;
	line-height: 100px;
	line-height: 51px;
	font-family: var(--hff);
	color: var(--baucraft-hc);
}
.fn__cs_posts__sticky .post_footer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__cs_posts__sticky .post_footer[data-align="center"]{
	justify-content: center;
}
.fn__cs_posts__sticky .post_footer[data-align="right"]{
	justify-content: flex-end;
}








.fn__cs_before_after .before_after_wrapper{
	width: 100%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.fn__cs_before_after .before_text{
	position: absolute;
	z-index: 3;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0;
	left: 15px;
	bottom: 11px;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: var(--hff);
	display: block;
}
.fn__cs_before_after .after_text{
	position: absolute;
	z-index: 3;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0;
	right: 15px;
	bottom: 11px;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: var(--hff);
	display: block;
}
.fn__cs_before_after .before_after{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	max-width: 100%;
}
.fn__cs_before_after .before_after > img:nth-child(1){
	clip-path: polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%);
}
.fn__cs_before_after .before_after > img:nth-child(2){
	clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
	transform: translateX(-100%);
}
.fn__cs_before_after .before_after > img{
	width: 100%;
	flex: 0 0 100%;
	object-fit: cover;
}
.fn__cs_before_after img{
	max-width: none;
	pointer-events: none;
}
.fn__cs_before_after .before_after > div:nth-child(3){
/*	opacity: 1 !important;*/
}
.fn__cs_before_after .before_after > div:nth-child(3) > div > div{
	width: 14px !important;
	height: 50px !important;
	top: 50% !important;
	margin-top: -25px !important;
	left: 50% !important;
	margin-left: -2px !important;
	opacity: 0 !important;
	transform: none !important;
}
.fn__cs_before_after .before_after > div:nth-child(3):before{
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -25px;
	width: 2px;
	background-color: #fff;
	margin-right: 4px;
	height: 50px;
	pointer-events: none;
}
.fn__cs_before_after .before_after > div:nth-child(3):after{
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -25px;
	width: 2px;
	background-color: #fff;
	margin-left: 4px;
	height: 50px;
	pointer-events: none;
}














.fn__cs_working_process .working_process{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.fn__cs_working_process .working_process_left{
	flex: 0 0 417px;
	padding-right: 50px;
}
.fn__cs_working_process .working_process_left .left_img{
	margin-bottom: 23px;
}
.fn__cs_working_process .working_process_left .title{
	margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: 900;
    color: var(--baucraft-hc);
    font-family: var(--hff);
    letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.fn__cs_working_process .working_process_left .subtitle{
	margin: 0;
    padding: 0;
    font-size: 18px;
	line-height: 24px;
    font-weight: 400;
    color: var(--baucraft-bc);
    font-family: var(--bff);
    letter-spacing: 0;
}
.fn__cs_working_process .working_process_right{
	flex: auto;
}
.fn__cs_working_process .working_process_left_in{
	position: sticky;
	top: 100px;
}
.fn__cs_working_process .working_hours_list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fn__cs_working_process .working_hours_item{
	margin: 0;
	padding: 0;
	list-style-type: inherit;
	padding-left: 40px;
	border-left: 1px solid var(--baucraft-border-color);
}
.fn__cs_working_process .working_hours_item:first-child .item{
	padding-top: 0;
}
.fn__cs_working_process .working_hours_item:last-child .item{
	padding-bottom: 0;
}
.fn__cs_working_process .working_hours_item:last-child .item:after{
	display: none;
}
.fn__cs_working_process .working_hours_item .item{
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
}
.fn__cs_working_process .working_hours_item .item:after{
	width: 500px;
	height: 1px;
	max-width: 80%;
	left: 0;
	content: '';
	position: absolute;
	bottom: 0;
	background-color: var(--baucraft-border-color);
}
.fn__cs_working_process .working_hours_item .item_left{
	width: 40%;
	padding-right: 40px;
}
.fn__cs_working_process .working_hours_item .item_right{
	width: 60%;
	margin-top: -5px;
}
.fn__cs_working_process .working_hours_item .subtitle{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 24px;
	font-weight: 900;
	color: var(--baucraft-hc);
	font-family: var(--hff);
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 18px;
	margin-top: -4px;
}
.fn__cs_working_process .working_hours_item .title{
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	color: var(--baucraft-hc);
	font-family: var(--hff);
	letter-spacing: 0;
}
.fn__cs_working_process .working_hours_item .item_left_in{
	padding-bottom: 39px;
	position: relative;
}
.fn__cs_working_process .working_hours_item .bottom_decor{
	width: 20px;
	height: 37px;
	position: absolute;
	display: block;
	right: 100%;
	margin-right: 22px;
	bottom: -18px;
	z-index: 3;
}
.fn__cs_working_process .working_hours_item .bottom_decor:after{
	width: 3px;
	top: 0;
	left: 0;
	bottom: 0;
	content: '';
	position: absolute;
	background-color: var(--baucraft-mc2);
}
.fn__cs_working_process .working_hours_item .bottom_decor:before{
	width: 17px;
	height: 3px;
	top: 50%;
	margin-top: -2px;
	left: 3px;
	content: '';
	position: absolute;
	background-color: var(--baucraft-mc2);
}
.fn__cs_working_process .working_hours_item .item_left_in:after{
	bottom: 0;
	width: 130px;
	height: 1px;
	background-color: var(--baucraft-border-color);
	left: -40px;
	content: '';
	position: absolute;
}





.fn__accordion{
	
}
.fn__accordion_item{
	border: 1px solid var(--baucraft-border-color);
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}
.fn__accordion_head{
	font-size: 18px;
	font-weight: 500;
	color: var(--baucraft-hc);
	font-family: var(--hff);
	min-height: 78px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 15px 30px 16px;
	padding-right: 76px;
	line-height: 24px;
	position: relative;
}
.fn__accordion_head:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	background-color: var(--baucraft-border-color);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.fn__accordion_content{
	display: none;
	overflow: hidden;
}
.fn__accordion_content_in{
	padding: 30px;
	font-family: var(--bff);
	font-size: 18px;
	line-height: 24px;
}
.fn__accordion_content .fn__accordion_content_in p{
	margin-bottom: 25px;
}
.fn__accordion_content .fn__accordion_content_in p:last-child{
	margin-bottom: 0px;
}
.fn__accordion_head:hover .fn__accordion_icon{
	background-color: #efefef;
}
.fn__accordion_icon{
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	right: 18px;
	top: 50%;
	margin-top: -20px;
	border-radius: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.fn__accordion_icon:after,
.fn__accordion_icon:before{
	content: '';
	position: absolute;
	background-color: var(--baucraft-mc2);
}
.fn__accordion_icon:before{
	left: 50%;
	margin-left: -9px;
	width: 18px;
	height: 2px;
	margin-top: -1px;
	top: 50%;
}
.fn__accordion_icon:after{
	top: 50%;
	margin-top: -9px;
	width: 2px;
	height: 18px;
	margin-left: -1px;
	left: 50%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.fn__accordion_item.opened .fn__accordion_head:after{
	width: 100%;
	transition-delay: .2s;
}
.fn__accordion_item.opened .fn__accordion_icon{
	transform: rotate(-180deg);
}
.fn__accordion_item.opened .fn__accordion_icon:after{
	transform: scale(0);
}













.fn__cs_gallery_collage_a ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
}
.fn__cs_gallery_collage_a li{
	margin: 0;
	padding: 0;
	list-style-type: inherit;
}
.fn__cs_gallery_collage_a li img{
	width: 100%;
	display: block;
	object-fit: cover;
	aspect-ratio: 5 / 3.3;
}
.fn__cs_gallery_collage_a li:nth-child(9n + 1),
.fn__cs_gallery_collage_a li:nth-child(9n + 2),
.fn__cs_gallery_collage_a li:nth-child(9n + 3) {
    grid-column: span 4;
}
.fn__cs_gallery_collage_a li:nth-child(9n + 4),
.fn__cs_gallery_collage_a li:nth-child(9n + 5) {
    grid-column: span 6;
}
.fn__cs_gallery_collage_a li:nth-child(9n + 6),
.fn__cs_gallery_collage_a li:nth-child(9n + 7),
.fn__cs_gallery_collage_a li:nth-child(9n + 8),
.fn__cs_gallery_collage_a li:nth-child(9n + 9) {
    grid-column: span 3;
}



.fn__cs_gallery_collage_b ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.fn__cs_gallery_collage_b li{
	margin: 0;
	padding: 0;
	list-style-type: inherit;
}
.fn__cs_gallery_collage_b li img{
	width: 100%;
	display: block;
	object-fit: cover;
	aspect-ratio: 5 / 3.3;
}
.fn__cs_gallery_collage_b li:nth-child(12n+4){
	grid-column: span 2;
	grid-row: span 2;
}
.fn__cs_gallery_collage_b li:nth-child(12n + 11){
	grid-column: span 2;
	grid-row: span 2;
}



.fn__cs_gallery_collage_g ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.fn__cs_gallery_collage_g li{
	margin: 0;
	padding: 0;
	list-style-type: inherit;
}
.fn__cs_gallery_collage_g li img{
	width: 100%;
	display: block;
	object-fit: cover;
	aspect-ratio: 5 / 3.3;
}
.fn__cs_gallery_collage_g li:nth-child(6n+1){
	grid-column: span 2;
	grid-row: span 2;
}
.fn__cs_gallery_collage_g li:nth-child(6n + 5){
	grid-column: span 2;
	grid-row: span 2;
}





.fn__cs_gallery_masonry .fn__masonry{
	margin: 0;
	padding: 0;
	position: relative;
	margin-left: -20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
.fn__cs_gallery_masonry .fn__masonry .mas__in{
	margin: 0;
	padding: 0;
	list-style-type: inherit;
	width: 25%;
	padding-left: 20px;
	margin-bottom: 20px;
}
.fn__cs_gallery_masonry .fn__masonry .mas__in img{
	display: block;
	width: 100%;
}
.fn__cs_gallery_masonry[data-cols="3"] .fn__masonry .mas__in{width: 33.3333%;}
.fn__cs_gallery_masonry[data-cols="2"] .fn__masonry .mas__in{width: 25%;}
.fn__cs_gallery_masonry[data-cols="1"] .fn__masonry .mas__in{width: 100%;}
@media(max-width: 1040px){
	.fn__cs_gallery_masonry[data-cols="4"] .fn__masonry .mas__in,
	.fn__cs_gallery_masonry[data-cols="3"] .fn__masonry .mas__in{width: 50%;}
}
@media(max-width: 768px){
	.fn__cs_gallery_masonry[data-cols="4"] .fn__masonry .mas__in,
	.fn__cs_gallery_masonry[data-cols="2"] .fn__masonry .mas__in,
	.fn__cs_gallery_masonry[data-cols="3"] .fn__masonry .mas__in{width: 100%;}
}




.fn__cs_gallery_grid ul{
	margin: 0;
	padding: 0;
	position: relative;
	margin-left: -20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
.fn__cs_gallery_grid li{
	margin: 0;
	padding: 0;
	list-style-type: inherit;
	width: 25%;
	padding-left: 20px;
	margin-bottom: 20px;
}
.fn__cs_gallery_grid li img{
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
.fn__cs_gallery_grid[data-cols="1"] li{width: 100%;}
.fn__cs_gallery_grid[data-cols="2"] li{width: 50%;}
.fn__cs_gallery_grid[data-cols="3"] li{width: 33.3333%;}
.fn__cs_gallery_grid[data-cols="4"] li{width: 25%;}
@media(max-width: 1040px){
	.fn__cs_gallery_grid[data-cols="3"] li,
	.fn__cs_gallery_grid[data-cols="4"] li{width: 50%;}
}
@media(max-width: 768px){
	.fn__cs_gallery_grid[data-cols="3"] li,
	.fn__cs_gallery_grid[data-cols="4"] li{width: 100%;}
}






.fn__cs_gallery_slider .swiper-slide .item_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.fn__cs_gallery_slider .swiper-slide .item_wrapper img{
	object-fit: cover;
}
.fn__cs_gallery_slider .swiper-slide .item_wrapper .item:nth-child(1) img{
	aspect-ratio: 5 / 6;
}
.fn__cs_gallery_slider .swiper-slide .item_wrapper .item:nth-child(2) img{
	aspect-ratio: 10 / 7;
}
.fn__cs_gallery_slider .swiper-slide:nth-of-type(2n) .item_wrapper .item:nth-child(1) img{
	aspect-ratio: 10 / 7;
}
.fn__cs_gallery_slider .swiper-slide:nth-of-type(2n) .item_wrapper .item:nth-child(2) img{
	aspect-ratio: 5 / 6;
}





/* LightGallery */
.fn__lightgallery_lightbox .lg-actions .lg-prev,
.fn__lightgallery_lightbox .lg-actions .lg-next{
	width: 80px;
    height: 80px;
    border-radius: 100%;
    border: none;
    background: rgba(255,255,255,.1);
	font-size: 24px;
	outline: none;
}
.fn__lightgallery_lightbox .lg-actions .lg-prev:hover,
.fn__lightgallery_lightbox .lg-actions .lg-next:hover{
	background-color: rgba(255,255,255,.2);
}








.fn__pricing_table{
	border: 1px solid var(--baucraft-border-color);
	border-radius: 5px;
}
.fn__pricing_table .title_holder{
	padding: 48px 50px 41px;
	position: relative;
	border-bottom: 1px solid var(--baucraft-border-color);
}
.fn__pricing_table .title_holder .title_decor{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: absolute;
	bottom: -9px;
	right: 15px;
}
.fn__pricing_table .title_holder .title_decor span{
	width: 2px;
	height: 20px;
	display: block;
	background-color: var(--baucraft-border-color);
	transform: rotate(30deg);
	margin-right: 10px;
}
.fn__pricing_table .pricing_featured{
	position: absolute;
	top: 5px;
	right: 5px;
	height: 24px;
	max-width: 90%;
	max-width: calc(100% - 10px);
	background-color: var(--baucraft-mc1);
	color: #000;
	font-size: 12px;
	font-family: var(--hff);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 24px;
	text-transform: uppercase;
	padding: 0 15px;
	border-radius: 5px;
	display: block;
}
.fn__pricing_table .pricing_plan{
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-family: var(--hff);
	font-size: 24px;
	color: var(--baucraft-hc);
	line-height: 1;
	margin-bottom: 16px;
}
.fn__pricing_table .pricing_price{
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-family: var(--hff);
	font-size: 48px;
	color: var(--baucraft-hc);
	line-height: 1;
}
.fn__pricing_table .content_holder{
	padding: 40px 50px;
	position: relative;
}
.fn__pricing_table .content_holder ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: -4px;
}
.fn__pricing_table .content_holder li{
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	list-style-type: inherit;
}
.fn__pricing_table .content_holder li.no_option p{
	color: var(--baucraft-bc);
}
.fn__pricing_table .content_holder li:last-child{
	margin-bottom: 0;
}
.fn__pricing_table .content_holder p{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	font-family: var(--hff);
	color: var(--baucraft-hc);
	margin: 0;
	padding: 0;
}
.fn__pricing_table .pricing_btn{
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 33px;
}
.fn__pricing_table .pricing_btn a{
	display: block;
    text-decoration: none;
    position: relative;
    padding: 0 55px;
    line-height: 38px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    border: 1px solid var(--baucraft-mc2);
    background-color: var(--baucraft-mc2);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .5px;
    font-family: var(--hff);
    font-weight: 700;
}
.fn__pricing_table .pricing_btn a:hover{
	background-color: transparent;
	color: var(--baucraft-hc);
	border-color: var(--baucraft-border-color);
}








.fn__progress_bar .title_holder{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 0 8px;
	gap: 50px;
}
.fn__progress_bar .fn__progress_wrap{
	margin-bottom: 24px;
}
.fn__progress_bar .fn__progress_wrap:last-child{
	margin-bottom: 0;
}
.fn__progress_bar .number{
	display: block;
	margin: 0;
	font-family: var(--hff);
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--baucraft-hc);
}
.fn__progress_bar .label{
	display: block;
	margin: 0;
	font-family: var(--hff);
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 24px;
	text-transform: uppercase;
	color: var(--baucraft-hc);
}
.fn__progress_bar .fn__bar_bg{
	border: 2px solid var(--baucraft-hc);
	border-radius: 5px;
	padding: 6px;
}
.fn__progress_bar .fn__bar_wrap{
	width: 100%;
	width:0px;
	height: 8px;
	display: block;
	position: relative;
}
.fn__progress_bar .fn__bar_wrap.open{
	-webkit-animation: fn__progress_bar 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation: fn__progress_bar 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation: fn__progress_bar 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
	width:100%;
}
.fn__progress_bar .fn__bar{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: var(--baucraft-hc);
}
.fn__progress_bar .fn__bar:before,
.fn__progress_bar .fn__bar:after{
	width: 2px;
	height: 7px;
	display: block;
	position: absolute;
	background-color: var(--baucraft-hc);
	content: '';
	right: 0;
}
.fn__progress_bar .fn__bar:before{
	bottom: 100%;
	margin-bottom: 4px;
}
.fn__progress_bar .fn__bar:after{
	top: 100%;
	margin-top: 4px;
}

/*expand width animation*/
@-webkit-keyframes fn__progress_bar {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes fn__progress_bar {0%{ width:0%; } 100%{ width:100%; }}
@keyframes fn__progress_bar {0%{ width:0%; } 100%{ width:100%; }}







.fn__cs_gallery_mosaic .item-group:nth-child(even) ul{
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.fn__cs_gallery_mosaic .item-group:nth-child(odd) ul{
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.fn__cs_gallery_mosaic ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
}
.fn__cs_gallery_mosaic li{
	margin: 0;
	padding: 0;
	padding-left: 20px;
	margin-bottom: 20px;
	width: 16.6666%;
}
.fn__cs_gallery_mosaic .img_holder img{
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 1 / 1;
}
.fn__cs_gallery_mosaic .img_holder{
	width: 100%;
    padding: 18px;
    border: 2px solid var(--baucraft-border-color);
    border-radius: 10px;
    position: relative;
    transition: all .3s ease;
}
.fn__cs_gallery_mosaic .item_in{
	position: relative;
}
@media(max-width: 830px){
	.fn__cs_gallery_mosaic li{
		width: 100% !important;
	}
}





.frenify-e{
	padding: 14px 0;
	position: relative;
}
.frenify-e:hover .frenify-e-text .hover{
	width: 100%;
	clip-path: url(#frenify-clip);
}
.frenify-e:last-child{
	margin-bottom: 0;
}
.frenify-e-text{
	text-align: center;
}
.frenify-e-follow-image .frenify-svg--distort-filter{
	position: absolute;
}
.frenify-e-text{
	position: relative;
	z-index: 2;
}
.frenify-e-text h3{
	margin: 0;
	padding: 0;
	font-size: 72px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	font-family: 'Roboto';
	text-transform: uppercase;
}
.frenify-e-text .text{
	position: relative;
}
.frenify-e-text .hover{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	overflow: hidden;
}
.frenify-e-text .hover span{
	color: var(--baucraft-hc);
	-webkit-text-stroke-color: var(--baucraft-hc);
	text-overflow: initial;
}
.frenify-e-text span{
	color: transparent;
    -webkit-text-stroke: 1px var(--baucraft-bc);
	transition: all .5s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
/*	display: block;*/
}
.frenify-e-follow-image{
	position: absolute;
	width: 400px;
	height: 400px;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -200px;
	pointer-events: none;
	z-index: 1;
}
.frenify-e-follow-image .abs_img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.frenify-e-follow-image img{
	position: absolute;
    right: 0px;
    top: 0px;
	display: none;
}
#frenify-clipp{
/*	display: none !important;*/
	pointer-events: none;
	position: absolute;
}
.fn_cs_interactive_list_mobile{
	display: none!important;
}
.fn_cs_interactive_list_mobile ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
}
.fn_cs_interactive_list_mobile li{
	width: 50%;
	padding-left: 30px;
	margin-bottom: 30px;
}
@media(max-width: 830px){
	.fn_cs_interactive_list_mobile li{
		width: 100%;
	}
}
.fn_cs_interactive_list_mobile .mobile_item{
	width: 100%;
    padding: 18px;
    border: 2px solid var(--baucraft-border-color);
    border-radius: 10px;
    position: relative;
}
.fn_cs_interactive_list_mobile .mobile_item_in{
	width: 100%;
	position: relative;
	height: 400px;
	max-height: 66vh;
}
.fn_cs_interactive_list_mobile .abs_img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fn_cs_interactive_list_mobile .title_holder{
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	z-index: 3;
	border-radius: 5px;
	background-color: #131314;
	padding: 25px 30px;
	text-align: center;
}
.fn_cs_interactive_list_mobile .title_holder h3{
	margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
	color: #fff;
}
@media(max-width: 1040px){
	.fn_cs_interactive_list[data-mode="mobile"] .fn_cs_interactive_list_mobile{display: block !important;}
	.fn_cs_interactive_list[data-mode="mobile"] .frenify-portfolio-interactive-showcase{display: none !important;}
	.frenify-e-text h3{font-size: 46px;}
}