.testimonial-slider-wrap {
  position: relative; 
}

.testimonial-slider-wrap .testimonial{
  background: rgba(var(--whiteFull_tr), .4);
  padding: 25px;
  margin: 10px;
  transition: all ease-in-out .3s;
}

.testimonial-slider-wrap .testimonial:hover{
  background: rgba(var(--whiteFull_tr), .85);
}
.testimonial-slider-wrap .tns-nav {
  position: absolute;
  bottom: -50px;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); 
}
  
.testimonial-slider-wrap .tns-nav button {
  background: none;
  border: none;
  display: inline-block;
  margin: 2px;
  height: 15px;
}

.testimonial-slider-wrap .tns-nav button:active,
.testimonial-slider-wrap .tns-nav button:focus {
  outline: none;
}

.testimonial-slider-wrap .tns-nav button:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(var(--secondary_tr), 1);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
  background: rgba(var(--primary_tr), 1)
}

#testimonial-nav span {
  display: inline-block;
  cursor: pointer;
  height: 50px;
  width: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 50%;
  background: rgba(var(--secondary_tr), 1);
  color: rgba(var(--whiteFull_tr), 1);
  text-align: center;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

#testimonial-nav span:hover,
#testimonial-nav span.active {
  background: rgba(var(--primary_tr), 1);
}
#testimonial-nav .prev::before,
#testimonial-nav .next::before{
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 120%;
  padding: 0;
}
#testimonial-nav .next::before{
  content: "\f061";
}

.custom-mb {
  margin-bottom: 80px;
}

.has-arrow {
  text-decoration: underline;
  position: relative;
}

.has-arrow:hover {
  text-decoration: none;
}

.has-arrow [class^="icon-"] {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 2px;
}

nav[aria-label="breadcrumb"] a {
  color: #fff; }

nav[aria-label="breadcrumb"] li:before {
  color: rgba(255, 255, 255, 0.3) !important; }

.learn-more {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.learn-more:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 2px;
  background-color: #005555;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.learn-more:hover:before {
  width: 0%;
}

.sec-testimonials {
  padding-bottom: 8rem;
}

  /* Testimonial
================================================== */
.testimonial-area {
  padding: 100px 0;
  background-color: #ffb600;
  background-image: url(../images/parallax2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}

.testimonial-area .border-title,
.testimonial-area .border-sub-title {
  color: #fff;
}

.quote-item .quote-text {
  margin: 0 0 10px;
  display: inline-block;
  padding: 0 40px 30px 60px;
  background: rgba(var(--white_tr), 1);
  position: relative;
  font-size: 16px;
  font-style: italic;
}
@media (max-width: 575px) {
  .quote-item .quote-text {
    padding: 0 40px 30px 50px;
  }
}

.quote-item .quote-text:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 30px;
  left: 0;
  top: 0;
  font-weight: 700;
  color: rgba(var(--secondary_tr), 1);
}

.testimonial-slide .slick-dots {
  bottom: -35px;
}

img.testimonial-thumb {
  max-width: 80px;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
}

.quote-item-info {
  padding-top: 15px;
  display: inline-block;
}

.quote-author {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 2px;
  font-weight: 700;
  display: block;
  color: rgba(var(--secondary_tr), 1);
}

.quote-item-footer {
  margin-top: 0;
  margin-left: 60px;
}
@media (max-width: 575px) {
  .quote-item-footer {
    margin-left: 0;
  }
}

/* Testimonial Border */
.quote-item.quote-border .quote-text-border {
  border: 1px solid #ffb600;
  padding: 20px;
  position: relative;
  line-height: 28px;
  color: #666;
  font-size: 18px;
  text-align: center;
}

.quote-item.quote-border .quote-text-border:before {
  border: 12px solid;
  border-color: #e1e1e1 transparent transparent;
  border-top-color: #ffb600;
  bottom: -24px;
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.quote-item.quote-border .quote-text-border:after {
  border: 12px solid;
  border-color: #fff transparent transparent;
  bottom: -22px;
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.quote-item.quote-border .quote-item-footer {
  margin-left: 0;
  text-align: center;
  margin-top: 35px;
}

.quote-item.quote-border .quote-item-footer img.testimonial-thumb {
  float: none;
  margin: 0;
}

.quote-item.quote-border .quote-item-footer .quote-item-info {
  display: block;
}


/* property theme*/
.property-slider-wrap,
.img-property-slide-wrap {
  position: relative;
}

.property-slider-wrap .tns-outer .tns-inner,
.img-property-slide-wrap .tns-outer .tns-inner {
  padding-bottom: 100px !important;
}

.property-slider-wrap .tns-nav,
.img-property-slide-wrap .tns-nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 2;
}

.property-slider-wrap .tns-nav button,
.img-property-slide-wrap .tns-nav button {
  background: none;
  border: none;
  display: inline-block;
  margin: 2px;
  position: relative;
}

.property-slider-wrap .tns-nav button:active,
.property-slider-wrap .tns-nav button:focus,
.img-property-slide-wrap .tns-nav button:active,
.img-property-slide-wrap .tns-nav button:focus {
  outline: none;
}

.property-slider-wrap .tns-nav button:before,
.img-property-slide-wrap .tns-nav button:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  right: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.property-slider-wrap .tns-nav button.tns-nav-active:before,
.img-property-slide-wrap .tns-nav button.tns-nav-active:before {
  background-color: #00204a;
}


.property-slider-wrap .member{
  margin: 0 5px;
}
.property-slider-wrap .member-img{
  aspect-ratio: 1 / 1;
  overflow: hidden;
  
}
.property-slider-wrap .member-img img{
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: 50% 0;
  aspect-ratio: 1 / 1;
}

#property-nav {
  position: absolute;
  width: 100%;
  bottom: 64px;
}

#property-nav span {
  display: inline-block;
  cursor: pointer;
  padding: 0;
  background: rgba(var(--secondary_tr), 1);
  color: rgba(var(--whiteFull_tr), 1);
  text-align: center;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

#property-nav span:hover,
#property-nav span.active {
  background: rgba(var(--black_tr), 1);
  color: rgba(var(--whiteFull_tr), 1)!important;
}

#property-nav .property-prev,
#property-nav .property-next {
  position: absolute;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
}

#property-nav .property-prev:hover,
#property-nav .property-next:hover {
  color: rgba(var(--black_tr), 1);
}

#property-nav .property-prev {
  left: 0;
}
#property-nav .property-next {
  right: 0;
}
#property-nav .property-prev::before,
#property-nav .property-next::before{
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 120%;
  padding: 0;
}
#property-nav .property-next::before{
  content: "\f061";
}
