@media (max-width: 600px) { #tawkchat-minified-wrapper { width: 100%; height: 50px; } } @media (min-width: 601px) 
{ #tawkchat-minified-wrapper { width: 400px; height: 300px; } }


/* Prevent wrapping */
.anniversary-nowrap {
    white-space: nowrap;
    display: inline-block;
}

/* For screens <= 400px  */
@media (max-width: 400px) {
  .anniversary-nowrap {
    font-size: 0.95em;
  }
}

/* For screens <= 320px  */
@media (max-width: 320px) {
  .anniversary-nowrap {
    font-size: 0.81em;
  }
}


.intl-tel-input,
.iti{
  width: 100%;
}

header .navbar-brand img {
  height: initial !important;
  max-height: 35px;
}

.overline_inderline{
  display: inline-block;
  padding: 5px 15px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  line-height: 1em;
  text-decoration: none;
}
                                
.type-wrap {
  display: inline-block;
    text-align: left; /* Or center as needed */
  white-space: nowrap;
}


.type-it-elt {
  line-height: 1.5;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}

@media (max-width: 768px) { 
  .type-it-elt {
      font-size: 1em; 
      line-height: 1.4;
  }
}

@media (max-width: 480px) { 
  .type-it-elt  {
      font-size: 1.1em;
      line-height: 1.4;
  }
}
.module-badge{
  position: absolute;
    top: 10px;
    background: #fbac39;
    color: white;
    padding: 5px 12px;
    font-size: 11px;
    border-radius: 12px;
    font-weight: 600;
    margin-left:5px;
}
.cyber-badge{

    color: #fff;
    padding: 10px 18px;
    font-weight: bold;
    background-color: #00c6ffba;
    border-radius: 30px;
    box-shadow: 0px 0px 12px #00c6ff;
    display: inline-block;


}

.right_div{
position: sticky !important;

position: sticky;
top: 0; /* Adjust the offset from the top */
z-index: 1000; 
}



.mobile-enquiry {
 
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 120px;
  
}
.right_div{
  position: fixed;

}


/* Floating section */
.floating-section {
  position: fixed;
  bottom: 110px;
  left: 0;
  width: 100%;
  background-color: white; /* White background */
  border: 2px solid #007BFF; /* Blue border */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  box-sizing: border-box;
  display: none; /* Hidden by default */
}

.text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.cta-button {
  display: inline-block;
  width: 100%; /* Button takes full width */
  padding: 12px 0px;
  background-color: #0cbc87;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 10px; /* Small gap between the button and the text */
}

.cta-button:hover {
  background-color: #0056b3;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
  .floating-section {
      display: block; /* Show only on mobile */
      z-index: 99;
      width: 75%;/*80*/
      margin: 0 auto;
      left: 15;/*15*/
      /* right: 0; */
      bottom: 15px;
      /* bottom: 85px; */
      padding: 8px 5px;
  }

   
  
  
  
}

.btn-float{
  max-width: 150px;
  margin: 0 auto;
}
.bottomCTA{
  background-size: cover;
  background-position: center;
  padding: 30px;
  border-radius: 16px;
}
.bottomCTA h6{
  margin-bottom: 0;
}
.bottomCTA svg{
  max-width: 100%;
}
.bottomCTA h4{
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}
.bottomCTA h4 span{
  display: inline-block;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: #F7C32E;
  color: #333;
  /* margin-left: 5px; */
}
.bottomCTA h2{
  color: #F7C32E;
  font-size: 35px;
  font-weight: 700;
  margin-top: 10px;
}
.bottomCTA h6{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}
.bottomCTA .date{
  display: inline-block;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: #F7C32E;
  color: #333;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.bottomCTA .time{
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 16px;
}
.bottomCTA a.btn-light{
  padding: 10px 30px;
  font-weight: 600;
}



.upcoming-batch .card{
  background:transparent;
}

.upcoming-batch .card-body{
  padding: 8px 5px;
}

.upcoming-batch .carousel-control-prev{
  background: #95BFE6;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  top: 7px;
  left: -16px;
  opacity: 1;
}

.upcoming-batch .carousel-control-next{
  background: #95BFE6;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  top: 7px;
  right: -16px;
  opacity: 1;
}
.upcoming-batch p{
  margin-bottom: 0;
}





















body{margin-top:20px;}
.timeline {
    border-left: 3px solid #727cf5;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 40%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #727cf5;
    box-shadow: 0 0 0 3px #727cf5;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}




 :root {
  --primary: #37a9e1;
  --primary-gradient: linear-gradient(45deg, #153c7e 0%, #37a9e1 100%);
} *
.section-header {
  text-align: center;
}
 .section-header h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
.section-header hr {
  border: 1px solid #fff;
  width: 56px;
}
.bg-gradient_solid {
  color: #fff;
  padding: 48px 0;
}
.steps {
  position: relative;
  margin-top: 32px;
}
.steps::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: rgb(0, 0, 0);
  opacity: 0.4;
  top: 0;
  bottom: 0;
  left: 50%;
}

.steps .content p {
  color: #676767;
  font-size: 16px;
}

.steps .content h2 {
  font-weight: 600;
  font-size: 16px;
  color: #676767;
}

.steps-container {
  position: relative;
  background-color: inherit;
  width: calc(50% + 32px);
}

.steps-container .content {
  padding: 10px;
  background-color: white;
  position: relative;
  border-radius: 0px 0px 80px 0px;
  box-shadow: 0px 16px 27px rgb(0 11 30 / 10%);
}

.steps .steps-container:nth-child(even) {
  left: calc(50% - 32px);
  flex-direction: row-reverse;
}

.steps-container {
  display: flex;
}

.steps .steps-container .date {
  /* font-weight: 900; */
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
  width: 62px;
  height: 62px;
  background-color: var(--primary);
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 777;
}

.step-line {
  width: 40px;
  background-color: rgb(0, 0, 0);
  height: 1px;
  margin-top: 31px;
  opacity: 0.4;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .steps::after {
    left: 32px;
  }
  .steps-container {
    left: 0;
    flex-direction: row-reverse;
    width: auto;
    margin-bottom: 16px;
  }
  .steps .steps-container:nth-child(even) {
    left: 0;
  }
} 




::selection{
  color: #fff;
  background: #3ea0e2;
}
.wrapper{
  max-width: 1080px;
  margin: 50px auto;
  padding: 0 20px;
  position: relative;
}
.wrapper .center-line{
  position: absolute;
  height: 100%;
  width: 4px;
  background: #fff;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
.wrapper .row{
  display: flex;
}
.wrapper .row-1{
  justify-content: flex-start;
}
.wrapper .row-2{
  justify-content: flex-end;
}
.wrapper .row section{
  background: #fff;
  border-radius: 5px;
  width: calc(50% - 40px);
  padding: 20px;
  position: relative;
}
.wrapper .row section::before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  top: 28px;
  z-index: -1;
  transform: rotate(45deg);
}
.row-1 section::before{
  right: -7px;
}
.row-2 section::before{
  left: -7px;
}
.row section .icon,
.center-line .scroll-icon{
  position: absolute;
  background: #f2f2f2;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #3ea0e2;
  font-size: 17px;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}
.center-line .scroll-icon{
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}
.row-1 section .icon{
  top: 15px;
  right: -60px;
}
.row-2 section .icon{
  top: 15px;
  left: -60px;
}
.row section .details,
.row section .bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row section .details .title{
  font-size: 22px;
  font-weight: 600;
}
.row section p{
  margin: 10px 0 17px 0;
}
.row section .bottom a{
  text-decoration: none;
  background: #3ea0e2;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  /* font-size: 17px; */
  font-weight: 400;
  transition: all 0.3s ease;
}
.row section .bottom a:hover{
  transform: scale(0.97);
}
@media(max-width: 790px){
  .wrapper .center-line{
    left: 40px;
  }
  .wrapper .row{
    margin: 30px 0 3px 60px;
  }
  .wrapper .row section{
    width: 100%;
  }
  .row-1 section::before{
    left: -7px;
  }
  .row-1 section .icon{
    left: -60px;
  }
}
@media(max-width: 440px){
  .wrapper .center-line,
  .row section::before,
  .row section .icon{
    display: none;
  }
  .wrapper .row{
    margin: 10px 0;
  }
}

.main-title {
  height: 150px;
}
.landing-list li{
  font-size: 22px;
}
@media (max-width: 1200px) {
  .landing-list li{
      font-size: 19px;
  }
}
@media (max-width: 992px) {
  .main-title {
      height: 180px;
  }
  .landing-list li{
      font-size: 17px;
  }
}
@media (max-width: 767px) {
  .main-title {
      height: 250px;
  }
  .main-title h1 {
      font-size: 55px;
      line-height: normal;
      text-align: center;
  }
  .landing-list{
      text-align: center;
  }
}
@media (max-width: 480px) {
  .main-title {
      height: 190px;
  }
  .main-title h1 {
      font-size: 40px;
  }
}
@media (max-width: 400px) {
  .main-title {
      height: 120px;/*155*/
  }
  .main-title h1 {
      font-size: 25px;
  }
}

.home-25{
 position: absolute;
 bottom: 75px;
 left: 0;
 right: 0;
 top: auto;
}
.mobile-25{
  height:180px;
}





/************************ CSS: Request Callback ************************/

.callback {
  position: fixed;
  top: 250px;
  right: -72px;
  background: #00834E;
  color: white;
  padding: 10px 12px;
  border-radius: 10px 10px 0 0;
  transform: rotate(-90deg);
  z-index: 99;
  text-align: center;
}

.btn-callback{
  background: none;
  border: none;
  font-size: 17px;
  font-weight: 400;
  color: white;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-callback:hover{
  color: #F7C32E;
}
/* ,,,, */

.quick-contact, .quick-contact-phone {
  position: fixed;
  top: 375px;
  right: 0px;
  background: #00834E;
  color: white;
  padding: 5px 5px;
  border-radius: 10px 10px 0 0;
  transform: rotate(-90deg);
  z-index: 99;
  text-align: center;
}
.quick-contact-phone{
  top: 435px !important;
}
.btn-contact, .btn-contact-phone{
  background: none;
  border: none;
  font-size: 17px;
  font-weight: 600;
  color: white;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-contact:hover, .btn-contact-phone:hover{
  color: #F7C32E;
}
.btn-contact i, .btn-contact-phone{
  transform: rotate(90deg);
}
.quick-contact-info, .quick-contact-info-phone{
  right: -300px;
  z-index: 999;
  background: #00834E;
  padding: 5px 15px;
  position: fixed;
  transition: all .6s ease-in-out;
  opacity: 0;
  pointer-events: none;
  width: 265px;
  top: 375px;
}
.quick-contact-info-phone{
  top: 435px !important;
}
.contact-open .quick-contact-info, .contact-open-phone .quick-contact-info-phone{
  right: 0px;
  transition: all .6s ease-in-out;
  opacity: 1;
  pointer-events: all;
  /* margin: 10px 30px; */
}
.quick-contact-info h6, .quick-contact-info-phone h6{
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: white;
}

.quick-contact-info a, .quick-contact-info-phone a{
  font-size: 14px;
  font-weight: 400;
  color: white;
}
.quick-contact-info a:hover, .quick-contact-info-phone a:hover{
  color: #F7C32E;
}
.mail1 i{
  color: white;
  padding-right: 12px;
  font-size: 25px;
}
.close-btn1{
  position: absolute;
  left: -30px;
  top: -25px;
  background: red;
  padding: 5px;
  border-radius: 2px;
  color: white;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
}
.close-btn1 i{
  font-size: 14px;
}



/************************ 25-years : Fixed (Sub page) ************************/
.join-us {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 9999;
}
.join-us-mobile{
  background-color: var(--jubilee);
  padding: 15px 0;
}
.join-us-mobile h3{
  color: white;
  font-weight: 100;
}
.join-us-mobile h3 span{
  font-family: "Playball", cursive;
  padding-right: 8px;
}
.join-us-mobile a{
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-us-mobile a:hover{
  color:#c2b8b8;
}
.join-us-mobile a{
  padding: 2px 0 0 5px;
}



@media (max-width: 768px) {
  .floating-section {
      display: block;
      z-index: 99;
      width: 75%;
      margin: 0 auto;
      left: 15px;
      /* right: 0; */
      bottom: 15px;
      padding: 8px 5px;
  }
}




.home-collapse-prev{
  background: #95BFE6;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  top: 7px;
  left: -16px;
  opacity: 1;
}

  .mobile-bottom-strip {
    padding: 5px; 
    border-radius: 8px; 
    position: fixed;
    width:100%;
    bottom: 0px;
    left:0; 
    z-index: 1000; 
    display: flex; 
    flex-direction: row; 
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  
}


.cursor {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
}

.cursor-follower {
  position: fixed;
  width: 25px;
  height: 25px;
  border: 1px solid var(--secondary);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 9998;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
  transition: all 0.15s ease-out;
}
	
.read-more-text {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.read-more-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.read-more-toggle {
  color: blue;
  cursor: pointer;
  font-size: 0.9em;
  display: inline-block;
  margin-top: 5px;
}


/* .read-more-text {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.read-more-box.expanded .read-more-text {
  max-height: none;
} */







ul.timelin {
  position: relative;
  list-style-type: none;
  padding-left: 180px;
}
ul.timelin:before {
  position: absolute;
  display: block;
  left: 136px;
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background-color: #07b;
  content: ' ';
}
ul.timelin .event {
  position: relative;
  padding: 16px;
  background: white;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
  padding: 16px;
  margin-bottom: 30px;
}
ul.timelin .event:before {
  display: block;
  position: absolute;
  top: 30px;
  left: -55px;
  width: 30px;
  height: 30px;
  border: 6px solid #07b;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.6);
  content: ' ';
}
ul.timelin h3 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
}
ul.timelin .time {
  position: absolute;
  display: block;
  width: 120px;
  top: 35px;
  left: -179px;
  font-size: 0.9em;
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
}
ul.timelin .time > .glyphicon-time {
  top: 2px;
}
ul.timelin .left-arrow:before {
  position: absolute;
  top: 30px;
  left: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #ddd;
  border-left: 0 solid #ddd;
  border-bottom: 15px solid transparent;
  content: ' ';
}
ul.timelin .left-arrow:after {
  position: absolute;
  top: 30px;
  left: -14px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  border-left: 0 solid #fff;
  border-bottom: 15px solid transparent;
  content: ' ';
}




.box-f5f4f6 {
  background-color: #f5f4f6  !important;
}

.bg-art{
  background-color: rgb(6 106 201 / 55%) !important;
}

.ai-creation{
  font-size: 19px;
}
.kerala-vision{
  font-size: 20px;
}
.special-offer-badge {
    background: linear-gradient(to bottom, #ff0000, #cc0000);
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 0 0 10px 0;
    font-size: 20px;
    position: absolute;
    top: -1px;
    left: 0;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
}
.special-offer-badge::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 15px;
    background: #900;
    top: -15px;
    left: 0;
    border-radius: 10px 0 0 0;
}