@charset "utf-8";
/* CSS Document */
/*

	@Author: Marketify
	@URL: http://themeforest.net/user/marketify
	Version: 1.0
	
*/

/*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;
}
.erling_w_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: '';
}

/* Animated Image */

.erling_fn_animated_image{
	position: relative;
	width: 450px;
	height: 450px;
}
.erling_fn_animated_image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	animation: morph 8s ease-in-out infinite;
	background-blend-mode: multiply;
}

@keyframes 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%;
	}
}

/*Inline Text List*/

.erling_fn_inline_text_list{
	display: inline-block;
	background-color: #f5f5f5;
	padding: 15px 40px;
}
.erling_fn_inline_text_list span{
	position: relative;
	display: inline-block;
	padding-right: 15px;
	margin-right: 10px;
}
.erling_fn_inline_text_list span:after{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: rgba(0,0,0,.15);
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
}
.erling_fn_inline_text_list span:last-child{
	margin: 0px;
	padding: 0px;
}
.erling_fn_inline_text_list span:last-child:after{
	display: none;
}

/*Subtitle Text*/

.erling_fn_subtitle_text{
	width: 100%;
}
.erling_fn_subtitle_text span{
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
	position: relative;
	padding-left: 60px;
}
.erling_fn_subtitle_text span:before{
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	background-color: #868a9b;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.erling_fn_subtitle_text[data-line-position="left_right"] span:after{
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	background-color: #868a9b;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.erling_fn_subtitle_text[data-line-position="left_right"] span{
	padding-right: 20px;
}
.erling_fn_subtitle_text[data-line-position="right"] span:after{
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	background-color: #868a9b;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.erling_fn_subtitle_text[data-line-position="right"] span{
	padding-right: 20px;
	padding-left: 0px;
}
.erling_fn_subtitle_text[data-line-position="right"] span:before{
	display: none;
}
.erling_fn_subtitle_text[data-line-position="none"] span:before,
.erling_fn_subtitle_text[data-line-position="none"] span:after{
	display: none;
}
.erling_fn_subtitle_text[data-line-position="none"] span{
	padding: 0px;
}
@media(max-width:1024px){
	.erling_fn_subtitle_text[data-line-position="left_right"] span{padding-right: 15px;}
	.erling_fn_subtitle_text[data-line-position="left_right"] span:after{width: 30px;}
	.erling_fn_subtitle_text[data-line-position="right"] span{padding-right: 15px;}
	.erling_fn_subtitle_text[data-line-position="right"] span:after{width: 30px;}
}

/*Timeline*/

.erling_fn_timeline{
	width: 100%;
}
.erling_fn_timeline ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.erling_fn_timeline ul li{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}
.erling_fn_timeline ul li:last-child{
	margin-bottom: 0px;
}
.erling_fn_timeline .list_inner{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	background-color: #f7f7f7;
	padding: 40px 35px 35px 35px;
	border-left: 5px solid rgba(0,0,0,.1);
}
.erling_fn_timeline .period{
	display: inline-block;
}
.erling_fn_timeline .period span{
	display: inline-block;
	background-color: #fff;
	padding: 10px 20px;
}
.erling_fn_timeline .occ{
	padding-right: 20px;
}
.erling_fn_timeline .occ h3{
	font-size: 17px;
	margin: 0px 0px 2px 0px;
}
@media(max-width:1600px){
	.erling_fn_timeline .occ h3{font-size: 16px;}
}

.erling_fn_timeline_modern ul{
	margin: 0px;
	list-style-type: none;
	position: relative;
	padding-top: 10px;
}
.erling_fn_timeline_modern ul:after{
	clear: both;
	display: table;
	content: '';
}
.erling_fn_timeline_modern ul:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #e5e5e5;
}
.erling_fn_timeline_modern ul li{
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	padding-bottom: 45px;
}
.erling_fn_timeline_modern ul li:last-child{padding-bottom: 0px;}
.erling_fn_timeline_modern ul li:before{
	content: "";
	position: absolute;
	height: 18px;
	width: 18px;
	background: #fff;
	border-radius: 100%;
	border: solid 1px #e5e5e5;
	left: -9px;
	top: 10px;
}
.erling_fn_timeline_modern ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	position: relative;
}
.erling_fn_timeline_modern ul li .time{
	width: 50%;
	padding-right: 20px;
	float: left;
}
.erling_fn_timeline_modern ul li .time span{
	margin: 0px;
	display: inline-block;
	padding: 5px 25px;
	background-color:rgba(0,0,0,.1);
	border-radius: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
}
.erling_fn_timeline_modern ul li .place{
	width: 50%;
	padding-left: 20px;
	float: right;
	position: relative;
	top: -5px;
}
.erling_fn_timeline_modern ul li .place h3{
	margin: 0px;
	padding: 0px;
	font-size: 17px;
    margin-bottom: 2px;
}
@media(max-width:1600px){
	.erling_fn_timeline_modern ul li .place h3{font-size: 16px;}
}
.erling_fn_timeline_modern ul li .place{
	position: relative;
	top: -5px;
}


.erling_fn_timeline_oneline{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 54px;
}
.erling_fn_timeline_oneline ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.erling_fn_timeline_oneline ul li{
	margin: 0px;
	padding: 0px;
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 27px 0px 30px 0px;
}
.erling_fn_timeline_oneline ul li:last-child{
	border-bottom: none;
}
.erling_fn_timeline_oneline ul li .list_inner{
	width: 33.3333%;
    float: left;
    padding-right: 40px;
}
.erling_fn_timeline_oneline ul li .list_inner:last-child{
	padding-right: 0px;
}
.erling_fn_timeline_oneline ul li .list_inner span{
	display: inline-block;
	font-size: 18px;
}
.erling_fn_timeline_oneline ul li .list_inner:nth-child(2) span{
	color: #000;
}

@media(max-width:768px){
	.erling_fn_timeline_oneline ul li .list_inner{width: 100%;padding-right: 0px;margin-bottom: 15px;}
	.erling_fn_timeline_oneline ul li .list_inner:last-child{margin-bottom:0px;}
}

/*Personal Informations*/

.erling_fn_personal_informations{
	width: 100%;
}
.erling_fn_personal_informations ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.erling_fn_personal_informations ul li{
	width: 100%;
	margin: 0px;
	margin-bottom: 14px;
}
.erling_fn_personal_informations ul li:last-child{
	margin-bottom: 0px;
}
.erling_fn_personal_informations ul li span{
	display: inline-block;
}
.erling_fn_personal_informations ul li span:first-child{
	min-width: 135px;
	padding-right: 20px;
}
@media(max-width:768px){
	.erling_fn_personal_informations ul li span:first-child{
		min-width: auto;
		padding-right: 20px;
	}
}
.erling_fn_personal_informations ul li a{
	color: #000;
}

/*Portfolio Slider*/

.erling_fn_portfolio_slider{
	width: 100%;
}
.erling_fn_portfolio_slider .portfolio_list{
	width: 100%;
	height: auto;
	clear: both;
}
.erling_fn_portfolio_slider .portfolio_list .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	position: relative;
	overflow: hidden;
}
.erling_fn_portfolio_slider .portfolio_list .image{
	position: relative;
	overflow: hidden;
}
.erling_fn_portfolio_slider .portfolio_list .image img{
	position: relative;
	min-width: 100%;
	opacity: 0;
}
.erling_fn_portfolio_slider .portfolio_list .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	transform: scale(1)translateZ(0);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.erling_fn_portfolio_slider .portfolio_list .details{
	position: absolute;
	z-index: 2;
	bottom: -100px;
	left: 20px;
	right: 20px;
	background-color: #fff;
	padding:8px 20px 13px 20px;
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.erling_fn_portfolio_slider .portfolio_list .details h3{
	color: #000;
	font-size: 20px;
	margin-bottom: 2px;
}
@media(max-width:1600px){
	.erling_fn_portfolio_slider .portfolio_list .details h3{font-size: 18px;}
}
.erling_fn_portfolio_slider .portfolio_list .details span{
	font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #868a9b;
    font-weight: 500;
}
.erling_fn_portfolio_slider .portfolio_list .details span a{
	color: #868a9b;
	transition: all .3s ease;
}
.erling_fn_portfolio_slider .portfolio_list .details span a:hover{
	color: #000;
}
.erling_fn_portfolio_slider .portfolio_list .list_inner:hover .details{
	bottom: 20px;
}
.erling_fn_portfolio_slider .portfolio_list .list_inner:hover .image .main{
	transform: scale(1.1)translateZ(0);
}
.erling_fn_full_link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 5;
}
.erling_fn_swiper_progress{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	clear: both;
	margin-top: 32px;
}
.erling_fn_swiper_progress .my_pagination_in{
	position: relative;
	display: flex;
}
.erling_fn_swiper_progress span{
	display: block;
	font-size: 16px;
	letter-spacing: 0;
	color: #000;
	height: 22px;
	line-height: 22px;
}
.erling_fn_swiper_progress .pagination_progress{
	width: 200px;
	margin: 0 20px;
	position: relative;
}
@media(max-width:768px){
	.erling_fn_swiper_progress .pagination_progress{width: 120px;}
}
.erling_fn_swiper_progress .pagination_progress .all{
	height: 1px;
	width: 100%;
	position: absolute;
	z-index: 5;
	top: 0;
	top: 50%;
	left: 0;
	background-color: rgba(0,0,0,.2);
}
.erling_fn_swiper_progress .pagination_progress .all span{
	height: 1px;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	transform-origin: left top;
	transform: scale(0);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.erling_fn_swiper_progress .my_navigation{
	position: relative;
	top: 4px;
}
.erling_fn_swiper_progress .my_navigation ul{
	margin: 0px;
	list-style-type: none;
}
.erling_fn_swiper_progress .my_navigation ul li{
	margin: 0px 10px 0px 0px;
	display: inline-block;
}
.erling_fn_swiper_progress .my_navigation ul li:last-child{
	margin-right: 0px;
}
.erling_fn_swiper_progress .my_navigation ul li a{
	text-decoration: none;
	color: #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;
}
.erling_fn_swiper_progress .my_navigation ul li .fn__svg{
	width: 20px;
	height: 20px;
}

/*Setvice*/

.erling_fn_service_list{
	width: 100%;
}
.erling_fn_service_list[data-box-shadow="yes"] .list_inner{
	box-shadow: 0px 0px 20px rgba(0,0,0,.05);
}
.erling_fn_service_list .list_inner{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #f7f7f7;
	padding: 70px 50px;
}
@media(max-width:1600px){
	.erling_fn_service_list .list_inner{padding: 65px 45px;}
}
.erling_fn_service_list .list_inner .e-font-icon-svg,
.erling_fn_service_list .list_inner .fn__svg{
	width: 52px;
	height: 52px;
	color: #999;
	fill: currentcolor;
	margin-bottom: 20px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.erling_fn_service_list .list_inner:hover .e-font-icon-svg,
.erling_fn_service_list .list_inner:hover .fn__svg{
	color: #000;
}
.erling_fn_service_list .title{
	font-size: 20px;
}
@media(max-width:1600px){
	.erling_fn_service_list .title{font-size: 18px;}
}
.erling_fn_service_list .list{
	width: 100%;
	border-top: 1px solid rgba(0,0,0,.1);
	margin-top: 30px;
	padding-top: 30px;
}
.erling_fn_service_list .list ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.erling_fn_service_list .list li{
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 18px;
}
.erling_fn_service_list .list li:last-child{
	margin-bottom: 0px;
}
.erling_fn_service_list .list li:before{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: rgba(0,0,0,.15);
	border-radius: 100%;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.erling_fn_service_list .erling_progress{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.erling_fn_service_list .progress_inner .background{
	width:100%;
	min-width:100%;
	position:relative;
	height:8px;
}
.erling_fn_service_list .progress_inner .background .bar_in{
	height:100%;
	background:#d9d9d9;
	width:0px;
	overflow:hidden;
}
.erling_fn_service_list .progress_inner .background .bar{
	width:0px;
	height:100%;
}
.erling_fn_service_list .progress_inner .background .bar.open{
	-webkit-animation: wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation:    wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation:         wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
	width:100%;	
}

@-webkit-keyframes wow {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes wow {0%{ width:0%; } 100%{ width:100%; }}
@keyframes wow {0%{ width:0%; } 100%{ width:100%; }}

.erling_fn_service_list_classic{
	width: 100%;
}
.erling_fn_service_list_classic[data-box-shadow="yes"] .list_inner{
	box-shadow: 0px 0px 20px rgba(0,0,0,.05);
}
.erling_fn_service_list_classic .list_inner{
	width: 100%;
    height: 100%;
    position: relative;
    background-color: #f7f7f7;
    padding: 70px 50px;
}
@media(max-width:1600px){
	.erling_fn_service_list_classic .list_inner{padding: 65px 45px;}
}
.erling_fn_service_list_classic .list_inner .e-font-icon-svg,
.erling_fn_service_list_classic .list_inner .fn__svg{
	width: 52px;
	height: 52px;
	color: #999;
	fill: currentcolor;
	margin-bottom: 20px;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.erling_fn_service_list_classic .list_inner:hover .e-font-icon-svg,
.erling_fn_service_list_classic .list_inner:hover .fn__svg{
	color: #000;
}
.erling_fn_service_list_classic .title{
	font-size: 20px;
}
@media(max-width:1600px){
	.erling_fn_service_list_classic .title{font-size: 18px;}
}


.erling_fn_service_list_numbered{
	width: 100%;
}
.erling_fn_service_list_numbered[data-box-shadow="yes"] .list_inner{
	box-shadow: 0px 0px 20px rgba(0,0,0,.05);
}
.erling_fn_service_list_numbered .list_inner{
	width: 100%;
    height: 100%;
    position: relative;
    background-color: #f7f7f7;
    padding: 58px 50px 70px 50px;
}
@media(max-width:1600px){
	.erling_fn_service_list_numbered .list_inner{padding: 53px 45px 65px 45px;}
}

.erling_fn_service_list_numbered .number{
	font-size: 90px;
	color: transparent;
	-webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
	margin-bottom: 15px;
	font-family: 'Poppins';
	opacity: .4;
	transition: all .3s ease;
}
.erling_fn_service_list_numbered .list_inner:hover .number{
	opacity: 1;
}
.erling_fn_service_list_numbered .title{
	font-size: 20px;
}
@media(max-width:1600px){
	.erling_fn_service_list_numbered .title{font-size: 18px;}
}





/* Testimonials */

.erling_fn_testimonials{
	width: 100%;
}
.erling_fn_testimonials .box{
	width: 100%;
	background-color: #fff;
	position: relative;
}
.erling_fn_testimonials .short{
	width: 100%;
    background-color: #eaeaea;
    padding: 25px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.erling_fn_testimonials .short img{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	object-fit: cover;
}
.erling_fn_testimonials .short h3{
	font-size: 17px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.erling_fn_testimonials .desc{
	width: 100%;
	padding: 40px 40px 60px 40px;
}
.erling_fn_testimonials .box .qu .fn__svg{
	position: absolute;
	bottom: 10px;
	right: 40px;
	width: 220px;
	height: 220px;
	opacity: .12;
}

.fn_cs_testi_carousel{
	width: 100%;
	overflow: hidden;
	padding: 0px 2px;
}
.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;
}
.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;
}

/*5 stars*/

.fn_cs_review__stars{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 22px;
}
.fn_cs_review__stars .review_in{
	width: 100px;
	height: 20px;
	position: relative;
	overflow: hidden;
}
.fn_cs_review__stars .fn__svg{
	width: 100px;
	height: 20px;
	display: block;
}
.fn_cs_review__stars .rating_relative{
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	height: 20px;
}
.fn_cs_review__stars .rating_relative div{
	position: absolute;
	top: 0;
	left: 0;
}
.fn_cs_review__stars .rating_absolute{
	position: absolute;
	z-index: 5;
	overflow: hidden;
	top: 0;
	left: 0;
}
.fn_cs_review__stars .rating_relative .fn__svg{
	color: #ddd;
}
.fn_cs_review__stars .rating_absolute .fn__svg{
	color: #868a9b;
}

/*Blog List*/

.erling_fn_blogs_list{
	width: 100%;
}
.erling_fn_blogs_list[data-per-page="1"] > ul{
	margin: 0px;
}
.erling_fn_blogs_list[data-per-page="1"] > ul > li{
	padding-left: 0px;
	width: 100%;
}
.erling_fn_blogs_list[data-per-page="2"] > ul > li{
	width: 50%;
}
.erling_fn_blogs_list > ul{
	margin: 0px 0px 0px -40px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
.erling_fn_blogs_list > ul > li{
	margin: 0px 0px 40px 0px;
	padding: 0px;
	padding-left: 40px;
	width: 33.3333%;
}
.erling_fn_blogs_list > ul > li .list_inner{
	width: 100%;
	height: 100%;
	clear: both;
	position: relative;
}
.erling_fn_blogs_list .image{
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}
.erling_fn_blogs_list .image img{
	position: relative;
	min-width: 100%;
	opacity: 0;
}
.erling_fn_blogs_list .image .main{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: scale(1) translateZ(0);
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.erling_fn_blogs_list .image:hover .main{
	transform: scale(1.1) translateZ(0)
}
.erling_fn_blogs_list .details{
	width: 100%;
	background-color: #f5f5f5;
}
.erling_fn_blogs_list .title{
	width: 100%;
	padding: 30px;
}
.erling_fn_blogs_list .title h3{
	font-size: 20px;
	margin: 0px;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	line-clamp:2;
	overflow: hidden;
}
@media(max-width:1600px){
	.erling_fn_blogs_list .title h3{font-size: 18px;}
}
.erling_fn_blogs_list .title a{
	color: #000;
}

/*Quotebox*/
.erling_fn_quotebox{
	width: 100%;
	background-color: #eaeaea;
	position: relative;
	padding: 50px 40px;
	border-left: 5px solid rgba(0,0,0,.1);
}
.erling_fn_quotebox p{
	margin: 0px;
	font-size: 18px;
	font-style: italic;
}
.erling_fn_quotebox .quote_author{
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.erling_fn_quotebox .quote_author .image{
	position: relative;
	width: 65px;
	height: 65px;
	border-radius: 100%;
}
.erling_fn_quotebox .quote_author .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%;
}
.erling_fn_quotebox .quote_author h3{
	font-size: 17px;
	margin: 0px;
	padding: 0px;
}
.erling_fn_quotebox .quote_author .details{
	padding-left: 15px;
}
.erling_fn_quotebox .fn__svg{
	position: absolute;
	width: 200px;
	height: 200px;
	bottom: -20px;
	right: 50px;
	opacity: .07;
}

/*Accordion*/
.tm_accordion_wrap{
	width: 100%;
}
.tm_accordion_wrap .accordion{
	width: 100%;
	margin-bottom: 10px;
}
.tm_accordion_wrap .accordion_header{
	width: 100%;
	background-color: #eaeaea;
	padding: 25px 40px;
	cursor: pointer;
}
.tm_accordion_wrap .accordion_header h3{
	font-size: 17px;
	text-transform: uppercase;
	margin: 0px;
}
.tm_accordion_wrap .accordion_content{
	width: 100%;
	padding: 40px;
	background-color: #fff;
	display: none;
}
.tm_accordion_wrap .accordion_content p{
	margin-bottom: 0px;
}

/*Progress*/
.tm_progress_list{
	width: 100%;
}
.tm_progress_list ul{
	margin: 0px;
	padding: 0px;
}
.tm_progress_list ul li{
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 14px;
	display: flex;
	align-items: center;
}
.tm_progress_list ul li:last-child{
	margin-bottom: 0px;
}
.tm_progress_list .title{
	min-width: 135px;
}
.tm_progress_list .erling_progress{
	position: relative;
	width: 100%;
}
.tm_progress_list .progress_inner .background{
	background:rgba(0,0,0,.05);
	width:100%;
	min-width:100%;
	position:relative;
	height:8px;
}
.tm_progress_list .progress_inner .background .bar_in{
	height:100%;
	background:#d9d9d9;
	width:0px;
	overflow:hidden;
}
.tm_progress_list .progress_inner .background .bar{
	width:0px;
	height:100%;
}

.progress_inner .background .bar.open{
	-webkit-animation: wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation:    wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation:         wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
	width:100%;	
}

@-webkit-keyframes wow {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes wow {0%{ width:0%; } 100%{ width:100%; }}
@keyframes wow {0%{ width:0%; } 100%{ width:100%; }}

.tm_progress_list_classic .erling_progress{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}
.tm_progress_list_classic .progress_inner{
	width:100%;
	margin-bottom:34px;
}
.tm_progress_list_classic .progress_inner:last-child{margin-bottom: 0px;}
.tm_progress_list_classic .progress_inner > span{
	margin:0px 0px 7px 0px;
	width:100%;
	display:block;
	text-align:left;
	font-weight: 500;
	color: var(--bc);
}
.tm_progress_list_classic .progress_inner span.number{float: right;}
.tm_progress_list_classic .progress_inner .background{
	background:rgba(0,0,0,.05);
	width:100%;
	min-width:100%;
	position:relative;
	height:4px;
}
.tm_progress_list_classic .progress_inner .background .bar_in{
	height:100%;
	background:#000;
	width:0px;
	overflow:hidden;
}
.tm_progress_list_classic .progress_inner .background .bar{
	width:0px;
	height:100%;
}
.tm_progress_list_classic .progress_inner .background .bar.open{
	-webkit-animation: wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Safari 4+ */
	-moz-animation:    wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* Fx 5+ */
	animation:         wow 2s cubic-bezier(0.165, 0.840, 0.440, 1.000);  /* IE 10+ */
	width:100%;	
}

@-webkit-keyframes wow {0%{ width:0%; } 100%{ width:100%; }}
@-moz-keyframes wow {0%{ width:0%; } 100%{ width:100%; }}
@keyframes wow {0%{ width:0%; } 100%{ width:100%; }}

/*Social*/
.tm_social{
	width: 100%;
}
.tm_social ul{
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	list-style-type: none;
}
.tm_social li{
	margin: 0px;
	padding: 0px;
	width: 50%;
	margin-bottom: 14px;
	padding-left: 20px;
}
.tm_social li:last-child{
	margin-bottom: 0px;
}
.tm_social li a{
	color: #000;
	text-decoration: none;
}


@media(max-width:1600px){
	.erling_fn_animated_image{width: 350px !important;height: 350px !important;}
}
@media(max-width:1024px){
	.erling_fn_animated_image{width: 300px !important;height: 300px !important;}
	.erling_fn_inline_text_list{padding: 10px 25px;}
	.erling_fn_subtitle_text span{font-size: 15px;padding-left: 45px;}
	.erling_fn_subtitle_text span:before{width: 30px;}
	.erling_fn_blogs_list > ul > li{width: 50%;}
}
@media(max-width:768px){
	.erling_fn_blogs_list > ul{margin: 0px;}
	.erling_fn_blogs_list > ul > li{width: 100%;padding-left: 0px;}
	.erling_fn_quotebox .fn__svg{display: none;}
	.erling_fn_testimonials .box .qu .fn__svg{display: none;}
	.tm_progress_list .title{min-width: auto !important;padding-right: 20px;}
	.tm_accordion_wrap .accordion_content{padding: 30px;}
	.tm_accordion_wrap .accordion_header{padding: 25px 30px;}
}

/* Animated Text */
.fn_cs_animated_text h3{
	font-size: 25px;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.fn_cs_animated_text span{
	color: #7d7789;
}
.fn_cs_animated_text .cd-words-wrapper{
	margin-left: 5px;
}
.fn_cs_animated_text b{
	color: #7d7789;
	font-weight: inherit;
}
.fn_cs_animated_text .cd-headline.clip .cd-words-wrapper::after{
	height: 70%;
	top: 50%;
	width: 2px;
	transform: translateY(-50%);
	background-color: #999;
}
.fn_cs_animated_text .cd-headline.loading-bar .cd-words-wrapper::after{
	background: #333;
	height: 2px;
}
.cd-headline.clip span{
	padding: 0px !important;
	display: inline;
}

.cd-headline .blc:after{
	content: ' ';
}
.cd-headline.clip .cd-words-wrapper{
	margin-left: 0;
}

/*Counter*/
.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: -40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.fn_cs_counter_wrapper li{
	margin: 0;
	padding: 0;
	width: 33.3333%;
	float: left;
	padding-left: 40px;
	margin-bottom: 40px;
}
.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;
	background-color: transparent;
	position: relative;
	overflow: hidden;
}
.fn_cs_counter_wrapper .item:before{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(3.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(3.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.fn_cs_counter_wrapper .item:hover:before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(3.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.fn_cs_counter_wrapper h3{
	margin: 0;
	padding: 0;
    font-size: 20px;
    margin-bottom: 3px;
}
.fn_cs_counter_wrapper p{
	margin: 0;
	padding: 0;
}
@media(max-width: 768px){.fn_cs_counter_wrapper li{width: 100%;}}

/*Partners*/

/*divided*/
.fn_divided_partners{
	width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    border-radius: 10px;
}
.fn_divided_partners ul{
	padding: 0px;
	margin: 0px;
	margin: -2px -10px -2px -2px;
    list-style-type: none;
    padding-top: 2px;
    float: left;
    padding-left: 2px;
    min-width: calc(100% + 12px);
} 
.fn_divided_partners ul li{
	padding: 0px;
	margin: 0px;
    float: left;
    width: 25%;
    border: 2px solid #e7e7e7;
    text-align: center;
    height: 180px;
    line-height: 180px;
    position: relative;
    margin-top: -2px;
    margin-left: -2px;
    overflow: hidden;
} 
.fn_divided_partners ul li img{
	max-width: 88%;
    max-height: 100px;
} 
.fn_divided_partners ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	opacity: .8;
	
	-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_divided_partners ul li .list_inner:hover{
	opacity: 1;
}

/*boxed*/
.fn_boxed_partners{
	width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    border: 2px solid #e7e7e7;
}
.fn_boxed_partners ul{
	padding: 0px;
	margin: -2px -10px -2px -2px;
    list-style-type: none;
    padding-top: 2px;
    float: left;
    padding-left: 2px;
    min-width: calc(100% + 12px);
} 
.fn_boxed_partners ul li{
	padding: 0px;
	margin: 0px;
    float: left;
    width: 25%;
    border: 2px solid #e7e7e7;
    text-align: center;
    height: 180px;
    line-height: 180px;
    position: relative;
    margin-top: -2px;
    margin-left: -2px;
    overflow: hidden;
} 
.fn_boxed_partners ul li img{
	max-width: 88%;
    max-height: 100px;
} 
.fn_boxed_partners ul li .list_inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	opacity: .5;
	
	-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_boxed_partners ul li .list_inner:hover{
	opacity: 1;
}

@media(max-width:768px){
	.fn_divided_partners ul li{width: 50%;}
	.fn_boxed_partners ul li{width: 50%;}
}

/*marquee partners*/
.fn_marquee_partners{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.fn_marquee_partners ul{
	margin: 0px;
	padding: 0px;
	display: flex;
}
.fn_marquee_partners ul li{
	margin: 0px 20px 0px 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fn_marquee_partners ul li img{
	max-width: 200px;
	max-height: 100px;
}
.fn_marquee_partners ul li:last-child{
	margin-right: 0px;
}

/*Image Ratio*/
.fn__image_ratio{
	position: relative;
	padding-bottom: 100%;
	
	
	z-index: 2;
}
.fn__image_ratio img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*Parallax Animated Image*/
.fn_animate_parallax_image{
	position: relative;
}
.fn_animate_parallax_image .border{
	position: absolute;
	top: 35px !important;
	bottom: -35px !important;
	left: 35px !important;
	right: -35px !important;
	border: 7px solid rgba(0,0,0,.1);
}

@media(max-width:1024px){
	.fn_animate_parallax_image .border{display:none;}
}

