@charset "utf-8";

/*   GLOBAL  */
.success {
    position: absolute;
    top: 70px;
    left: 0px;
    height: 75%;
    padding-top: 100px;
    background: #ffffff;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
    text-align: center;
    display: none;
}

h1,h2,h3,h4,h5,.hero {
	font-family: 'Raleway', sans-serif;
}
p {
	font-family: 'Open Sans', sans-serif;
}
hr {
    width: 100px;
    border-top: 2px solid !important;
	margin-top: 30px !important;
    margin-bottom: 30px !important;
}
hr.line-left {
	margin-left:0px;
}
hr.white {
	color:#fff
}
hr.orange {
	color: #ff8b38;
}
.button {
    max-width: 175px;
    margin: auto;
    padding: 10px 0;
}
.btn-primary {
    background: #027DB4;
    border-color: #027db4;
    font-size: 20px;
    padding: 10px 20px;
    margin-top: 20px;
}
.btn-primary:hover {
	background:#FF9B51;
	border-color:#FF9B51
}
.btn-primary a {
	color: #FFFFFF;
	text-decoration: none;
	
}
.container {
    padding: 50px 0;
}
.nav,.hero-container {
	padding: 0px;
}
.row {
    margin: auto;
}
.anchor {margin-top:-100px;padding-top:100px;}
.intro {padding-bottom:100px;}
.how-it-works {margin-top:-50px;}

/*    NAV    */

.navbar {
	background: #131243 !important;
}
li.nav-item {
    margin: 0px;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-brand{
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-brand:hover{
  color: slategrey;
}
.navbar.bg-light{
  background: transparent !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler {
/*     color: rgba(255,255,255,1); */
    border: 0;
    border-color: rgba(255,255,255,0);
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.logo-img {max-width:300px; margin:auto;}

.login a {
 background: #027DB4;
 font-weight: bold;
 color: #fff !important;
}

.hero{
  background-image: radial-gradient(#23539b, #253070);
  min-height: 70vh;
}
.hero .container {
    padding-top: 200px;
	padding-bottom:125px;
}
.hero-col h2, .hero-col p {
	max-width:650px;
}
.hero-copy {
	color: #fff;
	font-size:26px;
}

#particles-js {
    position : absolute;
    width:100%;
    height:70%;
    z-index:0;
    top: 0;
}

.hero h1 {
    font-size: 5rem;
    color: #fff;
    font-weight: 300;
}

.hero h2{
  font-size: 2.8rem;
  color:#fff
}

.btn-custom{
  background: navy;
  border: 2px solid white;
  border-radius: 20px;
  font-size: 2rem;
  padding: 10px 30px;
}
@media (max-width: 991px){
  .hero h1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px){
  .hero h1, .hero h2{
    font-size: 2rem;
  }
  .btn-custom{
    font-size: 1rem;
    border-radius: 12px;
  }
	.callout h2 {
		font-size:2.5rem !important
	}
	.callout p {
		font-size:1.2rem !important
	}
	.callout {
		padding: 60px 0 !important
	}
	.mobilehide {
		display:none;
	}
	.imgleft, .img-right {
		margin-left: 0px !important
	}
}
@media (max-width:650px) {
	.hero .container {
		padding-top:100px;
		padding-bottom:0px;
	}
	.mobilegutter {
		padding: 40px;
	}
}

#formjump {
    margin-top: -100px;
    margin-bottom: 100px;
}
.form {
    background: #ffff;
    text-align: center;
}
.form-header {
	padding: 15px 10px;
	background:#ececec
}
.form-header h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:1.5rem;
}
form {
	padding-top:20px;
}
form label {
	display:none;
}
form .form-field {
	padding: 5px 0
}
input[type="text"] {
    border: 0px;
    border-bottom: 1px solid #BDBDBD;
    width: 80%;
    margin-bottom: 20px;
	padding:10px;
}
input[type="text"]:focus {
    outline: 0px;
	background:#ececec
}
input[type="submit"] {
    width: 100%;
    border: 1px solid #027DB4;
    background: #027DB4;
    color: #fff;
    padding: 15px 0;
	cursor: pointer;
	font-weight:bold
}
input::placeholder {
	color:#bdbdbd
}
input[type="text"].invalid {
    border-bottom: 2px solid red;
}
input::placeholder.invalid {
	font-weight:bold;
}
.signin {
	background:#ccc;
	padding: 30px 15px;
}


.cardrow {
	padding:20px 0;
}
.cards {
	text-align:center;
	padding-bottom:15px;
}
.icon {
	padding-bottom:5px;
}
.how-row img {
	max-width:100%;
	width: 200px;
}
.how-row h3 {
	font-size:1.5rem
}
.how-row p {font-size:.9rem}
#how-it-works, .greyback {background: #F5F5F5}


.image-holder {
    width: 80%;
    margin: 40px auto;
    box-shadow: 0px 20px 50px 0px #c6c6c6;
}
.image-holder img {width:100%;}
.imgleft {margin-left: 0px;}
.imgright {margin-right: 0px;}

.testimonial-section{
    background: url(https://cdn2.hubspot.net/hubfs/346178/Assets-Dec16/testimonial-bg.png) no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  table-layout: fixed;
  padding:337px 0 100px;
}

.testimonials{
  text-align:center; 
  width:1118px;
  margin:0 auto;
  
}
.testimonial{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.testimonial .details span{
  display:inline-block;
  width:100%;
  margin:0 auto;
  text-align:center;
  color: #FFFFFF;	font-family: Gibson;	font-size: 14px;	font-weight: 300;	letter-spacing: 1px;	line-height: 21px;	text-align: center;
}
.testimonial p{
  max-width:770px;
  margin:0 auto;
  text-align:center;
  	color: #ECEEF4;	font-family: Gibson;	font-size: 24px;	font-style: italic;	font-weight: 300;	line-height: 48px;	text-align: center;
  margin-bottom:45px;
}
.testimonial img{
  text-align:center;
  max-width:50px; 
  margin:0 auto;
  margin-bottom:10px
}


.slick-prev:before {
    width: 72px;
    height: 72px;
    background: url(//www.gobillable.com/2225413/Assets-2016/arrow-right-rollover-state.png) no-repeat;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 1;
    filter: grayscale(0);
    -webkit-filter: grayscale();
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: 50% 25%;
}

.slick-next:before {
    width: 72px;
    height: 72px;
    background: url(http://www.gobillable.com/2225413/Assets-2016/arrow-right-rollover-state.png) no-repeat;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 1;
    filter: grayscale(0);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);  
    transform-origin: 50% 25%;
}

.callout {
	background: url("images/parallax-bg.jpg");
	background-size:cover;
	background-position:center;
	padding:100px 0;
	color:#fff !important
}
.callout h2 {
    font-size: 3.5rem;
}
.callout p {
    font-size: 1.5rem;
}
.callout .button {
	background:transparent;
	border: 2px solid #fff;
	font-weight:bold;
	font-size:20px;
	margin-top: 50px;
}


/*==================== 
	Footer 
====================== */

/* Main Footer */
footer .main-footer{	padding: 20px 0;	background: #F5F5F5;}
footer ul{	padding-left: 0;	list-style: none;}

/* Copy Right Footer */
.footer-copyright {	background: #222;	padding: 5px 0;}
.footer-copyright .logo {    display: inherit;}
.footer-copyright nav {    float: right;    margin-top: 5px;}
.footer-copyright nav ul {	list-style: none;	margin: 0;	padding: 0;}
.footer-copyright nav ul li {	border-left: 1px solid #505050;	display: inline-block;	line-height: 12px;	margin: 0;	padding: 0 8px;}
.footer-copyright nav ul li a{	color: #969696;}
.footer-copyright nav ul li:first-child {	border: medium none;	padding-left: 0;}
.footer-copyright p {	color: #000;	margin: 2px 0 0;}

/* Footer Top */
.footer-top{	background: #252525;	padding-bottom: 30px;	margin-bottom: 30px;	border-bottom: 3px solid #222;}

/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer{	background: transparent;}
footer.transparent .footer-copyright{	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) ;}

/* Footer light */
footer.light .footer-top{	background: #f9f9f9;}
footer.light .main-footer{	background: #f9f9f9;}
footer.light .footer-copyright{	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3) ;}
footer .container {
    padding: 15px 0;
}
/* Footer 4 */
.footer- .logo {    display: inline-block;}

/*==================== 
	Widgets 
====================== */
.widget{	padding: 20px;	margin-bottom: 40px;}
.widget.widget-last{	margin-bottom: 0px;}
.widget.no-box{	padding: 0;	background-color: transparent;	margin-bottom: 40px;
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;}
.widget.subscribe p{	margin-bottom: 18px;}
.widget li a{	color: #ff8d1e;}
.widget li a:hover{	color: #4b92dc;}
.widget-title {margin-bottom: 20px;color:#000}
.widget-title span {background: #ff0000 none repeat scroll 0 0;display: block; height: 1px;margin-top: 15px;position: relative;width: 100%;}
.widget-title span::after {background: inherit;content: "";height: inherit;    position: absolute;top: -4px;width: 50%;}
.widget-title.text-center span,.widget-title.text-center span::after {margin-left: auto;margin-right:auto;left: 0;right: 0;}
.widget .badge{	float: right;	background: #7f7f7f;}

ul.social-footer2 {	margin: 0;padding: 0;	width: auto;}
ul.social-footer2 li {display: inline-block;padding: 0;}
ul.social-footer2 li a:hover {background-color:#ff8d1e;}
ul.social-footer2 li a {display: block;	height:30px;width: 30px;text-align: center;}
.btn:hover, .btn:focus, .btn.active {
-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-webkit-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
transition: all 250ms ease-in-out 0s;

}
.hero {
	background:url("images/hero-bg.jpg");
	background-position:center;
	background-size:cover
}

html {
  scroll-behavior: smooth;
}


a {
	    transition: color .2s ease, padding .2s ease !important;
}




/** INTEGRATION PAGE **/

integration-page .hero {
	min-height:0;
}
integration-page .hero .container {
	padding-top:150px;
	padding-bottom:50px;
}
.partner-logo img {
	max-width:100%;
}
.partner-row {margin-bottom:20px;}
.partners h2,.partners h3 {display:inline-block}
.partners h2 {font-size:2.5rem}
integration-page form {
	    box-shadow: 0px 20px 50px 18px #c6c6c6;
}
integration-page form .form-field {
	padding: 5px 0
}
integration-page input[type="text"] {
    border: 0px;
    border-bottom: 1px solid #888888;
    width: 80%;
    margin-bottom: 20px;
	padding:10px;
}
integration-page input[type="text"]:focus {
    outline: 0px;
	background:#ececec
}
integration-page input[type="submit"] {
    width: 100%;
    border: 1px solid #027DB4;
    background: #027DB4;
    color: #fff;
    padding: 15px 0;
	cursor: pointer;
	font-weight:bold
}
integration-page input::placeholder {
	color:#888888
}