/*
	[Initial]
				 */
				 
img, object, embed, video {
	max-width: 100%;
	}
	
body{ 
	background:#FFFFFF;
	}

*{
	margin:0;
 	padding:0;
	}
 
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
html {
	font-size: 50%;
	}
	
.ie6 img {
	width:100%;
	}

.gridContainer { 
	margin-left:auto; 
	margin-right:auto;
	width:100%;
	}


/*
	[Attribute]
				 */
img {
	border:0;
	padding:0;
	margin:0;
	}

	
a{
	border:0;
   text-decoration:none;
	}


	::placeholder {
		color:rgba(73,73,73,1.00);
		opacity: 1; /* Firefox */
	}
	
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color:rgba(73,73,73,1.00);
	}
	
	::-ms-input-placeholder { /* Microsoft Edge */
		color:rgba(73,73,73,1.00);
	}




/*
	[Elements]
				 */
	
.content{
	width:100%;
	float:left;
	}

header{
	float:left;
	width:100%;
	}
	
main{
	float:left;
	width:100%;
	}
	
section{
	float:left;
	width:100%;
	}
	
article{
	float:left;
	width:100%;
	}
	
footer{
	float:left;
	width:100%;
	}
	
	

@media only screen and (min-width: 300px) {
	
	
/*
	[EFFECT-TEXT]
					 */

	.inline-photo {
		opacity: 0;
		transform: translateY(2em) rotateZ(0deg);
		transition: transform 7s .25s cubic-bezier(0,1,.3,1),
			opacity .5s .25s ease-out;
		will-change: transform, opacity;
	}

	.inline-photo.is-visible {
		opacity: 1;
		transform: rotateZ(0deg);
	}

	.main-photo {
		transform: scale(.8);
	}

	.heading {
		transform: translate(-50%, calc(-50% + 1em));
	}

	.is-visible .main-photo {
		transform: none;
	}

	.is-visible .heading {
		transform: translate(-50%, -50%);
	}



/*
	[Elements]
				 */
	
	.nav ul {
	font-size: 1.8em!important;
	}

	.container{
	margin:0 auto;
	width:90%;
	height:auto;
	padding:5px 0;
	}
	
	.container-full{
	width:98%;
	margin: 0 auto;
	}


/*
		[Background]
						 */
	
/*
	[BG-HEADER]
				 */
	.bg-header{
		background:rgba(46,62,89,0.96);
		padding: 0;
		height: 145px;
		z-index: 888;
		position: relative;
		transition: all .8s ease-in-out;
		-webkit-transition: all .8s ease-in-out;
	}
	
	.sub-header-box {
		background-color:rgba(88,102,129,0.8);
		position: relative;
		z-index: 777;
		width: 100%;
		float: left;
		border-bottom: 1px solid #FFF;
	}

	.sub-header {
		width: 100%;
		margin: 0 auto;
		height: 50px;
	}

	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 0px!important
	}

	.sticky + .content {
  		padding-top: 102px;
	}
	
	.sticky .nav .navtoogle {
	display: none;	
	width: 100%;
	text-align: center;
	border: none;
	cursor: pointer;
	background:none;
	height:36px;
	}
	
	/*		//		*/

	
	.bg-section{
		position: relative;
		z-index: 555;
		height: 300px;
		float: left;
		top: 0;
		margin-bottom: 0;
	}
	
	.bg-services{
		position: relative;
		z-index: 555;
		background: #ffffff;
	}
	
	.bg-article{
		position: relative;
		z-index: 777;
		background: #ffffff;
		padding:60px 0;
	}
	
	.bg-footer{
		background: #2e3e59;
		position: relative;
		z-index: 222
	}
	
	.sub-footer{
		background: #586681;
		position: relative;
		width: 100%;
		float:left;
		z-index: 111;
	}
	

/*
	[HEADER]
				 */
	
	a.logo{
	width:100%;
	padding: 0;
	text-align: center;
	margin: 0;
	float: left;
	}	 
	
	img.logo{ 
	width:250px;
	margin: 0;
	text-align: center;
	}
	
	a.tel-header{
		float:right;
		width: 100%;
		text-align: center;
	}
	
	a.tel-header:hover{
		opacity: 0.7;
	}
	
	a.tel-header span{
		color: #FFF;
		font-size: 0;
		font-family: Segoe, "Segoe UI";
		top:0;
		position: relative;
		font-weight: 600;
	}

	img.icon-whatsapp{
		float:none;
		margin: 0;
		position: relative;
		right: 0;
		width: 0;
	}
	
	.nav ul {
	font-size: 16px!important;
	}
	
	.nav ul li a strong{
	font-size: 0;
	color: none;
	position: relative;
	left: 0;
}


	
/*
	[MAIN]
				 */

	
/*
	[ANIMATION]
				 */
	

	#layerslider{
	width: 100%; 
	height:300px;
	right:0;
	background:center center;
	z-index:9;
	position:absolute;
	float:left;
	top: 0;
	}


	#layerslider img{
	max-width: auto !important;
	height:300px !important;
	top: 0
	}

	#layerslider span{
		font-size: 17px;
		text-align: center;
		width: 100%;
		float:right;
		position: relative;
		top: 120px;
		line-height: normal;
		color: #FFF;
		font-family: 'Open sans';
	}

	
	
	
/*
		[ARTICLE]
					 */
	
	/* [aside] */
	aside{
		float:left;
		width: 100%;
		text-align: center;
		margin: 30px 0;
	}
	
	aside img{
		float:none;
		width: 290px;
		text-align: center;
	}
	
		
	/* [services] */
	
	.row{
		float:right;
		width: 100%;
		border: 2px solid #e9e9e9;
		border-radius: 25px;
		padding: 15px
	}
	
	.column{
		float:left;
		width: 100%;
		margin: 15px 0;
		padding: 10px 25px;
	}
	
	.column:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.98);
	}
	
	.column img{
		float:left;
		text-align: center;
		width: auto;
	}
	
	.column h2{
		float:left;
		font-family: 'Open sans';
		color: #000000;
		font-size: 15px;
		font-weight: 600;
		text-align: left;
		position: relative;
		top: 15px;
		left: 10px;
	}
	
	.column span{
		width: 100%;
		float: left;
		font-family: 'Open Sans';
		font-size: 13px;
		color: #000000;
		margin: 5px 0;
	}
	
	.column span.line{
		width: 65px;
		background: rgba(65,91,156,1.00);
		height: 4px;
		float:left;
	}
	
	a.more{
		float:left;
		width: 100%;
		text-align: center;
		padding: 25px 0;
	}
	
	a.more img:hover{
		opacity: 0.7;
	}
	
	
	
	
	/* [gallery] */
	ul.gallery{
		float:left;
		width: 100%;
		list-style: none;
		margin: 25px 0;
	}
	
	ul.gallery li{
		float:left;
		width: 49%;
		margin: 0.5%
	}
	
	ul.gallery li:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.98)
	}
		
	
	
/*
	[SECTION]
				 */
	section{
		float:left;
		width: 100%;
		background: #2e3e59;
		text-align: center;
		padding: 25px 0;
		position: relative;
		z-index: 333
	}
	
	section:hover{
		background:rgba(59,88,138,1.00);
		transform: scale(1.02);
		transition: 1s;
	}
	
	section a{
		color: #ffffff;
		font-size: 18px;
		text-align: center;
		font-family: 'Open Sans';
		font-weight: normal;
	}
	
	
/*
	[FOOTER]
				 */
	
	/* [location] */
		.bg-location{
		background:#5c87d0;
		float: left;
		width: 100%;
		height: auto;
	}
	
		.location-item{
		float:left;
		width: 0;
		background:url("img/bg-location.png") top center;
		height: 0;
		text-align: center;
		z-index: 9;
		position: relative;
		top: 0px;
	}


	
	/* [footer-item] */
	.footer-item{
		float:left;
		width: 100%;
		margin: 15px 0;
	}
	
	.footer-item h3{
		float:left;
		width: 100%;
		text-align: left;
		font-family: 'Open Sans';
		font-weight: normal;
		color: #ffffff;
		font-size: 25px;
		border-left: 6px solid #586681;
		padding-left: 15px;
		margin: 25px 0;
	}
	
	.footer-item h4{
		float:left;
		width: 100%;
		text-align: left;
		font-family: 'Open Sans';
		font-weight: normal;
		color: #ffffff;
		font-size: 16px;
		padding-left: 0;
		margin: 5px 0;
	}
	
	.footer-item h4 a{
		color: #ffffff;
	}
	
	.footer-item h4 a:hover{
		opacity: 0.6;
		transition: 1s;
	}
	
	.footer-item img{
		position: relative;
		right: 5px;
	}
	
	
	/* [contact-item] */
	.contact-item{
		float:left;
		width: 100%;
		margin: 15px 0;
	}
	
	.contact-item h3{
		float:left;
		width: 100%;
		text-align: left;
		font-family: 'Open Sans';
		font-weight: normal;
		color: #ffffff;
		font-size: 25px;
		border-left: 6px solid #586681;
		padding-left: 15px;
		margin: 25px 0;
	}
	
	.contact-item h4{
		float:left;
		width: 100%;
		text-align: center;
		font-family: 'Open Sans';
		font-weight: normal;
		color: #ffffff;
		font-size: 14px;
		padding-left: 0;
		margin: 5px 0;
		line-height: 1.7;
	}
	
	.contact-item h4 a{
		color: #ffffff;
	}
	
	.contact-item h4 a:hover{
		opacity: 0.6;
		transition: 1s;
	}
	
	.contact-item img{
		position: relative;
		right: 0;
		top: 10px;
		left: -10px;
		float: left;
		text-align: center;
		width: auto;
		margin: 0;
		padding-right: 8px;
	}
	
	.contact-item img.icon{
		top: 6px;
	}
	
	
	
	
	/* [sub-footer] */
	.sub-footer a.ans{
		color:#ffffff;
		text-align: center;
		font-family: 'open sans';
		font-size: 13px;
		float: left;
		letter-spacing: 2px;
		position: relative;
		margin: 20px 0 5px;
		width: 100%;
	}
	
	.sub-footer a:hover{
		opacity: 0.7
	}
	
	ul.media{
		list-style: none;
		width: 30%;
		float: right;
		margin: 15px 35%;
		text-align: center;
	}

	ul.media li{
		float:left;
		text-align: center;
		width: 50%;
	}

	

	
}






@media only screen and (min-width: 603px) {

	
/*
	[ANIMATION]
				 */
	

	#layerslider{
	height:400px;
	}


	#layerslider img{
	height:400px !important;
	}

	#layerslider span{
		font-size: 20px;
	}


/* [services] */
	
	
	.column{
		float:left;
		width: 50%;
	}
	
	a.more{
		float:left;
		width: 50%;
		text-align: right;
		padding: 45px 25px;
	}

		
	/* [footer-item] */
	.footer-item{
		float:left;
		width: 50%;
		margin: 15px 0;
	}
	
		
	
	/* [contact-item] */
	.contact-item{
		float:left;
		width: 60%;
		margin: 15px 20%;
	}
	
	.contact-item h3{
		text-align: center;
	}
	
	

}











@media only screen and (min-width: 1024px) {

/*
	[Elements]
				 */
		
.container{
	width:1000px;
	}

.container-full{
	width:98%;
	margin: 0 auto;
	}


/*
		[Background]
						 */
	
/*
	[BG-HEADER]
				 */
	.bg-header{
		background:rgba(46,62,89,0.96);
		padding: 0;
		height: 145px;
		z-index: 888;
		position: relative;
		transition: all .8s ease-in-out;
		-webkit-transition: all .8s ease-in-out;
	}
	
	.sub-header-box {
		background-color:rgba(88,102,129,0.8);
		position: relative;
		z-index: 777;
		width: 100%;
		float: left;
		border-bottom: 1.8px solid #FFF;
	}

	.sub-header {
		width: 1000px;
		margin: 0 auto;
		height: 50px;
	}

	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 0px!important
	}

	.sticky + .content {
  		padding-top: 102px;
	}
	
	/*		//		*/

	
	.bg-section{
		position: relative;
		z-index: 555;
		height: 750px;
		float: left;
		top: -200px;
		margin-bottom: -200px;
	}
	
	.bg-services{
		position: relative;
		z-index: 555;
		background: #ffffff;
	}
	
	.bg-article{
		position: relative;
		z-index: 777;
		background: #ffffff;
		padding:60px 0;
	}
	
	.bg-footer{
		background: #2e3e59;
		position: relative;
		z-index: 222
	}
	
	.sub-footer{
		background: #586681;
		position: relative;
		width: 100%;
		float:left;
		z-index: 111
	}
	

/*
	[HEADER]
				 */
	
	a.logo{
	width:275px;
	padding: 0;
	text-align: center;
	margin: 0;
	float: left;
	}	 
	
	img.logo{ 
	width:275px;
	margin: 0;
	text-align: center;
	}
	
	a.tel-header{
		float:right;
		width: auto;
		text-align: center;
	}
	
	a.tel-header:hover{
		opacity: 0.7;
	}
	
	a.tel-header span{
		color: #FFF;
		font-size: 20px;
		font-family: Segoe, "Segoe UI";
		top: -10px;
		position: relative;
		font-weight: 600;
	}

	img.icon-whatsapp{
		float:none;
		margin: 7px 0 0;
		position: relative;
		right: 20px;
		width: 33px;
	}
	
	.nav ul {
	font-size: 16px!important;
	}
	
	.nav ul li a strong{
	font-size: 36px;
	color: #3270d9;
	position: relative;
	left: 13px;
}

	
/*
	[MAIN]
				 */

	
/*
	[ANIMATION]
				 */
	

	#layerslider{
	width: 100%; 
	height:750px;
	right:0;
	background:center center;
	z-index:9;
	position:absolute;
	float:left;
	top: 0;
	}


	#layerslider img{
	max-width: auto !important;
	height:873px !important;
	top: 0
	}

	#layerslider span{
		font-size: 37px;
		text-align: center;
		width: 50%;
		float:right;
		position: relative;
		top: 400px;
		line-height: normal;
		color: #FFF;
		font-family: 'Open sans';
	}

	
	
	
/*
		[ARTICLE]
					 */
	
	/* [aside] */
	aside{
		float:left;
		width: 42%;
		text-align: center;
		margin: 20px 0 0;
	}
	
	aside img{
		float:left;
		width: 100%;
		text-align: center;
	}
	
		
	/* [gallery] */
	
	.row{
		float:right;
		width: 55%;
		border: 2px solid #e9e9e9;
		border-radius: 25px;
		padding: 15px
	}
	
	.column{
		float:left;
		width: 50%;
		margin: 15px 0;
		padding: 10px 25px;
	}
	
	.column:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(0.98);
	}
	
	.column img{
		float:left;
		text-align: center;
		width: auto;
	}
	
	.column h2{
		float:left;
		font-family: 'Open sans';
		color: #000000;
		font-size: 17px;
		font-weight: 600;
		text-align: left;
		position: relative;
		top: 15px;
		left: 10px;
	}
	
	.column span{
		width: 100%;
		float: left;
		font-family: 'Open Sans';
		font-size: 13px;
		color: #000000;
		margin: 5px 0;
	}
	
	.column span.line{
		width: 65px;
		background: rgba(65,91,156,1.00);
		height: 4px;
		float:left;
	}
	
	a.more{
		float:left;
		width: 50%;
		text-align: right;
		padding: 45px 25px 25px;
	}
	
	a.more img:hover{
		opacity: 0.7;
	}
	
	
	
	
	
	/* [gallery] */
	ul.gallery{
		float:left;
		width: 100%;
		list-style: none;
		margin: 25px 0;
	}
	
	ul.gallery li{
		float:left;
		width: 24.8%;
		margin: 0.1%
	}
	
	ul.gallery li:hover{
		opacity: 0.6;
		transition: 1s;
		transform: scale(0.98)
	}
		
	
	
/*
	[SECTION]
				 */
	section{
		float:left;
		width: 100%;
		background: #2e3e59;
		text-align: center;
		padding: 40px;
		position: relative;
		z-index: 333
	}
	
	section:hover{
		background:rgba(59,88,138,1.00);
		transform: scale(1.02);
		transition: 1s;
	}
	
	section a{
		color: #ffffff;
		font-size: 40px;
		text-align: center;
		font-family: 'Open Sans';
		font-weight: normal;
	}
	
	
/*
	[FOOTER]
				 */
	
	/* [location] */
		.bg-location{
		background:#5c87d0;
		float: left;
		width: 100%;
		height: 245px;
	}
	
		.location-item{
		float:left;
		width: 100%;
		background:url("img/bg-location.png") top center;
		height: 55px;
		text-align: center;
		z-index: 9;
		position: relative;
		top: -112px;
	}


	
	/* [footer-item] */
	.footer-item{
		float:left;
		width: 33.3%;
		margin: 40px 0 60px;
	}
	
	.footer-item h3{
		float:left;
		width: 100%;
		text-align: left;
		font-family: 'Open Sans';
		font-weight: normal;
		color: #ffffff;
		font-size: 28px;
		border-left: 6px solid #586681;
		padding-left: 15px;
		margin: 25px 0;
	}
	
	.footer-item h4{
		float:left;
		width: 100%;
		text-align: left;
		font-family: 'Open Sans';
		font-weight: normal;
		color: #ffffff;
		font-size: 16px;
		padding-left: 0;
		margin: 5px 0;
	}
	
	.footer-item h4 a{
		color: #ffffff;
	}
	
	.footer-item h4 a:hover{
		opacity: 0.6;
		transition: 1s;
	}
	
	.footer-item img{
		position: relative;
		right: 5px;
	}
	
	
	/* [contact-item] */
	.contact-item{
		float:left;
		width: 33.3%;
		margin: 40px 0 60px;
	}
	
	.contact-item h3{
		float:left;
		width: 100%;
		text-align: left;
		font-family: 'Open Sans';
		font-weight: normal;
		color: #ffffff;
		font-size: 28px;
		border-left: 6px solid #586681;
		padding-left: 15px;
		margin: 25px 0;
	}
	
	.contact-item h4{
		float:left;
		width: 100%;
		text-align: left;
		font-family: 'Open Sans';
		font-weight: normal;
		color: #ffffff;
		font-size: 16px;
		padding-left: 0;
		margin: 5px 0;
		line-height: 1.7;
	}
	
	.contact-item h4 a{
		color: #ffffff;
	}
	
	.contact-item h4 a:hover{
		opacity: 0.6;
		transition: 1s;
	}
	
	.contact-item img{
		position: relative;
		right: 0;
		top: 10px;
		left: -10px;
		float: left;
		text-align: center;
		width: auto;
		margin: 0;
		padding-right: 15px
	}
	
	.contact-item img.icon{
		top: 6px;
	}
	
	
	
	
	/* [sub-footer] */
	.sub-footer a.ans{
		color:#ffffff;
		text-align: left;
		font-family: 'open sans';
		font-size: 13px;
		float: left;
		letter-spacing: 2px;
		position: relative;
		margin: 45px 0 0;
		width: auto;
	}
	
	.sub-footer a:hover{
		opacity: 0.7
	}
	
	ul.media{
		list-style: none;
		width: 15%;
		float: right;
		margin: 30px 0;
		text-align: center;
	}

	ul.media li{
		float:left;
		text-align: center;
		width: 50%;
	}

	
	
}
