
/* fix too small font */
body {
  font-size: 16px;
}



/* Logo */
#logo { margin-top: 8px; }
 
#logo a img {
	height: 70px;
}


@media only screen and (max-width: 800px) {
	#header #logo {
		margin-top: 7px;
	}
  #logo a img {
    height: 65px;
  }
}


/* Header and Menu font size */
.menu ul > li > a {
  font-size: 18px;
}

#jPanelMenu-menu li a {
  font-size: 18px;
}


/* banner */
.banner-img {
  width: 100%;
  height: auto;
}


/* Why Us list */
.list-1 li {
  line-height: 26px;
}

.list-1 li:before {
  content: none;
}

.list-1 .icon-check {
  font-size: 24px;
  color: #003399;
}



/* Footer */

#footer-bottom {
  //background-color: #003399;
  background-color: #CCC;
  padding: 10px 0;
}

.footer-li {
  line-height: 26px !important;
} 

.footer-icon {
  font-size: 24px !important;
} 

/* showbiz caroussel */
.our-clients img {
  height: 50px;
} 

#reecent-work img {
  height: 45px;
  width: 60px;
} 

