.page-template-page-redesign-home #testimonial,
.client-logos.js-client-logos.push-double-xxs--bottom,
section#cta-form.cta--form {
    display: none;
}

.ls-heading {
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 40px;
    text-align: center;
    position: relative;
}

.ls-heading::after {
    content: '';
    background: #248DD1;
    height: 5px;
    width: 19%;
    margin: auto;
    display: block;
    margin-top: 8px;
}

.ls-subheading {
	font-size: 28px;
	display: block;
	line-height: 1.5;
}

.pd-both { padding-top: 70px; padding-bottom: 70px; }
.pd-top { padding-top: 70px; }
.pd-bottom { padding-bottom: 70px; }

h2 { 
	font-size: 28px;
	margin-top: 0
}

a.btn {
	padding: 15px 35px;
}

a.btn--blue {
	background: #3268C8;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	margin-top: 20px;
	font-size: 14px;
	font-weight: 600;
}
a.btn--blue:hover {
	background: #0D1C33;
	color: #fff;
}

.align-center {
    text-align: center;
}

/* Banner section */
.lr-homepage-banner.masthead {
	background: transparent;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.lr-homepage-banner.masthead:before {
    content: '';
    background: url('https://www.hydroworx.com/content/uploads/2023/07/lr-wave.png') no-repeat;
    background-position: bottom;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 1;
}

.hm-banner_bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	z-index: -1;
}

header#masthead {
    display: none !important;
}

.hm-banner_content {
    width: 100%;
    padding: 50px 0px 60px;
	position: relative;
	z-index: 1;
}

.hm-banner_content h1, 
.hm-banner_content h3 {
    margin: 0;
    color: #fff;
}

.hm-banner_content h3 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.2;
}
.hm-banner_content h1 {
    font-size: 50px;
    text-transform: none;
    margin-bottom: 20px;
}

.hm-banner_content h1 strong {
    font-size: 70px;
}

@media (min-width: 768px) {
	.hm-banner_content {
		width: 70%;
	}
}
@media (min-width: 1025px) {
	.hm-banner_content {
		width: 50%;
		padding: 123px 0px 115px;
	}
	.hm-banner_content h1 {
    	font-size: 70px;
	}
	.hm-banner_content h1 strong {
		font-size: 120px;
		line-height: 0.4;
	}

}

/* Category Section */

.lr-category-section .category-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 11px  rgba(0,0,0,0.15);
    max-width: 505px;
    margin: auto auto 38px;
	width: 100%;
	padding: 0; 
}

.lr-category-section .category-img { 
    margin-bottom: 0;
    max-height: 280px;
    overflow: hidden;
    height: auto;
}

.lr-category-section .category-img a {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    display: block;
}

.lr-category-section .category-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
}

.lr-category-section .category-content {
    padding: 30px;
}

.lr-category-section .category-title {
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.lr-category-section .category-description {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Client Logos */
.lr-logos-section h2 {
    text-align: center;
}

/* Industry Section */
.lr-industry-section .container {
    max-width: 1300px;
}

.lr-industry-section {
    background: #0D1C33;
    color: #fff;
}

.lr-industry-section h2.ls-heading {
    color: #fff;
}

.lr-industry_box {
	position: relative;
	max-width: 500px;
	min-height: 275px;
	z-index: 1;
	margin: auto auto 30px;
}

.lr-industry_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: -1;
}

a.industry-link {
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

a.industry-link span {
    background: rgba(13, 28, 51,0.7);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 8px;
    margin-left: 10px;
    margin-bottom: 10px;
	transition: all 0.3s ease 0s;
}

a.industry-link:hover span {
    background: rgba(52, 108, 204,0.7);
}

/* Half Content + video */
.lr-half-content-video .half-video {
    margin-top: 50px;
}

@media (min-width: 1025px) {
	.lr-half-content-video .half-video {
		margin-top: 0;
	}
}

/* Resource Section */

.lr-resource-section .card--picture-wrap {
    max-width: 500px;
}

.lr-resource-section a.btn {
    padding: 10px;
}

@media (max-width: 1024px) {
	.lr-resource-section .card--picture-wrap {
    	margin: auto auto 30px;
	}
}

/* Form Section */
.lr-form-section .form-heading {
    font-size: 44px;
    font-weight: 500;
    text-transform: none;
}

.lr-form-section .form-box {
    box-shadow: 0 0 11px rgba(0,0,0,0.15);
    padding: 30px;
    position: relative;
}

.lr-form-section .form-box h3 {
    color: #0d1b33;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: normal;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}