h1.home-title-black {
padding: 15px 0 10px 0;
font-size: 28px;
line-height: 35px;
font-weight: 700;
color: #000;
font-family: sans-serif;
font-style: italic;
text-align: center;
}
.right-list{
    list-style: circle;
    list-style-image: none;
    font-size: 1.1rem;
    color: #000000;
    font-weight: bolder;
}
h4 {
    font-size: 21px; 
}

.button-call{
display: inline-block;
z-index: 11111;
border: none;
position: fixed;
margin-left:-100px;
right:8%;
max-width: 300px;
top:25px;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 2px 2px;
font-size: 1em;
line-height: 1.42857143;
border-radius: 4px;
color: #fff;
background-color: #4694ab;
}
.button-call:hover {
  color: #fff!important;
  background-color: #333;
}

h3.home-title {
  padding: 0px 0 0px 0 !important;
  color: #FFA500;
  text-align: center;
}
h5.home-titleb {
  padding: 0px 0 0px 0 !important;
  color: #FFF;
  line-height: 18px;
  font-size: 17px;
  text-align: center;
  font-style: italic;
  margin-bottom: 10px;
}
h5.home-titleb a:link {
  color: #FFF!important;
}
.fileinput-button {
  background-color: #666 !important;
  font-size: 12px;
  padding: 2px 2px 2px 2px;
}

ol.simple-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.simple-list > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
    border-left: 2px solid #CCCCCC;
}
ol.simple-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;
     
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #464646;
 
    content: counter(li-counter);
    counter-increment: li-counter;
}

ol.circles-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 4em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.circles-list > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
}
ol.circles-list > li:before {
    position: absolute;
    top: 0;
    left: -1.33em;
    width: 1.2em;
    height: 1.2em;
     
    font-size: 2.5em;
    line-height: 1.2;
    text-align: center;
    color: #f5f5f5;
 
    border: 3px solid #c5c5c5;
    border-radius: 50%;
    background-color: #464646;
    content: counter(li-counter);
    counter-increment: li-counter;
}


ol.boxes-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.boxes-list > li{
    position: relative;
    margin-bottom: 15px;
    padding: 1em;
    font-weight: bold;
    color: #000;
    background-color: #f5f5f5;
}
ol.boxes-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.94em;
    height: 0.94em;
     
    font-size: 3em;
    line-height: 0.94;
    text-align: center;
    color: #f5f5f5;
 
    background-color: #FFA500;
    content: counter(li-counter);
    counter-increment: li-counter;
}

@media (max-width: 767px)  {
      .home-wrapper{
background:url("./images/bg.jpg");
}
      }


