﻿
@font-face {
    font-family: 'Nexa Bold';
    src: url('../Fonts/Nexa Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Nexa Book Italic';
    src: url('../Fonts/Nexa Book Italic.otf') format('opentype');
}

@font-face {
    font-family: 'Nexa Heavy';
    src: url('../Fonts/Nexa Heavy.otf') format('opentype');
}

@font-face {
    font-family: 'Nexa Light';
    src: url('../Fonts/Nexa Light.otf') format('opentype');
}

@font-face {
    font-family: 'Nexa Regular';
    src: url('../Fonts/Nexa Regular.otf') format('opentype');
}


body {
    height: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #595a5c;
    text-align: left;
    background-color: #fff;
    font-family: 'Nexa Light';
    margin: 0;
}

.navbar {
    position: fixed;
    padding: 0px 15px;
    z-index: 1;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

ul.navbar-nav {
    margin-left: 20px;
    padding: 0;
    margin: 0;
}
    ul.navbar-nav li {
        padding: 0;
        margin: 0;
        transition: width ease-in-out 0.5s;
    }
        ul.navbar-nav li:after {
            content: "";
            display: block;
            width: 0%;
            border-bottom: 3px solid #fff;
            transition: .3s;
        }
        ul.navbar-nav li:hover:after {
            border-bottom: 3px solid #90a207;
            width: 100%;
        }
            ul.navbar-nav li a {
                padding: 10px 25px !important;
                font-size: 15px;
                letter-spacing: 1.5px;
                color: #fff !important;
            }

    ul.navbar-nav .nav-item {
        text-align: center;
    }
    ul.navbar-nav li.nav-item a.nav-link:hover {
        color: #90a207 !important;        
    }
        ul.navbar-nav li.nav-item a.nav-link:hover i {            
            color: #90a207;
        }
    ul.navbar-nav .nav-item i {
        font-size: 30px;
        color: #fff;
        line-height: 1.7em;
    }
.sliderMain {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.video-cover {
    position: absolute;
    width: calc(100vh * (1000 / 562)); /*  video width / height  */
    height: calc(100vw * (562 / 1000)); /*  video height / width  */
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-cover .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: #000;
    opacity: 0.5;
}

.carousel-caption {
    display: none;
}
.carousel-caption-1, .carousel-caption-2, .carousel-caption-3 {
    transform: translateY(-50%);
    bottom: 0;
    top: 55%;
    letter-spacing: 2px;
}
    .carousel-caption-1 h1, .carousel-caption-2 h1, .carousel-caption-3 h1 {
        font-family: 'Nexa Heavy';
        position: relative;
        font-size: 55px;
        color: #fff;
    }

@media (max-width: 800px) {
    .carousel-caption-1 h1, .carousel-caption-2 h1, .carousel-caption-3 h1 {
        font-size: 30px;
    }
    .slider-scrollDown {
        display: none;
    }
}

.tracking-in-contract-bck {
    -webkit-animation: tracking-in-contract-bck 1s cubic-bezier(.215,.61,.355,1.000) both;
    animation: tracking-in-contract-bck 1s cubic-bezier(.215,.61,.355,1.000) both
}

@-webkit-keyframes tracking-in-contract-bck {
    0% {
        letter-spacing: 1em;
        opacity: 0
    }

    40% {
        opacity: .6
    }

    100% {
        opacity: 1
    }
}

@keyframes tracking-in-contract-bck {
    0% {
        letter-spacing: 1em;
        opacity: 0
    }

    40% {
        opacity: .6
    }

    100% {
        opacity: 1
    }
}


.slider-scrollDown {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 95%;
    text-align: center;
    background-color: transparent;
    z-index: 8;
}

    .slider-scrollDown a:hover {
        text-decoration: none
    }

.scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
}

    .scroll-btn > * {
        display: inline-block;
        line-height: 18px;
        font-size: 13px;
        font-weight: normal;
        color: #7f8c8d;
        color: #ffffff;
        letter-spacing: 2px;
    }

        .scroll-btn > *:hover,
        .scroll-btn > *:focus {
            color: #ffffff;
        }

        .scroll-btn > *:hover,
        .scroll-btn > *:focus {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    .scroll-btn .mouse {
        position: relative;
        display: block;
        width: 29px;
        height: 43px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid white;
        border-radius: 23px;
    }

        .scroll-btn .mouse > * {
            position: absolute;
            display: block;
            top: 29%;
            left: 50%;
            width: 8px;
            height: 8px;
            margin: -4px 0 0 -4px;
            background: white;
            border-radius: 50%;
            -webkit-animation: ani-mouse 2.5s linear infinite;
            -moz-animation: ani-mouse 2.5s linear infinite;
            animation: ani-mouse 2.5s linear infinite;
        }

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}
.foodMenu {
    position: relative;
    background-color:#fff;
    padding-top: 40px;
    padding-bottom: 80px;
}

    .foodMenu h1 {
        font-family: 'Pathway Gothic One', sans-serif;
        font-size: 50px;
        font-weight: 400;
        text-transform: uppercase;
        color: #90a207;
        position: relative;
        letter-spacing: 1.5px;
    }

        .foodMenu h1:after {
            position: absolute;
            content: "";
            bottom: -13px;
            width: 100px;
            height: 5px;
            left: 0;
            background: #90a207;
            right: 0;
            border-radius: 35px;
            margin: 0 auto;
        }
    .foodMenu h2 {
        position: relative;
        font-family: 'Great Vibes', cursive;
        font-size: 50px;
        font-weight: 400;
        color: #dc2227;
        letter-spacing: 1.5px;
    }

    .foodMenu h3 {
        font-size: 17px;
        color: #fff;
        font-weight: 400;
    }

    .foodMenu .img_overlap {
        position: absolute;
        background: #dc2227;
        top: 40px;
        width: 300px;
        left: 9px;
        padding-top: 300px;
        padding-bottom: 20px;
        padding-right: 20px;
    }
    .foodMenu .card {
        overflow: hidden;
        box-shadow: 0 8px 6px -6px black;
        margin-top: 10px;
        margin-bottom: 10px;
    }
        .foodMenu .card .card-body h5 {
            font-family: 'Pathway Gothic One', sans-serif;
            font-size: 50px;
            font-weight: 600;
            color: #000;
            letter-spacing: 1.5px;            
        }
        .foodMenu .card .card-body .card-arrow-highlight a {
            background-color: #90a207;
            color: #fff;
            display: block;
            width: 100%;
            height: 100%;
            padding: 0;
            font-size: 50px;
            text-align: center;
            transition: background-color ease-in-out 0.2s;
        }
        .foodMenu .card .card-body .card-arrow-highlight a:hover {
            background-color: #748115;
        }
.howitWorks {
    position: relative;
    background-color: #eee;
    padding-top: 80px;
    padding-bottom: 20px;
}

    .howitWorks h1 {
        font-family: 'Pathway Gothic One', sans-serif;
        font-size: 50px;
        font-weight: 400;
        text-transform: uppercase;
        color: #90a207;
        position: relative;
        letter-spacing: 1.5px;
    }
        .howitWorks h1:after {
            position: absolute;
            content: "";
            bottom: -13px;
            width: 100px;
            height: 5px;
            left: 0;
            background: #90a207;
            right: 0;
            border-radius: 35px;
            margin: 0 auto;
        }
    .howitWorks h2 {
        position: relative;
        font-family: 'Great Vibes', cursive;
        font-size: 50px;
        font-weight: 400;
        color: #dc2227;
        letter-spacing: 1.5px;
        text-align: center;
    }

    .howitWorks:before {
        content: "";
        position: absolute;
        top: -30px;
        left: 40px;
        width: 181px;
        height: 160px;
        background-image: url("images/grass-img.png");
        background-repeat: no-repeat;
    }

.mt-10 {
    margin-top: 10px;
}
.mt-40 {
    margin-top: 40px
}
.mt-80 {
    margin-top: 80px
}
.mb-20 {
    margin-bottom: 40px
}
.btn-link-base {
    padding: 10px 20px;
    font-family: 'Pathway Gothic One', sans-serif;
    font-size: 30px;
    letter-spacing: 1.5px;
    transition: ease-in-out 0.2s;
    border-radius: 5px;
}
.btn-bg-red {
    background-color: #90a207;
    color: #fff;
    border: 1px solid #90a207;
}
    .btn-bg-red:hover {
        background-color: #748115;
        border: 1px solid #748115;
        color: #fff;
    }
a {
    text-decoration: none !important;
}
    a:hover {
        color: #b3b3b3;
    }


.circleBase {
    line-height: 5.4em;
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}
.type1 {
    width: 75px;
    height: 75px;
    background: #90a207;
    text-align: center;
}
.fa-book-open, .fa-money-check, .fa-couch, .fa-broom {
    font-size: 30px;
    color: #fff;
}
h3.how-it-works-col-title {
    font-family: 'Nexa Bold';
    color: black;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}
h6.how-it-works-col-subtitle {
    font-family: 'Nexa Light';
    color: black;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
}
.def-color {
    color: #dc2227;
}
.ourServices {
    position: relative;
    background: url("images/bg-services.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}
    .ourServices:before {
        content: "";
        position: absolute;
        top: -175px;
        right: 75px;
        width: 161px;
        height: 375px;
        z-index: 1;
        background-image: url("images/grass-img-2.png");
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .ourServices h1 {
        font-family: 'Pathway Gothic One', sans-serif;
        font-size: 50px;
        text-transform: uppercase;
        color: #90a207;
        position: relative;
        letter-spacing: 1.5px;
        text-align:center;
    }

        .ourServices h1:after {
            position: absolute;
            content: "";
            bottom: -13px;
            width: 100px;
            height: 5px;
            left: 0;
            background: #90a207;
            right: 0;
            border-radius: 35px;
            margin: 0 auto;
        }
    .ourServices h2 {
        position: relative;
        font-family: 'Great Vibes', cursive;
        font-size: 50px;
        font-weight: 400;
        color: #dc2227;
        letter-spacing: 1.5px;
        text-align:center;
    }
    .ourServices h3 {
        color: #000;
        font-size: 30px;        
        font-weight: 600;
        margin-top: 30px;
        font-family: 'Pathway Gothic One', sans-serif;
    }

.about-us {
    position: relative;
    background: url("images/bg-aboutus.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .about-us h1 {
        font-family: 'Pathway Gothic One', sans-serif;
        font-size: 50px;
        text-transform: uppercase;
        color: #90a207;
        position: relative;
        letter-spacing: 1.5px;
        text-align: center;
    }

        .about-us h1:after {
            position: absolute;
            content: "";
            bottom: -13px;
            width: 100px;
            height: 5px;
            left: 0;
            background: #90a207;
            right: 0;
            border-radius: 35px;
            margin: 0 auto;
        }
    .about-us h2 {
        position: relative;
        font-family: 'Great Vibes', cursive;
        font-size: 50px;
        font-weight: 400;
        color: #dc2227;
        letter-spacing: 1.5px;
        text-align: center;
    }

    .about-us h3 {
        color: #000;
        font-size: 30px;
        font-weight: 600;
        margin-top: 30px;
        font-family: 'Pathway Gothic One', sans-serif;
    }


.animation-element {
    opacity: 0;
    position: relative;
}
    .animation-element.slide-left {
        opacity: 0;
        -moz-transition: all 500ms linear;
        -webkit-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
        -moz-transform: translate3d(-100px, 0px, 0px);
        -webkit-transform: translate3d(-100px, 0px, 0px);
        -o-transform: translate(-100px, 0px);
        -ms-transform: translate(-100px, 0px);
        transform: translate3d(-100px, 0px, 0px);
    }
        .animation-element.slide-left.in-view {
            opacity: 1;
            -moz-transform: translate3d(0px, 0px, 0px);
            -webkit-transform: translate3d(0px, 0px, 0px);
            -o-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate3d(0px, 0px, 0px);
        }
        .animation-element.slide-left.testimonial {
            float: left;
            width: 100%;
            margin: 0% 1.5% 3% 1.5%;
            background: #F5F5F5;
            box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
            border: solid 1px #EAEAEA;
        }

            .animation-element.slide-left.testimonial:hover,
            .animation-element.slide-left.testimonial:active {
                box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
            }

            .animation-element.slide-left.testimonial:nth-of-type(odd) {
                width: 100%;
                margin: 0% 1.5% 3.0% 0%;
            }

            .animation-element.slide-left.testimonial:nth-of-type(even) {
                width: 100%;
                margin: 0% 0% 3.0% 1.5%;
            }

.fa-phone-alt, .fa-envelope {
    font-size: 15px !important;
    margin-right: 8px;
    vertical-align: middle;
    color: #fff !important;
}
.phone-label {
    font-family: 'Raleway';
    letter-spacing: 1px;
    vertical-align: middle;
    color: #fff;
}


.footer {
    position: relative;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    background: #191a1b none repeat scroll 0 0;
    color: #cacaca;
    letter-spacing: 1px;
}
.footer-area-bg {
    background: rgba(0, 0, 0, 0) url(images/footer_bg_2.jpg) no-repeat scroll center center;
}
.footer-area-bg::after {
    background: #000 url(images/pattarn.png);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}
.footer ul {
    padding: 0;
    margin: 0;
}
    .footer ul li {
        display: inline-block;
        list-style: none;
    }
.footer .social-footer a {
    padding: 0px 20px;
    transition: color ease-in-out 0.2s;
}
.footer .social-footer .fa-twitter, .fa-facebook-f, .fa-instagram {
    font-size: 40px;
    font-weight: 200;
}
@media only screen and (max-width: 768px) {
    .navbar-collapse {
        background-color: black;
    }
}

#divLoading {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,.5) url(images/ajax-loading.gif) 50% 50% no-repeat;
}

.captcha-text {
    font-size: 25px;
    color: red;
    background-color: #ddd;
    text-align: center;
    width: 150px;
    font-weight: 600;
    border: none;
    margin-top: 5px;
}

.validation-summary-errors {
    width: auto;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    padding: 10px 5px 0px 5px;
    font-weight: 400;
}

.validation-summary-valid {
    display: none;
}

ul.validation-summary-errors {
    margin: 0;
    padding: 0;
}
label {
    margin-top: 10px;
}
.whatsapp-icon-fixed {
    z-index: 1;
    position: fixed;
    left: 40px;
    bottom: 100px;
}
    .whatsapp-icon-fixed i {
        font-size: 60px;
        color: #25D366;
    }
.menu-container h1 {
    font-size: 50px;
    font-weight: 600;
    color: #90a207;
}
    .menu-container h1:after {
        position: absolute;
        content: "";
        bottom: -13px;
        width: 100px;
        height: 5px;
        left: 0;
        background: #90a207;
        right: 0;
        border-radius: 35px;
        margin: 0 auto;
    }

.menu-container .card {
    overflow: hidden;
    box-shadow: 0 8px 6px -6px black;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .menu-container .card .card-body h5 {
        font-family: 'Pathway Gothic One', sans-serif;
        font-size: 50px;
        font-weight: 600;
        color: #000;
        letter-spacing: 1.5px;
    }

    .menu-container .card .card-body .card-arrow-highlight a {
        background-color: #90a207;
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        font-size: 50px;
        text-align: center;
        transition: background-color ease-in-out 0.2s;
    }

        .menu-container .card .card-body .card-arrow-highlight a:hover {
            background-color: #748115;
        }




#slider-form {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 1;
    width: 48px;
    height: 300px;
    background-color: rgba(144, 162, 7, 0.69);
    transition: width ease-out 0.4s;
}
    #slider-form:hover {
        width: 300px;
    }
    #slider-form .title {
        position: absolute;
        text-align: center;
        top: 125px;
        left: -125px;
        color: #fff;
        background-color: #58630b;
        font-size: 20px;
        transform: rotate(-90deg);
        width: 300px;
        padding: 10px;
        letter-spacing: 2px;
        font-weight: 600;
        overflow: hidden;
    }
    #slider-form .label {
        color: #fff;
        padding: 0;
        margin: 0;
        overflow: hidden;
        font-size: 13px;
        letter-spacing: 1.5px;
    }
    #slider-form .form-control {
        font-size: 13px;
    }
.box-space {
    padding: 5px;
}