﻿
.header-slider .slider-item {
    background-position: center center;
    height: 700px;
}

    .header-slider .slider-item img {
        height: 700px;
        width: 1920px;
    }



section.our-menu {
    padding-top: 70px;
    padding-bottom: 125px;
}

    section.our-menu h4 {
        color: #888a8d;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 40px;
        text-transform: uppercase;
    }

    section.our-menu h2 {
        color: #888a8d;
        font-size: 60px;
        margin-bottom: 110px;
        text-transform: uppercase;
        font-weight: 300;
    }

    section.our-menu h5 {
        font-size: 18px;
        text-align: center;
        color: #33593e;
        text-transform: uppercase;
        font-weight: bold;
    }

    section.our-menu a.see-all {
        text-transform: uppercase;
        color: #888888;
        border: 1px solid #888888;
        padding: 15px 60px;
        font-weight: 300;
    }

section.our-value {
    background-image: url(../images/home/ourvalues.jpg);
    padding-top: 70px;
    padding-bottom: 200px;
}

    section.our-value h3 {
        color: #666;
        text-transform: uppercase;
        font-size: 26px;
        text-align: center;
    }

        section.our-value h3.title {
            min-height: 60px;
            font-weight: bold;
            margin-top: 20px;
        }

        section.our-value h3.subtitle {
            font-weight: 300;
            line-height: 30px;
            min-height: 90px;
        }

    section.our-value a.read-more {
        color: #33593e;
        font-size: 10px;
        text-transform: uppercase;
    }

.btn-show-more {
    border: 1px solid #888888;
    color: #888888;
    font-weight: bold;
    padding: 15px 60px;
    text-transform: uppercase;
    background-color: white !important;
}

    .btn-show-more::before {
        content: "\f002";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: bold;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        font-size: 16px;
        padding-right: 0.5em;
    }

.mobile-app-banner {
    background-color: #335a3f;
    text-align: center;
    color: white;
    font-size: 25px;
    padding-bottom: 65px;
}

    .mobile-app-banner img {
        display: inline-block;
        margin-top: -30px;
    }


.mobile-app-banner-title1 {
    display: inline-block;
    margin-top: 40px;
    padding-top: 25px;
    line-height: 30px;
    padding-right: 20px;
}

.contact-info-banner {
    background-color: #335a3f;
    text-align: center;
    color: white;
    padding:30px 0;
}

    .contact-info-banner h1 {
    margin:0;
    padding-bottom:15px;
    font-weight:bold;
    font-size:24px;
    }

    .contact-info-banner h3 {
    margin:0;
    font-size:18px;
    }

    .contact-info-banner p {
    margin:0;
    padding-top:15px;
    font-size:13px;
    line-height:13px;
    }



/****************** MEDIA < 767PX ******************/
@media (max-width: 767px) {

    .header-slider .slider-item {
        height: 360px;
        background-size: 100% auto;
    }

        .header-slider .slider-item img {
            height: auto;
            width: 100%;
            min-height: 360px;
        }

    .header-slider .slider-item-content .heading {
        margin-top: 20px;
    }

    .header-slider h4 {
        font-size: 20px;
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-slider h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 45px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .owl-theme .owl-controls .owl-buttons {
        display: none !important;
    }

    .mobile-app-banner img {
        display: inline-block;
        margin-top: 10px !important;
    }
}
