* {
  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: 'Polymath';
    src: url('../fonts/Polymath-Bold.woff2') format('woff2'),
        url('../fonts/Polymath-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath';
    src: url('../fonts/Polymath-Medium.woff2') format('woff2'),
        url('../fonts/Polymath-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Text';
    src: url('../fonts/PolymathText-Bold.woff2') format('woff2'),
        url('../fonts/PolymathText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath';
    src: url('../fonts/Polymath-Semibold.woff2') format('woff2'),
        url('../fonts/Polymath-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath';
    src: url('../fonts/Polymath-Regular.woff2') format('woff2'),
        url('../fonts/Polymath-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Text';
    src: url('../fonts/PolymathText-Medium.woff2') format('woff2'),
        url('../fonts/PolymathText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Text';
    src: url('../fonts/PolymathText-Semibold.woff2') format('woff2'),
        url('../fonts/PolymathText-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Polymath Text';
    src: url('../fonts/PolymathText-Regular.woff2') format('woff2'),
        url('../fonts/PolymathText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
  font-family: 'Polymath';
}

h1,
h2,
h3,
h4,
h5{

}
p 
{
   font-family: 'Polymath Text';
}

img {
  max-width: 100%;
}
.container-fluid 
{
  max-width: 1900px;
}

/*** Header css Start ***/

header {
  padding: 20px 0;
  transition: all .9s;
  -moz-transition: all .9s;
  -webkit-transition: all .9s;
  -o-transition: all .9s;
  position: relative;
  height: auto;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #F8F8F8;
}
header .container-fluid
{
  max-width:1750px;
}
.fixed {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all .9s;
  -moz-transition: all .9s;
  -webkit-transition: all .9s;
  -o-transition: all .9s;
   box-shadow: 2px 10px 28px rgba(0, 0, 0, 0.2);
  }

.top-flex {
  display: flex;
  justify-content: space-between;
}

.top-left {
  width: auto;
  height: auto;
  margin: 0px 0 0 0;
  position: relative;
}
.top-right {
  width: auto;
  height: auto;
  margin: 20px 0 0 0;
}
.top-right a 
{
  border: 3px solid #0F3885;
  padding: 15px 20px;
  color: #0F3885;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
}
.top-right a:hover
{
  background: #B6A54B;
  border: 3px solid #B6A54B;
  color: #fff;
}

.banner
{
  width: 100%;
  height: auto;
  background: url(../images/banner.webp) no-repeat bottom;
  background-size: 100%;
  min-height: 900px;
  position: relative;
  padding: 50px 0 0 0;
}
.bannerStudent
{
   position: absolute;
   bottom: 0;
   left:20px;
}
.banner-text
{
  text-align: center;
}
.banner-text h1 
{
  font-family: 'Polymath';
  font-weight: 500;
  font-size: 48px;
  color: #144198;
  margin: 0 0 20px 0;
}


.banner-text h2 
{
  font-family: 'Polymath';
  font-weight: 500;
  font-size: 28px;
  color: #333333;
  line-height: 120%;
  margin: 0 0 20px 0;
}
.bn-list
{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.bn-text
{
  font-family: 'Polymath';
  font-weight: 600;
  font-size: 28px;
  color: #B6A54B;
  line-height: 120%;
}
.bn-text img
{
  margin: 0 7px 0 0;
}
.frm
{
  position: absolute;
  right: 90px;
  bottom: 0;
  background: #f1f1f1;
  border: 1px solid #fff;
  padding: 30px 15px 0px;
  width: 422px;
}
.frm h4
{
  font-family: 'Polymath';
  font-weight: 500;
  font-size: 36px;
  color: #0F3885;
  text-align: center;
}
.frm p
{
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin: 0 0 20px 0;
}
.frm input 
{
  width: 100%;
  height:44px;
  border:1px solid rgba(255,255,255,0.2); 
  background:rgba(255,255,255,0.2);
  margin: 0 0 20px 0;
  border-radius: 5px;
  padding: 7px 15px;
  color: #fff;
}
.frm textarea 
{
  width: 100%;
  height:100px;
  border:1px solid rgba(255,255,255,0.2); 
  background:rgba(255,255,255,0.2);
  margin: 0 0 20px 0;
  border-radius: 5px;
  padding: 7px 15px;
  color: #fff;
}
.frm button 
{
  width: auto;
  height:auto;
  border:3px solid #fff; 
  background:transparent;
  margin: 0 0 20px 0;
  border-radius: 0px;
  padding: 10px 25px;
  color: #fff;
   font-family: 'Polymath Text';
   font-size: 24px;
   font-weight: 600;
}

.frm .npf_wgts
{
  height: 500px;
}
.frm .npf_wgts iframe 
{
  width: 100%;
  height: 100%;
}


.main-Section
{
  width: 100%;
  height: auto;
  padding: 0px 0 0px;
}
.main-flx
{
  display: flex;
  flex-wrap: wrap;
}
.leftSide
{
  width: 20%;
  height: auto;
  padding: 50px 30px 50px 0;
}
.sticky-menu
{
  width: 100%;
  height: auto;
  margin: 0 0 40px 0;
  position: sticky;
  top: 180px;
}
.sticky-menu ul 
{
  padding: 0;
  margin: 0;
  
}
.sticky-menu ul li 
{
  list-style: none;
  width: 100%;
  margin: 0 0 15px 0;
  position:relative;
}
.sticky-menu ul li a 
{
  display: block;
  color: #333333;
  font-size: 21px;
  font-weight: 500;
  text-decoration: none;
  padding: 0 0px 0 0;
}
.sticky-menu ul li a span {
  visibility: hidden;
  float: right;
  position: absolute;
  right: -20px;
  top: 0;
}
.sticky-menu ul li a:hover 
{
  color:#144198;
}
.sticky-menu ul li.active a
{
  color:#144198;
}
.sticky-menu ul li.active a span 
{
  visibility: visible;
}
.applyBtn {
  width: 100%;
  height: auto;
  margin: 20px 0 0 0;
}
.applyBtn a 
{
  border: 3px solid #0F3885;
  padding: 15px 20px;
  color: #0F3885;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  display: block;
}
.applyBtn a span  
{
  float: right;
}
.applyBtn a:hover
{
  background: #B6A54B;
  border: 3px solid #B6A54B;
  color: #fff;
}

.viewMore {
  width: 100%;
  height: auto;
  margin: 40px 0 0 0;
}
.viewMore a 
{
  border: 3px solid #0F3885;
  padding: 15px 30px;
  color: #0F3885;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Polymath Text';
}
.viewMore a span  
{
  margin: 0 0 0 5px;
}
.viewMore a:hover
{
  background: #B6A54B;
  border: 3px solid #B6A54B;
  color: #fff;
}



.rightSide
{
  width: 80%;
  height: auto;
  padding:50px 0 50px 30px;
  border-left: 1px solid #CCCCCC;
}
.rightSide h2 
{
  color: #144198;
  font-weight: 500;
  font-size: 36px;
}
.rightSide h4
{
  color: #144198;
  font-weight: 500;
  font-size: 24px;
  font-family: 'Polymath Text';
}
.rightSide p
{
  color: #555555;
  font-weight: 400;
  font-size: 20px;
}


.about
{
  width: 100%;
  height: auto;
  margin: 0 0 50px 0;
  scroll-margin-top: 70px;
}
.aboutList
{
  width: 100%;
  height: auto;
  display: flex;
  gap: 20px;
  margin: 30px 0 0px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutList-inner
{
  width: 29%;
  height: auto;
  background: #144198;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutList-inner:last-child 
{
  width: 39%;
}
.aboutlisticon
{
  width: 100%;
  height: 80px;
  margin: 0 0 70px 0;
}
.aboutlistdec
{
   width: 100%;
   height: auto;
}
.aboutlistdec p 
{
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-family: 'Polymath Text';
}
.aboutlistdec h5 
{
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}
.aboutlistdec h5 span {
  font-size: 20px;
  display: block;
}
.aboutList-inner:hover 
{
  background: #B6A54B;
}

.ranking
{
  width: 100%;
  height: auto;
  margin: 0 0 100px 0;
   scroll-margin-top: 10px;
}

.rankingList
{
  width: 100%;
  height: auto;
  display: flex;
  gap: 20px;
  margin: 30px 0 40px 0;
  flex-wrap: wrap;
  justify-content:center;
}
.ranking-inner
{
  width: 32%;
  height: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}

.rankinglistlogo
{
  width: 100%;
  height: 90px;
  margin: 0 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ranking-inner p 
{
  margin: 0;
  font-size: 14px;
  color: #282424;
  font-weight: 400;
  font-family: 'Polymath';
}
.ranking-inner h5 
{
  font-size: 16px;
  color: #282424;
  font-weight: 600;
}
.university
{
  width: 100%;
  height: auto;
  margin: 0 0 50px 0;
  position: relative;
  scroll-margin-top: 10px;
}
.universitySlider
{
  width: 100%;
  height: auto;
  margin: 40px 0;
}

.cat-1-sl-inner .cat-1-sl-inner-box
{
   height: 338px;
}

.cat-1-sl-inner
{
  width: 100%;
  height: 680px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cat-1-sl-inner-box
{
  width: 100%;
  height: 680px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.cat-1-sl-inner-box img 
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cat-1-sl-inner-box-text
{
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom:10px;
  left: 10px;
  color: #fff;
  padding: 15px 20px;
  width: 97%;
  border-radius: 10px;
}
.cat-1-sl-inner-box-text h6
{
   margin: 0 0 0px 0;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  font-family: 'Polymath';
}
.cat-1-sl-inner-box-text p 
{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.slider .owl-nav
{
  width: 158px;
  height: auto;
  float: right;
  display: flex;
  justify-content: space-between;
}

.slider .owl-theme .owl-nav .owl-prev, .slider .owl-theme .owl-nav .owl-next {
  width: 70px;
  height: 70px;
  border: 1px solid #0F3885;
}
.slider .owl-theme .owl-nav .owl-prev span , .slider .owl-theme .owl-nav .owl-next span 
{
  display: none;
}
.slider .owl-theme .owl-nav .owl-prev{
  background: url(../images/lgh.png) no-repeat center;
}
.slider .owl-theme .owl-nav .owl-next:hover{
  background:#fafafa url(../images/lgh.png) no-repeat center;
  border: 1px solid #B6A54B;
}
.slider .owl-theme .owl-nav .owl-next{
  background: url(../images/rgh.png) no-repeat center;
}
.slider .owl-theme .owl-nav .owl-next:hover{
  background:#fafafa url(../images/rgh.png) no-repeat center;
  border: 1px solid #B6A54B;
}
.slider .owl-theme .owl-dots
{
  width: calc(100% - 170px);
  margin: 45px 0 0 0;
  display: flex;
}
.slider .owl-theme .owl-dots .owl-dot
{
   width: 100%;
   height: 10px;
   
}
.slider .owl-theme .owl-dots .owl-dot span 
{
  width: 100%;
  height: 10px;
  margin: 0px;
  background: #D9D9D9;
  border-radius: 0;
}
.slider .owl-theme .owl-dots .owl-dot.active span 
{
  background: #0F3885;
}

.partnerships, .partnershipSlider
{
  width: 100%;
  height: auto;
  margin: 40px 0;
   scroll-margin-top: 10px;
}

.partnershipBox
{
  width: 100%;
  height: auto;
  position: relative;
  min-height: 400px;
}
.partnershipPic
{
  padding: 20px;
  border:1px solid #ccc;
}
.partnershipDec
{
  position: absolute;
  left: 0;
  background: #144198;
  width: 90%;
  padding: 20px;
  border-bottom:5px solid #00A650;
  margin: -35px 0 0 0px;
}
.partnershipDec h5 
{
  margin: 0 0 7px 0;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}
.partnershipDec p 
{
  font-weight: 400;
  color: #fff;
  font-family: 'Polymath';
  margin: 0;
}

.global, .globalSlider
{
  width: 100%;
  height: auto;
  margin: 40px 0;
   scroll-margin-top: 70px;
}
.globalBox, .globalPic
{
  width: 100%;
  height: auto;
  position: relative;
}
.globalPic
{
  width: 100%;
  height: 400px;
}
.globalPic img  
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.globalDec
{
  width: 96%;
  height: auto;
  padding:10px 10px;
  position: absolute;
  bottom: 10px;
  left:10px;
  backdrop-filter: blur(14px);
  background: #00000080;
  border-radius: 11px;
  min-height: 80px;
}
.globalDec h5 
{
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-family: 'Polymath Text';
  margin: 0;
   scroll-margin-top: 70px;
}
.placements
{
  width: 100%;
  height: auto;
  margin:60px 0;
  display: flex;
  flex-wrap: wrap;
}
.placementsLeft
{
  width: 50%;
  height: auto;
}
.placementsLeft img  
{
  object-fit: cover;
  width:100%;
  height: 100%;
}
.placementsright
{
  width: 50%;
  height: auto;
  background: #144198;
  padding: 50px 30px;
  color: #fff;
}
.placementsright .viewMore a {
  border: 3px solid #fff;
  color: #fff;
}
.placementsright h3 
{
  font-weight: 500;
  color: #fff;
  font-family: 'Polymath';
  margin: 30px 0 40px 0;
  font-size: 36px;
}
.placementsright p
{
  font-weight: 500;
  color: #fff;
  font-family: 'Polymath';
  font-size: 24px;
}
.placementsright ul
{
  padding: 0 ;
  margin: 0 0 70px 0;
}
.placementsright ul li
{
  font-weight: 500;
  color: #fff;
  font-family: 'Polymath';
  font-size: 20px;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 0 50px;
  background: url(../images/bult.webp) no-repeat;
  background-position: 10px 6px;
}


.placementsright h4
{
  font-weight: 700;
  color: #fff;
  font-family: 'Polymath';
  font-size: 24px;
  margin: 0 0 20px 0;
}
.placementsrightslider
{
  width: 100%;
  height: auto;
  padding: 0px 0 30px;
}
.placementLogo
{
  width: 98%;
  height:100px;
  border: 1px solid #B6A54B;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 0px auto;
}

.placementLogo img 
{
  max-width: 80%;
  max-height: 60px;
  display: inherit;
  width: auto !important;
}


.scholarships
{
  width: 100%;
  height: auto;
  margin:60px 0 50px;
   scroll-margin-top: 10px;
}
.scholarships-table
{
  width: 100%;
  max-width: 850px;
  height: auto;
  margin:40px auto 50px;
  border-radius: 10px;
}
.scholarships-table th 
{
  color: #144198;
  font-weight: 700;
  font-size: 24px;
  font-family: 'Polymath Text';
  padding:16px 20px;
}
.scholarships-table td
{
  color: #000;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Polymath Text';
  vertical-align: middle;
  padding:16px 22px;
}
.scholarships-table tr 
{
  border-color: #B6A54B;
}
.scholarships h4 
{
  font-size: 24px;
}
.scholarships .viewMore
{
  text-align: center;
}
.scholarships .viewMore a 
{
  padding:15px 40px;
}


.campus
{
  width: 100%;
  height: auto;
  margin: 50px 0;
   scroll-margin-top: 10px;
}
.campusSlider
{
  width: 100%;
  height: auto;
  margin: 20px 0 50px;
}
.d-tabs
{
  width: 100%;
  height: auto;
  margin: 30px 0;
}
.d-tabs .nav-tabs .nav-link
{
  font-weight: 500;
  color: #144198;
  font-family: 'Polymath';
  font-size: 32px;
  margin: 0;
  border-bottom: 5px solid #fff;
  padding:10px 30px;
  border-color: #fff;
}
.d-tabs .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
.d-tabs .nav-tabs .nav-link.active 
{
  border-bottom: 5px solid #144198;
}
.campusPic
{
  width: 100%;
  height: 100%;
}
.campusPic img 
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice, .voiceSlider
{
  width: 100%;
  height: auto;
  margin: 50px 0;
   scroll-margin-top: 10px;
}
.voice-inner
{
  border: 1px solid #CCCCCC;
  padding:50px 30px 30px;
  position: relative;
  margin: 50px 0 20px 0;
}
.voice-inner:before
{
  content: "";
  width: 70px;
  height: 70px;
  background: url(../images/coma.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -35px;
  right: 20px;
}
.voice-text
{
  font-weight: 500;
  color: #144198;
  font-family: 'Polymath';
  font-size: 26px;
  margin: 0 0 30px 0;
  width: 100%;
  height:190px;
  overflow-y: auto
}
.voice-pic img
{
  max-width: 100px;
  display: inherit;
}
.voice-pic
{
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.voice-inner h4
{
  color: #144198;
  font-weight: 500;
  font-size: 32px;
  font-family: 'Polymath Text'
}
.voice-inner p {
  font-family: 'Polymath';
  color: #144198;
  font-weight: 500;
  font-size: 22px;
  margin: 0;
}


.programs
{
  width: 100%;
  height: auto;
  margin: 60px 0;
}

.programs .nav-pills .nav-link
{
  color: #144198;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Polymath';
  border: 1px solid #144198;
  text-align: left;
  width: 100%;
  padding: 20px 30px;
}
.programs .nav-pills
{
  width:30%;
  padding: 30px 30px 0 0;
}
.programs .nav-pills .nav-item{
  margin: 0 0 20px 0; 
}
.programs .nav .nav-item button.active {
  background: #F1602B url(../images/active-box.webp) no-repeat;
  color:#fff;
  border: 1px solid #fff;
  padding: 20px 0px 20px 60px;
  background-position: 14px 30px;
}
.programs .nav .nav-item button.active::after {
  content: "";
  width: 41px;
  height: 100%;
  position: absolute;
  right: -60px;
  background: url(../images/white-arrow.webp) no-repeat center;
  top: 0;
}
.programs .nav .nav-item button.active::before {
  content: "";
  width: 70px;
  height:100%;
  position: absolute;
  right:-68px;
  top: 0px;
  background:#F1602B;
}
.programs #pills-tabContent
{
   box-shadow: 0px 0px 34px 0px #00000040;
   padding: 40px 10px 60px 62px;
   height: 100%;
   width: 70%;
}
.block
{
  display: block;
}
.sec-box
{
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0 0;
}
.sec-box> div
{
  width: 90%;
  padding: 0 40px 0 0;
}
.sec-box ul li 
{
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  margin: 0 0 9px 0;
  line-height: 210%;
}
.org-box
{
  width: 100%;
  height: auto;
  text-align: right;
  margin: 100px 0 0 0;
}
.programs #pills-tabContent h2 {
  color: #144198;
  font-weight: 500;
  font-size: 45px;
}

.d-tabs-1
{
  width: 100%;
  height: auto;
  margin: 30px 0 15px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  
}
.d-tabs-1 .nav-tabs .nav-link
{
  font-weight: 400;
  color: #000000;
  font-family: 'Polymath';
  font-size: 22px;
  margin: 0;
  padding:10px 5px;
  border: 1px solid #0000001A;
}
.d-tabs-1 .nav-tabs {
  border-bottom: 0px solid #dee2e6;
  display: flex;
  gap: 20px;
}
.d-tabs-1 .nav-tabs .nav-item
{
  width: 24%;
  text-align: center;
}
.d-tabs-1 .nav-tabs .nav-link.active 
{
  background:#144198;
  color: #fff;
}
.tab-inner
{
  box-shadow: 0px 0px 34px 0px #00000040;
  padding: 50px 60px;
  min-height: 450px;
  background: url(../images/leaf.webp) no-repeat;
  background-position: 97% 90%;
}
.tab-inner ul 
{
  padding: 0;
  margin: 0 0 80px;
  display: flex;
  flex-wrap: wrap;
}
.tab-inner ul li 
{
  list-style: none;
  width: 50%;
  height: auto;
  margin: 0 0 20px 0;
}
.tab-inner h3 
{
  color: #144198;
  font-size: 36px;
  line-height: 120%;
  margin: 0 0 20px 0;
}
.tab-inner p
{
  color: #000000;
  font-size: 24px;
  line-height: 210%;
  font-weight: 400;
  margin: 0 0 0px 0;
}







footer 
{
  width: 100%;
  height: auto;
  padding:50px 0 70px;
  background: url(../images/footer-bg.webp) no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
footer h3 
{
  color: #fff;
  font-weight: 400;
  font-size: 50px;
  font-family: "Playfair Display", serif;
  line-height: 120%;
  margin: 0 0 15px 0;
}
footer h3 span
{
  font-weight: 500;
}
footer h4
{
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  font-family: 'Polymath Text';
  line-height: 130%;
  margin: 0 0 15px 0;
}
footer .viewMore a
{
   border:3px solid #fff; 
   color: #fff;
   margin: 0 10px;
}
.last-footer
{
  width: 100%;
  height: auto;
  padding:20px 0;
  background: #144198;
}
.last-footer p
{
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.last-footer p span 
{
  float: right;
}
.last-footer p a 
{
  color: #000;
  text-decoration: none;
}
.last-footer p a:hover 
{
  color: #144198;
}


.aboutMobile, .rankingMobile
{
  display: none;
}
.programsmobile
{
  display: none;
}

.plc-pic
{
  margin: 20px 0;
  width: 100%;
  display: none;
}


.mobile-menu
{
  width: 90%;
  margin: 0px auto;
  border: 1px solid #ccc;
  display: none;
}
.mobile-menu #nav { position: relative;width: 100%; } 
.mobile-menu #nav a { padding:12px 15px;color:#144198; font-size:20px; font-weight:600; text-decoration:none; }
.mobile-menu .dropdown-toggle { padding: 0; background: #fff;display: block; }
.mobile-menu ul.dropdown { display: none; position: absolute; top: 100%;
  margin-top: 5px; padding: 5px 5px 0 0; background: #B6A54B;z-index:999;width: 100%; }
.mobile-menu ul.dropdown li { list-style-type: none; }
.mobile-menu ul.dropdown li a { text-decoration: none; padding: 0em 1em; display: block;color:#fff }
.mobile-menu ul.dropdown li a 
{
  color: #fff !important;
  padding: 7px 10px !important;
}
.mobile-menu ul.dropdown li a:hover 
{
  color: #000 !important;
}


.mobile-menu .dropdown-toggle::after {
  float: right;
  margin-top: 13px;
}
.campusSlider .item  
{
  height: 370px;
}
.campusPhoto
{
  width: 100%;
  height: 100%;
  position: relative;
}
.campusPhoto img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}





.menusList li.active a {
  color: #007bff;
  font-weight: bold;
}


.sec-box-2 .org-box
{
  margin-left: 40px;
}
.plc-pic img
{
  width: 100%;
}
#cat-1-mobile
{
  display: none;
}
.ranking .viewMore
{
  text-align: center;
}
.careerSec
{
  background: #144198;
  padding:40px 30px 30px;
  border-radius: 10px;
  margin: 40px 0 0 0;
}
.careerSec ul  
{
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.careerSec ul li
{
  border-bottom:1px solid #FFFFFF;
  list-style: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  font-family: 'Polymath Text';
  margin: 0 0 10px 0;
  padding: 0 0 10px;
}
.careerSec ul li span 
{
  margin: 0 10px 0 0;
}
.campusName
{
  width: 95%;
  height: auto;
  padding: 10px;
  background: #00000080;
  backdrop-filter: blur(14px);
  padding: 20px;
  bottom: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  font-family: 'Polymath Text';
}
.admissionSec {
  width: 100%;
  height: auto;
  margin: 50px 0;
  scroll-margin-top: 70px;
}
.admissionSecInner
{
  width: 100%;
  height: auto;
  margin: 30px 0;
}



.admissionSecInner .accordion-button::after {
  background: url("../images/blue-plus.webp") no-repeat;
  transition: all 0.5s;
  width: 30px;
  height: 30px;
  background-size: 30px;
}
.admissionSecInner .accordion-button:not(.collapsed)::after {
  background: url("../images/blue-minus.webp") no-repeat;
  transition: all 0.5s;
  width: 30px;
  height: 30px;
  background-size: 30px;
}
.admissionSecInner .accordion-button::after {
  transition: all 0.5s;
}

.admissionSecInner .accordion-button:not(.collapsed)
{
  box-shadow: none;
  background-color: #fff;
}
.admissionSecInner .accordion-button
{ 
   color: #144198;
   font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  font-family: 'Polymath Text';
  padding: 20px 0;
} 
.admissionSecInner .accordion-button:hover  
{
  color: #B6A54B;
}
.admissionSecInner .accordion-button:focus {
  z-index: 0;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13,110,253,.0);
}
.admissionSecInner .accordion-item
{
  border-width: 1px 0 1px 0;
}
.admissionSecInner .accordion-body
{
  padding: 0rem 0px 20px;
  color:#243858;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  font-family: 'Polymath Text';
}

.financialSec {
  width: 100%;
  height: auto;
  margin: 50px 0;
  scroll-margin-top: 10px;
}
.financialInner
{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 50px 0 50px;
}
.financialleft
{
  width: 100%;
  border-radius: 10px;
  border: 1px solid #B6A54B;
}
.finacial-1
{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #B6A54B;
}
.finacialicon
{
  width: 80px;
  height: 80px;
  border-right: 1px solid #B6A54B;
  display: flex;
  justify-content: center;
  align-items: center;
}
.finacialtext
{
  color: #144198;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  font-family: 'Polymath Text';
  width: 85%;
}
.finacial-1:last-child 
{
  border: 0px solid #B6A54B;
}
.financialSec h4 
{
   font-size: 24px;
}



.faqSec {
  width: 100%;
  height: auto;
  margin: 50px 0;
  scroll-margin-top: 10px;
}

.learnSec
{
  width: 100%;
  height: auto;
  margin: 0px 0 50px;
  scroll-margin-top: 10px;
}
.learnSecinner
{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  justify-content: space-between;
}
.learnName
{
  width: 35%;
  height: auto;
}
.learnName p  
{
  background: #0F3885;
  padding: 20px;
  border-radius: 11px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Polymath Text';
  color: #fff;
}
.learnVedio
{
  width: 63%;
  height: auto;
}
.learnVedio iframe 
{
  width: 100%;
  height: 600px;
  border: 1px solid #fafafa;
}
.mb-hd
{
  display: none;
}



