	/*
  	Flaticon icon font: Flaticon
  	Creation date: 12/08/2020 11:08
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("Flaticon.eot");
  src: url("Flaticond41dd41d.eot?#iefix") format("embedded-opentype"),
       url("Flaticon.woff2") format("woff2"),
       url("Flaticon.woff") format("woff"),
       url("Flaticon.ttf") format("truetype"),
       url("Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 20px;
}

.flaticon-donation:before { content: "\f100"; }
.flaticon-deposit:before { content: "\f101"; }
.flaticon-insurance:before { content: "\f102"; }
.flaticon-salary:before { content: "\f103"; }
.flaticon-deposit-1:before { content: "\f104"; }
.flaticon-wallet:before { content: "\f105"; }
.flaticon-deposit-2:before { content: "\f106"; }


/*.iconbox .box-header .icon-rounded.flaticon-donation:before {
    content: "\f100";
    font-family: Flaticon;
    position: absolute;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    z-index: 10;
    top: 27px;
    left: -69px;
    font-weight: normal;
    height: 28px;
    width: 30px;
}

.iconbox .box-header .icon-rounded.flaticon-donation:before {
    content: "\f100";
    font-family: Flaticon;
    position: absolute;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    z-index: 10;
    top: 27px;
    left: -69px;
    font-weight: normal;
    height: 28px;
    width: 30px;
}

.iconbox .box-header .icon-rounded:before {
    content: "\f100";
    font-family: Flaticon;
    position: absolute;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    z-index: 10;
    top: 27px;
    left: -69px;
    font-weight: normal;
    height: 28px;
    width: 30px;
}
.iconbox .box-header .icon-rounded:after {
    content: '';
    position: absolute;
    background-color: #52AE32;
    top: 14px;
    left: -82px;
    height: 54px;
    width: 54px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.iconbox .box-header .icon-rounded.flaticon-donation:before { content: "\f100"; }
.iconbox .box-header .icon-rounded.flaticon-deposit:before { content: "\f101"; }
.iconbox .box-header .icon-rounded.flaticon-insurance:before { content: "\f102"; }
.iconbox .box-header .icon-rounded.flaticon-salary:before { content: "\f103"; }
.iconbox .box-header .icon-rounded.flaticon-deposit-1:before { content: "\f104"; }
.iconbox .box-header .icon-rounded.flaticon-wallet:before { content: "\f105"; }
.iconbox .box-header .icon-rounded.flaticon-deposit-2:before { content: "\f106"; }*/