@charset "utf-8";
/* CSS Document */
/*  Web master Paramasivan P N  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	text-decoration: none;
}
@font-face {
    font-family: 'helvetica_neue_bold';
    src: url('../fonts/helveticaneueltstd-bd-webfont.eot');
    src: url('../fonts/helveticaneueltstd-bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-bd-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-bd-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-bd-webfont.svg#helvetica_neue_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica_neue_black';
    src: url('../fonts/helveticaneueltstd-blk-webfont.eot');
    src: url('../fonts/helveticaneueltstd-blk-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-blk-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-blk-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-blk-webfont.svg#helvetica_neue_black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica_neue_heavy';
    src: url('../fonts/helveticaneueltstd-hv-webfont.eot');
    src: url('../fonts/helveticaneueltstd-hv-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-hv-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-hv-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-hv-webfont.svg#helvetica_neue_heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica_neue_light';
    src: url('../fonts/helveticaneueltstd-lt-webfont.eot');
    src: url('../fonts/helveticaneueltstd-lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-lt-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-lt-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-lt-webfont.svg#helvetica_neue_light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica_neue_LtCn';
    src: url('../fonts/helveticaneueltstd-ltcn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-ltcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-ltcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-ltcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-ltcn-webfont.svg#helvetica_neue_LtCn') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica_neue_LtCnOb';
    src: url('../fonts/helveticaneueltstd-ltcno-webfont.eot');
    src: url('../fonts/helveticaneueltstd-ltcno-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-ltcno-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-ltcno-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-ltcno-webfont.svg#helvetica_neue_LtCnOb') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica_neue_LtIt';
    src: url('../fonts/helveticaneueltstd-ltit-webfont.eot');
    src: url('../fonts/helveticaneueltstd-ltit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-ltit-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-ltit-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-ltit-webfont.svg#helvetica_neue_LtIt') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica_neue_MdCnOb';
    src: url('../fonts/helveticaneueltstd-mdcno-webfont.eot');
    src: url('../fonts/helveticaneueltstd-mdcno-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-mdcno-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-mdcno-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-mdcno-webfont.svg#helvetica_neue_MdCnOb') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica_neue_roman';
    src: url('../fonts/helveticaneueltstd-roman-webfont.eot');
    src: url('../fonts/helveticaneueltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-roman-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-roman-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-roman-webfont.svg#helvetica_neue_roman') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font-size:100%;
	color:#000;
	background:#FFF;

	font-family: 'helvetica_neue_light', sans-serif;
}
.clearer {
    font-size: 0px;
    height: 0px;
    width:100%;
    display: block;
    clear: both;
}
img {
	border:none;
	outline:none;
}
a {
	text-decoration:none;
	color: #2a62b6;
}
a:hover {
	text-decoration:underline;
}
form {
	padding:0;
	margin:0;
}
table { 
    border-spacing:0;  /*  'cellspacing' equivalent  */
    border-collapse:collapse;
}

table td, table th
{
    padding: 0; /* 'cellpadding' equivalent */
}
table, th, td
{
    border:0;
}
 .container2 {
	width:100%;
	max-width:1405px;
	margin:0 auto;
	padding:15px 0;
	text-align:center
}  
h1 {
	font:normal 14px "Times New Roman", Times, serif;
	color:#000;
	margin:0 0 10px 0;
}
h2.post {
	font:normal 14px "Times New Roman", Times, serif;
	color:#5590cc;
	margin:0 0 10px 0;
}
h3 {
	font:normal 14px "Times New Roman", Times, serif;
	color:#000;
	margin:0 0 20px 0;
}
h4 {
	font:bold 15px "Times New Roman", Times, serif;
	color:#000;
	margin:0 0 10px 0;
	text-transform:uppercase;
}
.lpi {
	width:100%;
	margin-bottom:20px;
}
.lpi-text, .mmdh-text {
	background:#ee2836;
	color:#FFF;
	padding:10px 0px;
	font:normal 14px 'helvetica_neue_light', sans-serif;
	margin:0;
}
.lpi-text a {
	color:#FFF;
	text-decoration:none;
}
.left-border {
	float:left;
	position:relative;
	top:-8px;
}
.right-border {
	float:right;
	position:relative;
	top:-8px;
}
.lpi::after, .mmdh::after {
	content:"";
	clear:both;
	display:table;
}
.mmdh {
	width:100%;
	max-width:1355px;
	margin:0 auto;
}
.url1, .url2, .url3 {
	font:normal 13px 'helvetica_neue_light', sans-serif;
	color:#585858;
}
.ask-me {
	font:normal 14px 'helvetica_neue_bold', sans-serif;
	color:#020202;
	margin:16px 0 30px 0;
	clear:both;
}
.contacts {
	font:normal 15px 'helvetica_neue_light', sans-serif;
	color:#393939;
	margin-bottom:12px;
}
.contacts img {
	vertical-align:middle;
}
.phone, .email {
}
.phone-icon {
	margin:0 2px 0 0;
}
.email-icon {
	margin:0 5px 0 0;
}
.space3 {
	width:4%;
}
.foot-note {
	font:normal 11px/13px Arial, Helvetica, sans-serif;
	color:#818181;
}
hr {
	margin:0;
}

.logos4 {
	background:#000;
	padding-top:20px;
	padding-bottom:20px;
}
@media (min-width: 480px) {
	.container2 {
		padding:16px 0;
	}
	h1 {
		font-size:20px;
	}
	h2.post {
		font-size:20px;
	}
	h3 {
		font-size:20px;
		margin-bottom:26px;
	}
	.lpi-text {
		font-size:27px;
	}
	.mmdh {
		margin-bottom:7px;
	}
	.url1, .url2, .url3 {
		font-size:13px;
	}
	.ask-me {
		font-size:15px;
	}
	h4 {
		font-size:19px;
	}
	.contacts {
		font-size:16px;
	}
}

@media (min-width: 640px) {
	.container2 {
		padding:17px 0;
	}
	h1 {
		font-size:26px;
	}
	h2.post {
		font-size:25px;
	}
	h3 {
		font-size:25px;
		margin-bottom:33px;
	}
	.lpi-text {
		font-size:34px;
	}
	.mmdh {
		margin-bottom:14px;
	}
	.url1, .url2, .url3 {
		font-size:14px;
	}
	.ask-me {
		font-size:16px;
	}
	h4 {
		font-size:25px;
	}
	.contacts {
		font-size:17px;
	}
}

@media (min-width: 768px) {
	.container2 {
		padding:18px 0;
	}
	h1 {
		font-size:32px;
	}
	h2.post {
		font-size:31px;
	}
	h3 {
		font-size:31px;
		margin-bottom:39px;
	}
	.lpi-text {
		font-size:41px;
	}
	.mmdh {
		margin-bottom:21px;
	}
	.url1, .url2, .url3 {
		font-size:15px;
	}
	.ask-me {
		font-size:17px;
	}
	h4 {
		font-size:30px;
	}
	.contacts {
		font-size:18px;
	}
}

@media (min-width: 992px) {
	.container2 {
		padding:19px 0;
	}
	h1 {
		font-size:38px;
	}
	h2.post {
		font-size:36px;
	}
	h3 {
		font-size:36px;
		margin-bottom:45px;
	}
	.lpi-text {
		font-size:48px;
	}
	.mmdh {
		margin-bottom:28px;
	}
	.url1, .url2, .url3 {
		width:33.33% ;
		float:left;
		text-align:center;
		vertical-align:top;
		font-size:16px;
	}
	.ask-me {
		font-size:18px;
	}
	h4 {
		font-size:35px;
	}
	.contacts {
		font-size:19px;
	}
}

@media (min-width: 1024px) {
	.container2 {
		padding:20px 0;
	}
	h1 {
		font-size:44px;
	}
	h2.post {
		font-size:42px;
	}
	h3 {
		font-size:42px;
		margin-bottom:52px;
	}
	.lpi-text {
		font-size:55px;
	}
	.mmdh {
		margin-bottom:35px;
	}
	.url1, .url2, .url3 {
		font-size:17px;
	}
	.ask-me {
		font-size:19px;
	}
	h4 {
		font-size:40px;
	}
	.contacts {
		font-size:20px;
	}
}

@media (min-width: 1200px) {
	
	h1 {
		font-size:50px;
	}
	h2.post {
		font-size:47px;
	}
	h3 {
		font-size:47px;
		margin-bottom:58px;
	}
	.lpi-text {
		font-size:62px;
	}
	.mmdh {
		margin-bottom:42px;
	}
	.url1, .url2, .url3 {
		font-size:19px;
	}
	.ask-me {
		font-size:20px;
	}
	h4 {
		font-size:45px;
	}
	.contacts {
		font-size:21px;
	}
}

@media (min-width: 1300px) {
	
	h1 {
		font-size:50px;
	}
	h2.post {
		font-size:54px;
	}
	h3 {
		font-size:54px;
		margin-bottom:65px;
	}
	.lpi-text {
		font-size:65px;
	}
	.mmdh {
		margin-bottom:50px;
	}
	.url1, .url2, .url3 {
		font-size:21px;
	}
	h4 {
		font-size:50px;
	}
	.contacts {
		font-size:24px;
	}
}
@media (min-width: 1400px) {
	h1 {
		font-size:60px;
	}
}