/*=============================================
=             01. Default Css                 =
=============================================*/

.htmega-team-carousel-wrap{
  overflow: hidden;
}
.htmega-feature-container-fluid {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.htmega-feature-text-center {
  text-align: center;
}

.htmega-team-carousel-wrap img {
  width: auto;
  max-width: 100%;
}

.htmega-text-white {
  color: #fff;
}

.htmega-category-list-section-title {
  text-align: center;
  margin-bottom: 60px;
}
.htmega-category-list-section-title .htmega-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .htmega-category-list-section-title .htmega-title {
    font-size: 20px;
    line-height: 49px;
  }
}
.htmega-category-list-section-title .htmega-title .htmega-title {
  margin-bottom: 20px;
}

/*=============================================
=         Team Carousel Default Css          =
=============================================*/
.htmega-team-swiper-button-prev, .htmega-team-swiper-button-next {
  width: 30px;
  height: 30px;
  line-height: 50px;
  background-color: #908DFF;
  text-align: center;
  color: #fff;
  border-radius: 9999px;
  cursor: pointer;
  right: -100px;
  left: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}

.htmega-team-swiper-button-prev svg, .htmega-team-swiper-button-next svg {
  width: 10px;
}
.htmega-team-swiper-button-prev svg path, .htmega-team-swiper-button-next svg path{
  fill: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-team-swiper-button-prev, .htmega-team-swiper-button-next {
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .htmega-team-swiper-button-prev, .htmega-team-swiper-button-next {
    display: none;
  }
}
.htmega-team-swiper-button-next {
  left: -100px;
  right: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-team-swiper-button-next {
    left: 0px;
  }
}

.htmega-team-swiper-pagination.swiper-pagination-bullets, .htmega-team-swiper-pagination.swiper-pagination-custom, .htmega-team-swiper-pagination.swiper-pagination-fraction {
  bottom: -61px;
  left: 0;
  width: 100%;
}
.htmega-team-swiper-pagination.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
.htmega-team-swiper-pagination .swiper-pagination-bullet-active {
  background: #7874FC;
}

.htmega-team-carousel-item-thumb img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.htmega-team-carousel-item-content {
  background: #908DFF;
  bottom: 0;
  padding: 20px 25px;
}
.htmega-team-carousel-item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 5px;
}
.htmega-team-carousel-item-designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
.htmega-team-carousel-bio-info {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.htmega-team-carousel-item-social {
  margin-top: 15px;
  list-style: none;
  padding: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.htmega-team-carousel-item-social-icon {
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  background-color: #7874FC;
  display: block;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  padding: 10px;
}

.htmega-team-carousel-item-social-icon:hover {
  background-color: #222;
  color: #FFFFFF;
}

/*=============================================
=         Team Carousel Style 1 Css          =
=============================================*/
.htmega-carousel-wrap-1 .swiper-pagination-bullets,
.htmega-carousel-wrap-1 .swiper-pagination-custom,
.htmega-carousel-wrap-1 .swiper-pagination-fraction {
  display: none;
}
@media only screen and (max-width: 767px) {
.htmega-carousel-wrap-1 .swiper-pagination-bullets,
.htmega-carousel-wrap-1 .swiper-pagination-custom,
.htmega-carousel-wrap-1 .swiper-pagination-fraction {
    display: block;
  }
}

.htmega-team-carousel-item-1 {
  position: relative;
  padding-bottom: 45px;
}
.htmega-team-carousel-item-1 .htmega-team-carousel-item-content {
  width: 75%;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.htmega-team-carousel-item-1 .htmega-team-carousel-item-content::after {
  border-color: transparent #fff #fff transparent;
  border-style: solid;
  border-width: 23px 23px 23px 23px;
  content: "";
  height: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  width: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .htmega-team-carousel-item-1 .htmega-team-carousel-item-content {
    width: 90%;
  }
}
.htmega-team-carousel-item-1 .htmega-team-carousel-item-content.htmega-team-carousel-item-content-hover {
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.htmega-team-carousel-item-1 .htmega-team-carousel-item-title {
  color: #fff;
}
.htmega-team-carousel-item-1 .htmega-team-carousel-item-designation {
  color: #fff;
}
.htmega-team-carousel-item-1 .htmega-team-carousel-item-social {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
}
.htmega-team-carousel-item-1 .htmega-team-carousel-item-content-hover .htmega-team-carousel-item-title {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.htmega-team-carousel-item-1 .htmega-team-carousel-item-content-hover .htmega-team-carousel-item-designation {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.htmega-team-carousel-item-1 .htmega-team-carousel-item-content-hover .htmega-team-carousel-item-social {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.htmega-team-carousel-item-1:hover .htmega-team-carousel-item-content {
  opacity: 1;
  visibility: hidden;
}
.htmega-team-carousel-item-1:hover .htmega-team-carousel-item-content.htmega-team-carousel-item-content-hover {
  opacity: 1;
  visibility: visible;
}
.htmega-team-carousel-item-1:hover .htmega-team-carousel-item-content.htmega-team-carousel-item-content-hover .htmega-team-carousel-item-title {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.htmega-team-carousel-item-1:hover .htmega-team-carousel-item-content.htmega-team-carousel-item-content-hover .htmega-team-carousel-item-designation {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.htmega-team-carousel-item-1:hover .htmega-team-carousel-item-content.htmega-team-carousel-item-content-hover .htmega-team-carousel-item-social {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/*=============================================
=         Team Carousel Style 2 Css          =
=============================================*/
.htmega-carousel-wrap-2 {
  padding: 120px 0 180px;
  background-image: url("../images/bg/style-2-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.htmega-carousel-wrap-2 .swiper-pagination-bullets {
  text-align: center;
}

.htmega-team-swiper-pagination-2.swiper-pagination-bullets, .htmega-team-swiper-pagination-2.swiper-pagination-custom, .htmega-team-swiper-pagination-2.swiper-pagination-fraction {
  bottom: -61px;
}
.htmega-team-swiper-pagination-2 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 0.2;
}
.htmega-team-swiper-pagination-2 .swiper-pagination-bullet-active {
  background: #525FE1;
  opacity: 1;
}

.htmega-team-carousel-item-2 {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.htmega-team-carousel-item-2::before {
  background-image: url(../images/team/hover-shap-2.png);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .htmega-team-carousel-item-2::before {
    display: none;
  }
}
.htmega-team-carousel-item-2:hover::before {
  opacity: 1;
  visibility: visible;
  z-index: -1;
}
.htmega-team-carousel-item-2 .htmega-team-carousel-item-thumb {
  position: relative;
  text-align: center;
  width: 220px;
  height: 220px;
  margin: auto;
}
.htmega-team-carousel-item-2 .htmega-team-carousel-item-thumb img {
  border-radius: 100%;
  width: 220px;
  height: 220px;
}
.htmega-team-carousel-item-2 .htmega-team-carousel-item-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 95, 225, 0.29)), to(rgba(82, 95, 225, 0.85)));
  background: -webkit-linear-gradient(top, rgba(82, 95, 225, 0.29) 0%, rgba(82, 95, 225, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(82, 95, 225, 0.29) 0%, rgba(82, 95, 225, 0.85) 100%);
  background: linear-gradient(180deg, rgba(82, 95, 225, 0.29) 0%, rgba(82, 95, 225, 0.85) 100%);
  border-radius: 99999px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.htmega-team-carousel-item-2 .htmega-team-carousel-item-content {
  background-color: transparent;
  text-align: center;
}
.htmega-team-carousel-item-2 .htmega-team-carousel-item-title {
  color: #231F40;
}
.htmega-team-carousel-item-2 .htmega-team-carousel-item-designation {
  color: #6F6B80;
}
.htmega-team-carousel-item-2 .htmega-team-carousel-item-social {
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  padding: 10px;
  gap: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.htmega-team-carousel-item-2 .htmega-team-carousel-item-social-icon {
  color: #7874FC;
  background-color: #fff;
  border-radius: 99999999px;
}
.htmega-team-carousel-item-2 .htmega-team-carousel-item-social-icon:hover {
  background-color: #222;
}
.htmega-team-carousel-item-2:hover .htmega-team-carousel-item-thumb::after {
  opacity: 1;
  visibility: visible;
}
.htmega-team-carousel-item-2:hover .htmega-team-carousel-item-social {
  opacity: 1;
  visibility: visible;
}

/*=============================================
=         Team Carousel Style 3 Css          =
=============================================*/
.htmega-carousel-wrap-3 {
  padding: 120px 0 180px;
}

.htmega-team-carousel-slider-active-3 {
  padding: 50px 0;
}

.swiper-slide-active .htmega-team-carousel-item-3 {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  padding: 40px;
  margin: -40px;
}

.htmega-team-swiper-pagination-3.swiper-pagination-bullets, .htmega-team-swiper-pagination-3.swiper-pagination-custom, .htmega-team-swiper-pagination-3.swiper-pagination-fraction {
  bottom: -50px;
  text-align: center;
}
.htmega-team-swiper-pagination-3 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 0.2;
}
.htmega-team-swiper-pagination-3 .swiper-pagination-bullet-active {
  background: #EE4C76;
  opacity: 1;
  position: relative;
}
.htmega-team-swiper-pagination-3 .swiper-pagination-bullet-active::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  border-radius: 99999999999px;
  height: 80%;
  width: 80%;
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.htmega-team-carousel-item-3 {
  position: relative;
  padding-bottom: 45px;
}
.htmega-team-carousel-item-3 .htmega-team-carousel-item-thumb img {
  border-radius: 10px;
}
.htmega-team-carousel-item-3 .htmega-team-carousel-item-content {
  padding: 0;
  margin-top: 20px;
  background-color: transparent;
}
.htmega-team-carousel-item-3 .htmega-team-carousel-item-title {
  color: #231F40;
}
.htmega-team-carousel-item-3 .htmega-team-carousel-item-designation {
  color: #6F6B80;
}
.htmega-team-carousel-item-3 .htmega-team-carousel-item-social {
  gap: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.htmega-team-carousel-item-3 .htmega-team-carousel-item-social-icon {
  background-color: #EBEBEB;
  color: #5B5B5B;
  border-radius: 100%;
}
.htmega-team-carousel-item-3 .htmega-team-carousel-item-social-icon:hover {
  background-color: #EF4B75;
  color: #fff;
}
/*=============================================
=         Team Carousel Style 4 Css          =
=============================================*/
.htmega-carousel-wrap-4 {
  padding: 120px 0 180px;
  background-image: url("../images/bg/style-4-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.htmega-team-swiper-pagination-4.swiper-pagination-bullets, .htmega-team-swiper-pagination-4.swiper-pagination-custom, .htmega-team-swiper-pagination-4.swiper-pagination-fraction {
  bottom: -70px;
  text-align: center;
}
.htmega-team-swiper-pagination-4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.2;
}
.htmega-team-swiper-pagination-4 .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-40%, #B257FA), color-stop(135%, rgba(201, 133, 254, 0.67)));
  background: -webkit-linear-gradient(bottom, #B257FA -40%, rgba(201, 133, 254, 0.67) 135%);
  background: -o-linear-gradient(bottom, #B257FA -40%, rgba(201, 133, 254, 0.67) 135%);
  background: linear-gradient(360deg, #B257FA -40%, rgba(201, 133, 254, 0.67) 135%);
  border-radius: 100px;
  width: 35px;
  opacity: 1;
}

.htmega-team-carousel-item-4 {
  position: relative;
}
.htmega-team-carousel-item-4 .htmega-team-carousel-item-thumb {
  position: relative;
}
.htmega-team-carousel-item-4 .htmega-team-carousel-item-thumb::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(228, 194, 255, 0.9)), to(rgba(176, 82, 249, 0.9)));
  background: -webkit-linear-gradient(top, rgba(228, 194, 255, 0.9) 0%, rgba(176, 82, 249, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(228, 194, 255, 0.9) 0%, rgba(176, 82, 249, 0.9) 100%);
  background: linear-gradient(180deg, rgba(228, 194, 255, 0.9) 0%, rgba(176, 82, 249, 0.9) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.htmega-team-carousel-item-4 .htmega-team-carousel-item-content {
  padding: 0;
  margin-top: 30px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  display: table;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.htmega-team-carousel-item-4 .htmega-team-carousel-item-title {
  color: #fff;
}
.htmega-team-carousel-item-4 .htmega-team-carousel-item-designation {
  color: #fff;
}
.htmega-team-carousel-item-4 .htmega-team-carousel-item-social {
  gap: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.htmega-team-carousel-item-4 .htmega-team-carousel-item-social-icon {
  background-color: transparent;
  color: #fff;
}
.htmega-team-carousel-item-4 .htmega-team-carousel-item-social-icon:hover {
  background-color: #EF4B75;
  color: #fff;
}
.htmega-team-carousel-item-4:hover .htmega-team-carousel-item-thumb::after {
  opacity: 1;
  visibility: visible;
}
.htmega-team-carousel-item-4:hover .htmega-team-carousel-item-content {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

/*=============================================
=         Team Carousel Style 5 Css          =
=============================================*/
.htmega-carousel-wrap-5 {
  padding: 120px 0 180px;
}

.htmega-team-swiper-pagination-5.swiper-pagination-bullets, .htmega-team-swiper-pagination-5.swiper-pagination-custom, .htmega-team-swiper-pagination-5.swiper-pagination-fraction {
  bottom: -50px;
  text-align: center;
}
.htmega-team-swiper-pagination-5 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.2;
}
.htmega-team-swiper-pagination-5 .swiper-pagination-bullet-active {
  background-color: #8B55A5;
  opacity: 1;
}

.htmega-team-carousel-item-5 {
  padding: 15px;
  position: relative;
}
.htmega-team-carousel-item-5 .htmega-team-carousel-item-thumb {
  position: relative;
}
.htmega-team-carousel-item-5 .htmega-team-carousel-item-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #8B55A5;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.htmega-team-carousel-item-5 .htmega-team-carousel-item-content {
  background-color: transparent;
  text-align: center;
}
.htmega-team-carousel-item-5 .htmega-team-carousel-item-social {
  gap: 10px;
  position: absolute;
  bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFFFFF;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  padding: 10px 20px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.htmega-team-carousel-item-5 .htmega-team-carousel-item-social-icon {
  background-color: transparent;
  color: #5B5B5B;
}
.htmega-team-carousel-item-5 .htmega-team-carousel-item-social-icon:hover {
  background-color: transparent;
  color: #8B55A5;
}
.htmega-team-carousel-item-5:hover .htmega-team-carousel-item-thumb::after {
  -webkit-transform: translate(15px, 15px);
      -ms-transform: translate(15px, 15px);
          transform: translate(15px, 15px);
  opacity: 1;
  visibility: visible;
}
.htmega-team-carousel-item-5:hover .htmega-team-carousel-item-social {
  visibility: visible;
  opacity: 1;
  bottom: 35px;
  z-index: 3;
}

/* ============= team style 6============= */
.htmega-team-carousel-st-6 {
  position: relative;
}
.htmega-pro-slider-for .htmega-team-carousel-item-thumb {
  float: left;
  overflow: hidden;
  width: 40%;
}

.htmega-pro-slider-for .slick-slider {
  -moz-user-select: elements;
}

.htmega-pro-slider-for .htmega-team-content-wrapper {
  display: block;
  overflow: hidden;
  width: 60%;
  padding-left: 30px;
}

.htmega-pro-slider-for .htmega-team-carousel-item-title {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.htmega-pro-slider-for .htmega-team-carousel-bio-info {
  color: #555555;
  font-size: 15px;
  line-height: 28px;
}

.htmega-pro-slider-for .htmega-team-carousel-item-social {
  margin-bottom: 33px;
  margin-top: 18px;
}

.htmega-pro-slider-for .htmega-team-carousel-item-social-icon {
  border: 1px solid #555555;
  border-radius: 100px;
  text-align: center;
  color: #555555;
  background: transparent;
}
.htmega-pro-slider-for .htmega-team-carousel-item-social-icon:hover {
  color: #fff;
  background: #555555;
}

.htmega-pro-slider-nav {
  width: calc( 60% - 30px );
  bottom: 20px;
  display: block;
  overflow: hidden;
  padding-bottom: 82px;
  position: absolute !important;
  right: 0px;
  z-index: 9;
}
.htmega-pro-slider-nav .slick-list{
  margin: 0 -15px;
}
.htmega-pro-slider-nav .slick-slide {
  padding:0 15px;
  cursor: pointer;
  line-height: 0;
}

.htmega-pro-slider-nav .slick-arrow {
  position: absolute;
  cursor: pointer;
  transition: .4s;
  color: #333;
  top: auto;
  bottom: 0;
  transform: unset;
  background-color: #000;
  color: #fff;
  height: 43px;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 21px;
}

/* .htmega-pro-slider-nav .slick-arrow::after {
  color: #333;
  content: "/";
  font-size: 25px;
  left: -16px;
  position: absolute;
  top: 12px;
  display: block;
} */

.htmega-pro-slider-nav .slick-arrow:first-child::after {
  display: none;
}
.htmega-pro-slider-nav .slick-prev:before, .htmega-pro-slider-nav .slick-next:before{
  display: none;
}
.htmega-pro-slider-nav .slick-arrow {
  transition: .4s;
}

/* .htmega-pro-slider-nav .slick-arrow:hover {
  color: #e2a750;
} */

@media only screen and (max-width: 767px) {
  .htmega-pro-slider-for .htmega-team-carousel-item-thumb, .htmega-pro-slider-for .htmega-team-content-wrapper {
  width: 100%;
  float: none;
 }

 .htmega-pro-slider-for .htmega-team-content-wrapper{
  padding-left: 0;
  margin-top: 20px;
 }
}

/* style 6 arrow css */
.htmega-pro-tcsl-position-left .slick-prev.slick-arrow {
  left: 0;
  margin: 0;
}
.htmega-pro-tcsl-position-left .slick-next.slick-arrow {
  left: 62px;
  margin: 0;
}
.htmega-pro-tcsl-position-right .slick-prev.slick-arrow {
  right: 62px;
  left: auto;
  margin: 0;

}
.htmega-pro-tcsl-position-right .slick-next.slick-arrow {
  right: 0;
  left: auto;
  margin: 0;
}

.htmega-pro-tcsl-position-center .slick-next.slick-arrow {
  left: 50%;
  margin-left: 30px;
  transform: translateX(-50%);
}
.htmega-pro-tcsl-position-center .slick-prev.slick-arrow {
  left: 50%;
  margin-left: -30px;
  transform: translateX(-50%);
}