/* General */
body{
	font-family: 'Roboto', sans-serif;
}
.padding40{
	padding: 40px;
}
.padding0bottom{
	padding-bottom: 0 !important;
}
.padding0top{
	padding-top: 0 !important;
}
.margin20bottom{
	margin-bottom: 20px;
}
.margin20top{
	margin-top: 20px;
}
a.call-now, a.contact-now{
	position: absolute;
	width: 400px;
	height: 60px;
	top: 100%;
	left: 50%;
	margin-top: -30px;
	margin-left: -200px;
	display: block;
	background: #DC240A;
	color: #FFFFFF;
	border-radius: 8px;
	text-align: center;
	font-size: 30px;
	line-height: 60px;
	text-decoration: none;
}

/* First row */
.first{
	text-align: center;
}
.first img.logo{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 300px;
}
.first p.head{
	display: inline-block;
	vertical-align: middle;
	font-size: 60px;
	line-height: 55px;
	color: #646464;
	margin-left: 40px;
}

/* Second row */
.second{
	background-color: #FDA82B;
	text-align: center;
}
.second p.p1{
	font-size: 30px;
	line-height: 30px;
	font-weight: lighter;
}
.second p.p2{
	font-size: 4em;
	font-weight: bold;
	line-height: 50px;
	color: #FFFFFF;
}
.second p.p3{
	font-size: 25px;
}
@media (min-width: 1020px){
	.second{
		background: url('2nd_bg.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		text-align: left;
	}
	.second p.p3{
		max-width: 420px;
	}
}

/* Third row */
.third{
	background-color: #0E6FB2;
	color: #FFFFFF;
	position: relative;
}
.third p{
	text-align: center;
	line-height: 25px;
}
.third p.p1{
	font-size: 45px;
	line-height: 40px;
}
.third p.p2{
font-size: 30px;
	font-weight: lighter;
}
.third p.p3{
	font-weight: bold;
	font-size: 35px;
	line-height: 30px;
	margin-bottom: 0;
}

/* Fourth row */
.fourth{
	text-align: center;
}
.fourth img{
	margin: 20px 0;
}
.fourth p.title{
	font-size: 30px;
	color: #0E6FB2;
	line-height: 30px;
}
.fourth p.content{
	color: #646464;
}

/* Fifth row */
.fifth{
	position: relative;
	text-align: center;
	background: #F0F2F6;
}
.fifth h1{
	margin-bottom: 40px;
}
.fifth h1::after{
	top: 100%;
	left: 50%;
	margin-top: -30px;
	margin-left: -50px;
	background: #5FC4E1;
	height: 2px;
	width: 100px;
	content: '';
	position: absolute;
}
.fifth img{
	margin-bottom: 20px;
	max-width: 80px;
}
.fifth p.title{
	font-size: 25px;
	color: #106FB1;
	line-height: 25px;
}
.fifth p.content{
	color: #646464;
	text-align: justify;
}

/* Sixth row */
.sixth{
	text-align: center;
	background: #DADCE4;
}
.sixth h1{
	margin-bottom: 40px;
}
.sixth h1::after{
	top: 100%;
	left: 50%;
	margin-top: -30px;
	margin-left: -50px;
	background: #5FC4E1;
	height: 2px;
	width: 100px;
	content: '';
	position: absolute;
}
.sixth div.content{
	background: #FFFFFF;
	padding: 20px;
	height: 100%;
}
.sixth img{
	max-width: 100px;
	margin: 0 0 5px 0;
}
.sixth p.name{
	font-weight: bold;
	margin: 0;
	color: #646464;
}
.sixth p.comment{
	font-style: italic;
	color: #646464;
}

/* Seventh row */
.seventh{
	background: #5EC4E0;
}
.seventh p{
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 0;
	font-weight: bold;
}

/* Popup */
.popup{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}
.popup .header{
	border-bottom: solid 5px #0E6FB2;
	margin-bottom: 20px;
}
.popup img.logo{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 300px;
}
.popup p.otherwise{
	color: #989898;
	border-bottom: solid 1px #EEEEEE;
	padding-bottom: 10px;
	margin-top: 50px;
}
/* Sent */
.sent{
	background:  #29a55e;
	color: #FFFFFF;
	text-align: center;
	padding: 2em;
}
