@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
}
/* RESET */
.viewmore {
    position: relative;
    bottom: -10px;
}
.wp-image-681 {
    width: 100%;
}
.inner .col-md-3 a {
    display: block;
}
.table .btn-primary:before {
    display: inline-block;
    left: 0px;
    top: 2px;
    text-align: center;
    font-size: 12px;
    content: "\f0a4";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 6px;
}
.contact-details {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 650px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.contact-details > li {
    padding: 10px 12px;
    margin-bottom: 8px;
    /* background: #f9fafb; */
    border-left: 4px solid #013698;
    border-radius: 6px;
}

.contact-details > li strong {
    color: #013698;
    min-width: 120px;
    display: inline
}
.facility-grid li a {
    color: inherit;
}
.facility-grid {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

/* LIST ITEM */
.facility-grid li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 10px;
    background: #ffffff;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid;
    cursor: default;
    transition: all 0.3s ease;
}

/* ICON (IMPORTANT – icon visible rahe) */
.facility-grid li i {
    font-size: 18px;
    line-height: 1;
    color: inherit;
}

/* TEXT SPACING */
.facility-grid li span {
    display: inline-block;
}

/* COLORS USING nth-child */
.facility-grid li:nth-child(1) {
    color: #ff6b6b;
    border-color: #ff6b6b;
}
.facility-grid li:nth-child(2) {
    color: #4dabf7;
    border-color: #4dabf7;
}
.facility-grid li:nth-child(3) {
    color: #f06595;
    border-color: #f06595;
}
.facility-grid li:nth-child(4) {
    color: #51cf66;
    border-color: #51cf66;
}
.facility-grid li:nth-child(5) {
    color: #845ef7;
    border-color: #845ef7;
}
.facility-grid li:nth-child(6) {
    color: #ffa94d;
    border-color: #ffa94d;
}
.facility-grid li:nth-child(7) {
    color: #20c997;
    border-color: #20c997;
}
.facility-grid li:nth-child(8) {
    color: #339af0;
    border-color: #339af0;
}

/* HOVER EFFECT */
.facility-grid li:hover {
   
    transform: translateY(-4px);
}



/* RESPONSIVE */
@media (max-width: 992px) {
    .facility-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .facility-grid {
        grid-template-columns: 1fr;
    }
}



.logotext h1 strong {
    font-family: "Hind", sans-serif;
}
.search-box {
    display: flex;
    border-radius: 100px;
    background: #fff;
    margin-top: 5px;
}
.search-box button {
    border: 0;
    border-radius: 100px;
    color: #ffffff;
    background: #05296b;
}
.search-box .form-control {
    border: 0px solid rgba(255, 255, 255, 0.16);
    height: 26px;
    border-radius: 100px 0px 0 100px;
    font-size: 90%;
    background: transparent;
}
header {
    margin-top: 0px !important
}
#wowslider_engine {
    display: none !important
}
.top-nav {
    background-color: #ebebeb;
    border: 0px;
    padding: 0px 0px;
    z-index: 50;
    position: relative;
    border-bottom: 0px;
    height: auto;
}
.top-nav .time {
    float: left;
    color: #013698;
    text-decoration: none;
    padding-top: 7px;
}
.top-nav .time:before {
    content: "\f017";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 5px;
}
.top-nav ul {
    margin: 0px;
    padding: 0px;
    text-align: right;
    float: right;
}
.top-nav li:nth-last-child(1) a, .top-nav li:nth-last-child(2) a, .top-nav li:nth-last-child(5) a {
    font-weight: bold;
}
.top-nav li {
    list-style-type: none;
    padding: 7px;
    display: block !important;
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.top-nav li a {
    color: #05296b;
}
.top-nav li img {
    height: 20px;
}
.fontresize {
    font-weight: bold;
    display: block;
    padding: 0px;
    font-size: 15px;
    text-align: center;
}
.theame {
    font-weight: bold;
    display: block;
    padding: 0px 0px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    box-sizing: border-box;
    color: #fff !important;
}
.top-nav li .default {
    background-color: #05296b;
}
.top-nav li .contrast {
    background-color: #666;
}
.language a {
    display: block;
    padding: 0px 3px;
}
.language .dropdown-menu {
    min-width: 80px;
    left: -5px;
    border-radius: 0px;
}
.language .dropdown-menu > li {
    display: block;
    width: 100% !important;
    padding: 0px !important;
    border-bottom: 1px solid #efefef;
}
.language .dropdown-menu li a {
    color: #000 !important;
    text-align: left;
    display: block;
}
.fluid-padding {
    padding-right: 30px;
    padding-left: 30px;
}
.header {
    position: relative;
    margin: 0px auto;
    height: auto;
    z-index: 1000;
    padding: 5px 0px;
}
.logo-section {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}
.logo-centr {
    text-align: center;
}
.logotext {
    border-left: 1px solid rgba(0, 0, 0, .1);
    margin-left: -50px;
    margin-top: 9px;
}
.footer_logo .logotext {
    border-left: 1px solid rgb(255 255 255 / 10%);
    margin-left: -35px;
    margin-top: 9px;
}
.footer_logo .logotext h1 {
    color: #ffffff;
    font-size: 19px;
}
.footer_logo .logotext h2 {
    color: #8b8b8b;
    font-weight: 700;
}
.logotext h1 {
    margin: 0px;
    color: #013698;
    text-transform: uppercase;
    font-weight: 600;
}
.logotext h2 {
    font-size: 13px;
    margin: 5px 0px 0px 0px;
    color: #e13c48;
}
.logo {
    display: block;
}
.logo img, .footer_logo img {
    max-height: 85px;
    transition-duration: .3s;
}
.search {
    padding: 3px !important;
}
.stylish-input-group .input-group-addon {
    background-color: #013698;
    border: 1px solid #013698;
    color: #fff;
}
.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
    border-radius: 2px;
    height: 30px;
}
.stylish-input-group button {
    border: 0;
    background: transparent;
}
.positionrel {
    position: relative;
}
.onlinewrap {
    background: rgba(33, 35, 49, 0.95);
    transition-duration: .8s;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: -142px;
}
.servicelink {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.servicelink > li {
    float: left;
    position: relative;
    box-sizing: border-box;
    max-width: 20%;
    min-width: 10%;
    padding: 2px 15px;
}
.servicelink > li > a {
    display: block;
    padding: 8px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 1.0em;
    transition-duration: .2s;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    text-transform: uppercase;
}
.servicelink > li > a:before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding-left: 6px;
    float: right;
}
.servicelink > li ul {
    margin: 0px;
    padding: 10px 10px 10px 0px;
    list-style: none;
    transition-duration: .2s;
}
.servicelink > li ul a {
    font-size: 0.85em;
    color: #fff;
    position: relative;
    padding: 2px 0px;
    display: block;
}
.servicelink > li ul a:hover {
    color: #FFCE08;
}
.onlinewrap:focus, .onlinewrap:active, .onlinewrap:hover {
    bottom: 0px;
}
.autoheight {
    display: block !important;
}
.banner {
    min-height: 530px;
}
.banneroverlay {
    text-align: center;
    margin: 0px auto;
    padding: 0%;
    position: relative;
    z-index: 2;
}
.banneroverlay h1 {
    color: #fff;
    font-size: 5em;
    font-weight: bold;
    text-shadow: 4px 4px 0px rgba(0, 0, 0, .3);
    margin-top: 18%;
}
.banneroverlay p {
    color: #fff;
    font-size: 18px;
    padding: 0px 15%;
}
.banneroverlay .btn {
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, .1);
    border: 1px solid #fff !important;
    border-radius: 0px;
    color: #fff;
    box-shadow: inset 0 0px 0 0 #ffcf46;
}
.banneroverlay .btn:hover {
    color: #000;
    box-shadow: inset 0 100px 0 0 #ffcf46;
}
.ws_images {
    border-bottom: 6px solid #fff !important;
    background-color: #fff !important;
}
.section-blue {
    background: rgba(242, 242, 242, 1) url(../images/elements_bg.png);
    padding: 15px;
}
.admission-process, .announcement {
    min-height: 400px;
    background-color: rgba(255, 255, 255, .96);
    padding: 15px;
}
.student {
    background: #f5dab6 url(../images/bg-1.png);
    padding: 30px 15px 0px 15px;
    position: relative;
    font-size: 1.2em;
    color: #79152a;
}
.studentimg {
    margin-top: -70px;
    height: 322px;
    overflow: hidden;
}
.studentimg img {
    border-radius: 50%;
}
.quote {
    font-size: 1.3em;
    font-style: italic;
    font-weight: 300;
}
.studentname {
    font-weight: bold;
}
.stu-quali {
    font-weight: 300;
}
.program-section {
    background-color: #eee;
    background-image: url(../images/programbg.jpg);
    background-position: center;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 30px;
    color: #fff;
    background-attachment: fixed;
    background-size: cover;
}
.program-section h1 {
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    margin-top: 0px;
}
.program-section h1:before {
    position: absolute;
    left: 0px;
    background-color: #fff;
    width: 8%;
    height: 3px;
    content: "";
    bottom: 0px;
}
.program-section h4 {
    color: #ffb400;
    margin-top: 0px;
    font-size: 20px;
}
.program-section .prog-link {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .5);
    min-height: 206px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 25px;
}
.program-section .nav-pills {
    border-bottom: 1px solid rgba(255, 255, 255, .59);
    margin-bottom: 15px;
}
.program-section .nav-pills > li > a {
    font-size: 1em;
    border-radius: 0px;
    color: #fff;
    position: relative;
    transition-duration: .3s;
    padding: 12px 30px;
}
.program-section .nav-pills > li > a:focus, .program-section .nav-pills > li > a:hover {
    background-color: rgba(0, 0, 0, .5);
}
.program-section .nav-pills > li > a:after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #ff5405;
    margin: 0px auto;
    width: 0%;
    bottom: -1px;
    left: 0;
    right: 0;
    transition-duration: .3s;
}
.program-section .nav-pills > li.active > a, .program-section .nav-pills > li.active > a:focus, .program-section .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: transparent;
    font-weight: bold;
}
.program-section .nav-pills .active a:after {
    width: 100%;
}
.program-section .tab-content {
    padding: 0px;
}
.program-section .nav-pills > li + li {
    margin-left: 0px;
    border-left: 0px solid #466936;
}
.program-section .btn-warning {
    background-color: #ff5405;
    border-color: #ff5405;
    border-radius: 0px;
}
.program-section .proglist {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.program-section .proglist li {
    margin: 0px 0px 15px 0px;
    position: relative;
    padding-left: 28px;
}
.program-section .proglist li:before {
    font-family: 'simple-line-icons';
    content: "\e606";
    position: absolute;
    left: 0;
}
.program-section .impdate {
    list-style: none;
    margin: 0px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .59);
}
.program-section .impdate li {
    margin: 0px 0px 15px 0px;
    font-size: .89em;
    line-height: 25px;
    position: relative;
    padding-left: 28px;
}
.program-section .impdate li:before {
    font-family: 'simple-line-icons';
    content: "\e075";
    position: absolute;
    left: 0;
    color: #ffb400;
}
.program-section .impdate li strong {
    display: block;
}
.prog-link ul {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.prog-link ul li {
    position: relative;
    padding: 5px 5px 5px 15px;
}
.prog-link ul li:before {
    font-family: 'simple-line-icons';
    content: "\e606";
    color: #FF6;
    font-size: 13px;
    position: absolute;
    left: 0px;
}
.prog-link ul li a {
    color: #fff;
    font-weight: 300;
    display: inline-block;
}
.program-section .prog-link span {
    display: block;
}
.prog-link::before, .prog-link::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}
.prog-link span::before, .prog-link span::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}
.prog-link:hover::before, .prog-link:hover::after {
    width: 100%;
}
.prog-link:hover span::before, .prog-link:hover span::after {
    height: 100%;
}
.btn-6::before {
    left: 50%;
    top: 0;
    transition-duration: 0.4s;
}
.btn-6::after {
    left: 50%;
    bottom: 0;
    transition-duration: 0.4s;
}
.btn-6 span::before {
    left: 0;
    top: 50%;
    transition-duration: 0.4s;
}
.btn-6 span::after {
    right: 0;
    top: 50%;
    transition-duration: 0.4s;
}
.btn-6:hover::before, .btn-6:hover::after {
    left: 0;
}
.btn-6:hover span::before, .btn-6:hover span::after {
    top: 0;
}
.admission-section {
    background-image: url(../images/admission-section.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 30px 0px 55px 0px;
    min-height: 618px;
}
.admission-section h1 {
    color: #fff;
    font-size: 2.9em;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}
.admission-section h1:before {
    position: absolute;
    left: 0px;
    background-color: #fff;
    width: 8%;
    height: 3px;
    content: "";
    bottom: 0px;
}
.admission-section h3 {
    display: inline-block;
    padding: 8px 25px;
    color: #fff;
    background-color: #195E6D;
    border-bottom: 1px solid #fff;
}
.admission-section p {
    color: #fff;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 35px;
}
.admibtn {
    margin: 30px auto 0px auto;
    width: 200px;
}
.markdate {
    padding: 40px 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 255px;
    height: 255px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    box-sizing: border-box
}
.markdate .month {
    font-size: 2em;
    text-transform: uppercase;
}
.markdate .date {
    font-size: 3.5em;
}
.admissionlink {
    margin: 25px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}
.admissionlink li {
    display: block;
    position: relative;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, .3);
    float: left;
    margin: 0px 10px;
    width: 31.5%;
}
.admissionlink li a {
    display: block;
    padding: 25px;
    color: #fff;
    font-size: 1.5em;
}
.admissionlink li a:hover {
    text-decoration: none;
    background-color: rgba(77, 1, 17, .3);
}
.admissionlink li::before, .admissionlink li::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}
.admissionlink li a::before, .admissionlink li a::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}
.admissionlink li a::before {
    top: 0px;
    left: 0px;
}
.admissionlink li a::after {
    top: 0px;
    right: 0px;
}
.admissionlink li:hover::before, .admissionlink li:hover::after {
    width: 100%;
}
.admissionlink li:hover a::before, .admissionlink li:hover a::after {
    height: 100%;
}
.btn-2::before, .btn-2::after {
    transition-delay: 0s;
}
.btn-2 span::before, .btn-2 span::after {
    transition-delay: 0.2s;
}
.btn-2::before {
    right: 0;
    top: 0;
}
.btn-2::after {
    left: 0;
    bottom: 0;
}
.btn-2 span::before {
    left: 0;
    top: 0;
}
.btn-2 span::after {
    right: 0;
    bottom: 0;
}
.btn-2:hover::before, .btn-2:hover::after {
    transition-delay: 0.2s;
}
.btn-2:hover span::before, .btn-2:hover span::after {
    transition-delay: 0s;
}
.faculty-section {
    background-image: url(../images/facultysection.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.faculty-section h1 {
    color: #05296b;
    font-size: 2.3em;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    margin-top: 0px;
}
.faculty-section h1:before {
    position: absolute;
    left: 0px;
    background-color: #05296b;
    width: 8%;
    height: 3px;
    content: "";
    bottom: 0px;
}
.faculty-section .proglist {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.faculty-section .proglist li {
    margin: 0px 0px 15px 0px;
    position: relative;
    padding-left: 28px;
}
.faculty-section .proglist li:before {
    font-family: 'simple-line-icons';
    content: "\e606";
    position: absolute;
    left: 0;
}
.about-section {
    background-image: url(../images/aboutbg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 1.2em;
    line-height: 30px;
    font-weight: 300;
}
.about-section h1 {
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    margin-top: 0px;
}
.about-section h1:before {
    position: absolute;
    left: 0px;
    background-color: #fff;
    width: 8%;
    height: 3px;
    content: "";
    bottom: 0px;
}
.about-section p {
    color: #fff;
}
.about-section .button {
    color: #fff;
    border: 1px solid #fff;
}
.about-section .button:hover {
    color: #fff;
}
.about-section .button::before, .about-section .button::after {
    background: #fff;
}
.about-section .button span::before, .about-section .button span::after {
    background: #fff;
}
.button {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    color: #ff5405;
    cursor: pointer;
    border: 1px solid #ff5405;
}
.button:hover {
    text-decoration: none;
    color: #05296b;
}
.button span {
    display: block;
    padding: 10px;
}
.button::before, .button::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #ff5405;
}
.button span::before, .button span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #ff5405;
}
.button span::before {
    top: 0px;
    left: 0px;
}
.button span::after {
    top: 0px;
    right: 0px;
}
.button:hover::before, .button:hover::after {
    width: 100%;
}
.button:hover span::before, .button:hover span::after {
    height: 100%;
}
.welcome {
    min-height: 400px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px -25px 25px rgba(0, 0, 0, .25);
    z-index: 150;
    padding: 15px;
    text-align: center;
}
.admission-process h4, .announcement h4 {
    color: #000;
    font-size: 1.5em;
}
.admission-process img, .announcement img {
    margin-bottom: 10px;
}
.admission-process ul, .announcement ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.admission-process li, .announcement li {
    margin: 0px 0px 10px 0px;
}
.admission-process li a, .announcement li a {
    color: #333;
}
.announce .owl-controls .owl-page span {
    background-color: #79152A;
}
.announce li {
    margin: 0px 10px;
}
.announce li a {
    color: #333;
}
.welcome h4 {
    color: #000;
    font-size: 1.5em;
}
.welcome img {
    max-width: 60%;
    margin: 0px auto 12px auto;
    border: 8px solid #ededed;
}
.welcome .btn-design {
    position: absolute;
    bottom: 15px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    background-image: url(../images/bg-border.png);
    background-repeat: repeat-x;
    background-position: center;
    width: 90%;
}
.admission-process .btn, .announcement .btn {
    position: absolute;
    bottom: 15px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    width: 40%;
}
.welcome .btn-design span {
    padding: 0px 15px;
    background-color: #fff;
}
.ourmission {
    background-color: #00A155;
    padding: 20px;
    border-radius: 2px;
    color: #fff;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}
.ourmission h2 {
    margin: 6px 0 0 0;
    padding: 0px;
}
.ourmission .btn-white {
    box-shadow: inset 0 0px 0 0 #FC9928;
    background-color: rgba(0, 0, 0, .0);
    color: #fff !important;
    border-radius: 0px;
    transition-duration: .3s;
    border: 1px solid #fff !important;
    z-index: 115;
    font-style: italic;
}
.ourmission .btn-white:hover {
    box-shadow: inset 0 -100px 0 0 #FC9928;
    color: #fff !important;
    border-color: #FC9928;
}
.news-section {
    position: relative;
    background-color: #dee7f0;
}
.newscard {
    width: 44%;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
    padding: 0px 30px;
}
.newscard .card ul {
    margin-top: 17px !important;
}
.newscard strong {
    font-size: 1.1em;
    display: block;
    margin-bottom: 8px;
    color: #ff5405;
}
.newscard a {
    text-decoration: none;
}
.newscard a span {
    color: #333;
    margin-bottom: 10px;
    display: block
}
.newscard a:hover {
    text-decoration: none;
}
.eventcard .card {
    border-radius: 0px;
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
    /* height: 470px; */
    border: 1px solid #efefef;
    padding: 0;
}
.newscard1 {
    width: 44%;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);
    padding: 0px 0px;
}
.newscard1 .card {
    border-radius: 0px;
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
    min-height: 443px;
    border: 0px;
}
.newscard1 a {
    color: #000;
}
.newscard1 img {
    margin-bottom: 10px;
}
.eventcard .card-title {
    margin: 0px;
    padding: 0px;
    color: #013698;
    font-size: 1.3em;
    font-weight: 700;
}
.newscard .card-title {
    font-size: 26px;
    font-weight: bold;
}
.newscard img {
    margin-bottom: 10px;
}
.eventcard .card i {
    font-size: 25px;
    color: #e13c48;
    margin-right: 6px;
}
.eventcard .card-title, .eventcard .card i {
    display: inline;
}
.eventcard .card-block {
    padding: 15px;
}
.eventcard .card ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.newsscroll li a {
    color: #000;
}
.implink .ndate {
    display: block;
    color: #931414;
    position: relative;
}
.newsscroll li {
    border-left: 6px solid #c8ccd7;
    position: relative;
}
.newsscroll li:before {
    border-bottom: 10px solid transparent;
    border-left: 8px solid #c8ccd7;
    border-top: 10px solid transparent;
    content: "";
    height: 0;
    left: -3px;
    position: absolute;
    top: 32%;
    width: 0;
}
.viewall {
    background: #fff;
    position: absolute;
    overflow: hidden;
    box-shadow: inset 0 -3px 0 0 #d1d8e7;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
    margin: 0 auto 0px auto;
    padding-bottom: 10px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.viewall a {
    display: block;
    color: #262626;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 700;
}
.viewall a span {
    float: right;
}
.viewall:hover {
    box-shadow: inset 0 -100px 0 0 #d1d8e7;
    padding-bottom: 0px;
}
.viewall:hover a {
    color: #fff;
}
.card:hover .viewall {
    padding-bottom: 0px;
}
.card:hover .viewall a {
    color: #000;
}
.eventcard img {
    margin-bottom: 15px;
}
.events li {
    margin-bottom: 15px;
}
.events .date, .events .eventcontent {
    display: table-cell;
}
.events .date {
    pointer-events: none !important;
    width: 20%;
    vertical-align: middle;
    text-align: center;
    background-color: #e13c48;
    color: #fff;
    font-size: .8em;
    padding: 8px 5px;
}
.events .date span {
    display: block;
    font-weight: bold;
    font-size: 20px;
}
.events .eventcontent {
    padding: 0px 10px;
}
.events li a {
    color: #0035ff;
    letter-spacing: 0px;
    width: 160%;
}
.greysection {
    background-color: #e7e9ed;
    padding: 15px 0px;
}
.spotlight h3 {
    color: #000;
    letter-spacing: 1px;
    margin-top: 10px;
}
.spotlight ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
}
.spotlight li img {
    max-width: 100%;
}
.spotlight li .content {
    padding: 30px;
    background-color: #3e4158;
    min-height: 339px;
}
.spotlight li h4 {
    color: #fff;
    text-transform: inherit;
}
.spotlight li p {
    color: #fff;
}
.spotlight li a {
    color: #fff;
    text-transform: uppercase;
}
.programe h3 {
    color: #000;
    letter-spacing: 1px;
    margin-top: 10px;
}
.spotlgt .owl-controls {
    margin-top: -33px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.spotlgt .owl-buttons div {
    background: #9C0029 none repeat scroll 0 0 !important;
    border-radius: 0!important;
    color: #fff;
    display: inline-block;
    font-size: 15px !important;
    margin: 2px !important;
    opacity: 1!important;
    padding: 5px 4px !important;
}
.news-section .events li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.news-section .eventcard .card-header {
    /* margin-bottom: 0px; */
    background-color: #013698;
}
.news-section .card-title {
    font-size: 0.9em;
}
.news-section .card-title, .news-section .eventcard .card i {
    color: #fff;
}
.news-section .events h5 {
    display: none;
    background-color: #e13c48;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}
.news-section .events p {
    margin-bottom: 5px;
}
.news-section .eventcard .card-block {
    position: relative;
}
.news-section .eventcard {
    width: 28%;
}
.newscard1 .nav-tabs {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}
.newscard1 .tab-content {
    background-color: #fff;
    padding: 15px 15px 1px 15px;
    min-height: 336px;
}
.newscard1 .nav-tabs > li.active > a, .newscard1 .nav-tabs > li.active > a:focus, .newscard1 .nav-tabs > li.active > a:hover {
    border: 0px;
    background-color: #e13c48;
    color: #fff;
    border-radius: 0px;
}
.news-section .viewmore a {
    display: block;
    background-color: #e9f0ff;
    color: #000;
    padding: 10px 15px;
    margin: 0px -15px -6px -15px;
    font-weight: 700;
}
.news-section .viewmore a .icons {
    float: right
}
.newscard1 .nav-tabs > li > a {
    font-size: 1.1em;
    padding: 20px;
    border: 0;
}
.hgallery {
    margin: 0px;
    padding: 0px;
    list-style: none;
    min-height: 279px;
}
.hgallery li {
    float: left;
    box-sizing: border-box;
    width: 33%;
    padding: 0px;
    position: relative;
}
.hgallery li img {
    max-width: 100%;
    position: relative;
    z-index: 2;
    min-height: 117px;
}
.hgallery li a {
    position: relative;
    display: block;
}
.hgallery li span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    padding: 2px 5px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 0.8em;
    z-index: 7;
}
.news-section .nano {
    min-height: 291px;
}
.news-section .eventcard .card {
    min-height: 365px;
    border: 0;
}
.tabbable {
    background-color: #fff;
    min-height: 538px;
}
.tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}
.tab-content > .active, .pill-content > .active {
    display: block;
}
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
}
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
}
.tabs-left > .nav-tabs {
    float: left;
    margin-right: 0px;
    width: 32%;
    margin-top: 14px;
    margin-bottom: 14px;
}
.tabs-left > .nav-tabs > li > a {
    color: #333;
    letter-spacing: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 0px;
    font-size: 20px;
    padding: 3px 11px;
    transition-duration: .0s;
}
.tabs-left > .nav-tabs > li > a:after {
    border-bottom: 20px solid transparent;
    border-left: 16px solid transparent;
    border-top: 20px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -17px;
    top: 0;
    width: 0;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
    border-color: transparent;
}
.tabs-left > .nav-tabs .highlight > a, .tabs-left > .nav-tabs .highlight > a:hover, .tabs-left > .nav-tabs .highlight > a:focus {
    color: #000;
}
.tabs-left > .nav-tabs .active > a:hover::after, .tabs-left > .nav-tabs .active > a::after {
    border-bottom: 17px solid transparent;
    border-left: 12px solid #9C0029;
    border-top: 18px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -13px;
    top: 0;
    width: 0;
}
.tabs-left > .nav-tabs > li > a:hover {
    background-color: #9C0029;
    color: #ffffff;
}
.tabs-left > .nav-tabs > li > a:hover::after {
    border-bottom: 17px solid transparent;
    border-left: 12px solid #9C0029;
    border-top: 18px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -13px;
    top: 0;
    width: 0;
}
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
    border-color: transparent;
    background-color: #9C0029;
    color: #fff;
}
.tabbable .tab-content {
    padding: 15px;
    width: 65%;
    float: right;
}
.tabbable .tab-content h4 {
    color: #9C0029;
}
.tabbable .tab-content p {
    font-weight: 300;
    color: #333;
}
.tabs-left > .nav-tabs .head > a, .tabs-left > .nav-tabs .head > a:hover {
    border-color: transparent;
    background-color: #eee;
    color: #9C0029;
    font-size: 22px;
}
.tabs-left > .nav-tabs .head > a:hover::after, .tabs-left > .nav-tabs .head > a::after {
    border-bottom: 20px solid transparent;
    border-left: 12px solid #eee;
    border-top: 21px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -13px;
    top: 0;
    width: 0;
}
.program {
    padding: 30px 15px;
    background: #e9be86 url(../images/bg-1.png);
}
.program .main-heading {
    text-align: center;
    color: #004185;
    margin-top: 0px;
}
.program .main-heading span {
    display: block;
    font-size: .6em;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #333;
}
.padding10 {
    padding: 10px 10px;
}
.padding0 {
    padding: 0px;
}
.prog-thumb {
    min-height: 285px;
    position: relative;
}
.prog-thumb .btn-white {
    box-shadow: inset 0 0px 0 0 #fff;
    background-color: rgba(0, 0, 0, .0);
    color: #fff !important;
    border-radius: 0px;
    transition-duration: .3s;
    border: 1px solid #fff !important;
    z-index: 115;
    font-style: italic;
}
.prog-thumb .btn-white:hover {
    box-shadow: inset 0 -100px 0 0 #fff;
    color: #401f68 !important;
    border-color: #fff;
}
.thumbimag {
    height: auto;
    position: relative;
    z-index: 1;
}
.ticon {
    position: relative;
    z-index: 3;
    color: #ac9147;
    font-size: 3.9em;
    margin: 10px auto;
    padding: 0px;
}
.arrowleft:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 34px solid red;
    border-bottom: 50px solid transparent;
    z-index: 4;
    top: 0px;
}
.arrowright:after {
    content: "";
    position: absolute;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 34px solid red;
    border-bottom: 50px solid transparent;
    z-index: 4;
    top: 0px;
}
.thumbimag img {
    max-width: 100%;
    z-index: 0;
    position: relative;
}
.thumbtext {
    color: #333;
    padding: 5px;
}
.thumbtext a {
    color: #fff;
}
.thumbtext h4 {
    color: #9C0029;
    margin-top: 0px;
}
.thumbtext ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.thumbtext ul li:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 5px;
}
.overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 0%;
    box-sizing: border-box;
    background-color: rgba(156, 0, 41, .4);
    z-index: 2;
    text-align: center;
    padding: 50% 0px;
    transition-duration: .5s;
    opacity: .0;
}
.overlayhover {
    transition-duration: .2s;
}
.overlayhover:hover .overlay {
    height: 100%;
    opacity: 1;
    transition-duration: .2s;
}
.overlay .btn {
    text-transform: uppercase;
}
.bgred {
    background-color: #fff
}
.bgred .arrowleft:after {
    border-right-color: #fff
}
.bgyellow {
    background-color: #fff
}
.bgyellow .arrowleft:after {
    border-right-color: #fff
}
.bgorange {
    background-color: #fff
}
.bgorange .arrowright:after {
    border-left-color: #fff
}
.bgpurple {
    background-color: #fff
}
.bgpurple .arrowright:after {
    border-left-color: #fff
}
.whitesection {
    background-color: #fff;
    padding: 15px 0;
    height: auto;
    overflow: hidden;
}
.galeryhead {
    background-color: #05296b;
    display: block;
    padding: 15px;
    position: relative;
    top: 30px;
    z-index: 10;
    text-align: center;
}
.galeryhead h3 {
    color: #fff;
    margin: 0px;
    padding: 0px;
}
.picbox2 {
    padding: 2px;
}
.picbox {
    position: relative;
    overflow: hidden;
    transition-duration: .2s;
    padding: 0px;
}
.picbox img {
    position: relative;
    transform: scale(1, 1);
    transition-duration: .2s;
}
.picbox:before {
    background-color: rgba(0, 0, 0, 0.19);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    z-index: 5;
    transition-duration: .2s;
}
.picbox:hover::before {
    margin: 0 auto;
    width: 99%;
}
.picbox:hover img {
    transform: scale(1.1, 1.1)
}
.btn-white {
    box-shadow: inset 0 0px 0 0 #ff5405;
    background-color: rgba(255, 255, 255, .8);
    color: #000 !important;
    border-radius: 0px;
    transition-duration: .3s;
    border: 1px solid #ff5405 !important;
    z-index: 115;
}
.btn-white:hover {
    box-shadow: inset 0 -100px 0 0 #ff5405;
    color: #fff !important;
    border-color: #fff;
}
.implink h1 {
    color: #05296b;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}
.implink h1:before {
    position: absolute;
    left: 0px;
    background-color: #05296b;
    width: 5%;
    height: 3px;
    content: "";
    bottom: 0px;
    right: 0px;
    margin: 0px auto;
}
.img-thumbnail {
    margin-right: 10px;
}
.border0 {
    border: 0px !important;
}
.owl-carousel .owl-item {
    width: auto !important;
}
footer {
    background-color: #1e2533;
}
.footer-link {
    padding: 3em 0px 0em 0px;
    color: #fff;
    font-weight: 300;
    font-size: 0.95em;
}
.footer-link h4 {
    color: #fff;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 13px 0px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.footer-link h5 {
    text-transform: uppercase;
    font-weight: bold;
}
.footer-link ul, .footer-bottom ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer-link li a {
    display: block;
    padding: 0px 0px;
    line-height: normal;
    margin: 0;
    color: #fff;
}
.footer-link a:hover {
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
}
.footer-bottom {
    background-color: #f5f5f5;
    padding: 15px;
    color: #000;
}
.footer-bottom li a, .footer-bottom a {
    color: #000;
}
.footer-bottom li {
    display: inline-block;
    padding: 0px 6px;
    border-right: 1px solid #142659;
}
.footer-bottom li:first-child {
    padding-left: 0px;
}
.footer-bottom li:last-child {
    border-right: 0px solid #142659;
}
.banFxd {
    position: fixed !important;
    width: 100% !important;
    left: 0px;
    right: 0px;
    margin: 0px auto !important;
    z-index: 0 !important;
    top: 0px;
}
.eventcard, .greysection, .eventcard, footer {
    position: relative;
    z-index: 5;
}
.newsbgeffect {
    margin-top: 35%;
    box-shadow: 0px -3px 8px rgba(0, 0, 0, .5);
}
.video-banner {
    position: relative;
    z-index: 5;
}
.minuspadding {
    padding-top: 0px;
    margin-top: -15px;
}
.afterlogo {
    display: none;
}
.menuFxd {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px !important;
    margin: 0px auto !important;
    width: 100%;
    z-index: 99;
}
.imgsection {
    background-color: #fff;
    padding: 0px;
    height: auto;
    overflow: hidden;
    position: relative;
}
.imgsection img {
    position: relative;
    z-index: 0;
}
.imgsection .container {
    position: absolute;
    z-index: 3;
    right: 0px;
    left: 0px;
    top: 0px;
    padding: 50px 15px;
}
.imgsection h1 {
    color: #401f68;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 10px;
}
.imgsection h1 span {
    font-size: 24px;
    font-weight: normal;
}
.menuFxd .logo {
    margin-top: 0px;
    margin-bottom: 0px;
}
.menuFxd .logo img {
    max-width: 46%;
}
ul.social-network {
    list-style: none;
    display: block;
    padding: 0;
    margin: 28px 0px 28px 10px;
}
ul.social-network li {
    display: inline-block;
    /* margin: 0px 12px 0px 0px; */
}
.social {
    padding: 20px;
    border-radius: 2px;
    color: #fff;
    height: auto;
    overflow: hidden;
}
.social h2 {
    margin: 6px 0 0 0;
    padding: 0px;
}
a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
    width: 45px;
    height: 45px;
    border: 0px solid #fff;
    font-size: 20px;
    border-radius: 50%;
    box-shadow: -2px -2px 0px rgba(0, 0, 0, .2), 1px 1px 0px rgba(0, 0, 0, .3) inset;
    box-sizing: border-box;
    padding: 5px;
}
.social-circle li i {
    margin: 0;
    line-height: 35px;
    text-align: center;
    color: #fff;
}
.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.icoFacebook {
    background-color: rgba(255, 255, 255, .2);
    color: #182030 !important;
}
.icoTwitter {
    background-color: rgba(255, 255, 255, .2);
    color: #182030 !important;
}
.icoRss {
    background-color: rgba(255, 255, 255, .2);
    color: #182030 !important;
}
.icoGoogle {
    background-color: rgba(255, 255, 255, .2);
    color: #182030 !important;
}
.icoLinkedin {
    background-color: rgba(255, 255, 255, .2);
    color: #182030 !important;
}
.icoYoutube {
    background-color: #C60203;
    color: #182030 !important;
}
.social-network a.icoRss:hover {
    background-color: #F56505;
    color: #fff !important;
}
.social-network a.icoFacebook:hover {
    background-color: #3B5998;
    color: #fff !important;
}
.social-network a.icoTwitter:hover {
    background-color: #33ccff;
    color: #fff !important;
}
.social-network a.icoGoogle:hover {
    background-color: #BD3518;
    color: #fff !important;
}
.social-network a.icoVimeo:hover {
    background-color: #0590B8;
    color: #fff !important;
}
.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
    color: #fff !important;
}
.social-network a.icoYoutube:hover {
    background-color: #c52828;
    color: #fff !important;
}
.inner-banner {
    position: relative;
    background-color: #06F;
    min-height: 500px;
    background-image: url(../images/innerbanner.jpg);
    background-position: center;
    background-size: cover;
}
.incontent {
    padding: 15px;
    background-color: #fff;
    min-height: 500px;
    position: relative;
    margin-top: -100px;
    border: 1px solid #eee;
    height: auto;
    overflow: hidden;
}
.incontent h1 {
    font-size: 3.2em;
    margin-top: 0px;
    position: relative;
    color: #9C0029;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 20px;
}
.breadcrumb > li + li::before {
    content: unset;
}
.incontent h2 {
    color: #000;
    font-weight: 600;
}
.incontent h3 {
    color: #000;
    font-weight: 600;
}
table h2 {
    margin: 0px;
    padding: 0px;
}
.filter {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-top: 15px;
}
.filter label {
    font-weight: normal;
}
.filter .form-control {
    border-radius: 0px;
}
.filter .btn {
    border-radius: 0px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    color: #9C0029;
}
.filterbtn .dropdown-menu {
    border-radius: 0px;
    padding: 10px;
    min-width: 200px;
}
.filterbtn .dropdown-menu li {
    padding: 5px 5px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.filterbtn .dropdown-menu li:hover {
    background-color: #eee;
    color: #000;
}
.filtr-item {
    text-align: center;
    padding: 20px 10px;
}
.filtr-item a {
    color: #9C0029;
}
.filtr-item .item-desc {
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    color: #9C0029;
    min-height: 50px;
}
.tabnav > li.active > a, .tabnav > li.active > a:focus, .tabnav > li.active > a:hover {
    color: #fff;
    cursor: default;
    border: 1px solid #333;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    background-color: #333;
    border-radius: 0px;
}
.tabnav > li > a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid #333;
    border-radius: 0;
    color: #333;
}
.tabnav {
    border-bottom: 1px solid #333;
    margin-top: 20px;
}
.tab-content {
    height: auto;
}
.listbox {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.listbox li {
    display: table;
    width: 100%;
    transform: scale(1) translate3d(0px, 0px, 0px) !important;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 8px 5px;
    position: relative !important;
}
.listbox li div {
    display: table-cell;
    width: 50%;
}
.listbox li div span {
    display: block
}
.email:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 10px;
    color: #ccc;
}
#biodata, #teachingarea, #ResearchAreas, #ConsultingAreas, #RecentPublications, #ExecutiveDevelopment, #CurrentResearch {
    padding-top: 100px;
}
ul.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.list li {
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    padding: 6px 5px 6px 15px;
}
ul.list > li:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 11px;
    color: #9C0029;
    left: 0;
}
.leftFxd {
    position: fixed;
    top: 27px;
    width: 22%;
    background-color: #fff;
    z-index: 10;
}
.subhead {
    color: #898989 !important;
    font-size: 2.8em !important;
}
.table .social-network {
    text-align: left;
}
.table .social-network a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
    color: #666;
    background-color: #e3e3e3;
}
.filtr-item .item-desc {
    margin-top: 10px;
    display: block;
    margin-bottom: 0px;
    color: #9C0029;
    min-height: 1px;
}
.specialization-info {
    font-size: 13px;
    margin-top: 0;
    display: inline-block;
    color: #455a64;
    text-transform: capitalize;
}
.main-profile-section .filtr-item a {
    color: #9C0029;
    border: 1px solid #b58116;
    display: inline-block;
    padding: 6px;
    background: #fff !IMPORTANT;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.main-profile-section .filtr-item .item-desc {
    margin-top: 10px;
    display: block;
    margin-bottom: 0;
    color: #9C0029;
    min-height: 23px;
}
.effect4 {
    position: relative;
    margin-bottom: 28px;
}
.effect4:before, .effect4:after {
    z-index: 0;
    position: absolute;
    content: "";
    bottom: 34px;
    left: 17px;
    width: 50%;
    top: 80%;
    max-width: 291px;
    background: #7770;
    box-shadow: 0 35px 20px #777;
    transform: rotate(-8deg);
}
.effect4:after {
    transform: rotate(8deg);
    right: 15px;
    left: auto;
}
.incontent h1 {
    font-size: 2.2em;
    margin-top: 0px;
    position: relative;
    color: #9C0029;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0;
}
.incontent h2 {
    color: #000;
    font-weight: 100;
    font-size: 22px;
}
.f-height {
    height: auto !important
}
.filtr-container {
    min-height: 327px !important
}
.strip {
    position: relative;
    z-index: 6;
    padding: 0;
    margin-top: -15px;
}
.strip .left {
    margin-bottom: -38px;
    background-color: #404857;
    min-height: 100px;
    z-index: 3;
    margin-top: 15px;
    padding: 0 15px;
    color: #fff;
    font-weight: 300;
}
.strip .right {
    background-color: #404857;
    min-height: 103px;
    z-index: 4;
    color: #fff;
    font-weight: 300;
}

.strip .right::before {
    background-image: url(../images/ribbon-corner-2.png);
    content: '';
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    left: -36px;
    top: 0px;
    width: 38px;
    z-index: 10;
    height: 117px;
}
.social-network li a::before {
    content: normal;
}
.strip .right .btn {
    border: 0px solid #fff;
    background-color: #ff5405;
    color: #fff;
    border-radius: 25px;
    padding: 8px 20px;
}
.strip .right .btn:hover {
    background-color: #fe702e;
}
.rightborder {
    border-right: 1px solid rgba(255, 255, 255, .15);
}
.footer-link .rightborder {
    min-height: 340px;
}
.govlink {
    display: inline-block;
    margin: 0px 5px;
}
.govlink img {
    height: 60px;
    margin-top: 8px;
    opacity: .8;
    transition-duration: .3s;
}
.govlink img:hover {
    opacity: 1;
}
.leader-sec {
    background-color: #fefefe;
}
.main-leader {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.main-leader li {
    width: calc(50% - 10px);
    box-sizing: border-box;
}
.main-leader li {
    display: block;
    text-align: center;
    margin-bottom: 3px;
    padding: 10px;
    border: 1px solid #efefef;
    box-sizing: border-box;
    min-height: 190px;
}
.main-leader li:last-child {
    margin-bottom: 0px;
}
.main-leader li img {
    display: block;
    margin: 0px auto;
    border: 5px solid #fff;
    max-height: 90px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
}
.main-leader li a {
    border-radius: 0px;
    color: #e13c48;
}

.main-leader li a:after {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding-left: 5px;
}


.main-leader li h4 {
    margin-bottom: 5px;
    color: #012363;
}
.main-leader li p {
    margin-bottom: 0;
    font-size: 0.9em;
}
.other-leader {
    padding-left: 0px;
}
.other-leader ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 1px solid #efefef;
    box-sizing: border-box;
    min-height: 390px;
}
.other-leader ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #efefef;
    padding: 17px 10px;
    overflow: hidden;
}
.other-leader ul li:last-child {
    border-bottom: 0px solid #efefef;
}
.other-leader ul li img {
    display: block;
    border: 1px solid #fff;
    max-height: 75px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    float: left;
    margin-right: 10px;
}
.other-leader ul li a {
    font-size: 0.8em;
    border-radius: 0px;
    color: #e13c48;
}
.other-leader ul li h4 {
    margin-bottom: 5px;
    font-size: 0.95em;
    margin-top: 0px;
    color: #012363;
}
.other-leader ul li p {
    margin-bottom: 5px;
    font-size: 0.75em;
}
.footadd img {
    margin-bottom: 10px;
}
.footadd p {
    padding-left: 19.6%;
    font-size: 0.99em;
    margin-bottom: 5px;
}
.video li a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
    content: "";
    z-index: 5;
    top: 0;
}
.video li a:before {
    content: url(../images/play.png);
    position: absolute;
    z-index: 6;
    right: 0;
    left: 0;
    margin: 0px auto;
    top: 30%;
    text-align: center;
}
.faculty-research {
    background-color: #013698;
    padding: 15px;
}
.faculty-research h4 {
    color: #fff;
}
.faculty-research p {
    color: rgb(255 255 255);
}
.faculty-research .button {
    font-size: 1em;
    color: #7ad9ff;
    border: 1px solid #fff;
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
}
.faculty-research .button:hover {
    color: #fff;
    border-color: #7ad9ff;
}
.faculty-research .button::before, .faculty-research .button::after {
    background: #7ad9ff;
}
.faculty-research .button span::before, .faculty-research .button span::after {
    background: #7ad9ff;
}
.otherslink ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.otherslink ul li {
    box-sizing: border-box;
    width: 33%;
    float: left;
    position: relative;
}
.otherslink ul li a {
    display: block;
    padding: 20px;
    min-height: 180px;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
}
.otherslink ul li a .fa {
    display: block;
    margin-top: 35px;
    font-size: 2em;
    margin-bottom: 10px;
}
.slider-top-right:before, .inner-block:after {
    height: 2px;
    transition: width .4s ease;
    width: 0%;
}
.slider-top-right:after, .inner-block:before {
    height: 0%;
    transition: height .4s ease;
    width: 2px;
}
.inner-block:before, .inner-block:after, .slider-top-right:before, .slider-top-right:after {
    background-color: #fff;
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
}
.otherslink ul li a:hover {
    text-decoration: none;
}
.inner-block {
    /* font-size: 2em; */
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    margin: auto;
}
.inner-block:before {
    bottom: 0;
    left: 0;
}
.inner-block:after {
    bottom: 0;
    right: 0;
}
.slider-top-right {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.slider-top-right:before {
    top: 0;
    left: 0;
}
.slider-top-right:after {
    top: 0;
    right: 0;
}
.otherslink li:hover .inner-block:before, .otherslink li:hover .slider-top-right:after {
    height: 100%;
}
.otherslink li:hover .inner-block:after, .otherslink li:hover .slider-top-right:before {
    width: 100%;
}
.otherslink ul li:nth-child(1) a {
    background-color: rgba(34, 59, 107, 0.8);
}
.otherslink ul li:nth-child(2) a {
    background-color: rgba(15 140 247 / 80%);
}
.otherslink ul li:nth-child(3) a {
    background-color: rgba(221, 165, 32, 0.8);
}
.otherslink ul li:nth-child(4) a {
    background-color: rgba(143, 127, 82, .49);
}
.otherslink ul li:nth-child(5) a {
    background-color: rgba(193, 37, 37, .49);
}
.otherslink ul li:nth-child(6) a {
    background-color: rgba(57, 102, 10, .49);
}
.footadd .btn {
    border: 0px solid #fff;
    background-color: #ff5405;
    color: #fff;
    border-radius: 25px;
    padding: 8px 10px;
    margin-left: 1em;
}
.footadd .btn:hover {
    background-color: #fe702e;
}
.footerbtm {
    padding: 15px;
    background-color: #0c111a;
    color: rgba(255, 255, 255, .7);
    font-size: 0.9em;
}
.footerbtm a {
    color: rgba(255, 255, 255, .7);
}
.omni-text {
    color: #cb1515;
    font-style: italic;
}
.net-text {
    color: #1576cb;
}
.inner {
    min-height: 250px;
    padding-top: 0;
}
.inner .container {
    position: relative;
}
.inner h2 {
    color: rgb(65 63 61);
    border-bottom: 1px dotted;
    font-size: 20px;
}
.breadcumb-wrapper h2 {
    display: inline-block;
    border-bottom: 4px solid #e13c48;
    color: #a9222b;
    line-height: 40px;
}
.inner h3 {
    font-weight: 400;
    border-bottom: 1px dashed #e13c48;
    display: block;
    line-height: 35px;
}
.dropdown-menu > .active > a {
    color: #fff !important;
    text-decoration: none;
    background-color: #e13c48;
    outline: 0;
}
.dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #000 !important;
    text-decoration: none;
    background-color: #e13c48;
    outline: 0;
}
.all-news-section {
    text-align: right;
    margin-bottom: 12px;
}
.gallery-album {
    padding: 0;
    margin: 0;
}
.gallery-album li {
    float: left;
    list-style: none;
    width: 30%;
    text-align: center;
    margin-right: 24px;
    margin-bottom: 15px;
    height: 221px;
}
.gallery-album li a {
    text-align: center;
    color: #a71216;
    display: block;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
.gallery-album li a img {
    width: 100%;
    margin-bottom: 10px;
    height: 165px;
}
html {
    margin-top: 0 !important;
}
.strip h3 {
    margin: 36px 0 0px 0;
    font-weight: 400;
    border-bottom: 0px dashed #e13c48;
    text-align: right;
    line-height: 26px;
    font-size: 20px;
}
.down-sec {
    color: #fff !important;
}
table.fa-ul.table.table-bordered.table-striped {
    margin-left: 0;
}
ul.full-page {
    padding: 0;
    margin: 0;
}
.full-page li {
    display: inline-block;
    width: 33%;
    text-align: center;
    background: #ad2831;
    border-radius: 5px;
    border: 1px dashed #fff;
}
.full-page li a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 24px;
    font-size: 25px;
    text-decoration: none;
}
.sub-menu-faculty {
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
}
.sub-menu-faculty li {
    display: inline-block;
    width: 32%;
    text-align: center;
    margin-bottom: 10px;
    background: #cc2f3a;
    border-radius: 4px;
    border: 1px dashed #fff;
}
.sub-menu-faculty li a {
    padding: 22px;
    display: block;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
.main-leader li span {
    font-size: 12px;
    display: block;
}
.other-leader ul li span {
    display: block;
    font-size: 14px;
}
.innerbaner img {
    width: 100%;
}
h2.search-box-section {
    background: #F5F5F5;
    margin: 0px;
    color: #e13c48;
    font-size: 2.2em;
    padding: 15px 0px;
    text-align: center;
}
li.search > .searchbox > #searchform > div > label {
    display: none
}
li.search > .searchbox > #searchform {
    margin: 0px
}
li.search > .searchbox > #searchform > div > input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #05296b;
    border: 0px;
    padding: 3px 6px;
    color: #ffff;
    box-shadow: none;
    margin: 0px 0px 0px -5px;
}
li.search > .searchbox > #searchform > div > input[type=text] {
    float: left
}
.searchwrap {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
    margin: 15px auto 0px;
}
.searchwrap h2.pageheading {
    margin: 0px 0px 15px 0px;
    font-size: 1.3em;
}
.bords {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.bords li {
    padding-left: 15px;
    margin-bottom: 15px;
}
.bords li::before {
    content: close-quote !important;
    width: 0;
    height: 0;
    display: none;
}
.bords .s-profile {
    border-bottom: 2px solid #F3AC17;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
    margin: 0px 0 15px 0;
    padding: 15px 0px 0px 0px;
    font-size: 1em;
    min-height: 245px;
}
.bords .chairmen {
    min-height: 140px;
}
.bords.min-hei .chairmen {
    min-height: 188px;
}
.bords .s-profile table {
    border-collapse: collapse;
    width: 100%;
}
.bords .s-profile table td {
    border-bottom: 1px solid #efefef;
    padding: 10px;
    vertical-align: top;
    font-family: 'Alegreya Sans', sans-serif;
}
.bords .man-des table td {
    font-size: 12px;
}
.bords .s-profile table tr:last-child td {
    border-bottom: 0px solid #efefef;
}
.profilepic img {
    max-width: 100%;
    border-radius: 0%;
    border: 0px solid #ffffff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .2);
}
.pdf-size {
    color: #505050;
    display: block;
}
.pdf-size::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f1c1";
    color: #D32F2F;
    margin-right: 5px;
}
.flty-ele .panel, .panel-body img.img-thumbnail {
    width: 100% !important
}
#accordion .panel-heading {
    position: relative;
    background-color: #1b326c;
    border-color: #dcd3ad;
    border-radius: 0;
    padding: 16px 15px;
}
#accordion .panel-heading h4 {
    text-transform: none;
    color: #fff;
    /* border: none; */
    /* padding-bottom: 0; */
    /* font-weight: 400; */
}
#accordion .panel-heading h4 a {
    display: block
}
#accordion .panel-heading h4 a i.glyphicon {
    padding: 8px;
    font-size: 13px;
    border-radius: 50%;
    position: absolute;
    /* border: 2px solid #fff; */
    top: 10px;
    right: 15px;
}
#accordion .panel-heading a:focus, #accordion .panel-heading a:hover {
    text-decoration: none
}
.reallink li {
    margin-bottom: 5px;
}
.reallink li a:before {
    display: inline-block;
    left: 0px;
    top: 2px;
    text-align: center;
    font-size: 12px;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 6px;
}
a.AKTU.external {
    padding: 0 11px;
    margin-right: -7px;
}
.life-section .media {
    /* background: #f1eded; */
    padding: 15px;
    border: 1px dashed #e13c47;
}
.life-section .media .media-left .media-object, .life-section .media .media-right .media-object {
    width: 200px;
    border: 5px solid #fff;
    box-shadow: 1px 1px 1px #ccb8b8;
    border-radius: 2px;
}
.hide-leader {
    display: none !important;
}
.brand-item {
    padding: 5px 0px;
}
.brand-item img {
    max-width: 100%;
    border: 0px solid #ccc;
    padding: 3px;
}
.eventcard .nano {
    min-height: 345px;
    overflow-y: auto;
}
.error-404.not-found {
    text-align: center;
    padding: 10px;
}
.dir-picsection {
    padding: 10px;
    background: #efebeb;
    text-align: center;
    margin: 0 11px 11px;
    color: #000;
    display: block;
    border: 1px dashed #c71321;
    width: 300px;
    float: left;
}
.dir-picsection .img-thumbnail {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.dir-picsection h3 {
    font-size: 16px;
    margin: 9px 0 7px 0;
    font-weight: 400;
    border-bottom: 0px dashed #e13c48;
    display: inline-block;
    line-height: normal;
}
.table-bordered > tbody > tr > td {
    text-align: left !important;
}
.anitibox label {
    display: block;
    width: 100%;
    font-weight: 400;
}
.anitibox input, .anitibox textarea {
    margin-top: 8px;
    font-size: 12px;
}
.date-timeanit .col-sm-6 {
    margin: 0 6px 0 0;
    padding: 0;
    width: 48%;
}
input.wpcf7-form-control.wpcf7-submit {
    padding: 8px 34px;
    -webkit-appearance: button;
    cursor: pointer;
    background: #05296b;
    color: #fff;
    border: 0px;
    margin-top: 0px;
    margin-left: 20px;
    font-size: 16px;
}
.implink .date {
    display: none !important;
}
.implink li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 1em;
}
.implink li:before {
    content: url(../images/notice-icon.png);
    position: absolute;
    left: 6px;
}
.top-nav li:last-child {
    border: none !important;
}
.ticker .ndate {
    display: none;
}
@keyframes tickerMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.ticker {
    display: flex;
    overflow: hidden;
    background: #f3f3f3;
    padding: 6px;
    border-radius: 5px;
    border: 2px dashed #e13c48;
    font-weight: bold;
    margin: 1em auto;
}
.ticker ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 40px;
    white-space: nowrap;
    animation: tickerMove 80s linear infinite;
}
.ticker:hover ul {
    animation-play-state: paused;
}
.ticker li {
    font-weight: 500;
}
.ticker a {
    padding: 10px;
    color: #991414;
    text-decoration: none;
    font-weight: 700;
}
.ticker a:hover {
    color: #234584;
}
.ticker a::before {
    content: "\f0a4";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}
@keyframes tickerMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
.slider {
    padding: 0;
    position: relative;
}
.carve {
    position: absolute;
    bottom: -1px;
    margin: 0px auto;
    right: 0;
    left: 0px;
    z-index: 1;
}
.carve img {
    width: 100%;
}
a.dropdown-toggle.ok {
    pointer-events: painted;
}
.nano-content {
    margin: 0 !important;
}
.announcements li {
    display: flex;
    flex-direction: row-reverse;
}
.announcements li .ndate {
    pointer-events: none !important;
    width: 150px;
    vertical-align: middle;
    text-align: center;
    background-color: #e13c48;
    color: #fff;
    font-size: .8em;
    padding: 8px 5px;
    margin-right: 1em;
    line-height: 13px;
}
div#example_filter {
    float: right;
}
.archive-btn, .archive_back {
    position: absolute;
    right: 16px;
    top: -74px;
    z-index: 2;
}
.archive-btn, .archive_back {
    display: block;
    padding: 8.4px 15px;
    width: 90px;
    border: 0;
    text-align: right;
    border-radius: 0;
}
.archive-btn:before {
    content: "\f187";
}
.archive_back:before {
    content: "\f177";
}
.archive-btn:before, .archive_back:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 12px
}
.table tr th {
    background-color: #1f4381;
    color: #fff;
}
.leftmenu {
    background: #fff;
    border: 1px solid #ddd;
}
.leftmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.leftmenu > ul > li > a {
    display: block;
    padding: 14px 16px;
    background: #c71320;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}
.leftmenu > ul > li > a:hover {
    background: #c71320;
}
.leftmenu ul ul > li > a {
    display: block;
    padding: 10px 20px;
    background: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
}
.leftmenu ul ul > li > a:hover {
    background: #ffffff;
    color: #0056b3;
}
.leftmenu ul ul ul > li > a {
    padding-left: 40px;
    /* font-size: 13px; */
    background: #fafafa;
    color: #444;
    border-bottom: 1px dashed #ddd;
}
.leftmenu ul ul ul > li > a:hover {
    background: #eef3ff;
    color: #003c8f;
}
.leftmenu ul ul ul ul > li > a {
    padding-left: 55px;
    /* font-size: 12px; */
    color: #666;
}
.leftmenu .active-otpl-menu > a, .leftmenu .a-active-otpl-menu {
    background: #e13c48 !important;
    color: #fff !important;
    font-weight: 600;
}
.events {
    height: 356px;
    overflow-y: scroll;
}
p:empty {
    display: none;
}
.swiper-slide .animated-image {
    opacity: 1 !important;
}
.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.gallery li {
    vertical-align: middle
}
.gallery li img {
    width: 100%;
    position: relative;
    height: 100%;
}
.gallery li a {
    display: block;
    position: relative;
    overflow: hidden;
    height: auto;
    margin-bottom: 8px;
    height: 250px;
}
.gallery li .overlay {
    height: 100%;
    width: 100%;
    z-index: 5;
    text-align: center;
    background-color: rgb(22 42 100 / 80%);
    padding: 30px;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(.5, .5);
    -moz-transform: rotateY(180deg) scale(.5, .5);
    -ms-transform: rotateY(180deg) scale(.5, .5);
    -o-transform: rotateY(180deg) scale(.5, .5);
    transform: rotateY(180deg) scale(.5, .5);
    opacity: 0;
}
.gallery li .def-head {
    position: absolute;
    display: block;
    bottom: 0;
    padding: 1em 11px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    transition: all 250ms ease-out 0s;
    color: #fff;
    text-shadow: 1px 1px 1px #403e3e;
    font-weight: 400;
    background-color: rgb(22 42 61 / 85%);
    border-top: 0 solid #fff;
    border-bottom: 0 solid #fff;
    z-index: 5;
    opacity: 1;
    font-weight: 700;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    padding: 15px;
}
.gallery li a:hover .overlay {
    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
    opacity: 1
}
.gallery li a:hover .def-head {
    bottom: -15%;
    opacity: 0
}
.gallery li .heading, .gallery li .data-content {
    display: block;
    text-align: center;
    margin-bottom: 10px
}
.gallery li .heading {
    font-size: 23px;
    font-family: "Merriweather", serif;
    color: #fff;
    font-weight: 700;
    margin-top: 48%
}
.gallery li .data-content {
    color: #fff;
    padding-top: 29px;
    font-size: 1em;
    font-weight: 400;
    padding-bottom: 16px
}
.gallery li .view-page {
    color: #fff;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    margin: auto;
    padding: 5px 10px;
    z-index: 9;
    position: relative;
    width: auto
}
.newgallery {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.newgallery li {
    position: relative;
    overflow: hidden;
}
.newgallery img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease;
}
.newgallery img:hover {
    filter: grayscale(1);
}
.video_gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
}
.video_gallery li iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
.video_title {
    text-align: center;
    margin: 0;
    font-size: 15px;
    position: absolute;
    left: 10%;
    right: 10%;
    background: #e13c48;
    bottom: -15px;
    color: #fff;
    padding: 10px;
    border-radius: 100px;
}
.video_gallery li {
    position: relative;
}
#VideoGallery li iframe {
    width: 100%;
    height: 300px;
    border-radius: 10px;
}
#VideoGallery ul {
    grid-template-columns: repeat(1, 1fr);
}
#PhotoGallery ul {
    grid-template-columns: repeat(2, 1fr);
}
#PhotoGallery ul {
    height: 336px;
    overflow-y: scroll;
}
#VideoGallery ul {
    height: 345px;
    overflow-y: scroll;
}
#PhotoGallery li a {
    height: 160px;
}
.search-result {
    list-style: outside none none;
    padding: 0;
    display: flow-root
}
.search-result li {
    padding: 15px;
    transition: all .2s ease 0s;
    list-style: none;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 2px 33px 2px rgb(121 124 148/18%);
    border-radius: 10px;
    background: #fff
}
.search-result .local {
    display: block;
    font-size: 1.16em
}
.search-result span {
    color: var(--bs-dark);
    display: block;
    font-size: .85em
}
.search-result p {
    margin: 5px auto
}
.search-result li a {
    color: #0027ff;
    text-decoration: underline;
}
section {
    padding: 1.7em 0;
}
.happenings .ndate, .conference .ndate {
    display: block;
    color: #931414;
    position: relative;
}
.breadcumb-wrapper {
    padding: 0;
}
.brand-wrapper {
    width: 90%;
    margin: 15px auto;
}
.brand-items li {
    text-align: center;
    list-style: none;
    padding: 0 10px;
}
.brand-items img {
    max-height: 70px;
    width: auto;
    display: inline-block;
    transition: 0.3s;
}
.brand-items .owl-controls {
    margin-top: 10px;
    text-align: center;
    display: none;
}
.brand-items .owl-prev, .brand-items .owl-next {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-50%);
}
.brand-items .owl-prev {
    left: -60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 49%;
}
.brand-items .owl-next {
    right: -40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 49%;
}
.sitemap {
    display: grid;
    gap: 25px;
    padding: 0;
    list-style: none;
    justify-items: stretch;
}
.sitemap > li {
    padding-left: 25px;
    position: relative;
}
.sitemap > li:before {
    content: "";
    position: absolute;
    left: 13px;
    top: 7px;
    bottom: 0;
    width: 2px;
    background: #1b426e;
}
.sitemap > li > a:first-child {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    padding-left: 10px;
    text-decoration: none;
    color: #F44336;
}
.sitemap > li > a:first-child:before {
    content: "";
    position: absolute;
    left: -17px;
    top: 6px;
    width: 12px;
    height: 12px;
    background: #ffc12c;
    border-radius: 50%;
}
.sitemap li ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
    position: relative;
}
.sitemap li ul li {
    position: relative;
    margin: 4px 0;
    padding-left: 0;
}
.sitemap li ul li:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    width: 12px;
    height: 1px;
    background: #1b426e;
}
.sitemap li ul li a {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}
.sitemap li ul li a:hover {
    background: #1b426e;
    color: #fff;
    padding-left: 14px;
}
.serial {
    counter-reset: Serial;
}
.serial tr td:first-child::before {
    content: "" counter(Serial, decimal);
    counter-increment: Serial;
}
.serial tr td:first-child {
    text-align: center;
}
.inner p {
    text-align: justify;
}
.feedback form {
    display: flex;
    flex-wrap: wrap;
}
.feedback .form-group {
    width: 31%;
    margin: 0 20px 0.6em 0;
}
.feedback .form-group:nth-last-child(2), .feedback .form-group:nth-last-child(3) {
    width: 97.7%;
    margin: 0 1em 0em 0;
}
.feedback .form-control {
    padding: 10px;
    height: auto;
}
.feedback .btn {
    padding: 15px 50px;
    margin-top: 1.5em;
}
.student-grievance-portal form {
    display: flex;
    flex-wrap: wrap;
}
.student-grievance-portal .form-group {
    width: 47%;
    margin: 0 20px 0.6em 0;
}
.student-grievance-portal .form-group:nth-last-child(2) {
    width: 96.4%;
    margin: 0 1em 0em 0;
}
.student-grievance-portal p {
    width: 97.7%;
}
.student-grievance-portal .form-control {
    padding: 10px;
    height: auto;
}
.student-grievance-portal .btn {
    padding: 15px 50px;
    margin-top: 20px;
}
img.pull-left.img-thumbnail {
    margin-right: 1em;
    height: 200px;
    width: 250px;
}
img.pull-right.img-thumbnail {
    margin-left: 1em;
    height: 200px;
    width: 250px;
}
.section-heading {
    margin: 30px 0 15px;
    font-weight: 600;
}
.styled-list {
    padding-left: 20px;
}
.styled-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}
.implink {
    padding-bottom: 0;
}
.alumni form {
    display: flex;
    flex-wrap: wrap;
}
.alumni .form-group {
    width: 31.6%;
    margin: 0 20px 0.6em 0;
}
.alumni .form-group:nth-last-child(5), .alumni .form-group:nth-last-child(6) {
    width: 48.4%;
    margin: 0 1em 0em 0;
}
.alumni p {
    width: 97.7%;
}
.alumni .form-control {
    padding: 10px;
    height: auto;
}
.alumni .btn {
    padding: 15px 50px;
    margin-top: 10px;
}

.media-body {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

.media-body:before {
  content: "“";
  font-size: 40px;
  position: absolute;
  left: 0;
  top: -10px;
  color: #999;
}

.media-body:after {
  content: "”";
  font-size: 40px;
  position: absolute;
  right: 0;
  bottom: -10px;
  color: #999;
}
.owl-carousel {
 
    padding: 0;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .otherslink ul li a {
        padding: 10px;
        min-height: 156px;
        font-size: 1em;
    }
    .program-section .nav-pills > li > a {
        padding: 12px;
    }
    #PhotoGallery ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .newscard1 .nav-tabs > li > a {
        padding: 15px;
    }
    .h4, h4 {
        font-size: 16px;
    }
    .top-nav li {
        padding: 3px;
    }
    .top-nav .col-md-4 {
        display: none;
    }
    :root {
        --swiper-navigation-size: 14px;
    }
    .search-box {
        margin: 5px 0;
    }
    .top-nav {
        font-size: 11px;
    }
    .searchbox {
        width: 100%;
    }
    .logotext {
        margin-left: 0px !important;
        border-left: 0 !important;
        text-align: center;
        margin-top: 0 !important;
    }
    .logo img {
        max-height: 50px;
    }
    .logotext h1 {
        font-size: 14.9px;
        line-height: 20px;
        font-weight: 700;
    }
    .logotext h1 strong, .logotext h1 br {
        display: none;
    }
    .footerbtm .text-right {
        text-align: left
    }
    .logotext h2 {
        font-size: 10px;
    }
    .header .logo-centr, .header .logotext, .header .col-md-2 {
        float: left;
        padding: 0px 5px;
    }
    .header .col-md-2 {
        width: 18%;
    }
    .header .logotext {
        width: 63%;
        text-align: left
    }
    #wowslider-container1 .ws_images {
        height: auto;
    }
    .leader-sec {
        margin: 10px 0px;
    }
    .other-leader {
        padding: 0px 15px;
    }
    .eventcard, .newscard1 {
        width: 100% !important;
        margin-bottom: 15px !important
    }
    .program-section h1 {
        font-size: 1.8em;
        margin-bottom: 8px;
    }
    .nav-pills > li {
        float: none;
    }
    .faculty-section h1 {
        font-size: 1.8em;
        margin-bottom: 15px;
    }
    .button {
        font-size: 0.8em;
        margin-bottom: 8px;
    }
    .govlink {
        margin: 0px 10px;
    }
    .govlink img {
        height: 35px;
    }
    .about-section {
        background-size: cover;
    }
    .about-section h1 {
        font-size: 1.2em;
    }
    .strip .right {
        padding: 12px 10px;
    }
    .implink h1 {
        font-size: 1.8em;
    }
    .strip .left {
        padding: 5px 15px;
        min-height: auto;
    }
    .program-section .btn-warning {
        margin-bottom: 5px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #000;
        background-color: rgba(0, 0, 0, .09);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #454545;
    }
    .dropdown > a::after {
        float: right;
        margin-right: 10px;
    }
    .nav > li {
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: rgba(0, 0, 0, .1);
    }
    .main-leader ul {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        height: auto;
        overflow: hidden;
    }
    .main-leader ul li {
        padding: 8px 0px;
        float: left;
        width: 50%;
    }
    .footadd p {
        padding-left: 0px;
    }
    .otherslink ul {
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .otherslink ul li {
        width: 50%;
    }
    .main-leader ul, .other-leader ul {
        min-height: auto;
    }
    .footer-link .rightborder {
        min-height: auto;
    }
    .main-leader li {
        width: 100%;
    }
    .alumni .form-group, .feedback .form-group, .student-grievance-portal .form-group {
        width: 100% !important;
        margin: 0 0px 0.6em 0 !important;
    }
    .footerbtm {
        padding: 15px 0;
    }
}