/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.schemenames {
  padding: 50px 0;
  border-bottom: 1px solid #f3f4f6; }
  @media only screen and (max-width: 575px) {
    .schemenames {
      padding: 30px 0; } }

.icon_cards_Style {
  height: 100%;
  background: #031E2F;
  border-radius: 5px;
  padding: 33px 30px 30px 30px;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1023px) {
    .icon_cards_Style {
      padding: 15px 20px 20px 30x; } }
  @media only screen and (max-width: 991px) {
    .icon_cards_Style {
      padding: 15px; } }
  @media only screen and (max-width: 767px) {
    .icon_cards_Style {
      padding: 15px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 767px) {
    .icon_cards_Style {
      padding: 25px;
      margin-bottom: 15px; } }

.icon_cards_Style .icon {
  width: 44px;
  height: 42px;
  margin-bottom: 30px;
  margin-right: 15px; }
  @media only screen and (max-width: 767px) {
    .icon_cards_Style .icon {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; } }
  @media only screen and (max-width: 375px) {
    .icon_cards_Style .icon {
      width: 30px;
      height: 32px; } }

.icon_cards_Style .icon_cards_name {
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .icon_cards_Style .icon_cards_name {
      display: inline-block;
      vertical-align: middle;
      margin-left: 25px; } }
  .icon_cards_Style .icon_cards_name p {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0px; }
  .icon_cards_Style .icon_cards_name h6 {
    font-weight: bold;
    text-transform: uppercase;
    min-height: 50px; }
    @media only screen and (max-width: 575px) {
      .icon_cards_Style .icon_cards_name h6 {
        margin-bottom: 0; } }
    @media only screen and (max-width: 375px) {
      .icon_cards_Style .icon_cards_name h6 {
        font-size: 16px; } }
  .icon_cards_Style .icon_cards_name span {
    font-size: 11px;
    text-align: left;
    color: #fff;
    font-weight: 500;
    font-family: Rubik,sans-serif;
    margin-bottom: 0; }

.sw-text-light .icon_cards_name p {
  color: #ffffff !important; }

.sw-text-dark .icon_cards_name p, .sw-text-dark .icon_cards_name h6, .sw-text-dark .icon_cards_name a, .sw-text-dark .icon_cards_name span {
  color: #031E2F !important; }
