.mobile-view{
	display:none;
}
.justify-center{
	justify-content:center;
}
.section video{
	position: relative;
	left: 0;
	width: 100%;
	z-index: 1;
	transform: translateX(0) translateY(0);
}
video.small-video {
	border-radius: 10px;
}
.left-sticky {
	position: sticky;
	top: 120px;
	height: calc(100% - 40px);
}
.btn-blue-rectangle{
	margin-top: 0px;
}
.text-banner .row{
	max-width: 1310px;
	margin: 0 auto;
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	padding-top: 120px;
}
.page-template-tp-general-template-hire #fullpage .text-banner .banner-main-content h5,
.page-template-tp-general-template-hire #fullpage .text-banner .banner-main-content h1,
.text-banner .banner-main-content p{
	font-family: "Figtree", sans-serif;
	color:#fff;
	font-style: normal;
	text-decoration: none;
	line-height: 1.4;
}
.page-template-tp-general-template-hire #fullpage .text-banner.left .banner-main-content h5,
.page-template-tp-general-template-hire #fullpage .text-banner.left .banner-main-content h1,
.text-banner.left .banner-main-content p{
	text-align:left;
}
.page-template-tp-general-template-hire #fullpage .text-banner .banner-main-content h1{
	font-size: 44px;
	font-weight: 600;
	margin-bottom: 20px;
}

.page-template-tp-general-template-hire #fullpage .text-banner .banner-main-content h5{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.center-text-banner .banner-main-content p {
	font-size: 20px;
	font-weight: 300;
}
@media (max-width: 1440px) {
	.banner-main-content {
		padding-left: 0px;
	}
}
@media only screen and (max-width: 767px) {
	.mobile-view{
		display:block;
	}
	.web-view{
		display:none;
	}
	.text-banner .row {
		padding-top:30px;
	}
	.text-banner .banner-main-content {
		padding: 10px 0px 30px;
	}
	.text-banner .banner-left-box {
		padding: 0px;
		order: 3;
	}	
	.page-template-tp-general-template-hire #fullpage .text-banner.left .banner-main-content h5,
	.page-template-tp-general-template-hire #fullpage .text-banner.left .banner-main-content h1,
	.text-banner.left .banner-main-content p{
		text-align:center;
	}
	.page-template-tp-general-template-hire #fullpage .text-banner .banner-main-content h1{
		font-size: 24px !important;
	}
	.page-template-tp-general-template-hire #fullpage .text-banner .banner-main-content h5{
		font-size: 20px;
	}
	.center-text-banner .banner-main-content p {
		font-size: 16px;
	}
	.left-sticky {
		position: relative;
		top: 0px;
		height: auto;
	}
}