.navbar {
	opacity: 1;
  background: #fff;
}  
.green-btn {
background: #00B0F0;
}
.green-btn:hover {
background: #91CFE3;
}
.red-btn {
background: #00B0F0;
}
.red-btn:hover {
background: #91CFE3;
}
a {
    color: #00aebf !important;
}
.header-content-wrap {
 background:none !important;
}
.focus-box:nth-child(4n+1) .red-border-bottom::before {
    background: #00aebf none repeat scroll 0 0;
}
.focus-box:nth-child(4n+2) .red-border-bottom::before {
    background: #00aebf none repeat scroll 0 0;
}
.focus-box:nth-child(4n+3) .red-border-bottom::before {
    background: #00aebf none repeat scroll 0 0;
}
.focus-box:nth-child(4n+1) 
.service-icon:hover {
border: 10px solid #E3E5E8;
}
.focus-box:nth-child(4n+2) 
.service-icon:hover {
border: 10px solid #E3E5E8;
}
.focus-box:nth-child(4n+3) 
.service-icon:hover {
border: 10px solid #E3E5E8;
}
body.custom-background {
    background-size: cover !important;
}
.testimonial {
  	padding-top: 0px;
	padding-bottom: 50px;
	overflow: hidden;
	background: #e8f7fc;
  opacity: 0,8;
}
.zerif-copyright-box {
  display: none;
}
.red-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #00aebf;
	bottom: -9px;
	left: 12.5%;
}
.red-border-bottom:after {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 75%;
	height: 2px;
	background: #00aebf;
	bottom: -9px;
	left: 12.5%;
}
.navbar-inverse .navbar-nav>li>a:hover {
	background-color: none;
  color: #00aebf;
}

.focus-box p, .about-us p, div {
    font-size: 17px;
}

.section-header .section-legend {
    font-size: 20px;
}

.focus-box h3 {
    font-size: 20px;
    letter-spacing: 1px;
}

.custom-button {
    letter-spacing: 1px;
    font-size: 20px;
}

