body {
	font-family: 'MyriadProLight', sans-serif;
	font-size: 14px;
	background: #fff;
	margin: 0;
	padding: 0;
}
.container {
	position: relative;
	width: 984px;
	margin: 0 auto;
	padding: 0;
	display: block;
}
/* #Base 960 Grid
================================================== */

.container .column, .container .columns {
	float: left;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}
.row {
	margin-bottom: 20px;
}
/* Nested Column Classes */
.column.alpha, .columns.alpha, .alpha {
	margin-left: 0!important;
}
.column.omega, .columns.omega, .omega {
	margin-right: 0!important;
}
/* Base Grid */
.container .one.column, .container .one.columns {
	width: 62px;
}
.container .two.columns {
	width: 144px;
}
.container .three.columns {
	width: 226px;
}
.container .four.columns {
	width: 308px;
}
.container .five.columns {
	width: 390px;
}
.container .six.columns {
	width: 472px;
}
.container .seven.columns {
	width: 554px;
}
.container .eight.columns {
	width: 636px;
}
.container .nine.columns {
	width: 718px;
}
.container .ten.columns {
	width: 800px;
}
.container .eleven.columns {
	width: 882px;
}
.container .twelve.columns {
	width: 964px;
}
.container .one-third.column {
	width: 308px;
}
.container .two-thirds.column {
	width: 636px;
}
/* Offsets */
.container .offset-by-one {
	padding-left: 82px;
}
.container .offset-by-two {
	padding-left: 164px;
}
.container .offset-by-three {
	padding-left: 246px;
}
.container .offset-by-four {
	padding-left: 328px;
}
.container .offset-by-five {
	padding-left: 410px;
}
.container .offset-by-six {
	padding-left: 492px;
}
.container .offset-by-seven {
	padding-left: 574px;
}
.container .offset-by-eight {
	padding-left: 656px;
}
.container .offset-by-nine {
	padding-left: 738px;
}
.container .offset-by-ten {
	padding-left: 820px;
}
.container .offset-by-eleven {
	padding-left: 902px;
}
.container .offset-by-twelve {
	padding-left: 984px;
}
/* Header Section
=================================================*/

.content-border {
	padding: 0;
	margin: 0;
	display: block;
	border: 1px solid #eaeaea;
	-icab-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.content {
	margin: 10px;
	display: block;
	padding: 0;
}
header {
	margin: 0 auto;
	width: 100%;
	height: 85px;
	background: url(../images/spriteme2.png) repeat-x 0 -513px;
}
header h1, header nav {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	line-height: 100%;
}
header::after {
	content: '';
	display: inline-block;
	width: 100%;
}
header h1 {
}
header h1 a {
	display: inline-block;
	width: 212px;
	height: 56px;
	background-image: url("../images/spriteme1.png");
	background-position: -10px -10px;
	margin-top: 10px;
}
/* End of header Section 
===============================================*/

/* Banner Section */
.banner-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background: #4876ab;
}
.banner-content {
	width: 100%;
	height: 575px;
	background: url(../images/banner-bg.png) center bottom no-repeat transparent;
}
.banner-wrapper .content-content {
	margin: 28px auto;
	padding: 0;
	display: block;
}
.content-content .title {
	font-size: 50px;
	font-family: 'helveticaneuecyrmedium';
	color: #fff;
	margin-bottom: 20px;
}
.content-content .sub-title {
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0;
	font-family: 'helveticaneuecyrmedium';
	color: #fff;
	margin-bottom: 20px;
	background: url(../images/8dollar.png) top right no-repeat;
	height: 128px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 150px;
}
.content-content p {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
}
.content-content .bullets {
	margin: 0;
	padding: 0;
	display: block;
}
.bullets li {
	background: url(../images/grn-tick.png) left top no-repeat;
	color: #fff;
	font-size: 18px;
	padding-left: 28px;
	min-height: 32px;
}
.banner-wrapper .contact-form {
	margin: 28px 0;
	padding: 0;
	display: block;
}
.contact-form .header-sec {
	background: #c3ce3f; /* Old browsers */
	background: url(../images/form-header-bg.jpg) repeat-x;
	background: -moz-linear-gradient(top, #c3ce3f 0%, #849b29 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3ce3f), color-stop(100%, #849b29)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c3ce3f 0%, #849b29 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c3ce3f 0%, #849b29 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c3ce3f 0%, #849b29 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c3ce3f 0%, #849b29 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3ce3f', endColorstr='#849b29', GradientType=0 ); /* IE6-9 */
	-icab-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	border: 1px solid #7e9529;
	border-bottom: none;
	height: 95px;
	line-height: 95px;
	position: relative;
}
.header-sec:after {
	width: 100%;
	height: 9px;
	background: url(../images/form-header-border.png) repeat-x;
	display: block;
	position: absolute;
	top: 85px;
	left: 0;
	content: '';
}
.header-sec h1 {
	text-align: center;
	font-family: 'helveticaneuecyrmedium';
	font-size: 28px;
	line-height: 30px;
	color: #2c3703;
	display: table-cell;
	vertical-align: middle;
	height: 95px;
	padding: 0 20px;
}
.contact-form .body-sec {
	background: #fff;
	border: 1px solid #d1cfcf;
	border-top: none;
	-icab-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding: 20px;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="number"], .contact-form input[type="password"], textarea {
	position: relative;
	width: 96%;
	font-size: 15px;
	color: #777;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 12px 2%;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #d1cfcf;
	background: #f3f2f2;
	z-index: 1;
}
.contact-form input[type="text"].one-half {
	width: 42%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: top;
}
textarea {
	height: 112px;
	color: #aaa!important;
}
textarea:focus {
	outline: none;
	box-shadow: none;
}
.contact-form input[type="submit"] {
	background: #e61532; /* Old browsers */
	background: -moz-linear-gradient(top, #e61532 0%, #c4152d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e61532), color-stop(100%, #c4152d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e61532 0%, #c4152d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e61532 0%, #c4152d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e61532 0%, #c4152d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e61532 0%, #c4152d 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61532', endColorstr='#c4152d', GradientType=0 ); /* IE6-9 */
	font-family: 'helveticaneuecyrmedium';
	font-size: 30px;
	margin-top: 10px;
	width: 100%;
	height: 64px;
	line-height: 64px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	transition: 0.5s all linear;
	display: block;
	border: none;
}
.contact-form a:hover {
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0 ); /* IE6-9 */
}
.contact-form input.error, .contact-form textarea.error {
	border: solid 1px #f00;
}
.grey-bar {
	background: #f3f1f1;
	padding: 20px 0;
	border-bottom: 1px solid #dddddd;
}
.service-wrap {
	width: 100%;
	display: table;
	border-spacing: 0;
	margin: 35px 0;
}
.service-row {
	width: 100%;
	display: table-row;
	background: url(../images/bottom-border.png) left bottom repeat-x;
}
.service-column {
	width: 328px;
	display: table-cell;
	background: url(../images/right-border.png) top right repeat-y;/*border-bottom:1px dotted #b7b7b7;
	border-right:1px dotted #b7b7b7;*/
}
.service-column .content {
	margin: 20px;
}
.service-column .title {
	font-family: 'MyriadProLight';
	font-size: 28px;
	color: #174881;
	padding: 10px 0 10px 70px;
	margin-bottom: 20px;
}
.service-column p {
	font-family: 'helveticaneuecyrmedium';
	font-size: 15px;
	margin-bottom: 5px;
}
.service-column p span {
	color: #174881;
	text-decoration: underline;
}
ul.more-links li {
	display: inline-block;
	float: left;
}
ul.more-links li.right {
	float: right;
	display: inline-block;
}
ul.more-links li a {
	color: #174881;
	font-family: 'helveticaneuecyrmedium';
	text-decoration: underline;
}
.websiteDesign {
	background: url(../images/web-design-icon.png) center left no-repeat;
}
.eCommerce {
	background: url(../images/ecommerce-icon.png) center left no-repeat;
}
.seo {
	background: url(../images/seo-icon.png) center left no-repeat;
}
.dDesigner {
	background: url(../images/dedicated-designer-icon.png) center left no-repeat;
}
.dDeveloper {
	background: url(../images/dedicated-developer-icon.png) center left no-repeat;
}
.landingPage {
	background: url(../images/landing-page-icon.png) center left no-repeat;
}
.responsive {
	background: url(../images/responsive-icon.png) center left no-repeat;
}
.cmcCustom {
	background: url(../images/cms-icon.png) center left no-repeat;
}
.uxOptimization {
	background: url(../images/ux-icon.png) center left no-repeat;
}
/* Slideshow Pro */
div#slideshow-pro {
	position: relative;
	width: 100%;
	background: #fefae1;
	border-bottom: 1px solid #e8e3bb;
	padding: 0;
}
div#slideshow-pro .slide-element {
	width: 1000px;
	height: 445px;
	display: block;
}
div#slideshow-pro .slide-element .desc-side {
	display: block;
	width: 330px;
	float: left;
	vertical-align: top;
	padding: 35px 0;
	min-height: 370px;
	position: relative;
}
div#slideshow-pro .slide-element .desc-side h2 {
	background: url(img2/line-btm.gif) no-repeat bottom left;
	color: #c10e27;
	font-size: 28px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
div#slideshow-pro .slide-element .desc-side h3 {
	color: #272828;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 25px;
}
div#slideshow-pro .slide-element .desc-side p {
	color: #6a6969;
	font-family: 'helveticaneuecyrmedium';
	font-size: 15px;
	line-height: normal;
	text-align: left;
	padding-bottom: 0px;
}
.desc-side .ad-bttn-wrap {
	width: 100%;
	color: #fff;
	padding: 5px;
	text-transform: uppercase;
	margin-top: 30px;
	text-align: center;
	transition: all 0.3s;
}
.desc-side .ad-bttn-wrap:hover {
	background: #444!important;
}
.desc-side .ad-bttn-wrap.xopso {
	background: #fd8a2f;
}
.desc-side .ad-bttn-wrap.maldives {
	background: #926e3a;
}
.desc-side .ad-bttn-wrap.kazadu {
	background: #0D446B;
}
.desc-side .ad-bttn-wrap.oman {
	background: #0EA55E;
}
.desc-side .ad-bttn-wrap .bold {
	font-size: 26px;
	line-height: 26px;
	font-family: 'helveticaneuecyrmedium';
}
.desc-side .ad-bttn-wrap .bolder {
	font-size: 54px;
	line-height: 40px;
	letter-spacing: -1px;
	font-family: 'helveticaneuecyrmedium';
}
div#slideshow-pro .slide-element .screen-side {
	background: url(../images/window-screen.png) no-repeat 0 0;
	display: block;
	padding: 44px 0px 0px 1px;
	margin: 35px 0 0 0px;
	width: 600px;
	height: 372px;
	float: right;
}
.testimonial-text-wrap {
	display: block;
	position: relative;
	color: #888;
	position: relative;
}
.testimonial-text-wrap p {
	font-style: italic;
	font-size: 17px!important;
	line-height: 22px;
}
.testimonial-text-wrap p .before {
	background: url(../images/quotes.png) top left no-repeat;
	display: block;
	content: " ";
	width: 30px;
	height: 25px;
	position: relative;
	display: inline-block;
}
.testimonial-text-wrap p .after {
	background: url(../images/quotes.png) top right no-repeat;
	display: inline-block;
	vertical-align: top;
	content: " ";
	width: 30px;
	height: 25px;
}
div#slideshow-pro a.bx-prev {
	background: url(../images/buttons-all.png) no-repeat 0 0;
	width: 58px;
	height: 58px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -574px;
	z-index: 100;
}
div#slideshow-pro a.bx-next {
	background: url(../images/buttons-all.png) no-repeat -59px 0;
	width: 58px;
	height: 58px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 200px;
	right: 50%;
	margin-right: -574px;
	z-index: 100;
}
div#slideshow-pro a.bx-prev:hover {
	background-position: 0 -58px;
}
div#slideshow-pro a.bx-next:hover {
	background-position: -59px -58px;
}
.footer-cta {
	background: #acbb38;
	padding: 25px 0;
}
.footer-cta .title {
	font-family: 'helveticaneuecyrmedium';
	font-size: 51px;
	line-height: 52px;
	color: #fff;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.footer-cta .cta {
	background: url(../images/cta-bttn-bg.png) center right no-repeat;
	color: #fff;
	font-family: 'helveticaneuecyrmedium';
	font-size: 28px;
	line-height: 38px;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 40px 0px 10px;
	margin-left: 5px;
}
/* End of Banner Section
============================================*/
/* Body Section */


/* Footer Section */

footer {
	background: #06253f;
	color: #fff;
	padding: 10px 0;
	font-family: 'helveticaneuecyrmedium';
}
