* {
  font-family: "Poppins", sans-serif;
}

.navbar-brand .navbar-brand-media-img {
  height: 20px;
}

.bg-light .text-lead {
  color: #757575 !important;
}

#service_section .media-object-card {
  transition: all .2s ease-in-out;
}

#service_section .media-object-card:hover {
  transform: scale(1.05);
}

.download_btn img {
  height: 50px;
  margin-top: -10px;
  margin-right: 10px;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}

.download_btn img:hover {
  opacity: 1;
}

#cta_section .section.section-md {
    padding-top: 75px;
    padding-bottom: 75px;
}

.card_desc {
  font-size: 12px;
  margin-top: 10px;
}

#portfolio_section {
  background: url("../img/baskmart_laptop.png") !important;
  height: 800px;
  background-size: 100% !important;
  color: #FFF !important;
}

#portfolio_section .text-lead {
  color: #CCC !important;
}

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

#cta_section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.navbar-brand-media-img-dark {
  -webkit-filter: brightness(1) contrast(10%) invert(0.5);
  filter: brightness(1) contrast(10%) invert(0.5);
}

.flow_image_container {
  background: url(../img/baskmart-flow.png);
  height: 1800px;
  background-position: center;
  background-repeat: no-repeat;
}

.section-heading {
  font-size: 22px;
  margin-top: 20px;
}

.section-subheading {
  color: #757575;
}

.flexible-widgets h1.widget-title {
  text-transform: none;
}
