@charset "utf-8";
 @import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800);
 
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway.eot');
  src: url('../fonts/raleway.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/raleway.woff2') format('woff2'),
       url('../fonts/raleway.woff') format('woff'), 
       url('../fonts/raleway.ttf')  format('truetype'), 
       url('../fonts/raleway.svg#svgRaleway') format('svg');
} 
 
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	outline: 0;
}
::selection {
	background: #1c155c;
	color: #fff;
}
::-moz-selection {
 background: #1c155c;
 color: #fff;
}
::-webkit-selection {
 background: #1c155c;
 color: #fff;
}
 @-ms-viewport {
 width: device-width;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-align: justify;
}
div, section {
	display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
img, a {
	border: none;
	outline: none !important;
}
a {
	text-decoration: none;
	outline: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}
input:focus {
	outline: none;
}
ul, ol {
	list-style-type: none;
}
/*align*/
.txt_cntr {
	text-align: center;
}
.al {
	float: left;
}
.ar {
	float: right;
}
.ac {
	margin: 0 auto;
}
/* clear fix */
* html .clearfix {
	height: 1%;
	overflow: visible
}
*+html .clearfix {
	min-height: 1%
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0
}
/*Clear*/
.clear {
	clear: both;
	height: 0;
	overflow: hidden
}
.db {
	display: block;
}
.dn {
	display: none;
}
img {
	/*max-width: 100%;*/
	height: auto;
	border: none;
}
.browser-warning {
	display: none;
	position: absolute;
	top: 0px;
	z-index: 999999;
	background: yellow;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #000;
}
.browser-warning a {
	color: red;
}
/* Target old browsers with modernizr */
.oldie .browser-warning {
	display: block;
}
.nopadd {
	padding: 0px !important;
}
.trs {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.trs2 {
	-webkit-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
	transition: 0.7s ease-in-out;
}
.twt {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
/************************common end**************************/

.main_bg {
	float: left;
	width: 100%;
	height: auto;
}
.Ptrn {
	float: left;
	position: absolute;
	top: 0px;
	z-index: 100;
	display: block;
	background: url(../images/overlay.png) repeat top center;
	width: 100%;
	height: 100%;
}
.container {
	display: block;
	margin: 0px auto;
	text-align: center;
	width: 1000px !important;
}
.introBoxA {
	float: left;
	width: 100%;
	margin: 15px auto;
	padding: 15px;
	background: #fff url(../images/intro_bg.jpg) no-repeat top center;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}
.introLogo {
	position: absolute;
	float: left;
	width: 192px;
	height: auto;
	text-align: center;
}
.introLogo img {
	display: block;
	max-width: 192px;
	height: auto;
	outline: none;
	border: none;
	text-align: center;
}
.animate_ball {
	display: block;
	margin: 0px auto;
	width: 100%;
	height: auto;
}
.intro_btn {
	position: absolute;
	top: 0;
	display: block;
	z-index: 99999;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	outline: none;
/*	cursor:pointer;*/
	cursor: url(../images/enter.png), url(../enter.cur),auto;
        -webkit-zoom-in -webkit-zoom-out -webkit-zoom-grab -webkit-zoom-grabbing
          }
.fullBnr  {
	position: absolute;
	top: 0;
	margin: 0px auto;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
         }
.hometpBox {
	float: left;
	width: 100%;
	height: auto;
	margin: 15px auto;
	position: relative;
           }
.mnuA {
	position: absolute;
	z-index: 999;
	float: left;
	width: 230px;
	height: auto;
	padding: 15px;
}
.hm_logoA {
	position: relative;
	float: right;
	width: 282px;
	height: 210px;
	margin-top: -15px;
	background: url(../images/hm_logo_bg.png) no-repeat top center;
}
.hm_logoA img {
	float: right;
	width: 192px;
	height: auto;
	margin: 38px 40px 0 0;
}
.hmbtmBox {
	position: absolute;
	bottom: 0px;
	z-index: 100;
	float: left;
	width: 970px;
	margin: 0px auto 15px auto;
}
.ftstlnk {
	float: right;
	display: block;
	width: auto;
	height: auto;
	padding: 12px 5px 4px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.5);
}
.ftstlnk p {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #333;
	line-height: 20px;
}
.ftstlnk p span a {
	color: #333;
}
.ftstlnk p span a:hover {
	color: #000;
}
.ftsoc {
	float: left;
	width: auto;
	height: auto;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.5);
}
.ftsoc .tw, .fb, .yt, .lnkd {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
}
.tw {
	background: url(../images/tw_icon.png) no-repeat top center;
}
.fb {
	background: url(../images/fb_icon.png) no-repeat top center;
}
.yt {
	background: url(../images/yt_icon.png) no-repeat top center;
}
.lnkd {
	background: url(../images/lnkd_icon.png) no-repeat top center;
}
.ftsoc .tw:hover, .fb:hover, .yt:hover, .lnkd:hover {
	background-position: bottom center;
}
.inftstlnk {
	float: right;
	display: block;
	width: auto;
	height: auto;
	padding: 12px 5px 4px 5px;
}
.inftstlnk p {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #999;
	line-height: 20px;
}
.inftstlnk p span a {
	color: #666;
}
.inftstlnk p span a:hover {
	color: #333;
}
.inBoxA {
	float: left;
	width: 100%;
	margin: 15px auto;
	padding: 15px;
	background: #fff url(../images/in_bg.jpg) repeat-x top left;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}
.inLogo {
	float: right;
	width: 192px;
	height: auto;
	background: rgba(255,255,255,0.6);
	text-align: center;
}
.inLogo img {
	display: block;
	max-width: 192px;
	height: auto;
	outline: none;
	border: none;
	text-align: center;
}
.incontA {
	float: left;
	width: 100%;
	height: auto;
}
.incontA .scrollA {
	float: left;
	width: 100%;
	height: 380px;
}
.incontA img {
    
/*	width: 70%;
        float: right;
        padding: 3px;*/
        float: left;
	padding: 3px;
	margin: 5px 10px 5px 5px;
	background: #fff;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.5);

        
}
.incontA .special {
	float: left;
	width: 100%;
	height: auto;
	padding: 15px;
	margin: 5px 0px;
	background: #fff;
	border: 1px solid #D5D5D5;
}
.incontA ul {
	float: left;
	display: block;
	width: 50%;
	list-style: none;
}
.incontA ul li {
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #5A52A5;
	text-align: left;
	line-height: 20px;
	padding-left: 20px;
	background: url(../images/ul_arw.png) no-repeat top left;
}
.incontA p {
	font-size: 14px;
	color: #5A52A5;
	text-align: justify;
	line-height: 20px;
}
.incontA h2 h3 h4 h5 h6 p {
	font-family: 'Raleway', sans-serif;	
    margin-top: 10px !important;
    margin-bottom: 10px;
}
.incontA h2 {
	font-size: 24px;
	color: #1c155c;
	text-align: left;
	line-height: normal;
	padding-bottom: 5px;
	border-bottom: 1px dotted #1c155c;
}
.incontA h3 {
	font-size: 21px;
	color: #594EBF;
	text-align: left;
	line-height: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #A4A5BF;
}
.incontA h4 {
	font-size: 18px;
	color: #594EBF;
	text-align: left;
	line-height: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #A4A5BF;
}
.incontA h5 {
	font-size: 16px;
	color: #1C155C;
	text-align: left;
	line-height: normal;
}
.incontA h6 {
	font-size: 14px;
	color: #594EBF;
	text-align: left;
	line-height: normal;
}
.team {
	float: left;
	width: 100%;
	height: auto;
	padding: 5px;
	margin: 10px 0px;
	background: #F9F9FB;
	border: 1px solid #EAEAEA;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.4);
}
.team img {
	float: none;
	margin: 5px;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0);
	box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0);
}
.team h6 {
	text-align: center;
	font-weight: bold;
	margin: 3px;
}
.team p {
	text-align: center;
	margin: 0px;
}
.portfolio_contA {
	float: left;
	width: 100%;
	height: auto;
}
.portfolio_contA h2 h3 h4 h5 h6 p{
	font-family: 'Raleway', sans-serif;	
    margin-top: 10px !important;
    margin-bottom: 10px;
}
.portfolio_contA h2{
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	color: #1c155c;
	text-align: left;
	line-height: normal;
	padding-bottom: 5px;
	border-bottom: 1px dotted #1c155c;
}
.portfolio_btmBox {
	position: relative;
	z-index: 100;
	float: left;
	width: 970px;
	margin: 0px auto 15px auto;
}
.btn-primary {
    color: #fff;
    background-color: #1c155c !important;
    border-color: #1c155c !important;
}
.incontA .newsTab{
	float:left;
	width:100%;
	height:auto;
	padding:10px 15px;
    margin: 3px 0px;	
background:#EEEEF6;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.4);
box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.4);
	}
.incontA .newsTab:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,dae5ea+100 */
background: #feffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWU1ZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #feffff 0%, #dae5ea 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #feffff 0%,#dae5ea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #feffff 0%,#dae5ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#dae5ea',GradientType=0 ); /* IE6-8 */		
	}	
.incontA .newsTab h4{
	margin:0px;
	}	
.incontA .newsTab .DAte{
	text-align:center;
        float: left;
	width:100px;
        padding: 6px 6px;
        margin: 5px 10px 5px 0px;
        background: #1C155C;
        color: #fff;
	font-family: 'Raleway', sans-serif;	
	font-size:21px;	
	}
.incontA .newsTab .DAte span{	
	font-family: 'Raleway', sans-serif;	
	font-size:14px;
	text-align:center;	
	}
/* Notification */

#message-green	{
	margin-bottom: 10px;
	}
.green-left	{
	color: #4C8C00;
        font-family: arial;
        font-weight: bold;
        line-height: 20px;
        padding: 5px;
	}
.green-left a	{
	color: #6da827;
	font-family: arial;
	font-weight: normal;
	text-decoration: underline;
	}
.green-right a	{
	cursor: pointer;
	}
.green-right	{
	width: 43px;
	}	
#message-red	{
	margin-bottom: 10px;
}
.red-left	{
	/*background: url(../images/icons/message_red.gif) top left no-repeat;*/
	color: #ce2700;
	font-family: arial;
	font-weight: bold;
	padding: 0 0 0 20px;
	}
.red-left a	{
	color: #ce2700;
	font-family: arial;
	font-weight: normal;
	text-decoration: underline;
	}
.red-right a	{
	cursor: pointer;
	}
.red-right	{
	width: 43px;
	} 		