@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600&family=Titillium+Web:wght@300;400;600&display=swap');
:root {
    --tit: "Titillium Web", sans-serif;
    --fw-600: 600;
    --primary: #DA615C;
    --secondary: #FAC847;
    --accent:#275994;
}

body {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #111;
    background: url(../img/grey-bg.webp) repeat;
}

#hi{
    --tit: "Khand", sans-serif;
    --mukta: "Mukta", sans-serif
    font-family: "Mukta", sans-serif;

}
a {
    text-decoration: none;
}

.mukta-regular {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mukta-semibold {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.khand-regular {
  font-family: "Khand", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.khand-bold {
  font-family: "Khand", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1,
h2,
h3,
h4 {
    font-family: var(--tit);
}

.primary {
    color: var(--primary);
}
.accent{
    color:var(--accent)
}
.light-blu {
    background-color: var(--light-blu);
}

.titillium {
    font-family: var(--tit);

}

.fw-bold,
strong {
    font-weight: var(--fw-600)
}

.bullt-list {
    margin: 0;
    padding: 0
}

.bullt-list li::marker {
    color: var(--primary);
}

.bullt-list li {
    list-style-type: square;
    margin-left: 15px;
}

.btn {
    font-family: var(--tit);
    font-weight: 600;
    --bs-btn-focus-box-shadow: none;
}

.btn-secondary {
    --bs-btn-color: #062952;
    --bs-btn-bg: var(--secondary);
    --bs-btn-border-color: var(--secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary);
    --bs-btn-hover-border-color: var(--primary);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary);
    --bs-btn-active-border-color: var(--primary);
}
.btn-dark{
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--accent);
    --bs-btn-border-color: var(--accent);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary);
    --bs-btn-hover-border-color: var(--primary);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary);
    --bs-btn-active-border-color: var(--primary);  
}
#hi .btn{
    font-family: "Mukta", sans-serif;
}

.btn-group-lg > .btn,
.btn-lg {
    --bs-btn-padding-x: 2rem;
    --bs-btn-font-size: 1.5rem;
}

.shadow {
    --bs-box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.10)
}

.f-60 {
    font-size: 2.25rem;
}
@media(max-width:991px){
    .row>*{
    padding-left: calc(var(--bs-gutter-x)* 1);
    padding-right: calc(var(--bs-gutter-x)* 1);
    }
}
@media(min-width:576px) {
    .f-60 {
        font-size: 2.5rem;
    }
}

@media(min-width:768px) {
    .f-60 {
        font-size: 3rem;
    }
}

@media(min-width:992px) {
    .f-60 {
        font-size: 3.75rem;
    }
}

@media(max-width:767px) {
    .enq {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 3;
       
    }
    .enq ul {
        max-width: 540px;
        margin: 0 auto;
        background: var(--accent);
         padding:0!important;
    }
    .enq li{
        max-width:50%;
        flex:0 0 50%;
    }
    .enq a {
        font-family: var(--tit);
        font-size: 1.25rem;
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 10px;
        font-weight: 600;
    }
}
.head{
    padding-top: 20px;
}
@media(min-width:992px) {
    .head {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3;
        margin: 0
    }
}

@media(max-width:767px) {
    .head {
        background-color: #d1d6da;
    }
}

.banner-caption h1 {
    color: #275994;
    font-family: var(--tit);
}
.admission-open {
    --bg:227, 234, 239;
    background: rgb(var(--bg));
    border: 2px solid var(--primary);
    font-size: 1.125rem;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    
}
.admission-open h3 {
     font-weight: 400;
    font-size: 1.25rem;
    margin-top: -24px;
}

.admission-open h3 span {
    color: #275994;
    background: rgb(var(--bg));
    background: linear-gradient(0deg, rgb(var(--bg)) 0%, rgb(var(--bg)) 50%, rgba(255, 255, 255, 0) 50%);
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1;
}

@media(min-width:576px) {
    .admission-open {
        font-size: 1.25rem;
    }
    .admission-open h3 {
        font-size: 1.5rem;
        margin-top: -27px;
    }
}

@media(min-width:768px) {
   
    .banner-caption h1 {
        font-size: 2rem;
    }
    .banner-caption h1 span {
        font-size: 2.25rem
    }

}

@media(min-width:992px) {
     .admission-open{
        --bg:244, 246, 247;
    }
    .banner-caption {
        position: absolute;
        right: 5%;
        bottom: 120px;
        z-index: 2
    }
    .banner-caption h1 {
        font-size: 2.5rem;
    }
    .banner-caption h1 span {
        font-size: 2.75rem
    }
    .admission-open {
        font-size: 1.25rem;
    }
    .admission-open h3 {
        font-size: 1.5rem;
        margin-top: -27px;
    }


}

@media(min-width:1200px) {
    .banner-caption {
        bottom: 120px;
    }
    .banner-caption h1 {
        font-size: 3rem;
    }
    .banner-caption h1 span {
        font-size: 3.25rem
    }
    .admission-open {
        font-size: 1.5rem;
    }
    .admission-open h3 {
        font-size: 1.75rem;
        margin-top: -30px;
    }
}

@media(min-width:1400px) {
    .banner-caption {
        bottom: 150px;
    }
}

@media(max-width:992px) {
    .head,
    .banner {
        background-color: #d4dde7;
        text-align: center
    }
    .caption-wrap {
        display: inline-block;
        margin-top: 50px
    }
}
@media(max-width:767px){
    #hi .banner-caption h1{
        font-weight:600;
    }
    #apply-for-course{
        margin-top:50px;
    }
}

.announcement-bar {
    background: var(--primary);
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.25rem;
    font-family: var(--tit);
    font-weight: 300;
}

.marquee-top li {
    padding: 0 10px;
    display: flex;
    align-items: center;

}

.marquee-top li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    display: inline-flex;
    margin-right: 20px;
    text-align: center;
}

.marquee-top li:first-child:before {
    display: none;
}
@media(min-width:768px){
    .announcement-bar{
        font-size: 1.5rem;
    }
}

.key-facts {
    --spac: 30px;
    color: #404040;
    margin-top: -(var(--spac))
}

.key-facts li {
    padding-top: var(--spac);
    padding-bottom: var(--spac);
}
#hi .key-facts h4{
    font-family:"Mukta", sans-serif;
    line-height:1.5;
}

.fact-icon {
    width: 75px;
    margin-right: 20px;
}

.form-wrap {
    border: 2px solid var(--primary)
}

.form-header {
    background: var(--primary);
    color: #fff;
    padding: .75rem 2rem;
}

form {
    padding: 1.5rem 2rem;
}
.error{
    color:#ff0000;
    font-size:13px;
    display: block;
    margin-top:5px;
}
.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #275994;
    --bs-btn-border-color: #275994;
}

.course-offered {
    background-color: #EFF3F6;
}

.course-col .bg-white {
    height: 100%;
    position: relative
}

.course-col h3 {
    font-size: 22px;
}
#hi .course-col h3{
    font-family:"Mukta", sans-serif;
}

.elegiblity {
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 30px 20px;
}

.elegiblity h2 {
    position: relative;
    margin-top: -49px;
    font-weight: 600;
    font-family: var(--tit)
}

.elegiblity h2 span {
    padding-left: 20px;
    padding-right: 20px;
    background: rgb(239, 243, 246);
    background: linear-gradient(180deg, rgba(239, 243, 246, 1) 0%, rgba(245, 247, 249, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.elegiblity li {
    margin: 0 30px;
    font-size: 1.5rem;
    line-height: 110%;
}

@media(max-width:767px) {
    .elegiblity ul {
        flex-direction: column
    }
    .elegiblity ul li{
        margin-right: 0;
        margin-top:10px;
         font-size: 1.25rem;
    }
    .elegiblity h2 {
        margin-top: -47px;
    }
    .course-col h3 {
        font-size: 1.5rem;
    }
}

.facts-col {
    border-bottom: 3px solid #DA615C;
    padding: 20px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .05);
    position: relative;
    height: 100%;
    color: #303030;
}

.facts-col h2 {
    font-weight: 600;
    margin-bottom: 0
}

.facts-col h4 {
    margin-bottom: 0;
}

:root {
    --marquee-width: 100%;
    --marquee-height: 91px;
    /* --marquee-elements: 12; */
    /* defined with JavaScript */
    --marquee-elements-displayed: 5;
    --marquee-element-width: calc( var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
    width: var(--marquee-width);
    height: var(--marquee-height);
    overflow: hidden;
    position: relative;
}

.marquee:before,
.marquee:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.marquee:before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, transparent 100%);
}

.marquee:after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, transparent 100%);
}

.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
}

/* .marquee-content:hover {
  animation-play-state: paused;
} */

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX( calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    flex-shrink: 0;
    width: var(--marquee-element-width);
    max-height: 100%;
    font-size: calc(var(--marquee-height) * 3 / 4);
    /* 5rem; */
    white-space: nowrap;
}


@media (max-width: 767px) {

    :root {
        --marquee-elements-displayed: 3;
    }
    .marquee:before,
    .marquee:after {
        width: 5rem;
    }
}
@media (max-width: 479px) {
     :root {
        --marquee-elements-displayed: 2;
    }
}


.contact-info {
    margin: 0!important;
}

.campus,
.contact {
    font-size: 18px;
}
@media(min-width:768px){
   .campus,
.contact {
    padding: 20px 40px 20px 40px!important;} 
}
.contact {
    background-color: #BF5450;
    color: #fff;
    font-size: 20px;
}

.contact li {
    display: flex;
    align-items: center;
}

.contact li svg {
    fill: #fff;
    margin-right: 10px;
}

.contact a {
    color: #fff;
}

.copyright {
    background-color: #BBB4B8;
    color: #404040;
    font-size: 14px;

}

@media(min-width:992px) {
    .contact-info {
        position: absolute;
        bottom: -76px;
        width: 100%;
        left: 0;
    }
    .copyright {
        padding-top: 76px;
    }
}

@media(max-width:767px) {
    footer {
        padding-bottom: 40px;
    }
       .campus,
.contact {
    padding-top:20px;
    padding-bottom:20px;
    }
}
}