/*HP - TESTIMONIALS*/

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

.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: 15rem;
	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: 23px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #121556;
    font-weight: 500;
    
}

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

.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;
	border: 0;
}
.hp-custom-testimonials ul.slick-dots li.slick-active button {
    width: 30px;
    opacity: 1;
}

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


@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: 60%;
    }
}


@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%;
	}
}

@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%;
	}
	
	div.hp-custom-testimonials .background-section,
	div.hp-custom-testimonials .background-section img {
		object-position: 0;
	}
	
	div.hp-custom-testimonials .ry-content {
        background: rgb(255 255 255 / 49%);
        backdrop-filter: none;
        background-color: rgb(255 255 255 / 76%) !important;
    }

}

@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 ul.slick-dots {
		align-items: center;
		justify-content: center;
	}

	div.hp-custom-testimonials .hp-headline h2 {
		text-align: center;
	}
	
	div.hp-custom-testimonials .background-section img {
		        object-position: 20%;
	}
	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*/

/** Start Of Footer **/

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

.module-44 .social-icons .social-inner-wrap li .fa:hover {
	background: #fff !important;
	color: #6d70af !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: 30px;
}

.module-44 .ry-divisor .social-inner-wrap:after { display: none;
	content:'';
	width:30%;
	height:1px;
	background:#6d70af8c;
	position:absolute;
	right:0;
	top:20%;
}
.module-44 .ry-divisor {
	border:unset !important;
}

.module-44 .ry-flex .ry-each .website-info .address:before {
	content: "\f3c5";
}
.module-44 .ry-flex .ry-each .website-info .phone:before {
	content: "\f095";
}

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

.module-44 .social-icons .social-inner-wrap li .fa {
	border: 2px solid #dd92b1 !important;
	box-shadow: unset;
	width:50px;
	height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family: 'FontAwesome';
}
.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: column;
}

.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: #ffffff;
	font-weight: 500;
	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: #ffffff;
	font-size: 17px;
	line-height: 1.6 !important;
	font-weight: 400;
}
.module-44 .ry-flex .ry-each h2 {
	color: #ffffff;
	font-size: 25px !important;
	text-transform: uppercase;
	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: #dd92b1 !important
}


.module-44 .ry-footer-logo {
	max-width: 230px;
	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: 20px;
}

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

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

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

.module-44 .ry-footer-copyright *{
	font-size: 16px;
	color: #ffffff !important;
	font-weight: 400 !important;
	text-align: center;
}
.module-44 .ry-footer-copyright .ry-left img, .module-44 .ry-footer-copyright .ry-right img {
	filter:unset
}
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: repeat(2, 1fr); /* Two columns */
		gap: 40px;
		justify-content: center;
		align-items: start;
		padding:0 4vw 50px;
	}

	.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 {
		flex-direction:column;
		justify-content:center;
		align-items:center;
		margin-bottom:10px
	}
	.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;
	}
	.module-44 .ry-flex *  {
		text-align:center !important
	}
	.module-44 .ry-footer-logo {
		max-width: 200px;
		margin: 0 auto 0;	
	}
}

@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;
	}
}

@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;
	}

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

@media(max-width:1280px) { 
	.module-44 .ry-footer-logo {
		max-width: 230px;
		margin: 0px auto;
	}
	.module-44 .ry-flex .ry-each .website-info .address,
	.module-44 .ry-flex .ry-each .website-info .phone{
		display:flex;
		justify-content:center;
		align-items:center
	}
	.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 .span-2 {
		display: inline-block;
		width: 140px;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: right !important
	}
}

@media screen and (max-width: 680px) {
	.module-44 .ry-flex .ry-each:last-child ul li {
		flex-direction: row;
	}
	.module-44 .ry-flex .ry-each:last-child ul li .span-2 {
		text-align:START !important
	} 
	.module-44 .ry-flex .ry-each:last-child ul li .span-3 {
		text-align:end !important
	}
	.module-44 .ry-flex .ry-each .office-hours ul li span {
		width: 100%;
		max-width: 100%;
		display: unset;
	}
}

@media(min-width:1201px) and (max-width:1380px) {
	div.module-44 .ry-flex {
		gap:30px
	}
		.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: start !important;
	}
	.module-44 .ry-flex .ry-each .website-info .address a br {
		display:none
	}
	.module-44 .ry-flex .ry-each:nth-child(3) {
		max-width:220px;
		width:100%;
	}
	.module-44 .ry-flex .ry-each:nth-child(4) {
		max-width:250px;
		width:100%;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: start !important;
		width:190px
	}
	.module-44 .ry-footer-logo {
		max-width: 230px;
		margin: 0px auto;
	}
	.module-44 .ry-flex .ry-each .website-info .address,
	.module-44 .ry-flex .ry-each .website-info .phone{
		display:flex;
		justify-content:center;
	}
	.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 .span-2 {
		display: inline-block;
		width: 140px;
	}
}

.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:  !important;
}
/** End of Footer **/




























