nav{
    padding: 0 !important;
}

a.navbar-brand{
    display: flex;
    align-items: center;
}

a.navbar-brand img{
    width: 80px;
    height: 80px;
    transition: all 0.3s ease;
}
a.navbar-brand p{
    margin: 0 !important;
}

.ts-cards-same-height > div[class*='col-'] {
  display: flex;
}

.ts-cards-same-height > div[class*='col-'] .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Agar .ts-cards-same-height classi ishlatilmasa, .row uchun ham yozamiz */
#our-team .row > div[class*='col-'] {
  display: flex;
}
#our-team .row > div[class*='col-'] .card {
  width: 100%;
  min-width: 0;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}

#our-team .card-img-top {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.card-body, .card-footer{
    padding: 10px 15px 10px !important;
}
input, textarea{
    color: #000 !important;
}

.ts-inputs__transparent input, .ts-inputs__transparent textarea{
    color: #000 !important;
}

.ts-item-content {
    text-align: center;
}   
.ts-promo-number {

    text-align: center;
}
#buy-now{
    margin-top: 50px;
}


.ts-gallery .ts-gallery__caption {
    padding: 3rem;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}