::-webkit-scrollbar {
    width: 7.5px;
    height: 7.5px;
}

 ::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background: rgba(87, 87, 87, 0);
}

 ::-webkit-scrollbar-thumb {
    background-color: rgb(255, 68, 0);
    outline: 1px solid white;
    border-radius: 60px;
}

::-moz-selection {
    background-color: rgb(252, 67, 0);
    color: #fff;
}

 ::selection {
    background-color: rgb(252, 67, 0);
    color: #fff;
}


/* -------- Navigation Panel -------------*/

header {
    background: linear-gradient(0deg, rgb(47, 0, 109) 0, rgb(0, 67, 255) 100%) !important;
}

header>nav>ul>li:hover {
    background: rgb(41, 10, 130) !important;
}

header>nav>ul>li>a {
    font-weight: 400;
    font-size: 16px !important;
    padding: 10px 12px !important;
}

header>nav>ul>li a+div {
    background: linear-gradient(0deg, #0e41ee 0, #2a0a81) !important;
}

header>nav>ul>li a+div>ul>li:hover>a {
    /* background-color: rgb(252, 67, 0) !important; */
    background: linear-gradient(0deg, red, #FF9800) !important;
}

header>nav>ul>li a+div>ul>li>a {
    color: rgb(255, 255, 255) !important;
}

header>nav>ul>li>a>div>span {
    color: rgb(255, 255, 255) !important;
}

@media(max-width:768px) {
    header>nav>ul>li>a {
        font-weight: 400;
        font-size: 10px !important;
        padding: 5px 5px !important;
    }
    header {
        padding: 0px 0px !important;
    }
}

.bl {
    border-left: 1px solid #2a067a8c !important;
}

.br {
    border-right: 1px solid #2a067a8c !important;
}


/* ----------------- Logo Panel ----------------- */

#top_bar {
    background: linear-gradient(180deg, #c30000, #ff4700) !important;
    /* background: linear-gradient(180deg, #000000, #4b00fb) !important; */
}


/* ----------------- Footer Panel ----------------- */

.footer {
    background: url('../images/footer2.jpg') !important;
    /* background: linear-gradient(0deg, #00093a, #0137b0, #00BCD4); */
    border-top: 4px solid #ff4600;
}

.iso-scroller {
    background: #6eff00 !important;
    padding: 6px;
    color: #000 !important;
    font-size: 18px;
    font-weight: 500;
    /* text-transform: uppercase; */
}


/* ----------------- Carsoul Panel ----------------- */

.jssorb053 .i .b {
    fill: #fff !important;
    fill-opacity: 0.5;
}


/* ----------------- Brand Carsoul Panel ----------------- */

.owl-carousel .owl-item img {
    width: 160px !important;
    height: 110px !important;
}

#instituteCal {
    background: rgb(255, 141, 0) !important;
}

#welcome {
    background: linear-gradient(180deg, #ff8d00, transparent, #00ff47ad) !important;
    border-bottom: 5px solid #8c4d00 !important;
}

.institute-child-bl {
    border-right: 1px solid #8c4d00bb !important;
}

.institute-child-br {
    border-right: 1px solid #8c4d00bb !important;
}

.bl a {
    color: #fff !important;
}

input.error,
textarea.error,
select.error {
    border: 1px solid #ff3b00 !important;
    box-shadow: 0px 0px 8px #ff3b00 !important;
}


/*------------- Css Loader ------------- */

.loader {
    border: 8px solid #eaeaea;
    border-radius: 50%;
    border-top: 8px solid #ff450d;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.active-nav {
    background: linear-gradient(0deg, red, #FF9800) !important;
}

.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background: rgba(255, 255, 255, 0.16);
    display: none;
}

.make-blur {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.adj-loader {
    position: absolute;
    top: 36%;
    left: 48%;
}

.text-loader {
    position: absolute;
    top: 46%;
    width: 100%;
    /* left: 30%; */
    font-weight: 500;
    color: #ff0000 !important;
    text-shadow: 0 0 5px white;
}

.ajax-error {
    font-size: 25px !important;
    font-weight: 500 !important;
    text-shadow: 0px 4px 7px #322d2b !important;
    color: #ff1800 !important;
}