@charset "UTF-8";
/* CSS Document */

a:link { color: #B8B8B8; text-decoration:none; }
a:visited { color: #B8B8B8; text-decoration:none; }
a:hover { color: #FFFFFF; text-decoration:none; }
a:active { color:#FFFFFF; text-decoration:none; }

html{
	font-size:62.5%;
	height:100%;
}

body{
	font-size:16px;
	font-size:1.6rem;
	color:#003971;
	height:100%;
	margin:0;
	padding:0;
}

.cd-fixed-bg {     
min-height: 100%;    
background-size: cover;     
background-attachment: fixed;     
background-repeat: no-repeat;     
background-position: center center;
 } 
   
.cd-fixed-bg.cd-bg-1 {   
background-image: url(../img/main.png); 
}

.cd-scrolling-bg {     
min-height: 100%; 
} 

/*----------------------------------------------------
 main
 ----------------------------------------------------*/
 
#main{
	height:100%;
}


/*----------------------------------------------------
 works
 ----------------------------------------------------*/
 
#works{
	max-width:100%;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

.title{
	font-size:3rem;
	text-align:center;
	font-family: 'Alegreya Sans', sans-serif;
	margin:2% 0 0 0;
}

.works{
	-webkit-flex-direction:row-reverse;
	-ms-flex-direction:row ;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space::;-between;
	margin:3% 0;
	padding:0;
}

.box{
	width:33.333333333333%;
	text-align:center;
}

.box p{
	font-size:2rem;
	text-align:center;
	font-family: 'Alegreya Sans', sans-serif;
	margin:1% 0 0 0 ;
}

/*----------------------------------------------------
contact
----------------------------------------------------*/
#contact{
	width:100%;
	margin:0;
	padding:0;
}

.contactus{
	background-color:#003773;
	margin:0 auto;
	text-align:center;
	padding:70px;
}


/*----------------------------------------------------
google-maps
----------------------------------------------------*/

.google-maps{
	position:relative;
	padding-bottom:35%;
	height:0;
	overflow:hidden;
}

.google-maps iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/*----------------------------------------------------
footer 
----------------------------------------------------*/

#footer_bg{
	padding:4% 0;
	width:100%;
	background-color:#003773;
	margin:0;
}

.footer{
	max-width:100%;
	margin:0 auto;
	text-align:center;
}

.footer_logo{
	}

.footer_txt{
	text-align:left;
}

.name{
	font-size:1.2rem;
	color:#FFFFFF;
	padding:0;
	margin:0;
	text-align:center;
}

.info{
	font-size:1rem;
	color:#FFFFFF;
	padding:0;
	text-align:center;
}

.copyright{
	text-align:center;
	margin:0 auto;
	color:#FFFFFF;
	font-size:0.8rem;
	padding:20px 0 20px 0;
}