@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'),
        url('../fonts/montserrat-v15-latin-regular.woff2') format('woff2'),
        url('../fonts/montserrat-v15-latin-regular.woff') format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium'),
        url('../fonts/montserrat-v15-latin-500.woff2') format('woff2'),
        url('../fonts/montserrat-v15-latin-500.woff') format('woff');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold'),
        url('../fonts/montserrat-v15-latin-700.woff2') format('woff2'),
        url('../fonts/montserrat-v15-latin-700.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Black';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Gotham Black'),
        url('../fonts/gotham-black-webfont.woff2') format('woff2'),
        url('../fonts/gotham-black-webfont.woff') format('woff');
}

body {
    color: #2d2d2d;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4 {
    font-weight: 900;
    font-family: "Gotham Black";
}
.h2, h2 {
	font-size: 36px;
    text-transform: uppercase;
}
.h3, h3 {
	font-size: 20px;
}
h2:before {
    content: "";
    display: block;
    height: 5px;
    width: 55px;
    background-color: #e7e7e7;
    margin-bottom: 20px;
}

.btn {
    background-color: #9bd02a;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    padding: 15px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(.17,.84,.44,1);
    transition: transform 0.5s cubic-bezier(.17,.84,.44,1);
}
.btn:hover {
    color: #fff;
    -webkit-transform: translateY(-2px) scale(1.05);
    transform: translateY(-2px) scale(1.05);
}
.btn.focus, .btn:focus {
	box-shadow: 0 0 0 .2rem rgba(155, 208, 42,.25);
}

.navbar {
    z-index: 1050;
    -webkit-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease;
} 
#navbar-menu {
    height: 0;
}
.navbar-phone-button {
    font-size: 18px;
    letter-spacing: 0.04em;
}
.navbar-brand {
    background-color: #fff;
    padding: 27px 30px;
    -webkit-transition: padding 0.35s ease;
    transition: padding 0.35s ease;
}
.navbar-brand img {
    max-width: 180px;
    -webkit-transition: max-width 0.35s ease;
    transition: max-width 0.35s ease;
}
.nav-link {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: color 0.35s ease;
    transition: color 0.35s ease;
}
.nav-link:hover {
    color: #9bd02a;
}

.carousel-image-wrapper:before {
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 );
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.carousel picture img {
    height: 100vh;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.carousel-item .container {
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
}
.carousel-caption {
    left: 0;
    right: auto;
    max-width: 600px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    bottom: 50%;
    margin: 0 auto;
}
.carousel-caption2 {
    left: auto;
    right: 0;
    max-width: 600px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    bottom: 50%;
    margin: 0 auto;
}
.carousel-caption img {
    max-height: 98px;
    margin-bottom: 20px;
}
.carousel-caption-title {
    font-size: 72px;
    line-height: 0.833;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.carousel-caption-text {
    max-width: 470px;
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 20px;
}
.carousel .btn {
    padding: 22px 33px;
}
.carousel .btn:after {
    content: "\f061";
    margin-left: 25px;
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    vertical-align: bottom;
}
.content-01 {
    padding: 75px 0;
}
.content-01 h2 {
    margin-bottom: 30px;
}
.content-01 h2:before {
    margin: 0 auto 20px;
}
.content-01 p:not(:last-child) {
    margin-bottom: 20px;
}
.content-01 p:last-child {
    margin-bottom: 0;
}
.content-01 a,
.content-01 a:hover {
    color: #9bd02a;
}
.featurettes {
    padding: 95px 0;
    background-color: #f4f6ee;
}
.featurettes .f-item  {
    overflow: hidden;
    background-color: #fff;
    color: inherit;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 10px 20px;
    min-height: 180px;
    line-height: 1.43;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(.17,.84,.44,1), box-shadow 0.5s cubic-bezier(.17,.84,.44,1);
    transition: transform 0.5s cubic-bezier(.17,.84,.44,1), box-shadow 0.5s cubic-bezier(.17,.84,.44,1);
}
.featurettes .f-item:hover {
    text-decoration: none;
    -webkit-transform: translateY(-2px) scale(1.02);
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 4px 20px -2px rgba(0,0,0,0.05);
}
.featurettes h2 {
    max-width: 250px;
}
.featurette-content {
    max-width: 200px;
}
.featurettes h3 {
    margin-bottom: 0;
}
.featurettes .f-item img {
    max-height: 85px;
    margin: 0 20px;
}
.featurette-text > *:last-child {
    margin-bottom: 0;
}
.content-05 {
    padding: 95px 0 0 0;
}
.content-05 h2 {
    margin-bottom: 30px;
}
.content-05-text h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Montserrat";
}
.content-05-image {
    position: relative;
    overflow: hidden;
    height: 400px;
    border-radius: 10px;
}
.content-05-image img:first-of-type {
    min-width: 100%;
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.content-05-image img:last-of-type {
    margin: 0 auto;
}
.content-05-text a,
.content-05-text a:hover {
    color: #9bd02a;
}
.content-05-text p {
    margin-bottom: 30px;
}
.content-05-text > *:last-child {
    margin-bottom: 0;
}
.footer-01 {
    background-color: #9bd02a;
    padding: 75px 0;
    color: #fff;
}
.footer-01 img {
    height: 45px;
}
.footer-01 h3 {
    margin-bottom: 0;
    font-size: 24px;
}
.footer-01 p:last-child {
    margin-bottom: 0;
}
.footer-01 a,
.footer-01 a:hover,
.footer-01 p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.footer-02 {
    padding: 45px 0;
    background-color: #2d2d2d;
    color: #9b9b9b;
    font-size: 12px;
}
.footer-02 a,
.footer-02 a:hover {
    color: #9bd02a;
}
.footer-02 a + a {
    margin-left: 35px;
}
.footer-02 .footer-links {
    font-size: 14px;
}
.footer-02 .contact-links a {
    font-size: 16px;
    background-color: #474747;
    color: #fff;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: color 0.5s cubic-bezier(.17,.84,.44,1), background-color 0.5s cubic-bezier(.17,.84,.44,1);
    transition: color 0.5s cubic-bezier(.17,.84,.44,1), background-color 0.5s cubic-bezier(.17,.84,.44,1);
}
.footer-02 .contact-links a:hover {
    font-size: 16px;
    background-color: #9bd02a;
    color: #474747;
}
.footer-02 .contact-links a + a {
    margin-left: 5px;
}

.fixed-top.scrolled {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.fixed-top.scrolled .navbar-brand img {
    max-width: 140px;
}
.fixed-top.scrolled .navbar-brand {
    padding: 20px 25px;
}
.fixed-top.scrolled .nav-link {
    color: #9bd02a;
}

@media (min-width: 992px) {

    #navbar-menu {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .md-none {
        display: none;
    }
    .bottom-form-headding {
        text-align: left !important;
    }
}
@media (min-width: 1200px) {

    .featurettes .row > div:nth-last-child(n+4) .f-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {

    .carousel-caption {
        left: 15px;
    }
}
@media (max-width: 991px) {

    .navbar-brand {
        padding: 20px 25px;
    }
    .navbar-brand img {
        max-width: 140px;
    }
    #navbar-menu {
        top: 0;
        left: 0;
        overflow: hidden;
        transition: width 0.35s ease-in-out;
        z-index: 10;
        height: 100vh;
        width: 0;
    }
    #navbar-menu.show {
        width: 300px;
    }
    #navbar-menu > div {
        padding: 90px 15px;
        background-color: #9bd02a;
        height: 100%;
        width: 300px;
    }
    .nav-link:hover {
        color: #fff;
        text-decoration: underline;
    }
    .navbar-phone-button {
        font-size: 22px;
        padding: 13px 15.17px;
        z-index: 20;
    }
    .carousel-caption {
        right: 15px;
    }
    .carousel-caption-text {
        margin-left: auto;
        margin-right: auto;
    }
    .featurettes {
        padding: 85px 0;
    }
    .content-05 {
        padding: 75px 0 40px;
    }
    .footer-01 {
        padding: 40px 0;
    }
    .footer-02 {
        padding: 40px 0;
    }
    .fixed-top.scrolled .navbar-brand img {
        max-width: 120px;
    }
    .fixed-top.scrolled .navbar-brand {
        padding: 15px 20px;
    }
    .fixed-top.scrolled .nav-link {
        color: #fff;
    }
}

@media (max-width: 991px) and (min-width: 768px) {

    .featurettes .row > div:nth-last-child(n+3) .f-item {
        margin-bottom: 30px;
    }
    .content-05-image img:last-of-type {
        width: 75%;
    }
}

@media (max-width: 767px) {

    .featurettes {
        padding: 70px 0;
    }
    .featurettes h2 {
        max-width: none;
    }
    h2:before {
        margin-right: auto;
        margin-left: auto;
    }
    .featurettes .row > div:nth-last-child(n+2) .f-item {
        margin-bottom: 20px;
    }
    .content-05 {
        padding-bottom: 60px;
    }
}

@media (max-width: 575px) {

    #navbar-menu.show {
        width: 100%;
    }
    #navbar-menu > div {
        width: 100vw;
    }
    .carousel-caption-title {
        font-size: 48px;
    }
    .carousel-caption img {
        max-height: 65px;
    }
    .content-01 {
        padding: 60px 0;
    }
    .content-05 {
        padding: 65px 0 40px;
    }
}

.pt-0 {
    padding-top: 0;
}
.form-box {
    border: 3px solid #e0e0e0;
    padding: 30px 50px;
}
.req-not {
    float: right;
    color: #9bd02a;
}
.get-in-touch input {
    width: 100%;
    margin-bottom: 0;
    border: 0;
    border-bottom: 2px dashed #777;
    color: #2d2d2d;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    height: 35px;
    z-index: 999;
    position: relative;
    background:top;
}

.get-in-touch textarea {
    width: 100%;
    margin-bottom: 0;
    border: 2px dashed #777;
    color: #2d2d2d;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    height: 199px;
    padding: 15px;
}

.get-in-touch2 input {
    width: 100%;
    margin-bottom: 0;
    border: 0;
    border-bottom: 2px dashed #777;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    height: 35px;
    z-index: 999;
    position: relative;
    background: top;
}
.get-in-touch2 .containerch {
    bottom: unset !important;
}
.get-in-touch2 textarea {
    width: 100%;
    margin-bottom: 0;
    border: 2px dashed #777;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    height: 100px;
    background: top;
    padding: 15px;
}

label {
    position: relative;
    bottom: 26px;
}


input[required] + label, input[type=tel][required] + label {
    color: #2d2d2d;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    position: relative;
    /* the negative of the input width */
}
.get-in-touch2 input[required] + label, .get-in-touch2 input[type=tel][required] + label {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    position: relative;
    /* the negative of the input width */
    color: #fff !important;
}
input[required] + label:before, input[type=tel][required] + label:before {
    content: '*';
    color: #9cd129;
}


/* show the placeholder when input has no content (no content = invalid) */

input[required]:invalid + label, input[type=tel][required]:invalid + label {
    display: inline-block;
    color: #2d2d2d;
}
.get-in-touch2 input[required]:invalid + label, .get-in-touch2 input[type=tel][required]:invalid + label {
    display: inline-block;
    color: #fff !important;
}

/* hide the placeholder when input has some text typed in */

input[required]:valid + label, input[type=tel][required]:valid + label {
    color: transparent !important;
}

    input[required]:valid + label:before, input[type=tel][required]:valid + label:before {
        color: transparent !important;
    }

input:required {
    box-shadow: none;
}

.req {
    color:#9cd129;
}

.pt-4px {
    padding-top: 4px;
}
.pb-6px {
    padding-bottom: 6px;
}




.containerch {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-top: 6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containerch input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0 !important;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px !important;
    background-color: #9cd129;
}

/* On mouse-over, add a grey background color */
.containerch:hover input ~ .checkmark {
    background-color: #9cd129;
}

/* When the checkbox is checked, add a blue background */
.containerch input:checked ~ .checkmark {
    background-color: #9cd129;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerch input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerch .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px !important;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-errors {
    font-size: 14px;
    color: #f28064;
    float: right;
    display:none;
}

.height-unset {
    height: unset !important;
}
.modal-dialog {
    margin: 10.75rem auto;
}

.carousel-caption2 {
    position: absolute;
   
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.bannerblock {
    background-color: rgba(0, 0, 0, 0.55);
    padding: 25px;
}
.font-12px {
    font-size: 12px;
}
.text-right {
    text-align: right;
}
.display-none {
    display:none!important;
}
.form-header {
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
#get-in-touch {
    padding-top: 95px;
}