/*
Theme Name: Smart Solutions
Theme URL: www.smartnta.com
Description: This theme developed for Smart Solutions.
Version: 1.1
Author: Palazhi
Author URL: www.palazhi.in
*/

* {
	font-size:14px;
}
body {
	margin:0;
	padding:0;
	font:normal 16px/18px Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
}
ul,
li {
	margin:0;
	padding:0;
	list-style:none;
}
p, h1, h2, h3 {
	margin:0;
	line-height:1em;
}
.wrapper {
	max-width:1024px;
	margin:0 auto;
}
.clear {
	clear:both;
}

.navbar {
	float:right;
	padding:25px 35px 25px 0;
}
.navbar a {
	color:#222;
}
.navbar li {
	display:inline-block;
	margin-left:15px;
}
.banner img {
	width:100%;
	height:auto!important;
}
.quik_link {
	background:#e9e9e9;
}
.support_bar {
	background:#d3d3d3;
	float:right;
	font-weight:bold;
	padding:0 0 0 10px;
	
	-webkit-border-radius: 30px 0 0 30px;
	border-radius: 30px 0 0 30px;
}
.support_links {
	background:#bdbdbd;
	float:right;
	margin-left:10px;
	padding:0 25px 0 15px;
	
	-webkit-border-radius: 30px 0 0 30px;
	border-radius: 30px 0 0 30px;
}
.support_bar a,
.support_bar b {
	display:inline-block;
	padding:7px 10px;
	color:#222;
}

.banner {
	height:400px;
	overflow:hidden;
}

main {
	
}

.review_section {
	background:#e9e9e9;
}
.new_product_section .wrapper,
.review_section .wrapper,
.services_section .wrapper {
	padding:40px 0;
}
.new_product_section .wrapper h1,
.review_section .wrapper h1,
.services_section .wrapper h1 {
	font-size:52px;
	text-align:center;
	font-weight:normal;
	margin-bottom:25px;
}
.new_product_section .content,
.review_section .content,
.services_section .content {
	text-align:center;
}
.four_col {
	text-align:center;
	margin-top:30px;
}
.four_col li {
	display:inline-block;
	width:23%;
	background:#e3e3e3;
	margin:0 5px;
	height:300px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}


footer {
	background:#e9e9e9;
	text-align:center;
}
footer .wrapper {
	padding:40px 0;
}
.footer_menu {
	margin-bottom:15px;
}
.footer_menu li {
	display:inline-block;
	margin:0 15px;
}
.footer_menu li a {
	color:#222;
	font-weight:bold;
}