/* ------- START SITE.CSS -------*/
body div, body p, body .search-result, body .description, .ry-form label, .ry-table .ry-row .ry-td:first-child .ry-lbl, .ry-list-wrp .ry-list-item .ry-list-content .ry-list-excerpt, #menu_container .mm-listview .mob-menu a, .mm-panel .mob-menu a, #ry-sidebar #searchfield input, #ry-sidebar .ry-link-wrp .ry-link-item a, #ry-sidebar .ry-contact-table .ry-row .ry-td, #ry-sidebar .social-wrap .lbl, body, #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1, .module-66.style2 .bnr-textbox .ry-section-title span.span-1, .module-70.style2 .ry-each.ry-each-4 .cmsForm .ry-section-title, .password--overlay .password--box div .__label, .module-327 .review-box h6, .module-327 .review-box a, .module-327 .pg-sections .pg-copy h3, .module-327 .pub-copy, .module-327 .pub-name, .landing-page .ld-title h2, .landing-page #landing-hero .ld-header h1, .landing-page #landing-hero .databox .ld-button, .landing-page #landing-review .rev-title h4 {
	font-family: 'Montserrat', sans-serif; }

body.default h1, body.default h2, body.default h3, body.default h4, body.default h5, body.default h6, .ry-accordion .ry-heading, #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1, #ry-sidebar .ry-sb-title, .module-69 .ry-each-left .ry-section-title-wrapper .ry-section-title, #ry-sidebar .ry-sb-cta .ry-cta-wrp p, .module-44 .ry-flex .ry-each h2, .module-68 .ry-content .ry-each-box-text, .module-68 .ry-content .ry-each-box-text span, .module-69 .ry-each-right .ry-section-title, .module-70 .ry-each.ry-each-1 .ry-section-title, .module-70 .ry-each.ry-each-4 .cmsForm .ry-section-title, .module-24 .ry-each h5, .ry-instagram .ry-heading, .module-327 .review-box h2, .landing-page .ld-title h2 .span-2, .landing-page #landing-hero .ld-header p {
	font-family: 'Alice', serif !important; }

.ry-indicator .ry-play-btn:before, .ry-indicator .ry-pause-btn:before {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900; }

.ry-form .input-name .form-group:before, .ry-form .input-email .form-group:before, .ry-form .input-phone .form-group:before, .ry-form .input-message .form-group:before, .ry-social .social-inner-wrap li a:before, .ry-accordion .ry-heading:after, .ry-slider-nav .button-prev:after, .ry-slider-nav .button-next:after, .ry-icon:before, #ry-sidebar .ry-link-wrp .ry-link-item:after, #ry-sidebar #accordion .ry-link-item.open > a:after, #ry-sidebar #accordion .ry-link-item ul a:before, .ry-instagram #instafeed .flex-item .overlay:before {
	font-family: "fontawesome" !important; }

.module-69 .ry-each-left .ry-section-title-wrapper .ry-section-title {
	font-size: calc(30px + 25 * ((100vw - 320px) / 1280));
	font-weight: 700;
	margin-bottom: 50px;
	line-height: 65px; }
@media screen and (max-width: 320px) {
	.module-69 .ry-each-left .ry-section-title-wrapper .ry-section-title {
		font-size: 30px; } }
@media screen and (min-width: 1600px) {
	.module-69 .ry-each-left .ry-section-title-wrapper .ry-section-title {
		font-size: 55px; } }
@media (max-width: 991px) {
	.module-69 .ry-each-left .ry-section-title-wrapper .ry-section-title {
		text-align: center;
		line-height: normal; } }

#ry-pg-banner .ry-container, #ry-pg-body .ry-container {
	max-width: 67.70833%;
	margin: 0 auto;
	float: none; }
@media (min-width: 992px) {
	#ry-pg-banner .ry-container, #ry-pg-body .ry-container {
		max-width: 1300px; } }
@media screen and (min-width: 992px) and (max-width: 1440px) {
	#ry-pg-banner .ry-container, #ry-pg-body .ry-container {
		max-width: 90%; } }
@media (max-width: 991px) {
	#ry-pg-banner .ry-container, #ry-pg-body .ry-container {
		max-width: 90%; } }

body.default #ry-section-header {
	position: relative; }
body.default #ry-section-header.module-43.fixed {
	position: fixed; }

body.home #ry-main .ry-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	height: 65px;
	font-weight: 400;
	padding: 0;
	border: 0;
	text-decoration: none !important;
	font-size: calc(16px + 1 * ((100vw - 500px) / 940)); }
body.home #ry-main .ry-btn:before {
	content: '';
	position: absolute;
	background: rgba(134, 211, 220, 0.1);
	width: 100%;
	height: 90%;
	right: 0;
	top: 50%;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%); }
body.home #ry-main .ry-btn:after {
	content: "\f105";
	font-family: fontawesome;
	color: #ffffff;
	font-size: 19px;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	margin-left: 10px; }
body.home #ry-main .ry-btn:hover {
	color: #fff; }
body.home #ry-main .ry-btn:hover:before {
	-webkit-animation: overlay 1.6s cubic-bezier(0.694, 0.048, 0.335, 1) forwards;
	animation: overlay 1.6s cubic-bezier(0.694, 0.048, 0.335, 1) forwards; }

@-webkit-keyframes overlay {
	0% {
		-webkit-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%); }
	50% {
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: 100%; }
	100% {
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: 0; } }

body .userway.userway_p1 {
	top: 5% !important;
	right: 2.5% !important;
	opacity: 0.5; }
body .userway.userway_p1.userway_on {
	opacity: 1; }
@media (max-width: 1600px) {
	body .userway.userway_p1 {
		right: 1% !important; } }
@media (max-width: 991px) {
	body .userway.userway_p1 {
		display: none; } }

.ry-social .social-inner-wrap li:hover {
	-webkit-transform: unset;
	transform: unset; }
.ry-social .social-inner-wrap li:hover a:before, .ry-social .social-inner-wrap li:hover a i {
	-webkit-transform: rotateY(-360deg);
	transform: rotateY(-360deg); }

.ry-social .social-inner-wrap li a:before, .ry-social .social-inner-wrap li a i {
	-webkit-transition: all ease 0.9s;
	transition: all ease 0.9s;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg); }

.ry-form.ry-form-box {
	background-color: #fff;
	padding: 60px 7% 45px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none; }
.ry-form.ry-form-box:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 50px;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-31d61482-8c99-49ba-aa86-d48519073e8c/svp_contact_shadow.png);
	background-position: center;
	background-size: 100% 100%;
	opacity: 0.2; }

.ry-form input[type="text"] {
	border: solid 1px #ddd !important;
	color: #333 !important; }
.ry-form input[type="text"]::-webkit-input-placeholder {
	color: #cecece !important; }
.ry-form input[type="text"]:-ms-input-placeholder {
	color: #cecece !important; }
.ry-form input[type="text"]::-ms-input-placeholder {
	color: #cecece !important; }
.ry-form input[type="text"]::placeholder {
	color: #cecece !important; }

.ry-form textarea {
	border: solid 1px #ddd !important;
	color: #333 !important; }
.ry-form textarea::-webkit-input-placeholder {
	color: #cecece !important; }
.ry-form textarea:-ms-input-placeholder {
	color: #cecece !important; }
.ry-form textarea::-ms-input-placeholder {
	color: #cecece !important; }
.ry-form textarea::placeholder {
	color: #cecece !important; }

.ry-form div.has-error input {
	border: 1px solid red !important; }

.ry-menu .ry-nav li.dropdown .dropdown-menu.hover {
	top: 30px; }

.ry-menu .ry-nav li.dropdown .dropdown-toggle span {
	display: inline-block;
	margin-left: 5px; }

.ry-modal img {
	margin-bottom: 30px; }

.hamburger {
	color: #fff; }
.hamburger .hamburger-box .hamburger-inner {
	background: #fff;
	height: 4px;
	border-radius: 0; }
.hamburger .hamburger-box .hamburger-inner::before, .hamburger .hamburger-box .hamburger-inner::after {
	content: '';
	background: #fff;
	border-radius: 0;
	height: 4px; }


#ry-pg-body h1 {
	line-height: 1;
	font-size: calc(28px + 2 * ((100vw - 320px) / 1120)); }
@media screen and (max-width: 320px) {
	#ry-pg-body h1 {
		font-size: 28px; } }
@media screen and (min-width: 1440px) {
	#ry-pg-body h1 {
		font-size: 30px; } }

#ry-pg-body h2 {
	line-height: 1;
	font-size: calc(28px + 2 * ((100vw - 320px) / 1120)); }
@media screen and (max-width: 320px) {
	#ry-pg-body h2 {
		font-size: 28px; } }
@media screen and (min-width: 1440px) {
	#ry-pg-body h2 {
		font-size: 30px; } }

#ry-pg-body h3 {
	line-height: 1;
	font-size: calc(25px + 2 * ((100vw - 320px) / 1120)); }
@media screen and (max-width: 320px) {
	#ry-pg-body h3 {
		font-size: 25px; } }
@media screen and (min-width: 1440px) {
	#ry-pg-body h3 {
		font-size: 27px; } }

#ry-pg-body h4 {
	line-height: 1;
	font-size: calc(23px + 1 * ((100vw - 320px) / 1120)); }
@media screen and (max-width: 320px) {
	#ry-pg-body h4 {
		font-size: 23px; } }
@media screen and (min-width: 1440px) {
	#ry-pg-body h4 {
		font-size: 24px; } }

#ry-pg-body h5 {
	line-height: 1;
	font-size: calc(20px + 2 * ((100vw - 320px) / 1120)); }
@media screen and (max-width: 320px) {
	#ry-pg-body h5 {
		font-size: 20px; } }
@media screen and (min-width: 1440px) {
	#ry-pg-body h5 {
		font-size: 22px; } }

@media (max-width: 991px) {
	#ry-pg-body .ry-content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; } }

#ry-pg-body .ry-left {
	width: 65%; }
@media screen and (min-width: 992px) and (max-width: 1200px) {
	#ry-pg-body .ry-left {
		width: 60%; } }
@media (max-width: 991px) {
	#ry-pg-body .ry-left {
		width: 100%; } }
#ry-pg-body .ry-left ul.html-sitemap-ul {
	list-style: none !important;
	padding-left: 0; }
#ry-pg-body .ry-left ul.html-sitemap-ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	color: #333333;
	margin-right: 20px; }

#ry-pg-body .ry-right {
	max-width: 400px; }
@media screen and (min-width: 992px) and (max-width: 1200px) {
	#ry-pg-body .ry-right {
		width: 30%; } }
@media (max-width: 991px) {
	#ry-pg-body .ry-right {
		width: 100%;
		max-width: 350px; } }

#ry-pg-banner .ry-bnr-wrp {
	height: 400px;
	display: none; }
@media (max-width: 600px) {
	#ry-pg-banner .ry-bnr-wrp {
		height: 300px; } }
#ry-pg-banner .ry-bnr-wrp:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .1;
	left: 0;
	top: 0;
	z-index: 2; }
@media (max-width: 991px) {
	#ry-pg-banner .ry-bnr-wrp:before {
		opacity: 0.5; } }
#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
	position: absolute;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%; }
@media (max-width: 500px) {
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 30px; } }
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
	font-size: calc(30px + 20 * ((100vw - 992px) / 608)); }
@media screen and (max-width: 992px) {
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
		font-size: 30px; } }
@media screen and (min-width: 1600px) {
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
		font-size: 50px; } }
@media (max-width: 500px) {
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
		font-size: 25px;
		line-height: 1; } }
@media (min-width: 992px) {
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		max-width: 55%; } }
@media (max-width: 991px) {
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		color: #fff !important; } }
#ry-pg-banner .ry-bnr-wrp .ry-pg-title .ry-container {
	max-width: 1300px;
	width: 90%; }

#ry-sidebar {
	margin-top: 8px; }
#ry-sidebar .ry-sb-title {
	padding: 20px 30px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	border-radius: 10px 10px 0 0; }
#ry-sidebar #searchfield input[type="text"] {
	border-radius: 10px;
	display: block; }
#ry-sidebar #searchfield input[type="text"]::-ms-clear {
	display: none; }
#ry-sidebar #searchfield button:before {
	width: auto;
	height: auto; }
#ry-sidebar .ry-cta-wrp {
	border-radius: 20px;
	overflow: hidden; }
#ry-sidebar .ry-link-wrp {
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 0 0 10px 10px; }
#ry-sidebar .ry-link-wrp .ry-link-item {
	padding: 0; }
#ry-sidebar .ry-link-wrp .ry-link-item:after {
	display: none; }
#ry-sidebar .ry-link-wrp .ry-link-item a {
	display: block;
	padding: 20px 30px;
	width: 100%; }
#ry-sidebar .ry-link-wrp .ry-link-item.active a {
	color: #fff; }
#ry-sidebar .ry-link-wrp .ry-link-item.active a:hover {
	color: #fff; }
#ry-sidebar #accordion .ry-drop-nav {
	padding: 0; }
#ry-sidebar #accordion .ry-drop-nav.open:before {
	display: none; }
#ry-sidebar #accordion .ry-drop-nav a {
	display: block;
	padding: 20px 30px;
	width: 100%; }
#ry-sidebar #accordion .ry-drop-nav ul {
	margin-top: 0; }
#ry-sidebar #accordion .ry-drop-nav ul li {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(51, 51, 51, 0.2); }
#ry-sidebar .ry-sb-cta .ry-cta-wrp p {
	font-size: 30px;
	margin-bottom: 10px;
	text-align: center;
	font-family: 'Montserrat', sans-serif !important; }
#ry-sidebar .ry-sb-cta .ry-btn {
	display: block;
	max-width: 220px;
	margin: auto; }
#ry-sidebar .ry-contact-table.top {
	margin-top: 38px; }
@media (min-width: 992px) {
	#ry-sidebar .ry-contact-table .ry-row.ry-social-wrp {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start; }
	#ry-sidebar .ry-contact-table .ry-row.ry-social-wrp .social-inner-wrap {
		max-width: 150px; } }
#ry-sidebar .ry-contact-table .ry-row .ry-btn {
	font-size: 16px;
	padding: 5px 15px; }
#ry-sidebar .ry-contact-table .ry-row .ry-btn:hover {
	color: #fff; }
@media (max-width: 991px) {
	#ry-sidebar .ry-contact-table {
		margin-top: 0; } }
@media (max-width: 991px) {
	#ry-sidebar {
		margin-top: 30px; } }

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

.mobile-container .flex-wrap .flex-item.left-nav {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start; }

.mobile-container .flex-wrap .mobile_logo img {
	max-width: 100px; }

/* ---- MODULES ----*/
/*default - meet the team*/
.module-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px; }
@media (max-width: 767px) {
	.module-1 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; } }
.module-1 h1, .module-1 h2, .module-1 h3, .module-1 h4, .module-1 h5, .module-1 h6, .module-1 p {
	margin-bottom: 0 !important; }
@media (max-width: 767px) {
	.module-1 h1, .module-1 h2, .module-1 h3, .module-1 h4, .module-1 h5, .module-1 h6, .module-1 p {
		text-align: center; } }
.module-1 h1, .module-1 h2, .module-1 h3, .module-1 h4, .module-1 h5, .module-1 h6 {
	font-size: 26px !important; }
.module-1 .ry-box-left {
	width: 25%; }
@media (max-width: 500px) {
	.module-1 .ry-box-left {
		width: 50%; } }
@media (max-width: 767px) {
	.module-1 .ry-box-left img {
		margin-bottom: 20px; } }
.module-1 .ry-box-right {
	width: 70%; }
@media (max-width: 767px) {
	.module-1 .ry-box-right {
		width: 100%; } }


/*header*/
.module-15 {
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	position: absolute;
	z-index: 1000;
	padding-left: 4.16667vw;
	padding-right: 4.16667vw;
	padding-top: 18px;
	padding-bottom: 18px;
	left: 0;
	top: 0; }
@media screen and (min-width: 0) and (max-width: 991px) {
	.module-15 {
		display: none; } }
.module-15 .inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
.module-15 .contained {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
.module-15 .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: auto; }
.module-15 .left .logo-wrap {
	margin-left: 2.5vw;
	max-width: 170px; }
.module-15 .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.module-15 .right .__subs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 10px;
	height: 50px;
	border-radius: 30px;
	width: auto;
	-webkit-transition: all ease .5s;
	transition: all ease .5s; }
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.module-15 .right .__subs {
		height: 40px; } }
.module-15 .right .__subs:hover a, .module-15 .right .__subs:hover input[type="text"], .module-15 .right .__subs:hover .fa {
	color: #000 !important; }
.module-15 .right .__subs:hover .btn {
	background: #fff !important; }
.module-15 .right .__subs.search {
	width: auto;
	border-radius: 30px !important; }
.module-15 .right .__subs.search .btn {
	padding: 0; }
.module-15 .right .__subs.search .search-bar-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
@supports (-webkit-overflow-scrolling: touch) {
	.module-15 .right .__subs.search .search-bar-widget {
		display: none; } }
.module-15 .right .__subs.search .search-bar-widget .input-group-btn {
	width: auto; }
.module-15 .right .__subs.search .search-bar-widget .form-control {
	background: transparent;
	width: 0;
	min-width: 0 !important;
	max-width: 300px !important;
	padding: 0;
	border: 0;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-transform-origin: right;
	transform-origin: right;
	color: #fff;
	font-weight: 500;
	font-size: 85% !important; }
.module-15 .right .__subs.search .search-bar-widget .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
	font-weight: 500;
	font-size: 100%; }
.module-15 .right .__subs.search .search-bar-widget .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
	font-weight: 500;
	font-size: 100%; }
.module-15 .right .__subs.search .search-bar-widget .form-control::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
	font-weight: 500;
	font-size: 100%; }
.module-15 .right .__subs.search .search-bar-widget .form-control::placeholder {
	color: rgba(255, 255, 255, 0.2);
	font-weight: 500;
	font-size: 100%; }
.module-15 .right .__subs.search .search-bar-widget .form-control::-ms-clear {
	display: none; }
.module-15 .right .__subs.search .search-bar-widget .btn {
	border-color: transparent;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	font-size: 17px; }
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.module-15 .right .__subs.search .search-bar-widget .btn {
		width: 40px;
		height: 40px;
		font-size: 14px; } }
.module-15 .right .__subs.search .search-bar-widget:hover {
	border-radius: 10px; }
.module-15 .right .__subs.search .search-bar-widget:hover .form-control {
	-webkit-transform-origin: right center !important;
	transform-origin: right center !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 20px !important;
	display: block;
	width: 300px !important; }
@media (max-width: 1000px) {
	.module-15 .right .__subs.search .search-bar-widget:hover .form-control {
		width: 170px !important; } }
.module-15 .right .__subs.search .search-bar-widget:hover .form-control .btn {
	background: #fff !important; }
.module-15 .right .__subs.phone div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	height: 100%;
	border: 10px; }
.module-15 .right .__subs.phone a {
	padding-left: 30px;
	padding-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: 600; }
.module-15 .right .__subs.phone a::before {
	content: '\f095' !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	margin-right: 10px;
	-webkit-transform: scale(0.8) !important;
	transform: scale(0.8) !important; }
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.module-15 .right .__subs.phone a::before {
		font-size: 14px; } }
.module-15 .right .__subs.appointment div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	height: 100%; }
.module-15 .right .__subs.appointment a {
	padding-left: 30px;
	padding-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: 600; }
.module-15 .right .__subs.appointment a::before {
	content: '\f073';
	font-family: fontawesome;
	font-size: 18px;
	margin-right: 10px; }
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.module-15 .right .__subs.appointment a::before {
		font-size: 14px; } }
.module-15 .right .__subs a {
	font-weight: 500 !important;
	font-size: 85%; }
.module-15.style2 .right .__subs:hover a, .module-15.style2 .right .__subs:hover input[type="text"], .module-15.style2 .right .__subs:hover .fa {
	color: #fff !important; }
.module-15.style2 .right .__subs.search {
	background: transparent !important; }
.module-15.style2 .right .__subs.search .search-bar-widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
@supports (-webkit-overflow-scrolling: touch) {
	.module-15.style2 .right .__subs.search .search-bar-widget {
		display: none; } }
.module-15.style2 .right .__subs.search .search-bar-widget .input-group-btn {
	width: auto; }
.module-15.style2 .right .__subs.search .search-bar-widget .form-control {
	background: transparent;
	width: 0;
	min-width: 0 !important;
	max-width: 300px !important;
	padding: 0;
	border: 0;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	-webkit-transform-origin: right;
	transform-origin: right;
	color: #fff;
	font-weight: 500;
	font-size: 85% !important; }
.module-15.style2 .right .__subs.search .search-bar-widget .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
	font-weight: 500;
	font-size: 100%; }
.module-15.style2 .right .__subs.search .search-bar-widget .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
	font-weight: 500;
	font-size: 100%; }
.module-15.style2 .right .__subs.search .search-bar-widget .form-control::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
	font-weight: 500;
	font-size: 100%; }
.module-15.style2 .right .__subs.search .search-bar-widget .form-control::placeholder {
	color: rgba(255, 255, 255, 0.2);
	font-weight: 500;
	font-size: 100%; }
.module-15.style2 .right .__subs.search .search-bar-widget .form-control::-ms-clear {
	display: none; }
.module-15.style2 .right .__subs.search .search-bar-widget .btn {
	border-color: transparent;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	font-size: 17px; }
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.module-15.style2 .right .__subs.search .search-bar-widget .btn {
		width: 40px;
		height: 40px;
		font-size: 14px; } }
.module-15.style2 .right .__subs.search .search-bar-widget:hover {
	border-radius: 10px; }
/* header */
.module-43 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 10px 0;
	background-color: #fff; }
.module-43 .ry-left {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.module-43 .ry-left img {
	max-width: 220px;
	width: 100%; }
@media (max-width: 1024px) {
	.module-43 .ry-left img {
		width: 150px; } }
.module-43 .ry-right {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1000px; }
.module-43 .ry-right .ry-leads {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	max-width: 1000px;
	float: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end; }
.module-43 .ry-right .ry-leads .search-bar-widget {
	margin-right: 20px;
	width: 280px; }
.module-43 .ry-right .ry-leads .search-bar-widget .form-control {
	height: 72px;
	background-color: transparent;
	border: 1px solid rgba(191, 191, 191, 0.4);
	border-right: none !important;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 16px 28px;
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	font-weight: 500; }
.module-43 .ry-right .ry-leads .search-bar-widget .form-control::-webkit-input-placeholder {
	-webkit-transition: opacity ease 0.3s;
	transition: opacity ease 0.3s;
	color: #ffffff !important;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	font-weight: 500;
	opacity: 1; }
.module-43 .ry-right .ry-leads .search-bar-widget .form-control:-ms-input-placeholder {
	-webkit-transition: opacity ease 0.3s;
	transition: opacity ease 0.3s;
	color: #ffffff !important;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	font-weight: 500;
	opacity: 1; }
.module-43 .ry-right .ry-leads .search-bar-widget .form-control::-ms-input-placeholder {
	-webkit-transition: opacity ease 0.3s;
	transition: opacity ease 0.3s;
	color: #ffffff !important;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	font-weight: 500;
	opacity: 1; }
.module-43 .ry-right .ry-leads .search-bar-widget .form-control::placeholder {
	-webkit-transition: opacity ease 0.3s;
	transition: opacity ease 0.3s;
	color: #ffffff !important;
	letter-spacing: 1px;
	text-decoration: none;
	display: block;
	font-weight: 500;
	opacity: 1; }
.module-43 .ry-right .ry-leads .search-bar-widget .form-control::focus {
	color: #ffffff; }
.module-43 .ry-right .ry-leads .search-bar-widget .form-control::focus::-webkit-input-placeholder, .module-43 .ry-right .ry-leads .search-bar-widget .form-control::focus:-ms-input-placeholder, .module-43 .ry-right .ry-leads .search-bar-widget .form-control::focus::-ms-input-placeholder, .module-43 .ry-right .ry-leads .search-bar-widget .form-control::focus::-webkit-input-placeholder {
	opacity: 0.3;
	-webkit-transition: opacity ease 0.3s;
	transition: opacity ease 0.3s; }
.module-43 .ry-right .ry-leads .search-bar-widget .form-control::focus::-webkit-input-placeholder, .module-43 .ry-right .ry-leads .search-bar-widget .form-control::focus:-ms-input-placeholder, .module-43 .ry-right .ry-leads .search-bar-widget .form-control::focus::-ms-input-placeholder, .module-43 .ry-right .ry-leads .search-bar-widget .form-control::focus::placeholder {
	opacity: 0.3;
	-webkit-transition: opacity ease 0.3s;
	transition: opacity ease 0.3s; }
.module-43 .ry-right .ry-leads .search-bar-widget .btn-primary {
	height: 72px;
	background-color: transparent !important;
	border: 1px solid rgba(191, 191, 191, 0.4);
	border-left: 0 !important;
	position: relative;
	left: 1px;
	padding: 16px 26px !important;
	border-radius: 0 !important; }
.module-43 .ry-right .ry-leads .search-bar-widget .btn-primary:before, .module-43 .ry-right .ry-leads .search-bar-widget .btn-primary:after {
	display: none !important; }
.module-43 .ry-right .ry-leads .search-bar-widget .btn-primary:hover {
	background-color: transparent; }
@media (max-width: 1160px) {
	.module-43 .ry-right .ry-leads .search-bar-widget {
		width: 220px; }
	.module-43 .ry-right .ry-leads .search-bar-widget .form-control {
		padding: 16px 0 16px 15px; } }
.module-43 .ry-right .ry-leads .ry-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 450px; }
@media (max-width: 1160px) {
	.module-43 .ry-right .ry-leads .ry-contact {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		min-width: 400px; } }
.module-43 .ry-right .ry-leads .ry-contact li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	width: 225px;
	position: relative;
	overflow: hidden;
	cursor: pointer; }
.module-43 .ry-right .ry-leads .ry-contact li:hover .contact__overlay {
	-webkit-transform: scale(15);
	transform: scale(15); }
.module-43 .ry-right .ry-leads .ry-contact li:hover span {
	color: #333333; }
.module-43 .ry-right .ry-leads .ry-contact li .contact__overlay {
	position: absolute;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	top: 22px;
	left: 20px;
	z-index: -1;
	-webkit-transition: -webkit-transform 1.6s cubic-bezier(0.24, 1, 0.3, 1);
	transition: -webkit-transform 1.6s cubic-bezier(0.24, 1, 0.3, 1);
	transition: transform 1.6s cubic-bezier(0.24, 1, 0.3, 1);
	transition: transform 1.6s cubic-bezier(0.24, 1, 0.3, 1), -webkit-transform 1.6s cubic-bezier(0.24, 1, 0.3, 1);
	-webkit-transform: scale(0);
	transform: scale(0); }
.module-43 .ry-right .ry-leads .ry-contact li span.call_us, .module-43 .ry-right .ry-leads .ry-contact li a {
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	font-weight: 600;
	font-size: calc(15px + 0 * ( (100vw - 500px) / 1100));
	line-height: 19px !important; }
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(1) a {
	color: #ffffff;
	letter-spacing: 2px;
	text-decoration: none;
	display: block; }
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(1):hover span {
	color: #ffffff !important; }
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2) {
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s; }
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover span {
	color: #ffffff !important; }
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2):hover .contact__overlay {
	-webkit-transform: scale(0);
	transform: scale(0); }
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2) .contact__overlay {
	-webkit-transform: scale(15);
	transform: scale(15);
	left: 25px; }
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2) span.call_us, .module-43 .ry-right .ry-leads .ry-contact li:nth-child(2) a {
	color: #333333;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	max-width: 137px;
	line-height: 18px !important;
	text-decoration: none;
	text-align: left;
	font-size: calc(14px + 0 * ( (100vw - 500px) / 1100)); }
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(2) fa {
	position: relative;
	left: 1px; }
.module-43 .ry-right .ry-leads .ry-contact li .contact__icon {
	min-width: 45px; }
.module-43 .ry-right .ry-leads .ry-contact li .contact__icon .icon__wrap {
	width: 35px;
	height: 35px;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%; }
.module-43 .ry-right .ry-leads .ry-contact li .contact__icon .fa {
	color: #ffffff;
	font-size: 13px; }
@media (max-width: 1160px) {
	.module-43 .ry-right .ry-leads .ry-contact li {
		width: 200px; } }
.module-43 .ry-right .ry-menu {
	width: 100%; }
.module-43 .ry-right .ry-menu .nav-menu {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	top: 10px;
	max-width: 1024px;
	float: right; }
.module-43 .ry-right .ry-menu .nav-menu li {
	list-style-type: none; }
.module-43 .ry-right .ry-menu .nav-menu li a {
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: calc(16px + 1 * ( (100vw - 500px) / 1100));
	padding-top: 18px !important;
	display: block; }
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.module-43 .ry-right .ry-menu .nav-menu li a {
		font-size: 14px; } }
.module-43 .ry-right .ry-menu .nav-menu li:hover .dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
	padding: 0;
	top: 50px; }
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 10px;
	margin-top: 2px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03);
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s; }
.module-43.fixed .ry-right .ry-menu .nav-menu li .dropdown-menu.hover {
	top: 30px;}
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	position: relative; }
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
	width: 100% !important;
	padding: 4px 30px !important;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	text-transform: uppercase;
	line-height: 24px !important;
	font-size: calc(13px + 1 * ( (100vw - 500px) / 1100)); }
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a:hover {
	opacity: 0.6; }
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li:hover a {
	background: transparent; }
body.default .module-43 {
	position: relative; }
body.default .module-43.fixed {
	position: fixed; }
@media (max-width: 1024px) {
	.module-43 {
		padding: 20px 20px 0; } }
.module-43.style2 .ry-right .ry-leads .ry-contact li:nth-child(2) span.call_us {
	color: #fff; }
.module-43.style2 .ry-right .ry-menu .nav-menu li .dropdown-menu li:hover a {
	background: transparent; }

/*footer*/
.module-44 {
	padding-top: 40px;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column; }
.module-44 .ry-footer-top {
	padding-bottom: 80px; }
@media (min-width: 1366px) {
	.module-44 .ry-container {
		max-width: 1280px; } }
@media (max-width: 1200px) {
	.module-44 .ry-container {
		max-width: 95%; }
	.module-44 .ry-container .ry-left {
		white-space: nowrap; } }
@media (max-width: 991px) {
	.module-44 .ry-container .ry-left {
		white-space: normal; } }
.module-44 .ry-footer-logo {
	max-width: 200px;
	margin: 0 auto 0; }
.module-44 .ry-divisor {
	width: 100%;
	margin: 40px 0; }
.module-44 .ry-social-icons {
	padding: 0;
	list-style: none;
	max-width: 250px;
	background: #333;
	margin: 0 auto;
	position: relative;
	top: -20px;
	text-align: center; }
.module-44 .ry-social-icons li {
	display: inline-block;
	margin: 2px; }
.module-44 .social-icons {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
.module-44 .social-icons .social-inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: -20px;
	width: 260px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 15px; }
.module-44 .social-icons .social-inner-wrap li {
	list-style: none; }
.module-44 .social-icons .social-inner-wrap li .fa {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	list-style: none;
	text-align: center; }
.module-44 .social-icons .social-inner-wrap li .fa.fa-facebook {
	background: #1f68a0; }
.module-44 .social-icons .social-inner-wrap li .fa.fa-twitter {
	background: #77ceee; }
.module-44 .social-icons .social-inner-wrap li .fa.fa-instagram {
	background: #f09433;
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }
.module-44 .social-icons .social-inner-wrap li .fa.fa-yelp {
	background: #ec2626; }
.module-44 .social-icons .social-inner-wrap li .fa.fa-pinterest {
	background: #c8232c; }
.module-44 .social-icons .social-inner-wrap li .fa.fa-youtube {
	background: #FF0000; }
.module-44 .social-icons .social-inner-wrap li .fa.fa-tiktok {
	background: #000; }
.module-44 .social-icons .social-inner-wrap li .fa.fa-yelp:before {
	content: "\f167"; }
.module-44 .social-icons .social-inner-wrap li a {
	color: #fff; }
.module-44 .ry-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0; }
.module-44 .ry-flex .ry-each {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	padding: 0; }
.module-44 .ry-flex .ry-each h2 {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 5px;
	text-align: left;
	font-family: 'Montserrat', sans-serif !important; }
.module-44 .social-icons .social-inner-wrap li .fa {background: #06BAB5 !important;}
@media screen and (min-width: 992px) and (max-width: 1039px) {
	.module-44 .ry-flex .ry-each h2 {
		font-size: 25px; } }
.module-44 .ry-flex .ry-each ul {
	padding: 0; }
.module-44 .ry-flex .ry-each ul li {
	list-style: none; }
.module-44 .ry-flex .ry-each a, .module-44 .ry-flex .ry-each div, .module-44 .ry-flex .ry-each span {
	font-size: calc(14px + 1 * ( (100vw - 500px) / 1100));
	color: #06BAB5 !important;
	font-weight: 500 !important;
	line-height: 32px !important;
	font-family: "Montserrat", sans-serif; }
.module-44 .ry-flex .ry-each .span-2 {
	width: 100px;
	display: inline-block; }
@media (max-width: 992px) {
	.module-44 .ry-flex .ry-each .span-2 {
		width: auto;
		margin-right: 4px;
		display: inline; } }
@media (max-width: 991px) {
	.module-44 .ry-flex .ry-each:has(.office-hours) {
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
	}
	.module-44 .ry-flex .ry-each .office-hours {
    	width: 270px;
    	display: block;
    	margin: 0 auto;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li {text-align: left;}
	.module-44 .ry-flex .ry-each .office-hours .span-2 {
    	display: inline-block;
    	width: 130px;
	}
}
.module-44 .ry-flex .ry-each div.address:before, .module-44 .ry-flex .ry-each div.phone:before, .module-44 .ry-flex .ry-each div.fax:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #06BAB5;
    border-radius: 50%;
    color: #fff;
    font-family: 'FontAwesome';
    display: flex;
    align-items: center;
    justify-content: center;
}
.module-44 .ry-flex .ry-each div.website-info > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}
.module-44 .ry-flex .ry-each div.address:before {content: '\f041';}
.module-44 .ry-flex .ry-each div.phone:before {content: '\f095';}
.module-44 .ry-flex .ry-each div.fax:before {content: '\f1ac';}
.module-44 .ry-footer-copyright {
	font-size: 14px;
	padding: 0 0 30px 0;
	position: relative;
	z-index: 2; }

@media (max-width: 991px) {
	.module-44 .ry-flex .ry-each div.website-info > div {
    	flex-direction: column;
    	align-items: center;
	}
}
.module-44 .ry-footer-copyright .ry-left img,
.module-44 .ry-footer-copyright .ry-right img {
	max-width: 120px;
	margin-left: 7px;
	margin-top: 3px;
	position: relative; }
.module-44 .ry-footer-copyright .ry-right div {
	text-align: right; }
.module-44 .ry-footer-copyright .ry-right .powered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end; }
@media (max-width: 991px) {
	.module-44 .ry-footer-copyright .ry-right .powered {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }
.module-44 .ry-footer-copyright p, .module-44 .ry-footer-copyright a {
	font-size: 14px;
	opacity: 0.9;
	font-weight: 300;
	font-size: calc(14px); }
.module-44 .ry-footer-copyright .ry-container {
	padding: 20px 0; }
@media (max-width: 991px) {
	.module-44 .ry-footer-copyright p {
		text-align: center; } }
@media (max-width: 991px) {
	.module-44 .ry-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; }
	.module-44 .ry-flex .ry-each {
		margin-bottom: 30px;
		text-align: center; }
	.module-44 .ry-flex .ry-each h2, .module-44 .ry-flex .ry-each div {
		text-align: center; } }
.module-44.style2 .ry-divisor {
	border-top: 2px rgba(255, 255, 255, 0.1) solid; }
.module-44.style2 .ry-footer-copyright .ry-container {
	border-top: 2px rgba(255, 255, 255, 0.1) solid; }
.module-44.style2 .ry-flex .ry-each h2 {
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
	font-size: 25px; }

/* hero */
.module-66 {
	height: 98vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 3; }
@media (min-width: 1300px) {
	.module-66 {
		min-height: 800px; } }
@media (max-width: 767px) {
	.module-66 {
		background-position: center;
		background-size: cover; } }
.module-66 .bnr-textbox {
	margin-bottom: 90px !important;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9; }
.module-66 .bnr-textbox .ry-section-title {
	text-transform:none !important;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #333 1px 0px 3px;
	font-size: 45px; }
.module-66 .bnr-textbox .ry-section-title span {
    font-size: 50px !important;
}
@media (max-width: 991px) {
	.module-66 .bnr-textbox .ry-section-title span {
    	font-size: 70px !important;
	}
}
@media (max-width: 320px) {
	.module-66 .bnr-textbox .ry-section-title {
		font-size: 20px;
	}
}
@media (min-width: 1600px) {
	.module-66 .bnr-textbox .ry-section-title {
		font-size: 60px; }
	.module-66 .bnr-textbox .ry-section-title span {
    font-size: 70px !important;}
}
.module-66 .ry-arrow__down {
	z-index: 2;
	position: absolute;
	text-align: center;
	bottom: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); }
.module-66 .ry-arrow__down .arrow__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 9999;
	margin: 0 auto;
	cursor: pointer;
	-webkit-perspective: 500px;
	perspective: 500px; }
.module-66 .ry-arrow__down .arrow__wrapper .arrow__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	top: 7px;
	left: 0;
	-webkit-transition: 1.2s cubic-bezier(0.24, 1, 0.3, 1);
	transition: 1.2s cubic-bezier(0.24, 1, 0.3, 1);
	-webkit-transform: scale(1);
	transform: scale(1); }
.module-66 .ry-arrow__down .arrow__wrapper .fa {
	font-size: 25px;
	color: #000;
	position: relative;
	top: 0;
	z-index: 2;
	-webkit-transition: color 1.2s cubic-bezier(0.24, 1, 0.3, 1) 0.15s;
	transition: color 1.2s cubic-bezier(0.24, 1, 0.3, 1) 0.15s; }
.module-66 .ry-arrow__down .arrow__wrapper:hover .arrow__inner {
	-webkit-transform: scale(0);
	transform: scale(0); }
.module-66 .ry-arrow__down .arrow__wrapper:hover .fa {
	color: #fff; }
/*
.module-66 .carousel {
background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(255, 255, 255, 0)));
background-image: linear-gradient(#000, rgba(255, 255, 255, 0)); }
.module-66 .carousel .carousel-inner {
opacity: 0.6; }*/
.module-66 .carousel .carousel-inner .item {
	height: 98vh;
	background-size: cover;
	background-repeat: no-repeat; }
@media (min-width: 1300px) {
	.module-66 .carousel .carousel-inner .item {
		min-height: 800px; } }
.module-66 .carousel .carousel-inner .item img {
	display: none; }
.module-66 .carousel .carousel-control {
	z-index: 9999; }
.module-66 .ry-el-bg {
	background-size: cover !important;
	background-position: 50% !important; }
.module-66 .ry-el-bg img {
	display: none; }
@media (max-width: 992px) {
	.module-66 .item {
		height: 100vh;
		background-position: 50% !important;
		background-size: cover !important;
		background-repeat: no-repeat !important; }
	.module-66 .item img {
		display: none; }
	.module-66 .carousel {
		/*background: #000;*/
		background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(255, 255, 255, 0)));
		background-image: linear-gradient(#000, rgba(255, 255, 255, 0)); }
	.module-66 .carousel-inner {
		opacity: 0.6; } }
.module-66.style2 .carousel .carousel-inner {
	opacity: 1; }
.module-66.style2 .carousel .carousel-inner:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0; }
.module-66.style2 .carousel .carousel-control .icon-next, .module-66.style2 .carousel .carousel-control .icon-prev {
	margin-top: 40px; }
@media (max-width: 1350px) {
	.module-66.style2 .carousel .carousel-control {
		width: 5%; } }
.module-66.style2 .bnr-textbox {
	bottom: 300px;
	margin-bottom: 0 !important; }
.module-66.style2 .bnr-textbox .ry-section-title {
	font-family: 'Allura', cursive;
	text-transform: capitalize;
	font-size: 185px; }
.module-66.style2 .bnr-textbox .ry-section-title span.span-1 {
	display: block;
	font-size: 45px;
	text-transform: uppercase; }
@media (max-width: 375px) {
	.module-66.style2 .bnr-textbox .ry-section-title {
		font-size: 100px; }
	.module-66.style2 .bnr-textbox .ry-section-title span.span-1 {
		font-size: 25px; } }
@media (max-width: 991px) {
	.module-66.style2 .bnr-textbox {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%); } }
@media (max-width: 1024px) {
	.module-66.style2 .bnr-textbox .ry-section-title {
		font-size: 130px; }
	.module-66.style2 .bnr-textbox .ry-section-title span.span-1 {
		font-size: 35px; } }
@media screen and (min-width: 1025px) and (max-width: 1123px) {
	.module-66.style2 .bnr-textbox {
		bottom: 305px; }
	.module-66.style2 .bnr-textbox .ry-section-title {
		font-size: 160px; } }

/* welcome */
.module-67 {
	padding: 150px 0 100px 0;
	position: relative;
	z-index: 2;
	background: #fff; }
.module-67 .ry-container {
	max-width: 1280px;
	width: 85%;
	margin: auto;
	float: none; }
@media (max-width: 1280px) {
	.module-67 .ry-container {
		max-width: 95%; } }
.module-67 .ry-container #about {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column; }
.module-67 .ry-container #about .ry-section-title {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 45px;
	text-align: center; }
.module-67 .ry-container #about p {
	font-size: calc(16px + 1 * ( (100vw - 320px) / 1280));
	font-weight: 400; }
.module-67 .ry-btn-primary {
	max-width: 215px;
	text-align: center;
	margin: auto;
	margin-top: 3em; }
@media (max-width: 320px) {
	.module-67 h2 {
		font-size: 30px; }
	.module-67 h2 .span-1 {
		font-size: 30px; }
	.module-67 p {
		font-size: 16px; } }
@media (max-width: 767px) {
	.module-67 h2 .span-1 {
		display: block;
		text-align: center;
		margin-top: 5px; } }
@media (max-width: 991px) {
	.module-67 {
		padding: 50px; } }
@media (max-width: 1600px) {
	.module-67 h2 {
		font-size: calc(30px + 15 * ( (100vw - 320px) / 1280)); }
	.module-67 h2 .span-1 {
		font-size: calc(30px + 15 * ( (100vw - 320px) / 1280)); } }
@media (min-width: 1600px) {
	.module-67 p {
		font-size: 17px; } }
.module-67.style2 .ry-container #about .ry-section-title {
	font-weight: 600; }
.module-67.style2 .ry-container #about p {
	max-width: 920px;
	margin: auto; }

/* services */
.module-68 {
	padding: 0;
	position: relative;
	z-index: 2; }
.module-68 .ry-content {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
@media (max-width: 991px) {
	.module-68 .ry-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }
.module-68 .ry-content .ry-each-box, .module-68 .ry-content .ry-each-box-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }
.module-68 .ry-content .ry-each-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column; }
.module-68 .ry-content .ry-each-box-image {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.24, 1, 0.3, 1);
	transition: -webkit-transform 1s cubic-bezier(0.24, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.24, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.24, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.24, 1, 0.3, 1);
	-webkit-transform: scale(1);
	transform: scale(1); }
.module-68 .ry-content .ry-each-box-text, .module-68 .ry-content .ry-each-box-text span {
	position: relative;
	line-height: 33px !important;
	display: block;
	font-size: 26px;
	font-weight: 400; }
@media (max-width: 500px) {
	.module-68 .ry-content {
		font-size: 20px; } }
@media (max-width: 1600px) {
	.module-68 .ry-content {
		font-size: 28px; } }
@media screen and (min-width: 320px) and (max-width: 1300px) {
	.module-68 .ry-content {
		font-size: calc(20px + 4 * ( (100vw - 500px) / 1100));
		line-height: 22px !important; } }
.module-68 .ry-content .ry-each-box-text span, .module-68 .ry-content .ry-each-box-text span span {
	display: block; }
.module-68 .ry-content .ry-each {
	cursor: pointer; }
.module-68 .ry-content .ry-each:before {
	content: '';
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
	z-index: 999;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	opacity: 0; }
@media (max-width: 991px) {
	.module-68 .ry-content .ry-each:before {
		display: none; } }
.module-68 .ry-content .ry-each:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1; }
.module-68 .ry-content .ry-each:hover .ry-each-box-image {
	-webkit-transform: scale(1.06);
	transform: scale(1.06); }
.module-68 .ry-content .ry-each:hover .ry-each-box-text {
	opacity: 0.6; }
.module-68 .ry-content .ry-each .ry-each-box-text {
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	opacity: 1;
	max-width: 190px;
	text-align: left; }
@media (max-width: 991px) {
	.module-68 .ry-content .ry-each .ry-each-box-text {
		width: auto;
		font-size: 24px; } }
@media (max-width: 411px) {
	.module-68 .ry-content .ry-each .ry-each-box-text {
		width: 90px;
		font-size: 20px;
		line-height: 22px !important; } }
.module-68 .ry-content .ry-flex-left {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
.module-68 .ry-content .ry-flex-left .ry-each {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	height: 20.5vw;
	position: relative;
	overflow: hidden;
	padding: 0; }
.module-68 .ry-content .ry-flex-left .ry-each .ry-each-box-image {
	background-repeat: none;
	background-position: center;
	background-size: cover; }
.module-68 .ry-content .ry-flex-left .ry-each.ry-each-1 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1; }
.module-68 .ry-content .ry-flex-left .ry-each.ry-each-1 .ry-each-box {
	padding: 5%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start; }
.module-68 .ry-content .ry-flex-left .ry-each.ry-each-1 .ry-each-box-text {
	position: relative;
	top: -40px; }
@media (max-width: 991px) {
	.module-68 .ry-content .ry-flex-left .ry-each.ry-each-1 .ry-each-box-text {
		top: 0; } }
.module-68 .ry-content .ry-flex-left .ry-each.ry-each-2 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2; }
.module-68 .ry-content .ry-flex-left .ry-each.ry-each-2 .ry-each-box {
	padding: 5%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start; }
.module-68 .ry-content .ry-flex-left .ry-each.ry-each-2 .ry-each-box-text {
	position: relative;
	top: 40px; }
@media (max-width: 991px) {
	.module-68 .ry-content .ry-flex-left .ry-each.ry-each-2 .ry-each-box-text {
		top: 0; } }
@media (max-width: 991px) {
	.module-68 .ry-content .ry-flex-left .ry-each {
		height: 30.5vw; } }
@media (max-width: 767px) {
	.module-68 .ry-content .ry-flex-left .ry-each {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		height: 40.5vw; } }
.module-68 .ry-content .ry-flex-right {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row; }
.module-68 .ry-content .ry-flex-right .ry-each {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	position: relative;
	overflow: hidden;
	height: 41vw; }
.module-68 .ry-content .ry-flex-right .ry-each .ry-each-box-image {
	background-repeat: none;
	background-position: center;
	background-size: cover; }
.module-68 .ry-content .ry-flex-right .ry-each.ry-each-1 {
	height: 41vw; }
.module-68 .ry-content .ry-flex-right .ry-each.ry-each-1 .ry-each-box-text {
	margin-left: 0;
	margin-bottom: 0; }
@media (max-width: 991px) {
	.module-68 .ry-content .ry-flex-right .ry-each.ry-each-1 .ry-each-box-text {
		top: 0;
		text-align: left; } }
.module-68 .ry-content .ry-flex-right .ry-each.ry-each-1 .ry-each-box {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 10%; }
@media (max-width: 991px) {
	.module-68 .ry-content .ry-flex-right .ry-each.ry-each-1 .ry-each-box {
		padding: 5%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
@media (max-width: 991px) {
	.module-68 .ry-content .ry-flex-right .ry-each.ry-each-1 {
		height: 30.5vw; } }
@media (max-width: 767px) {
	.module-68 .ry-content .ry-flex-right .ry-each.ry-each-1 {
		height: 40.5vw; } }
.module-68 .ry-content .ry-flex-right .ry-each.ry-each-2 {
	height: 20.5vw; }
.module-68 .ry-content .ry-flex-right .ry-each.ry-each-2 .ry-each-box {
	padding: 10%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end; }
@media (max-width: 991px) {
	.module-68 .ry-content .ry-flex-right .ry-each.ry-each-2 .ry-each-box {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 5%; } }
@media (max-width: 991px) {
	.module-68 .ry-content .ry-flex-right .ry-each.ry-each-2 {
		height: 30.5vw; } }
@media (max-width: 767px) {
	.module-68 .ry-content .ry-flex-right .ry-each.ry-each-2 {
		height: 40.5vw; } }
.module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 {
	height: 20.5vw; }
.module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 .ry-each-box {
	padding: 10%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start; }
.module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 .ry-each-box .ry-each-box-text {
	position: relative;
	top: 0; }
.module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 .ry-each-box .ry-each-box-text .ry-each-box-text span {
	display: inline-block; }
@media (max-width: 1200px) {
	.module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 .ry-each-box .ry-each-box-text .ry-each-box-text span {
		display: block; } }
@media (max-width: 991px) {
	.module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 .ry-each-box .ry-each-box-text {
		top: 0; } }
@media (max-width: 767px) {
	.module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 .ry-each-box .ry-each-box-text {
		top: 0; } }
@media (max-width: 991px) {
	.module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 .ry-each-box {
		padding: 5%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
@media (max-width: 991px) {
	.module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 {
		height: 30.5vw; } }
@media (max-width: 767px) {
	.module-68 .ry-content .ry-flex-right .ry-each.ry-each-3 {
		height: 40.5vw; } }
@media (max-width: 991px) {
	.module-68 .ry-content .ry-flex-right .ry-each {
		height: 30.5vw; } }
@media (max-width: 767px) {
	.module-68 .ry-content .ry-flex-right .ry-each {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		height: 40.5vw; } }
.module-68 .ry-content .ry-flex-right .ry-flex-divisor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	padding: 0; }
@media (max-width: 1024px) {
	.module-68 .ry-content .ry-flex-right .ry-flex-divisor {
		display: block; } }
@media (max-width: 991px) {
	.module-68 .ry-content .ry-flex-right .ry-flex-divisor {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%; } }
@media (max-width: 991px) {
	.module-68 .ry-content .ry-flex-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }
@media (max-width: 767px) {
	.module-68 .ry-content .ry-flex-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }
@media (min-width: 992px) {
	.module-68 .ry-content .ry-flex-divisor .ry-each-2 .ry-each-box .ry-each-box-text {
		max-width: 90px; } }
.module-68.style2 .ry-content .ry-each .ry-each-box-text {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 5px;
	width: 90%;
	max-width: 390px;
	text-align: center;
	border-radius: 10px;
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 500;
	top: auto !important;
	bottom: 40px !important;
	left: auto;
	position: absolute !important; }
.module-68.style2 .ry-content .ry-each .ry-each-box-text a {
	text-transform: uppercase; }
.module-68.style2 .ry-content .ry-flex-right .ry-each-box-text {
	left: 50% !important;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); }
@media (max-width: 991px) {
	.module-68.style2 .ry-content .ry-flex-right .ry-each-box-text {
		left: auto !important;
		-webkit-transform: translateX(0);
		transform: translateX(0); } }
.module-68.style2 .ry-content .ry-flex-divisor .ry-each-2 .ry-each-box .ry-each-box-text {
	max-width: 100%; }

/* team */
.module-69 {
	padding: 200px 0 0;
	overflow: hidden; }
.module-69 .bg-image {
	position: absolute;
	width: 57%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat; }
.module-69 .ry-container {
	max-width: 1280px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; }
.module-69 .ry-each {
	padding: 0;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	width: 50%; }
.module-69 .ry-each-left {
	position: relative;
	text-align: right;
	z-index: 2;
	margin-top: -80px; }
.module-69 .ry-each-left .ry-section-title-wrapper {
	display: none; }
.module-69 .ry-each-left .ry-section-title-wrapper .ry-section-title {
	font-weight: 400;
	text-align: center; }
.module-69 .ry-each-left .person__wp {
	max-width: 400px;
	display: block;
	margin-right: -80px;
	float: right;
	position: relative;
	top: 0; }
.module-69 .ry-each-right {
	background: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 400px; }
.module-69 .ry-each-right:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 0; }
.module-69 .ry-each-right div {
	z-index: 1;
	position: relative; }
.module-69 .ry-each-right .ry-section-title {
	font-size: calc(30px + 15 * ( (100vw - 500px) / 1100));
	margin-bottom: 30px;
	line-height: 50px; }
@media (max-width: 767px) {
	.module-69 .ry-each-right .ry-section-title {
		display: none; } }
.module-69 .ry-each-right p {
	font-family: "Montserrat", sans-serif;
	font-size: calc(16px + 1 * ( (100vw - 320px) / 1280));
	font-weight: 400; }
.module-69 .ry-each-right .ry-btn-primary {
	width: 215px;
	text-align: center;
	margin: unset;
	margin-top: 0; }
.module-69 .ry-each-right .btn-content {
	margin-top: 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 450px; }
@media (min-width: 992px) {
	.module-69 .ry-each-right .ry-btn-light {
		margin-left: 15px; } }
@media (max-width: 1365px) {
	.module-69 .ry-each-right .text-content {
		padding-left: 80px;
		padding-right: 50px; } }
@media (min-width: 1366px) {
	.module-69 .ry-each-right {
		padding-left: 100px; } }
@media (max-width: 991px) {
	.module-69 .ry-each-right {
		width: 85%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding: 0 50px; }
	.module-69 .ry-each-right .btn-content {
		margin-top: 2em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; }
	.module-69 .ry-each-right .btn-content .ry-btn-primary {
		margin-bottom: 10px; }
	.module-69 .ry-each-right .text-content {
		padding-left: 30px;
		padding-right: 30px; }
	.module-69 .ry-each-right .text-content p {
		text-align: center; } }
@media (max-width: 1199px) {
	.module-69 .ry-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.module-69 .ry-container .ry-each-left .person__wp {
		float: none;
		margin: auto; }
	.module-69 .bg-image {
		width: 100%; }
	.module-69 .ry-each-left .ry-section-title-wrapper {
		display: block; }
	.module-69 .ry-each-right .text-content {
		padding: 50px; }
	.module-69 .ry-each-right .ry-section-title {
		display: none; } }
.module-69.style2 {
	padding: 200px 0; }
.module-69.style2 .ry-container {
	z-index: 2;
	background-color: #fff;
	max-width: 1110px;
	width: 90%;
	padding: 100px 0; 
	border-radius: 50px; }
.module-69.style2 .ry-each-left {
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%; }
.module-69.style2 .ry-each-left img {
	max-width: 300px; 
	border-radius: 30px; }
.module-69.style2 .ry-each-left .ry-section-title {
	display: none;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	font-size: 40px;
	text-align: left;
	text-transform: uppercase; 
	border-radius: 20px;}
@media (max-width: 991px) {
	.module-69.style2 .ry-each-left .ry-section-title {
		text-align: center; } }
.module-69.style2 .ry-each-right {
	padding-left: 0;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	height: auto; }
.module-69.style2 .ry-each-right .text-content {
	max-width: 90%; }
@media (max-width: 1365px) {
	.module-69.style2 .ry-each-right .text-content {
		padding-left: 0;
		padding-right: 0; } }
.module-69.style2 .ry-each-right .ry-section-title {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	font-size: 40px;
	text-align: left;
	text-transform: uppercase; }
@media (max-width: 991px) {
	.module-69.style2 .ry-each-right .ry-section-title {
		text-align: center; } }
@media (min-width: 992px) {
	.module-69.style2 .ry-each-right .ry-btn-light {
		margin-left: 15px; } }
.module-69.style2:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1; }
.module-69.style2 .bg-image {
	width: 100%; }
@media (max-width: 1199px) {
	.module-69.style2 {
		padding: 50px 0; }
	.module-69.style2 .hidden-lg {
		display: none !important; }
	.module-69.style2 .ry-container {
		width: 85%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; }
	.module-69.style2 .ry-container .ry-each-left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; }
	.module-69.style2 .ry-container .ry-each-left .ry-section-title {
		display: block !important; }
	.module-69.style2 .ry-container .ry-each-right {
		padding: 0; }
	.module-69.style2 .ry-container .ry-each-right .text-content {
		margin-top: 50px;
		padding: 0;
		max-width: 100% !important; }
	.module-69.style2 .ry-container .ry-each-right .ry-section-title {
		    display: block;
   			text-align: center; } }

/* map */
.module-70 {
	padding: 0;
	z-index: 2; }
.module-70 .ry-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative; }
.module-70 .ry-each {
	border: 0;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	width: 50%;
	padding: 0;
	height: 38vw; }
.module-70 .ry-each .map-widget iframe {
	height: 38vw; }
@media (min-width: 1200px) {
	.module-70 .ry-each .map-widget iframe {
		height: 100%;
		position: absolute; } }
.module-70 .ry-each.ry-each-1 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.module-70 .ry-each.ry-each-1 .ry-content-wrap {
	width: 70%; }
.module-70 .ry-each.ry-each-1 .ry-section-title {
	font-size: calc(30px + 15 * ( (100vw - 500px) / 1100));
	margin-bottom: 30px;
	line-height: 62px; }
.module-70 .ry-each.ry-each-1 p, .module-70 .ry-each.ry-each-1 div {
	font-family: "Montserrat", sans-serif;
	font-size: calc(16px + 2 * ( (100vw - 320px) / 1280));
	font-weight: 400;
	color: #fff; }
.module-70 .ry-each.ry-each-1 p {
	max-width: 600px; }
@media (max-width: 1400px) {
	.module-70 .ry-each.ry-each-1 .ry-content-wrap {
		width: 85%; } }
@media (max-width: 500px) {
	.module-70 .ry-each.ry-each-1 h2 {
		font-size: 30px; } }
@media (min-width: 1600px) {
	.module-70 .ry-each.ry-each-1 h2 {
		font-size: 45px; }
	.module-70 .ry-each.ry-each-1 p, .module-70 .ry-each.ry-each-1 div {
		font-size: 18px; } }
@media (max-width: 320px) {
	.module-70 .ry-each.ry-each-1 p, .module-70 .ry-each.ry-each-1 div {
		font-size: 16px; } }
@media (max-width: 1199px) {
	.module-70 .ry-each.ry-each-1 {
		padding: 40px 0; } }
.module-70 .ry-each.ry-each-2 {
	overflow: hidden; }
.module-70 .ry-each.ry-each-2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 1.6s cubic-bezier(0.24, 1, 0.3, 1);
	transition: -webkit-transform 1.6s cubic-bezier(0.24, 1, 0.3, 1);
	transition: transform 1.6s cubic-bezier(0.24, 1, 0.3, 1);
	transition: transform 1.6s cubic-bezier(0.24, 1, 0.3, 1), -webkit-transform 1.6s cubic-bezier(0.24, 1, 0.3, 1);
	-webkit-transform: scale(1);
	transform: scale(1); }
.module-70 .ry-each.ry-each-2:hover:before {
	-webkit-transform: scale(1.1);
	transform: scale(1.1); }
.module-70 .ry-each.ry-each-3 {
	overflow: hidden; }
@media (max-width: 1199px) {
	.module-70 .ry-each.ry-each-3 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4; } }
@media (min-width: 1200px) {
	.module-70 .ry-each.ry-each-3 {
		height: auto; } }
.module-70 .ry-each.ry-each-4 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	margin-bottom: 0; }
@media (min-width: 1200px) {
	.module-70 .ry-each.ry-each-4 {
		padding: 50px 0;
		height: auto; } }
.module-70 .ry-each.ry-each-4 p {
	font-family: "Montserrat", sans-serif;
	font-size: calc(16px + 2 * ( (100vw - 320px) / 1280));
	font-weight: 400;
	color: #333;
	max-width: 600px;
	margin-bottom: 20px; }
.module-70 .ry-each.ry-each-4 .cmsForm {
	width: 70%; }
.module-70 .ry-each.ry-each-4 .cmsForm .ry-section-title {
	font-size: calc(30px + 15 * ( (100vw - 500px) / 1100));
	margin-bottom: 30px;
	line-height: 50px;
	text-align: left; }
@media screen and (min-width: 992px) and (max-width: 1082px) {
	.module-70 .ry-each.ry-each-4 .cmsForm .ry-section-title {
		font-size: 34px; } }
@media (max-width: 991px) {
	.module-70 .ry-each.ry-each-4 .cmsForm .ry-section-title {
		text-align: center; } }
.module-70 .ry-each.ry-each-4 .cmsForm .__name,
.module-70 .ry-each.ry-each-4 .cmsForm .__email,
.module-70 .ry-each.ry-each-4 .cmsForm .__phone,
.module-70 .ry-each.ry-each-4 .cmsForm .__message {
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px; }
.module-70 .ry-each.ry-each-4 .cmsForm .__name:hover:before,
.module-70 .ry-each.ry-each-4 .cmsForm .__email:hover:before,
.module-70 .ry-each.ry-each-4 .cmsForm .__phone:hover:before,
.module-70 .ry-each.ry-each-4 .cmsForm .__message:hover:before {
	-webkit-transform: rotate(20deg) translateY(-6px);
	transform: rotate(20deg) translateY(-6px); }
.module-70 .ry-each.ry-each-4 .cmsForm .__name:hover:after,
.module-70 .ry-each.ry-each-4 .cmsForm .__email:hover:after,
.module-70 .ry-each.ry-each-4 .cmsForm .__phone:hover:after,
.module-70 .ry-each.ry-each-4 .cmsForm .__message:hover:after {
	-webkit-transform: rotatex(75deg) scale(1.5);
	transform: rotatex(75deg) scale(1.5);
	opacity: 0; }
.module-70 .ry-each.ry-each-4 .cmsForm .__name:before,
.module-70 .ry-each.ry-each-4 .cmsForm .__email:before,
.module-70 .ry-each.ry-each-4 .cmsForm .__phone:before,
.module-70 .ry-each.ry-each-4 .cmsForm .__message:before {
	content: '\f015';
	font-family: fontawesome;
	position: absolute;
	z-index: 999;
	top: 18px;
	left: 37px;
	color: #333;
	opacity: 0.5;
	font-size: 18px;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.24, 1, 0.3, 1);
	transition: -webkit-transform 1s cubic-bezier(0.24, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.24, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.24, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.24, 1, 0.3, 1);
	-webkit-transform: rotate(0deg) translateY(0);
	transform: rotate(0deg) translateY(0); }
.module-70 .ry-each.ry-each-4 .cmsForm .__name:after,
.module-70 .ry-each.ry-each-4 .cmsForm .__email:after,
.module-70 .ry-each.ry-each-4 .cmsForm .__phone:after,
.module-70 .ry-each.ry-each-4 .cmsForm .__message:after {
	content: '';
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: all 1s cubic-bezier(0.24, 1, 0.3, 1);
	transition: all 1s cubic-bezier(0.24, 1, 0.3, 1);
	-webkit-transform: rotatex(75deg) scale(1);
	transform: rotatex(75deg) scale(1);
	position: absolute;
	background: #eff0f1;
	top: 33px;
	left: 38px;
	opacity: 0.6; }
.module-70 .ry-each.ry-each-4 .cmsForm .__name:before {
	content: '\f2c0';
	font-size: 18px; }
.module-70 .ry-each.ry-each-4 .cmsForm .__message:before {
	content: '\f040';
	font-size: 18px; }
.module-70 .ry-each.ry-each-4 .cmsForm .split__box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
.module-70 .ry-each.ry-each-4 .cmsForm .split__box .__email {
	padding-right: 5px; }
.module-70 .ry-each.ry-each-4 .cmsForm .split__box .__email:before {
	content: '\f003';
	font-size: 16px; }
.module-70 .ry-each.ry-each-4 .cmsForm .split__box .__phone {
	padding-left: 5px; }
.module-70 .ry-each.ry-each-4 .cmsForm .split__box .__phone:before {
	content: '\f095';
	font-size: 18px; }
@media (max-width: 767px) {
	.module-70 .ry-each.ry-each-4 .cmsForm .split__box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; }
	.module-70 .ry-each.ry-each-4 .cmsForm .split__box .__email {
		padding-right: 0; }
	.module-70 .ry-each.ry-each-4 .cmsForm .split__box .__phone {
		padding-left: 0; } }
@media (max-width: 991px) {
	.module-70 .ry-each.ry-each-4 .cmsForm .split__box h2 {
		text-align: center; } }
.module-70 .ry-each.ry-each-4 .cmsForm .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #eff0f1;
	height: 55px;
	border-radius: 0;
	padding: 0 60px;
	font-size: calc(15px + 1 * ( (100vw - 500px) / 1100)); }
.module-70 .ry-each.ry-each-4 .cmsForm textarea {
	padding-top: 15px !important;
	height: 150px !important; }
.module-70 .ry-each.ry-each-4 .cmsForm .btn-primary {
	padding: 16px 30px; }
.module-70 .ry-each.ry-each-4 .cmsForm .alert {
	padding: 14px 20px;
	border-color: green; }
.module-70 .ry-each.ry-each-4 .cmsForm .alert.alert-danger {
	border-color: #dcaaa9; }
.module-70 .ry-each.ry-each-4 .cmsForm .has-error {
	border: 1px solid #dcaaa9; }
.module-70 .ry-each.ry-each-4 .cmsForm .ry-btn-primary {
	width: 180px; }
.module-70 .ry-each.ry-each-4 .cmsForm div {
	padding: 0; }
@media (max-width: 1400px) {
	.module-70 .ry-each.ry-each-4 .cmsForm {
		width: 85%; } }
@media (max-width: 991px) {
	.module-70 .ry-each.ry-each-4 .cmsForm {
		width: 100%;
		padding: 0 20px; } }
@media (max-width: 500px) {
	.module-70 .ry-each.ry-each-4 .cmsForm .form-control {
		font-size: 15px; } }
@media (min-width: 1600px) {
	.module-70 .ry-each.ry-each-4 .cmsForm .form-control {
		font-size: 16px; } }
@media (max-width: 320px) {
	.module-70 .ry-each.ry-each-4 p {
		font-size: 16px; } }
@media (min-width: 1600px) {
	.module-70 .ry-each.ry-each-4 p {
		font-size: 18px; } }
@media (max-width: 1199px) {
	.module-70 .ry-each.ry-each-4 {
		max-width: 100%;
		text-align: center;
		height: auto !important;
		padding: 40px 0; }
	.module-70 .ry-each.ry-each-4 p {
		max-width: 100%;
		text-align: center; }
	.module-70 .ry-each.ry-each-4 .ry-btn-primary {
		margin: auto; } }
.module-70 .ry-each.ry-el-bg {
	background-repeat: no-repeat;
	background-size: cover; }
@media (max-width: 1600px) {
	.module-70 .ry-each {
		height: 45vw; } }
@media (max-width: 1300px) {
	.module-70 .ry-each {
		height: 50vw; } }
@media (max-width: 1200px) {
	.module-70 .ry-each {
		height: 65vw; } }
@media (max-width: 1199px) {
	.module-70 .ry-each {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		height: auto; }
	.module-70 .ry-each p {
		max-width: 100% !important;
		text-align: center; }
	.module-70 .ry-each .ry-section-title {
		text-align: center !important; } }
@media (max-width: 1199px) {
	.module-70 .ry-each.ry-each-2 {
		height: 500px;
		background-position: center; }
	.module-70 .ry-each.ry-each-3 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4; }
	.module-70 .ry-each.ry-each-4 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3; } }
.module-70.style2 .ry-each.ry-each-1 .ry-section-title {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	font-size: calc(35px + 5 * ((100vw - 1600px) / 270));
	line-height: 44px;
	text-align: left; }
@media screen and (max-width: 1600px) {
	.module-70.style2 .ry-each.ry-each-1 .ry-section-title {
		font-size: 35px; } }
@media screen and (min-width: 1870px) {
	.module-70.style2 .ry-each.ry-each-1 .ry-section-title {
		font-size: 40px; } }
@media (max-width: 991px) {
	.module-70.style2 .ry-each.ry-each-1 .ry-section-title {
		text-align: center; } }
.module-70.style2 .ry-each.ry-each-1 p {
	color: #000; }
.module-70.style2 .ry-each.ry-each-3 {
	height: 38vw; }
.module-70.style2 .ry-each.ry-each-3 .map-widget, .module-70.style2 .ry-each.ry-each-3 .map-widget iframe {
	height: 100%; }
@media (max-width: 1199px) {
	.module-70.style2 .ry-each.ry-each-3 {
		height: auto; } }
@media (max-width: 1600px) {
	.module-70.style2 .ry-each.ry-each-3 {
		height: 50vw; } }
.module-70.style2 .ry-each.ry-each-4 {
	background: #f2f2f2;
	height: 38vw; }
.module-70.style2 .ry-each.ry-each-4 .cmsForm .ry-section-title {
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
	font-weight: 500;
	font-size: calc(32px + 8 * ((100vw - 1600px) / 270));
	text-align: left; }
@media screen and (max-width: 1600px) {
	.module-70.style2 .ry-each.ry-each-4 .cmsForm .ry-section-title {
		font-size: 32px; } }
@media screen and (min-width: 1870px) {
	.module-70.style2 .ry-each.ry-each-4 .cmsForm .ry-section-title {
		font-size: 40px; } }
@media (max-width: 991px) {
	.module-70.style2 .ry-each.ry-each-4 .cmsForm .ry-section-title {
		text-align: center; } }
.module-70.style2 .ry-each.ry-each-4 .cmsForm input[type="text"] {
	border: solid 1px #ddd !important;
	color: #333 !important; }
.module-70.style2 .ry-each.ry-each-4 .cmsForm input[type="text"]::-webkit-input-placeholder {
	color: #cecece !important; }
.module-70.style2 .ry-each.ry-each-4 .cmsForm input[type="text"]:-ms-input-placeholder {
	color: #cecece !important; }
.module-70.style2 .ry-each.ry-each-4 .cmsForm input[type="text"]::-ms-input-placeholder {
	color: #cecece !important; }
.module-70.style2 .ry-each.ry-each-4 .cmsForm input[type="text"]::placeholder {
	color: #cecece !important; }
.module-70.style2 .ry-each.ry-each-4 .cmsForm textarea {
	border: solid 1px #ddd !important;
	color: #333 !important; }
.module-70.style2 .ry-each.ry-each-4 .cmsForm textarea::-webkit-input-placeholder {
	color: #cecece !important; }
.module-70.style2 .ry-each.ry-each-4 .cmsForm textarea:-ms-input-placeholder {
	color: #cecece !important; }
.module-70.style2 .ry-each.ry-each-4 .cmsForm textarea::-ms-input-placeholder {
	color: #cecece !important; }
.module-70.style2 .ry-each.ry-each-4 .cmsForm textarea::placeholder {
	color: #cecece !important; }
@media (max-width: 1199px) {
	.module-70.style2 .ry-each.ry-each-4 {
		height: auto; } }
@media (max-width: 1600px) {
	.module-70.style2 .ry-each.ry-each-4 {
		height: 50vw; } }
@media (max-width: 991px) {
	.module-70.style2 .ry-each.ry-each-4 {
		height: auto;
		padding-top: 80px;
		padding-bottom: 80px; } }
@media screen and (min-width: 1200px) and (max-width: 1600px) {
	.module-70.style2 .ry-each {
		height: 50vw !important; } }
@media (max-width: 1199px) {
	.module-70.style2 .ry-each.ry-each-1 {
		padding: 80px 0; } }

/*default - testimonials 1*/
.module-24 .ry-each {
	padding: 60px 0 95px;
	border-bottom: 1px solid #dbe1e6; }
.module-24 .ry-each:last-child {
	border-bottom: 0; }
@media (max-width: 991px) {
	.module-24 .ry-each {
		padding: 20px; } }
.module-24 .ry-each h5 {
	font-size: calc(20px + 0 * ((100vw - 500px) / 940));
	margin-bottom: 0 !important;
	line-height: normal; }
@media screen and (max-width: 500px) {
	.module-24 .ry-each h5 {
		font-size: 20px; } }
@media screen and (min-width: 1440px) {
	.module-24 .ry-each h5 {
		font-size: 20px; } }
@media (max-width: 767px) {
	.module-24 .ry-each p {
		text-align: center; } }

/*default - service style 1*/
.module-23 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
@media (max-width: 767px) {
	.module-23 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
.module-23 .ry-each {
	width: calc((100% / 3) - 10px);
	border: 1px solid #c6cfd6;
	padding: 50px 25px;
	margin-bottom: 20px; }
@media (max-width: 991px) {
	.module-23 .ry-each {
		width: calc((100% / 2) - 10px); } }
@media (max-width: 767px) {
	.module-23 .ry-each {
		width: 100%;
		max-width: 500px; } }
@media screen and (min-width: 992px) and (max-width: 1440px) {
	.module-23 .ry-each {
		width: calc((100% / 2) - 10px); } }
.module-23:after {
	content: "";
	width: calc((100% / 3) - 10px); }
@media (max-width: 991px) {
	.module-23:after {
		width: calc((100% / 2) - 10px); } }
@media (max-width: 767px) {
	.module-23:after {
		width: 100%;
		max-width: 500px; } }
.module-23 .ry-icon-contain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
.module-23 .ry-icon-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	margin: 0 auto 50px; }
.module-23 .ry-el-bg {
	width: 30px;
	height: 30px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat; }
.module-23 h1, .module-23 h2, .module-23 h3, .module-23 h4, .module-23 h5, .module-23 h6 {
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px; }
.module-23 p {
	font-size: 17px; }

/* payment options */
.module-311 .ry-payment-options-logos {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 30px; }
.module-311 .ry-payment-options-logos .ry-each {
	width: 33.33%;
	padding: 30px;
	border: 1px #ccc solid;
	text-align: center;
	margin-left: -1px;
	margin-bottom: -1px; }
@media (max-width: 991px) {
	.module-311 .ry-payment-options-logos .ry-each {
		width: 50%; } }
.module-311 .ry-payment-options-logos .ry-each img {
	width: 90%;
	max-width: 128px;
	display: inline; }

/*online forms*/
.module-7 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
@media (max-width: 767px) {
	.module-7 ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }
.module-7 ul li {
	width: 50%;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
@media (max-width: 767px) {
	.module-7 ul li {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%; } }
@media (max-width: 767px) {
	.module-7 ul li:nth-child(odd) {
		border-bottom: 0;
		padding-bottom: 0; } }
.module-7 ul li:nth-child(even) {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end; }
@media (max-width: 767px) {
	.module-7 ul li:nth-child(even) {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; } }
.module-7 ul li p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left; }
.module-7 ul li p:before {
	content: "\f0f6";
	font-family: fontAwesome;
	font-size: 16px;
	margin-right: 20px; }

/*contact style 2 */
.module-314 {
	max-width: 900px !important; }
@media (max-width: 991px) {
	.module-314 {
		padding: 0 30px; } }
.module-314 .ry-left {
	width: 100% !important; }
.module-314 .ry-left h2, .module-314 .ry-left p, .module-314 .ry-left span, .module-314 .ry-left strong {
	text-align: center; }
.module-314 .ry-social {
	width: 100%; }
.module-314 .ry-social .social-inner-wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
.module-314 .ry-social .social-inner-wrap li {
	width: 40px;
	height: 40px; }
.module-314 .ry-social .social-inner-wrap li a {
	font-size: 15px; }

/*Password protected Page*/
.password--overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2147483648; }
.password--overlay .password--box {
	width: 350px;
	height: auto;
	background-color: #fff;
	padding: 30px 30px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.password--overlay .password--box .box--lock {
	margin-right: 20px; }
.password--overlay .password--box .box--lock i {
	width: 33px !important;
	height: 33px;
	max-width: 35px;
	background-color: #45576c;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	border-radius: 50%;
	float: left;
	font-size: 11px; }
.password--overlay .password--box div {
	padding: 0;
	display: inline-block;
	float: left; }
.password--overlay .password--box div .__label {
	font-weight: 600;
	color: #000; }
.password--overlay .password--box div .form-control {
	width: 230px;
	display: block;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 0;
	padding: 0;
	height: 25px; }

/*Instafeed*/
.ry-instagram {
	margin: 100px 0; }
.ry-instagram .ry-heading {
	font-size: calc(40px + 12 * ((100vw - 320px) / 1280));
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 40px;
	text-align: center; }
@media screen and (max-width: 320px) {
	.ry-instagram .ry-heading {
		font-size: 40px; } }
@media screen and (min-width: 1600px) {
	.ry-instagram .ry-heading {
		font-size: 52px; } }
@media (max-width: 991px) {
	.ry-instagram .ry-heading {
		text-align: center;
		line-height: normal; } }
.ry-instagram #instafeed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; }
@media (max-width: 767px) {
	.ry-instagram #instafeed {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; } }
.ry-instagram #instafeed:after {
	content: "";
	width: calc((100% / 4) - 20px);
	margin-bottom: 20px; }
.ry-instagram #instafeed .ry-el-bg {
	height: 300px;
	background-position: 50%;
	background-size: cover; }
@media (max-width: 1199px) {
	.ry-instagram #instafeed .ry-el-bg {
		height: 250px; } }
.ry-instagram #instafeed .flex-item {
	width: calc((100% / 4) - 20px);
	margin-bottom: 20px;
	position: relative; }
@media (max-width: 1199px) {
	.ry-instagram #instafeed .flex-item {
		width: calc((100% / 3) - 20px); } }
@media (max-width: 991px) {
	.ry-instagram #instafeed .flex-item {
		width: calc((100% / 2) - 20px); } }
@media (max-width: 767px) {
	.ry-instagram #instafeed .flex-item {
		width: 60%; } }
@media (max-width: 500px) {
	.ry-instagram #instafeed .flex-item {
		width: 100%; } }
.ry-instagram #instafeed .flex-item:hover .overlay {
	opacity: 1; }
.ry-instagram #instafeed .flex-item .overlay {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s; }
.ry-instagram #instafeed .flex-item .overlay:before {
	content: "\f0c1";
	font-size: 30px; }
.ry-instagram #instafeed .ry-desc {
	display: none; }
.ry-instagram .ry-btn-container {
	text-align: center; }

/*404 page*/
.module-326 {
	background-size: cover;
	background-position: 50%;
	height: 100vh; }
.module-326 .ry-title-wrap {
	margin-bottom: 30px; }
.module-326 .ry-text-wrap {
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99; }
.module-326 .ry-text-wrap .ry-heading {
	text-align: center;
	font-size: calc(70px + 80 * ((100vw - 700px) / 740));
	line-height: 1; }
@media screen and (max-width: 700px) {
	.module-326 .ry-text-wrap .ry-heading {
		font-size: 70px; } }
@media screen and (min-width: 1440px) {
	.module-326 .ry-text-wrap .ry-heading {
		font-size: 150px; } }
.module-326 .ry-text-wrap h2 {
	text-align: center;
	font-size: calc(25px + 10 * ((100vw - 700px) / 740)); }
@media screen and (max-width: 700px) {
	.module-326 .ry-text-wrap h2 {
		font-size: 25px; } }
@media screen and (min-width: 1440px) {
	.module-326 .ry-text-wrap h2 {
		font-size: 35px; } }
.module-326 .ry-btn-container {
	text-align: center; }
.module-326 .ry-btn-container a:hover {
	color: #fff; }

/*reputation builder*/
.module-327 {
	/* Reviews and Ratings */
	/* Modal */
	/* RETINA  READY */
	/* Media Query */
	/* PRE LAUNCH */
	/*Review_key*/ }
.module-327 .ry-btn {
	cursor: pointer;
	margin-top: 20px; }
.module-327 .ry-btn span {
	margin-left: 5px; }
.module-327 input::-webkit-input-placeholder {
	font-size: 14px; }
.module-327 input:-ms-input-placeholder {
	font-size: 14px; }
.module-327 input::-ms-input-placeholder {
	font-size: 14px; }
.module-327 input::placeholder {
	font-size: 14px; }
.module-327 textarea::-webkit-input-placeholder {
	font-size: 14px; }
.module-327 textarea:-ms-input-placeholder {
	font-size: 14px; }
.module-327 textarea::-ms-input-placeholder {
	font-size: 14px; }
.module-327 textarea::placeholder {
	font-size: 14px; }
.module-327 .review-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fdfbfb;
	padding: 0px;
	margin-top: 20px; }
@media (max-width: 1199px) {
	.module-327 .review-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }
.module-327 .review-box > div:nth-child(2) {
	padding: 50px 50px;
	background: #fdfbfb; }
@media (max-width: 1199px) {
	.module-327 .review-box > div:nth-child(2) {
		width: 100%; } }
@media (max-width: 500px) {
	.module-327 .review-box > div:nth-child(2) {
		padding: 50px 25px 25px; } }
.module-327 .review-box h1 {
	text-transform: none; }
.module-327 .review-box h2 {
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: none;
	padding: 0px;
	margin: 20px 0px 0px; }
.module-327 .review-box .disclaimer p {
	font-size: 14px;
	text-align: justify; }
.module-327 .review-box .disclaimer p a {
	font-size: 14px;
	text-align: left; }
.module-327 .review-box h6, .module-327 .review-box a {
	font-size: 14px;
	text-align: left; }
.module-327 .review-box .rate-wrap {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
@media (max-width: 500px) {
	.module-327 .review-box .rate-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }
.module-327 .review-box .star-wrap {
	width: auto; }
.module-327 .review-box .review-image {
	display: block;
	background-size: cover;
	background-position: 50%;
	opacity: 0.5; }
@media (max-width: 1199px) {
	.module-327 .review-box .review-image {
		width: 100%;
		max-height: 500px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2; } }
.module-327 .review-box .review-text {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 20px; }
.module-327 .jq-ry-container {
	margin: 10px; }
@media (max-width: 1199px) {
	.module-327 .jq-ry-container {
		margin-left: 0; } }
@media (max-width: 500px) {
	.module-327 .jq-ry-container {
		padding-left: 0; } }
.module-327 #review-thank-you {
	display: none; }
.module-327 #review-thank-you h1 {
	text-transform: none; }
.module-327 #review-publish-extra {
	display: none; }
.module-327 #review-publish-extra h1 {
	line-height: normal;
	text-transform: none; }
.module-327 #review-publish-extra h3 {
	font-size: calc(20px + 2 * ((100vw - 500px) / 940)); }
@media screen and (max-width: 500px) {
	.module-327 #review-publish-extra h3 {
		font-size: 20px; } }
@media screen and (min-width: 1440px) {
	.module-327 #review-publish-extra h3 {
		font-size: 22px; } }
.module-327 .pg-copy ul {
	padding: 0; }
.module-327 .pg-bnr-flex img, .module-327 .pg-bnr-flex div {
	display: inline-block;
	width: auto;
	margin: 0 10px 10px 0; }
.module-327 .pg-bnr-flex img {
	max-width: 320px;
	margin-right: 20px;
	position: relative;
	top: -5px; }
.module-327 .pg-bnr-flex {
	margin-bottom: -10px;
	margin-top: 10px; }
.module-327 .pg-sections .pg-copy h3 {
	font-size: 35px/45px;
	font-weight: 300;
	max-width: 570px;
	float: none;
	margin: 0 auto 2em !important; }
.module-327 .rating-copy.pg-copy h3 {
	text-align: left;
	max-width: 100%;
	margin: 0 0 30px !important;
	font-weight: 400;
	font-size: calc(16px + 4 * ((100vw - 500px) / 940));
	letter-spacing: -.02em; }
@media screen and (max-width: 500px) {
	.module-327 .rating-copy.pg-copy h3 {
		font-size: 16px; } }
@media screen and (min-width: 1440px) {
	.module-327 .rating-copy.pg-copy h3 {
		font-size: 20px; } }
.module-327 .publish-social img {
	max-width: 150px; }
.module-327 #pub-ylp img.img-responsive {
	max-width: 125px;
	margin-bottom: 10px; }
.module-327 .publish-social {
	padding: 0 40px 0px !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
.module-327 .publish-contents {
	padding: 10px 40px 0 !important; }
.module-327 .pub-stars .star-icons {
	padding: 0; }
.module-327 .pub-stars li.star-icons:before {
	font-size: 22px; }
.module-327 .publish-item {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 10px 0px 60px !important;
	-webkit-transform: scale(0.9) translatex(-5%);
	transform: scale(0.9) translatex(-5%); }
.module-327 .pub-copy {
	font-weight: 400;
	font-size: 15/21px;
	color: black;
	margin-bottom: 20px; }
.module-327 .publish-body {
	margin-top: 10px; }

@media (min-width:991px) {
  div.publish-wrap {
	  display: flex;
	  align-items: center;
	  justify-content: center;
  }

}

.module-327 .pub-name {
	font-weight: 600;
	font-size: calc(16px + 4 * ((100vw - 500px) / 940));
	letter-spacing: .02em;
	color: black; }
@media screen and (max-width: 500px) {
	.module-327 .pub-name {
		font-size: 16px; } }
@media screen and (min-width: 1440px) {
	.module-327 .pub-name {
		font-size: 20px; } }
.module-327 .publish-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; }
.module-327 .pub-stars .star-box {
	margin: 10px 0 0; }
.module-327 .rating-copy.pg-copy p {
	font: 400 20px/30px Poppins, sans-serif !important; }
.module-327 .publish-wrap {
	margin-top: 20px; }
.module-327 .modal-show {
	position: fixed;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 9999999; }
.module-327 .dimmer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6); }
.module-327 .modal-content-box {
	z-index: 1;
	background: white;
	max-width: 1200px;
	padding: 100px;
	height: auto;
	border: 1px solid #fff; }
.module-327 .modal-content-box h3 {
	text-align: left;
	max-width: 100%;
	margin: 0 0 30px !important;
	font: 700 40px/45px Poppins, sans-serif;
	letter-spacing: -.02em;
	color: #555; }
.module-327 .modal-content-box h4 {
	font: 400 20px/30px Poppins, sans-serif !important;
	margin-bottom: 40px !important; }
.module-327 .ry-btn:hover {
	background: #000;
	color: #fff; }
.module-327 .close-modal {
	position: absolute;
	top: 20px;
	right: 40px;
	-webkit-transform: scale(2);
	transform: scale(2);
	cursor: pointer;
	color: #fefcfc;
	font-size: 10px; }
.module-327 .close-modal span {
	color: #333333; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.module-327 div.star-counter p {
		font: 300 24px/30px Poppins, sans-serif !important; }
	.module-327 .pub-copy {
		font: 300 15px/21px Poppins, sans-serif; }
	.module-327 .rating-copy.pg-copy p {
		font: 300 20px/30px Poppins, sans-serif !important; } }
@media only screen and (max-width: 1199px) and (min-width: 992px) {
	.module-327 div#ratingsHero {
		background: url(https://www.royacdn.com/unsafe/smart/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/get_reviews/review_bnr_laptop.jpg) 100% 100%; }
	.module-327 div.pg-copy p {
		font: 300 14px/26px Poppins, sans-serif !important; }
	.module-327 .publish-contents {
		padding: 10px 20px 0 !important; }
	.module-327 .publish-social {
		padding: 0 15px 0px !important; }
	.module-327 #pub-ylp img.img-responsive {
		position: relative;
		left: -15px; }
	.module-327 .databox textarea::-webkit-input-placeholder {
		text-indent: 60px !important; }
	.module-327 .databox textarea::-moz-placeholder {
		text-indent: 60px; }
	.module-327 .databox textarea:-ms-input-placeholder {
		text-indent: 60px; }
	.module-327 .databox textarea:-moz-placeholder {
		text-indent: 60px; }
	.module-327 .rated-stars li.star-icons:before {
		font-size: 15px; } }
@media only screen and (max-width: 991px) {
	.module-327 div#ratingsHero {
		background: url(https://www.royacdn.com/unsafe/Site-2ac7da87-1c9c-494e-93ac-7b7504f1927b/homepage/spinal.jpg) 100% 100%; }
	.module-327 .pg-photo img {
		max-width: 450px;
		float: none;
		margin: 0 auto; }
	.module-327 .pg-sections .pg-copy h3 {
		font: 300 25px/32px Poppins, sans-serif; }
	.module-327 #default a.phone__icon {
		-webkit-transform: scale(3);
		transform: scale(3);
		color: #343434; }
	.module-327 div#ratings-sec1 {
		padding: 50px 0; }
	.module-327 div#ratings-sec2 {
		padding: 50px 0; }
	.module-327 .publish-item {
		-webkit-transform: scale(1);
		transform: scale(1);
		margin: 20px 0 auto; }
	.module-327 .publish-wrap {
		max-width: 600px;
		float: none;
		margin: 20px auto; }
	.module-327 .rating-copy.pg-copy p {
		font: 400 16px/24px Poppins, sans-serif !important; }
	.module-327 .publish-social {
		padding: 0 10px !important; }
	.module-327 .publish-contents {
		padding: 10px 20px 0 !important; }
	.module-327 .databox textarea::-webkit-input-placeholder {
		text-indent: 60px !important; }
	.module-327 .databox textarea::-moz-placeholder {
		text-indent: 60px; }
	.module-327 .databox textarea:-ms-input-placeholder {
		text-indent: 60px; }
	.module-327 .databox textarea:-moz-placeholder {
		text-indent: 60px; }
	.module-327 .rated-stars li.star-icons:before {
		font-size: 15px; }
	.module-327 .pg-sections .rating-copy h3 {
		font: 700 28px/32px Poppins, sans-serif; } }
@media only screen and (max-width: 767px) {
	.module-327 div#ratingsHero {
		background: url(https://www.royacdn.com/unsafe/smart/Site-267d6cb1-b05a-4c2a-a59f-97c1e8b11b65/get_reviews/review_bnr_mobile_v3.jpg) 90% 100%; }
	.module-327 .active-review-content:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background: #45576d;
		content: ''; }
	.module-327 .close-modal {
		top: 0;
		right: 10px;
		-webkit-transform: scale(1.5);
		transform: scale(1.5); }
	.module-327 ul.rated-stars {
		text-align: center; }
	.module-327 .active-review-content:after {
		content: '“';
		position: absolute;
		top: 20px;
		left: 25px;
		color: #fff;
		font: 600 75px/75px Poppins, sans-serif; }
	.module-327 div.pg-wrap .active-review-content {
		padding: 90px 20px 60px; }
	.module-327 div.review-info {
		display: block !important; }
	.module-327 div.review-info > div {
		width: 100%; }
	.module-327 div.reviewer-photo {
		margin: 0;
		width: 100%; }
	.module-327 div.reviewer-photo img {
		margin: 0 auto;
		float: none; }
	.module-327 ul.rated-stars {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; }
	.module-327 div.review-site {
		margin: 0;
		padding: 0 !important; }
	.module-327 div.review-site p {
		text-align: center;
		word-break: break-word; }
	.module-327 div.stars-rated {
		padding: 20px 0 0;
		width: 100%; }
	.module-327 .reviewer-name {
		text-align: center; }
	.module-327 div.comment-copy {
		padding-top: 20px; }
	.module-327 .pg-bnr-flex img {
		display: none; }
	.module-327 .pg-bnr-flex div {
		width: 100% !important; }
	.module-327 .rating-copy.pg-copy h3 {
		font: 700 28px/32px Poppins, sans-serif; }
	.module-327 .modal-content-box {
		z-index: 1;
		background: #fff;
		max-width: 1200px;
		padding: 40px 15px; } }
@media only screen and (max-width: 991px) and (min-width: 768px) {
	.module-327 div.review-site p {
		text-align: left; }
	.module-327 .col-xs-12.review-site {
		position: absolute;
		top: 50px;
		left: 149px; } }
.module-327 ul.rated-stars {
	display: block;
	white-space: nowrap; }
.module-327 .rated-stars li.star-icons {
	width: auto;
	padding: 0 1px; }
.module-327 .rated-stars li.star-icons {
	width: auto;
	padding: 0 1px; }
.module-327 div#review-slot {
	width: 100%;
	overflow: hidden; }
.module-327 div#ratings-wrap.no-key #ratings-sec1 {
	display: none; }
.module-327 div#ratings-wrap .btn-container {
	display: none; }
.module-327 div#ratings-wrap.no-key .btn-container {
	display: block; }
.module-327 .btn-container {
	margin: 50px auto; }
.module-327 .reviews-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px; }
.module-327 .show-more-box {
	/*margin: 10px 20px 60px 0;*/
	margin: 20px 20px 150px 0;
	width: auto; }
@media only screen and (max-width: 500px) {
	.module-327 .reviews-button {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; }
	.module-327 .show-more-box {
		margin: 20px 0; }
	.module-327 .btn-container {
		margin: 20px 0 40px; } }
.module-327 .published-copy {
	color: black;
	font-size: 1.5rem;
	text-align: justify;
	line-height: 1.6em; }
@media (max-width: 991px) {
	.module-327 .published-copy p {
		margin-bottom: 10px; } }
.module-327 #confirm-modal {
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99; }

#repModal .modal-content {
	padding: 0 0 50px; }

#repModal .modal-header {
	border: 0; }

#repModal .published-copy p {
	margin-bottom: 20px; }

#repModal .modal-dialog {
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	margin: 0;
	max-width: 90%;
	margin: 0 auto; }

#repModal .modal-footer {
	border-top: 0; }

#repModal .modal-content-box h3 {
	text-align: left;
	max-width: 100%;
	margin: 0 0 30px !important;
	font: 700 40px/45px Poppins, sans-serif;
	letter-spacing: -.02em;
	color: #555; }

#repModal .modal-content-box h4 {
	font: 400 20px/30px Poppins, sans-serif !important;
	margin-bottom: 40px !important; }

#repModal .ry-btn:hover {
	background: #000;
	color: #fff; }

#repModal .close-modal span {
	color: #333333; }

/*Landing page*/
.landing-page #ry-pg-body {
	padding: 0; }

.landing-page .ld-title h2 {
	margin-bottom: 50px;
	font-size: 25px;
	color: #333333;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .18em; }
.landing-page .ld-title h2 .span-2 {
	color: #242424;
	font-size: 65px;
	text-transform: capitalize;
	letter-spacing: 0; }

.landing-page #landing-hero {
	padding: 0  0 0; }
@media (max-width: 991px) {
	.landing-page #landing-hero {
		padding: 87px 0 0; } }
.landing-page #landing-hero .ry-container {
	max-width: 100%;
	padding: 0;
	margin: 0; }
.landing-page #landing-hero .ld-box {
	padding: 0;
	position: relative; }
.landing-page #landing-hero .bnr-hero.ry-el-bg {
	padding: 0;
	background-size: cover; }
@media (min-width: 992px) {
	.landing-page #landing-hero .bnr-hero.ry-el-bg {
		height: 80vh;
		min-height: 800px;
		background-position: 50%; } }
.landing-page #landing-hero .ld-header {
	background: #242424;
	color: #fff;
	padding: 40px 0 30px; }
.landing-page #landing-hero .ld-leads {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 570px;
	-webkit-transform: translate(25%, -50%);
	transform: translate(25%, -50%);
	padding: 0; }
.landing-page #landing-hero .ld-leads .cmsForm .ry-flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; }
@media (max-width: 991px) {
	.landing-page #landing-hero .ld-leads .cmsForm .ry-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }
.landing-page #landing-hero .ld-leads .cmsForm .ry-flex .databox {
	width: calc(50% - 6px); }
@media (max-width: 991px) {
	.landing-page #landing-hero .ld-leads .cmsForm .ry-flex .databox {
		width: 100%; } }
.landing-page #landing-hero .ld-header h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .05em;
	font-size: 50px;
	line-height: 1; }
.landing-page #landing-hero .ld-header p {
	color: #fff;
	font-size: 25px;
	line-height: 1.25;
	font-weight: 500; }
.landing-page #landing-hero #form-lead .ld-box {
	-webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.2); }
.landing-page #landing-hero .ld-box form {
	background: #fff;
	padding: 40px; }
.landing-page #landing-hero .databox input {
	height: 55px;
	color: #545454; }
.landing-page #landing-hero .testi-icon img {
	max-width: 110px;
	float: none;
	margin: 0 auto; }
.landing-page #landing-hero .databox .ld-button {
	background: #242424;
	border: 0px;
	outline: 0px;
	color: #fff;
	height: auto;
	padding: 15px 50px;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-size: 20px;
	font-weight: 700; }
.landing-page #landing-hero div#form-button {
	text-align: center;
	padding: 25px 0; }
.landing-page #landing-hero .databox input::-webkit-input-placeholder {
	color: #333; }

.landing-page #landing-info {
	padding: 100px 0; }
@media (max-width: 991px) {
	.landing-page #landing-info {
		padding: 60px 0 100px; } }
.landing-page #landing-info .ld-img {
	padding: 12px 50px 20px 0; }
.landing-page #landing-info .ld-full {
	padding-top: 50px; }

.landing-page #landing-review .ld-box {
	background: #f7f7f7;
	padding: 100px 0 80px;
	border-radius: 50px; }

.landing-page #landing-review .testi-icon {
	margin-top: -150px; }
.landing-page #landing-review .testi-icon img {
	max-width: 100px;
	margin: 0 auto;
	float: none; }

.landing-page #landing-review .rev-title {
	margin: 30px 0; }

.landing-page #landing-review .rev-title h4 {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: .18em;
	margin: 30px 0; }

.landing-page #landing-review .testi-box .slide {
	max-width: 1040px;
	float: none;
	margin: 0 auto;
	padding: 0 40px 60px; }

.landing-page #landing-review .testi-box a.carousel-control {
	display: none; }

/** BRANDS **/
.module-32 {
	padding: 100px 0; }
@media (max-width: 991px) {
	.module-32 {
		padding: 60px 0; } }
.module-32 .module-32-heading {
	text-align: center; }
.module-32 .module-32-heading .ry-section-title {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	padding: 20px 35px;
	letter-spacing: 3px;
	font-size: calc(18px + 2 * ((100vw - 320px) / 1600)); }
@media screen and (max-width: 320px) {
	.module-32 .module-32-heading .ry-section-title {
		font-size: 18px; } }
@media screen and (min-width: 1920px) {
	.module-32 .module-32-heading .ry-section-title {
		font-size: 20px; } }
.module-32 .module-32-heading-2 {
	text-align: center; }
.module-32 .module-32-heading-2::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	max-width: 1296px;
	background-image: url(https://www.royacdn.com/unsafe/smart/Site-2c1fcf37-21e5-4e04-9d57-d78ae9e591ea/brands/line_img.png);
	background-repeat: no-repeat;
	margin: 60px auto; }
.module-32 .module-32-heading-2 .ry-section-title {
	margin-top: 60px;
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: calc(18px + 2 * ((100vw - 320px) / 1600)); }
@media screen and (max-width: 320px) {
	.module-32 .module-32-heading-2 .ry-section-title {
		font-size: 18px; } }
@media screen and (min-width: 1920px) {
	.module-32 .module-32-heading-2 .ry-section-title {
		font-size: 20px; } }
.module-32 #module-32-carousel-one {
	padding-top: 60px;
	padding-bottom: 60px; }
.module-32 #module-32-carousel-one .swiper-pagination {
	bottom: 20px; }
.module-32 #module-32-carousel-two {
	padding-top: 30px;
	padding-bottom: 40px; }
.module-32 .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
@media (min-width: 768px) {
	.module-32 .swiper-slide img {
		max-width: 210px; } }
@media (max-width: 600px) {
	.module-32 .swiper-button-prev,
	.module-32 .swiper-button-next {
		top: 90%; }
	.module-32 .swiper-button-prev:before,
	.module-32 .swiper-button-next:before {
		font-size: 30px !important; } }
.module-32 .swiper-button-prev {
	left: 0;
	background: none; }
.module-32 .swiper-button-prev:before {
	content: '\f104';
	font-family: fontawesome;
	font-size: 60px; }
.module-32 .swiper-button-next {
	right: 0;
	background: none; }
.module-32 .swiper-button-next:before {
	content: '\f105';
	font-family: fontawesome;
	font-size: 60px; }
.module-32.style2 .module-32-heading .ry-section-title {
	color: #fff; }

.module-32.style3 {
	padding: 0;
	background: transparent;
}
.module-32.style3 .module-32-heading-2:before {
	display: none;
}
.module-32.style3 .module-32-wrapper-one {
	padding: 100px 0;
	background: #02C3DD;
}
.module-32.style3 .module-32-heading-2 .ry-section-title {
	margin: 0 !important;
	color: #fff;
	margin-bottom: 40px !important;
}
.module-32-wrapper-two .ry-flex .ry-each:nth-child(1) {
	max-width: 340px;
}
.module-32-wrapper-two .module-32-heading-2 {
	text-align: left;
}
.module-32-wrapper-two .ry-flex .ry-each .ry-section-title {
	/* margin-bottom: 0 !important; */
	font-size: 55px;
	color: #06BAB5;
	text-align: left;
}
.module-32.style3 .btn {
	border-radius: 0;
	padding: 13px 20px;
	background: #06BAB5;
	border: unset !important; }
.module-32.style3 .btn:hover {
	color: #fff; }
.module-32.style3 .btn.btn-primary, 
.module-32.style3 .btn.ry-btn-primary {
	border: 1px solid transparent; }
.module-32.style3 .btn.arrow-right::after {
	content: '\f105';
	font-family: fontawesome;
	margin-left: 10px; }
.module-32-wrapper-two .ry-flex .ry-each:nth-child(2) {
	padding: 0 4vw;
}
.module-32.style3 .module-32-wrapper-two .block-slider-group {
	margin-left: -50px;
	width: calc(100% + 50px);
	display: flex;
	align-items: center;
}
.module-32.style3 .module-32-wrapper-two .block-slider-group .block-slider-wrapper {
	margin-left: 50px;
	width: calc(33.33% - 50px);
}
.module-32.style3 .module-32-wrapper-two .block-slider-group .block-slider-wrapper:not(:last-child) {
	margin-bottom: 50px;
}
.module-32.style3 .module-32-wrapper-two .block-slider-group .block-slider-wrapper .ry-block-slide {
	box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
	-webkit-box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
	-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.5);
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 50px;
}
.module-32.style3 .module-32-wrapper-two .block-slider-group .block-slider-wrapper .ry-block-slide .photo-logo {
	padding: 15px 0;
	background: #e9e9e9;
}
.module-32.style3 .module-32-wrapper-two .block-slider-group .block-slider-wrapper .ry-block-slide .photo-logo img {
	min-height: 40px;
	object-fit: contain;
	max-height: 40px;
	max-width: 180px;
	margin: 0 auto;
}
.module-32.style3 .module-32-wrapper-two .ry-flex {
	align-items: center;
}
.module-32.style3 .module-32-wrapper-two {
	padding: 8.333vw 0;
}
.module-32.style3 .module-32-wrapper-two .slick-dots {
	position: absolute;
	right: -4vw;
	top: 50%;
	transform: translate(0, -50%);
}
.module-32.style3 .module-32-wrapper-two .slick-dots li {
	height: auto;
	line-height: initial;
	display: flex;
	margin: 10px 0;
}
.module-32.style3 .module-32-wrapper-two .slick-dots button {
	text-indent: -99999px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 0;
	border: unset;
	background: #bfbfbf;
}
.module-32.style3 .module-32-wrapper-two .slick-dots li.slick-active button {
	background: #06BAB5;
}
@media (min-width: 1441px) {
	.module-32.style3 .module-32-wrapper-two .slick-list {
		padding: 0 80px;
	}
	.module-32.style3 .module-32-wrapper-two .slick-track {
		padding: 40px 0;
	}

}
@media (max-width: 1440px ) {
	.module-32-wrapper-two .ry-flex .ry-each:nth-child(2) {
		width: calc(100% - 340px);
		padding: 0 3vw;	} }
@media (max-width: 991px ) {
	.module-32.style3 .module-32-wrapper-two .ry-flex {
		flex-direction: column;
	}
	.module-32-wrapper-two .ry-flex .ry-each:nth-child(1) {
		max-width: 100%;
	}
	.module-32-wrapper-two .ry-flex .ry-each .ry-section-title {
		text-align: center;
	}
	.module-32-wrapper-two .ry-flex .ry-each .brands-btn {
		text-align: center;
	}
	.module-32-wrapper-two .ry-flex .ry-each:nth-child(2) {
		width: 100%;
	}
	.module-32-swiper-mobile .photo {
		border-top-left-radius: 30px;
		overflow: hidden;
		border-top-right-radius: 30px;
	}
	.module-32-swiper-mobile .photo-logo {
		padding: 30px 20px;
		background: #e9e9e9;
		border-bottom-right-radius: 30px;
		border-bottom-left-radius: 30px;
	}
	.module-32-swiper-mobile .slick-slide {
		margin-left: 50px;
	}
	.module-32-swiper-mobile .photo-logo img {
		width: 80%;
		margin: 0 auto;
		max-height: 30px;
		object-fit: contain;
	}
	.module-32-swiper-mobile .ry-block-slide {
		box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
		-webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
		-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
		border-radius: 30px;
	}
	.module-32-swiper-mobile .slick-list {
		padding: 50px 0;
	}
	.module-32-swiper-mobile .slick-dots {
		display: none !important;
	}
	.module-32-swiper-mobile .slick-track {
		margin-left: -25px;
	}
	.module-32-swiper-mobile .slick-arrow {
		width: 40px;
		height: 40px;
		border: unset;
		box-shadow: unset;
		background: transparent;
		position: absolute;
		top: 50%;
	}
	.module-32-swiper-mobile .slick-arrow.prev-arrow {
		left: -30px;
	}
	.module-32-swiper-mobile .slick-arrow:before {
		content: "";
		border: solid #000;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 9px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		content: "";
	}
	.module-32-swiper-mobile .slick-arrow.prev-arrow:before {
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
	}
	.module-32-swiper-mobile .slick-arrow.next-arrow {
		right: -30px;
	}
}
@media (max-width: 1080px) and (min-width: 992px) {
	.module-32.style3 .module-32-wrapper-two .block-slider-group .block-slider-wrapper {
		margin-left: 20px;
		width: calc(33.33% - 20px);
	}
	.module-32.style3 .module-32-wrapper-two .block-slider-group {
		margin-left: -20px;
		width: calc(100% + 20px);
	}
	.module-32-wrapper-two .ry-flex .ry-each:nth-child(1) {
		max-width: 290px;
	}
	.module-32-wrapper-two .ry-flex .ry-each:nth-child(2) {
		width: calc(100% - 290px);
		padding: 0 3vw;
	}
	.module-32.style3 .module-32-wrapper-two .block-slider-group .block-slider-wrapper .ry-block-slide .photo-logo img {
		width: 70%;
	}
}
@media (max-width: 620px) {
	.module-32-swiper-mobile .slick-arrow:before {
		padding: 7px;
	}
	.module-32-swiper-mobile .ry-block-slide {
		box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
		-webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
		border-radius: 20px;
	}
	.module-32-swiper-mobile .photo {
		display: flex;
		align-items: center;
	}
	.module-32-swiper-mobile .photo img {
		width: 100%;
		margin: 0 auto;
	}
	.module-32-swiper-mobile .photo-logo {
		padding: 20px 10px;
	}
	.module-32-swiper-mobile .photo {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
	.module-32-swiper-mobile .photo-logo {
		border-bottom-right-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	.module-32.style3 .module-32-wrapper-two {
		padding: 60px 0;
	}
	.module-32-swiper-mobile .slick-arrow.prev-arrow {
		left: -15px;
	}
	.module-32-swiper-mobile .slick-arrow.next-arrow {
		right: -15px;
	}
}

/* FRAME INNER */
.default .module-32-wrapper-two .ry-flex .ry-each .ry-section-title {
	margin-top: 30px !important;
}
@media (min-width: 992px) {

	.default .module-32.style3 .module-32-wrapper-two {
		padding: 0;
	}
	.default .module-32.style3 .module-32-wrapper-two .slick-list {
		padding: 0 5%;
	}
	.default .module-32-wrapper-two .module-32-heading-2 h4 {
		text-align: center !important;
	}
	.default .module-32-wrapper-two .ry-flex .ry-each:nth-child(2) {
		width: 100%;
		padding: 0;
	}
	.default .module-32.style3 .module-32-wrapper-two .slick-dots {
		right: -4%;
	}

}
@media (max-width: 1366px) and (min-width: 992px) {
	.default .module-32.style3 .module-32-wrapper-two .block-slider-group {
		margin-left: -20px;
		width: calc(100% + 20px);
	}
	.default .module-32.style3 .module-32-wrapper-two .block-slider-group .block-slider-wrapper {
		margin-left: 20px;
		width: calc(33.33% - 20px);
	}
}

/* payment options */
.module-311 .ry-payment-options-logos {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 30px; }
.module-311 .ry-payment-options-logos .ry-each {
	width: 33.33%;
	padding: 30px;
	border: 1px #ccc solid;
	text-align: center;
	margin-left: -1px;
	margin-bottom: -1px; }
@media (max-width: 991px) {
	.module-311 .ry-payment-options-logos .ry-each {
		width: 50%; } }
.module-311 .ry-payment-options-logos .ry-each img {
	width: 90%;
	max-width: 128px;
	display: inline; }

/* PROMO PAGE */
.ry-horizontal-line.v-spacing-50:after {
	margin: 50px 0;
	height: 1px;
}
.promo-block:before {
	position: absolute;
	top: -10px;
	left: -10px;
	content: "";
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23A0A0A0FF' stroke-width='3' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.module-promo .promo-image-type, 
.module-promo .promo-type {
	background: rgb(217 217 217 / 60%);
}
.promo-block:not(:last-child) {
	margin-bottom: 50px;
}
.module-promo .ry-flex .photo-wrapper {
	max-width: 280px;
	min-width: 280px;
	width: 30%;
}
.module-promo .promo-image-type .ry-flex .photo-wrapper {
	position: relative;
}
.module-promo .promo-image-type .ry-flex .photo-wrapper .photo, 
.module-promo .promo-image-type .ry-flex .photo-wrapper .photo img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.module-promo .promo-image-type .ry-flex .photo-wrapper .photo:before {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #e8e8e8;
	content: "";
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
}
.module-promo .ry-flex .text-wrapper {
	max-width: calc(100% - 280px);
	width: 70%;
	padding: 3vw 3vw 1vw 3vw;
}
.module-promo .ry-flex .text-wrapper h3 {
	font-size: 24px !important;
	font-weight: 600;
	margin-bottom: 0 !important;
	text-align: left;
}
.module-promo .ry-flex .text-wrapper .span-1 {
	text-transform: uppercase;
	font-size: 12px;
	padding: 7px 10px;
	display: block;
	background: #000;
	color: #fff;
	max-width: max-content;
	line-height: 1;
	margin: 15px 0;
}
.module-promo .ry-flex .text-wrapper p {
	text-align: left;
	font-size: 18px !important;
	line-height: 1.5;
}

.module-promo .ry-flex .text-wrapper .span-2 {
	margin-top: 50px;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

.module-promo .promo-type .ry-flex .photo-wrapper, 
.module-promo .promo-type .ry-flex .photo-wrapper .photo-gear {
	display: flex;
	align-items: center;
	justify-content: center;
}

.module-promo .promo-type .ry-flex .photo-wrapper .photo-gear img {
	max-width: 50%;
	margin: auto;
}
.module-promo .promo-type .ry-flex .text-wrapper {
	padding-left: 0;
}
@media (max-width: 1440px) {
	.module-promo .ry-flex .text-wrapper h3 {
		font-size: 22px !important;
	}
	.module-promo .ry-flex .text-wrapper p {
		font-size: 16px !important;
	}
}
@media (min-width: 768px) {
	.module-promo {
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.module-promo {
		display: flex;
		flex-wrap: wrap;
		width: calc(100% + 20px);
		margin-left: -20px;
	}
	.module-promo .promo-block {
		max-width: calc(50% - 20px);
		margin-left: 20px !important;
		margin: 0;
		margin-bottom: 30px;
	}
	.module-promo .promo-block .ry-flex {
		flex-direction: column;
	}
	.module-promo .ry-flex .photo-wrapper {
		position: relative;
		padding-bottom: 100%;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.module-promo .promo-type .ry-flex .photo-wrapper .photo-gear {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.module-promo .ry-flex .text-wrapper {
		max-width: 100%;
		width: 100%;
		padding: 3vw 4vw !important;
	}
}
@media (max-width: 620px) {
	.module-promo .promo-block {
		max-width: calc(1000% - 20px);
	}
}

/*homepage welcome */
.module-22 {
	padding-left: 16.66667vw;
	padding-right: 8.33333vw; }
.module-22 .ry-generic .title-wrap {
	margin-bottom: 30px; }
.module-22 .ry-generic .title-wrap .ry-heading {
	font-weight: 400;
	text-align: left; }
@media (max-width: 1200px) {
	.module-22 .ry-generic .title-wrap .ry-heading {
		text-align: center !important;
		margin-bottom: 0; } }
.module-22 .ry-generic .btn-wrap, .module-22 .ry-generic .btn-container {
	margin-top: 50px; }
@media (max-width: 1200px) {
	.module-22 .ry-generic .btn-wrap, .module-22 .ry-generic .btn-container {
		text-align: center; } }
@media screen and (min-width: 0) and (max-width: 1200px) {
	.module-22 {
		padding-left: 8.33333vw;
		padding-right: 8.33333vw; } }
@media (max-width: 1366px) {
	.module-22 {
		padding-left: 8vw;
		padding-right: 8vw; } }
.module-22 .ry-left {
	padding-right: 6.66667vw;
	max-width: 33.33333vw;
	width: 100%; }
@media screen and (min-width: 0) and (max-width: 1200px) {
	.module-22 .ry-left {
		padding-right: 0;
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 70px; }
	.module-22 .ry-left img {
		max-width: 40%; } }
.module-22 .ry-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1; }
.module-22 .ry-right .title-wrap div {
	text-align: left; }
.module-22 .ry-right .content-wrap p {
	font-weight: 400; }
@media screen and (min-width: 0) and (max-width: 1200px) {
	.module-22 .ry-right {
		text-align: center; }
	.module-22 .ry-right .content-wrap {
		max-width: 100%;
		float: none;
		margin: 0 auto; }
	.module-22 .ry-right .content-wrap p {
		text-align: center; } }
@media screen and (min-width: 0) and (max-width: 1200px) {
	.module-22 .ry-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }
.module-22 .btn {
	border-radius: 0;
	padding: 13px 20px; }
.module-22 .btn:hover {
	color: #fff; }
.module-22 .btn.btn-primary, .module-22 .btn.ry-btn-primary {
	border: 1px solid transparent; }
.module-22 .btn.arrow-right::after {
	content: '\f105';
	font-family: fontawesome;
	margin-left: 10px; }
.module-22.style2 {
	padding-left: 0;
	padding-right: 0; }
.module-22.style2 .ry-content {
	max-width: 1500px;
	width: 90%;
	float: none;
	margin: auto; }
.module-22.style2 .ry-left {
	max-width: 50%;
	padding-right: 70px; }
.module-22.style2 .welcome-img {
	border-radius: 100%;
	border: 15px solid; }
.module-22.style2 .circle {
	border-radius: 100%;
	border: 15px solid; }
@media (max-width: 1200px) {
	.module-22.style2 .ry-left {
		max-width: 100%;
		padding-right: 0; }
	.module-22.style2 .ry-right .content-wrap {
		max-width: 82%; } }

/*homepage welcome*/
.module-22 .btn.btn-primary, .module-22 .btn.ry-btn-primary {
	color: #fff;
	background: #06BAB5;}

.module-22 .btn.btn-primary:hover, .module-22 .btn.ry-btn-primary:hover {
	color: #fff;
	background: #02C3DD;
}

/*homepage welcome style2*/
.module-22.style-1 .ry-heading {
	color: #06BAB5 !important; }

.module-22.style-1 .welcome-img {
	border-color: #06BAB5; }

.module-22.style-1 .btn-primary {
	background: #06BAB5; }

.module-22.style-1 .btn-primary:hover {
	background: #272727; }


/* Welcome style 1 section */
#welcome-wrap.style-1 {
	padding-top: 6.66667vw;
	padding-bottom: 16vw;
	margin-bottom: -10vw;
	position: relative;
	display: flex;
	justify-content: center;
}
#welcome-wrap.style-1 .module-22 {
	padding-left: 0;
	padding-right: 0;
	display: flex;
	justify-content: center;
	width: 90%;
	max-width: 1600px;
	position: unset;
}
#welcome-wrap.style-1 .svg-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 36%;
}
#welcome-wrap.style-1 .svg-background .cls-1 {
	fill: #06BAB5;
}
#welcome-wrap.style-1 .module-22 .ry-content {
	max-width: 1400px;
	flex-direction: initial;
}
#welcome-wrap.style-1 .module-22 .ry-left {
	padding-right: 0;
	max-width: 50%;
	width: 100%;
}
#welcome-wrap.style-1 .module-22 .square {
	padding-right: 0;
	max-width: 50%;
	width: 100%;
}
#welcome-wrap.style-1 .module-22 .ry-left img {
	border: 4px solid #fff;
	border-top-left-radius: 100px;
	max-width: 100%;
	width: 100%;
}

#welcome-wrap.style-1 .module-22 .square img {
	border: 4px solid #fff;
	border-top-left-radius: 0px;
	max-width: 100%;
	width: 100%;
}

#welcome-wrap.style-1 .module-22 .ry-right {
	max-width: 540px;
	width: 50%;
}
#welcome-wrap.style-1 .module-22 .ry-right .title-wrap div {
	text-align: left;
}
#welcome-wrap.style-1 .module-22 .ry-generic .title-wrap .ry-heading {
	font-size: 40px;
	margin-bottom: 0;
	line-height: 1.2;
	text-align: left !important;
}
#welcome-wrap.style-1 .module-22 .ry-right .content-wrap p {
	font-weight: 400;
	text-align: left !important;
}
#welcome-wrap.style-1 .module-22 .ry-generic .title-wrap {
	margin-bottom: 30px;
}
#welcome-wrap.style-1 .module-22 .ry-generic .btn-wrap, 
#welcome-wrap.style-1 .module-22 .ry-generic .btn-container {
	text-align: left;
}
@media (max-width: 1336px) {
	#welcome-wrap.style-1 .module-22 .ry-left {
		padding-right: 5vw;
	}
}
@media (max-width: 1024px) {
	#welcome-wrap.style-1 .module-22 .ry-content {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#welcome-wrap.style-1 .module-22 .ry-left {
		padding-right: 0;
		max-width: 767px;
		width: 90%;
		margin-bottom: 18%;
	}
	#welcome-wrap.style-1 .svg-background {
		width: 70%;
		left: -20%;
	}
	#welcome-wrap.style-1 .module-22 .ry-generic .title-wrap .ry-heading {
		text-align: center !important;
	}
	#welcome-wrap.style-1 .module-22 .ry-right .content-wrap p {
		text-align: center !important;
	}
	#welcome-wrap.style-1 .module-22 .ry-right {
		max-width: 100%;
		width: 100%;
	}
	#welcome-wrap.style-1 .module-22 .ry-generic .btn-wrap, 
	#welcome-wrap.style-1 .module-22 .ry-generic .btn-container {
		text-align: center;
	}
	#welcome-wrap.style-1 .module-22 .ry-generic .title-wrap {
		margin-bottom: 30px;
		padding: 0;
	}
}

/* TEAM STYLE 3 */
.icon-block svg {
	width: 100%;
	height: 100%;
}

* {
	font-family: Nunito, sans-serif;
}
.team-cards-inner-container {
	display: flex;
	row-gap: 1.3rem;
	column-gap: 1.3rem;
}
.text-blk {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 25px;
}
.responsive-cell-block {
	min-height: 75px;
}
.responsive-container-block {
	min-height: 75px;
	height: fit-content;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	justify-content: flex-start;
}
.inner-container {
	max-width: 1200px;
	padding: 200px 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	justify-content: center;
	/*	flex-wrap:nowrap;*/
}
.section-head {
	font-size: 60px;
	line-height: 70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
	color: #06BAB5;
}
.section-body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 64px;
	margin-left: 0px;
}
.team-cards-outer-container {
	display: flex;
	align-items: center;
}
.content-container {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.img-box {
	max-width: 130px;
	max-height: 130px;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.card {
	background-color: rgb(255, 255, 255);
	display: flex;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	box-shadow: rgba(95, 95, 95, 0.1) 6px 12px 24px;
	flex-direction: row;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.card-container {
	max-width: 350px;
}
.card-content-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.person-name {
	font-size: 20px;
	font-weight: 700;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.person-info {
	font-size: 11px;
	line-height: 15px;
}
.card-container {
	width: 100%;
}
.outer-container {
	justify-content: center;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-color: #06BAB533;
}
.person-img {
	width: 100%;
	height: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0px);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0px);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}
@media (max-width: 1024px) {
	.team-card-container {
		justify-content: center;
	}
	.section-head {
		text-align:center;
		font-size: 50px;
		line-height: 55px;
	}
	.img-box {
		max-width: 109px;
		max-height: 109px;
	}
	.content-container {
		padding-top: 0px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.inner-container {
		justify-content: space-evenly;
		flex-wrap:wrap;
	}
	.card-container {margin:0 auto;}
}
@media (max-width: 768px) {
	.inner-container {
		margin-top: 60px;
		margin-right: 0px;
		margin-bottom: 60px;
		margin-left: 0px;
	}
	.section-body {
		text-align:center;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	.img-box {
		margin-top: 0px;
		margin-right: 30px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	.content-box {
		text-align: center;
	}
	.content-container {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 30px;
		margin-left: 0px;
	}
	.card-container {margin:0 auto;}
}
@media (max-width: 500px) {
	.card-container {margin:0 auto;}
	.outer-container {
		padding-top: 0px;
		padding-right: 60px;
		padding-bottom: 0px;
		padding-left: 60px;
	}
	.section-head {
		font-size: 40px;
		line-height: 45px;
	}
	.content-box {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.section-body {
		font-size: 12px;
	}
	.img-box {
		max-width: 68px;
		min-height: 68px;
	}
	.person-name {
		font-size: 14px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 1px;
		margin-left: 0px;
	}
	.content-box {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 46px;
		margin-left: 0px;
		text-align: left;
	}
	.content-container {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
}
/* END OF STYLE 3 */


/** ADDITIONAL EDITS **/
.rw-slide-wrap.rw-form-row.rw-form-grow {
	min-height: 300px !important; }


div#ry-section-services h3 {
	text-transform: uppercase;
	font-size: 35px;
	color: #27394e;
}

div#ry-section-services .icon-wrap img {
	max-width: 70px;
	margin: auto;
}

div#cta-right {
	width: 40%;
}

div#cta-center {
	width: 19%;
}

div#center-full-image {
	height: 99% !important;
	width: 100% !important;
}

.resourcescta-bg.ry-el-bg {
	width: 49.5%;
}

div#full-width-cta {
	width: 100% !important;
	height: 49% !important;
}

.resources-title >div {
	font-size: 23px;
	transition: all ease 0.6s;
	letter-spacing: 0;
}

div#resources-block .ry-el-bg:hover .resources-title >div {
	letter-spacing: 2px;
}

.cta-group {
	width: 40%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.second-set-cta .cta-right-full {
	width: 100%;
}

.second-set-cta div#cta-up {
	width: 100%;
}

.second-set-cta div#cta-up .resourcescta-bg.ry-el-bg {
	width: 24.8%;
	height: 445px;
}

.second-set-cta div#cta-up-center {
	width: 49% !important;
}

.second-set-cta div#cta-down {
	width: 100%;
	align-items: center;
	justify-content: space-between;
}


.second-set-cta div#cta-down .resourcescta-bg.ry-el-bg {
	width: 24.65%;
	margin: 10px 0;

}

.second-set-cta div#cta-down div#hair-restoration-cta.resourcescta-bg.ry-el-bg {
	width: 49% !important
}

.second-set-cta div#cta-center {
	width: 19.6%;
}

.cta-group {
	width: 40%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

div#resources-block .ry-el-bg {
	background-size: cover;
	background-position: center center;
	height: 49%;
	background-repeat: no-repeat;
}

div#resources-block {
	flex-wrap: wrap;
}


.resources-title {
	position: absolute;
	bottom: 10%;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 30px;
}




@media (max-width: 414px) {
	.landing-page #landing-review p {
		text-align: center !important; } }

@media (max-width: 1499px) {
	.landing-page #landing-hero .ld-leads {
		position: absolute;
		left: auto;
		max-width: 570px;
		padding: 0;
		right: 20%; }
	.landing-page .bnr-hero {
		background: url(https://www.royacdn.com/unsafe/Site-77691801-5034-4efc-8f11-cf20bab37e72/landing_dry_eye/hero.jpg);
		height: 45vw;
		background-size: cover;
		background-position: 80% 50%; }
	.landing-page .bnr-hero img {
		display: none; } }

@media (max-width: 1199px) {
	.landing-page .ld-leads {
		right: 0;
		-webkit-transform: scale(0.75) translatey(-10%);
		transform: scale(0.75) translatey(-10%); } }

@media (max-width: 991px) {
	div#resources-block .ry-el-bg, .second-set-cta div#cta-center div#center-full-image, div.second-set-cta div#cta-down .resourcescta-bg.ry-el-bg, div.second-set-cta div#cta-up-center {
		width: 100% !important;
		height: 300px !important;
		max-width: 300px !important;
		margin: 0 auto 1em !important;
		float: none !important;
	}

	.resources-title {
		font-size: 20px;
	}
	.cta-group {
		flex-direction: column !important;
		width: 100% !important;
	}
	.landing-page #landing-hero div.ld-leads {
		position: relative;
		-webkit-transform: scale(1) translatex(-50%);
		transform: scale(1) translatex(-50%);
		left: 50%;
		border: 1px solid #ccc;
		margin: 50px 0 0;
		top: 0; }
	.landing-page #landing-info .ld-img {
		padding-right: 0;
		padding-bottom: 40px; } }

@media (max-width: 767px) {
	.landing-page #landing .ld-title h2 {
		font-size: 20px; }
	.landing-page .ld-title h2 .span-2 {
		font-size: 36px; }
	.landing-page div#landing-info {
		padding: 2.5em 0; }
	.landing-page div#landing-review {
		padding: 5em 0; }
	.landing-page .testi-box .slide {
		margin: 0 auto;
		padding: 0 0 40px; }
	.landing-page #landing .ld-header p {
		font: 20px; }
	.landing-page .bnr-hero {
		height: 300px;
		background-position: 25% 50%; } }


/* HEADER STYLE 2 */
.module-76 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 35px 0; }
.module-76 .ry-content {
	padding: 30px 0;
	justify-content: space-between;}
.module-76 .ry-menu {
	display: none; }
.module-76 button {
	width: 60px;
	height: 60px;
	border: 1px solid rgba(255,255,255,0.3);
	margin-right: 15px; }

.module-76 #logo-btn button {
	width: unset !important;
	height: unset !important;
	margin: unset !important;
	border: unset !important;
}
@media (min-width: 1441px) {
	.module-76 button.is-active {
		opacity: 0; } }
@media (max-width: 1440px) {
	.module-76 button.is-active {
		opacity: 1; } }
.module-76 button.is-active .hamburger-inner:before {
	top: 0 !important; }
.module-76 button:focus {
	outline: 0; }
.module-76 button .hamburger-box {
	padding: 0;
	width: 22px;
	height: 20px; }
.module-76 button .hamburger-box .hamburger-inner {
	width: 22px; }
.module-76 button .hamburger-box .hamburger-inner:before {
	width: 22px;
	top: -9px; }
.module-76 button .hamburger-box .hamburger-inner:after {
	width: 22px;
	top: -18px;
	height: 3px; }
.module-76 button .hamburger-box .hamburger-inner, .module-76 button .hamburger-box .hamburger-inner:before, .module-76 button .hamburger-box .hamburger-inner:after {
	height: 2px !important;
	border-radius: unset;
	background: rgba(255,255,255,.8); }
.module-76 .ry-logo {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	top: 50%;}
.module-76 .ry-logo img {
	max-width: 220px;
	margin: 0 auto;}
.module-76 .ry-left {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.module-76 .ry-left .inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; }
.module-76 .ry-left .nav-wrap {
	padding-right: 0;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px; }
@media screen and (min-width: 992px) and (max-width: 1600px) {
	.module-76 .ry-left .nav-wrap {
		padding-right: 0; } }
.module-76 .ry-left .ry-logo {
	max-width: 280px; }
.module-76 .ry-left .ry-logo img {
	width: 100%; }
@media screen and (min-width: 992px) and (max-width: 1600px) {
	.module-76 .ry-left .ry-logo img {
		max-width: 160px; } }
.module-76 .ry-right {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	max-width: initial; }

.module-76 .ry-right .header-phone {
	font-size: 17px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 25px; }
@media screen and (min-width: 992px) and (max-width: 1440px) {
	.module-76 .ry-right .header-phone {
		font-size: 15px; } }
@media screen and (min-width: 992px) and (max-width: 1100px) {
	.module-76 .ry-right .header-phone {
		padding: 8px 20px; } }
.module-76 .ry-right .header-phone span {
	margin-right: 7px; }
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.module-76 .ry-right .header-phone span {
		display: none; } }
.module-76 .ry-right .header-phone:before {
	color: #fff;
	width: 27px;
	height: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 11px;
	border-radius: 50%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	margin-right: 10px; }
.module-76 .ry-right .header-phone:before {
	content: "\f095"; }
.module-76 .ry-right .header-phone a {
	font-weight: 700; }
.module-76 .ry-right .header-email {
	font-size: 17px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
@media screen and (min-width: 992px) and (max-width: 1440px) {
	.module-76 .ry-right .header-email {
		font-size: 15px; } }
.module-76 .ry-right .header-email:before {
	color: #fff;
	width: 27px;
	height: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 11px;
	border-radius: 50%;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	margin-right: 10px; }
.module-76 .ry-right .header-email:before {
	content: "\f073"; }
.module-76 .ry-right .header-email a {
	color: #5b5b5b;
	padding: 5px 0 5px 40px;
	margin-left: -40px;
	cursor: pointer;
	font-weight: 700; }
.module-76 .ry-right .button-wrapper a {
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	font-weight: 600;
	letter-spacing: 1px;
	border: 1px solid rgba(255,255,255,0.5);
	color: #fff;}
.module-76 .ry-right .button-wrapper a:hover {
	background: #06BAB5;
	border-color: #06BAB5;
	transition: .5s;}
.module-76 .ry-right .button-wrapper a .fa {
	width: 35px;
	height: 35px;
	background: rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 16px;
	margin-right: 15px;}
.module-76 .ry-right .button-wrapper a .text-group {
	display: flex;
	flex-direction: column;}
.module-76 .ry-right .button-wrapper a .text-group span {
	font-size: 16px;
	margin-bottom: 3px;
	display: block;
	font-weight: 300;
	letter-spacing: initial;}
.module-76 .ry-social {
	position: relative;
	top: 5px; }
.module-76 .ry-social li:hover a.fa-facebook {
	background: #3c5a99 !important; }
.module-76 .ry-social li:hover a.fa-twitter {
	background: #00aced !important; }
.module-76 .ry-social li:hover a.fa-linkedin {
	background: #0274b3 !important; }
.module-76 .ry-social li:hover a.fa-instagram {
	background: #e05447 !important; }
.module-76 .ry-social li:hover a.fa-google-plus {
	background: #dd4b39 !important; }
.module-76 .ry-social li:hover a.fa-google-yelp {
	background: #af0606 !important; }
.module-76 .ry-social li:hover a.fa-rss {
	background: #dd4b39 !important; }
.module-76 .ry-social li:hover a.fa-pinterest {
	background: #bd081c !important; }
.module-76 .ry-social li:hover a.fa-youtube {
	background: #cd201f; }
#menu_container .hamburger .hamburger-inner:after, #menu_container .hamburger .hamburger-inner:before,
#menu_container .hamburger .hamburger-inner {
	height: 2px;
}
/* END HEADER STYLE 2 */
/* ------- END SITE.CSS -------*/