.hometop-form-box {
    border-radius: 10px;
    border: 1px solid rgba(220, 220, 220, 0.60);
    background: #f2f2f2;
    box-shadow: 0px 9px 31.2px -26px rgba(0, 0, 0, 0.49);
    padding: 10px;
    position: absolute;
    bottom: 100px;
    right: 2%;
}
.hometop-section-form h2 {
    font-size: 22px;
    color: #00000;
    padding-bottom: 20px;
    font-family: Prata Regular;
    z-index: 1;
    width: 100%;
    position: relative;
    display: block;
}
.f-day {
    background-image: linear-gradient(to right, #407c34, #acd94c);
    color: #fff;
    width: fit-content;
    padding: 0 10px;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}
.hometop-section-form {
    border-radius: 8px;
    border: 1px solid #E7E7E7;
    background: #eaa43c;
    margin: 0px;
    padding: 15px 15px 5px;
    position: relative;
}
.uit {
    object-fit: none !important;
    object-position: right !important;
    opacity: 1 !important;
}
.sb-sec {
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
}
.hm-sec {
    position: relative;
    padding-top: 100px;
}
.ab-content p {
    font-size: 16px;
}
.pdd {
    padding: 2rem;
}
.border-right {
    border-right: 1px dashed #989999 !important;
    overflow: hidden;
}
.border-right img {
    filter: drop-shadow(0px 1000px 0 #eaa43c);
    transform: translateY(-1000px);
}
.LearnApply .sec-head {
    width: fit-content;
    margin: 0 auto;
}
.LearnApply .ab-content p {
    text-align: center;
    color: #ffffffab;
    margin-bottom: 50px;
}
.LearnApply {
    background: #090909;
    padding: 50px 0;
}
.learnBelowWrapper {
    border-radius: 0;
    background: white;
    padding: 32px;
    display: flex;
    gap: 25px;
    align-items: center;
    position: sticky;
    top: 6rem;
    left: 0;
}
.pgpNew .learnBelowWrapper {
    top: 13rem;
}
#learn1{
    /*margin-bottom: 60px;*/
}
.learnBelowWrapper {
    border-radius: 30px;
    justify-content: space-between;
    border: 1px solid #d4d4d4;
}
.learnBelowLeft {
    width: 100%;
}
.learnBelowWrapper img {
    /*height: 55vh;*/
    object-fit: cover;
}
.pgpNew  .ab-content {
    position: sticky;
    top: 3rem;
    transition: top 0.2s ease;
    opacity: 1;
}
.sec-box {
    width: 19%;
}
.sec-box img {
    height: 62px;
    margin-bottom: 15px;
}
p.wc-p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}
.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(202 249 154 / 45%) !important;
}

.accordion-button:not(.collapsed) {
    color: #72a740;
    box-shadow: 0 0 0 0.25rem rgb(202 249 154 / 45%) !important;
    background-color: #f7faf4;
}
.accordion-button {
    font-size: 16px;
    font-weight: 600;
    padding: 14px;
}
#bitp-acc ul {
    padding-left: 28px;
}
#bitp-acc ul li {
    margin: 7px 0;
    font-size: 14px;
}
.program-fees-bg {
    padding: 50px 0 50px 0;
    position: relative;
    z-index: 0;
}
.program-fees-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../utkarsh/imgs/bg-sec.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.program-fees-bg .program-fees-outer-box {
    background: #4CAF50;
    color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    
}
.program-fees-bg .container{
    position: relative;
    z-index: 1;
}
.program-fees-bg .program-fees-outer-box .program-fees-table.rwd-table {
    color: #ffffff;
}
.program-fees-bg .program-fees-outer-box .program-fees-table.rwd-table thead tr:first-child {
    background: transparent;
    border-top: 1px solid;
}
.program-fees-bg .program-fees-outer-box .program-fees-table.rwd-table tr {
    border-color: #ffffff;
}
.rwd-table th, .rwd-table td {
    padding: 1em !important;
}
.rwd-table th {
    background: #ff8f07 !important;
}
.program-fees-bg .program-fees-outer-box .program-fees-table.table>:not(caption)>*>* {
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
.program-fees-bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
}
.program-section {
  padding: 0 20px 50px 20px;
  text-align: center;
}

.program-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.program-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s forwards;
}

.program-card:nth-child(1) {
  animation-delay: 0.2s;
}
.program-card:nth-child(2) {
  animation-delay: 0.4s;
}
.program-card:nth-child(3) {
  animation-delay: 0.6s;
}

.program-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.program-card h3 {
    font-size: 1.4rem;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.program-card p {
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
}

/* Animation */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.program-card img {
    margin-bottom: 20px;
    height: 70px;
}
.speaker-sec .col-md-3:hover img {
    width: 100%;
    height: auto;
    border-radius: 10px;
        padding: 10px;
}
.speaker-bx img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.speaker-sec .col-md-3:hover h3, .speaker-sec .col-md-3:hover p {
    display: inline;
}
.speaker-sec .col-md-3:hover {
    padding: 18px;
}
.speaker-sec .col-md-3{
    height: auto;
}
.logos-list {
    display: flex;
    animation: none;
    flex-wrap: wrap;
    /*justify-content: center;*/
}
.logos-list .img-lo {
    width: 20%;
    padding: 12px;
    height: auto;
    margin: -1px 1px 0 -1px;
    border: 1px solid #c7bfbf;
    border-bottom: navajowhite;
    border-left: navajowhite;
    filter: grayscale(1) contrast(1.5) brightness(1);
    white-space: normal;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
}
.logos-list .img-lo:nth-child(5n+5) {
    border-right: 0;
}
.logos-list img {
    display: block;
    width: 100%;
    object-fit: contain;
    height: auto;
    margin: 0;
}
.logos-list .img-lo:hover {
    filter: none;
    cursor: pointer;
}
.masterImage {
    width: 100%;
    position: relative;
    line-height: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #176034;
}
.masterImage>img {
    width: 100%;
    transition: 0.4s ease-in-out;
}
.masterPlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 9;
}
.masterPlay svg {
    position: absolute;
    bottom: 14px;
    right: 14px;
    backdrop-filter: blur(2px);
}

.speak {
    background: #090909;
}
.heda-sp h2 {
    margin: 0;
}
.heda-sp {
    padding: 63px 0;
    background: #ffffff;
    border-radius: 0px 0 100px 100px;
}
.speak .carousel-item img {
    width: 400px;
    height: 400px;
    margin: 36px auto;
    border-radius: 50% !important;
    background: #eff5e7;
    padding: 10px;
    object-position: top;
    border: 3px solid #76bb26;
}
.test-content p {
    font-size: 16px;
    margin-bottom: 29px;
}
.test-content h3 span
 {
    color: white;
    font-size: 20px;
    font-weight: 300;
    display: block;
    margin: 5px 0 0 0;
    background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: initial;
    background-clip: initial;
}
.test-content h3 {
    color: #93c24f;
        background: linear-gradient(153deg, #a1d357 10%, #245e43 40%, #cee79e 90%, #a1d357);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: normal;
    text-transform: capitalize;
    animation: first_gradientChange__Q12yI 7s 
ease-in infinite;
}
.test-content {
    text-align: left;
    color: #ffffff;
}
.copyright p a {
    color: #689e3d;
}
.copyright p {
    margin: 20px 0;
}
.hometop-section-form .h3 {
    font-size: 21px;
    color: white;
    margin-bottom: 16px;
}
.video-bg video {
    opacity: .2;
}
.sec-head {
        background: linear-gradient(153deg, #a1d357 10%, #245e43 40%, #cee79e 90%, #a1d357);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: normal;
    text-transform: capitalize;
    animation: first_gradientChange__Q12yI 7s  ease-in infinite;
}
@keyframes first_gradientChange__Q12yI {
    0% {
        background-position: 200%;
    }
}
.program-box {
    background-color: #f7f7f7;
    border-radius: 5px;
    justify-content: space-between;
    box-shadow: 0 0 5px 2px #e8e8e8;
    margin: 0px 0px 30px 0px;
}
.program-box img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.program-cnt {
    padding: 20px !important;
    
}
.program-box h2 {
    background-image: none !important;
    color: #4d4d4d;
    font-weight: 600;
    text-align: left;
    font-size: 15px;
    margin-bottom: 8px;
    height: 38px;
    display: flex;
    align-items: center;
}
.program-btn {
    background-image: linear-gradient(to right, #407c34, #acd94c);
    color: #fff;
    border-radius: 5px;
    border-style: none;
    font-size: 12px;
    padding: 9px 10px;
    margin-top: 12px;
    width: 100%;
}
.download-brochure {
    background: none !important;
    color: #488336;
    border-radius: 5px;
    border-style: none;
    font-size: 12px;
    padding: 7px 10px;
    /* margin-top: 12px; */
    border: 2px solid #508a38;
}
.program-box ul {
    padding-left: 15px;
    height: 130px;
    overflow-y: auto;
}
.program-box p, .program-box li {
    font-size: 13px;
    color: #4d4d4d;
    line-height: 1.3;
    padding: 2px 0px;
}
#programs-wrapper .program-box-item {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease;
}
#programs-wrapper .program-box-item.visible {
    transition: all 0.5s ease;
    max-height: 1000px; 
    opacity: 1;
    transform: translateY(0);
}
.bitp-section {
      display: flex;
      margin: auto;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

 .bitp-left {
    color: #fff;
    padding: 30px 20px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: -webkit-linear-gradient(#acd94c, #407c34);
}
    .bitp-left h2 {
      font-size: 30px;
      line-height: 1.5;
      margin: 0;
      font-weight: 600;
    }
.bitp-points img {
    width: 52px;
    display: block;
    margin: 0 auto 11px auto;
    filter: drop-shadow(0px 1000px 0 #407c34);
    transform: translateY(-1000px);
}
.bitp-right {
    background: #f4ffe5;
    flex: 3;
    padding: 30px 20px;
}
    .bitp-right h3 {
      text-align: left;
      font-size: 24px;
      margin-bottom: 25px;
      font-weight: bold;
      color: #333;
      margin-left: 30px;
    }

.bitp-points {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.bitp-points div {
    font-size: 17px;
    font-weight: 400;
    color: #373737;
    padding: 0 13px;
    position: relative;
    overflow: hidden;
}
.bitp-points div:not(:last-child) {
    border-right: 2px dotted #7db041;
}

    @media (max-width: 768px) {
      .bitp-section {
        flex-direction: column;
      }
      .bitp-points {
        flex-direction: column;
      }
      .bitp-points div {
        border: none !important;
        margin: 10px 0;
      }
    }
#criteria .accordion-button:not(.collapsed)::after{
    display: none;
}
.inspirational .col-md-3.item img{
    width: 100%;
}
.cer-img {
    background: #eff5e7;
    padding: 10px;
    object-position: top;
    border: 1px solid #8bc34a;
    width: 100%;
    border-radius: 15px;
}


/* Parent wrapper */
.train {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.t-p {
    background: -webkit-linear-gradient(#fcceac, #ff6904);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 101px;
    font-weight: 300;
}
.train .column {
    background: rgb(0 0 0 / 31%);
    border: 2px solid #d4986c;
    border-radius: 12px;
    padding: 20px 30px;
    color: #fff;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.5);
    /* width: 27%; */
    margin: 0 1%;
    text-align: center;
}
/*.train .column:nth-child(1) li {
    background: -webkit-linear-gradient(#fcceac, #ff6904);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/
#training h2:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -6px;
    width: 104%;
    height: 100%;
    border: 2px solid #ffffff;
    border-radius: 6px;
    border-top: 0;
}
#training h2 {
    background: linear-gradient(90deg, #ff8c3a, #ff6600);
    padding: 12px 16px;
    border-radius: 6px;
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    width: auto;
    position: relative;
    margin: 0 auto 32px auto;
    color: white;
}

.train .column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
p.tr-des {
    background: -webkit-linear-gradient(#fcceac, #ff6904);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 500;
    margin: 28px 0 0 0;
    text-align: center;
}
.train .column ul li {
    font-size: 17px;
    margin: 12px 0;
    padding: 0 0;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}

.train .highlight, .train .column li:hover {
    background: -webkit-linear-gradient(#fcceac, #ff6904);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.certificate-box {
    border-radius: 15px;
    padding: 12px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    width: 45%;
    margin: 0 auto;
    border: 1px solid #97c254;

    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease;
}

.level-main {
    display: flex;
    width: 60%;
    margin: 70px auto 0 auto;
    position: relative;
    background: #f7faf4;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease;
}

.cert-level {
    border: 2px solid #97c254;
    border-radius: 10px;
    background: #f3f6e3;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

    opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease;
}
.cert-level:nth-child(1) { animation-delay: 0.6s; }
.cert-level:nth-child(2) { animation-delay: 0.8s; }
.cert-level:nth-child(3) { animation-delay: 1s; }

@keyframes fadeSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.level-main:before {
    content: '';
    position: absolute;
    left: 10%;
    top: -26px;
    width: 80%;
    height: 50%;
    border: 2px solid #5b8d5f;
    border-radius: 12px;
    z-index: -1;
    border-bottom: 0;

}
.level-main:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -14%;
    width: 2px;
    height: 70px;
    background: #5b8d5f;
    transform: translateX(-50%) translateY(-50%);
}

.cert-level:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.25); 
    cursor: pointer;
    background: #eaf0d6;
}
.eligibility img {
    width: 100%;
    border-radius: 25px;
    height: 600px;
    object-fit: cover;
}
.eligibility:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(178deg, #fdfcfb00 -38%, #000000 100%);
    border-radius: 25px;
}
.eligibility h4 {
    position: absolute;
    bottom: 80px;
    color: white;
    z-index: 1;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    font-size: 23px;
    height: 73px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
}
.eligibility h4 span {
    font-weight: 200;
    display: block;
    font-size: 15px;
    margin-top: 4px;
}
.about-sec.inspirational {
    overflow: hidden;
}
.eligibility-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://blalbiotech.com/public/front/bitp/imgs/eligibility-bg.png);
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: 100% 92%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.eligibility-main {
    position: relative;
    margin: -50px 0 -50px 0;
}
.eligibility-main .ab-content {
    position: relative;
    z-index: 2;
    top: 80px;
}
.z-1{
    position: relative;
    z-index: 2 !important;
}
#flags-slider .owl-prev, #flags-slider .owl-next{
    opacity: 0 !important;
}

.over-white:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(268deg, #fdfcfb00 39% 39%, #ffffff 65%);
}
.top-menu.scrolled {
    top: 0;
    transition: all 0.1s ease-out;
}
.top-menu {
    background: black;
    padding: 6px 20px;
    position: fixed;
    top: 40px;
    z-index: 99;
    width: 100%;
    transition: all 0.1s ease-out;
}
a.navbar-brand img {
    height: 76px;
}
.con-d a:nth-child(1) {
    padding-right: 11px;
    margin-right: 10px;
    border-right: 2px solid;
}
.con-d a {
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 14px;
}
.con-d {
    background: #eaa43c;
    display: flex;
    padding: 6px 10px;
    border-radius: 5px;
    position: absolute;
    top: 6px;
    width: auto;
    right: 19px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(255 255 255);
}
.top-menu  li.nav-item a {
    color: white;
    font-weight: 500;
}
.top-menu ul.navbar-nav {
    position: relative;
    top: 20px;
}
.Whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 800;
    cursor: pointer;
    border-radius: 75px;
    background: linear-gradient(263deg, #46BB00 5.26%, #3B9D00 104.79%);
    box-shadow: -4px 4px 9.8px 0px rgba(255, 255, 255, 0.29) inset, 0px 8px 19.2px -10px #256200;
    padding: 7px 14px;
    line-height: 18px;
    font-weight: 500;
    width: 200px;
    text-align: center;
}
.Whatsapp a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}
.Whatsapp a img {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.programs-brochure {
    text-align: center;
}
 #flags-slider .owl-stage {
        display: flex;
        animation: scroll 40s linear infinite; /* speed adjust karna ho to 40s change karo */
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%); /* Half width ke baad loop karega */
        }
    }

.home-testimonials-button a {
    width: max-content;
    display: flex
;
    background: #eaa43c;
    font-size: 16px;
    text-align: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 20px;
    margin: 0px auto;
    padding: 7px 23px;
    top: 20px;
    position: relative;
    z-index: 2;
    text-decoration: none;
}
.home-testimonials-button a span{width:36px; height:36px; display:flex; align-items:center; justify-content:center; position:absolute;background:#eaa43c;right:-25px;top:0px;padding:0px;border-radius:100%;}.home-testimonials-button a img{width:auto; height:13px; filter: brightness(0) invert(1);}
.home-testimonials-button a:hover{background:#eaa43c; color:#ffffff !important;}
.home-testimonials-button  a:hover span{right:-40px; transition-property: all; transition-timing-function: cubic-bezier(.135,.9,.15,1);transition-duration: .9s;}
.ticker-wrap {
    background: #8BC34A;
    color: #fff;
    overflow: hidden;
    position: relative;
    height: 40px;
    display: flex
;
    align-items: center;
    margin-top: -40px;
}

.ticker {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: ticker 12s linear infinite;
  font-size: 16px;
  font-weight: 600;
}

@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
body.bitp {
    padding-top: 40px;
}
footer#contact-us {
    background: black;
}
.footer-footer-logo h2 {
    font-weight: 600;
    font-size: 23px;
    margin: 0 0 15px 0;
    color: #93c24f;
    background: linear-gradient(153deg, #a1d357 10%, #245e43 40%, #cee79e 90%, #a1d357);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: normal;
    text-transform: capitalize;
    animation: first_gradientChange__Q12yI 7s ease-in infinite;
}
.footer-footer-logo img {
    height: 100px;
}
.footer-footer-logo {
    width: fit-content;
    padding: 20px 50px;
    position: relative;
    background: #fff;
    /* border-radius: 0px 0px 60px 60px; */
    margin: 0 auto 39px auto;
    text-align: center;
    border-radius: 25px;
}
.footer-contact p a:hover {
    color: #eaa43c;
}
.footer-contact p a {
    color: white;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
}
.footer-contact p {
    text-align: center;
}
.copyright {
    border-top: 1px solid #efefef1a;
    padding-top: 20px;
    margin-top: 26px;
    color: #ffffff73;
    font-size: 14px;
    display: flex
;
    justify-content: space-between;
}
.wiki li {
    margin: 0 8px;
    list-style: none;
}
.wiki ul {
    display: flex
;
    padding: 0;
}
.wiki li svg {
    width: 26px;
    fill: white;
}
.wiki li:hover svg{
    fill: #eaa43c;
}
#apply-now .hometop-form-box {
    position: inherit;
}
#apply-now .btn-close {
    position: absolute;
    right: 24px;
    z-index: 1;
    top: 26px;
    filter: brightness(0) invert(1);
    opacity: .8;
}
a.dropdown-item {
    color: #333232 !important;
    margin: 9px 0;
}
ul.dropdown-menu li:hover a.dropdown-item {
    color: #0d5131 !important;
}
.hover-card {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.hover-c-item {
    overflow: hidden;
    position: relative;
    margin: 0 8px;
    width: 20%; 
    transition: width 0.3s ease-in-out; 
}
.hover-c-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    opacity: 1;
    transition: opacity 0.3s 
ease-in-out;
    z-index: 1;
    background-image:linear-gradient(to top, #374650 8%, #000000bd 100%);
}
.hover-c-item img {
    width: 100%;
    height:450px; 
    object-fit: cover; 
    object-position: center; 
    border-radius: 12px;
    display: block; 
    transition: transform 0.3s ease-in-out; 
}
.h-desc {
    position: absolute;
    z-index: 2;
    top: 152px;
    left: -49%;
    width: 251px;
    rotate: -90deg;
    transform: translateX(-50%) translateY(-50%);
    color: white;
    line-height: normal;
    display: flex
;
    align-items: flex-start;
    justify-content: flex-start;
    height: 49px;
    text-align: left;
}
.hover-c-item.active {
    width: 80%;
    transition: width 0.3s ease-in-out; 
}
.hover-c-item.active:before {
    opacity: 0; 
    transition: opacity 0.3s ease-in-out; 
}
/*.hover-c-item.active img {
    transform: scale(1.1); 
}
*/
#contact-us:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3b3b3b96;
    z-index: 9;
}

footer#contact-us {
    position: relative;
}
footer#contact-us .container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
}





























@media only screen and (max-width:767px){
.hometop-form-box {
    position: inherit;
}
.d-flex.direction {
    flex-wrap: wrap;
}
.border-right {
    width: 100%;
}
.border-right {
    border-right: navajowhite;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px dashed #989999 !important;
}
.pdd {
    padding: 10px;
}
.learnBelowWrapper img {
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
}
.go-BreatherHeading {
    font-size: 20px;
}
.sec-box {
    width: 48.5%;
}
.sec-box img {
    height: 40px;
    margin-bottom: 6px;
}
p.wc-p {
    font-size: 11px;
}
.row.sec-space {
    justify-content: center;
}
.program-fees-bg .program-fees-outer-box .program-fees-table.table>:not(caption)>*>* {
    font-size: 13px;
}
.rwd-table th, .rwd-table td {
    padding: .5em !important;
}
.program-fees-bg h2 {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 18px;
}
#flags-slider {
    padding: 0 !important;
}
#flags-slider h2 {
    font-size: 18px;
    margin-top: 14px;
}
.logos-list .img-lo {
    width: 33%;
}
.ab-content p {
    font-size: 14px;
}
.LearnApply {
    padding: 28px 0;
}
.pgpNew h2 {
    font-size: 16px;
}
.LearnApply .ab-content p {
    margin-bottom: 32px;
}
.pgpNew .col-md-2 {
    width: 50%;
    padding: 5px;
}
.masterPlay svg {
    width: 27px;
}
.heda-sp {
    padding: 24px 0;
    border-radius: 0px 0 50px 50px;
    margin-bottom: 20px;
}
.speak .carousel-item img {
    width: 300px;
    height: 300px;
    margin: 36px auto;
}
.test-content {
    text-align: center;
}
h2.sec-head.text-center.mb-5 {
    margin-bottom: 10px !important;
}
.uit {
    opacity: .2 !important;
}
.video-bg {
    height: auto;
}
.learnBelowWrapper {
    padding: 16px;
    text-align: center;
}
.train .column {
    padding: 8px 12px;
    width: 49%;
    margin: 0 1%;
}
.train .column ul li {
    font-size: 16px;
    padding: 0;
}
.train .column h2 {
    padding: 12px 8px;
    font-size: 18px;
}
.eligibility-main:before {
    background-size: 100% 91%;
}

.certificate-box, .level-main {
    width: 100%;
}
.eligibility-main {
    position: relative;
    margin: -50px 0 -66px 0;
}
.cert-level {
    padding: 10px;
    font-size: 8px;
    width: 32%;
}
.level-main:after {
    top: -36%;
}
.footer-footer-logo img {
    height: auto !important;
    width: 80% !important;
}
.copyright {
    display: block;
    text-align: center;
}
.wiki ul {
    justify-content: center;
}
.footer-footer-logo {
    width: auto;
    margin: 25px auto 19px auto;
    padding: 13px 4px;
}
footer#contact-us img {
    height: 400px;
    object-fit: cover;
}
a.navbar-brand img {
    height: 43px;
}
.top-menu {
    padding: 2px 8px;
}
button.navbar-toggler {
    filter: brightness(0) invert(1);
}
.Whatsapp {
    bottom: 12px;
    right: 10px;
}
.con-d {
    position: inherit;
    margin: 24px 0 0 0;
}
.con-d a {
    font-size: 12px;
}
.navbar-collapse.collapse.show {
    padding-bottom: 36px;
}
.hm-sec {
    margin-top: 75px;
    padding: 0;
}
.hover-card {
    flex-wrap: wrap;
}
.hover-c-item {
    width: 100%;
    margin-bottom: 25px;
}
.hover-c-item:before, .h-desc{
    display: none;
}
.hover-c-item.active {
    width: 100%;
}
.hover-c-item img {
    height: 100%;
}
.col-md-4 .train {
    display: block;
}
.col-md-4 .train .column {
    width: 100%;
}
.t-p {
    line-height: normal;
    text-align: center;
    font-size: 80px;
}
.footer-contact p a {
    font-size: 12px;
}
.footer-contact p {
    text-align: center;
    margin: 5px;
}
.about-sec {
    margin: 0 !important;
}
div#about {
    height: auto;
    align-items: baseline;
    display: inline;
}
.over-white:before {
    background-image: none !important;
}
div#about video.uit {
    position: relative;
    transform: none !important;
    left: 0;
    top: inherit;
    min-height: 215px;
    opacity: 1 !important;
    bottom: 32px;
    height: 215px;
    width: 100%;
}























}

@media (min-width: 992px) {
.speak .carousel-item img {
    width: 300px;
    height: 300px;
}
.program-btn, .download-brochure {
    font-size: 10px;
    padding: 9px 6px;
}
.cert-level {
    font-size: 12px;
}
.eligibility img {
    height: 400px;
}
.eligibility h4 span {
    font-size: 10px;
}
.eligibility-main .ab-content {
    top: 104px;
}
li.nav-item a {
    font-size: 14px;
    padding: 0 10px !important;
}
a.navbar-brand img {
    height: 50px !important;
}
.hometop-form-box{
    zoom: 60%;
}
.hover-c-item img {
    height:320px; 
}
.h-desc {
    top: 33px;
    left: -70%;
    font-size: 12px;
}
}








}

@media (min-width: 1200px) {
.speak .carousel-item img {
    width: 350px;
    height: 350px;
}
.program-btn, .download-brochure {
    font-size: 11px;
    padding: 9px 8px;
}
.cert-level {
    font-size: 18px;
}
.eligibility img {
    height: 500px;
}
.eligibility h4 span {
    font-size: 13px;
}
.eligibility-main .ab-content {
    top: 110px;
}
li.nav-item a {
    font-size: 15px;
    padding: 0 10px !important;
}
a.navbar-brand img {
    height: 60px !important;
}
.hometop-form-box{
    zoom: 80%;
}
.hover-c-item img {
    height:380px; 
}
.h-desc {
    top: 84px;
    left: -57%;
    font-size: 16px;
}










    
}

@media (min-width: 1400px) {
.speak .carousel-item img {
    width: 400px;
    height: 400px;
}
.program-btn, .download-brochure {
    font-size: 12px;
    padding: 9px 10px;
}
.cert-level {
    font-size: 20px;
}
.eligibility img {
    height: 600px;
}
.eligibility h4 span {
    font-size: 15px;
}
.eligibility-main .ab-content {
    top: 130px;
}
li.nav-item a {
    font-size: 18px;
    padding: 0 14px !important;
}
a.navbar-brand img {
    height: 75px !important;
}
.hometop-form-box{
    zoom: 100%;
}
.hover-c-item img {
    height:450px; 
}
.h-desc {
    top: 152px;
    left: -49%;
    font-size: 16px;
}












    
}