html {
    scroll-behavior: smooth;
}
body {
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    color: #242424;
    background: linear-gradient(
        90deg,
        rgb(143 199 74 / 5%),
        rgb(245 134 52 / 5%),
        rgb(255 204 42 / 5%)
    );
}

a,
a:hover {
    text-decoration: none !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

ul {
    padding-left: 0px;
    list-style-type: none;
    margin: 0;
}
img {
    display: block;
    max-width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

@media (min-width: 1366px) {
    .cmpad {
        max-width: 1526.4px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media (max-width: 1366px) {
    .cmpad {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (max-width: 991px) {
    .cmpad {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 767px) {
    .cmpad {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 575px) {
    html {
        font-size: 90%;
    }
}

@media (min-width: 768px) {
    ::-webkit-scrollbar {
        width: 10px;
        height: 6px;
    }
    ::-webkit-scrollbar-track {
        background-color: #eee;
    }
    ::-webkit-scrollbar-thumb {
        background-color: #3a3a3a;
    }
    ::-webkit-scrollbar-thumb:hover {
        background-color: #444;
    }

    .custscroll::-webkit-scrollbar,
    .custscroll::-webkit-scrollbar-thumb {
        border-radius: 13px;
        width: 6px;
        height: 6px;
        background-clip: padding-box;
        background: transparent;
    }
    .custscroll::-webkit-scrollbar-track {
        background: transparent;
    }
    .custscroll:hover::-webkit-scrollbar-thumb {
        background-color: #ccc;
    }
    .custscroll::-webkit-scrollbar-thumb:hover {
        background-color: #999;
    }

    .custscrollA::-webkit-scrollbar {
        border-radius: 13px;
        width: 6px;
        height: 6px;
        background-clip: padding-box;
        background: transparent;
    }
    .custscrollA::-webkit-scrollbar-track {
        background: transparent;
    }
    .custscrollA::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 6px;
    }
    .custscrollA::-webkit-scrollbar-thumb:hover {
        background-color: #999;
    }
}
/*modal*/
.mymodal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
    border-radius: 0.5rem;
    overflow: hidden;
}
.mymodal .btn-close{
	position: absolute;
    right: 3px;
    top: 3px;
    font-size: 0.5rem;
    background-color: rgb(104 169 24);
    z-index: 9;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    opacity: 1;
    color: white;
    border: none;
}
.mymodal img{
    width: 100%;
    object-fit: cover;
    max-height: 100%;
}
@media (min-width: 576px){
.mymodal .modal-dialog {
    max-width: 500px;   
}

}
@media (max-width: 575px){
.mymodal img {
    height : 100%;   
}

}
.modalicon{
    color: #fff;
    font-size: 15px;
    margin: auto;
    display: flex;
    justify-content: center;
}


/*---------------------------------------*/
/*::::::::::::::::HEADER:::::::::::::::::*/
/*---------------------------------------*/
header {
    position: fixed;
    width: 100%;
    z-index: 99;
    transition: 0.3s;
    /* border-bottom: 1px solid #ffffff2e; */
}

header.active {
    background-color: white;
    box-shadow: 0px 0px 20px #00000043;
    animation: dropHeader 0.9s;
}

@keyframes dropHeader {
    0% {
        top: -5rem;
    }
    100% {
        top: 0;
    }
}

header .headmain {
    display: flex;
    padding: 8px 0;
    transition: 0.3s;
    position: relative;
}

header .headmain .logocol {
    width: 350px;
    transition: 0.3s;
}
header .headmain .logocol img {
    width: 100%;
}

header.active .logocol {
    width: 130px;
}
header .logocol .logo-color {
    display: none;
}
header.active .logocol .logo-white {
    display: none;
}
header.active .logocol .logo-color {
    display: block;
}

header .headmain .menucol {
    flex: 1 0;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;
}

header .headmain .menucol .menutop ul {
    display: flex;
    gap: 20px;
    height: 35px;
    align-items: center;
}
header .headmain .menucol .menutop ul li a {
    color: rgb(255 255 255 / 95%);
    font-weight: 400;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}
header .headmain .menucol .menutop ul li a:hover {
    color: #ff974a;
}
.sidhed{
    background-color: #68a918; padding: 1px; border-radius: 5px; color: #fff; text-align: center;
}
.sidecontent{
    background-color: #fff; padding: 15px; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px;
}
.side_menu_list{
    height: 40px; border-bottom: 1px dashed #f6c582; font-size: 14px; padding-top: 10px; background-color: white;
}

.side_menu_list:hover {background-color: #fcf3eb;}






header .headmain .menucol .menutop ul li a .con-img {
    color: #ffffff;
    width: 27px;
    height: 25px;
    display: flex;
    align-items: center;
    background: rgb(104 169 24);
    justify-content: center;
    font-size: 0.85rem;
    transition: 0.3s;
    border-radius: 5px;
    backdrop-filter: blur(10px);
    transition: 0.3s;
}
header .headmain .menucol .menutop ul li a:hover .con-img {
    background-color: #ff974a;
}

header .headmain .menucol .menutop ul li a img {
    width: 18px;
    filter: brightness(0) invert(1);
}

header.active .menutop {
    height: 0;
    overflow: hidden;
}

header.active .headmain {
    padding: 5px 0;
}

header .menubottom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.3rem;
    position: relative;
}

header a.mainli {
    color: rgb(255 255 255 / 95%);
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 0.9rem;
    height: 50px;
    position: relative;
    transition: 0.3s;
}

header a.mainli:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../img/images/logo-icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -10px;
    bottom: 10px;
    opacity: 1;
    transition: 0.3s;
}

a.mainli.contact {
    background: #386500;
    color: #fff !important;
    padding: 0 25px;
    height: 35px;
    border-radius: 5px;
    transition: 0.3s;
        font-weight: 600;
}
header.active a.mainli.contact {
    color: white;
}
a.mainli.contact:hover {
    background: #548616;
    color: white;
}
a.mainli.contact:hover:after {
    display: none;
}

header a.mainli.active:after {
    opacity: 1;
}

header a.mainli:after {
    opacity: 0;
}
header a.mainli:hover:after {
    opacity: 1;
}

header.active a.mainli {
    color: #333;
}

header a.mainli:hover {
    color: #ff974a;
}

header a.mainli i {
    font-size: 1.1rem;
}

.dropdown {
    position: unset;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(255 255 255 / 100%);
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    animation: dropDown 0.5s;
    padding: 15px;
    border-radius: 5px;
    backdrop-filter: blur(10px);
    min-height: 260px;
}

@keyframes dropDown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover a.mainli {
    color: #ff974a;
}
.dropdown:hover a.mainli::after {
    opacity: 1;
    transition: 0.3s;
}
.menulist {
    display: flex;
    flex-flow: wrap;
    margin: -5px;
    max-height: 260px;
    overflow: hidden;
    overflow-y: auto;
}
.menulist li {
    flex: 1 0 33.333%;
    max-width: 33.333%;
    padding: 5px;
}
.menulist li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #0000001c;
    transition: 0.3s;
    margin-bottom: 0;
    font-size: 0.85rem;
    color: #333;
    transition: 0.3s;
    line-height: 15px;
}
.menulist li a:hover {
    border: 1px solid #ff974a;
}

.menulist li img {
    width: 20px;
}

.menulist li a:hover h5 {
    color: rgb(104 169 24);
}

/*---------------------------------------*/
/*::::::::::::::::SLIDER:::::::::::::::::*/
/*---------------------------------------*/

.slider {
    position: relative;
    width: 100%;
    height: 100vh;
}
.slider:after {
    content: "";
    position: absolute;
    background: linear-gradient(360deg, black, transparent);
    inset: 0;
    z-index: 9;
    height: 120px;
    bottom: 0;
    top: auto;
}

.slider .mainslider,
.slider .mainslider .swiper-slide,
.slider .mainslider .slideimg {
    height: 100%;
}

.slider .mainslider .slideimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shortcut {
    position: absolute;
    bottom: 1rem;
    z-index: 10;
    color: rgb(255 255 255 / 90%);
    width: 100%;
}

.shortcut ul {
    display: flex;

    margin: auto;
    margin: -15px;
}
.shortcut ul li {
    flex: 1 0 calc(100% / 7);
    padding: 15px;
    display: flex;
    align-items: flex-end;
}
.shortcut ul li img {
    width: 35px;
    margin: auto;
    margin-bottom: 10px;
}
.shortcut ul li a {
    transition: 0.3s;
    width: 100%;
}
.shortcut ul li a.admission h5 {
    background: linear-gradient(315deg, #fd6e2b, #fde62b, #fd9c2b);
    background-size: 600% 600%;
    background-color: unset;

    -webkit-animation: AnimationName 6s ease infinite;
    -moz-animation: AnimationName 6s ease infinite;
    animation: AnimationName 6s ease infinite;
}
@-webkit-keyframes AnimationName {
    0% {
        background-position: 2% 0%;
    }
    50% {
        background-position: 99% 100%;
    }
    100% {
        background-position: 2% 0%;
    }
}
@-moz-keyframes AnimationName {
    0% {
        background-position: 2% 0%;
    }
    50% {
        background-position: 99% 100%;
    }
    100% {
        background-position: 2% 0%;
    }
}
@keyframes AnimationName {
    0% {
        background-position: 2% 0%;
    }
    50% {
        background-position: 99% 100%;
    }
    100% {
        background-position: 2% 0%;
    }
}

.shortcut ul li h5 {
    text-align: center;
    margin-bottom: 0;
    background: rgb(104 169 24);
    font-size: 0.85rem;
    transition: 0.3s;
    border-radius: 5px;
    backdrop-filter: blur(10px);
    color: rgb(255 255 255 / 95%);
    padding: 8px 0;
}
.shortcut ul li a:hover h5 {
    background: #f58634;
}

.shortcut ul li a:hover img {
    transform: translateY(-5px);
}

.emblem {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.emblem img {
    width: 90px !important;
    margin: unset !important;
}

.slider .mainslider .slideimg::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgb(0 0 0 / 45%), transparent);
    z-index: 9;
    width: 100%;
    height: 100%;
}

.slider .mainslider .swiper-slide.swiper-slide-active .slideimg {
    animation: slide 8s 1;
}

@keyframes slide {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

.slider-pag .swiper-pagination {
    right: auto;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    display: flex;
    flex-flow: column;
    width: max-content;
}
.slider-pag .swiper-pagination-bullet {
    background: #f7f8f5;
    /*width: 8px;*/
    /*height: 10px;*/
    /*margin: 3px 0 !important;*/
    width: 10px;
    height: 10px;
    margin: 5px 0 !important;
    border-radius: 0.3rem;
    transition: 0.3s;
}

.slider-pag .swiper-pagination-bullet-active {
    background: #f7f8f5;
    height: 15px;
    transition: 0.3s;
}

.slider .social {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    left: 1rem;
    text-align: center;
}

.slider .social li i {
    color: #ffffff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    background: rgb(255 255 255 / 30%);
    justify-content: center;
    font-size: 0.85rem;
    transition: 0.3s;
    border-radius: 5px;
    backdrop-filter: blur(10px);
}
.slider .social li i:hover {
    background-color: #f58634;
    color: white;
}
.slider .social li {
    padding-bottom: 6px;
}
.slider .social li:last-child {
    padding-bottom: 0;
}

.news-box {
    /* max-width: 700px; */
    background: #f6f9fc;
    /* padding: 6px; */
    /* border-radius: 0.5rem; */
    backdrop-filter: blur(10px);
    /* border: 1px solid #ffffff30; */
    font-size: 0.85rem;
    display: flex;
    /* position: relative; */
    /* border: 1px solid #0b60ab17; */
}

.news-box .news-head {
    width: 200px;
    padding: 5px;
    font-size: 0.95rem;
    font-weight: 500;
    /* border-radius: 0.3rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255 255 255 / 95%);
    background: #0e63ac;
}
.news-box .news-cont {
    width: calc(100% - 200px);
    padding: 13px;
}

.news-box .news-main {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.news-box .news-main .date {
    width: 110px;
    /* background: #ec2f3533; */
    border-right: 1px solid #ffffff6e;
    text-align: center;
    border-radius: 0.3rem;
    font-size: 0.75rem;
    padding: 5px 10px;
    font-weight: 600;
    /*color: rgb(255 255 255 / 95%);*/
    /*background: #f58634;*/
        color: rgb(255 255 255);
    background: #b55813;
    display: flex;
    flex-flow: column;
}
.news-box .news-main .date span{
    font-size: 1rem;
}

.news-box .news-main .con {
    width: calc(100% - 110px);
}

.news-box .news-main .con p {
    color: #333;
    font-size: 0.85rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    transition: 0.3s;
}
.news-box .news-main:hover .con p {
    color: #0e63ac;
}

/*----------------------------------------------*/
/*::::::::::::::::VISION AND MISSION:::::::::::*/
/*----------------------------------------------*/

.vis-list {
    display: flex;
    flex-flow: wrap;
    margin: -10px;
}
.vis-list li {
    flex: 1 0 33.333%;
    max-width: 33.333%;
    padding: 10px;
}
.vis-box {
    border-radius: 5px;
    padding: 2rem 1.5rem;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}
.para {
    font-size: 0.95rem;
    color: #333;
    line-height: 25px;
}
.vis-box h5 {
    font-size: 1.3rem;
    font-weight: 600;
    color: white;
}
.vis-box img {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 70px;
    opacity: 0.2;
}
.vis-box .para {
    color: white;
    line-height: normal;
    font-size: 0.9rem;
    max-width: 350px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vis-box span {
    color: rgb(255 255 255 / 90%);
    display: flex;
    margin-bottom: 3px;
    font-size: 0.9rem;
}

.morebtn {
    padding: 10px 20px;
    background-color: #0b60ab;
    border-radius: 5px;
    color: white;
    font-size: 0.9rem;
    transition: 0.3s;
}
.morebtn:hover {
    background-color: #02447e;
}
.vis-box.bg1 {
    background: linear-gradient(140deg, #5e9718, #7bb732);
}
.vis-box.bg2 {
    background: linear-gradient(140deg, #eb6f13, #ff9a47);
}
.vis-box.bg3 {
    background: linear-gradient(140deg, #d1a30c, #f5c832);
}
.vis-box a {
    color: rgba(255, 255, 255, 0.719);
    font-size: 0.85rem;
    transition: 0.3s;
}
.vis-box a:hover {
    color: rgba(255, 255, 255, 1);
}

.vis-box a {
    transition: 0.3s;
}

.vis-box:hover {
    transform: translateY(-5px);
    box-shadow: rgb(0 0 0 / 18%) 0px 25px 20px -20px;
}

/*----------------------------------------------*/
/*::::::::::::::::::ABOUT SECTION ::::::::::::::*/
/*----------------------------------------------*/

.about h3 span {
    font-size: 4rem;
}

.about .cen {
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    justify-content: center;
}

.subhead {
    font-size: 1rem;
    padding-left: 5px;
    position: relative;
    color: #f17d24;
    text-transform: uppercase;
    display: inline-flex;
}


.mainhead {
    font-size: 2.3rem;
    font-weight: 700;
    color: #333;
}
.mainhead span {
    font-weight: 500;
}
.mainhead1 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
}
.mainhead1 span {
    font-weight: 500;
}
.abt-list {
    display: flex;
    flex-flow: wrap;
    margin: -5px;
    margin-bottom: 20px;
    width: 100%;
}
.abt-list li {
    flex: 1 0 25%;
    /* max-width: auto; */
    padding: 5px;
}
.abt-list img {
    width: 35px;
    margin-bottom: 10px;
}
.abt-list .box {
    border: 1px solid #0000001c;
    border-radius: 5px;
    padding: 13px;
    cursor: pointer;
    transition: 0.3s;
}
.abt-list .box:hover {
    border: 1px solid #ff974a;
}
.abt-list .box:hover img {
    transform: scale(1.1);
}
.abt-list h5 {
    margin-bottom: 0;
    font-size: 0.9rem;
    font-weight: 400;
    color: #333;
}

/* .about .para {
    text-align: justify;
} */
.about-img {
    display: flex;
    gap: 10px;
}
.about-img .abtsec {
    border-radius: 5px;
    overflow: hidden;
}
.about-img .abtsec img {
    border-radius: 5px;
}
.abtsec {
    width: 50%;
    position: relative;
}

.abtsec1 {
    position: relative;
}
.abtsec1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abtcon {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 30px 20px;
    background-color: #00000052;
}

.abtcon h5 {
    margin-bottom: 0;
    font-size: 2.6rem;
    font-weight: 700;
}
.abtcon p {
    margin-bottom: 0;
    font-size: 1.1rem;
}
.abtsec2 p {
    font-size: 2rem;
    margin-bottom: 0;
    padding: 30px 0;
    color: #d5d5d5;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 40px;
}

/*---------------------------------------*/
/*::::::::::::::::::MESSAGE::::::::::::::*/
/*---------------------------------------*/
/* .message {
  background-color: #0b60ab08;
} */
.msg-main-sec {
    display: flex;
    flex-flow: wrap;
    background: #0e62ac0a;
    border-radius: 5px;
    border: 1px solid #0b60ab17;
}
.msg-main-sec .msg-sec1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.msg-main-sec .msg-sec1 {
    width: 300px;
    padding: 10px;
}
.msg-main-sec .msg-sec2 {
    width: calc(100% - 300px);
    padding: 20px;
    display: flex;
    align-items: center;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.read {
    font-size: 0.8rem;
    color: #0b60ab;
    transition: 0.3s;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 500;
    transition: 0.3s;
}
.read:hover {
    color: #f58634;
}
/* .msg-main-sec .msg-sec2 a:hover {
    color: #0a3879;
} */

.msg-main-sec .msg-sec2 img {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 50px;
}
.msg-img {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.msg-con h5 {
    color: #333;
    margin-bottom: 3px;
    font-size: 1rem;
    font-weight: 600;
}
.msg-con p {
    color: #9b9b9b;
    margin-bottom: 0;
    font-size: 0.9rem;
}
.msg-main-sec .msg-sec2 .para {
    /* font-style: italic; */
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 0.9rem;
    color: #333;
}
.perfo {
    position: relative;
    cursor: pointer;
}
.perfo i {
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, #f58634, #ffcc2a);
    right: 0;
    color: white;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 13px 20px;
    border-radius: 1rem 0 0 0;
}

.perfo-sec {
    background-color: white;
    border: 1px solid #0000001c;
    border-radius: 5px;
    padding: 10px;
}
.perfo-sec .perswiper {
    border-radius: 3px;
}
.perfo-sec .perswiper img {
    border-radius: 3px;
}
.perfo-sec .perfo img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.mytabnav {
    border: none;
    margin: 0 -5px;
    flex-flow: nowrap;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 2px;
}

.mytabnav li.nav-item {
    padding-right: 5px;
    flex: none;
}

.mytabnav li.nav-item button {
    padding: 8px 20px;
    border-radius: 0.3rem;
    color: #f58634;
    border: none;
    font-size: 0.85rem;
    font-weight: 400;
    background-color: #f586341c;
}

.mytabnav li.nav-item button:hover {
    border: none;
    background-color: #f584344d;
    color: #f58634;
}

.mytabnav li.nav-item button:focus {
    box-shadow: none;
}

.mytabnav li.nav-item button.active {
    color: #fff;
    background-color: #f58634;
}

.mytabnav li.nav-item button i {
    margin-right: 8px;
    transition: none;
}

.mytabcontent .tab-pane {
    border-radius: 0.3rem;
    margin-top: 10px;
}

.message .mytabnav {
    position: absolute;
    right: 0;
    top: 0;
}
.message .mytabcontent .tab-pane {
    margin-top: 0;
}

/*---------------------------------------*/
/*::::::::::::NEWS AND EVENTS::::::::::::*/
/*---------------------------------------*/

.head-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-con {
    padding: 3px;
    padding-top: 13px;
}

.news-con h5 {
    font-size: 0.95rem;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-con p {
    margin-bottom: 0;
    font-size: 0.85rem;
    color: #3e3e3e;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-con a {
    font-size: 0.8rem;
    color: #0b60ab;
    transition: 0.3s;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 500;
}
.news-con a:hover {
    color: #ff974a;
}

.news-sec {
    border: 1px solid #0000001a;
    transition: 0.3s;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding: 10px;
}
.newsmain  .news-sec{
    min-height: 310px;
}
.news-sec:hover {
    border: 1px solid #ff974a;
}
.alumniswiper .news-sec{
    min-height: 200px;
}

.news-sec .news-img {
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}
.news-sec .news-img span {
    position: absolute;
    bottom: 5px;
    background: linear-gradient(90deg, #f58634, #ffcc2a);
    right: 5px;
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 3px 13px;
    border-radius: 0.3rem;
}
.news-sec:hover .news-img img {
    transform: scale(1.1);
}

.news-btn .swiper-button-next,
.news-btn .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: #81bf34;
    border-radius: 50px;
    top: 35%;
    transition: 0.3s;
}
.news-btn .swiper-button-next {
    right: 0;
    left: auto;
}
.news-btn .swiper-button-prev {
    left: 0;
    right: auto;
}
.news-btn .swiper-button-next:hover,
.news-btn .swiper-button-prev:hover {
    background: #548616;
}

.news-btn .swiper-button-next:after,
.news-btn .swiper-button-prev:after {
    font-size: 0.8rem;
    color: rgb(255, 255, 255);
}

.news-date {
    background: #f36915;
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 3px 13px;
    border-radius: 0.5rem;
}

/*---------------------------------------*/
/*::::::::::::::::GALLERY::::::::::::::*/
/*---------------------------------------*/

.galbox {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.galbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.galbox.video:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000003d;
    inset: 0;
    transition: 0.3s;
    opacity: 1;
}
.galbox.video:hover:after {
    background-color: #0000008c;
}
.galbox.video i {
    opacity: 1;
}

.galbox.video {
    height: 100%;
}
.galbox.video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galbox:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000008c;
    inset: 0;
    opacity: 0;
    transition: 0.3s;
}
.galbox:hover:after {
    opacity: 1;
}
.galbox h5 {
    position: absolute;
    bottom: 0;
    color: rgb(255 255 255 / 90%);
    font-size: 0.85rem;
    width: 100%;
    padding: 10px 15px;
    background: #00000042;
    backdrop-filter: blur(10px);
    margin-bottom: 0;
    transition: 0.3s;
}
.galbox:hover h5 {
    opacity: 0;
}
.galbox i {
    position: absolute;
    z-index: 1;
    color: #f58634;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.1rem;
    opacity: 0;
    transition: 0.3s;
    background: white;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    bottom: 0;
}
.galbox:hover i {
    opacity: 1;
}
.galbox p {
    position: absolute;
    bottom: 1px;
    background: #f58634;
    padding: 5px 8px;
    margin-bottom: 0;
    font-size: 0.75rem;
    color: white;
    border-radius: 0.3rem;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid #ffcc2a;
    margin: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.swiper2row {
    height: 400px;
}
.swiper2row .swiper-slide {
    height: calc((100% - 20px) / 2) !important;
}

.news-btn.gallerybtn .swiper-button-next,
.news-btn.gallerybtn .swiper-button-prev {
    top: 48%;
}

.news-btn.gallerybtn .swiper-button-next {
    right: 2rem;
}
.news-btn.gallerybtn .swiper-button-prev {
    left: 2rem;
}
/*---------------------------------------*/
/*:::::::::::::::ACHIVEMENTS::::::::::::*/
/*---------------------------------------*/
.news-sec.achi {
    text-align: center;
}
.news-sec.achi p {
    margin-bottom: 0;
}
.news-sec.achi h5 {
    margin-bottom: 3px;
    font-size: 0.95rem;
}

.news-btn.achibtn .swiper-button-next,
.news-btn.achibtn .swiper-button-prev {
    top: 40%;
}
/*---------------------------------------*/
/*:::::::::::::::::FEATURES::::::::::::::*/
/*---------------------------------------*/
.features .subhead {
    margin: auto;
    display: flex;
    justify-content: center;
    width: max-content;
    margin-bottom: 10px;
}
.features .mainhead1 {
    text-align: center;
}

.features .morebtn {
    display: flex;
    margin: auto;
    width: max-content;
}

.achilist {
    display: flex;
    flex-flow: wrap;
    margin: -5px;
}

.achilist li {
    flex: 1 0 25%;
    max-width: 25%;
    padding: 5px;
}

.fea-sec {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}
.fea-sec:after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    background: linear-gradient(0deg, #000000a8, transparent);
}
.fea-sec .fea-con {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
.fea-sec .fea-con h5 {
    font-size: 1rem;
    margin-bottom: 0;
    width: 100%;
    color: rgb(255 255 255 / 95%);
    padding: 10px;
    font-weight: 400;
}

.fea-sec:hover img {
    transform: scale(1.1);
}

/*---------------------------------------*/
/*::::::::::::::::::ALUMNI::::::::::::::*/
/*---------------------------------------*/

.alumni {
    background-color: #0e62ac0a;
}
.alumniswiper .news-sec {
    overflow: unset;
    padding: 20px;
}

.alumniswiper .swiper-slide {
    margin-top: 2rem;
}
.alumniswiper .news-img {
    width: 100%;
}
.alumniswiper .news-con {
    width: 100%;
    padding-bottom: 15px;
}

.alumniswiper .news-img {
    display: flex;
    align-items: center;
    gap: 10px;
}

.alumniswiper .news-img .img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
/* .alumniswiper .news-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.alumniswiper .news-img .name {
    width: calc(100% - 80px);
}
.alumniswiper .news-img .name h5 {
    margin-bottom: 3px;
    font-size: 0.95rem;
    font-weight: 600;
}
.alumniswiper .news-img .name p {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0;
}

.alumniswiper .news-con p {
    -webkit-line-clamp: 3;
    margin-bottom: 0;
    /* padding-top: 10px; */
}
.alumniswiper .news-con .qoutes {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 5px 20px #0000000f;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    top: -2rem;
}
.alumniswiper .news-con .qoutes img {
    width: 25px;
}

.alumniswiper .news-sec:hover .news-img img {
    transform: unset;
}

/*---------------------------------------*/
/*::::::::::::::::::FOOTER::::::::::::::*/
/*---------------------------------------*/

footer {
    background-color: black;
    color: rgb(255 255 255 / 85%);
    font-size: 0.875rem;
    padding-top: 5rem;
    padding-bottom: 3rem;
    position: relative;
    background-image: url(https://littleflowerkkd.ac.in/public/img/images/footer-bag.webp);
    background-position: bottom;
    background-size: cover;
}

footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: #000000c9;
    backdrop-filter: blur(3px);
}

.foot-logo {
    width: 80%;
    margin-bottom: 25px;
}

footer p,
footer a {
    font-size: 0.83rem;
    color: rgb(255 255 255 / 85%);
}

footer a:hover {
    color: rgb(255 255 255 / 100%);
}

footer h5 {
    font-size: 0.95rem;
    font-weight: 600;
    position: relative;
    padding-left: 13px;
    margin-bottom: 18px;
    color: #ffffff;
}
footer h5:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../img/images/logo-icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 1px;
    bottom: -5px;
    opacity: 1;
    transition: 0.3s;
}
footer .con-icon {
    width: 18px;
}
.foot-para {
    font-size: 0.9rem;
    line-height: 25px;
}

.footer-split li a {
    display: flex;
}
.footer-split li:hover a {
    transform: translateX(3px);
}
.footer-split li {
    padding: 5px 0;
}
.footer-split li:last-child {
    padding-bottom: 0;
}
/* .footer-split {
  padding-left: 10px;
} */
footer .social {
    display: flex;
    gap: 5px;
}
footer .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: 0.3s;
    border-radius: 50px;
}
footer .social a:hover {
    background-color: #51504f;
    transform: translateY(-3px);
}

footer .line {
    height: 0.01rem;
    width: 100%;
    background-color: #ffffff3b;
    margin: 2rem 0;
}

footer .btm-list {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
    row-gap: 10px;
}
footer .btm-list li {
    position: relative;
}
footer .btm-list li a {
    width: max-content;
    display: flex;
}
footer .btm-list li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 85%;
    background-color: rgb(255 255 255 / 60%);
    right: -9px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.add-box {
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}
.add-box .add-img {
    width: 60px;
    height: 60px;
    background-color: #ffffff24;
    border-radius: 50%;
    /* margin: auto; */
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-box p {
    margin-bottom: 0;
    font-size: 0.9rem;
}
.add-box img {
    width: 25px;
}
.text-justify {
    text-align: justify;
}
.text-right {
    text-align: right;
}

.img-border {
    border-radius: 5px;
    box-shadow: 0px 0px 20px #0000001c;
}



@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

/*///////////RESPONSIVE HEADER***************/

@media (min-width: 992px) {
    .header_resp {
        display: none;
    }
}
.header_resp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.cd-dropdown-trigger {
    padding: 0;
    border-radius: 0;
}
.cd-dropdown-trigger .fa {
    font-size: 22px;
    color: #069548;
}

.cd-dropdown .hdtop {
    background-color: #fff;
    border-color: #069548;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 75px;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    border-bottom: 1px solid #f1f1f1;
}
.cd-dropdown .hdtop .menuadmin {
    display: flex;
    width: 100%;
    height: 75px;
    background: #094ca0;
}
.cd-dropdown {
    background-color: rgba(0, 0, 0, 0.7);
}
.cd-dropdown > .cd-dropdown-content {
    width: 70%;
    right: 30%;
    background-color: #f4f9ff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.cd-dropdown-content {
    padding-top: 0;
}
.cd-dropdown-content ul {
    padding-top: 65px;
    background-color: #e6f1ff;
}
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    color: #607d8b;
    border: none;
    border-bottom: 1px solid #ddd;
}
.cd-dropdown .cd-close {
    right: 1rem;
    top: 18px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 9;
    box-shadow: 6px 4px 15px rgba(0, 0, 0, 0.1);
    display: none;
}
.closebarz {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 70%;
    cursor: zoom-out;
}

@media (max-width: 575px) {
    .cd-dropdown > .cd-dropdown-content {
        width: 80%;
        right: 20%;
    }
    .closebarz {
        left: 80%;
    }
}

@media (max-width: 360px) {
    .closebarz {
        display: none;
    }
    .cd-dropdown > .cd-dropdown-content {
        width: 100%;
        right: 0;
    }
    .cd-dropdown .cd-close {
        display: block;
    }
}

.cd-dropdown .logo {
    max-width: 150px;
    margin: 5px auto;
}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 15px;
}
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 38px;
    line-height: 38px;
    font-size: 0.875rem;
    border: none;
    margin: 8px;
    background-color: #fff;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.cd-dropdown-content a:hover,
.cd-dropdown-content ul a:hover {
    text-decoration: none;
    color: #094ca0;
    background-color: rgb(9 76 160 / 10%);
}
.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
    background: #ccc;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.has-children > a:hover::before,
.has-children > a:hover::after,
.go-back a:hover::before,
.go-back a:hover::after {
    background-color: #094ca0;
}
.cd-dropdown-content a img {
    width: 22px;
    margin-right: 8px;
}
.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
    background: #60606a;
    width: 1px;
    height: 15px;
}
.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
    height: 1px;
}
.has-children > a img.img-menu {
    max-width: 20px;
    margin-right: 10px;
}
.hdtop .upic {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    flex: 1 0 150px;
    max-width: 150px;
}
.hdtop .upic a {
    height: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0;
}
.hdtop .upic a:hover {
    background-color: transparent;
}
.hdtop .upic img {
    display: block;
    width: 180px;
}
.menu-user {
    flex: 1 0;
    color: #f7f7f7;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    background-color: #094ca0;
    padding-left: 15px;
}
.menu-user .uname {
    font-size: 14px;
}
.menu-user span {
    display: block;
    line-height: 20px;
    font-size: 12px;
}

.accbtns button {
    width: 50%;
    float: left;
    color: white;
    border: none;
    height: 35px;
    line-height: 35px;
    background-color: #df2b6e;
}
.accbtns button:last-child {
    background-color: #e83f7e;
}

.accdet {
    display: table;
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
}
.accdet button {
    width: 50%;
    float: left;
    color: #df2b6e;
    height: auto;
    border: none;
    border-right: 1px solid #ddd;
    background-color: #fff;
    font-size: 10px;
    padding: 8px 5px;
}
.accdet button:last-child {
    border-right: none;
}
.accdet button span {
    display: block;
    color: #666;
    font-size: 14px;
}
.accdet button span i.fa {
    margin-right: 3px;
}

.addrec {
    display: table;
    width: 100%;
}
.addrec a,
.addrec a:focus {
    display: block;
    color: #fff !important;
    text-decoration: none;
    background: linear-gradient(-45deg, #ff4d89, #ff0057, #e91e72, #ffabc8);
    background-size: 400% 400%;
    animation: gradient 4s ease infinite;
}
.addrec a:hover {
    animation: none;
    color: #fff !important;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.addrec a span.fa {
    margin-right: 5px;
}
.addrec a i.fa {
    float: right;
    margin-top: 15px;
}

@media (max-width: 480px) {
    .menu-acc p {
        line-height: 5px;
        font-size: 10px;
    }
    .menu-user {
        width: calc(100% - 70px);
    }
    .menu-acc a {
        font-size: 0.65rem;
    }
}

/*RESPONSIVE MENU FOOTER*/
.menufoot {
    background-color: #fff;
    color: #666;
    text-align: center;
    min-height: 290px;
}
.menufoot ul {
    position: relative;
    padding: 6px 0 !important;
    padding-top: 15px !important;
    list-style-type: none;
}
.menufoot ul li.head {
    font-size: 12px;
    padding: 0 10px;
    color: #666;
    margin-bottom: 10px;
}

.menufoot ul.reach li {
    display: block;
    text-align: left;
}
.menufoot ul.reach li a i {
    margin-right: 6px;
    color: #094ca0;
}
.menufoot ul.reach li a img {
    height: 16px;
    margin-right: 8px;
    margin-top: -2px;
}

.menufoot ul.download {
    padding-bottom: 10px !important;
}
.menufoot ul.download li.apps a {
    width: 95px;
    display: inline-block;
    padding: 0 !important;
    margin: 0 5px;
    height: auto !important;
    line-height: normal !important;
    border: none !important;
}
.menufoot ul.download li.apps a img {
    width: 100%;
}

.menufoot ul.social {
    display: flex;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    flex-flow: wrap;
    justify-content: center;
}
.menufoot ul.social li.head {
    margin-bottom: 15px;
    width: 100%;
}
.menufoot ul.social li {
    float: left;
    width: calc(100% / 7);
    text-align: left;
    margin-right: 0;
}
.menufoot ul.social li a {
    width: auto;
    text-align: center;
    height: 35px !important;
    line-height: 35px !important;
    text-overflow: initial;
    border: none !important;
    padding: 0 !important;
    margin: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
}
.menufoot ul.social li a .fab {
    background: transparent;
    color: #094ca0;
}

.menufoot ul.menu {
    padding-top: 0 !important;
}
.menufoot ul.menu li {
    padding: 5px 0;
    display: inline-block;
}
.menufoot ul.menu li a {
    font-size: 11px;
    height: auto !important;
    line-height: 22px !important;
    padding: 0 8px;
    background-color: rgb(9 76 160 / 10%);
    border-radius: 0.3rem;
    color: #828c99 !important;
    margin: 0 2px;
}
.menufoot ul.menu li a:hover {
    background-color: rgb(9 76 160 / 20%);
    color: #094ca0 !important;
}
.menufoot ul.rights {
    border-top: 1px solid #cfcfcf;
    padding: 15px 0 !important;
}
.menufoot ul.rights p {
    margin-bottom: 0;
    font-size: 12px;
}
.menufoot ul.rights a {
    display: inline;
    height: auto !important;
    line-height: normal !important;
    padding: 0;
    border: none !important;
    background-color: transparent;
    font-size: 12px;
}

.menubtn {
    border: none;
    background: #f58634;
    padding: 6px;
    border-radius: 0.3rem;
}
.menubtn img {
    filter: brightness(0) invert(1);
    width: 20px;
}

/* /////////// RESPONSIVE ///////// */

@media (min-width: 992px) and (max-width: 1199px) {
    header .cmpad {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1260px) {
    header .headmain .logocol {
        width: 130px;
    }
}

@media (max-width: 1199px) {
    header .menubottom {
        gap: 0.5rem;
    }
    .shortcut ul li {
        padding: 5px;
    }
    .vis-list li {
        flex: 1 0 50%;
        max-width: 50%;
    }
    .achilist li {
        flex: 1 0 33.333%;
        max-width: 33.333%;
    }
    .about-img {
    max-width: 600px;
    margin: auto;
}
}

@media (max-width: 991px) {
    .menucol .menutop,
    .menucol .menubottom {
        display: none;
    }
    .emblem-sec {
        position: absolute;
        right: 1rem;
        bottom: 7rem;
    }
    .slider {
        max-height: 650px;
    }
    .foot-logo{
        margin: auto;
        margin-bottom: 20px;
    }
    footer .social{
        justify-content: center;
    }
    .pow p{
        text-align: center;
    }
    footer .btm-list{
        justify-content: center;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    footer .cmpad {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .shortcut ul {
        flex-flow: nowrap;
        overflow: hidden;
        overflow-x: auto;
    }
    .shortcut ul li {
        flex: 1 0 25%;
        max-width: 25%;
    }
    .desk {
        display: none;
    }
    .news-box .news-head {
        width: 150px;
    }
    .vis-list li {
        flex: 1 0 100%;
        max-width: 100%;
    }
    .achilist li {
        flex: 1 0 50%;
        max-width: 50%;
    }
    .message .mytabnav {
        position: unset;
        margin-bottom: 1rem;
    }
}
@media (min-width: 768px) {
    .mob {
        display: none;
    }
}

@media (max-width: 575px) {
    .shortcut ul li {
        flex: 1 0 33.333%;
        max-width: 33.333%;
    }
    .emblem-sec {
        right: auto;
        left: 3rem;
        bottom: 7rem;
    }
    header .headmain .logocol {
        width: 150px;
    }
    .news-box .news-cont {
        width: calc(100% - 100px);
        width: 100%;
    }
    .emblem img {
        width: 70px !important;
        margin: unset !important;
    }
    .emblem {
        width: 80px;
        height: 80px;
    }
    .slider {
        max-height: 500px;
    }
    header.active .headmain .logocol {
        width: 130px;
    }
    .news-head i {
        display: none;
    }
    .news-box .news-head {
        display: none;
    }
    .abt-list li {
        flex: 1 0 50%;
        max-width: 50%;
    }
    .msg-main-sec .msg-sec1 {
        width: 100%;
    }
    .msg-main-sec .msg-sec2 {
        width: 100%;
    }
    .msg-main-sec .msg-sec2 img {
        width: 30px;
    }
    .msg-main-sec {
        display: block;
    }
    .vis-box img {
        width: 50px;
    }
    .msg-main-sec .msg-sec1 img {
        width: 200px;
        border-radius: 0.3rem;
    }
    .news-box .news-main .date {
        width: 100px;
    }
    .news-box .news-main .con {
        width: calc(100% - 100px);
    }
    footer{
        padding-top: 3rem;
    }
    .head-flex {
        display: block;
        margin-bottom: 25px;
    }
}