﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
    font-family: "Roboto", sans-serif;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

    ul li {
        list-style: none;
    }

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        color: #000;
    }

.allbtnview:hover {
    color: #fff;
}
p{
    text-align:justify;
}
.ml-3 {
    margin-left: 25px;
}
/* Header */

.header-title h1 {
    font-size: 18px;
    text-align: center;
    margin: 0;
    color: #000;
    font-weight: bold;
}

.header-content {
    display: flex;
    column-gap: 40px;
    justify-content: center;
    margin: 0;
}

    .header-content li {
        color: #000;
        font-weight: bold;
    }

.top-navbar {
    position: relative;
}

.upper-nav {
    background: #fff;
}

.nav-bar li i {
    font-size: 14px;
}

.nav-logo {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

    .nav-logo .logo {
        position: absolute;
        left: 44px;
        bottom: 15px;
        background: #DEDEDE;
        padding: 5px;
    }

.logo img {
    height: 129px;
}

.logo-name h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: end;
}

.upper-logo h1 {
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
}
.upper-logo .lower-con p{
    font-family: "Alex Brush", cursive;
    margin-bottom: 0;
    font-size: 23px;
    text-align: center;
    font-weight: 900;
}
.logo-name p {
    font-size: 16px;
}

.contact-links {
    border-right: 1px solid black;
}

    .contact-links a {
        font-weight: bold;
        font-size: 20px;
    }

.get-in-touch a {
    background: #f37435;
    padding: 10px 30px;
    color: #fff;
    border-radius: 50px;
}

nav {
    background-color: #002a60;
    padding: 12px 0;
}

.nav-left {
    width: 30%;
}

.nav-bar {
    width: 100%;
    display: flex;
    column-gap: 28px;
    position: relative;
    justify-content: center;
}

    .nav-bar li a {
        color: #fff;
        font-weight: 500;
        font-size: 20px;
        font-family: math;
    }

.nav-dropdown {
    position: absolute;
    padding: 0px 0px;
    background-color: #fe4148;
    width: 253px;
}

    .nav-dropdown li a {
        color: #fff;
        padding: 0px 8px;
        display: block;
    }

    .nav-dropdown li:hover {
        background: #002a60;
    }

    .nav-dropdown li {
        padding: 6px 0;
        border-bottom: 1px solid #fff;
    }

.nav-dropdown {
    display: none;
}

.nav-bar > li:hover .nav-dropdown {
    display: block;
    z-index: 1;
}


textarea {
    resize: none;
}
/*################################*/
.upper-logo {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

    .upper-logo span {
        font-size: 36px;
        font-weight: 900;
    }
/* footer */
footer {
    background: #ebdfcf;
}

.footer-about, .footer-contact {
    padding: 10px 5px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 10px;
}

    .footer-logo img {
        height: 100px;
    }

.footer-abouts {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.footer-contact .footer-title {
    margin-top: 14px;
}

    .footer-contact .footer-title h3 {
        font-size: 25px;
    }

.address ul li {
    margin-bottom: 6px;
}

.footer-map {
    padding: 10px 5px;
    margin-top: 10px;
}

.footer-copyright {
    background-color: #f37435;
    padding: 9px 3px;
}

    .footer-copyright p {
        margin-top: 0;
        margin-bottom: 0;
        color: #fff;
        text-align: center;
        font-weight: 700;
    }

        .footer-copyright p a {
            color: #fff;
        }

/* Slider*/

.slider-logo {
    height: 470px;
}

#owl-demo .item {
    margin: 3px;
}

    #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
    }

/* pop up */

.overlay-main {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 /50%);
    z-index: 9999999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-main-content {
    z-index: 999;
}

.close-button {
    text-align: right;
}

    .close-button i {
        position: relative;
        top: 0;
        right: 0;
        color: #000;
        background: #fff;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
        border: 2px solid #000;
        cursor: pointer;
    }

.img-and-content {
    background-color: #fff;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 0px 11px 0px #ccc;
    text-decoration: none !important;
}

    .img-and-content img {
        width: 115px;
        height: 115px;
        margin-right: 12px;
        padding: 0;
        border-radius: 50%;
    }

span.content__popup {
    width: 290px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 10px;
}

.img-and-content .text-popup {
    font-size: 14px;
    font-family: 'Glory', sans-serif;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
    letter-spacing: 0px;
    font-style: normal;
    color: #000;
    line-height: 22px;
}

.see_morew__btn {
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 2px 10px 3px 10px;
    font-weight: 600;
    text-shadow: 0 0 black;
    font-size: 12px;
    font-style: italic;
    width: auto;
    margin-top: 4px !important;
    margin: 0 auto;
    font-family: 'Glory', sans-serif;
    color: #000;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 1px;
    transition: ease all 500ms;
}

span.see_morew__btn:hover {
    color: green;
    transition: ease all 500ms;
}

.topheadingpopup {
    font-family: 'Glory', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #333;
    font-size: 15px;
    line-height: 22px;
}

@media screen and (max-width:767px) {
    span.content__popup {
        width: 220px;
    }

    .topheadingpopup {
        font-size: 14px;
        line-height: 18px;
    }

    .img-and-content .text-popup {
        font-size: 13px;
        margin-right: 0px;
        line-height: 18px;
    }

    .see_morew__btn {
        font-size: 11px;
    }

    .img-and-content img {
        width: 98px;
    }
}



.item-inner {
    margin-top: 10px;
    padding: 0 75px;
}

.table-img img {
    height: 60px;
    width: 60px;
    background-color: transparent;
}

table th, td {
    text-align: center;
}

.box {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    background: #efefef;
}

    .box img {
        width: 100%;
        height: 206px;
        object-fit: cover;
        transition: all 0.4s ease-out 0s;
    }

    .box .icon {
        padding: 0;
        margin: 0;
        list-style: none;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        transition: all 0.4s ease;
    }

        .box .icon li {
            margin: 0 6px 0 0;
            display: inline-block;
            opacity: 0;
            transform: rotateX(90deg);
            transition: all .3s ease-in-out 0.2s;
        }

.gallery-sec h5 a {
    font-size: 20px;
    color: #000;
    text-align: center;
    display: block;
    margin: 10px auto;
    padding-bottom: 20px;
    font-weight: 800;
}

.box:hover img {
    opacity: 0.4;
    filter: blur(3px);
    transform: scale(1.5) translateY(-12px);
}

.box .icon li a {
    color: #000;
    background: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 33px;
    height: 36px;
    width: 36px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.box:hover .icon li {
    opacity: 1;
    transform: rotateX(0deg);
}

.box .icon li a:hover {
    color: #000;
    background: #ffde00;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.career-bg {
    padding: 25px;
    background-color: #e5e5e5;
    border-radius: 10px;
    box-shadow: 2px 2px 3px black;
}

    .career-bg h3 {
        color: #002a60;
        font-family: 'Jost';
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .career-bg h5 {
        font-size: 22px;
        color: #000;
        font-family: 'Jost';
        font-weight: 600;
    }

    .career-bg p {
        font-size: 20px;
        font-family: 'Jost';
        color: #3a3737;
        padding: 10px 0;
    }

.widget-title {
    font-size: 20px;
    color: #fff;
    margin-right: 15px;
    font-weight:600;
}

.visit-counter {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

    .visit-counter:hover {
        color: #fff;
    }

.unique-features.dps-courses-section .outer-box {
    background: none;
}

.sec-title h2 {
    position: relative;
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    color: #FFFFFF;
}

.unique-features .sec-title h2:after {
    background: #FFFFFF;
    margin: 10px auto 0 auto;
}

.sec-title h2:after {
    content: '';
    display: block;
    height: 4px;
    width: 52px;
}

.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity 0.75s ease-in-out;
}

    .carousel-fade .carousel-item.active {
        opacity: 1;
    }

.carousel,
.carousel-inner,
.carousel-item {
    width: 100%;
    height: 100%;
}

.carousel {
    top: 0;
    left: 0;
}


.carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    position: inherit;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .carousel-caption h3 img {
        height: 200px !important;
        width: 100% !important;
    }

    .carousel-caption p {
        font-weight: 600;
        font-size: 15px;
        padding: 13px 0px 10px 0px;
        color: #024024;
        background: #FFFFFF;
    }



.sec-title .sub-title {
    font-size: 16px;
    color: #024024;
    letter-spacing: 0px;
}

.bot-space {
    margin-bottom: 20px;
}




.unique-features .sec-title h2,
.unique-features .about-details h2 {
    color: #FFFFFF;
}

    .unique-features .sec-title h2:after,
    .unique-features .about-details h2:after {
        background: #FFFFFF;
    }

.unique-features.dps-courses-section .outer-box {
    background: none;
}

.faculty-single {
    padding: 20px;
    background: rgb(241 236 236);
    text-align: center;
    height: 300px;
    overflow: hidden;
    border-radius: 5px;
    transition: .5s;
    margin-bottom: 20px;
}

    .faculty-single figure {
        width: 160px;
        height: 160px;
        margin: 0 auto 20px;
        border-radius: 50%;
        overflow: hidden;
        border: 4px solid #294795;
        transition: .7s;
        background: #bbb;
    }

    .faculty-single h3 {
        font-size: 22px;
        color: #333;
        line-height: normal;
        font-weight: 600;
        transition: .7s;
    }

        .faculty-single h3 small {
            font-weight: 500;
            display: block;
            line-height: 16px;
            margin: 0 0 10px 0;
            font-size: 15px;
            transition: .7s;
            color: #294795;
        }

.faculty-details div {
    opacity: 0;
    transition: 1s;
    margin-bottom: -30%;
    padding-top: 10px;
}

.faculty-single p {
    font-size: 17px;
    line-height: normal;
    transition: .7s;
}

.faculty-single:hover {
    background: #294795;
}

    .faculty-single:hover figure {
        width: 70px;
        height: 70px;
        border: 2px solid #fff;
    }

    .faculty-single:hover div {
        opacity: 1;
        margin-bottom: -0%;
    }

    .faculty-single:hover h3, .faculty-single:hover h3 small, .faculty-single:hover p {
        color: #fff;
    }

.table, .card-5 {
    background: white;
}

.download td img {
    width: 60px;
    height: 50px;
}

.sc-image-card {
    position: relative;
    padding: 0 12px;
    margin-bottom: 60px;
}

    .sc-image-card img {
        height: 220px;
        width: 220px;
        border-radius: 50%;
        box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
        display: block;
        margin: 0 auto;
        border: 3px solid #FB860A;
    }

    .sc-image-card .details {
        position: absolute;
        left: 0;
        bottom: -18%;
        width: 100%;
        padding: 8px 10px;
        box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
        text-align: center;
        background: #fff;
        border-radius: 50px;
    }

.text-webPrimary {
    color: #000;
}

.abstract1 {
    width: 20%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pos-form-details {
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    padding: 15px !important;
}

.abttitle {
    color: #363636;
    font-size: 1.7rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.125;
    margin-bottom: 11px;
    position: relative;
    padding-bottom: 15px;
}

.pos-res-for-sec-1 .abttitle:before {
    position: absolute;
    content: '';
    left: 44%;
    bottom: 0;
    border: 0;
    height: 2px;
    width: 127px;
    background: #68246D !important;
}

.panel-heading {
    margin-top: 10px;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #ededed;
    border-radius: 6px 6px 0 0;
    color: #363636;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.25;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.form-group {
    margin-bottom: 12px;
}

label {
    color: black;
    display: inline-block;
    max-width: 100%;
}

.btn-one {
    position: relative;
    border: 2px solid #002a60;
    display: inline-block;
    background-color: #002a60;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px 30px;
    text-transform: capitalize;
    border-radius: 5px;
    transition: all 500ms ease;
    border-radius: 3px;
}

.form-control {
    font-size: 14px !important;
}

@media screen and (max-width:767px) {
    .pos-res-for-sec-1 .abttitle:before {
        left: 31%;
    }
}

.about-imgs {
    height: 220px;
    width: 100%;
}

.event-news h5 a {
    font-size: 20px;
    color: #000;
    text-align: center;
    display: block;
    margin: 10px auto;
    padding-bottom: 20px;
    font-weight: 800;
}

.sub-heading h4 {
    margin-top: 20px;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
}

.philo p {
    font-size: 19px;
}

.pri-image {
    width: 100%;
}

    .pri-image img {
        height: 500px;
        border-radius: 10px;
    }

.pri-data {
    background: #002a60;
    padding: 30px;
    height: 420px;
    left: 52%;
    top: 40px;
    border-radius: 10px;
}
.pri-data1{
     background: #002a60;
    padding: 30px;
    height: 420px;
    left: 0;
    right:53%;
    top: 40px;
    border-radius: 10px;
}
    .pri-data h1 ,.pri-data1 h1{
        font-size: 28px;
        font-weight: 800;
        margin-bottom: 10px;
        color: #fff;
    }

    .pri-data p, .pri-data1 p {
        text-align: justify;
        color: #fff;
    }
    @media screen and (max-width:900px){
        .pri-wing{
            height:80vh;
        }
        .pri-image{
                position: absolute;
    top: 0;
    z-index: -1;
        }
        .pri-image img{
          height: 208px;
          width:100%
        }
        
        .pri-data  {
            left:0;
            top:112px;
        }
        .pri-data1{
             left:0;
            top:112px;
            right:0;
        }

    }
.val-att p {
    font-size: 20px;
    text-align: center;
}

.val-inner {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgb(0 0 1);
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
}

    .val-inner i {
        font-size: 50px;
        color: #fa454c;
    }

    .val-inner p {
        font-size: 20px;
        margin-bottom: 0;
    }

    .val-inner:hover {
        transform: scale(1.1);
    }

.eyfs-section-wrp {
    background: url(../img/bg/Effect%202.png) no-repeat top center;
    background-size: cover;
    background-color: #002a60;
}

    .eyfs-section-wrp .nav-pills .nav-link {
        border: 1px solid #fffffe5e;
        border-radius: 30px;
        width: 240px;
        padding: 0;
    }

    .eyfs-section-wrp .nav:before {
        content: "";
        width: 2px;
        height: 154px;
        position: absolute;
        top: 21px;
        left: -65px;
        background: #fff;
    }

    .eyfs-section-wrp .nav-pills .nav-link:before {
        content: "";
        width: 90px;
        height: 2px;
        position: absolute;
        left: -90px;
        top: 21px;
        background: #fff;
    }

    .eyfs-section-wrp .nav-pills .nav-link:after {
        content: "";
        background: #fff;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 18px;
        left: -90px;
        border-radius: 50%;
    }

.tab-content > .tab-pane {
    padding: 40px 25px !important;
    background: linear-gradient(45deg, #d95056, #373a62);
    box-shadow: 0 0 15px #000000 !important;
    border: 1px solid #d31799;
    border-radius: 4px;
}

.eyfs-img:before {
    content: "";
    border: 2px solid #F6F6F6;
    position: absolute;
    top: 12px;
    left: 20px;
    width: 85%;
    height: 100%;
}

.eyfs-content p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.about-button {
    font-family: inherit;
    font-weight: 500;
    font-size: 17px;
    color: #ffffff;
    background: #ff5722;
    border: 0;
    padding: 5px 20px;
    transform: translateY(calc(var(--y, 0) * 1%)) scale(var(--scale));
    transition: transform 0.1s;
    position: relative;
    border-radius: 30px;
}

    .about-button:hover {
        color: #fff;
    }
