.module-66 .video-wrapper {
	position: relative;
	padding-bottom: 1080px;
	width: 100%;
}

.module-66 .video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.module-66 .video-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(0 0 0 / 0%) 80%);
	z-index: 1;
}

.module-team.style2 .team-wrapper .slick-list.draggable {
    width: 100% !important;
}
.module-team.style2 .ry-content .slick-dots {display: none;}

.module-services.style-12 .ry-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-services.style-12 .ry-content .for-btn {
    margin-top: 60px;
}

/*HP - TESTIMONIALS*/

.hp-custom-testimonials .background-section,
.hp-custom-testimonials .background-section img {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hp-custom-testimonials .ry-content {
    width: min(676px, 100%);
    border-radius: 32px;
    filter: drop-shadow(0px 16px 43.5px rgba(0,0,0,0.17));
    background: rgb(255 255 255);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(255 255 255 / 80%);
    padding: 85px;
    position: absolute;
    top: 10rem;
	right: 0;
}

.hp-custom-testimonials .each-testi .star-rate {
    display: flex;
}

.hp-custom-testimonials .each-testi .star-rate svg {
    width: 20px;
    fill: #f6ae32;
}


.hp-custom-testimonials .group-testi {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
}

.hp-custom-testimonials .testimony p {
    width:100%;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 160%;
    color: #333333;
    font-weight: 300;
	margin: 30px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5; /* number of lines to show */
	line-clamp: 5; 
	-webkit-box-orient: vertical;
}

.hp-custom-testimonials .group-testi .testi-name p {
    font-size: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #324238;
    font-weight: 500 !important;
}

.hp-custom-testimonials .background-section {position: relative;inset: 0;padding-bottom: 49%;}

.hp-custom-testimonials .hp-headline h2 {
    line-height: normal;
}

.hp-custom-testimonials ul.slick-dots {
    padding: 0;
    list-style: none;
    display: flex !important;
    gap: 5px;
}

.hp-custom-testimonials ul.slick-dots li button {
    color: transparent;
    width: 10px;
    height: 10px;
    background: #63656a;
    opacity: .3;
}
.hp-custom-testimonials ul.slick-dots li.slick-active button {
    width: 30px;
    opacity: 1;
}

.hp-custom-testimonials .testi-name {
    display: flex;
    align-items: center;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details ul li {
    color: #333;
    font-size: 18px;
}
.module-services.style-12 .content .ry-flex .ry-each:nth-child(2) ul li {
    color: #fff;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
    font-size: 20px;
    line-height: 1.2;
    min-height: 75px;
}
@media screen and (max-width: 1680px) {
    .hp-custom-testimonials .ry-content {
        top: 6rem;
    }
}

@media screen and (max-width: 1536px) {
    .hp-custom-testimonials .background-section {
        padding-bottom: 56.25%;
    }
}


@media screen and (max-width: 1366px) {
    .hp-custom-testimonials .background-section {
        padding-bottom: 61.25%;
    }
}

@media screen and (max-width: 1280px) {
    .hp-custom-testimonials .background-section {
        padding-bottom: 62.25%;
    }

    .hp-custom-testimonials .ry-content {
        top: 5rem;
    }
}

@media screen and (max-width: 1080px) {
	div.hp-custom-testimonials .background-section {
		padding-bottom: 71.25%;
	}
	.module-66 .video-wrapper {
		padding-bottom: 71.25%;
	}

}

@media screen and (max-width: 991px) {
	div.hp-custom-testimonials .background-section {
		padding-bottom: 82%;
	}
}

@media screen and (max-width: 768px) {
	
	div.hp-custom-testimonials .background-section {
		padding-bottom: 100%;
	}

}

@media screen and (max-width: 680px) {
	div.hp-custom-testimonials .group-testi {
		align-items: center;
		justify-content: center;
		flex-direction: column-reverse;
		gap: 10px;
	}

	div.hp-custom-testimonials .hp-headline h2 {
		text-align: center;
	}
	
	div.hp-custom-testimonials .background-section img {
		object-position: 70%;
	}
	div.hp-custom-testimonials .ry-content {
		background-color: rgb(255 255 255 / 90%);
		padding: 10%;
	}
	
	div.hp-custom-testimonials .background-section {
		padding-bottom: 120%;
	}
	
	div.hp-custom-testimonials .testimony p {
		width: 100%;
		font-size: clamp(1.125rem, 0.9875rem + 0.6875vw, 1.8125rem);
	}
}

@media screen and (max-width: 480px) {
	div.hp-custom-testimonials .background-section {
		padding-bottom: 160%;
	}

	div.hp-custom-testimonials .ry-content {
		padding-bottom: 5%;
	}
}

@media screen and (max-width: 768px) {
	.hp-custom-testimonials .ry-content {
		top: 50%;
		left: 50%;
		transform: translate(-50%, 12%) !important;
	}
}
.hp-custom-testimonials {
    margin-top: -2px;
}
/*END OF HP - TESTIMONIALS*/

/** Model Start **/
body.home .modal-dialog {
    max-width: 820px;
    width: 100%;
    padding: 0 20px;
    margin: 2vw auto 0;
    display: flex;
    align-items: flex-start;
    height: 100%;
}

body.home .modal-body {
    padding: 0;
}

body.home .modal-footer {
    display: none;
}

body.home .main-modal .modal-content {
    box-shadow: none;
	background: transparent;
	border: none;
}

body.home .main-modal .modal-title {
    padding: 40px 20px 20px;
}

/*body.home .main-modal .row-modal {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-9d10528f-5fb4-4741-91de-49fbf55c4222/modal_assets/light_bg_top.jpg);
	background-size: cover;
}*/

body.home .main-modal .row-modal .ry-flex {
    align-items: end;
}

/*body.home .main-modal .row-modal.row-second {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-9d10528f-5fb4-4741-91de-49fbf55c4222/modal_assets/dark_bg_bottom.png);
    background-size: cover;
    margin-top: -114px;
    padding-top: 70px;
	background-position: center top;
}*/

body.home .main-modal {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-9d10528f-5fb4-4741-91de-49fbf55c4222/Assets/popup_bkgrnd.png);
    background-size: cover;
    background-position: center center;
}

body.home .main-modal .row-modal .modal-content {
    padding: 0 10% 107px 40px;
    width: 100%;
    max-width: 500px;
    align-self: center;
}

body.home .main-modal .row-modal.row-second .modal-content {
    max-width: 510px;
    padding: 0 20px 0 8%;
}

body.home .main-modal .row-modal .modal-content h4 {
    font-size: clamp(1.375rem, 1.25rem + 0.625vw, 2rem);
    color: #000000;
    font-family: 'Tenor Sans', serif !important;
}

body.home .main-modal .row-modal .modal-content p {
    color: #333;
    font-size: 18px;
    margin-bottom: 18px;
	line-height: 130%;
}

body.home .main-modal .row-modal.row-second .modal-content h4, body.home .main-modal .row-modal.row-second .modal-content p {
    color: #fff;
}

body.home .main-modal .row-modal .modal-content a.ry-btn {
    position: relative;
    text-transform: uppercase;
    padding: 8px 18px;
    display: flex;
    border-radius: 6px !important;
    font-family: 'Tenor Sans', serif !important;
    font-size: 16px !important;
}

body.home .main-modal .row-modal .modal-content a.ry-btn:after {
    content: "";
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-9d10528f-5fb4-4741-91de-49fbf55c4222/modal_assets/arrow_diagonal_dark.png);
    background-size: contain;
    width: 12px;
    height: 12px;
    display: block;
    filter: brightness(0) invert(1);
}

body.home .main-modal .row-modal.row-second .modal-content h4, .main-modal .row-modal.row-second .modal-content p {
    color: #fff;
}

body.home .main-modal .row-modal.row-second .modal-content a.ry-btn:not(:hover) {
    background: white !important;
    color: #000 !important;
}

body.home .main-modal .row-modal.row-second .modal-content a.ry-btn:not(:hover) {
    background: white !important;
    color: #000 !important;
}
body.home .main-modal .row-modal.row-second .modal-content a.ry-btn:not(:hover):after {
    filter: unset;
    transition: .3s;
}
body.home .main-modal .row-modal .modal-title h2 {
    color: #ead9af !important;
	font-size: clamp(1.375rem, 1.25rem + 0.625vw, 2rem) !important;
	font-family: 'Tenor Sans',serif !important;
	text-transform: uppercase;
	font-weight: 400 !important;
}
body.home .main-modal .row-modal .modal-title .modal-text.second-title h2 {
    font-size: clamp(2rem, 1.8rem + 1vw, 3rem) !important;
}
body.home .main-modal .row-modal .modal-title h2 span.span-1 {
    color: #526e60 !important;
    font-size: 20px !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    display: block;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
	line-height: 120%;
}

body.home .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

img#modal-logo {
	max-width: 280px;
	margin: auto;
	margin-bottom: 30px;
	margin-top: 20px;
}


body.home .close-btn button.btn.btn-primary {
    border-radius: 0 !important;
    border: none;
    background: #000;
    height: 30px;
    width: 30px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.module-66 .bnr-textbox .ry-section-title {
    line-height: 1;
    letter-spacing: -2px;
}

.module-66 .bnr-textbox .ry-section-title {
    max-width: 1080px;
    margin: auto;
}
@media (max-width: 1400px) {
	body.home .modal-dialog {
		max-width: 840px;
	}
}

@media (max-width: 1080px) {
	body.home .modal-dialog {
		max-width: 767px;
	}
	body.home .main-modal .row-modal .ry-flex {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
	}
	body.home .main-modal .row-modal .ry-flex .modal-img {
		width: 100%;
		max-width: 480px;
	}
	
	body.home .main-modal .row-modal .modal-content {
		padding: 40px 20px 50px 20px;
	}
	body.home .main-modal .row-modal .modal-content * {
		text-align: center;
	}
	body.home .main-modal .row-modal .modal-content a.ry-btn {
		margin: auto;
	}

	body.home .main-modal .row-modal.row-second .ry-flex {
		flex-direction: column-reverse;
	}
	body.home .main-modal .row-modal.row-second .ry-flex .modal-img {
		align-self: flex-end;
	}
	body.home .main-modal .row-modal .ry-flex .modal-img {
		display: none;
	}
	body.home .main-modal .row-modal.row-second .modal-content {
		padding: 120px 20px 40px;
	}
	body.home .main-modal .row-modal {
		padding-bottom: 10%;
	}
	body.home .main-modal .row-modal.row-second {
		margin-top: -12%;
	}
}

@media (max-width: 767px) {
	body.home .modal-dialog {
		height: auto;
		margin: 40px auto;
	}
	img#modal-logo {
		max-width: 180px;
	}
}

@media (max-width: 600px) {
	body.home .main-modal .row-modal .modal-title h2 {
		font-size: 24px !important;
	}
	body.home .main-modal .row-modal.row-second .modal-content {
		padding: 60px 20px 40px;
	}
}

@media (min-width: 1081px) {
	body.home .main-modal .row-modal.row-second .ry-flex {
		flex-direction: row-reverse;
	}
}
@media (min-width: 2000px) {
	.module-services.style-12 .content .ry-flex .ry-each {
		padding-left: 30px;
		padding-right: 30px;
	}

	
}
/** Model End **/

.checkbox-label {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 30px;
    margin-top: 12px;
}

.two-input {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
	.two-input {
		flex-direction: column;
		gap: 10px;
	}
}


.module-67 .ry-container #about .ry-section-title-wrapper h2 img {
    max-width: 460px;
}

.module-67 .ry-container {
    max-width: 1024px;

}

#ry-pg-body.services-grid .module-services.style1 .ry-each .photo img {
    object-fit: contain;
    width: 100% !important;
    height: 60% !important;
    top: 50%;
    transform: translate(0, -50%);
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .photo::before {
    /* opacity: 0; */
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .photo {
    background: #324238;
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-contain .ry-headline {
    text-align: center;
    padding: 0 30px;
    line-height: 1.5;
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block ul li p {
    text-align: left !important;
    font-size: 16px !important;
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {padding: 30px;}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4 {
    margin-bottom: 20px;
    font-size: 22px;
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block ul {
    list-style: none;
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block ul li:not(:last-child) {
    margin-bottom: 5px;
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block ul li:before {
    content: "";
    position: absolute;
    left: -15px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    top: 11px;
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block .ry-btn {
    margin-top: 20px;
    background: #fff !important;
    margin-bottom: 0;
    color: #324238 !important;
    font-size: 16px !important;
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {
    background: #324238;
}


.grid-box-services .ry-flex {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.grid-box-services .ry-flex .each {
    width: calc(33.33% - 30px);
    position: relative;
    min-width: 280px;
} 

.grid-box-services .ry-flex .each .link, .grid-box-services .ry-flex .each .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}

.grid-box-services .ry-flex .each .photo {
    position: relative;
    padding-bottom: 100%;
    background: #324238;
}

.grid-box-services .ry-flex .each .photo img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 140px;
    object-fit: contain;
    filter: invert(1);
    transition: .3s;
}

.grid-box-services .ry-flex .each .photo:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(153, 101, 20, 0), rgba(0, 0, 0, 0.5));
}

.grid-box-services .ry-flex .each .text {
    position: absolute;
    bottom: 30px;
    text-align: center;
    padding: 0 30px;
    width: 100%;
    line-height: 1.4;
    color: #ffff;
    z-index: 1;
    font-size: 20px;
}

.grid-box-services .ry-flex .each:hover .photo img {
    height: 160px;
}


.grid-box-services .ry-flex .each .photo {
    border-radius: 20px;
    overflow: hidden;
}

.grid-box-services .ry-flex .each .text {
    font-size: 22px;
    line-height: 1.2;
}

.grid-box-services .ry-flex .each .photo img {
    height: 110px;
}

.module-1 .ry-box-left img {
    object-fit: cover;
}

.module-1 .ry-box-left {
    padding-bottom: 30%;
    height: 0;
}

.module-1 .ry-box-left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
@media (max-width: 1480px) {
	.module-team.style2 .ry-flex .ry-left .img-wrap img {
		object-fit: contain;
	}

	.module-team.style2 .ry-flex .ry-left .img-wrap {
		padding-bottom: 100%;
	}

	.module-team.style2 .ry-content {
		padding-left: 0;
		padding-right: 0;
	}

}

@media (max-width: 768px) {
	.module-1 .ry-box-left {
		clear: both;
		width: 100%;
		padding-bottom: 100%;
	}

	.module-1 {
		align-items: center;
		gap: 30px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.module-1 .ry-box-right {
		width: 100%;
	}
	
	.module-1 .ry-box-left img {
		object-position: top;
	}
	
	.module-1 .ry-box-right * {
		text-align: left !important;
	}

}

#ry-pg-banner .ry-bnr-wrp:after, #ry-pg-banner .ry-bnr-wrp:before {
    opacity: 1 !important;
}