/*
Theme Name: Coral Reef Child
description: Client Theme - Coral Reef
Template: coral-reef-parent
Version: 1.0.0
Text Domain: coral-reef-child
Author: BCW
*/
.gradient-section {
	padding: 100px 0;
  background-image: linear-gradient(90deg, var(--color-2) 0%, rgba(0, 0, 0, 0) 100%);
}
.gradient-section p:last-child {
	margin-bottom: 0;
}
.primary-footer .form-col .background {
	opacity: .7;
}
.form-section .background {
	opacity: .4;
}
.services-section .services {
	justify-content: center;
}
.background-features .feature h2 {
	font-size: 54px;
}
body.sticky .primary-header .logo-col img {
	max-height: unset;
}
.primary-header .logo-col {
	flex: 0 0 280px;
}
.banner-section .carousel-inner .overlay img{
	opacity: 1;
}
@media screen and (min-width: 991px) {
	.services-section .services .service {
		flex: 0 1 calc(50% - 6px);
	}
}