/*! PHA Inc. Front Page
---------------------------------------------------------------------------------------------------- */
/* # Table of Contents
- General Widget CSS
- Front Pages 1 – 9
- Media Queries
- 321 Custom CSS
	- fp1 – fp5
*/

/*! General Widget CSS
--------------------------------------------- */

.front-page-widget {
    width: 100%;
    padding: 60px 0;
    padding: 6rem 0;
    position: relative;
}

.front-page-widget:nth-of-type(even) {
    background-color: #f6f8fa;
    border-top: 1px solid #eceef1;
    border-bottom: 1px solid #eceef1;
}

.front-page-widget .widget:last-of-type {
    margin-bottom: 0;
}

.front-page-widget .textwidget {
    width: 100%;
}

.front-page-widget p,
.front-page-widget li {
    color: #232323;
}

/*! Front Page 1
--------------------------------------------- */

.front-page-1 {
    padding: 0;
    background-color: #c6cace;
}

.front-page-1>.wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.front-page-1 .slick-slider {
    max-height: 100vh;
}

.front-page-1 .slick-slide {
    min-height: 100%;
}

.front-page-1 .slick-dots {
    line-height: 0;
}

.front-page-1 .slick-wrap {
    padding-top: 40px;
    padding-top: 4rem;
    max-width: 88vw;
}

.front-page-1 .slick-content {
    max-width: 768px;
}

.front-page-1 .slick-arrow {
    visibility: hidden;
    overflow: hidden;
}

.front-page-1 h2 {
    font-size: 2em;
    margin-bottom: 0.382em;
}

.front-page-1 p {
    max-width: 512px;
    line-height: 1.382;
}

/*! Front Page 2
--------------------------------------------- */


.front-page-2 .wrap {
    padding: 0;
}

.front-page-2 .gallery img {
    width: 100%;
    height: auto;
    min-height: 10px;
    min-height: 1rem;
    padding: 0 6vw;
    margin: 2px;
}

.front-page-2 .gallery-item {
    margin: 0;
}

.no-js .front-page-2 .gallery-item {
    max-width: 50%;
}

.front-page-2 .slick-list {
    width: 100%;
}

.front-page-2 .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 100%;
}

/*! Front Page 3
--------------------------------------------- */

.front-page-3 .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.front-page-3 .wrap:before,
.front-page-3 .wrap:after {
    display: none;
}

.front-page-3 .widget hr {
    margin: 50px 0;
    margin: 5rem 0;
}

.front-page-3 .icon_widget {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.front-page-3 .icon_widget .widget-title {
    font-size: 19px;
    font-size: 1.9rem;
}

.front-page-3 .icon_widget i {
    display: inline-block;
}

.front-page-3 .mejs-container {
    max-width: 86vw;
    min-width: 86vw !important;
    border-radius: 6px;
    background-color: #f6f8fa;
}

.front-page-3 .mejs-mediaelement {
    overflow: hidden;
    box-shadow: 0 2rem 6rem -2rem rgba(42, 49, 57, 0.236);
    border-radius: 5px;
    padding: 0;
}

.front-page-3 .mejs-controls {
    display: none;
}

.front-page-3 .mejs-overlay-button {
    background-color: #ffffff;
    box-shadow: 0 2rem 3rem -1rem rgba(42, 49, 57, 0.5);
    border-radius: 9rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    height: 6rem;
    width: 60px;
    width: 6rem;
    transition: all 0.3s ease;
}

.front-page-3 .mejs-overlay-button:hover,
.front-page-3 .mejs-overlay-button:focus {
    transform: scale(1.05);
}

.front-page-3 .mejs-overlay-button:after {
    content: '►';
    display: block;
    line-height: 1;
    color: #2a3139;
}

.front-page-3 iframe {
    transform: scale(1.01);
}

/*! Front Page 4
--------------------------------------------- */

.front-page-4 .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.front-page-4 .widget:first-of-type {
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

/*! Front Page 5
--------------------------------------------- */

.front-page-5 {
    padding: 0;
    text-align: center;
    border: none !important;
}

/* .front-page-5 .wrap {
    width: 100%;
    min-width: 100%;
    padding: 0;
} */

.front-page-5 .widget-title {
    text-align: center;
    margin: 0 0 50px;
    margin: 0 0 5rem;
}

.front-page-5 .widget-subtitle {
    text-align: center;
    margin: 100px 0 1em;
    margin: 10rem 0 1em;
}

.front-page-5 .display-posts-listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100vw;
}

.front-page-5 .listing-item {
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.front-page-5 .image {
    display: block;
}

.front-page-5 .image:before {
    content: '';
    display: block !important;
    position: absolute;
    background: rgba(42, 49, 57, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    transition: all 0.3s ease;
}

.front-page-5 .image:before {
    opacity: 0;
}

.front-page-5 .image:hover:before,
.front-page-5 .image:focus:before {
    opacity: 1;
}

.front-page-5 .image:hover+.title,
.front-page-5 .image:focus+.title {
    opacity: 1;
    top: 50%;
}

.front-page-5 .title {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    transition: all 0.3s ease;
}

.front-page-5 img {
    min-width: 100%;
    transition: all 0.3s ease;
}

/*! Front Page 6
--------------------------------------------- */

.front-page-6 {
    background: #0072ff;
    background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$one', endColorstr='$two', GradientType=1);
    border: none !important;
    color: #ffffff;
}

.front-page-6 .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.front-page-6 .wrap:before,
.front-page-6 .wrap:after {
    display: none;
}

.front-page-6 .widget:last-of-type .button {
    margin-bottom: 0;
}

.front-page-6 p {
    color: #ffffff;
    max-width: 768px;
}

.front-page-6 .alignright {
    margin-left: 0;
}

/*! Front Page 7
--------------------------------------------- */

.front-page-7 {
    text-align: center;
}

.front-page-7 .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

.front-page-7 .wrap:before,
.front-page-7 .wrap:after {
    display: none;
}

.front-page-7 .widget {
    width: 100%;
}

.front-page-7 .pricing-table {
    margin-left: 6vw;
    margin-right: 6vw;
}

.front-page-7 hr {
    max-width: 88vw;
    margin-left: auto;
    margin-right: auto;
}

.front-page-7 ul blockquote {
    padding-left: calc(2em + 6vw);
    padding-right: calc(2em + 6vw);
}

/*! Front Page 8
--------------------------------------------- */

.front-page-8 .wrap {
    position: relative;
}

.front-page-8 .widget-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.front-page-8 .widget-title {
    text-align: center;
    width: 100%;
    margin-bottom: 1.618em;
}

.front-page-8 .widget-subtitle {
    text-align: center;
    width: 100%;
}

.front-page-8 .entry {
    padding: 30px;
    padding: 3rem;
    border-radius: 3px;
    border: 1px solid #eceef1;
    transition: all 0.3s ease;
}

.front-page-8 .entry:hover,
.front-page-8 .entry:focus {
    box-shadow: 0 2rem 6rem rgba(198, 202, 206, 0.2);
}

.front-page-8 .entry>a {
    display: block;
    margin: 0;
    width: calc(100% + 6rem);
    max-width: calc(100% + 6rem);
    margin: -30px -30px 30px;
    margin: -3rem -3rem 3rem;
    border-radius: 3px 3px 0 0;
}

.front-page-8 .entry>a img {
    border-radius: 3px 3px 0 0;
}

.front-page-8 .entry p:last-of-type {
    margin-bottom: 0;
}

.front-page-8 .entry-title {
    -ms-flex-order: 2;
    order: 2;
}

.front-page-8 p.entry-meta {
    -ms-flex-order: 1;
    order: 1;
    font-size: small;
}

.front-page-8 p.entry-meta:last-of-type {
    margin-bottom: 1em;
}

/*! Front Page 9
--------------------------------------------- */

.front-page-9 {
    background-size: cover;
    background-position: center;
    color: #ffffff;
    position: relative;
    text-align: center;
}

.front-page-9:before {
    content: '';
    display: block !important;
    position: absolute;
    background: rgba(42, 49, 57, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    transition: all 0.3s ease;
}

.front-page-9 .widget {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 768px;
}

.front-page-9 .widget-wrap {
    height: 100%;
}

.front-page-9 .widget_media_image {
    padding: 0;
    position: absolute;
    z-index: 0;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.front-page-9 .widget_media_image figure {
    min-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
}

.front-page-9 .widget_media_image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.front-page-9 .widget_media_image figcaption {
    position: absolute !important;
    background-color: #ffffff;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    height: 0.1rem;
    width: 1px;
    width: 0.1rem;
    border: 0;
    overflow: hidden;
}

.front-page-9 p {
    color: #eceef1;
}

.front-page-9 form {
    margin-top: 1.382em;
}

.front-page-9 ::-moz-placeholder {
    color: #eceef1;
    opacity: 1;
}

.front-page-9 ::-webkit-input-placeholder {
    color: #eceef1;
}

.front-page-9 input {
    background-color: rgba(255, 255, 255, 0.25);
    border: 0;
    margin: 0 auto 1em;
    color: #ffffff;
    display: block;
    transition: all 0.3s ease;
}

.front-page-9 input[type='submit'] {
    margin-bottom: 0;
    width: auto;
}

.front-page-9 input:hover,
.front-page-9 input:focus {
    background-color: rgba(255, 255, 255, 0.3);
}

/*! Media Queries
--------------------------------------------- */

@media (min-width: 384px) {
	.front-page-1 h2 {
		font-size: 2.2em;
		line-height: 1.236;
	}
    
	.front-page-1 p {
		line-height: 1.618;
	}
}

@media (min-width: 512px) {
    .front-page-1 .slick-arrow {
		visibility: visible;
	}

	.front-page-5 .listing-item {
		width: 50vw;
	}

	.front-page-9 input {
		display: inline-block;
		margin: 0 0.2em 1em;
		width: auto;
	}
}

@media (min-width: 768px) {
	.front-page-widget {
		padding: 10rem 0;
	}

	.front-page-1 {
		padding: 0;
	}

	.front-page-1 .slick-slider {
		max-height: 100vh;
	}

	.front-page-1 .slick-arrow {
		top: 50%;
	}

	.front-page-1 h2 {
		font-size: 3em;
	}

	.front-page-2 {
		padding: 5rem 0;
	}

	.front-page-2 .widget-wrap {
		max-width: calc(100% + 10vw);
		width: calc(100% + 10vw);
		margin: 0 -5vw;
	}

	.front-page-2 .gallery img {
		padding: 0 5vw;
	}

	.no-js .front-page-2 .gallery img {
		padding: 0 1rem;
	}

	.front-page-2 .gallery-item {
		margin: 0 !important;
	}

	.no-js .front-page-2 .gallery-item {
		max-width: 100%;
	}

	.front-page-3 .widget hr {
		margin: 7.5rem 0;
	}

	.front-page-3 .mejs-container {
		max-width: 100%;
		min-width: 100% !important;
	}

	.front-page-3 .mejs-mediaelement {
		box-shadow: 0 3rem 9rem -3rem rgba(42, 49, 57, 0.236);
	}

	.front-page-3 .mejs-overlay-button {
		height: 8rem;
		width: 8rem;
	}

	.front-page-4 .pull-left {
		max-width: 150% !important;
		width: 150%;
		right: 0;
		position: relative;
		margin-left: -50%;
	}

	.front-page-5 {
		padding: 0;
	}

	.front-page-5 .listing-item {
		width: 33.33333333333333vw;
	}

	.front-page-6 {
		padding: 10rem 0;
	}

	.front-page-6 .widget {
		margin-bottom: 0;
	}

	.front-page-6 p {
		margin-bottom: 0;
	}

	.front-page-7 .pricing-table {
		margin-top: 5rem;
		margin-left: 0;
		margin-right: 0;
	}

	.front-page-7 hr {
		max-width: 100%;
	}

	.front-page-7 ul blockquote {
		padding-left: 2em;
		padding-right: 2em;
	}

	.front-page-8 .entry {
		width: 31.62393%;
		margin-left: 2.5641%;
		clear: none;
		margin-bottom: 0;
		margin-top: 0;
	}

	.front-page-8 .entry:nth-of-type(3n + 1) {
		margin-left: 0;
	}

	.front-page-8 .entry:nth-of-type(1n + 4) {
		margin-top: 2.5641%;
	}

	.front-page-9 .wrap {
		padding: 5rem 0;
	}

	.front-page-9 input {
		margin-bottom: 0;
	}
}

@media (min-width: 896px) {
    .front-page-1 .slick-wrap {
		width: 92%;
		max-width: 1200px;
		padding-top: 10rem;
	}
	.has-before-header .front-page-1 .slick-wrap {
		padding-top: 14rem;
	}
	.has-nav-secondary .front-page-1 .slick-wrap {
		padding-top: 16rem;
	}
	.has-nav-secondary.has-before-header .front-page-1 .slick-wrap {
		padding-top: 20rem;
	}
}

@media (min-width: 1152px) {
    .front-page-2 {
		padding: 7.5rem 0;
	}
	.front-page-2 .widget-wrap {
		max-width: calc(100% + 7.5rem);
		width: calc(100% + 7.5rem);
		margin: 0 -3.75rem;
	}
	.front-page-2 .gallery img {
		padding: 0 3.75rem;
	}
}

/*** Start 321 CSS ***/

/* fp1 */

body.home .front-page-1 .fp1-section {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 11rem 0;
    z-index: 1;
}

body.home .front-page-1 .fp1-section:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

body.home .front-page-1 .fp1-section > .wrap {
    position: relative;
    width: 92%;
    max-width: 1200px;
    z-index: 3;
}

body.home .front-page-1 .fp1 h1 {
    color: #fff;
    font-size: 6rem;
    line-height: 1.182;
	text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

body.home .front-page-1 .fp1 p {
    color: #fff;
    width: 100%;
    max-width: 100%;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.1px;
    word-spacing: 0.4px;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

.fp1 .fp1-ctas {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3.5rem;
}

.fp1 .fp1-cta--button a {
    background: #fff;
    color: #333;
    width: fit-content;
    height: fit-content;
    font-weight: 500;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1;
    padding: 1.5rem 2.25rem;
    border: none;
    border-radius: 0;
    box-shadow: 0px 4px 13px -1px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    transition: 0.2s ease all;
}

.fp1 .fp1-cta--button a:hover {
    opacity: 0.92;
    box-shadow: none;
}

.fp1 .fp1-cta--link a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    gap: 1rem;
    text-decoration: none;
    transition: 0.2s ease all;
}

.fp1 .fp1-cta--link a:hover {
    opacity: 0.85;
    gap: 1.5rem;
}

/* fp2 */

body.home .front-page-2 {
    background: #fff;
    padding: 12rem 0 15rem;
}

body.home .front-page-2 .widget-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

body.home .front-page-2 h2.widget-title.widgettitle {
    font-size: 4.5rem;
    margin-bottom: 4rem;
}

.fp2 .featured-services-section {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.fp2 .featured-services-section .featured-service {
    display: block;
    background-color: #fff;
    position: relative;
    min-height: 285px;
    box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

/*.fp2 .featured-services-section .featured-service:first-of-type {
    grid-column: 1 / span 2;
}*/

.fp2 .featured-services-section .featured-service a.featured-service-link {
    color: inherit;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 285px;
    text-decoration: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.fp2 .featured-services-section .featured-service a.featured-service-link:hover,
.fp2 .featured-services-section .featured-service a.featured-service-link:focus {
    opacity: 1;
}

.fp2 .featured-services-section .featured-service a.featured-service-link:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transition: 0.2s ease all;
}

.fp2 .featured-services-section .featured-service:first-of-type a.featured-service-link:before,
.fp2 .featured-services-section .featured-service:nth-of-type(3) a.featured-service-link:before,
.fp2 .featured-services-section .featured-service:nth-of-type(6) a.featured-service-link:before {
    background-color: rgba(18, 41, 94, 0.85);
}

.fp2 .featured-services-section .featured-service:nth-of-type(2) a.featured-service-link:before,
.fp2 .featured-services-section .featured-service:nth-of-type(4) a.featured-service-link:before {
    background-color: rgba(20, 38, 83, 0.85);
}

.fp2 .featured-services-section .featured-service:nth-of-type(5) a.featured-service-link:before,
.fp2 .featured-services-section .featured-service:last-of-type a.featured-service-link:before {
    background-color: rgba(31, 54, 111, 0.85);
}

.fp2 .featured-services-section .featured-service:first-of-type a.featured-service-link:hover:before,
.fp2 .featured-services-section .featured-service:nth-of-type(3) a.featured-service-link:hover:before,
.fp2 .featured-services-section .featured-service:nth-of-type(6) a.featured-service-link:hover:before {
    background-color: rgba(18, 41, 94, 0.75);
}

.fp2 .featured-services-section .featured-service:nth-of-type(2) a.featured-service-link:hover:before,
.fp2 .featured-services-section .featured-service:nth-of-type(4) a.featured-service-link:hover:before {
    background-color: rgba(20, 38, 83, 0.75);
}

.fp2 .featured-services-section .featured-service:nth-of-type(5) a.featured-service-link:hover:before,
.fp2 .featured-services-section .featured-service:last-of-type a.featured-service-link:hover:before {
    background-color: rgba(31, 54, 111, 0.75);
}

.fp2 .featured-service--content {
    padding: 3rem;
    text-align: center;
    z-index: 3;
}

.fp2 .featured-service--content h3 {
    color: #fff;
    font-size: 2.5rem;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

.fp2 .featured-service--content-icon svg {
    color: #fff;
    font-size: 3.7rem;
    margin-bottom: 1.5rem;
}

.fp2 .featured-service--content p {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 1.5rem 0 0;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

.fp2 .featured-service--content p svg {
    display: inline-block;
    margin-left: 0.6rem;
    transition: 0.2s ease all;
}

.fp2 a.featured-service-link:hover .featured-service--content p svg {
    margin-left: 1rem;
}

/* fp3 */

body.home .front-page-3 {
    background: #ededed;
    padding: 11rem 0 14rem;
}

body.home .front-page-3 h2.widget-title.widgettitle {
    max-width: 65%;
    font-size: 4.5rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.fp3 .fp3-section--copy p {
    max-width: 65%;
    margin: 0 auto;
    text-align: center;
}

.fp3 .fp3-section--boxes {
    margin-top: 6rem;
}

.fp3 .fp3-about-box {
    background: #fff;
    box-shadow: 0px 7px 17px -2px rgba(0, 0, 0, 0.2);
}

.fp3 .fp3-about-box--image {
    position: relative;
}

.fp3 .fp3-about-box--image-display {
    position: relative;
    height: fit-content;
    z-index: 1;
}

.fp3 .fp3-about-box--image-display:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.fp3 .fp3-about-box--image-display img {
    width: 100%;
    height: 135px;
    object-fit: cover;
    object-position: top;
}

.fp3 .fp3-about-box--image-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: fit-content;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    z-index: 3;
}

.fp3 .fp3-about-box--image-icon-wrapper {
    background: #19232d;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border: 2.5px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.fp3 .fp3-about-box--image-icon svg {
    font-size: 2.8rem;
}

.fp3 .fp3-about-box--content {
    padding: 7rem 3rem 5rem;
}

.fp3 .fp3-about-box--content-title h3 {
    font-size: 3rem;
    text-align: center;
}

.fp3 .fp3-about-box--content-copy p {
    font-size: 1.6rem;
    margin: 0;
    text-align: center;
}

/* .fp3 .fp3-about-box--content-cta {
    margin-top: 1.5rem;
    text-align: center;
}

.featured-industry--content-cta a {
    color: #282892;
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-decoration: none;
    transition: 0.2s ease all;
} */

/* fp4 */

body.home .front-page-4 {
    background: #fff;
    padding: 11rem 0;
}

body.home .front-page-4 h2.widget-title.widgettitle {
    font-size: 4.5rem;
}

.fp4 .featured-industries-section {
    margin-top: 1.5rem;
}

.fp4 .featured-industry {
    display: block;
    margin: 0 0 6rem;
    text-align: left;
}

.fp4 .featured-industry-wrapper {
    color: #0a549e;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: 0.2s ease all;
}

.fp4 .featured-industry-wrapper:hover,
.fp4 .featured-industry-wrapper:focus {
    opacity: 0.75;
    outline: none;
}

.fp4 .featured-industry--icon {
    padding: 1rem 0;
    text-align: center;
}

.fp4 .featured-industry--icon svg {
    font-size: 3.5rem;
}

.fp4 .featured-industry--title h3 {
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    margin: 0;
    padding: 0;
    word-spacing: 0.7px;
    width: 100%;
    text-align: center;
}

.fp4 .fp4-content-section a {
    margin-top: 3rem;
}

/* fp5 */

body.home .front-page-5 {
    background: #f7f7f7;
    padding: 11rem 0;
}

body.home .front-page-5 h2.widget-title.widgettitle {
    font-size: 4.5rem;
    text-align: left;
}

.fp5 .featured-news-post {
    background: #fff;
    box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.2);
}

.fp5 .featured-news-post-wrapper {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 3rem;
    text-decoration: none;
}

.fp5 .featured-news-post-wrapper-left {
    flex: 1 1 65%;
    width: 65%;
    margin-right: 2rem;
}

.fp5 .featured-news-post-wrapper-right {
    flex: 1 1 35%;
    width: 35%;
}

.fp5 .featured-news-post--title h3 {
    font-size: 2.2rem;
    text-align: left;
    color: #222;
    margin: 0;
    padding: 0;
}

.fp5 .featured-news-post--excerpt {
    margin: 1.5rem 0;
}

.fp5 .featured-news-post--excerpt p {
    text-align: left;
    margin: 0;
}

.fp5 .featured-news-post--cta {
    text-align: left;
}

.fp5 .featured-news-post--cta span {
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 0.75rem;
    transition: 0.2s ease all;
}

.fp5 .featured-news-post:hover .featured-news-post--cta span {
    gap: 1.25rem;
}

.fp5 .fp5-cta {
    margin-top: 5rem;
    text-align: left;
}

.fp5 .fp5-cta a {
    background: #0a549e;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    width: fit-content;
    height: fit-content;
    line-height: 1;
    margin: 0;
    padding: 2rem 4rem;
    border-radius: 0;
    box-shadow: 0px 3px 7px rgb(0, 0, 0, 0.2);
    transition: 0.2s ease all;
}

.fp5 .fp5-cta a:hover {
    opacity: 0.85;
    box-shadow: 0px 3px 7px -3px rgb(0, 0, 0, 0.2);
}

/* media breaks */

@media (max-width: 1099px) {
    body.home .front-page-1 .fp1 h1 {
        font-size: 4.5rem;
    }

    body.home .front-page-1 .fp1 p {
        font-size: 1.9rem;
    }

    .fp2 .featured-services-section {
        grid-template-columns: repeat(2, 1fr);
    }

    .fp5 .featured-news-post-wrapper-left {
        flex: 1 1 100%;
        width: 100%;
        margin: 0;
    }

    .fp5 .featured-news-post-wrapper-right {
        display: none;
    }
}

@media (max-width: 991px) {
    body.home .front-page-3 {
        padding: 11rem 0;
    }

    .fp3 .fp3-about-box {
        width: 80%;
        max-width: 500px;
        margin: 0 auto 4rem;
    }
}

@media (max-width: 767px) {
    body.home .front-page-1 .fp1-section > .wrap {
        width: 100%;
        max-width: 100%;
    }

    body.home .front-page-1 .fp1 h1 > br {
        display: none;
    }

    body.home .front-page-2 {
        padding: 9rem 6vw 13rem;
    }

    body.home .front-page-3 h2.widget-title.widgettitle,
    .fp3 .fp3-section--copy p {
        max-width: 100%;
    }

    .front-page-4 .widget:first-of-type {
        margin: 0;
    }

    .fp4-icons-section {
        margin-top: 5rem;
    }

    .featured-news-posts .row > *:not(:first-of-type) .featured-news-post {
        margin-top: 6vw;
    }
}

@media (max-width: 599px) {
    .fp2 .featured-services-section {
        grid-template-columns: repeat(1, 1fr);
        gap: 6vw;
    }

    .fp2 .featured-services-section .featured-service:first-of-type {
        grid-column: 1;
    }

    .fp3 .fp3-about-box {
        width: 100%;
    }
}

.fp2 .featured-service--content-icon,
.fp2 .featured-service--content-title {
    opacity: 1;
    transform: none;
    transition: 0.2s 0.08s ease all;
}

.fp2 .featured-service--content-excerpt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 5rem;
    opacity: 0;
    transform: translateY(15px);
    z-index: 9;
    transition: 0.2s 0s ease all;
}

@media (min-width: 1100px) {
    .fp2 .featured-service:hover .featured-service--content-excerpt {
        opacity: 1;
        transform: none;
        transition: 0.2s 0.08s ease all;
    }

    .fp2 .featured-service:hover .featured-service--content-icon,
    .fp2 .featured-service:hover .featured-service--content-title {
        opacity: 0;
        transform: translateY(-15px);
        transition: 0.2s 0s ease all;
    }
}

/*** End 321 CSS ***/