/* challenge style - start */
.nxt-challenge {
  padding: 60px 0;
}
.nxt-challenge h2 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 4.5px;
  margin-bottom: 25px;
}
.nxt-challenge .nxt-challenge-subtitle {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 30px;
}
.nxt-challenge p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .nxt-challenge h2 {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 4.75px;
    font-weight: 500;
    margin-bottom: 38px;
  }
  .nxt-challenge .nxt-challenge-subtitle {
    font-size: 65px;
    line-height: 72px;
    margin-bottom: 47px;
    max-width: 993px;
  }
  .nxt-challenge p {
    font-size: 25px;
    line-height: 30px;
  }
}

.nxt-challenge h2 > svg,
.nxt-why-ai-in-action h2 > svg {
  margin-right: 23px;
  float: left;
  height: 100%;
}

/* challenge style - end */

/* Why AI in Action style - start */
.nxt-why-ai-in-action {
  padding: 60px 0px 0px 0;
  background-color: #2e3643;
}
.nxt-why-ai-in-action h2 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 4.5px;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
}
.nxt-why-ai-in-action h3 {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 40px;
  color: #fff;
}
.nxt-why-ai-in-action .card .card-body {
  padding: 25px 25px 44px;
}
.nxt-why-ai-in-action .card h4 a,
.nxt-why-ai-in-action .card h4 {
  color: #fb4e0b;
  font-size: 30px;
  line-height: 33px;
  text-decoration: none;
}
.nxt-why-ai-in-action .card p {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.36px;
  color: #fff;
}
.nxt-why-ai-in-action .card img.img-fluid {
  margin: 27px 16px 0;
  transition: 0.4s all ease-in-out !important;
}
@media (min-width: 992px) {
  .nxt-why-ai-in-action h2 {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 4.75px;
    font-weight: 500;
    margin-bottom: 38px;
  }
  .nxt-why-ai-in-action h3 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 25px;
    color: #fff;
    letter-spacing: -0.9px;
  }
  .nxt-why-ai-in-action .card h4 a,
  .nxt-why-ai-in-action .card h4 {
    font-size: 26px;
    line-height: 30px;
  }
  .nxt-why-ai-in-action .card p {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.4px;
  }
  .nxt-why-ai-in-action .card .card-body {
    padding: 25px 30px 55px;
  }
}

.nxt-why-ai-in-action .card {
  background-color: #1b1b1b;
}
.nxt-why-ai-in-action .card img.card-img-top {
  width: 100%;
  height: 185px;
  object-fit: cover;
  transition: 0.4s all ease-in-out !important;
  object-position: top;
}
.nxt-why-ai-in-action .card h4 {
  margin-bottom: 16px;
}
.nxt-why-ai-in-action .nxt-col-gap-14 {
  margin-right: -7px;
  margin-left: -7px;
}
.nxt-why-ai-in-action .col-sm-4 {
  padding-right: 7px;
  padding-left: 7px;
}
.nxt-why-ai-in-action .nxt-col-gap-14 + .row {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .nxt-why-ai-in-action .col-sm-4 {
    padding-bottom: 7px;
    padding-top: 7px;
  }
}

.nxt-why-ai-in-action .card:hover img {
  transform: scale(1.1);
}
.nxt-why-ai-in-action .card span {
  overflow: hidden;
}

/* Why AI in Action style - end */

/* Experience AI */
.nxt-trans-btn-arrow {
  padding: 20px 24px;
  color: #fb4e0b;
  border: 1px solid #fb4e0b;
  font-family: Yantramanav;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  position: relative;
  text-decoration: none;
  min-width: 336px;
  min-height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  cursor: pointer;
  transition: color 700ms ease;
  max-width: max-content;
  z-index: 1;
}
.nxt-trans-btn-arrow svg {
  transition: all 700ms;
}
.nxt-trans-btn-arrow svg path {
  transition: all 700ms;
  fill: #fb4e0b;
}
@media (max-width: 480px) {
  .nxt-trans-btn-arrow svg {
    width: 14px;
    height: 10.277px;
  }
}
@media (max-width: 480px) {
  .nxt-trans-btn-arrow {
    font-size: 12px;
    padding: 11px;
    min-width: 168px;
    min-height: 32px;
  }
}
.nxt-trans-btn-arrow::before {
  background-image: linear-gradient(90deg, #fb4e0b 50%, transparent 0);
  background-position-x: 100%;
  background-size: 200% 200%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  width: 100%;
  z-index: -1;
}
.nxt-trans-btn-arrow:focus,
.nxt-trans-btn-arrow:hover {
  outline: none;
  color: #ffffff;
  text-decoration: none;
}
.nxt-trans-btn-arrow:focus::before,
.nxt-trans-btn-arrow:hover::before {
  background-position-x: 0;
}
.nxt-trans-btn-arrow:focus svg,
.nxt-trans-btn-arrow:hover svg {
  transition: all 700ms;
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.nxt-trans-btn-arrow:focus svg path,
.nxt-trans-btn-arrow:hover svg path {
  fill: #ffffff;
}
/* Orange btn */
.nxt-orange-btn-arrow {
  padding: 20px 24px;
  color: #ffffff;
  font-family: Yantramanav;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  position: relative;
  text-decoration: none;
  min-width: 336px;
  min-height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  cursor: pointer;
  transition: color 700ms ease;
  max-width: max-content;
  z-index: 1;
}
.nxt-orange-btn-arrow svg {
  transition: all 700ms;
}
.nxt-orange-btn-arrow svg path {
  transition: all 700ms;
  fill: #ffffff;
}
@media (max-width: 480px) {
  .nxt-orange-btn-arrow svg {
    width: 14px;
    height: 10.277px;
  }
}
@media (max-width: 480px) {
  .nxt-orange-btn-arrow {
    font-size: 12px;
    padding: 11px;
    min-width: 168px;
    min-height: 32px;
  }
}
.nxt-orange-btn-arrow::before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #7500c0),
    color-stop(50%, #a100ff)
  );
  background-image: linear-gradient(90deg, #005071 50%, #fb4e0b 0);
  background-position-x: 100%;
  background-size: 200% 200%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  width: 100%;
  z-index: -1;
}
.nxt-orange-btn-arrow:focus,
.nxt-orange-btn-arrow:hover {
  outline: none;
  color: #ffffff;
  text-decoration: none;
}
.nxt-orange-btn-arrow:focus::before,
.nxt-orange-btn-arrow:hover::before {
  background-position-x: 0;
}
.nxt-orange-btn-arrow:focus svg,
.nxt-orange-btn-arrow:hover svg {
  transition: all 700ms;
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.nxt-orange-btn-arrow:focus svg path,
.nxt-orange-btn-arrow:hover svg path {
  fill: #ffffff;
}

.nxt-experience-ai {
  width: 100%;
  position: relative;
  min-height: 456px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: calc(100% + 30px);
}

.nxt-experience-ai .nxt-experience-ai-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: 1s -webkit-filter linear;
  object-position: right;
}

.nxt-experience-ai .nxt-experience-ai-content {
  position: relative;
  z-index: 1;
  text-align: left;
  width: 100%;
}

.nxt-experience-ai .nxt-section-title {
  line-height: 24px;
  margin-bottom: 38px;
}
.nxt-experience-ai .nxt-section-sub-title {
  margin-bottom: 0;
}

/* Past events style */
.nxt-past-events {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  min-height: 482px;
  position: relative;
  padding: 60px 0;
  max-height: max-content;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .nxt-past-events {
    min-height: 532px;
  }
}
.nxt-past-events img.nxt-past-events-bg {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(0);
}
@media (max-width: 480px) {
  .nxt-past-events img.nxt-past-events-bg {
    transform: translateX(170px);
  }
}
@media (max-width: 991px) {
  .nxt-past-events img.nxt-past-events-bg {
    transform: translateX(170px);
  }
}
.nxt-past-events .nxt-past-events-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.nxt-past-events .nxt-section-title {
  line-height: 24px;
  margin-bottom: 38px;
}
.nxt-past-events .nxt-past-events-content h4 {
  font-size: 48px;
  line-height: 53px;
  font-weight: 400;
  margin-bottom: 19px;
  margin-top: -5px;
  position: relative;
}
.nxt-past-events .nxt-past-events-content p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  max-width: 232px;
}
@media (max-width: 480px) {
  .nxt-past-events .nxt-past-events-content h4 {
    font-size: 24px;
    line-height: 29px;
  }
  .nxt-past-events .nxt-past-events-content p {
    font-size: 18px;
    line-height: 23px;
  }
}

/*
.page-node-16896 .nxt-fireside-card-full-card .speaker-details {
	display:none !important;
}
*/

.nxt-featured-event-details
  .nxt-event-demos
  .nxt-event-demo-card
  .nxt-event-demo-desc {
  margin-top: 0px !important;
  margin-bottom: auto !important;
}

.page-node-16896
  .nxt-featured-event-details
  .nxt-event-demos
  .nxt-event-demo-card
  .nxt-event-demo-desc {
  margin-top: 0px !important;
  margin-bottom: auto !important;
}

.nxt-event-agenda .nxt-agenda-speaker-details img {
  width: 120px !important;
  height: 120px !important;
}

.nxt-cs-ind-btn:hover,
.nxt-cs-ind-btn:focus {
  background-color: #fb4e0b !important;
}

/*** About us intro section CSS - start ***/
.ng-aboutus-intro {
  padding: 80px 0;
}
.ng-aboutus-intro .exl-fwd-arrow {
  width: 96px;
}
.ng-aboutus-intro h2.ng-aboutus-intro-title {
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
}
.ng-aboutus-intro p {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: -0.18px;
}
.ng-aboutus-intro h3 {
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
  color: #fb4e0b;
  margin: 25px 0 20px;
}
/*** About us intro section CSS - end ***/

/*** About us values section CSS - start ***/
.ng-exl-ourvalues {
  background: #edf9fd;
  padding: 80px 0 70px;
}
.ng-exl-ourvalues h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
}
.ng-exl-ourvalues p {
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}
.ng-exl-ourvalues .ng-exl-values-card h3 {
  font-size: 35px;
  line-height: 100%;
  letter-spacing: -0.35px;
  color: #fb4e0b;
}
.ng-exl-ourvalues .ng-exl-values-card > div {
  padding: 45px 34px 42px;
}
.ng-exl-ourvalues .ng-exl-values-card > div img {
  margin-bottom: 32px;
}
.ng-exl-ourvalues .ng-exl-values-row {
  margin-left: -6px;
  margin-right: -6px;
}
.ng-exl-ourvalues .ng-exl-values-row .col-6 {
  padding-left: 6px;
  padding-right: 6px;
}
@media (max-width: 767.98px) {
  .ng-exl-ourvalues .ng-exl-values-card h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
/*** About us values section CSS - end ***/

/*****  New button Industry section *******/

.nxt-about-btn-arrow {
  padding: 12px 16px;
  color: #000000;
  border: 2px solid #fb4e0b;
  font-family: Yantramanav;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.5px;
  position: relative;
  text-decoration: none;
  min-width: 336px;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  cursor: pointer;
  transition: color 700ms ease;
  max-width: max-content;
  z-index: 1;
}
.nxt-about-btn-arrow svg {
  transition: all 700ms;
}
.nxt-about-btn-arrow svg path {
  transition: all 700ms;
  fill: #000000;
}
@media (max-width: 480px) {
  .nxt-about-btn-arrow svg {
    width: 14px;
    height: 10.277px;
  }
}
@media (max-width: 480px) {
  .nxt-about-btn-arrow {
    font-size: 12px;
    padding: 11px;
    min-width: 168px;
    min-height: 32px;
  }
}
.nxt-about-btn-arrow::before {
  background-image: linear-gradient(90deg, #fb4e0b 50%, transparent 0);
  background-position-x: 100%;
  background-size: 200% 200%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  width: 100%;
  z-index: -1;
}
.nxt-about-btn-arrow:focus,
.nxt-about-btn-arrow:hover {
  outline: none;
  color: #ffffff;
  text-decoration: none;
}
.nxt-about-btn-arrow:focus::before,
.nxt-about-btn-arrow:hover::before {
  background-position-x: 0;
}
.nxt-about-btn-arrow:focus svg,
.nxt-about-btn-arrow:hover svg {
  transition: all 700ms;
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.nxt-about-btn-arrow:focus svg path,
.nxt-about-btn-arrow:hover svg path {
  fill: #ffffff;
}

/**** Common NXT button *******/

.nxt-cus-btn-arrow {
  padding: 12px 16px;
  color: #000000;
  border: 2px solid #fb4e0b;
  font-family: Yantramanav;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.5px;
  position: relative;
  text-decoration: none;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  cursor: pointer;
  transition: color 700ms ease;
  max-width: max-content;
  z-index: 1;
}
.nxt-cus-btn-arrow svg {
  transition: all 700ms;
  margin-left: 3px;
}
.nxt-cus-btn-arrow svg path {
  transition: all 700ms;
  fill: #000000;
}
@media (max-width: 480px) {
  .nxt-cus-btn-arrow svg {
    width: 14px;
    height: 10.277px;
  }
}
@media (max-width: 480px) {
  .nxt-cus-btn-arrow {
    font-size: 12px;
    padding: 11px;
    min-width: 168px;
    min-height: 32px;
  }
}
.nxt-cus-btn-arrow::before {
  background-image: linear-gradient(90deg, #fb4e0b 50%, transparent 0);
  background-position-x: 100%;
  background-size: 200% 200%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  width: 100%;
  z-index: -1;
}
.nxt-cus-btn-arrow:focus,
.nxt-cus-btn-arrow:hover {
  outline: none;
  color: #ffffff;
  text-decoration: none;
}
.nxt-cus-btn-arrow:focus::before,
.nxt-cus-btn-arrow:hover::before {
  background-position-x: 0;
}
.nxt-cus-btn-arrow:focus svg,
.nxt-cus-btn-arrow:hover svg {
  transition: all 700ms;
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.nxt-cus-btn-arrow:focus svg path,
.nxt-cus-btn-arrow:hover svg path {
  fill: #ffffff;
}

/**** NXT About us page banner button 
	
	.page-node-17011 .ng-insurance-intro-container .ng-btn-arrow {
        padding: 12px 16px !important;
        color: #000000 !important;
        border: 2px solid #FB4E0B !important;
        font-family: Yantramanav !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: 17.5px !important;
        position: relative !important;
        text-decoration: none !important;
        min-height: 45px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        outline: none !important;
        cursor: pointer !important;
        transition: color 700ms ease !important;
        max-width: max-content !important;
        z-index: 1 !important;
      }
      .page-node-17011 .ng-insurance-intro-container .ng-btn-arrow svg {
        transition: all 700ms !important;
        margin-left: 3px !important;
      }
      .page-node-17011 .ng-insurance-intro-container .ng-btn-arrow svg path {
        transition: all 700ms !important;
        fill: #000000 !important;
      }        
      @media (max-width: 480px) {
        .page-node-17011 .ng-insurance-intro-container .ng-btn-arrow svg {
          width: 14px !important;
          height: 10.277px !important;
        }
      }
      @media (max-width: 480px) {
        .page-node-17011 .ng-insurance-intro-container .ng-btn-arrow {
          font-size: 12px !important;
          padding: 11px !important;
          min-width: 168px !important;
          min-height: 32px !important;
        }
      }
      .page-node-17011 .ng-insurance-intro-container .ng-btn-arrow::before {
        background-image: linear-gradient(90deg, #FB4E0B 50%, transparent 0) !important;
        background-position-x: 100% !important;
        background-size: 200% 200% !important;
        content: "" !important;
        height: 100% !important;
        left: 0 !important;
        position: absolute !important;
        top: 0 !important;
        -webkit-transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1) !important;
        transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1) !important;
        width: 100% !important;
        z-index: -1 !important;
      }
	  
		.page-node-17011 .ng-insurance-intro-container .ng-btn-arrow:focus, .page-node-17011 .ng-insurance-intro-container .ng-btn-arrow:hover {
          outline: none !important;
          color: #FFFFFF !important;
          text-decoration: none !important;
        }
		
        .page-node-17011 .ng-insurance-intro-container .ng-btn-arrow:focus::before, .page-node-17011 .ng-insurance-intro-container .ng-btn-arrow:hover::before {
          background-position-x: 0 !important;
        }
		
        .page-node-17011 .ng-insurance-intro-container .ng-btn-arrow:focus svg, .page-node-17011 .ng-insurance-intro-container .ng-btn-arrow:hover svg {
          transition: all 700ms !important;
          -webkit-transform: translateX(4px) !important;
          -moz-transform: translateX(4px) !important;
          -ms-transform: translateX(4px) !important;
          -o-transform: translateX(4px) !important;
          transform: translateX(4px) !important;
        }
		
        .page-node-17011 .ng-insurance-intro-container .ng-btn-arrow:focus svg path, .page-node-17011 .ng-insurance-intro-container .ng-btn-arrow:hover svg path {
          fill: #FFFFFF !important;
        }	
		
	*******/

/*** left-content-right-cards section CSS - start ***/

.nxt-left-content-right-cards {
  background: #f5f5f5;
  padding: 60px 0px;
}
.nxt-left-content-right-cards .ng-our-partnership-title {
  font-size: 45px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -0.45px;
  position: relative;
}
.nxt-left-content-right-cards p {
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: -0.21px;
}
.nxt-left-content-right-cards .ng-our-partnership-title::after {
  display: block;
  content: "";
  width: 78px;
  margin-bottom: 30px;
  margin-top: 30px;
  border-bottom: 3px solid rgb(251, 78, 11);
}
.nxt-left-content-right-cards .exl-partnership-card {
  height: 100%;
  background: #ffffff;
  padding: 52px 26px 41px;
}
.nxt-left-content-right-cards
  .exl-partnership-card
  .exl-partnership-card-title {
  color: #fb4e0b;
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 15px;
}
.nxt-left-content-right-cards
  .exl-partnership-card
  .exl-partnership-card-subtitle {
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

/*** left-content-right-cards section CSS - end ***/

.page-node-17056 .ng-insights-parent .ng-insights .ng-insights-sub-title {
  max-width: 100% !important;
}

/***  New navigation changes ***/

.ng-site-header
  .navbar-header
  .region-navigation
  nav
  ul
  li.expand-mobile-menu
  .dropdown-menu
  .row
  .col.third-level-open
  .row
  .col
  span {
  background: none !important;
}

.ng-site-header
  .navbar-header
  .region-navigation
  nav
  ul
  li.expand-mobile-menu
  .dropdown-menu
  .row
  .col.third-level-open
  .row
  .col.fourth-level-open
  span {
  background: none !important;
}

.ng-site-header
  .navbar-header
  .region-navigation
  .markets-mega
  .mobile-nav
  .row
  a {
  font-size: 20px !important;
  color: #000000 !important;
  font-weight: 300 !important;
  /* border-bottom: 1px solid rgba(171, 171, 171, 0.6); */
}

.ng-site-header-old
  .navbar-header
  .region-navigation
  nav
  ul
  li.expand-mobile-menu
  .dropdown-menu
  .row
  .col.third-level-open
  .row
  .col
  span {
  background: none !important;
}

.ng-site-header-old
  .navbar-header
  .region-navigation
  nav
  ul
  li.expand-mobile-menu
  .dropdown-menu
  .row
  .col.third-level-open
  .row
  .col.fourth-level-open
  span {
  background: none !important;
}

.ng-site-header-old
  .navbar-header
  .region-navigation
  .markets-mega
  .mobile-nav
  .row
  a {
  font-size: 20px !important;
  color: #000000 !important;
  font-weight: 300 !important;
  border-bottom: 1px solid rgba(171, 171, 171, 0.6);
}

/****  NXT Intro section ****/

.nxt-intro-sub-title {
  color: #000;
  font-family: Yantramanav;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 72px;
  letter-spacing: -1.3px;
  margin-bottom: 25px;
}

.nxt-intro-sec p {
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

/***  NXT Promo Banner Type 2 ***/

.nxt-experience-ai .nxt-experience-ai-content p {
  color: #fff;
  font-family: Yantramanav;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 43px;
  max-width: 725px;
}

/* AI in Action case study form section style */

.nxt-ai-case-study-form {
  padding: 60px 0;
  background: #edf9fd;
}
.nxt-ai-case-study-form h2 {
  line-height: 24px;
  margin-bottom: 35px;
}
.nxt-ai-case-study-form p {
  color: #000;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: -0.6px;
  margin-bottom: 36px;
}
@media (max-width: 480px) {
  .nxt-ai-case-study-form p {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.48px;
  }
  .nxt-ai-case-study-form h2 {
    margin-bottom: 30px;
  }
}

.nxt-ai-case-study-form .exl-ai-case-study-letter {
  margin: 24px;
  background: none;
}
.nxt-ai-case-study-form .exl-ai-case-study-letter-animate {
  animation: exl-ai-case-study-letter 2s ease-out 1;
}

/*
.nxt-ai-case-study-form .exl-ai-case-study-letter:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 1s ease;
}

.nxt-ai-case-study-form .exl-ai-case-study-letter {
    margin: 24px;
    background: none;
    animation: exl-ai-case-study-letter 2s ease-out infinite;
}
  
@keyframes exl-ai-case-study-letter {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
*/

.nxt-ai-case-study-form form label {
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}
.nxt-ai-case-study-form form button {
  background: none;
  min-width: 200px;
}
.nxt-ai-case-study-form form label.form-check-label {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
}

.nxt-ai-case-study-form form .input input {
  display: block;
  height: 40px !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: 0px !important;
  transition: border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
}

.nxt-ai-case-study-form form .hs-submit .actions .hs-button {
  border-radius: 0px !important;
}

@media (max-width: 480px) {
  .nxt-ai-case-study-form form .form-columns-2 .hs-form-field {
    margin-bottom: 15px;
  }
}

.nxt-ai-case-study-form form .hs_submit .actions {
  text-align: left !important;
}

.nxt-ai-case-study-form .submitted-message {
  margin-top: 20% !important;
}

.nxt-ai-case-study-form .hs-submit .hs_error_rollup {
  padding-left: 10px !important;
}

/* case study report */
.nxt-ai-case-study-report {
  padding: 60px 0;
  background: #2e3643;
}

.nxt-ai-case-study-report h2.nxt-section-title {
  line-height: 24px;
}

.nxt-ai-case-study-report p {
  font-size: 30px;
  line-height: 45px;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
}

@media (max-width: 991.99px) {
  .nxt-ai-case-study-report ul {
    padding: 0 !important;
    margin: 0 !important;
  }
  .nxt-ai-case-study-report p {
    line-height: 35px;
  }
}

.nxt-ai-case-study-report li {
  background: #fff;
  margin-bottom: 12px !important;
  padding: 52px 24px !important;
  color: #fb4e0b;
  list-style-type: none;
  font-size: 24px !important;
  display: flex;
  align-items: center;
  line-height: 29px;
}

.nxt-ai-case-study-report li p {
  color: #000000 !important;
  font-size: 24px !important;
  line-height: 29px !important;
  margin-bottom: 0px !important;
  font-weight: 300 !important;
}

.nxt-ai-case-study-report li span {
  font-size: 35px;
  color: #fb4e0b;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 54px 0 24px;
}

@media (max-width: 480px) {
  .nxt-ai-case-study-report li {
    font-size: 16px !important;
    line-height: 21px !important;
    padding: 24px 21px 24px 16px !important;
  }
  .nxt-ai-case-study-report li p {
    font-size: 16px !important;
    line-height: 21px !important;
  }
  .nxt-ai-case-study-report li span {
    padding: 10px 26px 0 0;
    margin-bottom: auto;
    min-width: 56px;
  }
}

/***** Top  Header update for AI study page ***/

/*
.page-node-17416 .main-container .nxt-landing-banner,
.page-node-17496 .main-container .nxt-landing-banner {   
    margin-top: -87px !important;
}

@media (max-width: 480px) {
    .page-node-17416 .main-container  .nxt-landing-banner,
	.page-node-17496 .main-container  .nxt-landing-banner {
        margin-top: -25px !important;
    }
}

.page-node-17416 .ng-site-header,
.page-node-17496 .ng-site-header {
    background: rgba(255, 255, 255, 1) !important;
}
.page-node-17416 .ng-site-header-old,
.page-node-17496 .ng-site-header-old {
    background: rgba(255, 255, 255, 1) !important;
}
*/

#aistudycover {
  margin: 24px;
  background: none;
}

.aistudyanimate {
  animation: studyanimate 2s ease-out infinite;
}

@keyframes studyanimate {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

/*** Temp fix for small height banner LLM page ***/

.page-node-17511 .nxt-hero-heading::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='64' viewBox='0 0 27 64' fill='none'%3E %3Cpath d='M0 0L27 32L0 64V0Z' fill='%23FA4921'/%3E %3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 47px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 480px) {
  .page-node-17511 .nxt-hero-heading::before {
    display: none;
  }
}

.page-node-17511 .nxt-landing-banner .nxt-sticky-continer-fixed {
  display: none !important;
}

/* Social event intro section - css */
.nxt-event-intro {
  padding: 60px 0;
}
.nxt-event-intro h2.nxt-intro-title {
  font-size: 45px;
  line-height: 54px;
  letter-spacing: -0.45px;
  margin-bottom: 0;
}
.nxt-event-intro h2.nxt-intro-title::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin-bottom: 25px;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .nxt-event-intro {
    padding: 40px 0;
  }
  .nxt-event-intro h2.nxt-intro-title::after {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .nxt-event-intro h2.nxt-intro-title {
    font-size: 28px;
    line-height: 33px;
    letter-spacing: -0.28px;
  }
}
.nxt-event-intro .nxt-event-intro-desc {
  font-size: 21px;
  line-height: 27px;
}
.nxt-event-intro .nxt-right-col-head {
  color: #fb4e0b;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 30px;
}
.nxt-event-intro .nxt-event-card.card {
  background: #f5f5f6;
  max-width: 450px;
}
.nxt-event-intro .nxt-event-card.card .card-body {
  padding: 40px;
}
.nxt-event-intro .card .card-body .card-text {
  font-size: 21px;
  line-height: 28px;
}
.nxt-event-intro .nxt-event-card span.nxt-event-icon {
  min-width: 24px;
  min-height: 28px;
  float: left;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .nxt-event-intro .nxt-event-card.card .card-body {
    padding: 30px;
  }
  .nxt-event-intro .nxt-event-intro-desc {
    font-size: 18px;
    line-height: 23px;
  }
  .nxt-event-intro .card .card-body .card-text {
    font-size: 18px;
    line-height: 24px;
  }
}

/* Social event form section - css */
.nxt-event-form {
  padding: 60px 0;
  background: #edf9fd;
}
.nxt-event-form .nxt-event-form-title::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin-bottom: 25px;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .nxt-event-form {
    padding: 40px 0;
  }
  .nxt-event-form .nxt-event-form-title::after {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.nxt-event-form h2 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
}
.nxt-event-form h3 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .nxt-event-form .orange-separator {
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .nxt-event-form h3 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.45px;
  }
  .nxt-event-form h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.nxt-event-form .nxt-cus-btn-arrow {
  min-width: 150px;
  min-height: 40px;
  padding: 9px 16px;
  background: none;
}
.nxt-event-form .form-group {
  margin-bottom: 21px;
}
.nxt-event-form .form-group label {
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}
.nxt-event-form .form-row {
  margin-right: -12px;
  margin-left: -12px;
}
.nxt-event-form .form-row > .col,
.nxt-event-form .form-row > [class*="col-"] {
  padding-right: 12px;
  padding-left: 12px;
}

/*** Cus-code  ****/

.nxt-event-form form label.form-check-label {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
}

.nxt-event-form form .input input {
  display: block;
  height: 40px !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: 0px !important;
  transition: border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
}

.nxt-event-form form .hs-submit .actions .hs-button {
  border-radius: 0px !important;
  margin-top: 20px !important;
}

@media (max-width: 480px) {
  .nxt-event-form form .form-columns-2 .hs-form-field {
    margin-bottom: 15px;
  }
}

.nxt-event-form form .hs_submit .actions {
  text-align: left !important;
}

.nxt-event-form .submitted-message {
  margin-top: 20% !important;
}

.nxt-event-form .hs-submit .hs_error_rollup {
  padding-left: 10px !important;
}

/****  Remove hover effect for AI study page ***/

.nxt-custom-paragraph-type-2 .custom-paragraph-type-2-img:hover {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  transition: 1s ease !important;
}

.nxt-custom-paragraph-type-1 .nxt-custom-paragraph-type-1-right img:hover {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  transition: 1s ease !important;
}

.page-node-17601 .ng-banner .ng-hero-slider .caption .caption-title {
  max-width: 650px !important;
}

/***  Post Event page font size adjustments ***/

.page-node-17486 .nxt-event-hero-parent-demo .nxt-text-container,
.page-node-17491 .nxt-event-hero-parent-demo .nxt-text-container,
.page-node-17546 .nxt-event-hero-parent-demo .nxt-text-container,
.page-node-17626 .nxt-event-hero-parent-demo .nxt-text-container,
.page-node-17791 .nxt-event-hero-parent-demo .nxt-text-container,
.page-node-17686 .nxt-event-hero-parent-demo .nxt-text-container {
  width: 60%;
  margin-bottom: 80px;
}

.page-node-17486 .nxt-event-hero-parent-demo .nxt-hero-heading,
.page-node-17491 .nxt-event-hero-parent-demo .nxt-hero-heading,
.page-node-17546 .nxt-event-hero-parent-demo .nxt-hero-heading,
.page-node-17626 .nxt-event-hero-parent-demo .nxt-hero-heading,
.page-node-17791 .nxt-event-hero-parent-demo .nxt-hero-heading,
.page-node-17686 .nxt-event-hero-parent-demo .nxt-hero-heading {
  font-size: 60px !important;
  line-height: 68px !important;
  margin-bottom: 0px !important;
  padding-bottom: 20px !important;
  letter-spacing: -2.114px;
}

.page-node-17486 .nxt-event-hero-parent-demo .nxt-hero-sub-heading,
.page-node-17491 .nxt-event-hero-parent-demo .nxt-hero-sub-heading,
.page-node-17546 .nxt-event-hero-parent-demo .nxt-hero-sub-heading,
.page-node-17626 .nxt-event-hero-parent-demo .nxt-hero-sub-heading,
.page-node-17791 .nxt-event-hero-parent-demo .nxt-hero-sub-heading,
.page-node-17686 .nxt-event-hero-parent-demo .nxt-hero-sub-heading {
  font-size: 26px !important;
  line-height: 160% !important;
}

@media (max-width: 480px) {
  .page-node-17486 .nxt-event-hero-parent-demo .nxt-hero-heading,
  .page-node-17491 .nxt-event-hero-parent-demo .nxt-hero-heading,
  .page-node-17546 .nxt-event-hero-parent-demo .nxt-hero-heading,
  .page-node-17626 .nxt-event-hero-parent-demo .nxt-hero-heading,
  .page-node-17791 .nxt-event-hero-parent-demo .nxt-hero-heading,
  .page-node-17686 .nxt-event-hero-parent-demo .nxt-hero-heading {
    font-size: 30px !important;
    line-height: 38px !important;
    margin-bottom: 0px !important;
    padding-bottom: 20px !important;
  }

  .page-node-17486 .nxt-event-hero-parent-demo .nxt-hero-sub-heading,
  .page-node-17491 .nxt-event-hero-parent-demo .nxt-hero-sub-heading,
  .page-node-17546 .nxt-event-hero-parent-demo .nxt-hero-sub-heading,
  .page-node-17626 .nxt-event-hero-parent-demo .nxt-hero-sub-heading,
  .page-node-17791 .nxt-event-hero-parent-demo .nxt-hero-sub-heading,
  .page-node-17686 .nxt-event-hero-parent-demo .nxt-hero-sub-heading {
    font-size: 18px !important;
    line-height: 160% !important;
  }

  .page-node-17486 .nxt-event-hero-parent-demo .nxt-text-container,
  .page-node-17491 .nxt-event-hero-parent-demo .nxt-text-container,
  .page-node-17546 .nxt-event-hero-parent-demo .nxt-text-container,
  .page-node-17626 .nxt-event-hero-parent-demo .nxt-text-container,
  .page-node-17791 .nxt-event-hero-parent-demo .nxt-text-container,
  .page-node-17686 .nxt-event-hero-parent-demo .nxt-text-container {
    margin-bottom: 175px !important;
  }

  .page-node-17486 .ng-exl-watch-ceo.ai-video-2 .card-img-overlay,
  .page-node-17491 .ng-exl-watch-ceo.ai-video-2 .card-img-overlay,
  .page-node-17546 .ng-exl-watch-ceo.ai-video-2 .card-img-overlay,
  .page-node-17626 .ng-exl-watch-ceo.ai-video-2 .card-img-overlay,
  .page-node-17791 .ng-exl-watch-ceo.ai-video-2 .card-img-overlay,
  .page-node-17686 .ng-exl-watch-ceo.ai-video-2 .card-img-overlay {
    max-width: 85% !important;
    max-height: 90% !important;
  }
}

.page-node-17486 .nxt-featured-event-details,
.page-node-17491 .nxt-featured-event-details,
.page-node-17546 .nxt-featured-event-details,
.page-node-17791 .nxt-featured-event-details,
.page-node-17686 .nxt-featured-event-details {
  padding: 40px 0 40px 0 !important;
}

.page-node-17486 .nxt-featured-event-details .nxt-event-demos,
.page-node-17491 .nxt-featured-event-details .nxt-event-demos,
.page-node-17546 .nxt-featured-event-details .nxt-event-demos,
.page-node-17791 .nxt-featured-event-details .nxt-event-demos,
.page-node-17686 .nxt-featured-event-details .nxt-event-demos {
  margin-top: 0px !important;
}

.nxt-tabs-jumplinks .nxt-tabs-jumplink {
  font-size: 19px !important;
}

@media (max-width: 480px) {
  .nxt-tabs-jumplinks .nxt-tabs-jumplink {
    font-size: 14px !important;
    margin-bottom: 20px !important;
  }
}

/* EXL Impact CSS */
.nxt-exl-impact {
  padding: 60px 0;
  margin: 0 -15px;
  background-image: url("/themes/exl_service/images/ng-impactbg.png");
  background-color: #292f3a;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 480px) {
  .nxt-exl-impact {
    padding: 30px 0;
    background-image: none;
  }
}

.nxt-exl-impact .card {
  background: #fff;
}

.nxt-exl-impact .orange-separator {
  min-width: 78px;
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  padding-top: 15px;
  margin-bottom: 18px !important;
}

.nxt-exl-impact h2 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
}

.nxt-exl-impact h3 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.28px;
  margin-bottom: 23px;
}

@media (max-width: 480px) {
  .nxt-exl-impact h3 {
    max-width: 233px;
  }
}

@media (min-width: 992px) {
  .nxt-exl-impact .orange-separator {
    padding-top: 20px;
    margin-bottom: 25px !important;
  }

  .nxt-exl-impact h3 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.45px;
    max-width: 587px;
  }

  .nxt-exl-impact h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

.nxt-exl-impact .card-body {
  padding: 44px 25px 20px;
}

@media (max-width: 575px) {
  .nxt-exl-impact .card-body {
    padding: 25px 20px 30px;
  }
}

.nxt-exl-impact .impact-info {
  color: #fb4e0b;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
  display: flex;
}

.nxt-exl-impact .impact-industry {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
}
.nxt-exl-impact .card .card-body p.impact-industry,
.nxt-exl-impact .card .card-body p.impact-industry p {
  margin-bottom: 0;
}
.nxt-exl-impact .card-group .nxt-row-gap-24 {
  margin-right: -12px;
  margin-left: -12px;
}

.nxt-exl-impact .card-group .nxt-row-gap-24 .col-6 {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 992px) {
  .nxt-exl-impact .impact-info {
    font-size: 60px;
    line-height: 60px;
  }

  .nxt-exl-impact .impact-industry {
    font-size: 18px;
    line-height: 23px;
  }
}

/* Proven outcomes */
.nxt-proven-outcomes {
  background-image: url("/themes/exl_service/images/ng-impactbg.png");
  background-repeat: no-repeat;
  background-position: bottom 70px left;
  background-size: cover;
  padding: 60px 0;
  margin: 0 -15px;
}

@media (max-width: 480px) {
  .nxt-proven-outcomes {
    padding: 30px 0;
    background-image: none;
  }
}

.nxt-proven-outcomes .card {
  background: #f5f5f6;
}

.nxt-proven-outcomes .card .card-body {
  padding: 55px 30px;
}

@media (max-width: 480px) {
  .nxt-proven-outcomes .card .card-body {
    padding: 35px 20px;
  }
}

.nxt-proven-outcomes .orange-separator {
  min-width: 78px;
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  padding-top: 15px;
  margin-bottom: 18px;
}

.nxt-proven-outcomes h2 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
}

.nxt-proven-outcomes h3 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.28px;
  margin-bottom: 23px;
}

@media (min-width: 992px) {
  .nxt-proven-outcomes .orange-separator {
    padding-top: 20px;
    margin-bottom: 25px !important;
  }

  .nxt-proven-outcomes h3 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.45px;
    max-width: 587px;
  }

  .nxt-proven-outcomes h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

.nxt-proven-outcomes .impact-info {
  color: #fb4e0b;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
  display: flex;
}

.nxt-proven-outcomes .impact-industry {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0 !important;
}
.nxt-proven-outcomes .impact-industry p {
  margin-bottom: 0;
}
.nxt-proven-outcomes .card-group .nxt-row-gap-24 {
  margin-right: -12px;
  margin-left: -12px;
}

.nxt-proven-outcomes .card-group .nxt-row-gap-24 .col-6 {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 992px) {
  .nxt-proven-outcomes .impact-info {
    font-size: 60px;
    line-height: 60px;
  }

  .nxt-proven-outcomes .impact-industry {
    font-size: 18px;
    line-height: 23px;
  }
}

/* Our value to you - style */
.nxt-our-value {
  margin: 0 -15px;
  padding: 60px 0;
  background: #edf9fd;
  background-image: url("/themes/exl_service/images/our-value-section-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}

.nxt-our-value h2 {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 0;
}

.nxt-our-value .nxt-our-value-subtitle {
  font-size: 21px;
  line-height: 27px;
  letter-spacing: -0.21px;
}

@media (min-width: 992px) {
  .nxt-our-value .nxt-our-value-subtitle {
    max-width: 340px;
  }
}
.nxt-our-value .card .card-body {
  padding: 30px;
}
.nxt-our-value .nxt-row-gap-12 {
  margin-left: -6px;
  margin-right: -6px;
}

.nxt-our-value .nxt-row-gap-12 [class*="col-"] {
  padding: 6px;
}

section[class="nxt-our-value"] .nxt-value-card-head {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.35px;
  color: #fb4e0b;
  margin-bottom: 30px;
  min-height: 120px;
}

.nxt-our-value .nxt-value-card-desc {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0 !important;
}
.nxt-our-value .nxt-value-card-desc p {
  margin-bottom: 0;
}

.nxt-our-value.nxt-right-two-col-cards {
  background: #edf9fd;
  background-image: url("/themes/exl_service/images/ng-impactbg.png");
  background-size: cover;
  background-position: bottom 70px left;
}
.nxt-our-value.nxt-right-two-col-cards .nxt-value-card-head {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: normal;
  color: #fb4e0b;
  margin-bottom: 15px;
}
.nxt-our-value.nxt-right-two-col-cards .nxt-value-card-desc {
  font-size: 18px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .nxt-our-value.nxt-right-two-col-cards .nxt-our-value-subtitle {
    max-width: 370px;
  }
}
.nxt-our-value.nxt-right-two-col-cards .card .card-body {
  padding: 30px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  min-height: 250px;
}
@media (max-width: 575px) {
  .nxt-our-value.nxt-right-two-col-cards .card .card-body {
    min-height: auto;
  }
  .nxt-our-value .nxt-value-card-head {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 20px;
    min-height: auto;
  }

  .nxt-our-value .nxt-value-card-desc {
    font-size: 18px;
    line-height: 23px;
  }
}

/* media intro section -css */
.nxt-media-intro {
  padding: 60px 0;
}

.nxt-media-intro h2.nxt-intro-title {
  font-size: 45px;
  line-height: 54px;
  letter-spacing: -0.45px;
  margin-bottom: 0;
}

.nxt-media-intro .nxt-media-intro-desc {
  font-size: 21px;
  line-height: 27px;
}

.nxt-media-intro .nxt-right-col-head {
  color: #fb4e0b;
  font-size: 25px;
  line-height: normal;
  letter-spacing: -0.25px;
  margin-bottom: 10px;
}

.nxt-media-intro .nxt-card-columns {
  margin-right: -6px;
  margin-left: -6px;
}

.nxt-media-intro .nxt-card-columns .col-sm-6 {
  margin-bottom: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

.nxt-media-intro .nxt-card-columns .card {
  background: #f5f5f6;
}

.nxt-media-intro .nxt-card-columns .card .card-body {
  padding: 1.875rem;
}

.nxt-media-intro .nxt-card-columns .card .card-body .card-text {
  font-size: 21px;
  line-height: normal;
  letter-spacing: -0.21px;
  margin-bottom: 0;
}

/* Customize your experience - css */
.nxt-customize-your-experience {
  padding: 60px 0;
  background-color: #f2f2f2;
}

@media (max-width: 480px) {
  .nxt-customize-your-experience {
    padding: 30px 0;
  }
}
.nxt-customize-your-experience .orange-separator {
  min-width: 78px;
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  padding-top: 15px;
  margin-bottom: 18px;
  font-size: 0;
  height: 0;
}
.nxt-customize-your-experience h2 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
}
.nxt-customize-your-experience h3 {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 23px;
}
.nxt-customize-your-experience .nxt-cx-desc {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .nxt-customize-your-experience .orange-separator {
    padding-top: 20px;
    margin-bottom: 25px !important;
  }
  .nxt-customize-your-experience h3 {
    font-size: 45px;
    line-height: 50px;
    max-width: 415px;
  }
  .nxt-customize-your-experience h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .nxt-customize-your-experience .nxt-cx-desc {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 34px;
  }
}
.nxt-customize-your-experience .nxt-cus-btn-arrow {
  min-width: 250px;
}

/* Making sense of data - css */
.nxt-two-column-text-with-logos {
  padding: 60px 0;
}

@media (max-width: 480px) {
  .nxt-two-column-text-with-logos {
    padding: 30px 0;
  }
}
.nxt-two-column-text-with-logos h2 {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 20px;
}
.nxt-two-column-text-with-logos .nxt-two-col-desc {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .nxt-two-column-text-with-logos h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .nxt-two-column-text-with-logos .nxt-two-col-desc {
    font-size: 21px;
    line-height: 27px;
  }
}
.nxt-two-column-text-with-logos .row > [class*="col-"] img {
  padding: 10px;
}

.nxt-two-column-text-with-logos
  .nxt-two-column-text-with-logos-right
  .row
  > [class*="col-"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*** NXT Outcomes ***/
.nxt-outcomes {
  background-image: url("/themes/exl_service/images/ng-impactbg.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  padding: 60px 0 129px;
  margin: 0 -15px;
}

@media (max-width: 480px) {
  .nxt-outcomes {
    padding: 30px 0;
    background-image: none;
  }
}

.nxt-outcomes .card {
  background: #f5f5f6;
}

.nxt-outcomes .card .card-body {
  padding: 110px 50px 58px;
}

@media (max-width: 480px) {
  .nxt-outcomes .card .card-body {
    padding: 35px 20px;
  }
}

.nxt-outcomes .orange-separator {
  min-width: 78px;
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  padding-top: 15px;
  margin-bottom: 18px;
}

.nxt-outcomes h2 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.28px;
  margin-bottom: 0;
}

.nxt-outcomes p {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: normal;
}

@media (min-width: 992px) {
  .nxt-outcomes .orange-separator {
    padding-top: 20px;
    margin-bottom: 25px !important;
  }

  .nxt-outcomes p {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: -0.6px;
  }

  .nxt-outcomes .exl-impact-para p {
    max-width: 343px;
  }

  .nxt-outcomes h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.45px;
  }
}

.nxt-outcomes .impact-info {
  color: #fb4e0b;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
  display: flex;
}

.nxt-outcomes .impact-industry {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
}

.nxt-outcomes .card-group .nxt-row-gap-24 {
  margin-right: -12px;
  margin-left: -12px;
  width: 100%;
}

.nxt-outcomes .card-group .nxt-row-gap-24 .col-6 {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 992px) {
  .nxt-outcomes .impact-info {
    font-size: 60px;
    line-height: 60px;
  }

  .nxt-outcomes .impact-industry p {
    font-size: 18px;
    line-height: 23px;
  }
}

/***  case study form - css  ***/

.nxt-case-study-form {
  padding: 60px 0;
  background: rgba(245, 245, 246, 0.26);
}
@media (max-width: 480px) {
  .nxt-case-study-form {
    padding: 30px 0;
  }
}
.nxt-case-study-form .orange-separator {
  min-width: 78px;
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  padding-top: 15px;
  margin-bottom: 18px;
}

.nxt-case-study-form h2 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
}

.nxt-case-study-form h3 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.28px;
  margin-bottom: 23px;
}

@media (min-width: 992px) {
  .nxt-case-study-form .orange-separator {
    padding-top: 20px;
    margin-bottom: 25px !important;
  }

  .nxt-case-study-form h3 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.45px;
    max-width: 306px;
  }

  .nxt-case-study-form h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.nxt-case-study-form form label {
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}
.nxt-case-study-form form button {
  background: none;
  min-width: 150px;
}
.nxt-case-study-form form label.form-check-label {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  color: #000;
}
.nxt-case-study-form form label.form-check-label a {
  text-decoration: underline;
  color: #000;
}
.nxt-case-study-form .nxt-case-study-form-left-col {
  padding-right: 50px;
}
.nxt-case-study-form .form-row > [class*="col-"] {
  padding-right: 12px;
  padding-left: 12px;
}
.nxt-case-study-form .form-row {
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 991px) {
  .nxt-case-study-form .nxt-case-study-form-left-col {
    padding-right: 15px;
    padding-bottom: 30px;
  }
}

/*** Cus-code for form ****/

.nxt-case-study-form form label.form-check-label {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
}

.nxt-case-study-form form .input input {
  display: block;
  height: 40px !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: 0px !important;
  transition: border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
}

.nxt-case-study-form form .hs-submit .actions .hs-button {
  border-radius: 0px !important;
  margin-top: 20px !important;
}

@media (max-width: 480px) {
  .nxt-case-study-form form .hs-form-field {
    margin-bottom: 15px;
  }
}

.nxt-case-study-form form .hs_submit .actions {
  text-align: left !important;
}

.nxt-case-study-form .submitted-message {
  margin-top: 20% !important;
}

.nxt-case-study-form .hs-submit .hs_error_rollup {
  padding-left: 10px !important;
}

/********  Disable error message in prod ********/

body .main-container .messages__wrapper {
  display: none !important;
}

/*** client quote - css ***/
.nxt-quote {
  padding: 60px 0;
  background: #edf9fd;
}
@media (max-width: 480px) {
  .nxt-quote {
    padding: 30px 0;
  }
}
.nxt-quote .orange-separator {
  min-width: 78px;
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  padding-top: 15px;
  margin-bottom: 18px;
  height: 0;
  font-size: 0;
}
@media (min-width: 992px) {
  .nxt-quote .orange-separator {
    padding-top: 20px;
    margin-bottom: 25px !important;
  }
}
.nxt-quote h2 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0;
}
.nxt-quote blockquote {
  border: 0;
  padding: 0 0 30px;
  background: none;
  margin: 0;
}
.nxt-quote blockquote > p.nxt-quote-text {
  font-size: 25px;
  line-height: 34px;
  letter-spacing: -0.45px;
  color: #000;
  margin-bottom: 0px;
}
.nxt-quote figcaption cite,
.nxt-quote figcaption {
  font-style: normal;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
@media screen and (min-width: 480px) {
  .nxt-quote blockquote > p:first-child {
    font-size: calc(45px + 5 * ((100vw - 480px) / 288));
    line-height: calc(50px + 10 * ((100vw - 480px) / 288));
  }
}
@media screen and (min-width: 768px) {
  .nxt-quote h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .nxt-quote blockquote > p:first-child {
    font-size: 45px;
    line-height: 54px;
    letter-spacing: -0.45px;
  }
  .nxt-quote figcaption cite,
  .nxt-quote figcaption {
    font-size: 25px;
    line-height: 30px;
  }
}
.nxt-quote blockquote > p:first-child:before {
  content: " ";
}
.nxt-quote blockquote > p:first-child:after {
  content: " ";
}

/***  Top AI search bar logo fix   ***/

body.genai-search-bar-enabled .ng-site-header .logo-wrap .logo {
  z-index: 100 !important;
  position: relative !important;
}
body.genai-search-bar-enabled .ng-site-header-old .logo-wrap .logo {
  z-index: 100 !important;
  position: relative !important;
}

/*** AI study page sub title 

.nxt-section-sub-title { 
    font-size: 50px !important;
    line-height: 57px !important;
}

***/

/*** Banner type 3 update   ***/

.nxt-landing-banner--type-3
  .hero
  .nxt-landing-banner-btn-arrow.cta-color-white {
  border: 2px solid #ffffff !important;
}

/***  Banner type 7 update  ***/

.nxt-landing-banner--type-7 .hero .nxt-landing-banner-btn-arrow {
  margin-right: 15px !important;
}

@media (max-width: 480px) {
  .nxt-landing-banner--type-7 .hero .nxt-landing-banner-btn-arrow {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 660px) {
  .nxt-landing-banner--type-7
    .nxt-landing-banner-btn-arrow-parent
    .nxt-landing-banner-btn-arrow:first-child {
    padding: 5px 10px !important;
  }
}

/*** NXT static Solutions ***/
.nxt-solution-cards {
  background-image: url("image/nxt-solutions-bg.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  padding: 60px 0;
}

@media (max-width: 480px) {
  .nxt-solution-cards {
    padding: 30px 0;
    background-image: none;
  }
}
.nxt-solution-cards .ng-orange-line::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin-bottom: 25px;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .nxt-solution-cards .ng-orange-line::after {
    margin-bottom: 22px;
    margin-top: 20px;
  }
}
.nxt-solution-cards h2 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
}

.nxt-solution-cards h3 {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 23px;
}

@media (min-width: 992px) {
  .nxt-solution-cards h3 {
    font-size: 45px;
    line-height: 50px;
    max-width: 308px;
  }

  .nxt-solution-cards h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.nxt-solution-cards .nxt-row-gap-12 {
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 24px;
}
.nxt-solution-cards .nxt-row-gap-12:last-child {
  margin-bottom: 0;
}
.nxt-solution-cards .nxt-row-gap-12 div[class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}
.nxt-solution-cards h4 {
  font-size: 25px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 12px;
}
.nxt-solution-cards .card .nxt-solution-card-img {
  position: relative;
  overflow: hidden;
}
.nxt-solution-cards .card .nxt-solution-card-img img {
  width: 100%;
  object-fit: cover;
  transition: transform 1s ease;
  height: 131px;
  object-position: top;
}
@media (max-width: 480px) {
  .nxt-solution-cards .card .nxt-solution-card-img img {
    height: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nxt-solution-cards .card:hover .nxt-solution-card-img img {
    transform: scale(1.1);
  }
}
.nxt-solution-card .card {
  display: flex;
  flex-direction: column;
  transition: transform 1s ease;
}
.nxt-solution-cards .card .card-body {
  padding: 20px 20px 50px;
  background: #f5f5f6;
}
.nxt-solution-cards .card .card-body .card-title {
  color: #fb4e0b;
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
}
.nxt-solution-cards .card .card-body .card-text {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 480px) {
  .nxt-solution-cards .card .card-body {
    padding: 20px 20px 35px;
  }
  .nxt-solution-cards h4 {
    font-size: 23px;
  }
  .nxt-solution-cards .card .card-body .card-title {
    font-size: 20px;
    line-height: 25px;
  }
  .nxt-solution-cards .card .card-body .card-text {
    font-size: 16px;
    line-height: 21px;
  }
}

/*** four column card ***/
.nxt-four-column-section {
  padding: 60px 0 0;
}

@media (max-width: 480px) {
  .nxt-four-column-section {
    padding: 30px 0 0;
  }
}

@media screen and (min-width: 1513px) {
  .nxt-four-column-section .nxt-four-column-cards-container {
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.nxt-four-column-section .nxt-orange-line::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin-bottom: 25px;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .nxt-four-column-section .nxt-orange-line::after {
    margin-bottom: 22px;
    margin-top: 20px;
  }
}
.nxt-four-column-section .orange-separator {
  min-width: 78px;
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  padding-top: 15px;
  margin-bottom: 18px;
}
.nxt-four-column-section h2 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.28px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .nxt-four-column-section .orange-separator {
    padding-top: 20px;
    margin-bottom: 25px !important;
  }
  .nxt-four-column-section h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.45px;
  }
}

.nxt-four-column-section .nxt-four-column-card-parent .nxt-four-column-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 1s ease;
  background: #f9f9f9;
}

.nxt-four-column-section
  .nxt-four-column-card-parent
  .nxt-four-column-card
  .nxt-four-column-card-content {
  display: flex;
  flex-direction: column;
  padding: 32px 36px 56px 36px;
}
.nxt-four-column-section
  .nxt-four-column-card-parent.col-lg-6
  .nxt-four-column-card
  .nxt-four-column-card-content {
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .nxt-four-column-section
    .nxt-four-column-card-parent
    .nxt-four-column-card
    .nxt-four-column-card-content {
    padding: 14px 24px 20px 24px;
  }
}
.nxt-four-column-section
  .nxt-four-column-card-parent
  .nxt-four-column-card
  .nxt-four-column-card-content
  .nxt-four-column-card-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 26px;
  min-height: 70px;
}
.nxt-four-column-section .nxt-four-column-card-parent .nxt-four-column-card p {
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
  color: #000;
  padding-top: 14px;
}
@media (max-width: 480px) {
  .nxt-four-column-section
    .nxt-four-column-card-parent
    .nxt-four-column-card
    .nxt-four-column-card-content
    .nxt-four-column-card-title {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .nxt-four-column-section
    .nxt-four-column-card-parent
    .nxt-four-column-card
    p {
    font-size: 16px;
    line-height: 21px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .nxt-four-column-section
    .nxt-four-column-card-parent
    .nxt-four-column-card
    .nxt-four-column-card-content
    .nxt-four-column-card-title {
    min-height: 105px;
  }
}

.nxt-four-column-section
  .nxt-four-column-card-parent:nth-child(1)
  .nxt-four-column-card {
  background: #ffffff;
}
.nxt-four-column-section
  .nxt-four-column-card-parent:nth-child(2)
  .nxt-four-column-card {
  background: #f9f9f9;
}
.nxt-four-column-section
  .nxt-four-column-card-parent:nth-child(3)
  .nxt-four-column-card {
  background: #eaeaea;
}
.nxt-four-column-section
  .nxt-four-column-card-parent:nth-child(4)
  .nxt-four-column-card {
  background: #d5d7d9;
}

/*** Video introduction CSS - start ***/

.nxt-intro-content-with-video {
  padding: 60px 0;
}

.nxt-intro-content-with-video h2 {
  padding-right: 70px;
  font-size: 45px;
  line-height: 54px;
  letter-spacing: -0.45px;
  font-weight: 300;
}
.nxt-intro-content-with-video p {
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}
.nxt-intro-content-with-video .nxt-intro-content {
  padding-right: 80px;
}
.nxt-intro-content-with-video a.ytvideo {
  display: block;
}
.nxt-intro-content-with-video .nxt-intro-play-button {
  position: absolute;
  bottom: 23px;
  right: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 33px;
  text-align: right;
  margin-top: 20px;
}
.nxt-intro-content-with-video .ng-video-play {
  width: 23px;
  margin-left: 10px;
  transition: transform 650ms;
}
@media (min-width: 576px) {
  .nxt-intro-content-with-video .ng-video-play {
    width: 33px;
  }
}
.nxt-intro-content-with-video a.ytvideo:hover .ng-video-play {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.nxt-intro-container .ng-btn-arrow {
  border: 2px solid #fb4e0b;
  color: #000000;
  padding: 11px 14px;
  font-family: Yantramanav;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  position: relative;
  text-decoration: none;
  min-width: 180px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  cursor: pointer;
  transition: color 700ms ease;
}
.nxt-intro-container .ng-btn-arrow::before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #7500c0),
    color-stop(50%, #a100ff)
  );
  background-image: linear-gradient(90deg, #fb4e0b 50%, transparent 0);
  background-position-x: 100%;
  background-size: 200% 200%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  width: 100%;
  z-index: -1;
}
.nxt-intro-content-with-video .nxt-intro-container .ng-btn-arrow:hover {
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .nxt-intro-content-with-video .nxt-intro-container .ng-btn-arrow:hover {
    outline: none;
    color: #ffffff;
  }
  .nxt-intro-content-with-video
    .nxt-intro-container
    .ng-btn-arrow:hover::before {
    background-position-x: 0;
  }
  .nxt-intro-content-with-video .nxt-intro-container .ng-btn-arrow:hover svg {
    transition: all 700ms;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
  }
  .nxt-intro-content-with-video
    .nxt-intro-container
    .ng-btn-arrow:hover
    svg
    path {
    fill: #ffffff;
  }
}
.nxt-intro-content-with-video .nxt-intro-container .ng-btn-arrow svg path {
  color: #000;
  fill: #000;
}

.nxt-intro-content-with-video
  .nxt-intro-container
  .ng-btn-arrow:hover
  svg
  path {
  color: #fff;
  fill: #fff;
}

@media (max-width: 480px) {
  .nxt-intro-content-with-video .nxt-intro-content {
    padding-right: 0px;
  }

  .nxt-intro-content-with-video {
    padding: 30px 0;
  }

  .nxt-intro-content-with-video h2 {
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.28px;
  }
}

.nxt-intro-content-with-video.with-logo h2.ng-insurance-card-title {
  font-family: "Yantramanav", Sans-Serif;
  font-size: 25px;
  line-height: 32px;
}

.nxt-intro-content-with-video.with-logo .exl-fwd-arrow {
  width: 97px !important;
}

/*** Video introduction CSS - end ***/

/***  Accordion grey bg  ****/

.page-node-17811 .nxt-accordion,
.page-node-21011 .nxt-accordion {
  background-color: #f5f5f6;
}

.page-node-17811 .nxt-accordion .nxt-accordion-title,
.page-node-21011 .nxt-accordion .nxt-accordion-title {
  background: #ffffff;
}

.page-node-17811 .nxt-accordion .nxt-accordion-content,
.page-node-21011 .nxt-accordion .nxt-accordion-content {
  background: #ffffff;
}

/****  Black color for title Type 3 ***/

.page-node-17821 .nxt-landing-banner--type-3 .nxt-hero-heading {
  color: #000;
}

.page-node-17821 .nxt-landing-banner--type-3 .nxt-hero-sub-heading {
  color: #000;
}

/***  White CTA in carousel ***/

/*** Live pages ***/

@media (max-width: 480px) {
  .page-node-12806 .ng-hero-slider-v1 .slick-slide:nth-of-type(2) .caption {
    top: 150px !important;
  }

  .page-node-12806 .ng-hero-slider-v1 .slick-slide:nth-of-type(3) .caption {
    top: 75px !important;
  }

  .page-node-12806
    .ng-hero-slider-v1
    .slick-slide:nth-of-type(3)
    .caption
    .caption-title {
    width: 100% !important;
  }

  .page-node-12806
    .ng-hero-slider-v1
    .slick-slide:nth-of-type(3)
    .caption
    .caption-title
    br {
    display: none;
  }

  .page-node-12806
    .ng-hero-slider-v1
    .slick-slide:nth-of-type(3)
    .caption
    .caption-sub-title
    br {
    display: none;
  }

  .page-node-12806 .ng-hero-slider-v1 .slick-slide:nth-of-type(4) .caption {
    top: 75px !important;
  }
}

.page-node-12806 .ng-hero-slider-v1 .caption .ng-btn-arrow {
  float: left !important;
  margin-right: 10px !important;
}

/***  Demo 2026 page  ***/

@media (max-width: 480px) {
  .page-node-21166 .ng-hero-slider-v1 .slick-slide:nth-of-type(2) .caption {
    top: 150px !important;
  }

  .page-node-21166 .ng-hero-slider-v1 .slick-slide:nth-of-type(3) .caption {
    top: 75px !important;
  }

  .page-node-21166
    .ng-hero-slider-v1
    .slick-slide:nth-of-type(3)
    .caption
    .caption-title {
    width: 100% !important;
  }

  .page-node-21166
    .ng-hero-slider-v1
    .slick-slide:nth-of-type(3)
    .caption
    .caption-title
    br {
    display: none;
  }

  .page-node-21166
    .ng-hero-slider-v1
    .slick-slide:nth-of-type(3)
    .caption
    .caption-sub-title
    br {
    display: none;
  }

  .page-node-21166 .ng-hero-slider-v1 .slick-slide:nth-of-type(4) .caption {
    top: 75px !important;
  }
}

.page-node-21166 .ng-hero-slider-v1 .caption .ng-btn-arrow {
  float: left !important;
  margin-right: 10px !important;
}

/*** US home page ***/

@media (max-width: 480px) {
  .page-node-20231 .ng-hero-slider-v1 .slick-slide:nth-of-type(1) .caption {
    top: 75px !important;
  }

  .page-node-20231 .ng-hero-slider-v1 .slick-slide:nth-of-type(2) .caption {
    top: 75px !important;
  }

  .page-node-20231
    .ng-hero-slider-v1
    .slick-slide:nth-of-type(2)
    .caption
    .caption-title {
    width: 100% !important;
  }

  .page-node-20231
    .ng-hero-slider-v1
    .slick-slide:nth-of-type(2)
    .caption
    .caption-title
    br {
    display: none;
  }

  .page-node-20231
    .ng-hero-slider-v1
    .slick-slide:nth-of-type(2)
    .caption
    .caption-sub-title
    br {
    display: none;
  }

  .page-node-20231 .ng-hero-slider-v1 .slick-slide:nth-of-type(3) .caption {
    top: 75px !important;
  }
}

.page-node-20231 .ng-hero-slider-v1 .caption .ng-btn-arrow {
  float: left !important;
  margin-right: 10px !important;
}

/*** Demo home page ***/

@media (max-width: 480px) {
  .page-node-20406 .ng-hero-slider-v1 .slick-slide:nth-of-type(1) .caption {
    top: 75px !important;
  }

  .page-node-20406 .ng-hero-slider-v1 .slick-slide:nth-of-type(3) .caption {
    top: 75px !important;
  }

  .page-node-20406
    .ng-hero-slider-v1
    .slick-slide:nth-of-type(3)
    .caption
    .caption-title {
    width: 100% !important;
  }

  .page-node-20406
    .ng-hero-slider-v1
    .slick-slide:nth-of-type(2)
    .caption
    .caption-title
    br {
    display: none;
  }

  .page-node-20406
    .ng-hero-slider-v1
    .slick-slide:nth-of-type(2)
    .caption
    .caption-sub-title
    br {
    display: none;
  }

  .page-node-20406 .ng-hero-slider-v1 .slick-slide:nth-of-type(3) .caption {
    top: 75px !important;
  }

  /*
	.page-node-20406 .ng-hero-slider-v1 .slick-slide:nth-of-type(4) .caption {
		top: 75px !important;
	}
	.page-node-20406 .ng-hero-slider-v1 .slick-slide:nth-of-type(5) .caption {
		top: 75px !important;
	}	
	.page-node-20406 .ng-hero-slider-v1 .slick-slide:nth-of-type(3) .caption .caption-title {
		width: 100% !important;
	}
	*/
}

.page-node-20406 .ng-hero-slider-v1 .caption .ng-btn-arrow {
  float: left !important;
  margin-right: 10px !important;
}

/**** Tab section orange pill font size update ***/

.nxt-tab-type-2 .nxt-vertical-card-component .nxt-vertical-card-pill {
  font-size: 14px !important;
}
.nxt-tab-type-3 .nxt-vertical-card-component .nxt-vertical-card-pill {
  font-size: 14px !important;
}

.nxt-tab-type-2 .nxt-vertical-card-component {
  padding: 20px !important;
}

/*** SEO fix  ***/

@media (max-width: 1024px) {
  .nxt-tab-type-2 .nxt-our-services-title {
    display: block !important;
    font-size: 28px !important;
  }
}

/*** APAC Bio ***/

.page-node-17096 .view-display-id-block_4 .ng_global_leaders_parent {
  background-color: #fff !important;
}

.page-node-17096
  .view-display-id-block_4
  .ng_global_leaders_parent
  .ng_global_leaders_v1
  .ng-leader-card {
  background: #f5f5f6 !important;
}

.page-node-17096
  .view-display-id-block_4
  .ng_global_leaders_parent
  .ng_global_leaders_v1
  .ng-leader-card
  .ng-leader-author {
  background: #f5f5f6 !important;
}

/*** Custom hero type-1 CSS - start ***/

.nxt-custom-hero--type-1 {
  background-color: #2e3643;
  margin: 0 -15px;
  padding: 0;
}
@media (max-width: 480px) {
  .nxt-custom-hero--type-1 {
    padding: 0 15px;
  }
}
.nxt-custom-hero--type-1 .nxt-custom-hero-content {
  padding: 88px 0 81px;
}
@media (max-width: 480px) {
  .nxt-custom-hero--type-1 .nxt-custom-hero-content {
    padding: 63px 0 20px;
  }
}
.nxt-custom-hero--type-1 .nxt-custom-hero-content h1 {
  color: #fff;
  font-family: Yantramanav;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-align: left;
  overflow: hidden;
  max-width: 1120px;
  margin-top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  margin-bottom: 20px;
  position: relative;
  display: flex;
}
.nxt-custom-hero--type-1 .nxt-custom-hero-content h1 .nxt-title-icon {
  min-width: 27px;
}
@media (max-width: 480px) {
  .nxt-custom-hero--type-1 .nxt-custom-hero-content h1 .nxt-title-icon {
    min-width: 21px;
  }
  .nxt-custom-hero--type-1 .nxt-custom-hero-content h1 .nxt-title-icon svg {
    width: 21px;
    height: 50px;
  }
}
.nxt-custom-hero--type-1 .nxt-custom-hero-content h1 .nxt-title-text {
  padding-left: 30px;
}
@media (max-width: 480px) {
  .nxt-custom-hero--type-1 .nxt-custom-hero-content h1 .nxt-title-text {
    padding-left: 13px;
  }
}
@media (max-width: 1200px) {
  .nxt-custom-hero--type-1 .nxt-custom-hero-content h1 {
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 1024px) {
  .nxt-custom-hero--type-1 .nxt-custom-hero-content h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 111%;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .nxt-custom-hero--type-1 .nxt-custom-hero-content h1 {
    margin-bottom: 30px;
    font-size: 48px;
    line-height: 53px;
  }
}
@media (max-width: 480px) {
  .nxt-custom-hero--type-1 .nxt-custom-hero-content h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 97.2%;
    letter-spacing: -0.4px;
    margin-bottom: 23px;
    max-width: 100%;
  }
  .nxt-custom-hero--type-1 .nxt-custom-hero-content h1 .nxt-title-text br {
    display: none;
  }
}
.nxt-custom-hero--type-1
  .nxt-custom-hero-content
  p.nxt-custom-hero-description {
  color: #fff;
  font-family: Yantramanav;
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
  padding-bottom: 20px;
  text-align: left;
  max-width: 876px;
  padding-left: 60px;
  margin: 0;
}
@media (max-width: 480px) {
  .nxt-custom-hero--type-1
    .nxt-custom-hero-content
    p.nxt-custom-hero-description {
    font-size: 25px;
    line-height: 111%;
    letter-spacing: -0.4px;
    border-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 23px;
    padding-left: 37px;
    display: none;
  }
}
@media (max-width: 768px) {
  .nxt-custom-hero--type-1 .nxt-custom-hero-description {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .nxt-custom-hero--type-1 h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .nxt-custom-hero--type-1 .nxt-custom-hero-description {
    font-size: 12px;
  }
}
.nxt-custom-hero--type-1
  .nxt-custom-hero-content
  .nxt-custom-hero-btn-arrow-parent {
  text-align: left;
  padding-left: 60px;
}
@media (max-width: 480px) {
  .nxt-custom-hero--type-1
    .nxt-custom-hero-content
    .nxt-custom-hero-btn-arrow-parent {
    padding-left: 37px;
  }
}
.nxt-custom-hero--type-1 .nxt-custom-hero-btn-arrow {
  color: #ffffff;
  padding: 10px 15px;
  font-family: Yantramanav;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  min-width: 306px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  cursor: pointer;
  transition: color 700ms ease;
  border: 2px solid var(--EXL-Orange, #fb4e0b);
  z-index: 1;
}
.nxt-custom-hero--type-1 .nxt-custom-hero-btn-arrow svg {
  transition: all 700ms;
}
.nxt-custom-hero--type-1 .nxt-custom-hero-btn-arrow svg path {
  transition: all 700ms;
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .nxt-custom-hero--type-1 .nxt-custom-hero-btn-arrow svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .nxt-custom-hero--type-1 .nxt-custom-hero-btn-arrow svg {
    width: 14px;
    height: 10.277px;
  }
}
@media (max-width: 480px) {
  .nxt-custom-hero--type-1 .nxt-custom-hero-btn-arrow {
    font-size: 12px;
    padding: 5px 10px;
    min-width: 213px;
    min-height: 35px;
  }
}
.nxt-custom-hero--type-1 .nxt-custom-hero-btn-arrow::before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #7500c0),
    color-stop(50%, #a100ff)
  );
  background-image: linear-gradient(90deg, #fb4e0b 50%, transparent 0);
  background-position-x: 100%;
  background-size: 200% 200%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  width: 100%;
  z-index: -1;
}

.nxt-custom-hero--type-1 .nxt-custom-hero-btn-arrow:hover,
.nxt-custom-hero--type-1 .nxt-custom-hero-btn-arrow:focus {
  outline: none;
  color: #ffffff;
}
.nxt-custom-hero--type-1 .nxt-custom-hero-btn-arrow:hover::before,
.nxt-custom-hero--type-1 .nxt-custom-hero-btn-arrow:focus::before {
  background-position-x: 0;
}
.nxt-custom-hero--type-1 .nxt-custom-hero-btn-arrow:hover svg,
.nxt-custom-hero--type-1 .nxt-custom-hero-btn-arrow:focus svg {
  transition: all 700ms;
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.nxt-custom-hero--type-1 .nxt-custom-hero-btn-arrow:hover svg path,
.nxt-custom-hero--type-1 .nxt-custom-hero-btn-arrow:focus svg path {
  fill: #ffffff;
}
.nxt-custom-hero--type-1 .nxt-custom-hero-image {
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
}

.nxt-custom-hero--type-1 .nxt-hero-landing-banner-info h3 span {
  font-size: 30px;
  font-weight: 300;
  line-height: 28.644px;
  letter-spacing: -0.26px;
  margin-bottom: 0;
}

@media (max-width: 1281px) {
  .nxt-custom-hero--type-1 .nxt-hero-landing-banner-info h3 span {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .nxt-custom-hero--type-1 .nxt-hero-landing-banner-info h3 span {
    font-size: 16px;
    line-height: 18.644px;
  }
}

@media (max-width: 767.99px) {
  .nxt-custom-hero--type-1 .nxt-custom-hero-image {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .nxt-custom-hero--type-1.nxt-landing-banner .hero {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .page-node-17416 .main-container {
    padding-top: 0;
  }
}

/*** Custom hero type-1 CSS - end ***/

/*** Carousel toggle btns width fix for 6 slides ***/

@media (max-width: 480px) {
  .page-node-17851 .ng-hero-slider-v1 .ng-dots-mobile .progressBarContainer {
    left: 12px !important;
  }
}

/* Making AI real - start */

.nxt-making-ai-real {
  background-color: #dcf3fa;
  margin: 0 -15px;
  padding: 0;
}
.nxt-making-ai-real .exl-container {
  padding: 0;
  max-width: 1380px;
}

.nxt-making-ai-real .nxt-making-ai-real-left {
  background: #fb4e0b;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 90% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 90% 50%, 75% 100%, 0% 100%);
  height: 100%;
  padding-left: calc(15px + 15 * ((100vw - 960px) / 380));
  padding-top: 54px;
  padding-bottom: 37px;
}
.nxt-making-ai-real .nxt-making-ai-real-left h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  line-height: 52px;
  max-width: 290px;
  margin: 0;
  margin-right: 60px;
}
.nxt-making-ai-real .nxt-making-ai-real-right p {
  color: #000;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.21px;
  max-width: 703px;
}
.nxt-making-ai-real .nxt-making-ai-real-right a.ng-arrow-link {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
}
@media (max-width: 767.99px) {
  .nxt-making-ai-real .nxt-making-ai-real-left {
    padding-left: 30px;
    -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  }
  .nxt-making-ai-real .nxt-making-ai-real-right {
    padding: 24px 24px 44px;
  }
  .nxt-making-ai-real .nxt-making-ai-real-left img {
    width: 57px;
    height: auto;
  }
  .nxt-making-ai-real .nxt-making-ai-real-left h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.6px;
    margin: 0;
  }
  .nxt-making-ai-real .nxt-making-ai-real-right p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.16px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .nxt-making-ai-real .nxt-making-ai-real-right p {
    padding-right: 30px;
  }
}

.nxt-making-ai-real a.nxt-cus-btn-arrow {
  padding: 10px;
  min-width: 190px;
  font-size: 15px;
  line-height: 20px;
}

/* Making AI real CSS - end */

@media (min-width: 1160px) and (max-width: 1265px) {
  .nxt-custom-paragraph-type-2 .custom-paragraph-type-2-title-text {
    min-height: 160px;
  }
}

/****  Submit button css - P ****/
.nxt-ai-case-study-form form .hs-submit .actions .hs-button {
  all: unset;
  border-radius: 0px !important;
  color: black !important;
  border: 2px solid #fb4e0b !important;
  padding: 10px 16px 10px 15px !important;
  font-family: Yantramanav;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 20px !important;
  /* 100% */
  /* 17.5px */
  position: relative;
  text-decoration: none;
  min-width: 170px !important;
  min-height: 20px;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E %3Cpath d='M10.1273 11.8728L9.03273 10.7462L12.9998 6.7791H0V5.22109H12.9998L9.03273 1.25402L10.1273 0.127441L16 6.0001L10.1273 11.8728Z' fill='black'/%3E %3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: 92% !important;
  background-color: transparent !important;
  -webkit-transition: background-position 550ms cubic-bezier(0.85, 0, 0, 1);
  transition: background-position 550ms cubic-bezier(0.85, 0, 0, 1);
}
.nxt-ai-case-study-form form .hs-submit .actions .hs-button:hover {
  background-color: #fb4e0b !important;
  color: white !important;
  background-position: 95% !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E %3Cpath d='M10.1273 11.8728L9.03273 10.7462L12.9998 6.7791H0V5.22109H12.9998L9.03273 1.25402L10.1273 0.127441L16 6.0001L10.1273 11.8728Z' fill='white'/%3E %3C/svg%3E") !important;
}
@media (max-width: 480px) {
  .nxt-ai-case-study-form form .hs-submit .actions .hs-button {
    min-width: 86% !important;
    background-position: 95% !important;
  }
}

/*** Fix  ****/

.ng-exl-our-solutions .list-group .list-group-item h4 {
  font-size: 20px !important;
}

/***  Menu stage fix  ***/

.ng-site-header
  .navbar-header
  .region-navigation
  nav
  ul
  li
  .dropdown-menu
  .new_nav
  .m-menu
  .m-menu
  ul
  .indivisual_link
  span {
  padding: 10px 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 22px;
  cursor: normal !important;
}
.ng-site-header-old
  .navbar-header
  .region-navigation
  nav
  ul
  li
  .dropdown-menu
  .new_nav
  .m-menu
  .m-menu
  ul
  .indivisual_link
  span {
  padding: 10px 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 22px;
  cursor: normal !important;
}

/*** Members of section ***/

.nxt-members-card {
  background-color: #f5f5f6;
  padding: 60px 0;
}

@media (max-width: 480px) {
  .nxt-members-card {
    padding: 30px 0;
  }
}

.nxt-members-card .card {
  background: #ffffff;
}

.nxt-members-card .card .card-body {
  padding: 10px 30px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 480px) {
  .nxt-members-card .card .card-body {
    padding: 20px 30px;
  }
}

.nxt-members-card .ng-orange-line::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin-bottom: 25px;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .nxt-members-card .ng-orange-line::after {
    margin-bottom: 22px;
    margin-top: 20px;
  }
}

.nxt-members-card h2 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .nxt-members-card h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.45px;
  }
}

.nxt-members-card .card-group .nxt-row-gap-12 {
  margin-right: -6px;
  margin-left: -6px;
}

.nxt-members-card .card-group .nxt-row-gap-12 .col-12 {
  padding-left: 6px;
  padding-right: 6px;
}
.ng-site-header
  .navbar-header
  .region-navigation
  nav
  ul
  li
  .dropdown-menu
  .new_nav
  .m-menu
  .m-menu
  ul
  .indivisual_link
  span:hover {
  cursor: auto !important;
}

.ng-site-header
  .navbar-header
  .region-navigation
  nav
  ul
  li.expand-mobile-menu
  .dropdown-menu
  .row
  .col.third-level-open
  .row {
  background: #ffffff !important;
}

.ng-site-header
  .navbar-header
  .region-navigation
  nav
  ul
  li.expand-mobile-menu
  .dropdown-menu
  .row
  .col.third-level-open
  .mobile-sub-nav
  span {
  display: block;
  color: #000000 !important;
  font-family: "Yantramanav", Sans-Serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 40px;
  background: #ffffff;
  border-bottom: 1px solid #eaebec;
  margin: 0px;
  padding-left: 42px !important;
}

.ng-site-header
  .navbar-header
  .region-navigation
  nav
  ul
  li.expand-mobile-menu
  .dropdown-menu
  .row
  .col.third-level-open
  span::after {
  border-bottom: none !important;
}

.ng-site-header-old
  .navbar-header
  .region-navigation
  nav
  ul
  li
  .dropdown-menu
  .new_nav
  .m-menu
  .m-menu
  ul
  .indivisual_link
  span:hover {
  cursor: auto !important;
}

.ng-site-header-old
  .navbar-header
  .region-navigation
  nav
  ul
  li.expand-mobile-menu
  .dropdown-menu
  .row
  .col.third-level-open
  .row {
  background: #ffffff !important;
}

.ng-site-header-old
  .navbar-header
  .region-navigation
  nav
  ul
  li.expand-mobile-menu
  .dropdown-menu
  .row
  .col.third-level-open
  .mobile-sub-nav
  span {
  display: block;
  color: #000000 !important;
  font-family: "Yantramanav", Sans-Serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 40px;
  background: #ffffff;
  border-bottom: 1px solid #eaebec;
  margin: 0px;
  padding-left: 42px !important;
}

.ng-site-header-old
  .navbar-header
  .region-navigation
  nav
  ul
  li.expand-mobile-menu
  .dropdown-menu
  .row
  .col.third-level-open
  span::after {
  border-bottom: none !important;
}
/***  Key Findings color update  ***/

.nxt-ai-case-study-report.nxt-key-findings-grey {
  background: #f5f5f6;
}

.nxt-ai-case-study-report li p span.exl-key1,
.nxt-ai-case-study-report li span.exl-key1 {
  font-size: 35px;
  color: #fb4e0b;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 54px 0 24px;
}

.nxt-ai-case-study-report li p span.exl-key2,
.nxt-ai-case-study-report li span.exl-key2 {
  color: #000000 !important;
  font-size: 24px !important;
  line-height: 29px !important;
  margin-bottom: 0px !important;
  font-weight: 300 !important;
  padding: 0px !important;
  letter-spacing: -0.6px !important;
}
/* Our partners CSS */
.nxt-exl-partners {
  background-color: #ffffff;
  padding: 60px 0;
}

@media (max-width: 480px) {
  .nxt-exl-partners {
    padding: 30px 0;
  }
}

.nxt-exl-partners .ng-orange-line::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin-bottom: 25px;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .nxt-exl-partners .ng-orange-line::after {
    margin-bottom: 22px;
    margin-top: 20px;
  }
}
.nxt-exl-partners h2 {
  font-size: 25px;
  line-height: 30px;
  color: #000;
}
@media (max-width: 480px) {
  .nxt-exl-partners h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.28px;
  }
}

.nxt-exl-partners h3 {
  font-size: 45px;
  line-height: 50px;
  color: #000;
  letter-spacing: -0.45px;
  margin-bottom: 20px;
  max-width: 413px;
}
@media (max-width: 768px) {
  .nxt-exl-partners h3 {
    max-width: 500px;
  }
}
@media (max-width: 480px) {
  .nxt-exl-partners h3 {
    font-size: 28px;
    line-height: normal;
    max-width: 295px;
  }
}
.nxt-exl-partners .card img {
  max-height: 55px;
  width: auto;
  filter: invert(1);
  transition: transform 1s ease;
}
.nxt-exl-partners .card a {
  font-size: 0px;
}
.nxt-exl-partners .exl-partners-row .exl-partners-col {
  border: none;
  align-items: center;
  justify-content: center;
  display: flex;
  min-height: 140px;
}
.nxt-exl-partners .row.exl-partners-row {
  justify-content: center;
}

/* Our Service and solutions - CSS */
.nxt-service-and-solutions {
  margin: 0 -15px;
  padding: 60px 0;
  background: #f5f5f5;
  background-image: url("/themes/exl_service/images/service-and-solution-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}
@media (max-width: 480px) {
  .nxt-service-and-solutions {
    padding: 30px 0;
  }
}
.nxt-service-and-solutions .ng-orange-line::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin-bottom: 25px;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .nxt-service-and-solutions .ng-orange-line::after {
    margin-bottom: 22px;
    margin-top: 20px;
  }
}
.nxt-service-and-solutions h2 {
  font-size: 45px;
  line-height: 50px;
  letter-spacing: -0.45px;
  max-width: 277px;
}
@media (max-width: 480px) {
  .nxt-service-and-solutions h2 {
    font-size: 28px;
    line-height: 33px;
    letter-spacing: -0.28px;
  }
}
.nxt-service-and-solutions .nxt-service-and-solutions-subtitle {
  font-size: 21px;
  line-height: 27px;
  letter-spacing: -0.21px;
}
.nxt-service-and-solutions .nxt-row-gap-12 {
  margin-left: -6px;
  margin-right: -6px;
}
.nxt-service-and-solutions .nxt-row-gap-12 [class*="col-"] {
  padding: 6px;
}
.nxt-service-and-solutions .nxt-solutions-card-head a {
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.35px;
  color: #fb4e0b;
  margin-bottom: 60px;
  font-family: Yantramanav;
  font-weight: 300;
  text-decoration: none;
}
.nxt-service-and-solutions .nxt-solutions-card-head a:hover {
  text-decoration: none;
}
.nxt-service-and-solutions .nxt-solutions-card-desc {
  font-size: 25px;
  line-height: 30px;
}
.nxt-service-and-solutions .card .card-body {
  padding: 40px 30px;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 204px;
}
@media (max-width: 575px) {
  .nxt-service-and-solutions .card .card-body {
    min-height: 122px;
    padding: 20px;
  }
  .nxt-service-and-solutions .nxt-solutions-card-head a {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  .nxt-service-and-solutions .nxt-solutions-desc {
    font-size: 18px;
    line-height: 23px;
  }
}

/*** Advisor page - industries CSS ***/

.nxt-exl-industries {
  background-color: #ffffff;
  padding: 60px 0;
}

@media (max-width: 480px) {
  .nxt-exl-industries {
    padding: 30px 0;
  }
}

.nxt-exl-industries .ng-orange-line::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin-bottom: 25px;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .nxt-exl-industries .ng-orange-line::after {
    margin-bottom: 22px;
    margin-top: 20px;
  }
}
.nxt-exl-industries h2 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
}

.nxt-exl-industries .industries-left-col p {
  font-size: 18px;
  line-height: 23px;
  font-family: Yantramanav;
}
@media (min-width: 992px) {
  .nxt-exl-industries h2 {
    font-size: 45px;
    line-height: 54px;
    letter-spacing: -0.45px;
  }
  .nxt-exl-industries .industries-left-col p {
    font-size: 25px;
    line-height: 30px;
    max-width: 277px;
  }
}
.nxt-exl-industries .industries-right-col {
  background: #edf9fd;
}
.nxt-exl-industries ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin: 0;
}
@media (max-width: 480px) {
  .nxt-exl-industries ul {
    padding: 0;
  }
}
.nxt-exl-industries ul li {
  background: none;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 0;
  border: none;

  padding: 0;
}
.nxt-exl-industries ul li a {
  text-decoration: none;
  transition: transform 1s ease;
  padding: 15px 25px 15px 10px;
  width: 100%;
  color: #000;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  font-family: Yantramanav;
}
@media (max-width: 480px) {
  .nxt-exl-industries ul li a {
    font-size: 15px;
    line-height: 20px;
  }
}
.nxt-exl-industries ul li a:hover {
  background: #fff;
}
.nxt-exl-industries ul li h4 {
  margin: 0;
}
@media (hover: hover) and (pointer: fine) {
  .nxt-exl-industries ul li a:hover {
    outline: none;
    text-decoration: none;
  }
  .nxt-exl-industries ul li a:hover {
    color: #fb4e0b !important;
  }
}

/******** watch video promo *******/

.nxt-watch-video-promo .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.nxt-watch-video-promo .video-promo-title::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .nxt-watch-video-promo .video-promo-title::after {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.nxt-watch-video-promo h2 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.28px;
  margin-bottom: 0;
  max-width: 100%;
}

@media (max-width: 480px) {
  .nxt-watch-video-promo > .exl-container {
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  .nxt-watch-video-promo h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.45px;
  }
}

.nxt-watch-video-promo {
  background: #f5f5f6;
  padding: 30px 0;
  margin: 0 -15px;
}

.nxt-watch-video-promo .card-img-overlay {
  max-width: 70%;
  background: #fff;
  max-height: 85%;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 20px 15px 20px;
  min-width: 263px;
}
@media (min-width: 576px) {
  .nxt-watch-video-promo .card-img-overlay {
    max-width: 58%;
    max-height: 88%;
    padding: 42px 33px 46px 42px;
  }
}
@media (min-width: 992px) {
  .nxt-watch-video-promo .card-img-overlay {
    max-height: 80%;
  }
}
@media (min-width: 1200px) {
  .nxt-watch-video-promo .card-img-overlay {
    max-width: 70%;
    max-height: 65%;
  }
}
@media (min-width: 1200px) {
  .nxt-watch-video-promo .card-img-overlay {
    max-width: 636px;
  }
}

.nxt-watch-video-promo a.ytvideo {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 33px;
  text-align: right;
  margin-top: 0;
  flex: none;
}
.nxt-watch-video-promo .ng-video-play {
  width: 23px;
  margin-left: 10px;
  transition: transform 650ms;
  position: static;
}
.nxt-watch-video-promo a.ytvideo:hover .ng-video-play {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
@media (min-width: 576px) {
  .nxt-watch-video-promo .ng-video-play {
    width: 33px;
  }
}
.nxt-watch-video-promo .card-img {
  width: 90%;
  display: flex;
  margin-left: auto;
}
.nxt-watch-video-promo .video-promo-desc {
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 992px) {
  .nxt-watch-video-promo .video-promo-desc {
    font-size: 21px;
    line-height: 26px;
  }
}
.nxt-watch-video-promo .testimonial-speaker {
  font-family: Yantramanav;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 5px;
}
.nxt-watch-video-promo .testimonial-company {
  font-family: Yantramanav;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0 !important;
}
.nxt-watch-video-promo .nxt-video-promo-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: end;
}
.nxt-watch-video-promo .nxt-video-promo-footer .badge-primary {
  background: #2e3643;
  padding: 0 15px;
  line-height: 27px;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

/****  Videos filter page css update ****/

.nxt-leadership-videos_filter .nxt-leadership-videos-title {
  display: none !important;
}

.nxt-leadership-videos_filter {
  padding-top: 40px !important;
}

.nxt-leadership-videos_filter .new_insight_filter_section {
  margin-top: 0px !important;
}

/*** Advisor page fixed banner fix ***/

.page-node-18271 .nxt-landing-banner--type-3 .nxt-hero-heading .line {
  display: flex !important;
}

.page-node-18271 .nxt-landing-banner .is-sticky {
  z-index: 1 !important;
}

/*
@media (max-width: 480px) {
	.page-node-18271 .nxt-landing-banner .is-sticky .nxt-landing-banner-btn-arrow {
		margin-top:20px;
	}
  
	.page-node-18271 .nxt-custom-hero--type-1 .nxt-hero-landing-banner-info h3 span {
		margin-top: 10px;
		float: left;
	}
}
*/

@media (max-width: 768px) {
  .page-node-18271 .nxt-landing-banner .nxt-hero-landing-banner-info h3 {
    min-height: 37px;
    display: flex;
    align-items: center;
  }

  .page-node-18271 .nxt-landing-banner--type-3 .nxt-hero-sub-heading p br {
    display: none;
  }

  .nxt-landing-banner--type-3 .nxt-hero-sub-heading p br {
    display: none;
  }
}

/*** Top padding issue fix mobile ***/

@media (max-width: 480px) {
  .page-node-type-digital_intelligence .main-container {
    padding-top: 0 !important;
  }
}

/***  Multi Title Desc Type 8 - Genesys figma ***/

.nxt-multi-title-desc-8 .nxt-why-choose-exl-title {
  font-size: 45px;
  line-height: 54px;
}

.nxt-multi-title-desc-8 .nxt-why-exl-card .nxt-why-exl-card-heading {
  font-size: 30px;
  line-height: 35px;
  min-height: 120px;
}

@media (max-width: 480px) {
  .nxt-multi-title-desc-8 .nxt-why-exl-card .nxt-why-exl-card-heading {
    min-height: auto;
  }
}

@media (min-width: 481px) and (max-width: 991px) {
  .nxt-multi-title-desc-8 .nxt-why-exl-card .nxt-why-exl-card-heading {
    min-height: 90px;
  }
}

/***  Awards margin auto fix - genesys page  ***/

.page-node-18656
  .ng-our-services.ng-awards-recognition
  .ng-awards-card
  .ng-awards-desc {
  margin-bottom: auto !important;
}

/*** Leadership module bottom space fixing  ***/

.ng-leader-details-bio {
  padding: 80px 0 80px 0 !important;
}

/****  EMEA page testimonials color update ***/

.page-node-18871 .ng-testimonials::after {
  background: #ffffff !important;
}

.page-node-18871
  .ng-testimonials
  .ng-testimonials-card
  .ng-testimonials-author {
  background: #f5f5f6 !important;
}

/***  New big promo banner HC IG ***/

.nxt-partner-with-us-promo
  .nxt-big-banner-content-email
  .nxt-big-banner-content-email-text-2 {
  color: #000000;
  font-family: Yantramanav;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
}

@media (max-width: 768px) {
  .nxt-partner-with-us-promo
    .nxt-big-banner-content-email
    .nxt-big-banner-content-email-text-2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}

.nxt-partner-with-us-promo
  .nxt-big-banner-content-email
  .nxt-big-banner-content-email-text-3 {
  color: #000000;
  font-family: Yantramanav;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
}

.nxt-partner-with-us-promo .nxt-big-banner-content .nxt-big-banner-text-2 {
  color: #000000;
  font-family: Yantramanav;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.page-node-19041
  #nxt-partner-with-us-promo
  .col-12
  .nxt-partner-with-us-promo-title,
.page-node-19041
  #nxt-partner-with-us-promo
  .col-12
  .nxt-partner-with-us-promo-sub-title {
  display: none;
}

/*** Remove featured content section in EMEA page ***/

@media (max-width: 480px) {
  .page-node-18871 .ng-featured-content-v1 {
    display: none !important;
  }
}

/***  Carousel white arrow  ***/

/* 
.page-node-17851 .ng-hero-slider-v1 #slick-slide14 .caption .caption-title:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='64' viewBox='0 0 27 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Rectangle 537' d='M0 0L27 32L0 64V0Z' fill='%23FFFFFF'/%3E %3C/svg%3E ") !important;
}
*/
/*
.page-node-17851 .ng-hero-slider-v1 #slick-slide14 .caption .ng-btn-arrow {	
	float:left !important;
	margin-right: 10px !important;
}

@media (max-width: 480px) {	
	.page-node-17851 .ng-hero-slider-v1 .slick-slide:nth-of-type(5) .caption {
        top: 75px !important;
		width:90% !important;
    }
	

	.page-node-17851 .ng-hero-slider-v1 .slick-slide:nth-of-type(5) .caption .caption-title:before {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='48' viewBox='0 0 20 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Rectangle 537' d='M0 0L20 23.7037L0 47.4074V0Z' fill='%23FFFFFF'/%3E %3C/svg%3E ") !important;
	}

	
	.page-node-17851 .ng-hero-slider-v1 .slick-slide:nth-of-type(5) .caption .caption-title {
		width:90%;
	}
}

*/

/***  EXL Impact title 45px  ***/

.ng-exl-proven-outcome-regular
  .exl-proven-outcome-regular-card
  .exl-proven-outcome-regular-card-title-45px {
  font-size: 45px !important;
  line-height: 54px !important;
}

/***  EXL Impact title 25px - Type 3  ***/

.ng-exl-proven-outcome-regular.ng-exl-proven-outcome-regular-type3
  .ng-our-proven-outcome-regular-title {
  max-width: 100% !important;
}

.ng-exl-proven-outcome-regular.ng-exl-proven-outcome-regular-type3
  .exl-proven-outcome-regular-card
  .exl-proven-outcome-regular-card-title {
  font-size: 25px !important;
  line-height: 32px !important;
}

/* Our industries - CSS */
.nxt-exl-awards {
  background-image: url("/themes/exl_service/images/recent-awards-bg.png");
  background-repeat: no-repeat;
  background-position: bottom 215px left;
  background-size: contain;
  padding: 60px 0;
  margin: 0 -15px;
}

@media (max-width: 480px) {
  .nxt-exl-awards {
    padding: 30px 0;
  }
}

.nxt-exl-awards .ng-orange-line::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin-bottom: 25px;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .nxt-exl-awards .ng-orange-line::after {
    margin-bottom: 22px;
    margin-top: 20px;
  }
}
.nxt-exl-awards h2 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 0;
}

.nxt-exl-awards .nxt-exl-awards-sub-title {
  font-size: 18px;
  line-height: 23px;
  font-family: Yantramanav;
}
@media (min-width: 992px) {
  .nxt-exl-awards h2 {
    font-size: 45px;
    line-height: 54px;
  }
  .nxt-exl-awards .nxt-exl-awards-sub-title {
    font-size: 21px;
    line-height: 26px;
    max-width: 404px;
  }
}
.nxt-exl-awards .nxt-row-gap-24 {
  margin-left: -12px;
  margin-right: -12px;
}
.nxt-exl-awards .nxt-row-gap-24 [class*="col-"] {
  padding: 12px;
}
.nxt-exl-awards .card {
  background: #edf9fd;
}
.nxt-exl-awards .card .card-body {
  padding: 30px;
  min-height: 226px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.nxt-exl-awards .card .card-body .awards-desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
  padding-bottom: 20px;
}
.nxt-exl-awards .card .card-body img {
  margin-bottom: 36px;
  margin-top: 30px;
  max-width: 300px;
}
.nxt-exl-awards .card a.ng-arrow-link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/***  communication-preferences page css ***/

.page-node-19311
  .exl-nxt-custom-para
  .hbspt-form
  .hs_unsubscribe_me_from_all_mailing_lists_web {
  margin-top: 20px;
}

.page-node-19336
  .exl-nxt-custom-para
  .hbspt-form
  .hs_unsubscribe_me_from_all_mailing_lists_web {
  margin-top: 20px;
}

/*** EXL Impact CSS - Tabs static type 2 ***/
.nxt-exl-impact-multi-row {
  margin: 0 -15px;
  background-image: url("/themes/exl_service/images/ng-impactbg.png");
  background-color: #292f3a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom 50px left;
  padding: 60px 0;
}

@media (max-width: 480px) {
  .nxt-exl-impact-multi-row {
    padding: 30px 0;
    background-image: none;
  }
}

.nxt-exl-impact-multi-row .card {
  background: #fff;
}

.nxt-exl-impact-multi-row .orange-separator {
  min-width: 78px;
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  padding-top: 15px;
  margin-bottom: 18px;
}

.nxt-exl-impact-multi-row h2 {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
}

.nxt-exl-impact-multi-row h3 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.28px;
  margin-bottom: 23px;
}

@media (max-width: 480px) {
  .nxt-exl-impact-multi-row h3 {
    max-width: 233px;
  }
}

@media (min-width: 992px) {
  .nxt-exl-impact-multi-row .orange-separator {
    padding-top: 20px;
    margin-bottom: 25px !important;
  }

  .nxt-exl-impact-multi-row h3 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.45px;
    max-width: 587px;
  }

  .nxt-exl-impact-multi-row h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

.nxt-exl-impact-multi-row .card-body {
  padding: 44px 21px 21px;
}

@media (max-width: 575px) {
  .nxt-exl-impact-multi-row .card-body {
    padding: 25px 20px 30px;
  }
}

.nxt-exl-impact-multi-row .impact-info {
  color: #fb4e0b;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
  display: flex;
}

.nxt-exl-impact-multi-row .impact-industry {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
}
.nxt-exl-impact-multi-row .card .card-body p.impact-industry,
.nxt-exl-impact-multi-row .card .card-body p.impact-industry p {
  margin-bottom: 0;
}

.nxt-exl-impact-multi-row .card-group .nxt-row-gap-24 {
  margin-right: -12px;
  margin-left: -12px;
}

.nxt-exl-impact-multi-row .card-group .nxt-row-gap-24 .col-6 {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 992px) {
  .nxt-exl-impact-multi-row .impact-info {
    font-size: 43px;
    line-height: 47px;
  }

  .nxt-exl-impact-multi-row .impact-industry {
    font-size: 18px;
    line-height: 23px;
  }
}
.nxt-exl-impact-multi-row h4 {
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
}

/*** Solution multicard section -css ***/

.nxt-solution-multicard-type-13 {
  padding: 60px 0;
}

.nxt-solution-multicard-type-13 h2 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
}

.nxt-solution-multicard-type-13 h3 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.28px;
  margin-bottom: 23px;
}
.nxt-solution-multicard-type-13 h4 {
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 15px;
  color: #fb4e0b;
}

@media (min-width: 992px) {
  .nxt-solution-multicard-type-13 .orange-separator {
    padding-top: 20px;
    margin-bottom: 25px !important;
  }
  .nxt-solution-multicard-type-13 h3 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.45px;
    max-width: 363px;
  }
  .nxt-solution-multicard-type-13 h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

.nxt-solution-multicard-type-13 .nxt-card-columns {
  margin-right: -6px;
  margin-left: -6px;
}

.nxt-solution-multicard-type-13 .nxt-card-columns .col-sm-4 {
  margin-bottom: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

.nxt-solution-multicard-type-13 .nxt-card-columns .card {
  background: #f5f5f6;
  min-height: 183px;
}

.nxt-solution-multicard-type-13 .nxt-card-columns .card .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.nxt-solution-multicard-type-13 .nxt-card-columns .card .card-body .card-text {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.nxt-solution-multicard-type-13
  .nxt-card-columns
  .card
  .card-body
  .ng-arrow-link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/***  Add padding after who we serve cards section ***/

.page-node-18101 .ng-insurance .ng-insurance-cards-container {
  padding-bottom: 60px;
}

/*** Animated impact video section ***/
.nxt-exl-impact-animate {
  margin: 0 -15px;
  padding: 60px 0;
  background-color: #000;
}

.nxt-exl-impact-animate .nxt-impact-video-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

/* Overlay to darken background video */
.nxt-exl-impact-animate .video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(13 27 42 / 37%);
  z-index: -1;
}

.nxt-exl-impact-animate .section-title,
.nxt-exl-impact-animate .section-heading,
.nxt-exl-impact-animate .section-desc {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.6s ease-out;
}

.nxt-exl-impact-animate .section-title {
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .nxt-exl-impact-animate .section-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.nxt-exl-impact-animate .section-heading {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
  max-width: 370px;
  color: #fff;
}
@media (min-width: 992px) {
  .nxt-exl-impact-animate .section-heading {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.45px;
  }
}
.nxt-exl-impact-animate .section-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

.nxt-exl-impact-animate .impact-card {
  background: #ffffff;
  color: #222;
  padding: 60px 22px 16px 33px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.6s ease-out;
}

.nxt-exl-impact-animate .nxt-impact-data {
  margin-bottom: 10px;
  color: #fb4e0b;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
}

.nxt-exl-impact-animate .visible {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.nxt-exl-impact-animate .orange-separator {
  min-width: 78px;
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  padding-top: 15px;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .nxt-exl-impact-animate .orange-separator {
    padding-top: 20px;
    margin-bottom: 30px;
  }
}
.nxt-exl-impact-animate .impact-industry {
  font-size: 12px;
  line-height: 17px;
}
@media (min-width: 992px) {
  .nxt-exl-impact-animate .nxt-impact-data {
    font-size: 60px;
    line-height: 60px;
  }
  .nxt-exl-impact-animate .impact-industry {
    font-size: 19px;
    line-height: 24px;
  }
}

/***  Idea Tank 2.0 margin top adjustments ***/

.page-node-19636 .main-container {
  margin-top: 55px !important;
}

/*** solution section BTS page ***/

.page-node-19776
  .paragraph--nxt-multi-image-with-description--type-6
  .nxt-arrow-link
  span {
  color: #000;
  text-align: center;
  font-family: Yantramanav;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  text-align: left;
}

.page-node-19776 .nxt-solution-multicard-type-13 .col-lg-4 .exl-ai-fwd-arrow {
  display: none !important;
}

/***  Footer menu button - cookie popup ***/

.menu--ng-other-links .last button {
  all: unset;
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #000;
  line-height: 29px;
  cursor: pointer;
  font-family: "Yantramanav", Sans-Serif;
}

.menu--ng-other-links .last button:after {
  display: block;
  content: "";
  width: 0px;
  border-bottom: 2px solid transparent;
  transition: 0.3s ease-in-out;
}

.menu--ng-other-links .last button:hover:after {
  display: block;
  content: "";
  width: 100%;
  border-bottom: 2px solid rgb(251, 78, 11);
}

.footer-mobile .last button {
  all: unset;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #000;
  line-height: 29px;
  cursor: pointer;
  font-family: "Yantramanav", Sans-Serif;
}

/* Industry animation styles */

.ng-exl-our-solutions.ng-industry-animation .icon-parent {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.ng-exl-our-solutions.ng-industry-animation .static-icon,
.ng-exl-our-solutions.ng-industry-animation .lottie-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  object-fit: contain;
  pointer-events: none;
}

.ng-exl-our-solutions.ng-industry-animation .lottie-icon svg {
  width: 30px !important;
  height: 30px !important;
}

.ng-exl-our-solutions.ng-industry-animation .list-group-item {
  background-color: transparent;
  border: none;
}

@media (hover: hover) and (pointer: fine) {
  .ng-exl-our-solutions.ng-industry-animation
    .list-group
    .list-group-item
    a:hover
    .icon-parent
    img {
    transform: none !important;
  }
}

/*** Capital market page custom css ***/

.page-node-19841 .ng-insurance .ng-insurance-title span.wtwd-title,
.page-node-19841 .ng-exl-proven-outcome-regular .col-lg-4 p {
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: 113.021%;
}

.page-node-19841
  .ng-exl-proven-outcome-regular
  .ng-our-proven-outcome-regular-title,
.page-node-19841 .ng-insurance .ng-insurance-title,
.page-node-19841 .ng-our-services .ng-our-services-title {
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
}

.page-node-19841 .nxt-accordion .nxt-accordion-title span {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
}

/****  Contact us form css ***/

#hsForm_d0dd50a9-796f-424e-a9c6-7e9dfd13e137
  .hs_how_did_you_hear_about_us___select_all_that_apply_
  label
  span {
  margin-bottom: 10px !important;
  float: left;
}

#hsForm_d0dd50a9-796f-424e-a9c6-7e9dfd13e137
  .input
  .hs-form-checkbox
  .hs-form-checkbox-display
  .hs-input {
  float: left !important;
  width: 15px !important;
  margin-right: 10px !important;
  height: 15px !important;
}

#hsForm_d0dd50a9-796f-424e-a9c6-7e9dfd13e137
  .input
  .hs-form-checkbox
  .hs-form-checkbox-display
  span {
  float: left !important;
  margin-bottom: 0px !important;
}

/****  AI sticky button  ****/

button.cgpt-ai-assistant-button.cgpt-ai-assistant-default-button {
  background-image: url("/themes/exl_service/images/askexl.png");
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 9999;
  padding: 0.6rem 1rem;
  border-radius: 0;
  padding: 8px 10px;
  cursor: pointer;
  border: 2px solid #fb4e0b;
  font-size: 0;
  background-color: transparent !important;
  height: 66px;
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}

.page-node-13356
  button.cgpt-ai-assistant-button.cgpt-ai-assistant-default-button {
  display: block;
}

.page-node-13356 .cgpt-ai-assistant-modal {
  top: 50% !important;
  left: 78% !important;
  max-height: 52dvh !important;
  max-width: 36vw !important;
  background: #fff !important;
  border-radius: 10px !important;
}

@media screen and (max-width: 768px) {
  .page-node-13356 .cgpt-ai-assistant-modal {
    height: 45% !important;
    top: 30% !important;
    max-width: 100vh !important;
    left: 0 !important;
  }
}
.page-node-13356 .cgpt-ai-assistant-modal .message-content a.underline {
  color: #005071 !important;
  font-weight: bold !important;
}
.page-node-13356
  .cgpt-ai-assistant-toolbar
  button#cgpt-ai-assistant-share-conversation {
  display: none !important;
}
.page-node-13356
  .cgpt-ai-assistant-toolbar
  button#cgpt-ai-assistant-export-conversation {
  display: none !important;
}
/*** Fintech page custom css ***/

.page-node-19941 .ng-insurance .ng-insurance-title span.wtwd-title,
.page-node-19941 .ng-exl-proven-outcome-regular .col-lg-4 p {
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: 113.021%;
}

.page-node-19941
  .ng-exl-proven-outcome-regular
  .ng-our-proven-outcome-regular-title,
.page-node-19941 .ng-insurance .ng-insurance-title,
.page-node-19941 .ng-our-services .ng-our-services-title {
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
}

.page-node-19941 .nxt-accordion .nxt-accordion-title span {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
}

.page-node-19941
  .ng-insurance
  .ng-insurance-card-parent
  .ng-insurance-card
  .ng-insurance-card-content
  .ng-insurance-card-title,
.page-node-19941
  .ng-insurance
  .ng-insurance-card-parent.col-lg-3
  .ng-insurance-card
  .ng-insurance-card-content
  .ng-insurance-card-title {
  font-size: 25px;
  line-height: 32px;
  color: #fb4e0b;
}

/***  Data AI Platform page css  ***/

.page-node-20061 .ng-our-services .ng-our-services-title {
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
}

.page-node-20061 .ng-our-services .ng-our-services-sub-title {
  max-width: 400px;
}

.page-node-20061
  .nxt-landing-banner--type-6
  .nxt-promo-banner-v2
  .nxt-promo-banner-sub-text {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 27px !important;
}

.page-node-20061 .nxt-accordion .nxt-accordion-title span {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
}

.page-node-20061 .ng-our-services.services-2 {
  background-color: #2e3643 !important;
}

.page-node-20061 .ng-our-services.services-2 .ng-our-services-title,
.page-node-20061 .ng-our-services.services-2 .ng-our-services-sub-title {
  color: #fff;
}

.page-node-20061 .ng-our-services.services-2 .ng-vertical-card-component {
  border: 0px;
}

/***  WP page ***/

.page-node-20126
  .nxt-four-column-section
  .nxt-four-column-card-parent
  .nxt-four-column-card
  .nxt-four-column-card-content
  .nxt-four-column-card-title {
  min-height: 70px !important;
}

/***  Multi Title Desc Type 16 ***/

.nxt-multi-title-desc.desc-type-16
  .nxt-multi-title-desc-stats
  .nxt-multi-title-desc-stat
  .nxt-multi-title-desc-stat-number {
  font-size: 45px;
  line-height: 52px;
}

/***  NXT landing banner type 8 ***/

.nxt-promo-banner-v2.promo-custom-type-8 .content h3::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin-bottom: 30px;
  margin-top: 30px;
}

/****  Small Carousel V4  ****/

/* carousel v4 style - start */
.ng-hero-slider-v4 .full-wide-slider .ng-hero-slider .slick-slide,
.ng-hero-slider-v4 .full-wide-slider .ng-hero-slider .slick-slide::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ng-hero-slider-v4 .full-wide-slider .ng-hero-slider .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ng-hero-slider-v4 .full-wide-slider .ng-banner .ng-hero-slider .slick-slide,
.ng-hero-slider-v4
  .full-wide-slider
  .ng-banner
  .ng-hero-slider
  .slick-slide::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ng-hero-slider-v4
  .full-wide-slider
  .ng-banner
  .ng-hero-slider
  .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ng-hero-slider-v4
  .full-wide-slider
  .ng-banner.ng-career-banner
  .ng-hero-slider
  .slick-slide,
.ng-hero-slider-v4
  .full-wide-slider
  .ng-banner.ng-career-banner
  .ng-hero-slider
  .slick-slide::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ng-hero-slider-v4
  .full-wide-slider
  .ng-banner.ng-career-banner
  .ng-hero-slider
  .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Next Gen Hero Slider v1 CSS Code Start */
.ng-hero-slider-v4 {
  margin: 0px -15px 0;
  position: relative;
}

@media (max-width: 1200px) {
  .ng-hero-slider-v4 {
    position: unset;
    margin: 10px -15px 0px -15px;
  }
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 {
    position: unset;
    margin: -8px -15px 0px -15px;
  }
}
.ng-hero-slider-v4 .ng-dots-desktop {
  display: none;
}
.ng-hero-slider .full-wide-slider .ng-hero-slider-v4 .slick-slide,
.ng-hero-slider .full-wide-slider .ng-hero-slider-v4 .slick-slide::before,
.ng-hero-slider-v4 .ng-banner .ng-hero-slider .caption,
.ng-banner .ng-hero-slider .ng-hero-slider-v4 .caption,
.ng-hero-slider-v4 .ng-banner .ng-hero-slider .full-wide-slider .slick-slide,
.ng-hero-slider-v4
  .ng-banner
  .ng-hero-slider
  .full-wide-slider
  .slick-slide::before,
.ng-banner.ng-career-banner
  .ng-hero-slider
  .full-wide-slider
  .ng-hero-slider-v4
  .slick-slide,
.ng-banner.ng-career-banner
  .ng-hero-slider
  .full-wide-slider
  .ng-hero-slider-v4
  .slick-slide::before,
.ng-hero-slider-v4 .caption,
.ng-hero-slider-v4 .full-wide-slider .slick-slide,
.ng-hero-slider-v4 .full-wide-slider .slick-slide::before,
.ng-hero-slider-v4 .ng-preference-center-banner .ng-hero-slider .caption,
.ng-preference-center-banner .ng-hero-slider .ng-hero-slider-v4 .caption,
.ng-hero-slider-v4
  .ng-preference-center-banner
  .ng-hero-slider
  .full-wide-slider
  .slick-slide,
.ng-hero-slider-v4
  .ng-preference-center-banner
  .ng-hero-slider
  .full-wide-slider
  .slick-slide::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ng-hero-slider .full-wide-slider .ng-hero-slider-v4 .slick-slide::before,
.ng-hero-slider-v4
  .ng-banner
  .ng-hero-slider
  .full-wide-slider
  .slick-slide::before,
.ng-banner.ng-career-banner
  .ng-hero-slider
  .full-wide-slider
  .ng-hero-slider-v4
  .slick-slide::before,
.ng-hero-slider-v4 .full-wide-slider .slick-slide::before,
.ng-hero-slider-v4
  .ng-preference-center-banner
  .ng-hero-slider
  .full-wide-slider
  .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ng-hero-slider-v4 .caption {
  position: absolute;
  top: 157px;
  left: 45px;
  text-align: left;
  color: #000000;
  margin: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  width: 100%;
}
@media (max-width: 3440px) {
  .ng-hero-slider-v4 .caption {
    top: 177px;
  }
}
@media (max-width: 1920px) {
  .ng-hero-slider-v4 .caption {
    top: 117px;
  }
}
@media (max-width: 1366px) {
  .ng-hero-slider-v4 .caption {
    top: 80px;
  }
}
@media (max-width: 1280px) {
  .ng-hero-slider-v4 .caption {
    width: 80%;
  }
}

@media (max-width: 1024px) {
  .ng-hero-slider-v4 .caption {
    top: 139px;
  }
}

@media (max-width: 768px) {
  .ng-hero-slider-v4 .caption {
    top: 144px;
  }
}

@media (max-width: 590px) {
  .ng-hero-slider-v4 .caption {
    top: 80px;
  }
}
.ng-hero-slider-v4 .caption .caption-title {
  color: #000000;
  margin-bottom: 30px;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 65px;
  width: 960px;
  position: relative;
  display: inline-block;
}
.ng-hero-slider-v4 .caption .caption-title.animate-text {
  animation: slideInText 0.35s ease-out forwards;
}
.ng-hero-slider-v4 .caption .caption-title span[class^="caption-line-"] {
  opacity: 0;
  transform: translateX(-20px);
  display: inline-block;
}
.ng-hero-slider-v4
  .caption
  .caption-title
  span[class^="caption-line-"].animate {
  animation: fadeInLeftArrow 0.25s ease-out forwards;
}
@media (max-width: 1024px) {
  .ng-hero-slider-v4 .caption .caption-title {
    width: 100%;
    font-size: 51.102px;
    font-style: normal;
    font-weight: 300;
    line-height: 54.509px;
    /* 106.667% */
    letter-spacing: -0.511px;
  }
}
@media (max-width: 768px) {
  .ng-hero-slider-v4 .caption .caption-title {
    width: 100%;
    font-size: 44.939px;
    font-style: normal;
    font-weight: 300;
    line-height: 47.935px;
    /* 106.667% */
    letter-spacing: -0.449px;
  }
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 .caption .caption-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.4px;
    width: 254px;
    margin-bottom: 40px !important;
  }
}
.ng-hero-slider-v4 .caption .caption-title:before {
  display: inline-block;
  position: absolute;
  padding-right: 12px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='64' viewBox='0 0 27 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Rectangle 537' d='M0 0L27 32L0 64V0Z' fill='%23FA4921'/%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  transition: transform 0.6s ease-out;
  vertical-align: middle;
  margin-right: 12px;
  width: 27px;
  height: 64px;
  left: -45px;
  top: -5px;
  opacity: 0;
  transform: translateX(-30px);
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 .caption .caption-title:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='48' viewBox='0 0 20 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath id='Rectangle 537' d='M0 0L20 23.7037L0 47.4074V0Z' fill='%23FA4921'/%3E %3C/svg%3E ");
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 47.407px;
    left: -35px;
  }
}
.ng-hero-slider-v4 .caption .caption-title.animate-arrow::before {
  animation: fadeInLeftArrow 0.25s ease-out forwards;
}
.ng-hero-slider-v4 .caption .caption-sub-title {
  color: #000000;
  max-width: 762px;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateX(-20px);
}
.ng-hero-slider-v4 .caption .caption-sub-title.animate-subtitle {
  animation: slideInText 0.5s ease-out forwards;
}

@media (min-width: 1200px) {
  .ng-hero-slider-v4 .caption .caption-sub-title p {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 1024px) {
  .ng-hero-slider-v4 .caption .caption-sub-title {
    width: 100%;
    font-size: 21.293px;
    font-style: normal;
    font-weight: 300;
    line-height: 27.255px;
    /* 128% */
  }
}
@media (max-width: 768px) {
  .ng-hero-slider-v4 .caption .caption-sub-title {
    width: 100%;
    font-size: 18.725px;
    font-style: normal;
    font-weight: 300;
    line-height: 23.968px;
    /* 128% */
  }
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 .caption .caption-sub-title {
    color: #000000;
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 224px;
    display: none !important;
  }
}
.ng-hero-slider-v4 .caption .ng-btn-arrow {
  opacity: 0;
  transform: translateX(-20px);
  border: 2px solid #fb4e0b;
  color: #000000;
  padding: 11px 14px;
  font-family: Yantramanav;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  position: relative;
  text-decoration: none;
  min-width: 180px;
  width: max-content;
  min-height: 40px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
  outline: none;
  cursor: pointer;
  transition: color 700ms ease;
}
.ng-hero-slider-v4 .caption .ng-btn-arrow svg {
  transition: all 700ms;
}
.ng-hero-slider-v4 .caption .ng-btn-arrow svg path {
  transition: all 700ms;
  fill: #000000;
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 .caption .ng-btn-arrow svg {
    width: 14px;
    height: 10.277px;
  }
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 .caption .ng-btn-arrow {
    font-size: 16px;
    padding: 11px;
    min-width: 182px;
  }
}
.ng-hero-slider-v4 .caption .ng-btn-arrow::before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #7500c0),
    color-stop(50%, #a100ff)
  );
  background-image: linear-gradient(90deg, #fb4e0b 50%, transparent 0);
  background-position-x: 100%;
  background-size: 200% 200%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  width: 100%;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .ng-hero-slider-v4 .caption .ng-btn-arrow:hover {
    outline: none;
    color: #ffffff;
  }
  .ng-hero-slider-v4 .caption .ng-btn-arrow:hover::before {
    background-position-x: 0;
  }
  .ng-hero-slider-v4 .caption .ng-btn-arrow:hover svg {
    transition: all 700ms;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
  }
  .ng-hero-slider-v4 .caption .ng-btn-arrow:hover svg path {
    fill: #ffffff;
  }
}
.ng-hero-slider-v4 .caption .ng-btn-arrow.animate-btn {
  animation: slideInText 0.5s ease-out forwards;
}
.ng-hero-slider-v4 .caption .ng-btn-arrow-link-container::before {
  margin-top: -20px;
  padding-bottom: 20px;
  content: "";
  width: 578px;
  display: block;
  border-top: 1px solid #000000;
}
@media (max-width: 768px) {
  .ng-hero-slider-v4 .caption .ng-btn-arrow-link-container::before {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 .caption .ng-btn-arrow-link-container::before {
    border-top: 0;
    padding-bottom: 20px;
  }
}
.ng-hero-slider-v4 .caption .ng-btn-arrow-link-container .ng-btn-arrow {
  min-width: 140px;
  margin-right: 0px;
}
@media (max-width: 768px) {
  .ng-hero-slider-v4 .caption .ng-btn-arrow-link-container .ng-btn-arrow {
    min-width: 120px;
  }
}
.ng-hero-slider-v4 .caption .ng-btn-arrow-link {
  color: #000000;
  font-family: Yantramanav;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  /* 17.5px */
  position: relative;
  text-decoration: none;
  min-width: 150px;
  width: 150px;
  min-height: 40px;
  display: inline-flex;
  margin-bottom: 10px;
  align-items: flex-start;
  outline: none;
  cursor: normal;
  transition: color 700ms ease;
  margin-right: 40px;
}
.ng-hero-slider-v4 .caption .ng-btn-arrow-link .ng-orange-text {
  font-weight: 500;
}
.ng-hero-slider-v4 .caption .ng-btn-arrow-link .ng-view-event {
  color: #fb4e0b;
}
.ng-hero-slider-v4 .caption .ng-btn-arrow-link .ng-view-event-container {
  margin-top: 16px;
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 .caption .ng-btn-arrow-link .ng-view-event-container {
    margin-top: 10px;
  }
}
.ng-hero-slider-v4 .caption .ng-btn-arrow-link svg {
  transition: all 700ms;
  height: 11.745px;
  width: 16px;
  margin-left: 10px;
}
.ng-hero-slider-v4 .caption .ng-btn-arrow-link svg path {
  transition: all 700ms;
  fill: #fb4e0b;
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 .caption .ng-btn-arrow-link svg {
    width: 12px;
  }
}
@media (max-width: 1024px) {
  .ng-hero-slider-v4 .caption .ng-btn-arrow-link {
    font-size: 14px;
    padding: 0px;
    min-width: 120px;
    width: 120px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .ng-hero-slider-v4 .caption .ng-btn-arrow-link {
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 .caption .ng-btn-arrow-link {
    font-size: 14px;
    padding: 0px;
    min-width: 100%;
    width: 100%;
    margin-right: 0;
    cursor: pointer;
  }
  .ng-hero-slider-v4 .caption .ng-btn-arrow-link br {
    display: none;
  }
}
.ng-hero-slider-v4 .full-wide-slider {
  position: relative;
  width: 100%;
  min-height: 600px;
  margin-bottom: 0;
  opacity: 1;
  visibility: hidden;
  transition: all 1.2s ease;
}
@media (max-width: 3440px) {
  .ng-hero-slider-v4 .full-wide-slider {
    min-height: 730px;
  }
}
@media (max-width: 1920px) {
  .ng-hero-slider-v4 .full-wide-slider {
    min-height: 600px;
  }
}
@media (max-width: 1366px) {
  .ng-hero-slider-v4 .full-wide-slider {
    height: 500px;
    min-height: 500px;
  }
}
@media (max-width: 1024px) {
  .ng-hero-slider-v4 .full-wide-slider {
    height: 586px;
    min-height: 586px;
  }
}
@media (max-width: 768px) {
  .ng-hero-slider-v4 .full-wide-slider {
    height: 637px;
    min-height: 637px;
  }
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 .full-wide-slider {
    min-height: 520px;
    height: 100%;
  }
}
.ng-hero-slider-v4 .full-wide-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.ng-hero-slider-v4 .full-wide-slider .slick-prev {
  left: 28px;
  transition: transform 1s ease;
}
@media (max-width: 3340px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-prev {
    left: 10%;
  }
}
@media (max-width: 1725px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-prev {
    left: 5%;
  }
}
@media (max-width: 1525px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-prev {
    left: 28px;
  }
}
@media (max-width: 1366px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-prev {
    left: 5px;
  }
}
@media (max-width: 768px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-prev {
    display: none !important;
  }
}
.ng-hero-slider-v4 .full-wide-slider .slick-prev::before {
  content: "";
  height: 58px;
  width: 22px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='30' viewBox='0 0 18 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.832031 14.3438L14.0859 1.20312C14.6523 0.636719 15.5586 0.636719 16.0117 1.20312L16.918 1.99609C17.3711 2.5625 17.3711 3.35547 16.918 3.92188L5.25 15.25L16.8047 26.6914C17.3711 27.2578 17.3711 28.0508 16.8047 28.6172L16.0117 29.4102C15.5586 29.9766 14.6523 29.9766 14.0859 29.4102L0.832031 16.2695C0.265625 15.7031 0.265625 14.9102 0.832031 14.3438Z' fill='black'/%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  transition: transform 1s ease;
}
@media (hover: hover) and (pointer: fine) {
  .ng-hero-slider-v4 .full-wide-slider .slick-prev:hover::before {
    content: "";
    height: 58px;
    width: 22px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='30' viewBox='0 0 18 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.832031 14.3438L14.0859 1.20312C14.6523 0.636719 15.5586 0.636719 16.0117 1.20312L16.918 1.99609C17.3711 2.5625 17.3711 3.35547 16.918 3.92188L5.25 15.25L16.8047 26.6914C17.3711 27.2578 17.3711 28.0508 16.8047 28.6172L16.0117 29.4102C15.5586 29.9766 14.6523 29.9766 14.0859 29.4102L0.832031 16.2695C0.265625 15.7031 0.265625 14.9102 0.832031 14.3438Z' fill='black'/%3E %3C/svg%3E ");
    background-repeat: no-repeat;
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}
.ng-hero-slider-v4 .full-wide-slider .slick-next {
  right: 28px;
  transition: transform 1s ease;
}
@media (max-width: 3340px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-next {
    right: 10%;
  }
}
@media (max-width: 1525px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-next {
    right: 28px;
  }
}
@media (max-width: 1366px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-next {
    right: -5px;
  }
}
@media (max-width: 768px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-next {
    display: none !important;
  }
}
.ng-hero-slider-v4 .full-wide-slider .slick-next::before {
  content: "";
  height: 58px;
  width: 22px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='30' viewBox='0 0 18 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16.8047 16.2695L3.55078 29.4102C2.98438 29.9766 2.07812 29.9766 1.625 29.4102L0.832031 28.6172C0.265625 28.0508 0.265625 27.2578 0.832031 26.6914L12.3867 15.25L0.832031 3.92188C0.265625 3.35547 0.265625 2.5625 0.832031 1.99609L1.625 1.20312C2.07812 0.636719 2.98438 0.636719 3.55078 1.20312L16.918 14.3438C17.3711 14.9102 17.3711 15.7031 16.8047 16.2695Z' fill='black'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  transition: transform 1s ease;
}
@media (hover: hover) and (pointer: fine) {
  .ng-hero-slider-v4 .full-wide-slider .slick-next:hover::before {
    content: "";
    height: 58px;
    width: 22px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='30' viewBox='0 0 18 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16.8047 16.2695L3.55078 29.4102C2.98438 29.9766 2.07812 29.9766 1.625 29.4102L0.832031 28.6172C0.265625 28.0508 0.265625 27.2578 0.832031 26.6914L12.3867 15.25L0.832031 3.92188C0.265625 3.35547 0.265625 2.5625 0.832031 1.99609L1.625 1.20312C2.07812 0.636719 2.98438 0.636719 3.55078 1.20312L16.918 14.3438C17.3711 14.9102 17.3711 15.7031 16.8047 16.2695Z' fill='black'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
  }
}
.ng-hero-slider-v4 .full-wide-slider .slick-slide {
  position: relative;
  min-height: 600px;
}
@media (max-width: 3440px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide {
    min-height: 730px;
  }
}
@media (max-width: 1920px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide {
    min-height: 600px;
  }
}
@media (max-width: 1366px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide {
    height: 500px;
    min-height: 500px;
  }
}
@media (max-width: 1024px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide {
    height: 586px;
    min-height: 586px;
  }
}
@media (max-width: 768px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide {
    height: 637px;
    min-height: 637px;
  }
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide {
    min-height: 520px;
    height: 100%;
  }
}
.ng-hero-slider-v4 .full-wide-slider .slick-slide::before {
  z-index: 1;
}
.ng-hero-slider-v4 .full-wide-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.ng-hero-slider-v4 .full-wide-slider .slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.ng-hero-slider-v4 .full-wide-slider .slick-slide figure {
  position: relative;
  height: 100%;
  max-height: 600px;
}
@media (max-width: 1024px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide figure {
    max-height: 609px;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide figure {
    max-height: 520px;
    height: 100%;
  }
}
.ng-hero-slider-v4 .full-wide-slider .slick-slide .slide-image {
  opacity: 1;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
  min-height: 600px;
}
@media (max-width: 3440px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide .slide-image {
    min-height: 730px;
  }
}
@media (max-width: 1920px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide .slide-image {
    min-height: 600px;
  }
}
@media (max-width: 1366px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide .slide-image {
    height: 500px;
    min-height: 500px;
  }
}
@media (max-width: 1024px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide .slide-image {
    height: 586px;
    min-height: 586px;
  }
}
@media (max-width: 768px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide .slide-image {
    height: 637px;
    min-height: 637px;
  }
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide .slide-image {
    min-height: 520px;
    height: 100%;
  }
}
.ng-hero-slider-v4 .full-wide-slider .slick-slide .slide-image.show {
  opacity: 1;
}
.ng-hero-slider-v4 .full-wide-slider .slick-slide .image-entity {
  width: 100%;
  height: auto;
  opacity: 1;
  min-height: 600px;
  object-fit: cover;
}
@media (max-width: 3440px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide .image-entity {
    min-height: 730px;
  }
}
@media (max-width: 1920px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide .image-entity {
    min-height: 600px;
  }
}
@media (max-width: 1366px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide .image-entity {
    height: 500px;
    min-height: 500px;
  }
}
@media (max-width: 1024px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide .image-entity {
    height: 586px;
    min-height: 586px;
  }
}
@media (max-width: 768px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide .image-entity {
    height: 637px;
    min-height: 637px;
  }
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 .full-wide-slider .slick-slide .image-entity {
    min-height: 520px;
    height: 100%;
  }
}
.ng-hero-slider-v4 .full-wide-slider .slick-slide.slick-active {
  z-index: 1;
}
.ng-hero-slider-v4 .full-wide-slider .slick-slide.slick-active .caption {
  opacity: 1;
}
.ng-hero-slider-v4 .full-wide-slider .slick-slide.dark::before {
  z-index: 1;
}
.ng-hero-slider-v4 .full-wide-slider .slick-slide.dark .caption .caption-title {
  color: #ffffff;
}
.ng-hero-slider-v4
  .full-wide-slider
  .slick-slide.dark
  .caption
  .caption-sub-title,
.ng-hero-slider-v4
  .full-wide-slider
  .slick-slide.dark
  .caption
  .caption-sub-title
  p {
  color: #ffffff;
}
.ng-hero-slider-v4
  .full-wide-slider
  .slick-slide.dark
  .caption
  .caption-sub-title {
  color: #ffffff;
}
.ng-hero-slider-v4 .full-wide-slider .slick-slide.dark .caption .ng-btn-arrow {
  color: #ffffff;
}
.ng-hero-slider-v4
  .full-wide-slider
  .slick-slide.dark
  .caption
  .ng-btn-arrow
  svg
  path {
  fill: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .ng-hero-slider-v4
    .full-wide-slider
    .slick-slide.dark
    .caption
    .ng-btn-arrow:hover {
    outline: none;
    color: #ffffff;
  }
  .ng-hero-slider-v4
    .full-wide-slider
    .slick-slide.dark
    .caption
    .ng-btn-arrow:hover::before {
    background-position-x: 0;
  }
  .ng-hero-slider-v4
    .full-wide-slider
    .slick-slide.dark
    .caption
    .ng-btn-arrow:hover
    svg {
    transition: all 700ms;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
  }
  .ng-hero-slider-v4
    .full-wide-slider
    .slick-slide.dark
    .caption
    .ng-btn-arrow:hover
    svg
    path {
    fill: #ffffff;
  }
}
.ng-hero-slider-v4
  .full-wide-slider
  .slick-slide.dark
  .caption
  .ng-btn-arrow-link-container::before {
  content: "";
  display: block;
  border-top: 1px solid #ffffff;
}
@media (max-width: 480px) {
  .ng-hero-slider-v4
    .full-wide-slider
    .slick-slide.dark
    .caption
    .ng-btn-arrow-link-container::before {
    border-top: 0;
  }
}
.ng-hero-slider-v4 .full-wide-slider .slick-slide.dark .caption .ng-view-event {
  color: #fb4e0b;
}
.ng-hero-slider-v4
  .full-wide-slider
  .slick-slide.dark
  .caption
  .ng-btn-arrow-link {
  color: #ffffff;
}
.ng-hero-slider-v4
  .full-wide-slider
  .slick-slide.dark
  .caption
  .ng-btn-arrow-link
  svg
  path {
  fill: #fb4e0b;
}
.ng-hero-slider-v4 .ng-dots-mobile {
  display: block;
}
.ng-hero-slider-v4 .ng-dots-mobile .slick-dots {
  bottom: -55px;
}
.ng-hero-slider-v4 .ng-dots-mobile .progressBarContainerParent {
  position: relative;
  display: flex;
  justify-content: start;
}
.ng-hero-slider-v4 .ng-dots-mobile .progressBarContainer {
  position: absolute;
  bottom: 50px;
  width: max-content;
  left: 75px;
}
@media (max-width: 3440px) {
  .ng-hero-slider-v4 .ng-dots-mobile .progressBarContainer {
    bottom: 80px;
  }
}
@media (max-width: 1920px) {
  .ng-hero-slider-v4 .ng-dots-mobile .progressBarContainer {
    bottom: 50px;
  }
}
@media (max-width: 1366px) {
  .ng-hero-slider-v4 .ng-dots-mobile .progressBarContainer {
    bottom: 6px;
  }
}
@media (max-width: 1024px) {
  .ng-hero-slider-v4 .ng-dots-mobile .progressBarContainer {
    bottom: 16px;
  }
}
@media (max-width: 768px) {
  .ng-hero-slider-v4 .ng-dots-mobile .progressBarContainer {
    bottom: 30px;
    left: 60px;
  }
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 .ng-dots-mobile .progressBarContainer {
    bottom: 14px;
    left: 30px;
  }
}
.ng-hero-slider-v4 .ng-dots-mobile .progressBarContainer .item h3 {
  color: var(--EXL-Slate-Gray, #2e3643);
  font-family: Yantramanav;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 .ng-dots-mobile .progressBarContainer .item h3 {
    visibility: hidden;
    left: 0;
    position: absolute;
    top: -33px;
    pointer-events: none;
  }
}
.ng-hero-slider-v4 .ng-dots-mobile .progressBarContainer .item:hover h3 {
  color: #fb4e0b;
}
.ng-hero-slider-v4 .ng-dots-mobile .progressBarContainer .bar-active h3 {
  color: #fb4e0b;
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 .ng-dots-mobile .progressBarContainer .bar-active h3 {
    visibility: visible;
  }
}
.ng-hero-slider-v4 .ng-dots-mobile .progressBarContainer div {
  display: block;
  width: auto;
  padding: 0;
  cursor: pointer;
  margin-right: 22px;
  float: left;
}
@media (max-width: 480px) {
  .ng-hero-slider-v4 .ng-dots-mobile .progressBarContainer div {
    margin-right: 12px;
  }
}
.ng-hero-slider-v4 .ng-dots-mobile .progressBarContainer > div:only-child {
  display: none;
}
.ng-hero-slider-v4 .ng-dots-mobile .progressBarContainer div:last-child {
  margin-right: 0;
}
.ng-hero-slider-v4 .ng-dots-mobile .progressBarContainer div span.progressBar {
  width: 154.748px;
  height: 6px;
  background-color: rgba(46, 54, 67, 0.3);
  display: block;
  border-radius: 8px;
  margin: 30px 0px;
}
@media (max-width: 480px) {
  .ng-hero-slider-v4
    .ng-dots-mobile
    .progressBarContainer
    div
    span.progressBar {
    height: 10px;
    margin: 30px 0px;
  }
}
.ng-hero-slider-v4
  .ng-dots-mobile
  .ng-dots-mobile
  .progressBarContainer
  .dark
  span.progressBar {
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1024px) {
  .ng-hero-slider-v4
    .ng-dots-mobile
    .progressBarContainer
    div
    span.progressBar {
    width: 104.748px;
  }
}
@media (max-width: 760px) {
  .ng-hero-slider-v4
    .ng-dots-mobile
    .progressBarContainer
    div
    span.progressBar {
    border-radius: 8px;
    width: 58px;
  }
}
@media (max-width: 385px) {
  .ng-hero-slider-v4
    .ng-dots-mobile
    .progressBarContainer
    div
    span.progressBar {
    width: 58px;
  }
}
.ng-hero-slider-v4
  .ng-dots-mobile
  .progressBarContainer
  div
  span.progressBar
  .inProgress {
  background-color: #fb4e0b;
  width: 0%;
  height: 6px;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .ng-hero-slider-v4
    .ng-dots-mobile
    .progressBarContainer
    div
    span.progressBar
    .inProgress {
    height: 10px;
  }
}
.ng-hero-slider-v4.dark-arrow .full-wide-slider .slick-prev {
  left: 28px;
  transition: transform 1s ease;
}
@media (max-width: 3340px) {
  .ng-hero-slider-v4.dark-arrow .full-wide-slider .slick-prev {
    left: 10%;
  }
}
@media (max-width: 1725px) {
  .ng-hero-slider-v4.dark-arrow .full-wide-slider .slick-prev {
    left: 5%;
  }
}
@media (max-width: 1525px) {
  .ng-hero-slider-v4.dark-arrow .full-wide-slider .slick-prev {
    left: 28px;
  }
}
@media (max-width: 1366px) {
  .ng-hero-slider-v4.dark-arrow .full-wide-slider .slick-prev {
    left: 5px;
  }
}
@media (max-width: 768px) {
  .ng-hero-slider-v4.dark-arrow .full-wide-slider .slick-prev {
    display: none !important;
  }
}
.ng-hero-slider-v4.dark-arrow .full-wide-slider .slick-prev::before {
  content: "";
  height: 58px;
  width: 22px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='30' viewBox='0 0 18 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.832031 14.3438L14.0859 1.20312C14.6523 0.636719 15.5586 0.636719 16.0117 1.20312L16.918 1.99609C17.3711 2.5625 17.3711 3.35547 16.918 3.92188L5.25 15.25L16.8047 26.6914C17.3711 27.2578 17.3711 28.0508 16.8047 28.6172L16.0117 29.4102C15.5586 29.9766 14.6523 29.9766 14.0859 29.4102L0.832031 16.2695C0.265625 15.7031 0.265625 14.9102 0.832031 14.3438Z' fill='white'/%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  transition: transform 1s ease;
}
@media (hover: hover) and (pointer: fine) {
  .ng-hero-slider-v4.dark-arrow .full-wide-slider .slick-prev:hover::before {
    content: "";
    height: 58px;
    width: 22px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='30' viewBox='0 0 18 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M0.832031 14.3438L14.0859 1.20312C14.6523 0.636719 15.5586 0.636719 16.0117 1.20312L16.918 1.99609C17.3711 2.5625 17.3711 3.35547 16.918 3.92188L5.25 15.25L16.8047 26.6914C17.3711 27.2578 17.3711 28.0508 16.8047 28.6172L16.0117 29.4102C15.5586 29.9766 14.6523 29.9766 14.0859 29.4102L0.832031 16.2695C0.265625 15.7031 0.265625 14.9102 0.832031 14.3438Z' fill='white'/%3E %3C/svg%3E ");
    background-repeat: no-repeat;
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    -o-transform: translateX(-6px);
    transform: translateX(-6px);
  }
}
.ng-hero-slider-v4.dark-arrow .full-wide-slider .slick-next {
  right: 28px;
  transition: transform 1s ease;
}
@media (max-width: 3340px) {
  .ng-hero-slider-v4.dark-arrow .full-wide-slider .slick-next {
    right: 10%;
  }
}
@media (max-width: 1525px) {
  .ng-hero-slider-v4.dark-arrow .full-wide-slider .slick-next {
    right: 28px;
  }
}
@media (max-width: 1366px) {
  .ng-hero-slider-v4.dark-arrow .full-wide-slider .slick-next {
    right: -5px;
  }
}
@media (max-width: 768px) {
  .ng-hero-slider-v4.dark-arrow .full-wide-slider .slick-next {
    display: none !important;
  }
}
.ng-hero-slider-v4.dark-arrow .full-wide-slider .slick-next::before {
  content: "";
  height: 58px;
  width: 22px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='30' viewBox='0 0 18 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16.8047 16.2695L3.55078 29.4102C2.98438 29.9766 2.07812 29.9766 1.625 29.4102L0.832031 28.6172C0.265625 28.0508 0.265625 27.2578 0.832031 26.6914L12.3867 15.25L0.832031 3.92188C0.265625 3.35547 0.265625 2.5625 0.832031 1.99609L1.625 1.20312C2.07812 0.636719 2.98438 0.636719 3.55078 1.20312L16.918 14.3438C17.3711 14.9102 17.3711 15.7031 16.8047 16.2695Z' fill='white'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  transition: transform 1s ease;
}
@media (hover: hover) and (pointer: fine) {
  .ng-hero-slider-v4.dark-arrow .full-wide-slider .slick-next:hover::before {
    content: "";
    height: 58px;
    width: 22px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='30' viewBox='0 0 18 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M16.8047 16.2695L3.55078 29.4102C2.98438 29.9766 2.07812 29.9766 1.625 29.4102L0.832031 28.6172C0.265625 28.0508 0.265625 27.2578 0.832031 26.6914L12.3867 15.25L0.832031 3.92188C0.265625 3.35547 0.265625 2.5625 0.832031 1.99609L1.625 1.20312C2.07812 0.636719 2.98438 0.636719 3.55078 1.20312L16.918 14.3438C17.3711 14.9102 17.3711 15.7031 16.8047 16.2695Z' fill='white'/%3E %3C/svg%3E");
    background-repeat: no-repeat;
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
  }
}
.ng-hero-slider-v4.dark-arrow
  .ng-dots-mobile
  .progressBarContainer
  div
  span.progressBar {
  background-color: rgba(255, 255, 255, 0.3);
}
.ng-hero-slider-v4
  .full-wide-slider
  .ng-preference-center-banner
  .ng-hero-slider
  .slick-slide,
.ng-hero-slider-v4
  .full-wide-slider
  .ng-preference-center-banner
  .ng-hero-slider
  .slick-slide::before,
.ng-preference-center-banner .ng-hero-slider .caption,
.ng-preference-center-banner .ng-hero-slider .full-wide-slider .slick-slide,
.ng-preference-center-banner
  .ng-hero-slider
  .full-wide-slider
  .slick-slide::before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ng-hero-slider-v4
  .full-wide-slider
  .ng-preference-center-banner
  .ng-hero-slider
  .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* carousel v4 style - end */

.ng-hero-slider-v4 .ng-featured-content-v1 {
  display: none;
}

/* Agenda css - start */
.exl-conference-agenda {
  padding: 60px 0;
}
@media (max-width: 480px) {
  .exl-conference-agenda {
    padding: 30px 0;
  }
}
.exl-conference-agenda .nxt-section-title {
  margin-bottom: 30px;
}
.exl-conference-agenda .agenda-item {
  border: 2px solid #999;
  margin-bottom: 20px;
  padding: 10px;
}
.exl-conference-agenda .agenda-row {
  display: flex;
  flex-wrap: wrap;
}
.exl-conference-agenda .agenda-time {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
  font-weight: bold;
  padding: 15px;
  font-size: 25px;
}
@media (min-width: 768px) {
  .exl-conference-agenda .agenda-time {
    width: 20%;
  }
  .exl-conference-agenda .agenda-content {
    width: 80%;
    padding-left: 30px;
  }
  .exl-conference-agenda .agenda-content .agenda-topic {
    font-size: 25px;
    font-weight: bold;
  }
  .exl-conference-agenda .agenda-content .agenda-desc {
    font-size: 18px;
    font-weight: normal;
  }
}
@media (max-width: 767.98px) {
  .exl-conference-agenda .agenda-time {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
  }
  .exl-conference-agenda .agenda-content {
    width: 100%;
  }
  .exl-conference-agenda .agenda-content .agenda-desc {
    font-size: 16px;
    font-weight: normal;
  }
  .exl-conference-agenda .agenda-content .agenda-topic {
    font-size: 21px;
    font-weight: bold;
  }
}
/* Agenda css - end */

.page-node-20186 .nxt-featured-event-details {
  background-image: none !important;
}

.page-node-20186 .event-speakers .speaker-pic {
  width: 115px !important;
  height: 115px !important;
}

@media (min-width: 768px) {
  .page-node-20186 .event-speakers .etitle.company {
    min-height: 85px !important;
  }
}

/***  Paymentor css  ***/

.page-node-20196
  .nxt-multi-cards-with-text--type-2
  .nxt-multi-cards-with-text--type-2-sub-title,
.page-node-20196
  .nxt-multi-title-desc-type-11
  .nxt-multi-title-desc-type-11-title {
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
}

.page-node-20196
  .nxt-multi-cards-with-text--type-2
  .nxt-multi-cards-with-text--type-2-sub-title
  p,
.page-node-20196
  .nxt-landing-banner--type-6
  .nxt-promo-banner-v2
  .nxt-promo-banner-sub-text,
.page-node-20196 .ng-our-services-v1 .ng-our-services-sub-title,
.page-node-20196 .nxt-tab-type-6 .tab-body-subtitle p,
.page-node-20196 .nxt-promo-banner-v2 .content h4 p {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 27px !important;
}

.page-node-20196
  .nxt-multi-cards-with-text--type-2
  .nxt-multi-cards-with-text--type-2-desc
  p {
  font-size: 25px !important;
  font-style: normal !important;
  line-height: normal !important;
}

.page-node-20196 .nxt-accordion .nxt-accordion-title span,
.page-node-20196 .nxt-accordion .nxt-accordion-content ul li,
.page-node-20196 .nxt-accordion .nxt-accordion-content p {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
}

/*** Healthcare landing page ***/

.page-node-19831
  .ng-our-values
  .ng-vertical-card-component
  .ng-vertical-card-title {
  font-size: 30px !important;
  line-height: 35px !important;
}

.page-node-19831
  .ng-our-values
  .ng-vertical-card-component
  .ng-vertical-card-desc
  p {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 27px !important;
}

.page-node-19831 .ng-our-values .ng-our-partnership-title {
  font-size: 20px !important;
  line-height: 25px !important;
}

.page-node-19831 .ng-our-values p {
  font-size: 45px !important;
  line-height: 54px !important;
}

.page-node-19831 .nxt-accordion .nxt-accordion-title span,
.page-node-19831 .nxt-accordion .nxt-accordion-content ul li,
.page-node-19831 .nxt-accordion .nxt-accordion-content p {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
}

/***   Old Menu css fixes  ***/

.ng-site-header-old
  .navbar-header
  .region-navigation
  nav
  span.data-menu-link-ai-powered-operations-industry-solutions {
  padding: 0px;
}

/*** New banner below the nav ***/

.nxt-landing-banner--type-3 {
  margin: 0 -15px !important;
  margin-top: 21px !important;
}

@media (max-width: 1024px) {
  .nxt-landing-banner--type-3 {
    margin-top: 9px !important;
  }
}

@media (max-width: 480px) {
  .nxt-landing-banner--type-3 {
    margin-top: -9px !important;
  }
}

.pace-active {
  background: transparent !important;
}

.nxt-landing-banner--type-3 .nxt-hero-heading {
  margin-top: 0px !important;
}

.ng-hero-slider {
  margin: 0 -15px !important;
  margin-top: 21px !important;
}

/*** new sup class  ***/

.cussup {
  top: -0.5em !important;
  font-size: 57% !important;
  padding: 1px;
  font-weight: 300;
}

.ng-site-header,
.ng-site-header-old {
  background: rgba(255, 255, 255, 1) !important;
}

/* Logo Module css - start */

.nxt-exl-client-logos {
  background: #edf9fd;
  padding: 60px 0;
  overflow: hidden;
}

@media (max-width: 480px) {
  .nxt-exl-client-logos {
    padding: 30px 0;
  }
}

.nxt-exl-client-logos h2 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .nxt-exl-client-logos h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.45px;
  }
}

.nxt-exl-client-logos h2::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin: 25px 0 40px;
}

.nxt-exl-client-logos .marquee-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.nxt-exl-client-logos .marquee-track {
  display: flex;
  align-items: center;
  gap: 55px;
  flex-shrink: 0;
  will-change: transform;
}

.nxt-exl-client-logos .marquee-track a {
  display: inline-block;
}

.nxt-exl-client-logos .marquee-track img {
  max-height: 43px;
  display: block;
}

.nxt-exl-client-logos .marquee-wrapper {
  display: flex;
  width: max-content;
}

/* Logo Module css - end */

@media (max-width: 1365px) {
  .ng-exl-our-solutions .list-group .list-group-item {
    padding: 0 0px 0 10px !important;
  }
}

@media (max-width: 480px) {
  .page-node-20406 .ng-featured-content-v1,
  .page-node-20231 .ng-featured-content-v1 {
    display: none !important;
  }
}

/*** Carousel video slide fix  ***/

.page-node-20406 .ng-hero-slider-v1 .full-wide-slider .slick-slide video {
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  width: auto !important;
  height: auto !important;
  transform: translate(-50%, -50%) !important;
  margin-top: 166px !important;
}
@media (max-width: 480px) {
  .page-node-20406 .ng-hero-slider-v1 .full-wide-slider .slick-slide video {
    margin-top: 40px !important;
  }
}

/*** Parnets page banner ***/

.ng-banner .ng-hero-slider .caption {
  top: 100px !important;
}

/*** Professional services  page ***/

.page-node-20421
  .nxt-landing-banner--type-6
  .nxt-promo-banner-v2
  .content
  h4
  p {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 27px !important;
}

.page-node-20421 .ng-our-services .row svg {
  display: none !important;
}

.page-node-20421 .ng-our-services.ng-color-lightgrey .row svg {
  display: block !important;
}

.page-node-20421 .ng-our-services.ng-color-lightgrey .ng-our-services-title {
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
}

.page-node-20421 .ng-our-services.ng-color-white .ng-our-services-title,
.page-node-20421 .nxt-promo-banner-v2 .content h3 p {
  font-size: 45px !important;
  line-height: 54px !important;
}
/* Podcast hero - css */
.nxt-landing-banner--type-8 {
  margin: 0 -15px;
  margin-top: -85px;
}
@media (max-width: 575.98px) {
  .nxt-landing-banner--type-8 {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .nxt-landing-banner--type-8 {
    margin-top: -55px;
  }
}
.nxt-landing-banner--type-8 .hero {
  width: 100%;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: end;
  justify-content: center;
  overflow: hidden;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 3440px) {
  .nxt-landing-banner--type-8 .hero {
    min-height: 500px;
  }
}
@media (max-width: 1920px) {
  .nxt-landing-banner--type-8 .hero {
    min-height: 500px;
  }
}
@media (max-width: 1530px) {
  .nxt-landing-banner--type-8 .hero {
    min-height: 500px;
  }
}
@media (max-width: 1366px) {
  .nxt-landing-banner--type-8 .hero {
    min-height: 500px;
  }
}
@media (max-width: 1200px) {
  .nxt-landing-banner--type-8 .hero {
    min-height: 500px;
  }
}
@media (max-width: 480px) {
  .nxt-landing-banner--type-8 .hero {
    min-height: 520px;
    padding: 0 15px;
  }
}
.nxt-landing-banner--type-8 .nxt-landing-banner-hero {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 70px;
}
@media (max-width: 480px) {
  .nxt-landing-banner--type-8 .nxt-landing-banner-hero {
    padding: 0;
  }
}
.nxt-landing-banner--type-8 .hero .nxt_landing_banner_hero_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: 1s -webkit-filter linear;
  object-position: bottom;
}
.nxt-landing-banner--type-8 .nxt-custom-hero-content h1 {
  color: #fff;
  font-family: Yantramanav;
  font-size: 60px;
  line-height: 65px;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-align: left;
  overflow: hidden;
  max-width: 1120px;
  margin-top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  margin-bottom: 20px;
  position: relative;
  display: flex;
}
.nxt-landing-banner--type-8 .nxt-custom-hero-content h1 .nxt-title-icon {
  min-width: 27px;
}
@media (max-width: 480px) {
  .nxt-landing-banner--type-8 .nxt-custom-hero-content h1 .nxt-title-icon {
    min-width: 21px;
  }
  .nxt-landing-banner--type-8 .nxt-custom-hero-content h1 .nxt-title-icon svg {
    width: 21px;
    height: 50px;
  }
}
.nxt-landing-banner--type-8 .nxt-custom-hero-content h1 .nxt-title-text {
  padding-left: 0;
}
@media (max-width: 480px) {
  .nxt-landing-banner--type-8 .nxt-custom-hero-content h1 .nxt-title-text {
    padding-left: 13px;
    line-height: 50px;
  }
}
@media (max-width: 1200px) {
  .nxt-landing-banner--type-8 .nxt-custom-hero-content h1 {
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 1024px) {
  .nxt-landing-banner--type-8 .nxt-custom-hero-content h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 111%;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .nxt-landing-banner--type-8 .nxt-custom-hero-content h1 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 53px;
  }
}
@media (max-width: 480px) {
  .nxt-landing-banner--type-8 .nxt-custom-hero-content h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 97.2%;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
    margin-top: 20px;
    max-width: 100%;
  }
  .nxt-landing-banner--type-8 .nxt-custom-hero-content h1 .nxt-title-text br {
    display: none;
  }
}
.nxt-landing-banner--type-8
  .nxt-custom-hero-content
  p.nxt-custom-hero-description {
  color: #fff;
  font-family: Yantramanav;
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
  padding-bottom: 20px;
  text-align: left;
  max-width: 876px;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 480px) {
  .nxt-landing-banner--type-8
    .nxt-custom-hero-content
    p.nxt-custom-hero-description {
    font-size: 25px;
    line-height: 111%;
    letter-spacing: -0.4px;
    border-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 23px;
    padding-left: 37px;
    display: none;
  }
}
@media (max-width: 768px) {
  .nxt-landing-banner--type-8 .nxt-custom-hero-description {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media (max-width: 1199.98px) {
  .nxt-landing-banner--type-8
    .nxt-custom-hero-content
    p.nxt-custom-hero-description
    p
    br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .nxt-landing-banner--type-8 h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .nxt-landing-banner--type-8 .nxt-custom-hero-description {
    font-size: 12px;
  }
}
.nxt-landing-banner--type-8 .nxt-podcast-platform p {
  color: #fff;
  font-size: 16px;
  font-family: Yantramanav;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 12px;
}
.nxt-landing-banner--type-8 .nxt-podcast-platform a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-family: Yantramanav;
  font-weight: 400;
  line-height: 25px;
  margin-right: 34px;
  float: left;
}
.nxt-landing-banner--type-8 .nxt_podcast_platform_icon {
  width: 40px;
  height: auto;
  margin-right: 15px;
}
.nxt-landing-banner--type-8 .nxt-landing-banner-hero span.nxt-title-icon {
  margin-top: 30px;
}
.nxt-landing-banner--type-8 .nxt-custom-hero-content {
  max-width: 850px;
}
@media (min-width: 769px) and (max-width: 1199.98px) {
  .nxt-landing-banner--type-8 .nxt-custom-hero-content {
    padding-right: 50px;
  }
}
.nxt-landing-banner--type-8 .nxt-podcast-platform {
  text-align: left;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .nxt-landing-banner--type-8 .nxt-custom-hero-content h1 .nxt-title-icon svg {
    width: 21px;
    height: 50px;
  }
  .nxt-landing-banner--type-8 .nxt-podcast-platform {
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .nxt-landing-banner--type-8 .nxt-podcast-platform .row .col-12 {
    margin-bottom: 15px;
  }
  .nxt-landing-banner--type-8 .nxt_podcast_platform_icon {
    margin-right: 15px;
  }
}
.nxt-landing-banner--type-8 .hero .nxt-landing-banner-hero:before {
  height: 100%;
  background: #021b39;
  width: 83.54%;
  z-index: 0;
  position: absolute;
  content: "";
  bottom: 42px;
  top: 42px;
  right: 0;
  left: 208px;
}
.nxt-landing-banner--type-8 .hero img.nxt_podcast_hero_icon {
  width: 199px;
  height: auto;
  margin-left: 34px;
}
@media (max-width: 767.98px) {
  .nxt-landing-banner--type-8 .hero .nxt-landing-banner-hero:before {
    height: 100%;
    width: 100%;
    left: 0;
  }
}
.exl-conference-agenda .nxt-section-title {
  margin-bottom: 30px;
}
.exl-conference-agenda .agenda-item {
  border: 2px solid #999;
  margin-bottom: 20px;
  padding: 10px;
}
.exl-conference-agenda .agenda-row {
  display: flex;
  flex-wrap: wrap;
}
.exl-conference-agenda .agenda-time {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ccc;
  font-weight: bold;
  padding: 15px;
  font-size: 25px;
}
@media (min-width: 768px) {
  .exl-conference-agenda .agenda-time {
    width: 20%;
  }
  .exl-conference-agenda .agenda-content {
    width: 80%;
    padding-left: 30px;
  }
  .exl-conference-agenda .agenda-content .agenda-topic {
    font-size: 25px;
    font-weight: bold;
  }
  .exl-conference-agenda .agenda-content .agenda-desc {
    font-size: 18px;
    font-weight: normal;
  }
}
@media (max-width: 767.98px) {
  .exl-conference-agenda .agenda-time {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
  }
  .exl-conference-agenda .agenda-content {
    width: 100%;
  }
  .exl-conference-agenda .agenda-content .agenda-desc {
    font-size: 16px;
    font-weight: normal;
  }
  .exl-conference-agenda .agenda-content .agenda-topic {
    font-size: 21px;
    font-weight: bold;
  }
}
/* Agenda css - end */

.page-node-20186 .nxt-featured-event-details {
  background-image: none !important;
}

.page-node-20186 .event-speakers .speaker-pic {
  width: 115px !important;
  height: 115px !important;
}

@media (min-width: 768px) {
  .page-node-20186 .event-speakers .etitle.company {
    min-height: 85px !important;
  }
}

/***  Paymentor css  ***/

.page-node-20196
  .nxt-multi-cards-with-text--type-2
  .nxt-multi-cards-with-text--type-2-sub-title,
.page-node-20196
  .nxt-multi-title-desc-type-11
  .nxt-multi-title-desc-type-11-title {
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
}

.page-node-20196
  .nxt-multi-cards-with-text--type-2
  .nxt-multi-cards-with-text--type-2-sub-title
  p,
.page-node-20196
  .nxt-landing-banner--type-6
  .nxt-promo-banner-v2
  .nxt-promo-banner-sub-text,
.page-node-20196 .ng-our-services-v1 .ng-our-services-sub-title,
.page-node-20196 .nxt-tab-type-6 .tab-body-subtitle p,
.page-node-20196 .nxt-promo-banner-v2 .content h4 p {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 27px !important;
}

.page-node-20196
  .nxt-multi-cards-with-text--type-2
  .nxt-multi-cards-with-text--type-2-desc
  p {
  font-size: 25px !important;
  font-style: normal !important;
  line-height: normal !important;
}

.page-node-20196 .nxt-accordion .nxt-accordion-title span,
.page-node-20196 .nxt-accordion .nxt-accordion-content ul li,
.page-node-20196 .nxt-accordion .nxt-accordion-content p {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
}

/*** Healthcare landing page ***/

.page-node-19831
  .ng-our-values
  .ng-vertical-card-component
  .ng-vertical-card-title {
  font-size: 30px !important;
  line-height: 35px !important;
}

.page-node-19831
  .ng-our-values
  .ng-vertical-card-component
  .ng-vertical-card-desc
  p {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 27px !important;
}

.page-node-19831 .ng-our-values .ng-our-partnership-title {
  font-size: 20px !important;
  line-height: 25px !important;
}

.page-node-19831 .ng-our-values p {
  font-size: 45px !important;
  line-height: 54px !important;
}

.page-node-19831 .nxt-accordion .nxt-accordion-title span,
.page-node-19831 .nxt-accordion .nxt-accordion-content ul li,
.page-node-19831 .nxt-accordion .nxt-accordion-content p {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
}

/***   Old Menu css fixes  ***/

.ng-site-header-old
  .navbar-header
  .region-navigation
  nav
  span.data-menu-link-ai-powered-operations-industry-solutions {
  padding: 0px;
}

/*** New banner below the nav ***/

.nxt-landing-banner--type-3 {
  margin: 0 -15px !important;
  margin-top: 21px !important;
}

@media (max-width: 1024px) {
  .nxt-landing-banner--type-3 {
    margin-top: 9px !important;
  }
}

@media (max-width: 480px) {
  .nxt-landing-banner--type-3 {
    margin-top: -9px !important;
  }
}

.pace-active {
  background: transparent !important;
}

.nxt-landing-banner--type-3 .nxt-hero-heading {
  margin-top: 0px !important;
}

.ng-hero-slider {
  margin: 0 -15px !important;
  margin-top: 21px !important;
}

/*** new sup class  ***/

.cussup {
  top: -0.5em !important;
  font-size: 57% !important;
  padding: 1px;
  font-weight: 300;
}

.ng-site-header,
.ng-site-header-old {
  background: rgba(255, 255, 255, 1) !important;
}

/* Logo Module css - start */

.nxt-exl-client-logos {
  background: #edf9fd;
  padding: 60px 0;
  overflow: hidden;
}

@media (max-width: 480px) {
  .nxt-exl-client-logos {
    padding: 30px 0;
  }
}

.nxt-exl-client-logos h2 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .nxt-exl-client-logos h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.45px;
  }
}

.nxt-exl-client-logos h2::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin: 25px 0 40px;
}

.nxt-exl-client-logos .marquee-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.nxt-exl-client-logos .marquee-track {
  display: flex;
  align-items: center;
  gap: 55px;
  flex-shrink: 0;
  will-change: transform;
}

.nxt-exl-client-logos .marquee-track a {
  display: inline-block;
}

.nxt-exl-client-logos .marquee-track img {
  max-height: 43px;
  display: block;
}

.nxt-exl-client-logos .marquee-wrapper {
  display: flex;
  width: max-content;
}

/* Logo Module css - end */

@media (max-width: 1365px) {
  .ng-exl-our-solutions .list-group .list-group-item {
    padding: 0 0px 0 10px !important;
  }
}

@media (max-width: 480px) {
  .page-node-20406 .ng-featured-content-v1,
  .page-node-20231 .ng-featured-content-v1 {
    display: none !important;
  }
}

/*** Carousel video slide fix  ***/

.page-node-20406 .ng-hero-slider-v1 .full-wide-slider .slick-slide video {
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  width: auto !important;
  height: auto !important;
  transform: translate(-50%, -50%) !important;
  margin-top: 166px !important;
}
@media (max-width: 480px) {
  .page-node-20406 .ng-hero-slider-v1 .full-wide-slider .slick-slide video {
    margin-top: 40px !important;
  }
}

/*** Parnets page banner ***/

.ng-banner .ng-hero-slider .caption {
  top: 100px !important;
}

/*** Professional services  page ***/

.page-node-20421
  .nxt-landing-banner--type-6
  .nxt-promo-banner-v2
  .content
  h4
  p {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 27px !important;
}

.page-node-20421 .ng-our-services .row svg {
  display: none !important;
}

.page-node-20421 .ng-our-services.ng-color-lightgrey .row svg {
  display: block !important;
}

.page-node-20421 .ng-our-services.ng-color-lightgrey .ng-our-services-title {
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
}

.page-node-20421 .ng-our-services.ng-color-white .ng-our-services-title,
.page-node-20421 .nxt-promo-banner-v2 .content h3 p {
  font-size: 45px !important;
  line-height: 54px !important;
}

/***  Retail hero ***/

.page-node-16426 .ng-hero-slider-v4 .caption .ng-btn-arrow {
  float: left !important;
  margin-right: 10px !important;
}

/* latest episodes */
.nxt-podcast-latest-episodes {
  background: #f8f8f8;
  padding: 60px 0 35px;
}
.nxt-podcast-latest-episodes h2 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .nxt-podcast-latest-episodes h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.45px;
  }
}
.nxt-podcast-latest-episodes h2::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin-bottom: 50px;
  margin-top: 17px;
}
@media (max-width: 480px) {
  .nxt-podcast-latest-episodes::after {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.nxt-podcast-latest-episodes .card-body {
  background: #013159;
  position: relative;
  padding: 39px;
}
.nxt-podcast-latest-episodes .card-body .exl-podcast-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 134px;
  height: auto;
}
.nxt-podcast-latest-episodes .card-body h3 {
  color: #ffffff;
  font-size: 33px;
  font-family: Yantramanav;
  line-height: 38px;
  margin-top: 50px;
  max-width: 408px;
  position: relative;
  z-index: 1;
}
.nxt-podcast-latest-episodes .card-body h3:before {
  position: absolute;
  content: "";
  background: #021b39;
  height: 100%;
  width: calc(100% + 60px);
  height: calc(100% + 30px);
  z-index: -1;
  left: -39px;
  padding: 10px;
  top: -15px;
}
.nxt-podcast-latest-episodes .card-body .badge {
  font-size: 17px;
  font-family: Yantramanav;
  font-weight: 300;
  color: #ffffff;
  background: rgba(128, 128, 128, 0.6);
  border-radius: 3px;
}
.nxt-podcast-latest-episodes .podcast-body {
  padding: 29px;
}
.nxt-podcast-latest-episodes .podcast-body .podcast-date {
  font-size: 16px;
  color: #000;
  font-family: Yantramanav;
  font-weight: 500;
  line-height: 20px;
  word-wrap: break-word;
  margin-bottom: 16px;
}
.nxt-podcast-latest-episodes .podcast-body .podcast-desc,
.nxt-podcast-latest-episodes .podcast-body .podcast-desc p {
  font-size: 18px;
  font-family: Yantramanav;
  line-height: 22px;
}
.nxt-podcast-latest-episodes .podcast-body .tags .badge {
  background: rgba(243, 243, 243, 1);
  color: #7f7f7f;
  font-size: 14px;
  font-family: Yantramanav;
  font-weight: 500;
  line-height: 17.5px;
  border-radius: 6px;
  padding: 3px 10px;
}
.nxt-podcast-latest-episodes .podcast-body .tags .badge img {
  margin-right: 8px;
}
.nxt-podcast-latest-episodes .podcast-body a {
  color: #000;
  font-size: 14px;
  font-family: Yantramanav;
  font-weight: 500;
  line-height: 17.5px;
  background: none;
  border: none;
  margin-top: 23px;
  padding: 0;
  min-height: 59px;
}
.nxt-podcast-latest-episodes .podcast-body a:active,
.nxt-podcast-latest-episodes .podcast-body a:active:focus,
.nxt-podcast-latest-episodes .podcast-body a:focus {
  background: none;
  outline: none;
  box-shadow: none;
  border: none;
  color: #000;
}
.nxt-podcast-latest-episodes .podcast-body a .ng-podcast-play {
  width: 33px;
  margin-left: 10px;
  transition: transform 650ms;
}
.nxt-podcast-latest-episodes .podcast-body a:hover .ng-podcast-play {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.nxt-podcast-latest-episodes .audio-container {
  margin-top: 23px;
}
.podcast-loadmore-container {
  background: #f8f8f8;
  margin: 0 0 -20px 0 !important;
  padding-bottom: 40px;
}
.nxt-podcast-latest-episodes .podcast-loadmore-container .nxt-trans-btn-arrow {
  padding: 10px 15px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: Yantramanav;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  min-height: 44px;
  min-width: 208px;
}
@media (max-width: 480px) {
  .nxt-podcast-latest-episodes .card-body h3 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 30px;
    max-width: 90%;
  }
  .nxt-podcast-latest-episodes .card-body h3:before {
    width: calc(100% + 50px);
    height: calc(100% + 30px);
    z-index: -1;
    left: -25px;
    padding: 10px;
    top: -15px;
  }
  .nxt-podcast-latest-episodes .card-body .exl-podcast-icon {
    width: 104px;
  }
  .nxt-podcast-latest-episodes .card-body {
    padding: 25px;
  }
  .nxt-podcast-latest-episodes .podcast-body {
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  .nxt-podcast-latest-episodes .podcast-body {
    min-height: 351px;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .nxt-podcast-latest-episodes .podcast-body {
    min-height: 336px;
  }
}
@media (max-width: 991.98px) {
  .nxt-podcast-latest-episodes .podcast-body .tags .badge {
    margin-bottom: 10px;
  }
}
/* next episodes */
.nxt-podcast-next-episodes {
  background: #f8f8f8;
  padding: 60px 0 35px;
  margin: 0 -15px;
}
.nxt-podcast-next-episodes h2 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .nxt-podcast-next-episodes h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.45px;
  }
}
.nxt-podcast-next-episodes h2::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin-bottom: 40px;
  margin-top: 17px;
}
@media (max-width: 480px) {
  .nxt-podcast-next-episodes::after {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.nxt-podcast-next-episodes .card-body {
  background: #013159;
  position: relative;
  padding: 25px;
}
.nxt-podcast-next-episodes .card-body .exl-podcast-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 134px;
  height: auto;
}
.nxt-podcast-next-episodes .card-body h3 {
  color: #ffffff;
  font-size: 25px;
  font-family: Yantramanav;
  line-height: 32px;
  margin-top: 10px;
  max-width: 408px;
  position: relative;
  z-index: 1;
}
.nxt-podcast-next-episodes .card-body h3:before {
  position: absolute;
  content: "";
  background: #021b39;
  height: 100%;
  width: calc(100% + 25px);
  height: calc(100% + 30px);
  z-index: -1;
  left: -25px;
  padding: 10px;
  top: -15px;
}
.nxt-podcast-next-episodes .card-body .badge {
  font-size: 17px;
  font-family: Yantramanav;
  font-weight: 300;
  color: #ffffff;
  background: rgba(128, 128, 128, 0.6);
  border-radius: 3px;
}
.nxt-podcast-next-episodes .podcast-body {
  padding: 29px;
}
.nxt-podcast-next-episodes .podcast-body .podcast-date {
  font-size: 16px;
  color: #000;
  font-family: Yantramanav;
  font-weight: 500;
  line-height: 20px;
  word-wrap: break-word;
  margin-bottom: 16px;
}
.nxt-podcast-next-episodes .podcast-body .podcast-desc,
.nxt-podcast-next-episodes .podcast-body .podcast-desc p {
  font-size: 18px;
  font-family: Yantramanav;
  line-height: 22px;
}
.nxt-podcast-next-episodes .podcast-body .tags .badge {
  background: rgba(243, 243, 243, 1);
  color: #7f7f7f;
  font-size: 14px;
  font-family: Yantramanav;
  font-weight: 500;
  line-height: 17.5px;
  border-radius: 6px;
  padding: 3px 10px;
}
.nxt-podcast-next-episodes .podcast-body .tags .badge img {
  margin-right: 8px;
}
.nxt-podcast-next-episodes .podcast-body a {
  color: #000;
  font-size: 14px;
  font-family: Yantramanav;
  font-weight: 500;
  line-height: 17.5px;
  background: none;
  border: none;
  margin-top: 23px;
  padding: 0;
  min-height: 59px;
}
.nxt-podcast-next-episodes .podcast-body a:active,
.nxt-podcast-next-episodes .podcast-body a:active:focus,
.nxt-podcast-next-episodes .podcast-body a:focus {
  background: none;
  outline: none;
  box-shadow: none;
  border: none;
  color: #000;
}
.nxt-podcast-next-episodes .podcast-body a .ng-podcast-play {
  width: 33px;
  margin-left: 10px;
  transition: transform 650ms;
}
.nxt-podcast-next-episodes .podcast-body a:hover .ng-podcast-play {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.nxt-podcast-next-episodes .audio-container {
  margin-top: 23px;
}
.nxt-podcast-next-episodes .podcast-loadmore-container .nxt-trans-btn-arrow {
  padding: 10px 15px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: Yantramanav;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  min-height: 44px;
  min-width: 208px;
}
@media (max-width: 480px) {
  .nxt-podcast-next-episodes .card-body h3 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 10px;
    max-width: 90%;
  }
  .nxt-podcast-next-episodes .card-body h3:before {
    width: calc(100% + 50px);
    height: calc(100% + 30px);
    z-index: -1;
    left: -25px;
    padding: 10px;
    top: -15px;
  }
  .nxt-podcast-next-episodes .card-body .exl-podcast-icon {
    width: 104px;
  }
  .nxt-podcast-next-episodes .card-body {
    padding: 25px;
  }
  .nxt-podcast-next-episodes .podcast-body {
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  .nxt-podcast-next-episodes .podcast-body {
    min-height: 351px;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .nxt-podcast-next-episodes .podcast-body {
    min-height: 336px;
  }
}
@media (max-width: 991.98px) {
  .nxt-podcast-next-episodes .podcast-body .tags .badge {
    margin-bottom: 10px;
  }
}
.podcast-loadmore-container nav li a {
  border: 1px solid #fb4e0b;
  position: relative;
  text-decoration: none;
  display: inline-flex;
  outline: none;
  cursor: pointer;
  transition: color 700ms ease;
  max-width: max-content;
  z-index: 1;
  padding: 10px 15px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: Yantramanav;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  min-height: 44px;
  min-width: 208px;
}
@media (max-width: 480px) {
  .podcast-loadmore-container nav li a {
    font-size: 12px;
    padding: 11px;
    min-width: 168px;
    min-height: 32px;
  }
}
.podcast-loadmore-container nav li a::before {
  background-image: linear-gradient(90deg, #fb4e0b 50%, transparent 0);
  background-position-x: 100%;
  background-size: 200% 200%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  width: 100%;
  z-index: -1;
}
.podcast-loadmore-container nav li a:focus,
.podcast-loadmore-container nav li a:hover {
  outline: none;
  color: #ffffff;
  text-decoration: none;
}
.podcast-loadmore-container nav li a:focus::before,
.podcast-loadmore-container nav li a:hover::before {
  background-position-x: 0;
}
.view-related-episodes .podcast-loadmore-container {
  margin-left: -15px !important;
  margin-right: -15px !important;
  padding: 20px 0 64px;
}
/* NXT nxt-featured-podcast CSS Code Start */
.nxt-featured-podcast {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0 -15px;
  background-image: none;
}
.nxt-featured-podcast-cta-group {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.nxt-featured-podcast-cta-group .ng-btn-arrow {
  border: 2px solid #fb4e0b;
  color: #000000;
  padding: 10px 15px;
  font-family: Yantramanav;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  position: relative;
  text-decoration: none;
  min-width: 220px;
  min-height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  cursor: pointer;
  transition: color 700ms ease;
  z-index: 2;
}
.nxt-featured-podcast-cta-group .ng-btn-arrow svg {
  transition: all 700ms;
}
.nxt-featured-podcast-cta-group .ng-btn-arrow svg path {
  fill: #000;
}
.nxt-featured-podcast-cta-group .ng-btn-arrow svg path {
  transition: all 700ms;
}
@media (max-width: 480px) {
  .nxt-featured-podcast-cta-group .ng-btn-arrow svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 480px) {
  .nxt-featured-podcast-cta-group .ng-btn-arrow {
    font-size: 16px;
    padding: 11px;
    min-width: 165px;
  }
}
.nxt-featured-podcast-cta-group .ng-btn-arrow::before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #7500c0),
    color-stop(50%, #a100ff)
  );
  background-image: linear-gradient(90deg, #fb4e0b 50%, transparent 0);
  background-position-x: 100%;
  background-size: 200% 200%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  width: 100%;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .nxt-featured-podcast-cta-group .ng-btn-arrow:hover {
    outline: none;
    color: #ffffff !important;
  }
  .nxt-featured-podcast-cta-group .ng-btn-arrow:hover::before {
    background-position-x: 0;
  }
  .nxt-featured-podcast-cta-group .ng-btn-arrow:hover svg {
    transition: all 700ms;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
  }
  .nxt-featured-podcast-cta-group .ng-btn-arrow:hover svg path {
    fill: #ffffff;
  }
}
@media (max-width: 480px) {
  .nxt-featured-podcast {
    padding: 0;
  }
}
.nxt-featured-podcast .nxt-featured-podcast-title {
  color: #000;
  font-family: Yantramanav;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: relative;
  margin-bottom: 0;
}
.nxt-featured-podcast .nxt-featured-podcast-title::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin-bottom: 25px;
  margin-top: 22px;
}
@media (max-width: 480px) {
  .nxt-featured-podcast .nxt-featured-podcast-title::after {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .nxt-featured-podcast .nxt-featured-podcast-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;
    /* 28px */
    letter-spacing: -0.28px;
  }
}
.nxt-featured-podcast .nxt-featured-podcast-sub-title {
  color: #000;
  font-family: Yantramanav;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: 113.021%;
  max-width: 334px;
  max-width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .nxt-featured-podcast .nxt-featured-podcast-sub-title {
    max-width: 444px;
  }
}
@media (max-width: 480px) {
  .nxt-featured-podcast .nxt-featured-podcast-sub-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
    max-width: 303px;
  }
}
.nxt-featured-podcast .nxt-featured-podcast-sub-desc p,
.nxt-featured-podcast .nxt-featured-podcast-sub-desc {
  color: var(--Black, #000);
  /* body/D-regular */
  font-family: Yantramanav;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  /* 122.222% */
  margin-bottom: 17px;
}
.nxt-featured-podcast .nxt-featured-podcast-sub-desc p {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .nxt-featured-podcast .nxt-featured-podcast-sub-desc br {
    display: none;
  }
}
.nxt-featured-podcast .featured-podcast-left {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 45px 15px 15px;
}
@media (max-width: 480px) {
  .nxt-featured-podcast .featured-podcast-left {
    padding-bottom: 0;
  }
}
.nxt-featured-podcast .nxt-featured-podcast-info {
  display: flex;
  margin-bottom: 30px;
}
.nxt-featured-podcast .nxt-featured-podcast-info .nxt-featured-podcast-duration,
.nxt-featured-podcast .nxt-featured-podcast-info .nxt-featured-podcast-guests {
  border-radius: 6px;
  background: #f3f3f3;
  display: flex;
  width: auto;
  min-height: 24px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #7f7f7f;
  font-family: Yantramanav;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 17.5px */
}
@media (max-width: 480px) {
  .nxt-featured-podcast .nxt-featured-podcast-info {
    flex-direction: column;
    width: fit-content;
  }
  .nxt-featured-podcast
    .nxt-featured-podcast-info
    .nxt-featured-podcast-duration,
  .nxt-featured-podcast
    .nxt-featured-podcast-info
    .nxt-featured-podcast-guests {
    margin-bottom: 10px;
    justify-content: flex-start;
    margin-right: 0 !important;
    max-width: max-content;
  }
}
.nxt-featured-podcast
  .nxt-featured-podcast-listen-now
  .nxt-featured-podcast-listen-now-btn {
  color: var(--Black, #000);
  font-family: Yantramanav;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 17.5px */
  min-height: 54px;
  text-decoration: none;
  display: inline-block;
}
.nxt-featured-podcast
  .nxt-featured-podcast-listen-now
  .nxt-featured-podcast-listen-now-btn:hover {
  text-decoration: none;
  color: #fb4e0b;
}
.nxt-featured-podcast .nxt-featured-podcast-img {
  width: 51vw;
  height: 100%;
}
.nxt-featured-podcast .nxt-featured-podcast-img img {
  width: 82%;
  height: 100%;
}
@media screen and (min-width: 1600px) and (max-width: 1920px) {
  .nxt-featured-podcast .nxt-featured-podcast-img {
    width: 40vw;
  }
}
@media screen and (max-width: 1400px) {
  .nxt-featured-podcast .nxt-featured-podcast-img {
    width: 50vw;
  }
  .nxt-featured-podcast .nxt-featured-podcast-img img {
    width: 81%;
  }
}
@media (max-width: 991.98px) {
  .nxt-featured-podcast .nxt-featured-podcast-img {
    width: 100%;
  }
  .nxt-featured-podcast .nxt-featured-podcast-img img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .nxt-featured-podcast {
    padding-bottom: 0;
  }
  .nxt-featured-podcast .featured-podcast-right {
    padding: 0;
  }
  .nxt-featured-podcast audio.nxt-featured-podcast-listen-now-podcast-player {
    margin-bottom: 30px;
  }
}
.nxt-featured-podcast .nxt-featured-podcast-card {
  padding: 20px;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.nxt-featured-podcast .nxt-featured-podcast-card .nxt-arrow-link {
  color: var(--black, #000);
  /* label/D-small - prominent */
  font-family: Yantramanav;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
  letter-spacing: -0.24px;
}
.nxt-featured-podcast
  .nxt-featured-podcast-card
  .nxt-featured-podcast-card-heading {
  color: var(--primary-orange-primary100, #fb4e0b);
  /* title/D-medium */
  font-family: Yantramanav;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  /* 128.571% */
}
.nxt-featured-podcast
  .nxt-featured-podcast-card
  .nxt-featured-podcast-card-desc {
  margin-top: 15px;
  color: var(--black, #000);
  /* label/D-small */
  font-family: Yantramanav;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 20px !important;
  margin-bottom: 30px;
  /* 125% */
}
.nxt-featured-podcast
  .nxt-featured-podcast-card
  .nxt-featured-podcast-card-desc
  ul
  li {
  color: var(--black, #000);
  /* label/D-small */
  font-family: Yantramanav;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 20px !important;
}
@media (hover: hover) and (pointer: fine) {
  .nxt-featured-podcast .nxt-featured-podcast-card:hover .nxt-arrow-link {
    outline: none;
    text-decoration: none;
    color: #fb4e0b;
  }
  .nxt-featured-podcast
    .nxt-featured-podcast-card:hover
    .nxt-arrow-link::after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
  }
}

/* NXT nxt-featured-podcast Code End */

/* EXL Podcast newsletter form section style */
.page-node-type-landing_page .nxt-podcast-newsletter-form {
  margin: 0;
}
/***  Retail & Energy hero ***/

.page-node-16426 .ng-hero-slider-v4 .caption .ng-btn-arrow {
  float: left !important;
  margin-right: 10px !important;
}

.page-node-18101 .ng-hero-slider-v4 .caption .ng-btn-arrow {
  float: left !important;
  margin-right: 10px !important;
}

/*** EXL Quote two column with pic style ***/

.nxt-quote-two-col .nxt-quote-two-col-container h2 {
  font-family: Yantramanav;
  font-size: 45px;
  font-style: normal;
  color: #fb4e0b;
  font-weight: 300;
  line-height: 54px; /* 120% */
  letter-spacing: var(--Headline-Large-Tracking, 0);
}

.nxt-quote-two-col .nxt-quote-two-col-container P {
  font-family: Yantramanav;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px; /* 128.571% */
}

/* EXL Podcast newsletter form section style */

.nxt-podcast-newsletter-form {
  padding: 60px 0;
  background-image: linear-gradient(226deg, #2f4b59 0%, black 100%);
}
.nxt-podcast-newsletter-form h2 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
}
@media (min-width: 992px) {
  .nxt-podcast-newsletter-form h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.45px;
  }
}
.nxt-podcast-newsletter-form h2::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin-bottom: 30px;
  margin-top: 17px;
}

.nxt-podcast-newsletter-form p {
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: -0.6px;
  margin-bottom: 36px;
}
@media (max-width: 480px) {
  .nxt-podcast-newsletter-form p {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.48px;
  }
}

.nxt-podcast-newsletter-form form label {
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  color: #fff;
}
.nxt-podcast-newsletter-form form button {
  background: none;
  min-width: 150px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  min-height: 40px;
  padding: 10px 15px;
}

.nxt-podcast-newsletter-form form label.form-check-label {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
}
.nxt-podcast-newsletter-form form label.form-check-label a {
  text-decoration: none;
  color: #fff;
}
.nxt-podcast-newsletter-form form .nxt-cus-btn-arrow svg path {
  transition: all 700ms;
  fill: #ffffff;
}

.nxt-podcast-newsletter-form .hs-input {
  display: block;
  width: 100%;
  height: 38px !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.nxt-podcast-newsletter-form .hbspt-form .hs-form-booleancheckbox .hs-input {
  width: auto !important;
  height: 12px !important;
  margin-right: 10px;
  float: left;
  margin-top: 5px;
}

.nxt-podcast-newsletter-form .hbspt-form .inputs-list {
  list-style: none !important;
  margin: 0px !important;
  padding-left: 0px;
}

.nxt-podcast-newsletter-form .hbspt-form .inputs-list a {
  color: #fb4e0b !important;
}

@media (max-width: 480px) {
  .nxt-podcast-newsletter-form .hbspt-form .hs_lastname {
    margin-top: 20px;
  }
}

.nxt-podcast-newsletter-form .hbspt-form .hs-submit .hs-button.primary {
  padding: 12px 16px !important;
  color: #ffffff !important;
  border: 2px solid #fb4e0b !important;
  background: linear-gradient(to right, #fb4e0b 50%, #000000 50%) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: background-position 0.3s ease-out !important;
  font-family: Yantramanav;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 17.5px;
  position: relative;
  text-decoration: none;
  min-height: 45px !important;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  cursor: pointer;
  transition: color 700ms ease;
  max-width: max-content;
  z-index: 1;
  float: left;
  border-radius: 0px !important;
}

.nxt-podcast-newsletter-form .hbspt-form .hs-submit .hs-button.primary::after {
  display: inline-block !important;
  color: #ffffff !important;
  padding-left: 6px !important;
  content: "\0279E" !important;
  transition: transform 0.6s ease-out !important;
  vertical-align: text-top !important;
}

.nxt-podcast-newsletter-form .hbspt-form .hs-submit .hs-button.primary:focus,
.nxt-podcast-newsletter-form .hbspt-form .hs-submit .hs-button.primary:hover {
  color: #ffffff !important;
  background-color: #fb4e0b !important;
  text-decoration: none !important;
  outline: 0 !important;
  background-position: left bottom !important;
}

.nxt-podcast-newsletter-form
  .hbspt-form
  .hs-submit
  .hs-button.primary:focus::after,
.nxt-podcast-newsletter-form
  .hbspt-form
  .hs-submit
  .hs-button.primary:hover::after {
  color: #ffffff !important;
  -webkit-transform: translateX(4px) !important;
  -moz-transform: translateX(4px) !important;
  -ms-transform: translateX(4px) !important;
  -o-transform: translateX(4px) !important;
  transform: translateX(4px) !important;
}

.nxt-podcast-newsletter-form .hbspt-form .hs_error_rollup {
  padding-left: 10px;
}

/*** Career page banner mobile issue fix  ***/

@media (max-width: 480px) {
  .ng-banner.ng-career-banner .ng-hero-slider .caption {
    top: 0px !important;
  }
}

/***  Google partner page  ***/

.page-node-20761 .ng-exl-partnership .ng-our-partnership-title,
.page-node-20761 .ng-our-services .ng-our-services-title,
.page-node-20761 .nxt-exl-impact-animate .section-title,
.page-node-20761
  .ng-exl-partnership.nxt-multi-title-desc-type-14
  .ng-our-partnership-title {
  font-size: 20px !important;
  line-height: 25px !important;
}

.page-node-20761 .ng-exl-partnership .exl-container h3.font-weight-light,
.page-node-20761
  .paragraph--type--fd-solutions-promo-banner
  .master-container-probanner
  .dt-banner-container
  .dt_banner-content-align
  .dt-banner-content
  .dt-banner-title,
.page-node-20761 .ng-our-services .ng-our-services-sub-title,
.page-node-20761 .nxt-exl-impact-animate h3.section-heading,
.page-node-20761
  .paragraph--nxt-multi-image-with-description--type-6.ng-our-services.ng-solutions
  .ng-our-services-title,
.page-node-20761
  .ng-exl-partnership.nxt-multi-title-desc-type-14
  .ng-our-partnership-sub-title {
  font-size: 45px !important;
  line-height: 54px !important;
}

.page-node-20761 .ng-exl-partnership .exl-container p,
.page-node-20761
  .paragraph--type--fd-solutions-promo-banner
  .master-container-probanner
  .dt-banner-container
  .dt_banner-content-align
  .dt-banner-content
  .dt-banner-subtitle
  p,
.page-node-20761 .nxt-exl-impact-animate .section-desc,
.page-node-20761
  .ng-exl-partnership
  .exl-partnership-card
  .exl-partnership-card-title,
.page-node-20761 .nxt-why-choose-exl .nxt-why-exl-card .nxt-why-exl-card-desc,
.page-node-20761
  .ng-exl-partnership
  .exl-partnership-card
  h3.exl-partnership-card-title {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 27px !important;
}

.page-node-20761
  .ng-exl-partnership
  .exl-partnership-card
  h3.exl-partnership-card-title123 {
  font-size: 30px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 35px !important;
}

.page-node-20761
  .ng-exl-partnership
  .exl-partnership-card
  .exl-partnership-card-subtitle,
.page-node-20761 .nxt-exl-impact-animate p.impact-industry,
.page-node-20761
  .ng-exl-partnership
  .exl-partnership-card
  .exl-partnership-card-subtitle
  p {
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 22px !important;
}

/***  Reality in motion page  ***/

.page-node-21011 .nxt-accordion .nxt-accordion-title span,
.page-node-21011 .nxt-accordion .nxt-accordion-content p {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 27px !important;
}

.page-node-21011 .nxt-promo-banner-v2 .content h3 {
  font-size: 45px !important;
  line-height: 54px !important;
}

.page-node-21011 .nxt-promo-banner-v2 .content h4 p {
  font-size: 30px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 35px !important;
}

.page-node-21011 .nxt-promo-banner-v2 .content h4 p a {
  font-size: 30px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 35px !important;
  text-decoration: none !important;
  color: #ffffff !important;
}

.page-node-21011 .nxt-promo-banner-v2 .content h4 p a:hover {
  color: #ffffff !important;
}

/*** solution cards v2 - style ***/
.nxt-solution-cards-v2 {
  background: #2e3643;
  padding: 60px 0;
}
@media (max-width: 480px) {
  .nxt-solution-cards-v2 {
    padding: 30px 0;
    background-image: none;
  }
}
.nxt-solution-cards-v2 h2 {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: -0.28px;
}
@media (min-width: 992px) {
  .nxt-solution-cards-v2 h2 {
    font-size: 45px;
    line-height: 54px;
    letter-spacing: -0.45px;
  }
}
.nxt-solution-cards-v2 h2::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin-bottom: 30px;
  margin-top: 17px;
}
@media (max-width: 480px) {
  .nxt-solution-cards-v2 h2::after {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.nxt-solution-cards-v2 .nxt-row-gap-22 {
  margin-left: -11px;
  margin-right: -11px;
  margin-bottom: 24px;
}
.nxt-solution-cards-v2 .nxt-row-gap-22:last-child {
  margin-bottom: 0;
}
.nxt-solution-cards-v2 .nxt-row-gap-22 div[class*="col-"] {
  padding-left: 11px;
  padding-right: 11px;
}
.nxt-solution-cards-v2 h4 {
  font-size: 25px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 12px;
}
.nxt-solution-cards-v2 .card .nxt-solution-card-img {
  position: relative;
  overflow: hidden;
}
.nxt-solution-cards-v2 .card .nxt-solution-card-img img {
  width: 100%;
  object-fit: cover;
  transition: transform 1s ease;
  height: 131px;
  object-position: top;
}
@media (max-width: 480px) {
  .nxt-solution-cards-v2 .card .nxt-solution-card-img img {
    height: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .nxt-solution-cards-v2 .card:hover .nxt-solution-card-img img {
    transform: scale(1.1);
  }
}
.nxt-solution-cards-v2 .card {
  display: flex;
  flex-direction: column;
  transition: transform 1s ease;
}
.nxt-solution-cards-v2 .card .card-body {
  padding: 35px 20px 30px;
  background: #edf9fd;
  display: flex;
  flex-direction: column;
}
.nxt-solution-cards-v2 .card .card-body .card-title {
  color: #fb4e0b;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  margin-bottom: 10px;
}
.nxt-solution-cards-v2 .card .card-body .card-text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #000;
}
.nxt-solution-cards-v2 .card .ng-arrow-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 480px) {
  .nxt-solution-cards-v2 .card .card-body {
    padding: 20px 20px 35px;
  }
  .nxt-solution-cards-v2 h4 {
    font-size: 23px;
  }
  .nxt-solution-cards-v2 .card .card-body .card-title {
    font-size: 20px;
    line-height: 25px;
  }
  .nxt-solution-cards-v2 .card .card-body .card-text {
    font-size: 16px;
    line-height: 21px;
  }
}

/***  Retail banking page  ***/

.page-node-20946 .ng-our-services .ng-our-services-title {
  font-size: 20px !important;
  line-height: 25px !important;
}

.page-node-20946 .ng-exl-partnership .exl-container h2.font-weight-light,
.page-node-20946 .nxt-promo-banner-v2 .content h3 {
  font-size: 45px !important;
  line-height: 54px !important;
}

.page-node-20946 .ng-exl-partnership .exl-container p,
.page-node-20946 .nxt-accordion .nxt-accordion-title span,
.page-node-20946 .nxt-accordion .nxt-accordion-content p {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 27px !important;
}

.page-node-20946 .nxt-promo-banner-v2 .content h4 p {
  font-size: 30px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 35px !important;
}

.page-node-20946 .nxt-accordion {
  background-color: #f5f5f6;
}

.page-node-20946 .nxt-accordion .nxt-accordion-title {
  background: #ffffff;
}

.page-node-20946 .nxt-accordion .nxt-accordion-content {
  background: #ffffff;
}

/* Reality in motion - about css */
.nxt-two-column-with-form {
  padding: 0;
}
.nxt-two-column-with-form .nxt-left-col-about {
  padding: 52px 0 40px;
}
.nxt-two-column-with-form h2 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .nxt-two-column-with-form h2 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.45px;
  }
}
.nxt-two-column-with-form h2::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin-bottom: 30px;
  margin-top: 17px;
}
@media (max-width: 480px) {
  .nxt-two-column-with-form::after {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.nxt-two-column-with-form .nxt-left-col-about p {
  color: #000;
  font-size: 21px;
  font-family: Yantramanav;
  font-weight: 300;
  line-height: 27px;
}
.nxt-two-column-with-form .nxt-about-exl-opportunities {
  list-style: none;
  padding-left: 0;
  margin: 0px !important;
}
.nxt-two-column-with-form .nxt-about-exl-opportunities li {
  background-color: #f5f5f6 !important;
  padding: 11px 50px 12px 45px !important;
  font-size: 21px !important;
  line-height: 31px !important;
  font-weight: 300 !important;
  font-family: Yantramanav;
  color: #000;
  margin-bottom: 8px !important;
  list-style-position: inside;
  position: relative;
  list-style: none;
}
.nxt-two-column-with-form .nxt-about-exl-opportunities li:before {
  content: "\2022 ";
  position: absolute;
  left: 25px;
  font-size: 35px;
  line-height: 35px;
  font-family: Yantramanav;
}

.nxt-two-column-with-form li strong {
  font-weight: 500;
}
.nxt-two-column-with-form .nxt-right-col-form {
  background: #edf9fd;
  height: 100%;
  padding: 50px 55px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.99px) {
  .nxt-two-column-with-form .nxt-right-col-form {
    padding: 40px 25px;
  }
  .nxt-two-column-with-form .nxt-left-col-about p,
  .nxt-two-column-with-form .nxt-about-exl-opportunities li {
    font-size: 18px;
    line-height: 23px;
  }
}
.nxt-two-column-with-form h4 {
  color: #000;
  font-size: 25px;
  font-family: Yantramanav;
  font-weight: 400;
  line-height: 25px;
}
.nxt-two-column-with-form .enroll-head {
  color: #fb4e0b;
  font-size: 45px;
  font-family: Yantramanav;
  font-weight: 300;
  line-height: 54px;
  margin-bottom: 40px;
}
.nxt-two-column-with-form form label,
.nxt-two-column-with-form .hbspt-form form label span {
  color: #000;
  font-size: 16px;
  font-family: Yantramanav;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 6px;
}
.nxt-two-column-with-form form label.label-font-18,
.nxt-two-column-with-form form .form-check label {
  font-size: 18px;
  line-height: 22px;
}
.nxt-two-column-with-form form label sup {
  color: #db0000;
  font-size: 16px;
  top: 0;
}
.nxt-two-column-with-form form .form-control,
.nxt-two-column-with-form .hbspt-form form .input input.hs-input,
.nxt-two-column-with-form .hbspt-form form .input select {
  border: 1px #969aa1 solid;
  background: none;
  border-radius: 0;
  padding: 0.45rem;
  margin-bottom: 10px;
}

.nxt-two-column-with-form
  .hbspt-form
  form
  .input
  .hs-form-checkbox
  input.hs-input {
  width: 12px !important;
  height: 12px !important;
  border-radius: 2px;
  float: left;
}

.nxt-two-column-with-form .hbspt-form form .input .hs-form-checkbox label span {
  float: left;
  margin-left: 10px;
}

.nxt-two-column-with-form form button {
  background: none;
  min-width: 150px;
  font-size: 16px;
  line-height: 20px;
}

.nxt-two-column-with-form .hbspt-form form .hs-submit .actions .hs-button {
  border-radius: 0px !important;
}

/***  Payments & credit cards page  ***/

.page-node-21071 .ng-insurance-intro-two-col h2 {
  padding-right: 68px;
}

.page-node-21071 .ng-exl-impact h2,
.page-node-21071 .ng-our-services .ng-our-services-title,
.page-node-21071 .ng-insurance .ng-insurance-title {
  font-size: 20px !important;
  line-height: 25px !important;
}

@media (min-width: 992px) {
  .page-node-21071 .ng-exl-impact .impact-industry {
    font-size: 18px;
    line-height: 22px;
  }
}

.page-node-21071 .nxt-promo-banner-v2 .content h3 {
  font-size: 45px !important;
  line-height: 54px !important;
}

.page-node-21071 .ng-exl-impact .ng-exl-impact-left .exl-impact-para p,
.page-node-21071
  .ng-insurance
  .ng-insurance-card-parent.col-lg-3
  .ng-insurance-card
  .ng-insurance-card-content
  .ng-insurance-card-title,
.page-node-21071 .nxt-accordion .nxt-accordion-title span,
.page-node-21071 .nxt-accordion .nxt-accordion-content p,
.page-node-21071 .nxt-promo-banner-v2 .content h4 p {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 27px !important;
}

.page-node-21071 .nxt-accordion {
  background-color: #f5f5f6;
}

.page-node-21071 .nxt-accordion .nxt-accordion-title {
  background: #ffffff;
}

.page-node-21071 .nxt-accordion .nxt-accordion-content {
  background: #ffffff;
}

/****  Partners page demo form css ***/

#hsForm_d1a8d6ca-0341-48ef-bc5f-5127f6ee3c24
  .hs_how_did_you_hear_about_us___select_all_that_apply_
  label
  span {
  margin-bottom: 10px !important;
  float: left;
}

#hsForm_d1a8d6ca-0341-48ef-bc5f-5127f6ee3c24
  .input
  .hs-form-checkbox
  .hs-form-checkbox-display
  .hs-input {
  float: left !important;
  width: 15px !important;
  margin-right: 10px !important;
  height: 15px !important;
}

#hsForm_d1a8d6ca-0341-48ef-bc5f-5127f6ee3c24
  .input
  .hs-form-checkbox
  .hs-form-checkbox-display
  span {
  float: left !important;
  margin-bottom: 0px !important;
}

/*** Comprehensive retail banking solutions css ***/

.page-node-20946 .ng-insurance .ng-insurance-title {
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: normal !important;
}

.page-node-20946
  .ng-insurance
  .ng-insurance-card-parent
  .ng-insurance-card
  .ng-insurance-card-content
  .ng-insurance-card-title {
  font-size: 25px;
  line-height: 32px;
  color: #fb4e0b;
}

/***  Clinical Service & Data AI solution css  ***/

.page-node-21246 .nxt-accordion,
.page-node-21291 .nxt-accordion,
.page-node-21906 .nxt-accordion {
  background-color: #f5f5f6;
}

.page-node-21246 .nxt-accordion .nxt-accordion-title,
.page-node-21291 .nxt-accordion .nxt-accordion-title,
.page-node-21906 .nxt-accordion .nxt-accordion-title {
  background: #ffffff;
}

.page-node-21246 .nxt-accordion .nxt-accordion-content,
.page-node-21291 .nxt-accordion .nxt-accordion-content,
.page-node-21906 .nxt-accordion .nxt-accordion-content {
  background: #ffffff;
}

.page-node-21246 .nxt-accordion .nxt-accordion-title span,
.page-node-21246 .nxt-accordion .nxt-accordion-content p,
.page-node-21291 .nxt-accordion .nxt-accordion-title span,
.page-node-21291 .nxt-accordion .nxt-accordion-content p,
.page-node-21906 .nxt-accordion .nxt-accordion-title span,
.page-node-21906 .nxt-accordion .nxt-accordion-content p {
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 300 !important;
  line-height: 27px !important;
}

/* Custom hero type-3 CSS - start */
.nxt-custom-hero--type-3 {
  margin: 0 -15px;
  padding: 0;
  width: calc(100% + 30px);
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: end;
  justify-content: center;
  overflow: hidden;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 480px) {
  .nxt-custom-hero--type-3 {
    padding: 0 15px;
  }
}
.nxt-custom-hero--type-3 .nxt-custom-hero-content {
  padding: 88px 0 81px;
}
@media (max-width: 480px) {
  .nxt-custom-hero--type-3 .nxt-custom-hero-content {
    padding: 63px 0 20px;
  }
}
.nxt-custom-hero--type-3 .nxt-custom-hero-content h1 {
  color: #fff;
  font-family: Yantramanav;
  font-size: 102px;
  line-height: 107px;
  font-weight: 300;
  text-align: left;
  max-width: 1120px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.nxt-custom-hero--type-3 .nxt-custom-hero-content p .nxt-title-icon {
  min-width: 24px;
  margin-right: 15px;
  position: relative;
}
.nxt-custom-hero--type-3.ai-in-action-2026-banner-regional
  .nxt-custom-hero-content
  p
  .nxt-title-icon {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .nxt-custom-hero--type-3.ai-in-action-2026-banner-regional
    .nxt-custom-hero-content
    p
    .nxt-title-icon {
    margin-right: 0;
  }
}

@media (max-width: 1200px) {
  .nxt-custom-hero--type-3 .nxt-custom-hero-content h1 {
    font-size: 74px;
    line-height: 111%;
  }
}
@media (max-width: 768px) {
  .nxt-custom-hero--type-3 .nxt-custom-hero-content h1 {
    margin-bottom: 5px;
    font-size: 54px;
    line-height: 59px;
  }
}
@media (max-width: 480px) {
  .nxt-custom-hero--type-3 .nxt-custom-hero-content h1 {
    font-size: 54px;
    line-height: 59px;
    max-width: 100%;
  }
  .nxt-custom-hero--type-3 .nxt-custom-hero-content h1 .nxt-title-text br {
    display: none;
  }
  .nxt-custom-hero--type-3 .nxt-custom-hero-content p .nxt-title-icon {
    margin-right: 5px;
  }
}
.nxt-custom-hero--type-3 .nxt-custom-hero-content .nxt-title-caption {
  color: #fb4e0b;
  font-size: 28px;
  font-family: Yantramanav;
  line-height: 44px;
  padding-bottom: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
.nxt-custom-hero--type-3.ai-in-action-2026-banner-regional
  .nxt-custom-hero-content
  .nxt-title-caption {
  color: #fb4e0b;
  font-size: 28px;
  font-family: Yantramanav;
  line-height: 44px;
  padding-bottom: 30px;
  margin-bottom: 0;
  text-transform: none;
}
@media (max-width: 480px) {
  .nxt-custom-hero--type-3.ai-in-action-2026-banner-regional
    .nxt-custom-hero-content
    .nxt-title-caption {
    font-size: 19px;
  }
}

.nxt-custom-hero--type-3 p.nxt-exl-hashtag {
  color: #99b9c6;
  font-size: 35px;
  font-family: Yantramanav;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 30px;
}
.nxt-custom-hero--type-3 .nxt-event-region-date {
  font-size: 28px;
  font-family: Yantramanav;
  font-weight: 300;
  line-height: 33px;
  color: #fff;
  position: relative;
  top: 3px;
}
@media (max-width: 576px) {
  .nxt-custom-hero--type-3 h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
.nxt-custom-hero--type-3
  .nxt-custom-hero-content
  .nxt-custom-hero-btn-arrow-parent {
  text-align: left;
  margin-top: 6px;
}
.nxt-custom-hero--type-3 .nxt-custom-hero-btn-arrow {
  color: #ffffff;
  padding: 20px 24px;
  color: #fff;
  font-family: Yantramanav;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  position: relative;
  text-decoration: none;
  min-width: 341px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  cursor: pointer;
  transition: color 700ms ease;
  z-index: 1;
  padding: 10px 15px;
  z-index: 1;
  font-size: 20px;
  min-width: 241px;
  min-height: 36px;
}
.nxt-custom-hero--type-3 .nxt-custom-hero-btn-arrow svg {
  transition: all 700ms;
}
.nxt-custom-hero--type-3 .nxt-custom-hero-btn-arrow svg path {
  transition: all 700ms;
  fill: #ffffff;
}
@media (max-width: 1200px) {
  .nxt-custom-hero--type-3 .nxt-custom-hero-btn-arrow svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .nxt-custom-hero--type-3 .nxt-custom-hero-btn-arrow svg {
    width: 14px;
    height: 10.277px;
  }
}
@media (max-width: 480px) {
  .nxt-custom-hero--type-3 .nxt-custom-hero-btn-arrow {
    font-size: 14.58px;
    padding: 5px 10px;
    min-width: 183px;
    min-height: 35px;
    font-weight: 500;
  }
}
.nxt-custom-hero--type-3 .nxt-custom-hero-btn-arrow::before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #7500c0),
    color-stop(50%, #a100ff)
  );
  background-image: linear-gradient(90deg, #005071 50%, #fb4e0b 0);
  background-position-x: 100%;
  background-size: 200% 200%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  transition: background-position-x 550ms cubic-bezier(0.85, 0, 0, 1);
  width: 100%;
  z-index: -1;
}

.nxt-custom-hero--type-3 .nxt-custom-hero-btn-arrow:hover,
.nxt-custom-hero--type-3 .nxt-custom-hero-btn-arrow:focus {
  outline: none;
  color: #ffffff;
}
.nxt-custom-hero--type-3 .nxt-custom-hero-btn-arrow:hover::before,
.nxt-custom-hero--type-3 .nxt-custom-hero-btn-arrow:focus::before {
  background-position-x: 0;
}
.nxt-custom-hero--type-3 .nxt-custom-hero-btn-arrow:hover svg,
.nxt-custom-hero--type-3 .nxt-custom-hero-btn-arrow:focus svg {
  transition: all 700ms;
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.nxt-custom-hero--type-3 .nxt-custom-hero-btn-arrow:hover svg path,
.nxt-custom-hero--type-3 .nxt-custom-hero-btn-arrow:focus svg path {
  fill: #ffffff;
}
.nxt-custom-hero--type-3 .nxt_landing_banner_hero_img,
.nxt-custom-hero--type-3 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: 1s -webkit-filter linear;
  object-position: right;
}
.nxt-custom-hero--type-3 .nxt-custom-hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-top: -43px;
  display: none;
}
@media (max-width: 767.99px) {
  .nxt-custom-hero--type-3 .nxt-event-icon svg {
    width: 15px;
    height: 15px;
  }
  .nxt-custom-hero--type-3 p.nxt-exl-hashtag {
    font-size: 26px;
    line-height: 31px;
  }
  .nxt-custom-hero--type-3 .nxt-event-region-date {
    font-size: 16px;
    line-height: 21px;
    top: 2px;
  }
  .nxt-custom-hero--type-3 .nxt-custom-hero-image {
    justify-content: flex-end;
    padding-bottom: 40px;
  }
  .nxt-custom-hero--type-3 .nxt-custom-hero-image img {
    max-width: 142px;
  }
}
.nxt-custom-hero--type-3 .nxt-orange-text {
  color: #fb4e0b;
}
.nxt-custom-hero--type-3 .hero-video__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}
.nxt-custom-hero--type-3 .nxt-ai-hero-content {
  width: 100%;
  z-index: 1;
}

.nxt-custom-hero--type-3 .nxt-event-region {
  max-width: 842px;
}

.nxt-custom-hero--type-3 .nxt-custom-hero-image svg,
.nxt-custom-hero--type-3 .nxt-custom-hero-content {
  opacity: 0;
}

.nxt-custom-hero--type-3 .nxt-custom-hero-image svg:nth-child(1) {
  transform: translate(0px, 115px);
}
@media (max-width: 767.99px) {
  .nxt-custom-hero--type-3 .nxt-custom-hero-image svg {
    max-width: 142px;
    height: auto;
  }
  .nxt-custom-hero--type-3 .nxt-custom-hero-image svg:nth-child(1) {
    transform: translate(0px, 84px);
  }
}
@media (max-width: 480px) {
  .nxt-custom-hero--type-3 .nxt-custom-hero-image svg {
    max-width: 36px;
    height: 98px;
  }
  .nxt-custom-hero--type-3 .nxt-custom-hero-image svg:nth-child(1) {
    transform: translate(0px, 49px);
  }
  .nxt-custom-hero--type-3 .nxt-custom-hero-image {
    margin-top: -53px;
  }
}
/* Custom hero type-3 CSS - end */

/* Event summary css - start */
.exl-event-summary {
  padding: 60px 0 0;
}
.exl-event-summary .nxt-section-title {
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .exl-event-summary {
    padding: 30px 0 0;
  }
  .exl-event-summary .nxt-section-title {
    margin-bottom: 20px;
  }
}

.exl-event-summary h3 {
  font-size: 35px;
  font-family: Yantramanav;
  font-weight: 300;
  line-height: 42px;
  color: #000;
  margin-bottom: 15px;
}

.exl-event-summary .nxt-event-desc {
  font-family: Yantramanav;
  font-weight: 300;
  line-height: 28px;
  font-size: 20px;
  margin-bottom: 0 !important;
}
.exl-event-summary .nxt-event-listitem {
  margin-bottom: 20px;
  padding: 10px;
  background: #f5f5f5;
}
.exl-event-summary .nxt-event-listitem {
  display: flex;
  flex-wrap: wrap;
}
.exl-event-summary .nxt-event-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 15px;
  font-size: 25px;
  width: 20%;
}
.exl-event-summary .nxt-event-content {
  display: flex;
  align-items: center;
  width: 80%;
  padding-left: 18px;
}
.exl-event-summary .nxt-event-sub-head {
  color: #fb4e0b;
  font-size: 40px;
  font-family: Yantramanav;
  font-weight: 300;
  line-height: 42px;
  margin-top: 25px;
  margin-bottom: 24px;
}
.exl-event-summary .exl-event-highlight {
  background: #005071;
  padding: 30px 0;
  margin-top: 6px;
  float: left;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.exl-event-summary .exl-event-highlight .exl-container {
  display: flex;
  flex-direction: column;
}
.exl-event-summary .exl-event-highlight p {
  color: #fff;
  font-size: 32px;
  font-family: Yantramanav;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 0;
}
.exl-event-summary .exl-event-arrow {
  padding-right: 51px;
  min-width: 214px;
}
.exl-event-summary .exl-event-arrow img {
  width: 80px;
  height: 73px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .exl-event-summary h3 {
    font-size: 40px;
    line-height: 47px;
  }
  .exl-event-summary .nxt-event-icon {
    max-width: 170px;
  }
  .exl-event-summary .nxt-event-content {
    padding-left: 10px;
  }
  .exl-event-summary .nxt-event-desc {
    font-size: 30px;
    line-height: 33px;
  }
  .exl-event-summary .nxt-event-sub-head {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 43px;
    margin-top: 45px;
  }
  .exl-event-summary .exl-event-highlight p {
    font-size: 40px;
    line-height: 51px;
  }
  .exl-event-summary .exl-event-highlight {
    padding: 64px 0;
  }
  .exl-event-summary .exl-event-highlight .exl-container {
    flex-direction: row;
    align-items: center;
  }
  .exl-event-summary .exl-event-arrow img {
    width: 164px;
    height: 148px;
    margin-bottom: 0;
  }
}
/* Event summary css - end */

.page-node-21316
  .nxt-featured-event-details
  .nxt-fireside
  .nxt-fireside-card.nxt-fireside-card-full-card
  .nxt-fireside-heading {
  color: #fb4e0b !important;
}

/* Solution multicard section type-14 -css */
.nxt-solution-multicard-type-14 {
  padding: 60px 0;
  background: #f5f5f6;
  margin: 0 -15px;
}

.nxt-solution-multicard-type-14 h2 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 0;
}
.nxt-solution-multicard-type-14 h2::after {
  display: block;
  content: "";
  width: 78px;
  border-bottom: 3px solid #fb4e0b;
  margin-bottom: 25px;
  margin-top: 25px;
}
.nxt-solution-multicard-type-14 .nxt-sub-head {
  font-size: 21px;
  font-family: Yantramanav;
  font-weight: 300;
  line-height: 27px;
  margin-bottom: 25px;
}
.nxt-solution-multicard-type-14 h4 {
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 15px;
  color: #fb4e0b;
}
@media (max-width: 480px) {
  .nxt-solution-multicard-type-14 h2::after {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .nxt-solution-multicard-type-14 h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .nxt-solution-multicard-type-14 .nxt-sub-head {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.nxt-solution-multicard-type-14 h4 .nxt-card-title-icon {
  padding-right: 10px;
}
.nxt-solution-multicard-type-14 .nxt-cus-btn-arrow {
  min-width: 160px;
}
@media (min-width: 992px) {
  .nxt-solution-multicard-type-14 h2 {
    font-size: 45px;
    line-height: 54px;
  }
}

.nxt-solution-multicard-type-14 .nxt-card-columns {
  margin-right: -6px;
  margin-left: -6px;
  max-width: 772px;
}

.nxt-solution-multicard-type-14 .nxt-card-columns .col-sm-6 {
  margin-bottom: 12px;
  padding-left: 6px;
  padding-right: 6px;
}

.nxt-solution-multicard-type-14 .nxt-card-columns .card {
  background: #ffffff;
  min-height: 183px;
}

.nxt-solution-multicard-type-14 .nxt-card-columns .card .card-body {
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.nxt-solution-multicard-type-14 .nxt-card-columns .card .card-body p {
  margin-bottom: 0;
}

.nxt-solution-multicard-type-14 .nxt-card-columns .card .card-body .card-text {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.nxt-solution-multicard-type-14
  .nxt-card-columns
  .card
  .card-body
  .ng-arrow-link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.nxt-solution-multicard-type-14.nxt-multicard-white-bg-grey-card {
  background: #ffffff;
}
.nxt-solution-multicard-type-14.nxt-multicard-white-bg-grey-card
  .nxt-card-columns
  .card {
  background: #f5f5f6;
}

/***  css for banking page ***/

.page-node-13251
  .ng-insurance
  .ng-insurance-card-parent.col-lg-3
  .ng-insurance-card
  .ng-insurance-card-content
  .ng-insurance-card-title,
.page-node-19841
  .ng-insurance
  .ng-insurance-card-parent.col-lg-3
  .ng-insurance-card
  .ng-insurance-card-content
  .ng-insurance-card-title,
.page-node-19941
  .ng-insurance
  .ng-insurance-card-parent.col-lg-4
  .ng-insurance-card
  .ng-insurance-card-content
  .ng-insurance-card-title,
.page-node-21071
  .ng-insurance
  .ng-insurance-card-parent.col-lg-3
  .ng-insurance-card
  .ng-insurance-card-content
  .ng-insurance-card-title {
  min-height: 64px !important;
}

/* Cyber Underwriting Landing Page - Indepth section font fix */
.page-node-21551 h3.nxt-value-card-head {
  font-size: 30px;
  line-height: 35px;
}

.page-node-21551 .nxt-our-value .nxt-value-card-desc {
  font-size: 21px;
  line-height: 27px;
}

@media (max-width: 480px) {
  .page-node-21551 .nxt-our-value h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .page-node-21551 h3.nxt-value-card-head {
    font-size: 28px;
    line-height: 30px;
    min-height: auto;
  }
  .page-node-21551 .nxt-our-value .nxt-value-card-desc {
    font-size: 16px;
    line-height: 20px;
  }
}

/*********   AI 2026 event post event page updates  *********/

.page-node-21481 .nxt-title-caption,
.page-node-21486 .nxt-title-caption,
.page-node-21491 .nxt-title-caption,
.page-node-22036 .nxt-title-caption {
  display: none;
}

.page-node-21481 .nxt-custom-hero--type-3 .nxt-custom-hero-content h1,
.page-node-21486 .nxt-custom-hero--type-3 .nxt-custom-hero-content h1,
.page-node-21491 .nxt-custom-hero--type-3 .nxt-custom-hero-content h1,
.page-node-22036 .nxt-custom-hero--type-3 .nxt-custom-hero-content h1 {
  font-size: 60px !important;
  line-height: 68px !important;
}

.page-node-21481
  .nxt-custom-hero--type-3
  .nxt-custom-hero-content
  .event-bn-subtext,
.page-node-21486
  .nxt-custom-hero--type-3
  .nxt-custom-hero-content
  .event-bn-subtext,
.page-node-21491
  .nxt-custom-hero--type-3
  .nxt-custom-hero-content
  .event-bn-subtext,
.page-node-22036
  .nxt-custom-hero--type-3
  .nxt-custom-hero-content
  .event-bn-subtext {
  font-size: 26px !important;
  line-height: 160% !important;
}

.page-node-21956 .nxt-title-caption,
.page-node-21961 .nxt-title-caption,
.page-node-21966 .nxt-title-caption,
.page-node-22036 .nxt-title-caption {
  display: none;
}

.page-node-21956 .nxt-custom-hero--type-3 .nxt-custom-hero-content h1,
.page-node-21961 .nxt-custom-hero--type-3 .nxt-custom-hero-content h1,
.page-node-21966 .nxt-custom-hero--type-3 .nxt-custom-hero-content h1,
.page-node-22036 .nxt-custom-hero--type-3 .nxt-custom-hero-content h1 {
  font-size: 60px !important;
  line-height: 68px !important;
}

.page-node-21956
  .nxt-custom-hero--type-3
  .nxt-custom-hero-content
  .event-bn-subtext,
.page-node-21961
  .nxt-custom-hero--type-3
  .nxt-custom-hero-content
  .event-bn-subtext,
.page-node-21966
  .nxt-custom-hero--type-3
  .nxt-custom-hero-content
  .event-bn-subtext,
.page-node-22036
  .nxt-custom-hero--type-3
  .nxt-custom-hero-content
  .event-bn-subtext {
  font-size: 26px !important;
  line-height: 160% !important;
}

.page-node-21956 .nxt-tabs-jumplinks .nxt-tabs-jumplink,
.page-node-21961 .nxt-tabs-jumplinks .nxt-tabs-jumplink,
.page-node-21966 .nxt-tabs-jumplinks .nxt-tabs-jumplink,
.page-node-22036 .nxt-tabs-jumplinks .nxt-tabs-jumplink {
  font-size: 16px !important;
}

.page-node-21956 .nxt-tabs-jumplinks .nxt-tabs-jumplink::before,
.page-node-21961 .nxt-tabs-jumplinks .nxt-tabs-jumplink::before,
.page-node-21966 .nxt-tabs-jumplinks .nxt-tabs-jumplink::before,
.page-node-22036 .nxt-tabs-jumplinks .nxt-tabs-jumplink::before {
  top: 0px !important;
}

.page-node-21316 .mfp-content,
.page-node-21481 .mfp-content,
.page-node-21486 .mfp-content,
.page-node-21491 .mfp-content,
.page-node-21956 .mfp-content,
.page-node-21961 .mfp-content,
.page-node-21966 .mfp-content,
.page-node-21591 .mfp-content,
.page-node-22036 .mfp-content {
  max-width: 900px;
  background: #fff;
  padding: 25px;
}

.page-node-21316 .nxt-body .speakers-popup .mfp-close,
.page-node-21481 .nxt-body .speakers-popup .mfp-close,
.page-node-21486 .nxt-body .speakers-popup .mfp-close,
.page-node-21491 .nxt-body .speakers-popup .mfp-close,
.page-node-21956 .nxt-body .speakers-popup .mfp-close,
.page-node-21961 .nxt-body .speakers-popup .mfp-close,
.page-node-21966 .nxt-body .speakers-popup .mfp-close,
.page-node-21591 .nxt-body .speakers-popup .mfp-close,
.page-node-22036 .nxt-body .speakers-popup .mfp-close {
  position: absolute;
  top: 15px;
  right: 2%;
  font-size: 60px;
  color: #000;
  opacity: 1;
}

.page-node-21316 .nxt-body .mfp-inline-holder,
.page-node-21481 .nxt-body .mfp-inline-holder,
.page-node-21486 .nxt-body .mfp-inline-holder,
.page-node-21491 .nxt-body .mfp-inline-holder,
.page-node-21956 .nxt-body .mfp-inline-holder,
.page-node-21961 .nxt-body .mfp-inline-holder,
.page-node-21966 .nxt-body .mfp-inline-holder,
.page-node-21591 .nxt-body .mfp-inline-holder,
.page-node-22036 .nxt-body .mfp-inline-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*** Post event pages ***/

.page-node-22081 .nxt-title-caption,
.page-node-22076 .nxt-title-caption,
.page-node-22071 .nxt-title-caption,
.page-node-22066 .nxt-title-caption {
  display: none;
}

.page-node-22066 .nxt-custom-hero--type-3 .nxt-custom-hero-content h1,
.page-node-22071 .nxt-custom-hero--type-3 .nxt-custom-hero-content h1,
.page-node-22076 .nxt-custom-hero--type-3 .nxt-custom-hero-content h1,
.page-node-22081 .nxt-custom-hero--type-3 .nxt-custom-hero-content h1 {
  font-size: 60px !important;
  line-height: 68px !important;
}

.page-node-22066
  .nxt-custom-hero--type-3
  .nxt-custom-hero-content
  .event-bn-subtext,
.page-node-22071
  .nxt-custom-hero--type-3
  .nxt-custom-hero-content
  .event-bn-subtext,
.page-node-22076
  .nxt-custom-hero--type-3
  .nxt-custom-hero-content
  .event-bn-subtext,
.page-node-22081
  .nxt-custom-hero--type-3
  .nxt-custom-hero-content
  .event-bn-subtext {
  font-size: 26px !important;
  line-height: 160% !important;
}

.page-node-22066 .nxt-title-caption,
.page-node-22071 .nxt-title-caption,
.page-node-22076 .nxt-title-caption,
.page-node-22081 .nxt-title-caption {
  display: none;
}

.page-node-22066 .nxt-custom-hero--type-3 .nxt-custom-hero-content h1,
.page-node-22071 .nxt-custom-hero--type-3 .nxt-custom-hero-content h1,
.page-node-22076 .nxt-custom-hero--type-3 .nxt-custom-hero-content h1,
.page-node-22081 .nxt-custom-hero--type-3 .nxt-custom-hero-content h1 {
  font-size: 60px !important;
  line-height: 68px !important;
}

.page-node-22066
  .nxt-custom-hero--type-3
  .nxt-custom-hero-content
  .event-bn-subtext,
.page-node-22071
  .nxt-custom-hero--type-3
  .nxt-custom-hero-content
  .event-bn-subtext,
.page-node-22076
  .nxt-custom-hero--type-3
  .nxt-custom-hero-content
  .event-bn-subtext,
.page-node-22081
  .nxt-custom-hero--type-3
  .nxt-custom-hero-content
  .event-bn-subtext {
  font-size: 26px !important;
  line-height: 160% !important;
}
