* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

:hover {
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}


body {
   font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5{
  font-family: "Roboto", sans-serif;
}
p
{
   font-family: "Roboto", sans-serif;
}

img {
  max-width: 100%;
}

/*** Header css Start ***/

 .container-fluid
  {
    max-width: 1750px;
    position: relative;
  }
  .relative
  {
    position: relative;
  }

header {
  padding: 10px 0;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  position: absolute;
  z-index: 99;
  width: 100%;
  top: 0;
}
.rgBtn
{
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
}

.top-left {
  width: 100%;
  height: auto;
  margin: 0px 0 0 0;
  text-align: center;
}

.banner {
  width: 100%;
  height: auto;
  position: relative;
  background: url(../images/banner-1.webp) no-repeat center;
  background-size: cover;
  min-height: auto;
  padding: 200px 0 0 0;
}

.banner-text
{
  width: 100%;
  height: auto;
  max-width: 590px;
  z-index: 9;
  margin: 0 0 0 100px;
}

.banner-text h1 
{
  background: linear-gradient(135.99deg, #104848 16.64%, #020605 79.61%);
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 15px 0;
}
.confidence
{
  background: linear-gradient(119.73deg, #005B8A 16.5%, #01DA74 84.89%);
  
  padding: 5px 15px;
  color: #fff;
  -webkit-background-clip: background;
  -webkit-text-fill-color: #fff;
  box-shadow: -3px 2px 0px #C71B26;
  position: relative;
}
.confidence:before  
{
  content: "";
  width: 29px;
  height: 35px;
  background: url(../images/bn-icon.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  right: -40px;
  top: 13px;
}
.banner-text h2  
{
  display: flex;
  gap: 10px;
  margin: 0 0 30px 0;
  
}
.st1  
{
  font-weight: 900;
  font-size: 40px;
  line-height:150%;
  color: #005B8A;
  position: relative;
}
.st2  
{
  font-weight: 900;
  font-size: 78px;
  line-height: 112%;
  position: relative;
  text-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);
  background: linear-gradient(118.8deg, #005B8A 16.11%, #01DA74 82.84%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.st2 .dn::before {
  bottom: -17px;
  height: 38px;
  width: 13px;
  background: #01C777;
  left: 4px;
}
.st2 .dn
{
  -webkit-text-fill-color: #01C777;
}
.banner-text h4
{
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  line-height: 150%;
  font-style: italic;
  margin: 0 0 10px 0;
}

.bannerFull
{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;

}
.banner .owl-nav
{
  position: absolute;
  left: 40px;
  bottom: 30px;
  gap: 20px;
  display: flex;
  width: 150px;
  justify-content: center;
  left: -110%;
  z-index: 999;
}

.banPic
{
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 0 30% 0 0 ;
  position: relative;
  z-index: 99;
}

.banner .owl-carousel .owl-nav button.owl-next, .banner .owl-carousel .owl-nav button.owl-prev
{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.banner .owl-carousel .owl-nav button span
{
  display: none;
}
.banner .owl-carousel .owl-nav button.owl-next
{
  background: #C71B26 url(../images/right.webp) no-repeat center;
}
.banner .owl-carousel .owl-nav button.owl-prev
{
  background: #C71B26 url(../images/left.webp) no-repeat center;
}
.banner .owl-carousel .owl-nav button.owl-next:hover
{
  background: #000 url(../images/right.webp) no-repeat center;
}
.banner .owl-carousel .owl-nav button.owl-prev:hover
{
  background: #000 url(../images/left.webp) no-repeat center;
}


.txFull
{
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  margin: 0 0 15px 0;
}
.tx-1
{
  color: #005B8A;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  padding: 0 8px;
  border-right: 1px solid #555555;
}
.tx-1:first-child
{
  padding-left: 0;
}
.tx-1:last-child
{
  border-right: 0px solid #555555;
}
.bnFull
{
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  gap: 25px;
  max-width: 100%;
  background: #007493;
  padding: 20px 10px;
  border: 2px solid #fff;
  backdrop-filter: blur(29px);
  box-shadow: 0px 8px 16px 0px #00000026;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 15px;
  justify-content: space-between;
}
.bnBox
{
  width: 100%;
  height: auto;
  color: #fff;
  position: relative;
  text-align: right;
}
.bnBox:last-child
{
  width: 100%;
  padding: 0 0 0 15px;
  text-align: left;
}
.bnBox:before
{
  content: "";
  width: 2px;
  height: 80%;
  position: absolute;
  background:#fff;
  right: -20px;
  top: 10px;
}
.bnBox:last-child:before
{
  display: none;
}
.bnBox h5 
{
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.bnBox p 
{
  font-size: 16px;
  line-height: 180%;
  color: #fff;
  font-weight: 600;
   margin: 0;
}

.frm
{
  position: absolute;
  right: 70px;
  top:213px;
  width: 400px;
  border: 2px solid #FFFFFF;
  background:#007493;
  height: auto;
  border-radius: 15px;
  z-index: 999;
  padding: 30px 0 0 0;
  scroll-margin-top: 100px;
}
.frm h4  
{
  text-align:left;
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  padding: 0 0 0 20px;
}
.frm iframe 
{
  width: 100%;
  height: 374px !important;
}

.mb
{
  display: none;
}






.participatingSection
{
  width: 100%;
  height: auto;
  padding: 70px 0;
  background: url(../images/university-bg.webp) no-repeat;
  background-size: cover;
  position: relative;
}
.pFlex
{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.participateHeading {
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    font-family: "Roboto", sans-serif;
    background: linear-gradient(99.09deg, #199865 6.85%, #036D91 104.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.primeHeading {
    font-family: "Roboto";
    font-weight: 600;
    font-style: "SemiBold";
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    display: flex;
    justify-content: center;
    padding-top: 51px;
    padding-bottom: 54px;
}
.primePartners {
    background: url("../images/Vector.svg") no-repeat center;
    background-size: 100% 100%;
    padding: 20px 0;
    width: 100%;
}
.participateHeading .dn::before
{
  width: 6px;
  left: 3px;
  bottom: -20px;
}
.participateHeading .up::before
{
  left: 3px;
  width: 6.6px;
}



.participateLeft
{
  width: 70%;
  height: auto;
  padding: 123px 40px 0 0;
}
.cipatePic
{
  width: 100%;
  /* height: 145px; */
  /* border: 1px solid rgba(16, 72, 72, 0.3); */
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px 0;
  background: rgba(255, 255, 255, 0.9);
}
/* .cipatePic img  
{
   max-height: 80%;
   max-width: 80%;
   mix-blend-mode: multiply;
} */

.cipatePic img  
{
   max-height: 100%;
   max-width: 100%;
   mix-blend-mode: multiply;
}

.participateRight
{
  width:30%;
  height: auto;
  position: relative;
  margin-top: -70px;
}
.participateRight img 
{
  width: 100%;
  height:97%;
  position: relative;
  
}
.partcipateText
{
 position: absolute;
 bottom: 80px;
 text-align: center;
 padding: 0 30px;
 left: 0;
 width: 100%;
 text-align: center;
}
.partcipateText h4 
{
  color: #fff;

  font-weight: 600;
  font-style: Italic;
  font-size: 40px;
  line-height: 150%;
}
.partcipateText p
{
  color: #fff;
  font-weight: 300;
  font-size: 32px;
  line-height: 150%;
}



.discoverSection
{
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: url(../images/bg-3.webp) no-repeat;
  background-size: cover;
  position: relative;
}
.heading
{
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 0 50px 0;
}
.heading h1
{
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(99.09deg, #199865 6.85%, #036D91 104.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.discoverInner
{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px 0;
}
.discov
{
  box-shadow: 0px 9px 22px 0px #00000066;
  background: #fff;
  height: 80px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  padding: 19px 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px 0;
}
.discoverSection h5 
{
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  background: linear-gradient(99.09deg, #199865 6.85%, #036D91 104.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aspirentSection
{
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: url(../images/bg-4.webp) no-repeat center;
  background-size: cover;
  position: relative;
  min-height: 900px;
  margin: 0 0 100px 0;
}
.aspirentSection .heading 
{
  text-align: left;
}
.heading h2
{
  font-weight: 600;
  font-size: 64px;
  line-height: 120%;
  background: linear-gradient(99.09deg, #199865 6.85%, #036D91 30.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aspirentSection .dn:before {
  content: "";
  bottom: -13px;
  position: absolute;
  height: 30px;
  width: 9px;
  background: #036D91;
  left: 5px;
}
.aspirentSection .dn
{
  -webkit-text-fill-color: #036D91;
}
.aspirePic
{
  width: 100%;
  height: auto;
  position: relative;
}
.ln
{
  position: relative;
  width: 100%;
  height: auto;
  text-align: left;
}
.ln img
{
  max-width: 1150px;
  margin: 0 0 0 10%;
}
.asrTop
{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.asr
{
  position: absolute;
  width: 300px;
  height: auto;
  bottom: 150px;
  left: 45px;
  padding: 8px 0 0 56px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #000;
  min-height: 75px;
}
.asr span 
{
  position: absolute;
  left: 0;
  top: 0;
}

.asr:nth-child(2)
{
   left: 500px;
   bottom: 0;
   width: 345px;
   background: #fff;
}

.asr:nth-child(3)
{
   left:836px;
   bottom: 180px;
   width: 365px;
   background: #fff;
}
.asr:nth-child(4)
{
   left: initial;
   bottom: initial;
   top: -30px;
   right: 0;
   width: 437px;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.asr {
  opacity: 0;
  transform: translateY(15px);
}

/* When section becomes visible */
.aspirePic.active .asr {
  animation: fadeUp 0.7s ease-out forwards;
}

/* Delay each item 1s apart */
.aspirePic.active .asr:nth-child(1) { animation-delay: 0.5s; }
.aspirePic.active .asr:nth-child(2) { animation-delay: 1.2s; }
.aspirePic.active .asr:nth-child(3) { animation-delay: 2s; }
.aspirePic.active .asr:nth-child(4) { animation-delay: 2.5s; }

.aspMan
{
  width: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.aspMan img 
{
  max-width: 600px;
}
.aspireBottom
{
  width: 100%;
  height: auto;
  text-align:center;
  background: linear-gradient(90.98deg, #005B8A 10.85%, #01DA74 138.23%);
  max-width: 1440px;
  margin: 0px auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  padding:30px 20px;
  color: #fff;
  border-radius: 30px;
  z-index: 9;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.5);
}

.aspireBottom  h3
{
  color: #fff;
  font-weight:700;
  font-size: 48px;
  line-height: 150%;
}
.aspireBottom p 
{
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin: 0;
}

.expoSection
{
  width: 100%;
  height: auto;
  padding: 80px 0 110px;
  background: url(../images/expo-bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
  min-height: 700px;
  margin-top: 40px;
}
.expoSection .dn::before
{
  width: 7px;
}
.expoSection .up::before {
  width: 6px;
  left: 3px;
}

.expraPic
{
  width: clamp(350px, 16vw, 230px);
  max-width: none;
  height: auto;
  position: relative;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  text-align: left;
  transform-origin: center bottom;
  transition: width 0.45s ease;
}
.expraPic img 
{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.expraDec
{
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  height: auto;
  z-index: 1;
  padding: 0 30px 20px;
  color: #fff;
  line-height: 150%;
  text-align: left;
}
.expraDec:before 
{
  content: "";
  background: linear-gradient(0deg, #282826 0%, rgba(40, 40, 38, 0) 100%);
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  bottom: 0px;
  z-index: -1;
}
.expraDec h4 
{
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 5%;
  color: #fff;
}
.expraDec p
{
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  display: none;
}

.expoInner
{
  width: 100%;
  height: 580px;
  overflow: visible;
  position: relative;
  padding-top: 0px;
}

.expoInner .owl-item.active.center .expraPic img 
{
  height: 500px;
  object-fit: cover;
}
.expoInner .owl-item.active.center .expraPic
{
  width: clamp(360px, 28vw, 460px);
}
.expoInner .owl-item.active.center .expraDec p {
  max-width: 70%;
  display: block;
}
.expoInner .owl-item.active.center .expraDec h4 
{
  font-weight: 600;
  font-size: 31px;
  line-height: 130%;
  letter-spacing: 2%;
  color: #fff;
}



.expoInner .owl-item.active.center .expraDec {

  visibility: visible;
}
.expoInner .owl-carousel .item {
  text-align: center;
  margin-top: 0;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  padding: 0 25px;
  flex: 0 0 auto;
}

.expoInner .owl-carousel .center {
  transform: none;
  opacity: 1;
  z-index: 2;
}
.expoInner .owl-carousel .center .item .expraPic
{
  margin: 0 0 0 0px;
}


.owl-item.active.center .item {
  width: auto;
}
.expoInner .owl-carousel .item img {
  width: 100%;
  border-radius: 15px;
}
.expoInner .owl-carousel .before-2,
.expoInner .owl-carousel .after-2,
.expoInner .owl-carousel .before-1,
.expoInner .owl-carousel .after-1 {
  transform: none;
  opacity: 1;
}

.expoInner .owl-carousel .before-1 .item,
.expoInner .owl-carousel .after-1 .item {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.expoInner .owl-carousel .before-1 .item .expraPic,
.expoInner .owl-carousel .after-1 .item .expraPic {
  max-width: 100%;
  margin: 0 auto;
  float: none;
  text-align: left;
}


/* Allow visible overflow for scaling */
.expoInner .owl-carousel .owl-stage-outer {
  overflow: hidden;
  height: 100%;
}

.expoInner .owl-carousel .owl-stage {
  height: 100%;
  display: flex;
  align-items:center;
}

.expoInner .owl-carousel .owl-item {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.expoInner .owl-nav.disabled {
  display: block;
  margin-top: 30px;
}
.expoInner .owl-nav
{
  gap: 10px;
  display: flex;
  justify-content: center;
}
.expoInner .owl-carousel .owl-nav button.owl-next, .expoInner .owl-carousel .owl-nav button.owl-prev
{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.expoInner .owl-carousel .owl-nav button span
{
  display: none;
}
.expoInner .owl-carousel .owl-nav button.owl-next
{
  background: #C71B26 url(../images/right.webp) no-repeat center;
}
.expoInner .owl-carousel .owl-nav button.owl-prev
{
  background: #C71B26 url(../images/left.webp) no-repeat center;
}
.expoInner .owl-carousel .owl-nav button.owl-next:hover
{
  background: #000 url(../images/right.webp) no-repeat center;
}
.expoInner .owl-carousel .owl-nav button.owl-prev:hover
{
  background: #000 url(../images/left.webp) no-repeat center;
}

.expoInnerMobile .owl-nav
{
  gap: 10px;
  display: flex;
  justify-content: center;
}
.expoInnerMobile .owl-carousel .owl-nav button.owl-next, .expoInnerMobile .owl-carousel .owl-nav button.owl-prev
{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.expoInnerMobile .owl-carousel .owl-nav button span
{
  display: none;
}
.expoInnerMobile .owl-carousel .owl-nav button.owl-next
{
  background: #C71B26 url(../images/right.webp) no-repeat center;
}
.expoInnerMobile .owl-carousel .owl-nav button.owl-prev
{
  background: #C71B26 url(../images/left.webp) no-repeat center;
}
.expoInnerMobile .owl-carousel .owl-nav button.owl-next:hover
{
  background: #000 url(../images/right.webp) no-repeat center;
}
.expoInnerMobile .owl-carousel .owl-nav button.owl-prev:hover
{
  background: #000 url(../images/left.webp) no-repeat center;
}
.expoInnerMobile .owl-item.active.center .expraDec p {
  max-width: 70%;
  display: block;
}
.expoInnerMobile .owl-item.active.center .expraDec h4 
{
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 2%;
  color: #fff;
}

/*.expoInner .item .expraPic {
  transition: transform 0.2s ease;
}
*/
.expoInner .owl-item.before-1 .item .expraPic {
  transform: translateX(-0px);
}

.expoInner .owl-item.after-1 .item .expraPic {
  transform: translateX(0px);
}


.envolvingSection
{
  width: 100%;
  height: auto;
  padding: 100px 0 100px 100px;
  background: linear-gradient(90.98deg, #005B8A 10.85%, #01DA74 138.23%);
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.envolvPic
{
  width: 100%;
  height: auto;
}
.envolvPic img
{
  width: 90%;
}
.envolvRight
{
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 30px 0 0 0;
}
.envolvRight h3 
{
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  margin: 0 0 30px 0;
}
.envolvRight .up:before 
{
  background: #fff;
  left: 4px;
  width: 6px;
} 
.envolvRight .up
{
  -webkit-text-fill-color: #fff;
}
.envolvRight .regBtn
{ 
  text-align: left;
}

.envFull {
  overflow: hidden;
  width: 100%;
  margin: 0 0 50px 0;
}

.env-1 {
  position: relative;
  width: 100%;
  height: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 20px 0 0 0;
}

.envInner {
  display: flex;
  white-space: nowrap;
  animation: scrollLeft 40s linear infinite;
}
.envInner1 {
  display: flex;
  white-space: nowrap;
  animation: scrollRight 40s linear infinite;
}
.envInner2 {
  display: flex;
  white-space: nowrap;
  animation: scrollLeft 40s linear infinite;
}
.envInner3 {
  display: flex;
  white-space: nowrap;
  animation: scrollRight 40s linear infinite;
}

.envfl {
  background: #fff;
  font-weight: 300;
  font-size: 22px;
  line-height: 120%;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  border-radius: 10px;
  flex: 0 0 auto;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Animation Keyframes */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.seminerSection
{
  width: 100%;
  height: auto;
  padding: 60px 0;
  background: url(../images/expo-bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
}
.seminarInner
{
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
.semiFl
{
  width: 100%;
  min-height: 260px;
  background: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 12px;
}
.registerFull
{
  width: 100%;
  height: auto;
  text-align: center;
  margin: 40px 0 40px;
}

.citySection
{
  width: 100%;
  height: auto;
  padding: 70px 0; 
  background:#fff;
  position: relative;
}
.citySection .heading
{
  text-align: left;
}

.citySection .up
{
  -webkit-text-fill-color: #0D817D;
}



.cityFl
{
  width: 100%;
  height: auto;
  position: relative;
}
.cityDec
{
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 25px;
}
.cityDec h4 
{ 
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 13px 0;
}
.cityDec p 
{ 
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  display: flex;
  gap: 10px;
  margin: 0 0 5px;
}
.cityDec p img 
{
  max-width: 20px;
  margin-top: 5px;
}
.citySection .owl-nav
{
  position: absolute;
  right: 0px;
  top: -100px;
  gap: 10px;
  display: flex;
}
.citySection .owl-carousel .owl-nav button.owl-next, .citySection .owl-carousel .owl-nav button.owl-prev
{
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.citySection .owl-carousel .owl-nav button span
{
  display: none;
}
.citySection .owl-carousel .owl-nav button.owl-next
{
  background: #C71B26 url(../images/right.webp) no-repeat center;
}
.citySection .owl-carousel .owl-nav button.owl-prev
{
  background: #C71B26 url(../images/left.webp) no-repeat center;
}
.citySection .owl-carousel .owl-nav button.owl-next:hover
{
  background: #000 url(../images/right.webp) no-repeat center;
}
.citySection .owl-carousel .owl-nav button.owl-prev:hover
{
  background: #000 url(../images/left.webp) no-repeat center;
}
.platformSection
{
  width: 100%;
  height: auto;
  padding: 70px 0 0px;
}
.platformSection .heading 
{
  margin-bottom: 0;
}
.platformSection .heading h2
{
  background: linear-gradient(99.09deg, #199865 6.85%, #036D91 104.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.platformSection .dn:before {
  content: "";
  bottom: -13px;
  position: absolute;
  height: 30px;
  width: 9px;
  background: #0F8579;
  left: 3px;
}
.platformSection .dn
{
  -webkit-text-fill-color: #0F8579;
}
.platformSection .up:before {
  content: "";
  width: 8px;
  background: #0F8579;
  left: 5px;
  top: -11px;
}
.platformSection .up
{
  -webkit-text-fill-color: #0F8579;
}

.other-industries {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 100px 100px 50px;
}

.oi-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 700px;
  /* min-height: clamp(420px, 60vh, 620px); */
  position: relative;
}

.oi-left {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(118.66deg, rgba(1, 90, 132, 0.1) 8.33%, rgba(18, 206, 121, 0.1) 90.58%);
  border-radius: 30px;
}

.oi-titles {
  list-style: none;
  padding: 0;
}

.oi-titles li {
  font-size: 22px;
  color: #aaa;
  margin: 50px 0;
  transition: font-size 0.5s ease, color 0.5s ease, line-height 0.5s ease, font-weight 0.5s ease;
  text-align: center;
  will-change: opacity, transform, font-size; /* Optimize for animations */
  transform-origin: center;
  /* opacity and transform are controlled by GSAP */
  text-transform: capitalize;
}

.oi-titles li.active {
  font-size: 40px;
  line-height: 120%;
  font-weight: 600;
  background: linear-gradient(99.09deg, rgba(25, 152, 101, 0.92) 6.85%, rgba(3, 109, 145, 0.92) 104.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* opacity and transform are controlled by GSAP */
}

.oi-right {
  width: 53%;
  position: sticky;
  top: 120px;
  /* height: clamp(420px, 55vh, 560px); */
  overflow: hidden;
  padding: 0;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

.oi-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  will-change: transform;
  transform-origin: center center;
}

.oi-slide.active {
  opacity: 1;
  z-index: 2;
}

.oi-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}


.oiBox
{
  position: absolute;
  bottom: 40px;
  right: 40px;
  background: #00000080;
  border-radius: 12px;
  padding: 30px 30px 10px;
  z-index: 100;
  text-align: left;
  width: 100%;
  max-width: 400px;
  border: 1px solid #fff;
  backdrop-filter: blur(30px);
  pointer-events: none;
}
.oiBox span img
{
  max-width: 60px;
}
.oiBox p {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  margin-top: 10px;
}
.indrsSection
{
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.seminerSection .dn:before {
  width: 7px;
  background: #16916D;
  left: 2.5px;
}
.seminerSection .up:before {
  width: 6px;
  background: #097984;
  left: 4px;
}
.seminerSection .heading p 
{
  color: #000;
  font-weight: 400;
  line-height: 120%;
  font-size: 24px;
  margin-top: 30px;
}


footer 
{
  padding: 35px 0;
  border-top: 1px dotted #ccc;
  background: #E7F5F2;
}

.ftr-flx
{
  display: flex;
  gap: 50px;
  align-items: center;
}
.ftLeft
{
  width: 100%;
  padding: 0 0 0 100px;
}
.ftRight
{
  width: 100%;
  padding: 12px 0 0 0px;
}
.ftRightInner
{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.ftRight h3
{
  color: #007493;
  font-weight: 700;
  font-size: 40px;
  line-height: 34.47px;
  margin: 0 0 0px 0;
  padding: 16px 0 0 0;
}
.ftRight h4
{
  color: #007493;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  margin: 0 0 20px 0;
}
.fr
{
  width: auto;
  height: auto;
  position: relative;
  min-height: 63px;
  margin: 0 0 20px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.fr span 
{
  width: 70px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.ftRight p
{
  color: #007493;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  margin: 0 0 0px 0;
  padding: 0 0 0 80px;
}
.ftRight p a 
{
  color: #007493;
  text-decoration: none;
  display: block;
}
.ftRight p a:hover 
{
  color: #000;
}
.ftRI
{
  width: auto;
  float: left;
  display: flex;
  gap: 50px;
}

.last-footer
{
  width: 100%;
  height: auto;
  padding: 10px 15px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  background: #036D91;
}
.register-btn {
    width: 250px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #C71B26;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}

/* top-left red half */
.register-btn .span1 {
    width: 80%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 20px 0;
    background: #C71B26;
    transition: 0.6s;
}
/* bottom-left red half */
.register-btn .span2 {
    width: 80%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 20px 0 0;
    background: #C71B26;
    transition: 0.6s;
}
/* text */
.register-btn .text {
    position: absolute;
    width: 90%;
    z-index: 3;
    color: #fff;
    transition: 0.6s;
    font-size: 20px;
    font-weight: 700;
}
/* arrow container */
.register-btn .arrow {
    font-size: 24px;
    position: absolute;
    right: 0;
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #d9232d;
    transition: 0.6s;
    font-size: 43px;
}
.register-btn .arrow img 
{
  max-height: 23px;
  max-width: 14px;
}
/* background overlay slide */
.bgChn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 6s;
}
/* ========== Hover Effects ========== */
.register-btn:hover {
    background-color: #C71B26;
    transition: 0.6s;
}
.register-btn:hover .span1,
.register-btn:hover .span2 {
    background: #fff;
}
.register-btn:hover .text {
    color: #C71B26;
}
.register-btn:hover .arrow {
    color: #fff;
}

.register-btn:hover .bgChn {
    background: #C71B26;
    animation: hideBox 0.6s linear forwards;
}
.register-btn:hover .arrow img 
{
  filter: brightness(0) invert(1);
}


@keyframes hideBox {
    0% {
        width: 0%;
    }
    50% {
        width: 50%;
    }
    100% {
        left: 100%;
        background: #d9232d;
    }
}
.regBtn
{
  width: 100%;
  height: auto;
  text-align: center;
}
.regBtn .register-btn
{
 text-align: left;
}
.dn
{
  position: relative;
  -webkit-text-fill-color: #15906F;
}
.dn:before
{
  content: "";
  bottom: -26px;
  position: absolute;
  height: 30px;
  width: 6px;
  background: #15906F;
  left: 3px;
}
.up
{
  position: relative;
  -webkit-text-fill-color: #097887;
}
.up:before
{
  content: "";
  top: -14px;
  position: absolute;
  height: 30px;
  width: 5.6px;
  background: #097887;
  left: 3.1px;
}

.discoverSection .up::before {
  content: "";
  top: -14px;
  position: absolute;
  height: 30px;
  width: 6px;
  background: #097887;
  left: 4.4px;
}
.indrsSectionMobile 
{
  width: 100%;
  height: auto;
  display: none;
  margin: 30px 0;
  padding: 0 0 0 20px;
}
.ism
{
  width: 100%;
  height: auto;
  position: relative;
}
.ismDec
{
  position: absolute;
  bottom: 30px;
  right: 0px;
  background: #0000004D;
  border-radius: 12px;
  padding: 20px;
  z-index: 9;
  text-align: left;
  width: 100%;
  max-width: 90%;
  left: 0;
  border: 1px solid #fff;
  margin: 0px auto;
  backdrop-filter: blur(30px);
}
.ismDec h4 img 
{
  max-width: 60px;
  position: absolute;
  left: 0;
  top: 0;
}

.ismDec h4 
{
  position: relative;
  padding: 0 70px 0 0px;
  min-height: 60px;
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
}
.ismDec p 
{
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin: 0;
}
.aps
{
   width: 100%;
   height: auto;
   position: relative;
   margin: 0 0 10px 0;
   font-weight: 500;
   font-size: 16px;
   line-height: 120%;
   color: #000;
   min-height: 63px;
   justify-content: left;
   align-items: center;
   padding: 0 0 0 48px;
   display: flex;
}
.aps img 
{
  position: absolute;
  left: 0;
  top: 0;
  max-width: 35px;
}
.aspireMobile
{
  width: 100%;
  height: auto;
  display: none;
}
.banner .owl-carousel .owl-item img.mb
{
  display: none;
}
.expoInnerMobile
{
  display: none;
}
.aps {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.8s ease;
}

.aps.show {
    opacity: 1;
    transform: translateY(0);
}
.aspireMobile .aps {
    opacity: 0;
    animation: fadeUp 0.8s ease forwards;
}

.aspireMobile .aps:nth-child(1) { animation-delay: 1s; }
.aspireMobile .aps:nth-child(2) { animation-delay: 2s; }
.aspireMobile .aps:nth-child(3) { animation-delay: 3s; }
.aspireMobile .aps:nth-child(4) { animation-delay: 4s; }

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}





.mbaSection {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/bg-3.webp) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.mbaContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1750px;
  gap: 40px;
  justify-content: space-between;
}
.leftText
{
  width: 482px;
  height: auto;
  text-align: center;
}
.leftText h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  background: linear-gradient(99.09deg, #199865 6.85%, #036D91 104.47%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.centerBox {
  position: relative;
  width: 620px;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1500px;
  overflow: visible;
}

.centerImage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: auto;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  transform-origin: center center;
  will-change: transform;
}

.bigBgNumber {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(148px, 12vw, 220px);
  font-weight: 800;
  color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateY(120%);
  will-change: transform, opacity;
  pointer-events: none;
  text-shadow: none;
  z-index: 10;
  transform-style: flat;
}

.bigBgNumber.is-active {
  color: #ffffff;
  opacity: 1;
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.4);
  z-index: 20;
  transform-style: flat;
}

.rightText {
  transition: opacity 0.5s ease;
  max-width:500px;
}

.rightText h3 {
  color: #003c2e;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  text-align: center;

}
.rightText span {
  color: #000;
  font-weight: 700;
}

.mbaMobile {
  position: relative;
  height: auto;
  background: url(../images/bg-3.webp) no-repeat;
  background-size: cover;
  width: 100%;
  padding: 40px 0;
  display: none;
}
.mbmdec
{
  width: 100%;
  height: auto;
  margin: 10px 0 0 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #555555;
  padding: 0 0 0 10px;
}
.mbmdec b 
{
  color: #000;
}
.mbmPic
{
  width: 100%;
  padding: 0 0 0 10px;
}
.thankyou
{
  background: url(../images/thankback.webp) no-repeat center;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 50px);
  padding-top: 8%;
  position: relative;
}
.thankyouPico {
    position: relative;
}
img.posab {
    position: absolute;
    left: 10%;
    top: 31%;
    width: 150px;
    height: 150px;
}
.thankyouPic
{
  width: 100%;
  height: auto;
  position: relative;
}
.thankyouPic img 
{
  width: 100%;
  height: auto;
}
.thankText
{
  width: 100%;
  height: auto;
  position: absolute;
  right: 150px;
  top: 250px;
  max-width: 550px;
  text-align: left;
}
.thankText h1 
{
  background: linear-gradient(127.41deg, #005B8A 17.42%, #005B8A 90.06%);
  font-weight: 900;
  font-size: 64px;
  line-height: 150%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 5px 0;
}

.thankText h3 img  
{
  max-width: 80%;
  margin: 0 0 20px 0;
}
.thankText .regBtn {
  text-align: left;
}
.th-2
{
  display: none;
}
.leftText .dn::before
{
  bottom: -15px;
  width: 7px;
}
.leftText .up::before {
  width: 6px;
  left: 3px;
}

.mobEnq
{
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.mobEnq a 
{
  display: block;
  background: #C71B26;
  text-decoration: none;
  padding: 13px 0;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}
.mobEnq a:hover 
{
  background: #036D91;
}
.txFullMbl
{
  display: none;
}
.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
   background:rgba(255, 255, 255, 0.8);
   box-shadow: 0px 4px 4px 0px #0000001A;
}
header.fixed .top-left img
{
  max-height: 70px;
  margin-top: -5px;
}
header.fixed .rgBtn {
  top: 10px;
}
.frdcbtn
{
  margin-top: 30px;
}
.citySection .dn::before
{
  width: 7px;
  left: 2px;
}
.citySection .up::before {
  background: #0D817D;
  left: 4px;
  width: 6px;
}

.bnfl h5
{
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.bnfl p
{
  font-size: 18px;
  line-height: 180%;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.dc-2 
{
  display: none;
}

.txFullMbl {
  width: 100%;
  overflow: hidden;
}

.txin {
  display: flex;
  width: max-content;
  animation: slide 25s linear infinite;
}

.tx {
  flex: 0 0 auto;
  padding: 0 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #005B8A;
  border-right: 1px solid #000;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.primePartners {
background: url("../images/Vector.svg") no-repeat center;
background-size: 100% 100%;
padding: 20px 0;
  width: 100%;
  
  
}
.primeItem {
  width: 100%;
}
.primeMain {
  max-width: 90%;
      display: block;
    margin: 0 auto;
}

.primeHeading{
font-family: "Roboto";
font-weight: 600;
font-style: "SemiBold";
font-size: 40px;
line-height: 120%;
letter-spacing: 0%;
display: flex;
justify-content: center;
padding-top: 51px;
padding-bottom: 54px;
}
.textAlignCenter {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
    line-height: 1.8;
}
.fontStyleh3 {
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 5px;
}
.imageWidth {
  width: 40%;
}


.panel-wrapper {
  display: flex;
  gap: 30px;
}

.panel-card img {
  width: 100%;
  border-radius: 12px;
}

/* Desktop only */
/* @media (min-width: 768px) {
  .panel-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
  }
} */



.panel-discussion-section {
  padding: 60px 0;
}
.cardsSec{
  gap: 30px;
}
/* Desktop layout */
.panel-wrapper {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.panel-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
      max-width: 320px;   

}




.panel-card {
    display: flex;
    justify-content: center; /* center card */
}
