@charset "utf-8";
/* CSS Document */
/*

	@Author: Marketify
	@URL: http://themeforest.net/user/marketify
	Version: 1.0
	
*/
/*------------------------------------------------------------------*/
/*	01) BASE
/*------------------------------------------------------------------*/
.cons_w_wrapper{
	position: relative;
	clear: both;
	width: 100%;
	min-height: 1px;
	z-index: 1;
	transform: translateZ(0);
}
.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:after{
	content: '';
	clear: both;
	display: table;
}
.cons_w_wrapper p{
	letter-spacing: 0px;
}
.cons_w_wrapper a{
	text-decoration: none;
}
.cons_w_wrapper a:hover{
	text-decoration: none;
}
.fn__svg{
	width: 20px;
	height: 20px;
	fill: currentcolor;
}
.fn_cs_sticky_section{
	position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    overflow: visible;
    top: 150px;
}
.fn_cs_sticky_section:after{
	clear: both;
	display: table;
	content: '';
}
.fn_clearfix:after{
	clear: both;
	display: table;
	content: '';
}
.fn_cs_lightgallery .lightbox{
	cursor: pointer;
}



/* DEPRECATED TEXT */
.fn_cs_deprecated_text{
	display: none !important;
	width: 100%;
	clear: both;
	margin: 10px 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 20px;
	max-width: 1210px;
	box-sizing: border-box;
	position: absolute;
	z-index: 9;
}
.fn_cs_deprecated_text:after{
	clear: both;
	display: table;
	content: '';
}

.fn_cs_deprecated_text .inner{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	padding-left: 75px;
	background-color: #f7fbff;
	min-height: 120px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-radius: 3px;
	overflow: hidden;
}
.fn_cs_deprecated_text .inner h5{
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #6387a6;
	font-weight: 600;
	margin-bottom: 5px;
}
.fn_cs_deprecated_text .inner p{
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #777;
}
.fn_cs_deprecated_text .inner p span{
	font-weight: 600;
}
.fn_cs_deprecated_text .icon_holder{
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #3793ff;
}
.fn_cs_deprecated_text .icon_holder i{
	width: 27px;
    height: 27px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
    color: #3793ff;
}




/* GALLERY SHORTCODE */
.fn_cs_gallery_slider{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_gallery_slider .swiper-slide-active .abs_img{
	transform: scale(1) rotate(0deg);
}
.fn_cs_gallery_slider .swiper-slide-active .item{
	opacity: 1;
}
.fn_cs_gallery_slider .item{
	opacity: .3;
	transition: all .5s ease;
}
.fn_cs_gallery_slider.ready .swiper-container{
	overflow: visible;
}
.fn_cs_gallery_slider .swiper-button-prev{
	position: absolute;
	right: 100%;
	width: 4000px;
	height: 100%;
	top: 0;
	left: auto;
	margin: 0;
	background: none;
}
.fn_cs_gallery_slider .swiper-button-next{
	position: absolute;
	left: 100%;
	width: 4000px;
	height: 100%;
	top: 0;
	right: auto;
	margin: 0;
	background: none;
}
.fn_cs_gallery_slider .item{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.fn_cs_gallery_slider .abs_img{
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	transition: all 1s ease;
	transform: scale(1.2) rotate(5deg);
}
.fn_cs_gallery_slider .swiper-slide{
	height: 800px;
}
.fn_cs_gallery_collage,
.fn_cs_gallery_collage .inner{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_gallery_collage ul{
	margin: 0;
	padding: 0;
	margin-left: -20px;
	list-style-type: none;
}
.fn_cs_gallery_collage ul li{
	width: 50%;
	float: left;
	padding-left: 20px;
	margin-bottom: 20px;
}
.fn_cs_gallery_collage ul li:nth-of-type(3n-2){
	width: 100%;
}
.fn_cs_gallery_collage ul li .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
.fn_cs_gallery_collage ul li .item img{
	min-width: 100%;
	opacity: 0;
}
.fn_cs_gallery_collage ul li .item .abs_img{
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	transition: all 1s ease;
}
.fn_cs_gallery_collage ul li .item:hover .abs_img{
	transform: scale(1.2) rotate(5deg);
}
@media(max-width: 768px){
	.fn_cs_gallery_collage ul li{width: 100%;}
}

.fn_cs_gallery_collage_pro,
.fn_cs_gallery_collage_pro .inner{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_gallery_collage_pro ul{
	margin: 0;
	padding: 0;
	margin-left: -20px;
	list-style-type: none;
}
.fn_cs_gallery_collage_pro ul li{
	width: 100%;
	float: left;
	padding-left: 20px;
	margin-bottom: 20px;
}
.fn_cs_gallery_collage_pro ul li .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
.fn_cs_gallery_collage_pro ul li .item img{
	min-width: 100%;
	opacity: 0;
}
.fn_cs_gallery_collage_pro ul li .item .abs_img{
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	transition: all 1s ease;
}
.fn_cs_gallery_collage_pro ul li .item:hover .abs_img{
	transform: scale(1.2) rotate(5deg);
}
@media(max-width: 768px){
	.fn_cs_gallery_collage_pro ul li{width: 100%;}
}
.fn_cs_gallery_masonry,
.fn_cs_gallery_masonry .inner{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_gallery_masonry  ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: -20px;
}
.fn_cs_gallery_masonry ul li{
	width: 25%;
	float: left;
	padding-left: 20px;
	margin-bottom: 20px;
}
.fn_cs_gallery_masonry ul li .item{
	overflow: hidden;
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	cursor: pointer;
}
.fn_cs_gallery_masonry ul li img{
	min-width: 100%;
	transition: all 1s ease;
}
.fn_cs_gallery_masonry ul li .item:hover img{
	transform: scale(1.2);
}
.fn_cs_gallery_masonry[data-cols="1"] ul li{width: 100%;}
.fn_cs_gallery_masonry[data-cols="2"] ul li{width: 50%;}
.fn_cs_gallery_masonry[data-cols="3"] ul li{width: 33.3333%;}
.fn_cs_gallery_masonry[data-cols="4"] ul li{width: 25%;}
@media(max-width: 1040px){
	.fn_cs_gallery_masonry[data-cols="3"] ul li,
	.fn_cs_gallery_masonry[data-cols="4"] ul li{width: 50%;}
}
@media(max-width: 768px){
	.fn_cs_gallery_masonry[data-cols="2"] ul li,
	.fn_cs_gallery_masonry[data-cols="3"] ul li,
	.fn_cs_gallery_masonry[data-cols="4"] ul li{width: 100%;}
}


.fn_cs_gallery_collage_a,
.fn_cs_gallery_collage_a .inner{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_gallery_collage_a .item_col{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_gallery_collage_a .second_col{
	margin-top: 40px;
}
.fn_cs_gallery_collage_a .item{
	overflow: hidden;
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	cursor: pointer;
	border-radius: 15px;
}
.fn_cs_gallery_collage_a .item:first-child{margin-bottom: 20px;}
.fn_cs_gallery_collage_a .item img{
	min-width: 100%;
	opacity: 0 !important;
}
.fn_cs_gallery_collage_a .item .abs_img{
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	transition: all 1s ease;
}
.fn_cs_gallery_collage_a .item:hover .abs_img{
	transform: scale(1.2) rotate(5deg);
}

.fn_cs_swiper_progress{
	width: 100%;
	float: left;
	clear: both;
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.fn_cs_swiper_progress .my_pagination_in{
	float: left;
	position: relative;
}
.fn_cs_swiper_progress span{
	display: block;
	float: left;
	font-size: 18px;
	font-family: 'Muli';
	letter-spacing: 0;
	color: #222;
	height: 22px;
	line-height: 22px;
}
.fn_cs_swiper_progress .pagination_progress{
	width: 100px;
	margin: 0 20px;
	position: relative;
}
.fn_cs_swiper_progress .pagination_progress .all{
	height: 1px;
	width: 100%;
	position: absolute;
	z-index: 5;
	top: 0;
	top: 50%;
	left: 0;
	background-color: #ccc;
}
.fn_cs_swiper_progress .pagination_progress .all span{
	height: 1px;
	width: 100%;
	background-color: #222;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	transform-origin: left top;
	transform: scale(0);
	transition: all .3s ease;
}
.fn_cs_gallery_grid{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_gallery_grid ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.fn_cs_gallery_grid ul li{
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
}
.fn_cs_gallery_grid ul li img{
	opacity: 0;
	min-width: 100%;
}
.fn_cs_gallery_grid ul li .item{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
}
.fn_cs_gallery_grid ul li .item:after{
	left: 20px;
	right: 20px;
	content: '';
	position: absolute;
	height: 0;
	bottom: 0;
	background-color: #100f11;
}
.fn_cs_gallery_grid ul li .item_in{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
}
.fn_cs_gallery_grid ul li .abs_img{
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	
	transition: all 1s ease;
	will-change: transform;
}
.fn_cs_gallery_grid ul li .item:hover .abs_img{
	transform: scale(1.2) rotate(5deg);
}
.fn_cs_gallery_grid[data-cols="3"] ul li{width: 33.3333%;}
.fn_cs_gallery_grid[data-cols="2"] ul li{width: 50%;}
.fn_cs_gallery_grid[data-cols="1"] ul li{width: 100%;}
@media(max-width: 1040px){
	.fn_cs_gallery_grid[data-cols="3"] ul li,
	.fn_cs_gallery_grid[data-cols="2"] ul li,
	.fn_cs_gallery_grid[data-cols="4"] ul li{width: 50%;}
}
@media(max-width: 768px){
	.fn_cs_gallery_grid[data-cols="3"] ul li,
	.fn_cs_gallery_grid[data-cols="2"] ul li,
	.fn_cs_gallery_grid[data-cols="4"] ul li{width: 100%;}
}



.fn_cs_accordion{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_accordion .acc_head{
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
	min-height: 70px;
	display: flex;
	padding: 10px 70px;
	position: relative;
	align-items: center;
	background-color: #0f0d10;
	margin-bottom: 5px;
	cursor: pointer;
	border-radius: 3px;
}
.fn_cs_accordion .acc_head p{
	color: #999;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Heebo';
}
.fn_cs_accordion .acc_head:after{
	content: none;
	position: absolute;
	right: 0;
	width: 40px;
	height: 2px;
	background-color: #171517;
	top: 50%;
	margin-top: -1px;
}
.fn_cs_accordion .accordion_in{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 5px;
}
.fn_cs_accordion .accordion_in:last-child{
	margin-bottom: 0;
}
.fn_cs_accordion .acc_content{
	display: none;
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 5px 0;
	border: none !important;
	background: none !important;
}
.fn_cs_accordion .acc_content_in{
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
	padding: 13px 20px;
	position: relative;
	background-color: #0f0d10;
}
.fn_cs_accordion .plus{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background-color: #171517;
	left: 20px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.fn_cs_accordion .plus:after{
	content: '';
	position: absolute;
	width: 2px;
	height: 12px;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -1px;
	background-color: #ff0066;
	display: block;
	transition: all 300ms ease;
}
.fn_cs_accordion .plus:before{
	content: '';
	position: absolute;
	width: 12px;
	height: 2px;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -6px;
	background-color: #ff0066;
	display: block;
	transition: all 300ms ease;
}
.fn_cs_accordion .accordion_in.acc_active .plus:before{transform: rotate(180deg);}
.fn_cs_accordion .accordion_in.acc_active .plus:after{transform: rotate(-90deg);}

.fn_cs_accordion[data-plus-pos="right"] .plus{
	left: auto;
	right: 20px;
}
.fn_cs_accordion[data-plus-pos="right"] .acc_head:after{
	right: auto;
	left: 0;
}
.fn_cs_accordion[data-line="yes"] .acc_head:after{
	content: '';
}
.fn_cs_accordion[data-line=""][data-plus-pos="right"] .acc_head{
	padding-left: 20px;
}
.fn_cs_accordion[data-line=""][data-plus-pos="left"] .acc_head{
	padding-right: 20px;
}


/* Progress Bar */
.fn_cs_progress_bar,
.fn_cs_progress_wrap{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_progress{
	width:100%;
	float: left;
	clear: both;
	margin-bottom:15px;
}
.fn_cs_progress > span{
	margin: 0px 0px 8px 0px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
	float: left;
	clear: both;
}
.fn_cs_progress span.label{
	font-size:14px;
	font-weight:400;
	color:#000;
	letter-spacing:1px;
	position: relative;
	float: left;
}
.fn_cs_progress span.number{
	float: right;
	font-size: 16px;
	color: #666;
	margin-left: 10px;
}
.fn_cs_progress .fn_cs_bar_bg{
	background: #eee;
	width: 100%;
	min-width: 100%;
	position: relative;
	height: 20px;
	float: left;
	clear: both;
}
.fn_cs_progress .fn_cs_bar_bg .fn_cs_bar_wrap{
	width:0px;
	height:100%;
}
.fn_cs_progress .fn_cs_bar_bg .fn_cs_bar_wrap.open{
	-webkit-animation: fn_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation:    fn_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation:         fn_expand 3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
	width:100%;
}
.fn_cs_progress .fn_cs_bar_bg .fn_cs_bar{
	height:100%;
	background:#333;
	width:0px;
	overflow:hidden;
}
.fn_cs_progress_wrap[data-strip="on"] .fn_cs_progress .fn_cs_bar{
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
	
	-webkit-animation: fn_bar_move 4s linear infinite;
	-moz-animation: fn_bar_move 4s linear infinite;
	animation: fn_bar_move 4s linear infinite;
	background-size: 50px 50px;
}

@-webkit-keyframes fn_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}
@-moz-keyframes fn_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}
@keyframes fn_bar_move {0%{background-position: 0 0;} 100% {background-position: 50px 50px;}}

/*expand width animation*/
@-webkit-keyframes fn_expand {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes fn_expand {0%{ width:0%; } 100%{ width:100%; }}
@keyframes fn_expand {0%{ width:0%; } 100%{ width:100%; }}








/* Image after before: twenty-twenty */
.fn_cs_after_before{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
}
.fn_cs_after_before .twentytwenty-handle{
	width: 80px;
	height: 80px;
	margin-left: -40px;
	margin-top: -40px;
	background-color: transparent;
}
.fn_cs_after_before .twentytwenty-right-arrow{
	border-left-color: #fff;
	border-width: 11px;
	border-top-width: 7px;
	border-bottom-width: 7px;
	margin-right: -27px;
}
.fn_cs_after_before span{
	z-index: 55;
}
.fn_cs_after_before .twentytwenty-up-arrow{
	border-bottom-color: #fff;
	border-width: 11px;
	border-left-width: 7px;
	border-right-width: 7px;
	margin-top: -27px;
}
.fn_cs_after_before .twentytwenty-down-arrow{
	border-top-color: #fff;
	border-width: 11px;
	border-left-width: 7px;
	border-right-width: 7px;
	margin-bottom: -27px;
}
.fn_cs_after_before .twentytwenty-left-arrow{
	border-right-color: #fff;
    margin-left: -27px;
	border-width: 11px;
	border-top-width: 7px;
	border-bottom-width: 7px;
}
.fn_cs_after_before .twentytwenty-handle:after{
	background-color: #e52a5f;
    top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    border-radius: 4px;
	content: '';
	position: absolute;
}
.fn_cs_after_before .twentytwenty-vertical .twentytwenty-handle:before{
	height: 4px;
	left: -5000px;
	right: -5000px;
	top: 50%;
	margin-top: -2px;
	background-color: #000;
	position: absolute;
	content: '';
	box-shadow: none;
	z-index: -1;
}
.fn_cs_after_before .twentytwenty-horizontal .twentytwenty-handle:before{
	width: 4px;
	top: -5000px;
	bottom: -5000px;
	left: 50%;
	margin-left: -2px;
	background-color: #000;
	position: absolute;
	content: '';
	box-shadow: none;
	z-index: -1;
}






.fn_cs_gallery_mosaic{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_gallery_mosaic .inner{
	float: left;
	min-width: 100%;
	width: calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
	margin-left: -40px;
}
.fn_cs_gallery_mosaic .inner:after{
	clear: both;
	display: table;
	content: '';
}
.fn_cs_gallery_mosaic .second_col{
	padding-left: 40px;
}
.fn_cs_gallery_mosaic .first_col,
.fn_cs_gallery_mosaic .second_col{
	float: left;
	width: 50%;
}
.fn_cs_gallery_mosaic .first_col:first-child{
	margin-top: 80px;
}
.fn_cs_gallery_mosaic .first_col{
	padding-left: 40px;
}
.fn_cs_gallery_mosaic .first_bottom_right{
	min-width: 50%;
}
.fn_cs_gallery_mosaic .first_bottom_left{
	margin-left: 40px;
}
.fn_cs_gallery_mosaic .second_top_left{
	min-width: 50%;
}
.fn_cs_gallery_mosaic .second_top_right{
	margin-right: 40px;
}
.fn_cs_gallery_mosaic .second_top{
	align-items: flex-end;
}
.fn_cs_gallery_mosaic .second_top,
.fn_cs_gallery_mosaic .first_bottom{
	width: 100%;
	display: flex;
	flex-direction: row;
	column-gap: 40px;
}
.fn_cs_gallery_mosaic .abs_img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.fn_cs_gallery_mosaic .item_in{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	overflow: hidden;
}
.fn_cs_gallery_mosaic .item{
	margin-bottom: 40px;
	width: 100%;
	float: left;
	clear: both;
	overflow: hidden;
}
.fn_cs_gallery_mosaic  img{
	min-width: 100%;
	opacity: 0;
}
@media(max-width: 768px){
	.fn_cs_gallery_mosaic .first_col:first-child{margin-top: 0}
	.fn_cs_gallery_mosaic .first_col,
	.fn_cs_gallery_mosaic .second_col{
		width: 100%;
	}
}

.fn_cs_gallery_mosaic_four .first_col,
.fn_cs_gallery_mosaic_four .second_col,
.fn_cs_gallery_mosaic_four{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_gallery_mosaic_four .second_col_in,
.fn_cs_gallery_mosaic_four .first_col_in{
	float: left;
	width: 100%;
	clear: both;
	column-gap: 20px;
	display: flex;
}
.fn_cs_gallery_mosaic_four .second_left,
.fn_cs_gallery_mosaic_four .first_left{
	width: 60%;
	float: left;
	margin-bottom: 20px;
}
.fn_cs_gallery_mosaic_four .second_right,
.fn_cs_gallery_mosaic_four .first_right{
	width: 40%;
	float: left;
	margin-bottom: 20px;
}
.fn_cs_gallery_mosaic_four .item{
	width: 100%;
	display: flex;
}
.fn_cs_gallery_mosaic_four img{
	min-width: 100%;
	opacity: 0;
}
.fn_cs_gallery_mosaic_four .item_in{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.fn_cs_gallery_mosaic_four .first_right{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
}
.fn_cs_gallery_mosaic_four .abs_img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.fn_cs_gallery_mosaic_four .second_left .item{
	max-width: 66.6666%;
}
.fn_cs_gallery_mosaic_four .second_right .item{
	max-width: 75%;
}
.fn_cs_gallery_mosaic_four .second_left{
	display: flex;
	justify-content: flex-end;
}


.fn_cs_countdown{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_countdown .expired{display: none;}
.fn_cs_countdown .inner{
	display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.fn_cs_countdown .item{
	flex: 1;
	text-align: center;
	padding: 10px 20px;
}
.fn_cs_countdown .item h3{
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #3c4d45;
	font-family: 'Dancing Script';
	font-size: 72px;
	margin-bottom: 13px;
}
.fn_cs_countdown .item p{
	margin: 0;
	padding: 0;
	font-family: 'Heebo';
	font-size: 18px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 1px;
}








/* image after before */
.fn_cs_after_before .juxtapose{
	z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.fn_cs_after_before img{
	max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}
div.jx-control{
	width: 4px;
	background-color: #000;
}
div.jx-handle{
	width: 80px;
	margin-left: -40px;
}
div.jx-controller{
	width: 80px;
	height: 80px;
	background-color: #ff0066;
	border-radius: 4px;
	margin-left: -38px;
	border: none;
	outline: none;
	outline-color: transparent;
}
div.jx-arrow{
	display: none;
}
a.jx-knightlab{
	display: none;
}
div.jx-controller:after{
	content: '';
	top: 50%;
	margin-top: -6px;
	position: absolute;
	border: 6px inset transparent;
	border-left: 6px solid #111;
    right: 50%;
    border-width: 11px;
    border-top-width: 7px;
    border-bottom-width: 7px;
    margin-right: -27px;
}
div.jx-controller:before{
	content: '';
	top: 50%;
	margin-top: -6px;
	position: absolute;
	border: 6px inset transparent;
	border-right: 6px solid #111;
    left: 50%;
    border-width: 11px;
    border-top-width: 7px;
    border-bottom-width: 7px;
    margin-left: -27px;
}

.fn_cs_partners{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_partners .item{
	width: 100%;
	height: 150px;
	padding: 15px 40px;
	transition: all .3s ease;
	background-color: #f8f9fa;
	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;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}
.fn_cs_partners .item:hover{
	background-color: #ddd;
}
.fn_cs_partners .item img{
	width: auto;
	max-width: 100%;
}
.fn_cs_partners .item a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-decoration: none;
	display: block;
}
.fn_cs_partners_beta{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.fn_cs_partners_beta .item{
	margin: 0px;
    opacity: .5;
	height: 100%;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.fn_cs_partners_beta .item:hover{
	opacity: 1;
}
.fn_cs_partners_beta .item img{
	width: auto;
	max-width: 200px;
	max-height: 200px;
}
.fn_cs_partners_beta .owl-carousel .owl-stage{display: flex;}






.fn_cs_animate_image{
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}
.fn_cs_animate_image .abs_img{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	animation: waxon-morph 8s ease-in-out infinite 1s;
	background-blend-mode: multiply;
	-webkit-box-shadow: inset 0px 0px 0px 9px rgba(255,255,255,.3);
    -moz-box-shadow: inset 0px 0px 0px 9px rgba(255,255,255,.3);
    box-shadow: inset 0px 0px 0px 9px rgba(255,255,255,.3);
}
@keyframes waxon-morph {
	 0% {
		 border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
	 50% {
		 border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}
	 100% {
		 border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}
.fn_cs_animate_image img{
	min-width: 100%;
	position: relative;
	opacity: 0;
}





.fn_cs_social_list,
.fn_cs_share_social{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_social_list ul,
.fn_cs_share_social ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.fn_cs_social_list li,
.fn_cs_share_social li{
	margin: 6px 16px 6px 0;
	padding: 0;
}
.fn_cs_social_list span,
.fn_cs_social_list a,
.fn_cs_share_social a{
	display: block;
	width: 17px;
	height: 17px;
	font-size: 17px;
	text-align: left;
	line-height: 17px;
	position: relative;
	color: #000;
}
.fn_cs_social_list .fn__svg{
	width: 17px;
	height: 17px;
	position: absolute;
	top: 0;
	left: 0;
}
.fn_cs_share_social i:before{
	margin: 0;
	padding: 0;
	display: block;
}



.waxon_fn_modalbox,
.waxon_fn_modalbox *{
	box-sizing: border-box;
}
.waxon_fn_modalbox.opened .box_inner{
	opacity: 1;
    visibility: visible;
    margin-top: 0px;
}
.waxon_fn_modalbox.opened{
	opacity: 1;
	visibility: visible;
}
.waxon_fn_modalbox{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100vh;
	z-index: 55555;
	background-color: rgba(0,0,0,.8);
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_fn_modalbox .box_inner{
	position: absolute;
    top: 70px;
    bottom: 70px;
    width: 968px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    margin-top: -20px;
    transition-delay: .3s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.waxon_fn_modalbox .modal_in{
	position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.waxon_fn_modalbox .modal_content{
	position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    padding: 90px 70px 75px 70px;
}
.waxon_fn_modalbox .fn_closer{
	width: 50px;
	height: 50px;
	position: fixed;
    left: 100%;
    top: 0px;
    margin-left: 40px;
    z-index: 111111;
	display: block;
	text-decoration: none;
	border: 4px solid #fff;
	border-radius: 50%;
	transition: all .3s ease;
}
.waxon_fn_modalbox .fn_closer:hover{
	border-radius: 3px;
}
.waxon_fn_modalbox .fn_closer:after{
	width: 22px;
    height: 4px;
    display: block;
    transform: rotate(45deg);
    background-color: #fff;
    content: '';
    position: absolute;
    left: 10px;
    top: 19px;
    border-radius: 20px;
}
.waxon_fn_modalbox .fn_closer:before{
	width: 22px;
    height: 4px;
    display: block;
    transform: rotate(135deg);
    background-color: #fff;
    content: '';
    position: absolute;
    left: 10px;
    top: 19px;
    border-radius: 20px;
}
.waxon_fn_modalbox .elementor-section-wrap > section{
	display: none;
}
.elementor-editor-active .elementor-section-wrap [id^="waxon-modal"]{
	display: block;
}
.waxon_fn_modalbox .elementor-section-wrap [id^="waxon-modal"]{
	display: block;
}
.admin-bar .waxon_fn_modalbox{top: 32px;}
@media(max-width: 1200px){
	.waxon_fn_modalbox .modal_content{
		padding: 40px;
	}
	.waxon_fn_modalbox .box_inner{
		width: auto;
		top: 10px;
		transform: none;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
	.admin-bar .waxon_fn_modalbox .fn_closer{
		top: 52px;
	}
	.waxon_fn_modalbox .fn_closer{
		left: auto;
		margin-left: auto;
		top: 20px;
		right: 20px;
		width: 30px;
		height: 30px;
		border-width: 2px;
		border-color: #000;
		border-radius: 4px;
	}
	.waxon_fn_modalbox .fn_closer:before,
	.waxon_fn_modalbox .fn_closer:after{
		background-color: #000;
		width: 14px;
		height: 2px;
		left: 6px;
		top: 12px;
	}
}
@media(max-width: 782px){
	.admin-bar .waxon_fn_modalbox .fn_closer{top: 66px;}
}
.elementor-section-wrap [id^="waxon-modal"]{
	display: none;
}
.fn_cs_modal_button a{
	text-decoration: none;
    color: #fff;
    display: block;
	max-width: 100%;
	float: left;
	height: 50px;
	line-height: 50px;
    background-color: #000;
    padding: 0 40px;
    font-style: italic;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.fn_cs_modal_button a:hover{
	letter-spacing: 2px;
}


.fn_cs_counter_wrapper{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_counter_wrapper ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.fn_cs_counter_wrapper li{
	margin: 0;
	padding: 0;
	width: 33.3333%;
	float: left;
	padding-left: 50px;
	margin-bottom: 50px;
}
.fn_cs_counter_wrapper .item{
	width: 100%;
    height: 100%;
    clear: both;
    float: left;
    border: 1px solid rgba(0,0,0,.1);
    text-align: center;
    padding: 40px 20px;
}
.fn_cs_counter_wrapper h3{
	margin: 0;
	padding: 0;
	font-weight: 600;
    font-size: 20px;
    margin-bottom: 3px;
}
.fn_cs_counter_wrapper p{
	margin: 0;
	padding: 0;
	font-style: italic;
}
@media(max-width: 768px){.fn_cs_counter_wrapper li{width: 100%;}}


.fn_cs_infobox{
	width: 100%;
	float: left;
	clear: both;
}
.fn_cs_infobox ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fn_cs_infobox li{
	margin: 0;
	padding: 0;
    width: 100%;
    float: left;
	margin-bottom: 5px;
}
.fn_cs_infobox .fn_left{
	min-width: 100px;
	float: left;
	margin-right: 10px;
	font-weight: 700;
	font-style: italic;
}
.fn_cs_infobox a{
	text-decoration: none;
}
.fn_cs_infobox a:hover{
	letter-spacing: 2px;
}



/* HERO HEADER */
.fn_cs_hero{
	width: 100%;
	clear: both;
	float: left;
	position: relative;
}
.fn_cs_hero .background{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.fn_cs_hero .leftpart{
	width: 33%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
}
.fn_cs_hero .rightpart{
	width: 100%;
	height: 100%;
	float: left;
	padding-left: 33%;
}
.fn_cs_hero .rightpart .inner{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.fn_cs_hero .rightpart .image{
	position: absolute;;
	top: -20px;
	bottom: -20px;
	left: -20px;
	right: -20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.fn_cs_hero .my_overlay{
	position:absolute;
	top: 0px;
	bottom:0px;
	width: 100%;
	background-color: #fff;
	z-index: 2;
	left: 0%;
	transition: left .7s ease;
}
.fn_cs_hero .overlay_color{
	position:absolute;
	top: 0px;
	bottom:0px;
	width: 100%;
	z-index: 1;
}
.fn_cs_hero .my_overlay.dark{background-color: #000;}
.fn_cs_hero .my_overlay.loaded{left: 100%;}
.fn_cs_hero .content{
	width: 100%;
	position: relative;
	z-index: 4;
}
.fn_cs_hero .content_inner{
	min-height: 100vh;
	padding: 100px 0;
	position: relative;
	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_hero .stroke_title,
.fn_cs_hero .simple_title{
	color: #000;
	font-size: 120px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	line-height: 1.1;
}
.fn_cs_hero .stroke_title{
	-webkit-text-stroke: 1px #000;
	color: transparent;
}
.fn_cs_hero .sub_title{
	font-family: "Poppins";
	font-weight: 400;
	display: inline-block;
	padding-top: 20px;
	font-style: italic;
}
.waxon_fn_down{
	position: absolute;
	z-index: 7;
	bottom: 80px;
}
.waxon_fn_down[data-position="left"]{
	left: 0px;
}
.waxon_fn_down[data-position="right"]{
	right: 0px;
}
.waxon_fn_down[data-position="center"]{
	left:50%;
	transform: translateX(-50%);
}
.waxon_fn_down .line_wrapper{
	position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    right: 0;
   	margin: 0px auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
	
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.waxon_fn_down .line_wrapper{
    width: 1px;
    height: 50px;
    background: none;
	display: block;
}
.waxon_fn_down .line_wrapper:before{
	content: "";
	background-color: #000;
	width: 1px;
    height: 50%;
    display: block;
    top: 0;
	
    -webkit-animation: scroll-down 2s ease-in-out infinite;
    -ms-animation: scroll-down 2s ease-in-out infinite;
    animation: scroll-down 2s ease-in-out infinite;;
}

@-webkit-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.waxon_fn_down[data-skin="light"] .line_wrapper:before{
	background-color: #fff;
}
.fn_cs_hero .particle_wrapper{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#particles-js {
	width: 100%;
	height: 100%;
  	position: absolute;
  	z-index: 2;
}
.fn_cs_hero .glitch_wrap{
	position: relative;
	width: 100%;
	height:100%;
	float: left;
	overflow: hidden;
}
.fn_cs_hero .glitch{
	position: absolute;
 	width: 100%;
 	height: 100%;
	top: 0;
 	left: 0;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	z-index: -1 !important;
	opacity: 1;
	transform: scale(1);
}
.fn_cs_hero .glitch:before{
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.fn_cs_personal_slider{
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
}
.fn_cs_personal_slider .main_image{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
    height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.fn_cs_personal_slider .swiper-container{
	cursor: none;
	overflow: hidden;
	height: 100%;
}
.fn_cs_personal_slider .swiper-slide{
	overflow: hidden;
}
@media (max-width: 1200px){
	.fn_cs_hero .leftpart{width: 0%;}
	.fn_cs_hero .rightpart{padding-left: 0px;}
	.fn_cs_hero .simple_title,
	.fn_cs_hero .stroke_title{font-size: 90px;}
}
@media (max-width: 1040px){
	.fn_cs_hero .simple_title,
	.fn_cs_hero .stroke_title{font-size: 60px;}
}
@media(max-width: 768px){
	.fn_cs_hero .simple_title,
	.fn_cs_hero .stroke_title{font-size: 50px;}
}



/* ABout Shortcode */
.fn_cs_about{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.fn_cs_about .about_inner{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	align-items: center;
}
.fn_cs_about .about_left{
	width: 40%;
}
.fn_cs_about .about_left img{
	min-width: 10%;
}
.fn_cs_about .about_right{
	width: 60%;
	padding-left: 80px;
}
.fn_cs_about .title_holder{
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 35px;
	margin-bottom: 31px;
}
.fn_cs_about .title_holder .simple_title{
	text-transform: uppercase;
	font-weight: 900;
	font-size: 35px;
	position: relative;
	color: #000;
	margin: 0;
	padding: 0;
}
.fn_cs_about .title_holder .bg_title{
	position: absolute;
    left: -6px;
    color: transparent;
    font-size: 150px;
    font-weight: 900;
    opacity: .1;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-stroke: 1px #000;
    -webkit-user-select: none;
	bottom: -36px;
    z-index: -1;
}
.fn_cs_about .sub_title{
	font-family: "Poppins";
    font-weight: 400;
    display: inline-block;
    padding-top: 10px;
	font-style: italic;
}
.fn_cs_about .desc{
	width: 100%;
	float: left;
	margin-bottom: 22px;
}
.fn_cs_about .desc p{
	margin-bottom: 11px;
}
.waxon_fn_button{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.waxon_fn_button a{
	text-decoration: none;
	color: #fff;
	background-color: #000;
	padding: 13px 50px;
	display: inline-block;
	border: 2px solid #000;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.waxon_fn_button a:hover{
	background-color: transparent;
	color: #000;
}
.waxon_fn_button[data-position="left"]{text-align: left;}
.waxon_fn_button[data-position="center"]{text-align: center;}
.waxon_fn_button[data-position="right"]{text-align: right;}
@media(max-width: 768px){
	.fn_cs_about .about_inner{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.fn_cs_about .about_left{
		width: 100%;
		margin-bottom: 100px;
	}
	.fn_cs_about .about_right{
		width: 100%;
		padding-left: 0;
	}
}





.fn_cs_services,
.fn_cs_services .service_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.fn_cs_services .owl-carousel{
	cursor: e-resize;
}
.fn_cs_services .item{
	margin: 0px;
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	padding-left: 75px;
}
.fn_cs_services .icon{
	position: absolute;
	left: 0px;
	top: 5px;
	display: block;
}
.fn_cs_services .icon i{
	font-size: 40px;
	color: #000;
}
.fn_cs_services .icon .fn__svg{
	display: block;
	width: 50px;
	height: 50px;
	color: #000;
}
.fn_cs_services h3{
	margin: 0px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
}





.fn_cs_main_title .fn__title{
	text-transform: uppercase;
    font-weight: 900;
    font-size: 35px;
    position: relative;
    margin: 0;
    padding: 0;
}
.fn_cs_main_title .bg_title{
	position: absolute;
    left: -6px;
    color: transparent;
    font-size: 150px;
    font-weight: 900;
    opacity: .1;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-stroke: 1px #000;
    -webkit-user-select: none;
	bottom: -30px;
    z-index: -1;
}





.fn_cs_testimonials .testi_inner{
	width: 100%;
	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;
	-ms-align-items: center;
	align-items: center;
}
.fn_cs_testimonials .leftpart{
	width: 50%;
	padding-right: 50px;
}
.fn_cs_testimonials .rightpart{
	width: 50%;
	padding-left: 50px;
}
.fn_cs_testimonials .image_list{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.fn_cs_testimonials .leftpart ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fn_cs_testimonials .leftpart li{
	margin: 0;
	padding: 0;
	display: none;
}
@media(min-width: 1041px){
	.fn_cs_testimonials .leftpart li.active{
		display: block;
		-webkit-animation: tab_animation 1s ease;
		-moz-animation: tab_animation 1s ease;
	}
}

.fn_cs_testimonials .rightpart ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -50px;
	padding-top: 50px;
}
.fn_cs_testimonials .rightpart li{
	margin: 0px 0px 50px 0px;
	float: left;
    width: 50%;
    padding-left: 50px;
	
}
.fn_cs_testimonials .rightpart a{
	opacity: .5;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.fn_cs_testimonials .rightpart li.active a{
	opacity: 1;
}
.fn_cs_testimonials .rightpart .image{
	width: 100%;
	overflow: hidden;
}
.fn_cs_testimonials .leftpart .fn__svg{
	width: 50px;
    height: 50px;
    color: #000;
    margin-bottom: 30px;
	display: block;
}
.fn_cs_testimonials .leftpart p{
	margin: 0;
	padding: 0;
}
.fn_cs_testimonials .details{
	width: 100%;
	height: auto;
	clear: both;
	display: flex;
	align-items: center;
	padding-top: 30px;
}
.fn_cs_testimonials .details .image{
	width: 65px;
	height: 65px;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
}
.fn_cs_testimonials .details .main{
	position: absolute;
	top: -4px;
	bottom: -4px;
	left: -4px;
	right: -4px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
}
.fn_cs_testimonials .short{
	padding-left: 25px;
}
.fn_cs_testimonials .short h3{
	margin: 0px;
	padding: 0px;
	line-height: 1;
	position: relative;
}
.fn_cs_testimonials .short .author{
	font-family: "Poppins";
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 8px;
}
.fn_cs_testimonials .short .job{
	font-family: "Mulish";
	font-size: 15px;
	color: #767676;
	font-weight: 400;
	display: block;
	font-style: italic;
}

@-webkit-keyframes tab_animation {
      0% { opacity: 0; transform: rotateY(20deg) rotateZ(-3deg);}   
    100% { opacity: 1; transform: rotateY(0deg) rotateZ(0deg);}
}
@-moz-keyframes tab_animation {
      0% { opacity: 0;  transform: rotateY(20deg) rotateZ(-3deg);}   
    100% { opacity: 1; transform: rotateY(0deg) rotateZ(0deg);}
}
@media(max-width: 1040px){
	
	.fn_cs_testimonials .testi_inner{
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.fn_cs_testimonials .leftpart{
		width: 100%;
		padding-right: 0;
	}
	.fn_cs_testimonials .rightpart{
		display: none
	}
	.fn_cs_testimonials .leftpart li{
		display: block;
		margin-bottom: 30px;
		padding: 30px;
		background: #fff;
		box-shadow: 0px 5px 15px rgb(0 0 0 / 20%);
		border-radius: 5px;
	}
	.fn_cs_testimonials .leftpart li:nth-of-type(2n){
		text-align: right;
	}
	.fn_cs_testimonials .leftpart li:nth-of-type(2n) .fn__svg{
   	 	margin-left: auto;
	}
	.fn_cs_testimonials .leftpart li:nth-of-type(2n) .details{
		-webkit-flex-direction: row-reverse;
		-moz-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		-o-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.fn_cs_testimonials .leftpart li:nth-of-type(2n) .short{
		padding-left: 0;
		padding-right: 25px;
	}
}



.fn_cs_triple_blog ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -50px;
}
.fn_cs_triple_blog li{
	margin: 0;
	padding: 0;
	width: 33.3333%;
	padding-left: 50px;
	margin-bottom: 50px;
}
.fn_cs_triple_blog .item{
	width: 100%;
	float: left;
	clear: both;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
}
.fn_cs_triple_blog .img_holder{
	overflow: hidden;
	position: relative;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.fn_cs_triple_blog .img_holder a{
	display: block;
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.fn_cs_triple_blog .img_holder img{
	opacity: 0;
	min-width: 100%;
	margin-bottom: -25%;
}
.fn_cs_triple_blog .title_holder{
	width: 100%;
    float: left;
    padding: 30px 40px 25px 40px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.fn_cs_triple_blog .title_holder .author{
	text-transform: capitalize;
}
.fn_cs_triple_blog .title_holder .author:after{
	position: relative;
    content: "|";
    padding: 0px 13px;
    color: #9e9e9e;
    font-size: 13px;
    top: -1px;
}
.fn_cs_triple_blog .title_holder p .fn__svg{
	width: 14px;
    height: 14px;
    margin-right: 7px;
    position: relative;
    top: 1px;
    color: #767676;
}
.fn_cs_triple_blog .title_holder p{
	margin-bottom: 18px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.fn_cs_triple_blog .title_holder h3{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
    line-height: 1.4;
}
.fn_cs_triple_blog .title_holder h3 a{
	text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
@media(max-width: 1040px){
	.fn_cs_triple_blog li{width: 50%;}
}
@media(max-width: 768px){
	.fn_cs_triple_blog li{width: 100%;}
}



/* Testimonials Carousel */


.fn_cs_testi_carousel .owl-carousel .owl-stage{display: flex;}

.fn_cs_testi_carousel .item{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	height: 100%;
	position: relative;
	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;
}
.fn_cs_testi_carousel .text{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	border: 2px solid rgba(0,0,0,.07);
	padding: 40px;
	margin-bottom: 30px;
}
.fn_cs_testi_carousel .text:before{
	position: absolute;
	content: "";
	height: 0px;
    width: 0px;
	top: 100%;
    left: 50px;
    border: solid transparent;
    border-top-color: rgba(0,0,0,.07);
    border-width: 18px 18px 0px 0px;
}
.fn_cs_testi_carousel .text:after{
	position: absolute;
	content: "";
	top: 100%;
    left: 50px;
	height: 0px;
    width: 0px;
    border: solid transparent;
    border-top-color: #fff;
    border-width: 14px 13px 0px 0px;
    margin-left: 2px;
}
.fn_cs_testi_carousel .details{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	padding-left: 20px;
	margin-top: auto;
}
.fn_cs_testi_carousel .details .image{
	position: relative;
	width: 60px;
	height: 60px;
}
.fn_cs_testi_carousel .details .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
}
.fn_cs_testi_carousel .details .short{
	padding-left: 20px;
}
.fn_cs_testi_carousel .details .author{
	font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600;
}
.fn_cs_testi_carousel .details .job{
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
.fn_cs_testi_carousel .owl-carousel .owl-stage-outer{
	overflow: hidden;
}
.fn_cs_testi_carousel .owl-carousel .owl-stage-outer{
	overflow: visible;
}
.fn_cs_testi_carousel .owl-item.active{
	opacity: 1;
}
.fn_cs_testi_carousel .owl-item{
	opacity: 0;
}





.fn_cs_circular_progress{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.fn_cs_circular_progress ul{
	padding: 0px;
	margin: 0px 0px 0px -20px;
	list-style-type: none;
}
.fn_cs_circular_progress ul li{
	padding: 0px;
	margin: 0px 0px 20px 0px;
	width: 33.3333%;
	float: left;
	padding-left: 20px;
}
.fn_cs_circular_progress .myCircle canvas{
	display: block;
}
.fn_cs_circular_progress .myCircle{
	position: relative;
	float: left;
}
.fn_cs_circular_progress .list_inner{
	width: 100%;
	position: relative;
	text-align: center;
}
.fn_cs_circular_progress .myCircle:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 7px solid rgba(0,0,0,.07);
	left: 0px;
	top: 0px;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: -1;
}
.fn_cs_circular_progress .title{
	width: 100%;
	max-width: 150px;
	float: left;
}
.fn_cs_circular_progress .title span{
	font-size: 18px;
	font-family: "Poppins";
	font-weight: 600;
}
.fn_cs_circular_progress .number{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 18px;
	font-family: "Poppins";
	font-weight: 600;
	margin-left: 2px;
}









.fn_cs_timeline ul{
	margin: 0px;
	list-style-type: none;
	position: relative;
	padding-top: 10px;
}
.fn_cs_timeline ul:after{
	clear: both;
	display: table;
	content: '';
}
.fn_cs_timeline ul:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #e5e5e5;
}
.fn_cs_timeline ul li{
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	padding-bottom: 45px;
}
.fn_cs_timeline ul li:last-child{padding-bottom: 0px;}
.fn_cs_timeline ul li:before{
	content: "";
	position: absolute;
	height: 18px;
	width: 18px;
	background: #fff;
	border-radius: 100%;
	border: solid 1px #e5e5e5;
	left: -9px;
	top: 10px;
}
.fn_cs_timeline ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	position: relative;
}
.fn_cs_timeline ul li .time{
	width: 50%;
	padding-right: 20px;
	float: left;
}
.fn_cs_timeline ul li .time span{
	margin: 0px;
	display: inline-block;
	padding: 5px 25px;
	background-color: #767676;
	border-radius: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	font-family: "Poppins";
}
.waxon_tm_about_page .fn_cs_timeline ul li .place{
	width: 50%;
	padding-left: 20px;
	float: right;
	position: relative;
	top: -5px;
}
.fn_cs_timeline ul li .place h3{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
    margin-bottom: 2px;
    font-weight: 600;
}
.fn_cs_timeline ul li .place{
	position: relative;
	top: -5px;
}


.fn_cs_simple_counter{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.fn_cs_simple_counter ul{
	margin: 0px;
	list-style-type: none;
}
.fn_cs_simple_counter ul li{
	margin: 0px;
	float: left;
	width: 25%;
	text-align: center;
}
.fn_cs_simple_counter .item{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}
.fn_cs_simple_counter .item h3{
	font-size: 150px;
	font-weight: 700;
	color: rgba(0,0,0,.04);
	margin: 0px;
	padding: 0px;
}
.fn_cs_simple_counter .item p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 18px;
	font-family: "Poppins";
	color: #000;
}
.fn_cs_simple_counter[data-align="left"] ul li{text-align: left;}
.fn_cs_simple_counter[data-align="right"] ul li{text-align: right;}



.fn_cs_team_member{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.fn_cs_team_member .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.fn_cs_team_member .img_holder{
	position: relative;
	overflow: hidden;
}
.fn_cs_team_member .img_holder img{
	position: relative;
	opacity: 0;
	min-width: 100%;
}
.fn_cs_team_member .img_holder .original_img{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.fn_cs_team_member .title_holder{
	width: 100%;
	float: left;
	margin-top: 20px;
	position: relative;
	padding-right: 44px;
}
.fn_cs_team_member .title_holder h3{
	margin-bottom: 2px;
	padding: 0px;
	font-weight: 600;
    line-height: 1.4;
    font-family: "Poppins";
    color: #000;
	font-size: 18px;
}
.fn_cs_team_member .title_holder span{
	font-style: italic;
}
.fn_cs_team_member .social_beta_list{
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	background-color: #e51d3e00 !important;
	right: 10px;
	top: 50%;
	margin-top: -12px;
	cursor: pointer;
	transition: all .3s ease;
}
.fn_cs_team_member .social_beta_list:hover{
	background-color: transparent !important;
}
.fn_cs_team_member .social_beta_list .list_in{
	transition: all .3s ease;
}
.fn_cs_team_member .inner:hover .list_in{
	transform: translateY(24px);
	transition: all .3s .1s ease;
}
.fn_cs_team_member .inner:hover .list{
	transform: translateY(0);
	opacity: 1;
}
.fn_cs_team_member .social_beta_list .list{
	position: absolute;
	margin: 0;
	padding: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	width: 100%;
	bottom: 100%;
	left: 0;
	opacity: 0;
	transform: translateY(10px);
	transition: all .3s ease;
}
.fn_cs_team_member .social_beta_list .list_in div:last-child{
	margin-bottom: 0;
}
.fn_cs_team_member .social_beta_list .list_in div{
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	background-color: #000;
	border-radius: 3px;
}
.fn_cs_team_member .social_beta_list a{
	color: #fff;
	width: 24px;
	height: 24px;
	display: block;
	position: relative;
}
.fn_cs_team_member .social_beta_list i{
	font-size: 12px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	position: absolute;
	color: inherit;
	transition: all .3s ease;
}
.fn_cs_team_member .social_beta_list a:hover i{
	transform: translate(-50%,-50%) scale(1.3);
}
.fn_cs_team_member .social_beta_list .fn__svg{
	width: 12px;
	height: 12px;
	top: 6px;
	left: 6px;
	color: inherit;
	position: absolute;
	transition: all .3s ease;
}
.fn_cs_team_member .social_beta_list a:hover .fn__svg{
	width: 16px;
	height: 16px;
	top: 4px;
	left: 4px;
}


@media(max-width: 768px){
	.fn_cs_circular_progress .title{max-width: 100%;}
	.fn_cs_circular_progress .number{margin-top: -2px;}
	.fn_cs_circular_progress .number{font-size: 15px;}
	.fn_cs_circular_progress .title span{font-size: 15px;}
	.fn_cs_simple_counter ul li{width: 50%;}
	.fn_cs_simple_counter .item h3{font-size: 100px;}
}
@media(max-width: 480px){
	.fn_cs_simple_counter ul li{width: 100%;}
}


.fn_cs_video .rounded{
	width: 100px;
	height: 100px;
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
	border-radius: 100%;
	z-index: 10;
	background-color: #fff;
}
.fn_cs_video .rounded:before{
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 26px;
    border-color: transparent transparent transparent #000;
    top: 50%;
    left: 50%;
    margin-left: 4px;
    transform: translate(-50%,-50%);
}
.fn_cs_video .rounded a:after{
	content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
    background-color: inherit;
    z-index: -1;
    pointer-events: none;
    border: 12px solid rgba(255,255,255,.8);
	opacity: 0.8;
    border-radius: 100%;
	-webkit-animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
    animation: cs_fn_pulse 2s cubic-bezier(0.3,1,0.3,1) infinite;
}
.fn_cs_video .rounded a{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	text-decoration: none;
	z-index: 1;
}
@-webkit-keyframes cs_fn_pulse{ from{ opacity:1;  transform:scale(1,1)}
 to{ opacity:0;  transform:scale(1.8,1.8)}
}
@keyframes cs_fn_pulse{ from{ opacity:1;  transform:scale(1,1)}
 to{ opacity:0;  transform:scale(1.8,1.8)}
}









