/*Segoe Font Family*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@font-face {
    font-family: 'Segoe UI Light';
    src: url('~/asset/font/Segoe/SegoeUI-Light.eot');
    src: local('Segoe UI Light'), local('SegoeUI-Light'), url('../font/Segoe/SegoeUI-Light.eot?#iefix') format('embedded-opentype'), url('../font/Segoe/SegoeUI-Light.woff') format('woff'), url('../font/Segoe/SegoeUI-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI SemiBold';
    src: url('~/asset/font/Segoe/SegoeUI-SemiBold.eot');
    src: local('Segoe UI Semibold'), local('SegoeUI-SemiBold'), url('../font/Segoe/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'), url('../font/Segoe/SegoeUI-SemiBold.woff') format('woff'), url('../font/Segoe/SegoeUI-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Regular';
    src: url('~/asset/font/Segoe/SegoeUI.eot');
    src: local('Segoe UI'), local('SegoeUI'), url('../font/Segoe/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../font/Segoe/SegoeUI.woff') format('woff'), url('../font/Segoe/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('~/asset/font/Segoe/SegoeUI-Bold.eot');
    src: local('Segoe UI Bold'), local('SegoeUI-Bold'), url('../font/Segoe/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Segoe/SegoeUI-Bold.woff') format('woff'), url('../font/Segoe/SegoeUI-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


/*Trebuchet Font Family*/

@font-face {
    font-family: 'Trebuchet MS';
    src: url('~/asset/font/Trebuchet/Trebuchet-BoldItalic.eot');
    src: local('Trebuchet MS Bold Italic'), local('Trebuchet-BoldItalic'), url('../font/Trebuchet/Trebuchet-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../font/Trebuchet/Trebuchet-BoldItalic.woff') format('woff'), url('../font/Trebuchet/Trebuchet-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('~/asset/font/Trebuchet/TrebuchetMS-Bold.eot');
    src: local('Trebuchet MS Bold'), local('TrebuchetMS-Bold'), url('../font/Trebuchet/TrebuchetMS-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Trebuchet/TrebuchetMS-Bold.woff') format('woff'), url('../font/Trebuchet/TrebuchetMS-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('~/asset/font/Trebuchet/TrebuchetMS-Italic.eot');
    src: local('Trebuchet MS Italic'), local('TrebuchetMS-Italic'), url('../font/Trebuchet/TrebuchetMS-Italic.eot?#iefix') format('embedded-opentype'), url('../font/Trebuchet/TrebuchetMS-Italic.woff') format('woff'), url('../font/Trebuchet/TrebuchetMS-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('~/asset/font/Trebuchet/TrebuchetMS.eot');
    src: local('Trebuchet MS'), local('TrebuchetMS'), url('../font/Trebuchet/TrebuchetMS.eot?#iefix') format('embedded-opentype'), url('../font/Trebuchet/TrebuchetMS.woff') format('woff'), url('../font/Trebuchet/TrebuchetMS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

a {
    color: #005597;
}

body {
    font-family: 'Segoe UI Regular';
    /*font-size: 15px;*/
    overflow-x: hidden;
    background-image: url(../asset/img/background1.png);
    background-size: contain;
}

.bg-img {
    background-image: url(../asset/img/background1.png);
    background-size: contain;
}

.semibold-font-family {
    font-family: 'Segoe UI SemiBold';
}

.bold-font-family {
    font-family: 'Segoe UI Bold';
}

.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px !important;
}

.f-17 {
    font-size: 17px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-22 {
    font-size: 22px !important;
}

.f-24 {
    font-size: 22px !important;
}

.header {
    padding: 0 !important;
    margin: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 1px -6px 13px #000;
    transition: all .3s linear 0s;
    min-height: auto !important;
}

    .header.fixed-header {
        box-shadow: 20px 4px 10px rgba(39, 59, 69, 0.2);
    }

    .header img.logo-img {
        width: 80%;
        transition: all linear .5s
    }


/*.header.fixed-header img{
  transition: transform 1s linear;
  transform-origin: top left;
  transform-style: preserve-3D;
  transform: rotate(360deg);
}*/

img.dept-inner-img {
    width: 5%;
    float: left;
    margin-right: 10px
}

.btn-light-blue {
    background-color: #4885B47A;
    color: #fff
}

.btn-light-green {
    background-color: #399150;
    color: #fff
}

.btn-light-blue a:hover {
    color: #fff
}

.btn-light-green a:hover {
    color: #fff
}

.chancellor-img {
    width: 140px;
}

.chancellor h5 {
    font-size: 22px;
    font-family: 'Segoe UI SemiBold';
    margin-bottom: 3px;
}

.text-yellow {
    color: #FFF700 !important;
    font-family: 'Segoe UI SemiBold'
}

.text-warning {
    color: #F8E21E !important;
}

.text-lightyellow {
    color: #FFF700 !important;
}

.bg-warning {
    background-color: #FFD91A !important;
}

.bg-research:after {
    content: "";
    width: 74%;
    height: 35px;
    background-color: #FFD91A !important;
    position: absolute;
    left: 10px;
    right: 0;
    top: -2%;
    z-index: -1;
    transform: skew(-28deg, 0deg);
}

.bg-research:before {
    content: "";
    width: 90%;
    height: 35px;
    background-color: #fff !important;
    position: absolute;
    left: 10px;
    right: 0;
    top: -2%;
    z-index: -1;
    transform: skew(-28deg, 0deg);
}

.bg-research {
    font-size: 18px;
    color: #000;
    letter-spacing: 3px
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
    z-index: 1;
    /*  position: absolute;*/
    width: 100%;
    font-weight: 500;

}

nav.navbar {
    padding-top: 0px;
}

a.navbar-brand.logo {
    z-index: 9999;
    margin-right: 0px;
}

.pull-right {
    float: right;
}

ul.navbar-nav.menu1 a.nav-link.nav-white {
    height: 35px;
    margin: 5px 8px;
    border-radius: 3px;
    color: #fff !important;
    line-height: 17px;
}

ul.navbar-nav li.nav-item.active:active {
    text-decoration: underline !important
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0) !important;
    font-family: 'Segoe UI SemiBold';

}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

ul.navbar-nav.menu2 {
    font-weight: normal;
    padding-right: 7px;
    text-transform: capitalize;
    margin-bottom: 2px;

}


/*.navbar-collapse {
  max-height: 550px;
  overflow-y: auto;}*/

.navbar-light .navbar-toggler {
    /*color: rgb(229 181 0)!important;
    border-color: rgb(228 180 1)!important;
    background: #fff!important;*/
    z-index: 9999;
}

.navbar button[aria-expanded="true"] > span.nav-close {
    display: inline;
    color: #fff;
    opacity: 1;
}

button[aria-expanded="true"] > span.navbar-toggler-icon {
    display: none;
}

button[aria-expanded="false"] > span.nav-close {
    display: none;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, 0);
}

.navbar-toggler {
    top: -1px;
    position: absolute;
    right: 0;
}

.navbar-toggler-icon,
span.nav-close {
    color: #e6e6e6 !important;
    padding: 0px 6px;
    font-size: 28px;
    height: 30px;
    vertical-align: middle;
    font-size: 27px !important
}

button.navbar-toggler:focus {
    outline: 0px auto -webkit-focus-ring-color;
}


/*slider*/

.slider {
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
}

.slider-text {
    background-color: rgba(0 0 0 / 0.69);
    color: #fff;
    height: 80px;
    padding-top: 20px
}

    .slider-text h2 {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 1px;
        color: #fff;
    }

.carousel-caption {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    color: #fff;
    text-align: center;
    width: 100%;
    right: 0;
    left: 0;
}

.slider .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.card-outline-danger {
    width: 47%;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 20px;
    background-color: rgba(0 0 0 / 0.69);
    border: 1px solid #999;
    font-weight: 300;
}

    .card-outline-danger .fas {
        color: #fff;
        padding-right: 10px;
    }

    .card-outline-danger i.fas.fa-file-alt {
        color: #005597;
    }

    .card-outline-danger .h4 {
        color: #fff;
    }

    .card-outline-danger p {
        color: #fff;
        line-height: 35px;
        font-size: 16px;
    }

    .card-outline-danger h4 {
        color: #fff;
        font-size: 22px;
        font-family: 'Segoe UI SemiBold';
    }

/*p {
    color: #000;
    font-weight: 300;
}*/

.form-parent .enquiry {
    position: relative;
    left: 360px;
    transform: rotate(-90deg);
    top: 230px;
    background: #fff;
    text-align: center;
    width: 125px;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 600;
}

/*select#CourseSelectionOption {
    padding: 0px;
}*/

.section-title h2 {
    font-size: 32px;
    font-family: 'Segoe UI SemiBold';
    font-weight: 500;
    z-index: 3;
    position: relative;
    border-left: 8px solid #014F8C;
    padding-left: 15px;
    color: #292929;
}

.testimonials .section-title h2 {
    border-left: 0px;
}


/* hero box*/

.hero_box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #2A2A2A;
}

.hero_box h6 {
    font-size: 14px;
    font-weight: 600;
    color: #2A2A2A;
}

.blue-bg {
    background-image: linear-gradient(rgba(2, 73, 127, 0.7) 0%, rgba(1, 82, 145, 0.89) 17%)
}

.chancellor {
    background-image: linear-gradient(260deg, #02497F 0%, #015291 17%, #0C6DB9 47%, #005393 73%, #02497F 100%);
    mix-blend-mode: multiply;
}

.chancellor-bg {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}


/**/

.date {
    background-color: #0959AA;
    color: #fff;
    text-align: center;
    font-family: 'Segoe UI SemiBold';
    width: 100px;
    height: 38px;
    margin-bottom: 10px;
    
}

.news h6 {
    font-family: 'Segoe UI SemiBold';
    font-size: 16px;
    color: #000000;
    margin-bottom: 2px;
}

.placement .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #BBBBBB;
    transition: opacity .6s ease;
    border-radius: 100%;
}

.placement .carousel-indicators .active {
    opacity: 1;
    background-color: #005597;
}

.placement-section {
    border-top: 31px solid rgba(7, 7, 7, 0.2);
}

.placement .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -60px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.dvdr {
    border-bottom: 38px solid rgba(7, 7, 7, 0.2);
}


/**/

.dark-blue {
    background-color: rgba(1, 62, 101, 0.75);
    position: relative
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../asset/img/background1.png);
    background-size: cover;
    mix-blend-mode: multiply;
}

.scholarship {
    background-color: #033759;
    mix-blend-mode: normal;
}

.text-blue {
    color: #005597;
    margin-bottom: 0;
}


/**/

.w-90 {
    width: 80%
}


/*.research-section {
    background-image: url(../asset/img/research1.jpg);
    background-repeat: no-repeat;
    background-size: 53% 100%;
}*/

.research-section h3 {
    font-size: 22px;
    color: #fff;
    font-family: 'Segoe UI SemiBold';
}

.bg-research h3 {
    color: #000;
    font-size: 18px;
    padding-left: 40px
}

.research-section {
    position: relative
}

.research-img {
    position: relative
}

.research-content {
    position: absolute
}

.research-border:after {
    content: "";
    background-color: #444;
    width: 2px;
    height: 20px;
    position: absolute;
    top: 28px;
    right: 12px;
}

.black-bg {
    background-color: rgb(0 0 0 / 72%)
}

.res-txt p {
    padding: 5px 10px;
    border: 1px solid #DEDEDE;
    text-align: center;
    margin: 0
}

.research-content {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 10px;
}

.research-content-bottom {
    margin-top: 150px;
}

.college-section {
    background-image: url(../asset/img/College-section.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}

    .college-section li {
        list-style: none;
        padding-left: 0px;
    }

    .college-section ul {
        padding-left: 0px;
    }

    .college-section h4 {
        font-size: 24px;
        color: #1E4A6D;
        font-family: 'Segoe UI SemiBold';
    }

li.page-item {
    font-size: 12px;
    padding: 2px;
}

a.page-link:active {
    background-color: #014F8C;
    color: #fff;
}

.page-link {
    position: relative;
    display: block;
    padding: .25rem .5rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000000;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.college-stream {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
}


/**/

.testimonials {
    background-color: #005597
}

    .testimonials #carouselIndicators2 .carousel-control-prev-icon {
        right: 0 !important;
    }

    .testimonials .fas {
        font-size: 20px;
        color: #fff;
    }

.testimonial-img {
    border: 4px solid #fff;
    width: 138px;
    height: 138px;
    object-fit: cover;
}


/**/

.recognition .fas {
    font-size: 20px;
    color: #636363;
}

.recognition p {
    color: #202020;
    font-family: 'Segoe UI SemiBold';
    text-align: center
}

.university-section {
    background-image: url(../asset/img/university-bg.png);
    background-size: cover;
    position: relative;
}

footer.footer_content {
    background-color: #1e1e1e;
    overflow-y:hidden;
}

footer h2 {
    font-size: 32px;
    color: #fff;
    font-family: 'Segoe UI SemiBold';
}

footer.footer_bar {
    background-color: #131313
}

footer {
    color: #777777;
    font-size: 14px;
}

    footer li {
        list-style: none;
        color: #fff;
        padding: 5px 0px;
    }

    footer ul li a {
        font-size: 14px
    }

    footer ul {
        padding-left: 15px;
    }

.robo {
    width: 24px;
    /* display: inline; */
    margin-right: -27px;
    float: left;
    height: 19px;
    margin-left: -33px;
}

.myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.blink {
    animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.menu1 {
    position: relative;
    padding: 6px 10px 0 10px;
    height: 30px;
}

    .menu1 a {
        color: #fff !important;
    }

button.btn-xs {
    padding: 0px 5px;
    line-height: 0px;
    height: 31px;
    position: relative;
    font-size: 13px;
    top: 4px;
}

.navbar .megamenu {
    padding: 1rem;
}

.navbar-nav .dropdown-menu {
    padding-left: 15px !important;
}


/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    ul.dropdown-menu.dropdown-menu-end {
        left: -311%;
    }

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 98%;
        margin-top: 0;
        margin: 0 auto;
    }

    .navbar-nav li:hover > .dropdown-menu.megamenu {
        display: block;
    }

    .navbar-nav li:hover > ul.dropdown-menu.dropdown-menu-end {
        display: block !important;
    }
    ul.dropdown-menu.dropdown-menu-end.inner-menu {
        left: -129px;
    }
}


/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */

@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

.course-section .card {
    border: 0;
}

.course-section ul {
    padding: 0
}

.course-section li {
    list-style: none;
    font-size: 14px;
    padding: 0;
}

.course-section .card-header {
    padding: 0rem;
}

.course-section button.btn.btn-link {
    background-color: #E4701E;
    border-radius: 0;
    color: #000;
}

    .course-section button.btn.btn-link:hover {
        background-color: #E4701E !important;
        border-color: #E4701E !important;
        border-radius: 0;
        color: #fff;
    }

    .course-section button.btn.btn-link:active {
        background-color: #E4701E !important;
        border-color: #E4701E !important;
        border-radius: 0;
        color: #fff;
    }

    .course-section button.btn.btn-link:focus {
        background-color: #E4701E !important;
        border-color: #E4701E !important;
        border-radius: 0;
        color: #fff;
    }

.course-section .card {
    background: rgba(255, 255, 255, 0.52) !important
}

.course-section button.btn.btn-link.btn-block.text-left.collapsed {
    background-color: #1967A4;
    text-decoration: none
}

    .course-section button.btn.btn-link.btn-block.text-left.collapsed.odd {
        background-color: #4485B7;
        text-decoration: none
    }

.college-img {
    position: relative
}

.caption {
    background-color: #FFD500;
    padding: 10px 10px;
    color: #242424;
    font-size: 12px;
    position: absolute;
    bottom: -22px;
}

    .caption p {
        margin: 0
    }

.footer_content {
    background-image: url(../asset/img/footer.png);
    position: relative;
    background-size: cover;
}

.parallax-overlay {
    background-color: rgba(0, 0, 0, 0.83);
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    left: 0;
}

.university-section p {
    color: #292929;
    margin-bottom: 0;
    padding-left: 15px
}

#header-txt {
    /*font-family: 'Trebuchet MS';*/
    font-family: 'Segoe UI SemiBold';
    height: 1.5em;
    border-radius: 0 2em 0 2em;
    padding-left: 15px;
}

.btn-blue {
    font-family: 'Segoe UI SemiBold';
    color: white;
    border-radius: 0 1em 0 1em;
    padding-left: 15px;
    background: #0C3D78;
    border: 1px solid #FFF700;
}

/*ul.navbar-nav.menu1 {
    font-size: 14px;
}*/


/* width */

::-webkit-scrollbar {
    width: 1px;
}


/* Track */

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.12);
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #FFD500;
}


    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.mobile-admission {
    background-image: linear-gradient(260deg, #02497F 0%, #015291 17%, #0C6DB9 47%, #005393 73%, #02497F 100%);
    mix-blend-mode: multiply;
}

    .mobile-admission h3 {
        color: #FFF700;
        font-size: 20px;
        font-family: 'Segoe UI SemiBold';
        ;
    }

.mobile-admission {
    font-size: 14px;
    font-family: 'Segoe UI SemiBold';
    ;
}

    .mobile-admission a {
        color: #fff;
        font-family: 'Segoe UI SemiBold';
        ;
    }

    .mobile-admission .fa,
    .mobile-admission .fas {
        color: #fff
    }

.carousel-caption {
    padding-bottom: 0px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .row {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
        display: flex;
        /* NEW, Spec - Firefox, Chrome, Opera */
     
    }
    .formrow {
        float: right;
    } 


    .navbar-expand-lg .navbar-nav {
        -webkit-flex: 1 1 auto !important;
    }

    ul.navbar-nav.menu2 {
        display: -webkit-box;
        /* Safari */
        -webkit-flex-wrap: wrap;
        /* Safari 6.1+ */
        display: flex;
        flex-wrap: wrap;
    }

    .chancellor {
        background: #02497F;
    }

    ::i-block-chrome,
    .color-overlay {
        background: #033759;
    }

    ::i-block-chrome,
    .input-group-prepend {
        display: none
    }

    ::i-block-chrome,
    .input-group > .custom-file,
    .input-group > .custom-select,
    .input-group > .form-control,
    .input-group > .form-control-plaintext {
        width: 97%;
    }

    ::i-block-chrome,
    .header {
        background-image: linear-gradient(180deg, #005597 50%, #FFF700 50%) background: -moz-linear-gradient(180deg, #005597 50%, #FFF700 50%);
        /* FF3.6+ */
        background: -webkit-gradient(180deg, #005597 50%, #FFF700 50%);
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(-90deg, #005597 50%, #FFF700 50%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(180deg, #005597 50%, #FFF700 50%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(180deg, #005597 50%, #FFF700 50%);
        /* IE10+ */
    }
}

.navbar {
    background-image: linear-gradient(180deg, #005597 50%, #FFF700 50%) background: -moz-linear-gradient(180deg, #005597 50%, #FFF700 50%);
    /* FF3.6+ */
    background: -webkit-gradient(180deg, #005597 50%, #FFF700 50%);
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-90deg, #005597 50%, #FFF700 50%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(180deg, #005597 50%, #FFF700 50%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(180deg, #005597 50%, #FFF700 50%);
    /* IE10+ */
}

img.img-fluid.college-img:hover {
    opacity: 0.7;
}

.btn {
    cursor: pointer;
}

.icon-close {
    right: 2rem;
    top: 1.8rem;
    transition: right .6s ease-in-out;
    cursor: pointer;
}

.toggle-form p {
    color: #fff;
    margin-bottom: 0
}

.toggle-form {
    right: -663px;
    position: fixed;
    top: 78px;
    height: 100%;
    z-index: 999999;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

    .toggle-form.active {
        right: 0;
        transition: all ease .6s;
        -moz-transition: all ease .6s;
        -webkit-transition: all ease .6s;
        -o-transition: all ease .6s;
        z-index: 999999;
    }

    .toggle-form .formwrap img {
        float: right;
        margin-top: 7px;
    }

.orange {
    background-color: #ff910e;
    border-color: #ff910e;
    color: #fff;
    padding: .5rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2rem;
}

.btn.orange:hover {
    background-color: #da7600;
    border-color: #da7600;
    color: #fff;
}

.btn-group-lg > .btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 15px;
    line-height: 1.5;
    border-radius: .3rem;
    transform: rotate(180deg);
    color: #000 !important;
    border: 1px solid #757575;
}

option.dis {
    color: #6c757d;
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: .9rem;
    line-height: 1.25;
    //color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 35px;
}

.formwrap {
    background-color: rgba(0, 0, 0, 0.89);
    max-width: 516px;
    height: 100%;
    float: right;
    box-shadow: -1px 0px 12px rgba(0, 0, 0, 0.1);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    font-family: 'Segoe UI Regular';
}

    input#txtSearchPgmsDesktop,
    .formwrap form input {
        background-color: rgba(255, 255, 255, 0.15);
        border-color: #707070;
        color: #fff;
        margin-right: 10px;
    }

        input#txtSearchPgmsDesktop:focus,
        .formwrap form input:focus {
            background-color: #fff;
            border-color: #707070;
            color: #000;
            margin-right: 10px;
        }

.yellow-bg {
    padding: 11px;
    font-family: 'Segoe UI SemiBold';
    position: relative;
    z-index: 1
}

    .yellow-bg:before {
        content: "";
        background-color: #FFF700;
        width: 113%;
        height: 158px;
        position: absolute;
        display: block;
        left: -32px;
        z-index: -1;
        top: 7px;
    }

    .yellow-bg p {
        color: #292929;
        font-size: 14px
    }

.btn-green {
    background-color: #399150;
    color: #fff;
    float: right;
}

    .btn-green.btn:hover {
        color: #fff
    }

.ee {
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    font-size: 14px;
    z-index: 1;
    position: fixed;
    top: 158px;
    right: -51px;
    transform: rotate(-90deg);
    font-weight: 600;
}

.mid-col {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}

.form-control {
    background-color: transparent;
    margin-right: 10px;
}

select.form-control:not([size]):not([multiple]) {
    background-color: #fff;
    border-color: #707070;
    color: #586168;
    padding: 3px 8px;
}

option {
    background-color: #fff;
    color: #1f2124;
}
@media (min-width: 768px) {
    a.nalogo.pt-0 {
        position: absolute;
        left: 14%;
        width: 8%;
        top: 10%;
    }

    a.nalogo2.pt-0 {
        position: absolute;
        left: 16%;
        width: 9%;
        top: 10%;
    }
}
input#SumbitContactForm {
    background: #399150;
}
@media only screen and (min-width: 1023px) and (max-width: 1500px) {
    a.nalogo2.pt-0 {
        position: absolute;
        left: 24%;
        width: 9%;
        top: 10%;
    }
}
@media (max-width: 768px) {
    a.nalogo.pt-0 {
        position: absolute;
        left: 0px;
        width: 14%;
    }

    a.nalogo2.pt-0 {
        position: absolute;
        top: 62%;
        width: 25%;
        right: 0;
    }
    .roboclass{margin-left:0!important;margin-top:10px;display:block!important}
    .robo {
        float: none;
        margin-left: 0!important;
    }
    img.robo {
         margin-right: 0px!important; margin:10px 0px!important;
    }
    .rc-anchor-normal {
        height: 74px;
        width: 230px !important;
    }

    .heading {
        margin-right: 28px !important;
        margin-left: -83px !important;
    }
    .rowadd form {
        width: 64%!important;
        background-color: #BF202D !important;
        margin-left: 110px;
    }
    .toggle-form .formwrap img {
        float: right;
        margin-top: 0px;
    }

    .formwrap {
        width: 100%;
        height: 550px;
    }

        .formwrap {
            max-width: 283px;
        }

        .yellow-bg:before {
            width: 107%;
            left: -9px;
            height: 176px;
        }

        .admission-input {
            width: 100% !important
        }

        .admission-select {
            max-width: 100% !important
        }

        input:not([type=checkbox]):not([type=radio]), select {
            min-height: 28px;
        }

            select.form-control:not([size]):not([multiple]) {
                height: 29px;
            }

        .form-control {
            height: 30px
        }

        .form-group {
            margin-bottom: 0.4rem;
        }

        .admi-text {
            font-size: 14px !important
        }
    }

.carousel {
    opacity: 1 !important;
    visibility: visible !important;
}

.enquiry-form {
    border-radius: .3rem;
    transform: rotate( 180deg );
    color: #000 !important;
    border: 1px solid #757575;
    background-color: white;
    letter-spacing: 2px;
    line-height: 43px;
    padding: 0px 20px;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    /* position: relative; */
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0px
}

.caption .college_class {
    color: black;
    font-size: 16px;
}

.caption .college_class:hover {
    color: #2250fc !important;
}

.research_class{
    color: white!important;
}

.research_class:hover{
    color: #2250fc !important;
}

.admission-enquiry:hover{
    text-decoration: underline!important;
}

.course-section .card{
    margin-bottom:0px!important;
}

.admission-input{
    width:220px;
}

.admission-select{
    width:460px!important;
}

.program-text {
    color: white !important;
}

.program-text:hover{
    color:yellow!important;
}

.course-text {
    color: black !important;
}

.course-text:hover {
    color: #ffc107 !important;
}

.highlighted{
    color:blue!important;
}
.megascroll a:hover {
    color: yellow !important;
}

.roboclass {
    display: flex;
    justify-content: start;
    margin-top:10px
}
#page-title .breadcrumb {
    text-align: center !important;
    justify-content: center;
}
.rowadd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -21px;
    margin-left: -193px
}
    .rowadd .form-control {
        background-color: white;
    }

    .rowadd select#CourseId {
        background-color: white;
    }

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;}

}
@media (min-width: 1250px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }
}
.cardcolor {
    background: #b2dfff;
}
.robo1 {
    width: 24px;
    /* display: inline; */
    margin-right: -35px;
    float: left;
    height: 19px;
    margin-left: -27px
}
.acc .col-md-12.panel.m-t-10 {
    display: none
}
img.robo {
    margin-right: 15px;
}


a.headingquicklink {
    color: #fff700 !important;
}

.admission-btn {
    position: absolute;
    top: 40%;
    left: 3%;
}


form#admissionData{width:100%!important}

a.homelink:hover{
    color: #fff700 !important;
}

.details {
    height: 100px;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }

    50% {
        background-color: #49e819;
        box-shadow: 0 0 20px #49e819;
    }

    100% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }
}

@keyframes glowing {
    0% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }

    50% {
        background-color: #49e819;
        box-shadow: 0 0 20px #49e819;
    }

    100% {
        background-color: #2ba805;
        box-shadow: 0 0 5px #2ba805;
    }
}