* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  width: 100%;
  height: 100%;
}

body {
  color: #222;
  /* font-family: 'Poppins', sans-serif; */
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  min-width: 360px;
  width: 100%;
}

button,
input[type="submit"],
input[type="search"],
a {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
  color: #3c0008;
}

a:focus {
  outline: none !important;
  outline-offset: inherit !important;
  text-decoration: none !important;
}

a,
img {
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 600;
}

p {
  display: block;
  margin: 0;
  padding: 0 0 15px;
  word-wrap: break-word;
  letter-spacing: 0.2px;
}

header {
  background: #ffffff;
  /* background-image: url(../images/header-purbajrnl.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain; */
  width: 100%;
  transition: all 0.4s ease;
}

.header-top {
  height: 42px;
  background: #1a2e53;
  display: flex;
  align-items: center;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 124px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.head-center {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
}

.logo-title {
  text-align: center;
}

.logo-title h1 {
  font-style: normal;
  /* font-size: 30px; */
  font-size: 28px;
  line-height: 25px;
  /* color: #56101a; */
  color: #222222;
  text-transform: uppercase;
  font-family: "Bai Jamjuree", sans-serif;
  margin-bottom: 10px;
  font-weight: 800;
  margin-top: 10px;
}

.logo-title p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  /* text-transform: capitalize; */
  color: #323b4b;
  margin-bottom: -2px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
}

.logo-title span {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  color: #323b4b;
  font-family: "Poppins", sans-serif;
  display: block;
  padding-top: 7px;
}

/* menu css */
.navbar-dark {
  /* background: linear-gradient(to top, #073054, #002749); */
  background: #4473c5;
}
.navbar-nav .nav-link,
.navbar-nav .dropdown-item {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.navbar-nav .dropdown-item {
  color: #212529;
}
.dropend .dropdown-toggle {
  /* color: salmon; */
  color: #212529;
  margin-left: 1em;
}
.dropdown-item:hover {
  /* background-color: lightsalmon; */
  background-color: #79ccff;
  color: #000;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media screen and (min-width: 992px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

/* slider css */
.main-banner {
  position: relative;
  background: #666;
  aspect-ratio: 173/64;
  width: 100%;
}

.main-banner .item::before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.main-banner .owl-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  display: none;
}

.main-banner .owl-carousel .owl-nav button {
  margin: 0;
  width: 50px;
}

.main-banner .owl-carousel .owl-nav button span {
  font-size: 50px;
  color: #fff;
}

.main-banner .owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.main-banner .owl-carousel {
  height: 100%;
}

.main-banner .banner-col {
  overflow: hidden;
}

.main-slider .owl-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  margin: 0 !important;
  left: 0;
  z-index: 3;
}

.main-slider .owl-dots button span {
  margin: 5px 4px !important;
}

.main-slider .owl-dots .owl-dot.active span,
.main-slider .owl-dots .owl-dot:hover span {
  background: #a4243b;
}

/* news css */
.marquee-section {
  z-index: 2 !important;
  position: relative;
  background: #fceade;
}

.marquee-inner {
  margin-top: -32px;
  background: #273e47;
  height: 60px;
  text-align: left;
  position: relative;
  padding-left: 160px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}

.marquee-inner h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  position: absolute;
  background: #a4243b;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

.marquee-inner h3::after {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #a4243b;
  position: absolute;
  left: 100%;
  top: 0;
  content: "";
}

.marquee-inner p {
  color: #fff;
  padding-bottom: 0;
  font-size: 14px;
  background-color: #273e47;
}

.marquee-inner .owl-theme .owl-nav {
  margin-top: 0;
  top: 50%;
  width: auto;
  left: inherit;
  line-height: inherit;
  right: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
}

.marquee-inner .owl-theme .owl-nav button {
  margin: 0;
  width: 30px;
  height: 30px;
  background: #a4243b;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -28px;
}

.marquee-inner .owl-theme .owl-nav button:hover {
  background: #a4243b !important;
}

.marquee-inner .owl-theme .owl-nav button.owl-prev {
  /* left: -70px; */
  right: 35px;
}

.marquee-inner .owl-theme .owl-nav button.owl-next {
  right: 0px;
}

.marquee-inner .owl-theme .owl-nav button span {
  font-size: 25px;
  /* display: block; */
}

.noticeboard-section {
  /* background: #fceade; */
  padding-top: 80px;
  padding-bottom: 80px;
}

.noticeboard-section .card-body {
  /* height: 420px; */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.noticeboard-section .card-body ul {
  margin-bottom: 0;
  width: 100%;
  height: auto;
}

.noticeboard-section .card-body ul.marquee {
  position: relative;
  box-sizing: border-box;
  animation: marquee 15s linear infinite;
}

.noticeboard-section .card-body ul.marquee:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    top: calc(100% + 10px);
  }
  100% {
    top: -120%;
  }
}

.card-custom1 {
  background-color: #2631d9;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.card-custom1 .card-header {
  /* text-align: center; */
  padding: 0;
  background: none;
  border: none;
}

.card-custom1 .card-header h3 {
  color: #fff;
  /* text-transform: uppercase; */
  font-size: 18px;
  /* background: #273e47; */
  height: 54px;
  line-height: 54px;
  padding-left: 10px;
}

.list-with-date li {
  display: flex;
  margin-bottom: 20px;
}

.list-with-date li .card-date-col {
  width: 65px;
  height: 65px;
  background-color: #f1dac4;
  flex-shrink: 0;
  border-radius: 5px;
  display: flex;
  margin-right: 15px;
  flex-direction: column;
  justify-content: center;
  color: #b26700;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.list-with-date li .card-date-col span {
  color: #222;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  line-height: normal;
  padding-bottom: 2px;
}

.list-with-date li .card-detail-col {
  width: 100%;
}

.list-with-date li .card-detail-col p {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 0;
}

.list-with-date li .card-detail-col p a {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-with-date.with-sep li .card-detail-col p a {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.list-with-date li .card-detail-col p:hover a {
  color: #b26700;
}

.list-with-date.with-sep li {
  margin-bottom: 0;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.list-with-date.with-sep li:last-child {
  border-bottom: none;
}

.list-with-date.with-ico li {
  position: relative;
  padding: 10px 0px 10px 15px;
}

.list-with-date.with-ico li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 4px;
  height: 4px;
  background: #666;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}

.list-with-date.with-sep li .card-detail-col p a {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.list-with-date li .card-detail-col p:hover a {
  color: #b26700;
}

.list-with-date.with-sep li {
  margin-bottom: 0;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.list-with-date.with-sep li:last-child {
  border-bottom: none;
}

.btn-custom {
  height: 36px;
  padding: 0 15px;
  line-height: 33px;
  min-width: 130px;
  color: #fff;
  background-color: #273e47;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  text-shadow: none;
  border: 1px solid #273e47;
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.active {
  background-color: #a4243b;
  color: #fff;
  border-color: #a4243b;
}

.btn-red {
  background-color: #a4243b;
  border-color: #a4243b;
}

.btn-red:hover,
.btn-red:focus,
.btn-red.active {
  background-color: #273e47;
  color: #fff;
  border-color: #273e47;
}

.media-coverage-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.hvr-top {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-top:hover,
.hvr-top:focus,
.hvr-top:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.card-custom2 {
  background: #f2f2f2;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-custom2 .card-thumb {
  position: relative;
}

.card-custom2 .card-thumb img + a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.card-custom2 .card-thumb img + a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-thumb img {
  width: 100%;
}

.card-thumb-det {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.card-thumb-det h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.card-thumb-det p {
  padding-bottom: 8px;
  font-size: 15px;
}

.college-event-section {
  background-color: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-title {
  margin-bottom: 40px;
}

.section-title h2 {
  color: #222;
  font-size: 36px;
  text-transform: uppercase;
}

.section-title h2 span.text-red {
  color: #a4243b;
}

.event-slide-row {
  margin-top: -50px;
  margin-bottom: -50px;
}

.event-slide .item {
  padding: 50px 0;
}

.event2Linegap {
  height: 42px;
  overflow: hidden;
}

/* .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
} */

.owl-theme .owl-nav button {
  margin: 0 3px !important;
}

.owl-theme .owl-nav button:hover {
  background: none !important;
}

.owl-theme .owl-nav button i {
  font-size: 22px;
  display: block;
  color: #273e47;
}

.owl-theme .owl-nav button:hover i {
  font-size: 22px;
  display: block;
  color: #a4243b;
}

.media-gallery-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.event-btns.btn-inline {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.album-col {
  position: relative;
}

.album-col .album-title {
  background: #a4243b;
  padding: 15px 40px 15px 15px;
  text-align: left;
  position: relative;
}

.album-col .album-title .download-img-zip {
  position: absolute;
  right: 15px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.album-col .album-title h3 {
  font-size: 16px;
  color: #fff;
}

.gallery-album-col {
  position: relative;
}

.gallery-album-col a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gallery-album-col a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Homepage gallery album */

.media-gallery-section .album-col {
  display: flex;
  flex-direction: column-reverse;
}

.media-gallery-section .album-col .album-title {
  padding: 10px 15px 10px 15px;
  height: 55px;
  display: flex;
  align-items: center;
}

.media-gallery-section .album-col .album-title h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 20px;
}

.media-gallery-section .album-col .album-title .download-img-zip {
  display: none;
}

.media-gallery-section .gallery-slide .owl-stage-outer .owl-stage {
  display: flex;
  align-items: flex-start;
}

.gallery-slide .owl-nav {
  bottom: -10px;
  position: relative;
}

.scrollup {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #a4243c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  z-index: 1;
  color: #fff;
  -webkit-animation: floating2 7s infinite;
  -o-animation: floating2 7s infinite;
  animation: floating2 7s infinite;
}

@keyframes floating2 {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

/* Innerpage banner */

.inner-page-banner {
  position: relative;
}

.innerbanner-cap {
  position: absolute;
  left: 50%;
  top: 0;
  display: flex;
  width: 90%;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1410px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 0 0px 40px 15px;
}

.innerbanner-cap h1 {
  color: #fff;
  font-size: 48px;
}

.inner-page-banner::before {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  position: absolute;
  content: "";
}

/* Breadcrumbh */

.breadcrumbh-sec {
  background: #273e47;
}

.breadcrumbh-sec ol.breadcrumb {
  margin: 0;
  background: none;
  padding: 10px 0;
}

.breadcrumbh-sec ol.breadcrumb li,
.breadcrumbh-sec ol.breadcrumb li a {
  font-size: 13px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.breadcrumbh-sec ol.breadcrumb li::before {
  color: #fff9e7;
}

.breadcrumbh-sec ol.breadcrumb li a {
  color: #fff9e7;
}

.breadcrumbh-sec ol.breadcrumb li.active {
  color: #62767e;
}

/* Inner page */

.middle-container.page-inner {
  /* padding-top: 40px; */
  padding-bottom: 40px;
  background-color: #fff;
}

.page-title {
  border-bottom: 2px solid #3c0008;
  margin-bottom: 20px;
}

.page-title h1 {
  padding-bottom: 10px;
}

.content-area .page-title h1 {
  font-size: 22px;
  padding-bottom: 5px;
}

/* Footer */

footer {
  background: #fff;
  position: relative;
}

footer .footer-top {
  padding: 40px 0;
  background: #002749;
}

footer .footer-top .logo a img {
  width: 100px;
  height: 100px;
}

footer .footer-top .logo-title {
  text-align: left;
}

footer .footer-top .logo-title h1 {
  font-size: 28px;
  line-height: 33px;
  color: #fff;
}

footer .footer-top .logo-title p {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

footer .footer-top .logo-title span {
  font-size: 13px;
  line-height: 17px;
  color: #fff;
}

.footer-top ul li {
  color: #e9f9ff;
  padding: 4px 0;
}

.footer-top ul li a {
  color: #e9f9ff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  padding-left: 10px;
}

.footer-top ul li a::before {
  background: #e9f9ff;
  height: 1.5px;
  width: 4px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.footer-top ul li a:hover {
  color: #ff8c9c;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding-left: 20px;
}

footer .footer-btm {
  height: 50px;
  display: flex;
  align-items: center;
  background: #001b32;
}

footer .footer-btm p {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

.footer-top h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.footer-top ul li,
.footer-top ul {
  list-style-type: none;
}

footer .row > [class^="col-"] ul li {
  text-align: left;
}

footer p {
  line-height: 22px;
  padding-bottom: 0;
  color: #202020;
  font-weight: 600;
  text-align: center;
}

.footer-map iframe {
  width: 100%;
  height: 200px;
  margin-top: 24px;
}

/* Floting social icons */

.floating-icons {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.floating-icons a {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.floating-icons a:first-child {
  border-top-left-radius: 5px;
}

.floating-icons a:last-child {
  border-bottom-left-radius: 5px;
}

.floating-icons a:hover {
  width: 80px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.floating-icons a i {
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.floating-icons a.fb {
  background-color: #337fff;
}

.floating-icons a.tw {
  background-color: #33ccff;
}

.floating-icons a.ins {
  background-color: #da3a8d;
}

.floating-icons a.link {
  background-color: #0277b5;
}

.floating-icons a.you {
  background-color: #d72a2a;
}
.page-bg {
  /* background: #70e1f5;
  background: -webkit-linear-gradient(
    to right,
    #ffd194,
    #70e1f5
  );
  background: linear-gradient(
    to right,
    #ffd194,
    #70e1f5
  ); */
  /* background: #d3cce3;
  background: -webkit-linear-gradient(
    to right,
    #e9e4f0,
    #d3cce3
  );
  background: linear-gradient(
    to right,
    #e9e4f0,
    #d3cce3
  ); */
  /* background: #8e9eab;
  background: -webkit-linear-gradient(
    to bottom,
    #8e9eab,
    #eef2f3
  );
  background: linear-gradient(
    to bottom,
    #8e9eab,
    #eef2f3
  ); */
  background: linear-gradient(to bottom, #f7e7b6 0%, #aebede 100%);
}
