body{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	/* ------ font-family: 'Sacramento', cursive;
	font-family: 'Josefin Sans', sans-serif;
	font-family: 'Noto Sans', sans-serif; ------- */
	line-height:28px;
	font-size:15px;
	text-align:justify;
	background-repeat:repeat;
	background:#eaeaea;
}

img{
	border:0;
}
a{
	text-decoration:none !important;
}
/*--header start here--*/
.header-main{
	height:100px;
}
.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
}
.header {
    padding: 0em 0em;
    /*background-image: url(../images/header-bg.jpg);*/
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-color:#eaeaea;
}
.thumb img{
	width:150px !important;
	height:50px !important;
}
.logo {
	height: 90px;
    margin-top: -10px;
}

.categories h3{
	background-color: #e4aba9;
    padding: 15px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	margin:22px 0 0 0;
	
}
.categories ul{
	list-style:none;
	display:block;
	padding:0;
	margin-bottom: 35px;
}
.categories ul li{
	background-color: #DEDEDE;
    margin: 0;
    border-bottom: 1px solid #cecece
}
.categories ul li a{
	color:#282828;
	display:block;
	padding: 10px;
	cursor:pointer;
}
.categories ul li a:hover{
	color:#282828;
	background-color: #ececec;
	text-decoration:none;
}

.home-services{
	padding:20px 0 100px 0;
}

span.menu {
    display: none;
}
.top-nav {
    float: right;
	margin-top: 30px;
}
.top-nav ul {
    padding: 0px;
    list-style: none;
	margin:0;
}
.top-nav ul li {
    display: inline-block;
}
.top-nav ul li a {
    padding: 0.5em 0.8em;
    font-size: 1em;
    color:#403371;
    display: block;
    font-family: 'Roboto', sans-serif;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 5px 10px;
    margin-top: 30px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #d72b35;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: white;
    font-size: 13px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
    border-radius: 1px;
}

.top-nav ul li a:hover,.top-nav ul li a.active {
	color:#e3322c;
}
.logo h1 {
    font-size: 2.5em;
    font-family: 'Roboto', sans-serif;
    margin:0;
	padding-top:5px;
}
span.logo-clr {
    color: #e3322c;
    font-size: 1.2em;
    display: inline-block;
    line-height: 0.7em;
}
.logo h1 a{
	color:#403371;
	 display: inline-block;
}

/*--commen style--*/
nav a:hover,
nav a:focus {
	outline: none;
}

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.cl-effect-2 a {
	line-height: 44px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}
 .mis{
	 background-color:#458130;
	 -webkit-border-radius: 3px;
	 -ms-border-radius: 3px;
	 -o-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
 }
/*--header end here--*/
/*--banner start here--*/
.banner{
	width:100%;
	min-height:150px;
	height:100%;
}
.banner img{
	max-width:2000px;
	width:100%;
	height:auto;
}
/*--banner end here--*/
/*--banner bottom start here--*/
.home-enquiry
{
	float: right;
    width: 300px;
    height: 50px;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 999;
    background-color: rgba(12, 0, 0, 0.5);
    border-radius: 3px;
    margin-top: -50px;
	cursor:pointer;
}
.home-enquiry:hover
{
    background-color:#000000;
	transition:0.8s;
	box-shadow: 0px 0px 10px #e7f505;
	cursor:pointer;
}
.home-enquiry p{
	color: #9acd32;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    text-shadow: 0px 0px 10px #000000;
	}
.banner-bottom{
	padding:50px 0;

}
.wholesale{
	padding:50px 0;
}
.wholesale img{
	margin:0px auto;
	width:125px;
	height:125px;
	border-radius:50%;
	border:2px solid #7ccc21;
}
.wholesale p{
	padding-top:10px;
	font-size:16px;
}
.category{
}
.category h3{
	text-align: center;
    padding: 18px 5px;
    background-color: #5f412d;
    color: #7ec12f;
    font-size: 27px;
    font-weight: 400;
}
.category img{
	width:100%;
	height:auto;
}
.cat-cotent{
	position:absolute;
	margin-top:-160px;
	height:auto;
}

/*--banner bottom end here--*/
.download-section
{
	float: right;
    width: 70px;
    height: 200px;
    display: block;
    position: relative;
    overflow: hidden;
	z-index:999;
	margin-top:-600px;
}
.download-section:hover
{
    width: 200px;
	transition:0.8s;
}
.download-content{
	    background-color: rgba(0, 0, 0, 0.05);
}
.download-content a{
	    color:#000000;
}
.whats-new-sec
{
	background-color:#8B9A81;
	padding:100px 0;
	
}
.whats-new-sec h3
{
	text-align: center;
    font-size: 40px;
    font-weight: 400;
    padding: 10px;
    margin: 0;
    color: #e6e6e6;
}
.whats-new-sec p
{
	text-align: center;
    font-size: 17px;
    text-transform: uppercase;
	color:#212121;
}
.whats-new-sec marquee{
	margin-top:120px;
}
.whats-new-sec marquee img
{
	width: 250px;
    height: 403px;
	background-color: rgba(134,128,128,1.00);
    margin-right: 50px;
    border: 10px solid #774a20;
    border-radius: 3px;
}


/* ***footer*** */

/* ***footer*** */
.footer{
	padding: 70px 0;
    background: #616161;
    line-height: 35px;
    font-size: 16px;
}
.footer h3, h3 a{
	color:#dedede;
}
.footer h3:hover, h3 a:hover{
	transition:0.7s;
	color:#ffffff;
}
.footer ul{
	list-style:none;
	padding:0;
	text-align:left;
}
.footer ul li, .footer ul li a{
	color:#e0e0e0;
}
.footer ul li i, .footer ul li a i{
	color: #353535;
}
.map
{
	width:100%;
	height:350px;
}
.crights-block{
	background-color:#757575;
	}
/* ----------- contact pages ----------------*/
.contact-banner{
	width:100%;
	max-height:350px;
	height:100%;
}
.contact-banner img{
	max-height:350px;
}
.contact-section{
	padding:150px 0;
	background:#252525;
}
.contact-left{
	color:#c7c7c7;
}
.contact-left h3{
	color:#7ec12f;
}
.contact-right{
	color:#c7c7c7;
}
.contact-right h3{
	color:#7ec12f;
}
.contact-right form input, textarea{
	background-color: rgba(223, 224, 222, 0.38) !important;
}
.contact-right label{
	font-weight:400;
}
.form-control {
    color: #7ec12f;
}
/* ----------- about pages ----------------*/
.about-bg{
	background:#d4d4d4;
	padding:150px 0;
}
.about-bg img{
	width:100%;
	height:auto;
	margin:30px 0;
}

.about-bg h2,.about-bg h3{
	color:#e3322c;
	}
.about-bg p, ul{
	color:#333333;
	}
.about-bg ul{
	list-style-image:url(../images/mark.png);
		}
.about-bg ul li{
		font-size:16px;
		color: #383838;
		line-height:30px;
		-webkit-border-radius: 3px;
	 -ms-border-radius: 3px;
	 -o-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
		
	}
	
/* ----------- Product pages ----------------*/
.product-bg{
	background:#d4d4d4;
	padding:100px 0;
}
.product-bg h2,.product-bg h3{
	color:#e3322c;
	}
.product-bg p, ul{
	color:#333333;
	}
.product-bg ul{
	list-style-image:url(../images/mark.png);
		}
.product-bg ul li{
		font-size:16px;
		color: #383838;
		line-height:30px;
		-webkit-border-radius: 3px;
	 -ms-border-radius: 3px;
	 -o-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
		
	}
.product-bg img{
	margin:30px 0;
}
/* ----------- Services pages ----------------*/
.services-bg{
	padding:100px 0;
	background:#e4e4e4;
}
.services-bg h2, .services-bg h3{
	color:#e3322c;
	}
.services-bg p, ul{
	color:#333333;
	}
.services-bg ul{
	list-style-image:url(../images/mark.png);
		}
.services-bg ul li{
		font-size:16px;
		color: #383838;
		line-height:30px;
		-webkit-border-radius: 3px;
	 -ms-border-radius: 3px;
	 -o-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
		
	}
.services-bg a img{
	position: relative;
    margin: 30px 7px 30px 7px;
    border: 5px solid #cacaca;
}
.services-bg img{
	position:relative;
	margin:30px 0;
}
/* ------- Start Gallery ---------*/
.gallery-bg{
	padding:100px 0;
	background:#FFFFFF;
}
#vlightbox1 a img{
	margin:0 !important;
	padding:0 !important;
}
#vlightbox1 img{
	margin:0 !important;
	padding:0 !important;
}
	
/* ------- Start Media Queries ---------*/

@media (max-width:764px){
.download-section{
	float: right;
    width: 0;
    height: 200px;
    display: block;
    position: relative;
	overflow:auto;
	z-index:999;
	margin-top:-600px;
}
.download-section:hover
{
    width: 200px;
	transition:0.8s;
}
h1,h2,h3,h4,h5,h6{
	text-align:left;
	}
h1,h2,h3{
	text-align:left;
	font-size:25px;
	}
.home-enquiry {
    float: right;
    width: 150px;
    height: 50px;
    background-color: rgb(228, 171, 169);
    margin: -3px 20px;
}
.home-enquiry p {
    color: #000000;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    text-shadow:none;
}
#contact-buttons-bar.slide-on-scroll {
    display: none;
}
.top-nav ul {
width:100%;
}
.top-nav ul li {
   width:100%;
   border-bottom: 1px solid #b9b9b9;
}
.top-nav {
    margin: 20px 0;
    background: #c5c5c5;
}
.logo {
    width: 225px;
    height: auto;
    margin-top: 1px;
}
.about-bg {
    padding: 30px 0 50px 0;
}
.contact-section {
    padding: 30px 0 50px 0;
}
}
/* ------- End Media Queries ---------*/