/* ======== index ========
1. RESET
2. BODY LAYOUT
3. COMMON
4. UI KIT
  4.1 ACCORDION
  4.2 BADGE
  4.3 BATTON
  4.4 SECTION TITLE
  4.5 CARD
  4.6 TABS
  4.7 LIST STYLE
  4.8 MEDIA STYLE
  4.9 ICON STYLE
  4.10 IMAGE STYLE
  4.11 CAROUSEL
5. HEADER
6. HOME
  6.1 BANNER CONTENT
  6.2 PROME VIDEO SECTION
  6.3 TESTIMONIAL
  6.4 PRODUCT INDICATING SECTION
7. FOOTER
  7.1 FOOTER TOP
  7.2 FOOTER COPY RIGHT
===================== */
/* ================================================
--> 1. RESET
================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Poppins:400,500,600,700");
* {
  outline: 0;
  margin: 0;
  padding: 0;
}

html, * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #929292;
  font-weight: 400;
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

p {
  color: #929292;
  font-weight: 500;
  margin-bottom: 0;
}

@media (min-width: 320px) {
  p {
    font-size: 12px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  font-weight: 400;
  color: #ffffff;
}

h1 {
  font-size: 40px;
  line-height: 1.1;
}

h2 {
  font-size: 32px;
  line-height: 1.1;
}

h3 {
  font-size: 26px;
  line-height: 1.1;
  color:#1D2025
}

h4 {
  font-size: 22px;
  line-height: 1.1;
}

h5 {
  font-size: 20px;
  line-height: 1.1;
}

h6 {
  font-size: 16px;
  line-height: 1.1;
}

/* ================================================
--> 2. BODY LAYOUT
================================================== */
.default {
  background-image: url("../img/patterns/pattern1.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

.pattern-01 {
  background-image: url("../img/patterns/pattern2.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

.pattern-02 {
  background-image: url("../img/patterns/pattern3.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

.pattern-03 {
  background-image: url("../img/patterns/pattern4.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

.pattern-04 {
  background-image: url("../img/patterns/pattern5.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

.pattern-06 {
  background-image: url("../img/patterns/006.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

.pattern-07 {
  background-image: url("../img/patterns/007.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

.pattern-05 {
  background-image: url("../img/patterns/005.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center;
}

/* ================================================
--> 3. COMMON
================================================== */
/* Font faces */
.form-control:focus {
  box-shadow: none;
}

/*  Comoon element style */
a {
  color: #929292;
  text-decoration: none;
  transition: all 0.3s ease-in;
}

a:hover, a:focus, a:active {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

.bg-image-holder, .bg-image {
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s linear;
  background: #f5f5f5;
  position: relative;
}

.bg-image,
.bg-image1 {
  position: relative;
}

.bg-image:before,
.bg-image1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-image:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-image1:before {
  background-color: rgba(0, 0, 0, 0.7);
}

::-moz-selection {
  background-color: #31d19e;
  color: #ffffff;
}

::selection {
  background-color: #31d19e;
  color: #ffffff;
}

.letter-spacing {
  letter-spacing: 7px;
}

/* Height Vertical 100% */
.vh100 {
  height: 100vh;
}

/* Main Wrapper */
.main-wrapper {
  overflow-x: hidden;
  background-color: #ffffff;
}

/* padding */
.no-padding {
  padding: 0 !important;
}

.pv100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb50 {
  padding-bottom: 50px;
}

.pv30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  .t-pl-50 {
    padding-left: 50px;
  }
}

@media (min-width: 768px) {
  .t-pr-50 {
    padding-right: 50px;
  }
}

/* All margins */
.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

/* Mobile Margin */
.m-mt-20 {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .m-mt-20 {
    margin-top: 0;
  }
}

.m-mt-50 {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .m-mt-50 {
    margin-top: 0;
  }
}

.m-mb-20 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .m-mb-20 {
    margin-bottom: 0;
  }
}

.m-mb-50 {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .m-mb-50 {
    margin-bottom: 0;
  }
}

/* Tablet Margin Top */
@media (min-width: 768px) {
  .t-mt-50 {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .t-mt-60 {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .t-mt-70 {
    margin-top: 70px;
  }
}

@media (min-width: 768px) {
  .t-mt-80 {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .t-mt-80 {
    margin-top: 80px;
  }
}

/* Large desktops */
@media (min-width: 768px) {
  .t-ml-100 {
    margin-left: 100px;
  }
}

@media (min-width: 768px) {
  .t-mr-100 {
    margin-right: 100px;
  }
}

/* Large Margin Top */
@media (min-width: 992px) {
  .lg-mt-70 {
    margin-top: 70px;
  }
}

@media (min-width: 992px) {
  .lg-mt-80 {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .lg-mt-90 {
    margin-top: 90px;
  }
}

/* Font Weight */
.light {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

.mid {
  font-weight: 500;
}

.mid-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

/* Common class shared */
body.boxed {
  margin: 0 auto;
  position: relative;
}

@media (min-width: 992px) {
  body.boxed {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  body.boxed {
    max-width: 1260px;
  }
}

body.boxed .main-wrapper {
  background: #ffffff;
}

/* Color */
.text-primary {
  color: #31d19e !important;
}

.text-white {
  color: #ffffff !important;
}

.text-dark {
  color: #1d2025 !important;
}

.light-gray {
  color: #666666;
}

.white-color {
  color: #ffffff;
}

/* Background Color */
.bg-white {
  background-color: #ffffff;
}

.bg-dark {
  background-color: #000000;
}

.bg-dark2 {
  background-color: #171a1f;
}

.bg-water {
  background-color: transparent;
}

.bg-sand {
  background-color: #f5f5f5;
}

.bg-black-russion {
  background-color: #1D2025;
}

.bg-primary {
  background-color: #31d19e !important;
}

.bg-whiteSmoke {
  background-color: #F8F8F8;
}

/*  Paralax Style */
.paralax {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

/* Overflow Hidden*/
.overflowH {
  overflow: hidden;
}

/*============ PRELOADER =============*/
.smooth-loader-wrapper {
  background-color: #fccb3b;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 600000;
}

.smooth-loader-wrapper .smooth-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2100;
  line-height: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  /* spinner style */
  /* spinner-1 styles */
}

.smooth-loader-wrapper .smooth-loader .spinner-eff {
  position: relative;
  width: 70px;
  height: 70px;
}

.smooth-loader-wrapper .smooth-loader .spinner-eff:before, .smooth-loader-wrapper .smooth-loader .spinner-eff:after {
  content: "";
  display: block;
}

.smooth-loader-wrapper .smooth-loader .spinner-eff .spinner-bar:before, .smooth-loader-wrapper .smooth-loader .spinner-eff .spinner-bar:after {
  content: "";
  display: block;
}

@-webkit-keyframes rotation-top {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  20% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.5;
  }
}

@keyframes rotation-top {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  20% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.5;
  }
}

@-webkit-keyframes rotation-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.5;
  }
}

@keyframes rotation-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  20% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.5;
  }
}

@-webkit-keyframes rotation-bottom {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.5;
  }
}

@keyframes rotation-bottom {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  40% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.5;
  }
}

@-webkit-keyframes rotation-left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.5;
  }
}

@keyframes rotation-left {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0.5;
  }
}

.smooth-loader-wrapper .smooth-loader .spinner-eff.spinner-eff-1 .bar {
  width: 0;
  height: 0;
  border: 35px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 0.5;
}

.smooth-loader-wrapper .smooth-loader .spinner-eff.spinner-eff-1 .bar-top {
  border-top: 35px solid #ffffff;
  -webkit-animation: rotation-top 3.6s linear 0s infinite;
          animation: rotation-top 3.6s linear 0s infinite;
}

.smooth-loader-wrapper .smooth-loader .spinner-eff.spinner-eff-1 .bar-right {
  border-right: 35px solid #ffffff;
  -webkit-animation: rotation-right 3.6s linear 0s infinite;
          animation: rotation-right 3.6s linear 0s infinite;
}

.smooth-loader-wrapper .smooth-loader .spinner-eff.spinner-eff-1 .bar-bottom {
  border-bottom: 35px solid #ffffff;
  -webkit-animation: rotation-bottom 3.6s linear 0s infinite;
          animation: rotation-bottom 3.6s linear 0s infinite;
}

.smooth-loader-wrapper .smooth-loader .spinner-eff.spinner-eff-1 .bar-left {
  border-left: 35px solid #ffffff;
  -webkit-animation: rotation-left 3.6s linear 0s infinite;
          animation: rotation-left 3.6s linear 0s infinite;
}

/* Custom animation */
.reveal-text {
  position: relative;
  white-space: normal;
  -webkit-animation-name: reveal-text;
          animation-name: reveal-text;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(1, 0.01, 0, 1);
          animation-timing-function: cubic-bezier(1, 0.01, 0, 1);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.reveal-text::after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fccb3b;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(1, 0.01, 0, 1);
          animation-timing-function: cubic-bezier(1, 0.01, 0, 1);
  -webkit-animation-name: revealer-text;
          animation-name: revealer-text;
}

@-webkit-keyframes reveal-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes reveal-text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@-webkit-keyframes revealer-text {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  51%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes revealer-text {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  51%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

/* ======  CUSTOM KEYFRAMES ======*/
@-webkit-keyframes tafFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-35%, 0, 0);
    transform: translate3d(-35%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes tafFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-35%, 0, 0);
    transform: translate3d(-35%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.tafFadeInLeft {
  -webkit-animation-name: tafFadeInLeft;
  animation-name: tafFadeInLeft;
}

@-webkit-keyframes tafFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes tafFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.tafFadeInRight {
  -webkit-animation-name: tafFadeInRight;
  animation-name: tafFadeInRight;
}

@-webkit-keyframes tafFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes tafFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.tafFadeInUp {
  -webkit-animation-name: tafFadeInUp;
  animation-name: tafFadeInUp;
}

@-webkit-keyframes tafFlipInY {
  from {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(600px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 45deg);
    transform: perspective(600px) rotate3d(0, 1, 0, 45deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 20deg);
    transform: perspective(600px) rotate3d(0, 1, 0, 20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 0deg);
    transform: perspective(600px) rotate3d(0, 1, 0, 0deg);
  }
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
  }
}

@keyframes tafFlipInY {
  from {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(600px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 45deg);
    transform: perspective(600px) rotate3d(0, 1, 0, 45deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 20deg);
    transform: perspective(600px) rotate3d(0, 1, 0, 20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(600px) rotate3d(0, 1, 0, 0deg);
    transform: perspective(600px) rotate3d(0, 1, 0, 0deg);
  }
  to {
    -webkit-transform: perspective(600px);
    transform: perspective(600px);
  }
}

.tafFlipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: tafFlipInY;
  animation-name: tafFlipInY;
}

/* ================================================
--> 4. UI KIT
================================================== */
/* ======== 4.1 ACCORDION ======== */
.card.card-accordion {
  border: 0;
  margin: 15px 0;
}

.card.card-accordion .card-header {
  padding: 0px;
  border-radius: 0px;
  border: none;
}

.card.card-accordion .card-header h6 {
  position: relative;
}

.card.card-accordion .card-header h6 a:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card.card-accordion .card-header a {
  display: block;
  padding: 15px 27px 15px 20px;
  line-height: 24px;
  background-color: #fccb3b;
  color: #ffffff;
  border: 1px solid #fccb3b;
}

.card.card-accordion .card-header a[data-toggle=collapse]:after {
  font-family: 'ElegantIcons';
  content: "\32";
  font-style: normal;
  speak: none;
  display: inline-block;
  float: right;
  line-height: 1;
  width: 22px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  right: 15px;
}

.card.card-accordion .card-header a.collapsed {
  line-height: 24px;
  color: #1d2025;
  background-color: #ffffff;
  border: 1px solid #EBEBEB;
}

.card.card-accordion .card-header a[data-toggle=collapse].collapsed:after {
  font-family: 'ElegantIcons';
  content: "\33";
  font-style: normal;
  speak: none;
  display: inline-block;
}

.card.card-accordion .card-block {
  padding: 30px 20px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

/* ======== 4.2 BADGE ======== */
.badge {
  padding: 5px;
  font-weight: 400;
  font-size: 12px;
}

.badge-default {
  background-color: #323f41;
  color: #ffffff !important;
}

/* ======== 4.3 BATTON ======== */
.btn {
  border: none;
  border-radius: 2px;
  height: 52px;
  padding: 0 25px;
  font-size: 11px;
  line-height: 52px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  color: #1d2025;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .btn {
    font-size: 12px;
  }
}

.btn.focus, .btn:focus, .btn.active, .btn:active, .btn:hover {
  box-shadow: none;
}

.btn.btn-rounded {
  border-radius: 40px;
}

.btn i {
  font-size: inherit;
}

.btn-primary {
  background-color: #31d19e;
  border: 1px solid #31d19e;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn-primary:active {
  background-color: #fccb3b !important;
  border: 1px solid #fccb3b !important;
  box-shadow: none !important;
}

.btn-primary.btn-cta {
  background-color: rgba(49, 209, 158, 0.3) !important;
}

.btn-primary.btn-cta:hover {
  background-color: #fccb3b !important;
}

.btn-primary.btn-strock {
  background-color: transparent;
  color: #fccb3b !important;
  border: 1px solid #31d19e;
}

.btn-primary.btn-strock:hover {
  color: #ffffff !important;
}

.btn-black {
  background-color: #1d2025;
  border: 1px solid #1d2025;
}

.btn-black:hover, .btn-black:focus, .btn-black.active, .btn-black:active {
  background-color: #fccb3b;
  border: 1px solid #fccb3b;
  color: #ffffff;
}

.btn-white {
  background-color: #ffffff;
  color: #1d2025;
}

.btn-white:hover {
  color: #ffffff;
  background-color: #fccb3b;
}

.scroll-btn {
  position: relative;
}

@-webkit-keyframes mymove {
  0% {
    top: -20px;
  }
  100% {
    top: 6px;
  }
}

@keyframes mymove {
  0% {
    top: -20px;
  }
  100% {
    top: 6px;
  }
}

.btn-scroll-down {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  height: 50px;
  line-height: 60px;
  background-color: #ffffff;
  display: block;
  border: 1px solid #e9e9e9;
  border-radius: 30px;
  z-index: 100;
  text-align: center;
  transition: all 0.3s ease-in;
}

@media (min-width: 768px) {
  .btn-scroll-down {
    top: -110px;
    width: 28px;
    height: 68px;
    line-height: 90px;
  }
}

.btn-scroll-down i {
  color: #a0a2a6;
  display: inline-block;
  font-size: 16px;
  transition: all 0.3s ease-in;
  position: relative;
}

@media (min-width: 768px) {
  .btn-scroll-down i {
    font-size: 24px;
  }
}

.btn-scroll-down:hover {
  background-color: #fccb3b;
}

.btn-scroll-down:hover i {
  color: #ffffff;
  -webkit-animation: fadeInDown 2s infinite;
  animation: fadeInDown 2s infinite;
}

.btn-social {
  background-color: #2B2E34;
  color: #ffffff;
  font-size: 14px;
  width: 34px;
  height: 34px;
  text-align: center;
  padding: 0;
  border-radius: 2px;
  margin: 0 auto;
  line-height: 32px;
  display: inline-block;
}

.btn-social i {
  margin-right: 0px;
}

.btn-social:hover {
  background-color: #fccb3b;
  color: #ffffff;
}

/* ======== 4.4 SECTION TITLE ======== */
[class*="heading-"] {
  position: relative;
}

h3.section-title {
  position: relative;
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}

h3.section-title:after {
  position: absolute;
  left: 0;
  bottom: 5px;
  background-color: #fccb3b;
  content: "";
  width: 100px;
  height: 1px;
}

h3.section-title-center {
  position: relative;
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  padding-bottom: 15px;
}

h3.section-title-center:after {
  position: absolute;
  left: 50%;
  bottom: 5px;
  background-color: #fccb3b;
  content: "";
  width: 100px;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.section_top-padding {
  padding-top: 70px;
}

@media (min-width: 992px) {
  .section_top-padding {
    padding-top: 90px;
  }
}

.section_bottom-padding {
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .section_bottom-padding {
    padding-bottom: 90px;
  }
}

/* ======== 4.5 CARD ======== */
.card-images {
  background-color: #f9f9f9;
  border: 1px solid transparent;
  transition: all .5s ease-in-out;
}

.card-images .card-header {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border-bottom: 0;
  position: relative;
  padding: 30px;
}

.card-images .card-header::after {
  position: absolute;
}

.card-images .card-header img {
  padding: 35px;
}

.card-images .card-header .badge {
  position: absolute;
  right: 30px;
  padding: 8px 15px;
  top: 30px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  z-index: 10;
}

.card-images .card-header .badge.badge-default {
  background-color: #1d2025;
}

.card-images .card-header .card-img-overlay {
  position: absolute;
  padding: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 100%;
}

.card-images .card-header .card-img-overlay .btn {
  width: 121px;
  padding: 0;
}

.card-images .card-body {
  padding: 15px 30px 30px;
}

.card-images .card-body .content {
  position: relative;
}

.card-images .card-body .content .price {
  font-size: 16px;
  color: #fccb3b;
  font-weight: 600;
  line-height: 34px;
}

@media (min-width: 992px) {
  .card-images .card-body .content .price {
    font-size: 20px;
  }
}

.card-images .card-body .content .price del {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-left: 10px;
}

@media (min-width: 992px) {
  .card-images .card-body .content .price del {
    font-size: 16px;
  }
}

.card-images .card-body .content .rating i {
  color: #fccb3b;
  line-height: 30px;
}

.card-images:hover {
  background-color: #ffffff;
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1);
}

.card-images:hover .card-header .card-img-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.card-images:hover .card-body .card-title:hover {
  color: #1d2025 !important;
}

/* ======== 4.6 TABS ======== */
.nav-tabs.feature-tabs {
  border-bottom: 0;
}

.nav-tabs.feature-tabs .nav-item .nav-link {
  margin-right: 0;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}

.nav-tabs.feature-tabs .nav-item .nav-link.active {
  border-top-color: transparent;
}

/* Tab Image Frame */
.image-frame {
  position: relative;
  text-align: center;
}

.image-frame img {
  max-width: 100%;
}

.tab-content.scren-image {
  position: absolute;
  left: 48%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 86%;
}

.tab-content.scren-image .tab-pane.show {
  display: block;
}

/* ======== 4.7 LIST STYLE ======== */
.list-style li {
  color: #1d2025;
  font-size: 14px;
  line-height: 24px;
  padding: 3px 0;
  font-weight: 500;
}

.list-style li i {
  color: #fccb3b;
  margin-right: 10px;
  font-size: 16px;
}

.list-style.black li i {
  color: #1d2025;
  margin-right: 10px;
  font-size: 16px;
}

/* List Style 2 */
.list-style2 li {
  padding-bottom: 10px;
  color: #1d2025;
  font-size: 16px;
  font-weight: 500;
}

.list-style2 li i {
  color: #333333;
  margin-right: 10px;
}

/*  List Style 3 */
@media (min-width: 992px) {
  .list-style3 {
    padding-top: 80px;
  }
}

.list-style3 li {
  color: #cbd0d8;
  margin-bottom: 20px;
}

.list-style3 li a {
  text-decoration: none;
  color: #cbd0d8;
  text-transform: uppercase;
}

.list-style3 li a:hover {
  color: #fccb3b;
}

.list-style3 li i {
  margin-right: 20px;
  color: #fccb3b;
}

/*======== 4.8 MEDIA STYLE ========*/
/* Media Style One */
.media-style-01 {
  transition: all .3s;
  padding: 35px 0;
}

.media-style-01 .media-body h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.media-style-01:hover .icon-style-1 i {
  background-color: #fccb3b;
  color: #ffffff;
}

/* Media Style Two */
.media-style-02 .media-body h5 {
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .media-style-02 .icon-style-3.custom-ml {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .media-style-02 .icon-style-3.custom-mr {
    margin-right: 20px;
  }
}

.media-style-02 .icon-style-3 i {
  color: #333;
}

/*======== 4.9 ICON STYLE ========*/
.icon-style-1 {
  position: relative;
  width: 72px;
  height: 72px;
  line-height: 68px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #31d19e;
  transition: all .5s ease-in-out;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .icon-style-1 {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .icon-style-1.custom-mr {
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .icon-style-1.custom-ml {
    margin-left: 20px;
  }
}

.icon-style-1 i {
  font-size: 25px;
  text-align: center;
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
  margin-top: 3px;
  display: inline-block;
  transition: all .5s ease-in-out;
  color: #fccb3b;
}

/*======== 4.10 IMAGE STYLE ========*/
.simple-img {
  text-align: center;
}

.simple-img img {
  width: 100%;
}

.img-style-one {
  max-width: 100%;
}

@media (min-width: 992px) {
  .img-style-one {
    max-width: unset;
  }
}

/*======== 4.11 CAROUSEL ========*/
/* Slick Arrow	*/
button.slick-prev,
button.slick-next {
  top: auto;
  bottom: -115px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all .5s ease-in-out;
  border-radius: 2px;
}

button.slick-prev {
  top: auto;
  left: 36%;
}

@media (min-width: 768px) {
  button.slick-prev {
    left: 43%;
    bottom: -65%;
  }
}

button.slick-prev:active, button.slick-prev:focus, button.slick-prev:visited, button.slick-prev:hover {
  background-color: #fccb3b;
}

button.slick-next {
  right: 36%;
}

@media (min-width: 768px) {
  button.slick-next {
    right: 43%;
    bottom: -65%;
  }
}

button.slick-next:active, button.slick-next:focus, button.slick-next:visited, button.slick-next:hover {
  background-color: #fccb3b;
}

.slick-prev:before {
  content: "\34";
}

.slick-next:before {
  content: "\35";
}

.slick-prev:before, .slick-next:before {
  font-family: 'ElegantIcons';
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Slick Dots */
.slick-dots {
  bottom: 35px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid #1d2025;
}

.slick-dots li button:before {
  color: transparent;
}

.slick-dots li.slick-active button {
  background-color: #fccb3b;
  border: 1px solid #fccb3b;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: transparent;
}

/*Banner */
.banner-style {
  margin-bottom: 0 !important;
}

.banner-style .banner-row {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
  padding: 70px 0 40px;
}

@media (min-width: 768px) {
  .banner-style .banner-row {
    display: table;
    height: 100vh;
    padding: 0;
  }
}

.banner-style .slick-dots {
  display: none !important;
}

@media (min-width: 768px) {
  .banner-style .slick-dots {
    display: block !important;
    text-align: right;
    padding-right: 150px;
    display: inline-block;
    width: auto;
    right: 0;
  }
}

/* Product */
.product-slider .slick-slide {
  padding: 10px 15px;
  margin-bottom: 20px;
}

.product-slider .slick-dots {
  bottom: -62px;
}

/* ================================================
--> 5. HEADER
================================================== */
/*======== Header Styles ========*/
.header {
  position: relative;
}

/* ScrollUp behavior disabled: navbar always visible */
.up-scroll .navbar-scrollUp.navbar-sticky,
.down-scroll .navbar-scrollUp.navbar-sticky {
  -webkit-transform: none;
          transform: none;
  transition: none;
}

nav.navbar {
  transition: .4s ease-in-out;
  z-index: 1000;
}

nav.navbar.navbar-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #EBEBEB;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

nav.navbar.navbar-sticky .navbar-brand .svgLogo {
  height: 42px;
}

@media (min-width: 768px) {
  nav.navbar.navbar-sticky .nav-item a.nav-link {
    padding: 20px 10px;
  }
}

@media (min-width: 992px) {
  nav.navbar.navbar-sticky .nav-item a.nav-link {
    padding: 25px 20px;
  }
}

@media (min-width: 1200px) {
  nav.navbar.navbar-sticky .nav-item a.nav-link {
    padding: 25px;
  }
}

@media (min-width: 768px) {
  nav.navbar.navbar-sticky .nav-item.btn-primary {
    margin-top: 9px;
  }
}

@media (min-width: 992px) {
  nav.navbar.navbar-sticky .nav-item.btn-primary {
    margin-top: 12px;
  }
}

@media (min-width: 1200px) {
  nav.navbar.navbar-sticky .nav-item.btn-primary {
    margin-top: 10px;
  }
}

nav.navbar.navbar-sticky .nav-item.dropdown.mega_dropdown .dropdown-menu {
  top: 90px !important;
}

nav.navbar .navbar-toggler {
  border: 1px solid #31d19e;
  padding: 8px 10px;
  color: #fccb3b;
}

nav.navbar .navbar-toggler:focus {
  outline: none;
}

nav.navbar .navbar-toggler:focus {
  outline: none;
}

nav.navbar > .container {
  position: relative;
}

.navbar-nav.site_nav .nav-item {
  /* btn primary */
}

.navbar-nav.site_nav .nav-item a.nav-link {
  display: block;
  font-weight: 700;
  padding: 10px 15px;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .navbar-nav.site_nav .nav-item a.nav-link {
    padding: 30px 10px;
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .navbar-nav.site_nav .nav-item a.nav-link {
    padding: 30px 20px;
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .navbar-nav.site_nav .nav-item a.nav-link {
    padding: 40px 25px;
  }
}

.navbar-nav.site_nav .nav-item a.nav-link.active {
  color: #fccb3b;
}

.navbar-nav.site_nav .nav-item a.nav-link:hover {
  color: #fccb3b;
}

.navbar-nav.site_nav .nav-item.active a.nav-link {
  color: #fccb3b;
}

@media (min-width: 1200px) {
  .navbar-nav.site_nav .nav-item.dropdown {
    padding: 0 5px;
  }
}

.navbar-nav.site_nav .nav-item.dropdown .dropdown-toggle:after {
  font-family: 'ElegantIcons';
  font-size: 18px;
  content: "\33";
  border: 0px;
  margin-left: 0px;
  vertical-align: 0;
  font-weight: 700;
  position: absolute;
  right: 7px;
  top: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: auto;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media (min-width: 768px) {
  .navbar-nav.site_nav .nav-item.dropdown .dropdown-toggle:after {
    top: 49%;
    right: 0px;
  }
}

@media (min-width: 992px) {
  .navbar-nav.site_nav .nav-item.dropdown .dropdown-toggle:after {
    right: 7px;
  }
}

.navbar-nav.site_nav .nav-item.dropdown.show .dropdown-toggle:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: 7px;
}

@media (min-width: 768px) {
  .navbar-nav.site_nav .nav-item.dropdown.show .dropdown-toggle:after {
    right: 0;
  }
}

@media (min-width: 992px) {
  .navbar-nav.site_nav .nav-item.dropdown.show .dropdown-toggle:after {
    right: 7px;
  }
}

.navbar-nav.site_nav .nav-item .dropdown-menu {
  background: #ffffff;
  border-radius: 0px;
  padding: 0px 20px;
  margin: 0;
  min-width: 228px;
  border: 0;
}

@media (min-width: 768px) {
  .navbar-nav.site_nav .nav-item .dropdown-menu {
    padding: 10px 10px;
    min-width: 175px;
    box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.08);
  }
}

@media (min-width: 992px) {
  .navbar-nav.site_nav .nav-item .dropdown-menu {
    min-width: 228px;
    padding: 10px 20px;
  }
}

.navbar-nav.site_nav .nav-item .dropdown-menu a {
  color: #1d2025;
}

.navbar-nav.site_nav .nav-item .dropdown-menu a:hover {
  background: transparent;
  color: #1d2025;
}

.navbar-nav.site_nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-nav.site_nav .nav-item .dropdown-menu li a {
  color: #1d2025;
  padding: 5px;
  font-size: 13px;
  display: block;
}

@media (min-width: 768px) {
  .navbar-nav.site_nav .nav-item .dropdown-menu li a {
    padding: 10px 5px;
  }
}

@media (min-width: 992px) {
  .navbar-nav.site_nav .nav-item .dropdown-menu li a {
    font-size: 14px;
  }
}

.navbar-nav.site_nav .nav-item .dropdown-menu li a:hover {
  color: #fccb3b;
}

.navbar-nav.site_nav .nav-item .dropdown-menu li a.active {
  color: #fccb3b;
  background: transparent;


}

.navbar-nav.site_nav .nav-item .dropdown-menu li:last-child {
  border-bottom: 0px;
}

.navbar-nav.site_nav .nav-item.btn-primary {
  width: 140px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin-top: 36px;
}

@media (min-width: 768px) {
  .navbar-nav.site_nav .nav-item.btn-primary {
    margin-top: 20px;
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
}

@media (min-width: 992px) {
  .navbar-nav.site_nav .nav-item.btn-primary {
    width: 135px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    margin-top: 17px;
    margin-left: 5px;
  }
}

@media (min-width: 1200px) {
  .navbar-nav.site_nav .nav-item.btn-primary {
    margin-top: 25px;
    padding: 0 15px;
    width: 140px;
    height: 50px;
    line-height: 50px;
  }
}

.navbar-nav.site_nav .nav-item.btn-primary .nav-link {
  color: #1d2025;
  padding: 0px;
  font-size: 12px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .navbar-nav.site_nav .nav-item.btn-primary .nav-link {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .navbar-nav.site_nav .nav-item.btn-primary .nav-link {
    font-size: 12px;
  }
}

.navbar-nav.site_nav .nav-item.btn-primary .nav-link:hover {
  color: #ffffff;
}

/*Navbar Transparent*/
.navbar-white {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
}

/*Static*/
.static .navbar-sticky {
  display: none;
}

/* Make header width same with as body when position is set to fixed */
@media (min-width: 992px) {
  body.boxed .is-visible,
  body.boxed .navbar-sticky {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  body.boxed .is-visible,
  body.boxed .navbar-sticky {
    max-width: 1260px;
  }
}

/* Header logo */
.svgLogo .cls-1 {
  fill: #383c42;
}

.svgLogo .cls-1, .svgLogo .cls-2 {
  fill-rule: evenodd;
}

.svgLogo .cls-2 {
  fill: #fccb3b;
}
/* Transparent at top */
#pageTop .navbar {
  background: transparent;
  box-shadow: none;
  transition: background-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
}

/* After leaving hero */
#pageTop .navbar.nav-scrolled {
  background: rgba(0, 0, 0, 0.72); /* adjust */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}
/* ================================================
--> 6. HOME
================================================== */
/*======== 6.1 BANNER CONTENT ========*/
/* Banner Text content */
.banner-text-content {
  margin-top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .banner-text-content {
    margin-top: 0;
    display: table-cell;
    width: 45%;
    vertical-align: middle;
  }
}

.banner-text-content h5 {
  font-size: 14px;
  letter-spacing: 5px;
  font-weight: 500;
  text-transform: uppercase;
  color: #666666;
  line-height: 20px;
}

@media (min-width: 768px) {
  .banner-text-content h5 {
    font-size: 16px;
    letter-spacing: 10px;
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) {
  .banner-text-content h5 {
    font-size: 18px;
  }
}

.banner-text-content h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .banner-text-content h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .banner-text-content h1 {
    font-size: 55px;
    line-height: 55px;
  }
}

@media (min-width: 1200px) {
  .banner-text-content h1 {
    font-size: 70px;
    line-height: 70px;
  }
}

.banner-text-content p {
  display: none;
}

@media (min-width: 768px) {
  .banner-text-content p {
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-size: 14px;
    color: #ffffff;
  }
}

.banner-text-content .btn-primary {
  margin-top: 30px;
}

.banner-text-content .btn-primary:hover {
  background-color: #fccb3b;
}

@media (min-width: 768px) {
  .banner-text-content .btn-primary {
    margin-top: 50px;
  }
}

/* Banner Image */
.banner-image {
  margin-top: 24px;
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .banner-image {
    margin-top: 0;
    display: table-cell;
    width: 45%;
    vertical-align: middle;
  }
}

.banner-image img {
  max-width: 100%;
}

/*======== 6.2 PROME VIDEO SECTION ========*/
.home-promo-video .promo-video {
  margin-top: 40px;
  position: relative;
}

@media (min-width: 768px) {
  .home-promo-video .promo-video {
    margin-top: 0;
  }
}

.home-promo-video a.video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  border: 5px solid rgba(49, 209, 158, 0.5);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.home-promo-video a.video-link span {
  display: block;
  width: 65px;
  height: 65px;
  position: relative;
  background-color: #fccb3b;
  border-radius: 50%;
}

.home-promo-video a.video-link svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home-promo-video a.video-link svg .play {
  fill: #ffffff;
}

/*======== 6.3 TESTIMONIAL ========*/
.testimonial-section {
  padding-top: 70px;
  padding-bottom: 180px;
}

@media (min-width: 992px) {
  .testimonial-section {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}

.testimonial-carouel {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carouel .slick-slider {
    padding: 0 50px;
  }
}

@media (min-width: 992px) {
  .testimonial-carouel .slick-slider {
    padding: 0 100px;
  }
}

.testimonial-carouel .contents {
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
}

.testimonial-carouel .contents span {
  color: #acb7b4;
  font-size: 14px;
  text-transform: capitalize;
}

/*======== 6.4 PRODUCT INDICATING SECTION ========*/
@media (min-width: 992px) {
  .feature-indicate {
    padding-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .feature-indicate {
    padding-bottom: 250px;
  }
}

.feature-indicate .content .media {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .feature-indicate .content .media {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .feature-indicate .content .media {
    margin-top: 140px;
  }
}

.feature-indicate .content .media .icon-style-3 {
  margin-right: 20px;
}

@media (min-width: 768px) {
  .feature-indicate .content .media .icon-style-3.custom-ml {
    margin-right: 0;
  }
}

.feature-indicate .content2 .media {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .feature-indicate .content2 .media {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .feature-indicate .content2 .media {
    margin-top: 65px;
  }
}

@media (min-width: 1200px) {
  .feature-indicate .content2 .media {
    margin-top: 90px;
  }
}

.feature-indicate .content2 .media .icon-style-3 {
  margin-right: 20px;
}

@media (min-width: 768px) {
  .feature-indicate .content2 .media .icon-style-3.custom-ml {
    margin-right: 0 !important;
  }
}

.indicate-images {
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
}

.indicate-images img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ================================================
--> 7. FOOTER
================================================== */
/* ======== 7.1 FOOTER TOP ========*/
.footer-top {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .footer-top {
    padding: 60px 0;
  }
}

@media (min-width: 992px) {
  .footer-top {
    padding: 80px 0;
  }
}

/*  Footer Logo */
.svgLogo2 .cls-1 {
  fill: #fff;
}

.svgLogo2 .cls-1, .svgLogo2 .cls-2 {
  fill-rule: evenodd;
}

.svgLogo2 .cls-2 {
  fill: #31d19e;
}

/* Footer Form */
.footer-form {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .footer-form {
    margin-bottom: 0;
  }
}

.footer-form label {
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.footer-form .form-control {
  position: relative;
  background-color: #191c20 !important;
  border: 1px solid #272b30 !important;
  border-radius: 2px;
  height: 54px;
  color: #ffffff;
}

.footer-form .btn-submit {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 8px;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .footer-form .btn-submit {
    position: absolute;
    top: 30px;
    right: 17px;
    width: 67px;
    margin-top: 0;
  }
}

.footer-form .btn-submit svg {
  width: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer-form .btn-submit .pepper-plane {
  fill: #1d2025;
}

/* Footer Social Links */
.footer-social-link {
  margin-bottom: 50px;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .footer-social-link {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .footer-social-link {
    margin-bottom: 0;
  }
}

/* ======== 7.2 FOOTER COPY RIGHT ======== */
.footer-copyright {
  border: 1px solid #262a30;
}

.footer-copyright p {
  color: #7c7f83;
  text-align: center;
  font-size: 11px;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.footer-copyright p a {
  font-family: "Montserrat";
  color: #797E86;
}

@media (min-width: 992px) {
  .footer-copyright p a {
    text-align: left;
  }
}

.footer-copyright p a:hover {
  color: #fccb3b;
}

.footer-copyright .footer-terms {
  text-align: center;
}

@media (min-width: 992px) {
  .footer-copyright .footer-terms {
    text-align: right;
  }
}

.footer-copyright .footer-terms a {
  font-size: 11px;
  color: #797E86;
  display: inline-block;
  padding: 0 10px;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.footer-copyright .footer-terms a:first-child {
  position: relative;
}

.footer-copyright .footer-terms a:first-child::after {
  position: absolute;
  background-color: #797E86;
  width: 1px;
  height: 10px;
  content: '';
  right: -2px;
  top: 6px;
}
/* Parallax header background */
.banner-parallax {
  background-image: url("../img/header-wood.jpg");
  background-size: cover;
  background-position: center;
	background-repeat: no-repeat;
}

/* Full-viewport particles background */
#particles {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  display: block;
  z-index: -1; /* above banner overlay, below page content */
  pointer-events: none;
}
/* Alternate button */
#docBtn{
	background-color:#ffffff;
}
/* Keep page content above particles */
.main-wrapper {
  position: relative;
	z-index: 2;}
/* Force navbar above particles canvas */
nav.navbar,
nav.navbar.navbar-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.piano-widget{
  border: none;
  background: transparent;
  padding: 0;
  max-width: 720px;
}

.pw-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}

.pw-kicker{
  font-size:12px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  opacity:0.75;
}

.pw-name{
  font-size:18px;
  font-weight:600;
  margin-top:4px;
}

.pw-controls{ display:flex; gap:10px; flex-wrap:wrap; }

.pw-btn{
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color: #fff;
  padding: 10px 12px;
  border-radius: 10px;
  cursor:pointer;
  font-weight:600;
  transition: transform 0.08s ease, background 0.2s ease;
}
.pw-btn:active{ transform: translateY(1px); }
.pw-btn:disabled{ opacity:0.45; cursor:not-allowed; }

.pw-solo[aria-pressed="true"]{
  background: rgba(252,203,59,0.18); /* your #fccb3b but subtle */
  border-color: rgba(252,203,59,0.40);
}

.pw-row{
  display:flex;
  align-items:center;
  gap:12px;
  margin: 10px 0;
}
.pw-small{ opacity:0.9; }

.pw-label{
  min-width: 92px;
  font-size: 13px;
  opacity:0.85;
}

.pw-slider{ flex:1; }
.pw-mode{
  min-width: 98px;
  text-align:right;
  font-size: 13px;
  opacity:0.85;
}

.pw-toggle{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  opacity:0.85;
}

.pw-time{
  margin-left:auto;
  font-size: 13px;
  opacity:0.8;
}

.pw-progress{ margin-top: 10px; }
.pw-scrub{ width:100%; }

/* ================================================
   NAVBAR STICKY DARK GLASS OVERRIDE
   Fixes white-on-white invisibility when navbar is
   detached from #pageTop and appended to <body>
================================================ */

/* When the framework moves the navbar to <body> with .navbar-sticky,
   use dark glass instead of the default white background */
nav.navbar.navbar-sticky {
  background: rgba(10, 10, 15, 0.88) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35) !important;
}

/* Keep nav link text white on the dark sticky background */
nav.navbar.navbar-sticky .navbar-nav.site_nav .nav-item a.nav-link {
  color: #ffffff !important;
}

nav.navbar.navbar-sticky .navbar-nav.site_nav .nav-item a.nav-link:hover,
nav.navbar.navbar-sticky .navbar-nav.site_nav .nav-item a.nav-link.active {
  color: #fccb3b !important;
}

/* SVG logo: the path has fill="#ffffff" inline, so it stays white —
   no change needed. But if a future swap to .svgLogo is needed: */
nav.navbar.navbar-sticky .navbar-brand svg path {
  fill: #ffffff !important;
}

/* ================================================================
   TESTIMONIAL SWIPER
   Constrain/center the review slider and style its cards.
================================================================ */

.testimonial-section .swiper {
  max-width: 680px;
  margin: 0 auto;
  overflow: hidden;
}

.testimonial-section .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 30px 70px;
  background: transparent;
  text-align: center;
}

.testimonial-section .mrp-review-wrap img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 28px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: filter 600ms ease;
  -webkit-transition: -webkit-filter 600ms ease;
}

.testimonial-section .mrp-review-wrap:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  cursor: pointer;
}

.testimonial-section .mrp-review-text {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.9;
  color: #e8e8e8;
  max-width: 560px;
  margin: 0 auto 22px;
  font-style: italic;
}

.testimonial-section .mrp-review-name {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.testimonial-section .mrp-review-name span {
  font-weight: 300;
  color: #aaaaaa;
  text-transform: none;
  letter-spacing: 0.05em;
}

.testimonial-section .swiper-pagination {
  position: relative;
  margin-top: 0;
}

.testimonial-section .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  width: 7px;
  height: 7px;
  margin: 0 5px;
}

.testimonial-section .swiper-pagination-bullet-active {
  background: #ffffff;
}

@media (max-width: 575px) {
  .testimonial-section .mrp-review-text {
    font-size: 14px;
  }
  .testimonial-section .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* ================================================================
   DARK THEME
   Neutral dark — no warm, no crimson. Pure near-black.
   Body:        #09090b  (neutral dark, no colour cast)
   Alt section: #0d0d10  (one step lighter, same neutral family)
   Body text:   #b2b0bc  (cool-neutral, readable without brown)
   Accent:      #fccb3b  (gold, unchanged)
================================================================ */

body {
  background-color: #09090b;
  color: #b2b0bc;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
}

p, li {
  color: #b2b0bc;
}

/* Suppress any surviving light section backgrounds */
.bg-whiteSmoke {
  background-color: #0d0d10 !important;
}

/* ── Sections ─────────────────────────────────────────────────── */

#listen {
  background-color: #09090b;
  padding-top: 60px;
}

#walkthrough {
  background-color: #0d0d10;
}

#feature {
  background-color: #0b0b0e;
}

#faqs {
  background-color: #0d0d10;
}

/* Section heading colours on dark */
#listen .section-title-center,
#feature .section-title-center,
#faqs .section-title-center {
  color: #ffffff;
}

/* Feature tab body copy */
#walkthrough .list-style li,
.media-style-01 .media-body p,
.media-style-01 .media-body li {
  color: #b2b0bc;
}

.media-style-01 .media-body h5 {
  color: #f0eef4;
}

/* ── FAQ Accordion ────────────────────────────────────────────── */

.card.card-accordion {
  background: transparent;
}

/* Closed item */
.card.card-accordion .card-header a.collapsed {
  background-color: #141418 !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  color: #ccc9d4 !important;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.card.card-accordion .card-header a.collapsed:hover {
  border-color: rgba(252, 203, 59, 0.4) !important;
  color: #fccb3b !important;
}

/* Open item — gold header */
.card.card-accordion .card-header a:not(.collapsed) {
  background-color: #fccb3b !important;
  border-color: #fccb3b !important;
  color: #0d0c00 !important;
}

/* Answer body */
.card.card-accordion .card-block {
  background-color: #111115 !important;
  color: #b2b0bc !important;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-top: none;
}

/* ── Nav dropdown ─────────────────────────────────────────────── */

.navbar-nav.site_nav .nav-item .dropdown-menu {
  background-color: #141418;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.navbar-nav.site_nav .nav-item .dropdown-menu .dropdown-item,
.navbar-nav.site_nav .nav-item .dropdown-menu a {
  color: #ccc9d4;
}

.navbar-nav.site_nav .nav-item .dropdown-menu .dropdown-item:hover,
.navbar-nav.site_nav .nav-item .dropdown-menu a:hover {
  background: transparent;
  color: #fccb3b;
}

/* ── Sticky nav scroll state ──────────────────────────────────── */

#pageTop .navbar {
  transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

#pageTop .navbar.nav-scrolled,
nav.navbar.navbar-sticky {
  background: rgba(9, 9, 11, 0.90) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4) !important;
}

/* ── Misc ─────────────────────────────────────────────────────── */

.home-promo-video a.video-link {
  border-color: rgba(252, 203, 59, 0.45);
}

#cta p {
  color: rgba(255, 255, 255, 0.62);
}

/* ================================================================
   FEATURE SPEC LIST — 2-column horizontal strip layout
   Replaces the tab/device-mockup widget
================================================================ */

.mrp-spec-list {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  overflow: hidden;
}

.mrp-spec-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 32px 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  background: #0b0b0e;
  transition: background 0.2s ease;
}

/* Right column items: no right border */
.mrp-spec-item:nth-child(even) {
  border-right: none;
}

/* Last two items: no bottom border */
.mrp-spec-item:nth-last-child(-n+2) {
  border-bottom: none;
}

.mrp-spec-item:hover {
  background: #0f0f13;
}

/* Icon */
.mrp-spec-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(252, 203, 59, 0.22);
  background: rgba(252, 203, 59, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  transition: border-color 0.2s, background 0.2s;
}

.mrp-spec-item:hover .mrp-spec-icon {
  border-color: rgba(252, 203, 59, 0.45);
  background: rgba(252, 203, 59, 0.1);
}

.mrp-spec-icon i {
  font-size: 16px;
  color: #fccb3b;
  opacity: 0.9;
}

/* Content */
.mrp-spec-body h5 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #f0eef4;
  margin: 0 0 6px;
}

.mrp-spec-body p {
  font-size: 13px;
  line-height: 1.65;
  color: #7a7988;
  margin: 0;
}

@media (max-width: 767px) {
  .mrp-spec-list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .mrp-spec-item {
    border-right: none;
    padding: 24px 24px;
  }

  .mrp-spec-item:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .mrp-spec-item:last-child {
    border-bottom: none;
  }
}
#NA{
	color:#fccb3b;
}
/* ================================================================
   FOOTER — Neutral dark palette to match site
================================================================ */

/* Override blue-gray footer tones to match neutral near-black */
.footer-top.bg-black-russion {
  background-color: #0d0d10 !important;
}

.footer-copyright.bg-dark2 {
  background-color: #090909 !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
}

/* ================================================================
   SCROLL-DOWN ARROW — Dark glass to match site palette
================================================================ */

.btn-scroll-down {
  background-color: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.10) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.btn-scroll-down i {
  color: rgba(255, 255, 255, 0.45) !important;
}

.btn-scroll-down:hover {
  background-color: rgba(252, 203, 59, 0.12) !important;
  border-color: rgba(252, 203, 59, 0.35) !important;
}

.btn-scroll-down:hover i {
  color: #fccb3b !important;
}
/* ================================================================
   DEMO SLIDER — higher contrast dots + swipe tooltip (mobile only)
================================================================ */

/* Inactive dots: visible on dark background */
.product-slider .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.35);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.product-slider .slick-dots li button:before {
  color: transparent;
}

/* Active dot: gold, solid */
.product-slider .slick-dots li.slick-active button {
  background-color: #fccb3b;
  border-color: #fccb3b;
  transform: scale(1.25);
}

/* Push dots closer to cards */
.product-slider .slick-dots {
  bottom: -40px;
}

/* Swipe tooltip — mobile only */
.swipe-hint {
  display: none;
}

@media (max-width: 767px) {
  .swipe-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 36px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    opacity: 0;
    pointer-events: none;
    animation: swipe-hint-in 0.6s ease 1s both;
    transition: opacity 0.4s ease;
  }

  .swipe-hint.seen {
    opacity: 0 !important;
    transition: opacity 0.4s ease;
  }

  .swipe-hint svg {
    width: 13px;
    height: 13px;
    opacity: 0.5;
    flex-shrink: 0;
  }
}

@keyframes swipe-hint-in {
  0%   { opacity: 0; transform: translateX(0); }
  30%  { opacity: 1; transform: translateX(0); }
  55%  { opacity: 1; transform: translateX(5px); }
  80%  { opacity: 1; transform: translateX(0); }
  100% { opacity: 1; }
}

/* ================================================================
   HERO PRICE
================================================================ */
.mrp-hero-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 18px 0 4px;
}

.mrp-price-was {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: line-through;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.mrp-price-now {
  font-size: 28px;
  color: #fccb3b;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.01em;
}
/* ======== NEWSLETTER OFFER ======== */
.newsletter-offer {
  margin-bottom: 18px;
}

.newsletter-offer-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1d2025;
  background-color: #fccb3b;
  border-radius: 999px;
  padding: 3px 10px;
  margin-bottom: 10px;
}

.newsletter-offer-headline {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 4px;
  line-height: 1.2;
}

.newsletter-offer-amount {
  color: #fccb3b;
}

.newsletter-offer-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 18px;
}