@charset "utf-8";

* {
	margin: 0;
	padding: 0px;
	font-family: Arial;
		-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
   
} 
h1 {
	color: #000000;
	font-family: Arial;
	font-weight: bolder;
	 font-size: 3vw;
	padding:2%;
}
a{ color:#8a6b83; text-decoration:none;}
p {
  font-size: 16px;
	line-height: 22px;
	
}
h2 {
	color: #363435;
	
	font-weight: bold;
	font-family: Arial;
font-size: 3.0vh;
	line-height:1.45;
}
h3{  clear: both; color: #8a6b83;
  padding-top: 2%;}
.centered {text-align: center}
.left {text-align: left;}
.img-responsive
 {
  display: block;
 margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.center_div{ clear:both; margin:0 auto; overflow:hidden; max-width:600px;  padding: 0 3%;}
.mrgn_btm { margin-bottom:5%;  max-width: 70%;}

.centered ul{ width:20%; float:left;}
.pa{ padding-left:30%}
.pa1{ padding-left:10%}
.centered ul li {
  text-align: left;
  font-size: 19px;
  line-height: 31px;
  color: #5a5959;
    margin-left: 8%;
	
	  text-shadow: 1px 0px 1px #d8d6d7;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
#h {
	background-repeat: no-repeat;
	background-image: url(images/top3.jpg);
	background-attachment: relative;
	background-position: center top;
	min-height: 709px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;	

}


#main1 {
	background-repeat: no-repeat;
	background-image: url(images/middle.jpg);
	background-attachment: relative;
	background-position: center top;
	min-height: 500px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;	

}

.main1 {
   position: relative;
 
}
.main1text {
   position: absolute;
 top: 25%;
 left: 12%;
width:30%;
  text-align: center;

}

.header_left {
	width: 35%;


 top: 25%;
 left: 18%;
	text-align: center;
	  position: absolute;
	

}
.header_right  {
	width: 10%;
	top: 45%;
	right: 14.5%;
	text-align:left;
	position: absolute;
	z-index:2000;
}
.test1{color:#F37235; font-size:20px; font-weight:bold;}
.middle_right  {
	width: 22%;
	top: 35%;
	right: 19.5%;
	text-align:left;
	position: absolute;
}

.ptop10 {
	padding-top: 10px;
	
	
}
.ptop5 {
	padding-top: 5px;
	
	
}
.pall{ padding:7%;font-weight: bold;
	font-family: Arial;
font-size: 4.0vh;
	line-height:1.45;
	color:#0F62AC;}
	
.clr{ clear:both;}
.ver{vertical-align: middle; }
.pbot10 {
	padding-bottom: 10px;
}
.left_img {
	padding-right: 20px;
	float: left;
	vertical-align: middle;
}
.right_img { float: right;

}
.top {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	list-style-position: outside;
	width: 90%;
}
.li1 {
	padding-right: 10px;
	background-image: url(images/icon-1.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
	padding-left: 110px;
	height: 57px;
	vertical-align: middle;
	display: block;
	line-height: 25px;
}

.full {
	width:100%;
	}
	
.half
	{width:50%
		}
		
		.half12{width:20%}
.half1{width:25%}		
.half11{width:75%}		
		
	.half2{width:40%}		
		
		.half21{width:60%}		
		.half4{width:33.3333334%}	
		
		.half5{width:30%}
		.half51{width:70%}	
.bgclr {
	background-color: #69BFFC;
}
.client {
	width: 35%;
	margin-left: 5%;
	margin-right: 2.5%;
	color: #FFFFFF;
	text-align: center;
	font-size: large;
	font-weight: 600;
}
.mar{
	margin-top:10px;
	margin-bottom:10px;
	
	}

.mar50{
	margin-top:50px;
	margin-bottom:50px;
	
	}
.fleft{ float:left}
.fright{ float:right}


.btn {
background: #A53692;
border-radius: 2px;
color: #fff;
border: none;
font-size: 1.1em;

margin-top: 20px;
padding: 10px 12px;}


.btn a:hover{
	background-color: #6A9048;
}




.form-control input{ border-radius:5px; width:80%;}




/* seo friendly tables */
.table{
	display:table;	/* Defines a Table */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border-radius:15px;
	border:2px solid #0F62AC;
	color:#000000;
	margin:0 auto;;
}
.table-head{
	 display: table-header-group; /* Defines a table header group */
}
.table-head .column{ /* Column inside the table-head */
	background:#C7EAFB;
	color:#000000;
	
	border-right:2px solid #0F62AC;
	border-bottom:none;
}
.table-head .column:last-child{ 
border-right:none;
	border-top-right-radius:10px;
} 
.table-head .column:nth-child(1){ 
		border-top-left-radius:10px;
}

.table-head .column:hover{ /* Column hover inside the table-head */
	background:#C7EAFB;
}
.row{
	display:table-row; /* Defines a table row */
}

.row .column:last-child{ 
	border-right:none;
}
.row:last-child .column{  /* column in a last row */
	border-bottom:none;
	
}
.column{
	display:table-cell; /* Defines a table cell */
	padding:10px 20px;
	border-bottom:2px solid #0F62AC;
	border-right:2px solid #0F62AC;
}
.column:hover{
	background:#f9f9f9;
}
/* Responsive table */
@media screen and (max-width:1040px){
	.pall{ 
font-size: 2.0vh;
	}
.test1{ font-size:14px;}	
	}
@media screen and (max-width:1290px ){
h2 {

/*font-size: 2vh;*/
	/*line-height:1.45;*/
}
.test1{ font-size:16px;}	

}

@media screen and (max-width:800px){
h2 {

font-size: 1.2vh;
	line-height:1.45;
}	
.test1{ font-size:12px;}	
	.pall{ 
font-size: 1.2vh;
	}
		
}
@media screen and (max-width:980px){
h2 {

font-size: 2.6vh;
line-height:1.45;
}	

	.pall{ 
font-size: 1.2vh;
	}
		
}
@media all and (max-width: 640px){
	
	
	.center_div {

  max-width: 550px;
}
.centered ul li {
  text-align: left;
  font-size: 17px;
  line-height: 30px;
}
	
	.table,
	.row,
	.column,
	.column:before{
		display:block;	/* Converts a table, table row, table column and table column:before into a block element */
	}
	.table,
	.row .column:last-child{
		border-bottom:none;
	}
	.table-head{
		position:absolute;	/* Hides table head but not using display none */
		top:-1000em;
		left:-1000em;
	}
	.row{
		border:1px solid #0F62AC;
		border-top:2px solid #0F62AC;
		border-bottom:2px solid #0F62AC;
		margin:20px 0;
	}
	.row .column:nth-child(1){ /* first column of the row */
		border-left:none;
	}
	.row .column:last-child{ /* last column of the row */
		border-right:none;
	}
	.row:last-child .column,
	.column{ /* Column in the last row and column */
		border-bottom:1px solid #0F62AC;
	}
	.column:before{ /* prints the value of data-label attribute before the column data */
		font-weight:bold;
		padding-right:20px;
		font-size:12px;
		content:" "attr(data-label)" //";	/* call the attribute value of data-label and adds a string // */
	}
h2 {

font-size: 1.0vh;
	line-height:1.45;
}

.test1{ font-size:12px;}	
}

@media all and (max-width: 480px){
	.mrgn_btm {
  margin-bottom: 5%;
  max-width: 64%;
}
	.center_div {
  max-width: 400px;
}
.centered ul li {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
h3 {
  clear: both;
  padding-top: 5%;
  line-height: 31px;
  font-size: 17px;
	color: #003178;
}
	
}
@media all and (min-width: 320px) and (max-width: 470px){
	
	
.mrgn_btm {
  margin-bottom: 5%;
  max-width: 100%;
}
	
.pa{ padding-left:20%}
.pa1{ padding-left:20%}
.centered ul {
  width: 100%;
  float: left;
}
.center_div {
  max-width: 260px;
  padding: 0 7%;
}	

.img-responsive {
  margin-bottom: 5%;
}	
h3 {
  clear: both;
  padding-top: 5%;
  line-height: 27px;
  font-size: 14px;
}

  
}
	
}

@media all and (max-width: 640px){
.test1{ font-size:7px;}}