/* Hero Section */
.slide {
  position: relative;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.slide .slide__img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
  display: block;
}
.first-slide .slide__img {
  background: url("../images/sliders/Website-Banners.webp") no-repeat center
    center;
  background-size: cover;
  aspect-ratio: 1600/960;
}
/* .slide .slide__content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%); background:rgba(0,0,0,0.8);} */
.slide .slide__content {
  position: absolute;
  padding: 2rem 1rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background:rgba(0,0,0,0.7);*/
}
.slide .slide__content--headings {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.slide .slide__content--headings span {
  font-size: 1.6rem;
  font-weight: 500;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slide .slide__content--headings a {
  font-weight: 500;
  width: max-content;
  background: #eef9fc;
  color: var(--bgPrimary);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  display: flex;
  margin: auto;
}
.slider [data-animation-in] {
  opacity: 1;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.slick-dotted .slick-slider {
  margin-bottom: 3rem;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0rem;
  font-size: 0rem;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li {
  width: 2rem;
  height: 2rem;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 2rem;
  height: 2rem;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li {
  height: 3px;
  width: 5rem;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: #fff;
  opacity: 0.25;
  width: 5rem;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: #fff;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

.highlights__boxes,
.highlight_box {
  display: flex;
  flex-direction: column;
}
.highlight_box {
  gap: 1rem;
  padding: 2rem;
  background: #eef9fc;
  line-height: 3rem;
  font-size: 1.6rem;
}
.hbox_heading {
  font-size: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
}
.hbox_col2 {
  background: #e6f0f7;
}
.hbox_col3 {
  background: var(--bgPrimary);
  color: #fff;
}

.reco_section {
  padding: 3rem 2rem;
  background: #eef9fc;
  margin: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}
.reco_htxt {
  font-size: 2.5rem;
  font-weight: 500;
}
.right_arr {
  display: none;
}
.reco_icons {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.reco_icon {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
}

.about__campus {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 3rem;
}
.about_campus_content {
  padding: 0 2rem 2rem;
  line-height: 3rem;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.about_campus_content h2 {
  font-size: 2rem;
  font-weight: 300;
}
.acc_hdg_txt {
  font-weight: 500;
}
h1 {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.2rem;
}
.acc_btn_link {
  display: flex;
  width: max-content;
  font-size: 1.8rem;
  font-weight: 500;
}
.acc_btn_link a {
  display: flex;
  width: max-content;
  padding: 1rem 3rem;
  background: var(--bgPrimary);
  color: #fff;
  border-radius: 0.5rem;
  align-items: center;
  gap: 1rem;
}

.features {
  padding: 2rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.feature_grid {
  display: flex;
  flex-direction: column;
  line-height: 2.5rem;
  font-size: 1.8rem;
  gap: 2rem;
}
.feature_grid_item {
  display: flex;
  gap: 2rem;
}
.feature_grid_item span {
  font-weight: 700;
  font-size: 4rem;
  line-height: 5rem;
  color: var(--bgPrimary);
}
.line_divider {
  background: #ccc;
  height: 1px;
  width: 100%;
}

.why_choose {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.why_choose span {
  font-size: 1.8rem;
  font-weight: 400;
}
.why_choose h2 {
  font-size: 2rem;
  font-weight: 500;
}
.why_choose p {
  color: #333;
  margin-bottom: 1rem;
}
.univ_features,
.feat_box {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.feat_box {
  background: #eef9fc;
  padding: 1rem;
}
.feat_box_heading {
  font-size: 1.8rem;
  font-weight: 500;
}
.fbBG {
  background: #e6f0f7;
}
.heading_divider {
  background: #082a4a;
  height: 4px;
  width: 60%;
  margin: 0 auto 2rem;
}

#program {
  width: 100%;
  padding: 3rem 2rem;
  background: #f0f7fa;
  line-height: 2.5rem;
}
#program h2 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 3rem;
}
.tabs {
  list-style: none;
  padding: 0;
}
.tabs:after {
  content: "";
  display: table;
  clear: both;
}
.tabs input[type="radio"] {
  display: none;
}
.tabs label {
  display: block;
  float: left;
  width: 46%;
  color: #ccc;
  font-size: 1.6rem;
  text-align: center;
  line-height: 3rem;
  cursor: pointer;
  margin: 0 0.5rem 1rem;
  background: #fff;
  color: #123b6d;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
.tabs label:hover {
  color: #123b6d;
}
.tab-content {
  display: none;
  width: 100%;
  float: left;
}
.tabs [id^="tab"]:checked + label {
  background: #123b6d;
  color: #fff;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5 {
  display: block;
}
.programBoxes {
  padding-top: 2rem;
  margin-bottom: 2rem;
}
.programBox {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.program_title {
  background: #123b6d;
  padding: 1rem 0.5rem;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.program_detail {
  background: #123b6d;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.prog_info {
  background: #fff;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prog_info div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
}
.prog_info i {
  color: #123b6d;
}
.know_more_btn a {
  display: block;
  background: #f0f7fa;
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1.8rem;
}

.recent_section {
  padding: 2rem 2rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
  border-bottom: 1px solid #ccc;
}
#activities {
  margin: 0;
}
.activities,
.updates {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.recent_section_heading {
  font-size: 2.5rem;
  font-weight: 500;
}
.ra_box {
  display: grid;
  background: var(--bgPrimary);
  color: #fff;
}
.ra_box_content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: 1.4rem;
}
.ra_box_content span {
  font-size: 2rem;
  font-weight: 300;
}

.ra_updateBox {
  padding: 2rem;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  height: 15em;
}
.scroll {
  position: absolute;
  line-height: 2.6rem;
}
.scroll li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  position: relative;
}
.scroll li a {
  color: #000;
}
.scroll li a:hover {
  color: #123b6d;
}
.scroll li i {
  position: absolute;
  top: 0.4rem;
  left: 0;
  color: var(--bgPrimary);
}

.owl-carousel .owl-nav {
  position: absolute;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 40%;
  left: 10%;
}
.owl-carousel .owl-prev b,
.owl-carousel .owl-next b {
  width: 3rem;
  height: 3rem;
  background: #eef9fc;
  display: inline-block;
  border-radius: 4px;
  font-size: 2rem;
  color: #000;
  position: relative;
  padding-top: 0.2rem;
  display: none;
}
.owl-carousel .owl-prev b img,
.owl-carousel .owl-next b img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.owl-carousel .owl-prev b {
  left: -3rem;
}
.owl-carousel .owl-next b {
  right: -3rem;
}
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  background: transparent !important;
}
.owl-carousel .owl-prev:hover b,
.owl-carousel .owl-next:hover b {
  background: #000;
  color: #fff;
}

.blogList {
  margin-bottom: 4rem;
  padding: 2rem;
}
.blogList h2 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
  background-color: #f4f8fa;
  padding: 1rem;
}
.blogList ul {
  display: grid;
  gap: 2rem;
  margin-bottom: 2rem;
}
.blogList li {
  padding-bottom: 2rem;
  border-bottom: 1px dotted #18a9d6;
}
.blogList li a {
  color: #c8102e;
}
.blogBox {
  box-shadow: 0 0 5px #666;
  padding: 0 0 2rem;
}
.blogBox p {
  font-size: 1.4rem;
  padding: 0 1rem;
  line-height: 2.5rem;
}
figure {
  margin-bottom: 1.5rem;
  line-height: 2.5rem;
  font-size: 1.5rem;
}
figcaption {
  padding: 1rem 1rem 0;
}
figcaption i {
  margin-right: 7px;
}
figcaption a {
  color: #000 !important;
}
figcaption h2,
figcaption h3,
figcaption h4 {
  font-size: 1.6rem !important;
  font-weight: 500;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  background-color: #fff !important;
}
figcaption a {
  color: #000;
  text-transform: capitalize;
}
figcaption small {
  font-size: 1.4rem;
  color: #555;
}
figcaption small a {
  color: #123b6d;
}

.view_butt {
  display: flex;
  justify-content: center;
}
.view_butt a {
  background-color: #18a9d6;
  color: #fff;
  border: 1px solid #082a4a;
  padding: 0.7rem 1.2rem;
  width: max-content;
  border-radius: 0.3rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.scroll-content {
  background: #f5f5f5;
  padding: 1rem 2rem;
  line-height: 2.5rem;
}
.scroll-content a {
  color: #18a9d6;
  margin-right: 2rem;
}
.scroll-content i {
  margin-right: 0.5rem;
}

.marquee {
  overflow: hidden;
  position: relative;
}
.marquee-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 40s linear infinite;
}
.marquee:hover .marquee-track {
  animation-play-state: paused;
}
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media only screen and (min-width: 480px) {
  .blogList ul {
    gap: 4rem;
  }
  .blogList li {
    padding-bottom: 4rem;
  }
  .blogBox p {
    padding: 0 2rem;
  }
  figcaption {
    padding: 1rem 2rem 0;
  }
}

@media only screen and (min-width: 768px) {
  .slide .slide__content {
    padding: 4rem 1rem;
  }
  .slide .slide__content--headings {
    gap: 2rem;
    font-size: 3rem;
  }
  .slide .slide__content--headings span {
    font-size: 5rem !important;
  }

  .highlights__boxes {
    flex-direction: row;
  }
  .feature_grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
  .line_divider {
    display: none;
  }
  .univ_features {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
  .ra_box {
    grid-template-columns: 1fr 1fr;
  }
  .ra_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    align-self: stretch;
  }

  .reco_icons {
    flex-direction: row;
    justify-content: space-between;
  }
  #program h2 {
    margin-bottom: 2rem;
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .tabs label {
    border-radius: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .slider,
  .slide {
    height: 80vh;
  }
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .reco_section {
    display: grid;
    grid-template-columns: 1fr 1rem 3fr;
  }
  .reco_htxt {
    font-size: 4rem;
    font-weight: 400;
  }
  .right_arr {
    display: block;
    font-size: 4rem;
  }

  .about__campus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 3rem 2rem;
  }
  .feature_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .univ_features {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .updates > .ra_updateBox {
    height: 100%;
    align-self: stretch;
  }

  .tabs {
    text-align: center;
  }
  .tabs label {
    float: none;
    display: inline-block;
    width: auto;
    margin: 0 1rem 3rem;
    border: none;
    padding: 0 1.5rem;
    border-radius: 0;
    border-top: 3px ridge #123b6d;
    border-bottom: 3px groove #123b6d;
  }
  .programBoxes {
    position: relative;
    max-height: 40rem;
    max-width: 100rem;
    margin: 0 auto 2rem;
  }
  .owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
  }
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
  }
  .owl-carousel .prev-slide {
    background: url(nav-icon.webp) no-repeat scroll 0 0;
    left: -70px;
  }
  .owl-carousel .next-slide {
    background: url(nav-icon.webp) no-repeat scroll -24px 0;
    right: -70px;
  }
  .owl-carousel .prev-slide:hover {
    background-position: 0 -53px;
  }
  .owl-carousel .next-slide:hover {
    background-position: -24px -53px;
  }

  .recent_section {
    display: grid;
    grid-template-columns: 4fr 1fr;
    overflow: hidden;
  }
  .activities {
    position: relative;
    max-width: 100%;
    overflow: hidden;
  }
  .owl-carousel .owl-nav {
    width: 90%;
    left: 5%;
  }
  .owl-carousel .owl-prev b,
  .owl-carousel .owl-next b {
    display: inline-block;
  }

  .blogList {
    padding: 2rem 0;
  }
  .blogList ul {
    gap: 5rem;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 4rem;
  }
  .blogList li {
    padding: 0;
    border: none;
    font-size: 1.7rem;
  }
  figcaption h2,
  figcaption h3,
  figcaption h4 {
    text-transform: uppercase;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .fixed_header_spacing {
    height: 15.7rem;
  }
  .slider,
  .slide {
    height: 75vh;
  }
  .first-slide {
    background: url("../images/sliders/Website-Banners.webp") no-repeat center
      center;
    background-size: cover;
  }
  .slide .slide__content {
    padding: 3rem 5rem;
    max-width: 100rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -49%);
    height: 80%;
  }
  .slide .slide__content--headings {
    gap: 3rem;
    font-size: 3rem;
  }
  .slide .slide__content--headings span {
    font-size: 5rem;
  }
  .slide__img {
    width: 100%;
    height: 100%;
    overflow: hidden !important;
  }
  .slide__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .first-slide .slide__img {
    display: none;
  }

  .reco_section {
    margin: 0;
    gap: 1rem;
    grid-template-columns: 1fr 3rem 3fr;
    padding: 2rem 4rem;
  }
  .reco_htxt {
    font-size: 3.5rem;
    font-weight: 600;
  }
  .reco_icons {
    justify-content: space-evenly;
  }

  h1 {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 5rem;
  }

  .highlights_boxes {
    background: linear-gradient(
      to right,
      #eef9fc 0%,
      #eef9fc 50%,
      #123b6d 50%,
      #123b6d 100%
    );
  }
  .highlight_box {
    padding: 4rem 4rem 4rem 0;
  }
  .hbox_col2,
  .hbox_col3 {
    padding-left: 4rem;
  }
  .hbox_heading {
    font-size: 2.5rem;
  }
  .about_campus {
    padding: 4rem 0;
  }
  .about__campus {
    padding: 0;
  }
  .about_campus_content h2,
  #program h2 {
    font-size: 2.5rem;
    font-weight: 600;
  }
  .campus_img {
    position: relative;
    display: inline-block;
  }
  .campus_img img {
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    margin-left: 3rem;
    margin-bottom: 3rem;
  }
  .campus_img::before {
    content: "";
    position: absolute;
    width: 10rem;
    height: 10rem;
    border: 3rem solid var(--bgPrimary);
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
  }

  .features {
    padding: 4rem 0;
  }
  .feature_grid {
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    overflow: hidden;
    gap: 3rem;
    justify-content: space-between;
  }
  .line_divider {
    display: inline-flex;
    height: 100%;
    width: 1px;
  }
  .feature_grid_item {
    align-items: center;
    gap: 1rem;
  }
  .feature_grid_item span {
    font-size: 5rem;
  }

  #program {
    padding: 4rem 0;
    line-height: 2rem;
    max-width: 120rem;
    margin: auto;
    height: 60rem;
  }

  .recent_section {
    padding: 4rem 0;
    grid-template-columns: 3fr 1fr;
    height: 41.5rem;
  }
  .owl-carousel .owl-nav {
    width: 94%;
    left: 3%;
  }
  .ra_box_content {
    padding: 2rem 2rem 2rem 5rem;
  }

  .why_choose {
    padding: 4rem 0;
  }
  .why_choose h2 {
    font-size: 2.3rem;
    font-weight: 400;
    margin-bottom: 1rem !important;
  }
  .univ_features {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .feat_box {
    padding: 2rem;
  }
  .heading_divider {
    width: 30%;
  }

  .blogBox {
    height: 42rem;
  }
}

.hover-effect{
      padding: 8px !important;
    color: white !important;
    border-radius: 6px !important;
}


