@charset "UTF-8";
/* CSS Document */
.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
html,body{
	background: #f7f8fb;
	overflow-x: hidden;
}
h1{
	font-size: 45px;
}
h2{
	line-height: 1.4;
}
#hero-spacer{
	padding-top: 10%;
	padding-left: 5%;
}
h1{
	font-size: 35px;
}
h2{
	font-size: 23px;
}

#all-spacer{
	padding-top: 10%;
	padding-left: 5%;
}
@media only screen and (min-width: 1400px) {
	#hero-spacer{
		padding-top: 20%;
		padding-left: 10%;
	}
	
	#all-spacer{
		padding-top: 15%;
		padding-left: 10%;
	}
}

@media only screen and (min-width: 1600px) {
	h1{
		font-size: 55px;
	}
	h2{
		font-size: 23px;
	}
	#hero-spacer{
		padding-top: 15%;
		padding-left: 15%;
	}
	
	#all-spacer{
		padding-top: 25%;
		padding-left: 15%;
	}
}
.btn-gradient{
	cursor: pointer !important;
}
.feature-img{
	position: relative;
}
.feature-menu{
	position: absolute;
	top:calc(100vw * .125);
	left:calc(100vw * .08);
}
@media only screen and (max-width: 992px) {
	.feature-menu{
		display: none;
	}
	.img-feature.img-fluid{
		width: 150%;
    	max-width: 150%;
    	margin-left: -30%;
	}
}
.feature-link{
	color: #FFF;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	border-left: 1px solid #FFF;
	margin-bottom: 8px;
}
.feature-link.active{
	border-left: 6px solid #712c63;
	margin-left: -2px;
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}


footer{
	padding: 70px 0 68px;
	background-color: #191a51;
	font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 1.625;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}
footer h5{
	font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #19e4b1;
    letter-spacing: .5px;
    line-height: 2.1666665;
    text-transform: uppercase;
    margin-bottom: 10px;
}
footer i{
	font-size: 20px !important;
	margin-top: 15px;
	margin-right: 10px;
}
.footer-logo{
	height: 35px;
	width: auto;
	margin-bottom: 30px;
}
footer a,footer a:visited, footer a:active{
	text-decoration: none;
	color: #FFF;
	transition: color .5s;
	-webkit-transition: color 1s;
}
footer a:hover{
	text-decoration: none !important;
	color: #5f63ff !important;
}
footer .link-list a{
	margin-bottom: 15px !important;
	display: block;
}

footer .m-spacer{
	height: 30px;
}
footer .m-spacer2{
	height: 20px;
}
@media (min-width: 768px){
	footer {
		text-align: left;
	}
	footer .m-spacer, footer .m-spacer2{
		height: 0px;
	}
}
#header{
	padding: 16px 24px;
	padding-bottom: 12px;
	background: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	box-shadow: 0 10px 20px 0 rgb(198 201 210 / 25%) !important;
}
#header img{
	height: 55px;
	width:auto;
}
#logo{
	float: left;
}
#logo-right{
	float: right;
}
@media only screen and (max-width: 992px) {
	#logo-right{
		opacity: 0;
	}
}
.btn-gradient.btn-small{
	padding: 7px 24px;
	font-size: 14px;
	margin-bottom: 15px;
	cursor: pointer;
	
}
#get-started{
	background: #5f63ff;
	color: #FFF;
}
#get-started h1,#get-started h2, #get-started p{
	color: #FFF;
}
.icon-links{
	padding-left: 80px;
	position: relative;
}
.icon-link i{
	position: absolute;
	left: 20px;
	font-size: 35px;
	opacity: .7;
}
.icon-link{
	color: #FFF;
	margin: 40px 0px;
	font-size: 25px;
}
.icon-link span{
	display: block;
}
.icon-link a{
	display: block;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
}
a.link-chev{
	display: block;
	color: #5f63ff;
	font-size: 16px;
	text-decoration: none;
}
.icon-link a i,a.link-chev i{
	position: absolute;
	display: inline-block;
	left:auto;
	margin-left: 10px;
	font-size: 26px;
}
.icon-link a:hover,a.link-chev:hover{
	text-decoration: underline;
}