body, textarea { 
	font-family: 'Open Sans', sans-serif; 
	font-size:1em;
}
body, form, ul, li,h1,h2,h3,h4,h5,h6,figure,p { 
	margin:0; 
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
ul li {
	list-style:none;
}
a {
	text-decoration:none;
	transition: all 0.4s linear 0s;
}
img {
	display:block;
	max-width:100%;
}
div {
	box-sizing:border-box;
}
.fixed-width {
	width:100%;
	max-width:1100px;
	padding:0 10px;
	margin:0 auto;
}
.spacer {
	clear:both;
}

header {
	/*background:url(../images/hdr-line.gif)0 bottom repeat-x #0d83dd;*/
	background:#0d83dd;
	width:100%;
	float:left;
	clear:both;
	padding-bottom:14px;
}
.hdr-tp {
	background:#0673cd;
	width:100%;
	float:left;
	clear:both;
	text-align:center;
	padding:10px 0;
}
.hdr-tp p {
	display:inline-block;
	font-size:0.813em;
	line-height:25px;
	color:#fff;
	font-weight:600;
	margin:0 10px;
}
.hdr-tp ul {
	display:inline-block;
}
.hdr-tp ul li {
	display:inline-block;
	font-size:0.813em;
	line-height:25px;
	color:#fff;
	font-weight:600;
	margin:0 10px;
	padding:0 0 0 24px;
	background:url(../images/ph-ico.gif) 0 4px no-repeat;
}
.hdr-tp ul li:last-child {
	background:url(../images/em-ico.gif) 0 5px no-repeat;
}
.hdr-tp ul li a {
	color:#fff;
}
.hdr-main {
	float:left;
	clear:both;
	width:100%;
}
header h1  {
	float:left;
	margin-top:17px;
}
header h1 a {
	background:url(../images/logo.png) 0 0 no-repeat;
	width:193px;
	height:0;
	padding-top:64px;
	display:block;
	overflow:hidden;
}
header nav {
	float:right;
	margin:25px 0 0;
}
header nav > ul > li {
	font-size:1em;
	font-weight:600;
	float:left;
	position:relative;
	margin:0 20px;
}
header nav > ul > li a {
	color:#b9dbf5;
	line-height:44px;
	display:block;
}
header nav > ul > li a:hover {
	color:#fff;
}
header nav > ul > li:last-child {
	margin:0 0 0 5px;
}
header nav > ul > li:last-child a {
	color:#fff;
	border:1px solid #fff;
	border-radius:4px;
	padding:0 15px;
}
header nav > ul > li:last-child a:hover {
	background:#fff;
	color:#0d83dd;
}

header nav > ul ul {
	background:#095b9a;
	position:absolute;
	top:-200px;
	left:50%;
	z-index:99;
	min-width:210px;
	margin-left:-75px;
	opacity:0;
	transition: all 0.4s linear 0s;
}
header nav > ul > li:hover > ul {
	opacity:1;
	top:35px;
}
header nav > ul > li li {
	border-bottom:1px solid #56a8e7;
	font-size:0.913em;
}
header nav > ul > li li a {
	line-height:30px;
	padding:0 10px;
}
header nav > ul > li li a:hover {
	background:#56a8e7;
}
header nav > ul > li:hover > ul a	{ font-size:0.9em;}
/* Banner Slider */

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 75px 0 0;
	margin: 0;
	background:url(../images/hdr-line.gif)0 top repeat-x #0d83dd;
	/*background:#0d83dd;*/
	float:left;
	clear:both;
}
.rslides > div {
	width:100%;
	display:none;
}
.rslides > div > div {
	position:absolute;
	left:63px;
	width:38%;
	max-width:516px;
}
.rslides > div img {
	float:right;
	margin-right:36px;
	width:57.5%;
	max-width:776px;
}
.rslides > div h2 {
	font-size:3em;
	letter-spacing:-2px;
	line-height:1;
	font-weight:700;
	color:#fff;
}
.rslides > div h4 {
	font-size:1.5em;
	color:#abcbef;
	letter-spacing:-2px;
	margin:6px 0 0;
}
.rslides > div h4 span {
	display:block;
	font-size:0.8em;
	color:#e3edf9;
	letter-spacing:-1px;
}
.rslides > div p {
	font-size:0.875em;
	line-height:1.25;
	color:#fff;
	margin:17px 0 24px;
	font-weight:600;
}
.rslides > div a.btn {
	font-size:1.375em;
	font-weight:600;
	line-height:30px;
	padding:15px 25px;
	border-radius:4px;
	background: #a1d80c;
	background: -moz-linear-gradient(top, #a1d80c 0%, #8bbd00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1d80c), color-stop(100%,#8bbd00));
	background: -webkit-linear-gradient(top, #a1d80c 0%,#8bbd00 100%);
	background: -o-linear-gradient(top, #a1d80c 0%,#8bbd00 100%);
	background: -ms-linear-gradient(top, #a1d80c 0%,#8bbd00 100%);
	background: linear-gradient(to bottom, #a1d80c 0%,#8bbd00 100%);
	border-bottom:2px solid #5e8900;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
	display:inline-block;
}
.rslides > div a.btn:hover {
	background: #b3ea1c;
	background: -moz-linear-gradient(top, #b3ea1c 0%, #8bbd00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3ea1c), color-stop(100%,#8bbd00));
	background: -webkit-linear-gradient(top, #b3ea1c 0%,#8bbd00 100%);
	background: -o-linear-gradient(top, #b3ea1c 0%,#8bbd00 100%);
	background: -ms-linear-gradient(top, #b3ea1c 0%,#8bbd00 100%);
	background: linear-gradient(to bottom, #b3ea1c 0%,#8bbd00 100%);
}
.rslides > div a.btn:active {
	background: #b3ea1c;
	background: -moz-linear-gradient(top, #b3ea1c 0%, #8bbd00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3ea1c), color-stop(100%,#8bbd00));
	background: -webkit-linear-gradient(top, #b3ea1c 0%,#8bbd00 100%);
	background: -o-linear-gradient(top, #b3ea1c 0%,#8bbd00 100%);
	background: -ms-linear-gradient(top, #b3ea1c 0%,#8bbd00 100%);
	background: linear-gradient(to bottom, #b3ea1c 0%,#8bbd00 100%);
	border-bottom:none;
	margin-top:2px;
}

/* Customer Number */
.customer-num {
	background:#002548;
	float:left;
	clear:both;
	width:100%;
	text-align:center;
	padding:15px 0;
}
.customer-num .fixed-width div {
	display:inline-block;
	padding:0 15px;
	text-align:left;
	width:30%;
}
.customer-num .fixed-width div figure {
	background:url(../images/customer-icon.png) 0 0 no-repeat;
	width:70px;
	height:70px;
	display:block;
	float:left;
	margin-right:10px;
}
.customer-num .fixed-width div + div figure {
	background-position:-70px 0;
}
.customer-num .fixed-width div + div + div figure {
	background-position:-140px 0;
}
.customer-num .fixed-width div h3 {
	font-size:1.687em;
	font-weight:700;
	letter-spacing:-2px;
	line-height:1;
	display:block;
	color:#fff;
	margin-bottom:5px;
	margin-top:8px;
}
.customer-num .fixed-width div h4 {
	font-size:1.125em;
	color:#fff;
	line-height:1;
	color:#fff;
	margin-bottom:5px;
}
.customer-num .fixed-width div p {
	font-size:0.875em;
	color:#fff;
	line-height:1;
}

/* Inner Page Heading */
.inner-heading{
	background:#002548;
	padding:20px 0;
	clear: both;
	overflow:hidden;
}
.inner-heading h2{
	font-size:2.714em;
	line-height:1.429em;
	color:#fff;
	font-weight:400;
	float:left;
}
.inner-heading h2 strong{
	font-weight:700;
}
.inner-heading ul{
	float:right;
	background-color:#033d6d;
	border-radius:5px;
	text-align:center;
	padding:10px 5px;
	margin:10px 0;
}
.inner-heading ul li{
	display:inline;
	padding:0 15px;
}
.inner-heading ul li a{
	font-size:0.9em;
	color:#fff;
}
.inner-heading ul li a:hover{
	color:#0d83dd;
}

/* Red Strip */

.red-strip {
	background:#da0000;
	float:left;
	clear:both;
	width:100%;    margin-top: 25px;
}
.red-strip h3 {
	font-size:1.375em;
	line-height:32px;
	padding:16px 0;
	color:#fff;
	float:left;
	font-weight:300;
}
.red-strip h3 span {
	font-weight:700;
}
.red-strip .fixed-width div {
	float:right;
	background:url(../images/phone-icon.png)0 bottom no-repeat #910000;
	height:64px;
}
.red-strip .fixed-width div a {
	display:block;
	padding:15px 16px 0 67px;
	font-size:1.25em;
	color:#fff;
	line-height:1;
	font-weight:700;
	letter-spacing:-1px;
}
.red-strip .fixed-width div a span {
	font-size:0.675em;
	display:block;
	font-weight:400;
	color:#c89b9b;
	line-height:1;
	margin-top:3px;
	letter-spacing:-0.5px;
}

/* Client */

.clients {
	background:#f1f1f1;
	width:100%;
	float:left;
	clear:both;
	padding:14px 0;
	text-align:center;
}
.clients ul li {
	display:inline-block;
	margin:0 20px;
}

/* Solutions */

.solutions {
	float:left;
	clear:both;
	width:100%;
	text-align:center;
	padding:60px 0 80px; 
}
.solutions h2 {
	font-size:3.25em;
	line-height:1;
	letter-spacing:-2px;
	color:#000000;
	margin-bottom:6px;
}
.solutions h2 span {
	font-weight:700;
}
.solutions h6 {
	font-size:1.75em;
	line-height:1;
	color:#000000;
	letter-spacing:-1px;
	margin-bottom:14px;
	font-weight:400;
}
.solutions h6.bordered{
	font-size:2.571em;
	border-top:#c4c4c4 1px solid;
	padding:24px 0 0;
	font-weight:400;
	margin:30px 0 14px;
}
.solutions h6.bordered strong{
	font-weight:700;
}
.solutions p {
	font-size:0.875em;
	line-height:20px;
	color:#4b4b4b;
	margin:0 20px;
}
.solutions div div {
	width:26%;
	/*float:left;*/
	margin-right:2%;
	display: inline-block;
}
.solutions.wohola div div {
	width:23%;
	/*float:left;*/
	margin-right:1.5%;
	}
.solutions div div:last-child {
	margin-right:0;
}
.solutions div div figure {
	background-image:url(../images/php-services-icon.png);
	background-repeat:no-repeat;
	width:110px;
	height:110px;
	display:block;
	margin:50px auto 5px;
}
.solutions div div + div figure {
	background-position:-110px 0;
}
.solutions div div + div + div figure {
	background-position:-220px 0;
}
.solutions div div + div + div + div figure {
	background-position:-330px 0;
}
.solutions div div h3 {
	font-size:1.25em;
	font-weight:600;
	letter-spacing:-1px;
	line-height:1;
	margin-bottom:10px;
}
.solutions div div p {
	margin:0;
	font-size:0.813em;
	color:#000;
	line-height:18px;
	margin-bottom:15px;
}
.solutions div div a {
	background:url(../images/side-arw.gif) 94% center no-repeat;
	line-height:29px;
	color:#5d5d5d;
	border:1px solid #b5b5b5;
	font-size:0.875em;
	text-transform:uppercase;
	display:block;
	font-weight:700;
	letter-spacing:-1px;
	margin:0 10px;
	text-align:left;
	padding:0 25px;
}
.solutions div div a:hover {
	background-position:97% center;
}

.solutions.wohola div div figure {
	background-image:url(../images/wohola-services-icon.png);
	margin:35px auto 5px;
}
.solutions.wohola div div + div + div + div + div figure {
	background-position:-440px 0;
}
.solutions.wohola div div + div + div + div + div + div figure {
	background-position:-550px 0;
}
.solutions.wohola div div + div + div + div + div + div + div figure {
	background-position:-660px 0;
}
.solutions.wohola div div + div + div + div + div + div + div + div figure {
	background-position:-770px 0;
}


.solutions.php div div figure {
	background-image:url(../images/php-services-icon.png);
}
.solutions.wohola div div + div figure {
	background-position:-110px 0;
}
.solutions.wohola div div + div + div figure {
	background-position:-220px 0;
}

.solutions.safety div div figure {
	background-image:url(../images/school.png);
    background-size: 90%;
}
.solutions.safety div div + div figure {
	background-position:0px 0;
background-image:url(../images/college.png);
    background-size: 90%;
}
.solutions.safety div div + div + div figure {
	background-position:0px 0;
background-image:url(../images/track.png);
    background-size: 100%;
}
/* Recent Works */

.recent-works {
	background:url(../images/recent-bg.gif) 0 0 repeat;
	width:100%;
	float:left;
	clear:both;
	text-align:center;
	padding:44px 0 62px;
}
.recent-works h2 {
	font-size:3.125em;
	letter-spacing:-2px;
	font-weight:400;
	line-height:1;
	color:#fff;
	margin:0 0 10px;
}
.recent-works h2 span {
	font-weight:700;
}
.recent-works p {
	font-size:0.875em;
	line-height:20px;
	color:#fff;
	max-width:828px;
	margin:0 auto;
}
.recent-works .portfolio {
	margin-top:44px;
	margin-bottom:32px;
}
.slick-slide > div {
	background:#fff;
	margin-right:1px;
	padding-bottom:20px;
}
.slick-slide > div img {
	width:100%;
	margin-bottom:15px;
}
.slick-slide > div h4 {
	font-size:1.062em;
	font-weight:600;
	color:#2a2a2a;
	line-height:1;
	margin-bottom:5px;
}
.slick-slide > div p {
	color:#afafaf;
	font-size:0.813em;
	line-height:20px;
	margin:0 20px 5px;
}
.recent-works a.btn {
	background:#0091c3;
	border-radius:4px;
	border:1px solid #00597b;
	font-size:0.913em;
	padding:15px 20px;
	text-align:center;
	display:block;
	margin:0 auto;
	max-width:530px;
	line-height:20px;
	font-weight:800;
	color:#fff;
	text-transform:uppercase;
	position:relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
	box-sizing:border-box;
	width:90%;
}
.recent-works a.btn:after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	border:1px solid #01a4da;
	left:0px;
	top:0px;
	border-radius:4px;
}
.recent-works a.btn i {
	font-size:20px;
	vertical-align:top;
}
.recent-works a.btn:hover {
	background:#12a7da;
}

/* Specialized */

.specialized {
	width:100%;
	float:left;
	clear:both;
	padding:50px 0;
	text-align:center;
}
.specialized h2 {
	font-size: 3.25em;
	line-height: 1;
	letter-spacing: -2px;
	color: #3f3f3f;
	margin-bottom: 20px;
}
.specialized h2 span {
	font-weight:700;
}
.specialized ul.spe-list {
	background:#da0000;
	display:inline-block;
	padding:5px 0;
	margin-bottom:30px;
}
.specialized ul.spe-list li {
	display:inline-block;
	font-size:0.913em;
	line-height:16px;
	border-right:1px solid #fff;
	padding:0 15px;
	color:#fff;
}
.specialized ul.spe-list li:last-child {
	border-right:none;
}
.specialized ul.spe-list li a {
	color:#fff;
}
.specialized p {
	font-size:0.875em;
	line-height:20px;
	color:#202020;
	margin:0 20px 25px;
}
.specialized ul.spe-sublist li {
	width:26%;
	margin:0 2%;
	display:inline-block;
	text-align:left;
	font-size:0.875em;
	line-height:16px;
	border-bottom:1px solid #cbcbcb;
	color:#202020;
	padding:0;
}
.specialized ul.spe-sublist li.nobrd {
	border-bottom:none;
}
.specialized ul.spe-sublist li {
	background:url(../images/bullet.gif) 7px 14px no-repeat;
	color:#202020;
	padding:10px 0 10px 27px;
	transition: all 0.3s linear 0s;
}
.specialized ul.spe-sublist li:hover {
	background-position:14px 14px;
}

/* Testimonial */

.testimonial {
	background:url(../images/testi-bg.gif) 0 0 repeat;
	text-align:center;
	width:100%;
	float:left;
	clear:both;
	padding:50px 0 58px;
}
.testimonial h2 {
	font-size: 3.25em;
	line-height: 1;
	letter-spacing: -2px;
	color: #454545;
	margin-bottom: 10px;
}
.testimonial h2 span {
	font-weight:700;
}
.testimonial h6 {
	font-size:0.913em;
	color:#3f3f3f;
	margin-bottom:25px;
}
.testimonial .testi-blk {
	width:298px;
	display:inline-block;
	margin:15px 25px 0;
	vertical-align:top;
}
.testimonial .testi-blk figure {
	width:248px;
	height:240px;
	display:block;
	margin:0 auto;
	border:10px solid #fff;
	border-radius:150px;
	overflow:hidden;
}
.testimonial .testi-blk div {
	background:#fff;
	border-radius:2px;
	border:1px solid #e8ebec;
	border-top:none;
	min-height:253px;
	margin-top:-36px;
	z-index:9;
	position:relative;
	padding:20px 20px 0;
}
.testimonial .testi-blk div h4 {
	color:#017ba8;
	font-size:1.062em;
	font-weight:600;
	line-height:1;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.testimonial .testi-blk div p {
	font-size:0.813em;
	line-height:18px;
	color:#656565;
	font-weight:600;
}
.testimonial a.btn {
	background:#e1e6e8;
	border-radius:4px;
	border:1px solid #d2d2d2;
	font-size:0.913em;
	padding:15px 20px;
	text-align:center;
	display:block;
	margin:30px auto 0;
	max-width:530px;
	line-height:20px;
	font-weight:800;
	color:#009ddc;
	text-transform:uppercase;
	position:relative;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	box-sizing:border-box;
	width:90%;
}
.testimonial a.btn i {
	font-size:20px;
	vertical-align:top;
}
.testimonial a.btn:hover {
	background:#fff;
}

/* Wohola Feature */
.wohola-feature {
	background:url(../images/testi-bg.gif) 0 0 repeat;
	width:100%;
	float:left;
	clear:both;
	padding:50px 0 58px;
}
.wohola-feature h2 {
	font-size: 3.25em;
	line-height: 1;
	letter-spacing: -2px;
	color: #454545;
	margin-bottom: 10px;
	text-align:center;
}
.wohola-feature h2 span {
	font-weight:700;
}
.wohola-feature h6 {
	font-size:0.913em;
	color:#3f3f3f;
	margin-bottom:40px;
	text-align:center;
}
.wohola-feature .feature-block{
	overflow:hidden;
	padding-bottom:100px;
}
.wohola-feature .feature-block .img-block{
	width:49%;
	float:left;
}
.wohola-feature .feature-block.alt .img-block{
	float:right;
}
.wohola-feature .feature-block .img-block img{
	max-width:100%;
}
.wohola-feature .feature-block .content-block{
	width:49%;
	float:right;
	padding:30px 0 0;
}
.wohola-feature .feature-block.alt .content-block{
	float:left;
}
.wohola-feature .feature-block .content-block h3{
	font-size:1.714em;
	line-height:1em;
	font-weight:600;
	color:#017ba8;
	padding-bottom:20px;
}
.wohola-feature .feature-block .content-block p{
	font-size:0.813em;
	line-height:18px;
	font-weight:600;
	color:#656565;
	padding-bottom:20px;
}

/* Packages */
.packages {
	background:url(../images/testi-bg.gif) 0 0 repeat;
	width:100%;
	float:left;
	clear:both;
	padding:50px 0 58px;
}
.packages h2 {
	font-size: 3.25em;
	line-height: 1;
	letter-spacing: -2px;
	color: #454545;
	margin-bottom: 10px;
	text-align:center;
}
.packages h2 span {
	font-weight:700;
}
.packages h6 {
	font-size:0.913em;
	color:#3f3f3f;
	margin-bottom:40px;
	text-align:center;
}
.packages table{
	border:none !important;
}
.packages table thead{
	background:none !important;
	border:none !important;
}
.packages table th{
	font-family: 'Open Sans', sans-serif !important; 
	text-align:center !important;
	color:#fff !important;
	padding:0 !important;
	border-left:#edf0f1 1px solid;
	border-right:#edf0f1 1px solid;
	vertical-align:bottom !important;
	position:relative;
}
.packages table th img{
	position:absolute;
	top:-2px;
	right:0;
}
.packages table th span{
	display:block;
	font-size:21px !important;
	line-height:30px !important;
	font-weight:300 !important;
	padding:5px 10px;	
}
.packages table th:first-child span{
	font-size:22px !important;
	background-color:#0d83dd;
	padding:10px !important;
}
.packages table th + th span{
	background-color:#910000;
}
.packages table th + th + th span{
	background-color:#367700;
}
.packages table th + th + th + th span{
	background-color:#e16000;
}
.packages table th strong{
	display:block;
	font-size:32px !important;
	line-height:40px !important;
	font-weight:700 !important;	
	padding:10px;
}
.packages table th + th strong{
	background-color:#da0000;
}
.packages table th + th + th strong{
	background-color:#4aaa00;
}
.packages table th + th + th + th strong{
	background-color:#f67b20;
}
.packages table td{
	background-color:#fff;
	border-bottom:#edf0f1 1px solid;
	border-left:#edf0f1 1px solid;
	border-right:#edf0f1 1px solid;
	font-size:13px;
	color:#4b4b4b;
	text-align:center;
	vertical-align:middle;
}
.packages table tr td:first-child{
	text-align:left;
}
.packages table td .fa-check-square-o{
	color:#2fc40c;
}
.packages table td .fa-times{
	color:#f30b2c;
}
.packages .tablesaw-bar{
	display:none;
}

/* Footer */

footer {
	background:url(../images/ftr-lg.gif) repeat;
	width:100%;
	float:left;
	clear:both;
}
.ftr-lg {
	width:100%;
	overflow:hidden;
	padding:36px 0 20px 0;
}
footer h2 {
	background:url(../images/sep.png) right center no-repeat;
	padding:18px 84px 18px 0;
	float:left;
	font-size:2.44em;
	font-weight:300;
	color:#fff;
	letter-spacing:-1px;
	line-height:1;
}
.ftr-lg p {
	float:left;
	margin:2px 50px 0 50px;
	font-size:0.875em;
	line-height:22px;
	color:#a4a6a7;
}
.ftr-lg p:last-child {
	margin-right:0;
}
footer h2 span {
	font-weight:700;
	display:block;
}
.ftr-dk {
	width:100%;
	overflow:hidden;
	background:url(../images/ftr-dk.gif) repeat;
	padding:28px 0;
}
footer nav {
	margin-bottom:15px;
	display:inline-block;
}
footer nav li {
	float:left;
	font-size:0.875em;
	font-weight:300;
	margin-right:18px;
	line-height:20px;
}
footer nav li a {
	color:#fff;
}
footer nav li a:hover {
	text-decoration:underline;
}
.ftr-dk p {
	font-size:0.875em;
	color:#797979;
	line-height:20px;
	display:inline-block;
}

#menu-toggle {
	display:none;
}

/* ------------------ Responsive ------------------------ */

@media (max-width: 1100px) {
	
body {
	font-size:0.9em;
}
.rslides > div > div {
	left:33px;
	width:44%;
}

.clients ul li {
	margin:0 10px;
}
.slick-slide > div{
	min-height:320px;
}
.slick-slide > div p {
	margin:0 10px 5px;
}
.testimonial .testi-blk {
	margin:15px 10px 0;
}
.slick-dots{
	display:none !important;
}
.inner-heading h2{
	font-size:2.143em;
	line-height:1.429em;
}
.inner-heading ul{
	margin: 5px 0;
}
	
}

@media (max-width: 980px) {
	
.hdr-tp ul li {
	margin:0 5px;
}
header nav > ul > li {
	margin:0 10px;
}
	
.rslides > div h2 {
	font-size:2em;
}
.rslides > div h4 {
	font-size:1em;
}
.rslides > div a.btn {
	padding:10px 15px;
	font-size:1em;
	line-height:20px;
}

.customer-num .fixed-width div {
	padding:0 10px;
	width:33%;
	font-size:0.875em;
}
.customer-num .fixed-width div h3 {
	font-size:1.5em;
}
.red-strip h3 {
	font-size:1em;
}

.clients ul li {
	width:22%;
	margin:0 1%;
	vertical-align:middle;
}

.solutions div div {
	width:40%;
	float:none;
	display:inline-block;
	margin:0 2%;
}
.solutions div div a {
	max-width:160px;
	margin:0 auto;
}
.slick-slide > div{
	min-height:290px;
}
.slick-slide > div p {
	margin:0 40px 5px;
}

footer h2 {
	font-size:2em;
	padding:28px 45px 28px 0;
}
.ftr-lg p {
	margin:0 0 0 10px;
	font-size:0.813em;
}


	
}
@media (max-width: 767px) {

#menu-toggle {
	display:block;
	float:right;
	background:#002548;
	padding:10px 14px;
	font-size:19px;
	margin:26px 0 0;
	color:#fff;
}
header nav {
	background:#002548;
	width:100%;
	float:left;
	clear:both;
	margin:10px 0 0;
	padding:0;
}
header nav > ul > li {
	float:none;
	margin:0;
	border-bottom:1px solid #053766;
}
header nav > ul > li a {
	color:#a0beda;
	line-height:40px;
	padding:0 10px;
}
header nav > ul > li a:hover {
	color:#fff;
}
header nav > ul > li:last-child {
	margin:0;
}
header nav > ul > li:last-child a {
	border:none;
	border-radius:0;
	padding:0 10px;
	color:#a0beda;
}
header nav > ul > li.child.open {
	background-position:right -40px;
}
header nav > ul > li:last-child a:hover {
	background-color:transparent;
	color:#fff;
}
header nav > ul > li a i {
	display:none !important;
}
header nav > ul ul {
	background: #095b9a none repeat scroll 0 0;
    left: 0;
    margin-left: 0;
    min-width: 100%;
    opacity: 1;
    position: relative;
    top: 0;
    transition: all 0.4s linear 0s;
    z-index: 99;
}
header nav > ul > li li a {
	color:#fff;
	line-height:40px;
	padding:0 20px;
}
header nav > ul > li.child {
	background:url(../images/acc-icon.png) right 0 no-repeat;
	cursor:pointer;
}
header nav > ul > li.child a {
	margin-right:45px;
}


.rslides {
	padding:35px 0 0;
}
.rslides > div img {
	float:none;
	margin:0 auto;
	display:block;
}
.rslides > div > div {
	position:relative;
	width:100%;
	text-align:center;
	max-width:none;
	margin:20px 0;
	font-size:1.125em;
	left:0;
}
.rslides > div h4 {
	font-size:1.25em;
}


.customer-num .fixed-width div {
	width:100%;
	margin-bottom:20px;
}

.specialized ul.spe-list li {
	padding:0 5px;
}
footer h2 {
	float:none;
	display:block;
	text-align:center;
	padding:10px 0 25px;
	background:none;
}
.ftr-lg p {
	margin:0 15px 15px 0;
}

.wohola-feature .feature-block .img-block,
.wohola-feature .feature-block .content-block{
	float:none !important;
	width:auto;
}
.wohola-feature .feature-block .img-block{
	text-align:center;
}
.wohola-feature .feature-block .img-block img{
	display:inline-block;
}

.inner-heading ul{
	margin: 15px 0 0;
}

.packages .tablesaw-bar{
	display:block;
}
.packages table th img{
	display:none;
}

}
@media (max-width: 639px) {
	
.hdr-tp {
	/*display:none;*/
}
.rslides > div img {
	width:90%;
}
.rslides > div > div {
	padding:0 10px;
}
.red-strip h3 {
	line-height:20px;
}
.red-strip .fixed-width div {
	width:100%;
}
.clients ul li {
	width:42%;
}
.solutions div div {
	width:96%;
}
.specialized ul.spe-list {
	width:100%;
}
.specialized ul.spe-list li {
	float:left;
	clear:both;
	width:100%;
	border:none;
	box-sizing:border-box;
	padding:5px 10px;
	text-align:left;
}
.specialized ul.spe-sublist li {
	display:block;
	width:100%;
	margin:5px 0;
}
.specialized ul.spe-sublist li.nobrd {
	border-bottom:1px solid #cbcbcb;
}
.testimonial .testi-blk {
	margin:15px 0 0;
}
.testimonial a.btn {
	padding:15px 5px;
}
.solutions.wohola div div {
    width: 94%;
    float: left;
    margin-right: 1.5%;
}
.wohola-feature .feature-block {
    overflow: hidden;
    padding-bottom: 40px;
}	
}
/*** Button ***/
.pricingButton	{ padding-top:40px; clear:both;}
.pricingButton2	{ padding-top:15px; clear:both;}	
.a_demo_four {
	background-color:#3bb3e0;
	font-size:18px; font-weight:600;
	text-decoration:none;
	color:#fff;
	position:relative;
	padding:10px 20px;
	padding-right:50px;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}

.a_demo_four:active {
	top:3px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
	-webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.a_demo_four::before {
	background-color:#2591b4;
	background-image:url(../images/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	-o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
	box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
}

.a_demo_four:active::before {
	top:50%;
	margin-top:-12px;
	-webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	-o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
	box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
}
#business-query	{ width:1080px; margin:0 auto; clear:both;}

#business-query {
    padding: 80px 0 40px; height:100%;
}
#business-query h1 {
    border-bottom: 4px solid #e9e8e8;
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 20px;
    padding-bottom: 15px;
	font-weight:800;
}
#business-query h2 {
    background-color: #a51e22;
    color: #fff;
    font-size: 4em;
    line-height: 0.6em;
    margin-bottom: 70px;
    padding: 20px 30px 15px;
    position: relative;
    text-align: center;
}
#business-query h2 span {
    color: #fff;
    display: block;
    font-size: 0.33em;
}
#business-query img {
    left: -44px;
    position: absolute;
    top: -30px;
}
#business-query section {
    background-color: #fff;
    box-shadow: 0 0 10px #888888;
    float: right;
    margin-top: -80px;
    padding-bottom: 20px;
    position: relative;
    width: 70%;
}
#success {
    background-color: rgba(255, 255, 255, 0.95);
    height: 30%;
    left: 0;
    padding: 40% 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#business-query section.questionarie {
    margin-top: 0;
    width: 95%;
}
#business-query section.questionarie label {
    float: left;
    width: 48%;
}
#business-query section.questionarie label.fullwidth {
    float: inherit;
    width: 100%;
}
#business-query section.questionarie label.fullwidth span {
    float: inherit;
    padding-bottom: 15px;
    text-align: left;
    width: 100%;
}
#business-query section.questionarie label.fullwidth textarea {
    height: 100px;
    margin: 0;
    padding: 1%;
    width: 96%;
}
#business-query section.questionarie div.options {
    height: 100%;
    margin: 30px 0;
    overflow: hidden;
}
#business-query section.questionarie div.options h6 {
    color: #404751;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
}
#business-query section.questionarie div.options label {
    width: 33%;
}
#business-query section.questionarie div.options label input {
    float: left;
    height: 20px;
    margin: 5px 0 0;
    padding: 0;
    width: 20px;
}
#business-query section.questionarie div.options label span {
    float: right;
    font-weight: normal;
    text-align: left;
    width: 90%;
}
#business-query aside {
    float: left;
    height: 848px;
    margin: 0;
    width: 27%;
}
#business-query section div.form-grey {
    background-color: #f6f6f6;
    border: 1px solid #e8e6e5;
    height: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px;
}
#business-query h5 {
    border-bottom: 4px solid #c7c6c5;
    color: #ff5a24;
    font-size: 1.7em;
    margin: 20px 0 0;
    padding: 0 0 15px 30px;
}
.contact label {
    display: block;
    height: 100%;
    margin: 0 0 10px;
    overflow: hidden;
}
.contact label span {
    color: #404751;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 0;
    text-align: right;
    width: 35%;
}
.contact label span b {
    font-size: 0.8em;
    font-weight: normal;
}
.contact label input {
    box-shadow: 0 0 3px #888;
    color: #686666;
    float: left;
    font-size: 16px;
    margin-left: 25px;
    padding: 5px 10px;
    width: 53%;
}
.contact textarea {
    box-shadow: 0 0 3px #888;
    color: #686666;
    float: left;
    height: 110px;
    margin-left: 25px;
    padding: 1% 1% 1% 2%;
    width: 54%;
}
.contact label span.error {
    clear: both;
    float: inherit;
    margin-left: 27%;
}
.contact label select {
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 3px #888;
    color: #686666;
    float: left;
    margin-left: 25px;
    padding: 5px 10px;
    width: 57%;
}
.contact input.submit {
    background: rgba(0, 0, 0, 0) url("../images/request.png") no-repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    height: 0;
    margin: 0 0 0 270px;
    overflow: hidden;
    padding: 86px 0 0;
    width: 288px;
}
#business-query aside h4 {
    color: #0cb7d3;
    font-family: "Open Sans",sans-serif;
    font-size: 1.3em;
    font-weight: 600;
    margin: 20px 0 14px;
    padding: 0;
}
span.phone {
    background: rgba(0, 0, 0, 0) url("../images/phone.png") no-repeat scroll 0 12px;
    padding-left: 21px !important;
}
span.email {
    background: rgba(0, 0, 0, 0) url("../images/mail.png") no-repeat scroll 0 12px;
    padding-left: 21px !important;
}
#business-query aside p {
    border-bottom: 1px solid #999999;
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 15px;
}
#business-query aside p span {
    display: block;
    float: left;
    padding: 9px 16px 9px 0;
}
#business-query aside p a {
    color: #0cb7d3;
    text-decoration: none;
}

#name {
    display: none;
}
.contact input.submit {
    background: rgba(0, 0, 0, 0) url("../images/request.png") no-repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    height: 0;
    margin: 0 0 0 290px;
    overflow: hidden;
    padding: 86px 0 0;
    width: 288px;
}
/*---------------- Payment Information ---------------------*/

.main-cont {
	width:100%;
	float:left;
	clear:both;
	padding:40px 0;
}
.main-cont h2 {
	font-size: 3.25em;
	line-height: 1;
	letter-spacing: -2px;
	color: #000000;
	margin-bottom: 20px;
	text-align:center;
}
.main-cont h2 span {
	font-weight: 700;
}
.main-cont label {
	font-size: 0.875em;
	line-height: 20px;
	color: #4b4b4b;
	font-weight:600;
	display:block;
	margin-bottom:4px;
}
.main-cont input, .main-cont select {
	width:100%;
	height:36px;
	padding:0 10px;
	box-sizing:border-box;
	border:1px solid #ccc;
}
.main-cont select option:nth-child(even)	{ background-color:#f6f7f7;}
.main-cont select option{ border-bottom:1px solid #d9dada; padding:3px 0 3px 2px;}
.main-cont textarea {
	width:100%;
	height:150px;
	padding:10px;
	box-sizing:border-box;
	border:1px solid #ccc;
	resize:none;
	font-size:0.9em;
}
.main-cont input[type="submit"] {
	font-size:1.125em;
	font-weight:700;
	line-height:30px;
	padding:0 40px;
	text-transform:uppercase;
	height:36px;
	background: #0d83dd;
	background: -moz-linear-gradient(top, #0d83dd 0%, #0673cd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d83dd), color-stop(100%,#0673cd));
	background: -webkit-linear-gradient(top, #0d83dd 0%,#0673cd 100%);
	background: -o-linear-gradient(top, #0d83dd 0%,#0673cd 100%);
	background: -ms-linear-gradient(top, #0d83dd 0%,#0673cd 100%);
	background: linear-gradient(to bottom, #0d83dd 0%,#0673cd 100%);
	border:none;
	border-bottom:2px solid #002548;
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
	width:auto;
	cursor:pointer;
	letter-spacing:-1px;
	margin:0 auto;
	display:block;
	border-radius:5px;
}
.main-cont input[type="submit"]:hover {
	background: #0673cd;
	background: -moz-linear-gradient(top, #0673cd 0%, #0d83dd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0673cd), color-stop(100%,#0d83dd));
	background: -webkit-linear-gradient(top, #0673cd 0%,#0d83dd 100%);
	background: -o-linear-gradient(top, #0673cd 0%,#0d83dd 100%);
	background: -ms-linear-gradient(top, #0673cd 0%,#0d83dd 100%);
	background: linear-gradient(to bottom, #0673cd 0%,#0d83dd 100%);
}
.main-cont input[type="submit"]:active {
	margin-top:2px;
	border-bottom:none;
}
.form-column {
	width:47%;
	margin-right:6%;
	float:left;
}
.form-column + .form-column {
	margin-right:0;
}
.form-row {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.
#portfolio	{ height:100%; overflow:hidden; padding-bottom:20px;}
.testi-row1	{ height:100%; overflow:hidden; padding:0 0 30px 0;}

.ftr-dk .fixed-width	{ position:relative;}
.ftr-dk .paypal			{ position:absolute; right:0px; top:0px;}
.customRequirement		{ background-color:#fef7d1; padding:5px 10px; text-align:center; border:1px dashed #feec8f; color:#494634; margin:10px 0 0 0; font-size:0.9em; font-weight:600;}
.customRequirement a	{ text-decoration:none; border-bottom:1px dashed #0d83dd; color:#0d83dd;}
.customRequirement a:hover	{ border:none; padding-bottom:0px;}

#payment-container		{ width:800px; margin:0 auto;}
#payment-container form	{ display:block; background-color:#f1f2f2; height:100%; overflow:hidden; margin:40px 10px 10px 10px; padding:25px 20px;box-shadow:0px 0px 10px #000; border-radius:10px; border:3px solid #fff;}
#payment-container #name	{ display:block;}
#payment-container form input.aud	{ background:url(../images/aud-icon.png) no-repeat 99% 2px #fff;}
#payment-container form input.usd	{ background:url(../images/usd-icon.png) no-repeat 99% 2px #fff;}


.form-row {
   position: relative;
}
input, textarea, select {
  outline: none;
  font-family: 'Open Sans', sans-serif;
}
.form-row span {
  position: absolute;
  left: 0;
  bottom: -17px;
  font-size: 12px;
  line-height: 15px;
  color: #f00;
}
.success h3 {
  font-size: 2.75em;
  line-height: 1;
  letter-spacing: -2px;
  color: #3f3f3f;
  margin-bottom: 6px;
  margin: 30px 0 40px;
  text-align: center;
}
.success h3 span {
  font-weight: 700;
}