.btn-solid {
	background-color: #00acac;
	color: #fff;
}
.btn-default:hover {
	color: #fff !important;
}
.text-small {
	font-size: 15px;
}

/* Header Styles */

.navbar-brand img {
	height: 45px;
}
p.header-contact {
	color: #333 !important;
	font-size: 12px !important;
}


/* Home Banner */
#particles-js {
	background: url('https://www.companybe.com/images/banner_bg_topo.jpg');
	background-size: cover;
}

#our-process, #contact {
	background-color: #fff;
}
#our-process .process-box {
    border-right: 0px solid #2d2d2d;
}
#our-process .process-number, #our-process h2 {
	color: #333;
}
#contact h2, #contact h4, #contact h5 {
	color: #333;
}

/* Services */

.services-box {
	min-height: 305px;
}
.services-badge {
    color: #eb8023;
}

/* Pricing */

#myTabs.nav {
	text-align: center;
}
.nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    margin-left: auto;
    margin-right: auto;
    width: 170px;
    display: inline-block;
}
#myTabs li.nav-item {
	font-weight: 900;
}
#myTabs li.nav-item.active a {
	color: #000 !important;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	background-color: #fff;
}
#myTabs li.nav-item a:hover {
	background-color: #fff;
	color: #000;
	border-radius: 0;
}
#myTabContent.tab-content {
    border: 0px solid #313131;
}
#pricing .price-blocks {
	display: block;
}
#pricing, .background1 {
	background-color: #fff;
}
#pricing h2, #timeline h2, #timeline .heading-1, #timeline .subheading {
	color: #333;
}
.plan {
	background-color: #fff;
	min-height: 580px;
}
.plan li {
    color: #333;
    border-top: 1px solid #ebebeb;
}

/* Testimonials */

.testimonial-carousel h2 {
	margin: 30px 0 40px;
}
.carousel-inner img {
	width: 100%;
}
.testimonial-text {
	
}
.testimonial-text > blockquote > p {
	vertical-align: middle;
	display: table-cell;
	height: 290px;
}

/* Contact */
.rbt-tst {
	visibility: hidden;
}

/* Footer */

Footer .logo img {
	max-width: 100px;
}
.btn-up-footer {
	font-size: 30px;
	padding: 5px 17px 0;
}

@media (max-width:992px) {
.testimonial-text > blockquote > p {
	height: 270px;
}
}
@media (max-width:767px) {

.navbar-brand {
    height: auto;
    padding: 21px 15px 0 15px;
}
 .navbar-brand img {
	height: 35px;
}
.plan {
    min-height: 0;
}
}

@media (max-width:450px) {
.modal-header .close {
    margin-right: -30px;
	margin-top: -45px;
}
}