@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300,300italic,100italic);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
	min-height: 100%;
}
/* Clearfix
-------------------------------------------------------------- */

.clearfix:after,.row:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	height: 0;
}
html[xmlns] .clearfix,html[xmlns] .row {
	display: block;
}
* html .	,* html .row {
	height: 1%;
}
h1 {
	font-size:36px;
}
.row-fuild {
	margin-left:-15px;
	margin-right:-15px;
}
.relative {
	position:relative;
}
.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
.text-center{
	text-align:center;
}
.text-uppercase {
	text-transform:uppercase;
}
.img-responsive {
	max-width:100%;
	height:auto;
	display:block;
}
.theme-bg {
	background:#16abbf;
}
.theme-bg * {
	color: #FFF;
}
.theme-color {
	color: #16abbf;
}
.Font_lighter {
	font-weight:300;
	font-style:italic;
}
.Font_light {
	font-weight:300;
}
.Font_normal {
	font-weight:400;
}
.Font_bold{
	font-weight:700;
}
.center-block {
	display:block;
	margin:auto;
}
.container {
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:1240px;
	padding-right:15px;
	padding-left:15px;
}
.header .row{
	padding:15px;
	font-size:20px;
}
.Logo,.contact  {
	margin-top:10px;
}
#Chat_btn{
	background:#89ce23;
	padding:10px 15px;
	text-decoration:none;
	border-radius:5px;
	border-bottom:4px solid #71a91d;
	display:inline-block;
	margin-left:10px;
	color:#FFF;
}
.banner {
	background:#16abbf url(../images/banner-bg.jpg) no-repeat center bottom;
	background-size:contain;
	padding-bottom:450px;
}
.banner .text {
	text-align:center;
}
.banner .text h1 {
	font-size:40px;
	margin:60px 0 40px;
	display:inline-block;
}
.banner .text p {
	font-size:24px;
	line-height:36px;
	margin-bottom:40px;
}
.vid {
	position:relative;
}
.vid iframe.center-block{
  -webkit-box-shadow: -6px 6px 0px 6px rgba(10,87,110,0.6);
  -moz-box-shadow: -6px 6px 0px 6px rgba(10,87,110,0.6);
  box-shadow: -6px 6px 0px 6px rgba(10,87,110,0.6);

}
.vid .poster {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	width: 818px;
	margin: auto;
}
.poster .one {
	margin-top:110px;
	margin-bottom:40px;
}
.portfolio {
	padding:70px 0;
	background:#c7d6e2;
}
.portfolio h1 {
	margin-bottom:60px;
}

.testimonial {
	padding:60px;
	background:#cfdfec;
}
.testimonial h1 {
	margin-bottom:60px;
}
.review_area  {
	width:50%;
	max-width:570px;
}
.review  {
	background:#16abbf;
	padding:30px 20px 60px;
	border-radius:4px;
	position:relative;
}
.triangle {
	position:absolute;
	bottom:-18px;
	left:35px;
	z-index:1;
	width: 0;
	height: 0;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
	border-top:18px solid #16abbf;
}
.logoText  {
	font-style:italic;
	font-size:18px;
	margin-bottom:10px;
}
.type  {
	font-style:italic;
	margin-top:20px;
}
.coma {
	margin-bottom:10px;
}
.reviewText  {
  max-width: 380px;
  font-size: 24px;
  color: #FFF;
  padding-left: 25px;
  font-weight: 100;
  line-height: 30px;
}
.reviewText a {
	color:#FFF;
}
.client  {
	margin-top:25px;
}
.client .alignLeft {
	margin-left:15px;
}
.client_name  {
	font-size:24px;
	color:#202020;
	font-style:italic;
	margin:5px 0;
}
.CompanyName  {
	font-style:italic;
	color:#718391;
}

.process {
	padding:90px 0;
	background:#c7d6e2;
}
.process h1 {
	font-size:48px;
	margin-bottom:40px;
}
.process h2 {
	font-size:24px;
	margin-bottom:40px;
	line-height:35px;
}
ul.work {
	background:#FFF;
	padding-top:70px;
}
ul.work li{
	display:inline-block;
	margin:0 15px;
}
.text .btn {
	color:#fe3f80;
	text-decoration:underline;
	font-size:24px;
}
.packages {
	background:#cfdfec;
	padding:100px 0;
}
.packages .text h1 {
	margin-bottom:30px;
	color:#202020;
}
.packages .text p {
	font-size:24px;
	margin-bottom:30px;
	color:#202020;
}
.wrap {
	max-width:1200px;
	margin:80px auto 0;
	height:557px;
}
.pricing_table {
	width:400px;
	float:left;
	font-size:16px;
	background:url(../images/table.jpg);
  background-size: cover;
}
.table_top {
	background:url(../images/price-header.png);

}
.table_header {
	text-transform:uppercase;
	color:#21beee;
	padding:18px 0;
	border-radius:10px 10px 0 0;
		-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;

}
.table_ban {
	font-size:90px;
	font-weight:normal;
	color:#FFF;
	padding:15px 0;
	background:url(../images/table-ban.png) no-repeat center;
	background-size:cover;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.table_body {
	padding:15px 0;
	border-radius:0 0 10px 10px;

}
.table_body ul {
	margin:0;
	padding:0;
	list-style:none;
	color:#538e9f;

}
.table_body ul li {
	padding:18px 0;	
}
.table_body ul li i {
	width:14px;
	height:14px;
	display:inline-block;
	margin-right:10px;
	background:url(../images/tick.png) no-repeat center;
}

.table_body ul li:nth-child(even) {
	background:#367486;
	background:rgba(54, 116, 134, 0.2);
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;

}
.table_body .btn {
	font-size:23px;
	text-transform:uppercase;
	line-height:50px;
	display:inline-block;
	color:#FFF;
	width:247px;
	height:50px;
	background:#e33a55;
	text-decoration:none;
	border-radius:5px;
	margin-top:15px

}

.pricing_table.active,
.pricing_table:hover,
.pricing_table:focus {
	font-size:20px;
	-webkit-box-shadow: 0px 0px 35px -0px rgba(213, 213, 213, 1);
	-moz-box-shadow: 0px 0px 35px -0px rgba(0,140,153,1);
	box-shadow: 0px 0px 35px -0px rgba(71, 71, 71, 0.5);
	background:url(../images/table-active.jpg);
	position:relative;
	top:-15px;
}
.pricing_table.active ul li i ,
.pricing_table:hover ul li i ,
.pricing_table:focus ul li i {
	width:15px;
	height:15px;
	background:url(../images/tick-active.png) no-repeat center;
}
.pricing_table.active .table_top,
.pricing_table:hover .table_top,
.pricing_table:focus .table_top{
	background:url(../images/price-active-header.jpg);
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;

}
.pricing_table.active .table_ban,
.pricing_table:hover .table_ban,
.pricing_table:focus .table_ban{
	font-size:100px;

}
.pricing_table.active .table_header,
.pricing_table:hover .table_header,
.pricing_table:focus .table_header{
	color:#FFF;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.pricing_table.active .table_body ul,
.pricing_table:hover .table_body ul,
.pricing_table:focus .table_body ul{
	color:#4a141c;
	

}
.pricing_table.active .table_body ul li:nth-child(even) ,
.pricing_table:hover .table_body ul li:nth-child(even) ,
.pricing_table:focus .table_body ul li:nth-child(even) {
	background:#fd667e;
}
.pricing_table.active .btn,
.pricing_table:hover .btn,
.pricing_table:focus .btn{
	background:#ffcd00;
	color:#052028;
}
.br {
	display:block;
}