body{
    font-family: "Hind Siliguri", sans-serif;
}

p{
    margin-bottom: 1rem;
}

p:last-child{
    margin-bottom: 0;
}

.scroll-on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0.125rem 1.75rem 0 rgb(0, 0, 0, 0.05);
    transition: all ease-in-out 0.2s;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    animation: fadeInDown 0.5s ease-in-out;
}
@keyframes fadeInDown {
    0% {
      top: -30%;
    }
  
    50% {
      top: -15%;
    }
  
    100% {
      top: 0;
    }
}
.scroll-on .navMenu{
    width: calc(8 / 10 * 100%);
    background: transparent;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  color: #fff;
  width: 20px;
  height: 20px;
}

.logo-1 {
    animation: moveAround 10s linear infinite;
}

.logo-2 {
    animation: moveAround 15s linear infinite;
}

.logo-3 {
    animation: moveAround 8s linear infinite;
}

.logo-4 {
    animation: moveAround 15s linear infinite;
}

.logo-5 {
    animation: moveAround 10s linear infinite;
}

@keyframes moveAround {
    0% {
        transform: translate(0,0) rotate(0deg)
    }

    20% {
        transform: translate(23px,-1px) rotate(36deg)
    }

    40% {
        transform: translate(70px,52px) rotate(72deg)
    }

    60% {
        transform: translate(23px,80px) rotate(108deg)
    }

    80% {
        transform: translate(-40px,72px) rotate(144deg)
    }

    100% {
        transform: translate(0,0) rotate(0deg)
    }
}


.college-details h2,
.college-details h3,
.college-details h4,
.college-details h5,
.college-details h6,
.college-details p{
    margin-bottom: 1rem;
}

.college-details h2,
.college-details h3,
.college-details h4,
.college-details h5,
.college-details h6{
    font-weight: 600;
}

.college-details h2{
    font-size: 2rem;
}

.college-details h3{
    font-size: 1.5rem;
}

.college-details h4{
    font-size: 1.25rem;
}

.college-details h5{
    font-size: 1rem;
}

.college-details h6{
    font-size: 0.875rem;
}

.college-details p:last-child{
    margin-bottom: 0;
}

.college-details table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    text-align: left;
    border: 1px solid #f1ece6;
}

.college-details table td{
    border-bottom: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    padding: 0.5rem 1rem;
}

.college-details table th{
    padding: 0.5rem;
    background-color: #f1ece6;
}

.college-details table td:last-child{
    border-right: none;
}

.college-details table td a{
    font-weight: 600;
    font-size: 13px;
}

.college-details img{
    aspect-ratio: 2/1;
    object-fit: cover;
    margin-bottom: 1rem;
    border-radius: 1rem;
}

@media(max-width:1440px){
}

@media(max-width:1200px){
    .scroll-on .navMenu{
        width: 100%;
        background: transparent;
    }
}

@media(max-width:991.98px){
    .college-details img{
        aspect-ratio: 1/1;
    }
    .scroll-on .navMenu{
        background-color: #733e0a;
        border-radius: 0;
        margin: auto;
    }
    #featureImage{
        display: none;
    }
    .whychoose div{
        opacity: 100 !important;
        box-shadow: 0 1px 5px rgba(0,0,0,0.1) !important;
    }
}

@media(max-width:767.98px){
    .college-details img{
        aspect-ratio: 2/1;
    }
}