.ova_feature .items {
  padding: 40px 30px 43px 30px;
  border: 1px solid #e8e8e8;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  min-height: 188px;
  background: #fff;
}
.ova_feature .icon {
  margin-bottom: 21px;
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_feature .icon span {
  display: inline-block;
  line-height: 1;
}
.ova_feature .icon span:before {
  margin: 0;
  font-size: 50px;
  display: inline-block;
}
.ova_feature .title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  color: #202b5d;
  font-weight: 500;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_feature .title a {
  font-size: 24px;
  line-height: 30px;
  color: #202b5d;
  font-weight: 500;
}
.ova_feature .content-sub {
  opacity: 0;
  top: 100%;
  left: 0px;
  position: absolute;
  padding: 0px 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_feature .content-sub .excerpt {
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 16px;
}
.ova_feature .content-sub .readmore {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2px;
  font-weight: 400;
  color: #0067da;
}
.ova_feature .content-sub .readmore svg {
  width: 18px;
}
.ova_feature .icon-hide {
  position: absolute;
  right: 45px;
  bottom: -70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_feature .icon-hide span:before {
  margin: 0;
  font-size: 70px;
  color: rgba(32, 43, 93, 0.1);
}
.ova_feature.version_1 .items:hover {
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  padding: 40px 30px 62px 30px;
}
.ova_feature.version_1 .items:hover .content-sub {
  display: block;
}
.ova_feature.version_1 .items:hover .icon {
  top: -67px;
  margin: 0;
  opacity: 0;
}
.ova_feature.version_1 .items:hover .title {
  top: -67px;
}
.ova_feature.version_1 .items:hover .content-sub {
  top: calc(100% - 118px);
  opacity: 1;
}
.ova_feature.version_1 .items:hover .icon-hide {
  bottom: -3px;
}
.ova_feature.version_2.box-shadow .items {
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.ova_feature.version_2.box-shadow .items:hover {
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
}
.ova_feature.version_2 .items {
  background: transparent;
  text-align: center;
  padding: 23px 20px 34px 20px;
  border: none;
}
.ova_feature.version_2 .items:hover {
  box-shadow: 5px 9px 50px 0px rgba(0, 0, 0, 0.08);
}
.ova_feature.version_2 .items:hover .icon {
  transition: background-color 2.5s ease;
}
.ova_feature.version_2 .items:hover .icon span:before {
  color: #fff !important;
}
.ova_feature.version_2 .items:hover .icon svg {
  color: #fff !important;
}
.ova_feature.version_2 .items:hover .title:after {
  width: 40px;
  visibility: visible;
  opacity: 1;
}
.ova_feature.version_2 .items .icon {
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  transition: background-color 1.5s ease;
}
.ova_feature.version_2 .items .icon span {
  display: inline-block;
  line-height: 1;
}
.ova_feature.version_2 .items .icon span.flaticon-balance-3:before {
  margin-left: 14px;
}
.ova_feature.version_2 .items .icon span:before {
  margin: 0;
  font-size: 60px;
  display: inline-block;
}
.ova_feature.version_2 .items .icon span.flaticon-money-bag-2 {
  margin-left: 10px;
}
.ova_feature.version_2 .items .title {
  margin: 0;
  font-size: 22px;
  line-height: 24px;
  color: #202b5d;
  font-weight: 500;
}
.ova_feature.version_2 .items .title a {
  font-size: 22px;
  line-height: 24px;
  color: #202b5d;
  font-weight: 500;
}
.ova_feature.version_2 .items .title:after {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  background: rgba(6, 22, 58, 0.2);
  margin: 23px auto 0px auto;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.ova_feature.version_3 .items {
  text-align: center;
  padding: 32px 25px 54px 25px;
  box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
  border: none;
}
.ova_feature.version_3 .items:hover .icon span:before {
  color: #fff !important;
}
.ova_feature.version_3 .items:hover .title {
  color: #fff;
}
.ova_feature.version_3 .items:hover .title a {
  color: #fff;
}
.ova_feature.version_3 .items:hover .title:after {
  background: #fff;
}
.ova_feature.version_3 .items:hover .excerpt p {
  color: #fff;
}
.ova_feature.version_3 .items .icon {
  margin-bottom: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ova_feature.version_3 .items .icon span {
  display: inline-block;
  line-height: 1;
}
.ova_feature.version_3 .items .icon span:before {
  margin: 0;
  font-size: 60px;
  display: inline-block;
}
.ova_feature.version_3 .items .icon span.flaticon-money-bag-2 {
  margin-left: 10px;
}
.ova_feature.version_3 .items .title {
  margin: 0 0 25px 0;
  font-size: 24px;
  line-height: 30px;
  color: #202b5d;
  font-weight: 500;
}
.ova_feature.version_3 .items .title a {
  font-size: 24px;
  line-height: 30px;
  color: #202b5d;
  font-weight: 500;
}
.ova_feature.version_3 .items .title:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(6, 22, 58, 0.2);
  margin: 14px auto 0px auto;
  transition: 0.4s;
}
.ova_feature.version_3 .items .excerpt p {
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  color: #62718d;
}