@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap");
body {
  font-family: "Inter", sans-serif !important;
  overflow-x: hidden !important;
}

/* leaf */
.falling-leaves {
  position: absolute;
  top: 0;
  bottom: 0;
  /* left: 50%; */
  width: 100%;
  max-width: 100%;
  max-height: 880px;
  transform: translate(-50%, 0);
  border-radius: 50px;
  overflow: hidden;
}
.main-title {
  font-size: 6rem;
  color: white !important;
  font-weight: 700;
}
.re-title {
  font-size: 3.5rem;
  color: white !important;
  font-weight: 700;
  margin-top: 20px;
}
.leaf-scene {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  transform-style: preserve-3d;

  div {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url("../image/Group%205740(1.html).svg");
    background-size: 100%;
    transform-style: preserve-3d;
    backface-visibility: visible;
  }
}
/* leaf */
header {
  width: 100% !important;
  padding: 10px 0px;
  z-index: 9999 !important;
  position: fixed;
  top: 0px;
}

a:focus {
  border: 1px solid #ffa300 !important;
  outline: 1px solid #ffa300 !important;
}
.no-focus:focus {
  border: none !important;
  outline: none !important;
}
#pills-tab .nav-item button:focus {
  border: 2px solid #ee6945;
  outline: none !important;
}
.marquee-bg .container-fluid {
  overflow: hidden;
}
.shrink {
  padding: 8px 0px !important;
}
.shrink .col-lg-2 img {
  width: 35% !important;
}
.op {
  text-align: center;
  padding: 20px;
  background: #b8dfd8;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#carouselExampleInterval .carousel-inner {
  overflow: visible;
}
.op p {
  margin-bottom: 0px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.twitter-feed {
  text-align: center;
}
.twitter-feed iframe {
  width: 50% !important;
  margin: 0 auto !important;
}
@keyframes infiniteScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.horizontal-scrolling-items {
  display: flex;
  font-size: 40px;
  width: 100%;
  animation-name: infiniteScroll;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.horizontal-scrolling-items__item {
  white-space: nowrap;
}

.bg-light {
  background-color: unset !important;
}
header {
  backdrop-filter: saturate(180%) blur(20px) !important;
  background: #fff !important;
  position: sticky;
  top: 0px;
  z-index: 9999;
  box-shadow: #0000001f 0 1px 3px, #0000003d 0 1px 2px;
}
.navbar-light .navbar-nav .nav-link {
  color: black !important;
}
header .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show > .nav-link:hover {
  color: #ffa300 !important;
}
header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 30px !important;
}
.menu-icon ul {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  align-items: center;
  text-align: center;
}
.banner-sec .container {
  position: relative;
  z-index: 99 !important;
}
.banner-sec .container-fluid {
  position: relative;
  z-index: -1 !important;
}
.tickets-im a .tick-2 {
  display: none;
}
.tickets-im a:hover .tick-1 {
  display: none;
}
.tickets-im a:hover .tick-2 {
  display: block;
}

.tickets-im a {
  color: #222 !important;
}
.banner-sec .row {
  position: relative;
  z-index: 999 !important;
}
.z-ind {
  position: relative;
  z-index: 9999 !important;
}
.banner-sec {
  background: #fff url("../image/Group%205881.svg");
  background-repeat: repeat-x;
  background-size: auto !important;
  background-position: bottom center !important;
  position: relative !important;
  padding: 160px 0px;
  padding-top: 80px !important;
}
.banner-sec .container-fluid {
  padding: 0px !important;
}
.banner-sec .p-10 {
  padding: 0px 30px !important;
}
.img-split {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -270px;
  z-index: 1;
}
.img-split-2 {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.img-split-3 {
  text-align: center;
  position: absolute;
  top: 220px;
}
.svg.sm-desk {
  position: absolute;
  top: -220px;
  left: -30px;
}
.svg.sm-large {
  display: none;
  position: absolute;
  top: -220px;
  left: 200px;
}
.svg-2.sm-desk {
  position: absolute;
  top: 50px;
  left: 50px;
}
.svg-2.sm-large {
  position: absolute;
  top: 20px;
  left: 150px;
  display: none;
}

.banner-sec::before {
  position: absolute;
  content: "";
  top: 80px;
  left: -25px;
  right: 0;
  height: 379px !important;
  /* background: url("../image/Mask%20Group%2040.svg") no-repeat !important; */
}
.banner-sec::after {
  position: absolute;
  content: "";
  bottom: 0;
  top: -50px;
  left: 0%;
  right: 0% !important;
  height: 379px !important;
  /* background: url("../image/Mask%20Group%2041.svg") no-repeat !important; */
  background-position: right !important;
  width: 100% !important;
}
.w-40 {
  width: 40% !important;
}
.bg-speaker {
  background-color: #eff9f7;
  position: relative !important;
}
.twitter {
  padding: 60px 0px !important;
  background: linear-gradient(
    0deg,
    rgba(193, 227, 221, 1) 20%,
    rgba(255, 255, 255, 1) 90%
  );
}
thead th {
  vertical-align: middle !important;
}

.plus-box img {
  height: 100px;
  width: 100%;
  object-fit: contain;
}
.schedule {
  position: relative;
  background: rgb(255, 255, 255);
}
.table {
  border: 1px solid black !important;
}
.schedule::before {
  position: absolute;
  content: "";
  top: 0;
  height: 50px !important;
  left: 0;
  right: 0;
  background-color: white !important;
  /* background-image: url("../image/Mask Group 28.svg") !important; */
  background-repeat: repeat-x !important;
}
.list-group-horizontal {
  overflow: hidden !important;
}

.ticket-btn-v2 a {
  padding: 18px 40px;
  font-weight: 600 !important;
  background: #ffa300 !important;
  color: #fff;
  text-decoration: none !important;
  border-radius: 10px;
  text-align: center !important;
  font-size: 15px !important;
}

.ticket-btnlay a {
  padding: 18px 40px;
  font-weight: 600 !important;
  background: #ffa300 !important;
  color: #fff;
  text-decoration: none !important;
  border-radius: 10px;
  width: fit-content !important;
  text-align: center !important;
  font-size: 15px !important;
  transition: 0.2s;
}
.ticket-btnlay a:hover {
  background: #b8dfd8 !important;
  color: #000;
}

/* Volunteer button in footer */
.ticket-btnlay-vol a {
  padding: 10px 30px;
  font-weight: 600 !important;
  background: #ffa300 !important;
  color: #fff;
  text-decoration: none !important;
  border-radius: 15px;
  width: fit-content !important;
  text-align: center !important;
  font-size: 13px !important;
  transition: 0.3s;
}
.ticket-btnlay-vol a:hover {
  background: #b8dfd8 !important;
  color: #000;
}

.download .ticket-btnlay a {
  padding: 18px 26px !important;
}
.submit-link a {
  color: #3c758c !important;
  font-size: 14px !important;
}
.submit-link a:hover {
  color: #ffa300 !important;
}
.carosel-sec {
  background: #b8dfd8 url("../image/bg-bluebuilding.png") no-repeat !important;
  background-size: contain;
  background-position: bottom left !important;
  position: relative;
}

.marquee-bg {
  background: url("../image/marq-board.png") no-repeat !important;
  background-size: contain;
  background-position: bottom right !important;
  position: relative;
}

.slide-head {
  color: #00629b !important;
}
.tilt-img {
  padding-top: 5% !important;
}
.tilt-img img {
  width: 45% !important;
  margin-top: -13%;
}
.dt-loc {
  position: absolute !important;
  top: 10px !important;
}
.date {
  width: fit-content;
  background: #ffa300 !important;
  padding: 14px 20px;
  min-width: 212px;
  border-radius: 20px;
  position: relative;
  left: 0px;
  transform: rotate(-10deg);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  z-index: 99 !important;
}
.location {
  width: fit-content;
  background: #ee6945 !important;
  padding: 14px 20px;
  min-width: 212px;
  border-radius: 20px;
  position: relative;
  left: 105px;
  top: -1px;
  transform: rotate(7deg);
}
.tilt-img img {
  transform: rotate(-15deg);
}
.date h6,
.location h6 {
  font-size: 15px;
  color: black;
  font-weight: 600;
}
.date p,
.location p {
  margin-bottom: 0px !important;
  font-size: 12px;
  padding-top: 5px;
}
.slide-head {
  color: #fff;
  font-size: 75px;
  font-weight: 700;
}
.keyspeaker {
  background: #fff;
  padding: 20px;
  border: 1px solid #222 !important;
  border-radius: 10px;
  margin-top: 15px !important;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.horizontal-scrolling-items__item ul li p {
  font-size: 100px !important;
  font-weight: 800 !important;
  color: #00629b !important;
}
.keyspeaker h6 {
  font-size: 16px !important;
  font-weight: 600;
  line-height: 25px;
}
.carousel-control-next,
.carousel-control-prev {
  bottom: 23% !important;
  top: unset !important;
}
.carousel-control-prev-icon {
  background-image: url("../image/a-left.png") !important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 45px !important;
  height: 45px !important;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 97% 95% !important;
}
.carousel-control-next-icon {
  background-image: url("../image/a-right.png") !important;
}
.carousel-control-prev {
  left: 4% !important;
  opacity: 0.9 !important;
}
.carousel-control-next {
  right: 4% !important;
  opacity: 0.9 !important;
}
.row-box {
  border: 1px solid #fff;
  border-radius: 30px;
  align-items: center;
  padding: 25px;
  margin: 25px auto;
  min-height: 130px;
}
.row-box p {
  margin-bottom: 0px !important;
}
.time p {
  color: #f86e47;
  font-size: 18px;
  font-weight: 600;
}
.cont-box h6 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.cont-box p {
  padding: 8px 25px;
  background: #b8dfd8;
  color: #180404;
  border-radius: 5px;
}
.tab-img-bx {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.tab-img-bx img {
  height: 70px;
  width: 70px;
  border-radius: 10px;
}
.tab-img-bx h6 {
  margin-bottom: 0px !important;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.tab-box .nav {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: fit-content;
  justify-content: center;
  margin: auto;
  border-radius: 15px;
}
.sponp {
  background: #fff !important;
}
.tab-box .nav .nav-link h3 {
  font-weight: 600;
  color: #180404;
  font-size: 16px;
}
.tab-box .nav .nav-link p {
  margin-bottom: 0px;
  color: #180404;
}
.tab-box .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #b8dfd8 !important;
}
.tab-box .nav .nav-link {
  padding: 12px 35px;
  border-radius: 15px;
}
.tpb-para {
  color: #000 !important;
}
.title {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
}
.title-1 {
  color: #ffa300 !important;
  font-size: 6rem;
  font-weight: 700;
}
.tweet-btn {
  background: #ffa300;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 20px 40px;
  border-radius: 10px;
}
.tweet-btn:hover {
  background: #9dbab5;
  color: #000;
}
.title-2 {
  color: #00629b;
  font-size: 6rem;
  font-weight: 700;
}
.sub-tit {
  color: #fff !important;
  font-size: 2.5em;
}
.sub-part {
  color: #fff !important;
  padding: 15px 20% 0 20% !important;
  font-size: 15px;
}
.speaker-laybox {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px !important;
  padding: 20px 20px 0 20px !important;
  /*background: #fff url("../image/key-bg-2.png") no-repeat !important;*/
  background-position: bottom center !important;
  min-height: 208px !important;
  height: 380px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #ffa300 !important;
}
.speaker-laybox img {
  height: 340px;
  margin-top: -29% !important;
  border-radius: 10px !important;
  object-fit: cover;
}
.speakerheading-boxed {
  font-size: 15px;
  font-weight: 600;
}
.speakerpara-boxed {
  font-size: 14px;
  padding: 0 40px;
  backdrop-filter: blur(1px);
}
.speaker-laybox:hover .speakerpara-boxed {
  backdrop-filter: blur(1px);
}
.bg-reg-ele {
  background: url("../image/Repeat%20Grid%2012.svg") !important;
  height: 44px !important;
}
.bg-reg {
  background: #ffa300;
  background-position: top center;
  min-height: 470px !important;
  background-size: auto;
}
.bg-reg-diamond {
  /* background: url("../image/Repeat%20Grid%208.svg") !important; */
  /* height: 28px !important; */
}
.sponsor-img-box a {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: block;
  height: fit-content;
  background: white !important;
  border-radius: 10px;
  transition: 0.5s;
}
.sponsor-img-box a:hover {
  transform: translateY(-10px);
  transition: 0.5s;
}
.sponsor-img-box a img {
  height: 100px;
  width: 80% !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 15px !important;
}

.sponsor {
  border-top: 2px solid #eaeaea;
  background: #fff;
  margin-top: -15px;
  z-index: 9;
  position: relative;
  height: 40px !important;
}
.other-sponsor {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #fff !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.other-sponsor .op-img {
  background: #fa6f49 !important;
  height: 198px;
  width: 100% !important;
  border-radius: 20px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.sponsor-title {
  font-size: 22px;
  font-weight: 600;
  color: #180404;
  padding: 25px 65px;
  background: #b8dfd8;
  border-radius: 20px;
  width: fit-content;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  min-width: 250px;
  text-align: center;
}
.plus-box {
  border: 1px solid #f1f1f1;
  padding: 30px;
  min-height: 230px !important;
  display: flex;
  align-items: center !important;
  justify-content: center;
}
.tick-btn {
  padding: 20px 50px;
  background: #fff;
  color: black;
  border-radius: 10px;
  text-decoration: none;
}
.key-box {
  border: 1px solid #fff;
  padding: 30px;
  margin: 26px;
  border-radius: 25px;
}
.key-box img {
  width: 150px !important;
  border-radius: 10px;
}
.key-box h6 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
}
.key-box p {
  color: #fff;
}
.tilt-right {
  transform: rotate(10deg);
}
.tilt-left {
  transform: rotate(-5deg);
}
.plus-box {
  position: relative;
}
.plusbox-left {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 1;
}
.plusbox-left i,
.plusbox-right i,
.plusbox-right-2 i,
.plusbox-bottom i,
.plusbox-bottom-left i {
  color: #ffa300;
}
.plusbox-right {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1;
}

.plusbox-bottom {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -15px;
  right: -15px;
  z-index: 1;
}
.plusbox-bottom-left {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -15px;
  left: -15px;
  z-index: 1;
}
.list-group-item {
  border: none !important;
  background: none !important;
}
thead {
  height: 60px !important;
  vertical-align: middle;
}
thead th {
  color: #0e5170 !important;
}
tbody th {
  color: #ffa300 !important;
  height: 88px !important;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
}
tbody td {
  text-align: center !important;
  vertical-align: middle;
  font-weight: 600 !important;
}
.footer {
  background: #00629b !important;
}
.boxedbtn {
  background: #b8dfd8;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400 !important;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
.footer::after {
  /* background: url("../image/footer-rangoli.png") no-repeat !important; */
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  right: 0;
  background-position: center top !important;
  background-size: 40%;
  height: 133px !important;
  opacity: 0.5 !important;
  z-index: 1;
}
.footer-top {
  background: #fff url("../image/Mask%20Group%2033.svg") no-repeat !important;
  background-repeat: repeat-x !important;
  height: 65px !important;
}
.copyrights {
  z-index: 999999 !important;
  position: relative;
}
.contact p {
  font-size: 15px !important;
}
.contact ul {
  display: flex;
  justify-content: center !important;
  align-items: center;
  column-gap: 10px;
  padding: 0px !important;
}
.contact ul li p {
  font-size: 8px !important;
}
.contact ul li {
  list-style-type: none;
  min-width: 36px !important;
  display: inline-block !important;
  background: #b7ded7;
  color: #fff;
  border-radius: 5px;
  height: 32px;
  line-height: 32px;
}
.contact ul li a {
  padding: 10px;
  color: #205d7a !important;
}
thead th {
  width: 20% !important;
}
.plusbox-right.one i,
.plusbox-bottom.one i,
.plusbox-left.one i,
.plusbox-bottom-left.one i,
.plusbox-right.two-2 i,
.plusbox-bottom.two-3 i {
  text-decoration: blink;
  -webkit-animation-name: blinker-left;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker-right {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.plusbox-bottom.two i,
.plusbox-left.two i,
.plusbox-bottom-left.two i,
.plusbox-right.two i {
  text-decoration: blink;
  -webkit-animation-name: blinker-right;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker-left {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.trainbg .bg-move {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  width: 160%;
  /* background-image: url("../image/Group%204860.svg"); */
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.trainbg {
  position: relative;
  padding: 40px;
  margin: auto;
  color: #ffffff;
  overflow: hidden;
}
.trainbg-rt .bg-move-rt {
  position: absolute;
  top: 0;
  bottom: 0;
  /* right:auto; */
  left: -300px;
  width: 100%;
  background-image: url("../image/ENIGMA\ \(8000\ x\ 1000\ px\)\ \(1\).png");
  background-size: contain;
  background-position: 50% bottom;
  background-repeat: no-repeat;
}

.trainbg-rt {
  position: relative;
  padding: 40px;
  margin: auto;
  color: #ffffff;
  overflow: hidden;
  height: 200px;
}
/* banner line */

path {
  stroke: #b8dfd8;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-dasharray: 840;
  stroke-dashoffset: 120;
  animation: strokeAnim 10s linear infinite;
}

@keyframes strokeAnim {
  0% {
    stroke-dashoffset: 700;
  }
  100% {
    stroke-dashoffset: 4000;
  }
}
@media (max-width: 768px) {
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .navbar-brand img {
    width: 60% !important;
  }
  .marquee-bg {
    background-position: 100% 110% !important;
  }
  .twitter {
    padding: 0px;
  }
  .twitter-feed iframe {
    width: 100% !important;
  }
  body {
    overflow-x: hidden;
  }
  .bg-speaker::before {
    height: 19px !important;
    background-repeat: repeat-x !important;
  }
  .navbar-collapse {
    border-radius: 10px;
  }
  .navbar-collapse ul li {
    width: 100% !important;
    text-align: center !important;
  }
  .horizontal-scrolling-items__item ul li p {
    font-size: 70px !important;
  }
  .footer-top {
    height: 46px !important;
  }
  .title-2 {
    height: 80px !important;
  }
  .nav-item {
    line-height: 2 !important;
  }
  .img-split,
  .img-split-2,
  .img-split-3 {
    position: relative;
    top: unset !important;
  }
  .img-split img,
  .img-split-2 img,
  .img-split-3 img {
    width: 30%;
  }
  .svg,
  .svg-2 {
    display: none;
  }
  .banner-sec::before {
    top: -140px;
    height: 327px !important;
    left: 0px;
  }
  .banner-sec {
    background-size: auto !important;
    padding-top: 135px !important;
  }
  .banner-sec::after {
    display: none;
  }
  .abt-top,
  .dt-loc {
    position: unset !important;
  }
  .dt-loc {
    padding-top: 20% !important;
  }
  .slide-head {
    font-size: 34px !important;
    padding: 20% 0 6% 0 !important;
  }
  .carousel-control-next,
  .carousel-control-prev {
    bottom: 3% !important;
  }
  .tab-box .nav {
    padding: 15px 0px !important;
  }
  .carosel-sec {
    background-size: contain !important;
  }
  .carosel-sec::after {
    width: 104% !important;
  }
  .tilt-img img {
    width: 60% !important;
    margin-top: unset !important;
  }
  .bg-speaker::before {
    background-size: contain !important;
    background-repeat: repeat-x !important;
  }
  .title-1,
  .title-2 {
    font-size: 43px !important;
  }
  .main-title {
    font-size: 43px !important;
  }
  .re-title,
  .sub-tit {
    font-size: 33px !important;
  }
  .tab-box .nav .nav-link {
    padding: 12px 66px !important;
  }
  .tab-con {
    overflow-x: scroll !important;
  }
  thead th {
    width: 20% !important;
  }
  .bg-reg {
    min-height: unset !important;
    background-size: contain !important;
  }
  .sub-part {
    padding: 6% 0 0 0 !important;
  }
  .plus-box {
    padding: 4% !important;
  }
  /* .plusbox-left{
        left:0!important;
    } */
  .boxedbtn {
    padding: 3px !important;
  }
  .trainbg-rt .bg-move-rt {
    width: 200% !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .w-40 {
    width: 30% !important;
  }
  .speaker-laybox img {
    margin-top: -19% !important;

    border-radius: 10px !important;
  }
  .trainbg-rt .bg-move-rt {
    width: 160% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* .banner-sec::before{
        bottom:-116px!important;
    } */
  .carousel-control-next,
  .carousel-control-prev {
    bottom: 3% !important;
  }
  .bg-speaker::before {
    background-repeat: repeat !important;
  }
  .tab-box .nav {
    padding: 0px 0px !important;
  }
  .sponsor-img-box a img {
    padding: 0 !important;
  }
  .horizontal-scrolling-items__item ul li p {
    font-size: 60px !important;
  }
  .footer .webchirpy .w-50 {
    width: 70px !important;
  }
  .svg.sm-large {
    display: block;
  }
  .svg.sm-desk {
    display: none;
  }
  .svg-2.sm-large {
    display: block;
  }
  .svg-2.sm-desk {
    display: none;
  }
  /* .banner-sec::after{
        bottom: -15px!important;
    } */
  .slide-head {
    padding: 10% 0 6% 0 !important;
  }
  .carousel-control-next,
  .carousel-control-prev {
    bottom: 5% !important;
  }
  .carosel-sec::after {
    height: 135px !important;
  }
  .speaker-laybox {
    padding: 20px 5px 0 5px !important;
  }
  .speakerpara-boxed {
    padding: 0 15px !important;
  }
  .tab-box .nav .nav-link {
    padding: 12px 28px !important;
  }
  .download .ticket-btnlay a {
    padding: 18px 10px !important;
  }
  .sponp img {
    width: 100% !important;
  }
  .plus-box {
    padding: 1% !important;
  }
  /* .plusbox-left{
        left:unset!important;
      } */
  .contact ul li {
    min-width: 30px !important;
  }
  .contact ul li a {
    padding: 6px !important;
  }

  .ticket-btnlay-vol a {
    padding: 10px 14px;
    font-size: 11px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 22px !important;
  }
  .title-1 {
    font-size: 55px !important;
  }
  .title-2 {
    font-size: 55px !important;
  }
  .bg-speaker::before {
    height: 47px !important;
  }
  .bg-reg {
    min-height: 390px !important;
  }
  .ticket-btnlay a {
    padding: 18px 16px !important;
  }
  .ticket-btnlay a {
    padding: 18px 16px !important;
  }
}

@media (min-width: 1900px) and (max-width: 2010px) {
  .tickets-im {
    padding-left: 50px !important;
  }
  .svg.sm-large {
    display: block;
  }
  .svg.sm-desk {
    display: none !important;
  }
  .svg-2.sm-large {
    display: block;
  }
  .svg-2.sm-desk {
    display: none !important;
  }
  .banner-sec::before {
    background-size: contain !important;
  }
  .banner-sec::after {
    background-size: contain !important;
  }
  .abt-top {
    left: 0 !important;
    right: 0 !important;
  }
  .keyspeaker {
    margin-top: 0 !important;
  }
  .carousel-control-next,
  .carousel-control-prev {
    bottom: 19% !important;
  }
  .marquee-bg::after {
    left: -30% !important;
  }
}

@media (min-width: 1200px) {
  .bg-reg {
    background-size: cover !important;
  }
}
