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

html,
body {
  scroll-behavior: smooth;
  max-width: 100vw;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}

.error-wrapper, .success-wrapper {
  display: none;
}

.bg-black {
  background-color: #000000;
}

img {
  max-width: 100%;
}

html,
body {
  height: 100%;
}

.top-bar {
  font-weight: 600;
  color: #fff;
  background-color: #025b9d;
}

.marquee-wrapper {
  font-weight: 600;
  color: #fff;
  background-color: #025b9d;
  padding: 6px;
  display: flex;
}


.top-bar a {
  color: inherit;
  text-decoration: none;
}

.top-bar .links a {
  margin: 3px;
  padding: 5px 20px;
  border-radius: 6px;
  background-color: #4caf50;
  transition: all .8s ease-in;
  font-size: 12px;
}

.sec-nav {
  background: #000;
  color: #fff;
}

.custom-nav{
  box-shadow: 0 2px 6px 0px #111111;
  display: block;
  margin-bottom: 3px;
}

a.nav-link {
  color: inherit;
  text-decoration: none;
}

#siteNav a.nav-link {
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  transition: all .5s ease;
  padding: 20px;
}

#siteNav a.nav-link:hover,
#siteNav a.nav-link.active,
#siteNav a.nav-apply-btn:hover {
  background-color: #c3ecff;
  box-shadow: 0px 3px 0px 0px #0d6efd;
}

#siteNav a.nav-apply-btn {
  font-size: 14px;
  background-color: #FF9800;
}
.primary-gradient-bg {
  background: linear-gradient(#fff, #f8fff0);
}

.overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

.overlay-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;;
}

.primary-gradient-bg-inverse {
  background: linear-gradient(#eff2ff, #fff);
}

h1, h2,h3, h4, h5, h6, .title {
  color: #03518d;  
  font-weight: bold;
  font-family: "Maven Pro", sans-serif;
}

h1.gradient,
h2.gradient,
h3.gradient,
h4.gradient,
h5.gradient,
h6.gradient,
.text.gradient {
  color: #03518d;
  background: linear-gradient(130deg, #152ebe, #a5300b 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-family: "Maven Pro", sans-serif;
}


.form-control,
.btn {
  border-radius: 2px;
}

.social a {
  transition: all 0.5s ease;
  display: inline-block;
}
.social a:hover {
  transform: translateY(-10px);
}

.footer {
  background-color: #f7f7f7;
  color: #000000;
}


.footer-bottom {
  color: #000000;
  background-color: #f7f7f7;
  border-top: 1px dashed #413f3f;
  font-size: 12px;
}

.footer-bottom .link {
  border: 1px solid;
  padding: 4px 6px;
  color: #000000;
  font-size: 10px;
  text-decoration: none;
}

.footer-bottom .link:hover {
  color: #007bb5;
}

.footer .title {
  font-weight: 600;
  color: #444444;
  position: relative;
  margin-bottom: 10px;
}

.footer .title::before,
.footer .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .title::before {
  height: 3px;
  width: 110px;
  border-radius: 10px;
  background-color: #2196F3;
  bottom: 0;
  left: 0;
}

.footer .title::after {
  height: 2px;
  width: 60px;
  border-radius: 10px;
  background-color: #F44336;
  bottom: -6px;
}

.footer a {
  text-decoration: none;
  color: inherit;
}


.footer a:hover {
  font-weight: 600;
  color: #2b3eab;
}

.footer .link {
  padding: 4px 0;
  display: block;
}

.footer .bi {
  color: #3F51B5;
  font-size: 20px;
}
.footer .navbar-brand img {
  max-width: 300px;
  width: 100%;
  margin: auto;
  display: block;
}

.achievements-counter {
  background: #efefef;
}

.home-about {
  background: #efefef;
}

.branches-wrap {
  background: #e2eaeb;
}

.counter-wrap {
  border-radius: 4px;
  background-color: #54b3ff;
  padding: 10px;
  margin: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 15px 15px 0 -5px rgb(84, 179, 255, 0.5);
}

.counter-wrap.study-center {
  background-color: rgb(14, 192, 148);
  box-shadow: 15px 15px 0 -5px rgb(34, 192, 148, 0.5);
}
.counter-wrap.enrolled-students {
  background-color: rgb(244, 153, 50);
  box-shadow: 15px 15px 0 -5px rgb(255, 153, 50, 0.5);
}
.counter-wrap.active-students {
  background-color: rgb(210, 187, 7);
  box-shadow: 15px 15px 0 -5px rgb(210, 187, 7, 0.5);
}
.counter-wrap.placements {
  background-color: rgb(139, 195, 74);
  box-shadow: 15px 15px 0 -5px rgb(139, 195, 74, 0.5);
}
.counter-wrap.total-courses {
  background-color: rgb(87 136 234);
  box-shadow: 15px 15px 0 -5px rgb(40, 100, 219, 0.5);
}
/* .counter-wrap.projects {
  background-color: #000;
  box-shadow: 15px 15px 0 -5px rgb(0, 150, 136, 0.5);
} */

.achievements-counter .counter-label {
  color: #fff;
  margin-bottom: auto;
}

.top-social a .bi {
  color: #ffffff;
  cursor: pointer;
  transition: all .5s ease;
}

.top-social a:hover {
  transform: translateY(-4px);
} 



.bi.bi-facebook {
  color: #3b5998;
}

.bi.bi-twitter {
  color: #1da1f2;
}

.bi.bi-whatsapp {
  color: #25d366;
}

.bi.bi-youtube {
  color: #ff0000;
}

.bi.bi-instagram {
  color: #c32aa3;
}

.bi.bi-linkedin {
  color: #007bb5;
}

.index-carousel .carousel-item{
  max-height: 600px;
}

.index-carousel .carousel-item .carousel-caption{ 
  bottom: 10%;
  left: 15%;
  text-align: left;
}

.index-carousel .carousel-item h5, .index-carousel .carousel-item p{ 
  background-color: rgb(20 129 57);
  padding: 10px 20px;
  display: inline-block;
  border-radius: 4px;
}

.index-carousel .carousel-item p {
  background-color: rgb(174 135 19);
  display: block;
  padding: 10px 20px;
  width: 280px;
}

.join-now-link {

}

.services .card {
  text-align: center;
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  /* box-shadow: 0 0 20px 0 #d4d0d0; */
  transition: all .5s ease;
  cursor: pointer;
  border-radius: 0;
  min-height: 130px;
  border: none;
  background: radial-gradient(#d8defe, #b7dfff);
  border-radius: 5px;
  animation: cw2 1s linear infinite;
  /* height: 150px; */
  /* width: 150px; */
}

.services .card i {
  font-size: 40px;
}

.card-wrap:nth-child(even) .card{
  background: radial-gradient(#fff497, #fbdfb4);
  /* animation: cw1 1s linear infinite; */
}
/* .card-wrap:nth-child(odd) .card{
  animation: cw2 1s linear infinite;
} */
/* 
@keyframes cw1 {
  50% {
    background: radial-gradient(#fff497, #f4a124);
  }
}

@keyframes cw2 {
  50% {
    background: radial-gradient(#d8defe, #168ff2);
  }
} */
/* .card-wrap:nth-child(odd) .card{
  border: 1px solid #dbc119;
  background: radial-gradient(#88d929, #dbc119);
} */
/* .card-wrap:nth-child(3n) .card{
  border: 1px solid #e98d2b;
  background: radial-gradient(#88d929, #e98d2b);
}
.card-wrap:nth-child(4n) .card{
  border: 1px solid #2ba3e9;
  background: radial-gradient(#88d929, #2ba3e9);
} */


.services .card:hover {
  transform: scale(1.05);
  z-index: 100;
  background: #f5bdff;
  color: #ffffff;
  background: radial-gradient(#7847cf, #a77df3);
}

/* .services .row>* {
  padding: 0;
} */

.text-justify {
  text-align: justify;
}

.nav-logo{
  max-width: 220px;
}
.gov-logo {
  max-width: 60px;
}

.gst-cin {
  font-size: 12px;
  color: #000000;
  text-align: center;
}

.call-link {
  margin: 2px;
  padding: 5px 10px;
  /* background: #000000; */
  color: #ffffff;
  border-radius: 6px;
  transition: all .5s linear;
  font-size: 15px
}

.call-link:hover {
  box-shadow: inset 500px 0 0 #FBC02D;
  color: #1b641e;
}

#mailSuccess,
#mailFail,
.hide {
  display: none;
}

.partner-banner {
  background: #e0f1ff;
  background: linear-gradient(45deg, #96cdfa, #fffcde);
}

.partner-carousel img{
  max-width: 170px;
}


.partner-carousel .logos {
  width: 170;
  margin: 0 20px;
}

.partner-carousel .logos.bbbp {
  width: 90px;
}
.partner-carousel .logos.niti {
  width: 270px;
}
.partner-carousel .logos.iaf {
  width: 220px;
}


.accreditations .owl-stage {
  display: flex;
  align-items: center;
}

.accreditations img{
  max-width: 220px;
}


.float-menu {
  position: fixed;
  right: -100px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  z-index: 999;
}

.float-menu a {
  padding: 10px 30px 10px 20px;
  border-radius: 40px 0 0 40px;
  height: 60px;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  font-size: 22px;
  background-color: #2438a7;
  transform: 0;
  border: 2px solid #ffffff;
  transition: all .5s ease-in;
  margin: 6px 0;
  box-sizing: border-box;
}

.float-menu a:hover {
  transform: translateX(-90px);
}

.float-menu .bi{color: #ffffff;font-size: 25px;}
.float-menu .whatsapp {
  background-color: #25d366;
}
.float-menu .enquiry {
  background-color: #ef8d38;
}

.enq-card {
  font-size: 22px;
  text-align: center;
  padding: 10px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;    
  border: 3px dashed #673AB7;
  background: rgb(214, 191, 255, 0.43);
  font-weight: bold;
  cursor: pointer;
  transition: all .5s ease;
}

.enq-card:hover {  
  background: #c09ffb;
}


.enq-card.download {
  border: 3px dashed #087c96;
  background: rgb(0, 150, 136,0.17);
}
.enq-card.download:hover {
  background: rgb(0, 150, 136,0.8);
}


.enq-card.enquiry-contact {
  border: 3px dashed #407108;
  background: rgb(139, 195, 74, 0.42);
}
.enq-card.enquiry-contact:hover {
  background: rgb(139, 195, 74, 0.8);
}

.enq-card i {
  font-size: 40px;
  display: block;
  color: #3f069b;
}
.enq-card a {
  font-weight: bold;
  text-decoration: none;
}

.enquiry-modal, .popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}


.popup {
  max-width: 540px;
  margin: 40px auto;
}
.popup-content {
  max-height: 70vh;
  overflow: auto;
}

.popup-close-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 30px;
}

.enquiry-modal .enq-form {
  max-width: 400px;
  padding: 20px;
  background: #03A9F4;
  margin: 20px auto;
}

.sec-header {
  position: relative;
  display: inline-block;
  color: #fa990a;
  font-size: 18px;
}

.sec-header::after {
  content: '';
  height: 4px;
  background-color: #2196F3;
  width: 60%;
  display: block;
  margin-top: 4px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  padding: 0px 14px !important;
    background-color: #06187b;
    margin: 5px;
    color: #ffffff;
    font-size: 34px;

}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.text-gp {
  color: #ef8d38;
}

.jp-card-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.joining-process {
  background-color:#eaffeb;
}
.process-card {
  background: #039451;
  padding: 20px;
  border-radius: 10px 30px;
  color: #fff;
  /* max-width: 200px; */
  margin: 6px;
  width: 18%;
  box-sizing: border-box;
  min-width: 160px;
}

.process-card.pc2{
  background-color: #186ce8;
}
.process-card.pc3{
  background-color: #7d39f6;
}
.process-card.pc4 {
  background-color: #2196F3;
}
.process-card.pc5 {
  background-color: #07808f;
}

.jp-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  color: #FFEB3B;
  font-size: 18px;
  text-transform: uppercase;
}

.jp-heading>div {
  border-top: 1px dashed;
  border-bottom: 1px dashed;
}

.jp-heading img {
  width: 54px;
  margin-bottom: 20px;
}

label:has(+ input:required):after,
label:has(+ textarea:required):after,
label:has(+ ._required):after,
label:has(+ select:required):after,
label.required:after {
  content: ' *';
  color: red;
}

.apply-section {
  background-color: #d8eeff;
}

.enroll-section {
  background-color: #cfd7ff;
}
.h-student-icon {
  position: relative;
  bottom: -20px;
}

.nav-sub-menu {
  z-index: 100;
  display: none;
  position: absolute;
  background-color: #2196f3;
  list-style: none;
  padding: 10px;
  width: max-content;
  color: #fff;
  border-top: 3px solid #FFEB3B;
}

#siteNav .student-zone:hover > .nav-sub-menu{
  display:block;
}
.join-section {
  background: #42aaff;
  background: linear-gradient(45deg, #42aaff, #19bdad);
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}


.join-section .join-card{
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px 10px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  transition:  all .8s ease;
}

.join-card .bi {
  font-size: 48px;
}

.cell-join-card {
  padding: 0;
  transition:  all .8s ease;
  border-right: 1px solid rgb(255, 255, 255, 0.35);
  border-bottom: 1px solid rgb(255, 255, 255, 0.35);
}

.cell-join-card:nth-child(4){
  border: none;
}

/* .join-section .join-card:hover{ 
  box-shadow: 0 0 10px #464747;
} */

.cell-join-card:hover .join-card{
  color: #444444;
}
.cell-join-card.center:hover  .join-card{
  background-color: #ff815a;
}

.cell-join-card.training:hover  .join-card{
  background-color: #07c051;
}

.cell-join-card.industry:hover  .join-card{
  background-color: #b7ae06;
}

.cell-join-card.track:hover  .join-card{
  background-color: #eabd34;
}