/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}
canvas {
  display: block;
  vertical-align: bottom;
}
.page-header span{
color:#00e1fc;
}

.page-header2{padding:10px;margin:0px 0 20px; background-color:#fff; color:#FFFFFF;}

.page-header3{padding:10px;margin:0px 0 20px; background-color:#3871f0; color:#FFFFFF;}

.page-header4{padding:10px;margin:0px 0 20px; background-color:#fff; color:#FFFFFF;}

.page-header5{padding:10px;margin:0px 0 20px; background-color:#222; color:#FFFFFF;}


.view-dashboard a{
background-color: #004A7F;
  -webkit-border-radius: 10px;
border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
  margin:55px 0 0px 0px;

}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

.view-dashboard{
margin-bottom:-50px;
}

.view-dashboard h2{
margin-bottom:-15px;
text-align:center;

font-size:28px;
}
.fa-play-circle{
color:#4caf50;
}
.col-lg-2 span{
text-align:right;
font-size:20px;
padding-top:25px;
color:#fff;
}
.col-lg-2{
padding-top:20px;
}

.count-particles{
  position: absolute;
  top: 200px;
  left: 0;
  width: 500%;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 600%;


}
p{
    text-align:justify;
}


/* Home Page Carousel */

header.carousel {
    height: 55%;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
    width:180px;
}
.fvhp{padding-bottom:9px;margin:0px 0 20px;border-bottom:1px solid #eee; background-image:url(../img/fvhp.png); background-repeat:repeat-x;}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
    margin-top: 35px;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 20px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}
.poc-offer{
    height:10px;
}
.poc-offer h4{
    color: #006;
    padding-left:50px; 
    font: 20px Times-New-Roman;
}
.alert-info {
    color: #00004d;
    border-color: #737373;
    background-color:  #d9d9d9;
}
.jumbotron p{
    font-family:times new roman;
}