@font-face {
	font-family: 'Baby Boston';
	src: url('https://s3.amazonaws.com/static.organiclead.com/Site-fad9d993-9ad8-476e-847c-0c190583c478/fonts/BabyBoston.woff2') format('woff2'),
		url('https://s3.amazonaws.com/static.organiclead.com/Site-fad9d993-9ad8-476e-847c-0c190583c478/fonts/BabyBoston.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
:root {
	--text-normal: "Plus Jakarta Sans" !important;
		--text-title: "Plus Jakarta Sans" !important;
		--clr-primary: #092057;
		--clr-secondary: #7393b3;
		--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;
	}
	a:focus {
		outline: unset;
	}
	.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-text p {
		font-size: 18px;
		line-height: 1.6;
		font-weight: 400;
		color: var(--clr-base);
			}

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

	.ry-btn.btn-transparent:not(:hover),
	.ry-btn.transparent-btn:not(:hover) {
		border-color: var(--clr-primary);
			background: transparent !important;
			color: #221f1f !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-btn.ry-btn-primary.btn-white:not(:hover) {
		background: transparent !important;
		border: 1px solid;
	}

	.ry-btn.ry-btn-primary.btn-white:hover {
		background: #fff !important;
		color: #333;
		border: 1px solid #fff !important;
	}

	.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;
		text-transform: capitalize !important;
	}

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

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

	a.mm-navbar__title {
		font-size: 16px;
	}
	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li {
		padding: 0;
	}

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
		font-size: 16px;
		padding: 12px 30px !important;
	}

	.module-43 .ry-right .ry-menu .nav-menu li.primary > a:hover {
		color: var(--clr-primary) !important;
			}

	.ry-btn.ry-btn-secondary:hover svg {
		fill: var(--clr-secondary) !important;
			}

	.ry-btn.ry-btn-primary:hover svg {
		fill: var(--clr-primary) !important;
			}

	.module-hero .text-center img {
		object-position: top;
	}
	.module-hero .carousel-control {
		display: none;
	}

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

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

	.module-hero .hero-text h1 {
		font-size: 100px;
		color: #fff;
		font-family: Baby Boston !important;
		font-weight: 400 !important;
	}

	.module-hero .hero-text {
		position: absolute;
		bottom: 60px;
	}

	.module-hero .hero-text h1 .span-1 {
		font-size: 22px;
		display: block;
		text-transform: uppercase;
		font-family: 'Plus Jakarta Sans';
		margin-bottom: 30px;
		letter-spacing: 5px;
	}

	.module-hero .hero-text h1 .span-5 {
		font-size: 60px;
		display: block;
		font-family: 'Plus Jakarta Sans';
		letter-spacing: 20px;
		font-weight: 300;
		color: #79afe5 !important;
		margin-top: 25px;
	}
	.module-hero .hero-text h1 .span-4 {
		margin-left: -20px;
	}

	.module-hero .text-center:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to top, #0b2057, transparent,  transparent);
		z-index: 2;
	}

	.module-hero .hero-text {
		z-index: 3;
	}


	.module-welcome.custom {
		padding-top: 160px;
		padding-bottom: 50vw;
	}

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

	.ry-headline h2 .span-1 {
		display: block;
	}

	.ry-headline h2 span {
		display: block;
		font-size: 34px;
		/* font-style: italic; */
		font-family: "Baby Boston";
		color: var(--clr-secondary);
			}

	.module-welcome.custom .ry-headline span {
		margin-bottom: 20px;
		color: #6caae9;
	}

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

	.module-welcome.custom .ry-text p {
		max-width: 540px;
		margin: auto;
		text-align: center;
	}

	.module-welcome.custom .ry-text {
		margin: 30px 0 40px;
	}

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

	.module-services.custom {
		padding-top: 22vw;
		margin-top: -7vw;
		padding-bottom: 24vw;
	}

	.module-services.custom .ry-headline h2 {
		color: #fff;
		text-transform: capitalize;
	}

	.module-services.custom .ry-headline h2 .span-1 {
		margin-bottom: 20px;
		color: #6caae9;
	}

	.module-services.custom .ry-flex {
		margin-top: 60px;
		gap: 20px;
		flex-wrap: wrap;
		width: 50%;
	}

	.module-services.custom .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.module-services.custom .group {
		display: flex;
		gap: 20px;
	}

	.module-services.custom .group .ry-flex {
		width: 100%;
	}

	.module-services.custom .group .ry-flex .each:nth-child(1) {
		width: 100%;
	}

	.module-services.custom .group .ry-flex .each.each-md {
		width: calc(50% - 10px);
	}

	.module-services.custom .group .ry-flex .each.each-lg {
		width: 100%;
	}

	.module-services.custom .group .ry-flex .each.each-lg .photo {
		padding-bottom: 56.25%;
		position: relative;
		overflow: hidden;
		border-radius: 20px;
	}

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

	.module-services.custom .group .ry-flex .each.each-md .photo {
		position: relative;
		padding-bottom: 140%;
		overflow: hidden;
		border-radius: 20px;
	}

	.module-services.custom .group .ry-flex .each .title {
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translate(-50%, 0);
		font-size: 24px;
		font-weight: 600 !important;
		color: var(--clr-primary);
			text-align: center;
			width: 100%;
			padding: 0 30px;
			}

	.module-services.custom .group .ry-flex .each .photo:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border: 5px solid #fff;
		border-radius: 20px;
		z-index: 3;
	}

	.custom.module-team {
		padding: 300px 0 200px;
		margin-top: -120px;
	}

	.module-services.custom {
		z-index: 2;
	}
	.module-services.custom .group .ry-flex .each .photo:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, transparent, transparent, transparent, #ffffff);
	}
	.module-team.custom .ry-headline h2 span {
		margin-bottom: 20px;
	}

	.module-team.custom .ry-flex {
		margin-top: 60px;
		margin-bottom: 90px;
	}

	.module-team.custom .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.module-team.custom .ry-flex {
		gap: 30px;
		justify-content: space-between !important;
	}

	.module-team.custom .ry-flex .each {
		max-width: 340px;
	}

	.module-team.custom .ry-flex .photo {
		position: relative;
		padding-bottom: 136%;
		border-radius: 20px;
		overflow: hidden;
	}

	.module-team.custom .ry-flex .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100%;
	}

	.module-team.custom .ry-flex .photo:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80%;
		z-index: 2;
		background: linear-gradient(to top, black, transparent,  transparent);
	}

	.module-team.custom .ry-flex .boxed {
		position: absolute;
		padding: 30px 45px;
		bottom: 0;
		z-index: 2;
	}

	.module-team.custom .ry-flex .boxed .icon {
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #7eb4ea;
		border-radius: 50%;
		margin: auto;
	}

	.module-team.custom .ry-flex .boxed .title {
		font-size: 22px;
		font-weight: 600 !important;
		color: #fff;
		text-align: center;
	}

	.module-team.custom .ry-flex .boxed .ry-text, .module-team.custom .ry-flex .boxed .ry-text p {
		font-size: 15px;
		line-height: 1.5;
		text-align: center;
		color: #fff;
	}

	.module-team.custom .ry-flex .boxed .ry-text {
		padding: 30px 0 25px;
	}

	.module-team.custom .ry-flex .photo:after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		background: #183260;
		content: "";
		opacity: 1;
		transition: .2s;
		opacity: 0;
	}

	.module-team.custom .ry-flex .photo img {
		z-index: 1;
		opacity: 1;
		transition: .2s;
	}

	.module-team.custom .ry-flex .boxed .icon svg {
		fill: #fff;
	}

	.module-team.custom .ry-flex .each {
		outline: 2px solid transparent;
		border-radius: 15px;
		outline-offset: 0;
		transition: .2s;
		/* opacity: 0; */
	}

	.module-team.custom .ry-flex .each:hover {
		outline-offset: 5px;
		opacity: 1;
		outline: 2px solid #7eb4ea;
	}

	.module-team.custom .ry-flex .each:hover .photo img {
		z-index: 3;
		opacity: .1;
	}

	.module-team.custom .ry-flex .each:hover .photo:after {
		opacity: 1;
	}

	.module-team.custom .ry-flex .boxed .ry-text, .module-team.custom .ry-flex .boxed .icon {
		/* display: none; */
		height: 0;
		opacity: 0;
		visibility: hidden;
		transition: .2s;
	}

	.module-team.custom .ry-flex .each:hover .boxed .ry-text,
	.module-team.custom .ry-flex .each:hover .boxed .icon {
		height: auto;
		opacity: 1;
		visibility: visible;
	}
	.module-team.custom .ry-flex .each:hover .boxed .icon {
		height: 50px;
	}
	.module-team.custom .ry-flex .each:not(:hover) .boxed .ry-text {
		padding: 0;
	}

	.module-team.custom .ry-flex {
		justify-content: center !important;
		gap: 60px;
	}

	.ry-btn {
		min-height: 48px !important;
		border-radius: 10px;
		font-size: 16px !important;
		text-transform: initial;
		font-weight: 500;
		letter-spacing: -0.3px;
	}

	.module-choose {
		padding: 18vw 0;
		margin-top: -115px;
		margin-bottom: -115px;
		z-index: 2;
	}

	.module-choose .ry-headline h2 span {
		margin-bottom: 20px;
		color: #6caae9;
	}

	.module-choose .ry-headline h2 {
		max-width: 780px;
		color: #fff;
	}

	.ry-headline h2 {
		letter-spacing: -2px;
	}

	.ry-headline h2 span {
		letter-spacing: initial;
	}

	.module-choose .ry-headline {
		margin-bottom: 90px;
	}

	.module-choose .ry-text ul {
		column-count: 2;
		list-style: none;
		padding: 0;
	}

	.module-choose .ry-text ul li {
		display: flex;
		gap: 25px;
		max-width: 620px;
		align-items: center;
	}

	.module-choose .ry-text ul li:before {
		content: "";
		width: 40px;
		height: 40px;
		background: #32496e;
		border-radius: 50%;
		min-width: 40px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%235ac0ff' 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: 25px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.module-choose .ry-text ul li p {
		font-size: 22px;
		font-weight: 600 !important;
		color: #fff;
		letter-spacing: -0.3px;
		/* max-width: 560px; */
		line-height: 1.3;
	}

	.module-choose .ry-text ul li {
		margin-bottom: 25px;
	}

	.module-choose .ry-text ul {
		max-width: 1260px;
	}

	.module-footer {
		padding-top: 200px;
	}

	body.home .module-footer {
		margin-top: 100px;
	}

	.module-footer .title {
		font-size: 24px;
		font-weight: 800 !important;
		color: var(--clr-primary);
			line-height: 1;
			margin-bottom: 30px;
			}

	.module-footer  .each-details {
		display: flex;
		gap: 20px;
	}

	.module-footer .each-details .icon {
		width: 40px;
		min-width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #f4f5f5;
		border-radius: 50%;
	}

	.module-footer .each-details .icon svg {
		width: 20px;
		height: 20px;
		fill: var(--clr-primary);
			}

	.module-footer .each-details:not(:last-child) {
		margin-bottom: 25px;
	}

	.module-footer .each-details .text {
		font-size: 18px;
		line-height: 1.3;
		color: #606060;
	}

	.module-footer .each-details.phone .text, .module-footer .each-details.phone .text a {
		font-size: 23px;
		font-weight: 800 !important;
		color: #606060;
		letter-spacing: -0.5px;
		line-height: 1.6;
	}

	.module-footer .each-details .hours ul {
		list-style: none;
		padding: 0;
	}

	.module-footer .each-details .hours ul li {
		display: flex;
	}

	.module-footer .each-details .hours ul li span {}

	.module-footer .each-details .hours ul li .span-2 {
		min-width: 150px;
	}

	.module-footer .each-details .hours ul li span {
		font-size: 18px;
		line-height: 1;
		color: #606060;
	}

	.module-footer .each-details .hours ul li .span-3 {
		font-weight: 600;
	}

	.module-footer .each-details .hours ul li:not(:last-child) {
		margin-bottom: 12px;
	}

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

	.module-footer .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.module-footer .footer-top {
		padding-bottom: 50px;
	}

	.module-footer .footer-bottom {
		padding: 30px 0 50px;
	}

	.module-footer .footer-bottom * {
		font-size: 15px;
		color: #6e6f6f;
		font-weight: 500;
		letter-spacing: -0.3px;
		line-height: 1.2;
	}

	.module-footer .footer-bottom .ry-left, .module-footer .footer-bottom .ry-right {
		width: 100%;
		max-width: max-content;
	}

	.module-footer .footer-bottom .ry-right .powered {
		display: flex;
		gap: 5px;
	}

	.module-footer .footer-bottom .ry-right .powered img {
		max-width: max-content;
	}

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

	.module-footer .footer-bottom .ry-container:before {
		content: "";
		position: absolute;
		top: -30px;
		width: 100%;
		height: 1px;
		background: #ececec;
	}

	.module-footer .footer-top .each .photo img {
		max-width: 310px;
	}

	.module-footer .footer-top .each .photo {
		margin-bottom: 20px;
	}

	.module-footer .footer-top .each .ry-btn {
		width: 100%;
		max-width: 100%;
		min-height: 54px !important;
		font-size: 18px !important;
	}

	.module-footer .footer-top .each .ry-btn svg {
		transform: rotate(85deg);
		margin-left: 5px;
	}

	.module-footer .footer-top .social-block {
		margin-top: 30px;
	}

	.module-footer .footer-top .social-block .custom-social-wrapper {
		list-style: none;
		padding: 0;
	}

	.module-footer .footer-top .social-block .custom-social-wrapper .social-inner-wrap {
		display: flex;
		justify-content: center;
		gap: 20px;
	}

	.module-footer .footer-top .social-block .custom-social-wrapper .social-inner-wrap li a {
		width: 50px;
		height: 50px;
		min-width: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #007bff;
		border-radius: 50%;
	}

	.module-footer .footer-top .social-block .custom-social-wrapper .social-inner-wrap li a svg {
		fill: #fff;
	}

	.module-footer .each:nth-child(2) {max-width: 360px;}

	.module-footer .footer-top .social-block .custom-social-wrapper .social-inner-wrap li a.insta {
		background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	}

	.module-footer .footer-top .social-block .custom-social-wrapper .social-inner-wrap li a.google {
		background: #fe5136;
	}

	.module-footer .footer-top .social-block .custom-social-wrapper .social-inner-wrap li a.yt {
		background: #ff0800;
	}

	.module-43 {
		padding: 25px 0;
		position: fixed;
		background: #fff;
	}

	.module-43 .ry-container {
		max-width: 1600px;
		width: 90%;
	}

	.module-43 .ry-right {
		flex-direction: row-reverse;
		max-width: 100%;
		width: 100%;
	}

	.module-43 .ry-right .ry-menu .nav-menu {
		margin: 0;
		max-width: 100%;
	}

	.module-43 .ry-left img {
		min-width: 240px;
	}

	.module-43 .ry-right .ry-leads {
		max-width: max-content;
	}

	.module-43 .ry-right .ry-leads .ry-contact {
		min-width: unset;
		display: flex;
		gap: 10px;
	}

	.module-43 .ry-right .ry-leads .ry-contact svg {
		width: 20px;
		height: 20px;
		fill: #fff;
		margin-right: 10px;
	}

	.module-43 .ry-right .ry-menu .nav-menu li a {
		color: #666666;
		letter-spacing: initial;
		font-size: 17px;
		font-weight: 500;
		text-transform: initial !important;
		letter-spacing: -0.3px;
	}

	.module-43 .ry-right .ry-menu {
		padding: 0 50px;
	}

	.module-43.fixed {
		background: #fff;
		box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.3);
	}

	.module-hero {
		margin-top: 120px;
	}

	.module-hero .text-center {
		padding-bottom: calc(100vh - 100px);
	}


	.basic-accordion .ry-accordion .ry-heading {
		line-height: 1;
		margin: 0;
		background: #fff;
		padding: 20px 0.5em;
		border-bottom: 1px solid #1ba7db;
	}

	.basic-accordion .ry-accordion {
		box-shadow: unset;
	}

	.basic-accordion .ry-accordion .ry-heading div,
	.basic-accordion .ry-accordion .ry-heading p {
		font-size: 18px;
		font-weight: 600 !important;
		/* color: #b5ca44; */
	}

	.basic-accordion {
		margin-bottom: 30px;
	}

	.basic-accordion .ry-accordion .ry-heading:after {
		content: "";
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
		width: 20px;
		height: 20px;
		background-size: contain;
	}

	.basic-accordion .ry-accordion .ry-heading.ui-state-active:after {
		content: "";
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b5ca44' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E");
	}

	body.default #ry-section-header.module-43 {
		background: #fff;
	}

	#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;
		text-align: center;
		color: #fff !important;
		letter-spacing: initial;
		text-transform: initial;
		font-family: 'Baby Boston' !important;
		font-weight: 400 !important;
	}

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

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

	.module-footer .each:nth-child(2) .each-details:hover .text *, 
	.module-footer .each:nth-child(2) .each-details:hover .text {
		color: var(--clr-primary);
			}

	.module-footer .footer-top .each .ry-btn:hover {
		background: var(--clr-secondary) !important;
			}

	.module-footer .footer-top .social-block .custom-social-wrapper .social-inner-wrap li a:hover {
		background: var(--clr-primary) !important;
			}

	.module-footer .footer-bottom a:hover {
		color: var(--clr-primary);
			}

	.map-wrapper #mapPIN {
		padding-bottom: 56.25%;
	}

	.map-wrapper {
		margin-bottom: 60px;
	}

	#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .modal-dialog {
		width: 90%;
		max-width: 1024px;
	}

	#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .modal-dialog .modal-body {
		padding: 0;
	}

	#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .modal-dialog .modal-body .close-button button {
		width: 30px;
		height: 30px;
		position: absolute;
		right: -15px;
		top: -15px;
		background: var(--clr-primary);
			opacity: 1;
			}

	#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex {
		display: flex;
		align-items: center;
	}

	#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each {width: 50%;}

	#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each.each-right {
		padding: 60px;
	}

	#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each.each-right .title h2 {
		font-size: 50px;
		font-weight: 600 !important;
		font-family: 'Plus Jakarta Sans' !important;
		letter-spacing: -1.5px;
		margin-bottom: 30px;
	}

	#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each.each-right .title h2 span {
		display: block;
		font-size: 30px;
		font-family: 'Baby Boston';
		letter-spacing: initial !important;
		color: #6caae9;
		margin-bottom: 10px;
	}

	#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each.each-right .ry-text p {
		font-size: 16px;
		line-height: 1.7;
	}

	#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .modal-dialog .modal-body .close-button button {
		display: flex;
		align-items: center;
		justify-content: center;
		right: 0;
		top: 0;
	}

	#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .modal-dialog .modal-body .close-button button svg {
		fill: #fff;
	}

	#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each.each-left .photo {
		position: relative;
		padding-bottom: 140%;
	}

	#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each.each-left .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	@media (max-width: 1080px) {
		#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each.each-right .title h2 {
			font-size: 40px;
		}

		#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each.each-right .title h2 span {
			font-size: 24px;
		}

		#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each.each-right {
			padding: 60px 40px;
		}
	}

	@media (max-width: 768px) {
		#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each.each-right .ry-text p {
			font-size: 14px;
		}

		#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each.each-right .title h2 {
			font-size: 34px;
			margin-bottom: 20px;
		}

		#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each.each-right .title h2 span {
			font-size: 20px;
		}

		#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .modal-dialog {
			width: calc(100% - 40px);
		}

		#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each.each-left .photo {
			padding-bottom: 180%;
		}
	}

	@media (max-width: 620px) {
		#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each {
			width: 100%;
		}

		#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each.each-left .photo {
			padding-bottom: 100%;
		}

		#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each.each-right {
			padding: 40px 30px;
		}

		#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each.each-right * {
			text-align: center;
		}

		#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each.each-right .title h2 {
			font-size: 28px;
		}

		#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .block-announcement .ry-flex .each.each-right .title h2 span {
			font-size: 18px;
		}

		#WebPage-a996fa4d-98cf-41ba-b445-bb667ef968b1modal .modal-dialog .modal-body .close-button button {
			z-index: 2;
		}
	}
	/** PLACE YOUR MOBILE AND UP CSS HERE **/
	@media (max-width: 1920px) {
		.module-services.custom {
			margin-top: -150px;
		}
	}
	@media (max-width: 1920px) and (min-width: 1681px) {
		.module-choose {
			padding: 14vw 0;
		}	
	}
	@media (max-width: 1480px) {
		.module-43 .ry-right .ry-leads .ry-contact .ry-btn span {
			display: none;
		}

		.module-43 .ry-right .ry-leads .ry-contact .ry-btn svg {
			margin: 0;
		}

		.module-43 .ry-right .ry-leads .ry-contact .ry-btn {
			padding: 0;
			min-width: 48px;
			border-radius: 5px;
		}

		.ry-headline h2 {
			font-size: 62px;
		}

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

		.module-choose .ry-text ul li p {
			font-size: 20px;
		}

		.module-services.custom .group .ry-flex .each .title {
			font-size: 22px;
			bottom: 20px;
		}

		.module-hero .hero-text h1 .span-1 {
			font-size: 20px;
		}

		.module-hero .hero-text h1 {
			font-size: 90px;
		}

		.module-hero .hero-text h1 .span-5 {
			font-size: 50px;
		}
	}

	@media (max-width: 1280px) {
		.module-services.custom .group .ry-flex .each .title {
			padding-left: 30px;
			padding-right: 30px;
		}
	}

	@media (max-width: 1080px) {
		#ry-pg-banner .ry-bnr-wrp:before, #ry-pg-banner .ry-bnr-wrp:after {
			display: none;
		}

		#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
			margin: 0;
			padding: 0;
		}
		#ry-pg-banner .ry-bnr-wrp {
			margin-top: 95px;
			height: 360px;
		}

		#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-43 {
			display: none;
		}

		#theme2-smHeader {
			display: block !important;
		}

		.mobile-container .mobile-nav {
			margin-right: 10px;
		}

		.mobile-container .flex-wrap .mobile_logo img {
			min-width: 200px;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
			padding: 0;
			width: 45px;
			height: 45px;
			min-width: 45px;
			min-height: 45px !important;
			/* background: var(--clr-secondary) !important; */
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a svg {
			fill: #fff;
			width: 23px;
			height: 23px;
		}

		.mobile-container {
			background: #fff;
		}

		.mobile-container .mobile-nav button .hamburger-inner, .mobile-container .mobile-nav button .hamburger-inner:before, .mobile-container .mobile-nav button .hamburger-inner:after {
			background: var(--clr-primary);
				}

		.module-hero {
			margin-top: 95px;
		}

		.module-hero .hero-text h1 {
			font-size: 80px;
		}

		.module-hero .hero-text h1 .span-5 {
			letter-spacing: 10px;
			font-size: 42px;
		}

		.module-welcome.custom {
			padding-top: 100px;
			padding-bottom: 75%;
		}

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

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

		.module-services.custom .ry-flex {
			margin-top: 40px;
			gap: 10px;
		}

		.module-services.custom .group {
			gap: 10px;
		}

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

		.module-services.custom .group .ry-flex .each .title {
			padding: 0 20px;
			font-size: 18px;
		}

		.module-team.custom .ry-flex .boxed {
			padding-left: 20px;
			padding-right: 20px;
		}

		.module-team.custom .ry-flex .boxed .title {
			font-size: 20px;
		}

		.module-team.custom .ry-flex {
			gap: 10px;
		}

		.module-choose .ry-headline {
			margin-bottom: 60px;
		}

		.module-choose .ry-text ul li {
			margin-bottom: 15px;
			gap: 15px;
		}

		.module-choose .ry-text ul li p {
			font-size: 18px;
		}

		.module-footer {
			padding-top: 100px;
		}

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

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

		.module-footer .title {
			font-size: 22px;
			text-align: center;
			margin-bottom: 20px;
		}

		.module-footer .each-details:not(:last-child) {
			margin-bottom: 20px;
		}

		.module-footer .each-details {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 10px;
		}

		.module-footer .each-details .text {
			text-align: center;
		}

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

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

		.module-footer .footer-bottom * {
			text-align: center;
		}
	}
	@media (max-width: 768px) {

		/** PLACE YOUR TABLET AND UP CSS HERE **/
		.module-hero .text-center {
			padding-bottom: 75%;
		}

		.module-hero .hero-text {
			bottom: 0;
			position: relative;
			padding: 60px 0;
			background: var(--clr-primary);
				}

		.module-hero .hero-text h1 {
			font-size: 62px;
		}

		.module-hero .hero-text h1 .span-1 {
			font-size: 18px;
			margin-bottom: 20px;
		}

		.module-hero .hero-text h1 .span-5 {
			font-size: 34px;
			letter-spacing: 5px;
		}

		.module-welcome.custom .ry-headline span {
			margin-bottom: 10px;
		}

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

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

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

		.module-services.custom .group {
			flex-direction: column;
			margin-top: 40px;
		}

		.module-services.custom .group .ry-flex {
			margin: 0;
		}

		.module-services.custom {
			margin-top: -180px;
			padding-top: 260px;
		}

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

		.module-team.custom .ry-flex {
			margin: 40px 0 60px;
			display: initial;
			gap: unset;
		}

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

		.module-team.custom .ry-headline h2 span {
			margin-bottom: 10px;
		}

		.module-team.custom .ry-flex .slick-list {
			margin: 0 -10px;
			padding: 10px 0;
		}

		.module-team.custom .ry-flex .slick-list .slick-slide {
			margin: 0 10px;
		}

		.module-choose .ry-text ul li::before {
			min-width: 35px;
			width: 35px;
			height: 35px;
			background-size: 18px;
		}

		.module-choose .ry-text ul li p {
			font-size: 16px;
		}

		.module-footer .each-details .text {
			font-size: 16px;
		}

		.module-footer .each-details .hours ul li span {
			font-size: 16px;
		}

		.module-footer .each-details.phone .text, .module-footer .each-details.phone .text a {
			font-size: 20px;
		}

		.module-team.custom .ry-flex .slick-list .slick-slide {
			max-width: unset;
		}
	}
	@media (max-width: 620px) {

		#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: 32px;
			line-height: 1.4;
		}
		.module-team.custom .ry-flex .slick-list .slick-slide {
			max-width: unset;
		}

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

		.module-hero .hero-text h1 {
			font-size: 42px;
		}

		.module-hero .hero-text h1 .span-1 {
			margin-bottom: 20px;
			letter-spacing: 4px;
		}

		.module-hero .hero-text h1 .span-5 {
			font-size: 28px;
		}

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

		.module-welcome.custom {
			padding-bottom: 140%;
			padding-top: 80px;
		}

		.module-services.custom .group .ry-flex .each .photo:after {
			content: "";
			position: absolute;
			bottom: 0;
			left: 0;:;:
			revert-layer;:
			revert-layer;: -;
			width: 100%;
			height: 100%;
			background: linear-gradient(to bottom, transparent, transparent, #ffffff);
		}

		.module-services.custom .group .ry-flex .each .title {}

		.module-services.custom .group .ry-flex .each .title {
			padding: 0 20px;
			font-size: 16px;
			letter-spacing: -0.3px;
		}

		.module-choose .ry-text ul {
			column-count: 1;
		}

		.module-choose .ry-headline {
			margin-bottom: 30px;
		}

		.module-choose {
			padding-top: 160px;
			padding-bottom: 100px;
		}

		.module-choose .ry-text ul li {
			margin-bottom: 10px;
		}

		.module-footer .footer-top .each .ry-btn {
			font-size: 16px !important;
		}
	}

	@media (max-width: 414px) {
		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
			width: 40px;
			height: 40px;
			min-width: 40px;
			min-height: 40px !important;
			padding: 0 !important;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:not(:last-child) {
			margin-right: 5px;
		}
	}
	@media (min-width: 992px) {

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

	}

	@media (min-width: 1200px) {

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

	}

	/* CUSTOME SERVICES */

	.services-side-by-side .each {
		display: flex;
		gap: 60px;
		align-items: center;
	}

	.services-side-by-side .each .ry-box-left {
		width: calc(50% - 30px);
		position: relative;
		padding-bottom: 40%;
		border-radius: 20px;
		overflow: hidden;
	}

	.services-side-by-side .each .ry-box-right {
		width: calc(50% - 30px);
	}

	.services-side-by-side .each .ry-box-right .ry-btn {
		margin-top: 20px;
	}

	.services-side-by-side .each .ry-box-right h4 {
		margin-bottom: 10px !important;
		font-size: 32px !important;
		letter-spacing: -1px !important;
	}

	.services-side-by-side .each .ry-box-right h4,
	.services-side-by-side .each .ry-box-right p {
		text-align: left !important;
	}

	.services-side-by-side .each .ry-box-left img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
		object-fit: cover;
	}

	.services-side-by-side {
		max-width: 1080px;
		margin: auto;
		float: none;
	}

	.services-side-by-side .each:not(:last-child) {
		margin-bottom: 100px;
	}


	.services-side-by-side .each:nth-child(even) {
		flex-direction: row-reverse;
	}

	.services-side-by-side .each:nth-child(even) .ry-box-right h4, 
	.services-side-by-side .each:nth-child(even) .ry-box-right p {
		text-align: right !important;
	}

	.services-side-by-side .each:nth-child(even) .ry-box-right .ry-btn {
		margin-left: auto;
	}

	.services-side-by-side .each.no-photo .ry-box-right {
		width: 100%;
	}

	.services-side-by-side .each.no-photo .ry-box-right *, 
	.services-side-by-side .each:nth-child(even).no-photo .ry-box-right h4, 
	.services-side-by-side .each:nth-child(even).no-photo .ry-box-right p {
		text-align: left !important;
	}

	.services-side-by-side .each.no-photo {
		margin-top: -50px;
		margin-bottom: 50px;
	}
	.services-side-by-side .each .ry-box-left .ry-iframe, 
	.services-side-by-side .each .ry-box-left .ry-iframe iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		margin: 0;
		padding: 0;
	}
	@media (max-width: 768px) {
		.services-side-by-side .each .ry-box-right,
		.services-side-by-side .each .ry-box-left {
			width: calc(50% - 15px);
		}

		.services-side-by-side .each .ry-box-right h4 {
			font-size: 28px !important;
		}

		.services-side-by-side .each .ry-box-left {
			padding-bottom: 50%;
		}

		.services-side-by-side .each:not(:last-child) {
			margin-bottom: 60px;
		}
		.services-side-by-side .each .ry-box-right .ry-btn {
			margin-left: auto !important;
			margin-right: auto !important;
		}
		.services-side-by-side .each.no-photo {
			margin-top: -30px;
			margin-bottom: 30px;
		}
	}
	@media (max-width: 620px) {

		.services-side-by-side .each:nth-child(2n),
		.services-side-by-side .each {
			flex-direction: column;
		}

		.services-side-by-side .each .ry-box-right h4 {
			font-size: 24px !important;
		}

		.services-side-by-side .each .ry-box-left {
			width: 100%;
			padding-bottom: 75%;
		}

		.services-side-by-side .each .ry-box-right, .services-side-by-side .each .ry-box-left {
			width: 100%;
		}

		.services-side-by-side .each:nth-child(2n) .ry-box-right h4,
		.services-side-by-side .each:nth-child(2n) .ry-box-right p,
		.services-side-by-side .each .ry-box-right h4, 
		.services-side-by-side .each .ry-box-right p {
			text-align: center !important;
		}
	}

	@media (min-width: 621px) {
		.module-choose .ry-text ul {
			column-count: unset;
			display: flex;
			flex-wrap: wrap;
		}

		.module-choose .ry-text ul li {
			width: 50%;
		}

		.module-choose .ry-text ul li:nth-child(odd) {
			width: 45%;
		}
	}