@charset "utf-8";
/* CSS Document */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	scroll-behavior: smooth
}
body{
	min-width: 960px;
	font-size: 0;
	overflow-x: hidden;
}

.header{
	width: 100%;
	height: 80px;
	background-position: center;
	background-size: cover;
}

nav{
	width: 100%;
	padding-top: 5px;
	text-align: center;
	z-index: 9999;
}

.logo{
	width: 30%;
	max-width: 300px;
	margin: 10px 0;
	cursor: pointer;
	padding-left: 5%;
	float: left;
}
.login{
	width: 80px;
	height: 27px;
	margin: 0;
	padding-right: 10px;
	padding-top: 6px;
	float: right;
}

nav ul{
	background: #FFFFFF;
	width: 80%;
	margin-top: 5px;	
}

nav ul li{
	display: inline-block;
	list-style: none;
	margin: 15px 15px;
	float: right;
	font-size: 14px;
}

nav ul li a{
	text-decoration: none;
	color: #000000;
	display: block;
}

.sub_header{
	width: 100%;
	height: 0px;
	background-position: relative;
	background-size: cover;
	background-color: #5e5e5e;	
}

.sub_header nav ul{
	background: #5e5e5e;
	width: 100%;
	margin-top: 0px;
	
}

.sub_header nav ul li{
    display: inline-block;
    list-style: none;
    float: left;
    font-size: 16px;
    margin-top: 3px;
	
}

.sub_header nav ul li a{
	text-decoration: none;
	color:aliceblue;
	display: block;
	padding:6px;
}


.sub_header nav ul li a:hover{
	background: #ff9f1c;
}

#sub_nav{
	z-index: 9999;
}

.banner{
	display: block;
	background-color: #5e5e5e;
	
	margin: 0px;
	padding: 0px;
}


nav.sub_sticy{
	position: fixed;
	display: flex;
	background: white;
	padding-bottom: 0px;
	justify-content: space-between;
	top: 0;
	transition: 1s;
}


nav.sub_sticy ul{
	width:100%;
	margin: 0px;
	padding-top: 0px;
	
}

.achievment{
	margin: 0px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 10px;
	display: flex;
	background-color: #EFEDED;
	height: auto;
}

.achievment .home_text{
	padding-right: 50px;
	font-size: 16px;
	color: #424242;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 150%;
	width: 50%;
	float: left;
	
}

.achievment .home_picture{
	padding-left: 50px;
	width: 50%;
	float: right;
	
}

.content1{
	margin: 0px;
	padding-left: 80px;
	padding-right: 80px;
	font-size: 16px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 150%;
	display: center;
}

.SimulationTailor_1{
	margin: 0px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 10px;
	display: flex;
	height: auto;
}

.SimulationTailor_1 .tailor_imgleft{
	padding-right: 50px;
	width: 50%;
	float: left;
}

.SimulationTailor_1 .tailor_imgright{
	padding-left: 50px;
	width: 50%;
	float: right;
}

.content1 h1{
	color: #464646;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

.content1 h2{
	color: #464646;
	font-size: 16px;
	font-weight: bold;
}

.content2{
	margin: 0px;
	padding-left: 80px;
	padding-right: 80px;
	font-size: 16px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 150%;
	display: center;
	background-color: #EFEDED;
}

.content2 h1{
	color: #464646;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

.content2 h2{
	color: #464646;
	font-size: 16px;
	font-weight: bold;
}

.h2_hover a:hover{
	color:cornflowerblue!important;
}

.content3{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
}
.content3 a:hover{
	color:cornflowerblue!important;
}

.content3 .goTop{
	text-align: center;
    display:inline-block;
    text-decoration: none !important;
    margin:0 auto;
}

.simulations_page{
	margin: 0px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 10px;
	display: flex;
	height: auto;
}

.simulations_page .simulation_imgleft{
	padding-right: 50px;
	width: 50%;
	float: left;
}

.simulations_page .simulation_imgleft30{
	padding-right: 50px;
	width: 30%;
	float: left;
}

.simulations_page .simulation_imgmid{
	padding-right: 50px;
	width: 50%;
	float: left;
}

.simulations_page .simulation_imgright{
	padding-right: 50px;
	width: 50%;
	float: left;
}

.simulations_page .simulation_imgright70{
	padding-right: 50px;
	width: 70%;
	float: right;
}

.Projects{
	display: block;
	width: 100%;	
}

.card{
	width: 100%;
	background-color: white;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card h5{
	color: cornflowerblue;
	font-size: 15px;
	font-weight: bold;
}

.card p{
	color: dimgray;
	font-size: 15px;
	font-weight: normal;
	text-align: justify;
}

.card a{
	color: dimgray;
	font-size: 15px;
	font-weight: bold;
	text-align: justify;
}

.card a:hover{
	color: cornflowerblue!important;
}

.card img{
	float:left;
	padding-right: 5px;
}

#hiddenProjects{
	display: none;
}


.simulation_iframe_container{
	margin: 0px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	height: 80vh;
	width: 80vw;
}

.simulation_iframe_container h1{
	color: #464646;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

.iframe_container{
	height: 80vh;
	width: 80vw;
}

#simu_frame{
	border: none; 
	display: block;
	width:100%;
	height: 100vh;
	
}

.button-frame{
	position: relative;
	padding-right: 20px;
	padding-bottom: 5px;
	opacity: 0.7;
	transition: opacity .1s;
}

.button-frame:hover{
	cursor: pointer;
	opacity: 1;
}

.logo_project{
	position:absolute;
	top:20px;
	left:25px;
}

.button-frame .text_project{
	background-color: transparent;
	position: absolute;
	top: 100px;
	left: 20px;
	width:290px;
}


.button-frame .text_project_see_more{
	background-color: transparent;
	position: absolute;
	top: 200px;
	left: 170px;
}

.conact{
	background-color: #2a3385;
	width: 100%;
	height: auto;
	display: flex;
	margin:0;
	padding: 0;
}
.contact-form{
	padding-top:10px;
	padding-bottom: 10px;
	padding-left:100px;
	pedding-right:50px;
	width: 50%;
	float: left;
}

.contact-form h3{
	color: white;
	font-size: 40px;
	padding: 50px;
	
}

.contact-form h4{
	color:white;
	font-size: 18px;
	padding: 20px;
	
}


.map{
	padding-top:10px;
	padding-bottom: 10px;
	padding-left:50px;
	pedding-right:100px;
	width: 50%;
	float: right;
}

.footer{
    width: 100vw;
    display: block;
    overflow: hidden;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
    height: 120px;
	background-color: #7A7A7A;
	margin-top: 0px;
	margin-bottom: 5px;
}
.inner_footer{
	display: block;
	margin: 0 auto;
	width: 1100px;
	height: 100%;
}
.inner_footer .logo_container{
	width: 35%;
	float: left;
	display: block;
}
.inner_footer .logo_container img{
	width: 200px;
	height: auto;
	padding-top: 30px;
	padding-left: 10px;
	
}
.inner_footer .footer_third{
	width: cal(21% - 20px);
	margin-right: 10px;
	float: left;
	height: 100%;
}


.inner_footer .footer_third span{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: 200;
	display: block;
	width: 100%;
	padding-top: 20px;
	float: right;
}
.inner_footer .footer_last{
	color: #FFFFFF;
	float: right;
	padding-top: 30px;
	padding-right: 100px;
}
#fb{
	padding-right: 10px;
}
#tw{
	padding-right: 10px;
}
#yt{
	padding-right: 10px;
}
.bottom_footer{
	background-color: #FFF;
	color: black;
	font-size: 14px;
	float: none;
	display: block;
	padding-top: 0px;
	margin-bottom: 50px;
	width:100%;
}

@media screen and (max-width: 962px) {
	.banner{
		width: 100%;
	}
	.banner img{
		display: none;
	}
	
	#sub_nav{
		position: fixed;
	display: flex;
	background: white;
	padding-bottom: 0px;
	justify-content: space-between;
	top: 0;
		
	}
	
	#sub_nav ul{
		width:100%;
	margin: 0px;
	padding-top: 0px;
	}
	
	.achievment{
		margin-top: 95px;
	}
	
}