:root {
	--text-normal: "Inter" !important;
		--text-title: "Oswald" !important;
		--clr-primary: #d55a25;
		--clr-secondary: #000000;
		--clr-base: #333;
		--lg-normal: 18px;
		--lg-small: 16px;
		--light: 300;
		--normal: 400;
		--bold: 700;
		--leading-tight: 1.3;
		--leading-normal: 1.5;
		--leading-spaced: 1.7;
	}

	.anchor-hidden {
		scroll-margin-top: 160px;
	}
	.background-section, 
	.background-section img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.link, .link a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		z-index: 9;
	}


	button.slide-arrow {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 50%;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
		filter: invert(1);
		background-size: contain;
		left: 0;
		transform: translate(0, -50%);
		border: unset;
		box-shadow: unset;
		outline: unset;
	}

	button.slide-arrow.next-arrow {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
		left: unset;
		right: 0;
	}

	.ry-btn {
		font-size: 16px !important;
		padding: 10px 35px;
		text-transform: uppercase;
		font-weight: 400;
		line-height: 1;
		font-weight: 400;
		border: 1px solid transparent !important;
		min-height: 52px !important;
		height: auto;
	}

	.ry-btn.btn-transparent:not(:hover) {
		border-color: #b6916a;
		background: transparent !important;
		color: #121212 !important;
	}

	.ry-btn.btn-center {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.ry-btn.ry-btn-primary:hover {
		border: 1px solid var(--clr-primary)!important;
			background: transparent !important;
			color: var(--clr-primary) !important;
				}
	.ry-btn.ry-btn-secondary:hover {
		border: 1px solid var(--clr-secondary) !important;
			background: transparent !important;
			color: var(--clr-secondary) !important;
				}
	.ry-btn.ry-btn-white:hover {
		border: 1px solid #fff !important;
		background: transparent !important;
		color: #fff !important;
	}
	.ry-text p {
		font-size: 18px;
		line-height: 1.6;
		font-weight: 400;
		color: #333;
	}

	.home .slick-dots,
	.default .slick-dots {
		display: flex !important;
		justify-content: center;
		width: 100%;
		margin-top: 30px;
		gap: 5px;
		list-style: none;
		padding: 0 !important;
	}

	.home .slick-dots li button,
	.default .slick-dots li button {
		width: 12px;
		height: 12px;
		padding: 0;
		border-radius: 50%;
		border: unset;
		text-indent: -99999px;
		background: #000;
		transition: .5s;
		opacity: .5;
		min-width: 12px;
	}

	.home .slick-dots li,
	.default .slick-dots li {
		height: 12px;
		min-width: 12px;
		padding: 0 !important;
		margin: 0 !important;
	}

	.home .slick-dots li.slick-active button,
	.default .slick-dots li.slick-active button{
		width: 50px;
		border-radius: 5px;
		opacity: 1;
		background: #0f0f0f;
	}

	#menu_container {
		padding-top: 50px;
	}

	#menu_container .mm-listview li a {
		font-size: 16px;
		line-height: 1;
		letter-spacing: initial !important;
	}

	.mm-panel .mob-menu a {
		font-size: 16px;
		line-height: 1;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.mm-panel {
		padding-left: 0;
		padding-right: 0p;
	}

	a.mm-navbar__title {
		font-size: 16px;
	}

	#menu_container .mm-listview li a {
		text-transform: uppercase;
		font-family: "Oswald" !important;
		letter-spacing: 0.5px !important;
	}

	a.mm-navbar__title {
		font-family: 'Oswald';
		text-transform: uppercase;
		font-size: 17px;
		font-weight: 500;
	}

	.mm-panel .mob-menu a,
	#menu_container .mm-listview li a{
		font-family: 'Oswald';
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: -0.5px;
	}

	.module-hero .carousel-control {
		display: none;
	}

	.col-xs-12.module-hero {}

	.module-hero .text-center {
		padding-bottom: 90vh;
		position: relative;
	}

	.module-hero .text-center img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.module-hero  .hero-text {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}

	.module-hero .hero-text .content {
		max-width: 720px;
	}

	.module-hero .hero-text .ry-container {
		display: flex;
		justify-content: flex-end;
	}

	.ry-headline h1 {
		font-size: 90px;
		line-height: 1;
		font-family: "Oswald" !important;
		text-transform: uppercase;
		color: #fff;
		font-weight: 500 !important;
	}

	.ry-headline h1 .span-5 {
		font-size: 45px;
		display: block;
		font-weight: 400;
		letter-spacing: 2px;
	}

	.ry-headline h1 .span-1 {
		font-size: 50px;
		font-family: "Cormorant Garamond";
		text-transform: initial;
		font-style: italic;
		display: block;
		color: #ff8550;
	}

	.module-hero .hero-text .ry-text p {
		color: #fff;
		font-size: 20px;
		line-height: 1.5;
		margin-top: 40px;
		opacity: .5;
		max-width: 620px;
		margin-left: auto;
		margin-right: auto;
	}

	.module-hero .hero-text .ry-headline h1 .span-5 {
		margin: 15px 0 20px;
	}

	.module-welcome.custom {
		padding: 290px 0;
	}

	.ry-headline h2 {
		font-size: 80px !important;
		font-family: 'Oswald' !important;
		font-weight: 500 !important;
		line-height: 1.1;
		text-transform: uppercase !important;
		color: #000;
	}

	.ry-headline h2 .span-5 {
		display: block;
		color: #d55a25;
	}

	.module-welcome.custom .ry-text h3 {
		font-size: 48px;
		font-family: 'Cormorant Garamond' !important;
		font-style: italic;
		color: #333;
		font-weight: 400 !important;
		letter-spacing: -1px;
		line-height: 1.1;
		max-width: 560px;
		margin: 35px 0 50px;
	}

	.module-welcome.custom .ry-text h3 strong {
	}

	.module-welcome.custom .background-section img {
		object-fit: contain;
		object-position: right;
		width: 110%;
		height: 105%;
		top: 40%;
		transform: translate(0, -50%);
	}

	.module-emergency.custom {
		padding: 170px 0 190px;
		background: #f9efe8;
	}

	.module-emergency.custom .ry-headline h2 span {
		font-size: 40px;
		display: block;
		color: #333;
		margin-bottom: 10px;
	}

	.module-emergency.custom .ry-headline h2 {
		color: #d55a25;
	}

	.module-emergency.custom .ry-flex {
		margin-top: 50px;
		gap: 30px;
		justify-content: space-between !important;
		margin-bottom: 110px;
	}

	.module-emergency.custom .ry-container {
		max-width: 1280px;
	}

	.module-emergency.custom .ry-flex .each {
		width: 25%;
		max-width: 280px;
		border-radius: 20px;
		overflow: hidden;
	}

	.module-emergency.custom .ry-flex .each .photo {
		position: relative;
		padding-bottom: 90%;
	}

	.module-emergency.custom .ry-flex .each .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.module-emergency.custom .ry-flex .each .title {
		display: flex;
		width: 100%;
		height: 72px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 30px;
		font-family: 'Oswald' !important;
		font-weight: 500 !important;
		background: #333;
		color: #fff;
		text-transform: uppercase;
	}

	.module-emergency.custom .bottom-block .wrapper {
		display: flex;
		gap: 30px;
	}

	.module-emergency.custom .bottom-block .wrapper .block {
		display: flex;
		gap: 30px;
		align-items: center;
	}

	.module-emergency.custom .bottom-block .wrapper .block .photo {
		max-width: 380px;
	}

	.module-emergency.custom .bottom-block .wrapper .block .ry-text p {
		font-size: 34px;
		font-family: 'Cormorant Garamond' !important;
		font-style: italic;
		line-height: 1.1;
		letter-spacing: -0.5px;
		font-weight: 500 !important;
		color: #020100;
	}

	.module-emergency.custom .bottom-block .wrapper .block:nth-child(2) {
		max-width: max-content;
	}

	.module-emergency.custom .bottom-block .wrapper .block:nth-child(1) {
		max-width: 900px;
		width: 100%;
	}

	.module-emergency.custom .bottom-block .wrapper .block .button-wrapper {
		display: flex;
		flex-direction: column;
		gap: 10px;
		justify-content: flex-end;
	}

	.module-emergency.custom .bottom-block .wrapper .block .button-wrapper .ry-btn {
		min-width: 300px;
	}
	.ry-btn {
		height: 56px;
		border-radius: 40px;
		padding: 10px 30px;
		font-family: 'Oswald';
		font-size: 20px !important;
		font-weight: 500;
	}

	.ry-btn .icon {
		margin-right: 10px;
	}

	.ry-btn .icon svg {
		width: 20px;
		height: 20px;
	}

	.ry-btn:after {
		content: "";
		display: inline-block;
		width: 38px;
		height: 38px;
		background: #fa7b44;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-arrow-up-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0z'/%3E%3C/svg%3E");
		background-size: 17px;
		margin-right: -20px;
		border-radius: 50%;
		background-position: center;
		background-repeat: no-repeat;
	}

	.ry-btn.ry-btn-secondary {
		background: #000 !important;
	}


	.module-services.custom {
		padding: 190px 0 400px;
	}

	.module-services.custom .background-section img {
		object-position: top;
	}

	.ry-headline h2 .span-1 {
		display: block;
		font-size: 35px;
		font-family: 'Cormorant Garamond';
		text-transform: capitalize;
		font-style: italic;
		letter-spacing: -0.5px;
		color: #fa7b44;
	}

	.module-services.custom .ry-headline h2 {
		color: #fff;
		margin-bottom: 100px;
	}

	.module-services.custom .each-wrapper .photo {
		width: 200px;
		height: 200px;
		border-radius: 50%;
		border: 2px solid #d96532;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.module-services.custom .each-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-services.custom .each-wrapper .photo img {
		max-width: 130px;
		max-height: 110px;
		object-fit: contain;
		position: relative;
		z-index: 2;
	}

	.module-services.custom .each-wrapper .photo:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: #fff;
		width: calc(100% - 24px);
		height: calc(100% - 24px);
		border-radius: 50%;
	}

	.module-services.custom .each-wrapper .title {
		margin-top: 50px;
		font-size: 25px;
		font-family: 'Oswald' !important;
		text-transform: uppercase;
		color: #fff;
		max-width: 200px;
		text-align: center;
		line-height: 1.2;
	}

	.module-services.custom .each:nth-child(1), 
	.module-services.custom .each:nth-child(4) {
		margin-top: 120px;
	}

	.module-team.custom .background-section {
		display: none;
	}

	.module-team.custom {
		position: relative;
		z-index: 2;
		margin-top: -380px;
		background: #000000;
	}

	.module-team.custom .alternate-bg .img-2 {
		position: absolute;
		max-width: 1560px;
		top: 30px;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.module-team.custom .alternate-bg {
		position: absolute;
		top: 0;
		width: 100%;
		min-width: 2400px;
		left: 50%;
		transform: translate(-50%, 0);
	}

	.module-team.custom {
		padding: 620px 0 460px;
		overflow: hidden;
	}

	.module-team.custom .ry-headline h2 {
		text-align: center;
		color: #fff;
	}

	.module-team.custom .ry-headline h2 .span-1 {
		color: #fff;
		margin-top: 15px;
		margin-bottom: 30px;
		opacity: .6;
	}

	.ry-btn.transparent {
		background: transparent !important;
		border: 1px solid #fff !important;
	}

	.btn-center {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.module-team.custom .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}

	.module-insurance.custom {
		padding: 100px 0 480px;
		z-index: 2;
		margin-top: -380px;
	}

	.module-insurance.custom:before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		width: 100%;
		min-width: 2400px;
		height: 100%;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-35fd04f2-a15f-40b7-97c9-5906d4120a15/HomeAssets/affi_bg.png);
		background-size: cover;
	}


	.module-insurance .title h2 {
		font-size: 25px;
		font-family: 'Oswald' !important;
		text-transform: uppercase;
		color: #fa7b44;
	}

	.module-insurance .ry-flex img {}

	.module-insurance .ry-flex img {
		max-width: max-content;
	}


	.module-insurance.custom .ry-flex {
		gap: 50px;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.module-insurance.custom .ry-flex .each-block {
		width: calc(25% - 50px);
	}

	.module-insurance.custom .ry-flex .each-block img {
		width: max-content;
		margin: auto;
	}

	.module-insurance.custom .ry-flex .each-block:nth-child(1),
	.module-insurance.custom .ry-flex .each-block:nth-child(2) {
		width: calc(50% - 50px);
	}

	.module-insurance.custom .ry-flex {
		margin-top: 60px;
	}

	.module-insurance.custom .ry-flex .each-block:nth-child(1) img {
		margin-left: auto;
		margin-right: 0;
	}

	.module-insurance.custom .ry-flex .each-block:nth-child(2) img {
		margin-left: 0;
	}

	.module-insurance.custom .ry-container {
		max-width: 1180px;
		width: 90%;
	}

	.module-testimonials.custom {
		margin-top: -380px;
		position: relative;
		z-index: 2;
		padding-top: 380px;
		padding-bottom: 150px;
	}

	.module-testimonials.custom:before {
		content: "";
		position: absolute;
		top: 0px;
		left: 50%;
		width: 100%;
		min-width: 2400px;
		height: 100%;
		transform: translate(-50%, 0);
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-35fd04f2-a15f-40b7-97c9-5906d4120a15/HomeAssets/testi_bg.png);
		background-size: 100%;
		background-position: top center;
		/* background-position: top; */
	}

	.module-testimonials.custom {}

	.module-testimonials.custom .icon img {
		max-width: max-content;
	}

	.module-testimonials.custom .ry-headline h2 .span-1 {
		margin-bottom: 15px;
	}

	.module-testimonials.custom .ry-headline h2 {
		color: #fff;
	}

	.module-testimonials.custom .icon {
		position: absolute;
		width: auto;
	}

	.module-testimonials.custom .carousel-control {
		display: none;
	}
	.module-testimonials.custom .ry-text {
		min-height: 190px;
	}
	.module-testimonials.custom .ry-text p {
		font-size: 34px;
		text-align: center;
		font-family: 'Cormorant Garamond' !important;
		font-style: italic;
		color: #fff;
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.4;
		font-weight: 500 !important;
	}

	.module-testimonials.custom .testimonials-wrapper {
		margin-top: 90px;
	}

	.module-testimonials.custom .ry-name {
		margin-top: 60px;
	}

	.module-testimonials.custom .ry-name .star-wrapper {
		display: none;
	}

	.module-testimonials.custom .ry-name h5 {
		font-size: 34px;
		font-family: 'Cormorant Garamond' !important;
		font-style: italic;
		text-align: center;
		font-weight: 500 !important;
		margin-bottom: 100px;
		color: #fa7b44;
	}

	.module-testimonials.custom .ry-container {
		max-width: 1080px;
		width: 90%;
	}

	.module-testimonials.custom .icon:nth-child(1) {
		top: -30px;
		left: -25px;
	}

	.module-testimonials.custom .icon:nth-child(2) {
		right: 0;
		left: unset;
		top: unset;
		bottom: 150px;
	}

	.module-testimonials.custom .carousel-indicators {
		bottom: 55px !important;
		display: flex !important;
		justify-content: center;
		gap: 8px;
	}

	.module-testimonials.custom .carousel-indicators li {
		margin: 0 !important;
		width: 10px !important;
		height: 10px !important;
		min-width: 10px;
	}

	.module-testimonials.custom .carousel-indicators li.active {
		background: #fff !important;
		opacity: 1;
	}

	.module-testimonials.custom .carousel-indicators li {
		opacity: .5;
	}

	.module-testimonials.custom .star-review {
		display: flex;
		justify-content: center;
		gap: 7px;
		margin-top: 40px;
	}

	.module-testimonials.custom .star-review svg {
		width: 30px;
		height: 30px;
		fill: #ffc13d;
	}

	.module-location.custom {
		padding: 160px 0 180px;
	}

	.module-location.custom .top-block {
		margin-bottom: 80px;
	}

	.module-location.custom .top-block .ry-flex {
		display: flex;
		gap: 30px;
	}

	.module-location.custom .top-block .ry-flex .each {
		display: flex;
		align-items: flex-end;
		/* justify-content: flex-end; */
	}

	.module-location.custom .top-block .ry-flex .each .each-details {
		display: flex;
		gap: 20px;
		max-width: max-content;
		align-items: center;
	}

	.module-location.custom .top-block .ry-flex .each .each-details .icon svg {
		width: 20px;
		height: 20px;
		fill: #e96a32;
	}

	.module-location.custom .top-block .ry-flex .each .each-details .text {
		font-size: 20px;
		color: #000;
		letter-spacing: -0.5px;
	}

	.module-location.custom .top-block .ry-flex .each .each-details .text .span-1 {
		font-weight: bold;
	}

	.module-location.custom .top-block .ry-flex .each:nth-child(2) {
		justify-content: flex-end;
	}

	.module-location.custom .top-block .spacer {
		margin: 0 25px;
		border: 1px solid #cacaca;
		height: 25px;
	}

	.module-location.custom .bottom-block .ry-flex {
		display: flex;
	}

	.module-location.custom .bottom-block .ry-flex .each {
		width: 33.33%;
	}

	.module-location.custom .bottom-block .ry-flex .each .text-group {
		position: absolute;
		padding: 75px 50px 75px 100px;
		bottom: 0;
	}

	.module-location.custom .bottom-block .ry-flex .each  .photo {
		padding-bottom: 680px;
		position: relative;
	}

	.module-location.custom .bottom-block .ry-flex .each .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.module-location.custom .bottom-block .ry-flex .each .text-group .address p {
		font-size: 20px;
		color: #000;
		line-height: 1.3;
		letter-spacing: -0.5px;
	}

	.module-location.custom .bottom-block .ry-flex .each .text-group .address {
		padding: 10px 0 30px;
	}

	.module-location.custom .bottom-block .ry-flex .each .text-group .title {
		font-size: 30px;
		font-family: 'Oswald' !important;
		letter-spacing: -0.5px;
		color: #d55a24;
		font-weight: 500 !important;
	}

	.module-location.custom .bottom-block .ry-flex .each .text-group .button-block a {
		display: flex;
		gap: 10px;
		align-items: center;
		font-size: 20px;
		font-weight: 900;
		color: #000;
		letter-spacing: -0.3px;
	}


	.module-location.custom .bottom-block .ry-flex .each .photo:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
	}

	.module-location.custom .bottom-block .ry-flex .each .photo img {
		opacity: .3;
	}

	.module-location.custom .bottom-block .ry-flex .each:nth-child(even) .photo:before {
		background: #000;
	}

	.module-location.custom .bottom-block .ry-flex .each:nth-child(even) .text-group .address p {
		color: #fff;
	}

	.module-location.custom .bottom-block .ry-flex .each:nth-child(even) .text-group .button-block a:not(:hover) {
		color: #fff;
	}
	.module-location.custom .bottom-block .ry-flex .each:nth-child(even) .text-group .title {
		color: #ff8048;
	}

	.module-footer {
		border-top: 12px solid #fa7b44;
		background: #020100;
	}

	.module-footer .footer-top {
		padding: 110px 0 80px;
	}

	.module-footer .footer-top .social-inner-wrap li a {
		width: 65px;
		min-width: 65px;
		height: 65px;
		background: #353433;
	}

	.module-footer .footer-top .social-inner-wrap li {
		width: auto;
		height: auto;
		max-width: max-content;
		max-height: unset;
		margin: 0;
	}

	.module-footer .footer-top .social-inner-wrap li a svg {
		width: 24px;
		height: 24px;
	}

	.module-footer .footer-top .small-title {
		margin-bottom: 20px;
		font-size: 14px;
		text-transform: uppercase;
		color: #fff;
		opacity: .4;
	}

	.module-footer .custom-social-wrapper .social-inner-wrap {
		gap: 13px;
	}

	.module-footer .footer-top .ry-flex .each {
		max-width: max-content;
	}

	.module-footer .footer-top .ry-flex .each .photo img {
		min-width: 580px;
	}

	.module-footer .footer-top .ry-flex .each .button-wrapper .ry-btn {
		min-width: 250px;
		justify-content: space-between;
	}

	.module-footer .footer-top .ry-flex .each .button-wrapper .ry-btn:not(:hover) {
		border: 1px solid #ffffff40 !important;
	}

	.module-footer .footer-top .ry-flex .each .button-wrapper {
		display: flex;
		flex-direction: column;
		gap: 13px;
	}

	.module-footer .footer-bottom .ry-container {
		padding: 35px 0;
		border-top: 1px solid #ffffff5c;
	}

	.module-footer .footer-bottom {
		display: flex;
	}

	.module-footer .footer-bottom .ry-container .text p, 
	.module-footer .footer-bottom .ry-container .text a,
	.module-footer .footer-bottom .ry-container .powered > div p {
		font-size: 14px;
		text-transform: uppercase;
		font-family: 'Inter';
		letter-spacing: -0.3px;
		color: #fff;
	}

	.module-footer .footer-bottom .ry-container .text {
		opacity: .4;
		max-width: max-content;
	}

	.module-footer .footer-bottom .ry-container .block {
		display: flex;
		justify-content: space-between;
	}

	.module-footer .footer-bottom .ry-container .powered {
		display: flex;
		max-width: max-content;
		gap: 8px;
	}

	.module-footer .footer-bottom .ry-container .powered img {
		width: 110px;
		height: auto;
		object-fit: contain;
	}

	.module-footer .footer-bottom .ry-container .powered > div {opacity: .4;}

	.header .contact-wrap .button-wrapper a {
		height: 55px;
		background: #d55a25;
	}

	.header .contact-wrap .button-wrapper a span {
		font-size: 16px;
		font-family: 'Oswald';
		letter-spacing: initial;
		font-weight: 500;
	}

	.header .contact-wrap .button-wrapper a {
		display: flex;
		gap: 17px;
		justify-content: flex-start;
		padding-left: 45px;
		padding-right: 45px;
	}

	.header .contact-wrap .button-wrapper .icon svg {width: 25px;fill: #fff;}

	.header .contact-wrap .button-wrapper a:hover {
		background: #000 !important;
	}

	.header .contact-wrap .button-wrapper a.secondary {
		background: #323232;
	}

	.header .head-group {
		align-items: center;
		gap: 60px;
	}

	.header .head-menu-wrap li a {
		font-size: 20px;
		letter-spacing: initial;
		font-family: 'Oswald';
		display: block;
		font-weight: 500;
	}

	.header .head-menu-wrap li {
		margin: 0;
	}

	.header .head-logo-wrap {
		max-height: unset;
	}

	.header .head-logo-wrap img {
		max-height: unset;
		max-width: 300px;
	}

	.header {
		padding-left: 45px;
	}

	.header .ry-menu .ry-nav li.dropdown .dropdown-menu li {
		padding: 0;
		background: transparent;
	}

	.header .ry-menu .ry-nav li.dropdown .dropdown-menu {
		background: #000;
		padding: 0;
	}

	.header .ry-menu .ry-nav li.dropdown .dropdown-menu li a {
		padding: 15px 30px;
		font-size: 16px;
	}

	.header .ry-menu .ry-nav li.dropdown .dropdown-menu.hover {
		top: 45px !important;
	}


	#ry-pg-banner .ry-bnr-wrp {
		height: 400px;
	}

	#ry-sidebar .ry-sb-title {
		letter-spacing: initial;
	}


	.services-grid .module-1 {
		display: flex;
		gap: 60px;
		align-items: center;
		border: unset;
	}

	.services-grid .module-1 .ry-box-left {
		width: 40%;
		padding-bottom: 25%;
		overflow: hidden;
	}

	.services-grid .module-1 .ry-box-left img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
	}

	.services-grid .module-1:nth-child(even) {
		flex-direction: row-reverse;
	}

	.services-grid .module-1 .ry-box-right h4 {
		font-size: 36px !important;
		margin-bottom: 10px !important;
		font-weight: 500 !important;
		font-family: 'Oswald' !important;
	}

	.services-grid .module-1 .ry-box-right p {
		font-size: 18px;
		line-height: 1.5;
	}

	.services-grid .module-1 .ry-box-right .ry-btn {
		margin-top: 20px;
	}

	.services-grid .module-1:not(:last-child) {
		margin-bottom: 40px !important;
	}

	.services-grid .module-1:nth-child(even) .ry-box-right * {
		text-align: right !important;
	}

	.services-grid .module-1:nth-child(even) .ry-box-right .ry-btn {
		margin-left: auto;
	}

	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 66px;
		letter-spacing: initial;
		font-weight: 500 !important;
		font-family: "Oswald" !important;
		line-height: 1 !important;
		text-align: center;
	}

	#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
		max-width: max-content;
	}

	body.default h1, 
	body.default h2,
	body.default h3,
	body.default h4, 
	body.default h5,
	body.default h6 {
		font-weight: 500 !important;
		font-family: 'Oswald' !important;
	}

	div#mapPIN {
		padding-bottom: 600px;
	}

	body.default #ry-pg-body .module-location.custom {
		padding-bottom: 0;
		padding-top: 0;
	}

	body.default #ry-pg-body .module-location.custom .top-block .each:nth-child(1) {
		display: none;
	}

	body.default #ry-pg-body .module-location.custom .top-block .ry-flex {
		justify-content: center;
	}

	.services-grid.custom-plain .ry-flex {
		justify-content: center;
		flex-wrap: wrap;
	}

	.services-grid.custom-plain .ry-flex .each {
		width: 33.33%;
	}

	.services-grid.custom-plain .ry-flex .each .photo {
		position: relative;
		padding-bottom: 120%;
	}

	.services-grid.custom-plain .ry-flex .each .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		filter: grayscale(1);
		opacity: .2;
		transition: .5s;
	}

	.services-grid.custom-plain .ry-flex .each .photo:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, transparent, #000);
		opacity: 0;
		transition: .2s;
		z-index: 1;
	}

	.services-grid.custom-plain .ry-flex .each  .title {
		position: absolute;
		bottom: 0;
		padding: 30px;
		width: 100%;
		text-align: left;
		z-index: 2;
	}

	.services-grid.custom-plain .ry-flex .each .title div {
		font-size: 30px;
		font-family: 'Oswald' !important;
		font-weight: 500;
		color: #d55a25;
		letter-spacing: -0.3px;
		text-align: left !important;
		transition: .5s;
	}


	.services-grid.custom-plain .ry-flex .each:hover .photo img {
		opacity: 1;
		filter: unset;
	}

	.services-grid.custom-plain .ry-flex .each:hover .photo:before {
		opacity: 1;
	}

	#ry-sidebar #accordion .ry-drop-nav a {
		color: #000;
		letter-spacing: -0.3px;
		font-weight: 400;
	}

	#ry-sidebar .ry-sb-title i {
		font-size: 20px;
	}

	#ry-sidebar #accordion .ry-link-item.open > a {
		font-weight: 400 !important;
	}

	.module-map {
		margin-top: 60px;
	}

	.head-menu-list li .third-level-container:last-child .third-level-dropdown {
		top: 0 !important;
		background: #000 !important;
		height: auto;
	}

	li.third-level-container:not(.third-level a):after {
		position: absolute;
		top: 9px;
		font-size: 16px;
	}

	.head-menu-list li .third-level-container:last-child .third-level-dropdown li a {
		color: #fff;
	}

	.head-menu-list li .third-level-container:last-child .third-level-dropdown li {
		padding: 0 !important;
	}

	.head-menu-list {
		gap: 95px;
	}

	.ry-menu .ry-nav li .dropdown-toggle .caret {
		border-top: 6px solid;
		border-right: 6px solid transparent;
		border-left: 6px solid transparent;
	}

	.module-emergency.custom .ry-btn.ry-btn-primary:not(.tranparent):not(:hover):after {
		background: #fff;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fa7b44' class='bi bi-arrow-up-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0z'/%3E%3C/svg%3E");
		background-position: center;
		background-repeat: no-repeat;
	}

	.module-services.custom .each-wrapper .title {
		font-weight: 500 !important;
	}

	.module-services.custom .each:hover .each-wrapper .title {
		color: #fa7b44;
	}

	.module-services.custom .each:hover .each-wrapper .photo:before {
		background: #d96532;
	}

	.module-services.custom .each-wrapper .photo:before,
	.module-services.custom .each .each-wrapper .title,
	.module-services.custom .each-wrapper .photo img {
		transition: .5s;
	}

	.module-services.custom .each:hover .each-wrapper .photo img {
		filter: invert(1) brightness(10);
	}

	.module-location.custom .bottom-block .ry-flex .each .text-group .button-block a:hover {
		color: #d55a24;
	}

	.module-footer .footer-top .social-inner-wrap li a:hover {
		background: #d55a25;
	}

	.module-footer .footer-bottom .ry-container .text a:hover {
		text-decoration: underline !important;
	}

	li.basic-dropdown {
		position: relative;
		overflow: unset !important;
	}

	li.basic-dropdown .dropdown-content {
		position: absolute;
		min-width: 180px;
		z-index: 111;
		background: #fff;
	}

	li.basic-dropdown .wrapper-drop > a {
		overflow: hidden;
		border-radius: 50%;
	}

	li.basic-dropdown .dropdown-content a {
		min-width: unset !important;
		width: 100% !important;
		height: unset !important;
		padding: 10px 0;
		font-size: 14px;
		text-transform: uppercase;
		font-family: 'Oswald';
		color: #fff;
	}

	li.basic-dropdown .dropdown-content a svg {
		width: 16px !important;
		height: 16px !important;
		margin-right: 5px;
	}

	li.basic-dropdown .wrapper-drop > a:hover {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	li.basic-dropdown .dropdown-content {
		visibility: hidden;
		opacity: 0;
		transition: .5s;
	}

	li.basic-dropdown .wrapper-drop:hover .dropdown-content {
		opacity: 1;
		visibility: visible;
	}

	.module-emergency.custom .bottom-block .wrapper .block .button-wrapper .ry-btn.ry-btn-primary:not(:hover) {
		background: #fa7b44 !important;
	}

	.header .head-menu-wrap li a:hover,
		.header .head-menu-wrap li.active a {
		color: #d55a25 !important;
		opacity: 1;
	}
	.header .head-menu-wrap li a {
		outline: unset !important;
	}
	@media (max-width: 1660px) {
		.header .head-menu-wrap li a {
			font-size: 18px;
		}

		.ry-headline h1 {
			font-size: 76px;
		}

		.ry-headline h1 .span-5 {
			font-size: 36px;
		}

		.ry-headline h1 .span-1 {
			font-size: 42px;
		}

		.module-hero .hero-text .ry-text p {
			margin-top: 30px;
			font-size: 18px;
		}

		.ry-text p {
			font-size: 18px;
		}

		.ry-headline h2 {
			font-size: 68px !important;
		}

		.module-welcome.custom .ry-text h3 {
			font-size: 42px;
		}

		.module-emergency.custom .ry-flex .each .title {
			font-size: 24px;
		}

		.module-emergency.custom .bottom-block .wrapper .block .ry-text p {
			font-size: 30px;
		}

		.ry-btn {
			font-size: 18px !important;
		}

		.ry-headline h2 .span-1 {
			font-size: 32px;
		}

		.module-testimonials.custom .ry-text p {
			font-size: 30px;
		}

		.module-testimonials.custom .ry-name h5 {
			font-size: 30px;
		}

		.module-location.custom .top-block .ry-flex .each .each-details .text {
			font-size: 18px;
		}

		.module-location.custom .top-block .ry-flex .each:nth-child(1) {
			min-width: 430px;
		}

		.module-location.custom .top-block {
			margin-bottom: 60px;
		}

		.header .head-group {
			gap: 30px;
		}
		.head-menu-list {
			gap: 6vw;
		}
	}
	
	@media (max-width: 1480px) and (min-width: 1280px) {
		.module-testimonials.custom {
			padding-top: 160px;
		}
	}
	
	@media (max-width: 1480px) {
		.head-menu-list {
			gap: 3vw !important;
		}
	}
	
	@media (max-width: 1380px) {
		.header .head-group {
			gap: 30px;
		}

		.head-menu-list {
			gap: 3vw;
		}
		.header .contact-wrap .button-wrapper a {
			padding-left: 25px;
			padding-right: 25px;
			gap: 10px;
		}

		.module-services.custom .each-wrapper .title {
			margin-top: 30px;
			font-size: 22px;
		}

		.module-location.custom .top-block .spacer {
			margin: 0 15px;
		}

		.module-location.custom .top-block .ry-flex .each .each-details {
			gap: 10px;
		}

		.module-location.custom .bottom-block .ry-flex .each .text-group {
			padding: 60px 40px;
		}

		.module-location.custom .bottom-block .ry-flex .each .text-group .address p {
			font-size: 18px;
		}

		.module-location.custom .bottom-block .ry-flex .each .text-group .button-block a {
			font-size: 18px;
		}

		.module-footer .footer-top .ry-flex .each .photo img {
			min-width: unset;
		}

		.module-footer .footer-top .ry-flex .each:nth-child(2) {
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.module-footer .footer-top .social-inner-wrap li a {
			width: 55px;
			min-width: 55px;
			height: 55px;
		}

		.module-footer .footer-top .social-inner-wrap li a svg {
			width: 20px;
			height: 20px;
		}

		.header .head-group {
			gap: 20px;
		}

		body.fixed-header .header {
			gap: 20px;
		}

		.module-team.custom .alternate-bg .img-2 {
			width: 50%;
			top: 5%;
		}

		.module-location.custom .bottom-block .ry-flex .each .text-group {
			padding-left: 50px;
			padding-right: 30px;
		}

		.module-footer .footer-top .ry-flex .each .photo img {
			min-width: unset;
		}

	}

	@media (max-width: 1280px) {
		.header .contact-wrap .button-wrapper a span {
			display: none;
		}
	}

	@media (max-width: 1080px) {
		.module-34 {
			position: fixed;
			z-index: 999;
			width: 100%;

		}
		
		.module-34 {
			box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
			-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
		}

		.module-34 .flex-item.right-nav .mobile-button a svg {
			width: 20px;
			height: 20px;
			fill: #fff;
		}

		#ry-pg-banner .ry-bnr-wrp,
		.module-hero {
			margin-top: 85px;
		}
		
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
			padding: 0;
			margin: 0;
		}

		#ry-pg-banner .ry-bnr-wrp {
			height: 320px;
		}

		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 56px;
		}

		#ry-pg-banner .ry-bnr-wrp:before,
		#ry-pg-banner .ry-bnr-wrp:after {
			display: none;
		}

		.services-grid .module-1 {
			gap: 30px;
		}
		.header {
			display: none;
		}

		.module-34 {
			display: block;
			background: #fff;
			padding: 15px 30px;
		}

		.module-34 .flex-item.left-nav {
			position: absolute;
			left: 50%;
			transform: translate(-50%, 0);
			top: 0;
		}

		.module-34 .flex-item.right-nav {
			display: flex;
			align-items: center;
			justify-content: space-between;
			flex-direction: row-reverse;
		}

		.module-34 .flex-item.right-nav .mobile-button {
			display: flex;
			gap: 5px;
		}

		.module-34 .flex-item.right-nav .mobile-button a {
			width: 45px;
			height: 45px;
			display: flex;
			align-items: center;
			justify-content: center;
			background: #d55a25;
			border-radius: 50%;
			color: #fff;
		}

		.module-34 .flex-item.right-nav .mobile-button a svg {
			width: 20px;
			
		}

		.module-34 .flex-item.right-nav .flex-btn i {
			color: #000;
			font-size: 25px;
		}

		#menu_container {
			background: #000;
		}

		.module-hero .text-center {
			padding-bottom: 56.25%;
		}

		.module-hero .hero-text {
			top: unset;
			transform: unset;
			position: relative;
			background: #000;
			padding: 60px 0;
		}

		.module-hero .hero-text .ry-container {
			justify-content: center;
		}

		.ry-headline h1 {
			font-size: 56px;
		}

		.ry-headline h1 .span-5 {
			font-size: 32px;
		}

		.ry-headline h1 .span-1 {
			font-size: 36px;
		}

		.module-hero .hero-text .ry-text p {
			margin-top: 20px;
			font-size: 16px;
		}

		.module-welcome.custom {
			padding: 0;
			padding: 160px 0;
		}

		.module-welcome.custom .background-section img {width: 100%;height: 100%;top: 50%;}

		.module-welcome.custom .ry-each {
			width: 50%;
		}

		.ry-headline h2 {
			font-size: 52px !important;
		}

		.module-welcome.custom .ry-text h3 {
			font-size: 32px;
			margin-top: 20px;
			margin-bottom: 30px;
		}

		.module-emergency.custom .ry-container {
			width: 90%;
		}

		.module-emergency.custom {
			padding: 100px 0;
		}

		.module-emergency.custom .ry-headline h2 span {
			font-size: 32px;
		}

		.module-emergency.custom .ry-flex {
			margin-top: 30px;
			margin-bottom: 60px;
			gap: 15px;
		}

		.module-emergency.custom .ry-flex .each .title {
			font-size: 20px;
			height: 60px;
		}

		.module-emergency.custom .bottom-block .wrapper .block .ry-text p {
			font-size: 24px;
		}

		.module-emergency.custom .bottom-block .wrapper .block .photo {
			max-width: 300px;
		}

		.ry-btn {
			font-size: 16px !important;
		}

		.module-emergency.custom .bottom-block .wrapper .block .button-wrapper .ry-btn {
			min-width: 240px;
		}

		.module-insurance.custom .ry-flex .each-block img {
			width: 180px;
			max-height: 60px;
		}

		.module-insurance.custom .ry-flex {
			margin-top: 40px;
		}

		.module-testimonials.custom {
			padding-top: 180px;
		}

		.module-testimonials.custom .star-review svg {
			width: 25px;
			height: 25px;
		}

		.module-testimonials.custom .star-review {
			margin-top: 20px;
		}

		.module-testimonials.custom .ry-text p {
			font-size: 24px;
		}

		.module-testimonials.custom .testimonials-wrapper {
			margin-top: 60px;
		}

		.module-testimonials.custom .ry-name h5 {
			font-size: 24px;
		}

		.module-testimonials.custom .ry-name {
			margin-top: 40px;
		}

		.module-location.custom .top-block .ry-flex .each:nth-child(1) {
			min-width: 320px;
			max-width: max-content;
		}

		.module-location.custom {
			padding: 100px 0;
		}

		.module-location.custom .top-block .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.module-location.custom .ry-headline h2 {
			text-align: center;
		}

		.module-location.custom .top-block .ry-flex .each:nth-child(2) {
			justify-content: center;
		}

		.module-location.custom .top-block {
			margin-bottom: 40px;
		}

		.module-location.custom .bottom-block .ry-flex .each .text-group .address p {
			font-size: 18px;
		}

		.module-location.custom .bottom-block .ry-flex .each .text-group {
			padding-left: 30px;
		}

		.module-location.custom .bottom-block .ry-flex .each .text-group .button-block a {
			font-size: 18px;
		}

		.module-location.custom .bottom-block .ry-flex .each .text-group .address {
			padding-bottom: 20px;
		}

		.module-footer .footer-bottom .ry-container .block {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			width: 100%;
		}

		.module-footer .footer-bottom .ry-container .block p {
			line-height: 1;
		}

		.module-footer .footer-bottom .ry-container .powered {
			/* gap: 5px; */
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.module-footer .footer-top .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 30px;
		}

		.module-footer .footer-top .ry-flex .each:nth-child(2) {
			order: 0;
		}

		.module-footer .footer-top .ry-flex .each:nth-child(1) {
			order: 1;
		}

		.module-footer .footer-top .ry-flex .each:nth-child(3) {
			order: 2;
		}

		.module-footer .footer-top .ry-flex .each {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.module-footer .footer-top .ry-flex .each .button-wrapper .ry-btn {
			min-width: 220px;
		}

		.module-footer .footer-top .ry-flex .each .photo img {
			max-width: 360px;
		}

		.module-footer .footer-top .social-inner-wrap li a {
			width: 45px;
			min-width: 45px;
			height: 45px;
		}

		.module-footer .footer-top .social-inner-wrap li a svg {
			width: 16px;
			height: 16px;
		}

		.module-services.custom .ry-headline h2 {
			margin-bottom: 60px;
		}

		.module-services.custom {
			padding-top: 100px;
			padding-bottom: 460px;
		}

		.module-team.custom .alternate-bg {
			min-width: 1680px;
		}

		.module-services.custom .each-wrapper .photo {
			width: 180px;
			height: 180px;
		}

		.module-services.custom .each-wrapper .photo img {
			max-width: 110px;
			max-height: 90px;
		}

		.module-team.custom {
			padding-top: 480px;
		}

		.module-insurance.custom:before {
			min-width: 1680px;
		}

		.module-testimonials.custom:before {
			min-width: 1680px;
		}

		.module-team.custom .alternate-bg .img-2 {
			width: 60%;
		}

		.ry-headline h2 .span-1 {
			font-size: 24px;
		}

		.module-location.custom .bottom-block .ry-flex .each .photo {
			padding-bottom: 520px;
		}

	}

	@media (max-width: 768px) {
		.module-hero .text-center {
			padding-bottom: 75%;
		}

		.module-hero .text-center img {
			object-position: left;
		}

		.module-welcome.custom {
			padding: 0;
		}

		.module-welcome.custom .background-section {
			position: relative;
			padding-bottom: 56.2%;
		}

		.module-welcome.custom .background-section img {
			width: 120%;
			height: 140%;
			top: 43%;
		}

		.module-welcome.custom .ry-each {
			width: 100%;
			padding-bottom: 100px;
		}

		.module-welcome.custom .ry-each .ry-headline h2 {
			text-align: center;
		}

		.module-welcome.custom .ry-each .ry-text h3 {
			text-align: center;
			max-width: 100%;
		}

		.module-welcome.custom .ry-each .ry-text a {
			margin-left: auto;
			margin-right: auto;
		}

		.module-emergency.custom .ry-flex .each {
			border-radius: 10px;
		}

		.module-emergency.custom .ry-flex .each .title {
			font-size: 18px;
		}

		.module-emergency.custom .bottom-block .wrapper {
			flex-wrap: wrap;
			justify-content: center;
		}

		.module-emergency.custom .bottom-block .wrapper .block {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.module-emergency.custom .bottom-block .wrapper .block .photo {
			max-width: 480px;
		}

		.module-emergency.custom .bottom-block .wrapper .block .ry-text p {
			text-align: center;
		}

		.module-services.custom .each-wrapper .photo {
			width: 150px;
			height: 150px;
		}

		.module-services.custom .each-wrapper .title {
			margin-top: 20px;
			font-size: 20px;
			max-width: 110px;
		}

		.module-services.custom .each-wrapper .photo img {
			max-width: 80px;
			max-height: 70px;
		}

		.module-team.custom .alternate-bg {
			min-width: 1280px;
		}

		.module-team.custom {
			padding-top: 380px;
			padding-bottom: 400px;
		}

		.module-insurance.custom {
			margin-top: -320px;
		}

		.module-insurance.custom::before {
			min-width: 1280px;
		}

		.module-insurance.custom .ry-flex {
			gap: 30px 30px;
			justify-content: space-around;
		}

		.module-insurance.custom .ry-flex .each-block img {
			width: 150px;
		}

		.module-testimonials.custom::before {
			min-width: 1280px;
			top: -2px;
			background-size: cover;
		}

		.module-testimonials.custom .icon img {
			max-width: 100px;
		}

		.module-location.custom .top-block .ry-flex .each:nth-child(2) {
			flex-direction: column;
			align-items: center;
		}

		.module-location.custom .top-block .spacer {
			height: 1px;
			width: 160px;
			border: unset;
			background: linear-gradient(to left, transparent, #00000082, transparent);
			margin: 15px 0;
		}

		.module-location.custom .bottom-block .ry-flex .each {
			width: initial;
		}

		.module-location.custom .bottom-block .ry-flex {
			display: initial;
		}

		.module-team.custom .alternate-bg .img-2 {
			width: 75%;
		}
	}

	@media (max-width: 620px) {
		.services-grid.custom-plain .ry-flex .each {
			width: 50%;
		}
		.module-location.custom .bottom-block .ry-flex .each .text-group .button-block a {
			justify-content: center;
		}

		.module-location.custom .bottom-block .ry-flex .each .text-group .title {
			text-align: center;
		}

		.module-location.custom .top-block .ry-flex .each .each-details .text {
			font-size: 16px;
		}

		.module-insurance.custom .ry-flex .each-block img {
			width: auto;
			max-height: 40px;
			max-width: 140px;
		}

		.module-insurance.custom .ry-flex .each-block:nth-child(1), .module-insurance.custom .ry-flex .each-block:nth-child(2) {
			width: auto;
		}

		.module-insurance.custom .ry-flex {
			flex-wrap: wrap;
			justify-content: center;
		}

		.module-insurance.custom .ry-flex .each-block {
			width: auto;
		}

		.module-team.custom .alternate-bg {
			min-width: 991px;
		}

		.module-team.custom {
			padding-top: 340px;
			padding-bottom: 380px;
		}

		.module-team.custom .alternate-bg .img-2 {
			width: 80%;
		}

		.module-hero .text-center {
			padding-bottom: 100%;
		}

		.ry-headline h1 {
			font-size: 46px;
		}

		.ry-headline h1 .span-5 {
			font-size: 26px;
		}

		.ry-headline h1 .span-1 {
			font-size: 26px;
		}
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 46px;
		}
		.module-hero .hero-text .ry-text p {
			font-size: 16px;
		}

		.ry-headline h2 {
			font-size: 42px !important;
		}

		.module-welcome.custom .ry-text h3 {
			font-size: 26px;
		}

		.module-welcome.custom .ry-each {
			padding-bottom: 60px;
		}

		.module-emergency.custom {
			padding: 60px 0;
		}

		.module-emergency.custom .ry-flex {
			flex-wrap: wrap;
			justify-content: center;
			gap: 20px 10px;
		}

		.module-emergency.custom .ry-flex .each {
			width: calc(50% - 5px);
		}

		.module-insurance.custom::before {
			min-width: 991px;
		}

		.module-testimonials.custom::before {
			min-width: 991px;
		}

		.module-testimonials.custom {
			padding-top: 100px;
			padding-bottom: 80px;
		}

		.module-location.custom .top-block .ry-flex .each:nth-child(1) {
			justify-content: center;
			min-width: unset;
			width: 100%;
		}

		.module-location.custom {
			padding: 60px 0 80px;
		}

		.module-34 .flex-item.right-nav .hamburger {
			padding: 0;
		}

		.module-34 .flex-item.left-nav {
			transform: unset;
			left: 30px;
		}

		.module-34 .flex-item.left-nav img {
			max-width: 240px;
		}

		.module-34 {
			padding: 20px 30px;
		}

		.module-services.custom .ry-flex {
			display: initial;
		}

		.module-services.custom .each:nth-child(1), 
		.module-services.custom .each:nth-child(4) {
			margin: 0;
		}

		.module-services.custom .ry-container {
			width: 100%;
			max-width: unset;
		}

		.module-services.custom .each-wrapper .photo {
			width: 220px;
			height: 220px;
		}

		.module-services.custom .each-wrapper .photo img {
			max-width: 120px;
			max-height: 100px;
		}


		.home .module-services.custom .slick-dots li button {
			background: #fff;
		}

		.home .module-services.custom .slick-dots li.slick-active button {
			background: #d55a25;
		}

		.module-services.custom .ry-flex .each:not(.slick-active) {
			transform: scale(0.8);
		}

		.module-testimonials.custom .ry-text p,
		.module-testimonials.custom .ry-name h5 {
			font-size: 20px;
		}

		.module-34 .flex-item.right-nav .mobile-button a {
			width: 40px;
			height: 40px;
			min-width: 40px;
		}

		.services-grid .module-1 {
			flex-direction: column !important;
		}

		.services-grid .module-1 .ry-box-left {
			width: 100%;
			padding-bottom: 56.25%;
			max-width: 480px !important;
		}

		.services-grid .module-1:nth-child(even) .ry-box-right * {
			text-align: center !important;
		}
	}
	@media (max-width: 480px) {
		.module-34 {
			min-height: 85px;
			padding-left: 5%;
			padding-right: 5%;
			display: flex;
			align-items: center;
		}

		.module-34 .flex-item.right-nav .mobile-button a {
			width: 35px;
			height: 35px;
			min-width: 35px;
		}

		.module-34 .flex-item.left-nav {
			top: -5px;
		}
		
		.ry-btn {
			height: 52px;
		}

		.ry-btn::after {
			height: 34px;
			width: 34px;
		}

		.module-emergency.custom .ry-headline h2 span {
			font-size: 26px;
		}

		.ry-headline h2 {
			font-size: 40px !important;
		}

		.ry-headline h1 {
			font-size: 42px;
		}

		.module-emergency.custom .ry-flex .each .title {
			font-size: 16px;
			height: 52px;
		}

	}



	.ry-text.check-list ul {
		list-style: none;
		padding-left: 0;
	}

	.ry-text.check-list ul li {
		position: relative;
		padding-left: 35px;
	}

	.ry-text.check-list ul li:before {
		content: "";
		position: absolute;
		left: 0;
		top: 5px;
		width: 20px;
		height: 20px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23d55a25' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
		background-size: contain;
	}

	@media (min-width: 620px) {
		.ry-text.list-two ul {
			column-count: 2;
		}
		.ry-text.list-three ul {
			column-count: 3;
		}
	}
	/** PLACE YOUR MOBILE AND UP CSS HERE **/

	@media (min-width: 768px) {

		/** PLACE YOUR TABLET AND UP CSS HERE **/

	}

	@media (min-width: 992px) {

		/** PLACE YOUR LAPTOP AND UP CSS HERE **/

	}

	@media (min-width: 2260px) {

		/** PLACE YOUR DESKTOP AND UP CSS HERE **/
		.module-team.custom .alternate-bg,
		.module-insurance.custom::before,
		.module-testimonials.custom::before {
			min-width: 2860px;
		}

		.module-team.custom {
			padding-bottom: 520px;
		}

		.module-insurance.custom {
			margin-top: -460px;
		}

	}

	/* TEAM PAGE */
	.team-group .group-block:not(:last-child) {
		margin-bottom: 100px;
	}

	.team-group .group-block .ry-flex {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}

	.team-group .group-block .ry-flex .each {
		width: calc(33.33% - 30px);
	}

	.team-group .group-block .ry-flex .each .photo {
		position: relative;
		padding-bottom: 110%;
		border-radius: 20px;
		overflow: hidden;
		margin-bottom: 30px;
	}

	.team-group .group-block .ry-flex .each .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.team-group .group-block .ry-flex .each .title div {
		font-family: 'Oswald' !important;
		font-size: 32px;
		letter-spacing: -0.3px;
		color: #000;
	}

	.team-group .group-block .ry-flex {
		margin-top: 30px;
		flex-direction: row !important;
	}

	.team-group .group-block .ry-headline h2 {
		font-size: 42px !important;
		text-transform: uppercase;
		color: #000 !important;
	}

	#ry-pg-body .ry-headline h2 {
		color: #000;
		font-size: 42px;
		line-height: 1.1;
	}
	.team-group .group-block .ry-flex .each .link {
		display: none !important;
	}
	@media (max-width: 1080px) {
		.team-group .group-block:not(:last-child) {
			margin-bottom: 60px;
		}
	}
	@media (max-width: 620px) {
		.team-group .group-block .ry-flex .each {
			width: calc(50% - 10px);
		}
		.team-group .group-block .ry-flex .each .title div {
			font-size: 26px;
		}
		.team-group .group-block .ry-flex {
			gap: 40px 20px;
		}
		.team-group .group-block .ry-flex .each .photo {
			border-radius: 10px;
		}
		.team-group .group-block .ry-headline h2,
		#ry-pg-body .ry-headline h2 {
			font-size: 32px !important;
		}
	}
	@media (max-width: 440px) {
		.team-group .group-block .ry-flex .each .title div {
			font-size: 20px;
		}
		.team-group .group-block .ry-flex .each {
			width: calc(50% - 5px);
		}
		.team-group .group-block .ry-flex {
			gap: 20px 10px;
		}
	}

	/* END TEAM PAGE */