@keyframes menu_sticky {
0% {
margin-top: -100px;
}
50% {
margin-top: -70px;
}
100% {
margin-top: 0;
}
} .main-header {
position: relative;
display: block;
z-index: 99;
width: 100%;
}
.main-header.fixed-header .main-header__lower {
position: fixed !important;
left: 0px;
top: 0px;
right: 0px;
background-color: var(--thm-black);
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
animation-name: menu_sticky;
animation-duration: 0.60s;
animation-timing-function: ease-out;
transition: all .25s ease-in-out;
}
.main-header-one {
background: transparent;
position: absolute;
left: 0px;
top: 0px;
width: 100%;
transition: all 500ms ease;
z-index: 999;
min-height: 100px;
}
.main-header-one__wrap {
position: relative;
display: block;
max-width: 1500px;
width: 100%;
margin: 0 auto;
z-index: 1;
}
.main-header-one__wrap:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgb(4, 23, 26);
background: linear-gradient(270deg, rgba(4, 23, 26, 1) 0%, rgba(4, 23, 26, 0) 24%);
z-index: -1;
}
.main-header__top {
position: relative;
display: block;
}
.main-header__top-inner {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
background-color: var(--thm-white);
border-radius: 25px;
padding-right: 60px;
}
.main-header__social {
position: relative;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--thm-base);
padding: 17.5px 60px;
border-bottom-left-radius: 25px;
border-top-left-radius: 25px;
clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0 43%, 0% 0%);
}
.main-header__social a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
color: var(--thm-white);
font-family: 'Font Awesome 5 Brands';
font-size: 15px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
overflow: hidden;
z-index: 1;
line-height: 1;
}
.main-header__social a+a {
margin-left: 30px;
}
.main-header__contact-info {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
z-index: 1;
}
.main-header__contact-info li {
position: relative;
display: flex;
align-items: center;
}
.main-header__contact-info li+li {
margin-left: 40px;
}
.main-header__contact-info li .icon {
position: relative;
display: flex;
align-items: center;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header__contact-info li .icon span {
position: relative;
display: inline-block;
font-size: 15px;
color: var(--thm-base);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header__contact-info li .content {
margin-left: 10px;
}
.main-header__contact-info li .content p {
font-size: 14px;
line-height: 14px;
font-weight: 500;
color: var(--thm-black);
}
.main-header__contact-info li .content p a {
color: var(--thm-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header__contact-info li:hover .content p a {
color: var(--thm-base);
}
.main-header__lower {
position: relative;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
z-index: 1;
}
.main-header__lower-inner {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.main-header-one__logo-box {
position: relative;
padding: 28px 0;
z-index: 10;
}
.main-menu__box {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
padding: 25px 0;
}
.main-menu__left {
position: relative;
display: block;
margin-right: 30px;
}
.main-menu__search-box {
position: relative;
display: flex;
align-items: center;
}
.main-menu__search-text {
color: var(--thm-white);
font-size: 16px;
margin-right: 30px;
}
.main-menu__search-btn {
position: relative;
cursor: pointer;
line-height: 1em;
color: var(--thm-white);
font-size: 18px;
height: 50px;
width: 50px;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(var(--thm-white-rgb), .08);
border-radius: 50%;
-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-menu__search-btn:hover {
background-color: var(--thm-base);
}
.main-menu__nav-outer-box {
position: relative;
display: block;
padding: 0 60px 0;
background-color: rgba(var(--thm-white-rgb), .08);
border-radius: 25px;
}
.main-menu__nav-outer-box .nav-outer {
position: relative;
} .main-header .main-menu {
position: relative;
-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: relative;
}
.main-header .main-menu .navigation>li {
position: relative;
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;
margin-right: 45px;
}
.main-header .main-menu .navigation>li>a {
position: relative;
display: block;
text-align: center;
line-height: 30px;
font-weight: 500;
padding: 10px 0px;
color: var(--thm-white);
font-size: 16px;
text-transform: uppercase;
letter-spacing: 0.05em;
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:before {
content: "";
position: absolute;
bottom: 0;
left: 50%;
height: 10px;
width: 2px;
background-color: var(--thm-white);
transform: translateX(-50%) scaleY(0.0);
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
z-index: -1;
}
.main-header .main-menu .navigation>li:hover>a::before,
.main-header .main-menu .navigation>li.current>a::before {
transform: translateX(-50%) scaleY(1.0);
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.main-header .main-menu .navigation>li.dropdown>a {
padding-right: 16px;
}
.main-header .main-menu .navigation>li.dropdown>a:after {
position: absolute;
top: 50%;
right: 0;
font-family: "Font Awesome 5 Pro";
content: "\f067";
font-size: 13px;
color: var(--thm-white);
transform: translateY(-50%);
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
z-index: 1;
}
.main-header .main-menu .navigation>li:last-child {
margin-right: 0;
}
.main-header .main-menu .navigation>li:last-child>a {
padding-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(--thm-white);
}
.main-header .main-menu .navigation>li:hover>a::after,
.main-header .main-menu .navigation>li.current>a::after {
opacity: 1;
color: var(--thm-white);
}
.main-header .main-menu .navigation>li>ul {
position: absolute;
width: 16rem;
z-index: 1;
padding: 25px 25px 25px 25px;
-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(--thm-white);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}
.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;
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;
margin-bottom: 10px;
}
.main-header .main-menu .navigation>li>ul>li:last-child {
margin-bottom: 0;
}
.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>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: 500;
font-size: var(--font-14);
text-transform: uppercase;
color: var(--thm-black);
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
font-family: var(--font-family-Outfit);
}
.main-header .main-menu .navigation>li>ul>li>a:before {
position: absolute;
content: '\f178';
left: 0px;
top: 5px;
width: 16px;
height: 10px;
opacity: 0;
display: inline-block;
transform: rotate(45deg);
transition: all 150ms ease;
-moz-transition: all 150ms ease;
-webkit-transition: all 150ms ease;
-ms-transition: all 150ms ease;
-o-transition: all 150ms ease;
transform: rotate(45deg);
font-family: 'Font Awesome 5 Pro';
}
.main-header .main-menu .navigation>li>ul>li:hover>a {
color: var(--thm-base);
padding-left: 20px;
}
.main-header .main-menu .navigation>li>ul>li:hover>a::before {
opacity: 1;
}
.main-header .main-menu .navigation>li>ul>li.dropdown>a:after {
font-family: 'Font Awesome 5 Pro';
content: "\f105";
position: absolute;
right: 10px;
top: 1px;
width: 10px;
height: 20px;
display: block;
color: var(--thm-black);
line-height: 20px;
font-size: var(--font-16);
font-weight: normal;
text-align: center;
z-index: 5;
}
.main-header .main-menu .navigation>li>ul>li.dropdown:hover>a:after {
color: var(--thm-base);
}
.main-header .main-menu .navigation>li>ul>li>ul {
position: absolute;
left: 100%;
top: 0px;
width: 16rem;
padding: 25px 25px 25px 25px;
-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(--thm-white);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}
.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;
border-bottom: 1px solid rgba(255, 255, 255, 0.10);
opacity: 0;
margin-bottom: 10px;
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: 0;
}
.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: 500;
font-size: 14px;
text-transform: uppercase;
color: var(--thm-black);
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>a:before {
position: absolute;
content: '\f178';
left: 0px;
top: 5px;
width: 16px;
height: 10px;
opacity: 0;
display: inline-block;
transform: rotate(45deg);
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transform: rotate(45deg);
font-family: 'Font Awesome 5 Pro';
}
.main-header .main-menu .navigation>li>ul>li>ul>li>a:hover::before {
opacity: 1;
}
.main-header .main-menu .navigation>li>ul>li>ul>li:hover>a {
color: var(--thm-base);
background-color: var(--thm-white);
}
.main-header .main-menu .navigation>li>ul>li>ul>li:hover>a {
color: var(--thm-base);
padding-left: 20px;
}
.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(--thm-white);
line-height: 28px;
border: 1px solid rgba(var(--thm-white-rgb), .10);
background-size: 20px;
cursor: pointer;
z-index: 5;
display: none;
}
.main-header__cart {
position: relative;
display: block;
padding-right: 55px;
padding-left: 70px;
}
.main-header__cart:before {
content: "";
position: absolute;
top: -18px;
bottom: -18px;
left: 0;
width: 1px;
background-color: rgba(var(--thm-white-rgb), .40);
}
.main-header__cart a {
position: relative;
display: flex;
align-items: center;
font-size: 24px;
color: var(--thm-white);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header__cart a:hover {
color: var(--thm-base);
}
.hamburger {
position: relative;
width: 80px;
height: 100px;
padding: 0 21px;
display: flex;
cursor: pointer;
justify-content: center;
flex-direction: column;
background-color: var(--thm-white);
}
.hamburger .top-bun {
height: 3px;
width: 24px;
background-color: var(--thm-base);
transition: all 400ms ease-in-out;
}
.hamburger .meat {
width: 38px;
height: 3px;
background-color: var(--thm-base);
margin: 7px 0 7px;
transition: all 400ms ease-in-out;
}
.hamburger .bottom-bun {
height: 3px;
width: 22px;
margin-left: auto;
background-color: var(--thm-base);
transition: all 400ms ease-in-out;
}
.hamburger:hover .top-bun,
.hamburger:hover .bottom-bun {
width: 100%;
} .main-header-two {
background: transparent;
position: absolute;
left: 0px;
top: 0px;
width: 100%;
transition: all 500ms ease;
z-index: 999;
}
.main-header-two.fixed-header .main-header-two__lower {
position: fixed !important;
left: 0px;
top: 0px;
right: 0px;
background-color: transparent;
animation-name: menu_sticky;
animation-duration: 0.60s;
animation-timing-function: ease-out;
transition: all .25s ease-in-out;
}
.main-header-two.fixed-header .main-menu-two__contact-info {
display: none;
}
.main-header-two__wrap {
position: relative;
display: block;
margin-top: 30px;
}
.main-header-two__lower {
position: relative;
display: block;
}
.main-header-two__lower .container {
position: relative;
}
.main-header-two__lower-inner {
position: relative;
display: block;
background-color: var(--thm-black);
border-radius: 10px;
padding-left: 300px;
z-index: 1;
}
.main-header-two__shape-1 {
position: absolute;
bottom: -9px;
left: 15px;
z-index: -1;
}
.main-header-two__shape-1 img {
width: auto;
}
.main-menu-two__logo {
position: absolute;
top: 0;
bottom: 0;
left: 60px;
display: flex;
align-items: center;
justify-content: center;
}
.main-menu-two__main-menu-box {
position: relative;
display: block;
}
.main-menu-two__contact-info {
position: relative;
display: flex;
align-items: center;
justify-content: flex-end;
flex-wrap: wrap;
padding: 22.5px 0;
padding-right: 60px;
z-index: 1;
}
.main-menu-two__contact-info li {
position: relative;
display: flex;
align-items: center;
}
.main-menu-two__contact-info li+li {
margin-left: 55px;
}
.main-menu-two__contact-info li .icon {
position: relative;
display: flex;
align-items: center;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-menu-two__contact-info li .icon span {
position: relative;
display: inline-block;
font-size: 15px;
color: var(--thm-base);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-menu-two__contact-info li .content {
margin-left: 10px;
}
.main-menu-two__contact-info li .content p {
font-size: 14px;
line-height: 14px;
color: var(--thm-white);
}
.main-menu-two__contact-info li .content p a {
color: var(--thm-white);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-menu-two__contact-info li:hover .content p a {
color: var(--thm-base);
}
.main-menu-two__nav-outer-content-box {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
background-color: var(--thm-white);
padding: 0 60px 0;
border-radius: 10px;
}
.main-menu-two__nav-outer-box {
position: relative;
display: block;
}
.main-menu-two__search-and-social {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.main-menu-two__search-box {
position: relative;
display: block;
}
.main-menu-two__search-btn {
position: relative;
display: flex;
align-items: center;
font-size: 20px;
color: var(--thm-base);
cursor: pointer;
margin-right: 20px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-menu-two__search-btn:hover {
color: var(--thm-black);
}
.main-menu-two__social {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
border: 2px solid #ebeded;
padding: 13px 20px;
border-radius: 8px;
}
.main-menu-two__social a {
position: relative;
display: flex;
align-items: center;
font-size: 15px;
color: var(--thm-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-menu-two__social a+a {
margin-left: 20px;
}
.main-menu-two__social a:hover {
color: var(--thm-base);
}
.main-header.main-header-two .main-menu .navigation>li {
margin-right: 30px;
}
.main-header.main-header-two .main-menu .navigation>li:last-child {
margin-right: 0;
}
.main-header.main-header-two .main-menu .navigation>li>a {
color: var(--thm-black);
text-transform: capitalize;
padding: 30px 0px;
}
.main-header.main-header-two .main-menu .navigation>li.dropdown>a {
padding-right: 16px;
}
.main-header.main-header-two .main-menu .navigation>li>a:before {
position: absolute;
content: "";
left: 0;
right: 0;
height: 2px;
width: 100%;
transform: translateX(0%) scaleX(0.0);
background-color: var(--thm-base);
z-index: 1;
}
.main-header.main-header-two .main-menu .navigation>li:hover>a::before,
.main-header.main-header-two .main-menu .navigation>li.current>a::before {
transform: translateX(0%) scaleX(1.0);
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.main-header.main-header-two .main-menu .navigation>li.dropdown>a:after {
color: var(--thm-black);
}
.main-header.main-header-two .main-menu .navigation>li:hover>a,
.main-header.main-header-two .main-menu .navigation>li.current>a {
opacity: 1;
color: var(--thm-base);
}
.main-header.main-header-two .main-menu .navigation>li:hover>a::after,
.main-header.main-header-two .main-menu .navigation>li.current>a::after {
opacity: 1;
color: var(--thm-base);
} .main-header.main-header-three.fixed-header .main-header-three__lower {
position: fixed !important;
left: 0px;
top: 0px;
right: 0px;
margin-top: 0;
background-color: var(--thm-white);
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
animation-name: menu_sticky;
animation-duration: 0.60s;
animation-timing-function: ease-out;
transition: all .25s ease-in-out;
}
.main-header.main-header-three.fixed-header .main-header-three__lower-inner {
max-width: 100%;
margin-left: 0;
}
.main-header-three {
background: transparent;
position: absolute;
left: 0px;
top: 0px;
width: 100%;
transition: all 500ms ease;
z-index: 999;
}
.main-header-three__wrap {
position: relative;
display: block;
}
.main-header-three__top {
position: relative;
display: block;
}
.main-header-three__top-inner {
position: relative;
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
background-color: var(--thm-black);
padding-left: 60px;
}
.main-header-three__contact-info-and-search {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
padding-top: 18px;
}
.main-header-three__contact-info {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
z-index: 1;
}
.main-header-three__contact-info li {
position: relative;
display: flex;
align-items: center;
}
.main-header-three__contact-info li+li {
margin-left: 40px;
}
.main-header-three__contact-info li .icon {
position: relative;
display: flex;
align-items: center;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header-three__contact-info li .icon span {
position: relative;
display: inline-block;
font-size: 15px;
color: var(--thm-base);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header-three__contact-info li .content {
margin-left: 10px;
}
.main-header-three__contact-info li .content p {
font-size: 14px;
line-height: 14px;
color: var(--thm-white);
}
.main-header-three__contact-info li .content p a {
color: var(--thm-white);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header-three__contact-info li:hover .content p a {
color: var(--thm-base);
}
.main-menu-three__search-box {
position: relative;
display: flex;
align-items: center;
margin-left: 105px;
}
.main-menu-three__search-text {
color: var(--thm-white);
font-size: 16px;
margin-right: 30px;
}
.main-menu-three__search-btn {
position: relative;
cursor: pointer;
line-height: 1em;
color: var(--thm-base);
font-size: 18px;
display: flex;
align-items: center;
justify-content: center;
-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-menu-three__search-btn:hover {
color: var(--thm-white);
}
.main-header-three__btn-box {
position: relative;
display: block;
}
.main-header-three__btn {
position: relative;
display: flex;
align-items: center;
font-size: 16px;
color: var(--thm-base);
text-transform: uppercase;
letter-spacing: 0.075em;
background-color: var(--thm-white);
padding: 36px 55px 36px;
z-index: 2;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header-three__btn:hover {
background-color: var(--thm-base);
color: var(--thm-white);
}
.main-header-three__btn span {
padding-left: 10px;
}
.main-header-three__lower {
position: relative;
display: block;
margin-top: -35px;
}
.main-header-three__lower-inner {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
background-color: var(--thm-white);
max-width: 890px;
width: 100%;
padding: 0 45px;
margin-left: 60px;
}
.main-menu-three__logo {
position: relative;
display: block;
}
.main-menu-three__nav-outer-box {
position: relative;
display: block;
}
.main-header.main-header-three .main-menu .navigation>li {
margin-right: 30px;
}
.main-header.main-header-three .main-menu .navigation>li:last-child {
margin-right: 0;
}
.main-header.main-header-three .main-menu .navigation>li>a {
padding: 25px 0px;
color: var(--thm-black);
text-transform: capitalize;
font-weight: 700;
}
.main-header.main-header-three .main-menu .navigation>li>a:before {
position: absolute;
content: "";
left: 0;
right: 0;
height: 2px;
width: 100%;
transform: translateX(0%) scaleX(0.0);
background-color: var(--thm-base);
z-index: 1;
}
.main-header.main-header-three .main-menu .navigation>li:hover>a::before,
.main-header.main-header-three .main-menu .navigation>li.current>a::before {
transform: translateX(0%) scaleX(1.0);
-webkit-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.main-header.main-header-three .main-menu .navigation>li.dropdown>a {
padding-right: 16px;
}
.main-header.main-header-three .main-menu .navigation>li:hover>a,
.main-header.main-header-three .main-menu .navigation>li.current>a {
opacity: 1;
color: var(--thm-base);
}
.main-header.main-header-three .main-menu .navigation>li.dropdown>a:after {
color: var(--thm-black);
}
.main-header.main-header-three .main-menu .navigation>li:hover>a::after,
.main-header.main-header-three .main-menu .navigation>li.current>a::after {
opacity: 1;
color: var(--thm-base);
} .main-header.main-header-four.fixed-header .main-header-four__lower {
position: fixed !important;
left: 0px;
top: 0px;
right: 0px;
margin-top: 0;
background-color: var(--thm-white);
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
animation-name: menu_sticky;
animation-duration: 0.60s;
animation-timing-function: ease-out;
transition: all .25s ease-in-out;
}
.main-header-four {
background: transparent;
position: absolute;
left: 0px;
top: 0px;
width: 100%;
transition: all 500ms ease;
z-index: 999;
}
.main-header-four__wrap {
position: relative;
display: block;
}
.main-header-four__top {
position: relative;
display: block;
}
.main-header-four__top-inner {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
padding: 14px 60px 14px;
}
.main-header-four__contact {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.main-header-four__contact li {
position: relative;
display: flex;
align-items: center;
padding: 15px 30px;
z-index: 1;
}
.main-header-four__contact li+li {
margin-left: 25px;
}
.main-header-four__contact li:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(var(--thm-white-rgb), 0.06);
background-position: bottom left;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transform-origin: bottom center;
transform-origin: bottom center;
-webkit-transition: -webkit-transform 500ms ease;
transition: -webkit-transform 500ms ease;
transition: transform 500ms ease;
transition: transform 500ms ease, -webkit-transform 500ms ease;
z-index: -1;
}
.main-header-four__contact li:hover:before {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.main-header-four__contact li:after {
content: "";
position: absolute;
top: -14px;
bottom: -14px;
left: -10px;
width: 1px;
background-color: rgba(var(--thm-white-rgb), .10);
}
.main-header-four__contact li:first-child:after {
display: none;
}
.main-header-four__contact li .icon {
position: relative;
display: flex;
align-items: center;
}
.main-header-four__contact li .icon span {
position: relative;
display: inline-block;
font-size: 26px;
color: var(--thm-base);
}
.main-header-four__contact li .content {
margin-left: 20px;
}
.main-header-four__contact li .content p {
font-size: 14px;
color: #adafae;
line-height: 14px;
margin-bottom: 10px;
}
.main-header-four__contact li .content h5 {
font-size: 20px;
font-weight: 600;
color: var(--thm-white);
line-height: 20px;
}
.main-header-four__contact li .content h5 a {
color: var(--thm-white);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header-four__contact li .content h5 a:hover {
color: var(--thm-base);
}
.main-header-four__search-and-cart-box {
position: relative;
display: flex;
align-items: center;
}
.main-header-four__search {
position: relative;
display: flex;
align-items: center;
}
.main-header-four__search-btn {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 50px;
width: 50px;
font-size: 18px;
color: var(--thm-white);
background-color: rgba(var(--thm-white-rgb), .10);
border-radius: 50%;
cursor: pointer;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header-four__search-btn:hover {
color: var(--thm-base);
}
.main-header-four__cart {
position: relative;
display: flex !important;
align-items: center;
justify-content: center;
height: 50px;
width: 50px;
font-size: 18px;
color: var(--thm-white);
background-color: rgba(var(--thm-white-rgb), .10);
border-radius: 50%;
margin-left: 15px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header-four__cart-count {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 12px;
width: 12px;
background-color: var(--thm-black);
border-radius: 50%;
font-size: 11px;
color: var(--thm-white);
font-family: var(--thm-font);
top: -4px;
}
.main-header-four__cart:hover {
color: var(--thm-base);
}
.main-header-four__lower {
position: relative;
display: block;
}
.main-header-four__lower-inner {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
background-color: var(--thm-white);
padding: 0 60px 0;
padding-right: 47px;
border-radius: 43px;
}
.main-header-four__left {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.main-menu-four__logo {
position: relative;
display: block;
margin-right: 60px;
padding: 23.5px 0;
}
.main-menu-four__nav-outer-box {
position: relative;
display: block;
}
.main-header-four__right {
position: relative;
display: block;
padding: 22.5px 0;
}
.main-header-four__social {
position: relative;
display: flex;
align-items: center;
}
.main-header-four__social:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: -50px;
width: 1px;
background-color: rgba(var(--thm-black-rgb), .10);
}
.main-header-four__social a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 40px;
width: 40px;
border: 1px solid transparent;
border-radius: 50%;
font-size: 15px;
color: var(--thm-black);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header-four__social a:hover {
border: 1px solid rgba(var(--thm-black-rgb), .10);
color: var(--thm-base);
}
.main-header-four__social a+a {
margin-left: 10px;
}
.main-header.main-header-four .main-menu .navigation>li {
margin-right: 30px;
}
.main-header.main-header-four .main-menu .navigation>li:last-child {
margin-right: 0;
}
.main-header.main-header-four .main-menu .navigation>li>a {
padding: 27.5px 0px;
color: var(--thm-black);
font-weight: 500;
}
.main-header.main-header-four .main-menu .navigation>li>a:before {
display: none;
}
.main-header.main-header-four .main-menu .navigation>li.dropdown>a {
padding-right: 16px;
}
.main-header.main-header-four .main-menu .navigation>li:hover>a,
.main-header.main-header-four .main-menu .navigation>li.current>a {
opacity: 1;
color: var(--thm-base);
}
.main-header.main-header-four .main-menu .navigation>li.dropdown>a:after {
color: var(--thm-black);
}
.main-header.main-header-four .main-menu .navigation>li:hover>a::after,
.main-header.main-header-four .main-menu .navigation>li.current>a::after {
opacity: 1;
color: var(--thm-base);
} .main-header .mobile-nav-toggler {
position: relative;
float: right;
cursor: pointer;
display: none;
}
.main-header .mobile-nav-toggler span {
position: relative;
display: flex;
align-items: center;
font-size: 25px;
color: var(--thm-base);
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.main-header .mobile-nav-toggler span:hover {
color: var(--thm-white);
}
.mobile-menu {
position: fixed;
left: 0;
top: 0;
width: 300px;
padding-right: 30px;
max-width: 100%;
height: 100%;
visibility: hidden;
z-index: 999999;
}
.mobile-menu .nav-logo {
position: relative;
padding: 25px 0px 20px;
}
.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.90);
-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;
left: -400px;
top: 0px;
width: 100%;
height: 100%;
max-height: 100%;
overflow-y: auto;
background-color: var(--thm-white);
padding: 0px 30px 50px;
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 {
left: 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: 25px;
top: 15px;
line-height: 30px;
width: 30px;
text-align: center;
font-size: var(--font-24);
color: var(--thm-black);
cursor: pointer;
z-index: 10;
font-family: "Flaticon";
-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);
}
.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.50;
}
.mobile-menu .navigation {
position: relative;
display: block;
width: 100%;
}
.mobile-menu .navigation li {
position: relative;
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile-menu .navigation li>ul>li:last-child {
border-bottom: none;
}
.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;
left: 0px;
height: 44px;
text-align: right;
font-size: 14px;
line-height: 44px;
cursor: pointer;
z-index: 5;
color: var(--thm-black);
}
.mobile-menu .navigation li.dropdown .dropdown-btn:before {
position: absolute;
content: "";
right: 0px;
width: 8px;
height: 9px;
top: 50%;
margin-top: -4px;
}
.mobile-menu .navigation li.dropdown .dropdown-btn span {}
.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
display: none;
padding-left: 10px;
}
.mobile-menu .navigation li>ul>li,
.mobile-menu .navigation li>ul>li>ul>li {
margin-bottom: var(--margin-zero);
}
.mobile-menu .navigation li>ul>li>ul {
padding-left: 10px;
}
.mobile-menu .navigation li>ul>li>ul>li>a {
padding-left: 40px;
}
.main-header .mobile-menu .close-btn:hover {
opacity: 0.50;
}
.main-header .mobile-menu .navigation li>ul>li:last-child {
border-bottom: none;
}
.main-header .mobile-menu .cart-box {
display: inline-block;
margin-top: 40px;
}
.main-header .mobile-menu .navigation li>a {
position: relative;
display: block;
font-weight: 500;
line-height: 24px;
padding: 12px 0px;
font-size: var(--font-14);
color: var(--thm-black);
text-transform: capitalize;
}
.main-header .mobile-menu .navigation li:hover>a,
.main-header .mobile-menu .navigation li.current>a {
color: var(--thm-base);
}
.mobile-social_box {
position: relative;
margin-top: var(--margin-top-70);
}
.mobile-social_box li {
position: relative;
display: inline-block;
margin-right: var(--margin-right-20);
}
.mobile-social_box li a {
position: relative;
color: var(--thm-black);
font-size: var(--font-18);
}
.mobile-social_box li a:hover {
color: var(--thm-base);
} .mobile-menu .search-box .form-group {
position: relative;
margin: 0px;
margin-bottom: var(--margin-bottom-10);
}
.mobile-menu .search-box .form-group input[type="text"],
.mobile-menu .search-box .form-group input[type="search"] {
position: relative;
line-height: 43px;
padding: 10px 50px 10px 25px;
display: block;
font-size: var(--font-14);
width: 100%;
height: 54px;
font-weight: 500;
background: none;
color: var(--thm-black);
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
border: 1px solid rgba(var(--black-color-rgb), 0.10);
}
.mobile-menu .search-box .form-group button {
position: absolute;
right: 0px;
top: 0px;
height: 56px;
width: 60px;
display: block;
font-size: 18px;
cursor: pointer;
background: none;
line-height: 100%;
font-weight: normal;
color: var(--thm-black);
font-family: 'Font Awesome 5 Pro';
}
.mobile-menu .search-box .form-group input[type="text"]:focus,
.mobile-menu .search-box .form-group input[type="search"]:focus {
border-color: var(--thm-base);
}
.mobile-menu .search-box .form-group input::-webkit-input-placeholder {
color: var(--thm-black);
}
.main-header .outer-box {
position: relative;
} .search-popup {
position: fixed;
left: 0;
top: 0;
height: 100vh;
width: 100%;
z-index: 99999;
margin-top: -540px;
transform: translateY(-100%);
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.search-popup .color-layer {
position: absolute;
content: '';
left: 0;
top: 0;
height: 120px;
width: 100%;
background-color: rgba(255, 255, 255, 1);
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}
.sidenav-bar-visible .search-popup {
width: 80%;
}
.search-active .search-popup {
transform: translateY(0%);
margin-top: var(--margin-zero);
}
.search-popup .close-search {
position: absolute;
right: 25px;
top: 25px;
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 70px;
background-color: rgba(0, 0, 0, 0.90);
border-radius: 0%;
cursor: pointer;
color: #ffffff;
font-size: 30px;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
opacity: 0;
visibility: hidden;
z-index: 9999;
}
.search-popup .close-search:hover {
background-color: var(--thm-base);
}
.search-active .search-popup .close-search {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 300ms;
-moz-transition-delay: 300ms;
-ms-transition-delay: 300ms;
-o-transition-delay: 300ms;
transition-delay: 300ms;
}
.search-popup form {
position: absolute;
max-width: 1300px;
top: 25px;
left: 15px;
right: 15px;
z-index: 999;
margin: 0px auto 0;
transform: scaleX(0);
transform-origin: center;
background-color: var(--dark-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;
}
.search-active .search-popup form {
transform: scaleX(1);
-webkit-transition-delay: 300ms;
-moz-transition-delay: 300ms;
-ms-transition-delay: 300ms;
-o-transition-delay: 300ms;
transition-delay: 300ms;
}
.search-popup .form-group {
position: relative;
margin: 0;
overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
position: relative;
display: block;
font-size: var(--font-18);
line-height: 50px;
color: var(--thm-black);
height: 70px;
width: 100%;
padding: 10px 30px 10px 75px;
background-color: var(--thm-white);
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
font-weight: 500;
text-transform: capitalize;
border: 1px solid rgba(0, 0, 0, 0.10)
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
position: absolute;
left: 0px;
top: 0px;
height: 70px;
background: var(--thm-base);
text-align: center;
font-size: var(--font-24);
color: var(--thm-white);
padding: 0;
cursor: pointer;
font-family: "flaticon";
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
width: 60px;
}
.search-popup .form-group button i {
font-style: normal;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
background-color: var(--thm-black);
}
.search-popup input::placeholder,
.search-popup textarea::placeholder {
color: var(--thm-black);
}
.search-popup .close-search.style-two {
position: absolute;
right: 25px;
left: auto;
color: var(--thm-white);
width: auto;
height: auto;
top: 25px;
margin: 0px;
border: none;
background: none !important;
box-shadow: none !important;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.search-popup .close-search.style-two span {
font-size: var(--font-20);
color: var(--thm-white);
}
.main-header .mobile-menu .menu-box .mCSB_scrollTools {
width: 3px;
} .about-sidebar {
position: fixed;
left: -500px;
top: 0px;
bottom: 0px;
width: 450px;
z-index: 999999;
-webkit-transition: all 1500ms ease;
-ms-transition: all 1500ms ease;
-o-transition: all 1500ms ease;
-moz-transition: all 1500ms ease;
transition: all 1500ms ease;
background-color: var(--thm-white);
}
.about-sidebar .gradient-layer {
position: absolute;
left: 0%;
top: 0px;
bottom: 0px;
width: 0%;
opacity: 0.60;
z-index: -1;
background-color: var(--thm-black);
-webkit-transition: all 1300ms ease;
-ms-transition: all 1300ms ease;
-o-transition: all 1300ms ease;
-moz-transition: all 1300ms ease;
transition: all 1300ms ease;
}
.about-sidebar.active .gradient-layer {
width: 500%;
left: 100%;
}
.about-sidebar.active {
left: 0px;
}
.about-sidebar .image {
position: relative;
}
.about-sidebar .image img {
position: relative;
width: 100%;
display: block;
}
.close-sidebar-widget.close-button {
position: absolute;
left: 0px;
top: 0px;
width: 60px;
height: 60px;
background-color: rgba(0, 0, 0, 0.99);
color: #ffffff;
font-size: 30px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: all 500ms linear;
z-index: 99999;
}
.close-sidebar-widget.close-button:hover {
background-color: var(--thm-base);
}
.about-sidebar .sidebar-inner {
position: relative;
overflow-y: auto;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
z-index: 9999;
}
.about-sidebar .content-box {
position: relative;
padding: 30px 50px;
background-color: #ffffff;
}
.about-sidebar h4 {
font-weight: 400;
color: var(--thm-black);
margin-bottom: var(--margin-bottom-15);
}
.about-sidebar h4 span {
font-weight: 500;
}
.about-sidebar .text {
margin-top: var(--margin-top-10);
margin-bottom: var(--margin-bottom-20);
}
.about-sidebar .social-box {
position: relative;
margin-left: 50px;
margin-right: 50px;
margin-bottom: 35px;
}
.about-sidebar .social-box a {
position: relative;
color: var(--thm-base);
font-size: 18px;
margin-right: 20px;
font-family: 'Font Awesome 5 Brands';
}
.about-sidebar .social-box a:hover {
color: var(--thm-black);
}
.about-sidebar .sidebar-inner::-webkit-scrollbar {
width: 8px;
} .about-sidebar .sidebar-inner::-webkit-scrollbar-track {
background: #dddddd;
} .about-sidebar .sidebar-inner::-webkit-scrollbar-thumb {
background-color: var(--thm-base);
} .about-sidebar .sidebar-inner::-webkit-scrollbar-thumb:hover {
background: #555;
} .about-one_list {
position: relative;
}
.about-one_list li {
position: relative;
font-weight: 500;
font-size: var(--font-14);
text-transform: capitalize;
padding-left: 25px;
margin-bottom: 10px;
}
.about-one_list li:before {
position: absolute;
content: '\f058';
left: 0px;
top: 0px;
color: var(--thm-black);
font-family: 'Font Awesome 5 Pro';
} .sidebar-info-contents {
position: relative;
height: 100%;
}
.sidebar-textwidget,
.sidebar-widget-container {
height: 100%;
}
.sidebar-info-contents .content-inner {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
} @media only screen and (max-width: 1340px) {
.page-wrapper {
overflow: hidden;
}
}
@media only screen and (min-width: 768px) {
.main-menu .navigation>li>ul,
.main-menu .navigation>li>ul>li>ul {
display: block !important;
visibility: hidden;
opacity: 0;
}
}
@media only screen and (max-width: 1199px) {
.mCSB_inside>.mCSB_container {
margin-right: var(--margin-zero);
}
.hamburger,
.main-header .main-menu {
display: none;
}
.main-header .mobile-nav-toggler {
display: block;
}
.main-header .header-lower .nav-outer {
position: static;
display: none;
margin-right: 0px;
}
#navbarSupportedContent {
display: block;
}
}