/* 02-02-2021*/
.banner-bg .ban-Head {
 /* width: 70%;*/
}
.banner-bg .eventName {
  font-size: 22px;
  /*color: #999;*/
  font-weight: 600;
}

.conference-reg {
  background: #034b60;
  padding: 3% 0;
  color: #fff;
}
.conference-reg .headType {
  font-size: 50px;
  background: #8bc34a;
  background: -webkit-linear-gradient(to right, #65b15c 0%, #00bcd4 50%);
  background: -moz-linear-gradient(to right, #65b15c 0%, #00bcd4 50%);
  background: linear-gradient(to right, #65b15c 0%, #00bcd4 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.conference-reg .registration-sec {
  display: flex;
  flex-wrap: wrap;
}
.conference-reg .registration-sec .registration-col {
  flex: 1;
}
.conference-reg .box-3 {
  background: #fff;
  border-radius: 20px;
  padding: revert;
  position: relative;
}
.conference-reg .box-3 .top-sec {
  background: linear-gradient(135deg, #9ad492 0%, #9ad492 22%, #18a0b0 100%);
  border-radius: 15px 15px 0 0;
  text-align: center;
  padding: 0px 15px 20px;
}
.conference-reg .box-3 .top-sec h3 {
  font-weight: bold;
}
.conference-reg .box-3 .top-sec p.standard {
  position: relative;
  color: #007b8a;
  text-align: center;
  top: -10px;
}
.conference-reg .box-3 .top-sec p.standard span {
  background: #fff;
  padding: 5px 20px;
  border-radius: 0px 0px 15px 15px;
}
.conference-reg .box-3 .middle-sec {
  text-align: center;
}
.conference-reg .box-3 .middle-sec .doller-text {
  font-size: 50px;
  font-weight: bold;
  font-family: DIN-Bold;
  background: -webkit-linear-gradient(#AFDB8E, #19A0B0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin: 0;
}
.conference-reg .box-3 .middle-sec .text-gray {
  color: #999;
  font-size: 18px;
}
.conference-reg .box-3 .middle-sec ul.list-content {
  margin: 0;
  padding: 15px 10%;
  list-style-type: none;
  color: #002e3b;
  font-size: 20px;
}
.conference-reg .box-3 .middle-sec ul.list-content li.item-list {
  padding: 15px 0;
  position: relative;
}
.conference-reg .box-3 .middle-sec ul.list-content li.item-list::before {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  background: white;
  background: linear-gradient(90deg, white 0%, #8a8a8a 50%, white 100%);
}
.conference-reg .box-3 .middle-sec .btn-buy-now {
  background: linear-gradient(135deg, #9ad492 0%, #9ad492 22%, #18a0b0 100%);
  border-radius: 25px;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 10%;
  color: #fff;
  margin-bottom: 20px;
}
.conference-reg .box-3::after {
  content: "";
  width: 75%;
  height: 10px;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  background: white;
  background: linear-gradient(90deg, #ffffff00 0%, #000000 50%, #ffffff00 100%);
  border-radius: 50%;
  filter: blur(5px);
}
.conference-reg .registration-sec > div:nth-child(2) {
  margin: 0 6%;
}

.conference-speakers {
  background: #ebebeb;
  padding: 3% 0;
}
.conference-speakers .headType {
  font-size: 50px;
  background: #8bc34a;
  background: -webkit-linear-gradient(to right, #65b15c 0%, #00bcd4 50%);
  background: -moz-linear-gradient(to right, #65b15c 0%, #00bcd4 50%);
  background: linear-gradient(to right, #65b15c 0%, #00bcd4 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.conference-speakers .speakers-list .speakers-detaisl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 25px;
}
.conference-speakers .speakers-list .profile-img {
  width: 100%;
  height: 100%;
  min-height: 130px;
  max-height: 130px;
  max-width: 130px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #9ad492 0%, #9ad492 22%, #18a0b0 100%);
}
.conference-speakers .speakers-list .profile-img img {
  padding: 5px;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.conference-speakers .speakers-list .speaker-name {
  color: #002e3b;
  font-weight: bold;
}
.conference-speakers .speakers-list .speaker-designation {
  color: #999;
  font-weight: 600;
}
.conference-speakers .speakers-list .speaker-intro {
  font-size: 20px;
  color: #002e3b;
}

.conference-sponsors {
  background: #ebebeb;
  padding: 3% 0;
}
.conference-sponsors .headType {
  font-size: 50px;
  background: #8bc34a;
  background: -webkit-linear-gradient(to right, #65b15c 0%, #00bcd4 50%);
  background: -moz-linear-gradient(to right, #65b15c 0%, #00bcd4 50%);
  background: linear-gradient(to right, #65b15c 0%, #00bcd4 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.conference-sponsors .star-icon {
  background: #ff9800;
  border-radius: 50px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.conference-sponsors .star-icon i {
  font-size: 30px;
  position: relative;
  top: -1px;
  color: #fff;
}
.conference-sponsors .company-list {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}
.conference-sponsors .company-list .box-4 {
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  position: relative;
  transition: 0.3s;
  max-height: 130px;
  overflow: hidden;
  cursor: pointer;
}
.conference-sponsors .company-list .box-4 .company-img {
  max-width: 60px;
  width: 100%;
}
.conference-sponsors .company-list .box-4 .logo-text {
  font-size: 20px;
  color: #002d3a;
  font-weight: 600;
}
.conference-sponsors .company-list .box-4 .box-details, .conference-sponsors .company-list .box-4 .box-overlay {
  opacity: 1;
  position: absolute;
  width: 100%;
  text-align: center;
}
.conference-sponsors .company-list .box-4 .box-overlay {
  opacity: 0;
  transform: translate(-50%, -150%);
  left: 50%;
  top: 50%;
  z-index: 1;
  color: #fff;
  transition: 0.3s;
  transition-timing-function: linear;
}
.conference-sponsors .company-list .box-4 .box-overlay .company-icon {
  font-size: 30px;
}
.conference-sponsors .company-list .box-4 .box-overlay .logo-text {
  color: #fff;
}
.conference-sponsors .company-list .box-4::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 10px;
  background: #9ad492;
  background: -moz-linear-gradient(-175deg, #9ad492 0%, #9ad492 22%, #18a0b0 100%);
  background: -webkit-linear-gradient(-175deg, #9ad492 0%, #9ad492 22%, #18a0b0 100%);
  background: linear-gradient(-175deg, #9ad492 0%, #9ad492 22%, #18a0b0 100%);
  transition: 0.3s;
  border-radius: 10px;
}
.conference-sponsors .company-list .box-4:hover::after {
  transform: translate(-50%, -50%);
}
.conference-sponsors .company-list .box-4:hover .box-details {
  opacity: 0;
}
.conference-sponsors .company-list .box-4:hover .box-overlay {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.conference-sponsors .exhibitors-list .imb-box {
  background: #fff;
  padding: 15px;
  margin: auto;
  text-align: center;
  min-height: 120px;
}
.conference-sponsors .exhibitors-list p {
  font-size: 20px;
  color: #002e3b;
}
.conference-sponsors .exhibitors-list .list-item {
  border-bottom: 1px solid #ccc;
  padding: 20px 15px;
  margin-bottom:20px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .conference-reg .registration-sec > div:nth-child(2) {
    margin: 0 2%;
  }
}
@media (max-width: 767px) {
  .banner-bg .ban-Head {
    width: 100%;
  }

  .registration-sec {
    padding-bottom: 15px !important;
    flex-direction: column;
  }
  .registration-sec .registration-col {
    margin: 0 !important;
    margin-bottom: 75px !important;
  }

  .conference-sponsors .company-list > div {
    padding-bottom: 15px;
  }

  .conference-speakers .speakers-list .profile-img {
    min-height: 100px;
    max-height: 100px;
    max-width: 100px;
  }
}

/*# sourceMappingURL=custom-style.css.map */
