﻿@charset "utf-8";
/* CSS Document */
html {
    width: 100%;
    height: 100%;
    display: table;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    /*max-width: 100%;*/
    height: auto;
    width: auto\9; /* ie8 */
}
/* set image max width to 100% */
img {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    border: 0;
}


@font-face {
    font-family: 'ralewaylight';
    src: url('fonts/Raleway-Light.eot');
    src: url('fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Raleway-Light.woff2') format('woff2'), url('fonts/Raleway-Light.woff') format('woff'), url('fonts/Raleway-Light.ttf') format('truetype'), url('fonts/Raleway-Light.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/************************************************************************************/

body {
    font-family: 'ralewaylight';
    margin: 0;
    padding: 0;
    height: 100%;
    display: table;
    background: url(bg_f_1.jpg) no-repeat;
    background-size: 100% 100%;
}

.border_gr {
    height: 8px;
    background: #1c5135;
}

.main_container {
    max-width: 1330px;
    width: 99%;
    height: auto;
    min-width: 1200px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.logo_animated {
    width: 149px;
    height: 149px;
    position: relative;
}

.animation_leaf {
    position: absolute;
    width: 70px;
    height: 111px;
    left: 50%;
    top: 50%;
    margin: -55.5px 0 0 -38px;
}

.logo_section_custom {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 150px;
    margin: 6px 0;
}

    .logo_section_custom .logo_one, .logo_section_custom .logo_two {
        float: left;
        display: inline-block;
    }

    .logo_section_custom .logo_one {
        width: 12%;
    }

    .logo_section_custom .logo_two {
        width: 86%;
        margin-left: 2%;
    }

        .logo_section_custom .logo_two img {
            margin-top: 6px;
            width: 100%;
        }

.logo_animated:hover .animation_leaf figure img {
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(360deg);
    -moz-transform: rotateX(0deg) rotateY(360deg);
    -ms-transform: rotateX(0deg) rotateY(360deg);
    -o-transform: rotateX(0deg) rotateY(360deg);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.top_border {
    width: 100%;
}

.head_con_ban {
    width: 100%;
    display: block;
    overflow: hidden;
}

.header_part {
    width: 100%;
    height: 42px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#316e4d+0,1c5135+59,1c5135+100 */
    background: #316e4d; /* Old browsers */
    background: -moz-linear-gradient(top, #316e4d 0%, #1c5135 59%, #1c5135 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#316e4d), color-stop(59%,#1c5135), color-stop(100%,#1c5135)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #316e4d 0%,#1c5135 59%,#1c5135 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #316e4d 0%,#1c5135 59%,#1c5135 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #316e4d 0%,#1c5135 59%,#1c5135 100%); /* IE10+ */
    background: linear-gradient(to bottom, #316e4d 0%,#1c5135 59%,#1c5135 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316e4d', endColorstr='#1c5135',GradientType=0 ); /* IE6-9 */
}

    .header_part nav#cssmenu, .header_part nav#cssmenu ul {
        display: block;
        width: 100%;
        overflow: hidden;
    }

        .header_part nav#cssmenu ul li {
            display: inline-block;
            float: left;
            border-right: 1px solid #fff;
        }

            .header_part nav#cssmenu ul li:last-child {
                border-right: 0px solid #fff;
            }

            .header_part nav#cssmenu ul li a {
                font-size: 18px;
                font-style: italic;
                padding: 12px 20px;
                display: block;
                color: #fff;
                text-decoration: none;
                height: 42px;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                -webkit-transform-origin: 50% 0;
                -moz-transform-origin: 50% 0;
                transform-origin: 50% 0;
                -webkit-transform-style: preserve-3d;
                -moz-transform-style: preserve-3d;
                transform-style: preserve-3d;
            }

            .header_part nav#cssmenu ul li.active a {
                border-bottom: 2px solid #b13035;
                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ef22e+0,0bd40a+59,0bd40a+100 */
                background: #2ef22e; /* Old browsers */
                background: -moz-linear-gradient(top, #2ef22e 0%, #0bd40a 59%, #0bd40a 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ef22e), color-stop(59%,#0bd40a), color-stop(100%,#0bd40a)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #2ef22e 0%,#0bd40a 59%,#0bd40a 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #2ef22e 0%,#0bd40a 59%,#0bd40a 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #2ef22e 0%,#0bd40a 59%,#0bd40a 100%); /* IE10+ */
                background: linear-gradient(to bottom, #2ef22e 0%,#0bd40a 59%,#0bd40a 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ef22e', endColorstr='#0bd40a',GradientType=0 ); /* IE6-9 */
                color: #060407;
            }

#cssmenu #menu-button {
    display: none;
}

/*-----------------------------Menu Styles Start---------------------------------------------------*/
#cssmenu #menu-button {
    display: none;
}

#cssmenu > ul > li {
    float: left;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

    #cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
    }

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
    -webkit-transform: rotateX(90deg) translateY(-23px);
    -moz-transform: rotateX(90deg) translateY(-23px);
    transform: rotateX(90deg) translateY(-23px);
    -ms-transform: none;
}

#cssmenu > ul > li > a::before {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 12px 20px;
    color: transparent;
    /*background: #19799f;*/
    content: attr(data-title);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -ms-transform: translateY(- -18px);
}

#cssmenu > ul > li:hover > a::before,
#cssmenu > ul > li > a:hover::before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ef22e+0,0bd40a+59,0bd40a+100 */
    background: #2ef22e; /* Old browsers */
    background: -moz-linear-gradient(top, #2ef22e 0%, #0bd40a 59%, #0bd40a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ef22e), color-stop(59%,#0bd40a), color-stop(100%,#0bd40a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2ef22e 0%,#0bd40a 59%,#0bd40a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2ef22e 0%,#0bd40a 59%,#0bd40a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2ef22e 0%,#0bd40a 59%,#0bd40a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2ef22e 0%,#0bd40a 59%,#0bd40a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ef22e', endColorstr='#0bd40a',GradientType=0 ); /* IE6-9 */
    color: #060407;
}

#cssmenu.small-screen {
    width: 100%;
}

    #cssmenu.small-screen > ul,
    #cssmenu.small-screen.align-center > ul {
        width: 100%;
        text-align: left;
    }

        #cssmenu.small-screen > ul > li,
        #cssmenu.small-screen.align-center {
            float: none;
            display: block;
            border-top: 1px solid rgba(100, 100, 100, 0.1);
        }

            #cssmenu.small-screen > ul > li:hover > a,
            #cssmenu.small-screen > ul > li > a:hover {
                color: #dff2fa;
                -webkit-transform: none;
                -moz-transform: none;
                transform: none;
                -ms-transform: none;
            }

            #cssmenu.small-screen > ul > li > a::before {
                display: none;
            }

/*-----------------------------Menu Styles end---------------------------------------------------*/
.banner_part {
    margin-bottom: 8px;
}

    .banner_part img {
        width: 100%;
    }

.slick-prev {
    left: 48px !important;
    width: 57px !important;
    height: 57px !important;
    background: url(prev_arrow.png) no-repeat;
    z-index: 9;
}

button.slick-prev:hover {
    background: url(prev_arrow_b.png) no-repeat;
}

button.slick-next:hover {
    background: url(next_im_b.png) no-repeat;
}

.slick-next {
    right: 48px !important;
    background: url(next_im.png) no-repeat;
    width: 57px !important;
    height: 57px !important;
    z-index: 9;
}

.slick-prev, .slick-next {
    top: 42% !important;
}

    .slick-next:before {
        content: inherit !important;
    }

.slick-dots {
    bottom: 20px !important;
}

.slick-slider {
    margin-bottom: 0 !important;
}

.slick-dots li button {
    width: 18px !important;
    height: 18px !important;
    background: #1c5135;
    border-radius: 100%;
}

    .slick-dots li button:before {
        content: inherit !important;
    }

.slick-dots li.slick-active button, .slick-dots li:hover button {
    background: #d3d3d3;
}


.main_content_part {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 1%;
}

.content_part_inner {
    width: 100%;
    overflow: hidden;
    display: block;
}

    .content_part_inner .con_prod {
        display: inline-block;
        float: left;
        width: 24.2%;
        padding: 1%;
        margin-right: 1%;
        margin-bottom: 1%;
        border: 2px solid #fff;
        border-radius: 10px;
        background-color: rgba(100, 100, 100, 0.1);
    }

        .content_part_inner .con_prod.last_c {
            margin-right: 0;
        }

.con_prod img {
    width: 100%;
}

.con_prod_head {
    color: #b99336;
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: bold;
}

.con_prod p {
    color: #2c2c2b;
    font-size: 16px;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

footer {
    height: 50px;
    width: 100%;
    background: #0c0c0c;
}

    footer p {
        color: #fff;
        font-size: 18px;
        padding: 16px;
    }

.read_more_but {
    padding: 5px 10px;
    font-size: 13px;
    background: #00c900;
    border-radius: 18px;
    border: none;
    color: #fff;
    font-weight: bold;
    margin: 8px 0;
    cursor: pointer;
    font-style: italic;
}
/*.label_ban{
	font-size: 50px;
	color: #1c5135;
	text-shadow: 2px solid #fff;
	font-weight: bold;
	position: relative;
	bottom: 50px;
	display: block;
	left: 50%;
	
}
.label_ban label{
	-webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: #fff;
}
.slick-slide{
	position: relative;
}*/

/*-------------------------------Produst Styles start-----------------------*/

.prducts_page {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

    .prducts_page .product_div_cat {
        width: 100%;
        display: block;
        overflow: hidden;
        margin-top: 10px;
        padding: 10px;
        border: 2px solid #fff;
        border-radius: 5px;
    }

.product_div_cat .pro_img, .product_div_cat .product_des {
    display: inline-block;
    float: left;
}

.product_div_cat .pro_img {
    width: 20%;
}

    .product_div_cat .pro_img img {
        width: 100%;
    }

.product_div_cat .product_des {
    width: 79%;
    margin-left: 1%;
}

    .product_div_cat .product_des p {
        font-size: 18px;
        color: #2c2c2b;
        font-weight: bold;
    }
/*.product_div_cat > P , .product_div_cat > img{
	float: left;
}*/


.cls_prod_banner {
    display: block;
    width: 100%;
    border-bottom: 2px solid #2c2c2b;
    /*border-top:0px;*/
    padding-bottom: 5px;
}

.prod_p_head {
    display: block;
    width: 100%;
    background-color: rgba(100, 100, 100, 0.4);
}

    .prod_p_head h1 {
        color: #fff;
        font-size: 32px;
        font-weight: bold;
        padding: 3px 3px 5px 10px;
    }

.about_us_page {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 5px;
}

    .about_us_page p {
    }

    .about_us_page h3 {
        font-size: 20px;
        margin: 10px 0;
    }

.about_us_il {
    list-style-position: outside !important;
    list-style-position: inherit !important;
    list-style-type: inherit !important;
    list-style-image: inherit !important;
}

    .about_us_il > li {
        padding-left: 18px;
        background: url(list_li.png);
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 8px;
        margin-left: 30px;
        list-style: none !important;
    }

.content_part_inner_inner {
    margin-top: 20px;
}
/*-------------------------------Produst Styles end-----------------------*/

/*--------------------------contact Us open------------------------------*/
.contact_us_main {
    width: 100%;
    margin-top: 20px;
}

    .contact_us_main > div {
        width: 50%;
        float: left;
        display: block;
        padding: 2%;
    }

.contact_us_head {
    font-size: 10px;
}

.contact_label {
    width: 100%;
    display: block;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
}

.contact_us_form input, .contact_us_form textarea {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    outline: none;
}

.contact_us_form textarea {
    height: 100px;
    resize: none;
}

.contact_us_but {
    padding: 8px 20px;
    font-size: 16px;
}

.contact_us_address label {
    font-weight: bold;
    text-decoration: underline;
}

.contact_us_address p {
    line-height: 30px;
    font-size: 18px;
}

.contact_hed {
    font-size: 22px;
    font-weight: bold;
}

.email_link {
    text-decoration: none;
}

/*--------------------------contact us end------------------------*/

.errorCss {
    color: red;
    font-size: 15px;
    font-family: serif;
}

.cssMessage {
    color: green;
    font-size: 20px;
    font-family: serif;
}
/*-----------------csss-------------------------*/
#google_translate_element {
    display: table;
    margin: 5px auto;
}

.goog-te-gadget-simple {
    border: none;
    border-radius: 5px;
    padding: 5px !important;
}

    .goog-te-gadget-simple > .goog-te-gadget-icon {
        display: none;
    }

.goog-te-menu-value span {
    border: none !important;
}

.skiptranslate.goog-te-gadget {
    display: table;
    float: left;
}

.lan_sel {
    display: table;
    float: left;
    line-height: 24px;
    font-size: 18px;
    margin-right: 8px;
}

/*body > .skiptranslate {
    display: none !important;
}*/


/*-----------------gallery page open-------------------------*/

.gallery_content {
    width: 100%;
}

.gal_ul {
    width: 100%;
    display: block;
}

    .gal_ul .gal_li {
        float: left;
        width: 20%;
        display: block;
        overflow: hidden;
        padding: 0.5%;
        border: 0px solid #ccc;
        height: auto;
    }

        .gal_ul .gal_li > div.gal_main_div {
            width: 100%;
            height: auto;
        }

.gal_main_div .gal_img_con {
    padding: 10px;
    width: 100%;
    display: block;
    background: #ccc;
    height: 80px;
    background: #1c5135;
}

    .gal_main_div .gal_img_con h2 a, .gal_main_div .gal_img_con p {
        color: #fff;
    }

    .gal_main_div .gal_img_con h2 a {
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
    }

    .gal_main_div .gal_img_con p {
        font-size: 12px;
    }

    .gal_main_div .gal_img_con:hover, .gal_main_div:hover .gal_img_con {
        background: #00c900;
    }

.gal_div_img a img, .gal_div_img a {
    width: 100%;
    display: block;
    position: relative;
    height: 200px;
}

    .gal_div_img a img {
        z-index: 1;
    }

    .gal_div_img a span {
        position: absolute;
        height: 200px;
        width: 100%;
        background: url(mag.png) center center no-repeat #000;
        z-index: 10;
        -webkit-box-shadow: 0px 0px 4px #b2603a;
        -moz-box-shadow: 0px 0px 4px #b2603a;
        box-shadow: 0px 0px 4px #000;
    }


/*---------------------gallery page close------------------------*/


/*-----------------css----------------------*/
/*------------new css 11/11/15------------*/
.product_pg_des_ul{
	padding-left: 20px;
}
.product_pg_des_ul li{
	font-weight: bold;
	list-style-type: disc;
	list-style-position:inside;
	line-height: 20px;
}
.product_pg_des_head{
	font-weight: bold;
	font-size: 22px;
	margin: 10px 0;
}
.product_div_des_red{
	color: red !important;
}
.product_div_cat .product_des p{
	margin-bottom: 4px;
}