style.css 2.53 KB
#main-nav {
	padding: 10px 0;
}

#main-nav .navbar-toggle {
    border: 1px solid #4E5961;
    border-radius: 0;
}

#main-nav .icon-bar {
    background: #4E5961;
}

#main-nav a {
	color: #000;
}
#main-nav .active a {
	color: #ed1b24;
}

.services-box {
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #eee;
}
.services-box i {
  color: #ed1b24;
  font-size: 44px;
  margin-bottom: 15px;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ed1b24;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.services-box h1 {
  font-size: 18px;
  margin-bottom: 0px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
.services-box:hover i {
  border-color: #ed1b24;
  background-color: #ed1b24;
  color: #fff;
}

.services-icon {
  text-align: center;
}

.services-icon i {
  color: #fff;
  width: 80px;
  line-height: 80px;
  height: 80px;
  font-size: 34px;
  text-align: center;
  background-color: #ed1b24;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}

h3.heading-sec {
  font-weight: 700;
  display: block;
  margin-bottom: 40px;
  color: #000;
  font-size: 29px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
}

.line-bottom-nav {
   border-bottom: 2px solid #ed1b24;
}

.line-bottom-title {
    display: inline-block;
    border-bottom: 2px solid #ed1b24;
    padding-bottom: 7px;
}
.display-content {
	width: 25%,
	background: #fff;
    color: #3498db;
    float: left;
    padding:0 15px; 
}

.display-content img {
	display: block;
    max-width: 100%;
    height: auto;
}

#customer .pagination {
	float: right;
}
.filtering {
	padding: 0;
}
.copyright {
	text-align: center;
	height: 150px;
	width: 100%;
	background: #ed1b24;
	display: table;
}
.copyright .container {
	display: table-cell;
	vertical-align: middle;
}

@media (max-width: 767px) {
  .copyright {
	height: 100px;
  }
}

.space-10 {
  width: 100%;
  height: 10px;
  clear: both;
}

.space-20 {
  width: 100%;
  height: 20px;
  clear: both;
}

.space-30 {
  width: 100%;
  height: 30px;
  clear: both;
}

.space-40 {
  width: 100%;
  height: 40px;
  clear: both;
}

.space-50 {
  width: 100%;
  height: 50px;
  clear: both;
}

.space-70 {
  width: 100%;
  height: 50px;
  clear: both;
}