.welcometxt a{
	display:inline-block;
	white-space:nowrap;
}
.logo{
	max-width:240px
}
.welcometxt{margin:5px 0 !important;color:#fff}
.welcometxt img{margin:0px 5px;position:relative;}
.topsearch{margin:0;}
.socialtop ul li a{
	height:32px;
	width:32px;
	line-height:32px
}
.socialtop ul li{
	margin:0;
}
.socialtop ul li:last-child{
	margin-right:4px;
}
.headerdetails{padding:10px 0}
.quickcontact{right:0}
#accord ul li:before{
	position:absolute;
	left:15px;
}
#accord ul li{
	margin-left:25px;
	padding-bottom:10px
}
#footer ul li a:hover{
	color:#fff
}
.acinf{font-size:15px;text-align:center;padding:10px 0px;background-color:#DEEEFA;border-top:1px solid #AFD3F2;color:#476a88}
.acinf a{white-space: nowrap;color:#476a88;margin:0px 10px;border-bottom:1px dashed #476a88;}
.acinf a:hover{color:#f3601d;border-bottom:1px solid #f3601d}
.acinf a span{padding-right:5px;font-weight:bold;}
.app-show img{
	border-radius:50%;
	background-color:#f3f3f3;
	padding:8px;
	transition:all 0.3s;
}
.app-show a:hover img{
	border-radius:0%;
	background-color:transparent;
}
.app-show-foot img{
	padding:8px;
	transition:all 0.3s;
}
.app-show-foot a:hover img{
	background-color:#000;
	border-radius:50%;
}
.breadcrumb{
	border:none;
	padding:0;
	margin:0
}
p{text-align:justify;}
p.strong{font-weight:bold;margin-bottom:2px}

#footer .social .item i{
	position:relative;
	top:-1px;
	float:left;
	height:32px;
	width:32px;
	line-height:32px;
	background-color:black;
	color:#fff;
	font-size:16px;
	text-align:center;
	-moz-transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-o-transition: all 0s ease;
	border-radius:50%;
}
#footer .social .item{
	width:100%;
	margin-bottom:10px
}
#footer .social .item a{
	position:static;
	width:100%;
	color:#fff;
	line-height:30px;
	padding:0px 10px 1px 10px;
	border-radius:0px 5px 5px 0px;
	margin-left:-5px;
	-moz-transition: all 0s ease;
	-webkit-transition: all 0s ease;
	-o-transition: all 0s ease;
}
#footer .social .item a:hover i,
#footer .social .item a:hover{
	color:#f3601d;
	background-color:#fff;
}
#footer h2{border-bottom-style:dashed}
body{
	color:#888
}
.service-container{
	border:1px solid #ddd;
}
.service-container h1{
	border-bottom:1px solid #ddd;
	margin:0;
	padding:6px 12px
}
.service-container > div{
	padding:15px
}
.bottom-border{
	position:relative;
}
.bottom-border:after{
	position:absolute;
	bottom:-1px;
	left:0;
	content:'';
	border:1px solid transparent;
	border-top:none;
	border-left-width:150px;
	border-left-color:#5e626b;
	z-index:999;
}
@media (max-width: 700px){
	#mainmenu select{
		display: block;
		width: 50%;
		padding:9px;
		border:3px solid #e7e7e7;
		margin-top:-2px;
	}
}
@media(max-width:500px){
	#mainmenu select{
		margin-left:-15px
	}
}
.bt{
	display:block;
	text-align:center;
	background:#f3601d;
	padding:6px 10px;
	color:#fff;
	right:12px;
	font-size:16px;
	border:4px double #ffffff;
}
.bt:hover{
	background:#555;
	color:#FFF;
}