
@import url(fonts/font.css);

@font-face {
  font-family: 'MetroNovaPro-Regular';

}
body {
    background: #fff none repeat scroll 0 0;
    color: #222;
     font-family:Arial;
    font-size: 13px;
    line-height: normal;
    margin: 0;
	display: flex;
    flex-direction: column;
     min-height: 100vh;
    position: relative;
}

p,h1,h2,h3,h4,h5,h6,ul,li {
	margin:0px;
	padding:0px;
	font-weight:normal;
	}

h3.heading {
   font-family: 'MetroNovaPro-Regular';
    font-size: 32px;
    font-weight: normal;
}

ul,li {
	list-style:none;
	}

/*H-GROUPS*/
h1,h2,h3,h4,h5,h6{ font-family: 'MetroNovaPro-Regular';}
h1{font-size: 36px;line-height: 35px;}
h2{font-size:25px;}
h3{font-size:20px;}
h4{font-size:16px; text-transform:uppercase;}
h5{font-size:17px;}
h6{font-size:15px;}
/*H-GROUPS*/

a{}
a:hover, a:focus{text-decoration:none; outline:none}

.btn {
    color: #fff;
    display: inline-block;
   font-family: 'MetroNovaPro-Regular';
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    margin:12px 0 0;
    padding:9px 10px;
    text-align: center;
    text-transform: none;
    transition: all 0.3s ease 0s;

}

.btn:hover {
	color:#fff !important;
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	}

.btn-default{
	background:#008238;
	}

.btn-primary{
	background:#c1d670;
	color:#000;
	position:relative;
	}


input[type="text"],input[type="password"],input[type="text"]:focus,select,textarea,li,a{
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	}

input[type="text"],input[type="password"], select, input[type="date"], textarea{
    border: 1px solid #dadada;
    height:35px;
    padding: 10px;
    width: 100%;
	}

input[type="text"]:focus{
    border-color:#02b1eb !important;
	}

select{
	line-height:40px;
	}

input[type="text"]:hover, input[type="password"]:hover, input[type="date"]:hover, textarea:hover, select:hover {

	}
	
input[type="text"]:focus, input[type="date"]:focus, input[type="password"]:focus, textarea:focus, select:focus{
    
	}

/*DIFFERENT-ALIGNS*/

.align-left{text-align:left !important;}.align-right{text-align:right !important;}.align-center{text-align: center !important;}.align-justify{text-align:justify;}

/*DIFFERENT-ALIGNS*/

/*DIFFERENT-MARGINS*/

.margin-top-5{margin-top:5px !important;}.margin-top-10{margin-top:10px !important;}.margin-top-15{margin-top:15px !important;}.margin-top-20{margin-top:20px !important;}.margin-top-25{margin-top:25px !important;}.margin-top-30{margin-top:30px !important;}.margin-top-35{margin-top:35px !important;}.margin-top-40{margin-top:40px !important;}.margin-top-45{margin-top:45px !important;}.margin-top-50{margin-top:50px !important;}.margin-top-80{margin-top:80px !important;}

.margin-bottom-10{margin-bottom:10px !important;}.margin-bottom-15{margin-bottom:15px !important;}.margin-bottom-20{margin-bottom:20px !important;}.margin-bottom-25{margin-bottom:25px !important;}.margin-bottom-30{margin-bottom:30px !important;}.margin-bottom-35{margin-bottom:35px !important;}.margin-bottom-40{margin-bottom:40px !important;}.margin-bottom-45{margin-bottom:45px !important;}.margin-bottom-50{margin-bottom:50px !important;}.margin-bottom-55{margin-bottom:55px !important;}.margin-bottom-60{margin-bottom:60px !important;}.margin-bottom-70{margin-bottom:70px !important;}.margin-bottom-80{margin-bottom:80px !important;}

/*DIFFERENT-MARGINS*/

.clearfix {
	clear: both;
	}

address{
	font-style:normal;
	}

strong{
	font-weight:normal;
	}

input[type="radio"], input[type="checkbox"]{
	margin:0px;
	vertical-align:middle;
	}

.main-heading{
	position:relative;
	}

