*{
	margin:auto;
	padding:0;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	   -moz-tap-highlight-color: rgba(0,0,0,0);
		-ms-tap-highlight-color: rgba(0,0,0,0);
		 -o-tap-highlight-color: rgba(0,0,0,0);
			tap-highlight-color: rgba(0,0,0,0);
	border-collapse:collapse;
                              
}
:focus {
	outline:none;
}
::-moz-focus-inner,::-moz-focus-outer {
	border:0;
}
:invalid, :-moz-ui-invalid, :required , :valid {
	border:0;
	outline:none;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
	        box-shadow:none;
}
::-webkit-selection{
    color:#fff;
    background:#1ab2c7;
}
::-moz-selection{
    color:#fff;
    background:#1ab2c7;
}
::selection{
    color:#fff;
    background:#1ab2c7;
}
html, body{
	scroll-behavior: smooth;
	width:100%;
	height:100%;
}
body{
	font-family: 'Rubik', sans-serif;
	font-size:16px;
	line-height:24px;
	background:#fff;
	color:#111;
	width:100%;
	overflow-x:hidden;
	overflow-y:auto;
}
input,textarea,select,option,button{
	font-family:inherit;
	font-size:inherit;
	color:inherit;
	border:none;
	background:none;
	outline: none;
	-webkit-appearance:none;
	   -moz-appearance:none;
	    -ms-appearance:none;
	     -o-appearance:none;
	        appearance:none;
}
::-webkit-input-placeholder {
	color:inherit;
	opacity:0.5;
}
:-ms-input-placeholder{
	color:inherit;
	opacity:0.5;
}
::placeholder {
	color:inherit;
	opacity:0.5;
}
a{
	text-decoration:none;
	color:inherit;
}
mark{
	background:none;
	color:inherit;
}
img, figure{
	display:block;
}
img{
	color:transparent !important;
	text-shadow:none !important;
}
img.cover{
	width:100%;
	height:100%;
	object-fit:cover;
}
br + br,.clear{
	clear:both;
}
h1, h2, h3, h4, h5, h6{
	padding:0;
	margin:0;
	font-weight:700;
}
h1{
	font-size:3em;
}
h2{
	font-size:2em;
}
h3{
	font-size:1.6em;
}
h4{
	font-size:1.4em;
}
h5{
	font-size:1.2em;
}
h6{
	font-size:1em;
}
[align=center]{
	text-align:center !important;
}
[align=left]{
	text-align:left !important;
}
[align=right]{
	text-align:right !important;
}
[align=justify]{
	text-align:justify !important;
}
.ease, a, .header-box, .menu-box, .content-box{
	transition: all 500ms ease;
}
.easeFast{
	transition: all 250ms ease;
}
.easeNone{
	transition:none;
}


.header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	z-index:100;
	transition: all 500ms ease;
}
.header.active{
	top:-41px;
}
.header-full{
	position:relative;
	float:left;
	width:100%;
}
.header-full.dark{
	background:#0d141c;
	color:#fff;
	border-bottom:1px solid transparent;
	transition: all 500ms ease;
}
.header.active .header-full.light{
	border-bottom:1px solid red;
}
.header-full.light:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:calc(((100% - 1200px) / 2) + 40px);
	height:100%;
	background:#ee5824;
}
.header-box, .footer-box{
	position:relative;
	display:block;
	width:100%;
	max-width:1200px;
	padding:0 20px;
}
.header-box:after, .footer-box:after{
	content:"";
	display:block;
	clear:both;
}
.header-box ol, .header-box ol li, .header-box ul, .header-box ul li{
	float:left;
	width:100%;
	list-style:none;
}
.header-box ol li{
	width:auto;
	margin-right:20px;
}
.header-box ol li:first-of-type{
	margin-left:155px;
}
.header ol li.right{
	float:right;
	margin-right:0;
	margin-left:20px;
}
.header-box ol li a, .header-box ul li a{
	display:block;
	padding:10px 0;
	font-size:12px;
}
.header-box ol li a:hover, .header-box ul li a:hover, .header-box ul li.active a{
	color:#ee5824;
}
.header-box ol li a i{
	position:relative;
	top:2px;
	margin-right:5px;
	font-size:16px;
}
.header ul{
	position:relative;
	text-align:center;
}
.header ul li{
	float:none;
	position:relative;
	display:inline-block;
	width:auto;
	padding:15px 10px;
	transition: all 500ms ease;
}
.header.active ul li{
	padding:0 10px 10px 10px;
}
.header ul li.logoMob{
	display:none;
	float:none !important;
	padding:0 !important;
	width:calc(100% - 40px) !important;
	height:120px !important;
	box-shadow:0 -24px 12px -2px rgba(0,0,0,0.7);
}
.header ul li.logoMob a{
	display:block;
	width:100%;
	height:100%;
}
.header ul li.logoMob a:before{
	display:none;
}
.header ul li.logoMob img{
	max-width:100%;
	max-height:100%;
}
.header ul li a{
	position:relative;
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	text-align:left;
	padding:15px 5px;
}
.header ul li a:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:0%;
	margin:auto;
	height:4px;
	background:#ee5824;
	transition: all 250ms ease;
}
.header ul li a:hover:before, .header ul li.active a:before{
	width:100%;
}
.header ul li a i{
	margin-left:5px;
}
.header ul li.right{
	position:absolute;
	top:0;
	right:0;
	height:100%;
	padding:18px 0 10px 20px;
	background:#ee5824;
	transition: all 500ms ease;
}
.header.active ul li.right{
	padding:8px 0 10px 20px;
}
.header ul li.right a{
	border:2px solid #fff;
	color:#fff;
	padding:10px 30px;
	text-align:center;
}
.header ul li.right a:before{
	display:none;
}
.header ul li.right a:hover, .header ul li.active.right a{
	background:#fff;
	color:#111;
}

.header .logo{
	position:absolute;
	top:0;
	left:calc(((100% - 1200px) / 2) + 20px);
	height:125px;
	box-shadow:0 -24px 12px -2px rgba(0,0,0,0.7);
	transition: all 500ms ease;
	z-index:10;
}
.header.active .logo{
	top:40px;
	height:68px;
}
.header .logo a{
	display:block;
	background:#fff;
	padding:10px;
	height:100%;
}
.header .logo img{
	max-width:100%;
	max-height:100%;
}

.header .menu{
	display:none;
	position:absolute;
	top:55px;
	right:20px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	z-index:10;
	font-size:2em;
	cursor:pointer;
}
.header .menu:hover{
	color:#ee5824;
}

.header ul ul{
	position:absolute;
	top:calc(100% - 40px);
	left:0;
	width:240px;
	background:#fff;
	border:1px solid #eee;
	border-bottom:2px solid #ee5824;
	opacity:0;
	transition: all 500ms ease;
	pointer-events:none;
}
.header ul li li{
	display:block;
	width:100%;
	text-align:left;
	padding:0;
	border-bottom:1px solid #eee;
}
.header ul li li a{
	display:block;
	padding:10px;
	color:#333 !important;
}
.header ul li li a:before{
	display:none;
}
.header ul li li a:hover, .header ul li li.active a{
	padding-left:40px;
	color:#ee5824 !important;
}
.header ul li:hover ul{
	pointer-events:auto;
	opacity:1;
	top:100%;
}

.main-layout{
	position:relative;
	float:left;
	width:100%;
	padding-top:125px;
	overflow:hidden;
}
.main-layout.bg-vismis{
	background-image: url("../img/content/vismis.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size:cover;
	z-index:-1;
}
.main-full{
	position:relative;
	float:left;
	width:100%;
}
.main-full.empty{
	height:600px;
	background:rgba(255,255,255,0.3);
}
.main-full.transparent-bg{
	background:rgba(255,255,255,0.98);
}
.main-box{
	position:relative;
	width:100%;
	max-width:1200px;
}
.main-box:after{
	content:"";
	display:block;
	clear:both;
}
.main-img-big{
	position:relative;
	float:left;
	width:100%;
	z-index:5;
}
.img-home{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.img-home:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(15, 20, 30, 0.7);
	mix-blend-mode: darken;
}
.img-home img{
	position:relative;
	top:0;
	left:-300px;
	width:calc(100% + 300px);
	height:100%;
	object-fit:cover;
	animation: toRight 20s linear infinite;
}
@keyframes toRight {
	0% {left:-300px;}
	50% {left:0px;}
	100% {left:-300px;}
}
.img-home-title{
	float:left;
	width:100%;
	height:600px;
	text-transform:uppercase;
}
.img-home-title h2{
    font-family: 'Barlow Condensed', sans-serif;
	font-weight:600;
	font-size:5em;
	line-height:normal;
	letter-spacing:-3px;
	position:absolute;
	bottom:160px;
	left:20px;
	width:100%;
	max-width:50%;
	color:#fff;
	padding-bottom:80px;
	z-index:2;
}
.img-home-title.right h2{
	left:auto;
	right:20px;
	text-align:right;
}
.img-home-title h2:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0px;
	width:200px;
	height:10px;
	background:#ee5824;
}
.img-home-title.right h2:before{
	left:auto;
	right:0px;
}
.img-home-title h2 span{
	color:#ee5824;
}

.colorfull{
	position:relative;
	float:left;
	width:100%;
	padding:60px 0;
	background:#ee5824;
	color:#fff;
}
.colorfull:before{
	content:"";
	position:absolute;
	top:0;
	left:-160px;
	width:calc(50% - 10px);
	height:calc(100% + 0px);
	transform:skewX(-40deg);
	background:#2d3c48;
}
.colorfull.left:before{
	left:auto;
	right:-160px;
}
.colorfull h2{
	display:block;
	position:relative;
	left:50%;
    font-family: 'Barlow Condensed', sans-serif;
	font-weight:600;
	font-size:4em;
	line-height:1em;
	text-transform:uppercase;
	padding:0 0 0 160px;
}
.colorfull.left h2{
	left:calc(((100% - 1200px) / 2) + 20px);
}
.colorfull h2 i{
	position:absolute;
	top:5px;
	left:0;
	width:120px;
	height:120px;
	line-height:120px;
	text-align:center;
	border-radius:50%;
	background:rgba(255,255,255,0.3);
	border:5px solid #fff;
}
.colorfull h2 span{
	color:#111;
}


.whiteGlove{
	position:relative;
	float:left;
	width:100%;
	padding:60px 0;
	background:#ee5824;
	color:#fff;
}
.whiteGlove:before{
	content:"";
	position:absolute;
	top:0;
	right:-160px;
	width:calc(50% - 0px);
	height:calc(100% + 1px);
	transform:skewX(-40deg);
	background:#fff;
}
.whiteGlove h2{
	display:block;
	position:relative;
	left:calc(((100% - 1200px) / 2) + 20px);
    font-family: 'Barlow Condensed', sans-serif;
	font-weight:600;
	font-size:3.4em;
	line-height:1em;
	text-transform:uppercase;
	padding:0 0 0 130px;
}
.whiteGlove h2 i{
	position:absolute;
	top:5px;
	left:0;
	width:100px;
	height:100px;
	line-height:95px;
	text-align:center;
	border-radius:50%;
	background:rgba(255,255,255,0.3);
	border:5px solid #fff;
}
.whiteGlove h2 span{
	color:#111;
}

.whiteGlove-layout{
	float:left;
	width:100%;
}
.whiteGlove-content{
	position:relative;
	float:right;
	width:50%;
	height:650px;
	z-index:1;
}
.whiteGlove-content p{
    font-family: 'Barlow Condensed', sans-serif;
	font-size:24px;
	line-height:30px;
	padding:40px 20px 40px 80px;
}
.whiteGlove-content h2{
    font-family: 'Barlow Condensed', sans-serif;
	font-weight:600;
	font-size:34px;
	line-height:40px;
	padding:20px 20px 10px 80px;
}
.whiteGlove-content h2 span{
	display:block;
}
.whiteGlove-content h2 span:nth-of-type(1){
	color:#ee5824;
	font-size:40px;
}
.whiteGlove-content h2 span:nth-of-type(2){
	color:#111;
	font-size:28px;
}
.whiteGlove-content ul{
	list-style:none;
	padding:10px 20px 40px 80px;
}
.whiteGlove-content ul li{
	position:relative;
	display:block;
	padding:2px 0 2px 30px;
}
.whiteGlove-content ul li:before{
	content:"";
	position:absolute;
	top:12px;
	left:0;
	width:8px;
	height:8px;
	background:#ee5824;
}

.whiteGlove-img{
	position:absolute;
	top:0;
	left:-290px;
	width:calc(50% + 82px);
	height:100%;
	transform:skewX(-40deg);
	overflow:hidden;
}
.whiteGlove-img:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(15, 20, 30, 0.4);
	mix-blend-mode: darken;
	z-index:1;
}
.whiteGlove-img img{
	position:relative;
	left:290px;
	width:100%;
	height:100%;
	object-fit:cover;
	transform:skewX(40deg);
}



.about-us{
	float:left;
	width:100%;
	position:relative;
	padding:80px 0 80px 600px;
}
.about-us figure{
	position:absolute;
	top:100px;
	left:0;
	width:50%;
	height:calc(100% - 180px);
	padding:20px;
}
.about-us figure:after{
	content:"";
	position:absolute;
	top:-20px;
	left:-20px;
	width:240px;
	height:240px;
	background:#ee5824;
	z-index:-1;
}
.about-us figure:before{
	content:"";
	position:absolute;
	top:20px;
	bottom:20px;
	left:20px;
	right:20px;
	background:rgba(15, 20, 30, 0.4);
	mix-blend-mode: darken;
}
.about-us figure img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.about-us figure figcaption{
    font-family: 'Barlow Condensed', sans-serif;
	font-variant:600;
	font-size:2em;
	line-height:1em;
	text-align:right;
	position:absolute;
	bottom:100px;
	right:0;
	background:#ee5824;
	color:#fff;
	padding:15px 20px 20px 20px;
	max-width:370px;
}
.about-us figure figcaption:before{
	content:"";
	position:absolute;
	bottom:-28px;
	right:12px;
	width:55px;
	height:55px;
	background:#a6330c;
	transform:rotate(-45deg);
	z-index:-1;
}
.about-us figure figcaption i{
	float:left;
	width:50px;
	height:50px;
	line-height:70px;
	text-align:center;
	font-size:2em;
	margin-right:10px;
}

.about-us ul, .about-us ul li{
	float:left;
	width:100%;
	list-style:none;
}
.about-us > ul{
	width:100%;
	padding:80px 20px 120px 40px;
}
.about-us ul li{
	padding:5px;
}
.about-us ul li h2{
    font-family: 'Barlow Condensed', sans-serif;
	font-weight:600;
	font-size:30px;
	margin:10px 0;
	color:#ee5824;
}
.about-us ul li p{
	font-size:1.em;
}
.about-us ul li p strong{
	font-weight:500;
}
.about-us ul li li{
	position:relative;
	padding-left:40px;
}
.about-us ul li li:before{
	content:"";
	position:absolute;
	top:13px;
	left:0;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#2d3c48;
}

.breadcrumb-layout{
	position:relative;
	float:left;
	width:100%;
}
.breadcrumb-layout:before{
	content:"";
	position:absolute;
	bottom:100%;
	left:0;
	width:100%;
	height:190px;
	background:#fff;
}
.breadcrumb-box{
	position:relative;
	display:block;
	width:100%;
	max-width:960px;
	z-index:2;
}
.breadcrumb-box:after{
	content:"";
	display:block;
	clear:both;
}
.breadcrumb-img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.breadcrumb-img:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(15, 20, 30, 0.7);
	mix-blend-mode: darken;
}
.breadcrumb-img img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.breadcrumb{
	float:left;
	width:100%;
	padding:80px 0;
}
.breadcrumb h2{
    font-family: 'Barlow Condensed', sans-serif;
	font-weight:600;
	font-size:36px;
	padding:10px 20px;
	border-left:5px solid #ee5824;
	color:#fff;
	margin-bottom:20px;
}
.breadcrumb ul, .breadcrumb ul li{
	position:relative;
	float:left;
	width:100%;
	list-style:none;
}
.breadcrumb ul li{
	width:auto;
}
.breadcrumb ul li a, .breadcrumb ul li mark{
	font-family: 'Rubik', sans-serif;
	font-weight:500;
	position:relative;
	display:block;
	padding:5px 30px 5px 0;
	color:#fff;
}
.breadcrumb ul li mark{
	color:#ee5824;
}
.breadcrumb ul li:not(:last-of-type):before{
	content:"";
	position:absolute;
	top:18px;
	right:10px;
	width:8px;
	height:2px;
	background:#fff;
}

.contact-layout{
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
	background-image:url("../img/design/map-bg.png");
	background-color:rgba(255, 100, 0, 0.1);
	background-blend-mode:lighten;
}
.contact-box{
	position:relative;
	display:block;
	width:100%;
	max-width:1200px;
	z-index:2;
}
.contact-box:after{
	content:"";
	display:block;
	clear:both;
}
.contact{
	position:relative;
	float:left;
	width:100%;
	padding:120px 20px;
}
.contact-form{
	position:relative;
	float:left;
	width:50%;
	padding:40px;
}
.contact-form.left{
	width:calc(100% - 480px);
	background:#ee5824;
	z-index:5;
	box-shadow:0 4px 8px rgba(0,0,0,0.4);
}
.contact-form.right{
	position:absolute;
	top:50%;
	left:calc(100% - 510px);
	transform:translateY(-50%);
	width:480px;
	background:#fff;
	border:1px solid #eee;
	box-shadow:0 2px 4px rgba(0,0,0,0.3);
}
.form, .form-detail, .form .button{
	float:left;
	width:100%;
}
.contact-form h2, .form-detail h2{
    font-family: 'Barlow Condensed', sans-serif;
	font-weight:600;
	font-size:30px;
	line-height:1em;
	margin-top:20px;
	margin-bottom:40px;
	color:#fff;
}
.form label{
	float:right;
	width:calc(50% - 10px);
	margin-bottom:20px;
}
.form label:nth-of-type(2n+1){
	float:left;
}
.form label.full{
	width:100%;
}
.form input, .form textarea{
	display:block;
	width:100%;
	padding:15px 20px;
	border:2px solid #fff;
	color:#fff;
}
.form textarea{
	overflow:auto;
	min-height:50px;
	height:180px;
	max-height:240px;
	padding:15px 20px;
	resize: vertical;
}
.form input:focus, .form textarea:focus{
	background:#fff;
	color:#111;
}
.form .button{
	text-align:right;
}
.form .button button{
	display:inline-block;
	padding:15px 30px;
	border:2px solid #fff;
	color:#fff;
	cursor:pointer;
	margin-bottom:20px;
}
.form .button button:hover{
	background:#fff;
	color:#111;
}
.form-detail ul, .form-detail ul li{
	float:left;
	width:100%;
	list-style:none;
}
.form-detail ul li{
	padding:10px 0;
}
.form-detail h2{
	color:#555;
}
.form-detail h3{
    font-family:'Barlow Condensed', sans-serif;
	font-weight:400;
	font-size:24px;
}
.form-detail h3 i{
	width:40px;
	color:#ee5824;
}
.form-detail p{
	padding:10px 0 10px 45px;
	opacity:0.7;
	border-bottom:1px solid #ccc;
}
.form-detail p a:hover{
	color:#ee5824;
}
.form-detail p strong{
	display:block;
	font-weight:400;
	margin-bottom:5px;
	color:#ee5824;
}

.google-map{
	position:relative;
	width:100%;
	height:600px;
	box-shadow:-4px 4px 8px rgba(0,0,0,0.4);
}
.google-map iframe{
	float:left;
	width:100%;
	height:100%;
}
.google-map *, .google-map iframe *, .gmaps *{
	box-sizing: content-box;
	max-width:none;
	max-height:none;
}

.vismis, .vismis-box{
	position:relative;
	float:left;
	width:100%;
}
.vismis-box{
	width:50%;
	padding:80px;
}
.vismis-box.img{
	position:absolute;
	top:0;
	left:0;
	height:100%;
}
.vismis-box.orange{
	float:right;
	background:#ee5824;
	color:#fff;
}
.vismis-box.orange h2{
    font-family:'Barlow Condensed', sans-serif;
	font-weight:600;
	font-size:35px;
	margin-bottom:20px;
}
.vismis-box.orange h2 i{
	width:60px;
	height:60px;
	line-height:58px;
	text-align:center;
	border-radius:50%;
	background:#2d3c48;
	color:#fff;
	margin-right:10px;
}
.vismis-box.orange p{
	font-size:16px;
	line-height:30px;
}
.vismis-box.orange a{
	display:inline-block;
	padding:15px 40px;
	border:2px solid #fff;
	margin-top:80px;
}
.vismis-box.orange a:hover{
	background:#fff;
	color:#ee5824;
}
.vismis-bg{
	position:absolute;
	top:0;
	left:50%;
	right:0;
	height:100%;
	background:#ee5824;
	z-index:-1;
}
.vismis-img{
	position:absolute;
	top:0;
	left:0;
	right:50%;
	height:100%;
}
.vismis-img img{
	position:relative;
	width:100%;
	height:100%;
	object-fit:cover;
}

.subtitle-layout, .subtitle{
	float:left;
	width:100%;
	padding:80px 20px;
}
.subtitle{
	float:none;
	padding:0;
	padding:40px 0 60px 0;
	max-width:480px;
	border:2px solid #ee5824;
}
.subtitle h2{
	position:relative;
    font-family:'Barlow Condensed', sans-serif;
	font-weight:600;
	font-size:30px;
	line-height:50px;
	text-align:center;
	color:#ee5824;
	padding-bottom:30px;
}
.subtitle h2:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:120px;
	height:5px;
	margin:auto;
	background:#ee5824;
}
.subtitle h2 span{
	display:block;
	font-size:60px;
	color:#111;
}
.subtitle figure img{
	width:120px;
	margin-top:30px;
	animation: toZoom 5s linear infinite;
	transform:scale(1);
	filter: drop-shadow(0 0 1px rgba(0,0,0,0.2));
}
@keyframes toZoom {
	0% {transform:scale(1); filter: drop-shadow(0 0 1px rgba(0,0,0,0.2));}
	50% {transform:scale(1.4); filter: drop-shadow(0 3px 2px rgba(0,0,0,0.6));}
	100% {transform:scale(1); filter: drop-shadow(0 0 1px rgba(0,0,0,0.2));}
}

.technology-layout{
	float:left;
	width:100%;
	padding:80px 20px;
}


.title{
	float:left;
	width:100%;
	text-align:center;
	padding:0 10px;
}
.title h2{
	position:relative;
    font-family:'Barlow Condensed', sans-serif;
	font-weight:600;
	font-size:30px;
	line-height:50px;
	color:#ee5824;
	padding-bottom:30px;
	margin-bottom:40px;
}
.title h2:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:120px;
	height:5px;
	margin:auto;
	background:#ee5824;
}
.title h2 span{
	display:block;
	font-size:40px;
	color:#111;
}
.title p{
	font-size:24px;
	opacity:0.6;
	margin-bottom:40px;
}

.slide-layout, .slide-button, .slide{
	position:relative;
	float:left;
	width:100%;
}
.slide-button span{
	position:relative;
	float:left;
	width:100px;
	height:50px;
	line-height:50px;
	text-align:center;
	border:1px solid #ee5824;
	cursor:pointer;
	color:#ee5824;
	z-index:1;
}
.slide-button span:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:4px;
	height:100%;
	background:#ee5824;
	z-index:-1;
	transition: all 250ms ease;
}
.slide-button span:nth-of-type(2){
	float:right;
}
.slide-button span:nth-of-type(2):before{
	right:auto;
	left:0;
}
.slide-button span:hover{
	color:#fff;
}
.slide-button span:hover:before{
	width:100%;
}

.boxImage, .boxImage-split{
	position:relative;
	float:left;
	width:100%;
	z-index:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.boxImage.bg1{
	background-image: url("../img/design/1.webp");
}
.boxImage.bg2{
	background-image: url("../img/design/2.webp");
}
.boxImage.bg3{
	background-image: url("../img/design/3.webp");
}
.boxImage.lineTop{
	margin-top:40px;
}
.boxImage.lineBot{
	margin-bottom:40px;
}
.boxImage.lineTop:before, .boxImage.lineTop:after, .boxImage.lineBot:before, .boxImage.lineBot:after{
	content:"";
	position:absolute;
	top:-40px;
	left:-20px;
	width:calc(50% + 216px);
	height:40px;
	background:#ee5824;
	transform:skewX(-30deg);
}
.boxImage.lineTop.costum-1:before, .boxImage.lineTop.costum-1:after{
	left:-60px;
	height:160px;
	width:calc(50% + 260px);
}
.boxImage.lineTop.left:before, .boxImage.lineTop.left:after{
	left:auto;
	right:-20px;
	width:calc(50% + 216px);
	transform:skewX(30deg);
	background:#2d3c48;
}
.boxImage.lineBot.left:before, .boxImage.lineBot.left:after{
	left:auto;
	right:-40px;
	transform:skewX(30deg);
}
.boxImage.lineTop:after{
	left:calc(50% + 195px);
	background:#2d3c48;
}
.boxImage.lineTop.costum-1:after{
	left:calc(50% + 195px);
	background:#2d3c48;
}
.boxImage.lineTop.left:after{
	left:auto;
	right:calc(50% + 195px);
	background:#ee5824;
}
.boxImage.lineBot:before, .boxImage.lineBot:after{
	background:#ee5824;
	top:auto;
	bottom:-40px;
}
.boxImage.lineBot.left:before, .boxImage.lineBot.left:after{
	background:#2d3c48;
}
.boxImage.lineBot:after{
	left:calc(50% + 195px);
	background:#2d3c48;
}
.boxImage.lineBot.left:after{
	background:#ee5824;
	left:auto;
	right:calc(50% + 175px);
}
.boxImage.lineBot.empty{
	margin-bottom:0;
}
.boxImage.lineBot.empty:before, .boxImage.lineBot.empty:after{
	top:0;
}
.boxImage-split{
	width:50%;
}
.boxImage-split.left{
	float:left;
}
.boxImage-split.right{
	float:right;
}
.boxImage-content{
	position:relative;
	width:calc(1200px / 2);
}
.boxImage-split.left .boxImage-content{
	float:right;
}
.boxImage-split.right .boxImage-content{
	float:left;
}

.boxImageTitle-1{
	position:relative;
	float:left;
	width:100%;
	height:640px;
	font-size:24px;
	line-height:40px;
	padding:40px;
}
.boxImageTitle-1.extra{
	height:890px;
}
.boxImageTitle-1.extra2{
	height:1070px;
}
.boxImage-split.left .boxImageTitle-1{
	padding:60px 40px 60px 20px;
}
.boxImage-split.right .boxImageTitle-1{
	padding:60px 20px 60px 40px;
}
.boxImageTitle-1-padding{
	position:relative;
	width:100%;
	height:100%;
	padding:40px;
	text-align:right;
}
.boxImageTitle-1-padding.p1{
	padding:0 40px 40px 40px;
}
.boxImage-split.left .boxImageTitle-1-padding{
	text-align:left;
}
.boxImageTitle-1 span{
	color:#ee5824;
}
.boxImageTitle-1 h2{
    font-family:'Barlow Condensed', sans-serif;
	font-weight:600;
	font-size:70px;
	line-height:60px;
	margin:-4px 0 2px 0;
}
.boxImageTitle-1 h2 span{
	display:block;
}
.boxImageTitle-1 h3{
    font-family:'Barlow Condensed', sans-serif;
	font-weight:600;
	margin-top:120px;
	font-size:2em;
}
.boxImageTitle-1 h3 + p{
	display:block;
	font-size:30px;
	line-height:30px;
	letter-spacing:-0.5px;
	width:320px;
	margin:20px 0 0 0;
	opacity:0.7;
}
.boxImage-split.right .boxImageTitle-1 h3 + p{
	margin-left:auto;
}
.boxImageTitle-1 p.k1{
	font-size:24px;
	line-height:24px;
	margin-top:20px;
	margin-bottom:60px;
}
.boxImageTitle-1-padding.p1 p.k1{
	margin-top:25px;
	margin-bottom:25px;
}
.boxImageTitle-1 p.k2{
	font-size:18px;
	line-height:30px;
	opacity:0.6;
}
.boxImageList{
	float:left;
	width:calc(1200px - 120px);
	list-style:none;
	margin-top:50px;
	padding:20px 20px 20px 0;
	background:rgba(255,255,255,0.9);
}
.boxImageList li{
	position:relative;
	float:left;
	width:50%;
	padding:20px 20px 20px 90px;
}
.boxImageList li:nth-of-type(2n+2){
	padding:20px 20px 20px 110px;
}
.boxImageList li i{
	position:absolute;
	top:20px;
	left:0;
	display:block;
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	margin:0 0 10px 0;
	border-radius:50%;
	font-size:1.4em;
	border:2px solid #ee5824;
	color:#ee5824;
}
.boxImageList li:nth-of-type(2n+2) i{
	left:20px;
}
.boxImageList li h4{
    font-family:'Barlow Condensed', sans-serif;
	font-weight:600;
	font-size:32px;
	line-height:35px;
	padding:5px 0 20px 0;
	color:#ee5824;
}
.boxImageList li p{
	font-size:18px;
	line-height:30px;
	opacity:0.8;
}

.boxImageBg-1{
	position:absolute;
	top:0;
	left:-200px;
	width:calc(50% + 200px);
	height:100%;
	background:#2d3c48;
	transform:skewX(-30deg);
	overflow:hidden;
	background-image: url("../img/design/4.webp");
}
.boxImageBg-1:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:calc(100% + 200px);
	height:100%;
	transform:skewX(30deg);
}
.boxImageBg-1.right{
	left:auto;
	right:-200px;
	transform:skewX(30deg);
}
.boxImageBg-1.full.right.extra{
	right:-270px;
}
.boxImageBg-1.full.right.extra2{
	right:-325px;
}
.boxImageBg-1 figure{
	position:relative;
	float:right;
	height:100%;
	transform:skewX(30deg);
	padding:40px;
}
.boxImageBg-1.right figure{
	float:left;
	transform:skewX(-30deg);
}
.boxImageBg-1 figure img{
	max-width:100%;
	max-height:100%;
}

.boxImageBg-1.full{
	overflow:hidden;
}
.boxImageBg-1.full figure{
	padding:0;
	width:100%;
	height:100%;
}
.boxImageBg-1.full img{
	position:relative;
	max-width:none;
	max-height:none;
	width:calc(100% + 200px);
	height:100%;
	object-fit:cover;
}
.boxImageBg-1.full.right img{
	left:-200px;
}
.boxImageBg-1.full:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(15, 20, 30, 0.7);
	mix-blend-mode: darken;
}
.boxImageBg-1.full.light:after{
	background:rgba(15, 20, 30, 0.5);
}

.icon-list, .icon-list li{
	position:relative;
	float:left;
	width:100%;
	list-style:none;
}
.icon-list{
	left:-20px;
	width:calc(100% + 40px);
	padding:20px;
}
.icon-list li{
	width:calc(100% / 4);
	text-align:center;
	padding:20px;
}
.icon-list.split5 li{
	width:calc(100% / 5);
}
.icon-list li:nth-of-type(4n+1){
	clear:both;
}
.icon-list.split5 li:nth-of-type(4n+1){
	clear:none;
}
.icon-list.split5 li:nth-of-type(5n+1){
	clear:both;
}
.icon-list li figure{
	display:block;
	width:120px;
	height:120px;
	border-radius:50%;
	border:3px solid #ee5824;
}
.icon-list.dark li figure{
	border:3px solid #333;
}
.icon-list li figure img{
	padding:20px;
	max-width:100%;
	max-height:100%;
}
.icon-list li h2{
    font-family:'Barlow Condensed', sans-serif;
	font-weight:600;
	font-size:1.4em;
	margin:5px 0;
	color:#ee5824;
}
.icon-list.dark li h2{
	color:#333;
}
.icon-list li p{
	font-size:16px;
	line-height:16px;
	opacity:0.8;
}

.team-layout, .team-title-layout, .team-title, .team-title-1{
	position:relative;
	float:left;
	width:100%;
}
.team-layout{
	padding:80px 0;
}
.team-title.right{
	float:right;
}
.team-title{
	width:calc(100% / 3);
	text-align:center;
	padding:20px;
}
.team-title.split1{
	width:calc(100% / 1);
}
.team-title.split2{
	width:calc(100% / 2);
	padding:60px;
}
.team-title.split4{
	width:calc(100% / 4);
}
.team-title-1{
	border:3px solid #ee5824;
	padding:20px;
	height:270px;
	color:#fff;
	border:3px solid #2d3c48;
	background:#2d3c48;
}
.team-title.split4 .team-title-1{
	height:210px;
}
.team-title-1.light{
	border:3px solid #2d3c48;
	background:#fff;
	color:#2d3c48;
}
.team-title-1.orange{
	border:3px solid #ee5824;
	background:#ee5824;
	color:#fff;
}
.team-title-1 img{
	width:100%;
}
.team-title-1 span.fa{
	width:100%;
	height:140px;
	line-height:140px;
	text-align:center;
	font-size:6em;
}
.team-title-1 h2{
    font-family:'Barlow Condensed', sans-serif;
	font-weight:600;
	font-size:1.4em;
	margin-top:20px;
	color:#fff;
}
.team-title-1.light h2{
	color:#ee5824;
}
.team-title-2{
	position:relative;
	left:20px;
	float:left;
	width:calc(100% - 20px);
	height:580px;
	border:3px solid #2d3c48;
	background:#F5F5F5;
	padding:20px;
	box-shadow: 0 0px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	background-image:linear-gradient(transparent 11px, rgba(0,0,0,0.2) 12px, transparent 12px), linear-gradient(90deg, transparent 11px, rgba(0,0,0,0.2) 12px, transparent 12px);
	background-size: 100% 20px, 20px 100%;
}
.team-title-2:before{
	content:"";
	position:absolute;
	top:-40px;
	left:-40px;
	width:240px;
	height:240px;
	background:#2d3c48;
	z-index:-1;
}
.team-title-2 img{
	margin-left:0;
	max-width:100%;
	max-height:100%;
}
.team-title-2 h2{
	position:absolute;
	bottom:60px;
	right:-30px;
    font-family:'Barlow Condensed', sans-serif;
	font-weight:600;
	font-size:2em;
	line-height:30px;
	text-align:right;
	margin-top:0;
	background:#ee5824;
	color:#fff;
	padding:20px;
}
.team-title-2 h2:before{
	content:"";
	position:absolute;
	bottom:-28px;
	right:12px;
	width:55px;
	height:55px;
	background:#2d3c48;
	transform:rotate(-45deg);
	z-index:-1;
}





.footer{
	float:left;
	width:100%;
	background:#0d141c;
	background:linear-gradient(180deg, rgba(45,60,72,0.97), rgba(12,20,27,1));
	color:#fff;
}
.footer-line{
	float:left;
	width:100%;
	border-top:1px solid rgba(255,255,255,0.1);
}
.footer-box{
	padding:0;
}
.footer-box.big{
	padding:40px 0;
}
.footer-box mark{
	display:block;
	padding:30px 20px;
	font-size:14px;
}
.footer-link, .footer-link ul, .footer-link ul li, .footer-form, .footer-form label, .footer-form .button, .footer-form p{
	float:left;
	width:100%;
	list-style:none;
}
.footer-link{
	width:calc(100% / 3);
	padding:20px;
}
.footer-link h2{
	position:relative;
    font-family: 'Barlow Condensed', sans-serif;
	font-weight:600;
	font-size:26px;
	line-height:30px;
	padding-bottom:30px;
	margin-bottom:20px;
}
.footer-link h2:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:80px;
	height:5px;
	background:#ee5824;
}
.footer-link li a{
	position:relative;
	display:inline-block;
	padding:10px 10px 10px 40px;
}
.footer-link li a:before{
	content:"";
	position:absolute;
	top:22px;
	left:0;
	width:20px;
	height:5px;
	font-size:14px;
	background:#ee5824;
}
.footer-link li a:hover, .footer-link li.active a{
	color:#ee5824;
}
.footer-form{
	max-width:300px;
}
.footer-form label, .footer-form .button{
	margin-bottom:20px;
}
.footer-form label input{
	float:left;
	width:100%;
	padding:15px 20px;
	border:2px solid #fff;
}
.footer-form label input:focus{
	background:#fff;
	color:#111;
	border-bottom:2px solid #ee5824;
}
.footer-form .button button{
	font-size:14px;
	font-weight:500;
	position:relative;
	float:left;
	width:100%;
	max-width:160px;
	padding:15px 20px;
	color:#fff;
	border:2px solid #ee5824;
	cursor:pointer;
	z-index:1;
}
.footer-form .button button:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:10px;
	height:100%;
	background:#ee5824;
	z-index:-1;
	transition: all 500ms ease;
}
.footer-form .button button:hover:before{
	width:100%;
}
.footer-form p a{
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#ee5824;
	border:1px solid #ee5824;
	margin-right:10px;
	transform:rotate(0deg);
}
.footer-form p a:hover{
	background:#ee5824;
	color:#fff;
	transform:rotate(360deg);
}

.footer-detail a{
	display:block;
	padding:2px 0;
}
.footer-detail a i{
	width:30px;
}
.footer-detail a:hover{
	color:#ee5824;
}

.menu-totop{
	position:fixed;
	bottom:20px;
	right:20px;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#2d3c48;
	color:#fff;
	transition: all 500ms ease;
	opacity:0;
	pointer-events:none;
	z-index:99;
}
.menu-totop:hover{
	background:#ee5824;
}
.menu-totop.active{
	opacity:1;
	pointer-events:auto;
}








@media screen and (max-width:1180px){
	.header-box ol li:first-of-type {
		margin-left: 175px;
	}
	.header .logo{
		left:40px;
	}
	.header .menu{
		right:40px;
		display:block;
	}
	.header ul li.logoMob{
		display:block;
	}
	.header .header-full.dark{
		border-bottom:80px solid #fff;
	}
	.header.active .header-full.dark{
		border-bottom:65px solid #fff;
		box-shadow:0 1px 1px 0 #ccc;
	}
	.header-full.light{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:50;
		background:rgba(0,0,0,0);
		transition: all 500ms ease;
		pointer-events:none;
		z-index:-1;
	}
	.header-full.light:before {
		display:none;
	}
	.header-full.light.active{
		left:0;
		background:rgba(0,0,0,0.7);
		pointer-events:auto;
		z-index:50;
	}
	.header-full.light .header-box, .header-full.light .header-box ul{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		padding:0;
	}
	.header-full.light .header-box{
		left:-300px;
		width:280px;
		overflow-x:hidden;
		overflow-y:auto;
		background:#fff;
	}
	.header-full.light.active .header-box{
		left:0;
	}
	.header-full.light .header-box > ul{
		height:auto;
		min-height:100%;
		padding-bottom:120px;
	}
	.header-full.light .header-box ul li{
		position:relative;
		float:left;
		width:100%;
		padding:0;
	}
	.header-full.light .header-box ul li.right{
		position:absolute;
		top:auto;
		right:auto;
		left:0;
		bottom:0;
		height:auto;
		width:280px;
		padding:20px;
	}
	.header-full.light ul li a{
		padding:15px 20px;
	}
	.header ul li a:before{
		height:1px;
	}
	.header-full.light ul li a i{
		float:right;
	}
	.header ul li:hover ul{
		pointer-events:auto;
		opacity:1;
		top:auto;
	}
	.header-box ul ul{
		display:none;
		position:relative !important;
		top:0;
		left:0;
		width:100%;
		border:none;
		opacity:1;
		padding:0;
		background:#eee;
		pointer-events:auto;
		transition:none;
	}
	.header-box ul li.active ul{
		display:block;
	}
	.header ul li li{
		display:block;
		width:100%;
		text-align:left;
		padding:0;
		border-bottom:none;
	}
	.header-full.light ul li li a{
		padding-left:40px;
	}
	.header ul li li a:after{
		display:block;
		content:"";
		position:absolute;
		top:25px;
		left:20px;
		width:6px;
		height:6px;
		background:#ee5824;
	}
	.header ul li li a:hover{
		padding-left:60px;
	}
	.header ul li li.active a{
		padding-left:40px;
	}
	
	.img-home-title.right h2{
		font-size:4.6em;
		max-width:80%;
		right:40px;
	}
	.colorfull{
		padding:40px 0;
	}
	.colorfull.left:before {
		right: calc(-50% + 98px);
	}
	.colorfull.left h2{
		left:40px;
	}
	.about-us{
		padding:0;
	}
	.about-us figure {
		position:relative;
		top:0;
		left:0;
		width:100%;
		height:600px;
		padding:0;
	}
	.about-us figure:before{
		top:0;
		bottom:0;
		left:0;
		right:0;
	}
	.about-us figure figcaption{
		bottom:40px;
	}
	.about-us > ul {
		padding:40px;
	}
	.footer-box.big {
		padding:40px 20px;
	}
	.footer-link {
		width: calc(100% / 2);
	}
	.footer-link:nth-child(3){
		width:100%;
	}
	.breadcrumb {
		padding: 80px 40px;
	}
	.team-layout {
		padding: 40px 0;
	}
	.team-title-layout{
		padding:30px;
	}
	.team-title {
		padding: 10px;
	}
	.team-title-1 img {
		height: calc(100% - 70px);
		object-fit: scale-down;
	}
	.team-title.split2 {
		padding: 10px;
		margin-bottom:40px;
	}
	.team-title-2{
		left:0;
		height:420px;
	}
	.team-title.split2:nth-child(2n+2) .team-title-2{
		left:20px;
	}
	.team-title.split2:nth-child(2n+2) .team-title-2:before{
		left:auto;
		right:-40px;
	}
	.team-title-2 h2{
		bottom:40px;
	}
	.boxImageBg-1 {
		position:relative;
		left:0;
		width:100%;
		height:500px;
		transform:skewX(0);
		z-index:5;
	}
	.boxImageBg-1 figure {
		transform:skewX(0);
		padding:40px;
	}
	.boxImage-split {
		width:100% !important;
	}
	.boxImage-content {
		width:100% !important;
	}
	.boxImage-split .boxImageTitle-1 {
		padding:0 !important;
	}
	.boxImageTitle-1 {
		height:auto !important;
	}
	.boxImageTitle-1 h2{
		font-size:60px;
		line-height:50px;
	}
	.boxImageTitle-1-padding {
		padding:40px 40px 80px 40px;
		height:auto !important;
		text-align:left;
	}
	.boxImageTitle-1-padding.p1 {
		padding: 40px;
	}
	.boxImageTitle-1 h3 {
		margin-top:40px;
		font-size:1.6em;
	}
	.boxImage-split.right .boxImageTitle-1 h3 + p {
		margin-left:0;
		font-size:22px;
	}
	.boxImageBg-1.full.right.extra {
		right:0;
	}
	.boxImageBg-1.right {
		right:0;
		transform: skewX(0);
	}
	.boxImageBg-1.full.right.extra2 {
		right: 0;
	}
	.boxImageBg-1.right figure {
		transform: skewX(0);
	}
	.boxImage-split.left .boxImageTitle-1-padding{
		padding:40px;
		text-align:left;
	}
	.boxImageList {
		width:100%;
		padding:0;
		margin:40px 0;
	}
	.boxImageList li i {
		position:relative;
		top:0 !important;
		left:0 !important;
	}
	.boxImageList li:nth-of-type(2n+2) {
		padding:20px 0 20px 20px;
	}
	.boxImageList li:nth-of-type(2n+1) {
		padding:20px 20px 20px 0;
		clear:both;
	}
	.technology-layout {
		padding:40px 0;
	}
	.slide-button{
		padding:0 40px;
	}
	.icon-list {
		left:0;
		width:100%;
		padding:20px;
	}
	.icon-list li {
		width: calc(100% / 3);
	}
	.icon-list li:nth-of-type(4n+1) {
		clear:none;
	}
	.icon-list li:nth-of-type(3n+1) {
		clear:both;
	}
	.icon-list.split5 li {
		width: calc(100% / 3);
	}
	.whiteGlove:before {
		right:calc(-50% + 50px);
	}
	.whiteGlove h2 {
		left:40px;
		font-size: 3.4em;
		line-height: 1em;
		text-transform: uppercase;
	}
	.whiteGlove-img {
		position:relative;
		left:0;
		width:100%;
		height:500px;
		transform: skewX(0deg);
	}
	.whiteGlove-img img {
		left:0;
		transform: skewX(0deg);
	}
	.whiteGlove-content {
		padding:40px;
		width: 100%;
		height: auto;
	}
	.whiteGlove-content p {
		padding:0 0 40px 0;
	}
	.whiteGlove-content h2 {
		padding: 0 0 10px 0;
	}
	.whiteGlove-content ul {
		padding: 10px 0 0 0;
	}
	.contact {
		padding:80px 40px;
	}
	.contact-form.left {
		width:100%;
	}
	.contact-form.right {
		position:relative;
		top:0;
		left:60px;
		width:calc(100% - 120px);
		transform:none;
		overflow:hidden;
	}
	.vismis-box.orange{
		width:100%;
		padding:80px 40px;
	}
	.vismis-img {
		position:relative;
		right:0;
		height:500px;
		float:left;
		width:100%;
	}
}
@media screen and (max-width:749px){
	.header-box ol li:first-of-type {
		margin-left: 155px;
	}
	.header .logo{
		left:20px;
	}
	.header .menu{
		right:20px;
	}
	.header-box ol li a span{
		display:none;
	}
	.breadcrumb {
		padding:40px 20px;
	}
	.img-home-title{
		height:500px;
	}
	.img-home-title.right h2{
		font-size:3em;
		bottom:60px;
	}
	.img-home-title.right h2{
		font-size:3em;
		bottom:60px;
		padding-bottom:40px;
	}
	.colorfull{
		padding:20px 0;
	}
	.colorfull.left h2{
		font-size:3em;
		left:0;
		padding:20px 0;
		text-align:center;
	}
	.colorfull h2 span {
		color: #fff;
	}
	.colorfull h2 i {
		position:relative;
		top:0;
		left:0;
		width:90px;
		height:90px;
		line-height:90px;
		display:block;
		margin-bottom:10px;
	}
	.about-us figure {
		height:500px;
	}
	.about-us > ul {
		padding:20px;
	}
	.footer-box.big {
		padding:40px 0;
	}
	.footer-link {
		width:100%;
	}
	.team-title-layout{
		padding:10px;
	}
	.team-title, .team-title.split4{
		width:100%;
	}
	.team-title-1 img {
		height: calc(100% - 50px);
	}
	.team-title.split2 {
		width:100%;
		margin-bottom:30px;
	}
	.team-title-2{
		height:420px;
		width:100%;
	}
	.team-title.split2:nth-child(2n+2) .team-title-2{
		left:0;
	}
	.team-title-2 h2{
		bottom:40px;
	}
	.boxImageBg-1 {
		height:400px;
	}
	.boxImageTitle-1-padding {
		padding: 40px 20px 40px 20px;
	}
	.boxImageTitle-1 h2{
		font-size:50px;
		line-height:40px;
	}
	.boxImage-split.left .boxImageTitle-1-padding {
		padding:20px;
	}
	.boxImageList li {
		width:100%;
		padding:40px 0;
	}
	.boxImageList li:nth-of-type(2n+2) {
		padding:20px 0 20px 0;
	}
	.boxImageList li:nth-of-type(2n+1) {
		padding:20px 0 20px 0;
	}
	.boxImageTitle-1-padding.p1 {
		padding:20px;
	}
	.slide-button{
		padding:0 20px;
	}
	.icon-list {
		padding:0;
	}
	.icon-list li {
		width: calc(100% / 2);
	}
	.icon-list li:nth-of-type(3n+1) {
		clear:none;
	}
	.icon-list.split5 li {
		width: calc(100% / 2);
	}
	.icon-list li:nth-of-type(2n+1) {
		clear:both;
	}
	.icon-list li figure {
		width: 90px;
		height: 90px;
		border: 2px solid #ee5824;
	}
	.icon-list li figure img {
		padding:15px;
	}
	.icon-list li h2 {
		font-size:20px;
		line-height:20px;
		margin:10px 0;
	}
	.icon-list li p {
		font-size:14px;
		line-height:14px;
	}
	.whiteGlove {
		padding:30px 0;
	}
	.whiteGlove h2 {
		left:0;
		font-size:2.4em;
		line-height:1.1em;
		padding:0 20px;
		text-align:center;
		color:#111;
	}
	.whiteGlove h2 i {
		display:block;
		position:relative;
		top:0;
		margin-bottom:20px;
		color:#fff;
	}
	.whiteGlove-content {
		padding:40px 20px;
	}
	.contact {
		padding:40px 20px;
	}
	.contact-form.left {
		padding:20px;
	}
	.form label {
		width:100%;
	}
	.contact-form.right {
		left:0;
		width:100%;
		margin-top:40px;
		padding:20px;
	}
	.form-detail h3 i {
		display:block;
		margin:0;
		width:30px;
		height:30px;
		line-height:30px;
		text-align:center;
		background:#ee5824;
		color:#fff;
		font-size:20px;
		border-radius:5px;
		margin-bottom:10px;
	}
	.form-detail p {
		padding: 10px 0;
	}
	.vismis-box.orange{
		width:100%;
		padding:40px 20px;
	}
	.vismis-img {
		height:400px;
	}
}














