﻿.spanDate {
    font-size: small;
    font-weight: bold;
}

.nav-tabs {
    border-bottom: none;
    background-color: #d8d8d8;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 10px 30px 0px rgba(153,153,153,0.2);
}

    .nav-tabs > li {
        width: 25%;
        margin-bottom: 1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857;
            border: none;
            border-radius: 4px 4px 0 0;
            float: left;
            margin-bottom: -1px;
            padding: 40px 0px;
            width: 100%;
            cursor: pointer;
            position: relative;
            color: #222;
            font-size: 16px;
            font-weight: 600;
            text-align: center;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            background: #0f2027 !important;
            color: #fff;
            border: none;
        }

.bgCenter {
    width: 100%;
    padding-bottom: 20px;
    border-radius: 0px 0px 5px 5px;
    background-size: cover;
    background-position: right bottom, left top;
    background-repeat: no-repeat;
    display: inline-block;
}

.footer-widget-wrap {
    background: #518eb7 !important;
    color: #fff;
}
/*banner*/
#banner {
    width: 100%;
    display: table;
    overflow: hidden;
}

    #banner img {
        width: 100%;
        display: table;
        overflow: hidden;
        height: 350px;
    }

    #banner .container {
        position: relative;
    }

    #banner .inner-content {
        padding-top: 200px;
        position: relative;
        text-align: center;
        overflow: hidden;
        z-index: 13;
    }

        #banner .inner-content h1 {
            color: #fff;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-weight: normal;
            text-shadow: #000 0 0 2px;
            /* animation: fadeOutRight 1s both; */
            letter-spacing: 3px;
        }

h1 {
    font-size: 64px;
    line-height: 78px;
}

#blue_strip {
    background-color: #e1e2e2;
    border-bottom: none;
    padding: 0 0px;
    display: block;
    overflow: auto;
}

.impLI {
    color: #fff;
    text-align: center;
    padding-top: 5px;
    min-height: 105px !important;
    height: 105px !important;
}

    .impLI a {
        color: #fff !important;
        text-align: center;
    }

        .impLI a:hover {
            color: #fff !important;
            text-align: center;
        }

.featured_article_image {
    height: 382px;
}

.featured_article_text {
    height: 382px;
}

.featured_article_image {
    height: 382px;
}

.featured_article_text {
    height: 382px;
}
/*banner close*/
/*student notice start*/
.notice_section_item {
    font-size: 12px;
    color: black;
    word-wrap: break-word;
}

marquee > ul > li {
    line-height: 20px;
}

#newsevent .sep {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, transparent, #CCC, transparent);
    margin-top: 5px;
    margin-bottom: 5px;
}

#newsevent .list-group-item {
    border: 0px !important;
    /*border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;*/
}

    #newsevent .list-group-item:first-child {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    #newsevent .list-group-item:last-child {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

.btn-more {
    border-radius: 15px;
    font-weight: bold;
}

    .btn-more a {
        color: black !important;
    }

    .btn-more:hover {
        background-color: #f28737;
        font-style: italic;
    }

.imgB a:hover {
    font-style: italic;
    color: #e22323;
    font-weight: bold !important;
}

.imgB:hover {
    background-color: yellow;
}

.imgB {
    -webkit-transition: background-color 1s ease-in;
    -moz-transition: background-color 1s step-start;
    -o-transition: background-color 1s step-start;
    transition: background-color 1s step-start;
}

.badge:hover {
    font-style: italic;
    background-color: #f28737;
    color: black;
}
/*effect-underline*/
a.effect-underline:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

a.effect-underline:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*effect-box*/
a.effect-box:after,
a.effect-box:before {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

a.effect-box:before {
    border-left: 1px solid;
    border-right: 1px solid;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

a.effect-box:after {
    border-bottom: 1px solid;
    border-top: 1px solid;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

a.effect-box:hover:after,
a.effect-box:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.newBox {
    /*-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);*/
    min-height: 120px !important;
    height: 120px !important;
    background-color: #2d586b;
}

.childbox {
    display: block !important;
    min-height: 120px !important;
    height: 120px !important;
    text-align: center !important;
    padding: 8px;
    /*animation effect*/
    /*background-color: #2098d1 !important;*/
    -webkit-transition: color 300ms;
    transition: color 300ms;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .childbox::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*background: #ecf0f1;*/
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition: 600ms ease;
        transition: 600ms ease;
    }

    .childbox:hover {
        /*background: #ecf0f1;*/
    }

        .childbox:hover::before {
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            background: #ecf0f1;
        }

    .childbox span {
        font-weight: bold;
        bottom: 0px;
        position: static;
    }

#div_noticebar marquee ul li {
    width: 100%;
    padding-left: 0px;
}

/*#myCarousel .item img.aa {
    width: 100%;
    height: 500px;
    min-height: 500px;
}*/

.carousel-indicators li {
    border: 0px #ffffffa3;
    background-color: #ffffffa3;
}

.list-group .list-group-item a {
    padding-left: 7px;
    padding-bottom: 10px;
}

.list-group .list-group-item {
    border-radius: 0px;
}

    .list-group .list-group-item a:hover {
        text-decoration: none !important;
    }

    .list-group .list-group-item small {
        padding-left: 7px;
        font-size: small;
        color: orange;
    }

.carousel-caption-custom {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #000;
    }

    49% {
        color: #000;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #000;
    }
}


#sideCarousel .carousel-inner .item img {
    max-height: 388px !important;
    height: 388px !important;
    width: 100%;
}

#sideCarousel1 .carousel-inner .item img {
    max-height: 388px !important;
    height: 388px !important;
}

.enggtech {
    background: rgb(174,238,179);
    background: linear-gradient(60deg, rgba(174,238,179,0.7707457983193278) 20%, rgba(152,148,233,0.7567401960784313) 96%);
}

.mgmt {
    background: rgb(121,92,27);
    background: linear-gradient(252deg, rgba(121,92,27,1) 0%, rgba(189,76,97,0.8407738095238095) 50%);
}

.news_bg-box .imgs {
    height: 130px;
    width: 100%;
}

.footer_h31 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    padding-top: 6px;
    font-family: 'Oswald' !important;
    letter-spacing: 1px;
}

.footer_h41 {
    color: #fce21e;
    font-size: 22px;
    font-family: 'Oswald' !important;
    letter-spacing: 1px;
}

.rainbow {
    animation: rainbow 5s infinite !important;
}

#divImglink {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Oswald' !Important;
    letter-spacing: 1px;
}

    #divImglink .bx {
        padding: 10px;
        margin: 10px 5px 10px 5px;
        border: 1px solid gray;
    }

    #divImglink .heading {
        font-size: 20px;
        font-weight: bolder;
        text-align: center;
        background-color: #2d17155e /*#2496cf75*/;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 2px thin white;
        color: white;
        letter-spacing: 2px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #divImglink ul li {
        border-bottom: 1px medium white !important;
        padding: 8px;
        color: white !important;
        font-weight: bold !Important;
    }

        #divImglink ul li:hover {
            border-bottom: 1px dashed darkgray !important;
            border-top: 1px dashed darkgray !important;
            color: white !important;
            background-color: #2d17155e /*skyblue*/;
        }

            #divImglink ul li:hover a {
                color: black !Important;
            }

        #divImglink ul li a {
            margin-bottom: 3px;
            margin-top: 3px;
            font-size: 15px;
            color: white !important;
        }

    #divImglink divcolbg ul {
        background-color: rgba(255, 255, 255, 0.71);
        margin: 15px !important;
    }

    #divImglink .fa-caret-right {
        font-size: medium;
    }

.div11 {
    padding: 10px;
    /*border: 10px solid rgba(0, 0, 0, 0.00);*/
    height: auto;
    font-weight: bold;
    /*background-color: rgba(81, 142, 183, 0.82);*/
    border-radius: 5px;
    font-size: small
}

.div111 {
    background-color: rgba(157, 191, 215, 0.42);
    height: 300px;
    /*border-radius: 8px;*/
    box-shadow: 0px 0px 2px 1px #0000008a;
    padding: 10px;
}

.counter_section1 {
    background: url(../../Content/Flash/cvru_admission_bg.jpg) 0 0 no-repeat;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Cambria,Calibri;
}

    .counter_section1:before {
        background: rgba(55, 54, 54, 0.78);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

#blogs {
    background: url(../../Content/Images/blog_bg.jpg) 0 0 no-repeat;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Cambria,Calibri;
}

    #blogs:before {
        background: rgb(15 26 49 / 50%);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

    #blogs img {
        height: 180px;
        width: 100%;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    #blogs .blog-title {
        padding: 10px;
        font-weight: bold;
        color: black;
        text-shadow: 1px;
        background-color: #edf3f2ab;
        height: 60px;
        vertical-align: middle;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    #blogs .blogItem {
        margin-bottom: 10px;
    }

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

.carousel-inner .item > img {
    -webkit-animation: zoom 30s;
    animation: zoom 30s;
}


@media only screen and (max-width: 600px) {
    #myCarousel img {
        width: 100%;
        height: 250px;
        min-height: 250px;
    }
}


@media only screen and (max-width: 768px) {
    #myCarousel img {
        width: 100%;
        height: 350px;
        min-height: 350px;
    }
}

#divWhyCvru {
    padding-top: 20px;
    padding-bottom: 20px;
}
