/*
Theme Name:     Zaatir Child
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Zaatir
Author URI:     http://zaatir.com/
Version:        1.0
Template:       zaatir
*/

@import url("../zaatir/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.octf-cta-header .h-search-form-field {
position:none;
}
.ot-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.ot-carousel .owl-item {
  display: flex;
  height: auto !important;
}

.ot-carousel .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ot-carousel .item .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}