@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;
}

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

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

.pages {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  position: relative;
}

.pages .fix-btn {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 100000;
}

.pages .fix-btn a {
  padding: .5rem 1.5rem;
  text-decoration: none;
  background-color: #F3250A;
  color: #d3dcdd;
  border-radius: .5rem;
}

.pages .fix-btn a:hover {
  opacity: 0.85;
}

.pages .head {
  width: 100%;
  height: 60vh;
}

.pages .head .img-holder {
  width: 98%;
  height: 100%;
  overflow: hidden;
  margin: .2rem auto;
}

.pages .head .img-holder img {
  width: 100%;
  height: 180%;
  top: -60%;
}

.pages .head .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0)), to(#201d1d));
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #201d1d);
}

.pages .head #logo {
  position: fixed;
  width: 12rem;
  height: 4rem;
  top: 2rem;
  left: 2rem;
  z-index: 10000;
}

.pages .head h2 {
  position: absolute;
  top: 20%;
  font-size: 2rem;
  right: 25rem;
  color: white;
  border-left: .4rem solid #F3250A;
  padding-left: .8rem;
  line-height: 4rem;
}

.pages .head h4 {
  position: absolute;
  top: 30%;
  font-size: 1.5rem;
  right: 13rem;
  color: white;
  margin-top: 2rem;
}

.pages .content {
  width: 98%;
  height: auto;
  margin: auto;
  text-align: center;
  margin: 2rem auto;
}

.pages .content h2 {
  font-size: xxx-large;
  font-weight: 600;
  margin: 1rem auto;
  background-color: #286FB4;
  color: white;
}

.pages .content .crs-list {
  width: 60%;
  height: 5rem;
  margin: auto;
  place-content: center;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.pages .content .crs-list li {
  width: 100%;
}

.pages .content .crs-list li a {
  font-size: 1.1rem;
  text-decoration: none;
}

.pages .content .crs-list li a:hover {
  color: maroon;
  font-weight: 600;
  font-size: 1.2rem;
}

.pages .content .crs-list li:hover {
  background-color: rgba(221, 216, 216, 0.3);
}

.pages .content .h-line {
  width: 100%;
  height: .1rem;
  background-color: #8D4414;
  margin: .5rem auto;
}

#details {
  width: 98%;
  margin: auto;
  height: auto;
}

.footer {
  bottom: 0;
  width: 100%;
  background-color: #9EC4C5;
  text-align: center;
}

.sticky {
  background-color: #03506b;
  width: 100%;
  height: 5rem auto;
  position: fixed;
  top: 0;
}

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

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

.box1 p {
  padding: 1rem 0;
  font-size: large;
}

.box1 i {
  color: green;
  font-size: 1.5rem;
  font-weight: bold;
}

.box1 .red {
  color: orangered;
}

.box1 #qr {
  width: 10rem;
}

.box1 .Fdetails {
  width: 30rem;
  text-align: left;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: large;
  }
  .pages {
    width: 100%;
    height: auto;
  }
  .pages .fix-btn a {
    padding: .2rem 1rem;
    font-size: small;
  }
  .pages .head {
    height: auto;
  }
  .pages .head .img-holder {
    width: 100vw;
    height: auto;
    height: auto;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .pages .head .img-holder #logo {
    top: .2rem;
    left: .2rem;
    width: 6rem;
    height: auto;
  }
  .pages .head .img-holder h2 {
    font-size: small;
    width: 60%;
    right: 0;
    text-align: center;
    border-left: none;
    padding-left: .21rem;
  }
  .pages .head .img-holder h4 {
    font-size: x-small;
    width: 60%;
    right: 0;
    text-align: center;
  }
  .pages .content {
    width: 98%;
    height: auto;
  }
  .pages .content h2 {
    font-size: large;
  }
  .pages .content .crs-list {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pages .content .crs-list li a {
    font-size: small;
  }
  .pages .details {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .pages .details .title {
    margin: auto;
    font-size: small;
  }
  .pages .details .container {
    width: 100%;
  }
  .pages .details .container .img-hold {
    width: 100%;
    height: auto;
  }
  .pages .details .container .img-hold img {
    height: auto;
  }
  .pages .details .container .img-hold h4 {
    font-size: large;
    top: .2rem;
    left: .2rem;
    line-height: 2rem;
  }
  .pages .details .container .img-hold a {
    font-size: small;
    top: 4rem;
    left: 50%;
  }
  .pages .details .container .box {
    width: 100%;
    padding: .5rem 1rem;
  }
  .pages .details .container .box .large {
    width: auto;
    font-size: medium;
  }
  .pages .details .container .box .mid {
    font-size: small;
  }
  .pages .details .object .title-small {
    padding: .4rem .4rem;
    font-size: medium;
  }
  .pages .details .object .list li {
    font-size: small;
  }
  .pages .details .object .list .small-list {
    margin: 1rem .4rem;
    width: 100%;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=pages.css.map */