body {
	font-family: 'Open Sans', sans-serif !important;
	max-width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
:focus {
	box-shadow: none;
	outline: none;
}
hr {
	border: none;
	height: 20px;
	width: 90%;
	margin-top: 0;
	border-bottom: 1px solid #eee;
	box-shadow: 0 15px 10px -20px #333;
	margin: -50px auto 10px;
}

/**/

#header {
	font-size: 0;
	width: 100%;
	border: 1px solid #ddd;
}
#header .content {
	width: 1170px;
	margin: 0 auto;
	padding: 20px 0px;
}
#header .content .logo {
	display: inline-block;
	width: 25%;
}
#header .content .menu {
	display: inline-block;
	width: 50%;
}
#header .content .menu ul {
	list-style: none;
	padding-left: 0;
}
#header .content .menu li {
	font-size: 12px;
	font-weight: 600;
	color: #252525;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 20px;
}
#header .content .menu li a {
	color: inherit;
	text-decoration: none;
}
#header .content .menu li a:hover {
	color: #6534ff;
	text-decoration: none;
}
#header .content .menu li.active {
	border-bottom: 2px solid #6534ff;
	padding-bottom: 2px;
}
.dropdown {
	position: relative
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 200px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	padding: 10px;
	z-index: 1;
}
.dropdown:hover .dropdown-content {
	display: block;
}
.dropdown-content a {
	font-size: 12px;
	font-weight: 500;
	color: #252525;
	text-transform: capitalize;
	padding: 5px 10px;
	display: block;
}
.dropdown-content a:hover {
	background: #6534ff;
	color: #fff !important;
}
#header .content .btn {
	display: inline-block;
	width: 25%;
	text-align: right;
}
#header .content .btn a {
	background: #6534ff;
	border: 1px solid #6534ff;
	border-radius: 30px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
}
#header .content .btn a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.menubtn {
	display: none;
}

/**/

.hero {
	background: url(../images/hero.png) no-repeat top center #fbfbfb;
	width: 100%;
	height: 500px;
	border-bottom: 2px solid #eee;
}
.hero .text {
	text-align: center;
	width: 530px;
	padding: 1px;
	margin: 0 auto;
}
.hero .text h1 {
	font-size: 32px;
	color: #252525;
	line-height: 42px;
}
.hero .text p {
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.hero .text .btns {}
.hero .text .btns a {
	background: #6534ff;
	border: 1px solid #6534ff;
	border-radius: 30px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	padding: 10px 30px;
	margin-right: 10px;
	text-transform: uppercase;
	display: inline-block;
}
.hero .text .btns a:hover {
	opacity: 0.8;
	text-decoration: none;
}

/**/

.about {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0px;
	text-align: center;
}
.about span {
	font-size: 12px;
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	display: block;
}
.about h2 {
	font-size: 28px;
	font-weight: 600;
	color: #252525;
	margin: 0;
	margin-bottom: 20px;
	display: block;
}
.about p {
	font-size: 14px;
	color: #999;
	width: 750px;
	padding: 10px 0;
	margin: 0 auto;
	display: block;
}
.about .line {
	background: #6534ff;
	width: 100px;
	height: 2px;
	margin: 0 auto;
}
.about .icons {
	margin-top: 30px;
}
.about .icons .box {
	display: inline-block;
	margin-right: 30px;
}
.about .icons .box img {
	margin-bottom: 10px;
}
.about .icons .box span {
	font-size: 16px;
	font-weight: 500;
	color: #252525;
	text-transform: capitalize;
}
.about .icons .box:last-child {
	margin-right: 0px;
}

/**/

.products {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0px;
	border-top: 1px solid #eee;
	text-align: center;
}
.products span {
	font-size: 12px;
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	display: block;
}
.products h2 {
	font-size: 28px;
	font-weight: 600;
	color: #252525;
	margin: 0;
	margin-bottom: 20px;
	display: block;
}
.products p {
	font-size: 14px;
	color: #999;
	width: 750px;
	padding: 10px 0;
	margin: 0 auto;
	display: block;
}
.products .line {
	background: #6534ff;
	width: 100px;
	height: 2px;
	margin: 0 auto;
}
.products .items {
	margin-top: 20px;
}
.products .items .box {
	position: relative;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0px 1px 4.95px 0.05px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 20px;
	width: 31%;
	height: 250px;
	margin-right: 10px;
	display: inline-block;
}
.products .items .box img {
	width: 94px;
	margin: 0 auto;
}
.products .items .box span {
	font-size: 14px;
	font-weight: 500;
	color: #252525;
	text-transform: capitalize;
	margin-top: 10px;
}
.products .items .box .stars {
	color: orange;
	margin: 10px 0;
}
.products .items .box .brand {
	position: absolute;
	top: 10px;
	right: 10px;
}
.products .items .box .brand img {
	width: auto;
}
.products .items .box .btn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
}
.products .items .box .btn a {
	background: #6534ff;
	border: 1px solid #6534ff;
	border-radius: 25px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	padding: 10px 30px;
	text-transform: uppercase;
	display: block;
}
.products .items .box .btn a:hover {
	background: #fff;
	color: #6534ff;
	text-decoration: none;
}

/**/

.bnn {
	padding: 50px 0px;
	text-align: center;
}
.bnn img {
	margin: 0 auto;
}

/**/

.section {
	width: 100%;
}
.section .sec01 {
	background: url(../images/section-bg-col01.png) no-repeat center;
	background-size: cover;
	height: 500px;
}
.section .sec02 {
	background: url(../images/section-bg-col02.png) no-repeat center;
	background-size: cover;
	height: 500px;
}
.section .sec02 .text {
	width: 60%;
	padding: 100px 50px;
}
.section .sec02 .text img {
	margin-bottom: 0px;
}
.section .sec02 .text h2 {
	font-size: 28px;
	color: #fff;
	line-height: 38px;
	margin-bottom: 10px;
}
.section .sec02 .text p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}
.section .sec02 .text a {
	background: transparent;
	border: 2px solid #fff;
	border-radius: 25px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	margin-right: 20px;
	display: inline-block;
}
.section .sec02 .text a:hover {
	text-decoration: none;
	background: #fff;
	color: #62bcfa;
}

/**/

.testimonials {
	background: #fbfbfb;
	width: 100%;
}
.testimonials .content {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0px;
	text-align: center;
}
.testimonials .content span {
	font-size: 12px;
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	display: block;
}
.testimonials .content h2 {
	font-size: 28px;
	font-weight: 600;
	color: #252525;
	margin: 0;
	margin-bottom: 20px;
	display: block;
}
.testimonials .content .line {
	background: #6534ff;
	width: 100px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.testimonials .content .box {
	position: relative;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0px 1px 4.95px 0.05px rgba(0, 0, 0, 0.1);
	padding: 40px 20px 10px 20px;
	width: 29.6%;
	margin-right: 50px;
	text-align: left;
	display: inline-block;
}
.testimonials .content .box:last-child {
	margin-right: 0;
}
.testimonials .content .box img {
	position: absolute;
	left: -20px;
	top: -20px;
}
.testimonials .content .box .name {
	font-size: 14px;
	font-weight: 600;
	color: #252525;
	text-transform: capitalize;
	display: block;
}
.testimonials .content .box .desc {
	font-size: 12px;
	font-weight: 500;
	color: #999;
	text-transform: capitalize;
	margin-bottom: 10px;
	display: block;
}
.testimonials .content .box p {
	font-size: 12px;
	font-weight: 500;
	color: #252525;
	display: block;
}

/**/

.faq {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0px;
	text-align: center;
}
.faq span {
	font-size: 12px;
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	display: block;
}
.faq h2 {
	font-size: 28px;
	font-weight: 600;
	color: #252525;
	margin: 0;
	margin-bottom: 20px;
	display: block;
}
.faq .line {
	background: #6534ff;
	width: 100px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.faq .panel {
	margin-bottom: 20px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	box-shadow: none;
}
.faq .panel-group .panel {
	margin-bottom: 0;
	border-radius: 0px;
}
.faq .panel-default {
	border-color: #eee;
}
.faq .panel-default>.panel-heading {
	color: #252525;
	background-color: #fff;
	border-color: #eee;
}
.faq .panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
	color: #252525;
	text-align: left;
}
.faq .panel-title:before {
	font-family: FontAwesome;
	content: '\f105';
	margin-right: 10px;
}
.faq .panel-title a:hover {
	text-decoration: none;
}
.faq .panel-title a:focus {
	text-decoration: none;
}
.faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd;
	text-align: left;
	font-size: 12px;
	color: #666;
}

/**/

.cta {
	background: #62bcfa;
	margin: 30px 0px 0px 0px;
	padding: 50px;
	text-align: center;
	width: 100%;
	display: block;
}
.cta span {
	font-size: 28px;
	color: #fff;
	margin-bottom: 30px;
	display: block;
}
.cta a {
	background: transparent;
	border: 2px solid #fff;
	border-radius: 25px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
}
.cta a:hover {
	background: #fff;
	color: #62bcfa;
	text-decoration: none;
}

/**/

.newsletter {
	background: #fbfbfb;
	padding: 20px 0px;
	width: 100%;
	display: block;
}
.newsletter .content {
	width: 560px;
	margin: 0 auto;
}
.newsletter .content span {
	font-size: 14px;
	color: #252525;
	margin-right: 10px;
	width: 50%;
	display: inline-block;
}
.newsletter .content form {
	position: relative;
	width: 47%;
	display: inline-block;
}
.newsletter .content form input[type=text] {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 12px;
	color: #666;
	padding: 10px;
	width: 260px;
}
.newsletter .content form button {
	position: absolute;
	top: 5px;
	right: 15px;
	background: #6534ff;
	border: 1px solid #6534ff;
	border-radius: 50px;
	font-size: 12px;
	color: #fff;
	padding: 5px 12px;
}

/**/

#footer {
	width: 1170px;
	margin: 0 auto;
	padding: 20px 0px;
}
#footer .social {
	text-align: center;
}
#footer .social ul {
	list-style: none;
	padding-left: 0;
}
#footer .social li {
	font-size: 28px;
	color: #999;
	margin-right: 10px;
	display: inline-block;
}
#footer .social li:last-child {
	margin-right: 0;
}
#footer .links {
	border-top: 1px solid #eee;
	padding: 10px 0px;
}
#footer .links ul {
	list-style: none;
	padding-left: 0;
}
#footer .links li {
	font-size: 12px;
	color: #252525;
	margin-right: 10px;
	display: inline-block;
}
#footer .links li:last-child {
	float: right;
}
#footer a {
	color: inherit;
	text-decoration: none;
}
#footer a:hover {
	color: #6534ff;
	text-decoration: none;
}

/**/

#breadcrumbs {
	background: #fbfbfb;
	width: 100%;
	padding: 5px 0px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24), 0 1px 3px rgba(0, 0, 0, 0.12);
	margin-bottom: 30px;
	display: block;
}
#breadcrumbs ul {
	width: 1170px;
	margin: 0 auto;
	list-style: none;
	padding-left: 0;
}
#breadcrumbs li {
	font-size: 12px;
	color: #171717;
	margin-right: 5px;
	display: inline-block;
}
#breadcrumbs li:after {
	font-family: FontAwesome;
	content: '\f105';
	margin-left: 5px;
}
#breadcrumbs li:last-child {
	color: #999;
}
#breadcrumbs li:last-child:after {
	content: '';
	margin-left: 0px;
}
#breadcrumbs li a {
	color: inherit;
	text-decoration: none;
}

/**/

#products {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0px;
	text-align: center;
}
#products span {
	font-size: 12px;
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	display: block;
}
#products h2 {
	font-size: 28px;
	font-weight: 600;
	color: #252525;
	margin: 0;
	margin-bottom: 20px;
	display: block;
}
#products p {
	font-size: 14px;
	color: #999;
	width: 750px;
	padding: 10px 0;
	margin: 0 auto;
	display: block;
}
#products .line {
	background: #6534ff;
	width: 100px;
	height: 2px;
	margin: 0 auto;
}
#products .brand-icon {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 20px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
#products .brand-icon img:hover {
	filter: grayscale(100%);
}
#products .items {
	margin-top: 20px;
}
#products .items .box {
	position: relative;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0px 1px 4.95px 0.05px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 20px;
	width: 22.6%;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline-block;
}
#products .items .box img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#products .items .box span {
	font-size: 14px;
	font-weight: 500;
	color: #252525;
	text-transform: capitalize;
	height: 40px;
	overflow-y: hidden;
	margin-top: 10px;
}
#products .items .box .stars {
	color: orange;
	margin: 5px 0;
}
#products .items .box .brand {
	position: absolute;
	top: 10px;
	right: 10px;
}
#products .items .box .btn {
	width: 100%;
	display: block;
}
#products .items .box .btn a {
	background: #6534ff;
	border: 1px solid #6534ff;
	border-radius: 25px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	padding: 10px 30px;
	text-transform: uppercase;
	display: block;
}
#products .items .box .btn a:hover {
	background: #fff;
	color: #6534ff;
	text-decoration: none;
}

/**/

#productdetails {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0px;
}
#productdetails .image {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 10px;
	margin-right: 50px;
}
#productdetails .image img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#productdetails .brand {
	margin-bottom: 10px;
}
#productdetails .brand img {
	width: 64px;
	height: auto;
}
#productdetails h1 {
	font-size: 24px;
	font-weight: 300;
	color: #252525;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	display: block;
}
#productdetails .stars {
	color: orange;
	margin-bottom: 10px;
}
#productdetails .desc {
	margin-bottom: 20px;
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 20px 20px 0px 20px;
}
#productdetails .desc p {
	font-size: 12px;
	color: #999;
}
#productdetails .desc ul {
	list-style: none;
	padding-left: 0;
}
#productdetails .desc li:before {
	font-family: FontAwesome;
	content: '\f105';
	color: #6534ff;
	margin-right: 5px;
}
#productdetails .desc li {
	font-size: 12px;
	color: #999;
}
#productdetails .social {
	margin-bottom: 30px;
	float: right;
	display: block;
}
#productdetails .social ul {
	list-style: none;
	padding-left: 0;
}
#productdetails .social li {
	font-size: 16px;
	color: #999;
	margin-right: 5px;
	display: inline-block;
}
#productdetails .btn {
	padding: 0;
}
#productdetails .btn a {
	background: #6534ff;
	border: 1px solid #6534ff;
	border-radius: 25px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	padding: 10px 30px;
	text-transform: uppercase;
}
#productdetails .btn a:hover {
	background: #fff;
	color: #6534ff;
	text-decoration: none;
}
#productdetails a {
	text-decoration: none;
	color: inherit;
}
#productdetails a:hover {
	text-decoration: none;
	color: inherit;
}

/**/

#text {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0px;
	text-align: center;
}
#text span {
	font-size: 12px;
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	display: block;
}
#text h2 {
	font-size: 28px;
	font-weight: 600;
	color: #252525;
	margin: 0;
	margin-bottom: 20px;
	display: block;
}
#text p {
	font-size: 14px;
	color: #999;
	width: 750px;
	padding: 10px 0;
	margin: 0 auto;
	display: block;
}
#text .line {
	background: #6534ff;
	width: 100px;
	height: 2px;
	margin: 0 auto;
}
#text .content {
	padding: 10px 0px;
	text-align: left;
}
#text .content h1 {
	font-size: 24px;
	font-weight: 600;
	color: #252525;
	margin-bottom: 0;
	display: block;
}
#text .content h2 {
	font-size: 18px;
	font-weight: 600;
	color: #252525;
	margin-bottom: 0;
	display: block;
}
#text .content h3 {
	font-size: 16px;
	font-weight: 600;
	color: #252525;
	margin-bottom: 0;
	display: block;
}
#text .content p {
	font-size: 14px;
	color: #999;
	width: 100%;
	text-align: justify;
	margin-bottom: 10px;
	display: block;
}
#text .content img {
	margin-bottom: 20px;
	display: block;
}
#text .content ul {
	padding-left: 0;
	margin-bottom: 20px;
	list-style: none;
}
#text .content li:before {
	font-family: FontAwesome;
	color: #6534ff;
	content: '\f105';
	margin-right: 5px;
}
#text .content li {
	font-size: 13px;
	color: #999;
	width: 100%;
	display: block;
}
#text .content a {
	color: #6534ff;
}
#text .content a:hover {
	color: inherit;
}

/**/

#contact {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0px;
	text-align: center;
}
#contact span {
	font-size: 12px;
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	display: block;
}
#contact h2 {
	font-size: 28px;
	font-weight: 600;
	color: #252525;
	margin: 0;
	margin-bottom: 20px;
	display: block;
}
#contact p {
	font-size: 14px;
	color: #999;
	width: 750px;
	padding: 10px 0;
	margin: 0 auto;
	display: block;
}
#contact .line {
	background: #6534ff;
	width: 100px;
	height: 2px;
	margin: 0 auto;
}
#contact .boxes {
	border-top: 1px solid #eee;
	padding: 20px 0px;
	margin-top: 20px;
	font-size: 0;
}
#contact .boxes .box {
	width: 33.3%;
	height: 250px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0px 1px 4.95px 0.05px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 20px;
}
#contact .boxes .box span {
	font-size: 14px;
	color: #6534ff;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contact .boxes .box a {
	font-size: 14px;
	color: #252525;
	margin-bottom: 10px;
}
#contact .bgpurp {
	position: relative;
	background: #6534ff;
	height: 400px;
}
#contact .bgpurp img {
	position: absolute;
	width: 74px;
	height: auto;
	top: 35%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
#contact form {
	padding: 20px;
	width: 480px;
	margin: 0 auto;
	text-align: left;
}
#contact form fieldset {
	margin-bottom: 10px;
	width: 49%;
	display: inline-block;
}
#contact form fieldset.full {
	width: 98.7%;
	display: block;
}
#contact form fieldset label:after {
	content: '*';
	color: #6534ff;
	margin-left: 5px;
}
#contact form fieldset label {
	font-size: 14px;
	font-weight: 500;
	display: block;
}
#contact form fieldset input[type=text] {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 14px;
	padding: 10px 15px;
	width: 100%;
	display: block;
}
#contact form fieldset textarea {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 14px;
	padding: 10px 15px;
	width: 100%;
	display: block;
}
#contact form button {
	background: #6534ff;
	border: 1px solid #6534ff;
	border-radius: 30px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
}

/**/

#quote {
	width: 100%;
	margin: 0 auto;
}
#quote .bgquote {
	background: url(../images/couple-using-laptop.jpg) no-repeat center top;
	background-size: cover;
	height: 600px;
}
#quote .bgpurp {
	background-color: #6534ff;
	height: 600px;
}
#quote form {
	padding: 30px;
	font-size: 0;
}
#quote form span {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	display: block;
}
#quote form fieldset {
	width: 47%;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#quote form input[type=text] {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 2px;
	padding: 10px 15px;
	font-size: 13px;
	color: #252525;
	width: 100%;
	display: block;
}
#quote form select {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 2px;
	padding: 10px 15px;
	font-size: 13px;
	color: #252525;
	width: 100%;
	display: block;
}
#quote form input[type=date] {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 2px;
	padding: 10px 15px;
	font-size: 13px;
	color: #252525;
	width: 100%;
	display: block;
}
#quote form textarea {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 2px;
	padding: 10px 15px;
	font-size: 13px;
	color: #252525;
	width: 95.5%;
	margin-top: 10px;
	display: block;
}
#quote form button {
	background: transparent;
	border: 2px solid #fff;
	border-radius: 25px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	margin-top: 20px;
	display: block;
}
#quote form button:hover {
	text-decoration: none;
	background: #fff;
	color: #6534ff;
}
#quote form p {
	font-size: 11px;
	color: #fff;
	margin-top: 20px;
	display: block;
}

/**/

#feedback {
	background: #fbfbfb;
	width: 100%;
}
#feedback .content {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0px;
	text-align: center;
}
#feedback .content span {
	font-size: 12px;
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	display: block;
}
#feedback .content h2 {
	font-size: 28px;
	font-weight: 600;
	color: #252525;
	margin: 0;
	margin-bottom: 20px;
	display: block;
}
#feedback .content .line {
	background: #6534ff;
	width: 100px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 50px;
}
#feedback .content .box {
	position: relative;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0px 1px 4.95px 0.05px rgba(0, 0, 0, 0.1);
	padding: 40px 20px 10px 20px;
	width: 29.6%;
	margin-right: 50px;
	margin-bottom: 50px;
	text-align: left;
	display: inline-block;
}
#feedback .content .box.nomargin {
	margin-right: 0;
}
#feedback .content .box img {
	position: absolute;
	left: -20px;
	top: -20px;
}
#feedback .content .box .name {
	font-size: 14px;
	font-weight: 600;
	color: #252525;
	text-transform: capitalize;
	display: block;
}
#feedback .content .box .desc {
	font-size: 12px;
	font-weight: 500;
	color: #999;
	text-transform: capitalize;
	margin-bottom: 10px;
	display: block;
}
#feedback .content .box p {
	font-size: 12px;
	font-weight: 500;
	color: #252525;
	display: block;
}

/**/

@media (min-width: 320px) and (max-width: 767px) {
	#header .content {
		width: 100%;
		padding: 20px;
	}
	#header .content .logo {
		width: 100%;
		display: block;
		text-align: center;
	}
	#header .content .menu {
		display: none;
	}
	#header .content .btn {
		display: none;
	}
	#header #menu {
		display: block;
	}
	#header .menu .title {
		background: #f8f8f8;
		border: 1px solid #ddd;
		font-size: 24px;
		display: block;
		padding: 10px;
	}
	#header .menu ul {
		font-size: 16px;
		text-transform: uppercase;
		text-align: center;
		background: #f8f8f8;
		border-bottom: 1px solid #ddd;
		display: none;
	}
	#header .menu li {
		display: block;
		margin-right: 0px;
		border-bottom: 1px solid #ddd;
		padding: 10px;
	}
	.menubtn {
		background: #333;
		border: 1px solid #333;
		font-size: 16px;
		color: #fff;
		padding: 10px 20px;
		text-align: center;
		margin-top: 0px;
		display: block;
	}
	.menubtn a {
		color: inherit;
		text-decoration: none;
	}
	.menubtn a:focus {
		color: inherit;
		text-decoration: none;
	}
	.hero {
		background: url(../images/hero.png) no-repeat bottom center #fbfbfb;
		height: 400px;
	}
	.hero .text {
		width: 100%;
		padding-top: 1px;
	}
	.hero .text h1 {
		font-size: 24px;
		line-height: 28px;
	}
	.hero .text p {
		font-size: 12px;
		line-height: 16px;
	}
	.about {
		width: 100%;
	}
	.about p {
		font-size: 12px;
		width: 100%;
		padding: 10px;
	}
	.about .icons {
		margin-top: 10px;
	}
	.about .icons .box {
		margin-right: 10px;
		width: 21.8%;
		margin-bottom: 10px;
	}
	.about .icons .box img {
		width: 50px;
	}
	.about .icons .box span {
		font-size: 12px;
	}
	.products {
		width: 100%;
	}
	.products .items .box {
		width: 48%;
		height: 280px;
	}
	.bnn {
		display: none;
	}
	.section {
		margin-top: 20px;
	}
	.section .sec01 {
		display: none;
	}
	.section {
		margin-top: 20px;
	}
	.section .sec01 {
		display: none;
	}
	.section .sec02 {
		height: 350px;
	}
	.section .sec02 .text {
		width: 100%;
		padding: 50px 20px;
		text-align: center;
	}
	.section .sec02 .text h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.testimonials .content {
		width: 100%;
		padding: 30px;
	}
	.testimonials .content .box {
		width: 100%;
		margin-right: 50px;
		margin-bottom: 30px;
	}
	.faq {
		width: 100%;
	}
	.newsletter .content {
		width: 100%;
		text-align: center;
	}
	.newsletter .content span {
		margin-right: 0px;
		margin-bottom: 10px;
		width: 100%;
		display: block;
	}
	.newsletter .content form {
		width: 100%;
		display: block;
	}
	.newsletter .content form button {
		position: relative;
		top: 0px;
		right: 0px;
		border-radius: 4px;
		padding: 10px 20px;
	}
	#footer {
		width: 100%;
	}
	#footer .links {
		text-align: center;
	}
	#footer .links li {
		margin-right: 0px;
		display: block;
		border-bottom: 1px solid #eee;
		padding: 10px;
	}
	#footer .links li:last-child {
		float: none;
	}
	#breadcrumbs ul {
		width: 100%;
		padding: 0px 20px;
	}
	#products {
		width: 100%;
		padding: 30px;
	}
	#products p {
		display: none;
	}
	#products .line {
		margin-bottom: 20px;
	}
	#products .brand-icon {
		display: block;
		margin-right: 0px;
	}
	#products .brand-icon img {
		width: 100%;
	}
	#products .items .box {
		width: 100%;
	}
	#productdetails {
		width: 100%;
		padding: 20px;
	}
	#productdetails .image {
		margin-right: 0px;
	}
	#text {
		width: 100%;
		padding: 30px;
	}
	#text p {
		width: 100%;
		padding: 10px;
	}
	#text .content h1 {
		margin-bottom: 10px;
	}
	#text .content h2 {
		margin-bottom: 10px;
	}
	#text .content h3 {
		margin-bottom: 10px;
	}
	#text .content p {
		padding: 0px;
	}
	#contact {
		width: 100%;
		padding: 30px;
	}
	#contact p {
		display: none;
	}
	#contact .boxes .box {
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: 10px;
	}
	#contact .bgpurp {
		display: none;
	}
	#contact form {
		width: 100%;
	}
	#contact form fieldset {
		width: 100%;
	}
	#quote .bgquote {
		display: none;
	}
	#quote .bgpurp {
		height: 100%;
	}
	#quote form fieldset {
		width: 100%;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	#header .content {
		width: 100%;
		padding: 20px;
	}
	#header .content .logo {
		width: 100%;
		display: block;
		text-align: center;
	}
	#header .content .menu {
		display: none;
	}
	#header .content .btn {
		display: none;
	}
	#header #menu {
		display: block;
	}
	#header .menu .title {
		background: #f8f8f8;
		border: 1px solid #ddd;
		font-size: 24px;
		display: block;
		padding: 10px;
	}
	#header .menu ul {
		font-size: 16px;
		text-transform: uppercase;
		text-align: center;
		background: #f8f8f8;
		border-bottom: 1px solid #ddd;
		display: none;
	}
	#header .menu li {
		display: block;
		margin-right: 0px;
		border-bottom: 1px solid #ddd;
		padding: 10px;
	}
	.menubtn {
		background: #333;
		border: 1px solid #333;
		font-size: 16px;
		color: #fff;
		padding: 10px 20px;
		text-align: center;
		margin-top: 0px;
		display: block;
	}
	.menubtn a {
		color: inherit;
		text-decoration: none;
	}
	.menubtn a:focus {
		color: inherit;
		text-decoration: none;
	}
	.about {
		width: 100%;
		padding: 30px;
	}
	.about p {
		width: 100%;
	}
	.products {
		width: 100%;
		padding: 30px;
	}
	.section .sec02 .text {
		width: 100%;
		padding: 100px 10px;
	}
	.testimonials .content {
		width: 100%;
		padding: 30px;
	}
	.testimonials .content .box {
		margin-right: 30px;
	}
	.faq {
		width: 100%;
		padding: 30px;
	}
	#footer {
		width: 100%;
		padding: 20px;
	}
	#footer .links li {
		font-size: 10px;
		margin-right: 5px;
	}
	#breadcrumbs ul {
		width: 100%;
		padding: 0px 20px;
	}
	#products {
		width: 100%;
	}
	#productdetails {
		width: 100%;
		padding: 30px;
	}
	#text {
		width: 100%;
		padding: 30px;
	}
	#text p {
		width: 100%;
	}
	#contact {
		width: 100%;
		padding: 30px;
	}
	#contact form {
		width: 100%;
	}
	#quote form fieldset {
		width: 46%;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	#header .content {
		width: 100%;
		padding: 20px;
	}
	#header .content .menu li {
		font-size: 11px;
		margin-right: 10px;
	}
	.bnn img {
		margin: 0 auto;
	}
	.section .sec02 .text {
		width: 100%;
	}
	#footer {
		width: 100%;
		padding: 20px;
	}
	#breadcrumbs ul {
		width: 100%;
		padding: 0px 20px;
	}
	#productdetails {
		width: 100%;
		padding: 30px;
	}
}