*{
    font-family: 'Poppins', sans-serif;
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 3rem;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* 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;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

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

/* Thin out the marketing headings */
.featurette-heading {
    color: #c00000;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 2rem;
  }
}
.navbar{
    margin-top: 40px;
}
.navbar-dark .navbar-nav{
    right: 0px;
    margin: 0px;
    position: absolute;
}
.navbar-dark .navbar-nav .nav-link{
    color: #1c1c1c;
    text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #393836;
}
.navbar-dark .navbar-nav .active>.nav-link{
    color: #c00000;
    font-weight: 500;
    border-bottom: solid 3px #c00000;
}
.beforeload{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999999999999;
    background: rgba(255,255,255,1);
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(181,180,182, 0.2);
  border-right: 1.1em solid rgba(181,180,182, 0.2);
  border-bottom: 1.1em solid rgba(181,180,182, 0.2);
  border-left: 1.1em solid #b5b4b6;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

    .profile{
        filter:grayscale(100%);
    }
    .profile:hover{
        filter:grayscale(0%);
    }

@media (max-width: 699px) {
.featurette{
    padding-top: 70px;
    padding-bottom: 70px;
}
.ddddd{
    margin-bottom: 50px;
    text-align: center;
}
}
.numberCircle {
  border-radius: 50%;
  width: 66px;
  height: 66px;
  line-height: 60px;
  background: #fff;
  border: 2px solid #666;
  color: #666;
  text-align: center;
  font-size: 32px;
    position: relative;
    top: -20px;
    
    padding: 0px;
    margin: auto;
    left: 0px;
    right: 0px;
}
.hovedark{
    filter: grayscale(100%);
    opacity: 0.7;
}
.hovedark:hover{
    filter: grayscale(0%);
    opacity: 1;
}

@media (max-width: 699px) {
.imgagile{
    width: 250px;
}
}
@media (min-width: 700px) {
.imgagile{
    width: 400px;
}
}
.btn-secondary, .btn-dark{
    background: #1c1c1c;
}
.otherbtn.active{
    background: #c00000 !important;
}

.customers{
    filter: grayscale(0%);
}
.customers:hover{
    filter: grayscale(0%);
}


.containerload{
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999;
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}