body {
  margin: 0;
  font-family: Poppins, sans-serif;
}

:root {
  --bs-primary: #00abe7;
  --white: #ffffff;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--bs-primary);
}
.primary-bg {
  background-color: var(--bs-primary);
}
.main-header .main-header-img {
  height: 95vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-header > img {
  width: 100%;
  height: 98vh;
}

.header-content {
  /* position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 50px;
  
  top: 34%; */
  position: relative;
  top: 20vh;
  /* height: 95vh; */
  max-width: 1400px;
  font-size: calc(100% + 2.5vw + 2.5vh);
  color: white;
}

/* Navbar */
.navbar-wrapper {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 30px;
  max-width: 1400px;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-logo {
  width: 300px;
}
.nav-logo img {
  max-width: 100%;
}

.nav-list {
  list-style: none;
  /* width: 700; */
  justify-content: space-around;
}
.nav-list li a {
  font-size: 18px;
  font-weight: 700;
  color: white;
  text-decoration: none;
}

.title1 {
  font-size: 35px;
  font-weight: 700;
  padding: 0px 0px 30px;
}
.title2 {
  font-size: 28px;
  font-weight: 700;
  padding: 0px 0px 20px;
}
.content1 {
  font-size: 22px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  padding: 20px 0px;
  line-height: 30px;
}

section {
  padding-top: 50px;
}

.table-bordered {
  border: 1px solid black;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
}

.table-bordered td {
  border: 3px solid #f5f5f5;
  padding: 1rem 2rem;
  font-size: 1.1rem;
}
.table-bordered th {
  border: 3px solid #f5f5f5;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  background: var(--bs-primary);
  color: white;
  width: 25%;
}
#achievement img {
  object-fit: cover;
  min-height: 900px;
}
#achievement .achievement-content {
  min-height: 900px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#achievement p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

#educationSystem {
  min-height: 480px;
}
#specialty {
  min-height: 550px;
}
/* Stepper */

.stepper {
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.stepper-content {
  max-width: 100%;
}

.stepper-content p.h5 {
  font-size: 1.2rem;
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.6);
}

.stepper-content h4 {
  font-size: 1.5rem;
}

.stepper p.blue {
  box-shadow: 0 0 0 0.25rem rgb(0 117 231 / 25%);
  margin-bottom: 0;
  height: 30px;
  width: 30px;
  background: var(--bs-primary);
  border-radius: 7px;
  text-align: center;
  color: #ffff;
  padding-top: 7px;
  font-weight: 700;
  font-size: 1rem;
}

.stepper p.grey {
  box-shadow: 0 0 0 0.25rem rgb(112 112 112 / 25%);
  margin-bottom: 0;
  height: 30px;
  width: 30px;
  background: #707070;
  opacity: 0.5;
  border-radius: 7px;
  text-align: center;
  color: #ffff;
  padding-top: 7px;
  font-weight: 700;
  font-size: 1rem;
}

.stepper-content h5 {
  font-size: 1.3rem;
  font-weight: 700;
}

.stepper div {
  height: 90px;
  width: 3px;
  background-color: var(--bs-primary);
  /* background: #fc873d; */
  margin-left: 14px;
  margin-top: 8px;
  margin-bottom: 12px;
  border-radius: 2px;
  opacity: 0.5;
}
.csr-widget1 {
  min-height: 600px;
  /* 25347d */
  /* #009ffd */
  /* background-color: linear-g; */
  background-image: linear-gradient(to bottom left, #25347d, #009ffd);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
}

.csr-img > img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}

.csr-widget2 {
  min-height: 600px;
  background-color: black;
  /* padding: 50px 60px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.csr-widget2 h4 {
  font-size: 1.3rem;
  color: white;
  padding-bottom: 10px;
}

.csr-widget2 p {
  font-size: 1.1rem;
  color: white;
}

.testimonial-wrapper {
  background-image: url("../images/testimonial-bg.png");
  height: 450px;
  background-position: top;
}
.testimonial-wrapper > div {
  height: 450px;
  background-color: rgba(0, 0, 0, 0.8);
}
.testimonial-wrapper .container-fluid {
  margin: auto;
  width: 500px;
}

.testimonial-carousel {
  width: 500px;
}
.testimonial-wrapper .slide {
  margin: 0px 30px;
  width: 500px;
}
.testimonial-message {
  text-align: center;
  margin: 10px;
}
.testimonial-user {
  color: var(--bs-primary);
  padding-bottom: 10px;
}
.testimonial-position {
  color: gray;
}
#contact-us {
  min-height: 650px;
  position: relative;
  margin-top: 30px;
  padding-top: 60px;
}
.logo-floating-img {
  height: 300px;
  width: 300px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

input[type="text"],
input[type="email"],
input[type="name"],
textarea {
  width: 100%;
  padding: 10px 20px;
  margin: 15px 0;
  box-sizing: border-box;
  border: 1px solid #707070;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 5px;
  font-family: Poppins;
}

.invalid-feedback {
  font-size: 13px;
  color: red;
  text-align: left;
  margin-bottom: 5px;
}
.disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #00abe7;

  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  /* height: 50px; */
  /* padding: 1rem 3rem; */

  font-size: 1rem;
  border-radius: 2.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert {
  position: relative;
  padding: 0.95rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  --webkit-appearance: none;
}
@media (min-width: 320px) {
  .slide {
    width: 340px;
  }
  .testimonial-wrapper .container {
    width: 340px;
  }
  .main-header .main-header-img {
    height: 60vh;
  }
  .main-header-img > div {
    height: 60vh;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .header-content {
    top: 10vh;
    /* height: 60vh; */
  }
}
@media (min-width: 768px) {
  .slide {
    width: 700px;
  }
  .testimonial-wrapper .container {
    width: 600px;
  }
  .main-header .main-header-img {
    height: 95vh;
  }
  .main-header-img > div {
    height: 95vh;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .header-content {
    top: 20vh;
  }
}

@media (min-width: 992px) {
  .slide {
    width: 700px;
  }
  .testimonial-wrapper .container {
    width: 600px;
  }
}

@media (min-width: 1200px) {
  .testimonial-wrapper .container {
    width: 600px;
  }
}
