* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Outfit", Sans-serif;
}
body {
  overflow-x: hidden;
}
/*------number spinner hide----*/

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* .mark-slide{
    background-color:#3D2167;
    color: #fff;
    padding: 5px 0;
    font-size: 18px;
} */

.mark-slide {
  /* background-color: #ff000029; */
  background-color: rgb(233, 91, 45);
  color: #fff;
  padding: 3px 0;
  font-weight: 500;
}

/* #topbar {
    background: #49494A;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
} */
.header {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 0;
}
.header-menu ul li {
  list-style: none;
}
.header-menu ul li a {
  text-decoration: none;
  color: #173b45;
  font-size: 18px;
  font-weight: 500;
}
.header-menu ul li.actives a {
  color: #e95b2d;
  font-weight: 600;
}
.banner {
  position: relative;
  z-index: 999;
}
/* .carousel-item img {
  height: 100vh;
  object-fit: cover; 
} */
/* .carousel-item {
  background-image: url("../assets/img/slide1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
} */
/* .carousel-inner {
  height: calc(100vh- 150px);
} */
/* .social-post {
  border: 1px solid #000;
  width: 100%;
  height: 100%;
} */
.carousel-item {
  height: 600px; /* Ensure height is specified */
  background-size: cover;
  background-position: center;
}

.carousel-indicators [data-bs-target] {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  background-image: url("./img/stick-icon.png") !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.carousel-dark .carousel-indicators [data-bs-target] {
  /* background-color: #3D2167 !important; */
  background-color: #173b45 !important;
}
/* .contact-info {
  display: flex;
  justify-content: end;
  align-items: center;
} */
.contact-align {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.form-check-demo {
  color: #fff;
  padding-left: 5px;
}

/*--- courses section---*/
.courses-start {
  /* background-color: #2a3950; */
  /* background-color: #fff; */
  width: 100%;
  position: relative;
  z-index: 1039;
}
.courses-title {
  text-align: center;
  color: #173b45;
  font-size: 55px;
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 10px;
}
.courses-highlight {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}
.courses-card {
  border-radius: 10px;
  /* background-color: #dee2e6;
   */
  box-shadow: rgb(149 157 165 / 61%) 0px 8px 24px;
  padding: 10px;
  margin-bottom: 50px;
}
.courses-training-title {
  margin: 25px 0;
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.syllabus-column {
  max-height: 100vh; /* Full viewport height */
  overflow-y: auto; /* Allow scrolling */
  padding-right: 15px; /* Optional, to avoid content being clipped */
}

.syllabus-column::-webkit-scrollbar {
  display: none; /* Hides scrollbar for Webkit browsers */
}

.syllabus-column {
  -ms-overflow-style: none; /* Hides scrollbar for Internet Explorer and Edge */
  scrollbar-width: none; /* Hides scrollbar for Firefox */
}

.contact-form {
  position: sticky;
  top: 60px; /* Adjust as needed */
  bottom: 60px;
  z-index: 1000;
}

.training-modes h5 {
  font-size: 16px;
  color: #000;
}
.btn-enroll {
  border: 1px solid #173b45;
  background: #173b45;
  border-radius: 10px;
  font-size: 18px;
  padding: 5px 15px;
  color: #fff;
  font-weight: 600;
}
.btn-view {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.courses-card-img img {
  width: 100%;
  height: 100%;
}
.courses-list-img img {
  width: 100%;
  height: 100%;
}
.classes-icon strong {
  font-size: 13px;
  color: #555;
}
.btn-view {
  font-size: 16px;
  font-weight: 600;
  color: #e95b2d;
  padding: 5px 15px;
  border-radius: 10px;
  background-color: unset;
  border: 0;
  text-decoration: underline;
}
.btn-demo {
  font-size: 16px;
  font-weight: 600;
  background: #173b45;
  color: #fff;
  padding: 5px 15px;
  border: 1px solid #173b45;
  border-radius: 10px;
}
.lesson-title {
  font-size: 18px;
  font-weight: 600;
  color: #2c4964;
}
.breadcrumb-container {
  margin-bottom: 20px;
}

.breadcrumb a {
  color: #2a3950;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* .fixed-form {
  position: fixed;
  top: 10%;
  right: 4%;
  width: 40%;
  z-index: 1000;
} */

/* .whatsapp_icon a {
  text-decoration: none;
}
.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  z-index: 1100;
  font-size: 40px;
  display: grid;
  place-content: center;
} */
.btn-center {
  text-align: center;
}
.btn-center button {
  font-size: 18px;
  font-weight: 500;
  background-color: rgb(233, 91, 45);
  border: 0;
  padding: 5px 30px;
}
/* .btn:hover {
    background-color: rgb(233, 91, 45) ;
    border-color:unset;
} */

.courses-btn {
  position: relative;
  text-align: center;
}
.btn-list {
  border: 0;
  background: unset;
  padding-bottom: 20px;
  margin: 0 10px;
  font-size: 32px;
  font-weight: 600;
  color: rgb(233, 91, 45);
  position: relative;
}
.line {
  position: absolute;
  left: 38%;
  top: 50px;
  width: 98px;
  height: 5px;
  background-color: #173b45;
  transition: all 0.3s ease-in-out;
}
.courses-list {
  display: none;
}
.courses-list.active {
  display: block;
}
.rounded-t-md {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
}

.contact {
  /* background-color: #f6cacc3b; */
  padding: 20px 0;
}
.contact-form {
  border: 1px solid #2a3950;
  background-color: #2a3950;
  padding: 20px;
  border-radius: 10px;
}
.contact-form h4 {
  text-align: center;
  color: rgb(233, 91, 45);
  margin-bottom: 20px;
  font-weight: 700;
}
.contact .form-label {
  color: #fff;
  font-weight: 500;
}
/* .contact .form-control{
    margin-bottom: 20px;
} */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: #e95b2d !important;
  border-color: var(--bs-btn-hover-border-color);
}
.form-text {
  margin-bottom: 10px;
}
.contact-form .btn-center {
  margin: 15px 0 15px 0;
}
.contact-side-sec {
  text-align: center;
}
.contact-side-sec h3 {
  color: #2a3950;
  font-size: 30px;
  font-weight: 600;
}
.contact-side-sec h2 {
  color: #e95b2d;
  font-weight: 600;
}

.department .contact-form .btn-center {
  margin: 0;
}
.department .contact-form h4 {
  color: #fff;
}

.about {
  padding: 80px 0;
}
.level {
  color: #173b45;
  font-weight: 600;
  font-size: 18px;
}
.up {
  color: #e95b2d;
  font-weight: 600;
  font-size: 18px;
}

/* .scrolling-text {
    display: block;
    position: relative;
    animation: scrollUp 5s linear infinite;
    z-index: 999;
}

@keyframes scrollUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(-100%);
    }
} */
/* #marqueemask {
    overflow: hidden;
    height: 220px;
}
.marqueetop {
    padding-top: 100%;
    -moz-animation: marquee 50s linear infinite;
    -webkit-animation: marquee 50s linear infinite;
    /* animation: marquee 50s linear infinite; */

.social-post {
  /* border: 1px solid #000; */
  width: 100%;
  /* height: 100%; */
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}
#marqueemask {
  background-color: rgb(233, 91, 45);
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 10px;
}
#marqueemask i {
  font-size: 35px;
  color: #173b45;
}
#marqueemask span {
  font-size: 18px;
  padding-left: 5px;
  font-weight: 500;
  color: #173b45;
}
.marqueetop {
  overflow: hidden;
}
.marqueetop ul {
  padding-left: 5px;
  padding-right: 10px;
}
.marquelist {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding: 10px 0 10px 35px;
  position: relative;
}
.marquelist a {
  text-decoration: none;
  color: #173b45;
  font-weight: 600;
}
.marqslider li::after {
  content: "\f00c";
  position: absolute;
  font-family: FontAwesome;
  left: 10px;
  top: 8px;
  font-size: 18px;
  font-weight: 600;
}
.marqslider {
  top: 1em;
  position: relative;
  height: 390px;
  box-sizing: border-box;
  animation: slider 30s linear infinite;
  list-style-type: none;
  /* text-align: center; */
}

@keyframes slider {
  0% {
    top: 30em;
  }
  100% {
    top: -30em;
  }
}
.footer-section {
  background-color: rgb(233, 91, 45);
  text-align: center;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.footer-copyright {
  margin-bottom: 0;
}

/** social media sticky **/
/* .sticky-icon {
  z-index: 1100;
  position: fixed;
  top: 40%;
  right: 0%;
  width: 220px;
  display: flex;
  flex-direction: column;
} */

/* .sticky-icon a {
  transform: translate(172px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  padding: 10px;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  transition: all 0.8s;
} */
.footer-menu {
  padding: 20px 0;
}

.social-media {
  display: flex;
  justify-content: center;
}
.social-media a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 48px;
  display: inline-block;
  background: #fff;
  text-align: center;
  font-size: 30px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0 3px;
}
/* .sticky-icon a:hover {
  color: #fff;
  transform: translate(70px, 0px);
} */

/* .sticky-icon a:hover i {
  transform: rotate(360deg);
} */

/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook {
  background-color: #2c80d3;
  color: #fff;
}

.Youtube {
  background-color: #fa0910;
  color: #fff;
}

.Twitter {
  background-color: #53c5ff;
  color: #fff;
}

.Instagram {
  background-color: #fd1d1d;
  color: #fff;
}

.Google {
  background-color: #d34836;
  color: #fff;
}

.LinkedIn {
  background-color: #0a66c2;
  color: #fff;
}

/* .sticky-icon a i {
  background-color: #fff;
  height: 30px;
  width: 30px;
  color: #000;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 5px;
  transition: all 0.5s;
} */

.sticky-icon a i.fa-facebook-f {
  background-color: #fff;
  color: #2c80d3;
}

.sticky-icon a i.fa-instagram {
  background-color: #fff;
  color: #fd1d1d;
}

.sticky-icon a i.fa-youtube {
  background-color: #fff;
  color: #fa0910;
}

.sticky-icon a i.fa-twitter {
  background-color: #fff;
  color: #53c5ff;
}

.sticky-icon a i.fa-linkedin {
  background-color: #fff;
  color: #0a66c2;
}

.footer-nav-menu {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.footer-nav-menu a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #173b45;
  margin: 0 10px;
}

#myBtn {
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align: center;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}

.fa-arrow-circle-up {
  font-size: 30px;
}

#myBtn:hover {
  background-color: #555;
}

/*---department-----*/
.department {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #fff;
}
.main-content h2 {
  color: #2c4964;
  font-weight: 700;
  font-size: 36px;
}

.department .nav-pills .nav-link {
  border-right: 3px solid #ebf1f6;
  padding: 10px 65px 10px 10px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: rgb(233, 91, 45);
  border-radius: 0;
  min-width: 255px;
  /* display: inline-block; */
}
.department .nav-pills .nav-link:hover {
  color: #173b45d9;
}
.department .nav-pills .nav-link.active {
  color: #fff;
  background-color: #2a3950;
  border-color: #2a3950;
}
.department .tab-content .tab-pane h5 {
  font-weight: 600;
  color: rgb(233, 91, 45);
  margin-bottom: 15px;
  margin-top: 15px;
}
.department .syllabus-title {
  font-size: 28px;
  font-weight: 600;
  color: #2a3950;
}
.department .contact-form {
  min-height: 425px;
}

/* 
.department {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f6cacc3b;
}
.main-content h2 {
  color: #2c4964;
}

.department .nav-pills .nav-link {
  border-right: 3px solid #ebf1f6;
  padding: 10px 80px 10px 10px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #2c4964;
  border-radius: 0;
  width: 100%;
}
.department .nav-pills .nav-link:hover {
  color: #173b45d9;
}
.department .nav-pills .nav-link.active {
  color: #fff;
  background-color: rgb(233, 91, 45);
  border-color: rgb(233, 91, 45);
}
.department .tab-content .tab-pane h4 {
  font-size: 25px;
  font-weight: 600;
  color: rgb(233, 91, 45);
  margin-bottom: 15px;
} */
/* .department .tab-content .tab-pane h5 {
  font-style: italic;
  font-size: 18px;
  font-weight: 100;
  color: #777777;
  margin-bottom: 28px;
} */
/* .department .tab-content .tab-pane p {
  font-size: 17px;
  color: #777777;
} */

table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border-top: 1px solid #dddddd;
  border: 2px solid #dddddd;
  line-height: 2.5;
  padding-left: 7px;
  background-color: #f6cacc3b;
  /* vertical-align: top; */
}
.table td p {
  margin-bottom: 0;
}
.bullet-align li::marker {
  content: "\f054";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 10px;
}
.bullet-align li {
  font-size: 16px;
  padding-left: 10px;
  padding-bottom: 15px;
  line-height: 25px;
}

.chat_enquiry a {
  text-decoration: none;
}
.enquiry_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 60px;
  right: 10px;
  color: #fff;
  border-radius: 50px;
  z-index: 1100;
  font-size: 40px;
  display: grid;
  place-content: center;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2c4964;
  width: 135px;
  height: 40px;
  color: #fff;
  border-radius: 4px;
  transition: all 0.4s;
}
.scroll-top a {
  text-decoration: none;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

/* Pop-up Form Overlay */
.enquiry-form {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
}

/* Form Content */
.popup-content {
  background-color: #2a3950;
  margin: 10% auto; /* Center the form */
  padding: 25px;
  border: 1px solid #2a3950;
  width: 25%; /* Set width */
  animation: popUp 0.4s; /* Animation effect */
  border-radius: 8px; /* Rounded corners */
  position: absolute;
  right: 45px;
}
.popup-content h4 {
  color: #fff;
  font-weight: 500;
}
.close:hover,
.close:focus {
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
}
.enquiry_container {
  position: relative; /* Needed for positioning the popup */
  /* display: inline-block; Align elements properly */
}
/* Show the form when hovering over the image */
.enquiry_container:hover .popup {
  display: block;
}

/* Animation Keyframes */
@keyframes popUp {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Popup container */
.popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
}

/* Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

h1 {
  color: red;
  text-align: center;
}

a {
  color: blue;
  text-decoration: underline;
}

/* p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
} */

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
thead,
tr {
  text-align: center;
}
th,
td {
  border: 2px solid #ddd !important;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
}

ul {
  margin: 5px 0;
  padding-left: 20px;
}

/* ul li {
  list-style: none;
} */

.courses-start {
  padding-top: 50px;
  padding-bottom: 20px;
}

.courses-card-img ul li {
  font-size: 18px;
  font-weight: 500;
}

.accordion-button {
  background-color: #f6cacc69 !important;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: unset !important;
}

ul li.active a {
  color: rgb(233, 91, 45); /* Change this to your preferred active color */
  font-weight: bold;
}

/*-----about-section-----*/
.about-section {
  padding-top: 60px;
}
.about-section h2 {
  font-family: "Outfit", Sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
}
.about-section p {
  font-family: "Source Sans Pro", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.about-sec {
  padding-top: 20px;
  padding-bottom: 20px;
}
.about-sec p {
  line-height: 25px;
}
.about-img img {
  width: 100%;
  height: 100%;
}
.about-sec li {
  list-style: none;
  margin-bottom: 10px;
}
.about-sec li strong {
  margin-right: 5px;
  color: #173b45;
  font-size: 18px;
}

/*-----footer video sec-----*/
.video-section {
  padding: 60px 0;
}
.video-thumbnail {
  position: relative;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
}

.video-thumbnail:hover .overlay {
  opacity: 1;
}

.play-button {
  font-size: 50px;
  color: white;
}

.video-title {
  text-align: center;
  font-weight: bold;
}
.video-section .carousel-control-prev {
  left: -120px !important;
  top: -40px !important;
}
.video-section .carousel-control-next {
  right: -120px !important;
  top: -40px !important;
}
.video-section .carousel-control-next-icon,
.video-section .carousel-control-prev-icon {
  background-color: #2c4964;
  border-radius: 50%;
  padding: 10px;
  width: 35px !important;
  height: 35px !important;
}
.video-section .carousel-control-next-icon {
  background-image: url("./img/arrow-right.png") !important;
}
.video-section .carousel-control-prev-icon {
  background-image: url("./img/arrow-left.png") !important;
}

.mobile-menu {
  display: none;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem #2c4964 !important ;
}
/* .modal-content {
  background-color: #2a3950;
} */
.form-control:focus {
  border-color: #2a3950 !important;
  outline: 0;
  box-shadow: 0 0 0 1px #2a3950 !important;
}
.form-select:focus {
  border-color: #2a3950 !important;
  outline: 0;
  box-shadow: 0 0 0 1px #2a3950 !important;
}
.about-sec h2 {
  color: #173b45;
}

/*--main-about--*/
.about-content {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  display: block;
}
.about-title h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  color: #2a3950;
  margin: 15px 0;
}
.about-message p {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1024px) {
	.popup-content {
		width: 50%;
		position: relative;
		right: 0;
		top: 100px;
	}
	.carousel-item {
		height: 500px !important;
	}
	.carousel-control-next, .carousel-control-prev {
		width: 5% !important;  
	}
}

@media (max-width: 992px) {
  .line {
    position: absolute;
    left: 30%;
  }
  .banner {
    width: 100vw;
    height: unset;
  }
  /* Hide the mobile menu by default */
  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1200;
  }

  .mobile-menu-content {
    position: relative;
    padding: 20px;
    color: white;
    text-align: center;
  }

  .mobile-menu-content ul {
    list-style-type: none;
    padding: 0;
  }

  .mobile-menu-content ul li {
    margin: 20px 0;
  }

  .mobile-menu-content ul li a {
    color: white;
    font-size: 18px;
    text-decoration: none;
  }

  .menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
  }

  .menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .menu-close i {
    color: white;
  }

  /* Show mobile menu when it's open */
  .mobile-menu.open {
    display: block;
  }
  .video-section .carousel-control-prev {
    left: -120px !important;
    top: -40px !important;
    display: none;
  }
  .video-section .carousel-control-next {
    right: -120px !important;
    top: -40px !important;
    display: none;
  }
  .mobile-header {
    padding: 20px 0;
  }
  .mobile-header button {
    text-align: right;
  }
  .mobile-header .menu-toggle i {
    font-size: 50px !important;
  }
  .contact-align {
    font-size: 26px;
    justify-content: center;
  }
  .popup-content {
    width: 60%;
  }
  .classes-icon strong {
    font-size: 12px;
    color: #555;
  }
  .main-content h2 {
    text-align: center;
  }
  .close {
	top: -15px;
    position: relative;
  }
  .contactForm .ps-2 {
	padding: 8px 0 0 0 !important;
  }
  .carousel-item {
	 height: 400px !important;
  }
  .carousel-control-next, .carousel-control-prev {
	width: 8% !important;  
  }
}

@media (max-width: 576px) {
  .video-section iframe {
    position: relative;
    overflow: hidden;
    max-width: 100%;
  }
  .contact-align {
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
  }
  #carouselExampleDark .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -20px;
  }
  .about {
    padding: 20px 0;
  }
  .line {
    position: absolute;
    left: 15%;
    top: 55px;
  }
  .courses-title {
    padding-top: 20px;
  }
  .popup-content {
    width: 80%;
    top: 100px;
  }
  .popup {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
  }
  .mobile-submenu {
    background-color: #f5f5f5;
    padding: 10px;
  }

  .mobile-submenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-submenu li {
    padding: 10px 0;
    font-weight: 500;
    color: #173b45;
    border-bottom: 1px solid #ccc;
  }

  .menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
  }

  .menu-toggle i {
    color: #173b45;
  }
  .back-to-top {
    position: fixed;
    right: 17px;
    width: 43px;
    height: 40px;
  }
  /* Hide the mobile menu by default */
  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1200;
  }

  .mobile-menu-content {
    position: relative;
    padding: 20px;
    color: white;
    text-align: center;
  }

  .mobile-menu-content ul {
    list-style-type: none;
    padding: 0;
  }

  .mobile-menu-content ul li {
    margin: 20px 0;
  }

  .mobile-menu-content ul li a {
    color: white;
    font-size: 18px;
    text-decoration: none;
  }

  .menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
  }

  .menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .menu-close i {
    color: white;
  }

  /* Show mobile menu when it's open */
  .mobile-menu.open {
    display: block;
  }
  .about-img {
    margin-bottom: 30px;
  }
  .about-section h2 {
    text-align: center;
  }
  .about-sec ul {
    padding-left: 0;
  }
  .footer-menu {
    padding: 0;
  }
  .about-sec {
    padding-top: 0;
    padding-bottom: 0;
  }
  .video-section .carousel-control-prev {
    left: 0 !important;
    top: 160px !important;
    display: none;
  }
  .video-section .carousel-control-next {
    right: 0 !important;
    top: 160px !important;
    display: none;
  }
  .main-content h2 {
    text-align: center;
  }
  .bullet-align li {
    font-size: 16px;
  }
  .enquiry_float {
    bottom: 48px;
  }
  .carousel-item {
	 height: 250px !important;
  }
  .carousel-control-next, .carousel-control-prev {
	width: 4% !important;  
  }
}
