.top-logo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
}
.brand-logo {
  margin-right: auto;
}
.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-item {
  /* margin-left: 1rem; */
  float: left;
  margin-left: 32px;
}

.nav-linked {
  position: static;
  color: inherit;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 1.5px;
  text-align: center;
  border-width: 0.1875rem;
  text-decoration: none;
}

.nav-linked:hover {
  color: #bf5700;
}

.main-content {
  flex: 1 1 0%;
}

.height_img:before {
  content: "";
  height: 100%;
  width: 37.5%;
  left: 0;
  position: absolute;
  top: 0;
  background: linear-gradient(213deg, #fff, #c4cdd4) 0 0 no-repeat padding-box;
}
.height_img-2:before {
  content: "";
  height: 100%;
  width: 37.5%;
  right: 0;
  position: absolute;
  top: 0;
  background: linear-gradient(213deg, #fff, #c4cdd4) 0 0 no-repeat padding-box;
}

.drop-list {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  padding-left: 0rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-width: 1px;
  border-radius: 0.25rem;
  width: auto;
  position: absolute;
  --tw-border-opacity: 1;
  border-color: rgb(230 235 237 / var(--tw-border-opacity));
  list-style-type: none;
  display: none;
  border: 1px solid #e6ebed;
  margin-top: 0.5em;
  z-index: 999;
  margin-left: -5em;
}

.drop-list.show {
  display: block;
}

.back-video {
  background-image: url(https://admissions.utexas.edu/wp-content/uploads/2023/06/homePoster-scaled.jpg);
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 56.25vw;
  max-height: 80vh;
}

::deep .fa-solid {
  font-family: var(--bs-font-sans-serif);
}

.overlaygrid {
  display: grid;
  grid-template-columns: max((100% - 1113px) / 2, 4%) 1fr max(
      (100% - 1113px) / 2,
      4%
    );
  grid-template-rows: 1fr minmax(0, max-content) 1fr;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 480.075px;
}

.twocol {
  display: block;
}

.wrap {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
}

.siddebar {
  width: 290px;
  padding-right: 60px;
  display: block;
}

.menu-side-ul {
  margin-top: 30px;
  margin-bottom: 40px;
  border-top: 1px solid #d6d2c4;
  padding-left: 0rem;
  list-style: none;
}

.side-li {
  border-bottom: 1px solid #d6d2c4;
  padding: 0 20px;
}

.side-a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0em;
  padding-top: 14px;
  padding-bottom: 14px;
  text-decoration: none;
  display: block;
  color: #000;
  font-weight: 600;
}

.boxxingHov {
  margin-bottom: 0 !important;
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  background: white;
  color: black;
  border: 1px solid #aba89e;
  letter-spacing: 0em;
  padding: 11px 27px;
  border-radius: 4px;
  text-decoration: none;
}

.boxxingHov:hover {
  color: #bf5700;
  border: 1px solid #bf5700;
}

.side-a:hover {
  color: #bf5700;
}

.sub-menu-ul {
  display: block;
  border: none;
  margin-bottom: 40px;
  list-style: none;
  padding-left: 0rem;
}

.sub-menu-li {
  border: none;
  padding: 0;
}

.section-1 {
  animation-name: fadeInUp;
  transform: translate3d(0, 25px, 0);
  margin-bottom: 50px;
  animation-duration: 1s;
  display: block;
  letter-spacing: 0em;
}

.breadCrum {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0em;
  margin-top: 52px;
  margin-bottom: 30px;
}

.section-2 {
  animation-name: fadeInUp;
  margin-bottom: 25px;
  animation-duration: 1s;
  display: block;
  letter-spacing: 0em;
}

.introGeneral {
  padding: 0 10px;
  margin-bottom: 30px;
}

.rowess {
  font-size: 16px;
  line-height: 25px;
  border-top: 1px solid #ebeded;
  letter-spacing: 0em;
  list-style: none;
  padding-left: 0rem;
}

.section-4 {
  animation-name: fadeInUp;
  margin-bottom: 50px;
  animation-duration: 1s;
  animation-fill-mode: both;
  display: block;
}

.section-5 {
  animation-name: fadeInDown;
  margin-bottom: 50px;
  animation-duration: 1s;
  animation-fill-mode: both;
  display: block;
}

.secc-5-title {
  margin-bottom: 30px;
}

.owl-li {
  position: relative;
  counter-increment: numerals;
  padding-bottom: 40px;
  margin: 0 0 0 50px;
}

.section-5 ol.liist > li:before {
  line-height: 25px;
  font-size: 20px;
}

.section-5 ol.liist > li:before {
  text-align: center;
  content: counter(numerals);
  position: absolute;
  color: #f8971f;
  font-size: 18px;
  margin: 0 0 0 -50px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: white;
  z-index: 2;
  border: 3px solid #f8971f;
}

.section-5 ol.liist > li:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #d6d2c4;
  position: absolute;
  top: 0;
  left: -35px;
}

.section-6 {
  animation-name: fadeIn;
  margin-bottom: 50px;
  animation-duration: 1s;
  display: block;
}

.section-7 {
  animation-name: fadeIn;
  margin-bottom: 50px;
  animation-duration: 1s;
  display: block;
}

.contecting {
  margin-bottom: 0 !important;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #aba89e;
  margin-top: 30px;
}

.accordion__trigger {
  font-size: 19px;
  line-height: 27px;
  margin-bottom: 0 !important;
  background: white;
  border: none;
  border-left: 2px solid transparent;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  margin: 0;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
  letter-spacing: 0em;
  padding: 15px 50px 15px 20px;
}

.accordion__trigger:hover {
  color: #bf5700;
}

.coloohon {
  display: block;
}

.preFooter {
  background-image: url(https://admissions.utexas.edu/wp-content/uploads/2023/06/PF_Questions1-scaled-e1686750721146.jpg);
  position: relative;
  background-color: #a04400;
  background-size: cover;
  background-position: center center;
}

.overlay {
  background: linear-gradient(
    to right,
    rgba(191, 87, 0, 0.84) 0%,
    rgba(191, 87, 0, 0.2) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.wap-general {
  padding-top: 75px;
  padding-bottom: 55px;
  text-align: left;
  position: relative;
  margin: 0 auto;
  width: 92%;
  max-width: 1113px;
  display: flex;
  justify-content: space-between;
}

.content-pre {
  max-width: 630px;
  color: white;
  margin-bottom: 0 !important;
  animation-name: zoomIn;
  animation-duration: 1s;
}

.multiButton {
  color: white;
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  margin-bottom: 0 !important;
  font-size: 15.2px;
  line-height: 24.2px;
  letter-spacing: 0em;
}

.middleFooter {
  padding-top: 40px;
  padding-bottom: 70px;
  background: #f2f1ed;
}

.middleWrap {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 92%;
  max-width: 1113px;
}

.midLogo {
  width: 380px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0em;
}

.midSocial {
  margin-top: 60px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0em;
  list-style: none;
  display: flex;
}

.socialLi {
  background-color: #bf5700;
  width: fit-content;
  padding: 8px 10px 8px 10px;
  border-radius: 5px;
  margin-right: 20px;
}

.contentSocial {
  margin: 0 0 0 auto;
  padding-right: 20px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0em;
}

.socialMenu {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0em;
}

.menu-ul {
  border-left: 1px solid #d6d2c4;
  padding: 0 0 20px 20px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0em;
  list-style: none;
}

.orangeFooter {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #bf5700;
}

.orangeWrap {
  font-size: 14px;
  line-height: 18px;
  color: white;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 92%;
  max-width: 1113px;
}

.tittleFot {
  font-size: 14px;
  line-height: 18px;
  color: white;
  letter-spacing: 0em;
}

.titlefootRight {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  color: white;
}

.down-ul {
  font-size: 14px;
  line-height: 18px;
  list-style: none;
  color: white;
}
