@charset "utf-8";
/* CSS Document */


 /* Testimonial CSS Code Start */
/* background */
.carousel-bg {
  background-color: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
/* quote */
.quote-image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  padding-top: 60px;
  width: 80px;
}
/* text-style */
.testimonial-style .testimonial-caption-style {
 
  
  color: #fff;
  line-height: 30px;
  bottom: 40%;
  text-shadow: none;
  top: 10%;
}
.testimonial-style .testimonial-authors {
 
 
  color: #fff;
  line-height: 30px;
  margin-top: 40px;
}
/* carousel-height-control */
.testimonial-style .carousel-inner > .item {
  padding-top: auto;
  padding-bottom: auto;
  height: 380px;
}
/* carousel-left-right-control */
.testimonial-style .carousel-control.left {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.testimonial-style .carousel-control.right {
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.testimonial-style .carousel-control {
  color: #fff;
}
.testimonial-style .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  transition: background-color 1s ease;
}
/* indicators */
.testimonial-style .carousel-indicators .active {
  background-color: #fff;
  width: 14px;
  height: 14px;
  transition: background 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.testimonial-style .carousel-indicators li {
  border: 2px solid #fff;
  background-color: #fff;
}

@media (max-width: 768px) {
       
        .testimonial-style .carousel-inner > .item {
  padding-top: auto;
  padding-bottom: auto;
  height: 780px;
}
       
    }
    @media (max-width: 767px) {
        .testimonial-style .carousel-inner > .item {
  padding-top: auto;
  padding-bottom: auto;
  height: 780px;
}
    }




.eee {
  position: absolute;
  opacity: 0;
  z-index: -6;
}

/* .row flex rules removed — Bootstrap 4 handles this natively */

/* Accordion styles */
.tabs {
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;

}
.tab-label {
  width:280px;
height:50px;
  padding: 8px 0px 2px 25px;
  background: #f1631e transparent;
border: 1px solid white;
border-radius: 6px;
font-size:20px;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  background: #282828;
color: #f1631e;
border: 1px solid #f1631e;
}
.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.tab-content {
  max-height: 0px;
  padding: 0 1em;
  color: #fff;
  background: white transparent;
  -webkit-transition: all .35s;
  transition: all .35s;
}
.tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #f1631e transparent;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f transparent;
}

input:checked + .tab-label {
  background: #f1631e transparent;
}
input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}


