body {
    font-family: 'OpenSansRegular';
	font-family: 'Open Sans', sans-serif;
}


@charset "utf-8";
/* CSS Document */
.collapse{ display:block; border:none;}
.container-fluid{ padding:0px;}
.container{ width:1000px;}
.navbar {
    position: relative;
    min-height: 150px;
    margin-bottom:0px;
    border:none;
	
    background-color: #D6DADB;
    display: block;
    
    padding-top: 30px;
}
.btm_triangle{
	position: relative;
    min-height: auto;
	display:block;
	background-image:url(../images/triangle.png);
	background-repeat: no-repeat;
	background-position:top center;
	z-index:9999;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-right{float:right!important; margin-right:0px; }
.HeaderBox {
    background-color: #2D3E50;
    
    height: 90px;
    
}
.navbar-brand img{ width:300px; }


.logotext {
    font-family: Tahoma, Geneva, sans-serif;
    padding:0px;
    font-size: 34px;
    color: #FFF;
    text-decoration: none;
	margin:0px;
}
.logotext h1{ padding:0px; margin:0px; text-align:left; }
.logosmalltext {
    text-align: right;
    color: #FFF;
    padding-right: 115px;
    line-height: 10px;
    text-decoration: none;
}
 
ul {
    margin: 0;
    padding: 0;
}
ul.menu {
    height: 90px;
    float:right;
	list-style-type: none;
	border-left: 0px solid rgba(0,0,0,0.3);
    border-right: 0px solid rgba(255,255,255,0.1);
}

ul.menu li {
    list-style: none;
    float:left;
    height: 90px;
    text-align: center;
    }
 
ul.menu li a {
	color:#FFBD59 !important;
	text-decoration:none;
    padding: 0 20px 0 20px;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    line-height: 90px;
	position: relative;
	display: inline-block;
	outline: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*text-shadow: 0 0 1px rgba(255,255,255,0.3);*/
	font-size: 13px;

	
	
  }

  


ul.menu li a::before {
	color: #fff !important;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
/*	text-shadow: 0 0 1px rgba(255,255,255,0.3);*/
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

ul.menu li a:hover::before,
ul.menu li a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
	
	
	
	
}
  
 ul.menu li a:hover {
 	/*
	background: #2d3e50; 
	background: -moz-linear-gradient(top,  #2d3e50 0%, #405771 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d3e50), color-stop(100%,#405771)); /
	background: -webkit-linear-gradient(top,  #2d3e50 0%,#405771 100%); 
	background: -o-linear-gradient(top,  #2d3e50 0%,#405771 100%); 
	background: -ms-linear-gradient(top,  #2d3e50 0%,#405771 100%); 
	background: linear-gradient(to bottom,  #2d3e50 0%,#405771 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3e50', endColorstr='#405771',GradientType=0 );*/

	background: #405771 !important; 
	background: -moz-linear-gradient(top,  #405771 0%, #2d3e50 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#405771), color-stop(100%,#2d3e50)); 
	background: -webkit-linear-gradient(top,  #405771 0%,#2d3e50 100%); 
	background: -o-linear-gradient(top,  #405771 0%,#2d3e50 100%);
	background: -ms-linear-gradient(top,  #405771 0%,#2d3e50 100%); 
	background: linear-gradient(to bottom,  #405771 0%,#2d3e50 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#405771', endColorstr='#2d3e50',GradientType=0 ); 
   
}
ul.menu li a.active{
   	background: #405771 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #405771 0%, #2d3e50 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#405771), color-stop(100%,#2d3e50)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #405771 0%,#2d3e50 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #405771 0%,#2d3e50 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #405771 0%,#2d3e50 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #405771 0%,#2d3e50 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#405771', endColorstr='#2d3e50',GradientType=0 ); /* IE6-9 */
	color:#FFF !important;
}

#mainNav .col-md-6{ margin:0px; padding:0px; }




/* about company */

#Bluebg {
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat;
	min-height: 550px;
	width: auto;


}
#Bluebg .content-wrapper .TagLine {
	height: 100px;
	display: block;
	 
	margin:auto;
	text-align:center;
	font-size:16px;
	color:#FFF;
	padding-top:20px;
	line-height:24px;
	font-weight:500;
	
}
#Bluebg #MenuContainer {
	display: block;
	height: 395px;
	 
	margin:auto;
}
#Bluebg #MenuContainer .MenuBox {
	display: block;
	height: 390px;
	width:100%;
	 
	background-color: #3A4F65;
	border-right-color: #202C39;
	border-bottom-color: #202C39;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	padding:20px 10px;
}
#Bluebg #MenuContainer .MenuBox .iconbox {
	height: 351px;
	 
	padding: 0px;
}
#Bluebg .content-wrapper #MenuContainer .MenuBox .iconbox .morebutton {
	background-color: #435B76;
	display: block;
	height: 30px;
	width: 70px;
	 
	text-align:center;
	border: 1px solid #172028;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-left:50px !important;
	 
	 
	 
	 


}
.morebutton a
{
	text-decoration:none;
	color:#FFF;
	display:block;
	    padding: 3px;
}

#Bluebg .content-wrapper #MenuContainer .MenuBox .iconbox .morebutton:hover{
	height: 30px;
	width: 70px;
	display:block;
	background-color:#2D3E4D;
	border: 1px solid #435B76;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	}



#Bluebg .content-wrapper #MenuContainer .MenuBox .iconbox .Menutext {
	color: #FFF;
	display: block;
	text-align:center;
	font-family: 'OpenSansRegular';
	margin-top: 15px;
	font-size:0.8em;
	height:120px;
}

#Bluebg .content-wrapper #MenuContainer .MenuBox .iconbox .MenuHead {
	padding-top: 20px;
	text-align:center;
	color:#FFF;
	display:block;
}
.iconbox img {
	display: block;
	border: none;
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	position: relative;
	z-index: 999999999;
	padding-left:10px;
	 
	vertical-align:middle;
}

.iconbox img:hover {
	-webkit-transform: scale(1.05,1.07);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.05,1.07);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	cursor: pointer;
}
#MenuContainer  .col-md-2{ padding-left:3px; padding-right:3px; margin:0px;  
   
}
.MenuBox{ padding-left:5px; padding-right:5px; }

#MenuContainer h3 {
    font-size: 1em;
	font-family: 'OpenSansRegular';
	text-align: center;
    font-weight: bold;
}
@media (min-width:200px){.navbar-toggle{display:none;} 
 
}


@media (min-width:200px) and (max-width:349px){
.navbar-brand img{ width:240px; }
	.HeaderBox {
    
    height: 220px;
}

.navbar-brand {
   
    padding: 25px 15px;
    
}	
ul.menu {
    height: 70px;
	margin: 20px 30px;
}
ul.menu li a {
    
    line-height: 50px;
	padding: 0px 10px;
	

}
.iconbox img { 	padding-left: 40px; }	


#Bluebg .content-wrapper #MenuContainer .MenuBox .iconbox .morebutton {
    margin-left: 80px !important;
}
}

@media (min-width:350px) and (max-width:651px){
.navbar-brand img{ width:240px; }
	.HeaderBox {
    
    height: 150px;
}

.navbar-brand {
   
    padding: 25px 15px;
    
}	
ul.menu {
    height: 70px;
	margin: 20px 0px;
}
ul.menu li a {
    
    line-height: 50px;
	padding: 0px 5px;
	

}
.iconbox img { 	padding-left: 60px !important; }	
#Bluebg .content-wrapper #MenuContainer .MenuBox .iconbox .morebutton {
    margin-left: 90px !important;
}
}
@media (min-width:652px) and (max-width:693px){
.navbar-brand img{ width:170px; }
	.HeaderBox {
    
    height: 105px;
}

.navbar-brand {
   
    padding: 25px 1px;
    
}	

}




@media (min-width:694px) and (max-width:737px){
.navbar-brand img{ width:200px; }
	.HeaderBox {
    
    height: 105px;
}

.navbar-brand {
   
    padding: 25px 5px;
    
}
.iconbox img { 	padding-left: 35px; }	

#Bluebg .content-wrapper #MenuContainer .MenuBox .iconbox .morebutton {
    margin-left: 70px !important;
}
}	



@media (min-width:738px) and (max-width:778px){
.navbar-brand img{ width:220px; }
	.HeaderBox {
    
    height: 105px;
}

.navbar-brand {
   
    padding: 25px 15px;
    
}	
.iconbox img { 	padding-left: 35px; }

#Bluebg .content-wrapper #MenuContainer .MenuBox .iconbox .morebutton {
    margin-left: 70px !important;
}
}	
@media (min-width:779px) and (max-width:877px){
	.navbar-brand img{ width:220px; }
	.HeaderBox {
    
    height: 105px;
}

.navbar-brand {
   
    padding: 25px 15px;
    
}
}


@media (min-width:878px) and (max-width:1082px){

.iconbox img { 	padding-left: 50px; }	

#Bluebg .content-wrapper #MenuContainer .MenuBox .iconbox .morebutton {
    margin-left: 90px !important;
}

}




ul.gallery { 

	padding: 0; 
	margin:0;
	list-style: none; 
	
}


ul.gallery li 
	{
	 width:190px;
	 height:175px;
	 display: block;
	 float: left;
	 margin:30px 0px 0 50px;
	 }


.gallery li:hover
	{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=90);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.9;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.9;
	opacity:0.9;
		}
.img_border 
	{ 
	border: 1px solid #CCC;
	background: #FFF;
	padding: 6px;
	}

#Whitebg {
	background-color: #FFFFFF;
	height: 500px;
	width: auto;
}
#Whitebg .Circlebg {
	background-image: url(../images/ExperienceBg.jpg);
	background-repeat: no-repeat;
	background-position:200px 0px;
	display: block;
	height: 500px;
	
}

.ChooseHead
{
	width:600px;
	height:17px;
	display:block;
	color:#2C3E50;
	text-align:right;
	margin-bottom:3px;
	font-size:12px;
	text-shadow:#F00;
	background-image:none;
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
#ChooseContent
{
	width:600px;
	height:450px;
	float:right;
	
	
	line-height:20px;
	font-size:13px;
	color:#000;
	text-align:justify;
}
.lW {
    float: left;
    clear: left;
    height: 20px;
}
.rW {
    float: right;
    clear: right;
    height: 20px;
}

 .hide-in-xs{ display:block;}	

@media (min-width:981px){
	#Whitebg .Circlebg {
 
	background-position:50px 0px;
	display: block;
	height: 500px;
	
}
	#ChooseContent
{
	width:600px;
	height:450px;
	float:left;
	margin-left:400px;
	 
}
	
}

@media (min-width:851px) and (max-width:980px){
	#Whitebg .Circlebg {
 
	background-position: 10px 10px;
background-size: 50%;
	display: block;
	height: 400px;
	 
	
}
	#ChooseContent
{
	width: 500px;
height: 500px;
float: left;
margin-left: 310px;
	 
}
.ChooseHead
{
	width:500px;
	height:17px;
	display:block;
	color:#2C3E50;
	text-align:right;
	margin-bottom:3px;
	font-size:12px;
	text-shadow:#F00;
	background-image:none;
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	}	
}




@media (min-width:790px) and (max-width:850px){
	#Whitebg .Circlebg {
 
	background-position: 10px 10px;
background-size: 60%;
	display: block;
	height: 500px;
	 
	
}
	#ChooseContent
{
	width: 400px;
height: 500px;
float: left;
margin-left: 310px;
	 
}
.ChooseHead
{
	width:400px;
	height:17px;
	display:block;
	color:#2C3E50;
	text-align:right;
	margin-bottom:3px;
	font-size:12px;
	text-shadow:#F00;
	background-image:none;
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	}	
}

@media (min-width:736px) and (max-width:789px){
	#Whitebg .Circlebg {
 
	background-position: 10px 30px;
background-size: 50%;
	display: block;
	height: 500px;
	 
	
}
	#ChooseContent
{
	width: 500px;
	
height: 500px;
float: left;
margin-left: 240px;
	 
}
.ChooseHead
{
	width: 400px;
	height:17px;
	display:block;
	color:#2C3E50;
	text-align:right;
	margin-bottom:3px;
	font-size:12px;
	text-shadow:#F00;
	background-image:none;
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	}	
}

@media (min-width:200px) and (max-width:735px){
	#Whitebg .Circlebg {
 
	background-position: 10px 100px;
background-size: 57%;
	display: block;
	height: 500px;
	 
	
}
	#ChooseContent
{
	width: 330px;
height: 500px;
float: left;
margin-left: 150px;
	 
}
.ChooseHead
{
	width:330px;
	height:17px;
	display:block;
	color:#2C3E50;
	text-align:right;
	margin-bottom:3px;
	font-size:12px;
	text-shadow:#F00;
	background-image:none;
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	}	
.hide-in-xs{ display:none;}	
}


#Footerbg {
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat;
	min-height: 220px;
	
}
@media (min-width:200px) and (max-width:735px){
#Footerbg {
	 
	min-height: 700px;
	
}
}
#Footerbg .FooterBox {
	display: block;
	float: left;
	color:#FFF;
	height: 220px;
	
	background-image: url(../images/divider.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#Footerbg .FooterBox .footercontent {
	display: block;
	height: 160px;
	
	padding: 30px 20px;
}
#Footerbg .FooterBox .footercontent .footertext {
	display: block;
	height: 150px;
	
	padding-top: 10px;
	font-size: 13px;
	line-height: 18px;
}
#Footerbg .col-sm-4{ padding-right:0px; padding-left:0px;}
 

.lW { float: left; clear: left; height: 20px; }
.rW { float: right; clear: right; height: 20px; }


 
#Contentbox
{
	background-image: url(../images/greybg.jpg);
	background-repeat: repeat;
	min-height: 600px;
}
 
#Maincontent {
	background-color: #FFF;
	display: block;
	 
}
#Contentbox #Maincontent .Rightpart {
	height: auto;
	 
	margin-right: 0px;
	margin-bottom: 50px;
	float: left;
	line-height:20px;
	text-align: justify;
	background-image: url(../images/div_line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
}
.RightContent {
	height: auto;
	 
	padding-top:10px;
}
#Contentbox #Maincontent .Rightpart .Righthead {
	height: 30px;
	 
	margin-right: 0px;
	padding-top: 25px;

	color:#2C3E50;
	text-align:right;
	background-image:none;
	background-position:bottom right;
	background-repeat:no-repeat;
}


 










#Innerbanner {
     
    width: 100%;
    background-color: #FFBD59;
}
#Contentbox #Maincontent .Piepart img{

	display: block;
	 
	width:90%;
	padding-top:10px;
	padding-bottom:10px;
	margin:0 auto;
	
}

@media (max-width:1221px){
	#Contentbox #Maincontent .Rightpart {
	height: auto;
	width: 500px;
	}

}

@media (max-width:1178px){
	#Contentbox #Maincontent .Rightpart {
	height: auto;
	width: 480px;
	}

}
@media (max-width:1134px){
	#Contentbox #Maincontent .Rightpart {
	height: auto;
	width: 450px;
	}

}
@media (max-width:1069px){
	#Contentbox #Maincontent .Rightpart {
	height: auto;
	width: 400px;
	}

}

@media (max-width:959px){
	#Contentbox #Maincontent .Rightpart {
	height: auto;
	width: 380px;
	}

}


@media (max-width:916px){
	#Contentbox #Maincontent .Rightpart {
	height: auto;
	width: 340px;
	}
#Contentbox
{
	 
	min-height: 800px;
}
}


@media (max-width:600px){
	#Contentbox #Maincontent .Rightpart {
	height: auto;
	width: 260px;
	margin-right:0px;
	}
#Contentbox
{
	 
	min-height: 800px;
}
}




/*Services ***Starts*** Here*/

#ServiceContent {
	background-color: #FFF;
	display: block;
	 
}
.ServiceInner
{
	 
	display:block;
	background-color: #FFF;

	}
 
		
#ServiceContent .Rightbox {
	height: auto;
	 
	 
	 
	line-height:20px;
	text-align: justify;
	 
	
	
}
.Servicetxt{
	height: auto;
	 
	padding-top:10px;
	padding-bottom: 15px;
}
#ServiceContent .Rightbox .Servicehead {
	height: 30px;
	 
	 
	padding-top: 25px;
	color:#2C3E50;
	text-align:right;
	background-image:none;
	background-position:bottom right;
	background-repeat:no-repeat;
}

#ServiceContent .ServiceImg {
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 265px;
	 
	margin-top: 55px;
 
	margin-left: 0px;
}

 
#ServiceContent .ServiceImg {
	 
	height: 150px;
	 
}



/*Services ***Ends*** Here*/








/* ============= contactform ============*/
 .cont #Contentbox, .abt #Contentbox, .serv #Contentbox
{
	background-image:none;
}
#contactus_box{
	 
	height:auto;
	margin:auto;
}

.contactus_map {
 
	height:390px;
	border: 2px solid #AAA;
	float:left;
	margin:25px 0 0 30px;
	border: 1px solid #efefef;
	background:#ffffff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
				  }


.contact_txt{font-family:'OpenSansRegular';

		  text-align:center;
		  font-size:26px;
		  margin-top:10px;
		  margin-bottom:0px;
		  font-weight:lighter;
		  color:#666666;
}
#Thank_txt
{		font-family:'OpenSansRegular';
		  text-align:center;
		  font-size:26px;
		  margin-top:10px;
		  margin-bottom:0px;
		  font-weight:lighter;
		  color:#666666;
}
#Error_txt{font-family:'OpenSansRegular';
		  text-align:center;
		  font-size:26px;
		  margin-top:10px;
		  margin-bottom:0px;
		  font-weight:lighter;
		  color:#666666;
}
.address_txt{

	height:150px;
	margin:0px;
	padding-left:30px;
	float:left;
	line-height:25px;
	}






.sayhello{font-family:'OpenSansRegular';

			font-weight:bold;
		    color:#FFBD59;
}
.dotted	{	border:thin;
			color:#CCCCCC;
			border-style:dashed;
			border-left:0;
			margin:10px 0px 0 0px;
		 	border-right:0;
		}	
#contactus_cont {
	
	height:auto;
	border: 2px solid #AAA;
	float:left;
	padding-bottom:45px;
	margin:25px 0 0 40px;
	border: 1px solid #efefef;
	background:#ffffff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	
			  }

@media (max-width:998px){
	.container{ width:800px;}
	
	.contactus_map {
 
	 
	margin:25px 0 0 10px;
	
}
#contactus_cont {
 
	margin:25px 0 0 10px;
}
}



@media (max-width:790px){
	.container{ width:700px;}
	
	.contactus_map {
 
	 
	margin:25px 0 0 10px;
	
}
#contactus_cont {
 
	margin:25px 0 0 10px;
}
}

@media (max-width:600px){
	.container{ width:500px;}
	
	.contactus_map {
 
	 
	margin:25px 0 0 0px;
	
}
#contactus_cont {
 
	margin:25px 0 0 0px;
}
}

@media (max-width:490px){
	.container{ width:290px;}
	
	.contactus_map {
 
	 
	margin:25px 0 0 0px;
	
}
#contactus_cont {
 
	margin:25px 0 0 0px;
}
}


#contact_form ul		{float:left;
							padding-left:20px;}
#contact_form ul li		{margin:5px 0;
						 list-style:none;
						 position:relative;
						 clear:both;
						 font-family:'OpenSansRegular';
						 font-size:13px;
						 color:#666666;
						 
					 }
#contact_form label		{line-height:30px;
						 width:60px;
						 margin-left:0px;
						 text-align:right;
						 float:left;
						 margin-right:8px;
						 color:#4B4B4B;
					}
#contact_form input#Name,
#contact_form input#Email,
#contact_form input#Subject,
#contact_form input#Phone,
#contact_form textarea	{float:left;
						padding:8px;
						border:1px solid #AAAAAA;
						margin-left:10px;
						background:#fcfcfc;
						-moz-border-radius:5px;
						-webkit-border-radius:5px;}
#contact_form input#Name,
#contact_form input#Email,
#contact_form input#Phone,
#contact_form input#Subject	{width:200px;
							height:15px;}
#contact_form textarea  	{font-family:'OpenSansRegular';
	width:200px;
	height:50px;
	resize: none;
	
}
									 
#contact_form input.button	{float:right;}
	
.clear						{clear:both;
							 display:block;
							 overflow:hidden;
							 visibility:hidden;
							 width:0;
							 height:0;
							 }

.button, .button:visited {background:#FFFFFF;
						  display:inline-block;
						  padding:5px 10px 6px;
						  color:#FF9900;
						  text-decoration:none;
						  border-radius:5px;
						  -moz-border-radius:5px;
						  -webkit-border-radius:5px;
						  box-shadow:0 1px 3px rgba(0,0,0,0.5);
						  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
						  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
						  border-bottom:1px solid rgba(0,0,0,0.25);
						  position:relative;
						  cursor:pointer;
						  font-size:13px;
						  font-weight:bold;
						  line-height:1;
						  border:0;}
.button:hover		  {background-color:#435C78;
						 color:#fff;
						 text-decoration:none;}
.button:active		  {top:1px;}
/*Contact us page Ends Here*/










#Whitebg {
	background-color: #FFFFFF;
	height: 500px;
	width: auto;
}
#Whitebg .Circlebg {
	background-image: url(../images/ExperienceBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height:500px;
 
	 
}
.ChooseHead
{
	width:500px;
	height:17px;
	display:block;
	color:#2C3E50;
	text-align:right;
	margin-bottom:3px;
	font-size:12px;
	text-shadow:#F00;
	background-image:none;
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 0px;
	float:right;
}
.ChooseHead h2{
	color:#2C3E50;
	font-size:1.5em;
	}
.ChooseHead1	
	{
		width:300px;
	height:4px;
	display:block;
	float:right;
	background-image:url(../images/Chooseheadline.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	
	}
	
#ChooseContent
{
	width:740px;
	height:450px;
	float:left;
	
	line-height:20px;
	font-size:13px;
	color:#000;
	text-align:justify;
	margin-left:400px;
}
@media(max-width:991px)
{
	
	#ChooseContent
{
	width:410px;
	height:600px;
	float:left;
	 margin-left:400px;
}
#Whitebg .Circlebg {
	 
	background-position: left 100px;
	display: block;
	 
}
#Whitebg {
 
	height: 640px;
	 
}
}
@media(max-width:780px)
{
	
	#ChooseContent
{
	 
	 margin-left:300px;
}
}
#HomeHire {
	 
	padding: 15px 0 0px 0px;
	margin: 0 auto;
	text-align: right;
	font-family:Tahoma, Geneva, sans-serif;
}

#HomeHire a {
	
	font-size: 18px;
	color:#999999;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 45px;
	background-image: url('../images/arrow-left.png');
	background-repeat: no-repeat;
	background-position: 5% 0;
	-moz-transition: color 0.25s ease, background-position 0.25s ease;
	-webkit-transition: color 0.25s ease, background-position 0.25s ease;
	-o-transition: color 0.25s ease, background-position 0.25s ease;
	transition: color 0.25s ease, background-position 0.25s ease;
}
#HomeHire a span {
	padding-right: 45px;
	background-image: url('../images/arrow-right.png');
	background-repeat: no-repeat;
	background-position: 95% 0;
	-moz-transition: background-position 0.25s ease;
	-webkit-transition: background-position 0.25s ease;
	-o-transition: background-position 0.25s ease;
	transition: background-position 0.25s ease;
}
#HomeHire a:hover {
	color: #374758;
	text-decoration: none;
	background-position: 0% 0;
	-moz-transition: color 0.25s ease, background-position 0.25s ease;
	-webkit-transition: color 0.25s ease, background-position 0.25s ease;
	-o-transition: color 0.25s ease, background-position 0.25s ease;
	transition: color 0.25s ease, background-position 0.25s ease;
}

#HomeHire a:hover span {
background-position: 100% 0;
-moz-transition: background-position 0.25s ease;
-webkit-transition: background-position 0.25s ease;
-o-transition: background-position 0.25s ease;
transition: background-position 0.25s ease;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'OpenSansRegular';
	font-weight:bold;
}

.hidden-sm{ display:none;}

@media (max-width:600px)
{
	.hidden-sm{ display:block;}
	.small_xs{ display:none; clear:both;}
	
	#Whitebg .Circlebg {
	background-image:none;
	min-height:800px;
	 
}
.ChooseHead
{
	width:280px;
	height:17px;
	display:block;
	 
	text-align:left;
	margin-bottom:3px;
	 
	background-image:none;
	 
	float:left;
}
.ChooseHead h2{
	
	font-size:1em;
	}
.ChooseHead1	
	{
		width:200px;
	height:4px;
	display:block;
	float:left;
	background-image:url(../images/Chooseheadline.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	
	}
	
#ChooseContent
{
	width:280px;
	height:auto;
	float:left;
	margin:0px;
}
#HomeHire {
	 
	 
	text-align:left;
	
	font-family:Tahoma, Geneva, sans-serif;
}
#HomeHire a{
font-size:1em;
}
}

.ChooseHead2	
	{
		width:200px;
	height:4px;
	display:block;
	float:right;
	background-image:url(../images/Chooseheadline.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-top: 20px;
	padding-bottom: 10px;
margin-right: -12px;
	
	}
