* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  color: white;
  background-image: -webkit-linear-gradient(left, #2c28b1 0%, #9b5cf6 51%, #2c28b1 100%);
  background-image: -o-linear-gradient(left, #2c28b1 0%, #9b5cf6 51%, #2c28b1 100%);
  background-image: linear-gradient(to right, #2c28b1 0%, #9b5cf6 51%, #2c28b1 100%);
  background-size: 200% auto;
  padding: 10px;
}

h1,
h2 {
  text-align: center;
}

/* Navbar */
.bg-light {
  background-image: -webkit-linear-gradient(left, #2c28b1 0%, #9b5cf6 51%, #2c28b1 100%);
  background-image: -o-linear-gradient(left, #2c28b1 0%, #9b5cf6 51%, #2c28b1 100%);
  background-image: linear-gradient(to right, #2c28b1 0%, #5652d6 51%, #9b5cf6 100%);
  padding: 15px 65px;
  transition: 500ms ease;
  background-color: transparent !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgb(255 255 255 / 90%);
  display: inline-block;
}

.main_btn,.main_btn_gradient{
  margin-left: 9px;
  padding: 8px 28px;
  box-shadow: none !important;
}

.main_btn {
  background-color: #ffffff;
  color: #8359eb;
}

.main_btn_gradient{
  background-image: linear-gradient(to right, #2c28b1 0%, #9b5cf6 100%);
  color: #fff;
  border-radius: 35px;
}

.bottom_post{
  bottom: 4.5%;
  position: absolute;
  left: 50%;
}

.main_btn_gradient:hover {
  color: white;
  background-image: linear-gradient(to right, #9b5cf6 0%, #2c28b1 100%);
}

.main_btn:hover {
  background-color: transparent;
  border-color: white;
  color: white;
}

.navbar-collapse {
  margin-left: 400px;
}

.invert {
  height: 55px;
}

/* Navbar Ends */

.main-img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.event-header {
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 18px;
}

.event-header h1 {
  font-size: 40px;
  letter-spacing: -1.2px;
  word-spacing: 12px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  font-variant: small-caps;
  text-transform: uppercase;
}

.event-header h2 {
  font-size: 30px;
  letter-spacing: -1.2px;
  word-spacing: 12px;
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  font-variant: small-caps;
  text-transform: uppercase;
}

.description {
  font-size: 20px;
}

.speakers h1 {
  font-size: 45px;
  font-weight: 600;
  text-align: left;
}

.supp {
  border-top: 2px solid rgb(241, 129, 148);
}

.supp1 {
  margin-left: 0%;
  border-top: 2px solid rgb(241, 129, 148);
}

.know-more {
  text-align: left;
}

.know-more p {
  font-size: 20px;
}

.social {
  height: 28px;
  margin: 17px;
  width: auto;
}

.social:hover {
  filter: grayscale(1);
}

.speakers .social:hover {
  filter: grayscale(1);
}

.copyright {
  text-align: center;
  background-color: #569eeca6;
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Footer */
.p_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-area {
  background: #04091e;
}

.footer_title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 28px;
}

.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.tp_widgets .list li {
  margin-bottom: 12px;
}

.tp_widgets .list li a,.tp_widgets .list li button {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  padding: 0px;
}


.footer-bottom {
  padding-top: 50px;
}

.footer-bottom .footer-text {
  color: #fff;
  opacity: .6;
}

.m-0 {
  margin: 0 !important;
}

.footer-bottom .footer-social {
  text-align: center;
  
}

.footer-bottom .footer-social a {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  margin-left: 6px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #1e2235;
  height: 30px;
  width: 30px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.footer-bottom .footer-social a:hover {
  background: #6f24da;
}

.single-footer-widget .input-group {
  display: block !important;
}

.single_footer_section input {
  max-width: 340px;
  width: 100%;
  border: 1px solid #333333;
  font-size: 13px;
  line-height: 40px;
  padding-right: 40px;
  height: 40px;
  color: #999999;
  border-radius: 20px;
  background: #fff;
  padding-left: 20px;
  margin-bottom: 10px;
}

.single_footer_section textarea {
  max-width: 340px;
  width: 100%;
  border: 1px solid #333333;
  font-size: 13px;
  line-height: 40px;
  padding-right: 40px;
  height: 100px;
  color: #999999;
  border-radius: 10px;
  background: #fff;
  padding-left: 20px;
  margin-bottom: 10px;
}

.single_footer_section .sub-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#2c28b1), color-stop(51%, #9b5cf6), to(#2c28b1));
  background-image: -webkit-linear-gradient(left, #2c28b1 0%, #9b5cf6 51%, #2c28b1 100%);
  background-image: -o-linear-gradient(left, #2c28b1 0%, #9b5cf6 51%, #2c28b1 100%);
  background-image: linear-gradient(to right, #2c28b1 0%, #9b5cf6 51%, #2c28b1 100%);
  background-size: 200% auto;
  color: #fff;
  font-weight: 500;
  line-height: 40px;
  font-size: 12px;
  padding: 0px 38px;
  cursor: pointer;
  border-radius: 20px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.single_footer_section .sub-btn:hover {
  background-image: -webkit-linear-gradient(left, #9b5cf6 0%, #2c28b1 51%, #9b5cf6 100%);
  background-image: -o-linear-gradient(left, #9b5cf6 0%, #2c28b1 51%, #9b5cf6 100%);
  background-image: linear-gradient(to right, #9b5cf6 0%, #2c28b1 51%, #9b5cf6 100%);
}

input[type="text"],input[type="email"],textarea {
  outline: none;
}

/* Footer */

/* Media Queries */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  /* .single_footer_section .sub-btn {
    margin-top: 10px;
    right: 60px;
    top: 200px;
  } */
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: contents !important;
    flex-basis: auto;
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .event_time_area {
    padding-top: 120px;
  }

  .bg-light {
    padding: 15px 5px;
  }

  .header_area .navbar {
    background-image: -moz-linear-gradient(0deg, #141da2 0%, #9b5cf6 100%);
    background-image: -webkit-linear-gradient(0deg, #141da2 0%, #9b5cf6 100%);
    background-image: -ms-linear-gradient(0deg, #141da2 0%, #9b5cf6 100%);
  }

  .navbar-collapse {
    margin-left: 0px;
  }

  .footer-area .col-sm-6 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footer-bottom .footer-social {
    text-align: center;
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .home-heading h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .event_time_area {
    padding-top: 92px;
    padding-bottom: 0px;
  }

  .footer-area .col-sm-6 {
    margin-top: 20px;
  }

  /* .single_footer_section .sub-btn {
    margin-top: 10px;
    right: 145px;
    top: 200px;
  } */
}

/* Media Queries */