body, p {
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #000;
}

.big-title {
  font-size: 46px;
  margin-bottom: 25px;
  font-family: "Federo", sans-serif;
}

.small-title {
  font-size: 28px;
  margin-bottom: 25px;
  font-family: "Federo", sans-serif;
}

.meidum-title {
  font-size: 32px;
  margin-bottom: 25px;
  font-family: "Federo", sans-serif;
}

.main-btn {
  padding: 10px 25px;
  background-color: transparent;
  max-width: 175px;
  text-align: center;
  color: #000;
  border: 1px solid #eaeaea;
}

.normal-title {
  font-size: 26px;
  font-family: "Federo", sans-serif;
}

.product-title {
  font-size: 15px;
  font-weight: 400;
  font-family: "League Spartan", sans-serif;
  text-transform: capitalize;
  line-height: 18px;
}

.btn-hover {
  position: relative;
  display: inline-block;
}

.btn-hover::before {
  content: '';
  height: 100%;
  left: -35%;
  top: 0;
  -webkit-transform: skew(50deg);
          transform: skew(50deg);
  -webkit-transition-duration: 0.05;
          transition-duration: 0.05;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 100%;
  background-color: #005baa;
  z-index: 1;
}

.btn-hover:hover::before {
  height: 100%;
  width: 135%;
}

.page-section {
  padding-left: 3.5%;
  padding-right: 3.5%;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

p {
  font-family: "League Spartan", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 20px;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.blue {
  color: #005baa;
}

.pr-0 {
  padding-right: 0 !important;
}

/* From uiverse.io by @Cuzart */
button, .btn {
  position: relative;
  padding: 10px 25px;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #005baa;
  border-bottom: 5px solid #005baa;
  -webkit-transition: color 700ms ease;
  transition: color 700ms ease;
  -webkit-transition-property: color, background-color, -webkit-transform;
  transition-property: color, background-color, -webkit-transform;
  transition-property: color, background-color, transform;
  transition-property: color, background-color, transform, -webkit-transform;
  cursor: pointer;
  z-index: 1;
  border-radius: 0;
  color: #fff;
}

.btn-small {
  font-size: 13px;
  padding: 7px 15px;
}

button:hover, .btn:hover {
  color: #005baa;
}

button:hover:before, .btn:hover:before {
  width: 100%;
  height: 0%;
  top: auto;
  bottom: 0;
}

button:active, .btn:active {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

button:before, .btn:before {
  content: '';
  position: absolute;
  display: block;
  margin: 0 auto;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #005baa;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.s-title {
  font-size: 18px;
  margin-bottom: 25px;
  font-family: "Federo", sans-serif;
}

.bg-white {
  background-color: #fff;
}

.footer a {
  position: relative;
}

.footer a::before {
  display: none;
}

.footer a:hover {
  text-decoration: none;
  color: #005baa;
  -webkit-transition: all ease-in-out 0.45s;
  transition: all ease-in-out 0.45s;
}

.footer a:hover::before {
  width: 0;
}

/* From uiverse.io by @SharpTH */
.draw-border {
  -webkit-box-shadow: inset 0 0 0 1px #005baa;
          box-shadow: inset 0 0 0 1px #005baa;
  color: #005baa;
  -webkit-transition: color 0.25s 0.0833333333s;
  transition: color 0.25s 0.0833333333s;
  position: relative;
}

.draw-border::before, .draw-border::after {
  border: 0 solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}

.draw-border::before {
  border-bottom-width: 2px;
  border-left-width: 2px;
}

.draw-border::after {
  border-top-width: 2px;
  border-right-width: 2px;
}

.draw-border:hover {
  color: #000;
}

.draw-border:hover::before, .draw-border:hover::after {
  border-color: #000;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.draw-border:hover::before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
          transition-delay: 0s, 0s, 0.25s;
}

.draw-border:hover::after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
          transition-delay: 0s, 0.25s, 0s;
}

.product-btn {
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  padding: 7px 20px;
  letter-spacing: 0.05rem;
}

.product-btn:focus {
  outline: 2px dotted #000;
}

.bg-dark-light {
  background-color: #e8e5e291;
}

.breadcrumb-section {
  background-color: #e8e5e291;
  position: relative;
}

.breadcrumb-section::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: auto;
  right: 0;
  top: 0;
  background-image: url("../images/files/product/nav-bg.jpg");
  background-position: center;
  background-size: cover;
}

.breadcrumb-section .page-section {
  padding: 45px 3.5%;
}

.breadcrumb-section .breadcrumb-title {
  font-size: 36px;
  font-family: "Federo", sans-serif;
  letter-spacing: 2px;
}

.breadcrumb-section .breadcrumb-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb-section .breadcrumb-link a {
  position: relative;
  padding-right: 15px;
  margin-right: 5px;
}

.breadcrumb-section .breadcrumb-link a::before {
  content: '/';
  position: absolute;
  top: -4px;
  left: auto;
  right: 0;
}

.breadcrumb-section .breadcrumb-link a:last-child::before {
  display: none;
}

.breadcrumb-section .breadcrumb-link a:last-child {
  color: #005baa;
}

.home-top {
  margin-top: 75px;
}

.call-to-action {
  position: relative;
}

.call-to-action::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  background-image: url("../images/files/product/bg-pattern-2.jpg");
  background-position: center;
  background-size: 50%;
  background-repeat: repeat;
}

.call-to-action .call-section .call-section-title {
  font-size: 36px;
  font-family: "Federo", sans-serif;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.3;
}

.call-to-action .call-section .call-section-desc {
  text-align: center;
  width: 70%;
  margin: auto;
  font-size: 20px;
}

.call-to-action .call-section .call-section-desc p {
  line-height: 1.3;
}

.call-to-action .call-section .call-section-button {
  margin-top: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-only {
  display: none;
}

@media only screen and (max-width: 600px) {
  .breadcrumb-section .breadcrumb-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .call-section-button {
    gap: 15px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .call-to-action .call-section .call-section-title {
    font-size: 24px;
    line-height: 1.7;
  }
  .call-to-action .call-section .call-section-desc {
    width: 100%;
  }
  button, .btn {
    padding: 10px;
    font-size: 12px;
  }
  .mobile-only {
    display: block;
  }
  .breadcrumb-section .breadcrumb-title {
    font-size: 29px;
  }
  .category-header .sort-to .btn {
    font-size: 10px !important;
  }
  .product-title {
    font-size: 15px;
  }
  .product-btn {
    padding: 4px !important;
  }
  .product-price {
    font-size: 12px;
  }
  p, a {
    font-size: 18px !important;
  }
  #contact .contact-description .contact-desc {
    width: 100% !important;
    font-size: 16px;
  }
  .swiper-button-next, .swiper-button-prev {
    z-index: 3;
  }
  a:hover {
    text-decoration: none !important;
  }
}

.feature-product {
  position: relative;
  cursor: pointer !important;
}

.feature-product a.full-link {
  width: 100%;
  height: 100%;
  position: absolute;
}

.collab-section .slogan-desc {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  padding: 0px 30px;
  width: 85%;
  margin: auto;
  margin-bottom: 45px;
}

.collab-section .slogan-desc p {
  font-weight: 300;
  line-height: 32px;
}

.collab-section .slogan-desc p .support-slogan {
  font-weight: 500;
}

.collab-section .main-slogan {
  margin-bottom: 15px;
  text-align: center;
  line-height: 1;
}

.collab-section .main-slogan .slogan-title {
  font-size: 4.5vw;
}

.carousel-free-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
}

.carousel-free-mode .item .small-title {
  margin-right: 25px;
  font-size: 42px;
}

.testimonial-single .user-inforamtion {
  background-color: #fff;
}

.testimonial-single .user-review {
  padding-bottom: 0;
}

.form-desc {
  width: 80%;
  text-align: center;
  margin: auto;
  margin-bottom: 55px;
}

.collab-form {
  width: 80%;
  margin: auto;
}

.terms-section {
  width: 85%;
  margin: auto;
}

.terms-section .title-desc {
  margin-bottom: 20px;
}

.terms-section .terms-title {
  font-size: 26px;
  font-family: "Federo", sans-serif;
  margin-bottom: 10px;
}

.terms-section .terms-desc ol {
  margin-top: 10px;
}

@media only screen and (max-width: 600px) {
  .form-desc {
    width: 100%;
  }
  .collab-form {
    width: 100%;
  }
}
/*# sourceMappingURL=collab.css.map */