.social-link {
  list-style: none;
  padding: 0.2rem;
}

.social-link a {
  font-size: 1.5rem;
  color: #584a3c;
  padding: 0.5rem;
}

.social-link a:hover {
  color: #aa7d24;
  transition: all 0.3s ease-in;
}

.circular-progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.circular-progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fcfbf9;
  position: absolute;
  top: 0;
  left: 0;
}

.circular-progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.circular-progress .circular-progress-left {
  left: 0;
}

.circular-progress .circular-progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.circular-progress .circular-progress-left .circular-progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
}

.circular-progress .circular-progress-right {
  right: 0;
}

.circular-progress .circular-progress-right .circular-progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
  -webkit-animation: circular-loading-1 1.8s linear forwards;
          animation: circular-loading-1 1.8s linear forwards;
}

.circular-progress .circular-progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #4a3b2c;
  font-size: 1rem;
  color: #fcfbf9;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.circular-progress.blue .circular-progress-bar {
  border-color: #048dff;
}

.circular-progress.yellow .circular-progress-bar {
  border-color: #eebb4d;
}

.circular-progress.pink .circular-progress-bar {
  border-color: #ed63d2;
}

.circular-progress.green .circular-progress-bar {
  border-color: #2dca73;
}

.circular-progress.sky .circular-progress-bar {
  border-color: #00c9e3;
}

.circular-progress.orange .circular-progress-bar {
  border-color: #ff7c7c;
}

.circular-progress-percentage-50 {
  -webkit-animation: circular-loading-50 0s linear forwards 1.8s;
          animation: circular-loading-50 0s linear forwards 1.8s;
}

.circular-progress-percentage-55 {
  -webkit-animation: circular-loading-55 0.18s linear forwards 1.8s;
          animation: circular-loading-55 0.18s linear forwards 1.8s;
}

.circular-progress-percentage-60 {
  -webkit-animation: circular-loading-60 0.36s linear forwards 1.8s;
          animation: circular-loading-60 0.36s linear forwards 1.8s;
}

.circular-progress-percentage-65 {
  -webkit-animation: circular-loading-65 0.54s linear forwards 1.8s;
          animation: circular-loading-65 0.54s linear forwards 1.8s;
}

.circular-progress-percentage-70 {
  -webkit-animation: circular-loading-70 0.72s linear forwards 1.8s;
          animation: circular-loading-70 0.72s linear forwards 1.8s;
}

.circular-progress-percentage-75 {
  -webkit-animation: circular-loading-75 0.9s linear forwards 1.8s;
          animation: circular-loading-75 0.9s linear forwards 1.8s;
}

.circular-progress-percentage-80 {
  -webkit-animation: circular-loading-80 1.08s linear forwards 1.8s;
          animation: circular-loading-80 1.08s linear forwards 1.8s;
}

.circular-progress-percentage-85 {
  -webkit-animation: circular-loading-85 1.26s linear forwards 1.8s;
          animation: circular-loading-85 1.26s linear forwards 1.8s;
}

.circular-progress-percentage-90 {
  -webkit-animation: circular-loading-90 1.44s linear forwards 1.8s;
          animation: circular-loading-90 1.44s linear forwards 1.8s;
}

.circular-progress-percentage-95 {
  -webkit-animation: circular-loading-95 1.62s linear forwards 1.8s;
          animation: circular-loading-95 1.62s linear forwards 1.8s;
}

.circular-progress-percentage-100 {
  -webkit-animation: circular-loading-100 1.8s linear forwards 1.8s;
          animation: circular-loading-100 1.8s linear forwards 1.8s;
}

@-webkit-keyframes circular-loading-50 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes circular-loading-50 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes circular-loading-55 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(18deg);
  }
}

@keyframes circular-loading-55 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(18deg);
  }
}

@-webkit-keyframes circular-loading-60 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(36deg);
  }
}

@keyframes circular-loading-60 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(36deg);
  }
}

@-webkit-keyframes circular-loading-65 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(54deg);
  }
}

@keyframes circular-loading-65 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(54deg);
  }
}

@-webkit-keyframes circular-loading-70 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(72deg);
  }
}

@keyframes circular-loading-70 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(72deg);
  }
}

@-webkit-keyframes circular-loading-75 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

@keyframes circular-loading-75 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

@-webkit-keyframes circular-loading-80 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(108deg);
  }
}

@keyframes circular-loading-80 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(108deg);
  }
}

@-webkit-keyframes circular-loading-85 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(126deg);
  }
}

@keyframes circular-loading-85 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(126deg);
  }
}

@-webkit-keyframes circular-loading-90 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(144deg);
  }
}

@keyframes circular-loading-90 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(144deg);
  }
}

@-webkit-keyframes circular-loading-95 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(162deg);
  }
}

@keyframes circular-loading-95 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(162deg);
  }
}

@-webkit-keyframes circular-loading-100 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes circular-loading-100 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@-webkit-keyframes circular-loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes circular-loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@-webkit-keyframes circular-loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(144deg);
  }
}

@keyframes circular-loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(144deg);
  }
}

@-webkit-keyframes circular-loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

@keyframes circular-loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

@-webkit-keyframes circular-loading-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(36deg);
  }
}

@keyframes circular-loading-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(36deg);
  }
}

@-webkit-keyframes circular-loading-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(126deg);
  }
}

@keyframes circular-loading-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(126deg);
  }
}

@media only screen and (max-width: 990px) {
  .circular-progress {
    margin-bottom: 20px;
  }
}

/* ============= Device specific fixes ======= */

/* Large screens such as TV */
@media only screen and (min-width: 1824px) {
}

/* Extra large devices (large desktops, 1200px and up) */

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
}

/* IPad Pro */
@media (max-width: 1024px) {
}

/*  Large devices (desktops, 992px and up) */

@media (max-width: 992px) {
}

/* Medium devices (tablets, 768px and up) */

@media only screen and (max-width: 768px) {
  .about-section.container {
    max-width: 100%;
  }
}

/* Small devices (landscape phones, 576px and up) */

@media only screen and (max-width: 576px) {
}

/* iPhoneX, iPhone 6,7,8 */
@media only screen and (max-width: 375px) {
}

/* Galaxy S5, Moto G4 */
@media only screen and (max-width: 360px) {
}

/* iPhone 5 or before */
@media only screen and (max-width: 320px) {
}


.main-wrapper {
  width: 90%;
  max-width: 900px;
  margin: 3em auto;
  text-align: center;
}
.badge {
  position: relative;
  margin: 1.5em 3em;
  width: 6em;
  height: 9.3em;
  border-radius: 10px;
  display: inline-block;
  top: 0;
  transition: all 0.2s ease;
}
.badge:before, .badge:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.badge:before {
  transform: rotate(60deg);
}
.badge:after {
  transform: rotate(-60deg);
}
.badge:hover {
  top: -6px;
  transform: rotate(-10deg);
  transform: scale(1.2) skew(3deg, 3deg);
}
.badge .circle1 {
  width: 60px;
  height: 60px;
  position: absolute;
  opacity: 0.2;
  z-index: 10;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.badge .circle1 i.fa {
  font-size: 3em;
  margin-top: 8px;
}
.badge .circle2 {
  width: 60px;
  height: 60px;
  position: absolute;
  opacity: 1;
  z-index: 10;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.badge .circle2 i.fa {
  font-size: 2em;
  margin-top: 28px;
}
.badge .font {
  display: inline-block;
  margin-top: 2em;
  margin-left:-2em;
  opacity: 1;
}
.badge .font2 {
  display: inline-block;
  margin-top: 1em;
  margin-left:-1em;
  opacity: 1;
}
.badge .font3 {
  display: inline-block;
  margin-top: 1em;
  margin-left:-1.5em;
  opacity: 1;
}
.badge .ribbon {
  position: absolute;
  border-radius: 4px;
  padding: 5px 5px 4px;
  width: 100px;
  z-index: 11;
  color: #fff;
  bottom: -1px;
  left: 50%;
  margin-left: -50px;
  height: 22px;
  font-size: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  background: linear-gradient(to bottom right, #5e4327 0%, #4a3b2c 100%);
  cursor: default;
}
.yellow {
  background: linear-gradient(to bottom right, #ffeb3b 0%, #fbc02d 100%);
  color: #ffb300;
}
.orange {
  background: linear-gradient(to bottom right, #ffc107 0%, #f57c00 100%);
  color: #f68401;
}
.pink {
  background: linear-gradient(to bottom right, #f48fb1 0%, #d81b60 100%);
  color: #dc306f;
}
.red {
  background: linear-gradient(to bottom right, #f4511e 0%, #b71c1c 100%);
  color: #c62828;
}
.purple {
  background: linear-gradient(to bottom right, #ab47bc 0%, #4527a0 100%);
  color: #7127a8;
}
.teal {
  background: linear-gradient(to bottom right, #4db6ac 0%, #00796b 100%);
  color: #34a297;
}
.blue {
  background: linear-gradient(to bottom right, #4fc3f7 0%, #2196f3 100%);
  color: #004c86;
}
.blue-dark {
  background: linear-gradient(to bottom right, #1976d2 0%, #283593 100%);
  color: #1c68c5;
}
.green {
  background: linear-gradient(to bottom right, #cddc39 0%, #8bc34a 100%);
  color: #4d880e;
}
.green-dark {
  background: linear-gradient(to bottom right, #4caf50 0%, #1b5e20 100%);
  color: #00944a;
}
.silver {
  background: linear-gradient(to bottom right, #e0e0e0 0%, #bdbdbd 100%);
  color: #9e9e9e;
}
.gold {
  background: linear-gradient(to bottom right, #e6ce6a 0%, #b7892b 100%);
  color: #835b0c;
}