* {
  padding: 0;
  margin: 0;
}
/* .internal-navigation {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.25rem;
  background: -webkit-linear-gradient(left, #034e88, #40a7f6);
  background: -o-linear-gradient(right, #034e88, #40a7f6);
  background: -moz-linear-gradient(right, #034e88, #40a7f6);
  background: linear-gradient(to right, #034e88, #40a7f6);
} */


.container-fluid.internal-navigation {
  position: sticky;
  top: 0; /* position at the top of the page */
  left: 0; /* position at the left of the page (optional) */
  width: 100%; /* maintain full width */
  z-index: 100; /* ensure navigation bar stays on top (optional) */
}
.navigation-icon {
  float: left;
  margin: 5px 10px 5px 0;
}

.navigation-icon img {
  width: 100px;
  height: 100px;
}

ol.breadcrumb {
  line-height: 50px; /* adjust as needed */
}
.internal-navigation {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.25rem;
  background: -webkit-linear-gradient(left, #034e88, #40a7f6);
  background: -o-linear-gradient(right, #034e88, #40a7f6);
  background: -moz-linear-gradient(right, #034e88, #40a7f6);
  background: linear-gradient(to right, #88037d, #40a7f6);
}

.internal-navigation .breadcrumb {
  background: none;
  margin: 0 auto;
  padding: 10px 15px;
}

.internal-navigation .breadcrumb li {
  position: relative;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .internal-navigation .breadcrumb li {
    font-size: 0.875rem;
  }
}

.internal-navigation .breadcrumb li:last-child:after {
  display: none;
}

.internal-navigation .breadcrumb li:before {
  color: #ffffff;
  padding: 0;
  display: inline-block;
  width: 13px;
  height: 15px;
  margin: 0 6px 0 3px;
  background: url(../images/icons.webp) no-repeat -236px 2px;
  content: "";
}
.internal-navigation .breadcrumb li:first-child:before {
  display: none;
}

.internal-navigation .breadcrumb li a {
  color: #ffffff;
  font-size: 1.125rem;
}
.areaspace {
  padding: 50px 15px;
  letter-spacing: -0.5px;
}
.content-sub {
  padding-right: 15px;
}
.content-sub .annottext {
  font-size: 2.5rem;
  font-weight: 800;
  position: relative;
  display: inline-block;
  color: #850005;
  width: 50%;
}
.content-sub .annottext::after {
  content: "";
  position: absolute;
  background: -moz-linear-gradient(
    left,
    rgba(0, 74, 133, 0) 0,
    rgba(0, 74, 133, 0.01) 1%,
    #850005 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 74, 133, 0) 0,
    rgba(0, 74, 133, 0.01) 1%,
    #850005 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 74, 133, 0) 0%,
    rgba(0, 74, 133, 0.01) 1%,
    #850005 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00004a85',endColorstr='#850005',GradientType=1);
  left: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 2px;
  width: 588px;
  height: 4px;
}
.solutions h1 {
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  color: #850005;
}
.box-content {
  position: relative;
  background-color: #eaeaea;
  height: 381px;
}
.box-content h1 {
  color: #3a3a3a;
  height: 24px;
  font-size: 18px;
  padding-top: 10px;
  padding-left: 17px;
  margin: 0px 0px -8px 0px;
}
.box-content ul {
  list-style-image: url("../images/points-icon.svg");
  margin: 8px 18px;
  color: #4c4c4c;
}
.content-business {
  margin-top: 12px;
  margin-left: 0px;
}

.content-business .businessusecase {
  font-size: 2.5rem;
  font-weight: 800;
  position: relative;
  display: inline-block;
  color: #850005;
  width: 80%;
}
.content-business .businessusecase:after {
  content: "";
  position: absolute;
  background: -moz-linear-gradient(
    left,
    rgba(0, 74, 133, 0) 0,
    rgba(0, 74, 133, 0.01) 1%,
    #850005 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 74, 133, 0) 0,
    rgba(0, 74, 133, 0.01) 1%,
    #850005 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 74, 133, 0) 0%,
    rgba(0, 74, 133, 0.01) 1%,
    #850005 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00004a85',endColorstr='#850005',GradientType=1);
  left: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 2px;
  width: 25%;
  height: 4px;
}
.businesscard {
  float: left;
  width: 100%;
  height: 50vh;
  margin-bottom: 2rem;
  margin-top: 1em;
  border: 0;
}
.keyvertical {
  font-size: 2.5rem;
  font-weight: 800;
  position: relative;
  display: inline-block;
  color: #850005;
  width: 50%;
  margin-top: 1em;
}
.keyvertical::after {
  content: "";
  position: absolute;
  background: -moz-linear-gradient(
    left,
    rgba(0, 74, 133, 0) 0,
    rgba(0, 74, 133, 0.01) 1%,
    #850005 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 74, 133, 0) 0,
    rgba(0, 74, 133, 0.01) 1%,
    #850005 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 74, 133, 0) 0%,
    rgba(0, 74, 133, 0.01) 1%,
    #850005 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00004a85',endColorstr='#850005',GradientType=1);
  left: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 2px;
  width: 555px;
  height: 4px;
}
.keycontrol-content {
  display: flex;
  flex-wrap: wrap;
}

/* //ribbon css */
.ribbon {
  --p: 15px;
  background-color: #29ff70;
  display: inline-block;
  /* height: 60px; */
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0 var(--p);
  position: relative;
  right: var(--p);
  /* text-align: center; */
  width: 418px;
  border-radius: 0px 2px 29px 0px;
}

.ribbon:before {
  background-color: #29ff70;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: calc(var(--p) / 2);
  width: var(--p);
  /* filter: brightness(0.5); */
  z-index: -1;
}

.ribbon:before {
  left: 0;
  transform: skewy(45deg);
}

.ribbon:after {
  right: 0;
  transform: skewy(-45deg);
}
.listicon ul {
  list-style-image: url("../images/points-icon.svg");
  margin: 8px 18px;
  color: #4c4c4c;
}
.ribbon h2 {
  color: #3a3a3a;
  padding: 8px 0px 0px 20px;
}

/* ⇢ following styles are for demo decoration ⇠ */

.card-contents {
  height: 300px;
  margin: auto;
  margin-top: 60px;
  width: 500px;
  background-color: beige;
}
.border-ribbon {
  box-shadow: 0px 3px 20px #00000029;
  border-color: #fff !important;
  /* max-height: 300px; */
  height: 60vh;
  margin-top: 9px;
  width: 511px;
}
.salient {
  text-align: center;
}
.content-sub .sucess {
  font-size: 2.5rem;
  font-weight: 800;
  position: relative;
  display: inline-block;
  color: #850005;
  width: 50%;
}
.content-sub .sucess::after {
  content: "";
  position: absolute;
  background: -moz-linear-gradient(
    left,
    rgba(0, 74, 133, 0) 0,
    rgba(0, 74, 133, 0.01) 1%,
    #850005 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 74, 133, 0) 0,
    rgba(0, 74, 133, 0.01) 1%,
    #850005 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 74, 133, 0) 0%,
    rgba(0, 74, 133, 0.01) 1%,
    #850005 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00004a85',endColorstr='#850005',GradientType=1);
  left: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 2px;
  width: 565px;
  height: 4px;
}
.video-part {
  background: #eaeaea;
  padding: 40px 0;
  position: relative;
  height: 680px;
}
.clearfix:before {
  display: table;
  content: " ";
}
.video-part-right {
  background: url(../images/video-right-img.jpg) no-repeat;
  width: 60%;
  position: relative;
  float: right;
  padding: 100px 100px 120px 200px;
  margin-bottom: 100px;
  max-width: 800px;
}
.video-part-left {
  position: absolute;
  width: 60%;
  left: -68%;
  top: 10%;
  z-index: 10;
  margin-left: 80px;
  max-width: 530px;
}
.video-part-text h1 {
  font-size: 2.5rem;
  color: #ffffff;
  /* text-transform: uppercase; */
  font-weight: 800;
}
.video-part-text p {
  font-size: 1.125rem;
  color: #ffffff;
}
.video-buttons {
  background: #29ff70;
  padding: 10px 35px;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
  border-radius: 6px;
  box-shadow: 0px 0px;
  background-color: #29ff70;
}
/* //end ribbon css */
@media screen and (max-width: 767px) {
  .internal-navigation .breadcrumb li a {
    font-size: 0.875rem;
  }
}
h3::after {
  position: absolute;
  background: linear-gradient(
    to right,
    rgba(0, 74, 133, 0) 0%,
    rgba(0, 74, 133, 0.01) 1%,
    #850005 100%
  );
}
a {
  color: #850005;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}
.main-heading {
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #850005;
  /* font-size: 40px; */
}

.main-heading::after {
  position: absolute;
  background: linear-gradient(to right, #ffffff, #850005);
}

.persona-card {
  background-color: #eaeaea;
  border: none;
  height: 215px;
}

.heading-text {
  color: #850005;
  font-size: 20px;
  font-weight: 800;
}

.card-heading {
  background-color: #29ff70;
  padding: 10px;
  border-radius: 0px 28px;
  font-weight: 800;
  border: none;
  font-size: 20px;
}

.listcard ul {
  list-style-image: url("../images/points-icon.svg");
  margin: 0 10px;
}

.listcard ul li {
  color: #4c4c4c;
  font-size: 16px;
}
.businesscard ul {
  list-style-image: url("../images/points-icon.svg");
  margin: 0 10px;
}

.businesscard ul li {
  color: #4c4c4c;
  font-size: 16px;
}
