	
}
.text-center
{
	text-align:center;
}

button.octf-btn {
    display: block !important;
    margin: auto !important;
	    padding:7px 29px;
    font-size: 14px;
    border-radius: 25px;
}	
.octf-btn:hover, .octf-btn:focus {
    background: #d58e00;
}


/* team css*/

/* =========================
   Desktop Grid
========================= */

.desktop-view{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin:40px 0;
}

@media (max-width:991px){
    .desktop-view{
        grid-template-columns:repeat(2,1fr);
    }
}

/* =========================
   Common Team Card Styles
========================= */

.team-member{
    display:flex;
    flex-direction:column;
    height:100%;
    background:#f7f4ed;
    border:1px solid #eee;
    border-radius:12px;
    text-align:center;
    overflow:hidden;
    padding:20px;
    transition:all .3s ease;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
}

.team-member:hover{
    transform:translateY(-5px);
    box-shadow:0 6px 16px rgba(0,0,0,.1);
}
.team-button a,
.team-button a:link,
.team-button a:visited {
    color: #fff !important;
}
.team-member a {
    color: #fff !important;
}
.team-member img{
    width:100%;
    max-width:180px;
    height:auto;
    display:block;
    margin:0 auto 15px;
    border-radius:50%;
    object-fit:cover;
    flex-shrink:0;
}

.team-title{
    font-size:16px;
    font-weight:500;
    color:#000;
    margin-bottom:10px;
    min-height:45px;
    font-family:'Montserrat', sans-serif;
}

.team-member a{
    text-decoration:none;
}

.team-content{
    font-size:16px;
    line-height:1.6;
    color:#000;
    flex:1;
    margin-bottom:20px;
}
.team-carousel-wrapper{
    position:relative;
}

.team-carousel-wrapper .swiper{
    padding-bottom:50px;
}

.team-carousel-wrapper .swiper-pagination{
  
    text-align:center;
}

.team-carousel-wrapper .swiper-pagination-bullet{
    width:9px;
    height:9px;
    background:#cfcfcf;
    opacity:1;
    margin:0 5px !important;
}

.team-carousel-wrapper .swiper-pagination-bullet-active{
    background:#160066;
}
/* =========================
   Button
========================= */

.team-button{
    display:inline-block;
    margin-top:auto;
    padding:3px 22px !important;
    background:#160066;
    color:#fff;
    border-radius:256px;
    text-decoration:none;
    font-weight:500;
    transition:all .3s ease;
	width: 145px;
    margin: auto;
}

.team-button:hover{
    background:#d58e00;
    color:#fff;
}

/* =========================
   Mobile Swiper
========================= */

.mobile-view{
    display:none;
    margin:40px 0;
}

.mobile-view .swiper{
    overflow:hidden;
}

.mobile-view .swiper-wrapper{
    display:flex;
    align-items:stretch;
    transition-timing-function:linear !important;
}

.mobile-view .swiper-slide{
    height:auto;
    display:flex;
}

.mobile-view .team-member{
    width:100%;
}

.mobile-view .swiper-pagination{
    position:relative;
    margin-top:20px;
}

/* =========================
   Responsive
========================= */

@media (max-width:767px){

    .desktop-view{
        display:none;
    }

    .mobile-view{
        display:block;
    }

    .team-member{
        padding:15px;
    }

    .team-member img{
        max-width:140px;
    }

    .team-button{
        display: inline-block;
        margin:auto !important;
    }
}

.tvpp-close-circle {
  border:1px solid #000;
    color: #000 !important;
    border-radius: 50%;
    right: 10px !important;
    top: 6px !important;
}

.swiper-pagination {
    bottom: -10px !important;
    z-index: 9999;
    position: relative !important;
}
