@charset "utf-8";
/* CSS Document */
body, html{
    height: 100%;
}
body{
    background: #fff;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
}
p{
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
    text-decoration: none !important;
    transition: all 0.5s;
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
div#navbarCollapse {
    flex-direction: row-reverse;
}


.formm .row {
    align-items: center;
    justify-content: center;
}

.formm {
    padding: 60px 0;
    text-align: center;
}

.formm input {
    width: 100%;
}

.form-card {
    background: white;
    padding: 30px 20px 50px;
}

.form-card h4 {
    font-size: 30px;
}

.form-card input {
    margin: 0 0 16px;
    padding: 0 0 0 9px;
    height: 38px;
    outline: unset;
}


.form-card button {
    width: 100%;
    border: unset;
    background: lightgreen;
    color: white;
    text-transform: uppercase;
    height: 42px;
}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){}