/* Extra Small */
/* Small */
/* Medium */
/* Large */
body {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
}

p {
  font-family: "Open Sans", sans-serif;
}

.type-bg-1 {
  background-color: #C6D697;
}

.type-bg-2 {
  background-color: #FFF000;
}

.type-bg-3 {
  background-color: #99C9DD;
}

.type-bg-4 {
  background-color: #2C85A5;
}

.type-bg-5 {
  background-color: #68A96F;
}

.type-bg-6 {
  background-color: #95711D;
}

.type-bg-7 {
  background-color: #A66FFF;
}

.type-bg-8 {
  background-color: #E96FFE;
}

.type-bg-9 {
  background-color: #823A8E;
}

.type-bg-10 {
  background-color: #01AA81;
}

.type-bg-11 {
  background-color: #CAB025;
}

.type-bg-12 {
  background-color: #494f7a;
}

.type-bg-13 {
  background-color: #767c9f;
}

.type-bg-14 {
  background-color: #ca7c99;
}

.type-bg-15 {
  background-color: #c9b025;
}

.type-bg-16 {
  background-color: #b82c61;
}

.type-bg-17 {
  background-color: #99D689;
}

.type-bg-18 {
  background-color: #FF834B;
}

.type-bg-19 {
  background-color: #B2552C;
}

.type-bg-20 {
  background-color: #5FBEC0;
}

.type-bg-21 {
  background-color: #008B86;
}

.type-bg-22 {
  background-color: #5C4F46;
}

.type-bg-23 {
  background-color: #C4C4C4;
}

.section-footer {
  position: relative;
  margin-top: 70px;
  margin-bottom: 135px;
}

.section-footer:before {
  z-index: 0;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  content: "";
  background-color: #D1D1D1;
}

.section-footer .footer-btn {
  position: relative;
  font-size: 18px;
  color: #fff;
  background: #484f7a;
  background: linear-gradient(0deg, #484f7a 0%, #944a66 100%);
  text-transform: uppercase;
  padding: 18px 45px 22px 45px;
  text-decoration: none;
  transition: 0.3s;
}

.section-footer .footer-btn:hover {
  opacity: 0.9;
}

.section-footer .footer-btn:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 3px;
  margin-left: 15px;
  position: relative;
  background: url(../../style/img/icon-arrow-footer.png) no-repeat;
}
