marquee {
    font-weight: 700;
}
.mt-50 {
    margin-top: 50px !important;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.faculties {
    padding-bottom: 50px;
    padding-top: 50px;
    background: #fff;
}
.mb-0 {
    margin-bottom: 0px;
}
.as_heading {
        color: #8B1D2C;
    font-weight: 700;
}

/*=============== Testimonial Start Here ===============*/
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
} */

/* .container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
} */

.testi {
    padding-bottom: 70px;
    padding-top: 70px;
        background: #fff;
}
.test-img {
    padding-bottom: 20px;
}
.test-img img {
    width: 100px;
    border-radius: 50%;
    border: 2px solid;
    text-align: center;
}
h1 {
    color: #8b1d2c;
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 700;
}

.subtitle {
    font-size: 18px;
    /* letter-spacing: 1px; */
    color: #000000;
    margin-bottom: 40px;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.card {
    background: #ffc800;
    padding: 25px;
    border-radius: 15px;
    position: relative;
}

.name-box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    margin-bottom: 15px;
}

.stars {
    background: #8b1d2c;
    padding: 8px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.stars span {
    color: #fff;
    font-size: 18px;
}

.text {
    font-size: 16px;
    line-height: 1.6;
    color: #222;
}
/* Tablet */

@media (max-width: 900px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* Mobile */

@media (max-width: 600px) {
    h1 {
        font-size: 28px;
    }
    .cards {
        grid-template-columns: 1fr;
    }
    .card {
        padding: 20px;
    }
}
/*=============== Testimonial End Here ===============*/


/*=============== Call & Whatsapp Start Here ===============*/
@keyframes pulsate {
    0% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1.2, 1.2);
        opacity: 1;
    }
    100% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
}

@keyframes callb {
    0% {
        transform: scale(0.9);
    }
    20% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.1);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1.4);
    }
}

@keyframes calla {
    0% {
        box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);
    }
    20% {
        box-shadow: 0px 0px 0px 6px rgba(162, 162, 162, 0.6);
    }
    40% {
        box-shadow: 0px 0px 0px 8px rgba(162, 162, 162, 0.4);
    }
    60% {
        box-shadow: 0px 0px 0px 10px rgba(162, 162, 162, 0.2);
    }
    80% {
        box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);
    }
    100% {
        box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);
    }
}

.fix {
    display: block;
}

.fixed {
    position: fixed;
    padding: 0px;
    bottom: 20px;
    left: 0;
    right: 0;
    background: transparent;
    /* /border-top: 1px solid #e2e2e2;
    /display: none;
    /; */
}

.ff5 {
    padding: 0px;
}

.end {
    margin: 0;
    padding: 0;
    text-align: center;
}

.end li {
    display: inline;
    text-align: left;
    list-style: none;
    position: absolute;
    text-align: center;
    height: 60px;
    bottom: 10px;
    width: 60px;
    border-radius: 1px solid #000;
    animation-name: calla;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #df0505;
    line-height: 60px;
    border-radius: 50%;
}

.ph-fx {
    left: 20px;
}

.end li a {
    text-decoration: none;
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.ph-fx a i {
    color: #fff !important;
}

.end li a i {
    font-size: 34px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    display: block;
    height: 30px;
    width: 32px;
    line-height: 57px;
    color: #fff;
    margin: 0 auto;
    z-index: 99;
}

.end li {
    display: inline;
    text-align: left;
    list-style: none;
    position: absolute;
    text-align: center;
    height: 60px;
    bottom: 10px;
    width: 60px;
    border-radius: 1px solid #000;
    animation-name: calla;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #e00000;
    line-height: 60px;
    border-radius: 20%;
}

.wh-fx {
    right: 20px;
    background: #26b144 !important;
}

.end li a {
    text-decoration: none;
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.end li a i {
    font-size: 34px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    display: block;
    height: 30px;
    width: 32px;
    line-height: 50px;
    color: #fff;
    margin: 0 auto;
    z-index: 99;
}
.insta {
    position: fixed;
    z-index: 999999;
    left: 20px;
    bottom: 130px;
    display: inline;
    font-size: 30px;
    text-align: center;
    height: 60px;
    width: 60px;
    border-radius: 1px solid #000;
    animation-name: calla;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #E1306C;
    line-height: 60px;
    border-radius: 50%;
}
/*=============== Call & Whatsapp End Here ===============*/