@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,600i,700,800&display=swap');

*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	color: #333;

	background-image: url(../img/dot_bg.png);
}

.white {
    color: #FFF;
}

.text-small {
    font-size: 12px;
}
.text-white {
    color: #FFF;
}
.text-light-link {
    color: #00a9ea;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px;
}
.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg);
}
.navbar-default .navbar-nav>li>a{
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 500;
	color: #fff !important;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active{
	transform: scale(1.08);
	font-weight: 600;
}
.navbar-default{
	background-color: #01164F;
	border-radius: 0;
	border: 0;
}
.navbar-nav{
	padding: 25px 0;
}
.navbar-toggle{
	padding: 25px 10px !important;
}
.navbar-default .navbar-toggle{
	border-color: transparent !important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	border-color: transparent !important;
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-collapse{
	box-shadow: none !important;
	border: 0 !important;
}
.navbar{
	margin-bottom: -1px;
}


.wrap_logo{
	padding: 5px 15px;
}



 
.clear_navbar{
	height: 108px;
}




 /*Sections*/
 .wrap_sectionBanner{
 	background-image: url(../img/Bg1.svg);
 	/*background-color: #01164F;*/
 	/*background-size: 105%;*/
 	background-size: cover;
 	background-repeat: no-repeat;
 	background-position: center;
 	height: auto;
 	margin-left: -1px;
 	padding: 10px 0;
 }
.wrap_banner_infographic{}
.wrap_banner_infographic img{
	margin-left: -150px;
    margin-top: 80px;
}
.wrap_banner_info{
	padding: 100px 50px;
	margin-left: 30px;
}
.wrap_banner_info label{
	font-size: 4em;
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 30px;
	padding: 5px 10px;
}
.wrap_banner_info p{
	font-size: 1.5em;
	font-weight: 300;
	color: #fff;
	line-height: 1.5;
	padding: 5px 10px;
}


.wrap_scroll{
	text-align: center;
	margin-left: 80px;
	width: 100px;
	margin-top: -80px;
}
.wrap_scroll a{
	padding: 10px;
}
.wrap_scroll a img{
	margin-right: 15px;
}
.wrap_scroll a label{
	font-size: .7em;
	font-weight: 600;
	color: #344982;
	width: 100%;
}



.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
} 

@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
  50% {-webkit-transform: translateY(-5px);}
} 

@keyframes bounce { 
  0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
  50% {transform: translateY(-5px);}
} 

.bounce { 
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

#animated-example {
    width: 20px;
    height: 20px;
    background-color: red;
    position: relative;
    top: 100px;
    left: 100px;
    border-radius: 50%;
}





.wrap_features{}
.wrap_features ul{
	margin-bottom: 0;
}
.wrap_features ul li{
	list-style: none;
	position: relative;
	float: left;
	/*display: inline-block;*/
	/*margin: 0 10px;*/
}
.wrap_features ul li:first-child{
	width: 150px;
}
.wrap_features ul li:first-child .ext_img{
	
	margin-top: 30px;
}
.wrap_features ul li:last-child{
	width: 400px;
	padding: 5px 15px;
}
.wrap_features ul li:last-child label{
	font-size: 2em;
	font-weight: 600;
	color: #000;
}
.wrap_features ul li:last-child p{
	font-size: 1.2em;
	font-weight: 300;
	color: 000;
	margin-bottom: 20px;
}
.cta_ext{ 
	font-size: .8em;
	font-weight: 700;
	color: #24126A;
	letter-spacing: 2px;
	padding: 10px 15px 10px 0;
	text-transform: uppercase;
}
.cta_ext img{
	margin-top: -3px;
}

.clear_sec_features{
	height: 250px;
}


.wrap_features2{}
.wrap_features2 ul{
	margin-bottom: 0;
}
.wrap_features2 ul li{
	list-style: none;
	position: relative;
	float: left;
	/*display: inline-block;*/
	/*margin: 0 10px;*/
}
.wrap_features2 ul li:first-child{
	width: 150px;
}
.wrap_features2 ul li:first-child .Monetize_img{
	
	margin-top: 30px;
}
.wrap_features2 ul li:last-child{
	width: 500px;
	padding: 5px 15px;
}
.wrap_features2 ul li:last-child label{
	font-size: 2em;
	font-weight: 600;
	color: 000;
}
.wrap_features2 ul li:last-child p{
	font-size: 1.2em;
	font-weight: 300;
	color: 000;
	margin-bottom: 20px;
}


.wrap_product_info{
	padding: 50px 10px;
}
.wrap_product_info p{
	font-size: 2em;
	font-weight: 300;
	color: #fff;
	line-height: 1.5;
	padding: 50px 10px;
}




.lbl_titletesti{
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
}


.wrap_testimonies{
	padding: 25px;
	border-radius: 5px;
	background-color: #2E38AE;
	margin: 10px 0 0 20px;
	height: 200px;
	width: 100%;
}
.wrap_testimonies ul{
	margin-bottom: 0;
	width: 100%;
}
.wrap_testimonies ul li{
	list-style: none;
	position: relative;
	float: left;
}
.wrap_testimonies ul li:first-child img{
	border-radius: 50px;
}
.wrap_testimonies ul li:last-child{
	padding-left: 10px;
	line-height: 1.2;
}
.wrap_testimonies ul li:last-child label{
	font-size: 1.1em;
	font-weight: 700;
	color: #fff;
	width: 100%;
	margin-bottom: 0;
}
.wrap_testimonies ul li:last-child span{
	font-size: .8em;
	font-weight: 400;
	color: #BCBEFF;
}

.testimonies_dtails{
	width: 100%;
	font-size: 1em;
	font-weight: 300;
	color: #fff;
	margin-top: 55px;
}
.clear_sec_testimonies{
	height: 190px;
}





.wrap_product{
	background-image: url(../img/bg2.svg);
    background-size: 105%;
    background-repeat: no-repeat;
    margin-top: -5px;
    margin-left: -3px;
}
.lbl_titleprod{
	font-size: 3.2em;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 5px 5px 20px;
}
.lbl_prod_info{
	font-size: 1.2em;
	font-weight: 300;
	color: #fff;
	padding: 0px 5px 0px 20px;
}
.wrap_flowbrand{
	padding: 20px 5px 20px 20px;
	border-radius: 5px;
	background-color: #000A25;
	text-align: center;
	margin-left: 20px;
	width: 100%;
    margin-bottom: 20px;
}
.btn_getFlowsurf{
	text-align: center;
	padding: 26px 50px;
	margin-right: 20px;
    margin-left: 20px;
	width: 100%;
	font-size: 1.6em;
	border-radius: 5px;
	background-color: #000A25;
	color: #fff;
	text-transform: uppercase;
	border: 0;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn_getFlowsurf img{
	margin-top: -5px;
}
.btn_getFlowsurf:focus, .btn_getFlowsurf:hover{
	outline: 0;
	transform: scale(1.02);
}
.clear_sec_prod{
	height: 50px;
}


.wrap_prod{
	margin: 20px 0 15px 20px;
	border-radius: 30px;
	font-size: .9em;
	border-radius: 5px;
	background-color: #2E38AE;
	padding: 30px 30px 5px 30px;
	width: 100%;
	height: 280px;
}
.wrap_prod img{
	margin-bottom: 20px;
}
.wrap_prod p{
	font-size: 1em;
	font-weight: 300;
	color: #fff;
	padding: 5px 0;
}
.wrap_getprod{
	width: 100%;
    text-align: right;
    position: absolute;
    bottom: 35px;
    right: 10px;
}
.wrap_getprod a{
	text-transform: uppercase;
	font-size: .8em;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	border-radius: 3px;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.wrap_getprod a:hover{
	background-color: #1E2688;
}
.wrap_getprod a img{
	margin: 0 0 0 5px;
}











.wrap_metric{
	padding: 190px 0;
}
.wrap_titlemetric{}
.wrap_titlemetric label{
	font-size: 3em;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}
.wrap_metric_diagram{
	padding: 100px 0;
	text-align: center;
	height: auto;
	width: 600px;
	margin: auto;
}

.wrap_metric_info{
	padding: 20px;
	text-align: center;
	margin-left: 20px;
}
.wrap_metric_info label{
	padding: 20px 0;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
}
.wrap_metric_info p{
	font-size: 1.2em;
	font-weight: 300;
	height: 100px;
}
.btn_apply{
	margin-top: 20px;
	padding: 20px 50px;
	border-radius: 5px;
	border: 0 !important;
	background-color: #EA2E35;
	font-size: .9em;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn_apply:focus, .btn_apply:hover{
	outline: 0;
	transform: scale(1.05);
}


.legal td, .legal th {
    border: solid 1px #FFF;
    padding: 4px;
}
.min200 {
    min-width: 200px;
}
.legal table {
    color: #FFF;
    margin: 20px;
}

.legal a {
    color: #00a9ea;
}
.wrap_titleTeam ol {
 list-style-type: lower-roman;
}

.wrap_Team{
	background-image: url(../img/Bg3.svg);
    /*background-size: 105%;*/
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -3px;
    margin-left: -3px;
    padding: 190px 0;
}
.wrap_titleTeam{}
.wrap_titleTeam label{
	font-size: 3em;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	color: #fff;
	padding: 5px 5px 5px 20px
}
.wrap_titleTeam p, .wrap_titleTeam ul, .wrap_titleTeam ol{
	font-size: 1.2em;
	font-weight: 300;
	width: 100%;
	color: #fff;
	padding: 20px 5px 20px 20px;
}
.wrap_titleTeam li {
    margin-left: 20px;
}
.wrap_teaminfo{
	text-align: center;
	margin-top: 30px;
	padding: 10px 50px;
	height: 300px;
}
.wrap_teaminfo img{
	margin-bottom: 20px;
	border-radius: 50%;
}
.wrap_teaminfo label{
	font-size: 1.1em;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	width: 100%;
}
.wrap_teaminfo p{
	font-size: 1em;
	font-weight: 300;
	color: #fff;
	margin-bottom: 20px;
	width: 100%;
}


.wrap_workwithus{
	padding: 190px 0;
}
#form-contact .title,
.wrap_workwithus label{
	font-size: 3em;
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	color: #fff;
	padding: 5px 5px 5px 20px
}

.main-padding {
    padding: 5px 5px 5px 20px
}

.wrap_workwithus p{
	font-size: 1.2em;
	font-weight: 300;
	width: 100%;
	color: #fff;
	padding: 20px 5px 20px 20px;
}



.cta_mail{
	margin-left: 20px;
	padding: 15px 30px;
	border-radius: 5px;
	background-color: #EA2E35;
	font-size: .8em;
	font-weight: 700px;
	color: #fff !important;
	text-decoration: none !important;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.cta_mail:hover, .cta_mail:active{
	transform: scale(1.05);
	background-color: #D2272D;
}





[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    font-weight: 300;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 100%;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #EA2E35;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.margintop{
	margin-top: 40px;
}
.clear_sec_tcontactForm{
	height: 100px;
}


.wrap_input label{
	font-size: .9em;
	font-weight: 400;
	color: #fff;
	width: 100%;
}
.wrap_input input{
	width: 100%;
	border-radius: 5px;
	padding: 10px;
	border: 0;
}
.wrap_input textarea{
	width: 100%;
	border-radius: 5px;
	padding: 10px;
	border: 0;
}
.wrap_input input:focus, .wrap_input textarea:focus{
	outline: 0;
}
.btn_send{
	margin-top: 20px;
	padding: 20px 50px;
	border-radius: 5px;
	border: 0;
	background-color: #EA2E35;
	font-size: .9em;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn_send:focus, .btn_send:hover{
	outline: 0;
	transform: scale(1.05);
}

.wrap_footer{
	background-color: #fff;
	padding: 15px 0;
}
.wrap_footer ul{
	margin-bottom: 0;
}
.wrap_footer ul li{
	list-style: none;
	position: relative;
	display: inline-block;
}
.wrap_footer ul li a{
	font-size: .9em;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	padding: 8px 20px;
	text-decoration: none;
	border-radius: 5px;
}
.wrap_footer ul li a:hover{
	background-color: #f8f8f8;
}






.bar1 {
  /*background-color: #f8f8f8;*/
  margin-bottom: 5px;
  overflow: hidden;
  width: 400px;
  border-radius: 40px;
  transform: rotate(-90deg);

}
.bar2 {
  /*background-color: #f8f8f8;*/
  margin: -120px 0 0 155px;
  overflow: hidden;
  width: 300px;
  border-radius: 40px;
  position: absolute;
  transform: rotate(-40deg);
}
.bar3 {
  /*background-color: #f8f8f8;*/
  margin: 52px 0 0 156px;
  overflow: hidden;
  width: 300px;
  border-radius: 40px;
  position: absolute;
  transform: rotate(40deg);
}

/*.progressBar {
  background-color: green;
  text-align: right;
}*/

.progressAnimation-100 {
  width: 100%;
  border-radius: 40px;
  animation-duration: 3s;
  animation-name: ease-100;
  height: 35px;
  background: rgb(20,149,52);
background: linear-gradient(90deg, rgba(20,149,52,1) 0%, rgba(24,163,58,1) 20%, rgba(145,188,74,1) 41%, rgba(255,167,6,1) 61%, rgba(246,140,31,1) 80%);
}


.progressAnimation-1001 {
  width: 100%;
  border-radius: 40px;
  /*animation-delay: 1s;*/
  animation-duration: 3s;
  animation-name: ease-100;
  height: 35px;
  background: rgb(241,54,121);
background: linear-gradient(90deg, rgba(241,54,121,1) 0%, rgba(157,0,113,1) 24%, rgba(150,51,155,1) 49%, rgba(147,0,156,1) 76%);
}

.progressAnimation-1002 {
  width: 100%;
  border-radius: 40px;
  /*animation-delay: 2s;*/
  animation-duration: 3s;
  animation-name: ease-100;
  height: 35px;
  background: rgb(234,46,53);
background: linear-gradient(90deg, rgba(234,46,53,1) 0%, rgba(245,76,70,1) 24%, rgba(238,90,85,1) 49%, rgba(241,54,121,1) 76%);
}



.wrap_percentage1{
	width: 150px;
	position: absolute;
	/*margin: 60px 0 0 50px;*/
}
.wrap_percentage2{
	width: 150px;
    position: absolute;
    /* margin: 62px -55px 0 0; */
    /* float: right; */
    right: 200px;
}
.wrap_percentage3{
	width: 150px;
    position: absolute;
    margin: 0 0 0 0;
    bottom: 117px;
    right: 200px;
}
.wrap_percentage1 label, .wrap_percentage2 label, .wrap_percentage3 label{
	width: 100%;
	text-align: center;
	font-size: 4em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}
.wrap_percentage1 p, .wrap_percentage2 p, .wrap_percentage3 p{
	font-size: 1em;
	text-transform: capitalize;
}
.wrap_k_diagram{
	width: 500px;
	margin: 200px auto;
}





@keyframes ease-100 {
  from {
    width: 0%;
  }
  
  to {
    width: 100%;
  }
}



.counter, .counter1, .counter2 {
  animation-duration: 1s;
  animation-delay: 0s;
}


.g-recaptcha {
    margin-top: 20px;
}

#feedback_thank_you {
    padding: 20px;
}