@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

body{
	margin-top: 60px;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins',sans-serif; 
}
p{
	font-family: 'Poppins',sans-serif;
	color: #626262; 
}

.navbar-default{
	background: #fff;
	border:0;
	font-family: Poppins !important;
}
.navbar-brand{
	font-size: 20px;
	color: #000 !important;
}
#showcase h1{
	font-size: 50px;
	margin-bottom: 10px;
}
#showcase img{
	width: 75%;
	margin-left: 50px;
}
#showcase showcase-right{
	margin-top: 90px;
}
#testimonial{
	background: #f1f1f1;
	padding: 50px 0 30px 0;
	text-align: center;
	margin-top: 40px;
}
#testimonial p{
	font-size: 24px;
	color: #4d4d4d;
}
#testimonial p.customer{
	font-size: 20px;
	color: #666;
}

.text-info{
	font-size: 73px;
	color: #05d5bf;
	border-bottom: 2px solid #acb5b6;
}
#info1 img{
	width: 100%;
	margin-top: 50px;
}
#info1 .info-right{
	margin-top: 70px;
}
#info2{
	margin: 20px 0 60px 0;
}
#info3{

}
#info3 img{
	width: 100%;
	margin-top: 15px;	
}
.card{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.card-img-top{
	width: 100%;
	margin-top: 15px;	
}
.card-text{

}
#contact{
	background: url(../img/ag1.png) no-repeat;
	background-position: center center;
	padding: 40px;
	color: #fff;
	border-top: #42CAF5 7px solid;
	border-bottom: #42CAF5 7px solid;
}
footer{
	padding: 30px;
}
 

	/**FIXED PADDING**/

[class*="col-"]{
	padding: 1rem;
}





