﻿body {
    width: 97%;
    padding: 0;
    margin: 0 auto;
    font-weight: 500;
    background-color: #fff;
    font-family: Montserrat, serif;
}

a {
    color: #006900;
    transition: all 0.3s ease-in-out;
}

    a:hover, a:focus {
        text-decoration: none;
    }


/** Page
 **************************************************************** **/
.page-content {
    width: 100%;
    margin: 0 auto;
    padding-top: 110px;
    position: relative;
    background: #f9f9f9;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .page-content {
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .page-content {
        padding-top: 80px;
    }
}


/** Navigation
 **************************************************************** **/
.main-menu {
    position: relative;
    padding: 0 30px;
}

    .main-menu .menu {
        align-items: center !important;
        justify-content: space-between !important;
        display: flex !important;
        flex-wrap: wrap;
    }

@media (max-width: 1199px) and (min-width: 992px) {
    .main-menu .menu #logo {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .main-menu {
        background: #fff;
        padding: 5px 0;
        border: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

#header {
    padding: 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all ease-in-out 0.5s;
    z-index: 997;
    background: #fff;
}

    #header #logo {
        position: relative;
        top: 0;
    }

        #header #logo img {
            position: relative;
            padding: 5px 0;
            margin: 0;
            max-height: 70px;
            z-index: 999;
        }

@media (max-width: 1199px) and (min-width: 992px) {
    #header {
        position: relative;
        background: #fff;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #header {
        padding: 15px;
    }

        #header #logo img {
            height: 50px;
            margin: 0 auto;
            display: block;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header {
        padding: 15px 0;
    }

        #header #logo {
            float: none;
        }
}

@media (max-width: 767px) {
    #header {
        padding: 10px 15px;
    }

        #header #logo {
            border-right: none;
            margin-right: 0;
            padding-right: 0;
            left: -10px;
        }

            #header #logo img {
                height: 50px;
            }
}

#header.header-scrolled {
    position: fixed;
}


/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        right: 0;
        left: auto;
        z-index: 99;
    }

    .nav-menu > li {
        position: relative;
        white-space: nowrap;
        margin-left: 10px;
        float: left;
    }

        .nav-menu > li > a {
            color: #000;
            padding: 0 8px;
            text-decoration: none;
            display: inline-block;
            font-size: 14px;
            font-weight: 500;
            outline: none;
            font-family: "Montserrat", serif;
            transition: all 0.3s ease-in-out;
        }

            .nav-menu > li > a:hover:before {
                content: '';
                bottom: -5px;
                position: absolute;
                left: calc(0% + 7px);
                width: 20px;
                height: 2px;
                background-color: #006900;
            }

        .nav-menu > li.active > a {
            color: #006900;
            font-weight: 600;
        }

            .nav-menu > li.active > a:after {
                position: absolute;
                content: '';
                left: -5px;
                right: -3px;
                top: -2px;
                bottom: -2px;
                transform: scale(1, 1);
                transition: all 0.2s linear;
                box-shadow: 0 0 0 2px #006900;
            }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

/* Dropdown */
    .nav-menu ul ul {
        top: 0;
        left: auto;
        right: 100%;
        box-shadow: 0px 0px 30px rgba(127,137,161,0.25);
    }

    .nav-menu ul li {
        min-width: 180px;
    }

    .nav-menu ul {
        margin: 40px 0 0 0;
        padding: 10px 20px;
        background: #fff;
    }

        .nav-menu ul li {
            transition: 0.3s;
        }

            .nav-menu ul li a {
                padding: 10px;
                color: #333;
                transition: 0.3s;
                display: block;
                font-size: 14px;
                white-space: normal;
                text-transform: none;
                transition: all ease-in-out 0.3s;
            }

            .nav-menu ul li:hover > a {
                color: #333;
                font-weight: 500;
                border: 1px solid #ccc;
            }

@media (max-width: 991px) and (min-width: 768px) {
    .nav-menu ul {
        margin: 30px 0 0;
    }
}

@media (max-width: 767px) {
    #nav-menu-container {
        display: none
    }
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 15px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.sf-arrows ul .sf-with-ul {
    padding-left: 30px;
}

    .sf-arrows ul .sf-with-ul:after {
        content: "\f104";
        position: absolute;
        left: 30px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999;
    margin: 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

    #mobile-nav-toggle i {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        width: 25px;
        height: 3px;
        font: bold 14px/.4 Helvetica;
        text-transform: uppercase;
        text-indent: -55px;
        background: #000;
        transition: all .2s ease-out;
        top: -5px;
        right: 0;
    }

        #mobile-nav-toggle i::before, #mobile-nav-toggle i::after {
            content: '';
            width: 25px;
            height: 3px;
            background: #000;
            position: absolute;
            left: 0;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

        #mobile-nav-toggle i::before {
            top: -7px;
        }

        #mobile-nav-toggle i::after {
            bottom: -7px;
        }

    #mobile-nav-toggle.active i {
        background: none;
    }

        #mobile-nav-toggle.active i::before {
            top: 0;
            -webkit-transform: rotateZ(45deg);
            -moz-transform: rotateZ(45deg);
            -ms-transform: rotateZ(45deg);
            -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
            background: #000;
        }

        #mobile-nav-toggle.active i::after {
            bottom: 0;
            -webkit-transform: rotateZ(-45deg);
            -moz-transform: rotateZ(-45deg);
            -ms-transform: rotateZ(-45deg);
            -o-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
            background: #000;
        }

@media (max-width: 767px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(208, 208, 208, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #2b2b2b;
                font-size: 15px;
                font-weight: 600;
                overflow: hidden;
                padding: 10px 22px 10px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
                transition: all 0.3s ease-in-out;
            }

                #mobile-nav ul li a:hover {
                    color: #006900;
                }

            #mobile-nav ul li.active a {
                color: #006900;
                font-weight: 700;
                padding-left: 30px;
            }

                #mobile-nav ul li.active a:after {
                    position: absolute;
                    content: '';
                    background: #fff;
                    height: 2px;
                    width: 20px;
                    top: 19.5px;
                    left: 0;
                }

            #mobile-nav ul li.menu-has-children li a {
                color: #555;
                font-size: 14px;
                padding-left: 35px;
            }

                #mobile-nav ul li.menu-has-children li li a {
                    padding-left: 50px;
                }

                    #mobile-nav ul li.menu-has-children li li a:before {
                        position: absolute;
                        content: '';
                        background: #006900;
                        left: 18%;
                        top: 50%;
                        width: 5px;
                        height: 5px;
                        border-radius: 50%;
                        margin-left: -8px;
                        transform: translate(-50%, -50%);
                    }

            #mobile-nav ul li.menu-has-children li li.active a:before {
                content: none
            }

            #mobile-nav ul li.menu-has-children li li.active a:after {

            }

            #mobile-nav ul li.menu-has-children li.active a {
                color: #006900;
            }

            #mobile-nav ul li.menu-has-children li.menu-sub-children {
                padding-left: 10px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 12px 15px;
            cursor: pointer;
            color: #2b2b2b;
            font-weight: 600;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #fff;
            }

        #mobile-nav ul a.menu-item-active {
            padding-left: 30px;
        }

            #mobile-nav ul a.menu-item-active:after {
                position: absolute;
                content: '';
                background: #006900;
                height: 2px;
                width: 20px;
                top: 19.5px;
                left: 0;
            }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }


/** #Title & View More
 **************************************************************** **/
#title {
    text-align: center;
    margin-bottom: 50px;
}

    #title p {
        margin: 0;
        color: #000;
        font-weight: 800;
        font-size: 40px;
        text-align: center;
        position: relative;
        font-family: "Montserrat", serif;
    }

        #title p.about-title {
            text-align: left;
        }

            #title p.about-title:before {
                content: "";
                left: calc(0% + 5px);
            }

            #title p.about-title:after {
                content: "";
                left: calc(0% - 5px);
            }

        #title p:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: calc(50% - 5px);
            width: 20px;
            height: 2px;
            background-color: #006900;
        }

        #title p:after {
            content: "";
            bottom: -5px;
            position: absolute;
            right: calc(50% - 5px);
            width: 20px;
            height: 2px;
            background-color: #006900;
        }

#view-more {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background-color: #f9f9f9;
    padding: 13px 30px;
    padding-left: 60px;
    font-weight: 600;
    overflow: hidden;
    margin-top: 30px;
    text-transform: uppercase;
    border: 3px solid #ddd;
}

    #view-more:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        background-color: #ddd;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    }

    #view-more:hover:before {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
    }

    #view-more:after {
        position: absolute;
        content: '';
        background: #006900;
        height: 1px;
        width: 20px;
        top: 24.5px;
        left: 30px;
    }

    #view-more a {
        z-index: 2;
        color: #006900;
        position: relative;
        font-family: "Oswald", serif;
    }

        #view-more a:hover, #view-more a:focus {

        }

@media screen and (max-width: 767px) {
    #title {
        margin-bottom: 30px;
    }
}


/** #About
 **************************************************************** **/
#about {
    padding: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    #about #overlay {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fbfbfb;
        opacity: .95;
        z-index: 1;
    }

    #about #about-item {
        z-index: 2;
        padding: 80px 50px;
        position: relative;
        border: 1px solid #d4d4d4;
    }

    #about #about-photo {
        height: 500px;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    #about #about-content {
        height: 500px;
        display: table;
        padding: 0 20px;
    }

        #about #about-content #about-details {
            display: table-cell;
            vertical-align: middle;
        }

            #about #about-content #about-details #about-details-content {
                
            }

@media screen and (max-width: 1199px) {
    #about #about-item {
        padding: 50px 30px;
    }
}

@media screen and (max-width: 767px) {
    #about #about-item {
        padding: 30px;
    }

    #about #about-content {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    #about {
        padding: 0;
        margin-bottom: 30px;
    }

        #about #about-item {
            padding: 10px;
        }

            #about #about-item #about-item-content {
                padding: 0;
            }

        #about #about-photo {
            height: 350px;
        }
}


/** #Products
 **************************************************************** **/
#products {
    padding: 80px 50px;
}

#product {
    height: 350px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    #product #product-photo {
        height: 270px;
        width: 100%;
        padding: 10px;
        overflow: hidden;
        position: relative;
        border: 4px solid #ddd;
        background: #fff;
    }

        #product #product-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
            -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }

            #product #product-photo img:hover {
                opacity: 0.5;
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

    #product #product-name {
        height: 80px;
        width: 100%;
        overflow: hidden;
        display: table;
        position: relative;
        text-align: left;
        padding: 10px;
        background: #006900;
        bottom: 0;
        left: 0;
        box-shadow: 0 5px 15px rgba(0,0,0,.15);
    }

        #product #product-name h1 {
            color: #fff;
            height: 100%;
            font-size: 14px;
            margin-bottom: 0;
            margin-top: 0;
            padding-left: 35px;
            position: relative;
            z-index: 1;
            display: table-cell;
            vertical-align: middle;
        }

            #product #product-name h1:after {
                content: "";
                position: absolute;
                background: #fff;
                height: 1px;
                width: 20px;
                top: 24.5px;
                left: 0;
            }

@media screen and (max-width: 1199px) {
    #products {
        padding: 50px 30px;
    }
}

@media screen and (max-width: 767px) {
    #products {
        padding: 30px;
    }
}

@media screen and (max-width: 480px) {
    #products {
        padding: 15px;
    }
}


/** Owl Navigation
 **************************************************************** **/
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
    padding: 0;
    color: #555;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0;
    position: relative;
    padding-bottom: 3px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 5px 10px;
    background: transparent;
    border-bottom: 2px solid #006900;
    font-family: "Montserrat", serif;
}

    .owl-carousel .owl-controls .owl-nav .owl-prev {

    }

        .owl-carousel .owl-controls .owl-nav .owl-prev:before {
            color: #000;
            content: "\f060";
            padding-right: 10px;
            font-family: FontAwesome;
        }

        .owl-carousel .owl-controls .owl-nav .owl-prev:after {
            border-bottom: 3px solid #006900;
            bottom: -2px;
            content: "";
            left: auto;
            position: absolute;
            right: 0;
            transition: all 400ms ease-in-out 0s;
            -webkit-transition: all 400ms ease-in-out 0s;
            -moz-transition: all 400ms ease-in-out 0s;
            -o-transition: all 400ms ease-in-out 0s;
            -ms-transition: all 400ms ease-in-out 0s;
            width: 0;
        }

        .owl-carousel .owl-controls .owl-nav .owl-prev:hover:after {
            width: 60px;
        }

    .owl-carousel .owl-controls .owl-nav .owl-next {

    }

        .owl-carousel .owl-controls .owl-nav .owl-next:before {
            border-bottom: 3px solid #006900;
            bottom: -2px;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            transition: all 400ms ease-in-out 0s;
            -webkit-transition: all 400ms ease-in-out 0s;
            -moz-transition: all 400ms ease-in-out 0s;
            -o-transition: all 400ms ease-in-out 0s;
            -ms-transition: all 400ms ease-in-out 0s;
            width: 0;
        }

        .owl-carousel .owl-controls .owl-nav .owl-next:hover:before {
            width: 60px;
        }

        .owl-carousel .owl-controls .owl-nav .owl-next:after {
            color: #000;
            content: "\f061";
            padding-left: 10px;
            font-family: FontAwesome;
        }


/** #Brands
 **************************************************************** **/
#brands {
    padding: 80px 50px;
}

#brand {
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    #brand #brand-photo {
        height: 150px;
        width: 100%;
        padding: 10px;
        overflow: hidden;
        position: relative;
        border: 4px solid #ddd;
        background: #fff;
    }

        #brand #brand-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
            -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }

            #brand #brand-photo img:hover {
                opacity: 0.5;
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

    #brand #brand-name {
        height: 50px;
        width: 100%;
        overflow: hidden;
        display: table;
        position: relative;
        text-align: left;
        padding: 10px;
        background: #006900;
        bottom: 0;
        left: 0;
        box-shadow: 0 5px 15px rgba(0,0,0,.15);
    }

        #brand #brand-name h1 {
            color: #fff;
            height: 100%;
            font-size: 14px;
            margin-bottom: 0;
            margin-top: 0;
            padding-left: 35px;
            position: relative;
            z-index: 1;
            display: table-cell;
            vertical-align: middle;
        }

            #brand #brand-name h1:after {
                content: "";
                position: absolute;
                background: #fff;
                height: 1px;
                width: 20px;
                top: 14.5px;
                left: 0;
            }

@media screen and (max-width: 1199px) {
    #brands {
        padding: 50px 30px;
    }
}

@media screen and (max-width: 767px) {
    #brands {
        padding: 30px;
    }
}

@media screen and (max-width: 480px) {
    #brands {
        padding: 30px 15px 15px;
    }
}


/** #awards
 **************************************************************** **/
#awards {
    padding: 80px 50px;
}

#award {
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    #award #award-photo {
        height: 220px;
        width: 100%;
        padding: 10px;
        overflow: hidden;
        position: relative;
        border: 4px solid #ddd;
        background: #fff;
    }

        #award #award-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
            -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }

            #award #award-photo img:hover {
                opacity: 0.5;
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

    #award #award-name {
        height: 80px;
        width: 100%;
        overflow: hidden;
        display: table;
        position: relative;
        text-align: left;
        padding: 10px;
        background: #006900;
        bottom: 0;
        left: 0;
        box-shadow: 0 5px 15px rgba(0,0,0,.15);
    }

        #award #award-name h1 {
            color: #fff;
            height: 100%;
            font-size: 14px;
            margin-bottom: 0;
            margin-top: 0;
            padding-left: 35px;
            position: relative;
            z-index: 1;
            display: table-cell;
            vertical-align: middle;
        }

            #award #award-name h1:after {
                content: "";
                position: absolute;
                background: #fff;
                height: 1px;
                width: 20px;
                top: 30px;
                left: 0;
            }

@media screen and (max-width: 1199px) {
    #awards {
        padding: 50px 30px;
    }
}

@media screen and (max-width: 767px) {
    #awards {
        padding: 30px;
    }
}

@media screen and (max-width: 480px) {
    #awards {
        padding: 15px;
    }
}


/** #Contact Us
 **************************************************************** **/
#contacts {
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/map.png);
}

    #contacts #contacts-overlay {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fbfbfb;
        opacity: .93;
        z-index: 1;
    }

    #contacts:after {
        position: absolute;
        content: '';
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        z-index: 2;
        transform: scale(1, 1);
        transition: all 0.2s linear;
        box-shadow: 0 0 0 1px #e6e6e6;
    }

    #contacts #contacts-box {
        z-index: 5;
        padding: 80px 50px;
        position: relative;
    }

#contact-details {

}

    #contact-details #contact-details-box {
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color: rgba(152, 152, 152, 0.2);
        padding: 0 0 0 50px;
        position: relative;
        margin-top: 50px;
    }

        #contact-details #contact-details-box i {
            top: 0;
            left: 0;
            width: 30px;
            font-size: 35px;
            text-align: center;
            position: absolute;
            color: rgba(0, 105, 0, 0.4);
        }

        #contact-details #contact-details-box p.title {
            color: #006900;
            font-size: 15px;
            font-weight: 700;
        }

        #contact-details #contact-details-box p.details {
            color: #666;
            font-size: 13px;
            font-weight: 500;
            margin-bottom: 15px;
        }

        #contact-details #contact-details-box a {
            color: #444;
            font-weight: 600;
        }

@media screen and (max-width: 767px) {
    #contacts {
        margin-top: 30px;
    }

        #contacts:after {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

    #contact-details {
        margin-bottom: 50px;
    }

    #contacts #contacts-box {
        padding: 50px;
    }

    #contact-details #contact-details-box {
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    #contacts #contacts-box {
        padding: 30px 15px;
    }
}


/** #Footer
 **************************************************************** **/
#footer {
    font-size: 12px;
    font-weight: 600;
    padding: 20px 0;
    text-align: center;
    position: relative;
}

    #footer:before {
        content: "";
    }

    #footer:after {
        content: "";
    }

    #footer h1 {
        margin: 5px 0;
        font-size: 12px;
        font-weight: 700;
        display: inline-block;
    }


/** Page Header
 **************************************************************** **/
.subpage-banner {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-header {
    margin: 0;
    height: 500px;
    padding-bottom: 0;
    border-bottom: none;
    position: relative;
}

    .page-header .page-title {
        height: 100%;
        position: absolute;
        width: 35%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #006900;
    }
        .page-header .page-title .page-title-content {
            left: 50%;
            top: 50%;
            width: 100%;
            padding: 0 30px;
            position: absolute;
            transform: translate(-50%, -50%);
        }

            .page-header .page-title .page-title-content p {
                color: #fff;
                font-size: 50px;
                font-weight: 600;
                letter-spacing: 2px;
                position: relative;
                margin-bottom: 30px;
                text-transform: uppercase;
                font-family: "Oswald", serif;
            }

                .page-header .page-title .page-title-content p:before {
                    content: "";
                    width: 60px;
                    height: 2px;
                    background: #fff;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                }

                .page-header .page-title .page-title-content p:after {
                    content: "";
                    width: 30px;
                    height: 2px;
                    background: #fff;
                    position: absolute;
                    left: 0;
                    bottom: -5px;
                }

            .page-header .page-title .page-title-content h1 {
                color: #fff;
                font-size: 30px;
                font-weight: 600;
                position: relative;
                margin-bottom: 30px;
                padding-bottom: 10px;
                font-family: "Oswald", serif;
            }

                .page-header .page-title .page-title-content h1:before {
                    content: "";
                    width: 60px;
                    height: 2px;
                    background: #fff;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                }

                .page-header .page-title .page-title-content h1:after {
                    content: "";
                    width: 30px;
                    height: 2px;
                    background: #fff;
                    position: absolute;
                    left: 0;
                    bottom: -5px;
                }

            .page-header .page-title .page-title-content .breadcrumb {
                padding: 5px 0;
                border-radius: 0;
                background: none;
            }

                .page-header .page-title .page-title-content .breadcrumb li a {
                    padding: 8px;
                    color: #006900;
                    background: #eee;
                    position: relative;
                    font-family: "Oswald", serif;
                }

                    .page-header .page-title .page-title-content .breadcrumb li a:before {
                        content: "\f053";
                        padding-right: 10px;
                        font-family: FontAwesome;
                    }

@media screen and (max-width: 991px) {
    .page-header .page-title {
        width: 100%;
        background: rgba(16, 16, 16, 0.85);
    }

        .page-header .page-title .page-title-content p {
            color: #006900;
        }

            .page-header .page-title .page-title-content p:before {
                background: #006900;
            }

            .page-header .page-title .page-title-content p:after {
                background: #006900;
            }

        .page-header .page-title .page-title-content h1 {
            color: #006900;
        }

            .page-header .page-title .page-title-content h1:before {
                background: #006900;
            }

            .page-header .page-title .page-title-content h1:after {
                background: #006900;
            }
}

@media screen and (max-width: 767px) {
    .page-header {
        height: 400px;
    }
}

@media screen and (max-width: 480px) {
    .page-header .page-title .page-title-content p {
        font-size: 40px;
    }
}


/** Page
 **************************************************************** **/
.page {
    min-height: 50vh;
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    .page {
        padding: 50px 0;
    }
}

@media screen and (max-width: 480px) {
    .page {
        padding: 30px 0;
    }

        .page .content {
            padding: 0;
        }
}


/** Products
 **************************************************************** **/
.product {
    height: 350px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

    .product .product-photo {
        height: 270px;
        width: 100%;
        padding: 10px;
        overflow: hidden;
        position: relative;
        border: 4px solid #ddd;
        background: #fff;
    }

        .product .product-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto !important;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
            -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }

            .product .product-photo img:hover {
                opacity: 0.5;
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

    .product .product-name {
        height: 80px;
        width: 100%;
        overflow: hidden;
        display: table;
        position: relative;
        text-align: left;
        padding: 10px;
        background: #006900;
        bottom: 0;
        left: 0;
        box-shadow: 0 5px 15px rgba(0,0,0,.15);
    }

        .product .product-name h1 {
            color: #fff;
            height: 100%;
            font-size: 14px;
            margin-bottom: 0;
            margin-top: 0;
            padding-left: 35px;
            position: relative;
            z-index: 1;
            display: table-cell;
            vertical-align: middle;
        }

            .product .product-name h1:after {
                content: "";
                position: absolute;
                background: #fff;
                height: 1px;
                width: 20px;
                top: 24.5px;
                left: 0;
            }

/******************************* Product Details ******************************* **/
.product-info {
    padding-bottom: 50px;
}

.product-detail-buttons {
    margin-top: 20px;
    text-align: center;
}

    .product-detail-buttons a {
        margin-bottom: 5px;
    }

.product-item table {
    margin: 20px 0;
}

    .product-item table td {
        vertical-align: top;
    }

@media screen and (max-width: 1199px) {
    .product-details {
        margin-bottom: 50px;
    }
}


/******************************* Other Products ******************************* **/
.other-products {
    padding-top: 20px;
    border-top: 1px dashed #006900;
}

    .other-products .owl-carousel .owl-item {
        padding-top: 0;
    }

    .other-products p {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 20px;
    }


/******************************* Nav Tabs ******************************* **/
.nav-pills > li {
    margin-right: 10px;
}

    .nav-pills > li > a {
        border: none;
        border: none;
        display: block;
        color: #000;
        background: #eee;
        font-size: 15px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        background: #006900;
        border: none;
        color: #fff;
        bottom: 0 !important;
        position: relative;
        border-radius: 2px;
    }

@media screen and (max-width: 767px) {
    .nav-pills > li {
        width: 100%;
        margin-right: 0;
    }

        .nav-pills > li > a {
            text-align: center;
        }

        .nav-pills > li + li {
            margin-left: 0;
        }
}

.tab-content {
    padding: 45px;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 20px;
}

    .tab-content .btn-warning {
        margin-right: 10px;
    }

    .tab-content .btn {
        margin-bottom: 10px;
    }

    .tab-content h1 {
        font-size: 20px;
        font-weight: 700;
    }

    .tab-content table {
        width: 100%;
        margin: 20px 0;
    }

        .tab-content table tr {
            background: #fff;
            border: 1px dotted rgba(0,0,0,.1);
        }

        .tab-content table td {
            padding: 8px;
            border-top: 0;
            margin: 0;
            font-weight: 500;
            line-height: 1.5;
        }

            .tab-content table td.table-title {
                width: 150px;
                font-weight: 600;
                border-right: 1px dotted rgba(0,0,0,.1);
            }

    .tab-content .btn-warning {
        margin-right: 10px;
    }

    .tab-content .btn {
        margin-bottom: 10px;
    }

@media (max-width: 767px) {
    .tab-content {
        padding: 30px;
    }
}

@media (max-width: 480px) {
    .tab-content {
        padding: 15px;
    }

        .tab-content table {
            display: inline-block;
            overflow-x: scroll;
        }

            .tab-content table td.table-title {
                width: 80px;
            }
}


/******************************* Product Details Carousel ******************************* **/
#sync1 .item {
    position: relative;
    padding: 5px;
    max-width: 330px;
    height: 400px;
    width: 100%;
    margin: 0 auto 10px;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
}

    #sync1 .item img {
        padding: 5px;
        max-width: 100%;
        max-height: 100%;
        display: block;
        width: auto;
        height: auto;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

#sync1.owl-carousel .owl-item {
    padding-top: 0;
}

#sync2 {
    max-width: 400px;
    width: 100%;
}

    #sync2 .item {
        position: relative;
        padding: 5px;
        max-width: 70px;
        height: 70px;
        width: 100%;
        margin: 5px auto;
        background: #fff;
        border: 1px solid #ddd;
        overflow: hidden;
        cursor: pointer;
    }

        #sync2 .item img {
            padding: 5px;
            max-width: 100%;
            max-height: 100%;
            display: block;
            width: auto;
            height: auto;
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

    #sync2 .current .item {
        border: 3px solid #006900;
    }

    #sync2 .owl-stage {
        display: grid;
        width: 100% !important;
    }

    #sync2.owl-carousel .owl-item {
        width: 100% !important;
    }

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

    .owl-theme .owl-nav [class*='owl-'] {
        transition: all 0.3s ease;
    }

        .owl-theme .owl-nav [class*='owl-'].disabled:hover {
            background-color: #D6D6D6;
        }

.owl-carousel .owl-stage {
    margin: 0 auto;
}

#sync1.owl-theme, #sync2.owl-theme {
    position: relative;
}

    #sync1.owl-theme .owl-next,
    #sync1.owl-theme .owl-prev {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 45%;
        background: transparent;
        transform: translateY(-50%);
    }

    #sync1.owl-theme .owl-prev {
        left: 0;
    }

    #sync1.owl-theme .owl-next {
        right: 0;
    }

        #sync1.owl-theme .owl-next path, #sync1.owl-theme .owl-prev path {
            stroke: #006900 !important;
        }

    #sync2.owl-theme .owl-next,
    #sync2.owl-theme .owl-prev {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 45%;
        background: transparent;
        transform: translateY(-50%);
        color: #000;
    }

    #sync2.owl-theme .owl-prev {
        left: 0;
    }

    #sync2.owl-theme .owl-next {
        right: 0;
    }

#sync1.owl-carousel .owl-item.active, #sync2.owl-carousel .owl-item.active {
    padding-top: 0;
    transition: all 400ms ease;
}

@media screen and (max-width: 480px) {
    #sync1.owl-theme .owl-prev {
        left: -15px;
    }

    #sync1.owl-theme .owl-next {
        right: -15px;
    }
}


/******************************* Product Details Carousel - Mobile ******************************* **/
#sync3 .item {
    position: relative;
    padding: 5px;
    max-width: 400px;
    height: 400px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
}

    #sync3 .item img {
        padding: 5px;
        max-width: 100%;
        max-height: 100%;
        display: block;
        width: auto;
        height: auto;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

#sync4 {
    max-width: 400px;
    width: 100%;
}

    #sync4 .item {
        position: relative;
        padding: 5px;
        max-width: 70px;
        height: 70px;
        width: 100%;
        margin: 5px auto;
        background: #fff;
        border: 1px solid #ddd;
        overflow: hidden;
        cursor: pointer;
    }

        #sync4 .item img {
            padding: 5px;
            max-width: 100%;
            max-height: 100%;
            display: block;
            width: auto;
            height: auto;
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
        }

    #sync4 .current .item {
        border: 3px solid #006900;
    }

.owl-carousel .owl-stage {
    margin: 0 auto;
}

#sync3.owl-theme, #sync4.owl-theme {
    position: relative;
}

    #sync3.owl-theme .owl-next,
    #sync3.owl-theme .owl-prev {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 45%;
        background: transparent;
        transform: translateY(-50%);
    }

    #sync3.owl-theme .owl-prev {
        left: 0;
    }

    #sync3.owl-theme .owl-next {
        right: 0;
    }

    #sync4.owl-theme .owl-next,
    #sync4.owl-theme .owl-prev {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 45%;
        background: transparent;
        transform: translateY(-50%);
        color: #000;
    }

    #sync4.owl-theme .owl-prev {
        left: 0;
    }

    #sync4.owl-theme .owl-next {
        right: 0;
    }

    #sync3.owl-theme .owl-next path, #sync3.owl-theme .owl-prev path {
        stroke: #006900 !important;
    }

#sync3.owl-carousel .owl-item.active, #sync4.owl-carousel .owl-item.active {
    padding-top: 0;
    transition: all 400ms ease;
}

@media screen and (max-width: 480px) {
    #sync3.owl-theme .owl-prev {
        left: -15px;
    }

    #sync3.owl-theme .owl-next {
        right: -15px;
    }
}


/** Brands
 **************************************************************** **/
.brand {
    height: 250px;
    max-width: 250px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 20px;
}

    .brand .brand-photo {
        height: 200px;
        width: 100%;
        padding: 10px;
        overflow: hidden;
        position: relative;
        border: 4px solid #ddd;
        background: #fff;
    }

        .brand .brand-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
            -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }

            .brand .brand-photo img:hover {
                opacity: 0.5;
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

    .brand .brand-name {
        height: 50px;
        width: 100%;
        overflow: hidden;
        display: table;
        position: relative;
        text-align: left;
        padding: 10px;
        background: #006900;
        bottom: 0;
        left: 0;
        box-shadow: 0 5px 15px rgba(0,0,0,.15);
    }

        .brand .brand-name h1 {
            color: #fff;
            height: 100%;
            font-size: 14px;
            margin-bottom: 0;
            margin-top: 0;
            padding-left: 35px;
            position: relative;
            z-index: 1;
            display: table-cell;
            vertical-align: middle;
        }

            .brand .brand-name h1:after {
                content: "";
                position: absolute;
                background: #fff;
                height: 1px;
                width: 20px;
                top: 14.5px;
                left: 0;
            }


/** Brand Details
 **************************************************************** **/
.brand-details-left {
    max-width: 250px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    .brand-details-left .brand-details-photo {
        height: 200px;
        width: 100%;
        padding: 10px;
        overflow: hidden;
        background: #fff;
        position: relative;
        border: 4px solid #ddd;
    }

        .brand-details-left .brand-details-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
        }

    .brand-details-left .brand-details-name {
        height: 50px;
        width: 100%;
        overflow: hidden;
        display: table;
        position: relative;
        text-align: left;
        padding: 10px;
        background: #006900;
        bottom: 0;
        left: 0;
        box-shadow: 0 5px 15px rgba(0,0,0,.15);
    }

        .brand-details-left .brand-details-name h3 {
            color: #fff;
            height: 100%;
            font-size: 14px;
            margin-bottom: 0;
            margin-top: 0;
            padding-left: 35px;
            position: relative;
            z-index: 1;
            display: table-cell;
            vertical-align: middle;
        }

            .brand-details-left .brand-details-name h3:after {
                content: "";
                position: absolute;
                background: #fff;
                height: 1px;
                width: 20px;
                top: 14.5px;
                left: 0;
            }

.brand-details-right {
    padding: 20px;
    min-height: 250px;
    background: #fff;
    border: 1px solid #eee;
}

    .brand-details-right .brand-details-content {
    }


/** Awards
 **************************************************************** **/
.award {
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    .award .award-photo {
        height: 230px;
        width: 100%;
        padding: 10px;
        overflow: hidden;
        position: relative;
        border: 4px solid #ddd;
        background: #fff;
    }

        .award .award-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
            -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }

            .award .award-photo img:hover {
                opacity: 0.5;
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
            }

    .award .award-name {
        height: 70px;
        width: 100%;
        overflow: hidden;
        display: table;
        position: relative;
        text-align: left;
        padding: 10px;
        background: #006900;
        bottom: 0;
        left: 0;
        box-shadow: 0 5px 15px rgba(0,0,0,.15);
    }

        .award .award-name h3 {
            color: #fff;
            height: 100%;
            font-size: 14px;
            margin-bottom: 0;
            margin-top: 0;
            padding-left: 35px;
            position: relative;
            z-index: 1;
            display: table-cell;
            vertical-align: middle;
        }

            .award .award-name h3:after {
                content: "";
                position: absolute;
                background: #fff;
                height: 1px;
                width: 20px;
                top: 24.5px;
                left: 0;
            }


/** Award Details
 **************************************************************** **/
.award-details-left {
    max-width: 250px;
    height: 270px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    .award-details-left .award-details-photo {
        height: 200px;
        width: 100%;
        padding: 10px;
        overflow: hidden;
        background: #fff;
        position: relative;
        border: 4px solid #ddd;
    }

        .award-details-left .award-details-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
        }

    .award-details-left .award-details-name {
        height: 70px;
        width: 100%;
        overflow: hidden;
        position: relative;
        text-align: left;
        padding: 10px;
        background: #006900;
        bottom: 0;
        left: 0;
        box-shadow: 0 5px 15px rgba(0,0,0,.15);
    }

        .award-details-left .award-details-name h3 {
            z-index: 1;
            color: #fff;
            font-size: 14px;
            margin-bottom: 10px;
            margin-top: 0;
            padding-left: 35px;
            position: relative;
        }

            .award-details-left .award-details-name h3:after {
                content: "";
                position: absolute;
                background: #fff;
                height: 1px;
                width: 20px;
                top: 14.5px;
                left: 0;
            }

        .award-details-left .award-details-name h5 {
            z-index: 1;
            color: #fff;
            height: 100%;
            font-size: 12px;
            margin-bottom: 0;
            margin-top: 0;
            padding-left: 35px;
            position: relative;
            font-style: italic;
        }

.award-details-right {
    padding: 20px;
    min-height: 250px;
    background: #fff;
    border: 1px solid #eee;
}

    .award-details-right .award-details-content {
    }


/** News & Events
 **************************************************************** **/
.news {
    width: 100%;
    height: 550px;
    display: table;
    margin: 0 0 30px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
}

    .news .news-item {
        width: 100%;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
    }

        .news .news-item .news-photo {
            height: 200px;
            position: relative;
        }

            .news .news-item .news-photo img {
                max-height: 100%;
                max-width: 100%;
                width: auto;
                height: auto;
                position: absolute;
                top: 50%;
                left: 50%;
                margin: 0 auto;
                transform: translate(-50%, -50%);
                -webkit-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
            }

        .news .news-item .news-details {
        }

            .news .news-item .news-details h3 {
                margin-bottom: 20px;
                font-family: "Oswald", serif;
            }

            .news .news-item .news-details p {
                margin: 20px auto 10px;
                letter-spacing: 0.5px;
                display: block;
                display: -webkit-box;
                height: calc(14px*1.3*7);
                font-size: 14px;
                line-height: 1.3;
                -webkit-line-clamp: 7;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .news .news-item .news-details p.news-description {
                    display: block;
                    display: -webkit-box;
                    height: calc(14px*1.3*15);
                    font-size: 14px;
                    line-height: 1.3;
                    -webkit-line-clamp: 15;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

        .news .news-item a.view-more {
            z-index: 2;
            position: relative;
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            color: #006900;
            background-color: #fff;
            padding: 13px 30px;
            padding-left: 60px;
            font-weight: 600;
            overflow: hidden;
            margin-top: 30px;
            text-transform: uppercase;
            border: 3px solid #006900;
            font-family: "Oswald", serif;
            -webkit-transition: left 0.3s ease-in-out, background-color 0.3s ease-out 0.3s;
            transition: left 0.3s ease-in-out, background-color 0.3s ease-out 0.3s;
        }

            .news .news-item a.view-more:hover {
                color: #fff;
            }

            .news .news-item a.view-more:before {
                z-index: -1;
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                content: "";
                background-color: #006900;
                -webkit-transform: scale(0, 1);
                -ms-transform: scale(0, 1);
                transform: scale(0, 1);
                -webkit-transform-origin: top right;
                -ms-transform-origin: top right;
                transform-origin: top right;
                -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
                -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
                -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
                transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
                transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
                transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
                -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
                -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
                transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000)
            }

            .news .news-item a.view-more:hover:before {
                -webkit-transform: scale(1, 1);
                -ms-transform: scale(1, 1);
                transform: scale(1, 1);
                -webkit-transform-origin: bottom left;
                -ms-transform-origin: bottom left;
                transform-origin: bottom left;
            }

        .news .news-item a.view-more:after {
            content: '';
            height: 1px;
            width: 20px;
            top: 24.5px;
            left: 30px;
            position: absolute;
            background: #006900;
        }

            .news .news-item a.view-more:hover:after {
                background: #fff;
            }

@media screen and (max-width: 767px) {
    .news {
        height: 100%;
    }
}


/** News Details
 **************************************************************** **/
.newsdetails {
    padding: 50px;
    min-height: 250px;
    background: #fff;
    border: 1px solid #eee;
}

    .newsdetails .newsdetails-header {
        position: relative;
        padding-right: 15px;
    }

        .newsdetails .newsdetails-header h3 {
            color: #006900;
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 20px !important;
            font-family: "Oswald", serif;
        }

        .newsdetails .newsdetails-header p {
            text-align: justify;
        }

        .newsdetails .newsdetails-header img {
            max-width: 100%;
            max-height: 250px;
            height: auto;
            width: auto;
            margin: 30px auto;
        }

    .newsdetails .newsdetails-content {
        text-align: justify;
    }

.sideNewsPanel {
    padding-bottom: 5px;
}

.sideNews {
}

    .sideNews h2 {
        border-bottom: 1px dotted #999;
    }

.small-news {
    display: flex;
    min-height: 85px;
    margin-bottom: 5px;
    justify-content: space-between;
    padding-bottom: 5px !important;
    border-bottom: 1px dotted #999;
}

    .small-news a {
        width: 70%;
        display: flex;
        color: #006900;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 5px;
        align-items: center;
    }

    .small-news.no-photo a {
        width: 100%;
    }

    .small-news .small-news-photo {
        width: 30%;
        height: 80px;
        margin-left: 5px;
        position: relative;
        border: solid 1px #ddd;
    }

        .small-news .small-news-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto !important;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 5px;
        }

.no-photo {
    display: block;
}

.small-news .small-news-details {
}

    .small-news .small-news-details p {
        font-size: 12px;
        font-weight: 600;
        overflow: hidden;
        text-align: left;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

@media screen and (max-width: 991px) {
    .newsdetails {
        padding: 20px;
    }
}


/** Contacts Us
 **************************************************************** **/
.contact-details-content {
    margin-top: 50px;
}

.contact-enquiry {
}

    .contact-enquiry p.enquiry-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
        color: #999;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .contact-enquiry p.enquiry-subtitle {
        font-size: 26px;
        font-weight: 700;
        color: #000;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

.contact-details {
    padding: 50px;
    background: #006900;
}

    .contact-details .contact-item {
        margin-bottom: 35px;
    }

        .contact-details .contact-item p.contact-item-title {
            color: #fff;
            font-size: 16px;
            font-weight: 800;
            line-height: 1.2;
            text-transform: uppercase;
        }

        .contact-details .contact-item p.contact-item-details {
            margin: 0;
            color: #bbb;
            font-size: 13px;
            font-weight: 600;
            line-height: 1.75;
        }

        .contact-details .contact-item h1.company-name {
            margin: 0;
            color: #fff;
            font-size: 13px;
            font-weight: 700;
            line-height: 1.75;
        }

        .contact-details .contact-item a {
            font-size: 13px;
            color: #fff;
        }

        .contact-details .contact-item .contact-buttons {
            display: none;
        }

            .contact-details .contact-item .contact-buttons a {
                background: rgba(255, 255, 255, 0.95);
                display: inline-block;
                padding: 5px 10px;
                font-size: 13px;
                font-weight: 600;
                margin-bottom: 10px;
                margin-right: 5px;
                color: #006900;
            }

a.map-btn {
    z-index: 2;
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    color: #006900;
    background-color: #fff;
    padding: 13px 20px;
    padding-left: 60px;
    font-weight: 600;
    overflow: hidden;
    margin-top: 30px;
    text-transform: uppercase;
    border: 3px solid #006900;
    font-family: "Oswald", serif;
    -webkit-transition: left 0.3s ease-in-out, background-color 0.3s ease-out 0.3s;
    transition: left 0.3s ease-in-out, background-color 0.3s ease-out 0.3s;
}

    a.map-btn:before {
        z-index: -1;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        background-color: #006900;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
        -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
        transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.00);
    }

    a.map-btn:after {
        content: "";
        height: 1px;
        width: 20px;
        top: 24.5px;
        left: 30px;
        position: absolute;
        background: #006900;
    }

    a.map-btn:hover {
        color: #fff;
    }

        a.map-btn:hover:before {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
            -webkit-transform-origin: bottom left;
            -ms-transform-origin: bottom left;
            transform-origin: bottom left;
        }

        a.map-btn:hover:after {
            background: #fff;
        }

@media screen and (max-width: 767px) {
    .contact-details .contact-item .contact-buttons {
        display: block;
    }
}

@media (max-width: 480px) {
    .contact-enquiry p.enquiry-subtitle {
        font-size: 25px;
    }

    .contact-details {
        padding: 20px;
    }
}


/** Dealer Page
 **************************************************************** **/
.dealer-box {
    min-height: 820px;
    margin: 10px;
    background: #fff;
    border: 1px solid #ececec;
}

    .dealer-box .box-content {
        padding: 20px;
    }

        .dealer-box .box-content h1 {
            font-size: 25px;
            max-height: 80px;
            margin: 10px 0 30px;
        }

        .dealer-box .box-content span {
            margin-left: 10px;
        }

        .dealer-box .box-content p {
            color: #666;
        }

            .dealer-box .box-content p.dealer-box-title {
                color: #000;
                font-size: 18px;
                margin: 10px 0;
            }

        .dealer-box .box-content a {
            color: #666;
        }

            .dealer-box .box-content a:hover {
                color: #000;
            }

        .dealer-box .box-content i {
            width: 15px;
            margin-right: 5px;
        }

        .dealer-box .box-content .dealer-photo {
            overflow: hidden;
            padding: 10px;
            margin-bottom: 20px;
        }

        .dealer-box .box-content .top {
            height: 170px;
            margin-bottom: 20px;
        }

        .dealer-box .box-content .middle-details {
            height: 150px;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }

        .dealer-box .box-content .middle span {
            margin-left: 10px;
        }

        .dealer-box .box-content .bottom {
            text-align: center;
        }

            .dealer-box .box-content .bottom a {
                color: #fff;
            }

@media screen and (max-width: 767px) {
    .dealer-box {
        min-height: unset;
    }
}

@media screen and (max-width: 480px) {
    .dealer-box .box-content h2 {
        font-size: 22px;
    }
}


/** Photo Gallery
 **************************************************************** **/
.album {
    height: 320px;
    overflow: hidden;
    margin: 0 0 20px;
    display: block;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

    .album .album-cover {
        height: 250px;
        width: 100%;
        padding: 10px;
        overflow: hidden;
        background: #fff;
        position: relative;
        border: 4px solid #ddd;
    }

        .album .album-cover img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
        }

    .album .album-name {
        height: 70px;
        width: 100%;
        overflow: hidden;
        position: relative;
        text-align: left;
        padding: 10px;
        background: #006900;
        bottom: 0;
        left: 0;
        box-shadow: 0 5px 15px rgba(0,0,0,.15);
    }

        .album .album-name h4 {
            z-index: 1;
            color: #fff;
            font-size: 16px;
            margin-bottom: 10px;
            margin-top: 0;
            padding-left: 35px;
            position: relative;
        }

            .album .album-name h4:after {
                content: "";
                position: absolute;
                background: #fff;
                height: 1px;
                width: 20px;
                top: 14.5px;
                left: 0;
            }

        .album .album-name h6 {
            z-index: 1;
            color: #fff;
            font-size: 12px;
            margin-bottom: 10px;
            margin-top: 0;
            padding-left: 35px;
            position: relative;
        }

.album-details-title {
    margin: 10px 0 30px;
}

    .album-details-title a {
        font-size: 14px;
        padding: 10px;
        transition: 0.3s;
        display: inline-block;
        border: 1px solid rgba(25, 25, 25, 0.2);
    }

.album-details-item {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    border: 4px solid #eee
}

    .album-details-item .album-details-photo-item {
        width: auto;
        height: 100%;
        position: relative;
    }

        .album-details-item .album-details-photo-item img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 10px;
        }

    .album-details-item .album-details-video-item {
        height: 300px;
        padding: 10px;
        display: table;
    }

        .album-details-item .album-details-video-item .video-item {
            display: table-cell;
            vertical-align: middle;
        }

            .album-details-item .album-details-video-item .video-item .video-thumbnail {
                overflow: hidden;
                position: relative
            }

                .album-details-item .album-details-video-item .video-item .video-thumbnail:after {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                    content: "\f144";
                    font-family: FontAwesome;
                    font-size: 70px;
                    color: #fff;
                    opacity: 0.8;
                    text-shadow: 0px 0px 30px rgb(0 0 0 / 50%);
                }

            .album-details-item .album-details-video-item .video-item .video-name {
                overflow: hidden;
            }

                .album-details-item .album-details-video-item .video-item .video-name h4 {
                    font-size: 14px;
                    text-align: center;
                    font-weight: 600;
                }


/** Video Gallery
 **************************************************************** **/
.video {
    height: 340px;
    margin: 10px 0;
    padding: 10px;
    background: #fff;
    border: 4px solid #eee;
}

    .video .video-thumbnail {
        width: 100%;
        height: 250px;
        overflow: hidden;
        position: relative;
    }

        .video .video-thumbnail img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            padding: 5px;
        }

        .video .video-thumbnail a:after {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            content: "\f144";
            font-family: FontAwesome;
            font-size: 70px;
            color: #fff;
            opacity: 0.8;
            text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
        }

    .video .video-name {
        width: 100%;
        height: 60px;
        padding: 5px;
        display: table;
        overflow: hidden;
    }

        .video .video-name h4 {
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            display: table-cell;
            vertical-align: middle;
        }

@media screen and (max-width: 480px) {
    .video {
        height: 290px;
    }

        .video .video-thumbnail {
            height: 200px;
        }
}


/** Back To Top
 **************************************************************** **/
.back-to-top {
    position: fixed;
    display: none;
    background: #006900;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    right: 0;
    bottom: 0;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}

    .back-to-top:focus, .back-to-top:hover {
        background: #eee;
        color: #006900;
        outline: none;
    }

@media screen and (max-width: 767px) {
    .back-to-top {
        padding: 7px 12px;
    }
}

@media screen and (max-width: 480px) {
    .back-to-top {
        font-size: 14px;
    }
}


/** Whatsapp Plugin
 **************************************************************** **/
.whatsapp {
    position: fixed;
    bottom: 80px;
    right: 0;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
    z-index: 999;
    background: #25d366;
}

    .whatsapp i {
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 20px;
        background: #222;
        line-height: 40px;
        position: relative;
        text-align: center;
    }

    .whatsapp span {
        width: 0;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        overflow: hidden;
        align-items: center;
        white-space: nowrap;
        background: #25d366;
        display: none;
        letter-spacing: 1px;
        justify-content: center;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        transition: width 500ms ease;
    }

    .whatsapp:hover span {
        width: 155px;
        display: inline-flex !important;
    }

@media screen and (max-width: 767px) {
    .whatsapp {
        bottom: 70px;
    }

        .whatsapp i {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }

        .whatsapp:hover span {
            display: none !important;
        }
}


/** Facebook
 **************************************************************** **/
.facebook {
    position: fixed;
    bottom: 123px;
    right: 0;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
    z-index: 999;
    background: #3b5998;
}

    .facebook i {
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 17px;
        background: #222;
        line-height: 40px;
        position: relative;
        text-align: center;
    }

    .facebook span {
        width: 0;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        overflow: hidden;
        align-items: center;
        white-space: nowrap;
        background: #3b5998;
        display: none;
        letter-spacing: 1px;
        justify-content: center;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        transition: width 500ms ease;
    }

    .facebook:hover span {
        width: 155px;
        display: inline-flex !important;
    }

@media screen and (max-width: 767px) {
    .facebook {
        bottom: 108px;
    }

        .facebook i {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }

        .facebook:hover span {
            display: none !important;
        }
}


/** Wechat
 **************************************************************** **/
.wechat {
    position: fixed;
    bottom: 166px;
    right: 0;
    cursor: pointer;
    display: inline;
    vertical-align: middle;
    z-index: 999;
    background: #7bb32e;
}

    .wechat i {
        width: 40px;
        height: 40px;
        color: #fff;
        font-size: 17px;
        background: #222;
        line-height: 40px;
        position: relative;
        text-align: center;
    }

    .wechat span {
        width: 0;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        overflow: hidden;
        align-items: center;
        white-space: nowrap;
        background: #7bb32e;
        display: none;
        letter-spacing: 1px;
        justify-content: center;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        transition: width 500ms ease;
    }

    .wechat:hover span {
        width: 155px;
        display: inline-flex !important;
    }

@media screen and (max-width: 767px) {
    .wechat {
        bottom: 146px;
    }

        .wechat i {
            width: 35px;
            height: 35px;
            line-height: 35px;
        }

        .wechat:hover span {
            display: none !important;
        }
}


/** Extension
 **************************************************************** **/
.extension {
    background: #fff;
    height: 330px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

    .extension .extension-photo {
        height: 240px;
        width: 100%;
        padding: 10px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        border: 4px solid #ddd;
    }

        .extension .extension-photo img {
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }

        .extension .extension-photo:hover img {
            opacity: 0.5;
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
        }

    .extension .extension-name {
        height: 80px;
        padding: 5px;
        background: #006900;
    }

        .extension .extension-name h5 {
            color: #fff;
            font-size: 15px;
            text-align: center;
        }

        .extension .extension-name h6 {
            color: #ccc;
            font-size: 13px;
            text-align: center;
            font-style: italic;
            margin: 0 auto;
            display: -webkit-box;
            max-width: 500px;
            height: calc(14px*1.1*2);
            line-height: 1.2;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media screen and (max-width: 767px) {
    .extension {
        height: 100%;
    }

        .extension .extension-name {
            height: 100%;
        }
}


/** Extention Details
 **************************************************************** **/
.extension-details-left {
    padding: 10px;
}

    .extension-details-left img {
        max-height: 400px;
        height: auto;
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .extension-details-left .extension-details-name {
        padding: 10px;
    }

        .extension-details-left .extension-details-name h3 {
            margin: 10px 0;
            font-size: 20px;
            text-align: center;
        }

        .extension-details-left .extension-details-name h5 {
            color: #555;
            font-style: italic;
            text-align: center;
        }

        .extension-details-left .extension-details-name h4 {
            width: 100%;
            padding: 5px;
            font-size: 15px;
            line-height: 1.3;
            text-align: center;
            background: #006900;
            display: inline-block;
        }

        .extension-details-left .extension-details-name a {
            color: #fff;
        }

.extension-details-right {
    padding: 30px;
    min-height: 400px;
    border: 1px solid #eee;
}

@media screen and (max-width: 767px) {
    .extension-details-left {
        height: 100%;
        margin-bottom: 20px;
        border-bottom: 1px dotted #aaa;
    }

        .extension-details-left .extension-details-name {
            height: 100%;
        }
}