/* --  --  --  HEADER  --  --  -- */

header {
  background-color: var(--light-c);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  /* overflow: none; */
  /* height: 75px; */
  padding: 15px 0;
  z-index: 999;
  –webkit-overflow-scrolling: none;
}

.logo-color {
  display: block;
  height: 50px;
}

.logo-white {
  display: none;
}

.logo-portrait {
  display: none;
}

.triggger-btn {
  display: none;
}

nav ul>li {
  float: left;
}

nav ul>li>a {
  padding: 18px 15px;
  display: inline-block;
  color: var(--dark-c);
  position: relative;
  text-decoration: none;
}

nav ul>li>a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--primary-c);
  bottom: -4px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: center top;
}

nav ul>li>a:hover {
  color: var(--primary-c);
  font-weight: bold;
}

nav ul>li>a:hover::after {
  transform: scale(1, 1);
}

.active:after {
  /* position: absolute; */
  left: 0;
  content: "";
  width: 100%;
  transform: scale(1);
  height: 2px;
  background: var(--primary-c);
  bottom: -4px;
}

nav ul>li>.active {
  color: var(--primary-c);
}

/* --  --  --  FOOTER  --  --  -- */

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--secondary-t-c);
  z-index: 998;
}

footer .container {
  padding: 10px 0;
}

footer h6 {
  float: left;
  padding: 20px 15px 20px 0;
  color: var(--light-c);
}

.data-box {
  display: inline-block;
  padding: 0 15px;
  width: auto;
  text-align: center;
}

.data-box label {
  margin: 3px 0 5px;
  color: var(--light-c);
}

.data-box .content-box {
  height: 35px;
  width: 80px;
  text-align: center;
  border: 1px solid var(--light-c);
  border-radius: 50px;
  margin-top: 10px;
}

.data-box h4 {
  color: var(--light-c);
  padding: 35px 0 5px;
}

.data-box .content-box h4 {
  padding: 3px 0;
}

.footer-btn {
  padding: 20px 0 0;
}

/* .footer-btn .btn img {
  display: none;
}

.footer-btn .btn label {
  display: inline-block;
} */

.register-btn {
  background-color: var(--seperator-c);
}

.login-btn {
  background-color: var(--primary-c);
}

/* --  --  --  BANNER  --  --  -- */

.banner {
  position: relative;
  background-image: url("../images/banners/aiforimpact1234.jpg");
  background-color: var(--primary-c);
  background-size: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  z-index: 9;
}

.banner img {
  position: absolute;
  right: 200px;
  top: 30%;
  width: 300px;
  z-index: 9;
  /* max-height: 100vh; */
}

.banner-boxes {
  z-index: 99;
  top: 0;
  left: 0;
}

.banner-boxes {
  margin-top: 100px;
}

.banner-boxes section {
  max-width: 400px;
  /* max-height: 200px; */
  background-color: var(--secondary-t-c);
  padding: 15px;
  color: var(--light-c);
  margin-bottom: 15px;
}

.banner-boxes section h2 {
  margin-bottom: 10px;
}

.banner-boxes section a {
  margin: 15px 0 0;
  display: inline-block;
  padding: 8px 15px;
  background-color: var(--seperator-c);
  color: var(--light-c);
  text-decoration: none;
}

.speakers {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--primary-c);
}

.speakers .t-center {
  text-align: center;
  color: var(--light-c);
  margin-bottom: 50px;
}

.speakers .thumbnail-box {
  margin-bottom: 30px;
}

.speakers .t-center h5 {
  margin-bottom: 10px;
}

/* -- -- -- -- -- elseall pages -- -- -- -- -- */

.elseall {
  width: 100%;
  min-height: 100vh;
  background-color: var(--primary-c);
}

.elseall .container {
  background-image: url("../images/background/bg.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center;
  /* min-height: auto; */
  min-height: calc(100vh - 170px);
  padding: 80px 0;
}

.form-area {
  height: calc(100vh - 170px);
  width: 100%;
  background-color: var(--secondary-t-c);
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  text-align: center;
}

.form-area input[type="password"],
.form-area input[type="text"],
.form-area input[type="number"],
.form-area input[type="email"] {
  display: block;
}

.form-area input {
  padding: 10px 30px;
  border: 1px solid var(--primary-t-c);
  color: var(--dark-t-c);
  border-radius: 50px;
  margin-bottom: 15px;
  min-width: 220px;
  font-size: 14px;
  /* max-width: 100%; */
}

.form-area input::placeholder {
  color: var(--dark-t-c);
}

.submit-btn {
  background-color: var(--seperator-c);
}

.description {
  text-align: center;
  color: var(--tertiary-t-c);
  height: calc(100vh - 170px);
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px;
}

.description h1,
.description h2 {
  text-transform: uppercase;
  color: var(--light-c);
}

.metop {
  margin-bottom: 20%;
}

.mebottom {
  margin-top: 20%;
}

.mebottom h5 {
  margin-bottom: 10px;
}

.description a {
  color: var(--light-c);
  text-decoration: none;
  font-size: 14px;
}

.show-sm {
  display: none;
}

.hide-sm {
  display: block;
}

.errorpage h1,
.errorpage h2,
.errorpage p {
  text-align: center;
  color: var(--light-c);
  margin: 20px 0;
}

.restbody {
  padding: 30px 0;
  color: var(--light-c);
  /* text-transform: capitalize; */
}

.restbody h1,
.restbody h2,
.restbody h3 {
  margin-bottom: 15px;
}

.restbody label {
  font-size: 14px;
  color: var(--tertiary-c);
}

.restbody h5 {
  color: var(--tertiary-c);
}

.ws {
  color: var(--light-c);
}

.ws h2,
.ws h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ws .textbox {
  text-align: center;
}

.prize>div {
  margin-bottom: 50px;
}

.prize .textbox {
  text-align: center;
  color: var(--light-c);
}

.prize.lr .textbox {
  text-align: left;
}

.prize .textbox h2,
.prize .textbox h6,
.prize .textbox h5 {
  margin-top: 10px;
}

.prize .textbox h5 {
  color: var(--tertiary-c);
}

.preview-box {
  width: 100%;
}

.preview-image {
  display: inline-block;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 15px;
  margin-top: 15px;
}

.landscape {
  width: auto;
  height: 100%;
}

.portrait {
  width: 100%;
  height: auto;
}

.square {
  width: 100%;
  height: 100%;
}

.modal-box {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2c539ddd;
}

.modal-box .btn-close-trigger {
  position: absolute;
  right: 0;
  top: 0;
}

.modal-box .btn-prev-trigger {
  position: absolute;
  left: 0;
  top: 50vh;
}

.modal-box .btn-next-trigger {
  position: absolute;
  right: 0;
  top: 50vh;
}

.modal-box .image-box {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 120px;
  right: 120px;
  text-align: center;
}

.modal-box .image-box img {
  margin: 0 auto;
}

.modal-box .image-box img.img-landscape {
  max-width: 100%;
  max-height: 90vh;
}

.modal-box .image-box img.img-portrait {
  width: auto;
  max-height: 90vh;
}

.modal-box .image-box img.img-square {
  max-width: 100%;
  max-height: 40vh;
}

.contact-box {
  padding: 30px 0;
  color: var(--light-c);
}

.contact-us {
  margin-top: 50px;
  background-image: url("../images/background/aiforimpact.png");
  background-repeat: no-repeat;
  /* background-size: 100% 100%; */
  min-height: 200px;
  width: 100%;
}

.bg-overlap {
  width: 100%;
  background-color: var(--light-t-c);
  padding: 20px 0;
  min-height: 200px;
  color: var(--dark-c);
  text-align: center;
}

.bg-overlap>img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  margin-bottom: 30px;
}

.bg-overlap .map iframe {
  width: 90%;
  height: 300px;
  margin-bottom: 30px;
}

.bg-overlap .details {
  padding: 80px 0;
  text-align: left;
}

.bg-overlap .details h5 {
  color: var(--light-c);
}

.bg-overlap .details img,
.bg-overlap .details i {
  margin-right: 15px;
}

.bg-overlap .details i {
  font-size: 20px;
  color: var(--light-c);
}

.dashnav {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 998;
  background-color: var(--secondary-c);
}

.bottomnav {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

.bottomnav a {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
}

.bottomnav a:nth-child(2) {
  border-left: 1px solid var(--light-t-c);
  border-right: 1px solid var(--light-t-c);
}

.bottomnav a.active {
  background-color: var(--primary-c);
}

.circlebox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary-c);
  color: var(--light-c);
  font-weight: bold;
}

.form-area-new {
  margin-top: 30px;
  background-color: var(--light-c);
  /* width: 100% !important; */
  padding: 15px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}

.form-area-new .img-box {
  width: 100%;
  max-height: 350px;
  overflow: hidden;
}

.form-area-new .img-box img {
  width: 100%;
}

.form-area-new input {
  display: block;
  padding: 5px 15px;
  border: 1px solid var(--primary-t-c);
  color: var(--dark-t-c);
  border-radius: 50px;
  margin-bottom: 15px;
  min-width: 220px;
  font-size: 14px;
  font-weight: 600;
  /* max-width: 100%; */
}

.form-area-new input::placeholder {
  color: var(--dark-t-c);
}

.text-box {
  padding: 30px;
  color: var(--dark-c);
}

.text-box .title {
  border-bottom: 30px;
}

.text-box .title h1 {
  font-family: Montserrat;
  /* font-size: 24px; */
  font-weight: 800;
}

.text-box h4 {
  margin-bottom: 15px;
}

.text-box h5,
.text-box h6,
.text-box label {
  display: block;
  margin-bottom: 10px;
  color: var(--dark-c);
}

.primary {
  color: var(--primary-c) !important;
  font-size: 18px;
  font-weight: bolder;
  display: block;
  margin: 15px 0 10px 0 !important;
  text-decoration: underline;
}

.text-box textarea {
  width: 80%;
  padding: 5px 15px;
  border: 1px solid var(--primary-t-c);
  color: var(--dark-t-c);
  border-radius: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  min-height: 80px;
}

.img-box h6 {
  display: block;
  color: var(--seperator-c);
  margin-bottom: 15px;
  float: left;
  margin-left: 30px;
}

.img-box input {
  margin-left: 30px;
}

.submit-box .btn {
  float: right;
}

#save-btn {
  background-color: var(--primary-c);
}

#cancel-btn {
  background-color: var(--seperator-c);
}

.edit-btn {
  background-color: var(--secondary-c);
}

.btn-box {
  width: 50px;
}

.toolbox label {
  display: block;
  font-weight: bold;
}

.btn-2 {
  display: inline-block;
  border-radius: 50px;
  text-decoration: none;
  color: var(--light-c);
  border: 0;
  margin: 0 10px 10px;
  padding: 2px 4px;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.btn-close {
  background-color: var(--seperator-c);
}

.btn-add {
  background-color: var(--primary-c);
}

.btn-add>img {
  transform: rotate(45deg);
}

.oppo-box {
  background-color: var(--light-c);
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0px 1px 7px var(--dark-c);
}

.oppo-box .img-box {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
  max-height: 150px;
  overflow: hidden;
}

.oppo-box .img-box>img {
  width: 100%;
}

.oppo-box .text-box {
  position: relative;
  padding: 15px;
  height: 170px;
  overflow: auto;
}

.oppo-box .text-box span {
  display: block;
  font-size: 16px;
}

.oppo-box .text-box a {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: center;
  background-color: var(--secondary-c);
  padding: 9px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.workshop-page {
  display: block;
  margin-top: 15px;
  color: var(--light-c);
}

.ws-touch {
  background-color: var(--tertiary-t-c);
  margin-bottom: 60px;
}

.ws-touch .text-box {
  width: 50%;
  margin: 0 auto;
}

.ws-touch h1,
.ws-touch h2,
.ws-touch h3,
.ws-touch h4,
.ws-touch h5,
.ws-touch h6,
.ws-touch label,
.ws-touch p,
.ws-touch a,
.ws-touch li {
  color: var(--light-c) !important;
  text-decoration: none;
}

.ws-touch p {
  margin-bottom: 50px;
}

.ws-touch ul {
  margin-top: -40px;
  margin-left: 10px;
  margin-bottom: 50px;
}

.ws-touch li {
  margin-bottom: 10px;
  font-size: 14px;
  font-family: Montserrat;
  line-height: 1.4;
}

.ws-touch .makemedark {
  background-color: var(--seperator-t-c);
  padding: 40px 30px 30px;
  margin-bottom: 20px;
  text-align: center;
}

.ws-touch .makemedark label {
  font-weight: bolder;
}

.ws-touch .makemedark label>span {
  font-weight: normal;
  display: block;
  margin-left: 15px;
}

.ws-touch .redticket {
  margin-top: 50px;
  background-color: var(--primary-c);
  width: 100%;
  padding: 20px;
}

.snackbar-holder {
  z-index: 999;
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  visibility: hidden;
}

.snackbar-area {
  display: inline-block;
  margin: 0 auto;
  min-width: 300px;
  max-width: 80%;
  padding: 8px 15px;
  background-color: var(--seperator-c);
  color: var(--light-c);
  border-radius: 5px;
  text-align: center;
}

.snackbar-area p {
  margin: 0;
}

@keyframes come-n-go {
  0% {
    visibility: visible;
    opacity: 0;
  }

  10% {
    opacity: 1;
    bottom: 100px;
  }

  90% {
    opacity: 1;
    bottom: 100px;
  }

  100% {
    visibility: visible;
    opacity: 0;
  }
}

/* ==============================     loader     ================================ */

.body {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-color: var(--primary-c);
}

.loader-wrapper {
  width: 148px;
  height: 100px;
  position: absolute;
  margin: -50px 0 0 -74px;
  left: 50%;
  top: 50%;
}

.loader {
  width: 148px;
  height: 100px;
  top: 0;
  left: 0;
  position: absolute;
}

.loader:after {
  content: "";
  top: auto;
  position: absolute;
  display: block;
  animation: shadow 2s infinite linear;
  -moz-animation: shadow 2s infinite linear;
  bottom: 0em;
  left: 0;
  height: 0.25em;
  width: 1em;
  border-radius: 50%;
  background-color: var(--dark-c);
  opacity: 0.3;
}

.roller,
.roller:last-child {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rollercoaster 2s infinite linear;
  -webkit-transform: rotate(135deg);
  -moz-animation: rollercoaster 2s infinite linear;
  -moz-transform: rotate(135deg);
  animation: rollercoaster 2s infinite linear;
  transform: rotate(135deg);
}

.roller:last-child {
  left: auto;
  right: 0;
  -webkit-transform: rotate(-45deg);
  -webkit-animation: rollercoaster2 2s infinite linear;
  -moz-transform: rotate(-45deg);
  -moz-animation: rollercoaster2 2s infinite linear;
  transform: rotate(-45deg);
  animation: rollercoaster2 2s infinite linear;
}

.roller:before,
.roller:last-child:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: var(--seperator-c);
  border-radius: 50%;
  background: -moz-linear-gradient(top,
    var(--seperator-c) 0%,
    var(--seperator-t-c) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,
    var(--seperator-c) 0%,
    var(--seperator-t-c) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,
    var(--seperator-c) 0%,
    var(--seperator-t-c) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@-webkit-keyframes rollercoaster {
  0% {
    -webkit-transform: rotate(135deg);
  }

  8% {
    -webkit-transform: rotate(240deg);
  }

  20% {
    -webkit-transform: rotate(300deg);
  }

  40% {
    -webkit-transform: rotate(380deg);
  }

  45% {
    -webkit-transform: rotate(440deg);
  }

  50% {
    -webkit-transform: rotate(495deg);
    opacity: 1;
  }

  50.1% {
    -webkit-transform: rotate(495deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: rotate(495deg);
    opacity: 0;
  }
}

@-webkit-keyframes rollercoaster2 {
  0% {
    opacity: 0;
  }

  49.9% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
  }

  58% {
    -webkit-transform: rotate(-160deg);
  }

  70% {
    -webkit-transform: rotate(-240deg);
  }

  80% {
    -webkit-transform: rotate(-300deg);
  }

  90% {
    -webkit-transform: rotate(-340deg);
  }

  100% {
    -webkit-transform: rotate(-405deg);
  }
}

@-webkit-keyframes shadow {
  0% {
    opacity: 0.3;
    -webkit-transform: translateX(65px) scale(0.5, 0.5);
  }

  8% {
    -webkit-transform: translateX(30px) scale(2, 2);
  }

  13% {
    -webkit-transform: translateX(0px) scale(1.3, 1.3);
  }

  30% {
    -webkit-transform: translateX(-15px) scale(0.5, 0.5);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: translateX(60px) scale(1.2, 1.2);
    opacity: 0.3;
  }

  60% {
    -webkit-transform: translateX(130px) scale(2, 2);
    opacity: 0.05;
  }

  65% {
    -webkit-transform: translateX(145px) scale(1.2, 1.2);
  }

  80% {
    -webkit-transform: translateX(120px) scale(0.5, 0.5);
    opacity: 0.1;
  }

  90% {
    -webkit-transform: translateX(80px) scale(0.8, 0.8);
  }

  100% {
    -webkit-transform: translateX(60px);
    opacity: 0.3;
  }
}

/* Moz */
@-moz-keyframes rollercoaster {
  0% {
    -moz-transform: rotate(135deg);
  }

  8% {
    -moz-transform: rotate(240deg);
  }

  20% {
    -moz-transform: rotate(300deg);
  }

  40% {
    -moz-transform: rotate(380deg);
  }

  45% {
    -moz-transform: rotate(440deg);
  }

  50% {
    -moz-transform: rotate(495deg);
    opacity: 1;
  }

  50.1% {
    -moz-transform: rotate(495deg);
    opacity: 0;
  }

  100% {
    -moz-transform: rotate(495deg);
    opacity: 0;
  }
}

@-moz-keyframes rollercoaster2 {
  0% {
    opacity: 0;
  }

  49.9% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    -moz-transform: rotate(-45deg);
  }

  58% {
    -moz-transform: rotate(-160deg);
  }

  70% {
    -moz-transform: rotate(-240deg);
  }

  80% {
    -moz-transform: rotate(-300deg);
  }

  90% {
    -moz-transform: rotate(-340deg);
  }

  100% {
    -moz-transform: rotate(-405deg);
  }
}

@-moz-keyframes shadow {
  0% {
    opacity: 0.3;
    -moz-transform: translateX(65px) scale(0.5, 0.5);
  }

  8% {
    -moz-transform: translateX(30px) scale(2, 2);
  }

  13% {
    -moz-transform: translateX(0px) scale(1.3, 1.3);
  }

  30% {
    -moz-transform: translateX(-15px) scale(0.5, 0.5);
    opacity: 0.1;
  }

  50% {
    -moz-transform: translateX(60px) scale(1.2, 1.2);
    opacity: 0.3;
  }

  60% {
    -moz-transform: translateX(130px) scale(2, 2);
    opacity: 0.05;
  }

  65% {
    -moz-transform: translateX(145px) scale(1.2, 1.2);
  }

  80% {
    -moz-transform: translateX(120px) scale(0.5, 0.5);
    opacity: 0.1;
  }

  90% {
    -moz-transform: translateX(80px) scale(0.8, 0.8);
  }

  100% {
    -moz-transform: translateX(60px);
    opacity: 0.3;
  }
}

/* No-prefix */
@keyframes rollercoaster {
  0% {
    transform: rotate(135deg);
  }

  8% {
    transform: rotate(240deg);
  }

  20% {
    transform: rotate(300deg);
  }

  40% {
    transform: rotate(380deg);
  }

  45% {
    transform: rotate(440deg);
  }

  50% {
    transform: rotate(495deg);
    opacity: 1;
  }

  50.1% {
    transform: rotate(495deg);
    opacity: 0;
  }

  100% {
    transform: rotate(495deg);
    opacity: 0;
  }
}

@keyframes rollercoaster2 {
  0% {
    opacity: 0;
  }

  49.9% {
    opacity: 0;
  }

  50% {
    opacity: 1;
    transform: rotate(-45deg);
  }

  58% {
    transform: rotate(-160deg);
  }

  70% {
    transform: rotate(-240deg);
  }

  80% {
    transform: rotate(-300deg);
  }

  90% {
    transform: rotate(-340deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes shadow {
  0% {
    opacity: 0.3;
    transform: translateX(65px) scale(0.5, 0.5);
  }

  8% {
    transform: translateX(30px) scale(2, 2);
  }

  13% {
    transform: translateX(0px) scale(1.3, 1.3);
  }

  30% {
    transform: translateX(-15px) scale(0.5, 0.5);
    opacity: 0.1;
  }

  50% {
    transform: translateX(60px) scale(1.2, 1.2);
    opacity: 0.3;
  }

  60% {
    transform: translateX(130px) scale(2, 2);
    opacity: 0.05;
  }

  65% {
    transform: translateX(145px) scale(1.2, 1.2);
  }

  80% {
    transform: translateX(120px) scale(0.5, 0.5);
    opacity: 0.1;
  }

  90% {
    transform: translateX(80px) scale(0.8, 0.8);
  }

  100% {
    transform: translateX(60px);
    opacity: 0.3;
  }
}

#loader2:after {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

#loader2 .roller {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

#loader3:after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#loader3 .roller {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* =========================================    loader   ======================================= */

.rule-list li {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.putmeoncenter {
  display: flex;
  justify-content: center;
}

.ihavefixedheight {
  min-height: 250px;
}

.youtubelink {
  color: var(--seperator-c);
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

a.youtubelink:focus {
  color: var(--seperator-c) !important;
}

.newbox {
  padding: 30px 15px;
  width: 60%;
  margin: 0 auto;
}

.newbox h5 {
  margin-bottom: 15px;
}

.newbox iframe {
  width: 100%;
  min-height: 400px;
}

.newbox span {
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}

.newbox-2 {
  width: 500px;
}

.newbox-2 iframe {
  min-height: 300px !important;
}

.conferenceschedule {
  box-shadow: 0 5px 30px #00000047;
  padding: 30px !important;
}

.conferenceschedule h4 {
  margin-bottom: 20px;
}

.s-header {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid var(--seperator-c);
}

.s-header div {
  padding: 25px 15px;
  border-radius: 5px;
  background-color: var(--light-c);
  color: var(--dark-c);
  border-left: 2px solid var(--seperator-c);
  font-size: 1.2rem;
  color: var(--light-c);
  background-color: var(--seperator-t-c);
}

.s-header .col {
  font-size: 1.2rem;
  font-weight: 900;
  margin-right: 10px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 5px solid var(--seperator-c);
  background-color: var(--light-c);
  color: var(--primary-c);
}
.s-header .imagespeaker{
  float: right;
  width: 50px;
  height: 50px;
  overflow: hidden;
  padding: 0;
  margin-top: -15px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 3px 29px -3px #000;
}

.s-header .imagespeaker>img{
  width: 100%;
}
.judges img{
  width: 100%;
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}

@media only screen and (max-width: 1280px) and (min-width: 993px) {
  .data-box .content-box {
    width: 45px !important;
  }
  .logo-color {
    height: 40px;
  }

  nav ul>li>a {
    padding: 13px 10px;
  }

  nav ul>li>a {
    font-size: 10px;
  }
}