body {
    margin:0;
    color:#333333;
    font-family:Arial;
}
a img  
{  
border: none;  
}
header {
    width:100%;
    background:#FFFFFF;
}
.header-responsive-line {
  display: none;
}
.logo {
    float:left;
}
.logo img{
    padding:10px;
}
.topnav {
  margin-top:20px;
  overflow: hidden;
  background-color: #FFFFFF;
  float:right;
}

.topnav a {
  float: left;
  display: block;
  color: #333333;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #F1F1F1;
  color: black;
}

.topnav .icon {
  display: none;
}
.content {
    margin:auto;
    width:90%;
}
#about-us {
    padding-top:40px;
	padding-bottom:40px;
}
#services {
    padding-top:40px;
	padding-bottom:40px;
    background:#F1F1F1;
}
#our-clients {
    padding-top:40px;
	padding-bottom:40px;}
#contact-us {
    padding-top:40px;
	padding-bottom:40px;
	color:#FFFFFF;
	background:#333333;
}

.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-responsive-line {
  display: block;
  clear:both;
}
.topnav {
  width:100%;
  float:left;
}
}