*{
	padding:0;
	margin:0;
	box-sizing:border-box;
}
html, body{
	min-width: 100%;
	height: 100%;
	background: #F8f8f8;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
	-webkit-font-smoothing: antialiased;
	font-family:  'Lato', sans-serif !important;
	font-size: 1.05rem !important;
	color: #444;
	background-color: transparent;
	-webkit-font-smoothing: antialiased;
	line-height: 1.42857143 !important;
}

a {
    color: #2f2f2a;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    outline: 0;
}

a:focus,
a:hover {
    color: #070706;
    text-decoration: none
}


#home-main{
height: 100%;

background-attachment:fixed;
position: relative;
padding-top: 0;
background-size: cover;
margin-bottom: 10px;
position: relative;
background-image:linear-gradient(45deg, #420455 -40%, #0E4028 140%);
}

.home-intro{
display: block;
/*width: calc(100% - 340px);
width: -webkit-calc(100% - 340px) !important; 
width: -moz-calc(100% - 340px) !important; 
width: -o-calc(100% - 340px) !important;*/
width: 50%;
left: 0;
top: 50%;
transform: translateY(-50%);
position: absolute;
z-index: 3;
color: #fff;
}
.home-intro h1{
  color: #fff;
  text-shadow: 0px 1px 3px #333;
  text-transform: ;
  line-height: 1.2;
  padding: 0 0 15px 0;
  font-weight: 500;
  font-size: 49px;
}
.home-intro p{ font-size: 22px; font-weight: 300; }
.h-con{
	padding: 0 30px;
}
.phone-app{
width: 50%;
height: 90%;
right: 0;
bottom: 0;
background: url('../images/home_hero.png') no-repeat 0 100%;/**/
position: absolute;
z-index: 3;
background-size: contain;
}

.phone-app img{  max-width: 100%; }

.pull-right{float:right;}
.pull-left{float:left;}
.pull-right-res{float:right;}
.pull-left-res{float:left;}

.home-shader{
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	background: #000;
	opacity: 0.5;
	z-index: 2;
} 

.home-navi{
	top: 0;
	position: absolute;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	
}
.head-nav{
	display: block;
	height: 70px;
	position: relative;
	line-height: 70px;
	border-bottom: 1px solid transparent;
}
.logo{
	display: block;
	padding: 10px 20px;
	line-height: 60px;
}
.logo img{
	height: 50px;
	padding: 0; margin: 0;
	display: inline-block;
}

.content{
	margin:0 auto;
	width: 960px;
}

.inline-block{
	display: inline-block;
}

.clearfix, .clear, .clr{ 
display:block; 
clear:both;
width:100%; 
}

.clearfix:after, 
.clear:after,
 .clr:after, section:after{ 
  content: "";
  clear: both;
  overflow: auto;
  margin: auto;
  height: 1;
  line-height: 1;
  display: block;
 }
.h-400{
	height: 400px;
}
.d-green{
background-color: #00bf6f;
}
.green{
color: #00bf6f;
}

.d-lady-blue{
	    background: #00add5;
}
.border-green{
border-color: #00bf6f;
    border-width: 1px;
    border-style: solid;	
}
.d-purple{
background-color: #420455;
}
.border-purple{
border-color: #420455;
    border-width: 1px;
    border-style: solid;	
}
.d-blue{
	background-color: #05467e;
}
.border-blue{
	border-color: #05467e;
	    border-width: 1px;
    border-style: solid;	
}
.d-gray{
	background-color: #777;
	border-color: #777;
}
.head-nav ul{
display: inline-block;
list-style-type: none;
padding: 0 20px;
}
.head-nav ul li{
	display: inline-block;
	float: left;
	position: relative;
}
.head-nav ul li a{
	display: block;
	line-height: 60px;
	padding: 0 15px;
	color: #05467e;
	font-size: 0.99rem;
	/*border-right: 1px solid #fff;*/

}
.head-nav ul li a.butn{
	display: block;
	line-height: 40px;
	padding: 0px 20px;
	border-radius: 3px;
	margin: 10px 10px;
	color: #05467e;
	border: 1px solid #05467e;
}

.head-nav ul li a:hover{
	color: red;

}
.head-nav ul li a.butn:hover{
	border: 1px solid #05467e;
	background-color: #05467e;
	border: 1px solid #05467e;
	color: #fff;

}

.head-nav ul li.drop::after {
border-top-color: #fff;
border-top-color: #fff;

    border-top: 4px solid #fff;

    top: 50%;
    position: absolute;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top-width: 4px;
    border-top-style: solid;
    margin-top: -1px;
}

.bold{
	font-weight: 600;
}
.bolder{
	font-weight: 700;
}
.boldest{
	font-weight: 900;
}
.padding-top-30{
	padding-top: 30px;
}
.pad-vert-20{
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-10{
	padding: 10px;
}
.padding-20{
	padding: 20px;
}
.padding-30{
	padding: 30px;
}
.padding-40{
	padding: 40px;
}
.margin-10{
	margin: 10px;
}
.btn{
	color: #fff;
	border-radius: 3px;
}
.btn-lg{
	padding: 15px 25px;
}
.btn-try{
	    background-color: #00bf6f;
}
.btn-try:hover{
	background-color: #039c5c;
	color: #fff;
}
.btn-start{
	background: #f37901;
	color: #fff;
}
.btn-start:hover{
	background: #d46a02;
	color: #fff;
}
.btn-get-start{
position: relative;
    display: inline-block;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin: 25px 0 0;
    padding: 10px 60px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
 }
 .btn-get-subs{
position: relative;
    display: inline-block;
    background: transparent;
    border: 1px solid #444;
    color: #444;
    font-size: 16px;
    line-height: 30px;
    margin: 25px 0 0;
    padding: 10px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
 }
 .btn-get-subs:hover{
 	background: #444;
 	color: #fff;
 }
 .btn-get-start:hover{
 	border: 1px solid #fff;
 	color: #eee;
}
.btn-try, .btn-start{
	font-weight: 900;
	font-size: 85%;
}

.col-30{
	width: 30%;
	display: inline-block;
	position: relative;
}
.col-33{
	width: 33.33%;
	display: inline-block;
	position: relative;
}

.col-40{
	width: 40%;
	display: inline-block;
	position: relative;
}

.col-50{
	width: 50%;
	display: inline-block;
	position: relative;
}
.col-60{
	width: 60%;
	display: inline-block;
	position: relative;
}
.col-70{
	width: 70%;
	display: inline-block;
	position: relative;
}
.w-20{
	width: 20%;
}

.w-30{
	width: 30%;
}
.w-40{
	width: 40%;
}
.w-50{
	width: 50%;
}
.w-60{
	width: 60%;
}.w-70{
	width: 70%;
}
.text-center{
	text-align: center;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.text-white{
	color: #fff;
}

section{
	display: block;
}

.section-pad{
	padding-top: 50px;
	padding-bottom: 50px;
}
.gray-bg{
	background: #f4f4f4;
}

.section-title{
	font-size: 43px;
	text-align: center;
	padding: 40px 0;
}
.block-let{
	padding: 30px 20px 20px 20px;
	display: block;
	border-radius: 3px;
	color: #fff;
}

.testimonials-table {
    box-shadow: 0 13px 28px 0 #edeeee, 0 13px 28px 0 #edeeee;
    -moz-box-shadow: 0 13px 28px 0 #edeeee, 0 13px 28px 0 #edeeee;
    -webkit-box-shadow: 0 13px 28px 0 #edeeee, 0 13px 28px 0 #edeeee;
    display: table;
    min-height: 200px;
    margin-bottom: 35px;

}
.bordered{
	border: 1px solid #ddd;
}
.table{
	display: table;

}
.block{
	width: 100%;
}
.trow{
	display: table-row;

}
.cell{
	display: table-cell;
	vertical-align: middle;
}

.feat{
	padding: 10px 0 30px 0;
}
.feat h3{
	line-height: 1.6;
	color: #00bf6f;
	text-transform: capitalize;
}
.data-col{
	overflow: hidden;
	max-width: 100%;
	padding: 20px;
}
.data-col img{
	max-width: 100%;
}
footer{
	min-height: 200px;
	background: #2f3241;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #eee;
}
footer h3{
	padding-bottom: 20px;
}
ul.footer-links{
	list-style-type: none;
	color: #eee;
}
ul.footer-links li a{
	color: #eee;
	display: block;
	padding: 2px 0;
}
footer .bit{
width: 33%;
float: left;
}

.page-top{
	height: 250px;
	position: relative;
	background: url('../images/survey-page-bg.jpg');
	/*background-image:linear-gradient(45deg, #420455 -40%, #0E4028 140%);*/
}

.page-top h1{
	color: #fff;
}

.middle{
width: 100%;
left: 0;
top: 50%;
transform: translateY(-50%);
position: absolute;
z-index: 4;
}
table.pricing{
	border-collapse: collapse;
	width: 100%;
	font-size: 15px;
}
table.pricing td{
	border: 1px solid #444;
	padding: 15px 5px;
}
table.pricing td ul{
	list-style-position: inside;
	align-items: ;
}
table.pricing td ul li{
	padding: 2px 0 2px 10px;
}
table.pricing td:first-of-type{
	border-left: 1px solid transparent;
}
table.pricing td.bg-white{
	background: #fff;
}