.navbar {
    margin-bottom: 0;
    border: 0;
}
.nav-area{
	position:relative;
}

.nav{
	text-align:center;
}

.nav > li > a{
	//background-color: #2C276A;
	margin: 4px 2px;
	width:100%;
	border: none;
	color: white;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: #ff774a;
    text-decoration: none;
	color:#fff;
}
/*Remove bootstrap tab css*/
.nav-tabs > li > a {
    border: 0
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border: 0;
    outline: 0
}
.nav-tabs {
    border: 0
}
.nav-tabs > li > a:hover {
    border: 0
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	position: relative;
	border-top: 0px solid;
	box-shadow: none;
}
.navbar-expand-lg .navbar-collapse {
	display: block !important;
}

/* TrendBiz Option */  
.trendbiz-option {
	position: fixed;
	display: block;
	z-index: 9999;
	text-align: center;
	padding: 20px 10px;
	width: 200px;
	background: #fff;
	//box-shadow: -3px 0px 50px -2px #0000001a;
	margin-top: -150px;
	border-bottom: 6px solid #ddd;
	right: -200px;
	text-align: left;
	top: 50%;
	margin-top: -210px;
}
.trendbiz-option .o-icon {
	background-color:#20F30A;
	width: 22px;
	height: 22px;
	background: #968A8C;
	border-radius: 0px;
	top: 50%;
	line-height: 22px;
	cursor: pinter;
	font-size: 15px;
	position: absolute;
	left: -50px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
	border-radius: 3px 0 0 3px;
	background: #fff;
	color: #444;
	text-align: center;
	background: #ff5821;
	color: #fff;
	top: 0;
}
.trendbiz-option .o-icon i {
	cursor: pointer;
}
.trendbiz-option h4 {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
.trendbiz-option ul li{
	font-weight:500;
	font-size:14px;
}
.trendbiz-option ul li a{
	color:#555;
}


/*===============================
	07. Call To Action CSS
=================================*/  
.consulting {
	background-image: url('assets/img/hero-bg.jpg');
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	overflow:hidden;
}



.call-to-action {
	position: relative;
	
}
.call-to-action .call-to-main{
	padding:120px 0;
}
.call-to-action #particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.call-to-action .text-inner{
	text-align:left;
	padding-top:202px;
	padding-bottom:202px;
}
.call-to-action h2 {
	color: #fff;
	display: inline-block;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 25px;
}
.call-to-action h2 .animated{	
	border: 1px solid #fff;
	display: inline-block;
	font-size: 30px;
	padding: 10px;
	line-height: 20px;
	border-radius: 50px;
} 
.call-to-action p {
	color: #fff;
	padding: 0 60px;
	font-size: 15px;
}
.call-to-action .button {
	margin-top: 25px;
}
.call-to-action .btn {
	background: #fff;
	color: #282828;
	margin-right:10px;
}
.call-to-action .btn:hover{
	color:#fff;
}
.call-to-action .btn:last-child{
	margin:0;
}
.call-to-action .btn:before{
	background:#1BBC9B;
}
.call-to-action .btn.primary{
	background:#1BBC9B;
	color:#fff;
}
.call-to-action .btn.primary:before{
	background:#fff;
}
.call-to-action .btn.primary:hover{
	color:#282828;
}