/** Services End **/

#services-12 > div > div > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.services-block .group .sm\:flex {
    gap: 0 20px;
}


.services-block .group ul {
    padding-left: 15px;
}


#section-hp-services .ry-icon {
    background: #fff;
    width: 100%;
    max-width: 160px;
    max-height: 160px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    margin: auto;
    margin-top: -120px;
    padding: 30px;
}

#services-12 > div:nth-child(odd) .ry-icon {
    border: 2px solid var(--color-secondary-background);
}

#section-hp-services div#services-12 .text-3xl.font-semibold.py-6.px-2.mx-auto.text-center {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    transition: .3s;
	min-height: 70px;
	width:90%;
}
#services-12 .hp-service .block.md\:text-xl.md\:text-center.leading-6 {
    position: absolute;
    bottom: 40px;
    opacity: 0;
    transition: .4s;
}

#services-12 .hp-service .custom-btn {
    position: absolute;
    bottom: 40px;
    transition: .4s;
    opacity: 0;
}

#services-12 .hp-service:hover > .col-xs-12:before {
    transition: .2s;
    bottom: 0;
    height: 100%;
}
#services-12 .hp-service > .col-xs-12:before {
    content: "";
    position: absolute;
    background: rgb(32 32 32 / 95%);
    transition: .2s;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#section-hp-services div#services-12 .hp-service:hover .text-3xl.font-semibold.py-6.px-2.mx-auto.text-center {
    top: 22%;
    transition: .3s;
}
#services-12 .hp-service:hover .block.md\:text-xl.md\:text-center.leading-6 {
    opacity: 1;
    top: 54%;
    transform: translateY(-50%);
}

#services-12 .hp-service:hover .custom-btn {
    opacity: 1;
    top: 78%;
    transform: translateY(-50%);
}


#services-12 > div:nth-child(even) img {
	filter: unset !important;	
}

/** Services Style **/
#services-12 .slick-arrow {
	height: 50px;
	width: 50px;
	background: #343434;
		border-radius: 8px;
		display: flex !important;
		justify-content: center;
		align-items: center;
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		display: block;
		padding: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
		border: none;
		outline: none;
		z-index: 9;
}

body[data-page-name="services"] .sticky {
    position: static !important;
}

.services-block .group {
    margin-bottom: 1em;
}


#services-12 .slick-arrow.slick-prev:before,
#services-12 .slick-arrow.slick-next:before {
	display: block;
	content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" class="bi bi-chevron-left" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/%3E%3C/svg%3E');
	height: 25px;
	width: 25px;
}

#services-12 .slick-arrow.slick-next:before {
	content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" class="bi bi-chevron-right" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/%3E%3C/svg%3E');
}

#services-12 .slick-prev:hover:before,
#services-12 .slick-prev:focus:before,
#services-12 .slick-next:hover:before,
#services-12 .slick-next:focus:before {
	opacity: 1;
}
#services-12 .slick-prev.slick-disabled:before,
#services-12 .slick-next.slick-disabled:before {
	opacity: 0.25;
}

#services-12 .slick-prev:before,
#services-12 .slick-next:before {
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	color: #790000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#services-12 .slick-prev {
	left: -25px;
}

#services-12 .slick-next {
	right: -25px;
}

#services-12  .slick-track {
	display: flex;
	gap: 18px;
	padding: 50px 0 50px;
}

#services-12 .hp-service {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	padding: 0px 0vw 0px;
	position: relative;
	border:1px solid var(--color-primary-background);
		/*min-height: 500px;*/
		background: rgb(255 255 255 / 70%) !important;
}
#services-12 .hp-service:nth-child(even) {
	border: 1px solid var(--color-secondary-background);
    background: transparent;
		}
#services-12 .hp-service:nth-child(odd) *,#services-12 .hp-service:nth-child(even) * {
	color: #fff;
}
#services-12 .hp-service:nth-child(even) img {
	filter: brightness(0) invert(1) !important;
}

#services-12 p {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	transition: 0.2s;
	min-height: 140px;
	color: #383838;
}

#services-12 .custom-btn {
	z-index: 999 !important;
}

#services-12 .rounded-full {
	width: 45px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #333 !important;
}
#services-12 .hp-service .rounded-full i {
	font-size: 20px;
	color: #ffffff !important;
}

#services-12 .rounded-full {
	transition: 0.3s;
	background: #fff;
		}
#services-12 .rounded-full {
	transition: 0.3s;
}
#services-12 .hp-service .text-3xl.font-semibold.py-6.px-2.mx-auto.text-center {
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: clamp(1.25rem, 1.1966rem + 0.3049vw, 1.5625rem);
}
#services-12 .hp-service .text-3xl.font-semibold.py-6.px-2.mx-auto.text-center h4 {
	line-height:1.1
}
div#services-12 {
	padding: 0;
	max-width: 1600px !important;
}
#services-12 > div:nth-child(even) {
	background: transparent;;
}
#services-12 .hp-service h4 {
	opacity: 1;
}
#services-12 img {
	filter: brightness(0) invert(1) !important;
}

#section-hp-services::before {
	/*background: url(https://s3.amazonaws.com/static.organiclead.com/Site-420ad687-94d2-4778-97b9-b743d8457e3f/Assets/services_background.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;*/
}

#services-12 .hp-service > .col-xs-12:after {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, #000000a8, transparent);
    transition: .2s;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}


div#section-hp-services:after {
    content: "";
    position: absolute;
    inset: 0;
    top: unset;
    background: linear-gradient(to bottom, transparent, #faf6f1);
    z-index: 1;
    opacity: 1;
    height: 40%;
}
#services-12 > div:nth-child(odd) {
	background: transparent;
}

@media (max-width:600px) {
	#services-12 .slick-track {
		padding: 0 !important;
		gap: 10px;
	}

	#services-12 .hp-service .text-3xl.font-semibold.py-6.px-2.mx-auto.text-center {
		min-height: auto !important;
		padding: 0 60px !important;
	}

	#services-12 p {
		padding:  0 10px  !important;
		font-size: 16px  !important;
	}
	#services-12 .slick-prev {
		left: -15px;
	}
	#services-12 .slick-next {
		right: -15px;
	}
}

#section-hp-services ul.slick-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
	padding: 20px 0;
}

#section-hp-services ul.slick-dots li button {
    color: transparent;
    width: 12px;
    height: 12px;
    background: #0f3d49;
    border-radius: 50px;
    opacity: .5;
	transition: .2s;
}

#section-hp-services ul.slick-dots li.slick-active button {
    width: 32px;
    transition: .2s;
    background: var(--color-primary-background);
	opacity: 1;
}
#services-12 .hp-service .custom-btn a {
	transition: .2s;
	margin-top: 10px;
}
#services-12 .hp-service:hover .custom-btn a {
    position: relative;
    width: max-content;
    display: flex;
    gap: 10px;
    transition: .2s;
    padding: 0 20px;
	background: var(--color-primary-background);
	box-shadow: 10px 10px 30px rgb(0 0 0 / 20%);
	color: #ffffff !important;
}
#services-12 .hp-service .custom-btn a:before {
	content: "";
	font-size: 16px;
	transition: .2s;
}
#services-12 .hp-service:hover .custom-btn a:before {
    content: "Read More";
    transition: .2s;
}

@media (max-width: 1080px) {
	#section-hp-services::before {
		opacity: 1;
	}
}

@media (max-width: 500px) {
	div#section-hp-services .ser-title h4 {
		font-size: 16px;
	}
	div#section-hp-services .ser-title {
		left: 20px !important;
	}
}

#services-12 .hp-service {
   	border-radius: 500px;
	overflow: hidden;
}

#services-12 .hp-service img, #services-12 .hp-service:nth-child(even) img, #services-12 > div:nth-child(even) img {
    filter: unset !important;
	width: 94%;
	height: 100%;
	margin-top: 3%;
	margin-bottom: 3%;
	border-radius: 500px !important;
}

#services-12 .hp-service:nth-child(odd) img {
    border-radius: 10px;
}
#services-12 .hp-service:nth-child(even) img {
    border-radius: 10px;
}

#services-12 .text-3xl.font-semibold.py-6.px-2.mx-auto.text-center, #services-12 .block {
    padding: 0 3.5vw;
    width: 100%;
}




/** Fixed CSS **/
#services-12 .hp-service > .col-xs-12 {
    width: 100%;
}

/** Services End **/

/** Services Start **/
div#section-hp-services {
	background: transparent !important;;
}

#services-12 img {
	filter: brightness(0) invert(1);
}

div#section-hp-services {
	background: #e0e8ed;
}

#section-hp-services::before, .module-19.style2::before, .ry-services.style2::before {
	height: 100%;
	left: 0;
	bottom: 0;
	top: unset;
	background-repeat: no-repeat;
}

.feature-cta .slick-list.draggable {
    margin-left: 25px;
}


@media (max-width: 500px) {
	div#section-hp-services .ser-title h4 {
		font-size: 20px;
	}
	div#section-hp-services .ser-title {
		left: 20px;
	}
}



/** Services End **/

/*.ry-services.style2 .sub-title h4, .ry-services.style2 .main-title h2, .ry-services.style2 .block.md\:text-xl.md\:text-center.leading-6.text-gray-500.pb-6 {
    color: #fff;
}*/

.ry-services.style2 .block-count-7 .ry-each, .ry-services.style2 .block-count-6 .ry-each, .ry-services.style2 .block-count-5 .ry-each, .ry-services.style2 .block-count-4 .ry-each, .ry-services.style2 .block-count-3 .ry-each {
    margin-left: 30px;
    width: calc(25% - 30px);
    display: flex;
}

#services-7 .ry-content .content {
    max-width: 1280px;
}

.ry-services.style2 .ry-each .photo img {
	filter: unset;
    mix-blend-mode: unset !important;
}

.ry-services.style2 .block-count-7, .ry-services.style2 .block-count-6, .ry-services.style2 .block-count-5, .ry-services.style2 .block-count-4, .ry-services.style2 .block-count-3 {
	flex-wrap: wrap;
	justify-content: center;
}

.module-testimonials.style-2 .comments-holder {
    /*border-radius: 50px;
    box-shadow: 0 20px 50px rgb(0 0 0 / 30%);
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-f8468d40-01ef-473b-87bb-f2c57cc63ad4/Assets/testimonial_box_bg.jpg);
	background-size: cover;*/
	background: transparent;
	padding-top: 70px;
}

@media (max-width: 767px) {
	.module-testimonials.style-2 .comments-holder {
		padding: 70px 30px;
	}
}

.module-testimonials.style-2 .comments-holder .testimonials-swiper-2 * {
    color: #202020;
}
.module-testimonials.style-2 .comments-holder .testimonials-swiper-2 .text-yellow-300 {
    fill: #151515;
}
.module-testimonials.style-2 {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-8cc64267-b682-458f-afbb-68bc05b92c5d/Assets/review_bg.jpg);
	background-size: cover;
	background-position: 20% top;
	padding: 160px 30px 100px;
	position: relative;
}
 .module-testimonials.style-3::after {
	display: none;
}
.module-testimonials.style-2 .swiper-pagination-bullet-active {
	background-color: var(--color-secondary-background);
}

.module-testimonials.style-2 .comments-symbol {
	color: var(--color-secondary-background);
}
.module-testimonials.style-2 .comments-icon::before {
	border-color: var(--color-secondary-background);
}

.module-testimonials.style-2 .proper-align {
    width: 100%;
    max-width: 820px;
}
.module-testimonials.style-2 .custom-review {
    display: flex;
    justify-content: flex-end;
	padding-right: 8%;
	position: relative;
	z-index: 9;
}

@media (max-width: 1480px) {
	.module-testimonials.style-2 .custom-review {
		padding-right: 0%;
	}
}
.module-testimonials.style-2:before {
	display: none;
}
@media (max-width: 1300px) {
	.module-testimonials.style-2:before {
		content: "";
		position: absolute;
		inset: 0;
		height: 100%;
		display: block;
		background: rgb(249 249 249 / 95%);
	}
}

@media (max-width: 1080px) { 	
	.module-testimonials.style-2 .custom-review {
		justify-content: center;
	}
}

@media (max-width: 500px) {
	.module-testimonials.style-2 {
		padding: 20px 30px 60px;
	}
}

#ry-footer::before {
    background: #141414;
}
body#page .navigation-4:not(.bg-White99) .cursor-pointer img {
    filter: brightness(0) invert(1);
	max-width: 400px;
}

.ry-services.style2 .ry-each .each-block {
	overflow: unset;
}
.ry-services.style2 .ry-each .photo {
	overflow: hidden;
    border-radius: 500px;
	border: 8px solid var(--color-secondary-background);
		padding-bottom: calc(100% - 16px);
		box-shadow: 0 0 18px rgb(0 0 0 / 20%);
}

.ry-services.style2 .ry-each .title {
    bottom: unset;
    top: calc(100% + 20px);
    transform: translateY(50%);
}

.ry-services.style2 .ry-each .title {
    bottom: unset;
    top: unset;
    transform: unset;
    position: relative;
    margin-top: 24px;
}
#services-7 .each-block {
    border: 0px;
    box-shadow: none !important;
	margin-bottom: 40px;
}

.ry-services.style2 .ry-each .each-block:not(:hover) .title div {
	color: #333333;
}

div#section-hp-team .sub-title h4, div#section-hp-team .main-title h2 {
    color: #fff;
}
.thumbnail-team .text-sm.font-medium.text-gray-800.sm\:text-base.lg\:text-lg h3 {
    color: #fff;
    font-size: 26px;
}

.ry-services.style2:before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-8cc64267-b682-458f-afbb-68bc05b92c5d/Assets/add_on_bg.jpg);
	background-position: center top;
}
.ry-services.style2 {
    position: relative;
    margin-top: -1px;
    margin-bottom: -2px;
}

@media (max-width: 1080px) {
	.ry-services.style2 .each-block .title {
		position: relative;
		margin-top: 30px;
		transform: unset;
		bottom: unset;
		left: unset;
	}
	.ry-services.style2 .each-block .title div {
		color: #333;
	}
	    .ry-services.style2 .each-block .photo {
        border: 8px solid var(--color-secondary-background);
        padding-bottom: calc(100% - 16px);
    }
	#services-7 .each-block {
		margin-left: 24px;
	}
}

div#section-hp-team .ry-btn.ry-btn-secondary {
    margin-top: 30px;
}

div#section-hp-team .ry-btn.ry-btn-secondary:hover {
	background: #333;
}

@media (max-width:991px) {
	
	div#ry-sidebar {
		max-width: 400px;
		margin: auto;
		clear: both;
	}
}


@media (max-width: 768px) {
	#hp-slider .slider-info .overflow-y-scroll {
		overflow: unset;
		height: 100%;
		margin-bottom: 25px;
	}
	#hp-slider .slider-info a.ry-btn.ry-btn-primary:not(:hover) {
		color: #333;
		background: white;
	}
}
