:root {
  --color-dark: #19232b;
  --bs-white-rgb: 255, 255, 255;
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --color-white: #ffffff;
  --theme-color: #fda31b;
  --theme-color2: rgba(1, 39, 88, 0.85);
  --transition: all 0.5s ease-in-out;
  --theme-color-light: rgb(17, 110, 99, 0.09);
}
.top li {
  width: 225px;
  list-style: none;
  margin-right: 10px;
}
.item img {
  width: 100%;
}

.pp {
  animation: color-me-in 5s infinite;
}

@keyframes color-me-in {
  0% {
    color: #4d0000;
  }

  30% {
    color: #b30000;
  }

  /* Adding a step in the middle */
  50% {
    color: #ff0000;
  }

  70% {
    color: #b30000;
  }

  100% {
    color: #1a0000;
  }
}

.services {
  margin: 50px 0px;
  height: 80px;
  background-color: #d61414;
  padding: 0px !important;
}

.title-div {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}
.events {
  background: url(/images/li.jpg) no-repeat center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
/* <!-- Events & Notice Board --> */
.event2-bg {
  background: #f4f6f5;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-94 {
  padding-top: 94px;
}

.pr-75 {
  padding-right: 75px;
}

.mb-50 {
  margin-bottom: 50px;
}

.sec-title3 .title.black-color {
  color: #101010;
}

.sec-title3 .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
  color: #031a3d;
}

.rs-blog.home9-style .blog-item {
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #dfe9eb;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.white-bg {
  background-color: #ffffff;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.rs-blog.home9-style .blog-item:hover .image-part a img {
  transform: scale(1.07);
}

img {
  max-width: 100%;
  height: auto;
}

.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.rs-blog.home9-style .blog-item .image-part {
  overflow: hidden;
  height: 25%;
}

.rs-blog.home9-style .blog-item .image-part a img {
  transition: all 0.5s;
  transform: scale(1);
  height: 100%;
  width: 100%;
}

.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.rs-blog.home9-style .blog-item .blog-content {
  padding: 10px 20px 0px 30px;
}

.rs-blog.home9-style .blog-item .blog-content .blog-meta {
  margin-bottom: 11px;
}

.rs-blog.home9-style .blog-item .blog-content .blog-meta li:last-child {
  margin: 0;
  padding: 0;
}

.rs-blog.home9-style .blog-item .blog-content .blog-meta li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
  font-size: 16px;
  color: #505050;
  font-weight: 400;
}

.rs-blog.home9-style .blog-item .blog-content .blog-meta li i {
  padding-right: 3px;
  font-size: 14px;
}

.rs-blog.home9-style .blog-item .blog-content .title {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 34px;
}

.rs-blog.home9-style .blog-item .blog-content .title a {
  color: #101010;
}

a {
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

@media screen and (min-width: 992px) {
  .lg-pl-0 {
    padding-left: 0;
  }
}

.sec-title3 .sub-title.yellow-color {
  color: #f4bf00;
}

.sec-title3 .sub-title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #ff5421;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.rs-blog.home9-style .events-short-top {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dfe9eb;
  padding: 25px 39px 38px 25px;
  align-items: flex-start;
  background: #ffffff;
}

.rs-blog.home9-style .events-short-top .date-part {
  background: #1c335f;
  min-width: 100px;
  text-align: center;
  padding: 11px 0 22px;
  border-radius: 3px;
  margin-right: 25px;
  transition: all 500ms ease;
}

.rs-blog.home9-style .events-short-top .date-part .month {
  margin-bottom: 10px;
  display: block;
  color: #ffffff;
}

.rs-blog.home9-style .events-short-top .date-part .date {
  font-size: 50px;
  color: #f4bf00;
  font-weight: 700;
  line-height: 25px;
}

.rs-blog.home9-style .events-short-top .content-part .title {
  line-height: 1.5;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 6px;
}

.rs-blog.home9-style .events-short-top .content-part .txt {
  font-size: 16px;
  color: #505050;
  margin: 0;
}

.rs-blog.home9-style .blog-item .blog-content .title a:hover {
  color: #f4bf00;
}

.rs-blog.home9-style .blog-item .blog-content .title {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

@media only screen and (max-width: 991px) {
  .md-mb-50 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .md-pr-15 {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .md-mb-30 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .sec-title3 .sub-title {
    font-size: 14px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 480px) {
  .sec-title3 .title {
    font-size: 26px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .rs-blog.home9-style .events-short-top {
    display: block;
    padding: 25px;
  }
}

/* <!-- Events & Notice Board --> */

/* Counter Section index page */
.counter-area {
  position: relative;
  background-image: url(/images/icon/stu-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.counter-area::before {
  content: "";
  position: absolute;
  background: var(--theme-color2);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}

.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.counter-box .icon {
  position: relative;
  text-align: center;
  font-size: 60px;
  width: 100px;
  height: 100px;
  line-height: 88px;
  border-radius: 30px;
  color: var(--color-white);
  background: var(--theme-color);
}

.counter-box .icon::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 3px solid var(--color-white);
  transition: var(--transition);
  z-index: -1;
}

.counter-box .icon img {
  width: 60px;
  filter: brightness(0) invert(1);
}

.counter-box .counter {
  display: block;
  line-height: 1;
  color: var(--color-white);
  font-size: 50px;
  font-weight: 600;
}

.counter-box .title {
  color: var(--color-white);
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .counter-area .counter-box {
    margin: 40px 0;
  }
}
.counter-box #counter1,
#counter2,
#counter3,
#counter4 {
  display: block;
  line-height: 1;
  color: var(--color-white);
  font-size: 50px;
  font-weight: 600;
}
/* Counter Section index page */

/* Why Choose US */
.choose-area {
  /* position: relative;
    background: var(--theme-color2);
    z-index: 1; */

  position: relative;
  background-image: url(/images/icon/stu-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.choose-item-info p {
  letter-spacing: 0px;
  line-height: 1.5;
}

.choose-area::before {
  /* content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(images/icon/choose-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.08;
    z-index: -1; */
  content: "";
  position: absolute;
  background: var(--theme-color2);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
}

.site-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.mb-0 {
  margin-bottom: 0px;
}

.site-title-tagline {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color);
  position: relative;
  border-bottom: 2px solid var(--theme-color);
}

.site-title-tagline i {
  line-height: 0;
  font-size: 20px;
}

.site-title {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 55px;
  color: var(--color-dark);
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
}

.site-title span {
  color: var(--theme-color);
}

.site-heading p {
  margin-top: 15px;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.choose-content-wrap {
  margin-top: 30px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.choose-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--color-white);
  border-radius: 18px;
  box-shadow: var(--box-shadow);
  padding: 15px 15px 15px 0;
  overflow: hidden;
  margin-bottom: 30px;
}

.choose-item-icon {
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: right;
  background: var(--theme-color2);
  border-radius: 50%;
  margin-left: -20px;
  padding-right: 12px;
}

.choose-item-icon img {
  width: 45px;
  filter: brightness(0) invert(1);
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

img,
svg {
  vertical-align: middle;
}

.choose-item-info {
  flex: 1;
}

.choose-item-info h4 {
  color: var(--color-dark);
  margin-bottom: 10px;
  font-size: 21px;
}

.choose-img {
  position: relative;
  margin-left: 30px;
}

.choose-img::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: -15px;
  width: 100%;
  height: 100%;
  border: 5px solid var(--theme-color);
  border-radius: 50% 0 50% 50%;
}

.choose-img img {
  border-radius: 50% 0 50% 50%;
}
/* Why Choose US */

/* Media Coverage */
#mixedSlider2 {
  position: relative;
  height: 240px !important;
  margin-top: 40px;
}
#mixedSlider2 .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
  height: 100% !important;
}
#mixedSlider2 .MS-content .item {
  display: inline-block;
  width: 25%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
  height: 100% !important;
}
@media (max-width: 991px) {
  #mixedSlider2 .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider2 .MS-content .item {
    width: 100%;
  }
}
#mixedSlider2 .MS-content .item .imgTitle {
  position: relative;
  height: 80% !important;
}
#mixedSlider2 .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider2 .MS-content .item .imgTitle img {
  height: 100% !important;
  width: 100%;
}
#mixedSlider2 .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider2 .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider2 .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider2 .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider2 .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider2 .MS-controls button {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  #mixedSlider2 .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider2 .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider2 .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider2 .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider2.MS-controls .MS-right {
    right: -10px;
  }
}
/* Media Coverage */

/* Tstimonials */
.slider-container512 {
  width: 90%;
  max-width: 800px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-slider512 {
  position: relative;
  overflow: hidden;
  cursor: grab;
}

.slides512 {
  display: flex;
  width: 600%;
  animation: slideAnimation512 18s infinite ease-in-out;
  /* Slower, 5 seconds per slide */
  animation-play-state: running;
  transition: transform 0.4s ease;
}

.slide512 {
  margin-right: 10px;
  width: 16.66%;
  flex-shrink: 0;
  padding: 30px;
  background-color: #002147; /* Navy blue */
  color: #ffd700; /* Mustard yellow */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transition: transform 1s ease-in-out;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.testimonial512 {
  max-width: 90%;
}

.user-img512 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
  object-fit: cover;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.testimonial512 p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  line-height: 1.5;
  color: white;
}

.testimonial512 h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #f4bf00;
}

@keyframes slideAnimation512 {
  0% {
    transform: translateX(0);
  }
  16.66% {
    transform: translateX(-16.66%);
  }
  33.33% {
    transform: translateX(-33.33%);
  }
  50% {
    transform: translateX(-50%);
  }
  66.66% {
    transform: translateX(-66.66%);
  }
  83.33% {
    transform: translateX(-83.33%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Responsive styles */
@media (max-width: 768px) {
  .slide512 {
    padding: 20px;
  }
  .testimonial512 p {
    font-size: 1rem;
  }

  .testimonial512 h3 {
    font-size: 1.3rem;
  }

  .user-img512 {
    width: 60px;
    height: 60px;
  }
}
.slider-container512:hover .slides512 {
  animation-play-state: paused; /* Pause the animation on hover */
}

/* Tstimonials */
