.help-block {
    color: red;
}

.virtual_logo {
    height: 30px;
    width: 50px;
    /* width: 45px; */
}

.virtual_logo img {
    width: 100%;
}

.virtual_logo .btn {
    animation: blink 1s linear infinite;
    padding: 5px;
}

@keyframes blink {

    0%,
    100% {
        background-color: #d65727;
    }

    50% {
        background-color: #790b11;
    }
}

.other-academics .greyBg {
    height: 260px;
}

.academics #accordion .panel-body {
    /* padding: 20px 20px 0px 40px; */
    padding: 0px 20px 0px 40px;
}

#collapseTwo p {
    padding: 0 0 5px;
}

.brownBg .subscribe {
    position: relative;
}

.brownBg .subscribe .alert {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}

.black-bg {
    background-color: rgba(0, 0, 0, 0.6);
}

.home-slider .black-bg {
    background-color: rgba(0, 0, 0, 0.3);
}

.current-opportunities .add-file-label {
    z-index: 9999;
}

.faculty li {
    width: 100%;
    clear: both;
    float: none;
    display: block;
}

.facultyImg {
    width: 20%;
}

.facultyText {
    width: 80%;
}

@media (min-width:768px) {
    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 40px !important;
        z-index: 850
    }
}

@media (max-width:767px) {
    .virtual_logo {
        display: none !important;
    }
}


@media (max-width:600px) {
    .facultyImg {
        width: 100%;
    }

    .facultyText {
        width: 100%;
    }
}

.sidebar-menu:hover {
    overflow: hidden;
}

.modal-open .newadded.modal .modal-header {
    display: flex;
    justify-content: space-between;
}

.modal-open .newadded.modal .modal-header a {
    /* color:#d65727;*/
}

.walkinterview {
    border: 1px solid transparent;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
    background-color: #d65727;
    transition: all 0.5s ease-in-out;
}

.walkinterview a {
    color: white;
}

.walkinterview:hover {
    background-color: transparent;
    border: 1px solid #d65727;
    transition: all 0.5s ease-in-out;
}

.walkinterview:hover a {
    color: #d65727;
    transition: all 0.5s ease-in-out;
}

.modal-lg {
    width: 400px !important;
}

.walkinterview2 {
    border: 1px solid transparent;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 15px;
    background-color: #d65727;
    transition: all 0.5s ease-in-out;
}

.walkinterview2 a {
    color: white;
}

.walkinterview2:hover {
    background-color: transparent;
    border: 1px solid #d65727;
    transition: all 0.5s ease-in-out;
}

.walkinterview2:hover a {
    color: #d65727;
    transition: all 0.5s ease-in-out;
}

.counter-img {
    pointer-events: none;
}

.footer-bottom-link .visitor-count {
    display: flex;
    align-items: center;
    pointer-events: none;
}

.footer-bottom-link .visitor-count span:first-child {
    margin-right: 15px;
    display: inline-block;
}

.blink_me {
    animation: blinker 2s linear infinite;
}

.partners img {
    filter: none !important;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    background-color: #fff !important;
    border: 0;
    border-top: 1px solid #bbb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.caret {
    transition: all 0.5s ease-in-out;
}

.dropdown-submenu a.test:hover .caret {
    transform: rotate(-90deg) !important;
    transition: all 0.5s ease-in-out;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.board-governor .governer_img {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 15px;
}

.board-governor .governer_img img {
    width: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.search-btn li{
 font-size: 18px;
}
.academics #accordion .panel-body p a{
    font-size: 17px;
}
.testimonials .carousel-inner .item h5{
    font-size: 17px;
    line-height: 21px;
    text-align: justify;
} 

.testimonials .carousel-inner .item .testimonial-title,.testimonials small{
    font-size: 17px;
}
.greyBg .international-collaboration:last-child .collaboration-top a img{
    max-width: 150px;
}
/* student placement css staterd here  */
.student_placement_content h3 {
    font-size: 24px;

}

.p_structure {
    padding: 50px 0px;
}

.p_structure .col-md-6>.col-md-6 {
    padding: 0;

}

.p_structure h1 {
    margin-bottom: 30px;
}

.profile .user_info h3 {
    margin-bottom: 10px;
    text-align: center;
}

.profile .user_info p {
    margin-bottom: 5px;
    padding-bottom: 0;
    text-align: center;
}

.profile .user_logo {
    height: 150px;
    width: 150px;
    margin: auto;
}

.profile .user_logo img,
.p_structure .user_photo img {
    width: 100%;
    height: 100%;
}

.p_structure .user_photo {
    border: 6px black;
    border-style: double;
}


.our-event .scale-img {
    height: 100% !important;
}
.our-event .col-md-4 a {
    width: 100% !important;
    height: 100% !important;
}
.our-event .col-md-4{
    height: 310px !important;
    display: flex;
    flex-direction: column ;
}
.our-event .col-md-4 img {
    object-fit: cover !important;
    object-position: center !important;
}


/* student placement css staterd here  */

@media only screen and (min-width: 768px) and (max-width: 1250px) {
    .dropdown-submenu .dropdown-menu {
        left: -100%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-nav>li {
        margin-left: 0px;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav>li {
        font-size: 10px;
    }

}
