.card {
  position: relative;
  border-radius: 8px;
  width: 160px;
  height: 200.5px;
  word-wrap: break-word;
  transition: top ease 0.3s; 
  top: 0; 
}
.card:hover {
  box-shadow: 0px 5px 5px #8c8989;
  top: -15px;
}

.btnreadmore {
  background-color: transparent;
  border: 1px solid #fe4800;
  color: #fe4800;
  border-radius: 7px;
  padding: 0.5em 1em 0.5em 1em;
}

/* card hover effect  box-shadow: 0px 5px 5px #525050;*/
.card a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  cursor: pointer;
}
/* comment pointer-events to remove onclick event */

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #fe4800;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card-title,
.card-text {
  color: #4b4a4a;
}

.navbar {
  z-index: 999;
}

/* top */
.hikvision {
  top: 25%;
  left: 3%;
  bottom: auto;
  width: 300px;
}

.inno {
  top: 25%;
  left: 3%;
  bottom: auto;
  width: 300px;
}

/* .carousel-inner>.carousel-item {
         -webkit-transition: -webkit-transform 1.2s ease !important;
         -o-transition: -o-transform 1.2s ease !important;
         transition: transform 1.2s ease !important;
} */

#readmore-collapse {
  margin: 0;
  padding: 0;
  display: none;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}

#btnrm:active,
#btnrm:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* */

.partner-section > .row > .img-fluid {
  filter: grayscale(9);
  margin: 0px;
}

img.img-fluid.honeywell-logo:hover,
img.img-fluid.apollo-logo:hover,
img.img-fluid.tyrell-logo:hover,
img.img-fluid.ves-logo:hover,
img.img-fluid.hiqview-logo:hover,
img.img-fluid.nec-logo:hover,
img.img-fluid.kentech-logo:hover,
img.img-fluid.soyal-logo:hover,
img.img-fluid.ubiquiti-logo:hover,
img.img-fluid.parantek-logo:hover,
img.img-fluid.planet-logo:hover,
img.img-fluid.firepro-logo:hover,
img.img-fluid.avtech-logo:hover,
img.img-fluid.zkteco-logo:hover,
img.img-fluid.panasonic-logo:hover {
  filter: none;
}

.partner-section > .row {
  margin: 20px;
}
