@font-face {
    font-family: 'ProximaNova_Rg';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova_Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.main
{

	background: #fff url(../img/bg.jpg) center center no-repeat;
}

.layone {
	text-align: center;
  margin-bottom: 100px;
}
.layone-num {

  margin-top: 28px;
	color: black;
  font-weight: bold;
  font-size: 20px;
  padding: 5px;

}
.layone-num a
{
	font-family: ProximaNova_Bold;
	color:black;
}
.layone img
{
	margin-top: 20px;
}
.layone-but {
color:white;
  margin-top: 33px;
  font-size: 12px;
   background-color: #fdb403;
   border: none;
   font-family: ProximaNova_Rg;
}
.layone-but:hover {
   background-color: lighten(#fdb403, 15%);
}

.greenBox
{
	display: inline-block;	
	height: 103px;
	width: 220px;
	background-color: #70c849;
	color: white;
	font-family: ProximaNova_Rg;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 35px;
}
.header
{
	margin-bottom: 50px;
	font-family: ProximaNova_Bold;
}
.header3
{
	margin-bottom: 60px;
	font-family: ProximaNova_Rg;
}
.form-header
{
	text-align: center;
	font-size: 15px;
	margin-bottom: 30px;
}
.form
{
	padding: 40px 50px;
	background-color: white;
	text-align: center;
}
label
{
	font-size: 13px;
	font-family: ProximaNova_Bold;
	background-color: white;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
small
{
	display: block;
	margin-top: 15px;
}
.form-input
{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #dddddd;
	padding: 2px;
	height: 45px;
}
.form-btn
{
	color:white;
margin-top: -20px;
  font-size: 16px;
   background-color: #fdb403;
   border: none;
   font-family: ProximaNova_Rg;
	height: 50px;
	width: 100%;
	display: block;
	text-align: center;

}
button, input, a:focus
{
	outline: none;
}

.btn:hover
{
	color: white;
	background-color: #fcb858;
}
@media (max-width: 991px)
{
	.layone-num
	{
		text-align: center;
	}
	.main-title
	{
		text-align: center;
	}
}