/** Header Style Start **/
.sm-logo {
    display: none;
    transition: .3s;
}
.module-43.fixed .ry-logo .sm-logo {
	display: block;
    transition: .3s;
}
.module-43.fixed .ry-logo .lg-logo {
	display: none;
    transition: .3s;
}

.module-43 {
	padding: 30px 0;
	background: transparent;
}

.module-43 .ry-right .ry-menu .nav-menu {
	justify-content: flex-end;
	gap: 7%;
}

.module-43 .ry-right .ry-menu .nav-menu li a {
	font-size: 22px;
	font-weight: 400;
	color: #555;
	letter-spacing: initial;
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu a {
	font-size: 18px;
	text-transform: initial;
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu {
	padding: 0;
	margin: 0;
	/* border-radius: 10px; */
}

/*.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li:first-child {
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li:last-child {
	overflow: hidden;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}*/
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu:before {
	position: absolute;
	content:"";
	top: -7px;
	left: 10px;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;

	border-bottom: 10px solid #baafa2;
	display: block !important;
}


.module-43 .ry-right .btn-wrapper .ry-btn-primary:not(:hover), .module-43 .ry-right a.ry-btn.ry-btn-secondary:hover {
	background: #baafa2 !important;
	color: #fff !important;
}

.module-43 .ry-right .btn-wrapper .ry-btn-primary:hover {
	background: #c3a470 !important;
}

.module-43 .ry-right .btn-wrapper .ry-btn {
	text-transform: initial !important;
	letter-spacing: initial;
	font-size: 22px !important;
}

.module-43.fixed .ry-right .btn-wrapper .ry-btn {
	display: flex;
	gap: 5px;
	height: 50px !important;
}

.module-43.fixed .ry-right .btn-wrapper .ry-btn {
    font-size: 18px !important;
}

.module-43.fixed #litlleLogo img {
	max-width: 200px !important;
}
/*
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
	line-height: 1 !important;
	padding: 14px 30px !important;
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a:hover,
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li:hover {
	color: #baafa2 !important;
	opacity: 1 !important;
} 
*/
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li {
    transition: unset !important;
}
/*
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a:hover {
    color: #fff !important;
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
    padding: 14px 20px !important;
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a:hover {
    border-radius: 20px !important;
}*/
.ry-menu .ry-nav li .third-level-container .third-level-dropdown {
    background: #baafa2;
    border-radius: 10px;
    padding: 6px;
    top: -5px;
    left: -100%;
}
.dropdown-menu > .active {
    background: rgb(24, 79, 90) !important;
}

.dropdown-menu > .active a, .dropdown-menu > li > a:hover {
    background: #baafa2 !important;
    border-radius: 30px;
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu {
    padding: 5px 5px !important;
	background: #baafa2;
    border-radius: 10px;
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li:first-child {
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li {
    background: transparent !important;
}

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

.module-43.fixed #litlleLogo img {
    max-height: 100px;
}

.module-43 .ry-left img {
    margin-top: -20px;
    margin-bottom: -20px;
    max-height: 140px;
}
.module-43.fixed .ry-right .btn-wrapper .ry-btn,
.module-43.fixed .ry-right .ry-menu .nav-menu a{
    text-wrap:nowrap
}
@media (max-width: 1500px) {
    .module-43.fixed .ry-right .btn-wrapper .ry-btn {
        font-size:16px !important
    }
    .module-43.fixed .ry-right .ry-menu .nav-menu{
        justify-content:start
    }
}

@media (max-width: 1680px) { 
	.module-43.fixed .ry-right .btn-wrapper .ry-btn {
		display: flex;
		gap: 5px;
		height: 50px !important;
	}

	.module-43.fixed #litlleLogo img {
		max-width: 200px !important;
	}
}

@media (max-width: 1400px) {
	.module-43 .ry-left {
		position: relative;
		padding-right: 30px;
	}

	.module-43 .ry-right {
		padding-left: 0;
	}

	.module-43:not(.fixed) .ry-right .ry-menu .nav-menu {
		width: 100%;
		max-width: 100% !important;
		justify-content: space-between;
	}

	.module-43.fixed .ry-right .btn-wrapper .ry-btn {
		text-indent: -99999999px;
		padding: 0 !important;
		min-width: 40px;
		height: 40px;
		min-height: 40px;
		height: 40px !important;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-telephone-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z'/%3E%3C/svg%3E") !important;
		background-size: 15px !important;
		background-position: center !important;
		background-repeat: no-repeat !important;
	}

	.module-43.fixed .ry-right .btn-wrapper .apt .ry-btn {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-calendar3' viewBox='0 0 16 16'%3E%3Cpath d='M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857z'/%3E%3Cpath d='M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E%3C/svg%3E") !important;
		background-size: 15px !important;
		background-position: center !important;
		background-repeat: no-repeat !important;

	}
}

/** Header Start End **/

/** Welcome Start **/
.module-67 {
	padding: 4rem 0 18rem;
	background: transparent;
	position: relative;
	margin-top: -2px;
}
.module-67 .ry-container .ry-content {
    display: flex;
    flex-direction: column;
}
.module-67:before {
	content: "";
	position: absolute;
	inset: 0;
	bottom: unset;
	height: 20%;
	background: linear-gradient(to bottom, #f8f8f8, transparent);
	z-index: 2;
}
.module-67 .welcome-img {
	position: sticky;
	top: 20px;
	width: 100%;
	max-width: 28vw;
	align-self: flex-start; /* change self-start, not self-start: typo in your code */
}
.module-67 .ry-container {
	max-width: 100%;
	width: 100%;
}

.module-67 .ry-container > .ry-flex {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	align-items: end;
	gap: 40px;
}
.module-67 .ry-container .ry-content {
	padding: 5vw 0 0vw;
	max-width: 880px;
}

.logo-name img {
	width: 100%;
	max-width: 480px;
	margin: 30px auto 40px;
}
.module-67 .ry-container #about {
	padding: 0 30px;
}

.module-67 .ry-container #about h2 {
    color: #c3a470;
}

@media (max-width: 1080px) { 
	div.module-67 {
		padding: 4rem 0 4rem;
	}
	.module-67 .ry-container > .ry-flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.module-67 .welcome-img {
		max-width: 50vw;
	}
	.module-67 .welcome-img.welcome-right {
		align-self: flex-end;
	}
	.module-67 .two-photo.hidden {
		display: block !important;
		visibility: visible !important;
	}
	.module-67 .welcome-img.hidden-1080 {
		display: none;
	}
	.module-67 .ry-container .ry-content {
		max-width: 786px;
	}
}

@media (max-width: 500px) {
	.module-67 .ry-container .welcome-left, .module-67 .ry-container .welcome-right {
		display: none;
	}
	.module-67 .ry-container .ry-content {
		max-width: 100%;
		width: 90%;
		margin: 0 auto;
	}
}

/** Welcome End **/

/** Face Body Start **/

/* STYLE 7 */

.face-body .background-section, 
.face-body .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center bottom;
}

.face-body:before {
	content: "";
	position: absolute;
}

.face-body {
	padding: 0 80px;
	margin-top: -2px;
	    position: relative;
}


.face-body .ry-flex {
	align-items: center;
	flex-direction: row;
	justify-content: flex-end;
	gap: 100px;
}

.face-body .ry-container {
	max-width: 1600px;
	width: 90%;
	z-index: 99;
}

.face-body .ry-flex .ry-each.image-wrapper {
	max-width: 780px;
	width: 45%;
	margin-top: -6rem;
    align-self: flex-start;
}

.face-body .ry-flex .ry-each {
    width: 50%;
    flex: unset;
	max-width: calc(100% - 780px);
}

.face-body .ry-flex .ry-each.image-wrapper .photo {
	position: relative;
	height: 100%;
	width: 100%;
}

.face-body .ry-flex .ry-each.image-wrapper .photo img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.face-body .ry-headline h2 {
	color: #c3a470 !important;
	font-weight: 500;
	text-align: center;
	line-height: 120%;
}

.face-body .ry-text p {
	margin: 30px 0 40px;
	font-size: 19px;
    color: #333;
}

.face-body  .text-wrapper {
	max-width: 100%;
}
.face-body .button-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.face-body .button-wrapper .ry-btn {
    width: auto;
    max-width: 100%;
    min-width: max-content;
}

@media (max-width: 1680px) {
	.face-body .ry-each h2 {
		font-size: 50px;
	}
}
@media (max-width: 1480px) {
	.face-body .ry-each:not(.image-wrapper) {
		max-width: 100%;
		padding-right: 60px;
	}
	.face-body .ry-each.image-wrapper {
		max-width: 60%;
	}

}
@media (max-width: 1080px) {
	.face-body {
		padding: 0 0 80px;
	}
	.face-body .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 40px;
	}
	.face-body .ry-flex .ry-each.image-wrapper {
		margin-top: 20px;
	}
	.face-body .ry-each:not(.image-wrapper) {
		max-width: 100%;
		padding: 0;
		justify-content: center;
		align-items: center;
		display: flex;
		padding-bottom: 0 !important;
	}
	.face-body .ry-each .ry-text p,
	.face-body .ry-each h2 {
		text-align: center;
	}
	.face-body .ry-each h2 {
		font-size: 46px;
	}
	.face-body .ry-each .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.face-body .ry-each.image-wrapper {
		width: 100% !important;
		max-width: 680px !important;
		padding-bottom: 0px;
	}
	.face-body .ry-each.image-wrapper .photo.offset {
		max-width: 80%; 
	}
	.face-body:before {
		top: 76%;
		padding-bottom: 70%;
		width: 100%;
	}
	.face-body .ry-flex .ry-each {
		max-width: 700px;
		width: 100%;
	}
}
@media (max-width: 680px) {
	.face-body .ry-flex .ry-each.image-wrapper {
		width: 80%;
	}
}
@media (max-width: 480px) {
	.face-body .ry-each h2 {
		font-size: 42px;
	}
	.face-body .ry-each .ry-text p,
	.ry-btn {
		font-size: 18px !important;
	}
}
@media (max-width: 420px) {
	.face-body .ry-each h2 {
		font-size: 36px;
	}
	.face-body .ry-each .ry-text p,
	.ry-btn {
		font-size: 16px !important;
	}
}

/* END STYLE 7 */

@media (min-width: 1081px) {

	.face-body .ry-headline h2, .face-body .ry-text p {
		text-align: right !important;
	}
	.face-body .ry-flex {
		flex-direction: row-reverse;
	}
}

@media (max-width: 1080px) {
	.face-body .text-wrapper {
		padding: 0 15px 60px;
	}
}

.face-body .ry-flex .ry-each:not(.image-wrapper) {
	padding: 8rem 0;
}

@media (max-width: 1080px) {
	.face-body .ry-flex .ry-each.image-wrapper .photo img {
		max-width:500px;
		width:100%;
		margin:auto;
		object-fit: cover;
		height:auto
	}
	.module-28 .ry-flex {
		flex-direction: row;
	}
	.face-body .ry-each.image-wrapper {
		width: 100% !important;
		max-width: unset !important;
		padding-bottom: 0px;
		margin-bottom: unset !important;
	}
	.face-body .ry-flex {
		gap: 40px;
	}
	.face-body .text-wrapper {
		padding:0;
	}
}

@media(max-width:991px){
	.face-body .ry-flex, .module-28 .ry-flex {
		flex-direction: column;
		align-items:center;
		justify-content:center
	}

	.face-body .ry-flex .ry-each.image-wrapper .photo img,
	.module-28 .ry-left img{
		max-width:320px;
		width:100%;
		margin:auto;
		object-fit: cover;
		height:auto
	}
}

.face-body .ry-headline h2 {
	margin: auto;
	margin-bottom: 50px;
}

.face-body .ry-headline h2 span {
	margin-bottom: 10px;
	color: #fff !important;
    opacity: .75;
}

.face-body .ry-heading {
	padding: 35px 70px;
	margin: 0;
	background: #fff;
	border-radius: 20px;
	border: unset;
}

.face-body .ry-heading div {
	font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
	font-family: 'Tenor Sans' !important;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #3e4f5f;
}

.face-body .ry-accordion {
	box-shadow: unset;
}

.face-body .ry-heading:after {
	content:"";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%233e4f5f' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
	width: 25px;
	height: 25px;
	background-size: cover;
	/* top: 50%; */
}

.face-body .ry-accordion .ry-content {
     border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 35px 70px 60px;
    margin-top:-33px;
    border-radius:20px;
}

.face-body .ry-accordion .ry-content .ry-text {
	padding-top: 40px;
	border-top: 1px solid #c4cccf;
	font-size: 22px;
	line-height: 1.6;
	color: #555;
}

.face-body .ry-heading:not(:first-child) {
	margin-top: 20px;
}

.face-body .ry-heading.ui-state-active:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23bd945a' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z'/%3E%3C/svg%3E");
}
.face-body .ry-heading.ui-state-active {
 border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	z-index:2;
	z-index:11
}

.face-body 
.ry-heading.ui-state-active div {
	color: #bd945a;
}
.ry-accordion .ry-heading.ui-state-active:after {
    content: "";
}
/** Face body End **/

/** Services Start **/
.ry-services.style1.custom-services .main-title h2 {
    color: #c3a470 !important;
}
.ry-services.style1 .ry-flex .ry-each {
	display: flex;
	flex-direction: column-reverse !important; 
	justify-content: center;
	align-items: center;
}
.ry-services.style1.custom-services {
    position: relative;
    padding: 4rem 0 7rem;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-bbf076b8-2e83-4d91-91dd-15085a59599c/Assets/services_bg.jpg);
	background-size: cover;
	background-position: center top;
	margin-top: -1px;
}
.ry-services.style1 .ry-content {
    margin-top: 60px;
}
.ry-services.style1 .ry-flex {
	padding-bottom: 120px; 
	flex-direction: unset !important;
}


.ry-services.style1 .ry-flex .ry-each .photo {
	padding-bottom: 130%;
}
.ry-services.style1.custom-services {
    position: relative;
}
.ry-services.style1 .ry-flex .ry-each .title {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
}
.ry-services.style1 .ry-flex .ry-each .title div::before {
	display: none;
}
.ry-services.style1 .ry-flex .ry-each .title div {
	padding: 20px 0;
}
.ry-services.style1 .ry-flex .ry-each .title {
	min-height: 108px;
	display: flex;
    align-items: center;
    justify-content: center;
	    padding: 0 30px;
}
.ry-services.style1 .ry-flex .ry-each .photo img {
	z-index: 9;
}

.ry-services.style1 .ry-flex .ry-each .button-svg {
	display: none;
}

.ry-services.style1 .ry-flex .ry-each .photo img {
    filter: grayscale(0);
    opacity: 1;
    transition: .3s;
}
.ry-services.style1 .ry-flex .ry-each:hover .photo img {
	filter: grayscale(1);
    transition: .3s;
}
.ry-services.style1 .ry-flex .ry-each .photo:before {
	opacity: 0;
}
.ry-services.style1 .ry-flex .ry-each:hover::before {
	box-shadow: inset 0 400px 0 0 #c3a470, inset 0 -400px 0 0 #c3a470;
	opacity: 1;
}
.ry-services.style1 .ry-flex .ry-each:hover::before {
	display: none
}

.ry-services.style1 .swiper-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.ry-services.style1 .swiper-arrow .swiper-button-prev, .ry-services.style1 .swiper-arrow .swiper-button-next {
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    top: unset;
    transform: unset;
    border: 1px solid #c3a470;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 60px;
    aspect-ratio: 1;
	background: none;
}

.ry-services.style1 .swiper-arrow .swiper-button-prev:before, .ry-services.style1 .swiper-arrow .swiper-button-next:before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    width: 13px;
    height: 13px;
    left: 6px;
}

.ry-services.style1 .swiper-arrow .swiper-button-next:before {
	transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
	left: -6px;
}

@media (min-width: 1441px) {
	.ry-services.style1 .ry-flex {
		padding-bottom: 0px;
	}
	.ry-services.style1 .swiper-arrow { 
		display: none;
	}
}
 

.group-services .ry-flex {
    flex-wrap: wrap;
    gap: 30px 20px;
}

.group-services .ry-flex .each {
    width: calc(50% - 20px);
}

.group-services .ry-flex .each .photo {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.group-services .ry-flex .each .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: .5s;
}

.group-services .ry-flex .each:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid #b6916a;
}

.group-services .ry-flex .each .title {
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 32px;
    width: 100%;
    text-align: center;
    bottom: 30px;
    z-index: 3;
    color: #ffffff;
}

.group-services .ry-flex .each .photo:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #000; */
    z-index: 1;
    background-image: linear-gradient(to bottom, #00000000, #00000000, #000);
}

.group-services .ry-flex .each:hover .photo img {
    filter: grayscale(1);
    transform: scale(1.2);
}

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


.default .module-43 .ry-left img {
    max-height: 100px;
}

.default .module-43 .ry-right .ry-menu .nav-menu li.primary > a {
    color: #333 !important;
}


.media .group-services .ry-flex .each .photo img {
    object-fit: contain;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.media .group-services .ry-flex .each .title {
    line-height: 1;
    font-size: 24px;
}

.media .group-services .ry-flex .each .title {
    padding: 0 20px;
}

.module-1 {
    display: flex;
    gap: 30px;
}

.module-1:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e8e8e8;
}

.module-1 h4 {
    margin-bottom: 20px !important;
}

.module-1 p {
    line-height: 1.5;
}

@media (max-width: 1080px) {
	.group-services .ry-flex .each .title {
		font-size: 32px;
		bottom: 20px;
	}
}

@media (max-width: 768px) {
	.group-services .ry-flex .each:before {
		top: -6px;
		left: -6px;
		width: calc(100% + 12px);
		height: calc(100% + 12px);
	}

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

	.group-services .ry-flex .each .title {
		font-size: 24px;
	}

	.module-1 {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-1 .ry-box-left, .module-1 .ry-box-right {
		width: 100%;
		max-width: 100%;
	}

	.module-1 .ry-box-right * {
		text-align: center !important;
	}

	.module-1 .ry-box-right p {
		line-height: 1.5;
	}

	.module-1 .ry-box-right .ry-btn {
		margin: auto;
	}
	.module-1 h4 {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 620px) {
	.group-services .ry-flex .each {
		width: 100%;
	}
	.module-1 .ry-box-right p {
		font-size: 16px;
	}
}
/** Services End **/
.module-16 .ry-container {
    max-width: 1600px;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
}
.module-16 #footer-row1 .social-inner-wrap li, .module-16 #footer-row1 .social-inner-wrap li a {
    background: transparent !important;
    border-radius: 0 !important;
}

.module-16 #footer-row1 .social-inner-wrap li a svg {
    width: 20px;
    height: 20px;
    fill: #baafa3;
}
.module-16 #footer-row1 .card .card-body .social-media, ul.social-icons-custom.ry-social-custom {
    padding: 0;
    margin: 0;
}

.footer-social {
    border-top: 1px solid #baafa3;
    padding-top: 30px;
    margin-top: 20px;
}

.footer-social .ry-footer-detail::before {
	display: none !important;
}

.module-16 #footer-row1 .card .card-title .ry-heading {
	font-size: clamp(1.5625rem, 1.4rem + 0.8125vw, 2.375rem);
	color: #c3a470;
}

.module-16 #footer-row1 .card .card-body .ry-footer-detail *, .module-16 #footer-row1 .card .card-body .ry-footer-detail, .module-16 #footer-row1 .card .card-body * {
    font-size: clamp(1.1875rem, 1.15rem + 0.1875vw, 1.375rem) !important;
}

.module-16 #footer-row1 .card .office-hours {
    max-width: 470px;
}
.module-16 #footer-row2 .ry-right .ry-text {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.module-16 #footer-row2 .ry-right img {
    margin-bottom: -4px;
    max-width: 130px;
    width: 100%;
	opacity: 1 !important;
}

.module-16 #footer-row2 .ry-left {
	width: 100%;
}

div.module-16 #footer-row2 .ry-right {
	max-width: 240px;
}

.ry-services.style1.custom-services .content.swiper.swiper-container-horizontal {
    overflow: hidden;
	    padding-bottom: 3px;
}

/** Fixed Responsiveness **/

.mobile-container {
	background: #000 !important;
}


body.default .ry-btn {
    font-size: 18px !important;
    letter-spacing: initial !important;
}

@media (max-width: 1500px) {
	.face-body .ry-heading {
		padding: 25px 40px;
	}
	.face-body .ry-heading:after {
		background-size: 20px;
		background-repeat: no-repeat;
	}
	.module-28 .ry-left img {
		max-width: 500px;
	}
	.module-16 #footer-row2 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.module-16 #footer-row2 * {
		text-align: center;
	}
	.module-16 #footer-row1 .card-wrap {
		gap: 6%;
	}
}

@media(max-width:1280px) {
    div.module-67 {
		padding-bottom:160px
	}
	.face-body .ry-flex {
		flex-direction:column-reverse;
		gap:40px;
	}

	.face-body .ry-flex img {
		margin-inline:auto;
		max-width: 380px;
		width:100%
	}
	.face-body .ry-flex .ry-each.image-wrapper {
		max-width: 100%;
		width: 100%;
		margin-top: -6rem;
		align-self: flex-start;
	}
	.face-body .ry-flex .ry-each:not(.image-wrapper) {
		padding: 0;;
		width:100%;

	}
	.face-body .ry-flex .ry-each h2 {
		text-align:center !important
	}
}

@media (max-width: 1080px) {
	.mobile-container .flex-wrap .mobile_logo img {
		max-width: 150px;
	}
	.mobile-container .flex-wrap .flex-item.left-nav,
	.mobile-container .flex-wrap .flex-item.right-nav{
		width:fit-content
	}
	.module-16 #footer-row2 {
		justify-content: center;
        align-items: center;
	}
	ul.social-icons-custom.ry-social-custom .social-inner-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.module-16 #footer-row1 .card .card-body .ry-footer-detail {
		justify-content: center;
	}
	.face-body .ry-heading {
		padding: 24px 30px;
	}
	.module-16 #footer-row1 .card-wrap {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

.mm-panel .mob-menu a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 20px;
    text-wrap: wrap;
    white-space: normal;
    line-height: 14px;
}

@media(max-width:1080px) {
	.ry-services.style1 .swiper-arrow {
		bottom: 50px;
	}
	.ry-services.style1.custom-services {
		padding-bottom:50px
	}
}

@media(max-width:780px) {
    .ry-services.style1 .swiper-arrow {
		bottom: 50px;
	}
	.ry-services.style1.custom-services {
		padding-bottom:20px
	}
}

