/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, 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;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Source Sans Pro', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background: #000000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}


/**** Base styles ****/

/*==============================
	MY STYLES
==============================*/


.mainwapper
{
	width:100%;
}


#header
{
width: 90%;
margin: 0 auto;
height:100px;
}


#nav {
width: 100%;
height:30px;
background-color:#d0003e;
margin:0 auto;
float:left;
}


#nav ul{
text-align:left;
margin:0 4%;
}	


#nav li{
margin-left: 20px;
display:inline;
}


#nav a {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 31px;
    text-decoration: none;

}

#nav a:hover {
color: #393939;
}

#nav .selected {
color: #393939;
}

#nav a:active {
color: #151515;
}


#content {
width: 980px;
margin: 0 auto;
}

.box-title {


}

.box 
{
float: left;
width: 243px;

margin:1px;

}




.divhf
{
width:100%; background-color:#000;  z-index:100; display:none; position:relative; overflow:hidden;
}

#close
{
	position:absolute;
	right:10px;
	top:10px;
	z-index:100;
cursor:pointer;
}

.innerdiv
{
	height:90%; background-color:#000; position:relative; margin: 0 auto;
}


h2
{
color: #d0003e;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1em;
    font-weight: 200;
    width: 100%;
	  margin: 20px 0;
    padding: 0 20px;
}



.ppro
{
	margin:20px 4% 20px 0;
	font-size:12px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:25px;
	color:#fff;
	width:48%;
	float:left;
	text-align:justify;
}

.ppro1
{
	margin:20px 0 20px 0;
	font-size:12px;
	line-height:25px;
	color:#fff;
	width:48%;
	float:left;
	text-align:justify;
}

.innerdiv p{margin:20px 0;
	font-size:13px; color:#fff; line-height:22px;}


.innerdiv .news_text p
{
	margin:20px 0;
	font-size:13px;
	line-height:25px;
	color:#fff;
	padding:0 20px;
	text-align:justify;
	
}

.innerdiv .news_text p strong
{
	font-weight:700;

	
}

.innerdiv .news_text h1
{
	font-size:2em;
	font-weight:100;
	color:#d0003e;
	margin:0 0 20px;
	padding:20px;
	
}

.innerdiv .news_text h3
{
	font-size:12px;
	font-weight:300;
	color:#d0003e;
	margin:0 0 20px;
	padding:0 20px;
	
}

.innerdiv .news_text img
{
	float:left;
	margin:0 25px 5px 20px;
	display:inline-block;
}

.ppro strong
{

	font-size:12px;
	font-weight:700;


}

.logo
{
	float:left;
	margin:14px 0;
}


.main_menu
{
	
float:right;
margin:15px 6px 0 0;
}


.main_menu a {
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    padding: 26px 0 30px 1px;
    text-align: center;
    text-decoration: none;
   /* width: 70px;*/
   webkit-transition: color 0.5s linear;
        -moz-transition: color 0.5s linear;
        -ms-transition: color 0.5s linear;
        -o-transition: color 0.5s linear;
        transition: color 0.5s linear;
}

/*.main_menu li:nth-child(3) a{padding: 22px 0 30px 1px;}*/
.main_menu li
{
	
float:left;
margin:0 20px;
/*background-color:#666666;*/
height: 70px;
/*width: 70px;*/
-moz-border-radius: 35px;
border-radius: 35px;
/*
-*/


}

.main_menu li a:hover
{
color:#d0003e;
}

.main_menu a.selected
{
color:#d0003e;
}


.caption
{
position:relative;
z-index:100;	
}

.h1pro{color: #d0003e; font-family: 'Source Sans Pro', sans-serif; font-size: 2em; font-weight: 200; margin: 0 auto; padding: 20px 0; width:100%;}


.downloadtitle{float:left; width:100%; color: #d0003e;  font-family: 'Source Sans Pro', sans-serif;  font-size: 2em; font-weight: 200;}	


.caption h1
{
font-size:12px;
color:#fff;
}

.caption p
{
font-size:9px;
margin:0;
color:#f1f1f1;

}


.imagevideo
{
	width:100%;
	background-color:#222222;
	border-top:#333333 solid 1px;
	
}

.imagevideo2
{
	width:100%;
	background-color:#232323;
	
	
}


.teampix
{
	width:980px;
	margin:0 auto; 
}

.teampix li
{
 float:left;
 margin:16px 15px;
}

.footer
{
	width:100%;
		background-color:#222222;
		height:60px;
		margin:2px 0 0 0; 
}

.footer_right
{
	
    color: #999999;
    float: left;
    font-size: 12px;
    margin: 23px 0 0 26px;
}




.loadpro .boxtitle
{
	

	position:absolute;
	bottom:0px;
	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
 -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   color:#FFF;
   padding:5px 5px 5px 10px;
   background-color:#d0003e;
   font-size:12px;

}

.loadpro:hover .boxtitle
{

	bottom:10%;
	-webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.loadpro img
{
-webkit-transition: 500ms linear 0s;
	-moz-transition: 500ms linear 0s;
	-o-transition: 500ms linear 0s;
	transition: 500ms linear 0s;
	cursor:pointer;
}

.loadpro:hover img
{
-webkit-box-shadow: 0px 0px 8px rgba(219, 42, 93, 1);
-moz-box-shadow:    0px 0px 8px rgba(219, 42, 93, 1);
box-shadow:         0px 0px 8px rgba(219, 42, 93, 1);
}

.socail
{
	float:right;
	margin: 16px 26px 0 0;
}
.socail a
{
	margin: 0 10px 0 0;
	float:left;
}

.socail span
{
	margin: 7px 14px 0 0;
	float:left;
	color:#999999;
}

.bannerimgtext
{
margin:200px 0 0 0;
}

.bannerimgtext span
{
font-size:18px;
color:#FFF;
background-color:#d0003e;
padding:5px 5px 5px 10px;

}

.videoyoutube
{
	width:600px;
	margin:0 auto;
	position:relative;
	padding:10px 0;

}

.videoyoutube iframe
{
	width:600px;
	height:500px;
}


.news_box
{
	    float: left;
    height: 417px;
    margin: 6px 12px;
    width: 300px;


}


.news_box h1
{
background-color: #d0003e;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    padding: 8px;
    width: 284px;
}



.news_box span {
    color: #999999;
    float: left;
    font-size: 12px;
    font-weight: 300;
    margin: 11px 0;
    text-align: center;
    width: 286px;
}

.newsload
{
	cursor:pointer;
}





.dwnload{float:left; margin:15px 0 30px; text-decoration:none; width:200px;}
.dwnload span{color: #666666; float: left; font-size: 13px; text-align: center; width: 200px;}
.dwnload:hover span{color:#999}

.contactfrm{margin:0 auto; width:960px;}
.cntcdtls{float:left; width:350px; margin:10px 20px;}
.cntcdtls li{float:left; width:350px; font-size:17px; color:#f2f2f2; margin:0 0 15px;}
.cntcdtls li label{float:left; width:350px; font-size:14px; color:#999;}
.cntcdtls li a{color:#f2f2f2;}

.cntcfrm{float:left; width:530px; margin:10px 0;}
.cvfrm{float:right; width:280px; margin:10px 0;}
.cntcfrmhd{float:left; width:260px; font-size:1.2em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:200;
	color:#d0003e; margin:0 0 5px}

.frmButton{
display: block;
width: 470px;
height: 30px;
line-height: 48px;
line-height: 1rem;
background-color: #313439;
font-weight: 500;
font-size: 16px;
font-size: 1.050rem;
text-align: center;
color: #fff;
border: 0;
-webkit-transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
-o-transition: background-color 0.3s;
-ms-transition: background-color 0.3s;
transition: background-color 0.3s; margin:1px 0 0; cursor:pointer;}

.frmButton:hover{
  background-color: #898989;
}


.submit{
display: block;
width: 270px;
height: 30px;
line-height: 48px;
line-height: 1rem;
background-color: #313439;
font-weight: 500;
font-size: 16px;
font-size: 1.050rem;
text-align: center;
color: #fff;
border: 0;
-webkit-transition: background-color 0.3s;
-moz-transition: background-color 0.3s;
-o-transition: background-color 0.3s;
-ms-transition: background-color 0.3s;
transition: background-color 0.3s; margin:1px 0 0; cursor:pointer;}

.submit:hover{
  background-color: #898989;
}



.innerdiv1{float:left;}


.attach {

    font-size: 13px;
    padding: 5px 10px;
	background-color:#fff;
}



@media screen and (min-width: 1920px) {
	
#contentin {margin: 0 auto; width: 1720px;}
.innerdiv{width: 1720px;}
}


@media screen and (max-width: 1920px) {
	
#contentin {margin: 0 auto; width: 1720px;}
.innerdiv{width: 1720px;}
}



@media screen and (max-width: 1720px) {
	
#contentin { margin: 0 auto; width: 1520px;}	
#nav ul{text-align:left; margin:0 6%;}
.innerdiv{width: 1520px;}
}

@media screen and (max-width: 1366px) {
	
#contentin { margin: 0 auto; width: 1280px;}
#nav ul{text-align:left; margin:0 3%;}	
.innerdiv{width: 1260px;}

}

@media screen and (max-width: 1024px) {	
#contentin {margin: 0 auto; width: 980px;}	
.innerdiv{width: 980px;}
#nav ul{text-align:left; margin:0 1%;}	
}

.careers{float:left; width:600px; padding:10px; margin:0 0 15px}
.careers h4{float:left; width:600px; font-size:1em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:200;
	color:#d0003e; margin:0 0 10px}
	
.careers p{font-size:12px; color:#fff; line-height:21px; margin:0 0 15px;}
.quater{float:left; width:25%;}

.clients p{float:left; margin:10px 0; color:#fff; width:100%; font-size:18px;}
.clients div{float:left; width:150px; height:150px; background-color:#f0f0f0; border: 1px solid #FFFFFF; padding: 30px;}
.clients div img.grayscale{filter: grayscale(100%); -webkit-filter: grayscale(100%);  /* For Webkit browsers */ filter: gray;  /* For IE 6 - 9 */ -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */}
.clients div img.grayscale:hover{ 
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}

.awards{margin:-120px 0 0;
    position: relative;
    z-index: 99999; float:right; right: -140px;}
	
.awards img{margin:5px 5px 50px; float:right;}
.awardscs img{margin:5px 5px 50px; float:right;}
.awardscs{margin:0;
    position: relative;
    z-index: 99999; float:right; right:10px;}
	
.latest{color:#fff; font-size:34px; position:absolute; left:0; top:0;
width: 0;
height: 0;
border-style: solid;
border-width: 50px 50px 0 0;
border-color: #d50040 transparent transparent 
} 	

