.header-logo img {
	max-height: 80px;
}
.hero-content-2 ul {
	
}
.cleanUl li {
	list-style: none;
    margin: 0px;
}
.hero-content-2 li {
	list-style: none;
    margin: 0px;
    color: #fff;
}
.slider-item .slide-img-wrap img {
	opacity: 0.6;
}

.slider-item .slide-img-wrap {
	background-color: #333;
}
.testi-img img {
	height: 100px;
	width: 100px;
}
.request-map-wrapper img {
	min-height: 470px;
	border-radius: 13px;
}

.testi-item .testi-top-1 .testi-author .name span {
    font-size: 16px;
    color: var(--bz-color-theme-primary);
    font-weight: 400;
    margin-top: 5px;
    display: block;
}
.testi-top-1 img {
	max-height:220px;
	max-width:220px;
	border:1px solid #ccc;
}
.client-itmm.testi-item .post-content p {
	text-align: justify;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}
.about-section-4 .service-details-content .service-thumb-wrap {
	display: block;
}
.content-wrapper {
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(112, 112, 112, .5);
    width: 100%;
}
.tile-content {
    padding: 10px 10px 58px;
}
.headline {
    font: 32px / 40px FortExtraBold, Arial, sans-serif;
    padding-bottom: 32px;
}
.sub-headline {
    font: 20px / 28px FortBold, Arial, sans-serif;
    padding-bottom: 16px;
}
.request-map-wrapper video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.cta {
	position: relative;
}
.cta-container-box {
    position: absolute;
    bottom: 0;
    display: inline-block;
	top: -34px;
}
.cta.button {
    border-color: #000;
    background-color: #000;
	margin-bottom: 0;
    padding: 12px 24px;
    border-radius: 0;
}
.cta.button .label {
	color: #fff;
}
.tile-content {
	text-align: center;
}
.tile-content img {
	height: auto;
}
.cta.button .icon {
    display: inline-block;
    float: none;
    margin: auto 8px auto 0;
    color: #ff4713;
}
.cta .icon.fa-angle-right {
    font-size: 16px;
}
@media (min-width: 768px) {
	body .tile-content img {
		height: 450px;
	}
}
.tab-services {}

/* Sticky navbar */
.tab-services .navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #000;
  display: flex;
  padding: 0px 30px 0px;
}

.tab-services .navbar a {
  color: #fff;
  text-decoration: none;
  padding: 15px 20px;
  font-weight: bold;
  display: inline-block;
}
.container-2.no-margin {
	margin: 0px;
}
.video-js[tabindex="-1"], .video-js {
	width: 100%;
}

.tab-services .navbar a.active, .tab-services .navbar a:hover {
  background: #fff;
  color: black;
}
.tab-services .social-icons img {
	max-width: 160px;
    max-height: 120px;
}
.footer-2 img {
    max-height: 52px;
}
body .service-details-content .service-thumb-wrap {
	display: block;
}
body .header .middle-header {
    border-bottom: none;
}
body .header .container-2 {
    border-bottom: 1px solid var(--bz-color-border-1);
}
@media only screen and (min-width: 992px) {
	header .primary-header .sidebar-icon {
		display: none !important;
	}
}
/*@media only screen and (max-width: 992px) {
    body .header .middle-header .middle-header-inner .header-logo {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    body .header .middle-header{
		display: block;
	}
}*/
@media (max-width: 600px) {
  .tab-services .navbar {
	flex-direction: column;
  }
}
