.bg-custom-color {
  background-color: #F5F5F5;
}

.qna-bg-primary {
  background-color: #272262 !important;
}

svg.bottom-wave path {
  fill: #F5F5F5;
}

#contact i.bi {
  background: #ff7036 !important;
}

.color-primary {
  color: #272262 !important;
}

.border-primary {
  border: 1px solid #272262 !important;
}

.border-secondary {
  border: 1px solid #ff601f !important;
}

.hero-main {
  max-width: 100%;
}

.row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.team-img {
  object-fit: cover;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
}

#services img {
  max-height: 30vh;
}

.vertically-center-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* New Pricing styles */
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #272262;
  background: #f8f8f8;
}
.pricing h3.primary {
  color: #ff7036;
}
.pricing ul {
  padding: 0;
  list-style: url("../img/icons/check.svg") !important;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}

header a {
  max-width: 10%;
}

@media (max-width: 991px) {
  header a {
    max-width: 100%;
  }
}

@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -10px, 0);
  }
}

.box-emphasis {
  animation: bounce 0.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.box-emphasis:hover {
  animation: none;
}

span.color-accent {
  color: #ff601f;
}

.color-accent {
  color: #ff601f;
}

.btn-duration.btn-primary {
  background-color: #272262 !important;
  border-color: #272262 !important;
}

.border-radius-0 {
  border-radius: 0px !important;
}

.pricing6 h1,
.pricing6 h2,
.pricing6 h3,
.pricing6 h4,
.pricing6 h5,
.pricing6 h6 {
  color: #3e4555;
}

.pricing6 .font-weight-medium {
  font-weight: 800;
  font-size: 1.5rem;
}

.pricing6 .bg-light {
  background-color: #f4f8fa !important;
}

.pricing6 h5 {
    line-height: 22px;
    font-size: 18px;
}

.pricing6 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.pricing6 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.pricing6 .price-box sup {
  top: -20px;
  font-size: 16px;
}

.pricing6 .price-box .display-5 {
  line-height: 58px;
  font-size: 3rem;
}

.pricing6 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.pricing6 .text-info {
    color: #188ef4 !important;
}

.pricing6 .badge-danger {
    background-color: #ff4d7e;
}

.pricing6 .font-14 {
	font-size: 14px;
}

.feature-video {
  width: 100% !important;
}

.font-small {
  font-size: 0.7rem;
}
