*::after {
  content: "";
  clear: both;
  display: table;
}

.top-header {
  padding-top: 5px;
  font-size: 14px;
  color: #ffffff;
  background-color: #000f32;
}

.top-header ul.general {
  list-style-type: none;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 5px;
}

.top-header ul.general li {
  float: left;
  border-right: 2px solid #ffffff;
  padding: 0 5px;
  margin: 15px 0 0 0;
}

.top-header ul.general li:last-child {
  border-right: none;
}

.top-header ul.general li i.fa {
  font-size: 17px;
  padding-right: 5px;
}

.social-icon {
	font-size: 14px;
	display: inline-block;
	position: relative;
	text-align: right;
	width: 100%;
	margin-right: 0;
	padding-right: 30px;
}

ul.navbar-right {
    float: right !important;
    margin-right: 0;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

ul.social {
  list-style-type: none;
  float: right;
}

.social li {
  font-size: 22px;
  float: left;
  padding: 15px 7px 0 7px;
}

.social li a {
  color: #ffffff;
}

.social li a:hover {
  color: #ffffff;
}

nav {
  background-color: #fff;
  padding-top: 5px;
}

.navbar-header a {
  color: black;
  font-size: 20px;
}

.navbar {
  margin-bottom: 0px;
}

ul.nav li {
  padding-top: 5px;
}

ul.nav li a {
  border: 1px solid white;
  border-radius: 15px;
  margin-right: 10px;
  text-align: center;
  color: black;
}

ul.nav {
  padding-top: 18px;
}

@media only screen and (max-width: 767px) {
  ul.nav.navbar-nav.navbar-right {
    display: inline-block;
    width: 100%;
  }
}

.nav>li>a {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
}

ul.nav li.active a {
  color: white;
  background-color: #000f32;
}

ul.nav li a:hover {
  color:white;
  background-color: black;
  border: 1px solid black;
  border-radius: 15px;
}

.aboutus h3 {
  text-align: center;
  text-decoration: underline;
}

.aboutus p {
  font-size: 20px;
}

.aboutus {
  padding-bottom: 20px;
  padding-top: 20px;
}

.aboutus img {
  border-radius: 15px;
  box-shadow: 0 5px 15px 0;
  margin-bottom: 20px;
}

.carousel #multiple-carousel {
  width:90%;
  margin:0px auto;
}

.slick-slide{
  margin:10px;
}

.slick-slide img{
  width:100%;
  border: 2px solid #000;
}

.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}

.slick-prev::before, .slick-next::before {
	color: black;
}

.wrapper h3 {
  text-align: center;
  text-decoration: underline;
}

.wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

hr {
  background-color: #000f32;
  border-radius: 5px;
  width: 100%;
  height: 1px;
}

#client-testimonial-carousel {min-height: 200px;}

a.logo {
  color: white;
}

.links h3 {
  color: #ffffff;
}

ul.dashed {
  list-style-type: none;
  font-size: 15px;
}

ul.dashed li::before {
  content: '-';
  margin-right: 5px;
}

ul.dashed li a {
 color: #ffffff;
}

ul.dashed li a:hover {
  color: #ffffff;
}

.address h3 {
  color: #ffffff;
}

.short-desc, .links, .address {
  padding-bottom: 20px;
}

.footer {
  padding: 5px 0;
  margin-top: 5px;
  width: 100%;
  background-color: #000f32;
  color: #aaa;
  font-size: 15px;
}

.dev-by {
  text-align: right;
}

.mission h3 {
  text-align: center;
  padding-bottom: 10px;
  text-decoration: underline;
}

.vision h3 {
  text-align: center;
  padding-bottom: 10px;
  text-decoration: underline;
}

.address-contact ul.general {
  list-style-type: none;
  width: 100%;
  padding-top: 5px;
  padding-left: 0px;
}

.address-contact ul.general li i.fa {
  font-size: 17px;
  padding-right: 5px;
  color: black;
}

.topic {
  padding-left: 20px;
}

.site-breadcrumb {
  list-style-type: none;
  text-align: right;
  padding-right: 20px;
}

.breadcrumb {
  width: 100%;
  list-style-type: none;
  color: black;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
  padding: 0px;
}

.breadcrumb li {
  margin: 0 5px;
  float: left;
}

.breadcrumblist {
	padding: 10px 0;
  margin-bottom: 30px;
	background-color: #f5f5f5;
}

.footer{margin-top: 20px;}

.address-contact p,li {
  padding-left: 10px;
}

ul.dashed {
  padding: 0;
}

.sitemap h3 {
  color: black;
  text-align: center;
  text-decoration: underline;
  padding-bottom: 30px;
}

.sitemap ul.sitemap-links li a {
  font-size: 18px;
}

.products h3 {
  padding-bottom: 30px;
  text-align: center;
  text-decoration: underline;
  color: black;
}

.products div.desc h4 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.products div.desc h4 a {
  color: #000f32;
}

.products {
  margin-top: 20px;
  margin-bottom: 10px;
}

.custom-prod {
  border: 1px solid #000f32;
  padding: 10px;
  margin-bottom: 15px;
}

.custom-prod a {
  cursor: pointer;
}

.product-modal img {
  width: 100px;
  height: 100px;
}

.product-modal p{
  float: left;
}

.product-modal table {
  border:1px solid black;
  width: 100%;
}

.product-modal th {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

.product-modal th:last-child {
  border-right: none;
}

.product-modal tr td {
  border: 1px solid black;
}

.product-modal tr td:first-child {
  border-top: none;
}

.product-modal tr:last-child {
  border-bottom: none;
}

.product-modal tr td {
  border-right: none;
}

.product-modal th, td {
  text-align: center;
  padding: 5px;
  margin: 5px;
}

.mission, .vision ul li {
  font-size: 16px;
}

.short-desc, .address p {
  color: white;
}

@media only screen and (max-width: 767px) {
  ul.social {
    float: none;
    text-align: center;
    width: 100%;
    display: block;
  }
  ul.social li {
    width: auto;
    display: inline-block;
    float: none;
  }
}
