/* homepage team */
#team-wrap {
  margin: 0;
}

div#section-team .ry-headline {
    margin-bottom: 4em;
}


.module-20 {
    padding: 10vw 0;
}

.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 {
  overflow: hidden;
}

.module-20:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #379dd2;
  z-index: -1;
  opacity: .9; display: none;
}

.module-20 .dr-name h3{
    font-family: 'Jost';
    text-transform: uppercase;
    font-size: 20px;
    color:#333;
    letter-spacing:1px;
}


.module-20 .ry-container {
  max-width: 1600px !important;
  width: 90%;
}

@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: 30px;
}

.module-20 .ry-generic .title-wrap .ry-heading {
  font-weight: 400;
  text-align: left;
}

@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: 4; /* number of lines to show */
	line-clamp: 4; 
	-webkit-box-orient: vertical;
	font-size: 19px;
	color: #222;
}

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

@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 .slider-bg-wrap {
  width: 22.16667vw !important;
}

.module-20 .slider-bg-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
	opacity: 1;
}

@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; */
    left: 44%;
    transform: translate(-50%, 0);
  }

  .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: -24.83333vw;
  z-index: 99;
}

@media (max-width: 1200px) {
  .module-20 .carousel {
    margin-top: 2.5vw;
  }
}

.module-20 .carousel .ry-left img {
  width: 32vw !important;
  height: 32vw !important;
  object-fit: contain;
  position: relative;
	transform: translate(8%, 0%);
}

@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 .ry-generic {
    display: flex;
    flex-direction: column;
    margin: 48px 0 0 0;

  }

  .module-20 .ry-generic .title-wrap {
    margin: 0;
  }

  .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: 30vw;
	top: 10.16667vw;
  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: 0;
    left: 33%;
    transform: translate(-50%, 0);
  }
}

.module-20 .slider-controller .ry-slider-nav {
  position: static;
  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;
  width: auto;
  padding: 0 !important;
}

.module-20 .slider-controller .ry-slider-nav .slider-btn {
  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: #95b86c !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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  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: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !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;
}

.module-20 .dr-name {
  font-weight: 700;
}

.module-20 .dr-name h4 {
    margin-bottom: 20px;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 37px;
    color: #333333;
}

@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: #FFFFFF;
	background-color:#379dd2;
  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(https://s3.amazonaws.com/static.organiclead.com/Site-ac712f76-d550-4684-bd64-1430ec6caa9a/style2/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 #379dd2;
}

.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: #379dd2;
}

.module-20-v2 .btn {
	border-radius: 0;
	padding: 13px 20px;
	background: #379dd2;
	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: 1081px) {
	.module-20 {
		padding: 120px 0;
	}
}

@media (max-width: 991px) {
  .module-20 .slider-bg-wrap {
    top: 82px;
    left: 40%;
    height: clamp(180px, 50vw, 320px) !important;
    width: clamp(180px, 50vw, 320px) !important;

  }

  .module-20 .slider-bg-wrap img {
    max-width: unset;
  }

  .module-20 .slider-controller {
    top: 10%;
    left: 30%;
  }
}

@media (max-width: 768px) {

  /* .module-20 .slider-bg-wrap {
	top:82px;
	left:40%;
		height:clamp(180px,50vw,320px) !important;
		width:clamp(180px,50vw,320px) !important;
 
} */
  .module-20 .slider-controller {
    top: 10%;
    left: 25%;
  }
}

@media (max-width: 700px) {
  .module-20 .slider-controller {
    display: none;
  }
}

@media only screen and (max-width:991px) {
  .module-20 .carousel {
    margin: 0;

  }

  .module-20 .ry-flex {
    gap: 48px;
  }

  .module-20 .carousel .ry-right .ry-generic {
    margin: 0;
  }

  .module-20 .ghost-title .ry-heading {
    margin: 0 0 72px;
  }

  .module-20 .carousel .ry-left img {
    height: clamp(180px, 50vw, 320px) !important;
    width: clamp(180px, 50vw, 320px) !important;
  }
}
.module-20 .dr-name em strong {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500 !important;
}

@media (max-width:1080px) {
	.module-20 h2, .module-20 p {
	    text-align: center !important;
	}
	
	a#team-btn {
	    margin: auto;
	}

	div.module-20 .dr-name h4 {
		font-size: 30px !important;
	}

	div#section-team .ry-headline {
		margin-bottom:1em !important;
	}
	.module-20 {
		padding: 3em 0 !important;
	}
}

