.cms img {
	max-width: 100%;
	max-height: 100%;
}

.cms p {
	margin-bottom: 20px;
}

.cms--text ul li,
.cms--text ol li {
	position: relative;
	margin-bottom: 4px !important;
}

.cms--text ul li::before {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7.38" height="11.87" viewBox="0 0 7.38 11.87"><link xmlns="" type="text/css" rel="stylesheet" id="dark-mode-custom-link"/><link xmlns="" type="text/css" rel="stylesheet" id="dark-mode-general-link"/><style xmlns="" lang="en" type="text/css" id="dark-mode-custom-style"/><style xmlns="" lang="en" type="text/css" id="dark-mode-native-style"/><style xmlns="" lang="en" type="text/css" id="dark-mode-native-sheet"/><path id="Path_11847" data-name="Path 11847" d="M7.38,1.5a5.433,5.433,0,0,1-.557.864c-.781.849-1.6,1.666-2.4,2.5-.941.973-.94,1.274.008,2.254Q5.653,8.377,6.87,9.639c.889.918.4,1.686-.5,2.175a1.52,1.52,0,0,1-.917-.057,1.078,1.078,0,0,1-.444-.321C3.483,9.918,1.947,8.408.445,6.864a1.032,1.032,0,0,1,0-1.7c1.577-1.619,3.189-3.2,4.8-4.787A.893.893,0,0,1,6.375.111,1.79,1.79,0,0,1,7.38,1.5Z" transform="translate(7.38 11.87) rotate(180)" fill="%23819756"/></svg>'), no-repeat;
	content: '';
	display: block;
	position: absolute;
	width: 7px;
	height: 11px;
	left: -15px;
	top: 5px;
}

.cms--text ol {
	counter-reset: count;
	list-style: none;
	padding-left: 50px;
	margin: 10px 0;
}

.cms--text ol li {
	counter-increment: count;
	margin-bottom: 18px !important;
}

.cms--text ol li::before {
	content: counter(count);
	position: absolute;
	top: -3px;
	left: -40px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #ffba00;
	border-radius: 50%;
	pointer-events: none;
}

.cms--text ul {
	list-style: auto;
    padding-left: 50px;
	margin: 10px 0;
}

.cms__main {
    padding-top: 20px;
}

.cms--text {
	max-width: 1340px;
    margin: auto;
}

.cms__imageWithText {
	display: flex;
	gap: 60px;
	align-items: center;
	max-width: 1e3px;
}

.cms--text-stretched .cms__imageWithText {
	align-items: stretch;
}

.cms--text-stretched .cms__imageWithText-image {
	height: auto;
}

.cms--text-stretched .cms__imageWithText-image img {
    height: 100%;
    object-fit: cover;
}

.cms .trust__swiper-wrapper {
	height: 400px;
}

.cms__imageWithText-text {
	font-size: 17px;
	width: 54%;
}

.cms__imageWithText-image {
	width: 44%;
    height: 100%;
}

.cms__imageWithText-image img {
	width: 100%;
}

.contact__form p,
.contact__wrapper p {
	margin-bottom: unset;
}

.contact__form {
	margin: 30px 0;
}

.staff__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.staff {
	position: relative;
	width: 25%;
}

.staff__inner {
	width: 100%;
	height: 100%;
	background-color: #31401b;
}

.staff__image {
	position: relative;
	padding-top: 100%;
	background-color: #fff;
}

.staff__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
	max-width: 100%;
}

.staff__content {
	padding: 15px;
}

.staff__content h4 {
	margin: 0 0 5px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	font-family: gotham_roundedbook;
	text-transform: capitalize;
}

.staff__content p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-family: microbrew_oneregular;
	line-height: 1.5 !important;
}

.blog__list {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
}

@media(min-width: 1280px) {
	.blog__list {
		grid-template-columns: repeat(4, 1fr);
	}
}

.blog__list li {
	position: relative;
	padding: 0;
	line-height: normal;
}

.blog__list li:before {
	disaply: none;
}

.blog__list li:hover .blog__content {
	opacity: 1;
	visibility: visible;
}

.blog__list li:hover .btn,
.blog__list .button:hover {
	background: #fff !important;
	color: #54b9a5 !important;
}

.blog__list .blog__image {
	position: relative;
	padding-top: 163.125%;
	background-color: #fff;
}

.blog__list .blog__image img,
.blog__list .blog__image svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog__list .blog__content {
	background: rgba(84, 185, 165, 0.7);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease all;
}

.blog__list .blog__content h2 {
	position: relative;
	font-size: 40px;
	color: #fff;
	letter-spacing: 0.5px;
	padding-bottom: 30px;
	margin: 0 0 33px 0;
}

.blog__list .blog__content h2:before {
	content: '';
	dispay: block;
	width: 114px;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
}

.blog__list .blog__content p {
	margin: 0 0 50px 0;
	font-size: 30px;
	color: #fff;
}

.blog__list .button {
	position: absolute;
	bottom: 44px;
	left: 0;
	right: 0;
	width: 163px;
	margin: 0 auto;
	z-index: 1;
}

.location__wrapper {
	position: relative;
}

.location__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
}

.location__item {
	position: relative;
}

.location__item-inner {
	width: 100%;
	height: 100%;
}

.location__item-media {
	position: relative;
	padding-top: 100%;
	background-color: #fff;
}

.location__item-media svg,
.location__item-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.location__item-body {
	padding: 25px;
}

.location__item-body h4 {
	margin: 0 0 25px;
	color: #31401B;
	font-weight: 400;
	text-transform: capitalize;
}

@media screen and (min-width: 768px) {
    .cms__main {
        padding-top: 40px;
    }
}

@media(max-width:1219px) {
	.cms__main {
		padding: 40px 40px 20px;
		margin-bottom: 40px;
	}
}

@media(max-width: 992px) {
	.cms__imageWithText {
		flex-direction: column;
		gap: 30px;
	}

	.cms__imageWithText-image {
		max-width: 400px;
		width: 100%;
	}

	.cms--text-stretched .cms__imageWithText-image {
		max-width: 100%;
	}

	.cms__imageWithText-text {
		max-width: 700px;
		width: 100%
	}

	.staff {
		width: 50%;
	}

	.blog__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.blog__list li .blog__content {
		opacity: 1;
		visibility: visible;
	}

	.blog__list li .button {
		background: #fff !important;
		color: #54b9a5 !important;
	}

	.blog__list .blog__content p {
	    font-size: 24px;
	}

	.blog__list .blog__content h2 {
		font-size: 30px;
	}

	.location__list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width:767px) {
	.cms__main {
		padding: 40px 20px 20px;
	}

	.contact__address {
		min-width: 220px !important;
	}

	.location__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.cms .trust__swiper-wrapper {
		height: 300px;
	}
}

@media(max-width: 576px) {
	.blog__list {
		grid-template-columns: repeat(1, 1fr);
	}

	.location__list {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media(max-width: 480px) {
	.staff {
		width: 100%;
	}
}

.contact__form {
	max-width: 35.4rem;
	text-align: center;
	margin: auto;
}

.contact__form h2 {
	margin-bottom: 30px;
}

.location-section .location-wrapper {
	position: relative;
}

.location-section .location-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
}

.location-section .location-list .location-item {
	position: relative;
}

.location-section .location-list .location-item-inner {
	width: 100%;
	height: 100%;
}

.location-section .location-list .location-item-media {
	position: relative;
	padding-top: 100%;
	background-color: #fff;
}

.location-section .location-list .location-item-media svg,
.location-section .location-list .location-item-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.location-section .location-list .location-item-body {
	padding: 25px;
}

.location-section .location-list .location-item-body h4 {
	margin: 0 0 25px;
	color: #31401B;
	font-weight: 400;
	text-transform: capitalize;
}

.location-section .location-list .location-item-body .btn {
	font-size: 17px;
	padding: 9px 20px;
}

/** location details section styles */
.locdetails-map .locdetails-media {
	position: relative;
	height: 428px;
}

.locdetails-map .locdetails-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.locdetails-section {
	padding: 80px 25px;
	position: relative;
}

.locdetails-section .locdetails-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.locdetails-section .locdetails-media {
	width: 50vw;
	margin-left: -50vw;
	left: 50%;
	position: relative;
}

.locdetails-section .locdetails-media-inner {
	position: relative;
	height: 100%;
}

.locdetails-section .locdetails-media-inner svg,
.locdetails-section .locdetails-media-inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.locdetails-section .locdetails-body {
	width: calc(50% - 50px);
}

.locdetails-section .locdetails-body h2 {
	font-size: 42px;
	text-transform: uppercase;
	margin: 0;
}

.locdetails-section .locdetails-body h3 {
	margin: 0 0 15px;
	color: #26130B;
	font-size: 24px;
	font-weight: 400;
	font-family: gotham_roundedbook;
	text-transform: none;
}

.locdetails-section .locdetails-field {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}

.locdetails-section .locdetails-field p {
	color: #819756;
	font-size: 24px;
}

.locdetails-section .locdetails-field a {
	color: inherit;
}

.locdetails-section .locdetails-field a:hover {
	color: #31401b;
}

.locdetails-section .locdetails-button {
	margin-top: 25px;
}

.locdetails-section .locdetails-field:after {
	content: "";
	width: 100%;
	background: rgba(130, 117, 35, 0.3);
	display: block;
	height: 6px;
	border-radius: 20px;
	margin-top: 20px;
}

.locdetails-section .locdetails-body h2:after {
	content: "";
	width: 100%;
	background: #8275234d;
	display: block;
	height: 6px;
	border-radius: 20px;
	margin-top: 10px;
}

.locdetails-section .locdetails-body h2 {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
}

@media screen and (max-width: 767px) {
	.locdetails-section .locdetails-body {
		width: 100%;
		order: 1;
	}

	.locdetails-section .locdetails-media {
		width: 100%;
		margin-left: 0;
		left: auto;
		position: relative;
		order: 2;
		margin-top: 30px;
	}

	.locdetails-section .locdetails-media-inner {
		height: auto;
	}

	.locdetails-section .locdetails-media-inner svg,
	.locdetails-section .locdetails-media-inner img {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		object-fit: none;
	}

	.locdetails-section .locdetails-field p {
		font-size: 18px;
	}

	.locdetails-section .locdetails-body h2 {
		font-size: 30px;
	}
}

@media screen and (max-width: 500px) {
	.locdetails-section {
		padding: 80px 10px;
	}
}

#smartWidget0 {
	margin: 30px 0;
}

#smartWidget0 .srJobList .srJobListTitles * {
	background-color: #54b9a5 !important;
	color: #fff !important;
	font-size: 15px;
}

#smartWidget0 .srJobList .srJobListJobOdd *,
#smartWidget0 .srJobList .srJobListJobEven * {
	padding: 15px 10px;
	font-size: 15px;
}

.jobs__text {
	margin-top: 20px;
}

.jobs__text a {
	display: block;
	color: blue;
	margin-top: 7px;
}