@font-face {
    font-family: 'Roboto-Bold';
    src: local('Roboto-Bold'), url("../../fonts/Roboto-Bold.ttf") format('ttf');
}

@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("../../fonts/Dosis.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: 'Dosis';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("../../fonts/Dosis.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: 'Dosis', sans-serif;
}

.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: #0079c9;
}

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

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

.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: #043872;
    border-color: #043872;
    color: #fff;
}

.button-color-primary:hover {
    background-color: #22548a;
    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: #043872  ;
    color: #043872 ;
    background-color: transparent;
}

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


.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: 32px;
    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: 16px;
}

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

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

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

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

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

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

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

.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: #043872;
    color: #fff;
    padding: 5px 16px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family:'Dosis', sans-serif;
}
.card-title:after{
    content: "";
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid rgba(4, 56, 114, 0.68);
    position: absolute;
    bottom: -10px;
    left: 0px;
}


.logo-default {
    height: 60px;
}

.logo-text {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6f42c1;
}

.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 {
    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{
    margin-top: 50px;
    /*background-image: url("../../../assets/img/overlay-image.jpg");*/
    background-color: #5081de;
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
    background-attachment: fixed;
    position: relative;
}


.section-img-bg:before{
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(11, 13, 47);
    background: rgba(7, 11, 89, 0.77);
    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 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: "Dosis";
    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;
}

.card-wave{
    position: absolute;
     width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    background-image: url("../../../assets/img/card-wave.png");
    opacity: .30;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.counter-card{
    background-image: url("../../../assets/img/counter-bg.jpg");
    background-position: center center;
    padding: 20px 20px;
    position: relative;
    width: 100%;
}

.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;
    }
}

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

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

.gov-img{
    max-height: 180px;
    width: 150px;
    flex-shrink: 0;
}

.gov-img img{
    height: 100%;
    width: 100%;
}

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



.teacher-img img{
    border-radius: 6px;
    width: 100%;
    height: auto;
    max-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 2px 2px 15px #111;
    -moz-box-shadow: 2px 2px 15px #111;
    box-shadow: 2px 2px 15px #111;
}

.lower-content {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    margin-left: 11px;
    margin-right: 11px;
    margin-top: -50px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 62px 0px rgba(27, 31, 45, 0.09);
    box-shadow: 0px 0px 62px 0px rgba(27, 31, 45, 0.09);
}
.lower-content:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #043872;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
}

.lower-content .teacher-name {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.lower-content .teacher-name{
    text-decoration: none;
    line-height: 1.6;
    color: #1a1d20;
}

.lower-content .teacher-name:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 6px;
    width: 100%;
    background: url("../../../assets/img/border-shape-2.png") repeat-x center;
}

.read-more-link{
    display: block;
    color: #de3a3c;
    font-weight: 700;
    text-decoration: none;
}

.teacher-block:hover .lower-content:before {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}

.teacher-block:hover .lower-content  .teacher-name{
    color: #fff;
}

.news-block:hover .read-more-link{
    color: #fff;
    position: relative;
}

/*Admission*/

.heading-with-image {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


.header-info{
    width: 80%;
    text-align: center;
}

.header-info .logo-img img {
    height: 120px;
}

.header-info h1{
    font-size: 32px;
    font-weight: 500;
}

.header-info h2{
    font-size: 24px;
    font-weight: 700;
}

.photo-div{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo-div p{
    font-weight: 600;
}

.photo-img{
    width:45mm;
    height: 55mm;
    border: 1px solid #d5d5d5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.click-btn{
    cursor: pointer;
    font-weight: 600;
    color: #919090;
}

.app-header{
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #d6d7d9;
    margin-bottom: 20px;
}

.transaction-process{
    font-size: 14px;
    font-family: "Anek Bangla", sans-serif;
    line-height: 1.5;
    color: #0c6709;
    margin-bottom: 1rem;
}

.payment-warning{
    font-size: 14px;
    font-family: "Anek Bangla", sans-serif;
    line-height: 1.5;
    color: #c7232c;
    margin-top: 1rem;
    text-align: center;
}


.info-head{
    width: 220px;
}

.info-details span{
    margin-right: 15px;
}


.student-summary{
    width: 210mm;
    margin: 20px auto;
}


.info-and-image{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.student-img {
    width: 47mm;
    height: 56mm;
    border: 1px solid #6c757d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.student-img img{
    height: 55mm;
    width: 45mm;
    -o-object-fit: cover;
    object-fit: cover;
}

.user-pass{
    text-align: center;
    border: 1px solid #0c6709;
    padding: 8px;
}

.admit-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.admit-header img{
    height: 50px;
    width: auto;
}

.admit-heading-text{
    font-size: 26px;
    font-weight: 700;
    margin-left: 10px;
}


.admit-card{
    width: 210mm;
    margin: 30px auto;
}

.t-heading{
    width: 120px;
}

.t-data span{
    margin-right: 5px;
}

.table-with-img{
    display: flex;
    align-items: self-start;
    gap: 5px;
}

.student-image{
    width: 35mm;
    height: 44mm;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f0f1f3;
}

.student-image img {
    width: 35mm;
    height: 44mm;
    -o-object-fit: cover;
    object-fit: cover;
}

.principal-signature{
    display: flex;
    justify-content: end;
}

.signature{
    width: 200px;
    text-align: center;
}

.signature img{
    height: 60px;
    max-width: 200px;
}

.dot-class{
    border-top: 1px dotted #0a0a0a;
}

.f-person-img{
    width: 120px;
}

.f-person-img img {
    width: 100px;
    height: auto;
}

.name{
    font-size: 18px;
    font-weight: 600;
}

.desig, .date-time{
    font-size: 14px;
    font-weight: 500;
}

.t-sl{
    width: 30px;
}