/* *
 * Internal Style
 */
main.page-internal section.page-section h6.pre-section-title {
	color: #00A2D1;
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 121.8%; /* 24.36px */
	text-transform: uppercase;
	margin-bottom: 30px;
}

main.page-internal section.page-section h6.pre-section-title svg {
	margin-right: 10px;
}

main.page-internal section.page-section .section-content h2 {
	color: #08394A;
	font-family: Fraunces;
	font-size: max(42px, calc(calc(100vw / 1920) * 56));
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 62.4px */
	letter-spacing: -0.96px;
	
	margin-bottom: 40px;
}

main.page-internal section.page-section .section-content h3 {
	color: #08394A;
	font-family: Fraunces;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 38.4px */
	letter-spacing: -0.64px;
	
	margin-bottom: 40px;
}

main.page-internal section.page-section .section-content figure {
	margin: 0;
}

main.page-internal section.page-section .section-content .wp-block-image {
	margin: 0;
	width: 100%;
}

main.page-internal section.page-section .section-content .wp-block-image > img {
	width: 100%;
    height: auto;
	min-height: 362px;
    object-fit: cover;	
}

main.page-internal section.page-section .section-content .alignright {
	float: right;
	margin: 0 0 30px 30px;
}

main.page-internal section.page-section .section-content .alignleft {
	float: left;
	margin: 0 30px 30px 0;
}

main.page-internal section.page-section .section-content > iframe {
	margin-bottom: 40px;
}

main.page-internal section.page-section h2.section-title {
	color: #00394A;
	font-family: Fraunces;
	font-size: max(48px, calc(calc(100vw / 1920) * 56));
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 72.8px */
	letter-spacing: -1.12px;
	margin-bottom: 60px;
}

/*
main.page-internal section.page-section .section-content {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
*/

main.page-internal section.page-section .section-content p,
main.page-internal section.page-section .section-content ul,
main.page-internal section.page-section .section-content ol {
	color: #2E2E30;
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 30px */
	
	margin-bottom: 40px;
}

main.page-internal section.page-section .section-content p a,
main.page-internal section.page-section .section-content ul li a,
main.page-internal section.page-section .section-content ol li a {
	color: #00A2D1;
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 30px */
	text-decoration: none;
}

main.page-internal section.page-section .section-content ul li a:hover,
main.page-internal section.page-section .section-content ol li a:hover,
main.page-internal section.page-section .section-content p a:hover {
	text-decoration: underline;
	cursor: pointer;
}

main.page-internal section.page-section .section-content ul,
main.page-internal section.page-section .section-content ol {
	margin-left: 50px;
}

main.page-internal section.page-section .section-content ol li::marker,
main.page-internal section.page-section .section-content ul li::marker {
	color: #00A2D1;
}

main.page-internal section.page-section .cta-form-wrapper {
	display: flex;
    gap: 16px;
    align-items: center;
    padding: 50px;
    border-radius: 12px;
    background-color: #e7e7e7;
	
	margin-bottom: 40px;
}

main.page-internal section.page-section .cta-form-wrapper .cta-title {
    flex: 1;
    color: #08394A;
    font-family: Fraunces;
    font-size: max(24px, calc(calc(100vw / 1920) * 36));
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.96px;
}

main.page-internal section.page-section .cta-form-wrapper .cta-button {
	font-size: 14px;
}

@media(max-width: 768px) {
	main.page-internal section.page-section .cta-form-wrapper {
		padding: 40px 4vw;
		flex-direction: column;
		row-gap: 40px;
	}
}

/* *
 * Internal Banner Style
 */
section#internal-banner {
	background-repeat: no-repeat;
	background-size: cover;
}

section#internal-banner .inner-wrapper .banner-area {
	margin: 36px auto 32px;
    text-align: center;
}

section#internal-banner .inner-wrapper .banner-area .page-title {
	color: #00394A;
    font-family: Fraunces;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.6px;
	max-width: 1070px;
	margin: 0 auto 27px;
}

section#internal-banner .inner-wrapper .banner-area .banner-meta {
	list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
	column-gap: 10px;
}

section#internal-banner .inner-wrapper .banner-area .banner-meta li {
	display: flex;
	column-gap: 10px;
	align-items: center;
}

section#internal-banner .inner-wrapper .banner-area .banner-meta li:not(:first-child)::before {
	content: ' ';
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	aspect-ratio: 1/1;
	border-radius: 999px;
	background: #00A2D1;
}

section#internal-banner .inner-wrapper .banner-area #global_breadcrumbs > span > span {
	padding: 0 20px;
}

section#internal-banner .inner-wrapper .banner-area .banner-meta li,
section#internal-banner .inner-wrapper .banner-area .banner-meta li > a,
section#internal-banner .inner-wrapper .banner-area #global_breadcrumbs span > a,
section#internal-banner .inner-wrapper .banner-area #global_breadcrumbs span.breadcrumb_last{
	color: #595959;
	text-align: center;
	font-family: Outfit;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%; /* 22.5px */
	letter-spacing: 3px;
	text-transform: uppercase;
}

section#internal-banner .inner-wrapper .banner-area .banner-meta li > a,
section#internal-banner .inner-wrapper .banner-area #global_breadcrumbs span > a {
	text-decoration: none;
	transition: all .25s ease-in-out;
}

section#internal-banner .inner-wrapper .banner-area #global_breadcrumbs span > a:hover {
	color: #00A2D1;
}


/* *
 * Sidebar Page Style
 * */
main.page-internal section.page-section.page-sidebar .container {
	padding-top: 0;
}

main.page-internal section.page-section.page-sidebar .container .section-area {
	display: flex;
    justify-content: flex-start;
}

main.page-internal section.page-section.page-sidebar .container .section-area #general-sidebar {
	width: 100%;
    max-width: calc(300px + 7.917vw);
    padding: 100px 80px 0 0;
    border-right: 1px solid #ededed;
	display: flex;
    flex-direction: column;
    row-gap: 70px;
}

main.page-internal section.page-section.page-sidebar .container .section-area .section-content {
	flex: 1;
    padding: 100px 0 0 calc(30px + 3.646vw);
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-title {
	color: #08394A;
	font-family: Fraunces;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 38.4px */
	letter-spacing: -0.64px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-wrapper ul {
	list-style: none;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-wrapper ul > li {
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #ededed;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-wrapper ul > li:first-child {
	padding-top: 0;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-wrapper ul > li > a {
	color: #717171;
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 30px */
	text-decoration: none;
	transition: all .25s ease-in-out;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-wrapper ul > li > a:hover {
	color: #00A2D1;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .contact-us-wrapper {
	background-image: url('/wp-content/uploads/2025/05/sidebar-background.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 40px;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .contact-us-wrapper .sidebar-logo {
	display: flex;
    column-gap: 20px;
    align-items: center;
    margin-bottom: 60px;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .contact-us-wrapper .contact-info-list {
	display: flex;
    flex-direction: column;
    row-gap: 40px;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .contact-us-wrapper .contact-info-list > li.block-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 15px;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .contact-us-wrapper .contact-info-list > li.block-item > span,
main.page-internal section.page-section.page-sidebar .page-sidebar .contact-us-wrapper .contact-info-list > li.block-item > a {
	flex: 1;
	color: #FFF;
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 30px */
}

main.page-internal section.page-section.page-sidebar .page-sidebar .contact-us-wrapper .contact-info-list > li.block-item > a {
	text-decoration: none;
	transition: all .25s ease-in-out;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .contact-us-wrapper .contact-info-list > li.block-item > a:hover {
	color: #00A2D1;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-contact-form-wrapper {
	padding: 50px;
	background-color: #121212;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-contact-form-wrapper .gform_wrapper .form-title {
	color: #FFF;
	font-family: Fraunces;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 38.4px */
	letter-spacing: -0.64px;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-contact-form-wrapper .gform-theme--foundation .gform_fields {
	row-gap: 50px;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-contact-form-wrapper .gform_wrapper .gfield_required {
	display: none;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-contact-form-wrapper .gform_wrapper label.gform-field-label {
	color: #FFF;
	font-family: Outfit;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%; /* 23.4px */
    margin: 0;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-contact-form-wrapper .gform_wrapper input[type="text"],
main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-contact-form-wrapper .gform_wrapper input[type="email"],
main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-contact-form-wrapper .gform_wrapper input[type="tel"],
main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-contact-form-wrapper .gform_wrapper textarea {
	color: #FFF;
	font-family: Outfit;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 130%; /* 23.4px */
	padding: 0;
	outline: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #fff;
	background-color: transparent;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-contact-form-wrapper .gform_wrapper .gform-footer {
	margin: 39px 0 0;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-contact-form-wrapper .gform_wrapper .gform-footer .gform_button {
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 121.8%; /* 24.36px */
	width: fit-content;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
	column-gap: 10px;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 999px;
	text-transform: uppercase;
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	background-color: #00A2D1;
	color: #ffffff;
	position: relative;
	overflow: hidden !important;
	z-index: 0;
	outline: none;
	box-shadow: none;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-contact-form-wrapper .gform_wrapper .gform-footer .gform_button:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00A2D1;
	border-radius: 999px;
	z-index: -2;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-contact-form-wrapper .gform_wrapper .gform-footer .gform_button:before {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #00394A;
	transition: all .3s;
	border-radius: 999px;
	z-index: -1;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-contact-form-wrapper .gform_wrapper .gform-footer .gform_button:hover {
	background-color: #fff;
	color: #00A2D1;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-contact-form-wrapper .gform_wrapper .gform-footer .gform_button:hover:before {
	width: 100%;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-contact-form-wrapper .gform_confirmation_message {
	font-family: 'Outfit';
	font-size: 20px;
	color: #fff;
}

main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-wrapper:last-child {
	position: sticky;
	top: 100px;
}

@media(max-width: 1024px) {
	main.page-internal section.page-section.page-sidebar .container .section-area {
		flex-direction: column-reverse;
	}
	
	main.page-internal section.page-section.page-sidebar .container .section-area #general-sidebar {
		padding: 0;
		border: none;
		max-width: unset;
	}
	
	main.page-internal section.page-section.page-sidebar .container .section-area .section-content {
		padding: 120px 0;
	}
	
	main.page-internal section.page-section.page-sidebar .page-sidebar .sidebar-contact-form-wrapper {
		display: none;
		padding: 40px 4vw;
	}
}

@media(max-width: 768px) {
	main.page-internal section.page-section.page-sidebar .container .section-area #general-sidebar {
		display: none;
	}
}

/* *
 * About Page Style
 * */
main.page-internal.page-about #main-section .container {
	padding-bottom: 0;	
}

main.page-internal.page-about #main-section .section-area {
	display: flex;
    column-gap: calc(30px + 3.646vw);
    align-items: flex-start;
}

main.page-internal.page-about #main-section .section-area .left-section {
	width: 100%;
	max-width: 37.813vw;
}

main.page-internal.page-about #main-section .section-area .left-section img {
	width: 100%;
	height: auto;
}

main.page-internal.page-about #main-section .section-area .right-section {
	flex: 1;
}

main.page-internal.page-about #main-section .section-area .right-section .about-repeater {
	margin-left: 0;
	list-style: none;
}

main.page-internal.page-about #main-section .section-area .right-section .about-repeater > li {
	display: flex;
	column-gap: 15px;
    align-items: baseline;
}

main.page-internal.page-about #main-section .section-area .right-section .about-repeater > li::before {
	content: ' ';
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	aspect-ratio: 1/1;
	border-radius: 999px;
	background: #00A2D1;
}

main.page-internal.page-about #main-section .section-area .right-section .about-repeater > li:not(:last-child) {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ededed;
}

main.page-internal.page-about #info-section .container {
	padding-top: 0;
}

main.page-internal.page-about #info-section .container .section-area {
	margin-left: 100px;
    padding-top: 100px;
    border-left: 1px solid #ededed;
}

main.page-internal.page-about #info-section .container .section-area .section-content {
	border-top: 1px solid #ededed;
    padding-left: 100px;
    padding-top: 100px;
}

@media(max-width: 1024px) {
	main.page-internal.page-about #main-section .section-area {
		flex-direction: column;
		row-gap: 40px;
		align-items: flex-start;
	}
	
	main.page-internal.page-about #main-section .section-area .left-section {
		max-width: unset;
	}
	
	main.page-internal.page-about #info-section .container .section-area {
		margin-left: 0;
		border-left: none;
		padding-top: 60px;
	}
	
	main.page-internal.page-about #info-section .container .section-area .section-content {
		padding: 60px 0 0;
	}
}


/* *
 * PA Main Page Style
 * */
main.page-internal.page-practice-area #pa-repeater {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    justify-content: flex-start;
    margin: 100px auto;
}

main.page-internal.page-practice-area #pa-repeater .block-item {
	display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    text-decoration: none;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #00394A;
    min-height: 120px;
	padding: 0 20px;
    transition: all .25s ease-in-out;
}

main.page-internal.page-practice-area #pa-repeater .block-item:hover {
	background-color: #00394A;
}

main.page-internal.page-practice-area #pa-repeater .block-item svg g path {
    transition: all .25s ease-in-out;
}

main.page-internal.page-practice-area #pa-repeater .block-item:hover svg g path {
	fill: #fff;
}

main.page-internal.page-practice-area #pa-repeater .block-item span {
	color: #08394A;
    font-family: Fraunces;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.6px;
    max-width: 263px;
    transition: all .25s ease-in-out;
}

main.page-internal.page-practice-area #pa-repeater .block-item:hover span {
	color: #fff;
}


@media(max-width: 1400px) {
	main.page-internal.page-practice-area #pa-repeater {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width: 1024px) {
	main.page-internal.page-practice-area #pa-repeater {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 768px) {
	main.page-internal.page-practice-area #pa-repeater {
		display: flex;
    	flex-direction: column;
	}
}


/* *
 * Areas We Serve Page Style
 * */
main.page-internal.page-areas-we-serve #areas-we-serve-repeater {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

main.page-internal.page-areas-we-serve #areas-we-serve-repeater .block-item {
	position: relative;
	z-index: 0;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex: 1;
    min-height: 27.031vw;
    border-radius: 20px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 50px;
}

main.page-internal.page-areas-we-serve #areas-we-serve-repeater .block-item::before {
	content: ' ';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(0, 162, 209, 0.24) 0%, rgba(0, 162, 209, 0.87) 59.63%);
	opacity: 0.9;
	transition: all .25s ease-in-out;
}

main.page-internal.page-areas-we-serve #areas-we-serve-repeater .block-item:hover::before {
	opacity: 0;
}

main.page-internal.page-areas-we-serve #areas-we-serve-repeater .block-item .block-name {
	position: relative;
	z-index: 2;
	color: #FFF;
	font-family: Outfit;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 54px */
	
	transition: all .25s ease-in-out;
}

main.page-internal.page-areas-we-serve #areas-we-serve-repeater .block-item .block-address {
	position: relative;
	z-index: 2;
	color: #FFF;
	font-family: Outfit;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 36px */
	
	transition: all .25s ease-in-out;
}

main.page-internal.page-areas-we-serve #areas-we-serve-repeater .block-item:hover .block-name,
main.page-internal.page-areas-we-serve #areas-we-serve-repeater .block-item:hover .block-address {
	color: #08394A;
}

@media(max-width: 1024px) {
	main.page-internal.page-areas-we-serve #areas-we-serve-repeater .block-item {
		padding: 40px 4vw;
	}
}

@media(max-width: 768px) {
	main.page-internal.page-areas-we-serve #areas-we-serve-repeater {
		flex-direction: column;
		row-gap: 40px;
	}
}

main.page-internal.page-contact #contact-section .container .section-area {
	width: 100%;
	max-width: 1344px;
    margin: 100px auto;
}

main.page-internal.page-contact #contact-section .container .contact-form-wrapper {
	display: flex;
	column-gap: 5.208vw;
	margin-bottom: 200px;
}

main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form-image {
    width: 100%;
    max-width: 34.167vw;
}

main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form-image > img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form {
	flex: 1;
}

main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form .gform_wrapper .form-title {
	color: #08394A;
	font-family: Fraunces;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 62.4px */
	letter-spacing: -0.96px;
}

main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form .gform-theme--foundation .gform_fields {
	row-gap: 50px;
}

main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form .gform_wrapper .gfield_required {
	display: none;
}

main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form .gform_wrapper label.gform-field-label {
	color: #2E2E30;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
}

main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form .gform_wrapper input[type="text"],
main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form .gform_wrapper input[type="email"],
main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form .gform_wrapper input[type="tel"],
main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form .gform_wrapper textarea {
	color: #2E2E30;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
	padding: 0;
	outline: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #B8B8B8;
}

main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form .gform_wrapper .gform-footer {
	margin: 62px 0 0;
}

main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form .gform_wrapper .gform-footer .gform_button {
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 121.8%; /* 24.36px */
	width: fit-content;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;
	column-gap: 10px;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 999px;
	text-transform: uppercase;
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	background-color: #00A2D1;
	color: #ffffff;
	position: relative;
	overflow: hidden !important;
	z-index: 1;
	outline: none;
	box-shadow: none;
}

main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form .gform_wrapper .gform-footer .gform_button:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00A2D1;
	border-radius: 999px;
	z-index: -2;
}

main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form .gform_wrapper .gform-footer .gform_button:before {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #00394A;
	transition: all .3s;
	border-radius: 999px;
	z-index: -1;
}

main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form .gform_wrapper .gform-footer .gform_button:hover {
	background-color: #00394A;
}

main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form .gform_wrapper .gform-footer .gform_button:hover:before {
	width: 100%;
}

main.page-internal.page-contact #contact-section .container .contact-form-wrapper .gform_confirmation_message {
	font-family: 'Outfit';
	font-size: 20px;
}

main.page-internal.page-contact #contact-section .container .contact-map-wrapper .contact-item-repeater {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 50px;
}

main.page-internal.page-contact #contact-section .container .contact-map-wrapper .contact-item-repeater .block-item {
	flex: 1;
	display: flex;
	flex-direction: column;
}

main.page-internal.page-contact #contact-section .container .contact-map-wrapper .contact-item-repeater .block-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 999px;
	background-color: #ededed;
}

main.page-internal.page-contact #contact-section .container .contact-map-wrapper .contact-item-repeater .block-meta {
	flex: 1;
	display: flex;
	align-items: center;
	column-gap: 20px;
}

main.page-internal.page-contact #contact-section .container .contact-map-wrapper .contact-item-repeater .block-title {
	color: #2E2E30;
	font-family: Outfit;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 36px */
}

main.page-internal.page-contact #contact-section .container .contact-map-wrapper .contact-item-repeater .block-content {
	padding-left: 80px;
}

main.page-internal.page-contact #contact-section .container .contact-map-wrapper .contact-item-repeater .block-content,
main.page-internal.page-contact #contact-section .container .contact-map-wrapper .contact-item-repeater .block-content > a {
	color: #2E2E30;
	font-family: Outfit;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 36px */
}


main.page-internal.page-contact #contact-section .container .contact-map-wrapper .contact-item-repeater .block-content > a {
	text-decoration: none;
	
	transition: all .25s ease-in-out;
}

main.page-internal.page-contact #contact-section .container .contact-map-wrapper .contact-item-repeater .block-content > a:hover {
	color: #00A2D1;
}

@media(max-width: 768px) {
	main.page-internal.page-contact #contact-section .container .section-area {
		margin: 0;
	}
	
	main.page-internal.page-contact #contact-section .container .contact-form-wrapper {
		flex-direction: column;
		row-gap: 50px;
		margin-bottom: 100px;
	}
	
	main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form-image {
		max-width: unset;
	}
	
	main.page-internal.page-contact #contact-section .container .contact-form-wrapper .contact-form .gform_wrapper .form-title {
		text-align: center;
	}
	
	main.page-internal.page-contact #contact-section .container .contact-map-wrapper .contact-item-repeater {
		flex-direction: column;
		row-gap: 40px;
	}
}

main.page-internal.page-testimonial {
	padding: 200px 0;
}

main.page-internal.page-testimonial #testimonial-section .testimonial-repeater {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

main.page-internal.page-testimonial #testimonial-section .testimonial-repeater .block-item {
	padding: 60px 40px;
	border-radius: 20px;
	border: 1px solid #B8B8B8;
}

main.page-internal.page-testimonial #testimonial-section .testimonial-repeater .block-item .block-content {
	color: #000;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 33px;
}

main.page-internal.page-testimonial #testimonial-section .testimonial-repeater .block-item .block-author {
	color: #000;
	font-family: "Plus Jakarta Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 30px */
	text-transform: uppercase;
}

@media(max-width: 1024px) {
	
	main.page-internal.page-testimonial #testimonial-section .testimonial-repeater {
		grid-template-columns: repeat(2, 1fr);
	}
	
	main.page-internal.page-testimonial #testimonial-section .testimonial-repeater .block-item {
		padding: 60px 4vw;
	}
}

@media(max-width: 768px) {
	main.page-internal.page-testimonial {
		padding: 120px 0 0;
	}
	
	main.page-internal.page-testimonial #testimonial-section .testimonial-repeater {
		display: flex;
		flex-direction: column;
	}
	
	main.page-internal.page-testimonial #testimonial-section .testimonial-repeater .block-item {
		padding: 60px 4vw;
	}
}

/* *
 * Blog Main Style
 * */
main.page-internal.page-blog .posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 100px;
}

main.page-internal.page-blog .posts-grid .grid-item {
	position: relative;
    background: #fff;
    border-radius: 20px;
	border: 1px solid #C9C9C9;
    overflow: hidden;
}

main.page-internal.page-blog .posts-grid .grid-item .post-thumbnail {
	border-radius: 20px 20px 0px 0px;
    /* height: 21.354vw; */
    overflow: hidden;
}

main.page-internal.page-blog .posts-grid .grid-item .post-thumbnail img {
    width: 100%;
    height: auto;
	min-height: 410px;
    object-fit: cover;
	
    transition: transform 0.25s;
}

main.page-internal.page-blog .posts-grid .grid-item .post-categories {
	position: absolute;
	top: 20px;
	right: 20px;
    padding: 15px 2.083vw;
	border-radius: 999px;
	background: #00A2D1;
}

main.page-internal.page-blog .posts-grid .grid-item .post-categories a {
    color: #FFF;
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 30px */
	text-decoration: none;
}

main.page-internal.page-blog .posts-grid .grid-item .post-meta {
	padding: 36px;
	display: flex;
	flex-direction: column;
	row-gap: 35px;
}

main.page-internal.page-blog .posts-grid .grid-item .post-meta .post-title,
main.page-internal.page-blog .posts-grid .grid-item .post-meta .post-title a {    
    color: #00394A;
	font-family: Fraunces;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 28.8px */
	letter-spacing: -0.48px;
    text-decoration: none;
}

main.page-internal.page-blog .posts-grid .grid-item .post-meta .post-excerpt {
	color: #2E2E30;
	font-family: Outfit;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 30px */
}

main.page-internal.page-blog .posts-grid .grid-item .post-meta .read-more {
	display: flex;
	align-items: center;
	column-gap: 15px;
	
    color: #00A2D1;
	font-family: "Plus Jakarta Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 30px */
	text-decoration: none;
}

main.page-internal.page-blog .posts-grid .grid-item .post-meta .read-more svg {
	transition: all .3s ease-in-out;
}

main.page-internal.page-blog .posts-grid .grid-item .post-meta .read-more:hover svg {
	transform: translateX(10px);
}

main.page-internal.page-blog .load-more-btn {
	margin: 0 auto;
}

main.page-internal.page-blog .load-more-btn.loading {
    opacity: 0.7;
    pointer-events: none;
}

@media(max-width: 768px) {
	main.page-internal.page-blog .posts-grid {
		display: flex;
		flex-direction: column;
	}
}