@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,500;1,200&family=Quicksand:wght@300&display=swap");
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  width: 100%;
  text-align: center;
}

.v-center {
  position: relative;
}

.v-center .v-center-mid {
  position: absolute;
  top: 40%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.h-line {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-color: red;
}

.jstfy {
  text-align: justify;
  text-justify: inter-word;
  font-size: .9rem;
  padding: .5rem;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.long2 {
  grid-column: span 2;
}

.long4 {
  grid-column: span 4;
}

.row-100 {
  -ms-grid-rows: 10rem;
      grid-template-rows: 10rem;
}

.row-200 {
  -ms-grid-rows: 20rem;
      grid-template-rows: 20rem;
}

.row-250 {
  -ms-grid-rows: 25rem;
      grid-template-rows: 25rem;
}

.row-300 {
  -ms-grid-rows: 30rem;
      grid-template-rows: 30rem;
}

.list {
  width: 100%;
  list-style: none;
}

.card {
  width: 100%;
  height: 100%;
}

.card .img-holder {
  position: relative;
}

.card .img-holder img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

.card .img-holder:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  cursor: pointer;
}

.card .text-area {
  position: relative;
}

.card .large {
  padding: auto;
  font-size: 2rem;
}

.card .mid {
  padding: auto;
  font-size: 1.4rem;
}

.card .jstfy {
  text-align: justify;
  text-justify: inter-word;
  font-size: .9rem;
  padding: .5rem;
}

.img-holder {
  position: relative;
}

.img-holder img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}

.btn-holder {
  width: 100%;
  margin: 1rem auto;
  text-align: center;
  padding: .5rem auto;
}

.btn-holder .btn {
  padding: .5rem 2rem;
  text-decoration: none;
  border: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.btn-holder .btn:hover {
  background-color: goldenrod;
}

.btn-holder .red {
  background-color: orangered;
  color: white;
}

.btn-holder .blue {
  background-color: lightblue;
  color: black;
}

.btn-holder .green {
  background-color: olivedrab;
  color: white;
}

body {
  background-color: whitesmoke;
  background-size: cover;
  background-position: center;
  font-family: 'Poppins', sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

.fix-btn-area {
  position: absolute;
  width: 20%;
  height: 50%;
  top: 20%;
  right: 5%;
  z-index: 1;
}

.fix-btn-area .v-btn-area {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fix-btn-area .v-btn-area h2 {
  position: relative;
  border: none;
  background-color: #F3250A;
  color: white;
  width: 100%;
  height: 10%;
  font-size: x-large;
  text-transform: uppercase;
  text-align: center;
  line-height: 3rem;
  padding: .2rem .5rem;
  border-radius: .3rem .3rem 0 0;
}

.fix-btn-area .v-btn-area .form-popup {
  width: 100%;
  height: 100%;
  background-color: whitesmoke;
  padding: 1rem .5rem;
  opacity: 0.95;
  border-radius: 0 0 .3rem .3rem;
}

.fix-btn-area .v-btn-area .form-popup .form-container {
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fix-btn-area .v-btn-area .form-popup label {
  width: 100%;
  font-weight: normal;
  padding: .4rem 0;
}

.fix-btn-area .v-btn-area .form-popup .effect-1 {
  padding: .5rem .2rem;
  margin: .2rem 0;
  border: none;
  outline: none;
  font-size: medium;
}

.fix-btn-area .v-btn-area .form-popup .effect-1 ~ .focus-border {
  width: 0;
  height: .2rem;
  -webkit-box-ordinal-group: none;
      -ms-flex-order: none;
          order: none;
  outline: none;
  border-bottom: .15rem solid #49596B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.fix-btn-area .v-btn-area .form-popup .effect-1:focus ~ .focus-border {
  width: 100%;
  -webkit-transform: 0.4s;
          transform: 0.4s;
}

.fix-btn-area .v-btn-area .form-popup .effect-1:focus ~ .focus-border::after {
  width: 0;
  -webkit-transform: 0.4s;
          transform: 0.4s;
}

.fix-btn-area .v-btn-area .form-popup .btn {
  margin: .8rem 0;
  padding: .5rem 0;
  background-color: #FFD373;
  border: none;
  -webkit-box-shadow: .1rem .1rem #148293;
          box-shadow: .1rem .1rem #148293;
  text-transform: uppercase;
  font-size: large;
  font-weight: bold;
  color: #071900;
}

.fix-btn-area .v-btn-area .form-popup .btn:hover {
  opacity: 0.85;
}

.first {
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.first .bx {
  display: none;
}

.first video {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.first #logo {
  position: absolute;
  top: 5rem;
  left: 5rem;
  width: 15rem;
}

.first .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
}

.first header {
  position: absolute;
  top: 0;
  background-color: rgba(30, 30, 60, 0.5);
  height: 100% auto;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1rem;
}

.first header h2 {
  position: absolute;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1 /span 4;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: x-large;
  font-weight: normal;
}

.first header nav {
  width: 100%;
  position: relative;
  -ms-grid-column: 5;
  -ms-grid-column-span: 12;
  grid-column: 5/span 12;
}

.first header nav ul {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.first header nav ul li {
  margin: .2rem;
  width: 100%;
  text-align: center;
}

.first header nav ul li a {
  color: whitesmoke;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.first header nav ul li:hover {
  padding: .4rem;
  border-bottom: 2px solid #F3250A;
  background-color: rgba(30, 30, 60, 0.6);
}

.first header nav ul li .abSubmenu {
  display: none;
}

.first header nav ul li:hover .abSubmenu {
  display: block;
  width: 25%;
  position: absolute;
  margin-top: .6rem;
  margin-left: -1.5rem;
  background-color: rgba(30, 30, 60, 0.6);
}

.first header nav ul li:hover .abSubmenu ul {
  display: block;
  margin: auto;
  width: 100%;
}

.first header nav ul li:hover .abSubmenu ul li {
  width: auto;
  padding: 1rem;
}

.nursingcareer {
  width: 90%;
  margin: 2rem auto;
  padding: 1rem;
}

.nursingcareer .NsgTitle {
  width: auto;
  font-size: 2rem;
  font-weight: normal;
  font-style: italic;
  color: #148293;
}

.nursingcareer .NsgTitle::first-letter {
  font-size: 2.8rem;
  color: olivedrab;
  font-weight: bold;
}

.nursingcareer .halfline {
  width: 25rem;
  height: .2rem;
  border: none;
  background-color: #EF476F;
  margin: 1rem auto;
}

.nursingcareer p {
  text-align: justify;
}

.nursingcareer p span {
  color: orangered;
}

.nursingcareer p span:first-child {
  font-size: 2rem;
}

.nursingcareer .objectText {
  width: 80%;
  margin: 1rem auto;
}

.nursingcareer .objectText h4 {
  margin: 1rem 0;
  text-transform: uppercase;
  background-color: #165082;
  padding: .5rem 1rem;
  color: white;
  font-weight: normal;
  font-size: 1.5rem;
}

.nursingcareer .objectText p {
  margin: .2rem 0;
}

.sec-two {
  width: 100%;
  position: relative;
  margin: 6rem auto;
  background-color: #C1DDD8;
}

.sec-two .main-two {
  position: relative;
  max-width: 1200px;
  height: auto;
  margin: 5px auto;
  padding: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
}

.sec-two .main-two h2 {
  padding: 4rem auto;
  width: 100%;
  background-color: #49596B;
  color: whitesmoke;
  font-size: 3rem;
  font-weight: 100;
  text-align: center;
}

.sec-two .main-two h3 {
  margin: 0 auto;
  width: 60%;
  height: auto;
  color: #49596B;
  text-align: center;
  font-weight: normal;
  padding: 1rem 0;
}

.sec-two .main-two .r-border {
  border-right: .2rem solid gray;
}

.sec-two .main-two .l-border {
  border-left: .2rem solid gray;
}

.sec-two .main-two .both-border {
  border-right: .2rem solid gray;
  border-left: .2rem solid gray;
}

.sec-two .main-two .card2 {
  width: 100%;
  height: 100%;
  background-color: whitesmoke;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
}

.sec-two .main-two .card2 .imghold {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sec-two .main-two .card2 .imghold:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  cursor: pointer;
}

.sec-two .main-two .card2 .imghold img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

.sec-two .main-two .card2 .textarea {
  width: 100%;
  text-align: left;
}

.sec-two .main-two .card2 .textarea p {
  color: #49596B;
  font-size: .85rem;
}

.sec-two .main-two .card2 .textarea a {
  padding: 0;
  margin: 0;
  width: 100%;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 800;
  color: #49596B;
}

.sec-two .main-two .card2 .textarea a:hover {
  color: maroon;
}

.sec-two .main-two .card2 .textarea .r-line {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 60%;
  height: .2rem;
  background-color: red;
}

.sec-two .main-two .card2 .textarea .large {
  padding: auto;
  font-size: 1.52rem;
}

.sec-two .main-two .card2 .textarea .mid {
  padding: .5rem;
  font-size: 1rem;
}

.sec-two .main-two .card2 .textarea .black {
  color: black;
}

.sec-two .main-two .card2 .textarea .green {
  color: #830001;
}

.sec-two .main-two .card2 .textarea .jstfy {
  text-align: justify;
  text-justify: inter-word;
  font-size: .9rem;
  padding: .5rem;
}

.sec-two .main-two .card2 .course {
  padding: .6rem 0;
}

.sec-three {
  width: 100%;
  position: relative;
  margin: 6rem auto;
  text-align: center;
}

.sec-three h2 {
  padding: 4rem auto;
  width: 100%;
  color: maroon;
  font-weight: 500;
}

.sec-three .main-sec {
  position: relative;
  width: 100%;
  margin: auto;
  margin-top: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[8];
      grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 15rem;
}

.sec-three .main-sec .card {
  grid-column: span 2;
}

.sec-three .main-sec .card img {
  width: 4rem;
  height: 4rem;
}

.sec-foure {
  width: 98%;
  position: relative;
  margin: 6rem auto;
  text-align: center;
  padding: .5rem;
  text-align: center;
}

.sec-foure #testImg {
  width: 100%;
}

.sec-foure .textAreaTest {
  position: absolute;
  bottom: 2rem;
  width: 90%;
  margin: auto;
  text-align: center;
  margin: 0 4rem;
  background-color: rgba(0, 0, 0, 0.8);
}

.sec-foure .textAreaTest h2 {
  color: #FFD373;
  padding: .5rem 0;
}

.sec-foure .textAreaTest p {
  color: white;
  padding: 1rem 1.5rem;
}

.sec-five {
  width: 100%;
  height: 100% auto;
  position: relative;
  margin: 4rem auto;
  text-align: center;
  background-color: #9EC4C5;
}

.sec-five .main-sec-five {
  position: relative;
  width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-items: center;
  padding: 1rem;
}

.sec-five .main-sec-five video {
  height: 50vh;
  padding: auto;
}

.sec-five .main-sec-five .campuslist {
  text-align: left;
}

.sec-five .main-sec-five .campuslist li {
  width: 100%;
  background-color: #dddddd;
  padding: .4rem;
  margin: .1rem 0;
}

.sec-five .main-sec-five .campuslist .cambtn {
  text-decoration: none;
  background-color: #F3250A;
  color: #dddddd;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.sec-five .main-sec-five .campuslist .cambtn:hover {
  background-color: #3112a0;
}

.sec-five .main-sec-five .campuslist .cambtn a {
  text-decoration: none;
  color: white;
}

.footer {
  width: 100%;
  margin: auto;
  text-align: center;
  background-color: #165082;
  padding: .5rem 0;
  color: #dddddd;
}

.log-in-top {
  text-align: center;
  width: 100%;
  padding: 1rem 0;
  background-color: #165082;
}

.log-in-top #logo {
  width: 12rem;
}

h2 {
  text-align: center;
  margin: 1rem auto;
}

.form-admin {
  width: 40%;
  height: 40%;
  margin: auto;
  background-color: #49596B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  text-align: center;
  padding: 2rem 0;
}

.form-admin label {
  padding-right: 1rem;
  color: white;
}

.form-admin #inputbox {
  border: none;
  background-color: #dddddd;
  padding: .5rem;
  font-weight: bold;
  border-radius: 5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.form-admin button {
  padding: .8rem 2rem;
  border: none;
  font-weight: bold;
  background-color: #F3250A;
  border-radius: 1rem;
  color: white;
  width: 40%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  font-size: large;
}

.form-admin button:hover {
  background-color: olivedrab;
}

.form-admin .errormsg {
  color: orangered;
  font-size: large;
  font-weight: bold;
  background-color: whitesmoke;
}

.newpage {
  width: 100%;
  height: auto;
}

table {
  width: 70%;
  margin: auto;
}

table tr {
  width: 100%;
  padding: .5rem 2rem;
}

table th {
  background-color: #165082;
  color: white;
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: large;
  }
  .fix-btn-area {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
  }
  .fix-btn-area .v-btn-area h2 {
    font-size: medium;
    height: auto;
  }
  .fix-btn-area .form-popup .form-container label {
    font-size: small;
  }
  .fix-btn-area .form-popup .form-container .effect-1 {
    font-size: small;
  }
  .fix-btn-area .form-popup .form-container .btn {
    font-size: medium;
  }
  .first #logo {
    position: relative;
    top: .2rem;
    width: 6rem;
    z-index: 1;
    padding: 0;
    margin: 0;
    left: .2rem;
    background-color: #071900;
  }
  .first video {
    position: absolute;
    top: 1rem;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .first header {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 1rem 0;
    height: 1rem;
    margin: 0;
  }
  .first header h2 {
    position: relative;
    grid-column: span 12;
    font-size: small;
    left: 1.8rem;
  }
  .first header nav {
    position: absolute;
    margin: 0;
    padding: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    top: 3rem;
    width: 90%;
  }
  .first header nav .bx {
    top: 2rem;
    display: block;
    color: #0c0b0b;
    margin-right: 1rem;
  }
  .first header nav ul {
    background-color: #071900;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .first header nav ul li a {
    font-size: small;
  }
  .first header #nav {
    right: -75%;
  }
  .first header #nav.active {
    right: 0;
  }
  .sec-two {
    margin-top: 15%;
  }
  .sec-two .main-two {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .sec-two .main-two .both-border {
    border: none;
  }
  .sec-two .main-two .card2 h2 {
    padding: 0;
    margin: 0;
    font-size: larger;
  }
  .sec-two .main-two .card2 h3 {
    font-size: small;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .sec-two .main-two .card2 .textarea .large, .sec-two .main-two .card2 .textarea .mid {
    font-size: large;
    margin-bottom: rem;
    padding: 0;
    margin: 0;
  }
  .sec-two .main-two .card2 .textarea .mid {
    font-size: small;
    margin-bottom: 2rem;
    width: 80%;
  }
  .sec-two .main-two .card2 .textarea .r-line {
    width: 20%;
  }
  .sec-two .main-two .card2 .textarea .green {
    margin-top: 2rem;
  }
  .sec-two .main-two .card2 .textarea .jstfy {
    width: 80%;
    font-size: small;
    margin-bottom: 1.5rem;
  }
  .sec-two .main-two .card2 .textarea .imghold {
    width: 100%;
  }
  .sec-three h2 {
    font-size: large;
  }
  .sec-three .main-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
  .sec-three .main-sec .card img {
    width: 5rem;
    height: auto;
  }
  .sec-three .main-sec .card p {
    font-size: small;
  }
  .sec-foure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1rem 0;
  }
  .sec-foure .textAreaTest {
    position: relative;
  }
  .sec-five {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 2rem;
    background-color: transparent;
  }
  .sec-five .main-sec-five {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .sec-five .main-sec-five .list {
    height: 100%;
    bottom: auto;
    margin: 1rem auto;
    position: relative;
  }
  .sec-five .main-sec-five .campuslist {
    padding: 2rem 0;
  }
  .footer .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=main.css.map */