@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.txColor1 {
  color: #525FE1;
}

body {
  background-color: #FFF6F4;
}

.logo {
  width: 100px;
}

.logo-footer {
  width: 70px;
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: 32rem;
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

.featurette-heading {
  letter-spacing: -0.05rem;
}

.btn-site {
  background-color: #F86F03;
  color: #FFF6F4;
}
.btn-site:hover {
  background-color: #FFA41B;
}

.btn-page {
  background-color: #525FE1;
  color: #FFF6F4;
}
.btn-page:hover {
  background-color: #737ce3;
  color: #FFF6F4;
}

.page-title-content {
  text-align: left;
  margin-bottom: 10px;
}
.page-title-content h2 {
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
}
.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
}
.page-title-content ul li {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  margin-left: 10px;
  margin-right: 10px;
}
.page-title-content ul li a {
  display: inline-block;
  transition: 0.4s;
}

.single-service {
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 22px;
  background-color: #fff;
}
.single-service .service-text {
  color: #525FE1;
}
.single-service .service-text h3 {
  margin-bottom: 20px;
}

.sidebar-item.link {
  color: #525FE1;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background: transparent;
}
.sidebar-item.link li {
  display: block;
}
.sidebar-item.link li a {
  display: block;
  padding: 15px 25px;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  overflow: hidden;
}

.testimonial-container {
  background-color: #FFA41B;
  padding: 20px;
  margin-top: 20px;
  border-radius: 5px;
}

.call-to-action {
  background-color: #525FE1;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
  color: #FFF6F4;
  background-image: url("../images/bgs/bg3.jpg");
}/*# sourceMappingURL=cite.css.map */