@charset "UTF-8";
/* CSS Document */

.purple{
	color: #702c64;
}
.orange{
	color: #ffb45b;
}
.red{
	color: #ff375a;
}
.blue{
	color: #01afdc;
}
.bg-purple{
	background: #702c64;
	position: relative
}
.bg-orange{
	background: #ffb45b;
	position: relative
}
.bg-red{
	background: #ff375a;
	position: relative
}
.bg-blue{
	background: #01afdc;
	position: relative
}
.bg-green{
	background: #18e2b0;
	position: relative
}

html,body{
	background: #f7f8fb;
}
.hero-col{
	padding: 20px 10px;
}
.hero-icon{
	width: 80px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.hero-bullet{
	padding-left: 40px;
	position: relative;
}
.hero-bullet::before{
	content: '';
	position: absolute;
	background: url("../images/circle-arrow-orange.png");
	background-size: 30px 30px !important;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
}
.blt-yellow::before{
	background: url("../images/circle-arrow-orange.png");
}
.blt-red::before{
	background: url("../images/circle-arrow-red.png");
}
.blt-blue::before{
	background: url("../images/circle-arrow-blue.png");
}
.blt-green::before{
	background: url("../images/circle-arrow-green.png");
}

.hero-neg-margin{
	padding-top: 0px;
}

.hero-bullet h3{
	z-index: 2;
	position: relative;
}
.hero-bullet span.highlight{
	opacity: 29%;
	position: absolute;
	top: 12px;
	height: 8px;
	width: 63px;
	z-index: 1;
}

.hero-bullet span.highlight.high-yellow{
	background-color: #f7ba0f;
}
.hero-bullet span.highlight.high-red{
	background-color: #ff385a;
}
.hero-bullet span.highlight.high-blue{
	background-color: #01afdc;
}
.hero-bullet span.highlight.high-green{
	background-color: #18e2b0;
}
.cp-icon{
	margin-top: -60px;
	position: absolute;
	z-index: 10;
	top: 10px;
	width: 100%;
}
.cp-icon img{
	width: 100px;
	height: auto;
}
.arrow-box{
	text-align: center;
	color: #FFF;
	padding: 70px 0px 25px 0px;
	border-bottom: 8px solid #f7f8fb;
	margin: 0px auto;
}
.arrow-box h4{
	color: #FFF;
	font-size: 30px;
	margin-bottom: 0px;
}
.arrow-box.bg-purple h4{
	font-size: 40px;
	padding: 0px 0px 40px 0px;
}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 80px solid transparent; /* left side width */
  border-right: 80px solid transparent; /* right side width */
	margin-left: -80px; 
  border-top: 40px solid #f00; /* height */
	position: absolute;
	bottom: -40px;
	left: 50%;
	z-index: 2;
}
.arrow-down-border {
  width: 0; 
  height: 0; 
  border-left: 100px solid transparent; /* left side width */
  border-right: 100px solid transparent; /* right side width */
	margin-left: -100px; 
  border-top: 50px solid #f7f8fb; /* height */
	position: absolute;
	bottom: -50px;
	left: 50%;
	z-index: 1;
}
.arrow-down-border-big {
  width: 0; 
  height: 0; 
  border-left: 140px solid transparent; /* left side width */
  border-right: 140px solid transparent; /* right side width */
	margin-left: -140px; 
  border-top: 70px solid #f7f8fb; /* height */
	position: absolute;
	bottom: -70px;
	left: 50%;
	z-index: 1;
}
.arrow-down-border-big-top {
  width: 0; 
  height: 0; 
  border-left: 120px solid transparent; /* left side width */
  border-right: 120px solid transparent; /* right side width */
	margin-left: -120px; 
  border-top: 60px solid #f7f8fb; /* height */
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 1;
}

.arrow-down-img{
	/* border: black 1px solid; */
	background-image: url("../images/down-arrow-1.png");
	background-size: 100px auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	height: 50px;
	width: 240px;
	bottom: -20px;
	margin-left: -120px;
	left: 50%;
	z-index: 3;
}
.bg-purple .arrow-down-img{
	background-image: url("../images/down-arrow-3.png");
	background-size: 140px auto;
	height: 75px;
	width: 240px;
	bottom: -40px;
	margin-left: -120px;
}
.bg-purple .arrow-down{
	border-left: 120px solid transparent; /* left side width */
  border-right: 120px solid transparent; /* right side width */
	border-top: 60px solid #702c64;/*  height */
	margin-left: -120px;
	bottom: -60px;
}
.bg-orange .arrow-down{
	border-top: 40px solid #ffb45b;/*  height */
}
.bg-red .arrow-down{
	border-top: 40px solid #ff375a;/*  height */
}
.bg-blue .arrow-down{
	border-top: 40px solid #01afdc;/*  height */
}
.bg-green .arrow-down{
	border-top: 40px solid #18e2b0;/*  height */
}



.num-bullet{
	padding-left: 60px;
	position: relative;
}
.num-bullet::before{
	content: '';
	position: absolute;
	background: url("../images/icons/01.png");
	background-size: 40px auto !important;
	background-repeat: no-repeat !important;
	top: 6px;
	left: 0px;
	width: 40px;
	height: 150px;
}
.num-bullet.blt-02::before{
	background: url("../images/icons/02.png");
}
.num-bullet.blt-03::before{
	background: url("../images/icons/03.png");
}
.num-bullet.blt-04::before{
	background: url("../images/icons/04.png");
}
.num-bullet.blt-05::before{
	background: url("../images/icons/05.png");
}
.num-bullet.blt-06::before{
	background: url("../images/icons/06.png");
}
.num-bullet.blt-07::before{
	background: url("../images/icons/07.png");
}
.num-bullet.blt-na::before{
	background: none;
}


h1 span.highlight{
	position: relative;
	display: inline-block;
}
h1 span.highlight span{
	    position: relative;
	z-index: 4;
}
h1 span.highlight span.h-bg{
	opacity: 29% !important;
	position: absolute;
	left: 0px;
	height: 8px;
	width: 100%;
	z-index: 1;
	background-color: #f7ba0f;
	bottom: 8px;
}


.num-bullet span.highlight{
	position: relative;
	display: inline-block;
}
.num-bullet span.highlight span{
	    position: relative;
	z-index: 4;
}
.num-bullet span.highlight span.h-bg{
	opacity: 29% !important;
	position: absolute;
	top: 14px;
	left: 0px;
	height: 8px;
	width: 100%;
	z-index: 1;
}

.num-bullet  span.highlight.high-yellow span.h-bg{
	background-color: #f7ba0f;
}
.num-bullet  span.highlight.high-red span.h-bg{
	background-color: #ff385a;
}
.num-bullet  span.highlight.high-blue span.h-bg{
	background-color: #01afdc;
}
.num-bullet  span.highlight.high-blue-med span.h-bg{
	background-color: #01afdc;
}
.num-bullet  span.highlight.high-green span.h-bg{
	background-color: #18e2b0;
}
.num-bullet  span.highlight.high-purple span.h-bg{
	background-color: #5f64fe;
}
.num-bullet  span.highlight.high-purple-dark span.h-bg{
	background-color: #702c64;
}

.solution span.highlight{
	position: relative;
	display: inline-block;
}
.solution span.highlight span{
	    position: relative;
	z-index: 4;
}
.solution span.highlight span.h-bg{
	opacity: 29% !important;
	position: absolute;
	top: 14px;
	left: 0px;
	height: 8px;
	width: 100%;
	z-index: 1;
}

.solution  span.highlight.high-yellow span.h-bg{
	background-color: #f7ba0f;
}
.solution  span.highlight.high-red span.h-bg{
	background-color: #ff385a;
}
.solution  span.highlight.high-blue span.h-bg{
	background-color: #01afdc;
}
.solution  span.highlight.high-blue-med span.h-bg{
	background-color: #01afdc;
}
.solution  span.highlight.high-green span.h-bg{
	background-color: #18e2b0;
}
.solution  span.highlight.high-purple span.h-bg{
	background-color: #5f64fe;
}
.solution  span.highlight.high-purple-dark span.h-bg{
	background-color: #702c64;
}

.solution li{
	list-style: square;
	padding-top: 10px;
	color: #702c64;font-size: 25px;
}

.solution li span{
	color: #474874;
	font-size: 16px;
}

.img-fluid.img-circle-left{
	width: 125%;
    margin-left: -25%;
    max-width: 125%;
    margin-top: -40px;
}

.img-fluid.img-circle-right{
	width: 125%;
    margin-right: -25%;
    max-width: 125%;
    margin-top: -40px;
}

.spacer-40-d{
	height: 0px;
}
.spacer-40-m{
	height: 40px;
}
	.sol-neg{
		margin-top: -40px;
	}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}
.container{
	overflow: hidden;
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
.container{
	overflow: visible;
}
	.sol-neg{
		margin-top: 0px;
	}
	.spacer-40-d{
		height: 40px;
	}
	.spacer-40-m{
		height: 0px;
	}
	.solution-neg-marg{
		margin-top: -80px;
	}
	.hero-neg-margin{
		margin-top: -150px;
	padding-top: 60px;
	}
	
	.hero-bullet span.highlight{
		top: 15px;
		height: 10px;
		width: 80px;
	}
	
	.num-bullet.blt-reverse{
		padding-left: 0px;
		padding-right: 60px;
		position: relative;
	}
	.num-bullet.blt-reverse::before{
		left: auto;
		right: 0px;
	}
	
	.leads-neg-margin{
		margin-top: -200px;
	}
	
	.grow-neg-margin{
		margin-top: -100px;
	}
	
	.easily-neg-margin{
		margin-top: -100px;
	}
	
	.num-bullet span.highlight span.h-bg{
		top: 19px;
		left: 0px;
		height: 12px;
	}
	
	.img-lightning{
		width:400px;
		margin-top:-50px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}