.cAPIValueContainerSec {
  padding-top: 0rem;
  background-color: #0a0e15;
  padding-bottom: 4rem;
}

div.cAPIValueRow {
  padding-top: 5rem;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .cAPIValueRow > * {
    margin-bottom: 1rem;
  }
}
.cAPIValue {
  background-color: #14171e;
  border-radius: 15px;
  padding: 42px 20px;
  box-sizing: border-box;
  height: 100%;
}


.cAPIValue h4 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.gradient-border span {
  position: relative;
  z-index: 2;
}

.cAPIValue p {
  min-height: 154px;
  color: #a7a2a2;
}
.video-container {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  mix-blend-mode: lighten;
}
section.HeaderN {
  padding-bottom: 0;
}
.cAPIValue .gradient-border:before {
  background: #14171e;
}
.cards-variation-3 .cWhiteBG {
  background-color: #fff;
  color: #292929;
}
.cards-variation-3 .cHighlighted {
  box-shadow: none;
  border-radius: 15px;
  padding: 3rem 3rem;
  box-sizing: border-box;
  background-color: #14171e;
}

.cards-variation-3 h3 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 1.5rem;
  word-spacing: 3px;
  letter-spacing: .008rem;
  line-height: 2.3rem ;
}

.cards-variation-3 .cLineCardAI {
  border-right: 1px solid #454545;
  min-height: 200px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cards-variation-3 .cLineCardAI{
      border-right: 0 !important;
      border-bottom: 1px solid #454545;
  }
}
.cards-variation-3 .cLineCardAI:last-child {
  border-right: none;
}

.cards-variation-3 .cLineCardAI img {
  width: 100px;
  height: 100px;
}

.cards-variation-3 .cLineCardAI h4 {
  background: linear-gradient(to right, #ff7300, #ffc18f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  margin: 0;
  font-size: 1.2rem;
  word-spacing: 3px;
  letter-spacing: .008rem;
  line-height: 1.8rem;
}

.cards-variation-3 a.cExplore {
  border: solid 1px #fff;
  background-color: #fff;
  font-size: 18px;
  padding: 12px 20px 12px;
  display: inline-block;
  font-weight: 600;
  width: 280px;
  color: #000;
  background-image: none;
  border-radius: 5px;
  text-decoration: none;
}

.cards-variation-3 a.cExplore:hover {
  background-color: #ff7300;
  border: solid 1px #ff7300;
  text-decoration: none;
}

/** ward winning **/
.award-winning {
  padding-top: 0;
}
.award-winning h3 {
  font-size: 1.5rem;
  font-weight: 300;
  word-spacing: 3px;
  letter-spacing: .008rem;
  line-height: 2.3rem;
  color: #0a0e15 !important;
  text-align: center;
  margin-bottom: 1.5rem;
}

.award-winning .row a {
  text-decoration: none;
  word-spacing: 3px;
  letter-spacing: 0.008rem;
  line-height: 1.6rem;
  text-transform: capitalize;
  padding: 2px 36px;
}
.award-winning .gradient-border::before {
  background: #ffffff;
}
.award-winning .gradient-border span {
  background: linear-gradient(to right, #FFA60D 13%, #FF6600 50%, #FF5353 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}
.award-winning .G2Badge {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 3rem 0rem;
  border-radius: 15px;
  background-color:#ffffff!important;

}
.award-winning .G2Badge.G2BadgenoImage {
  margin-top: 0;
  box-shadow: 0px 4px 21px 1px #2a2727;
}
.award-winning .award-winning-item .item:first-child {
  text-align: right;
}
.award-winning .award-winning-item .item:last-child {
  text-align: left;
  border-image: linear-gradient(0.42turn, #ffffff6e, #000000, #f5e32000);
  border-image-slice: 1;
  border-left: 1px solid #c1c1c1;
}
.award-winning .award-winning-item .item-single {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.award-winning .award-winning-item .item-single.item:last-child {
  border: 0;
}
@media screen and (max-width: 768px) {
  .award-winning .award-winning-item .item:first-child,
  .award-winning .award-winning-item .item:last-child {
    text-align: center;
  }
}
.cohreo-card-title h2 {
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/2023/choreo/solution.webp);
  background-repeat: no-repeat;
  background-size: 62px;
  background-position: top -8px left -5px;
  padding-left: 70px;
  margin-left: 0px;
  margin-bottom: 2rem;
  margin-top: 0rem;
  font-size: 2rem;
  word-spacing: 3px;
  letter-spacing: .008rem;
  line-height: 2.75rem;
  color: #000;
  font-weight: 600;
}
.cohreo-card-block {
  padding: 2rem;
  border: solid 1px #ccc;
  border-radius: 15px;
  text-align: center;
}
.cohreo-card img {
  max-width: 100px;
  margin-bottom: 20px;
}
.cohreo-card-block h4 {
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  word-spacing: 3px;
  letter-spacing: .008rem;
  line-height: 1.8rem;
  color: #000;
}
.cohreo-card-block p {
  color: #494848;
}
.cohreo-card .cohreo-card-item {
  margin-top: 1rem;
}
.choreo-card-image-text-link .resources-card {
  display: inline-block;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

.choreo-card-image-text-link .card-info {
  min-height: 175px;
  padding: 30px 30px 0;
  display: inline-block;
  width: 100%;
}
.choreo-card-image-text-link h4 {
  font-weight: 600;
}
.choreo-card-image-text-link h2 {
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/image_resources/choreo/transform.webp);
  background-repeat: no-repeat;
  background-size: 62px;
  background-position: top -8px left -5px;
  padding-left: 70px;
  margin-left: 0px;
  margin-bottom: 2rem;
  margin-top: 0rem;
}

.cChoreoSection.choreo-card-image-text-link .card-link {
  text-decoration: underline;
  letter-spacing: 0;
  color: #5567D5;
  font-weight: 600;
  font-size: 1rem;
  display: inline-block;
  padding: 0 30px 30px;
}
.choreo-card-image-text-link .resources-card:hover {
  box-shadow: 0 3px 21px rgba(85, 103, 213, .4);
  cursor: pointer;
}
.col-3-card-image-text .cCardMain {
  background-color: #f7f8fb;
  padding: 0;
  text-align: center;
  border-radius: 15px;
  margin: 1rem 1rem 0 1rem;
  height: 100%;
}
.col-3-card-image-text .cCardInfo {
  padding: 2rem;
}
.col-3-card-image-text .cCardMain img{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.col-3-card-icon-text .cCardMain {
  border-radius: 15px;
  box-shadow: 2px -19px 21px 0 rgb(0 0 0 / 15%);
  border: solid 1px #666666;
  text-align: center;
  padding: 4rem 3rem 4rem;
  height: 100%;
  margin-top: 1rem;
}

.col-3-card-icon-text img {
  width: 65px;
  margin-bottom: 25px;
}
/* Need to check with mukesh1 box-shadow: 2px 5px 10px 0 rgb(0 0 0 / 20%); */
.cRoundedHighlightedBox  {
  box-shadow: 0px 6px 13px 0px #e3e3e4;
  padding: 30px;
  border-radius: 15px;
  height: 100%;
  background: #fff;
}
 .cRoundedHighlightedBox + div  {
  min-height: 260px;
}
/* .cMigrationBox {
    box-shadow: 0px 6px 13px 0px #e3e3e4;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 15px;
    min-height: 190px;
    margin-bottom: 30px;
    min-height: 260px;
} */

.simple-3-col .cRoundedHighlightedBox a:hover {
  color: #ff7300;
}
/* Base (mobile) */
.cCustContainerSec .cCustContainer {
  padding: 0 1rem;
}
.cRoundedHighlightedBox .cRoundedHighlightedBox h4  {
  margin-bottom:1rem;

}
/* ≥993px (small desktops) */
@media screen and (min-width: 993px) {
  .cCustContainerSec .cCustContainer {
      padding: 0 1rem;
  }
}

/* ≥1171px (medium desktops) */
@media screen and (min-width: 1171px) {
  .cCustContainerSec .cCustContainer {
      padding: 0 3rem 0 6rem;
  }
}

/* ≥1281px (large desktops) */
@media screen and (min-width: 1281px) {
  .cCustContainerSec .cCustContainer {
      padding: 0 6rem;
  }
}

/* ≥1441px (extra large screens) */
@media screen and (min-width: 1441px) {
  .cCustContainerSec .cCustContainer {
      padding: 0 11rem;
  }
}
