
/*------------------------------------------------------------------------
# mod_mx_team Extension
# ------------------------------------------------------------------------
# author    mixwebtemplates
# copyright Copyright (C) 2019 mixwebtemplates.com. All Rights Reserved.
# @license - http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Websites: http://www.mixwebtemplates.com
-------------------------------------------------------------------------*/

:root {
  --color60-base: #ff3c00;
  --mx60-white: #ffffff;
  --mx60-black: #121c27;
  --mx60-white-rgb: 255, 255, 255;
  --color60-base2: #000000;
  --color60-base3: #f4f5f8;
  --color60-base4: #ffaa18;
  --border: #0000001a;
  --transition: all 0.3s;
   --fw-lighter:         lighter;
    --fw-light:           300;
    --fw-normal:          400;
    --fw-medium:          500;
    --fw-semibold:        600;
    --fw-bold:            700;
    --fw-bolder:          bolder;
      
    /* Transition Method */
    --transition-base: all 0.5s ease-in-out;
    --transition-bezier: all .25s cubic-bezier(.645, .045, .355, 1); 
  
}


.team-carousel-wrap .mos-img img {display: none !important;}
.team-carousel-wrap .mos-img {padding: 10px 0px;}
.tms-slider {
	position:relative;
}
@media only screen and (max-width: 992px) {
  .team-carousel-wrap {
    align-items:end
  }
}
.team-carousel-wrap {
    padding-bottom: 50px;
  }
.team-item {
  align-items:end
}
@media only screen and (max-width: 992px) {
  .team-item .team-content {
    margin-bottom:40px
  }
}
.team-item .team-content .title {
  font-size:36px;
  font-weight:500;
  margin-bottom:20px
}
.team-item .team-content .prof {
  font-size:14px;
  font-weight:500;
  line-height:1;
  margin-bottom:70px;
  display:block
}

.team-item .team-img {
  max-width:536px;
  width:100%;
  margin-left:auto;
  margin-right:auto;

}
@media(max-width: 1399px) {
  .team-item .team-img {
    max-width:450px
  }
}
@media(max-width: 1199px) {
  .team-item .team-img {
    max-width:380px
  }
}
@media only screen and (max-width: 992px) {
  .team-item .team-img {
    margin-left:0;
    max-width:550px
  }

  .team-item .team-content .prof {
    margin-bottom:20px;
  }
}
.team-item .team-img img {
  width:100%;
  height:100%;
  object-fit:cover
}
.team-thumb-wrap {
  display:flex;
  align-items:center;
  justify-content:center
}
.swiper-slide.swiper-slide-thumb-active.swiper-slide-visible .team-thumb img{
  border: 2px solid var(--color60-base);
  border-radius: 5px;
}
.team-thumb-carousel {
  height:582px;
  margin-left:auto;
  margin-right:0
}
@media only screen and (max-width: 767px) {
  .team-thumb-carousel {
    margin:0 auto;
    margin-top:40px
  }
}
.team-thumb-carousel .team-thumb {
  height:140px;
  max-width:140px;
  padding: 1px;
  width:100%
}
.team-thumb-carousel .team-thumb img {
  width:100%;
  height:100%;
  padding: 2px;
   border: 2px solid #fafafa;
  object-fit:cover
}

.team-socials {
 padding: 10px 0px;
}
.team-socials ul {
 padding-left: 0rem;
}
.team-socials .social {
 list-style:none;
 display:block;
 padding:0;
 margin:0;
 background-color:transparent;
}
.team-socials .social > li {
 padding:0px;
 margin-left: 4px;
 display:inline-block;
}
.team-socials .social > li > a {
 background-color:var(--color60-base3);
 width:38px;
 height:38px;
 text-align:center;
 line-height:38px;
 display:inline-block;
 padding:0px;
 color:var(--color60-base);
 border-radius:100%;
}
.team-socials .social > li > a:hover {
 color:#fff;
 background-color:var(--color60-base);
} 
.mx-social-links li{
  display: inline-block;
  vertical-align: top;
}
.d-flex {
  display: flex;
}
.tms-slider .mx-def-btn > *,
.tms-slider .mx-def-btn > * .mx-btn {
  display: flex;
  align-items: center;
}

.mx-normal-btn > * .mx-btn {
  justify-content: center;
}
.tms-slider .mx-btn {
  position: relative;
  text-align: center;
  display: flex;
  margin-top: 8px;
}
.tms-slider .mx-btn .title-btn,
.tms-slider .mx-btn .mx-icon {
  z-index: 2;
}
.tms-slider .mx-btn .icon-circle {
  z-index: 1 !important;
}
.tms-slider .mx-btn .btn-icon-left {
  margin-right: 10px;
}
.tms-slider .mx-btn .btn-icon-right {
  margin-left: 10px;
}
.tms-slider .mx-btn .title-btn {
  position: relative;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tms-slider .mx-btn .title-btn[data-animate-text] {
  overflow: hidden;
}
.tms-slider .mx-btn .title-btn[data-animate-text] > span,.tms-slider  .mx-btn .title-btn[data-animate-text]:before {
  transition: 0.8s cubic-bezier(0.65, 0, 0.076, 1);
  transform-origin: 0 center;
}
.tms-slider .mx-btn .title-btn[data-animate-text]:before {
  position: absolute;
  content: attr(data-animate-text);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: rotateZ(7deg);
  opacity: 0;
}
.tms-slider .mx-btn:hover .title-btn[data-animate-text] > span {
  transform: rotateZ(-7deg);
  opacity: 0;
}
.tms-slider .mx-btn:hover .title-btn[data-animate-text]:before {
  transform: none;
  opacity: 1;
}

.tms-slider .mx-btn-shape {
  width: -webkit-max-content;
  width: max-content;
  filter: url(#buttonFilter);
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.tms-slider .mx-btn-shape.no-padding .button {
  padding: 0 15px 0 0;
}
.tms-slider .mx-btn-shape.rotate-icon .icon svg {
  rotate: 90deg;
}
.tms-slider .mx-btn-shape .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
  transition-duration: 0.9s;
  background-color:  var(--color60-base);
}
.tms-slider .mx-btn-shape:hover .button, .mx-btn-shape:hover .icon{
  background-color: var(--mx60-black);
}

.tms-slider .mx-btn-shape .icon svg {
  fill: var(--mx60-white);
  width: 12px;
  height: 12px;
}
.tms-slider .mx-btn-shape .icon.theme-color svg {
  fill: var(--mx60-black);
}
.tms-slider .mx-btn-shape .button {
  position: relative;
  text-align: center;
  color: var(--mx60-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px;
  height: 40px;
  line-height: 1;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  background-color:  var(--color60-base);
}

.tms-slider .mx-btn-shape:hover .icon {
  transform: translateX(0.75rem) rotate(45deg);
}

.tms-swiper-navigation.style1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    right: 15px;
    bottom: 0px;
}
.tms-swiper-navigation.style1 .tms-swiper-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 44px;
    height: 44px;
    color: var(--color60-base2);
    background-color: transparent;
    border-radius: 100%;
    margin-top: 0px;
    transition: var(--transition-base);
}
.tms-swiper-navigation.style1 .tms-swiper-arrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--color60-base2);
    border-radius: 100%;
    transition: var(--transition-base);
    z-index: -1;
}
.tms-swiper-navigation.style1 .tms-swiper-arrow:hover::before {
    border-color: var(--color60-base2);
    background-color: rgba(200,200,200, 0.5);
    -webkit-animation: mxt_spin 12s ease-out infinite;
    animation: mxt_spin 12s ease-out infinite;
}

.tms-swiper-navigation.style1 .tms-swiper-arrow:after {
    font-size: 17px;
}


/* Style Two */
.tms-swiper-navigation.style2 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    left: 50px;
    right: 50px; 
    bottom: calc(50% - 25px);
}
.tms-swiper-navigation.style2 .tms-swiper-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 60px;
    height: 60px;
    color: var(--color60-base2);
    background-color: transparent;
    font-size: 60px;
    border: 0px dashed #222;
    border-radius: 100%;
    margin-top: 0px;
}

.tms-swiper-navigation.style2 .tms-swiper-arrow:after {   
    font-size: 30px;
}


/* Style Three */
.tms-swiper-navigation.style3 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    left: 50%;
    right: 50px;
    bottom: auto;
    width: 43%;
    transform: translateX(-50%);
    z-index: 1;
}
.tms-swiper-navigation.style3 .tms-swiper-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: 8px;
    width: 60px;
    height: 60px;
    color: var(--color60-base2);
    background-color: transparent;
    border: 0px dashed #3C3C3C;
    border-radius: 100%;
    margin-top: 0px;
}

.tms-swiper-navigation.style3 .tms-swiper-arrow:after {
    font-family: var(--font-family-three);
    font-size: 13px;
    font-weight: var(--fw-semibold);
    text-transform: uppercase !important;
}
.tms-swiper-navigation.style3 .swiper-button-prev:after {
    content: "Prev";
}
.tms-swiper-navigation.style3 .swiper-button-next:after {
    content: "Next";
}
.tms-slider .tms-bottom-pane {
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tms-swiper-dots.style2 {
    position: relative;
}
.tms-swiper-dots.style2::before,
.tms-swiper-dots.style2::after {
    content: '';
    position: absolute;
    top: 10%;
    width: 70px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
}
.tms-swiper-dots.style2::before {
    right: calc(100% + 20px);
}
.tms-swiper-dots.style2::after {
    left: calc(100% + 20px);
}

.tms-swiper-dots.style2 .swiper-pagination {
    display: flex;
    gap: 6px;
    position: relative;
    transform: none;
}
.tms-swiper-dots.style2 .swiper-pagination-bullet {
    width: 20px;
	height: 20px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px;
    cursor: pointer;
	transition: var(--transition-base);
    position: relative;
	opacity: 1;
    font-size: 14px;
    font-weight: var(--fw-semibold);
}
.tms-swiper-dots.style2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	transform: scale(1.1);
	border-color: #222;
    background-color: transparent;
}
.tms-swiper-dots.style2 .swiper-pagination-bullet:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 100%;
	transition: var(--transition-base);
}
.tms-slider .tms-swiper-dots.style2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    bottom: 0px;
}
@media screen and (max-width: 1199px) {

    .tms-swiper-dots.style2::before, .tms-swiper-dots.style2::after {
        width: 50px;
    }
}
@media only screen and (max-width: 767px) {
  .team-thumb-carousel {
display: none;
}
.tms-swiper-navigation.style1 {
  right: 5px;
}
}