#car #about-pic
{
	background:url(/wp-content/uploads/2018/05/car_bg.jpg) no-repeat center center;
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
}
header a
{
	color:#fff;
}
.abouttwo
{
	background: url(/wp-content/themes/bootstrap-basic4/img/bg.jpg) no-repeat;
	background-size: cover;
}
.playbtn_bg
{
	width:82px;
	height:82px;
	background:rgba(255, 255, 255, 0.43);
	border-radius:50%;
	position:relative;
	cursor:pointer;
	transition:all 500ms ease;
}
.playbtn_bg:hover
{
	background:rgba(255, 255, 255, 0);
}
.playbtn
{
	position:absolute;
	border-radius:50%;
	background:#fff;
	top:11px;
	bottom:11px;
	left:11px;
	right:11px;
}
.playbtn i
{
	width: 100%;
    text-align: center;
}
.playbtn i:before
{
	position:relative;
	line-height:60px;
	font-size:16px;
	color:#d59784;
}
.title-section
{
	padding:40px 0;
	text-align:center;
}
.page-template-page-car .title-section h2
{
	font-size:46px;
	padding-top: 0px;
    font-weight: 400;
    margin-bottom: 15px;
}
.modal-header
{
	padding:5px 20px;
}
.modal-body iframe
{
	width:100%;
}
