/*-------------------------------------------------------*/

@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);
@import url('https://fonts.googleapis.com/css?family=Oleo+Script');
/* Reset
---------------------------------*/

* {
	margin:0;
	padding:0;
}
.bxslider {
	width:100%;
}
.bxslider img {
	width:100%;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar {
	border: 0px solid #fff;
	min-height: 0px;
	margin-bottom: 0px;
	padding:5px;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
}
.navbar-default.navbar-brand, .navbar-default.navbar-brand:hover, .navbar-default.navbar-brand:focus {
	color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color:#000;
background: rgba(252,234,187,1);
background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 98%, rgba(251,223,147,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(0%, rgba(252,205,77,1)), color-stop(98%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 98%, rgba(251,223,147,1) 100%);
background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 98%, rgba(251,223,147,1) 100%);
background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 98%, rgba(251,223,147,1) 100%);
background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 98%, rgba(251,223,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );

}
.navbar-default .navbar-nav > .active a, .navbar-default .navbar-nav > .active a:hover, .navbar-default .navbar-nav > .active a:focus {
	color:#fff;
background: rgba(252,234,187,1);
background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 98%, rgba(251,223,147,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(0%, rgba(252,205,77,1)), color-stop(98%, rgba(248,181,0,1)), color-stop(100%, rgba(251,223,147,1)));
background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 98%, rgba(251,223,147,1) 100%);
background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 98%, rgba(251,223,147,1) 100%);
background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 98%, rgba(251,223,147,1) 100%);
background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 0%, rgba(248,181,0,1) 98%, rgba(251,223,147,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0 );
}
.navbar-default.navbar-text {
	color:#fff;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background:#fff;
}
.navStyle ul {
	list-style: none;
	padding: 0px;
}
.navStyle ul li {
	margin: 10px 0;
	color:#000;
}
h1 {
	font-size: 30px;
	color: #222222;
	font-family: 'Oleo Script', cursive;
	font-weight: normal;
	margin: 0px 0 25px 0;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-size: 25px;
	color: #222222;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	margin: 0px 0 25px 0;
	text-align: center;
	text-transform: uppercase;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #222222;
	font-size: 18px;
	margin: 0 0 5px 0;
}
h4 {
	font-size: 16px;
	color: orange;
	padding:5px 0px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	margin: 0px 0 0px 0;
	text-align: center;
	text-transform: capitalize;
}
h6 {
	font-size: 16px;
	color: #888888;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	margin: 0 0 60px 0;
}
.navbar-default {
	background:orange;
	border-color:orange;
	border-radius:0px;
}
strong {
	font-size:16px;
	font-weight:400;
}
.about_switech {
	padding:60px 40px 60px 40px;
}

.our-products{
	padding:20px 40px 20px 40px;
}

.welcomeimg {
	width:350px;
	padding:30px 0 0 30px;
}
ul {
	list-style:url(../images/cat-arrow.jpg);
}
.dark {
	background:orange;
}
footer {
	min-height:100px;
	color:#fff;
	padding-top:40px;
	background:#000;
	width:100%;
	text-align:center;
}
footer a {
	text-decoration:none;
	color:orange;
	font-weight:bold;
}
footer a:hover {
	color:#fff;
	text-decoration:none;
}
