/* _content/CareerGuide.App/Components/Pages/Home.razor.rz.scp.css */
.news-sectiony[b-ie8trq6aj9] {
    width: 90%;
    margin: 0px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.news-sectiony h2[b-ie8trq6aj9] {
    margin-bottom: 10px;
    font-size: 24px;
}

.news-gridy[b-ie8trq6aj9] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
}

.news-itemy[b-ie8trq6aj9] {
    padding: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: #fafafa;
    text-decoration: none;
}

.news-itemy:hover[b-ie8trq6aj9] {
    transform: scale(1.02);
}

.news-itemy h3[b-ie8trq6aj9] {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: black;
}

.news-itemy h3:hover[b-ie8trq6aj9] {
    text-decoration: underline;
}

.news-itemy p[b-ie8trq6aj9] {
    font-size: 12px;
    color: #666;
    margin: 5px 0;
}

.news-itemy p>br[b-ie8trq6aj9] {
    display: none;
}

.btn-blogy[b-ie8trq6aj9] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-all-btny[b-ie8trq6aj9] {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #00a3e0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    width: 180px;
    text-align: center;
    text-decoration: none;
}

.view-all-btny:hover[b-ie8trq6aj9] {
    background-color: #008bb2;
    color: white;
}

.y[b-ie8trq6aj9] {
    background: linear-gradient(135deg, #4a90e2, #9013fe);
    border-radius: 5px;
    color: white;
    padding: 5px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .news-gridy[b-ie8trq6aj9] {
        grid-template-columns: 1fr;
    }
}

#kiwi-big-iframe-wrapper[b-ie8trq6aj9] {
    height: 80px;
    width: 80px;
    top: 50px;
    right: 5px !important;
}

#whts[b-ie8trq6aj9] {
    background-color: #25D366;
    z-index: 200;
    position: fixed !important;
    width: 60px;
    height: 60px;
    bottom: 8rem;
    right: 1rem;
    text-align: center;
    border-radius: 56px;
    font-size: 34px;
}

#kiwi-big-iframe-wrapper[b-ie8trq6aj9]::after {
    height: 540px;
    width: 310px;
}

body[b-ie8trq6aj9] {
    position: relative;
}

nav[b-ie8trq6aj9] {
    position: fixed;
    width: 100%;
    height: 7vh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    z-index: 99999;
    background-color: white;
    box-shadow: 0px 0px 20px 0px #ccc;
}

.nav-ul[b-ie8trq6aj9] {
    display: flex;
    list-style: none;
    width: 75%;
    align-items: center;
    background-color: white;
    margin: 1vh 0;
    text-overflow: clip;
    white-space: nowrap;
}

.nav-ul-a[b-ie8trq6aj9],
.myacc span[b-ie8trq6aj9] {
    padding: 8px 13px !important;
    border-radius: 7px;
    cursor: pointer;
    height: 7vh;
}

.myacc a[b-ie8trq6aj9] {
    text-decoration: none;
    color: inherit;
}

.nav-ul-a:hover[b-ie8trq6aj9],
.nav-ul-a:active[b-ie8trq6aj9],
.myacc span:hover[b-ie8trq6aj9],
.myacc span:active[b-ie8trq6aj9] {
    background-color: #2c65ba;
    color: white !important;
}

.nav-ul-a:hover+.drop[b-ie8trq6aj9],
.drop:hover[b-ie8trq6aj9],
.nav-ul-a:active+.drop[b-ie8trq6aj9] {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
}

.myacc span:hover+ul[b-ie8trq6aj9],
.myacc ul:hover[b-ie8trq6aj9],
.myacc span:active+.ul[b-ie8trq6aj9] {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all;
}

nav i[b-ie8trq6aj9] {
    padding: 0 5px;
    color: #214c8d;
    font-size: 13px;
}

.myacc[b-ie8trq6aj9] {
    position: absolute;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 7px;
    box-sizing: border-box;
    right: 0px;
}

nav img[b-ie8trq6aj9] {
    padding: 0 20px;
    width: 200px;
}

.drop[b-ie8trq6aj9],
.myacc ul[b-ie8trq6aj9] {
    position: absolute;
    top: 6vh;
    left: 240px;
    width: calc(82% + 40px);
    height: 330px;
    background-color: rgb(250, 250, 250);
    box-shadow: -29px -4px 38px -44px rgba(148, 148, 148, 1);
    transform: translateY(10px);
    pointer-events: none;
    opacity: 0;
    transition: all 0.4s ease-in;
}

.drop.psychometric[b-ie8trq6aj9] {
    left: 0px;
    width: 100%;
}

.large-drop .drop[b-ie8trq6aj9] {
    height: 300px;
}

.side-list[b-ie8trq6aj9] {
    display: flex;
}

.list-subsec ul .side-list-a[b-ie8trq6aj9] {
    font-size: 16px !important;
    margin: 10px 0;
    color: black;
}

.myacc ul[b-ie8trq6aj9] {
    left: 0px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    list-style: none;
    border-radius: 7px;
    top: 5.4vh;
}

.drop .contact[b-ie8trq6aj9] {
    height: 100%;
    width: 45%;
    background-color: #efefef;
    position: absolute;
    right: 0;
    top: 0;
}

.list[b-ie8trq6aj9] {
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(55%);
}

.listul[b-ie8trq6aj9] {
    width: 90%;
    height: 90%;
    display: flex;
    margin: 5% auto;
    padding: 0;
    justify-content: start;
}

.listul .list-subsec[b-ie8trq6aj9] {
    display: inline;
    height: 100%;
    margin-right: 20px;
    text-align: start;
}

.list-subsec ul[b-ie8trq6aj9] {
    padding: 0;
    height: 100%;
    min-width: 150px;
    width: 100%;
    margin-right: 70px;
}

.list-subsec li[b-ie8trq6aj9] {
    display: block;
    width: 100%;
    padding: 1px 0;
}

.institutes .list-subsec li[b-ie8trq6aj9] {
    max-width: 250px;
}

.institutes .list-subsec[b-ie8trq6aj9] {
    margin-right: 75px;
    max-width: 220px;
}

.listul a[b-ie8trq6aj9] {
    text-decoration: none;
    color: black;
}

.list-subsec .bold[b-ie8trq6aj9] {
    font-weight: 600;
    padding: 0px 0;
}

.listul .last[b-ie8trq6aj9] {
    margin-right: 0;
}

.price[b-ie8trq6aj9] {
    padding-left: 20px;
    padding-right: 20px;
    color: inherit;
    outline: none;
    text-decoration: none;
}

.contact div[b-ie8trq6aj9] {
    position: absolute;
}

.phone[b-ie8trq6aj9] {
    left: 10%;
    top: 13%;
}

.phone h3[b-ie8trq6aj9] {
    color: rgb(57, 57, 223);
}

.large-drop .contact .phone[b-ie8trq6aj9] {
    top: 20%;
}

.connect[b-ie8trq6aj9] {
    right: 10%;
    top: 10%;
}

.large-drop .contact .connect[b-ie8trq6aj9] {
    top: 20%;
}

.links[b-ie8trq6aj9] {
    bottom: 10%;
    left: 10%;
    font-size: 13px;
}

.large-drop .contact .links[b-ie8trq6aj9] {
    bottom: 20%;
}

.apps[b-ie8trq6aj9] {
    right: 10%;
    bottom: 10%;
}

.large-drop .contact .apps[b-ie8trq6aj9] {
    bottom: 20%;
}

.links a[b-ie8trq6aj9] {
    display: block;
    color: rgb(57, 57, 223);
    text-decoration: none;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.contact h3[b-ie8trq6aj9] {
    color: rgb(57, 57, 223);
    margin: 13px 0px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.connect h3[b-ie8trq6aj9] {
    color: rgb(57, 57, 223);
    font-size: 15px;
    font-weight: 600;
}

.apps div[b-ie8trq6aj9] {
    color: rgb(57, 57, 223);
    position: relative;
}

.apps h3[b-ie8trq6aj9] {
    color: rgb(57, 57, 223);
}

.apps img[b-ie8trq6aj9] {
    width: 150px;
    padding: 3px;
}

.apps h3[b-ie8trq6aj9] {
    margin: 0
}

.icons img[b-ie8trq6aj9] {
    width: 35px;
    height: 35px;
    padding: 2px;
}

.icons[b-ie8trq6aj9] {
    width: 100%;
    display: flex;
    position: relative !important;
}

.slide-contact[b-ie8trq6aj9] {
    display: none;
}

.list-subsec li[b-ie8trq6aj9] {
    font-size: 18px;
}

.list-subsec ul a[b-ie8trq6aj9] {
    font-size: 13px;
    color: #828282;
}

.list-subsec ul .inner-sub a[b-ie8trq6aj9] {
    color: black;
    font-size: 18px;
}

.list-subsec ul .inner-sub[b-ie8trq6aj9] {
    margin-top: 15px;
    text-transform: uppercase;
}

@media screen and (max-width:1400px) {
    .list-subsec ul[b-ie8trq6aj9] {
        min-width: 0;
    }
}

@media screen and (max-width:1150px) {
    .nav-ul-a[b-ie8trq6aj9] {
        font-size: 11px;
    }

    .myacc[b-ie8trq6aj9] {
        font-size: 11px;
    }

    nav img[b-ie8trq6aj9] {
        padding: 0 5px;
    }

    .nav-ul[b-ie8trq6aj9] {
        padding: 0;
    }

    .drop[b-ie8trq6aj9] {
        left: 205px;
    }

    .phone[b-ie8trq6aj9] {
        left: 1%;
        top: 1%;
    }

    .connect[b-ie8trq6aj9] {
        right: 1%;
        top: 1%;
    }

    .links[b-ie8trq6aj9] {
        bottom: 1%;
        left: 1%;
    }

    .apps[b-ie8trq6aj9] {
        right: 1%;
        bottom: 1%;
    }
}

.hamburger[b-ie8trq6aj9] {
    height: 2.5vh;
    margin: 2.3vh 10px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.hamburger .line[b-ie8trq6aj9] {
    width: 23px;
    height: 3px;
    background-color: rgb(46, 46, 46);
    border-radius: 7px;
}

.nav-ul-active[b-ie8trq6aj9] {
    transform: translateX(0) !important;
}

.each-app[b-ie8trq6aj9] {
    text-decoration: none;
    color: black;
    outline: none;
}

.apps a[b-ie8trq6aj9] {
    text-decoration: none;
}

.search-icon[b-ie8trq6aj9] {
    position: fixed;
    bottom: 70px;
    right: 30px;
    padding: 15px;
    background-color: white;
    border-radius: 50%;
    font-size: 1.5em;
}

.nav-ul[b-ie8trq6aj9] {
    font-size: 11px !important;
}

@media screen and (max-width: 1300px) {
    .myacc[b-ie8trq6aj9] {
        background-color: white !important;
    }

    .nav-ul[b-ie8trq6aj9] {
        position: absolute;
        top: 5vh;
        flex-direction: column;
        width: 100%;
        transition: all 0.5s ease;
        transform: translateX(100%);
        align-items: start;
        overflow: visible;
    }

    .nav-ul-height-def[b-ie8trq6aj9] {
        height: 435px !important;
    }

    .nav-ul-height-log[b-ie8trq6aj9] {
        height: 480px !important;
    }

    .phone-num[b-ie8trq6aj9] {
        margin-left: 10px !important;
        margin-right: auto !important;
    }

    .institutes .list-subsec li[b-ie8trq6aj9] {
        max-width: none;
    }

    .side-list[b-ie8trq6aj9] {
        display: block;
    }

    .side-list>li[b-ie8trq6aj9] {
        margin: 10px 0;
    }

    .myacc ul[b-ie8trq6aj9] {
        height: 100px;
    }

    .nav-ul-a[b-ie8trq6aj9],
    .myacc span[b-ie8trq6aj9] {
        font-size: 15px;
        display: inline-block;
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .myacc span[b-ie8trq6aj9] {
        font-weight: 700;
    }

    .myacc[b-ie8trq6aj9] {
        position: relative;
    }

    nav[b-ie8trq6aj9] {
        justify-content: space-evenly;
    }

    .nav-ul-li[b-ie8trq6aj9],
    .myacc[b-ie8trq6aj9] {
        width: 100%;
        border-bottom: 1px solid grey;
    }

    .nav-ul-a[b-ie8trq6aj9],
    .myacc span[b-ie8trq6aj9] {
        width: 100%;
    }

    .hamburger[b-ie8trq6aj9] {
        display: flex;
    }

    .drop[b-ie8trq6aj9],
    .myacc ul[b-ie8trq6aj9],
    .large-drop .drop[b-ie8trq6aj9] {
        position: relative;
        left: 0px;
        width: 100%;
        overflow: hidden;
        height: 0px;
        background-color: rgb(250, 250, 250);
        box-shadow: -29px -4px 38px -44px rgba(148, 148, 148, 1);
        transform: translateY(0px);
        pointer-events: all;
        opacity: 1;
        transition: all 0.4s ease-in;
    }

    .nav-ul-a:hover[b-ie8trq6aj9],
    .nav-ul-a:active[b-ie8trq6aj9] {
        background-color: #2c65ba;
        color: white;
    }

    .nav-ul-a:hover+.drop[b-ie8trq6aj9],
    .drop:hover[b-ie8trq6aj9],
    .nav-ul-a:active+.drop[b-ie8trq6aj9] {
        height: auto;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .myacc span:hover+ul[b-ie8trq6aj9],
    .myacc ul:hover[b-ie8trq6aj9],
    .myacc span:active+.ul[b-ie8trq6aj9] {
        height: 100px;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .list[b-ie8trq6aj9] {
        position: relative;
        height: auto;
        width: calc(100%);
    }

    .listul[b-ie8trq6aj9] {
        display: block;
    }

    .drop .contact[b-ie8trq6aj9] {
        display: none;
    }

    .slide-contact[b-ie8trq6aj9] {
        display: block;
        padding: 10px;
    }

    .slide-contact>div[b-ie8trq6aj9] {
        margin: 20px 0;
    }

    .slide-contact .side-list[b-ie8trq6aj9] {
        display: block;
    }

    .list-subsec .bold[b-ie8trq6aj9] {
        padding: 12px 0;
    }

    .price[b-ie8trq6aj9] {
        padding-left: 13px;
    }

    .myacc[b-ie8trq6aj9] {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 13px;
        padding-right: 0px;
    }

    .myacc span[b-ie8trq6aj9] {
        padding-left: 13px;
        padding-right: 0;
    }

    .institutes .list-subsec li[b-ie8trq6aj9] {
        max-width: none;
    }

    institutes .list-subsec[b-ie8trq6aj9] {
        max-width: none;
    }
}

@media only screen and (max-width: 479px) {
    #secondary_menu_right[b-ie8trq6aj9] {
        padding-right: 230px !important;
    }
}

.c-btn-not1[b-ie8trq6aj9] {
    background: rgb(56, 183, 129);
    color: #ffffff !Important;
}

.m-content-margin1[b-ie8trq6aj9] {
    margin-bottom: 5px;
}

@media screen and (min-width: 480px) {
    .notifier[b-ie8trq6aj9] {
        display: none;
    }
}

@media screen and (max-width: 1100px) {

    .m-footer-hide[b-ie8trq6aj9],
    .last-footer[b-ie8trq6aj9] {
        display: none;
    }
}

.slider-container[b-ie8trq6aj9] {
    display: flex;
    width: 85%;
    height: 150px;
    margin: 30px auto;
    margin-top: 80px;
    overflow: hidden;
}

.slider-frame[b-ie8trq6aj9] {
    display: flex;
    width: 100%;
    height: 100%;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.cover-item[b-ie8trq6aj9] {
    min-width: 25%;
    height: 100%;
    padding: 0 2%;
    box-sizing: border-box;
}

.cover-item iframe[b-ie8trq6aj9] {
    height: 100%;
    max-width: 100%;
}

.button-container[b-ie8trq6aj9] {
    display: flex;
    width: auto;
    margin: auto;
    margin-bottom: 40px;
}

.slider-button[b-ie8trq6aj9] {
    margin: 0 3px;
    width: 12px;
    height: 12px;
    background: rgb(173, 173, 173);
    border: none;
    border-radius: 50%;
}

.slider-button:focus[b-ie8trq6aj9] {
    background: black;
    outline: none;
}

@media screen and (max-width: 1000px) {
    .cover-item[b-ie8trq6aj9] {
        min-width: 33.33%;
        padding: 0 3%;
        box-sizing: border-box;
    }
}

@media screen and (max-width:500px) {
    .cover-item[b-ie8trq6aj9] {
        min-width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 700px) {
    .cover-item[b-ie8trq6aj9] {
        min-width: 50%;
        padding: 0 5%;
    }

    .youtube-frame[b-ie8trq6aj9] {
        height: 400px;
    }

    .career-guide-headder[b-ie8trq6aj9] {
        top: 10%;
    }

    section#section-counter[b-ie8trq6aj9] {
        margin-top: 500px;
    }

    .one-forth.d-flex.align-items-center.ftco-animate[b-ie8trq6aj9] {
        height: 1300px;
    }
}

header#master_header[b-ie8trq6aj9] {
    height: 0px !important;
    display: none;
}

.c-navbar[b-ie8trq6aj9],
.assnotifymain[b-ie8trq6aj9] {
    display: none;
}

.c-layout-page[b-ie8trq6aj9] {
    margin-top: 0px !important;
}

span#en1[b-ie8trq6aj9] {
    background: white;
    color: black;
    border-radius: 3px;
    padding: 3px 12px;
    margin-left: 15px;
}

span#en1:hover[b-ie8trq6aj9] {
    background: #4e59ad;
}

span#en1 a:hover[b-ie8trq6aj9] {
    color: white;
}

.hover-content[b-ie8trq6aj9] {
    display: none;
}

.col-lg-4 col-md-2:hover+.hover-content+.cover-item:hover[b-ie8trq6aj9] {
    display: block;
}

iframe[b-ie8trq6aj9] {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.youtube-toggle-container[b-ie8trq6aj9] {
    width: 50%;
    height: 100%;
    margin-top: 40px;
    padding-left: 10px;
}

.panel-description[b-ie8trq6aj9] {
    font-family: 'Poppins';
    font-size: 22px;
    background-image: linear-gradient(to right, #29323c, #485563);
    margin-top: -10px;
    height: 100px;
}

.youtube-toggle-button-container[b-ie8trq6aj9] {
    width: 100%;
    margin: 10px 0px;
    display: flex;
    margin-top: 100px;
}

.youtube-toggle-button[b-ie8trq6aj9] {
    height: 29px;
    background-color: orangered;
    font-weight: 700;
    color: white;
    outline: none;
    margin: 0 3px;
    box-shadow: 0 0 10px 0 white;
    display: inline-flex;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
}

i.fa[b-ie8trq6aj9] {
    font-family: "FontAwesome";
    font-weight: 300;
}

.live-bar-btn[b-ie8trq6aj9] {
    background-color: green;
    color: white;
    height: 29px;
}

.reload-time[b-ie8trq6aj9] {
    display: inline-block;
    vertical-align: middle;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
}

.live-header[b-ie8trq6aj9] {
    position: relative;
    margin-top: -4px;
    margin-bottom: 15px;
}

.live-icon[b-ie8trq6aj9] {
    color: red;
    margin-top: -2px;
    margin-right: 5px;
}

.youtube-toggle-button:focus[b-ie8trq6aj9] {
    background-color: green;
    color: white;
    box-shadow: 1px 1px 5px white;
}

.youtube-frame[b-ie8trq6aj9] {
    width: 98%;
}

.youtube-frame iframe[b-ie8trq6aj9] {
    width: 100%;
    height: 39.5vh;
}

@media screen and (max-width:1000px) {
    .youtube-toggle-container[b-ie8trq6aj9] {
        width: 70%;
    }
}

@media screen and (max-width:700px) {
    .youtube-toggle-container[b-ie8trq6aj9] {
        width: 80%;
    }
}

@media screen and (max-width:500px) {
    .youtube-toggle-container[b-ie8trq6aj9] {
        width: 90%;
    }

    .youtube-frame iframe[b-ie8trq6aj9] {
        width: 100%;
        height: 50vh;
    }
}

.container .tab[b-ie8trq6aj9] {
    width: 100%;
    padding: 0;
    order: 1;
    display: none;
    background: white;
}

#main-content2[b-ie8trq6aj9] {
    margin-left: 20px !important;
}

.active2[b-ie8trq6aj9] {
    border: 1px solid #b0bec5 !important;
    margin: 3px !important;
    border-radius: 4px !important;
    line-height: 100% !important;
    padding: 12px 20px !important;
    cursor: pointer !important;
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    justify-content: center !important;
    background-color: #f23e36 !important;
    color: white !important;
}

@media only screen and (max-width:680px) {


    .details[b-ie8trq6aj9] {
        margin: 10px;
        box-shadow: 0px 15px 50px 3px #B1B1B1;
        padding: 10px 10px;
        border-radius: 20px;
        width: 100%;
        height: 400px;
    }

    #disc[b-ie8trq6aj9] {
        margin: auto;
        display: block;
        color: black;
        border-radius: 4px;
        font-weight: 600;
        font-size: 16px;
        text-align: center;
        justify-content: center;
        background-color: #fff;
        line-height: 100%;
        padding: 12px 20px;
        margin: 1px;
        margin-bottom: 3rem;
        cursor: pointer;
    }

    #disc button[b-ie8trq6aj9] {
        width: 100%;
    }

    #main-content2[b-ie8trq6aj9] {
        justify-content: center;
        margin-left: -7px !important;
    }

    .active2[b-ie8trq6aj9] {
        border: 1px solid #b0bec5;
        margin: 3px;
        border-radius: 4px;
        line-height: 100%;
        padding: 12px 20px;
        cursor: pointer;
        text-align: center;
        font-weight: 600;
        font-size: 16px;
        justify-content: center;
        background-color: #f23e36;
        color: white;
        width: 100%;
    }
}

.navbar[b-ie8trq6aj9] {
    margin-bottom: 0px;
    height: 60px;
    z-index: 9999;
    background: #DE0808;
    color: white;
}

.box_counsellor[b-ie8trq6aj9] {
    width: 100%;
    height: 300px;
    background-color: #f2f2f2;
}

.our-counsellor[b-ie8trq6aj9] {
    display: flex;
    flex-direction: column;
    height: 25px;
    align-items: center;
    color: coral;
    font-size: xx-large;
    font-weight: 600;
}

#name_counsellor[b-ie8trq6aj9] {
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.container-01[b-ie8trq6aj9] {
    height: 250px;
    margin: 14px 79px 34px 79px;
    padding: 0 122px 0 24px;
    display: flex;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

.counsellor-images[b-ie8trq6aj9] {
    margin: 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-transform: none;
    text-decoration: brown;
}

.counsellor-images a[b-ie8trq6aj9] {
    text-decoration: none;
}

.counsellor-images .counsellor-info[b-ie8trq6aj9] {
    display: flex;
    flex-direction: column;
}

#imge[b-ie8trq6aj9] {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-top: 0px;
}

.bttn[b-ie8trq6aj9] {
    background-color: #F23E36;
    border: none;
    border-radius: 5px;
    width: 60px;

    margin-top: 36px;
    color: white;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    justify-content: center;

}

.bttn:hover[b-ie8trq6aj9] {
    color: white;
}

.bttn :focus[b-ie8trq6aj9] {
    color: white;
}

#counsellor[b-ie8trq6aj9] {
    width: -webkit-fill-available;
}

@media (min-width: 992px) {
    .col-lg-2[b-ie8trq6aj9] {
        flex: 0 0 auto;
        width: 11.666667%;
    }
}

@media only screen and (min-width:992px) {
    .bgimg>img[b-ie8trq6aj9] {
        height: 500px;
        margin-top: 19px;
    }

}

@media only screen and (max-width:1000px) {
    #shomo[b-ie8trq6aj9] {
        margin-top: 57px;
        margin-right: 0px;
        top: 0px;
    }

    .pysco[b-ie8trq6aj9] {
        margin-top: 230px !important;
    }
}

@media only screen and (max-width: 741px) {
    .mart[b-ie8trq6aj9] {
        top: 257px !important;
    }

    .hero-wrap[b-ie8trq6aj9] {
        height: 98px;
        margin-top: -139px;
    }

    #psass[b-ie8trq6aj9] {
        margin-top: 250px;
    }
}

@media only screen and (max-width: 1000px) {
    .mart[b-ie8trq6aj9] {
        top: 270px !important;
    }
}

.services-section[b-ie8trq6aj9] {
    margin-top: -93px;
}

@media only screen and (max-width: 914px) {
    .hero-wrap[b-ie8trq6aj9] {
        height: 147px !important;
        margin-top: -144px;
    }

    #shomo[b-ie8trq6aj9] {
        top: 1491px;
        margin-right: 31%;
    }
}

.hero-wrap[b-ie8trq6aj9] {
    height: auto;
}

.mart[b-ie8trq6aj9] {
    margin-top: -58px !important;
}

@media only screen and (min-width: 767px) and (max-width:914px) {
    #shomo[b-ie8trq6aj9] {
        display: none;
    }
}

@media only screen and (max-width: 914px) {

    button#tabsassessment[b-ie8trq6aj9],
    button#tabsskills[b-ie8trq6aj9] {
        width: 100%;
    }

    .bgimg img[b-ie8trq6aj9] {
        height: 280px;
    }

    #carou[b-ie8trq6aj9] {
        margin-top: 168px;
    }

    .navbar[b-ie8trq6aj9] {
        height: 85px;
    }
}

.nav-ul-li[b-ie8trq6aj9] {
    font-size: 12px !important;
}

.college-nav:hover #college-downarrow[b-ie8trq6aj9] {
    color: white !important;
}

.college-nav>a:hover i[b-ie8trq6aj9] {
    color: #2D65BB !important;
}

.college-nav:hover .dropdown_college[b-ie8trq6aj9] {
    display: flex !important;
    opacity: 1;
    visibility: visible;
}

.dropdown_college[b-ie8trq6aj9] {
    border-radius: 10px;
    width: 98vw;
    height: auto;
    position: absolute;
    left: 5px;
    box-shadow: 1px 1px 8px #777;
    padding: 5px;
    opacity: 0;
    z-index: 999;
    visibility: hidden;
    gap: 1rem;
    background-color: white;
    transition: all .3s ease;
}

.dropdown_college a[b-ie8trq6aj9] {
    font-size: 12px;
    line-height: 1.7;
}

.college-dropdiv[b-ie8trq6aj9] {
    height: 100%;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 20px 50px;
    gap: 10px;
}

.college-dropdiv a:link[b-ie8trq6aj9],
.college-dropdiv a:visited[b-ie8trq6aj9] {
    color: black;
}

.college-dropdiv a:hover[b-ie8trq6aj9] {
    color: #E8896B;
}

.college-dropdiv>div[b-ie8trq6aj9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c-menu-courses[b-ie8trq6aj9] {
    float: left;
    width: 100%;
    height: auto;
}

.c-menu-courses i[b-ie8trq6aj9] {
    margin: 0;
    padding: 0 5px 0 0;
}

.c-menu-courses h5[b-ie8trq6aj9] {
    color: #2D65BB;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: -15px;
}

#section-counter>.cg-img>span a[b-ie8trq6aj9] {
    color: #4e59ad;
    text-decoration: none;
}

@keyframes textChangeBanner-b-ie8trq6aj9 {
    50% {
        left: -35em;
    }

    100% {
        left: 0;
    }
}

@media screen and (min-width: 576px) {
    section#section-counter[b-ie8trq6aj9] {
        margin-top: 0 !important;
    }
}

@media screen and (max-width:1000px) {
    .pagination[b-ie8trq6aj9] {
        bottom: 0em;
    }

    #section-counter[b-ie8trq6aj9] {
        inset: 0 0 0 0 !important;
    }
}

@media only screen and (max-width: 914px) {
    .noti-txt[b-ie8trq6aj9] {
        margin-bottom: 0px;
        color: white !important;
        line-height: 2;
    }

    .carousel[b-ie8trq6aj9] {
        /*z-index:-1;*/
        margin-top: 0px;
    }
}

@media screen and (max-width:501px) {
    .imageBanner:nth-child(1)[b-ie8trq6aj9] {
        background-position: 70% !important;
    }

    .imageBanner:nth-child(2)[b-ie8trq6aj9] {
        background-position: 80% !important;
    }

    .imageBanner:nth-child(3)[b-ie8trq6aj9] {
        background-position: 90% !important;
    }

    .imageBanner:nth-child(4)[b-ie8trq6aj9] {
        background-position: 90% !important;
    }

    .imageBanner:nth-child(5)[b-ie8trq6aj9] {
        background-position: 80% !important;
    }

    .imageBanner:nth-child(6)[b-ie8trq6aj9] {
        background-position: 85% !important;
    }

    .imageBanner:nth-child(7)[b-ie8trq6aj9] {
        background-position: 85% !important;
    }

    .bannerCaption[b-ie8trq6aj9] {
        gap: 0;
        width: 100%;
        justify-content: flex-end;
        padding: 1em 1em 4em 1em;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), transparent);
    }

    .bannerCaption h2[b-ie8trq6aj9] {
        font-size: 30px;
    }

    .bannerCaption p[b-ie8trq6aj9] {
        font-size: 14px;
        color: white;
        font-weight: 400;
    }

    .bannerCaption a[b-ie8trq6aj9] {
        font-size: 15px;
    }

}

@media screen and (max-width:420px) {
    .bannerCaption a[b-ie8trq6aj9] {
        font-size: 13px;
    }
}
