wbody,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
a,
span {
    font-family: 'Inter', sans-serif;
}

body {
    color: #101010;
}

a#logo img {
    width: 220px;
}

.row>* {
    z-index: 1;
}

.main_banner{
    background: url('images/head_bg.jpg');
    background-size: cover;
    background-position: center center;
    margin-top: -9px;
}
/* 
.testimo_box .content {
    border: 1px solid #858585;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #c3c3c3;
    position: relative;
    background: #fff;
} */

/* .carousel-inner {
    padding: 12px;
} */

.testimo_box .content h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.testimo_box .content h5 span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    margin-top: 5px;
    font-style: italic;
}

/* .testimo_box .img_area {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 25px;
} */

.testimo_box .img_area img {
    width: 18%;
    border-radius: 50%;
}

.banner_content h1 {
    font-weight: 700;
    color: #454545;
    font-size: 32px;
}

.banner_head {
    background: #CCE4F2;
    padding: 20px 35px;
    border-radius: 10px 10px 0px 0px;
}

.banner_head h1 {
    color: #0076BE;
    font-size: 32px;
    font-weight: 600;
}

.banner_cont {
    background: #0076BF;
    padding: 20px 35px;
    border-radius: 0px 0px 10px 10px;
}

.banner_cont p {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.banner_content p {
    line-height: 27px;
    margin-bottom: 7px;
    font-size: 14px;
}

.banner_content h5 {
    line-height: 1.5;
    font-weight: 600;
}

.form-outline .form-control~.form-label {
    top: 1px;
    background: #fff;
}

.what_makes:before {
    content: "";
    position: absolute;
    width: 360px;
    height: 80%;
    background: url(images/what_makes.png);
    top: 10%;
    right: 0;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.count-up h3 {
    font-weight: 700;
    font-size: 40px;
}

.count-up p {
    margin-bottom: 0;
}

.count-up {
    padding: 10px 0;
}

.call_action h3 {
    font-weight: 800;
    color: #424242;
    line-height: normal;
    margin: 30px 0;
}

footer#main_footer h2 {
    color: #fff;
    font-weight: 700;
}

.contact_dtl {
    color: #fff;
    padding: 15px;
    border: 1px solid #939393;
    border-radius: 8px;
    background: #ffffff0f;
    margin-top: 20px;
    height: 90%;
}

.bottom_bar {
    background: #0c0c0c;
    color: #fff;
    border-top: 1px solid #707070;
}

.contact_dtl a {
    color: #fff;
}

.contact_dtl p {
    margin-bottom: 8px;
}

.batch_box {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 8px #cbcbcb;
    margin-top: 20px;
}

.batch_box h6 {
    background: #000;
    color: #fff;
    padding: 2px 4px;
    font-size: 13px;
    border-radius: 5px;
    width: fit-content;
    font-weight: 600;
}

.batch_box h5 {
    font-weight: 700;
}

.batch_box p {
    margin-bottom: 0;
}

.topper_box {
    padding: 12px 20px;
    box-shadow: 0px 0px 10px #d3d3d3;
    margin: 20px 15px 0;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    text-align: center;
    background: #fff;
    height: 485px;
}

.topper_box .img_area {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin: 20px auto;
    border: 1px solid #0077a5;
}

.topper_box h4 {
    font-weight: 600;
    font-size: 20px;
}

.topper_box h6 {
    font-size: 14px;
    font-style: italic;
    color: #005170;
}

.topper_box p {
    font-size: 14px;
    text-align: justify;
}

.toppers_sec {
    background: #eee;
}

.carousel-indicators [data-bs-target] {
    background-color: #484848;
}

@media only screen and (max-width: 480px) {
    .book_call {
        display: none;
    }

    a#logo img {
        width: 180px;
    }

    .for_sm_header {
        justify-content: center !important;
    }
}


/* New CSS */
.cont_form h2 {
    font-size: 38px;
    font-weight: 600;
}

.cont_form p {
    font-size: 25px;
    font-weight: 400;
    line-height: 31px;
}

.cta_form {
    background: #ECCFD64D;
    border-radius: 15px;
}

.form-outline .form-control {
    min-height: auto;
    padding: 0.33em 0.75em;
    background: #fff;
    transition: all .2s linear;
    border: none;
}

.form-outline .form-control:focus~.form-label {
    color: rgba(0,0,0,.6);
}

.btn-outline-danger {
    color: #fff;
    border-color: #FE4A51;
    background: #FE4A51;
}

.display_info{
    /* background: #CDE0EF; */
    height: 100%;
    background: linear-gradient(90deg, #CDE0EF 50%, #FFF 50%);
}

.left_cont h2, .right_cont h2{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}

.right_cont{
    height: 100%;
}

.rt_para{
    background: rgba(205, 224, 239, 0.22);
    padding-top: 25px;
    height: 86%;
}

.contact2{
    background: #FBE86E;
}

.course_head h2{
    font-size: 42px;
    font-weight: 700;
    color: #454545;
    margin-bottom: 20px;
}

.course_bg{
    background-color: #DDD4E9;
    border-radius: 15px;
    padding: 20px;
}

.course_hd{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.course_desc{
    font-size: 16px;
    color: #000;

}

.course_bg:hover {
    border: 1px solid #000;
    filter: drop-shadow(9px 4px 19px rgba(0, 0, 0, 0.25));
    transition: all;
}

a{
    text-decoration: none;
}

.testimo_box {
    background: #fff;
    padding: 30px 50px;
    border-radius: 15px;
}

.carousel-indicators{
    display: none;
}

.toppers{
    border-bottom: 10px solid #2C85F5;
}

.underl{
    border-bottom: 5px solid #FE4A51;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    padding: 0;
    color: #000;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    border-radius: 20px;
    background: #FFE3DB;
}

.carousel-control-next-icon:after, .carousel-control-prev-icon:after {
    font-weight: 900;
    font-family: Font Awesome\ 6 Pro,Font Awesome\ 6 Free;
    font-size: 1.3rem;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #000;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.marquee{
    background: #0076BE;
    color: #fff;
    font-weight: 600;
    padding: 5px 0px;
}

.uc_btn, .faq_btn{
    background: #454545;
    margin-left: 10px;
}

.uc_btn:hover, .faq_btn:hover{
    background: #000;
}

.book_call{
    margin-left: 10px;
}

ul.navbar-nav {
    margin-top: 0px;
}

.rt_para a{
    color: #000;
}

.rt_para a:hover{
    color: #2C85F5;
}


/* Responsive Css */
@media(max-width: 768px) {
    .banner_content{
        margin-bottom: 40px;
    }

    .display_info {
        height: 100%;
        background: linear-gradient(180deg, #CDE0EF 54%, #FFF 50%);
    }

    .rt_para {
        background: rgba(205, 224, 239, 0.22);
        padding-top: 25px;
        height: 70%;
    }

    .course_bg {
        margin-bottom: 15px;
    }

    .cont_form{
        margin-top: 30px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E)!important;
    }

    .uc_btn, .faq_btn{
        background: #454545;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .book_call{
        margin-left: 0px;
    }

    ul.navbar-nav {
        margin-top: 20px;
    }
}
.note {
    padding: 10px;
    border-left: 6px solid;
    border-radius: 5px;
}
.note-danger {
    background-color: #fee3e8;
    border-color: #f93154;
}
.note-primary {
    background-color: #e1ecfd;
    border-color: #1266f1;
}
.note-warning {
    background-color: #fff1d6;
    border-color: #ffa900;
}
a {
    text-decoration: none;
    color: #1266f1;
}