/* ------- 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 {
	font-family: "Twemoji Country Flags", 'Urbanist', sans-serif; }

body.default h1, body.default h2, body.default h3, body.default h4, body.default h5, body.default h6 {
	font-family: 'Urbanist', sans-serif !important; }
#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%; } }

@-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; } }

.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(../png/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: 15px; }

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

#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; } }


.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; }

/* header */
.module-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 35px 0; }
.module-header .ry-left {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.module-header .ry-left img {
	max-width: 220px;
	width: 100%; }
@media (max-width: 1024px) {
	.module-header .ry-left img {
		width: 150px; } }
.module-header .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-header .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-header .ry-right .ry-leads .search-bar-widget {
	margin-right: 20px;
	width: 280px; }
.module-header .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-header .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-header .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-header .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-header .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-header .ry-right .ry-leads .search-bar-widget .form-control::focus {
	color: #ffffff; }
.module-header .ry-right .ry-leads .search-bar-widget .form-control::focus::-webkit-input-placeholder, .module-header .ry-right .ry-leads .search-bar-widget .form-control::focus:-ms-input-placeholder, .module-header .ry-right .ry-leads .search-bar-widget .form-control::focus::-ms-input-placeholder, .module-header .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-header .ry-right .ry-leads .search-bar-widget .form-control::focus::-webkit-input-placeholder, .module-header .ry-right .ry-leads .search-bar-widget .form-control::focus:-ms-input-placeholder, .module-header .ry-right .ry-leads .search-bar-widget .form-control::focus::-ms-input-placeholder, .module-header .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-header .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-header .ry-right .ry-leads .search-bar-widget .btn-primary:before, .module-header .ry-right .ry-leads .search-bar-widget .btn-primary:after {
	display: none !important; }
.module-header .ry-right .ry-leads .search-bar-widget .btn-primary:hover {
	background-color: transparent; }
@media (max-width: 1160px) {
	.module-header .ry-right .ry-leads .search-bar-widget {
		width: 220px; }
	.module-header .ry-right .ry-leads .search-bar-widget .form-control {
		padding: 16px 0 16px 15px; } }
.module-header .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-header .ry-right .ry-leads .ry-contact {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		min-width: 400px; } }
.module-header .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-header .ry-right .ry-leads .ry-contact li:hover .contact__overlay {
	-webkit-transform: scale(15);
	transform: scale(15); }
.module-header .ry-right .ry-leads .ry-contact li:hover span {
	color: #333333; }
.module-header .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-header .ry-right .ry-leads .ry-contact li span.call_us, .module-header .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-header .ry-right .ry-leads .ry-contact li:nth-child(1) a {
	color: #ffffff;
	letter-spacing: 2px;
	text-decoration: none;
	display: block; }
.module-header .ry-right .ry-leads .ry-contact li:nth-child(1):hover span {
	color: #ffffff !important; }
.module-header .ry-right .ry-leads .ry-contact li:nth-child(2) {
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s; }
.module-header .ry-right .ry-leads .ry-contact li:nth-child(2):hover span {
	color: #ffffff !important; }
.module-header .ry-right .ry-leads .ry-contact li:nth-child(2):hover .contact__overlay {
	-webkit-transform: scale(0);
	transform: scale(0); }
.module-header .ry-right .ry-leads .ry-contact li:nth-child(2) .contact__overlay {
	-webkit-transform: scale(15);
	transform: scale(15);
	left: 25px; }
.module-header .ry-right .ry-leads .ry-contact li:nth-child(2) span.call_us, .module-header .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-header .ry-right .ry-leads .ry-contact li:nth-child(2) fa {
	position: relative;
	left: 1px; }
.module-header .ry-right .ry-leads .ry-contact li .contact__icon {
	min-width: 45px; }
.module-header .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-header .ry-right .ry-leads .ry-contact li .contact__icon .fa {
	color: #ffffff;
	font-size: 13px; }
@media (max-width: 1160px) {
	.module-header .ry-right .ry-leads .ry-contact li {
		width: 200px; } }
.module-header .ry-right .ry-menu {
	width: 100%; }
.module-header .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: 30px;
	max-width: 1024px;
	float: right; }
.module-header .ry-right .ry-menu .nav-menu li {
	list-style-type: none; }
.module-header .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-bottom: 18px !important;
	display: block; }
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.module-header .ry-right .ry-menu .nav-menu li a {
		font-size: 14px; } }
.module-header .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-header .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-header .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-header .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-header .ry-right .ry-menu .nav-menu li .dropdown-menu li a:hover {
	opacity: 0.6; }
.module-header .ry-right .ry-menu .nav-menu li .dropdown-menu li:hover a {
	background: transparent; }
body.default .module-header {
	position: relative; }
body.default .module-header.fixed {
	position: fixed; }
@media (max-width: 1024px) {
	.module-header {
		padding: 30px 40px 30px 0; } }
.module-header.style2 .ry-right .ry-leads .ry-contact li:nth-child(2) span.call_us {
	color: #fff; }
.module-header.style2 .ry-right .ry-menu .nav-menu li .dropdown-menu li:hover a {
	background: transparent; }
/* ------- END SITE.CSS -------*/