/* -----------------------------------------------------------------------------------
 01. Google fonts
 02. General style
 03. Preloader style
 04. Selection style 
 05. Owl-Theme custom style
 06. Sidebar style
 07. Content style
 08. Navigation style
 09. Section style
 10. Header style
 11. Slider style
 12. Content Lines style
 13. Page Header style
 14. About style 
 15. Team style
 16. Projects style
 17. Services style
 18. Project Video style
 19. Testimonials style
 20. Gallery style
 21. Blog style
 22. Post style
 23. Contact style
 24. Buttons style
 25. Footer style
 26. toTop Button style
 27. Error Page 404 style
 28. Responsive (Media Query)
 29. Overlay Effect Bg image 

----------------------------------------------------------------------------------- */

/* ======= Google fonts (Oswald & Didact Gothic) ======= */
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Oswald:wght@300;400;500;600;700&display=swap');

/* ======= General style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #999;
    overflow-x: hidden !important;
    background: #1e1e1e;
}
p {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #999;
    margin-bottom: 20px;
    letter-spacing: 0.25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #fff;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 55px
}
h3 {
    font-size: 50px;
}
h4 {
    font-size: 45px;
}
h5 {
    font-size: 30px;
}
h6 {
    font-size: 20px;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #252525;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #8e6d45;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-120 {
    margin-top: 120px;
}
/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Didact Gothic', sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #999;
    background-image: none;
    border-bottom: 1px solid #252525;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #8e6d45;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #8e6d45;
    border: 1px solid transparent;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #8e6d45;
    color: #fff;
    border: 1px solid #252525;
}
select {
    padding: 10px;
    border-radius: 5px;
}
th,
tr,
td {
    padding: 10px 0;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
hr {
    margin: 0px;
    border: 0;
    border-top: 1px solid #252525;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #999;
    font-size: 15px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #999;
}
::-moz-placeholder {
    color: #999;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #999;
}
/* important style */

.container {
    padding-right: 30px;
    padding-left: 30px;
}

.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-img2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 500;
}
.count {
    font-family: 'Didact Gothic', sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}
.js .animate-box {
    opacity: 0;
}
.line-vr-section {
    position: relative;
    margin: -37px auto;
    border: 0;
    border-left: 1px solid;
    border-color: #8e6d45;
    width: 2px;
    height: 75px;
    z-index: 10;
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #1e1e1e;
    z-index: 999999;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 2px solid #252525;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #8e6d45;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ======= Selection style ======= */
::-webkit-selection {
    color: #999;
    background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
    color: #999;
    background: rgba(0, 0, 0, 0.1);
}
::selection {
    color: #999;
    background: rgba(0, 0, 0, 0.1);
}

/* ======= Scrollbar ======= */

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #1e1e1e;
}

::-webkit-scrollbar-thumb:hover {
    background: #1e1e1e;
}


/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
    line-height: .7;
    display: block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #444;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #8e6d45;
    border: 2px solid #8e6d45;
}




/* ======= Sidebar style ======= */
#nowarch-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#nowarch-aside {
    padding: 70px 40px 40px 40px;
    width: 20.9%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    overflow-x: hidden;
    z-index: 1001;
    background: #1e1e1e;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.03);
    scrollbar-width: none;
}
@media screen and (max-width: 1200px) {
    #nowarch-aside {
        width: 30%;
    }
}
@media screen and (max-width: 768px) {
    #nowarch-aside {
        width: 270px;
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
        padding: 60px 30px 0 30px;
    }
}
/* logo */
#nowarch-aside .nowarch-logo {
    text-align: left;
    margin-bottom: 90px;
    display: block;
}
#nowarch-aside .nowarch-logo h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 500;
    display: block;
    width: 100%;
    position: relative;
    color: #8e6d45;
    letter-spacing: 2px;
    margin-bottom: 0px;
}
#nowarch-aside .nowarch-logo span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    color: #999;
    font-weight: 300;
    letter-spacing: 10px;
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
    text-transform: uppercase;
    margin-left: 3px;
}
#nowarch-aside .nowarch-logo .logo-img {
    width: 160px;
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
    #nowarch-aside .nowarch-logo {
        margin-bottom: 60px;
    }
}
#nowarch-aside .nowarch-logo a {
    display: inline-block;
    color: #8e6d45;
}
#nowarch-aside .nowarch-logo a span {
    display: block;
    margin-top: 0px;
}
/* Menu */
#nowarch-aside .nowarch-main-menu,
#nowarch-aside .nowarch-main-menu ul,
#nowarch-aside .nowarch-main-menu ul li,
#nowarch-aside .nowarch-main-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#nowarch-aside .nowarch-main-menu {
    margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
    #nowarch-aside .nowarch-main-menu {
        margin-bottom: 30px;
    }
}
#nowarch-aside .nowarch-main-menu ul ul {
    display: none;
}
#nowarch-aside .nowarch-main-menu ul ul li:last-of-type {
    border-bottom: 1px solid rgba(255,255,255,0.03);
    padding-bottom: 13px;
}
#nowarch-aside .nowarch-main-menu > ul > li > a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.25em;
    color: #999;
    margin: 13px 0 0 0;
    padding: 0 0 13px 0;
    list-style: none;
    border-bottom: 1px solid rgba(255,255,255,0.03);
}
#nowarch-aside .nowarch-main-menu > ul > li > a:hover,
#nowarch-aside .nowarch-main-menu > ul > li.active > a,
#nowarch-aside .nowarch-main-menu > ul > li.open > a {
    color: #8e6d45;
}
#nowarch-aside .nowarch-main-menu > ul > li.open > a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.25em;
    color: #8e6d45;
    margin: 13px 0 0 0;
    padding: 0 0 13px 0;
    list-style: none;
    border-bottom: none;
}
#nowarch-aside .nowarch-main-menu > ul > li:last-child > a,
#nowarch-aside .nowarch-main-menu > ul > li.last > a {}
#nowarch-aside .nowarch-main-menu > ul > li > a:hover > span::after,
#nowarch-aside .nowarch-main-menu > ul > li.active > a > span::after,
#nowarch-aside .nowarch-main-menu > ul > li.open > a > span::after {
    border-color: #8e6d45;
}
#nowarch-aside .nowarch-main-menu ul ul li a {
        padding: 8px 0 8px 15px;
    list-style: none;
    font-family: 'Didact Gothic', sans-serif;
    color: #999;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.25em;
}
#nowarch-aside .nowarch-main-menu ul ul li:hover > a,
#nowarch-aside .nowarch-main-menu ul ul li.open > a,
#nowarch-aside .nowarch-main-menu ul ul li.active > a {
    color: #8e6d45;
}
#nowarch-aside .nowarch-main-menu ul ul ul li a {
    margin-left: 15px;
}
#nowarch-aside .nowarch-main-menu > ul > li > ul > li:last-child > a,
#nowarch-aside .nowarch-main-menu > ul > li > ul > li.last > a {
    padding-bottom: 8px;
}
#nowarch-aside .nowarch-main-menu > ul > li > ul > li.open:last-child > a,
#nowarch-aside .nowarch-main-menu > ul > li > ul > li.last.open > a {}
#nowarch-aside .nowarch-main-menu > ul > li > ul > li.open:last-child > ul > li:last-child > a {}
#nowarch-aside .nowarch-main-menu ul ul li.active > a::after,
#nowarch-aside .nowarch-main-menu ul ul li.open > a::after,
#nowarch-aside .nowarch-main-menu ul ul li > a:hover::after {}

/* footer */
#nowarch-aside .nowarch-footer {
    position: relative;
    bottom: 0px;
    right: 0;
    left: 0;
    padding: 30px 0;
}
.nowarch-footer p {
    font-size: 14px;
    margin-bottom: 0;
    color: #999;
    line-height: 1em;
}
.nowarch-footer a,
.nowarch-footer a i {
    color: #8e6d45;
}
@media screen and (max-width: 768px) {
    #nowarch-aside .nowarch-footer {
        position: relative;
    }
}
#nowarch-aside .nowarch-footer span {
    display: block;
}
#nowarch-aside .nowarch-footer ul {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0;
}
#nowarch-aside .nowarch-footer ul li {
    display: inline-block;
    margin-right: 7px;
    background-color: transparent;
    text-align: center;
    transition: all 0.3 ease-in-out;
}
#nowarch-aside .nowarch-footer ul li a {
    font-size: 15px;
}
#nowarch-aside .nowarch-footer ul li a:hover,
#nowarch-aside .nowarch-footer ul li a:active,
#nowarch-aside .nowarch-footer ul li a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}


/* important offcanvason for menu */
body.offcanvason {
    overflow-x: hidden;
}
body.offcanvason #nowarch-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    z-index: 999;
    position: fixed;
}
body.offcanvason #nowarch-main,
body.offcanvason .nowarch-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}

/* ======= Content styles ======= */
#nowarch-main {
    width: 79.2%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width: 1200px) {
    #nowarch-main {
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    #nowarch-main {
        width: 100%;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* ======= Navigation styles ======= */
#nowarch-main-menu {
    margin-bottom: 90px;
}
.nowarch-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}
.nowarch-nav-toggle.active i::before,
.nowarch-nav-toggle.active i::after {
    background: #fff;
}
.nowarch-nav-toggle.dark.active i::before,
.nowarch-nav-toggle.dark.active i::after {
    background: #171717;
}

.nowarch-nav-toggle:hover,
.nowarch-nav-toggle:focus,
.nowarch-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.nowarch-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 20px;
    height: 1px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: -5px;
}

.nowarch-nav-toggle i::before,
.nowarch-nav-toggle i::after {
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.nowarch-nav-toggle.dark i {
    position: relative;
    color: #171717;
    background: #171717;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.nowarch-nav-toggle.dark i::before,
.nowarch-nav-toggle.dark i::after {
    background: #171717;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.nowarch-nav-toggle i::before {
    top: -7px;
}

.nowarch-nav-toggle i::after {
    bottom: -7px;
}

.nowarch-nav-toggle:hover i::before {
    top: -10px;
}

.nowarch-nav-toggle:hover i::after {
    bottom: -10px;
}

.nowarch-nav-toggle.active i {
    background: transparent;
}

.nowarch-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.nowarch-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.nowarch-nav-toggle {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 11px 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #8e6d45;
    margin: 15px 30px;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    #nowarch-main-menu {
        margin-bottom: 60px;
    }
    .nowarch-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}



/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}
.section-padding2 {
    padding: 0 0 120px 0;
    position: relative;
}
.section-title {
    text-transform: uppercase;
    font-size: 45px;
    line-height: 1.25em;
    letter-spacing: 3px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}
.section-subtitle {
    color: #8e6d45;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
    align-items: center;
    display: inline-flex;
    letter-spacing: 5px;
    font-size: 14px;
    text-transform: uppercase;
}
.section-number {
    font-family: 'Oswald', sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px #333;
    opacity: .8;
    font-weight: 700;
    font-size: 85px;
    line-height: 80px;
    position: absolute;
    right: 20px;
    z-index: -1;
    text-transform: uppercase;
}
.banner-img:after {
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    content: "";
    background: -webkit-linear-gradient(bottom, rgba(30, 30, 30, 1) 0%, rgba(30, 30, 30, .8) 100%, rgba(30, 30, 30, 0.5) 100%);
    background: linear-gradient(to top, rgba(30, 30, 30, 1) 0%, rgba(30, 30, 30, 0.8) 100%, rgba(30, 30, 30, 0.5) 100%);
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .section-number {
    display: none;
    }
}


/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h2 {
    font-weight: 400;
    font-size: 30px;
}
.header .caption h6 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    letter-spacing: 15px;
    align-items: center;
    display: inline-flex;
}
.header .caption h1 {
    position: relative;
    font-size: 90px;
    font-weight: 500;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    color: #fff;
    margin-bottom: 10px;
}

.header .caption h1 span {
    position: relative;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 90px;
    text-transform: uppercase;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    font-weight: 500;
    letter-spacing: 3px;
    color: transparent;
    -webkit-text-stroke: 1px #ccc;
    opacity: .8;
}

.header .caption p {
    font-size: 18px;
    color: #fff;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.header .caption p span {
    letter-spacing: 5px;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}
.header .caption p span:last-child {
    padding: 0;
}
.header .caption p span:last-child:after {
    display: none;
}
.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1e1e1e;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}
.header .caption .butn-dark {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    color: #fff;
}
.header .social a {
    color: #eee;
    font-size: 20px;
    margin: 10px 15px;
}


/* ======= Slider style ======= */
.slider .owl-item,
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption,
.slider-fade .item .caption {
    z-index: 9;
}
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 6vh;
     width: 100%; 
}


/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    bottom: 40px;
    right: 12%;
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}
.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    margin-right: 2px;
    cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: #fff;
    border: 1px solid #fff;
    color: #252525;
}
@media screen and (max-width: 768px) {
    .owl-nav {
        display: none;
    }
}


/* =======  Content Lines style  ======= */
.content-wrapper {
    position: relative;
    overflow: hidden;
}
.content-lines-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.content-lines-inner {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.03);
    border-right: 1px solid rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.content-lines {
    position: absolute;
    left: 33.666666%;
    right: 33.666666%;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.03);
    border-right: 1px solid rgba(255, 255, 255, 0.03);
}


/* ======= Page Header style ======= */
.banner-header {
    height: 30vh;
    background-attachment: inherit;
    background-position: center;
    z-index: -3 !important;

}
.banner-header h6 {
    font-weight: 300;
    color: #8e6d45;
    letter-spacing: 5px;
    font-size: 13px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.banner-header h6 a:hover {
    color: #8e6d45;
}
.banner-header h6 i {
    margin: 0 15px;
    font-size: 10px;
}
.banner-header h5 {
    font-weight: 300;
    color: #8e6d45;
    letter-spacing: 5px;
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}
.banner-header h5 a:hover {
    color: #8e6d45;
}
.banner-header h5 i {
    margin: 0 15px;
    font-size: 10px;
}
.banner-header h1 {
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 45px;
    color: #fff;
    line-height: 1.25em;
    letter-spacing: 3px;
}
@media screen and (max-width: 767px) {}


/* ======= About style ======= */
.about {
    position: relative;
    margin-bottom: 90px;
}
.about:last-child {
    margin-bottom: 0px;
}
.about figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
        overflow: hidden;
}
.about.left figure {
    margin-left: 0;
    margin-right: auto;
}
.about figure img:hover {
   -webkit-transform: scale(1.05, 1.05);
   transform: scale(1.05);
}
.about figure img {
    transform: scale(1);
    transition: transform 500ms ease;
}
.about .caption {
    background: #1e1e1e;
    position: absolute;
    top: 50%;
    width: 50%;
    padding: 5% 4% 5% 0%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.about.left .caption {
    left: auto;
    right: 0;
    background: #1E1E1E;
    padding: 5% 0% 5% 4%;
}
.about.left .caption h4 {
    color: #fff;
}
.about .caption h4 {
    text-transform: uppercase;
    font-size: 45px;
    color: #fff;
    line-height: 1.25em;
    letter-spacing: 3px;
}
.about .caption h6 {
    font-weight: 300;
    color: #8e6d45;
    letter-spacing: 5px;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
/* about list */
.about-list {
    position: relative;
    display: block;
    padding: 0;
}
.about-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.about-list li+li {
    margin-top: 10px;
}
.about-list li .icon {
    display: flex;
    align-items: center;
}
.about-list li .icon span {
    color: #8e6d45;
    font-size: 12px;
}
.about-list li .text {
    margin-left: 12px;
}
.about-list li .text p {
    color: #999;
    font-weight: 400;
    margin: 0;
}
@media (max-width: 991.98px) {
    .about figure {
        width: auto;
        margin: 0;
    }
    .about.left .caption {
    padding: 30px 0px;
}
    .about .caption {
        position: relative;
        top: 0;
        width: auto;
        padding: 30px 0px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


/* ======= Team style ======= */
.team .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.team .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.team .item:hover .con {
    bottom: 0;
}
.team .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}
.team .item .con {
    margin: -110px 20px 55px;
    padding: 20px;
    background-color: #252525 !important;
    border: 1px solid #252525;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -55px;
    position: relative;
    text-align: center;
}
.team .item .con h5,
.team .item .con h5 a {
    color: #fff;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.team .item .con h5:hover,
.team .item .con h5 a:hover {
    color: #fff;
}
.team .item .con p {
    color: #999;
    font-size: 14px;
    margin-bottom: 0;
}
.team .item .con i {
    color: #999;
    font-size: 20px;
}


/* ======= Position style ======= */
.position {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -1px;
    padding: 40px 45px 40px 50px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    background-color: transparent;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
@media only screen and (max-width:991px) {
    .position {
        flex-direction: column;
        -webkit-box-pack: initial;
        -webkit-justify-content: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}
.position-link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.position-category {
    -webkit-transition: color .3s;
    transition: color .3s;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%
}
@media only screen and (max-width:991px) {
    .position-category {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}
.position-title {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #999;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%
}
@media only screen and (max-width:991px) {
    .position-title {
        margin-top: 15px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}
.position-time {
    font-weight: 400;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #999;
}
@media only screen and (max-width:991px) {
    .position-time {
        margin-top: 15px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}
.position-icon {
    font-size: 16px;
    line-height: 1;
    color: #8e6d45;
}
@media only screen and (max-width:991px) {
    .position-icon {
        display: none
    }
}
.position-icon i {
    display: inline-block
}
.position:hover {
    background-color: #8e6d45;
}
.position:hover .position-category {
    color: #fff;
}
.position:hover .position-title,
.position:hover .position-time {
    color: #fff
}
.position:hover .position-icon i {
    -webkit-animation: vlt_animate_icon_top_right .3s 150ms forwards;
    animation: vlt_animate_icon_top_right .3s 150ms forwards;
    color: #fff;
}




/* ======= Projects style ======= */
.projects {}
.projects h4 {
    text-transform: uppercase;
    font-size: 45px;
    color: #fff;
    line-height: 1.25em;
    letter-spacing: 3px;
}
.projects h6 {
    color: #8e6d45;
    letter-spacing: 5px;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.projects-carousel {
    position: relative;
    display: block;
}
.projects-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}
.projects-single {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.projects-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.projects-img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.projects-single:hover .projects-img img {
    transform: scale(1.05);
}
.projects-content {
    position: relative;
    display: block;
    background-color: #252525;
    padding: 30px;
    margin-top: -60px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 2;
}
.projects-content:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #8e6d45;
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .07);
    transition: all 500ms ease;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.projects-single:hover .projects-content:after {
    opacity: 1;
    transform: scaleY(1.0);
}
.projects-tagline {
     color: #8e6d45;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 27px;
    transition: all 500ms ease;
}
.projects-title,
.projects-title a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.25em;
    color: #fff;
    transition: all 500ms ease;
    margin-bottom: 0;
}
.projects-arrow {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.projects-arrow a {
    color: #999;
    font-size: 18px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
}
.projects-single:hover .projects-tagline {
    color: #fff;
}
.projects-single:hover .projects-title a {
    color: #fff;
}
.projects-single:hover .projects-arrow a {
    color: #fff;
}
/* Projects prev/next */
.projects-prev-next {
    padding: 40px 0;
    border: none;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
    position: inherit;
}
@media (max-width: 576px) {
    .projects-prev-next {
        text-align: center;
    }
    .projects-prev-next-left {
        margin-bottom: 10px;
    }
    .projects-arrow {
        display: none;
    }
}
.projects-prev-next a {
    display: inline-block;
    font-size: 15px;
    color: #999;
    line-height: 1em;
}
.projects-prev-next a i {
    font-size: 15px;
}
.projects-prev-next a:hover {
    color: #8e6d45;
}
.projects-prev-next .projects-prev-next-left a i {
    margin-right: 5px;
    font-size: 12px;
}
.projects-prev-next .projects-prev-next-right a i {
    font-size: 12px;
    margin-left: 0;
    margin-left: 5px;
}
.project-page p {
    margin-bottom: 0px;
    position: relative;
}
.project-bar {
    padding: 30px 45px 15px 45px;
    background-color: #252525;
    margin-top: -30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.project-bar h5  {
    color: #fff;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
@media (max-width: 576px) {
    .project-bar {
     margin-top: 0px; 
    }
}

/* ======= Projects 2 style ======= */
.projects2 {
    position: relative;
    margin-bottom: 90px;
}
.projects2:last-child {
    margin-bottom: 0px;
}
.projects2 figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
        overflow: hidden;
}
.projects2.left figure {
    margin-left: 0;
    margin-right: auto;
}
.projects2 figure img:hover {
   -webkit-transform: scale(1.05, 1.05);
   transform: scale(1.05);
}
.projects2 figure img {
    transform: scale(1);
    transition: transform 500ms ease;
}
.projects2 .caption {
    background: #1e1e1e;
    position: absolute;
    top: 50%;
    width: 50%;
    padding: 5% 4% 5% 4%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.projects2.left .caption {
    left: auto;
    right: 0;
    background: #1e1e1e;
    padding: 5% 4% 5% 4%;
}
.projects2.left .caption h4 {
    color: #fff;
}
.projects2 .caption h4 {
    text-transform: uppercase;
    font-size: 32px;
    color: #fff;
    line-height: 1.25em;
    letter-spacing: 1px;
}
.projects2 .caption h6 {
    font-weight: 300;
    color: #8e6d45;
    letter-spacing: 5px;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
/* about list */
.projects2-list {
    position: relative;
    display: block;
}
.projects2-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.projects2-list li+li {
    margin-top: 10px;
}
.projects2-list li .icon {
    display: flex;
    align-items: center;
}
.projects2-list li .icon span {
    color: #8e6d45;
    font-size: 15px;
}
.projects2-list li .text {
    margin-left: 12px;
}
.projects2-list li .text p {
    color: #999;
    font-weight: 400;
    margin: 0;
}
@media (max-width: 991.98px) {
    .projects2 figure {
        width: auto;
        margin: 0;
    }
    .projects2.left .caption {
    padding: 30px 0px;
}
    .projects2 .caption {
        position: relative;
        top: 0;
        width: auto;
        padding: 30px 0px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


/* ======= Services style  ======== */
.services .item {
    padding: 40px 30px;
    position: relative;
    background-size: cover;
    background-position: 50% 0% !important;
    margin-bottom: 20px;
}
.services .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 30, 30, 0.8);
}
.services .item:hover:after {
    opacity: 0;
}
.services .item:hover h5,
.services .item:hover p,
.services .item:hover h5 
.services .item:hover span {
    color: #fff;
}
.services .item:hover .numb {
    -webkit-text-stroke: 1px #fff
}
.services .item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1e1e1e;
    z-index: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.services .item .con {
    position: relative;
    z-index: 7;
    text-align: center;
}
.services .item .con .icon-img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.services .item .con .icon-img img {
    width: 80px;
    margin: 0 auto;
}
.services .item h5 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.services .item .numb {
    position: absolute;
    right: 15px;
    top: 18px;
    font-weight: 700;
    font-size: 70px;
    font-family: 'Oswald', sans-serif;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: .1;
}
.services .item p {
    font-size: 15px;
}
.services .bg-1 {
    background-image: url(../img/projects/1.jpg);
}
.services .bg-2 {
    background-image: url(../img/projects/2.jpg);
}
.services .bg-3 {
    background-image: url(../img/projects/3.jpg);
}

.services .bg-4 {
    background-image: url(../img/projects/4.jpg);
}
.services .bg-5 {
    background-image: url(../img/projects/5.jpg);
}
.services .bg-6 {
    background-image: url(../img/projects/3.jpg);
}


/* ======= Project Video style ======= */
.project-video {
    position: relative;
    margin-bottom: 90px;
}
.project-video:last-child {
    margin-bottom: 0px;
}
.project-video figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
        overflow: hidden;
}
.project-video.left figure {
    margin-left: 0;
    margin-right: auto;
}
.project-video figure img:hover {
   -webkit-transform: scale(1.05, 1.05);
   transform: scale(1.05);
}
.project-video figure img {
    transform: scale(1);
    transition: transform 500ms ease;
}
.project-video .caption {
    background: #1e1e1e;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 5% 4% 5% 0%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.project-video.left .caption {
    left: auto;
    right: 0;
    background: #1E1E1E;
    padding: 5% 0% 5% 4%;
}
.project-video.left .caption h4 {
    color: #fff;
}
.project-video .caption h4 {
    text-transform: uppercase;
    font-size: 45px;
    color: #fff;
    line-height: 1.25em;
    letter-spacing: 3px;
}
.project-video .caption h6 {
    font-weight: 300;
    color: #8e6d45;
    letter-spacing: 5px;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    .project-video figure {
        width: auto;
        margin: 0;
    }
    .project-video.left .caption {
    padding: 30px 0px;
}
    .project-video .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 30px 0px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
/* play button */
.vid-area {
    padding: 0 0 30px 0;
}
.vid-area h5 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
}
.play-button {
    position: relative;
    width: 85px;
    height: 85px;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 5px;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.circle-fill circle {
    opacity: 1;
    fill: #8e6d45;
}
.polygon {
        color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 85px;
    font-size: 30px;
    z-index: 2;
    padding-left: 0px;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.play-button.color {
    color: #8e6d45;
}
.play-button.color .circle-fill circle {
    fill: #8e6d45;
}
.vid-area .vid-icon {
    position: relative;
}
.vid-area:hover .vid-icon > img {
    transform: scale(1.05);
}


/* =======  Testimonials style  ======= */
.testimonials {
    position: relative;
    margin-bottom: 90px;
}
.testimonials:last-child {
    margin-bottom: 0px;
}
.testimonials figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
        overflow: hidden;
}
.testimonials.left figure {
    margin-left: 0;
    margin-right: auto;
}
.testimonials figure img:hover {
   -webkit-transform: scale(1.05, 1.05);
   transform: scale(1.05);
}
.testimonials figure img {
    transform: scale(1);
    transition: transform 500ms ease;
}
.testimonials .caption {
    background: #1e1e1e;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 5% 4% 5% 0%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.testimonials.left .caption {
    left: auto;
    right: 0;
    background: #1E1E1E;
    padding: 5% 0% 5% 4%;
}
.testimonials.left .caption h4 {
    color: #fff;
}
.testimonials .caption h4 {
    text-transform: uppercase;
    font-size: 45px;
    color: #fff;
    line-height: 1.25em;
    letter-spacing: 3px;
}
.testimonials .caption h6 {
    font-weight: 300;
    color: #8e6d45;
    letter-spacing: 5px;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
@media (max-width: 991.98px) {
    .testimonials figure {
        width: auto;
        margin: 0;
    }
    .testimonials figure img {
        display: none;
    }
    .testimonials.left .caption {
    padding: 30px 0px;
}
    .testimonials .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 30px 0px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.testimonials .item-box {
    margin-bottom: 15px;
    position: relative;
}
.testimonials .item-box .quote {
    position: absolute;
    right: 45px;
    bottom: 30px;
    width: 100px;
    margin: 0 auto 30px;
    opacity: .1;
}
.testimonials .item-box h5 {
    font-size: 18px;
    color: #fff;
    font-family: 'Didact Gothic', sans-serif;
    margin-bottom: 10px;
}
.testimonials .item-box p {
    font-size: 15px;
    color: #999;
}
.testimonials .item-box .info {
    text-align: left;
    margin: 30px 0 15px 0;
}
.testimonials .item-box .info .author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}
.testimonials .item-box .info .cont {
    margin-left: 75px;
}
.testimonials .item-box .info h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
    padding-top: 10px;
    line-height: 1em;
    letter-spacing: 3px;
}
.testimonials .item-box .info span {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-right: 5px;
}


/* ======= Gallery Masonry style ======= */
.gallery-masonry-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery-masonry-wrapper .gallery-masonry-item-img-link {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gallery-masonry-wrapper .gallery-masonry-item-img-link:hover .gallery-masonry-item-img {
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
}
.gallery-masonry-wrapper .gallery-masonry-item-img-link:hover .gallery-masonry-item-img:after {
  opacity: 0.3;
}
.gallery-masonry-wrapper .gallery-masonry-item-img-link:hover .gallery-masonry-item-content {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition-delay: .15s;
       -o-transition-delay: .15s;
          transition-delay: .15s;
}
.gallery-masonry-wrapper .gallery-masonry-item-content {
  position: absolute;
  left: 0;
  bottom: -11px;
  max-width: 80%;
  background-color: #1e1e1e;
  padding-top: 20px;
  padding-right: 40px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), 
  -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-masonry-wrapper .gallery-masonry-item-title {
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
}
.gallery-masonry-wrapper .gallery-masonry-item-category {
  font-size: 15px;
  line-height: 1.5em;
  color: #999;
}
@media only screen and (max-width: 991px) {
  .gallery-masonry-wrapper .gallery-masonry-item-content {
    padding-top: 15px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-masonry-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 400px) {
  .gallery-masonry-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}


/* ======= Blog style ======= */
.blog .item .post-img .img {
    overflow: hidden;
}
.blog .item .post-img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.blog .item .post-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.blog .item .cont {
    position: relative;
    padding: 30px;
    width: 90%;
    margin-left: 5%;
    margin-top: 0px;
    -webkit-transition: all .4s;
    transition: all .4s;
    margin-top: -60px;
    background-color: #1e1e1e;
}
.blog .item .info {
    margin-bottom: 10px;
    position: relative;
}
.blog .item .info a {
    color: #999;
    font-size: 15px;
}
.blog .item .info a:last-of-type {
    margin-right: 0;
    color: #999;
}
.blog .item .info a i,
.blog .item .info a span {
    margin-right: 10px;
}
.blog .item .info a span {
    color: #999;
}
.blog .item .info a span:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    flex-shrink: 0;
    color: #8e6d45;
    margin-inline-start: 1em;
    border-radius: 50em;
    background-color: currentColor;
    vertical-align: middle;
    opacity: .35;
}
.blog .item .info a span:hover {
    color: #8e6d45;
}
.blog .item h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.blog .item h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.blog .item .more {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
}
/* blog sidebar */
.blog-sidebar .widget {
    position: relative;
    background: #252525;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.blog-sidebar .widget ul li {
    margin-bottom: 15px;
    color: #999;
    font-size: 15px;
    line-height: 1.5em;
}
.blog-sidebar .widget ul li a {
    color: #999;
}
.blog-sidebar .widget ul li a.active {
    color: #8e6d45;
}
.blog-sidebar .widget ul li a:hover {
    color: #8e6d45;
}
.blog-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.blog-sidebar .widget ul li i {
    font-size: 9px;
    margin-right: 10px;
}
.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.blog-sidebar .widget .recent .thum {
    width: 90px;
    overflow: hidden;
    float: left;
}
.blog-sidebar .widget .recent a {
    display: block;
    margin-left: 105px;
}
.blog-sidebar .widget-title {
    margin-bottom: 20px;
}
.blog-sidebar .widget-title h6 {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.05);    
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 1.25em;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.blog-sidebar .search form {
    position: relative;
}
.blog-sidebar .search form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #1e1e1e;
	margin-bottom: 0;
}
.blog-sidebar .search form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #999;
    border: 0;
    padding: 10px;
    cursor: pointer;
	outline: none;
}
.blog-sidebar .tags li {
    margin: 3px !important;
    padding: 7px 20px;
    background-color: #8e6d45;
    color: #fff !important;
    float: left;
}
.blog-sidebar ul.tags li a {
    font-size: 15px;
    color: #fff;
}
.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li a:hover {
    background-color: #1e1e1e;
    color: #fff;
}
/* blog pagination */
.blog-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}
.blog-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.blog-pagination-wrap li a {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #999;
    font-weight: 400;
    border: 1px solid #252525;
    font-size: 15px;
    border-radius: 50%;
}
.blog-pagination-wrap li a i {
    font-size: 11px;
}
.blog-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: transparent;
    border: 1px solid #8e6d45;
    color: #8e6d45;
}
.blog-pagination-wrap li a.active {
    background-color: transparent;
    border: 1px solid #8e6d45;
    color: #8e6d45;
}
@media screen and (max-width: 768px) {
    .blog-pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}


/* ======= Post style ======= */
.post-comment-section {
    padding-top: 60px;
    margin-bottom: 0px;
}
.post-comment-section h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.post-comment-section h6 span {
    font-size: 13px;
    color: #999;
    font-weight: 300;
    margin-left: 15px;
}
.post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.post-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}
.post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.post-user-content {
    margin-right: 26px;
}
.post-repay {
    font-size: 15px;
    color: #8e6d45;
    margin: 0;
    font-weight: 400;
}
/* post prev/next */
.post-prev-next {
    padding: 40px 0;
    border: none;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
    position: inherit;
}
@media (max-width: 576px) {
    .post-prev-next {
        text-align: center;
    }
    .post-prev-next-left {
        margin-bottom: 10px;
    }
}
.post-prev-next a {
    display: inline-block;
    font-size: 15px;
    color: #999;
    line-height: 1em;
}
.post-prev-next a i {
    font-size: 20px;
}
.post-prev-next a:hover {
    color: #8e6d45;
}
.post-prev-next .post-prev-next-left a i {
    margin-right: 5px;
    font-size: 12px;
}
.post-prev-next .post-prev-next-right a i {
    font-size: 12px;
    margin-left: 0;
    margin-left: 5px;
}


/* ======= Contact style ======= */
.contact h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.contact p {
    margin-bottom: 15px;
}
.contact p a {
    color: #8e6d45;
}
.contact-list {
    position: relative;
    display: block;
}
.contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.contact-list li + li {
    margin-top: 5px;
}
.contact-list li .icon span {
    font-size: 15px;
    color: #8e6d45;
}
.contact-list li .text {
    margin-left: 20px;
}
.contact-list li .text p {
    margin: 0;
    font-size: 15px;
    color: #999;
}
.contact-list li .text p a {
    font-size: 15px;
    color: #999;
    transition: all 500ms ease;
}
.contact-list li .text p a:hover {
    color: #8e6d45;
}


/* ======= Buttons style ======= */
/* light */
.butn-light {
    position: relative;
    line-height: 1.2em;
}
.butn-light a {
    font-family: 'Didact Gothic', sans-serif;
    background: transparent;
    color: #fff;
    padding: 13px 24px;
    margin: 0;
    position: relative;
    font-size: 15px;
    border: 1px solid #fff;
}
.butn-light a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
.butn-light a span {
    position: relative;
    z-index: 2;
}
.butn-light a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-light a:hover span {
    color: #252525;
}
.butn-light a span i {
    font-size: 12px;
    margin-left: 7px;
}
/* dark */

.butn-dark {
    position: relative;
    line-height: 1.2em;
}
.butn-dark a {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    background: #8e6d45;
    color: #fff;
    padding: 14px 24px;
    margin: 0;
    position: relative;
    font-size: 15px;
}
.butn-dark a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #323232;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-dark a span {
    position: relative;
    z-index: 2;
}
.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-dark a:hover span {
    color: #fff;
}
.butn-dark a span i {
    font-size: 12px;
    margin-left: 7px;
}


/* ======= Footer style ======= */
.main-footer {
	position: relative;
	z-index: 9;
}
.main-footer .bottom-footer {
    padding: 30px 0 10px 0;
    background-color: transparent;
    color: #999;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.main-footer .bottom-footer .container {
	font-size: 14px;
    display: block;
    justify-content: space-between;
    text-align: center;
}
.main-footer .call-action {
  background-color: transparent;
  color: #fff;
}
.main-footer .call-action .contact-info {
  margin-top: 30px;
}
.main-footer .call-action .contact-info h6 {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.main-footer .bottom-footer span {
    color: rgba(255,255,255,0.1);
    margin: 0 5px;
}
.main-footer .bottom-footer p {
   font-size: 14px;
}
.main-footer .bottom-footer p a:hover {
   color: #8e6d45;
}
/* footer social */
.main-footer .bottom-footer .container .social {
	margin: 0 0 20px 0;
    padding: 0;
    display: inline-flex;
}
.main-footer .bottom-footer .container .social li {
	list-style-type: none;
    margin: 0 3px;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(255,255,255,0.05);
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.main-footer .bottom-footer .container .social li:hover {
    transform: scale(0.9);
        background-color: #8e6d45;
}
.main-footer .bottom-footer .container .social li a {
	color: #999;
}
.main-footer .bottom-footer .container .social li a:hover {
	color: #fff;
}
/* footer background image */
.main-footer-bg {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
}
.main-footer-bg img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.main-footer-bg .main-footer-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-image: linear-gradient(0deg, #1e1e1e 1%, rgba(30, 30, 30, 0.9) 100%, rgba(30, 30, 30, 0.85) 100%);
}
.main-footer-bg.main-footer-bottom {
	height: 450px;
	top: auto;
	bottom: 0;
}
.main-footer-bg.main-footer-bottom img {
	height: 450px;
}
.main-footer-bg.main-footer-bottom .main-footer-bg-overlay {
	height: 450px;
	transform: rotate(180deg);
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    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: '\e648';
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    font-weight: 400;
    color: #8e6d45;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    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: rgba(255, 255, 255, 0.1);
    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 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.progress-wrap::after {
    color: #8e6d45;
}
.progress-wrap svg.progress-circle path {
    stroke: #8e6d45;
}


/* ======= Error Page 404 style ======= */
.error-form {
    position: relative;
    max-width: 520px;
    margin: 50px auto 0;
}
.error-form form {
    position: relative;
}
.error-form .form-group {
    position: relative;
    margin: 0;
}
.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 14px 60px 15px 15px;
    height: 60px;
    display: block;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 15px;
    background: #252525;
    color: #999;
    border-radius: 0px;
    border: 1px solid #252525;
    transition: all 300ms ease;
}
.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
    border-color: #8e6d45;
}
.error-form .form-group input::-webkit-input-placeholder {
    color: #999;
}
.error-form .form-group .theme-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: none;
    color: #999;
}
.error-form .form-group .theme-btn span {
    vertical-align: middle;
    outline: none;
}


/* ======= Responsive style ======= */

@media (min-width: 1200px){
    .container {
        max-width: 1140px !important;
    }
}

@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header .caption h1 {
        font-size: 70px;
    }
    .slider-services-box .slider-services-box-info {
    padding: 10px;
}
    .slider-box-content.box-up {
            margin-top: 0px;
    }
    .slider-services-box-info h5 {
    font-size: 15px;
}  
}
@media screen and (max-width: 767px) {
    .container {
    padding-right: 30px;
    padding-left: 30px;
    }
    
    .header .caption h1 {
    font-size: 60px;
    margin-bottom: 15px;
    }
    .header .caption h1 span {
        font-size: 50px;
    }
    .parallax-header .caption h2 {
        margin-bottom: 0px;
        font-size: 70px;
        line-height: 1em;
    }
    .header .caption h6 {
        font-size: 14px;
    }
    .header .caption p {
        font-size: 15px;
        margin-right: 10px;
    }
    .header .caption .btn {
        margin-top: 30px;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }
    .post-comment-section h3 span {
        margin-left: 0px;
    }

    .main-footer .bottom-footer p.right {
        text-align: left;
    }
    .main-footer .abot .social-icon {
        text-align: left;
        margin-bottom: 15px;
    }
    .footer .logo {
        padding: 0;
        width: auto;
        margin: 0px 0;
    }
}
@media screen and (max-width: 480px) {
    .footer {
        padding: 60px 0;
    }
}


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