.d-block {
  display: block;
}

.enterprise-banner .slider-container {
  position: relative;
  height: 100vh;
}
.enterprise-banner .slider-container .enterprise-banner-slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.enterprise-banner .slider-container .enterprise-banner-slider .slick-list,
.enterprise-banner .slider-container .enterprise-banner-slider .slick-track {
  height: 100%;
}
.enterprise-banner .slider-container .enterprise-banner-slider .slide {
  position: relative;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: white;
  overflow: hidden;
}
.enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container {
  width: 100%;
  position: absolute;
  line-height: 1.2;
  letter-spacing: -0.16px;
  left: 60px;
  top: 30%;
  font-size: 36px;
  margin-bottom: 0;
}
.enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .heading {
  margin-bottom: 20px;
  font-size: inherit;
  line-height: inherit;
  font-family: "Sentient";
  font-weight: 400;
  font-style: italic;
}
.enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .heading .next-line {
  display: block;
}
.enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .gray-text {
  display: block;
}
.enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .sub-heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.2px;
  color: rgba(255, 255, 255, 0.7);
}
.enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .sub-heading .line-item {
  position: relative;
  padding-left: 20px;
}
.enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .sub-heading .line-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 20px;
  background: linear-gradient(256.9deg, #E94205 9.79%, #FF6602 49.98%, #FEA61C 89.05%);
}
.enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .description {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  max-width: 580px;
  margin-bottom: 24px;
}
.enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .description .next-line {
  display: block;
}
.enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .white-button {
  width: -moz-fit-content;
  width: fit-content;
}
.enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .white-button:hover {
  color: #000;
}
.enterprise-banner .slider-container .enterprise-banner-slider .hslide1 {
  background: url("../images/enterprise-banner.webp") no-repeat;
  background-position: center top;
  height: 100%;
  background-size: cover;
  position: relative;
  opacity: 0;
  animation: BannerfadeIn 1s ease-in-out forwards;
}
.enterprise-banner .slider-container .enterprise-banner-slider .hslide1 .slide1-right-obj {
  position: absolute;
  width: 75%;
  right: 0;
  top: 0;
}
.enterprise-banner .slider-container .banklogo-strip {
  display: flex;
  margin-top: 60px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 60px;
  justify-content: flex-start;
  overflow: hidden;
  margin: 20px 0;
  animation: BannerfadeIn 1s ease-in-out forwards;
}
.enterprise-banner .slider-container .banklogo-strip .logo-wrapper {
  display: flex;
  animation: scroll 70s linear infinite;
  width: -moz-max-content;
  width: max-content;
}
.enterprise-banner .slider-container .banklogo-strip .logo-wrapper img {
  margin: 0 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.enterprise-banner .slider-container .hoz-line {
  position: relative;
  bottom: 130px;
  left: 0;
  width: 100%;
  padding: 0 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-150%);
  }
}

@keyframes BannerfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.our_story_in_numbers-section .our_story_in_numbers-title .section-title span {
  display: block !important;
}

.what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .girl-img {
  position: absolute;
  bottom: 0%;
  left: 18% !important;
  z-index: 1;
  width: 26vw !important;
}
.what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .girl-laptop {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 6%;
  width: 36vw;
}
.what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .arc-img {
  position: absolute;
  bottom: 0%;
  z-index: 0;
  left: 1%;
}
.what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block {
  margin-left: 15%;
}
.what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block .content-title {
  max-width: 463px !important;
}

.upskilling-solutions .upskilling-solutions-wrapper .tab-content .tab-panel .upskilling-content .highlight-card:hover {
  background: rgba(42, 42, 42, 0.4) !important;
}
.upskilling-solutions .upskilling-solutions-wrapper .tab-content .tab-panel .upskilling-content .highlight-card:hover .front {
  margin-top: 18px;
}
.upskilling-solutions .upskilling-solutions-wrapper .tab-content .tab-panel .upskilling-content .highlight-card:hover .front .info-button {
  bottom: 8% !important;
}

.why-chooseus {
  color: #fff;
  align-items: center;
}
.why-chooseus .container .left {
  flex: 1;
  display: flex;
  gap: 12px;
  align-items: baseline;
}
.why-chooseus .container .left .title-dot {
  margin-top: 2%;
}
.why-chooseus .container .whyus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.why-chooseus .container .whyus-grid .whyus-card {
  position: relative;
  background: rgb(10, 10, 10);
  background: rgb(10, 10, 10) url("../images/whychoose-gradient.png") no-repeat;
  background-size: cover;
  background-position: -366px;
  transition: background-position 0.6s ease;
  backdrop-filter: blur(29.41px);
  -webkit-backdrop-filter: blur(29.41px);
  border-radius: 16px;
  padding: 20px;
  overflow: hidden;
  z-index: 1;
}
.why-chooseus .container .whyus-grid .whyus-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  border: 1px solid;
  -webkit-mask: linear-gradient(120.79deg, rgba(0, 0, 0, 0.56) 3.3%, rgba(0, 0, 0, 0.32) 51.34%, rgba(0, 0, 0, 0.56) 97.56%);
  mask: linear-gradient(120.79deg, rgba(0, 0, 0, 0.56) 3.3%, rgba(0, 0, 0, 0.32) 51.34%, rgba(0, 0, 0, 0.56) 97.56%);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 1.7s ease;
  pointer-events: none;
  z-index: 2;
}
.why-chooseus .container .whyus-grid .whyus-card .shape {
  opacity: 0;
}
.why-chooseus .container .whyus-grid .whyus-card:hover {
  background: #0A0A0A url("../images/whychoose-gradient.png") no-repeat center center;
  background-size: cover;
  transition: opacity 0.1s ease 0.1s, background-position 1s ease 0.2s;
}
.why-chooseus .container .whyus-grid .whyus-card:hover::before {
  opacity: 1;
}
.why-chooseus .container .whyus-grid .whyus-card:hover .icon {
  opacity: 100%;
}
.why-chooseus .container .whyus-grid .whyus-card:hover .shape {
  position: absolute;
  background: url(../images/home/ellipse.png) no-repeat center;
  background-size: 80% !important;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.why-chooseus .container .whyus-grid .whyus-card:hover .card1-whyus {
  right: -47%;
  top: -30%;
  transform: rotate(-60deg) scale(0.8);
  animation: whyus-animation1 2s infinite ease-in-out alternate, whyfadeInOut 1s ease-in-out;
}
.why-chooseus .container .whyus-grid .whyus-card:hover .card2-whyus {
  right: -34%;
  top: -41%;
  transform: rotate(437deg) scaleX(-1) scale(0.8);
  animation: whyus-animation2 2s infinite ease-in-out alternate, whyfadeInOut 1s ease-in-out;
}
.why-chooseus .container .whyus-grid .whyus-card:hover .card3-whyus {
  right: -42% !important;
  top: -43% !important;
  transform: rotate(-201deg) scaleX(-1);
  animation: whyus-animation3 2s infinite ease-in-out alternate, whyfadeInOut 1s ease-in-out;
}
.why-chooseus .container .whyus-grid .whyus-card:hover .card4-whyus {
  right: -55% !important;
  top: -42px !important;
  transform: rotate(-7deg);
  animation: whyus-animation4 2s infinite ease-in-out alternate, whyfadeInOut 1s ease-in-out;
}
.why-chooseus .container .whyus-grid .whyus-card .icon {
  width: 42px;
  opacity: 50%;
  margin-bottom: 112px;
}
.why-chooseus .container .whyus-grid .whyus-card .card-title {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  font-family: "Sentient";
}
.why-chooseus .container .whyus-grid .whyus-card .card-title span {
  display: block;
}
.why-chooseus .container .whyus-grid .whyus-card .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  position: relative;
  z-index: 3;
}
.why-chooseus .container .whyus-grid .whyus-card .txt span {
  display: block;
}

@keyframes whyus-animation1 {
  from {
    transform: rotate(-60deg) translateX(0);
  }
  to {
    transform: rotate(-50deg) translateX(5px);
  }
}
@keyframes whyus-animation2 {
  from {
    transform: rotate(437deg) scaleX(-1) translateY(0);
  }
  to {
    transform: rotate(428deg) scaleX(-1) translateY(5px);
  }
}
@keyframes whyus-animation3 {
  from {
    transform: rotate(-201deg) scaleX(-1) translateX(0);
  }
  to {
    transform: rotate(-220deg) scaleX(-1) translateX(5px);
  }
}
@keyframes whyus-animation4 {
  from {
    transform: rotate(-7deg) translateY(0);
  }
  to {
    transform: rotate(-20deg) translateY(5px);
  }
}
@keyframes whyfadeInOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.resource-library-sect {
  overflow: hidden;
}
.resource-library-sect .blogs-wrapper .blogs-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.resource-library-sect .blogs-wrapper .tab-section .tab-buttons {
  display: flex;
  gap: 30px;
}
.resource-library-sect .blogs-wrapper .tab-section .tab-buttons .tab-btn {
  width: 30%;
  font-size: 16px;
}
.resource-library-sect .blogs-wrapper .tab-section .tab-buttons .tab-btn.active {
  font-size: 16px;
}
.resource-library-sect .blogs-wrapper .tab-content {
  margin-top: 30px;
}
.resource-library-sect .blogs-wrapper .tab-content .tab-panel {
  display: none;
}
.resource-library-sect .blogs-wrapper .tab-content .tab-panel.active {
  display: block;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .slick-slide {
  height: inherit !important;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .slick-track {
  display: flex !important;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item {
  border-radius: 14px;
  background: #0A0A0A;
  margin-right: 20px;
  position: relative;
  border: 1px solid rgba(123, 123, 123, 0);
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item a {
  color: #fff !important;
  display: block;
  height: 100%;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item a.hover {
  color: #fff;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .corner-btn {
  position: absolute;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 26px;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding: 7px 12px;
  top: 4%;
  left: 2%;
  cursor: pointer;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-img img {
  min-height: 192px;
  max-height: 192px;
  border-radius: 14px;
  clip-path: ellipse(91% 99% at 27% 1%);
  -webkit-clip-path: ellipse(91% 99% at 27% 1%);
  width: 100%;
  opacity: 0.7;
  transition: opacity 1s ease-in-out;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details {
  padding: 25px 25px 12px 25px;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .title {
  font-family: "Sentient";
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 14px;
  min-height: 60px;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details {
  display: flex;
  justify-content: space-between;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details {
  display: flex;
  gap: 6px;
  align-items: center;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details .date {
  color: #B6B6B6;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details .duration {
  color: #B6B6B6;
  font-family: "Inter";
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details .duration img {
  width: 20px;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .liner::after {
  content: "";
  border-right: 1px solid;
  margin-left: 8px;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .know-button {
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  gap: 8px;
  padding: 9px 12px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .know-button img {
  align-self: center;
  width: 8px;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item:hover {
  opacity: 1;
  border: 1px solid #7b7b7b;
  border-color: rgb(123, 123, 123);
  transition: border-color 0.8s ease-in-out;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item:hover .blog-img img {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item:hover .blog-img .corner-btn {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item:hover .blog-details .content-details .know-button {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.our-training-model {
  margin-top: -470px;
  background: url("../images/enterprise/training-bg.png") no-repeat center;
  background-size: 80%;
  padding-bottom: 240px;
  position: relative;
  z-index: 1;
  /* For small card hover state */
}
.our-training-model .element-left {
  position: absolute;
  left: 0;
  bottom: -40px;
}
.our-training-model .element-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.our-training-model .card-container {
  display: flex;
  height: 440px;
  justify-content: space-between;
  gap: 2.5%;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.our-training-model .card-container .card {
  position: relative;
  height: 100%;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 24px;
  transition: flex 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s ease, opacity 0.5s ease-in-out;
  transform: translateZ(0);
  will-change: flex, transform, opacity;
}
.our-training-model .card-container .card-1 {
  flex: 2;
}
.our-training-model .card-container .card-1 .normal-content {
  padding: 40px 34px 20px;
}
.our-training-model .card-container .card-1 .hover-content {
  padding: 28px;
}
.our-training-model .card-container .big-content {
  display: flex;
}
.our-training-model .card-container .big-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(120.79deg, rgba(255, 255, 255, 0.56) 3.3%, rgba(153, 153, 153, 0.32) 51.34%, rgba(255, 255, 255, 0.56) 97.56%);
  -webkit-mask: linear-gradient(#fff, #fff) content-box, linear-gradient(#fff, #fff);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.our-training-model .card-container .big-content .top-content .title {
  font-size: 24px;
  font-family: "Sentient";
  line-height: 1.3;
  margin-bottom: 20px;
}
.our-training-model .card-container .big-content .top-content .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.our-training-model .card-container .big-content .top-content .list .line-item {
  width: 49%;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #C0B9B8;
}
.our-training-model .card-container .big-content .top-content .list .line-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-right: 6px;
  background: #C0B9B8;
}
.our-training-model .card-container .big-content .bottom-content .model-wrapper {
  display: flex;
  justify-content: space-between;
}
.our-training-model .card-container .big-content .bottom-content .model-wrapper .line-item {
  position: relative;
  padding-left: 52px;
}
.our-training-model .card-container .big-content .bottom-content .model-wrapper .line-item .heading {
  font-family: "Sentient";
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 8px;
}
.our-training-model .card-container .big-content .bottom-content .model-wrapper .line-item .txt {
  font-size: 14px;
  color: #C0B9B8;
}
.our-training-model .card-container .big-content .bottom-content .model-wrapper .line-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  background-size: 70% !important;
  background-position: 0 0;
}
.our-training-model .card-container .big-content .bottom-content .model-wrapper .hire::before {
  background: url("../images/enterprise/handshake.png") no-repeat;
}
.our-training-model .card-container .big-content .bottom-content .model-wrapper .train::before {
  background: url("../images/enterprise/identification-card.png") no-repeat;
}
.our-training-model .card-container .big-content .bottom-content .model-wrapper .deploy::before {
  background: url("../images/enterprise/rocket-launch.png") no-repeat;
}
.our-training-model .card-container .big-content .bottom-content .separator {
  height: 6px;
  width: 100%;
  border-radius: 20px;
  background: rgba(42, 42, 42, 0.4);
  position: relative;
  margin: 18px 0;
}
.our-training-model .card-container .big-content .bottom-content .separator::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 280px;
  border-radius: 0 20px 20px 0;
  background: linear-gradient(98.38deg, #FB6406 -163.43%, #F11812 -22.36%, #500000 138.28%);
}
.our-training-model .card-container .big-content .bottom-content .gradient-text {
  font-size: 18px;
  background: linear-gradient(100.44deg, #FB6406 0%, #F11812 60.31%, #500000 128.98%);
  -webkit-background-clip: text;
  font-style: italic;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline;
  float: right;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 0;
  font-family: "Sentient";
}
.our-training-model .card-container .small-content {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.our-training-model .card-container .small-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(120.79deg, rgba(255, 255, 255, 0.14) 3.3%, rgba(153, 153, 153, 0.08) 51.34%, rgba(255, 255, 255, 0.14) 97.56%);
  -webkit-mask: linear-gradient(#fff, #fff) content-box, linear-gradient(#fff, #fff);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.our-training-model .card-container .small-content .text .txt {
  position: relative;
  margin-left: 20px;
}
.our-training-model .card-container .small-content .pulse-circle,
.our-training-model .card-container .small-content .pulse-circle-back {
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  height: 8px;
  width: 8px;
  background: linear-gradient(256.9deg, #E94205 9.79%, #FF6602 49.98%, #FEA61C 89.05%);
  border-radius: 100%;
  z-index: 2;
}
.our-training-model .card-container .small-content .pulse-circle-back {
  z-index: 1;
  background: rgba(255, 102, 2, 0.5);
  box-shadow: 0px 0px 0.9px 0.9px rgba(254, 166, 28, 0.5);
}
.our-training-model .card-container .small-content .title {
  font-size: 20px;
  font-family: "Sentient";
  line-height: 1.3;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}
.our-training-model .card-container .small-content .txt {
  color: #848484;
  font-size: 18px;
  max-width: 360px;
}
.our-training-model .card-container .card-2 {
  flex: 1;
  transition: flex 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s ease, opacity 0.5s ease-in-out;
}
.our-training-model .card-container .card-2:hover {
  transform: translateY(-5px) translateZ(0);
}
.our-training-model .card-container .card-2 .normal-content {
  padding: 28px;
}
.our-training-model .card-container .card-2 .hover-content {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 34px 20px;
}
.our-training-model .card-container .card-2 .hover-content .bottom-content .separator {
  background: linear-gradient(98.38deg, #FB6406 -163.43%, #F11812 -22.36%, #500000 138.28%);
}
.our-training-model .card-container .card-2 .hover-content .bottom-content .separator::after {
  content: none;
}
.our-training-model .card-container .card-2 .hover-content .bottom-content .gradient-text {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  float: none;
}
@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.8);
    box-shadow: 0px 0px 1px 2px rgba(254, 166, 28, 0.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.our-training-model .card-container .content {
  color: #fff;
  height: calc(100% - 60px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.our-training-model .card-container .normal-content,
.our-training-model .card-container .hover-content {
  transition: opacity 0.6s ease-in-out 0.1s, transform 0.6s ease;
  transform: scale(0.98);
}
.our-training-model .card-container .normal-content {
  display: flex;
  opacity: 1;
  transform: scale(1);
  position: relative;
}
.our-training-model .card-container .hover-content {
  display: flex;
  opacity: 0;
  transform: scale(0.98);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.our-training-model .card-container.hover-active .card-1 {
  flex: 1;
}
.our-training-model .card-container.hover-active .card-2 {
  flex: 2;
}
.our-training-model .card-container.hover-active .card-1 .normal-content,
.our-training-model .card-container.hover-active .card-2 .normal-content {
  opacity: 0;
  transform: scale(0.98);
  position: absolute;
  pointer-events: none;
}
.our-training-model .card-container.hover-active .card-1 .hover-content,
.our-training-model .card-container.hover-active .card-2 .hover-content {
  opacity: 1;
  transform: scale(1);
  background: rgb(20, 18, 18);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: relative;
  animation: BgColorChange 1.8s ease-out 0.5s forwards;
}
.our-training-model .card-container.hover-active .card-2 .hover-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(120.79deg, rgba(255, 255, 255, 0.56) 3.3%, rgba(153, 153, 153, 0.32) 51.34%, rgba(255, 255, 255, 0.56) 97.56%);
  -webkit-mask: linear-gradient(#fff, #fff) content-box, linear-gradient(#fff, #fff);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 0;
}
.our-training-model .card-container.hover-active .card-1 .hover-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(120.79deg, rgba(255, 255, 255, 0.14) 3.3%, rgba(153, 153, 153, 0.08) 51.34%, rgba(255, 255, 255, 0.14) 97.56%);
  -webkit-mask: linear-gradient(#fff, #fff) content-box, linear-gradient(#fff, #fff);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 0;
}
@keyframes BgColorChange {
  to {
    background: rgba(20, 18, 18, 0.12);
  }
}

.upskilling-solutions-wrapper .upskilling-solutions-section .right .trans-button {
  display: none !important;
}

@media (max-width: 575.98px) {
  .enterprise-banner .slider-container {
    height: 1020px;
    max-height: 1020px;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide {
    position: relative;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide::before {
    content: "";
    position: absolute;
    top: 160px;
    width: 100%;
    height: 260px;
    background: linear-gradient(0deg, rgba(5, 5, 5, 0) 0%, #050505 36%, #050505 100%);
    z-index: 1;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide::after {
    content: "";
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 265px;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, #050505 73.62%, #050505 100%);
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 185px);
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    bottom: unset;
    top: 128px;
    font-size: 6.667vw;
    line-height: 1.6;
    letter-spacing: 0;
    z-index: 2;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .gray-text {
    display: inline;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .heading {
    margin-bottom: 16px;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .heading .next-line {
    display: inline;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .sub-heading {
    font-size: 22px;
    line-height: 1.5;
    max-width: 240px;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .description {
    max-width: 83vw;
    font-size: 4.583vw;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .description .next-line {
    display: inline;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .white-button {
    bottom: 80px;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .hslide1 {
    background: url("../images/enterprise-banner-mob.webp") no-repeat 0 0;
    background-size: 100%;
    background-position: left 300px;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .hslide1 .mob-top-gradient {
    position: absolute;
    top: 0;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .hslide1 .text-container {
    top: 128px;
  }
  .enterprise-banner .slider-container .banklogo-strip {
    bottom: 0;
  }
  .enterprise-banner .slider-container .banklogo-strip .logo-wrapper {
    animation: scroll 50s linear infinite;
  }
  .enterprise-banner .slider-container .banklogo-strip .logo-wrapper img {
    transform: scale(0.9);
    margin: 0 20px;
  }
  .enterprise-banner .slider-container .hoz-line {
    display: none;
  }
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  .our-training-model {
    background: none;
    margin-top: -380px;
    background: linear-gradient(180.05deg, rgba(1, 1, 1, 0) 3%, #010101 57.61%);
    padding-bottom: 0;
  }
  .our-training-model .tab-section {
    overflow: auto;
  }
  .our-training-model .tab-section::-webkit-scrollbar {
    display: none;
  }
  .our-training-model .tab-section .tab-buttons {
    display: flex;
    gap: 26px;
    margin-bottom: 24px;
    width: -moz-max-content;
    width: max-content;
  }
  .our-training-model .tab-section .tab-buttons .tab-btn {
    height: 74px;
    width: 204px;
  }
  .our-training-model .tab-content .tab-panel {
    display: none;
  }
  .our-training-model .tab-content .tab-panel.active {
    display: block;
  }
  .our-training-model .tab-content .tab-panel .description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.61);
    margin-bottom: 24px;
  }
  .our-training-model .tab-content .tab-panel .card {
    position: relative;
    width: 100%;
    padding: 20px 16px;
    height: 100%;
    transition: width 0.5s ease-in-out;
    overflow: hidden;
    flex-shrink: 0;
    background: #0E0E0E url("../images/enterprise/our-training-bg-mob.png") no-repeat center center;
    background-size: cover;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 24px;
    z-index: 1;
  }
  .our-training-model .tab-content .tab-panel .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(120.79deg, rgba(255, 255, 255, 0.56) 3.3%, rgba(153, 153, 153, 0.32) 51.34%, rgba(255, 255, 255, 0.56) 97.56%);
    -webkit-mask: linear-gradient(#fff, #fff) content-box, linear-gradient(#fff, #fff);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
  }
  .our-training-model .tab-content .tab-panel .card .card-icon {
    width: 80px;
    height: auto;
    margin-bottom: 36px;
  }
  .our-training-model .tab-content .tab-panel .card .top-content {
    margin-bottom: 60px;
  }
  .our-training-model .tab-content .tab-panel .card .top-content .title {
    font-size: 22px;
    font-family: "Sentient";
    line-height: 1.3;
    margin-bottom: 22px;
  }
  .our-training-model .tab-content .tab-panel .card .top-content .list {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
  }
  .our-training-model .tab-content .tab-panel .card .top-content .list .line-item {
    width: 100%;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #C0B9B8;
  }
  .our-training-model .tab-content .tab-panel .card .top-content .list .line-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 6px;
    background: #C0B9B8;
  }
  .our-training-model .tab-content .tab-panel .card .bottom-content .model-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .our-training-model .tab-content .tab-panel .card .bottom-content .model-wrapper .line-item {
    position: relative;
    max-width: 108px;
  }
  .our-training-model .tab-content .tab-panel .card .bottom-content .model-wrapper .line-item .icon {
    margin-bottom: 16px;
  }
  .our-training-model .tab-content .tab-panel .card .bottom-content .model-wrapper .line-item .heading {
    font-family: "Sentient";
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 8px;
  }
  .our-training-model .tab-content .tab-panel .card .bottom-content .model-wrapper .line-item .txt {
    font-size: 12px;
    color: #C0B9B8;
  }
  .our-training-model .tab-content .tab-panel .card .bottom-content .separator {
    height: 3px;
    width: 100%;
    border-radius: 20px;
    background: rgba(42, 42, 42, 0.4);
    position: relative;
    margin: 18px 0;
  }
  .our-training-model .tab-content .tab-panel .card .bottom-content .separator::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 144px;
    background: linear-gradient(98.38deg, #FB6406 -163.43%, #F11812 -22.36%, #500000 138.28%);
  }
  .our-training-model .tab-content .tab-panel .card .bottom-content .gradient-text {
    font-size: 14px;
    background: linear-gradient(100.44deg, #FB6406 0%, #F11812 60.31%, #500000 128.98%);
    -webkit-background-clip: text;
    font-style: italic;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline;
    float: right;
    text-transform: uppercase;
    padding: 0 8px;
    margin-bottom: 0;
  }
  .our-training-model .tab-content .tab-panel .card-2 .separator {
    border-radius: 20px;
    background: linear-gradient(98.38deg, #FB6406 -163.43%, #F11812 -22.36%, #500000 138.28%) !important;
  }
  .our-training-model .tab-content .tab-panel .card-2 .separator::after {
    content: none !important;
  }
  .our-training-model .tab-content .tab-panel .card-2 .gradient-text {
    display: block !important;
    float: none !important;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .girl-img {
    position: absolute;
    bottom: 0%;
    left: 18% !important;
    z-index: 1;
    width: 64vw !important;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .girl-laptop {
    left: 2%;
    width: 64vw;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .arc-img {
    position: absolute;
    bottom: 0%;
    z-index: 0;
    left: 1%;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block {
    margin-left: 15%;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block .content-title {
    max-width: 463px !important;
  }
  .upskilling-solutions .upskilling-solutions-wrapper .tab-content .tab-panel .upskilling-content .highlight-card:hover {
    background: rgba(42, 42, 42, 0.4) !important;
  }
  .upskilling-solutions .upskilling-solutions-wrapper .tab-content .tab-panel .upskilling-content .highlight-card:hover .front {
    margin-top: unset;
  }
  .upskilling-solutions .upskilling-solutions-wrapper .tab-content .tab-panel .upskilling-content .highlight-card:hover .front .info-button {
    bottom: unset;
  }
  .why-chooseus {
    background: none;
    padding: 0;
    margin-top: unset;
    margin-bottom: 100px;
    overflow: hidden;
  }
  .why-chooseus .container {
    position: relative;
  }
  .why-chooseus .container .whyus-grid {
    display: block;
  }
  .why-chooseus .container .whyus-grid .slick-list {
    overflow: visible;
  }
  .why-chooseus .container .whyus-grid .slick-track {
    display: flex;
  }
  .why-chooseus .container .whyus-grid .slick-track .slick-slide {
    height: inherit;
  }
  .why-chooseus .container .whyus-grid .whyus-card {
    background: #0A0A0A url("../images/whychoose-gradient.png") no-repeat center center;
    background-size: cover;
    margin: 0 8px;
    pointer-events: none;
  }
  .why-chooseus .container .whyus-grid .whyus-card::before {
    opacity: 1;
  }
  .why-chooseus .container .whyus-grid .whyus-card:first-child {
    margin-left: 0;
  }
  .why-chooseus .container .whyus-grid .whyus-card .icon {
    opacity: 1;
    margin-bottom: 168px;
  }
  .why-chooseus .container .whyus-grid .whyus-card .card-title {
    font-size: 20px;
  }
  .why-chooseus .container .whyus-grid .whyus-card .txt {
    font-size: 16px;
  }
  .why-chooseus .container .whyus-grid .whyus-card .txt span {
    display: inline;
  }
  .why-chooseus .container .whyus-grid .whyus-card .shape {
    position: absolute;
    background: url(../images/home/ellipse.png) no-repeat center;
    background-size: 100%;
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .why-chooseus .container .whyus-grid .whyus-card .card1-whyus {
    right: -40%;
    top: -40%;
    transform: rotate(-60deg);
  }
  .why-chooseus .container .whyus-grid .whyus-card .card2-whyus {
    right: 0;
    top: -64%;
    transform: rotate(437deg) scaleX(-1);
  }
  .why-chooseus .container .whyus-grid .whyus-card .card3-whyus {
    right: -106px;
    top: -194px;
    transform: rotate(-201deg) scalex(-1);
  }
  .why-chooseus .container .whyus-grid .whyus-card .card4-whyus {
    right: -59%;
    top: -27px;
    transform: rotate(-7deg);
  }
  .why-chooseus .container .custom-dots-wrapper {
    width: 100%;
    padding: 0 60px;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
  }
  .why-chooseus .container .custom-dots {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .why-chooseus .container .current-dot,
  .why-chooseus .container .total-dots {
    padding: 5px 15px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .why-chooseus .container .current-dot {
    min-width: 98px;
    border-bottom: 1px solid white;
    padding: 9px 48px 16px 30px;
  }
  .why-chooseus .container .total-dots {
    padding: 9px 30px 16px 48px;
  }
  .why-chooseus .container .separator {
    padding: 9px 0 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .why-chooseus .container .slick-dots {
    display: none !important;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .left {
    flex: 1;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .right .trans-button {
    padding: 10px 14px;
  }
  .resource-library-sect .blogs-wrapper .tab-section {
    overflow: auto;
  }
  .resource-library-sect .blogs-wrapper .tab-section::-webkit-scrollbar {
    display: none;
  }
  .resource-library-sect .blogs-wrapper .tab-section .tab-buttons {
    display: flex;
    gap: 20px;
    width: -moz-max-content;
    width: max-content;
  }
  .resource-library-sect .blogs-wrapper .tab-section .tab-buttons .tab-btn {
    width: 250px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel {
    display: none;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel.active {
    display: block;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item {
    border-radius: 18px;
    opacity: 1;
    border: 1px solid #7b7b7b;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-img img {
    opacity: 1;
    border-radius: 18px;
    clip-path: ellipse(91% 99% at 27% 1%);
    -webkit-clip-path: ellipse(91% 99% at 27% 1%);
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-img .corner-btn {
    opacity: 1;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-details {
    padding: 28px 14px 16px 14px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-details .content-details {
    align-items: center;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-details .content-details .details {
    display: flex;
    gap: 6px;
    align-items: center;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-details .content-details .details .date {
    font-size: 12px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-details .content-details .details .duration {
    gap: 4px;
    font-size: 12px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-details .content-details .details .duration img {
    width: 15px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-details .content-details .know-button {
    font-size: 15px;
    padding: 14px 15px;
    opacity: 1;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-details .content-details .know-button img {
    align-self: center;
  }
}
@media (max-width: 395px) {
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .sub-heading {
    font-size: 16px;
    gap: 8px;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .sub-heading span.d-block {
    display: inline;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .sub-heading .line-item {
    padding-left: 14px;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .hslide1 {
    background-position: left center;
  }
  .enterprise-banner .slider-container .banklogo-strip {
    bottom: 53px;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container {
    height: calc(100% - 267px);
  }
  .our-training-model .tab-content .tab-panel .description {
    min-height: 68px;
  }
  .our-training-model .tab-content .tab-panel .card .bottom-content .model-wrapper .line-item {
    max-width: 90px;
  }
  .our-training-model .tab-content .tab-panel .card .bottom-content .model-wrapper .line-item:last-child {
    max-width: 96px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details {
    padding: 28px 10px 16px 10px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .know-button {
    font-size: 12px;
    padding: 8px 7px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .know-button img {
    align-self: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .enterprise-banner .slider-container {
    height: 1020px;
    max-height: 1020px;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide {
    position: relative;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide::before {
    content: "";
    position: absolute;
    top: 160px;
    width: 100%;
    height: 260px;
    background: linear-gradient(0deg, rgba(5, 5, 5, 0) 0%, #050505 36%, #050505 100%);
    z-index: 1;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 265px;
    background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, #050505 73.62%, #050505 100%);
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 185px);
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    bottom: unset;
    top: 128px;
    font-size: 6.667vw;
    line-height: 1.6;
    letter-spacing: 0;
    z-index: 2;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .gray-text {
    display: inline;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .heading {
    margin-bottom: 16px;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .heading .next-line {
    display: inline;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .sub-heading {
    font-size: 22px;
    line-height: 1.5;
    max-width: 240px;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .description {
    max-width: 83vw;
    font-size: 4.583vw;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .description .next-line {
    display: inline;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .white-button {
    bottom: 80px;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .hslide1 {
    background: url("../images/enterprise-banner-mob.webp") no-repeat 0 0;
    background-size: 100%;
    background-position: left 300px;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .hslide1 .mob-top-gradient {
    position: absolute;
    top: 0;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .hslide1 .text-container {
    top: 128px;
  }
  .enterprise-banner .slider-container .banklogo-strip {
    bottom: 0;
  }
  .enterprise-banner .slider-container .banklogo-strip .logo-wrapper {
    animation: scroll 50s linear infinite;
  }
  .enterprise-banner .slider-container .banklogo-strip .logo-wrapper img {
    transform: scale(0.9);
  }
  .enterprise-banner .slider-container .hoz-line {
    display: none;
  }
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  .our-training-model {
    background: none;
    margin-top: -380px;
    background: linear-gradient(180.05deg, rgba(1, 1, 1, 0) 3%, #010101 57.61%);
    padding-bottom: 0;
  }
  .our-training-model .tab-section {
    overflow: auto;
  }
  .our-training-model .tab-section::-webkit-scrollbar {
    display: none;
  }
  .our-training-model .tab-section .tab-buttons {
    display: flex;
    gap: 46px;
    margin-bottom: 24px;
    width: -moz-max-content;
    width: max-content;
  }
  .our-training-model .tab-section .tab-buttons .tab-btn {
    height: 74px;
    width: 280px;
  }
  .our-training-model .tab-content .tab-panel {
    display: none;
  }
  .our-training-model .tab-content .tab-panel.active {
    display: block;
  }
  .our-training-model .tab-content .tab-panel .description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.61);
    margin-bottom: 24px;
  }
  .our-training-model .tab-content .tab-panel .card {
    position: relative;
    width: 100%;
    padding: 20px 16px;
    height: 100%;
    transition: width 0.5s ease-in-out;
    overflow: hidden;
    flex-shrink: 0;
    background: #0E0E0E url("../images/enterprise/our-training-bg-mob.png") no-repeat center center;
    background-size: cover;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 24px;
    z-index: 1;
  }
  .our-training-model .tab-content .tab-panel .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(120.79deg, rgba(255, 255, 255, 0.56) 3.3%, rgba(153, 153, 153, 0.32) 51.34%, rgba(255, 255, 255, 0.56) 97.56%);
    -webkit-mask: linear-gradient(#fff, #fff) content-box, linear-gradient(#fff, #fff);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
  }
  .our-training-model .tab-content .tab-panel .card .card-icon {
    width: 80px;
    height: auto;
    margin-bottom: 36px;
  }
  .our-training-model .tab-content .tab-panel .card .top-content {
    margin-bottom: 60px;
  }
  .our-training-model .tab-content .tab-panel .card .top-content .title {
    font-size: 24px;
    font-family: "Sentient";
    line-height: 1.3;
    margin-bottom: 22px;
  }
  .our-training-model .tab-content .tab-panel .card .top-content .list {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
  }
  .our-training-model .tab-content .tab-panel .card .top-content .list .line-item {
    width: 100%;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #C0B9B8;
  }
  .our-training-model .tab-content .tab-panel .card .top-content .list .line-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 6px;
    background: #C0B9B8;
  }
  .our-training-model .tab-content .tab-panel .card .bottom-content .model-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .our-training-model .tab-content .tab-panel .card .bottom-content .model-wrapper .line-item {
    position: relative;
    max-width: 185px;
  }
  .our-training-model .tab-content .tab-panel .card .bottom-content .model-wrapper .line-item .icon {
    margin-bottom: 16px;
  }
  .our-training-model .tab-content .tab-panel .card .bottom-content .model-wrapper .line-item .heading {
    font-family: "Sentient";
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 8px;
  }
  .our-training-model .tab-content .tab-panel .card .bottom-content .model-wrapper .line-item .txt {
    font-size: 20px;
    color: #C0B9B8;
  }
  .our-training-model .tab-content .tab-panel .card .bottom-content .separator {
    height: 3px;
    width: 100%;
    border-radius: 20px;
    background: rgba(42, 42, 42, 0.4);
    position: relative;
    margin: 18px 0;
  }
  .our-training-model .tab-content .tab-panel .card .bottom-content .separator::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 144px;
    background: linear-gradient(98.38deg, #FB6406 -163.43%, #F11812 -22.36%, #500000 138.28%);
  }
  .our-training-model .tab-content .tab-panel .card .bottom-content .gradient-text {
    font-size: 14px;
    background: linear-gradient(100.44deg, #FB6406 0%, #F11812 60.31%, #500000 128.98%);
    -webkit-background-clip: text;
    font-style: italic;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline;
    float: right;
    text-transform: uppercase;
    padding: 0 8px;
    margin-bottom: 0;
  }
  .our-training-model .tab-content .tab-panel .card-2 .separator {
    border-radius: 20px;
    background: linear-gradient(98.38deg, #FB6406 -163.43%, #F11812 -22.36%, #500000 138.28%) !important;
  }
  .our-training-model .tab-content .tab-panel .card-2 .separator::after {
    content: none !important;
  }
  .our-training-model .tab-content .tab-panel .card-2 .gradient-text {
    display: block !important;
    float: none !important;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .girl-img {
    position: absolute;
    bottom: 0%;
    left: 23% !important;
    z-index: 1;
    width: 51vw !important;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .girl-laptop {
    left: 2%;
    width: 64vw;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .arc-img {
    position: absolute;
    bottom: 0%;
    z-index: 0;
    left: 1%;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block {
    margin-left: 15%;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block .content-title {
    max-width: unset !important;
  }
  .upskilling-solutions .upskilling-solutions-wrapper .tab-content .tab-panel .upskilling-content .highlight-card:hover {
    background: rgba(42, 42, 42, 0.4) !important;
  }
  .upskilling-solutions .upskilling-solutions-wrapper .tab-content .tab-panel .upskilling-content .highlight-card:hover .front {
    margin-top: unset;
  }
  .upskilling-solutions .upskilling-solutions-wrapper .tab-content .tab-panel .upskilling-content .highlight-card:hover .front .info-button {
    bottom: unset;
  }
  .why-chooseus {
    background: none;
    padding: 0;
    margin-top: unset;
    margin-bottom: 100px;
    overflow: hidden;
  }
  .why-chooseus .container {
    position: relative;
  }
  .why-chooseus .container .whyus-grid {
    display: block;
  }
  .why-chooseus .container .whyus-grid .slick-list {
    overflow: visible;
  }
  .why-chooseus .container .whyus-grid .slick-track {
    display: flex;
  }
  .why-chooseus .container .whyus-grid .slick-track .slick-slide {
    height: inherit;
  }
  .why-chooseus .container .whyus-grid .whyus-card {
    background: #0A0A0A url("../images/whychoose-gradient.png") no-repeat center center;
    background-size: cover;
    margin: 0 8px;
    pointer-events: none;
  }
  .why-chooseus .container .whyus-grid .whyus-card::before {
    opacity: 1;
  }
  .why-chooseus .container .whyus-grid .whyus-card:first-child {
    margin-left: 0;
  }
  .why-chooseus .container .whyus-grid .whyus-card .icon {
    opacity: 1;
    margin-bottom: 168px;
  }
  .why-chooseus .container .whyus-grid .whyus-card .card-title {
    font-size: 20px;
  }
  .why-chooseus .container .whyus-grid .whyus-card .txt {
    font-size: 16px;
  }
  .why-chooseus .container .whyus-grid .whyus-card .txt span {
    display: inline;
  }
  .why-chooseus .container .whyus-grid .whyus-card .shape {
    position: absolute;
    background: url(../images/home/ellipse.png) no-repeat center;
    background-size: 76%;
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .why-chooseus .container .whyus-grid .whyus-card .card1-whyus {
    right: -40%;
    top: -40%;
    transform: rotate(-60deg);
  }
  .why-chooseus .container .whyus-grid .whyus-card .card2-whyus {
    right: 0;
    top: -64%;
    transform: rotate(437deg) scaleX(-1);
  }
  .why-chooseus .container .whyus-grid .whyus-card .card3-whyus {
    right: -106px;
    top: -194px;
    transform: rotate(-201deg) scalex(-1);
  }
  .why-chooseus .container .whyus-grid .whyus-card .card4-whyus {
    right: -59%;
    top: -27px;
    transform: rotate(-7deg);
  }
  .why-chooseus .container .custom-dots-wrapper {
    width: 100%;
    padding: 0 60px;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
  }
  .why-chooseus .container .custom-dots {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .why-chooseus .container .current-dot,
  .why-chooseus .container .total-dots {
    padding: 5px 15px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .why-chooseus .container .current-dot {
    min-width: 98px;
    border-bottom: 1px solid white;
    padding: 9px 48px 16px 30px;
  }
  .why-chooseus .container .total-dots {
    padding: 9px 30px 16px 48px;
  }
  .why-chooseus .container .separator {
    padding: 9px 0 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .why-chooseus .container .slick-dots {
    display: none !important;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .left {
    flex: 1;
  }
  .resource-library-sect .blogs-wrapper .blogs-section .right .trans-button {
    padding: 10px 14px;
  }
  .resource-library-sect .blogs-wrapper .tab-section {
    overflow: auto;
  }
  .resource-library-sect .blogs-wrapper .tab-section::-webkit-scrollbar {
    display: none;
  }
  .resource-library-sect .blogs-wrapper .tab-section .tab-buttons {
    display: flex;
    gap: 20px;
    width: -moz-max-content;
    width: max-content;
  }
  .resource-library-sect .blogs-wrapper .tab-section .tab-buttons .tab-btn {
    width: 250px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel {
    display: none;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel.active {
    display: block;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item {
    border-radius: 18px;
    opacity: 1;
    border: 1px solid #7b7b7b;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-img img {
    opacity: 1;
    border-radius: 18px;
    clip-path: ellipse(91% 99% at 27% 1%);
    -webkit-clip-path: ellipse(91% 99% at 27% 1%);
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-img .corner-btn {
    opacity: 1;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-details {
    padding: 28px 14px 16px 14px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-details .content-details {
    align-items: end;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-details .content-details .details {
    display: flex;
    gap: 6px;
    align-items: center;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-details .content-details .details .date {
    font-size: 12px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-details .content-details .details .duration {
    gap: 4px;
    font-size: 12px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-details .content-details .details .duration img {
    width: 15px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-details .content-details .know-button {
    font-size: 15px;
    padding: 14px 15px;
    opacity: 1;
  }
  .resource-library-sect .blogs-wrapper .tab-content .tab-panel .blogs-content .card-item .blog-details .content-details .know-button img {
    align-self: center;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .our-training-model .card-container .big-content .bottom-content .model-wrapper .line-item .heading {
    font-size: 22px;
  }
  .our-training-model .card-container .small-content .title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container {
    top: 160px;
    font-size: 28px;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .description,
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .sub-heading {
    font-size: 14px;
  }
  .enterprise-banner .slider-container .hoz-line {
    bottom: 86px;
  }
  .enterprise-banner .slider-container .banklogo-strip {
    margin: 10px 0;
    bottom: -19px;
  }
  .enterprise-banner .slider-container .banklogo-strip .logo-wrapper img {
    transform: scale(0.8);
  }
  .our-training-model {
    padding-bottom: 140px;
  }
  .our-training-model .element-left {
    left: 0;
    bottom: 95px;
    width: 300px;
  }
  .our-training-model .element-right {
    width: 300px;
  }
  .our-training-model .card-container {
    height: 400px;
  }
  .our-training-model .card-container .card-1 .normal-content .bottom-content .separator::after {
    width: 240px;
  }
  .our-training-model .card-container .big-content .top-content .title {
    font-size: 20px;
  }
  .our-training-model .card-container .small-content .txt {
    font-size: 16px;
  }
  .our-training-model .card-container .big-content .top-content .list .line-item {
    font-size: 14px;
  }
  .our-training-model .card-container .big-content .bottom-content .model-wrapper .line-item .heading {
    font-size: 20px;
  }
  .our-training-model .card-container .big-content .bottom-content .gradient-text {
    font-size: 16px;
  }
  .why-chooseus .container .whyus-grid .whyus-card .card-title {
    font-size: 16px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .enterprise-banner .slider-container {
    max-height: 765px;
  }
  .resource-library-sect .blogs-wrapper .blogs-content .card-item .blog-img img {
    min-height: 204px;
  }
  .upskilling-solutions .upskilling-solutions-wrapper .tab-content .tab-panel .upskilling-content .highlight-card {
    min-height: 394px;
  }
}
@media (min-width: 1600px) and (max-width: 1919.98px) {
  .enterprise-banner .slider-container {
    max-height: unset;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container {
    top: 300px;
    font-size: 46px;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .hslide1 {
    background-position: center top;
  }
}
@media (min-width: 1920px) {
  .enterprise-banner .slider-container {
    max-height: unset;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container {
    top: 300px;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .sub-heading {
    font-size: 24px;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .slide .text-container .description {
    font-size: 24px;
  }
  .enterprise-banner .slider-container .enterprise-banner-slider .hslide1 {
    background-position: center top;
  }
  .our_story_in_numbers-section .our_story_in_numbers-counters .counter-item {
    min-width: 225px !important;
  }
  .our-training-model .card-container {
    height: 528px;
  }
  .our-training-model .card-container .card-1 {
    width: 66%;
  }
  .our-training-model .card-container .card-1 .hover-content {
    padding: 38px;
  }
  .our-training-model .card-container .big-content {
    display: flex;
  }
  .our-training-model .card-container .big-content .top-content .title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .our-training-model .card-container .big-content .top-content .list {
    gap: 20px 0;
  }
  .our-training-model .card-container .big-content .top-content .list .line-item {
    padding-left: 20px;
    font-size: 18px;
  }
  .our-training-model .card-container .big-content .top-content .list .line-item::before {
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 6px;
  }
  .our-training-model .card-container .big-content .bottom-content .model-wrapper .line-item {
    padding-left: 52px;
  }
  .our-training-model .card-container .big-content .bottom-content .model-wrapper .line-item .heading {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .our-training-model .card-container .big-content .bottom-content .model-wrapper .line-item .txt {
    font-size: 18px;
  }
  .our-training-model .card-container .big-content .bottom-content .model-wrapper .line-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    background-size: 100% !important;
  }
  .our-training-model .card-container .big-content .bottom-content .separator {
    margin: 28px 0;
  }
  .our-training-model .card-container .big-content .bottom-content .separator::after {
    width: 300px;
  }
  .our-training-model .card-container .big-content .bottom-content .gradient-text {
    font-size: 24px;
    padding: 0 60px;
    margin-bottom: 0;
  }
  .our-training-model .card-container .small-content .title {
    font-size: 28px;
  }
  .our-training-model .card-container .small-content .txt {
    font-size: 18px;
    max-width: 360px;
  }
  .our-training-model .card-container .card-2 {
    width: 31.5%;
  }
  .our-training-model .card-container .card-2 .normal-content {
    padding: 38px;
  }
  .our-training-model .card-container.hover-active .card-1 {
    width: 31.5%;
  }
  .what-course-suits-you-sec .course-wrapper {
    padding: 75px;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .girl-img {
    left: 16% !important;
    width: 25vw !important;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .girl-laptop {
    position: absolute;
    bottom: 0;
    left: 6%;
    z-index: 1;
    width: unset;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .image-block .arc-img {
    width: 57vw !important;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block {
    margin-left: 15% !important;
  }
  .what-course-suits-you-sec .course-wrapper .course-suits-you-section .content-block .content-title {
    max-width: 685px !important;
  }
  .upskilling-solutions .upskilling-solutions-wrapper .tab-content .tab-panel .upskilling-content .highlight-card:hover .front {
    padding: 56px 0 !important;
  }
  .upskilling-solutions .upskilling-solutions-wrapper .tab-content .tab-panel .upskilling-content .highlight-card:hover .front .info-button {
    bottom: 12% !important;
  }
  .why-chooseus .container .left {
    flex: 1;
    display: flex;
    gap: 16px;
    align-items: baseline;
  }
  .why-chooseus .container .left .title-dot {
    margin-top: 2%;
  }
  .why-chooseus .container .whyus-grid {
    gap: 28px;
  }
  .why-chooseus .container .whyus-grid .whyus-card {
    border-radius: 24px;
    padding: 32px;
  }
  .why-chooseus .container .whyus-grid .whyus-card::before {
    border-radius: 24px;
  }
  .why-chooseus .container .whyus-grid .whyus-card:hover::before {
    opacity: 1;
  }
  .why-chooseus .container .whyus-grid .whyus-card:hover .shape {
    opacity: 1;
  }
  .why-chooseus .container .whyus-grid .whyus-card:hover .icon {
    opacity: 100%;
  }
  .why-chooseus .container .whyus-grid .whyus-card:hover .card3-whyus {
    right: -173px;
  }
  .why-chooseus .container .whyus-grid .whyus-card .icon {
    width: 58px;
    opacity: 50%;
    margin-bottom: 164px;
  }
  .why-chooseus .container .whyus-grid .whyus-card .card-title {
    font-size: 28px;
  }
  .why-chooseus .container .whyus-grid .whyus-card .txt {
    font-size: 18px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-img img {
    min-height: 284px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-img .corner-btn {
    font-size: 16px;
    padding: 8px 14px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details {
    padding: 25px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .title {
    font-size: 22px;
    min-height: 76px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details .date {
    font-size: 18px;
  }
  .resource-library-sect .blogs-wrapper .tab-content .blogs-content .card-item .blog-details .content-details .details .duration {
    font-size: 16px;
  }
  .resource-library-sect .blogs-wrapper .tab-section .tab-buttons .tab-btn {
    font-size: 24px;
  }
  .resource-library-sect .blogs-wrapper .tab-section .tab-buttons .tab-btn.active {
    font-size: 24px;
  }
}/*# sourceMappingURL=enterprise-solutions.css.map */