.avoid_overflow{
	overflow: hidden;
	clear: both;
}
.Blue_button a, .green_button a{
	background:#027dc3;
	color:#ffffff;
	border: none;
	font-size: 14px;
	font-weight: 700;
	margin-top: 4px;
	border-radius: 100px;
	padding: 0 20px;
	line-height: 36px;
	margin-bottom:0;
	text-transform: uppercase;
	display:inline-block;
	text-decoration:none;
}
.Blue_button p, .green_button p{
	padding:0;
}
.Blue_button a:hover{
	background:rgb(0, 168, 80);
}
.green_button{
	background:rgb(0, 168, 80);
}
.green_button a:hover{
	background:#027dc3;
}
.fluid-width-video-wrapper{
	width: 48%;
	float: right;
	padding-top: 27% !important;
	position: relative;
	z-index: 999;
	margin: 0 0 20px 30px;
}
.clsinnerul{
	overflow: hidden;
}
.clsinnerul ul {
    padding-bottom: 0;
    margin-bottom: 0;
}
.clsinnerul ul li {
    list-style: none;
    padding: 0 0 0 25px;
    position: relative;
    margin: 0 0 5px 0;
    background: url(../images/right-arrow.svg) no-repeat 0px 10px;
        background-size: auto;
    background-size: 14px;
}
.Blue_text{
	display: block;
	line-height: 26px;
	color:#027dc3;
	font-size: 24px;
}
.gray_text{
	padding: 0 0 5px;
	color:#999;
	font-size: 18px;
}
.transparent_btn{
	border-radius: 21px;
	background-color:transparent;
	height: 38px;
	font-size: 15px;
	font-family: 'Roboto',sans-serif;
	color:#333;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 37px;
	display: inline-block;
	text-align: center;
	padding: 0 20px;
	text-decoration: none;
	transition: all .5s ease;
	border: 1px solid #333;
}
.gradient_text{
	font-family: 'Roboto',sans-serif;
	font-weight: 700;
	background: linear-gradient(to right,#027dc3 0%,#00a753 100%);background-clip: border-box;-webkit-background-clip: text;-webkit-text-fill-color:transparent;font-size: 48px;margin: 0;margin-top: 0px;margin-top: 85px;
}
.clsParagraph{
	font-size: 18px;
	font-family: "Roboto";
	color:#333;
	line-height: 34px;
	padding-bottom: 20px;
}
.clsEmailLink{
	padding-left: 35px;
	margin-bottom: 15px;
	background: url("images/mail.svg") no-repeat left top;
	background-position: left top 5px;
	background-size: 20px;
	font-size: 15px;
	line-height: 26px;
}