@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: #f8f7ff;
}

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(--bgBlack);
}

.heading span {
  color: var(--orange);
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

/*Header-Start */
header {
  background: var(--orange);
  padding: 0px 25px;
  height: 80px;
}

.logo {
  width:455px;
}

.navbar {
  padding: 0px 0px;
  height: 80px;
}

.navbar-brand {
  padding: 0px 0px;
  padding: 0px 0px;
  margin-top: 13px;
  max-width: 550px;
}

.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;
    color: var(--white);
  }
  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;
    color: var(--white);
  }
}
/* 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 video {
  object-fit: cover !important;
  width: 100%;
}
/* Banner-End */

/* Nominate-strip */
.nominate-strip{
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}

.nominate-btn {
  position: absolute;
  margin-top: -15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--orange);
  color: var(--white);
  padding: 5px 35px;
  border-radius: 5px;
  font-family: "Roboto-Medium";
}

.nominate-btn a {
  color: var(--white);
  font-size:22px;
  text-decoration: none;
}

/* Content-Start */
.content {}

.content p span {
  color: var(--orange);
  font-weight: bold;
}

/* Content-End */

/* Selection-Process  */
.selection-process-container {
  width: 80%;
  background: var(--orange);
  padding: 45px 50px;
  border-radius: 35px;
  margin: 20px 0px 40px 0px;
  text-align: center;
  display: inline-block;
}

.selection-process-container h1 {
  font-family: roboto-bold;
  font-size: 40px;
  text-align: center;
  margin: 0px 0px;
  color: var(--white);
  font-weight: 500;
}

.selection-process-container h1 span {
  color: var(--black);
}

.selection-process-container ul{}

.selection-process-container ul li {
  padding: 5px 0px;
  background-image: url(../images/lucknow29th-images/award-bullets.png);
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  background-position: 0px 10px;
  text-align: left;
  color: var(--white);
  line-height: 27px;
}

/* */
.award-category {
  width: 60%;
  height: auto;
  margin: 0 auto;
}

.award-category h1{}

.award-category h1 span {}

.award-category p {}

.award-category p:last-child {
  margin: 35px 0px 30px 0px;
}

.award-category p span {}

.cat-content {
  background: var(--bgBlack);
  margin: 10px 0px 30px 0px;
  border-radius: 5px;
  color: var(--white);
  padding: 25px 20px;
  text-align: left !important;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select:none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 35%;
}

.panel-default > .panel-heading a {
  display: block;
  padding: 6px 15px;
  text-decoration: none;
  background: var(--orange);
  color: var(--white);
  border-radius: 5px;
  text-align: left !important;
}

.panel-default > .panel-heading h4.panel-title {
  font-size: 20px;
  font-family: Roboto-Medium;
}

.panel-default > .panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  //font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
  font-family: roboto-regular;
  font-size: 30px;
  line-height: 22px;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
  background-color: var(--orange);
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panel-default .panel-body {
  background: var(--white);
  box-shadow: 2px 2px 2px 2px #00000017;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.panel-default .panel-body h1 {
  background: var(--orange);
  color: var(--white);
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 5px 5px 0px 0px;
}

.panel-default .panel-body ul {
  padding: 0px 20px;
  list-style-type: disc;
  margin: 20px 20px;
}

.panel-default .panel-body ul li {
  text-align: left;
}

.panel-default .panel-body ul li::marker {
  color: red; /* Make list markers red */
  font-weight: bold; /* Make the marker bold */
}

.award-category p {
  text-align: center;
  line-height: 24px;
  margin-bottom: 30px;
}

.award-category p span {
  color: var(--orange);
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}

.award-category h1 {
  font-family: roboto-bold;
  font-size: 40px;
  text-align: center;
  margin: 0px 0px;
  color: var(--black);
  font-weight: 500;
}

.award-category h1 span {
  color: var(--orange);
}

/* 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 */

/* Modal-Nominate */
#nominateModal .modal-content ul {
  list-style: none;
  margin: 0 10% 5% 10%;
  padding: 0px;
  width: 80%;
}

#nominateModal .modal-content ul li {
  background: var(--white);
  border-radius: 50px;
  padding: 5px 10px 7px 10px;
  font-size: 22px;
  color: var(--bgBlack);
  margin: 15px 5px;
  border: 2px solid #fff;
  font-family: Roboto-Medium;
}

.modal-content {
  text-align: center;
  margin-top: 17%;
  background: var(--orange);
  border-radius: 10px;
  border: 5px solid #fff;
}

#nominateModal .modal-dialog {
  max-width: 650px;
}

#nominateModal .modal-content .modal-body div {}

.modal-content .modal-header {
  border-bottom: none;
  padding: 0px;
}

button.close {
  padding: 0;
  background: var(--theme-button);
  border: 0;
  -webkit-appearance: none;
  border: 2px solid white;
}

.modal-header .close {
  padding: 0px 0px 2px 2px;
  margin: -18px -18px 10px auto;
}

.modal-header .close{
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 15px;
  color: var(--white);
  text-shadow: none;
  opacity: 0.9;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: var(--orange);
}

.modal-header .close span{
  padding: 0px;
}

a.nbtnstyle1{
  position: relative;
  text-decoration: none;
  color: #fff !important;
  font-weight: normal;
  padding: 8px 12px;
  display: inline-block;
  align-items: center;
  font-size: 14px;
  background: #623629;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #623629 1%,
    #331107 65%,
    #331107 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #623629 1%,
    #331107 65%,
    #331107 100%
  );
  background: radial-gradient(
    ellipse at center,
    #623629 1%,
    #331107 65%,
    #331107 100%
  );filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#623629', endColorstr='#331107',GradientType=1 );
  border-radius: 6px;
  z-index: 2;
  margin: 10px 0px;
  border-radius: 5px;
  margin: 10px 0px;
  border-radius: 30px !important;
  padding: 5px 50px;
  font-size: 20px;
  min-width: 360px;
  max-width: 360px;
  text-align: center;
}

a.nbtnstyle1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px var(--c, #331107) dashed;
  z-index: -1;
  transition: top 0.3s ease, bottom 0.3s ease, left 0.3s ease, right 0.3s ease;
  border-radius: 30px !important;
}

a.nbtnstyle1:hover::before {
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}
