.default {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.default li {
  list-style-type: none;
}
.default li:before, .default li:after {
  display: none;
}

.dark-violet-bg {
  background: #393280;
}

.section-color {
  background-color: #E4F4FC;
}

.clr-blue {
  color: #00A0D7;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: none;
}

.idea_elc_meet_our_team {
  background: #393280;
}
.idea_elc_meet_our_team .our_team_wrap {
  max-width: 1510px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.idea_elc_meet_our_team .part_1,
.idea_elc_meet_our_team .part_2,
.idea_elc_meet_our_team .part_3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  max-width: 32%;
}
@media (max-width: 575.98px) {
  .idea_elc_meet_our_team .part_1,
.idea_elc_meet_our_team .part_2,
.idea_elc_meet_our_team .part_3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.idea_elc_meet_our_team .teamCard {
  background-color: #fff !important;
  border: none;
  width: 100%;
  padding: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 15px;
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .idea_elc_meet_our_team .teamCard {
    margin-bottom: 25px;
  }
}
.idea_elc_meet_our_team .teamCard .imgWrap {
  max-width: 454px;
  width: 100%;
}
.idea_elc_meet_our_team .teamCard .imgWrap picture {
  padding-top: calc((386/454) * 100%);
  position: relative;
  margin-bottom: 0px;
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.idea_elc_meet_our_team .teamCard .imgWrap picture img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
.idea_elc_meet_our_team .teamCard .card-body {
  padding: 0px !important;
}
.idea_elc_meet_our_team .teamCard .card-body .card-title-wrap {
  background: #fff;
  max-width: 90%;
  width: 395px;
  border-radius: 20px;
  padding: 12px;
  margin: -35px auto 0px;
  position: relative;
}
.idea_elc_meet_our_team .teamCard .card-body .card-title-wrap .card-title {
  margin: 0px 0px 15px 0px;
  letter-spacing: 0px;
}
@media (max-width: 991.98px) {
  .idea_elc_meet_our_team .teamCard .card-body .card-title-wrap .card-title {
    margin-bottom: 5px;
  }
}
.idea_elc_meet_our_team .teamCard .card-body .card-title-wrap .card-txt {
  color: #00A0D7;
  margin: 0px;
  margin-bottom: 5px;
}
.idea_elc_meet_our_team .teamCard .card-body .socialIcons {
  max-width: 145px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .idea_elc_meet_our_team .teamCard .card-body .socialIcons {
    max-width: 175px;
  }
}
.idea_elc_meet_our_team .teamCard .card-body .socialIcons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
}
.idea_elc_meet_our_team .teamCard .card-body .socialIcons ul a {
  padding: 7px;
  border: 2px solid #00A0D7;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
      display: flex;
    align-items: center;
    width: 45px;
    height: 45px;
    justify-content: center;
}
@media (max-width: 767.98px) {
  .idea_elc_meet_our_team .teamCard .card-body .socialIcons ul a {
    padding: 5px;
  }
}
@media (max-width: 576px) {
  .idea_elc_meet_our_team .teamCard .card-body .socialIcons ul a {
    padding: 5px;
  }
}
.idea_elc_meet_our_team .teamCard .card-body .socialIcons ul a img {
  height: 25px;
  width: 25px;
}
.idea_elc_meet_our_team .teamCard .card-body .socialIcons ul a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.idea_elc_meet_our_team .part_1 .txtWrap {
  color: #00A0D7;
  max-width: 320px;
  width: 100%;
  margin-top: 85px;
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .idea_elc_meet_our_team .part_1 .txtWrap {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .idea_elc_meet_our_team .part_1 .txtWrap h2 {
    margin-top: 0;
    margin-bottom: 35px;
  }
}
.idea_elc_meet_our_team .part_3 .teamCard {
  margin-top: 175px;
}
@media (max-width: 1199.98px) {
  .idea_elc_meet_our_team .part_3 .teamCard {
    margin-top: 100px;
  }
}
@media (max-width: 991.98px) {
  .idea_elc_meet_our_team .part_3 .teamCard {
    margin-top: 0px;
  }
}
.idea_elc_meet_our_team .part_3 .contentTxtWrap {
  background: #fff;
  padding: 36px;
  border-radius: 20px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 1199.98px) {
  .idea_elc_meet_our_team .part_3 .contentTxtWrap {
    padding: 25px;
  }
}
@media (max-width: 767.98px) {
  .idea_elc_meet_our_team .part_3 .contentTxtWrap {
    margin: 0 auto;
  }
}
.idea_elc_meet_our_team .part_3 .contentTxtWrap p {
  margin-bottom: 0px;
}
.idea_elc_meet_our_team .part_3 .contentTxtWrap .btnWrap {
  margin-top: 25px;
}
.idea_elc_meet_our_team .part_3 .contentTxtWrap .btnWrap a {
  border: 1px solid #00A0D7;
  margin: 0;
}
.idea_elc_meet_our_team .part_3 .contentTxtWrap .btnWrap a:hover {
  border: 1px solid #00A0D7;
}
.idea_elc_meet_our_team .btnWrap {
  margin-top: 40px;
}
.idea_elc_meet_our_team .btnWrap a {
  margin: 0 auto;
}