.f-mb-0 {
  margin-bottom: 0 !important;
}

.f-text-left {
  text-align: left !important;
}

.f-text-right {
  text-align: right !important;
}

.f-text-center {
  text-align: center !important;
}

.f-text-lowercase {
  text-transform: lowercase !important;
}

.f-text-uppercase {
  text-transform: uppercase !important;
}

.f-text-capitalize {
  text-transform: capitalize !important;
}

.f-m-0 {
  margin: 0 !important;
}

.f-p-0 {
  padding: 0 !important;
}

.f-m-2 {
  margin: 0.5rem !important;
}

.f-m-1 {
  margin: 0.25rem !important;
}

.f-m-3 {
  margin: 1rem !important;
}

.f-m-4 {
  margin: 1.5rem !important;
}

.f-m-5 {
  margin: 3rem !important;
}

.f-pl-0 {
  padding-left: 0 !important;
}

.f-p-1 {
  padding: 0.25rem !important;
}

.f-p-2 {
  padding: 0.5rem !important;
}

.f-p-3 {
  padding: 1rem !important;
}

.f-p-4 {
  padding: 1.5rem !important;
}

.f-p-5 {
  padding: 3rem !important;
}

.f-position-relative {
  position: relative !important;
}

.f-order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.f-order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.f-list-unstyled {
  list-style: none;
}

.f-d-none {
  display: none !important;
}

.f-d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.f-align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.f-align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.f-align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.f-justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.f-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.f-justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.f-justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.f-justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.f-flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.f-flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.f-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.f-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.f-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

@media (min-width: 991px) {
  .f-text-lg-left {
    text-align: left !important;
  }
  .f-text-lg-right {
    text-align: right !important;
  }
  .f-text-lg-center {
    text-align: center !important;
  }
  .f-m-lg-0 {
    margin: 0 !important;
  }
  .f-p-lg-0 {
    padding: 0 !important;
  }
  .f-order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .f-order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .f-d-lg-none {
    display: none !important;
  }
  .f-d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .f-flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .f-flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .f-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .f-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .f-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .f-justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .f-justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .f-justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .f-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .f-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .f-align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .f-align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .f-align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
}

.team-item-style1 {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-top: 30px;
  overflow: hidden;
}

.team-item-style1 .team-thumb {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  overflow: hidden;
  margin-bottom: 20px;
}

.team-item-style1 .team-thumb img {
  width: 100%;
}

.team-item-style1 .team-content .name {
  margin-bottom: 0;
}

.team-item-style1 .team-content .designation {
  margin-bottom: 30px;
}

.da-social-media-list {
  padding: 10px 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  margin: 0;
}

.da-social-media-list li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 1px solid rgba(59, 89, 152, 0.5);
}

.da-social-media-list li a.facebook {
  border: 1px solid rgba(59, 89, 152, 0.5);
  color: #3B5998;
}

.da-social-media-list li a.facebook:hover {
  background-color: #3B5998;
  color: #fff;
  border: 1px solid #3b5998;
}

.da-social-media-list li a.twitter {
  border: 1px solid rgba(0, 172, 238, 0.5);
  color: #3B5998;
}

.da-social-media-list li a.twitter:hover {
  background-color: #00ACEE;
  color: #fff;
  border: 1px solid #00acee;
}

.da-social-media-list li a.linkedin {
  border: 1px solid rgba(14, 118, 168, 0.5);
  color: #0E76A8;
}

.da-social-media-list li a.linkedin:hover {
  background-color: #0E76A8;
  color: #fff;
  border: 1px solid #0e76a8;
}

.da-social-media-list li a.behence {
  border: 1px solid rgba(0, 87, 255, 0.5);
  color: #0057ff;
}

.da-social-media-list li a.behence:hover {
  background-color: #0057ff;
  color: #fff;
  border: 1px solid #0057ff;
}

.team-carousel {
  overflow: hidden;
}

.team-carousel .team-member-item .team-thumb {
  position: relative;
  overflow: hidden;
}

.team-carousel .team-member-item .team-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
}

.team-carousel .team-member-item .team-thumb .team-content {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  z-index: 1;
  padding: 30px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.team-carousel .team-member-item .team-thumb .team-content .team-content-inner {
  background-color: #fff;
  padding: 30px 20px 20px 30px;
  border-radius: 5px;
}

.team-carousel .team-member-item .team-thumb .team-content .team-content-inner .name {
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}

.team-carousel .team-member-item .team-thumb .team-content .team-content-inner .name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 24px;
  height: 1px;
  z-index: 1;
}

.team-carousel .team-member-item .team-thumb .team-content .team-content-inner .designation {
  margin-bottom: 0;
  font-size: 14px;
  padding-bottom: 10px;
}

.team-carousel .team-member-item .team-thumb .team-content .team-content-inner .social-media-list {
  margin: 0;
  padding: 0;
}

.team-carousel .team-member-item .team-thumb .team-content .team-content-inner .social-media-list li {
  padding-right: 20px;
}

.team-carousel .team-member-item .team-thumb .team-content .team-content-inner .social-media-list li a {
  font-size: 16px;
}

.team-carousel .team-member-item .team-thumb .team-content .team-content-inner .social-media-list li:first-child a {
  padding-left: 0;
}

.team-carousel .team-member-item:hover .team-thumb img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team-carousel .team-member-item:hover .team-content {
  bottom: 0;
  opacity: 1;
}

.team-item-style2 {
  padding: 30px 40px;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin: 25px auto;
  max-width: 400px;
}

@media (min-width: 992px) {
  .team-item-style2 {
    margin: 0;
  }
}

.team-item-style2 .team-thumb {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  position: relative;
}

.team-item-style2 .team-thumb img {
  width: 100%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.team-item-style2 .team-thumb .team-thumb-inner {
  width: 100%;
  overflow: hidden;
  border: 10px solid #e9e9e9;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.team-item-style2 .team-thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #e9e9e9;
  border-radius: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.team-item-style2 .team-content {
  padding-top: 30px;
}

.team-item-style2 .team-content .name {
  margin-bottom: 0;
}

.team-item-style2 .team-content .name a {
  color: inherit;
}

.team-item-style2 .team-content .name:hover a {
  color: #b74acd;
}

.team-item-style2 .team-content .designation {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.team-item-style2 .social-media-list {
  position: absolute;
  right: 0;
  top: 0;
  padding: 23px 10px;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
}

.team-item-style2 .social-media-list li a {
  padding: 17px 10px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.team-item-style2 .social-media-list li a:hover {
  color: #b74acd;
}

.team-item-style2:hover .team-thumb:after {
  -webkit-animation: dhew-anim 1.5s infinite;
          animation: dhew-anim 1.5s infinite;
}

.team-item-style2:hover .team-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team-item-style2:hover .social-media-list {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes dhew-anim {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
/*# sourceMappingURL=team.css.map */