/********************COMMON CSS STARTS HERE*********************************/

@media (min-width:1350px) {
    .container {
        min-width: 1500px;
    }
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.admission {
    text-align: center;
    padding-top: 10px;
}
/********************COMMON CSS ENDS HERE*********************************/


/********************HEADER CSS STARTS HERE*********************************/
 .homepage_about .welcome_widget{    height: 570px;}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}

.mobile_strip {
    background: #024174 none repeat scroll 0 0;
    height: 30px;
    line-height: 30px;
    display: none;
}
.mobile_strip > ul {
    display: table;
    margin: 0 auto;
}
.mobile_strip li {
    float: left;
    padding: 0 10px;
}
.mobile_strip li::before {
    color: #DDE2E8;
    content: "|";
    float: right;
    font-size: 14px;
    left:10px;
    position: relative;
    top: 0px;
}

.mobile_strip li:last-child::before {
    content: "";
}
.mobile_strip .fa.fa-mobile, .fa.fa-envelope-o {
    color: #fff;
    font-size: 16px;
    padding-right: 5px;
}
.mobile_strip a{
        color: #DDE2E8;
    display: inline-block;
    font-family: "OpenSans";
    font-size: 13px; 

    text-decoration: none;
}

header {
    background: #efefef none repeat scroll 0 0;
}

.top_menu_strip {
    background: #024174 none repeat scroll 0 0;
}

.owl-nav.disabled {
    display: none;
}

.top_menu {
    float: right;
}

.top_menu li {
    float: left;
}

.top_menu li a {
    color: #DDE2E8;
    display: block;
    font-family: "OpenSans";
    font-size: 12px;
    line-height: 20px;
    margin: 0 5px;
    padding: 10px;
    text-decoration: none;
}

.top_menu li::before {
    color: #DDE2E8;
    content: "|";
    float: right;
    font-size: 14px;
    left: 0;
    position: relative;
    top: 13px;
}

.top_menu li:last-child::before {
    content: "";
}

.logo {
    padding: 25px 0;
}

.right_strip {
    float: right;
    padding: 10px 0;
}

.right_strip_widget {
    display: table;
    padding: 5px 0;
}

.right_strip_widget li {
    color: #4c5153;
    float: left;
    font-size: 18px;
    line-height: 30px;
    padding: 10px;
    font-family: 'SegoeUI-SemiBold';
}

.owl-stage-outer {
    width: 100% !important;
}
#campus_news.owl-stage-outer > .owl-item active {
    width: 100% !important;
}

/* .campus_news li {*/
/*    width: 100% !important;*/
/*} */
.campus_news li a {
    display: block;
    white-space: no-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.top_placement {
    border: 2px solid #BCCAD3;
    display: block;
    font-size: 14px;
    padding: 0 20px;
    text-decoration: none !important;
    color: #104C7A;
    text-decoration: none;
}

.right_strip_widget span {
    color: #da3a3a;
    font-size: 22px;
    font-family: 'OpenSans-Bold';
    font-weight: bold;
}

.top_serarch {
    display: table;
    float: right;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

#custom-search-input {
    padding: 0;
    border: solid 1px #E4E4E4;
    border-radius: 0;
    background-color: #fff;
}

#custom-search-input input {
    border: 0 none;
    box-shadow: none;
    font-size: 13px;
    padding: 5px 10px;
    font-family: 'OpenSans';
    font-style: italic;
    height: 35px;
    width: 90%;
}

.input-group-btn {
    float: right;
    position: absolute;
    right: 30px;
    top: 5px;
}

#custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
    font-size: 14px;
    color: #A4A4A4;
}

.main_menu {
    background: #06487d;
    background-position: center;
    background-size: auto;
    background-image: url(../images/menu_strip.png);
    background-repeat: repeat;
}

.main_menu .container {
    padding: 0;
}

.main_menu .container-fluid {
    padding: 0;
}

.main_menu .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.main_menu .navbar {
    border-radius: 0;
}

.main_menu .navbar {
    border: 1px solid transparent;
    margin-bottom: 0;
    min-height: 50px;
    position: relative;
}

.nav.navbar-nav.cus_mainmenu {
    float: none;
}

.main_menu .nav.navbar-nav.cus_mainmenu a {
    color: #fff;
    font-size: 16px;
    margin: 0 14px;
    padding: 10px 10px;
    font-family: 'SegoeUI';
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #024174;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    margin: 0 !important;
    padding: 8px 20px !important;
    white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #f5f5f5;
    color: #024174 !important;
    text-decoration: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #337ab7;
    color: #fff !important;
    outline: 0 none;
    text-decoration: none;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
    margin-top: -1px;
    top: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #0e67b1;
    color: #555;
}

.navbar-nav .current_page_item > a,
.navbar-nav .current-menu-parent > a,
.navbar-nav .menu-item-object-category.current-menu-item > a,
.navbar-nav .menu-item-object-category.current-menu-ancestor > a {
    outline: medium none;
    outline-offset: 0;
    transition: all 1s ease 0s;
    color: #fff !important;
    background: #0f3451 none repeat scroll 0 0;
}

.hvr-underline-from-center a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #FCC018;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center a:hover:before,
.hvr-underline-from-center a:focus:before,
.hvr-underline-from-center a:active:before {
    left: 0;
    right: 0;
}

.navbar-nav > li > .dropdown-menu li a::before {
    display: none;
}


/********************HEADER CSS ENDS HERE*********************************/


/********************BANNER CSS STARTS HERE*********************************/

banner {
    display: flex;
    height: 100%;
    margin-top: 0%;
}

.left_banner_widget {
    float: left;
    width: 80%;
    height: auto;
    position: relative;
}

.announcement {
    bottom: 0;
    display: flex;
    min-height: 50px;
    position: absolute;
    z-index: 9;
    width: 100%;
}

.announce_widget_left {
    float: left;
    text-align: center;
    width: 20%;
    clear: both;
    background: #830B53;
}

.annouce_image {
    display: block;
    float: left;
    padding: 5px 20px;
}

.announce_widget_left h2 {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    font-family: 'SegoeUI-SemiBold';
    float: left;
}

.announce_widget_right {
    float: right;
    width: 80%;
    background: #D15A02;
}

.marquee-msg {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    width: 1%;
}

.marquee-msg > p {
    display: inline-block;
    margin: 0 10px;
}

.marquee-msg a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-family: 'SegoeUI';
}

.marquee-msg > p::before {
    color: #fdb515;
    content: "|";
    float: right;
    font-size: 18px;
    font-weight: 600;
    left: 10px;
    position: relative;
    text-align: center;
}

.marquee-msg > p:last-child::before {
    content: "";
}

.right_banner_widget {
    background: #024174 none repeat scroll 0 0;
    float: right;
    height: auto;
    width: 20%;
}

.right_banner_widget .panel-group {
    margin-bottom: 0;
}

.right_banner_widget .panel-group .panel + .panel {
    border-radius: 0;
    margin-top: 0;
}

.right_banner_widget .panel-default > .panel-heading {
    background-color: #024174;
    border: medium none !important;
    border-radius: 0;
    color: #fff;
}

.right_banner_widget .panel {
    border-color: -moz-use-text-color -moz-use-text-color #5f87a7;
    border-style: none none solid;
    border-width: medium medium 1px;
}

.right_banner_widget .panel-title > a {
    display: block;
    font-size: 16px;
    line-height: 15px;
    padding: 5px;
    text-decoration: none;
    font-family: 'SegoeUI-SemiBold';
}

.right_banner_widget .panel-body {
    background: #e4f3ff none repeat scroll 0 0;
    padding: 10px;
}

.right_banner_widget .collapsed::before {
    border-radius: 50%;
    content: "";
    font-weight: 100;
    margin-top: -0.2rem;
}

.right_banner_widget .collapse.in::before,
.right_banner_widget .collapsed::before {
    color: #81A0BA;
    float: right;
    font-family: FontAwesome;
    font-size: 12px;
    height: 25px;
    padding: 0;
    line-height: 25px;
    display: block;
    transition: all 1s ease 0s;
    width: 25px;
    border: 1px solid #81A0BA;
    text-align: center;
}

.right_banner_widget .collapse.in::before {
    border-radius: 50%;
    content: "";
    font-weight: 600;
    margin: -2rem 1.3rem;
}

.campus_news {
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}

.campus_news li {
    display: block;
    padding: 8px;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #CFDCE6;
}

.campus_news li::before {
    content: "\f100";
    float: left;
    padding-right: 15px;
    padding-top: 0;
    font-family: FontAwesome;
    color: #7799a0;
    font-size: 20px;
    padding-top: 5px;
}

.campus_news li a {
    color: #000;
    display: block;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-family: 'SegoeUI';
    text-align: justify;
    text-decoration: none;
}

.campus_left,
.campus_right {
    border: 1px solid #A8B3BC;
    display: inline-block;
    font-size: 16px;
    height: 23px;
    line-height: 20px;
    margin: 0 5px;
    text-align: center;
    color: #7A7A7A;
    font-weight: 600;
    border-radius: 50%;
    width: 23px;
}

.read_more {
    float: right;
    padding: 5px 0 0;
}

.read_more > a {
    display: block;
    font-size: 12px;
    text-decoration: underline;
    font-family: 'SegoeUI';
    color: #024174;
    font-weight: 600;
}

.right_banner_content > p {
    color: #000;
    display: block;
    font-family: "SegoeUI";
    font-size: 14px;
    height: 250px;
    line-height: 25px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 10px;
    text-align: justify;
    text-decoration: none;
}

.no_news {
    margin: 30px 0;
    text-align: center;
}

.no_news > a {
    color: #333;
    font-size: 20px;
    line-height: 25px;
    font-family: "SegoeUI-SemiBold";
    text-decoration: none;
}

.library > li {
    font-family: "SegoeUI";
    font-size: 15px;
    line-height: 25px;
    list-style-image: url("../images/list_icon_sidebar.png");
    padding: 5px 0;
}

.library {
    padding: 0 0 0 25px;
}


/********************BANNER CSS ENDS HERE*********************************/


/********************ABOUT SECTION CSS STARTS HERE*********************************/

.homepage_about {
    display: block;
    height: 100%;
    padding: 20px 0;
}

.welcome_widget {
    background: #e4f3ff none repeat scroll 0 0;
    padding: 15px 25px;
    display: table;
    margin: 10px 0;
}

.welcome_widget > h1 {
    border-bottom: 1px solid #bcc8d0;
    color: #024174;
    font-family: "SegoeUI-SemiBold";
    font-size: 20px;
    line-height: 25px;
    padding: 5px 0 15px;
}

.welcome_widget span {
    display: block;
}

.welcome_widget img {
    margin: 15px 0;
    width: 100%;
}

.welcome_widget > p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    font-family: 'SegoeUI';
    height: 100px;
    overflow: hidden;
}

.aboutread_more {
    float: right;
    margin: 20px 0;
}

.aboutread_more > a {
    color: #024174;
    display: block;
    font-family: "SegoeUI";
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    line-height: 25px;
}

.academic_excel_widget {
    margin: 10px 0;
}

.academic_slider {
    margin: 25px 0;
}

.academic_excel_widget > h2 {
    color: #104446;
    font-size: 20px;
    padding: 5px 0;
    line-height: 25px;
    font-family: "SegoeUI-SemiBold";
}

.academic_slider .owl-nav {
    position: absolute;
    top: 25%;
    width: 100%;
}

.academic_slider .owl-nav .owl-prev {
    float: left;
    left: 10%;
    position: absolute;
}

.academic_slider .fa.fa-chevron-left,
.fa.fa-chevron-right {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    color: #7C7C7C;
}

.academic_slider .owl-nav .owl-next {
    float: left;
    right: 10%;
    position: absolute;
}
/*
.excellence_title1 {
    background-image: url(../images/rank.jpg);
    height: 271px;
    background-position: center;
    background-size:100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
    background-repeat: no-repeat;
    width: 1%;
}

.excellence_title {
    background-image: url(../images/academic_excellence.jpg);
    height: 271px;
    background-position: center;
    background-size:100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 20px;
    background-repeat: no-repeat;
    width: 1%;
}
*/

.excellence_title > h2 {
    color: #fff;
    font-size: 100px;
    line-height: 90px;
    padding: 5px 0;
    font-family: 'OpenSans-Bold';
}

.excellence_title > p {
    color: #efff41;
    font-size: 30px;
    line-height: 35px;
    font-family: 'SegoeUI-SemiBold';
}

.excellence_title span {
    display: block;
}

.excellence_content {
    margin: 15px 0;
}

.excellence_content > p {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    font-family: 'SegoeUI';
    padding: 5px 0;
}

.department_tab {
    margin: 10px 0;
}

.department_widget h2 {
    color: #104446;
    font-size: 20px;
    padding: 5px 0;
    line-height: 25px;
    font-family: "SegoeUI-SemiBold";
}

.department_tab .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: #fff;
    border-color: -moz-use-text-color -moz-use-text-color #024174;
    border-color: #024174;
    border-style: none none solid;
    border-width: medium medium 3px;
    color: #555;
    cursor: default;
    transition: 0.5s;
}

.department_tab .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    font-size: 18px;
    line-height: 1.42857;
    margin-right: 2px;
    padding: 10px 25px;
    color: #000;
    font-family: 'SegoeUI';
    transition: 0.5s;
}

.department_tab .nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
    transition: 0.5s;
}

.department_tab .nav-tabs {
    border-bottom: 3px solid #ddd;
}

.department_tab .nav-tabs > li {
    float: left;
    margin-bottom: -3px;
}

.depmnt_img {
    background: #CCE8FF none repeat scroll 0 0;
    float: left;
    width: 23%;
    transition: 0.5s;
}

.department_content a {
    display: flex;
    text-decoration: none;
}

.depmnt_img img {
    margin: 0 auto;
}

.depmnt_title {
    background: #E4F3FF none repeat scroll 0 0;
    display: block;
    float: right;
    height: 60px;
    transition: 0.5s;
    width: 77%;
    padding: 10px 5px;
}

.department_content li {
    margin: 10px 0;
    transition: 0.5s;
}

.depmnt_title > p {
    color: #235380;
    font-size: 12px;
    font-family: 'OpenSans-Bold';
    line-height: 20px;
}

.department_content li:hover .depmnt_img {
    background: #aac6dd none repeat scroll 0 0;
    transition: 0.5s;
}

.department_content li:hover .depmnt_title {
    background: #CCE8FF none repeat scroll 0 0;
    transition: 0.5s;
}


/********************ABOUT SECTION CSS ENDS HERE*********************************/


/********************CHAIRMAN'S MSG & NEWS & EVENTS SECTION CSS STARTS HERE*********************************/

.chairamnmsg_widget {
    background: #efefef none repeat scroll 0 0;
    padding: 10px 20px;
}

.chairman_title {
    position: relative;
}

.chairman_title > h2 {
    color: #104446;
    font-family: "SegoeUI-SemiBold";
    font-size: 20px;
    line-height: 25px;
    padding: 5px 0;
}

.chairman_title > h2::after {
    border-bottom: 1px solid #B0B5C6;
    bottom: 0;
    content: "";
    display: block;
    float: none;
    position: absolute;
    right: 20%;
    width: 60%;
}

.chairman_image {
    padding: 10px 0;
}

.chairman_image img {
    border: 3px solid #DE4E1C;
    border-radius: 50%;
    margin: 0 auto;
}

.chairamn_content {
    display: table;
    padding: 10px 0;
}

.chairman_msg > p {
    font-family: "SegoeUI-SemiBold";
    font-size: 14px;
    line-height: 23px;
    padding: 10px 60px;
    text-align: justify;
}

.chairman_msg > p::before {
    background-image: url("../images/chairman_message_left.png");
    background-repeat: no-repeat;
    content: "";
    height: 50px;
    position: absolute;
    left: 0px;
    top: 30px;
    width: 50px;
}

.chairman_msg > p::after {
    background-image: url("../images/chairmain_message_right.png");
    background-repeat: no-repeat;
    content: "";
    height: 50px;
    position: absolute;
    right: 0px;
    top: 30px;
    width: 50px;
}

.chairman_msg span {
    color: #4a6a8d;
    display: block;
    font-size: 12px;
    padding: 5px 0;
    text-align: right;
    font-family: 'OpenSans-Bold';
}

.news_events {
    display: table;
    padding-top: 10px;
    width: 100%;
}

.news_slider a {
    text-decoration: none;
    display: block;
}

.news_slidercontent {
        background: #EFEFEF none repeat scroll 0 0;
    padding: 20px;
    width: 100%;
    float: left;
}

.newsreadmore {
    text-align: right;
}

.news_title > h2 {
    color: #104446;
    font-family: "SegoeUI-SemiBold";
    font-size: 20px;
    line-height: 25px;
    padding: 20px 0;
}

.newsreadmore > a {
    color: #024174;
    display: inline-block;
    font-family: "SegoeUI";
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: underline;
    padding: 20px 0;
}

.news_slidercontent h3 {
    color: #17494b;
    display: block;
    font-family: "SegoeUI-SemiBold";
    font-size: 16px;
    height: 45px;
    line-height: 22px;
    overflow: hidden;
    padding: 0 0 10px;
}

.news_slidercontent img {
    margin: 5px auto;
}

.news_slidercontent > p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    font-family: 'SegoeUI';
	    word-wrap: break-word;
    padding: 5px 0 25px;
    color: #000;
}

.newsdate {
    color: #AAAAAA !important;
    display: inline-block;
    float: left;
    font-size: 12px !important;
    font-weight: 600;
    padding: 0 !important
}

.newsread {
    float: right;
}

.newsread {
    color: #466a8e !important;
    display: block;
    font-size: 12px !important;
    font-weight: 600;
    text-align: right !important;
    text-decoration: none;
    padding: 0 !important;
}

.news_slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

.news_slider .owl-nav .owl-prev {
    float: left;
    left: -25px;
    position: absolute;
}

.news_slider .owl-nav .owl-next {
    float: right;
    right: -25px;
    position: absolute;
}

.news_slider .fa.fa-long-arrow-right,
.news_slider .fa.fa-long-arrow-left {
    background: #3382C1 none repeat scroll 0 0;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    color: #fff;
    text-align: center;
    display: block;
}

.upcoming_slider {
    padding-left: 10%;
}

.upcoming_slider > h2 {
    background: #024174 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-family: 'SegoeUI-SemiBold';
}

.upcoming_news {
    height: 156px !important;
    overflow: hidden;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    list-style: none;
}

.upcoming_news li {
    padding: 15px 15px;
    display: block;
    background: #EFEFEF;
    border-bottom: 2px solid #FFFFFF;
    font-size: 25px;
    height: 90px;
}

.upcoming_date {
    float: left;
    height: 100%;
    width: 20%;
    padding: 5px 0;
}

.upcoming_title {
    float: right;
    height: 100%;
    width: 75%;
}

.upcoming_date > p {
    color: #104446;
    font-size: 18px;
    text-align: center;
    font-family: 'SegoeUI-SemiBold';
}

.upcoming_date span {
    display: block;
    font-size: 28px;
    color: #535353;
    font-family: 'OpenSans-Bold';
}

.upcoming_title > p {
    color: #000;
    font-family: SegoeUI;
    font-size: 14px;
    height: 60px;
    line-height: 26px;
    overflow: hidden;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
}

.upcoming_all {
    background: #E0E0E0 none repeat scroll 0 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.upcoming_left,
.upcoming_right {
    color: #799394;
    font-size: 30px;
    font-weight: 600;
    padding: 0 10px;
}


/********************CHAIRMAN'S MSG & NEWS & EVENTS SECTION CSS ENDS HERE*********************************/


/********************RESEARCH, PLACEMENT & RANK HOLDERS SECTION CSS STARTS HERE*********************************/

.homepage_placements {
    padding: 50px 0;
}

.widget_title > h2 {
    background: #024174 none repeat scroll 0 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "SegoeUI-SemiBold";
    font-size: 18px;
}

.widget_content {
    background: #e4f3ff none repeat scroll 0 0;
    display: block;
    min-height: 370px;
    padding: 15px;
    width: 100%;
}

.widget_contentimg {
    padding: 50px 0;
}

.widget_contentimg img {
    display: table;
    margin: 0 auto;
    width: auto;
    border: 5px solid #fff;
    border-radius: 5px;
}

.widget_contentimg > p {
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0;
    text-align: center;
    font-family: 'SegoeUI-SemiBold';
    color: #104446;
}

.widget_contentpara > p {
    color: #426569;
    font-size: 14px;
    height: 305px;
    line-height: 23px;
    overflow: hidden;
    text-align: justify;
    font-family: 'SegoeUI';
    margin-bottom: 10px;
    word-break: break-all;
    word-wrap: break-word;
}

.widget_contentreadmore {
    float: right;
}

.widget_contentreadmore > a {
    color: #024174;
    display: inline;
    font-family: "SegoeUI";
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: underline;
}

.widget_contentpara .panel-default {
    border-color: transparent;
}

.widget_contentpara .panel {
    background-color: transparent;
}

.widget_contentpara .panel-default > .panel-heading {
    background-color: transparent;
    border-left: 2px solid #024174;
    color: #333;
    padding: 0;
    border-bottom: 1px solid #ccd5f2;
}

.widget_contentpara .panel-title > a {
    display: block;
    font-size: 14px;
    padding: 10px 15px;
    text-decoration: none;
    font-family: 'SegoeUI-SemiBold';
    color: #104446;
}

.widget_contentpara .panel-body {
    padding: 0;
}

.widget_contentpara .panel-body > p {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
    font-family: 'SegoeUI';
    text-align: justify;
    color: #426569;
}

.widget_contentpara .collapsed::before {
    border-radius: 50%;
    content: "";
    font-weight: 100;
    margin-top: -0.2rem;
}

.widget_contentpara .collapse.in::before,
.widget_contentpara .collapsed::before {
    color: #959FA7;
    float: right;
    font-family: FontAwesome;
    font-size: 8px;
    height: 20px;
    padding: 0;
    line-height: 18px;
    display: block;
    transition: all 1s ease 0s;
    width: 20px;
    border: 1px solid #959FA7;
    text-align: center;
}

.widget_contentpara .collapse.in::before {
    border-radius: 50%;
    content: "";
    font-weight: 600;
    margin: -2rem 0.8rem;
}

.rankholder_slider {
    height: 100%;
    width: 100%;
    margin-bottom: 30px;
}

.img-box {
    display: table;
    margin: 30px auto;
}

.img-box img {
    border-radius: 0%;
	width: 170px;
}

.rankoverview {
    line-height: 30px;
    margin: 20px 0;
}

.rankoverview > p {
    font-size: 20px;
    text-align: center;
    font-family: 'SegoeUI-SemiBold';
    color: #2B2B2B;
    text-transform: uppercase;
}

.rankoverview span {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.rankholder_slider .carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 80%;
    background: none;
}

.rankholder_slider .carousel-control.left.carousel-control-prev {
    left: 10%;
}

.rankholder_slider .carousel-control.right.carousel-control-next {
    right: 10%;
}

.rankholder_slider .carousel-control i {
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    display: inline-block;
    color: #7A9BA2;
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.rankholder_slider .carousel .carousel-indicators {
    bottom: -10px;
}

.rankholder_slider .carousel-indicators li,
.carousel-indicators li.active {
    width: 7px;
    height: 7px;
    margin: 1px 2px;
    border-radius: 50%;
}

.rankholder_slider .carousel-indicators li {
    background: #789CB9;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.rankholder_slider .carousel-indicators li.active {
    background: #323940;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}


/********************RESEARCH, PLACEMENT & RANK HOLDERS SECTION CSS ENDS HERE*********************************/


/********************FOOTER CSS STARTS HERE*********************************/

footer {
    background: #024174 none repeat scroll 0 0;
    padding: 25px 0 !important
}

.footer_logo img {
    margin: 0 auto;
}

.footer_logo {
    padding: 40px 0;
}

.footernav h2 {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    padding: 5px 0;
    font-family: 'SegoeUI-SemiBold';
}

.footernav > ul {
    padding: 10px 0;
}

.foonav li::before {
    color: #fff;
    content: "-";
    font-size: 24px;
    line-height: 25px;
    padding-right: 10px;
}

.foonav a {
    color: #fff;
    display: inline-block;
    line-height: 25px;
    padding: 5px 0;
    text-transform: capitalize;
    font-family: 'SegoeUI';
    font-size: 15px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

.foonav a:hover {
    padding-left: 3px;
    transition: all 0.5s ease 0s;
    color: #FCD565;
}

.footeraddress > p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    text-transform: capitalize;
    font-family: 'SegoeUI';
}

.footeraddress span {
    display: block;
    font-weight: 600;
}

.footeraddress p b {
    display: inline-block;
    min-width: 60px;
    color: #FFB814;
}

.footeraddress a {
    color: #74b3e6;
    text-decoration: none;
}

.footeraddress {
    padding: 15px 0;
}

.social_icons > li {
    float: left;
    padding: 15px 15px 0 0;
}

.social_icons li img {
    transition: 0.8s;
}

.social_icons li img:hover {
    transform: scale(1.1);
    transition: 0.8s;
}

.footer_copyright {
    background: #022d50 none repeat scroll 0 0;
    padding: 10px 0;
    line-height: 20px;
}

.foocopyleft > p {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-family: 'SegoeUI-SemiBold';
    text-align: left;
}

.foocopyright > p {
    color: #fff;
    text-align: right;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-family: 'SegoeUI-SemiBold';
}

.foocopyright a {
    color: yellow;
    font-weight: 600;
    text-decoration: none;
}

.mobile_footer {
    display: none;
}

.desk_footer {
    display: block;
}

.footer_menuaccrdian .panel-group .panel {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
}

.footer_menuaccrdian .panel-default > .panel-heading {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    font-size: 16px;
    font-family: "SegoeUI-SemiBold";
    padding: 0;
}

.footer_menuaccrdian .panel-title > a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
}

.footer_menuaccrdian .collapsed::before {
    border-radius: 50%;
    content: "";
    font-weight: 100;
    margin-top: -0.2rem;
}

.footer_menuaccrdian .collapse.in::before,
.footer_menuaccrdian .collapsed::before {
    color: #81A0BA;
    float: right;
    font-family: FontAwesome;
    font-size: 12px;
    height: 25px;
    padding: 0;
    line-height: 25px;
    display: block;
    transition: all 1s ease 0s;
    width: 25px;
    border: 1px solid #81A0BA;
    text-align: center;
}

.footer_menuaccrdian .collapse.in::before {
    border-radius: 50%;
    content: "";
    font-weight: 600;
    margin: -2rem 1.3rem;
}


/********************FOOTER CSS ENDS HERE*********************************/


/********************INNER PAGE CSS STARTS HERE*********************************/

.inner_banner {
    position: relative;
}

.breadcrums {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.bread {
    font-size: 14px;
    font-family: "SegoeUI-SemiBold";
}

.bread a {
    color: #848282;
    text-decoration: none;
}

.inner_banner {
    background-image: url(../images/inner_banner.png);
    background-position: top;
    background-size: 100%;
    min-height: 320px;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.single_cattitle {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.single_cattitle h3 {
    border-bottom: 2px solid;
    color: #fff;
    display: inline-block;
    font-family: "SegoeUI-SemiBold";
    font-size: 36px;
    padding-bottom: 10px;
    text-align: center;
}

.single_cattitle > span {
    color: #fff;
    display: inline;
    font-size: 14px;
    line-height: 25px;
    padding: 10px;
    font-family: 'SegoeUI';
}

.inner_title h2 {
    color: #114445;
    font-size: 24px;
    line-height: 30px;
    padding: 5px 0;
    font-family: "SegoeUI-SemiBold";
    margin: 10px 0;
}

.entry h3 {
    color: #266598;
    font-size: 20px;
    line-height: 25px;
    padding: 5px 0;
    font-family: "SegoeUI-SemiBold";
}

.entry h4 {
    color: #266598;
    font-size: 18px;
    line-height: 25px;
    padding: 5px 0;
    font-family: "SegoeUI-SemiBold";
}

.entry h5 {
    color: #266598;
    font-size: 16px;
    line-height: 25px;
    padding: 5px 0;
    font-family: "SegoeUI-SemiBold";
}

.entry h6 {
    color: #266598;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0;
    font-family: "SegoeUI-SemiBold";
}

.entry p {
    color: #434343;
    font-size: 15px;
    line-height: 28px;
    padding: 5px 0;
    text-align: justify;
    font-family: 'SegoeUI';
}

.entry ul li {
    font-size: 15px;
    line-height: 25px;
    padding: 5px 0;
    font-family: 'SegoeUI';
    list-style-image: url(../images/list_icon_sidebar.png);
}


/*
.entry ul li::before {
    content: "";
    background-image: url(../images/list_icon_sidebar.png);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    padding: 10px;
    background-size: auto auto;
}
*/

strong {
    font-weight: 600 !important;
}

center {
    font-family: "SegoeUI-SemiBold" !important;
}

.entry {
    min-height: 400px;
    padding-bottom: 50px;
}

.entry ul {
    padding: 5px 0px 5px 25px;
}

.our_recruiter > h2 {
    color: #114445;
    font-size: 32px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    font-family: "SegoeUI-SemiBold";
}

.right_quicklinks {
    margin: 10px 0;
    padding: 5px 0;
}

.right_quicklinks > h2 {
    background: #d15a02 none repeat scroll 0 0;
    color: #fff;
    font-family: "SegoeUI-SemiBold";
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 0;
    padding: 10px 0;
    text-align: center;
}

.quicklinks {
    padding: 0px 0;
}

.quicklinks > li {
    background: #173A60 none repeat scroll 0 0;
    border-top: 1px solid #ccc;
    transition: 0.8s;
}

.quicklinks a {
    color: #fff;
    display: block;
    line-height: 25px;
    padding: 15px 25px;
    transition: 0.8s;
    font-family: 'SegoeUI';
    text-decoration: none;
    font-family: 15px;
}

.quicklinks a:hover {
    border-left: 10px solid #830B53;
    transition: 0.8s;
}

.side_menu_active::before {
    border-left: 10px solid #D15A02;
    content: "";
    float: left;
    height: 55px;
    line-height: 55px;
}

.archive-post {
    border: 1px solid #ccc;
    margin: 15px 0;
    padding: 15px;
    transition: all 0.3s ease 0s;
}

.archieve_title > a {
    color: #024071;
    text-decoration: none;
}

.archieve_title {
    font-family: "SegoeUI-SemiBold";
    font-size: 20px;
    line-height: 25px;
    padding: 5px 0;
}

.archieveentrys a {
    text-decoration: none;
}

.archiveread {
    color: #024071;
    display: block;
    font-family: "SegoeUI-SemiBold";
    font-size: 14px;
    margin: 10px 0;
    text-align: right;
}

.archieveentrys p {
    color: #024071;
    font-family: 'SegoeUI';
    font-size: 15px;
    line-height: 28px;
    padding: 10px 0;
}

.archive-post:hover {
    box-shadow: -1px 3px 5px #cfcccc;
    transition: all 0.3s ease 0s;
}

.page-header h1 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    font-family: "SegoeUI-SemiBold";
}

.page-content {
    font-size: 22px;
    text-align: center;
}

.page-content > p {
    font-size: 22px;
    line-height: 30px;
    padding: 30px 0;
    text-align: center;
}

.page-content .screen-reader-text {
    font-family: "SegoeUI-SemiBold";
}

.su-tabs {
    background: #29689b none repeat scroll 0 0 !important;
    border-radius: 3px;
    margin: 0 0 1.5em;
    padding: 3px;
}

.su-tabs-nav span {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 15px !important;
    line-height: 20px;
    margin-right: 3px;
    min-height: 40px;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
    font-family: "SegoeUI-SemiBold";
}

.su-tabs-nav span.su-tabs-current {
    background: #fff none repeat scroll 0 0;
    color: #333 !important;
    cursor: default;
}

.su-tabs-nav span:hover {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #333 !important;
}

.su-tabs-nav span:focus {
    outline: medium none !important;
}

.su-spoiler-title {
    background: #29689b none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
    min-height: 20px;
    padding: 7px 7px 7px 34px;
    position: relative;
    transition: all 0.2s ease 0s;
    font-family: "SegoeUI";
}

.our_recruiter .owl-carousel .owl-item img {
    display: block;
    width: auto;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all ease.5s;
    margin: 0 auto;
}

.our_recruiter .owl-carousel .owl-item img:hover {
    display: block;
    width: auto;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: all ease.5s;
}

#our_recruiters {
    margin: 30px 0;
}

.our_recruiter .owl-nav {
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 30%;
    width: 100%;
}

.our_recruiter .owl-nav .owl-prev {
    float: left;
    position: absolute;
    top: 30%;
    left: 0;
    width: auto;
}

/*.our_recruiter .owl-nav .owl-next {*/
/*    float: right;*/
/*    position: absolute;*/
/*    top: 30%;*/
/*    right: 0;*/
/*}*/

.our_recruiter .fa.fa-long-arrow-right,
.our_recruiter .fa.fa-long-arrow-left {
    background: #3382c1 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.back-to-top {
    position: fixed;
    right: 1%;
    bottom: -7.5%;
    height: 15px;
    width: 40px;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: bold;
    color: transparent;
    opacity: 0.5;
    z-index: 3;
    visibility: hidden;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
    background-color: #858585;
    &:hover,
    &:focus {
        opacity: 1;
        text-decoration: none;
    }
    &:focus {
        outline: thin dotted;
    }
}

.back-to-top::before,
.back-to-top::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 0;
}

.back-to-top::before {
    top: -20px;
    z-index: 4;
    border-bottom: 20px solid #858585;
}

.back-to-top::after {
    bottom: 0;
    z-index: 5;
    border-bottom: 20px solid #505050;
}

.back-to-top:hover,
.back-to-top:focus {
    height: 40px;
    color: #212223;
}

.show-back-to-top {
    display: block;
    bottom: 5%;
    visibility: visible;
}

.stickty_sidemenu {
    position: sticky;
    top: 40px;
}


/********************INNER PAGE CSS ENDS HERE*********************************/


/********************CUSTOM LIST CATEGORY POST HERE*********************************/

.lcp_catlist > li {
    border-bottom: 1px solid #d7d7d8;
    line-height: 30px !important;
    padding: 10px 0 !important;
}

.read a {
    color: #424242;
    font-size: 16px;
    font-weight: 100;
    text-decoration: none;
}

.grid-blog-thumb img {
    height: 145px;
    width: 145px;
}

.lcp_ranklist > li {
    float: left;
    list-style-image: none !important;
    margin: 10px;
}

.lcp_ranklist {
    display: table;
    padding: 0 !important;
}
.studenttitle h5 {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    padding: 0;
}
.studenttitle > p {
    font-size: 12px;
    font-weight: 600;
    padding: 0;
    text-align: center;
}
.admission p{
    border: 2px solid #BCCAD3;
	color: #104C7A;
    text-align: center;
	font-family: 'SegoeUI-SemiBold';
	padding: 5px 0px;
}
.admission p a{
	text-decoration: none;
    font-size: 13px;
    line-height: 20px;
    color: #104C7A;
}
a.hitCounter.badge-done0{
	    background-image: none !important;
}
.hit-mobile
{
	display: none;
}
#popup{
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75); 
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    text-align: center;
	align-items: center;
}
#popup .inr {
    /*position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    /*box-shadow: 0px 0px 50px 2px #000;*/
    margin:0 auto;
    display: inline-block;
    z-index: 1234567890;
    max-height: 100%;
    max-width: 460px;
    position: relative;
    margin-top: 3%;
    margin-bottom: 3%;
}
#popup img {
    max-width: 100%;
}
.close-button {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 20px;
    background: #fff;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000!important;
    text-decoration: none;
}
.close-button:hover {
    background: #000;
    color: #fff!important;
}

@media only screen and (max-width: 600px) {
 .hit-mobile
{
	display: block !important;
	text-align: center;
}
}
.marquee-msg span {
    padding: 5px;
    background-color: red;
}
div#campus_news ul li span {
    padding: 2px;
    background-color: red;
	color: #fff;
}

@media screen and (min-width: 1150px) {
	.cnt223 .close {
	  bottom: 566px;
}
}

.hr-tb{
	display: flex;
    flex-wrap: wrap;
	min-height: 320px;
}
.hr-tb .nav-tabs{
	width: 25%;
	padding: 0px;
	border: 0px;
	text-align: center;
}
.hr-tb .tab-content{
	width: 73%;
    padding: 5px 20px;
    border: 1px solid #06487d;
    margin-left: 2%;
    border-radius: 5px;

}
.hr-tb .nav-tabs li{
	width: 100%;
	padding: 1px 0px;
}
.hr-tb .nav-tabs .tab-pane{
	height: 100%;
}
.hr-tb .nav-tabs li a{
	background-color: #06487d;
	border-radius: 5px;
	color: #fff;
	outline: 0px;
	border: 0px;
	font-size: 15px;
}
.hr-tb .nav-tabs li a:hover{
	border: 0px;
}
.hr-tb .nav-tabs li.active a{
	background-color: #114445;
	outline: 0px;
	border: 0px;
	color: #fff;
}
.hr-tb .nav-tabs li.active a:after{
	content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -12px;
    border-left: 0;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-left: 13px solid #114445;
}