body{
	color: #302e2f;
	font-family: 'Apercu-Light', serif;
	font-weight: normal;
	font-size: 36px;
	min-width: 320px;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a{
	color: #302e2f;
	outline: none!important;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

b,
strong{
	font-family: 'Apercu-Medium';
	font-weight: normal;
}

img{
	display: block;
	height: auto;
	width: 100%;
}

h1,h2,h3,h4,h5{
	font-family: 'Apercu-Light', serif;
	font-weight: normal;
}

p{
	margin: 0;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

main,
article{
	display: block;
	width: 100%;
}

.container{
	margin: 0 auto;
	padding: 0 2%;
	position: relative;
	width: 100%;
	z-index: 2;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after{
	content: " ";
	display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after{
	clear: both;
}

.row{
	margin-left: -15px;
	margin-right: -15px;
}

.col-md-12{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.col-md-6{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
}

.col-md-push-6{
	left: 50%;
	position: relative;
}

/*-------------------Homepage---------------*/

.home-top-section{
	background: url(../img/img1-new.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	z-index: 1;
	width: 100%;
}

.logo-wrap{
	padding-bottom: 55px;
	width: 100%;
}

.logo-wrap img{
	display: block;
	margin: 0 auto;
	max-width: 934px;
	width: 80%;
}

.scroll-but{
	color: #fff;
	font-size: 21px;
	bottom: 35px;
	cursor: pointer;
	left: 50%;
	margin-left: -60px;
	position: absolute;
	padding-top: 35px;
	text-align: center;
	width: 120px;
}

.scroll-but:before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 25px solid #ffffff;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	top: 0;
}

.middle-section{
	line-height: 1.4;
	margin: 0 auto;
	max-width: 790px;
	padding: 4.75em 15px;
	text-align: center;
}

.middle-section-bottom{
	line-height: 1.4;
	margin: 0 auto;
	max-width: 790px;
	padding: 2.75em 15px;
	text-align: center;
}


/*--------------Footer----------------*/

.footer{
	background: #eeeeef;
	margin-top: 1em;
	padding: 2em 0;
	text-align: center;
}

.footer-inner{
	max-width: 630px;
	margin: 0 auto;
	padding: 0 15px;
}

.footer-top{
	font-size: 1.11em;
}

.footer-top p{
	margin: 5px 0;
}

.footer-top a{
	font-family: 'Apercu-Medium';
	font-weight: normal;
}

.footer-bot{
	font-size: 22px;
}

.footer-bot p{
	line-height: 1.5;
	margin: 3em 0 2em;
}

.footer-bot img{
	height: 52px;
	margin: 0 auto;
	width: 190px;
}