/*
 * A Design & Developed by BDM INFOTECH PVT. LTD
 * Author: Saurabh Electric & Engineering Works
 * Author URL: http://bdminfotech.com
*/

@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
body{
	font-family: 'Hind', sans-serif;
}
#wrapper{
	height:100%;
}
.topStrip {
    background: none repeat scroll 0 0 #fff;
    float: left;
    width: 100%;
}
ul.top-info {
    float: right;
    list-style: outside none none;
    margin: 10px 0 0;
    padding: 0;
}

ul.top-info li {
    /*float: left;*/
    font-size: 0.9em;
    font-weight: normal;
	margin-bottom:7px;
}
ul.top-info li i {
	width:25px;
	height:25px;
	text-align:center;
	line-height:25px;
	/*background:#3498DB;*/
	/*border:2px solid #3498DB;*/
	color:#2C3E50;
}

.header{
	width:100%;
	background:#fff;
	float:left;
}
#headerInner{
	width:80%;
	margin:0 auto;
	display:table;
	padding:0.4em 0 1em 0;
}
.headerLeft{
	width:40%;
	float:left;
}
.headerRight{
	float:right;
}
.headerLeft .logo{
	width:80px;
	height:80px;
	border-radius:100%;
	background:#1ca64e;
	float:left;
}
h3{
	color:#333333;
	font-weight:700;
	font-size:1.1em;
}
.headerLeft .logo > img{
	display:block;
	margin:0 auto;
	padding:0.7em 0 0 0;
}
.headerLeft h2{
	float:left;
	padding:0.2em 0 0 0;
	width:100%;
	font-size:2em;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	color:#2C3E50;
}
.headerLeft h6{
	float:left;
	padding:0.4em 0 0 0;
	width:100%;
	font-size:1em;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	color:#F59045;
}
#mainNavigation{
	width:100%;
	background:#00378C;
	float:left;
}
#menuInner{
	width:80%;
	margin:0 auto;
}
.homeBanner{
	width:100%;
	float:left;
	position:relative;
}
.homeBanner > img{
	display:block;
	width:100%;
}
.container{
	width:100%;
	float:left;
	position:relative;
	margin-bottom:1%;
	background:#fff;
}
.containerInner{
	width:80%;
	margin:1% auto;
}
.containerInner > ul > li{
	float:left;
	list-style-type:none;
	color:#333;
	list-style-position:inside;
	margin:1% 0 0 1%;
}
.containerInner > h2{
	font-size:1.2em;
	font-weight:700;
}
.containerInner > p{
	font-weight:400;
	color:#333;
	line-height:2em;
	font-size:15px;
}
.containerInner > p > strong{
	font-weight:700;
}
.homecontent{
	width:100%;
	padding:2em 0 0 0;
}
.homecontent P{
	font-family: 'Hind', sans-serif;
	font-weight:400;
	color:#555555;
	line-height:2em;
	font-size:15px;
}
.homecontent P strong{
	font-weight:700;
}
.homecontent > h1 {
    color: #3a539b;
    font-size: 1.5em;
    font-weight: 700;
	padding-bottom:0.7em;
    text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.stockist{
	width:100%;
	float:left;
	/*background:url(../images/stokist.jpg);*/
	background-size:cover;
	padding-bottom:2em;
	background-repeat:no-repeat;
	margin:50px 0 0 0;
	position:relative;
	background:#2E2E2E;
}
.stockist h2{   
	color: #E32F44;
    font-size: 1.5em;
    font-weight: 700;
	padding-top:0.5EM;
    text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	z-index:4;
	position:relative;
	line-height:2em;
	text-align:center;
}
.stockist ul{
	margin:0;
	padding:0;
	position:relative;
	z-index:4;
}
.stockist ul > li{
	float:left;
	width:242px;
	margin:2% 0 0 2%;
	overflow:hidden;
	height:100px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
.stockist ul > li:hover{
	   background-color: rgba(255, 231, 179, 0.3);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.mask {
    background-color: rgba(255, 231, 179, 0.3);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.mask{
    width: 300px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.stockist ul > li > img{
		display:block;
		position:relative;
		-webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
	}
/*.stockist ul > li:first-child{
	margin:3% 0 0 0;
}*/
.opacity {
/*    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.60);*/
    float: left;
    height: 100%;
    position: absolute;
    width: 100%; 
}
.cmnpgHeading{
	width:100%;
	background:#323232;
	float:left;
	position:relative;
}

.cmnInner {
    margin: 0 auto;
    width: 80%;
}
.pageTitle {
    font-weight: 300;
    margin: 0 auto !important;
	padding:0.4em 0 0.4em 0;
    position: relative;
}
.clrfix{
	clear:both;
}
.line{
	width:100%;
	float:left;
	border-bottom:1px solid #333;
	margin-top:1%;
}
.pageTitle > h3 {
    color: #fff;
    font-size: 1.8em;
    font-weight: 400;
	font-family: 'Oswald', sans-serif;
    line-height: 3em;
    text-transform: capitalize !important;
}
.cmnopacity {
    /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.10);*/
    float: left;
    height: 100%;
    position: absolute;
    width: 100%;
}
.footer{
	width:100%;
	position:relative;
	background:#eee;
	float:left;
	padding:2em 0 1em 0;
	font-family: 'Oswald', sans-serif;
}
.finner{ 
	margin:0 auto;
	width:80%;
}
.ftproducts {
    float: left;
    margin-right: 3em;
    width: 24%;
}
.btmmslider{
	width:100% !important;
	float:left;
	position:relative;
}
.btmmslider > h1{
	color: #3A539B !important;
    font-size: 1.9em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	line-height:3em;
	
}
.middleinner{
	width:85%;
	margin:0 auto;
}
.ftcontact{
	width:28%;
	float:left;
}
.ftcontact > ul{
	margin:0;
	padding:0;
}
.ftcontact > ul > li{
	list-style:none;
	margin:0.6em 0 0 1em;
	list-style-position:inside;
}
.ftcontact > ul > li > i{
	float:left;
	line-height:20px;
	color:#7d7d7d;
}
.ftcontact > ul > li > span{
	color:#7d7d7d;
	line-height:1.8em;
	font-size:0.8em;
	padding:0 0 0 2.5em;
	display:block;
	text-decoration:none;
	text-transform:capitalize !important;
}
.ftproducts > ul{
	margin:0;
	padding:0;
}
.ftproducts > ul > li{
	margin:1em 0 0 0;
}
.ftproducts > ul > li > a{
	font-size:0.8em;
	color:#eee;
	text-decoration:none;
	text-transform:capitalize !important;
}
.ftquicklinks{
	width:32%;
	float:left;
	margin-right:2em;
}
.ftquicklinks > ul{
	margin:0;
	padding:0;
}
.ftquicklinks > ul > li{
	margin:1em 0 0 0;
	list-style:none;
}
.ftquicklinks > ul > li > a{
	font-size:0.8em;
	color:#7d7d7d;
	text-decoration:none;
	text-transform:uppercase !important;
}
.copyright{
	border-top:1px solid #7d7d7d;
	float:left;
	width:100%;
	margin-top:20px;
}
.copyright > span{
    color: #7d7d7d;
	margin-top:1em;
    display: block;
    font-size: 13px;
	line-height:2em;
    text-align: center;
}
.copyright > span > a{
	color: #7d7d7d;
	text-decoration:none;
}
.foot-head{
	width:100%;
}
.foot-head > h4{
  font-size:1.1em;
  font-weight:700;
  color: #545454;
  text-transform: uppercase;
  padding: 0.5em 0px;
  letter-spacing:1px;
}
.foot-head{
	width:100%;
}

.ftfollowus {
    float: right;
    width: 15%;
}
.ftfollowus > ul {
    margin: 0;
    padding: 0;
}
.ftfollowus > ul > li:first-child {
    margin: 1em 0 0;
}
.ftfollowus > ul > li {
    float: left;
    list-style: outside none none;
    margin: 1em 0 0 1em;
}
.ftfollowus > ul > li > i {
   /* border: 2px solid #7d7d7d;*/
    color: #7d7d7d;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}
.prtLeftmenu{
	width:22%;
	padding:1em;
	background:#EDEDED;
	float:left;
	margin: 1% 0 0 0;
}

.prtLeftmenu > h2{
	border-bottom:1px solid #555555;
	color:#333;
	font-family: "Oswald",sans-serif;
    font-size: 1.1em;
	line-height:2em;
	text-transform:uppercase;
}
.prtLeftmenu > ul > li{
	float:left;
	width:100%;
	margin:4% 0 0 0;
	border-bottom:1px solid #dddddd;
	padding-bottom:0.2em;
}
.prtLeftmenu  p > strong{
	font-weight:700;
	font-size:0.9em;
	margin:4% 0 0 0;
	display:block;
}
.prtLeftmenu > ul > li > a{
	 color: #555555;
    font-size: 0.8em;
    text-decoration: none;
}
.prtLeftmenu > ul > li > a:hover{
	 color: #000;
}
.prtDetailsdiv{
    background: none repeat scroll 0 0 #EDEDED;
    float: right;
    margin: 1% 0 0 1%;
    padding: 1em;
    width: 70%; 
}

.prtDetailsdiv > h2{
	border-bottom:1px solid #555555;
	color:#333;
	line-height:2em;
	font-family: "Oswald",sans-serif;
    font-size: 1.1em;
	text-transform:uppercase;
}
.imgLeftdiv{
	width:24%;
	float:left;
	margin:1% 0 0 0;
	position:relative;
	background:#eee;
}
.imgLeftdiv > img{
	display:block;
	width:100%;
	position:relative;
}
.btmDeatils{
	width:100%;
	float:left;
}
.catalogue{
	float:left;
	background:#333;
	width:100%;
}
.viewLrg{
	background: none repeat scroll 0 0 #008a32;
    float: left;
	width:100%;
}
.catalogue > a{
	color:#fff;
	text-decoration:none;
	font-size:0.8em;
	line-height:2em;
	text-indent:10px;
	text-transform:capitalize;
}
.viewLrg > a{
	color:#fff;
	text-decoration:none;
	font-size:0.8em;
	line-height:2em;
	text-indent:10px;
	text-transform:uppercase !important;
}
.contentDiv{
	float: left;
    margin: 1% 0 0 2.3%;
    width: 72%;
}
.contentDiv > h3{
	color:#000;
	font-weight:700;
	line-height:1.7em;
	font-size:1em;
}
.contentDiv > p{
	font-size:15px;
	line-height:1.4em;
	text-align:justify;
	color:#555555;
}
.contentDiv > p > strong{
	font-weight:700;
	color:#333;
	text-align:left;
}
.contentDiv > ul > li:first-child{
	margin:1% 0 0 2%;
}
.contentDiv > ul > h3{
	color:#000;
	font-weight:700;
	font-size:1em;
}
.contentDiv > ul > li{
	float:left;
	width:100%;
	font-size:15px;
	color:#555555;
	margin:2% 0 0 2%;
	list-style-position:inside;
	text-align:justify;
	background: url("../images/bullet.png") no-repeat scroll 0 5px;
	display:block;
	padding:0 0 2px 15px;
	line-height:1em;
}
.contentDiv > ul > li > strong{
	color:#333;
	font-weight:700;
}
.anothermenuList{
	margin:0;
}
.anothermenuList > ul > li{
	width:100%;
	float:left;
	margin:3% 0 0 0;
}
.anothermenuList > ul > li:first-child{
	margin:3% 0 0 0;
}
.anothermenuList > ul > li > a{
	color: #555555;
    font-size: 0.89em;
    text-decoration: none;
}
.anothermenuList > ul > li > span{
	float:left;
	font-size:0.9em;
	margin:2% 0 0 0;
	line-height:1.4em;
	color:#555555;
	font-weight:700;
}
.childmenu > li:first-child{
	margin-top:1%;
}
.childmenu > li{
	float:left;
	display:inline-block;
	list-style-position:inside;
	width:100%;
	margin-left:4%;
	margin-top:2%;
}
.childmenu > li > a{
	color: #555555;
    font-size: 0.8em;
    text-decoration: none;
}
.childmenu > li > a:hover{
	color: #000;
}



/*-----------------Slider-----------------*/
.rslides {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
.rslides li {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rslides li:first-child {
    display: block;
    float: left;
    position: relative;
}
.rslides img {
    border: 0 none;
    display: block;
    float: left;
    height: auto;
    width: 100%;
}
.callbacks_nav {
    background: url("../images/themes.png") no-repeat scroll left top transparent;
    height: 36px;
    left: 0;
    margin-top: -45px;
    opacity: 0.7;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: 50%;
    width: 36px;
    z-index: 3;
}
.callbacks_nav.next {
    background-position: right top;
    left: auto;
    right: 0;
}
.callbacks_tabs a::after {
    background: none repeat scroll 0 0 #2C3E50;
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 0;
    height: 12px;
    visibility: visible;
    width: 12px;
}
.callbacks_here a::after {
    background: none repeat scroll 0 0 #3498DB;
}
.callbacks_tabs a {
    visibility: hidden;
}
.callbacks_tabs li {
    display: inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
    bottom: 14px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.priceList > li{
	background: none repeat scroll 0 0 #eee;
    float: left;
    margin: 2% 0 0 1%;
    padding: 0.9em;
    width: 21%;
}
.priceList > li > img{
	display:block;
	width:100%;
}
.priceList > li > span{
	font-size:0.9em;
	display:block;
	line-height:2em;
}
.priceList > li > a{
	text-decoration:none;
	color:#333;
}

.pop_enquiry {
  width: 500px;
  height: auto;
  font-family: 'Oswald', sans-serif;
}
.pop_enquiry P{
	font-weight:normal;
	font-size:13px;
	padding:10px;
}
.cmn_head {
  height: auto;
  background: #1CA64E;
  padding: 15px;
/*  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;*/
}
.cmn_head h1 {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}

#loading{
	font-family: 'Oswald', sans-serif;
	float:left;
	padding:11px;
	display:none;
}
.lvDiv{
	width:100%;
	margin:1% 0 0 0;
}
.lvDiv > img{
	display:block;
	width:100%;
}
.lvDiv > p{
	color:#555555;
	line-height:1.5em;
	font-size:15px;
}
.ullist{
	margin-bottom:20px !important;
	float:left;
}
.ullist > li{
	color:#555555;
	float:left;
	width:100%;
	list-style-type:disc;
	list-style-position:inside;
	margin:1.2% 0 0 0;
	font-size:0.9em;
	 background: url("../images/bullet.png") no-repeat scroll 0 5px;
	display:block;
	padding:0 0 2px 15px;
	line-height:1.3em;
}
.lvCategory{
	width:100%;
	float:left;
}
.lvCategory > ul{
	margin:0;
	padding:0;
}
.lvCategory > ul > li:first-child{
	margin:1% 0 0 0;
}
.lvCategory > ul > li{
	float:left;
	width:23%;
	border:1px solid #1CA64E;
	margin:1% 0 0 1%;
	padding:0.3em;
}
.lvCategory > ul > li > a > img{
	display:block;
	width:100%;
}
.lvCategory > ul > li > span{
	line-height:2em;
	background:#1CA64E;
	text-indent:10px;
	width:100%;
	display:block;
}
.lvCategory > ul > li > span > a{
	text-decoration:none;
	color:#333;
	font-size:0.9em;
}
.thumbCategory{
	width:100%;
	float:left;
}
.thumbCategory > ul{
	margin:0;
	padding:0;
}
.thumbCategory > ul > li:first-child{
	margin:1% 0 0 0;
}
.thumbCategory > ul > li{
	float:left;
	width:31%;
	border:1px solid #1CA64E;
	margin:1% 0 0 1%;
	padding:0.3em;
}
.thumbCategory > ul > li > a > img{
	display:block;
	width:100%;
}
.thumbCategory > ul > li > span{
	line-height:1.8em;
	background:#1CA64E;
	text-indent:2px;
	width:100%;
	display:block;
}
.thumbCategory > ul > li > span > a{
	text-decoration:none;
	color:#333;
	font-size:0.9em;
}

.productSlider{
	position:relative;
}
.sendEnquiry{
	padding:0.4em 0.4em;
	display:inline-block;
	margin:0 auto;
	background:#3498DB;
	border:2px solid #3498DB;
	font-size:14px;
	border-radius:3px;
}
.sendEnquiry a{
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
.contactUs {
    float: left;
    width: 40%;
	margin:2% 0 0 0;
}
.contactUs > h1 {
    font-family: "Oswald",sans-serif;
    float: left;
    font-size: 1.3em;
    font-weight: 700;
    text-align: left;
    width: 100%;
	color:#2C3E50;
}
.contactUs > ul > li {
    color: #333;
    float: left;
    font-size: 1em;
    line-height: 1.8em;
    margin: 3% 0 0 0.6em;
    width: 100%;
}
.contactUs > ul > li > i {
    float: left;
    line-height: 1.3em;
	color:#2C3E50;
}
.contactUs > ul > li > span {
    float: left;
    padding-left: 7px;
}
.enquiryDetails > h1 {
    color: #2C3E50;
    float: left;
    font-size: 1.3em;
	  font-family: "Oswald",sans-serif;
    font-weight: 700;
    text-align: left;
    width: 100%;
}
.enquiryDetails {
    float: left;
    margin-left: 8%;
    width: 50%;
	margin-top:2%;
}
.enquiryDetails > form {
    width: 100%;
}
.enquiryDetails > form > ul > li:first-child {
    margin: 0;
}
.enquiryDetails > form > ul > li {
    float: left;
    margin: 3% 0 0;
    width: 100%;
}
.enquiryDetails > form > ul > li > label {
    float: left;
    padding: 3px 0 2px;
    width: 90%;
}
.enquiryDetails > form > ul > li > input[type="text"] {
    border: 2px solid #ccc;
    font-family: "Hind",sans-serif;
    padding: 7px;
    width: 95%;
}
.enquiryDetails > form > ul > li > input[type="submit"] {
	background:#323232;
	border:none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "Hind",sans-serif;
    font-weight: 700;
    outline: medium none;
    padding: 0.4em 1em;
}
.enquiryDetails > form > ul > li > textarea {
    border: 2px solid #ccc;
    font-family: "Hind",sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 80px;
    padding: 9px;
    width: 95%;
}
.enquiryDetails > form > ul > li > select {
    border: 2px solid #ccc;
    font-family: "Hind",sans-serif;
    padding: 7px;
    width: 98%;
}
.enquiryDetails > form > ul > li > input[type="reset"] {
    background:#323232;
    color: #fff;
	border:none;
    cursor: pointer;
    float: left;
    font-family: "Hind",sans-serif;
    font-weight: 700;
    margin-left: 1em;
    outline: medium none;
    padding: 0.4em 1em;
}
.productsbanner{
	width:100%;
}
.productsbanner > img{
	display:block;
	width:99%;
	margin:0 auto;
}
.productGallery >  li {
    background: #eee none repeat scroll 0 0;
    float: left;
    list-style-type: none;
    margin: 6px 5px 10px 6px;
    padding: 10px;
    width: 22%;
}
.productGallery > li > img{
	display:block;
	width:100%;
}
.productGallery > li > span {
    display: block;
    line-height: 1.5em;
	padding:0.1em 0 0 0;
	font-size:14px;
}
.list > li{
	float:left;
	width:100%;
	list-style-position:inside !important;
	list-style:disc !important;  
	margin:1% 0 0 1% !important;
}

.processing{
	color:#555555;
	padding:1em;
	float:left;
	font-weight:700;
}

#response{
	padding:0.8em;
	display:none;
	color:#2C3E50;
	margin-top:1%;
	float:left;
	width:98%;
	font-weight:700;
	font-family: "Oswald",sans-serif;
}

#success{
	padding:0.8em;
	display:none;
	margin-top:1%;
	color:#2C3E50;
	float:left;
	width:98%;
	font-weight:700;
	font-family: "Oswald",sans-serif;
}
.aboutGallery{
	width:100%;
}
.aboutGallery > ul > li{
	float:left;
	list-style:none;
	width:195px;
	height:150px;
	margin:12px 8px 20px 8px;
}
.aboutGallery > ul > li > span{
	font-weight:400;
	font-size:0.9em;
	line-height:1.8em;
	color:#333;
}
.clients{
	width:100%;
}
.clients > ul > li{
	list-style-type:none;
	float:left;
	width:250px;
	height:82px;
	margin:8px;
}

.clients > ul > li > img{
	border:1px solid #ddd;
}