body {
  font-family: "Manrope", sans-serif !important;
}

.container {
  max-width: 1120px;
}

.banner .carousel-item {
  float: none;
}

.carousel-caption {
  text-align: initial;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  bottom: auto;
  padding-bottom: 0;
}

.carousel-caption .tag {
  margin-bottom: 24px;
}

.carousel-caption .caption-wrap {
  max-width: 703px;
}

.carousel-caption h2 {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 60px;
  line-height: 84px;
  vertical-align: middle;
}

.carousel-caption p {
  max-width: 670px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  margin: 20px 0 40px 0;
}

.container.inner {
  padding-top: 120px;
  padding-bottom: 120px;
}

.rounded-tag {
  border: 1px solid #DCDCDC;
  height: 50px;
  padding: 14px 18px;
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
}

.go-top {
  background-color: transparent;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  position: fixed;
  bottom: 20%;
  right: 15%;
  z-index: 99;
  opacity: 0;
  scale: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-filter: brightness(0) saturate(100%) invert(69%) sepia(13%) saturate(1839%) hue-rotate(134deg) brightness(93%) contrast(89%);
  filter: brightness(0) saturate(100%) invert(69%) sepia(13%) saturate(1839%) hue-rotate(134deg) brightness(93%) contrast(89%);
}

.go-top.show {
  opacity: 1;
  scale: 1;
}

.w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sticky-content {
  padding: 16px 20px;
  background: #f6f5f2;
}

.sticky-content .btn {
  width: calc(100% - 42px);
}

@media (min-width: 991px) {
  .carousel-item {
    min-height: 600px;
  }

  .carousel-item img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 600px;
  }
}

@media (max-width: 991px) {
  .carousel-item {
    min-height: 100dvh;
  }

  .carousel-item img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100dvh;
  }

  .carousel-caption h2 {
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 12px;
  }

  .carousel-caption p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .carousel-caption .tag {
    margin-bottom: 16px;
  }

  .container.inner {
    padding: 60px 20px;
  }

  .go-top {
    bottom: 40px;
    right: 40px;
  }

  .carousel-item img {
    -o-object-position: 73%;
    object-position: 73%;
  }
}

@media (max-width: 567px) {
  .banner .carousel-item {
    min-height: calc(100dvh - 53px);
  }

  .banner .carousel-item img {
    min-height: calc(100dvh - 53px);
  }

  .banner .carousel-item .btn-outlined-white {
    width: calc(100% - 42px);
  }

  .carousel-caption {
    bottom: 60px;
    -webkit-transform: none;
    transform: none;
    top: auto;
  }
}

.btn {
  padding: 15px 34px;
  height: 54px;
  min-width: 125px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 200px;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #021615;
  border-color: #021615;
}

.btn-primary.btn-custom::after {
  background-color: #021615;
  border-color: #021615;
}

.btn-primary.btn-custom:before {
  background-image: url(../../images/icons/contact-arrow.svg);
}

.btn-primary.btn-custom:hover:after {
  background-color: #2A4F4E;
  border-color: #2A4F4E;
}

.btn-primary:hover {
  color: #fff;
  background-color: #021615;
  border-color: #021615;
  opacity: 0.8;
}

.btn-outlined-white {
  color: #fff;
  border-color: #fff;
}

.btn-outlined-white:hover {
  border-color: #fff;
}

.btn-outlined-dark {
  color: #021615;
  border-color: #021615;
}

.btn-outlined-dark:hover {
  border-color: #021615;
}

.btn-custom {
  position: relative;
  margin-right: 54px;
}

.btn-custom.btn-primary .circle {
  border: 1px solid #021615;
  background-color: #021615;
}

.btn-custom.btn-primary .circle::after {
  background-size: 17px;
  background-image: url("../../../assets-landing/images/icons/arrow-white.svg");
}

.btn-custom.btn-primary .circle::before {
  background-size: 17px;
  background-image: url("../../../assets-landing/images/icons/arrow-white.svg");
}

.btn-custom.btn-outlined-dark .circle {
  border: 1px solid #021615;
}

.btn-custom.btn-outlined-dark .circle::after {
  background-size: 11px;
  background-image: url("../../../assets-landing/images/icons/arrow-black.svg");
}

.btn-custom.btn-outlined-dark .circle::before {
  background-size: 11px;
  background-image: url("../../../assets-landing/images/icons/arrow-black.svg");
}

.btn-custom.btn-outlined-white .circle {
  border: 1px solid #fff;
}

.btn-custom.btn-outlined-white .circle::after {
  background-size: 17px;
  background-image: url("../../../assets-landing/images/icons/arrow-white.svg");
}

.btn-custom.btn-outlined-white .circle::before {
  background-size: 17px;
  background-image: url("../../../assets-landing/images/icons/arrow-white.svg");
}

.btn-custom .circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: -54px;
  top: 0;
  overflow: hidden;
}

.btn-custom .circle::after {
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.btn-custom .circle::before {
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-136%, 58%);
  transform: translate(-136%, 58%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

.btn-custom:hover .circle::after {
  -webkit-transform: translate(60%, -170%);
  transform: translate(60%, -170%);
}

.btn-custom:hover .circle::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .btn-custom .circle {
    width: 42px;
    height: 42px;
    right: -42px;
  }
}

@media (max-width: 767px) {
  .btn {
    padding: 10px 34px;
    height: 42px;
    line-height: 17px;
  }

  .btn:after,
  .btn:before {
    height: 42px;
    width: 42px;
  }

  .btn-custom {
    margin-right: 42px;
  }

  .whychoose-list {
    margin-top: 15px;
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .btn {
    padding: 10px 16px;
  }
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateY(-20px) scale(1);
    transform: translateY(-20px) scale(1);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(1);
    transform: translateY(20px) scale(1);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateY(-20px) scale(1);
    transform: translateY(-20px) scale(1);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(1);
    transform: translateY(20px) scale(1);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}

header {
  height: 70px;
  border-bottom: 1px solid #EBEBEB;
  background-color: white;
}

header nav {
  padding: 6px !important;
}

header .container {
  max-width: 1300px;
}

header .navbar-nav {
  gap: 24px;
}

header .btn {
  height: 42px;
}

header .nav-link {
  padding: 8px 12px;
  font-weight: 600;
}

header .navbar-toggler {
  display: none;
}

header .btn-custom {
  padding: 10px 34px;
  height: 42px;
  line-height: 19px;
}

header .btn-custom .circle {
  height: 42px;
  width: 42px;
  right: -42px;
}

header .contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .navbar-toggler {
  border: none;
  padding: 0;
  width: 42px;
  height: 42px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  header {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  header .navbar-nav {
    padding: 20px 0px;
  }

  header .logo {
    max-width: 120px;
  }
}

footer {
  background-color: #021615;
}

footer .container {
  max-width: 1300px;
}

footer.home-section {
  padding-top: 80px;
  padding-bottom: 30px;
}

footer.home-section h4 {
  font-size: 18px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #fff;
  margin-top: 40px;
  font-weight: 400;
  max-width: 90%;
  line-height: 1.5;
}

footer.home-section h5 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
}

footer.home-section label {
  margin-top: 18px;
  margin-bottom: 6px;
  font-family: "Manrope", Arial;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.631372549);
}

footer.home-section p {
  margin-bottom: 0;
  font-family: "Manrope", Arial;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
}

footer.home-section .footer-bottom {
  margin-top: 80px;
}

footer.home-section .footer-bottom a {
  color: #D1D8D6;
  font-family: "Manrope", Arial;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

footer.home-section .footer-bottom a:hover {
  color: #fff;
}

footer.home-section .footer-bottom hr {
  margin-top: 32px;
  margin-bottom: 20px;
  border-color: rgba(255, 255, 255, 0.1019607843);
}

footer.home-section .copy-right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer.home-section .copy-right-wrap p {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0;
  color: #D1D8D6;
}

footer.home-section .copy-right-wrap p .footer-link {
  margin-left: 8px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

footer.home-section .copy-right-wrap p .footer-link:before {
  content: "";
  height: 18px;
  margin-right: 8px;
  border-left: 1px solid #677E77;
}

footer.home-section .copy-right-wrap p .footer-link:hover {
  color: #fff;
}

footer .social-media-wrap {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .social-media-wrap a {
  text-decoration: none;
  color: transparent;
}

@media (max-width: 991px) {
  footer.home-section {
    padding: 60px 20px 30px 20px;
  }

  footer.home-section h4 {
    font-size: 16px;
  }

  footer.home-section .footer-bottom {
    margin-top: 50px;
  }

  footer.home-section .footer-bottom .social-media-wrap {
    margin-bottom: 0;
  }
}

@media (max-width: 574px) {
  footer.home-section .copy-right-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }

  footer.home-section .copy-right-wrap p {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  footer.home-section .copy-right-wrap p .footer-link {
    margin-left: 0;
    margin-bottom: 15px;
  }

  footer.home-section .copy-right-wrap p .footer-link::before {
    display: none;
  }

  footer.home-section .social-media-wrap {
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tag {
  border: 1px solid rgba(255, 255, 255, 0.2196078431);
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 8px 15px;
  border-radius: 200px;
  background-color: rgba(255, 255, 255, 0.1490196078);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.tag .dot {
  background-color: #FFFFFF;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.about h3 {
  font-size: 40px;
  font-weight: 700;
  margin-top: 34px;
  margin-bottom: 20px;
}

.about p {
  font-size: 18px;
  margin-bottom: 60px;
}

.about .registered-users {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}

.about .users-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about .users-wrap img {
  width: 50px;
  height: 50px;
}

.about .users-wrap img:nth-child(2) {
  margin-left: -10px;
}

.about .users-wrap img:nth-child(3) {
  margin-left: -20px;
}

.about .venue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

.about .venue .seperator {
  width: 1px;
  height: inherit;
  border-right: 1px dashed rgba(194, 194, 194, 0);
  -o-border-image: repeating-linear-gradient(to bottom, #C2C2C2 0, #C2C2C2 3px, transparent 5px, transparent 8px) 1;
  border-image: repeating-linear-gradient(to bottom, #C2C2C2 0, #C2C2C2 3px, transparent 5px, transparent 8px) 1;
}

.about .venue .single-detail>div:first-of-type {
  font-size: 20px;
  margin-bottom: 21px;
  font-weight: 600;
}

.about .venue .single-detail h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1;
}

.about .venue .single-detail span {
  color: #393939;
}

.contact-wrap h3 {
  font-size: 40px;
  font-weight: 700;
}

.contact-wrap .webinar-section {
  background-image: url("../../../assets-landing/images/place-holders/gradient-bg.svg");
  background-size: cover;
}

.contact-wrap .webinar-desc {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.85;
}

.contact-wrap .divider {
  border-top: 1px dashed rgba(255, 255, 255, 0.4);
  width: 300px;
  margin: 30px 0;
}

.contact-wrap {
  /* FORM CARD */
}

.contact-wrap .form-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 42px;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.contact-wrap .form-label {
  font-size: 14px;
  font-weight: 500;
  color: #1c1c1c;
}

.contact-wrap .form-label span {
  color: red;
}

.contact-wrap .form-control,
.contact-wrap .input-group-text {
  border-radius: 8px;
  font-size: 14px;
  padding: 11px 12px;
  border-color: #D1D1D1;
}

.contact-wrap .form-control::-webkit-input-placeholder,
.contact-wrap .input-group-text::-webkit-input-placeholder {
  color: #7F7F7F;
}

.contact-wrap .form-control::-moz-placeholder,
.contact-wrap .input-group-text::-moz-placeholder {
  color: #7F7F7F;
}

.contact-wrap .form-control:-ms-input-placeholder,
.contact-wrap .input-group-text:-ms-input-placeholder {
  color: #7F7F7F;
}

.contact-wrap .form-control::-ms-input-placeholder,
.contact-wrap .input-group-text::-ms-input-placeholder {
  color: #7F7F7F;
}

.contact-wrap .form-control::placeholder,
.contact-wrap .input-group-text::placeholder {
  color: #7F7F7F;
}

.contact-wrap .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #0e6b55;
}

.contact-wrap {
  /* SUBMIT BUTTON */
}

.contact-wrap .submit-btn {
  background: -webkit-gradient(linear, left top, right top, from(#001b17), to(#003b32));
  background: linear-gradient(90deg, #001b17, #003b32);
  color: #ffffff;
  padding: 14px;
  border-radius: 30px;
  font-weight: 500;
  border: none;
}

.contact-wrap .submit-btn:hover {
  opacity: 0.9;
}

.learn-section {
  background: #ffffff;
}

.learn-section .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #001b17;
}

.learn-section .section-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #2f3e3b;
  max-width: 520px;
  margin-bottom: 30px;
}

.learn-section {
  /* BUTTONS */
}

.learn-section .register-btn {
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid #001b17;
  background: #ffffff;
  color: #001b17;
  font-weight: 500;
}

.learn-section .arrow-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #001b17;
  background: #ffffff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.learn-section {
  /* FEATURES */
}

.learn-section .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.learn-section .feature-item:not(:first-of-type) {
  margin-top: 30px;
}

.learn-section .feature-item img {
  position: relative;
  top: -10px;
}

.learn-section .feature-item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #001b17;
  margin-bottom: 6px;
}

.learn-section .feature-item p {
  font-size: 14px;
  line-height: 1.6;
  color: #2f3e3b;
  margin: 0;
}

.learn-section {
  /* ICON */
}

.learn-section .icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #001b17;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.learn-section {
  /* DIVIDER */
}

.learn-section .feature-divider {
  border-top: 1px dashed rgba(175, 175, 175, 0);
  -o-border-image: repeating-linear-gradient(to right, #C2C2C2 0, #858282 3px, transparent 5px, transparent 8px) 1;
  border-image: repeating-linear-gradient(to right, #C2C2C2 0, #858282 3px, transparent 5px, transparent 8px) 1;
  margin: 28px 0;
}

.our-teams-wrp {
  background-color: #F6F5F2;
}

.our-teams-wrp h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.our-teams-wrp .tag-line {
  margin-bottom: 60px;
  font-size: 16px;
  text-align: center;
  color: #021615;
}

.our-teams-wrp .team-card {
  border-radius: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  margin-bottom: 44px;
}

.our-teams-wrp .team-card p {
  margin-bottom: 0;
}

.our-teams-wrp .team-card .team-img {
  border-radius: 16px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1550px) {
  .our-teams-wrp .team-card h5 {
    font-size: 1.1rem;
  }
}

.our-teams-wrp .team-card p {
  color: rgba(2, 22, 21, 0.6980392157);
}

@media (max-width: 1550px) {
  .our-teams-wrp .team-card p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .our-teams-wrp .team-card p {
    margin: 0;
  }
}

.mobilesticky-wrap .sticky-content {
  display: none;
}

@media (max-width: 991px) {
  .about h3 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .about p {
    font-size: 16px;
    margin-bottom: 50px;
  }

  .about .venue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .about .venue .single-detail>div:first-of-type {
    font-size: 16px;
    margin-bottom: 17px;
  }

  .about .venue .single-detail h6 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .about .venue .single-detail span {
    font-size: 14px;
  }

  .about .venue img {
    width: 24px;
    height: 24px;
  }

  .about .venue .seperator {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #C2C2C2;
    -o-border-image: repeating-linear-gradient(to right, #C2C2C2 0, #C2C2C2 3px, transparent 5px, transparent 8px) 1;
    border-image: repeating-linear-gradient(to right, #C2C2C2 0, #C2C2C2 3px, transparent 5px, transparent 8px) 1;
  }

  .about .registered-users {
    gap: 12px;
  }

  .about .users-wrap img {
    width: 38px;
    height: 38px;
  }

  .about .rounded-tag {
    font-size: 16px;
  }

  .contact-wrap h3 {
    font-size: 30px;
    padding-bottom: 0;
    margin-bottom: 16px;
  }

  .contact-wrap .webinar-desc {
    padding-bottom: 0;
    margin-bottom: 50px;
  }

  .contact-wrap .form-card {
    padding: 30px 24px;
  }

  .learn-section .section-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .our-teams-wrp h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }

  .our-teams-wrp .tag-line {
    margin-bottom: 50px;
    font-size: 16px;
  }

  .our-teams-wrp .team-card img {
    width: 100%;
    max-height: 286px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 575px) {
  .go-top {
    display: none;
  }

  .mobilesticky-wrap .sticky-content {
    position: sticky;
    bottom: 0;
    z-index: 100;
    display: block;
  }

  .registered-users {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about .venue {
    margin-bottom: 0;
  }

  .about .btn-custom {
    display: none !important;
  }

  .learn-section .btn-custom {
    display: none !important;
  }

  .learn-section .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }

  .learn-section .feature-item .feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .learn-section .feature-item .feature-item:not(:first-of-type) {
    margin-top: 0px;
  }

  .learn-section .feature-item .feature-item img {
    position: relative;
    top: -10px;
  }

  body {
    font-family: "Manrope", sans-serif !important;
  }

  .container {
    max-width: 1120px;
  }

  .banner .carousel-item {
    float: none;
  }

  .carousel-caption {
    text-align: initial;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    padding-bottom: 0;
  }

  .carousel-caption .tag {
    margin-bottom: 24px;
  }

  .carousel-caption .caption-wrap {
   max-width: 713px;
}

  .carousel-caption h2 {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 60px;
    line-height: 84px;
    vertical-align: middle;
  }

  .carousel-caption p {
    max-width: 670px;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    margin: 20px 0 40px 0;
  }

  .container.inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .rounded-tag {
    border: 1px solid #DCDCDC;
    height: 50px;
    padding: 14px 18px;
    border-radius: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
  }

  .go-top {
    background-color: transparent;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    position: fixed;
    bottom: 20%;
    right: 15%;
    z-index: 99;
    opacity: 0;
    scale: 0;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -webkit-filter: brightness(0) saturate(100%) invert(69%) sepia(13%) saturate(1839%) hue-rotate(134deg) brightness(93%) contrast(89%);
    filter: brightness(0) saturate(100%) invert(69%) sepia(13%) saturate(1839%) hue-rotate(134deg) brightness(93%) contrast(89%);
  }

  .go-top.show {
    opacity: 1;
    scale: 1;
  }

  .w-fit-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .sticky-content {
    padding: 16px 20px;
    background: #f6f5f2;
  }

  .sticky-content .btn {
    width: calc(100% - 42px);
  }

  @media (min-width: 991px) {
    .carousel-item {
      min-height: 600px;
    }

    .carousel-item img {
      -o-object-fit: cover;
      object-fit: cover;
      min-height: 600px;
    }
  }

  @media (max-width: 991px) {
    .carousel-item {
      min-height: 100dvh;
    }

    .carousel-item img {
      -o-object-fit: cover;
      object-fit: cover;
      min-height: 100dvh;
    }

    .carousel-caption h2 {
      font-size: 34px;
      line-height: 48px;
      margin-bottom: 12px;
    }

    .carousel-caption p {
      font-size: 16px;
      line-height: 28px;
      margin-top: 10px;
      margin-bottom: 30px;
    }

    .carousel-caption .tag {
      margin-bottom: 16px;
    }

    .container.inner {
      padding: 60px 20px;
    }

    .go-top {
      bottom: 40px;
      right: 40px;
    }

    .carousel-item img {
      -o-object-position: 73%;
      object-position: 73%;
    }
  }

  @media (max-width: 567px) {
    .banner .carousel-item {
      min-height: calc(100dvh - 53px);
    }

    .banner .carousel-item img {
      min-height: calc(100dvh - 53px);
    }

    .banner .carousel-item .btn-outlined-white {
      width: calc(100% - 42px);
    }

    .carousel-caption {
      bottom: 60px;
      -webkit-transform: none;
      transform: none;
      top: auto;
    }
  }

  .btn {
    padding: 15px 34px;
    height: 54px;
    min-width: 125px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 200px;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .btn-primary {
    color: #fff;
    background-color: #021615;
    border-color: #021615;
  }

  .btn-primary.btn-custom::after {
    background-color: #021615;
    border-color: #021615;
  }

  .btn-primary.btn-custom:before {
    background-image: url(../../images/icons/contact-arrow.svg);
  }

  .btn-primary.btn-custom:hover:after {
    background-color: #2A4F4E;
    border-color: #2A4F4E;
  }

  .btn-primary:hover {
    color: #fff;
    background-color: #021615;
    border-color: #021615;
    opacity: 0.8;
  }

  .btn-outlined-white {
    color: #fff;
    border-color: #fff;
  }

  .btn-outlined-white:hover {
    border-color: #fff;
  }

  .btn-outlined-dark {
    color: #021615;
    border-color: #021615;
  }

  .btn-outlined-dark:hover {
    border-color: #021615;
  }

  .btn-custom {
    position: relative;
    margin-right: 54px;
  }

  .btn-custom.btn-primary .circle {
    border: 1px solid #021615;
    background-color: #021615;
  }

  .btn-custom.btn-primary .circle::after {
    background-size: 17px;
    background-image: url("../../../assets-landing/images/icons/arrow-white.svg");
  }

  .btn-custom.btn-primary .circle::before {
    background-size: 17px;
    background-image: url("../../../assets-landing/images/icons/arrow-white.svg");
  }

  .btn-custom.btn-outlined-dark .circle {
    border: 1px solid #021615;
  }

  .btn-custom.btn-outlined-dark .circle::after {
    background-size: 11px;
    background-image: url("../../../assets-landing/images/icons/arrow-black.svg");
  }

  .btn-custom.btn-outlined-dark .circle::before {
    background-size: 11px;
    background-image: url("../../../assets-landing/images/icons/arrow-black.svg");
  }

  .btn-custom.btn-outlined-white .circle {
    border: 1px solid #fff;
  }

  .btn-custom.btn-outlined-white .circle::after {
    background-size: 17px;
    background-image: url("../../../assets-landing/images/icons/arrow-white.svg");
  }

  .btn-custom.btn-outlined-white .circle::before {
    background-size: 17px;
    background-image: url("../../../assets-landing/images/icons/arrow-white.svg");
  }

  .btn-custom .circle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: -54px;
    top: 0;
    overflow: hidden;
  }

  .btn-custom .circle::after {
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
  }

  .btn-custom .circle::before {
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-136%, 58%);
    transform: translate(-136%, 58%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
  }

  .btn-custom:hover .circle::after {
    -webkit-transform: translate(60%, -170%);
    transform: translate(60%, -170%);
  }

  .btn-custom:hover .circle::before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  @media (max-width: 767px) {
    .btn-custom .circle {
      width: 42px;
      height: 42px;
      right: -42px;
    }
  }

  @media (max-width: 767px) {
    .btn {
      padding: 10px 34px;
      height: 42px;
      line-height: 17px;
    }

    .btn:after,
    .btn:before {
      height: 42px;
      width: 42px;
    }

    .btn-custom {
      margin-right: 42px;
    }

    .whychoose-list {
      margin-top: 15px;
      padding-left: 0;
    }
  }

  @media (max-width: 575px) {
    .btn {
      padding: 10px 16px;
    }
  }

  @-webkit-keyframes bounceAlpha {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0px) scale(1);
      transform: translateY(0px) scale(1);
    }

    25% {
      opacity: 0;
      -webkit-transform: translateY(-20px) scale(1);
      transform: translateY(-20px) scale(1);
    }

    26% {
      opacity: 0;
      -webkit-transform: translateY(20px) scale(1);
      transform: translateY(20px) scale(1);
    }

    55% {
      opacity: 1;
      -webkit-transform: translateY(0px) scale(1);
      transform: translateY(0px) scale(1);
    }
  }

  @keyframes bounceAlpha {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0px) scale(1);
      transform: translateY(0px) scale(1);
    }

    25% {
      opacity: 0;
      -webkit-transform: translateY(-20px) scale(1);
      transform: translateY(-20px) scale(1);
    }

    26% {
      opacity: 0;
      -webkit-transform: translateY(20px) scale(1);
      transform: translateY(20px) scale(1);
    }

    55% {
      opacity: 1;
      -webkit-transform: translateY(0px) scale(1);
      transform: translateY(0px) scale(1);
    }
  }

  header {
    height: 70px;
    border-bottom: 1px solid #EBEBEB;
    background-color: white;
  }

  header nav {
    padding: 6px !important;
  }

  header .container {
    max-width: 1300px;
  }

  header .navbar-nav {
    gap: 24px;
  }

  header .btn {
    height: 42px;
  }

  header .nav-link {
    padding: 8px 12px;
    font-weight: 600;
  }

  header .navbar-toggler {
    display: none;
  }

  header .btn-custom {
    padding: 10px 34px;
    height: 42px;
    line-height: 19px;
  }

  header .btn-custom .circle {
    height: 42px;
    width: 42px;
    right: -42px;
  }

  header .contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  header .navbar-toggler {
    border: none;
    padding: 0;
    width: 42px;
    height: 42px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  @media (max-width: 991px) {
    header {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
    }

    header .navbar-nav {
      padding: 20px 0px;
    }

    header .logo {
      max-width: 120px;
    }
  }

  footer {
    background-color: #021615;
  }

  footer .container {
    max-width: 1300px;
  }

  footer.home-section {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  footer.home-section h4 {
    font-size: 18px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #fff;
    margin-top: 40px;
    font-weight: 400;
    max-width: 90%;
    line-height: 1.5;
  }

  footer.home-section h5 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    color: #fff;
  }

  footer.home-section label {
    margin-top: 18px;
    margin-bottom: 6px;
    font-family: "Manrope", Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.631372549);
  }

  footer.home-section p {
    margin-bottom: 0;
    font-family: "Manrope", Arial;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #fff;
  }

  footer.home-section .footer-bottom {
    margin-top: 80px;
  }

  footer.home-section .footer-bottom a {
    color: #D1D8D6;
    font-family: "Manrope", Arial;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
  }

  footer.home-section .footer-bottom a:hover {
    color: #fff;
  }

  footer.home-section .footer-bottom hr {
    margin-top: 32px;
    margin-bottom: 20px;
    border-color: rgba(255, 255, 255, 0.1019607843);
  }

  footer.home-section .copy-right-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  footer.home-section .copy-right-wrap p {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    color: #D1D8D6;
  }

  footer.home-section .copy-right-wrap p .footer-link {
    margin-left: 8px;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
  }

  footer.home-section .copy-right-wrap p .footer-link:before {
    content: "";
    height: 18px;
    margin-right: 8px;
    border-left: 1px solid #677E77;
  }

  footer.home-section .copy-right-wrap p .footer-link:hover {
    color: #fff;
  }

  footer .social-media-wrap {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .social-media-wrap a {
    text-decoration: none;
    color: transparent;
  }

  @media (max-width: 991px) {
    footer.home-section {
      padding: 60px 20px 30px 20px;
    }

    footer.home-section h4 {
      font-size: 16px;
    }

    footer.home-section .footer-bottom {
      margin-top: 50px;
    }

    footer.home-section .footer-bottom .social-media-wrap {
      margin-bottom: 0;
    }
  }

  @media (max-width: 574px) {
    footer.home-section .copy-right-wrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 12px;
    }

    footer.home-section .copy-right-wrap p {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

    footer.home-section .copy-right-wrap p .footer-link {
      margin-left: 0;
      margin-bottom: 15px;
    }

    footer.home-section .copy-right-wrap p .footer-link::before {
      display: none;
    }

    footer.home-section .social-media-wrap {
      margin-bottom: 15px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }

  .tag {
    border: 1px solid rgba(255, 255, 255, 0.2196078431);
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    border-radius: 200px;
    background-color: rgba(255, 255, 255, 0.1490196078);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .tag .dot {
    background-color: #FFFFFF;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }

  .about h3 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 34px;
    margin-bottom: 20px;
  }

  .about p {
    font-size: 18px;
    margin-bottom: 60px;
  }

  .about .registered-users {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 17px;
  }

  .about .users-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about .users-wrap img {
    width: 50px;
    height: 50px;
  }

  .about .users-wrap img:nth-child(2) {
    margin-left: -10px;
  }

  .about .users-wrap img:nth-child(3) {
    margin-left: -20px;
  }

  .about .venue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
  }

  .about .venue .seperator {
    width: 1px;
    height: inherit;
    border-right: 1px dashed rgba(194, 194, 194, 0);
    -o-border-image: repeating-linear-gradient(to bottom, #C2C2C2 0, #C2C2C2 3px, transparent 5px, transparent 8px) 1;
    border-image: repeating-linear-gradient(to bottom, #C2C2C2 0, #C2C2C2 3px, transparent 5px, transparent 8px) 1;
  }

  .about .venue .single-detail>div:first-of-type {
    font-size: 20px;
    margin-bottom: 21px;
    font-weight: 600;
  }

  .about .venue .single-detail h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1;
  }

  .about .venue .single-detail span {
    color: #393939;
  }

  .contact-wrap h3 {
    font-size: 40px;
    font-weight: 700;
  }

  .contact-wrap .webinar-section {
    background-image: url("../../../assets-landing/images/place-holders/gradient-bg.svg");
    background-size: cover;
  }

  .contact-wrap .webinar-desc {
    max-width: 520px;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.85;
  }

  .contact-wrap .divider {
    border-top: 1px dashed rgba(255, 255, 255, 0.4);
    width: 300px;
    margin: 30px 0;
  }

  .contact-wrap {
    /* FORM CARD */
  }

  .contact-wrap .form-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 42px;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  }

  .contact-wrap .form-label {
    font-size: 14px;
    font-weight: 500;
    color: #1c1c1c;
  }

  .contact-wrap .form-label span {
    color: red;
  }

  .contact-wrap .form-control,
  .contact-wrap .input-group-text {
    border-radius: 8px;
    font-size: 14px;
    padding: 11px 12px;
    border-color: #D1D1D1;
  }

  .contact-wrap .form-control::-webkit-input-placeholder,
  .contact-wrap .input-group-text::-webkit-input-placeholder {
    color: #7F7F7F;
  }

  .contact-wrap .form-control::-moz-placeholder,
  .contact-wrap .input-group-text::-moz-placeholder {
    color: #7F7F7F;
  }

  .contact-wrap .form-control:-ms-input-placeholder,
  .contact-wrap .input-group-text:-ms-input-placeholder {
    color: #7F7F7F;
  }

  .contact-wrap .form-control::-ms-input-placeholder,
  .contact-wrap .input-group-text::-ms-input-placeholder {
    color: #7F7F7F;
  }

  .contact-wrap .form-control::placeholder,
  .contact-wrap .input-group-text::placeholder {
    color: #7F7F7F;
  }

  .contact-wrap .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #0e6b55;
  }

  .contact-wrap {
    /* SUBMIT BUTTON */
  }

  .contact-wrap .submit-btn {
    background: -webkit-gradient(linear, left top, right top, from(#001b17), to(#003b32));
    background: linear-gradient(90deg, #001b17, #003b32);
    color: #ffffff;
    padding: 14px;
    border-radius: 30px;
    font-weight: 500;
    border: none;
  }

  .contact-wrap .submit-btn:hover {
    opacity: 0.9;
  }

  .learn-section {
    background: #ffffff;
  }

  .learn-section .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #001b17;
  }

  .learn-section .section-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #2f3e3b;
    max-width: 520px;
    margin-bottom: 30px;
  }

  .learn-section {
    /* BUTTONS */
  }

  .learn-section .register-btn {
    padding: 14px 28px;
    border-radius: 999px;
    border: 1px solid #001b17;
    background: #ffffff;
    color: #001b17;
    font-weight: 500;
  }

  .learn-section .arrow-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #001b17;
    background: #ffffff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .learn-section {
    /* FEATURES */
  }

  .learn-section .feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .learn-section .feature-item:not(:first-of-type) {
    margin-top: 30px;
  }

  .learn-section .feature-item img {
    position: relative;
    top: -10px;
  }

  .learn-section .feature-item h5 {
    font-size: 18px;
    font-weight: 600;
    color: #001b17;
    margin-bottom: 6px;
  }

  .learn-section .feature-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #2f3e3b;
    margin: 0;
  }

  .learn-section {
    /* ICON */
  }

  .learn-section .icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #001b17;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .learn-section {
    /* DIVIDER */
  }

  .learn-section .feature-divider {
    border-top: 1px dashed rgba(175, 175, 175, 0);
    -o-border-image: repeating-linear-gradient(to right, #C2C2C2 0, #858282 3px, transparent 5px, transparent 8px) 1;
    border-image: repeating-linear-gradient(to right, #C2C2C2 0, #858282 3px, transparent 5px, transparent 8px) 1;
    margin: 28px 0;
  }

  .our-teams-wrp {
    background-color: #F6F5F2;
  }

  .our-teams-wrp h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
  }

  .our-teams-wrp .tag-line {
    margin-bottom: 60px;
    font-size: 16px;
    text-align: center;
    color: #021615;
  }

  .our-teams-wrp .team-card {
    border-radius: 12px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    margin-bottom: 44px;
  }

  .our-teams-wrp .team-card p {
    margin-bottom: 0;
  }

  .our-teams-wrp .team-card .team-img {
    border-radius: 16px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  @media (max-width: 1550px) {
    .our-teams-wrp .team-card h5 {
      font-size: 1.1rem;
    }
  }

  .our-teams-wrp .team-card p {
    color: rgba(2, 22, 21, 0.6980392157);
  }

  @media (max-width: 1550px) {
    .our-teams-wrp .team-card p {
      font-size: 14px;
    }
  }

  @media (max-width: 767px) {
    .our-teams-wrp .team-card p {
      margin: 0;
    }
  }

  .mobilesticky-wrap .sticky-content {
    display: none;
  }

  @media (max-width: 991px) {
    .about h3 {
      font-size: 30px;
      margin-top: 30px;
      margin-bottom: 20px;
    }

    .about p {
      font-size: 16px;
      margin-bottom: 50px;
    }

    .about .venue {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 30px;
    }

    .about .venue .single-detail>div:first-of-type {
      font-size: 16px;
      margin-bottom: 17px;
    }

    .about .venue .single-detail h6 {
      font-size: 16px;
      margin-bottom: 8px;
    }

    .about .venue .single-detail span {
      font-size: 14px;
    }

    .about .venue img {
      width: 24px;
      height: 24px;
    }

    .about .venue .seperator {
      width: 100%;
      height: 1px;
      border-bottom: 1px dashed #C2C2C2;
      -o-border-image: repeating-linear-gradient(to right, #C2C2C2 0, #C2C2C2 3px, transparent 5px, transparent 8px) 1;
      border-image: repeating-linear-gradient(to right, #C2C2C2 0, #C2C2C2 3px, transparent 5px, transparent 8px) 1;
    }

    .about .registered-users {
      gap: 12px;
    }

    .about .users-wrap img {
      width: 38px;
      height: 38px;
    }

    .about .rounded-tag {
      font-size: 16px;
    }

    .contact-wrap h3 {
      font-size: 30px;
      padding-bottom: 0;
      margin-bottom: 16px;
    }

    .contact-wrap .webinar-desc {
      padding-bottom: 0;
      margin-bottom: 50px;
    }

    .contact-wrap .form-card {
      padding: 30px 24px;
    }

    .learn-section .section-title {
      font-size: 30px;
      margin-bottom: 20px;
    }

    .our-teams-wrp h2 {
      font-size: 30px;
      margin-bottom: 16px;
    }

    .our-teams-wrp .tag-line {
      margin-bottom: 50px;
      font-size: 16px;
    }

    .our-teams-wrp .team-card img {
      width: 100%;
      max-height: 286px;
      -o-object-fit: cover;
      object-fit: cover;
    }
  }

  @media (max-width: 575px) {
    .go-top {
      display: none;
    }

    .mobilesticky-wrap .sticky-content {
      position: sticky;
      bottom: 0;
      z-index: 100;
      display: block;
    }

    .registered-users {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }

    .about .venue {
      margin-bottom: 0;
    }

    .about .btn-custom {
      display: none !important;
    }

    .learn-section .btn-custom {
      display: none !important;
    }

    .learn-section .feature-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 24px;
    }

    .learn-section .feature-item .feature-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 18px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }

    .learn-section .feature-item .feature-item:not(:first-of-type) {
      margin-top: 0px;
    }

    .learn-section .feature-item .feature-item img {
      position: relative;
      top: -10px;
    }

    .our-teams-wrp .col-lg-3:last-of-type .team-card {
      margin-bottom: 0;
    }

    .our-teams-wrp .btn-custom {
      display: none !important;
    }
  }

  .go-top {
    bottom: 30px;
    right: 30px;
  }

  .iti--allow-dropdown {
    width: 100%;
  }

  .iti--allow-dropdown .iti__selected-dial-code {
    font-size: 14px;
  }

  .btn-primary:has(.spinner-border) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0.6;
    cursor: not-allowed;
  }

  .spinner-border {
    --bs-spinner-width: 20px;
    --bs-spinner-height: 20px;
    --bs-spinner-border-width: 2px;
    color: #fff !important;
  }

  .alert {
    padding: 10px;
    font-size: 14px;
  }

  label.error {
    font-size: 13px;
    color: rgb(238, 4, 4);
  }

  .our-teams-wrp .col-lg-3:last-of-type .team-card {
    margin-bottom: 0;
  }

  .our-teams-wrp .btn-custom {
    display: none !important;
  }
}

.go-top {
  bottom: 30px;
  right: 30px;
}

.iti--allow-dropdown {
  width: 100%;
}

.iti--allow-dropdown .iti__selected-dial-code {
  font-size: 14px;
}

.btn-primary:has(.spinner-border) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0.6;
  cursor: not-allowed;
}

.spinner-border {
  --bs-spinner-width: 20px;
  --bs-spinner-height: 20px;
  --bs-spinner-border-width: 2px;
  color: #fff !important;
}

.alert {
  padding: 10px;
  font-size: 14px;
}

label.error {
  font-size: 13px;
  color: rgb(238, 4, 4);
}


/* round-table */

.round-table .caption-wrap {
  max-width: 846px;
}

.round-table .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.round-table .btn img {
  width: 11px;
  min-height: unset;
  height: 11px;
}

.round-table .contact-wrap .webinar-section {
  background: linear-gradient(180deg, #000000 0%, #032477 97.4%);
}

.round-table .iti--allow-dropdown {
  border-radius: 0px;
}

.round-table .contact-wrap .form-control {
  border-radius: 0px;
}

.round-table .input-group-text {
  border-radius: 0px;
}

.round-table .btn {
  border-radius: 0px;
  padding: 16px 24px;
}

.round-table .btn img {
  transition: 0.2s ease all;
}

.round-table .btn:hover img {
  transform: translateX(7px);
}

.round-table .our-teams-wrp .team-card {
  background-color: #000;
}

.round-table .our-teams-wrp .team-card .team-img {
  border-radius: 0px;
}

.round-table .our-teams-wrp .team-card .content {
  background-color: #000000;
  padding: 24px 24px 24px 24px;
}

.round-table .our-teams-wrp .team-card .content h5 {
  color: #FFFF;
  margin-top: 0 !important;
}

.round-table .our-teams-wrp .team-card .content p {
  color: #FFFFFFC9;
}

.round-table footer {
  background-color: #000000;
}

.round-table .go-top {
  filter: invert(15%) sepia(97%) saturate(4466%) hue-rotate(180deg) brightness(95%) contrast(96%);
}
.iti__selected-country{
 max-height: 45px;
}
@media (max-width: 567px) {
   round-table .banner .carousel-item .btn-outlined-white {
    width: 100% !important;
    }
}