#bnrESMIN>div>div {
  min-height: 400px;
}

#bnrESMIN>div>div>div {
  margin-block: auto;
}

#bnrESMIN p,
#bnrESMIN a,
#bnrESMIN h3 {
  color: white;
}

#bnrCounter {
  background-color: var(--color-complementary);
  color: white;
  font-size: 1.5rem;
}

#bnrCounter .container {
  padding: 40px 0;
}

#bnrCounter p {
  margin: 0;
}

#bnrCounter .number {
  font-size: 4rem;
  font-weight: 600;
}

#history h3 {
  color: white;
}

#history h4 {
  color: white;
}


/* codepen.io/kalpeshpurohit/pen/ZEWVrKj */

.card-section .row {
  align-items: center;
}

.card-space {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.card-space .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-box .card-body {
  flex: 0 50%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
    0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 0;
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 350px;
  transition: 0.7s;
}

@media only screen and (min-width: 768px) {
  .card-box .card-body {
    min-height: 260px;
  }
}

.card-box .card-body:hover {
  background: white;
  /**/
  transform: scale(1.1);
  z-index: 9;
}

.card-box .card-body:hover::before {
  background: rgb(85 108 214 / 10%);
}

/*
.card-box .card-body:hover .title h3,
.card-box .card-body:hover .description p {
  color: #fff;
}
*/

.card-box .card-body:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.card-body .title h3 {
  color: #212121;
}

.card-body .description p {
  font-size: 15px;
  margin-bottom: 15px;
}

.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.card-box .card-body:hover .hover_color_bubble {
  top: 0rem;
}

/*start media query*/
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
    position: relative;
    top: 0;
  }

  .card-space {
    width: 100%;
    margin: 0 auto;
  }

  .card-space .card-box {
    flex: auto;
  }
}

@media only screen and (min-width: 768px) {
  .card-space .card-box {
    flex: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
    position: relative;
    top: -3rem;
  }

  .card-space {
    width: 90%;
    margin: 0 auto;
  }
}


#testimonials .card {
  border-radius: 1rem;
  box-shadow: 0px -10px 0px var(--color-complementary);
  padding: 1rem 0.7rem 1rem;
}

@media(max-width:767px) {
  #testimonials .card {
    margin: 1rem 0.7rem 1rem;
    max-width: 80vw;
  }
}

#testimonials img {
  width: 6.2rem;
  border-radius: 5rem;
  margin: 1.3rem auto 1rem auto;
}

#testimonials .col-md-4 {
  padding: 0 0.5rem;
}

#testimonials .card-text {
  /*text-align: center;*/
  padding: 1rem 2rem;
  font-size: 0.9rem;
  color: rgb(82, 81, 81);
  line-height: 1.4rem;
}

#testimonials .footer {
  border-top: none;
  text-align: center;
  line-height: 1.2rem;
  font-size: 0.9rem;
}

#testimonials .footer span:first-child {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
}

#testimonials .footer span:last-child {
  font-style: italic;
  font-size: 0.8rem;
}

#welcome {
  line-height: 1.9rem;
}


.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.whatsapp-icon {
  top: 8px;
  position: absolute;
  left: 15px;
}

#dataESMIN {
  background: linear-gradient(rgba(200, 200, 200, 1), rgba(200, 200, 200, 0));
  line-height:1.4rem;
  padding: 30px 0;
}

#dataESMIN span {
  display: block;
  margin-bottom: 10px;
}