@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("../../fonts/Poppins-Bold.ttf") format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Poppins-Regular';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("../../fonts/Poppins-Regular.ttf")  format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-stretch: 100%;
  src: url("../../fonts/Quicksand-VariableFont_wght.ttf")  format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



.font-primary {
    font-family: 'Quicksand';
}

.mt-header {
    margin-top: 65px;
}

.body {
    color: #000000;
    background-color: #f1f3f7 !important;
}

.color-primary {
    color: #0079c9 ;
}

.color-secondary {
    color: #c95b00;
}

.bg-color-primary {
    background-color: #007e02;
}

.bg-color-secondary {
    background-color: #c95b00 ;
}

.bg-color-gray {
    background-color: #eef1f6;
}

.bg-color-yellow {
    background-color: #fbe19f;
}

.bg-color-sky-blue {
    background-color: #f2f9fc;
}

.btn-extra-sm{
    font-size: 12px;
    line-height: 1.6;
    padding: 2px 10px;
}


.button-color-primary {
    background-color: #3db2d7;
    border-color: #3db2d7;
    color: #fff;
}

.button-color-primary:hover {
    background-color: #5ab7d5;
    color: #fff;
}

.button-color-secondary {
    background-color: #fd5f01  ;
    border-color: #fd5f01  ;
    color: #fff;
}

.button-color-secondary:hover {
    background-color: #fd9e66 ;
    color: #fff;
}

.button-color-white {
    background-color: #fff;
    border-color: #fff;
    color: #fd5f01 ;
}

.button-color-white:hover {
    background-color: #f7f7f7;
    color: #fd5f01 ;
}


.button-outline-primary {
    border-color: #0c6918;
    color: #0c6918 ;
    background-color: transparent;
}

.button-outline-primary:hover {
    color: #fff;
    background-color: #0c6918 ;
}


.sec-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding: 10px 20px;
    background: color-mix(in srgb, #1acc8d, transparent 95%);
    color: #1acc8d;
    border-radius: 7px;
    display: inline-block;
}


.fs-very-small {
    font-size: 12px;
}

.fs-small {
    font-size: 14px;
}

.fa-regular {
    font-size: 16px;
}

.fs-large {
    font-size: 18px;
}

.fs-extra-large {
    font-size: 22px;
}

.text-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 1px;
}

.hero-sub-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1px;
}

.hero-h1{
    font-size: 47px;
    font-weight: bold;
}

.text-h1 {
    font-size: 25px;
    font-weight: bold;
}

.text-h2 {
    font-size: 28px;
    font-weight: bold;
}

.text-h3 {
    font-size: 22px;
    font-weight: 700;
}

.text-sub-title{
    font-size: 16px;
    font-weight: bold;
}

.pt-section{
    padding-top: 80px;
}

.mt-section{
    margin-top: 80px;
}

.section-padding {
    padding: 40px 0;
}

.section-margin {
    margin: 40px 0;
}

.left-section-gap {
    margin: 16px 0;
}

.my-section {
    margin: 80px 0;
}

.py-section {
    padding: 100px 0;
}

.link-transparent {
    color: #2f3133;
    text-decoration: none;
}

.link-primary-color{
    color: #043872 ;
    text-decoration: none;
    font-weight: bold;
}


.section-center-heading{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.separator-section{
    margin-top: 5px;
    text-align: center;
}

.separator-square{
    position: relative;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: #281459;
    display: inline-block;
}

.separator-left {
    position: absolute;
    top: 50%;
    width: 90px;
    margin-top: -1px;
    left: -100px;
    height: 3px;
    background-color: #fa5f04;
}

.separator-right {
    position: absolute;
    top: 50%;
    width: 90px;
    margin-top: -1px;
    right: -100px;
    height: 3px;
    background-color: #fa5f04;
}


.section-heading {
    color: #495057;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    margin-bottom: 50px;
}

.section-heading:after {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 6px;
    background: #fd5f01;
    bottom: -15px;
    left: 0;
}

.page-heading {
    color: #495057;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 20px;
}


.page-heading::before {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 1px;
    background: #000;
    bottom: 1px;
    left: calc(50% - 100px);
}

.page-heading::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 6px;
    background: #fd5f01;
    bottom: -02px;
    left: calc(50% - 30px);
}

.left-align-section-title{
    position: relative;
    margin-bottom: 20px;
}

.left-align-section-title:after {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    background-color: #0E70C7;
    height: 2px;
    width: 70px;
    display: block;
    margin-top: 5px;
}

.overlay-section.section-heading {
    color: #fff;
}

.overlay-section.section-heading:after {
    background: #fff;
}

.text-paragraph{
    font-size: 18px;
}


.details-text {
    color: #495057;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
}

.text-justify {
    text-align: justify;
}

.img-control img {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.p-relative {
    position: relative;
}

.txt-white {
    color: #fff;
}

.link-white {
    color: #fff;
    text-decoration: none;
}

.link-white:hover {
    color: #eee;
    text-decoration: none;
}

.card-title {
    position: relative;
    border-left: 16px solid #c95b00;
    background-color: #0c6918;
    color: #fff;
    padding: 5px 16px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Poppins";
}
.card-title:after{
    content: "";
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid rgba(4, 114, 26, 0.68);
    position: absolute;
    bottom: -10px;
    left: 0px;
}


.logo-default {
    height: 80px;
}

.logo-text {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1e3dc3;
   text-shadow: 5px 4px 12px #c1c1c1;
}

.transparent-header {
    background-color: rgba(255, 255, 255, 0.82);
    z-index: 299;
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: auto;
    top: 0;
}


.icon-card {
    border-radius: 5px;
    height: 80px;
    width: 80px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.icon-card-body p {
    color: #6c757d;
}

.bg-tel {
    background-color: #bde0e0;
}

.bg-sweet {
    background-color: #F9E8DF;
}

.bg-gray {
    background-color: #DEE6ED;
}

.bg-light-green {
    background-color: #d6ECCD;
}

.text-content-title {
    font-size: 26px;
    font-weight: 500;
}

.bg-tel {
    background-color: #bde0e0 !important;
}

.bg-sweet {
    background-color: #F9E8DF !important;
}

.bg-gray {
    background-color: #DEE6ED !important;
}

.bg-light-green {
    background-color: #d6ECCD !important;
}

.card-sweet {
    background-color: #ecdde5;
}

.service-card-img {
    margin-top: -70px;
}

.tab-button {
    padding: 10px 30px;
    background-color: #95a98d !important;
    border-radius: 5px;
    color: #fff;
}


.btn-color-1 {
    background-color: #547793 !important;
    color: #fff;
}

.btn-color-1:hover {
    background-color: #5182a9 !important;
    color: #fff;
}

.btn-color-2 {
    background-color: #f6c490 !important;
    color: #9f4035;
}

.btn-color-2:hover {
    background-color: #eeb57b !important;
    color: #9f4035;
}

.btn-color-3 {
    background-color: #d3dcba !important;
    color: #3e540d;
}

.btn-color-3:hover {
    background-color: #bcc79c !important;
    color: #3e540d;
}

.btn-color-4 {
    background-color: #eee2e7 !important;
    color: #a84b9d;
}

.btn-color-4:hover {
    background-color: #d2b2bf !important;
    color: #a63799;
}

.card-list li {
    padding: 8px 0;
    color: #1a1d20;
    font-size: 16px;
}

/* =========== TV Caurosel =========== */

.tv-carousel .kg-tv, .tv-carousel {
    position: relative;
    width: 650px;
}

.tv-carousel-wrap {
    position: absolute;
    display: block;
    top: 210px;
    left: 82px;
    width: 475px;
    height: auto;
    overflow: hidden;
    border-radius: 75px;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}

.tv-carousel-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.tv-carousel-img .carousel-item img {
    min-height: 330px;
}


.carousel-caption {
    background-color: rgba(38, 43, 47, 0.42);
    bottom: 2.5rem;
}

.play-icon {
    position: relative;
    color: #fff;
    font-size: 28px;
}


@media (max-width: 991px) {
    .tv-carousel .kg-tv, .tv-carousel {
        position: relative;
        width: 320px;
    }

    .tv-carousel-img .carousel-item img {
        min-height: 150px;
    }

    .tv-carousel-wrap {
        position: absolute;
        display: block;
        top: 110px;
        left: 40px;
        width: 235px;
        height: auto;
        overflow: hidden;
        border-radius: 25px;
    }
}


.card-img-top {
    position: relative;
}

.card-img-top .card-img {
    min-height: 250px;
    width: auto;
}

.bg-transparent {
    background-color: transparent;
}

.wave-sm-img {
    height: 30px !important;
}

.date-rounded {
    position: absolute;
    background-color: #000;
    height: 60px;
    width: 60px;
    border: 5px solid #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 5%;
    top: -20px;
}


.rs-counter-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.93);
    text-align: center;
    padding: 28px;
    transition: .3s all ease;
}

.counter-desc {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 20px;
}

.counter-number {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 6px;
}


@media (max-width: 991px) {
    .counter-number {
        font-size: 30px;
    }
    .counter-desc {
        font-size: 18px;
    }

    .rs-counter-list {
        padding: 15px 5px;
    }
}


/*------------------------------------------------------------------------------------------
#  Portfolio Slider
------------------------------------------------------------------------------------------*/

.media {
    background-color: #e8f6f9;
    border-radius: 20px;
}


.portfolio-img {
    width: 150px;
    height: 150px;
    margin: 2rem auto;
    display: block;
    border-radius: 50%;
}

.portfolio-text {
    min-height: 300px;
    margin: 20px 80px;
}

.portfolio .carousel-control-next, .portfolio .carousel-control-prev {
    width: 8%;
}

@media (max-width: 767px) {
    .portfolio-text {
        margin: 20px 40px;
    }

}

.person-heading {
    margin-left: 50px;
    margin-bottom: -20px;
    z-index: 2500;
    position: relative;
}

.message-card {
    z-index: 200 !important;
    padding-top: 30px;
}

.person-name {
    font-size: 16px;
    font-weight: bold;
}

.person-designation {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #999;
    margin-top: 5px;
}


.person-img img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 5px solid #6f42c1;
}

.person-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blockquote {
    text-align: right;
    padding-right: 5px;
    border-left: 0 !important;
    font-size: 14px;
}

.opacity-normal {
    opacity: .10 !important;
}

@media (max-width: 991px) {
    .person-img img {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        border: 3px solid #6f42c1;
    }
    .person-details .text-title{
        font-size: 18px;
    }
    .person-details .text-sub-title{
        font-size: 16px;
    }
    .person-heading {
    margin-left: 10px;
    }
}

.team-dis {
    margin-top: 20px;
}

.team-img img {
    height: 120px;
    width: 120px;
}

.btn-social {
    background-color: rgb(27, 148, 206);
    color: #fff;
    height: 28px;
    width: 28px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-social:hover {
    background-color: rgba(111, 184, 218, 0.96);
    color: #fff;
}

.teacher-card-wave {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    right: 0;
}

.notice-icon {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c1effa;
    border-radius: 5px;
}

.h-fit {
    height: fit-content;
}

.card-img-control {
    height: 120px;
    width: 120px;
}

.red-title{
    position: relative;
    text-align: left;
    font-size: 22px;
    text-indent: 15px;
}

.red-title::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 24px;
    background-color: #E02025;
    top: 0;
    left: 0;
}

.dept-img{
      text-align: center;
}

.dept-img img{
    height: 100px;
    width: 100px;
}

.important-number{
    width: 100%;
    text-align: center;
    padding: 6px;
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    margin: 10px 0;
}

.important-number p{
    font-weight: bold;
}

.important-number a{
    color: #0079c9;
}



/*------------------------------------------------------------------------------------------
#  Background overlay Image
------------------------------------------------------------------------------------------*/

.section-img-bg{
    background-image: url("../../../assets/img/slide-1.jpg");
    background-color: #5081de;
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
    position: relative;
    background-attachment: fixed;
}


.section-img-bg:before{
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(0, 126, 2);
    background: rgba(12, 87, 32, 0.85);
    width: 100%;
    transition: .5s ease;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    color: #fff;
}
.wave-sm-img {
    height: 30px !important;
}

.wave{
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0;
    right: 0;
}



.cap-image img {
    float: left;
    margin: 0 10px 0 0;
    width: 200px;
    height: 145px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .cap-image img {
        float: left;
        margin: 0 20px 0 0;
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
}


.message-img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

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

.list-style-none li {
    list-style: none;
}


.faculty-img {
    flex-shrink: 0;
}
.faculty-img img{
    height: 100px;
    width: 100px;
}

.faculty-info{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 15px;
}

.blockquote {
    text-align: right;
    padding-right: 5px;
    border-left: 0 !important;
    font-size: 16px;
}



/*------------------------------------------------------------------------------------------
#  Sliding Text
------------------------------------------------------------------------------------------*/

.sliding-text {
    font-family: 'Roboto', sans-serif;
    padding: 0px 10px 0px;
    letter-spacing: 0.75px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
}


.marquee-heading{
    background: #fff !important;
    letter-spacing: 0.75px;
    padding: 2px 5px 2px;
    font-size: 16px;
    font-weight: 500;
    color: #053A5F;
}

.m-tag {
    height: 26px;
    text-align: justify;
}

.marquee-list li{
    list-style: none;
    margin-top: 16px;
    text-align: left;
    font-size: 14px;
}
.marquee-list li a{
    color: #c95b00;
}





.notice-marquee .m-tag {
    height: 150px;
    text-align: justify;
}

.notice-marquee .marquee-list li{
    list-style: none;
    margin-top: 16px;
    text-align: left;
    font-size: 14px;
}
.notice-marquee .marquee-list li a{
    color: #c95b00;
}






.lr-card-center-title{
    font-size: 22px;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #082233;
}

.icon-list{
    margin: 10px 0;
    padding: 0;
}

.icon-list li {
    padding-bottom: 8px;
    list-style: none;
}

.icon-list li svg {
    color:  #053A5F;
}


.line-clamp-1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.corner-menu .list-group-item.has-children::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #181818;
    z-index: 2;
    right: 10px;
    top: 15px;
    pointer-events: none;
}
.corner-menu{
    padding-top: 8px;
}


.corner-menu .list-group-item {
    padding: 8px 16px;
    font-family: "Poppins";
    font-weight: 600;
    border-width: 0 0 2px;
}

.corner-menu .list-group-item:hover .show a{
    color: #2f3133;
}
.corner-menu .list-group-item:hover a {
    color: #c85b01;
}

.corner-menu .list-group-item .show li :hover{
    color: #c85b01;
}


.card-hover-img .icon-box {
    position: relative;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6957f6;
    font-size: 36px;
    color: #fff;
    border-radius: 50%;
}

.card-hover-img:hover {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-hover-img:hover .icon-box {
    background-color: rgba(105, 87, 245, 0.3);
    font-size: 36px;
    color: #6957f6;
    transition: all ease-out 1000ms;
}


.card-hover-img:hover .hover-card-title {
    color: #043872;
    text-shadow: 1px 1px 12px #043872;
    transition: all ease-out 100ms;
}

.bg-purpal {
    background-color: #6957f6;
}

.card-hover-img:hover .bg-purpal {
    background-color: rgba(105, 87, 245, 0.3);
    color: #6957f6;
}

.bgc-light-green{
     background-color: #aca629 !important;
}

.card-hover-img:hover .bgc-light-green {
    background-color: rgba(172, 166, 41, 0.39) !important;
    color: #aca629;
}

.counter-card:before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-counter-item {
    position: relative;
    text-align: center;
    background: rgba(255, 255, 255, 0.18);
    padding: 25px 0;
    border-radius: 100px 3px 100px 3px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.single-counter-item .counter-icon {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}
.single-counter-item .timer {
    color: #fff;
    font-size: 35px;
    letter-spacing: 3px;
    margin: 10px 0 10px;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    transition: all 0.2s;
}

.single-counter-item p{
    color: #fff;
    line-height: 27px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}

.single-counter-item:hover {
    border-radius: 3px 100px 3px 100px;
        transition: all 0.5s ease 0s;
}
.single-counter-item:hover .timer {
    color: #043872;
    text-shadow: 2px 2px 12px #55a2d5;
}


.icon-card-text {
    /*background: url("../../../assets/img/counter-bg.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-left: 20px;
    padding: 20px 10px 20px 40px;
    position: relative;
    border-radius: 5px;
    border-left: 3px solid #043872;
    overflow: hidden;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: rgba(204, 223, 245, 0.52);
}

.single-icon {
    width: 60px;
    height: 60px;
    background: #043872;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transition: all .3s linear;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.single-icon-card {
    position: relative;
    padding: 10px;
}

.single-icon-card:hover .single-icon{
    background-color: #fff;
    color: #0f317e;
    transition: all .3s linear;
}

.single-icon-card:hover .icon-card-text{
    color: #fff;
     background-color: #0f317e;
}



.sky-blue .icon-card-text{
     background: #e3edf9;
}


.sky-blue.single-icon-card:hover .single-icon{
    background-color: #e3edf9 !important;
    color: #0f317e;
    transition: all .3s linear;
}

.sky-blue.single-icon-card:hover .icon-card-text {
    color: #fff;
    background-color: #0f317e;
    transition: all .6s linear;
}


.orange .icon-card-text {
    background: rgba(229, 213, 201, 0.73);
    border-left: 3px solid #fd7e46;
    transition: all .3s linear;
}

.orange .single-icon {
    background: #fd7e46;
}

.orange.single-icon-card:hover .single-icon{
    background-color: #ffe8db;
    color: #fd7e46;
    transition: all .3s linear;
}

.orange.single-icon-card:hover .icon-card-text{
    color: #fff;
     background-color: #fd7e46;
    transition: all .6s linear;
}

.lime-green .icon-card-text {
    background: rgba(236, 234, 202, 0.88);
    border-left: 3px solid #aca629;
    transition: all .3s linear;
}

.lime-green .single-icon {
    background: #aca629;
}

.lime-green.single-icon-card:hover .single-icon{
    background-color: #fffddb;
    color: #aca629;
    transition: all .3s linear;
}

.lime-green.single-icon-card:hover .icon-card-text{
    color: #fff;
     background-color: #aca629;
    transition: all .6s linear;
}


.purpal .icon-card-text {
    background: rgba(214, 202, 236, 0.88);
    border-left: 3px solid #8d56fd;
    transition: all .3s linear;
}

.purpal .single-icon {
    background: #8d56fd;
}

.purpal.single-icon-card:hover .single-icon{
    background-color: #e9dbff;
    color: #8d56fd;
    transition: all .3s linear;
}

.purpal.single-icon-card:hover .icon-card-text{
    color: #fff;
     background-color: #8d56fd;
    transition: all .6s linear;
}

.top-image-sec{
    background-color: #4070f3;
}

.top-card-img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #ece9e9;
    height: 100px;
    width:100px;
    margin-bottom: -40px;
}

.top-image-sec{
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}



@media (max-width: 767px) {
    .sm-order-1{
        order: 1 !important;
    }
    .sm-order-2{
        order: 2;
    }

    .sm-order-3{
        order: 3;
    }

    .logo-text .text-h1{
        display: none;
    }

    .slider-header {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 14px;
    }

    .banner-content {
        display: none;
    }

    .slider-overlay{
        align-items: start !important;
    }

    .banner-btn {
        text-align: left;
        padding: 8px 30px;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .container, .container-sm {
        max-width: 100%;
    }

    .single-counter-item p {
        font-size: 12px;
    }
}

.has-child{
    cursor: pointer;
}

.img-bg-building {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url("../../../assets/img/bbgg.jpg");
    opacity: .5;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.censelor-image{
    height: 200px;
    width: auto;
}

.teacher-svg-icon{
    max-width: 3rem;
}

.teacher-info{
    padding-left: 16px;
}

.card-top-down-image{
    position: relative;
    overflow: hidden;
}
.card-top-down-image:before {
    position: absolute;
    content: "";
    background: url("../../../assets/img/about_shape.png");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% !important;
    width: 100px;
    height: 100px;
    top: -20px;
    right: 0;
    animation: about_animi 2s linear infinite alternate;
    -webkit-animation: about_animi 2s linear infinite alternate;
}

.card-top-down-image:after {
    position: absolute;
    content: "";
    background: url("../../../assets/img/wave.png");
    opacity: 0.25;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% !important;
    width: 100%;
    height: 170px;
    bottom: -6px;
    left: 0;
    animation: about_animi 2s linear infinite alternate;
    -webkit-animation: about_animi 2s linear infinite alternate;
}

.card-top-image {
    position: relative;
}

.card-top-image:before {
    position: absolute;
    content: "";
    background: url("../../../assets/img/about_shape.png");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% !important;
    width: 100px;
    height: 100px;
    top: -20px;
    right: 0;
    animation: about_animi 2s linear infinite alternate;
    -webkit-animation: about_animi 2s linear infinite alternate;
}

.left-title-area{
    position: relative;
    font-family: "segoe ui";
}

.left-title-area .sub-title{
    color: #fb5f03;
    font-weight: bold;
}

.left-title-area  .sec-title{
    font-weight: 600;
    font-size: 30px;
    position: relative;
    margin-top: 10px;
}


.counter-icon{
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 40px;
    border: 4px solid #fffdfd;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.box-info{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.link-dept{
    color: #296016;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.card-content-center{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.icon-rounded-box {
    height: 60px;
    width: 60px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 5px solid #333;
}

.chancellor-img img{
    height: 200px;
    width: 200px;
}

.chancellor-img{
    display: flex;
    justify-content: center;
    align-items: center;
}


/*Pulseting play Button*/

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}


.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


.video-bg-img{
    position: relative;
}

.video-bg-img img{
    border-radius: 10px;
}


.btn-rounded{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 8px 30px;
}

.vision-mission {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
    
}

.vision-mission li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.vision-mission li .icon{
   background: #fff;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.42);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    font-size: 28px !important;
    margin-right: 15px;
    color: #fb5f03;
    border-radius: 50px;
}

.date-time{
    font-size: 14px;
    font-weight: 500;
     color: #007e02;
}

.download-btn{
    font-size: 14px;
    font-weight: 500;
    color: #fb5f03;
}

.list-group-flush>.list-group-item{
    border-style: dotted;
}

.info-card{
    color: #fff;
    position: relative;
    overflow: hidden;
}

.info-card:after {
    position: absolute;
    content: "";
    width: 123px;
    height: 466px;
    background: #032159;
    top: -59px;
    left: -53px;
    transform: rotate(19deg);
    -webkit-transform: rotate(19deg);
    -moz-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    -o-transform: rotate(19deg);
}

.info-card .card-body{
    z-index: 50;
}

.img-rounded-wave{
    position: relative;
}

.img-rounded-wave:after{
    position: absolute;
    content: "";
    background: url("../../../assets/img/dot-shapes.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -1px;
    left: 1px;
    z-index: 1;
    width: 99.7%;
    height: 10px;

}

.contact-text {
    border-radius: 20px;
    padding: 15px 25px;
    position: relative;
    margin-top: 8px;
}

.contact-single {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(224, 224, 224, 0.69);
}

.contact-icon{
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    background: #0f2239;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    margin-right: 20px;
}

.blue{
    background-color: #4581fd;
}
.orange{
    background-color: #fd7e46;
}
.till{
    background-color: #00d5d2;
}

.border-orange-top:after {
    position: absolute;
    content: "";
    width: 90%;
    height: 6px;
    background: #fd7e46;
    top: -3px;
    left: 50%;
    border-radius: 100px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.icon-boxes .icon-box {
    background-color: #ffffff;
    padding: 50px 40px;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.icon-box .box-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 0;
    transition: all 0.4s ease-out 0s;
    background-color: color-mix(in srgb, #3db2d7, transparent 95%);
    color: #3db2d7;
}

.icon-box h3{
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}

.icon-box:hover .box-icon{
    background-color: #3db2d7;
    color: #fff;
}

.about .icon-boxes .col-md-6:nth-child(2) .icon-box, .about .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: -40px;
}

.content-center{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.bg-img-right {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0px;
    background-image: url("../../../assets/img/art.jpg");
    opacity: 1;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.event-card{
    margin-top: 80px;
    min-height: 250px;
    border: 8px solid #e3e2e2;
    background-color: #fafafa;

}

.event-img{
    height: 280px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event-card:hover{
    border: 8px solid rgb(253, 213, 230);
    background-color: #fdeaf2;
    cursor: pointer;
}

.violet.event-card:hover{
    border: 8px solid rgb(213, 222, 253);
    background-color: #ebeffd;
    cursor: pointer;
}

.lime-green.event-card:hover{
    border: 8px solid rgb(213, 253, 215);
    background-color: #eafdeb;
    cursor: pointer;
}

.event-card .card-body{
    height: 100%;
    display: flex;
    justify-content:end;
    flex-direction: column;
    padding: 20px;
}

.event-logo img{
    height: 100px;
    width: auto;
}

.event-logo{
    height: 150px;
    width: 150px;
    background-color: #fdd5e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -100px;

    left: 50%;
    transform: translate(-50%, 0);
    border: 3px dotted #222;
}

.violet .event-logo{
       background-color: #d5defd;
}

.lime-green .event-logo{
       background-color: #d5fdd7;
}

.arrow {

    background-color: #fff;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #f67210;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f67210;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0);
}

.stats-item {
    background-color: #fff;
    margin-top: -27px;
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 0;
}

.stats-item span{
    font-size: 36px;
    display: block;
    font-weight: 700;
    color: color-mix(in srgb, #444444, transparent 20%);
}

.counter-icon {
    background-color: #fff;
    color: #3db2d7;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    width: 54px;
    height: 54px;
    font-size: 24px;
    border-radius: 50px;
    border: 2px solid #3db2d7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.stats-item p{
    color: #444;
}

.bg-img{
    background-color: #333;
    background-image: url("../../../assets/img/default-image.png");
    background-position: 50% 9px;
}

.text-shadow{
    text-shadow: 1px 1px 10px #171817;
}

.bg-img-two {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    right: 0;
    background-image: url("../../../assets/img/art-2.jpg");
    opacity: 1;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.blog-date{
    background-color: #3D498D;
    border-radius: 0px 0px 0px 0px !important;
    padding: 17px !important;
    position: relative !important;
    border: none;
    width: 90%;
    margin-top: -28px;
    color: #fff;
}

.blog-date:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #3d498d54;
    z-index: 0;
    transition: .3s ease-in-out;
}


.image-right-bottom{
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
}
.image-right-bottom img{
    height: 160px;
}

.image-left-top{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
}
.image-left-top img{
    height: 160px;
}

.bg-img-about{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0px;
    background-image: url("../../../assets/img/bg-pattren-3.png");
    opacity: 1;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.teachers-card{
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
}


.principal-image{
    max-height: 150px;
    width: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #b2b2b2;

}

.image-center {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



.content-center{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}



.color-fb{
    background: #3b5998 !important;
}

.color-youtube{
    background: #d50a30 !important;
}
.color-twitter{
    background: #010101 !important;
}
.color-instra{
    background: #C13584 !important;
}
.color-linkedin{
    background: #0077B5 !important;
}


.color-fb:hover{
    background: #2c467c;
}

.color-youtube:hover{
    background: #f10532;
}
.color-twitter:hover{
    background: #313030;
}
.color-instra:hover{
    background: #e02b91;
}
.color-linkedin:hover{
    background: #049bea;
}

.member {
    position: relative;
}

.member .pic {
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 1px 2px 15px rgb(171, 168, 168);
}

.member .pic  img{
    height: 250px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    
}
.member .member-info {
    background-color: #fff;
    color: color-mix(in srgb, #000, transparent 20%);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -50px;
    left: 20px;
    right: 20px;
    padding: 20px 15px;
    overflow: hidden;
    transition: 0.5s;
}


@media (max-width: 991px) {
    .event-card {
        margin-top: 100px;
        min-height: 250px;
    }

    .about .icon-boxes .col-md-6:nth-child(2) .icon-box, .about .icon-boxes .col-md-6:nth-child(4) .icon-box {
        margin-top: 0px;
    }
}

.service-img {
    max-height: 280px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.copyright .link-footer {
    color: #fff;
    text-decoration: none;
}