/* ======= General style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75em;
    color: #999;
    height: 100%;
    background: #101010;
    letter-spacing: 0.5px;
}
p {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75em;
    color: #999;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
h1,
h2,
h3, 
h4, 
h5,
h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 0.5px;
} 
a {
    color: #fff;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}
a:hover,
a:focus {
    color: #fff;
    outline: none
}
a:focus {
    text-decoration: none
}
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-imgfixed {
    background-attachment: fixed;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.js .animate-box {
    opacity: 0;
}
.mr-10 {
    margin-right: 10px;
}
:root {
    scroll-behavior: auto;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.p-color {
    color: #c6c8c9;
}
.bord-thin-left {
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}
img {
    width: 100%;
    height: auto;
}


/* ======= Banner Header style ======= */
.banner-header {
    min-height: 85vh;
    background-position: center;
}
.banner-header img {
    width: 270px;
    margin-bottom: 15px;
}
.banner-header h2 {
    position: relative;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 45px;
}
.banner-header h2 span {
    color: #fff;
}
/* mouse button scroll  */
.mouse {
    position: absolute;
    bottom: 40px;
    z-index: 95;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block
}
.mouse .mouse-icon {
    display: block;
    width: 26px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.mouse .mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 6px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}
.mouse:hover .mouse-icon {
    border-color: #fff;
}
@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
@media screen and (max-width: 992px) {
    .mouse {
        display: none;
    }
}


/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}
.section-head {
    position: relative;
    margin: 0 auto 90px;
}
.section-head .section-title {
    position: relative;
    font-family: 'Outfit', sans-serif;
    font-size: 27px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.section-head .section-text {
    color: #999;
}
.section-head .number {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(180deg,#222222 0%,rgba(34, 34, 34,.2) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .7;
  z-index: -1;
}
.section-head .number b {
  font-weight: 700;
  font-size: 150px;
}


/* ======= Demos style ======= */
.demos {
    position: relative;
}
.demos .img-block {
    position: relative;
    background: #1b1b1b;
}
.demos .img-block:hover .buttons {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.demos .img-block:hover img {
  box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.3;
}
.demos .overlay-img {
  width: 100%;
  background-color: #000;
  transition: all 0.2s ease-in-out;
}
.demos .overlay-img img {
  width: 100%;
  margin: 0;
  transition: all 0.2s ease-in-out;
  background-size: cover;
}
.demos h6 {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 60px;
    padding: 20px 0;
}
.demos .buttons {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -20%);
}


/* ======= Pages style ======= */
.pages {
    position: relative;
    overflow: hidden;    
}
.pages:after {
    content: '';
    position: absolute;
    bottom: -60vw;
    left: 0;
    width: 100vw;
    height: 100vw;
    background: -webkit-radial-gradient(circle, #c5a47e 0%, transparent 66%);
    background: -o-radial-gradient(circle, #c5a47e 0%, transparent 66%);
    background: radial-gradient(circle, #c5a47e 0%, transparent 66%);
    opacity: .2;
    z-index: -1;
}
.pages h6 {
    color: #999;
    font-size: 15px;
}
.pages h3 {
    position: relative;
    font-size: 27px;
    color: #fff;
    text-transform: uppercase;
}
.pages h2 {
    position: relative;
    font-size: 45px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.pages .marq-pages {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.pages .marq-pages .main-marq:after {
  display: none;
}
.pages .marq-pages .main-marq .box .item {
  padding: 0 15px;
}
.pages .marq-pages .img {
  width: 500px;
}
.pages .marq-pages .main-marq {
  position: relative;
  padding: 0;
}
.pages .marq-pages .main-marq:after {
  content: '';
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: -30px;
  right: -30px;
  pointer-events: none;
  background: -webkit-linear-gradient(right, #0f0f0f, rgba(255, 255, 255, 0) 280px, rgba(255, 255, 255, 0) calc(100% - 280px), #0f0f0f);
  background: -o-linear-gradient(right, #0f0f0f, rgba(255, 255, 255, 0) 280px, rgba(255, 255, 255, 0) calc(100% - 280px), #0f0f0f);
  background: linear-gradient(to left, #0f0f0f, rgba(255, 255, 255, 0) 280px, rgba(255, 255, 255, 0) calc(100% - 280px), #0f0f0f);
}
.pages .marq-pages .main-marq .slide-har {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.pages .marq-pages .main-marq .slide-har {
  position: relative;
}
.pages .marq-pages .main-marq .slide-har.st1 .box {
  position: relative;
  -webkit-animation: slide-har 80s linear infinite;
  animation: slide-har 80s linear infinite;
}
.pages .marq-pages .main-marq .slide-har.st2 .box {
  position: relative;
  -webkit-animation: slide-har-revers 80s linear infinite;
  animation: slide-har-revers 80s linear infinite;
}
@-webkit-keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.pages .marq-pages .main-marq .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pages .marq-pages .main-marq .box .item {
  padding: 0 30px;
}
.pages .states .item {
  padding-left: 40px;
  margin-left: 40px;
}


/* ======= Download style ======= */
.download {
    position: relative;
    padding: 150px 0 120px 0;
}
.download .subtitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #101010;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 40px;
    background: #c5a47e;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.download .title {
    padding: 40px 50px;
    background: -webkit-radial-gradient(bottom, rgba(255, 255, 255, 0.05), transparent);
    background: -o-radial-gradient(bottom, rgba(255, 255, 255, 0.05), transparent);
    background: radial-gradient(to top, rgba(255, 255, 255, 0.05), transparent);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 100px;
    margin-bottom: 30px;
}


/* ======= Text Animation style ======= */
.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}
.splitting .whitespace {
    width: 10px;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.splitting.txt.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}
.splitting.txt .whitespace {
    width: 5px;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* ======= Bottom style ======= */
.bottom {
    padding: 40px 0;
    text-align: center;
    background: #101010;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}
.bottom p {
    font-size: 13px;
    text-align: center;
    margin: 0;
    color: #555;
}
.bottom p a {
    color: #555;
    text-decoration: none;
}
.bottom p a:hover {
    color: #c5a47e;
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e627';
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    font-weight: normal;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 0px #fff;
    box-shadow: inset 0 0 0 0px #fff;
}
.progress-wrap::after {
    color: #fff;
}
.progress-wrap svg.progress-circle path {
    stroke: rgba(197, 164, 126, 0.5);
}


/* ======= Button style ======= */
/* durubtn 1 */
.durubtn {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 30px;
    min-height: 45px;
    line-height: 45px;
    border-radius: 40px;
    color: #fff;
    border: 1px solid rgba(255,255,255, 0.2);
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    text-decoration: none !important;
}
.durubtn .text-wrapper {
    display: inline-block;
    position: relative;
    height: 45px;
    overflow: hidden;
    vertical-align: middle;
}
.durubtn .text {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.durubtn .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
}
.durubtn .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #101010;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.durubtn:hover .text {
    color: #101010;
}
.durubtn:hover .slide-down {
    transform: translateY(0);
}
.durubtn:hover .slide-up {
    transform: translateY(-100%);
}
.durubtn i {
    font-size: 12px;
    color: #fff;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.durubtn:hover i {
    color: #101010;
}
/* durubtn 2 */
.durubtn2 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 30px;
    min-height: 45px;
    line-height: 45px;
    border-radius: 40px;
    color: #fff;
    border: 1px solid #1b1b1b;
    background: #1b1b1b;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    text-decoration: none !important;
}
.durubtn2 .text-wrapper {
    display: inline-block;
    position: relative;
    height: 45px;
    overflow: hidden;
    vertical-align: middle;
}
.durubtn2 .text {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.durubtn2 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
}
.durubtn2 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn2:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #101010;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.durubtn2:hover .text {
    color: #101010;
}
.durubtn2:hover .slide-down {
    transform: translateY(0);
}
.durubtn2:hover .slide-up {
    transform: translateY(-100%);
}
.durubtn2 i {
    font-size: 12px;
    color: #fff;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.durubtn2:hover i {
    color: #101010;
}
.durubtn2 img {
    width: 17px;
    height: 17px;
    line-height: 17px;
    margin: 0 5px 0 0;
}
/* durubtn 3 */
.durubtn3 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 30px;
    min-height: 45px;
    line-height: 45px;
    border-radius: 40px;
    color: #101010;
    background: #c5a47e;
    border: 1px solid #c5a47e;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    text-decoration: none !important;
}
.durubtn3 .text-wrapper {
    display: inline-block;
    position: relative;
    height: 45px;
    overflow: hidden;
    vertical-align: middle;
}
.durubtn3 .text {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #101010;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.durubtn3 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
}
.durubtn3 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn3:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #101010;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.durubtn3:hover .text {
    color: #101010;
}
.durubtn3:hover .slide-down {
    transform: translateY(0);
}
.durubtn3:hover .slide-up {
    transform: translateY(-100%);
}
.durubtn3 i {
    font-size: 12px;
    color: #101010;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.durubtn3:hover i {
    color: #101010;
}
/* durubtn 4 */
.durubtn4 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 30px;
    min-height: 45px;
    line-height: 45px;
    border-radius: 40px;
    color: #101010;
    background: #fff;
    border: 1px solid #fff;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    text-decoration: none !important;
}
.durubtn4 .text-wrapper {
    display: inline-block;
    position: relative;
    height: 45px;
    overflow: hidden;
    vertical-align: middle;
}
.durubtn4 .text {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #101010;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.durubtn4 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
}
.durubtn4 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.durubtn4:hover {
    background: #c5a47e;
    border: 1px solid #c5a47e;
    color: #101010;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.durubtn4:hover .text {
    color: #101010;
}
.durubtn4:hover .slide-down {
    transform: translateY(0);
}
.durubtn4:hover .slide-up {
    transform: translateY(-100%);
}
.durubtn4 i {
    font-size: 12px;
    color: #101010;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.durubtn4:hover i {
    color: #101010;
}


/* ======= Buy now button style ======= */
.duru-buy-now-btn {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 999;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 30px;
    min-height: 45px;
    line-height: 45px;
    border-radius: 40px;
    color: #fff;
    border: 1px solid #1b1b1b;
    background: #1b1b1b;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    text-decoration: none !important;
}
.duru-buy-now-btn .text-wrapper {
    display: inline-block;
    position: relative;
    height: 45px;
    overflow: hidden;
    vertical-align: middle;
}
.duru-buy-now-btn .text {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.duru-buy-now-btn .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
}
.duru-buy-now-btn .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
.duru-buy-now-btn:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #101010;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}
.duru-buy-now-btn:hover .text {
    color: #101010;
}
.duru-buy-now-btn:hover .slide-down {
    transform: translateY(0);
}
.duru-buy-now-btn:hover .slide-up {
    transform: translateY(-100%);
}
.duru-buy-now-btn i {
    font-size: 12px;
    color: #82b541;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.duru-buy-now-btn:hover i {
    color: #82b541;
}
.duru-buy-now-btn img {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
}


/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark] {
    position: relative;
}
[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-dark] p {
    color: #fff;
}
[data-overlay-dark="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before {
    opacity: 0.4;
}
[data-overlay-dark="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before {
    opacity: 1;
}


/* ======= Media Query style ======= */
@media screen and (max-width: 991px) {
    .bg-imgfixed {
        background-attachment: scroll !important;
    }
}
