body{
    margin:0px;
    padding:0px;
    font-family: 'Roobert';
    font-size: 16px;
}
.primary-text{
    color:#000;
}
.secondary-text{
    color:#ff4358;
}


p{
    font-size: 16px;
}
@font-face {
font-family: Roobert;
src: url(fonts/Roobert-Regular.ttf);
}



.my-5{
    margin-top:3rem;
    margin-bottom: 3rem;
}
.mb-1{
    margin-bottom: 0.5rem;
}
.mb-2{
    margin-bottom: 1rem;
}
.mb-3{
    margin-bottom: 1.5rem;
}
.mb-4{
    margin-bottom: 2rem;
}
.mb-5{
    margin-bottom: 3rem;
}
.py-5{
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.py-4{
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.logo{
    width:230px;
}
.first{
    background-color: #000;
    width: 100%;
    background-image:url(./img/admission-2025.jpeg);
    background-size:contain;
    background-repeat:no-repeat;
}
.text-white{
    color:#fff;
}

.top-contact-form h4{
    font-size: 30px;
}
label{
    display: inline-block;
    width: 95px;
    vertical-align: top;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    margin: 0;
}
.form-control, .form-control option{  
    appearance: none;
    background-clip: padding-box;
    background-color: #f1f1f1;  
    border:none;
    border-radius: 0.375rem;    
    color: #212529;   
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    margin-bottom:15px;
}

.form-control:focus-visible{
   outline: none;
}
.text-center{
    text-align:center;
}
.btn-primary{
    padding: 0.5rem 2rem;
    border:none;
    font-size: 18px;
    background-color: #e71c38;
    color:#fff;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    margin: 0px auto;
    position:relative;
}

.btn-secondary{
    padding: 0.5rem 2rem;
    border:none;
    font-size: 18px;
    background-color: #dbdbdb;
    color:#000000;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    margin: 0px auto;
}
.applyNow{
    padding: 0.5rem 2rem;
    border:none;
    font-size: 18px;
    background-color: #ffffff;
    color:#000000;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    margin: 0px auto;
}
.bg-light{
    background-color: #f5f6f7;
}
.second .w-100{
    width:fit-content;
}
.justify-content-center {
    justify-content: center!important;
}
.align-items-center {
    align-items: center!important;
}
.rounded{
    border-radius: 10px;
}
.p-3{
    padding:1.5rem;
}
.fw-bold{
    font-weight: 600;
}
.fw-normal{
    font-weight: 400;
}

.third img{
    height:60px;
}

.courseBox:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    background-color: #f5f5f5;
    z-index: 1;
    content: "";
    margin: -110px 0 0 -110px;
    border-radius: 50%;
}
.courseBox h3{
    font-size: 24px;
    height:20px;
    margin:0px;
}

.m-0{
    margin:0px;
}
.mx-auto{
    margin:0px auto;
}

.position-relative{
    position: relative;
}
/*.Industry_ready:before{*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 200px;*/
/*    width: 85%;*/
/*    z-index: 1;*/
/*    height: 320px;*/
/*    background-image: url('img/people-collage-2.jpg');*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    border-radius: 200px 0 0 200px;*/
/*    content: "";*/
/*    z-index: -1;*/
    /* opacity:0.05; */
/*}*/
.rounded-circle{
    border-radius:50%;
}






.accordion-btn {
    background-color: #e71c38;
    color: #fff;
    padding: 15px 15px;
    border: none;
    text-align: left;
    width: 100%;
    cursor: pointer;
    position: relative;
    font-size: 18px;
}

.accordion-content {
    display: none;
    padding: 10px;
}
.accordion p{
    font-size: 18px;
}
.accordion-icon {
    position: absolute;
    right: 10px;
    font-size: 30px;
    color: #fff;
  }
  .bg-primary{
    background-color: #e71c38;
  }
  .text-decoration-none{
    text-decoration: none;
  }
  @media(min-width:768px){
      .ps-5{
    padding-left:3rem!important;
}

      .courseBox ul{
    height: 160px;
}
      .img-fluid{
        max-width:100%;
        height: auto;
    }
    .accordion {
        margin: 10px;
        position: relative;
    }
    
    ul li{
        line-height: 1.7;
    }
    .courseBox{
        background-color: #e71c38;
        padding: 100px 20px 30px;
        border-radius: 0px 30px 0px 30px;
        position: relative;
        overflow: hidden;
        margin:0px 12px;
        margin-bottom: 35px;
    }

    .third h4{
        height:60px;
        width:60%;
        margin-left: 20%;
        justify-items: center;
    }

    .top-contact-form h4{
        font-size: 30px;
    }

    .form-group{
        display: flex;
        flex-wrap: wrap;
    }
    /*.form-group label{*/
    /*    width:24%;*/
    /*}*/
    .form-group input{
        width:100%;
    }
    .form-group select{
        width:100%;
    }

    h1{
        font-size: 48px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.2;
    }
    h2{
        font-size: 40px;
        letter-spacing: 1px;
        line-height: 1.2;
        margin:0px;
    }
    .h3, h3{
        font-size: 32px;
    }
    h4, .h4{
        font-size: 22px;
        font-weight: 400; 
        margin:0px;   
    }
    h5, .h5{
        font-size: 18px;
        letter-spacing: 1px;
    }

    .container{
        width:76%;
        padding-left: 12%;
        padding-right: 12%;
    }
    .col-md-1{
        flex: 0 0 auto;
        width:8.33%
    }
    .col-md-2{
        flex: 0 0 auto;
        width:16.66%
    }
    .col-md-3{
        flex: 0 0 auto;
        width:24.99%
    }
    .col-md-4{
        flex: 0 0 auto;
        width:33.33%
    }
    .col-md-5{
        flex: 0 0 auto;
        width:41.66%
    }
    .col-md-6{
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7{
        flex: 0 0 auto;
        width:58.33%
    }
    .col-md-8{
        flex: 0 0 auto;
        width:66.66%
    }
    .col-md-9{
        flex: 0 0 auto;
        width:74.99%
    }
    .col-md-10{
        flex: 0 0 auto;
        width:82.33%
    }
    .col-md-12{
        width:100%;
    }
    .row{
        display: flex;
        flex-wrap: wrap;
    }
    .whatsappIcon {
        position: fixed;
        top: 67%;
        right: 0;
        z-index: 9999;
    }
    .whatsappIcon img {
        height: 50px;
        width: 50px;
    }
    
    .callIcon {
        position: fixed;
        top: 77%;
        right: 0;
        z-index: 9999;
    }
    .callIcon img {
        height: 50px;
        width: 50px;
    }
    
    .Mailcon {
        position: fixed;
        top: 57%;
        right: 0;
        z-index: 9999;
    }
    .Mailcon img {
        height: 50px;
        width: 50px;
        background: #e41e37;
    }
    .creativeSpark{
       
        box-shadow:0px 1px 5px #ccc;
    }
    .top-contact-form{
    background-color: #fff;
    padding: 5%;
    border-radius: 5px;
    margin-right: 10%;
    margin-top: -15%;
}
    
  }

  @media(max-width:767px){
      #ApplyNow .py-5{
          padding-top:10px!important;
      }
      #ApplyNow .col-md-12{
          background:#000;
      }
      
      .top-contact-form {
            background-color: #fff;
            padding: 5%;
            border-radius: 5px;
            margin-right: 7%;
            margin-top: 10%;
            margin-left: 7%;
        }
      .courseBox ul{
            height: max-content;
        }
    .textCenter{
        text-align:center;
    }
    .accordion {
        margin: 5px 0px;
        position: relative;
    }
    
    .four h3, .third h3, .fifth h3, .seventh h3{
        font-size: 22px;
    }

    ul li {
        line-height: 1.7;
        font-size: 14px;
    }

    .courseBox {
        background-color: #e71c38;
        padding: 100px 20px 30px;
        border-radius: 0px 30px 0px 30px;
        position: relative;
        overflow: hidden;
        margin: 0px 0px;
        margin-bottom: 35px;
    }
    .col-md-4.col-6.mb-5{
        margin-bottom: 0rem;
    }
    .seventh.py-5{
        padding-bottom: 1rem;
        padding-top: 3rem;
    }
    .third h4 {
        height: 60px;
        width: 100%;
        margin-left: 0%;
        justify-items: center;
        font-size: 15px;
    }
    .col-md-4.col-6{
        width:50%;
    }
    .fifth.my-5{
        margin-top: -1rem;
        margin-bottom: -1rem;
    }
    .third.my-5{
        margin-top: -1rem;
        margin-bottom: -1rem;
    }
    .creativeSpark{
        margin-top: 2rem;
        box-shadow:0px 1px 5px #ccc;
    }

    .formSec.my-5{
        margin-top: 1rem;
        margin-bottom: 0rem;
    }
    .second.my-5{
        margin-top: 1rem;
        margin-bottom: 0rem;
    }

    .top-contact-form h4{
        font-size: 22px;
    }

    .form-group{
        display: flex;
        flex-wrap: wrap;
    }
    .form-group label{
        width:100%;
        display: none;
    }
    .form-group input{
        width:100%;
    }
    .form-group select{
        width:100%;
    }

    h1{
        font-size: 36px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1.2;
    }
    h2{
        font-size: 22px;
        letter-spacing: 1px;
        line-height: 1.2;
        margin:0px;
    }
    .h3, h3{
        font-size: 18px;
    }
    .text-white .h3{
        color:#ff4358;
    }
    h4, .h4{
        font-size: 17px;
        font-weight: 400; 
        margin:0px;   
    }
    h5, .h5{
        font-size: 16px;
        letter-spacing: 1px;
    }

    .img-fluid{
        max-width:100%;
        height: auto;
    }
    .container{
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .col-md-1{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-2{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-3{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-4{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-5{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-6{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-7{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-8{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-9{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-10{
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-12{
        width:100%;
    }
    .row{
        display: flex;
        flex-wrap: wrap;
    }
    
    .whatsappIcon {
        position: fixed;
        top: 75%;
        right: 0;
        z-index: 9999;
    }
    .whatsappIcon img {
        height: 30px;
        width: 30px;
    }
    .callIcon {
        position: fixed;
        top: 80.3%;
        right: 0;
        z-index: 9999;
    }
    .callIcon img {
        height: 30px;
        width: 30px;
    }
    
    .Mailcon {
        position: fixed;
        top: 69.3%;
        right: 0;
        z-index: 9999;
    }
    .Mailcon img {
        height: 30px;
        width: 30px;
        background: #e41e37;
    }
    
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 0.8s linear infinite;
    margin-left: 8px;
    margin-top:4px;
    display: inline-block;
    position: absolute!important;
    top: 1px!important;
    right:10px;
}

.location-box{
    padding:10px;
}

  