.error-field {
    border: 1px solid red !important;
}

.error, .success {
    color: red
}

.aboutvideo {
    margin-bottom: 3rem;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* =======================================================

*

* 	Template Style 

*	Edit this section

*

* ======================================================= */

body {
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.8;
    font-size: 14px;
    background: #fff;
    color: #3b434c;
    font-weight: 300;
    overflow-x: hidden;
}

    body.nx-offcanvas {
        overflow: hidden;
    }



a {
    color: #6b6639;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    a:hover {
        text-decoration: none !important;
    }



p, ul, ol {
    margin-bottom: 1.5em;
    color: #3b434c;
}



h1, h2, h3, h4, h5, h6 {
    color: #5a5a5a;
    font-weight: 400;
    margin: 0 0 30px 0;
}



figure {
    margin-bottom: 2em;
}



::-webkit-selection {
    color: #fcfcfc;
    background: #6b6639;
}



::-moz-selection {
    color: #fcfcfc;
    background: #6b6639;
}



::selection {
    color: #fcfcfc;
    background: #6b6639;
}

.socialbox {
    padding-top: 35px;
    padding-bottom: 45px;
    position: fixed;
    right: 0;
    top: 36%;
    background: #fff;
    padding: 10px 2px;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid #ccc;
    border-right: 0 none;
    z-index: 9;
}

    .socialbox a {
        margin: 8px 5px;
        display: block;
    }





.navbar-header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    .navbar-header a {
        float: none;
        text-align: center;
        margin: 0 auto; /*width:562px;*/
    }

    .navbar-header img {
        float: none;
        text-align: center;
        margin: 0 auto; /*width:562px;*/
    }



.navbar-brand {
    height: auto;
    padding-top: 20px;
    padding-bottom: 0px;
}

.navbar-nav > li > a {
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 400;
}

    .navbar-nav > li > a:hover {
        background: transparent;
    }



.navbar-Logo {
}

    .navbar-Logo img {
        width: 185px !important;
        position: absolute;
        top: 20px;
        right: 30px;
    }

        .navbar-Logo img.left {
            width: 200px !important;
            position: absolute;
            top: 20px;
            left: 0px;
            margin: 40px;
        }



.slider {
    background: #f7f7f5 url('/images/slider_bg.png') no-repeat center; /*margin-bottom:20px;*/
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}



    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }



        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }



    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }



.home_title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 25px;
    line-height: normal;
    color: #6b6639;
}

.home_desc {
    text-align: center;
    padding-bottom: 25px;
    font-size: 16px;
}



.productsection .col-md-3 {
    padding: 0px;
}

.productsection .row {
    padding-bottom: 25px;
}



.aboutsection h4 {
    line-height: normal;
}

.aboutsection .readmore {
    background: #6b6639;
    border: #6b6639 2px solid;
    padding: 3px 50px;
    margin: 0px auto;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    display: inline-block;
}

    .aboutsection .readmore:hover {
        background: #fff;
        color: #6b6639;
    }



.moreserivce {
    padding: 30px 0px 40px 0;
}



.accociates {
    background: #f7f7f5 url('/images/accociatesbg.png') no-repeat center; /*background-size:cover;*/
    margin-bottom: 20px;
}

    .accociates .home_title {
        padding: 70px 0 50px;
    }



.Downloads {
}

    .Downloads a {
        background: url(/images/pdf.png) no-repeat center 20px;
        padding: 100px 10px 10px 10px;
        text-align: center;
        width: 150px;
        height: 150px;
        float: left;
        margin: 15px;
        border: 1px solid #ccc;
        border-radius: 10px;
        line-height: normal;
        font-size: 14px;
        color: #333;
        font-weight: 500;
    }

        .Downloads a:hover {
            background-color: #f2e1cc;
        }





.quality .col-md-2 {
    margin-bottom: 15px;
}



.footer {
    background: #6b6639;
    padding: 50px 0px 20px 0px;
    color: #fff;
    font-size: 14px;
}

    .footer a {
        color: #fff;
    }

        .footer a:hover {
            color: rgba(255,255,255,0.5);
        }

.footer_link {
    list-style: none;
    padding: 0px;
}

    .footer_link li {
        border-bottom: rgba(255,255,255,0.3) 1px solid;
    }



        .footer_link li.link_title {
            font-size: 18px;
            text-transform: uppercase;
            font-weight: bold;
            color: #fff;
            border-bottom: none;
            margin-bottom: 15px;
        }

    .footer_link a {
        font-size: 14px;
        padding: 10px 0;
        display: block;
        line-height: normal;
    }



.phoneno {
    padding: 3px 0 8px;
}



.socialboxfooter {
    padding-top: 15px;
}

    .socialboxfooter a {
        margin-right: 5px;
    }



.copyright {
    margin-bottom: 50px;
    background: #56522e;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
}

.manufacture {
    color: #009535;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-top: 15px;
    text-align: center;
}

.about-des {
    float: left;
    width: 70%;
    padding-right: 30px;
}


.accociates ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .accociates ul li {
        display: inline-block;
        padding: 0 25px;
    }

        .accociates ul li a {
            color: #6b6639;
            font-size: 16px;
            font-weight: 600;
        }

            .accociates ul li a:hover {
                color: #f58634;
            }



.ingredientsmain ul.og-grid {
}

    .ingredientsmain ul.og-grid li {
        margin: 2%;
    }



        .ingredientsmain ul.og-grid li .og-expander {
            height: auto !important;
        }

            .ingredientsmain ul.og-grid li .og-expander .og-close {
                border: 1px solid #888;
                border-radius: 100%;
                right: 10px;
                width: 30px;
                height: 30px;
            }

                .ingredientsmain ul.og-grid li .og-expander .og-close::before, .ingredientsmain ul.og-grid li .og-expander .og-close::after {
                    left: 7px;
                }

        .ingredientsmain ul.og-grid li img {
            width: 200px;
        }

        .ingredientsmain ul.og-grid li .og-expander .og-fullimg {
            width: 200px;
        }

        .ingredientsmain ul.og-grid li .og-expander .og-details {
            padding: 20px 30px 0 25px;
            border: medium none;
        }

            .ingredientsmain ul.og-grid li .og-expander .og-details p {
                margin-bottom: 10px;
            }



.gallery {
    padding-bottom: 40px;
}

    .gallery img {
        border: 1px solid #ececec;
        cursor: pointer;
        margin-bottom: 3px;
        max-height: 160px;
        min-height: 160px;
        padding: 5px;
        width: 33%;
    }

.home-product img {
    height: auto;
    max-width: 100%;
}

/* - News & Event */
.about-news-section {
    display: inline-block;
    width: 100%;
}

.news-event-block {
    width: 30%;
    float: left;
    text-align: center;
}

    .news-event-block a {
        border: 2px solid transparent;
        display: inline-block;
    }

    .news-event-block .readmore {
        margin-top: 30px;
    }

    .news-event-block a img {
        max-width: 100%;
        height: auto;
        border-radius: 3px;
    }

.newsevent-block .text-center {
    padding: 0 15px;
}

.newsevent-block {
    display: inline-block;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0;
}

.eventbox {
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    width: 25%;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
}

.eventzoom > img {
    max-width: 100%;
    height: auto;
}

.eventbox-inner {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .eventbox-inner::before {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        content: "";
        display: inline-block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
    }

.zooom {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    width: 35px;
    margin: 0 auto;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    opacity: 0;
}

.eventbox-inner:hover::before {
    opacity: 1;
}

.eventbox:hover .zooom {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 1;
}


/* - Blog Section */
.blog-section {
    display: inline-block;
    width: 100%;
    padding-top: 50px;
}

.type-post {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 30px;
}

    .type-post h3 {
        color: #000;
        font-size: 22px;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .type-post p {
        font-size: 15px;
        line-height: 24px;
        padding: 0;
    }

    .type-post .readmoere {
        background-color: #000;
        color: #fff;
        display: inline-block;
        padding: 8px 25px;
        font-size: 14px;
        line-height: 22px;
        text-decoration: none;
        margin-top: 10px;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        border: 1px solid transparent;
    }

        .type-post .readmoere:hover {
            background-color: transparent;
            color: #000;
            border-color: #000;
        }

    .type-post p {
        display: block;
        margin-bottom: 15px;
    }

    .type-post h4 {
        color: #000;
        font-size: 18px;
        font-weight: 500;
        margin: 15px 0 15px;
        text-align: left;
    }

    .type-post ul {
        padding-left: 30px;
    }

        .type-post ul li {
            font-size: 14px;
            line-height: 24px;
            padding: 0;
            margin-bottom: 15px;
        }









@media (min-width: 992px) {

    .slider { /*height:450px;*/
        margin-bottom: 0px;
    }

    .accociates { /*height:468px;*/
        margin-bottom: 55px;
        padding-bottom: 70px;
    }

        .accociates .col-md-offset-1 {
            margin-left: 12.5%;
        }

        .accociates .row {
            margin-bottom: 45px;
        }

            .accociates .row.nomrg {
                margin-bottom: 0px;
            }

    .quality .col-md-2 {
        background: url('/images/qultbr.jpg') repeat-y left;
    }

        .quality .col-md-2:first-child {
            background: transparent;
        }

    .quality .col-md-2 {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .slider {
        height: auto;
    }

    .navbar-collapse.collapse {
        clear: both;
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 100%;
    }

    .navbar-nav {
        float: none;
        text-align: center;
    }

        .navbar-nav > li {
            float: none;
            display: inline-block;
        }

    .moreserivce .col-sm-6 {
        margin-bottom: 20px;
    }

    .productsection .col-md-3 img {
        width: 100%;
    }

    .container {
        width: 100%;
    }

    /*.navbar-header a.navbar-brand { width: 70%; float: left;}*/

    .navbar-header a.navbar-Logo {
        width: 30%;
        float: right;
    }

        .navbar-header a.navbar-Logo img {
            position: relative;
            right: 0;
            top: 0;
            width: auto;
            margin-top: 10px;
        }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .collapse.navbar-collapse .nav > li > a {
        margin-bottom: 0px;
        padding: 10px 20px;
    }

    .accociates ul {
        padding: 0 0 60px;
    }

    .home_desc.about-des video {
        margin: 0 0 20px !important;
        width: 100%;
    }
}





@media (max-width: 767px) {

    .socialbox.pull-right {
        float: left !important;
        text-align: left;
        padding-bottom: 5px;
        padding-top: 10px;
    }

    .navbar-brand {
        float: none;
        display: block;
        text-align: center;
    }

        .navbar-brand img {
            display: inline-block;
        }

    .navbar-toggle {
        background: #6b6639;
        margin-right: 0px;
    }

        .navbar-toggle .icon-bar {
            background: #fff;
        }

    .navbar-collapse {
        float: none !important;
        clear: both;
        background: #6b6639;
    }

    .navbar-nav > li > a {
        color: #fff;
        text-align: center;
        border-bottom: rgba(255,255,255,0.5) 1px solid;
        padding: 5px 0px
    }

    .navbar-nav {
        display: block;
        margin: 0px -15px;
    }

    .navbar {
        margin-bottom: 0px;
    }
    
    .navbar-header {
        margin: 0 auto !important;
    }

    .about-des,
    .news-event-block {
        width: 100%;
        padding-right: 0;
        text-align: center;
        float: none;
    }

        .news-event-block .readmore {
            margin-top: 15px;
            margin-bottom: 15px;
            display: block;
            max-width: 190px;
        }

    .mobile-sticky-footer {
        display: block !important;
        width: 100%
    }

    .copyright {
        margin-bottom: 50px;
    }
}


/* PSD */
.breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 8px;
    padding: 0 10px;
    font-weight: 400;
    margin-top: 3px;
}

.innerbanner h1 {
    color: #6b6639;
    font-size: 34px;
    font-weight: bold;
}

.innerbanner {
    background: #f5f5f3 url("/images/bannerbg1.png") no-repeat scroll center center;
    padding: 23px 0 0;
    margin-bottom: 0px;
}



    .innerbanner .text-right img {
        margin-right: -47px;
        display: inline-block;
    }

    .innerbanner .col-sm-4 img {
        margin-left: -53px;
    }


.innerbanneraboutus {
    background: #f5f5f3 url("/images/aboutus_img.png") no-repeat scroll center center;
    padding: 150px 0 0;
    margin-bottom: 0px;
}



    .innerbanneraboutus .text-right img {
        margin-right: -47px;
        display: inline-block;
    }

    .innerbanneraboutus .col-sm-4 img {
        margin-left: -53px;
    }

.innerbannerproduct {
    background: #f5f5f3 url("/images/products_img.png") no-repeat scroll center center;
    padding: 150px 0 0;
    margin-bottom: 0px;
}



    .innerbannerproduct .text-right img {
        margin-right: -47px;
        display: inline-block;
    }

    .innerbannerproduct .col-sm-4 img {
        margin-left: -53px;
    }

.innerbannerdowanload {
    background: #f5f5f3 url("/images/downloads_img.png") no-repeat scroll center center;
    padding: 150px 0 0;
    margin-bottom: 0px;
}



    .innerbannerdowanload .text-right img {
        margin-right: -47px;
        display: inline-block;
    }

    .innerbannerdowanload .col-sm-4 img {
        margin-left: -53px;
    }


.innerbannercontactus {
    background: #f5f5f3 url("/images/contactus_img.png") no-repeat scroll center center;
    padding: 150px 0 0;
    margin-bottom: 0px;
}



    .innerbannercontactus .text-right img {
        margin-right: -47px;
        display: inline-block;
    }

    .innerbannercontactus .col-sm-4 img {
        margin-left: -53px;
    }

.innerbannerinquiry {
    background: #f5f5f3 url("/images/inquiry_img.png") no-repeat scroll center center;
    padding: 150px 0 0;
    margin-bottom: 0px;
}



    .innerbannerinquiry .text-right img {
        margin-right: -47px;
        display: inline-block;
    }

    .innerbannerinquiry .col-sm-4 img {
        margin-left: -53px;
    }


/* sidebar */

.sidebar h3 {
    color: #6b6639;
    background: url(/images/sidebartitle.jpg) repeat;
    font-size: 22px;
    font-weight: bold;
    line-height: 47px;
    padding: 0 19px;
    margin-bottom: 0;
}

.sidebar ul {
    list-style: outside none none;
    padding: 0 18px;
}

    .sidebar ul li {
        margin: 11px 0;
    }

.sidebar-content {
    border: 4px solid #d8bd5e;
    margin-left: -12px;
    position: relative
}

.sidebar {
    margin-bottom: 60px;
}

.sidebar-content::after {
    background: url("/images/sidebarbg.png") no-repeat scroll 0 0;
    bottom: -13px;
    clear: both;
    content: "";
    display: block;
    height: 64px;
    left: -9px;
    right: -9px;
    position: absolute;
    width: auto;
    z-index: -1;
}



/*about us*/



.content h3 {
    color: #6b6639;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 26px;
    margin-top: 16px;
}



.content ul {
    padding-left: 14px
}

.abouticons img {
    margin-bottom: 10px;
}

.abouticons a {
    color: #333333;
    font-size: 16px;
}

.abouticons .col-sm-3 {
    margin-bottom: 30px;
}

.abouticons {
    margin-top: 70px;
}

.navbar {
    margin-bottom: 0;
}

.Quick-Form {
    background: #cdccb8 none repeat scroll 0 0;
    border-radius: 5px;
    margin: 30px 0 50px;
    margin-left: -12px;
}

@media (max-width:991px) {

    .sidebar-content::after {
        background: rgba(0, 0, 0, 0) url("/images/sidebarbg.png") no-repeat scroll 0 0 / 100% 64px;
    }

    .sidebar-content, .Quick-Form {
        margin-left: 0;
    }

    /*.flex {

		display: flex;

		flex-flow: column wrap;

	}

	.sidebar {

		order: 1;

	}*/

    .sidebar {
        margin-top: 40px
    }

    .accociates {
        padding-bottom: 70px;
    }
}



@media (max-width:767px) {

    .innerbanner .col-sm-4 img {
        display: none
    }
}

@media (max-width:639px) {

    .eventbox {
        width: 50%;
    }
}



.Certificates-page .col-sm-4 {
    margin-bottom: 30px
}

.Certificates-page .img-responsive {
    display: inline-block;
}

.products .col-sm-3 {
    text-align: center;
}

    .products .col-sm-3 a {
        font-weight: bold;
        text-transform: uppercase;
    }

.products .row {
    border-bottom: 1px solid #d2d1c3;
}


    .products .row:last-child {
        border: 0;
    }

    .products .row .col-sm-3 {
        border-right: 1px solid #d2d1c3;
        padding-bottom: 15px;
        padding-top: 15px;
    }

        .products .row .col-sm-3:last-child {
            border: 0
        }

.products {
    margin-bottom: 80px;
}

    .products p {
        font-size: 16px;
    }

    .products h3 {
        font-size: 28px;
    }


.bord-none {
    border: none !important;
}


@media (max-width:767px) {

    .products .row {
        border-bottom: 0
    }
}

.Inquiry-page .form-control {
    background: #f6f6f6 none repeat scroll 0 0;
    border-color: #eed57b;
    border-radius: 0;
    box-shadow: none;
    color: #918d66;
}

    .Inquiry-page .form-control:not(textarea) {
        height: 35px;
    }

.Inquiry-page .form-group {
    margin-bottom: 30px;
}

    .Inquiry-page .form-group .btn-default {
        background: #6b6639 none repeat scroll 0 0;
        border: 0 none;
        border-radius: 0;
        color: #ffffff;
    }

.contact-page h4 {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #d8bd5e;
    color: #736f47;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    padding: 0 12px;
    margin-bottom: 15px;
}

.contact-page p {
    line-height: 33px;
    margin-bottom: 0;
}

    .contact-page p span {
        color: #d8bd5e;
        font-size: 18px;
        margin-right: 18px;
        vertical-align: middle;
    }

    .contact-page p:last-child span {
        color: rgba(0, 0, 0, 0);
    }

.contact-page .col-sm-6 {
    margin-bottom: 20px;
}

.contact-page iframe {
    margin-bottom: 40px;
    max-width: 100%;
}





.Quick-Form h4 {
    color: #111111;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 0;
}



.Quick-Form h3 {
    padding: 10px;
    color: #111;
    font-size: 20px;
}

.Quick-Form form {
    width: 90%;
    margin: 0 auto 20px auto;
}

    .Quick-Form form input[type=text], .Quick-Form form input[type=number], .Quick-Form form select {
        border: medium none;
        font-size: 13px;
        height: 25px;
        margin: 3px 0;
        padding: 3px 8px;
        width: 100%;
    }

    .Quick-Form form select {
        color: rgba(60, 68, 77, 0.6);
        padding: 3px 4px;
    }

    .Quick-Form form textarea {
        width: 100%;
        padding: 3px 8px;
        margin: 3px 0;
        border: none;
        font-size: 13px;
    }



.Cap-Img {
    float: left;
    margin: 3px 0;
    width: 44%;
    height: 24px
}

.Cap-Code {
    width: 49% !important;
    float: right;
}



.Quick-Form form input[type=reset], .Quick-Form form input[type=submit] {
    padding: 5px 0;
    margin: 5px 0 15px 0;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.Quick-Form form input[type=submit] {
    background: #111;
    color: #fff;
    float: left;
    width: 44%;
}

.Quick-Form form input[type=reset] {
    background: #f7f7f7;
    color: #333;
    float: right;
    width: 40%;
}



.btnSubmit {
    background: #6b6639 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0 15px 40px;
    padding: 3px 0;
    width: 60%;
}

.navbar-brand > img {
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
    /*width:562px;*/
    text-align: center;
    max-width: 100%;
    height: auto;
}

.factirtrip {
    background: #f7f7f5 none repeat scroll 0 0;
    margin: 50px 0;
    padding: 45px 0;
}

    .factirtrip video {
        max-width: 100%;
    }

.navbar-collapse {
    text-align: center
}

.navbar-nav {
    float: none;
    display: inline-block;
}

@media only screen and (min-device-width : 480px) and (max-device-width : 767px) {

    .navbar-header a.navbar-brand {
        float: none;
        max-width: 100%;
    }

    .navbar-header a.navbar-Logo {
        float: right;
        margin-bottom: 20px;
        margin-top: 20px;
        max-width: 90px;
        margin-right: 32px;
    }

        .navbar-header a.navbar-Logo img {
            position: static;
            max-width: 100%;
        }

    .navbar-toggle {
        float: right;
        margin-top: 34px;
    }

    .navbar-nav > li > a {
        margin: 0;
        line-height: 30px;
    }

    .home_desc.about-des video {
        margin: 0 0 20px !important;
        width: 100%;
    }

    .accociates ul li {
        padding: 0 10px;
    }

    .accociates .home_title {
        padding: 30px 0 30px;
    }

    .accociates ul {
        padding: 0 0 30px;
    }

    .home-product .col-md-4 {
        margin-bottom: 20px;
    }
}



@media only screen and (min-device-width : 300px) and (max-device-width : 479px) {



    .navbar-header a.navbar-brand {
        float: none;
        max-width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    .navbar-header a.navbar-Logo {
        float: right;
        margin-bottom: 20px;
        margin-top: 20px;
        max-width: 90px;
        margin-right: 32px;
    }

        .navbar-header a.navbar-Logo img {
            position: static;
            max-width: 100%;
        }

    .navbar-toggle {
        float: right;
        margin-top: 34px;
    }

    .navbar-nav > li > a {
        margin: 0;
        line-height: 30px;
    }

    .home_desc.about-des video {
        margin: 0 0 20px !important;
        width: 100%;
    }

    .accociates ul li {
        padding: 0 10px;
    }

    .accociates .home_title {
        padding: 30px 0 30px;
    }

    .accociates ul {
        padding: 0 0 30px;
    }

    .home-product .col-md-4 {
        margin-bottom: 20px;
    }
}

/* - Changes: 12-7-18 */
.custom-arrival-grid ul li {
    width: 30%;
    float: left;
}

.vproductUL{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-wrap: wrap;
}

.og-grid img,
.arrival-products img {
    max-width: 100%;
    height: auto;
}

.custom-arrival-grid .og-expander {
    height: auto !important;
    min-height: 550px !important;
    z-index: 5;
}

.custom-arrival-grid .og-grid li {
    height: auto;
}

    .custom-arrival-grid .og-grid li:nth-child(3n+1) {
        clear: both;
    }

.arrival-products img {
    max-height: 200px;
    margin: 0 auto;
    text-align: center;
}

.custom-arrival-grid .og-grid li > a img {
    max-height: 200px;
    margin: 0 auto;
    text-align: center;
}

.custom-arrival-grid .procontent1 span {
    display: block;
}


@media (min-width:768px) {
    .mobile-show {
        display: none !important;
    }
}

@media (max-width:767px) {
    .mobile-show {
        display: block !important;
        margin-top: 5px;
    }

    .mobile-hide {
        display: none !important;
    }
}

.navbar-nav > li.download_pdf > a {
    box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
    position: relative;
    background-color: #6b6639;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    margin-top: -5px;
    font-size: 14px;
    border-radius: 5px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-7 {
    padding-top: 70px;
}

.pbm-50 {
    padding-bottom: -70px !important;
}

.two-part {
    text-align: center;
}

    .two-part p {
        font-weight: bold;
        font-size: 16px;
        padding: 5px 0;
        margin: 0;
    }

.brdr {
    border: 1px solid #ECECEC;
}

.mobile-sticky-footer {
    display: none;
}

    .mobile-sticky-footer .fa {
        font-family: FontAwesome;
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        font-style: normal
    }

.mobile-sticky-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #4d514e;
}

    .mobile-sticky-footer a {
        border-right: 1px solid #fff;
        float: left;
        width: 20%;
        padding: 3px 10px;
        text-align: center;
        color: #fff;
        font-size: 26px;
    }

        .mobile-sticky-footer a.whatsapp {
            background-color: #22ac7c
        }

        .mobile-sticky-footer a.facebook {
            background-color: #475993;
            /*border-right: 0*/
        }

        .mobile-sticky-footer a.inquiry {
            background-color: #ff9000
        }

        .mobile-sticky-footer a.mail {
            background-color: #5a7283
        }

        .mobile-sticky-footer a.contact {
            background-color: #62A4C6;
            border-right: 0
        }

.productTitle {
    color: #6b6639;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: auto;
    max-width: 163px;
    padding: 0;
    padding-top: 10px;
    text-transform: uppercase;
}

.productImageMax{
    max-height:200px;
}
/* --- magnific-popup --- */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-preloader a:hover {
            color: #fff
        }

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1
    }

    .mfp-arrow:before, .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #444
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.new-page h2 {
    font-size: 28px;
    color: #6b6639;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
}

.new-page h3 {
    font-size: 20px;
    color: #6b6639;
    font-weight: bold;
    margin-bottom: 10px;
}

.new-row {
    display: flex;
    flex-wrap: wrap;
    border: none;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.white-box {
    position: relative;
    border: 1px solid #CECCB9;
    padding: 0px 10px 10px 10px;
    border-radius: 10px;
    height: 100%;
    text-align: left;
}

    .white-box::before {
        position: absolute;
        content: '';
        background: #6D663D;
        height: 10px;
        width: 10px;
        top: 20px;
        border-radius: 100%;
    }

    .white-box h3 {
        font-size: 18px;
        padding-left: 20px;
        min-height: 40px;
    }

.cta-box {
    background-color: #CECCB9;
    padding: 20px;
}

    .cta-box p, .cta-box h2 {
        color: #000;
        margin-bottom: 10px;
    }

.data-table {
    overflow-x: scroll;
    margin: 50px 0;
}

    .data-table::-webkit-scrollbar {
        display: none;
    }

    .data-table table {
        min-width: 500px;
        border-collapse: separate;
        border-spacing: 0px;
        background-color: #fff;
    }

        .data-table table th {
            background-color: #6D663D;
            color: #fff;
            padding: 10px;
            font-weight: 600;
            font-size: 18px;
        }

        .data-table table td {
            padding: 10px;
            border-bottom: 1px solid #ccc;
            font-weight: 500;
        }

            .data-table table td:first-child {
                min-width: 150px;
            }

        .data-table table tr:nth-child(even) {
            background-color: #efeee4;
        }

ul.listing {
    padding-left: 0;
}

    ul.listing li {
        list-style-type: none;
        width: 100%;
        padding-left: 30px;
        background: none;
        letter-spacing: .04em;
        padding-bottom: 5px;
        position: relative;
    }

        ul.listing li::before {
            position: absolute;
            content: "\f00c";
            left: 0;
            font-family: FontAwesome;
            color: #6D663D;
            top: 0px;
        }

.bg-box-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .bg-box-list .bg-box {
        font-size: 16px;
        background-color: #6D663D;
        color: #fff;
        text-align: center;
        padding: 5px 20px;
        margin: 0 10px 10px 0;
        min-width: 140px;
    }

.mmb-2 {
    margin-bottom: 30px;
}

.new-page h4 {
    font-size: 18px;
    color: #6b6639;
    font-weight: bold;
    margin-bottom: 10px;
}

    .new-page h4.heading {
        border-bottom: 1px solid #6F6640;
        margin-top: 30px;
        padding-bottom: 10px;
    }

.dark-box {
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    padding: 20px;
    height: 90%;
    border-radius: 10px;
}

    .dark-box h3 {
        margin-top: 5px;
    }

    .dark-box p {
        color: #000;
    }

ul.listing1 {
    padding-left: 0;
}

    ul.listing1 li {
        list-style-type: none;
        width: 100%;
        padding-left: 30px;
        background: none;
        letter-spacing: .04em;
        padding-bottom: 5px;
        margin-left: 30px;
        position: relative;
    }

        ul.listing1 li::before {
            position: absolute;
            content: "\f111";
            left: 0;
            font-family: FontAwesome;
            color: #6D663D;
            top: 0px;
        }

ul.listing-flex {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

    ul.listing-flex li {
        list-style-type: none;
        width: fit-content;
        padding-left: 30px;
        background: none;
        letter-spacing: .04em;
        margin-right: 30px;
        padding-bottom: 5px;
        position: relative;
    }

        ul.listing-flex li::before {
            position: absolute;
            content: "\f00c";
            left: 0;
            font-family: FontAwesome;
            color: #6D663D;
            top: 0px;
        }

.seo-link {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
    .seo-link .fa {
        color: #6B6639;
        margin-right: 10px;
    }

.mb-5{
    margin-bottom:50px;
}