.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #571414;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #571414;
  bottom: 0;
  left: 0;
}
img, video, iframe, embed, object {
	max-width: 80%;
	height: auto;
}
/* Features
    -------------------------------------------------*/
.fetaure-details {
	margin-bottom: 45px;
}
.features .features-left {
	text-align: right;
}
.features .features-right {
	text-align: left;
}
#features h4 {
	color: #000;
	font-size: 24px !important;
}
#features p {
	color: #494949;
	font-size: 16px;
}
.features .phone-image {
	max-width: 250px;
	margin: auto auto 80px;
}
#aboutUs {
	background: #fff;
	padding-top: 35px;
	padding-bottom: 25px;
	overflow: hidden;
}
#aboutUs .feature {
	margin-top: 30px;
	margin-bottom: 54px;
}
#aboutUs .right {
	padding-left: 32px;
	float: right;
}
#aboutUs .left {
	padding-right: 32px;
	float: left;
}
#aboutUs h3 {
	font: 18px/34px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
}
.fluid-video-wrapper {
	margin-top: 18px;
}
#aboutUs .left {
	padding-right: 32px;
	float: left;
}
#aboutUs .right {
	float: right;
}
.row .six {
	width: 50%;
}



	
	@media (max-width: 768px) {
	.banner-container {
		height: 700px;
	}
	#home .heading h2 {
		font-size: 44px !important;
	}
	#home .heading strong {
		font-size: 19px;
	}
	.styled div {
		display: inline-block;
		margin-left: 10px;
		font-size: 50px;
	}
	.styled div span {
		font-size: 23px;
	}
	.row .six {
		width: auto;
	}
	.hero-img {
		display: none;
	}
	.header .navbar-nav > li > a {
		padding: 25px 12px;
	}
	#aboutUs {
		background: #fff;
		padding-top: 35px;
		padding-bottom: 25px;
		overflow: hidden;
	}

	#aboutUs .right {
		padding-left: 12px !important;
		padding-right: 12px !important;

		float: right;
	}
	#aboutUs .left {
		padding-right: 12px !important;
		padding-left: 12px !important;

		float: left;
	}
	#aboutUs img{
		max-width: 100%;
		height: auto;
	}
	}

	/* Content
==================================== */

#content {
	position:relative;
	background:#8f8f8f6e;
	padding: 12px 0 12px 0;
}

.panel-title a {
	color: inherit;
	font-weight:bold !important;
	font-size: 20px;
	}
	.panel-title>a:hover, .panel-title>a:focus, .panel-title>a:active{
	text-decoration:none;
	color:#611818;
	}
	.cta-text {
		text-align: center;
		margin-top:10px;
	}
	
	
	.big-cta .cta {
		margin-top:10px;
	}
	 
	.box {
		width: 100%;
	}
	.box-gray  {
		background: #f8f8f8;
		padding: 20px 20px 30px;
	}
	.box-gray  h4,.box-gray  i {
		margin-bottom: 20px;
	}
	.box-bottom {
		padding: 20px 0;
		text-align: center;
	}
	.box-bottom a {
		color: #fff;
		font-weight: 700;
	}
	.box-bottom a:hover {
		color: #eee;
		text-decoration: none;
	}
	#accordion-alt3 .panel-heading h4 {
		font-size: 13px;
		line-height: 28px;
		}
		.panel .panel-heading h4 {
		font-weight: 400;
		}
		.panel-title {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 20px;
		color: inherit;
		}
		.panel-group .panel {
		margin-bottom: 0;
		}
		.panel {
		margin-bottom: 10px !important;
		/* background-color: #FFFFFF; */
		 border-bottom: 1px solid black;
		/*border-radius: 5px;
		-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
		box-shadow: 0 1px 1px rgba(0,0,0,0.05);
		} */}
		#accordion-alt3 .panel-heading h4 a i {
		font-size: 20px;
		line-height: 18px;
		width: 28px;
		height: 38px;
		margin-right: 5px;
		color: #531212;
		text-align: center;
		border-radius: 50%;
		margin-left: 6px; 
		font-weight: bold;
		} 	