* {
  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;
}
.top-flex
{
  display: flex;
  justify-content: space-between;
}

.top-left {
  width: 100%;
  height: auto;
  margin: 0px 0 0 0;
}
.menu
{
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
}
.menu ul  
{
  margin: 0;
  display: flex;
  justify-content: center;
  border: 1px solid #E3E3E3;
  background: #FFFFFF80;
  padding: 15px 20px;
  border-radius: 10px;
}
.menu ul li  
{
  list-style: none;
  border-right: 1px solid #00000033;
}
.menu ul li:last-child  
{
  border-right: 0px solid #00000033;
}
.menu ul li a
{
  color: #020605;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  padding: 0 30px;
}
.menu ul li a:hover 
{
  color: #dc5a1d;
}


.rgBtn
{
  width: 100%;
  height: auto;
  margin: 18px 0 0 0;
  display: flex;
  justify-content: flex-end;
}
.rgBtn1
{
  width: 260px;
  height: 60px;
  position: relative;
  float: left;
  margin: 0 0px 0 10px;
}
.rgBtn1 a 
{
  display: block;
  background: linear-gradient(180deg, #C71B26 0%, #FBB710 100%);
  height: 100%;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  padding: 20px 0 0 20px;
  border: 1px solid #FBB710;
}
.rgBtn1 a:hover  
{
  background: linear-gradient(180deg, #FBB710 0%, #C71B26  100%);
}
.arrow1
{
  background: url(../images/bt-1.webp) no-repeat;
  background-size: 100% 100%;
  width: 63px;
  height: 97%;
  display: inline-block;
  position: absolute;
  right: 1px;
  top: 1px;
  display: flex;
  justify-content: right;
  align-items: center;
}
.arrow1 img  
{
 margin: 0 15px 0 0;
}

.rgBtn2
{
  width: 260px;
  height: 60px;
  position: relative;
  float: left;
}
.rgBtn2 a 
{
  display: block;
  background: #fff;
  height: 100%;
  border-radius: 10px;
  color: #222222;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  padding: 20px 0 0 20px;
  border: 1px solid #FBB710;
  text-align: left;
}
.arrow2
{
  background: url(../images/bt-2.webp) no-repeat;
  background-size: 100% 100%;
  width: 63px;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: right;
  align-items: center;
}
.arrow2 img  
{
 margin: 0 15px 0 0;
 max-width: 14px;max-height: 23px;
}
.rgBtn2 a:hover
{
  background: linear-gradient(180deg, #C71B26 0%, #FBB710 100%);
  color: #fff;
}
.rgBtn2 a:hover .arrow2
{
  background: url(../images/bt-1.webp) no-repeat;
}
.rgBtn2 a:hover .arrow2 img 
{
  filter: brightness(0) saturate(100%) invert(20%) sepia(93%) saturate(2842%) hue-rotate(345deg) brightness(81%) contrast(102%);
}

.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: 720px;
  z-index: 9;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
}

.banner-text h1 
{
 background: linear-gradient(118.8deg, #005B8A 16.11%, #01DA74 82.84%);
  font-weight: 900;
  font-size: 48px;
  line-height: 120%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}
.banner-text h1 .bn-block
{
  display: block;
  position: relative;
  background: linear-gradient(118.8deg, #005B8A 16.11%, #01DA74 82.84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.bn-block em 
{
  margin: 0px 10px 0;
}
.bn-block em img 
{
  margin-top: -24px;
}


.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;
}

.banner-text h2  
{
  margin: 0 0 50px 0;
  font-weight: 700;
  font-size: 54px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.banner-text h4
{
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  line-height: 150%;
  font-style: italic;
  margin: 0 0 10px 0;
}

.bannerFull
{
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;

}
.banPic
{
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 0 0 0 50px ;
}

.txFull
{
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  margin: 0 0 15px 0;
  justify-content: center;
}
.tx-1
{
  color: #005B8A;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  padding: 0 8px;
  border-right: 1px solid #555555;
}
.tx-1:last-child 
{
  border-right: 0px solid #555555;
}

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

.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
{
  position: absolute;
  left: 10px;
  top: 0;
  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;
}
.participateHeading .dn::before
{
  width: 6.5px;
  left: 3px;
  bottom: -20px;
}
.participateHeading .up::before
{
  left: 3px;
  width: 6.6px;
  background: #0D817D;
}
.participateHeading .up
{
  -webkit-text-fill-color: #0D817D;
}



.participateLeft
{
  width: 70%;
  height: auto;
  padding: 123px 40px 0 0;
}
.cipatePic
{
 /* width: 99%;
  /*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;

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

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



.discoverSection
{
  width: 100%;
  height: auto;
  padding: 80px 0 60px;
  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: 70px 0 90px;
  background: url(../images/expo-bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
  min-height: 700px;
}
.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%;
  background: linear-gradient(180deg, #C71B26 0%, #FBB710 100%);
}
.expoInner .owl-carousel .owl-nav button span
{
  display: none;
}
.expoInner .owl-carousel .owl-nav button.owl-next:hover, .expoInner .owl-carousel .owl-nav button.owl-prev:hover
{
  background: linear-gradient(180deg, #FBB710 0%, #C71B26 100%);
}



.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%;
  background: linear-gradient(180deg, #C71B26 0%, #FBB710 100%);
}
.expoInnerMobile .owl-carousel .owl-nav button span
{
  display: none;
}

.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: #199865;
}
.cityarw
{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(rgb(199, 27, 38) 0%, rgb(251, 183, 16) 100%);
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.cityarw a
{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cityarw a img  
{
  max-width: 40px;
   filter: brightness(0) invert(1);
   transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}
.cityarw a:hover img 
{
  transform: rotate(-20deg);
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}


.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%;
  background: linear-gradient(180deg, #C71B26 0%, #FBB710 100%);
}
.citySection .owl-carousel .owl-nav button span
{
  display: none;
}
.citySection .owl-carousel .owl-nav button.owl-next:hover, .citySection .owl-carousel .owl-nav button.owl-prev:hover
{
  background: linear-gradient(180deg, #FBB710 0%, #C71B26 100%);
}

.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;
  z-index: 100;
  text-align: left;
  width: 100%;
  max-width: 500px;
  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: 24px;
  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;
}

.powerSection
{
  width: 100%;
  height: auto;
  padding: 20px 0;
  background: url(../images/bg-3.webp) no-repeat;
  background-size: cover;
  position: relative;
}
.pw-flx
{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.powerLeft
{
  width: 100%;
  height: auto;
  padding: 0px 0 0 0;
  display: flex;
  justify-content: left;
  align-items: center;
}
.powerLeft .heading
{
  text-align: left;
  margin: 0;
}
.powerLeft .heading h1
{
  margin: 0 0 50px 0;
  font-size: 44px;
}
.powerLeft .heading h1 .up
{
  -webkit-text-fill-color: #199865;
}
.powerLeft .heading h1 .up::before
{
  background: #199865;
  width: 6px;
  left: 2.2px;
}
.powerLeft .heading h1 .dn
{
  -webkit-text-fill-color: #036D91;
}
.powerLeft .heading h1 .dn::before
{
  background: #036D91;
  left: 2px;
}

.powerLeft .heading p
{
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
  padding: 0 50px 0 0;
}
.powerRight
{
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.pwsl
{
  width: 100%;
  height: auto;
  position: relative;
}
.pwsl img  
{
  animation: spin 13s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.itemm {
  position: absolute;
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  gap: 10px;
  background:rgba(255, 255, 255, 0.8);
  box-shadow: 0px 9px 22px 0px #0000001F;
  align-items: center;
  color: #007493;
  font-size: 20px;
  font-weight: 600;
}

/* ICON stays upright */
.icon img {
  width: 32px;
  height: 32px;
}
.i1
{
  top: 140px;
  right: 0;
  left: 0;
  width: 308px;
  margin: 0px auto;
}
.i2
{
  top: 300px;
  right: 00px;
  width: 264px;
}
.i3
{
  top: 500px;
  right: 0;
  width:280px;
}
.i4
{
  bottom: 150px;
  left: 0;
  width: 340px;
  right: 0;
  margin: 0px auto;
}
.i5
{
  top: 500px;
  left: 0px;
  width: 272px;
}
.i6
{
  top: 300px;
  left: 40px;
  width:218px;
}

.pwLg
{
  width: 100%;
  height: auto;
  position: absolute;
  top: 38%;
  left: 0;
}
.pwLg img  
{
  transition: transform 0.5s ease-in-out;
  
  /* Apply the animation */
  animation-name: scale-animation;
  animation-duration: 4s; /* Set the animation speed (4 seconds per cycle) */
  animation-iteration-count: infinite; /* Make it repeat forever */
  animation-timing-function: ease-in-out;
}
@keyframes scale-animation {
  0% {
    transform: scale(1); /* Initial size */
  }
  50% {
    transform: scale(1.1); /* Grow to 120% of its size at the halfway point */
  }
  100% {
    transform: scale(1); /* Shrink back to the original size */
  }
}




.heading.distop
{
  text-align: left;
  margin: 0 0 20px;
}
.disSl
{
  width: 100%;
  height: auto;
  padding: 0 0 120px 100px;
  position: relative;
}
.dis
{
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  cursor: pointer;
}
.disTop
{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: #FFFFFF url(../images/blueshd.webp) no-repeat;
  background-position: 100% 0;
  border-radius: 20px;
  padding: 30px;
  height: 535px;
}
.disIcon
{
  width: 100%;
  height: auto;
}
.disIcon img 
{
  max-width: 77px;
}
.disDec h4
{
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 2%;
  color: #000000;
}
.disTophover
{
  width: 100%;
  height: 100%;
  position: relative;
  background: #036D91;
  padding: 7px;
  border-radius: 20px;
  overflow: hidden;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}
.disbtm
{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.disbtm h4
{
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 2%;
  color: #FFFFFF;
}
.disbtm p
{
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 2%;
  color: #FFFFFF;
  margin: 0;
}

.dis:hover .disTophover
{
  top: 0;
}
.disSl .owl-nav
{
  position: absolute;
  right: 50px;
  top: -100px;
  gap: 10px;
  display: flex;
}
.disSl .owl-carousel .owl-nav button.owl-next, .disSl .owl-carousel .owl-nav button.owl-prev
{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(180deg, #C71B26 0%, #FBB710 100%);
}
.disSl .owl-carousel .owl-nav button span
{
  display: none;
}
.disSl .owl-carousel .owl-nav button.owl-next:hover, .disSl .owl-carousel .owl-nav button.owl-prev:hover
{
  background: linear-gradient(180deg, #FBB710 0%, #C71B26 100%);
}



.visitSection
{
  width: 100%;
  height: auto;
  position: relative;
}
.visitBg
{
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -55px;
}
.visitBg img 
{
  width: 100%;
  height: auto;
}
.visitLeft
{
  width: 600px;
  height: auto;
  position: absolute;
  top: 100px;
  left: 50px;
}
.visitLeft h1  
{
  background: linear-gradient(99.09deg, #199865 6.85%, #036D91 104.47%);
  font-weight: 700;
  font-size: 80px;
  line-height: 120%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 50px 0;
}
.visitLeft h1 .up::before {
  content: "";
  top: -6px;
  position: absolute;
  height: 30px;
  width: 11.6px;
  background: #097887;
  left: 6px;
}
.up-1
{
  position: relative;
  background: #148E6F;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.up-2
{
  position: relative;
  background: #148E6F;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.up-3
{
  position: relative;
  background: #097887;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.visitLeft h1 .up-1::before {
  content: "";
  top: -6px;
  position: absolute;
  height: 30px;
  width: 11px;
  background: #148E6F;
  left: 7px;
}
.visitLeft .regBtn {
  width: auto;
  height: auto;
  text-align: left;
}
.visitRight
{
  width: 600px;
  height: auto;
  position: absolute;
  bottom: 70px;
  right: 50px;
  text-align: right;
}
.visitRight h1  
{
  font-weight: 700;
  font-size: 80px;
  line-height: 120%;
  color: #fff;
  margin: 0 0 15px 0;
}
.visitRight h1 .up-2, .visitRight h1 .up-3
{
  background: #fff;
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.visitRight h1 .up-2::before {
  content: "";
  top: -6px;
  position: absolute;
  height: 30px;
  width: 11px;
  background: #fff;
  left: 7px;
}
.visitRight h1 .up-3::before {
  content: "";
  top: -6px;
  position: absolute;
  height: 30px;
  width: 11px;
  background: #fff;
  left: 7px;
}

.visitRight .rgBtn2 {
  float: right;
}

.envSection
{
  width: 100%;
  height: auto;
  padding: 50px 0 0;
  background: url(../images/evbg.webp);
}
.envSection .heading h1 .up {
  position: relative;
  -webkit-text-fill-color: #138C71;
}
.envSection .heading h1 .up::before {
  width: 9px;
  left: 5px;
  top: -8px;
  background: #138C71;
}
.envSection .heading h1 .dn {
  position: relative;
  -webkit-text-fill-color: #0B7D81;
}
.envSection .heading h1 .dn::before {
  width: 9px;
  left: 4px;
  bottom: -20px;
  background: #0B7D81;
}
.envSection .heading h3
{
  background: linear-gradient(99.09deg, #199865 6.85%, #036D91 104.47%);
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.envSection .heading h1
{
  font-size: 64px;
}

.envsl
{
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 40px;
  position: relative;
}
.envslbg
{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.envslbg img 
{
  max-width: 80%;
}
/*.envslbg img 
{
  animation: rotateImg 10s linear infinite;
}*/


@keyframes rotateImg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.envslinner
{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0 ;
  right: 0;
  bottom: 0;
}
.envslinner img 
{
  width: 97%;
}

.ourexpoSection
{
  width: 100%;
  height: auto;
  padding: 60px 0 50px;
}
.exppic
{
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.exppic span  
{
  position: absolute;
  top: 30px;
  left: 30px;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 25px;
  backdrop-filter: blur(26.100000381469727px);
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  border-radius: 30px;
  color: #fff;
}
/*.exppic:before
{
 content: "";
  width: 97.5%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 37.5%, rgba(0, 0, 0, 0.62) 100%);
  left: 10px;
  top: 10px;
  position: absolute;
  z-index: 0;
  border-radius: 19px;
}*/
.our-flx
{
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.our-flx .heading
{
  text-align: left;
}
.our-flx .heading h1 .up
{
  -webkit-text-fill-color: #199865;
}
.our-flx .heading h1 .up:before
{
  background: #199865;
  left: 3px;
  width: 7px;
}
.our-flx .heading h1 .dn::before
{
  left: 3px;
  width: 7px;
}
.ourexpodc
{
  width: 100%;
  height: auto;
  display: flex;
  gap: 20px;
  max-width: 1750px;
  margin: 0px auto;
}
.orgl
{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
.orglPic
{
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #000;
}
.orglPic img 
{
  width: 100%;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}
.orglPic img:hover
{
  opacity: 0.6;
  transform: scale(1.1);
}

.ourexpoTab .owl-carousel
{
  display: none;
}

.our-flx .ourexpoTab
{
  width: 100%;
  
}
.ourexpoTab .nav
{
  width: auto;
  border-bottom: 0px solid #dee2e6;
  gap: 20px;
}
.ourexpoTab .nav-tabs .nav-link
{
  color: #036D91;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  border: 1px solid #036D91;
  border-radius: 45px;
  backdrop-filter: blur(19.947858810424805px);
  padding: 13px 30px;
}

.ourexpoTab .nav-tabs .nav-link.active
{
  background: linear-gradient(180deg, #C71B26 0%, #FBB710 100%);
  color: #fff;
  border: 1px solid #fff;
}
.ourexpoSection .owl-carousel .owl-nav button.owl-next, .ourexpoSection .owl-carousel .owl-nav button.owl-prev
{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(180deg, #C71B26 0%, #FBB710 100%);
}
.ourexpoSection .owl-carousel .owl-nav button.owl-next:hover, .ourexpoSection .owl-carousel .owl-nav button.owl-prev:hover
{
  background: linear-gradient(180deg, #FBB710 0%, #C71B26 100%);
}





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

.ftr-flx
{
  display: flex;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftLeft
{
  width: auto;
  padding: 0 0 0 50px;
}
.ftRight
{
  width: auto;
  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 73px;
}
.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
{
  -webkit-text-fill-color: #148E6F;
}
.discoverSection .up::before {
  content: "";
  top: -14px;
  position: absolute;
  height: 30px;
  width: 7px;
  background: #199865;
  left: 2px;
}
.discoverSection .up-2::before {
  content: "";
  top: -14px;
  position: absolute;
  height: 30px;
  width: 6px;
  background: #199865;
  left: 4px;
}
.discoverSection .up-3::before {
  content: "";
  top: -14px;
  position: absolute;
  height: 30px;
  width: 7px;
  background: #097887;
  left: 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;
}

.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: linear-gradient(180deg, #C71B26 0%, #FBB710 100%);
  text-decoration: none;
  padding: 13px 0;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}
.mobEnq a:hover 
{
 background: linear-gradient(180deg, #FBB710 0%, #C71B26 100%);
}
.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
{
  margin-top: 2px;
}
header.fixed .menu
{
  margin-top: 2px;
}


.frdcbtn
{
  margin-top: 30px;
}
.citySection .dn::before
{
  width: 7px;
  left: 2px;
}
.citySection .up::before {
  background: #199865;
  left: 4px;
  width: 7px;
}

.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%);
  }
}

.powerRightMb
{
  display: none;
}
.dec-none
{
  display: none;
}
.envslMb
{
  width: 100%;
  height: auto;
  display: none;
}
.disSlMb
{
  width: 100%;
  height: auto;
  padding: 0 0 50px 15px;
  display: none;
}
.dismb
{
  width: 100%;
  height: auto;
  position: relative;
}
.disPicc
{
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 20px;
  padding: 5px;
  margin: 0 0 15px 0;
}
.disPicc img 
{
  background: #036D91;
  border-radius: 12px;
  border: 7px solid #036D91;
}
.dismb .disIcon
{
  position: absolute;
  top: 50px;
  left: 50px;
}
.disSlMb .disDec h4
{
  color: #007493;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}
.disSlMb .disDec p
{
  color: #555555;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
}
.disSlMb .owl-nav {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    margin: 30px auto 0;
    width: 132px;
  }
  .disSlMb .owl-carousel .owl-nav button.owl-next, .disSlMb .owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(180deg, #C71B26 0%, #FBB710 100%);
}


.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .0rem rgba(13,110,253,0);
}
.mobMenu .btn
{
  display: none;
}
.mobMenu .offcanvas-body ul li
{
  border-bottom: 1px dotted #ccc;
  list-style: none;
  width: 100%;
  height: auto;
}
.mobMenu .offcanvas-body ul li a
{
  font-size: 16px;
  color: #222222;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}
.mobMenu .offcanvas-body ul
{
  padding: 0 0 0 15px;
}
.mobMenu .offcanvas-body ul li a:hover
{
  color: #aa0023;
}

.lpup
{
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #17946A;
}
.lpup:before
{
  content: "l";
  bottom: 92%;
  height: 30px;
  position: absolute;
  left: -0.6px;
  -webkit-text-fill-color: #17946A;
}
.lpdn
{
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #138D71;
}
.lpdn:before
{
  content: "l";
  top:73%;
  height: 30px;
  position: absolute;
  left: -0.6px;
  -webkit-text-fill-color: #138D71;
}

.cityup
{
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #108677;
}
.cityup:before
{
  content: "l";
  bottom: 92%;
  height: 30px;
  position: absolute;
  left: 0px;
  -webkit-text-fill-color: #108677;
  font-size: 53px;
}
.citydn
{
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #17946A;
}
.citydn:before
{
  content: "l";
  top: 73%;
  height: 30px;
  position: absolute;
  left: -1px;
  -webkit-text-fill-color: #17946A;
  font-size: 51px;
}


.thankyou
{
  width: 100%;
  height: calc(100vh - 50px);
  background: url(../images/thankyoubg.webp) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 100px 100px 0; 
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.thnkLeft
{
  width: 100%;
  height: auto;
  max-width: 610px;
  text-align: center;
  padding: 50px 0 0 100px;
}
.thnkLeft h1 
{
  background: linear-gradient(118.8deg, #005B8A 16.11%, #01DA74 82.84%);
  font-weight: 900;
  font-size: 90px;
  line-height: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.thnkLeft h2
{
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  color:#005B8A;
}
.thnkLeft h3
{
  font-weight: 900;
  font-size: 64px;
  line-height: 100%;
  color:#005B8A;
  margin: 0 0 20px 0;
}
.wapp
{
  width: 100%;
  height: auto;
}
.wapp img 
{
  max-width: 100%;
}
.sigdc
{
  width: 100%;
  height: auto;
  margin: 30px 0 0 0;
}
.sigdc img 
{
  max-width: 100%;
}


.thnkRight
{
  width: 100%;
  height: 100%;
  text-align: right;
  position: relative;
}
.thnkRight img 
{
  max-height: 700px;
  position: absolute;
  bottom: 0;
  right: 0;
}

