@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.header-contaner {
  padding: 30px;
  text-align: center;
  align-items: end;
  font-weight: 600;
}

.header-contaner span {
  color: #ff2640;
}

.header-contaner a {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #525975;
}

.container .about9 {
  border-radius: 15px;
}

.header-contaner a:hover {
  cursor: pointer;
  color: black;
}

.company-profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.company-profile h1 {
  margin-top: 50px;
  margin-bottom: 20px;
}

.center_section {
  width: 350px;
  justify-content: center;
}

.center_section img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.icon-box-profile {
  background: #fe6032;
  width: 45px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 0px 24px;
  transition: all 0.4s ease 0s;
}

.company-profile-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin-bottom: 50px;
}

.left-profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.photo_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.right-profile-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left-profile-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}

.card-container1 {
  padding: 10px;
  background-color: #fff8f6;
  padding: 10px;
  width: 350px;
  margin-top: 2em;
  align-items: center;
  position: relative;
  border-radius: 10px;
  /* animation: fadeInUp 1s ease-in-out;
	transition: all 0.4s ease 0s; */
}

.card-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.card-inner p {
  color: #525975;
}

.card-inner h5 {
  color: #181a1c;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  transition: all.4s;
}

.card-container2 {
  padding: 10px;
  background-color: #fff8f6;
}

.mission-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 50px;
  column-gap: 10px;
  border-radius: 15px;
  background-color: #fff8f6;
  text-align: justify;
}

.mission-vision .container {
  width: 1200px;
}
.hadding9 h3 {
  justify-content: center;
  text-align: center;
  color: #181a1c;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  transition: all.4s;
}

.container-mission h4 {
  color: #525975;
  justify-content: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  transition: all.4s;
}

.container-mission h2 {
  justify-content: center;
  margin-bottom: 10px;
}

.container-vision h4 {
  color: #525975;
  justify-content: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  transition: all.4s;
}

.container-vision h2 {
  justify-content: center;
  margin-bottom: 10px;
}

/* Contact Page */

.card-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 30px 20px 50px;
  column-gap: 10px;
  border-radius: 15px;
  /* background-color: #fffbfb; */
  text-align: justify;
}

.card-column-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 30px 20px 50px;
  column-gap: 10px;
  border-radius: 15px;
  /* background-color: #fffbfb; */
  text-align: justify;
}

.contact-container {
  background-color: #fffbfb;
  margin-bottom: 10px;
  border-radius: 10px;
}

#career_counselling-2 {
  display: none;
}

@media screen and (max-width: 1400px) {
  #career_counselling-1 {
    /* Break paragraph into half */
    display: none;
  }
  #career_counselling-2 {
    display: block;
  }
  .about9-img2.img5.about > img {
    width: 250px;
  }
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content-1 {
  position: relative;
  margin: auto;
  padding: 0;
  width: 350px;
  height: 350px;
  max-width: 500px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  margin-bottom: 10px;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  left: -50px;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: -50px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 450px) {
  .next {
    right: 0px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 3px 0 0 3px;
  }
  .prev {
    left: 0px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0 3px 3px 0;
  }
  .mySlides {
    margin-bottom: 10px;
  }
  .mission-container {
    padding: 0;
  }
}

@media screen and (max-width: 350px) {
  .modal-content-1 {
    width: 100%;
    height: 100%;
  }
  .sub-menu li a span {
    display: none;
  }
  .mobile-menu-a a {
    font-size: 13px;
  }
}

.contact-icon.contact-page > img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

@media screen and (max-width: 992px) {
  .hadding9 span.span {
    margin-top: 15px !important;
  }
}

@media screen and (max-width: 1100px) {
  .company-profile-section {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .left-profile-section {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    margin-bottom: 10px;
  }
  .card-container1 {
    margin-right: 15px;
  }
  .right-profile-section {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
  }
}

@media screen and (max-width: 990px) {
  .hero-area2.index {
    margin-top: 50px;
  }
  .theme-btn18.send {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .hero-area2.index {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1400px) {
  .contact-icon-box2 {
    flex-direction: column;
  }
  .contact-icon-h a {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .contact-icon-box2 {
    flex-direction: row;
  }
  .contact-icon-h a {
    margin-left: 16px;
  }
}

/* Map Css */
.maps {
  position: relative; /* Ensure positioning context for overlay */
  display: flex;
  flex-direction: row;
  background-image: url("assets/img/18245808_v875-katie-36.jpg");
  background-size: cover;
  background-position: top center;
  padding: 50px;
  gap: 50px;
}

.maps::before {
  /* Overlay */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
  z-index: 1; /* Ensure it covers the background */
}

.container.cards {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.map-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 30px 20px 50px;
  column-gap: 10px;
  border-radius: 15px;
  background-size: cover;
  position: relative; /* Ensure stacking context for content */
  z-index: 2; /* Ensure it appears above the overlay */
}

.map-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.location-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 30px 20px 30px;
  column-gap: 10px;
  border-radius: 15px;
  background-color: #fffbfb;
}

.location-card iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.btn.btn-primary {
  background-color: #fe6032;
  border-color: #fe6032;
}

@media screen and (max-width: 990px) {
  .maps {
    flex-direction: column;
    padding: 50px 0;
  }
  .about9-images.index {
    display: none;
  }
  .container.cards {
    flex-direction: column;
  }
  .hero9-input-button {
    top: 12px;
  }
}

.sub-menu.study li span {
  transform: translateX(0) rotate(0deg);
  transition: all.3s;
}

.sub-menu.study li:hover span {
  transform: rotate(-45deg) scale(1.2) translateY(5px) translateX(5px);
  transition: all.3s;
}

/*  */
.testimonial1-img img {
  width: 20% !important;
  border-radius: 50% !important;
}
.site-logo img {
    width:198px;
    height:100px;
}
.mobile-logo img {
    width:198px;
    height:100px;
}