/** Hero Banner Start **/
div#sldr.module-14 {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-9ab5147b-a5e4-4323-879d-d70036771ad1/Assets/hero_banner_bg.jpg);
    background-size: cover;
    background-position: top center;
}

#sldr .carousel-inner, .module-14 .ry-slide {
	height: 100%;
}

.module-14 .carousel-inner .item {
    padding-top: 120px;
}

.module-14 .ry-slide.ry-el-bg {
    background-image: none !important;
    height: 0;
    padding-bottom: 48%;
}

.module-14 .item .ry-el-bg img.ry-bg {
	display: block;
	visibility: visible;
    object-fit: contain;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: 90% top;
	z-index: 1;
}

.module-14.center .item .card {
    top: 46%;
    transform: translateY(-50%);
}

.module-14.center .item .card .slide-text-wrap {
    padding: 0 3%;
}

.module-14 .item .card .slide-text-wrap .big-title h1 {
	color: #3e4950;
	font-size: clamp(2.125rem, 1.8rem + 1.625vw, 3.75rem) !important;
	text-align: left !important;
	margin-top: 0;
	line-height: 120%;
	font-weight: 600 !important;
	font-family: 'Bodoni Moda', serif !important;
	width: 100%;
	max-width: 1240px;
	padding: 6% 28% 6% 8%;
	background: #f5f4f0;
	backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgb(245 244 240 / 70%);
    border-radius: 0;
	overflow: hidden;
	box-shadow: 0 0 60px rgb(0 0 0 / 4%);
}

.module-14 .carousel-control {
    height: 60px;
    width: 60px;
    background: #f5f4f0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 36%;
    transform: translateY(-50%);
    opacity: 1;
}
.module-14 .carousel-control span {
    font-size: 22px;
    text-shadow: none;
    color: #3e4950;
    margin: 0;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

/** Hero Banner End **/

/** Brand Start **/
body.home div#section-brands {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-9ab5147b-a5e4-4323-879d-d70036771ad1/Assets/brand_background.jpg);
	background-size: cover;
	box-shadow: inset 0 10px 20px rgb(0 0 0 / 40%);
}

body.home div#section-brands .ry-multi-item-slider, body.home div#section-insurances .ry-multi-item-slider {
    padding: 0;
}
body.home div#section-brands .ry-multi-item-slider h2{
    color: #dddddd !important;
}
body.home div#section-brands .ry-multi-item-slider .owl-carousel .owl-item img{
    filter: brightness(0) invert(.9);
}
body.home div#section-brands .ry-multi-item-slider .owl-carousel button{
    color: #fff !important;
}

body.home div#section-brands .ry-multi-item-slider {
	padding-top: 6%;
}

/** Brand End **/

/** Services Start **/

.module-services.custom {
	padding: 140px 0 140px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

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

.module-services.custom .section-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	inset: 0;
}

.module-services.custom .section-background img {
    object-fit: cover;
    height: 100%;
}

.module-services.custom .ry-headline h2 {
	color: #fff;
	margin-bottom: 60px;
}

.module-services.custom .ry-headline h2 .span-1 {
	margin-bottom: 0px;
	color: #fff !important;
}

.module-services.custom .ry-flex {
	justify-content: center;
	flex-wrap: wrap;
	gap: 60px;
	margin-bottom: 70px;
}

.module-services.custom .ry-flex .each-block {
    width: max-content;
    max-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.module-services.custom .ry-flex .each-block .photo {
	width: 220px;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-9ab5147b-a5e4-4323-879d-d70036771ad1/Assets/service_cta_bg.jpg);
	border-radius: 50%;
	background-size: cover;
}

.module-services.custom .ry-flex .each-block .photo img {
	height: 130px;
	max-width: 130px;
	object-fit: contain;
	position: absolute;
}

.module-services.custom .ry-flex .each-block .link, .module-services.custom .ry-flex .each-block .link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 9;
	opacity: 0;
}

.module-services.custom .ry-flex .each-block .title {
	position: relative;
	max-width: 180px;
	line-height: 1.2;
	margin: auto;
	color: #fff;
}

.module-services.custom .ry-flex .each-block:last-child .title {
	max-width: 200px;
	width: 100%;
}

.module-services.custom .ry-btn:not(:hover) {background: #fff;color: #333;}

.module-services.custom .ry-btn {margin: auto;}

.module-66:before {
	opacity: 0 !important;
}
@media (min-width:2100px) {
	.module-services.custom {
		padding: 140px 0 140px;
	}
}

.module-services.custom .ry-flex .each-block .photo:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	height: 90%;
	border: 1px solid #3e4950;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .5s;
}

.module-services.custom .ry-flex .each-block:hover .photo:before {
	transform: translate(-50%, -50%) scale(1.25);
	border-color: white;
}

.module-43.fixed .leadsDetails .button-wrapper .ry-btn.custom-icon {
    display: none;
}

@media (max-width: 1680px) { 
	.module-services.custom .section-background {
		height: 100%;
	}

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

	.module-services.custom {
		padding: 140px 0 140px;
	}
}

@media (max-width: 1480px) { 
	.module-services.custom .ry-flex .each-block .photo {
        width: 200px;
        height: 200px;
        /* padding-bottom: 100%; */
        display: flex;
        align-items: center;
    }

	.module-services.custom .ry-flex .each-block .title div {
		font-size: 18px;
	}
	.module-services.custom .ry-flex .each-block {width: 220px;}
}

@media (max-width: 1280px) and (min-width: 1081px) { 
	
.module-services.custom .ry-flex .each-block .photo img {
		height: 70px;
	}
}
@media (max-width: 1080px) {

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

	.module-services.custom .ry-flex .slick-list .each-block {
		margin: 0 15px;
	}

	.module-services.custom .slick-dots {
		list-style: none;
		padding-left: 0;
		display: flex !important;
		justify-content: center;
		margin: 30px 0;
		gap: 5px;
	}

	.module-services.custom .slick-dots li button {
		width: 12px;
		height: 12px;
		text-indent: -99999px;
		background: #424242;
		border-radius: 50%;
		opacity: .3;
	}

	.module-services.custom .slick-dots li.slick-active button {
		opacity: 1;
	}
	.module-hero.custom .item .text-center {
		padding-bottom: 56.25%;
	}

	.module-services.custom .ry-flex .each-block {
		max-width: unset;
		width: auto;
	}

	.module-services.custom .ry-flex {
		display: initial;
		gap: unset;
		margin: auto;
	}
	.module-services.custom .ry-flex .each-block .photo {
        /* padding-bottom: 100%; */
        /* height: 0; */
    }
}

@media (max-width: 620px) {
	.module-services.custom .ry-flex {
		width: 90%;
		max-width: 300px;
	}

	.module-services.custom .content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-services.custom .ry-flex .each-block .title div {
		font-size: 16px;
	}
}

@media (max-width: 1080px) { 
	.module-services.custom .ry-flex .each-block {
		justify-content: center;
		align-items: center;
	}
	.module-services.custom .ry-flex .each-block .photo img {
		top: 50%;
		transform: translate(-50%, -50%);
		left: 50%;
	}

	.module-services.custom .ry-flex .each-block .photo:before {
		opacity: 0;
	}
}

@media (max-width: 1024px) { 
	.module-services.custom .slick-dots li {
		height: 12px;
		line-height: normal;
	}

	.module-services.custom .slick-dots li button {
		background: #fff;
		transition: .4s;
	}

	.module-services.custom .slick-dots li.slick-active button {
		width: 40px;
		border-radius: 10px;
	}
}
/** Services End **/

/** Team Start **/

#team-wrap {
	margin: 0;
}
.module-team.custom .team-slider {
	display: flex;
	align-items: center;
	gap: 40px;
}

.module-team.custom .ry-container {
	display: flex;
	justify-content: center;
}

.module-team.custom .ry-container .ry-content {
	max-width: 1280px;
}

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

.module-team.custom {
	padding: 100px 0 100px;
	margin-bottom: -1px;
	z-index: 3;
}
.module-team.custom .team-slider .teamleft {
	width: 160px;
	min-width: 160px;
	height: 600px;
}
.module-team.custom .team-slider .team-thumb {
	width: 130px;
	min-width: 130px;
	height: 420px;
}

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

.module-team.custom .team-slider .ry-flex .ry-left {
	width: 45%;
	max-width: 400px;
}

.module-team.custom .team-slider .ry-flex .ry-right {
	width: 55%;
	max-width: 600px;
}

.module-team.custom .team-slider .ry-flex .ry-right .title {
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.module-team.custom .team-slider .ry-flex .ry-right .content-wrap .name h3 {
	font-size: 46px;
	color: #3a3e3d;
	text-transform: uppercase;
}

.module-team.custom .team-slider .ry-flex .ry-right .content-wrap .name h3 span {
	display: block;
	font-style: italic;
	text-transform: initial !important;
	font-size: 28px;
	margin-top: 10px;
}


.module-team.custom .team-slider .ry-flex .ry-right .content-wrap .description {
	padding: 40px 0 80px;
}

.module-team.custom .team-slider .ry-flex .ry-right .content-wrap .description p {
	font-size: 20px;
	line-height: 1.6;
	color: #ffffff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 12; /* number of lines to show */
	line-clamp: 12; 
	-webkit-box-orient: vertical;
}
.module-team.custom .team-slider .ry-flex .ry-right .content-wrap .ry-headline h2 .span-1 {
	margin-bottom: 10px;
	color: #fff;
	opacity: .65;
}

.module-team.custom .team-slider .ry-flex .ry-right .content-wrap .ry-headline h2 {
	color: #ffffff;
	font-size: clamp(1.625rem, 1.5rem + 0.625vw, 2.25rem) !important;
}
.module-team.custom .team-slider .ry-flex .ry-left .img-wrap {
	position: relative;
	height: 0;
	padding-bottom: 580px;
}

.module-team.custom .team-slider .ry-flex .ry-left .img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 200px;
}

.module-team.custom .team-slider .ry-flex .ry-left {
	padding: 15px;
	background: #f9f9f9;

	border-radius: 200px;
	box-shadow: unset;
}

.module-team.custom .team-slider .ry-flex {
	padding: 0 30px;
	padding-right: 0;
}
.module-team.custom .team-slider .team-thumb .swiper-slide .img-wrap img {
	width: 130px;
	border-radius: 50%;
	height: 130px;
	object-fit: cover;
}


.module-team.custom .team-slider .arrow-wrapper svg {
	width: 22px;
	height: 22px;
	fill: #fff;
}
.module-team.custom .team-slider .arrow-wrapper {
	position: absolute;
	display: flex;
	flex-direction: column;
	width: 30px;
	height: 500px;
	justify-content: space-between;
	top: 51%;
	left: 45px;
	transform: translate(0, -50%);
	display: none;
}

.module-team.custom .team-slider .arrow-wrapper .swiper-button-prev, 
.module-team.custom .team-slider .arrow-wrapper .swiper-button-next {
	position: relative;
	width: 30px;
	height: 30px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	top: unset;
	left: unset;
	right: unset;
}
.module-team.custom .team-slider .team-thumb .swiper-slide:not(.swiper-slide-active) img {
	filter: grayscale(1);
	opacity: .5;
}

@media (max-width: 1280px) {
	.module-team.custom .team-slider .ry-flex .ry-right {
		padding-left: 30px;
	}
}

@media (max-width: 1080px) {
	.module-team.custom .team-slider .ry-flex {
		padding-left: 0;
	}

	.module-team.custom .team-slider {
		flex-direction: column-reverse;
	}

	.module-team.custom .team-slider .team-thumb {
		width: 100%;
		height: 130px;
	}
	.module-team.custom .team-slider .arrow-wrapper .swiper-button-prev svg {
		transform: rotate(-90deg);
	}

	.module-team.custom .team-slider .arrow-wrapper .swiper-button-next svg {
		transform: rotate(-90deg);
	}
	.module-team.custom .team-slider .arrow-wrapper {
		width: calc(100% + 60px);
		height: 30px;
		top: unset;
		bottom: 40px;
		left: -30px;
		flex-direction: row;
	}
	.module-team.custom .team-slider .team-thumb .swiper-slide {
		width: 130px !important;
	}
	.module-team.custom .team-slider .team-thumb {
		max-width: 435px;
		overflow: hidden;
	}

	.module-team.custom .team-slider .arrow-wrapper .swiper-button-prev,
	.module-team.custom .team-slider .arrow-wrapper .swiper-button-next {
		top: 20px;
	}

	.module-team.custom .team-slider .arrow-wrapper {
		max-width: 600px;
		left: 50%;
		transform: translate(-50%, 0);
		bottom: 50px;
		width: 90%;
	}
	.module-team.custom {
		padding: 100px 0;
	}
}

@media (max-width: 991px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.module-team.custom .team-slider .ry-flex .ry-left {
		width: 100%;
		box-shadow: unset;
	}
	.module-team.custom .team-slider .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 30px;
		padding: 0;
	}
	.module-team.custom .team-slider .ry-flex .ry-left .img-wrap {
		position: relative;
		height: 0;
		padding-bottom: 130%;
	}
	.module-team.custom .team-slider .ry-flex .ry-left .img-wrap img, .module-team.custom .team-slider .ry-flex .ry-left {
		border-radius: 80px;
		max-width: 220px;
	}
	.module-team.custom .team-slider .ry-flex .ry-right {
		width: 100%;
		float: unset;
		padding-left: 0;
	}

	.module-team.custom .team-slider .ry-flex .ry-right .title-wrap {
		display: block !important;
	}

	.module-team.custom .team-slider .ry-flex .ry-right .content-wrap .name h3 {
		text-align: center;
	}

	.module-team.custom .team-slider .ry-flex .ry-right .title {
		text-align: center;
	}

	.module-team.custom .team-slider .ry-flex .ry-right .content-wrap .description p {
		text-align: center;
	}

	.module-team.custom .team-slider .ry-flex .ry-right .content-wrap .ry-btn {
		margin: auto;
	}
	.module-team.custom .team-slider .ry-flex .ry-left {
		width: 100%;
	}
}

@media (max-width: 620px) {
	.module-team.custom .ry-container {
		max-width: 100%;
	}

	.module-team.custom .team-slider .team-main {
		width: 90%;
	}
}

@media (min-width: 1081px) {
	.module-team.custom .team-slider .team-thumb .swiper-slide,
	.module-team.custom .team-slider .team-main .swiper-slide {
		height: auto !important;
		width: 100% !important;
	}
}

/** Team End **/

/** Start Of Footer **/

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

.module-44 .social-icons .social-inner-wrap li .fa:hover {
	background: #fff !important;
    color: #2664a6 !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:#6b79608c;
    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: #8bcac544;
    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: unset;
    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: 20px !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: #8bcac5 !important
}

	
.module-44 .ry-footer-logo {
	max-width: 340px;
	margin: 0 auto 0;
	filter: brightness(0) invert(1);	
}

.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: #3e4950;
}

.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: 680px) {
    .module-44 .ry-flex {
		grid-template-columns: 1fr;
		justify-content: center;
		align-items: center;
	}

}

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


/** End of Footer **/

/** Fixed Responsiveness **/

.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:not(last-child) {
    margin-right: 10px;
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
	background: #2664a6 !important;
}

@media (max-width: 1080px) { 
	div#ry-section-header.module-43 {
		display: none !important;
	}
	div#theme2-smHeader {
		display: block !important;
	}
	.mobile-container .flex-wrap .mobile_logo img {
		max-width: 300px;
	}
	.module-14 {
		margin-top: 98px !important;
	}
	.module-14 .ry-slide.ry-el-bg .card {
		margin-top: 0;
		top: 0 !important;
		transform: unset;
		padding: 0 !important;
	}
	.module-14 .ry-slide.ry-el-bg {
		padding-bottom: 0;
		height: 100%;
	}
	.module-14 .item .ry-el-bg img.ry-bg {
		object-position: 50% top;
		bottom: 0;
		height: 100%;
		min-height: 380px;
		position: relative;
		max-height: 682px;
	}
	.module-14 .carousel-inner .item {
		padding-top: 20px;
	}
	.module-14.center .item .card .slide-text-wrap .big-title h1 {
		padding: 50px 10%;
		text-align: center !important;
		background: rgb(38 100 166 / 90%);
		margin: 0 !important;
		color: #fff;
		min-height: 280px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	div#sldr.module-14 {
		position: relative;
	}
	div#sldr.module-14:before {
		content: "";
		position: absolute;
		inset: 0;
		background: rgb(255 255 255 / 70%);
	}
	.module-14.center .item .card .slide-text-wrap {
		max-width: 100%;
		padding: 0;
	}
	
	.team-thumb .swiper-wrapper {
		flex-direction: row;
		justify-content: center;
		transform: unset !important;
	}
	.module-team.custom .team-slider .team-main {
		margin-right: -10px;
	}
	
	.module-team.custom .team-slider .team-main .swiper-slide {
		margin-right: 10px;
	}
	.module-14 .item .card .slide-text-wrap .big-title {
		animation-duration: unset !important;
		animation-delay: unset !important;
	}
}

@media (max-width: 991px) { 
	.module-team.custom .team-slider .ry-flex .ry-right .content-wrap .ry-headline h2 {
		text-align: center;
		margin-bottom: 40px;
	}
	.module-team.custom .team-slider .ry-flex .ry-right .content-wrap .description {
		display: none;
	}
	.module-team.custom .team-slider .team-main {
		margin-right: 0;
	}
	.module-team.custom .team-slider .team-main .swiper-slide {
		margin-right: 0;
	}
	
	.module-14 .item .ry-el-bg img.ry-bg {max-height: 380px;}
	.module-14 .carousel-control {top: 50%;}
}