@font-face {
  font-family: roboto-regular;
  src: url(../fonts/roboto-regular.ttf);
}

@font-face {
  font-family: roboto-bold;
  src: url(../fonts/roboto-bold.ttf);
}

@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/Roboto-Medium.ttf);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}

:root {
  --orange: #f15822;
  --dark-grey: #000b1a;
  --white: #fff;
  --black: #000;
  --bgBlack: #15222b;
  --bodyBg: #f4f3fa;
}

body {
  font-family: roboto-regular;
  font-size: 16px;
  background: var(--bodyBg);
  line-height: 30px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
}

.pull-left {
  float: left !important;
}

.flex {
  display: flex;
}

.wd-100 {
  width: 100%;
}

.img {
  width: 100%;
}

.relativePosition {
  position: relative;
}

.absolutePosition {
  position: absolute;
}
.padding-right-left-50 {
  padding-right: 50px;
  padding-left: 50px;
}
.padding-top-bottom-50 {
  padding-top: 50px;
  padding-top: 50px;
}

.heading {
  font-size: 40px;
  font-weight: 600;
  color: var(--white);
}
.heading span {
  color: var(--orange);
}

.headingStrip-right {
  background-image: url(../images/lucknow29th-images/headingStrip-right.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top right;
  right: 0px;
  width: 420px;
  height: 40px;
  top: 0px;
}
.headingStrip-left {
  background-image: url(../images/lucknow29th-images/headingStrip-left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top right;
  left: 0px;
  width: 420px;
  height: 40px;
  top: 0px;
}

.desktop {
  display: block;
}
.mobile {
  display: none;
}
/*Header-Start */
header {
  background: var(--orange);
  padding: 0px 50px;
  height: 80px;
}
.logo {
  width: 200px;
}

.navbar {
  padding: 0px 0px;
  height: 80px;
}

.navbar-brand {
  padding: 0px 0px;
  padding: 0px 0px;
  margin-top: 5px;
  max-width: 240px;
}

.nav-item {
  color: var(--white);
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 15px;
  margin: 0px 5px;font-family: Roboto-Medium;    font-size: 18px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  padding: 0px 15px;
  background: var(--white);
  margin: 0px 5px;
  border-radius: 5px;
  color: var(--orange);
}

.navbar-expand-lg .navbar-nav .nav-link.register-btn{-webkit-animation: glowing 1300ms infinite;
        -moz-animation: glowing 1300ms infinite;
        -o-animation: glowing 1300ms infinite;
        animation: glowing 1300ms infinite;border-radius:5px;}
     @-webkit-keyframes glowing {
        0% {
          background-color: #15222b;
          -webkit-box-shadow: 0 0 3px #15222b;
        }
        50% {
          background-color: var(--white);
          -webkit-box-shadow: 0 0 15px var(--white);color:var(--bgBlack);
        }
        100% {
          background-color: #15222b;
          -webkit-box-shadow: 0 0 3px #15222b;
        }
      }
/* Header-End */

/* Banner-Start */
.banner {
  float: left;
  width: 100%;
  height: auto;
  display: block;
  margin-top: 50px;
}
.banner-mobile {
  float: left;
  width: 100%;
  height: auto;
  display: none;
}
/* Banner-End */

/* Content-Start */
.content {
}

.content p span {
  color: var(--orange);
  font-weight: bold;
}
#text span em {
  color: var(--orange);
  font-weight: bold;
}

.content button {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  border: none;
  padding: 2px 15px;
  background: var(--bgBlack);
  color: var(--white);
  float: right;
  border-radius: 20px;
}
.content button:hover {
  background: var(--orange);
}
#text {
  display: none;
}
.btn-container {
  margin: auto;
  height: 44px;
  width: 166.23px;
}
/* Content-End */

/* Who-will-Attend-Start */

.attend-container {
  float: left;
  width: 100%;
  height: auto;
  background-color: var(--orange);
  padding: 50px 0px 80px 0px;
}
.attend-container .heading h1 {
  font-family: roboto-bold;
  font-size: 40px;
  text-align: center;
  margin: 30px 0px;
}
.attend-container .heading h1 span {
  color: var(--black);
}
.attend-container ul {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.attend-container ul li {
  padding: 20px;
  background: var(--white);
  color: var(--bgBlack);
  border-radius: 10px;
  float: left;
  width: 23%;
  margin: 10px 10px;
  font-family: Roboto-Medium;
  text-align: center;
  line-height: 24px;
  border: 2px solid var(--bgBlack);
  transition-duration: 600ms;
  transition-timing-function: ease;
}
.attend-container ul li:hover {
  transform: scale(1.1) !important;
}
.attend-container ul li:nth-child(2),
.attend-container ul li:nth-child(4),
.attend-container ul li:nth-child(5),
.attend-container ul li:nth-child(7) {
  background: var(--bgBlack);
  color: var(--white);
  border: 2px solid var(--white);
}
.attend-topstrip {
  float: left;
  width: 100%;
  height: 80px;
}

.attend-sketch-img {
  float: left;
  width: 100%;
  height: 980px;
  background-image: url(../images/lucknow29th-images/who-attend-box.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: top center;
}

.attend-sketch-img h1 {
  top: 25%;
  left: 33%;
  width: 460px;
  height: 450px;
  color: var(--white);
  font-weight: bold;
  padding: 13% 0;
}

.attend-sketch-img h1 div {
  color: var(--black);
}

.attend-bx-1 {
  top: 0px;
  left: 15%;
  background-image: url(../images/lucknow29th-images/who-attendbox1.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 340px;
  background-size: 100%;
}

.topcenter-bx1 {
  top: 0px;
  left: 38%;
  width: 325px;
  height: 340px;
  background-size: 100%;
}

.topcenter-bx2 {
  top: 29%;
  left: 13%;
  width: 325px;
  height: 340px;
  background-size: 100%;
}

.topcenter-bx3 {
  top: 29%;
  right: 13%;
  width: 325px;
  height: 340px;
  background-size: 100%;
}
.topcenter-bx4 {
  top: 33%;
  right: 10%;
  width: 325px;
  height: 340px;
  background-size: 100%;
}

.attend-bx-1 p,
.attend-bx-2 p,
.attend-bx-3 p,
.attend-bx-4 p,
.attend-bx-5 p,
.topcenter-bx1 p,
.topcenter-bx2 p,
.topcenter-bx3 p,
.topcenter-bx3 p {
  color: var(--white);
}
.attend-bx-2 {
  top: 0px;
  right: 15%;
  background-image: url(../images/lucknow29th-images/who-attendbox2.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 340px;
  background-size: 100%;
}

.attend-bx-3 {
  bottom: 0px;
  left: 15%;
  background-image: url(../images/lucknow29th-images/who-attendbox3.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 340px;
  background-size: 100%;
}

.attend-bx-4 {
  bottom: 0px;
  left: 38%;
  width: 300px;
  height: 340px;
}

.attend-bx-5 {
  bottom: 0px;
  right: 15%;
  background-image: url(../images/lucknow29th-images/who-attendbox4.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 340px;
  background-size: 100%;
}

.mobile-attend-container {
}
.mobile-attend-container ul li {
  background: var(--bgBlack);
  color: var(--white);
  width: 96%;
  margin: 10px 2%;
  padding: 20px;
  border: 2px solid var(--white);
  border-radius: 10px;
}

/* Who-will-Attend-End */

/* Key-Discussion-Start */
.key-discussion h1 {
  font-size: 35px;
  font-family: roboto-bold;
    font-size: 40px;
  padding-left: 82px;
  top: -25px;
}
.key-discussion h1 span {
  color: var(--orange);
}
.key-discussion ul {
  margin: 50px 20px 20px 20px;
}
.key-discussion li {
  padding: 10px 0px;
  background-image: url(../images/lucknow29th-images/bullets.png);
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 24px;
  background-position: 0px 10px;
  text-align: left;
}
/* Key-Discussion-End */

/* Reasons-Attending-start */
.reasonAttending-bg {
  float: left;
  background: var(--bgBlack);
  padding: 50px 0px 80px 0px;
  width: 100%;
  height: auto;
  background-image: url(../images/lucknow29th-images/reason-bottomImg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom left;
  bottom: 0px;
  left: 0px;
}
.reason-leftImg {
  background-image: url(../images/lucknow29th-images/reason-attending-design.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  top: 0px;
  left: 0px;
  width: 284px;
  height: 400px;
}

.reason-attending-container {
  max-width: 70%;
}
.reason-attending-container ul {
  padding: 30px 0px;
}
.reason-attending-container ul li {
  min-height: 355px;
}
.reason-attending-container ul li:hover {
}
.reason-attending-container ul li h1 {
  font-size: 35px;
  font-weight: bold;
  padding: 10px 0px;
  font-family: roboto-bold;
}

.reason-attending-container ul li p {
  padding: 20px 25px;
  line-height: 25px;
  font-family: Roboto-Medium;
}
.reason-attending-container ul li p strong {
  font-family: roboto-bold;
  font-size: 20px;
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  float: left;
}

.reason-attending-container ul li:nth-child(odd) {
  background-image: url(../images/lucknow29th-images/reason-attending-odd.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 31%;
  margin: 10px 10px;
}
.reason-attending-container ul li:nth-child(even) {
  background-image: url(../images/lucknow29th-images/reason-attending-even.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 31%;
  margin: 10px 10px;
  color: var(--white);
}
.reason-attending-container ul li:nth-child(even) h1 {
  color: var(--orange);
}
.reason-attending-container ul li:nth-child(odd) h1 {
  color: var(--white);
}
/* Reasons-Attending-End */

/* Why-Exhibit-start */
.why-exhibitor-main {
  height: Auto;
}
.why-exhibitorInternal {
  width: 100%;
  max-width: 80%;
}
.why-exhibitorInternal p {
  color: var(--white);
  line-height: 22px;
}
.why-exhibitorInternal ul li {
  background: var(--orange);
  color: var(--white);
  width: 31%;
  min-height: 240px;
  padding: 20px !important;
  line-height: 24px;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-family: Roboto-Medium;
}
.why-exhibitorInternal ul li:hover {
  transform: scale(1.5);
  box-shadow: rgba(250, 95, 22, 0.8) 0px 5px 20px;
  border: 2px solid #fff;
}
.why-exhibitorInternal ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.why-exhibitorInternal ul li h1 {
  font-family: roboto-bold;
  font-size: 20px;
}
.why-exhibitorInternal ul li:hover {
  background: var(--white);
  color: var(--orange);
}
.why-exhibitorInternal ul li:nth-child(1),
.why-exhibitorInternal ul li:nth-child(3) {
  border-radius: 0px 75px 0px 75px;
}
.why-exhibitorInternal ul li:nth-child(2) {
  border-radius: 75px 0px 75px 0px;
}
.why-exhibitorInternal ul li:nth-child(4),
.why-exhibitorInternal ul li:nth-child(6) {
  border-radius: 75px 0px 75px 0px;
}
.why-exhibitorInternal ul li:nth-child(5) {
  border-radius: 0px 75px 0px 75px;
}

/* Why-Exhibit-End */

/* Our-Partner-Start */
.our-partners-container {
}
.our-partners-container ul {
  width: 100%;
  max-width: 80%;
}
.our-partners-container ul.knowledge-partner {
  display: inline-block;
  text-align: center;
  display: flex;
}
.our-partners-container ul:nth-child(2) {
  max-width: 60%;
  margin-top: 40px;
}
.our-partners-container ul.knowledge-partner li:first-child {
  width: 30%;
  max-width: 250px;
}
.our-partners-container ul.knowledge-partner li:last-child {
  width: 70%;
  margin-left: 20px;
  display: inline-block;
  text-align: center;
}
.our-partners-container ul.knowledge-partner li:last-child img {
  float: left;
  width: 47%;
  margin: 0px 10px;
  max-width: 250px;
}
.our-partners-container ul div li {
  margin: 0px 10px;
}
.our-partners-container ul li h1 {
}
.our-partners-container ul h1 {
}
.our-partners-container ul li img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.our-partners-container ul li img:hover {
  transform: translateY(-10px) scale(0.9);
}
/* Our-Partner-End */

/* Become-Partner-Start */
.become-partner-main {
  width: 100%;
  height: 340px;
}
.become-partner {
  background-image: url(../images/lucknow29th-images/become-a-partner-now.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  height: 340px;
  max-width: 80%;
  margin: 0 auto;
}
.become-partner a h1 {
  top: 43%;
  left: 10%;
  font-weight: normal;
  font-size: 50px;
  line-height: 50px;font-family: 'Roboto-Medium';
}
.become-partner a {
  color: var(--white);
}
/* Become-Partner-End */

/* Footer-Start */
footer {
  background: var(--orange);
  margin: 160px 0px 0px 0px;
  padding-bottom: 60px;
  color: var(--white);
}
.footer-inner {
  background: var(--dark-grey);
  border-radius: 20px;
  border: 2px solid var(--white);
  margin-top: -100px !important;
  width: 80%;
  height: 160px;
  padding: 30px 30px;
  margin: 0 auto;
  background-image: url(../images/lucknow29th-images/footerImg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px -65px;
}
.footer-inner h1{font-family: 'Roboto-Medium';font-size: 35px !important;}

.footer-left {
  width: 65%;
  padding-left: 50px;
}

.footer-left ul li {
  border-right: 2px solid var(--white);
}
.footer-right {
  width: 35%;
  padding-left: 50px;
}

.footer-right ul li img {
  max-width: 80%;
}
/* Footer-End */
