* {
    margin: 0%;
    padding: 0%;
    font-family: sans-serif;
    text-transform: capitalize;
}
button{
    text-transform: uppercase;
}

.sub-heading {
    display: flex;
    font-style: normal;
    width: 100%;
    background-color: #D92730;
}

.sub-heading .left {
    width: 80%;
    background-color: #00235A;
    display: flex;
    justify-content: center;
    text-align: center;
    align-content: center;
    padding: 2vh 0;
}

.sub-heading .left .left-ia {
    margin: 0 1vw;
    align-items: center;
}

.sub-heading .left .left-ia a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    align-self: center;
}

.sub-heading .left .left-ia i {
    color: #D92730;
    font-size: 1.40vw;
    font-style: normal;
    margin-right: .10vw;
}

.sub-heading .right {
    width: 20%;
    transform: skewX(20deg);
    background-color: #D92730;
    display: flex;
    font-style: normal;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-left: 5px solid #ffffff;
    margin-left: -1vw;

}

.sub-heading .right i {
    color: #fff;
    font-size: 1.50vw;
    margin-right: 1.10vw;
}









.navbar {
    background-color: #df1a1a;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: static;
    margin: 0px;
}

.nav-link {
    color: #fbf9f9;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    z-index: 999999999;
}

.nav-link:hover {
    color: #df1a1a;
}

.navbar-nav {
    display: flex;
    text-align: center;
    align-items: center;
}

.container-fluid img {
    width: 4vw;
}

.nav-item .pay {
    border: none;
    border-radius: 2vw;
    padding: 1.80vh 2vw;
    background-color: #00296b;
    color: #fff;
}

.nav-item .pay:hover {
    border: none;
    border-radius: 2vw;
    padding: 1.80vh 2vw;
    background-color: #D92730;
    color: #fff;
}


.navbar-toggler {
    border: 1.20vw solid #fff;
    color: #ccc;
    background-color: #ccc;
}




.swiper {
    width: 100%;
    z-index: 2;
    height: 100%;
}

.banner-slide img {
    width: 100%;
    max-width: 100%;
    height: 65vh;
}

.swiper-button-prev,
.swiper-button-next {
    color: rgb(114, 114, 114);
}



.marquee marquee {
    padding: 1.50vh;
    background-color: #00235A;
}

.marquee marquee a {
    color: #fff;
    padding: 0 1vw;
    border-right: .1vw solid #fff;
    text-decoration: none;
}



.welcome {
    display: flex;
    padding: 4vh 10vw;
    width: 100%;
}

.welcome .left {
    width: 50%;

    max-height: 100%;
}

.welcome .left img {
    width: 100%;
    height: 54vh;
    max-height: 100%;
    border-radius: 1vw;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.welcome .right {
    width: 50%;
    padding-left: 3vh;
}

.welcome .right h6 {
    color: #D92730;
    font-size: 23px;
}

.welcome .right h1 {
    color: #00235A;
    font-weight: 600;
    /* font-size: 23px; */
}

.welcome .right p {
    color: #727272;
    line-height: 4vh;
    /* font-size: 23px; */
}

.welcome .right .read {
    border: none;
    border-radius: .3vw;
    padding: 1.80vh 2vw;
    background-color: #00296b;
    color: #fff;
}

.welcome .right .read:hover {
    border: none;
    border-radius: .3vw;
    padding: 1.80vh 2vw;
    background-color: #D92730;
    color: #fff;
}






.news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4vh 10vw;
    width: 100%;
    height: auto;
}

.news .latest {
    width: 30%;
    background-color: #EEEEEE;
}

.news .latest .news-info {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 1.60vh 0;
    padding-left: 2vw;
}

.news .latest .news-info i {
    font-size: 32px;
    color: #D92730;
}

.news .latest .news-info h3 {
    align-self: center;
    color: #00235A;
    margin-left: 1vw;
    font-weight: 600;
    margin-left: 1vw;
    font-size: 20px;
}


.news .latest .scroll-container {
    width: 100%;
    height: 326px;
    /* You can adjust the height as needed */
    overflow: hidden;
    position: relative;
    /* background-color: #f0f0f0; */
}

.news .latest .scroll-text {
    position: absolute;
    bottom: -100%;
    /* Start below the container */
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding-left: 2vw;
    animation: slideUp 5s linear infinite;
    /* Slide up animation */
}

.news .latest .scroll-text .news-detail {
    /* margin-left: 3.90vw; */
    margin: 1vh 0;
}

.news .latest .scroll-text .news-detail i {
    font-size: 20px;
    color: #D92730;
}

.news .latest .scroll-text .news-detail a {
    text-decoration: none;
    font-size: 1.30vw;
    font-weight: 100;
    color: #00235A;
}


@keyframes slideUp {
    0% {
        bottom: -100%;
    }

    100% {
        bottom: 100%;
        /* Move it to the top of the container */
    }
}

.slide-Up {
    animation: slowScroll 10s linear infinite;
}

.news .card {
    width: 36%;
    border: none;
}

.news .card .card-one {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    margin-bottom: 2vh;
}

.news .card .card-one .card-info {
    width: 48%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    border-radius: .50vw;
    padding: 2vh 1vw;
}

.news .card .card-one .card-info i {
    font-size: 70px;
    color: #00235A;
    margin-top: 1vh;
}

.news .card .card-one .card-info h3 {
    padding-top: 2vh;
    font-size: 19px;
    color: #3a3a3a;

}

.collage-log {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
    padding: 4vh 10vw;
    background-color: #E3E3E3;
    row-gap: 3vw;
}




.courses {
    padding: 4vh 10vw;
    background-image: url(https://www.creativefabrica.com/wp-content/uploads/2023/04/29/graduation-students-Graphics-68361468-1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.courses h1 {
    text-align: center;
    margin-bottom: 3vh;
    font-weight: 800;
    color: #03183a;
}

.courses .courses-info {
    width: 100%;
    display: flex;
    text-align: center;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.courses .courses-info .courses-details {
    width: 30%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    padding: 2vh 1vw;
    border-top: .2vh solid #03183a;
    border-bottom: .2vh solid #D92730;
    border-right: .2vh solid #D92730;
    border-left: .2vh solid #00235A;
    border-radius: 1vw;
}

.courses .courses-info .courses-details img {
    width: 6vw;
}

.courses .courses-info .courses-details h3 {
    color: #2c2c2c;
    font-weight: 600;
}

.courses .courses-info .courses-details p {
    color: #727272;
    line-height: 4vh;
}

.courses .courses-info .courses-details .read {
    border: none;
    border-radius: .3vw;
    padding: 1.10vh 2vw;
    background-color: #D92730;
    color: #fff;
}

.courses .courses-info .courses-details .read:hover {
    border: none;
    border-radius: .3vw;
    padding: 1.10vh 2vw;
    background-color: #03183a;
    color: #fff;
}



.message {
    padding: 4vh 10vw;
    background-color: #F0F3F7;

}

.message .msg-info {
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
    position: relative;
}

.message .msg-info i {
    font-size: 62px;
    color: #03183a;
    padding: 20px 20px;
    border-radius: 50%;
    position: absolute;
    top: 25%;
    left: 26%;
    /* border: .1vw solid black; */
    background-color: #EEEEEE;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.message .msg-info .left {
    width: 30%;
}

.message .msg-info .left img {
    width: 100%;
    height: auto;
    max-height: 100vh;
}

.message .msg-info .right {
    width: 70%;
    padding: 1vh 0;
    padding-right: 1vw;
    padding-left: 4vw;
    background-color: #fff;
}

.message .msg-info .right h2 {
    /* font-weight: 600; */
    color: #00235A;
    text-transform: capitalize;
}

.message .msg-info .right p {
    color: #727272;
    line-height: 3.50vh;
}

.message .msg-info .right .read {
    border: none;
    border-radius: .3vw;
    padding: 1.10vh 2vw;
    background-color: #D92730;
    color: #fff;
}

.message .msg-info .right .read:hover {
    background-color: #03183a;
    color: #fff;
}


/* .testimonial{
    padding: 4vh 10vw;
}
.testimonial .section-header{
    text-align: center;
    margin-bottom: 2vh;
}
.testimonial .section-header .title{
    color: #03183a;
    text-transform: uppercase;
    font-weight: 600;
}
.testimonial-item{
    background-color: #cecece;
    padding: 2vh 2vw;
    border-radius: 2vw;
}
.testimonial-item .info{
    display: flex;
    align-items: center;
}
.testimonial-item img{
    max-width: 80px;
    border-radius: 50%;
    margin-right: 20px;
    vertical-align: middle;
}
.testimonial-item .name{
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
}
.testimonial-item .job{
    text-transform: capitalize;
    color: #272727;
}
.testimonial-item p{
    margin-top: 20px;
    color: #727272;
}
.testimonial-item .rating{
    margin-top: 15px;
    font-size: 14px;
    color: #ffae00;
} */

.testi {
    padding: 4vh 10vw;
}

.testi .h1pic {
    text-align: center;
}

.testi .h1pic .title {
    color: #03183a;
    text-transform: uppercase;
    font-weight: 600;
}

.testimonial {
    padding: 4vh 0;
}

.testimonial-slide {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 2vh 2vw;
    border-radius: 2vw;
    margin: 1vh 0;
    width: 100%;
}

.testimonial-slide .info {
    display: flex;
    align-items: center;
}

.testimonial-slide img {
    max-width: 80px;
    border-radius: 50%;
    margin-right: 20px;
    vertical-align: middle;
}

.testimonial-slide .name {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
    color: #03183a;
}

.testimonial-slide .job {
    text-transform: capitalize;
    color: #D92730;
}

.testimonial-slide p {
    margin-top: 20px;
    color: #727272;
}

.testimonial-slide .rating {
    margin-top: 15px;
    font-size: 14px;
    color: #ffae00;
}




/* contact us -------------------------------------------*/

.contact-heading {
    /* background-image: url(image/contact.jpg); */
    position: relative;
    top: 50%;
    width: 100%;
    margin-bottom: 7vh;
}

.contact-heading img {
    width: 100%;
    height: 40vh;

}

.contact-heading .ch-info {
    position: absolute;
    top: 30%;
    left: 25%;
    margin: auto;
    text-align: center;
    color: #ffff;
}

.contact-heading .ch-info h1 {
    font-weight: 600;
}

.map {
    width: 100%;
}

.map iframe {
    width: 100%;
    height: 55vh;
    max-height: 100vh;
}

.contact-form {
    padding: 4vh 10vw;
    margin-top: -15vh;
    z-index: 2;
    position: relative;
    /* border: 1vw solid #000; */

}

.contact-form .cf-info {
    width: 100%;
    display: flex;
    padding: 6vh 4vw;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #ffffff;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contact-form .cf-info .left {
    width: 65%;
}

.contact-form .cf-info .left h2 {
    color: #00235A;
    text-decoration: none;
    font-weight: 600;
}

.contact-form .cf-info .left form input[type=text] {
    width: 90%;
    border: none;
    background-color: #ececec;
    padding: 2vh 1vw;
    margin: 2vh 0;
    border-radius: .40vw;
}

.contact-form .cf-info .left form .detail {
    display: flex;
    justify-content: space-between;
    width: 90%;
    /* background-color: #00235A; */
}

.contact-form .cf-info .left form input[type=email] {
    width: 49%;
    border: none;
    background-color: #ececec;
    padding: 2vh 1vw;
    border-radius: .40vw;
}

.contact-form .cf-info .left form input[type=number] {
    width: 49%;
    border: none;
    background-color: #ececec;
    padding: 2vh 1vw;
    border-radius: .40vw;
}

.contact-form .cf-info .left form textarea {
    width: 90%;
    height: auto;
    height: 30vh;
    border: none;
    background-color: #ececec;
    /* background-color: #001D2E; */
    padding: 2vh 1vw;
    margin: 2vh 0;
    border-radius: .40vw;
}

.contact-form .cf-info .left form .read {
    border: none;
    border-radius: .3vw;
    padding: 1.10vh 2vw;
    background-color: #D92730;
    color: #fff;
}

.contact-form .cf-info .right {
    width: 35%;
    padding-top: 4vh;
}

.contact-form .cf-info .right .right-info {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.contact-form .cf-info .right .right-info i {
    font-size: 30px;
    color: #D92730;
    background-color: #ffd4d6;
    border: .1vw solid #e95b62;
    padding: 15px 15px;
    /* align-self: normal; */
}

.contact-form .cf-info .right .right-info .right-info2 {
    margin-top: 3.40vh;
    margin-left: 3vh;
    margin-bottom: 2vh;
}

.contact-form .cf-info .right .right-info .right-info2 h5 {
    font-weight: 600;
    /* color: #00235A; */
}

.contact-form .cf-info .right .right-info .right-info2 p {
    color: #858585;
}

/* about us ------------------------------------------*/
.about-heading {
    position: relative;
    width: 100%;
}

.about-heading img {
    width: 100%;
    height: 30vh;
}

.about-heading h1 {
    position: absolute;
    top: 40%;
    left: 44%;
    color: #fff;
    font-weight: 600;
}

.graduation {
    padding: 4vh 10vw;
}

.graduation p {
    color: #727272;
    line-height: 4vh;
}

.graduation span {
    font-weight: 600;
    color: #03183a;
    font-size: 22px;
}


/* landing page  --------------------------------------*/
.admission {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10vw;
    padding-top: 4vh;
    background-color: #fac6c9;
}

.admission .left {
    width: 60%;
    padding-right: 5vh;
}

.admission .left img {
    width: 100%;
    height: auto;
}

.admission .right {
    width: 40%;
}

.admission .right h2 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.admission .right span {
    color: #D92730;
}

.admission .right form {
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    display: block;
    padding: 2vh 3vw;
    /* background-color: #f5f5f5; */
}

.admission .right form input[type=text] {
    width: 100%;
    border: .1vw solid #02d9ff;
    background-color: #fff;
    padding: 1vh 1vw;
    margin: 1vh 0;
    border-radius: .40vw;
}

.admission .right form input[type=email] {
    width: 100%;
    border: .1vw solid #02d9ff;
    background-color: #fff;
    padding: 1vh 1vw;
    margin: 1vh 0;
    border-radius: .40vw;
}

.admission .right form input[type=number] {
    width: 100%;
    border: .1vw solid #02d9ff;
    background-color: #fff;
    padding: 1vh 1vw;
    margin: 1vh 0;
    border-radius: .40vw;
}

.admission .right form #select-coruse {
    width: 100%;
    border: .1vw solid #02d9ff;
    background-color: #fff;
    padding: 1vh 1vw;
    margin: 1vh 0;
    border-radius: .40vw;
    color: #6d6d6d;
}

.admission .right form .now {
    width: 100%;
    border: none;
    background-color: #00235A;
    color: #fff;
    padding: 2vh 0;
    border-radius: .50vw;
}

.admission .right form .now:hover {
    width: 100%;
    border: none;
    background-color: #D92730;
    color: #fff;
    padding: 2vh 0;
    border-radius: .50vw;
}


.details{
    padding: 4vh 10vw;

}
.details .parent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px;
}

.details .child {
    width: 48%;
    margin-bottom: 20px;
}

.details .grandchild {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #F6F9FC;
}

.details .content {
    flex: 1;
}

.details h6 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.details h4 {
    font-size: 26px;
    font-weight: bold;
    color: #00235A;
}

.details p {
    font-size: 14px;
    color: #777;
}

.details img {
    width: 30px;
}

.who-we-are{
    text-align: center;
    padding: 4vh 10vw;
    width: 100%;
    background-image: url(https://th.bing.com/th/id/OIP.kypOa8b2sKIIpNeGVfydjAHaFH?rs=1&pid=ImgDetMain);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.who-we-are h5{
    color: #D92730;
}
.who-we-are h1{
    color: #00235A;
    /* font-weight: 600; */
}
.who-we-are p{
    color: #727272;
    line-height: 4vh;
    margin-top: 2vh;
}
.who-we-are span{
    color: #727272;
    font-weight: 600;
}
.who-we-are .achive{
    display: flex;
    width: 100%;
    justify-content: center;
}
.who-we-are .achive .achive-img{
    width: 32%;
    margin-top: 4vh;
}
























.whatsapp img {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    top: 87%;
    right: 12px;
    width: 55px;
    transition: 2s ease-in-out;
    animation: shake 0.9s;
    animation-iteration-count: infinite
}


footer {
    padding: 4vh 8vw;
    background-color: #001D2E;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 8vh;
    color: #8a8a8a;
}

footer .box1 {
    width: 20%;
}

footer .box1 h4 {
    color: #ff000d;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4vh;
}

footer .box1 .box1-info {
    display: flex;
    margin-bottom: 3vh;
    /* justify-content: space-between; */
}

footer .box1 .box1-info i {
    font-size: 32px;
    margin-right: 1vw;
    color: #fff;
}

footer .box1 .box1-info a {
    text-decoration: none;
    color: #8a8a8a;
    padding-bottom: 2vh;
}

footer .box2 {
    width: 18%;
}

footer .box2 h4 {
    color: #ff000d;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4vh;
}

footer .box2 a {
    text-decoration: none;
    color: #8a8a8a;
    padding-bottom: 2vh;
    display: block;
}

footer .box2 a:hover {
    text-decoration: none;
    color: #ffffff;
    padding-bottom: 2vh;
    display: block;
}

footer .box4 {
    width: 24%;
    text-align: center;
}

footer .box4 img {
    width: 40%;
}

footer .box4 iframe {
    width: 100%;
    height: auto;
}











@media (max-width: 480px) {
    .details h6 {
        font-size: 14px;
    }

    .details p {
        font-size: 12px;
    }

    .details .icon {
        font-size: 18px;
    }
    .who-we-are .achive{
        display: block;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .who-we-are .achive .achive-img{
        width: 100%;
        margin-top: 4vh;
    }
}

@media (max-width:795px) {
    .swiper {
        width: 100%;
        z-index: 2;
        height: 100%;
    }

    .banner-slide img {
        width: 100%;
        max-width: 100%;
        height: 25vh;
    }

    .swiper-button-prev,
    .swiper-button-next {
        color: rgb(114, 114, 114);
    }

    .news {
        display: block;
        justify-content: space-between;
        padding: 4vh 3vw;
        width: 100%;
    }

    .news .latest {
        width: 100%;
        background-color: #EEEEEE;
        margin-bottom: 3vh;
    }

    .news .latest .news-info {
        display: flex;
        align-items: center;
        /* justify-content: center; */
        padding: 2.60vh 0;
        padding-left: 2vw;
    }

    .news .latest .news-info i {
        font-size: 32px;
        color: #D92730;
        padding-left: 3vw;

    }

    .news .latest .news-info h3 {
        align-self: center;
        color: #00235A;
        margin-left: 1vw;
        font-weight: 600;
        margin-left: 4vw;
        font-size: 20px;
    }


    .news .latest .scroll-container {
        width: 100%;
        height: 326px;
        /* You can adjust the height as needed */
        overflow: hidden;
        position: relative;
        /* background-color: #f0f0f0; */
    }

    .news .latest .scroll-text {
        position: absolute;
        bottom: -100%;
        /* Start below the container */
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        text-align: left;
        padding-left: 5vw;
        animation: slideUp 5s linear infinite;
        /* Slide up animation */
    }

    .news .latest .scroll-text .news-detail {
        /* margin-left: 3.90vw; */
        margin: 3vh 0;
    }

    .news .latest .scroll-text .news-detail i {
        font-size: 4vh;
        color: #D92730;
    }

    .news .latest .scroll-text .news-detail a {
        text-decoration: none;
        font-size: 2.60vh;
        font-weight: 100;
        color: #00235A;
    }


    @keyframes slideUp {
        0% {
            bottom: -100%;
        }

        100% {
            bottom: 100%;
            /* Move it to the top of the container */
        }
    }

    .news .card {
        width: 100%;
        border: none;
    }

    .news .card .card-one {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-content: space-between;
        margin-bottom: 2vh;
    }

    .news .card .card-one .card-info {
        width: 50%;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        text-align: center;
        border-radius: .50vw;
        padding: 2vh 1vw;
    }

    .news .card .card-one .card-info i {
        font-size: 70px;
        color: #00235A;
        margin-top: 1vh;
    }

    .news .card .card-one .card-info h3 {
        padding-top: 2vh;
        font-size: 19px;
        color: #3a3a3a;

    }

    .collage-log {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        justify-content: space-between;
        padding: 4vh 3vw;
        background-color: #E3E3E3;
        row-gap: 3vw;
    }

    .courses {
        background-color: #F0F3F7;
        padding: 4vh 3vw;
    }

    .courses h1 {
        text-align: center;
        margin-bottom: 3vh;
        font-weight: 800;
        color: #03183a;
    }

    .courses .courses-info {
        width: 100%;
        display: block;
        text-align: center;
        /* flex-wrap: wrap; */
        justify-content: space-between;
    }

    .courses .courses-info .courses-details {
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        background-color: #fff;
        padding: 2vh 1vw;
        border-top: .2vh solid #03183a;
        border-bottom: .2vh solid #D92730;
        border-right: .2vh solid #D92730;
        border-left: .2vh solid #00235A;
        border-radius: 1vw;
        margin-bottom: 2vh;
    }

    .courses .courses-info .courses-details img {
        width: 6vw;
    }

    .courses .courses-info .courses-details h3 {
        color: #2c2c2c;
        font-weight: 600;
    }

    .courses .courses-info .courses-details p {
        color: #727272;
        line-height: 4vh;
    }

    .courses .courses-info .courses-details .read {
        border: none;
        border-radius: .3vw;
        padding: 1.10vh 2vw;
        background-color: #D92730;
        color: #fff;
    }

    .courses .courses-info .courses-details .read:hover {
        border: none;
        border-radius: .3vw;
        padding: 1.10vh 2vw;
        background-color: #03183a;
        color: #fff;
    }

    .message {
        padding: 4vh 3vw;
    }

    .message .msg-info {
        display: block;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        width: 100%;
        position: relative;
    }

    .message .msg-info i {
        font-size: 62px;
        color: #03183a;
        padding: 20px 20px;
        border-radius: 50%;
        position: absolute;
        top: 37%;
        display: none;
        left: 47%;
        /* border: .1vw solid black; */
        background-color: #EEEEEE;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .message .msg-info .left {
        width: 100%;
    }

    .message .msg-info .left img {
        width: 100%;
        height: auto;
        max-height: 100vh;
    }

    .message .msg-info .right {
        width: 100%;
        padding-bottom: 2vh;
        padding-top: 3vh;
        padding-right: 1vw;
        padding-left: 4vw;
    }

    .message .msg-info .right h2 {
        /* font-weight: 600; */
        color: #00235A;
        text-transform: capitalize;
    }

    .message .msg-info .right p {
        color: #727272;
        line-height: 3.50vh;
    }

    .message .msg-info .right .read {
        border: none;
        border-radius: .3vw;
        padding: 1.10vh 2vw;
        background-color: #D92730;
        color: #fff;
    }

    .message .msg-info .right .read:hover {
        background-color: #03183a;
        color: #fff;
    }

    /* contant us ----------------------------*/
    .contact-heading {
        /* background-image: url(image/contact.jpg); */
        position: relative;
        top: 50%;
        width: 100%;
        margin-bottom: 7vh;
        display: none;
    }

    .contact-heading img {
        width: 100%;
        height: 40vh;

    }

    .contact-heading .ch-info {
        position: absolute;
        top: 30%;
        left: 25%;
        margin: auto;
        text-align: center;
        color: #ffff;
    }

    .contact-heading .ch-info h1 {
        font-weight: 600;
    }

    .map {
        width: 100%;
    }

    .map iframe {
        width: 100%;
        height: 55vh;
        max-height: 100vh;
    }

    .contact-form {
        padding: 4vh 3vw;
        margin-top: -10vh;
        z-index: 2;
        position: relative;
        /* border: 1vw solid #000; */

    }

    .contact-form .cf-info {
        width: 100%;
        display: block;
        padding: 6vh 4vw;
        justify-content: space-between;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: #ffffff;
        justify-content: space-between;
    }

    .contact-form .cf-info .left {
        width: 100%;
    }

    .contact-form .cf-info .left h2 {
        color: #00235A;
        text-decoration: none;
        font-weight: 600;
        text-align: center;
    }

    .contact-form .cf-info .left form input[type=text] {
        width: 98%;
        border: none;
        background-color: #ececec;
        padding: 2vh 1vw;
        margin: 2vh 0;
        border-radius: .40vw;
    }

    .contact-form .cf-info .left form .detail {
        display: block;
        justify-content: space-between;
        width: 98%;
        /* background-color: #00235A; */
    }

    .contact-form .cf-info .left form input[type=email] {
        width: 99%;
        border: none;
        background-color: #ececec;
        padding: 2vh 1vw;
        border-radius: .40vw;
        margin-bottom: 3vh;
    }
    .contact-form .cf-info .left form input[type=number] {
        width: 99%;
        border: none;
        background-color: #ececec;
        padding: 2vh 1vw;
        border-radius: .40vw;
        margin-bottom: 3vh;
    }

    .contact-form .cf-info .left form textarea {
        width: 98%;
        height: auto;
        height: 30vh;
        border: none;
        background-color: #ececec;
        /* background-color: #001D2E; */
        padding: 2vh 1vw;
        margin-bottom: 2vh;
        border-radius: .40vw;
    }

    .contact-form .cf-info .left form .read {
        border: none;
        border-radius: .3vw;
        padding: 1.10vh 2vw;
        background-color: #D92730;
        color: #fff;
    }

    .contact-form .cf-info .right {
        width: 100%;
        padding-top: 4vh;
    }

    .contact-form .cf-info .right .right-info {
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .contact-form .cf-info .right .right-info i {
        font-size: 30px;
        color: #D92730;
        background-color: #ffd4d6;
        border: .1vw solid #e95b62;
        padding: 15px 15px;
        /* align-self: normal; */
    }

    .contact-form .cf-info .right .right-info .right-info2 {
        margin-top: 3.40vh;
        margin-left: 3vh;
        margin-bottom: 2vh;
    }

    .contact-form .cf-info .right .right-info .right-info2 h5 {
        font-weight: 600;
        /* color: #00235A; */
    }

    .contact-form .cf-info .right .right-info .right-info2 p {
        color: #858585;
    }

    /* about us -------------------------------------------*/
    .graduation {
        padding: 4vh 4vw;
    }


    /* landing page  --------------------------------------*/
    .admission {
        display: block;
        justify-content: space-between;
        width: 100%;
        padding: 0 0;
        padding-top: 4vh;
        background-color: #ffffff;
    }

    .admission .left {
        width: 100%;
        padding-right: 5vh;
        background-color: #fac6c9;

    }

    .admission .left img {
        width: 100%;
        padding-left: 5vw;
    }

    .admission .right {
        width: 95%;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        margin-left: 3vw;

    }

    .admission .right h2 {
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
    }

    .admission .right span {
        color: #D92730;
    }

    .admission .right form {
        display: block;
        padding: 2vh 3vw;
        /* background-color: #f5f5f5; */
    }

    .admission .right form input[type=text] {
        width: 100%;
        border: .1vw solid #02d9ff;
        background-color: #fff;
        padding: 1vh 1vw;
        margin: 1vh 0;
        border-radius: .40vw;
    }

    .admission .right form input[type=email] {
        width: 100%;
        border: .1vw solid #02d9ff;
        background-color: #fff;
        padding: 1vh 1vw;
        margin: 1vh 0;
        border-radius: .40vw;
    }

    .admission .right form input[type=number] {
        width: 100%;
        border: .1vw solid #02d9ff;
        background-color: #fff;
        padding: 1vh 1vw;
        margin: 1vh 0;
        border-radius: .40vw;
    }

    .admission .right form #select-coruse {
        width: 100%;
        border: .1vw solid #02d9ff;
        background-color: #fff;
        padding: 1vh 1vw;
        margin: 1vh 0;
        border-radius: .40vw;
        color: #6d6d6d;
    }

    .admission .right form .now {
        width: 100%;
        border: none;
        background-color: #00235A;
        color: #fff;
        padding: 2vh 0;
        border-radius: .50vw;
    }

    .admission .right form .now:hover {
        width: 100%;
        border: none;
        background-color: #D92730;
        color: #fff;
        padding: 2vh 0;
        border-radius: .50vw;
    }

    .details .parent {
        flex-direction: column;
        align-items: center;
    }

    .details .child {
        width: 100%;
    }
    .details{
        padding: 4vh 0;
    }
    .who-we-are{
        text-align: left;
        padding: 4vh 3vw;
        width: 100%;
    }
    .who-we-are h5{
        color: #D92730;
    }
    .who-we-are h1{
        color: #00235A;
        /* font-weight: 600; */
    }
    .who-we-are p{
        color: #727272;
        line-height: 4vh;
        margin-top: 2vh;
        text-align: left;
    }
    .who-we-are span{
        color: #727272;
        font-weight: 600;
    }
    /* .who-we-are .achive{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .who-we-are .achive .achive-img{
        width: 32%;
        margin-top: 4vh;
    } */










    footer {
        padding: 4vh 3vw;
        background-color: #001D2E;
        display: block;
        justify-content: space-between;
        width: 100%;
        padding-top: 8vh;
        color: #8a8a8a;
    }

    footer .box1 {
        width: 100%;
    }

    footer .box1 h4 {
        color: #ff000d;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 4vh;
    }

    footer .box1 .box1-info {
        display: flex;
        margin-bottom: 3vh;
        /* justify-content: space-between; */
    }

    footer .box1 .box1-info i {
        font-size: 32px;
        margin-right: 1vw;
        color: #fff;
    }

    footer .box1 .box1-info a {
        text-decoration: none;
        color: #8a8a8a;
        padding-bottom: 2vh;
    }

    footer .box2 {
        width: 100%;
    }

    footer .box2 h4 {
        color: #ff000d;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 1vh;
        margin-top: 5vh;
    }

    footer .box2 a {
        text-decoration: none;
        color: #8a8a8a;
        padding-bottom: 2vh;
        display: block;
    }

    footer .box2 a:hover {
        text-decoration: none;
        color: #ffffff;
        padding-bottom: 2vh;
        display: block;
    }

    footer .box4 {
        width: 100%;
        text-align: left;
    }

    footer .box4 img {
        width: 40%;
    }

    footer .box4 iframe {
        width: 100%;
        height: auto;
    }





}

@media (max-width:1195px) {
    .sub-heading {
        display: flex;
        font-style: normal;
        width: 100%;
        background-color: #fff;
    }

    .sub-heading .right {
        width: 20%;
        transform: skewX(20deg);
        background-color: #D92730;
        display: none;
        justify-content: center;
        text-align: center;
        align-items: center;
        border-left: 5px solid #ffffff;
        margin-left: -1vw;
        order: 0;
    }

    .sub-heading .left {
        width: 100%;
        background-color: #00235A;
        display: flex;
        justify-content: center;
        text-align: center;
        align-content: center;
        padding: 2vh 0;
    }

    .welcome {
        display: flex;
        flex-direction: column-reverse;
        padding: 4vh 3vw;
        width: 100%;

    }

    .welcome .left {
        width: 100%;
        max-height: 100%;
        margin-top: 3vh;
    }

    .welcome .left img {
        width: 100%;
        height: 54vh;
        max-height: 100%;
        border-radius: 1vw;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .welcome .right {
        width: 100%;
        padding-left: 1vw;
        order: 1;
    }

    .welcome .right h6 {
        color: #D92730;
        font-size: 23px;
    }

    .welcome .right h1 {
        color: #00235A;
        font-weight: 600;
        /* font-size: 23px; */
    }

    .welcome .right p {
        color: #727272;
        line-height: 4vh;
        /* font-size: 23px; */
    }

    .welcome .right .read {
        border: none;
        border-radius: .3vw;
        padding: 1.80vh 2vw;
        background-color: #00296b;
        color: #fff;
    }

    .welcome .right .read:hover {
        border: none;
        border-radius: .3vw;
        padding: 1.80vh 2vw;
        background-color: #D92730;
        color: #fff;
    }

    .message .msg-info .left img {
        width: 100%;
        height: auto;
        height: 33vh;
        max-height: 55vh;
    }

    .message .msg-info i {
        font-size: 42px;
        color: #03183a;
        padding: 20px 20px;
        border-radius: 50%;
        position: absolute;
        top: 35%;
        left: 25.30%;
        /* border: .1vw solid black; */
        background-color: #EEEEEE;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .admission .left img {
        width: 100%;
        height: auto;
        height: 51vh;
        max-height: 100vh;
    }

}

@media (max-width: 870px) {
    .sub-heading {
        display: none;
        font-style: normal;
        width: 100%;
        background-color: #fff;
    }
}