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

.font-primary {
    font-family: 'Roboto-Bold';
}

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


.button-color-primary {
    background-color: #0079c9 ;
    border-color: #0079c9 ;
    color: #fff;
}

.button-color-primary:hover {
    background-color: #300fc9 ;
    color: #fff;
}

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

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

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

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


.button-outline-primary {
    border-color: #0079c9 ;
    color: #0079c9;
    background-color: transparent;
}

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


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

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

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

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

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

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

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

.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: #c95b00;
    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: #c95b00;
    bottom: -02px;
    left: calc(50% - 30px);
}

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

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


.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 {
    background-color: #053A5F;
    color: #fff;
    padding: 5px;
    font-weight: 700;
    letter-spacing: 1px;
}


.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: auto;
    top: calc(50% - 60px);
}

.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 {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.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;
    border-right: 5px solid #6f42c1;
    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 20px 0 0;
    width: 400px;
    height: 300px;
    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;
    border-right: 5px solid #6f42c1;
    padding-right: 5px;
    border-left: 0 !important;
    font-size: 16px;
    font-family: "Anek Bangla";
}

.backgound-img{
     background: transparent url("../../../assets/img/map.png") center center / cover;
    opacity: 0.7;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.bg-about{
    background-color: rgba(0, 121, 200, 0.75);
}


.card-bg::before {
    content: '';
    width: 43%;
    height: 10%;
    left: 0px;
    bottom: 0px;
    border-bottom: 438px solid #26c976;
    border-right: 475px solid transparent;
    position: absolute;
}

.card-bg .card-body{
    z-index: 10;
}
.card-bg .card-body img{
    border: 5px solid #fff;
}

.card-bg-right-top::before {
    content: '';
    width: 43%;
    height: 10%;
    right: 0px;
    bottom: 0px;
    border-top: 438px solid #26c976;
    border-left: 475px solid transparent;
    position: absolute;
}

.card-bg-right-top .card-body{
    z-index: 10;
    background-color: #fff;
    padding: 16px;
    margin: 16px;
}


.image-frame{
    position: relative;
}
.image-frame img{
    z-index: 10;
    position: relative;
}
.image-frame .card-body{
    z-index: 10;
    position: relative;
    background-color: #fff;
}

.image-frame:before {
    content: "";
    position: absolute;
    transition: all 0.5s ease 0s;
    z-index: 0;
    width: 50%;
    height: 50%;
    background: #26c976;
    right: -10px;
    top: -10px;
}

.image-frame:after {
    content: "";
    position: absolute;
    transition: all 0.5s ease 0s;
    z-index: 0;
    width: 50%;
    height: 50%;
    background: #26c976;
    left: -10px;
    bottom: -10px;
}

.news-card{
    background-color: transparent !important;
}

.news-card .card-body{
    width: 80%;
    margin: -20px auto 0;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.dot-img{
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    top: -9px;
    right: 0;
}

.card-background {
    background: transparent url("../../../assets/img/card-bg.svg") center center / cover;
    opacity: 0.5;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.has-child{
    cursor: pointer;
}