/*
    Theme Name: Openfs HVAC
    Theme URI:  https://github.com/Open-FS/hvac/ 
    Author: OpenFS LLC
    Author URI: https://github.com/hmcarlosj
    Description: Theme for HVAC Metals
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: corporate, metalic, hvac, llc
    Text Domain: hvac metalsß
*/

/* Constrc Construction Business HTML-5 Template */

/*** 

====================================================================
	Header style One
====================================================================

***/

:root {
    --main-color: #ff3a00;
    --main-color-rgb: 255, 101, 12;
    --white-color: rgb(255, 255, 255);
    --white-color-rgb: 255, 255, 255;
    --black-color: rgb(0, 0, 0);
    --black-color-rgb: 0, 0, 0;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-three);
}

body {
    line-height: 1.6em;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.text-left {
    text-align: left;
}

.dark-layout {
    position: relative;
    background-color: var(--black-color);
}

a:hover {
    color: #eb7857;
}

i {
    font-style: normal;
}

.bordered-layout .page-wrapper {
    padding: 0px 50px 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: var(--main-color);
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin: 0px;
    background: none;
    font-weight: 700;
    color: var(--black-color);
}

input,
button,
select,
textarea {
}

textarea {
    overflow: hidden;
}

.text,
p {
    position: relative;
    line-height: 1.7em;
    color: #666666;
    font-size: 16px;
}

h1 {
    font-size: 100px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}

.auto-container_two {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

.theme-btn {
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.centered {
    text-align: center;
}

::-webkit-input-placeholder {
    color: inherit;
}
::-moz-input-placeholder {
    color: inherit;
}
::-ms-input-placeholder {
    color: inherit;
}

.btn-style-one {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    padding: 8px 8px 8px 35px;
    color: var(--white-color);
    text-transform: capitalize;
    background-color: var(--main-color);
}

.btn-style-one:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: '';
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: var(--white-color);
}

.btn-style-one:hover:before {
    top: 0%;
}

.btn-style-one i {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 15px;
    border-radius: 50px;
    display: inline-block;
    background-color: var(--black-color);
}

.btn-style-one .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-one .btn-wrap .text-one {
    position: relative;
    display: block;
    color: var(--white-color);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-one .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: var(--black-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-one:hover .btn-wrap .text-two {
    color: var(--black-color);
}

.btn-style-one:hover {
}

.btn-style-one:hover:before {
    top: -40%;
}

.btn-style-two {
    position: relative;
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    padding: 20px 48px;
    border-radius: 50px;
    display: inline-block;
    color: var(--black-color);
    text-transform: capitalize;

    background-color: var(--white-color);
}

.btn-style-two:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: '';
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: var(--main-color);
}

.btn-style-two:hover:before {
    top: 0%;
}

.btn-style-two .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-two .btn-wrap .text-one {
    position: relative;
    display: block;
    color: var(--black-color);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-two .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-two:hover .btn-wrap .text-two {
    color: var(--white-color);
}

.btn-style-two:hover {
}

.btn-style-two:hover:before {
    top: -40%;
}

.btn-style-three {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    padding: 8px 8px 8px 28px;
    color: var(--white-color);
    text-transform: uppercase;
    background-color: var(--main-color);
}

.btn-style-three:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: '';
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: var(--black-color);
}

.btn-style-three:hover:before {
    top: 0%;
}

.btn-style-three:hover i {
    background-color: var(--main-color);
}

.btn-style-three i {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 15px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background-color: var(--black-color);
}

.btn-style-three .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-three .btn-wrap .text-one {
    position: relative;
    display: block;
    color: var(--white-color);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn-style-three:hover .btn-wrap .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-three .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-three:hover .btn-wrap .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-three:hover .btn-wrap .text-two {
    color: var(--white-color);
}

.btn-style-three:hover {
}

.btn-style-three:hover:before {
    top: -40%;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.sec-title {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.sec-title_title {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    gap: 15px;
    align-items: center;
    color: var(--main-color);
    text-transform: uppercase;
    padding-left: 60px;
}

.sec-title_title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 10px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed var(--main-color);
}

.sec-title_heading {
    margin-top: 15px;
    color: var(--black-color);
    text-transform: capitalize;
}

.sec-title_text {
    line-height: 30px;
    font-size: 16px;
    margin-top: 20px;
    color: #666666;
}

.sec-title.light .sec-title_title span {
    background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.sec-title.light .sec-title_big-title {
    -webkit-text-stroke-color: rgba(var(--color-three-rgb), 0.3);
}

.sec-title.light .sec-title_text {
    opacity: 1;
    color: var(--white-color);
}

.sec-title.light .sec-title_heading {
    color: var(--white-color);
}

.sec-title.centered {
    text-align: center !important;
}

.sec-title.centered .sec-title_title {
    justify-content: center;
    display: inline-block;
    padding-right: 60px;
}

.sec-title.centered .sec-title_title:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 10px;
    width: 50px;
    height: 1px;
    border-bottom: 1px dashed var(--main-color);
}

.form-group .ui-selectmenu-button.ui-button {
    top: -2px;
    width: 100%;
    border: 0px;
    padding: 15px 25px;
    font-weight: 500;
    line-height: 28px;
    font-size: 16px;
    color: var(--color-four);
    background-color: var(--white-color);
    border: 1px solid rgba(var(--black-color-rgb), 0.08);
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 3px;
    text-indent: 0px;
    color: #a5a5a5;
}

.form-group .ui-button .ui-icon:before {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 10px;
    height: 22px;
    display: block;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
    color: var(--color-three);
}

.ui-menu .ui-menu-item {
    font-size: 14px;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    line-height: 24px;
    font-size: 14px;
}

.ui-menu-item:hover {
    background-color: var(--color-two);
}

.xs-sidebar-group .close-button {
    font-family: 'Flaticon';
}

.newsletter-popup-area-section {
    display: none;
}

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center !important;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
    cursor: url(../images/cross-out.png), pointer;
}

.xs-sidebar-group .close-button {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
    font-size: var(--font-18);
}

.xs-sidebar-group .close-button .mdi {
    color: var(--color-four);
    font-size: var(--font-14);
    font-family: 'Material Design Icons';
}

.xs-sidebar-group .close-button .mdi:hover {
    color: var(--black-color);
}

.xs-sidebar-widget:nth-child(2) {
    right: -380px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 370px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
    -o-transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
    transition: all 0.3s cubic-bezier(0.9, 0.03, 0, 0.96) 0.3s;
}
.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0px;
    -webkit-transition: all 0.8s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.8, 0.03, 0, 0.96) 0.4s;
    transition: all 0.8s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
    padding: 0px;
}
.close-side-widget {
    font-size: rem(15px);
    display: block;
}
.sidebar-widget-container {
    position: relative;
    top: 0px;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
}
.xs-sidebar-group.isActive .sidebar-widget-container {
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}
.xs-bg-black {
    background-color: #000000;
}
.xs-menu-tools > li {
    display: inline-block;
    margin-right: 15px;
}
.xs-menu-tools > li:last-child {
    margin-right: 0;
}
.xs-menu-tools > li > a {
    color: #000000;
    text-decoration: none;
}
.nav-alignment-dynamic,
.nav-alignment-flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main-header {
    position: absolute;
    left: 0px;
    top: 40px;
    right: 0px;
    z-index: 1001;
    width: 100%;

    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.header-style-one {
    min-height: 92px;
}

.main-header.header-style-one .header-lower .inner-container {
    position: relative;
    padding: 0px 20px;
    border-radius: 50px;
    background-color: rgba(var(--white-color-rgb), 1);
}

.main-header.header-style-one.fixed-header .header-lower .inner-container {
    padding: 0px 0px;
    border: none;
    background: none;
}

.main-header .header-lower {
    position: relative;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.navSidebar-button {
    position: relative;
    width: 64px;
    height: 64px;
    cursor: pointer;
    font-size: 20px;
    margin-left: 20px;
    line-height: 62px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--color-two);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border: 1px solid rgba(var(--color-two-rgb), 0.15);
}

.navSidebar-button span {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--white-color);
    background-color: var(--main-color);
}

.navSidebar-button:hover {
    color: var(--white-color);
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.navSidebar-button:hover span {
    color: var(--white-color);
    background-color: var(--color-two);
}

.main-header .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-box .outer-container {
    position: relative;
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    z-index: 10;
    padding: 30px 0px;
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-lower .nav-outer {
    position: static;
}

.main-header .header-lower .logo-box {
    position: relative;
    z-index: 1;
}

.main-header .header-lower .logo-box .logo {
    position: relative;
    padding: 0px 0px;
    padding-right: 30px;
    border-right: 1px solid rgba(var(--black-color-rgb), 0.1);
    padding-left: 30px;
}

.main-header .main-menu .navigation > li:nth-child(7) > ul,
.main-header .main-menu .navigation > li:nth-child(8) > ul {
    left: 0px;
    right: auto !important;
}

.main-header .main-menu {
    position: static;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-menu .navbar-collapse {
    padding: 0px;
    display: block;
}

.main-header .header-lower .main-menu .navigation {
    position: static;
}

.main-header .main-menu .navigation > li {
    position: relative;
    margin-right: 25px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li.current a::after,
.main-header .main-menu .navigation > li:hover a::after {
    opacity: 1;
}

.main-header.fixed-header .header-lower {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999999;
    opacity: 1;
    visibility: visible;
    background-color: var(--white-color);
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.04);

    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.main-header .main-menu .navigation > li > a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 35px 0px;
    text-align: center;
    color: var(--black-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-transform: capitalize;
}

.main-header .main-menu .navigation > li.dropdown a {
    padding-right: 17px !important;
}

.main-header .main-menu .navigation > li.dropdown > a:after {
    position: absolute;
    content: '\f107';
    right: 0px;
    line-height: 22px;
    font-weight: 700;
    font-size: 13px;
    font-family: 'Font Awesome 6 Free';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-header .main-menu .navigation > li.dropdown:hover > a::after {
    transform: rotate(180deg);
}

.main-header .main-menu .navigation > li:hover > a::before {
    color: var(--main-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li > a .menu-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    text-shadow: 0 17px 0 var(--main-color);
}

.main-header .sticky-header .main-menu .navigation > li > a .menu-text {
    text-shadow: 0 16px 0 var(--black-color);
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(1) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.main-header .main-menu .navigation > li:hover > a span {
    --m: calc(17px * -1);
}

.main-menu > li > a .menu-text span:nth-child(1),
.main-menu-4 > li > a .menu-text span:nth-child(1) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(5) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(6) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(7) {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(8) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(9) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.main-header .main-menu .navigation > li > a .menu-text span:nth-child(10) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.main-header .main-menu .navigation > li > a .menu-text span {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-style: normal;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: translateY(var(--m)) translateZ(0);
    transform: translateY(var(--m)) translateZ(0);
}

.main-header .main-menu .navigation > li > a > span {
    position: absolute;
    right: -25px;
    top: 20px;
    width: 42px;
    height: 16px;
    font-weight: 600;
    line-height: 1.6em;
    border-radius: 50px;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--black-color);
    background-color: var(--main-color);
}

.main-header .main-menu .navigation > li:last-child {
    margin-right: 0px;
}

.main-header .sticky-header .main-menu .navigation > li {
    position: relative;
}

.main-header .sticky-header .main-menu .navigation > li:last-child {
    margin-right: 0px;
}

.main-header .main-menu .navigation > li:last-child ul {
    right: 0px;
}

.main-header .main-menu .navigation > li:hover > a,
.main-header .main-menu .navigation > li.current > a {
    opacity: 1;
    color: var(--main-color);
}

.main-header .main-menu .navigation > li > ul {
    position: absolute;
    width: 16rem;
    top: 100%;
    padding: 15px 15px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 0px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-header .main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-header .main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    opacity: 0;
    text-align: left;
    margin-bottom: 2px;
    transform: translateY(11px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li:last-child {
    margin-bottom: 0px;
}

.main-header .main-menu .navigation > li:hover > ul > li {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition-delay: 70ms;
    -moz-transition-delay: 70ms;
    -ms-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    transition-delay: 70ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(2) {
    -webkit-transition-delay: 140ms;
    -moz-transition-delay: 140ms;
    -ms-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    transition-delay: 140ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(3) {
    -webkit-transition-delay: 210ms;
    -moz-transition-delay: 210ms;
    -ms-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    transition-delay: 210ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(4) {
    -webkit-transition-delay: 280ms;
    -moz-transition-delay: 280ms;
    -ms-transition-delay: 280ms;
    -o-transition-delay: 280ms;
    transition-delay: 280ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(5) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(6) {
    -webkit-transition-delay: 420ms;
    -moz-transition-delay: 420ms;
    -ms-transition-delay: 420ms;
    -o-transition-delay: 420ms;
    transition-delay: 420ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(7) {
    -webkit-transition-delay: 490ms;
    -moz-transition-delay: 490ms;
    -ms-transition-delay: 490ms;
    -o-transition-delay: 490ms;
    transition-delay: 490ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(8) {
    -webkit-transition-delay: 560ms;
    -moz-transition-delay: 560ms;
    -ms-transition-delay: 560ms;
    -o-transition-delay: 560ms;
    transition-delay: 560ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(9) {
    -webkit-transition-delay: 630ms;
    -moz-transition-delay: 630ms;
    -ms-transition-delay: 630ms;
    -o-transition-delay: 630ms;
    transition-delay: 630ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(10) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(11) {
    -webkit-transition-delay: 770ms;
    -moz-transition-delay: 770ms;
    -ms-transition-delay: 770ms;
    -o-transition-delay: 770ms;
    transition-delay: 770ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(12) {
    -webkit-transition-delay: 840ms;
    -moz-transition-delay: 840ms;
    -ms-transition-delay: 840ms;
    -o-transition-delay: 840ms;
    transition-delay: 840ms;
}

.main-header .main-menu .navigation > li:hover > ul > li:nth-child(13) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.main-header .main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-header .main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    color: var(--black-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: rgba(var(--black-color-rgb), 0.06);
}

.main-header .main-menu .navigation > li > ul > li > a:hover {
    color: var(--white-color);
    background-color: var(--main-color);
}

.main-header .main-menu .navigation > li > ul > li.dropdown > a:after {
    position: absolute;
    content: '\f105';
    right: 15px;
    top: 12px;
    z-index: 5;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    color: var(--black-color);
    font-family: 'Font Awesome 6 Free';
}

.main-header .main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 16rem;
    padding: 15px 15px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 0px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-header .main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-header .main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    text-align: left;
    opacity: 0;
    margin-bottom: 2px;
    transform: translateY(-8px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:last-child {
    margin-bottom: 0px;
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > ul > li {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition-delay: 70ms;
    -moz-transition-delay: 70ms;
    -ms-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    transition-delay: 70ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(2) {
    -webkit-transition-delay: 140ms;
    -moz-transition-delay: 140ms;
    -ms-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    transition-delay: 140ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(3) {
    -webkit-transition-delay: 210ms;
    -moz-transition-delay: 210ms;
    -ms-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    transition-delay: 210ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(4) {
    -webkit-transition-delay: 280ms;
    -moz-transition-delay: 280ms;
    -ms-transition-delay: 280ms;
    -o-transition-delay: 280ms;
    transition-delay: 280ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(5) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(6) {
    -webkit-transition-delay: 420ms;
    -moz-transition-delay: 420ms;
    -ms-transition-delay: 420ms;
    -o-transition-delay: 420ms;
    transition-delay: 420ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(7) {
    -webkit-transition-delay: 490ms;
    -moz-transition-delay: 490ms;
    -ms-transition-delay: 490ms;
    -o-transition-delay: 490ms;
    transition-delay: 490ms;
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > ul > li:nth-child(8) {
    -webkit-transition-delay: 560ms;
    -moz-transition-delay: 560ms;
    -ms-transition-delay: 560ms;
    -o-transition-delay: 560ms;
    transition-delay: 560ms;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    color: var(--black-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: rgba(var(--black-color-rgb), 0.06);
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: var(--white-color);
    background-color: var(--main-color);
}

.main-header .main-menu .navigation > li.dropdown:hover > ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.main-header .main-menu .navigation li > ul > li.dropdown:hover > ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.main-header .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--white-color);
    line-height: 28px;
    border: 1px solid var(--white-color);
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.main-header .mobile-nav-toggler {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
    display: none;
    color: var(--black-color);
    font-family: 'Font Awesome 6 Free';
}

.main-header .sticky-header .mobile-nav-toggler {
    color: var(--black-color);
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 99999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 200px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;

    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;

    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0px;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    font-family: 'Font Awesome 6 Free';
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.mobile-menu .close-btn:hover {
    opacity: 0.5;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > ul > li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a {
    color: #111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
    display: none;
}

.mobile-menu .navigation li > ul > li > a {
    padding-left: 30px;
}

.mobile-menu .navigation li > ul > li > ul {
    padding-left: 0px;
}

.mobile-menu .navigation li > ul > li > ul > li > a {
    padding-left: 40px;
}

.main-header .mobile-menu .close-btn:hover {
    opacity: 0.5;
}

.main-header .mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #dddddd;
}

.main-header .mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid #dddddd;
}

.main-header .mobile-menu .navigation li > ul > li:last-child {
    border-bottom: none;
}

.main-header .mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid #dddddd;
}

.main-header .mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 12px 20px;
    font-size: 16px;
    color: var(--black-color);
    text-transform: capitalize;
}

.main-header .mobile-menu .navigation li:hover > a,
.main-header .mobile-menu .navigation li.current > a {
}

.main-header .mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    color: var(--dark-color);
    font-size: 16px;
    line-height: 44px;
    cursor: pointer;
    z-index: 5;
}

.main-header .mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid #dddddd;
}

.main-header .mobile-menu .navigation li > ul,
.main-header .mobile-menu .navigation li > ul > li > ul {
    display: none;
}

.main-header .sticky-header .navbar-header {
    display: none;
}

.main-header .outer-box {
    position: relative;
    gap: 15px;
}

.main-header_button {
    position: relative;
    height: 66px;
}

/* Post Block */

.post-block {
    position: relative;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.post-block .inner-box {
    position: relative;
    min-height: 144px;
    padding-right: 10px;
    padding-left: 120px;
}

.post-block .inner-box .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 106px;
    height: 144px;
}

.post-block .inner-box h6 {
}

.post-block .inner-box h6 a {
    position: relative;
    color: var(--black-color);
}

.post-block .inner-box h6 a:hover {
    color: var(--main-color);
}

.post-block .inner-box .price-box {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    color: var(--black-color);
}

.post-block .inner-box .bag-btn {
    position: relative;
    display: block;
    padding: 10px 10px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
    letter-spacing: 1px;
    color: var(--white-color);
    text-transform: uppercase;
    background-color: var(--main-color);
}

.post-block .inner-box .bag-btn:hover {
    color: var(--white-color);
    background-color: var(--black-color);
}

/* About Sidebar */

.about-sidebar {
    position: fixed;
    left: -500px;
    top: 0px;
    bottom: 0px;
    width: 450px;
    z-index: 999999;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    transition: all 900ms ease;
    background-color: var(--white-color);
}

.about-sidebar .gradient-layer {
    position: absolute;
    left: 0%;
    top: 0px;
    bottom: 0px;
    width: 0%;
    opacity: 0.6;
    z-index: -1;
    background-color: var(--black-color);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: url(../images/cross-out.png), pointer;
}

.about-sidebar.active .gradient-layer {
    width: 500%;
    left: 100%;
}

.about-sidebar.active {
    left: 0px;
}

.about-sidebar .close-button span {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 50px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    color: var(--black-color);
    background-color: var(--white-color);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-sidebar .close-button span:hover {
    color: var(--white-color);
    background-color: var(--main-color);
}

.about-sidebar .sidebar-inner {
    position: relative;
    overflow-y: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-sidebar .content-box {
    position: relative;
    padding: 30px 50px;
}

.about-sidebar h3 {
    margin-bottom: 15px;
    color: var(--black-color);
}

.about-sidebar h3 span {
    font-weight: 700;
}

.about-sidebar .text {
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 30px;
    color: var(--color-five);
}

.about-sidebar .social-box {
    position: relative;
    margin-left: 50px;
    margin-bottom: 35px;
}

.about-sidebar .social-box a {
    position: relative;
    margin-right: 15px;
    font-size: 18px;
    color: var(--black-color);
    font-family: 'Font Awesome 5 Brands';
}

.about-sidebar .social-box a:hover {
    color: var(--main-color);
}

.about-sidebar .sidebar-inner::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.about-sidebar .sidebar-inner::-webkit-scrollbar-track {
    background: #dddddd;
}

/* Handle */
.about-sidebar .sidebar-inner::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
}

/* Handle on hover */
.about-sidebar .sidebar-inner::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* About One List */

.about-sidebar_list {
    position: relative;
}

.about-sidebar_list li {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    padding-left: 30px;
    margin-bottom: 12px;
    color: var(--black-color);
    text-transform: capitalize;
}

.about-sidebar_list li:before {
    position: absolute;
    content: '\f058';
    left: 0px;
    top: 0px;
    font-size: 18px;
    font-weight: 800;
    color: var(--black-color);
    font-family: 'Font Awesome 6 Free';
}

/* Hamburger */

.hamburger {
    width: 46px;
    height: 46px;
    display: flex;
    border-radius: 50px;
    padding: 16px 12px;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: var(--black-color);
}

.hamburger:hover {
    background-color: var(--main-color);
}

.hamburger span {
    height: 2px;
    width: 83.33333333%;
    background: var(--white-color);
    transition: all 400ms ease-in-out;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.hamburger:hover span {
    background-color: var(--white-color);
}

.hamburger .meat {
    width: 100%;
    transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
    width: 58.33333333%;
    transition: all 100ms ease-in-out;
}

.hamburger:hover span {
    width: 100%;
}

html:not(.body-menu-opened) .hamburger .top-bun {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}

html:not(.body-menu-opened) .hamburger .meat {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms;
}

html:not(.body-menu-opened) .hamburger .bottom-bun {
    -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
    animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms;
}

@-webkit-keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@keyframes burger-hover {
    0% {
        width: 100%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

/************************ Mega Menu ***************************/

.main-menu .navigation > li.has-mega-menu {
    position: static;
}

.main-menu .navigation > li > .mega-menu {
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1170px;
    background-color: #ffffff;
    padding: 25px 40px 30px 35px;
    top: 100%;
    z-index: 100;
    opacity: 0;
    border-radius: 0px;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow:
        2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow:
        2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow:
        2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:
        2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow:
        2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar {
    position: relative;
}

.main-menu .navigation > li .mega-menu-bar h6 {
    position: relative;
    font-size: 18px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--black-color);
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.15);
}

.main-menu .navigation > li .mega-menu-bar > ul {
    position: relative;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li {
    position: relative;
    width: 100%;
    padding: 4px 0px;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column {
    position: relative;
    margin-bottom: 12px;
}

.main-menu .navigation > li .mega-menu-bar .column ul {
    position: relative;
    margin-bottom: 10px;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child {
    border: none;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a {
    position: relative;
    display: block;
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    color: var(--black-color);
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover {
    color: var(--main-color);
}

.mobile-menu.active-mobile-menu {
    visibility: visible;
    right: auto;
    left: 0px;
}

.mobile-menu.active-mobile-menu .menu-box {
    left: 0px;
    right: auto;
}

.mobile-menu.active-mobile-menu #navbarSupportedContent {
    display: block;
}

.mobile-menu.active-mobile-menu .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.mobile-menu.active-mobile-menu .mega-menu-bar .column {
    width: 100%;
}

.mobile-menu.active-mobile-menu .mega-menu-bar .column h6 {
    position: relative;
    margin-left: 20px;
    margin-top: 10px;
}

.mobile-menu.active-mobile-menu .navigation li.has-mega-menu > .mega-menu {
    display: none;
    overflow: hidden;
}

.sidebar-menu_active {
    position: relative;
    padding-left: 300px;
}

.sidebar-menu_active .header-style-three {
    padding-left: 300px;
}

.sidebar-menu_active .header-style-three .nav-outer {
    display: none;
}

.want-sticky-header .fixed-header {
    position: relative;
    display: none;
}

.split-slider {
    height: 100vh;
}

/* fila */
.slide-row {
    display: flex;
    height: 100vh;
}

/* LEFT */
.col-image {
    width: 50%;
}

.col-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RIGHT */
.col-content {
    width: 50%;
    padding: 100px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* TEXT */
.col-content h1 {
    font-size: 55px;
    font-weight: 900;
    margin-bottom: 8px;
}

.col-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}

/* BUTTON */
.btn-main {
    width: fit-content;
}

.col-content > * {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.swiper-slide-active .col-content > * {
    opacity: 1;
    transform: translateY(0);
}

.swiper-slide-active h1 {
    transition-delay: 0.2s;
}
.swiper-slide-active p {
    transition-delay: 0.4s;
}
.swiper-slide-active .btn-main {
    transition-delay: 0.6s;
}

/* contenedor */
.col-image {
    overflow: hidden;
}

/* imagen */
.col-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transform: scale(1.05);
    transition: transform 7s ease-in-out;
    will-change: transform;
}

/* zoom cuando el slide está activo */
.swiper-slide-active .col-image img {
    transform: scale(1.15);
}

.title-main {
    font-size: 70px;
    font-weight: 800;
    line-height: 1.1;
    color: #111;
}

/* H2 contorno */
.title-stroke {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    color: transparent;
    -webkit-text-stroke: 1px #111;
    margin-top: -14px;
}

.col-content::before {
    content: '';
    position: absolute;
    inset: 0;

    background:
        linear-gradient(to right, rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(../hvac-openfs/assets/img/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
}

/* Link normal */
.navigation li a {
    color: #000; /* o tu color base */
    transition: 0.3s;
}

/* Link activo */
.navigation li.current-menu-item > a,
.navigation li.current_page_item > a,
.navigation li.current-menu-parent > a {
    color: #ff3a00 !important;
}

/* Opcional: hover */
.navigation li a:hover {
    color: #ff3a00 !important;
}

.main-footer {
    position: relative;
    padding-top: 90px;
    padding-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.main-footer .auto-container {
    max-width: 1320px;
}

.main-footer_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 40px;
    background-size: cover;
    background: #2d2d2d;
}

.main-footer .upper-box {
    position: relative;
}

.main-footer_title {
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: var(--white-color);
}

/* Newsletter Box */

.newsletter-box {
    position: relative;
    margin-top: 10px;
}

.newsletter-box .form-group {
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.newsletter-box .form-group input[type='text'],
.newsletter-box .form-group input[type='email'] {
    position: relative;
    line-height: 43px;
    display: block;
    height: 70px;
    width: 100%;
    border-radius: 50px;
    box-shadow: inherit;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 10px 15px 10px 25px;
    color: rgba(var(--black-color-rgb), 0.5);
    background: rgba(var(--white-color-rgb), 1);
}

.newsletter-box .form-group button {
    position: relative;
    display: block;
    margin-top: 15px;
}

.main-footer .widgets-section {
    position: relative;
    padding: 0px 0px 60px;
}

.main-footer_column {
    position: relative;
    margin-bottom: 30px;
}

.main-footer_logo {
    position: relative;
    margin-bottom: 35px;
}

.main-footer_text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    max-width: 360px;
    margin-bottom: 35px;
    color: var(--white-color);
}

.main-footer_socials {
    position: relative;
}

.main-footer_socials span {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
    color: var(--white-color);
    text-transform: uppercase;
}

.main-footer_socials a {
    position: relative;
    font-size: 18px;
    margin-right: 10px;
    color: var(--white-color);
}

.main-footer_links {
    position: relative;
    margin-top: 25px;
}

.main-footer_links li {
    position: relative;
    margin-bottom: 20px;
}

.main-footer_links li:last-child {
    margin-bottom: 0px;
}

.main-footer_links li a:hover {
    color: var(--main-color);
}

.main-footer_links li a {
    position: relative;
    font-size: 16px;
    padding-left: 22px;
    font-weight: 400;
    color: var(--white-color);
}

.main-footer_links li a:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: var(--white-color);
}

.main-footer_bottom {
    position: relative;
    padding: 24px 40px;
    border-radius: 50px;
    background-color: #434343;
}

.main-footer_copyright {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--white-color);
}

.main-footer_navs {
    position: relative;
}

.main-footer_navs li {
    position: relative;
    margin-left: 15px;
    display: inline-block;
}

.main-footer_navs li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
}

.main-footer_navs li a:hover {
    color: var(--main-color);
}

.newsletter-widget .main-footer_text {
    margin-bottom: 15px;
}

/* News Widget */

.news-widget-block {
    position: relative;
    min-height: 70px;
    padding-left: 95px;
    margin-bottom: 25px;
}

.news-widget_image {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 80px;
    border-radius: 10px;
    overflow: hidden;
}

.news-widget_title {
    position: relative;
    font-weight: 600;
}

.news-widget_title a {
    position: relative;
    color: #ffffff;
}

.news-widget_post-date {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    padding-left: 25px;
    margin-top: 10px;
}

.news-widget_post-date::before {
    position: absolute;
    content: '\f017';
    left: 0px;
    font-weight: 800;
    color: var(--main-color);
    font-family: 'Font Awesome 6 Free';
}

.news-widget-block:last-child {
    margin-bottom: 0px;
}

.news-widget_title a:hover {
    color: var(--main-color);
}

.about-one {
    padding-top: 80px;
    padding-bottom: 80px;
}

.one-img img {
    border-radius: 20px;
}

.one-two img {
    border-radius: 20px;
    margin-top: 40px;
    margin-left: -49px;
}

.row-about {
    display: flex;
    align-items: center;
}

.feature-block_one-text {
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px;
}

.feature-block_one-title {
    font-size: 35px;
    margin-bottom: 25px;
}

.feature-block_two-text {
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
}

/***

====================================================================
	Project Detail
====================================================================

***/

.project-four {
    position: relative;
    padding: 110px 0px 110px;
    background-position: left top;
    background-repeat: no-repeat;
}

.project-four:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    height: 50%;
    z-index: -1;
    background-image: linear-gradient(to bottom, #f5f5f5, #f7f7f7, #fafafa, #fcfcfc, #ffffff);
}

.project-block_three {
    position: relative;
    margin-bottom: 30px;
}

.project-block_three-inner {
    position: relative;
}

.project-block_three-image::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 30%;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background: rgba(var(--black-color-rgb), 0);
    background: linear-gradient(to top, rgba(var(--black-color-rgb), 1) 0%, rgba(var(--white-color-rgb), 0) 100%);
}

.project-block_three-image {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.project-block_three-image > img {
    position: relative;
    width: 100%;
    display: block;
}

.project-block_three-overlay {
    position: absolute;
    left: 35px;
    bottom: -65px;
    right: 35px;
    z-index: 2;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.project-block_three-inner:hover .project-block_three-overlay {
    bottom: 35px;
}

.project-block_three-inner:hover .project-block_three_button {
    opacity: 1;
}

.project-block_three-title {
    position: relative;
    margin-bottom: 10px;
}

.project-block_three-title a {
    position: relative;
    color: var(--white-color);
}

.project-block_three-designation {
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: var(--white-color);
}

.project-block_three-location {
    position: relative;
    font-size: 16px;
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
    color: var(--white-color);
}

.project-block_three-location > i {
    position: relative;
    width: 20px;
    display: inline-block;
}

.project-block_three_button {
    position: relative;
    margin-top: 30px;
    opacity: 0;
}

.project-block_three_button .theme-btn {
    position: relative;
    text-transform: uppercase;
}

/*** 

====================================================================
	Faq One
====================================================================

***/

.faq-one {
    position: relative;
    padding: 110px 0px 125px;
    background-color: #f5f5f5;
}

.faq-one.style-two {
    background-color: inherit;
    background-position: left top;
    background-repeat: no-repeat;
}

.faq-one.style-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    height: 50%;
    z-index: -1;
    background-image: linear-gradient(to bottom, #f5f5f5, #f7f7f7, #fafafa, #fcfcfc, #ffffff);
}

.faq-one_pattern {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 70px;
    background-position: center bottom;
    background-repeat: repeat-x;
    animation: slideBackground 10s linear infinite;
}

.faq-one_image-column {
    position: relative;
    margin-bottom: 30px;
}

.faq-one_image {
    position: relative;
    margin-left: -180px;
}

.faq-one_accordian-column {
    position: relative;
    margin-bottom: 30px;
}

.faq-one_accordian-outer {
    position: relative;
    padding-left: 40px;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
    position: relative;
    z-index: 1;
}

.accordion-box .block {
    position: relative;
    border-radius: 50px;
    margin-bottom: 25px;
    background-color: var(--white-color);
}

.accordion-box .block.active-block {
    border-radius: 35px;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
    position: relative;
    cursor: pointer;
    line-height: 30px;
    font-weight: 600;
    font-size: 20px;
    border-radius: 50px;
    padding: 22px 55px 22px 35px;
    color: var(--black-color);
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-family: 'Lexend Deca', sans-serif;
    background-image: linear-gradient(to right, #eeeeee, #f2f2f2, #f6f6f6, #fbfbfb, #ffffff);
}

.accordion-box .block .acc-btn.active {
    background: none;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 12px;
    top: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    transform: rotate(-45deg);
    color: var(--white-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: var(--main-color);
}

.accordion-box .block .acc-btn.active .icon-outer .icon {
    transform: rotate(45deg);
    background-color: var(--black-color);
}

.accordion-box .block.active-block .icon {
    opacity: 1;
    color: var(--white-color);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content-text {
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    padding: 0px 30px 30px;
}

.accordion-box .block .content .text {
    line-height: 32px;
    font-size: 18px;
    color: #666666;
}

.accordion-box.style-two .block {
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.accordion-box.style-two .block .acc-btn {
    background: none;
}

.accordion-box.style-two .block.active-block {
    background-color: #eeeeee;
}

.news-one {
    position: relative;
    padding: 110px 0px 80px;
}

.news-one.style-two {
    padding-top: 110px;
}

.news-block_one {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.news-block_one-inner {
    position: relative;
}

.news-block_one-image_outer {
    position: relative;
}

.news-block_one-image {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.news-block_one-image:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 174px;
    height: 66px;
    z-index: 9;
    background: url(../hvac-openfs/assets/img/bg-blog.png);
    background-repeat: no-repeat;
}

.news-block_one-image img:first-child {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    -webkit-transform: translatex(50%) scalex(2);
    transform: translatex(50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-block_one-inner:hover .news-block_one-image img:first-child {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.news-block_one-inner:hover .news-block_one-image img:nth-child(2) {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.news-block_one-image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block_one-content {
    position: relative;
    padding-top: 30px;
}

.news-block_one-date {
    position: absolute;
    right: 10px;
    bottom: 0px;
    z-index: 10;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 35px;
    border-radius: 50px;
    letter-spacing: 1px;
    color: var(--white-color);
    text-transform: uppercase;
    font-family: 'Lexend Deca', sans-serif;
    background-color: var(--black-color);
}

.news-block_one-meta {
    position: relative;
}

.news-block_one-meta li {
    position: relative;
    font-size: 16px;
    padding-left: 30px;
    margin-right: 15px;
    display: inline-block;
    color: var(--black-color);
}

.news-block_one-meta li .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    line-height: 1em;
    color: var(--main-color);
}

.news-block_one-meta li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.news-block_one-title {
    position: relative;
    margin-top: 5px;
    text-transform: capitalize;
    font-size: 25px;
}

.news-block_one-title a {
    position: relative;
    color: var(--black-color);
}

.news-block_one-title a:hover {
    color: var(--main-color);
}

.news-block_one-text {
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
}

.news-block_one-button {
    position: relative;
    margin-top: 25px;
}

.news-block_one-button:before {
    position: absolute;
    content: '';
    left: 25px;
    bottom: 0px;
    right: 0px;
    border-bottom: 2px solid #f5f5f5;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block_one-button:after {
    position: absolute;
    content: '\f0da';
    right: 0px;
    bottom: -10px;
    color: #f5f5f5;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Font Awesome 6 Free';
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block_one-more {
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 17px 35px;
    border-radius: 50px 50px 0px 50px;
    display: inline-block;
    background-color: #f5f5f5;
    color: var(--black-color);
    text-transform: uppercase;
    font-family: 'Lexend Deca', sans-serif;
}

.news-block_one-inner:hover .news-block_one-button:after {
    color: var(--main-color);
}

.news-block_one-inner:hover .news-block_one-button:before {
    border-color: var(--main-color);
}

.news-block_one-inner:hover .news-block_one-more {
    color: var(--white-color);
    background-color: var(--main-color);
}

contact-one {
    position: relative;
    padding: 110px 0px 200px;
}

.contact-one .sec-title_text {
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    color: var(--black-color);
}

.info-block_one {
    position: relative;
    margin-bottom: 45px;
}

.info-block_one-inner {
    position: relative;
    color: #666666;
    font-size: 16px;
    padding-left: 75px;
}

.info-block_one-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    font-size: 22px;
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    color: var(--white-color);
    background-color: var(--main-color);
}

.info-block_one-inner strong {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    color: var(--black-color);
    font-family: 'Lexend Deca', sans-serif;
}

/* Contact Form */

.contact-form {
    position: relative;
    z-index: 10;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .form-group:last-child {
    margin-bottom: 0px;
}

.contact-form .form-group input[type='text'],
.contact-form .form-group input[type='password'],
.contact-form .form-group input[type='tel'],
.contact-form .form-group input[type='email'],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 28px;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 16px;
    background: none;
    color: var(--black-color);
    border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #f5f5f5;
}

.contact-form .form-group input[type='text']:focus,
.contact-form .form-group input[type='password']:focus,
.contact-form .form-group input[type='tel']:focus,
.contact-form .form-group input[type='email']:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 130px;
    resize: none;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 20px;
    border-radius: 25px;
    color: var(--black-color);
    background-color: #f5f5f5;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

.contact-form_text {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: var(--black-color);
}

.contact-one .video-image {
    position: relative;
    margin-top: -70px;
    z-index: 1;
}

.contact-one .video-image img {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 40px;
}

.contact-one .video-image:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    z-index: 1;
    width: 724px;
    height: 156px;
    background: url(../images/background/pattern-5.png);
    background-repeat: no-repeat;
}

.contact-one_video {
    position: absolute;
    right: 90px;
    bottom: -90px;
    width: 176px;
    height: 176px;
    font-size: 40px;
    text-align: center;
    border-radius: 100px;
    line-height: 176px;
    display: inline-block;
    color: var(--white-color);
    background-color: var(--black-color);
}

.contact-one_video:before {
    position: absolute;
    content: '';
    right: 7px;
    top: 7px;
    left: -7px;
    bottom: -7px;
    z-index: -1;
    border-radius: 150px;
    background-color: var(--main-color);
}

.contact-one_video .ripple,
.contact-one_video .ripple:before,
.contact-one_video .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 176px;
    height: 176px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 101, 12, 0.3);
    -moz-box-shadow: 0 0 0 0 rgba(255, 101, 12, 0.3);
    -ms-box-shadow: 0 0 0 0 rgba(255, 101, 12, 0.3);
    -o-box-shadow: 0 0 0 0 rgba(255, 101, 12, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 101, 12, 0.3);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.contact-one_video .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: '';
    position: absolute;
}

.contact-one_video .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: '';
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
    }
}

.map-one {
    position: relative;
    padding: 0px 0px 80px;
}

.map-one iframe {
    width: 100%;
    height: 450px;
    border-radius: 20px;
}

.tabs-content p {
    text-align: justify;
    line-height: 28px;
}

@media only screen and (min-width: 1600px) {
    .floatWapp-movil {
        position: fixed;
        width: auto;
        bottom: 20px;
        left: 20px;
        background-color: #ff3a00;
        color: #fff;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        z-index: 100;
        transition: 0.3s all;
        display: flex;
        padding: 9px 20px 3px;
    }

    .floatWapp-movil:hover {
        color: #fff;
        transform: scale(1.08);
        transition: 0.3s all;
    }

    .floatWapp-movil svg {
        margin-top: 3px;
    }

    .floatWapp-movil:after,
    .floatWapp-movil:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        border-radius: 20%;
        width: auto;
        height: 100%;
    }
    .content-new-w h1 {
        font-size: 16px;
        margin-bottom: 0px;
        color: #fff;
        text-align: start;
    }
    .content-new-w p {
        margin-bottom: 0px;
        color: #fff;
        font-weight: 900;
    }
    .content-new-w {
        margin-left: 8px;
    }
}

.social-rrss {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 50%;
    right: 0;
    margin-bottom: 10px;
    width: 195px;
    z-index: 9999;
}

.social-rrss a {
    text-decoration: none;
    font-weight: bold;
    padding: 0.6em;
    margin: 3px 0px;
    text-align: left;
    transform: translateX(150px);
    transition: all 0.5s;
    display: flex;
}

.book {
    color: #fff;
    border-radius: 10px 0px 0px 10px;
}

.icon {
    margin-right: 5px;
}

.book p {
    color: #fff;
    margin-bottom: 0px;
}
.social-rrss a i {
    margin-right: 20px;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
}

.social-rrss > a:hover {
    transform: translateX(0px);
    color: white;
}

.logo:hover {
    transform: scale(1.07);
    cursor: pointer;
}

.logo {
    transition: transform 0.3s ease;
}

.page-title {
    position: relative;
    background-size: cover;
    padding: 240px 0px 90px;
    background-attachment: fixed;
}

.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 1;
    background-color: rgb(0 0 0 / 59%);
}

.page-title h2 {
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: capitalize;
    color: var(--white-color);
}

.page-title .bread-crumb {
    position: relative;
    display: inline-block;
}

.page-title .bread-crumb li {
    position: relative;
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    color: var(--white-color);
    text-transform: capitalize;
    margin-right: 15px;
    padding-right: 15px;
}

.page-title .bread-crumb li:before {
    position: absolute;
    right: -6px;
    top: 0px;
    content: '-';
    color: var(--white-color);
}

.page-title .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    color: var(--white-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
    color: var(--main-color);
}

.page-title_text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    max-width: 320px;
    color: var(--white-color);
}

.contact-three {
    position: relative;
    padding: 110px 0px 90px;
}

.contact-three_form-column {
    position: relative;
    margin-bottom: 30px;
}

.contact-three_form-outer {
    position: relative;
}

.contact-three_info-column {
    position: relative;
    margin-bottom: 30px;
}

.contact-three_info-outer {
    position: relative;
    padding-left: 50px;
}

.contact-three.style-two .contact-three_info-outer {
    padding-left: 0px;
}

.contact-info_text {
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.contact-info_block {
    position: relative;
}

.contact-info_block-inner {
    position: relative;
}

.contact-info_block-icon {
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 52px;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    color: var(--main-color);
    font-family: 'Font Awesome 6 Free';
    border: 2px solid var(--main-color);
}

.contact-info_block-inner h4 {
    margin: 15px 0px 10px;
    color: var(--black-color);
}

.post-widget .widget-content {
    position: relative;
}

.post-widget .post {
    position: relative;
    min-height: 160px;
    padding-left: 160px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.post-widget .post:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.post-widget .post .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 120px;
    width: 141px;
    overflow: hidden;
    border-radius: 6px;
}

.post-widget .post .thumb a {
    display: block;
}

.post-widget .post .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.post-widget .post h4 {
    text-transform: capitalize;
    font-size: 17px;
    line-height: 25px;
}

.post-widget .post h4 a {
    color: var(--black-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.post-widget .post h4 a:hover {
    color: var(--main-color);
}

.post-widget .post .post-date {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: capitalize;
}

.blog-detail_content {
    position: relative;
    padding-top: 5px;
}

.blog-detail_title {
    position: relative;
    margin-top: 15px;
    color: var(--black-color);
    text-transform: capitalize;
}

.blog-detail p {
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    text-align: justify;
}

.blog-detail_content h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 30px;
}

.blog-detail_content li {
    position: relative;
    color: #666666;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 15px;
}

.blog-detail_content li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #000000;
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fb3901;
    border-color: #fc3901;
}

.page-link {
    color: #f93901;
}

.page-link:hover {
    z-index: 2;
    color: #000000;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.sticky-top {
    z-index: 999 !important;
}

.full-width-image img {
    object-fit: cover;
}

.full-width-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.contenedor img {
    width: 100%;
    border-radius: 20px;
    height: 100%;
}

.contact-form {
    max-width: 600px;
}

/* INPUTS Y TEXTAREA */
.contact-form .nf-field-element input,
.contact-form .nf-field-element textarea,
.contact-form .nf-field-element select {
    width: 100% !important;
    background: #f2f2f2 !important;
    border: none !important;
    border-radius: 40px !important;
    padding: 18px 25px !important;
    font-size: 14px !important;
    color: #333 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* TEXTAREA estilo más alto */
.contact-form .nf-field-element textarea {
    border-radius: 20px;
    resize: none;
}

/* OCULTAR LABELS (usa placeholder visual tipo mockup) */
.contact-form .nf-field-label {
    display: none;
}

/* ESPACIADO ENTRE CAMPOS */
.contact-form .nf-field-container {
    margin-bottom: 20px;
}

/* BOTÓN SUBMIT */
.contact-form .submit-wrap input[type='submit'] {
    background: #ff3c00 !important;
    color: #fff !important;
    border: none;
    border-radius: 40px;
    padding: 15px 35px !important;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
}

/* EFECTO HOVER */
.contact-form .submit-wrap input[type='submit']:hover {
    background: #e63400;
}

/* CONTENEDOR BOTÓN PARA ICONO */
.contact-form .submit-wrap {
    position: relative;
    display: inline-block;
}

/* ICONO CÍRCULO NEGRO */
.contact-form .submit-wrap::after {
    content: '↗';
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.nf-form-content textarea.ninja-forms-field {
    height: 70px !important;
}

.nf-form-fields-required {
    margin-bottom: 30px !important;
}
