
@media (max-width: 1400px) {
	.module-43 .ry-right .ry-btn {
		height: 66px;
		padding: 20px 38px;
	}
	.module-43.fixed .ry-left img {
		max-height: 40px;
	}
}

@media (max-width: 1024px) {
	.mobile-container {
		background: white !important;
	}
	.mobile-container .mobile-nav button .hamburger-inner, .mobile-container .mobile-nav button .hamburger-inner:before, .mobile-container .mobile-nav button .hamburger-inner:after {
		background: #333 !important;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
		background: #343d15 !import
	}
}

/** Welcome Start **/

.module-welcome.style-7 {
    padding: 5em 0;
}

.module-welcome.style-7 .background-section {
	display: none;
}
.module-welcome.style-7 .ry-container {
	max-width: 1600px;
}
.module-welcome.style-7 .ry-flex {
    gap: 30px;
    justify-content: center;
}

.module-welcome.style-7 .ry-text p {
    margin: 30px 0 0px;
    line-height: 1.5;
    font-size: 20px;
    color: #695d5d;
}

.module-welcome.style-7 .ry-flex .ry-each.image-wrapper {
    max-width: 480px;
    width: 50%;
	overflow: hidden;
    border-radius: 30px;
}

.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo {
    padding-bottom: 100%;
}

.module-welcome.style-7 .text-wrapper {
    max-width: 100%;
    padding: 9% 0;
    padding-right: 45%;
}

.module-welcome.style-7 .ry-each.welcome-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddded3;
    border-radius: 30px;
    overflow: hidden;
    padding: 0px 30px;
}

.module-welcome.style-7 .ry-each.welcome-content .text-img {
	position: absolute;
	inset: 0;
	left: 82%;
	height: 0;
	padding-bottom: 65%;
	max-width: 400px;
	object-position: center left;
	margin: auto;
	transform: translateX(-50%);
}
.module-welcome.style-7 .ry-each.welcome-content .text-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
	object-position: left;
}
.module-welcome.style-7 .ry-each.welcome-content .text-img img {
    object-fit: cover;
}

.module-welcome.style-7 .ry-each.welcome-content .text-img {
    padding-bottom: 48%;
}
@media (max-width: 1600px) {
	.module-welcome.style-7 .ry-each.welcome-content .text-img {
		left: 92%;
	}
	.module-welcome.style-7 .text-wrapper {
		padding-right: 32%;
	}
}

@media (max-width: 1399px) { 
	.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo {
		padding-bottom: 115%;
	}
	.module-welcome.style-7 .ry-each.welcome-content .text-img {
		display: none;
	}
	.module-welcome.style-7 .text-wrapper {
		padding-right: 0;
	}
	.module-welcome.style-7 .ry-each.welcome-content {
        padding: 0px 5% !important;
	}
}

@media (max-width: 1080px) {
	.module-welcome.style-7 .ry-flex .ry-each.image-wrapper {
		padding: 0;
	}
	.module-welcome.style-7 .ry-each.welcome-content,.module-welcome.style-7 .ry-flex .ry-each.image-wrapper {
		max-width: 480px;
		width: 100%;
	}
	.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo {
		padding-bottom: 100%;
	}
}

@media (min-width: 1081px) {
	.module-welcome.style-7 .ry-flex {
		flex-direction: row-reverse;
	}
	.module-welcome.style-7 .ry-each.welcome-content {
		padding: 0px 5%;
		padding-right: 0;
	}
}

/** Welcome End **/

/** Services Start **/

.module-services.style-12 {
	padding: 6em 0;
}

.module-services.style-12 .content .ry-flex .ry-each .photo img, .module-services.style-12 .content .ry-flex .ry-each:nth-child(even) .photo img {
    filter: unset;
    height: 100px;
    width: 100px;
    margin: auto;
	transition: all .3s ease-in-out;
}

.module-services.style-12 .content .ry-flex {
	gap: 25px;
}

.module-services.style-12 .content .ry-flex .ry-each, .module-services.style-12 .content .ry-flex .ry-each:nth-child(odd) {
	background: #ddded3;
	padding: 3%;
	padding-bottom: 42px;
	padding-top: 42px;
}

.module-services.style-12 .content .ry-flex .ry-each .icons {
    display: none;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details h4, .module-services.style-12 .content .ry-flex .ry-each:nth-child(even) .services-details h4 {
    color: #343e14;
    font-weight: 600 !important;
    font-size: 20px;
	margin-bottom: 10px;
}
.module-services.style-12 .content .ry-flex .ry-each .services-details p, .module-services.style-12 .content .ry-flex .ry-each:nth-child(even) .services-details p {
    color: #333;
    font-size: 18px;
    line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5; /* number of lines to show */
	line-clamp: 5; 
	-webkit-box-orient: vertical;
	transition: all .3s ease-in-out;
}
.module-services.style-12 .content .ry-flex .ry-each {
	max-width: calc(20% - 20px) !important;
}

.module-services.style-12 .section-headline h2 .span-1 {
    display: none !important;
}

.module-services.style-12 .section-headline {
    margin-bottom: 60px;
}

.module-services.style-12 .content .ry-flex .ry-each:hover, .module-services.style-12 .content .ry-flex .ry-each:nth-child(odd):hover {
    background: #343d15;
	transition: all .3s ease-in-out;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .photo img, .module-services.style-12 .content .ry-flex .ry-each:nth-child(even):hover .photo img {
    filter: brightness(0) invert(1);
	transition: all .3s ease-in-out;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .services-details h4, .module-services.style-12 .content .ry-flex .ry-each:nth-child(even):hover .services-details h4,
.module-services.style-12 .content .ry-flex .ry-each:hover .services-details p, .module-services.style-12 .content .ry-flex .ry-each:nth-child(even):hover .services-details p {
	color: #fff;
	transition: all .3s ease-in-out;
}

@media (max-width: 1399px) {
	.module-services.style-12 .content .ry-flex {
		flex-wrap: wrap;
	}
	.module-services.style-12 .content .ry-flex .ry-each, .module-services.style-12 .content .ry-flex .ry-each:nth-child(odd) {
		max-width: calc(32% - 20px) !important;
	}
}

@media (max-width: 1080px) {
	.module-services.style-12 .content .ry-flex .ry-each, .module-services.style-12 .content .ry-flex .ry-each:nth-child(odd) {
		max-width: calc(35% - 20px) !important;
	}
}
@media (max-width: 620px) {
	.module-services.style-12 .content .ry-flex .ry-each, .module-services.style-12 .content .ry-flex .ry-each:nth-child(odd) {
		max-width: 360px !important;
	}
}

/** Services End **/

/** Collection Start **/

.module-collection {
    padding: 6em 0 0em;
}

.full-link, .full-link a {
	position: absolute;
	inset: 0;
	color: transparent;
}

.module-collection .ry-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
	transition: all .3s ease-in-out;
}

.module-collection .ry-title h4 {
    color: white;
    font-size: 24px;
    font-weight: 500 !important;
    transition: .3s ease-in-out;
    opacity: 0;
}
.module-collection .ry-each {
	position:relative;
}
.module-collection .ry-each:before {
	content: "";
	position: absolute;
	inset: 0;
	top: unset;
	height: 0%;
	transition: .3s ease-in-out;
	opacity: 0;
	background: linear-gradient(to top, #343e14, transparent);
}
.module-collection .ry-each:hover:before {
	height: 70%;
	transition: .3s ease-in-out;
	opacity: 1;
}
.module-collection .ry-each:hover .ry-title h4{
	transition: .3s ease-in-out;
	opacity: 1;
}

.module-collection .ry-each:hover .ry-title {
	transition: .3s ease-in-out;
	bottom: 60px;
}
.module-collection .ry-heading {
    min-height: 346px;
}
.module-collection .ry-heading h2 {
    margin-bottom: 30px;
}

.module-collection .ry-heading a.ry-btn.ry-btn-primary {
    width: 100%;
    max-width: 320px;
}

@media (max-width: 991px) {
	.module-collection .col-xs-12.grid.grid-cols-1.lg\:grid-cols-3.gap-\[20px\] {
		align-items: center;
		justify-content: center;
		display: flex;
		flex-direction: column;
	}
	.module-collection .ry-heading {
		min-height: 1px;
		margin-bottom: 30px;
	}
	.module-collection .ry-heading * {
		text-align: center;
	}
	.module-collection * {
		align-items: center;
	}
	.module-collection .ry-each {
		position: relative;
		width: 100%;
		max-width: 600px;
	}
	.module-collection .col-xs-12.lg\:col-span-1.grid.grid-cols-1.sm\:grid-cols-1.gap-\[20px\] {
		display: flex;
		flex-direction: column;
	}
}

.home-hidden {
    display: none;
}
body.home .ry-multi-item-slider .owl-carousel .owl-item img {
    filter: unset;
}

body.home .ry-multi-item-slider .owl-carousel .work {
	width: 100%;
	max-width: 250px;
	    height: 50px;
}

body.home .ry-multi-item-slider {
    padding: 30px 0 50px;
}

/** Collection End **/

/** Testimonials Start **/
.module-testimonials.style-3 {
	padding: 0;
}
.module-testimonials.style-3 .ry-container .ry-content .review-box {
    margin-top: 0;
	background: #ddded3;
}
.module-testimonials.style-3 .ry-container, .module-testimonials.style-3 .ry-container .ry-content {
    max-width: 100%;
}
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-comment p {
	color: #695d5d;
    font-size: 20px;
    line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* number of lines to show */
	line-clamp: 4; 
	-webkit-box-orient: vertical;
	margin-top: 40px;
	height: 100%;
	min-height: 118px;
}

.module-testimonials.style-3 .section-headline h2,
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-comment p {
    text-align: left !important;
}

.module-testimonials.style-3 .star-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    justify-content: flex-start;
    gap: 4px;
}

.module-testimonials.style-3 .star-wrapper svg {
    fill: #66702d;
    width: 16px;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-name {
    flex-direction: row;
    justify-content: space-between;
}
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-indicators li {
	width: 7px;
    height: 7px;
    margin: 0 4px;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-indicators li.active {
    width: 25px;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-indicators {
    bottom: 0 !important;
    right: unset;
    left: 0 !important;
    transform: unset;
}
.module-testimonials.style-3 .carousel {
    padding-left: 0;
    padding-bottom: 30px;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:last-child {
    padding: 80px 6%;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex:before {
	display: none;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each {
    width: 50%;
}
@media (max-width: 1080px) {
    .module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:nth-child(1) {
        margin-bottom: 0;
        width: 100%;
    }
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:last-child {
		padding: 60px 30px;
		width: 100%;
		max-width: 768px;
	}
	.module-testimonials.style-3 .section-headline h2, .module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-comment p {
		text-align: center !important;
	}
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:last-child * {
		justify-content: center;
	}
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-name {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-indicators {
		left: 50% !important;
		transform: translateX(-50%);
	}
}
/** Testimonials End **/

/** Start Of Footer **/

.module-44 .social-icons .social-inner-wrap a {
    color: #66702d !important;
}

.module-44 .social-icons .social-inner-wrap li .fa:hover {
	background: transparent !important;
    color: #66702d !important;
    opacity: 1 !important;
}

.module-44 .ry-divisor .social-inner-wrap:before { display: none;
    content:'';
    width:30%;
    height:1px;
    background:#6b79608c;
    position:absolute;
    left:0;
    top:20%;
}

.module-44 .ry-divisor {
	margin: 0;
}

.module-44 .social-icons .social-inner-wrap {
	margin-top: 10px;
	gap: 28px;
}
	
.module-44 .ry-divisor .social-inner-wrap:after { display: none;
    content:'';
    width:30%;
    height:1px;
    background:#6b79608c;
    position:absolute;
    right:0;
    top:20%;
}
.module-44 .ry-divisor {
    border:unset !important;
}
.module-44 .ry-flex {
	gap: 40px;
}
.module-44 .ry-flex .ry-each .website-info .address:before {
    content: "\f3c5";
}
.module-44 .ry-flex .ry-each .website-info .phone:before {
	content: "\f095";
	top: 7px;
	position: relative;
}

.module-44 .ry-flex .ry-each .website-info .address:before, .module-44 .ry-flex .ry-each .website-info .phone:before {
    font-family: 'Fontawesome';
    width: 20px;
    height: 30px;
    border-radius: 22px;
    background-color: transparent;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    color:#66702d;
    font-size:22px;
    font-weight:900;
}

.module-44 .social-icons .social-inner-wrap li .fa {
    border: none !important;
    box-shadow: unset;
    width:50px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
	    font-family: 'FontAwesome';
	color: #695d5d !important;
	    font-size: 20px;
}
.module-44 .social-icons .social-inner-wrap {
    padding: 0 !important;
    justify-content: flex-start;
}
.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: row;
}
	
.module-44 .ry-flex .ry-each .website-info .phone p{
	display:flex !important;
	flex-direction:column;
}
.module-44 .ry-flex .ry-each .website-info .phone p a{
	color: #666666;
	font-weight: 400 !important;
	margin-top: 8px;
} 

.module-44 .ry-flex .ry-each a, .module-44 .ry-flex .ry-each div, .module-44 .ry-flex .ry-each span {
    color: #666666;
    font-size: 17px;
    line-height: 1.6 !important;
    font-weight: 400 !important;
}
.module-44 .ry-flex .ry-each h2 {
	color: #343e14;
	font-size: 20px !important;
	text-transform: capitalize;
	font-weight: 500 !important;
}
.module-44 .ry-footer-top a, 
.module-44 .ry-flex .ry-each a .span-1 {
    font-weight: 400;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    transition: text-shadow 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
	
.module-44 .ry-footer-top a:hover,  .module-44 .ry-flex .ry-each a:hover .span-1, .module-44 .ry-footer-copyright a:hover  {
    opacity:1 !important;
    color: #333333 !important
}

	
.module-44 .ry-footer-logo {
	max-width: 340px;
	margin: 0 auto 0;	
}

.module-44 .ry-flex .ry-each .office-hours ul li .span-3 span {
    display: unset;
}

.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
    width: 100%;
    max-width:230px;
    text-align:start;
	white-space: nowrap;
}

.module-44 .ry-flex .ry-each .office-hours ul li {
	margin-bottom: 2px;
	gap: 30px;
}

.module-44 .ry-flex .ry-each {
	-ms-flex-preferred-size: unset;
	flex-basis: unset;
	width:fit-content;
	padding: 0;
	max-width: 240px;
}

.module-44  .office-hours ul li{
	display:flex;
	justify-content:space-between
}

.module-44 .ry-footer-copyright {
	background: #dcded2;
}

.module-44 .ry-footer-copyright *{
	font-size: 16px;
	color: #666666 !important;
	font-weight: 400 !important;
	text-align: center;
}

div.module-44 .ry-footer-copyright {
	padding: 0;
}
.module-44 .ry-footer-copyright .ry-left p {
	line-height:1.2 !important
}

@media(min-width:1080px) {
	.module-44 .ry-footer-copyright p, .module-44 .ry-footer-copyright a {
		text-align:start
	}
}

	
@media (max-width: 1380px) {
	div.module-44 .ry-flex .ry-each .span-2 {
		width: 140px;
	}	
}

@media (max-width: 1200px) {
	.module-44 .ry-flex {
		display: grid;
		grid-template-columns:auto;
		gap: 40px;
		justify-content: center;
		align-items: start;
		padding:0 4vw 50px;
	}

	.module-44 .social-icons .social-inner-wrap {
		justify-content: center;
	}

	.module-44 .ry-flex > div {
		max-width: 100% !important;
	}
	.module-44 .ry-flex .ry-each {
		margin:0 auto
	}

	.module-44 .ry-flex .ry-each .office-hours ul li {
		margin-bottom:10px;
	}
	.module-44 .ry-footer-top {
		padding-bottom: 0 !important;
	}
	.module-44 .ry-flex .ry-each .office-hours .span-2, .module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: center!important;
	}

	.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone {
        flex-direction: column;
        justify-content: center;
        text-align: center !important;
        align-items: center;
    }
	.module-44 .ry-flex *  {
		text-align:center !important
	}
	.module-44 .ry-footer-logo {
		max-width: 200px;
		margin: 0 auto 0;	
	}
	.module-44 .ry-flex .ry-each.ry-last-each {
		padding-left: 0;
		max-width: 768px !important;
		width: 100%;
	}
	div.module-44 .ry-flex .ry-each .span-2 {
		width: 70px;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		max-width: fit-content;
	}
	div.module-44 .ry-flex .ry-each .span-2 {
    width: fit-content;
    max-width: -webkit-fill-available;
}
}

@media (max-width: 1080px) {
	.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email {
		align-items: center !important;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction: row;
		justify-content: space-between;
	}
	.module-44 .ry-flex .ry-each .office-hours .span-2 {
		text-align: left !important;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: right !important;
	}
	.module-44 .ry-flex .ry-each div.office-hours {
		width: 100%;
		max-width: 320px;
	}
	.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email {
		flex-direction: column;
	}
	.full-map img {
		min-height: 450px;
	}
}

@media (max-width: 680px) {
    .module-44 .ry-flex {
		grid-template-columns: 1fr;
		justify-content: center;
		align-items: center;
	}
	
	.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.module-44 .ry-flex .ry-each .office-hours ul li span {
		width: 100%;
		max-width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center !important;
	}

	.module-44 .ry-flex .ry-each .office-hours .span-2 {
		text-align: center !important;
	}

}

.module-44 .social-icons .social-inner-wrap li .fa {
    width: fit-content;
    height: fit-content;
}

.module-44 .ry-flex .ry-each.ry-last-each img {
    border-radius: 30px;
}

.module-44 {
    padding-top: 60px;
}
.module-44 .ry-flex .ry-each.ry-last-each {
    max-width: 100%;
    padding-left: 3%;
}
.full-map {
    max-height: fit-content;
    min-height: 450px;
    height: 100%;
}
.full-map img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/** End of Footer **/


