body{
	padding:0 0;
	margin:0 0; 
	font-family: 'Questrial', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	padding:0 0;
	margin:0 0;
	font-family: 'Oswald', sans-serif;
	font-weight:600;
	letter-spacing: 2px;
}
p{
	padding:0 0;
	margin:0 0;
	font-family: 'Questrial', sans-serif;
}
a{
	text-decoration:none;
	    color: #555;
}
ul{
	padding:0 0;
	margin:0 0;	
}/*--header--*/
.navbar-default {
    background-color: rgba(16, 16, 16, 0.39);
    border-color: rgba(16, 16, 16, 0.39);
    padding: 1em 0 1.5em;
}
.navbar-brand {
    float: left;
    height: 46px;
    padding: 0;
    margin: -13px;
    padding: 0 0;
}
.navbar-default .navbar-brand {
    color: #fff;
    font-size: 1em;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-header img {
    vertical-align: initial;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: #eee;
}
.navbar-default .navbar-nav > li > a {
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    letter-spacing: 2px;
	color:#fff;
	padding: 10px 0;
}
.navbar-nav i {
    font-size: 0.6em;
    margin-left: 1.4em;
    text-align: center;
    color: #ffcc00;
    vertical-align: middle;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffcc00;
    background:none;
	border-bottom:2px solid #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffcc00;
    background:none;
	border-bottom:2px solid #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffcc00;
    background:none;
	border-bottom:2px solid #fff;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
	margin-top: 0.5em;
}
.nav-in:hover span::before {
	width: 100%;
}
/*-- nav-hover --*/
.link-effect-3 a {
	padding: 10px 0;
	margin: 0 12px;
	color: #fff;
	text-shadow: none;
	position: relative;  
}
.link-effect-3 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 10px 0;
	max-width: 0;
	border-bottom: 3px solid #fff;
    color: #fff;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
}
.link-effect-3 a:hover::before {
	max-width: 100%;
}
/*--banner-slider--*/
.slider{
	position:relative;
}
.cap {
    position: absolute;
    top: 42%;
    left: 10%;
    z-index: 999;
    width: 48%;
	background: rgba(0, 0, 0, 0.6);
	text-align:left;
	    padding: 2em;
}
.cap h3 {
    font-size: 2.5em;
    text-transform: capitalize;
    color: #fff;
	line-height:1.8em;
}
.cap h4 {
    font-size: 2em;
    text-transform: capitalize;
    color: #fff;
	line-height:1.8em;
}
.cap p {
    font-size: 1.1em;
    color: #fff;
    line-height: 1.8em;
}
/*--banner-slider--*/
.values-section {
    background: #f6f6f5;
    padding: 3.5em 0;
}
.v0 i {
    color: #ff7f07;
    font-size: 2.5em;
}
.v0 h4 {
    color: #000;
    font-size: 1.8em;
    margin: 0.6em 0;
}
.v0 p {
    color: #777;
    font-size: 15px;
    line-height: 1.8em;
}
/*--about-section--*/
h2.title {
    font-size: 2.5em;
    text-transform: uppercase;
    color: #0079c1;
    margin-bottom: 0.5em;
}
.about-section p {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
    margin-bottom: 1em;
}
.about-img {
    position: relative;
}
.about-img:before, .about-img:after {
    content: "";
    position: absolute;
    width: calc(100% - 159px);
    height: 5px;
    background: #0079c1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.about-section {
    padding: 4em 0;
}
/*--about-section--*/
/*--service-section--*/
.services-section {
    background: url(../images/banner1.jpg) no-repeat 0px 0px;
    min-height: 300px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 7em 0;
    text-align: center;
}
h3.title1 {
    font-size: 2.5em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    text-align: center;
}
.service-grid i {
    border: 2px solid #ff7500;
    height: 80px;
    width: 80px;
    color: #ff7500;
    font-size: 25px;
    padding-top: 25px;
    border-radius: 5em;
    background: #fff;
}
.services-section h4 {
    text-transform: capitalize;
    font-size: 1.6em;
    color: #fff;
    padding: 1em 0 0.8em;
}
.services-section p {
    font-size: 1.1em;
    color: #eee;
    line-height: 1.8em;
}
/*--service-section--*/

/*-- banner --*/
.service-section h3 {
    text-align: center;
    font-size: 2.3em;
    color: #000;
}
p.title-para {
    text-align: center;
    font-size: 1.1em;
    color: #777;
    line-height: 1.8em;
    width: 60%;
    margin: 0.5em auto 0;
}
.service-icon i {
    font-size: 1.8em;
    color: #fff;
    background: #000;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 11px;
}
.service-text h4 {
    font-size: 1.6em;
    color: #000;
}
.service-text{
	float:right;
	width:80%;
}
.service-icon {
	float:left;
	width:20%;
}
.service-text h4 {
    font-size: 1.6em;
    color: #000;
    padding: 13px 0;
}
.service p {
    font-size: 1.1em;
    color: #777;
    line-height: 1.8em;
    margin-top: 10px;
}
.row-grids {
    margin-top: 3em;
}
.service-section {
    padding: 4em 0;
	background:#d0d2d3;
}
/*-- banner --*/
/*-- portfolio --*/
.portfolio-section h3{
	    text-align: center;
    font-size: 2.3em;
    color: #000;
}
.portfolio-section {
    padding: 4em 0;
}
p#p-para {
    text-align: center;
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
    margin: 0.8em 0;
}
.product {
    float: left;
    width: 19%;
    margin-right: 10px;
}
.product img {
    height: 180px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #000;
}
.product h4 {
    text-align: center;
    font-size: 12px;
    color: #000;
    margin-top: 10px;
}
/*-- portfolio --*/
/*-- promotion --*/
.promotion-section h3{
	 text-align: center;
    font-size: 2.3em;
    color: #000;
}
.promotion-section {
    padding: 4em 0;
	background:#d0d2d3;
}
/*--flexisel--*/
.clients {
	padding:4em 0;
}
.clients img{
	width:100%;
}

#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	    cursor: pointer;
    position: relative;
    max-width: 250px;
    max-height: 100px;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:24px;
	height:36px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: -4.3%;
	top: 20% !important;
	background: url(../images/themes.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
	right: -4.3%;
	top: 20% !important;
	background: url(../images/themes.png) no-repeat -24px 0px;
}
p.title-para {
    text-align: center;
    font-size: 1.1em;
    color: #fff;
    line-height: 1.8em;
    width: 60%;
    margin: 0.5em auto 0;
}
/*--flexisel--*/
/*-- promotion --*/
input#cnt_frm {
    width: 100%;
    padding: 6px;
    border: 0;
    border: 1px solid #eee;
    outline: 0;
    border-radius: 2px;
}
textarea#cnt_msg {
    width: 100%;
    border: 0;
    border: 1px solid #eee;
    height: 65px;
    padding: 6px;
}
input#cnt-btn {
    width: 100%;
    border: 0;
    background: #fff;
    color: #000;
    font-size: 1.1em;
    padding: 5px;
}
.cnt0 h3 {
    color: #fff;
    font-size: 1.8em;
    margin-bottom: 0.6em;
}
.cnt0 p {
    margin-top: 0.5em;
    color: #777;
    line-height: 1.8em;
    font-size: 1.1em;
}
.cnt0 i {
    color: #fff;
    margin-right: 7px;
}
.contact-section {
    background: #000;
    padding: 4em 0;
}
ul.copylinks li {
    display: inline-block;
}
ul.copylinks li a i {
    background: #000;
    color: #fff;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 8px;
    font-size: 14px;
}
.copy0 p {
    font-size: 1.1em;
    line-height: 1.8em;
    color: #777;
}
.copy0:nth-child(2){
	text-align:right;
}
.copy0 p {
    font-size: 1.1em;
    line-height: 1.8em;
    color: #777;
}
.map{
	margin-top:1.5em;
}
.copyright-section {
    border-top: 2px solid #fff;
    background: #000;
    padding: 0.5em 0;
}
#toTopHover {
    width: 64px;
    height: 64px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 1%;
    overflow: hidden;
    z-index: 999;
    width: 64px;
    height: 64px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow.png) no-repeat 0px 0px;
}