* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
header, section, article, aside, nav, footer, address {
	display: block;
}
body {
	font-family: 'open_sansregular',Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333;
	overflow-x: hidden;
	min-width: 320px;
}
input,textarea,select{
	font-family: 'open_sansregular',Arial, Helvetica, sans-serif;
}
p{
	line-height: 1.6em;
}
br.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.thumb{
	display: block;
}
.thumb img{
	display: block;
	width:100%;
}
a:hover,[type="submit"]:hover{
	filter: alpha(opacity = 85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.wrapper {
	width: 90%;
	margin: 0 auto;
	max-width:1200px;
}
@font-face {
  font-family: 'fontello';
  src: url('../../fonts/grihalakshmi/fontello/fontello.eot?47371245');
  src: url('../../fonts/grihalakshmi/fontello/fontello.eot?47371245#iefix') format('embedded-opentype'),
       url('../../fonts/grihalakshmi/fontello/fontello.woff2?47371245') format('woff2'),
       url('../../fonts/grihalakshmi/fontello/fontello.woff?47371245') format('woff'),
       url('../../fonts/grihalakshmi/fontello/fontello.ttf?47371245') format('truetype'),
       url('../../fonts/grihalakshmi/fontello/fontello.svg?47371245#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?47371245#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-phone:before { content: '\e800'; } /* '' */
.icon-search:before { content: '\e801'; } /* '' */
.icon-facebook:before { content: '\e802'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-linkedin:before { content: '\f318'; } /* '' */




html {
overflow-x: hidden;
}


header section.top{
	background: #8CA792;
	padding: 1% 0;

}
header section.top div.left{
	padding-left: 2%;
}
header section.top div.right{
	padding-right: 2%;
}
header section.top div.left span a small{
	color: #fff;
	font-size: 18px;
}
header section.top div.right p span{
	color: #fff;
}
header section.top div.right p span a{
	color: #fff;
}
section.bottom{
	padding: 3% 0;
}
section.bottom h1.left{
	width: 20%;
}
section.bottom h1.left a img{
	width: 100%;
	display: block;
}
section.bottom h1.left a{

}
section.bottom nav.right{
	width: 50%;
    margin-top: 3%;
}
section.bottom nav.right ul{
	display: flex;
	justify-content: space-evenly;
}
section.bottom nav.right ul li{

}
section.bottom nav.right ul li a{
	color: #949494;
}
section.bottom nav.right ul li form {
	border: 1px solid #000;
	border-radius: 5px;
	width: 65%;
    padding: 1px 6px;
}
section.bottom nav.right ul li form input{
	width: 73%;
}
section#spotlight{
	position: relative;

}
section#spotlight section.rgba{
	background: rgba(0, 0, 0, 0.59);
}
#panel{
	display: none;
	position: absolute;
    top: 0px;
    z-index: 2;
    width: 100%;
}

section.rgba{

}
 section.rgba ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    padding: 3% 0 14%;

}
section.rgba ul li{
	margin-right: 5%;
}
section.rgba ul li.fan{
	width: 10%
}
section.rgba ul li:nth-child(5){
	margin-right: 0;
}
 section.rgba ul li h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	border-bottom: 2px solid #fff;

}
 section.rgba ul li ul{
	flex-flow: column;
	padding-top: 9%;
}
 section.rgba ul li ul li p{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}
section.rgba ul li ul li p a{
	color: #fff;
}
 section.rgba ul li ul li p img{
	float: right;
	width: 8px;
	margin-top: 6px;
}
section#spotlight ul li.bottom {
	width: 3%;
    padding: 2px;
    margin-right: 28px;
    background: #fff;
    border-radius: 5px;;
}

section#spotlight ul.bottom{
    display: flex;
    justify-content: center;
    padding: 1% 0 2%;
}
section#spotlight ul li.bottom:last-child{
	margin-right: 0px;
}
section#popular{

}
section#popular div.head{
	padding: 3% 0;
}
section#popular div.head h2 span{
	width: 6%;
    padding: 2px;
    background: #636e72;
    display: inline-block;
    border-radius: 5px;
    margin-right: 1%;
}
section#popular div.head h2 span:nth-child(2){
	margin-left: 1%;
	margin-right: 0%;
}
section#popular div.head h2{
	text-align: center;
	color: #636e72;
	font-size: 30px;
}
section#popular div.categories{
	padding: 3% 0 5%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.36);
}
section#popular div.categories .next{
	position: absolute;
    left: -50px;
	bottom: 200px;
	width: 4%;

}
section#popular div.categories .spannxt img{
	display: block;
	width: 100%;
}
section#popular div.categories .prev{
	position: absolute;

	bottom: 200px;
	width: 4%;
}
section#popular div.categories ul{
	display: flex;
    justify-content: center;
    height: 400px;
}
section#popular div.categories ul li{
    margin-right: 4%;
-webkit-box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.35);
box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.35);
}

section#popular div.categories ul li:last-child{
	margin-right: 0%;
}
section#popular div.categories ul li div.img{
	width: 100%;
}
section#popular div.categories ul li div.img img{
	width: 100%;
	display: block;

}
section#popular div.categories ul li div.content{
	    padding: 5%;
}
section#popular div.categories ul li div.content h3{
	text-transform: uppercase;
    padding: 11% 0 6%;
    border-bottom: 2px dotted rgba(3, 3, 3, 0.53);
}
section#popular div.categories ul li div.content p{
	text-transform: capitalize;
    padding: 2% 0;
    border-bottom: 2px dotted rgba(0, 0, 0, 0.20);
}
section#popular div.categories ul li div.content p:last-child{
	border-bottom: none;
}
section#popular div.categories ul li div.content p img{
	width: 5%;
    float: right;
    margin-top: 4%;
}
section#popular div.categories ul li.slider{
    height: 50%;
    box-shadow: none;
    margin-top: 13%;
    width: 4%;
}
section#popular div.categories ul li.slider span{
	width: 50%;
}
section#popular div.categories ul li.slider span img{
	width: 100%;
	display: block;
}
section#products{

}
section#products div.head{
	padding: 5% 0;
}
section#products div.head h3{
    color: #636e72;
    text-transform: capitalize;
    font-size: 26px;
    font-weight: bold;
    border-bottom: .5px solid rgba(0, 0, 0, 0.70);
   	padding-bottom: 1%;
    width: 23%;
}
section#products div.content{
	padding-bottom: 5%;
}
section#products div.content ul{
    display: flex;
	width: 100%;

}
section#products div.content ul li{
	-webkit-box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.35);
	box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.35);

}
section#products div.content ul li:last-child{

	margin-right: 0%;
}
section#products div.content ul li{
	width: 47%;
	margin-right: 7%;
	padding: 3%;
}
section#products div.content ul li.ac div.img{
	width: 70%;
}
section#products div.content ul li.ac div.img img{
    display: block;
    width: 100%;
}
section#products div.content ul li.ac div.img h3{
	text-align: center;
    margin-top: 3%;
    text-transform: capitalize;
}
section#products div.content ul li.ac div.subcontent{
	margin-top: 20%;
	width: 29%
}
section#products div.content ul li.ac div.subcontent h5{
    font-size: 22px;
}
section#products div.content ul li.ac div.subcontent h5 img{
    width: 10%;
}
section#products div.content ul li.ac div.subcontent pre{
	font-size: 15px;
	color: rgba(0, 0, 0, 0.46);
}
section#products div.content ul li.vguard{
    width: 25%;
    padding: 12% 2% 4%;
    margin-right: 0%;
}
section#products div.content ul li.vguard div.left{
	float: none;
}
section#products div.content ul li.vguard div.left img{
	width: 100%;
}
section#products div.content ul li.vguard div.left h3{
	text-transform: uppercase;
	border-bottom: 2px dotted rgba(0, 0, 0, 0.25);
}
section#products div.content ul li.vguard div.left p{

}
section#products div.content ul li.vguard div.left p img{
	width: 5%;
}
section#products div.content ul li.vguard div.right{

}
section#products div.content ul li.vguard div.right img{

}
section#products div.content ul li.image img{
	width: 75%;
}
section#products div.products div.head h3{
	font-size: 20px;
}
section#products div.products ul{
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}
section#products div.products ul li{
	width: 25%;
	padding: 2%;
	-webkit-box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.35);
	box-shadow: 0px 7px 15px -7px rgba(0,0,0,0.35);
}
section#products div.products ul li div.img{
	width: 100%;
	height: 175px;

}
section#products div.products ul li div.img img{
	width: 100%;
	height: 100%;
	display: block;
}
section#products div.products ul li div.subcontents{
	text-align: center;
}
section#products div.products ul li div.subcontents h3{
	text-transform: uppercase;
	padding-bottom: 5%;
	border-bottom: 2px dotted rgba(0, 0, 0, 0.25);
}
section#products div.products ul li div.subcontents ul{
	display: flex;
    justify-content: space-between;
    margin: 7% 0;
}
section#products div.products ul li div.subcontents ul li{
	box-shadow: none;
	padding: 0;
    width: 45%;
}
section#products div.products ul li div.subcontents ul li p{
	color: red;
}
section#products div.products ul li div.subcontents ul li p img{
	width: 11%;
}
section#products div.products ul li div.subcontents a{
	padding: 2px 15px;
	background-color:  #8CA792;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	margin-top: 2%;
}
section#products div.companies{
	padding: 10% 0;
}
section#products div.companies ul{
	display: flex;
	justify-content: space-between;
}
section#products div.companies ul li{
	width: 100%;

}
section#products div.companies ul li img{
	width: 100%;
	height: 100px;
	display: block;
}
footer{
	background-color: #2c3e50;
	padding: 5% 0;
}
footer ul{
    display: flex;
    justify-content: space-between;
}
footer ul li{

}
footer ul li:nth-child(3) p{
	text-align: center;
}
footer ul li h4{
	color: #d0d0d0ba;
	text-transform: capitalize;
	font-size: 20px;
    margin-bottom: 16%;
}
footer ul li p{
	color: #d0d0d0ba;
    margin-bottom: 5%;
    text-transform: capitalize;
}
footer ul li p:last-child{
	margin-bottom: 0%;
}
footer ul li p a{
	color: #d0d0d0ba;
}
footer ul li p span{
	font-size: 25px;
}
footer ul li p span a{

}
footer ul li.subscribe{
	te
}
footer ul li.subscribe h4{
	margin-bottom: 0%;
	text-align: right;
}
footer ul li.subscribe p{
	font-size: 14px;
}

footer ul li.subscribe form{
	background-color: #fff;
    width: 100%;
    padding: 2% 3%;
}
footer ul li.subscribe form input{
	margin-right: 10%;
}
footer ul li.subscribe form img{

}
/*responsive*/
@media (max-width: 1280px){
	section#popular div.categories {
	    padding: 3% 0 1%;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.36);
	}
	section#products div.head {
    	padding: 3% 0 1%;
	}
	section#products div.content {
    	padding-bottom: 2%;
	}
	section#products div.companies {
    	padding: 4% 0;
	}
}

@media (max-width: 1053px){
	section#products div.head h3{
		width: 40%;
	}
}
@media (max-width: 980px){
	section#popular div.head {
    	padding: 2% 0;
	}
	section#popular div.head {
    	padding: 2% 0;
	}
	section#popular div.head {
    	padding: 2% 0;
	}
	section#products div.content ul li.ac div.subcontent h5 {
    	font-size: 18px;
	}
	section#products div.content ul li.ac div.img {
    	width: 63%;
	}
	section#products div.content ul li.ac div.subcontent {
    	margin-top: 25%;
    	width: 36%;
	}
}

@media (max-width: 800px){
	section#products div.products ul li{
		width: 30%;
	}
	section#products div.content ul li.ac div.img{
		width: 50%;
	}
	section#products div.content ul li.ac{
		margin-right: 4%;
	}
	section#products div.content ul li.vguard div.left h3{
		font-size: 15px;
	}
	section#products div.content ul li.vguard div.left p img{
		width: 8%;
	}
	section#products div.content ul li.ac div.img h3{
		font-size: 19px;
	}

}
@media (max-width: 768px){
	section#popular div.categories ul li div.content h3 {
	    text-transform: uppercase;
	    padding: 1% 0 1%;
	    border-bottom: 2px dotted rgba(3, 3, 3, 0.53);
	}
	section#products div.content ul li.ac div.subcontent {
	    margin-top: 25%;
	    width: 46%;
	}
	section#products div.content ul li.ac div.img h3 {
    	font-size: 17px;
	}
	section#products div.products ul li div.subcontents h3 {
	    text-transform: uppercase;
	    padding-bottom: 5%;
	    border-bottom: 2px dotted rgba(0, 0, 0, 0.25);
	    margin-top: 7px;
	    font-size: 14px;
	}
	footer ul li {
    	width: 50%;
	}
	footer ul {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	    width: 100%;
	}
	footer ul li h4 {
	    text-transform: capitalize;
	    font-size: 21px;
	    font-weight: 800;
	    margin: 0 0 7px;
	}
	footer ul li {
	    width: 50%;
	    margin-top: 19px;
	}
	footer {
	    background-color: #2c3e50;
	    padding: 1% 0 5%;
	}
	footer ul li.subscribe p {
	    font-size: 14px;
	    margin: 20px 0;
	}
	footer ul li:nth-child(3) p {
    	text-align: left;
	}

}
@media (max-width: 640px){
	section#products div.products ul li {
	    width: 46%;
	}
	section#products div.content ul li {
	    margin-right: 4%;
	    width: 100%;
	}
	section#products div.content ul li.ac div.subcontent {
	    margin-top: 21%;
	    width: 46%;
	}
	section.bottom nav.right {
	    width: 73%;
	    margin-top: 3%;
	}
	section#popular div.head h2 {
	    text-align: center;
	    color: #636e72;
	    font-size: 27px;
	}
	section#popular div.head {
    	padding: 1% 0;
	}
}

@media (max-width: 610px){
	section#products div.head h3{
		width: 50%;
	}
}

@media (max-width: 575px){
	section#products div.products ul li{
	width: 50%;
}

}
@media (max-width: 485px){
	section#popular div.categories ul li div.content h3 {
	    text-transform: uppercase;
	    padding: 1% 0 1%;
	    border-bottom: 2px dotted rgba(3, 3, 3, 0.53);
	    font-size: 18px;
	}
	section#popular div.categories ul li div.content p img {
	    width: 3%;
	    float: right;
	    margin-top: 2%;
	}
	section#popular div.categories ul li div.content p {
	    text-transform: capitalize;
	    padding: 1% 0;
	    border-bottom: 2px dotted rgba(0, 0, 0, 0.20);
	    font-size: 15px;
	}
	footer ul li.subscribe h4 {
	    margin-bottom: 0%;
	    text-align: left;
	}
	section#products div.content ul{
		display: block;
	}
	section#products div.content ul li.ac{
		width: 100%;
	}
	section#products div.content ul li.vguard{
		width: 100%;
	}
	section#products div.content ul li.vguard div.left h3{
		font-size: 25px;
	}
	section#products div.content ul li.vguard div.left p img{
		width: 5%;
	}
	section#products div.content ul li.vguard div.left p{
		margin-top: 5%;
		font-size: 24px;
	}
	section#products div.content{
		padding-bottom: 15%;
	}
	section#products div.head h3{
	    width: 87%;
    	font-size: 30px;
	}
	footer ul li.subscribe form input {
	    font-size: 14px;
	    margin-right: 10%;
	}
	footer ul li h4 {
	    text-transform: capitalize;
	    font-size: 18px;
	    font-weight: 800;
	    margin: 0 0 7px;
	}
	footer ul li.subscribe form img {
    	width: 10px;
	}
	section.bottom nav.right ul {
    	display: block;
	}
	section.bottom nav.right ul li a {
	    color: #949494;
	    margin: 4px 0;
	    display: block;
	}
	section.bottom nav.right {
   	 	width: 65%;
    	margin-top: 3%;
	}
}
@media (max-width: 455px){
	section#products div.products ul li{
		width: 100%;
	}
}
@media (max-width: 455px){
	section#products div.content ul li.ac div.subcontent{
		width: 45%;
	}

}
@media (max-width: 360px){
	footer ul li.subscribe form img {
	    width: 10px;
	    display: none;
	}
	section#products div.content {
    	padding-bottom: 6%;
	}
	section#popular div.categories ul li div.content h3 {
	    text-transform: uppercase;
	    padding: 1% 0 1%;
	    border-bottom: 2px dotted rgba(3, 3, 3, 0.53);
    	font-size: 15px;
	}
	section#popular div.categories ul li div.content p {
	    text-transform: capitalize;
	    padding: 1% 0;
	    border-bottom: 2px dotted rgba(0, 0, 0, 0.20);
	    font-size: 14px;
	}
	header section.top {
	    background: #8CA792;
	    padding: 1% 0;
	    font-size: 14px;
	}
	header section.top div.left span a small {
    	color: #fff;
    	font-size: 15px;
	}
	section#popular div.head h2 {
	    text-align: center;
	    color: #636e72;
    	font-size: 23px;
	}
	footer ul li {
	    width: 100%;
	    margin-top: 19px;
	    text-align: center;
	}
	footer ul li:nth-child(3) p {
    	text-align: center;
	}
	footer ul li.subscribe h4 {
    	margin-bottom: 0%;
    	text-align: center;
	}
	footer ul li p {
	    color: #fff;
	    margin-bottom: 0%;
	    text-transform: capitalize;
	}
	section.bottom nav.right ul li a {
		color: #949494;
	    margin: 7px 0;
	    display: block;
	}
	section#products div.head h3 {
	    width: 87%;
	    font-size: 21px;
	}
}
@media (max-width: 320px){
	section#popular div.head h2 {
	    text-align: center;
	    color: #636e72;
	    font-size: 19px;
	}
}
