.single-service {
	display: inline;
	float: left;
	margin-bottom: 15px;
	padding: 45px 20px;
	position: relative;
	text-align: left;
	width: 100%;
	-w-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
        min-height:355px;
}
.about-left-container{
     background-color: #00d999;
     padding-right:10px;
     padding-left:10px;
}
.about-left {
	display: inline;
	float: none;
	height: auto;
	position: relative;
	width: 100%;
}
.about-left img {
	left: 0px;
	position: inherit;
	top: 0px;
        margin:10px auto;
        width: 100%;
}
.about-left img:hover {
	transform: scale(1.1);
        border: 5px solid #00d999;
}
#about{
	padding: 10px 0;
}
#contact .container{
width:100%;
}
.navbar-brand{
margin-top:9px;
}
.navbar-fixed-top{
    height:60px;
}
.footer-logo{
margin-top:9px;
border:2px solid #ff9c00;
}
.footer-bottom p{
    font-size: 15px;
}
@media(max-width:767px ){
#slideshow {  
    width: 80% !important; 
}
}
@media(max-width:480px ){
#slideshow {  
    width: 100% !important; 
}
}
@media(max-width:360px ){
#slideshow {  
    width: 100% !important;  
}
}
@media(max-width:320px ){
#slideshow {  
    width: 100% !important; 
}
}