@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body{
    font-family:'Open Sans', Arial, sans-serif;
    background:#1d1d1d;
    color:#777;
}
.navbar-inverse{
    background:#000;
    border:0;
    border-bottom:1px solid rgba(255,255,255,.3);
}
.navbar{
    margin-bottom:0;
    border-radius:0;
}

.header>div{
    padding:5px 5px;
    color:#fff;
}
.header img{
    -webkit-filter: brightness(0%) invert(100%);
    filter: brightness(0%) invert(100%);
}

.heading{
    /*background-image: radial-gradient( circle 801px at 4.2% 16.4%,  rgba(104,211,218,0.99) 0%, rgba(184,77,235,1) 88.8% );*/
    /*background-image: linear-gradient( 109.6deg,  rgba(247,202,201,1) 20.6%, rgba(146,168,209,1) 85.9% );*/
    /*background-image: radial-gradient( circle 919px at 1.7% 6.1%,  rgba(41,58,76,1) 0%, rgba(40,171,226,1) 100.2% );*/
    /*background-image: radial-gradient( circle farthest-corner at -8.9% 51.2%,  rgba(255,124,0,1) 0%, rgba(255,124,0,1) 33%, rgba(255,163,77,1) 33%);*/
    background:#02619d;
    /*background: rgb(255,0,104);*/
    /*background: -moz-linear-gradient(138deg, rgba(255,0,104,1) 0%, rgba(255,184,0,1) 100%);*/
    /*background: -webkit-linear-gradient(138deg, rgba(255,0,104,1) 0%, rgba(255,184,0,1) 100%);*/
    /*background: linear-gradient(138deg, rgba(255,0,104,1) 0%, rgba(255,184,0,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0068",endColorstr="#ffb800",GradientType=1);*/
}
.heading h1{
    font-size:16px;
    margin:0;
    color:#fff;
}
.heading>div{
    padding:5px 15px;
}


h1,h2,h3{
    margin:0;
}

.page-header h1, .page-header h2, .page-header h3{
    display:inline-block;
}

.button {
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  background: #2980B9;
  font-size: 1.2em;
  padding: 0.5em 0.3em;
  text-decoration: none;
  letter-spacing: -1px;
  font-weight: 300;
  min-width: 125px;
  text-align: center;
  border-radius: 5px;
}
.button:hover{
    background:#2472a4;
}
.button.red{
    background:#C0392B;
}
.button.red:hover{
    background:#ab3326;
}
.center{
    text-align:center;
}
.right{
    text-align:right;
}
.fr{
    float:right;
}
.fl{
    float:left;
}


.theNumbers>div{
    padding:0;
}
.box-new{
    /*border:1px solid #000;*/
    /*border-radius:5px;*/
    background: rgb(0,0,0);
background: -moz-linear-gradient(328deg, rgba(0,0,0,1) 0%, rgba(29,29,29,1) 100%);
background: -webkit-linear-gradient(328deg, rgba(0,0,0,1) 0%, rgba(29,29,29,1) 100%);
background: linear-gradient(328deg, rgba(0,0,0,1) 0%, rgba(29,29,29,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#1d1d1d",GradientType=1);
    padding:15px;
    /*margin-bottom:30px;*/
    /*-webkit-box-shadow: 10px 10px 53px -31px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 10px 10px 53px -31px rgba(0,0,0,0.75);*/
    /*box-shadow: 10px 10px 53px -31px rgba(0,0,0,0.75);*/
    /*border:1px solid rgba(255,255,255,.3);*/
    text-align:center;
    color:#fff;
}
.box-new.service9 .name{
    color:#0082bf;
}
.box-new.service11 .name{
    color:#00cc6c;
}

.counter{
    font-size:40px;
}