:root{
    --main:#ffbc3b;
--porpule:#340181;
}
p{
    margin-bottom: 0.5rem;
}
.text-main{
    color: var(--main);
}
.bg-purpal{
    background-color: var(--porpule);
}
.text-purpal{
    color: var(--porpule);
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}

.fs-30{
    font-size: 30px;
}
.fs-10{
    font-size: 10px;
}
.fs-16{
    font-size: 16px;
}
.fs-8{
    font-size: 8px;
}

.fs-12{
    font-size: 12px;
}
.fs-20{
    font-size: 20px;
}
.fs-32{
    font-size: 32px;
}
.fs-14{
    font-size: 14px;
}
.mt-24{
    margin-top: 20px;
}
.mt-9{
    margin-top: 9px;
}
.mt-10{
    margin-top: 10px;
}
.fw-400{
    font-weight: 400;
}
.text-decoration{
    text-decoration: none;
}
.text-gray{
    color: #c2c2c2 ;
}
.rounded-10{
    border-radius: 10px;
}
header .dropdown-toggle::after {
    display: none !important;
  
}
.btn.bg-warning:hover{
    background-color: var(--porpule) !important;
    color: #fff !important;
}
.header-top{
    background-color:var(--main);
}
header .navbar .navbar-nav .nav-item.dropdown img:hover{
    background-color: var(--main);
    border-radius: 5px;
}
.banner-slider .owl-nav .owl-prev{
    position: absolute;
    top: 40%;
    left: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #6b6b6b59 !important;
    color: white !important;
}
.banner-slider .owl-nav .owl-prev:hover{
    background-color: #e1e1e139 !important;
}
.banner-slider .owl-nav .owl-next{
    position: absolute;
    top: 40%;
    right: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #6b6b6b59 !important;
    color: white !important;
}
.banner-slider .owl-nav .owl-next:hover{
    background-color: #e1e1e139 !important;
}
.icon{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 40%;
    background-color: #f4f9ff;
}
.card.certificate{
    border-radius: 20px;
    background-color: #fff5e2;
}
.card.emi{
    border-radius: 20px;
    background-color: #e5e5e5;
}
.card.lms{
    border-radius: 20px;
    background-color: #e8e1f5;
}
.card.support{
    border-radius: 20px;
    background-color: #dcf1f5;
}
.heading{
    font-size: 38px;
}
.sub-heading {
    background-image: url(../images/haeder.png);
    z-index: 1;
    position: relative;
    width: max-content;
    margin-bottom: 26px;
    padding: 0 0px 8px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.bg-light{
    background-color: #f4f9ff !important;
}
.course-section .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--porpule) !important;
    background-color: unset;
}
.course-section .nav-link {
    color: black;
    font-weight: 500;
    cursor: pointer;
}
.course-section .nav-link:focus, .nav-link:hover {
    color: unset;
}
.course-section .card .course-img
{
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.short-name{
    position: absolute;
    width: max-content;
    border-radius: 5px;
    color: white;
    left: 10px;
    bottom: 130px;
    padding: 0px 10px;
    background-color: var(--porpule);
}
.uni-logo-slider .card{
    box-shadow: 2px  4px 4px 2px rgba(0, 0, 0, .15) ;
}
.rounded-circal{
    border-radius: 50%;
}
.icon-img{
    width: 130px;
    height: 130px;
    background-color: var(--main);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}
.uni-icon{
    position: absolute;
    top: -40px;
    left: 15px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 2px  4px 4px 2px rgba(0, 0, 0, .15) ;
    padding: 2px;

}
.university-section .card .uni-image
{
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.experts .card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.experts .card .card-footer:hover {
    background-color: var(--porpule) !important;
    color: #ffff;
}
.experts .card .card-footer:hover a{
    color: #ffff;
}
.partner-slider .items .card img{
    
    height: 40px;
    width: 100%;
    object-fit: contain;
}
.accordion-item{
border:1px solid var(--main);
}
.accordion-button::after {
    content: "+";
    font-weight: 900;
    font-size: 25px;
    display: flex;
    align-items: center;
    background-image: unset;
 
}
.accordion-button:not(.collapsed)::after {
    content: "-";
    font-weight: 900;
    font-size: 25px;
    display: flex;
    align-items: center;
    background-image: unset;
    transform: unset !important;
}
footer{
    background-color: var(--porpule);
    color: #fff;
}
footer.bg-black{
    background-color: rgb(1, 0, 0);
}
footer a{
    text-decoration: none;
    color: white;
}
.footer-first ul .social-icon-first{
    width: 30px;
    height: 30px;
    /* background-color: white; */
    opacity: 0.5;
    border-radius: 50%;
    display: flex;
    
    justify-content: center;
    align-items: center;
}
.social-icon{
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-bottom{
    border-top: 1px solid var(--main);
}
.accordion-button:not(.collapsed) {
    color: black;
    background-color: unset;
    box-shadow: unset;
}
.accordion-button:focus {

    box-shadow: unset;
}
@media screen and (max-width: 767px){
    .navbar-brand img{
        width: 150px;
    }
    .icon {
        width: 40px;
        height: 40px;
    }
    .fs-16{
        font-size: 14px;
    }
    .heading {
        font-size: 28px;
    }
    .fs-20 {
        font-size: 16px;
    }
    .course-section .nav.nav-pills{
        flex-wrap: nowrap;
        justify-content: start !important;
        overflow-x: scroll;
        position: relative;
    }
   
    .course-section .nav.nav-pills .nav-item .nav-link{
        width: max-content;
        padding: 10px 8px;
    }
    .fs-14{
        font-size: 12px;
    }
    
    footer{
        clip-path: unset !important;
    }
    .rotuded img{
        transform: rotate(180deg);
    }
}
.experts .box {
    width: 95px;
    height: max-content;
    background-color: green;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 51%, 0% 0%);
    position: absolute;
    top: 38px;
    color: rgb(255, 255, 255) !important;
    border-radius: 3px 0px 0px 2px;
    padding: 2px;
    right: -13px;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.experts .card::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid green;
    border-left: 7px solid green;
    border-right: 7px solid transparent;
    position: absolute;
    top: 25.4px;
    right: -13px;
}
.experts .card .card-footer{
    border-radius: 0px 0px 10px 10px;
}