* {
    font-family: Geneva, Verdana, sans-serif;
    /* font-family: Poppins,sans-serif; */
    font-size: 20px;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* heading and hr start */
.page-head div,
.page-head span,
.notice-head div,
.notice-head span {
    font-size: xx-large;
    font-family: 'Franklin Gothic Medium';
}

.page-head {
    margin-left: auto;
    margin-bottom: auto;
    margin-right: auto;
    width: 25%;
    margin-top: 1%;
}

.ln {
    margin: auto;
    margin-top: -20px;
    width: 80%;
}

.ln img {
    width: 100%;
}

@media screen and (max-width: 425px) {
    .page-head {
        width: 77%;
        display: block;
    }

    .ln {
        margin-top: -15px;
    }
}

.page-head span {
    color: #b17ca3;
    display: inline;
}

.page-head div {
    display: inline;
}

/* heading and hr end */

.events-page p,
.about-sec p,
.course-info p {
    font-family: Geneva, Verdana, sans-serif;
    font-size: large;
    color: black;
    text-align: justify;
}

.faculty-sec p {
    font-family: Geneva, Verdana, sans-serif;
    font-size: medium;
    color: black;
}

/* home page background start */
.background-main {
    background: url('../images/1.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
    height: 800px;
    position: relative;
}

@media screen and (max-width: 425px) {
    .background-main {
        height: 300px;
    }

}

/* home page background end*/

/* About us start */


.about-sec .about-inr {
    background-color: #fbf4fa;
    padding: 3% 5%;
    border-radius: 5%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* height:400px; */
}

.about-sec img {
    height: 100%;
    width: 100%;
    border-radius: 0% 5% 5% 0%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.about-sec .abt-l-cont {
    width: 50%;
    padding-right: 2%;
    float: left;
}

.about-sec .abt-r-cont {
    width: 50%;
    padding-left: 2%;
    float: left;
}

@media screen and (max-width: 425px) {
    .about-sec {
        margin-top: 2%;
    }

    .about-sec .abt-l-cont {
        width: 100%;
        display: block;
    }

    .about-sec .abt-r-cont {
        width: 100%;
        display: block;
    }

    .about-sec .about-inr {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding: 3% 8%;
    }
}

/* About us end*/

/* faculty section start */
.column,
.column-p {
    float: left;
    /* margin-bottom: 16px; */
    padding: 0px 15px;
}

.column {
    width: 25%;
    background: url('../../assets/images/bk.jpg');
    background-size: cover;
}

.column-p {
    width: 75%;
    background: url('../../assets/images/bk.jpg');
    background-size: contain;
     position: relative;
    /*bottom: 0px; */
}

.prince {
    /* position: absolute; */
    /* height: 100px; */
    position: absolute;
    bottom: 0px;
}

.card {
    border: none;
    background: transparent;
    height: 300px;
}

.card img {
    width: 75%;
    height: 80%;
    align-self: center;
    filter: drop-shadow(rgba(112, 111, 111, 0.869) 10px 0rem 10px);
}

.card-p {
    border: none;
    background: transparent;
    height: 300px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.card-p img {
    width: 100%;
    height: 100%;
    /* align-self: center; */
    filter: drop-shadow(rgba(112, 111, 111, 0.869) 10px 0rem 10px);
}

.pn {
    padding-left: 16px;
}

.pn span {
    /* text-transform: uppercase; */
    font-size: 15px;
    color: #000000;
    letter-spacing: 1px;
    /* margin-bottom: 5px; */
    display: block;
}

.pn h2 {
    font-size: 25px;
    font-weight: 600;
    /* margin-bottom: 10px; */
}

.pn em {
    font-size: 25px;
    font-style: normal;
    color: #b17ca3;
}

@media screen and (max-width: 425px) {
    .prince {
        position: relative;
        top: -5%;
    }

    .column,
    .column-p {
        width: 100%;
        display: block;
        background-size: cover;
        height: max-content;
    }

    .card img {
        width: 50%;
        align-self: center;
    }

    .card-p {
        width: 51%;
    }

    .pn {
        width: 32%;
        margin-left: auto;
        margin-right: auto;
        padding: 2% 0% 0% 0%;
    }

    .pn span {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

.fn {
    padding: 10px 16px;
    text-align: center;
}

.prince p {
    padding: 10px 16px;
    text-align: justify;
}

/* faculty section end */

/* course start */
.course-col-content {
    float: left;
    width: 82%;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.course-col-name {
    float: left;
    width: 18%;
    margin-bottom: 10px;
    padding: 5px 15px;
}

@media screen and (max-width: 425px) {
    .course-col-content {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 0px;
    }

    .course-col-name {
        width: 48%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 0px;
    }
}

.course-col-name .cont {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 170px;
    padding: 60px 10px;
    background-color: #b17ca3;
    color: white;
    text-align: center;
}

.course-col-name h6 {
    line-height: 1.5;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}

.course-col-content .cont {
    height: 170px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 20px 25px;
}

@media screen and (max-width: 425px) {
    .course-col-content .cont {
        height: auto;

    }
}

/* course end */

/* contact page start */
.contact-form2 {
    float: left;
    width: 60%;
    padding: 30px 50px;
    /* margin-bottom: 16px; */
    background-color: white;
    filter: drop-shadow(rgba(0, 0, 0, 0.607) -1rem 1rem 10px);
    margin-left: 8%;
    border: 1px solid rgb(222, 221, 221);
}

.contact-form2 hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.contact-map {
    float: left;
    width: 35%;
    height: 350px;
    margin-bottom: 16px;
    padding-top: 60px;
    position: absolute;
    left: 50%;
    filter: drop-shadow(rgb(0, 0, 0, 0.607) -1rem 1rem 10px);
}

.contact-map iframe {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.contact-form2 input,
textarea {
    width: 58%;
    border: none;
}

.contact-form2 input:focus,
textarea:focus {
    outline: none;
}

.all-btn {
    background-color: #b17ca3;
    color: white;
    width: 10px;
    border: 1px outset;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

@media screen and (max-width: 425px) {
    .contact-form2 {
        width: 100%;
        display: block;
        margin: 1% 5% 0% 5%;
    }

    .contact-map {
        width: 100%;
        display: block;
        position: relative;
        left: 0%;
        margin: 5%;
        padding-top: 0%;
    }

    .contact-form2 input,
    textarea {
        width: 100%;
        display: block;
    }
}

/* contact page end */

/* gallery start */
.column-gal {
    width: 25%;
    float: left;
    margin-bottom: 10px;
    padding: 0% 1% 2% 1%;
    background-size: cover;
    height: 300px;
}

@media screen and (max-width: 425px) {
    .column-gal {
        width: 100%;
        display: block;
    }
}

.ca {
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-shadow: rgba(1, 1, 1, 0.48) 6px 2px 16px 0px, rgba(0, 0, 0, 0.8) -6px -2px 16px 0px;
    border-radius: 20px;
}

.ca img {
    height: 100%;
    /* width: 100%; */
    transition: transform .5s ease;
}

.ca:hover img {
    transform: scale(1.5);
}

/* gallery end */

/* main gallery started */
.lnkimg {
    height: 100%;
    width: 100%;
    overflow: hidden;
    /* border: 1px solid rgba(253, 0, 0, 0.17); */
    box-shadow: #ecbfe3 0px 3px 8px;
}

.lnkimg img {
    height: 80%;
    width: 100%;
    /* transition: transform .5s ease; */
}

.lnkimg .imgcap {
    height: 15%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    color: black;
    text-align: center;
}

/* main gallery end */
/* event page started */
.card-event img {
    width: 100%;
    align-self: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    height: 40%;
    border: 3px outset rgb(70, 69, 68);
}

.card-event {
    margin-top: 30px;
    height: 93%;
    overflow: hidden;
}

.column-event {
    float: left;
    width: 50%;
    margin-bottom: 16px;
    padding: 0px 20px;
    background: url('../../assets/images/bk.jpg');
    background-size: cover;
    background-position: center;
    height: 800px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 425px) {
    .column-event {
        width: 100%;
        display: block;
    }
}

.dt {
    background-color: #b17ca3;
    border-radius: 10px;
    line-height: 50px;
    position: absolute;
    color: white;
    font-size: 25px;
    font-weight: 600;
    left: 25%;
    width: 50%;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

/* event page end */

/* home page notice-event sec start */
.notice-sec {
    float: left;
    width: 50%;
    margin-bottom: 16px;
    padding: 15px;
}

.event-sec a {
    text-decoration: none;
    color: black;
}

.notice-sec,
.event-sec {
    position: relative;
    padding: 10px;
    width: 48%;
    margin: 5% 1% 1% 1%;
    float: left;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    overflow: hidden;
    height: 500px;
}

.notice-head {
    margin-left: auto;
    margin-bottom: 2%;
    margin-right: auto;
    width: 50%;
    margin-top: 0%;
}

@media screen and (max-width: 425px) {
    .notice-head {
        width: 70%;
        display: block;
    }

    .notice-sec {
        width: 100%;
        display: block;
        margin: 10px 20px 10px 20px;
    }

    .event-sec {
        width: 100%;
        display: block;
        margin: 10px 20px 10px 20px;
    }

    .event-content p {
        height: 25px;
        overflow: hidden;
    }

    .event-content h6 {
        height: 46px;
        overflow: hidden;
    }

    .event-list .event-date {
        position: relative;
        top: 0px;
    }
}

.notice-head span {
    color: #b17ca3;
}

.notice-head div {
    display: inline;
}

.notice-head span {
    display: inline;
}

.eve-h {
    overflow: hidden;
}

.eve {
    width: 100%;
    height: 80%;
    overflow-y: hidden;
    position: relative;
    transform: translateY(100%);
    animation: scroll-top 5s linear infinite;
    padding: 3%;
}

.eve:hover {
    animation-play-state: paused;
}

.event-list {
    padding: 10px;
    width: 100%;
    float: left;
    border-bottom: 1px solid black;
}

.event-date {
    width: 95px;
    float: left;
    text-align: center;
    background: #b17ca3;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    position: relative;
    top: 15px;
    /* bottom: auto; */
}

.event-date p {
    font-weight: 500;
    font-size: 15px;
    color: white;
}

.event-date h4 {
    font-weight: 500;
    font-size: 28px;
}

.event-content {
    width: calc(100% - 110px);
    float: left;
    /* margin-left: 10px; */
    margin: 2px 0px 2px 10px;
    font-weight: 400;
}


.notice-board {
    border: 5px solid black;
    padding: 30px;
    color: black;
    background-color: #fbf4fa;
    width: 100%;
    float: left;
    position: relative;
    overflow-y: hidden;
    height: 86%;
}

.notice-board ul {
    list-style: square;
    padding-left: 5%;
    width: 95%;
    float: left;
    transform: translateY(100%);
    animation: scroll-top 5s linear infinite;
}

.notice-board ul:hover {
    animation-play-state: paused;
}

.notice-board ul li {
    font-size: 20px;
    margin-bottom: 20px;
    width: 100%;
    float: left;

}

@keyframes scroll-top {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

/* home page notice-event sec end */

/*home page new carusal start*/
.carousel {
    margin-top: 15px;
}

.carousel-inner {
    height: 500px;
}

.carousel-img {
    height: 300px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.carousel-img img {
    height: 100%;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.carousel-caption {
    margin-top: 1%;
    width: 70%;
    position: relative;
}

.carousel-caption p {
    color: white;
    font-size: 25px;
}

#carouselExampleControls {
    padding: 5%;
    background-color: rgb(129, 126, 126);
}

@media screen and (max-width: 425px) {
    .carousel {
        margin-top: 20px;
    }

    .carousel-img {
        width: 100%;
        display: block;
    }

    .carousel-caption {
        margin-top: 10% !important;
        left: 0% !important;
        right: 0% !important;
        width: 80% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .carousel-caption p {
        font-size: 15px;
    }
}

/* home page new carusal end */

/* home page our students owl carousel start */
.owl-carousel {
    background: url('../../assets/images/bk.jpg');
    background-position: center;
    background-size: contain;
}

@media screen and (max-width: 425px) {
    .owl-carousel {
        background-size: cover;
    }
}

.owl-carousel .item {
    color: rgb(0, 0, 0);
    padding: 10px;
    margin: 5px;
    text-align: center;
    font-size: 24px;
    border-radius: 5px;
}

/* home page our students owl carousel end*/

/* gallery image popup code start*/
.modal {
    display: none;
    position: fixed;
    /* z-index: 3; */
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 900px;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
    color: #bbb;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

/* gallery image popup code end */

/* event image popup code start*/
.e_modal {
    display: none;
    position: fixed;
    /* z-index: 3; */
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.e_modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 900px;
}



@media only screen and (max-width: 700px) {
    .e_modal-content {
        width: 100%;
    }
}

/* event image popup code end*/