body, html {
    overflow-x: hidden;
}



h1, h2, h3, h4, h5, h6 {
    /*font-family: "Circular Std" !important;*/
    /*font-family: poppins !important;*/
}

p, a, li, span, lable {
    /*font-family: poppins;*/
}

#cin {
    border-radius: 10px !important;
}

.carousel-item {
    border-radius: 10px !important;
}

.text-black a {
    /*font-family: inherit !important;*/
}
/* Waves Start */
p {
    text-align: justify;
}

body, h1, p, h2 {
    margin: 0;
    /*font-family: inherit !important;*/
}

h1 {
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 48px;
}

/* p {
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    color: #333333;
} */

.header {
    position: relative;
    text-align: center;
    background: linear-gradient(60deg, #9c0c24 0%, white 100%);
    color: white;
}

.logo {
    width: 50px;
    fill: white;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.inner-header {
    /* height: 65vh; */
    width: 100%;
    margin: 0;
    padding: 0;
}

.flex {
    /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .first-card {
        min-height: 395px !important;
    }

    .logotext img {
        display: none;
    }

    .Section2 p {
        font-size: 14px !important;
    }

    .Section2 h2, .SEC {
        font-size: 16px !important;
    }

    .Section2 h1 {
        font-size: 27px !important;
    }

    .weldiv p {
        text-align: justify !important;
    }

    #formdiv .formdiv {
        margin-top: 25px;
        padding: 0px 20px 10px 30px
    }

    .one h1 {
        font-size: 21px !important;
        line-height: 31px;
    }

    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
}

/* Waves End */


/* Our gallry start */
ul {
    /* display: flex; */
    justify-content: center;
    padding: 0;
}

li {
    list-style-type: none;
    margin: 4px;
}

.navbar a {
    text-decoration: none;
    color: #171717;
    /*margin: 10px;*/
    padding: 4px;
    border-radius: 5px;
    /* border: 2px solid black;*/
}

    .navbar a:hover {
        /* background-color: rgb(244, 194, 194); */
        /*margin: 10px;*/
        /* padding: 10px; */
        color: white;
    }

.nav-link:hover {
    /* padding: 10px; */
}

.cardcontainer {
    padding: 25px 0 25px 0;
    width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.subtitle {
    font-size: 1.2rem;
    padding-bottom: 2rem;
}

/*--First card--*/

.first-card {
    background: white;
    min-height: 495px;
    /* width: 30%; */
    margin: 10px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 1px -1px 7px 0px rgba(0, 0, 0, 0.1);
}

    .first-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }

.first-card_text {
    width: 100%;
    color: white;
    padding: 1rem;
    transition: 0.5s ease;
    /*position: absolute;*/
    padding: 0;
    bottom: -3.4rem;
    /*background-color: #9b0202b8;*/
}

    .first-card_text p,
    .first-card_text h2 {
        margin: 5px;
    }

    .first-card_text h2 {
        padding: 0px 2px 9px 0px;
        margin-left: 4px;
    }

.first-card:hover .first-card_text {
    bottom: 0;
}

/* Our gallery end */


/* Slider Start */

/* Image Gallery :start */

h1 {
    /*font-family: Satisfy;*/
    font-size: 50px;
    text-align: center;
    color: black;
    /* padding: 1%; */
}

#gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

@media (max-width:1200px) {
    #gallery {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width:800px) {
    #gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width:600px) {
    #gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

#gallery img,
#gallery video {
    width: 100%;
    height: auto;
    margin: 4% auto;
    box-shadow: -3px 5px 15px #000;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.modal-img,
.model-vid {
    width: 100%;
    height: auto;
}

.modal-body {
    padding: 0px;
}

/* Image Gallery End */

/* Testimonials Start */

.testimonial_section {
    display: block;
    overflow: hidden;
}

    .testimonial_section:after {
        display: block;
        clear: both;
        content: "";
    }

    .testimonial_section .about_content {
        background-color: #020d26;
        padding-top: 33px;
        padding-right: 210px;
        padding-bottom: 62px;
        position: relative;
        height: 93%;
    }

        .testimonial_section .about_content .background_layer {
            background-color: #020d26;
            width: auto;
            margin-left: -226px;
            right: 0;
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
        }

        .testimonial_section .about_content .layer_content {
            position: relative;
            z-index: 9;
            height: 100%;
            /* left: -18%;
    top: 13%; */
        }

            .testimonial_section .about_content .layer_content .section_title {
                margin-bottom: 24px;
                position: relative;
            }

                .testimonial_section .about_content .layer_content .section_title:after {
                    display: block;
                    clear: both;
                    content: "";
                }

                .testimonial_section .about_content .layer_content .section_title h5 {
                    color: #fff;
                    /*font-family: "Open Sans";*/
                    font-weight: 400;
                    font-size: 15px;
                    line-height: 28px;
                    color: #818a8f;
                    margin-top: -5px;
                    margin-bottom: 6px;
                }

                .testimonial_section .about_content .layer_content .section_title h2 {
                    /*font-family: "Titillium Web";*/
                    font-weight: 300;
                    font-size: 45px;
                    line-height: 50px;
                    padding-bottom: 51px;
                    margin-bottom: 0px;
                    color: #fff;
                }

                    .testimonial_section .about_content .layer_content .section_title h2 strong {
                        font-weight: 600 !important;
                        width: 100%;
                        display: block;
                    }

                .testimonial_section .about_content .layer_content .section_title .heading_line {
                    position: relative;
                }

                    .testimonial_section .about_content .layer_content .section_title .heading_line span {
                        transition: all 0.5s ease-in-out 0s;
                        position: relative;
                    }

                        .testimonial_section .about_content .layer_content .section_title .heading_line span:after {
                            content: "";
                            right: auto;
                            left: 69px;
                            position: absolute;
                            bottom: 28px;
                            width: 17px;
                            margin-left: 0;
                            border-bottom-width: 3px;
                            border-bottom-color: #cacaca;
                            border-bottom-style: solid;
                        }

                    .testimonial_section .about_content .layer_content .section_title .heading_line:after {
                        content: "";
                        left: 1%;
                        margin-left: 0;
                        position: absolute;
                        bottom: 28px;
                        width: 59px;
                        border-bottom-width: 3px;
                        border-bottom-style: solid;
                        border-bottom-color: #ff5e14;
                    }

                .testimonial_section .about_content .layer_content .section_title p {
                    color: #fff;
                    margin: 0 0 15px;
                }

            .testimonial_section .about_content .layer_content a {
                color: black;
                text-transform: capitalize;
                font-size: 15px;
                font-weight: 600;
                text-decoration: none;
                transition: all 0.3s ease 0s;
                background: white;
                padding: 10px 10px 10px 10px;
                border-radius: 3px;
            }

                .testimonial_section .about_content .layer_content a i {
                    font-size: 18px;
                    vertical-align: middle;
                }

                .testimonial_section .about_content .layer_content a:hover {
                    color: #ff5e14;
                }

    .testimonial_section .testimonial_box {
        /* margin-top: 60px !important; */
        position: relative;
        height: 100%;
    }

        .testimonial_section .testimonial_box .testimonial_container {
            background-color: #ff5e14;
            margin-left: -170px !important;
            position: relative;
            height: 93%;
        }

            .testimonial_section .testimonial_box .testimonial_container .background_layer {
                background-color: #9b1b1b;
                width: auto;
                margin-right: -226px;
                right: 0;
                background-image: url(../images/map.png);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                position: absolute;
                height: 100%;
                top: 0;
                left: 0;
                /* height: 79%; */
            }

            .testimonial_section .testimonial_box .testimonial_container .layer_content {
                position: relative;
                z-index: 9;
                height: 100%;
            }

                .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
                    display: block;
                    position: relative;
                    top: 11%;
                }

                    .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
                        margin: 10px 0 10px 0;
                        padding: 62px 0px 0px 50px;
                        position: relative;
                        text-align: center;
                    }

                        .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
                            box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
                            margin-left: 150px;
                            /* margin-top: 69px; */
                            padding: 45px 40px 45px 40px;
                            z-index: 1;
                            position: relative;
                            background-color: #fff;
                            transition: all 0.5s ease-in-out 0s;
                        }

                            .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
                                margin-bottom: 15px;
                                position: relative;
                            }

                                .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
                                    content: "";
                                    width: 30px;
                                    display: block;
                                    height: 2px;
                                    text-align: center;
                                    left: 46%;
                                    margin-top: 6px;
                                    background-color: #ff5e14;
                                    position: absolute;
                                }

                                .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
                                    padding-top: 0;
                                    margin-bottom: -5px;
                                    font-size: 19px;
                                    font-weight: 600;
                                    line-height: 24px;
                                    color: #020d26;
                                }

                                .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
                                    font-size: 12px;
                                    color: #9f9f9f;
                                    margin: 0;
                                }

                            .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
                                padding: 0;
                                margin: 0;
                                padding-top: 10px;
                                font-size: 16px;
                                line-height: 28px;
                                font-weight: 400;
                                color: #5d6576;
                            }

                        .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
                            border: none;
                            position: absolute;
                            top: 0;
                            left: 55px;
                            /* top: 80px; */
                        }

                            .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
                                border: 5px solid #fff;
                                box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
                                width: 100%;
                            }

            .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
                position: absolute;
                top: 115px;
                right: 42px;
                border-radius: 0;
                background: #C43747;
                display: block;
                outline: 0;
                width: 34px;
                line-height: 34px;
                height: 34px;
                color: #fff;
                font-size: 23px;
                margin-top: -20px;
                transition: all 0.3s ease-in-out;
            }

                .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
                    background: #020d26;
                }

            .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
                position: absolute;
                top: 115px;
                right: 5px;
                border-radius: 0;
                display: block;
                background: #C43747;
                outline: 0;
                width: 34px;
                text-align: center;
                line-height: 34px;
                height: 34px;
                color: #fff;
                font-size: 23px;
                margin-top: -20px;
                transition: all 0.3s ease-in-out;
            }

                .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
                    background: #020d26;
                }

@media all and (max-width: 991px) {
    .testimonial_section .about_content {
        padding-right: 15px !important;
    }

        .testimonial_section .about_content .background_layer {
            width: 200% !important;
        }

    .testimonial_section .testimonial_box {
        margin-top: 0 !important;
    }

        .testimonial_section .testimonial_box .background_layer {
            width: 200% !important;
            margin-left: -200px;
        }

        .testimonial_section .testimonial_box .about_content {
            padding-left: 15px !important;
            padding-right: 15px !important;
            margin-top: 28% !important;
        }

        .testimonial_section .testimonial_box .testimonial_container {
            margin-left: -15px !important;
        }

            .testimonial_section .testimonial_box .testimonial_container .testimonials {
                margin: 0px 0 20px 0;
            }

                .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
                    margin-left: -36px !important;
                }

                .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
                    display: none;
                }

    .bttns {
        display: none;
    }

    .contactus {
        display: none;
    }

    .root .bounce {
        display: none;
    }
}

/* Testimonials ENd */
.carousel-item img {
    height: 100vh;
    object-fit: cover;
}

.carousel-caption {
    bottom: 220px;
}

    .carousel-caption h5 {
        font-size: 45px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 25px;
        /*font-family: merienda;*/
    }

    .carousel-caption p {
        width: 60%;
        margin: auto;
        font-size: 18px;
        line-height: 1.9; /*
    font-family: poppins;*/
    }

    .carousel-caption a {
        text-transform: uppercase;
        background: #262626;
        padding: 10px 30px;
        display: inline-block;
        color: #fff;
        margin-top: 15px;
    }

.navbar-nav a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-light .navbar-brand {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-nav {
    text-align: center;
}

.nav-link {
    padding: .2rem 1rem;
}

    .nav-link.active,
    .nav-link:focus {
        color: #fff;
    }

.navbar-toggler {
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
    margin-left: 10px;
    background: #fff !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: white !important;
}


@media only screen and (max-width: 767px) {
    .navbar-nav.ml-auto {
        background: white;
    }

    .navbar-nav a {
        font-size: 14px;
        font-weight: normal;
    }
}

/* Slider End  */


.section1 .right img {
    width: 100%;
    border-radius: 10px;
    box-shadow: -3px 5px 15px #000;
}

.navbar-brand img {
    width: 100%;
}

.section1 .left p {
    font-size: 15.5px;
}

.section1,
.Section3 {
    background-image: url('../bg-3.jpg');
}


.mybutton input {
    background: #c43747;
    color: white;
    border-radius: 4px;
    padding: 7px 11px 7px 11px;
    border: 1px solid;
    box-shadow: -3px 3px 4px #972d39;
}

.section1 .left h4,
.section1 .left h2 {
    font-weight: 600;
    font-size: 23px !important;
}

.Section2 h2,
.SEC {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2px 0 13px;
    line-height: 22px;
    transition: all ease-in-out .3s;
    position: relative;
    border-bottom: 2px solid #9b9b9b;
    word-spacing: -2px;
}

h2 {
    font-size: 2rem;
}

/* Moving Scroll Start*/

.root {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
}

.bounce {
    display: inline-block;
    /*background-color: #c30909;*/
    font-size: 2.3em;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    padding: 1px 5px 5px;
    margin: 0 auto;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);*/
    /*border: 2px solid white;*/
    opacity: 1;
    /*transition: all 1s ease-in-out;*/
    position: absolute;
    top: 70%;
    animation: bounce 2s ease-out infinite alternate;
    text-decoration: none;
}

    .bounce:hover {
        opacity: 1;
        cursor: pointer;
    }

@keyframes bounce {
    0% {
        top: 0;
        color: #fff;
    }

    100% {
        top: 20px;
        color: #e0e0e0;
    }
}

.bounce:hover {
    color: white;
}

/* Moving Scroll End*/

h2,
h1 {
    margin-top: 1% !important;
}

ul {
    padding: 0;
    list-style: none;
    /* background: #f2f2f2; */
}

    ul li {
        /* display: inline-block; */
        position: relative;
        line-height: 21px;
        text-align: left;
        font-size: 13px;
    }

.social-menu ul li a {
    display: block;
    /*padding: 8px 25px;*/
    color: #9b1b1b;
    text-decoration: none;
    background: white !important;
}

    .social-menu ul li a:hover {
        color: darkred !important;
        /*background: #C43747;*/
        text-decoration: none;
    }

ul li ul.dropdown {
    min-width: 100%;
    /* Set width of the dropdown */
    background: #f2f2f2;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
}

ul li:hover ul.dropdown {
    display: block;
    /* Display the dropdown */
    width: 428px !important;
    border-radius: 10px;
    width: 100%;
}

ul li ul.dropdown li {
    display: block;
}

ul li a {
    text-decoration: none;
}

@media only screen and (min-width:1000px) {
    #scroll-to-top-btn {
        right: 3% !important;
    }
    .k12campua .first-card {
        min-height: 452px !important;
    }

    .hori {
        padding: 0px 55px;
    }
}

/* Image popup */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white !important;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 #fff;
    opacity: 1 !important;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

/* Image Popup :end */

.SEC {
    text-shadow: 2px 3px 6px rgba(128, 25, 42, 0.6);
}

@media only screen and (max-width:991px) {

    .home {
        font-weight: bold !important;
        color: #9c0c24 !important;
    }

    .navbar a {
        color: black;
        font-weight: 500;
    }


        .navbar a:hover {
            color: darkred !important;
        }

    .navbar-nav {
        margin-left: 10px !important;
    }


    .navbar a:hover {
        /*padding: 10px;*/
    }

    .navbar-nav {
        background-color: white;
    }
}

.dropdown {
    display: block;
}

.hide {
    display: none !important;
}


/* Footer :start */

.footer_section {
    background: white;
    padding: 51px 0px 51px 0px;
}

.footer_logo p {
    line-height: 1.5;
    color: white;
    font-size: 13px;
}

.BRANCHES li {
    margin: 10px 0px;
    background: #e7e7e7;
    padding: 3px 10px;
    border-radius: 5px;
}

.usefull_links h3 {
    /* margin-left: 40px; */
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.usefull_links h3 {
    font-size: 25px;
    color: white;
}

.footer_section ul li {
    list-style: none;
}

    .footer_section ul li a {
        border-radius: 50%;
        color: black;
        font-size: 15px;
        margin: 9px 0px;
        display: block;
        text-decoration: none;
        transition: 0.3s;
        letter-spacing: 0.5px;
    }

    .footer_section ul li:hover {
        color: white;
        Background: var(--redcolor);
        border-radius: 5px;
    }

        .footer_section ul li:hover a, .footer_section ul li:hover i {
            color: white;
        }
/* Footer :end */
.footer_section h3 {
    letter-spacing: 1px;
    color: black;
}

.footer_section i {
    color: var(--redcolor);
}

.connect_with_us span {
    color: white;
    font-size: 13px;
}

.school_email a {
    color: white;
}

.usefull_links li a:hover {
    /*background-color: white;
    color: black !important;*/
}

.copy_right {
    background-color: #f7f7f7;
    padding: 10px 10px;
    text-align: center;
}

    .copy_right a {
        font-size: 14px;
        color: black;
        text-align: center;
        text-decoration: none;
    }

.footer_section a:hover {
    color: var(--redcolor);
    text-decoration: none;
}

.copy_right a:hover {
    color: black;
    text-decoration: none;
}

.backkbtn {
    padding: 8px 15px 8px 14px;
    margin-bottom: 9px;
    background-color: wheat;
    font-weight: bold;
    color: black;
    border-radius: 7px;
    border: 1px solid;
}

    .backkbtn:hover {
        background-color: white;
    }

.dropdown a {
    /*font-family: "Circular Std Book" !important;*/
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /*font-family: "Circular Std Book" !important;*/
}

/* Bottom to Top  */


/* End Here  */

.top_header {
    padding: 0px 10px;
    background-color: var(--primary_color);
}

.t_head {
    padding: 0px 5px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-phone:before {
    content: "\f095";
}

.top_email {
    margin-left: 10px;
}

    .top_email i {
        margin-right: 2px;
    }

.fa-envelope-o:before {
    content: "\f003";
}

.social-menu {
    /*float: right;*/
    margin-right: 10px;
    /*margin-top: 12px;*/
}

    .social-menu ul {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 0px;
    }

        .social-menu ul li {
            list-style: none;
            margin: 0 5px;
            color: white;
            /* border: 1px solid #9b0202b8; */
            padding: 2px;
            border-radius: 27px;
            /*background: #0040786b;*/
            font-size: 17px;
        }

            .social-menu ul li a {
                position: relative;
                display: block;
                width: 30px;
                height: 30px;
                display: grid;
                place-items: center;
                border-radius: 50%;
                background: var(--secondary_color);
                text-align: center;
                transition: .6s;
                box-shadow: 0 5px 4px rgb(203 191 191 / 50%);
            }

    .social-menu i {
        color: var(--bluecolor) !important;
        font-size: 17px;
    }

.container-fluid {
    /*padding-left: 0px !important;*/
}

.web_logo {
    cursor: pointer;
}

a {
    text-decoration: none !important;
}


.web_logo .logo {
    width: 100%;
}

.right_btn {
    float: left;
    padding-right: 20px !important;
}

.button-3d {
    margin-right: 15px;
    color: white;
    display: inline-block;
    position: relative;
    border: 0;
    background: var(--secondary_color);
    padding: 0.65em 1em;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    transform-style: preserve-3d;
    transition: transform 0.3s cubic-bezier(0,0,0.58,1), background 0.3s cubic-bezier(0,0,0.58,1);
    cursor: pointer;
}

    .button-3d:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0ea5e9;
        border-radius: inherit;
        transform: translate3d(0, 0.5em, -1em);
        transition: transform 0.3s cubic-bezier(0,0,0.58,1);
    }

    .button-3d:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25);
        filter: blur(4px);
        border-radius: inherit;
        top: 0;
        left: 0;
        transform: translate3d(0, 0.7em, -1em);
        transition: transform 0.3s cubic-bezier(0,0,0.58,1);
    }

.button-3d {
    margin-top: 0px;
    margin-right: 15px;
    color: white;
    display: inline-block;
    position: relative;
    border: 0;
    background: #9b1b1b;
    padding: 0.65em 1em;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    transform-style: preserve-3d;
    transition: transform 0.3s cubic-bezier(0,0,0.58,1), background 0.3s cubic-bezier(0,0,0.58,1);
    cursor: pointer;
}

    .button-3d:hover {
        background: #9b1b1bf0;
    }

    .button-3d:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: -6px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #9b1b1b;
        border-radius: inherit;
        transform: translate3d(0, 0.5em, -1em);
        transition: transform 0.3s cubic-bezier(0,0,0.58,1);
    }

    .button-3d:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25);
        filter: blur(4px);
        border-radius: inherit;
        top: 0;
        left: 0;
        transform: translate3d(0, 0.7em, -1em);
        transition: transform 0.3s cubic-bezier(0,0,0.58,1);
    }

.light-blue.darken-4 {
    background-color: var(--primary_color) !important;
}

.l12 {
    display: grid;
    place-items: center;
}

.MobileMenubar {
    display: none;
}

.Navbartoggle {
    font-size: 0px;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 2px;
    padding: 2px 6px;
}

    .Navbartoggle span {
        color: #01579b;
    }

.material-icons {
    /*font-family: 'Material Icons';*/
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.navbar_header {
    width: auto;
    height: auto;
    display: block;
    letter-spacing: 0.3px;
}

    .navbar_header > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        width: 100%;
    }

        .navbar_header > ul > li {
            position: relative;
            float: left;
            width: auto;
            display: inline-block;
        }

            .navbar_header > ul > li > a {
                display: inline-block;
                /* padding: 15px 10px; */
                color: #fff;
                padding-left: 10px;
                padding-right: 10px;
                padding-top: 10px;
                padding-bottom: 10px;
                letter-spacing: 0.3px;
                text-decoration: none;
                position: relative;
                transition: 0.5s;
                font-size: 16px;
            }

                .navbar_header > ul > li > a:after {
                    content: '';
                    position: absolute;
                    left: auto;
                    bottom: auto;
                    top: auto;
                    right: 9px;
                    width: 0;
                    bottom: 16px;
                    height: 0;
                    clear: both;
                }

.top_phone a {
    color: black !important;
}

.top_email a, .text-black a {
    color: white !important;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: poppins;
}

@media screen and (max-width: 767px) {
    .mview {
        display: none !important;
    }

    .social-menu {
        float: inherit !important;
    }
}


@media screen and (min-width:320px) and (max-width: 374px) {
    .right_btn {
        float: right;
        padding-right: 0px !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .addressss {
        display: none
    }
}


@media screen and (min-width:350px) and (max-width: 425px) {
    .addressss{
        display:none
    }
    #section_1 {
        padding: 2px !important;
    }

    .branch1 {
        margin-bottom: -15px;
    }
}
/*.social-menu .fa {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
}
*/


.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.t_head {
    background: #9b1b1b;
}

.text-black i, a {
    color: white;
}

.displayflex {
    display: flex
}

/*Slider Start*/
.slider img {
    height: 80vh;
}

.carousel-control-next, .carousel-control-prev {
    top: -22px !important;
}



/*Slider End*/

/*Marque Start*/

.marques .right {
    background: #e3352d;
    color: white;
    font-weight: bold;
}

    .marques .right p {
        margin-top: 2px;
        font-size: 25px !important;
    }

.marques .left {
    background: #233340;
    font-weight: bold;
    color: white;
}

    .marques .left p {
        font-size: 20px;
    }
/*Marquee End*/


/*Main content Start*/

.mainbox h1 {
    /*font-family: "Open Sans", Sans-serif !important;*/
    color: #e3352d;
    font-size: 2.5rem !important;
    font-weight: bold;
}

.mainbox p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    /*font-family: "Circular Std Book";*/
    color: #343434;
    margin-bottom: 1.5rem;
}
/*main Content End*/
/*form Start*/
.mainpadding {
    padding: 0px 23px;
}

.applbtn {
    text-align: center;
}

@media only screen and (min-width:1300px) {
    .applbtn {
        text-align: end !important;
    }

        .applbtn span {
            margin-left: 20px;
        }

    .top_email a, .text-black a {
        font-size: 14px !important;
    }

    .mainpadding {
        padding: 0px 30px;
    }
}

.mainbox .mainpadding {
    border: 3px solid #dd0707;
    padding-top: 20px
}

.submitbutton {
    margin-top: 10px;
    padding: 7px 30px 7px 30px;
    background: #e3352d;
    border: 1px;
    color: white;
    border-radius: 5px;
    margin-bottom: 10px;
}

.form-control {
    color: black !important;
}


@media only screen and (max-width:798px) {
    .collegesection img {
        width: 70% !important;
    }

    #carouselExampleIndicators {
        /*height: 25vh !important;*/
    }

        #carouselExampleIndicators img {
            height: 31vh !important;
        }

    .mainbox h1 {
        font-size: 2.2rem !important;
    }

    .mainbox p {
        font-size: 14px;
    }

    .contactus {
        display: none;
    }


    .section1 .left p, h2, h4, .mybutton, .web_logo .logo {
        padding-left: 10px
    }

    .section1 .right {
        padding-left: 30px;
    }

    .navbar-nav {
        margin-top: 10px !important;
    }
}

@media only screen and (min-width:798px) {
    .mainbox p {
        margin-top: 40px;
    }

    .mainbox img {
        /*margin-top: 26px;*/
    }
}

.collegesection img {
    width: 50%;
}

.logoicnons span {
    font-size: 82px;
    color: white;
}

.logoicnons p {
    font-size: 20px;
    color: white;
}

.logoicnons {
    background: #333333;
    height: auto;
}
/*form End*/

/*Placements Start*/
.Placements h1 {
    color: #053e9e;
    font-size: 40px !important;
    font-weight: 600;
}

.Placements img {
    width: 90%;
}

.Placements .one img, .last img {
    width: 60%;
}

.footer2 {
    margin-top: 8rem !important;
}

    .footer2 img {
        width: 70%;
    }

    .footer2 ul li {
        text-align: left;
        font-size: 18px;
        padding: 10px;
        font-weight: 600;
    }

    .footer2 ol, ul {
        padding-left: 0px !important;
    }

.lastfooter {
    background: #890000;
    padding: 5px 0px;
    color: white;
    margin-bottom: -3px !important;
    margin-top: 10px;
}

.footer2 h4 {
    color: #273171;
    font-size: 30px;
    font-weight: bold;
}

.footer2 p {
    font-size: 18px;
    font-weight: 500;
}

.input-group-append, .input-group-text {
    background: #273171 !important;
    color: white !important;
}

.footer2 .form-control {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.footer2 .input-group-text {
    border-radius: 0px;
}


/*Placements End*/


/*MenuBar Start*/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 221px !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 8px 14px;
        text-decoration: none;
        display: block;
    }

@media only screen and (min-width:991px) {
    .dropdown:hover .dropdown-content {
        display: block;
    }

    .dropdown-content a:hover {
        background-color: #ddd;
    }

    .dropdown a {
        font-size: 14px;
        color: white;
        font-weight: 500;
    }

    .home {
        font-size: 14px;
        color: white !important;
        font-weight: bold;
    }

    .dropdown-menu a {
        color: black;
    }

        .dropdown-menu a:hover {
            color: #9c0c24 !important;
        }
}



.dropdown a:hover {
    color: white;
}

.mynav {
    background: #9c0c24 !important;
}

.navbar-nav {
    margin: auto;
}
/*menu Bar End*/

.contactus .left p, .right p {
    color: black !important;
    font-size: 14px;
    margin-bottom: 7px !important;
    color: white;
    font-weight: 600;
}

.contactus h5 {
    color: #9b1b1b;
    font-weight: 600;
    font-size: 18px;
}

.contactus h3 {
    font-weight: bold;
    font-size: 18px;
}


.dynamicpage {
    height: 40vh;
}

    .dynamicpage img {
        height: 40vh;
    }

#innerSlider .carousel-inner {
    height: 40vh !important;
}

.bg_inner .inner-heading h2 {
    font-size: 20px !important;
}

.dynamicpage .carousel-item {
    height: 40vh !important;
}

.dynamicpage .carousel-inner {
    height: 40vh !important;
}




.footer2 a li {
    color: black;
}




.footer_logo img {
    width: 100%;
}

.Section2 h1 {
    font-size: 37px;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .top_email a, .text-black a {
        font-size: 10px;
    }
}

.social-menu li:hover {
    /*background: #9b0202b8;*/
}

    .social-menu li:hover i {
        color: gray !important;
    }



.first-card {
    position: relative;
    transition: transform 0.3s ease;
}

    .first-card:hover {
        /*transform: translateY(-10px);*/ /* Moves the card 10px up */
        box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Optional: Adds a slight shadow */
    }

.formdetails input, .formdetails select, .formdetails textarea::placeholder {
    border: none;
    outline: none;
    background: transparent;
    color:black;
    font-family: "Quicksand", sans-serif;
}

    .formdetails input::placeholder {
        color: black;
    }


    .formdetails input:focus {
        border: none;
        outline: none;
    }

.formdetails .forminput {
    box-shadow: rgb(191 191 191 / 35%) 0px 5px 15px 2px;
    border: 1px solid #999898;
    padding: 13px 10px;
    border-radius: 9px;
    margin: 10px 0px;
    display: flex;
    background: white;
}

    .formdetails .forminput::placeholder {
        color: black;
    }

.formdetails textarea {
    background: white;
    /*font-family: "Quicksand", sans-serif;*/
}

    .formdetails textarea:focus {
        border: none !important;
        outline: none;
    }

.formdetails .forminput i {
    margin: auto 20px auto 0px;
    color: #353232;
    font-size: 18px;
}

.formdetails {
    padding: 7% 0%;
    background: #f7f7f7;
}

    .formdetails select {
        border: none;
        width: 100%;
    }

        .formdetails select:focus-visible {
            border: 1px solid white !important;
        }

    .formdetails h1 {
        text-transform: uppercase;
        margin-bottom: 43px;
    }

    .formdetails .submitbtn input {
        background: #9b1b1b;
        padding: 10px 14px;
        border-radius: 4px;
        color: white;
        font-weight: bold;
        letter-spacing: 1px;
    }

/*Headings Css*/

h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    h1 span {
        display: block;
        font-size: 0.5em;
        line-height: 1.3;
    }

    h1 em {
        font-style: normal;
        font-weight: 600;
    }

/* === HEADING STYLE #1 === */
.one h1 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: bold;
    /* font-family: "Quicksand", sans-serif;*/
    font-family: heuristica-webfont, Georgia, serif !important;
}

    .one h1:before {
        width: 28px;
        height: 5px;
        display: block;
        content: "";
        position: absolute;
        bottom: 3px;
        left: 50%;
        margin-left: -14px;
        background-color: #b80000;
    }

    .one h1:after {
        width: 100px;
        height: 1px;
        display: block;
        content: "";
        position: relative;
        margin-top: 25px;
        left: 50%;
        margin-left: -50px;
        background-color: #b80000;
    }

/*Headings Css*/

.form img {
    width: 18%;
}




@media only screen and (min-width:991px) {
    .Section2 h1 {
        font-size: 31px !important;
    }

    .slidersection {
        position: relative;
    }

        .slidersection .form {
            position: absolute;
            right: 80px;
            top: 45px;
            background: white;
            padding: 16px 16px;
        }
}

.slidersection .form select {
    border-radius: 5px;
    width: 100%;
    padding: 9px 7px;
    border: 1px solid gainsboro;
    box-shadow: rgb(215 215 215 / 35%) 0px 5px 19px 0px;
}

.slidersection .form input {
    width: 100%;
    padding: 9px 11px;
    border: 1px solid gainsboro;
    margin: 11px 0px;
    box-shadow: rgb(215 215 215 / 35%) 0px 5px 19px 0px;
}

    .slidersection .form input::placeholder {
        color: black;
    }

.slidersection .submitbtnss {
    letter-spacing: 1px;
    background: var(--redcolor);
    color: white;
    padding: 7px 11px !important;
    border-radius: 4px;
}

h1, h2, h3, h4, h5, h6, p, li, input, select {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    letter-spacing: 1px;
}

@media only screen and (min-width:1400px) {
    .form {
        width: 28% !important;
    }

    #carouselExampleIndicators img {
        filter: brightness(0.8);
    }
}

.form {
    box-shadow: rgb(255 255 255 / 35%) 0px 5px 15px 8px;
    border-radius: 11px;
}

.slidersection h5 {
    color: #004078;
    font-weight: bold;
}

:root {
    --redcolor: #9b1b1b;
    --bluecolor: #004078;
}


.one h1 {
    color: var(--bluecolor);
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 28px;
}

    .one h1:before {
        width: 28px;
        height: 5px;
        display: block;
        content: "";
        position: absolute;
        bottom: 3px;
        left: 50%;
        margin-left: -14px;
        background-color: #b80000;
    }

    .one h1:after {
        width: 100px;
        height: 1px;
        display: block;
        content: "";
        position: relative;
        margin-top: 13px;
        left: 50%;
        margin-left: -50px;
        background-color: #b80000;
    }

.weldiv .fa-graduation-cap {
    font-size: 40px;
    margin: 12px 0px;
    color: var(--redcolor);
}

.weldiv {
    padding: 30px 0px 20px 0px;
}

.Section2 {
    background: snow;
    padding: 20px 0px;
}

    .Section2 p {
        color: var(--redcolor);
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        text-transform: capitalize;
        transition: .3s;
        text-align: left;
    }

    .Section2 .first-card_text {
        padding: 10px 10px 10px 8px;
    }

    .Section2 .btn_icons {
        padding: 11px 10px 20px 11px;
    }

.first-card_text i {
    color: var(--redcolor)
}

.btn_icons .applbtn span {
    /*background: var(--bluecolor);*/
    color: var(--bluecolor);
    padding: 6px 10px 9px 10px;
    border-radius: 4px;
    font-weight: 900;
    font-family: Quicksand;
    letter-spacing: 1px;
    border: 1px solid var(--bluecolor);
}

    /*.btn_icons .applbtn span:hover {
        background: white;
        color: gray;
        cursor: pointer;
        border:1px solid gray;
    }*/

.btn_icons .fa-whatsapp {
    /*background: #25D366;*/
    color: white;
    /*padding: 7px 27px 7px 9px;*/
    font-size: 22px;
    border-radius: 28px;
    cursor: pointer;
}

.root {
    POSITION: ABSOLUTE;
    BOTTOM: 130px;
}
.applbtn a{
    color:var(--bluecolor)
}
@media only screen and (min-width:1024px) and (max-width:1400px) {
    .first-card {
        min-height: 448px !important;
    }
}


@media only screen and (min-width:1024px) and (max-width:1300px) {


    .earlycenter {
        width: 90%;
        margin: 32px auto 0px auto;
    }

    .first-card .adresses {
        min-height: 46px;
    }

    .k12campua .first-card .adresses i {
        margin: auto 0px auto 0px;
    }
}

#section_1 .applbtn a {
    color: var(--bluecolor);
    font-family: Quicksand;
}

    #section_1 .applbtn a:hover {
        background: white;
        /*color: gray;*/
        cursor: pointer;
      
    }

.forminput textarea::placeholder {
    font-family: Quicksand !important;
}

.ov1 h2 {
    color: var(--redcolor) !important;
}


.ov2 h2 {
    color: var(--bluecolor) !important;
}

.ov1 p {
    margin: 0;
    /*padding-left: 15px;*/
    font-size: 16px;
    color: #666;
    font-weight: 500;
    line-height: 17px;
    text-transform: capitalize;
    transition: .3s;
}
    .ov1 p:hover{
        color:black;
        cursor:pointer;
    }
    .ov2 p:hover {
        color: black;
        cursor: pointer;
    }
       
    .ov1 .fa-location-dot, .ov2 .fa-location-dot {
        color: #666;
    }
.ov1 .fa-location-dot:hover, .ov2 .fa-location-dot:hover {
    color: black;
}
.ov2 p  {
    margin: 0;
    /*padding-left: 15px;*/
    font-size: 16px;
    color: #666;
    font-weight: 500;
    line-height: 17px;
    text-transform: capitalize;
    transition: .3s;
}

.applbtn a {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
}