@charset "utf-8";
/* CSS Document */
body {
	background:#d7dce0;
	margin:0px;
	padding:0px;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);

::selection {
 background:#009191;
 color:#fff;
}
::-moz-selection {
 background:#009191;
 color:#fff;
}
::-webkit-selection {
 background:#009191;
 color:#fff;
}
::-o-selection {
 background:#009191;
 color:#fff;
}
::-ms-selection {
 background:#009191;
 color:#fff;
}
#wrapper {
	width:100%;
	display:block;
	background:none;
	min-height:600px;
}
#middle_wrapper {
	width:100%;
	display:block;
	background:#cad1d7;
	padding-bottom:13px;
	border-bottom:#dde3e7 solid 1px;
}
#bottom_wrapper {
	width:100%;
	display:block;
	background:#adb7c0;
}
#nav_header {
	width:100%;
	background:url(../images/top_bg.png) repeat scroll;
	box-shadow:#cfd3d3 5px 0px 5px;
	-moz-box-shadow:#cfd3d3 5px 0px 5px;
	-webkit-box-shadow:#cfd3d3 5px 0px 5px;
	-o-box-shadow:#cfd3d3 5px 0px 5px;
	-ms-box-shadow:#cfd3d3 5px 0px 5px;
	position:absolute;
}
#header_layout, #layout {
	width:1000px;
	margin:0px auto;
	display:block;
}
.clear {
	clear:both;
}
.header_layout_l {
	display:block;
	float:left;
	width:225px;
	padding:8px 0px 9px 0px;
}
.header_layout_r {
	display:block;
	float:left;
	width:775px;
}
.header_call {
	display:block;
	margin-bottom:12px;
	text-align:right;
}
.header_call li {
    display: inline-block;
    list-style: outside none none;
}
.header_call li.mob {
	display:inline-block;
	text-align:right;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	line-height:47px;
	color:#444444;
	font-weight: lighter;
	background:url(../images/call.jpg) no-repeat left center;
	padding-left:30px;
	margin-right:15px;
}
.header_call li.whatsap {
	display:inline-block;
	text-align:right;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	line-height:47px;
	color:#444444;
	font-weight: lighter;
	background:url(../images/whatsapp.png) no-repeat left center;
	padding-left:30px;
}
.search_input {
	float:right;
	width:170px;
	height:29px;
	display:block;
	background:url(../images/zoom.png) no-repeat left top #fff;
	background-position:7px 6px;
	border:none;
	outline:none;
	padding-left:42px;
	color:#444444;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	margin-left:27px;
	font-weight: lighter;
}
.nav {
	display:block;
	float:right;
}
.nav li {
	display:block;
	float:right;
	list-style:none;
	margin-left:0px;
	line-height:31px;
}
.nav li a {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#444444;
	text-decoration:none;
	background:none;
	display:block;
	padding:0px 15px;
	line-height:30px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
 transition:.15s ease-in-out;
 -moz-transition:.15s ease-in-out;
 -webkit-transition:.15s ease-in-out;
 -o-transition:.15s ease-in-out;
 -ms-transition:.15s ease-in-out;
}
.nav li a:hover, .nav li a.current_links {
	color:#fff;
	text-decoration:none;
	background:#e15706;
}
.banner {
	display:block;
	padding-top:143px;
	height:395px;
}
.banner h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:50px;
	font-weight:normal;
	color:#383636;
	line-height:60px;
	display:block;
	text-shadow:#FFF 1px 0px 1px;
}
.banner h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	font-weight:normal;
	color:#383636;
	line-height:48px;
	display:block;
	text-shadow:#FFF 1px 0px 1px;
}
.banner a {
	float:left;
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#fff;
	line-height:49px;
	padding:0px 32px;
	text-decoration:none;
	background:url(../images/button.png) repeat-x top left;
	margin-top:10px;
	margin-left:191px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
.banner a:hover {
	background:url(../images/button_over.png) repeat-x top left;
}
.banner_inner {
	display:block;
	padding-top:145px;
	height:334px;
}
.banner_inner h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:35px;
	font-weight: lighter;
	color:#009191;
	line-height:35px;
	display:block;
	text-shadow:#FFF 1px 0px 1px;
	padding:30px 20px 0px 20px;
	text-align:center;
}
.banner_inner h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight: lighter;
	color:#383636;
	line-height:22px;
	display:block;
	text-shadow:#FFF 1px 0px 1px;
	padding:10px 20px 35px 20px;
	text-align:center;
}
.banner_details {
	width:300px;
	height:300px;
	background:#fff;
	border-radius:300px;
	-moz-border-radius:300px;
	-webkit-border-radius:300px;
	-o-border-radius:300px;
	-ms-border-radius:300px;
	border:#009191 solid 10px;
 transition:.15s ease-in-out;
 -moz-transition:.15s ease-in-out;
 -webkit-transition:.15s ease-in-out;
 -o-transition:.15s ease-in-out;
 -ms-transition:.15s ease-in-out;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	-ms-box-shadow:none;
	display:block;
	float:left;
}
.banner_details:hover {
	border:#009191 solid 10px;
	-box-shadow:#000 0px 0px 15px;
	-moz-box-shadow:#000 0px 0px 15px;
	-webkit-box-shadow:#000 0px 0px 15px;
	-o-box-shadow:#000 0px 0px 15px;
	-ms-box-shadow:#000 0px 0px 15px;
}
.banner_details img {
	display:block;
	margin:0px auto;
}
.mid_content {
	background:#fff;
	display:block;
	box-shadow:#69696b 5px 0px 14px;
	-moz-box-shadow:#69696b 5px 0px 14px;
	-webkit-box-shadow:#69696b 5px 0px 14px;
	-o-box-shadow:#69696b 5px 0px 14px;
	-ms-box-shadow:#69696b 5px 0px 14px;
	margin-top:24px;
}
.mid_div {
	display:block;
	float:left;
	width:200px;
	padding-left:25px;
	padding-right:25px;
	background:none;
	padding-top:49px;
	padding-bottom:26px;
 transition:.15s ease-in-out;
 -moz-transition:.15s ease-in-out;
 -webkit-transition:.15s ease-in-out;
 -o-transition:.15s ease-in-out;
 -ms-transition:.15s ease-in-out;
	cursor:pointer;
}
.mid_div:hover {
	background:#009191;
}
.mid_div h3 {
	display:block;
	line-height:43px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	color:#0064af;
	font-size:24px;
	font-weight: lighter;
 transition:.15s ease-in-out;
 -moz-transition:.15s ease-in-out;
 -webkit-transition:.15s ease-in-out;
 -o-transition:.15s ease-in-out;
 -ms-transition:.15s ease-in-out;
}
.mid_div p {
	display:block;
	line-height:20px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	color:#464a4d;
	font-size:14px;
	font-weight: lighter;
	min-height:60px;
 transition:.15s ease-in-out;
 -moz-transition:.15s ease-in-out;
 -webkit-transition:.15s ease-in-out;
 -o-transition:.15s ease-in-out;
 -ms-transition:.15s ease-in-out;
}
.mid_div:hover h3, .mid_div:hover p {
	color:#fff;
}
.mid_img {
	width:127px;
	height:127px;
	display:block;
	margin:0px auto;
}
.mid_img img {
	width:100%;
}
.client_list {
	display:block;
	margin-bottom:28px;
}
.client_list h3 {
	line-height:77px;
	display:block;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:28px;
	color:#0064af;
	text-shadow:#FFF 1px 0px 1px;
	font-weight: lighter;
}
.client_logo {
	background:#fff;
	padding: 20px 0px;
}
.client_logo ul {
	display:block;
}
.client_logo ul li {
	display:block;
	float:left;
	margin:0px 25px;
	list-style:none;
}
.middle_wrap_left {
	display:block;
	float:left;
	width:658px;
	margin-right:19px;
}
.middle_wrap_left h2 {
	line-height:78px;
	display:block;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:28px;
	color:#0064af;
	text-shadow:#FFF 1px 0px 1px;
	font-weight: lighter;
}
.middle_wrap_right {
	display:block;
	float:left;
	width:323px;
}
.feedback_div {
	display:block;
	padding-bottom:10px;
	padding-top:10px;
	background:none;
	padding-left:10px;
 transition:.15s ease-in-out;
 -moz-transition:.15s ease-in-out;
 -webkit-transition:.15s ease-in-out;
 -o-transition:.15s ease-in-out;
 -ms-transition:.15s ease-in-out;
}
.feedback_div:hover {
	background:#fff;
}
.feedback_div_left {
	display:block;
	float:left;
	width:242px;
	margin-right:23px;
}
.feedback_div_left img {
	width:100%;
	border:#f0f0f0 solid 1px;
}
.feedback_div_right {
	display:block;
	float:left;
	width:383px;
}
.feedback_div_right h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#000000;
	font-weight: lighter;
	display:block;
	text-shadow:#fff 1px 0px 1px;
}
.span_one {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	display:block;
	color:#d47731;
	text-shadow:#fff 1px 0px 1px;
	float:left;
	font-style:italic;
	margin-right:24px;
	line-height:20px;
}
.span_two {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	display:block;
	color:#2273e6;
	text-shadow:#fff 1px 0px 1px;
	float:left;
	text-decoration:underline;
	line-height:20px;
}
.feedback_div_right p {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#313230;
	font-weight: lighter;
	display:block;
	text-shadow:#fff 1px 0px 1px;
	line-height:20px;
	padding-top:8px;
	float:left;
}
.feedback_div_right a {
	background:#2daae0;
	padding:0px 12px;
	line-height:19px;
	display:inline-block;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	text-shadow:none;
}
.feedback_div:hover .feedback_div_right h3, .feedback_div:hover .span_two, .feedback_div:hover .span_one, .feedback_div:hover .feedback_div_right p {
	color:#ed4022;
 transition:.15s ease-in-out;
 -moz-transition:.15s ease-in-out;
 -webkit-transition:.15s ease-in-out;
 -o-transition:.15s ease-in-out;
 -ms-transition:.15s ease-in-out;
}
.feedback_div:hover .feedback_div_right a, .feedback_div:hover .feedback_div_right a:hover {
	background:#ed4022;
	color:#fff;
}
.contact_block, .newsletter {
	display:block;
}
.newsletter {
	margin-top:20px;
}
.contact_block h2, .newsletter h2 {
	line-height:78px;
	display:block;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:28px;
	color:#0064af;
	text-shadow:#FFF 1px 0px 1px;
	font-weight: lighter;
	text-transform:capitalize;
}
.contact_block .inp_t_one {
	width:138px;
	height:38px;
	display:block;
	float:left;
	margin-right:15px;
	border:#aebdca solid 1px;
	padding-left:18px;
	outline:none;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	margin-bottom:11px;
	font-weight:lighter;
}
.contact_block .inp_t_two {
	width:126px;
	height:38px;
	display:block;
	float:left;
	border:#aebdca solid 1px;
	padding-left:18px;
	outline:none;
	color:#074b88;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	margin-bottom:11px;
	font-weight:lighter;
}
.contact_block .inp_t_txt {
	height:38px;
	display:block;
	float:left;
	border:#aebdca solid 1px;
	padding-left:18px;
	outline:none;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	margin-bottom:11px;
	width:94%;
	font-weight:lighter;
}
.contact_block button {
	float:left;
	display:block;
	background:#2daae0;
	border:none;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#FFF;
	text-align:center;
	line-height:40px;
	padding:0px 18px;
	cursor:pointer;
	outline:none;
}
.contact_block button:hover {
	background:#ed4022;
}
.newsletter .inp_t_txt {
	height:38px;
	display:block;
	float:left;
	border:#aebdca solid 1px;
	padding-left:18px;
	outline:none;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	margin-bottom:11px;
	width:94%;
}
.newsletter button {
	float:left;
	display:block;
	background:#2daae0;
	border:none;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#FFF;
	text-align:center;
	line-height:40px;
	padding:0px 18px;
	cursor:pointer;
	outline:none;
}
.newsletter button:hover {
	background:#ed4022;
}
.portfolio {
	display:block;
	padding-bottom:52px;
	padding-left:9px;
}
.portfolio h3 {
	line-height:78px;
	display:block;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:28px;
	color:#0064af;
	text-shadow:#FFF 1px 0px 1px;
	font-weight:lighter;
}
.portfolio ul {
	display:block;
}
.portfolio ul li {
	display:block;
	float:left;
	list-style:none;
	margin:0px 13px;
}
.portfolio ul li:first-child {
	margin-left:0px;
}
.portfolio ul li:last-child {
	margin-right:0px !important;
}
.portfolio ul li img {
	border:#f0f0f0 solid 1px;
}
#bottom_wrapper p {
	line-height:42px;
	background:#8d9aa5;
	color:#fff;
	text-align:center;
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	border-top:#bdc5cd solid 1px;
	font-weight: lighter;
}
/* bg slider*/


/* HEADER */
#header {
	height:600px;
	position:absolute;
	width:100%;
}
.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:600px;
	position:absolute;
}
/* HEADER TEXT */
#headertxt {
	width:560px;
	margin:0;
	clear:both;
	position:relative;
	top:230px;
}
#firstline {
	background-image:url("../images/textbg.png");
	font-family: 'Open Sans', sans-serif;
	font-size:50px;
	font-weight: lighter;
	color:#383636;
	line-height:60px;
	display:block;
	text-shadow:#FFF 1px 0px 1px;
	padding-left:20px;
}
#secondline {
	background-image:url("../images/textbg.png");
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	font-weight: lighter;
	color:#383636;
	line-height:48px;
	display:block;
	text-shadow:#FFF 1px 0px 1px;
	text-decoration:none;
	padding-left:20px;
}
#secondline:hover {
	text-decoration:underline;
	color:#009191;
}
.pictured {
	margin:0px;
	padding:0px;
}
.pictured a {
	float:left;
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#fff;
	line-height:49px;
	padding:0px 32px;
	text-decoration:none;
	background:url(../images/button.png) repeat-x top left;
	margin-top:10px;
	margin-left:191px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
 transition:.15s ease-in-out;
 -moz-transition:.15s ease-in-out;
 -webkit-transition:.15s ease-in-out;
 -o-transition:.15s ease-in-out;
 -ms-transition:.15s ease-in-out;
}
.pictured a:hover {
	background:url(../images/button_over.png) repeat-x top left;
}
/* CONTROLS */
.btn {
	height:32px;
	width:32px;
	float:left;
	cursor:pointer;
}
.btn_left {
	width:18px;
	height:18px;
	display:block;
	background:url(../images/left_arrow.jpg) no-repeat top left;
	border:none;
	float:left;
	margin-right:3px;
	cursor:pointer;
	outline:none;
}
.btn_right {
	width:18px;
	height:18px;
	display:block;
	background:url(../images/right_arrow.jpg) no-repeat top left;
	border:none;
	float:left;
	cursor:pointer;
	outline:none;
}
#back {
	background-image:url("../images/btn_back.png");
}
#next {
	background-image:url("../images/btn_next.png");
}
#control {
	background-image:url("../images/btn_pause.png");
}
/* HEADER HAVIGATION */
#headernav-outer {
	position:relative;
	top:400px;
	margin:0 auto;
	width:960px;
}
#headernav {
	padding-left:864px;
}
.head_text_outer {
	width:1000px;
	display:block;
	margin:0px auto;
}
.img_editing {
	background:url(../images/img_editing.png) no-repeat top center;
	width:127px;
	height:127px;
	background-position:0 0px;
 transition:.15s ease-in-out;
 -moz-transition:.15s ease-in-out;
 -webkit-transition:.15s ease-in-out;
 -o-transition:.15s ease-in-out;
 -ms-transition:.15s ease-in-out;
}
.img_seo {
	background:url(../images/img_seo.png) no-repeat top center;
	width:127px;
	height:127px;
	background-position:0 0px;
 transition:.15s ease-in-out;
 -moz-transition:.15s ease-in-out;
 -webkit-transition:.15s ease-in-out;
 -o-transition:.15s ease-in-out;
 -ms-transition:.15s ease-in-out;
}
.img_ppc {
	background:url(../images/img_ppc.png) no-repeat top center;
	width:127px;
	height:127px;
	background-position:0 0px;
 transition:.15s ease-in-out;
 -moz-transition:.15s ease-in-out;
 -webkit-transition:.15s ease-in-out;
 -o-transition:.15s ease-in-out;
 -ms-transition:.15s ease-in-out;
}
.img_fb {
	background:url(../images/img_fb.png) no-repeat top center;
	width:127px;
	height:127px;
	background-position:0 0px;
 transition:.15s ease-in-out;
 -moz-transition:.15s ease-in-out;
 -webkit-transition:.15s ease-in-out;
 -o-transition:.15s ease-in-out;
 -ms-transition:.15s ease-in-out;
}
.mid_div:hover .img_editing, .mid_div:hover .img_seo, .mid_div:hover .img_ppc, .mid_div:hover .img_fb {
	background-position:0 -127px;
}
.body-content {
	position: relative;
}
#about_nav {
	background:url(../images/about_banner.jpg) no-repeat center top;
	min-height:450px;
	position:absolute;
	width:100%;
	z-index:-1;
	border-bottom:#fff solid 8px;
}
.about_content {
	background:#fff;
	display:block;
	border-top:#074b88 solid 10px;
	margin-top:0px;
	padding-left:20px;
	padding-right:40px;
	padding-bottom:20px;
}
.abt_content_right {
	background:#fff;
	display:block;
	border-top:#074b88 solid 10px;
	margin-top:0px;
	float:left;
	padding:20px;
}
.about_content h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	display:block;
	line-height:76px;
	font-weight: lighter;
	color:#383636;
}
.abt_content_right h3, .abt_page_division_m h4 {
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	display:block;
	line-height:26px;
	font-weight: lighter;
	color:#383636;
	margin-bottom:15px;
}
.abt_content_right h4, .abt_page_division_m h5, .webdesigning_head {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	display:block;
	line-height:26px;
	font-weight: 600;
	margin-top:20px;
	color:#383636;
}
.about_img {
	width:252px;
	height:252px;
	display:block;
	float:left;
	margin-right:10px;
}
.about_img img {
	width:100%;
}
.about_content p, .abt_content_right p, .abt_page_division_m p {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	display:block;
	line-height:22px;
	text-align:justify;
	color:#383636;
	font-weight: lighter;
}
.fb_adv, .seo, .portfolio_block, .inner-content {
	background:#fff;
	display:block;
	border-top:#074b88 solid 10px;
	margin-top:0px;
	padding-left:20px;
	padding-right:40px;
	padding-bottom:40px;
	margin-bottom:20px;
	box-shadow:#999 0px 0px 3px;
	-moz-box-shadow:#999 0px 0px 3px;
	-webkit-box-shadow:#999 0px 0px 3px;
	-o-box-shadow:#999 0px 0px 3px;
	-ms-box-shadow:#999 0px 0px 3px;
}
.fb_adv h3, .seo h3, .portfolio_block h3, .it-product-left > h3, .it-product-right > h3, .hr-service > h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	display:block;
	line-height:76px;
	font-weight:normal;
	color:#383636;
}
.hr-service h4 {
    color: #383636;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
}
.hr-service h5 {
    color: #383636;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 32px;
}
.it-product-right > ul {
	display: block;
	text-align: left;
}
.it-product-right li {
	display: inline-block;
	list-style: outside none none;
	text-align: center;
	width: 24%;
	font-family: 'Open Sans', sans-serif;
	font-weight:lighter;
	font-size:14px;
	line-height:28px;
	vertical-align:top;
}
.it-product-right img {
	width: 100%;
}
.fb_adv h4, .seo h4 {
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	display:block;
	line-height:40px;
	font-weight:normal;
	color:#383636;
}
.about_img {
	width:252px;
	height:252px;
	display:block;
	float:left;
}
.about_img img {
	width:100%;
}
.fb_adv p, .seo p, .it-product-left > p, .hr-service > p, .other-contents li {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	display:block;
	line-height:22px;
	text-align:justify;
	color:#383636;
	font-weight: lighter;
}
.other-contents li
{
	background:url(../images/dot.png) no-repeat 0% 2px;
	padding-left:30px;
}
.other-contents {
    background: none repeat scroll 0 0 #ededed;
    display: block;
    margin-bottom: 20px;
    padding: 25px;
}
/* Navigation */

.tab_block {
	margin-bottom: 30px;
	position: relative;
}
.tab_block ul {
	overflow: hidden;
	padding-right: 20px;
	width:290px;
	float:left;
}
.tab_block li {
	margin-right: 0px;
}
.tab_block li a {
	font-weight: normal;
	line-height:43px;
	background:#074b88;
	display:block;
	padding-left:2px;
	color:#fff;
	margin-bottom:6px;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	text-decoration:none;
	border-left:#073e70 solid 17px;
}
.tab_block li a:hover, .tab_block li a:focus, .tab_block li a.current {
	color: #fff;
	background:#009191;
	border-left:#057575 solid 17px;
}
.tab_block #indicator {
	position: absolute;
	left: 295px;
	bottom: 5px;
	width: 17px;
	height: 20px;
	background-image: url('../img/notch.png');
}
/* Content */
#content {
	width:690px;
	float:left;
	background:#ffffff;
	box-shadow:#999 0px 0px 3px;
	-moz-box-shadow:#999 0px 0px 3px;
	-webkit-box-shadow:#999 0px 0px 3px;
	-o-box-shadow:#999 0px 0px 3px;
	-ms-box-shadow:#999 0px 0px 3px;
}
#content section {
	display: none;
}
#content p {
	margin-bottom: 1em;
	line-height: 1.6;
}
.tab_details {
	display:block;
	padding:20px 20px 20px 20px;
	min-height:297px;
}
.tab_details > h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	display:block;
	font-weight:normal;
	color:#074b88;
	line-height:58px;
}
.it-product-supply, .hr-service {
	display: block;
}
.it-product-left {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}
.it-product-right {
	display: inline-block;
	padding-left: 3%;
	vertical-align: top;
	width: 66%;
}
.tab_details > p {
	font-size:12px;
	color:#074b88;
	line-height:20px;
	display:block;
	text-align:justify;
	font-family: 'Open Sans', sans-serif;
}
.tab_details > h4 {
	font-family: 'Open Sans', sans-serif;
	color:#000000;
	font-weight:normal;
	line-height:34px;
	display:block;
	margin-top:15px;
}
.tab_details > ul {
	display:block;
}
.tab_details > ul > li {
	display:inline-block;
	list-style:none;
	min-width:185px;
	line-height:26px;
	background:url(../images/ui_arrow.png) no-repeat center left scroll;
	padding-left:17px;
}
.tab_details > ul > li > a {
	font-size:14px;
	color:#4d4d4d;
	text-decoration:none;
}
.tab_details > ul > li > a:hover {
	color:#d5393a;
	text-decoration:underline;
}
.about_ser {
	display:block;
	padding-bottom:30px;
}
.sub_links {
	display:block;
	float:right;
	width:650px;
	margin-top:30px;
}
.sub_links > li {
	display:block;
	float:right;
	line-height:36px;
	padding:0px 15px;
	list-style:none;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#fff;
	background:#e15706;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	margin-left:5px;
	margin-bottom:5px;
	font-weight: lighter;
	text-transform:uppercase;
}
.text_menu {
	display: block;
	float:left;
	width:600px;
	margin-top:175px;
	margin-left:50px;
}
.text_menu > ul {
	display:block;
}
.text_menu > ul > li {
	display:block;
	list-style:none;
	float:right;
	margin-right:8px;
	margin-bottom:8px;
	transform: skewX(15deg);
	-moz-transform: skewX(15deg);
	-webkit-transform: skewX(15deg);
	-o-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	padding:0px 15px;
	background:#009191;
	box-shadow:#000 0px 0px 8px;
	-moz-box-shadow:#000 0px 0px 8px;
	-webkit-box-shadow:#000 0px 0px 8px;
	-o-box-shadow:#000 0px 0px 8px;
	-ms-box-shadow:#000 0px 0px 8px;
}
.text_menu > ul > li:hover, .text_menu > ul > li.txt_menu_current {
	background:#e15706;
}
.text_menu > ul > li > a {
	display:block;
	color:#fff;
	line-height:28px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight: lighter;
	text-decoration:none;
	transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
}
.fb_list {
	display:block;
}
.fb_list > li {
	display:block;
	list-style:none;
	background:url(../images/arrows.png) no-repeat left center;
	padding-left:20px;
	line-height:28px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#383636;
	font-weight: lighter;
}
.content_listing, .abt_list, .abt_page_division_m ul, .webdesigning {
	display:block;
}
.content_listing > li, .abt_list > li, .abt_page_division_m > ul > li, .webdesigning > li {
	display:block;
	list-style:none;
	background:url("../images/arrows.png") no-repeat scroll left top 8px rgba(0, 0, 0, 0);
	padding-left:22px;
	line-height:26px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#383636;
	font-weight: lighter;
}
#container5, #container4, #container3 {
	width:170px;
	display:block;
	float:left;
	margin-right:15px;
}
.balinks {
	display:none;
}
.demo_imgs {
	display:block;
	float:right;
	width:600px;
	margin-top:25px;
}
.content_left {
	width:300px;
	display:block;
	float:left;
}
.content_right {
	width:600px;
	display:block;
	float:left;
}
.contact_left {
	width:588px;
	display:block;
	float:left;
	margin-right:28px;
}
.contact_form {
	display:block;
	margin-left:21px;
	margin-top:25px;
}
.users {
	display:block;
	background: url(../images/user.jpg) no-repeat top left;
	border:#f0f0f0 solid 1px;
	padding-left:42px;
	height:31px;
	width:92%;
	outline:none;
	color:#c4c4c2;
	margin-bottom:13px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
 transition:.5s ease-in-out;
 -moz-transition:.5s ease-in-out;
 -webkit-transition:.5s ease-in-out;
 -o-transition:.5s ease-in-out;
 -ms-transition:.5s ease-in-out;
}
.users:focus, .phone:focus, .mail:focus, .location:focus, .message:focus {
	border:#2587c8 solid 1px;
}
.mail {
	display:block;
	background: url(../images/mail.jpg) no-repeat top left;
	border:#f0f0f0 solid 1px;
	padding-left:42px;
	height:31px;
	width:92%;
	outline:none;
	color:#c4c4c2;
	margin-bottom:13px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
 transition:.5s ease-in-out;
 -moz-transition:.5s ease-in-out;
 -webkit-transition:.5s ease-in-out;
 -o-transition:.5s ease-in-out;
 -ms-transition:.5s ease-in-out;
}
.location {
	display:block;
	background: url(../images/location.jpg) no-repeat top left;
	border:#f0f0f0 solid 1px;
	padding-left:42px;
	height:31px;
	width:92%;
	outline:none;
	color:#c4c4c2;
	margin-bottom:13px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
 transition:.5s ease-in-out;
 -moz-transition:.5s ease-in-out;
 -webkit-transition:.5s ease-in-out;
 -o-transition:.5s ease-in-out;
 -ms-transition:.5s ease-in-out;
}
.phone {
	display:block;
	background: url(../images/phone.jpg) no-repeat top left;
	border:#f0f0f0 solid 1px;
	padding-left:42px;
	height:31px;
	width:92%;
	outline:none;
	color:#c4c4c2;
	margin-bottom:13px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
 transition:.5s ease-in-out;
 -moz-transition:.5s ease-in-out;
 -webkit-transition:.5s ease-in-out;
 -o-transition:.5s ease-in-out;
 -ms-transition:.5s ease-in-out;
}
.message {
	display:block;
	background: url(../images/message.jpg) no-repeat top left;
	border:#f0f0f0 solid 1px;
	padding-left:42px;
	min-height:150px;
	width:92%;
	outline:none;
	color:#c4c4c2;
	margin-bottom:13px;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	line-height:20px;
 transition:.5s ease-in-out;
 -moz-transition:.5s ease-in-out;
 -webkit-transition:.5s ease-in-out;
 -o-transition:.5s ease-in-out;
 -ms-transition:.5s ease-in-out;
}
.reset_btn {
	display:block;
	float:left;
	background:url(../images/reset.jpg) repeat-x center left;
	line-height:26px;
	padding:0px 15px;
	border:#aeaeae solid 1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	cursor:pointer;
	color:#3f3f3f;
	text-shadow:#FFF 1px 0px 1px;
	margin-right:8px;
}
.reset_btn:hover {
	background:url(../images/reset_1.jpg) repeat-x center left;
}
.submit_btn {
	display:block;
	float:left;
	background:url(../images/submit.jpg) repeat-x center left;
	line-height:26px;
	padding:0px 15px;
	border:#2d83da solid 1px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	cursor:pointer;
	color:#fff;
	text-shadow:#2e7ed0 1px 0px 1px;
	margin-right:8px;
}
.submit_btn:hover {
	background:url(../images/submit_1.jpg) repeat-x center left;
}
.contact_right {
	width:300px;
	display:block;
	float:left;
}
.contact_right_division {
	background:#f7f7f7;
	padding:10px;
	display:block;
	margin-bottom:7px;
}
.contact_right_division h3 {
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#2587c8;
	line-height:25px;
}
.contact_right_division a {
	color:#2587c8;
	text-decoration:underline;
}
.contact_right_division a:hover {
	color:#E15706;
	text-decoration:underline;
}
.content_imgs {
	width:100%;
	display:block;
	margin-bottom:10px;
}
.content_imgs img {
	width:100%;
}
.abt_page_division {
	display:block;
}
.abt_page_division_l {
	display:inline-block;
	float:left;
	width:500px;
	margin-bottom:15px;
	box-shadow:#999 0px 0px 3px;
	-moz-box-shadow:#999 0px 0px 3px;
	-webkit-box-shadow:#999 0px 0px 3px;
	-o-box-shadow:#999 0px 0px 3px;
	-ms-box-shadow:#999 0px 0px 3px;
}
.abt_page_division_m {
	display:inline-block;
	background:#fff;
	display:block;
	border-top:#074b88 solid 10px;
	margin-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	margin-bottom:15px;
	box-shadow:#999 0px 0px 3px;
	-moz-box-shadow:#999 0px 0px 3px;
	-webkit-box-shadow:#999 0px 0px 3px;
	-o-box-shadow:#999 0px 0px 3px;
	-ms-box-shadow:#999 0px 0px 3px;
}
.abt_page_division_r {
	display:inline-block;
	float:left;
	width:480px;
	margin-left:20px;
	margin-bottom:15px;
	box-shadow:#999 0px 0px 3px;
	-moz-box-shadow:#999 0px 0px 3px;
	-webkit-box-shadow:#999 0px 0px 3px;
	-o-box-shadow:#999 0px 0px 3px;
	-ms-box-shadow:#999 0px 0px 3px;
}
/* SOCIAL ICONS - GENERAL */
.social {
	list-style:none;
	margin:auto 0px;
	width:32px;
	position:fixed;
	right:0;
	top:100px;
	background:#fff;
	padding:5px;
	box-shadow:#999 0px 0px 3px;
	-moz-box-shadow:#999 0px 0px 3px;
	-webkit-box-shadow:#999 0px 0px 3px;
	-o-box-shadow:#999 0px 0px 3px;
	-ms-box-shadow:#999 0px 0px 3px;
}
.social li {
	display:inline;
	float:left;
	background-repeat:no-repeat;
}
.social li a {
	display:block;
	width:32px;
	height:35px;
	padding-right:10px;
	position:relative;
	text-decoration:none;
}
.social li a strong {
	font-weight:normal;
	position:relative;
	right:80px;
	top:-1px;
	color:#fff;
	padding:3px;
	z-index:9999;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75);
	background-color:rgba(0, 0, 0, 0.7);
	-moz-border-radius:3px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-border-radius:3px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	border-radius:3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.social li.delicious {
	background-image:url("../images/delicious.png");
}
.social li.digg {
	background-image:url("../images/digg.png");
}
.social li.facebook {
	background-image:url("../images/facebook.png");
}
.social li.flickr {
	background-image:url("../images/flickr.png");
}
.social li.linkedin {
	background-image:url("../images/linkedin.png");
}
.social li.reddit {
	background-image:url("../images/reddit.png");
}
.social li.rss {
	background-image:url("../images/rss.png");
}
.social li.twitter {
	background-image:url("../images/twitter.png");
}
/* SOCIAL ICONS - CSS3 */
#css3:hover li {
	opacity:0.2;
}
#css3 li {
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 500ms;
	-moz-transition-property: opacity;
	-moz-transition-duration: 500ms;
}
#css3 li a strong {
	opacity:0;
	-webkit-transition-property: opacity, top;
	-webkit-transition-duration: 300ms;
	-moz-transition-property: opacity, top;
	-moz-transition-duration: 300ms;
}
#css3 li:hover {
	opacity:1;
}
#css3 li:hover a strong {
	opacity:1;
	top:-10px;
}
.main_map {
	display:block;
	padding-bottom:25px;
}
.main_map a {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
}
.packages {
    display: block;
    text-align: center;
}
.packages > li {
    display: inline-block;
    list-style: outside none none;
    width: 20%;
	margin:2%;
}
.box {
    border-radius: 3px;
    display: block;
    font-size: 18px;
    padding: 15px 25px;
	font-family: 'Open Sans', sans-serif;
}
.box.gold {
    background: linear-gradient(#fff986, #ac942d) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #d4d231;
    color: #897b00;
}
.box.platinum {
    background: linear-gradient(#fff, #a9a9a9) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #cacaca;
    color: #5d5d5d;
}
.box.new {
    background: linear-gradient(#5ad500, #3a8e3a) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #0ad500;
    color: #fff;
}
.box.inperson {
    background: linear-gradient(#fff, #b2b2b2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #cacaca;
    color: #fff;
}
.sent_successfull {
	background:#fff;
	display:block;
	border-top:#074b88 solid 10px;
	margin-top:0px;
	padding-left:20px;
	padding-top:75px;
	padding-bottom:75px;
	margin-bottom:20px;
	box-shadow:#999 0px 0px 3px;
	-moz-box-shadow:#999 0px 0px 3px;
	-webkit-box-shadow:#999 0px 0px 3px;
	-o-box-shadow:#999 0px 0px 3px;
	-ms-box-shadow:#999 0px 0px 3px;
	text-align:center;
}
.sent_successfull h2 {
    color: lightslategrey;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 50px;
    font-weight: lighter;
    text-align: center;
}
.sent_successfull h3 {
    color: orange;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 35px;
    font-weight: lighter;
    line-height: 60px;
    text-align: center;
}
.sent_successfull > a {
    color: limegreen;
    display: inline-block;
    font-family: open sans;
    font-size: 14px;
    font-weight: lighter;
    line-height: 36px;
    text-decoration: underline;
}
.sent_successfull > a:hover {
    color: lightsalmon;
}
