body {
    font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6,ul {
    margin: 0;
    padding: 0;
}
h1,h2 {
    color: #282828;
    font-size: 37px;
    font-weight: 700;
    line-height: 1.3em;
}
a {
    color: #000000;
    transition: all .5s ease;
    text-decoration: none;
}
a:hover {
    color: #02508c;
    text-decoration: none;
    transition: all .5s ease;
}
p {
    line-height: 28px;
    font-size: 15px;
    margin: 0px;
    text-align: justify;
}
img{
    width: 100%;
}
.round{
    border-radius: 20px;
}
ul li {
    line-height: 28px;
    font-size: 15px;
    list-style-type: none;
    text-align: justify;
}
ul li i {
    font-size: 18px;
}
.fs-s{
    font-size: 14px;
}  
.bg {
    background-color: #f7f7f7;
}
.parent-gap {
    padding: 50px 0px;
}
.top-main {
    background: #000;
    padding: 5px 0px;
}
.top-main a {
    font-size: 14px;
    color: #fff;
}
.bg-dark{
    background-color: #282828;
}
.social-links ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social-links ul li {
    list-style-type: none;
}
.social-links ul li {   
    padding: 0px 8px;
}
.navigation {
    height: 85px;
    background: #282828;
    position: relative;
}
.navigation::before {
    content: "";
    background: #a7061f;
    width: 68%;
    height: 100%;
    position: absolute;
    right: 0;
    clip-path: polygon(0 0, 100% 1500%, 100% 0);
}
.brand {
    position: absolute;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
    top: 50%;
    transform: translate(0%, -50%);
}
nav {
    float: right;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 999;
    position: relative;
}
.nav-dropdown {
    background: #fff;
}
.nav-dropdown li a {
    color: #000 !important;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0px !important;
}
.navbar-brand img {
    width: auto;
    height: 60px;
    padding: 0px 10px 0px 0px;
}
.navbar-brand span {
    font-size: 21px;
    font-weight: 700;
}
.navbar-brand {
    display: flex;
    align-items: center;
}
nav ul li {
    float: left;
    position: relative;
}
nav ul li a,nav ul li a:visited,nav ul li a:hover {
    display: block;
    padding: 0 13px;
    line-height: 85px;
    color: #ffffff;
    text-decoration: none;
}
nav ul li a:not(:only-child):after,nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}
nav ul li ul li {
    min-width: 190px;
}
nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}
.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    min-width: 45rem;
    border-top: none;
    transform: translate(-50%, 0%);
    border-radius: 0px 0px 5px 5px;
    left: 50%;
    padding: 20px 20px;
    top: 85px;
}
.dropdown-w {
    min-width: auto;
}
.menu-title {
    font-weight: 600;
}
.carousel-item img {
    height: 70vh;
    object-fit: cover;
    object-position: center;
}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
}
.banner-text {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 70%;
    width: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.carousel-item::before {
    content: "";
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.curve-abt-image {
    position: relative;
}
.tag {
    width: 170px;
    text-align: center;
    height: 100px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 5px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    transition: 0.5s;
    border-radius: 20px 0px 20px 0px;
}
.tag h2 {
    font-size: 45px;
    margin: 0px;
    line-height: 45px;
}
.tag p {
    line-height: 21px;
    font-size: 14px;
    text-align: center;
}
.curve-abt-text ul li {
    padding: 3px 0px;
}
.curve-abt-text ul li i {
    font-size: 18px;
    color: #a7061f;
}
.curve-cards {
    position: relative;
    padding: 30px 30px 50px 30px;
    background-color: #f7f7f7;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: 0.5s;
    height: calc(100% - 30px);
}
.curve-cards {
    position: relative;
    padding: 30px 30px 50px 30px;
    background-color: #f7f7f7;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: 0.5s;
    height: calc(100% - 30px);
}
.dc-curve {
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    background: #ffffff;
    right: 0;
    bottom: 0;
    border-radius: 30px 0px 0px 0px;
}
.dc-icon {
    position: absolute;
    background: #f7f7f7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    bottom: 0;
    right: 0px;
    z-index: 9;
    transition: 0.5s;
    transform: rotate(-45deg);
}
.curve-cards-img {
    text-align: right;
    margin-top: -20px;
}
.curve-cards-img img {
    width: auto;
    height: 50px;
}
.curve-cards::before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 15px 15px 0 0 #fff;
    content: "";
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 9;
}
.curve-cards::after {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 15px 15px 0 0 #fff;
    content: "";
    position: absolute;
    right: 50px;
    bottom: 0px;
    z-index: 9;
}
.curve-cards-text {
    padding: 10px 0px 0px 0px;
}
.curve-cards-text h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}
.curve-cards:hover .dc-icon {
    background: #a7061f;
    transition: 0.5s;
    color: #fff;
    transform: rotate(0deg);
}
.sublinks li a {
    line-height: initial !important;
}
.inner-page-bnr img {
    max-height: 500px;
    object-fit: cover;
    object-position: 0 18%;
}
.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 100%;
    padding: 30px 30px;
}
.contact-page-form input,.contact-page-form textarea,.contact-page-form select {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}
.contact-info-icon i {
    font-size: 48px;
    color: #a7061f;
}
.owl-nav {
    position: absolute;
    top: -50px;
    transform: translate(0px, 0px);
    right: 0;
}
.owl-prev {
    background: #a7061f !important;
    width: 30px;
    color: #fff !important;
    border-radius: 0px !important;
    position: absolute;
    left: -70px;
    margin: 0px !important;
}
.owl-next {
    background: #a7061f !important;
    width: 30px;
    color: #fff !important;
    border-radius: 0px !important;
    position: absolute;
    right: 0;
    margin: 0px !important;
}
/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    background: #282828;
    height: 80px;
    width: 60px;
    transform: translate(0px, -50%);
}
@media only screen and (max-width: 1200px) {
    .nav-mobile {
        display: block;
    }
    nav {
        width: 100%;
        padding: 70px 0 15px;
    }
    nav ul {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }
    .nav-dropdown {
        position: static;
        transform: translate(0%, 0%);
    }
    nav ul li a, nav ul li a:visited {
        background: #282828;
    }
    .navigation::before{
        display: none;
    }
    .navbar-brand h6 {
        font-size: 13px;
    }
    .navbar-brand span {
        font-size: 18px;
    }
    .btm-fixed {
        position: fixed;
        background: #a7061f;
        z-index: 9;
        bottom: 0;
        width: 80%;
        left: 50%;
        transform: translate(-50%, 100%);
        padding: 5px 5px;
        transition: 0.5s;
        opacity: 0;
        border-radius: 10px 6px 0px 0px;
    }
    .carousel-item img {
        height: 30vh;
        object-fit: cover;
        object-position: center;
    }
    .brand {
        padding-left: 0px;
    }
    .btm-fixed ul {
        justify-content: center;
    }
    .bottom-bar{
        transform: translate(-50%, 0%);
        transition: 0.5s;
        opacity: 1;
    }
    .social-links ul li a {
        font-size: 11px;
    }
    h1, h2 {
        font-size: 22px;
    }
    .nav-dropdown {
        background: #454545;
        border-radius: 0px !important;
        min-width: initial !important;
    }
    .sublinks li a {
        background: #454545 !important;
        color: #fff !important;
    }
    .nav-dropdown .menu-title {
        color: #fff;
    }
    .sublinks li {
        list-style-type: initial;
        color: #fff;
        margin: 0px 0px 0px 20px;
    }
}
@media screen and (min-width: 1200px) {
    .nav-list {
        display: block !important;
    }
}
@media screen and (max-width: 992px) {
    .banner-text {
        left: 20px;
        width: 90%;
        transform: translate(0%, -50%);
    }
    .banner-text h2 {
        font-size: 21px;
        line-height: 35px;
    }
    .social-links ul {
        justify-content: center;
    }
    h2 {
        font-size: 20px;
    }
    .order-change {
        flex-direction: column-reverse;
    }
    .parent-gap {
        padding: 30px 0px;
    }
}
#nav-toggle {
    position: absolute;
    left: 18px;
    top: 50%;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
    transform: translate(0px, -50%);
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    border-radius: 50px;
    height: 3px;
    width: 30px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before,#nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}
/* Footer */
.menus h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.menus-links li {
    padding: 3px 0px;
    color: #fff;
}
.menus-links li a {
    color: #fff;
    opacity: 0.6;
    transition: 0.5s;
}
.menus-links li a:hover {
    opacity: 1;
    transition: 0.5s;
}
.menus-links li i {
    font-size: 18px;
    color: #a7061f;
}
.copyright-footer {
    background: #000;
    display: flex;
    padding: 5px 10px;
    justify-content: center;
}
.copyright-footer p {
    margin: 0px;
    color: #fff;
}
.nav-list li a:hover .nav-dropdown{
    display: block !important;
}
.principal-img img {
    position: relative;
    border: 5px solid #f7f7f7;
}
.category-tag {
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    background: #a7061f;
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 1rem;
    transition: 0.5s;
    opacity: 0;
    border-radius: 0px 50px 50px 0px;
}
.card:hover .category-tag {
    box-shadow: 0px 2px 40px #ccc;
    opacity: 1;
    transition: 0.5s;
}
.faculty-single-field {
    text-align: center;
    background: #fff;
    padding: 0px 0px;
    height: 100%;
    position: relative;
    box-shadow: 0px 3px 3px #00000012;
    border-radius: 10px;
    overflow: hidden;
}
.faculty-single-field-contant {
    padding: 10px 10px;
}
.faculty-single-field-contant span {
    color: #033b4a;
    font-weight: 700;
}
.faculty-single-field-contant p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    text-align: center;
}
.department-divider {
    background: #a7061f;
    color: #fff;
    padding: 8px 8px;
    display: inline-block;
    text-align: center;
    border-radius: 0px 50px 50px 0px;
}

@media screen and (max-width: 992px) {
    .menus {
            padding: 20px 0px 0px 0px;
        }
    .menus h3 {
        margin-bottom: 10px;
    }
    .btm-fixed ul li a{
        font-size: 16px;
    }
}
.collision {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    height: 50px;
    width: 150px;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    position: relative;
    background-color: #282828;
    border: none;
}
.collision::before,a.collision::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #a7061f;
  top: 50%;
  border-radius: 50%;
  z-index: 9;
}
.collision::before {
  transform: translate(-50%, -50%);
  left: -20px;
}
.collision::after {
  transform: translate(50%, -50%);
  right: -20px;
}
.collision span {
    z-index: 99;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    top: 50%;
    color: #fff;
}
.collision:hover span i {
    transform: rotate(35deg);
    transition: 0.8s ease-in-out;
    opacity: 0;
    font-size: 0;
}
.collision:hover::before {
  animation: move-left 2s both;
  animation-direction: alternate;
}
.collision:hover::after {
  animation: move-right 2s both;
  animation-direction: alternate;
}
.breadcrumb {
    float: initial;
    background: #f7f7f7;
    margin: 0px;
    padding: 2px 0px;
    align-items: center;
}
table {
    width: 100%;
}
table tbody tr:nth-child(odd) {
    background: #f2f2f2;
}
table tr th {
    padding: 10px 20px;
    background: #a7061f;
    color: #fff;
    border-width: 1px;
    border-color: #fff;
    font-size: 15px;
}
table tr td {
    padding: 10px 20px;
    border: 1px solid #f7f7f7;
    font-size: 15px;    
}
.breadcrumb-item a,.breadcrumb-item.active {
    font-size: 12px;
}
.nav-tabs {
    border: none;
}
.nav-link {
    background: transparent;
    border: none !important;
    color: #000;
    padding: 9px 0px;
    box-shadow: none;
    margin: 0px 20px 0px 0px;
    font-weight: 600;
}
.nav-link:hover, .nav-link:focus {
    color: #000;
}
.nav-link.active {
    border: none;
    position: relative;
}
.nav-link.active::after {
    width: 100%;
    content: "";
    position: absolute;
    background: #a7061f;
    left: 0;
    height: 2px;
    bottom: 0px;
}
.labs-image img {
    border: 5px solid #f7f7f7;
}
.single-citation-faculty {
    background: #f7f7f7;
    border: 1px solid #ccc;
}
.btn-primary {
    background: #a7061f;
    padding: 2px 10px;
    color: #fff;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    font-size: 14px;
    border: none;
}
.btn-primary:hover, .btn-primary:focus {
    background: #860519;
    color: #fff;
}
.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: red;
    border-radius: 0px 7px 0px 0px;
    color: #fff;
    padding: 10px;
    --bs-btn-close-bg: none;
    display: flex;
    justify-content: center;
    transition: 0.5s;
}
.modal-body {
    padding: 20px 30px;
}
.modal-body ul li a i {
    font-size: 12px;
}
.ugc-single {
    border: 1px solid #ccc;
    padding: 10px 60px 10px 10px;
    background: #f7f7f7;
    position: relative;
} 
.ugc-single img {
    width: auto;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0%, -50%);
}
.bounce-btn, .bounce-btn:hover, .bounce-btn:focus {
    background: #fff;
    padding: 12px 15px;
    color: #a7061f;
    font-weight: 600;
    border-radius: 2px;
    line-height: initial;
    -webkit-animation: bounce .4s ease infinite alternate;
}
input,input:hover,input:focus,textarea,textarea:hover,textarea:focus {
    box-shadow: none;
    outline: 0;
}
.faculty-single-field-img {
    background-image: linear-gradient(to right, #afb3b6, #d2d6d9, #afb3b6);
}
.faculty-single-field-img img {
    width: auto;
    height: 100%;
    max-height: 250px;
}

@-webkit-keyframes bounce {
    0% {
        transform:translateY(25px);
    }
    100% {
        transform:translateY(15px);
        text-shadow:  0 50px 0 #black, 0 0px 20px rgba(0, 0, 0, .8);
    }
}

@media screen and (max-width: 992px) {
    .faculty-info {
        padding: 10px 10px;
    }
    .bounce-btn, .bounce-btn:hover, .bounce-btn:focus {
        -webkit-animation: initial;
        background: #000;
    }
}

@keyframes move-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    height: 400px;
    width: 400px;
  }
}

@keyframes move-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    height: 400px;
    width: 400px;
  }
}

@media screen and (min-width: 767px) {
    .modal.fade .modal-dialog {
        min-width: 700px;
    }
}

.e-library-video video {
    object-fit: cover;
    object-position: center;
    border: 1px solid #ccc;
    height: 100%;
    border-radius: 10px;
    background: #f7f7f7;
}
.modal-body ul li{
    padding: 0px 0px 10px 0px;
}
.modal-body ul li a {
    display: block;
    line-height: 22px;
}