.about-banner-section, .banner-content h2 {
	font-size: 73px;
	text-transform: uppercase;
	color: #ffffff;
	font-style: italic;
	font-family: "Franklin Gothic";
	line-height: 74px;
	font-weight: 800;
}
html .about-banner-section .banner-container {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}
html .about-banner-section .banner-content-sec {
	position: relative;
}
html .about-banner-section .banner-img-wrap {
	height: 455px;
	clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
}
html .about-banner-section .banner-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
}
.about-title {
	text-align: center;
}
.contact-page .contact-us-banner {
	background-image: url("../images/contact-us-banner.png");
	background-position: 0px -97px;
	position: relative;
	background-size: cover;
}
.contact-us-banner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
.contact-title h5 {
	font-size: 32px;
	line-height: 31px;
	color: #a0a2a5;
	font-weight: 700;
	font-family: "Lato";
}
.contact-us .contact-details {
	text-align: center;
	padding-top: 26px;
}
.contact-us .heading h5 {
	font-size: 34px;
	line-height: 31px;
	color: #fff;
	font-style: italic;
	font-family: "Franklin Gothic";
	text-align: center;
	font-weight: 800;
}
.contact-types .box-detail {
	width: 34.5%;
}
.contact-types .address.box-detail {
	background: #F57D2B;
	padding: 46px 0 52px 0;
}
.contact-types li {
	font-size: 23px;
	line-height: 49px;
	color: #a0a2a5;
	font-weight: 400;
	font-family: "Lato";
}
.contact-types .address li {
	color: #fff;
	line-height: 40px;
}
.contact-us .contact-types {
	display: flex;
	justify-content: center;
	padding-top: 73px;
}
.contact-types .address-details .address-locate {
	padding-top: 20px;
}
.contact-types .phone-details {
	padding: 40px 0 40px 0;
}
.contact-types .phone-heading {
	padding-bottom: 8px;
}
.contact-types .address .address-ul {
	max-width: 245px;
	margin: 0 auto;
}
.contact-types .bussiness .heading h5 {
	color: #a0a2a5;
}
.contact-types .bussiness.box-detail {
	border: 3px solid #7d7e80;
	margin-left: 46px;
	padding-top: 46px;
}
.contact-types .number li a {
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	display: inline;
	cursor: pointer;
	color: #ffffff;
}
.contact-types .address .directions a {
	font-size: 24px;
	line-height: 31px;
	text-decoration: underline;
	color: #ffffff;
	font-style: italic;
	font-weight: 900;
	font-family: "Franklin Gothic";
	transition: 0.5s all;
	display: inline;
}
.contact-types .number li a:hover, .contact-types .address .directions a:hover { 
	color: #000;
}
.contact-types .bussiness .opening-hours {
	padding-top: 26px;
}
.opening-days li.day .days {
	width: 100%;
	max-width: 144px;
	text-align: left;
}
.opening-days {
	padding-left: 68px;
}
.About-vine-section.contact-us {
	padding: 40px 0 170px 0;
}
.opening-days li.day {
	text-align: left;
}