.module-hero .item .text-center {
    position: relative;
    padding-bottom: 100vh;
}

.module-hero .item .text-center img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ry-btn {
    line-height: 1;
    height: 60px;
    padding: 10px 40px;
    border-radius: 30px;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}

.module-hero .carousel-control {
    display: none;
}

.module-hero .hero-text {
    position: absolute;
    bottom: 100px;
}

.module-hero .hero-text .ry-btn {
    margin: auto;
}

.module-hero .hero-text .ry-headline h1 {
    font-size: 90px;
    line-height: 1;
    margin-bottom: 20px;
    color: #fff;
    font-family: "Lora" !important;
    font-weight: 400 !important;
    font-style: italic;
}

.module-hero .hero-text .ry-headline h1 span {
    text-transform: uppercase;
    font-size: 30px;
    display: block;
    font-weight: 400;
    letter-spacing: 5px;
    margin-top: 10px;
    color: #e6d38f;
    font-style: initial;
    font-family: 'Nunito';
}

.module-hero .hero-text .ry-btn:not(:hover) {
    background: #fff !important;
    color: #333 !important;
}

.ry-headline h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: 400 !important;
    font-style: italic;
    font-family: 'Lora' !important;
    color: #000;
}

.ry-headline h2 .span-1 {
    display: block;
    font-size: 18px;
    font-style: initial;
    text-transform: uppercase;
    font-family: 'Nunito';
    letter-spacing: 1px;
    color: #bd7645;
}

.module-welcome.custom {
    padding: 160px 0;
}

.module-welcome.custom .ry-flex {
    align-items: center;
}

.module-welcome.custom .ry-container {
    max-width: 1280px;
    width: 90%;
}

.module-welcome.custom .ry-flex .ry-each {
    width: 50%;
}

.module-welcome.custom .ry-flex .ry-each.image-wrapper {
    padding-right: 100px;
}

.module-welcome.custom .photo.offset {
    display: none;
}

.ry-text p {
    font-size: 20px;
    font-family: 'Nunito' !important;
    line-height: 1.5;
    color: #46484f;
}

.module-welcome.custom .ry-flex .ry-each .ry-headline span {
    margin-bottom: 10px;
}

.module-welcome.custom .ry-flex .ry-each .ry-text {
    margin: 30px 0 40px;
}

.module-welcome.custom .ry-flex .ry-each .ry-headline h2 {
    font-size: 50px;
    margin-right: -20px;
}


.col-xs-12.background-section {}

.module-services.custom .ry-flex {
    display: initial;
}

.module-services.custom .ry-flex .each {
    /* width: inherit; */
}

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

.module-services.custom .ry-flex .each .title {
    position: absolute;
    bottom: 30px;
    width: 200px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    /* padding: 0 31%; */
    line-height: 1.1;
    left: 50%;
    transform: translate(-50%, 0);
}

.module-services.custom .ry-flex .each .photo:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #000; */
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-a98b397c-8b8e-46b6-8566-99400deca426/HomeAssets/hp_text_underlay.png);
    background-size: cover;
}

.module-welcome.custom {
    padding-bottom: 220px;
}

.module-services.custom .slick-list {
    margin: 0 -15px;
}

.module-services.custom:before {
    content: "";
    position: absolute;
    top: 46%;
    left: 0;
    width: 100%;
    height: 380px;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-a98b397c-8b8e-46b6-8566-99400deca426/HomeAssets/brick_bg.jpg);
    transform: translate(0, -50%);
}

.module-services.custom .slick-slider {
    padding: 60px 130px;
}

.module-services.custom .slick-slider .slick-arrow {
    position: absolute;
    left: 40px;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translate(0, -50%);
}

.module-services.custom .slick-slider .slick-arrow:before {
    content: "";
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 15px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.module-services.custom .slick-slider .slick-arrow.next-arrow {
    left: unset;
    right: 40px;
}

.module-services.custom .slick-slider .slick-arrow.next-arrow:before {
    /* transform: translate(0, -50%); */
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.module-services.custom .slick-list .slick-slide {
    margin: 0 15px;
}

.module-services.custom .ry-flex .each .photo {
    padding-bottom: 380px;
}

.module-services.custom .ry-flex .each .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-services.custom .ry-flex .each .photo:before {
    z-index: 1;
}

.module-services.custom .ry-flex .each .title {
    z-index: 2;
    font-size: 24px;
}

.module-services.custom .ry-container {
    max-width: 1480px;
    width: 90%;
}

.module-services.custom .ry-container .ry-headline {
    margin-bottom: 0;
}

.module-services.custom .ry-container .content {
    padding-bottom: 60px;
    background: linear-gradient(to top, #ffffff00, #FFf, #fff, #fff, #fff,  #ffffff00);
}

.ry-btn.btn-center {
    margin-left: auto;
    margin-right: auto;
}

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

.module-team.custom {
    padding: 360px 0;
    margin-top: -220px;
    margin-bottom: -160px;
}

.module-services.custom .ry-container .content {
    z-index: 1;
}

.module-team.custom .ry-container {
    max-width: 1000px;
    width: 90%;
}

.module-team.custom .ry-container .ry-headline h2 .span-1 {
    margin-bottom: 15px;
}

.module-team.custom .ry-container .ry-headline h2 {
    text-align: center;
}

.module-team.custom .ry-container .ry-flex {
    padding: 60px 0;
}

.module-team.custom .ry-container .ry-flex .each {
    max-width: 420px;
}

.module-team.custom .ry-container .ry-flex .each .text p {
    /* line-height: 1.5; */
    font-size: 20px;
    font-family: 'Nunito' !important;
    line-height: 1.5;
    color: #46484f;
}

.module-team.custom .ry-container .ry-flex .each .text h4 {
    font-size: 30px;
    color: #000;
    padding: 40px 0 20px;
    line-height: 1;
}

.module-team.custom .ry-container .ry-flex .each .text {
    clear: both;
}

.module-services.custom .ry-headline h2 .span-1 {
    margin-bottom: 15px;
}

.module-services.custom .ry-headline h2 {
    text-transform: capitalize;
}

.module-welcome.custom .ry-flex .ry-each .ry-headline span {
    margin-bottom: 15px;
}

.module-testimonials.custom {
    position: relative;
}

.module-testimonials.custom:before {}

.module-testimonials.custom:before {
    content: "";
    position: absolute;
    top: 46%;
    left: 0;
    width: 100%;
    height: 520px;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-a98b397c-8b8e-46b6-8566-99400deca426/HomeAssets/brick_bg.jpg);
    transform: translate(0, -50%);
}

.module-testimonials.custom .ry-container {
    max-width: 1480px;
    width: 90%;
}

.module-testimonials.custom .ry-container .content {
    padding: 160px 5% 100px;
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
}

.module-testimonials.custom .ry-container .content .photo {
    width: 120px;
    height: 120px;
    margin-top: -220px;
    margin-left: auto;
    margin-right: auto;
    /* float: none; */
    padding: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.module-testimonials.custom .ry-container .content .ry-text p {
    max-width: 800px;
    font-size: 22px;
    font-family: "Lora" !important;
    font-style: italic;
    color: #46484f;
    margin: auto;
    text-align: center;
}

.module-testimonials.custom .ry-container .content .ry-name {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.module-testimonials.custom .ry-container .content .ry-name svg {
    width: 20px;
    height: 20px;
}

.module-testimonials.custom .ry-container .content .ry-name .star-wrapper {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin: 30px 0;
}

.module-testimonials.custom .ry-container .content .ry-name h5 {
    font-size: 20px;
    text-transform: initial;
    color: #000;
    text-align: center;
    margin-bottom: 110px;
}

.module-testimonials.custom .ry-container .content .carousel-control {
    display: none;
}

.module-testimonials.custom .ry-container .content .ry-headline {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.module-testimonials.custom .ry-container .content .ry-headline .span-1 {
    margin-top: 15px;
}

.module-map #mapPIN {
    height: 720px;
}

.module-map {
    margin-top: -180px;
}


.module-footer.custom {
    background: #000;
}

.module-footer.custom .footer-top {
    padding: 120px 0 60px;
}

.module-footer.custom .ry-container {
    max-width: 1280px;
    width: 90%;
}

.module-footer.custom .footer-top .each-1 {
    max-width: 220px;
}

.module-footer.custom .footer-top .each-3 {
    max-width: 50px;
}

.module-footer.custom .footer-top .title {
    font-size: 26px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-family: "Lora" !important;
}

.module-footer.custom .footer-top .details:not(:last-child) {
    margin-bottom: 30px;
}

.module-footer.custom .footer-top .details {
    display: flex;
    gap: 10px;
}

.module-footer.custom .footer-top .details .icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #292929;
    border-radius: 50%;
}

.module-footer.custom .footer-top .details .text *, .module-footer.custom .footer-top .details .text {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}

.module-footer.custom .footer-top .details .text a {
    font-size: 18px;
    color: #fff;
}

.module-footer.custom .footer-top .details .icon svg {
    fill: #fff;
}

.module-footer.custom .footer-top .details .text.phone a {
    font-size: 24px;
}

.module-footer.custom .footer-top .each-2 {
    max-width: 320px;
}

.module-footer.custom .footer-top .details .text ul {
    list-style: none;
    padding-left: 0;
}

.module-footer.custom .footer-top .details .text ul li:not(:last-child) {
    margin-bottom: 10px;
}

.module-footer.custom .footer-top .details .text ul li, .module-footer.custom .footer-top .details .text ul li span {
    line-height: 1;
}

.module-footer.custom .footer-top .details .text ul li span {
    min-width: 170px;
}

.module-footer.custom .footer-top .details .text ul li {
    display: flex;
}

.module-footer.custom .footer-top .each-3 .custom-socmed li {
    list-style: none;
}

.module-footer.custom .footer-top .each-3 .custom-socmed li a {
    width: 50px;
    height: 50px;
    background: #e5d38f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-footer.custom .footer-top .each-3 .custom-socmed li a svg {
    width: 18px;
    height: 18px;
    fill: #000;
}

.module-footer.custom .footer-top .each-3 .custom-socmed {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-bottom {
    padding: 30px 0;
}

.footer-bottom .content {
    display: flex;
    justify-content: space-between;
}

.footer-bottom .content .ry-left, .footer-bottom .content .ry-right {
    max-width: max-content;
    width: 100%;
}

.footer-bottom .content .ry-right .powered {
    display: flex;
    gap: 10px;
}

.footer-bottom .content .ry-right .powered img {
    width: 120px;
    object-fit: contain;
}

.footer-bottom .content .ry-right .powered p,
.footer-bottom .content .ry-left p, .footer-bottom .content .ry-left p a{
    font-size: 16px;
    color: #fff;
    line-height: 1.1;
}

.module-43 .ry-container {
    max-width: 1600px;
    width: 90%;
}

.module-43 {
    padding: 45px 0;
}

.module-43 .ry-left img {
    min-width: 460px;
}

.module-43 .ry-right .ry-leads .ry-contact {
    min-width: unset;
    gap: 35px;
    align-items: center;
}

.module-43 .ry-right .ry-leads .ry-contact a.header-icon {
    display: flex;
    gap: 10px;
    align-items: center;
}

.module-43 .ry-right .ry-leads .ry-contact a.header-icon span {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
}

.module-43 .ry-right .ry-leads .ry-contact .ry-btn {
    display: flex;
    gap: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.module-43 .ry-right .ry-leads .ry-contact a.header-icon svg {
    fill: #fff;
}

.module-43 .ry-right .ry-menu .nav-menu {
    margin-top: 10px;
}

.module-43 .ry-right .ry-menu .nav-menu li a {
    font-size: 20px;
    letter-spacing: initial;
}

.module-43 .ry-right .ry-leads .ry-contact .ry-btn span {
    font-weight: 500;
}

.module-hero {
    margin-top: -1px;
}

#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
    font-size: 70px;
    font-family: 'Lora' !important;
    font-style: italic;
    font-weight: 400 !important;
    text-transform: initial;
    letter-spacing: initial;
    color: #000 !important;
    max-width: 60%;
}

body.default #ry-section-header.module-43 {
    padding: 30px 0;
    background: #000;
}

.team-inner-page.style1 .ry-flex {
    justify-content: center;
    gap: 30px;
}

.team-box .each-container .photo img {
    object-fit: contain;
}

.team-box .each-container .details .title h5 {
    color: #000;
}

.team-box .each-container .details .team-excerpt {
    margin-top: 10px;
}

.ry-sticky-menu.fixed {
    background: #000;
}

.testimonials-wrapper .carousel-indicators {
    bottom: 40px !important;
    display: flex !important;
    justify-content: center;
    gap: 15px;
}

.testimonials-wrapper .carousel-indicators li {
    margin: 0 !important;
    background: #b4b5b7;
}

.testimonials-wrapper .carousel-indicators li.active {
    background: #bd7645 !important;
}

ul.slick-dots {
	display: flex !important;
	width: 100%;
	justify-content: center;
	padding: 0;
	gap: 5px;
}



ul.slick-dots {
	list-style: none;
}

ul.slick-dots li {
	width: auto;
	height: auto;
	line-height: 0;
}

ul.slick-dots li button {
	width: 12px;
	height: 12px;
	text-indent: -999999px;
	background: #1f3038;
	border-radius: 50%;
	transition: .5s;
	opacity: .5;
}

ul.slick-dots li.slick-active button {
	width: 50px;
	border-radius: 5px;
	background: #bd7645;
	opacity: 1;
}

body.home .site-content {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-a98b397c-8b8e-46b6-8566-99400deca426/HomeAssets/Color_Fill_1.png);
    background-size: cover;
}

.module-testimonials.custom .ry-container .content .ry-name svg {
    fill: #e5d38f;
}

.module-hero:after,
.footer-bottom:after {
    bottom: -35px;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 35px;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-a98b397c-8b8e-46b6-8566-99400deca426/HomeAssets/hf_brick_bottom.jpg);
    background-size: cover;
    z-index: 1;
}

.footer-bottom {
    padding-bottom: 70px;
}


.footer-bottom:after {
    bottom: 0;
}

#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
    max-width: max-content;
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/
@media (max-width: 1480px) {
	.module-43 .ry-left {
		position: absolute;
		z-index: 2;
		top: -10px;
	}

	.module-43 .ry-left img {
		min-width: 340px;
	}

	.module-43 .ry-right {
		max-width: 100%;
		width: 100%;
	}

	.module-43 .ry-right .ry-menu .nav-menu {
		margin-top: 20px;
		max-width: 100%;
	}
}

@media (max-width: 1080px) {
	#menu_container {
		padding-top: 50px;
	}

	#menu_container .mm-listview li a {
		font-size: 16px;
		line-height: 1;
		letter-spacing: initial !important;
	}

	.mm-panel .mob-menu a {
		font-size: 16px;
		line-height: 1;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.mm-panel {
		padding-left: 0;
		padding-right: 0p;
	}

	a.mm-navbar__title {
		font-size: 16px;
	}

	.module-43 {
		display: none;
	}

	#theme2-smHeader {
		display: block !important;
	}

	.mobile-container {
		background: #000;
	}

	.mobile-container .mobile-nav {
		margin-right: 10px;
	}

	.mobile-container .flex-wrap .mobile_logo img {
		min-width: 190px;
	}

	#ry-pg-banner .ry-bnr-wrp {
		height: 360px;
		margin-top: 100px;
	}

	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		max-width: 100%;
		text-align: center;
		font-size: 56px;
	}

	#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
		padding: 0;
		margin: 0;
	}

	.module-hero .hero-text .ry-headline h1 {
		font-size: 72px;
	}

	.module-hero .hero-text .ry-headline h1 span {
		font-size: 22px;
		letter-spacing: 3px;
	}

	.module-hero {
		margin-top: 70px;
	}

	.module-hero .item .text-center {
		padding-bottom: 60%;
	}

	.module-hero .hero-text {
		padding: 60px 0;
		position: relative;
		bottom: 0;
		background: #000;
	}

	.module-hero .hero-text .ry-headline h1 {
		font-size: 60px;
	}

	.module-hero .hero-text .ry-headline h1 span {
		font-size: 18px;
	}

	.ry-btn {
		height: 56px;
		font-size: 16px !important;
	}

	.module-welcome.custom {
		padding: 100px 0;
	}

	.module-welcome.custom .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 60px;
	}

	.module-welcome.custom .ry-flex .ry-each.image-wrapper {
		padding: 0;
		width: 100%;
		max-width: 620px;
	}

	.module-welcome.custom .ry-flex .ry-each {
		width: 100%;
	}

	.module-welcome.custom .ry-flex .ry-each .ry-headline h2 {
		margin: 0;
		font-size: 42px;
		text-align: center;
	}

	.ry-text p {
		font-size: 18px;
	}

	.module-welcome.custom .ry-flex .ry-each .ry-text p {
		text-align: center;
	}

	.module-welcome.custom .ry-flex .ry-each .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}

	.module-services.custom .slick-slider {
		padding: 60px;
	}

	.module-services.custom .slick-slider .slick-arrow {
		left: 20px;
		width: 30px;
		height: 30px;
	}

	.module-services.custom .slick-slider .slick-arrow:before {
		padding: 10px;
	}

	.ry-headline h2 {
		font-size: 48px;
	}

	.module-team.custom .ry-container .ry-flex .each .text p {
		font-size: 18px;
	}

	.module-testimonials.custom .ry-container .content .ry-text p {
		font-size: 20px;
	}

	.module-testimonials.custom .ry-container .content .ry-name h5 {
		font-size: 18px;
	}

	.module-footer.custom .footer-top .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 30px;
	}

	.module-footer.custom .footer-top .each-2 {
		max-width: 100%;
	}

	.module-footer.custom .footer-top .title {
		font-size: 24px;
		text-align: center;
		margin-bottom: 20px;
	}

	.module-footer.custom .footer-top .details {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-footer.custom .footer-top .details .text *, .module-footer.custom .footer-top .details .text {
		text-align: center;
	}

	.module-footer.custom .footer-top .each-3 {
		max-width: 100%;
	}

	.module-footer.custom .footer-top .each-3 .custom-socmed {
		flex-direction: row;
		justify-content: center;
		margin-top: 30px;
	}

	.footer-bottom .content {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.footer-bottom .content .ry-right .powered {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-bottom .content .ry-right .powered p, .footer-bottom .content .ry-left p, .footer-bottom .content .ry-left p a {
		text-align: center;
	}
}

@media (max-width: 991px) and (min-width: 621px) {
	.module-team.custom .ry-container .ry-flex .each {
		width: calc(50% - 30px);
	}
}

@media (max-width: 620px) {
	.module-hero .hero-text .ry-headline h1,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 42px !important;
	}

	.module-welcome.custom .ry-flex .ry-each .ry-headline h2 {
		font-size: 36px;
	}

	.ry-text p {
		font-size: 16px;
	}

	.ry-headline h2 {
		font-size: 40px;
	}

	.module-services.custom .ry-flex .each .title {
		font-size: 20px;
		bottom: 20px;
	}

	.module-team.custom .ry-container .ry-flex .each .text h4 {
		font-size: 20px;
	}

	.module-team.custom .ry-container .ry-flex .each .text p {
		font-size: 16px;
	}

	.module-testimonials.custom .ry-container .content {
		padding-top: 100px;
		padding-bottom: 80px;
	}

	.module-testimonials.custom .ry-container .content .ry-text p {
		font-size: 18px;
	}

	.module-testimonials.custom .ry-container .content .ry-headline {
		margin-bottom: 30px;
	}

	.module-testimonials.custom .ry-container .content .ry-name svg {
		fill: #9f9263;
	}

	.module-testimonials.custom .ry-container .content .photo {
		margin-top: -160px;
	}
	
	.module-team.custom .ry-container .ry-flex {
		display: initial;
	}
	
	

	.module-team.custom .slick-dots {
		margin-top: 50px;
	}
}
@media (min-width: 768px) {

    /** PLACE YOUR TABLET AND UP CSS HERE **/
    
}

@media (min-width: 992px) {

    /** PLACE YOUR LAPTOP AND UP CSS HERE **/
    
}

@media (min-width: 1200px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/
	.module-testimonials.custom .ry-container .content .ry-text p {
		min-height: 135px;
	}
}