/* Add here all your CSS customizations */
.hrorange {background:#f5821f !important; height: 1.5px !important;}

.pt-6 {
    padding-top: 6rem!important;
}

.blue {color: #3051a0 !important;}
.mr10{margin-right: 10px;}

.svgani{padding-top:15% !important; margin:auto;}
@media (min-width: 992px) {
.svgani{padding-top:100%; margin:auto;}
}
@media (min-width: 450px) {
.svgani{padding-top:100%;margin:auto;}
}

@media (max-width: 479px){
	.inner{
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  width: 330px;
  padding-top:50% !important;
  /* Whatever width you want */
  
}
}

.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
 
}

.middle {
  display: table-cell;
  vertical-align: middle;
  
}

.inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  width: 330px;
  /* Whatever width you want */
  
}



