html {
    overflow-y: scroll;
}
body {
    line-height: 1;
    font-family: "Nunito Sans", sans-serif;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
p{
    font-size:14px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
figure {
    margin: 0;
}
:focus {
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
legend {
    white-space: normal;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button, input {
    line-height: normal;
}
input, textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    border: none;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
*, *:before, *:after {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: border-box;
}
body {
    font-family: "Nunito Sans",sans-serif;
    font-weight: 400;
    background-color: #fff;
    color: #646a7c;
}
a {
    color: #4cb52e;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:visited {
    color: #4cb52e;
    text-decoration: none;
    outline: 0;
    transition: all 0.3s ease-in-out;
}
a:link {
    color: #4cb52e;
}
a:visited {
    color: #4cb52e;
}
a:active {
    color: #4cb52e;
}
ul, ol {
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
b, strong {
    font-weight: 900;
}
button {
    border: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 12px 24px;
    background-color: #86bc42;
    transition: all 0.3s ease 0s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-family: "Nunito Sans",sans-serif;
    background-color: #ffffff;
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    outline: none;
    margin-bottom: 10px;
    border-radius: .25rem;
    transition: all 0.3s ease-in-out;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    border: 1px solid #4cb52e!important;
    box-shadow: none;
}
textarea {
    width: 100%;
    height: 235px;
    padding: 30px 30px;
}
input[type="checkbox"] {
    display: inline;
}
textarea:-moz-placeholder, textarea::-moz-placeholder, input:-moz-placeholder, input::-moz-placeholder {
    color: #b3b7c8;
    opacity: 1;
}
input:-ms-input-placeholder {
    color: #b3b7c8;
}
textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: #b3b7c8;
    opacity: 1;
}
.btn {
    background-image: none;
}
textarea, input[type="text"], input[type="submit"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .dropdown-menu, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    text-shadow: none;
    box-shadow: none;
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito Sans", sans-serif;
    margin:0;
    padding:0;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
.white {
    background:#fff;
}
.gray {
    background:#f6f6f6;
}
h2.title-1 {
    font-weight: 700;
    color:#222;
}
.heading-space {
    line-height: 24px;
}