/* loader */
.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #ce8c2a;
    animation: loader 2s infinite ease;
}
@keyframes loader {
    0% {
        transform: rotate(0deg);
   }
    25% {
        transform: rotate(180deg);
   }
    50% {
        transform: rotate(180deg);
   }
    75% {
        transform: rotate(360deg);
   }
    100% {
        transform: rotate(360deg);
   }
}
@keyframes loader-inner {
    0% {
        height: 0%;
   }
    25% {
        height: 0%;
   }
    50% {
        height: 100%;
   }
    75% {
        height: 100%;
   }
    100% {
        height: 0%;
   }
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu{
    min-width: 300;
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu{
    padding: 5px 0;
}
.mainmenu-nav .mainmenu > li > a,.edu-header .logo a{
    height: 60px;
    line-height: 60px;
}
.edu-header,.edu-header.header-sticky.sticky {
    backdrop-filter: saturate(180%) blur(20px);
    background-color: hsla(0,0%,100%,.65);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.edu-header.header-sticky.sticky .logo a {
    height: 60px;
    line-height: 60px;
}
.edu-header.header-sticky.sticky{
    height:60px;
}
.edu-event.event-grid-1 .inner .thumbnail a img{
    height: 350px;
    object-fit: cover;
}
.popup-mobile-menu .inner{
    width: 100%;
    box-shadow: 0 0 7px rgba(0,0,0,.5);
}
.user-registration-section-wrapper input[type="text"], .user-registration-section-wrapper input[type="password"], .user-registration-section-wrapper input[type="email"], .user-registration-section-wrapper input[type="number"], .user-registration-section-wrapper input[type="tel"], .user-registration-section-wrapper textarea{
    height: 40px;
    border-radius: 3px;
}
.user-registration-section-wrapper select {
    height: 40px;
    font-size: 16px;
    padding: 0 0 0 16px;
}
.razorpay-payment-button{
    float:right;
    padding: 10px 10px !important;
    height: inherit !important;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 1px !important;
}
.login-register-page-wrapper .login-form-box{
    height: inherit;
    padding: 3rem 3rem 10rem 3rem;
}
.edu-event.event-grid-1{
    box-shadow: 0 0 7px rgba(0,0,0,.5);
    border-radius: 10px;
}
.vision-mission-section{
    padding: 8rem 0!important;
    background-color: #0a58ca;
}
.sp-team-card img{
    height: 150px;
    width:150px;
    object-fit:contain;
    background-color: #e6e6e6;
}
.hero-home-section {
    background: #e6e6e6;
}
.home-carousel .inner,
.home-carousel .thumbnail{
    border-radius: 10px;
}
.home-carousel .owl-prev {
    position: absolute;
    top: 45%;
    left: 36px;
    display: block !important;
    border: 0px solid black !important;
}
.home-carousel .owl-next {
    position: absolute;
    top: 45%;
    right: 36px;
    display: block !important;
    border: 0px solid black !important;
}
.home-carousel .owl-prev i, .home-carousel .owl-next i {
    transform: scale(2,2);
    color: #ffffff;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.home-carousel .owl-dots{
    text-align: center;
}
.home-carousel button.owl-dot.active{
    background: #e15252;
}
.home-carousel button.owl-dot{
    height: 8px;
    width: 8px;
    border-radius: 5px;
    margin: 0px 1rem;
    background: #ebad09;
}
.section-title .title.popular-program-title{
    font-size: 24px;
}
@media only screen and (max-width: 600px) {
    .popup-mobile-menu .inner .header-top .logo a img {
        max-height:28px;
   }
}
@media only screen and (max-width: 767px){
    .edu-section-gap {
        padding: 4rem 0 4rem 0 !important
   }
    .edu-accordion-item{
        padding: 1rem !important;
   }
    .accordion-style-1 .edu-accordion-button{
        font-size: 15px;
   }
    .edu-accordion-item .my-btn{
        padding: .1rem .5rem !important;
        font-size: 12px;
   }
    .logo span{
        margin-top: -6rem !important;
        margin-left: 1rem !important;
        font-size: 15px !important;
   }
    .slick-dotted.slick-slider {
        margin-bottom: 8rem !important;
   }
}

