html, body {
	scroll-behavior: smooth;
}

/*----- SERVICE SECTION -----*/
.module-services.style-6.custom-services {
	background:url(https://s3.amazonaws.com/static.organiclead.com/Site-329f5671-1656-41b2-9d55-ab95a6a30010/Assets/group_bg.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	padding-top: 120px;
}

.module-services.style-6 {
	padding-top:0px;
	padding-bottom:120px;
}
.module-services.style-6 .section-headline h2{
	color:#fff;
	line-height: 1.2;
	font-size: clamp(2.8125rem, 2.4142rem + 1.634vw, 4.375rem) !important;
	text-transform:capitalize !important;
	letter-spacing:unset !important;
}
.module-services.style-6 .background-section {
	display:none;
}
.module-services .ry-container {
	max-width: 1600px;
	width: 90%;
	z-index: 2;
	padding: 0 4%;
}
.module-services.style-6 .background-section, .module-services.style-6 .background-section img {
	object-position:top;
}

.module-services.style-6 .ry-flex {
	flex-direction:column;
	row-gap:50px
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each > div {
	width:50%;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each > div:nth-child(2) {
	max-width: 658px;
	width:100%;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .info *{
	text-align:start !important;
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .info p {
	color:#242424;
	line-height:1.6 !important;
	font-size: 20px;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .info .ry-btn {
	margin-top:30px;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each:nth-child(even){
	flex-direction:row-reverse
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .title {
	padding-top:0;
	padding-bottom:10px;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .title h3{
	color: #000;
	font-size: clamp(2.1875rem, 1.9804rem + 0.8497vw, 3rem);
	line-height:1.2 !important;
	text-transform: uppercase;
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .title h3 span {
	color: #314752;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each:hover .photo {
	filter: unset;
	transition: .5s;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .photo:before {
	display:none
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .product-logo {
	margin: 12px 0 30px;
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .product-logo img {
	width: 300px;
	object-fit: contain;
}

.module-services.style-6 .ry-flex .btn-wrapper.ry-flex {
	flex-direction: row;
	gap: 10px;
	justify-content: center;
}

.module-services.style-6 .one-row  .services-wrapper .ry-flex .ry-each > .info * {
	text-align: center !important;
}

.module-services.style-6 .two-row .info .title h2 {
	padding-right: 20%;
	line-height: 120%;
}

@media (max-width: 1080px) {
	.module-services.style-6 .services-wrapper .ry-flex .ry-each:not(:last-child) {
		margin-bottom: 0px;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each {
		max-width: unset;
		margin: 0 auto;
		gap:4vw;
	}
	.module-services.style-6 {
		padding-bottom: 240px;
	}
	.module-services.style-6 .two-row .info .title h2 {
		padding-right: 0%;
		line-height: 120%;
	}
}

@media (max-width: 991px) {
	.module-services.style-6 .services-wrapper .ry-flex .ry-each > div,
	.module-services.style-6 .services-wrapper .ry-flex .ry-each > div:nth-child(2){
		max-width:100%;
		width:100%;
	}

	.module-services.style-6 .services-wrapper .ry-flex .ry-each {
		flex-wrap:wrap
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .photo img {
		max-width:500px;
		margin:auto;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .info * {
		text-align:center !important;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .ry-btn {
		margin-inline:auto;
	}

	div.module-services.style-6 .services-wrapper .ry-flex .ry-each .product-logo img {
		margin: 0 auto;
	}
}

.module-services.style-6 > div .background-section,
.module-services.style-6 > div .background-section img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-services.style-6 > div {
	padding:80px 0;
}

.module-services.style-6 > div:nth-child(even) .ry-flex .ry-each {
	flex-direction:row-reverse
}
.ry-each .product-logo.group-logo {
	margin: 12px 0px 30px;
	display:flex;
	justify-content: center;
	position:relative;
}

@media (max-width: 1080px) {
	.module-services.style-6  {
		padding-bottom: 0px;
	}
}
@media(max-width:600px) {
	.ry-each .product-logo.group-logo img {
		max-width:150px !important;
	}
}
/** End Services Style **/



/** Start of Brands **/

.module-brand .brand-wrapper {
    max-width: 1360px;
}

.brand-wrapper .swiper-slide .logo-wrapper {
    background: #314752;
}
.brand-wrapper .swiper-slide .logo-wrapper img {
    filter: brightness(0) invert(1);
}
.module-brand .brand-wrapper .slick-list {
    padding: 50px 30px;
}
.module-brand .brand-wrapper .slick-slide {
	background: #f9f9f9;
	box-shadow: 0 0 40px rgb(0 0 0 / 30%);
    border-radius: 30px;
}
.module-brand .brand-wrapper .slick-slide.slick-center {
    background: #fafafa;
}

.module-brand .button-nav-swiper {
    top: 54%;
    max-width: 100%;
    width: calc(100% + 0px);
}

.module-brand .button-nav-swiper .slick-arrow {
    background: #c1a054;
    width: 50px;
    height: 50px;
    border-radius: 200px;
}

.module-brand .button-nav-swiper .slick-arrow svg {
    fill: #fff;
}

.module-brand .brand-wrapper .slick-slide {
	width: 100% !important;
	max-width: 380px !important;
}

/** End of Brands **/

.module-testimonials.style-4 .ry-flex .ry-each .each-comment .ry-text p {
    text-align: center;
}

.module-testimonials.style-4 {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-329f5671-1656-41b2-9d55-ab95a6a30010/Assets/testimonials_bg.jpg);
	background-size: cover;
}

.module-testimonials.style-4 .ry-flex .ry-each .carousel-control {
    border-radius: 100px;
    border: none;
    background: rgb(255 255 255 / 14%);
}

@media (min-width: 1081px) {
	.module-testimonials.style-4 {
		margin-bottom: -100px;
	}
	/*body.home .module-44 {
		padding-top: calc(10vw + 100px) !important;
	}*/
}

@media (max-width: 1024px) {
	.module-testimonials.style-4 {
		margin: 0;
	}
}

/** Services Style Start**/

body.home #section-brands .ry-multi-item-slider .owl-carousel .owl-item img {
	filter: unset;
}

.ry-section-wheel .ry-title {
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 45px;
	font-size: calc(30px + 10*(100vw - 500px)/1100);
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-family: "Oswald";
}

.ry-section-wheel .ry-sub-title {
	color: #b89f50;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 12px;
	text-align: center
}

.ry-section-wheel #pieGlasses {
	width: 1000px;
	height: 1000px;
	margin: auto;
	-webkit-transform: rotate(84deg);
	transform: rotate(84deg);
	-webkit-transform: rotate(84deg) scale(1);
	transform: rotate(84deg) scale(1);
	-webkit-transform-origin: center;
	transform-origin: center;
	position: relative
}

.ry-section-wheel #pieGlasses g path {
	fill: transparent
}

.ry-section-wheel #pieGlasses g text {
	opacity: 0!important
}

.ry-section-wheel .ry-wheel-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9
}

.ry-section-wheel .ry-wheel {
	width: 960px;
	height: 960px;
	margin: 0 auto;
	float: none;
	border-radius: 50%;
	/*-webkit-transform: scale(.8);
	transform: scale(.8);*/
	-webkit-transform-origin: center;
	transform-origin: center;
	z-index: 1;
	/*top: -70px;*/
}

.ry-section-wheel .ry-wheel:before {
	content: "";
	position: absolute;
	top: 19px;
	left: 0;
	background: #ffffff;
	width: 960px;
	height: 960px;
	-webkit-transform: scale(1.03);
	transform: scale(1.035);
	border-radius: 50%
}

.ry-section-wheel .ry-wheel .ry-each {
	position: absolute
}

.ry-section-wheel .ry-wheel .ry-each.active .ry-yellow {
	opacity: 1
}

.ry-section-wheel .ry-wheel .ry-each .ry-yellow {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0
}

.ry-section-wheel .ry-wheel .ry-each .ry-label {
	position: absolute;
	top: 110px;
	left: 42%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ry-section-wheel .ry-wheel .ry-each-1 {
    position: absolute;
    right: 134px;
    top: 3px;
    max-width: 339px;
}

.ry-section-wheel .ry-wheel .ry-each-1 .ry-white,
.ry-section-wheel .ry-wheel .ry-each-1 .ry-yellow {
	margin: 0 auto;
	float: none
}

.ry-section-wheel .ry-wheel .ry-each-1 .ry-yellow {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.ry-section-wheel .ry-wheel .ry-each-1 .ry-label {
	max-width: 138px
}

.ry-section-wheel .ry-wheel .ry-each-2 {
    position: absolute;
    right: -17px;
    top: 154px;
    max-width: 474px;
}

.ry-section-wheel .ry-wheel .ry-each-2 .ry-white,
.ry-section-wheel .ry-wheel .ry-each-2 .ry-yellow {
	margin: 0 auto;
	float: none
}

.ry-section-wheel .ry-wheel .ry-each-2 .ry-yellow {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.ry-section-wheel .ry-wheel .ry-each-2 .ry-label {
	top: 168px;
    right: 75px;
	left: auto
}

.ry-section-wheel .ry-wheel .ry-each-3 {
	position: absolute;
    right: -20px;
    top: 506px;
    max-width: 476px;
}

.ry-section-wheel .ry-wheel .ry-each-3 .ry-white,
.ry-section-wheel .ry-wheel .ry-each-3 .ry-yellow {
	margin: 0 auto;
	float: none;
}

.ry-section-wheel .ry-wheel .ry-each-3 .ry-yellow {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ry-section-wheel .ry-wheel .ry-each-3 .ry-label {
	top: 72px;
    left: auto;
    right: 96px;
}

.ry-section-wheel .ry-wheel .ry-each-4 {
	position: absolute;
	right: 132px;
    bottom: -37px;
	max-width: 340px;
}

.ry-section-wheel .ry-wheel .ry-each-4 .ry-white,
.ry-section-wheel .ry-wheel .ry-each-4 .ry-yellow {
	margin: 0 auto;
	float: none;
}

.ry-section-wheel .ry-wheel .ry-each-4 .ry-yellow {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ry-section-wheel .ry-wheel .ry-each-4 .ry-label {
	top: auto;
    left: auto;
    right: 135px;
    bottom: 170px;
}

.ry-section-wheel .ry-wheel .ry-each-5 {
	position: absolute;
    right: 490px;
    bottom: -38px;
    max-width: 333px;
}

.ry-section-wheel .ry-wheel .ry-each-5 .ry-white,
.ry-section-wheel .ry-wheel .ry-each-5 .ry-yellow {
	margin: 0 auto;
	float: none;
}

.ry-section-wheel .ry-wheel .ry-each-5 .ry-yellow {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ry-section-wheel .ry-wheel .ry-each-5 .ry-label {
	top: 236px;
	right: 20px;
	left: auto;
}

.ry-section-wheel .ry-wheel .ry-each-6 {
	position: absolute;
    left: 23.3%;
    bottom: 114px;
    max-width: 483px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ry-section-wheel .ry-wheel .ry-each-6 .ry-white,
.ry-section-wheel .ry-wheel .ry-each-6 .ry-yellow {
	margin: 0 auto;
	float: none;
}

.ry-section-wheel .ry-wheel .ry-each-6 .ry-yellow {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ry-section-wheel .ry-wheel .ry-each-6 .ry-label {
	top: auto;
	bottom: 178px;
}

.ry-section-wheel .ry-wheel .ry-each-7 {
	position: absolute;
	left: -18px;
	top: 156px;
	max-width: 474px;
}

.ry-section-wheel .ry-wheel .ry-each-7 .ry-white,
.ry-section-wheel .ry-wheel .ry-each-7 .ry-yellow {
	margin: 0 auto;
	float: none;
}

.ry-section-wheel .ry-wheel .ry-each-7 .ry-yellow {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.ry-section-wheel .ry-wheel .ry-each-7 .ry-label {
	max-width: 155px;
	top: auto;
	bottom: 72px;
}

.ry-section-wheel .ry-wheel .ry-each-8 {
	position: absolute;
    left: 135px;
    top: 2px;
    max-width: 339px;
}

.ry-section-wheel .ry-wheel .ry-each-8 .ry-white,
.ry-section-wheel .ry-wheel .ry-each-8 .ry-yellow {
	margin: 0 auto;
	float: none;
}

.ry-section-wheel .ry-wheel .ry-each-8 .ry-yellow {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.ry-section-wheel .ry-wheel .ry-each-8 .ry-label {
	top: 113px;
	left: 220px;
}

.ry-section-wheel .ry-wheel .ry-each-9 {
	position: absolute;
	left: -16px;
	top: 208px;
	max-width: 477px;
}

.ry-section-wheel .ry-wheel .ry-each-9 .ry-white,
.ry-section-wheel .ry-wheel .ry-each-9 .ry-yellow {
	margin: 0 auto;
	float: none;
}

.ry-section-wheel .ry-wheel .ry-each-9 .ry-yellow {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ry-section-wheel .ry-wheel .ry-each-9 .ry-label {
	max-width: 123px;
	top: 146px;
	left: 150px;
}

.ry-section-wheel .ry-wheel .ry-each-10 {
	position: absolute;
	left: 82px;
	top: 25px;
	max-width: 385px;
}

.ry-section-wheel .ry-wheel .ry-each-10 .ry-white,
.ry-section-wheel .ry-wheel .ry-each-10 .ry-yellow {
	margin: 0 auto;
	float: none
}

.ry-section-wheel .ry-wheel .ry-each-10 .ry-yellow {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ry-section-wheel .ry-wheel .ry-each-10 .ry-label {
	max-width: 133px;
	top: 136px;
	left: 168px;
}

.ry-section-wheel .ry-wheel-featured {
	position: absolute;
	/*top: 515px;*/
	top: calc(50% - 90px);
	left: calc(50% - 35px);
	z-index: 2;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	-webkit-transform: scale(.8) translateX(-50%);
	transform: scale(.8) translateX(-50%);
	-webkit-transform-origin: center;
	transform-origin: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	top: 33%;
}

.ry-section-wheel .ry-wheel-featured .ry-box {
	width: 360px;
	height: 360px;
	background: transparent;
	border-radius: 50%;
	position: relative;
}

.ry-section-wheel .ry-wheel-featured .ry-box:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #e5e5e5;
	width: 90%;
	height: 90%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.ry-section-wheel .ry-wheel-featured .ry-box img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 1;
	box-shadow: 0 0 80px rgb(0 0 0 / 20%);
    border-radius: 100%;
}

.ry-section-wheel .ry-wheel-featured .ry-box img.active {
	opacity: 1
}

.ry-section-wheel {
	padding-top: 7vh;
	z-index: 99;
	padding-bottom: 80px;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-329f5671-1656-41b2-9d55-ab95a6a30010/Assets/BG_FeaturedServices.jpg);
	background-size: cover;
}
.ry-section-wheel .line-animation {
	margin-bottom: 3em;
}
body.home #ry-main .ry-section-wheel .ry-wheel .ry-each-6 .ry-label a.ry-btn.ry-btn-primary {
	background: #746840 !important;
}
body.home #ry-main .ry-section-wheel .ry-wheel .ry-each-6 .ry-label a.ry-btn.ry-btn-primary:after {
	border: 1px solid #746840 !important;
}

.ry-section-wheel .section-headline h2 span {
    color: #fff !important;
}

@media screen and (min-width:1600px) { 
	.ry-section-wheel .ry-title {
		font-size: 50px;
	}
}

@media (max-width:1440px) {
	.ry-section-wheel #pieGlasses {
		-webkit-transform: rotate(54.25deg) scale(.9);
		transform: rotate(54.25deg) scale(.9);
		width: 960px;
		height: 960px;
		-webkit-transform-origin: center;
		transform-origin: center;
		position: relative;
		top: 128px;
	}
	.ry-section-wheel .ry-wheel {
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	.ry-section-wheel .ry-wheel-featured {
		-webkit-transform: scale(.7) translateX(-50%);
		transform: scale(.7) translateX(-50%);
		/*top: 365px;*/
		left: calc(50% - 50px);
	}
}

@media (max-width:1200px) { 
	.ry-section-wheel .ry-title {
		font-size: calc(24px + 6*(100vw - 500px)/1100);
	}
}

@media (max-width:1100px) { 
	.ry-section-wheel #pieGlasses {
		-webkit-transform: rotate(54.25deg) scale(.85);
		transform: rotate(54.25deg) scale(.85);
		left: -40px;
		top: 50px;
	}
	.ry-section-wheel .ry-wheel {
		-webkit-transform: scale(.65);
		transform: scale(.65);
		left: -20px
	}
	.ry-section-wheel .ry-wheel-featured {
		-webkit-transform: scale(.65) translateX(-50%);
		transform: scale(.65) translateX(-50%);
		left: calc(50% - 101px);
	}
}

@media (max-width:1035px) {
	.ry-section-wheel .ry-wheel-featured {
		-webkit-transform: scale(.6) translateX(-50%);
		transform: scale(.6) translateX(-50%);
		left: calc(50% - 101px);
	}
}

@media screen and (max-width:1200px) and (max-width:500px) {
	.ry-section-wheel .ry-title {
		font-size: 24px;
	}
}

@media screen and (max-width:500px) {
	.ry-section-wheel .ry-title {
		font-size: 30px;
	}
}


@media (max-width: 1366px) { 
	.ry-section-wheel .ry-wheel-featured {
		-webkit-transform: scale(.7) translateX(-50%);
		transform: scale(.7) translateX(-50%);
		/*top: 515px;*/
		left: calc(50% - 60px);
	}
}

@media (max-width: 1200px) { 
	.ry-section-wheel #pieGlasses {
		top: 60px;
	}
	.ry-section-wheel .ry-wheel-featured {
		-webkit-transform: scale(.7) translateX(-50%);
		transform: scale(.6) translateX(-60%);
		/*top: 550px;*/
		left: calc(50% - 50px);
		top: calc(50% - 110px);
	}
}

@media (max-width: 1199px){
	.ry-section-wheel .ry-wheel{
		top: -120px;
	}
	.custom-testimonials-v2{
		margin-top: -40vh;
	}
	.ry-section-wheel .ry-wheel-featured{
		top: calc(50% - 155px);
		left: calc(50% - 50px);
	}
}

@media (min-width: 2000px){
	.ry-section-wheel{
		margin-top: 14vh;
	}
}

@media screen and (max-width:1200px) and (min-width:1600px) {
	.ry-section-wheel .ry-title {
		font-size: 30px;
	}
}

/** new style **/

.ry-section-wheel .divide-two {
	display: flex;
	padding-left: 0;
	width: 100%;
	max-width: 960px;
	z-index: 99;
}

.ry-section-wheel .divide-two .wheel-left {
	width: 960px;
	height: 960px;
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-transform-origin: center;
	transform-origin: center;
	position: relative;
	z-index: 9;

}
.ry-section-wheel .model-right, .ry-section-wheel .model-left {
    width: 50%;
	max-height: 550px;
	height: 100%;
}
.ry-section-wheel .model-right .model-collection {
	width: 100%;
	height: 100%;
}
.ry-section-wheel .model-right .model-collection .ry-each {
	width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s ease;
    display: none;
	background: #c1a054;
}

.ry-section-wheel .model-right .model-collection .ry-each.active {
	opacity: 1;
    transition: .3s ease;
    display: block;
}

.ry-section-wheel .ry-dots {
	display: none;
	justify-content: center;
	gap: 8px;
	margin-top: 15px;
	position: absolute;
	bottom: 28px;
	z-index: 9;
	padding-left: 200px;
}

.ry-section-wheel .ry-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #cccccc99;
	cursor: pointer;
	transition: background 0.3s;
}
.ry-section-wheel .ry-dot.active {
	background: #fff;
	transform: scale(1.3);
}

.ry-section-wheel .model-right {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	align-self: center;
	width: 65%;
}

.ry-section-wheel .model-right .model-collection .ry-each .model-logo {
	position: absolute;
	bottom: 50px;
	padding-left: 200px;
}

.ry-section-wheel .model-right .model-collection .ry-each .model-logo img {
	max-width: 200px;
	max-height: 80px;
	min-height: 80px;
	margin: auto;
	object-fit: contain;
}

.ry-section-wheel .ry-wheel .ry-each .ry-label {
    max-width: 100px;
    max-height: 100px;
	object-fit: contain;
	transition: .3s ease;
}
.ry-section-wheel .ry-wheel .ry-each.active .ry-label {
    filter: brightness(0) invert(1);
    transition: .3s ease;
}

.ry-section-wheel .ry-wheel:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 99;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-329f5671-1656-41b2-9d55-ab95a6a30010/Assets/sample_pizza.png);
	background: white;
	border-radius: 2000px;
	transform: scale(1.075);
	top: 19px;
	aspect-ratio: 1;
	background-position: center center;
	background-size: cover;
	opacity: .5;
	z-index: -1;
}

.ry-section-wheel .left-right-row {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
	height: 100%;
}

.ry-section-wheel .model-left {
    background: #c1a054;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.ry-section-wheel .model-right .model-collection .ry-each .model-img, .ry-section-wheel .model-right .model-collection .ry-each img {
    height: 100%;
	object-fit: cover;
}

.ry-section-wheel .model-right .model-collection .ry-each .title-icon {
    position: absolute;
    bottom: 20px;
    left: 28%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 460px;
}

.ry-section-wheel .model-right .model-collection .ry-each .title-icon .title-link {
    color: #fff;
    text-transform: uppercase;
    font-family: 'PT Serif', serif !important;
    font-size: clamp(1.625rem, 1.525rem + 0.5vw, 2.125rem);
    max-width: 340px;
    width: 100%;
    line-height: 120%;
}

.ry-section-wheel .model-right .model-collection .ry-each .title-icon .ry-icon {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.ry-section-wheel .model-right .model-collection .ry-each .title-icon .ry-icon:before {
    display: none;
}

.ry-section-wheel .model-right .model-collection .ry-each .title-icon .ry-icon svg {
    fill: #333;
    width: 23px;
    height: 23px;
}

/** Services Style End **/

#mapCustom {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

@media (max-width: 600px) {
	#mapCustom {
		padding-bottom: 128%;
	}
}

/** Fixed Responsiveness **/
@media (max-width: 1680px) {
	.module-43 .ry-right .ry-leads {
		margin-bottom: 20px;
	}
	.ry-section-wheel .ry-wheel {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	.ry-section-wheel .divide-two .wheel-left {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		left: -10%;
	}
	.module-team.style-1 .ry-flex .each-name {
		font-size: 20px;
		    margin-bottom: 5px;
	}
	.module-team.style-1 .ry-flex .each-title {
		font-size: 17px;
	}
	
}
@media (max-width: 1500px) {
	.ry-section-wheel .ry-wheel {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	.ry-section-wheel .divide-two .wheel-left {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		left: -12%;
		margin-top: -8%;
        margin-bottom: -10%;
	}
	.ry-section-wheel .model-right, .ry-section-wheel .model-left {
		max-height: 480px;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each > div:nth-child(2) {
		max-width: 580px;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .info .ry-btn:last-child {
		margin-top: 20px;
	}
	.module-services.style-6 .ry-flex .btn-wrapper.ry-flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0;
	}
	.module-brand {
		padding: 4em 0;
	}
	.module-brand .brand-wrapper {
		
	}
	#ry-section-map {
		height: 50vw;
	}
	.module-brand .button-nav-swiper {
		max-width: 98%;
	}
	.module-44 .ry-footer-copyright .ry-container {
		gap: 0;
	}
	.module-testimonials.style-4 .ry-flex .each-middle {
		margin-top: -160px;
		margin-bottom: -140px;
	}
}

@media (max-width: 1300px) {
	.module-team.style-1 .ry-flex {
		gap: 20px;
	}
	.module-team.style-1 .ry-flex {
		gap: 20px;
	}
	.module-team.style-1 .ry-flex.block-count-4 .ry-each {
		width: calc(25% - 30px);
	}
	.module-team.style-1 .ry-flex .each-name {
		font-size: 18px;
	}
	.module-team.style-1 .ry-flex .each-title {
		font-size: 15px;
	}
	.module-44 .ry-flex .ry-each:nth-child(1) {
		max-width: 130px;
	}
	.ry-section-wheel .divide-two .wheel-left {
		-webkit-transform: scale(.7);
		transform: scale(0.7);
		left: -20%;
		margin-top: -15%;
        margin-bottom: -18%;
	}
	.ry-section-wheel .model-right {
		width: 86%;
	}
	.ry-section-wheel .model-right .model-collection .ry-each .title-icon .title-link {
		max-width: 280px;
	}
	.ry-section-wheel .model-right, .ry-section-wheel .model-left {
		max-height: 440px;
	}
	.ry-section-wheel #pieGlasses {
		top: 10px;
		-webkit-transform: rotate(80.25deg) scale(.9);
        transform: rotate(80.25deg) scale(.9);
	}
	.ry-section-wheel .ry-wheel-featured {
		top: calc(50% - 170px);
	}
	.module-brand .button-nav-swiper {
		justify-content: center;
		align-items: flex-end;
		position: absolute;
		height: fit-content;
		top: 100%;
		bottom: unset;
	}
	
	.brand-container {
		padding-top: 40px;
	}
}

@media (max-width: 1080px) {
	.module-welcome.style-7 .ry-flex .ry-each:not(.image-wrapper) {
		width: 100%;
	}
	.module-welcome.style-7 .ry-each .ry-text p, .module-welcome.style-7 .ry-each h2 {
		text-align: center !important;
	}
	.module-welcome.style-7 .ry-flex {
		gap: 30px;
	}
	.ry-section-wheel .divide-two .wheel-left {
		display: none;
	}
	.ry-section-wheel .left-right-row {
		position: relative;
		transform: unset;
		top: 0;
		margin-top: 30px;
		width: 100%;
	}
	.ry-section-wheel .model-right {
		width: 100%;
		max-width: 768px;
		max-height: 100%;
		background: transparent;
	}
	.ry-section-wheel .model-left {
		display: none;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:first-child, .mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:nth-child(2) {
		color: #fff;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
		background: #314752 !important;
	}
	.mobile-container .flex-wrap .mobile_logo img {
		max-width: 140px;
	}
	.brand-container {
		padding-top: 20px;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each {
		flex-direction: column;
	}
	.module-services.style-6 > div:nth-child(even) .ry-flex .ry-each {
		flex-direction: column;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .info * {
		text-align: center !important;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .info .ry-btn:last-child {
		margin: 20px auto 0;
	}
	.module-services.style-6 > div.two-row {
		padding-top: 40px;
	}
	.module-team.style-1 .ry-flex {
		padding-bottom: 60px;
		margin-bottom: 20px;
	}
	div.module-team.style-1 .content .ry-flex .slick-track {
        margin-left: -20px;
    }
	.module-team.style-1 .ry-flex.block-count-4 .ry-each {
		margin-left: 25px;
	}
	.module-testimonials.style-4 .ry-content {
		max-width: 600px;
	}
	.module-testimonials.style-4 .ry-container {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.module-testimonials.style-4 .ry-flex .ry-each .each-comment .ry-text p {
		margin: 30px 0 50px;
	}
	.module-44 .ry-flex .ry-each .website-info > div {
		justify-content: center;
		flex-direction: column;
	}
	.module-44 .office-hours {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.module-66 .carousel .carousel-inner:before {
		content: "";
		position: absolute;
		inset: 0;
		height: 40%;
		background: linear-gradient(to top, #314752, transparent);
		z-index: 9;
		top: unset;
	}
	.module-66 .bnr-textbox {
		margin-bottom: 0 !important;
		position: relative;
		padding: 50px 30px;
		background: #314752;
		margin-top: -1px;
	}
	.ry-section-wheel .model-right .model-collection .ry-each {
		display: block;
		opacity: 1;
	}
	.ry-section-wheel .model-right .model-collection .ry-each .title-icon {
		position: relative;
		bottom: 0;
		left: 0;
		transform: unset;
		padding: 20px 8%;
		max-width: 100%;
		border-radius: 30px;
		overflow: hidden;
		background: #c1a054;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.ry-section-wheel .ry-dots { display: flex;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		padding-left: unset;
		height: 12px;
	}
	.ry-section-wheel .model-right .model-collection .ry-each .title-icon .title-link {
		max-width: 320px;
	}
	.ry-section-wheel .model-right {
		overflow: hidden;
	}
	.ry-section-wheel .model-right {
		max-width: 90%;
		padding-bottom: 50px;s
	}
}
@media (max-width: 767px) {
	.ry-section-wheel .model-right .model-collection .ry-each .title-icon {
		flex-direction: column;
		gap: 20px;
	}
	.ry-section-wheel .model-right .model-collection .ry-each .title-icon .title-link {
		text-align: center;
		min-height: 75px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 600px) {
	.ry-section-wheel .model-right .model-collection .ry-each .title-icon .title-link {
		font-size: 22px;
	}
	div.module-team.style-1 .content .ry-flex .slick-track {
        margin-left: 0 !important;
    }
}


.module-team.style-1 .slick-dots {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
}
.module-team.style-1 .slick-dots li button {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: white;
}
.module-testimonials.style-4 .ry-flex .ry-each .each-comment .ry-text p {
	font-size: 20px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

