
.about-imgs,
.about-imgs img,
.blog-img,
.faq-section .accordion-item,
.main,
.pool-image,
.progress > span,
.pyramid-shap,
.rocket,
.slider,
.upload-btn-wrapper,
.waveWrapper,
.waveWrapperInner,
.window {
  overflow: hidden;
}

#loaderBtn,
.bs-searchbox,
.course-sub-list li:last-child:before,
.gogle-manager,
.program-detail:last-child ::after {
  display: none;
}

.gogle-manager,
.hide-text .visible-hidden {
  visibility: hidden;
}

* {
  box-sizing: border-box;
 
}

html {
  overflow-x: hidden;
}

body {
  min-height:100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  font-size: 14px;
   font-family: "Platypi", serif;
  /*font-family: Arial, sans-serif;*/
  font-weight: bold;
  /*font-family: Ubuntu !important;*/
  background: #f7f7f7 !important;
  }
    @media screen and (max-width: 768px){
        body{
             overflow-x: hidden;
            font-weight: bold;
            font-family: "Platypi", serif;
        }
    }
    @media (max-width: 991px) {
  .logo {
 margin-top: -20px; /* Adjust the width for tablets */
  }
}
  @media (max-width: 767px) {
  .logo {
    margin-top: -5px; /* Adjust the width for mobile devices */
  }
}  
    
 .colorspan{
        color: #079c47 !important;
    }

a {
  text-decoration: none !important;
}

.float-right {
  float: right;
}

.slider {
  width: 100%;
  position: relative;
  height: auto;
}

.video-background::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000a3;
  z-index: 9;
  left: 0;
  bottom: 0;
}

.header {
  background-color: rgb(255, 255, 255);
  padding: -4px 15px;
  color: #000;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  left: 0;
  height: 70px; /* Set height based on your design */
}


.about-img,
.about-img-bottom,
.about-img-box,
.blogs-description h5,
.bog-details,
.box-canvas,
.btn-file,
.btn-read-more,
.btn-submit,
.career-box,
.circle,
.circle-outline,
.circle-outline-1,
.collapse-open,
.form-enquiry,
.icon,
.icon-box,
.job-box h5,
.key-feature,
.key-feature-icon,
.mask-hide-text,
.our-mission p,
.outcome-img,
.outcome-img img,
.partical,
.pl-20,
.pl-35,
.pr-20,
.pr-35,
.program-detail,
.progress,
.pyramid-shap,
.slider-content,
.upload-btn-wrapper,
.vertical-line {
  position: relative;
}

.logo {
  width: 250px;
}

.menu li {
  padding: 0 10px;
}

.menu .nav-link:hover {
  color: #878c84 !important;
  border-bottom: 2px solid #878c84;
}

.menu .nav-link {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  border-bottom: 2px solid transparent;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown.active .dropdown-menu.show .dropdown-item.active {
  color: #fff !important;
  background-color: #93001a !important;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.2rem 0.5rem !important;
  clear: both;
  font-weight: 400;
  color: #000;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 5px;
}

.blur-container {
   /* Semi-transparent background color 
  /* backdrop-filter: blur(1px); The blur effect */
  padding: 5px;
  font-size: 36px;
  border-radius: 8px;
  font-weight: bold;
}

/* Interview mastery */

.flat-row.v19.home1 {
  padding: 0px 0;
  background-color: #f9f9f9;
}

.wrap-iconbox {
  margin-bottom: 30px;
}

.iconbox.style2 {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: transform 0.3s;
}

.iconbox.style2:hover {
  transform: translateY(-10px);
}

.box-header {
  margin-bottom: 20px;
}

.box-icon i {
  font-size: 2.5rem;
  color: #4ad4c2;
}

.box-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.box-content p {
  font-size: 1rem;
  color: #555;
}


.flat-button:hover {
  background-color: #39b8a9;
}

/* Container for the boxes */
.flat-row .container {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping of rows */
    justify-content: space-between; /* Space between the columns */
}

.flat-row .row {
    display: flex;
    flex: 1 1 33.33%; /* Flex grow/shrink for equal width */
    box-sizing: border-box;
    padding: 40px; /* Adjust padding as needed */
}

.wrap-iconbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    
    height: 100%; /* Make all boxes the same height */
}

.iconbox {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.box-content {
    flex-grow: 1; /* Ensures the content grows to fill the space */
}

@media (max-width: 1024px) {
  .flat-row.v19.home1 .col-md-4 {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

/* Welcome to codedrafters */

.row.style-ove {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

/* Columns */
.col-md-7,
.col-md-5,
.col-sm-6 {
  padding: 0 15px;
  box-sizing: border-box;
}

.col-md-7 {
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}

.col-md-5 {
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
}

/* Responsive */
@media (max-width: 1024px) {
    .row.style-ove{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
  .col-md-7,
  .col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
    
  }
  .profile.flat-pl101 {
  position: relative;
}
}

/* Spacing */
.divider.h50 {
  height: 50px;
}

/*.section-reponsive {*/
/*  margin-bottom: 30px;*/
/*}*/

/* Profile */
.profile.flat-pl101 {
  padding-left: 101px;
  position: relative;
}
@media (max-width: 768px) {
  .profile.flat-pl101 {
    padding-left: 10px; /* Reduce padding for mobile */
    margin-bottom: -50px; /* Reduce bottom margin */
  }

  .feature-about-us img {
    margin-top: 20px; /* Reduce margin above the image */
  }

  .pro-content {
    margin-bottom: 20px; /* Decrease the space below the text */
  }
  
  .section-reponsive {
  margin-bottom: 30px;
}

}


.pro-title {
  font-size: 2rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.pro-title::after {
  content: "";
  display: block;
  width: 25%;
  height: 4px;
  background-color:  #079c47;
  position: absolute;
  bottom: -5px;
  left: 105px;
}

.profile ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.profile ul li {
  font-size: 1.125rem;
  color: #666;
  margin-bottom: 10px;
}

.pro-content h6 a {
  font-size: 1.25rem;
  color: #007bff;
  text-decoration: none;
  font-weight: 700;
}

.pro-content p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}

/* Readmore Button */
.readmore .flat-button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.readmore .flat-button:hover {
  background-color: #0056b3;
}

.readmore .box-shaw {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Feature About Us Image */
.feature-about-us {
  text-align: center;
  margin-top: -65px;
    margin-right: 50px;
}

.feature-about-us img {
  max-width: 100%;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

/* Additional Styling */
/* body {
  font-family: "Arial", sans-serif;
  background-color: #f8f9fa;
  margin: 0;
  padding: 0;
} */

h2,
h6,
p {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: underline;
}

/* What keeps us */

/* body {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  background-color: #f4f4f9;
  margin: 0;
  padding: 0;
} */

.highlight {
  color: #ff6f61;
  font-weight: bold;
}

.section-title {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 2.5rem;
}

.section-title::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: #ffc107;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 20px;
}

.section-description {
  font-size: 1rem;
  color: #666;
  margin-bottom: 40px;
  max-width: 800px;
  margin: auto;
}

.why-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.why-section img {
  margin-bottom: 20px; /* Adjust the space between the image and the button */
}

/*.box-content {*/
/*    text-align: left;*/
/*    padding: 20px;*/
/*    background-color: #f9f9f9;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
/*}*/

.box-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.styled-list {
  list-style: none;
  padding: 0;
  font-size: 1.1rem;
}

.styled-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.styled-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffc107;
  font-size: 1.2rem;
}

.btn-custom {
  background-color: #ff6f61;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s, transform 0.3s;
  cursor: pointer;
}

.btn-custom:hover {
  background-color: #ff8f81;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .section-description {
    font-size: 0.9rem;
  }

  .box-title {
    font-size: 1.2rem;
  }

  .btn-custom {
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.5rem;
  }

  .section-subtitle {
    font-size: 0.9rem;
  }

  .section-description {
    font-size: 0.8rem;
  }

  .box-title {
    font-size: 1rem;
  }

  .btn-custom {
    padding: 6px 12px;
  }
}

/*CodeDrafter Today*/

/*.main-img-fluid{*/
/*    max-width: 85%;*/
/*    height: auto;*/
/*    margin-left: 10%;*/
/*}*/

/* Trending Course */

/* body {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  background-color: #f4f4f9;
  margin: 0;
  padding: 0;
} */

.highlight {
  color: #ff6f61;
  font-weight: bold;
}

.section-title {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  font-size: 2rem;
}

.section-title::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: #ffc107;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

.what-keeps-section {
  background: linear-gradient(145deg, #343a40, #4c5156);
  color: white;
  padding: 60px 0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  margin : 20px;
}

.what-keeps-section .container {
  text-align: center;
}

.what-keeps-section .row {
  margin-top: 30px;
  text-align: left;
}

.styled-list {
  list-style: none;
  padding: 0;
  font-size: 1.1rem;
}

.styled-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.styled-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffc107;
  font-size: 1.2rem;
}

.custom-btn {
  background-color: #ff6f61 !important;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s, transform 0.3s;
  cursor: pointer;
}

.custom-btn:hover {
  background-color: #ff8f81;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.5rem;
  }

  .styled-list li {
    font-size: 1rem;
  }

  .custom-btn {
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.2rem;
  }

  .styled-list li {
    font-size: 0.9rem;
  }

  .custom-btn {
    padding: 6px 12px;
  }
}

/* Trending Course  */

.header-advanced {
  margin-left: 50px;
  padding: 0px;
}
.header-advanced div {
  font-size: 2rem;
  font-weight: bolder;
}
.header-advanced p {
  font-weight: bolder;
}

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
} */

/* Container styling */
#course-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*margin-top: 15 px;*/
  padding: 20px;
  background-color: #f5f5f5;
}

/* Course card styling */
.course-card {
  width: calc(28% - 20px);
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /* max-width: 350px; */
  background-color: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin: 20px;
  display: inline-block;
  vertical-align: top;
  flex: 1 1 calc(30.333% - 20px);
}

.course-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

/* Hover effect for course cards */
.course-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Image styling */
.course-card img {
  width: 100%;
  height: auto;
}

/* Content styling */
.course-content {
  padding: 16px;
}

.course-content h2 {
  color: #333;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}

.course-content ul {
  list-style: none;
  padding: 0;
  color: #666;
  font-size: 14px;
}

.course-content ul li {
  margin-bottom: 10px;
  color: #015a54;
}

/* Button container styling */
.buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

/* Button styling */
.learn-more,
.enquire-now {
  background-color: #013e4b;
  color: white;
  border: none;
  padding: 7px 18px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.learn-more:hover {
  background-color: #0056b3;
}

.enquire-now {
  background-color: #ff6600;
}

.enquire-now:hover {
  background-color: #cc5200;
}

/* Responsive styling */
@media (max-width: 768px) {
  .course-card {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .course-card {
    flex: 1 1 100%;
  }

  .course-content h2 {
    font-size: 16px;
  }

  .course-content ul {
    font-size: 12px;
  }

  .learn-more,
  .enquire-now {
    padding: 8px 16px;
  }
}

.custom-why-section {
  background-color: #fff;
  padding: 60px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 40px;
}

.custom-section-title {
  /*text-transform: uppercase;*/
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  color: #333;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.custom-section-title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background-color:#079c47;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.custom-section-description {
  font-size: 1.1rem;
  color: #666;
  text-align: justify;
  margin-bottom: 40px;
  line-height: 1.8;
}

.custom-styled-list {
  list-style: none;
  padding: 0;
  font-size: 1.1rem;
  color: #666;
  line-height: 1.8;
}

.custom-styled-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.custom-styled-list li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #ffc107;
  font-size: 1.2rem;
}

.custom-btn {
  background-color: #ff6f61;
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  transition: all 0.3s;
  font-weight: bold;
  text-transform: uppercase;
}

.custom-btn:hover {
  background-color: #ff8f81;
  transform: scale(1.05);
}

.img-fluid-custom {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Why codedrafters and alumni */

/* body {
  font-family: "Arial", sans-serif;
  background-color: #f4f4f9;
  margin: 0;
  padding: 0;
} */

.section-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 25%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 50%;
  height: 4px;
  background-color: #007bff;
  border-radius: 2px;
}

#placement {
  padding: 60px 20px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin: 20px;
  text-align: center;
}

.logo-container {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  align-items: center;
}

.logo-container img {
  height: 80px;
  margin: 0 20px;
  transition: transform 0.3s;
}

.logo-container img:hover {
  transform: scale(1.1);
}

@keyframes scrollLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.logo-container {
  display: flex;
  overflow: hidden;
  position: relative;
}

.logo-container::before,
.logo-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
}

.logo-container::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.logo-container::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

.logo-container div {
  display: flex;
  animation: scrollLeft 20s linear infinite;
}

.logo-container div:hover {
  animation-play-state: paused;
}

.logo-container img {
  height: 80px;
  margin: 0 20px;
  transition: transform 0.3s;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .logo-container img {
    height: 60px;
    margin: 0 15px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.5rem;
  }

  .logo-container img {
    height: 50px;
    margin: 0 10px;
  }
}
.alumni-section {
  text-align: center;
  padding: 50px 0;
  background-color: #f9f9f9;
}
.alumni-section h2 {
  color: #d9534f;
  font-weight: bold;
}
.alumni-section p {
  color: #555;
  font-size: 18px;
  margin-bottom: 40px;
}
.alumni-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.alumni-logos img {
  max-height: 60px;
  max-width: 120px;
  transition: transform 0.3s;
 mix-blend-mode : multiply;
}
.alumni-logos img:hover {
  transform: scale(1.1);
}
.highlight {
  background-color: #f0ad4e;
  color: white;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
}

/* Videos */

/* body {
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f9;
  color: #333;
} */

#videos {
  text-align: center;
  padding: 60px 20px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin: 20px;
  overflow: hidden;
  position: relative;
}

#videos h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

#videos h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 50%;
  height: 4px;
  background-color: #007bff;
  border-radius: 2px;
}

.video-container {
  display: flex;
  margin-top: 10px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.video-container::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.video-slide {
  flex: 0 0 auto;
  width: 300px; /* Larger size */
  transition: transform 0.3s;
  margin: 0 10px;
  scroll-snap-align: start;
}

.video-slide iframe {
  width: 100%;
  height: 170px; /* Adjust height to maintain aspect ratio */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.video-slide:hover {
  transform: scale(1.05);
}

/*.video-nav {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  font-size: 2rem;*/
/*  background: rgba(0, 0, 0, 0.5);*/
/*  color: #fff;*/
/*  border: none;*/
/*  border-radius: 50%;*/
/*  padding: 10px;*/
/*  cursor: pointer;*/
/*  z-index: 10;*/
/*}*/

.video-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  background: none; /* Set background to none */
  color: black; /* Set text color to black */
  border: none;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  margin-top: 25px;
}

.video-nav.left {
  left: 10px;
  margin-top: 5px;
}

.video-nav.right {
  right: 10px;
  margin-top: 5px;
}

/* body {
  font-family: Arial, sans-serif;
} */

#videos {
  text-align: center;
  padding: 50px;
  background-color: #f8f9fa;
}

#videos h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.video-container {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.video-slide {
  min-width: 25%;
  transition: transform 0.5s ease-in-out;
}

iframe {
  width: 100%;
  height: 200px;
}
.youtube-button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #ee1901; /* YouTube red color */
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #ee1901; /* Border color matching the background */
  transition: background-color 0.3s, border-color 0.3s;
}

.youtube-button:hover {
  background-color: #c43120 !important; /* Darker red on hover */
  border-color: #c43120;
  color: #fff;
}

/* Comprehensive Training */

.all-section {
  padding: 40px;
  background-color: #ffffff;
}

.all-section__content {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  color: #333333;
}

.price-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.price-card {
  flex: 1 1 30%; /* Adjust width for better design */
  /*padding: 20px;*/
  background-color: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.price-card:hover {
  transform: translateY(-10px);
}

.price-card__title {
  font-size: 22px;
  margin-bottom: 15px;
  color: #007bff;
  text-align: center;
    margin-top: 15px;
}


.price-card__content {
  font-size: 16px;
  color: #555555;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .price-card {
    flex: 1 1 45%;
  }
}

@media (max-width: 768px) {
  .price-card {
    flex: 1 1 100%;
  }
}

/* Career page CSS */

/* body {
  background-color: #f8f9fa;
  font-family: Arial, sans-serif;
} */

.career-banner {
  background-image: url("../../images/datascince.webp"); /* Replace with your banner image URL */
  background-size: cover;
  background-position: center;
  height: 60vh;
  position: relative;
  color: #fff;
}

.career-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Dark overlay for better text readability */
}

.career-banner-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.career-banner h1 {
  font-size: 3.5rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.career-banner p {
  font-size: 1.2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.career-banner .btn {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.ad-section {
  background-color: #ff6f61; /* Attractive coral color */
  color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.ad-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.ad-section p {
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.career-row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.col-md-4 {
  /*display: flex;*/
  /*flex: 1;*/
  max-width: 33.33%;
  box-sizing: border-box;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.testimonial-card:hover {
  transform: translateY(-10px);
}

.testimonial-card .card-body {
  padding: 20px;
}

.testimonial-card .card-title {
  color: #007bff;
  font-weight: bold;
}

.testimonial-card .card-subtitle {
  color: #6c757d;
}

.testimonial-card .card-text {
  font-size: 1rem;
  line-height: 1.5;
}

.filters {
  margin-bottom: 20px;
  text-align: center;
}
.filters select {
  margin: 0 10px;
  padding: 5px;
}

.card-body {
  position: relative; /* Ensure the button is positioned relative to the card-body */
}

.btn-bottom-right {
  position: absolute;
  bottom: 10px; /* Adjust the value for spacing */
  right: 10px;  /* Adjust the value for spacing */
  /* Optional styles for the button */
  padding: 5px 10px;
  font-size: 14px;
}

.posting-time {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 12px;
  color: gray;
}


/* Data Science */

/* body {
  background-color: #343a40;
  font-family: "Arial", sans-serif;
} */
/* data-ai.webp */
.science-banner {
  background-image: url("../../images/data-main.webp");
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  position: relative;
  /*background-color: red;*/
}
.science-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.science-banner .row {
    margin-top:60px;
  position: relative;
  z-index: 2;
  /*color: green;*/
}
.science-banner h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}
.science-banner .rating {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.2em;
}
.science-banner .rating i {
  margin-right: 5px;
}
.science-banner ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.science-banner ul li {
  font-size: 1.2em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.science-banner ul li i {
  margin-right: 10px;
  color: #28a745;
}

.science-banner .btn {
  width: 200px;
  margin: 10px 0;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.science-banner .btn i {
  margin-right: 10px;
}
.key-feature-icon img {
  height: 50px;
}
.tools-slider .tools-box img {
  height: 50px;
}
.faq-section .accordion-item {
  margin-bottom: 10px;
}

/* Data Analytics */

/* body {
  background-color: #343a40;
  font-family: "Arial", sans-serif;
} */

.analytics-banner {
  background-image: url("../../images/data-anlytic.webp");
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  position: relative;
}

.analytics-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.analytics-banner .row {
    margin-top:60px;
    margin-left:-60px;
  position: relative;
  z-index: 2;
}

.analytics-banner h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.analytics-banner .rating {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.2em;
}

.analytics-banner .rating i {
  margin-right: 5px;
}

.analytics-banner ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.analytics-banner ul li {
  font-size: 1.2em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.analytics-banner ul li i {
  margin-right: 10px;
  color: #28a745;
}

.analytics-banner .accredited {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.analytics-banner .accredited img {
  height: 50px;
  margin-left: 10px;
}

.analytics-banner .btn {
  width: 200px;
  margin: 10px 0;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.analytics-banner .btn i {
  margin-right: 10px;
}

/* DevOps */

/* body {
  background-color: #343a40;
  font-family: "Arial", sans-serif;
} */

.devops-banner {
  background-image: url("../../images/devops.webp");
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  position: relative;
}

.devops-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.devops-banner .row {
    margin-top: 60px;
  position: relative;
  z-index: 2;
}

.devops-banner h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.devops-banner .rating {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.2em;
}

.devops-banner .rating i {
  margin-right: 5px;
}

.devops-banner ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.devops-banner ul li {
  font-size: 1.2em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.devops-banner ul li i {
  margin-right: 10px;
  color: #28a745;
}

.devops-banner .accredited {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.devops-banner .accredited img {
  height: 50px;
  margin-left: 10px;
}

.devops-banner .btn {
  width: 200px;
  margin: 10px 0;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.devops-banner .btn i {
  margin-right: 10px;
}

/* Python */

.python-banner {
  background-image: url("../../images/pythen.webp");
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  position: relative;
  margin-bottom: 50px;
}
.python-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.python-banner .row {
    margin-top:60px;
  position: relative;
  z-index: 2;
}
.python-banner h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}
.python-banner .rating {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.2em;
}
.python-banner .rating i {
  margin-right: 5px;
}
.python-banner ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.python-banner ul li {
  font-size: 1.2em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.python-banner ul li i {
  margin-right: 10px;
  color: #28a745;
}
.python-banner .accredited {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.python-banner .accredited img {
  height: 50px;
  margin-left: 10px;
}
.python-banner .btn {
  width: 200px;
  margin: 10px 0;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.python-banner .btn i {
  margin-right: 10px;
}

/* body {
  font-family: Arial, sans-serif;
  background-color: #ecf0f1;
  color: #2c3e50;
} */

.ai-container {
  width: 80%;
  margin: 40px auto;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.ai-heading {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2em;
  color: #34495e;
}

.ai-accordion {
  background-color: #1abc9c;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: background-color 0.4s, color 0.4s;
  border-radius: 4px;
  margin-top: 10px;
}

.ai-active,
.ai-accordion:hover {
  background-color: #16a085;
}

.ai-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 10px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-left: 3px solid #1abc9c;
}

.ai-accordion::after {
  content: "\f078"; /* FontAwesome down arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  margin-left: 10px;
}

.ai-active::after {
  content: "\f077"; /* FontAwesome up arrow */
}

.ai-module p {
  color: #2c3e50;
}

/* AWS */

/* body {
            font-family: Arial, sans-serif;
            background-color: #ECF0F1;
            color: #2C3E50;
        } */

/* body {
          background-color: #343a40;
          font-family: 'Arial', sans-serif;
      } */
.aws-banner {
  background-image: url("../../images/aws.webp");
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  position: relative;
}
.aws-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.aws-banner .row {
    margin-top:30px;
  position: relative;
  z-index: 2;
}
.aws-banner h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}
.aws-banner .rating {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.2em;
}
.aws-banner .rating i {
  margin-right: 5px;
}
.aws-banner ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.aws-banner ul li {
  font-size: 1.2em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.aws-banner ul li i {
  margin-right: 10px;
  color: #28a745;
}
.aws-banner .accredited {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.aws-banner .accredited img {
  height: 50px;
  margin-left: 10px;
}
.aws-banner .btn {
  width: 200px;
  margin: 10px 0;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aws-banner .btn i {
  margin-right: 10px;
}
.key-feature-icon img {
  height: 50px;
}
/*.tools-slider .tools-box img {*/
/*  height: 50px;*/
/*}*/
.faq-section .accordion-item {
  margin-bottom: 10px;
}

.ai-container {
  width: 80%;
  margin: 40px auto;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.ai-heading {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2em;
  color: #34495e;
}

.ai-accordion {
  background-color: #1abc9c;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: background-color 0.4s, color 0.4s;
  border-radius: 4px;
  margin-top: 10px;
}

.ai-active,
.ai-accordion:hover {
  background-color: #16a085;
}

.ai-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 10px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-left: 3px solid #1abc9c;
}

.ai-accordion::after {
  content: "\f078"; /* FontAwesome down arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  margin-left: 10px;
}

.ai-active::after {
  content: "\f077"; /* FontAwesome up arrow */
}

.ai-module p {
  color: #2c3e50;
}

/* SQL */


.sql-banner {
  background-image: url("../../images/sql.webp");
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  position: relative;
  max-width: 100%;
  /*background-color: red;*/
}
.sql-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.sql-banner .row {
     margin-top: 60px;
  position: relative;
  z-index: 2;
  /*color: green;*/
}
.sql-banner h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}
.sql-banner .rating {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1.2em;
}
.sql-banner .rating i {
  margin-right: 5px;
}
.sql-banner ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.sql-banner ul li {
  font-size: 1.2em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.sql-banner ul li i {
  margin-right: 10px;
  color: #28a745;
}

.sql-banner .btn {
  width: 200px;
  margin: 10px 0;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sql-banner .btn i {
  margin-right: 10px;
}
.key-feature-icon img {
  height: 50px;
}
/*.tools-slider .tools-box img {*/
/*  height: 50px;*/
/*}*/
.faq-section .accordion-item {
  margin-bottom: 10px;
}



/* body {
  font-family: Arial, sans-serif;
  background-color: #ecf0f1;
  color: #2c3e50;
} */

.ai-container {
  width: 80%;
  margin: 40px auto;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.ai-heading {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2em;
  color: #34495e;
}

.ai-accordion {
  background-color: #1abc9c;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: background-color 0.4s, color 0.4s;
  border-radius: 4px;
  margin-top: 10px;
}

.ai-active,
.ai-accordion:hover {
  background-color: #16a085;
}

.ai-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 10px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-left: 3px solid #1abc9c;
}

.ai-accordion::after {
  content: "\f078"; /* FontAwesome down arrow */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  margin-left: 10px;
}

.ai-active::after {
  content: "\f077"; /* FontAwesome up arrow */
}

.ai-module p {
  color: #2c3e50;
}

/* Social Media Icon */

.enquiry-button {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.btn-download {
  display: inline-block;
  padding: 10px 20px;
  background-color: #40bf40; /* Change this color to match your theme */
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px 0 0 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
}

.btn-enquiry {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff6600; /* Change this color to match your theme */
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px 0 0 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
}

.btn-download:hover {
  background-color: #4db34d; /* Darker shade for hover effect */
  color: black;
}

.btn-enquiry:hover {
  background-color: #cc5200; /* Darker shade for hover effect */
  color : black;
}

.btn-social {
  display: inline-block;
  margin-bottom: 10px;
}

.btn-social img {
  width: 53px;
  height: 50px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.btn-social:hover img {
  transform: scale(1.1);
}

.count,
.courses-title,
.footer-address ul li p,
.icon-list,
.num,
.price-image,
.slider-button,
.values-box {
  display: flex;
}

.button-more,
.progress .progress-value div {
  margin-top: 10px;
}

.courses-insight-list .owl-nav,
.nav-item.dropdown:hover .dropdown-menu,
.upload-btn-wrapper {
  display: block;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #93001a !important;
}

.dropdown-menu {
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  padding: 0.5rem !important;
}

.dropdown-menu li {
  border-bottom: 1px solid #e7e6e6;
  padding: 0;
}

.dropdown-menu li:last-child {
  border-bottom: 0 solid #e7e6e6 !important;
}

.career-box:hover,
.courses-detail.active .courses-icons p,
.courses-detail.active .rating-list li i,
.courses-detail.active h5,
.font-bold,
.icon-box:hover .icon-title h5,
.innerheader .menu .nav-link {
  color: #fff;
}

.menu .nav-item.active .nav-link {
  color: #e7c95f;
  border-bottom: 2px solid #e7c95f;
}

.innerheader .menu .nav-link:hover {
  border-bottom: 2px solid #e7c95f;
}

.nav-link.dropdown-toggle:focus,
.dropdown.active .dropdown-menu.show .dropdown-item.active {
  color: #080202 !important;
  /* background-color: #93001a !important */
}

.slider-content {
  padding: 0 6rem;
  z-index: 10;
}

.slider-content h1 {
  font-weight: 700;
  font-size: 53px;
  line-height: 75px;
  color: #fff;
  animation: 1s fadeInup;
}

@keyframes fadeInup {
  0 {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.button-more {
  background: #fff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #580112;
  padding: 8px 15px;
  border: 0;
  animation: 1.5s fadeIn;
}

@keyframes fadeIn {
  0 {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.about-list {
  padding-left: 17px;
}

.about-list li {
  font-size: 15px;
  color: #000;
  line-height: 30px;
  margin-bottom: 10px;
}

.vision-icon {
  border: 5px solid #224040;
  border-radius: 20px;
  padding: 20px;
}

.img-box,
.pool-image img {
  width: 100%;
}

.about-img {
  width: 90%;
  left: 30px;
  top: 30px;
  text-align: center;
}

.about-img-bottom {
  width: 65%;
  float: right;
  margin-top: -18%;
  right: 5%;
}

.about h1,
.about h3 {
  font-weight: 700;
  font-size: 30px !important;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.about h3 span,
.social-icon:hover i {
  color: #000;
}

.about p {
  font-size: 15px;
  color: #000;
  line-height: 30px;
}

.count h6,
.num {
  color: #fff;
  font-weight: 700;
}

.job-program-detail p {
  line-height: 25px;
  margin-bottom: 0;
  text-align: justify;
}

.courses-detail,
.icon-box,
.icon-title h5,
.num,
.outcome-img,
.value-title {
  text-align: center;
}

.space-around {
  padding: 2rem;
}

.bg-orange {
  background: linear-gradient(180deg, #001c45 0, #023277 100%);
  padding: 3rem !important;
}

.border-box {
  border: 5px solid #93001a;
  border-radius: 74px;
  padding: 40px;
}

.join-us .card-body {
  flex: 1 1 auto;
  padding: 0 0 0 2.8rem;
}

.join-us .accordion-item {
  border: 0;
  border-bottom: 1px solid #c2c2c2;
}

.icon,
.num {
  border-radius: 50%;
}

.join-us .accordion-button {
  padding: 1rem 0;
}

.num {
  width: 32px;
  height: 32px;
  background: linear-gradient(180deg, #224040 0, #155e5e 100%);
  justify-content: center;
  align-items: center;
  font-size: 17px;
  margin-right: 10px;
}

.contact-form p span,
.heading,
.w-35,
.w-65 {
  flex: 1;
}

.join-us .accordion-header button {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}

.icon-list {
  justify-content: space-between;
}

.icon-box {
  width: 17%;
  background: #fff;
  box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 25%);
  border-radius: 90px;
  padding: 30px;
}

.count,
.space-bg-orange {
  background: linear-gradient(180deg, #ff6e02 0, #fd7e01 100%);
}

.courses-detail,
.our-values {
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

.count {
  width: 30px;
  height: 30px;
  left: 20px;
  top: 10px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: 3px solid #fff;
}

.courses-detail,
.courses-images {
  position: relative;
  overflow: hidden;
}

.count h6 {
  margin-bottom: 0;
  font-size: 14px;
}

.icon-title h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: inherit;
  color: #000;
}

.courses-title h5,
.title {
  font-weight: 700;
  line-height: 48px;
}

.space-bg-orange {
  height: 200px;
  margin-top: -120px;
  margin-bottom: -200px;
}

.courses-title {
  background: #001c45;
  border-radius: 0 20px 20px 0;
  align-items: center;
  justify-content: center;
  padding: 130px 0 125px;
  margin-left: -15px;
  width: 100%;
}

.courses-insight-list {
  display: flex;
  flex-wrap: unset;
}

.courses-images,
.value-icon {
  width: 100%;
  align-items: center;
  display: flex;
}

.courses-box {
  margin: 0 5px;
}

.courses-images {
  height: 230px;
  border-radius: 25px;
  z-index: 9;
}

.courses-detail {
  padding: 50px 20px 20px;
  background: #fff;
  border: 2px solid #800018;
  border-radius: 0 0 62px 62px;
  margin-top: -40px;
  margin-bottom: 10px;
  z-index: 0;
}

.courses-detail h5 {
  font-weight: 700;
  font-size: 16px;
  color: #93001a;
}

.courses-icons {
  display: flex;
  justify-content: space-around;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0,
body.modal-open {
  padding-right: 0 !important;
}

.value-icon {
  height: auto;
  justify-content: center;
  padding: 15px 35px;
}

.our-values {
  background: #fff;
  border-radius: 40px;
  width: 24%;
  padding: 25px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.counter-box,
.skills-list li {
  box-shadow: 1px 1px 2px rgb(0 0 0 / 25%);
}

.job-program-detail h5,
.value-title h5 {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.job-program-detail h5 {
  font-weight: 700;
  font-size: 18px;
  color: #281356;
}

.our-value {
  text-align: right;
  padding: 30px;
  border-right: 5px solid #fff;
}

.courses-detail.active {
  background: linear-gradient(180deg, #530112 0, #870018 100%);
  color: #fff;
}

.courses-detail.active .orange-box {
  position: absolute;
  width: 150px;
  height: 90px;
  background: #8c0019;
  right: -20px;
  top: 0;
  border-radius: 0 0 0 90px;
  transform: rotate(13deg);
  z-index: -1;
}

.courses-insight-list .owl-nav .owl-next,
.courses-insight-list .owl-nav .owl-prev {
  top: 33%;
  z-index: 5;
  width: 40px;
  outline: 0;
  background: linear-gradient(
    92.28deg,
    #af1434 1.12%,
    #750920 93.42%
  ) !important;
  color: #fff !important;
  transition: 0.3s;
  position: absolute;
  height: 40px;
}

.courses-title h5 {
  font-size: 35px;
  color: #fff;
}

.courses-title h5 span {
  color: #cd9759;
}

.owl-carousel .owl-item img {
  transform: scale(1);
  transition: 0.5s;
  mix-blend-mode: multiply;
    margin-left: 60px;
    margin-bottom: 60px;
}

.career-box ul,
.rating-list {
  padding-left: 0;
  margin-bottom: 0;
}

.rating-list li {
  list-style: none;
  display: inline-block;
  padding: 0 2px;
}

.rating-list li i {
  font-size: 18px;
  color: #cd9759;
}

.title {
  font-size: 30px;
  color: #fff;
  margin: 0 40px;
}

.sign-in {
  width: 95px;
  height: 45px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #181818;
  border-radius: 5px;
  margin-left: -2px;
}

.footer-bg .form-control {
  border: 1px solid #404040 !important;
  width: auto !important;
  background-color: #404040 !important;
  color: #fff !important;
}

.avail-offer-now:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.form-control:focus {
  box-shadow: none !important;
}

footer.space-around.footer-bg {
  padding: 2rem 3rem 0.5rem;
}

.footer-bg ::placeholder {
  color: #fff !important;
  font-size: 14px;
  opacity: 1;
}

.footer-bg :-ms-input-placeholder {
  color: #fff !important;
}

.footer-bg ::-ms-input-placeholder {
  color: #fff !important;
}

.footer-bg {
  background: #171717;
}

.footer-logo {
  margin: 0 auto;
  display: block;
}

.social-icon-list {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}

.social-icon-list li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
}

.social-icon {
  width: 35px;
  height: 35px;
  background: #404040;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.social-icon:hover {
  background: #e7c95f;
}

.social-icon i {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.footer-list li a {
  color: #fff;
  text-decoration: none;
}

.footer-list li {
  list-style: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
}

.courses-insight-list .owl-nav .owl-prev {
  left: -25px;
  border: 5px solid #fff;
  text-align: center;
  border-radius: 50%;
}

.courses-insight-list .owl-nav .owl-prev span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}

.courses-insight-list .owl-nav .owl-next:hover,
.courses-insight-list .owl-nav .owl-prev:hover {
  background: #fff;
  border-color: #ff5e14;
  color: #ff5e14;
}

.courses-insight-list .owl-nav .owl-next {
  right: -20px;
  border: 5px solid #fff;
  text-align: center;
  border-radius: 50%;
}

.courses-insight-list .owl-nav .owl-next span {
  font-size: 35px;
  margin-top: -10px;
  display: inline-block;
}

.company-logo,
.footer-list {
  padding-left: 0;
  text-align: center;
}

.hr-line {
  margin: 0.2rem 20px 1rem;
}

.footer-hr-line {
  margin: 1rem 0;
  opacity: 1;
  border: 2px solid #404040;
}

.courses-icons p {
  display: flex;
  font-size: 13px;
  color: #93001a;
  align-items: center;
  margin-bottom: 0;
}

.courses-icons .icon-img {
  width: auto !important;
  margin-right: 5px;
}

.mission-bg {
  background: url(/images/our-mission.jpeg) center no-repeat;
  background-size: cover; 
  padding-top: 8rem;
  width: 100%;
  padding-bottom: 8rem;
  border-radius: 20%;
}

.wave,
.waveBottom,
.waveMiddle,
.waveTop {
  background-repeat: repeat no-repeat;
}

@keyframes move_wave {
  0 {
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

.waveWrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 9;
}

.waveWrapperInner {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1px;
}

.bgTop {
  z-index: 15;
  opacity: 0.5;
}

.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}

.bgBottom {
  z-index: 5;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.waveTop {
  background-image: url("../images/wave-top.png");
}

.waveMiddle {
  background-image: url("../images/wave-mid.png");
}

.waveBottom {
  background-image: url("../images/wave-bot.png");
}

.waveBottom,
.waveTop {
  background-size: 50% 100px;
}

.waveAnimation .waveTop {
  animation: 3s 1s move-wave;
  -webkit-animation: 3s 1s move-wave;
}

.waveMiddle {
  background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
  animation: 10s linear infinite move_wave;
}

.waveAnimation .waveBottom {
  animation: 15s linear infinite move_wave;
}

.icon-box:hover {
  background: linear-gradient(60deg, #f76e08 0, #ffc92f 100%);
  transition: 1s;
}

.icon-box:hover .icon {
  border: 5px solid #fd7e0169;
}

.icon {
  width: 120px;
  padding: 25px;
  margin: 5px auto;
  background: #fff;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  border: 5px solid transparent;
}

.address p i {
  color: #880219;
  margin-right: 5px;
  font-size: 18px;
}

.accordion-body p,
.copy-right p {
  margin-bottom: 0;
}

.our-mission p {
  left: 5px;
  padding-left: 20px;
}

.our-mission p::before {
  content: "";
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  background: #93001a;
  top: 12px;
  border-radius: 50%;
}

.box-canvas {
  left: 3%;
  display: block;
  width: 150px;
  transform: rotate(45deg);
  animation: 5s infinite jitter;
}

.rocket,
.wing,
.wing-center {
  position: absolute;
}

.rocket,
.window,
.wing-center {
  left: 50%;
  transform: translateX(-50%);
}

@keyframes jitter {
  from {
    left: 3%;
    bottom: 0;
  }

  25% {
    left: 150px;
    bottom: 10px;
  }

  50% {
    transform: rotate(90deg);
    bottom: 10px;
    left: 95%;
  }

  75% {
    bottom: 30px;
  }

  100% {
    left: 90%;
    bottom: 30px;
    opacity: 0;
  }
}

.rocket {
  width: 66px;
  height: 170px;
  border-radius: 50% 50% 0 0;
}

.wing {
  top: 150px;
  width: 60px;
  height: 70px;
  border-radius: 40%;
}

.wing.left {
  box-shadow: -15px -20px 0 #ff6e02;
  left: 40px;
}

.wing.right {
  box-shadow: 15px -20px 0 #ff6e02;
  right: 40px;
}

.wing-center {
  top: 130px;
  height: 60px;
  width: 3px;
  background: #dd4d2d;
  border-radius: 0 0 50% 50%;
}

.main,
.window {
  background: #fff;
}

.main,
.main::after,
.main::before {
  width: 66px;
  border-radius: 50%;
  position: absolute;
  content: "";
}

.main {
  top: 20px;
  height: 170px;
}

.main::before {
  height: 40px;
  background: #ff6e02;
}

.main::after {
  height: 170px;
  box-shadow: 10px 0 0 rgba(0, 0, 0, 0.2);
  left: -9px;
}

.window {
  position: absolute;
  top: 60px;
  width: 27px;
  height: 27px;
  border: 3px solid #dd4d2d;
  border-radius: 50%;
}

.window::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
  background: rgba(255, 255, 255, 0.5);
  top: 10px;
  left: 5px;
}

.flame-inner,
.flame-inner::before,
.flame-outer,
.flame-outer::after,
.flame-outer::before {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.flame-outer {
  top: 180px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff3100;
}

.flame-outer::before {
  content: "";
  width: 0;
  height: 0;
  top: 20px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 30px solid #ff3100;
}

.flame-outer::after {
  content: "";
  top: -10px;
  width: 40px;
  height: 15px;
  background: linear-gradient(to bottom, #ff3100, #ff3100 5px, #ff6e02 5px);
  clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%);
}

.flame-inner {
  width: 20px;
  height: 20px;
  background: #f2e718;
  border-radius: 50%;
}

.flame-inner::before {
  content: "";
  width: 0;
  height: 0;
  top: 14px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 20px solid #f2e718;
}

.innerheader {
  background: linear-gradient(92.28deg, #460311 1.12%, #750920 93.42%);
}

.space-around-left {
  padding: 4rem 8rem 1rem;
}

.content-box h2,
.content-box h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
}

.skills h3 {
  color: #072f69;
  line-height: inherit;
  font-weight: 800;
  letter-spacing: 0.9px;
}

.content-box h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.content-box p {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}

.count-insight h5,
.count-insight p {
  line-height: inherit;
  margin-bottom: 0;
}

.logo-list,
.skills-list {
  padding-left: 0;
}

.logo-list li {
  display: inline-block;
  padding: 0 15px 0 0;
}

.counter-box {
  background: linear-gradient(
    92.48deg,
    rgba(217, 217, 217, 0.5) 2.07%,
    rgba(223, 218, 218, 0.2) 95.79%
  );
  backdrop-filter: blur(2px);
  padding: 20px;
  border-radius: 15px;
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.count-insight {
  text-align: center;
  width: 33%;
}

.box-border {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

.count-insight h5 {
  font-size: 20px;
}

.count-insight p {
  font-weight: 100;
  font-size: 12px;
}

.ml-5 {
  margin-left: 5px;
}

.courses-bg-image {
  background: url("images/aws.webp") 0 0 / cover no-repeat;
  background-position: inherit;
  width: 100%;
}

.about-gallery,
.featured-box,
.perosonal-skill,
.price-amount {
  display: flex;
  flex-wrap: wrap;
}

.advance-feature:hover::before,
.career-box:hover::before {
  clip-path: inset(0 0 0 0);
}

.advance-feature::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(92.28deg, #001c45 1.12%, #15396e 93.42%);
  clip-path: inset(0 100% 0 0);
  opacity: 1;
  transition: 0.4s;
  border-radius: 15px;
}

.blank-element::after,
.bottom-element::before,
.first-element::before,
.node-element::after {
  background: linear-gradient(180deg, #93001a 108.5%, #4e0111 208.5%);
  content: "";
}

.advance-feature {
  background: linear-gradient(90deg, #37234f 1.49%, #6a4198 100%);
  box-shadow: 4px 2px 31px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 25px;
  color: #fff;
  width: 47%;
  margin: 10px;
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
}

.advance-feature h5 {
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.advance-feature p {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0;
}

.uper-box {
  background: linear-gradient(90deg, #c84d6a 0, #e76683 100%);
}

.green-box {
  background: linear-gradient(90deg, #3e747b 0, #508fa7 100%);
}

.golden-box {
  background: linear-gradient(90deg, #b48614 2.28%, #d89f0b 100%);
}

.grey-bg {
  background: #f4f0e1;
}

.skills-list li {
  display: block;
  background: linear-gradient(
    92.48deg,
    rgb(217 217 217 / 43%) 2.07%,
    rgb(223 218 218 / 0) 95.79%
  );
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  position: relative;
}

.job-box h5,
.job-box p {
  padding-left: 35px;
}

.blank-element::after,
.bottom-element::before,
.first-element::before,
.node-element::after,
.program-detail span {
  border-radius: 50%;
  position: absolute;
}

.blank-element,
.bottom-element,
.first-element,
.node-element {
  position: relative;
  background: 0 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.first-element::before {
  left: -24px;
  width: 30px;
  height: 30px;
  top: 12px;
}

.bottom-element::before {
  left: -10px;
  width: 18px;
  height: 18px;
  top: 5px;
}

.node-element::after {
  right: -55px;
  width: 65px;
  height: 65px;
  top: 70px;
}

.blank-element::after {
  right: -8px;
  width: 23px;
  height: 23px;
  top: -7px;
}

.vertical-line {
  width: 1px;
  height: 260px;
  background: #e16101;
  margin: 0 auto;
  top: 20px;
}

.footer-icons-list li:first-child,
.trend-icon {
  margin-right: 15px;
}

.skills h5 {
  color: #072f69;
  margin-bottom: 20px;
}

.trend-box {
  background: #fff;
  box-shadow: 2px 0 13px 2px rgb(0 0 0 / 25%);
  padding: 30px;
  border-radius: 25px;
}

.company-logo li {
  display: inline-block;
  width: 25%;
  margin: 0 20px 15px 0;
}

.trend-box h6 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: inherit;
  margin-bottom: 30px;
}

.personal-skill-logo h6 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 16px;
}

.trend-icon {
  width: 60px;
  height: 60px;
  padding: 5px;
}

.trend-detail {
  width: 100%;
  flex: 1;
}

.trend-detail h5 {
  font-weight: 900;
  font-size: 20px;
  line-height: inherit;
}

.trend-detail p {
  font-weight: 400;
  font-size: 16px;
  line-height: inherit;
  margin-bottom: 0;
}

.trend-img {
  width: 85%;
  margin: 0 auto;
}

.tools-icon {
  text-align: center;
  width: 100px;
  height: 120px;
  margin: 0 65px -85px;
}

.tools h5 {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
}

.program-detail {
  margin-bottom: 0;
  padding-left: 30px;
  padding-bottom: 35px;
  border-left: 2px dotted #a0a1a3;
}

.program-detail:last-child {
  border-left: none !important;
  padding-bottom: 0;
}

.program-detail span {
  width: 35px;
  height: 35px;
  background: #073170;
  left: -19px;
  top: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.career-box p,
.job-box h5 {
  margin-bottom: 5px;
}

.job-box h5::before {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  background: #37234f;
  border-radius: 6px;
  top: 5px;
}

.job-box .title-red::before {
  background: #c84d6a;
}

.job-box .title-blue::before {
  background: #3e747b;
}

.blogs-description ul li,
.job-box {
  margin-bottom: 10px;
  font-size: 14px;
}

.job-program {
  background: linear-gradient(
        92.48deg,
        rgb(217 217 217 / 27%) 2.07%,
        rgb(223 218 218 / 0) 95.79%
      )
      100% 95% no-repeat,
    url(../images/job-3.png) 100% 95% no-repeat;
}

.mt-6 {
  margin-top: 6rem;
}

.mt-8 {
  margin-top: 8rem;
}

.eligible-criteria li {
  margin-bottom: 30px;
}

.faq-section .accordion-button {
  background: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  color: #545454;
  padding: 0.8rem 1.25rem !important;
  letter-spacing: 0.5px;
}

.faq-section .accordion-item {
  margin-bottom: 15px;
  background: #f9f9f9;
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
  border-radius: 15px;
}

.faq-section .accordion-item:first-of-type,
.pool-value-detail .accordion-item:first-of-type,
.pool-value-detail .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.faq-section .accordion-body {
  padding: 0 1.25rem 1rem;
  font-weight: 400;
  font-size: 14px;
  line-height: inherit;
  color: #545454;
}

.faq-section .accordion-button.active {
  color: #ff6e02;
}

.faq-section .accordion-item:last-of-type,
.pool-value-detail .accordion-item:last-of-type,
.pool-value-detail .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.form-enquiry {
  background: linear-gradient(
    92.48deg,
    rgba(217, 217, 217, 0.5) 2.07%,
    rgba(223, 218, 218, 0.2) 95.79%
  );
  box-shadow: 1px 1px 2px rgb(0 0 0 / 25%);
  padding: 30px;
  border-radius: 15px;
}

.form-enquiry .btn-contact {
  background: #93001a;
  border: 1px solid #93001a;
  box-shadow: 2px 1px 5px rgb(0 0 0 / 25%);
  border-radius: 15px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 35px;
  margin-top: 15px;
}

.form-enquiry .form-control {
  border: 0 solid #ff6e02 !important;
  border-radius: 15px !important;
  background: linear-gradient(
    92.48deg,
    rgba(255, 255, 255, 0.5) 2.07%,
    rgba(255, 255, 255, 0.2) 95.79%
  );
  box-shadow: 1px 1px 2px rgb(0 0 0 / 25%);
  padding: 12px 15px !important;
  margin-bottom: 10px;
}

.form-enquiry::after,
.form-enquiry::before {
  position: absolute;
  background: linear-gradient(180deg, #ff6e02 0, rgba(248, 148, 73, 0.96) 100%);
  border-radius: 50%;
  display: none;
  z-index: -1;
  content: "";
}

.form-enquiry::before {
  left: -52px;
  bottom: -60px;
  width: 120px;
  height: 120px;
  filter: blur(15px);
}

.form-enquiry::after {
  right: 118px;
  top: 60px;
  width: 40px;
  height: 40px;
  filter: blur(10px);
}

.key-feature {
  text-align: center;
  padding: 25px 20px 5px;
  background: #fff;
  border: 2px solid #194b94;
  box-shadow: 0 4px 6px rgb(0 0 0 / 25%);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  min-height: 130px;
  margin-bottom: 35px;
  transition: 0.5s;
}

.key-feature-icon {
  width: 90px;
  height: 90px;
  background: #194b94;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 25%);
  margin: 0 auto -29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  z-index: 1;
  transition: 1s;
}

.key-feature p {
  margin-top: 15px;
}

.vector-line {
  position: absolute;
  left: 18%;
  bottom: 10px;
}

.pool-image {
  text-align: center;
  margin: 0 60px;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.pool-value-detail .accordion-item {
  background: #fff;
  box-shadow: 0 2px 11px 1px rgb(0 0 0 / 25%);
  border-radius: 15px;
  margin-bottom: 20px;
}

.pool-value-detail .accordion-button {
  border-radius: 15px;
  padding: 1rem;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}

.pool-value-detail .accordion-body {
  padding: 0 1rem 1rem;
}

.mt-60 {
  margin-top: 60px;
}

.accordion-header.active .accordion-button {
  color: #074730;
}

.number-box {
  background: linear-gradient(180deg, #224040 0, #136363 100%);
  width: 50px;
  height: 50px;
  margin: 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.job-program-detail {
  position: relative;
  min-height: 200px;
  background: #f3e8fc;
  padding: 10px 15px;
}

.number-box h4 {
  margin-bottom: 0 !important;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.number-box::after {
  content: "";
  position: absolute;
  height: 1px;
  border: 1px dashed #cd97596b;
  z-index: -1;
}

.skil-icon,
.skills-list-item li {
  box-shadow: 1px 1px 2px rgb(0 0 0 / 25%);
  border-radius: 15px;
}

.number-box-1::after {
  width: 50%;
  right: 0;
}

.number-box-2::after {
  width: 110%;
}

.number-box-3::after {
  width: 50%;
  left: 0;
}

.tech-skills {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.skills-list-item {
  margin-top: 40px;
}

.skills-list-item li {
  list-style: none;
  background: #fff;
  margin-bottom: 25px;
  padding: 7px;
}

.skil-icon-detail {
  text-align: right;
  padding: 5px 15px;
  flex: 1;
}

.grey-bg .owl-carousel .owl-item,
.skil-icon {
  padding: 10px;
}

.skil-icon {
  background: #0f3b7b;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.skil-icon-detail h5 {
  font-size: 18px;
  line-height: inherit;
  text-align: right;
  color: #4f4e4e;
  margin-bottom: 0;
  font-weight: 600;
}

.skills-list-box.text-left .skil-icon-detail h5,
.text-left {
  text-align: left !important;
}

.pr-20 {
  right: 20px;
}

.pr-35 {
  right: 35px;
}

.pl-20 {
  left: 20px;
}

.pl-35 {
  left: 35px;
}

.company-icon {
  background: #f4f4f4;
  box-shadow: 2px 3px 4px rgb(0 0 0 / 25%);
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  margin-bottom: 35px !important;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  margin: auto;
}

.btn-know-more {
  background: #fff;
  border-radius: 22px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #214042;
  padding: 10px 25px;
  border: 2px solid #214042;
}

.font-bold,
b,
strong {
  font-weight: 900 !important;
}

.btn-know-more:hover {
  background: #136363;
  color: #fff;
  transition: 0.5s;
}

.circle-outline::before {
  content: "";
  position: absolute;
  left: -16px;
  width: 40px;
  height: 40px;
  border: 6px solid #8c0019;
  border-radius: 50%;
  z-index: -1;
  top: -20px;
  display: none;
}

.circle-outline-1::after {
  content: "";
  position: absolute;
  right: -20px;
  width: 90px;
  height: 90px;
  border: 6px solid #8c0019;
  border-radius: 50%;
  z-index: -1;
  top: 30px;
  display: none;
}

#video-background {
  position: absolute;
  right: 0;
  top: -120px;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}

.wave-background {
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  bottom: -3px;
  background-size: 100%;
  width: 100%;
  z-index: 99;
}

.circle {
  width: 200px;
  margin: 6px 6px 20px;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
}

.circle canvas {
  vertical-align: top;
  width: 200px !important;
}

.circle strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  color: #000;
}

.progress .progress-bar,
.progress:after,
.progress > span {
  top: 0;
  height: 100%;
  position: absolute;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: 400;
}

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}

.progress {
  width: 130px;
  height: 130px !important;
  line-height: 150px;
  margin: 0 auto 1em;
  box-shadow: none;
  justify-content: center;
  background: 0 0 !important;
  transform: rotate(250deg);
}

.progress:after {
  content: "";
  width: 100%;
  border-radius: 50%;
  border: 25px solid #93001a;
  left: 0;
}

.progress > span {
  width: 50%;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  background: 0;
  border: 25px solid #4e0111;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  line-height: inherit;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 600;
  transform: rotate(110deg);
}

.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

.progress[data-percentage="5"] .progress-right .progress-bar {
  animation: 1.5s linear forwards loading-6;
}

.progress[data-percentage="10"] .progress-left .progress-bar,
.progress[data-percentage="15"] .progress-left .progress-bar,
.progress[data-percentage="20"] .progress-left .progress-bar,
.progress[data-percentage="25"] .progress-left .progress-bar,
.progress[data-percentage="30"] .progress-left .progress-bar,
.progress[data-percentage="35"] .progress-left .progress-bar,
.progress[data-percentage="40"] .progress-left .progress-bar,
.progress[data-percentage="45"] .progress-left .progress-bar,
.progress[data-percentage="5"] .progress-left .progress-bar,
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: 1.5s linear forwards loading-1;
}

.progress[data-percentage="15"] .progress-right .progress-bar {
  animation: 1.5s linear forwards loading-7;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: 1.5s linear forwards loading-2;
}

.progress[data-percentage="25"] .progress-right .progress-bar {
  animation: 1.5s linear forwards loading-8;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: 1.5s linear forwards loading-3;
}

.progress[data-percentage="35"] .progress-right .progress-bar {
  animation: 1.5s linear forwards loading-9;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: 1.5s linear forwards loading-4;
}

.progress[data-percentage="45"] .progress-right .progress-bar {
  animation: 1.5s linear forwards loading-10;
}

.progress[data-percentage="100"] .progress-right .progress-bar,
.progress[data-percentage="50"] .progress-right .progress-bar,
.progress[data-percentage="55"] .progress-right .progress-bar,
.progress[data-percentage="60"] .progress-right .progress-bar,
.progress[data-percentage="65"] .progress-right .progress-bar,
.progress[data-percentage="70"] .progress-right .progress-bar,
.progress[data-percentage="75"] .progress-right .progress-bar,
.progress[data-percentage="80"] .progress-right .progress-bar,
.progress[data-percentage="85"] .progress-right .progress-bar,
.progress[data-percentage="90"] .progress-right .progress-bar,
.progress[data-percentage="95"] .progress-right .progress-bar {
  animation: 1.5s linear forwards loading-5;
}

.progress[data-percentage="55"] .progress-left .progress-bar {
  animation: 1.5s linear 1.5s forwards loading-6;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: 1.5s linear 1.5s forwards loading-1;
}

.progress[data-percentage="65"] .progress-left .progress-bar {
  animation: 1.5s linear 1.5s forwards loading-7;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: 1.5s linear 1.5s forwards loading-2;
}

.progress[data-percentage="75"] .progress-left .progress-bar {
  animation: 1.5s linear 1.5s forwards loading-8;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: 1.5s linear 1.5s forwards loading-3;
}

.progress[data-percentage="85"] .progress-left .progress-bar {
  animation: 1.5s linear 1.5s forwards loading-9;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: 1.5s linear 1.5s forwards loading-4;
}

.progress[data-percentage="95"] .progress-left .progress-bar {
  animation: 1.5s linear 1.5s forwards loading-10;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: 1.5s linear 1.5s forwards loading-5;
}

@keyframes loading-6 {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(18);
    transform: rotate(18deg);
  }
}

@keyframes loading-1 {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}

@keyframes loading-7 {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(54);
    transform: rotate(54deg);
  }
}

@keyframes loading-2 {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}

@keyframes loading-8 {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(90);
    transform: rotate(90deg);
  }
}

@keyframes loading-3 {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}

@keyframes loading-9 {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(126);
    transform: rotate(126deg);
  }
}

@keyframes loading-4 {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}

@keyframes loading-10 {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(162);
    transform: rotate(162deg);
  }
}

@keyframes loading-5 {
  0 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

.heading-m {
  color: #93001a;
}

.modal .contact-form-enquiry {
  background: #f3f3f3 !important;
  color: #000;
  width: 100%;
}

.contact-form-enquiry {
  background: linear-gradient(179.98deg, #4e0111 0.01%, #88001d 95.47%);
  padding: 30px;
  color: #fff;
  width: 90%;
}

.map-list ul {
  padding-left: 0;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.map-list ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
}

.map-list ul li a {
  margin-right: 5px;
  display: flex;
  align-items: center;
  color: #000;
}

.contact-form i,
.contact-form p {
  align-items: center;
  display: flex;
}

.contact-forms .form-control:focus {
  box-shadow: none !important;
  background: 0;
  border-color: #fff;
  color: #fff;
}

.contact-form-enquiry .form-control {
  border: 0 solid #fff;
  border-radius: 0 !important;
  background: 0;
  box-shadow: none;
  padding: 15px 0 !important;
  margin-top: 5px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.contact-forms ::placeholder {
  color: #fff !important;
  font-size: 16px;
  opacity: 1;
}

.contact-forms :-ms-input-placeholder {
  color: #fff !important;
  font-size: 22px;
}

.contact-forms ::-ms-input-placeholder {
  color: #fff !important;
}

.contact-form p {
  margin-bottom: 10px;
  line-height: inherit;
}

.map {
  margin: 0 0 15px;
}

.btn-reset,
.btn-submit {
  margin: 5px;
  padding: 8px 30px;
}

.contact-form i {
  color: #fff;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  background: #88001d;
  border-radius: 50%;
  font-size: 16px;
  justify-content: center;
}

.contact-forms .btn-submit {
  background: #fff !important;
  color: #4e0111;
}

.btn-submit {
  background: #8f0421;
  color: #fff;
  border-radius: 5px;
  border: 0 solid;
}

.btn-submit .spinner-border {
  position: absolute;
  left: 10px;
  top: 12px;
}

.btn-reset {
  background: #d9d9d9;
  color: #000;
  border-radius: 5px;
  border: 0 solid #d9d9d980;
  width: 120px;
}

.contact-form .social-icon {
  width: 30px;
  height: 30px;
  background: #720118ed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.contact-form .social-icon-list li {
  padding: 0 2px;
}

.contact-form .social-icon i {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.blogs-content {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.iner-slider-content {
  background: url(../images/slider3.png) 0 0 / cover no-repeat;
  background-position: inherit;
  position: relative;
  padding: 20px 20px 105px;
}

.blue-bak-image {
  background: url(../images/mean-slider.html) 0 0 / cover no-repeat;
  background-position: inherit;
}

.java-bak-image {
  background: url(../images/java-slider.html) center/cover no-repeat;
}

.python-bak-image {
  background: url(../images/python-slider.html) center/cover no-repeat;
}

.data-bak-image {
  background: url(../images/data-slider.html) center/cover no-repeat;
}

.diagonal-shap-1,
.diagonal-shap-2,
.pyramid-shap::after,
.pyramid-shap::before {
  background: #f7f7f7;
  width: 100%;
}

.diagonal-shap-1 {
  position: absolute;
  left: -115px;
  height: 175px;
  bottom: -155px;
  transform: rotate(8deg);
}

.diagonal-shap-2 {
  position: absolute;
  right: -90px;
  height: 210px;
  transform: rotate(352deg);
  bottom: -195px;
}

.m-t-5 {
  margin-top: 4rem !important;
}

.m-b-5 {
  margin-bottom: 5rem;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.iner-slider-content h2 {
  color: #fff;
  font-weight: 600;
}

.iner-slider-content h1 {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
}

.iner-slider-content p {
  font-size: 16px;
  line-height: inherit;
  margin-bottom: 15px;
  color: #ffffffe0;
  font-weight: lighter;
}

.slider-image {
  position: relative;
  top: 50px;
  display: flex;
  justify-content: center;
}

.node-partcal {
  right: 30%;
  bottom: 10%;
}

.mongo-partcal {
  left: 30%;
  bottom: 10%;
}

.react-partcal {
  right: 100%;
  bottom: 18%;
}

.express-partcal {
  left: 100%;
  bottom: 18%;
}

.slider-main-img img {
  margin-top: 0;
  display: block;
  width: 100%;
}

.career-box ul li,
.footer-icons-list li,
.scroll-top i {
  display: inline-block;
}

.show-fees_btn,
.slider-button a,
.slider-button button {
  border: 0;
  padding: 8px;
  border-radius: 8px;
  width: 150px;
  font-size: 16px;
}

.slider-button a {
  background: #fff;
  text-align: center;
}

.enroll-btn {
  background: linear-gradient(92.34deg, #f6dc75 0.94%, #ddc767 99.42%);
  color: #000 !important;
}

.top-hr-line {
  border: 1px solid #631324;
  width: 60%;
  opacity: 0.5;
}

.blue-bak-image .top-hr-line {
  border: 1px solid #053173;
}

.key-feature-hover:hover .key-feature-icon {
  background: #eeab00;
  transform: translateY(-10px);
}

.key-feature-hover:hover .key-feature {
  border: 2px solid #eeab00;
  transform: translateY(-10px);
  box-shadow: 0 35.3566px 21.214px -22.3925px rgba(0, 0, 0, 0.25);
}

.blank-div {
  min-height: 160px;
  background: #f3e8fc;
  margin-bottom: -20px;
  margin-top: -130px;
}

.cyan {
  background: #e6f2ff;
}

.cyan h5 {
  color: #002955;
}

.yellow-light {
  background: #fff3e3;
}

.yellow-light h5 {
  color: #c77200;
}

.accordion-button,
.accordion-item {
  background-color: #f7f7f7 !important;
}

.personal-skill-logo,
.skills-logo {
  width: 12.8%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
  text-align: center;
  padding: 10px 5px;
  margin: 10px;
}

.num-image {
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0.5;
}

.skills-logo {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skills-logo img {
  width: 80% !important;
}

.personal-skill-logo img {
  width: 25% !important;
  margin: 0 auto 8px !important;
}

.text-right {
  text-align: right;
}

.outcome-img img {
  border-radius: 154px 154px 0 0;
  padding: 3px 5px 15px 0;
  z-index: 1;
}

.outcome-job-box {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.owl-theme.perosonal-skill .owl-dots .owl-dot span,
.owl-theme.skill-slide .owl-dots .owl-dot span {
  width: 40px;
  height: 5px;
  margin: 5px -1px;
  background: #194b94;
}

.owl-theme.perosonal-skill .owl-dots .owl-dot.active span,
.owl-theme.perosonal-skill .owl-dots .owl-dot:hover span,
.owl-theme.skill-slide .owl-dots .owl-dot.active span,
.owl-theme.skill-slide .owl-dots .owl-dot:hover span {
  background: #bababa;
}

.owl-theme.perosonal-skill .owl-nav,
.owl-theme.skill-slide .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  top: 35px;
}

.owl-theme.perosonal-skill .owl-nav [class*="owl-"],
.owl-theme.skill-slide .owl-nav [class*="owl-"] {
  margin: 5px 25px !important;
  background: #d6d6d600 !important;
}

.mt-10 {
  margin-top: 10rem;
}

.pyramid-shap::before {
  content: "";
  position: absolute;
  height: 150px;
  top: -17%;
  left: -12%;
  transform: rotate(354deg);
}

.pyramid-shap::after {
  content: "";
  position: absolute;
  height: 150px;
  top: -18%;
  right: -70px;
  transform: rotate(6deg);
}

.deployment-web {
  background: url(../images/learn-web-application.png) right bottom/32%
    no-repeat;
}

.blue-background {
  background: #001c45;
  border-radius: 20px;
  color: #fff;
}

.tools-box-insight {
  background: #eee;
  box-shadow: 2px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 40px;
  margin: 15px;
  text-align: center;
  padding: 70px 15px 10px;
  min-height: 164px;
}

.owl-theme.tools-slider .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.owl-carousel.owl-theme.tools-slider.owl-loaded.owl-drag,
.vertical-icon {
  display: flex;
  align-items: center;
}

.owl-carousel.tools-slider .owl-nav button.owl-next,
.owl-carousel.tools-slider .owl-nav button.owl-prev,
.owl-carousel.tools-slider button.owl-dot {
  margin-right: -25px;
}

.owl-theme.tools-slider .owl-nav [class*="owl-"] {
  margin-left: -10px;
  background: 0 0 !important;
}

.nav-button i {
    display: none;
  color: #292d32;
  font-size: 40px;
  font-weight: 600;
}

.faq-section .accordion-button:not(.collapsed)::after,
.pool-value-detail .accordion-button:not(.collapsed)::after {
  background: url(../images/icons/down-arrow.svg) 0 0/0.8rem no-repeat;
  transform: rotate(-180deg);
  margin-top: -10px;
}

.faq-section .accordion-button::after,
.pool-value-detail .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background: url(../images/icons/down-arrow.svg) 0 0/0.8rem no-repeat;
  transition: transform 0.2s ease-in-out;
}

.skill-slide {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.value-pool-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.price-image img {
  width: 19%;
}

.price-image .w-23 {
  width: 23%;
  text-align: center;
  margin-top: 10px;
}

.price-image span {
  color: #fff;
  font-size: 14px;
}

.career-box ul li,
.price small {
  font-size: 12px;
}

.price {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.5rem;
  align-items: center;
}

.price span {
  background: linear-gradient(180deg, #fff2c7 0, #ffc503 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  margin-left: 10px;
}

.price small {
  color: #fff !important;
  position: relative;
  top: -6px;
}

.p-b-5 {
  padding-bottom: 5rem;
}

.enrol-modal .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1 !important;
}

.modal-content {
  background: #f3f3f3 !important;
  border-radius: 0 !important;
  border: 5px solid #fff !important;
  color: #000;
}

.modal-hr-line {
  width: 50%;
  margin: 10px auto;
}

.modal-content .contact-form-enquiry .form-control,
.modal-content .enquiry-form-modal .form-control {
  border: 1px solid #d5d1d1 !important;
  border-radius: 5px !important;
  background: #fff;
  box-shadow: none !important;
  padding: 15px !important;
  margin-top: 5px;
  color: #000;
}

.modal-content .btn-reset {
  background: #d9d9d9;
  color: #000;
  border-radius: 5px;
  padding: 8px 30px;
  border: 0 solid #d9d9d980;
  margin-left: 5px;
}

.career-form .btn-submit,
.modal-content .btn-submit {
  background: #8f0421;
  color: #fff;
  border-radius: 5px;
  padding: 8px 30px;
  border: 0 solid;
  margin-right: 5px;
}

.light-grey-bg {
  background: #f2f2f2;
}

.career-box {
  background: #fff;
  border-radius: 17px;
  padding: 20px;
  margin-bottom: 1.5rem;
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
  min-height: 190px;
}

.career-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(92.28deg, #460311 1.12%, #750920 93.42%);
  clip-path: inset(0 0 100% 0);
  opacity: 1;
  transition: 0.4s;
  border-radius: 15px;
}

.career-box h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.career-box p i,
.event-tabs .nav-item {
  margin-right: 15px;
}

.career-form {
  background: #fff;
  border-radius: 26px;
  padding: 50px;
}

.career-form .form-control {
  border: 1.5px solid #ccc !important;
  border-radius: 10px !important;
  padding: 0.8rem 1rem !important;
}

.contact-form-enquiry p.text-danger {
  margin-bottom: 0 !important;
  line-height: inherit !important;
}

.data-grah .progress .progress-bar,
.dotnet-devs-grah .progress .progress-bar {
  border-color: #7d43d8 !important;
}

.data-grah .progress:after,
.dotnet-devs-grah .progress:after {
  border: 25px solid #451b86;
}

.data-grah .heading-m,
.dotnet-devs-grah .heading-m {
  color: #451b86 !important;
}

.python-data-grah .progress .progress-bar {
  border-color: #2a6ed1 !important;
}

.python-data-grah .progress:after {
  border: 25px solid #001c45;
}

.python-data-grah .heading-m {
  color: #001c45 !important;
}

.java-data-grah .progress .progress-bar {
  border-color: #09a6a6 !important;
}

.java-data-grah .progress:after {
  border: 25px solid #295252;
}

.java-data-grah .heading-m {
  color: #295252 !important;
}

.frontend-devs-grah .progress .progress-bar {
  border-color: #a80b30 !important;
}

.frontend-devs-grah .progress:after {
  border: 25px solid #dd4367;
}

.frontend-devs-grah .heading-m {
  color: #a80b30 !important;
}

.backend-devs-grah .progress .progress-bar {
  border-color: #d89f0b !important;
}

.backend-devs-grah .progress:after {
  border: 25px solid #a37500;
}

.backend-devs-grah .heading-m {
  color: #d89f0b !important;
}

.mobile-devs-grah .progress .progress-bar {
  border-color: #e74307 !important;
}

.mobile-devs-grah .progress:after {
  border: 25px solid #df7e5b;
}

.mobile-devs-grah .heading-m {
  color: #e74307 !important;
}

.digital-marketing-data-graph .progress .progress-bar {
  border-color: #4a47e9 !important;
}

.digital-marketing-data-graph .progress:after {
  border: 25px solid #1b2686;
}

.digital-marketing-data-graph .heading-m {
  color: #1b2686 !important;
}

.blog-box {
  border: 1px solid #737373;
  box-shadow: 0 2px 2px rgb(0 0 0 / 25%);
  border-radius: 40px;
  margin-bottom: 20px;
}

.bog-details {
  padding: 15px 10px;
  min-height: 170px;
  text-align: center;
}

.bog-details h4 {
  font-size: 16px;
  line-height: inherit;
  min-height: 50px;
  font-weight: 600;
}

.btn-read-more {
  border: 1px solid #93001a;
  border-radius: 28px;
  padding: 7px 25px;
  color: #000;
  font-size: 14px;
  top: 15px;
}

.btn-read-more:hover {
  color: #fff !important;
  background: #93001a;
}

.blogs-description h1,
.blogs-description h3 {
  font-weight: 600;
  font-size: 20px;
}

.blogs-description h5 {
  font-weight: 600;
  font-size: 18px;
  padding-left: 15px;
  margin-top: 1rem;
}

.blogs-description h5::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #000;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
}

.text-blue {
  color: #4dbffd;
}

.vertical-icon .social-icon-list {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
  height: 80%;
}

.vertical-icon .social-icon-list li {
  list-style: none;
  display: flex;
  padding: 0 7px;
  width: 50px;
  height: 25%;
  background: #e4e4e4;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}

.vertical-icon .social-icon {
  background: 0 0 !important;
}

.vertical-icon .social-icon i {
  color: #500111 !important;
}

.btn-file {
  border: 1.5px solid #ccc !important;
  border-radius: 10px !important;
  padding: 13px 10px 12px !important;
  background-color: #d9d9d9;
  color: #000;
  z-index: 2;
  pointer-events: none;
  height: 52px;
}

.upload-btn-wrapper input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 40px !important;
  height: 52px;
}

.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 15px;
  right: 20px;
  display: none;
  border: 0;
  background: #001c45;
  border-radius: 50%;
  z-index: 99;
  box-shadow: 0 4px 9px -4px #525252;
}

.career-header,
.whatsapp-button {
  position: relative;
  z-index: 9;
}

.scroll-top i {
  color: #fff;
  font-size: 25px;
}

.contact-forms input,
.nav-link:focus,
.nav-link:hover {
  color: #fff !important;
}

.event-tabs .nav-link:focus,
.event-tabs .nav-link:hover {
  color: #000 !important;
}

.font-18 {
  font-size: 18px;
}

.footer-address ul {
  padding-left: 20px;
}

.footer-address ul li {
  display: block;
  color: #fff;
  line-height: 30px;
}

.footer-address ul li p a {
  color: #fff;
  margin-right: 10px;
}

.footer-address ul li i {
  margin-right: 10px;
  font-size: 18px;
}

.copy-right {
  text-align: center;
  padding: 10px;
}

/*.slide-banner {*/
/*  margin-top: 70px;*/
/*}*/

.w-75 {
  width: 75%;
}

.contact-forms input {
  -webkit-text-fill-color: #fff !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.font-40 {
  font-weight: 800;
  font-size: 40px !important;
}

.collpse-item .skills {
  padding: 5px 0;
  border-bottom: 2px solid #e9e0bf;
  margin-bottom: 10px;
}

.collpse-item .skills h3 {
  font-weight: 500;
  font-size: 22px;
}

.collapse-open::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  font-weight: 600;
}

.enquiry-modal-btn:before,
.whatsapp-button:before {
  content: " ";
  z-index: -1;
  top: -5px;
  left: -5px;
  opacity: 0.6;
}

.collapse-open:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.contact-forms .text-danger {
  color: #ff3a4e !important;
}

.blog-img {
  border-radius: 40px;
}

.blogs-description p {
  margin-bottom: 1.5rem;
  font-size: 14px;
}

.whatsapp-button {
  width: 50px;
  height: 50px;
  background: linear-gradient(175deg, #40c025 0, #16a404 100%);
  border-radius: 50%;
  top: 0;
  color: #fff;
  font-size: 28px;
  border: 0;
  box-shadow: 0 2px 17px 0 #8080806b;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: relative !important;
}

.whatsapp-button:before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #10b41885;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-animation: 0.8s ease-out infinite pulse;
  animation: 1.1s ease-out infinite pulse;
}

@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.6);
    opacity: 0.6;
  }

  75% {
    -webkit-transform: scale(0.9);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0 {
    transform: scale(0);
    opacity: 0;
  }

  25% {
    transform: scale(0.3);
    opacity: 1;
  }

  50% {
    transform: scale(0.6);
    opacity: 0.6;
  }

  75% {
    transform: scale(0.9);
    opacity: 0.3;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.offer-popup {
  background: #00000094;
}

.avail-offer-now,
.close-popup {
  background: red;
  color: #fff;
  font-size: 18px;
}

.offer-popup .modal-content {
  background: 0 0 !important;
  border: none !important;
}

.offer-popup .modal-body {
  padding: 0;
  text-align: center;
}

.close-popup {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: -15px;
  display: none;
}

.space-image {
  padding: 5rem 1rem 0 !important;
  text-align: center;
  visibility: hidden;
}

.avail-offer-now {
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 10px 30px;
  text-align: center;
  margin-left: 40px;
  position: relative;
  font-weight: 600;
  transition: 0.5s;
  transform: perspective(1px) translateZ(0);
}

.avail-offer-now:hover {
  color: #000;
  background: linear-gradient(to left, #ffe673 50%, #2e3840 50%);
  background-size: 200% 100%;
  background-position: -100%;
  border: 2px solid #ff3000;
}

.avail-offer-now span {
  transform: skew(0, 0);
}

.bottom-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  color: #001c45;
  z-index: 99;
}

.footer-icons-list {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.enquiry-modal-btn {
  padding: 10px 25px;
  background: linear-gradient(0, #2d7d27 0.94%, #45a02d 99.42%);
  border-radius: 50px;
  position: relative;
  top: 0;
  color: #fff;
  font-size: 18px;
  border: 0;
  z-index: 9;
  box-shadow: 0 2px 17px 0 #8080806b;
}

.enquiry-modal-btn:before {
  position: absolute;
  background-color: #93001a26;
  border-radius: 100%;
  -webkit-animation: 0.8s ease-out infinite pulse;
  animation: 1.1s ease-out infinite pulse;
}

.enquiry-modal {
  background: #00000082;
  padding-right: 0 !important;
}

.enquiry-form-modal {
  padding: 10px 20px;
}

.enquiry-title {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #0f3b7b;
}

.mask-hide-text.hide-text::after {
  content: "";
  background: #f6dc75e8;
  position: absolute;
  width: 105%;
  left: 0;
  height: 105%;
  opacity: 1;
}

.show-fees {
  position: absolute;
  color: #fff;
  background: 0;
  -webkit-text-fill-color: #000;
  border: 0;
  font-size: 16px;
  padding: 7px 15px;
  border-radius: 7px;
  z-index: 9;
  left: -4px;
  top: -3px;
  font-weight: 500;
  letter-spacing: 1px;
  width: 100%;
}

.btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.me-6 {
  margin-right: 2.5rem !important;
}

.price .mr-10 {
  margin-left: 0;
  margin-right: 10px;
  color: #fff !important;
  -webkit-text-fill-color: unset !important;
  font-weight: unset !important;
}

.course-sub-list li {
  position: relative;
  list-style: none;
  margin-bottom: 15px;
  padding-left: 20px;
}

.course-sub-list li::before {
  content: "";
  width: 2px;
  height: 160%;
  background: #5a5953;
  position: absolute;
  left: 4px;
  top: 8px;
}

.course-sub-list li::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #5a5953;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

.course-sub-list-1 {
  column-count: 2;
}

.course-sub-list-1 li {
  margin-bottom: 15px;
  list-style: decimal;
}

.about-imgs {
  padding: 5px !important;
}

.about-imgs img {
  transform: scale(1);
  transition: 1s;
}

.about-imgs:hover.about-imgs img {
  transform: scale(1.1);
  transition: 1s;
}

.about-img-box .gallery-carousel.owl-theme .owl-nav {
  top: 50%;
}

.gallery-carousel.owl-theme .owl-nav {
  justify-content: space-between;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 31%;
  margin-top: 0;
}

.gallery-carousel.owl-carousel .owl-nav button.owl-next,
.gallery-carousel.owl-carousel .owl-nav button.owl-prev {
  background: #750920;
  color: #fff;
  border: 0;
  font: icon;
  font-size: 40px;
  height: 50px;
  width: 50px;
}

.gallery-carousel.owl-carousel .owl-nav button span {
  font-size: 40px;
  position: relative;
  top: -4px;
}

.gallery-carousel.owl-carousel .owl-item img {
  width: 100% !important;
  margin: 0 auto;
}

.event-tabs .nav-link {
  background: transparent !important;
  border: 1px solid transparent;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  color: #750920;
  position: relative;
}

.event-tabs .nav-link::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -1px;
  width: 0;
  height: 0;
  border-bottom: 42px solid transparent;
  border-right: 20px solid transparent;
}

.event-tabs .nav-item.show .nav-link,
.event-tabs .nav-link.active {
  color: #ffff !important;
  background-color: #750920 !important;
  border-color: transparent !important;
  position: relative;
}

.event-tabs .nav-item.show .nav-link::after,
.event-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -1px;
  width: 0;
  height: 0;
  border-bottom: 42px solid #750920;
  border-right: 20px solid transparent;
}

.event-tabs .nav-item {
  margin-right: 10px;
  text-align: center;
}

.event-grid {
  margin: 5px 10px;
}

.event-grid-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.event-grid-img:hover .image-overlay {
  display: flex !important;
  transition: 3s;
}

.event-grid-detail {
  padding: 15px 0;
}

.event-grid-detail h5 {
  color: #050505;
  font-size: 16px;
  line-height: inherit;
  flex: 1;
  font-weight: 600;
  margin-bottom: 0;
}

.event-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.event-date {
  position: absolute;
  width: 100%;
  background: #232323;
  bottom: 0;
  color: #ffff;
  padding: 7px 15px;
}

.event-date p {
  margin-bottom: 0;
  font-size: 14px;
}

.event-grid-detail h6 {
  font-size: 16px;
  color: #050505;
  text-align: center;
  font-weight: 600;
}

.event-grid-detail p {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  color: #333;
}

.glimpse {
  margin-bottom: 5px;
  padding: 5px !important;
  width: 20%;
  height: 235px;
  overflow: hidden;
}

.glimpse-img {
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.glimpse-img img {
  height: 100%;
  transform: scale(1.2);
}

.event-addres {
  padding-left: 0;
  margin-bottom: 0;
}

.event-addres li,
.event-addres li a {
  display: inline-block;
  margin-bottom: 0 !important;
  padding-right: 10px;
  color: #4f4e4e;
  font-weight: lighter;
  font-size: 14px !important;
}

.event-addres li i {
  color: #750920;
  margin-right: 2px;
}

.event-grid-out {
  width: 16.5%;
}

.wrap {
  height: 100%;
}

.wrap button {
  min-width: 170px;
  min-height: 45px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #313133;
  background: linear-gradient(92.34deg, #f6dc75 0.94%, #ddc767 99.42%);
  border: 0;
  border-radius: 1000px;
  box-shadow: 7px 3px 24px #ddc767a3;
  transition: all 0.3s ease-in-out 0;
  position: relative;
}

.wrap button:hover,
.button:focus {
  color: #313133;
  transform: translateY(-6px);
}

.wrap button:hover::before,
.wrap button:focus::before {
  opacity: 1;
}

.wrap button::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 2px solid #ddc767;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.wrap button:hover::after,
button:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0 {
    width: 190px;
    height: 60px;
    opacity: 1;
  }

  100% {
    width: 200px;
    height: 70px;
    opacity: 0;
  }
}

.carousel-caption {
  top: 45%;
  padding-top: unset !important;
  padding-bottom: unset !important;
}

.carousel-caption h2 {
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.event-slider .carousel-item.active {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-slider .carousel-item.active::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#event-video {
  width: 100%;
  transform: translate(0, -30%);
}

#event-video-popup {
  width: 100%;
}

.font-18 {
  font-size: 18px !important;
}

.hiring-logo {
  background: #fff;
  text-align: center;
  border-radius: 9px;
  display: flex;
  height: 220px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
}

.hiring-partners {
  display: flex;
  flex-wrap: wrap;
}

.hiring-company-logo {
  width: 19%;
  margin: 5px;
  padding: 5px;
  overflow: hidden;
}

.footer {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.footer a {
  color: #212529;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #007bff;
}

.footer .widget-title {
  font-size: 20px;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 20px;
}

.footer .flat-information,
.footer .feature,
.footer .one-half {
  list-style: none;
  padding: 0;
}

.footer .flat-information li,
.footer .feature li,
.footer .one-half li {
  margin-bottom: 10px;
}

.footer .social-links {
  display: flex;
  gap: 10px;
  padding-top: 15px;
}

.footer .social-links li {
  display: inline-block;
}

.footer .social-links li a {
  font-size: 18px;
  transition: color 0.3s ease;
}

.footer .social-links li a:hover {
  color: #0056b3;
}

.map-container {
  padding-top: 15px;
  text-align: center;
}

.map-container iframe {
  width: 100%;
  height: 200px;
  border: 0;
  max-width: 100%; /* Ensures map does not overflow */
  height: auto;
}

/* body {
  margin-bottom: 60px;
} */

.footerone {
  display: flex;
  justify-content: center;
  padding: 10px;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
}

.footerone ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

.footerone ul li {
  display: inline;
}

.footerone ul li a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.enquiry-btn {
  background-color: #007bff;
}

.whatsapp-btn {
  background-color: #25d366;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer {
    padding: 30px 0;
  }

  .footer .widget-title {
    font-size: 16px;
  }

  .footer .flat-information li,
  .footer .feature li,
  .footer .one-half li {
    font-size: 12px;
  }

  .footer .col-md-3 {
    flex: 1 1 50%;
    max-width: 50%;
  }

  .footer .col-sm-6 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .footer .social-links li a {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .footer {
    padding: 20px 0;
  }

  .footer .widget-title {
    font-size: 14px;
  }

  .footer .flat-information li,
  .footer .feature li,
  .footer .one-half li {
    font-size: 10px;
  }

  .footer .social-links li a {
    font-size: 16px;
  }

  .footer .col-md-3,
  .footer .col-sm-6 {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.contact-section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f4f4f9;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.contact-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #1c2b4a;
  border-radius: 8px;
  overflow: hidden;
}
.contact-left-side,
.contact-right-side {
  padding: 20px;
  width: 100%;
  max-width: 50%;
  box-sizing: border-box;
}
.contact-left-side {
  background-color: #fff;
  color: #000;
  text-align: center;
}
.contact-image {
  max-width: 100%;
  height: auto;
}
.contact-left-side h2 {
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
}
.contact-left-side p {
  margin: 10px 0 20px;
  font-size: 16px;
}
.contact-button {
  background-color: #4ad4c2;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 12px 25px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}
.contact-button:hover {
  background-color: #39b5a7;
}
.contact-right-side {
  background-color: #1c2b4a;
  color: #fff;
}
.contact-right-side h2 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}
.contact-form {
  display: flex;
  flex-direction: column;
}
.contact-form label {
  margin-bottom: 5px;
  font-size: 14px;
}
.contact-form input,
.contact-form select,
.contact-form button {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}
.contact-form input::placeholder {
  color: #aaa;
}
.contact-form select {
  padding-right: 30px;
}
.phone-input {
  display: flex;
}
.phone-input select {
  width: 30%;
  margin-right: 10px;
}
.phone-input input {
  width: 70%;
}
.submit-button {
  background-color: #4ad4c2 !important;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}
.submit-button:hover {
  background-color: #39b5a7;
}
.selected-course {
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  color: #000;
  border-radius: 5px;
}
.remove-button {
  color: red;
  cursor: pointer;
  margin-left: 5px;
}

/* Media query for small screens */
@media (max-width: 576px) {
  .contact-left-side,
  .contact-right-side {
    padding: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}


/*Google Form*/

/* styles.css */
/*body {*/
/*    font-family: Arial, sans-serif;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    height: 100vh;*/
/*    background-color: #f4f4f4;*/
/*    margin: 0;*/
/*}*/

.form-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
}

h1 {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

#responseMessage {
    margin-top: 20px;
    font-size: 16px;
}

/*Overview sidebar and data content */

.data-container {
  display: flex;
  min-height: 100vh;
  padding: 20px;
  flex-direction: row;
  align-items: flex-start; /* Align both containers at the top */
}

.data-sidebar {
  position: sticky;
  top: 20px; /* Ensures sidebar stays fixed when scrolling */
  width:680px; /* Adjust width as needed */
  background-color: #002F67;
  padding: 20px;
  box-shadow: 2px 0px 10px rgba(0,0,0,0.1);
  border-radius: 10px;
   max-height: 100vh; /* Full height */
  overflow-y: auto; /* Enable scrolling within the sidebar */
  
  /* Hide scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

/*@media only screen and (max-width: 768px) {*/
/*  .data-sidebar{*/
/*       width:700px;*/
/*  }*/
/*}*/

.data-sidebar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}

.data-sidebar ul {
  list-style-type: none;
  padding: 0;
}

.data-sidebar ul li {
  margin: 10px 0;
}

.data-sidebar ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  display: block;
  transition: background-color 0.3s ease;
  position: relative; /* Needed for the hover effect */
}

/* Hover effect with underline animation */
.data-sidebar ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.data-sidebar ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.data-sidebar ul li a:hover {
  background-color: #003C88;
  border-radius: 6px;
}

.data-content {
  flex-grow: 1;
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  margin-left: 20px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  overflow-y: auto; /* Ensure content is scrollable */
}

.data-content h1, .data-content h2 {
  color: #002F67;
  font-weight: bold;
}

 .data-content h3{
  font-weight: bold;
}
.data-content h4{
  
  font-weight: 500;
}

.data-content ul {
  margin-top: 20px;
  padding-left: 20px;
}

.data-content ul li {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .data-container {
    flex-direction: column;
  }

  .data-sidebar {
    width: 100%;
    height: auto; /* Adjust height for mobile */
    position: relative; /* Disable sticky behavior on mobile */
  }

  .data-content {
    margin-left: 0;
    margin-top: 20px;
  }
}


/*Interview Sidebar*/

.interview-data-container {
  display: flex;
  min-height: 100vh;
  padding: 20px;
  flex-direction: row;
  align-items: flex-start; /* Align both containers at the top */
   
}
 
.interview-data-sidebar {
  position: sticky;
  top: 20px; /* Ensures sidebar stays fixed when scrolling */
  width:925px;
  height: 100vh;
 /*color: #0b0909;*/
  background-color: #f1f4f7;
  padding: 20px;
  box-shadow: 2px 0px 10px rgba(0,0,0,0.1);
  border-radius: 10px;
   max-height: 100vh; /* Full height */
  overflow-y: auto; /* Enable scrolling within the sidebar */
  
  /* Hide scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.interview-data-sidebar::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}

.interview-data-sidebar ul {
  list-style-type: none;
  padding: 0;
    position: relative;
}
.interview-data-sidebar li {
  position: relative; /* Position relative for child elements */
  margin: 10px 0;
}


.interview-data-sidebar ul li {
  margin: 10px 0;
}

.interview-data-sidebar ul li a {
  text-decoration: none;
  color: #121010;
  font-weight: bold;
  padding: 10px;
  display: block;
  transition: background-color 0.3s ease;
  position: relative; /* Needed for the hover effect */
}

/* Hover effect with underline animation */
.interview-data-sidebar ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #121010;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.interview-data-sidebar ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.interview-data-sidebar ul li a:hover {
  /*background-color: #003C88;*/
  border-radius: 6px;
}
 
.interview-data-content {
  flex-grow: 1;
  min-width: 80vw;
  min-height: 100vh;
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  margin-left: 20px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  overflow-y: auto; /* Ensure content is scrollable */
}


@media screen and (max-width: 768px) {
  .interview-data-container {
    flex-direction: column;
  }

  .interview-data-sidebar {
    width: 100%;
    height: auto; /* Adjust height for mobile */
    position: relative; /* Disable sticky behavior on mobile */
  }

  .interview-data-content {
      padding-left: 10px;
    margin-left: 0;
    margin-top: 10px;
     width: 100%;
    /*margin-top: 20px;*/
    /*min-width: 100vw;*/
  }
}

.interview-data-sidebar ul ul {
  display: none;
  padding-left: 20px; /* Indentation for child menus */
}
.interview-data-sidebar > ul > li ul[style="display: block;"] ~ li::before {
  display: block; /* Show line when the submenu is open */
}
.interview-data-sidebar > ul > li {
  position: relative; /* Required for positioning the pseudo-element */
}
.interview-data-sidebar > ul > li::before {
  content: '';
  position: absolute;
  left: -10px; /* Adjust to position the line */
  top: 10px; /* Start below the parent link */
  bottom: 100%; /* Extend line up to the parent */
  width: 2px; /* Width of the line */
  background-color: #ffffff; /* Color of the line */
  display: none; /* Hidden by default */
}
.toggle-sign {
  margin-right: 8px; /* Space between the sign and text */
  font-weight: bold; /* Make the sign bold */
  font-size: 1.5em; /* Increase the font size */
  cursor: pointer;
}
.interview-data-sidebar li:before {
  content: '';
  position: absolute;
  left: -10px; /* Adjust according to your layout */
  top: 0; /* Start from the top of the parent tab */
  height: 100%; /* Full height */
  width: 2px; /* Width of the line */
  background-color: #121010; /* Color of the line */
  z-index: -1; /* Ensure it stays behind the text */
}


