.header-info {
    width: 32px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 18;
    left: 0;
    top: calc(50% - 100px);
    background: #f5f5f5;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 1px 1px 5px rgb(0 0 0);
}



.header-info > a {
  width: 24px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}

.action-btns > a.btn.btn-brand-03.btn-rounded {
  text-transform: uppercase;
  font-size: 14px;
}

.action-btns > a.btn.btn-brand-03.btn-rounded >i {
  margin-left: 8px;
}

.background-color.social-hover-2 li a.whatsapp {
  background: #2bd03e;
  color: #fff !important;
}

.background-color.social-hover-2 li a.phone {
  background: #2bd03e;
  color: #fff !important;
}


.navbar-brand > div{
  display: flex;
  flex-direction: column;
  text-align: center;
  color: white !important;
}

.preloader-wrap .navbar-brand {
  margin-right: 0!important;
}

.preloader-wrap .navbar-brand > div{
  color: #ff6900 !important;
}

.navbar-brand > div > .brand-name{
  /*font-family: 'Dancing Script', cursive;*/
  color: white !important;
  font-size: 22px;
  height: 24px;
  line-height: 24px;
}

.preloader-wrap .navbar-brand > div > .brand-name{
  color: #ff6900 !important;
}

.navbar-brand > div > .brand-subname{
  color: white !important;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
}

.preloader-wrap .navbar-brand > div > .brand-subname{
  color: #ff6900 !important;
}

.single-team-wrap.bg-white.text-center.border.rounded.p-4.mt-4 {
    height: 372px;
}

.card-body {
    height: 254px;
}

.container-img-delivery {
    background-color: #dc582a;
    width: 100%;
    height: 572px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.term-yanbal {
    text-align: center;
    color: #bdbdbd;
}

.author-img {
  border: none !important;
}

.author-img > span {
  font-size: 70px;
  color: #f44336 !important;
}

.testimonial-content-wrap .testimonial-shape .testimonial-quote-wrap {
  height: 220px;
}



.testimonial-content-wrap .testimonial-shape .testimonial-quote-wrap .author-info .author-img {
  top: 45px;
}

.dot-indicator.owl-theme button.owl-dot.active span {
  background: #dc582a;
}

.testimonial-content-wrap .testimonial-shape .testimonial-quote-wrap {
  background: #ffffff;
}

.testimonial-content-wrap .testimonial-shape:before {
  background: #dc582a;
}

.testimonial-quote-wrap > .author-info > .media-body > h3 {
  color: #dc582a !important;
}

.testimonial-quote-wrap > .client-say {
  color: #dc582a !important;
}

.purple-bnt > a{
  background-color: #6d14ae;
  border-color: #6d14ae;
  color: #fff;
}

.purple-bnt > a:hover,
.purple-bnt > a:focus {
  background-color: #901be4 !important;
}

.scroll-top.scroll-to-target.primary-bg.text-white {
  display:none !important;
}

@media (max-width: 767px) {
  .header-info {
    height: 32px;
    width: 200px;
    flex-direction: row;
    left: calc(50% - 100px);
    top: 60px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

}

@media (max-width: 425px) {
  .container-img-delivery {
    height: 418px;
  }
}

@media (min-width: 426px) and (max-width: 767px){
  .container-img-delivery {
      height: 477px;
  }
}
