@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
.ts-team-container .btn, .ts-team-container .btn:hover {
    background-color: var(--awb-color4);
    border-radius: 50px;
    border: 0;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    color: var(--awb-color5);
    font-weight: 500;
    font-family: var(--body_typography-font-family);
} {
     background-color: var(--awb-color4);
     border-radius: 50px;
     border: 0;
     padding: 0 30px;
     height: 40px;
     line-height: 40px;
     color: var(--awb-color5);
     font-weight: 500;
}
 .ts-team-container {
     position: relative;
     font-size: 18px;
}
 .ts-team-container .left-content {
     padding: 30px 30px 30px 5%;
}
 .ts-team-container .left-content h2 {
/*      font-size: 28px !important; */
     margin-bottom: 20px !important;
/*      font-family: "Playfair Display" !important; */
	  font-family: var(--h2_typography-font-family) !important;
     color: #141617;
     font-weight: 600 !important;
}
 .ts-team-container .left-content p {
     margin-bottom: 30px;
/*      font-family: "Playfair Display"; */
	  font-family: var(--body_typography-font-family);
}
/* simplified layout css */
 .ts-team-layout {
     padding: 30px 14px !important;
}
 .ts-team-layout .swiper-slide .slide-content {
/*      max-height: 35vw; */
     border-radius: 45px;
     background-color: #e1e1e1;
     padding: 30px;
}
 .ts-team-layout .swiper-button-prev, .ts-team-layout .swiper-button-next {
     width: 45px;
     height: 45px;
     border-radius: 100px;
     border: 1px solid #ffffff;
     background-color: var(--awb-color6);
}
 .ts-team-layout .swiper-button-prev:after, .ts-team-layout .swiper-button-next:after {
     font-size: 24px;
     color: #fff;
     margin-left: -3px;
}
 .ts-team-layout .swiper-button-next:after {
     margin-left: 3px;
}
 .ts-team-layout .swiper-button-prev {
     left: 0;
}
 .ts-team-layout .swiper-button-next {
     right: 0;
}
 .ts-team-layout .swiper-pagination {
     width: auto !important;
     left: 50% !important;
     bottom: 10px !important;
     border: 1px solid #648895;
     opacity: 0.99;
     border-radius: 5px;
     background-color: #fff;
     transform: translateX(-50%);
     height: 11px;
     display: flex;
}
 .ts-team-layout .swiper-pagination-bullet {
     height: 9px !important;
     width: 25px !important;
     border-radius: 0;
     margin: 0 !important;
     background: transparent;
}
 .ts-team-layout .swiper-pagination-bullet-active {
     background: #648895 0% 0% no-repeat padding-box;
     border-radius: 4px !important;
}
 .ts-team-layout .swiper-pagination-bullet:first-child {
     border-radius: 5px 0 0 5px;
}
 .ts-team-layout .swiper-pagination-bullet:last-child {
     border-radius: 0 5px 5px 0;
}
 .ts-team-layout .swiper-slide .slide-content p {
     font-size: 28px;
     line-height: 1.4;
/*      font-family: "Playfair Display" !important; */
	  font-family: var(--body_typography-font-family) !important;
     font-style: italic;
}
 .ts-team-layout .swiper-slide .slide-content .member-image-container {
     position: relative;
     width: 330px;
     margin: 0 auto;
}
 .ts-team-layout .swiper-slide .slide-content .member-image-container #member-snap {
     position: absolute;
     left: 0;
     top: 0;
     z-index: 2;
}
 .ts-team-layout .swiper-slide .slide-content .member-image-container #member-bg-gradient {
    /* ff 3.6+ */
     background: -moz-linear-gradient( 34deg, rgba(234, 195, 128, 1) 0%, rgba(240, 171, 29, 1) 18.98%, rgba(218, 128, 104, 1) 37.55%, rgba(100, 137, 150, 1) 55.69%, rgba(23, 103, 123, 1) 72.67%, rgba(68, 159, 214, 1) 87.32%, rgba(203, 220, 237, 1) 100% );
    /* safari 5.1+,chrome 10+ */
     background: -webkit-linear-gradient( 34deg, rgba(234, 195, 128, 1) 0%, rgba(240, 171, 29, 1) 18.98%, rgba(218, 128, 104, 1) 37.55%, rgba(100, 137, 150, 1) 55.69%, rgba(23, 103, 123, 1) 72.67%, rgba(68, 159, 214, 1) 87.32%, rgba(203, 220, 237, 1) 100% );
    /* opera 11.10+ */
     background: -o-linear-gradient( 34deg, rgba(234, 195, 128, 1) 0%, rgba(240, 171, 29, 1) 18.98%, rgba(218, 128, 104, 1) 37.55%, rgba(100, 137, 150, 1) 55.69%, rgba(23, 103, 123, 1) 72.67%, rgba(68, 159, 214, 1) 87.32%, rgba(203, 220, 237, 1) 100% );
    /* ie 6-9 */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAC380', endColorstr='#CBDCED', GradientType=1 );
    /* ie 10+ */
     background: -ms-linear-gradient( 34deg, rgba(234, 195, 128, 1) 0%, rgba(240, 171, 29, 1) 18.98%, rgba(218, 128, 104, 1) 37.55%, rgba(100, 137, 150, 1) 55.69%, rgba(23, 103, 123, 1) 72.67%, rgba(68, 159, 214, 1) 87.32%, rgba(203, 220, 237, 1) 100% );
    /* global 94%+ browsers support */
     background: linear-gradient( 34deg, rgba(234, 195, 128, 1) 0%, rgba(240, 171, 29, 1) 18.98%, rgba(218, 128, 104, 1) 37.55%, rgba(100, 137, 150, 1) 55.69%, rgba(23, 103, 123, 1) 72.67%, rgba(68, 159, 214, 1) 87.32%, rgba(203, 220, 237, 1) 100% );
     position: relative;
     z-index: 1;
}
 .ts-team-layout .swiper-slide .slide-content .member-image-container:before {
     position: absolute;
     content: '';
     border: 3px solid #e1e1e1;
     width: 100%;
     height: 100%;
     z-index: 2;
     box-shadow: 0px 0px 0px 3px #e1e1e1;
     right: -1px;
     top: 0;
}
 .ts-team-layout .swiper-slide .slide-content .member-name {
     font-size: 24px;
}
 .ts-team-layout .swiper-slide .slide-content .member-name, .ts-team-layout .swiper-slide .slide-content .member-designation, .ts-team-layout .swiper-slide .slide-content .member-address{
/*      font-family: "Playfair Display" !important; */
	 font-family: var(--body_typography-font-family) !important;
}
 .ts-team-layout .swiper-slide .slide-content .member-address {
     font-size: .8em;
}

 @media (max-width: 1399px) {
     .ts-team-layout .swiper-slide .slide-content p {
         font-size: 24px ;
    }
}
 @media (max-width: 1200px) {
     .ts-team-layout .swiper-slide .slide-content p {
         font-size: 22px ;
    }
     .ts-team-layout .swiper-slide .slide-content .member-image-container {
         width: 285px;
         margin: 0 auto;
    }
     .ts-team-layout .swiper-slide .slide-content .member-image-container #member-bg-gradient {
         width: 240px !important;
    }
     .ts-team-layout .swiper-slide .slide-content .member-image-container svg {
         width: 220px !important;
    }
     .ts-team-layout .swiper-slide .slide-content .member-image-container #member-snap {
         left: 25px;
         top: 0;
    }
     .ts-team-layout .swiper-slide .slide-content .member-image-container:before {
         width: 240px;
         left: 1px;
         right: 1px;
         margin: 0 auto;
    }
}
 @media (max-width: 991px) {
     .ts-team-layout {
         padding: 30px 14px;
    }
     .ts-team-layout .swiper-button-next {
         right: 0;
    }
}
 @media (max-width: 767px) {
     .ts-team-container .left-content {
         padding: 30px;
    }

     .ts-team-layout .swiper-slide .slide-content p {
         font-size: 18px;
         text-align: center;
    }
     .ts-team-layout .swiper-slide .slide-content .member-address {
         margin-bottom: 20px;
    }
     .ts-team-layout .swiper-slide .slide-content .member-image-container {
         width: 240px;
    }
     .ts-team-layout .swiper-slide .slide-content .member-image-container #member-snap {
         left: 0;
    }
}
 