*, html {
    scroll-behavior: smooth;
}
.content ol,
#tinymce ol {
    padding-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    list-style: decimal;
    color: #3a3a3a;
}
.content ul,
#tinymce ul {
    padding-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    list-style: disc;
    color: #3a3a3a;
}
.content table td,
#tinymce table td {
    padding: 16px;
    color: rgb(16,24,40);
}
.content .inline-table,
#tinymce .inline-table {
    background-color: rgba(198, 0, 92, 0.05)
}
.content .inline-table:first-of-type,
#tinymce .inline-table:first-of-type {
    margin-right: 16px;
}
.content table.table_stripped,
#tinymce table.table_stripped {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    color: rgb(16,24,40);
}
.content table.table_stripped tr:nth-child(odd),
#tinymce table.table_stripped tr:nth-child(odd) {
    background-color: rgba(198,0,92,0.05);
}
.content h1,
.content h2,
.content h3 {
    color: #28005c;
    font-weight: 500;
    line-height: 1.2;
}
.content a,
#tinymce a {
    text-decoration: none;
    word-wrap: break-word;
}
header.fixed {
    top: -100px;
    transition: all 0.5s ease;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    margin-top: 0px !important;
}
.hero-header {
    background-color: #d9005c;
}
.hero-header > div {
    overflow: -webkit-paged-x
}
#admission-content {
    background-image: url('../images/admission_world_map_bg.png');
    background-position: center center;
    background-size: cover;
}
#student-society {
    background-image: url('../images/student_society_bg.png');
    background-position: center center;
    background-size: cover;
    background-color: rgba(255,255,255,0.6);
}
#student-society-slider {
    touch-action: auto;
}
.swiper-slide {
    display: flex;
}
.swiper-pagination {
  position: relative;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: unset !important;
    top: unset !important;
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: auto;
  left: auto;
  top: auto;
  transform: none;
}
.swiper-pagination-bullet {
    background-color: #878787;
    background: #878787;
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: background 0.3s;
}
.swiper-pagination-bullet-active {
    background-color: #fff;
    border: 1px solid #000;
}
#internship-slider {
    position: static;
}
#internship-slider .owl-dots {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
}
.owl-dot span {
  width: 12px;
  height: 12px;
  background: #71717b;
  display: block;
  transition: opacity 200ms ease;
  border-radius: 50%;
}
.owl-dot.active span {
  background: #fff;
  border: 1px solid #71717b;
}
.accordion-body {
    opacity: 1;
    max-height: 300px;
    transition: all 0.6s ease;
}
.accordion-body.hidden {
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    max-height: 0;
    display: block;
}
#backtotop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    font-size: 15px;
    border: 1px solid white;
    outline: none;
    background-color:#d9005c;
    cursor: pointer;
    padding: 15px 15px;
    border-radius: 50%;
    color: #ffffff;
    display: none;
    transform: rotate(-90deg);
}
.breadcrumb li:nth-child(1)::after {
    content: "/";
    margin-left: 10px;
    font-size: 12px;
}
.breadcrumb li:nth-child(2)::after {
    content: "/";
    margin-left: 10px;
    font-size: 12px;
}
.animated-section {
    visibility: hidden;
}
.text-shadow {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.75);
}
#pagination ul li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#pagination ul li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.download-row {
	padding: 5px 0;}
.download-row:nth-child(even) {
	background-color: #dcfcfc;
}
@media (max-width: 478px) {
    #backtotop {
        bottom: 20px;
        right: 20px;
    }
}
@media (max-width: 1024px) {
    .inline-table {
        margin-bottom: 40px;
    }
}
