/*  =========================================================================================================================================
    Astrix - Proprietary theme 
    =========================================================================================================================================
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Ultilities classes */
.bg-100 {
  background-size: 100% 100%;
}

.bg-black {
  background-color: #000;
}

hr.white {
  border-color: #fff;
}

.circle {
  border-radius: 50%;
}

.pull-left {
  margin-left: 0;
}

.pull-left .col-1 {
  padding: 0;
}

.no-bullet {
  list-style-type: none;
}

@media screen and (min-width: 992px) {
  .pull-left {
    margin-left: -40px;
  }
}

@media screen and (min-width: 768px) {
  .no-bullet {
    list-style-type: disc;
  }
}

/* Shadows classes, from: https://github.com/mrmlnc/material-shadows */
.z-depth-16 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
}

.z-depth-8 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
}

.z-depth-4 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}

.z-depth-2 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/* Navbar definition */
.navbar .navbar-brand {
  font-weight: 700;
  color: #007bff;
}

.navbar .navbar-nav.active-primary li::after {
  display: block;
  content: '';
  border-bottom: solid 3px #007bff;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 250ms ease-in-out;
  -o-transition: -o-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out, -o-transform 250ms ease-in-out;
}

.navbar .navbar-nav.active-primary li:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.navbar .navbar-nav.active-primary li.active a {
  color: #007bff;
}

.navbar .navbar-nav.active-primary li.active::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.mobile-navbar {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 0;
  visibility: hidden;
  background: #000;
  top: 0;
  left: 0;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile-navbar.show {
  height: 100%;
  visibility: visible;
}

.mobile-navbar .mobile-navbar-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.mobile-navbar .mobile-navbar-container ul {
  position: absolute;
  top: 15%;
  left: 6%;
  list-style-type: none;
  font-size: 30px;
}

.mobile-navbar .mobile-navbar-container ul li a {
  color: #fff;
}

.mobile-navbar .mobile-navbar-container ul li::after {
  display: block;
  content: '';
  border-bottom: solid 3px #007bff;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 250ms ease-in-out;
  -o-transition: -o-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out, -o-transform 250ms ease-in-out;
}

.mobile-navbar .mobile-navbar-container ul li:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.mobile-navbar .mobile-navbar-container ul li.active a {
  color: #007bff;
}

.mobile-navbar .mobile-navbar-container ul li.active::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.hamburger {
  padding: 5px;
}

.hamburger .hamburger-box {
  width: 24px;
  height: 24px;
}

.hamburger .hamburger-box .hamburger-inner,
.hamburger .hamburger-box .hamburger-inner:after,
.hamburger .hamburger-box .hamburger-inner:before {
  background: #fff;
  width: 24px;
}

.card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border: 0;
}

.card .card-title {
  font-weight: 300;
  font-size: 24px;
}

/* Typography definitions*/
body {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
  font-size: 56px;
  font-weight: 400;
}

h2 {
  font-size: 45px;
  font-weight: 400;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.title {
  font-weight: 300;
}

.font-weight-300 {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.btn {
  padding: 0.375rem 16px;
  height: 36px;
  min-width: 60px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.btn:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}

.btn.btn-lg {
  height: 54px;
  font-size: 1.5em;
  padding: 0.5rem 1rem;
}

.btn.btn-circle {
  padding: 0;
  height: 45px;
  min-width: 45px;
  width: 45px;
  border-radius: 50%;
}

.mobile-navbar-activator {
  left: 20px;
  top: 20px;
  z-index: 5;
  background-color: #007bff;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
}

.mobile-navbar-activator:hover,
.mobile-navbar-activator:focus {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
}

.mobile-navbar-activator.is-active {
  position: absolute;
}

.featured-image {
  width: 100%;
  height: auto;
}

section h1 {
  text-transform: uppercase;
  font-weight: 500;
}

section .section-title {
  font-size: 1em;
}

section .section-title::before {
  font-size: 1em;
  display: inline-block;
  content: "";
  border-top: 0.1em solid blue;
  width: 4em;
  -webkit-transform: translateY(-0.3em);
      -ms-transform: translateY(-0.3em);
       -o-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
  margin-right: 10px;
}

section .section-title.white {
  color: #fff;
}

section .section-title.white::before:not(.no-leading-line) {
  display: inline-block;
  content: "";
  border-top: 0.1em solid blue;
  border-color: #fff;
  width: 4em;
  -webkit-transform: translateY(-0.3em);
      -ms-transform: translateY(-0.3em);
       -o-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
  margin-right: 10px;
}

section .child-page-title {
  position: relative;
  margin-bottom: 2rem;
}

section .child-page-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 10px auto;
  width: 30px;
  height: 6px;
  background: #00f;
}

#business .icon {
  width: 40px;
  height: 40px;
}