@charset "utf-8";
/* CSS Document */



.info-box:hover {

  transform: scale(1.05,1.05);
}


.info-box {
     
    transition: 1.2s;
  
}






@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.dbox {
    position: relative;
    /* background: rgb(255, 86, 65); */
    background: -moz-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
    /* background: -webkit-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%); */
    background-color: white;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 4px;
    text-align: center;
    border-radius: 30px;
    color: black;
    margin: 0px 0 50px;
}
.dbox__icon {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.dbox__icon:before {
    width: 75px;
    height: 75px;
    position: absolute;
    background: #fda299;
    background: rgba(253, 162, 153, 0.34);
    content: '';
    border-radius: 50%;
    left: -17px;
    top: -17px;
    z-index: -2;
}
.dbox__icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #f79489;
    background: rgba(247, 148, 137, 0.91);
    content: '';
    border-radius: 50%;
    left: -10px;
    top: -10px;
    z-index: -1;
}
.dbox__icon > i {
    background: #ff5444;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
	font-size:22px;
}
.dbox__body {
  padding: 50px 20px;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  transition: .3s;
  border-radius: 30px;
}
.dbox__count {
          display: block;
          font-size: 23px;
          color: #5a5a5a;
          font-weight: 700;
}
.dbox__title {
       font-size: 25px;
       color: #FFF;
       font-weight: 600;
       color: rgb(139 139 139);
}
.dbox__action {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
}
.dbox__action__btn {
    border: none;
    background: #FFF;
    border-radius: 19px;
    padding: 7px 10px;
    text-transform: uppercase;
    margin-top: -9px;
    font-weight: 500;
    border: 1px solid #e7e7e7;
    font-size: 11px;
    /* letter-spacing: .5px; */
    color: #000000;
    box-shadow: 0 3px 5px #dadada;
}


.dbox--color-2 {
    /* background: rgb(252, 190, 27); */
    background: -moz-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
    /* background: -webkit-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%); */
    /* background: linear-gradient(to bottom, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%); */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcbe1b', endColorstr='#f85648', GradientType=0);
}
.dbox--color-2 .dbox__icon:after {
    background: #fee036;
    background: rgba(254, 224, 54, 0.81);
}
.dbox--color-2 .dbox__icon:before {
    background: #fee036;
    background: rgba(254, 224, 54, 0.64);
}
.dbox--color-2 .dbox__icon > i {
    background: #fb9f28;
}

.dbox--color-3 {
    /* background: rgb(183,71,247); */
    background: -moz-linear-gradient(top, rgba(183,71,247,1) 0%, rgba(108,83,220,1) 100%);
    /* background: -webkit-linear-gradient(top, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%); */
    /* background: linear-gradient(to bottom, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b747f7', endColorstr='#6c53dc',GradientType=0 );
}
.dbox--color-3 .dbox__icon:after {
    background: #b446f5;
    background: rgba(180, 70, 245, 0.76);
}
.dbox--color-3 .dbox__icon:before {
    background: #e284ff;
    background: rgba(226, 132, 255, 0.66);
}
.dbox--color-3 .dbox__icon > i {
    background: #8150e4;
}

.box.box-solid.box-primary {
    border: 1px solid #e3e3e3;
    box-shadow: 1px 1px 6px 2px #80808047;
}


.dbox--color-4 {
    /* background: rgb(183,71,247); */
    background: -moz-linear-gradient(top, rgba(183,71,247,1) 0%, rgba(108,83,220,1) 100%);
    /* background: -webkit-linear-gradient(top, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%); */
    /* background: linear-gradient(to bottom, #CDDC39 0%,#4CAF50 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b747f7', endColorstr='#6c53dc',GradientType=0 );
}
.dbox--color-4 .dbox__icon:after {
    background: #b446f5;
       background: #8BC34A;
}
.dbox--color-4 .dbox__icon:before {
    background: #e284ff;
       background: rgb(205 220 57 / 51%);
}
.dbox--color-4 .dbox__icon > i {
       background: #4CAF50;
}
.dbox--color-5 {
    /* background: rgb(183,71,247); */
    background: -moz-linear-gradient(top, rgba(183,71,247,1) 0%, rgba(108,83,220,1) 100%);
    /* background: -webkit-linear-gradient(top, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%); */
    /* background: linear-gradient(to bottom, #795548 0%,#b05332 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b747f7', endColorstr='#6c53dc',GradientType=0 );
}
.dbox--color-5 .dbox__icon:after {
    background: #b446f5;
    background: #a45437b8;
}
.dbox--color-5 .dbox__icon:before {
    background: #e284ff;
         background: rgb(166 83 54 / 58%);
}
.dbox--color-5 .dbox__icon > i {
    background: #805545;
}

.dbox--color-6 {
    /* background: rgb(183,71,247); */
    background: -moz-linear-gradient(top, rgba(183,71,247,1) 0%, rgba(108,83,220,1) 100%);
    /* background: -webkit-linear-gradient(top, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%); */
    /* background: linear-gradient(to bottom, #666666 0%,#7c7e7e 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b747f7', endColorstr='#6c53dc',GradientType=0 );
}
.dbox--color-6 .dbox__icon:after {
    background: #b446f5;
    background: #53555387;
}
.dbox--color-6 .dbox__icon:before {
    background: #e284ff;
      background: rgb(158 158 158 / 76%);
}
.dbox--color-6 .dbox__icon > i {
          background: #676767;
}




.dbox--color-7 {
    /* background: rgb(183,71,247); */
    background: -moz-linear-gradient(top, rgba(183,71,247,1) 0%, rgba(108,83,220,1) 100%);
    /* background: -webkit-linear-gradient(top, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%); */
    /* background: linear-gradient(to bottom, #666666 0%,#7c7e7e 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b747f7', endColorstr='#6c53dc',GradientType=0 );
}
.dbox--color-7 .dbox__icon:after {
    background: #b446f5;
    background: #1c731c66;
}
.dbox--color-7 .dbox__icon:before {
    background: #e284ff;
    background: rgb(28 115 28 / 36%);
}
.dbox--color-7 .dbox__icon > i {
          background: #46a546;
}

.dbox--color-8 {
    /* background: rgb(183,71,247); */
    background: -moz-linear-gradient(top, rgba(183,71,247,1) 0%, rgba(108,83,220,1) 100%);
    /* background: -webkit-linear-gradient(top, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%); */
    /* background: linear-gradient(to bottom, #666666 0%,#7c7e7e 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b747f7', endColorstr='#6c53dc',GradientType=0 );
}
.dbox--color-8 .dbox__icon:after {
    background: #b446f5;
    background: #03a9f473;
}
.dbox--color-8 .dbox__icon:before {
    background: #e284ff;
    background: rgb(3 169 244 / 42%);
}
.dbox--color-8 .dbox__icon > i {
          background: #03A9F4;
}










.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 10px;
    width: 100%;
    box-shadow: none;
}

.box.box-solid.box-primary>.box-header {
    color: #ffffff;
    background: #2196F3;
    background-color: #673AB7;
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
    display: inline-block;
    margin: 0;
    font-family: sans-serif !important;
    line-height: 1;
    font-size: 18px;
    color: white;
    font-weight: 600;
}

.pdd25 {
    padding: 25px 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.2s ease-in-out;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 15px;
}

.footer {
    bottom: 0;
    padding: 10px 15px 10px;
    position: absolute;
    right: 0;
    color: #ffffff;
    left: 0;
    background-color: #c63f16;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}


@media (max-width:991px) {
.wrapper {
	padding-top: 70px
}
.center-menu .wrapper {
	         padding: 60px 30px 0 30px;
}
}


.info-box .progress {
    background: rgb(0 0 0 / 7%);
    margin: 5px -10px 5px 0;
    height: 2px;
}
.info-box .progress, .info-box .progress .progress-bar {
    border-radius: 0;
}
@media print {

.wrapper {
	padding-top: 50px
}
}

@media (max-width:767.98px) {
.footer {
	left: 0!important;
	text-align: center
	}}