/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
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,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: 'Raleway', sans-serif;
	background:#2F2C2C;
}
/*-- main --*/
.main h1{
	text-transform:uppercase;
	font-size:2em;
	color:#fff;
	text-align:center;
	margin:0 0 2em;
}
.main-grid:hover div.value h3{
    background:url(../images/img.png) no-repeat 6.5em -.4em #DD7C28;
    display: block;
}
.main-grid:hover div.value h3:after{
	content:'';
	display:none;
}
.main-grid:hover div.value h3.hedr:after{
	content:'';
	display:none;
}
.main-grid:hover div.value h3.hedr1:after{
	content:'';
	display:none;
}
.main{
	padding:4em 0 3em;
	width:45%;
	margin:0 auto;
}
.main-grid:nth-child(3) {
    margin: 0 0.8em;
}
.main-grid{
	float:left;
	width:32%;
}
.main-grid h3{
	background:#400d12;
	padding:0.5em 0;
	text-align:center;
	color:#fff;
	margin:0;
	font-size:1.5em;
	font-weight:100;
	position:relative;
}
.main-grid h3.hedr{
	background:#C3748E;
}
.main-grid h3.hedr1{
	background:#990033;
}
.main-grid h3:after{
	background:url(../images/1.png) no-repeat 0px 0px;
	display:block;
	content:'';
	position:absolute;
	top: 87%;
    left: 45%;
	width:24px;
	height:24px;
}
.main-grid h3.hedr:after{
	background:url(../images/6.png) no-repeat 0px 0px;
	display:block;
	content:'';
	position:absolute;
	top: 87%;
    left: 45%;
	width:24px;
	height:24px;
}
.main-grid h3.hedr1:after{
	background:url(../images/7.png) no-repeat 0px 0px;
	display:block;
	content:'';
	position:absolute;
	top: 87%;
    left: 45%;
	width:24px;
	height:24px;
}
.main-grid p{
	padding:1em 0;
	text-align:center;
	background:#fff;
	color:#999;
	font-weight: 600;
	font-size:2.5em;
	margin:0;
}
.main-grid p span{
	font-size:20px;
}
.main-grid p i{
	font-size:14px;
	font-style:normal;
}
.main-grid ul{
	padding:0;
	margin:0;
	position:relative;
}
.main-grid ul li{
	list-style-type:none;
	padding: 18px 0;
    border-bottom: 1px dotted #BDB9B9;
    font-size: 13px;
    color: #AAA7A7;
    text-decoration: none;
    text-align: center;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.main-grid ul li.f1{
	background:url(../images/2.png) no-repeat 17px 10px #eeeeee;
	display:block;
}
.main-grid ul li.f2{
	background:url(../images/3.png) no-repeat 13px 10px #eeeeee;
	display:block;
}
.main-grid ul li.f3{
	background:url(../images/4.png) no-repeat 13px 10px #eeeeee;
	display:block;
}
.main-grid ul li.f4{
	background:url(../images/5.png) no-repeat 13px 10px #eeeeee;
	display:block;
	border-bottom:none;
}
.main-grid ul:after{
	background:url(../images/1-.png) no-repeat 0px 0px;
	display:block;
	content:'';
	position:absolute;
	top: 97.3%;
    left: 43%;
	width:24px;
	height:24px;
}
.buy{
	padding:2.5em 0 2em;
	text-align:center;
	background:#fff;
}
.buy a{
	font-size: 13px;
    color: #fff;
    padding: 9px 30px;
    background: #DD7C28;
	text-decoration:none;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.buy a:hover{
	background:#222222;
}
.copy-right{
	padding:3em 0 0;
	text-align:center;
}
.copy-right p{
	color:#fff;
	margin:0;
	font-size:14px;
}
.copy-right p a{
	color:#DD7C28;
}
.copy-right p a:hover{
	color:#fff;
}
/*-----start-responsive-design------*/
@media (max-width:1440px){
	.main {
		width: 50%;
	}
}
@media (max-width: 1366px){
	.main {
		width: 55%;
	}	
}
@media (max-width: 1280px){
	.main-grid:hover div.value h3 {
		background: url(../images/img.png) no-repeat 5.5em -.3em #DD7C28;
	}
}
@media (max-width: 1024px){
	.main {
		width: 67%;
	}
}
@media (max-width:768px){
	.main-grid h3 {
		font-size: 1.3em;
	}
	.main {
		width: 88%;
	}
	.main-grid:hover div.value h3 {
		background: url(../images/img.png) no-repeat 6em -.5em #DD7C28;
	}
	.main-grid p {
		font-size: 2em;
	}
}
@media (max-width:736px){
	.main h1 {
		font-size: 1.7em;
	}
	.main {
		width: 90%;
	}
	.main-grid ul:after {
		top: 97%;
	}
}
@media (max-width:667px){
	.main-grid {
		width: 31%;
	}
	.main-grid:hover div.value h3 {
		background: url(../images/img.png) no-repeat 5em -.7em #DD7C28;
	}
}
@media (max-width:640px){
	.main h1 {
		font-size: 1.5em;
	}
	.main-grid:hover div.value h3 {
		background: url(../images/img.png) no-repeat 5em -.3em #DD7C28;
		background-size: 45%;
	}
}
@media (max-width:568px){
	.main-grid ul li a {
		font-size: 12px;
	}
	.main-grid {
		width: 32%;
	}
	.main-grid:nth-child(3) {
		margin: 0 0.5em;
	}
}
@media (max-width:480px){
	.main h1 {
		font-size: 1.3em;
	}
	.main {
		padding: 2em 0 2em;
	}
	.main-grid {
		width: 65%;
		float: none;
		margin: 0 auto;
	}
	.main-grid:nth-child(3) {
		margin: 1em auto;
	}
	.main-grid:hover div.value h3 {
		background: url(../images/img.png) no-repeat 9em -.6em #DD7C28;
		background-size: 35%;
	}
}
@media (max-width: 414px){
	.main-grid:hover div.value h3 {
		background: url(../images/img.png) no-repeat 7.5em -.3em #DD7C28;
		background-size: 35%;
	}
}
@media (max-width:384px){
	.main-grid {
		width: 70%;
	}
}
@media (max-width: 320px){
	.main-grid h3.hedr1:after {
		top: 86%;
	}
	.main-grid h3.hedr:after {
		top: 86%;
	}
	.main-grid {
		width: 85%;
	}
	.main h1 {
		font-size: 1.1em;
		margin: 0 0 1em;
	}
	.main-grid h3 {
		font-size: 1.2em;
	}
	.main-grid:hover div.value h3 {
		background: url(../images/img.png) no-repeat 8.2em -.6em #DD7C28;
		background-size: 35%;
	}
	.copy-right p {
		font-size: 13px;
	}
	.copy-right {
		padding: 2em 0 0;
	}
}