﻿*{
    box-sizing: border-box;
    font-family: "Times New Roman", Times, serif;
}
body, html{
    overflow-x: hidden;
}
.fw{
    font-weight: bold;
}
a{
    text-decoration: none !important;
}
p{
    text-align: justify;
}
button.navbar-toggler {
    background-color: white;
}
.top-nav {
    background-color: #f4f7fb;
}
.sec-nav a{
    text-decoration: none;
}
.sec-nav {
    background-color: #17345a;
    white-space: nowrap;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.sec-nav .nav-link{
    color: white;
    font-weight: bold;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: white !important;
}
.middle-bttns {
    background-color: #f88b08 !important;
    color: white !important;
    padding: 5px !important;
    font-weight: bold !important;
    text-shadow: 0 0 2px #4a4a4a;
    border-radius: 4px;
    text-align: center;
}
.sec-nav .nav-link:hover {
    color: white;
}
.s-i {
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    text-align: center;
}
.fb-i{
    background-color: #1877F2;
    color: white;
}
.tw-i{
    color: white;
    background-color: black;
}
.yt-i {
    color: #FF0000;
    background-color: white;
}
.footer {
    background-color: #17345a;
    color: white;
}
.footer a{
    text-decoration: none;
    color: #cdd3d7;
}
.footer li{
    list-style-type: none;
    margin-bottom: 5px;
    color: #cdd3d7;
}
.footer .all-i{
    transform: rotate(45deg);
    transition: all ease-out 0.5s;
}
.footer li:hover .all-i{
    transform: rotate(0);
}
.footer h5{
    margin-bottom: 10px;
    font-weight: bold;
}
.footer li:hover ,.footer a:hover{
    color: #e86616;
}
@media screen and (max-width: 575px) {
    .top-nav .container{
        padding-bottom: 5px;
    }
    .top-nav .d-grid{
        display: flex !important;
        flex-direction: row;
        justify-content: space-evenly;
    }
    .carousel-item {
        height: 350px !important;
    }
    .upper-s .py-4 {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    .hide-t{
        display: none;
    }
    .contact-bg{
        height: 200px !important;
    }
    .upper-c{
        transform: translateY(0%) !important;
    }
    .d-img{
        height: 175px !important;
    }
    .img-con.px-5{
        padding-inline: 5px !important;
    }
    .ne-img{
        height: 220px !important;
    }
    .f-w{
        width: 100% !important;
        margin: 0px;
        padding: 0px;
    }
    .top-links .e-m{
        display: flex;
        justify-content: end !important;
    }
    .top-nav .affiliated-s{
        margin-top: -25px !important;
    }
    .reverse-link{
        display: flex;
        flex-direction: column-reverse !important;
    }
    .footer .container{
        transform: translateY(-34%) !important;
    }
}
@media screen and (min-width: 576px){
    .omse .row{
        gap: 10px;
    }
    .omse .col-sm-3{
        width: 32% !important;
    }
    .five-main-points .col-sm-3{
        width: 19% !important;
    }
    .approach-sec .col-sm-5{
        width: 48% !important;
    }
    .approach-sec .ls.first::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -20px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 20px solid #adebf6;
    }
    .approach-sec .ls.second::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -20px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 20px solid #84f18e;
    }
    .approach-sec .ls.third::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -20px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 20px solid #FFE5B4;
    }
    .approach-sec .rs.first::before {
        content: "";
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid #f3e884;
    }
    .approach-sec .rs.second::before {
        content: "";
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid #c5ade9;
    }
    .pml img{
        transform: translateX(20px) !important;
    }
    .pmr {
        transform: translate(-20px, 40px) !important;
    }
}
@media screen and (min-width: 576px) and (max-width: 991px){
    .footer .container{
        transform: translateY(-42%) !important;
    }
}
@media screen and (min-width: 769px){
    .lr-p{
        padding-inline: 40px !important;
    }
}
@media screen and (max-width: 991px){
    div#offcanvasNavbar {
        background: #1d3758;
    }
    .navbar{
        padding: 0px !important;
    }
    .top-links .m-text {
        padding-left: 31px !important;
    }
    .d-n {
        display: none !important;
    }
}
@media screen and (min-width: 992px){
    .pml img{
        height: 500px !important;
    }
}
.carousel-item {
  position: relative;
  height: 500px;
}
.split-image {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.vstrip {
  position: absolute;
  top: 0;
  height: 100%;
  width: 20.2%;
  background-size: 500% 100%;
  background-repeat: no-repeat;
  background-position-y: center;
  opacity: 0;
  will-change: transform;
  backface-visibility: hidden;
}
.vstrip:nth-child(1) {
  left: 0%;
  background-position-x: 0%;
  animation: slideFromLeft 1s forwards 0.1s;
}
.vstrip:nth-child(2) {
  left: 20%;
  background-position-x: 25%;
  animation: slideFromRight 1s forwards 0.2s;
}
.vstrip:nth-child(3) {
  left: 40%;
  background-position-x: 50%;
  animation: slideFromLeft 1s forwards 0.3s;
}
.vstrip:nth-child(4) {
  left: 60%;
  background-position-x: 75%;
  animation: slideFromRight 1s forwards 0.4s;
}
.vstrip:nth-child(5) {
  left: 80%;
  background-position-x: 100%;
  animation: slideFromLeft 1s forwards 0.5s;
}
@keyframes slideFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.five-main-points .col-sm-3 {
    text-align: center;
}
.five-main-points .col-sm-3 i{
    font-size: 30px;
    color: white;
    padding: 10px;
    border-radius: 50px;
}
.iau p {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 19px;
}
.nav-pills .nav-link {
    background-color: #f0f0f0;
    color: black;
    border-radius: 0px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: white;
    background-color: #254088 !important;
    border-radius: 0px;
}
.scrolling-content a{
    color: black;
}
.i-news .scrolling-content div {
    border-bottom: 2px dotted #bdbcbc;
}
.col-sm-7 .scrolling-content div {
    padding-bottom: 10px;
}
.scrolling-content i{
    float: left;
    color: red;
    padding: 5px;
}
.scrolling-content .ane{
    background-color: #ff6c00;
    color: white;
    padding: 10px;
    border-radius: 5px;
}
.pr{
    width: 100%;
    height: 400px;
}
.sf h5{
    text-align: center;
    color: black;
    font-weight: bold;
}
.sf-img{
    width: 70%;
    height: 110px;
}
.ipm .pmp {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sp .sp-a {
    background-color: #efefef;
    padding-inline: 15px;
}
.sp h6 {
    padding-inline: 15px;
}
.sp .sp-a a{
    color: black;
}
.sp .col-sm-4{
    border: 1px solid #bdbcbc;
    border-radius: 10px;
    padding: 0px;
    background-color: white;
}
.table > :not(caption) > * > * {
    background-color: transparent;
}
.contact-sec a{
    color: black;
}
.form-control:focus {
    border-color: none; 
    outline: 0;
    box-shadow: 0 0 0 0; 
}
.popupdiv {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    animation: fadeInUp 0.6s ease-in-out;
    animation-delay: var(--delay);
    animation-fill-mode: backwards;
}

.popupdiv:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}
.omse h3 {
    text-align: center;
    font-weight: bold;
    background-color: #122352;
    color: white;
}
.omse .col-sm-3 {
    border: 1px solid #bdbcbc;
    background-color: #f0f0f0;
    padding: 0px;
    transition: transform 0.4s ease-in-out;
}
.omse .col-sm-3:hover {
    transform: translateY(-10px);
    background-color: #dddbdb;
}
.omse p{
    padding: 10px;
}
@keyframes slideFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slideFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slideFromTop {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideFromBottom {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.element {
    opacity: 0;
    transform: translateX(0) translateY(0);
    transition: opacity 1.5s ease, transform 1.5s ease;
}
.element.left.animate {
    animation: slideFromLeft 2s cubic-bezier(.215, .61, .355, 1) forwards;
}
.element.right.animate {
    animation: slideFromRight 2s cubic-bezier(.215, .61, .355, 1) forwards;
}
.element.top.animate {
    animation: slideFromTop 2s cubic-bezier(.215, .61, .355, 1) forwards;
}
.element.bottom.animate {
    animation: slideFromBottom 2s cubic-bezier(.215, .61, .355, 1) forwards;
}
.left-animation,
.right-animation,
.top-animation,
.bottom-animation {
    height: auto;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.left-animation.animate,
.right-animation.animate,
.top-animation.animate,
.bottom-animation.animate {
    opacity: 1;
}
@keyframes revealFromLeft {
    0% {
        clip-path: polygon(-100% 0, 0 0, 0 100%, -100% 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
@keyframes revealFromRight {
    0% {
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
@keyframes revealFromTop {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% -100%, 0% -100%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
@keyframes revealFromBottom {
    0% {
        clip-path: polygon(0 100%, 100% 100%, 100% 200%, 0% 200%);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
.left-animation.animate {
    animation: revealFromLeft 3s cubic-bezier(.215, .61, .355, 1) forwards;
}
.right-animation.animate {
    animation: revealFromRight 3s cubic-bezier(.215, .61, .355, 1) forwards;
}
.top-animation.animate {
    animation: revealFromTop 3s cubic-bezier(.215, .61, .355, 1) forwards;
}
.bottom-animation.animate {
    animation: revealFromBottom 3s cubic-bezier(.215, .61, .355, 1) forwards;
}
.m-table .table > :not(caption) > * > * {
    background-color: #f1f1f1;
}
.gallery-sec .g-btn {
    background-color: #233e88;
    margin-bottom: 5px;
    color: white;
}
.nav-link:focus, .nav-link:hover {
    color: white !important;
}
.gallery-sec .g-image{
    width: 100%;
    height: 300px;
}
.gallery-sec .column{
    margin-bottom: 10px;
}
.gallery-sec .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: #122352 !important;
    color: white !important;
}
.gallery-sec .btn:hover {
    background-color: #122352 !important;
    color: white;
}
.news-sec td {
    background-color: #ededed !important;
}
.slide-news {
    position: sticky;
    top: 0;
    background-color: #dbdbdb;
}
.news-sec h4{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-sec h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.slide-news .i-content{
    background-color: #254088;
    color: white;
    margin-inline: 10px;
    position: relative;
    transform: translateY(-40%);
    padding: 10px;
}
.events-sec td {
    background-color: #ededed !important;
}

.slide-events {
    position: sticky;
    top: 0;
    background-color: #dbdbdb;
}

.events-sec h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.events-sec h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.slide-events .i-content {
    background-color: #254088;
    color: white;
    margin-inline: 10px;
    position: relative;
    transform: translateY(-40%);
    padding: 10px;
}
.main .scroll-area {
    height: 400px;
    overflow: hidden;
    position: relative;
}
.main .slide-track {
    transition: transform 0.6s ease;
    will-change: transform;
}
.main .slide {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}
.main .overlay {
    text-align: center;
    background-color: #135684ad;
    height: 100%;
    justify-content: center;
    color: white;
    width: 100%;
    box-shadow: inset 0 0 130px #000000;
    display: flex;
    flex-direction: column;
    padding-inline: 30px;
}
.main .lr-p h2 {
    text-shadow: 2px 2px 2px #dc3545;
}
.main .lr-p p {
    font-size: 21px;
    text-align: center !important;
}
.main .sidebar ul {
    padding-left: 20px;
    border-left: 3px solid #005285;
}
.main .sidebar li {
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid #005285;
    color: #17345a;
    font-weight: bold;
    padding: 5px;
    transition: all linear ease-in-out 0.5s;
    border-radius: 50px;
}
.main .sidebar li::before {
    content: '';
    position: absolute;
    left: -29px;
    top: 10px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #005285;
}
.main .sidebar li.active::before {
    background-color: #005285;
}
.main .sidebar li.active {
    background-color: #17345a;
    color: white;
    border-radius: 0px;
}
@media screen and (min-width: 768px) {
    .main .sidebar ul.d-md-block {
        justify-content: space-evenly;
        flex-direction: column;
        height: 100%;
        display: flex !important;
    }
    .main .sidebar li.active::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 20px solid #17345a;
    }
}
@media (max-width: 767px) {
    .main .row.flex-md-row {
        flex-direction: column;
    }
    .main .sidebar {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
    .main .sidebar ul {
        display: flex;
        flex-direction: row;
        padding: 10px 15px;
        margin: 0;
        border: none;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
    }
    .main .sidebar li {
        display: inline-block;
        margin-right: 20px;
        padding-left: 25px;
        font-size: 14px;
        position: relative;
    }
    .main .sidebar li::before {
        left: 5px;
        top: 11px;
        width: 10px;
        height: 10px;
    }
    .main .sidebar .mb-4 {
        margin-bottom: 0px !important;
    }
}
@media screen and (min-width: 1100px){
    .middle-bttns{
        height: 34px !important;
    }
}
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
#navList li {
  opacity: 0;
  transform: translateX(100px);
}
#navList li.show {
  animation: slideInRight 0.6s ease forwards;
}
.glance-section .n{
    font-size: 38px;
    color: white;
    text-shadow: 3px 1px 0 #FF0000;
}
.glance-section .n-s p{
    font-size: 19px;
}
.faculty-sec a{
    color: #17345a;
    font-weight: bold;
}
.faculty-sec .col-sm-2{
    transition: all ease-in-out 0.2s;
}
.faculty-sec .col-sm-2:hover{
    transform: translateY(-10%);
}
.approach-sec .col-sm-5 {
    margin-bottom: 15px;
}
.approach-sec .ls {
    position: relative;
    box-shadow: 0 0 5px #a4a4a4;
    padding: 10px;
}
.approach-sec .rs {
    position: relative;
    box-shadow: 0 0 5px #a4a4a4;
    padding: 10px;
}
.approach-img{
    width: 100%;
    height: 280px;
}
.awards-sec .item {
    box-shadow: 0 0 10px #c6c6c6;
    padding: 15px;
    background-color: white;
}
.awards-sec .owl-carousel .owl-stage-outer{
    overflow-y: hidden !important;
    padding-block: 10px;
}
.awards-sec .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #122352;
}
.awards-img {
    width: 150px !important;
    height: 200px;
    float: left;
    margin-right: 10px;
    shape-outside: circle();
    border-radius: 4px;
    border: 1px solid #bdbcbc;
}
.awards-sec .owl-theme h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #17345a;
}
.awards-sec .owl-theme p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
}
.awards-sec i{
    color: #FF0000;
}
.awards-sec a{
    color: #17345a;
    display: flex;
    justify-content: end;
}
.news-image{
    width: 100%;
    height: 200px;
}
.nes .swiper{
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-block: 23px;
    scrollbar-width: none;
}
.nes .news a{
    color: #122352;
}
.news .swiper-slide {
    padding: 10px;
    position: relative;
}
.news .swiper-slide .news-content{
    padding: 10px;
}
.news .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    right: 15px;
    background: #f1f6f5;
    z-index: -1;
    transform: skew(0deg, 7deg);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.02);
    border-radius: 15px;
    transition: all 500ms ease;
}
.news .swiper-slide::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f1f6f5;
    z-index: -1;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}
.news .swiper-slide:hover::before {
    transform: skew(0deg, 0deg);
}
.h-events {
    height: 360px;
    padding: 10px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    position: relative;
}
.events-wrapper {
    display: flex;
    flex-direction: column;
}
.events-item {
    height: 160px;
    padding: 10px;
    background-color: #f1f6f5;
    color: black;
    border-radius: 4px;
    transition: transform 0.5s ease;
}
.nes h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nes i{
    color: #FF0000;
}
.h-events p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pmr .p-para {
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pml {
    position: relative;
}
.pml::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -30px;
    left: 0px;
    border-radius: 15px;
    z-index: -1;
    border: 5px solid #9d2520;
}
.pmr::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 30px;
    border-radius: 15px;
    z-index: -1;
    border: 5px solid #9d2520;
}