.btn-red {border-color: red; color: red;}
.btn-red:hover {background: red;}

.btn-red-white {border-color: red; color: #FFF;}
.btn-red-white:hover {background: red;}

.btn-white-red {border-color: red; color: #FFF;  background: red;}
.btn-white-red:hover {border-color: #FFF; color: red; background: #FFF;;}


.btn-white-top {background: none; color: #FFF; border-color: #FFF;}
.btn-white-top:hover {background: #FFF; color: red; border-color: #FFF;}

.btn-black-text {background: #000; color: #FFF; border-color: #000;}
.btn-black-text:hover {background: #FFF; color: red;  border-color: #FFF;}


	.members-section {
	
	margin-bottom: -80px;
	
	
	}
	
	.row-wrapper .col-sm-4 {
  		border-right: 1px solid rgba(0, 0, 0, 0.2);
		}
	
	.client-row .col-sm-4 {
			  display: inline-block;
			  min-height: 80px;
			  line-height: 80px;
			  padding-top: 16px;
			  padding-bottom: 16px;
			}
	.row-wrapper .col-sm-4:last-child {
		  border-right: none;
		}
		
		
		
		.top-bar {
  background: #F5F5F5;
  }
  
 .simple-bar .logo {max-height: 75px;   margin-top: -15px;} 
 
 .simple-bar .nav-menu {
  padding-top: 50px;
  }
  .simple-bar .menu li a {
  padding-bottom: 50px;
}
  
  .menu li a { font-size: 14px; }
  
   .simple-bar.nav-sticky .logo {
  max-height: 65px;
  }




 
  
  
  /* footer */
  .social-links {
  overflow: hidden;
  display: inline-block;
}
  
  .footer-6 {
  background: #292929 !important;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Lato','Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 0px;
}
.footer-6 h5 {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  font-family: 'Lato','Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer-6 .tweet {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}
.footer-6 .tweets-feed a {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}
.footer-6 .timePosted {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}
.footer-6 .tweets-feed li {
  margin-bottom: 24px;
}
.footer-6 .tweets-feed li:nth-child(n+3) {
  display: none;
}
.footer-6 .link-list a {
  color: #fff;
  opacity: 0.7;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.footer-6 .link-list li {
  margin-bottom: 8px;
}
.footer-6 .link-list a:hover {
  opacity: 1;
  color: #fff;
}
.footer-6 .footer-lower {
  padding-top: 32px;
  border-top: 1px solid #444;
  margin-top: 48px;
  overflow: hidden;
}
.footer-6 .footer-lower span {
  opacity: 0.6;
  font-size: 12px;
}
.footer-6 .footer-lower .social-links {
  float: right;
}
.footer-6 .social-links a {
  font-size: 16px;
  opacity: 0.5;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  color: #fff;
}
.footer-6 .social-links a:hover {
  opacity: 1;
}
.footer-6 .social-links li {
  margin-right: 32px;
  float: left;
  position: relative;
}
.footer-6 .social-links li:last-child {
  margin-right: 0;
}
.footer-6 .logo {
    max-height: 60px;
  display: inline-block;
  margin-bottom: 30px;
}
@media all and (max-width: 990px) {
  .footer-6 .tweets-feed {
    margin-bottom: 48px;
  }
  .footer-6 .link-list li {
    float: left;
    margin-right: 32px;
  }
}
@media all and (max-width: 767px) {
  .footer-6 div[class*="col-"] {
    margin-bottom: 32px;
  }
  .footer-6 .tweets-feed {
    margin-bottom: 0;
  }
  .footer-6 br {
    display: block;
  }
  .footer-6 .social-links {
    float: left;
    display: block;
    width: 100%;
    margin-top: 24px;
  }
}











.about-body {margin-bottom: 20px;}






  
  
  
  @media screen and (max-width: 767px) {
  
  .simple-bar .logo {
        max-width: 200px;
        margin-top: -30px;

  }
  .simple-bar .menu li a {
  padding-bottom: 0px;
}

.btn {
  margin-top: 16px;
  margin-bottom: 25px;
}
  
  }
  
  
  @media screen and (max-width: 790px) {
  
  .simple-bar .menu li {
	  margin-right: 20px;
	}
   .simple-bar .menu li a {  font-size: 12px;}	
	
   .btn {min-width: 100px}
	
   .simple-bar .logo {
        max-width: 200px;
       

      }
	
	}
  
  @media screen and (min-width: 800) {
  
	.simple-bar .menu li {
	  margin-right: 40px;
	}
	

}