/*Common*/
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 1.06rem;
  color: #000;
}
b {
  font-weight: 700;
}
.form-control {
  font-size: 0.8rem;
}
.hero {
  background: #000 url("../images/hero-banner.png") bottom center no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 60vh;
}
.hero-block {
  display: flex;
  flex-direction: column;
  min-height: 60vh;
  justify-content: space-around;
  padding:50px 0;
}
h1 {
  background: #da2b38;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 40px 0 15px 0;
  width: fit-content;
  letter-spacing: 2px;
}
h2 {
  font-size: 2.7rem;
  font-weight: 700;
}
h3 {
  font-size: 2rem;
  font-weight: 600;
}
.cta {
  background: #fff;
  padding: 45px 0;
}
.cta-title {
  font-size: 1.7rem;
  font-weight: 700;
}
.cta ul {
  margin: 20px 0 0 35px;
  padding: 0;
}
.cta ul li {
  margin: 0;
  padding: 0 0 15px 35px;
  list-style: none;
  background: url("../images/tick.png") left 5px no-repeat;
}
.cta-form {
  background: #f2f2f2;
  border: #000 1px solid;
  border-radius: 10px;
  padding: 25px;
  font-size: 0.8rem;
}
.rs-form {
  background: #f2f2f2;
  border: #000 1px solid;
  border-radius: 10px;
  padding: 25px;
	font-size: 1rem;
}
.rs-form h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 20px 0 14px 0;
}
/*.rs-form p {
  text-align: left;
  margin-bottom: 10px;
}*/
.cf-title {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
.cta-form input, .cta-form label {
  width: 100%;
}
.cta-form label {
  padding: 0 0 3px 10px;
}
.cta-form input {
  color: #000;
  padding: 8px 8px 8px 35px;
  margin: 0 0 10px 0;
  border: none;
  border-radius: 5px;
}
.user {
  background: #bfbfbf url("../images/user.png") 10px center no-repeat !important;
}
.phone {
  background: #bfbfbf url("../images/phone.png") 10px center no-repeat !important;
}
.email {
  background: #bfbfbf url("../images/email.png") 10px center no-repeat !important;
}
.bt-register {
  background-color: #000;
  border: none;
  width: 100%;
  color: white;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  margin: 15px 0 0 0;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
}
.bt-register:hover {
  background-color: #525252;
}
.event {
  background: url("../images/event-banner.png") center center no-repeat;
  background-size: cover;
  padding: 45px 0;
  color: #fff;
}
.event-left {
  width: 300px;
  background: #fff;
  border-radius: 25px;
}
.speaker {
  background: #fff;
  text-align: center;
  padding: 12px;
  margin: 0;
  color: #000;
  line-height: 20px;
  font-size: 0.9rem;
}
.speaker span {
  font-size: 1.7rem;
  font-weight: 700;
}
.event-right {
  text-align: right;
}
.ed-block {
  float: right;
  width: 80%;
}
.ed-icon {
  height: 20px;
}
.ed-block h4 {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.desc-block {
  display: flex;
  justify-content: end;
  gap: 50px;
  margin: 10px 0 0 0;
}
.ed-date1, .ed-date2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
}
.ed-date1 {
  width: 200px;
}
.ed-date2 {
  width: 165px;
}
.learn {
  background: #fff;
  padding: 45px 0;
  text-align: center;
}
.learn-title {
  font-size: 1.7rem;
  font-weight: 700;
}
.learn ul {
  width: fit-content;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}
.learn ul li {
  margin: 0 auto;
  padding: 0 0 15px 35px;
  list-style: none;
  background: url("../images/tick.png") left 5px no-repeat;
}
.bt-reserve {
  background-color: #a3732b;
  border: none;
  color: white;
  padding: 8px 40px 12px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2rem;
  margin: 15px 0 0 0;
  cursor: pointer;
  border-radius: 50px;
  font-weight: 700;
}
.bt-reserve:hover {
  background-color: #c67905;
}
.footer {
  background: url("../images/footer.png") center center no-repeat;
  background-size: cover;
  padding: 45px 0;
  color: #fff;
}
.footer-content {
  width: 50%;
}
.footer-title {
  font-size: 1.5rem;
  font-weight: 700;
}
.smo-block {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.smo-icon {
  width: 27px;
}
.register {
	background: #000;
	padding: 25px;
	min-height: 100vh;
	display: flex;
    align-items: center;
}
@media (max-width:991px) {
  .footer-content {
    width: 100%;
  }
}
@media (max-width:767px) {
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  .cta-form {
    margin-top: 20px;
  }
  .event-left {
    margin: 0 auto;
  }
  .event-right {
    text-align: left;
    margin-top: 30px;
  }
  .ed-block {
    width: 100%;
  }
  .desc-block {
    justify-content: start;
  }
  .footer-content {
    width: 100%;
  }
  .footer-title {
    font-size: 1.2rem;
  }
  .rs-form {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
@media (max-width:480px) {
  body {
    font-size: 1rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  .hero, .hero-block {
    min-height: 55vh;
  }
  .cta-title, .cf-title, .ed-block h4 {
    font-size: 1.3rem;
  }
  .desc-block {
    display: block;
    margin: 0;
  }
  .ed-date1, .ed-date2 {
    width: 100%;
    justify-content: start;
    font-size: 1.07rem;
    font-weight: 600;
    gap: 15px;
    margin: 10px 0 0 0;
  }
  .cta ul {
    margin: 20px 0 0 0;
  }
  .cta ul li, .learn ul li {
    padding: 0 0 15px 25px;
  }
  .bt-reserve {
    padding: 8px 25px 12px 25px;
    font-size: 1rem;
  }
}