/* .casedetbanner-sec { */
  /* background: linear-gradient(
      90deg,
      rgba(0, 59, 192, 0.3) 0%,
      rgba(0, 59, 192, 0.3) 100%
    ),
    url("../images/casedetbanner.png"); */
/*   background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
  margin: 0 0 0 0;
}
.casedetbanner-sec .casedethead-page {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.casedetbanner-sec .casedethead-page .casedetbanner-head {
  margin: 0 0 28px 0;
}
.casedetbanner-sec .casedethead-page p {
  color: #fff;
} */
.casedetbanner-sec {
  margin: 0 0 0 0;
}
.casedetbanner-sec {
  height: 100vh;
  position: relative;
  margin: 0 0d 100px 0;
}
.ban_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.casedetbanner-sec .abhead-page {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.casedetbanner-sec .img_lay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 59, 192, 0.5);
  position: inherit;
}
.casedetbanner-sec .abhead-page .read-head {
  margin: 0 0 28px 0;
}
.casedetbanner-sec .abhead-page p {
  color: #fff;
}
.casedethead-page .btn-margin {
  margin: 28px 0 0 0;
  padding: 13px 0 13px 0;
}
.casestudies{
  padding-top: 6px;
  font-size: 16px;
}
.socialicon{
  width: 30px;
  height: auto;
}

.events-head {
  margin: 0 0 28px 0;
}
.event-topimg {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.event-card {
  position: relative;
}
.event-img {
  width: 100%;
  max-height: 232px;
  object-fit: cover;
}
.count-pos {
  position: relative;
}
.count-pos::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.7);
}

.count-pos + h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
.fancybox-button--thumbs,
.fancybox-button--share {
  display: none !important;
}

