header.header-one .head {
    margin-right: auto;
    margin-left: initial;
    width: 52%;
}
header.header-one h1 {
    font-size: 2.5rem;
	width: 30rem;
	line-height: 60px;
}
header.header-one h2 {
    color: #F6AA1C;
    font-size: 4.3rem;
    line-height: 90px;
}
header.header-one h3 {
	color: var(--blue-light);
	/* font-size: 1.8rem; */
}
header.header-one .head p {
    font-weight: 300;
    font-size: var(--font-size-h5);
}
.site-header {
	position: relative;
}
.header-image img {
	display: block;
	width: 100%;
}
header.header-one .section-content-inner {
    width: 100%;
}
.text-over-image .section-content-wrap {
    background-color: transparent;
}
.header-one .button-wrap a.button{
	margin-right: 1rem;
}
@media(min-width: 992px){
	.text-over-image .section-content-wrap .section-content-inner {
		margin-top: 5rem;
	}
	.header-two .section-content-wrap {
		min-height: 33rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header-two .section-content-wrap .section-padding {
		display: block;
		width: 100%;
	}
	.header-one.desktop-header-under-nav {
		margin-top: -4.2rem;
		max-height: 37rem;
		margin-top: -1rem;
		max-height: 40rem;
        overflow: hidden;
	}
	.header-one .header-image {
		overflow: hidden;
		position: relative;
		height: calc(100vh - 5rem);
	}
	.header-one .header-image .banner-video {
		transform: translateY(-50%);
		top: 50%;
		position: absolute;
	}
	body.home .header-one.text-over-image .section-content-wrap .section-content-inner {
        margin-top: 0;
    }
	header.video-height-large .header-image {
		max-height: 44rem;
		overflow: hidden;
	}
	header.video-height-small .header-image {
		max-height: 32rem;
		overflow: hidden;
	}
	header.video-height-small.banner-video-margin-top .header-image .banner-video {
		margin-top: -17rem;
	}
}
@media(max-width: 991px){
	header.header-one .content .text {
		text-align: center;
	}
	header.header-one .section-padding .head > .text-inner {
		text-align: center;
	}
	header.header-two h1 {
		text-align: center;
	}
	.head {
		width: 100%!important;
	}
	header.header-one .button-wrap {
        justify-content: center;
		margin-top: 1.5rem;
    }
	header.header-one {
		text-align: center;
	}
	header.header-one h1 {
		letter-spacing: 0.1rem;
		text-align: center;
	}
	header.header-one h2 {
		font-size: 3.25rem;
		line-height: 60px;
	}
	header.header-one h1 {
		font-size: 1.9rem;
		width: 100%;
		line-height: 40px;
	}
}

@media(max-width: 480px){
	.header-image {
        direction: rtl;
    }
	.text-over-image .section-content-wrap {
		position: initial;
		background-image: url(../img/hero-content-bg-mobile-2.png);
		background-repeat: no-repeat;
        background-position: top;
        background-size: 100% 100%;
        margin-top: -6rem;
        position: relative;
        padding-bottom: 4rem;
        padding-top: 2rem;
	}
	header.header-one.mobile-center-video {
		width: 100%;
		height: calc(100vh - 5rem);
		overflow: hidden;
	}
	header.header-one.mobile-center-video .responsive-bg {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	header.header-one.mobile-center-video .header-image {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100vw;
	}
	header.header-one.mobile-center-video .section-content-wrap {
		z-index: 2;
	}
    header.header-one .banner-video.desktop-and-mobile {
        width: 205%;
        margin-left: initial;
    }
}
