body {
  font-family: 'Poppins', sans-serif;

  color: #48494a;
  background-image: url(../images/body-bg.jpg);
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.call_to-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #fec913;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.hero_section .call_to-btn {
  padding: 12px 35px;
}

.call_to-btn img {
  width: 18px;
  margin-left: 10px;
}

.btn_on-hover {
  transition: all 0.3s ease 0s;
}

.call_to-btn:hover,
.btn_on-hover:hover {
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  color: #fff;
  transform: translateY(-7px);
}

.main-heading {
  color: #082465;
  font-weight: bold;
  text-align: center;
}

/*header section*/



.navbar-brand img {
  max-width: 160px;
  height: auto;
}

.header_section {
  padding-top: 10px;
}

nav.navbar.navbar-expand-lg {

  padding: 10px 0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #2d2c2c;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #232323;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.top_container {
  height: 95vh;
  position: relative;
}

.top_container::before {
  content: "";
  position: absolute;
  width: 46%;
  height: 120%;
  background: url(../images/hero-bg.png);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.top_container.sub_pages::before {
  background-size: 400px 300px;
  background-position: top left;
}

.top_container.sub_pages {
  height: 35vh;
}

.top_container.sub_page {
  height: auto;
}

/* .navbar-brand img {
  width: 25px;
  margin-right: 7px;
} */


.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #fefefe;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 40px;
}

/*end header section*/

/* hero section */
.hero-container {
  display: flex;
  padding-top: 50px;
  padding-bottom: 75px;
}

.hero_detail-box {
  width: 45%;
}

.hero_img-container {
  width: 55%;
}

.hero_detail-box {
  color: #fefeff;
}

.hero_detail-box h1 {
  text-transform: uppercase;
  font-size: 50px;
  color: #fec913;
  font-weight: bold;
}


.hero_detail-box p {
  margin-top: 20px;
  margin-bottom: 35px;
}


/* end hero section */

/* about section */
.about_section {
  padding: 60px 0; /* Adjust padding as needed */
}

.main-heading {
  font-size: 36px;
  color: #003366;
  margin-bottom: 20px;
  font-weight: bold;
}

.about_img-box {
  width: 100%;
  margin: 0;
  padding: 0;
}

.full-width-img {
  width: 100%;
  height: auto;
  display: block;
}

.text-justify {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-top: 20px;
}

.container {
  padding: 0 15px;
}

/* about section */

/* teacher container */
.teacher_section .card {
  border: none;
  background-color: transparent;
}

.card-img-top {
  width: 100%;
  max-width: 150px;  /* Adjust this value as needed */
  height: auto; /* Maintain aspect ratio */
  margin: 0 auto; /* Center the image */
}

.teacher_section .card-title {
  text-align: center;
  color: #48494a;
}

/* end teacher container */

/* vehicle section */
.vehicle_img-box {
  width: 60%;
  margin: 0 auto;
}

.vehicle_section .carousel-control-prev,
.vehicle_section .carousel-control-next {
  opacity: 1;
}

.vehicle_section .carousel-control-prev-icon,
.vehicle_section .carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background-color: #082465;
  border-radius: 100%;
  background-size: 10px;
  background-position: center;
}

.vehicle_section .carousel-control-prev-icon {
  background-image: url(../images/prev.png);
}

.vehicle_section .carousel-control-next-icon {
  background-image: url(../images/next.png);
}



/* end vehicle section */

/* client section */
.client_section {
  background-image: url(../images/shape-1.png);
  background-repeat: no-repeat;

  background-position: right;

  background-size: 18%;
}

.client_container {
  width: 80%;
  margin: 0 auto;
  padding: 35px;
  background-color: #fefeff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
  box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
  border-radius: 20px;
}

.client_detail-box h4 {
  color: #082465;
}

.client_detail-box span {
  text-transform: uppercase;
  color: #48494a;
}

.client_detail .client_img-box {
  width: 100px;
  margin-right: 15px;
}

.client_detail .client_img-box img {
  width: 100%;
}




/* end client section */


/* contact section */
/* end contact section */

/* admission section */


.admission_section .container-fluid.position-relative {
  height: 500px;
}

.admission_container {
  width: 770px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}


.admission_img-box {
  width: 50%;
  border-radius: 25px 0 0 25px;
  overflow: hidden;
}

.admission_detail {
  width: 50%;
  background-color: #082465;
  padding: 20px;
  color: #fefeff;
  border-radius: 0 25px 25px 0;
}


.admission_img-box img {
  width: 100%;
}

.admission_detail .admission_btn {
  background-color: #fec913;
  padding: 7px 35px;
  color: #fefeff;
  font-size: 15px;
  border-radius: 5px;
}

/* end admission section */

/* call section */
.call_section h2 {
  text-align: center;
  margin: 15px 0;
}

.landing_section .number_heading {
  color: #fec913;
}

.landing_section p {
  text-align: center;
  margin-top: 15px;
}

/* end call section */

/* footer section*/
/* Footer Section Styling */
.footer_section {
  background-color: #003366; /* Dark Blue Background */
  padding: 15px 0; /* Padding for the footer */
  color: #fff; /* White text color */
}

.footer-row {
  display: flex; /* Use flexbox for alignment */
  justify-content: space-between; /* Space out the text */
  align-items: center; /* Align vertically in the center */
  flex-wrap: nowrap; /* Prevent wrapping to the next line */
}

.footer-text {
  margin: 0; /* Remove margin */
  font-size: 15px; /* Font size for footer text */
  color: #ddd; /* Light gray text color */
  white-space: nowrap; /* Prevent text wrapping */
}

.footer-logo {
  height: 23px; /* Adjust the height of the logo */
  margin-left: 2px; /* Add some spacing between text and logo */
  vertical-align: middle; /* Align the image vertically */
}

.footer-link {
  text-decoration: none; /* Remove underline */
}

.footer-link:hover img {
  opacity: 0.8; /* Slight transparency effect on hover */
}


/* end footer section*/

/* start donation section*/

.charity-list-container {
  height: 300px; /* Set the height of the container */
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 5px;
}

.charity-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  animation: slideUp 10s linear infinite;
}

.charity-list li {
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
  background: #fff;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
/* end donation section*/




/*get_in_tech css*/

.get_in_tech_DIV {
  background: url(../images/get_in_tech_bg.jpg) no-repeat center center;
  /* background-size: cover; */
  height: 375px;
  position: relative;
}
.get_in_tech_in {
  position: absolute;
  bottom: 0px; top:45px;
}


.get_in_tech_in p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.get_in_tech_in h1 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
}
.get_in_tech_in {
  position: left;
  z-index: 2;
  max-width: 1000px;
  height: 280px;
  margin: 0 auto;
  background-color: #ebdede79;
  padding: 10px 10px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.enqu_form {
    max-width: 785px;
    width: 100%;
}
.enqu_form .form-group {
    width: 33.3333%;
    margin: 0 0 15px 0;
    border: 0px;
    float: left;
    padding: 0 6px;
}
.enqu_form form {
    background: #ececec;
    padding: 30px 30px 15px;
}

.enquire_now input.form-control
     {
        border: solid 1px #ccc;
        border-radius: 0px;
    height: 40px !important;
    font-size: 18px;
     }


.enqu_form input.form-control{
    -webkit-backface-visibility: hidden;
    background: #fff;
    border: solid 1px #ccc;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    outline-offset: 0;
    border-radius: 0px;
    height: 40px !important;
    line-height: 21px;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    /*padding: 6px 10px 8px 38px;*/
    transition: 0.5s all ease;
    color: #333333; margin:0 !important;
}
.enqu_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
.enqu_form ::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
.enqu_form :-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
.enqu_form :-moz-placeholder { /* Firefox 18- */
  color: #333;
}

.enqu_form_btn .enq_btn  {
    background: #e1b671 url(../images/right-arrow.png) no-repeat top 14px right 22px;
    padding: 9px 33px 8px 24px;
    position: relative;
    top: 0px;
    line-height: 25px;
    transition: 0.5s all ease;
    width: 130px;
    border-radius: 5px;
    text-align: left;
    color: #000;
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 0px solid #ccc;
    font-weight: 500;
    font-family: 'ProximaNovaBold';
}
.enqu_form_btn .enq_btn:hover {
    color: #fff;
    background: #da251c  url(../images/right-arrow.png) no-repeat top 14px right 22px;
    border-color: transparent;
}

  /* Dropdown styling */
  .dropdown-menu {
    background-color: transparent !important; /* Transparent background */
    border: none !important; /* Remove border */
    box-shadow: none !important; /* Remove shadow */
    display: none; /* Initially hidden */
    margin-top: 0 !important; /* Remove or reduce the top margin */
    padding-top: 0 !important; /* Remove padding from the top */
  }

  /* Show the dropdown on hover */
  .dropdown:hover .dropdown-menu {
    display: block; /* Display the dropdown when hovering over the parent */
  }

  /* Dropdown item styling */
  .dropdown-item {
    color: #000 !important; /* Black text for dropdown items */
    font-size: 14px !important; /* Smaller font size */
    transition: color 0.3s ease;
    padding: 8px 10px !important; /* Reduce padding to decrease space */
  }

  .dropdown-item:hover {
    color: #333 !important; /* Darker text color on hover */
    background-color: rgba(255, 255, 255, 0.1); /* Add slight hover effect */
  }

  /* Dropdown toggle button text color */
  .dropdown-toggle {
    color: #000 !important; /* Black text for the dropdown button */
  }

  /* Dropdown toggle arrow styling */
  .dropdown-toggle::after {
    margin-left: 0.5rem;
    vertical-align: 0.2rem;
    border-top: 0.3em solid #000; /* Black arrow */
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
.page-bg {
    margin-top: 30px;
    padding-top: 30px;
}

.text-center {
    margin-bottom: 30px;
}
.school-title {
    color: #003366;
    font-weight: bold;
    font-size: 32px;
}
.school-description {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    text-align: justify;
}


.table {
    font-size: 14px;
    width: 80%;
    margin: auto;
    background-color: #f9f9f9;
    border-color: #ccc;
}

.table thead {
    background-color: #004080;
    color: white;
}
  /* admission style */
  .page-bg {
    margin-top: 30px;
    padding-top: 30px;
}

.text-center {
    margin-bottom: 30px;
}
.school-title {
    color: #003366;
    font-weight: bold;
    font-size: 32px;
}
.school-description {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    text-align: justify;
}


.table {
    font-size: 14px;
    width: 80%;
    margin: auto;
    background-color: #f9f9f9;
    border-color: #ccc;
}

.table thead {
    background-color: #004080;
    color: white;
}
  /* admission style */

    /* map style */
    
    /* Map container */
.map-container {
  position: relative;
  width: 100%;
  /* height: 500px; Adjust as needed */
}

/* Admission Section - Mid Bottom */
.admission_container {
  position: absolute;
  
  left: 50%;
  /* transform: translateX(-50%); Centers it horizontally */
  width: 100%;
  max-width: 650px;
  border-radius: 10px;
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); */
  text-align: center;
}

/* Admission Image */
.admission_img-box img {
  max-width: 100%;
  height: auto;
}

/* Button Styling */
.admission_btn {
  display: inline-block;
  padding: 10px 20px;
  background: #004080;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}

.admission_btn:hover {
  background: #002b5e;
}

/* Responsive Design */
@media (max-width: 768px) {
  .admission_container {
    bottom: 2%; /* Adjust position for smaller screens */
    width: 95%;
    padding: 15px;
  }
}

    /* map style */