@charset "utf-8";
/* CSS Document */
  .login_outer {
    width: 100%;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
}
.login_outer a {	
    padding: 5px;
    font-family: 'Roboto', sans-serif;	
	font-weight: 800;
	font-size: 16px;
    color: #fff;
    background-color: #3399cc;
    text-decoration: none;	
    -webkit-transition-duration: 0.5s;	
    -moz-transition-duration: 0.5s;
}
.login_outer a:hover {
	background-color:#5489BD;
    color: #ffffff;
    -webkit-transition-duration: 0.5s;	
    -moz-transition-duration: 0.5s;	
	text-decoration:none;
}
.buyer_outer{
	width:100%;
	overflow:hidden;
	padding:5px 5px 0px 5px;
	border:1px solid #336699;			
	margin: 0px 0px 10px 0px;				
}
.buyer_outer h1{
	font-family: 'Roboto', sans-serif;	
	font-weight:700;
	font-size:24px;
	padding:0px 0px 0px 0px;
	margin:6px 0px;
	color:#336699;
	text-align:center;
}
.buyer_outer p{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:13px;	
	padding:0px 0px 0px 0px;
	color:#336699;
	text-align:center;	
}
.buyer_outer a{	
	font-family: 'Roboto', sans-serif;
	padding:0px 0px 0px 0px;
	color:#336699;
	text-align:center;	
}
.buyer_outer a:hover{
	text-decoration:none;
}
.buyer_outer img{
	width:100%;
	padding:4px;
	border:1px solid #DDDDDD;	
}
.searchbox-outer input[type="text"] {
	width: 120px;
	margin-left: 0px;
	border-radius: 4px;
	padding: 4px 0px 0px 41px;
	background-color: #ffffff;
	background:url("../img/searchicon.png") no-repeat;
	background-position: 10px 5px;
	background-repeat: no-repeat;
	/* -webkit-transition: width 0.4s ease-in-out; */
	transition: width 0.4s ease-in-out;
	height: 32px;
}
.searchbox-outer{
	padding: 20px 0px;
	margin-top:-8px;
	

}
/*.link_outer{
	width:100%;
	overflow:hidden;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
}
.link_outer:hover{
	background-color:#336699;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	text-decoration:none;
	color:#fff;
}
*/
.contact_outer{
	width:100%;
	overflow:hidden;
	margin:0px 0px 3px 0px;
	padding:0px;
}
.contact_outer h1{
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	font-size:24px;
	border-bottom:1px solid #336699;
	padding:5px 0px 0px 0px;
	color:#336699;
	text-align:left;
	margin:0px 0px 10px 0px;
}
.contact_outer p{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:13px;
	padding:0px 0px 0px 39px;
	color:#336699;
	margin:0px;
	text-align:left;
}
.contact_outer span{
	float:left;
    margin:4px 0px 0px 0px;
    padding:0px 7px 0px 0px;
}
.contact_outer span.newinfo{
	float:left;
    margin:-3px 0px 0px 0px!important;
    padding:0px 7px 0px 0px;
}
.contact_outer a{
	font-family: 'Roboto', sans-serif;
	padding:0px 0px 0px 0px;
	color:#336699;
	font-size:13px;
	font-weight:400;
	padding:10px 0px 0px 0px;
	text-align:left;
}
.contact_outer p strong{
	font-family: 'Roboto', sans-serif;
	color:#336699;
	font-size:14px;
	font-weight:600;
}
.contact_outer a:hover{
	text-decoration:underline;
}
.contact_form{
	width:100%;
	overflow:hidden;
}
.contact_form input[type=text]{
	width:100%;
	height:30px;
	padding:0px 0px 0px 5px;
	margin:0px 0px 10px 0px;
	border:1px solid #336699;
	border-shadow:none;
	border-radius:3px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	background:transparent;
	font-size:14px;
}
.contact_form input[type=text]:focus{
	border:1px solid #DDDDDD;
}
.contact_form input[type=email]{
	width:100%;
	height:30px;
	padding:0px 0px 0px 5px;
	margin:0px 0px 10px 0px;
	border:1px solid #336699;
	border-shadow:none;
	font-weight:300;
	border-radius:3px;
	background:transparent;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}
.contact_form input[type=email]:focus{
	border:1px solid #DDDDDD;
}
.contact_form input[type=tel]{
	width:100%;
	height:30px;
	padding:0px 0px 0px 5px;
	margin:0px 0px 10px 0px;
	border:1px solid #336699;
	border-shadow:none;
	font-weight:300;
	border-radius:3px;
	font-size:14px;
	background:transparent;
	font-family: 'Roboto', sans-serif;
}
.contact_form input[type=tel]:focus{	
	border:1px solid #DDDDDD;
}
.contact_form textarea{
	width:100%;
	height:30px;
	padding:0px 0px 0px 5px;
	margin:0px 0px 10px 0px;
	border:1px solid #336699;
	border-shadow:none;
	border-radius:3px;
	font-weight:300;
	font-size:14px;
	background:transparent;
	font-family: 'Roboto', sans-serif;
}
.contact_form textarea:focus{
	border:1px solid #DDDDDD;
}
.contact_form input[type=submit]{
	width:100%;
	padding:2px 0px;
	margin:0px 0px 10px 0px;
	border:1px solid #336699;
	border-shadow:none;
	font-weight:500;
	color:#FFFFFF;
	font-size:14px;
	background-color:#336699;
	font-family: 'Roboto', sans-serif;
	position:relative;
	z-index:999999;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
}
.contact_form input[type=submit]:hover{
	background-color:#3399cc;
	cursor:pointer;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
}
.contact_total{
	width:98%;
	overflow:hidden;
/*	border:1px solid #336699;*/
	padding:9px 4px;
	margin:0 auto;
}
.footer_outer{
	width:100%;
	height:45px;
	position:absolute;
}
.footer{
	width:100%;
	overflow:hidden;
	background-color:#336699;
	bottom:0;
	position:absolute;
	text-align:center;
}
.left_copyright{
	width:100%;
	overflow:hidden;
}
.left_copyright p{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
	margin: 7px 0px 0px 0px;
	color:#fff;
	text-align:center;
}
.rite_links{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin:4px 0px 0px 0px;
}
.rite_links ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline-block;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:13px;
}
.rite_links ul li{
	padding:0px 5px 0px 0px;
	margin:0px;
	list-style:none;
	color:#fff;
	display:inline-block;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:15px;
}
.footer ul li a{
	padding:0px 5px 0px 0px;
	margin:0px;
	list-style:none;
	display:inline-block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:13px;
	border-right:1px solid #fff!important;
}
.footer ul li a:last-child{
	border-right:none;
}
.footer ul li a:hover{
	text-decoration:underline;
}
.content_outer{
	width:100%;
	overflow:hidden;
	margin:14px 0px 0px 0px;
}
.threepart_outer{
	width:100%;
	overflow:hidden;
}
.block_outer{
	width:100%;
	overflow:hidden;
	text-align:center;
	border:1px solid #336699;
	margin:10px 0px;
	padding:10px 0px;
}
.block_outer img{
	overflow:hidden;
	padding:5px;
}
.block_outer h1{
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:32px;
	margin: 7px 0px 0px 0px;
	color:#336699;
	text-align:center;
}
.block_outer p{
	font-family: 'Roboto', sans-serif;
	font-weight:400;	
	font-size:17px;	
	margin: 7px 0px 0px 0px;	
	padding:0px 0px;
	color:#333;
	text-align:center;
}
.services_outer{
	width:100%;
	overflow:hidden;
	background-color:#F0F0F0;
}
.service_pic{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.service_pic img{
	width:100%;
	overflow:hidden;
	border:1px solid #DBDBDB;
	padding:4px;
	border-radius:5px 5px;	
	height:235px;
} 
.service_block{
	width:100%;
	overflow:hidden;
	padding:0px 0px;
}
.service_block h1{
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:23px;
	margin: 5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#336699;
	text-align:center;
}
.service_block p{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:17px;
	margin: 0px 0px 0px 0px;
	padding:5px 8px;
	color:#333;
	text-align:justify;
}
.clients{
	width:100%;			
	background:url("../img/clientsbg_final.jpg") no-repeat;		
	background-size:cover;	
	margin:9px 0px 0px 0px;	
	padding:3px 0px;
}
.clientbg_outer{
	width:100%;
	overflow:hidden;
}
.nopadding{
	margin:0px;
	padding:0px;
}
.clientblock{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.clientblock h1{
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:20px;
	margin: 7px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#fff;
	text-align:center;
}
.clientblock h2{
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:22px;
	margin: 7px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#fff;
	text-align:center;
}
/*admin-login*/
.admintot_outer{
	width:100%;
	background:url("../img/sky_scrapers.jpg") no-repeat center;    
	background-size:cover;
}
.adminpadd{
	width:100%;
	overflow:hidden;
	padding:18.90% 0%;
}
.loginadmin{
	width:100%;
	overflow:hidden;
	padding:28% 0%;
}
.newadmin_heading{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.admin_heading{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.admin_heading img{
	margin:0px 0px 10px 0px;
}
.nopadding{
	margin:0px!important;
	padding:0px!important;
}
.newadmin_heading h1{
	margin:0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:42px;
	color:#fff;
}
.admin_heading h1{
	margin:0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:30px;
	color:#336699;
}
.topentry_outer{
	width:100%;
	overflow:hidden;
	background-color:#336699;
	padding:30px 0px;
	text-align:center;
	-webkit-box-shadow: 1px 3px 34px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 3px 34px -2px rgba(0,0,0,0.75);
box-shadow: 1px 3px 34px -2px rgba(0,0,0,0.75);
}
.topentry_outer img{
	border-radius:50px;
	border:1px solid #FFFFFF;
	padding:5px 5px;
}
.topentry_outer h1{
	margin:10px 0px 10px 0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:20px;
	color:#fff;
}
.form_outer{
	width:100%;
	overflow:hidden;
	text-align:left;
	padding:20px 10px;
	background-color:#fff;
	-webkit-box-shadow: 1px 3px 34px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 3px 34px -2px rgba(0,0,0,0.75);
box-shadow: 1px 3px 34px -2px rgba(0,0,0,0.75);
}
.form_outer a{
	margin:0px;
	padding:0px;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	color:#336699;
	text-align:center;
}
.form_outer a:hover{
	text-decoration:underline;
}
.form_outer span{
	margin:0px;
	padding:0px 10px 0px 0px;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	color:#336699;
	text-align:center;
}
.form_outer input[type="text"]{
	border:1px solid #336699;
	width:100%;
	margin:0px 0px 20px 0px;		
	padding:2px 0px 2px 3px;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#333;
	border-radius:2px 2px;	
}
.form_outer span{    
	margin:0px 0px 20px 0px;		
	padding:2px 0px 2px 3px;
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#333;
}
.form_outer select{
	border:1px solid #336699;
	width:100%;
	margin:0px 0px 20px 0px;		
	padding:2px 0px 2px 3px;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#333;
	border-radius:2px 2px;
}
.form_outer input[type="password"]{
	border:1px solid #336699;
	width:100%;
	margin:0px 0px 20px 0px;		
	padding:2px 0px 2px 3px;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#333;
	border-radius:2px 2px;
}
.form_outer p{		
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#333;
}
.form_outer input[type="radio"]{
	border:1px solid #336699;
	margin:0px 0px 0px 0px;		
	padding:2px 0px 2px 3px;
	font-size:26px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#333;
	width:7%;
}
.form_outer input[type="email"]{
	border:1px solid #336699;
	width:100%;
	margin:0px 0px 20px 0px;		
	padding:2px 0px 2px 3px;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#333;
	border-radius:2px 2px;
}
.form_outer input[type="tel"]{
	border:1px solid #336699;
	width:100%;
	margin:0px 0px 20px 0px;		
	padding:2px 0px 2px 3px;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#333;
	border-radius:2px 2px;
}
.form_outer select{
	border:1px solid #336699;
	width:100%;
	margin:0px 0px 20px 0px;		
	padding:2px 0px 2px 3px;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#333333;
	border-radius:2px 2px;
}
.form_outer input[type="file"]{
	width:100%;
	margin:0px 0px 20px 0px;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#333;
}
.form_outer input[type="submit"]{
	border:none;
	margin:10px 0px 0px 0px;	
	color:#FFFFFF;
	background-color:#336699;
	width:100%;
	margin:0px 0px 10px 0px;	
	padding:5px 0px 5px 0px;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
}
.form_outer input[type="submit"]:hover{
	background-color:#3399cc;
	color:#FFFFFF;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	cursor:pointer;
}
/*admin-login*/
.footer_bottom{
	width:100%;
	height:25px;
	position:absolute;
}
.footer_whole{
	width:100%;
	overflow:hidden;
	background-color:#336699;
	bottom:0;
	position:absolute;
	text-align:center;
}
.left_copy{
	width:100%;
	overflow:hidden;
}
.left_copy p{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:14px;
	margin: 7px 0px 0px 0px;
	color:#fff;
	text-align:center;
}
.right_links{
	margin:4px 0px 0px 0px;
	width:100%;
	overflow:hidden;
	text-align:center;
}
.right_links ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:inline-block;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:13px;
}
.right_links ul li{
	padding:0px 5px 0px 0px;
	margin:0px;
	list-style:none;
	color:#fff;
	display:inline-block;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:15px;
}
.footer_whole ul li a{
	padding:0px 5px 0px 0px;
	margin:0px;
	list-style:none;
	display:inline-block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:13px;
	border-right:1px solid #fff!important;
}
.footer_whole ul li a:last-child{
	border-right:none;
}
.footer_whole ul li a:hover{
	text-decoration:underline;
}
.navbar-nav {
    /*margin: 7.5px -15px;*/
    display: inline-block!important;
}
.navbar-brand {
    float: left;
    height: 61px!important;
    padding: 0px 15px!important;
    font-size: 18px;
    line-height: 20px;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px!important;
}
.contactpic_outer{
	width:100%;
	overflow:hidden;
	padding:11px 5px;
}
.contactpic_outer img{
	border:1px solid #fff;
	padding:5px 5px;
	border-radius:10px;
}
.message_form{
	width:100%;
	overflow:hidden;
}
.coorp_content{
	width:100%;
	overflow:hidden;
background: rgba(166,206,245,1);
background: -moz-linear-gradient(-45deg, rgba(166,206,245,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(166,206,245,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(-45deg, rgba(166,206,245,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(-45deg, rgba(166,206,245,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(166,206,245,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(135deg, rgba(166,206,245,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6cef5', endColorstr='#ffffff', GradientType=1 );
}
.consult_content{
	width:100%;
	overflow:hidden;
	padding:20px 0px;
}
.consult_content h1{
	margin:0px 0px;
	padding:10px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:28px;
	color:#336699;
	text-align:left;
}
.contact_head{
	width:100%;
	overflow:hidden;
}
.contact_head h1{
	margin:0px;
	padding:10px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:34px;
	color:#336699;	
	text-align:center;
}
.contact_inputs{
	width:100%;
	overflow:hidden;
}
.contact_inputs input[type="text"]{
	margin:5px 0px;
	padding:0px 0px 0px 10px;  
	width:60%;
	height:35px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:16px;
	color:#333;	
	border:1px solid #336699;
	border-radius:10px 10px;
	background-color:#fff;
	background-image:none;
}
.contact_inputs input[type="email"]{
	margin:5px 0px;
	padding:0px 0px 0px 10px;  
	width:60%;
	height:35px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:16px;
	color:#333;	
	border:1px solid #336699;
	border-radius:10px 10px;
}
.contact_inputs input[type="tel"]{
	margin:5px 0px;
	padding:0px 0px 0px 10px;
	width:60%;  
	height:35px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;	
	font-size:16px;	
	color:#333;	
	border:1px solid #336699;	
	border-radius:10px 10px;	
}
.contact_inputs textarea{	
	margin:5px 0px;	
	padding:0px 0px 0px 10px;
	width:60%;	
	height:35px;	
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:16px;
	color:#333;	
	border:1px solid #336699;	
	border-radius:10px 10px;	
}
.contact_inputs input[type="submit"]{	
	margin:5px 0px;	
	padding:5px 15px 5px 15px;		
	font-family: 'Open Sans', sans-serif;	
	font-weight:600;	
	font-size:16px;	
	color:#fff;	
	background-color:#336699;	
	border:none;	
	-webkit-transition-duration:0.5s;		
	-moz-transition-duration:0.5s;
}
.contactpic{	
	width:100%;		
	overflow:hidden;		
}
.contact_inputs input[type="submit"]:hover{	
	background-color:#4ebce1;			
	color:#fff;		
}
.contact_inputs input[type="text"]:focus,.contact_inputs input[type="email"]:focus,.contact_inputs input[type="tel"]:focus,.contact_inputs textarea:focus{	
	border:1px solid #2cbed2;		
}
.map_outer{
	width:100%;
	overflow:hidden;
	padding:5px 5px;		
	border-radius:10px;			
	border:1px solid #fff;	
	margin:20px 0px 0px 0px;	
}
.site-footer{
	padding:10px 0px 0px 0px!important;	
}
.navbar-nav > li{	
	padding:0px 0px 0px 3px;				
}
.advertise_new {
    width: 100%;
    overflow: hidden;
    margin: 10px 0px 0px 0px;
    text-align: center;
}
.rite_caradvert{
	width:100%;
	overflow:hidden;
	margin:10px 0px 0px 0px;
    text-align: center;
}
.anoth_classi {
    width: 100%;
    overflow: hidden;
    margin: 10px 0px;
}
.larg_classi{
	width:100%;
	overflow:hidden;
	margin:30px 0px 0px 0px;
}
/*styles_add*/
.register_bg{
	width:100%;
	overflow:hidden;
	background-color:#336699;
	padding:0px 0px;
	text-align:center;
	-webkit-box-shadow: 1px 3px 34px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 3px 34px -2px rgba(0,0,0,0.75);
box-shadow: 1px 3px 34px -2px rgba(0,0,0,0.75);
}
.register_bg h1{    
	margin:5px 0px 10px 0px;
	padding:0px;
	font-family: 'Roboto', sans-serif;    
	font-weight:500;
	font-size:20px;    
	color:#fff;
}
.form_outer textarea{
    border:1px solid #336699;
	width:100%;    
    height:50px;
	margin:0px 0px 0px 0px;		
	padding:2px 0px 2px 3px;
	font-size:18px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#333333;
	border-radius:2px 2px;    
}
.form_sub{
    width: 100%;
    overflow: hidden;
    text-align:center;
}
.form_sub input[type="submit"]{
    border:none;
	margin:10px 0px 0px 0px;	
	color:#FFFFFF;
	background-color:#336699;
	width:29%;
	margin:0px 0px 10px 0px;	
	padding:5px 0px 5px 0px;
	font-size:15px;    
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	-webkit-transition-duration:0.5s;    
	-moz-transition-duration:0.5s;
}
.form_sub input[type="submit"]:hover{
	background-color:#3399cc;
	color:#FFFFFF;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	cursor:pointer;
}
.form_sub input[type="reset"]{    
    border:none;    
	margin:10px 0px 0px 0px;	
	color:#FFFFFF;	
	background-color:#336699;    
	width:29%;    	
	margin:0px 0px 10px 0px;	
	padding:5px 0px 5px 0px;	
	font-size:15px;	
	font-family: 'Roboto', sans-serif;
	font-weight:400;	
	-webkit-transition-duration:0.5s;	
	-moz-transition-duration:0.5s;
}
.form_sub input[type="reset"]:hover{
	background-color:#3399cc;
	color:#FFFFFF;
	-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	cursor:pointer;
}
.registeradmin{
	width:100%;
	overflow:hidden;
	padding:12.80% 0%;
}
span#reg_line{
    width: 100%;    
    overflow:hidden; 
    text-align:center;
    margin:0 auto;
}
.contac_iconpic{
	width:100%;	
	overflow:hidden;	
}
.contac_iconpic img{
	width:100%;	
	height:250px;	
}
.partners_outer{
	width:100%;
	overflow:hidden;
}
.partners_outer h2{
	text-align: center;
	color: #fff;	
	font-weight: bold;	
	font-size: 32px;			
	margin: 0px 0px 0px 0px;			
}
.thumbnail{	
	margin-bottom:8px;	
	padding:0px;
}
#logoslider{
	margin:25px 0px;
}
@media only screen and (max-width:1370px){
    .service_block p{        
        font-size:14px;						       
    }   	 
}