* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}


:hover {
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sabon';
    src: url('../fonts/Sabon-Bold.woff2') format('woff2'),
        url('../fonts/Sabon-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sabon';
    src: url('../fonts/Sabon.woff2') format('woff2'),
        url('../fonts/Sabon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




body {
 font-family: Helvetica;
}

h1,
h2,
h3,
h4,
h5{
  font-family: 'Sabon';
}

p {
  font-family: Helvetica;
}

img {
  max-width: 100%;
}
.container-fluid
{
  width: 100%;
  margin: 0px auto;
  max-width: 1750px;
}

/*** Header css Start ***/

header {
  padding: 10px 0;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.top-flex {
  display: flex;
  justify-content: space-between;
}
.top-left {
  width: auto;
  height: auto;
  margin: 0px 0 0 0;
}

.top-right {
  width: auto;
  height: auto;
  margin: 8px 0 0 0;
}
.top-right a 
{
  background: #FF6500 ;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
}
.top-right img {
  margin: 0 0 -5px 5px;
}
.top-right a 
{
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #FF6500 ;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  z-index: 1;
}

/* Circle Effect */
.top-right a::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: #235FB5;
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.5s ease;
  z-index: -1;
}

/* Hover */
.top-right a:hover::before {
  transform: translateX(-50%) scale(1);
}

/* Keep icon position */
.top-right a:hover {
  border-radius: 0;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 1);
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}

.banner {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px 0 0 0;
  background: url(../images/banner-bg.webp) no-repeat right;
  background-size: cover;
  height: 800px;
}

.banner-text
{
  width: 100%;
  height: auto;
  max-width: 830px;
  padding: 40px 0 0 70px;
}
.banner-text h1 
{
  font-size: 48px;
  line-height: 130%;
  font-weight: bold;
  color: #fff;
  margin: 0 0 20px 0;
}
.bannerBox {
  width: 100%;
  height: auto;
  position: relative;
  margin: 20px 0 0 00px;
  max-width: 552px;
  background: #0000001A;
  border: 2px solid #FF6500;
  backdrop-filter: blur(40px);
  border-radius: 20px;
  overflow: hidden;
}

.bnTop
{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #FF6500;
}
.bnTopLeft
{
  width: 46%;
  height: auto;
  background: #FF6500;
  color: #fff;
  font-size: 32px;
  line-height: 150%;
  font-weight: bold;
  font-family: 'Helvetica';
  text-align: center;
  padding: 12px 0;
}
.bnTopRight
{
  width: 54%;
  height: auto;
  background: #0C3382;
  color: #fff;
  font-size: 32px;
  line-height: 150%;
  font-weight: bold;
  font-family: 'Helvetica';
  text-align: center;
  padding: 12px 0;
}
.bnBottom
{
  width: 100%;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 150%;
  font-weight: bold;
  font-family: 'Helvetica';
  padding: 10px 0;
}



.banerstrip
{
  width: 100%;
  height: auto;
  font-weight: 700;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: 'Helvetica';
  text-shadow: 1px 6px 10px #000;
  color: #fff;
  margin: 30px 0 0 0;
  background: linear-gradient(270deg, rgba(7, 79, 124, 0) 38.72%, #024A78 104.79%);
  padding: 5px 0 5px 70px;
}





.frm
{
  position: absolute;
  right: 70px;
  top: 128px;
  width: 100%;
  min-height: 400px;
  max-width: 400px;
  background: #ffffff;
  border: 1px solid #FFC100;
  backdrop-filter: blur(40px);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  scroll-margin-top: 120px;
}


.main
{
  width: 100%;
  height: auto;
  background: #fff4ed;
  padding: 70px 0;
}
.globehead
{
   width: 100%;
   height: auto;
   display: flex;
   justify-content: space-between;
   margin-bottom: 50px;
   gap: 30px;
   align-items: end;

}
.globeheadLeft
{
  padding:0 70px 0 0;
}

.globeheadLeft h2
{
  color: #235FB5;
  font-size: 48px;
  line-height: 150%;
  font-weight: normal;
  margin: 0 0 10px 0;
}
.globeheadLeft p
{
  color: #555555;
  font-size: 20px;
  line-height: 150%;
  font-weight: normal;
  margin: 0;
}

.globeheadRight
{
  width: auto;
  min-width: 200px;
}

.applyBtn {
  width: auto;
  height: auto;
  margin: 44px 0 0 0;
}
.applyBtn img {
  margin: 0 0 -5px 5px;
}
.applyBtn a 
{
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #FF6500 ;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  z-index: 1;
}

/* Circle Effect */
.applyBtn a::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: #235FB5;
  border-radius: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.5s ease;
  z-index: -1;
}

/* Hover */
.applyBtn a:hover::before {
  transform: translateX(-50%) scale(1);
}

/* Keep icon position */
.applyBtn a:hover {
  background-position: 85% 12px;
  border-radius: 0;
}

.heading h2 
{
  color: #fff;
  font-size: 48px;
  line-height: 100%;
  font-weight: normal;
  text-align: center;
  margin: 0 0 10px 0;
}
.heading p 
{
  color: #fff;
  font-size: 16px;
  line-height: 132%;
  font-weight: normal;
  text-align: center;
}


.placementSec
{
  width: 100%;
  height: auto;
  background: #9e6a3c url(../images/placement-bg.webp) no-repeat center;
  background-size: cover;
  padding: 10px 70px 70px;
  min-height: 950px;
  margin-top: 0px;
  background-position: 0 50px;
}
.placementInner
{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 120px 0 0 0;
}
.placementSec h5 {
  font-family: Helvetica;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 50px 0 0 0;
}
.placeLeft
{
  width: 100%;
  max-width: 300px;
  height: auto;
  border-right: 1px solid #fff;
  text-align: right;
}
.placeRight
{
  width: 100%;
  max-width: 300px;
  height: auto;
  border-left: 1px solid #fff;
}
.placeInner
{
  padding: 0 30px 20px 0px;
  border-bottom: 1px solid #fff;
  min-height: 256px;
}
.placeInner h4 
{
  font-family: Helvetica;
  font-size: 84px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
}
.placeInner p
{
  font-size: 24px;
  color: #fff;
  line-height: 150%;
}
.placeRight .placeInner
{
  padding: 0 0px 20px 30px;
}
.placeInner:last-child
{
  border-bottom: 0px solid #fff;
  padding-top: 30px;
}



.placementLogoWrap {
  overflow: hidden;
  width: 100%;
  padding:0px 0 50px;
  background: #211206;
  height: auto;
  margin-top: -10px;
}

.placementLogoSec {
  display: flex;
  width: max-content;
  align-items: center;
  animation: marquee 25s linear infinite;
  gap: 30px;

}

.plcLogo {
  flex: 0 0 auto;
  padding: 10px 20px;
  border: 1px solid #FF6500;
  border-radius: 13px;
  width: 200px;
  height: 120px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plcLogo img {
  max-height: 100px;
  width: auto;
  transition: 0.3s ease;
  margin: 0px auto;
  filter: brightness(0) invert(1);
}
.plcLogo:hover
{
  background: #fff;
}
.plcLogo:hover img {
  filter: grayscale(0);
  opacity: 1;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cultureSec
{
  width: 100%;
  height: auto;
  padding:20px 0 60px;
  background: #211206;
}
.cultureSec .applyBtn
{
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
}
.culturesl
{
  width: 100%;
  height: auto;
  margin: 0px 0 0px 0;
  position: relative;
  padding: 0 0px;
}
.cultureMain
{
  width: 100%;
  height: auto;
  position: relative;
}
.culturInner
{
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  padding: 100px 20px 30px;
  background: linear-gradient(180deg, rgba(7, 23, 47, 0) 0%, #07172F 100%);
  display: flex;
  flex-wrap: wrap;
}
.culturInner h4  
{
  color: #fff;
  font-size: 32px;
  line-height: 100%;
  margin: 0 0 10px 0;
  font-weight: normal;
  width: 100%;
}
.culturInner p 
{
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 130%;
  display: none;
  width: 100%;
}
.cultureMain:hover .culturInner p
{
  display: block;
}

.cultureMain img
{
  height: 100%;
  object-fit: cover;
}

.culturesl .owl-carousel .owl-nav.disabled
{
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 104%;
  justify-content: space-between;
  left: -35px;
  display: none;
}
.culturesl .owl-carousel .owl-nav span
{
  display: none;
}
.culturesl .owl-carousel .owl-nav button.owl-prev
{
  width: 60px;
  height: 60px;
  background:#FF6500 url(../images/ar-left.webp) no-repeat center;
  background-size: 30px;
  border-radius: 50%;
}
.culturesl .owl-carousel .owl-nav button.owl-prev:hover
{
  background:#000 url(../images/ar-left.webp) no-repeat center;
  background-size: 30px;
}
.culturesl .owl-carousel .owl-nav button.owl-next
{
  width: 60px;
  height: 60px;
  background:#FF6500 url(../images/ar-right.webp) no-repeat center;
  background-size: 30px;
  border-radius: 50%;
}
.culturesl .owl-carousel .owl-nav button.owl-next:hover
{
  background:#000 url(../images/ar-right.webp) no-repeat center;
  background-size: 30px;
}


.sclFlx
{
  display: flex;
  justify-content: space-between;
  gap: 100px;
  margin-top: 50px;
}
.sclHeading
{
  height: auto;
  font-size: 48px;
  line-height: 130%;
  color: #fff;
  font-weight: normal;
  font-family: 'Sabon';
  min-width: 540px;
}
.sclDescription
{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.sclInner
{
  background: url(../images/bult.webp) no-repeat;
  width: 100%;
  padding: 3px 0 0 55px;
}
.sclInner h4 
{
  font-size: 32px;
  line-height: 130%;
  font-family: Helvetica;
  color: #FF6500;
  font-weight: normal;
}
.sclInner p 
{
  font-size: 22px;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: normal;
}

.campusSec
{
  width: 100%;
  height: auto;
  position: relative;
  padding: 60px 0;
  background: url(../images/campus-bg.webp) no-repeat left bottom;
  min-height: 920px;
  background-size: 100% auto;
}
.campusSec .heading
{
  margin: 0 0 20px 0;
}
.campusSec .heading h2 
{
  color: #00508F;
  max-width: 700px;
  text-align: left;
  line-height: 150%;
}
.camsl
{
  width: 100%;
  height: auto;
  position: relative;
  max-width: 1100px;
  float: right;
  margin: 0px 0 0 0;
}
.camsl .owl-carousel .owl-nav
{
  display: flex;
  position: absolute;
  top: -115px;
  justify-content: space-between;
  right: 30px;
  width: 150px;
}
.camsl .owl-carousel .owl-nav span
{
  display: none;
}
.camsl .owl-carousel .owl-nav button.owl-prev
{
  width: 60px;
  height: 60px;
  background:#FF6500 url(../images/ar-left.webp) no-repeat center;
  background-size: 30px;
  border-radius: 50%;
}
.camsl .owl-carousel .owl-nav button.owl-prev:hover
{
  background:#000 url(../images/ar-left.webp) no-repeat center;
  background-size: 30px;
}
.camsl .owl-carousel .owl-nav button.owl-next
{
  width: 60px;
  height: 60px;
  background:#FF6500 url(../images/ar-right.webp) no-repeat center;
  background-size: 30px;
  border-radius: 50%;
}
.camsl .owl-carousel .owl-nav button.owl-next:hover
{
  background:#000 url(../images/ar-right.webp) no-repeat center;
  background-size: 30px;
}

.placementLogoWrapMobile {
  overflow: hidden;
  width: 100%;
  padding: 40px 0 50px;
  background: #211206;
  height: auto;
  display: none;
}

.logoRow {
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}

.logoTrack {
  display: flex;
  width: max-content;
  gap: 24px;
}
.placementLogoWrapMobile .plcLogo
{
  background: #fff;
}

.placementLogoWrapMobile .plcLogo img {
  max-height: 90px;
  width: auto;
  object-fit: contain;
  filter: brightness(1) invert(0);
}

/* Left → Right */
.leftToRight .logoTrack {
  animation: marqueeLTR 25s linear infinite;
}

/* Right → Left */
.rightToLeft .logoTrack {
  animation: marqueeRTL 25s linear infinite;
}

@keyframes marqueeLTR {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes marqueeRTL {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.divesSec
{
  width: 100%;
  height: auto;
  padding: 20px 0 70px;
  background: linear-gradient(0deg, #9e6a3c 0%, #fff4ed 50%);
}
.divesSec h2 
{
  color: #235FB5;
}
.divesInner
{
  width: 100%;
  height: auto;
  display: flex;
  margin: 40px 0 60px 0;
  position: relative;
}
.dives
{
  width: 100%;
  height: 100%;
  position: relative;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  overflow: hidden;
  background: #000;
}
.dives img 
{
  width: 100%;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}
.dives:hover img
{
  transform: scale(1.1);
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
} 
.divesTop
{
  width: 100%;
  height: auto;
  position: absolute;
  padding: 0 30px;
  top: 40px;
  color: #000;
  font-size: 48px;
  font-weight: normal;
  font-family: 'Sabon';
}
.divesTop span 
{
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 150%;
  font-family: 'Helvetica';
  margin-top: 10px;
}
.divesList
{
  width: 100%;
  position: absolute;
  bottom: 30px;
  padding: 0 20px;
  left: 0;
}
.divesList ul 
{
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.divesList ul li 
{
  width: 48%;
  height: auto;
  list-style: none;
  color: #fff;
  background: url(../images/bult-1.webp) no-repeat;
  background-position: 0 5px;
  padding: 0 10px 0 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
}
.dives:last-child .divesTop
{
  color: #fff;
}
.dives:last-child .divesList ul li 
{
  background: url(../images/bult-2.webp) no-repeat;
}
.logoSec
{
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 50px 30px 50px 30px;
  border: 1px solid #FFFFFF60;
  border-radius: 20px;
  backdrop-filter: blur(5px);
  margin: 50px 0 0 0;
}
.logoBox
{
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logoBox img
{
  max-width: 250px;
  height: auto;
  margin: 0px auto;
}
.logoSec1hd h2
{
  color: #235FB5;
}
.logoSec1
{
  width: 100%;
  height: auto;
  padding: 30px 0 50px;
}

.partn
{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 40px;
  border-right: 1px solid #fff;
}
.noborder
{
  border-right: 0px solid #fff;
}
.partn img
{
  border-radius: 20px;
  max-width: 180px;
  margin: 0px auto 20px;
}


.partn p
{
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 150%;
  margin: 20px 0 0 0;
}
.logrow-1
{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.logrow-2
{
  width: 65%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
}

.logrow-3
{
  width: 95%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
}
.partHeading
{
  width: 100%;
  height: auto;
}


.last-footer
{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 20px 10px;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  font-weight: normal;
  background: #00508F;
}
.btn2top
{
  width: 100%;
  height: auto;
  position: fixed;
  bottom:0;
  left: 0;
  z-index: 9;
  display: none;
}
.btn2top a 
{
  background: #FF6500;
  color: #fff;
  padding: 13px 20px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  display: block;
  text-align: center;
}
.btn2top a:hover 
{
  background: #000;
}
.acrossSec
{
  width: 100%;
  height: auto;
  padding: 50px 0;
}
.acrFlx
{
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.acrossDec
{
  width: 100%;
  height: auto;
  padding: 50px 0 0 0;
} 
.acrossDec h3
{
  color: #235FB5;
  line-height: 120%;
  font-size: 48px;
  margin: 0 0 20px 0;
  font-weight: normal;
}
.acrossDec p
{
  color: #555555;
  line-height: 150%;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.acrossPic
{
  width: 100%;
  height: auto;
  text-align: right;
} 
