/*
    font-family: 'Nunito', sans-serif;
    font-family: 'Montserrat', sans-serif;
*/

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    font-weight: 400;
}

p,
li {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #424143;
}

p:first-of-type {
    margin-top: 0;
}

p:last-of-type {
    margin-bottom: 0;
}

p a,
p a:visited {
    color: #424143;
    text-decoration: none;
}

p a:hover {
    color: #424143;
    text-decoration: underline;
}

.title {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    margin-bottom: 60px;
    position: relative;
}

.dash {
    width: 30px;
    height: 3px;
    background-color: white;
    display: block;
}

.mobile-menu-overlay {
    position: fixed;
    display: none;
    width: 100%;
    background-color: black;
    opacity: 0;
    z-index: 500;
}

.mobile-menu-wrapper {
    display: none;
    opacity: 0;
    position: absolute;
    background-color: #599242;
    z-index: 1000;
    width: 100%;
}

.mobile-menu-wrapper .mobile-menu-header {
    width: 100%;
    padding: 60px 0;
}

.mobile-menu-wrapper .mobile-menu-header .mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.mobile-menu-wrapper .mobile-menu-content {
    width: 100%;
    padding: 60px 0;
    background-color: #fcb82b;
    border-bottom: 20px #cd8f2a solid;
}

.mobile-menu-wrapper .mobile-menu-content a,
.mobile-menu-wrapper .mobile-menu-content a:visited,
.mobile-menu-wrapper .mobile-menu-content a:hover {
    color: white;
    text-align: center;
    text-decoration: none;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 50px;
}

.navigation {
    position: absolute;
    top: 0;
    width: 100%;
}

.navigation .logo,
.mobile-menu-wrapper .mobile-menu-header .logo {
    height: 75px;
}

.navigation .container .row {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 3px white solid;
}

.navigation .pull-right {
    height: 45px;
    line-height: 45px;
    margin: 15px;
}

.navigation a,
.navigation a:visited {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: white;
    text-decoration: none;
}

.navigation a:hover {
    color: #599242;
    text-decoration: none;
}

.navigation a.mobile-menu {
    margin-left: 0;
    margin-right: 0;
}

.navigation a.mobile-menu img {
    height: 30px;
}

.navigation .button {
    background-color: white;
    color: #599242 !important;
}

header {
    padding-top: 200px;
    padding-bottom: 60px;
    width: 100%;
    min-height: 780px;
    background-size: cover;
    background-position: center center;
}

header h1 {
    margin-top: 0;
    margin-bottom: 30px;
}

header h1,
header p {
    color: white;
}

header .dash {
    margin-bottom: 30px;
}

header .button,
header .button:visited,
header .button:hover {
    border-color: #fcb82b !important;
    background-color: #fcb82b;
    margin-top: 60px;
    color: white;
}

.title .dash {
    position: absolute;
    bottom: -3px;
}

.services {
    padding: 60px 0;
    background-color: #599242;
}

.services .title {
    color: white;
    margin-bottom: 30px;
}

.services p {
    color: white;
    text-align: center;
}

.services img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.services .button {
    margin-top: 30px;
}

.testimonies {
    padding: 60px 0;
    background-color: white;
}

.testimonies .title .dash {
    background-color: #424143;
}

.testimonies .name-designation {
    width: 200px;
    margin-left: 60px;
    float: left;
}

.testimonies img {
    float: left;
    margin-bottom: 30px;
}

.testimonies p {
    float: left;
    width: 100%;
    display: block;
}

.about-us {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.about-us .title .dash {
    background-color: #424143;
}

.about-us img {
    margin-bottom: 30px;
}

.values {
    background-color: #e7e7e7;
}

.values .value .pull-left,
.values .value .pull-right {
    width: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    min-height: 200px;
}

.values .value .text-outer-wrapper {
    min-height: 300px;
}

.values .value .text-wrapper {
    width: 400px;
    padding: 20px;
}

.cta {
    height: 480px;
    background-color: #fcb82b;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.cta .title {
    color: white;
    font-size: 56px;
    margin-bottom: 30px;
    text-align: center;
}

.cta .button,
.cta .button:visited,
.cta .button:hover {
    margin: 0 auto;
    text-decoration: none;
    background-color: white;
    color: #595a5c;
}

footer {
    color: white;
    padding: 60px 0;
    background-color: #599242;
}

footer a,
footer a:visited {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

.button,
.button:visited {
    font-family: 'Montserrat', sans-serif;
    display: block;
    height: 45px;
    line-height: 43px;
    width: 190px;
    color: white;
    text-decoration: none;
    text-align: center;
    border: white solid thin;
    border-radius: 10px;
    transition: background 0.5s ease;
}

.button:hover {
    text-decoration: none;
    background-color: white;
    color: #595a5c;
    transition: background 0.5s ease;
}

@media (max-width: 1199px) {
    .navigation .container .row {
        border-bottom: none;
    }
    .testimonies img {
        width: 200px;
    }
    .testimonies .name-designation {
        margin-left: 30px;
    }
}

@media (max-width: 991px) {
    .testimonies img {
        float: unset;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .testimonies .name-designation {
        width: 100%;
        margin-left: 0;
        margin-top: 0 !important;
    }
    .testimonies p {
        text-align: center;
    }
    .testimonies .testimony {
        margin-top: 60px;
    }
    .values .value .pull-left,
    .values .value .pull-right {
        width: 100%;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 50px;
    }
    footer {
        text-align: center;
    }
    .pull-left {
        float: unset !important;
        margin-left: auto;
        margin-right: auto;
    }
}

.contact-us {
    padding: 60px 0;
}

form {
    margin-top: 30px;
}

form input {
    border: #a7a9ac solid thin;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    line-height: 48px;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #424143;
}

form textarea {
    border: #a7a9ac solid thin;
    padding: 20px;
    width: 100%;
    height: 150px;
    line-height: 26px;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #424143;
}

form input.error,
form textarea.error {
    color: red;
}

form .button,
form .button:visited,
form .button:hover {
    color: white;
    background-color: #fcb82b;
    margin: 30px auto 0 auto;
    border-color: #fcb82b !important;
}

.thank-you {
    padding: 180px 0;
}

.thank-you .title {
    font-size: 56px;
    margin-bottom: 0;
    text-align: center;
}

.thank-you p {
    text-align: center;
}