/*====================================== reset.css is here ========================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:bold;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
.clear_0 {
	clear:both;
	font-size:0px;
	line-height:0px;
	display:block;
}
.last {
	margin:0 !important;
}
.pad_last {
	padding:0 !important;
}
.no_bg {
	background:none !important;
}
/**************************************************************************************/

a {
	color:#000;
	text-decoration:none;
	outline:0 none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:22px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff');
}

/* Fonts */
@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*/ Fonts */
/*----------------------------------------------------------------------------------*/
html {
	height: 100%;
}
body {
	height: 100%;
	color:#b1b1b1;
	font-family:"Arial", Verdana, Tahoma;
	font-size:12px;
	background: #fefefe;
}
.flt_Lt {
	float:left;
	display:inline;
}
.flt_Rt {
	float:right;
	display:inline;
}
/* ---------------------------------------------------------------------------------*/


/* ----------------------- layout ----------*/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	
}
.container {
	width:960px;
	margin:0 auto;
}
.main_content {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.main_content2 {
	margin-top: -4px;	
}
#header {
	width: 100%;
	height: 164px;
	float: left;
	background: url(../images/greybar.gif) repeat-x left top;
}
/*-------------------------------------------*/

/* ------------------------- HEADER HERE -------------------*/
#header .container {
	height: 164px;
	position: relative;	
}
#logo {
	width: 314px;
	height: 76px;
	position: absolute;
	left: 320px;
	top: 50px;
	z-index: 30;
}
/* ---------------------------------------------------------*/



/* ------------------------- NAVIGATION HERE ---------------*/





#nav {
	width: 960px;
	float: left;
	padding: 50px 0 0 0;
}
#nav ul {
	height: 36px;
	padding: 5px 0 0 0;
}
#nav ul.flt_Lt {
	padding-left: 14px;
}
#nav ul.flt_Rt {
	margin-right: 20px;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	font-family: 'source_sans_proregular';
	font-size: 18px;
	color: #979097;
	line-height: 36px;
	font-weight: normal;
	float: left;
	padding: 0 21px;
}
#nav ul.flt_Lt li:first-child a {
	width: 18px;
	height: 17px;
	padding-top: 10px;	
}
#nav ul.flt_Lt li:first-child a:hover {
	background: none;	
}
#nav ul li a:hover {
	color: #e5e3e5;
	background: url(../images/menu_hr.png) repeat-x left top;
}
/* ---------------------------------------------------------*/

/* ------------------------ MIAN CONTENT HERE --------------*/
.banner {
	width: 100%;
	display: inline-block;
	position: relative;
	z-index: 9999;	
}
.content_1 {
	max-width: 1200px;
	background: #f7f7f7 url(../images/content_cross_bg.png) no-repeat left top;
	overflow: hidden;
	padding: 0 0 40px 0;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 0;
}
.content_1 p {
	font-family: 'source_sans_proregular';
	font-size: 20px;
	color: #533b53;
	line-height: 28px;
	text-align: center;
	font-weight: normal;
	width: 795px;
	padding: 55px 0 30px 70px;	
	margin:0 auto;
}



.content_1 .viewservice {
	width: 161px;
	height: 36px;
	font-family: 'source_sans_proregular';
	font-size: 14px;
	color: #533b53;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	float: left;
	background: url(../images/view_btn.png) repeat-x left top;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(./js/css3-pie.htc);
	position: relative;
	margin: 0 0 0 396px;
}
.viewservice:hover {
	color: #fff;
	background: #543754;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(./js/css3-pie.htc);
	position: relative;	
}
.carousel_slider {
	width: 100%;
	height: 228px;
	float: left;
	background: #fefefe;
}

#footer, .push {
	height: 150px;	
}
/* ---------------------------------------------------------*/


/* ------------------ FOOTER HERE --------------------------*/
#footer {
	width: 100%;
 
	background: #f3f3f3;
	overflow:hidden;
}
#footer .container {
	height: 150px;	
}
.ftrtop {
	width: 960px;
	float: left;
	padding: 23px 0 49px 0;	
}
ul.ftrnav {
	width: 500px;
	float: left;
	padding: 5px 0 0 62px;
}
ul.ftrnav li {
	float: left;	
}
ul.ftrnav li a {
	font-family: 'source_sans_proregular';
	font-size: 16px;
	color: #533b53;
	line-height: 18px;
	font-weight: normal;
	float: left;
	padding: 0 16px;	
}
ul.ftrnav li a:hover {
	color: #533b53;
	text-decoration: underline;	
}
ul.socialmedia {
	width: 83px;
	height: 33px;
	float: right;
	padding: 0 0 0 0;	
}
ul.socialmedia li {
	float: left;
	margin-right: 8px;	
}
ul.socialmedia li a {
	width: 33px;
	height: 33px;
	float: left;	
}
.copy {
	width: 881px;
	height: 41px;
	font-family: 'source_sans_proregular';
	font-size: 11px;
	color: #000;
	line-height: 12px;
	font-weight: normal;
	float: left;
	padding: 0 0 0 79px;	
}

/* ---------------------------------------------------------*/

/* ------------------- INNER PAGE 1 HERE -------------------*/

.company_mainblock {
	width: 960px;
	float: left;
	padding: 0 0 35px 0;
}
.company_mainblock h1 {
	font-family: 'source_sans_prolight';
	font-weight: normal;
	color: #533b53;
	font-size: 36px;
	padding: 47px 0 62px 0;
}
.company_mainblock h2 {
	color: #533b53;
	font-size: 20px;
	padding: 0 0 12px 0;
	font-family: 'source_sans_prosemibold';
}
.company_mainblock h3 {
	font-family: 'source_sans_proregular';
	font-weight: normal;
	color: #533b53;
	font-size: 20px;
	padding: 19px 0 12px 0;
}
.company_mainblock p {
	font-family: 'source_sans_prolight';
	font-weight: normal;
	color: #533b53;
	font-size: 16px;
	line-height: 22px;
	width: 920px;
	padding: 0 40px 20px 0;
}
/* ---------------------------------------------------------*/

/* ------------------- INNER PAGE 2 HERE -------------------*/
.service_content {
    width: 1080px;
	background: url(../images/service_img.jpg) no-repeat right top;
	min-height: 722px;
	display: inline-block;
	padding: 0;
	margin: 0 -120px 0 0; 	
}

.service_content h1 {
    font-family: 'source_sans_prolight';
    font-size: 36px;
	color: #533b53;
	line-height: 38px;
    font-weight: normal;
    padding: 50px 0 66px 0;	
}
.service_content h3 {
    font-family: 'source_sans_prolight';
    font-size: 22px;
	color: #533b53;
	line-height: 24px;
    font-weight: normal;
    padding: 0 0 0 0;	
}
.service_content p {
    font-family: 'source_sans_prolight';
    font-size: 22px;
	color: #533b53;
	line-height: 26px;
    font-weight: normal;
	width: 680px;
    padding: 0 0 21px 0;	
}
.service_content ul {
	width: 410px;
	float: left;
	padding: 29px 0 0 3px;	
}
.service_content ul li {
	width: 380px;
	float: left;
	background: url(../images/bullet.png) no-repeat left 8px;
	padding: 0 0 0 30px;	
	font-family: 'source_sans_prolight';
	font-size: 21px;
	color: #533b53;
	line-height: 25px;
	font-weight: normal;
	
}
.service_content ul li a {
	font-family: 'source_sans_prolight';
	font-size: 21px;
	color: #533b53;
	line-height: 25px;
	font-weight: normal;
	float: left;	
}
.service_content ul li a:hover {
	color: #533b53;
	text-decoration: underline;	
}
/* ---------------------------------------------------------*/

/* ------------------- INNER PAGE 3 HERE -------------------*/

.client_mainblock {
	width: 900px;
	float: left;
	border-bottom: 1px solid #bab0ba;
	padding: 0 60px 0 0;
}
.client_mainblock h1 {
	font-family: 'source_sans_prolight';
	font-weight: normal;
	color: #533b53;
	font-size: 36px;
	padding: 47px 0 60px 0;
}
.client_mainblock h2 {
	color: #533b53;
	font-size: 24px;
	padding: 0 0 0px 0;
	font-family: 'source_sans_prolight';
	font-weight: normal;
}

.client_mainblock p {
	color: #533b53;
	font-size: 15px;
	padding: 10px 0 41px 0;
	font-family: 'source_sans_prosemibold';
}
.client_mainblock p strong {
	font-weight: 700;
	display: block;
	padding: 0 0 17px 0;	
}
.clientdivided_block {
	width: 960px;
	float: left;
	padding: 60px 0 50px 0;
}
.client_leftblock {
	width: 500px;
	float: left;
}
.client_rightblock {
	width: 460px;
	float: left;
}
.client_leftblock h3 {
	color: #533b53;
	font-size: 20px;
	padding: 0 0 0px 0;
	font-family: 'source_sans_prosemibold';
}
.client_leftblock h4 {
	color: #533b53;
	font-size: 20px;
	padding: 22px 0 0px 0;
	font-family: 'source_sans_prosemibold';
}
.client_leftblock p {
	color: #533b53;
	font-size: 16px;
	padding: 0px 0 20px 0;
	font-family: 'source_sans_prolight';
	font-weight: normal;
	line-height: 22px;
}
.client_rightblock h3 {
	color: #533b53;
	font-size: 20px;
	padding: 20px 0 0px 0;
	font-family: 'source_sans_prosemibold';
}
.client_rightblock p {
	color: #533b53;
	font-size: 16px;
	padding: 0px 0 0px 0;
	font-family: 'source_sans_prolight';
	font-weight: normal;
	line-height: 22px;
}
/* ---------------------------------------------------------*/

/* ------------------- INNER PAGE 4 HERE -------------------*/

.press_mainblock {
	width: 935px;
	float: left;
	border-bottom: 1px solid #bab0ba;
	padding: 0 25px 0 0;
}
.press_mainblock h1 {
	font-family: 'source_sans_prolight';
	font-weight: normal;
	color: #533b53;
	font-size: 36px;
	padding: 47px 0 60px 0;
}
.press_mainblock p {
	color: #533b53;
	font-size: 26px;
	padding: 10px 0 48px 0;
	font-family: 'source_sans_prolight';
	font-weight: normal;
}
.press_mainlogoblock {
	width: 960px;
	float: left;
	padding: 0px 0 50px 0;
}
.press_leftblock {
	width: 650px;
	float: left;
	padding: 0 0 0 0;
}
.press_leftblock ul {
	width: 591px;
	float: left;
}
.press_leftblock ul li {
	float: left;
	width: 591px;
	margin: 65px 0 0 0;
}
.press_leftblock ul li strong {
	float: left;
	width: 277px;
}
.press_leftblock ul li span {
	float: right;
	width: 277px;
}
.press_leftblock ul li img {
	float: left;
	width: 277px;
}
.press_leftblock ul li a {
	width: 277px;
	font-family: 'source_sans_proregular';
	color: #533b53;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
	float: left;
	padding: 25px 0 0 0;
}
.press_leftblock ul li a:hover {
	text-decoration: none;
}
.press_rightblock {
	width: 250px;
	float: left;
	padding: 55px 25px 0 21px;
	background: url(../images/sideborder.gif) no-repeat left top;
}
.press_rightblock p {
	color: #533b53;
	font-size: 18px;
	padding: 0px 0 0px 0px;
	font-family: 'source_sans_prolight';
	font-weight: normal;
	line-height: 21px;
	width: 270px;
}
.press_rightblock strong {
	color: #533b53;
	font-size: 14px;
	padding: 5px 0 33px 0px;
	font-family: 'source_sans_prosemibold';
	line-height: 18px;
	width: 270px;
	float: left;
}
/* ---------------------------------------------------------*/

/* ------------------- INNER PAGE 5 HERE -------------------*/
.contact_block {
	width: 960px;
	display: inline-block;
	padding: 0 0 1px 0;	
}
.contact_block h1 {
    font-family: 'source_sans_prolight';
    font-size: 36px;
	color: #533b53;
    font-weight: normal;
    line-height: 38px;
    padding: 50px 0 67px 0;	
}

.contact_details {
	width: 960px;
	display: inline-block;
	margin: 0;	
}
.contact_details p {
	font-family: 'source_sans_prolight';
	font-size: 24px;
	color: #533b53;
	line-height: 30px;
	font-weight: normal;
	width: 400px;
	float: left;	
}
.contact_form {
	width: 481px;
	float: right;
	padding: 0;	
}
.contact_form h3 {
	font-family: 'source_sans_prosemibold';
	font-size: 20px;
	color: #533b53;
	line-height: 22px;
	padding: 0 0 8px 0;	
}
.contact_form span {
	width: 242px;
	height: 34px;
	float: left;
	background: url(../images/input_bg.gif) no-repeat left top;
	padding: 0 20px;
	margin: 6px 0 0 0;	
}
.input_1 {
	width: 242px;
	height: 34px;
	font-family: 'source_sans_proregular';
	font-size: 14px;
	color: #533b53;
	line-height: 34px;
	font-weight: normal;
	float: left;
	background: none;
	border: none;
	outline: none;
}
.contact_form strong {
	width: 260px;
	height: 87px;
	float: left;
	background: url(../images/textarea_bg.gif) no-repeat left top;
	padding: 17px 5px 10px 17px;
	margin: 6px 0 0 0;	
}
.textarea_1 {
	width: 260px;
	height: 87px;
	font-family: 'source_sans_proregular';
	font-size: 14px;
	color: #533b53;
	font-weight: normal;
	float: left;
	background: none;
	border: none;
	outline: none;
}
.contact_form p {
	display: block;	
	margin: 13px 0 0 0;
}
.send_btn {
	width: 63px;
	height: 36px;
	font-family: 'source_sans_proregular';
	font-size: 14px;
	color: #dee2e8;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	float: left;
	background: url(../images/send_btn.gif) no-repeat left top;	
	border: none;
	outline: none;
	cursor: pointer;
}


@media only screen and (max-width: 1080px) {
.slidecontent .s_content {
	width: 950px;
	position: absolute;
	left: 23px !important;
	top: 0;
	z-index: 21;
}
.pagination{
	left:-530px!important;
}
.wrapper,#footer {
	width:999px;
}
.content_1{
	padding-left:50px;
}
a#prev {
	left: -4px !important;
	
}
a#next {
	right: -4px!important;
	
}
.ftrtop {
    float: left;
    padding: 23px 0 19px;
    width: 960px;
}
}




/* ---------------------------------------------------------*/