* {
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth;
  font-family: 'AvenirLTStd';
}

body {
  margin: 0%;
  font-family: 'AvenirLTStd';
}

@font-face {
  font-family: 'AvenirLTStd';
  src: url('./font/AvenirLTStd-Black.otf');
  src: url('./font/AvenirLTStd-Book.otf');
  src: url('./font/AvenirLTStd-Roman.otf');
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
  margin-left: 40px;
}

.nav-container .logo img {
  width: 100%;
  width: 250px;
}

.nav-font-size {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.registration-btn {
  background-color: #4A388C;
  color: white;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 10px;
  border-radius: 5px;
  border: 2px outset #4A388C;
}

.registration-btn:hover {
  color: white;
  text-decoration: none;
  background-color: #4A388C;
}

.nav-active {
  background-color: #423262;
}

header {
  width: 100%;
  height: 100vh;
  background: url(./images/header-img.svg)no-repeat center/cover;
  /* filter: saturate(0.5); */
}

#homepage-hero {
  height: 100%;
  color: #fefefe;
  text-align: center;
}

.wpb_wrapper {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wpb_wrapper h1 {
  max-width: 800px;
  color: #fff;
  /* margin-bottom: 25px;
  margin-top: 30px; */
  font-weight: 800;
  font-size: 3rem !important;
  text-transform: uppercase;
}

.wpb_wrapper h4 {
  max-width: 600px;
  color: #fff;
  /* margin-bottom: 25px;
  margin-top: 30px; */
  font-weight: 600;
  font-size: 1.3rem !important;
  text-transform: uppercase;
  padding: 10px;
}

.wpb_wrapper img {
  width: 100%;
  max-width: 400px;
}

.upcoming{
  margin: auto;
  position: absolute;
  bottom: 10px;
}

.upcoming p{
  color: black;
  margin-bottom: 5px;
  text-decoration: underline 2px solid #B720A5;
}

.upcoming h4{
  color: #4E2859;
  border-bottom: 4px solid #B720A5;
}

/* section1 */
.section1 {
  padding: 70px 0px 30px;
  color: black;
}

.section1 h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.section1 p {
  font-size: 18px;
}

.headings1 {
  margin: auto;
}

/* .headings1{
    width: 88.5%;
    margin: auto;
} */

/* section2 */

.section2 {
  padding: 50px 0px;
}

.section2 h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

/* Common style */
.section2 figure {
  position: relative;
  /* float: left; */
  overflow: hidden;
  margin: auto;
  min-width: 280px;
  width: 320px;
  max-width: 320px;
  height: 260px;
  width: 31%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;

}

.section2 figure img {
  position: relative;
  display: block;
  min-height: 280px;
  max-width: 320px;
  opacity: 0.8;
}

.section2 figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.section2 figure figcaption::before,
.section2 figure figcaption::after {
  pointer-events: none;
}

.section2 figure figcaption,
.section2 figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.section2 figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.section2 figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  font-size: 28px;
  padding: 5px;
}

.section2 figure h2 span {
  font-weight: 800;
}

.section2 figure h2,
.section2 figure p {
  margin: 0;
}

.section2 figure p {
  padding-top: 50px !important;
  font-size: 15px;
  padding: 0px 20px;
  text-transform: initial;
  text-align: center;
  letter-spacing: 0px;
  line-height: 18px;
}

figure.effect-oscar {
  background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

figure.effect-oscar img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
  padding: 0em;
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

figure.effect-oscar h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  line-height: 38px;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

figure.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-top: 16px;
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-top: -46px;
}

figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {
  opacity: 0.4;
}

/* key-facts  */

.section2 h2 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.key-facts {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  column-gap: 10px;
  row-gap: 10px;
  margin: auto;
}

.key-facts div {
  width: 170px;
  padding: 10px;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.key-facts div p {
  text-align: center;
  padding: 5px 0px 0px;
  margin-bottom: 0px;
}

.key-facts div img {
  border-bottom: 2px solid #7e549f;
  padding-bottom: 5px;
  width: 60%;
  margin: auto;
}

/* section3 */

.section3 {
  padding: 50px 0px 30px;
  background-color: #fff;
}

.headings3 {
  width: 90%;
  margin: auto;
}

.section3 h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

.general-container {
  padding: 10px;
}

.nv-teaser.nv-teaser--bg-white.nv-teaser--card .cmp-teaser {
  background-color: rgb(255, 255, 255);
  color: rgb(238, 238, 238);
}

.nv-teaser.nv-teaser--card .cmp-teaser {
  border-radius: 2px;
  box-shadow: rgb(0 0 0 / 30%) 0px 0px 5px 0px;
  transition: box-shadow 0.5s ease 0s, -webkit-box-shadow 0.5s ease 0s;
}

.nv-teaser .cmp-teaser {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}

.green-strip {
  width: 10px;
  bottom: 60%;
  top: 0px;
  left: 0px;
  background-color: #C9309C;
  position: absolute;
}

.nv-teaser .general-container-text {
  display: table-row;
  height: 100%;
}

.nv-teaser.nv-teaser--card .cmp-teaser .general-container-text>div {
  padding-left: 28px;
  padding-right: 28px;
}

.nv-teaser .general-container-text>div {
  display: table;
  height: 100%;
  width: 100%;
}

.nv-teaser .cmp-teaser__title {
  padding-bottom: 10px;
  padding-top: 30px;
  color: rgb(26, 26, 26);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.nv-teaser.nv-teaser--bg-white .cmp-teaser__description,
.nv-teaser.nv-teaser--bg-white p {
  color: rgb(110, 110, 110);
  font-size: 17px;
  line-height: 25px;
}

.nv-teaser .cmp-teaser__description {
  height: 100%;
  display: flex !important;
}

/* speakers */

.speakers-section a {
  text-decoration: none;
  color: white;
}

.speakers-section h5 {
  font-weight: 900;
}

.speakers-section p {
  margin-bottom: 0px;
}

.speakers-section .col-12 {
  padding: 0px;
}

.speakers-section .speakers-venue {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  width: 100%;
}

.speakers-section .nav-link {
  padding: 0px;
}

.speakers-section .nav-pills .nav-link.active div {
  color: #3D9A66 !important;
  font-weight: 700;
  background: black;
  box-shadow: none;
  outline: 4px solid #3D9A66;
  outline-offset: -4px;
}

.speakers-section .speakers-row {
  margin-left: 0;
  margin-right: 0;
}

.speakers-section .speakers-row [class*='col-']:not(:first-child),
.speakers-section .speakers-row [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.speakers-section .speaker-board {
  margin-left: 0;
  margin-right: 0;
}

.speakers-section .speaker-board [class*='col-']:not(:first-child),
.speakers-section .speaker-board [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.speakers-section .speaker {
  margin: 0px;
}

.speakers-section .name-card {
  /* background-color: #3D9A66; */
  background: url(./images/speakers-section.png) no-repeat center/cover fixed;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.speakers-section .name-card h4 {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.speakers-section .name-card p {
  padding: 0px 20px;
  text-align: center;
}

.speakers-section .circle {
  width: 30px;
  position: absolute;
  top: 75px;
  left: 175px;
}

.speakers-section .circle2 {
  transform: scaleX(-1);
  width: 30px;
  position: absolute;
  top: 75px;
  left: 175px;
}


/* section4 */

.section4 {
  padding: 50px 0px;
  background: url(./images/section-img.jpg)no-repeat center/cover fixed;
}

.headings4 {
  width: 90%;
  margin: auto;
}

.section4 h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

.why-attends-para {
  width: 90%;
  margin: auto;
  text-align: justify;
  font-size: 18px;
  line-height: 27px;
}

/* why-attend-section starts*/

.why-attend-section {
  padding: 40px 0px;
  background: url(./images/why-attend-bg.jpg) no-repeat center/cover;
  background-color: #4B1A24;
  /* background-blend-mode: multiply; */
  width: 100%;
}

.section4 .container {
  box-shadow: 0px 3px 16px #00000029;
  padding: 20px 0px;
  background-color: white;
  border-radius: 20px;
  margin: auto;
}

.section4 .heading {
  font-size: 35px;
  font-weight: 700;
  color: rgb(26, 26, 26) !important;
}

.section4 .container .row {
  width: 100%;
}

.section4 h3 {
  font-size: 20px;
  font-weight: 600;
}

.section4 .why-attends-para{
  color: black;
}

.section4 p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(110, 110, 110);
}

.section4 .div1 {
  width: 100%;
  max-width: 320px;
  min-width: 200px;
  margin: auto !important;
}

/* why-attend-section ends */


/* section5 */

/* attendees section */

.section5 {
  padding: 50px 0px 30px;
}

.section5 h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

.attendees-section .inner-container {
  width: 100%;
  background: url(./images/attendees-bg-img.png) no-repeat center/cover;
  color: white;
  border-radius: 10px;
}

.attendees-section .attendees {
  width: 55%;
  margin-left: auto;
  padding: 30px;
}

.attendees-section .attendees div {
  margin: 20px 0px;
}

.attendees-section .attendees h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0px;
}

.attendees-section .attendees p {
  font-size: 17px;
  font-weight: 400;
  color: #EF7F67;
  text-decoration: underline;
  margin-bottom: 0px;
}

.section4 .profiles-div h4 {
  font-size: 28px !important;
  font-weight: 600;
}

.section4 .profiles-div p {
  font-size: 13px;
  font-weight: 700;
  padding: 5px;
  background-color: #441F27;
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
  transition: all .5s;
}

/* industries section */
.section5 .text-center {
  background-image: radial-gradient(circle, #5D0041, #000000);
  margin: 20px 10px;
  padding: 20px 10px;
  border-radius: 20px;
}

.section5 .text-center .row {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  width: 100%;
  margin: auto;
}

.section5 .text-center .row div {
  padding: 20px 0px;
  width: 100%;
  max-width: 120px;
  margin: auto;
}

.section5 .topics_text {
  padding: 20px 0px;
  color: white;
  font-weight: 600;
  margin-bottom: 0px;
}

#spp {
  font-size: 18px;
  line-height: 27px;
}

/* partners-section starts */

.partners-section {
  padding: 50px 0px 30px;
  background: url(./images/section-img.jpg) no-repeat center/cover fixed;
}

.partners-section .container {
  padding: 20px 20px 40px;
  color: white;
}

.partners-section .container h1 {
  font-size: 36px;
  line-height: 40px;
  padding: 0px 30px;
}

.partners-section .text-image {
  width: 100%;
  max-width: 340px;
}

.partners-section .container .col-lg-8 p {
  font-size: 20px;
  line-height: 35px;
  padding: 0px 20px;
}

/* partners-section ends */

/* why sponsor-section starts */

.why-partner-section {
  padding: 20px 0px;

}

.why-partner-section .row {
  color: black;
  border-radius: 20px;
  position: relative;
}

.why-partner-section .headings {
  background-color: #A42587;
  padding: 5px 10px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.why-partner-section .row span {
  font-size: 25px;
  color: white;
  margin-bottom: 0px;
  vertical-align: middle;
}

.why-partner-section .row .col-12 .div {
  background-color: white !important;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.138);
}

.why-partner-section .row .col-12 p {
  padding: 15px;
  margin-bottom: 0px;
  color: rgb(110, 110, 110);
}

.partners-section .why-sponsor {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.partners-section .btn,
.btn-primary {
  color: #fff;
  border-radius: 0.25rem;
  background-color: #4A388C;
  background-size: 200% auto;
  border: none;
}

/* modal button */


.modal-header {
  background-color: white;
  color: #A64401;
}

.modal-content {
  color: white;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #ffffff;
  font-size: 30px;
}

.modal-content {
  color: #A64401;
  width: 100% !important;
  background-color: white;
}

/* section6 */

.section6 {
  padding: 60px 0px;
  position: relative;
}

.side-img1 {
  position: absolute;
  top: -25%;
  right: 0px;
}

.side-img1 img {
  height: 50vh;
}

.headings6 {
  width: 90%;
  margin: auto;
}

.section6 h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

/* section7 */
.section7 {
  padding: 50px 0px;
  position: relative;
}

.side-img2 {
  position: absolute;
  top: 50%;
  left: 0px;
}

.side-img2 img {
  height: 50vh;
}

.headings7 {
  width: 90%;
  margin: auto;
  text-align: center;
}

.section7 h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.section7 h4 {
  font-size: 25px;
}

.section7 .association-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 30px;
}

.section7 .silver-partners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.section7 .media-partners {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.section7 .partner-logo {
  width: 290px;
  height: 160px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.section7 .media-partners .partner-logo {
  width: 190px;
  height: 150px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.section7 .partner-logo a {
  text-decoration: none;
  color: black;
  text-align: center;
}

.section7 .partner-logo a p {
  margin-bottom: 0px;
}

.section7 .partner-logos {
  margin: auto;
}

.section7 .past-partner-logos .col-lg-2 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.section7 .past-partner-logos img {
  margin: 10px 0px;
  width: 100%;
}

.section7 .past-partner-logos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

/* showcase div */
.showcase-div {
  padding: 40px 0px;
}

.showcase-div h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

/* venue section */

.venue-section h1{
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

.venue-section .twoColumnBox {
  width: 100%;
  overflow: hidden;
  margin: auto;
  display: flex;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  padding: 10px 0;
}

.venue-section .twoColumnBox .leftColumn .customTextBlock, .twoColumnBox .rightColumn .customTextBlock {
  padding: 25px 5%;
}

.venue-section .twoColumnBox .leftColumn {
  margin: auto;
}

.venue-section .twoColumnBox .rightColumn {
  margin: auto;
}

.venue-section .clear {
  clear: both;
}

.venue-section .imageComp.parbase.section {
  text-align: center;
}

.venue-section .billboardNew.section {
  height: 100%;
  width: 100%;
}

.venue-section .fontBentonSansRegular p{
  margin-bottom: 0px;
}

.venue-section iframe{
  max-width: 450px;
  height: 520px;
}

/* section8 */

.section8 {
  padding: 50px 0px;
}

.section8 h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

.client-section {
  padding: 50px 0px;
  scroll-behavior: smooth !important;
}

.clients-section .container {
  width: 100%;
}

.clients-section .container .row div {
  /* height: 150px; */
  padding: 10px;
  /* margin: 10px 0px; */
  display: flex;
  align-items: center;
}

.clients-section img {
  margin: auto;
  /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%); */
}

#more {
  display: none;
  transition: all 1s;
}

#myButton {
  background-color: #423262;
  color: white;
  width: 60px;
  height: 60px;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  text-align: center;
  margin: 10px 0px;
}

#myButton2 {
  background-color: #423262;
  color: white;
  width: 60px;
  height: 60px;
  font-size: 14px;
  border: none;
  border-radius: 30px;
  text-align: center;
  margin: 10px 0px;
  display: none;
}

/* contact section starts */

.contact-section {
  position: relative;
  padding: 50px 0px;
  background-color: #F8F8F8;
  overflow: hidden;

}

.contact-section .container1 {
  box-shadow: 0px 3px 98px #00000029;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}

.side-img3 {
  position: absolute;
  top: -3%;
  right: 100%;
}

.side-img3 img {
  height: 200px;
  transform: scalex(-1);
}

.side-img4 {
  position: absolute;
  bottom: -1%;
  left: 100%;
}

.side-img4 img {
  height: 250px;
  transform: scalex(-1);
}


.contact-section .container2 {
  box-shadow: 0px 0px 0px #ffffff29;
}

.contact-section .container .div1 {
  text-align: center;
}

.contact-section .container .div1 .seets span {
  font-size: 30px;
  font-weight: 900;
  color: #423262;
  background-color: #EAEAEA;
  padding: 10px;
  margin: 5px;
  border-radius: 10px;
}

/* div2 */

.contact-section .form {

  background-color: #EFEFEF !important;
  color: black;
  margin-bottom: 30px;
  padding: 15px;
  padding-top: 20px;
  width: 100%;
  max-width: 900px;
  min-width: 290px;
  margin: auto;
}

.contact-section .form-buttons {
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  margin: auto;
}

.contact-section .form-row {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.contact-section form label {
  color: black;
  margin-bottom: 0px !important;
}

.contact-section #contact .active {
  background-color: #96E4E4 !important;
  color: black !important;
}

.contact-section .nav-pills .nav-link {
  color: black !important;
}

.contact-section .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #96E4E4;
}

.contact-section .form-control {
  border: 1px solid #EFEFEF;
  border-bottom: 1px solid black !important;
  margin: auto;
}

.contact-section .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #EFEFEF;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact-section .submit-btn {
  background-color: #423262;
  color: white;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 10px;
  transition: all .5s;
  border-radius: 3px;
  border: none !important;
}

.contact-section .submit-btn:hover {
  border: 1px solid #423262 !important;
  color: #022C47;
  background-color: white;
}


/* contact section starts */

/* footer */
.footer-section {
  position: relative;
  background: url(./images/x_footer.svg) no-repeat left;
  background-color: #0c0c0c;
  background-blend-mode: soft-light;
  color: white;
}

.footer-section .container {
  padding: 50px 0px 30px;
}

.footer-section .container p {
  font-family: 'AvenirLTStd' !important;
}

.footer-section .footer-logo {
  width: 100%;
  max-width: 270px;
}

.footer-section .social-media i {
  color: white;
}

.footer-section .privacy-policy a {
  text-decoration: none;
  color: white;
  font-family: 'AvenirLTStd' !important;
}

/* top button */

#myBtn {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 0px;
  border-radius: 50%;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.519);
}


/* media query section */

@media(max-width:428px) {
  .navigation {
    background-color: #423262;
  }

  .nav-container {
    margin-left: 0px;
  }

  .navbar {
    z-index: 100;
  }

  .nav-container .logo {
    width: 100%;
    max-width: 220px;
  }

  .navbar-toggler {
    padding: 0px;
  }

  .reg-btn {
    padding-bottom: 20px;
  }

  .myimgDiv {
    position: fixed !important;
    top: 5px !important;
    z-index: 100;
  }

  .vc_section {
    background-image: none !important;
  }

  #homepage-hero {
    padding: 20px;
  }

  .wpb_wrapper h1 {
    max-width: 600px;
    font-weight: 800;
    font-size: 2rem !important;
  }

  .wpb_wrapper h4 {
    max-width: 600px;
    font-weight: 600;
    font-size: 1rem !important;
  }

  /* section1 */
  .section1 {
    padding: 30px 20px;
    text-align: normal;
  }

  .headings1 {
    width: 100%;
    margin: auto;
  }

  .section1 p {
    padding: 0px 0px;
  }

  /* section2 */

  .key-facts {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
    margin: auto;
    justify-content: center;
  }

  /* section3 */

  /* speakers section */
  .speakers-section .circle {
    display: none;
  }

  .speakers-section .circle2 {
    display: none;
  }

  .side-img1 {
    position: absolute;
    top: 3%;
    right: 0px;
  }

  /* section4 */

  /* industries */

  /* section5 */

  .attendees-section .attendees {
    width: 100%;
    padding: 20px 10px;
    margin-left: 0px;
  }

  .attendees-section .inner-container {
    width: 100%;
    background: url(./images/attendees-bg-img.png) no-repeat;
    background-color: grey;
    background-blend-mode: multiply;
    color: white;
    border-radius: 10px;
  }

  .section5 .text-center .row {
    display: grid;
    grid-template-columns: auto auto;
    margin: auto;
  }

  /* partner section */
  .side-img2 {
    display: none;
  }

  /* section 10 */

  /* venue */
  .venue-section .twoColumnBox .leftColumn .customTextBlock, .twoColumnBox .rightColumn .customTextBlock {
    padding: 25px 0%;
  }

  .venue-section .imageComp img{
    width: 100%;
  }


  /*contact form */

  .form-row .form-row-input {
    margin-left: 0px !important;
  }

  .form-row-input {
    width: -webkit-fill-available;
  }

  .submit-btn {
    padding: 5px 10px 5px 10px;
  }

  /* footer section */
  .footer-section .container {
    padding: 50px 0px 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container .div2 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}

@media (max-width:320px) {
  header {
    height: 100vh;
  }

  #homepage-hero {
    padding: 20px;
    /* padding-top: 20vh !important; */
  }
}

@media (min-width:319px) and (max-width:360px) {
  .nav-container {
    margin-left: 0px !important;
  }

  .vc_section {
    background-image: none !important;
  }

  .wpb_wrapper .h3 {
    font-size: 30px !important;
  }

  .wpb_wrapper .h6 {
    font-size: 15px;
  }

  /* section1 */
  .section1 {
    padding: 30px 20px;
    text-align: normal;
  }

  /* section2 */

  .key-facts {
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    justify-content: center;
    margin: auto;
  }

  .key-facts div {
    width: 150px;
    height: 150px;
    padding: 10px;
  }

  /* section3 */

  /* section4 */

  /* industries */
  /* section7 partner logos */
  .partner-logos img {
    width: 230px;
    min-width: 200px;
  }
}

@media (min-width:500px) and (max-width:1025px) {
  .navigation {
    background-color: #423262;
  }

  .reg-btn {
    padding-bottom: 20px;
  }

  .myimgDiv {
    position: fixed !important;
    top: 65px !important;
    z-index: 100;
  }

  #homepage-hero {
    padding: 20px;
  }

  .wpb_wrapper .h3 {
    font-size: 30px !important;
  }

  .wpb_wrapper .h6 {
    font-size: 15px;
  }

  .header-png-img {
    display: none;
  }

  /* section1 */
  .section1 {
    padding: 30px 40px;
    text-align: normal;
  }

  .headings1 {
    width: 100%;
    margin: auto;
  }

  .section1 p {
    padding: 0px 0px;
  }

  /* section2 */

  .key-facts {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 20px;
    row-gap: 20px;
    width: 90%;
    justify-content: center;
    margin: auto;
  }

  /* section3 */

  /* speakers section */
  .speakers-section .speaker-board .name-card img {
    width: 50px !important;
  }

  .speakers-section .name-card h4 {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .speakers-section .name-card p {
    padding: 0px 10px;
    font-size: 11px;
  }

  .speakers-section .circle {
    width: 20px;
    position: absolute;
    top: 45px;
    left: 110px;
  }

  .speakers-section .circle2 {
    width: 20px;
    position: absolute;
    top: 45px;
    left: 110px;
  }

  /* section4 */

  /* industries */

  /* section5 */

  .attendees-section .attendees {
    width: 100%;
    padding: 30px;
    margin-left: 0px;
  }

  .attendees-section .inner-container {
    width: 100%;
    background: url(./images/attendees-bg-img.png) no-repeat;
    background-color: rgba(128, 128, 128, 0.808);
    background-blend-mode: multiply;
    color: white;
    border-radius: 10px;
  }

  /* section6 */
  /* section7 */
  .partner-logos img {
    width: 200px;
  }

  .partners-section .container .col-lg-8 p {
    font-size: 15px;
    line-height: 20px;
    padding: 0px 20px;
  }

  .side-img2 {
    display: none;
  }

  /* section 10 */

  /*contact form */
  .contact-section .container .div1 h1 {
    font-size: 20px !important;
    font-weight: 700;
  }

  .contact-section .container .div1 .seets span {
    font-size: 18px;
    font-weight: 700;
    color: #3A5DA2;
    background-color: #EAEAEA;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
  }


  .form-row .form-row-input {
    margin-left: 0px !important;
  }

  .form-row-input {
    width: -webkit-fill-available;
  }

  .submit-btn {
    padding: 5px 10px 5px 10px;
  }

  /* footer section */
  .footer-section .container {
    padding: 50px 0px 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container .div2 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }

}

@media (min-width:890px) and (max-width:1025px) {

  .myimgDiv {
    position: fixed !important;
    top: 65px !important;
    z-index: 100;
  }

  .key-facts {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 20px;
    row-gap: 20px;
    width: 90%;
    justify-content: center;
    margin: auto;
  }

  /* section6 */
  /* speakers section */
  .speakers-section .speaker-board .name-card img {
    width: 50px !important;
  }

  .speakers-section .name-card h4 {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .speakers-section .name-card p {
    padding: 0px 10px;
    font-size: 11px;
  }

  .speakers-section .circle {
    width: 20px;
    position: absolute;
    top: 52px;
    left: 110px;
  }

  /* partner logos */

  .partner-logos img {
    width: 210px;
    box-shadow: 1px 1px 15px grey;
    padding: 0px 30px;
  }

  /* footer section */
  .footer-section .container {
    padding: 50px 0px 30px;
  }

  .footer-section .container .row {
    margin: auto !important;
  }

  .footer-section .footer-logo {
    margin-bottom: 2rem !important;
  }

  .footer-section .container .div2 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 p {
    margin-bottom: 1rem !important;
  }

  .footer-section .container .div3 {
    display: flex;
    justify-content: flex-start !important;
  }
}