* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Montserrat";
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-size: 16px;
  font-weight: normal;
  background-color: #ffffff;
  position: relative;
}

a {
  color: #000000;
  transition: all 300ms;
  text-decoration: none;
}

a:hover {
  color: #000000;
  transition: all 300ms;
  text-decoration: none;
}

.button {
  transition: all 300ms;
}

.button:hover {
  transition: all 300ms;
}

.wi-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.wi-nav {
  display: flex;
  align-items: center;
  padding: 43px 0;
}

.wi-campus-container {
  padding: 90px 0;
}

.wi-campus-container h2 {
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}

.wi-campus-container hr,
.wi-hr {
  background-color: rgba(0, 0, 0, 0.13) !important;
  border-bottom-color: rgba(0, 0, 0, 0.13) !important;
  border-top: none;
  margin-bottom: 30px;
}

.wi-hr {
  margin-bottom: 80px;
}

.wi-map-img {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}

.wi-map-img img {
  max-width: 567px;
  width: 100%;
}

.wi-brand {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 50px;
  letter-spacing: 1.575px;
}

.wi-bg-blue {
  background-color: #264f9d;
  padding: 90px 0;
}

.wi-main-container {
  display: flex;
  align-items: center;
}

.wi-main-part {
  width: 50%;
  padding: 0 30px;
}

.wi-main-part h3 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

.wi-main-part p {
  text-align: center;
  color: #fff;
  line-height: 26px;
  font-size: 18px;
  margin-bottom: 30px;
}

.wi-btn-white,
.wi-btn-warning {
  border-radius: 0;
  border: 0;
  font-weight: 700;
  font-size: 14px;
  padding: 8.75px 27.125px;
  cursor: pointer;
  transition: all 300ms;
}

.wi-btn-warning {
  background-color: rgb(245, 166, 35);
  color: #fff;
}

.wi-btn-white {
  background-color: #fff;
  color: rgb(79, 79, 78);
  margin-bottom: 20px;
}

.wi-btn-warning:hover {
  background-color: #fff;
  color: rgb(245, 166, 35);
  transition: all 300ms;
}

.wi-btn-white:hover {
  background-color: rgb(79, 79, 78);
  color: #fff;
  transition: all 300ms;
}

.wi-btn-white:hover {
  background-color: rgb(79, 79, 78);
  color: #fff;
  transition: all 300ms;
}

.wi-socilas-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 50px 0;
}

.wi-socilas-container a {
  margin: 0 8px;
  width: 30px;
  height: 30px;
  background-color: rgb(79, 79, 78);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}

.wi-footer {
  text-align: center;
  padding: 0 20px;
}

#map {
  height: 250px; /* Adjust the height as needed */
  width: 100%; /* The width will be 100% of the containing element */
}

.wi-main-part-img {
  width: 100%;
}

.wi-main-part-img img {
  width: 100%;
}

.wi-img-upload {
  display: inline-block;
  background-color: rgb(238, 238, 238);
  color: #000000;
  cursor: pointer;
  padding: 8.75px 27.125px;
  margin-right: 20px;
}

.wi-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: rgba(128, 128, 128, 0.658);
  font-weight: 600;
}

.wi-profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.wi-profile-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wi-profile-title {
  margin-bottom: 30px;
}

.wi-profile-picture-container {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.profile-picture-label {
  margin-bottom: 20px;
}

.wi-row {
  display: flex;
  margin: 0 -10px;
}

.wi-col-6 {
  width: 50%;
  padding: 0 10px;
}

.wi-form-label {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 8px;
}

.wi-form {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 0;
  border: 1px solid #cccccc !important;
  padding: 0 20px;
  border-width: 1px;
}

.wi-form:focus {
  outline: none;
  box-shadow: none;
  border-color: #7a7a7a !important;
}

.wi-text-white {
    color:#fff;
}

.wi-profile-wrapper {
  padding: 80px 0;
}

@media (max-width: 768px) {
  .wi-main-container {
    flex-direction: column;
  }
  .wi-main-part {
    padding: 0;
    width: 100%;
  }
  .wi-brand {
    font-size: 22px;
    margin: 0;
  }
  .wi-nav {
    justify-content: space-between;
  }
  .wi-main-part:nth-child(1) {
    margin-bottom: 30px;
  }
  .wi-profile-picture-container {
    flex-direction: column;
    align-items: start;
  }
  .wi-profile-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .wi-row {
    flex-direction: column;
  }
  .wi-col-6 {
    margin-bottom: 20px;
    width: 100%;
  }
  .wi-profile-wrapper {
    padding: 0;
  }
}

@media (min-width: 1440px) {
  .wi-container {
    max-width: 1170px !important;
  }
}
@media (min-width: 1200px) {
  .wi-container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .wi-container {
    max-width: 960px;
  }
}
@media (min-width: 768px) {
  .wi-container {
    max-width: 720px;
  }
}
@media (min-width: 576px) {
  .wi-container {
    max-width: 540px;
  }
}
@media (min-width: 1200px) {
  .wi-container {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  .wi-container {
    max-width: 960px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
