@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/HelveticaNeueBold.eot');
    src: url('../fonts/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueBold.woff2') format('woff2'),
         url('../fonts/HelveticaNeueBold.woff') format('woff'),
         url('../fonts/HelveticaNeueBold.ttf') format('truetype'),
         url('../fonts/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('../fonts/HelveticaNeueLight.eot');
    src: url('../fonts/HelveticaNeueLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLight.woff2') format('woff2'),
         url('../fonts/HelveticaNeueLight.woff') format('woff'),
         url('../fonts/HelveticaNeueLight.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeue.woff2') format('woff2'),
         url('../fonts/HelveticaNeue.woff') format('woff'),
         url('../fonts/HelveticaNeue.ttf') format('truetype'),
         url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeue.woff2') format('woff2'),
         url('../fonts/HelveticaNeue.woff') format('woff'),
         url('../fonts/HelveticaNeue.ttf') format('truetype'),
         url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('../fonts/HelveticaNeueMedium.eot');
    src: url('../fonts/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueMedium.woff2') format('woff2'),
         url('../fonts/HelveticaNeueMedium.woff') format('woff'),
         url('../fonts/HelveticaNeueMedium.ttf') format('truetype'),
         url('../fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'HelveticaNeue';
	color:#000000;
}

ul {
	margin-left:0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'HelveticaNeue';
}

label,p {
	 font-family: 'HelveticaNeue';
}

a {
	
}

span {
	
}

.button {
	
}

.row {
	max-width:63.125em;
}

/* Header Style */
#header {
	width:100%;
	float:left;
	background:#f5f5f5;
	padding:40px 0px;
}

#header .top-bar {
	background:none;
}

#header .top-bar-section ul {
	margin-top:10px;
}

#header .top-bar-section ul li {
	background:none;
	list-style:none;
}

#header .top-bar-section ul li a {
	color:#000000;
	font-size:16px;
	font-family: 'HelveticaNeueBold';
	background:none;
	text-align:center;
	line-height:34px;
	padding:0px 15px;
}

#header .top-bar-section li.active a, #header .top-bar-section li:hover a {
	color:black;
}

/*Banner*/
#banner {
	float:left;
	width:100%;
	background:url(../images/banner-bg.png) right bottom no-repeat;
	background-size:cover;
	height:750px;
}

#banner h1 {
	font-size:68px;
	color:#0596cb;
	font-family: 'HelveticaNeueLight';
}

#banner p {
	font-size:18px;
	color:#000000;
	line-height:28px;
}

#banner a.button {
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	background:#0596cb;
	line-height:53px;
	padding:0px 30px;
	border-radius:4px;
}

/*coustomers*/
#coustomers {
	float:left;
	width:100%;
	background:#ffffff;
	padding:50px 0px;
}

#coustomers h2 {
	font-size:70px;
	font-family: 'HelveticaNeueLight';
	color:#000000;
	margin-bottom:0px;
	line-height:60px;
	background:url(../images/user.png) left center no-repeat;
	padding-left:50px;
}

#coustomers h6 {
	color:#737373;
	font-size:16px;
	padding-left:50px;
	line-height:38px;
}

#coustomers .diagram {
	display: inline-block;
	font-family: 'HelveticaNeueLight';
	position:relative;
	padding-top:68px;
	margin:0px 20px;
}

#coustomers .diagram span {
	height:auto !important;
	line-height:0px !important;
}

#coustomers  .details {
	position:absolute;
	top:50%;
	left:0%;
	width:100%;
	text-align:center;
}

#coustomers .text {
	padding-top:30px;
	padding-left:70px;
}

/*Works*/
#works {
	float:left;
	width:100%;
	background:#f5f5f5;
	padding:50px 0px;
}

#works h3 {
	font-size:42px;
	color:#000000;
	font-family: 'HelveticaNeueLight';
}

#works p {
	font-size:18px;
}

#works .onstie {
	float:left;
	width:100%;
	border-bottom:1px solid #dcdcdc;
	padding-top:60px;
	padding-bottom:90px;
}

#works .onstie .panel {
	padding:60px 60px;
	border:none;
	background:none;
}

#works .onstie .panel h3 span {
	border:2px solid #0596cb;
	border-radius:100%;
	width:40px;
	line-height:35px;
	display:inline-block;
	text-align:center;
	margin-right:15px;
}

#works .onstie .panel h3 {
	font-size:26px;
	color:#0596cb;
	line-height:26px;
}

#works .onstie .panel p {
	color:#000000;
	font-size:16px;
}

#works .onstie.border-none {
	border:none;
}

#works .bg {
	float:left;
	width:100%;
	padding-top:80px;
	padding-bottom:60px;
	box-shadow:0px 0px 70px 9px #d3d3d3;
}

#works .wait {
	background:#fff;
	display:inline-block;
	padding:20px 50px;
	border-radius:5px;
}

#works .onstie img.offer {
	position:relative;
}

#works .wait h4 {
	font-size:23px;
	line-height:28px;
	color:#0596cb;
	text-transform:uppercase;
	font-family: 'HelveticaNeueMedium';
}

#works .wait h5 {
	font-size:18px;
	line-height:28px;
	color:#000000;
	text-transform:capitalize;
}

#works .wait a.button {
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	line-height:33px;
	padding:0px 20px;
	border-radius:5px;
	background:#0596cb;
}

/*features*/
#features {
	float:left;
	width:100%;
	background:#0596cb;
	padding-top:80px;
}

#features ul  {
	float:left;
	width:100%;
	padding-top:80px;
	margin-bottom:0px;
}

#features ul li {
	list-style:none;
}

#features ul li a {
	float:left;
	width:100%;
	padding:0px 0px;
	height:144px;
}

#features .tabs dd.active a, .tabs .tab-title.active a {
	background:url(../images/arrow.png) center bottom no-repeat;
	outline:0;
	padding:0px 0px;
}

.tabs dd > a:hover, .tabs .tab-title > a:hover {
	background:url(../images/arrow.png) center bottom no-repeat;
	padding:0px 0px;
}

#features .tabs dd.active a, .tabs .tab-title.active a {
	padding:0px 0px;
}

#features ul li img {
	opacity:0.5;
}

#features ul li:hover img {
	opacity:1;
}

#features ul li:hover h6 {
	color:#fff;
}

#features ul li h6 {
	font-size:12px;
	color:#b4e0f0;
	text-transform:uppercase;
	margin:40px 0px;
}

#features h3 {
	font-size:42px;
	color:#fff;
	font-family: 'HelveticaNeueLight';
}

#features p {
	font-size:18px;
	color:#b4e0f0;
}

.tabs-content {
	margin-bottom:0px;
}


.tabs dd > a, .tabs .tab-title > a {
	background:none;
}

/*solution*/
#solution {
	float:left;
	width:100%;
	background:#fff;
	padding-top:80px;
}

#solution h4 {
	font-size:26px;
	color:#0596cb;
	font-family: 'HelveticaNeue';
}

#solution p {
	font-size:16px;
	color:#000000;
	line-height:28px;
}

#solution .p-right-space {
	padding-right:70px;
}


/*Logo*/
#logo {
	float:left;
	width:100%;
	background:#f5f5f5;
	padding:90px 0px;
}

#logo .panel {
	background:none;
	border:none;
}

#logo .panel h3 {
	font-size:26px;
	color:#000000;
	line-height:38px;
	margin-bottom:40px;
}

#logo .panel .details {
	float:left;
	width:100%;
	border:1px solid #dcdcdc;
	border-radius:5px;
	padding:5px 0px;
	margin-bottom:25px;
}

/*Building*/
#building {
	float:left;
	width:100%;
	padding:90px 0px;
}

#building .row {
	max-width:71.25em;
}

#building h3 {
	font-size:42px;
	color:#000000;
	font-family: 'HelveticaNeueLight';
}

#building p {
	font-size:18px;
}

#building h4 {
	font-size:26px;
	color:#000000;
	line-height:38px;
}

#building p {
	font-size:16px;
	line-height:28px;
}

#building .p-right-space {
	padding-right:70px;
}

#building .circle {
	display:inline-block;
	width:378px;
	background:url(../images/circle-1.png) 50% 50% no-repeat;
	padding:108px 0px;
	float:left;
	position:relative;
	left:20%;
	top:0%;
}


#building .circle-men {
	position:relative;
}

#building .circle-new {
	display:inline-block;
	width:280px;
	background:url(../images/circle-2.png) 50% 50% no-repeat;
	padding:80px 0px;
	left:0%;
	margin-top:90px;
	float:right;
}

#building .circle-new h2 {
	font-size:64px;
	line-height:62px;
}

#building .circle h2 {
	font-size:90px;
	line-height:90px;
	color:#000000;
	font-family: 'HelveticaNeueLight';
}

#building .circle h6 {
	font-size:18px;
	color:#000000;
}

#building .everything {
	float:left;
	width:100%;
	padding:80px 0px;
}

#building .border {
	height:1px;
	background:#e5e5e5;
	width:100%;
	float:left;
}

#building .everything h4 {
	color:#000000;
	font-size:26px;
	line-height:38px;
}

#building .panel {
	background:none;
	border:none;
}

#building .panel p {
	color:#000000;
	font-size:16px;
	line-height:28px;
}

#building .panel img {
	width:100%;
}

/*What-are*/
#what-are {
	float:left;
	width:100%;
	padding:90px 0px;
	background:url(../images/banner-bg.png) right bottom no-repeat;
	background-size:cover;
	height:750px;
}

#what-are h3 {
	font-size:42px;
	color:#000000;
	line-height:52px;
	font-family: 'HelveticaNeueLight';
}

#what-are p {
	font-size:18px;
	color:#000000;
	margin:25px 0px;
}

#what-are a.button {
	font-size:13px;
	text-transform:uppercase;
	line-height:50px;
	display:inline-block;
	color:#ffffff;
	background:#0596cb;
	border-radius:2px;
	padding:0px 30px;
	font-family: 'HelveticaNeueMedium';
	margin:0px 10px;
	width:160px;
	
}

#what-are a.button.buy {
	border:1px solid #a3a7b8;
	background:none;
	color:#000000;
	font-family: 'HelveticaNeueMedium';
}

/*navi*/
#navi {
	float:left;
	width:100%;
	padding:40px 0px;
	border-bottom:1px solid #dedde2;
}

#navi ul {
	margin-bottom:0px;
}

#navi ul li {
	display:inline-block;
	padding:0px 15px;
}

#navi ul li a {
	color:#000000;
	font-size:16px;
	font-family: 'HelveticaNeueBold';
}

/*copyright*/
#copyright {
	float:left;
	width:100%;
	padding:40px 0px;
	border-bottom:1px solid #dedde2;
}

#copyright h6 {
	font-size:16px;
	color:#000000;
}

#copyright .panel {
	background:none;
	float:left;
	width:100%;
	border:1px solid #dedde2;
	margin-top:10px;
	margin-bottom:50px;
}

#copyright .panel ul li {
	display:inline-block;
	list-style:none;
	padding:0px 7px;
}

#copyright p {
	font-size:14px;
	color:#9c9b9f;
}

/* Small Screens*//* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width:40em) {

#header .columns {
	padding:0px;
}

.top-bar .toggle-topbar.menu-icon a {
	height:40px;
}

.top-bar-section ul {
	background:#ccc;
}

.top-bar.expanded .title-area {
	background:none;
}


ul li h1 {
	margin-top:0px;
	margin-left:15px;
}

#banner h1 {
	font-size:44px;
}

#banner p {
	font-size:16px;
}

#banner {
	height:auto;
}

#coustomers .diagram {
	float:none;
	margin:15px 0px;
}

#coustomers .text {
	padding-left:0px;
}

#works h3 {
	font-size:30px;
}

#works p {
	font-size:16px;
}

#works .onstie .panel {
	padding:10px 10px;
}

#works .onstie .panel h3 span {
	width:30px;
	line-height:26px;
	margin-right:10px;
}

#works .onstie .panel h3 {
	font-size:19px;
}

#works .onstie {
	padding-bottom:0px;
	padding-top:30px;
}

#works .wait {
	padding:10px 30px;
}

#works .bg {
	background-size:contain !important;
	padding:0px;
}

#works .wait h4 {
	font-size:18px;
}

#solution .p-right-space {
	padding-right:0px;
}

#logo .panel h3 {
	font-size:18px;
}

#building .circle h2 {
	font-size:60px;
}

#building .circle {
	width:100%;
	left:0%;
	background-size:contain;
}

#what-are h3 {
	font-size:20px;
	line-height:34px;
}

#what-are {
	height:auto;
	padding-top:10px;
}

#features .tabs dd.active a, .tabs .tab-title.active a {
	background:none;
}
.tabs dd > a:hover, .tabs .tab-title > a:hover {
	background:none;
}

}

/* Medium Screens *//* min-width 641px, medium screens */
@media only screen and (min-width:40.0625em) and (max-width:63.0625em) {

#building .circle {
	left:0%;
}

#building .circle-new {
	margin-top:0px;
}
	
}

/* Large Screens *//* min-width 1025px, large screens */
@media only screen and (min-width:64.0625em) and (max-width:90em) {
	
}

/* XLarge Screens *//* min-width 1441px, xlarge screens */
@media only screen and (min-width:90.0625em) and (max-width:120em) {
	
}

/* XXLarge screens *//* min-width 1921px, xxlarge screens */
@media only screen and (min-width:120.063em) and (max-width:120em) {
	
}