/*Font collection*/
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.ttf') format('truetype');
}
/*Global Setting*/
 
* {
	margin: 0;
	padding: 0
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	height: 100%;
	background: #f5f7f8;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
	margin: 0;
}
p {
	margin: 0 0 20px 0;
}
p:last-child {
	margin-bottom: 0;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
ul, li, a {
	margin: 0;
	padding: 0;
}
blockquote {
	line-height: 35px;
	margin: 20px 0;
	color: #000;
	font-weight: 600
}
.wrapper {
	background: #fff;
	padding: 0 15px;
}
.bg-grey {
	background: #eee;
}
.btn {
	animation-delay: 2s;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 18px;
	padding: 14px 34px;
	margin-top: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: 1px dashed rgba(255,255,255,0.3);
	outline-offset: -2px;
	overflow: hidden;
	position: relative;
}
.btn:hover {
	outline: 1px dashed rgba(255,255,255,0.3);
	outline-offset: -2px;
}
.form-control:focus {
	outline: 0;
	border-color: #CCD1D7;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control {
	border: 1px solid #ddd;
	padding: .375rem .75rem;
	height: 48px;
	color: #222;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: block;
	width: 100%;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	font-size: 17px;
}
/*Header*/
header {
	background: #f36f21;
	padding: 50px 0 160px 0
}


header {
	text-align: center;
	background: #0051CF url(../images/map.png);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
header:before {
	background: #0051CF;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.9;
	position: absolute;
	right: 0;
	top: 0;
}
header .container {
	z-index: 9 !important;
	position: relative;
	padding: 0 100px;
}


.logo {
	margin-bottom: 20px;
	text-align: center;
}
.headerinfo {
	text-align: center;
	line-height: 35px;
}
.headerinfo h1 {
	font-size: 52px;
}
.headerinfo p {
	font-size: 23px;
}
.headerinfo h1, .headerinfo p {
	color: #fff
}
/*Wrapper*/
.wrapper {
	position: relative;
	padding-bottom: 80px;
}
.contactform {
	background: #fff;
	height: 700px;
	position: relative;
	margin-top: -100px;
	border: 1px solid #d3d3d3;
	padding: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contactform h6 {
	color: #000;
	margin: 0 0 20px 0;
	font-size: 23px;
}
.contactform p {
	color: #444;
	margin: 0 0 20px 0
}
.contactform .form {
	margin-top: 40px;
}
.contactform .form label {
	color: #000;
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 5px;
}
.contactform .form label span {
	color: #FF0004
}
.contactform .form .col-12 {
	margin-top: 20px
}
.contactform .form .btn {
	display: block;
	text-align: center;
	width: 100%
}
.infoboard {
	text-align: center;
	background: #fff;
	height: 700px;
	position: relative;
	margin-top: -100px;
	border: 1px solid #d3d3d3;
	padding: 100px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.infoboard p {
	font-size: 28px;
	color: #000;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 50px;
}
.infoboard h3 {
	margin-top: 20px;
}
.infoboard h3 a {
	color: #f36f21
}
.infoboard h3 a:hover {
	color: #FF9150;
	text-decoration: underline
}
.infoboard h3 span {
	font-weight: 300;
	font-size: 20px;
	color: #444
}
footer {
	text-align: center;
	padding-bottom: 20px;
	background: #fff
}
footer p {
	font-weight: 300;
	font-size: 16px;
}
.return-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	font-size: 22px;
	cursor: pointer;
	z-index: 9;
	background: #07B0F0;
	color: #fff;
	padding: 8px 7px;
	font-size: 23px;
	width: 40px;
	text-align: center;
}
.return-to-top:hover {
	background: #0587F1
}
