@media (min-width: 1024px) {
    nav.navbar.bootsnav ul.nav > li > a {
        font-size: 15px;
        letter-spacing: 0.06em;
        padding: 35px 8px;
        text-transform: inherit;
        font-family: system-ui;
        font-weight: 500;
    }
}
@media (min-width: 1024px) {
    nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
        font-size: 13px;
        padding: 6px 10px;
    }
}
@media (max-width: 600px) {
    .studentimg{
        margin-top: 0px !important;
    }
}
@media (min-width: 800px) {
    .events-section{
        padding-bottom: 0px;
        margin-bottom: -250px!important;
        margin-top: 100px!important;
    }
}
.inquiry{
    background: #61b161;
    color: #fff!important;
    font-weight: 500;
    padding: 0px 15px;
    border-radius: 3px;
}
.payment{
    background: #ff1949;
    color: #fff !important;
    font-weight: 500;
    padding: 0px 15px;
    border-radius: 3px;
}
.top-bar-area .right-info .button a::after, .about-area ul li .timer::after{
    display: none;
}
.banner-area .box-cell, .banner-area .box-cell div {
    height: 400px;
}
.owl-carousel.owl-drag .owl-item{
    width: 330px !important;
}
.indexp{
    color: #ffffff;
    font-size: 17px;
    font-family: system-ui;
    font-weight: 500;
}
.categories-area .categories-box .item a{
    padding: 30px 20px;
}
.bg-gray{
    background-color: #fff;
}
p, li{
    font-family: system-ui;
    color: #000;
    font-size: 16px;
    text-align: justify;
}
.default-padding.bottom-less {
    padding-top: 50px;
    padding-bottom: 40px;
}
.teamname{
    font-size: 15px;
    font-family: system-ui;
    font-weight: 700;
}
.advisor-area .item .info{
    padding: 15px;
}
.why-choseus-area .info .item:hover{
    margin-top: -15px;
    background: #e9e9e9;
    border: 1px #000 solid;
}
.breadcrumb-area{
    padding-top: 100px;
    padding-bottom: 100px;
}
.course-details-area .main-content .center-tabs .nav-tabs li a.active{
    color: #ffffff;
    background: #ff1949;
}
.activitiesclass{
    font-size: 20px;
    font-weight: 800;
    font-family: math;
}
.galimg{
    height: 275px;
    width: 100%;
    object-fit: cover;
}
.gallery-area .gallery-items.colums-3 .pf-item{
    padding: 5px;
}
.events-title{
    padding-top: 10px;
    font-family: system-ui;
}
.events-title-card{
    box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 8px;
    position: relative;
    top: -45px;
    background: #ffffff;
    margin-bottom: -80px;
    border: 1px #00000026 solid;
}