/*inicial*/
img, object, embed, video {
	max-width: 100%;
	}
	
	body{
		background: #FFF;
	}

*{
	margin:0;
 	padding:0;
	}
 
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
html {
	font-size: 50%;
	scroll-behavior: smooth;
	font-family: "Segoe UI", "DejaVu Sans", "Trebuchet MS", "sans-serif"
}
	
.ie6 img {
	width:100%;
	}

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



/*atribute */
img {
	border:0;
	padding:0;
	margin:0;
	}

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

a:hover{
	opacity: 0.5;
	transition: 0.5s;
	transform: scale(0.98);
}


/*elements*/
	.content{
		width:100%;
		float:left;
	}

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


/*effects */
	.inline-photo {
		opacity: 0;
		transform: translateY(2em) rotateZ(0deg);
		transition: transform 7s .50s cubic-bezier(0,1,.3,1), opacity .5s .50s 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%);
	}



@font-face {
	font-family: 'akrobat-thin';
	src: url("css/Akrobat-Thin.otf");
	font-weight: 100;
}

@font-face {
	font-family: 'akrobat-extralight';
	src: url("css/Akrobat-ExtraLight.otf");
	font-weight: 200;
}

@font-face {
	font-family: 'akrobat-light';
	src: url("css/Akrobat-Light.otf");
	font-weight: 300;
}

@font-face {
	font-family: 'akrobat-regular';
	src: url("css/Akrobat-Regular.otf");
	font-weight: 400;
}

@font-face {
	font-family: 'akrobat-semibold';
	src: url("css/Akrobat-SemiBold.otf");
	font-weight: 500;
}

@font-face {
	font-family: 'akrobat-bold';
	src: url("css/Akrobat-Bold.otf");
	font-weight: 600;
}

@font-face {
	font-family: 'akrobat-extrabold';
	src: url("css/Akrobat-ExtraBold.otf");
	font-weight: 700;
}

@font-face {
	font-family: 'akrobat-black';
	src: url("css/Akrobat-Black.otf");
	font-weight: 800;
}




	

@media only screen and (min-width: 300px) {
/*
	[Elements]
				 */
	.container{
		margin: 0 auto;
		width: 90%;
		height: auto;
		padding: 0;
	}

	
	.left{
		position: relative;
		left: 0;
	}
	
	.right{
		position: relative;
		left: 0;
	}	
	

/*
		[BACKGROUND]
						 */
	.bg-blue{
		z-index: 88;
		position: relative;
		top: 0;
		background: #12465b;
	}
	
	.bg-white{
		position: relative;
		z-index: 99;
		background: #fff;
		padding: 0;
	}
	
	.bg-form{
		position: relative;
		z-index: 55;
		background: url("img/bg-form.jpg") top right no-repeat;
		padding: 0;
	}
	
	.bg-column{
		position: relative;
		z-index: 55;
		background: url("img/bg-column.jpg") top right #fff no-repeat;
		padding: 0;
	}
	
	.bg-black{
		position: relative;
		background-color: #202020;
		z-index: 77;
		padding: 0;
		height: auto;
	}
				
	.bg-gray{
		position: relative;
		background-color: #f7f7f7;
		z-index: 66;
		padding: 0;
		height: auto;
	}
	
	.bg-parallax{
		background: url("img/bg-parallax.jpg") center center;
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0;
		max-width: 1920px;
		bottom: 0px;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 55;
		padding: 0;
	}
				

	
/*
	[HEADER]
				 */
	.header{
		float: left;
		width: 100%;
		margin: 15px 0;
	}
	
	.header a{
		float: right;
		width: 50%;
		margin: 0 0;
		text-align: left;
		font-family: 'akrobat-light', "Segoe UI";
		color: #f2fbff;
		font-size: 12px;
		line-height: 1.0
	}
	
	.header img{
		float: left;
		width: 25px;
		text-align: center;
		margin: 2px 5px 0 0
	}	
	
	
	
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 25px 0;
		float: left;
		position: relative;
		top: 0;
		z-index: 99
	}	 
	
	a.logo img{ 
		width: 230px;
	}
	
	
	
	/*menu*/
	.nav ul {
		font-size: 18px!important;
		margin: 0 0 10px!important;
		font-weight: normal!important;
		padding: 0!important;
	}	
	
	.nav ul li em {
		float: right!important;
		position: relative;
		top: 0;
		left: 0;
		color: #f2fbff;
		font-style: normal;
		font-size: 0;
		font-weight: lighter;
		font-family: 'akrobat-light', "Segoe UI!"!important;
	}	
	
	


/*
		[SECTION]
						 */
	/*tit*/	
	.tit{
		float: left;
		width: 100%;
		margin: 40px 0;
	}	
		
	.tit h1{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 45px;
		color: #393738;
		line-height: 1;
		margin: 0;
		font-weight: normal;
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
					
	.tit h1 span{
		float: left;
		width: 20%;
		margin: 25px 40% 0;
		background: #41afdc;
		height: 15px;
		border-radius: 50px;
		
	}

	
/*
		[ARTICLE]
						 */	
	/*about*/	
	.about{
		float: left;
		width: 100%;
		margin: 0 0 70px;
		text-align: center;
	}	
	
	.about span{
		float: right;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #41afdc
	}
									
	.about p{
		color: #393738;
		text-align: left;
		font-size: 19px;
		width: 100%;
		float: left;
		line-height: 1.4;
		margin: 25px 0;
		font-weight: normal;
		padding: 20px 0;
		font-family: 'akrobat-semibold', "Segoe UI";
	}
	
	.about p.max{
		font-size: 25px;
		line-height: 1.2;
		padding: 30px;
	}
	
	.about p.max strong{
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
	
	
	.about a{
		color: #393738;
		padding: 0;
		width: auto;
		float: right;
		text-align: center;
		font-size: 80px;
		margin: 0;
		font-family: 'akrobat-light', "Segoe UI";
		line-height: 0;
	}
	
	.about a:hover{
		transition: 1s;
		transform: scale(1.02);
		opacity: 0.7
	}
	
	
	/*column*/
	.column{
		float: left;
		width: 80%;
		margin: 0 10% 50px;
		text-align: center;
		border: 2px solid #41afdc;
		padding: 60px 20px 40px;
		border-radius: 50px
	}
	
	.column img{
		float: left;
		width: 80%;
		margin: 0 10% 25px;
		text-align: center
	}
	
	.column img:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(1.1)
	}
	
	
	
	
	/*services*/
	ul.services{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0 0 30px
	}
	
	ul.services li{
		color: #393738;
		text-align: center;
		font-size: 18px;
		width: 100%;
		float: left;
		line-height: 1.4;
		margin: 0;
		font-weight: normal;
		padding: 10px 40px;
		font-family: 'akrobat-regular', "Segoe UI";
		background: #f4f4f4
	}
	
	ul.services li.bg{
		background: #12465b;
		color: #fff;
		font-family: 'akrobat-bold', "Segoe UI";
		width: 100%;
	}
	
	ul.services li:hover{
		color: #fff;
		background: #41afdc;
		transition: 1s;
	}

	
	
	
	/*aside*/
	aside{
		float: left;
		width: 100%;
		margin: 65px 0 0;
		text-align: center;
	}
	
	aside img{
		width: 300px;
	}
	
	
	/*sidebar*/
	.sidebar{
		float: left;
		width: 100%;
		text-align: center;
		margin: 50px 0
	}
	
	.sidebar img{
		width: 120px;
	}
	
	.sidebar p{
		color: #fff;
		text-align: center;
		font-size: 22px;
		width: 100%;
		float: left;
		line-height: 1;
		margin: 0;
		font-family: 'akrobat-extralight', "Segoe UI";
	}
	
	.sidebar p strong{
		color: #41afdc;
		font-family: 'akrobat-extrabold', "Segoe UI"; 
		letter-spacing: 0
	}
	
	.sidebar a{
		color: #393738;
		width: 50%;
		float: left;
		text-align: center;
		font-size: 20px;
		margin: 50px 25% 0;
		font-family: 'akrobat-black', "Segoe UI";
		background: #fff;
		padding: 20px 30px;
		border-radius: 50px;
		line-height: 1
	}
	
	.sidebar a:hover{
		transition: 1s;
		transform: scale(1.02);
		opacity: 0.7
	}
	
	
	/*partners*/
	ul.partners{
		float: left;
		width: 100%;
		margin: -25px 0 35px;
		list-style: none
	}
	
	ul.partners li{
		float: left;
		width: 48%;
		margin: 1%;
		text-align: center;
	}
	
	ul.partners li:hover{
		opacity: 0.5;
		transition: 1s
	}
	
	ul.partners li img{
		width: auto;
	}
	
	
	
	/*fale*/
	.map{
		float: left;
		width: 100%;
		height: 350px;
		border: 5px solid rgba(243,243,243,1.00)
	}
	
	
/*
		[FOOTER]
					 */	
	/*form*/
	form{
		float: left;
		width: 100%;
		margin: 50px 0;
	}
				
	form span{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0 0 30px
	}
				
	form h3{
		font-size: 50px;
		font-weight: bold;
		margin: 10px 0 0;
		width: 100%;
		float: left;
		font-family: 'akrobat-extrabold', "Segoe UI";
		color: #3ca0ca;
		text-align: center;
	}
				
	form p{
		font-size: 18px;
		font-weight: normal;
		line-height: 1.2;
		margin: 10px 0 0;
		width: 100%;
		float: left;
		text-align: center;
		color: #fff;
		font-family: 'akrobat-light', "Segoe UI";
	}
				
	.input{
		float: left;
		width: 95%;
		margin: 5px 2.5%;
		font-size: 19px;
		color: #fff;
		padding: 10px 16px;
		font-weight: 500;
		background-color: transparent;
		text-align: left;
		border: 2px solid #fff;
		border-radius: 50px;
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
	
	.comment{
		width: 95%;
		margin-bottom: 0;
		font-family: 'akrobat-extrabold', "Segoe UI";
		color: #fff;
	}
	
	.calculator{
		width: 20%!important;
		margin: 10px 40%;
		float: left!important;
	}
	
	label{
		font-size: 18px;
		margin-top: 30px;
		font-family: 'akrobat-extrabold', "Segoe UI";
		width: 100%!important;
		color: #fff;
		float: left!important
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 15px 0 0;
	}
	
	.send{
		text-align: center;
		background-color: #3ca0ca;
		border: 0;
		color: #fff;
		font-size: 20px;
		padding: 12px 25px;
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		font-family: 'akrobat-extrabold', "Segoe UI";
		border-radius: 50px
	}
	
	.send:hover{
		transition: 1s;
		opacity: 0.5;
		cursor: pointer
	}
	
	.input::placeholder {
		color: #fff;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}
		
	.comment::placeholder {
		color: #fff;
		opacity: 1; /* Firefox */
	}
	
	.comment:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	
	.comment::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}
	
	
	
	/*contact*/
	ul.contact{
		float: right;
		width: 100%;
		margin: 0;
		list-style: none;
	}
	
	ul.contact li{
		float: left;
		width: 80%;
		margin: 15px 10% 70px;
		text-align: center;
		height: auto;
	}
	
	ul.contact img{
		width: auto;
		float: none;
	}
	
	ul.contact h3{
		width: 100%;
		float: left;
		color: #12465b;
		text-align: center;
		font-size: 35px;
		padding: 10px 0;
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
	
	ul.contact h4{
		width: 100%;
		float: left;
		color: #12465b;
		text-align: center;
		font-size: 30px;
		padding: 0 0 5px;
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
	
	ul.contact a{
		width: 100%;
		float: left;
		color: #393738;
		text-align: center;
		font-size: 21px;
		padding: 0;
		font-family: 'akrobat-regular', "Segoe UI";
		line-height: 1.4;
	}
	
	ul.contact a img{
		float: none;
		top: 5px;
		left: 10px;
		position: relative
	}
	
	ul.contact span{
		float: left;
		width: 20%;
		margin: 25px 40% 0;
		background: #d8d8d8;
		height: 6px;
	}
	
	
	.media{
		float: right;
		width: 80%;
		margin: 50px 10% 0;
		text-align: center;
	}
	
	.media a{
		width: 30%!important;
		text-align: center;
		float: left;
		margin: 0 10%!important;
	}
	
	
	/*ans*/
	.ans{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 14px;
		margin: 25px 0 0;
		letter-spacing: 0;  
		font-weight: normal;
		line-height: 1.6;
		text-transform: uppercase;
		padding: 0;
		font-family: 'akrobat-regular', "Segoe UI";	
	}
	
	.ans a{
		color: #fff;
	}
	
	.ans a img{
		position: relative;
		top: 0;
		left:0;
		width: 0;
		padding-right: 0
	}
	
	
	/*menu-min*/
	.menu-min{
		float: right;
		width: 100%;
		margin: 15px 0 25px;
		font-family: 'akrobat-light', "Segoe UI";
		color: #fff;
		font-size: 15px;
		letter-spacing: 1px;
		text-align: center;
	}
	
	.menu-min a{
		color: #fff;
	}
	
	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 35px;
		height: 35px;
		bottom: 15px;
		right: 15px;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}
	
}








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


	
	
/*
		[FOOTER]
					 */		
	.media{
		width: 50%;
		margin: 50px 25% 0;
	}
	
	.media a{
		width: 50%!important;
		text-align: center;
		margin: 0!important;
	}
	
	
	/*ans*/
	.ans{
		font-size: 16px;
	}	
	
	/*menu-min*/
	.menu-min{
		font-size: 16px;
	}
	
}






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

/*
	[Elements]
				 */
	.container{
		width: 1000px;
	}	
	
	.left{
		position: relative;
		left: -50px;
	}
	
	.right{
		position: relative;
		left: 50px;
	}


/*
		[BACKGROUND]
						 */
	.bg-blue{
		z-index: 88;
		position: relative;
		top: 0;
		background: #12465b;
	}
	
	.bg-white{
		position: relative;
		z-index: 99;
		background: #fff;
		padding: 0;
	}
	
	.bg-form{
		position: relative;
		z-index: 55;
		background: url("img/bg-form.jpg") top right no-repeat;
		padding: 0;
	}
	
	.bg-column{
		position: relative;
		z-index: 55;
		background: url("img/bg-column.jpg") top right #fff no-repeat;
		padding: 0;
	}
	
	.bg-black{
		position: relative;
		background-color: #202020;
		z-index: 77;
		padding: 0;
		height: auto;
	}
				
	.bg-gray{
		position: relative;
		background-color: #f7f7f7;
		z-index: 66;
		padding: 0;
		height: auto;
	}
	
	.bg-parallax{
		background: url("img/bg-parallax.jpg") center center;
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0;
		max-width: 1920px;
		bottom: 0px;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 55;
		padding: 0;
	}
				

	
/*
	[HEADER]
				 */
	.header{
		float: right;
		width: 60%;
		margin: 15px 0;
	}
	
	.header a{
		float: right;
		width: 48%;
		margin: 0 1%;
		text-align: left;
		font-family: 'akrobat-light', "Segoe UI";
		color: #f2fbff;
		font-size: 18px;
		line-height: 1.0
	}
	
	.header img{
		float: left;
		width: auto;
		text-align: center;
		margin: 0 15px 0 0
	}	
	
	
	
	
	/*logo*/
	a.logo{
		width: 300px;
		padding: 0;
		text-align: center;
		margin: 70px 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: auto;
	}
	
	
	
	/*menu*/
	.nav ul {
		font-size: 18px!important;
		margin: 0 0 0!important;
		font-weight: normal!important;
		padding: 0!important;
	}	
	
	.nav ul li em {
		float: right!important;
		position: relative;
		top: -47px;
		left: 4px;
		color: #f2fbff;
		font-style: normal;
		font-size: 18px;
		font-weight: lighter;
		font-family: 'akrobat-light', "Segoe UI!"!important;
	}	
	
	

/*
		[SECTION]
						 */
	/*tit*/	
	.tit{
		float: left;
		width: 100%;
		margin: 70px 0;
	}	
		
	.tit h1{
		float: left;
		width: 100%;
		text-align: left;
		font-size: 70px;
		color: #393738;
		line-height: 1;
		margin: 0;
		font-weight: normal;
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
					
	.tit h1 span{
		float: left;
		width: 10%;
		margin: 25px 0 0;
		background: #41afdc;
		height: 15px;
		border-radius: 50px;
		
	}

	
/*
		[ARTICLE]
						 */	
	/*about*/	
	.about{
		float: left;
		width: 100%;
		margin: 50px 0 70px;
		text-align: center;
	}	
	
	.about span{
		float: right;
		width: 50%;
		margin: 0;
		border-bottom: 1px solid #41afdc
	}
									
	.about p{
		color: #393738;
		text-align: left;
		font-size: 21px;
		width: 100%;
		float: left;
		line-height: 1.4;
		margin: 25px 0;
		font-weight: normal;
		padding: 20px 0;
		font-family: 'akrobat-semibold', "Segoe UI";
	}
	
	.about p.max{
		font-size: 28px;
		line-height: 1.5;
		padding: 30px;
	}
	
	.about p.max strong{
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
	
	
	.about a{
		color: #393738;
		padding: 0;
		width: auto;
		float: right;
		text-align: center;
		font-size: 80px;
		margin: 0;
		font-family: 'akrobat-light', "Segoe UI";
		line-height: 0;
	}
	
	.about a:hover{
		transition: 1s;
		transform: scale(1.02);
		opacity: 0.7
	}
	
	
	/*services*/
	ul.services{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0 0 30px
	}
	
	ul.services li{
		color: #393738;
		text-align: left;
		font-size: 23px;
		width: 100%;
		float: left;
		line-height: 1.4;
		margin: 0;
		font-weight: normal;
		padding: 10px 40px;
		font-family: 'akrobat-regular', "Segoe UI";
		background: #f4f4f4
	}
	
	ul.services li.bg{
		background: #12465b;
		color: #fff;
		font-family: 'akrobat-bold', "Segoe UI";
		width: auto;
	}
	
	ul.services li:hover{
		color: #fff;
		background: #41afdc;
		transition: 1s;
	}

	
	
	
	/*aside*/
	aside{
		float: left;
		width: 50%;
		margin: 65px 0 0;
		text-align: center;
	}
	
	aside img{
		width: auto;
	}
	
	
	/*sidebar*/
	.sidebar{
		float: left;
		width: 100%;
		text-align: center;
		margin: 80px 0
	}
	
	.sidebar img{
		width: auto;
	}
	
	.sidebar p{
		color: #fff;
		text-align: center;
		font-size: 40px;
		width: 100%;
		float: left;
		line-height: 1;
		margin: 0;
		font-family: 'akrobat-extralight', "Segoe UI";
	}
	
	.sidebar p strong{
		color: #41afdc;
		font-family: 'akrobat-extrabold', "Segoe UI"; 
		letter-spacing: 3px
	}
	
	.sidebar a{
		color: #393738;
		width: 10%;
		float: left;
		text-align: center;
		font-size: 20px;
		margin: 50px 45% 0;
		font-family: 'akrobat-black', "Segoe UI";
		background: #fff;
		padding: 20px 30px;
		border-radius: 50px;
		line-height: 1
	}
	
	.sidebar a:hover{
		transition: 1s;
		transform: scale(1.02);
		opacity: 0.7
	}
	
	
	/*partners*/
	ul.partners{
		float: left;
		width: 100%;
		margin: -25px 0 35px;
		list-style: none
	}
	
	ul.partners li{
		float: left;
		width: 48%;
		margin: 1%;
		text-align: center;
	}
	
	ul.partners li:hover{
		opacity: 0.5;
		transition: 1s
	}
	
	ul.partners li img{
		width: auto;
	}
	
	
	/*column*/
	.column{
		float: left;
		width: 100%;
		margin: 0 0 50px;
		text-align: center;
		border: 2px solid #41afdc;
		padding: 40px 20px;
		border-radius: 50px
	}
	
	.column img{
		float: left;
		width: 29.3%;
		margin: 0 2%;
		text-align: center;
	}
	
	.column img:hover{
		opacity: 0.7;
		transition: 1s;
		transform: scale(1.1)
	}
	
	
	
	
	/*fale*/
	.map{
		float: left;
		width: 100%;
		height: 350px;
		border: 5px solid rgba(243,243,243,1.00)
	}
	
	
/*
		[FOOTER]
					 */	
	/*form*/
	form{
		float: left;
		width: 100%;
		margin: 70px 0;
	}
				
	form span{
		float: left;
		width: 95%;
		text-align: center;
		margin: 0 2.5% 30px
	}
				
	form h3{
		font-size: 45px;
		font-weight: bold;
		margin: 10px 0 0;
		width: 50%;
		float: left;
		font-family: 'akrobat-extrabold', "Segoe UI";
		color: #3ca0ca;
		text-align: left;
	}
				
	form p{
		font-size: 23px;
		font-weight: normal;
		line-height: 1.2;
		margin: 10px 0 0;
		width: 50%;
		float: right;
		text-align: right;
		color: #fff;
		font-family: 'akrobat-light', "Segoe UI";
	}
				
	.input{
		float: left;
		width: 45%;
		margin: 5px 2.5%;
		font-size: 19px;
		color: #fff;
		padding: 13px 20px;
		font-weight: 500;
		background-color: transparent;
		text-align: left;
		border: 2px solid #fff;
		border-radius: 50px;
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
	
	.comment{
		width: 95%;
		margin-bottom: 0;
		font-family: 'akrobat-extrabold', "Segoe UI";
		color: #fff;
	}
	
	.calculator{
		width: 20%!important;
		margin: 10px 40%;
		float: left!important;
	}
	
	label{
		font-size: 18px;
		margin-top: 30px;
		font-family: 'akrobat-extrabold', "Segoe UI";
		width: 100%!important;
		color: #fff;
		float: left!important
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 15px 0 0;
	}
	
	.send{
		text-align: center;
		background-color: #3ca0ca;
		border: 0;
		color: #fff;
		font-size: 22px;
		padding: 16px 25px;
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		font-family: 'akrobat-extrabold', "Segoe UI";
		border-radius: 50px
	}
	
	.send:hover{
		transition: 1s;
		opacity: 0.5;
		cursor: pointer
	}
	
	.input::placeholder {
		color: #fff;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}
		
	.comment::placeholder {
		color: #fff;
		opacity: 1; /* Firefox */
	}
	
	.comment:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #fff;
	}
	
	.comment::-ms-input-placeholder { /* Microsoft Edge */
		color: #fff;
	}
	
	
	
	/*contact*/
	ul.contact{
		float: right;
		width: 100%;
		margin: 0;
		list-style: none;
	}
	
	ul.contact li{
		float: left;
		width: 29.3%;
		margin: 15px 2%;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		height: 500px;
	}
	
	ul.contact img{
		width: auto;
		float: left;
	}
	
	ul.contact h3{
		width: 100%;
		float: left;
		color: #12465b;
		text-align: center;
		font-size: 35px;
		padding: 10px 0;
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
	
	ul.contact h4{
		width: 100%;
		float: left;
		color: #12465b;
		text-align: center;
		font-size: 30px;
		padding: 0 0 5px;
		font-family: 'akrobat-extrabold', "Segoe UI";
	}
	
	ul.contact a{
		width: 100%;
		float: left;
		color: #393738;
		text-align: center;
		font-size: 21px;
		padding: 0;
		font-family: 'akrobat-regular', "Segoe UI";
		line-height: 1.4;
	}
	
	ul.contact a img{
		float: none;
		top: 5px;
		left: 10px;
		position: relative
	}
	
	ul.contact span{
		float: left;
		width: 20%;
		margin: 25px 40% 0;
		background: #d8d8d8;
		height: 6px;
	}
	
	
	.media{
		float: right;
		width: 80%;
		margin: 0 10%;
		text-align: center;
	}
	
	.media a{
		width: 40%!important;
		text-align: center;
		float: left;
		margin: 0 5%!important;
	}
	
	
	
	
	
	
	
	
	
	/*ans*/
	.ans{
		float: left;
		width: 55%;
		text-align: center;
		font-size: 14px;
		margin: 0;
		letter-spacing: 0;  
		font-weight: normal;
		line-height: 1.6;
		text-transform: uppercase;
		padding: 65px 0;
		font-family: 'akrobat-regular', "Segoe UI";	
	}
	
	.ans a{
		color: #fff;
	}
	
	.ans a img{
		position: relative;
		top: 16px;
		left: -8px;
		width: 180px;
		padding-right: 15px
	}
	
	
	/*menu-min*/
	.menu-min{
		float: right;
		width: 45%;
		margin: 85px 0;
		font-family: 'akrobat-light', "Segoe UI";
		color: #fff;
		font-size: 18px;
		letter-spacing: 1px;
		text-align: right;
	}
	
	.menu-min a{
		color: #fff;
	}
	
	
	
	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 57px;
		height: 57px;
		bottom: 25px;
		right: 20px;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}
			
}




/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

