@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Bold.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sabon LT Std";
  src: url("../fonts/SabonLTStd-BoldItalic.eot");
  src: url("../fonts/SabonLTStd-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SabonLTStd-BoldItalic.woff2") format("woff2"), url("../fonts/SabonLTStd-BoldItalic.woff") format("woff"), url("../fonts/SabonLTStd-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplayBlack";
  src: url("../fonts/HelveticaNowDisplay-Black.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.bfsi-banner {
  position: relative;
  max-height: 610px;
  overflow: hidden;
}
.bfsi-banner .banner {
  background: url("../images/bfsi/mab-banner.jpg");
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  /* padding: 195px 0 140px; */
  aspect-ratio: 1280/400;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 30px;
}
.bfsi-banner .banner-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0vw 80px !important;
}
.bfsi-banner .banner-text h5 {
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
}
.bfsi-banner .banner-text h5 span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #ffffff;
  display: block;
}
.bfsi-banner .banner-text p {
  color: #ffffff;
  width: 40%;
  margin-top: 18px;
  font-size: 1.41vw;
  letter-spacing: 2px;
  line-height: 1.6;
}

.comapany-logo-sec .slick-track {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.comapany-logo-sec p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #131313;
}
.comapany-logo-sec .company-li {
  width: 18%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  display: -webkit-flex;
}
.comapany-logo-sec .company-li .logo-wrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.comapany-logo-sec .company-li .logo-wrap img {
  width: auto;
  height: auto;
}
.comapany-logo-sec .company-li .logo-wrap.hdfc img {
  height: 35px;
}
.comapany-logo-sec .company-li .logo-wrap.icici img {
  height: 30px;
}
.comapany-logo-sec .company-li .logo-wrap.axis img {
  height: 30px;
}

.key-challenges-sec .key-challenges-slider .slick-track {
  display: flex;
}
.key-challenges-sec .key-challenges-slider .card-slider {
  border-radius: 14px;
  border: 0px solid #ff6600;
  margin-right: 28px;
  height: inherit;
  position: relative;
}
.key-challenges-sec .key-challenges-slider .card-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #FF3400 0%, #1B0F5C 100%);
  border-radius: 14px;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: 2;
}
.key-challenges-sec .key-challenges-slider .card-slider .card-img {
  padding: 4px;
}
.key-challenges-sec .key-challenges-slider .card-slider img {
  width: -webkit-fill-available;
  height: auto;
  border-radius: 14px;
}
.key-challenges-sec .key-challenges-slider .card-slider .card-desc {
  padding: 28px 28px 2px 28px;
}
.key-challenges-sec .key-challenges-slider .card-slider .card-desc p span {
  display: block;
  font-weight: bold;
  padding-bottom: 10px;
  color: #f60;
}

.enterprise-sec .enterprise-sec-slider .slick-track {
  display: flex;
}
.enterprise-sec .enterprise-sec-slider .slick-list {
  padding-bottom: 2px;
}
.enterprise-sec .enterprise-sec-slider .card-slider {
  border-radius: 18px;
  border: 1px solid transparent;
  margin-right: 20px;
  height: inherit;
  background-color: #ffffff;
  position: relative;
}
.enterprise-sec .enterprise-sec-slider .card-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #FF3400 0%, #1B0F5C 100%);
  border-radius: 14px;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: 2;
}
.enterprise-sec .enterprise-sec-slider .card-slider .card-img {
  padding: 34px;
}
.enterprise-sec .enterprise-sec-slider .card-slider .card-img img {
  width: auto;
}
.enterprise-sec .enterprise-sec-slider .card-slider .card-desc {
  padding: 0px 34px 34px 34px;
}
.enterprise-sec .enterprise-sec-slider .card-slider .card-desc p {
  font-weight: bold;
  color: #f60;
}
.enterprise-sec .enterprise-sec-slider .card-slider .card-desc p span {
  font-weight: bold;
  display: block;
  color: #f60;
}
.enterprise-sec .enterprise-sec-slider .card-slider .card-desc ul {
  margin-top: 20px;
  padding-left: 14px;
}
.enterprise-sec .enterprise-sec-slider .card-slider .card-desc ul li::marker {
  color: #ff6600;
}

.stud-testi-sec .tabs-nav {
  display: flex;
  border-bottom: 1px solid #707070;
  padding: 0;
  list-style: none;
}
.stud-testi-sec .tabs-nav .tablinks {
  border-radius: 5px;
  color: #ACACAC;
  font-weight: 700;
  padding: 10px 44px;
  cursor: pointer;
}
.stud-testi-sec .tabs-nav .tablinks.active {
  background: #f60;
  color: #fff;
}
.stud-testi-sec .tabcontent {
  display: none;
}
.stud-testi-sec .tabcontent.active {
  display: block;
}
.stud-testi-sec .videoHolder {
  position: relative;
  margin-right: 12px;
}
.stud-testi-sec .videoHolder .videoDiv {
  border-radius: 14px;
  border: 1px solid #707070;
  background: #000000;
}
.stud-testi-sec .videoHolder .videoDiv img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  opacity: 0.6;
}
.stud-testi-sec .playVideoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
}

.our-leader-sect .faculty-sec .faculty-team {
  margin: 0 16px 0 0;
}

.job-ready-section .tabber-section .tabcontent {
  display: none;
}
.job-ready-section .tabber-section .tabcontent.active {
  display: block;
}
.job-ready-section .tabs-nav {
  display: flex;
  border-bottom: 1px solid #707070;
  padding: 0;
  list-style: none;
}
.job-ready-section .tabs-nav .tablinks {
  border-radius: 5px;
  color: #ACACAC;
  font-weight: bold;
  padding: 10px 44px;
  cursor: pointer;
}
.job-ready-section .tabs-nav .tablinks.active {
  background: #ff6600;
  color: #ffffff;
}
.job-ready-section .course-features {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
.job-ready-section .course-features li {
  position: relative;
}
.job-ready-section .card-box {
  height: 100%;
  cursor: default;
  padding: 0 24px 24px;
  display: block;
}
.job-ready-section .card-box .card {
  border: 0px solid #ff6600;
  border-radius: 14px;
  height: 100%;
  min-width: auto;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  box-shadow: 10px 10px 25px 0 rgba(206, 206, 206, 0.2509803922);
}
.job-ready-section .card-box .card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(150deg, #fff 60%, #FF3400 100%);
  z-index: 0;
  border-radius: 14px;
  padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.job-ready-section .card-box .card .card-body.title {
  background-color: transparent !important;
  min-height: 100px !important;
  border-bottom: none;
  background-image: none !important;
  border-radius: 0 !important;
  padding: 25px;
  position: relative;
  z-index: 1;
}
.job-ready-section .card-box .card .card-body.title .card-text {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #000000;
}
.job-ready-section .card-box .card .card-text2 {
  color: #FF3400;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}
.job-ready-section .card-box .card .card-body.rating-sec {
  background-color: transparent;
  height: auto;
  padding: 24px 25px;
  display: flex;
  gap: 10px;
  justify-content: unset;
  min-width: auto;
  font-size: 16px;
  font-weight: 300;
  color: #3a3932;
  position: relative;
  z-index: 1;
}
.job-ready-section .card-box .card .card-body.rating-sec .playerOne, .job-ready-section .card-box .card .card-body.rating-sec .playerTwo {
  display: flex;
  gap: 5px;
  align-items: flex-start;
}
.job-ready-section .card-box .card .card-body.rating-sec .playerOne svg, .job-ready-section .card-box .card .card-body.rating-sec .playerTwo svg {
  align-self: flex-start;
  margin-top: 5px;
}
.job-ready-section .card-box .card .border-bottom-program {
  border-bottom: none;
  height: 1px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #1B0F5C 0%, #FF3400 100%);
  margin: 0 25px 0px 25px;
  position: relative;
  z-index: 1;
}
.job-ready-section .card-box .card .card-body.logo-sec {
  display: flex;
  justify-content: space-between;
  min-height: auto;
  padding: 0 30px 1.8rem;
  position: relative;
  z-index: 1;
  gap: 20px;
}
.job-ready-section .card-box .card .card-body.logo-sec .fonts {
  font-size: 10px;
  font-weight: 400;
  color: #000;
}
.job-ready-section .card-box .card .card-body.logo-sec .fonts img {
  height: 32px;
  width: auto;
  margin-top: 5px;
}
.job-ready-section .slick-list {
  padding: 0 3px 0 0;
}
.job-ready-section .slick-track {
  display: flex;
}
.job-ready-section .slick-track .slick-slide {
  height: inherit;
}
.job-ready-section .slick-track .slick-slide:first-child .card-box {
  padding-left: 0;
}
.job-ready-section .slick-track .slick-slide:last-child .card-box, .job-ready-section .slick-track .slick-slide:nth-child(3) .card-box, .job-ready-section .slick-track .slick-slide:nth-child(6) .card-box, .job-ready-section .slick-track .slick-slide:nth-child(9) .card-box, .job-ready-section .slick-track .slick-slide:nth-child(12) .card-box {
  padding-right: 2px;
}

.about-mabfsi .about-wrap {
  display: flex;
  gap: 50px;
  align-items: center;
}
.about-mabfsi .about-wrap .left {
  width: calc(60% - 50px);
  flex: 0 0 auto;
  padding: 0;
}
.about-mabfsi .about-wrap .left .stats-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 27px;
  gap: 25px;
}
.about-mabfsi .about-wrap .left .stats-wrap .stats-item {
  width: 30%;
}
.about-mabfsi .about-wrap .left .stats-wrap .stats-item .figure {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
  background: linear-gradient(#1B0F5C -30%, #B5281D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-mabfsi .about-wrap .left .btn-primary {
  margin-top: 27px;
}
.about-mabfsi .about-wrap .right {
  width: 40%;
  flex: 0 0 auto;
}
.about-mabfsi .about-wrap .right img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.right-border {
  border-right: 0.5px solid #000000;
}

@media (max-width: 1400px) {
  .about-mabfsi .about-wrap .left {
    padding-left: 0px;
  }
}
.tabcontentbfsi {
  display: none;
}

.tabcontentbfsi.active {
  display: block;
}

.news-sec #feature .videoHolder .videoDiv img {
  height: auto !important;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .bfsi-banner {
    margin-top: 101px !important;
  }
  .bfsi-banner .banner {
    background-image: url("../images/bfsi/mab-banner-mobile.jpg");
    aspect-ratio: 1362/1442;
  }
  .bfsi-banner .banner-text {
    padding: 0vw 15px !important;
  }
  .bfsi-banner .banner-text h5 {
    font-size: 26px;
    line-height: 25.736px;
    width: 70%;
    padding-right: 50px;
  }
  .bfsi-banner .banner-text p {
    width: 80%;
    font-size: 14px;
    font-weight: 400;
    padding-right: 112px;
  }
  .comapany-logo-sec .company-list {
    gap: 30px;
  }
  .comapany-logo-sec .company-list .company-li {
    width: 46%;
  }
  .key-challenges-sec .key-challenges-slider .slick-list {
    padding: 0 15px;
    margin: 0 -15px;
  }
  .key-challenges-sec .key-challenges-slider .card-slider {
    margin-right: 16px;
  }
  .key-challenges-sec .key-challenges-slider .card-slider .card-desc p span {
    padding-bottom: 0px;
  }
  .enterprise-sec .enterprise-sec-slider .slick-list {
    padding: 0 15px;
    margin: 0 -15px;
  }
  .enterprise-sec .enterprise-sec-slider .card-slider {
    margin-right: 16px;
  }
  .enterprise-sec .enterprise-sec-slider .card-slider .card-desc p {
    font-size: 18px;
    line-height: 24px;
  }
  .enterprise-sec .enterprise-sec-slider .card-slider .card-desc span {
    font-size: 18px;
    line-height: 24px;
  }
  .stud-testi-sec .tabs-nav {
    width: 90%;
  }
  .stud-testi-sec .slick-list {
    padding: 0 15px;
    margin: 0 -15px;
  }
  .section-desc {
    text-align: center;
  }
  .about-mabfsi {
    background: none;
  }
  .about-mabfsi .desc {
    text-align: center;
    padding: 0 15px;
  }
  .about-mabfsi .about-wrap {
    flex-direction: column-reverse;
    gap: 0px;
  }
  .about-mabfsi .about-wrap .left {
    width: 100%;
    padding: 30px;
  }
  .about-mabfsi .about-wrap .left .stats-wrap {
    margin-top: 0px;
  }
  .about-mabfsi .about-wrap .left .stats-wrap .stats-item {
    width: calc(50% - 25px);
  }
  .about-mabfsi .about-wrap .left .stats-wrap .stats-item .figure {
    font-size: 22px;
    line-height: 35px;
  }
  .about-mabfsi .about-wrap .left .stats-wrap .stats-item .figure-desc {
    font-size: 14px;
    color: #000000;
  }
  .about-mabfsi .about-wrap .right {
    width: 100%;
  }
  .job-ready-section .tabs-nav {
    width: 90%;
  }
  .job-ready-section .slick-list {
    margin: 0 -15px;
    padding: 0 15px;
  }
  .job-ready-section .tabber-section .tabcontent {
    margin-top: 30px;
  }
  .job-ready-section .course-features::-webkit-scrollbar {
    display: none;
  }
  .job-ready-section .course-features {
    flex-wrap: nowrap;
    gap: 20px;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
  .job-ready-section .course-features li {
    flex-shrink: 0;
    border-radius: 5px;
    white-space: nowrap;
  }
  .job-ready-section .card-box {
    padding: 0 12px 24px !important;
  }
  .job-ready-section .card-box .card .card-body.title .card-text {
    color: #000000;
  }
  .job-ready-section .card-box .card .card-body.rating-sec {
    font-size: 14px;
  }
  .stud-testi-sec .videoHolder .videoDiv {
    border-radius: 5px;
  }
}/*# sourceMappingURL=bfsi-lp.css.map */