/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Yesteryear&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Graduate&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Estonia&amp;display=swap');


body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

.button{
  color: #444444;
  text-decoration: none;
  border: none;
  background-color: white;
}

.button:hover{
  color: #954126;
  text-decoration: none;
}

a {
  color: #444444;
  text-decoration: none;
}

a:hover {
  color: #954126;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background:#954126;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #7ed899;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid#954126;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 0;
  box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
}

#header .logo {
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.firstletter::first-letter {
  font-size: 150%;
  color:#954126;
}

.logo{
  color:#ffffff;
  /* color:#954126; */
}
#header .logo a {
  color:#954126;
}

#header .logo img {
  max-height: 45px;
  max-width: 60px;
  object-fit: contain;
}

/**
* Get Startet Button
*/
.get-started-btn {
  margin-left: 22px;
  background:#954126;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  
}

.get-started-btn:hover {
  background: #3aadc1;
  color: #fff;
} 

@media (max-width: 768px) {
  .get-started-btn {
    /* margin: 0 15px 0 0;
    padding: 6px 18px; */
    display: none;
  }

}
.fixed-top {
   position: fixed;
  top: 93px;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #954126 !important;

}
.headerimage-ses{
  height: 80px;
  width: 100%;
  position: relative;
  background-color: white;
}
.fixed-top1{
   position: fixed; 
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.headerimage {
  height: 97px !important;
  object-fit: contain;
  width: 205px;  
}
.headerimagetxt  .h1{
  font-size: 38px;
  font-weight: 800;
  text-transform: uppercase;
  
  /* color: #37423b; */
  color: #0b3167;
  letter-spacing: 5px;
   
    padding: 0px;
    margin: 0px;
}
.headerimagetxt  .h2{
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
  /* color: #37423b; */
  color: #0b3167;
  padding: 0px;
  margin: 0px;
  letter-spacing: 4px;
}
.headerimagetxt  .subname{
  font-size: 17px;
 
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  /* color: #37423b; */
  color: #0b3167;
  padding: 0px;
  margin: 0px;
  letter-spacing: 4px;
}
.line h2 {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0b3167;
  font-family: "Times New Roman", Times, serif;
  padding: 0px;
  margin: 0px;
}

.line h2::before {
  content: "";
  width: 210px;
  height: 2px;
  display: inline-block;
  background: #0b3167;
  margin: 3px 0px;
}
.line h2::after {
  content: "";
  width: 210px;
  height: 2px;
  display: inline-block;
  background: #0b3167;
  margin: 3px 0px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; /* Allow wrapping to a second line */
  list-style: none;
  align-items: center;
}


.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: 
  #fbf6f1;
  /* Remove nowrap to allow wrapping */
  white-space: normal;
  transition: 0.3s;
}

.dropdown > ul > li >  a{
  color: black;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  /* color:#954126; */
  color:#f9e52b
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color:#954126;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #37423b;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(32, 38, 34, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37423b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color:#954126;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color:#954126;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* #hero {
  width: 100%;
  height: 90vh;
  background: url("../img/School_Building_hero.jpg") top center;
  background-size: cover;
 margin-top: 110px;
 position: relative;
 background-repeat: no-repeat;
} */

#hero {
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
  margin-top: 110px;
}

#hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: -1; 
}

.hero-content {
  position: relative;
  z-index: 1; 
  text-align: center;
  color: white;
  padding-top: 20vh; 
}



#hero:before {
  content: "";
  /* background: rgba(0, 0, 0, 0.4); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 70px;
}

@media (max-width: 992px) {
  #hero .container {
    /* padding-top: 62px; */
    padding-top: 10px;
  }

}
.padding-10{
  padding: 10px;
}
#hero h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
   line-height: 56px; 
  color: #0b3167;
  font-family: "Poppins", sans-serif;
}

#hero h2 {
  color:#0b3167; 
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 3px;
  border: 2px solid #0b3167; ;
  color:#0b3167; ;
  background-color: #fcfdfd47;
}

#hero .btn-get-started:hover {
  background:#954126;
  border: 2px solid#954126;
}

@media (min-width: 1024px) {
  /* #hero {
    background-attachment: fixed;
  } */
}
.show-mobile{
  display: none;
}

/* for mobile screen added by adarsh */
@media (max-width: 768px) {
  #hero {
    height: 29vh;
    margin-top: 86px;
  }
  .pop-upimg{
   height: 248px;
    width: 250px;
    object-fit: contain;
  }
.tagline{
  font-size:16px !important ;
}

.md-screen{
  height: 109px;
  }
  #hero h1 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 0px;
    background: #ffffff7a;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #header .logo img{
  max-height: 35px;
  max-width: 35px;
  object-fit: contain;
}
.navbarlogotext{
  font-size: 12px;
}
 
#hero .btn-get-started {
  margin-top: 10px;
  /* margin-top: 120px; */
  font-size: 10px;
  padding: 3px 10px;
}
.moblesrfont{
  font-size: 12px;
  
}
h1, h2, h3, h4, h5, h6 {
  font-size: 17px;
}

.headerimagetxt  .h1{
  font-size: 20px;
  margin-top: 15px;

}
.headerimagetxt  .subname{
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  /* color: #37423b; */
  color: #0b3167;
  padding: 0px;
  margin: 0px;
}
.fixed-top {

  top: 65px;
 
}
.headerimage{

  height: 65px !important;

}
.line h2 {
  font-size: 12px;
}

.line h2::before {
  content: "";
  width: 50px;
  height: 1.5px;
  display: inline-block;
  background: #0b3167;
  margin: 3px 0px;
}
.line h2::after {
  content: "";
  width: 50px;
  height: 1.5px;
  display: inline-block;
  background: #0b3167;
  margin: 3px 0px;
}

.logo-sm-center{
text-align: center;
}
.preadmbtn{
  display: none;
}

.steam-image{
  height: 120px !important;
}


.show-mobile{
  display: block;
}
.hide-mobile{
  display: none;
}
.mobile-logo-image{
  height: 65px !important;
  width: 100%;
  object-fit: contain;
}

}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f7f6;
}

/* .section-title {
  padding-bottom: 40px;
} */
 
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #09adee;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 25px;
  font-weight: 700;

  font-family: "Poppins", sans-serif;
  /* color: #37423b; */
  color: #0b3167;
}

.breadcrumbs {
  margin-top: 63px;
  text-align: center;

  padding: 30px 0;

}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 20px;
  }
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 500;
}

.breadcrumbs p {
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color:#954126;
}

.about .content .learn-more-btn {
  background:#954126;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.about .content .learn-more-btn:hover {
  background: #3ac162;
  color: #fff;
}

@media (max-width: 768px) {
  .about .content .learn-more-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 30px 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color:#954126;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #37423b;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background:#954126;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color:#954126;
  background: #fff;
}

 .icon-boxes .icon-box {
  text-align: center;
  background: #fff;
  padding: 5px 30px;
  width: 100%;
  margin: 10px;

  border: 1px solid #d3d9d7;
}

 .icon-boxes .icon-box i {
  font-size: 32px;
  padding: 18px;
  color:#954126;
  margin-bottom: 30px;
  background: #ecf9f0;
  border-radius: 50px;
}

 .icon-boxes .icon-box h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

 .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

 .icon-box:hover {
  border-color:#954126;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0px;
}

.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: 0.3s;
  border: 1px solid #d3d9d7;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #37423b;
  transition: 0.3s;
}

.features .icon-box:hover {
  border-color:#954126;
}

.features .icon-box:hover h3 a {
  color:#954126;
}

/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.courses .course-item {
  border-radius: 5px;
  border: 1px solid #d3d9d7;
}

.courses .course-content {
  padding: 15px;
}

.courses .course-content h3 {
  font-weight: 700;
  font-size: 20px;
}

.courses .course-content h3 a {
  color: #37423b;
  transition: 0.3s;
}

.courses .course-content h3 a:hover {
  color:#954126;
}

.courses .course-content p {
  font-size: 14px;
  color: #242424;
}

.courses .course-content h4 {
  font-size: 14px;
  background:#954126;
  padding: 7px 14px;
  color: #fff;
  margin: 0;
}

.courses .course-content .price {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #37423b;
}

.courses .trainer {
  padding-top: 15px;
  border-top: 1px solid #d3d9d7;
}

.courses .trainer .trainer-profile img {
  max-width: 50px;
  border-radius: 50px;
}

.courses .trainer .trainer-profile span {
  padding-left: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #5a6c60;
}

.courses .trainer .trainer-rank {
  font-size: 18px;
  color: #657a6d;
}

/*--------------------------------------------------------------
# Trainers
--------------------------------------------------------------*/
.trainers .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #d3d9d7;
}

.trainers .member img {
  margin: -1px -1px 30px -1px;
}

.trainers .member .member-content {
  padding: 0 20px 30px 20px;
}

.trainers .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.trainers .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.trainers .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.trainers .member .social {
  margin-top: 15px;
}

.trainers .member .social a {
  color: #7e9486;
  transition: 0.3s;
}

.trainers .member .social a:hover {
  color:#954126;
}

.trainers .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  /* padding: 30px 30px 30px 60px; */
  margin: 30px 15px;
  min-height: 200px;
  border: 1px solid #d3d9d7;
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100%;
  /* border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px; */
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #c1ecce;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid#954126;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color:#954126;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Cource Details
--------------------------------------------------------------*/
.course-details h3 {
  font-size: 24px;
  margin: 30px 0 15px 0;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.course-details h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #d3d9d7;
  bottom: 0;
  left: 0;
}

.course-details h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background:#954126;
  bottom: 0;
  left: 0;
}

.course-details .course-info {
  background: #f6f7f6;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.course-details .course-info h5 {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.course-details .course-info p {
  margin: 0;
  font-weight: 600;
}

.course-details .course-info a {
  color: #657a6d;
}

/*--------------------------------------------------------------
# Cource Details Tabs
--------------------------------------------------------------*/
.cource-details-tabs {
  overflow: hidden;
  padding-top: 0;
}

.cource-details-tabs .nav-tabs {
  border: 0;
}

.cource-details-tabs .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #37423b;
  border-radius: 0;
  border-right: 2px solid #e2e7e4;
  font-weight: 600;
  font-size: 15px;
}

.cource-details-tabs .nav-link:hover {
  color:#954126;
}

.cource-details-tabs .nav-link.active {
  color:#954126;
  border-color:#954126;
}

.cource-details-tabs .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.cource-details-tabs .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #37423b;
}

.cource-details-tabs .details p {
  color: #242424;
}

.cource-details-tabs .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cource-details-tabs .nav-link {
    border: 0;
    padding: 15px;
  }

  .cource-details-tabs .nav-link.active {
    color: #fff;
    background:#954126;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.events .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.events .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.events .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.events .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.events .card-title a {
  color: #37423b;
  transition: 0.3s;
}

.events .card-text {
  color: #5e5e5e;
}

.events .read-more a {
  color: #242424;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.events .read-more a:hover {
  color:#954126;
}

.events .card:hover img {
  transform: scale(1.1);
}

.events .card:hover .card-body {
  border-color:#954126;
}

.events .card:hover .card-body .card-title a {
  color:#954126;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-top: 5px;
}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color:#954126;
  float: left;
  width: 44px;
  height: 44px;
  background: #ecf9f0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37423b;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #657a6d;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background:#954126;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color:#954126;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background:#954126;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3ac162;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/






#footer {
  color: #fff;
  font-size: 14px;

  /* background-color: #ffffff; */
background-color: #B7FFFB;
background-image: url('../images/footerimage.jpg');

/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%23B7FFFB'/%3E%3Cstop offset='1' stop-color='%238CFFFA'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='941' height='784.2' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.1'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E"); */
/* background-attachment: fixed; */
background-size: cover;
}

#footer .footer-top {
  padding: 6px 0 3px 0;
  /* background: #f9faf9; */
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color:  #fff;;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color:  #fff;;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color:  #fff;;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color:#fff;;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  /* background: #fff; */
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e0e5e2;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background:#954126;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #3ac162;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#footer .credits a {
  color: #3ac162;
  transition: 0.3s;
}

#footer .credits a:hover {
  color:#954126;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background:#954126;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #3ac162;
  color: #fff;
  text-decoration: none;
}


.social-buttons {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;
	 gap: 8px;
}
 .social-button {
	 position: relative;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 outline: none;
	 width: 40px;
	 height: 40px;
	 text-decoration: none;
	 border-radius: 25%;
	 background: #fff;
	 text-align: center;
   border:0.5px solid #954126;
}
 .social-button::after {
	 content: '';
	 position: absolute;
	 top: -1px;
	 left: 50%;
	 display: block;
	 width: 0;
	 height: 0;
	 border-radius: 25%;
	 transition: 0.3s;
}
 .social-button:focus, .social-button:hover {
	 color: #fff;
}
 .social-button:focus::after, .social-button:hover::after {
	 width: calc(100% + 2px);
	 height: calc(100% + 2px);
	 margin-left: calc(-50% - 1px);
}
 .social-button i, .social-button svg {
	 position: relative;
	 z-index: 1;
	 transition: 0.3s;
}
 .social-button i {
	 font-size: 25.6px;
}
 .social-button svg {
	 height: 40%;
	 width: 40%;
}
 .social-button--mail {
	 color: #0072c6;
}
 .social-button--mail::after {
	 background: #0072c6;
}
 .social-button--facebook {
	 color: #3b5999;
}
 .social-button--facebook::after {
	 background: #3b5999;
}
 .social-button--linkedin {
	 color: #0077b5;
}
 .social-button--linkedin::after {
	 background: #0077b5;
}
 .social-button--github {
	 color: #6e5494;
}
 .social-button--github::after {
	 background: #6e5494;
}
 .social-button--codepen {
	 color: #212121;
}
 .social-button--codepen::after {
	 background: #212121;
}
 .social-button--steam {
	 color: #7da10e;
}
 .social-button--steam::after {
	 background: #7da10e;
}

 .social-button--twitter {
	 color: #55acee;
}
 .social-button--twitter::after {
	 background: #55acee;
}
 .social-button--instagram {
	 color: #e4405f;
}
 .social-button--instagram::after {
	 background: #e4405f;
}
 .social-button--npmjs {
	 color: #c12127;
}
 .social-button--npmjs::after {
	 background: #c12127;
}
 

/* custom addded by adarsh 04-07-2023*/
.padding-top-10{
  padding-top: 10px;
}

.highlight  ul {
  list-style: none;
  padding: 0;
}

.highlight  ul li {
  padding-bottom: 10px;
}

.highlight  ul i {
  font-size: 20px;
  padding-right: 4px;
  color:#954126;
}
.kindergarten p {
  margin: 0;
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  /* font-family: 'Caveat Brush', cursive; */
  /* font-family: 'Finger Paint', cursive; */
  color: #37423b;
}
.kindergarten h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  /* font-family: "Poppins", sans-serif; */
  /* font-family: 'Caveat Brush', cursive; */
  font-family: 'Finger Paint', cursive;
}

.kindergarten h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #09adee;
  margin: 4px 10px;
}
.ratio-fit{
  width: 100%;
  aspect-ratio: 6/4;
  object-fit: contain;
  border-radius: 3%;
}


.loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  top:50%;
  left:25%;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}
.loader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s;
}
.loader--text {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 4rem;
  margin: auto;
}
.loader--text:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}


/* gallery added by adarsh ms 18-08-2023 */

/* 

.img-gallery {
  

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-auto-rows: minmax(0px, 1fr);
  gap: 30px;
}

.img-gallery > img {
  display: block;
  max-width: 100%;
  height: 80%;
  object-fit: cover;
  border-radius: 8px;
  transition: 0.3s ease;
}

.img-gallery img:hover {
  scale: 1.1;
  box-shadow: 10px 26px 60px rgba(68, 77, 136, 0.3);
}

 */

.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}



/* MODEL POPUP  */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.527); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 5px;
  border: 1px solid #888;
  width: 80%;
  animation: animatetop 0.6s;
  /* animation-duration: 0.6s */
}
.pop-upimg{
  height: 380px;
  object-fit: cover ;
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
/* The Close Button */
.close {
  color: #575757;
  float: right;
  font-size: 15px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-footer {
padding: 10px 10px;
  background-color: #00aeff;
  color: white;
}

.modal-header {
  text-align: center;
  padding: 10px 10px;
  background-color: #00aeff;
  color: white;
}

.modal-footer-close{
border: 0.5px solid white;
  color: white;
}
.modal-footer-close:hover{
  color: black;
  border: 0.5px solid black;
  cursor: pointer;
}


/* robotics added by adarsh*/


#roboticshero {
  width: 100%;
  height: 90vh;
  background: url("../img/robotics/robotics_landing_image.jpg") top center;
  background-size: cover;
  position: relative;
  display: flex;
    align-items: center;
    justify-content: center;
}

#roboticshero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#roboticshero .container {
  padding-top: 72px;
}

@media (max-width: 992px) {
  #roboticshero .container {
    padding-top: 25px;
  }
}

#roboticshero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  
}

#roboticshero h2 {
  color: #eee;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#roboticshero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid #fff;
  color: #fff;
  background-color: #fcfdfd47;
}

#roboticshero .btn-get-started:hover {
  background:#954126;
  border: 2px solid#954126;
}

@media (min-width: 1024px) {
  #roboticshero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #roboticshero {
    height: 28vh;
  }
  #roboticshero h1 {
    font-size: 16px;
    line-height: 22px;
}



  #roboticshero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}


/* about robotics */



.aboutrobotics {
  width: 100%;
  /* height: 90vh; */
  background: url("../img/robotics/3d-robot-hand-background-ai-technology-side-view.jpg") top center;
  background-size: cover;
  position: relative;
  display: flex;
    align-items: center;
    justify-content: center;
}

.aboutrobotics:before {
  content: "";
  background: rgb(0 0 0 / 71%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.aboutroboticscontent h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  
}

.aboutroboticscontent h2 {
  color: #eee;
  margin: 10px 0 0 0;
  font-size: 24px;
}

/* List css added by adarsh 07-09-2023*/



.list-container ol {
  max-width: 950px;
  font-family: "Roboto", sans-serif;
  /* margin: 32px ; */
  line-height: 1.8;
  list-style: none;
  counter-reset: list-counter;
}

.list-container img {
  width: 45%;
  border-radius: 8px;
  margin: 20px 0;
  vertical-align: text-top;
}

.list-container li {
  margin: 20px 32px;
  position: relative;
  font-size:20px
}

.list-container li::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  position: absolute;
  top: 0;
  left: -50px;
  border: 2px solid #e72c2c;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: #fff;
  transition: all 200ms ease-in;
}

.list-container li:hover::before {
  background: #e72c2c;
  color: #fff;
}

.list-container li::after {
  content: "";
  position: absolute;
  left: -34px;
  top: 42px;
  height: calc(100% - 30px);
  width: 1px;
  background: #000;
}

.list-container li:last-child::after {
  height: calc(100% - 50px);
}


 /* steam education css added by adarsh ms */



ul,
ol {
  margin: 0 0 1.5em 2em;
  word-wrap: break-word;
}
.list-numbered {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}
.list-numbered > li {
  position: relative;
  margin: 0 0 0 1.5rem;
  padding: 0.5rem 1rem 0.5rem 2rem;
  list-style: none;
  border-left: 0.5px solid #954126;
}
.list-numbered > li:before {
  display: block;
  font-size: 12px;
  padding: 0.5rem;
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0.6rem;
  left: -1rem;
  box-sizing: border-box;
  margin-right: 5rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  font-weight: bold;
  border: 0.5px solid#954126;
  background-color: #ffffff;
  border-radius: 50%;
}


/* admission open popup */
#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Add a semi-transparent overlay */
  z-index: 9999; /* Ensure it's on top of other elements */
}

#popup-content {
  background: #fff;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  margin: 50px auto; /* Center the popup vertically and horizontally */
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}



/* admission open popup */
#sliderpopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Add a semi-transparent overlay */
  z-index: 9999; /* Ensure it's on top of other elements */
}

#sliderpopup-content {
  background: #fff;
  padding: 20px;
  width: 80%;
  max-width: 800px;
  margin: 50px auto; /* Center the popup vertically and horizontally */
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}


/* Hover button ---added by adarsh 21-12-2023*/ 
.Hovbtn {
  height: 40px;
  font-size: 1.1em;
  cursor: pointer;
  background-color: #0b3167;
  color: #fff6f6;
  border: none;
  border-radius: 5px;
  transition: all .4s;
 }
 
 .Hovbtn:hover {
  border-radius: 5px;
  transform: translateY(-15px);
  box-shadow: 10px 7px 0 -2px #f85959,
   0 15px 0 -4px #39a2db,
   0 16px 10px -3px #39a2db;
 }
 
 .Hovbtn:active {
  transition: all 0.2s;
  /* transform: translateY(-10px); */
  transform: translateY(-10px);
  box-shadow: 2px 2px 0 -2px #f85959,
   0 8px 0 -4px #39a2db,
   0 12px 10px -3px #39a2db;
 }


/* ------------------------------------------------- */
.profile-box {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  gap: 20px;
  transition: all 0.3s ease;
}

.profile-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

/* Profile Image Hover */
.profile-img {
  width: 180px;
  height: 200px;
  object-fit: cover;
  border-radius: 10%;
  border: 3px solid #ccc;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.profile-img:hover {
  transform: scale(1.05);
  border-color: #007bff;
}

/* Button Hover */
.btn-primary {
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #0056b3;
  border-color: #004b9c;
  transform: translateY(-2px);
}


/* ------------------------------- */
.datetime-buttons {
  position: absolute;
  top: 8px;
  right: 12px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.date-btn, .time-btn {
  display: flex;
  align-items: center;
  background-color: #007bff; /* Bootstrap primary */
  color: white;
  font-size: 0.85rem;
  padding: 6px 10px;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
  cursor: default;
}

.date-btn i, .time-btn i {
  margin-right: 6px;
  color: white;
}

.date-btn:hover, .time-btn:hover {
  background-color: #0056b3; /* Darker on hover */
}



.carousel-caption {
  background: rgba(0, 0, 0, 0.5); /* semi-transparent background */
  padding: 20px;
  border-radius: 8px;
  bottom: 20%;
  animation: fadeInUp 1s ease-in-out;
}

.carousel-caption h2 {
  font-size: 2.5rem;
  color: #fff !important;
  font-weight: bold;
}

.carousel-caption p {
  font-size: 1.2rem;
  color: #ddd;
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

/* ----------------------------------------
   1) Basic Breadcrumb Container Styles
   ---------------------------------------- */
.breadcrumb {
  background: url('../images/footerimage.jpg') center center no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0; 
  margin-top: 178px;
}

/* Make sure the <nav> spans full width (or whatever container you place it in) */
.breadcrumb {
  width: 100%;
  box-sizing: border-box;
}

/* ----------------------------------------
   2) List-Reset and Flex Layout
   ---------------------------------------- */
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;       /* allow items to wrap on small screens */
  align-items: center;
}

/* Remove default list spacing */
.breadcrumb li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

/* Add separator “›” between items (except before first li) */
.breadcrumb li + li::before {
  content: "›";
  color: rgba(255, 255, 255, 0.8);
  margin: 0 8px;
  font-size: 0.9rem;
}

/* ----------------------------------------
   3) Link and Current Item Styles
   ---------------------------------------- */
.breadcrumb a {
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  transition: background-color 0.2s ease;
}

.breadcrumb a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.breadcrumb .current {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  font-weight: bold;
}

/* ----------------------------------------
   4) Padding/Spacing on the Container
   ---------------------------------------- */
.breadcrumb ul {
  padding: 12px 16px;
}

/* ----------------------------------------
   5) Mobile-Responsive Adjustments
   ---------------------------------------- */
@media (max-width: 768px) {
  .breadcrumb ul {
    padding: 10px 12px;
  }
  .breadcrumb a,
  .breadcrumb .current {
    font-size: 0.9rem;
    padding: 5px 10px;
  }
  .breadcrumb li + li::before {
    margin: 0 6px;
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .breadcrumb ul {
    padding: 8px 10px;
  }
  .breadcrumb a,
  .breadcrumb .current {
    font-size: 0.8rem;
    padding: 4px 8px;
  }
  .breadcrumb li + li::before {
    margin: 0 4px;
    font-size: 0.7rem;
  }
}

/* -------------------------------------- */
 .staff-container {
      display: flex;
      flex-direction: column;
      gap: 20px;
      max-width: 800px;
    }

    .staff-card {
      background-color: #b8f0df;
      border-radius: 10px;
      display: flex;
      align-items: center;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .staff-card:hover {
      transform: scale(1.02);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .staff-image {
      flex: 0 0 150px;
      height: 190px;
      object-fit: cover;
    }

    .staff-details {
      padding: 20px;
    }

    .staff-details h3 {
      margin: 0 0 10px;
      color: #333;
    }

    .staff-details p {
      margin: 5px 0;
      color: #555;
    }
    
    .members-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      max-width: 1000px;
      margin: auto;
    }

    .member-card {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }

    .member-card:hover {
      transform: translateY(-5px);
    }

    .member-card h3 {
      margin: 0;
      font-size: 18px;
      color: #333;
    }

    .member-card p {
      margin: 6px 0;
      font-size: 14px;
      color: #666;
    }


        .section-title {
      text-align: center;
      font-size: 24px;
      color: #2c3e50;
      margin-bottom: 20px;
    }

    .highlight {
      font-weight: bold;
      color: #1a73e8;
      font-size: 18px;
      margin-bottom: 10px;
    }

    ul.benefits {
      list-style-type: disc;
      padding-left: 40px;
      max-width: 900px;
      margin: auto;
      color: #444;
    }

    ul.benefits li {
      margin-bottom: 10px;
    }