<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&amp;family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;family=Mulish:ital,wght@0,200..1000;1,200..1000&amp;family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;family=Rancho&amp;display=swap');
*{font-family: 'Poppins', sans-serif;}
.bg-banner {
    background:#e4e8f1;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.f-12{
    font-size:17px;
}
.bg-blue {
    background-color: #012169;
}
.form-container {
    background-color: #fff;
    border-radius: 0px !important;
    /* border:1px solid #012169 !important; */
}
.form-control {
    text-transform: capitalize;
    border-radius: 0;
    min-height: 45px;
    background-color: #fff;
    border:1px solid #ccc;
    border-radius:10px;font-size:14px;
}
label.error{
    color:rgb(180, 4, 4);
    font-size:13px;
    padding-left:10px;
}

.steps-inner ul li {
    margin-bottom: 10px;
    color: #000 !important;
    font-weight: 600;
    font-size: 17px;
}
.schedule{
    margin-top: -50px;
}
.schedule .card{
    border-radius:27px;
    border:1px solid #ececec;
}
.highlight-sec .box {
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #ebebeb;
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.h-img {padding-right:10px;}

.accordion-item {margin-bottom: 11px;}

.course-list:hover{
    background-color:#9eb0d9;
}
.course-list {
    background-color: #fff;
    padding: 15px;
    font-weight: 500;
    border-radius:20px;
    box-shadow: rgb(237 242 255) 0px 48px 100px 0px;
    font-size: 18px;
}
.border-27{
    border-radius:27px;
}
h6, .h5_Text{
    line-height:27px;
}
ul.no-list li {list-style:none;}
.text-blue { color:#012169;}
.border-blue { border:1px solid #012169;}
.bg-light-blue { background-color:#e6eaf4;}
.bg-dark-blue { background-color:#e4e8f1 !important;}
.text-light-blue { color:#e6eaf4;}
.text-red { color:#cf1a2c;}
.bg-light-red { background-color:#ffdce1;}
.text-light-red { color:#ffdce1;}
.text-light-black{color:#008f72;}
.navbar-nav li a {
    font-size:16px;
}
.card-shadow{
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;border:none;
}
.know_section{margin-top:-40px;}


.whatsapp-wrapper {
    position: fixed;
    right: -1px;
    bottom: 11px;
    z-index: 999;
    background: #e90d2b;
    padding: 7px 20px 4px 25px;
    min-height:60px;
}

.whatsapp-wrapper a {color:#fff;font-size:18px;text-decoration: none;font-weight:bold;}


@media(min-width:1280px) {
    h1 {
        font-size:40px;
    }

    .img-student {
        width: 75%;
    }
}

@media(max-width:576px) {
    .navbar {
        background: #fff;
    }
    .br-mob{
        display:contents;
    }
    .course-list.h-100{
        height:inherit !important;
        margin-bottom:30px;
    }
    .mob-facts{
        background: #ebecf2;
    padding: 11px;
    margin: 10px;
    }
    .steps-inner ul li {
        margin-bottom: 4px;
        font-size: 15px;
    }


    .img-student {
        width: 100%;
    }
    .schedule .card {
        margin-top:auto;
        border-radius: 27px;
        border: 1px solid #ececec;
        margin-bottom: 11px;
    }

    .mob_br {
        display: contents;
    }
}
.band_sec h3{
    font-size:30px;
}

.btn.btn-white{
    background-color:#012169;
    border-radius:0px;
    /* text-transform:uppercase; */
    color:#fff;
    border:3px solid #012169;
    padding:10px 30px;
    font-weight:700;font-size:18px;
}

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active{
    background-color:transparent;
    border:3px solid #012169;
    color:#012169;
}


.box_disciplines {
    background-color: #fff;
    border: 1px solid #b5d3ff;
    text-align: center;
    padding: 25px 15px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

/* Background color overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c2dafd;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

/* Hover effect */
.box_disciplines:hover .overlay {
    transform: translateY(0);
}

/* Text styling */
.box_disciplines p {
    margin: 0;
    position: relative;
    z-index: 9;
    font-size:16px;
    font-weight:700;
}

@media(min-width:100px) and (max-width:991px){
    .band_sec h3 {
        font-size:20px;
    }
 }</pre></body></html>