*:focus {
    outline: 0;
}
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav:before,
.nav:after {
	content: " ";
	display: table;
}
.nav:after { clear: both; }
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.nav > li.disabled > a { color: #777777; }
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #0a568e;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img { max-width: none; }
.nav-tabs { border-bottom: 1px solid #dddddd; }
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; }
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555555;
	background-color: white;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-pills > li { float: left; }
.nav-pills > li > a { border-radius: 4px; }
.nav-pills > li + li { margin-left: 2px; }
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: white;
	background-color: #428bca;
}
.nav-stacked > li { float: none; }
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified { width: 100%; }
.nav-justified > li,
.nav-tabs.nav-justified > li { float: none; }
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

.nav-tabs-justified,
.nav-tabs.nav-justified { border-bottom: 0; }
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd; }

.tab-content > .tab-pane { display: none; }
.tab-content > .active { display: block; }

.nav-tabs a:before{
	-webkit-transition: all, 0.2s, linear;
	-o-transition: all, 0.2s, linear;
	transition: all, 0.2s, linear;
}
/* services styles */
.services { margin: 80px 0px;}

.services .tab-holder {
	min-height: 34px;
	position: relative;
	z-index: 99;
}

.services .tab-holder .heading {
	display: block;
	overflow: hidden;
	font-size: 22px;
	line-height: 34px;
	text-transform: uppercase;
}
.services .tab-holder.open .collapse {
	display: block;
	visibility: visible;
}
.services .navbar-toggle {
	margin: 0;
	border-color: #0a568e;
	position: absolute;
	right: 0;
	top: 0;
}
.services .navbar-toggle .icon-bar { background-color: #0a568e; }
.services .navbar-toggle:hover,
.services .navbar-toggle:focus { background-color: #0a568e; }
.services .navbar-toggle:hover .icon-bar,
.services .navbar-toggle:focus .icon-bar { background-color: white; }
.services .nav-tabs {
	background: #f2f2f2;
	border: 1px solid #cbd6d7;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.services .nav-tabs > li {
	width: 19.928%;
	border-right: 1px solid #cbd6d7;
}

.services .nav-tabs > li:first-child { text-transform: capitalize; }
.services .nav-tabs > li:last-child { border: none; }
.services .nav-tabs > li > a {
	border-radius: 0;
	border: none;
	margin: 0;
	line-height: 27px;
	padding: 20px 0px 20px 50px;

	position: relative;
}

.services .nav-tabs > li > a:before {
	height: 7px;
	position: absolute;
	content: "";
	top: -30px;
	right: -1px;
	bottom: auto;
	left: -1px;
	background-image: -webkit-linear-gradient(left, #85b3cf 0%, #00bb5c 100%);
	background-image: -o-linear-gradient(left, #85b3cf 0%, #00bb5c 100%);
	background-image: linear-gradient(to right, #85b3cf 0%, #00bb5c 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF85B3CF', endColorstr='#FF00BB5C', GradientType=1);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
	z-index: 999;
	opacity: 0;
}

.services .nav-tabs > li > a:hover,
.services .nav-tabs > li.active > a,
.services .nav-tabs > li.active > a:hover,
.services .nav-tabs > li.active > a:focus {
	border: none;
	background-image: -webkit-linear-gradient(top, #f2f2f2 0%, white 100%);
	background-image: -o-linear-gradient(top, #f2f2f2 0%, white 100%);
	background-image: linear-gradient(to bottom, #f2f2f2 0%, white 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFFFFFFF', GradientType=0);
}

.services .nav-tabs > li > a:hover [class*="icon-"],
.services .nav-tabs > li.active > a [class*="icon-"],
.services .nav-tabs > li.active > a:hover [class*="icon-"],
.services .nav-tabs > li.active > a:focus [class*="icon-"] { opacity: 1; }
.services .nav-tabs > li > a:hover:before,
.services .nav-tabs > li.active > a:before,
.services .nav-tabs > li.active > a:hover:before,
.services .nav-tabs > li.active > a:focus:before {
	top: -7px;
	opacity: 1;
}

.services .nav-tabs > li > a:hover:after,
.services .nav-tabs > li.active > a:after,
.services .nav-tabs > li.active > a:hover:after,
.services .nav-tabs > li.active > a:focus:after {
	height: 5px;
	position: absolute;
	content: "";
	top: 100%;
	right: 0;
	bottom: auto;
	left: 0;
	background: white;
	z-index: 99;
}

.services .nav-tabs [class*="icon-"] {
	float: left;
	font-size: 24px;
	line-height: 27px;
	opacity: 0.2;
	margin: 0 0 0 -40px;
}

.services .nav-tabs .icon-icloud { font-size: 27px; }

.services .tab-content {
	padding: 50px 59px 49px 60px;
	border: 1px solid #cbd6d7;
	position: relative;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
	background: url(../images/bg-tab-content.png) repeat-x 50% 100%;
}

.services .tab-content:before {
	height: 4px;
	position: absolute;
	content: "";
	top: -1px;
	right: 0;
	bottom: auto;
	left: 0;
	background: #f3f3f3;
	border-top: 1px solid #e7e7e7;
	z-index: 9;
}
.services .demo {
	width: 38.78%;
	float: right;
	margin: 0 0 0 60px;
	background: #e6f1f7;
	border-radius: 5px;
	overflow: hidden;
}

.services .btn {
	min-width: 138px;
	line-height: 20px;
	padding: 10px;
	text-transform: capitalize;
}

.services .text { overflow: hidden; font-size:16px;}
.services h2 {
	font-size: 26px;
	line-height: 30px;
	margin: 0 0 17px;
}

.services .btn-holder { padding: 2px 0 0;}
.icon-domain:before{content: url(../images/icon-domain.png);}
.icon-development:before{content: url(../images/icon-development.png);}
.icon-hosting:before{content: url(../images/icon-hosting.png);}
.icon-seo:before{content: url(../images/icon-seo.png);}
.icon-marketing:before{content: url(../images/icon-marketing.png);}
.text .fl{width:50%;}
.text .fr{width:50%; text-align:right;}
.text p{margin-bottom:20px; text-align:justify;}
.text ul li{list-style:url(../images/tick-small.png) inside;}
.text ul.points li{margin:10px 0px;}
.text ul.features{margin-bottom:20px;}
.text ul.features li{display:inline-block; background:url(../images/tick-small.png) left center no-repeat; padding-left:20px; width:200px;}
.text .pricebox{font-size:xx-large; text-align:center; font-weight:bold;}
.text .pricebox .btngreen{padding:10px 20px; font-size:24px;}
.text .pricebox .currency{font-size:42px; vertical-align:text-bottom;}
.text .pricebox .price{font-size:54px;}
.text .pricebox .price .floatpart{font-size:36px; vertical-align:super;}
.text h5{font-size:24px; margin-bottom:5px;}