﻿body {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

h1, h2, h3, h4, h5 {
  font-family: "Barlow Semi Condensed", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

p {
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

a {
  color: #c7c7c7;
  text-decoration: none;
  font-size: 16px;
  padding: 6px 20px;
}
a.with-border {
  border: 1px #c7c7c7 solid;
  border-radius: 20px;
}
a.with-border:hover {
  border-color: #fff;
}
a:hover {
  color: #fff;
}

div.with-border {
  font-size: 16px;
  display: inline;
  padding: 6px 20px;
  border: 1px #c7c7c7 solid;
  border-radius: 20px;
  color: #c7c7c7;
  margin: 0 0 0 20px;
}
div.with-border.selected {
  background-color: #e64680;
  border-color: #e64680;
}

header {
  background-color: #5c3e98;
}
header .banner-wrapper {
  padding: 20px 0;
  display: flex;
}
header .banner-wrapper .logo-container img {
  height: 30px;
}
header .banner-wrapper .links-container {
  margin-left: auto;
}
header .banner-wrapper .links-container a {
  margin-right: 20px;
}
header .banner-wrapper .links-container a:last-of-type {
  margin-right: 0;
}
header .banner-wrapper .links-container .selected-page {
  display: inline;
  color: #fff;
  border-bottom: 2px #fff solid;
  margin-right: 20px;
  box-sizing: border-box;
  padding: 6px 20px;
}

.hero {
  background: no-repeat center center;
  background-size: cover;
  background-color: #311e57;
  padding: 150px 0;
}
.hero.service-ops {
  background-image: url("/Images/HeroBG-ServiceOps.jpg");
}
.hero.generative-ai {
  background-image: url("/Images/HeroBG-GenerativeAI.jpg");
}
.hero.contact-us {
  background-image: url("/Images/HeroBG-ContactUs.jpg");
  padding: 220px 0;
}
.hero .hero-wrapper {
  color: #fff;
  width: 50%;
}
.hero .hero-wrapper h1 {
  font-size: 50px;
  line-height: 58px;
}
.hero .hero-wrapper p {
  font-size: 18px;
  line-height: 32px;
}
.hero .hero-wrapper p:last-of-type {
  margin-bottom: 40px;
}
.hero .hero-wrapper a {
  border: 3px solid #e64680;
  background-color: #e64680;
  border-radius: 20px;
  margin-top: 30px;
}
.hero .hero-wrapper a:hover {
  color: #e64680;
  background-color: #fff;
}

.info-boxes {
  margin-top: 60px;
}
.info-boxes .info-boxes-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-boxes .info-boxes-wrapper .info-box {
  flex: 0 0 49%;
  background-color: #f0f5fa;
  box-sizing: border-box;
  padding: 0 30px 20px 20px;
  margin-bottom: 30px;
}
.info-boxes .info-boxes-wrapper .info-box img {
  width: 80%;
  margin-bottom: 20px;
}
.info-boxes .info-boxes-wrapper .info-box h2 {
  font-size: 34px;
  width: 76%;
}
.info-boxes .info-boxes-wrapper .info-box p {
  font-size: 18px;
}

.ctas {
  margin-top: 30px;
  padding-bottom: 40px;
}
.ctas h2 {
  padding: 0 15%;
  text-align: center;
}
.ctas .line {
  border-top: 2px #a1b4c8 solid;
  width: 16%;
  margin: 20px auto 20px auto;
}
.ctas .cta-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 100px;
}
.ctas .cta-boxes.gen-ai {
  gap: 50px 50px;
}
.ctas .cta-boxes .cta-box {
  flex: 0 0 20%;
  box-sizing: border-box;
  padding: 20px 30px;
  text-align: center;
  border: 1px solid #a1b4c8;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
}
.ctas .cta-boxes .cta-box img {
  height: 80px;
  margin: 20px 0;
}
.ctas .cta-boxes .cta-box p {
  font-size: 14px;
  margin-bottom: 20px;
}
.ctas .cta-boxes .cta-box a {
  background-color: #e64680;
  margin-top: 20px;
  font-size: 12px;
  border-radius: 20px;
  border: 1px #e64680 solid;
  color: #fff;
}
.ctas .cta-boxes .cta-box a:hover {
  background-color: #fff;
  color: #e64680;
}
.ctas .button-block {
  margin-top: 50px;
  text-align: center;
}
.ctas .button-block a {
  background-color: #e64680;
  font-size: 14px;
  border: 2px #e64680 solid;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
}
.ctas .button-block a:hover {
  background-color: #fff;
  color: #e64680;
}

.about-us {
  background: url("/Images/about-us-bg.png") no-repeat center top;
  background-size: cover;
  margin-top: 20px;
  padding: 100px 0;
}
.about-us h2, .about-us h3, .about-us p {
  text-align: center;
}
.about-us h3 {
  font-size: 20px;
}
.about-us p {
  font-size: 16px;
}
.about-us img {
  display: block;
  margin: 0 auto;
}

.testimonials {
  background-color: #f0f5fa;
  box-sizing: border-box;
  padding: 50px 0;
}
.testimonials h2, .testimonials h3 {
  text-align: center;
}
.testimonials h3 {
  font-size: 20px;
}
.testimonials .companies-wrapper {
  margin: 50px 0;
}
.testimonials .companies-wrapper .company img {
  height: 40px;
}
.testimonials .testimonials-wrapper {
  margin: 75px 0;
  display: flex;
  justify-content: space-between;
}
.testimonials .testimonials-wrapper .testimonial {
  flex: 0 0 30%;
}
.testimonials .testimonials-wrapper .testimonial p:nth-of-type(1) {
  font-size: 18px;
  font-style: italic;
}
.testimonials .testimonials-wrapper .testimonial p:nth-of-type(2) {
  font-size: 16px;
  margin: 0 0 4px 0;
}
.testimonials .testimonials-wrapper .testimonial p:nth-of-type(3) {
  font-size: 12px;
}

.contact-container .contact-wrapper {
  display: flex;
  margin-top: 30px;
}
.contact-container .contact-wrapper .contact-form {
  flex: 0 0 50%;
}
.contact-container .contact-wrapper .contact-form h2 {
  margin-bottom: 30px;
}
.contact-container .contact-wrapper .contact-form .form-item {
  margin-bottom: 30px;
}
.contact-container .contact-wrapper .contact-form .form-item label {
  font-weight: bold;
}
.contact-container .contact-wrapper .contact-form .form-item .form-control {
  width: 80%;
}
.contact-container .contact-wrapper .contact-form .form-item .form-error {
  display: none;
  color: #e64680;
  font-weight: bold;
  font-size: 12px;
}
.contact-container .contact-wrapper .contact-form .form-item button {
  padding: 6px 20px;
  border: 1px #e64680 solid;
  background-color: #e64680;
  color: #fff;
  border-radius: 20px;
}
.contact-container .contact-wrapper .contact-form .form-item button:hover {
  background-color: #fff;
  color: #a1b4c8;
}
.contact-container .contact-wrapper .contact-info {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding: 20px 20px;
  background-color: #f0f5fa;
  margin-bottom: 50px;
}
.contact-container .contact-wrapper .contact-info h2 {
  margin-bottom: 40px;
}
.contact-container .contact-wrapper .contact-info .info-item h3 {
  font-size: 16px;
  font-weight: bold;
}
.contact-container .contact-wrapper .contact-info .info-item .bar {
  width: 20%;
  border-top: 3px pink solid;
}
.contact-container .contact-wrapper .contact-info .info-item:nth-of-type(5) .bar {
  border: 0;
}
.contact-container .contact-wrapper .contact-info .info-item-image img {
  height: 100px;
}

footer {
  background-color: #242b3a;
  padding: 50px 0;
  color: #fff;
}
footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
}
footer .footer-wrapper div:nth-of-type(1) {
  flex: 0 0 20%;
}
footer .footer-wrapper div:nth-of-type(1) img {
  width: 100%;
}
footer .footer-wrapper div:nth-of-type(1) img:first-of-type {
  margin-bottom: 20px;
}
footer .footer-wrapper div:nth-of-type(1) .socials-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
footer .footer-wrapper div:nth-of-type(1) .socials-wrapper a {
  padding: 0;
}
footer .footer-wrapper div:nth-of-type(1) .socials-wrapper a i {
  font-size: 22px;
}
footer .footer-wrapper div:nth-of-type(2) {
  flex: 0 0 75%;
}
footer .footer-wrapper .list-wrapper {
  display: flex;
  justify-content: space-between;
}
footer .footer-wrapper .list-wrapper .list-item {
  flex: 0 0 25%;
}
footer .footer-wrapper .list-wrapper .list-item h4 {
  font-size: 20px;
}
footer .footer-wrapper .list-wrapper .list-item a {
  display: block;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #9096a4;
}
footer .footer-wrapper .list-wrapper .list-item a:hover {
  color: #fff;
}
