@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


span.spamprotection {display:none;}

/***

***/
.bbb > .swiper-wrapper {
    padding-top: 0px !important;
    padding-bottom: 15px !important;
}

.bbb.swiper-slide.card {
    border-radius: 25px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    background: #f5f5f5;
}

.bbb.slide-container{
  max-width: 1120px;
  width: 100%;
  /*padding: 40px 0;*/
}
.bbb .slide-content{
  /*margin: 0 40px;*/
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}
.bbb .card{
  border-radius: 25px;
  
    background: #f5f5f5;
}
.bbb .image-content,
.bbb .card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.bbb .image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.bbb .overlay{
  z-index: 0;
  opacity : 1;
  display : block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #003E54;
  border-radius: 25px 25px 0 25px;
}
.bbb .overlay::before,
.bbb .overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #003E54;
}
.bbb .overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #f5f5f5;
}
.bbb .card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #f5f5f5;
  padding: 3px;
}
.bbb .card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #003E54;
}
.bbb .name{
  /*
  font-size: 18px;
  font-weight: 500;
  color: #333;
  */
  
  font-size: 22px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 1rem;
    margin-top: 1rem;
    line-height: 1.5rem !important;
	position: relative;
	z-index:1;
	text-align: center;
}
.bbb .description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.bbb .button{
  border: none;
  font-size: 16px;
  color: #FFF;
  /*padding: 8px 16px;*/
  background-color: #003E54;
  /*border-radius: 6px;*/
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  
  padding: 8px 22px;
  border-radius: 20px;
}
.bbb .button:hover{
  background: #002735;
}
/***

***/

.aaa.slide-container{
  max-width: 1120px;
  width: 100%;
  /*padding: 40px 0;*/
}
.aaa .slide-content{
  /*margin: 0 40px;*/
  overflow: hidden;
  border-radius: 25px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}
.aaa .card{
  border-radius: 25px;
  
    background: #f5f5f5;
}
.aaa .image-content,
.aaa .card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.aaa .image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.aaa .overlay{
  z-index: 0;
  opacity : 1;
  display : block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #003E54;
  border-radius: 25px 25px 0 25px;
}
.aaa .overlay::before,
.aaa .overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #003E54;
}
.aaa .overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #f5f5f5;
}
.aaa .card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #f5f5f5;
  padding: 3px;
}
.aaa .card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #003E54;
}
.aaa .name{
  /*
  font-size: 18px;
  font-weight: 500;
  color: #333;
  */
  
  font-size: 22px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 1rem;
    margin-top: 1rem;
    line-height: 1.5rem !important;
	position: relative;
	z-index:1;
	text-align: center;
}
.aaa .description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.aaa .button{
  border: none;
  font-size: 16px;
  color: #FFF;
  /*padding: 8px 16px;*/
  background-color: #003E54;
  /*border-radius: 6px;*/
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  
  padding: 8px 22px;
  border-radius: 20px;
}
.aaa .button:hover{
  background: #002735;
}






/*********************
SWIPER
**********************/
.swiper{
  /*width: 950px;*/
  padding: 10px!important;
  height: 100%;
}

.swiper-slide {
  height: auto !important;
}

.swiper-wrapper{
  padding-top: 40px !important;
  padding-bottom: 20px !important;

}

.swiper-pagination{
  position: absolute;
}

.swiper-pagination-bullet{
  height: 7px;
  width: 26px;
  border-radius: 25px;
  background: #002735;
}

.swiper-button-next{
	right: var(--swiper-navigation-sides-offset,-15px);
}

.swiper-button-prev{
	left: var(--swiper-navigation-sides-offset,-15px);
}

.swiper-button-next, .swiper-button-prev{
  opacity: 0.7;
  color: #002735;
  transition: all 0.3s ease;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
  opacity: 1;
  color: #002735;
}

/*********************
CARD
**********************/

.swiper.container {
    text-align: center;
}
 /* Azmi */
.profile2 {
    position: absolute;
    top: -50px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    display: block;
    left: 30%;
}

 /* Azmi */
.profile2 img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.swiper-slide.card .profile img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.swiper-slide.card .card-title {
  font-size: 22px;
  font-weight: 700;
  color: #4e5052;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

.swiper-slide.card {
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	background: #f5f5f5;
}

.swiper-slide.card > .card-content {
    /*height: 100px;*/
}

.swiper-slide.card > .card-content > .card-body {
    position: relative;
    /*bottom: 10px;  */ /* Azmi */
    top: 15px;   /* Azmi */
}

.swiper-slide.card > .card-content > .card-footer {
	background: transparent;
	border-top: 0px;
}




/* #################### */
.swiper-slide.card .button{
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 21px;
}

.swiper-slide.card .button button{
  background: #003e55;
  outline: none;
  border: none;
  color: #fff;
  padding: 8px 22px;
  border-radius: 20px;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.swiper-slide.card .button button:hover{
  background: #002735;
}

.swiper-slide.card .button a{
  background: #003e55;
  outline: none;
  border: none;
  color: #fff;
  padding: 8px 22px;
  border-radius: 20px;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.swiper-slide.card .button a:hover{
  background: #002735;
}


/***********************/
.team-content .title {
  font-size: 22px;
  font-weight: 700;
  color: #4e5052;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
  margin-top: 1.5rem;
  line-height: 1.5rem !important;
}
.team-content .post {
  display: block;
  font-size: 15px;
  color: #4e5052;
  font-weight: 700;
  /*text-transform: lowercase;*/
  margin-bottom: 15px;
  
}




.team-content .bio {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.team-content2 .statbio {
  font-size: 12px;
  color: #6c757d;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.5px !important;
  /*margin-bottom:5rem;*/ 
}

.team-content2 {
  /* Azmi */
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
}


