
body {
  font-family: "DM Sans", sans-serif;
}

:root {
  --primary--color: #0b1b3b;
  --secondary--color: #fff;
  --text-color: #535d70;
  --accent-color: #28c785;
  --light-gray-color: #b0bfdc;
  --border-top-color: #091650;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

.navbar {
  background-color: var(--secondary--color);
  padding: 0;
}

/*.navbar-brand {
  padding-left: 27px;
  padding-top: 15px;
  padding-bottom: 15px;
}*/

.about-us-text {
  font-size: 16px;
  color: #ae3466;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 10px;
}

.about-us-heading {
  color: var(--primary--color);
  font-weight: bold;
  line-height: 58px;
  margin-bottom: 13px;
}

.about-us-content {
  font-size: 18px;
  line-height: 28px;
  color: black;
  margin-bottom: 7px;
}

.vector-img {
  left: -73px;
  top: 10px;
}

.smart-obj-img {
  left: -72px;
  top: 16px;
}

.vector-heading {
  font-size: 22px;
  font-weight: bold;
  color: #ae3466;
  line-height: 35px;
}

.smart-obj-heading {
  font-size: 22px;
  font-weight: bold;
  color: #ae3466;
  line-height: 42px;
  margin-top: 6px;
}

.about-us-inner {
  padding: 0 10px 39px 71px;
  margin-bottom: 0;
  margin-top: 20px;
}

.about-us-content {
  margin-bottom: 7px;
}

.mission-text1 {
  margin-bottom: 10px;
  line-height: 28px;
  color: black;
  font-size: 18px;
}

.mission-text2 {
  line-height: 28px;
  margin-bottom: 11px !important;
  color: black;
  font-size: 18px;
}

.read-more-btn a {
  background: #ae3466;
  color: var(--secondary--color);
  line-height: 18px;
  font-size: 18px;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 23px 70px;
  transition: ease-in-out 0.3s;
  display: inline-block;
}

.about-us-box {
  padding-top: 30px;
}

.icons {
  padding-top: 39px;
}

.carousel-indicators {
  position: absolute;
  top: 444px;
}

.carousel-caption {
  z-index: 10;
  color: #fff;
  text-align: center;
  padding: 69px 109px;
}

.carousel-caption {
  position: revert;
}

.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
} 
      