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

01. Typography style
02. Preloader style
03. Owl-Theme Custom style
04. Section style
05. Navbar style
06. Header style
07. Slider Fade & Slider style
08. Parallax Header style
09. Kenburns SlideShow style
10. Video Background style
11. Banner Header style
12. About style
13. Services style
14. Services 2 style
15. Services 3 style
16. Service Details style
17. Portfolio Home style
18. Portfolio style
19. Portfolio Details style
20. Team style
21. Team-Single style
22. Price style
23. FAQs style
24. Clients style
25. Testimonials style
26. Image Gallery style
27. Video Gallery style
28. Video Popup style
29. Blog style
30. Blog 2 style
31. Post style
32. Contact style
33. Contact Box style
34. 404 style
35. Button style
36. Footer style
37. toTop Button style
38. Modal Form & Popup style
39. Responsive style
40. Overlay Effect Bg Image style

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

/* ======= Typography style ======= */
:root {
    --color-ui--green-light: #6ca12b;
}
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: "Barlow", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;
    color: #727272;
    overflow-x: hidden !important;
}
p {
    font-family: "Barlow", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;
    color: #727272;
    margin-bottom: 15px;
}
h1 {
    font-size: 55px;
}
h2 {
    font-size: 45px;
}
h3 {
    font-size: 40px;
}
h4 {
    font-size: 27px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 17px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Federo", sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0 0 15px 0;
    color: #fff;
}
img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #fff;
}
/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: "Barlow", 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: 15px;
    padding: 18.5px 20px;
    height: auto;
    background-color: #f0f0f3;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: "Barlow", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #727272;
    background-image: none;
    border: none;
    border-radius: 30px;
}
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: #fff;
    border: none;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    color: #727272;
    border: none;
}
select {
    padding: 10px;
    border-radius: 5px;
}
textarea:focus,
textarea:active,
textarea::placeholder {
    color: #727272;
}
table,
th,
tr,
td {
    border: 0px solid #727272;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
/* submit and alert success  */
input[type="submit"] {
    display: inline-block;
    height: auto;
    padding: 19px 35px;
    border: none;
    border-radius: 0;
    background-color: var(--color-ui--green-light);
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #000;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    border-radius: 30px;
}
input[type="submit"]:hover {
    border: none;
    background-color: #101010;
    color: #fff;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #727272;
    font-family: "Barlow", sans-serif;
    font-size: 17px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #727272;
}
::-moz-placeholder {
    color: #727272;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #727272;
}
/* Important */
.bg-position-top {
    background-position: top;
}
.bg-position-center {
    background-position: center;
}
.bg-position-bottom {
    background-position: bottom;
}
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-white {
    background-color: #fff;
}
.bg-drkgray {
    background-color: #101010;
}
.bg-drk {
    background-color: #000;
}
.txt-dark {
    color: #fff;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 400;
}
.count {
    font-family: "Barlow", 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%);
    z-index: 9;
}
.v-middle2 {
    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%);
    z-index: 9;
}
.js .animate-box {
    opacity: 0;
}
:root {
    scroll-behavior: auto;
}
.position-relative {
    position: relative !important;
}
.bp-bottom {
    background-position: bottom;
}
.bp-top {
    background-position: top;
}
.bp-center {
    background-position: center;
}
.icon-bg {
    background: #fff !important;
}
.br-20 {
    border-radius: 20px;
}
.brtl-20 {
    border-top-left-radius: 20px;
}
.brtr-20 {
    border-top-right-radius: 20px;
}
.brbl-20 {
    border-bottom-left-radius: 20px;
}
.brbr-20 {
    border-bottom-right-radius: 20px;
}
hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt--120 {
    margin-top: -120px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 15px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-120 {
    margin-bottom: 120px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.br-20 {
    border-radius: 20px;
}
.brtleft-20 {
    border-top-left-radius: 20px;
}
.brtlright-20 {
    border-top-right-radius: 20px;
}
.brbleft-20 {
    border-bottom-left-radius: 20px;
}
.brtbright-20 {
    border-bottom-right-radius: 20px;
}
/* list */
.list {
    position: relative;
    display: block;
}
.list li {
    position: relative;
    display: flex;
    align-items: center;
}
.list li + li {
    margin-top: 10px;
}
.list-icon {
    display: grid;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f0f0f3;
    border-radius: 100%;
    text-align: center;
    align-items: center;
}
.list-icon span {
    font-size: 12px;
    color: #101010;
}
.list-text {
    margin-left: 15px;
}
.list-text p {
    font-size: 17px;
    margin: 0;
    color: #727272;
}
/* vertical line */
.line-vr-section {
    position: relative;
    margin: -25px auto;
    border: 0;
    border-left: 1px solid;
    border-color: var(--color-ui--green-light);
    width: 2px;
    height: 50px;
    z-index: 10;
    opacity: 1;
}
/* breadcrumb */
.breadcrumb a {
    color: var(--color-ui--green-light);
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}
.breadcrumb-item.active {
    color: #fff;
}
/* bottom fade */
.bottom-fade {
    width: 100%;
    top: 0.5px;
    height: 100%;
    float: left;
    position: absolute;
    background: linear-gradient(to top, #000 0%, rgba(0,0,0, 0.738) 19%, rgba(0,0,0, 0.541) 34%, rgba(0,0,0, 0.382) 47%, rgba(0,0,0, 0.278) 56.5%, rgba(0,0,0, 0.194) 65%, rgba(0,0,0, 0.126) 73%, rgba(0,0,0, 0.075) 80.2%, rgba(0,0,0, 0.042) 86.1%, rgba(0,0,0, 0.021) 91%, rgba(0,0,0, 0.008) 95.2%, rgba(0,0,0, 0.002) 98.2%, transparent 100%);
    z-index: 0;
    border-radius: 20px 20px 0 20px;
}

.feather-shadow {
    mask-image: linear-gradient(to right,transparent 0,#000 20%,#000 80%,transparent 100%);
    -webkit-mask-image: linear-gradient(to right,transparent 0,#000 20%,#000 80%,transparent 100%);
}
.feather-shadow2 {
    mask-image: linear-gradient(to right,transparent 18%,#000 22%,#000 78%,transparent 82%);
    -webkit-mask-image: linear-gradient(to right,transparent 18%,#000 22%,#000 78%,transparent 82%);
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 10000009;
}
#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: 70px;
    height: 70px;
    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: 1px solid rgba(0,0,0, 0.07);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid var(--color-ui--green-light);
    -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);
    }
}


/* ======= Owl-Theme Custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    line-height: .7;
    display: block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #101010;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #101010;
    border: 1px solid #101010;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
}
/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    bottom: 5%;
    right: 12%;
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}
/* owl-theme owl-nav */
.owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}
.owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.owl-theme .owl-prev,
.owl-theme .owl-prev {
    left: 10px !important
}
.owl-theme .owl-next {
    right: 10px !important
}
.owl-theme .owl-prev > span,
.owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 10px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    border-radius: 100%;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}
.owl-theme .owl-nav {
    top: 35% !important;
}
.owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}



.section-padding {
    padding: 120px 0;
}
.section-title {
    font-size: 45px;
    font-family: "Federo", sans-serif;
    color: #101010;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
[data-overlay-dark] .section-title span,
.section-title span {
    color: var(--color-ui--green-light);
}
.section-title.white {
    color: #fff;
}
.section-title.black {
    color: #000;
}
.section-subtitle {
    position: relative;
    font-family: "Federo", serif;
    font-weight: 400;
    color: #101010;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: flex;
    display: inline-flex;
    align-items: center;
    padding-left: 15px;
    text-transform: uppercase;
}
.section-subtitle:after {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--color-ui--green-light);
    position: absolute;
    left: 0px;
    top: 40%;
    border-radius: 100%;
}
.section-subtitle.icon-white:after {
    background: #fff;
}
.section-subtitle.text-white {
    color: #fff;
}
@media screen and (max-width: 991px) {
    .section-title {
        font-size: 36px;
    }
}


/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .container {
    border: none;
}
.nav-scroll .container {
    border: none;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #fff;
}
.navbar .navbar-nav .nav-link {
    font-family: "Federo", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 12px;
    padding-left: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
    color: var(--color-ui--green-light);
}
.navbar .navbar-nav .nav-link:hover i {
    color: var(--color-ui--green-light);
}
.navbar .navbar-nav .active {
    color: var(--color-ui--green-light) !important;
}
.navbar .navbar-nav .active i {
    color: var(--color-ui--green-light);
}
.nav-scroll {
    background: #fff;
    padding: 0 0 0 0;
    position: fixed;
    top: -85px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(85px);
    transform: translateY(85px);
    border: none;
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    height: 85px;
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #101010;
}
.nav-scroll .navbar-nav .nav-link {
    color: #101010;
}
.nav-scroll .navbar-nav .active {
    color: var(--color-ui--green-light);
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}
.nav-scroll .logo-img {
    width: 175px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
}
.nav-scroll .logo-wrapper .logo span {
    color: var(--color-ui--green-light);
}
.nav-scroll .logo-wrapper {}
.logo-wrapper {
    float: left;
}
.logo-wrapper .logo h2 {
    font-size: 30px;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.25em;
}
.logo-wrapper .logo h2 span {
    color: var(--color-ui--green-light);
}
.logo {
    padding: 0;
}
.logo-img {
    width: 175px;
    text-align: center;
}
.logo-wrapper .logo {
    display: inline-flex;
    align-items: center;
    min-height: 85px;
}
.logo-wrapper .logo .logo-img {
    display: block;
}
.logo-wrapper .logo:after {
    content: none;
}
.nav-scroll .logo-wrapper .logo:after {
    color: #101010;
}
.footer .top .item .logo img,
.footer .bottom .logo img {
    display: block;
}
.footer .top .item .logo:after,
.footer .bottom .logo:after {
    content: none;
}
.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 9px;
    color: #fff;
}
.nav-scroll .dropdown .nav-link i {
    color: #727272;
}
.nav-scroll .navbar-nav .active i {
    color: var(--color-ui--green-light);
}
.navbar .dropdown-menu .dropdown-item {
    padding: 9px 0;
    font-family: "Barlow", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #101010;
    position: relative;
    background-color: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 9px;
    float: right;
    color: #727272;
}
.navbar .dropdown-menu .dropdown-item.active i {
    color: var(--color-ui--green-light);
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: var(--color-ui--green-light);
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu {
    box-shadow: 0 16px 50px rgb(27 27 27 / 7%);
}
.navbar .dropdown-menu li:last-child {
    border-bottom: none;
}
/* li hover */
.navbar .dropdown-menu li {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}
.navbar .dropdown-menu li:hover {
    padding-left: 5px;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}
/* navbar-right */
.navbar .navbar-right {
    position: relative;
    display: flex;
    align-items: center;
}
.navbar .navbar-right .wrap {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
    margin-left: 20px;
}
.navbar .navbar-right .wrap .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-scroll .navbar-right .wrap .icon {
    color: #fff;
}
.navbar .navbar-right .wrap .text {
    margin-left: 5px;
    top: 0;
    position: relative;
}
.navbar .navbar-right .wrap .text p {
    font-size: 12px;
    line-height: 11px;
    color: #fff;
    margin-bottom: 4px;
}
.navbar .navbar-right .wrap .text h5 {
    font-family: "Barlow", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
.navbar .navbar-right .wrap .text h5 a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.navbar .navbar-right .wrap .text h5 a:hover {
    color: var(--color-ui--green-light);
}
.nav-scroll .navbar-right .wrap .text p,
.nav-scroll .navbar-right .wrap .text h5,
.nav-scroll .navbar-right .wrap .text h5 a {
    color: #fff;
}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 200px;
        padding: 20px;
        border-radius: 15px;
        border: 0;
        background-color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -20px;
        right: auto;
        min-width: 200px;
        transform: translateY(0);
        background-color: #fff;
    }
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}
@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 100px;
        border: none;
    }
    .nav-scroll {
        background: #fff;
    }
    .logo-wrapper {
        float: left;
        padding: 35px 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 34px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 175px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {}
    .logo-img {
        margin-bottom: 0px;
        width: 175px;
        padding: 0;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #101010;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #101010 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: var(--color-ui--green-light) !important;
    }
    .navbar .dropdown-menu .dropdown-item {
        color: #101010;
        padding: 0 15px;
        font-size: 17px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 10px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #fff;
        box-shadow: none;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar .navbar-nav {
        padding: 20px;
    }
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #fff;
        text-align: left;
    }
    .dropdown .nav-link i {
        color: rgba(0,0,0, 0.5);
    }
    .nav-scroll .dropdown .nav-link i {
        color: rgba(0,0,0, 0.5);
    }
    .nav-scroll .dropdown .nav-link.active i {
        color: var(--color-ui--green-light);
    }
    .navbar .dropdown-menu .dropdown-item i {
        color: #101010;
    }
    .navbar .navbar-right {
        display: none;
    }
}


/* ======= Header style ======= */
.header {
    height: 100vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption[data-overlay-dark] h6,
.header .caption h6 {
    position: relative;
    font-family: "Federo", serif;
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: flex;
    display: inline-flex;
    align-items: center;
    padding-left: 15px;
    text-transform: uppercase;
}
.header .caption[data-overlay-dark] h6:after,
.header .caption h6:after {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--color-ui--green-light);
    position: absolute;
    left: 0px;
    top: 36%;
    border-radius: 100%;
}
.header .caption[data-overlay-dark] h6.icon-white:after,
.header .caption h6.icon-white:after {
    background: #fff;
}
.header .caption[data-overlay-dark] h6.text-white .header .caption h6.text-white {
    color: #fff;
}
.header .caption h1 {
    position: relative;
    font-size: 85px;
    letter-spacing: 4px;
    color: #fff;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
}
.header .caption h1 span {
    color: var(--color-ui--green-light);
}
.header .caption p {
    position: relative;
    padding-left: 70px;
    margin-left: 5px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    font-size: 17px;
}
.header .caption p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    width: 40px;
    height: 1px;
}
.header .caption .button-1,
.header .caption .button-2,
.header .caption .button-3,
.header .caption .button-4 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-right: 15px;
    margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .header .caption h1 {
        font-size: 36px;
    }
    .header .caption p {
        font-size: 17px;
    }
}


/* ======= Slider Fade & Slider style ======= */
.slider-fade .owl-item,
.slider .owl-item {
    height: 100vh;
    position: relative;
}
.slider-fade .item,
.slider .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider-fade .item .caption,
.slider .item .caption {
    z-index: 9;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
/* owl-theme owl-dots */
.slider-fade .owl-theme .owl-dots,
.slider .owl-theme .owl-dots {
    position: absolute;
    bottom: 4vh;
    width: 100%;
}
.slider-fade .owl-theme .owl-dots .owl-dot span,
.slider .owl-theme .owl-dots .owl-dot span {
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span,
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-ui--green-light);
    border: 1px solid var(--color-ui--green-light);
}
/* owl-theme owl-nav */
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-fade .owl-theme .owl-prev,
.slider-fade .owl-theme .owl-prev,
.slider .owl-theme .owl-prev,
.slider .owl-theme .owl-prev {
    left: 10px !important
}
.slider-fade .owl-theme .owl-next,
.slider .owl-theme .owl-next {
    right: 10px !important
}
.slider-fade .owl-theme .owl-prev > span,
.slider-fade .owl-theme .owl-next > span,
.slider .owl-theme .owl-prev > span,
.slider .owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.slider-fade .owl-theme .owl-nav [class*=owl-],
.slider .owl-theme .owl-nav [class*=owl-] {
    width: 55px;
    height: 55px;
    line-height: 48px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.slider-fade .owl-theme .owl-nav [class*=owl-]:hover,
.slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.slider-fade .owl-theme .owl-nav,
.slider .owl-theme .owl-nav {
    top: 45% !important;
}
.slider-fade .owl-theme .owl-nav [class*=owl-],
.slider .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.slider-fade .owl-theme:hover .owl-nav [class*=owl-],
.slider .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .slider-fade .owl-theme .owl-nav,
    .slider .owl-theme .owl-nav {
        display: none;
    }
}


/* ======= Parallax Header style ======= */
.parallax-header {
    height: 100vh;
    background-position: center;
}
.parallax-header.full-height {
    height: 100vh;
    background-position: center;
}
.parallax-header[data-overlay-dark] h6,
.parallax-header h6 {
    position: relative;
    font-family: "Federo", serif;
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: flex;
    display: inline-flex;
    align-items: center;
    padding-left: 15px;
    text-transform: uppercase;
}
.parallax-header[data-overlay-dark] h6:after,
.parallax-header h6:after {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--color-ui--green-light);
    position: absolute;
    left: 0px;
    top: 36%;
    border-radius: 100%;
}
.parallax-header[data-overlay-dark] h6.icon-white:after,
.parallax-header h6.icon-white:after {
    background: #fff;
}
.parallax-header[data-overlay-dark] h6.text-white .parallax-header h6.text-white {
    color: #fff;
}
.parallax-header[data-overlay-dark] h1,
.parallax-header h1 {
    position: relative;
    font-size: 85px;
    letter-spacing: 4px;
    color: #fff;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
}
.parallax-header[data-overlay-dark] h1 span,
.parallax-header h1 span {
    color: var(--color-ui--green-light);
}
.parallax-header[data-overlay-dark] p,
.parallax-header p {
    position: relative;
    padding-left: 70px;
    margin-left: 5px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    font-size: 17px;
}
.parallax-header[data-overlay-dark] p:after,
.parallax-header p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    width: 40px;
    height: 1px;
}
@media screen and (max-width: 991px) {
    .parallax-header[data-overlay-dark] h1,
    .parallax-header h1 {
        font-size: 40px;
    }
    .parallax-header[data-overlay-dark] p,
    .parallax-header p {
        font-size: 17px;
    }
}


/* ===== Kenburns SlideShow style ===== */
.kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}
.kenburns-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: #fff;
}
.kenburns-inner {
    position: relative;
    z-index: 15;
}
.kenburns-inner .caption {
    position: relative;
}
.kenburns-inner .caption[data-overlay-dark] h6,
.kenburns-inner .caption h6 {
    position: relative;
    font-family: "Federo", serif;
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: flex;
    display: inline-flex;
    align-items: center;
    padding-left: 15px;
    text-transform: uppercase;
}
.kenburns-inner .caption[data-overlay-dark] h6:after,
.kenburns-inner .caption h6:after {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--color-ui--green-light);
    position: absolute;
    left: 0px;
    top: 36%;
    border-radius: 100%;
}
.kenburns-inner .caption[data-overlay-dark] h6.icon-white:after,
.kenburns-inner .caption h6.icon-white:after {
    background: #fff;
}
.kenburns-inner .caption[data-overlay-dark] h6.text-white .kenburns-inner .captions h6.text-white {
    color: #fff;
}
.kenburns-inner .caption h1 {
    position: relative;
    font-size: 85px;
    letter-spacing: 4px;
    color: #fff;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
}
.kenburns-inner .caption h1 span {
    color: var(--color-ui--green-light);
}
.kenburns-inner .caption p {
    position: relative;
    padding-left: 70px;
    margin-left: 5px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    font-size: 17px;
}
.kenburns-inner .caption p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    width: 40px;
    height: 1px;
}
#kenburnsSliderContainer .vegas-overlay {
    outline: none;
}
@media screen and (max-width: 991px) {
    .kenburns-inner .caption h1 {
        font-size: 40px;
    }
}


/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.video-fullscreen-video {
    height: 100vh;
}
.video-fullscreen-wrap video {
    width: 100vw;
    min-width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.position-relative {
    position: relative !important;
}
.video-fullscreen-wrap[data-overlay-dark] h6,
.video-fullscreen-wrap h6 {
    position: relative;
    font-family: "Federo", serif;
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: flex;
    display: inline-flex;
    align-items: center;
    padding-left: 15px;
    text-transform: uppercase;
}
.video-fullscreen-wrap[data-overlay-dark] h6:after,
.video-fullscreen-wrap h6:after {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--color-ui--green-light);
    position: absolute;
    left: 0px;
    top: 36%;
    border-radius: 100%;
}
.video-fullscreen-wrap[data-overlay-dark] h6.icon-white:after,
.video-fullscreen-wrap h6.icon-white:after {
    background: #fff;
}
.video-fullscreen-wrap[data-overlay-dark] h6.text-white .video-fullscreen-wrap h6.text-white {
    color: #fff;
}
.video-fullscreen-wrap[data-overlay-dark] h1,
.video-fullscreen-wrap h1 {
    position: relative;
    font-size: 85px;
    letter-spacing: 4px;
    color: #fff;
    line-height: 1.2em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-transform: uppercase;
}
.video-fullscreen-wrap[data-overlay-dark] h1 span,
.video-fullscreen-wrap h1 span {
    color: var(--color-ui--green-light);
}
.video-fullscreen-wrap[data-overlay-dark] p,
.video-fullscreen-wrap p {
    position: relative;
    padding-left: 70px;
    margin-left: 5px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    font-size: 17px;
}
.video-fullscreen-wrap[data-overlay-dark] p:after,
.video-fullscreen-wrap p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    background: #fff;
    width: 40px;
    height: 1px;
}
@media screen and (max-width: 991px) {
    .video-fullscreen-wrap h1 {
        font-size: 40px;
    }
}


/* ======= Banner Header style ======= */
.banner-header {
    height: 60vh;
    background-position: center;
}
.banner-header.middle-height {
    height: 80vh;
}
.banner-header.full-height {
    height: 100vh;
}
.banner-header[data-overlay-dark] h6,
.banner-header h6 {
    position: relative;
    font-family: "Federo", serif;
    font-weight: 400;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: flex;
    display: inline-flex;
    align-items: center;
    padding-left: 15px;
    text-transform: uppercase;
}
.banner-header[data-overlay-dark] h6:after,
.banner-header h6:after {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--color-ui--green-light);
    position: absolute;
    left: 0px;
    top: 36%;
    border-radius: 100%;
}
.banner-header[data-overlay-dark] h6.icon-white:after,
.banner-header h6.icon-white:after {
    background: #fff;
}
.banner-header[data-overlay-dark] h6.text-white .header .caption h6.text-white {
    color: #fff;
}
.banner-header h1 {
    font-size: 48px;
    color: #fff;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.banner-header h1 span {
    color: var(--color-ui--green-light);
}
.banner-header h2 {
    font-size: 40px;
    color: #fff;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.banner-header h2 span {
    color: var(--color-ui--green-light);
}
.banner-header p,
.banner-header[data-overlay-dark] p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/* author & date */
.banner-header .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}
.banner-header .post {
    margin-top: 20px;
}
.banner-header .post div {
    display: inline-block;
}
.banner-header .post .author {
    margin-right: 20px;
    font-size: 17px;
}
.banner-header .post .date-comment {
    position: relative;
    font-size: 16px;
    color: #fff;
    margin-right: 20px
}
.banner-header .post .date-comment i {
    color: var(--color-ui--green-light);
    font-size: 17px;
    margin-right: 5px;
}
.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}
@media screen and (max-width: 991px) {
    .banner-header h1 {
        font-size: 36px;
    }
    .banner-header h2 {
        font-size: 30px;
    }
}


/* ======= About style ======= */
.about {
    position: relative;
}
.about h5 {
    position: relative;
    color: #101010;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.about .phone {
    font-family: "Federo", serif;
    font-size: 20px;
    font-weight: 400;
    color: #101010;
    text-align: left;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 15px;
}
.about .phone i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #101010;
    font-size: 20px;
    font-weight: 300;
    color: var(--color-ui--green-light);
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.about .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
}
.about .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.about .item:hover img {
    transform: scale(1.05);
}
/* title */
.about .item .title {
    position: absolute;
    bottom: 20px;
    padding: 0;
    z-index: 1;
    left: 105px;
}
.about .item .title h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.about .item .title h6 {
    font-family: "Barlow", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 15px;
}
/* icon */
.about .item .icon {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-top-right-radius: 50%;
    padding: 15px;
}
.about .item:hover .icon .arrow {
    transform: scale(1.05);
}
.about .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    right: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.about .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    left: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.about .item .icon .arrow {
    position: absolute;
    background: #101010;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.about .item .icon .arrow span {
    color: #fff;
    font-size: 24px;
}
.about .item:hover .icon .arrow {
    color: #000;
    background: var(--color-ui--green-light);
}
.about .item:hover .icon .arrow span {
    color: #000;
}
/* img */
.about .img2 {
    position: relative;
    overflow: hidden;
    transform: scale(1);
    transition: transform 500ms ease;
    border-radius: 20px;
}
.about .img2:hover img {
    transform: scale(1.05);
}
.about .img2 .text {
    position: absolute;
    top: 50%;
    right: -5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: auto;
    padding: 12px 24px;
    border-radius: 30px 30px 0 0;
    -webkit-transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);
    -ms-transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);
    transform: rotate(-90deg) scaleX(-1) translateX(50%) translateY(-100%);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    background: #fff;
}
.about .img2 .text h6 {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #101010;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.about .img2 .text .shap-left-bottom {
    position: absolute;
    bottom: 0px;
    left: -29px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.about .img2 .text .shap-left-bottom svg {
    width: 30px;
    height: 30px;
}
.about .img2 .text .shap-right-bottom {
    position: absolute;
    bottom: 0px;
    right: -28px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.about .img2 .text .shap-right-bottom svg {
    width: 30px;
    height: 30px;
}


/* ======= Services style ======= */
.services {
    position: relative;
}
.services .item {
    position: relative;
    padding: 50px 40px 90px 40px;
    border-radius: 20px 20px 0 20px;
    background: #f0f0f3;
    z-index: 2;
    margin-bottom: 15px;
}
/* text */
.services .item .text h5 {
    color: #101010;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.services .item .text p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}
/* icon */
.services .item .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}
.services .item:hover .icon .arrow {
    transform: scale(1.05);
}
.services .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.services .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.services .item .icon .arrow {
    position: absolute;
    background: #101010;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.services .item .icon .arrow span {
    font-size: 15px;
}
.services .item:hover .icon .arrow {
    background: var(--color-ui--green-light);
    color: #000;
}
.services .item .icon .icon-w {
    overflow: hidden;
    background-color: transparent;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
}
.services .item:hover .icon .icon-w i.icon-show,
.services .item .icon .icon-w i.icon-hidden {
    display: none;
}
.services .item:hover .icon .icon-w i.icon-hidden {
    display: inline;
    text-align: center;
    color: #000;
    font-size: 15px;
    vertical-align: middle;
}


/* ======= Services 2 style ======= */
.services2 {
    position: relative;
}
.services2 .item {
    position: relative;
    border-radius: 20px 20px 0 20px;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
}
.services2 .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.services2 .item:hover img {
    transform: scale(1.05);
}
/* title */
.services2 .item .title {
    position: absolute;
    bottom: 0px;
    padding: 30px 100px 30px 30px;
    width: 100%;
}
.services2 .item .title h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* icon */
.services2 .item .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}
.services2 .item:hover .icon .arrow {
    transform: scale(1.05);
}
.services2 .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.services2 .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.services2 .item .icon .arrow {
    position: absolute;
    background: #101010;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.services2 .item .icon .arrow span {
    color: #fff;
    font-size: 17px;
}
.services2 .item:hover .icon .arrow {
    color: #fff;
    background: #101010;
}
.services2 .item .icon .icon-w {
    overflow: hidden;
    background-color: transparent;
    color: var(--color-ui--green-light);
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
}
.services2 .item:hover .icon .icon-w i.icon-show,
.services2 .item .icon .icon-w i.icon-hidden {
    display: none;
}
.services2 .item:hover .icon .icon-w i.icon-hidden {
    display: inline;
    text-align: center;
    color: var(--color-ui--green-light);
    font-size: 15px;
    vertical-align: middle;
}


/* ======= Services 3 style  ======= */
.services3 {
    position: relative;
}
.services3 .item {
    padding: 60px 40px 40px 40px;
    border-radius: 20px;
    background: #f0f0f3;
    position: relative;
    overflow: hidden;
}
.services3 .item h3 {
    color: #101010;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.services3 .item p {
    font-size: 17px;
    font-weight: 400;
    color: #727272;
}
.services3 .item .icon {
    color: #101010;
    font-size: 55px;
    line-height: 55px;
    font-weight: normal;
    margin-bottom: 20px;
}
.services3 .item .icon i {
    font-weight: normal;
}
/* arrow */
.services3 .item .rmore {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #fff;
    padding: 15px;
    border-radius: 0 0 0 40px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}
.services3 .item .rmore .arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid var(--color-ui--green-light);
    background: var(--color-ui--green-light);
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.services3 .item .rmore .arrow i {
    color: #101010;
    font-size: 15px;
    vertical-align: middle;
}
/* arrow hover */
.services3 .item:hover .rmore {
    opacity: 1;
    top: 0px;
    right: 0px;
}
.services3 .item .rmore:hover .arrow {
    background: #101010;
    border: 1px solid #101010;
}
.services3 .item .rmore:hover .arrow i {
    color: #fff;
}
/* active */
.services3 .item .rmore.active {
    opacity: 1;
    top: 0px;
    right: 0px;
}
.services3 .item .rmore .arrow.active {
    background: var(--color-ui--green-light);
}
.services3 .item .rmore .arrow.active i {
    color: #fff;
}
/* border */
.services3 .item .rmore .br-left-top {
    position: absolute;
    top: -1px;
    left: -19px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1;
}
.services3 .item .rmore .br-left-top svg {
    width: 20px;
    height: 20px;
}
.services3 .item .rmore .br-right-bottom {
    position: absolute;
    bottom: -20px;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1;
}
.services3 .item .rmore .br-right-bottom svg {
    width: 20px;
    height: 20px;
}

/* ======= Service Details style ======= */
.service-details {
    position: relative;
}
.service-details h3 {
    color: #101010;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.service-details .sidebar-page {
    position: relative;
    display: block;
    padding: 0;
    background: #101010;
    border-radius: 20px;
    margin-top: -226px;
    z-index: 9;
}
.service-details .sidebar-page .title {
    position: relative;
    background-color: var(--color-ui--green-light);
    padding: 38px 30px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}
.service-details .sidebar-page .title h4 {
    font-size: 24px;
    line-height: 1.2em;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.service-details .sidebar-page .item {
    padding: 40px;
}
.service-details .sidebar-page .item .features {
    grid-template-columns: 95% 5%;
    border-radius: 0;
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    display: grid;
    align-items: center;
}
.service-details .sidebar-page .item .features:last-child {
    border: none;
}
.service-details .sidebar-page .item .features span {
    color: #fff;
    text-transform: uppercase;
    font-family: "Federo", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 17px;
}
.service-details .sidebar-page .item .features i {
    color: #fff;
    font-size: 12px;
}
.service-details .sidebar-page .item .features p {
    margin-bottom: 0px;
    color: #fff;
    text-align: right;
}
.service-details .sidebar-page .item .features:hover i,
.service-details .sidebar-page .item .features.active i {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.service-details .sidebar-page .item .features:hover,
.service-details .sidebar-page .item .features.active {
    color: var(--color-ui--green-light);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.service-details .sidebar-page .item .features:hover i,
.service-details .sidebar-page .item .features.active i {
    color: var(--color-ui--green-light);
}
.service-details .sidebar-page .item .features:hover span,
.service-details .sidebar-page .item .features.active span {
    color: var(--color-ui--green-light);
}
@media screen and (max-width: 991px) {
    .service-details .sidebar-page {
        margin-top: 30px;
    }
}


/* ======= Portfolio Home style ======= */
.portfolio-home {
    position: relative;
    overflow: hidden;
}
.portfolio-home .portfolio-home-carousel {
    position: relative;
    display: block;
    max-width: 900px;
    margin: 0 auto;
}
.portfolio-home .portfolio-home-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}
.portfolio-home .item {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
/* img */
.portfolio-home .item .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.portfolio-home .item:hover .img img {
    transform: scale(1.05);
}
.portfolio-home .item .con {
    position: relative;
    z-index: 2;
    opacity: 0;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 85% 15%;
    align-items: center;
}
.portfolio-home .item .con.opacity-1 {
    opacity: 0;
}
.portfolio-home .item .con.active {
    visibility: visible;
    opacity: 1;
}
/* arrow */
.portfolio-home .item .con .arrow {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    text-align: -webkit-right;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.portfolio-home .item .con .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid var(--color-ui--green-light);
    background: var(--color-ui--green-light);
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
}
.portfolio-home .item:hover .con .arrow a {
    border: 1px solid #fff;
    background: #fff;
    color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
/* title */
.portfolio-home .item .con .title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 20px 25px;
    margin-right: 100px;
    width: auto;
    border-radius: 20px;
}
.portfolio-home .item .con .title h6 {
    font-family: "Barlow", sans-serif;
    color: #101010;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 0;
    background: rgba(255,255,255, 0.7);
    display: inline-table;
    line-height: 30px;
    padding: 5px 15px;
    border-radius: 15px 15px 0 0;
}
.portfolio-home .item .con .title h6 span {
    color: var(--color-ui--green-light);
    margin-right: 5px;
    font-size: 12px;
}
.portfolio-home .item .con .title h4 {
    color: #101010;
    font-size: 20px;
    margin-bottom: 0;
}
.portfolio-home .item .con .title h3 {
    color: #101010;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: rgba(255,255,255, 0.7);
    padding: 10px 15px;
    border-radius: 0 10px 10px 10px;
}
/* icon */
.portfolio-home .item .con .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}
.portfolio-home .item:hover .con .icon .arrow {
    transform: scale(1.05);
}
.portfolio-home .item .con .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.portfolio-home .item .con .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.portfolio-home .item .con .icon .arrow {
    position: absolute;
    background: var(--color-ui--green-light);
    color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
}
.portfolio-home .item:hover .con .icon .arrow {
    background: #101010;
    color: #fff;
}
/* owl nav */
.portfolio-home .owl-item.active .item .con {
    visibility: visible;
    opacity: 1;
}
.portfolio-home .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}
.portfolio-home .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.portfolio-home .owl-theme .owl-prev,
.portfolio-home .owl-theme .owl-prev {
    left: 10px !important
}
.portfolio-home .owl-theme .owl-next {
    right: 10px !important
}
.portfolio-home .owl-theme .owl-prev,
.portfolio-home .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 17px
}
.portfolio-home .owl-theme .owl-prev > span,
.portfolio-home .owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.portfolio-home .owl-carousel .owl-nav button.owl-next,
.portfolio-home .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}
.portfolio-home .owl-theme .owl-nav [class*=owl-] {
    width: 55px;
    height: 55px;
    line-height: 58px;
    background: var(--color-ui--green-light);
    border: none;
    border-radius: 100%;
    color: #000;
    font-size: 15px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.portfolio-home .owl-theme .owl-nav [class*=owl-]:hover {
    border: none;
    background: #fff;
    color: #000;
}
.portfolio-home .owl-theme .owl-nav {
    top: 40% !important;
}
.portfolio-home .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.portfolio-home .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}


@media screen and (max-width: 991px) {
    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .portfolio-home-carousel {
        overflow: hidden;
    }
    .portfolio-home .owl-theme .owl-nav {
        display: none;
    }
    .portfolio-home .item .con .title {
        padding: 0!important;
    }
    .portfolio-home .item .con .title h3 {
        font-size: 20px;
    }
}


/* ======= Portfolio style ======= */
.portfolio {
    position: relative;
}
.portfolio .portfolio-carousel {
    position: relative;
    display: block;
    max-width: 800px;
    margin: 0 auto;
}
.portfolio .portfolio-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
}
.portfolio .item {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
/* img */
.portfolio .item .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.portfolio .item:hover .img img {
    transform: scale(1.05);
}
.portfolio .item .con {
    position: relative;
    z-index: 2;
    opacity: 0;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 85% 15%;
    align-items: center;
}
.portfolio .item .con.opacity-1 {
    opacity: 0;
}
.portfolio .item .con.active {
    visibility: visible;
    opacity: 1;
}
/* arrow */
.portfolio .item .con .arrow {
    position: relative;
    display: block;
    visibility: visible;
    opacity: 1;
    text-align: -webkit-right;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.portfolio .item .con .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid var(--color-ui--green-light);
    background: var(--color-ui--green-light);
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
}
.portfolio .item:hover .con .arrow a {
    border: 1px solid #fff;
    background: #fff;
    color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
/* title */
.portfolio .item .con .title {
    position: absolute;
    bottom: 0px;
    padding: 20px 90px 30px 20px;
    width: 100%;
}
.portfolio .item .con .title h6 {
    font-family: "Barlow", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
}
.portfolio .item .con .title h6 span {
    color: var(--color-ui--green-light);
    margin-right: 2px;
}
.portfolio .item .con .title h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.portfolio .item .con .title h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
}
/* icon */
.portfolio .item .con .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}
.portfolio .item:hover .con .icon .arrow {
    transform: scale(1.05);
}
.portfolio .item .con .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.portfolio .item .con .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.portfolio .item .con .icon .arrow {
    position: absolute;
    background: #101010;
    color: var(--color-ui--green-light);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
}
.portfolio .item:hover .con .icon .arrow {
    background: var(--color-ui--green-light);
    color: #000;
}
/* owl nav */
.portfolio .owl-item.active .item .con {
    visibility: visible;
    opacity: 1;
}
.portfolio .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
}
.portfolio .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.portfolio .owl-theme .owl-prev,
.portfolio .owl-theme .owl-prev {
    left: 10px !important
}
.portfolio .owl-theme .owl-next {
    right: 10px !important
}
.portfolio .owl-theme .owl-prev,
.portfolio .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 17px
}
.portfolio .owl-theme .owl-prev > span,
.portfolio .owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.portfolio .owl-carousel .owl-nav button.owl-next,
.portfolio .owl-carousel .owl-nav button.owl-prev {
    outline: none;
}
.portfolio .owl-theme .owl-nav [class*=owl-] {
    width: 55px;
    height: 55px;
    line-height: 58px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.portfolio .owl-theme .owl-nav [class*=owl-]:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
}
.portfolio .owl-theme .owl-nav {
    top: 40% !important;
}
.portfolio .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
}
.portfolio .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
}
.portfolio .bottom-fade {
    z-index: 1;
}
@media screen and (max-width: 991px) {
    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .portfolio-carousel {
        overflow: hidden;
    }
    .portfolio .owl-theme .owl-nav {
        display: none;
    }
}


/* ======= Portfolio Details style ======= */
.portfolio-details {
    position: relative;
}
.portfolio-details h3 {
    color: #101010;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.portfolio-details .sidebar-car {
    position: relative;
    display: block;
    padding: 0;
    background: #101010;
    border-radius: 20px;
    margin-top: -226px;
    z-index: 9;
}
.portfolio-details .sidebar-car .title {
    position: relative;
    background-color: var(--color-ui--green-light);
    padding: 38px 30px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}
.portfolio-details .sidebar-car .title h4 {
    font-size: 24px;
    line-height: 1.2em;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.portfolio-details .sidebar-car .item {
    padding: 30px 30px 40px 30px;
}
.portfolio-details .sidebar-car .item .features {
    padding: 12px 0;
    display: grid;
    grid-template-columns: 50% 50%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.portfolio-details .sidebar-car .item .features span {
    color: #727272;
}
.portfolio-details .sidebar-car .item .features span i {
    color: var(--color-ui--green-light);
    margin-right: 10px;
    font-size: 17px;
}
.portfolio-details .sidebar-car .item .features p {
    margin-bottom: 0px;
    color: #727272;
    text-align: right;
}
@media screen and (max-width: 991px) {
    .portfolio-details .sidebar-car {
        margin-top: 30px;
    }
}


/* ======= Team style ======= */
.team {
    position: relative;
    overflow: hidden;
}
.team .team-container {
    width: 140%;
    position: relative;
}
.team .item {
    position: relative;
    padding: 0 0 0 45px;
    margin: 10px;
}
.team .item .wrapper {
    position: relative;
}
/* img */
.team .item .wrapper img {
    border-radius: 20px 20px 0 20px;
    width: 100%;
}
/* text */
.team .item .wrapper .text {
    bottom: 10px;
    left: -10px;
    position: absolute;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.team .item .wrapper .text .name,
.team .item .wrapper .text .position {
    display: inline-block;
}
.team .item .wrapper .text .name {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    font-family: "Federo", sans-serif;
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.team .item .wrapper .text .position {
    font-family: "Barlow", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #727272;
    margin: 0;
    padding-left: 20px;
    position: relative;
}
.team .item .wrapper .text .position:before {
    content: "·";
    left: 5px;
    position: absolute;
    top: -3px;
    font-size: 30px;
    color: var(--color-ui--green-light);
}
/* icon */
.team .item .wrapper .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}
.team .item:hover .wrapper .icon .arrow {
    transform: scale(1.05);
}
.team .item .wrapper .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.team .item .wrapper .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.team .item .wrapper .icon .arrow {
    position: absolute;
    background: #101010;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.team .item .wrapper .icon .arrow span {
    color: var(--color-ui--green-light);
    font-size: 17px;
}
.team .item:hover .wrapper .icon .arrow {
    color: #000;
    background: var(--color-ui--green-light);
}
.team .item:hover .wrapper .icon .arrow span {
    color: #000;
}
@media screen and (max-width: 991px) {
    .team .team-container {
        width: 100%;
    }
}


/* ======= Team-Single style ======= */
.team-single {
    position: relative;
}
.team-single h6 {
    font-size: 24px;
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.team-single h6 span {
    color: var(--color-ui--green-light);
}
.team-single .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 30px;
    isolation: isolate;
}
.team-single .item .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.team-single .item:hover .img img {
    transform: scale(1.05);
}
.team-single .item .img .curv-butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 0 40px 0 0;
}
.team-single .item .img .curv-butn .br-left-top {
    position: absolute;
    top: -24px;
    left: -1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}
.team-single .item .img .curv-butn .br-left-top svg {
    width: 24px;
    height: 24px;
}
.team-single .item .img .curv-butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -24px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}
.team-single .item .img .curv-butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}
.team-single .item .img .curv-butn.icon-bg {
    background: #fff !important;
}
.team-single .item .img .curv-butn .social-icons {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    bottom: 15px;
    z-index: 1;
}
.team-single .item .img .curv-butn .social-icons .link {
    position: relative;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #101010;
    color: var(--color-ui--green-light);
    border-radius: 100%;
    font-size: 15px;
}
.team-single .item .img .curv-butn .social-icons .link:hover {
    background-color: var(--color-ui--green-light);
    color: #000;
}
.team-single .item .img .curv-butn .social-icons .link:not(.plus-link) {
    margin-bottom: -50px;
    opacity: 0;
}
.team-single .item .img .curv-butn .social-icons .link.plus-link {
    z-index: 10;
}
.team-single .item .img:hover .curv-butn .social-icons {
    margin-bottom: -50px;
}
.team-single .item .img:hover .curv-butn .social-icons .link {
    margin-bottom: 0 !important;
    opacity: 1 !important;
}
.team-single .item .img:hover .curv-butn .social-icons .link.plus-link {
    opacity: 0 !important;
}
/* list */
.team-single .list {
    position: relative;
    display: block;
}
.team-single .list li {
    position: relative;
    display: flex;
    align-items: baseline;
}
.team-single .list li + li {
    margin-top: 10px;
}
.team-single .list-icon {
    background: #f0f0f3;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    align-items: center;
    border-radius: 100%;
}
.team-single .list-icon span {
    font-size: 12px;
    color: #101010;
}
.team-single .list-text {
    margin-left: 15px;
}
.team-single .list-text p {
    font-size: 17px;
    margin: 0;
    color: #727272;
}
/* tabs */
.team-single .cont .simpl-bord.nav-tabs {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0, 0.05);
}
.team-single .cont .simpl-bord .nav-item {
    margin-right: 30px;
}
.team-single .cont .simpl-bord .nav-item:last-of-type {
    margin-right: 0;
}
.team-single .cont .simpl-bord .nav-link {
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent !important;
    cursor: pointer;
    color: #101010;
    font-family: "Federo", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.team-single .cont .simpl-bord .nav-link.active {
    color: var(--color-ui--green-light);
}
.team-single .tab-content p {
    color: #727272;
}


/* ======= Price style  ======= */
.price .item {
    padding: 50px 40px;
    border-radius: 20px;
    background: #f0f0f3;
    position: relative;
    overflow: hidden;
}
.price .item h3 {
    color: #101010;
    font-size: 24px;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.price .item h3 span {
    font-weight: 400;
    font-size: 10px;
    display: block;
    color: var(--color-ui--green-light);
    text-transform: uppercase;
    letter-spacing: 3px;
}
.price .item p {
    font-size: 17px;
    font-weight: 400;
    color: #727272;
    margin-bottom: 0;
}
.price .item ul {
    margin: 0;
    padding-left: 15px;
}
.price .item li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.price .item li:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
}
.price .item .dot-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}
.price .item .dot-list li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--color-ui--green-light);
}
.price .item .dot-list li:last-of-type {
    margin-bottom: 0;
}
/* arrow */
.price .item .rmore {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    padding: 15px;
    border-radius: 0 0 0 45px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}
.price .item .rmore .arrow {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border: 1px solid var(--color-ui--green-light);
    background: var(--color-ui--green-light);
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    font-family: "Federo", sans-serif;
    font-size: 20px;
    color: #101010;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
}
.price .item .rmore .arrow span {
    color: #101010;
    font-family: "Barlow", sans-serif;
    font-size: 17px;
    display: inline-block;
    font-weight: 400;
    align-self: flex-start;
    margin-right: 1px;
}
/* arrow hover */
.price .item:hover .rmore {
    opacity: 1;
    top: 0px;
    right: 0px;
}
.price .item .rmore:hover .arrow {
    border: 1px solid var(--color-ui--green-light);
    background: var(--color-ui--green-light);
    color: #000;
}
.price .item .rmore:hover .arrow span {
    color: #000;
}
/* active */
.price .item .rmore.active {
    opacity: 1;
    top: 0px;
    right: 0px;
}
.price .item .rmore .arrow.active {
    background: var(--color-ui--green-light);
}
.price .item .rmore .arrow.active i {
    color: #fff;
}
/* border */
.price .item .rmore .br-left-top {
    position: absolute;
    top: -1px;
    left: -19px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1;
}
.price .item .rmore .br-left-top svg {
    width: 20px;
    height: 20px;
}
.price .item .rmore .br-right-bottom {
    position: absolute;
    bottom: -20px;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    line-height: 1;
}
.price .item .rmore .br-right-bottom svg {
    width: 20px;
    height: 20px;
}



/* ======= Clients style ======= */
.clients {
    position: relative;
}
.clients .wrap {
    padding-bottom: 90px;
}
.clients .wrap .item {
    position: relative;
}
.clients .wrap .item img {
    -webkit-transition: all .3s cubic-bezier(.12, 0, .39, 0);
    transition: all .3s cubic-bezier(.12, 0, .39, 0);
    height: 35px;
}
.clients .wrap:hover .item {
    opacity: .3;
    transition: 0.7s;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.clients .wrap:hover .item:hover {
    opacity: 1;
    transition: 0.7s;
}


/* ======= FAQs style ======= */
.accordion-box {
    position: relative;
    padding: 0px;
}
.accordion-box .block {
    position: relative;
    background: #f0f0f3;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 20px;
}
.accordion-box .block.active-block {
    border-radius: 20px;
}
.accordion-box .block:last-child {
    margin-bottom: 0;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 17px;
    line-height: 20px;
    font-family: "Federo", sans-serif;
    font-weight: 400;
    cursor: pointer;
    padding: 40px 30px;
    padding-right: 80px;
    color: #101010;
    transition: all 500ms ease;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.accordion-box .block .acc-btn .count {
    color: #fff;
    background: var(--color-ui--green-light);
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    font-size: 17px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    border-radius: 100%;
    text-align: center;
}
.accordion-box .block .acc-btn.active .count {
    color: #fff;
}
.accordion-box .block .acc-btn:before {
    position: absolute;
    right: 23px;
    top: 23px;
    font-size: 15px;
    color: #000;
    content: "\e628";
    font-family: "themify";
    transition: all 500ms ease;
    background: var(--color-ui--green-light);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.accordion-box .block .acc-btn.active {
    background-color: #101010;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.accordion-box .block .acc-btn.active:before {
    color: #000;
    font-family: "themify";
    content: "\e62a";
    background: var(--color-ui--green-light);
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .content {
    position: relative;
    padding: 30px;
    color: #fff;
    border-radius: 0px 0px 20px 20px;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content .text {
    display: block;
    position: relative;
    top: 0px;
    color: #727272;
}

/* ======= Testimonials style ======= */
.testimonials {
    position: relative;
    overflow: hidden;
}
.testimonials .item {
    position: relative;
    padding: 40px 40px 0px;
    border-radius: 20px 20px 20px 0;
    background: #f0f0f3;
    margin-bottom: 15px;
}
.testimonials .item i.fa-quote-left {
    color: var(--color-ui--green-light);
    font-size: 60px;
    margin-bottom: 0px;
}
.testimonials .item .text h5 {
    border-radius: 20px;
    font-family: "Barlow", sans-serif;
    color: var(--color-ui--green-light);
    font-weight: 400;
    font-size: 17px;
}
.testimonials .item .text p {
    color: #727272;
}
.testimonials .item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -40px;
}
.testimonials .item .info .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonials .item .info .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.testimonials .item .info h6 {
    color: #101010;
    font-size: 17px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.testimonials .item .info p {
    font-size: 15px;
    line-height: 1.5em;
    color: #727272;
    margin-bottom: 0;
}
.testimonials .item .img-curv {
    position: relative;
    padding: 15px;
    border-radius: 0 40px 0 0;
    background: #fff;
}
.testimonials .item .img-curv .shap-left-top {
    position: absolute;
    top: -22px;
    left: -4px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.testimonials .item .img-curv .shap-left-top svg {
    width: 24px;
    height: 20px;
}
.testimonials .item .img-curv .shap-right-bottom {
    position: absolute;
    bottom: -5px;
    right: -21px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.testimonials .item .img-curv .shap-right-bottom svg {
    width: 24px;
    height: 24px;
}


/* =======  Image Gallery style  ======= */
.gallery-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
}
.gallery-filter li {
    font-family: "Federo", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.gallery-filter li:last-child {
    margin-right: 0;
}
.gallery-filter li.active {
    color: var(--color-ui--green-light);
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 1px solid var(--color-ui--green-light);
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-filter li:hover {
    color: var(--color-ui--green-light);
}
.gallery-item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    -moz-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    border-radius: 7px;
}
.gallery-box {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    cursor: pointer;
    /* text-align: center; */
    border-radius: 20px;
    isolation: isolate;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.gallery-box:hover .gallery-img > img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.gallery-box .gallery-detail {
    position: absolute;
    opacity: 0;
    transform: translateX(-20px);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    padding: 20px;
    bottom: 0;
}
.gallery-box .gallery-detail h4 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.gallery-box .gallery-detail p {
    color: var(--color-ui--green-light);
    margin-bottom: 0;
}
.gallery-box:hover .gallery-detail {
    opacity: 1;
    transform: translateX(0px);
}
/* magnific popup custom */
.mfp-counter {
    display: none;
}
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}
.mfp-bg,
body.mfp-zoom-out-cur {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}


/* ======= Gallery Scroll style ======= */
.galleryscroll {
    position: relative;
}
.galleryscroll .item {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 5px;
    isolation: isolate;
}
.galleryscroll .item .img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    isolation: isolate;
}
.galleryscroll .item .img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.galleryscroll .item .img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.galleryscroll .item:hover .img > img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


/* ======= Video Gallery style ======= */
.vid-icon {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.vid-icon:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-right: 20px;
    float: left;
}
.video-gallery-polygon {
    z-index: 2;
    padding-right: 5px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--color-ui--green-light);
    border-radius: 50%;
    color: #fff;
    padding: 12px 11px 12px 13px;
    line-height: 0;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 10%);
}
.video-gallery-polygon:hover {
    background: #fff;
    color: var(--color-ui--green-light);
}
.video-gallery-polygon {
    font-size: 20px;
}
.video-gallery {
    position: relative;
}
.video-gallery .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 30px;
    isolation: isolate;
}
.video-gallery .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}
.video-gallery .item:hover img {
    transform: scale(1.05);
}
.video-gallery .item .title {
    position: absolute;
    top: 0px;
    padding: 30px;
}
.video-gallery .item .title h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.video-gallery .item .curv-butn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 0 45px 0 0;
}
.video-gallery .item .curv-butn .vid {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: #fff;
}
.video-gallery .item .curv-butn .br-left-top {
    position: absolute;
    top: -24px;
    left: -1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}
.video-gallery .item .curv-butn .br-left-top svg {
    width: 24px;
    height: 24px;
}
.video-gallery .item .curv-butn .br-right-bottom {
    position: absolute;
    bottom: -1px;
    right: -24px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}
.video-gallery .item .curv-butn .br-right-bottom svg {
    width: 24px;
    height: 24px;
}
.video-gallery .item .curv-butn .icon {
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #101010;
    background-color: #101010;
    border-radius: 100%;
    line-height: 60px;
}
.video-gallery .item:hover .curv-butn .icon {
    background-color: var(--color-ui--green-light);
    border: 1px solid var(--color-ui--green-light);
    color: #000;
    border-radius: 100%;
}


/* ======= Video Popup style ======= */
.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 30px;
    z-index: 2;
}
.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;
}
.video-wrapper {}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #fff;
}
.video-wrapper .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.video-wrapper .vid .vid-butn .icon {
    color: #fff;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 50%;
    line-height: 110px;
    text-align: center;
    font-size: 40px;
    position: relative;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.video-wrapper .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    z-index: -1;
}
.video-wrapper .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: transparent;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.video-wrapper .vid .vid-butn:hover .icon:after {
    border: 2px solid #fff;
}
.video-text {
    font-size: 160px;
    line-height: 160px;
    font-family: "Federo", serif;
    font-weight: 400;
    z-index: 1;
    left: -30px;
    right: 80vw;
    bottom: -60px;
    white-space: nowrap;
    font-style: normal;
    position: absolute !important;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}


/* ======= Rotatext style ======= */
.video-wrapper {
    overflow: hidden;
}
.rotatex {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
}
.rotatex .rotate-box {
    position: relative;
    width: 220px;
    height: 220px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}
.rotatex .rotate-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: transparent;
    font-size: 40px;
    border: 1px solid var(--color-ui--green-light);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-ui--green-light);
}
.rotatex .rotate-box .rotate-text {
    -webkit-animation: rotateText 20s linear infinite;
    animation: rotateText 20s linear infinite;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
}
.rotatex .rotate-box .rotate-circle svg {
    width: 220px;
    height: 220px;
    fill: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@-webkit-keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes rotateText {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.rotatex .header-shaps {
    position: absolute;
    bottom: 50px;
    right: 20px;
    width: 70%;
    -o-object-fit: contain;
    object-fit: contain;
}
.rotatex .nav-pills {
    margin-top: 50px;
}
.rotatex .nav-pills .nav-item {
    position: relative;
}
.rotatex .nav-pills .nav-item:last-of-type .nav-link {
    padding-right: 0;
}
.rotatex .nav-pills .nav-item:last-of-type .nav-link::after {
    display: none;
}
.rotatex .nav-pills .nav-item .nav-link {
    position: relative;
    border-radius: 0;
    background-color: transparent;
    color: #777;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    font-family: "Barlow", serif;
}
.rotatex .nav-pills .nav-item .nav-link::after {
    position: absolute;
    content: "/";
    right: 0;
    top: 7px;
}
.rotatex .nav-pills .nav-item .nav-link.active {
    color: #151515;
}
@media screen and (max-width: 991px) {
    .rotatex {
        padding: 80px 0;
        overflow: hidden;
    }
    .video-fullscreen-wrap .rotatex {
        padding: 80px 0;
        overflow: hidden;
        display: none;
    }
    
    .kenburns-inner .rotatex {
        display: none;
    }
    
    .video-text {
        display: none;
    }
    .rotatex .rotate-box {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .parallax-header .rotatex .rotate-box {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: none;
    }
    .rotatex .nav-pills .nav-item .nav-link {
        font-size: 13px;
    }
}


/* ======= Blog style ======= */
.blog {
    position: relative;
}
.blog .item {
    position: relative;
    border-radius: 20px 20px 0 20px;
    overflow: hidden;
    margin-bottom: 15px;
    isolation: isolate;
}
.blog .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
    border-radius: 20px;
}
.blog .item:hover img {
    transform: scale(1.05);
    transition: transform 500ms ease;
}
/* text */
.blog .item .title {
    position: absolute;
    bottom: 0px;
    padding: 20px 120px 30px 20px;
    width: 100%;
}
.blog .item .title h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.4em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* icon */
.blog .item .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}
.blog .item:hover .icon .arrow {
    transform: scale(1.05);
}
.blog .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.blog .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}
.blog .item .icon .arrow {
    position: absolute;
    background: #101010;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.blog .item .icon .arrow span {
    color: #000;
    font-size: 17px;
}
.blog .item:hover .icon .arrow {
    color: #101010;
    background: var(--color-ui--green-light);
}
.blog .item .icon .icon-w {
    overflow: hidden;
    background-color: transparent;
    color: #000;
    font-style: normal;
    font-weight: normal;
}
.blog .item .icon i.icon-show {
    text-align: center;
}
.blog .item .icon i.icon-show span {
    font-family: "Federo", sans-serif;
    font-weight: 400;
    line-height: 15px;
    vertical-align: middle;
    font-size: 24px;
    color: var(--color-ui--green-light);
    font-style: normal;
}
.blog .item .icon i.icon-show span i {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
}
.blog .item:hover .icon .icon-w i.icon-show,
.blog .item .icon .icon-w i.icon-hidden {
    display: none;
    line-height: 50px;
}
.blog .item:hover .icon .icon-w i.icon-hidden {
    display: inline;
    text-align: center;
    color: #000;
    font-size: 15px;
    vertical-align: middle;
}


/* ======= Blog 2 style ======= */
.blog2 .item {
    margin-bottom: 30px;
}
.blog2 .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    isolation: isolate;
}
.blog2 .post-img: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;
}
.blog2 .post-img a {
    display: block;
}
.blog2 .post-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.blog2 .post-cont {
    padding: 30px 40px 40px 40px;
    border-radius: 0 0 20px 20px;
    background: #101010;
}
.blog2 .post-cont .tag {
    display: block;
    font-size: 17px;
    color: var(--color-ui--green-light);
    margin-bottom: 0px;
}
.blog2 .post-cont h5,
.blog2 .post-cont h5 a {
    color: #fff;
    font-size: 30px;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.blog2 .post-cont .category a {
    margin-right: 5px;
    position: relative;
    font-size: 15px;
    margin-bottom: 15px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    letter-spacing: 0;
}
.blog2 .post-cont .category a:hover {
    color: var(--color-ui--green-light);
}
.blog2 .post-cont .category a:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--color-ui--green-light);
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog2 .post-cont .category a:last-child {
    margin-right: 15px;
}
.blog2 .post-cont .category a:last-child:after {
    display: none;
}
.blog2 .post-cont .calendar a {
    margin-right: 5px;
    position: relative;
    font-size: 15px;
    color: #727272;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    letter-spacing: 0;
}
.blog2 .post-cont .calendar a:hover {
    color: #fff;
}
/* blog sidebar */
.blog2-sidebar .widget {
    background: #f0f0f3;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
    border: none;
}
.blog2-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.blog2-sidebar .widget ul li {
    font-size: 17px;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.blog2-sidebar .widget ul li a {
    color: #727272;
}
.blog2-sidebar .widget ul li a.active {
    color: #727272;
}
.blog2-sidebar .widget ul li a:hover {
    color: #101010;
}
.blog2-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.blog2-sidebar .widget ul li i {
    font-size: 10px;
    margin-right: 10px;
    color: #101010;
}
.blog2-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.blog2-sidebar .widget .recent .thum {
    width: 80px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
}
.blog2-sidebar .widget .recent a {
    display: block;
    margin-left: 100px;
}
.blog2-sidebar .widget-title {
    margin-bottom: 15px;
}
.blog2-sidebar .widget-title h6 {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 20px;
    margin-bottom: 15px;
    color: #101010;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.blog2-sidebar .search form {
    position: relative;
}
.blog2-sidebar .search form input {
    width: 100%;
    padding: 18px;
    border: 0;
    background: #fff;
    margin-bottom: 0;
    border: none;
    color: #727272;
}
.blog2-sidebar .search form input::placeholder {
    color: #727272;
}
.blog2-sidebar .search form button {
    position: absolute;
    right: 6px;
    top: 6px;
    background-color: #101010;
    color: var(--color-ui--green-light);
    border: 0;
    cursor: pointer;
    border-radius: 100%;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.blog2-sidebar:hover .search form button {
    background-color: var(--color-ui--green-light);
    color: #000;
    outline: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.blog2-sidebar .tags li {
    margin: 4px !important;
    padding: 9px 24px;
    background-color: var(--color-ui--green-light);
    color: #101010;
    float: left;
    border-radius: 20px;
}
.blog2-sidebar ul.tags li a {
    font-size: 15px;
    color: #101010;
}
.blog2-sidebar ul.tags li:hover,
.blog2-sidebar ul.tags li:hover a {
    background-color: #101010;
    color: #fff;
}

/* ======= Post style ======= */
.post {
    position: relative;
}
.post h4 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
}
.post h4 span {
    color: var(--color-ui--green-light);
}
.post .form-box {
    background: transparent;
}
.post .form-box h5 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.post .section {}
.post .section h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 17px;
    color: #101010;
}
.post .section h6 span {
    font-size: 15px;
    color: #727272;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    letter-spacing: 0;
    display: block;
    text-transform: none;
}
.post .section .wrap {
    display: flex;
    margin-bottom: 60px;
}
.post .section .wrap .user {
    margin-right: 20px;
    flex: 0 0 auto;
}
.post .section .wrap .user img {
    border-radius: 100%;
    width: 90px;
    border: 1px solid #f0f0f3;
    padding: 4px;
}
.post .section .wrap .cont {}
/* pagination */
.pagination-wrap {
    padding: 0;
    margin: 0;
}
.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.pagination-wrap li a {
    background: #f0f0f3;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #101010;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    border: 1px solid #f0f0f3;
    border-radius: 100%;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.pagination-wrap li a i {
    font-size: 12px;
}
.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #f0f0f3;
    border: 1px solid #f0f0f3;
    color: #101010;
    transform: translate3d(0px, -6px, 0.01px);
}
.pagination-wrap li a.active {
    background-color: var(--color-ui--green-light);
    border: 1px solid var(--color-ui--green-light);
    color: #fff;
}
/* prev/next post */
.post-prev-next {
    padding: 45px 0;
    border: none;
    background-color: #f0f0f3;
}
.post-prev-next a {
    display: inline-block;
    font-size: 17px;
    color: #727272;
    line-height: 1em;
}
.post-prev-next a i {
    color: var(--color-ui--green-light);
    font-size: 27px;
}
.post-prev-next .post-prev-next-left a i {
    margin-right: 10px;
    font-size: 15px;
    background: var(--color-ui--green-light);
    color: #000;
    padding: 15px;
    border-radius: 50%;
}
.post-prev-next .post-prev-next-left a:hover i {
    background: #101010;
    color: #fff;
}
.post-prev-next .post-prev-next-right a i {
    font-size: 15px;
    margin-left: 10px;
    background: var(--color-ui--green-light);
    color: #000;
    padding: 15px;
    border-radius: 50%;
}
.post-prev-next .post-prev-next-right a:hover i {
    background: #101010;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .post-prev-next {
        text-align: center;
    }
    .post-prev-next-left {
        margin-bottom: 10px;
    }
}


/* ======= Contact style ======= */
.contact {
    position: relative;
}
.contact p {
    color: #727272;
    margin-top: 10px;
    margin-bottom: 10px;
}
.contact h5 {
    color: #101010;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.contact .con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #727272;
    text-decoration: none;
}
.contact .con .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 100%;
    border: 1px solid var(--color-ui--green-light);
    text-align: center;
    background: transparent;
    font-size: 20px;
    color: #fff;
}
.contact .con .icon .img {
    border-radius: 0;
    border: 1px solid var(--color-ui--green-light);
}
.contact .con .icon img {
    background: transparent;
    padding: 13px;
}
.contact .con .text {
    color: #727272;
    line-height: 1.5em;
}
/* opening-hours list */
.opening-hours ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    width: 320px;
}
.opening-hours ul li .tit,
.opening-hours ul li .dots,
.opening-hours ul li span {
    display: table-cell;
    white-space: nowrap;
}
.opening-hours ul li {
    margin-bottom: 15px;
    font-size: 17px;
}
.opening-hours ul li:last-of-type {
    margin-bottom: 0;
}
.opening-hours ul li span {
    white-space: nowrap;
    padding-left: 10px;
    color: #727272;
}
.opening-hours ul li .tit {
    padding-right: 10px;
    color: #727272;
}
.opening-hours ul li .dots {
    height: 4px;
    width: 100%;
    border-bottom: 2px dashed #202020;
    position: relative;
    top: -7px;
}
.google-map {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: calc(64% + 30px);
    overflow: hidden;
    border-radius: 10px;
}


/* ======= Contact Box style ======= */
.contact-box {
    position: relative;
    margin-bottom: 0px;
    margin-top: -100px;
}
.contact-box .container {
    position: relative;
    z-index: 2;
}
.contact-box .item {
    background: #f0f0f3;
    padding: 45px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 20px;
}
.contact-box .item.active {
    background: var(--color-ui--green-light);
}
.contact-box .item:hover {
    background: var(--color-ui--green-light);
    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.contact-box .item h5 {
    font-size: 20px;
    color: #101010;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.contact-box .item.active h5 {
    color: #101010
}
.contact-box .item:hover h5 {
    color: #101010;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-box .item p {
    color: #727272;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}
.contact-box .item.active p {
    color: #101010;
}
.contact-box .item:hover p {
    color: #101010;
}
.contact-box .item span {
    font-size: 45px;
    color: var(--color-ui--green-light);
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-box .item.active span {
    color: #000;
}
.contact-box .item:hover span {
    color: #000;
}
.contact-box .item i.numb {
    font-size: 120px;
    position: absolute;
    bottom: -20px;
    right: -30px;
    color: rgba(0, 0, 0, 0.2);
    opacity: .2;
}
.contact-box .item.active i.numb {
    color: rgba(22, 22, 22, 0.5);
}
.contact-box .item:hover .numb {
    color: rgba(22, 22, 22, 0.5)
}


/* ======= 404 style ======= */
.not-found h1 {
    font-size: 160px;
    line-height: 160px;
    color: var(--color-ui--green-light);
}
.not-found h3 {
    color: #101010;
    font-size: 24px;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.not-found p {
    color: #727272;
}
.not-found .search-form {
    position: relative;
    max-width: 520px;
    margin: 20px auto 0;
}
.not-found .search-form form {
    position: relative;
}
.not-found .search-form .form-group {
    position: relative;
    margin: 0;
}
.not-found .search-form .form-group input[type="text"],
.not-found .search-form .form-group input[type="search"],
.not-found .search-form .form-group input[type="email"] {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 10px 100px 10px 20px;
    height: 60px;
    display: block;
    font-size: 17px;
    background: transparent;
    color: #727272;
    border-radius: 0px;
    border: 1px solid rgba(0,0,0, 0.1);
    transition: all 300ms ease;
    border-radius: 30px;
}
.not-found .search-form .form-group input[type="text"]:focus,
.not-found .search-form .form-group input[type="email"]:focus,
.not-found .search-form .form-group input[type="search"]:focus {
    border-color: var(--color-ui--green-light);
}
.not-found .search-form .form-group input::-webkit-input-placeholder {
    color: #727272;
}
.not-found .search-form .form-group input[type="search"]:focus {
    color: #727272;
}
.not-found .search-form .form-group .search-button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    background: none;
    color: #fff;
    background: #101010;
    border-radius: 100%;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.not-found .search-form .form-group .search-button span {
    vertical-align: middle;
    outline: none;
}
.not-found .search-form:hover .form-group .search-button {
    background: var(--color-ui--green-light);
    color: #000;
    outline: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
@media screen and (max-width: 991px) {
    .not-found h1 {
        font-size: 110px;
        line-height: 120px;
    }
}


/* ======= Button style ======= */
/* button 1 */
.button-1 {
    display: inline-block;
    height: auto;
    padding: 12px 36px;
    border: 1px solid var(--color-ui--green-light);
    border-radius: 40px;
    background-color: var(--color-ui--green-light);
    color: #000;
    text-align: center;
    font-family: "Federo", serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-1 span,
.button-1 span {
    font-size: 12px;
    margin-left: 5px;
    color: #000;
}
[data-overlay-dark] .button-1 i,
.button-1 i {
    font-style: normal;
    font-size: 17px;
    padding-right: 5px;
    color: #000;
}
.button-1:hover {
    border: 1px solid #101010;
    background-color: #101010;
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}
.button-1:hover span {
    color: #fff;
}
/* button 2 */
.button-2 {
    display: inline-block;
    height: auto;
    padding: 12px 36px;
    border: 1px solid #101010;
    border-radius: 40px;
    background-color: #101010;
    color: #fff;
    text-align: center;
    font-family: "Federo", serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-2 span,
.button-2 span {
    font-size: 12px;
    margin-left: 5px;
    color: #000;
}
[data-overlay-dark] .button-2 i,
.button-2 i {
    font-style: normal;
    font-size: 17px;
    padding-right: 5px;
    color: #000;
}
.button-2:hover {
    border: 1px solid var(--color-ui--green-light);
    background-color: var(--color-ui--green-light);
    color: #000;
    transform: translate3d(0px, -6px, 0.01px);
}
.button-2:hover span {
    color: #000;
}
/* button 3 */
.button-3 {
    display: inline-block;
    height: auto;
    padding: 12px 36px;
    border: 1px solid var(--color-ui--green-light);
    border-radius: 40px;
    background-color: transparent;
    color: #fff;
    text-align: center;
    font-family: "Federo", serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-3 span,
.button-3 span {
    font-size: 12px;
    margin-left: 5px;
    color: #fff;
}
[data-overlay-dark] .button-3 i,
.button-3 i {
    font-style: normal;
    font-size: 17px;
    padding-right: 5px;
    color: #fff;
}
.button-3:hover {
    border: 1px solid var(--color-ui--green-light);
    background-color: var(--color-ui--green-light);
    color: #000;
    transform: translate3d(0px, -6px, 0.01px);
}
.button-3:hover span {
    color: #000;
}
/* button 4 */
.button-4 {
    display: inline-block;
    height: auto;
    padding: 12px 36px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 40px;
    background-color: transparent;
    color: #fff;
    text-align: center;
    font-family: "Federo", serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
[data-overlay-dark] .button-4 span,
.button-4 span {
    font-size: 12px;
    margin-left: 5px;
    color: #fff;
}
[data-overlay-dark] .button-4 i,
.button-4 i {
    font-style: normal;
    font-size: 17px;
    padding-right: 5px;
    color: #fff;
}
.button-4:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    transform: translate3d(0px, -6px, 0.01px);
}
.button-4:hover span {
    color: #000;
}


/* ======= LetsTalk style ======= */
.lets-talk {
    position: relative;
}
.lets-talk .section-title {
    color: #fff;
    font-size: 48px;
    line-height: 1.1em;
}
.lets-talk .section-subtitle {
    color: var(--color-ui--green-light);
}
.lets-talk .wrap {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}
.lets-talk .wrap .social {
    grid-column-gap: 12px;
    display: inline-flex;
}
.lets-talk .wrap .social .icon {
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    background-color: transparent;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    text-decoration: none;
    display: flex;
}
.lets-talk .wrap .dv {
    max-width: 1px;
    min-width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    align-self: stretch;
    margin-left: 12px;
    margin-right: 12px;
    height: 12px;
    margin-top: 9px;
}
.lets-talk .wrap .icon-right {
    margin-left: 6px;
    line-height: 1em;
    display: inline-block;
}
.lets-talk .wrap a {
    font-family: "Barlow", sans-serif;
    color: #fff;
    font-size: 20px;
}
.lets-talk .wrap a:hover {
    color: var(--color-ui--green-light);
}
.lets-talk .wrap a i.icon-right {
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
.lets-talk .wrap a:hover i.icon-right {
    transform: translate3d(3px, -3px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}



/* ======= Scrolling Style ======= */
.scrolling {
	background: #f0f0f3;
	padding: 30px 0;
}
.scrolling.scrolling-ticker {
	padding: 20px 0;
}
.scrolling.scrolling-ticker .wrapper {
	--gap: 30px;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	align-items: center;
}
.scrolling.scrolling-ticker .wrapper .content {
	flex-shrink: 0;
	display: flex;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 50s linear infinite;
}
.scrolling.scrolling-ticker .wrapper .content span {
	font-family: "Federo", sans-serif;
	display: inline-flex;
	align-items: center;
	font-size: 24px;
    letter-spacing: 2px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #101010;
	vertical-align: middle;
}
.scrolling.scrolling-ticker .wrapper .content span img {
	width: 100%;
	max-width: 30px;
	margin-right: 30px;
}
@keyframes scroll{
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - var(--gap)));
	}
}
@media only screen and (max-width: 991px) {
    .scrolling {
		padding: 15px 0;
	}
	.scrolling.scrolling-ticker .wrapper {
		--gap: 20px;
	}
	.scrolling.scrolling-ticker .wrapper .content span {
		font-size: 20px;
	}
	.scrolling.scrolling-ticker .wrapper .content span img {
        max-width: 20px;
		margin-right: 20px;
	}
}
@media only screen and (max-width: 767px){
    .scrolling.scrolling-ticker .wrapper {
        --gap: 15px;
    }
	.scrolling.scrolling-ticker .wrapper .content span {
        font-size: 17px;
    }
	.scrolling.scrolling-ticker .wrapper .content span img {
		max-width: 15px;
		margin-right: 15px;
	}
}


/* ======= Footer style ======= */
.footer {
    position: relative;
    background-color: #101010;
}
/* footer top */
.footer .top {
    padding: 100px 0 20px 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.footer .top .item .logo,
.footer .bottom .logo {
    width: 175px;
    margin-bottom: 15px;
}
.footer .top .item h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
}
.footer .top .item h2 span {
    color: var(--color-ui--green-light);
}
.footer .top .item h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footer .top .item h3 span {
    color: var(--color-ui--green-light);
}
.footer .top .item p {
    color: rgba(255, 255, 255, 0.7);
}
.footer .top .item .language {
    width: 160px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.footer .top .item .language i {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}
.footer .top .item .language select {
    height: 50px;
    background: var(--color-ui--green-light);
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    border: none;
    border-radius: 30px;
}
.footer .top .item .language select option {
    color: rgba(255, 255, 255, 0.7);
}
select {
    width: 160px;
    max-width: 100%;
    height: 70px;
    padding: 0 30px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
    -webkit-appearance: none;
    -moz-appearance: none;
}
.footer .top .item .links ul {
    margin: 0;
    padding: 0;
}
.footer .top .item .links ul li {
    margin-bottom: 5px;
}
.footer .top .item .links ul li:hover {
    color: var(--color-ui--green-light);
}
.footer .top .item .links ul li i {
    font-size: 7px;
    margin-right: 3px;
}
.footer .top .item .links ul li a {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}
.footer .top .item .links ul li:hover a {
    color: var(--color-ui--green-light);
}
.footer .top .item .address {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    margin-bottom: 15px;
}
.footer .top .item .phone {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 15px;
    line-height: 1.25em;
}
.footer .top .item .mail {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer .top .item .newsletter {
    position: relative;
}
.footer .top .item .newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: transparent;
    font-size: 17px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    outline: none;
    padding: 0 90px 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 30px;
}
.footer .top .item .newsletter button {
    height: 50px;
    width: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.05);
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    line-height: 55px;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.footer .top .item .newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.footer .top .item .newsletter:hover button {
    background: var(--color-ui--green-light);
    outline: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    color: #000;
}
/* footer bottom */
.footer .bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer .bottom p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}
.footer .bottom p a {
    background: linear-gradient(to bottom, var(--color-ui--green-light) 0%, var(--color-ui--green-light) 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
}
.footer .bottom p a:hover {
    color: var(--color-ui--green-light);
}
/* social icons */
.footer .top .social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    font-size: 15px;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}
.footer .top .social-icons .list-inline {
    margin: 0;
}
.footer .top .social-icons li:hover {
    background: var(--color-ui--green-light);
    color: #000;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    background: var(--color-ui--green-light);
    box-shadow: 0 10px 28px rgba(16,16,16,0.18);
    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: 55px;
    font-size: 15px;
    font-weight: normal;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    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.85);
    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::after {
    color: #fff;
}
.progress-wrap svg.progress-circle path {
    stroke: rgba(255,255,255,0.85);
}


/* ======= Modal Form & Popup style ======= */
/* modal box */
.modal-box {
    position: relative;
    background: #000;
    padding: 60px 40px;
    margin-bottom: -60px;
    border-radius: 0 0 20px 20px;
}
.modal-box .head-box h6 {
    font-size: 10px;
    font-weight: 400;
    color: var(--color-ui--green-light);
    position: relative;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.modal-box .head-box h4 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
}
.modal-box .head-box h4 span {
    color: #101010;
}
/* button */
.modal-button {
    display: block;
    padding: 0 30px;
    border: none;
    margin: 0;
    width: auto;
    background: var(--color-ui--green-light);
    color: #000;
    font-size: 17px;
    text-decoration: none;
    line-height: 60px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    font-weight: 400;
    border-radius: 30px;
}
.modal-button:hover {
    background: #fff;
    color: #000;
}
.modal-button:focus {
    outline: none;
}
@media screen and (max-width: 991px) {
    .modal-box {
        margin-bottom: 90px;
        margin-bottom: 0px;
        padding: 35px 20px;
    }
}
/* modal popup */
.modal-content {
    position: relative;
    border-radius: 20px;
    border: none;
}
.modal-header {
    background: var(--color-ui--green-light);
    border: none;
    padding: 25px 30px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.modal-body {
    background: #000;
    padding: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.modal-body .modal-box {
    margin-bottom: 0;
}
.modal-title {
    font-family: "Federo", sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.modal-header .btn-close:focus,
.modal-header .btn-close:active {
    outline: none;
    box-shadow: none;
}


/* ======= Responsive style ======= */
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1220px;
    }
}
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .lets-talk .section-title {
        font-size: 40px;
    }
    .lets-talk .wrap {
        display: flow;
        display: flow-root;
    }
}


/* ======= 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: #727272;
}
[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;
}


/* ======= Marketplace pages ======= */
.market-hero {
    min-height: 760px;
}
.market-hero h1 {
    font-size: 72px;
    color: #fff;
    line-height: 1.05em;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.market-hero h6 {
    color: var(--color-ui--green-light);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.market-hero p {
    color: rgba(255,255,255,0.82);
    max-width: 760px;
    margin: 0 0 30px;
    font-size: 18px;
    text-align: left;
}
.market-search {
    position: relative;
    max-width: 680px;
    margin: 0;
    display: grid;
    grid-template-columns: 68px 1fr 135px;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.market-search i {
    color: #101010;
    font-size: 18px;
    padding-left: 10px;
}
.market-search input,
.market-list-search input {
    width: 100%;
    border: 0;
    outline: none;
    height: 64px;
    color: #101010;
    font-size: 16px;
}
.market-search button,
.market-list-search button {
    height: 64px;
    border: 0;
    background: var(--color-ui--green-light);
    color: #101010;
    font-family: "Federo", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.market-quick-links {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}
.market-hero-product {
    display: block;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.08);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(16,16,16,0.12);
    color: #101010;
    max-width: 420px;
    margin-left: auto;
}
.market-hero-product:hover {
    display: block;
    transform: none !important;
}
.market-hero-product-link {
    display: block;
    color: inherit;
}
.market-hero-product-link:hover {
    transform: none !important;
}
.market-hero-product img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.market-hero-product-body {
    padding: 16px 18px;
    background: #fff;
}
.market-hero-product-body span {
    color: var(--color-ui--green-light);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
.market-hero-product-body h3 {
    color: #101010;
    font-size: 19px;
    margin-bottom: 14px;
}
.market-hero-product-body h3 a {
    color: inherit;
}
.market-hero-product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #101010;
}
.market-hero-product-meta strong {
    font-size: 24px;
}
.market-hero-product-meta em {
    color: #555;
    font-style: normal;
}
.market-quick-links a {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.22);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
}
.market-quick-links a {
    display: inline-flex;
    align-items: center;
    color: #333;
    background: #fff;
    border-color: rgba(16,16,16,0.12);
    border-radius: 3px;
    padding: 8px 13px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}
.market-quick-links a:hover {
    display: inline-flex;
    transform: none !important;
    color: #fff;
    background: var(--color-ui--green-light);
    border-color: var(--color-ui--green-light);
}
.market-category-card,
.market-trust-item,
.market-sidebar,
.market-results-bar,
.market-product-card {
    background: #fff;
    border: 1px solid rgba(16,16,16,0.08);
    border-radius: 8px;
    box-shadow: 0 15px 45px rgba(16,16,16,0.06);
}
.market-category-card {
    display: block;
    padding: 34px;
    min-height: 260px;
}
.market-category-card span {
    display: inline-block;
    color: var(--color-ui--green-light);
    font-size: 44px;
    margin-bottom: 24px;
}
.market-category-card h3,
.market-product-card h3,
.market-trust-item h4,
.market-filter-block h4 {
    color: #101010;
    font-family: "Federo", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.market-category-card h3 {
    font-size: 25px;
    margin-bottom: 12px;
}
.market-category-card p,
.market-product-card p,
.market-trust-item p,
.market-lead {
    color: #555;
}
.market-category-card strong {
    color: #101010;
}
.market-category-card:hover {
    transform: translateY(-6px);
}
.market-featured .button-1 {
    margin-top: 10px;
}
.market-featured .market-featured-carousel {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.market-featured .market-featured-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.market-featured .item .img img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.market-featured .item .img,
.market-featured .item .con,
.market-featured .item .con .title,
.market-featured .item .con .title h3 {
    border-radius: 3px !important;
}
.market-featured .item .con .title h6 {
    border-radius: 3px 3px 0 0 !important;
}
.market-featured .item .con .title h3 {
    font-size: 20px;
}
.market-featured .item .con .title {
    bottom: 12px;
    left: 12px;
    padding: 12px 14px;
    margin-right: 76px;
}
.market-featured .item .con .icon {
    width: 78px;
    height: 78px;
    line-height: 78px;
    padding: 12px;
}
.market-featured .item .con .icon .arrow {
    width: 54px;
    height: 54px;
    line-height: 54px;
}
.market-promo {
    padding: 90px 0;
}
.market-product-card {
    overflow: hidden;
    height: 100%;
}
.market-product-image {
    display: block;
    overflow: hidden;
}
.market-product-image:hover {
    display: block;
    transform: none !important;
}
.market-product-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transform: none !important;
}
.market-product-card:hover,
.market-product-card:hover .market-product-image,
.market-product-card:hover img,
.market-product-image:hover img {
    transform: none !important;
}
.market-product-body {
    padding: 22px;
}
.market-product-body > span {
    display: inline-block;
    color: #101010;
    background: var(--color-ui--green-light);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 13px;
    margin-bottom: 12px;
}
.market-product-card h3 {
    font-size: 20px;
    line-height: 1.25em;
    margin-bottom: 6px;
}
.market-product-byline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 8px 0 0;
    color: #555;
    font-size: 14px;
    line-height: 1.3;
}
.market-product-byline span,
.market-product-byline em {
    min-width: 0;
    color: #555;
    font-size: 14px;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.market-product-byline em {
    flex: 0 0 auto;
}
.market-product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    color: #101010;
}
.market-product-meta strong {
    font-size: 24px;
    line-height: 1;
}
.market-product-actions {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
}
.market-live-preview,
.market-detail-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: "Barlow", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.market-live-preview {
    padding: 0 11px;
    color: #fff !important;
    background: var(--color-ui--green-light);
    border: 1px solid var(--color-ui--green-light);
}
.market-detail-icon {
    width: 34px;
    color: #fff !important;
    background: var(--color-ui--green-light);
    border: 1px solid var(--color-ui--green-light);
}
.market-live-preview:hover,
.market-detail-icon:hover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: #101010;
    border-color: #101010;
    transform: none !important;
}
.market-trust-item {
    padding: 28px;
    min-height: 180px;
}
.market-trust-item i {
    color: var(--color-ui--green-light);
    font-size: 34px;
    margin-bottom: 18px;
}
.market-list-search {
    display: grid;
    grid-template-columns: 1fr 64px;
    border: 1px solid rgba(16,16,16,0.08);
    border-radius: 4px;
    overflow: hidden;
}
.market-list-search input {
    padding: 0 18px;
}
.market-sidebar {
    padding: 28px;
}
.market-filter-block {
    padding-bottom: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid rgba(16,16,16,0.08);
}
.market-filter-block:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.market-filter-block h4 {
    font-size: 19px;
    margin-bottom: 15px;
}
.market-filter-block a,
.market-filter-block label {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #555;
    margin-bottom: 10px;
}
.market-filter-block a.active,
.market-filter-block a:hover {
    color: #101010;
}
.market-filter-block input {
    margin-right: 8px;
}
.market-results-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 18px 22px;
    margin-bottom: 28px;
}
.market-results-bar span {
    color: #101010;
    font-weight: 500;
}
.market-results-bar select {
    border: 1px solid rgba(16,16,16,0.12);
    height: 44px;
    padding: 0 12px;
    color: #555;
    outline: none;
}
.market-list-card .market-rating {
    color: var(--color-ui--green-light);
    font-size: 13px;
    margin-top: 12px;
}
.market-list-card .market-product-body > a {
    display: inline-block;
    color: #101010;
    margin-top: 16px;
    border-bottom: 1px solid var(--color-ui--green-light);
}
@media screen and (max-width: 991px) {
    .market-hero {
        min-height: 680px;
    }
    .market-hero h1 {
        font-size: 46px;
    }
    .market-results-bar {
        align-items: flex-start;
        flex-direction: column;
    }
}
@media screen and (max-width: 767px) {
    .market-hero h1 {
        font-size: 36px;
    }
    .market-search {
        grid-template-columns: 48px 1fr;
    }
    .market-search button {
        grid-column: 1 / -1;
        width: 100%;
    }
    .market-hero p {
        font-size: 16px;
    }
    .market-category-card {
        min-height: auto;
    }
}


/* ======= ThemeForest-inspired category and item pages ======= */
.tf-breadcrumb {
    color: #555;
    font-size: 14px;
    margin-bottom: 20px;
}
.tf-breadcrumb.light {
    color: rgba(255,255,255,0.82);
}
.tf-chip-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 22px;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.08);
    border-radius: 8px;
    box-shadow: 0 15px 45px rgba(16,16,16,0.05);
}
.tf-chip-panel a {
    color: #101010;
    background: #f7f7f7;
    border: 1px solid rgba(16,16,16,0.08);
    border-radius: 20px;
    padding: 7px 14px;
    font-size: 14px;
}
.tf-chip-panel a:hover {
    background: var(--color-ui--green-light);
    border-color: var(--color-ui--green-light);
}
.tf-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.tf-action-row a,
.tf-section-head > a,
.tf-elements-promo a,
.tf-buy-button,
.tf-outline-button,
.tf-light-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 4px;
    font-family: "Federo", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tf-action-row a,
.tf-section-head > a,
.tf-elements-promo a,
.tf-buy-button {
    color: #101010;
    background: var(--color-ui--green-light);
}
.tf-outline-button,
.tf-light-button {
    color: #101010;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.12);
}
.tf-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 25px;
    margin: 80px 0 25px;
}
.tf-section-head.compact {
    margin-top: 0;
}
.tf-section-head h2,
.tf-detail-content h2,
.tf-detail-content h3,
.tf-detail-panel h3 {
    color: #101010;
    font-family: "Federo", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tf-section-head h2 {
    font-size: 32px;
    margin-bottom: 6px;
}
.tf-section-head p {
    margin-bottom: 0;
    color: #555;
}
.tf-product-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.tf-mini-card {
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 18px;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.08);
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 15px 45px rgba(16,16,16,0.05);
}
.tf-mini-card img {
    width: 132px;
    height: 132px;
    object-fit: cover;
    border-radius: 6px;
}
.tf-mini-card span {
    color: #101010;
    background: var(--color-ui--green-light);
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 12px;
}
.tf-mini-card h3 {
    font-size: 17px;
    line-height: 1.35em;
    margin: 10px 0 5px;
}
.tf-mini-card h3 a,
.market-product-card h3 a,
.tf-list-stack a {
    color: #101010;
}
.tf-mini-card p,
.tf-mini-card small {
    color: #555;
    margin-bottom: 6px;
}
.tf-mini-card strong {
    display: block;
    color: #101010;
    font-size: 21px;
}
.tf-mini-card strong em {
    color: #777;
    font-size: 15px;
    font-style: normal;
    text-decoration: line-through;
    margin-right: 8px;
}
.tf-split-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 80px;
}
.tf-list-stack {
    background: #fff;
    border: 1px solid rgba(16,16,16,0.08);
    border-radius: 8px;
    overflow: hidden;
}
.tf-list-stack a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(16,16,16,0.08);
}
.tf-list-stack a:last-child {
    border-bottom: 0;
}
.tf-list-stack a:hover {
    background: #f8f8f8;
}
.tf-list-stack strong {
    color: #101010;
}
.tf-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: -10px 0 24px;
}
.tf-active-filters span,
.tf-active-filters a {
    color: #101010;
    background: #f7f7f7;
    border: 1px solid rgba(16,16,16,0.08);
    border-radius: 20px;
    padding: 7px 13px;
    font-size: 14px;
}
.tf-active-filters span {
    background: var(--color-ui--green-light);
    border-color: var(--color-ui--green-light);
}
.tf-listing-stack {
    display: grid;
    gap: 20px;
}
.tf-listing-item {
    display: grid;
    grid-template-columns: minmax(300px, 34%) minmax(0, 1fr) 150px;
    gap: 24px;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.08);
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 15px 45px rgba(16,16,16,0.05);
}
.tf-listing-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 6px;
}
.tf-listing-image {
    display: block;
    overflow: hidden;
    border-radius: 6px;
    color: inherit;
}
.tf-listing-image:hover {
    transform: none !important;
}
.tf-listing-image img {
    display: block;
}
.tf-listing-item span {
    display: inline-block;
    color: #101010;
    background: var(--color-ui--green-light);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 13px;
    margin-bottom: 10px;
}
.tf-listing-item h3 {
    color: #101010;
    font-family: "Federo", sans-serif;
    font-size: 22px;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tf-listing-item h3 a {
    color: #101010;
}
.tf-listing-item p {
    color: #555;
    margin-bottom: 10px;
    max-width: 720px;
}
.tf-item-features {
    margin: 12px 0 12px;
    padding: 0;
    list-style: none;
}
.tf-item-features li {
    color: #101010;
    font-size: 14px;
    line-height: 1.45em;
    margin-bottom: 5px;
    position: relative;
    padding-left: 16px;
}
.tf-item-features li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--color-ui--green-light);
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}
.tf-listing-item aside {
    text-align: right;
}
.tf-listing-item aside strong {
    display: block;
    color: #101010;
    font-size: 30px;
}
.tf-listing-item aside em {
    display: block;
    color: #555;
    font-style: normal;
    margin-bottom: 14px;
}
.tf-listing-item aside a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    color: #101010;
    background: var(--color-ui--green-light);
    border-radius: 4px;
    padding: 0 12px;
    font-family: "Federo", sans-serif;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0;
}
.tf-elements-promo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding: 48px;
    margin: 80px 0;
}
.tf-elements-promo > * {
    position: relative;
    z-index: 2;
}
.tf-elements-promo h2 {
    color: #fff;
    font-family: "Federo", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tf-elements-promo p {
    color: rgba(255,255,255,0.78);
    margin-bottom: 0;
}
.product-header h1 {
    max-width: 980px;
}
.tf-compact-page .container {
    max-width: 1140px;
}
.tf-detail-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}
.tf-detail-toolbar span {
    background: #fff;
    border: 1px solid rgba(16,16,16,0.08);
    border-radius: 20px;
    color: #555;
    padding: 7px 13px;
    font-size: 14px;
}
.tf-preview-card,
.tf-detail-content,
.tf-detail-panel,
.tf-buy-sidebar > * {
    background: #fff;
    border: 1px solid rgba(16,16,16,0.08);
    border-radius: 8px;
    box-shadow: 0 15px 45px rgba(16,16,16,0.05);
}
.tf-preview-card {
    overflow: hidden;
}
.tf-preview-card > img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.tf-preview-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 18px;
}
.tf-tabs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin: 30px 0;
}
.tf-tabs a {
    white-space: nowrap;
    color: #101010;
    border: 1px solid rgba(16,16,16,0.1);
    border-radius: 20px;
    padding: 8px 16px;
}
.tf-tabs a.active,
.tf-tabs a:hover {
    background: var(--color-ui--green-light);
    border-color: var(--color-ui--green-light);
}
.tf-tab-panel {
    display: none;
}
.tf-tab-panel.active {
    display: block;
}
.tf-detail-content,
.tf-detail-panel {
    padding: 34px;
    margin-bottom: 24px;
    scroll-margin-top: 110px;
}
.tf-detail-content h2 {
    font-size: 32px;
}
.tf-detail-content h3,
.tf-detail-panel h3 {
    font-size: 24px;
    margin-top: 32px;
}
.tf-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 20px 0;
}
.tf-feature-grid span {
    color: #101010;
    background: #f8f8f8;
    border-left: 3px solid var(--color-ui--green-light);
    padding: 11px 14px;
}
.tf-demo-thumb {
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(16,16,16,0.08);
}
.tf-demo-thumb img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.tf-demo-thumb span {
    display: block;
    color: #101010;
    padding: 12px 14px;
    font-weight: 500;
}
.tf-changelog {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 18px;
}
.tf-buy-sidebar {
    position: sticky;
    top: 105px;
}
.tf-buy-sidebar > * {
    padding: 24px;
    margin-bottom: 24px;
}
.tf-license-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
}
.tf-license-head span,
.tf-meta-box h4,
.tf-author-box h4,
.tf-share-box h4 {
    color: #101010;
    font-family: "Federo", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tf-license-head strong {
    color: #101010;
    font-size: 36px;
}
.tf-license-box label {
    display: block;
    color: #555;
    margin-bottom: 12px;
}
.tf-buy-button,
.tf-outline-button {
    width: 100%;
    margin-top: 14px;
}
.tf-author-box {
    display: flex;
    gap: 16px;
    align-items: center;
}
.tf-author-box img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 100%;
}
.tf-author-box p {
    margin-bottom: 2px;
}
.tf-author-box a {
    color: #101010;
    border-bottom: 1px solid var(--color-ui--green-light);
}
.tf-meta-box p {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
    margin: 0;
    border-bottom: 1px solid rgba(16,16,16,0.08);
}
.tf-meta-box p:last-child {
    border-bottom: 0;
}
.tf-meta-box span {
    color: #555;
}
.tf-meta-box strong {
    color: #101010;
    text-align: right;
}
.tf-share-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background: #f8f8f8;
    color: #101010;
    margin-right: 8px;
}
.tf-share-box a:hover {
    background: var(--color-ui--green-light);
}
.tf-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 24px;
}
.tf-panel-head h3 {
    margin-top: 0;
}
.tf-rating-summary {
    min-width: 170px;
    text-align: right;
}
.tf-rating-summary strong {
    display: block;
    color: #101010;
    font-size: 42px;
    line-height: 1;
}
.tf-rating-summary span,
.tf-review-list article div span {
    color: var(--color-ui--green-light);
}
.tf-rating-summary em {
    display: block;
    color: #555;
    font-style: normal;
    margin-top: 4px;
}
.tf-review-bars {
    margin-bottom: 28px;
}
.tf-review-bars p {
    display: grid;
    grid-template-columns: 72px 1fr 32px;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}
.tf-review-bars span,
.tf-review-bars em,
.tf-review-list small,
.tf-comment-thread small {
    color: #555;
    font-style: normal;
}
.tf-review-bars b {
    position: relative;
    height: 8px;
    overflow: hidden;
    background: #eeeeee;
    border-radius: 8px;
}
.tf-review-bars b i {
    position: absolute;
    inset: 0 auto 0 0;
    display: block;
    background: var(--color-ui--green-light);
}
.tf-review-list article,
.tf-comment-thread article {
    border-top: 1px solid rgba(16,16,16,0.08);
    padding-top: 20px;
    margin-top: 20px;
}
.tf-review-list article div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
}
.tf-review-list strong,
.tf-comment-thread h4,
.tf-comment-form h4,
.tf-support-form h4,
.tf-support-question h4,
.tf-support-grid h4 {
    color: #101010;
    font-family: "Federo", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tf-comment-thread article {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
}
.tf-comment-avatar {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--color-ui--green-light);
    color: #101010;
    font-weight: 700;
}
.tf-comment-form {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(16,16,16,0.08);
}
.tf-comment-form textarea {
    width: 100%;
    min-height: 130px;
    border: 1px solid rgba(16,16,16,0.12);
    border-radius: 6px;
    outline: none;
    padding: 16px;
    resize: vertical;
}
.tf-comment-form button {
    border: 0;
    border-radius: 4px;
    background: var(--color-ui--green-light);
    color: #101010;
    height: 48px;
    padding: 0 22px;
    margin-top: 12px;
    font-family: "Federo", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tf-support-form {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(16,16,16,0.08);
}
.tf-support-form input,
.tf-support-form select,
.tf-support-form textarea {
    width: 100%;
    height: 52px;
    border: 1px solid rgba(16,16,16,0.12);
    border-radius: 6px;
    outline: none;
    padding: 0 14px;
    margin-bottom: 14px;
    color: #555;
    background: #fff;
}
.tf-support-form textarea {
    min-height: 140px;
    padding: 14px;
    resize: vertical;
}
.tf-support-form button {
    border: 0;
    border-radius: 4px;
    background: var(--color-ui--green-light);
    color: #101010;
    height: 50px;
    padding: 0 24px;
    font-family: "Federo", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tf-support-badge {
    color: #101010;
    background: var(--color-ui--green-light);
    border-radius: 20px;
    padding: 7px 14px;
    white-space: nowrap;
}
.tf-support-question {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 24px;
}
.tf-support-question strong {
    display: block;
    color: #101010;
    margin-bottom: 8px;
}
.tf-support-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.tf-support-grid ul {
    margin: 0;
    padding-left: 18px;
}
.tf-support-grid li {
    color: #555;
    margin-bottom: 9px;
}
.tf-contact-author {
    max-width: 220px;
}
@media screen and (max-width: 991px) {
    .tf-product-row,
    .tf-split-section {
        grid-template-columns: 1fr;
    }
    .tf-listing-item {
        grid-template-columns: 240px 1fr;
    }
    .tf-listing-item aside {
        grid-column: 1 / -1;
        text-align: left;
    }
    .tf-buy-sidebar {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .tf-section-head,
    .tf-elements-promo {
        align-items: flex-start;
        flex-direction: column;
    }
    .tf-mini-card {
        grid-template-columns: 1fr;
    }
    .tf-listing-item {
        grid-template-columns: 1fr;
    }
    .tf-listing-item img {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }
    .tf-mini-card img {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }
    .tf-feature-grid {
        grid-template-columns: 1fr;
    }
    .tf-panel-head,
    .tf-review-list article div {
        flex-direction: column;
    }
    .tf-rating-summary {
        text-align: left;
    }
    .tf-support-grid {
        grid-template-columns: 1fr;
    }
}


/* ======= Primary Background Text Contrast ======= */
.market-category-card,
.market-trust-item,
.market-sidebar,
.market-results-bar,
.market-product-card,
.tf-chip-panel,
.tf-mini-card,
.tf-list-stack,
.tf-listing-item,
.tf-elements-promo,
.tf-preview-card,
.tf-detail-content,
.tf-detail-panel,
.tf-buy-sidebar > *,
.tf-support-question,
.tf-demo-thumb {
    border-radius: 3px !important;
}
.market-product-card img,
.tf-mini-card img,
.tf-listing-item img,
.tf-preview-card > img,
.tf-demo-thumb img,
.tf-comment-form textarea,
.tf-support-form input,
.tf-support-form select,
.tf-support-form textarea {
    border-radius: 2px !important;
}
.market-hero-product img,
.market-product-card img,
.market-featured .item .img img,
.tf-listing-item img,
.tf-preview-card > img {
    display: block;
    width: 100%;
    aspect-ratio: 59 / 30 !important;
    object-fit: contain !important;
    background: #f4f5f7;
}
.tf-mini-card {
    grid-template-columns: 180px 1fr;
}
.tf-mini-card img {
    display: block;
    width: 180px;
    height: auto;
    aspect-ratio: 59 / 30 !important;
    object-fit: contain !important;
    background: #f4f5f7;
}
@media screen and (max-width: 767px) {
    .tf-mini-card {
        grid-template-columns: 1fr;
    }
    .tf-mini-card img {
        width: 100%;
    }
}
.button-1,
.button-2:hover,
.button-3:hover,
.button-4:hover,
.market-search button,
.market-list-search button,
.market-quick-links a:hover,
.market-product-body > span,
.market-category-card:hover span,
.tf-chip-panel a:hover,
.tf-action-row a,
.tf-section-head > a,
.tf-elements-promo a,
.tf-buy-button,
.tf-mini-card span,
.tf-active-filters span,
.tf-listing-item span,
.tf-listing-item aside a,
.tf-tabs a.active,
.tf-tabs a:hover,
.tf-support-badge,
.tf-comment-avatar,
.tf-comment-form button,
.tf-support-form button,
.tf-share-box a:hover,
.portfolio-home .item .con .arrow a,
.portfolio-home .item .con .icon .arrow,
.portfolio-home .owl-theme .owl-nav [class*=owl-],
.services .item:hover .icon .arrow,
.services3 .item .rmore .arrow.active,
.price .item .rmore .arrow.active,
.modal-button,
.progress-wrap::after {
    color: #fff !important;
}
.button-1 span,
.button-2:hover span,
.button-3:hover span,
.button-4:hover span,
.tf-listing-item aside a i,
.tf-buy-button i,
.market-search button i,
.market-list-search button i {
    color: #fff !important;
}


/* ======= Simplified Marketplace Typography ======= */
h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.section-subtitle,
.banner-header h1,
.banner-header h2,
.market-hero h1,
.market-category-card h3,
.market-product-card h3,
.market-trust-item h4,
.market-filter-block h4,
.tf-section-head h2,
.tf-mini-card h3,
.tf-listing-item h3,
.tf-detail-content h2,
.tf-detail-content h3,
.tf-detail-panel h3,
.tf-review-list strong,
.tf-comment-thread h4,
.tf-comment-form h4,
.tf-support-form h4,
.tf-support-question h4,
.tf-support-grid h4,
.tf-license-head span,
.tf-meta-box h4,
.tf-author-box h4,
.tf-share-box h4,
.footer .top .item h3 {
    font-family: "Barlow", Arial, sans-serif !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
h1,
.banner-header h1,
.market-hero h1 {
    font-weight: 700 !important;
    line-height: 1.14em !important;
}
h2,
.section-title,
.tf-section-head h2,
.tf-detail-content h2 {
    font-weight: 700 !important;
    line-height: 1.2em !important;
}
h3,
h4,
h5,
h6,
.market-category-card h3,
.market-product-card h3,
.tf-mini-card h3,
.tf-listing-item h3,
.tf-detail-content h3,
.tf-detail-panel h3 {
    font-weight: 600 !important;
    line-height: 1.28em !important;
}
.section-title {
    font-size: 38px;
}
.section-subtitle {
    font-size: 14px;
    font-weight: 600 !important;
    letter-spacing: .2px !important;
}
.market-hero h1 {
    font-size: 58px;
}
.banner-header h1 {
    font-size: 46px;
}
.tf-section-head h2 {
    font-size: 28px;
}
.tf-listing-item h3,
.tf-detail-content h3,
.tf-detail-panel h3 {
    font-size: 22px;
}
.market-product-card h3,
.tf-mini-card h3 {
    font-size: 18px;
}
@media screen and (max-width: 991px) {
    .market-hero h1 {
        font-size: 42px;
    }
    .market-hero .row {
        row-gap: 20px;
    }
    .section-title,
    .banner-header h1 {
        font-size: 34px;
    }
}
@media screen and (max-width: 767px) {
    .market-hero h1,
    .section-title,
    .banner-header h1 {
        font-size: 30px;
    }
    .market-search {
        max-width: 100%;
    }
    .market-hero-product {
        max-width: 100%;
        margin-left: 0;
    }
}

/* ======= Section style ======= */
.container {
    max-width: 1400px;
}
@media screen and (min-width: 1800px) {
    .container {
        max-width: 1560px;
    }
}


/* ======= Compact Marketplace Header Bands ======= */
.banner-header,
.market-hero,
.product-header {
    background-image: none !important;
    background-color: #ebedf4 !important;
}
.banner-header:before,
.market-hero:before,
.product-header:before {
    display: none !important;
}
.banner-header h1,
.banner-header h2,
.banner-header h3,
.banner-header h4,
.banner-header h5,
.banner-header h6,
.product-header h1,
.product-header h2,
.product-header h3,
.product-header h4,
.product-header h5,
.product-header h6 {
    color: #101010 !important;
}
.banner-header p,
.product-header p,
.banner-header[data-overlay-dark] p,
.product-header[data-overlay-dark] p {
    color: #555 !important;
}
.banner-header.section-padding,
.product-header.section-padding {
    padding: 125px 0 55px;
}
.market-hero.section-padding {
    padding: 150px 0 80px;
}
.market-hero {
    min-height: auto;
}
.banner-header h1,
.product-header h1,
.market-hero h1 {
    margin-bottom: 10px;
}
.banner-header h6,
.product-header h6,
.market-hero h6 {
    margin-bottom: 8px;
}
.market-hero p {
    margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
    .banner-header.section-padding,
    .product-header.section-padding {
        padding: 110px 0 45px;
    }
    .market-hero.section-padding {
        padding: 125px 0 60px;
    }
}


/* ======= Marketplace Navbar And Button Typography ======= */
.market-categories,
.tf-category,
.tf-product-detail {
    background: #fff;
}
.portfolio-home.market-featured,
.market-products,
.market-listing {
    background-color: #ebedf4;
}
.market-promo,
.clients {
    background-color: #fff;
}
.market-promo {
    background-image: none !important;
    background-color: #fff !important;
}
.market-promo:before {
    display: none !important;
}
.market-promo .section-subtitle,
.market-promo .section-subtitle.text-white {
    color: var(--color-ui--green-light) !important;
}
.market-promo .section-title.white {
    color: #101010 !important;
}
.market-promo .button-3 {
    color: #101010 !important;
}
.market-promo .button-3:hover {
    color: #fff !important;
}
.scrolling.scrolling-ticker {
    background: #fff;
}
.line-vr-section {
    display: none;
}
.market-hero h1,
.market-hero h2,
.market-hero h3,
.market-hero h4,
.market-hero h5,
.market-hero h6 {
    color: #101010 !important;
}
.market-hero h6 {
    color: var(--color-ui--green-light) !important;
}
.market-hero p {
    color: #555 !important;
}
.navbar {
    background: #202020 !important;
}
.nav-scroll {
    background: #202020 !important;
}
.market-header {
    height: 136px;
    align-items: flex-start;
}
.market-header > .container {
    height: 80px;
}
.market-header .logo-wrapper .logo {
    min-height: 80px;
}
.market-header .logo-img {
    width: 198px;
    max-width: 198px;
}
.market-header .navbar-collapse {
    align-items: center;
}
.market-user-nav .nav-link {
    font-size: 15px !important;
    font-weight: 500 !important;
}
.market-subnav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    background: #101010;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.market-subnav .container {
    display: flex;
    align-items: center;
    gap: 30px;
    height: 56px;
    overflow: visible;
}
.market-menu-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 56px;
}
.market-menu-trigger,
.market-menu-link {
    display: inline-flex;
    align-items: center;
    height: 56px;
    color: rgba(255,255,255,0.82);
    font-family: "Barlow", Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}
.market-menu-trigger {
    gap: 7px;
}
.market-menu-trigger i {
    font-size: 10px;
    color: inherit;
}
.market-menu-trigger:hover,
.market-menu-link:hover {
    display: inline-flex;
    transform: none !important;
    color: #fff;
}
.market-menu-trigger.active,
.market-menu-link.active {
    color: #fff;
}
.market-menu-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 110;
    min-width: 292px;
    padding: 10px 0;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.1);
    box-shadow: 0 18px 42px rgba(0,0,0,0.14);
    opacity: 0;
    visibility: hidden;
    transform: none;
    transition: opacity .18s ease, visibility .18s ease;
}
.market-menu-item:hover .market-menu-dropdown,
.market-menu-item:focus-within .market-menu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.market-menu-dropdown a {
    display: block;
    padding: 10px 18px;
    color: #101010 !important;
    font-family: "Barlow", Arial, sans-serif;
    white-space: normal;
}
.market-menu-dropdown a:hover {
    background: #f4f5f8;
    color: var(--color-ui--green-light) !important;
}
.market-menu-dropdown span {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}
.market-menu-dropdown small {
    display: block;
    margin-top: 3px;
    color: #666;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
}
.market-header + .market-hero.section-padding {
    padding-top: 200px;
}
.market-header + .banner-header.section-padding,
.market-header + .product-header.section-padding {
    padding-top: 190px;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar,
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #fff !important;
}
.navbar .navbar-nav .nav-link,
.nav-scroll .navbar-nav .nav-link,
.nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
}
.navbar .navbar-nav .nav-link,
.nav-scroll .navbar-nav .nav-link,
.nav-scroll .navbar-collapse .nav-link {
    font-family: "Barlow", Arial, sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    color: #fff !important;
}
.navbar .market-user-nav .nav-link,
.nav-scroll .market-user-nav .nav-link {
    font-size: 15px !important;
    font-weight: 500 !important;
}
.dropdown .nav-link i,
.nav-scroll .dropdown .nav-link i {
    color: #fff !important;
}
.navbar .dropdown-menu li:hover {
    padding-left: 0 !important;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active,
.navbar .navbar-nav .nav-link:hover i,
.navbar .navbar-nav .active i {
    color: var(--color-ui--green-light) !important;
}
.button-1,
.button-2,
.button-3,
.button-4,
.market-search button,
.market-list-search button,
.tf-action-row a,
.tf-section-head > a,
.tf-elements-promo a,
.tf-buy-button,
.tf-outline-button,
.tf-light-button,
.tf-listing-item aside a,
.tf-comment-form button,
.tf-support-form button,
.modal-button {
    font-family: "Barlow", Arial, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
}
@media screen and (max-width: 991px) {
    .navbar,
    .nav-scroll {
        background: #202020 !important;
    }
    .market-header {
        height: auto;
    }
    .market-header > .container {
        height: auto;
    }
    .market-header .logo-img {
        width: 180px;
        max-width: 180px;
    }
    .market-subnav {
        position: static;
        height: auto;
    }
    .market-subnav .container {
        height: auto;
        align-items: flex-start;
        gap: 16px;
        overflow-x: auto;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .market-menu-item,
    .market-menu-trigger {
        height: auto;
    }
    .market-menu-trigger,
    .market-menu-link {
        font-size: 15px;
    }
    .market-menu-dropdown {
        display: none;
    }
    .market-header + .market-hero.section-padding {
        padding-top: 150px;
    }
    .market-header + .banner-header.section-padding,
    .market-header + .product-header.section-padding {
        padding-top: 150px;
    }
    .navbar .navbar-nav .nav-link,
    .nav-scroll .navbar-collapse .nav-link {
        color: #fff !important;
    }
}
@media screen and (max-width: 1499px) {
    .container {
        max-width: 1320px;
    }
}
@media screen and (max-width: 1399px) {
    .container {
        max-width: 1200px;
    }
}


/* ======= Featured Themes Repair ======= */
.market-featured .button-1 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    margin-top: 10px;
    padding: 10px 18px;
    border-radius: 3px;
    color: #fff !important;
    background: var(--color-ui--green-light);
    border-color: var(--color-ui--green-light);
    line-height: 1;
}
.market-featured .button-1 span {
    margin-left: 0;
    color: #fff !important;
}
.market-featured .button-1:hover {
    display: inline-flex;
    transform: none !important;
    color: #fff !important;
    background: #101010;
    border-color: #101010;
}
.market-featured .market-featured-carousel.owl-carousel .owl-stage-outer {
    overflow: hidden;
    padding: 2px 0;
}
.market-featured .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.12);
    border-radius: 3px;
    box-shadow: none;
    transform: none !important;
    transition: box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}
.market-featured .item:hover {
    border-color: rgba(16,16,16,0.13);
    box-shadow: 0 4px 14px rgba(16,16,16,0.025);
    transform: none !important;
}
.market-featured .item:hover * {
    transform: none !important;
}
.market-featured .item .img {
    border-radius: 3px 3px 0 0 !important;
    overflow: hidden;
}
.market-featured .item .img img {
    display: block;
    width: 100%;
    aspect-ratio: 59 / 30;
    object-fit: contain;
    background: #f4f5f7;
    border-radius: 0 !important;
}
.market-featured .item:hover .img img {
    transform: none;
}
.market-featured .item .con,
.market-featured .item .con.opacity-1,
.market-featured .owl-item.active .item .con {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    opacity: 1;
    visibility: visible;
    padding: 16px 18px 18px;
    border-radius: 0 !important;
    background: #fff;
    border-top: 1px solid rgba(16,16,16,0.08);
}
.market-featured .item .con .title {
    position: static;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    margin: 0;
    margin-right: 0;
    padding: 0;
    border-radius: 0 !important;
}
.market-featured .item .con .title h6,
.market-featured .item .con .title h3 {
    display: block;
    padding: 0;
    background: transparent;
    border-radius: 0 !important;
}
.market-featured .item .con .title h6 {
    color: #555;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.market-featured .item .con .title h6 span {
    color: var(--color-ui--green-light);
}
.market-featured .item .con .title h3 {
    color: #101010;
    font-size: 20px;
    line-height: 1.25;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.market-featured .item .con .title h3 a {
    color: inherit;
}
.market-featured .item .con .icon {
    position: static;
    flex: 0 0 auto;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 0;
    background: transparent;
    border-radius: 0 !important;
}
.market-featured .item .con .icon::before,
.market-featured .item .con .icon::after {
    display: none;
}
.market-featured .item .con .icon .arrow {
    position: static;
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: var(--color-ui--green-light);
    border-radius: 3px !important;
    transform: none !important;
}
.market-featured .item:hover .con .icon .arrow {
    color: #fff !important;
    background: #101010;
    transform: none !important;
}
.market-featured.portfolio-home .owl-theme .owl-nav [class*=owl-],
.market-featured.portfolio-home .owl-carousel .owl-nav button.owl-next,
.market-featured.portfolio-home .owl-carousel .owl-nav button.owl-prev {
    color: #fff !important;
    background: var(--color-ui--green-light) !important;
    border: 1px solid var(--color-ui--green-light) !important;
}
.market-featured.portfolio-home .owl-theme .owl-nav [class*=owl-] span {
    color: #fff !important;
}
.market-featured.portfolio-home .owl-theme .owl-nav [class*=owl-]:hover,
.market-featured.portfolio-home .owl-carousel .owl-nav button.owl-next:hover,
.market-featured.portfolio-home .owl-carousel .owl-nav button.owl-prev:hover {
    color: #fff !important;
    background: #101010 !important;
    border-color: #101010 !important;
}
.market-featured.portfolio-home .owl-theme .owl-nav [class*=owl-]:hover span {
    color: #fff !important;
}
.market-featured.portfolio-home {
    overflow: visible;
}
.market-featured.portfolio-home .market-featured-carousel {
    overflow: visible;
}
.market-featured.portfolio-home .owl-theme .owl-nav {
    top: 36% !important;
    pointer-events: none;
}
.market-featured.portfolio-home .owl-theme .owl-prev {
    left: -88px !important;
    pointer-events: auto;
}
.market-featured.portfolio-home .owl-theme .owl-next {
    right: -88px !important;
    pointer-events: auto;
}
@media screen and (max-width: 1199px) {
    .market-featured.portfolio-home .owl-theme .owl-prev {
        left: -42px !important;
    }
    .market-featured.portfolio-home .owl-theme .owl-next {
        right: -42px !important;
    }
}
@media screen and (max-width: 767px) {
    .market-featured.portfolio-home .owl-theme .owl-prev {
        left: 8px !important;
    }
    .market-featured.portfolio-home .owl-theme .owl-next {
        right: 8px !important;
    }
}


/* ======= Newly Released Carousel ======= */
.market-products {
    overflow: visible;
}
.market-newest-carousel {
    position: relative;
    display: block;
    max-width: 100%;
    overflow: visible;
}
.market-newest-carousel.owl-carousel .owl-stage-outer {
    overflow: hidden;
    padding: 2px 0 12px;
}
.market-newest-carousel.owl-carousel .owl-stage {
    display: flex;
}
.market-newest-carousel.owl-carousel .owl-item {
    display: flex;
}
.market-newest-carousel .col-lg-3,
.market-newest-carousel .col-md-6 {
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
}
.market-newest-carousel .market-product-card {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.12);
    box-shadow: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}
.market-newest-carousel .market-product-card:hover {
    border-color: rgba(16,16,16,0.13);
    box-shadow: 0 4px 14px rgba(16,16,16,0.025);
    transform: none !important;
}
.market-newest-carousel .market-product-image,
.market-newest-carousel .market-product-image:hover {
    display: block;
    transform: none !important;
}
.market-newest-carousel .market-product-image img,
.market-newest-carousel .market-product-image:hover img,
.market-newest-carousel .market-product-card:hover img {
    transform: none !important;
}
.market-newest-carousel.owl-theme .owl-nav {
    position: absolute !important;
    top: 36% !important;
    bottom: auto !important;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    pointer-events: none;
}
.market-newest-carousel.owl-theme .owl-prev,
.market-newest-carousel.owl-theme .owl-next {
    position: absolute !important;
    top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    transform: translateY(-50%);
}
.market-newest-carousel.owl-theme .owl-prev {
    left: -88px !important;
    pointer-events: auto;
}
.market-newest-carousel.owl-theme .owl-next {
    right: -88px !important;
    pointer-events: auto;
}
.market-newest-carousel.owl-theme .owl-nav [class*=owl-],
.market-newest-carousel.owl-carousel .owl-nav button.owl-next,
.market-newest-carousel.owl-carousel .owl-nav button.owl-prev {
    color: #fff !important;
    background: var(--color-ui--green-light) !important;
    border: 1px solid var(--color-ui--green-light) !important;
}
.market-newest-carousel.owl-theme .owl-nav [class*=owl-]:hover,
.market-newest-carousel.owl-carousel .owl-nav button.owl-next:hover,
.market-newest-carousel.owl-carousel .owl-nav button.owl-prev:hover {
    color: #fff !important;
    background: #101010 !important;
    border-color: #101010 !important;
}
@media screen and (max-width: 1199px) {
    .market-newest-carousel.owl-theme .owl-prev {
        left: -42px !important;
    }
    .market-newest-carousel.owl-theme .owl-next {
        right: -42px !important;
    }
}
@media screen and (max-width: 767px) {
    .market-newest-carousel.owl-theme .owl-prev {
        left: 8px !important;
    }
    .market-newest-carousel.owl-theme .owl-next {
        right: 8px !important;
    }
}


/* ======= Category Hero Search ======= */
.market-header + .banner-header.tf-category-hero.section-padding {
    padding-top: 126px;
    padding-bottom: 12px;
}
.banner-header.tf-category-hero + .tf-category.section-padding,
.banner-header.tf-category-hero + .market-listing.section-padding {
    padding-top: 45px;
}
.tf-category-hero .v-middle {
    position: relative;
    top: auto;
    transform: none;
}
.tf-category-hero h6 {
    margin-bottom: 4px;
}
.tf-category-hero h1 {
    margin-bottom: 0;
}
.tf-category-hero .tf-hero-copy {
    text-align: left;
}
.tf-category-hero .tf-hero-form-col {
    display: flex;
    justify-content: flex-end;
}
.tf-hero-search {
    display: grid;
    grid-template-columns: 48px 1fr 104px;
    align-items: center;
    width: 100%;
    max-width: 560px;
    margin: 0;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.12);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(16,16,16,0.08);
}
.tf-hero-search i {
    color: #666;
    font-size: 17px;
}
.tf-hero-search input {
    width: 100%;
    height: 48px;
    border: 0;
    outline: none;
    color: #101010;
    font-size: 15px;
}
.tf-hero-search button {
    height: 48px;
    border: 0;
    color: #fff;
    background: var(--color-ui--green-light);
    font-family: "Barlow", Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.tf-hero-search button:hover {
    background: #101010;
}
@media screen and (max-width: 767px) {
    .market-header + .banner-header.tf-category-hero.section-padding {
        padding-top: 124px;
        padding-bottom: 14px;
    }
    .banner-header.tf-category-hero + .tf-category.section-padding,
    .banner-header.tf-category-hero + .market-listing.section-padding {
        padding-top: 35px;
    }
    .tf-category-hero .tf-hero-copy {
        text-align: center;
    }
    .tf-category-hero .tf-hero-form-col {
        justify-content: center;
    }
    .tf-hero-search {
        grid-template-columns: 46px 1fr;
    }
    .tf-hero-search button {
        grid-column: 1 / -1;
        width: 100%;
    }
}


/* ======= Home Theme Categories Fix ======= */
.market-category-card,
.market-category-card:hover {
    display: block;
}
.market-category-card:hover {
    transform: none;
    background: #fff;
}
.market-category-card span,
.market-category-card:hover span {
    display: inline-block;
    color: var(--color-ui--green-light) !important;
    background: transparent !important;
}


/* ======= Compact Marketplace Page Heroes ======= */
.banner-header.tf-category-hero,
.banner-header.tf-product-hero {
    background-image: none !important;
    background-color: #ebedf4 !important;
    border-bottom: 1px solid rgba(16,16,16,0.08);
}
.banner-header.tf-category-hero:before,
.banner-header.tf-product-hero:before {
    display: none !important;
}
.market-header + .banner-header.tf-category-hero.section-padding,
.market-header + .banner-header.tf-product-hero.section-padding {
    padding-top: 178px;
    padding-bottom: 0;
}
.banner-header.tf-category-hero + .tf-category.section-padding,
.banner-header.tf-category-hero + .market-listing.section-padding,
.banner-header.tf-product-hero + .tf-product-detail.section-padding {
    padding-top: 38px;
}
.tf-category-hero .v-middle,
.tf-product-hero .v-middle {
    position: relative;
    top: auto;
    transform: none;
}
.tf-category-hero .mt-30,
.tf-product-hero .mt-30 {
    margin-top: 0 !important;
}
.tf-category-hero .row,
.tf-product-hero .row {
    min-height: 112px;
}
.tf-category-hero h6,
.tf-product-hero h6 {
    margin-bottom: 6px;
    color: var(--color-ui--green-light) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.tf-category-hero h1,
.tf-product-hero h1 {
    margin-bottom: 0;
    color: #101010 !important;
    font-size: clamp(30px, 3vw, 42px) !important;
    line-height: 1.12 !important;
}
.tf-category-hero p,
.tf-product-hero p {
    max-width: 650px;
    margin: 10px 0 0;
    color: #555 !important;
    font-size: 16px;
    line-height: 1.45;
}
.tf-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}
.tf-hero-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 11px;
    color: #333;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.1);
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
}
.tf-hero-actions a:hover {
    display: inline-flex;
    color: #fff;
    background: var(--color-ui--green-light);
    border-color: var(--color-ui--green-light);
}
.tf-category-hero .tf-hero-copy {
    text-align: left;
}
.tf-category-hero .tf-hero-form-col,
.tf-product-hero .tf-product-hero-side {
    display: flex;
    justify-content: flex-end;
}
.tf-hero-panel,
.tf-product-hero-card {
    width: 100%;
    max-width: 560px;
    padding: 16px;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.1);
    border-radius: 3px;
    box-shadow: 0 10px 26px rgba(16,16,16,0.07);
}
.tf-hero-panel > span {
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-size: 13px;
    font-weight: 600;
}
.tf-hero-search {
    grid-template-columns: 46px 1fr 100px;
    max-width: none;
    box-shadow: none;
}
.tf-hero-search input,
.tf-hero-search button {
    height: 46px;
}
.tf-product-hero .tf-breadcrumb.light {
    margin-bottom: 8px;
    color: #666 !important;
}
.tf-product-hero-card strong {
    display: block;
    color: #101010;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 8px;
}
.tf-product-hero-card > span {
    display: block;
    color: #555;
    font-size: 14px;
    margin-bottom: 12px;
}
.tf-product-hero-card div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.tf-product-hero-card em {
    display: inline-flex;
    padding: 6px 9px;
    color: #333;
    background: #f4f5f8;
    border-radius: 3px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}
.tf-product-hero .tf-product-hero-copy {
    width: 100%;
}
.tf-product-hero h1 {
    max-width: none !important;
}
.tf-product-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}
.tf-product-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    padding: 8px 12px;
    color: #555;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.1);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}
.tf-product-hero-meta span:first-child {
    color: #101010;
}
.tf-product-hero-meta span:first-child strong {
    font-size: 18px;
}
.tf-product-hero-meta i {
    color: var(--color-ui--green-light);
}
.tf-tabs.tf-tabs-top {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 18px 0 -1px;
    overflow: visible;
    border-bottom: 0;
    position: relative;
    z-index: 2;
}
.tf-tabs.tf-tabs-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px;
    color: #101010;
    background: #f7f8fb;
    border: 1px solid rgba(16,16,16,0.1);
    border-right: 0;
    border-radius: 0 !important;
    font-weight: 600;
}
.tf-tabs.tf-tabs-top a:first-child {
    border-top-left-radius: 3px !important;
}
.tf-tabs.tf-tabs-top a:last-child {
    border-right: 1px solid rgba(16,16,16,0.1);
    border-top-right-radius: 3px !important;
}
.tf-tabs.tf-tabs-top a.active,
.tf-tabs.tf-tabs-top a:hover {
    color: #101010 !important;
    background: #fff;
    border-color: rgba(16,16,16,0.1);
}
.tf-tabs.tf-tabs-top a.active {
    border-bottom-color: #fff;
}
.tf-tabs.tf-tabs-top + .tf-tab-panel {
    border-top: 1px solid rgba(16,16,16,0.1) !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-top: 0;
}
@media screen and (max-width: 991px) {
    .tf-category-hero .tf-hero-form-col,
    .tf-product-hero .tf-product-hero-side {
        justify-content: flex-start;
        margin-top: 18px !important;
    }
    .tf-tabs.tf-tabs-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (max-width: 767px) {
    .market-header + .banner-header.tf-category-hero.section-padding,
    .market-header + .banner-header.tf-product-hero.section-padding {
        padding-top: 158px;
        padding-bottom: 4px;
    }
    .banner-header.tf-category-hero + .tf-category.section-padding,
    .banner-header.tf-category-hero + .market-listing.section-padding,
    .banner-header.tf-product-hero + .tf-product-detail.section-padding {
        padding-top: 28px;
    }
    .tf-category-hero .row,
    .tf-product-hero .row {
        min-height: auto;
    }
    .tf-category-hero .tf-hero-copy,
    .tf-product-hero .tf-product-hero-copy {
        text-align: left;
    }
    .tf-hero-search {
        grid-template-columns: 42px 1fr;
    }
    .tf-hero-search button {
        grid-column: 1 / -1;
        width: 100%;
    }
    .tf-product-hero-meta {
        gap: 8px;
    }
    .tf-product-hero-meta span {
        width: 100%;
    }
    .tf-tabs.tf-tabs-top {
        grid-template-columns: 1fr;
    }
}


/* ======= Tight Category And Product Hero Spacing ======= */
.banner-header.tf-category-hero,
.banner-header.tf-product-hero {
    height: auto !important;
    min-height: 0 !important;
}
.market-header + .banner-header.tf-category-hero.section-padding,
.market-header + .banner-header.tf-product-hero.section-padding {
    padding-top: 182px;
    padding-bottom: 42px !important;
}
.banner-header.tf-category-hero + .tf-category.section-padding,
.banner-header.tf-category-hero + .market-listing.section-padding,
.banner-header.tf-product-hero + .tf-product-detail.section-padding {
    padding-top: 24px !important;
}
.tf-category-hero .row,
.tf-product-hero .row {
    min-height: 0 !important;
}
.tf-category-hero .v-middle,
.tf-product-hero .v-middle {
    position: relative !important;
    top: auto !important;
    transform: none !important;
}
.tf-category-hero h6,
.tf-product-hero h6,
.tf-product-hero .tf-breadcrumb.light {
    margin-bottom: 4px !important;
}
.tf-category-hero h1,
.tf-product-hero h1 {
    margin-bottom: 0 !important;
}
.tf-category-hero p {
    margin-top: 6px !important;
}
.tf-hero-actions {
    margin-top: 9px !important;
}
.tf-product-hero-meta {
    margin-top: 8px !important;
    gap: 8px !important;
}
.tf-product-hero-meta span {
    min-height: 32px !important;
    padding: 6px 10px !important;
}
.tf-hero-panel {
    padding: 12px !important;
}
.tf-hero-panel > span {
    margin-bottom: 6px !important;
}
.tf-hero-search input,
.tf-hero-search button {
    height: 42px !important;
}
@media screen and (max-width: 767px) {
    .market-header + .banner-header.tf-category-hero.section-padding,
    .market-header + .banner-header.tf-product-hero.section-padding {
        padding-top: 154px;
        padding-bottom: 34px !important;
    }
    .banner-header.tf-category-hero + .tf-category.section-padding,
    .banner-header.tf-category-hero + .market-listing.section-padding,
    .banner-header.tf-product-hero + .tf-product-detail.section-padding {
        padding-top: 22px !important;
    }
}

.banner-header.tf-product-hero + .tf-product-detail.section-padding {
    padding-top: 52px !important;
}
@media screen and (max-width: 767px) {
    .banner-header.tf-product-hero + .tf-product-detail.section-padding {
        padding-top: 36px !important;
    }
}


/* ======= Banner Follow Spacing ======= */
.market-hero + .section-padding,
.banner-header + .section-padding,
.product-header + .section-padding {
    padding-top: 136px;
}
.banner-header.tf-category-hero + .tf-category.section-padding,
.banner-header.tf-category-hero + .market-listing.section-padding {
    padding-top: 40px !important;
}
.banner-header.tf-product-hero + .tf-product-detail.section-padding {
    padding-top: 64px !important;
}
@media screen and (max-width: 767px) {
    .market-hero + .section-padding,
    .banner-header + .section-padding,
    .product-header + .section-padding {
        padding-top: 86px;
    }
    .banner-header.tf-category-hero + .tf-category.section-padding,
    .banner-header.tf-category-hero + .market-listing.section-padding {
        padding-top: 34px !important;
    }
    .banner-header.tf-product-hero + .tf-product-detail.section-padding {
        padding-top: 44px !important;
    }
}


/* ======= Retail Sales Listing Surface ======= */
.retail-sales-listing {
    background: #fff !important;
}
.retail-sales-listing .market-lead {
    position: relative;
    padding-bottom: 18px;
}
.retail-sales-listing .market-lead:after {
    content: "";
    display: block;
    width: 118px;
    height: 3px;
    margin-top: 16px;
    background: linear-gradient(90deg, var(--color-ui--green-light) 0 58px, rgba(16,16,16,0.14) 58px 100%);
    border-radius: 999px;
}
.retail-sales-listing .retail-sales-layout {
    --bs-gutter-x: 88px;
    row-gap: 28px;
}
.retail-sales-listing .retail-sales-sidebar-col {
    align-self: flex-start;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.retail-sales-listing .retail-sales-results-col {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}
.retail-sales-listing .market-sidebar {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0;
}
.retail-sales-listing .market-results-bar,
.retail-sales-listing .tf-listing-item {
    background: #fff;
    border-color: rgba(16,16,16,0.1);
}
.retail-sales-listing .market-results-bar {
    border: 0 !important;
    box-shadow: none !important;
}
.retail-sales-listing .tf-sort-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}
.retail-sales-listing .tf-sort-buttons a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 12px;
    color: #555;
    background: #f7f8fb;
    border: 1px solid rgba(16,16,16,0.1);
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
}
.retail-sales-listing .tf-sort-buttons a.active,
.retail-sales-listing .tf-sort-buttons a:hover {
    color: #fff;
    background: var(--color-ui--green-light);
    border-color: var(--color-ui--green-light);
}
.retail-sales-listing .tf-listing-item {
    box-shadow: 0 14px 34px rgba(16,16,16,0.07);
}
.retail-sales-listing .tf-active-filters {
    margin-top: 0;
}
.retail-sales-listing .tf-listing-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}
.retail-sales-listing .tf-listing-actions .tf-live-preview {
    min-width: 104px;
}
.retail-sales-listing .tf-listing-actions .tf-details-icon {
    width: 42px;
    padding: 0;
}
.retail-sales-listing .tf-listing-actions .tf-details-icon i {
    color: #fff !important;
}


/* ======= Stable Category Item Hover ======= */
.tf-category .market-product-card,
.retail-sales-listing .tf-listing-item {
    border-color: rgba(16,16,16,0.12) !important;
    transform: none !important;
    transition: box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}
.tf-category .market-product-card:hover,
.retail-sales-listing .tf-listing-item:hover {
    border-color: rgba(16,16,16,0.2) !important;
    box-shadow: 0 16px 36px rgba(16,16,16,0.1) !important;
    transform: none !important;
}
.tf-category .market-product-card:hover *,
.retail-sales-listing .tf-listing-item:hover * {
    transform: none !important;
}
.tf-category .market-product-card .market-product-image:hover,
.tf-category .market-product-card .market-product-image:hover img,
.retail-sales-listing .tf-listing-item:hover img {
    transform: none !important;
}
.retail-sales-listing .tf-listing-actions a:hover {
    display: inline-flex;
}
@media screen and (max-width: 991px) {
    .retail-sales-listing .retail-sales-layout {
        --bs-gutter-x: 32px;
    }
    .retail-sales-listing .retail-sales-sidebar-col {
        margin-bottom: 24px;
    }
    .retail-sales-listing .tf-listing-actions {
        justify-content: flex-start;
    }
    .retail-sales-listing .tf-sort-buttons {
        justify-content: flex-start;
    }
}


/* ======= Home Stable Hover And Global Button Hover ======= */
.market-hero-product,
.market-categories .market-category-card {
    border-color: rgba(16,16,16,0.12) !important;
    box-shadow: none !important;
    transform: none !important;
    transition: box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}
.market-hero-product:hover,
.market-categories .market-category-card:hover {
    border-color: rgba(16,16,16,0.13) !important;
    box-shadow: 0 4px 14px rgba(16,16,16,0.025) !important;
    transform: none !important;
}
.market-hero-product:hover *,
.market-categories .market-category-card:hover * {
    transform: none !important;
}
.market-featured-image,
.market-featured-image:hover {
    display: block;
    transform: none !important;
}
.button-1:hover,
.button-2:hover,
.button-3:hover,
.button-4:hover,
.market-search button:hover,
.market-list-search button:hover,
.tf-hero-search button:hover,
.market-quick-links a:hover,
.tf-hero-actions a:hover,
.tf-chip-panel a:hover,
.tf-action-row a:hover,
.tf-section-head > a:hover,
.tf-elements-promo a:hover,
.tf-buy-button:hover,
.tf-outline-button:hover,
.tf-light-button:hover,
.tf-share-box a:hover,
.pagination-wrap li a:hover,
.blog2-sidebar .search form button:hover,
.not-found .search-form:hover .form-group .search-button,
.tf-comment-form button:hover,
.tf-support-form button:hover,
.modal-button:hover,
.market-live-preview:hover,
.market-detail-icon:hover,
.tf-listing-item aside a:hover,
.retail-sales-listing .tf-sort-buttons a:hover,
.footer .top .item .newsletter:hover button,
.footer .top .item .newsletter button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    color: #fff !important;
    background: #101010 !important;
    border-color: #101010 !important;
    transform: none !important;
}
.button-1:hover span,
.button-2:hover span,
.button-3:hover span,
.button-4:hover span,
.button-1:hover i,
.button-2:hover i,
.button-3:hover i,
.button-4:hover i,
.market-search button:hover i,
.market-list-search button:hover i,
.tf-hero-search button:hover i,
.tf-hero-actions a:hover i,
.tf-action-row a:hover i,
.tf-section-head > a:hover i,
.tf-elements-promo a:hover i,
.tf-buy-button:hover i,
.tf-outline-button:hover i,
.tf-light-button:hover i,
.tf-share-box a:hover i,
.pagination-wrap li a:hover i,
.blog2-sidebar .search form button:hover i,
.not-found .search-form:hover .form-group .search-button i,
.market-live-preview:hover i,
.market-detail-icon:hover i,
.tf-listing-item aside a:hover i,
.footer .top .item .newsletter:hover button i,
.footer .top .item .newsletter button:hover i {
    color: #fff !important;
}


/* ======= Search Icon Alignment ======= */
.market-search {
    grid-template-columns: 76px 1fr 135px;
}
.market-search i {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 12px;
}
.market-search input {
    padding-left: 4px;
}
.tf-hero-search {
    grid-template-columns: 58px 1fr 100px !important;
}
.tf-hero-search i {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 12px;
}
.tf-hero-search input {
    padding-left: 2px;
}
.market-list-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.market-list-search button i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-2px);
}
@media screen and (max-width: 767px) {
    .market-search,
    .tf-hero-search {
        grid-template-columns: 58px 1fr !important;
    }
}


/* ======= Home Section Alternation And Item Title Hover ======= */
.market-hero.section-padding {
    background-color: #eef1f6 !important;
}
#categories.market-categories {
    background-color: #fff !important;
}
#featured.market-featured {
    background-color: #f7f8fb !important;
}
.market-promo {
    background-color: #fff !important;
    border-top: 1px solid rgba(16,16,16,0.06);
    border-bottom: 1px solid rgba(16,16,16,0.06);
}
#newest.market-products {
    background-color: #f7f8fb !important;
}
.scrolling.scrolling-ticker {
    background-color: #fff !important;
}
.lets-talk .background {
    background-image: none !important;
    background-color: #ebedf4 !important;
    border-top: 1px solid rgba(16,16,16,0.06);
    border-bottom: 1px solid rgba(16,16,16,0.06);
}
.lets-talk .background[data-overlay-dark]:before {
    opacity: 0 !important;
}
.lets-talk .section-title {
    color: #101010 !important;
}
.lets-talk .section-subtitle {
    color: var(--color-ui--green-light) !important;
}
.lets-talk .wrap {
    color: #101010 !important;
}
.lets-talk .wrap a {
    color: #101010 !important;
}
.lets-talk .wrap a:hover {
    color: var(--color-ui--green-light) !important;
}
.lets-talk .wrap .dv {
    background-color: rgba(16,16,16,0.18) !important;
}
.market-hero-product-body h3,
.market-hero-product-body h3 a,
.market-category-card h3,
.market-featured .item .con .title h3,
.market-featured .item .con .title h3 a,
.market-product-card h3,
.market-product-card h3 a,
.market-trust-item h4,
.tf-mini-card h3,
.tf-listing-item h3 a,
.tf-list-stack a span {
    text-decoration: none;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    text-decoration-color: currentColor;
}
.market-hero-product-body h3 a:hover,
.market-category-card h3:hover,
.market-featured .item .con .title h3 a:hover,
.market-product-card h3 a:hover,
.market-trust-item h4:hover,
.tf-mini-card h3 a:hover,
.tf-listing-item h3 a:hover,
.tf-list-stack a span:hover {
    text-decoration: underline;
}

/* ======= Preview And Details Button Style ======= */
.market-live-preview,
.market-detail-icon,
.tf-listing-actions .tf-live-preview,
.tf-listing-actions .tf-details-icon,
.tf-preview-actions .tf-live-preview,
.market-featured .item .con .icon .arrow {
    color: #101010 !important;
    background: #fff !important;
    border: 1px solid #087096 !important;
    box-shadow: none !important;
    transform: none !important;
}
.market-detail-icon i,
.tf-listing-actions .tf-details-icon i,
.tf-preview-actions .tf-live-preview span,
.market-featured .item .con .icon .arrow i {
    color: #101010 !important;
}
.market-live-preview:hover,
.market-detail-icon:hover,
.tf-listing-actions .tf-live-preview:hover,
.tf-listing-actions .tf-details-icon:hover,
.tf-preview-actions .tf-live-preview:hover,
.market-featured .item:hover .con .icon .arrow,
.market-featured .item .con .icon .arrow:hover {
    color: #fff !important;
    background: #087096 !important;
    border-color: #087096 !important;
    transform: none !important;
}
.market-detail-icon:hover i,
.tf-listing-actions .tf-details-icon:hover i,
.tf-preview-actions .tf-live-preview:hover span,
.market-featured .item:hover .con .icon .arrow i,
.market-featured .item .con .icon .arrow:hover i {
    color: #fff !important;
}
.retail-sales-listing .tf-listing-actions .tf-details-icon i {
    color: #101010 !important;
}
.retail-sales-listing .tf-listing-actions .tf-details-icon:hover i {
    color: #fff !important;
}

/* ======= Marketplace Blog Pages ======= */
.sht-blog-hero,
.sht-post-hero {
    background: #ebedf4;
    color: #101010;
    padding: 112px 0 34px !important;
}
.sht-blog-hero h1,
.sht-post-hero h1 {
    color: #101010;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.05;
    max-width: 900px;
    margin-bottom: 16px;
}
.sht-blog-hero p,
.sht-post-hero p {
    color: #555;
    max-width: 780px;
    font-size: 17px;
}
.sht-blog-search {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.1);
    box-shadow: 0 14px 34px rgba(16,16,16,0.08);
    padding: 12px;
}
.sht-blog-search i {
    color: #087096;
    font-size: 22px;
    margin-left: 8px;
}
.sht-blog-search input {
    border: none;
    flex: 1;
    min-width: 0;
    height: 44px;
    color: #101010;
    font-family: "Barlow", sans-serif;
}
.sht-blog-search button,
.sht-blog-read,
.sht-sidebar-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    padding: 0 18px;
    background: var(--color-ui--green-light);
    border: 1px solid var(--color-ui--green-light);
    color: #fff !important;
    border-radius: 3px;
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}
.sht-blog-search button:hover,
.sht-blog-read:hover,
.sht-sidebar-cta a:hover {
    background: #101010;
    border-color: #101010;
    color: #fff !important;
    transform: none !important;
}
.sht-blog-section,
.sht-post-section {
    background: #fff;
}
.sht-blog-section {
    padding-top: 74px !important;
    padding-bottom: 82px !important;
}
.sht-blog-section .row.mt-50 {
    margin-top: 0 !important;
}
.sht-blog-section .mb-30 {
    margin-bottom: 28px !important;
}
.sht-blog-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    align-items: stretch;
    gap: 0;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.14);
    box-shadow: 0 16px 36px rgba(16,16,16,0.08);
    margin-bottom: 40px;
}
.sht-blog-featured-img,
.sht-blog-card-img {
    display: block;
    overflow: hidden;
    background: #f7f8fb;
    outline: 1px solid transparent;
    outline-offset: 0;
    transition: box-shadow .18s ease, outline-color .18s ease, filter .18s ease;
    transform: none !important;
}
.sht-blog-featured-img:hover,
.sht-blog-card-img:hover {
    outline-color: rgba(8,112,150,0.22);
    box-shadow: 0 12px 26px rgba(16,16,16,0.12);
    filter: brightness(1.012);
    transform: none !important;
}
.sht-blog-featured-img img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    transform: none !important;
}
.sht-blog-featured-copy {
    padding: 42px;
}
.sht-blog-featured-copy span,
.sht-blog-card-body span,
.sht-post-kicker,
.sht-sidebar-cta span {
    color: var(--color-ui--green-light);
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.sht-blog-featured-copy h2,
.sht-blog-card-body h3,
.sht-sidebar-box h3,
.sht-sidebar-cta h3 {
    color: #101010;
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    letter-spacing: 0;
}
.sht-blog-featured-copy h2 {
    font-size: 34px;
    line-height: 1.18;
    margin: 12px 0 14px;
}
.sht-blog-featured-copy h2 a,
.sht-blog-card-body h3 a {
    color: inherit;
    text-decoration: none;
}
.sht-blog-featured-copy h2 a:hover,
.sht-blog-card-body h3 a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.sht-blog-featured-copy p,
.sht-blog-card-body p,
.sht-post-content p,
.sht-sidebar-cta p {
    color: #555;
}
.sht-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}
.sht-blog-meta em {
    color: #555;
    background: #f2f4f7;
    border: 1px solid rgba(16,16,16,0.08);
    border-radius: 3px;
    padding: 5px 9px;
    font-size: 13px;
    font-style: normal;
}
.sht-blog-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.14);
    box-shadow: 0 8px 22px rgba(16,16,16,0.04);
    transition: box-shadow .18s ease, border-color .18s ease;
    display: flex;
    flex-direction: column;
}
.sht-blog-card:hover {
    border-color: rgba(16,16,16,0.22);
    box-shadow: 0 16px 34px rgba(16,16,16,0.08);
}
.sht-blog-card-img img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transform: none !important;
    transition: filter .18s ease;
}
.sht-blog-card-img:hover img,
.sht-blog-featured-img:hover img {
    transform: none !important;
}
.sht-blog-card-body {
    padding: 24px;
    display: flex;
    flex: 1;
    flex-direction: column;
}
.sht-blog-card-body h3 {
    font-size: 22px;
    line-height: 1.25;
    margin: 10px 0;
}
.sht-blog-card-read {
    height: 40px;
    padding: 0 15px;
    align-self: flex-start;
    margin-top: auto;
}
.sht-post-meta-panel,
.sht-sidebar-box,
.sht-sidebar-cta,
.sht-post-note {
    background: #fff;
    border: 1px solid rgba(16,16,16,0.12);
    box-shadow: 0 12px 28px rgba(16,16,16,0.06);
}
.sht-post-meta-panel {
    padding: 24px;
}
.sht-post-meta-panel span {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    color: #101010;
    border-bottom: 1px solid rgba(16,16,16,0.08);
    padding: 10px 0;
}
.sht-post-meta-panel span:last-child {
    border-bottom: none;
}
.sht-post-content {
    color: #101010;
}
.sht-post-cover {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border: 1px solid rgba(16,16,16,0.12);
    margin-bottom: 34px;
}
.sht-post-content .lead {
    color: #101010;
    font-size: 22px;
    line-height: 1.45;
}
.sht-post-content h2 {
    color: #101010;
    font-family: "Barlow", sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin: 34px 0 12px;
}
.sht-post-content ul {
    margin: 18px 0 24px;
    padding-left: 20px;
}
.sht-post-content li {
    color: #555;
    margin-bottom: 10px;
}
.sht-post-note {
    padding: 20px 22px;
    border-left: 4px solid #087096;
    margin: 26px 0;
    color: #101010;
}
.sht-post-sidebar {
    position: sticky;
    top: 130px;
}
.sht-sidebar-box,
.sht-sidebar-cta {
    padding: 24px;
    margin-bottom: 24px;
}
.sht-sidebar-box h3,
.sht-sidebar-cta h3 {
    font-size: 22px;
    margin-bottom: 14px;
}
.sht-sidebar-box a {
    display: block;
    color: #101010;
    border-top: 1px solid rgba(16,16,16,0.08);
    padding: 12px 0;
}
.sht-sidebar-box a:hover {
    color: #087096;
}
.sht-post-nav {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid rgba(16,16,16,0.12);
    margin-top: 44px;
    padding-top: 24px;
}
.sht-post-nav a {
    color: #101010;
    font-weight: 700;
}
.sht-post-nav a:hover {
    color: #087096;
}
@media screen and (max-width: 991px) {
    .sht-blog-featured {
        grid-template-columns: 1fr;
    }
    .sht-blog-featured-img img {
        min-height: 260px;
    }
    .sht-post-sidebar {
        position: static;
        margin-top: 34px;
    }
}
@media screen and (max-width: 767px) {
    .sht-blog-hero,
    .sht-post-hero {
        padding: 82px 0 30px !important;
    }
    .sht-blog-search {
        align-items: stretch;
        flex-wrap: wrap;
    }
    .sht-blog-search button {
        width: 100%;
    }
    .sht-blog-featured-copy {
        padding: 26px;
    }
    .sht-post-nav {
        flex-direction: column;
    }
}

/* ======= Pagination Active Contrast ======= */
.pagination-wrap li a.active,
.pagination-wrap li a.active:hover {
    color: #fff !important;
    background: var(--color-ui--green-light) !important;
    border-color: var(--color-ui--green-light) !important;
}
.pagination-wrap li a.active i,
.pagination-wrap li a.active:hover i {
    color: #fff !important;
}

/* ======= Theme Preview Image Hover ======= */
.market-hero-product-link,
.market-product-image,
.market-featured-image,
.tf-listing-image,
.tf-preview-card > img,
.tf-demo-thumb img {
    outline: 1px solid transparent;
    outline-offset: 0;
    box-shadow: 0 0 0 rgba(16,16,16,0);
    transition: box-shadow .18s ease, outline-color .18s ease, filter .18s ease;
    transform: none !important;
}
.market-hero-product-link:hover,
.market-product-image:hover,
.market-featured-image:hover,
.tf-listing-image:hover,
.tf-preview-card > img:hover,
.tf-demo-thumb:hover img {
    outline-color: rgba(8,112,150,0.26);
    box-shadow: 0 12px 28px rgba(16,16,16,0.14);
    filter: brightness(1.015);
    transform: none !important;
    z-index: 2;
}
.market-hero-product-link:hover img,
.market-product-image:hover img,
.market-featured-image:hover img,
.tf-listing-image:hover img,
.tf-demo-thumb:hover img {
    transform: none !important;
}
.market-hero-product-link {
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.market-hero-product-link::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    box-shadow: inset 0 0 0 1px rgba(8,112,150,0.24), inset 0 -18px 26px rgba(16,16,16,0.08);
    transition: opacity .18s ease;
}
.market-hero-product-link:hover {
    outline-color: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
}
.market-hero-product-link:hover::after {
    opacity: 1;
}
.market-hero-product,
.market-hero-product:hover {
    box-shadow: 0 8px 24px rgba(16,16,16,0.055) !important;
}
.market-hero-product img {
    display: block;
    vertical-align: top;
    transform: none !important;
}
.market-category-card h3,
.market-trust-item h4 {
    display: inline-block;
}
.market-hero-product {
    display: grid !important;
    grid-template-rows: auto 1fr;
    overflow: hidden;
}
.market-hero-product-link,
.market-hero-product-link:hover {
    display: block !important;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
    overflow: hidden;
    line-height: 0;
    outline: 0 !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
    z-index: auto !important;
}
.market-hero-product-link img,
.market-hero-product-link:hover img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover;
    margin: 0 !important;
    transform: none !important;
    transition: none !important;
}
.market-hero-product-body,
.market-hero-product-link:hover + .market-hero-product-body {
    position: relative;
    z-index: 1;
    margin-top: 0 !important;
    transform: none !important;
    transition: none !important;
}
.retail-sales-listing .tf-listing-image,
.retail-sales-listing .tf-listing-image img {
    border-radius: 2px !important;
}

/* ======= Current Polish Updates ======= */
.market-hero-product {
    overflow: visible !important;
}
.market-hero-product-link,
.market-hero-product-link:hover {
    aspect-ratio: 59 / 30 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    filter: none !important;
}
.market-hero-product-link::after {
    display: none !important;
}
.market-hero-product-link:hover {
    box-shadow: 0 14px 32px rgba(16,16,16,0.16) !important;
}
.market-hero-product-link img,
.market-hero-product-link:hover img {
    object-fit: cover;
    border: 0 !important;
}
.market-categories .market-category-card h3,
.market-products .market-trust-item h4 {
    padding-left: 10px;
}
.retail-sales-listing .tf-listing-image:hover {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: 0 13px 28px rgba(16,16,16,0.14) !important;
}
.retail-sales-listing .tf-listing-image:hover img {
    border: 0 !important;
}
.sht-blog-hero,
.sht-post-hero {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 176px !important;
    padding-bottom: 18px !important;
}
.sht-blog-read,
.sht-blog-read:hover {
    box-sizing: border-box;
    position: relative;
    top: 0 !important;
    margin-bottom: 0 !important;
    transform: none !important;
    line-height: 1 !important;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease !important;
    will-change: auto !important;
}
.sht-blog-read i,
.sht-blog-read:hover i {
    position: relative;
    top: 0 !important;
    transform: none !important;
    line-height: 1 !important;
    margin: 0 !important;
}
.sht-blog-card-read,
.sht-blog-card-read:hover {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 15px !important;
    border-width: 1px !important;
    transform: none !important;
}
.sht-blog-pagination {
    margin-top: 8px;
}
.sht-affiliate-banner {
    padding: 28px;
    margin-bottom: 24px;
    color: #fff;
    background: #101010;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 38px rgba(16,16,16,0.16);
}
.sht-affiliate-banner span {
    color: var(--color-ui--green-light);
    font-size: 14px;
    font-weight: 700;
}
.sht-affiliate-banner h3 {
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    margin: 12px 0;
}
.sht-affiliate-banner p {
    color: rgba(255,255,255,0.76);
}
.sht-affiliate-banner a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 16px;
    margin-top: 8px;
    color: #fff !important;
    background: var(--color-ui--green-light);
    border: 1px solid var(--color-ui--green-light);
    border-radius: 3px;
    font-weight: 700;
}
.sht-affiliate-banner a:hover {
    color: #fff !important;
    background: #087096;
    border-color: #087096;
    transform: none !important;
}
.sht-hosting-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 22px 0 30px;
}
.sht-hosting-grid div,
.sht-theme-list li {
    border: 1px solid rgba(16,16,16,0.12);
    background: #fff;
    box-shadow: 0 8px 22px rgba(16,16,16,0.04);
}
.sht-hosting-grid div {
    padding: 20px;
}
.sht-hosting-grid h3 {
    color: #101010;
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 8px;
}
.sht-theme-list {
    display: grid;
    gap: 12px;
    margin: 24px 0 34px;
    padding-left: 0;
    counter-reset: hotel-themes;
}
.sht-theme-list li {
    position: relative;
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 16px;
    padding: 16px 18px 16px 56px;
    list-style: none;
    counter-increment: hotel-themes;
}
.sht-theme-list li::before {
    content: counter(hotel-themes);
    position: absolute;
    left: 18px;
    top: 16px;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--color-ui--green-light);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 800;
}
.sht-theme-list strong {
    color: #101010;
}
.sht-theme-list span {
    color: #555;
}
@media screen and (max-width: 767px) {
    .sht-blog-hero,
    .sht-post-hero {
        height: auto !important;
        min-height: 0 !important;
        padding-top: 128px !important;
        padding-bottom: 18px !important;
    }
    .sht-hosting-grid,
    .sht-theme-list li {
        grid-template-columns: 1fr;
    }
}

/* ======= Blog Banner And Preview Hover Refinement ======= */
.sht-post-hero .breadcrumb {
    margin-bottom: 14px;
}
.sht-post-hero .breadcrumb a {
    color: #087096 !important;
    font-weight: 700;
}
.sht-post-hero .breadcrumb a:hover {
    color: var(--color-ui--green-light) !important;
}
.sht-post-hero .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(16,16,16,0.42) !important;
}
.sht-post-hero .breadcrumb-item.active {
    color: #101010 !important;
    font-weight: 700;
}
.sht-blog-hero,
.sht-post-hero {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 176px !important;
    padding-bottom: 32px !important;
}
.sht-blog-read,
.sht-blog-read:hover,
.sht-blog-card-read,
.sht-blog-card-read:hover {
    top: 0 !important;
    margin-top: auto;
    margin-bottom: 0 !important;
    transform: none !important;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease !important;
}
.market-hero-product-link,
.market-product-image,
.market-featured-image,
.tf-category .market-product-image,
.retail-sales-listing .tf-listing-image {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    transition: box-shadow .2s ease, filter .2s ease !important;
    transform: none !important;
}
.market-hero-product-link:hover,
.market-product-image:hover,
.market-featured-image:hover,
.tf-category .market-product-image:hover,
.retail-sales-listing .tf-listing-image:hover {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: 0 14px 30px rgba(16,16,16,0.14) !important;
    filter: brightness(1.012);
    transform: none !important;
}
.market-hero-product-link img,
.market-hero-product-link:hover img,
.market-product-image img,
.market-product-image:hover img,
.market-featured-image img,
.market-featured-image:hover img,
.tf-category .market-product-image img,
.tf-category .market-product-image:hover img,
.retail-sales-listing .tf-listing-image img,
.retail-sales-listing .tf-listing-image:hover img {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}
.retail-sales-listing .tf-listing-item,
.retail-sales-listing .tf-listing-item:hover {
    border-color: rgba(16,16,16,0.12) !important;
}
@media screen and (max-width: 767px) {
    .sht-blog-hero,
    .sht-post-hero {
        padding-top: 128px !important;
        padding-bottom: 28px !important;
    }
}

/* Featured blog CTA must not move on hover. */
.sht-blog-featured-copy > .sht-blog-read,
.sht-blog-featured-copy > .sht-blog-read:hover,
.sht-blog-featured-copy > .sht-blog-read:focus {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: auto !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-width: 1px !important;
    line-height: 1 !important;
    vertical-align: top !important;
    transform: translate3d(0,0,0) !important;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease !important;
}
.sht-blog-featured-copy > .sht-blog-read i,
.sht-blog-featured-copy > .sht-blog-read:hover i,
.sht-blog-featured-copy > .sht-blog-read:focus i {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    margin: 0 !important;
    transform: translate3d(0,0,0) !important;
}

/* ======= Free Theme Category ======= */
.free-theme-listing .free-theme-stack {
    display: grid;
    gap: 22px;
}
.free-theme-listing .free-theme-list-item {
    display: grid;
    grid-template-columns: minmax(300px, 34%) minmax(0, 1fr) 160px;
    gap: 24px;
    align-items: center;
    padding: 18px;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.12);
    box-shadow: 0 12px 30px rgba(16,16,16,0.055);
    transition: box-shadow .18s ease, border-color .18s ease;
}
.free-theme-listing .free-theme-list-item:hover {
    border-color: rgba(16,16,16,0.12);
    box-shadow: 0 18px 42px rgba(16,16,16,0.1);
}
.free-theme-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.12);
    box-shadow: none;
}
.free-theme-card .img {
    overflow: hidden;
    background: #f4f5f7;
}
.free-theme-card .img img {
    display: block;
    width: 100%;
    aspect-ratio: 59 / 30;
    object-fit: contain;
    background: #f4f5f7;
}
.free-theme-card .con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 15px 16px 17px;
    background: #fff;
    border-top: 1px solid rgba(16,16,16,0.08);
}
.free-theme-card .title {
    min-width: 0;
}
.free-theme-card .title h6 {
    margin-bottom: 6px;
    color: #555;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.free-theme-card .title h6 span {
    color: var(--color-ui--green-light);
}
.free-theme-card .title h3 {
    margin: 0;
    color: #101010;
    font-family: "Barlow", sans-serif;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.free-theme-card .title h3 a,
.free-theme-copy h3 a {
    color: inherit;
}
.free-theme-card .icon .arrow {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #101010 !important;
    background: #fff;
    border: 1px solid #087096;
    border-radius: 3px;
}
.free-theme-card .icon .arrow:hover {
    color: #fff !important;
    background: #087096;
    border-color: #087096;
    transform: none !important;
}
.free-theme-copy h3 {
    margin-bottom: 10px;
    color: #101010;
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
}
.free-theme-copy p {
    color: #555;
    margin-bottom: 12px;
}
.free-theme-copy ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.free-theme-copy li {
    position: relative;
    color: #555;
    padding-left: 18px;
}
.free-theme-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: var(--color-ui--green-light);
    border-radius: 50%;
}
.free-theme-listing .free-theme-list-item aside {
    display: grid;
    justify-items: end;
    gap: 8px;
    text-align: right;
}
.free-theme-listing .free-theme-list-item aside strong {
    color: var(--color-ui--green-light);
    font-size: 28px;
    line-height: 1;
}
.free-theme-listing .free-theme-list-item aside em {
    color: #555;
    font-style: normal;
}
@media screen and (max-width: 1199px) {
    .free-theme-listing .free-theme-list-item {
        grid-template-columns: minmax(260px, 38%) minmax(0, 1fr);
    }
    .free-theme-listing .free-theme-list-item aside {
        grid-column: 1 / -1;
        justify-items: start;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .free-theme-listing .free-theme-list-item {
        grid-template-columns: 1fr;
    }
}

/* Free theme list item refinement */
.free-theme-listing .free-theme-card {
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.free-theme-listing .free-theme-card .con {
    display: none !important;
}
.free-theme-listing .free-theme-card .img {
    overflow: visible;
    background: transparent;
    border-radius: 2px;
}
.free-theme-listing .free-theme-card .img a {
    display: block;
    overflow: hidden;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 2px;
    box-shadow: none;
    transition: box-shadow .2s ease, filter .2s ease;
}
.free-theme-listing .free-theme-card .img a:hover {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: 0 13px 28px rgba(16,16,16,0.14);
    filter: brightness(1.012);
}
.free-theme-listing .free-theme-card .img img {
    border-radius: 2px;
    border: 0 !important;
    outline: 0 !important;
}
.free-theme-listing .tf-listing-actions .tf-live-preview,
.free-theme-listing .tf-listing-actions .tf-details-icon {
    color: #101010 !important;
    background: #fff !important;
    border: 1px solid #087096 !important;
    box-shadow: none !important;
    transform: none !important;
}
.free-theme-listing .tf-listing-actions .tf-details-icon {
    width: 42px;
    padding: 0;
}
.free-theme-listing .tf-listing-actions .tf-details-icon i {
    color: #101010 !important;
}
.free-theme-listing .tf-listing-actions .tf-live-preview:hover,
.free-theme-listing .tf-listing-actions .tf-details-icon:hover {
    color: #fff !important;
    background: #087096 !important;
    border-color: #087096 !important;
}
.free-theme-listing .tf-listing-actions .tf-details-icon:hover i {
    color: #fff !important;
}

/* Match free-theme action buttons to retail sales listing buttons. */
.free-theme-listing .free-theme-list-item aside .tf-listing-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    width: 100%;
}
.free-theme-listing .free-theme-list-item aside .tf-listing-actions a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 12px !important;
    color: #101010 !important;
    background: #fff !important;
    border: 1px solid #087096 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-family: "Barlow", Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
    white-space: nowrap !important;
    transform: none !important;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease !important;
}
.free-theme-listing .free-theme-list-item aside .tf-listing-actions .tf-live-preview {
    min-width: 104px !important;
}
.free-theme-listing .free-theme-list-item aside .tf-listing-actions .tf-details-icon {
    width: 42px !important;
    min-width: 42px !important;
    padding: 0 !important;
}
.free-theme-listing .free-theme-list-item aside .tf-listing-actions .tf-details-icon i {
    color: #101010 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    transform: none !important;
}
.free-theme-listing .free-theme-list-item aside .tf-listing-actions a:hover,
.free-theme-listing .free-theme-list-item aside .tf-listing-actions a:focus {
    color: #fff !important;
    background: #087096 !important;
    border-color: #087096 !important;
    box-shadow: none !important;
    transform: none !important;
}
.free-theme-listing .free-theme-list-item aside .tf-listing-actions a:hover i,
.free-theme-listing .free-theme-list-item aside .tf-listing-actions a:focus i {
    color: #fff !important;
    transform: none !important;
}
@media screen and (max-width: 1199px) {
    .free-theme-listing .free-theme-list-item aside .tf-listing-actions {
        justify-content: flex-start !important;
    }
}

/* Hotel theme post list with large article-style previews. */
.sht-post-content .sht-theme-list {
    display: block;
    margin: 26px 0 40px;
    padding-left: 0;
}
.sht-post-content .sht-theme-list li {
    display: block;
    padding: 0 0 38px 0;
    margin: 0 0 38px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(16,16,16,0.1);
    box-shadow: none;
}
.sht-post-content .sht-theme-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.sht-post-content .sht-theme-list li::before {
    display: none;
}
.sht-post-content .sht-theme-list h3 {
    margin: 0 0 10px;
    color: #101010;
    font-family: "Barlow", Arial, sans-serif;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 800;
}
.sht-post-content .sht-theme-list h3 a {
    color: inherit;
}
.sht-post-content .sht-theme-list h3 a:hover {
    color: #101010;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.sht-post-content .sht-theme-list p {
    margin: 0 0 16px;
    color: #555;
}
.sht-theme-thumb,
.sht-theme-thumb:hover,
.sht-theme-thumb:focus {
    display: block !important;
    width: 100%;
    aspect-ratio: 59 / 30;
    overflow: hidden;
    margin: 0 0 16px;
    border: 0 !important;
    border-radius: 3px;
    outline: 0 !important;
    background: transparent;
    box-shadow: none;
    line-height: 0;
    transform: translateZ(0);
    transition: box-shadow .2s ease;
}
.sht-theme-thumb:hover {
    box-shadow: 0 15px 36px rgba(16,16,16,0.15);
    transform: translateZ(0);
}
.sht-theme-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0 !important;
    transform: none !important;
    transition: none !important;
}
.sht-theme-thumb:hover img {
    transform: none !important;
}
.sht-theme-link,
.sht-theme-link:hover,
.sht-theme-link:focus {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 38px;
    min-height: 38px;
    padding: 0 14px;
    color: #101010 !important;
    background: #fff;
    border: 1px solid #087096;
    border-radius: 3px;
    font-family: "Barlow", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    vertical-align: top;
    transform: none !important;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.sht-theme-link:hover {
    color: #fff !important;
    background: #087096;
    border-color: #087096;
    transform: none !important;
}
@media screen and (max-width: 767px) {
    .sht-post-content .sht-theme-list li {
        padding-left: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .sht-post-content .sht-theme-list h3 {
        font-size: 22px;
    }
}

/* Blog post sidebar spacing. */
@media screen and (min-width: 992px) {
    .sht-post-section .row > .col-lg-4 {
        padding-left: 36px;
    }
}

/* Author contact page. */
.sht-author-contact-hero {
    background: #ebedf4;
    height: auto !important;
    min-height: 0 !important;
    padding-top: 165px !important;
    padding-bottom: 44px !important;
}
.sht-author-contact-hero h1 {
    max-width: 760px;
    color: #101010;
    font-family: "Barlow", Arial, sans-serif;
    font-size: 44px;
    line-height: 1.12;
    font-weight: 800;
    margin-bottom: 12px;
}
.sht-author-contact-hero h6 {
    color: var(--color-ui--green-light);
    font-family: "Barlow", Arial, sans-serif;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0;
}
.sht-author-contact-hero p {
    max-width: 680px;
    margin-bottom: 0;
    color: #555;
}
.sht-author-hero-card {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    padding: 28px;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.08);
    box-shadow: 0 18px 42px rgba(16,16,16,0.08);
}
.sht-author-hero-card img {
    width: 132px;
    height: auto;
}
.sht-author-hero-card span,
.sht-author-section-head span {
    color: var(--color-ui--green-light);
    font-size: 14px;
    font-weight: 800;
}
.sht-author-hero-card h3,
.sht-author-card h2,
.sht-author-services h3,
.sht-author-sidebox h3 {
    color: #101010;
    font-family: "Barlow", Arial, sans-serif;
    font-weight: 800;
}
.sht-author-hero-card h3 {
    margin: 4px 0 6px;
    font-size: 28px;
    line-height: 1.1;
}
.sht-author-hero-card p {
    font-size: 16px;
    line-height: 1.55;
}
.sht-author-contact {
    background: #fff;
}
.sht-author-card {
    padding: 34px;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.1);
    box-shadow: 0 16px 38px rgba(16,16,16,0.055);
}
.sht-author-section-head {
    margin-bottom: 24px;
}
.sht-author-card h2 {
    font-size: 32px;
    line-height: 1.2;
    margin: 6px 0 8px;
}
.sht-author-form label {
    display: block;
    margin-bottom: 7px;
    color: #101010;
    font-size: 14px;
    font-weight: 700;
}
.sht-author-form input,
.sht-author-form select,
.sht-author-form textarea {
    width: 100%;
    height: 50px;
    margin-bottom: 16px;
    padding: 0 14px;
    color: #555;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.14);
    border-radius: 3px;
    outline: 0;
}
.sht-author-form textarea {
    min-height: 150px;
    padding: 14px;
    resize: vertical;
}
.sht-author-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 46px;
    padding: 0 18px;
    color: #fff;
    background: var(--color-ui--green-light);
    border: 1px solid var(--color-ui--green-light);
    border-radius: 3px;
    font-family: "Barlow", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}
.sht-author-form button i {
    color: #fff;
}
.sht-author-form button:hover {
    color: #fff;
    background: #101010;
    border-color: #101010;
    transform: none;
}
.sht-author-services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}
.sht-author-services article {
    padding: 22px;
    background: #ebedf4;
    border: 1px solid rgba(16,16,16,0.06);
}
.sht-author-services i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    color: #fff;
    background: var(--color-ui--green-light);
    border-radius: 50%;
}
.sht-author-services h3,
.sht-author-sidebox h3 {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 8px;
}
.sht-author-services p,
.sht-author-sidebox p,
.sht-author-sidebox li {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}
.sht-author-sidebar {
    position: sticky;
    top: 112px;
}
.sht-author-sidebox {
    padding: 24px;
    margin-bottom: 22px;
    background: #fff;
    border: 1px solid rgba(16,16,16,0.1);
    box-shadow: 0 14px 32px rgba(16,16,16,0.045);
}
.sht-author-profile {
    background: #101010;
}
.sht-author-profile img {
    width: 78px;
    height: 78px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 16px;
}
.sht-author-profile h3 {
    color: #fff;
}
.sht-author-profile p {
    color: rgba(255,255,255,0.74);
}
.sht-author-profile a {
    color: var(--color-ui--green-light);
    font-weight: 700;
}
.sht-author-sidebox ul {
    margin: 0;
    padding-left: 18px;
}
.sht-author-sidebox li {
    margin-bottom: 8px;
}
.tf-author-box div a + a {
    margin-left: 10px;
}
.tf-license-box .tf-buy-button,
.tf-license-box .tf-outline-button,
.tf-license-box .tf-buy-button:hover,
.tf-license-box .tf-outline-button:hover,
.tf-license-box .tf-buy-button:focus,
.tf-license-box .tf-outline-button:focus {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 18px !important;
    margin-top: 14px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    line-height: 1 !important;
    vertical-align: top !important;
    transform: none !important;
}
.tf-license-box .tf-buy-button {
    color: #fff !important;
    background: var(--color-ui--green-light) !important;
    border-color: var(--color-ui--green-light) !important;
}
.tf-license-box .tf-outline-button {
    color: #101010 !important;
    background: #fff !important;
    border-color: rgba(16,16,16,0.12) !important;
}
.tf-license-box .tf-buy-button:hover,
.tf-license-box .tf-outline-button:hover {
    color: #fff !important;
    background: #101010 !important;
    border-color: #101010 !important;
}
.tf-license-box .tf-buy-button i,
.tf-license-box .tf-buy-button:hover i,
.tf-license-box .tf-outline-button:hover i {
    color: #fff !important;
}
@media screen and (max-width: 991px) {
    .sht-author-services {
        grid-template-columns: 1fr;
    }
    .sht-author-sidebar {
        position: static;
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .sht-author-contact-hero {
        padding-top: 132px !important;
        padding-bottom: 34px !important;
    }
    .sht-author-contact-hero h1 {
        font-size: 34px;
    }
    .sht-author-hero-card {
        grid-template-columns: 1fr;
    }
    .sht-author-card {
        padding: 24px;
    }
}

/* Responsive header and hero clearance audit fixes. */
@media screen and (max-width: 991px) {
    .market-header {
        height: auto !important;
    }
    .market-header > .container {
        min-height: 88px !important;
        height: 88px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .market-header .logo-wrapper,
    .nav-scroll .market-header .logo-wrapper {
        padding: 18px 4px !important;
    }
    .market-header .logo-wrapper .logo {
        min-height: 0 !important;
    }
    .market-header .logo-img,
    .nav-scroll .market-header .logo-img {
        width: 170px !important;
        max-width: 170px !important;
    }
    .market-header .navbar-toggler {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: fixed !important;
        top: 22px !important;
        right: 16px !important;
        z-index: 2000 !important;
        width: 44px !important;
        height: 44px !important;
        padding: 0 !important;
        margin: 0 0 0 auto !important;
        color: #fff !important;
    }
    .market-header .navbar-toggler-icon,
    .market-header .navbar-toggler-icon i {
        color: #fff !important;
        font-size: 24px !important;
        line-height: 1 !important;
    }
    .market-header .navbar-toggler::before {
        content: "";
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        box-shadow: 0 -7px 0 #fff, 0 7px 0 #fff;
    }
    .market-header .navbar-toggler-icon {
        display: none !important;
    }
    .market-subnav {
        height: 56px !important;
        overflow: hidden;
    }
    .market-subnav .container {
        flex-wrap: nowrap !important;
        align-items: center !important;
        height: 56px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scrollbar-width: none;
    }
    .market-subnav .container::-webkit-scrollbar {
        display: none;
    }
    .market-menu-item,
    .market-menu-trigger,
    .market-menu-link {
        flex: 0 0 auto;
        height: 56px !important;
    }
    .market-header + .market-hero.section-padding,
    .market-header + .banner-header.section-padding,
    .market-header + .product-header.section-padding,
    .sht-blog-hero,
    .sht-post-hero,
    .sht-author-contact-hero {
        padding-top: 178px !important;
    }
    .market-hero [class*="col-"],
    .tf-category-hero [class*="col-"],
    .tf-product-hero [class*="col-"],
    .sht-blog-hero [class*="col-"],
    .sht-post-hero [class*="col-"],
    .sht-author-contact-hero [class*="col-"] {
        min-width: 0 !important;
    }
    .market-hero .market-hero-copy,
    .tf-category-hero .tf-hero-copy,
    .tf-category-hero .tf-hero-form-col,
    .tf-product-hero .tf-product-hero-copy,
    .sht-author-contact-hero .col-lg-7,
    .sht-author-contact-hero .col-lg-5 {
        width: calc(100vw - 24px) !important;
        max-width: calc(100vw - 24px) !important;
        flex: 0 0 calc(100vw - 24px) !important;
    }
    .market-hero h1,
    .tf-category-hero h1,
    .tf-product-hero h1,
    .sht-blog-hero h1,
    .sht-post-hero h1,
    .sht-author-contact-hero h1 {
        max-width: 100% !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }
}
@media screen and (max-width: 575px) {
    .market-header .navbar-toggler {
        left: min(calc(100vw - 60px), 330px) !important;
        right: auto !important;
    }
    .market-header > .container {
        min-height: 84px !important;
        height: 84px !important;
    }
    .market-header .logo-img,
    .nav-scroll .market-header .logo-img {
        width: 160px !important;
        max-width: 160px !important;
    }
    .market-subnav,
    .market-subnav .container,
    .market-menu-item,
    .market-menu-trigger,
    .market-menu-link {
        height: 52px !important;
    }
    .market-menu-trigger,
    .market-menu-link {
        font-size: 14px !important;
    }
    .market-header + .market-hero.section-padding,
    .market-header + .banner-header.section-padding,
    .market-header + .product-header.section-padding,
    .sht-blog-hero,
    .sht-post-hero,
    .sht-author-contact-hero {
        padding-top: 164px !important;
    }
    .market-hero .market-hero-copy,
    .tf-category-hero .tf-hero-copy,
    .tf-category-hero .tf-hero-form-col,
    .tf-product-hero .tf-product-hero-copy,
    .sht-author-contact-hero .col-lg-7,
    .sht-author-contact-hero .col-lg-5 {
        width: calc(100vw - 24px) !important;
        max-width: 336px !important;
        flex: 0 0 auto !important;
    }
    .market-hero h1,
    .tf-category-hero h1,
    .tf-product-hero h1,
    .sht-blog-hero h1,
    .sht-post-hero h1,
    .sht-author-contact-hero h1 {
        max-width: 336px !important;
        overflow-wrap: anywhere !important;
        word-break: normal !important;
    }
    .market-hero p,
    .tf-category-hero p,
    .tf-product-hero p,
    .sht-blog-hero p,
    .sht-post-hero p,
    .sht-author-contact-hero p {
        max-width: 336px !important;
        overflow-wrap: break-word !important;
    }
    .market-hero p {
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: left !important;
    }
}

/* Mobile listing filter and sort cleanup. */
.market-filter-block label {
    justify-content: flex-start !important;
    align-items: center !important;
}
.market-filter-block label input {
    flex: 0 0 auto;
}
@media screen and (max-width: 575px) {
    .retail-sales-listing .market-sidebar {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .retail-sales-listing .retail-sales-results-col {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }
    .retail-sales-listing .market-filter-block label {
        display: flex !important;
        width: 100%;
        gap: 8px !important;
        color: #555;
        line-height: 1.35;
    }
    .retail-sales-listing .market-results-bar {
        display: block !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .retail-sales-listing .section-title,
    .retail-sales-listing .market-lead {
        max-width: 336px !important;
        overflow-wrap: anywhere;
    }
    .retail-sales-listing .tf-sort-buttons {
        width: 100%;
        justify-content: flex-start !important;
        margin-top: 14px;
    }
    .retail-sales-listing .tf-sort-buttons a {
        flex: 1 1 100%;
        justify-content: center;
        min-width: 0;
        max-width: 100%;
        text-align: center;
        white-space: normal;
    }
    .retail-sales-listing .tf-active-filters {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
}

/* Mobile marketplace card containment. */
@media screen and (max-width: 575px) {
    .market-search,
    .market-list-search,
    .tf-hero-panel,
    .market-quick-links,
    .market-hero-product,
    .market-category-card,
    .market-product-card,
    .market-trust-item,
    .tf-mini-card,
    .tf-listing-item,
    .free-theme-list-item,
    .tf-preview-card,
    .tf-detail-content,
    .tf-detail-panel,
    .tf-license-box,
    .tf-author-box,
    .tf-meta-box,
    .tf-share-box,
    .sht-author-card,
    .sht-author-sidebox,
    .sht-author-services article {
        width: 100% !important;
        max-width: 336px !important;
        overflow: hidden;
    }
    .market-quick-links {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .market-quick-links a {
        flex: 1 1 calc(50% - 8px);
        min-width: 0;
        justify-content: center;
        text-align: center;
    }
    .market-category-card *,
    .market-product-card *,
    .market-hero-product *,
    .tf-listing-item *,
    .free-theme-list-item *,
    .tf-detail-content *,
    .tf-detail-panel * {
        max-width: 100%;
        overflow-wrap: anywhere;
    }
    .sht-author-card *,
    .sht-author-sidebox *,
    .sht-author-services article * {
        max-width: 100%;
        overflow-wrap: anywhere;
    }
    .sht-author-form input,
    .sht-author-form select,
    .sht-author-form textarea {
        width: 100% !important;
        min-width: 0 !important;
    }
    .sht-post-section .container,
    .sht-post-section .row,
    .sht-post-section [class*="col-"] {
        min-width: 0 !important;
        max-width: 100% !important;
    }
    .sht-post-content,
    .sht-post-cover,
    .sht-theme-list,
    .sht-theme-list li,
    .sht-theme-thumb,
    .sht-post-nav,
    .sht-post-meta-panel,
    .sht-sidebar-box,
    .sht-sidebar-cta,
    .sht-affiliate-banner {
        width: 100% !important;
        max-width: 336px !important;
        overflow: hidden;
    }
    .sht-post-content *,
    .sht-theme-list *,
    .sht-sidebar-box *,
    .sht-sidebar-cta *,
    .sht-affiliate-banner * {
        max-width: 100%;
        overflow-wrap: anywhere;
    }
}

/* Mobile blog card overflow cleanup. */
@media screen and (max-width: 575px) {
    .sht-blog-section .container {
        max-width: 100% !important;
        overflow: hidden;
    }
    .sht-blog-featured,
    .sht-blog-card {
        width: calc(100vw - 24px) !important;
        max-width: 336px !important;
        overflow: hidden;
    }
    .sht-blog-featured > *,
    .sht-blog-card > *,
    .sht-blog-featured-copy,
    .sht-blog-card-body {
        min-width: 0;
        width: 100%;
        max-width: 336px;
    }
    .sht-blog-featured-img,
    .sht-blog-card-img {
        width: 100%;
        max-width: 100%;
        line-height: 0;
    }
    .sht-blog-featured-img img,
    .sht-blog-card-img img {
        display: block;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 16 / 10;
        object-fit: contain !important;
        transform: none !important;
    }
    .sht-blog-featured-copy h2,
    .sht-blog-card-body h3,
    .sht-blog-featured-copy p,
    .sht-blog-card-body p {
        max-width: 100%;
        overflow-wrap: anywhere;
    }
}
