.navbar{
  /*position: fixed;*/
  position:stiky;
  width: 100%;
  top: 0;
  left :0;
  padding: 0em;
  text-align: center;
  color: black;
  font-family: "Merriweather","Helvetica Neue",Arial,sans-serif;
  background-color: #FFF;
  transition: 0.3s;
  padding: 29px 0 0px 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.scrolled.main-navigation{
  background-color: #FFF;
  transition: 0.3s;
  color: #000;
}
 .scrolled.main-navigation .navbar-nav > li a{
 
 }

	/* parallax 1 */
.parallax_sec1 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 65px 0px 50px 0px;
	background: #eee url("assets/img/feature-bg.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
	position:relative;
	min-height: 440px;
}

.parallax_sec1 ul.left {
	float: left;
	width: 47%;
	padding-right: 2.9%;
	border-right: 1px solid #616161;
}
.parallax_sec1 .left li {
	float: left;
	width: 100%;
	text-align: right;
	color: #999;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}
.parallax_sec1 .left li.last {
	margin: 0px 0px 0px 0px;
}
.parallax_sec1 .left li h5 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.parallax_sec1 .left li p{
color: #b5b4b4;
}
.parallax_sec1 .left li i {
	float: right;
	color: #9c73b3 !important;
	font-size: 32px;
	width: 72px;
	height: 72px;
	text-align: center;
	border-radius: 100%;
	vertical-align: middle;
	line-height: 72px;
	background-color: #fff;
	margin-left: 30px;
	-webkit-transition: background-color .8s, -webkit-transform .8s;
    transition: background-color .8s, transform .8s;
}

.parallax_sec1 ul.right {
	float: left;
	width: 47%;
	padding-left: 3%;
}
.parallax_sec1 .right li {
	float: left;
	width: 100%;
	text-align: left;
	color: #999;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}
.parallax_sec1 .right li.last {
	margin: 0px 0px 0px 0px;
}
.parallax_sec1 .right li h5 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.parallax_sec1 .right li p{
color: #b5b4b4;
}
.parallax_sec1 .right li i {
	float: left;
	color: #9c73b3 !important;
	font-size: 32px;
	width: 72px;
	height: 72px;
	text-align: center;
	border-radius: 100%;
	vertical-align: middle;
	line-height: 72px;
	background-color: #FFF;
	margin-right: 30px;
	-webkit-transition: background-color .8s, -webkit-transform .8s;
    transition: background-color .8s, transform .8s;
}
.parallax_sec2 ul.right1 {
	float: left;
	width: 47%;
	padding-left: 0%;
}
.parallax_sec2 .right1 li {
	float: left;
	width: 100%;
	text-align: left;
	color: #999;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}
.parallax_sec2 .right1 li.last {
	margin: 0px 0px 0px 0px;
}
.parallax_sec1 .right1 li h5 {
	color: #fff !important;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.parallax_sec2 .right1 li i {
	float: left;
	color: #FFF;
	font-size: 32px;
	width: 72px;
	height: 72px;
	text-align: center;
	border-radius: 100%;
	vertical-align: middle;
	line-height: 72px;
	background-color: #0F75BC;
	margin-right: 30px;
	-webkit-transition: background-color .8s, -webkit-transform .8s;
    transition: background-color .8s, transform .8s;
}
.parallax_sec1 .left li:hover i,
.parallax_sec1 .right li:hover i {
	color: #F6941F;
	background-color: #fff;
}
.parallax_sec2 .right1 li h5 {
	color: #1075BB !important;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.parallax_sec2 .right1 li P {
	color: #3F3F3F !important;
	text-transform: capitalize;
	margin-bottom: 0px;
}
.parallax_sec1 .left li:hover h5,
.parallax_sec1 .right li:hover h5{
	color: #F6941F;
}
/* parallax 2 */
.parallax_sec2 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 03px 0px 70px 0px;
	background: #FFF;
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:100% 0;
	background-position: center;
}
.parallax_sec2 h3{
	padding: 10px 0px;
}
.parallax_sec2 .hvideo iframe {
	float: right;
	width: 85%;
	height: 290px;
}
.parallax_sec2 .hvideo.right iframe {
	float: left;
}

h2 { 
	font-size: 35px; 
	line-height: 35px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 600;
}
h2.white {
	color: #fff;
}
h2.white b {
	color: #DAF94A;
}
h2 i {
	color: #13afeb;
	font-style: normal;
}
h2 b {
	display: block;
	font-size: 18px; 
	line-height: 23px;
	font-weight: 200;
	margin-top: 13px;
	color: #727272;
}
.video-section{
	padding:50px 0px;
	background:#eee;
}
/* features section 9 */
.feature_section9 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 40px 0px 70px 0px;
}
.feature_section9 h2{
	font-size: 35px;
    line-height: 30px;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 600;
	color: #9e76b4;
}
.feature_section9 h3{
font-size:1.8em;
color: #ed1751;
}
.feature_section9 h4{
font-size:1.4em;
margin-bottom:20px;
}
.feature_section9 h5{
width:80%;
margin:0px auto;
}

.feature_section9 h1{
	margin-bottom:30px;
}
.cbp-wrapper .cbp-item:first-child{
	background: #D9EDFB;
}
.cbp-wrapper .cbp-item:nth-child(2){
	background: #FEF7DF !important;
}
.cbp-wrapper .cbp-item:nth-child(2):hover{
	background:#F00;
}
.cbp-wrapper .cbp-item:nth-child(3){
	background: #BBDBE1 !important;
}
.cbp-wrapper .cbp-item:nth-child(4){
	background: #FFD9CF !important;
}
.cbp-wrapper .cbp-item:nth-child(5){
	background: #EEFFD4 !important;
}
.cbp-wrapper .cbp-item:nth-child(6){
	background: #EBFED8 !important;
}
.cbp-wrapper .cbp-item:nth-child(7){
	background: #FFEDDE !important;
}
.cbp-wrapper .cbp-item:nth-child(8){
	background: #E9CDFF !important;
}
.cbp-wrapper .cbp-item:nth-child(9){
	background: #CBFBF3 !important;
}
.cbp-wrapper .cbp-item:nth-child(10){
	background: #FFD0D9 !important;
}

.feature_section9 .cibox {
	width: 99.5%;
	height: 99%;
	margin: 0 auto;
	background-color: transparent;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}


.feature_section9 .cibox i {
	color: #767676;
	font-size: 45px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.feature_section9 .cibox.act {
	color: #fff;
	background: none;
	font-size: 13px;
	line-height: 18px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.feature_section9 .cibox.act i {
	color: #fff;
	font-size: 40px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.feature_section9 .cibox.act h5 {
	color: #fff;
	margin-bottom: 8px;
}
.video-section h2{
}
.video-section p{
	padding:20px;
	font-size:20px;
}


   #particle-canvas {
  width: 100%;
  height:100%;
  position:absolute;
  z-index:-1;
}
.top-nav{
	background-color:#0586ae;
	overflow:hidden;
	padding:0px 0px;
	position:absolute;
	top:0px;
	width:100%;
	color:#fff;
	padding:0px 0px;
	z-index:9999;
}
.list-inline>li>{
font-size:14px;
font-family: "Merriweather","Helvetica Neue",Arial,sans-serif;

}
.form-control{
/*padding:22px 12px;*/
margin-bottom:10px !important; 
border:1px solid #CCC;
border-radius:0px;
}

/*fixed header*/
.header1 {
   background: #FFF none repeat scroll 0 0;
    height: auto;
    left: 0;
    line-height: 40px;
    margin-top: 0px;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 10000;
	height:110px;
}
.header1.active {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    margin-top: 0;
}
 
   
/*----TOP NAV--*/