.top-head {
    background-color: #000000;
    padding: 10px;
}
.top-head .right {
    text-align: right;
}
.top-head a{
    padding-right: 12px;
    font-weight: 500;
    color: #fcd846;}
	
	.navbar {
	margin-bottom:0;
	height:69px;}
	.navbar-right {
    margin-top: 12px;
}
	.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
 /* height: 100%;
  padding: 15px;*/
  width: 100%;
  max-width:240px;
}
/* EXAMPLE 6 - Background Logo*/
.example6 .navbar-brand{ 
  /*background-image:url(../images/logo.png);
  width: 300px;*/
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #000;
    font-weight: 500;
    background-color: #fcd846;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-weight: 500;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
    background-color: #fcd846;
}
.section-client-testimonial{
background-image:url(../images/bg1.jpg);
background-repeat: no-repeat;
    background-position: 0 70%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;}
	
	.repair-latest {
   /* background: #f0ca2e36;*/
  padding: 20px;
    margin-bottom: 20px;
    border: 2px solid #ffc021;
    border-radius: 20px;
}
.about-image img{
width: 100%;
    border: 5px solid #ffc021;
    padding: 20px;
    padding-bottom: 0;
    height: 618px;
}
.section-client-testimonial .owl-carousel .owl-item img{
width:100%;
max-width:80px;
height:80px;
border-radius:50%;
margin:auto;}
@media only screen and (max-width: 767px) {
.top-head,.top-head .right{
text-align:center;}
.about-image img{
height:auto;}
}

.navbar-inverse .navbar-collapse{
    background: #222;
}