@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap);
#dashboard {
  background-color: #383838;
  padding-bottom: unset;
}

.dashboardSearch {
  margin-top: unset;
  background: #383838;
}
.dashboardSearch .search--dashboard {
  background: unset;
  padding-top: 25px;
}

.a17--login {
  background: #8aaeff;
}
.a17--login .login .f--heading {
  font-size: 39px;
}
.a17--login .login .login__input {
  background: #fafafa;
  color: #383838;
  border: none;
}
.a17--login .login .login__label {
  color: #383838;
}
.a17--login .login .login__button {
  background: #3b74f6;
}
.a17--login .login .login__button:hover {
  background: #0d46c7;
  color: #fff;
}

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?foxyub");
  src: url("/fonts/icomoon.eot?foxyub#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?foxyub") format("truetype"), url("/fonts/icomoon.woff?foxyub") format("woff"), url("/fonts/icomoon.svg?foxyub#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pictures:before {
  content: "\e900";
}

.icon-images:before {
  content: "\e900";
}

.icon-photos:before {
  content: "\e900";
}

.icon-polaroid:before {
  content: "\e900";
}

.icon-happy:before {
  content: "\e9df";
}

.icon-happy2:before {
  content: "\e9e0";
}

.icon-smile:before {
  content: "\e9e1";
}

.icon-smile2:before {
  content: "\e9e2";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-thumbs-o-up:before {
  content: "\f087";
}

.icon-smile-o:before {
  content: "\f118";
}

.icon-heart:before {
  content: "\f004";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.no-transition * {
  transition: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Quicksand", sans-serif !important;
}

.wrapper {
  padding: 50px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif !important;
}

.desc ul li {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.desc ul li:before {
  font-size: 12px;
  width: 20px;
  height: 20px;
  background-color: #ed9118;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-shrink: 0;
}

img {
  border-radius: 10px !important;
}

.breadcrumb-style {
  background-color: #b5ccd4;
}
.breadcrumb-style ol .breadcrumb-item:before {
  color: #fff !important;
}
.breadcrumb-style ol .breadcrumb-item a {
  color: #fff !important;
}
.breadcrumb-style ol .breadcrumb-item.active {
  color: #fff !important;
  font-weight: bold !important;
}

@media (min-width: 768px) {
  .wrapper {
    padding: 90px 0;
  }
}
@media (min-width: 992px) {
  .wrapper {
    padding: 110px 0;
  }
}
.sidenav .nav-link {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: unset !important;
  text-transform: unset !important;
}
.sidenav .reviews {
  font-family: "Quicksand", sans-serif;
}

header nav {
  font-family: "Quicksand", sans-serif;
}
header nav .navbar-nav li a {
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 22px !important;
}
header nav .navbar-nav li a:before {
  background-color: #ed9118 !important;
  border-radius: 10px;
  height: 3px !important;
}
header .reviews i {
  font-size: 22px;
  opacity: 0;
  transform: translateY(-5px) scale(2);
  transition: all 0.2s;
  /* Show the stars one by one */
  animation: showStar 1s ease-in-out forwards;
}
header .reviews i:nth-child(1) {
  animation-delay: 0s;
}
header .reviews i:nth-child(2) {
  animation-delay: 0.2s;
}
header .reviews i:nth-child(3) {
  animation-delay: 0.4s;
}
header .reviews i:nth-child(4) {
  animation-delay: 0.6s;
}
header .reviews i:nth-child(5) {
  animation-delay: 0.8s;
}
header .reviews span {
  display: inline-block;
  animation: shakeText 1.5s;
  animation-delay: 1s;
  font-size: 22px;
}
@keyframes showStar {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes shakeText {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

@media (min-width: 992px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 1;
    height: 115px;
    transition: all 0.3s;
    background-color: #fff;
  }
  header + main {
    padding-top: 115px;
  }
  header.home {
    background-color: transparent;
  }
  header.home + main {
    padding-top: 0;
  }
  header.home .reviews {
    color: #fff;
  }
  header.home .navbar li:hover .nav-link {
    color: #383838 !important;
  }
  header.home .navbar .nav-link {
    transition: all 0.3s;
    color: #fff !important;
  }
  header.fixed {
    background-color: #fff !important;
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.1019607843);
  }
  header.fixed .navbar .nav-link {
    color: #383838 !important;
  }
  header.fixed .reviews {
    color: #383838;
  }
}
footer {
  font-family: "Quicksand", sans-serif;
}
footer .newsletter .btn {
  border-radius: 0 3px 3px 0;
}

.home .home-header {
  position: relative;
}
.home .home-header .btn {
  font-size: 24px;
}
.home .home-header .container {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -20%);
}
.home .home-header .container .content h1 {
  font-size: 40px;
  color: #fff;
  font-family: "Quicksand", sans-serif;
}
.home .home-header .container .content h2 {
  font-size: 24px;
  color: #fff;
  font-family: "Quicksand", sans-serif;
}
.home .home-header .container .content .buttons {
  gap: 15px;
}
.home .home-header .container .content .buttons a {
  font-family: "Quicksand", sans-serif;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
}
.home .home-header .container .content .buttons a i {
  font-size: 20px;
  transition: all 0.3s;
}
.home .home-header .container .content .buttons a:hover {
  background-color: #df8712;
}
.home .home-header .container .content .buttons a:hover .icon-chevron-down {
  transform: translateY(4px);
}
.home .home-header .container .content .buttons a:hover .icon-happy {
  transform: rotate(25deg);
}
.home .home-header .header-img {
  width: 100%;
  height: calc(100vh - 115px);
  -o-object-fit: cover;
     object-fit: cover;
}
.home .home-header .gradient {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(217deg, #fff, transparent);
}
.home .usps .media {
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.home .usps .media:hover .icon {
  transform: scale(1.1);
}
.home .usps .icon {
  transition: all 0.3s;
  width: 100px;
  height: 100px;
  background-color: #ed9118;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  flex-shrink: 0;
  margin-bottom: 15px;
}
.home .usps .icon i {
  color: #fff;
  font-size: 40px;
}
.home .references .card {
  font-family: "Quicksand", sans-serif;
}
.home .references .card p {
  color: #383838 !important;
  font-weight: bold !important;
}
.home .references .card h4 {
  display: inline-block;
  background-color: #ed9118;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}
.home .references .slick-arrow {
  background-color: #ed9118;
  color: #fff;
  display: none !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.home .references .slick-arrow:hover {
  transform: translateY(-50%) scale(1.1);
  background-color: #d98311;
}
.home .references .slick-arrow i {
  font-size: 30px;
}
.home #gallery h2 {
  font-size: 35px;
}
.home #info {
  scroll-margin-top: 115px;
}
.home #info h2 {
  font-size: 35px;
}
.home #info h3 {
  font-size: 20px;
}
.home #info .item .wrap {
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
}
.home #info .item .wrap video, .home #info .item .wrap img {
  transition: all 0.3s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home #info .item .wrap:hover video, .home #info .item .wrap:hover img {
  transform: scale(1.05);
}
.home #info .item h4 {
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .home .home-header {
    padding-top: 120px;
    background-color: #b5ccd4;
  }
  .home .home-header .container {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .home .home-header .container .content h1 {
    font-size: 60px;
  }
  .home .home-header .container .content h2 {
    font-size: 27px;
  }
  .home .home-header .container .content .buttons a {
    font-size: 24px;
  }
  #gallery h2 {
    font-size: 27px;
  }
}
@media (min-width: 992px) {
  .home .home-header {
    padding-top: 120px;
    background-color: #b5ccd4;
  }
  .home .home-header .container {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .home .home-header .container .content h1 {
    font-size: 110px;
  }
  .home .home-header .container .content h2 {
    font-size: 40px;
  }
  .home .home-header .container .content .buttons a {
    font-size: 24px;
  }
  .home .references .slick-arrow {
    display: flex !important;
  }
  .home #info h2 {
    font-size: 50px;
  }
  .home #info h3 {
    font-size: 23px;
  }
  .home #gallery h2 {
    font-size: 50px;
  }
}
.products .primary-sidebar-inner {
  font-family: "Quicksand", sans-serif;
}
.products .productwrap {
  display: inline-block;
  transition: all 0.3s;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.07);
  height: 100%;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.products .productwrap:hover {
  transform: scale(1.05);
}
.products .productwrap .label-wrap {
  position: absolute;
  top: 65px;
  right: 20px;
}
.products .productwrap img {
  width: 100%;
  border-radius: 5px 5px 0 0 !important;
}
.products .productwrap .card-body {
  padding: 20px 30px;
}
.products .productwrap .card-body h2 {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 5px;
}
.products .productwrap .card-body span:first-letter {
  text-transform: capitalize;
}

.product-show .btn {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.product-show .product-details-layout-4 .img-wrap {
  position: relative;
  display: inline-block;
}
.product-show .product-details-layout-4 .img-wrap span {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #ed9118;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s;
}
.product-show .product-details-layout-4 .img-wrap:hover span {
  background-color: #d98311;
}
.product-show .product-details-layout-4 .img-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-show .main-card {
  background-color: #b5ccd4;
  border-radius: 10px;
  padding: 50px 30px;
  color: #fff;
  height: 100%;
}
.product-show .main-card .btn-wrap {
  gap: 10px;
}
.product-show .main-card .price-wrap .price {
  background-color: #ed9118;
  padding: 5px 10px;
  border-radius: 5px;
  justify-content: flex-end;
  font-family: "Quicksand", sans-serif !important;
}
.product-show .main-card h1 {
  color: #fff;
  font-size: 35px;
}
.product-show .info-menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}
.product-show #usps .usp {
  background-color: #b5ccd4;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product-show #usps .usp .content h3 {
  color: #fff;
  font-size: 28px;
}
.product-show #usps .usp .content span {
  font-size: 14px;
}
.product-show #usps .usp .icon {
  background-color: #ed9118;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.product-show #usps .usp .icon i {
  font-size: 30px;
}
.product-show #sfeerImpressies {
  scroll-margin-top: 120px;
}
.product-show #info {
  scroll-margin-top: 120px;
}
.product-show #info .desc h2 {
  line-height: 28px;
  font-size: 24px;
  margin-bottom: 20px;
}
.product-show #info .desc h3 {
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
}
.product-show #info .desc h3:after {
  content: "";
  width: 5%;
  height: 3px;
  background-color: #ed9118;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-radius: 5px;
}

@media (min-width: 992px) {
  .product-show #info .desc h2 {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 20px;
  }
  .product-show #info .desc h3 {
    position: relative;
    margin-bottom: 30px;
    font-size: 40px;
  }
  .product-show .main-card {
    padding: 50px;
  }
  .product-show .main-card h1 {
    font-size: 40px;
  }
}
.blog-index .blog-item {
  transition: all 0.3s;
}
.blog-index .blog-item:hover {
  transform: scale(1.05);
}
.blog-index .blog-item img {
  border-radius: 5px 5px 0 0 !important;
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-index .blog-item .card {
  display: inline-block;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.07);
  height: 100%;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.blog-index .blog-item .card a:before {
  display: none;
}
.blog-index .blog-item .card-body {
  padding: 10px 25px 10px 25px;
}
.blog-index .blog-item .author {
  display: inline-block;
  padding: 3px 5px;
  background-color: #ed9118;
  color: white;
  border: none !important;
  border-radius: 5px;
}

.blog-show .author {
  display: inline-block;
  padding: 3px 5px;
  background-color: #ed9118;
  color: white;
  border: none !important;
  border-radius: 5px;
}
.blog-show img {
  width: 100%;
}
