@charset "utf-8";
/* CSS Document */
/** CSS **/
.header-hero::before {
  background: linear-gradient(rgba(0, 123, 255, 1), rgba(0, 123, 255, 0.9) 50%, rgba(0, 123, 255, 0) 68%, rgba(0, 123, 255, 0.05));
  /* 
  background: -webkit-linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12));
  background: -o-linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12));
  background: linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12))
 */
}
.navgition.navgition-transparent {
  background-color: #fff;
}
/*.navbar a.navbar-brand img {
	height: 35px;
}*/
.navbar .navbar-brand img {
  font-size: 35px;
	color: #0067f4;
}
/*header-hero*/
.header-hero .header-content .header-title {
  font-size: 44px;
  line-height: 55px;
  /*color: #FFE000;*/
  color: yellow;
  font-weight: 600;
}
.header-hero .header-content .text {
  font-size: 20px;
  line-height: 32px;
  margin-top: 16px;
  color: #FFF;
}
.single-pricing .pricing-header .price {
  display: block;
  font-size: 36px;
  font-weight: 500;
  line-height: 70px;
  margin-top: 32px;
  color: #0067f4;
}
@media only screen and (min-width:768px) and (max-width:991px) {}
@media(max-width:767px) {}
@media(max-width:576px) {
  .services-content .services-content {
    text-align: center;
  }
  .services-content .services-icon {
    text-align: center;
  }
}

/* Parsley CSS*/
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
/* Parsley CSS*/


.text-yellow {
	/*color: #FFE000;*/
	color: yellow;
}














