@font-face {
    font-family: "poppins";
    src: url('../font/Poppins-Regular.ttf');
}

@font-face {
    font-family: "akshar";
    src: url('../font/Akshar-Bold.ttf');
}

@import url('../css/font-awesome.min.css');

p {

    line-height: 40px;
    font-family: "poppins", sans-serif;
}

a {
    text-decoration: none;
    font-family: "poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "akshar", sans-serif;
    color: #032174;
    text-transform: uppercase !important;
}

td {
    font-family: "poppins", sans-serif;
    text-align: start;
    text-transform: capitalize !important;
}

.section {
    background-color: #ffffff;
}

.navbar {
    background-color: #032174;
}

#header .navbar {
    background-color: #032174;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
}

.navbar-nav .nav-link {
    color: #fff;
    font-family: "poppins", sans-serif;
}

.dropend .dropdown-toggle {
    color: #000;
    margin-left: 1em;
    font-weight: 500 !important;
    font-family: "poppins", sans-serif !important;
}

a .nav-link .dropdown-toggle {
    font-family: "poppins", sans-serif !important;
}

.dropdown-item:hover {
    background-color: #032174;
    color: #fff;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}

.navbar.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1000;
    /* Adjust z-index as needed */
}

footer {
    background-color: #F57E21;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(209,683,303)'%3E%3Cstop offset='0' stop-color='%23F57E21'/%3E%3Cstop offset='1' stop-color='%23FAAF19'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='556' height='463.3' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.07'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

h3 {
    border-left: 3px solid #fff;
    padding-left: 10px;
}

.list-bottom {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-item-bottom {
    color: #fff;
    line-height: 1.8;
    font-size: 15px;
    font-family: "poppins", sans-serif;
    margin: 0;
    padding: 0;
}

.list-item-bottom a {
    color: #fff;
    text-decoration: none;
}

.list-item-bottom a:hover {
    text-decoration: underline;
}

.bottom-line {
    border-bottom: 1px solid #fff;
}

footer p {
    text-align: center !important;
}

.abt {
    background-color: #F1F1F1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23c9c9c9' fill-opacity='0.03'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.03'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");
}

.abt-bg {
    background-color: #F1F1F1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23c9c9c9' fill-opacity='0.03'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.03'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");
}


.abt-lead_imgback img {
    border-bottom-left-radius: 60px;
    border-top-right-radius: 60px;
}

.admini-imgs {
    border-bottom-left-radius: 60px;
    border-top-right-radius: 60px;
}

.abt ul {
    list-style: none;
    /* Remove default list style */
    padding-left: 20px;
    /* Add some left padding for the list */
}

.abt ul li {
    position: relative;
    font-size: 15px;
    line-height: 40px;
    font-family: "poppins", sans-serif;
}

.abt ul li::before {
    content: '\2713';
    margin-right: 5px;
    color: #032174;
    font-size: 13px;
    font-weight: 600;
    padding: 1px 4px;
    border-radius: 50%;
    border: 2px solid #032174;
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #032174;
    border-radius: 0px;
}

.nav-pills .nav-link {
    color: #032174;
    font-weight: 600;
    border: 1px solid #032174;
    border-radius: 0px;
}

.text-green {
    color: green;
}

.text-brown {
    color: brown;
}

.text-blink a {
    text-decoration: none;
    color: #032174;
}

.text-blink {
    animation: blink 1s infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

thead {
    background-color: #032174;
    color: #fff;
}

.table>:not(caption) {
    border: 1px solid #032174;
}

td {
    border-right: 1px solid #032174;
}

thead th {
    border-right: 1px solid #fff;
}

th {
    border-right: 1px solid #032174;
}

.text-red {
    color: red;
    padding-bottom: 20px;
    text-align: center;
}

.coeactivity img {
    border-radius: 10px;
}

mark {
    background-color: #032174;
    color: #fff;
    padding: 10px;
    font-weight: bold;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Centering items within the slide */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next {
    color: #fff;
    font-weight: bolder;
    background-color: #032174;
    padding: 30px;
}

.swiper-button-prev {
    color: #fff;
    font-weight: bolder;
    background-color: #032174;
    padding: 30px;
}

.e-images img {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.transport_link a {
    color: #386cfa;
    text-decoration: none;
}

.transport_link a:hover {
    text-decoration: underline;
}

.alumni_link a {
    text-decoration: none;
    font-family: "poppins", sans-serif;
    font-size: 15px;
}

.gallery-main {
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    cursor: pointer;
}

/* .gallery-col{
    padding: 25px;
    border: 1px solid #032174;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
} */

.block {
    border: 2px solid transparent;
    /* Set initial border */
    padding: 10px;
    text-align: center;
    position: relative;
}

.block::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid transparent;
    /* Set initial border for pseudo-element */
    border-radius: 5px;
    animation: pulsateBorder 2s ease-in-out infinite alternate;
    /* Animation for the border */
}

@keyframes pulsateBorder {
    0% {
        border-color: transparent;
        transform: scale(1);
    }

    100% {
        border-color: #032174;
        /* Change the border color as needed */
        transform: scale(1.1);
    }
}

.custom-b-home {
    height: 60px;
    color: #fff;
    background: #032174;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #F57E21;

}



.top {
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: linear-gradient(90deg,
            transparent 50%,
            rgba(255, 49, 49, 0.5),
            rgb(255, 49, 49));
}

.bottom {
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg,
            rgb(57, 255, 20),
            rgba(57, 255, 20, 0.5),
            transparent 50%);
}

.right {
    top: 0;
    right: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            transparent 30%,
            rgba(0, 255, 255, 0.5),
            rgb(0, 255, 255));
}

.left {
    left: 0;
    bottom: 0;
    width: 5px;
    height: 0;
    background: linear-gradient(180deg,
            rgb(255, 255, 113),
            rgba(255, 255, 113, 0.5),
            transparent 70%);
}

.top {
    animation: animateTop 3s ease-in-out infinite;
}

.bottom {
    animation: animateBottom 3s ease-in-out infinite;
}

.right {
    animation: animateRight 3s ease-in-out infinite;
}

.left {
    animation: animateLeft 3s ease-in-out infinite;
}

.border-animate {
    position: absolute;
}

@keyframes animateTop {
    25% {
        width: 100%;
        opacity: 1;
    }

    30%,
    100% {
        opacity: 0;
    }
}

@keyframes animateBottom {

    0%,
    50% {
        opacity: 0;
        width: 0;
    }

    75% {
        opacity: 1;
        width: 100%;
    }

    76%,
    100% {
        opacity: 0;
    }
}

@keyframes animateRight {

    0%,
    25% {
        opacity: 0;
        height: 0;
    }

    50% {
        opacity: 1;
        height: 100%;
    }

    55%,
    100% {
        height: 100%;
        opacity: 0;
    }
}

@keyframes animateLeft {

    0%,
    75% {
        opacity: 0;
        bottom: 0;
        height: 0;
    }

    100% {
        opacity: 1;
        height: 100%;
    }
}

.custom-b-home h6 {
    justify-content: center;
    margin: 0;
}

.custom-b-home h6 a {
    color: #F1F1F1;
    font-family: "poppins", sans-serif;
}


.marq-two {
    color: #032174;
    font-size: 18px;
    padding: 0;
    margin: 0;
    font-family: "poppins", sans-serif;
    position: absolute;
}

.marq-two a {
    text-decoration: underline;
    color: #032174;
}

strong {
    color: #032174;
    font-family: "poppins", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #032174;
    width: 100px;
    height: 100px;
}

.card-text {
    text-align: center;
    line-height: 1.8;
}

.owl-carousel1 .card {
    border: none;
    background-color: #F1F1F1;
}

.outer {
    display: none;
}

.owl-carousel .item {
    border: none;
    background-color: #F1F1F1;
}

.owl-carousel p {
    font-family: "poppins", sans-serif;
    line-height: 1.8;
}

.owl-carousel span {
    font-family: "poppins", sans-serif;
    line-height: 1.8;
}

.btn-container .btn-primary {
    background-color: #032174;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #032174;
}

.item .logo-slide {
    max-width: 300px;
    height: auto;
}

/* Brand logo slider */
.brands {
    position: relative;
    overflow: hidden;
    height: 8.5rem;
}

.brands:hover .brands__wrapper,
.brands:hover .brands__preWrapper {
    animation-play-state: paused;
}

.brands__preWrapper {
    position: relative;
    width: 100%;
    height: 8.5rem;
    transform: translateX(0%);
    animation: scroll1 30s linear infinite;
    animation-delay: 4s;
    animation-direction: alternate;

    will-change: transform;
}

.brands__wrapper {
    position: absolute;
    white-space: nowrap;
    transform: translateX(0%) translateZ(0);
    animation: scroll2 30s linear infinite;
    animation-delay: 4s;
    animation-direction: alternate;

    will-change: transform;
}

.brands__wrapper>a,
.brands__wrapper>img {
    position: relative;
    display: inline-block;
    margin: 0 1rem;
    vertical-align: middle;
}

.brands__wrapper>a img {
    max-width: 15rem;
    max-height: 8.5rem;
}

@keyframes scroll1 {
    0% {
        transform: translateX(-0%);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes scroll2 {
    0% {
        transform: translateX(0%) translateZ(0);
    }

    100% {
        transform: translateX(-100%) translateZ(0);
    }
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    /* Adjust as needed */
    background-color: #fff;
    /* Background color for sticky header */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Optional: Add a shadow for effect */
}

.courses li a {
    text-decoration: underline;
    color: #032174;
}

.courses li a:hover {
    color: #F57E21;
    text-decoration: none;
}

ol li {
    line-height: 30px;
    font-family: "poppins", sans-serif;
    margin-top: 10px;
}

.fs-6 {
    font-size: 12px !important;
}

.whtapp {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
}

.btn-close:focus {
    box-shadow: none;
}

.qrcode-image{
            height: 100px !important;
        }