.main-menu-area .logo-area a img {
    width: 120px;
}

#desktop-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#desktop-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.mean-container .mean-bar a.logo-mobile-menu img {
    width: 100px;
}

.updated-section {
    padding: 50px 0px;
    background: #ced4da;
}

.latest-updated-box {
    background: #ffc107;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;

}

.latest-updated-box h4 {
    margin-bottom: 20px;
    color: #002147;
    font-size: 25px;
    font-weight: 800;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
}

.latest-updated-box marquee {
    padding: 15px;
    border: none !important;
    background: #002147;
    border-radius: 10px;
    height: 372px;
}

.latest-updated-box marquee p:nth-child(odd) {
    color: #fefefe;
}

.latest-updated-box marquee p:nth-child(even) {
    color: #ffc107;
}

.latest-updated-box marquee p a {
    color: #fefefe;
    /*animation: blink-animation 1s steps(2, start) infinite;*/

}

@keyframes blink-animation {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}


.right-updated {
    padding: 10px;
    background: #ffc107;
    border-radius: 10px;
}

.right-updated-box {
    padding: 10px;
    background: #fefefe;
    margin-bottom: 20px;
    border-radius: 10px;
}
.right-updated-box p{
    color: #444444;
}

.about-section {
    padding: 50px 0px;

}

.about-section .about-box {

}

.about-section .about-box h3 {

}

.about-section .about-box p {
    text-align: justify;
}

.person-name {
    padding: 10px;
}

.person-name h4 {
    font-size: 20px;
    color: #002147;
    margin-bottom: 15px;
    font-weight: 700;
}

.list-icons-before ul {
    position: relative;
}

.list-icons-before ul li {
    margin-bottom: 20px;
    padding-left: 30px;
}

.list-icons-before ul li::before {
    content: "\f14a";
    font-family: FontAwesome;
    color: #002147;
    font-size: 18px;
    position: absolute;
    left: 0px;
}

.list-number-before {
    margin-top: 30px;
}

.list-number-before ol {
    list-style-type: decimal;
    margin-bottom: 20px;
}

.list-number-before ol li {
    margin-bottom: 20px;
}

.about-page1-inner .about-page-content-holder .content-box h4 {
    /*font-size: 18px;*/
    color: #002147;
    margin-bottom: 15px;
    font-weight: 700;
}

.about-page1-inner .about-page-content-holder .content-box p b {
    /*font-size: 18px;*/
    color: #002147;
    margin-bottom: 15px;
    font-weight: 700;
}

.students-achievements2 {
    height: 500px;
}

.students-box {
    height: 430px;
}

.students-achievements-box {
    /*height: 400px;*/
    padding: 10px;
    background: #ced4da;
    box-shadow: 0px 0px 4px 4px rgba(17, 17, 17, 0.38);
    margin-bottom: 20px;
}

.online-class-rooms {
    padding: 15px;
    background: #002147;
}

.online-class-rooms .class-room-title {
    margin: 0;
    color: #fff;
    margin-bottom: 20px;
}

.online-class-rooms a p {
    color: #fff;
}

.online-class-rooms p {
    color: #fff;
    margin: 0;
}

.online-class-rooms p b {
    color: #fdc800;
}
.courses-section{
    padding: 50px 0px;
    background: #002147;
}
.course-img-box-hec{
    background: linear-gradient(0deg, rgba(124, 50, 255, 0.6), rgba(199, 56, 216, 0.6));
    text-align: center;
    padding: 20px;
}
.course-img-box-cec{
    background: linear-gradient(0deg, rgba(255, 50, 57, 0.8), rgba(216, 56, 61, 0.76));
    text-align: center;
    padding: 20px;
}
.course-img-box-mec{
    background: linear-gradient(0deg, rgba(208, 162, 22, 0.8), rgba(232, 180, 22, 0.76));
    text-align: center;
    padding: 20px;
}
.course-img-box-bi-pc{
    background: linear-gradient(0deg, rgba(112, 229, 159, 0.8), rgba(11, 170, 83, 0.76));
    text-align: center;
    padding: 20px;
}
.course-img-box-mpc{
    background: linear-gradient(0deg, rgba(112, 137, 229, 0.8), rgba(11, 69, 170, 0.76));
    text-align: center;
    padding: 20px;
}
.course-img-box-cs{
    background: linear-gradient(0deg, rgba(43, 71, 154, 0.8), rgba(15, 33, 123, 0.76));
    text-align: center;
    padding: 20px;
}



/* for desktop */
.whatsapp_float {
    position:fixed;
    width:60px;
    height:60px;
    bottom:60px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.whatsapp_float:hover{
    color: #bb2d3b;
}

.whatsapp-icon {
    margin-top:16px;
}
/* for mobile */
@media screen and (max-width: 767px){
    .whatsapp-icon {
        margin-top:10px;
    }
    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 80px;
        right: 10px;
        font-size: 22px;
    }
}

/*form validation*/

.error{
    color: #bb2d3b;
}

.list-sports {
    margin-bottom: 15px;
}
.list-sports li{
    margin-bottom: 10px;
}

.board-of-intermediate{
    margin-bottom: 15px;
}