body{
    margin:0px;
    padding:0px;
    font-family: 'Roobert';
    font-size: 16px;
}
.primary-text{
    color:#000;
}
.secondary-text{
    color:#ff4358;
}

.flex{
    display:flex;
}

p{
    font-size: 16px;
}
@font-face {
font-family: Roobert;
src: url(fonts/Roobert-Regular.ttf);
}
#ApplyNowSec picture source{
    max-width:100%;
}

.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;
}

.first{
    background-color: #000;
    width: 100%;
}
.text-white{
    color:#fff;
}
.top-contact-form{
    background-color: #fff;
    padding: 5%;
    border-radius: 5px;
}
.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: #c70017;
    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;
}
.creativeSpark.p-3{
    padding:1.5rem 1rem;
    margin:20px 5px;
}
.creativeSpark img{
    height:70px!important;
    margin-bottom:20px;
}
.second .creativeSpark  h4{
    height:60px;
    font-size:20px;
}
.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:70px;
    margin:0px;
}
.courseBox ul{
    height: 110px;
}
.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%;
}
.sixth{
    background-image: url(img/people-collage-1.jpg);
    z-index: 9;
    /* background: url(img/people-collage.) rgba(255, 255, 255, 0.9); */
    /* background-blend-mode: overlay; */
}





.accordion-btn {
    background-color: #c70017;
    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: #c70017;
  }
  .text-decoration-none{
    text-decoration: none;
  }
  @media(min-width:768px){
      .logo{
    width:230px;
    position: absolute;
    left: 6%;
    top: 5%;
    background: #222222;
    padding: 10px;
    border-radius: 5px;
}
      .img-fluid{
        max-width:100%;
        height: auto;
    }
    .accordion {
        margin: 10px;
        position: relative;
    }
    .testimonialBox{
        margin:0px 15px;
    }
    ul li{
        line-height: 1.7;
    }
    .courseBox{
        background-color: #c70017;
        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:28%;
    }
    .form-group input{
        width:65%;
    }
    .form-group select{
        width:71%;
    }
    .pl-15{
        padding-left:15px;
    }
    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;
    }
    .mt-4{
        margin-top:20px;
    }

    .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: 87%;
        right: 0;
        z-index: 9999;
    }
    .Mailcon img {
        height: 50px;
        width: 50px;
        background: #e41e37;
    }
    
  }

  @media(max-width:767px){
      .logo{
        width:120px;
        position: absolute;
        left: 6%;
        top: 1%;
        background: #222222;
        padding: 10px;
        border-radius: 5px;
    }
    .textCenter{
        text-align:center;
    }
    .accordion {
        margin: 5px 0px;
        position: relative;
    }
    .testimonialBox{
        margin: 10px 0px;
        box-shadow: 0px 1px 10px #ccc;
        padding: 15px 5px;
    }
    .testimonialBox h5{
        margin-bottom: -5px;
    }
    .four h3, .third h3, .fifth h3, .seventh h3{
        font-size: 22px;
    }

    ul li {
        line-height: 1.7;
        font-size: 14px;
    }

    .courseBox {
        background-color: #c70017;
        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;
    }

    .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: 85.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;
}


/* The Background Overlay */
.popup-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* The Box in the Middle */
.popup-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto; /* Scrollable if form is long */
}

/* Close Button (X) */
.close-popup {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}
  