.erling_tm_all_wrap,
.erling_tm_all_wrap *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.clearfix:after,
.clearfix:before{
	clear: both;
	display: table;
	content: '';
}
#preloader{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    display: flex;
}
#preloader:before,
#preloader:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#preloader:after{
    left: auto;
    right: 0;
}
#preloader .loader_line{
    margin: auto;
    width: 1px;
    height: 250px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.loader_line:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-animation: lineheight 1000ms ease-in-out 0s forwards;
    -o-animation: lineheight 1000ms ease-in-out 0s forwards;
    animation: lineheight 1000ms ease-in-out 0s forwards;
}
.loader_line:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #999999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: lineround 1200ms linear 0s infinite;
    -o-animation: lineround 1200ms linear 0s infinite;
    animation: lineround 1200ms linear 0s infinite;
    animation-delay: 2000ms;
}

@keyframes lineheight{
    0%{
        height: 0%;
    }
    100%{
        height: 100%;
    }
}

@keyframes lineround{
    0%{
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100%{
        -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
        -o-transform: translateY(200%);
        transform: translateY(200%);
    }
}

/*hiding all*/
.preloaded .loader_line:after{
    opacity: 0;
}
.preloaded  .loader_line{
    opacity: 0;
    height: 100%!important;
}
.preloaded:before,
.preloaded:after{
    -webkit-animation: preloadedzero 300ms ease-in-out 500ms forwards;
    -o-animation: preloadedzero 300ms ease-in-out 500ms forwards;
    animation: preloadedzero 300ms ease-in-out 500ms forwards;
}
@keyframes preloadedzero{
    0%{
        width: 50%;
    }
    100%{
        width: 0%;
    }
}
.container{
	max-width: 1210px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	height:auto;
	padding:0px 20px;
	position:relative;
	clear:both;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #868a9b;
 }
 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #868a9b;
    opacity:  1;
 }
 ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #868a9b;
    opacity:  1;
 }
 :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #868a9b;
 }
 ::-ms-input-placeholder { /* Microsoft Edge */
    color: #868a9b;
 }
 
 ::placeholder { /* Most modern browsers support this now. */
    color: #868a9b;
 }

.erling_tm_mobile_menu .mobile_menu_inner{
	border-bottom: 1px solid rgba(0,0,0,.2);
}
.erling_tm_mobile_menu .dropdown{
	display: none;
}
.erling_tm_mobile_menu .hamburger-box{
	width: 30px;
}
.erling_tm_mobile_menu .hamburger{
	padding: 0px;
}
.erling_tm_sidebar_menu{
	box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}
.erling_tm_sidebar_menu .menu ul li.current a,
.erling_tm_sidebar_menu .menu ul li a:hover{
	color: #000;
}
.erling_tm_header{
	transition: all .3s ease;
}
.erling_tm_header.animate{
	background-color: #fff;
}
.erling_tm_header .header_inner{
	transition: all .3s ease;
}
.erling_tm_header.animate .header_inner{
	padding: 20px 30px;
}
.erling_tm_header .list ul li{
	margin: 0px 20px 0px 0px;
	display: inline-block;
	list-style-type: none;
	opacity: 0;
	visibility: hidden;
	position: relative;
	left: 10px;
	
	-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_tm_header .list ul li:last-child{
	margin-right: 0px;
}
.erling_tm_header .list ul li.opened{
	opacity: 1;
	visibility: visible;
	left: 0px;
}
.erling_tm_header .list ul li a{
	text-decoration: none;
	color: #868a9b;
	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;
}
.erling_tm_header .list ul li.current a,
.erling_tm_header .list ul li a:hover{
	color: #000;
}
.erling_tm_header .trigger{
	line-height: 1;
	padding-left: 40px;
}
.trigger .hamburger-inner, 
.trigger .hamburger-inner:after, 
.trigger .hamburger-inner:before{
	height: 2px;
	width: 30px;
}
.trigger .hamburger{
	padding: 0px;
}
.erling_tm_hero .image .main{
	animation: morph 8s ease-in-out infinite;
	background-blend-mode: multiply;
	-webkit-box-shadow: inset 0px 0px 0px 18px rgba(255,255,255,.8);
    -moz-box-shadow: inset 0px 0px 0px 18px rgba(255,255,255,.8);
    box-shadow: inset 0px 0px 0px 18px rgba(255,255,255,.8);
}

@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%;
	}
}
.erling_tm_hero .text .stroke{
	color: transparent;
	 -webkit-text-stroke: 1px #000;
}
.erling_tm_hero .job span{
	position: relative;
	display: inline-block;
	padding-right: 15px;
	margin-right: 10px;
}
.erling_tm_hero .job 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_tm_hero .job span:last-child{
	margin: 0px;
	padding: 0px;
}
.erling_tm_hero .job span:last-child:after{
	display: none;
}
.erling_tm_title span:before{
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	background-color: #868a9b;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.erling_tm_button{
	width: 100%;
}
.erling_tm_button a{
	color: #fff;
	display: inline-block;
	background-color: #000;
	padding: 20px 50px;
	position: relative;
	border: none;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
#send_message{
	color: #fff !important;
	display: inline-block !important;
	background-color: #000 !important;
	padding: 20px 50px !important;
	position: relative !important;
	border: none !important;
	cursor: pointer;
	font-size: 16px;
	font-family: var(--font-syne);
}
.erling_tm_button a:hover{
	background-color: #666;
}
.accordion_wrap.ready .active .accordion_content{
	display: block;
}
.accordion_wrap .accordion_content{
	display: none;
}
.accordion_wrap .erling_progress{
	position: relative;
	width: 100%;
}
.accordion_wrap .progress_inner .background{
	background:rgba(0,0,0,.05);
	width:100%;
	min-width:100%;
	position:relative;
	height:8px;
}
.accordion_wrap .progress_inner .background .bar_in{
	height:100%;
	background:#d9d9d9;
	width:0px;
	overflow:hidden;
}
.accordion_wrap .progress_inner .background .bar{
	width:0px;
	height:100%;
}
.line_effect{
	text-decoration: nnpone;
	color: #fff;
	display: inline-block;
	position: relative;
}
.line_effect:after{
	content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 3px;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: currentColor;
}
.line_effect:hover:after{
	width:100%;
	left:0;
	right:auto;
}
.text_hover_effect{
	position: relative;
	display: inline;
	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .5s;
}
.text_hover_effect:after{
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
}
.text_hover_effect:hover{
	background-size: 100% 1px;
}
.erling_tm_service .service_list .list_inner:hover .svg{
	color: #000;
}
.erling_tm_service .service_list .list{
	border-top: 1px solid rgba(0,0,0,.1);
}
.erling_tm_service .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_tm_service .erling_progress{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.erling_tm_service .progress_inner .background{
	width:100%;
	min-width:100%;
	position:relative;
	height:8px;
}
.erling_tm_service .progress_inner .background .bar_in{
	height:100%;
	background:#d9d9d9;
	width:0px;
	overflow:hidden;
}
.erling_tm_service .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%; }}

.erling_tm_portfolio .portfolio_list .image .main{
	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_tm_portfolio .portfolio_list .details{
	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_tm_portfolio .portfolio_list .list_inner:hover .details{
	bottom: 20px;
}
.erling_tm_portfolio .portfolio_list .list_inner:hover .image .main{
	transform: scale(1.1)translateZ(0);
}
.erling_tm_full_link{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 5;
}
.erling_tm_swiper_progress{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	clear: both;
	margin-top: 32px;
}
.erling_tm_swiper_progress .my_pagination_in{
	position: relative;
	display: flex;
}
.erling_tm_swiper_progress span{
	display: block;
	font-size: 16px;
	letter-spacing: 0;
	color: #000;
	height: 22px;
	line-height: 22px;
}

.erling_tm_swiper_progress .pagination_progress{
	width: 200px;
	margin: 0 20px;
	position: relative;
}
.erling_tm_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_tm_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_tm_swiper_progress .my_navigation{
	position: relative;
	left: 6px;
}
.erling_tm_swiper_progress .my_navigation ul{
	margin: 0px;
	list-style-type: none;
}
.erling_tm_swiper_progress .my_navigation ul li{
	margin: 0px 10px 0px 0px;
	display: inline-block;
}
.erling_tm_swiper_progress .my_navigation ul li:last-child{
	margin-right: 0px;
}
.erling_tm_swiper_progress .my_navigation ul li a{
	text-decoration: none;
	color: #000;
	font-size: 14px;
	
	-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_tm_experience .box ul li .list_inner{
	border-left: 5px solid rgba(0,0,0,.1);
}
.erling_tm_news .news_list ul li .image .main{
	transform: scale(1) translateZ(0);
}
.erling_tm_news .news_list ul li .image:hover .main{
	transform: scale(1.1) translateZ(0)
}
.erling_tm_news .news_list ul li .meta span{
	position: relative;
	display: inline-block;
	padding-right: 15px;
	margin-right: 10px;
}
.erling_tm_news .news_list ul li .meta 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_tm_news .news_list ul li .meta span:last-child{
	margin: 0px;
	padding: 0px;
}
.erling_tm_news .news_list ul li .meta span:last-child:after{
	display: none;
}
.erling_tm_news .news_list ul li .meta a{
	color: #000;
}
.accordion_wrap .my_map{
	width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}
.progressbar{
    position: fixed;
	height: 100px;
    width: 1px;
	bottom: 25px;
    right: -25px;
    background-color: rgba(0,0,0,.08);
    z-index: 10;
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.progressbar.animate{
	right: 25px;
}
.progressbar .line {
	position: absolute;
    width: 1px;
	height: auto;
    background-color: rgba(0,0,0,.4);
}
.progressbar .text{
	position: absolute;
    bottom: 100px;
    left: 0px;
    font-size: 13px;
    transform: rotateZ(90deg);
    text-transform: uppercase;
    transform-origin: left;
    white-space: nowrap;
}
.progressbar a{
	text-decoration: none;
	color: #000;
}
.erling_tm_hero .image.rounded{
	width: 430px;
	height: 430px;
}
.erling_tm_hero .image.rounded .main{
	animation: none;
	background-blend-mode: normal;
	box-shadow: none;
	border-radius: 100%;
}
.erling_tm_hero .image.rounded .main:before{
	position: absolute;
	content: "";
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	background-color: rgba(0,0,0,.1);
	border-radius: 100%;
	z-index: -1;
}

.erling_tm_hero .details.square .text,
.erling_tm_hero .text.rounded{
	padding-left: 90px;
}
.erling_tm_hero .details.square .image{
	width: 430px;
	height: 430px;
}
.erling_tm_hero .details.square .image .main{
	animation: none;
	background-blend-mode: normal;
	box-shadow: none;
}
.erling_tm_hero .details.square .image .main:before{
	position: absolute;
	content: "";
	top: -20px;
	bottom: -20px;
	left: -20px;
	right: -20px;
	background-color: rgba(0,0,0,.1);
	z-index: -1;
}
.erling_tm_hero .wrapper.textspacing .text h3:nth-child(2){
	padding-left: 80px;
}
.erling_tm_hero .wrapper.textspacing .job{
	margin-left: 185px;
}

@media (max-width: 1600px) {
	.erling_tm_hero .image.rounded{width: 200px;height: 200px;}
	.erling_tm_hero .details.square .image{width: 330px;height: 330px;}
	.erling_tm_hero .wrapper .text h3{font-size: 75px;}
	.erling_tm_hero .wrapper .text{padding-left: 70px;}
	.erling_tm_hero .wrapper.textspacing .text h3:nth-child(2){padding-left: 55px;}
	.erling_tm_hero .wrapper.textspacing .job{margin-left: 140px;}
}
@media (max-width: 1040px) {
	.erling_tm_hero .image.rounded{width: 200px;height: 200px;margin-bottom: 40px;}
	.erling_tm_hero .details.square .image{width: 280px;height: 280px;margin-bottom: 40px;}
	.erling_tm_hero .text{padding-left: 0px;}
	.erling_tm_hero .text.rounded{padding-left: 0px;}
	.erling_tm_hero .details.square .text{padding-left: 0px;}
	.erling_tm_hero .text h3{font-size: 60px;}
	.erling_tm_hero .job{padding: 10px 25px;}
	.erling_tm_hero .wrapper{flex-direction: column;justify-content: center;}
	.erling_tm_hero .leftpart{width: 280px;height: 280px;margin: 0px auto;margin-bottom: 40px;}
	.erling_tm_hero .rightpart{width: 100%;}
	.erling_tm_hero .wrapper .text{padding: 0px;}
	.erling_tm_hero .wrapper .text h3{font-size: 60px;}
	.erling_tm_hero .wrapper.textspacing .text h3:nth-child(2){padding-left: 0px;}
	.erling_tm_hero .wrapper.textspacing .job{margin-left: 0px;}	
}










