@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.home-banner-section {
  padding-bottom: 0;
  padding-top: 5.75rem;
}
.home-banner-section .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner-slide {
  overflow: hidden;
  position: relative;
  border-radius: 1.25rem;
}
.banner-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.banner-caption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  padding: 0 2rem;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.banner-caption h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  max-width: 920px;
  line-height: 3.5rem;
  margin-bottom: 2.25rem;
}
.banner-caption h3 {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.5rem;
  margin-bottom: 2.75rem;
}
.banner-caption h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1rem;
  margin-top: 1.5rem;
}
.banner-caption img {
  margin-bottom: 2.75rem;
}
.banner-caption p {
  font-weight: 500;
}
.home-banner-section .slick-dots {
  bottom: 1.5rem;
}
.home-banner-section .slick-dots li {
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-banner-section .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-banner-section .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
}
.home-banner-section .slick-dots .slick-active,
.home-banner-section .slick-dots .slick-active button {
  width: 2.25rem;
}
.home-banner-section .slick-dots .slick-active button {
  border-radius: 10px;
  background: #00647c;
}

.home-about-container {
  width: 855px;
  margin: 0 auto;
  text-align: center;
}
.home-about-container h2 {
  font-weight: 400;
  font-size: 2.75rem;
  margin-bottom: 2rem;
}
.home-about-container h2 b {
  font-weight: 600;
}
.home-about-container h5 {
  margin-bottom: 1.25rem;
}
.home-about-container h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.home-about-container h6 + h6 {
  margin-top: 1rem;
}
.home-about-container h6 b {
  font-weight: 600;
}
.home-about-container span {
  color: #fff;
  display: flex;
  margin-top: 1rem;
}

.home-performance-section {
  background: #f4f5f9;
}
.home-performance-section .home-about-container {
  width: 700px;
}
.home-performance-container {
  display: flex;
  column-gap: 2rem;
  margin-top: 4.5rem;
  text-align: center;
  align-items: flex-start;
  justify-content: center;
}
.home-performance-card {
  flex: 1;
  display: flex;
  color: #003948;
  row-gap: 1.25rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-performance-card-img {
  overflow: hidden;
  position: relative;
  border-radius: 9px;
}
.home-performance-card img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.home-performance-card:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.home-performance-card h4 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.home-performance-card p {
  margin: 0;
  max-width: 90%;
}

.home-intelligent-section .home-about-container {
  width: 660px;
}
.home-intelligent-container {
  gap: 2rem;
  width: 730px;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-top: 3.5rem;
  align-items: center;
  justify-content: center;
}
.home-intelligent-container .home-intelligent-col {
  width: 12%;
}
.home-intelligent-container .home-intelligent-col:hover img {
  opacity: 0.8;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.home-intelligent-container span {
  color: #fff;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 6px;
  background: #00647c;
}

.home-abot-ai-section {
  background: #00647c url("../images/abot-ai-bg.png") no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.home-abot-ai-container {
  display: flex;
  column-gap: 5rem;
  align-items: center;
}
.home-abot-ai-section .home-about-container {
  color: #fff;
  min-width: 620px;
  text-align: left;
}
.home-abot-ai-section .home-about-container img {
  margin-bottom: 1.25rem;
}
.home-abot-ai-section .home-about-container h2 {
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.home-abot-ai-section .home-about-container p {
  margin: 0;
  font-size: 1.5rem;
}
.home-abot-ai-card {
  display: flex;
  row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
}
.home-abot-ai-card h6 {
  color: #ebebeb;
  font-weight: 400;
  line-height: 1.75rem;
}
.home-abot-ai-card .btn,
.home-abot-ai-card .btn:active,
.home-abot-ai-card :not(.btn-check) + .btn:active {
  color: #00647c;
  padding: 10px 32px;
  background: #fff;
}

.login-container {
  display: flex;
  padding: 2rem 0;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #00647c url(../images/line-bg.png) repeat;
}
.login-row {
  width: 420px;
  background: #fff;
  text-align: center;
  border-radius: 1rem;
  padding: 3.5rem 3rem;
}
.login-row img {
  max-width: 180px;
  margin-bottom: 2rem;
}
.login-row h1 {
  font-weight: 600;
  font-size: 2.25rem;
  margin-bottom: 2px;
}
.login-row h6 {
  font-weight: 400;
  margin-bottom: 2rem;
}
.login-row .form-control {
  padding: 10px 16px;
  margin-bottom: 1.5rem;
  border-color: #d7dee5;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.login-row .btn.btn-primary {
  width: 100%;
  font-weight: 600;
  padding: 9px 16px;
  text-transform: uppercase;
}
.login-row .btn.btn-primary:hover,
.login-row .btn.btn-primary:focus-visible,
.login-row .btn.btn-primary.active,
:not(.btn-check) + .btn:active {
  color: #00647c;
  background: transparent;
  border: 1px solid #00647c;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.login-container .copyright {
  padding-top: 1.5rem;
}
.login-container .copyright p {
  color: #fff;
}

.inner-banner-section {
  padding-bottom: 0;
  padding-top: 12rem;
}
.inner-banner-section .home-about-container {
  width: 770px;
}
.inner-banner-img {
  overflow: hidden;
  margin-top: 4.5rem;
  border-radius: 1rem;
}

.what-abot-section {
  background: linear-gradient(135deg, #004a5c 0%, #00647c 50%, #0096a6 100%);
}
.what-abot-section .home-about-container h2 {
  color: #fff;
}
.what-abot-container {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.what-abot-card {
  display: flex;
  column-gap: 2rem;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  width: calc(50% - 16px);
  background: linear-gradient(145deg, #ffffff 0%, #f1f6f8 100%);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
}
.what-abot-card-icon {
  min-width: 48px;
}
.what-abot-card-info h5 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.what-abot-card-info ul {
  padding-left: 19px;
}
.what-abot-card-info ul li + li {
  margin-top: 10px;
}
.what-abot-card-info p {
  margin: 0;
  line-height: 1.75rem;
}
.key-benefits-section .what-abot-card {
  background: linear-gradient(135deg, #004a5c 0%, #00647c 50%, #0096a6 100%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.key-benefits-section .what-abot-card img {
  filter: brightness(0) invert(1);
}
.key-benefits-section .what-abot-card-info h5 {
  color: #fff;
}
.key-benefits-section .what-abot-card-info p {
  color: #fafafa;
}

.why-abot-section {
  background: #f4f5f9;
}
.why-abot-container {
  margin-top: 4.5rem;
}
.why-abot-container .table {
  margin: 0;
  overflow: hidden;
  border-radius: 9px;
  background: transparent;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
}
.why-abot-container .table thead th {
  color: #fff;
  padding: 12px 28px;
  background: #00647c;
}
.why-abot-container .table tbody th,
.why-abot-container .table tbody td {
  padding: 16px 28px;
}
.why-abot-container .table tbody tr:last-child th,
.why-abot-container .table tbody tr:last-child td {
  border-bottom: none;
}

.who-we-serve-section .home-about-container {
  margin: 0;
  max-width: 700px;
}
.home-abot-ai-card ul {
  margin: 0;
}
.home-abot-ai-card ul li {
  color: #fff;
  font-size: 1.25rem;
}
.home-abot-ai-card ul li + li {
  margin-top: 14px;
}
.home-abot-ai-card a {
  margin-left: 13px;
}

.products-banner-section .home-about-container {
  width: 600px;
}

.aec-ecosystems-section {
  background: #f4f5f9;
}
.aec-ecosystems-section .why-abot-container {
  display: flex;
  margin-top: 0;
  column-gap: 4rem;
  align-items: center;
}
.ecosystems-img {
  overflow: hidden;
  border-radius: 12px;
}
.aec-ecosystems-section .why-abot-container .table thead th,
.aec-ecosystems-section .why-abot-container .table tbody th {
  font-weight: 600;
}
.aec-ecosystems-section .home-about-container {
  width: 100%;
  text-align: left;
}
.aec-ecosystems-section .home-about-container h2 {
  text-align: center;
}

.how-it-works-section {
  background: url("../images/how-it-works.jpg") no-repeat;
  background-size: cover;
}
.how-it-works-section .home-about-container h2 {
  color: #fff;
}
.progress-step-container {
  color: #fff;
  display: flex;
  text-align: center;
  margin-top: 4.5rem;
  align-items: flex-start;
  justify-content: center;
}
.progress-step-container .progress-step-item {
  z-index: 1;
  min-width: 25%;
  display: block;
  position: relative;
  padding: 2.75rem 1.5rem 0;
}
.progress-step-container .progress-step-box .progress-step-separator,
.progress-step-container .progress-step-item-box .progress-step-item-box-bfr {
  content: "";
  z-index: -2;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  top: 1.75rem;
  left: 0;
}
.progress-step-container
  .progress-step-item-box
  .progress-step-item-box-bfr.progress-step-separator {
  display: block;
  background-color: #fff;
}
.progress-step-container .progress-step-icon {
  line-height: 1;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0;
  font-weight: 700;
  margin-left: -1rem;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 50%;
}
.progress-step-container .progress-step-icon .progress-step-icon-afr,
.progress-step-container .progress-step-number .progress-step-number-bfr {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin-left: -1.25rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 8px;
  -webkit-transition: 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  -moz-transition: 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.progress-step-container .progress-step-icon .progress-step-icon-afr {
  opacity: 0;
  z-index: -1;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -2.25rem;
  top: -18px;
}
.progress-step-container .progress-step-box .progress-step-icon-afr {
  background-color: #00647c;
}
.progress-step-container .progress-step-item:hover .progress-step-icon-afr {
  opacity: 1;
  background-color: #00647c;
}
.progress-step-container .progress-step-number {
  z-index: 1;
  display: block;
  color: #00647c;
  font-weight: 500;
  position: relative;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.25rem;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.progress-step-container .progress-step-number .progress-step-number-bfr {
  top: -10px;
  z-index: -1;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: -1.75rem;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.progress-step-container .progress-step-box .progress-step-item-bfr,
.progress-step-container .progress-step-box .progress-step-icon-bfr,
.progress-step-container .progress-step-box .progress-step-number-bfr {
  background-color: #fff;
}
.progress-step-container .progress-content {
  padding-top: 3.25rem;
}
.progress-step-container .progress-content .progress-step-title {
  display: flex;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}
.progress-step-container .progress-content p {
  margin: 0;
  color: #ffffffd1;
}

.abot-intelligence-section .home-about-container {
  text-align: left;
}
.abot-intelligence-section .home-about-container h6 {
  margin-bottom: 1.5rem;
}
.abot-intelligence-section .home-about-container ul {
  padding-left: 19px;
}
.abot-intelligence-section .home-about-container ul li + li {
  margin-top: 10px;
}

.who-should-use-section .home-abot-ai-card ul li b {
  font-weight: 600;
}

.support-section .home-about-container h5 {
  margin-bottom: 8px;
  margin-top: 1.25rem;
}

.contact-address-section {
  background: #00647c;
}
.contact-address-section .home-about-container h2 {
  color: #fff;
}
.contact-address-container {
  color: #fff;
  display: flex;
  row-gap: 1rem;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.contact-address-container p {
  margin: 0;
  font-weight: 500;
  font-size: 1.25rem;
}

.abot-workstations-section .home-about-container img {
  margin-top: 3rem;
  border-radius: 1rem;
}

ul.infoGraphic {
  padding: 0;
  display: flex;
  font-size: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
ul.infoGraphic li {
  z-index: 1;
  width: 100%;
  padding: 0.5em;
  cursor: pointer;
  max-width: 25em;
  list-style: none;
  position: relative;
  border-radius: 0.5em;
  background: #f4f5f9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
ul.infoGraphic li .numberWrap {
  position: absolute;
}
ul.infoGraphic li .number {
  width: 0.9em;
  font-size: 13em;
  font-weight: 900;
}
ul.infoGraphic li .number.fontColor1 {
  color: #00647c;
}
ul.infoGraphic li .number.fontColor2 {
  color: #0097a7;
}
ul.infoGraphic li .number.fontColor3 {
  color: #357e9a;
}
ul.infoGraphic li .number.fontColor4 {
  color: #00b8a9;
}
ul.infoGraphic li .number.fontColor5 {
  color: #4dd0e1;
}
ul.infoGraphic li .number.fontColor6 {
  color: #004d61;
}
ul.infoGraphic li .coverWrap {
  width: 18em;
  height: 15em;
  -webkit-transform: rotate(130deg);
  -moz-transform: rotate(130deg);
  transform: rotate(130deg);
  position: absolute;
  left: -3em;
  top: -1em;
}
ul.infoGraphic li .coverWrap .numberCover {
  width: 18em;
  height: 6em;
  position: absolute;
  background: #f4f5f9;
  border-radius: 50% 50% 0 0;
  border-bottom: 3px solid #f5f8f7;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
ul.infoGraphic li .coverWrap .numberCover::before {
  content: "";
  z-index: -1;
  border-radius: 100px/10px;
  -webkit-box-shadow: 0 0 30px 17px #48668577;
  -moz-box-shadow: 0 0 30px 17px #48668577;
  box-shadow: 0 0 30px 17px #48668577;
  position: absolute;
  bottom: 5px;
  right: 4em;
  left: 4em;
  top: 5em;
}
ul.infoGraphic li .coverWrap .numberCover::after {
  content: "";
  z-index: 1;
  width: 120%;
  height: 150%;
  background: radial-gradient(at bottom, #48668533, transparent, transparent);
  position: absolute;
  bottom: 0;
  left: -10%;
}
ul.infoGraphic li .content {
  position: relative;
  margin: 8em 0 1em 8em;
}
ul.infoGraphic li .content h2 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
ul.infoGraphic li .content p {
  line-height: 1.5em;
}
ul.infoGraphic li:hover .coverWrap .numberCover {
  border-radius: 100%;
}
.aec-ecosystems-section .home-about-container ul.infoGraphic li .content h2 {
  text-align: left;
}

.product-contact-container {
  display: flex;
  margin-top: 4rem;
  align-items: center;
  justify-content: center;
}
.product-contact-container a {
  color: #003948;
  font-weight: 500;
  font-size: 1.25rem;
  text-decoration: underline;
}

.products-solution-inner-banner-section {
  padding-bottom: 8.75rem;
}
.who-we-serve-section .product-info-container {
  width: auto;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
.product-info-section .home-about-container h2 {
  margin-bottom: 1.25rem;
}
.product-info-section ul.infoGraphic li .content {
  margin: 8em 2rem 1em 8em;
}
.product-info-section ul.infoGraphic li {
  max-width: 38em;
}
