.et_pb_dp_dmb_module_801 {
  --swiper-navigation-color: var(--dark-blue);
  --swiper-navigation-size: 60px;
}

.et_pb_dp_dmb_module_801 .swiper-button-next::after, .et_pb_dp_dmb_module_801 .swiper-button-prev::after {
  --swiper-navigation-size: 40px;
}

.et_pb_dp_dmb_module_801 .swiper-button-next, .et_pb_dp_dmb_module_801 .swiper-button-prev {
  background: #fff;
}
.et_pb_dp_dmb_module_801 .swiper-button-next {
  right: 0;
}
.et_pb_dp_dmb_module_801 .swiper-button-prev {
  left: 0;
}

.et_pb_dp_dmb_module_801 .swiper-backface-hidden .swiper-slide {
    position: relative;
}
.et_pb_dp_dmb_module_801 .swiper-slide button{
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.team_slider_swiper {
	max-width: 100%;
  	
}

/* .swiper-slide-image::before{
	content: "";
    padding-bottom: 98%;
	display: block;
} */

.et_pb_dp_dmb_module_801 .swiper-slide-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.et_pb_dp_dmb_module_801 .slide-title{
  padding: 1em;
  color: white;
  background-color: #05588F;
  width:100%;
  position:absolute;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slide-title .slide-name {
  color: white;
  font-weight: bold;
  margin: 5px !important;
  padding: 0 !important;
  font-size: var(--fs-24);
  text-transform: uppercase;
}

.slide-title .slide-sub-title {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.25;
}

.slide-title hr{
  color: white;
}

.slide-title .slide-description{
  display: none;
}

.swiper-slide-image:hover .slide-title, .swiper-slide-image button:focus-visible .slide-title {
  opacity: 1;
}

.modal-container{
  padding: 3em !important;
  display: flex;
  flex-direction: row;
  width: 100%;
  max-height: 80%;
}

.modal-image-content{
  width: 20%;
  margin-right: 1.5em !important;
  min-width: 260px;
}

.modal-image-content img{
  min-height: 300px;
  width: 100%;
  object-fit: cover;
}

.modal-content{
  width: 80%
}

.modal-content h2{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.modal-content-title{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: 38px;
  text-transform: uppercase;
}

.modal-content-sub-title{
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
}

/* .modal-content p{
  text-align: justify;
} */

.modal-content-header{
  display: inline-block;
}


.team_slider_modal .tingle-modal-box{
  width: 88% !important;
  max-height: 100% !important;
  overflow-y: auto !important;
  align-items: center !important;
  --swiper-navigation-color: #000
}

@media screen and (max-width: 1100px) {
  .modal-image-content{
	width: 360px;
	margin-right: 0 !important;
  }
  
  .modal-container{
	padding: 1em !important;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-height: 80%;
  }
}

@media screen and (max-width: 781.99px) {
  .et_pb_dp_dmb_module_304 .et_pb_module_inner {
	flex-direction: column;
	gap: 28px;
  }
  
  .modal-content{
	width: 100%
  }
  
  .modal-image-content{
	width: 100%;
	margin-right: 0 !important;
  }
  
  .modal-container{
	padding: 1em !important;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-height: 80%;
  }
  
  .team_slider_modal .tingle-modal-box{
	width: 100% !important;
  }
}
