body {
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
}

html, body {
  overflow-x: hidden;
}

html {
  scroll-padding-top: 70px;
}

:root {
  font-size: 16px !important;
}
@media (max-width: 1450px) {
  :root {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 12px !important;
  }
}

.mt-50 {
  margin-top: 50px;
}

.mbt {
  margin: 50px 0 34px 0;
}

.fs-32 {
  font-size: 32px !important;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.p-6 {
  padding: 6px 0 6px 0;
}

button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1440px;
  }
}
@media (max-width: 1450px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .pt-30 {
    padding-left: 80px;
  }
  .pb-50 {
    padding-bottom: 50px !important;
  }
}
:root {
  --text-dark: rgba(0, 0, 0, 1);
  --text-light: #f3e9f5;
  --color-primary: #000000;
  --color-secondary: #ffffff;
  --highlight-color: #F7931E;
  --selected-color: #18AAAA;
}

.register-now {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#C667E5), color-stop(50.27%, #D363D8), to(#E15FCA));
  background: linear-gradient(90deg, #C667E5 0%, #D363D8 50.27%, #E15FCA 100%);
  border: none;
  border-radius: 100px;
  padding: 18px 44px;
}
.register-now:hover {
  background: -webkit-gradient(linear, left top, right top, from(#c855ee), color-stop(50.27%, #d464da), to(#ef73d9));
  background: linear-gradient(90deg, #c855ee 0%, #d464da 50.27%, #ef73d9 100%);
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 30px 0;
  -webkit-transition: padding 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: padding 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: padding 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  transition: padding 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}
.header .nav-link {
  color: #fff;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 20px;
  text-align: center;
  padding: 0 0 0 0 !important;
}
.header li {
  padding: 0 20px;
}
.header li a {
  position: relative;
  color: #fff;
}
.header li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header li:hover a:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.header-fixed .header {
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.header-fixed .header a img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header-fixed .header .nav-link {
  color: var(--color-primary);
}
.header-fixed .header li a::after {
  background-color: #000;
}

@media (max-width: 991px) {
  .header {
    padding: 20px 0;
  }
  .header .sgrf-logo {
    display: none;
  }
  .header li:hover a::after {
    display: none;
  }
  .navbar-collapse {
    background: #16012d;
    position: fixed;
    left: 0px;
    top: 111px;
    width: 100%;
    height: 100vh !important;
  }
  .navbar-collapse ul {
    padding-top: 80px;
  }
  .navbar-collapse ul li {
    padding-bottom: 20px;
  }
  .navbar-collapse ul li .nav-link {
    color: #fff !important;
  }
  .navbar-toggler {
    border: 0;
    padding: 0;
  }
  .navbar-toggler .navbar-toggler-icon {
    background: url("../../../assets/images/icons/icon-hamburger.svg") no-repeat center center;
    background-size: 45px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background: url("../../../assets/images/icons/modal-close.svg") no-repeat center center;
    background-size: 35px;
  }
  .header-fixed .header {
    padding: 20px 0;
  }
  .header-fixed .navbar-toggler {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}
.footer-section {
  background-color: #070707;
  padding: 50px 0;
}
.footer-section h2 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 3rem;
  text-transform: capitalize;
  color: #fff;
  width: 300px;
  padding-bottom: 1.563rem;
}
.footer-section p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 1rem;
  color: var(--text-light);
  max-width: 350px;
  width: 100%;
  line-height: 26px;
}
.footer-section h3 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
  padding-bottom: 1.25rem;
}
.footer-section ul {
  padding: 0;
}
.footer-section ul li {
  list-style-type: none;
  padding: 6px 0 6px 0;
}
.footer-section ul li a {
  color: var(--text-light);
  text-decoration: none;
  font-size: 1rem;
}
.footer-section ul li:hover a {
  color: #b1b1b1;
}
.footer-section .facebook {
  position: relative;
  padding-left: 25px;
}
.footer-section .facebook::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(./../../images/icons/facebook.svg);
  left: 0px;
  top: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-section .over-color:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(75%) sepia(0%) saturate(0%) hue-rotate(19deg) brightness(97%) contrast(89%);
          filter: brightness(0) saturate(100%) invert(75%) sepia(0%) saturate(0%) hue-rotate(19deg) brightness(97%) contrast(89%);
}
.footer-section .twitter {
  position: relative;
  padding-left: 25px;
}
.footer-section .twitter::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(./../../images/icons/twitter.svg);
  left: 0px;
  top: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-section .instagram {
  position: relative;
  padding-left: 25px;
}
.footer-section .instagram::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(./../../images/icons/instagram.svg);
  left: 0px;
  top: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-section .threads {
  position: relative;
  padding-left: 25px;
}
.footer-section .threads::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(./../../images/icons/threads.svg);
  left: 0px;
  top: 9px;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-section .youtube {
  position: relative;
  padding-left: 25px;
}
.footer-section .youtube::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 17px;
  background-image: url(./../../images/icons/youtube.svg);
  left: 0px;
  top: 9px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .sgrf-logo {
    margin: 15px 0;
  }
  .sgrf-logo a {
    display: none;
  }
}
.section-title {
  font-weight: 400;
  font-size: 4rem;
  line-height: 72px;
  padding-bottom: 20px;
  color: var(--color-primary);
}

.banner {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-image: url(./../../images/place-holders/banner-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .banner-caption {
  width: 100%;
  padding-top: 12.5rem;
  padding-bottom: 5.938rem;
}
.banner .banner-caption .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .banner-caption span {
  font-weight: 400;
  font-size: 28px;
  color: var(--text-light);
}
.banner .banner-caption h1 {
  font-weight: 500;
  font-size: 5.625rem;
  color: #fff;
  padding: 28px 0 8px 0;
  margin: 0;
}
.banner .banner-caption p {
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--text-light);
  margin: 0;
}
.banner .banner-caption h4 {
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  margin: 0;
  padding: 44px 0 0 0;
}
.banner .banner-caption h4 span {
  font-weight: 400;
  font-size: 24px;
  color: var(--text-light);
  display: block;
  padding-top: 8px;
}
.banner .banner-caption .bannerinner-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.banner .banner-img {
  max-height: 572px;
}

.program h3 {
  font-weight: 400;
  font-size: 4rem;
  line-height: 72px;
  color: var(--color-primary);
}
.program p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #48364C;
  margin: 0;
}
.program .tabs-wrap {
  margin-top: 52px;
}
.program .tabs-wrap .nav-pills {
  border-bottom: 4px solid #e6e6e6;
  gap: 50px;
}
.program .tabs-wrap .nav-pills .nav-link {
  font-weight: 500;
  font-size: 20px;
  color: #19141a;
  padding: 0;
}
.program .tabs-wrap .nav-pills .nav-link.active {
  margin-bottom: -4px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 4px solid #2e0c2f;
}
.program .tabs-wrap .row-line {
  border-bottom: 1px solid #808080;
  padding: 20px 0;
}
.program .tabs-wrap .row-line:last-child {
  border-bottom: 0;
}
.program .tabs-wrap h4 {
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--color-primary);
  margin: 0;
}
.program .tabs-wrap .tab-content h5 {
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--color-primary);
  margin: 0;
}
.program .tabs-wrap .tab-content p {
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
}
.program .tabs-wrap .tab-content span {
  font-weight: 500;
  font-style: Italic;
  font-size: 16px;
  color: var(--color-primary);
}
.program .tabs-wrap h6 {
  font-weight: 500;
  font-size: 18px;
  color: var(--color-primary);
  margin: 0;
}

.lead-speakers {
  background-color: var(--color-primary);
  padding: 80px 0;
}
.lead-speakers h2 {
  color: #fff;
}
.lead-speakers .lead-speakers-card h4 {
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  padding: 10px 0 3px 0;
  margin: 0;
}
.lead-speakers .lead-speakers-card h3 {
  font-size: 2.5rem;
  padding: 50px 0 0 0;
  color: #fff;
}
.lead-speakers .lead-speakers-card span {
  font-weight: 500;
  font-style: Italic;
  font-size: 0.875rem;
  color: var(--text-light);
}
.lead-speakers .lead-speakers-card p {
  font-weight: 400;
  font-size: 13px;
  color: var(--text-light);
  line-height: 18px;
  padding-top: 3px;
  margin: 0;
}
.lead-speakers .lead-speakers-wrap {
  width: 20%;
  padding-top: 30px;
}
.lead-speakers .lead-speakers-wrap img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 270px;
}
@media (max-width: 1550px) {
  .lead-speakers .lead-speakers-wrap img {
    height: 211px;
  }
}
@media (max-width: 767px) {
  .lead-speakers .lead-speakers-wrap img {
    height: 260px;
  }
}
@media (max-width: 575px) {
  .lead-speakers .lead-speakers-wrap img {
    height: auto;
  }
}
.lead-speakers .coordinators-wrap h3 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
}
.lead-speakers .coordinators-card {
  background-color: #fff;
  min-height: 513px;
  border-radius: 5px;
}
.lead-speakers .coordinators-card img {
  padding: 15px 15px;
  width: 100%;
}
.lead-speakers .coordinators-card h6 {
  font-weight: 500;
  font-size: 1.063rem;
  margin: 0;
  padding: 0 15px 6px 15px;
  color: var(--color-primary);
}
.lead-speakers .coordinators-card span {
  font-weight: 500;
  font-style: Italic;
  font-size: 0.938rem;
  padding: 0 15px 0 15px;
  color: #48364c;
}
.lead-speakers .coordinators-card .coordinators-card-text {
  font-weight: 400;
  font-size: 0.875rem;
  margin: 0;
  padding: 5px 15px 15px 15px;
  color: #48364c;
}

.contact {
  color: var(--color-primary);
  font-size: 1.5rem;
}
.contact span {
  font-weight: 400;
  font-size: 1.125rem;
  padding-top: 30px;
}
.contact h5 {
  font-weight: 400;
  font-size: 2rem;
  margin: 0;
}
.contact h6 {
  font-weight: 400;
  font-size: 1.25rem;
  margin: 0;
  padding: 5px 0 30px 0;
}
.contact .mailid {
  font-weight: 400;
  font-size: 1.5rem;
  position: relative;
  padding-left: 38px;
  padding-top: 0px;
  margin: 0;
  text-decoration: underline;
}
.contact .mailid::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 28px;
  top: 8px;
  left: 0;
  background-image: url(./../../images/icons/mail-icon.png);
}
.contact .contact-number {
  font-weight: 400;
  font-size: 1.5rem;
  position: relative;
  padding-left: 38px;
  margin: 0;
  padding-top: 17px;
}
.contact .contact-number::before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  top: 25px;
  left: 0;
  background-image: url(./../../images/icons/phone-icon.png);
}
.contact a {
  color: var(--color-primary);
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact a:hover {
  color: #C667E5;
}
.contact p {
  font-weight: 400;
  font-size: 1.25rem;
  margin: 0;
  padding: 23px 50px 0 0;
}

.section-padding {
  padding: 80px 0;
}

.register-now a {
  display: block;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 1700px) {
  .banner {
    height: 916px;
  }
}
@media (max-width: 1550px) {
  .banner {
    height: 738px;
  }
  .banner .banner-caption {
    padding-top: 12rem;
  }
  .banner .banner-caption h1 {
    font-size: 2.8rem;
    max-width: 436px;
    padding: 10px 0 8px 0;
  }
  .banner .banner-caption span {
    font-size: 1.3rem;
  }
  .banner .banner-caption p {
    font-size: 14px;
  }
  .banner .banner-caption h4 {
    font-size: 1.475rem;
    padding: 20px 0 0 0;
  }
  .banner .banner-caption h4 span {
    font-size: 1rem;
  }
  .header .nav-link {
    font-size: 1.1rem;
  }
  .section-title {
    font-size: 2.5rem;
  }
  .register-now {
    margin-top: 40px !important;
    padding: 14px 30px;
    font-size: 1rem;
  }
  .lead-speakers .coordinators-card {
    min-height: 430px;
  }
  .footer-section h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1450px) {
  .banner {
    height: 700px;
  }
}
@media (max-width: 1199px) {
  .program .coordinators-card {
    min-height: 465px;
  }
  .lead-speakers .coordinators-card {
    min-height: 400px;
  }
  .banner .banner-caption {
    top: 200px;
  }
  .banner .banner-caption h1 {
    font-size: 3.825rem;
    max-width: 550px;
  }
  .lead-speakers .lead-speakers-wrap {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .banner .banner-bg {
    min-height: calc(100vh + 350px);
  }
  .banner .banner-caption .bannerinner-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 50px;
    display: none;
  }
  .banner .banner-caption h1 {
    max-width: inherit;
    width: 100%;
  }
  .program .tabs-wrap h6 {
    padding-bottom: 30px;
  }
  .lead-speakers .lead-speakers-wrap {
    width: 33.33%;
  }
  .section-title {
    font-size: 3.5rem;
  }
  .lead-speakers .coordinators-card {
    min-height: 390px;
  }
}
@media (max-width: 767px) {
  .lead-speakers {
    padding: 40px 0;
  }
  .lead-speakers .lead-speakers-wrap {
    width: 50%;
  }
  .section-padding {
    padding: 40px 0;
  }
  .section-title {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .lead-speakers .lead-speakers-wrap {
    width: 100%;
  }
  .banner .banner-caption h1 {
    font-size: 3rem;
  }
  .lead-speakers .coordinators-card {
    min-height: auto;
  }
}