body{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Oswald", serif;
    overflow-x: hidden;
}

.sectionPadding{
    padding: 70px 0
}

.landingPageheader .leftSideBox .noticeBox{
    padding:5px 16px;
    border-radius: 7px;
}
.landingPageheader .leftSideBox .noticeBox a{
    font-size: 11px;
    color: #000;
    text-decoration: none;
    line-height: 1.1;
}
.landingPageheader .leftSideBox .noticeBox a p{
    line-height: 1.5;
}
.landingPageheader .leftSideBox .logoWrap{
    border-radius: 10px;
    display: inline-block;
    margin-top: 25px;
    padding: 15px 20px;
}
.landingPageheader .leftSideBox .logoWrap img{
    max-width:350px;
}
 
.landingPageheader .registerationBox .headingText {
    margin-top: 14px;
}
 
.landingPageheader .registerationBox .topLogo {
    width: 230px;
}

.landingPageheader .registerationBox{
	background-color: #E9F5FF;
	padding: 10px 35px;
    margin-top: 28px;
    border-radius: 15px;
}
.landingPageheader .registerationBox input {
    font-size: 13px;
    padding: 11px 12px;
    border-radius: 2px;
}
.landingPageheader .registerationBox input:focus {
	box-shadow: none;
}
.landingPageheader .registerationBox .formWrap .submitBtnWrap {
    margin-top: 11px;
}
.landingPageheader .registerationBox .formWrap .neu-button {
    background-color: #FF9B17;
    box-shadow: inset 4px 4px 10px #FF9B17, inset -4px -4px 10px #FF9B17;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 7px 40px;
    transition: all 0.2s ease-in-out;
    border: 2px solid #ffc107;
}

.landingPageheader .registerationBox .input-group-text {
    background-color: #ffc107;
}


.landingPageheader{
    background-image: url(/images/landing/student.jpg);background-size: cover;background-attachment: fixed;background-position: 0px -5px;min-height: 100vh; background-repeat: no-repeat;
}
.landingPageheader .overlay{
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 100vh;
}
.landingPageheader .overlay .leftSideBox{
    margin-top: 10px;
    padding: 10px 50px 10px 0;
}
.landingPageheader .overlay .leftSideBox h2{
    font-size: 64px;line-height: 1.2;
}
.landingPageheader .overlay .leftSideBox .desc{
    font-weight: 300;
    margin-top: 10px;
}
.landingPageheader .overlay .leftSideBox .quoteline{
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    color: #000;
}

.landingPageheader .overlay .leftSideBox .datesheetBtn{
    background-color: #0d63d0;
    color: #fff;
    border: 1px solid #0d63d0;
    display: inline-block;
}


.landingPageheader .overlay .leftSideBox .prospectusBtn{
    background-color: black !important;
    color: white;
    border: 0.6mm ridge rgba(255, 255, 255, 1);
    display: inline-block;
}



.otp-input-fields {
  margin: auto;
  background-color: white;
  box-shadow: 0px 0px 8px 0px #02025044;
  max-width: 400px;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 10px 4px;
}
.otp-input-fields .row{
  width: 100%;
  justify-content: center;
} 
.otpBoxWrap input {
  margin: 0.5rem;
  padding: 0.5rem;
  border-radius: 4px;
  max-width: 37px;
  text-align: center;
  min-height: 40px;
  border: 1px solid #2f8f1f;
}
.otpBoxWrap input[type=number]::-webkit-inner-spin-button, 
.otpBoxWrap input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


.registationNotes ul li{
    font-size: 13px;
}






.processStepSec .box-row {
  display: flex;
  justify-content: space-between;
  width: 80vw;
  margin: auto;
}

.processStepSec .box-button {
  display: flex;
  align-items: center;
}

.processStepSec .box-label {
  text-align: center;
}

.processStepSec .box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.processStepSec .box-icon {
    width: 90px;
    height: 90px;
    padding: 17px;
    margin-bottom: 8px;
    border-radius: 50%;
    border: 4px solid black;
    text-align: center;
}
.processStepSec .box-icon .icon{
    width: 50px;
    height: 50px;
    text-align: center;
}
@media (max-width: 480px) {
  .processStepSec .box {
    width: 16px;
    height: 16px;
  }

  .processStepSec .box-icon {
    width: 16px;
    height: 16px;
  }

  .processStepSec svg {
    width: 16px;
    height: 16px;
  }
}
.processStepSec .box-tag {
  flex-grow: 1;
  min-width: 20px;
  height: 4px;
  background-color: black;
}

.processStepSec .box:first-child .box-tag-left {
  background-color: white;
}

.processStepSec .box:last-child .box-tag-right {
  background-color: white;
}



.sectionHeading{
    margin-bottom: 50px;
}






.importantLinkSection{
    top: -140px;
    z-index: 99;
    position: absolute;
    margin: 0 auto;
    width: 100%;
}
.importantLinkSection .innerHeaderContainer{
    background-color: #FF542A;
    padding: 20px 20px 30px;
}
.importantLinkSection .innerHeaderContainer .innerHeader h3{
    margin-top: 0;
    margin-bottom: 0;
}
.importantLinkSection .imgWrap{
    background-color:#fff;
    border-radius: 10px;
    display: inline-block;
}
.copyRight {
    background-color: #032f76!important;
    padding: 4px 0;
}
.copyRight p{
    font-size: 14px;
    font-weight: 400;
}
.copyRight p a{
    color: #FFC107;
}


footer{
position: relative;
    background-image: linear-gradient(180deg, #041b40 0%, #084ebf 100%);
        padding: 0px 0 0px 0;
    }

.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 .footerColumnHead h4{
    color: #fff;
}
footer .footerColumnHead ul{
    padding-left: 15px;
}
footer .footerColumnHead ul li{
    padding: 5px 0;
    color: #fff;
}
footer .footerColumnHead ul li a{
    color: #fff;
    text-decoration: none;
    font-weight: 400;
        font-size: 14px;
     font-family: "Roboto", sans-serif;
}
footer .paddingX .para{
    margin-top: 10px;
    text-align: left;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
     font-family: "Roboto", sans-serif;
}
footer .paddingX{
    padding: 0 15px;
    text-align: left;
}




.programmeSection .ulList ul li{
    list-style: none;
/*    font-weight: 400;*/
    font-size: 15px;
    line-height: 1.8;
}


.gallerySection{  
  /*background: url("../img/product/landing/gallerybg.jpg") no-repeat center center fixed;*/
  background-size: cover;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}
   .gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  padding: 16px;
  /*border-radius: 12px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);*/
}

.gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(255, 255, 0, 0.8);
}





/*footer .bottomTopBtn a i {
    box-shadow: 1px 1px 2px #f7c35f;
    font-size: 22px;
    width: 38px;
    height: 38px;
    text-align: center !important;
    border-radius: 50% !important;
}*/






.courseDateSection .leftTable .table tr td{
      padding-top: 10.5px;
      padding-bottom: 10.5px;
   }


.courseDateSection .tableBox .table{
      border: 1px solid #198754;
   }
   .courseDateSection .tableBox .table thead tr{
      white-space: nowrap;
   }
   .courseDateSection .tableBox .table thead tr th{
      background-color: #198754;
      color: #fff;
   }
   .courseDateSection .tableBox .table tr td{
      font-size: 14px;
     /* background-color: #000;
      color: #fff;*/
   }
   .courseDateSection .tableBox{
/*      background-color: #000;*/
   }




  .programmeSectionNew {
    background-color: #004663;
    color: #c7d5e0;
    padding: 80px 0;
}

.timeline-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.timeline-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color: #66c0f4;
    transform: translateX(-50%);
    z-index: 0;
}
.timeline-item {
    position: relative;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 1s ease-out, transform 1s ease-out;
}
.timeline-item.left {
    left: 0;
}
.timeline-item.right {
    left: 50%;
}
.timeline-item.visible {
    opacity: 1;
    transform: translateY(0);
}
.timeline-item.left.visible {
    transform: translateX(-6px);
}
.timeline-item.right.visible {
    transform: translateX(6px);
}
.timeline-content {
    background-color: rgba(42, 71, 94, 0.95);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(102, 192, 244, 0.7), 0 0 50px rgba(102, 192, 244, 0.4);
    position: relative;
    display: flex;
    align-items: center;
    transition: box-shadow 0.5s ease, transform 0.3s ease;
    z-index: 1;
}
.timeline-content:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transform: scale(0.98);
    z-index: 1;
}
.timeline-avatar {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 50%;
    border: 2px solid #66c0f4;
}
.timeline-date {
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1b2838;
    color: #66c0f4;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 10px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.timeline-title {
    font-size: 22px;
    color: #66c0f4;
    margin-bottom: 10px;
}
.timeline-description {
    font-size: 15px;
    color: #d4e0e6;
    line-height: 1.6;
}
.timeline-item.left::before {
    content: '';
    position: absolute;
    top: 40px;
    right: -12px;
    width: 12px;
    height: 12px;
    background-color: #66c0f4;
    border-radius: 50%;
    z-index: 0;
}
.timeline-item.right::before {
    content: '';
    position: absolute;
    top: 40px;
    left: -12px;
    width: 12px;
    height: 12px;
    background-color: #66c0f4;
    border-radius: 50%;
    z-index: 0;
}




.floatBtnRightSide{
    position: fixed;
    right: -53px;
    z-index: 9;
    color: #111;
    rotate: -90deg;
    top: 23.9%;
    background-color: #FFC107;
    border: 1px solid #FFC107;
    font-size: 15px;
    padding: 3px 15px;
}
.floatBtnRightSide:hover{
    background-color: #FFC107;
    border: 1px solid #FFC107;
    color: #111;
}
.floatBtnRightSide {
   animation: pulse1 1s infinite;
   transform: scale(1.05);
}
@keyframes pulse1 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
  }
  60% {
    box-shadow: 0 0 0 15px rgba(255, 193, 7, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
  }
}
 
 
.floatBtnRightSide2{
    position: fixed;
    right: -25px;
    z-index: 9;
    color: #111;
    rotate: -90deg;
    top: 51%;
    background-color: #07ecff;
    border: 1px solid #07ecff;
    font-size: 15px;
    padding: 3px 15px;
}
.floatBtnRightSide2:hover{
    background-color: #07ecff;
    border: 1px solid #07ecff;
    color: #111;
}
.floatBtnRightSide2 {
   animation: pulse2 1s infinite;
   transform: scale(1.05);
}
@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 rgba(7, 236, 255, 0.7);
  }
  60% {
    box-shadow: 0 0 0 15px rgba(7, 236, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(7, 236, 255, 0);
  }
}
 
 
.floatBtnRightSide3{
    position: fixed;
    right: -37px;
    z-index: 9;
    color: #111;
    rotate: -90deg;
    top: 75%;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 15px;
    padding: 3px 15px;
}
.floatBtnRightSide3:hover{
    background-color: #fff;
    border: 1px solid #fff;
    color: #111;
}
.floatBtnRightSide3 {
   animation: pulse3 1s infinite;
   transform: scale(1.05);
}
@keyframes pulse3 {
  0% {
    box-shadow: 0 0 0 0 rgba(7, 236, 255, 0.7);
  }
  60% {
    box-shadow: 0 0 0 15px rgba(7, 236, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(7, 236, 255, 0);
  }
}







.reasonSection{
  background: url("/images/landing/bg.jpg") no-repeat center center fixed;
  background-size: cover;
  background-position: center center;
}
.reasonSection .overlay{
  background-color: rgba(0, 0, 0, 0.5);
  padding: 70px 0;
}
.reasonSection .overlay .textLeft h2{
  font-size: 50px;
  font-weight: 300;
}
.reasonSection .overlay .textLeft h3{
  color: #FFC107;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
}
.reasonSection .overlay .textLeft p{
  font-weight: 300;
}
.reasonSection .overlay .imgRight img{
  width:27%;
  height: auto; 
  object-fit: cover;
  margin-bottom: 3px;
}




.cubeBox {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  perspective: 600px;
  z-index: 9999;
}
.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: rgb(255, 193, 7); 
  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;
}
.sidebar.floatBtn p i {
  left: 45px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
}
 
.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: 171px;
}
.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;
}












@media (min-width: 768px) {
   .timeline-item.timeTwo {
      top: -152px;
   }
   .timeline-item.timeThree{
      top: -418px;
   }
   .timeline-item.timeFour {
      top: -858px;
   }
   .timeline-container {
/*       max-height: 1011px;*/
   }
   .programmeSectionNew{
      max-height: 1035px;
      overflow: hidden;
   }
}
@media (max-width: 768px) {
    .timeline-item {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .timeline-item.right {
        left: 0;
    }
    .timeline-container::before {
        left: 20px;
    }
    .timeline-item.left::before,
    .timeline-item.right::before {
        left: 20px;
        right: auto;
    }
    .timeline-date {
        left: 20px;
        transform: translateX(0);
    }
}





@media only screen and (max-width: 600px) {
  .landingPageheader .overlay .leftSideBox h2 {
    font-size: 34px;
    }

    .landingPageheader .overlay .leftSideBox .logoWrap .logo{
        width: 250px;
    }
    .landingPageheader .overlay .leftSideBox {
        margin-top: 25px;
    }
    .landingPageheader .registerationBox {
        margin-bottom: 30px;
    }
    .landingPageheader .registerationBox {
        padding: 9px 20px;
        margin-top: 20px;
        border-radius: 10px;
    }


    .processStepSec .box-icon {
            width: 80px;
            height: 80px;
                padding: 20px;
        }
    .processStepSec .box-icon .icon {
        width: 30px;
        height: 30px;
        text-align: center;

    }
    /*.processStepSec .box {
        margin: 0 50px;
    }*/


    .processStepSec .scrollDiv {
        overflow-x: scroll;
    }
        .processStepSec .box-row {
            width: 700px;
            
            height: 112px;
        }
    
    .processStepSec .box-label {
        font-size: 12px;
        white-space: nowrap;
    }

    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }


.reasonSection .overlay .textLeft h2 {
    font-size: 24px;
}
.reasonSection .overlay .textLeft h3 {
    font-size: 36px;
}
.reasonSection .overlay .imgRight img {
    width: 31%;
}











}