/* Custom Font Start */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,900');

body {
    font-family: 'Roboto';
    font-size: 16px;
}

header {
    position: fixed;
    z-index: 99;
    background: transparent;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header .navbar-brand {
    margin-right: 0;
    z-index: 1;
}
header .navbar-brand img {
    width: 196px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header .navbar-collapse {
    background: #fff;
    border-radius: 4px;
    padding: 10px 0;
    padding-right: 15px;
    position: relative;
}
header .navbar-collapse:after {
    content: '';
    width: 90px;
    height: 100%;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: -85px;
    top: 0;
}
header .navbar {
    padding: .5rem 0;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
header .navbar-expand-lg .navbar-nav .nav-link:focus, 
header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #87bf41;
}
header .navbar-expand-lg .navbar-nav {
    align-items: center;
}
header.sticky {
    background: #fff;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
header.sticky .navbar-brand img {
    width: 90px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.banner {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner .slick-slide img {
    width: 100%;
}
.banner-caption {
    position: absolute;
    left: 0;
    bottom: 26%;
    width: 100%;
    z-index: 15;
}
.banner-caption h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
}
.banner-caption p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 400;
}
.banner-caption span {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 45px;
    width: 100%;
    display: block;
}
.banner-caption a {
    padding: 10px 25px;
    min-width: 146px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 14px;
    background: #fff;
    color: #87bf41;
    display: inline-block;
    margin-right: 14px;
    font-weight: 400;
}
.banner-caption a.banner-btn {
    background: transparent;
    color: #fff;
}
.banner-caption a:hover,
.banner-caption a.banner-btn:hover {
    border: 1px solid #87bf41;
    background: #87bf41;
    color: #fff;
}
.innerBanner .banner-caption a {
    position: fixed;
    right: -30px;
    top: 28%;
}
.banner .slick-dotted.slick-slider {
    margin-bottom: 0;
    float: left;
    max-width: 100% !important;
}
img.image-top,
img.image-bottm {
    position: absolute;
    left: 0;
    width: 100%;
}
img.image-bottm {
    bottom: -1px;
}
img.image-top {
    top: -1px;
}
.about,
.products,
.location,
footer {
    float: left;
    width: 100%;
}
.about,
.products {
    position: relative;
    padding: 60px 0;
}
.about h3,
.products h3 {
    width: auto;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    color: #87bf41;
    margin-bottom: 30px;
}
.about p {
    width: 70%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}
.about a,
.products a {
    padding: 8px 30px;
    min-width: 146px;
    text-align: center;
    border: 1px solid #87bf41;
    border-radius: 50px;
    font-size: 14px;
    background: #87bf41;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.about a:hover,
.products a:hover {
    border: 1px solid #87bf41;
    background: #fff;
    color: #87bf41;
}
.about-img-left {
    position: absolute;
    left: 0;
}
.about-img-right {
    position: absolute;
    right: 0;
}
.products {
    background: url(../images/product-bg.jpg) no-repeat;
    background-size: cover;
}
.products h6 {
    position: absolute;
    bottom: 50px;
    left: 30px;
    color: #fff;
}
.products h3 {
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff;
}
.products h3:after {
    background: url(../images/heading-bg-white.png) no-repeat;
}
.products p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}
.product-img {
    margin: 30px 0;
    margin-top: 80px;
    max-width: 100%;
}
.locationMap {
    background: transparent;
}
.locationMap h3 {
    color: #87bf41
}
.locationMap h3:after {
    background: url(../images/heading-bg.png) no-repeat;
}
.location  {
    overflow: hidden;
    position: relative;
}
.location iframe {
    float: left;
    width: 100%;
    height: 410px;
    border: none;
    max-width: 100%;
}
footer {
    padding: 40px 0;
}
footer p {
    font-size: 14px;
}
footer ul {
    text-align: right;
}
footer ul li {
    display: inline-block;
    margin-left: 10px;
}
footer ul li a {
    color: #000;
}
footer p span,
footer ul li a:hover {
    color: #87bf41;
}
footer p span {
    font-weight: 500;
}
.innerBanner {
    float: left;
    width: 100%;
    position: relative;
}
.innerBanner .innerBannerImg img {
    width: 100%;
    height: auto;
}
.innerData p {
    width: 100%;
    margin-bottom: 15px;
}
.visionWrapper {
    flex-direction: column;
    background: #fff;
    padding: 40px 25px;
    box-shadow: 1px 1px 10px #ddd;
    min-height: 386px;
    margin-top: 40px;
}
.visionWrapper h6 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
.visionWrapper p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}
.visionWrapper p a:hover {
    color: #87bf40;
}
.visionWrapper ul {
    padding-left: 15px;
}
.visionWrapper ul li {
    font-size: 14px;
    margin-bottom: 10px;
    list-style: outside;
}
.visionWrapper ul li:last-child {
    margin-bottom: 0;
}
.productsInner {
    float: left;
    width: 100%;
    padding: 60px 0;
    padding-bottom: 80px;
}
.productsInner h3 {
    width: auto;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    color: #87bf40;
    margin-bottom: 80px;
}
.productsInner h3:after {
    content: '';
    width: 43px;
    height: 42px;
    background: url(../images/heading-bg.png) no-repeat;
    position: absolute;
    left: 62px;
    top: -28px;
}
.productsInner h6 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
.product-image {
    background: url(../images/product-bg.png) no-repeat;
    background-position: center;
    height: 477px;
    text-align: center;
}
.product-image img {
    margin: 0 auto;
    max-width: 375px;
    border-radius: 100%;
}
.product-image .d-flex {
    height: 100%;
}
.product-data .d-flex {
    flex-flow: wrap;
}
.product-data .d-flex img {
    margin-bottom: 25px;
}
.product-data .d-flex p {
    color: #676767;
    font-family: 'Raleway';
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    display: block;
    width: 100%;
}
.product-data .d-flex a {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #ffc066;
    padding: 12px 35px;
    border-radius: 50px;
    text-align: center;
}
.product-data .d-flex a:hover {
    color: #fff;
    background: #ffc066;
}
.xs-product {
    display: none;
}
.productsInner .visionWrapper {
    min-height: 255px;
    margin-top: 60px;
}
.contactWrapper h3:after {
    left: 33px;
}
.management {
    padding-bottom: 0;
}
.managementWrapper {
    padding-top: 0;
    padding-bottom: 30px;
}
.managementWrapper h3:after {
    left: 63px;
}
.contactWrapper .visionWrapper {
    min-height: 256px;
}
.contactWrapper h3 {
    margin-bottom: 50px;
}
.productsInner.galleryWrapper {
    padding-bottom: 55px;
}
.galleryWrapper img {
    margin-bottom: 25px;
}
.contact-form form {
    margin-top: 30px;
}
.contact-form label {
    font-size: 14px;
    color: #808080;
}
.contact-form .form-control {
    font-size: 14px;
    color: #000;
    border-radius: 0;
    border: 1px solid #e0e0e0;
}
.contact-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.contact-form .btn-primary {
    padding: 8px 30px;
    min-width: 130px;
    text-align: center;
    border: 1px solid #87bf41;
    border-radius: 2px;
    font-size: 14px;
    background: #87bf41;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.contact-form .btn-primary:hover,
.contact-form .btn-primary:focus {
    border: 1px solid #87bf41;
    background: #fff;
    color: #87bf41;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.data-icon,
.data-content {
    float: left;
    text-align: center;
}
.data-icon {
    margin-bottom: 5px;
}
.data-icon h6 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px;
}
.data-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    max-width: 90%;
    margin: 0 auto;
}
div.image_tn {
    float: left;
}
div.image_tn img {
    margin: 0px;
    max-width: none;
}
.lightboxcontainer {
    width:100%;
    text-align:left;
}
.lightboxleft {
    width: 40%;
    float:left;
}
.lightboxright {
    width: 60%;
    float:left;
}
div#html5-watermark {
    display: none !important;
}
#html5box-html5-lightbox .html5-elem-wrap {
    width: 100% !important;
}

@media (min-width: 1200px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 991.98px) {
    .navbar-toggler {
        background-color: #017840;
        position: relative;
    }
    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: none !important;
    }
    .navbar-toggler-icon:after {
        content: "\f1de";
        font-family: 'Font Awesome 5 Pro';
        color: #fff;
        font-weight: 300;
        font-size: 22px;
        position: absolute;
        left: 14px;
        top: 8px;
    }
    header .navbar-collapse:after {
        display: none;
    }
    .banner-caption {
        bottom: 30px;
    }
    .banner-caption h2 {
        font-size: 38px;
    }
    .banner-caption p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .about p {
        width: 100%;
    }
    .product-data .d-flex a,
    .product-image {
        margin-bottom: 40px;
    }
    .lg-product {
        display: none;
    }
    .xs-product {
        display: block;
    }
    .product-data .d-flex p {
        margin-bottom: 50px;
    }
    .productsInner .visionWrapper {
        min-height: 10px;
    }
    .contactWrapper .visionWrapper {
        min-height: 266px;
    }
    .modal-dialog {
        max-width: 94%;
    }
}

@media (max-width: 767.98px) {
    footer {
        text-align: center;
        padding: 20px 0;
    }
    footer ul {
        text-align: center;
        margin-top: 15px;
    }
    header {
        position: relative;
    }
    header .navbar-brand img {
        width: 120px;
    }
    .banner-caption h2 {
        font-size: 24px;
    }
    .banner-caption p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .banner-caption a {
        padding: 7px 20px;
        min-width: 128px;
    }
    header.sticky {
        position: fixed;
    }
    .about h3, .products h3 {
        font-size: 30px;
    }
    .about h3:after, .products h3:after {
        top: -38px;
    }
    .productsInner {
        padding: 60px 0;
    }
    .product-image {
        background-size: contain;
    }
    .productsInner .visionWrapper,
    .contactWrapper .visionWrapper {
        min-height: 10px;
    }
    .innerBanner .banner-caption a {
        top: 25%;
    }
}

@media (max-width: 575.98px) {
}