/* =========================================================================
/* FontAwesome
/* ======================================================================= */
/**
*
* To add a icon as a content element, preferably use it like this (example):
* content: "/f105";
*/
/* =========================================================================
/* Custom
/* ======================================================================= */
.z-1 {
  z-index: 1;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-888 {
  z-index: 888;
}

.z-999 {
  z-index: 999;
}

.z-9999 {
  z-index: 9999;
}

/* =========================================================================
/* Bootstrap - custom variables and override bootstrap variables
/* ======================================================================= */
/* =========================================================================
/* Hamburgers
/* ======================================================================= */
.block-template .ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-template .image-holder {
  position: relative;
  display: block;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .block-template .image-holder {
    --bs-aspect-ratio: 60%;
  }
}
@media (max-width: 575.98px) {
  .block-template .image-holder {
    --bs-aspect-ratio: 66.666%;
  }
}
.block-template .image-holder.video:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f04b";
  font-weight: 700;
  font-size: 30px;
  line-height: 90px;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  background: #fff;
  color: #021728;
  text-align: center;
  z-index: 3;
}
@media (max-width: 1199.98px) {
  .block-template .image-holder.video:after {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .block-template .image-holder.video:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }
}
.block-template .image-holder.video:hover:after {
  background: #8DC63F;
  color: #fff;
}
.block-template .seperator.solid {
  border-style: solid !important;
}
.block-template .seperator.dashed {
  border-style: dashed !important;
}
.block-template .feature-block .icon-holder {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #021728;
}
@media (max-width: 991.98px) {
  .block-template .feature-block .icon-holder {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575.98px) {
  .block-template .feature-block .icon-holder {
    width: 40px;
    height: 40px;
  }
}