@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%);
}

/*Timeline*/

.erling_fn_timeline{
	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;}
}

/*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;
}
.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 .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 .fn__svg{
	width: 52px;
	height: 52px;
	color: #999;
	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 .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%; }}

/* 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;
}

/*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;
}


@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;}
}





