.research-banner {
  padding: 150px 0 60px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.re-banner-img {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  cursor: pointer;
}

.re-banner-img img {
  border-radius: 28px;
  width: 100%;
}

.re-banner-img .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 15px;
  text-align: center;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.re-banner-img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.368);
  border-radius: 28px;
  z-index: 1;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.re-banner-img:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.re-banner-img:hover .text {
  opacity: 1;
  visibility: visible;
}

.re-banner-img.shape figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.re-banner-img.shape p {
  margin-top: auto;
}

.re-banner-img.shape.lg {
  border-radius: 48px;
}

.re-banner-img.shape.lg figure:after {
  background: url(../images_new/research/corner.svg) no-repeat center;
  background-size: 100%;
}

.re-banner-img.shape.lg figure img {
  border-radius: 48px;
}

.re-banner-img.shape.lg .text {
  padding: 60px 15px;
}

.re-banner-img.shape.lg:after {
  border-radius: 48px;
}

.re-banner-img.shape.sm {
  border-radius: 40px;
}

.re-banner-img.shape.sm figure:after {
  background: url(../images_new/research/corners-sm.svg) no-repeat center;
  background-size: 100%;
}

.re-banner-img.shape.sm figure img {
  aspect-ratio: 10/11;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 40px;
}

.re-banner-img.shape.sm .text {
  padding: 20px 40px;
}

.re-banner-img.shape.sm:after {
  border-radius: 40px;
}

.banner-div {
  position: relative;
}

.banner-div.active:after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: 7px;
  left: 7px;
  border: 2px solid var(--primary);
  border-radius: 28px;
  z-index: 4;
}

.banner-div:has(.sm):after {
  border-radius: 40px;
}

.banner-div:has(.lg):after {
  border-radius: 48px;
}

.research-card {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.research-card .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.research-card .text p:last-child {
  margin-top: auto;
}

.research-card figure img {
  aspect-ratio: 2/1.3;
  border-radius: 24px 24px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.research-card .top-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  padding: 22px 19px 0;
}

.research-card .top-tags span {
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 8px;
  background-color: var(--purple300);
  color: var(--white);
}

.research-card .share-btn {
  width: 44px;
  aspect-ratio: 1/1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  background-color: var(--white);
}

.research-card .text {
  padding: 19px 24px;
  -webkit-box-shadow: 0px 4px 8px 0px #0000000D;
  box-shadow: 0px 4px 8px 0px #0000000D;
  border-radius: 0 0 24px 24px;
  background-color: var(--white);
}

.research-cards {
  position: relative;
  padding: 40px 0;
}

.re-banner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: -18px;
  margin-right: -18px;
}

.re-banner-row>div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 18px;
}

.re-banner-card {
  padding: 20px 34px;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--cream);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.re-banner-card:hover {
  -webkit-box-shadow: 2px 4px 30px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 30px -1px rgba(0, 0, 0, 0.1);
}

.re-banner-card.bg-blue {
  background-color: #E6E7FD;
}

.banner-elements img {
  position: absolute;
  z-index: -1;
}

.banner-elements img:nth-child(1) {
  top: 16%;
  left: 26%;
}

.banner-elements img:nth-child(2) {
  top: 13%;
  right: 20%;
}

.banner-elements span {
  width: 12px;
  aspect-ratio: 1/1;
  background-color: var(--primary);
  border-radius: 20px;
}

.banner-elements span:nth-of-type(1) {
  position: absolute;
  top: 10%;
  left: 15%;
}

.banner-elements span:nth-of-type(2) {
  position: absolute;
  top: 29%;
  left: 19%;
}

.banner-elements span:nth-of-type(3) {
  position: absolute;
  top: 13%;
  left: 35%;
  background-color: var(--purple300);
}

.banner-elements span:nth-of-type(4) {
  position: absolute;
  top: 45%;
  left: 40%;
  background-color: var(--violet);
}

.banner-elements span:nth-of-type(5) {
  position: absolute;
  top: 10%;
  right: 30%;
  background-color: var(--purple300);
  width: 18px;
}

.banner-elements span:nth-of-type(6) {
  position: absolute;
  top: 30%;
  right: 25%;
  background-color: var(--violet);
}

.researh-detail-banner {
  position: relative;
  background-color: var(--bgColor300);
  padding: 40px 0;
}

.media-section {
  position: relative;
  margin-bottom: 24px;
}

.media-section img,
.media-section video {
  width: 100%;
  border-radius: 24px;
}

.media-title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 24px;
}

.bookmark-btn:not(.active) .saved {
  display: none;
}

.bookmark-btn.active .unsaved {
  display: none;
}

.bookmark-btn {
  border: 1px solid var(--primary);
  padding: 14px 18px;
  border-radius: 12px;
  background-color: transparent;
}

.bookmark-btn:hover {
  -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.138);
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.138);
  -webkit-animation: scale .5s linear 1;
  animation: scale .5s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.bookmark-btn:active {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.research-detail {
  padding: 16px 0 24px;
}

/* Dsicussion */
.discussion-input {
  position: relative;
  width: 100%;
  padding-left: 24px;
}

.discussion-input textarea {
  width: 100%;
  border: 1px solid rgba(102, 102, 102, 0.349);
  padding: 10px;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

.discussion-input textarea::-webkit-input-placeholder {
  color: #11111166;
}

.discussion-input textarea:-ms-input-placeholder {
  color: #11111166;
}

.discussion-input textarea::-ms-input-placeholder {
  color: #11111166;
}

.discussion-input textarea::placeholder {
  color: #11111166;
}

.community-section {
  position: relative;
  padding: 40px 0;
}

.discussion-section {
  position: relative;
  padding-bottom: 40px;
}

.discussion-section .comment .bbtn.white {
  -webkit-box-shadow: 0px 2px 4px 0px #00000017;
  box-shadow: 0px 2px 4px 0px #00000017;
}

.discussion-section .right {
  text-align: right;
}

.discussion-input button {
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 8px;
  background-color: var(--cream100);
  padding: 12px;
  border: none;
  z-index: 2;
  top: auto;
  transform: none;
}

.report-div {
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}

.report-div.ml-auto {
  margin-left: auto;
}

.report-div .bbtn {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  -webkit-box-shadow: 0px 2px 4px 0px #00000017;
  box-shadow: 0px 2px 4px 0px #00000017;
}

.report-div.active .bbtn {
  display: block;
}

.caret {
  border: none;
  width: 12px;
  height: 6px;
  background-image: url("../images/cart-img.png");
  background-size: contain;
  transform: rotate(0deg);
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}


.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border: none;
  transform: rotate(180deg);
}

.discussion-thread {
  padding: 32px 0;
}

.discussion-thread:not(:last-child) {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}

.discussion-thread .dp {
  border-radius: 50%;
  width: 52px;
  aspect-ratio: 1/1;
}

.vote-btns button {
  font-size: 16px;
}

.chat-imgs {
  position: relative;
  margin: 40px -11px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chat-imgs figure {
  padding: 0 11px;
  max-width: 287px;
}

.chat-imgs figure img {
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.report-inner {
  max-width: 610px;
  margin: 0 auto;
  padding: 60px 10px;
}

.opacity-05 {
  opacity: 0.5;
}

.discussion-thread {
  padding: 32px 0;
}

.discussion-thread:hover .report-btn {
  opacity: 1;
  visibility: visible;
}

.discussion-thread:not(:last-child) {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}

.discussion-thread .dp {
  border-radius: 50%;
  width: 52px;
  aspect-ratio: 1/1;
}

/* Discussion ends */
.page-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-btn img {
  max-width: 94px;
  aspect-ratio: 1/1;
}

.research-card .clamp a {
  color: #000;
}

@media screen and (min-width: 460px) {
  .re-banner-row {
    margin-top: 24px;
  }

  .re-banner-row>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0 18px;
  }

  .re-banner-card {
    padding: 10px 12px;
  }
}

@media screen and (min-width: 768px) {
  .re-banner-card {
    padding: 10px 12px;
  }
}

@media screen and (min-width: 993px) {
  .re-banner-row>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
  }

  .re-banner-card {
    min-height: 280px;
  }
}

@media screen and (min-width: 1100px) {
  .re-banner-row {
    margin-top: 0;
  }

  .re-banner-card {
    padding: 12px 34px;
  }

  .re-banner-row>div {
    padding: 0 18px;
  }

  .re-banner-card {
    min-height: 307px;
  }
}

@media screen and (max-width: 1000px) {
  .re-banner-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .research-cards-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .research-cards .right-section {
    max-width: 100%;
    padding-left: 0;
  }

  .right-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .right-top .search-input {
    padding: 10px 0 0;
  }

  .right-top .search-input .bbtn {
    font-size: 14px;
  }
  .right-top .search-input .bbtn .srch-text{
    display: block;
  }

  .re-banner-card {
    min-height: 300px;
  }

  .re-banner-img img {
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .re-banner-img.shape figure:after {
    display: none;
  }

  .re-banner-img .text {
    opacity: 1;
    visibility: visible;
  }

  .re-banner-img.shape:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .re-banner-img.shape p {
    margin-top: 0;
  }

  .re-banner-img {
    height: 100%;
  }

  .re-banner-row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .banner-div {
    margin-bottom: 24px;
  }

  .re-banner-row {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .right-top .search-input {
    width: 100%;
  }

  .search-input {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }

  .search-input input {
    margin-bottom: 8px;
  }

  .search-input .bbtn {
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tab {
    width: 50%;
  }

  .tabs-container.left .tabs_lst {
    width: 100%;
  }

  .research-banner {
    padding: 100px 0 0px;
  }

  .re-banner-card {
    min-height: 150px;
  }

  .banner-elements span:nth-of-type(6) {
    top: 10%;
    right: 10px;
  }

  .banner-elements img:nth-child(2) {
    top: 3%;
    right: 10%;
  }

  .banner-elements span:nth-of-type(2) {
    position: absolute;
    top: 19%;
    left: 20px;
  }

  .banner-elements img:nth-child(1) {
    top: 10%;
    left: 10px;
  }

  .banner-elements span:nth-of-type(5) {
    top: 37%;
    right: 60px;
  }

  .banner-elements span:nth-of-type(4) {
    top: 36%;
    left: 40px;
  }

  .banner-elements span:nth-of-type(3) {
    top: 4%;
    left: 35%;
  }

  .training_title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .training_title .d-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 12px 0 18px;
  }

  .training_title .ml-auto {
    margin-left: 0;
  }

  .training_title h2 {
    font-weight: 600;
  }

  .re-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .re-title .bbtn {
    margin-top: 12px;
  }

  .media-section img,
  .media-section video {
    aspect-ratio: 1/1;
  }

  .bookmark-btn {
    padding: 8px 18px;
  }

  .page-btn img {
    max-width: 60px;
  }

  .researh-detail-banner {
    padding-bottom: 20px;
  }

  .re-banner-img img {
    max-height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .re-banner-img.shape figure:after {
    display: none;
  }

  .re-banner-img .text {
    opacity: 1;
    visibility: visible;
  }

  .re-banner-img.shape:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .re-banner-img.shape p {
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .training_title .bbtn {
    padding: 6px 12px;
    min-height: 40px;
    font-size: 13px;
  }

  .training_title .bbtn:not(:nth-last-of-type(1)) {
    margin-right: 6px !important;
  }
}

/*# sourceMappingURL=research.css.map */