.gel-icon-box a:not(.btn) {
  color: inherit;
}
.gel-icon-box .icon {
  position: relative;
  display: inline-block;
}
.gel-icon-box .icon i {
  position: relative;
}
.gel-icon-box .title {
  margin: 0 0 1rem 0;
}
.gel-icon-box .btn-box {
  margin-top: 1.5rem;
}
.gel-icon-box p:last-child {
  margin-bottom: 0;
}
.gel-icon-box.shape-icon i, .gel-icon-box.shape-icon .gel-icon-svg {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gel-icon-box.shape-icon i:after, .gel-icon-box.shape-icon .gel-icon-svg:after {
  width: 100%;
  height: 100%;
  content: "";
  top: -3px;
  left: -3px;
  padding: 3px;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.gel-icon-box.background-icon i, .gel-icon-box.background-icon .gel-icon-svg {
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}
.gel-icon-box.background-icon i:after, .gel-icon-box.background-icon .gel-icon-svg:after {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.gel-icon-box.background-icon:hover i, .gel-icon-box.background-icon:hover .gel-icon-svg {
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}
.gel-icon-box.background-icon:hover i:after, .gel-icon-box.background-icon:hover .gel-icon-svg:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.gel-icon-box.border-not-bg-icon i, .gel-icon-box.border-not-bg-icon .gel-icon-svg {
  -webkit-transition: box-shadow 0.3s, transform 0.3s, opacity 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, opacity 0.3s;
}
.gel-icon-box.border-not-bg-icon i:after, .gel-icon-box.border-not-bg-icon .gel-icon-svg:after {
  top: -1px;
  left: -1px;
  padding: 1px;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.gel-icon-box.border-not-bg-icon:hover i, .gel-icon-box.border-not-bg-icon:hover .gel-icon-svg {
  -webkit-transition: box-shadow 0.3s, background 0.3s, transform 0.3s, opacity 0.3s;
  transition: box-shadow 0.3s, background 0.3s, transform 0.3s, opacity 0.3s;
}
.gel-icon-box.border-not-bg-icon:hover i:after, .gel-icon-box.border-not-bg-icon:hover .gel-icon-svg:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.gel-icon-box.shape-circle i, .gel-icon-box.shape-circle .gel-icon-svg {
  border-radius: 50%;
}
.gel-icon-box.shape-circle i:after, .gel-icon-box.shape-circle .gel-icon-svg:after {
  border-radius: 50%;
}
.gel-icon-box.Shape-square i, .gel-icon-box.Shape-square .gel-icon-svg {
  border-radius: 3px;
}
.gel-icon-box.Shape-square i:after, .gel-icon-box.Shape-square .gel-icon-svg:after {
  border-radius: 3px;
}
.gel-icon-box .gel-icon-svg {
  opacity: 0;
}

.gel-icon-box-size-sm i {
  font-size: 1rem;
}
.gel-icon-box-size-sm object {
  width: 1rem;
}
.gel-icon-box-size-sm.shape-icon i, .gel-icon-box-size-sm.shape-icon .gel-icon-svg {
  width: 50px;
  height: 50px;
}

.gel-icon-box-size-md i {
  font-size: 2.2rem;
}
.gel-icon-box-size-md object {
  width: 2.2rem;
}
.gel-icon-box-size-md.shape-icon i, .gel-icon-box-size-md.shape-icon .gel-icon-svg {
  width: 72px;
  height: 72px;
}

.gel-icon-box-size-lg i {
  font-size: 2.5rem;
}
.gel-icon-box-size-lg object {
  width: 2.5rem;
}
.gel-icon-box-size-lg.shape-icon i, .gel-icon-box-size-lg.shape-icon .gel-icon-svg {
  width: 100px;
  height: 100px;
}

.gel-icon-box-style-01, .gel-icon-box-style-04, .gel-icon-box-style-06 {
  text-align: left;
}

.gel-icon-box-style-02 {
  text-align: center;
}

.gel-icon-box-style-03, .gel-icon-box-style-05, .gel-icon-box-style-07 {
  text-align: right;
}

.gel-icon-box-style-01 .icon, .gel-icon-box-style-02 .icon, .gel-icon-box-style-03 .icon {
  margin-bottom: 2rem;
}

.gel-icon-box-style-04, .gel-icon-box-style-05 {
  display: -ms-flexbox;
  display: flex;
}
.gel-icon-box-style-04 .icon, .gel-icon-box-style-05 .icon {
  -ms-flex: 0 0 4rem;
  flex: 0 0 4rem;
}
.gel-icon-box-style-04 .content-box, .gel-icon-box-style-05 .content-box {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.gel-icon-box-style-06 .title, .gel-icon-box-style-07 .title {
  margin-bottom: 0;
}
.gel-icon-box-style-06 .top-box, .gel-icon-box-style-07 .top-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.gel-icon-box-style-06 .icon {
  margin-right: 1.5rem;
}

.gel-icon-box-style-07 .top-box {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.gel-icon-box-style-07 .icon {
  margin-left: 1.5rem;
}

/*# sourceMappingURL=icon-box.css.map */
