.module-20 .carousel-control .icon-prev:before,
.module-20 .carousel-control .icon-next:before{
    font-size: 25px !important;
    position: absolute;
    top: 50%;
}

.module-20 .carousel-control .icon-prev, .module-20 .carousel-control .icon-next {
    width: 20px !important;
    height: 10px !important;
	display: none;
}


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


.module-20 .background-section {
    opacity: 1;
    filter: unset;
	overflow:hidden;
}


.module-20 .ry-container {
	max-width: 100% !important;
    width: 100%;
    padding: 0px 8.33333vw 0px !important;
    display: flex;
	z-index: 9;
}
.module-20 .btn.btn-primary:hover {
    color: #000 !important;
}
@media (max-width: 1200px) {
	.module-20 .ry-container {
		padding-top: 0 !important;
		margin-top: -50px; } }

.module-20 .ry-section {
	position: relative; }

.module-20 .ry-generic .title-wrap {
	margin-bottom: 0px; }
.module-20 .ry-generic .title-wrap .ry-heading {
	font-weight: 500;
	color: #939393;
	text-align: left;     display: inline-block;}
@media (max-width: 1200px) {
	.module-20 .ry-generic .title-wrap .ry-heading {
		text-align: center !important; } }

.module-20 .ry-generic .content-wrap p {
	font-weight: 400; 
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5; /* number of lines to show */
	line-clamp: 5; 
	-webkit-box-orient: vertical;
}

.module-20 .ry-generic .content-wrap p span{
	background: none !important;
}

.module-20 .ry-generic .btn-wrap, .module-20 .ry-generic .btn-container {
	margin-top: 50px; }

@media screen and (min-width: 0) and (max-width: 1200px) {
	.module-20 .ry-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } 
.module-20 .dr-name *{
	text-align:center !important;
}
	.module-20 .ry-generic .title-wrap{
	display:flex;
	justify-content:center;
	margin:28px 0 ;
}
		#team-wrap .btn-wrap{
		display:flex;
		justify-content:center;
	}
}

.module-20 .slider-bg-wrap {
	width: 27.16667vw !important; }
.module-20 .slider-bg-wrap:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
    opacity: 1 !important;}
@media screen and (min-width: 0) and (max-width: 1200px) {
	.module-20 .slider-bg-wrap {
		width: 83.33333vw;
		position: absolute;
		margin-top: 10px;
		margin-left: 240px; }
	.module-20 .slider-bg-wrap img {
		max-width: 41.66667vw; } }

.module-20 .ghost-title {
	margin-bottom: 0;
	padding-top: 40px; }
.module-20 .ghost-title .ry-heading {
	text-align: center;
	font-weight: 400; }

.module-20 .carousel {
	position: relative;
	margin-top: -26.83333vw;
	z-index: 99; }
@media (max-width: 1200px) {
	.module-20 .carousel {
		margin-top: 2.5vw; } }
.module-20 .carousel .ry-left img { overflow: visible;
	width: 30vw !important;
	height: 30vw !important;
	transform: translate(8%, 0%);
	object-fit: contain;
	position: relative; }
@media screen and (min-width: 0) and (max-width: 1200px) {
	.module-20 .carousel .ry-left img {
		width: 50vw;
		float: none;
		margin: 0 auto; } }
@media (max-width: 1200px) {
	.module-20 .carousel .ry-right {
		text-align: center; }
	.module-20 .carousel .ry-right .content-wrap {
		max-width: 100%;
		float: none;
		margin: 0 auto; }
	.module-20 .carousel .ry-right .content-wrap p {
		text-align: center; } }

.module-20 .slider-controller {
	width: auto;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: absolute;
	left: 32%;
    top: 30%;
	padding: 0vw;
	border-radius: 100px;
	border: 0.41667vw solid #fff; 
	transform: translate(-50%, -50%);}
@media screen and (min-width: 0) and (max-width: 1200px) {
	.module-20 .slider-controller {
		top: 20%;
		left: 22%; } }
.module-20 .slider-controller .ry-slider-nav {
	position: static;
	display: -webkit-box;
	lay: -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;
	width: auto;
	padding: 0 !important;
	}
.module-20 .slider-controller .ry-slider-nav .slider-btn {
	position: relative;
	width: 2.5vw;
	height: 5vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2.5rem;
	text-align: center;
	color: #fff;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	}
.module-20 .slider-controller .ry-slider-nav .slider-btn:hover {
	color: #FFFFFF !important;
	background-color:   !important;
	cursor: pointer; }
.module-20 .slider-controller .ry-slider-nav .slider-btn.button-prev {
	color: #FFFFFF;
	border-radius: 100px 0 0 100px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* align-items: center; */
	/* padding-right: 10px; */
	}
.module-20 .slider-controller .ry-slider-nav .slider-btn.button-next {
	color: #FFFFFF;
	border-radius: 0 100px 100px 0;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	/* padding-left: 10px; */
	}
@supports (-ms-ime-align: auto) {
	.module-20 .slider-controller .ry-slider-nav .slider-btn.button-next {
		margin-left: -1px; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.module-20 .slider-controller .ry-slider-nav .slider-btn.button-next {
		margin-left: -1px; } }
@media (max-width: 1200px) {
	.module-20 .slider-controller .ry-slider-nav .slider-btn {
		width: 40px;
		height: 80px; } }

.module-20 .carousel-control {
	display: none !important;
	background-image: unset;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	}

.module-20 .dr-name {
	font-weight: 700; }
.module-20 .dr-name h4 {
	font-size: 25px;
	margin-bottom: 20px; }
@media (max-width: 1200px) {
	.module-20 .dr-name {
		text-align: center;
		margin-top: 20px; } }

.module-20 .btn {
	border-radius: 0;
	padding: 13px 20px; }
.module-20 .btn:hover {
	color: #fff; }
.module-20 .btn.btn-primary, .module-20 .btn.ry-btn-primary {
	color: #000;
	background-color:#f3c746;
	border: 1px solid transparent; }
.module-20 .btn.arrow-right::after {
	content: '\f105';
	font-family: fontawesome;
	margin-left: 10px; }

.module-20.style2 {
	padding: 180px 0;
	background: #f4f4f4; }
.module-20.style2 .ry-container {
	max-width: 1385px !important;
	width: 95% !important;
	padding: 0 !important; }
.module-20.style2 .slider-bg-wrap {
	display: none; }
.module-20.style2 .carousel {
	margin-top: 0; }
.module-20.style2 .carousel .ry-left {
	padding-left: 16vw; }
.module-20.style2 .carousel .ry-left img {
	max-width: 350px;
	border: 15px #fff solid; }
.module-20.style2 .ghost-title {
	display: none; }
.module-20.style2:before {
	content: '';
	background: url(../jpg/meet_team_style2_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 39vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0; }
.module-20.style2:after {
	content: '';
	width: 39vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0; }
.module-20.style2 .slider-controller {
	left: 22.45vw;
	top: -75px;
	width: 114px;
	height: 114px;
	position: relative;
	border: 10px solid #fff; }
@media screen and (min-width: 1201px) and (max-width: 1500px) {
	.module-20.style2 .slider-controller {
		left: 26vw; } }
.module-20.style2 .slider-controller .ry-slider-nav {
	width: 100%; }
.module-20.style2 .slider-controller .ry-slider-nav .slider-btn {
	width: 50%;
	height: 100%; }
@media (max-width: 1200px) {
	.module-20.style2 .carousel .ry-left {
		padding-left: 0; }
	.module-20.style2:before, .module-20.style2:after {
		width: 100%;
		height: 50%; }
	.module-20.style2 .slider-controller {
		display: none; }
	.module-20.style2 .content-wrap {
		max-width: 80% !important; }
	.module-20.style2 .img-wrap {
		margin-bottom: 30px; }
	.module-20.style2 .ghost-title {
		display: block;
		z-index: 9999; }
	.module-20.style2 .ry-right .ry-heading {
		display: none; } }

.module-20-v2 {
	padding: 150px 0;
}
.module-20-v2 .ry-content {
	padding: 8.5vw 9vw 8.5vw 7vw;
	background: #efefef;
	position: relative;
	overflow: hidden;
}
.module-20-v2 .section-bg-wrap {
	position: absolute;
	left: -10%;
	top: -5%;
	width: 46%;
	height: 110%;
	background-size: cover;
	background-position: right;
	clip-path: polygon(52% 0, 100% 54%, 51% 100%, 0 100%, 0 0);

}
.module-20-v2 .section-bg-wrap img {
	width: auto;
	height: 100%;
}
.module-20-v2 .ry-content .ry-slide {
	display: flex;
}
.module-20-v2 .ry-content .ry-slide .ry-left {
	max-width: 480px;
	width: 37%;
}
.module-20-v2 .ry-content .ry-slide .ry-left .img-wrap {
	position: relative;
	padding-bottom: 85%;
	border: 0px solid #3a6ea5;
}
.module-20-v2 .ry-content .ry-slide .ry-left .img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.module-20-v2 .ry-content .ry-slide .ry-right {
	width: 63%;
	padding-left: 110px;
}
.module-20-v2 .ry-content .ry-slide .ry-right .title-wrap h2 {
	font-size: calc(30px + 25 * ((100vw - 320px) / 1280));
	text-transform: uppercase;
	line-height: 65px;
	text-align: left;
}
@media (min-width: 1660px) {
	.module-20-v2 .ry-content .ry-slide .ry-right .title-wrap h2 {
		font-size: 55px;
	}
}
@media (max-width: 1440px) {
	.module-20-v2 .ry-content .ry-slide .ry-right {
		padding-left: 50px;
	}
}
@media (max-width: 1200px) {
	.module-20-v2 #team-wrap .btn-wrap {
		text-align: left;
	}
}

.module-20-v2 .ry-content .ry-slide .ry-right .content-wrap h4 {
	margin-top: 40px;
	font-weight: bold;
	color: #333;
	font-size: 28px;
}
.module-20-v2 .ry-content .ry-slide .ry-right .content-wrap em {
	font-style: inherit;
	font-weight: 400;
}
.module-20-v2 .ry-content .ry-slide .ry-right .content-wrap em strong {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #333;
	margin-top: 10px;
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
}
.module-20-v2 .ry-content .ry-slide .ry-right .content-wrap p {
	font-size: 18px;
	color: #333;
	font-weight: 400;
	margin-bottom: 30px;
}
.module-20-v2 .ry-content .slick-dots {
	position: absolute;
	right: -4vw;
	top: 50%;
	transform: translate(0, -50%);
}
.module-20-v2 .ry-content .slick-dots li {
	height: auto;
	line-height: initial;
	display: flex;
	margin: 10px 0;
}
.module-20-v2 .ry-content .slick-dots button {
	text-indent: -99999px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	padding: 0;
	border: unset;
	background: #bfbfbf;
}
.module-20-v2 .ry-content .slick-dots li.slick-active button {
	background: #3a6ea5;
}
.module-20-v2 .btn {
	border-radius: 0;
	padding: 13px 20px;
	background: #3a6ea5;
	border: unset !important; }
.module-20-v2 .btn:hover {
	color: #fff; }
.module-20-v2 .btn.btn-primary, 
.module-20-v2 .btn.ry-btn-primary {
	border: 1px solid transparent; }
.module-20-v2 .btn.arrow-right::after {
	content: '\f105';
	font-family: fontawesome;
	margin-left: 10px; }

@media (max-width: 1080px){
	.module-20 .carousel {
		padding-top: 60px;
	}
	.module-20 .slider-controller {
		top: 46%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.module-20 .slider-bg-wrap {
		margin-top: 40px;
		width: 100% !important;
		aspect-ratio: 1;
		max-width: 280px;
		left: 20%;
		top: 20%;
		transform: translate(-50%, -50%);
	}
	.module-20 .ry-flex .col-xs-12.ry-left {
		padding-bottom: 70px;
	}
	.module-20 .carousel .ry-left img {
		width: 100% !important;
		height: 100% !important;
		aspect-ratio: 1;
		max-width: 280px;
	}
	.module-20 .slider-bg-wrap img {
		max-width: 100%;
	}
	.module-20 .slider-bg-wrap:before{
		max-width: 100%;
		aspect-ratio: 1;
		inset: 0;
	}
}

@media (max-width: 991px) {
	.module-20 .slider-bg-wrap {
		margin-top: 10px;
	}
	.module-20 .ry-flex .col-xs-12.ry-left {
		padding-bottom: 30px;
	}
	.module-20 .slider-controller {
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.module-20 .slider-bg-wrap {
		margin: 0;
		position: absolute;
		top: 20%;
		right: unset;
		left: 45%;
		transform: translateX(-50%);
	}
}
.module-20 .slider-bg-wrap {
    overflow: hidden;
    border-radius: 500px;
}
.module-20 .dr-name strong {
	color: ;
    opacity: 0.8;
	font-weight: 500 !important;
	margin-bottom: 20px;
	display: inline-block;
}
.module-20 .ry-container .ry-content {
    padding: 80px 0;
}
.module-20 .dr-name h4 {
    margin-bottom: 20px;
    color: #222;
    font-size: clamp(1.625rem, 1.3409rem + 1.4205vw, 2.25rem);
}
.module-20 .ry-generic .content-wrap p, .module-20 .ry-generic .content-wrap p span {
    color: #333 !important;
}

@media only screen and (max-width:1024px) {
    .module-20 .slider-controller {
        position: absolute;
		top: 38%;
		bottom: unset;;
        left: 50%;
        transform: translate(-50%, 0);
    }
}
@media only screen and (max-width:768px) {
	.module-20 .slider-controller {
		top: 47%;
	}
}
/*.module-20 .background-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #0f1414, rgb(15 20 20 / 80%), transparent);
    z-index: 1;
}*/