
@font-face {
  font-family: 'Anek Bangla';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("../../fonts/AnekBangla-VariableFont_wdth,wght.ttf") format('woff2');
  unicode-range: U+0951-0952, U+0964-0965, U+0980-09FE, U+1CD0, U+1CD2, U+1CD5-1CD6, U+1CD8, U+1CE1, U+1CEA, U+1CED, U+1CF2, U+1CF5-1CF7, U+200C-200D, U+20B9, U+25CC, U+A8F1;
}
/* latin-ext */
@font-face {
  font-family: 'Anek Bangla bold';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("../../fonts/AnekBangla-VariableFont_wdth,wght.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;
}
/* latin */
@font-face {
  font-family: 'Anek Bangla';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("../../fonts/AnekBangla-VariableFont_wdth,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: 'Cute_Aurora_demo';
}

.font-bangla {
    font-family: 'Anek Bangla' ,  sans-serif;
    font-weight: 400;
}

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

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

.color-primary {
    color: #da030b;
}

.has-child{
    cursor: pointer;
}

.color-secondary {
    color: #6953a8;
}

.bg-color-primary {
    background-color: #da030b;
}

.bg-color-secondary {
    background-color: #0c6709;
}

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

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

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

.bg-red-transprent{
    background-color: #f8ebe9;
}


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

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

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

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



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

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

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

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

.text-yellow{
    color: #f3f307;
}

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

.text-title {
    font-size: 22px;
    font-weight: 700;
    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;
}

.section-title {
    text-align: center;
    margin-top: 0;
    position: relative;
    line-height: 1;
    font-family: "Anek Bangla" !important;
    font-weight: bolder;
    font-size: 22px;
}
.section-title-breaker{
    margin-bottom: 40px;
    margin-top: 20px;
    padding-bottom: 5px;
    position: relative;
}

.section-title-breaker:before {
    border-radius: 8px;
    bottom: 0;
    content: "";
    height: 6px;
    bottom: -2px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    position: absolute;
    width: 24px;
    background-color: #db020c;
}

.section-title-breaker:after {
    border-radius: 8px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    right: 0px;
    margin: 0 auto;
    position: absolute;
    width: 80px;
    background-color: #db020c;
}

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

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


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

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

.left-section-gap {
    margin: 10px 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: 30px;
}

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

.double-line-red{
    margin-bottom: 20px;
    margin-top: 8px;
    padding-bottom: 5px;
    position: relative;
}
.double-line-red:before {
    border-radius: 8px;
    bottom: -1px;
    content: "";
    height: 6px;
    left: 10px;
    position: absolute;
    width: 24px;
    background: #db020c;
}

.double-line-red:after {
    border-radius: 8px;
    bottom: 1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 64px;
    background: #db020c;
}

.text-heading {
    line-height: 1.42857;
    color: rgb(51, 51, 51);
    margin-bottom: 10px;
    font-weight: bolder !important;
    margin-top: 10px !important;
    font-size: 24px !important;
    outline: none !important;
}

.text-highlight{
    color: #db020c;
}

.text-paragraph {
    font-size: 16px;
    color: #454444;
    font-family: "Anek Bangla";
    text-align: justify;
}

.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: #053A5F;
    bottom: -01px;
    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;
}


.text-h1 {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Cute_Aurora_demo';
}

.logo-default {
    height: 80px;
}

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

.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;
    }
    
    .btn-lg{
        font-size: 16px;
    }
}


.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: #ffffff;
    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 {
    margin-top: 50px;
    width: 150px;
    height: 150px;

}

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

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

.course-thumb img {
    border-radius: 8px 8px 0 0;
}

.price-tag {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 5px 15px;
    position: absolute;
    right: 0px;
    text-transform: capitalize;
    top: 16px;
    -webkit-transition: all 150ms ease-in-out 0s;
    -o-transition: all 150ms ease-in-out 0s;
    transition: all 150ms ease-in-out 0s;
    border-radius: 0px;
    font-family: "Anek Bangla";
    background: yellow !important;
}

.course-title {
    font-family: "Anek Bangla" !important;
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 0 0;
}

.course-description {
    font-size: 16px;
    color: #363535;
    font-family: "Anek Bangla" !important;
    line-height: 2;
    padding: 0;
}
.course-description li{
    list-style: none;
}

.course-description li svg{
    color: #db020c;
    margin-right: 10px;
}

.course-btn {
    width: 100%;
    background: transparent linear-gradient(110deg, #650505 0%, #d9030b 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    border: none;
    height: 40px;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 600;
}

.course-btn:hover{
    width: 100%;
    background: transparent linear-gradient(110deg, #984d3d 0%, #fd0303 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-weight: 600;
}

.course-card{
    box-shadow: 3px 4px 0px rgba(217, 3, 3, 0.89);
}

.last-price{
    color: #eaeaea;
    text-decoration: line-through;
    font-size: 12px;
}

.service-card {
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
}


.service-card .card-body{
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.service-icon{
    height: 100px;
    width: 100px;
}

.service-title{
    margin-top: 5px;
    font-weight: 400;
}

.service-card:hover {
    box-shadow: 3px 4px 14px 0 #981313;
     transition: all 120ms ease-in-out 0s;
}


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

.section-img-bg{
    background-image: url("../../../assets/img/cover-x.jpg");
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    position: relative;
    background-attachment: fixed;
}


.section-img-bg:before{
    content: "";
    position: absolute;
    background-color: rgba(255, 0, 0, 0.55);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: .5s ease;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    color: #fff;
}


.uni-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.uni-image img{
    height: 100px;
    width: auto;
    opacity: 0.85;
}

.uni-title{
    margin: 0px auto;
    font-size: 12px;
    font-family: "Anek Bangla";
    text-align:center;
}

.uni-card:hover .uni-image img{
    opacity: 1;
}

.uni-card:hover .card-body{
    box-shadow: 1px 1px 1px 1px rgba(227, 173, 173, 0.7);
}

.img-sm-center{
    display: flex;
    justify-content: center;
}
.img-sm-center img{
    height: 150px;
    width: 150px;
}

.achievement-card {
    box-shadow: 3px 4px 0px #d9030e;
    margin: 0px 18px;
    border-radius: 20px;
}

.bottom-style{
    background-color: #d9030e;
    width: 27%;
    height: 8px;
    bottom: -1px;
    left: 37%;
    position: absolute;
    opacity: 1;
    margin-bottom: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.our-facility{
   list-style-type: square;
    font-family: "Anek Bangla";
}
.our-facility li{
    margin-bottom: 10px;
}


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

.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;
    flex-direction: column;
}

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



.course-bordered li{
    border-bottom: 1px solid rgba(201, 200, 200, 0.76);
}
.course-price-size {
    font-size: 18px !important;
    margin-left: 10px;
    font-weight: 600 !important;
}

.course-price {
    font-size: 20px !important;
    margin-left: 10px;
    color: #da020e;
}

.course-bordered .last-price {
    color: #5a5959;
    text-decoration: line-through;
    font-size: 16px;
}

.img-book{
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-book img{
    height: 250px;
    width: auto;
}

.accordion-body{
    background-color: #e8f7e8;
}

.accordion-button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.img-ques img{
    max-height: 300px;
}

.my-img{
    height: 600px;
}

.bg-color-section{
    padding: 80px 0;
    background-color: #7b6ed6;
}

.skill-neme {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .7);
    font-family: "Anek Bangla";
}
.skill-info {
    border-left: 1px solid rgba(255,255,255,.2);
    padding-left: 25px;
}

.skill-text{
    color: rgba(255, 255, 255, .7);
    font-size: 17px;
    font-weight: 600;
}

.skill-progress-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overlay-white{
    font-size: 12px;
    line-height: 20px;
    padding: 1px 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.33);
}

.skill-progress-bar input{
    width: 100%;
}



.acent{
    accent-color: #ffffff;
}

.img-equation:before{
    content: "";
    background: transparent url("../../../assets/img/equation.png") center center / contain !important;
    opacity: .35;
    position: absolute;
    height: 600px;
    width: 100%;
    top: 0;
    left: 0;
}