.text-justify{
    text-align: justify;
}

.font8{
    font-size: 8px;
}
.font11{
    font-size: 11px;
}
.font12{
    font-size: 12px;
}
.font13{
    font-size: 13px;
}
.font14{
    font-size: 14px;
}
.textRed{
    color: #E32845!important;
}
.cardBoxShadow{
  box-shadow: 2px 2px 6px #999!important;
}
.cardBorderColor{
  border:1px solid #999!important;
}
.listCard{
    border-radius: 12px;
    border: 1px solid #eee;
    transition: 0.3s;
}
.listCard:hover{
    border-color:#0d6efd;
    transform: translateY(-3px);
}

.listCard .badge-new{
    font-size:10px;
    letter-spacing:1px;
}


.gsc-search-button-v2 {
    padding: 11px 27px!important;
    border-radius: 36px!important;
}
.gsc-input-box {
    border: 1px solid #dfe1e5;
    background: #fff;
    border-radius: 44px;
}
.gsc-input{
    height: 29px!important;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    padding: 15px 10px;
}
.slider-item{
    /*padding-top: 200px;
    padding-bottom: 200px;*/
    padding-top: 60px;
    padding-bottom: 60px;
}
.single-academics-card2.bg-1 {
    background-image: url(../images/skill/engineering-tecnology.webp);
    height: 400px;
}
.single-academics-card2.bg-2 {
    background-image: url(../images/skill/sciences-humanities.webp);
    height: 400px;
}
.single-academics-card2.bg-3 {
    background-image: url(../images/skill/management-studies-research.webp);
    height: 400px;
}
.single-academics-card2.bg-4 {
    background-image: url(../images/skill/agriculture.webp);
    height: 400px;
}


.additional-information .list{
    text-align: left;
}



.newsMarqueeSection .rightSide .rt-container .marquee-container{
    /*max-width: 860px;
    margin: 15px auto;*/
    overflow: hidden;
}
.newsMarqueeSection .rightSide .rt-container .Marquee {
  background: -webkit-linear-gradient(225deg, #008ed9, #8b00db);
  background: -moz-linear-gradient(225deg, #008ed9, #8b00db);
  background: -o-linear-gradient(225deg, #008ed9, #8b00db);
  background: -ms-linear-gradient(225deg, #008ed9, #8b00db);
  background: linear-gradient(-135deg, #008ed9, #8b00db);
  width: 100vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7.5px;
  color: #fff;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
/*    margin: 15px auto;*/
}
.newsMarqueeSection .rightSide .rt-container .Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 20s linear infinite running;
  -moz-animation: marquee 20s linear infinite running;
  -o-animation: marquee 20s linear infinite running;
  -ms-animation: marquee 20s linear infinite running;
  animation: marquee 20s linear infinite running;
}
.newsMarqueeSection .rightSide .rt-container .Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.newsMarqueeSection .rightSide .rt-container .Marquee-tag {
  width: 300px;
  min-height:47px;
  max-height: 220px;
  margin: 0 0.5em;
  padding: 7.1px;
  background: rgba(255,255,255,0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.newsMarqueeSection .rightSide .rt-container .Marquee-tag:hover {
  background: rgba(255,255,255,0.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
.newsMarqueeSection .rightSide .rt-container .Marquee-tag a{
    font-size: 12px;
}
/*@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}*/


.footer-area .footer-logo-area .imgWrap{
    flex-direction: column;
}
.footer-area .footer-logo-area .imgWrap img{
    width: 210px!important;
}

.page-banner-area.bg-2 {
    background-image: url(../images/page-bnner-2.webp);
}



/*.navigationBar{
    border-top:1px solid #999;
    border-bottom:1px solid #999;
    padding: 30px 0;
}
.navigationBar ul{
    margin: 0 auto;
}
.navigationBar ul li{
    list-style: none;
    display: inline-block;
    padding: 12px 10px;
}
.navigationBar ul li a{
    color: #2573e5;
    text-decoration: none;
    font-weight: 500;
}*/



.graduate-admission .nav-tabs .nav-link{
/*    border:1px solid red!important;*/
    background-color: #ccc;
    margin: 0 10px 0 0;
    color: #111;
}
.graduate-admission .nav-tabs .nav-link.active{
    background-color: #111d5e;
    color: #fff;
}
.graduate-admission .skillList li{
    display: inline-block;
    padding: 5px 15px;
    background-color: aliceblue;
    margin: 4px;
}



.innnerPageSection .myaccordion .headText{
    text-align: left!important;
}


.innnerPageSection .ulList li{
    list-style: none;
    padding: 3px 0;
}


.myLink{
    color: #111D5E;
}



.noticesSection {
    /*background-color: #030c3b;*/
    background-color: #fafafa;
}
.noticesSection .nav-tabs .nav-link{
    background-color: #fff;
    margin: 0 2px 0 0;
    color: #111;
    padding: 7px 14px;
    border-radius: 0;
    margin: 0;
}
.noticesSection .nav-tabs .nav-link.active{
    background-color: #111d5e;
    color: #fff;
}
.noticesSection .skillList li{
    display: inline-block;
    padding: 5px 15px;
    background-color: aliceblue;
    margin: 4px;
}
.noticesSection .box {
    width: 100%;
    height: 24em;
    margin: 0 auto;
    overflow: hidden;
    /*background: #fff;*/
    position: relative;
    /*border:1px solid #fff;*/
}
.noticesSection .slider {
    top: 1em;
    position: relative;
    box-sizing: border-box;
    animation: slider 15s linear infinite;
    list-style-type: none;
    text-align: center;
}
.noticesSection .box .slider p{
    text-align: left!important;
}
.noticesSection .box .slider li a{
    font-size: 13px!important;
    color: #000;
}
.noticesSection .box .slider li .noticeSingleWrap{
    background-color: #fef4e7;
    border-radius: 4px;
    padding: 5px 8px;
}
.noticesSection .box .slider li .noticeSingleWrap .iconSide i{
    margin-top: 5px;
}
.noticesSection .box .slider li .noticeSingleWrap .textSide .publishDate{
    font-size: 12px;
}
.noticesSection .slider:hover {
    animation-play-state: paused;
}

@keyframes slider {
    0%   { top:   30em }
    100% { top: -0em }
}

.noticesSection .blur .slider {
    margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
}
.noticesSection .blur .slider li{
    text-align: left;
    padding: 4px 0;
    line-height: 1.3;
}

.noticesSection .blur:before, .noticesSection .blur::before,
.noticesSection .blur:after,  .noticesSection .blur::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%; 
    height: 2em;
    /*background-image: linear-gradient(180deg, #FFF, rgba(255,255,255,0));*/   
}

.noticesSection .blur:after, .noticesSection .blur::after {
    bottom: 0;
    transform: rotate(180deg);
}

.noticesSection .blur:before, .noticesSection .blur::before {
    top: 0;
}




.chairpersonSection .campus-content .campus-title h2{
    font-size: 30px;
}
.chairpersonSection .single-campus-card.style2 .campus-content span{
    padding-left: 0px;
    padding-bottom: 10px;
    font-size: 12px;
    margin-bottom: 8px;
}
.chairpersonSection .single-campus-card .campus-content {
    padding: 30px 10px;
}
.chairpersonSection .single-campus-card img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top center;
}


.facultySection  .single-events-card .events-image img{
    width:100%;
    height: 250px;
    object-fit: cover;
    object-position: top center;
}
.facultySection  .single-events-card.style2 .events-content {
    min-height: 170px;
    max-height: 170px;
    overflow-y: hidden;
}
.facultySection .single-events-card.style2 .events-content h3 {
    margin-bottom: 10px;
    font-size: 20px;
}
.facultySection  .single-events-card.style2 .events-content .admin-and-date p{
    font-size: 14px;
    line-height: 1.6;
}




.listWrapper .ulList{
    margin: 0;
    padding: 0;
}
.listWrapper .ulList li{
    list-style: none;
    padding: 9px 0px;
}


/*.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a*/


.desktop-nav .singleList .innerListWrap .nav-link{
    font-size: 12px !important;
    font-weight: 400 !important;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover{
    color: #134080;
    border-bottom: 1.5px dashed #134080;
}


.languageCover{
    height:22px;
    overflow: hidden;
    margin-top: 2px;
}
.goog-te-banner-frame.skiptranslate{
    display: none!important;
}
.goog-te-gadget .goog-te-combo {
    margin: 5px 0 0;
    max-width: 130px!important;
}
select.goog-te-combo option{
    display: none;
}
select.goog-te-combo option[value="en"], select.goog-te-combo option[value="hi"], select.goog-te-combo option[value="gu"], select.goog-te-combo option[value="pa"], select.goog-te-combo option[value="mr"]{
    display: block;
}





.badge-soft-success {
    color: #34c38f;
    background-color: rgba(52, 195, 143, .18);
    padding: 2px 6px;
    border-radius: 4px;
}
.badge-soft-danger {
    color: #f46a6a;
    background-color: rgba(244, 106, 106, .18);
    padding: 2px 6px;
    border-radius: 4px;
}
.badge-soft-warning {
    color: #f1b44c;
    background-color: rgba(241, 180, 76, .18);
    padding: 2px 6px;
    border-radius: 4px;
}


.cornishHeader {
    /* background: #640326; */
    text-align: center;
    padding-top: 10px;
    height: 50px;
    background: #337ab7;
    color: #ffffff;
    position: relative;
    margin-bottom: 1.5em;
    /*margin-right: -2.5em;
    margin-left: -2.5em;*/
    box-shadow: 5px 5px 5px #d9d9d9;
}
.cornishHeader:before {
    content: "";
    position: absolute;
    border-bottom: 1.5em solid #333;
    border-left: 1.5em solid transparent;
    left: 0;
    top: -1.5em;
}
.cornishHeader:after {
    content: "";
    position: absolute;
    border-top: 1.5em solid #333;
    border-right: 1.5em solid transparent;
    right: 0;
    bottom: -1.5em;
}





footer{
    position: relative;
    background-image: linear-gradient(180deg, #041b40 0%, #084ebf 100%);
    padding: 0px 0 0px 0;
    margin-top: 150px;
}
.footer_inside_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTk3OC44MSAxMjIuMjVMMCAwaDEyODBsLTI2Mi4xIDExNi4yNmE3My4yOSA3My4yOSAwIDAgMS0zOS4wOSA1Ljk5eiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 50px;
    top: 0;
    height: 50px;
    z-index: 1;
    transform: rotateY(180deg);
    background-color: transparent;
}
footer .footerLogo{
    background-color:#fff;border-radius: 10px;
    max-width: 220px;
}
footer .paddingX .para{
    margin-top: 10px;
    text-align: left;
    margin-bottom: 20px;
}
footer .paddingX{
    padding: 0 15px;
    text-align: left;
}
#company-hiring {
    background: #fff;
}
.importantLinkSection{
    top: -120px;
    z-index: 99;
    position: absolute;
    margin: 0 auto;
    width: 100%;
}
.importantLinkSection .innerHeaderContainer{
    background-color: #FF542A;
    padding: 20px 20px 30px;
    min-height: 240px;
}
.importantLinkSection .innerHeaderContainer .innerHeader h3{
    margin-top: 0;
    margin-bottom: 0;
}
.importantLinkSection .imgWrap{
    background-color:#fff;
    border-radius: 10px;
    display: inline-block;
}
#copy {
    background-color: #032f76!important;
}

footer .footerBottom{
    /*background-image: url(../images/paralex-bg.png) left 0 no-repeat;padding: 100px 0 20px;*/
    background-image: url("../images/paralex-bg.png");
    background-repeat: no-repeat;
    padding: 120px 0 20px;
}
footer .footerBottom p {
    font-size: 13px;
}
footer .footerBottom h4 {
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 0;
    border-bottom: 1px solid rgb(255 255 255 / 22%);
    padding-bottom: 10px;
}
footer .footerBottom .paddingX {
    padding: 0 15px;
    text-align: left;
}
footer .footerBottom ul {
    list-style: none;
    padding: 0 0 20px 0;
}
footer .footerBottom a {
    color: #fffafa;
    opacity: 1;
    font-size: 12px;
}










.cubeBox {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  perspective: 600px;
  z-index: 999999;
}
.cubeBox .cube {
  width: 60px;
  height: 60px;
  position: relative;
  transform-style: preserve-3d;
  animation: spin 10s linear infinite;
  cursor: default;
}
.cubeBox .cube.paused {
  animation-play-state: paused;
  cursor: none;
}
.cubeBox .cube__face {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  color: white;
  font-size: 9px;
  text-align: center;
  box-shadow: inset 0 0 15px rgba(0,0,0,0.4);
  outline: 1px solid rgba(0,0,0,0.3);
  user-select: none;
}
.cubeBox .cube-face--left {
  background-color: #e74c3c; 
  transform: rotateY(-90deg) translateZ(30px);
}
.cubeBox .cube-face--front {
  background-color: #3498db; 
  transform: rotateY(0deg) translateZ(30px);
}
.cubeBox .cube-face--back {
  background-color: #2ecc71;
  transform: rotateY(180deg) translateZ(30px);
}
.cubeBox .cube-face--right {
  background-color: #f1c40f; 
  color: #222;
  transform: rotateY(90deg) translateZ(30px);
}

@keyframes spin {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.cubeBox a {
  color: inherit;
  text-decoration: none;
  pointer-events: auto;
}




.sidebar.floatBtn {
  height: auto;
  width: 0px;
  position: fixed;
  text-align: center;
  top: 30vh;
  padding: 10px;
  z-index:999;
}
.sidebar.floatBtn a{
   text-decoration: none;
   color: #fff;
}
.sidebar.floatBtn p{
  color: #fff;
}
.sidebar.floatBtn p i {
  left: 45px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.floatBtn .social {
    margin-left: -200px;
    width: 230px;
    padding: 0;
    display: inline-table;
    height: 0px;
    background-color: rgba(128, 128, 128, 0.73);
    box-shadow: 0px 0px 6px 0px #3E3D3D;
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: all 2s ease;
    border-radius: 0 5px 5px 0;
    margin-bottom: 6px;
  }
.floatBtn .social:hover {
  margin-left: -30px;
  width: 160px;
}
.floatBtn .social:hover i {
  left:7px;
}
.floatBtn .social:not(:hover) i {
  left: 45px;
}
.floatBtn .facebook {
  background-color: #3b5998;
  color: #fff;
}
.floatBtn .twitter {
  background-color: #4099FF;
  color: #fff;
}
.floatBtn .instagram {
background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); 
color: #fff;
}
.floatBtn .youtube {
  background-color: #DD4B39;
  color: #fff;
}
.floatBtn .linkedin {
  background-color: #3b5998;
  color: #fff;
}
.floatBtn .linkedin p i {
  left: 63px;
  color: #fff;
}
.floatBtn .instagram p i {
  left: 61px;
  color: #fff;
}
.floatBtn .youtube p i {   
  left:64px;
  color: #fff;
}
.floatBtn .youtube:hover {
  background-color: #E52D27;
}
 
.floatBtn .linkedin:hover {
  background-color: #0976B4;
}

.floatBtn .facebook #two{
    float:right;
    margin-right: 61px;
}
.floatBtn .twitter #two{
    float:right;
    margin-right: 59px;
}
.floatBtn .instagram #two{
    float:right;
    margin-right: 59px;
}
.floatBtn .youtube #two{
    float:right;
    margin-right: 56px;
}
.floatBtn .linkedin #two{
    float:right;
    margin-right: 59px;
}

.floatBtn .facebook:hover #two{
    margin-right: 30px;
}
.floatBtn .twitter:hover #two{
    margin-right: 30px;
}
.floatBtn .instagram:hover #two{
    margin-right: 30px;
}
.floatBtn .youtube:hover #two{
    margin-right: 30px;
}
.floatBtn .linkedin:hover #two{
    margin-right: 30px;
}




.quickLinkCard{
    box-shadow: 2px 2px 6px #999;
    border:1px solid #999;
}
.quickLinkCard a{
    background-color: aliceblue;
    padding-left: 10px;
    margin-bottom: 4px;
    border-radius: 4px;
    font-size: 14px;
    color: #000;
}
.facultyHeadingName{
    font-size: 24px;
}
.facultyPremiumCard .name{
    font-size: 18px;
}
.facultyPremiumCard .desc{
    font-size: 14px;
}





.navigationBar {
    /*border-top: 1px solid #999;*/
    background-color: #fff;
    border-bottom: 1px solid #999;
    padding: 25px 0 25px 0;
    
    position: sticky;
    top: 0;   
    z-index: 0; 
    background: linear-gradient(315deg, #3383fa 0%, #134080 61.46%);
}
.navigationBar .navigationBarInner{
    border: 1.2px solid #2573e5;
    border-radius: 35px;
    background-color: #fff;
}
.navigationBar .navigationBarInner ul {
    margin: 0 auto;
}
.navigationBar .navigationBarInner ul li {
    list-style: none;
    display: inline-block;
    padding: 15px 7px;
}
.navigationBar .navigationBarInner ul li a {
    color: #2573e5;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}







.myAbout.section-padding {
    padding: 5rem 0;
}
.myAbout .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.myAbout .scroll-anim.is-visible {
    opacity: 1;
    transform: none;
}
.myAbout .scroll-anim {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.myAbout .about-img-col {
    position: relative;
}
.myAbout .scroll-anim.is-visible {
    opacity: 1;
    transform: none;
}
.myAbout .about-img-wrapper {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-left: -25px;
}
.myAbout .about-img {
    transition: transform 0.5s ease;
}
.myAbout .experience-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #0a2540;
    color: white;
    /*padding: 30px;*/
    padding: 14px;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(10, 37, 64, 0.3);
    border: 5px solid #fff;
    z-index: 3;
}
/*.myAbout .experience-badge .num {
    font-size: 2rem;
    font-weight: 800;
    color: #fbb034;
    line-height: 1;
}*/
.myAbout .experience-badge .num {
    font-size: 15px;
    font-weight: 800;
    color: #fbb034;
    line-height: 1;
}
.myAbout .experience-badge .text {
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 5px;
    line-height: 1.1;
}
.myAbout .shape-1 {
    position: absolute;
    top: -30px;
    left: -52px;
    width: 100%;
    height: 100%;
    border: 3px solid #fbb034;
    border-radius: 20px;
    z-index: 0;
}
.myAbout .scroll-anim.is-visible {
    opacity: 1;
    transform: none;
}
.myAbout .section-subtitle {
    color: #0a2540;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.myAbout .section-subtitle::before {
    content: '';
    width: 40px;
    height: 3px;
    background: #fbb034;
}
.myAbout .sectionTitle {
    font-size: 2.4rem;
    margin-bottom: 20px;
    text-align: left;
}
.myAbout .text-gradient {
    background: linear-gradient(135deg, #0a2540, #3b82f6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.myAbout .feature-list {
    margin-top: 20px;
    padding-left: 0;
    margin-bottom: 0;
}
.myAbout .feature-list li {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
}
.myAbout .feature-list .icon {
    width: 50px;
    height: 50px;
    background: rgba(251, 176, 52, 0.1);
    color: #fbb034;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.myAbout .feature-list h5 {
    margin-bottom: 5px;
    font-size: 1.1rem;
}
.myAbout .feature-list span {
    color: #6b7280;
    font-size: 0.95rem;
}
.myAbout .btn-primary {
    background-color: #fbb034;
    color: #202c39;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
}




.homeFacultySection {
  background-color: #042c64;
  transition: all 4s linear;
}
.homeFacultySection .hfsIntro p {
  font-size: 18px;
  line-height: 2;
}
.homeFacultySection .facultyCarousel {
  position: relative;
}
.homeFacultySection .facultySwiper .swiper-slide {
  border-radius: 15px;
  overflow: hidden;
}
.homeFacultySection .facultyBox {
  width: 100%;
  /*aspect-ratio: 2/3;*/
  position: relative;
  text-align: center;
  border: 1px solid #666;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}
.homeFacultySection .facultyImg {
  width: 100%;
  height: 100%;
  object-fit: cover!important;
  object-position: center;
  transition: all 0.3s ease;
  filter: grayscale(100%) brightness(100%);
}
.homeFacultySection .facultyName {
  padding: 50px 15px 20px;
  display: block;
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.02rem;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  transition: all 0.3s ease;
}
.homeFacultySection .facultyBox a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.homeFacultySection .facultySwiper .swiper-slide-active .facultyBox .facultyImg {
  filter: grayscale(0) brightness(100%);
}
.homeFacultySection .facultySwiper .swiper-slide-active .facultyName {
  opacity: 1;
  bottom: 0;
  transition-delay: 0.3s;
}
.homeFacultySection .facultySwiper .swiper-slide-active a {
  pointer-events: unset;
}
.homeFacultySection .facultySwiper .swiper-slide-active {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
.homeFacultySection .facultyCarousel .facultyNaviBtns {
  display: none;
}
.homeFacultySection .facultyCarousel .facultyNaviBtns::after {
  font-size: 35px;
  color: #fff;
}
.homeFacultySection .facultySwiper .swiper-slide-active .facultyBox:hover .facultyImg {
  filter: grayscale(0) brightness(110%);
}

@media (min-width: 640px) {
  .homeFacultySection .facultyCarousel {
    padding: 20px;
  }
  .homeFacultySection .facultyName {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .homeFacultySection .facultyCarousel {
    padding: 20px 50px;
  }
  .homeFacultySection .facultyCarousel .facultyNaviBtns {
    display: block;
  }
}
@media (min-width: 1024px) {
  .homeFacultySection .hfsIntro p {
    font-size: 18px;
  }
}






.multiSliderSec .swiper {
  width: 100%;
  height: 100%;
}
.multiSliderSec .mySwiperLeft {
  height: 420px;
}
.multiSliderSec .box1, .multiSliderSec .box2, .multiSliderSec .box3, .multiSliderSec .box4 {
  height: 200px;
}
.multiSliderSec .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
}
.multiSliderSec .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.multiSliderSec .swiper-slide:hover img {
  transform: scale(1.08);
}
.multiSliderSec .card-custom {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  color: #fff;
}
.multiSliderSec .bg-primary-custom {
  background: #1e3c72;
  background: linear-gradient(135deg, #1e3c72, #2a5298);
}
.multiSliderSec .bg-dark-custom {
  background: linear-gradient(135deg, #000000, #434343);
}
.multiSliderSec .overlay-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(255,255,255,0.9);
  color: #000;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
}








.counterSection{
    background-color:#DBE8FF;
    padding: 70px 0;
}
.counterSection .counterBox {
  width: 100%;
  height: 100%;
  min-height: 180px;
  display: block;
  background-color: #174d99;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.counterSection .counterBox:before,
.counterSection .counterBox:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
.counterSection .counterBox:before {
  background: linear-gradient(-55deg,
    rgba(51, 131, 250, 0) 20%,
    rgb(6, 52, 117) 100%
  );
}
.counterSection .counterBox:after {
  background: linear-gradient(
    -55deg, rgba(51, 131, 250, 0) 20%, rgb(63, 143, 255) 100% );
  opacity: 0;
}
.counterSection .counterBox:hover:before {
  opacity: 0;
}
.counterSection .counterBox:hover:after {
  opacity: 1;
}
.counterSection .counterBox:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.counterSection .counterBox img {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.counterSection .counterFigure {
  width: 100%;
  line-height: 1;
  font-size: 14px;
  position: relative;
  padding: 15px;
  z-index: 2;
}
.counterSection .svsuCount {
  font-size: 200%;
  font-weight: 600;
}
.counterSection .sfImgbox {
  position: relative;
}
.counterSection .counterFigure.big {
  font-size: 30px;
}
.counterSection .svsuText {
  font-size: 18px;
}
@media (min-width: 640px) {
  .counterSection .svsuCount {
    font-size: 300%;
  }
  .counterSection .counterFigure {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .counterSection .counterBox {
    min-height: 150px;
  }
}
@media (min-width: 1280px) {
  .counterSection .counterBox {
    min-height: 200px;
  }
  .counterSection .counterFigure {
    font-size: 16px;
  }
  .counterSection .counterFigure.big {
    font-size: 40px;
  }
  .counterSection .counterBox .sfimg_library,
  .counterSection .counterBox .sfimg_online {
    object-position: center top;
  }
}




.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    position: relative;
    padding-left: 25px;
    white-space: nowrap;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::after {
    content: '\f02d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    position: absolute;
    font-size: 11px;
    top: 51%;
    left: 0;
    transform: translateY(-49%);
}
.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    width: min-content;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding-left: 21px;
}




footer .footerBottom .ulList li{
    position: relative;
    padding-left: 20px; 
    line-height: 1.3;
    margin-bottom: 22px; 
}
footer .footerBottom .ulList li::before {
    content: '\f105'; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    position: absolute;
    font-size: 13px;
    top: 52%;
    left: 0;
    transform: translateY(-48%);
    color: #fff;
}


.profDetail{
    padding-top: 10px;
    padding-bottom: 15px;
}
.profDetail .name{
    font-size: 20px;
    margin-bottom: 5px;
}
.profDetail .designation{
    font-size: 12px;
    line-height: 1.3;
}

.gsc-control-cse{
    padding-top: 2px!important;
    padding-bottom: 5px!important;
}
.gsc-input .gsc-input-box{
    border-radius: 30px!important;
    border: 1.5px solid #686363;
}








.testimonialSlider .titleHL{
    font-size: 32px;
}
.testimonialSlider .titleHL:before {
    content: "";
    width: 5px;
    height: 24px;
    display: inline-block;
    margin-right: 8px;
}
.testimonialSlider .ttsContent {
    padding: 60px 70px;
}
.testimonialSlider .ttsContent p {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #fff;
}
.testimonialSlider .ttsInfo {
    color: #ffd11a;
}
.testimonialSlider .ttsAuthor {
    font-size: 22px;
}
.testimonialSlider .testimonialTextSlider {
    height: 94%;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(315deg, #3383fa 0%, #134080 61.46%);
    position: relative;
}
.testimonialSlider .testimonialTextSlider:before,
.testimonialSlider .testimonialTextSlider:after {
    content: "";
    width: 4%;
    aspect-ratio: 1 / 1;
    min-width: 25px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 2%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 35' fill='%23E9E9E9'%3E%3Cpath d='M0 22.5751C0 9.89121 11.7104 2.16307 13.5292 1.19975C14.8465 0.482101 16.0661 0 16.9017 0C17.6295 0 18.1111 0.353981 18.1111 0.963761C18.1111 1.5731 17.5014 2.29119 16.9017 2.77285C15.2203 3.98228 10.5005 10.265 10.5005 16.1841C10.5005 17.7475 11.3463 19.1929 12.3096 19.6842C13.4011 20.2839 18.4744 21.3753 18.4744 27.7664C18.4744 31.5127 15.4558 34.7667 11.2279 34.7667C5.67338 34.7672 0 30.5493 0 22.5751Z'/%3E%3Cpath d='M21.1394 22.5751C21.1394 9.89121 32.86 2.16307 34.6691 1.19975C35.9969 0.482101 37.2059 0 38.0512 0C38.7786 0 39.251 0.353981 39.251 0.963761C39.251 1.5731 38.6518 2.29119 38.0512 2.77285C36.3606 3.98228 31.651 10.265 31.651 16.1841C31.651 17.7475 32.4963 19.1929 33.4601 19.6842C34.5515 20.2843 39.6248 21.3753 39.6248 27.7668C39.6248 31.5131 36.5961 34.7672 32.3682 34.7672C26.8225 34.7672 21.1394 30.5493 21.1394 22.5751Z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}
.testimonialSlider .testimonialTextSlider:after {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}
.testimonialSlider .testimonialTextSlider .ttsbgImg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: fill;
    object-position: center;
    z-index: 0;
    mix-blend-mode: color-dodge;
    pointer-events: none;
}
.testimonialSlider .testimonial-box {
  background: linear-gradient(135deg, #1e3c72, #2a5298);
  color: #fff;
  padding: 30px;
  border-radius: 15px;
  min-height: 220px;
}
.testimonialSlider .testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}
.testimonialSlider .quote {
  font-size: 60px;
  position: absolute;
  opacity: 0.2;
}
.testimonialSlider .quote-left {
  top: 10px;
  left: 20px;
}
.testimonialSlider .quote-right {
  bottom: 10px;
  right: 20px;
}

.testimonialSlider .testimonialImgSlider .tisBox .tisImg{
    width: 100%;
    height: 320px;
}


.quickLinkCard .backBtn{
    background-color: #02101b;
    color: #fff;
}




.img-photo {
  display: block; /* Make the image a block element so it can be centered */
  margin-left: auto; /* Center horizontally */
  margin-right: auto; /* Center horizontally */
  max-width: 100%; /* Optional: Prevent image from overflowing the cell */
  border-radius: 10px;
  box-shadow: 5px 5px 5px grey;
  border: 2px solid #006f43;
  width: 140px!important;
  height: 165px
}







.tour-widget {
  all: initial;
}
.tour-widget .tour-btn {
  position: fixed;
  /*position: relative;*/
  bottom: 142px;
  right: 20px;
  height: 70px;
  width: 70px;
  /*width: 220px;*/
  border-radius: 50px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #ff6600, #ff0066, #6600ff);
  background-size: 300%;
  color: #fff;
  overflow: hidden;
  transition: 0.4s;
  box-shadow: 0 12px 35px rgba(0,0,0,0.3);
  z-index: 9999;
}
.tour-widget .tour-btn:hover {
  width: 220px;
  animation: tourGradientMove 3s linear infinite;
}
.tour-widget .tour-text {
  opacity: 0;
  white-space: nowrap;
  margin-left: 8px;
  font-size: 15px;
  transition: 0.3s;
}
.tour-widget .tour-btn:hover .tour-text {
  opacity: 1;
}
.tour-widget .tour-icon {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 600px;
}
.tour-widget .tour-cube {
  width: 35px;
  height: 35px;
  position: relative;
  transform-style: preserve-3d;
  animation: tourRotateCube 4s infinite linear;
}
.tour-widget .tour-face {
  position: absolute;
  width: 35px;
  height: 35px;
  background: #fff;
  color: #000;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 6px;
}
.tour-widget .front  { transform: translateZ(17px); }
.tour-widget .back   { transform: rotateY(180deg) translateZ(17px); }
.tour-widget .left   { transform: rotateY(-90deg) translateZ(17px); }
.tour-widget .right  { transform: rotateY(90deg) translateZ(17px); }
.tour-widget .top    { transform: rotateX(90deg) translateZ(17px); }
.tour-widget .bottom { transform: rotateX(-90deg) translateZ(17px); }
@keyframes tourRotateCube {
  0%   { transform: rotateX(0) rotateY(0); }
  100% { transform: rotateX(360deg) rotateY(360deg); }
}
@keyframes tourGradientMove {
  0% { background-position: 0%; }
  100% { background-position: 300%; }
}
.tour-widget .tour-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  inset: 0;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
}
.tour-widget .tour-modal-content {
  width: 90%;
  height: 90%;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.tour-widget iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.tour-widget .tour-close {
  position: absolute;
  top: 12px;
  right: 15px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  z-index: 999999;
}





.fabWidget {
  position: fixed;
  bottom: 90px;
  left: 13px;
  z-index: 1000;
  transition: all 0.3s ease;
}
.fabTrigger .background {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  background-color: #1950ff;
  border-radius: 50%;
  box-shadow:
    0 2.1px 1.3px rgba(0, 0, 0, 0.04),
    0 5.9px 4.2px rgba(0, 0, 0, 0.05),
    0 12.6px 9.5px rgba(0, 0, 0, 0.06),
    0 25px 20px rgba(0, 0, 0, 0.1);
}
.fabList {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 20px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.fabButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 11px 6px;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background-color: #ffffff;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}
.fabWidget.active .fabList {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0px);
}
.fabWidget.active .fabButton {
  opacity: 1;
  transform: translateY(0);
}
.fabOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.fabOverlay.active {
  opacity: 1;
  visibility: visible;
}
[data-tooltip] {
  position: relative;
}
[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
  padding: 7px;
  border-radius: 4px;
  background: #1950ff;
  color: #ffffff;
  font-size: 0.8em;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, right 0.3s ease;
}
[data-tooltip]:hover::before {
  opacity: 1;
  visibility: visible;
}
.chat-bubble {
  position: relative;
  cursor: pointer;
}
.chat-bubble .bubble {
  transform-origin: 50%;
  transition: transform 0.5s cubic-bezier(0.17, 0.61, 0.54, 0.9);
}
.chat-bubble .line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.75;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.chat-bubble .line1 {
  stroke-dasharray: 60 90;
  stroke-dashoffset: -20;
}
.chat-bubble .line2 {
  stroke-dasharray: 67 87;
  stroke-dashoffset: -18;
}
.chat-bubble .circle {
  fill: #ffffff;
  transform-origin: 50%;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.fabWidget.active .bubble {
  transform: translate(24px, 4px) rotate(45deg);
}
.fabWidget.active .line1 {
  stroke-dashoffset: 21;
}
.fabWidget.active .line2 {
  stroke-dashoffset: 30;
}
.fabWidget.active .circle {
  transform: scale(0);
}









.desktop-nav .navbar{
    position: relative;
}
.desktop-nav .navbar .navbar-nav .nav-item.megaMenuColumnWise{
    position: unset;
}
.megaMenuColumnWise .innerListWrap li {
    list-style: none;
}
.megaMenuColumnWise .innerListWrap a {
    display: block;
    padding: 5px 0;
}
.megaMenuColumnWise:hover .dropdown-menu.innerListWrap {
    width: 100%!important;
}


@media (min-width: 768px) {
    .megaMenuColumnWise .innerListWrap {
        display: grid!important;
        gap: 5px 20px;
        padding: 10px;
        min-width: 300px;
    }
}
@media (max-width: 767px) {
    .megaMenuColumnWise .dropdown-menu {
        display: none;
        position: static !important;
        width: 100%;
    }
    .megaMenuColumnWise .dropdown-menu.show {
        display: block;
    }
    .megaMenuColumnWise .innerListWrap {
        display: block;
    }
}



@media (min-width: 768px) {
    .aboutMegaMenu .innerListWrap {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 768px) {
    .examinationMegaMenu .innerListWrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .academicMegaMenu .innerListWrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .administrationsMegaMenu .innerListWrap {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 768px) {
    .studentsMegaMenu .innerListWrap {
        grid-template-columns: repeat(3, 1fr);
    }
}






/* Desktop: visible */
.searchBox {
    display: block;
}

/* Mobile: hidden */
@media (max-width: 767px) {
    #searchBox {
        display: none !important;
    }

    #searchBox.active {
        display: block !important;
    }
}



.mobileSearch .dot-menu .inner .icon{
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 17px;
}



.myLinkBtn{
    background-color: #fbb034;
    color: #202c39;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
}




.leftSideImportant{
    box-shadow: 2px 2px 6px #999;
    border:1px solid #999;
}
.leftSideImportant a{
    background-color: aliceblue;
    padding-left: 10px;
    margin-bottom: 8px;
    border-radius: 4px;
    font-size: 14px;
    color: #000;
    line-height: 1.9;
}








.cardBoxShadowAdmission{
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #0d6efd 0%, #ff7b00 100%);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    transition: 0.4s ease;
    color: #fff;
    position: relative;
}
.cardBoxShadowAdmission::before{
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
    top: -80px;
    right: -80px;
}
.cardBoxShadowAdmission::after{
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    bottom: -60px;
    left: -60px;
}
.cardBoxShadowAdmission:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}
.cardBoxShadowAdmission .card-header{
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding: 20px 25px;
    position: relative;
    z-index: 2;
}
.cardBoxShadowAdmission .card-header h2{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.cardBoxShadowAdmission .card-body{
    padding: 30px 25px;
    position: relative;
    z-index: 2;
    color: rgba(255,255,255,0.95);
}
.cardBoxShadowAdmission .applyBtn{
    display: inline-block;
    padding: 12px 28px;
    background: #fff;
    color: #0d6efd;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}
.cardBoxShadowAdmission .applyBtn:hover{
    background: #ff7b00;
    color: #fff;
}