@import url('https://fonts.googleapis.com/css?family=Raleway:500,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:700');

html, body {
	padding: 0;
	margin: 0;
}

body {
	font-family: Raleway, sans-serif;
	font-size: 16px;
	color: #000000;
}

body:before {
	content: '';
	display: inline-block;
	width: 100%;
	border-top: 1px solid #fc9900;
	position: absolute;
	top: 40px;
}

hr {
	margin: 40px 0;
}

.background-custom {
	background: url(imgs/background1.png);
	background-position: 0 46px;
}

.section1 {
	padding: 80px 0 30px;
}

.section1 li p {
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
}

.section1 li p > a {
	color: #000;
}

.section1 li > img {
	margin-right: 8px;
}

.section1 li:nth-child(1) > img {
	margin-top: 2px;
}

.section1 li:nth-child(2) > img {
	margin-top: 6px;
}

.section1 li:nth-child(3) > img {
	margin-top: 4px;
}

.section1 li:nth-child(3) > p {
	margin: 0;
}

.section2 {
	background: url(imgs/background2.jpg);
	background-position: 0 0;
}

.section2 .col-lg-5 {
	background: url(imgs/img1.jpg) no-repeat;
	background-size: cover;
	min-height: 350px;
}

.section2 .ctm {
	padding: 30px 15px;
}

@media(min-width: 768px) {
	.section2 .ctm {
		padding: 30px 15px 60px;
	}
}

.section2 p {
	margin: 0;
	font-weight: 500;
}

.section3 {
	position: relative;
}

@media(min-width: 768px) {
	.section3 span {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: -30px;
		margin: auto;
		max-width: 636px;
		width: 100%;
		z-index: 1;
		display: inline-block;
	}
}


.section3 span p {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;	
	background: #ffb72a;
	text-align: center;
	padding: 6px 0;
}

.section4 {
	background: #000;
	padding: 30px 0;
}

@media(min-width: 768px) {
	.section4 {
		padding: 0;
	}
}

@media(max-width: 767px) {
	.section4 .ctm p {
		text-align: center;
	}
	
	.section4 .ctm img {
		margin-bottom: 30px;
	}
}

.section4 p {
	color: #fd9c00;
	font-weight: 500;
	margin-bottom: 50px;
}
