:root {
--theme-color: #E3FF04;
--title-color: #0A0C00;
--body-color: #0A0C00;
--smoke-color: #F6F5F3;
--smoke-color2: #FFF4EF;
--smoke-color3: #F5F5F6;
--smoke-color4: #F4F4F4;
--smoke-color5: #F0F2F4;
--black-color: #202020;
--gray-color: #131312;
--white-color: #ffffff;
--light-color: #9fa2ad;
--yellow-color: #FFB539;
--success-color: #28a745;
--error-color: #dc3545;
--border-color: #E3E3E3;
--title-font: "Unbounded", sans-serif;
--body-font: "Poppins", sans-serif;
--icon-font: "Font Awesome 5 Free";
--main-container: 1296px;
--container-gutters: 24px;
--section-space: 140px;
--section-space-mobile: 80px;
--section-title-space: 65px;
--ripple-ani-duration: 5s;
} html,
body {
scroll-behavior: smooth !important;
}
body {
font-family: var(--body-font);
font-size: 18px;
font-weight: 400;
color: var(--body-color);
line-height: 1.66;
overflow-x: hidden;
-webkit-font-smoothing: antialiased; }
body::-webkit-scrollbar {
width: 10px;
height: 10px;
}
body::-webkit-scrollbar-thumb {
background-color: var(--title-color);
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
border-radius: 0px;
}
iframe {
border: none;
width: 100%;
}
.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
outline: none;
}
input:focus {
outline: none;
box-shadow: none;
}
img:not([draggable]),
embed,
object,
video {
max-width: 100%;
height: auto;
}
ul {
list-style-type: disc;
}
ol {
list-style-type: decimal;
}
table {
margin: 0 0 1.5em;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
th {
font-weight: 700;
color: var(--title-color);
}
td,
th {
border: 1px solid var(--border-color);
padding: 9px 12px;
}
a {
color: var(--theme-color);
text-decoration: none;
outline: 0;
transition: all ease 0.4s;
}
a:hover {
color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
text-decoration: none;
outline: 0;
}
button {
transition: all ease 0.4s;
}
img {
border: none;
max-width: 100%;
}
ins {
text-decoration: none;
}
span.ajax-loader:empty,
p:empty {
display: none;
}
p {
font-family: var(--body-font);
margin: 0 0 18px 0;
color: var(--body-color);
font-size: 18px;
line-height: 1.66;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
color: inherit;
font-size: inherit;
font-family: inherit;
font-weight: inherit;
line-height: inherit;
}
a:hover,
button:hover {
color: var(--body-color);
text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
font-family: var(--title-font);
color: var(--title-color);
text-transform: none;
font-weight: 700;
line-height: 1.4;
margin: 0 0 15px 0;
}
.h1,
h1 {
font-size: 70px;
line-height: 1.167;
}
.h2,
h2 {
font-size: 50px;
line-height: 1.133;
}
.h3,
h3 {
font-size: 36px;
line-height: 1.278;
}
.h4,
h4 {
font-size: 24px;
line-height: 1.333;
}
.h5,
h5 {
font-size: 20px;
line-height: 1.417;
}
.h6,
h6 {
font-size: 18px;
line-height: 1.5;
} @media (max-width: 1399px) {
.h1,
h1 {
font-size: 48px;
}
} @media (max-width: 1199px) {
.h1,
h1 {
font-size: 44px;
line-height: 1.3;
}
.h2,
h2 {
font-size: 40px;
line-height: 1.25;
}
.h3,
h3 {
font-size: 30px;
}
.h4,
h4 {
font-size: 24px;
}
.h5,
h5 {
font-size: 20px;
}
.h6,
h6 {
font-size: 16px;
}
} @media (max-width: 767px) {
.h1,
h1 {
font-size: 40px;
}
.h2,
h2 {
font-size: 34px;
line-height: 1.3;
}
.h3,
h3 {
font-size: 26px;
}
.h4,
h4 {
font-size: 22px;
}
.h5,
h5 {
font-size: 18px;
}
.h6,
h6 {
font-size: 16px;
}
} @media (max-width: 575px) {
.h1,
h1 {
font-size: 34px;
line-height: 1.35;
}
.h2,
h2 {
font-size: 30px;
}
} @media (max-width: 375px) {
.h1,
h1 {
font-size: 32px;
}
}    @media (max-width: 1399px) {
:root {
--main-container: 1250px;
}
}
.container2 {
max-width: 1330px;
margin: auto;
}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
max-width: calc(var(--main-container) + var(--container-gutters));
}
.container2 {
max-width: 1330px;
}
}
@media only screen and (min-width: 1300px) {
.container2.px-0,
.container-xxl.px-0,
.container-xl.px-0,
.container-lg.px-0,
.container-md.px-0,
.container-sm.px-0,
.container.px-0 {
max-width: var(--main-container);
}
.container2 {
max-width: 1330px;
}
} @media (max-width: 1399px) {
.container2 {
max-width: 1140px;
}
} @media (max-width: 1199px) {
.container2 {
max-width: 960px;
}
} @media (max-width: 991px) {
.container2 {
max-width: 720px;
}
} @media (max-width: 767px) {
.container2 {
max-width: 540px;
}
}
@media only screen and (max-width: 1600px) {
.container-fluid.px-0 {
padding-left: 15px !important;
padding-right: 15px !important;
}
.container-fluid.px-0 .row {
margin-left: 0 !important;
margin-right: 0 !important;
}
} @media (max-width: 1199px) {
.container2 {
padding-left: 15px !important;
padding-right: 15px !important;
}
} .slick-track > [class*=col] {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) / 2);
padding-left: calc(var(--bs-gutter-x) / 2);
margin-top: var(--bs-gutter-y);
}
.gy-20 {
--bs-gutter-y: 20px;
}
.gy-30 {
--bs-gutter-y: 30px;
}
.gy-40 {
--bs-gutter-y: 40px;
}
.gy-50 {
--bs-gutter-y: 50px;
}
.gy-60 {
--bs-gutter-y: 60px;
}
.gy-80 {
--bs-gutter-y: 80px;
}
.gx-10 {
--bs-gutter-x: 10px;
}
.gx-20 {
--bs-gutter-x: 20px;
}
.gx-60 {
--bs-gutter-x: 60px;
}
.gx-90 {
--bs-gutter-x: 90px; }
@media (max-width: 1399px) {
.gx-90 {
--bs-gutter-x: 24px;
}
}
@media (min-width: 1299px) {
.gx-60 {
--bs-gutter-x: 60px;
}
}
@media (min-width: 1399px) {
.gx-30 {
--bs-gutter-x: 30px;
}
.gx-25 {
--bs-gutter-x: 25px;
}
.gx-40 {
--bs-gutter-x: 40px;
}
} @media (max-width: 1199px) {
.gy-80 {
--bs-gutter-y: 40px;
}
} @media (max-width: 991px) {
.gy-50 {
--bs-gutter-y: 40px;
}
} select,
.single-select,
.form-control,
.form-select,
textarea,
input {
height: 55px;
padding: 0 30px;
border: 1px solid transparent;
color: var(--body-color);
background-color: transparent;
font-size: 16px;
font-weight: 300;
width: 100%;
font-family: var(--body-font);
transition: 0.4s ease-in-out;
padding-right: 45px;
border-radius: 5px;
}
select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
outline: 0;
box-shadow: none;
}
select::-moz-placeholder,
.single-select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
color: var(--body-color);
}
select::-webkit-input-placeholder,
.single-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
color: var(--body-color);
}
select:-ms-input-placeholder,
.single-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
color: var(--body-color);
}
select::placeholder,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
color: var(--body-color);
}
select.style2,
.single-select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
height: auto;
border: none;
padding: 14.5px 30px;
background-color: transparent;
line-height: initial;
}
select.style2 option,
.single-select.style2 option,
.form-control.style2 option,
.form-select.style2 option,
textarea.style2 option,
input.style2 option {
background-color: var(--title-color);
color: var(--body-color);
padding: 2px 15px;
}
select.style2::-moz-placeholder,
.single-select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
color: var(--body-color);
}
select.style2::-webkit-input-placeholder,
.single-select.style2::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder,
.form-select.style2::-webkit-input-placeholder,
textarea.style2::-webkit-input-placeholder,
input.style2::-webkit-input-placeholder {
color: var(--body-color);
}
select.style2:-ms-input-placeholder,
.single-select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder {
color: var(--body-color);
}
select.style2::placeholder,
.single-select.style2::placeholder,
.form-control.style2::placeholder,
.form-select.style2::placeholder,
textarea.style2::placeholder,
input.style2::placeholder {
color: var(--body-color);
}
select.style-white,
.single-select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
background: var(--white-color);
}
.form-control:focus {
border-color: transparent;
}
select.style-border,
.single-select.style-border,
.form-control.style-border,
.form-select.style-border,
textarea.style-border,
input.style-border {
background: transparent;
border-bottom: 2px solid var(--title-color);
border-radius: 0;
color: var(--title-color);
font-size: 18px;
font-weight: 400;
padding: 0;
}
select.style-border::placeholder,
.single-select.style-border::placeholder,
.form-control.style-border::placeholder,
.form-select.style-border::placeholder,
textarea.style-border::placeholder,
input.style-border::placeholder {
color: var(--title-color);
}
select.style-border2,
.single-select.style-border2,
.form-control.style-border2,
.form-select.style-border2,
textarea.style-border2,
input.style-border2 {
background: transparent;
border: 1px solid #E8E8E8;
border-radius: 0;
color: var(--title-color);
}
select.style3,
.single-select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
background: var(--smoke-color3);
}
.form-text {
font-size: 16px;
}
.form-text a {
color: var(--title-color);
font-weight: 500;
}
.single-select:after,
.form-select:after,
select:after {
right: 30px;
height: 8px;
width: 8px;
}
.single-select .list,
.form-select .list,
select .list {
width: 100%;
}
textarea.form-control,
textarea {
min-height: 100px;
padding-top: 16px;
padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
height: 200px;
}
textarea.form-control.style-border,
textarea.style-border {
padding-top: 12px;
}
.form-group {
margin-bottom: 20px;
position: relative;
}
.form-group > i {
display: inline-block;
position: absolute;
right: 25px;
top: 21px;
font-size: 16px;
color: var(--body-color);
}
.form-group > i.fa-envelope {
padding-top: 1px;
}
.form-group > i.fa-comment {
margin-top: -2px;
}
.form-group > i.fa-chevron-down {
width: 17px;
background-color: var(--smoke-color);
}
.form-group.form-icon-left > i {
display: inline-block;
position: absolute;
left: 25px;
right: auto;
top: 20px;
font-size: 16px;
color: var(--body-color);
line-height: 1;
}
.form-group.form-icon-left > i.fa-envelope {
padding-top: 0px;
}
.form-group.form-icon-left > i.fa-comment {
margin-top: -2px;
}
.form-group.form-icon-left > i.fa-chevron-down {
width: 17px;
background-color: var(--smoke-color);
}
.form-group.form-icon-left input {
padding: 0 30px 0 55px;
}
.form-group.has-label > i {
top: 50px;
}
.form-group.has-icon .form-control {
padding-left: 70px;
}
.form-group.has-icon .input-icon {
display: inline-block;
position: absolute;
left: 40px;
top: 18px;
font-size: 16px;
color: var(--body-color);
}
.form-group.has-icon .input-icon:hover {
color: var(--theme-color);
}
.form-group.radius-group input {
border-radius: 100px;
}
.form-group.style-2 .form-control {
padding: 0 30px 0 55px;
}
.form-group.style-2 textarea.form-control {
padding: 16px 30px 30px 55px;
}
.form-group.style-3 .form-control {
padding: 0 60px 0 30px;
}
.form-group.style-4 i {
color: var(--theme-color);
}
.form-group.style-4 .form-control {
padding: 0 30px 0 60px;
border: 1px solid #E3E1DC;
height: 60px;
line-height: 60px;
color: var(--body-color);
}
.form-group.style-4 .form-control::placeholder {
color: var(--body-color);
font-size: 14px;
font-weight: 300;
}
.form-group.style-4 textarea.form-control {
line-height: normal;
padding: 15px 30px 30px 60px;
}
input[type=date] {
padding: 0 25px 0 25px;
position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
background: transparent;
position: absolute;
left: 0px;
height: 100%;
width: 100%;
z-index: 1;
cursor: pointer;
}
[class*=col-].form-group > i {
right: calc(var(--bs-gutter-x) / 2 + 25px);
}
[class*=col-].form-group .form-icon-left {
left: calc(var(--bs-gutter-x) / 2 + 30px);
right: auto;
}
option:checked, option:focus, option:hover {
background-color: var(--black-color);
color: var(--white-color);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} input[type=number] {
appearance: textfield;
-moz-appearance: textfield;
}
input[type=checkbox] {
visibility: hidden;
opacity: 0;
display: inline-block;
vertical-align: middle;
width: 0;
height: 0;
display: none;
border-radius: 10px;
}
input[type=checkbox]:checked ~ label:before {
content: "\f00c";
color: var(--white-color);
background-color: var(--body-color);
border-color: var(--body-color);
}
input[type=checkbox] ~ label {
position: relative;
padding-left: 30px;
cursor: pointer;
display: block;
}
input[type=checkbox] ~ label:before {
content: "";
font-family: var(--icon-font);
font-weight: 700;
position: absolute;
left: 0px;
top: 3.5px;
background-color: var(--smoke-color);
border: 1px solid var(--smoke-color);
height: 18px;
width: 18px;
line-height: 18px;
text-align: center;
font-size: 12px;
}
input[type=checkbox].style2 ~ label {
color: #8B929C;
padding-left: 23px;
margin-bottom: -0.5em;
}
input[type=checkbox].style2 ~ label:before {
background-color: white;
border: 1px solid rgb(247, 204, 215);
height: 14px;
width: 14px;
line-height: 14px;
border-radius: 3px;
top: 6px;
}
input[type=checkbox].style2:checked ~ label:before {
color: var(--theme-color);
}
input[type=radio] {
visibility: hidden;
opacity: 0;
display: inline-block;
vertical-align: middle;
width: 0;
height: 0;
display: none;
}
input[type=radio] ~ label {
position: relative;
padding-left: 30px;
cursor: pointer;
line-height: 1;
display: inline-block;
font-weight: 600;
margin-bottom: 0;
}
input[type=radio] ~ label::before {
content: "\f111";
position: absolute;
font-family: var(--icon-font);
left: 0;
top: -2px;
width: 20px;
height: 20px;
padding-left: 0;
font-size: 0.6em;
line-height: 19px;
text-align: center;
border: 1px solid var(--theme-color);
border-radius: 100%;
font-weight: 700;
background: var(--white-color);
color: transparent;
transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
border-color: var(--theme-color);
background-color: var(--theme-color);
color: var(--white-color);
}
label {
margin-bottom: 0.5em;
margin-top: -0.3em;
display: block;
color: var(--title-color);
font-family: var(--body-font);
font-size: 16px;
}
textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
border: 1px solid var(--error-color) !important;
background-position: right calc(0.375em + 0.8875rem) center;
background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
outline: 0;
box-shadow: none;
}
textarea.is-invalid {
background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}
.row.no-gutters > .form-group {
margin-bottom: 0;
}
.form-messages {
display: none;
}
.form-messages.mb-0 * {
margin-bottom: 0;
}
.form-messages.success {
color: var(--success-color);
display: block;
}
.form-messages.error {
color: var(--error-color);
display: block;
}
.form-messages pre {
padding: 0;
background-color: transparent;
color: inherit;
} .slick-track > [class*=col] {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) / 2);
padding-left: calc(var(--bs-gutter-x) / 2);
margin-top: var(--bs-gutter-y);
}
.slick-track {
min-width: 100%;
}
.slick-list {
padding-left: 0;
padding-right: 0;
overflow: hidden;
}
.slick-slide img {
display: inline-block;
}
.slick-dots {
list-style-type: none;
padding: 0;
margin: 54px 0 0px 0;
line-height: 0;
text-align: center;
height: max-content;
}
.slick-dots li {
display: inline-block;
margin-right: 12px;
}
.slick-dots li:last-child {
margin-right: 0;
}
.slick-dots button {
font-size: 0;
padding: 0;
width: 10px;
height: 10px;
line-height: 0;
border-radius: 9999px;
border: 1px solid var(--title-color);
background-color: transparent;
transition: all ease 0.4s;
position: relative;
}
.slick-dots .slick-active button {
background-color: var(--title-color);
}
.dot-style2 .slick-dots button {
border: 1px solid var(--smoke-color);
}
.dot-style2 .slick-dots .slick-active button {
background-color: var(--smoke-color);
}
.slick-arrow {
display: inline-block;
padding: 0;
background-color: var(--white-color);
color: var(--title-color);
position: absolute;
top: 50%;
transform: translateY(-50%);
border: none;
border-radius: 50%;
right: var(--pos-x, 58px);
width: var(--icon-size, 80px);
height: var(--icon-size, 80px);
line-height: var(--icon-size, 80px);
font-size: var(--icon-font-size, 18px);
z-index: 2;
opacity: 1;
}
.slick-arrow.default {
position: relative;
--pos-x: 0;
margin-top: 0;
}
.slick-arrow.slick-prev {
right: auto;
left: var(--pos-x, 58px);
}
.slick-arrow:hover {
opacity: 1;
}
.arrow-margin .slick-arrow {
top: calc(50% - 30px);
}
@media (max-width: 1200px) {
.slick-arrow {
--pos-x: 42px;
}
} @media (max-width: 1199px) {
.slick-arrow {
--icon-size: 60px;
}
} @media (max-width: 991px) {
.slick-dots {
margin: 40px 0 0 0;
}
.icon-box .slick-arrow {
margin-right: 0;
}
}
.slick-3d-active {
margin-left: -12%;
margin-right: -12%;
}
.slick-3d-active .slick-list {
padding-left: 30% !important;
padding-right: 30% !important;
}
.slick-3d-active .slick-track {
max-width: 100% !important;
transform: translate3d(0, 0, 0) !important;
perspective: 100px;
}
.slick-3d-active .slick-slide {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
opacity: 0;
width: 100% !important;
transform: translate3d(0, 0, 0);
transition: transform 1s, opacity 1s;
}
.slick-3d-active .slick-3d-next,
.slick-3d-active .slick-3d-prev,
.slick-3d-active .slick-3d-next2,
.slick-3d-active .slick-3d-prev2 {
display: block;
}
.slick-3d-active .slick-current {
opacity: 1;
position: relative;
display: block;
z-index: 2;
}
.slick-3d-active .slick-3d-next {
opacity: 1;
transform: translate3d(50%, 0, -21px);
z-index: 1;
perspective: 1000px;
}
.slick-3d-active .slick-3d-next2 {
opacity: 1;
transform: translate3d(40%, 0, -23px);
z-index: 0;
perspective: 1000px;
}
.slick-3d-active .slick-3d-prev {
opacity: 1;
transform: translate3d(-50%, 0, -21px);
}
.slick-3d-active .slick-3d-prev .testi-card {
box-shadow: none;
}
.slick-3d-active .slick-3d-prev2 {
opacity: 1;
transform: translate3d(-40%, 0, -23px);
} .mobile-menu-wrapper {
position: fixed;
top: 0;
left: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.6);
z-index: 999999;
width: 0;
width: 100%;
height: 100%;
transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
opacity: 0;
visibility: hidden;
}
.mobile-menu-wrapper .mobile-logo {
padding: 35px 0px 50px;
display: block;
text-align: start;
background-color: var(--white-color);
}
.mobile-menu-wrapper .mobile-logo svg {
max-width: 185px;
}
.mobile-menu-wrapper .menu-toggle {
border: 2px solid var(--title-color);
font-size: 22px;
position: absolute;
right: 20px;
top: 23px;
padding: 0;
line-height: 1;
width: 50px;
height: 50px;
line-height: 48px;
font-size: 20px;
z-index: 1;
color: var(--title-color);
background-color: transparent;
border-radius: 50%;
}
.mobile-menu-wrapper .menu-toggle:hover {
transform: rotate(90deg);
}
.mobile-menu-wrapper .mobile-menu-area {
width: 100%;
max-width: 310px;
background-color: var(--white-color);
height: 100%;
position: relative;
left: 0;
opacity: 0;
visibility: hidden;
transform: translateX(-100%);
transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
z-index: 1;
padding: 0 20px;
}
.mobile-menu-wrapper.body-visible {
opacity: 1;
visibility: visible;
transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.mobile-menu-wrapper.body-visible .mobile-menu-area {
transform: translateX(0);
opacity: 1;
visibility: visible;
transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.mobile-menu-wrapper .sidebar-wrap {
margin-bottom: 23px;
}
.mobile-menu-wrapper .sidebar-wrap h6 {
font-size: 14px;
font-weight: 600;
color: var(--title-color);
margin-bottom: 0;
line-height: 24px;
}
.mobile-menu-wrapper .sidebar-wrap a {
color: var(--title-color);
}
.mobile-menu-wrapper .sidebar-wrap a:hover {
color: var(--title-color);
}
.mobile-menu {
overflow-y: scroll;
max-height: calc(100vh - 200px);
padding-bottom: 25px;
margin-bottom: 40px;
text-align: left;
border-bottom: 2px solid var(--title-color);
}
.mobile-menu::-webkit-scrollbar {
display: none;
}
.mobile-menu ul {
margin: 0;
padding: 5px 0;
}
.mobile-menu ul li {
list-style-type: none;
}
.mobile-menu ul li a {
display: block;
position: relative;
padding: 8px 0;
line-height: 1.4;
font-size: 20px;
font-weight: 600;
font-family: var(--title-font);
color: var(--title-color);
letter-spacing: normal;
text-transform: capitalize;
}
.mobile-menu ul li.active-class > a {
color: var(--title-color);
}
.mobile-menu ul li.active-class > a:before {
background: var(--theme-color);
border-color: var(--theme-color);
}
.mobile-menu ul li ul li {
padding-left: 20px;
}
.mobile-menu ul li ul li a {
font-weight: 400;
font-family: var(--body-font);
letter-spacing: normal;
text-transform: capitalize;
font-size: 16px;
padding: 6px 0;
}
.mobile-menu ul li ul li.active a {
font-weight: 600;
font-size: 16px;
}
.mobile-menu ul li ul li a .mean-expand-class:before {
font-size: 14px;
}
.mobile-menu ul li ul li:last-child {
border-bottom: none;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class {
position: absolute;
right: 0;
top: 50%;
font-weight: 400;
font-size: 20px;
width: 100%;
height: 25px;
line-height: 25px;
margin-top: -12.5px;
display: inline-block;
text-align: end;
background-color: transparent;
color: var(--title-color);
border-radius: 50%;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class:before {
content: "\f107";
font-family: var(--icon-font);
font-weight: 700;
}
.mobile-menu ul .submenu-item-has-children.active-class > a .mean-expand-class:before {
content: "\f106";
}
.mobile-menu > ul > li:last-child {
border-bottom: none;
}
@media (max-width: 400px) {
.mobile-menu-wrapper .mobile-menu-area {
width: 100%;
max-width: 270px;
}
} .desk-menu-wrapper {
position: fixed;
top: 0;
left: 0;
bottom: 0;
z-index: 999999;
width: 0;
width: 100%;
height: 100%;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
opacity: 0;
visibility: hidden;
}
.burger-menu-visible .desk-menu-wrapper {
background: linear-gradient(100.72deg, #0A0C00 0.11%, rgba(10, 12, 0, 0.99) 72.41%, #0A0C00 103.32%);
visibility: visible;
pointer-events: initial;
opacity: 1;
}
.desk-menu-wrapper .desk-logo {
padding-bottom: 30px;
padding-top: 40px;
display: block;
text-align: center;
background-color: var(--white-color);
border-bottom: 2px solid var(--title-color);
}
.desk-menu-wrapper .desk-logo svg {
max-width: 185px;
}
.desk-menu-wrapper .menu-toggle2 {
border: 1px solid var(--white-color);
font-size: 22px;
position: absolute;
right: 48px;
top: 25px;
padding: 0;
line-height: 1;
width: 60px;
height: 60px;
line-height: 60px;
font-size: 14px;
z-index: 1;
color: var(--white-color);
background-color: var(--title-color);
border-radius: 50%;
}
.desk-menu-wrapper .menu-toggle2:hover {
background-color: var(--theme-color);
border-color: var(--theme-color);
color: var(--black-color);
transform: rotate(360deg);
}  .desk-menu-wrapper.body-visible .desk-menu-area {
left: 0;
opacity: 1;
visibility: visible;
}
.desk-menu {
overflow-y: scroll;
max-height: 100vh;
padding-bottom: 40px;
margin-top: 0px;
padding-top: 60px;
text-align: left;
}
.desk-menu::-webkit-scrollbar {
display: none;
}
.desk-menu ul {
margin: 0;
padding: 0 0;
}
.desk-menu ul:has(.active-class2) > li {
opacity: 0.5 !important;
}
.desk-menu ul li {
list-style-type: none;
transition: 0.4s;
}
.desk-menu ul li a {
display: inline-block;
position: relative;
padding: 12px 0;
line-height: 1.4;
font-size: 100px;
font-weight: 600;
font-family: var(--title-font);
color: var(--smoke-color);
letter-spacing: 1.5px;
text-transform: capitalize;
}
.desk-menu> ul > li.active-class2 > a,
.desk-menu> ul > li.active > a,
.desk-menu ul.sub-menu li:hover > a,
.desk-menu ul.sub-menu li.active > a {
color: var(--theme-color);
}
.desk-menu ul li.active-class2 {
opacity: 1 !important;
}
.desk-menu ul.sub-menu li.active > a {
font-weight: 600;
}
.desk-menu ul li.active-class2 > a:before {
background: var(--theme-color);
border-color: var(--theme-color);
}
.desk-menu ul li ul {
max-width: 250px;
}
.desk-menu ul li ul li {
padding-left: 0px;
}
.desk-menu ul li ul li a {
font-weight: 400;
font-family: var(--body-font);
letter-spacing: normal;
text-transform: capitalize;
font-size: 20px;
padding: 8px 0;
}
.desk-menu ul li ul li.menu-item-has-children {
position: relative;
}
.desk-menu ul li ul li.menu-item-has-children:before, .desk-menu ul li ul li.menu-item-has-children:after {
content: "";
position: absolute;
top: 21px;
right: 2px;
height: 9px;
width: 2px;
background: var(--white-color);
transition: 0.4s;
transform: rotate(45deg);
display: inline-block;
transition: 0.4s;
}
.desk-menu ul li ul li.menu-item-has-children:before {
transform: rotate(-45deg);
top: 16px;
}
.desk-menu ul li ul li:last-child {
border-bottom: none;
}
.desk-menu ul li ul li ul {
margin-left: 16px;
}
.desk-menu ul .submenu-item-has-children2 > a .mean-expand-class2 {
position: absolute;
right: 0;
top: 0;
font-weight: 400;
font-size: 12px;
width: 100%;
height: 100%;
line-height: 25px;
margin-top: 0px;
display: inline-block;
text-align: center;
background-color: transparent;
color: var(--title-color);
border-radius: 50%;
}
.desk-menu ul .submenu-item-has-children2.active-class2 > a .mean-expand-class2:before {
content: "\f068";
}
.desk-menu > ul {
padding: 0 100px;
}
.desk-menu > ul > li {
position: relative;
top: -20px;
visibility: hidden;
opacity: 0;
-webkit-transition: .2s all ease;
-o-transition: .2s all ease;
transition: .2s all ease;
}
.desk-menu > ul > li.is-show {
visibility: visible;
opacity: 1;
top: 0px;
}
.desk-menu > ul > li:last-child {
border-bottom: none;
} @media (max-width: 1500px) {
.desk-menu ul li a {
font-size: 80px;
}
} @media (max-width: 1399px) {
.desk-menu ul li a {
font-size: 60px;
}
.desk-menu {
padding-top: 40px;
max-height: calc(100vh - 20px);
}
} @media (max-width: 1299px) {
.desk-menu {
padding-top: 70px;
}
}
@media (max-width: 400px) {
.desk-menu-wrapper .desk-menu-area {
width: 100%;
max-width: 270px;
}
.desk-menu > ul {
padding: 0 20px;
}
}  .preloader {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 999;
background-color: var(--title-color);
display: flex;
align-items: center;
justify-content: center;
}
.preloader-inner {
display: block;
width: 45px;
height: 45px;
}
.preloader-inner span {
box-sizing: border-box;
display: block;
position: absolute;
width: 37px;
height: 37px;
margin: 4px;
border: 4px solid transparent;
border-radius: 50%;
animation: preloader 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: var(--theme-color) transparent transparent transparent;
}
.preloader-inner span:nth-child(1) {
animation-delay: -0.1s;
}
.preloader-inner span:nth-child(2) {
animation-delay: -0.2s;
}
.preloader-inner span:nth-child(3) {
animation-delay: -0.3s;
}
@-webkit-keyframes preloader {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes preloader {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .preloader .loader .loader-container {
width: 100px;
height: 100px;
border: 3px solid #10120a;
border-radius: 50%;
}
.preloader .loader .loader-container::before {
position: absolute;
content: "";
display: block;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100px;
height: 100px;
border-top: 3px solid var(--theme-color);
border-radius: 50%;
animation: loaderspin 1.8s infinite ease-in-out;
-webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
.preloader .loader .loader-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80px;
text-align: center;
}
.preloader .loader .loader-icon img {
animation: loaderpulse alternate 900ms infinite;
width: 40px;
}
@keyframes loaderspin {
0% {
transform: translate(-50%, -50%) rotate(0deg);
}
100% {
transform: translate(-50%, -50%) rotate(360deg);
}
}
@keyframes loaderpulse {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
} .link-effect {
position: relative;
overflow: hidden;
display: block;
height: 17px;
line-height: normal;
}
.link-effect .effect-1 {
display: block;
height: 100%;
position: relative;
top: 0%;
transition: 0.3s;
}
.link-effect:hover .effect-1 {
top: -100%;
}
.btn {
position: relative;
z-index: 1;
vertical-align: middle;
display: inline-block;
text-transform: uppercase;
border: none;
text-align: center;
background-color: var(--title-color);
color: var(--white-color);
font-family: var(--title-font);
font-size: 14px;
font-weight: 600;
padding: 21.5px 40px;
border-radius: 0;
overflow: hidden;
}
.btn:focus, .btn:hover, .btn.active {
color: var(--white-color);
outline: none;
box-shadow: none;
}
.btn:hover .effect-1 {
top: -100%;
}
.btn.style2 {
background: var(--theme-color);
color: var(--title-color);
}
.btn.style2:focus, .btn.style2:hover, .btn.style2.active {
color: var(--title-color);
}
.btn.style3 {
border: 1px solid #4B4D49;
background: transparent;
color: var(--white-color);
}
.btn.style3:after, .btn.style3:before {
border-top: 25px solid var(--white-color);
border-bottom: 25px solid var(--white-color);
}
.btn.style3:focus, .btn.style3:hover, .btn.style3.active {
color: var(--title-color);
}
.btn.style4 {
background: var(--white-color);
color: var(--theme-color);
}
.btn.style4:hover {
color: var(--white-color);
}
.btn.style5 {
border-radius: 0;
padding: 21px 34px 23px;
background: var(--title-color);
}
.btn.style5:before {
border-radius: 0;
transform: none;
left: 0;
width: 0;
}
.btn.style5:hover:before {
background-color: var(--theme-color);
width: 100%;
}
.btn.style6 {
border-radius: 0;
background: var(--theme-color);
font-weight: 600;
font-size: 14px;
letter-spacing: 0.05em;
}
.btn.style6:before {
border-radius: 0;
transform: none;
left: 0;
width: 0;
}
.btn.style6:hover:before {
width: 100%;
}
.btn.btn-border {
color: var(--title-color);
padding: 19.5px 21px 19.5px 25px;
}
.btn.btn-border:before {
background: transparent;
border: 1px solid var(--black-color);
}
.btn.btn-border:active, .btn.btn-border:focus, .btn.btn-border:hover {
color: var(--white-color);
}
.btn.btn-border:active:before, .btn.btn-border:focus:before, .btn.btn-border:hover:before {
background-color: var(--black-color);
}
.btn.btn-border2 {
color: var(--theme-color);
padding: 19.5px 40px 19.5px 40px;
}
.btn.btn-border2:before {
background: transparent;
border: 1px solid var(--theme-color);
}
.btn.btn-border2:active, .btn.btn-border2:focus, .btn.btn-border2:hover {
color: var(--white-color);
}
.btn.btn-border2:active:before, .btn.btn-border2:focus:before, .btn.btn-border2:hover:before {
background-color: var(--theme-color);
}
.btn.btn-border3 {
color: var(--white-color);
padding: 19.5px 21px 19.5px 25px;
}
.btn.btn-border3:before {
background: transparent;
border: 1px solid var(--white-color);
}
.btn.btn-border3:active, .btn.btn-border3:focus, .btn.btn-border3:hover {
color: var(--theme-color);
}
.btn.btn-border3:active:before, .btn.btn-border3:focus:before, .btn.btn-border3:hover:before {
background-color: var(--white-color);
}
.btn.btn-border4 {
color: var(--title-color);
border: 1px solid var(--title-color);
border-radius: 0;
font-family: var(--title-font);
}
.btn.btn-border4:before {
display: none;
}
.btn.btn-border4:active, .btn.btn-border4:focus, .btn.btn-border4:hover {
color: var(--white-color);
background: var(--title-color);
}
.btn.style-r0:before {
border-radius: 0;
}
.btn.btn-fw {
width: 100%;
}
.btn.btn-fw:before, .btn.btn-fw:after {
display: none;
}
.btn.btn-fw:hover {
background-color: var(--title-color);
}
.btn.circle-btn {
border-radius: 50%;
height: 180px;
width: 180px;
line-height: 180px;
padding: 20px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.btn.circle-btn.style2 .link-effect {
height: 48px;
}
.btn.circle-btn.style2 .link-effect .effect-1 {
line-height: 24px;
}
.icon-btn {
display: inline-block;
width: var(--btn-size, 46px);
height: var(--btn-size, 46px);
line-height: var(--btn-size, 46px);
font-size: var(--btn-font-size, 16px);
background-color: var(--theme-color);
color: var(--white-color);
text-align: center;
border-radius: 0px;
border: none;
transition: 0.4s ease-in-out;
}
.icon-btn:hover {
background-color: var(--title-color);
color: var(--white-color);
}
.icon-btn.btn-border {
background: transparent;
border: 2px solid var(--theme-color);
color: var(--theme-color);
}
.icon-btn.btn-border:hover {
background: var(--theme-color);
color: var(--white-color);
}
.play-btn {
display: inline-block;
position: relative;
z-index: 1;
}
.play-btn > i {
display: inline-block;
width: var(--icon-size, 110px);
height: var(--icon-size, 110px);
line-height: var(--icon-size, 110px);
text-align: center;
background-color: var(--white-color);
border: 1px solid rgba(199, 134, 101, 0.2);
color: var(--theme-color);
font-size: var(--icon-font-size, 30px);
border-radius: 50%;
z-index: 1;
transition: all ease 0.4s;
}
.play-btn:after, .play-btn:before {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: var(--white-color);
border: 0;
z-index: -1;
border-radius: 50%;
transition: all ease 0.4s;
}
.play-btn:after {
animation-delay: 2s;
}
.play-btn:hover i {
background-color: var(--theme-color);
color: var(--white-color);
}
.play-btn.style2:before, .play-btn.style2:after {
background-color: transparent;
border: 1px solid var(--white-color);
}
.play-btn.style3 > i {
background-color: var(--theme-color);
color: var(--white-color);
font-size: 20px;
}
.play-btn.style3:before, .play-btn.style3:after {
background-color: var(--white-color);
}
.play-btn.style3:hover > i {
background-color: var(--white-color);
color: var(--theme-color);
}
.link-btn {
font-size: 14px;
font-weight: 600;
font-family: var(--title-font);
display: inline-block;
line-height: 0.8;
position: relative;
padding-bottom: 6px;
margin-bottom: 0px;
text-transform: uppercase;
color: var(--title-color);
display: inline-flex;
gap: 10px;
text-decoration: none;
}
.link-btn i {
font-size: 0.9rem;
}
.link-btn:after, .link-btn:before {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 100%;
height: 2px;
background-color: var(--title-color);
transition: all ease 0.4s;
}
.link-btn:after {
width: 0;
left: 0;
transition: all ease 0.8s;
}
.link-btn:hover {
color: var(--title-color);
}
.link-btn:hover::before {
width: 0;
}
.link-btn:hover:after {
width: 100%;
}
.link-btn:hover .effect-1 {
top: -100%;
}
.link-btn.style2 {
font-weight: 500;
font-family: var(--body-font);
color: var(--title-color);
display: inline-flex;
text-transform: capitalize;
}
.link-btn.style2:before {
background-color: var(--title-color);
bottom: -3px;
left: 0px;
height: 1px;
width: 100%;
}
.link-btn.style2:hover {
color: var(--theme-color);
}
.link-btn.style2:hover:before {
background-color: var(--theme-color);
width: calc(100% - 55px);
}
.link-btn.text-theme:before, .link-btn.text-theme:after {
background: var(--theme-color);
}
.link-btn.text-theme img {
filter: brightness(99);
}
.link-btn2 {
background: transparent;
border: 0;
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
font-weight: 600;
font-family: var(--title-font);
color: var(--white-color);
padding: 0;
}
.line-btn {
font-size: 14px;
font-weight: 600;
display: inline-block;
line-height: 0.8;
position: relative;
padding-bottom: 4px;
margin-bottom: -1px;
text-transform: uppercase;
color: var(--theme-color);
}
.line-btn i {
margin-left: 5px;
font-size: 0.9rem;
}
.line-btn:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background-color: var(--theme-color);
transition: all ease 0.4s;
}
.line-btn:hover {
color: var(--title-color);
}
.line-btn:hover::before {
background-color: var(--title-color);
width: 45px;
}
.scroll-top {
position: fixed;
right: 30px;
bottom: 30px;
height: 50px;
width: 50px;
cursor: pointer;
display: block;
border-radius: 50px;
z-index: 10000;
opacity: 1;
visibility: hidden;
transform: translateY(45px);
transition: all 300ms linear;
}
.scroll-top:after {
content: "\f062";
font-family: var(--icon-font);
font-weight: 700;
position: absolute;
text-align: center;
line-height: 50px;
font-size: 20px;
color: var(--title-color);
left: 0;
top: 0;
height: 50px;
width: 50px;
cursor: pointer;
display: block;
z-index: 1;
border-radius: 50%;
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.04);
}
.scroll-top svg {
color: var(--title-color);
border-radius: 50%;
background: transparent;
}
.scroll-top svg path {
fill: none;
}
.scroll-top .progress-circle path {
stroke: var(--title-color);
stroke-width: 4px;
box-sizing: border-box;
transition: all 400ms linear;
}
.scroll-top.show {
opacity: 1;
visibility: visible;
transform: translateY(0);
} @media (max-width: 767px) {
.play-btn {
--icon-size: 70px;
--icon-font-size: 24px;
}
.btn {
font-size: 14px;
font-weight: 600;
line-height: 1;
padding: 17px 25px;
}
} @media (max-width: 575px) {
.scroll-top {
right: 15px;
bottom: 15px;
height: 40px;
width: 40px;
}
.scroll-top:after {
line-height: 40px;
font-size: 16px;
height: 40px;
width: 40px;
}
.btn {
padding: 18px 25px;
font-size: 13px;
font-weight: 500;
}
.btn.circle-btn {
height: 140px;
width: 140px;
line-height: 140px;
padding: 10px;
}
}
body.bg-title .scroll-top svg {
color: var(--white-color);
}
body.bg-title .scroll-top svg path {
stroke: var(--theme-color);
}
body.bg-title .scroll-top::after {
color: var(--white-color);
box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4);
} .sec-title {
margin-bottom: calc(var(--section-title-space) - 43px);
margin-top: -0.18em;
font-weight: 600;
letter-spacing: -1.8px; }
@media (max-width: 575px) {
.sec-title {
letter-spacing: normal;
}
}
.sub-title {
color: var(--theme-color);
text-transform: uppercase;
font-size: 14px;
position: relative;
font-weight: 500;
font-family: var(--body-font);
letter-spacing: 1.4px;
margin-bottom: 24px;
display: flex;
align-items: center;
margin-top: -0.4em;
}
.sub-title:after {
content: "";
position: relative;
height: 1px;
width: 50px;
display: inline-block;
background: var(--theme-color);
margin-left: 10px;
}
.sub-title.style2 {
display: block;
letter-spacing: 4.2px;
margin-top: -0.4em;
}
.sub-title.style2:after {
display: none;
}
.box-title {
font-size: 24px;
line-height: 1.417;
font-weight: 600;
margin-top: -0.3em;
}
.box-title a {
color: inherit;
}
.box-title a:hover {
color: var(--theme-color);
}
.sec-text {
font-size: 18px;
margin-top: 30px;
line-height: 1.667;
margin-bottom: 0; }
@media (max-width: 1299px) {
.sec-text {
font-size: 16px;
}
}
.title-area {
margin-bottom: calc(var(--section-title-space) - 17px);
position: relative;
z-index: 2;
}
.title-area.mb-0 .sec-title {
margin-bottom: 17px;
}
.title-area .btn {
margin-top: 36px;
}
.title-area .checklist {
margin-top: 30px;
}
.white-title {
color: #fff;
font-weight: 700;
position: relative;
padding-bottom: 9px;
margin-bottom: 19px;
}
.white-title:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
background: #fff;
height: 2px;
width: 50px;
}
.page-title {
font-size: 40px;
font-weight: 500;
margin-top: -0.3em;
}
.page-subtitle {
font-size: 30px;
font-weight: 500;
}
.shadow-text {
font-size: 120px;
font-weight: 500;
font-family: var(--title-font);
color: rgba(0, 0, 0, 0.03);
} @media (max-width: 1399px) {
.sec-title {
font-size: 45px;
line-height: 1.2;
}
.sec-text {
margin-top: 0px;
}
.shadow-text {
font-size: 100px;
}
} @media (max-width: 1199px) {
.title-area,
.sec-title {
--section-title-space: 60px;
}
.title-area.mb-45,
.sec-title.mb-45 {
margin-bottom: 36px;
}
.title-area.mb-50,
.sec-title.mb-50 {
margin-bottom: 40px;
}
.sec-btn,
.title-line {
--section-title-space: 55px;
}
.sec-text {
font-size: 16px;
}
.shadow-text {
font-size: 80px;
}
} @media (max-width: 991px) {
.title-area,
.sec-title {
--section-title-space: 50px;
}
.title-area.mb-45,
.sec-title.mb-45 {
margin-bottom: 35px;
}
.sec-btn,
.title-line {
--section-title-space: 50px;
}
.sub-title {
font-size: 14px;
}
.shadow-text {
font-size: 70px;
}
} @media (max-width: 767px) {
.sec-title {
font-size: 32px;
}
.shadow-text {
font-size: 50px;
}
} @media (max-width: 575px) {
.shadow-text {
display: none;
}
}
@media (max-width: 390px) {
.sec-title {
font-size: 30px;
}
}
.sec_title_static {
position: absolute;
height: 100%;
display: block;
}
.sec_title_wrap {
position: sticky !important;
top: 200px;
flex-direction: column;
flex-wrap: wrap;
align-items: flex-start;
margin: auto;
} @media (max-width: 1199px) {
.sec_title_static {
position: initial;
height: auto;
text-align: center;
margin-bottom: 40px;
}
} .shape-mockup-wrap {
z-index: 2;
position: relative;
}
.shape-mockup {
position: absolute;
z-index: -1;
}
.shape-mockup.z-index-3 {
z-index: 3;
}
.z-index-step1 {
position: relative;
z-index: 4 !important;
}
.z-index-common {
position: relative;
z-index: 3;
}
.z-index-3 {
z-index: 3;
}
.z-index-n1 {
z-index: -1;
}
.media-body {
flex: 1;
}
.style-italic {
font-style: italic;
}
.badge {
position: absolute;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
display: inline-block;
text-align: center;
background-color: var(--theme-color);
color: var(--white-color);
padding: 0.2em 0.45em;
font-size: 0.6em;
border-radius: 50%;
top: 7px;
left: 12px;
font-weight: 400;
transition: 0.3s ease-in-out;
}
.social-btn {
display: flex;
gap: 10px;
}
.social-btn a {
height: var(--icon-size, 48px);
width: var(--icon-size, 48px);
line-height: 48px;
display: inline-block;
color: var(--title-color);
text-align: center;
font-size: 16px;
border-radius: 50%;
border: 1px solid var(--smoke-color);
background: var(--smoke-color);
}
.social-btn a:hover {
background: var(--title-color);
color: var(--white-color);
border-color: var(--title-color);
}
.social-btn.style2 {
gap: 25px;
}
.social-btn.style2 .link-effect {
height: 25px;
}
.social-btn.style2 a {
background: transparent;
width: auto;
height: auto;
line-height: normal;
border-radius: 0;
color: var(--white-color);
border: 0;
font-size: 20px;
}
.social-btn.style2 a:hover {
background: transparent;
color: var(--theme-color);
}
.social-btn.style3 {
gap: 20px;
}
.social-btn.style3 .link-effect {
height: 25px;
}
.social-btn span.link-effect svg {
height: 25px;
display: block;
}
.social-btn.style3 a {
background: transparent;
width: auto;
height: auto;
line-height: normal;
border-radius: 0;
color: var(--title-color);
border: 0;
font-size: 20px;
}
.social-btn.style3 a:hover {
background: transparent;
color: var(--title-color);
}
.social-btn.style4 a {
--icon-size: 50px;
line-height: 50px;
font-size: 16px;
background: transparent;
color: var(--white-color);
border-color: #4B4D49;
}
.social-btn.style4 a:hover {
background: #4B4D49;
}
.social-btn.color-theme a {
color: var(--body-color);
border-color: var(--theme-color);
}
.global-carousel.slider-shadow .slick-list {
padding: 30px 0px 40px 0px !important;
margin: -30px 0px -40px 0px;
}
.btn-group {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 20px;
}
.btn-group .btn {
border-radius: 0;
flex: none;
}
.btn-group.style2 {
gap: 20px 70px; }
@media (max-width: 767px) {
.btn-group.style2 {
gap: 20px 30px;
}
} .mfp-zoom-in .mfp-content {
opacity: 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
}
.mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.mfp-zoom-in.mfp-ready .mfp-content {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.7;
}
.mfp-zoom-in.mfp-removing .mfp-content {
-webkit-transform: scale(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0;
} .jarallax {
position: relative;
z-index: 0;
}
.jarallax > .jarallax-img,
picture.jarallax-img img {
position: absolute;
object-fit: cover;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
} .font-icon {
font-family: var(--icon-font);
}
.font-title {
font-family: var(--title-font);
}
.font-body {
font-family: var(--body-font);
}
.fw-extralight {
font-weight: 100;
}
.fw-light {
font-weight: 300;
}
.fw-normal {
font-weight: 400;
}
.fw-medium {
font-weight: 500 !important;
}
.fw-semibold {
font-weight: 600 !important;
}
.fw-bold {
font-weight: 700;
}
.fw-extrabold {
font-weight: 800;
}
.fs-md {
font-size: 18px;
}
.fs-xs {
font-size: 14px;
}
.text-underline {
text-decoration: underline;
} .bg-theme {
background-color: var(--theme-color) !important;
}
.bg-theme2 {
background-color: var(--theme-color) !important;
}
.bg-smoke {
background-color: var(--smoke-color) !important;
}
.bg-smoke2 {
background-color: var(--smoke-color2) !important;
}
.bg-smoke3 {
background-color: var(--smoke-color3) !important;
}
.bg-smoke4 {
background-color: var(--smoke-color4) !important;
}
.bg-smoke5 {
background-color: var(--smoke-color5) !important;
}
.bg-white {
background-color: var(--white-color) !important;
}
.bg-black {
background-color: var(--black-color) !important;
}
.bg-gray {
background-color: var(--gray-color) !important;
}
.bg-title {
background-color: var(--title-color) !important;
}
.background-image,
[data-bg-src] {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.bg-fluid {
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center center;
}
.bg-auto {
background-size: auto auto;
}
.bg-top-center {
background-size: auto;
background-position: top center;
}
.bg-repeat {
background-size: auto;
background-repeat: repeat;
} .text-theme {
color: var(--theme-color) !important;
}
.text-theme2 {
color: var(--theme-color) !important;
}
.text-title {
color: var(--title-color) !important;
}
.text-body {
color: var(--body-color) !important;
}
.text-white {
color: var(--white-color) !important;
}
.text-smoke {
color: var(--smoke-color) !important;
}
.text-light {
color: var(--light-color) !important;
}
.text-yellow {
color: var(--yellow-color) !important;
}
.text-success {
color: var(--success-color) !important;
}
.text-error {
color: var(--error-color) !important;
}
.text-inherit {
color: inherit;
}
.text-inherit:hover {
color: var(--theme-color);
}
a.text-theme:hover,
.text-reset:hover {
text-decoration: none;
} .overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.position-center {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
[data-overlay] {
position: relative;
z-index: 2;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
z-index: 1;
}
[data-overlay]:before {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 1;
}
[data-overlay=theme]:before {
background-color: var(--theme-color);
}
[data-overlay=title]:before {
background-color: var(--title-color);
}
[data-overlay=white]:before {
background-color: var(--white-color);
}
[data-overlay=black]:before {
background-color: var(--black-color);
}
[data-overlay=overlay1]:before {
background-color: #131B23;
}
[data-opacity="1"]:before {
opacity: 0.1;
}
[data-opacity="2"]:before {
opacity: 0.2;
}
[data-opacity="3"]:before {
opacity: 0.3;
}
[data-opacity="4"]:before {
opacity: 0.4;
}
[data-opacity="5"]:before {
opacity: 0.5;
}
[data-opacity="6"]:before {
opacity: 0.6;
}
[data-opacity="7"]:before {
opacity: 0.7;
}
[data-opacity="8"]:before {
opacity: 0.8;
}
[data-opacity="9"]:before {
opacity: 0.9;
}
[data-opacity="10"]:before {
opacity: 1;
} .ripple-animation, .play-btn:after, .play-btn:before {
animation-duration: var(--ripple-ani-duration);
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-name: ripple;
}
@keyframes ripple {
0% {
transform: scale(1);
opacity: 0;
}
30% {
opacity: 1;
}
100% {
transform: scale(2.1);
opacity: 0;
}
}
.movingX {
animation: movingX 8s linear infinite;
}
@keyframes movingX {
0% {
transform: translateX(0);
}
50% {
transform: translateX(50px);
}
100% {
transform: translateX(0);
}
}
.moving {
animation: moving 8s linear infinite;
}
@keyframes moving {
0% {
transform: translateX(0);
}
50% {
transform: translateX(-50px);
}
100% {
transform: translateX(0);
}
}
.jump {
animation: jumpAni 7s linear infinite;
}
.jump1 {
animation: jumpAni 6s linear infinite;
}
.jump2 {
animation: jumpAni 5s linear infinite;
}
.jump3 {
animation: jumpAni 4s linear infinite;
}
@keyframes jumpAni {
0% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
100% {
transform: translateY(0);
}
}
.jump-reverse {
animation: jumpReverseAni 7s linear infinite;
}
@keyframes jumpReverseAni {
0% {
transform: translateY(0);
}
50% {
transform: translateY(30px);
}
100% {
transform: translateY(0);
}
}
.spin {
animation: spin 15s linear infinite;
}
.spin-slow {
animation: spin 50s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@keyframes animate-positive {
0% {
width: 0;
}
}
.scalein.slider-animated {
--animation-name: scalein;
}
.slidetopleft.slider-animated {
--animation-name: slidetopleft;
}
.slidebottomright.slider-animated {
--animation-name: slidebottomright;
}
.slideinleft.slider-animated {
--animation-name: slideinleft;
}
.slideinright.slider-animated {
--animation-name: slideinright;
}
.slideinup.slider-animated {
--animation-name: slideinup;
}
.slideindown.slider-animated {
--animation-name: slideindown;
}
.rollinleft.slider-animated {
--animation-name: rollinleft;
}
.rollinright.slider-animated {
--animation-name: rollinright;
}
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
opacity: 0;
animation-fill-mode: both;
animation-iteration-count: 1;
animation-duration: 1s;
animation-delay: 0.3s;
animation-name: var(--animation-name);
}
.slider-animated {
opacity: 1;
}
@keyframes slideinup {
0% {
opacity: 0;
transform: translateY(70px);
}
100% {
transform: translateY(0);
}
}
@keyframes slideinright {
0% {
opacity: 0;
transform: translateX(70px);
}
100% {
transform: translateX(0);
}
}
@keyframes slideindown {
0% {
opacity: 0;
transform: translateY(-70px);
}
100% {
transform: translateY(0);
}
}
@keyframes slideinleft {
0% {
opacity: 0;
transform: translateX(-70px);
}
100% {
transform: translateX(0);
}
}
@keyframes slidebottomright {
0% {
opacity: 0;
transform: translateX(100px) translateY(100px);
}
100% {
transform: translateX(0) translateY(0);
}
}
@keyframes slidetopleft {
0% {
opacity: 0;
transform: translateX(-100px) translateY(-100px);
}
100% {
transform: translateX(0) translateY(0);
}
}
@keyframes rotate {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
0% {
border-right-color: transparent;
border-bottom-color: transparent;
border-top-color: transparent;
border-left-color: transparent;
}
75% {
border-top-color: #fff;
border-left-color: #fff;
border-right-color: #fff;
border-bottom-color: transparent;
}
100% {
border-right-color: transparent;
border-bottom-color: transparent;
border-top-color: transparent;
border-left-color: transparent;
}
} .img-custom-anim-right {
animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
opacity: 0;
}
@keyframes img-anim-right {
0% {
transform: translateX(5%);
clip-path: inset(0 0 0 100%);
opacity: 0;
}
100% {
transform: translateX(0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
.img-custom-anim-left {
animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
opacity: 0;
}
@keyframes img-anim-left {
0% {
transform: translateX(-5%);
clip-path: inset(0 100% 0 0);
opacity: 0;
}
100% {
transform: translateX(0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
.img-custom-anim-top {
animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
opacity: 0;
}
@keyframes img-anim-top {
0% {
transform: translateY(-5%);
clip-path: inset(0 0 100% 0);
opacity: 0;
}
100% {
transform: translateY(0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
} .nav-header {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 41;
}
.sticky-wrapper {
transition: 0.4s ease-in-out;
}
.sticky-wrapper.header-sticky {
position: fixed;
top: 0;
right: 0;
left: 0;
background-color: var(--white-color);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
animation: stickyAni 0.6s ease-in-out;
}
@keyframes stickyAni {
0% {
transform: translate3d(0, -40px, 0) scaleY(0.8);
opacity: 0.7;
}
100% {
transform: translate3d(0, 0, 0) scaleY(1);
opacity: 1;
}
} .main-menu a {
display: block;
position: relative;
font-weight: 600;
font-family: var(--title-font);
font-size: 14px;
color: var(--title-color);
letter-spacing: -0.14px;
text-transform: uppercase;
}
.main-menu a:hover {
color: var(--title-color);
}
.main-menu a:hover:before {
background: var(--theme-color);
}
.main-menu > ul {
display: flex;
align-items: center;
margin: 0 -20px !important;
}
.main-menu > ul > li {
margin: 0;
}
.main-menu > ul > li > a {
padding: 46.5px 20px;
}
.main-menu > ul > li > a:hover {
color: var(--title-color);
}
.main-menu > ul > li > a:hover .effect-1 {
top: -100%;
}
.main-menu ul {
margin: 0;
padding: 0;
}
.main-menu ul li {
list-style-type: none;
display: inline-block;
position: relative;
}
.main-menu ul li:last-child {
margin-right: 0 !important;
}
.main-menu ul li:first-child {
margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
visibility: visible;
opacity: 1;
transform: scaleY(1);
z-index: 9;
}
.main-menu ul.sub-menu {
position: absolute;
text-align: left;
top: 100%;
left: 0;
background-color: var(--title-color);
visibility: hidden;
min-width: 280px;
width: max-content;
padding: 7px;
left: -14px;
opacity: 0;
z-index: -1;
border: 0;
box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
border-radius: 0;
transform: scaleY(0);
transform-origin: top center;
transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a {
font-weight: 400;
font-family: var(--body-font);
letter-spacing: normal;
line-height: 41px;
font-size: 16px;
color: var(--white-color);
}
.main-menu ul.sub-menu a span {
font-size: 12px;
padding: 0px 5px;
margin-left: 4px;
background-color: var(--theme-color);
color: var(--white-color);
padding: 2px 5px;
border-radius: 4px;
position: relative;
top: -1px;
}
.main-menu ul.sub-menu a:hover {
padding-left: 5px;
}
.main-menu ul.sub-menu {
padding: 18px 20px 19px 18px;
left: 0px;
}
.main-menu ul.sub-menu li {
display: block;
margin: 0 0;
padding: 0px 9px;
}
.main-menu ul.sub-menu li.active > a {
color: var(--theme-color);
font-weight: 600;
}
.main-menu ul.sub-menu li a {
position: relative;
padding-left: 0px;
text-transform: capitalize;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:before, .main-menu ul.sub-menu li.menu-item-has-children > a:after {
content: "";
position: absolute;
top: 20px;
right: 0px;
height: 9px;
width: 2px;
background: var(--white-color);
transition: 0.4s;
transform: rotate(45deg);
display: inline-block;
transition: 0.4s;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:before {
transform: rotate(-45deg);
top: 15px;
}
.main-menu ul.sub-menu li ul.sub-menu {
left: 100%;
right: auto;
top: 0;
margin: 0 0;
margin-left: 15px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
left: 100%;
right: auto;
} @media (max-width: 1500px) {
.main-menu > ul > li > a {
padding: 40px 20px;
}
}
@media (max-width: 1199.98px) {
.main-menu > ul > li > a {
padding: 40px 10px;
}
}
.simple-icon {
border: none;
background-color: transparent;
color: var(--title-color);
padding: 0;
font-size: 22px;
position: relative;
}
.simple-icon .badge {
padding: 0.2em 0.4em;
font-size: 0.5em;
top: -5px;
right: 0px;
}
.simple-icon:has(.badge) {
padding-right: 8px;
}
.header-button {
height: 100%;
display: flex;
align-items: center;
gap: 50px;
margin-left: 85px; }
@media (max-width: 1199.98px) {
.header-button {
gap: 20px;
margin-left: 30px;
}
}
.header-button .search-btn {
background: transparent;
border: 0;
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
font-weight: 600;
font-family: var(--title-font);
color: var(--title-color);
padding: 0;
text-transform: uppercase;
}
.header-logo {
padding-top: 15px;
padding-bottom: 15px;
line-height: 1;
}
.header-links > ul {
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
align-items: center;
}
.header-links li {
display: inline-block;
position: relative;
font-size: 14px;
font-weight: 400;
}
.header-links li:not(:last-child) {
margin: 0 40px 0 0;
}
.header-links li > i {
margin-right: 8px;
}
.header-links li .header-sub-links li:not(:last-child) {
margin: 0 30px 0 0;
}
.header-links li .header-sub-links li:not(:last-child):before {
content: "/";
position: absolute;
right: -20px;
top: 0;
color: var(--title-color);
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
color: var(--title-color);
font-family: var(--body-font);
display: inline-flex;
align-items: center;
}
.header-links a:hover {
color: var(--theme-color);
}
.header-links b,
.header-links strong {
font-weight: 600;
margin-right: 6px;
}
.header-links ul {
list-style: none;
padding: 0;
margin: 0;
}
.sidebar-btn {
background: transparent;
position: relative;
height: 60px;
width: 60px;
border: 2px solid var(--title-color);
border-radius: 50%;
text-align: center;
line-height: 54px;
padding: 0;
}
.sidebar-btn .line {
display: block;
height: 2px;
width: 18px;
background: var(--title-color);
margin: auto;
transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
margin-bottom: 4px;
}
.sidebar-btn:hover .line:nth-child(2) {
width: 10px;
} @media (max-width: 575px) {
.sidebar-btn {
height: 50px;
width: 50px;
}
} .header-layout1 .sticky-wrapper {
padding: 0px 36px;
}
@media (max-width: 991px) {
.header-layout1 .sticky-wrapper {
padding: 15px 0;
}
.header-layout1 .container-fluid {
max-width: 720px;
}
}
@media (max-width: 575px) {
.header-layout1 .sticky-wrapper {
padding: 15px 0px;
}
} .header-layout2 {
position: absolute;
top: 0;
left: 0;
right: 0;   }
.header-layout2 .sticky-wrapper {
padding: 0px 36px;
}
.header-layout2 .sticky-wrapper .header-links a {
color: var(--white-color);
}
.header-layout2 .main-menu > ul > li > a {
padding: 44.5px 20px;
color: var(--white-color);
}
.header-layout2 .main-menu > ul > li > a:before {
border-color: var(--white-color);
}
.header-layout2 .main-menu > ul > li > a:hover:before {
background: var(--white-color);
}
.header-layout2 .main-menu ul.sub-menu {
background: var(--white-color);
}
.header-layout2 .main-menu ul.sub-menu a {
color: var(--title-color);
}
.header-layout2 .main-menu ul.sub-menu li.active > a {
color: var(--title-color);
padding-left: 5px;
font-weight: 600;
}
.header-layout2 .main-menu ul.sub-menu .menu-item-has-children > a:before,
.header-layout2 .main-menu ul.sub-menu .menu-item-has-children > a:after {
background: var(--title-color);
}
.header-layout2 .header-button .search-btn {
color: var(--white-color);
}
.header-layout2 .sticky-wrapper.header-sticky {
background: var(--title-color);
}
.header-layout2 .sidebar-btn {
border-color: var(--white-color);
margin: 25px 0;
}
.header-layout2 .sidebar-btn .line {
background: var(--white-color);
}
@media (max-width: 1199.98px) {
.header-layout2 .main-menu > ul > li > a {
padding: 44.5px 10px;
}
}
@media (max-width: 991px) {
.header-layout2 .sticky-wrapper {
padding: 15px 0;
}
.header-layout2 .container-fluid {
max-width: 720px;
}
.header-layout2 .sidebar-btn {
margin: 0;
}
}
@media (max-width: 575px) {
.header-layout2 .sticky-wrapper {
padding: 15px 0px;
}
} .header-layout3 {
position: absolute;
top: 0;
left: 0;
right: 0;    }
.header-layout3 .sticky-wrapper {
padding: 0px 36px;
}
.header-layout3 .sticky-wrapper .header-links a {
color: var(--white-color);
}
.header-layout3 .main-menu > ul > li > a {
padding: 44.5px 20px;
}
.header-layout3 .main-menu > ul > li > a:before {
border-color: var(--white-color);
}
.header-layout3 .main-menu > ul > li > a:hover:before {
background: var(--white-color);
}
@media (max-width: 1399px) {
.header-layout3 .main-menu > ul > li > a {
padding: 44.5px 20px;
}
}
@media (max-width: 1199px) {
.header-layout3 .header-button {
margin-left: 25px;
}
}
@media (max-width: 991px) {
.header-layout3 .sticky-wrapper {
padding: 15px 0;
}
.header-layout3 .container-fluid {
max-width: 720px;
}
}
@media (max-width: 575px) {
.header-layout3 .sticky-wrapper {
padding: 15px 0px;
}
} .footer-wrapper {
background: var(--smoke-color);
}
.copyright-wrap {
padding: 22px 0;
}
.widget-area {
padding: 0px 0 90px; }
@media (max-width: 991px) {
.widget-area {
padding: 0px 0 30px;
}
}
.copyright-text {
margin: 0;
color: var(--title-color);
font-weight: 400;
font-size: 18px;
}
.copyright-text a {
color: var(--title-color);
}
.copyright-text p {
margin: 0 0;
color: var(--white-color);
}
.footer-menu-area {
border-bottom: 2px solid var(--title-color);
border-top: 2px solid var(--title-color);
padding: 21px 0;  }
.genix-menu-list {
list-style: none;
padding: 0;
margin: 0;
display: inline-flex;
flex-wrap: wrap;
gap: 15px 40px;
}
.genix-menu-list li {
display: inline-block;
}
.genix-menu-list li a {
display: block;
position: relative;
font-weight: 600;
font-size: 14px;
font-family: var(--title-font);
color: var(--title-color);
text-transform: uppercase;
letter-spacing: -0.14px;
}
@media (max-width: 1199px) {
.genix-menu-list {
gap: 15px 28px;
}
}
@media (max-width: 575px) {
.genix-menu-list {
display: block;
}
.genix-menu-list li {
display: block;
}
.genix-menu-list li:not(:last-child) {
margin-bottom: 10px;
}
} .footer-layout1 {
position: relative;    }
.footer-layout1 .footer-top .footer-top-title {
font-size: 80px;
font-weight: 600;
margin: -0.21em 0 -0.22em;
}
.footer-layout1 .footer-top-wrap p {
font-size: 18px;
}
@media (max-width: 1299px) {
.footer-layout1 .footer-top .footer-top-title {
font-size: 70px;
}
}
@media (max-width: 1199px) {
.footer-layout1 .footer-top .footer-top-title {
font-size: 60px;
}
}
@media (max-width: 991px) {
.footer-layout1 .footer-top .footer-top-title {
margin-bottom: 30px;
font-size: 50px;
}
.copyright-text p {
font-size: 16px;
}
}
@media (max-width: 575px) {
.footer-layout1 .footer-top .footer-top-title {
font-size: 40px;
}
.footer-layout1 .footer-layout1 .footer-menu-area {
padding: 31px 0;
}
} .footer-layout2 .copyright-wrap {
border-top: 2px solid var(--title-color);
} .footer-layout3 {
padding-top: 30px;
}
.footer-layout3 .footer-menu-area {
border-top: 0;
} .footer-layout4 .copyright-wrap {
border-top: 2px solid var(--title-color);
} .footer-layout5 {
background: #0A0C00;
--title-color: #F6F5F3;
--body-color: #F6F5F3;    }
.footer-layout5 .footer-top {
--title-color: #0A0C00;
--body-color: #0A0C00;
}
.footer-layout5 .footer-top .footer-top-title {
font-size: 80px;
font-weight: 600;
margin: -0.21em 0 -0.22em;
}
.footer-layout5 .copyright-wrap {
border-top: 2px solid var(--smoke-color);
padding: 28px 0 53px;
}
.footer-layout5 .copyright-wrap p {
font-size: 14px;
font-weight: 600;
font-family: var(--title-font);
margin-bottom: 0;
}
@media (max-width: 1299px) {
.footer-layout5 .footer-top .footer-top-title {
font-size: 70px;
}
}
@media (max-width: 1199px) {
.footer-layout5 .footer-top .footer-top-title {
font-size: 60px;
}
}
@media (max-width: 991px) {
.footer-layout5 .footer-top .footer-top-title {
margin-bottom: 30px;
font-size: 50px;
}
}
@media (max-width: 575px) {
.footer-layout5 .footer-top .footer-top-title {
font-size: 40px;
}
} .footer-layout8 .copyright-wrap {
border-top: 2px solid var(--title-color);
padding: 28px 0;
}
.footer-layout8 .copyright-wrap p {
font-size: 14px;
font-weight: 600;
font-family: var(--title-font);
margin-bottom: 0;
} .breadcumb-menu {
max-width: 100%;
padding: 0;
list-style-type: none;
position: relative;
margin: -0.4em 0;
}
.breadcumb-menu li {
display: inline-block;
padding-right: 6px;
list-style: none;
position: relative;
}
.breadcumb-menu li:after {
content: "|";
position: relative;
margin-left: 10px;
font-weight: 400;
font-size: 18px;
color: var(--title-color);
}
.breadcumb-menu li:last-child {
padding-right: 0;
margin-right: 0;
}
.breadcumb-menu li:last-child:after {
display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
white-space: normal;
word-break: break-word;
font-weight: 400;
font-size: 18px;
font-family: var(--body-font);
color: var(--title-color);
}
.breadcumb-menu a:hover {
color: var(--title-color);
}
.breadcumb-title {
color: var(--white-color);
margin: -0.15em 0 -0.15em 0;
line-height: 1.1;
font-size: 80px;
font-weight: 600;
letter-spacing: -2.4px;
z-index: 1;
position: relative;    }
@media (max-width: 1399px) {
.breadcumb-title {
font-size: 70px;
}
}
@media (max-width: 1199px) {
.breadcumb-title {
font-size: 60px;
}
}
@media (max-width: 767px) {
.breadcumb-title {
font-size: 56px;
}
}
@media (max-width: 575px) {
.breadcumb-title {
font-size: 40px;
}
}
.breadcumb-wrapper {
background-size: cover;
background-position: center;
padding: 240px 0;
overflow: hidden;
position: relative;
z-index: auto;
background-color: var(--smoke-color);
text-align: center; }
.breadcumb-wrapper:after {
content: "";
position: absolute;
inset: 0;
background: #0A0C00;
opacity: 0.2;
}
@media (max-width: 767px) {
.breadcumb-wrapper {
text-align: center;
}
}
.breadcumb-wrapper.style2 {
background: var(--smoke-color);
padding: 24px 36px;
text-align: start;
}
.breadcumb-wrapper.style2:after {
display: none;
} @media (max-width: 1500px) {
.breadcumb-wrapper {
padding: 200px 0;
}
} @media (max-width: 1399px) {
.breadcumb-wrapper {
padding: 150px 0;
}
} @media (max-width: 991px) {
} @media (max-width: 767px) {
.breadcumb-wrapper {
padding: 120px 0;
}
.breadcumb-title {
letter-spacing: normal;
}
} @media (max-width: 575px) {
.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
font-size: 14px;
}
.breadcumb-wrapper {
padding: 100px 0;
}
.breadcumb-wrapper.style2 {
padding: 24px 12px;
}
} .pagination-wrap .pagination {
gap: 12px;
flex-wrap: wrap;
}
.pagination-wrap .pagination .page-link {
margin-left: 0;
padding: 0 0;
color: var(--title-color);
font-weight: 600;
font-family: var(--title-font);
font-size: 14px;
line-height: 1;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border: 0;
border-radius: 50%;
background: var(--smoke-color);
}
.pagination-wrap .pagination .page-link:hover {
color: var(--white-color);
background-color: var(--body-color);
}
.pagination-wrap .pagination .page-link:focus {
color: var(--white-color);
background-color: var(--body-color);
outline: 0;
box-shadow: none;
}
.pagination-wrap .pagination .page-item.active .page-link {
color: var(--white-color);
background-color: var(--body-color);
border-color: var(--body-color);
}  .hero-wrapper {
position: relative;
z-index: 2;
overflow: hidden;
}
.hero-thumb-group {
display: flex;
align-items: center;
margin-left: auto;
justify-content: end;
margin-top: 80px;
}
.hero-thumb-group img {
border-radius: 50%;
border: 3px solid var(--theme-color);
width: 60px;
}
.hero-thumb-group .img2 {
margin-left: -24px;
}
.hero-thumb-group .hero-counter {
height: 60px;
width: 60px;
line-height: 54px;
border-radius: 50%;
background: var(--title-color);
border: 3px solid var(--theme-color);
margin-left: -24px;
text-align: center;
color: var(--theme-color);
font-size: 14px;
font-family: var(--title-font);
flex: none;
}
.hero-thumb-group p {
margin-bottom: 0;
max-width: 196px;
font-size: 14px;
font-weight: 600;
line-height: 24px;
font-family: var(--title-font);
color: var(--title-color);
text-align: left;
margin-left: 16px;
text-transform: uppercase;
letter-spacing: -0.14px;
}
.hero-year-tag {
display: flex;
align-items: center;
gap: 16px;
max-width: 254px;
}
.hero-year-tag img {
flex: none;
}
.hero-year-tag h6 {
font-size: 14px;
font-weight: 600;
margin-bottom: 0;
text-transform: uppercase;
} .hero-subtitle {
font-size: 30px;
font-family: var(--title-font);
font-weight: 400;
color: var(--theme-color);
display: block;
margin-bottom: 14px;
text-transform: uppercase;
}
.hero-title {
margin-bottom: 0;
color: var(--title-color);
font-weight: 600;
letter-spacing: -3px;
font-size: 120px;
}
.hero-text {
font-size: 18px;
font-weight: 400;
line-height: 30px;
margin-bottom: 0px;
}
.hero-style1 {
position: relative;
z-index: 6;
padding: 185px 0 80px;
}
.hero-style1 .hero-title {
font-weight: 600;
letter-spacing: -3.6px;
}
.hero-style1 .hero-text {
margin-top: 23px;
}
.hero-style1 .btn-group {
margin-top: 30px;
} @media (max-width: 1399px) {
.hero-title {
font-size: 100px;
}
} @media (max-width: 1299px) {
.hero-title {
font-size: 90px;
}
.hero-text {
font-size: 16px;
}
} @media (max-width: 1199px) {
.hero-style1 {
padding: 155px 0 80px;
}
.hero-title {
font-size: 80px;
}
} @media (max-width: 991px) {
.hero-title {
font-size: 70px;
}
.hero-style1 .hero-year-tag {
margin-top: 40px;
}
.hero-style1 .hero-title {
letter-spacing: -1.2px;
}
} @media (max-width: 767px) {
.hero-style1 {
padding: 140px 0 80px;
}
.hero-title {
font-size: 56px;
}
} @media (max-width: 575px) {
.hero-style1 .hero-title {
letter-spacing: normal;
}
.hero-title {
font-size: 39px;
letter-spacing: normal;
}
} @media (max-width: 375px) {
.hero-title {
font-size: 34px;
}
} .hero-2 {
background: var(--title-color);
}
.hero-2 .hero-2-thumb {
position: absolute;
right: 0;
top: 0;
z-index: -1;
height: 744px;
}
.hero-2 .hero-2-thumb img {
height: 744px;
object-fit: cover;
}
.hero-style2 {
padding: 208px 0 72px;
}
.hero-style2 .hero-title {
font-size: 100px;
}
.hero-style2 .hero-text {
margin-top: 26px;
margin-bottom: 40px;
}
.hero-style2 .btn {
margin-bottom: 43px;
}
.hero-style2 .hero-contact-wrap {
color: var(--white-color);
font-family: var(--title-font);
max-width: 306px;
display: inline-block;
margin-top: 30px;
}
.hero-style2 .hero-contact-wrap a {
color: var(--white-color);
}
.hero-style2 .hero-contact-wrap:not(:last-child) {
margin-right: 18px;
} @media (max-width: 1500px) {
.hero-2 .hero-2-thumb {
width: 900px;
}
} @media (max-width: 1399px) {
.hero-style2 .hero-title {
font-size: 80px;
}
.hero-2 .hero-2-thumb {
height: 676px;
}
.hero-2 .hero-2-thumb img {
height: 676px;
}
} @media (max-width: 1299px) {
.hero-2 .hero-2-thumb {
width: 730px;
}
} @media (max-width: 1199px) {
.hero-style2 .hero-title {
font-size: 70px;
}
.hero-2 .hero-2-thumb {
width: 620px;
}
.hero-2 .hero-2-thumb {
height: 667px;
}
} @media (max-width: 991px) {
.hero-2 .hero-2-thumb {
height: 637px;
width: 400px;
}
.hero-2 .hero-2-thumb img {
height: 637px;
}
} @media (max-width: 767px) {
.hero-style2 .hero-title {
font-size: 50px;
}
.hero-2 .hero-2-thumb {
height: 580px;
width: 320px;
}
.hero-2 .hero-2-thumb img {
height: 580px;
}
.hero-style2 .hero-contact-wrap {
max-width: 246px;
}
} @media (max-width: 575px) {
.hero-2 .hero-2-thumb {
height: auto;
width: 100%;
position: inherit;
}
.hero-2 .hero-2-thumb img {
height: auto;
}
.hero-style2 .hero-title {
font-size: 40px;
}
.hero-style2 {
padding: 80px 0 72px;
}
.hero-style2 .btn {
margin-bottom: 33px;
}
} @media (max-width: 375px) {
.hero-style2 .hero-title {
font-size: 40px;
}
} .hero-3-bg {
background-size: 100% calc(100% - 582px);
background-repeat: no-repeat;
}
@media (max-width: 991px) {
.hero-3-bg {
background-size: 100% calc(100% - 50%);
}
}
.hero-style3 {
padding: 140px 0 130px;
}
.hero-style3 .hero-title {
font-size: 100px;
}
.hero-style3 .hero-3-thumb {
margin-top: 38px;
margin-bottom: 40px;
}
.hero-style3 .hero-text {
margin-top: 22px;
margin-bottom: 0;
} @media (max-width: 1399px) {
.hero-style3 .hero-title {
font-size: 80px;
}
} @media (max-width: 1199px) {
.hero-style3 {
padding: 160px 0 70px;
}
.hero-style3 .hero-title {
font-size: 70px;
}
} @media (max-width: 767px) {
.hero-style3 {
padding: 140px 0 70px;
}
.hero-style3 .hero-title {
font-size: 50px;
}
.hero-style3 .hero-3-thumb {
margin-top: 18px;
margin-bottom: 20px;
}
} @media (max-width: 575px) {
.hero-style3 .hero-title {
font-size: 40px;
}
} @media (max-width: 375px) {
.hero-style3 .hero-title {
font-size: 40px;
}
} .hero-4 {
padding-bottom: 100px;
}
.hero-4 .hero-4-thumb {
width: 42%;
top: 210px;
bottom: 0px;
z-index: 1;
}
.hero-4 .hero-4-thumb img {
height: 100%;
object-fit: cover;
}
.hero-style4 {
padding-top: 210px;
padding-bottom: 80px;
}
.hero-style4 .hero-title {
font-size: 100px;
margin-bottom: 24px;
line-height: 1.1em;
}
.hero-style4 .hero-text {
margin-bottom: 36px;
} @media (max-width: 1399px) {
.hero-style4 .hero-title {
font-size: 80px;
}
} @media (max-width: 1199px) {
.hero-style4 .hero-title {
font-size: 70px;
}
} @media (max-width: 991px) {
.hero-4 {
padding-bottom: 0px;
}
.hero-4 .hero-4-thumb {
width: 100%;
position: initial;
margin-top: 90px;
}
.hero-style4 {
padding-top: 80px;
padding-bottom: 80px;
}
.hero-thumb-group {
justify-content: start;
margin-top: 50px;
}
} @media (max-width: 767px) {
.hero-style4 .hero-title {
font-size: 56px;
}
} @media (max-width: 575px) {
.hero-style4 .hero-title {
font-size: 46px;
}
} @media (max-width: 375px) {
.hero-style4 {
padding-top: 70px;
padding-bottom: 70px;
}
} .hero-5 .hero-overlay {
height: 100%;
width: 100%;
position: absolute;
z-index: -1;
}
.hero-5 .circle-btn {
margin-bottom: 140px;
}
.hero-style5 {
padding-top: 270px;
padding-bottom: 75px;
}
.hero-style5 .hero-title {
font-size: 158px;
line-height: 1.0625em;
color: var(--white-color);
font-weight: 600;
letter-spacing: -4.8px;
}
.hero-style5 .hero-text {
color: var(--smoke-color);
max-width: 416px;
line-height: 30px;
margin-top: 27px;
}
.hero-style5 .hero-year-tag {
margin-top: 100px;
margin-left: auto;
}
.hero-style5 .hero-year-tag h6 {
color: var(--white-color);
line-height: 24px;
}
.hero-style5 .hero-year-tag img {
filter: grayscale(9) brightness(99);
} @media (max-width: 1500px) {
.hero-style5 {
padding-top: 317px;
}
.hero-style5 .hero-title {
font-size: 120px;
letter-spacing: normal;
}
} @media (max-width: 1399px) {
.hero-style5 {
padding-top: 217px;
}
.hero-style5 .hero-title {
font-size: 100px;
}
.hero-style5 .hero-year-tag {
margin-top: 80px;
}
} @media (max-width: 1299px) {
.hero-style5 .hero-title {
font-size: 90px;
}
} @media (max-width: 991px) {
.hero-style5 .hero-year-tag {
margin-left: 0;
margin-top: 60px;
}
.hero-5 .circle-btn {
margin-bottom: 120px;
}
} @media (max-width: 767px) {
.hero-5 .circle-btn {
margin-bottom: 100px;
}
.hero-style5 .hero-title {
font-size: 56px;
line-height: 66px;
}
} @media (max-width: 575px) {
.hero-style5 {
padding-top: 187px;
padding-bottom: 55px;
}
.hero-style5 .hero-year-tag {
margin-top: 40px;
}
} @media (max-width: 375px) {
.hero-style5 .hero-title {
font-size: 46px;
line-height: 56px;
}
} .hero-style6 {
position: relative;
z-index: 6;
padding: 195px 0 0px;
margin-bottom: 140px;
}
.hero-style6 .hero-text {
margin-top: 23px;
}
.hero-style6 .circle-btn.style2 {
position: absolute;
bottom: 0px;
left: 300px;
} @media (max-width: 1299px) {
.hero-style6 .circle-btn.style2 {
bottom: -30px;
}
} @media (max-width: 1199px) {
.hero-style6 .circle-btn.style2 {
bottom: 0px;
left: 200px;
}
} @media (max-width: 991px) {
.hero-style6 .circle-btn.style2 {
margin-top: 40px;
position: initial;
}
.hero-style6 {
padding: 155px 0 0px;
margin-bottom: 100px;
}
} @media (max-width: 575px) {
.hero-style6 .hero-title {
letter-spacing: normal;
}
} .hero-7 {
padding-bottom: 100px;
}
.hero-7 .hero-7-thumb {
margin-bottom: -100px;
}
.hero-style7 {
padding: 185px 0 70px;
}
.hero-style7 .hero-title {
margin-bottom: 22px;
}
.hero-style7 .hero-text {
max-width: 636px;
margin: 0 auto;
} @media (max-width: 991px) {
.hero-style7 {
padding: 145px 0 70px;
}
} @media (max-width: 767px) {
.hero-style7 {
padding: 145px 0 60px;
}
.hero-style7 .hero-title {
font-size: 50px;
letter-spacing: normal;
}
} @media (max-width: 575px) {
.hero-style7 {
padding: 145px 0 40px;
}
.hero-style7 .hero-title {
font-size: 39px;
}
} @media (max-width: 375px) {
.hero-style7 .hero-title {
font-size: 34px;
}
} .hero-style8 {
padding: 188px 0 140px;
}
.hero-style8 .hero-subtitle {
font-size: 40px;
font-family: var(--body-font);
font-weight: 400;
text-transform: capitalize;
margin-bottom: 20px;
}
.hero-style8 .hero-text {
margin-top: 60px;
} @media (max-width: 1399px) {
.hero-style8 .hero-subtitle {
font-size: 36px;
}
.hero-style8 {
padding: 200px 0 140px;
}
} @media (max-width: 991px) {
.hero-style8 {
max-width: 600px;
padding: 200px 0 80px;
}
.hero-style8 .hero-subtitle {
font-size: 30px;
}
.hero-style8 .hero-text {
margin-top: 30px;
max-width: 400px;
}
} @media (max-width: 767px) {
.hero-style8 {
max-width: 450px;
padding: 160px 0 80px;
}
} @media (max-width: 575px) {
.hero-style8 .hero-subtitle {
font-size: 24px;
}
} .error-wrapper {
height: 100vh;
display: flex;
align-items: center;
padding-top: 106px;
} .popup-search-box {
position: fixed;
top: 0;
left: 50%;
background-color: var(--title-color);
width: 100.1%;
height: 0px;
overflow: hidden;
z-index: 99999;
opacity: 0;
visibility: hidden;
transform: translateX(-50%);
transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
width: 60px;
height: 60px;
line-height: 54px;
position: absolute;
top: 40px;
right: 40px;
background-color: transparent;
font-size: 22px;
border-radius: 50%;
border: 2px solid var(--smoke-color);
transform: rotate(0);
transition: all ease 0.4s;
color: var(--white-color);
}
.popup-search-box button.searchClose:hover {
color: var(--body-color);
background-color: #2e2e2d;
border-color: transparent;
border-color: transparent;
transform: rotate(90deg);
}
.popup-search-box form {
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
padding-bottom: 0px;
cursor: auto;
width: 100%;
max-width: 900px;
transform: translate(-50%, -50%);
transition: transform ease 0.4s; }
@media (max-width: 1199px) {
.popup-search-box form {
max-width: 600px;
}
}
.popup-search-box form input {
font-size: 24px;
font-weight: 400;
height: 70px;
width: 100%;
border: none;
background-color: transparent;
border-bottom: 2px solid var(--smoke-color);
padding: 0 80px 0 0px;
color: var(--smoke-color);
border-radius: 0px;
}
.popup-search-box form input::-moz-placeholder {
color: rgba(246, 245, 243, 0.5);
}
.popup-search-box form input::-webkit-input-placeholder {
color: rgba(246, 245, 243, 0.5);
}
.popup-search-box form input:-ms-input-placeholder {
color: rgba(246, 245, 243, 0.5);
}
.popup-search-box form input::placeholder {
color: rgba(246, 245, 243, 0.5);
}
.popup-search-box form button {
position: absolute;
top: 0px;
background-color: transparent;
border: none;
color: var(--theme-color);
font-size: 24px;
right: 0px;
cursor: pointer;
width: auto;
height: 70px;
transition: all ease 0.4s;
transform: scale(1.001);
filter: brightness(99999);
}
.popup-search-box form button:hover {
transform: scale(1.1);
}
.popup-search-box.show {
opacity: 1;
visibility: visible;
width: 100.1%;
height: 350px;
transition: all ease 0.4s;
border-radius: 0;
}
.popup-search-box.show form {
transition-delay: 0.5s;
} @media (max-width: 767px) {
.popup-search-box form {
width: 80%;
}
.popup-search-box form input {
height: 60px;
}
.popup-search-box form button {
width: 60px;
line-height: 62px;
height: 60px;
}
} .sidemenu-wrapper {
position: fixed;
z-index: 99999;
right: 0;
top: 0;
height: 100%;
width: 100%;
opacity: 0;
visibility: hidden;
transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
width: 60px;
height: 60px;
line-height: 54px;
position: absolute;
top: 40px;
right: 40px;
background-color: transparent;
font-size: 22px;
border-radius: 50%;
border: 2px solid var(--smoke-color);
transform: rotate(0);
transition: all ease 0.4s;
color: var(--white-color);
}
.sidemenu-wrapper .closeButton:hover {
color: var(--body-color);
background-color: #2e2e2d;
border-color: transparent;
border-color: transparent;
transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
background-color: var(--title-color);
width: 560px;
margin-left: auto;
padding: 120px 80px 80px 80px;
height: 100%;
overflow-y: scroll;
position: relative;
right: 0px;
transform: translateX(100%);
cursor: auto;
transition-delay: 1s;
transition: right ease 1s;
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
width: 2px;
background-color: #F5F5F5;
}
.sidemenu-wrapper .widget {
padding: 0;
border: none;
background-color: transparent;
}
.sidemenu-wrapper .widget-about .about-text {
color: var(--smoke-color);
font-size: 18px;
padding-bottom: 40px;
border-bottom: 2px solid var(--smoke-color);
max-width: none;
margin-bottom: 44px;
}
.sidemenu-wrapper .sidebar-wrap {
margin-bottom: 23px;
}
.sidemenu-wrapper .sidebar-wrap h6 {
font-size: 14px;
font-weight: 600;
color: var(--white-color);
margin-bottom: 0;
line-height: 24px;
}
.sidemenu-wrapper .sidebar-wrap a {
color: var(--white-color);
}
.sidemenu-wrapper .sidebar-wrap a:hover {
color: var(--theme-color);
}
.sidemenu-wrapper .chat-btn {
display: flex;
align-items: center;
justify-content: center;
height: 210px;
width: 210px;
background: var(--theme-color);
border-radius: 50%;
font-size: 14px;
font-weight: 600;
color: var(--title-color);
font-family: var(--title-font);
text-transform: uppercase;
text-align: center;
padding: 50px;
border: 0;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sidemenu-wrapper.show {
opacity: 1;
visibility: visible;
width: 100%;
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.sidemenu-wrapper.show .sidemenu-content {
opacity: 1;
visibility: visible;
transform: translateX(0);
} @media (max-width: 1399px) {
.sidemenu-wrapper .sidemenu-content {
padding: 50px 80px;
}
.sidemenu-wrapper .chat-btn {
position: initial;
}
} @media (max-width: 767px) {
.sidemenu-wrapper .sidemenu-content {
width: 320px;
padding: 80px 20px;
}
}   .contact-area-1 {
margin-top: 100px; }
.contact-area-1 .contact-map {
width: 42%;
}
.contact-area-1 .contact-map iframe {
height: 100%;
min-height: 400px;
}
@media (max-width: 991px) {
.contact-area-1 {
margin-top: 0;
}
.contact-area-1 .contact-map {
width: 100%;
top: -80px !important;
position: relative;
}
}  .about-area-1 {
margin-top: 100px;  }
.about-area-1 .about-img-1-1 {
width: 44%;
}
.about-area-1 .about-img-1-1 img {
height: 100%;
object-fit: cover;
width: 100%;
}
@media (max-width: 1500px) {
.about-area-1 .about-img-1-1 {
width: 42%;
}
}
@media (max-width: 991px) {
.about-area-1 {
margin-top: 0;
}
.about-area-1 .about-img-1-1 {
width: 100%;
top: -80px !important;
position: relative;
}
}
.marquee-wrap {
background: #1601AC;
padding: 31px 0;
}
.marquee-wrap .js-marquee {
display: flex;
align-items: center;
}
.marquee-wrap .marquee__group .m-item {
margin: 0 25px 0 0;
line-height: 1.12;
}
.marquee-wrap .marquee__group .m-item a {
color: var(--smoke-color);
font-size: 36px;
font-weight: 600;
font-family: var(--title-font);   }
.marquee-wrap .marquee__group .m-item a i {
color: var(--theme-color);
margin-right: 20px;
}
@media (max-width: 767px) {
.marquee-wrap .marquee__group .m-item a {
font-size: 30px;
}
}
@media (max-width: 575px) {
.marquee-wrap .marquee__group .m-item a {
font-size: 24px;
}
}
@media (max-width: 375px) {
.marquee-wrap .marquee__group .m-item a {
font-size: 20px;
}
}
.about-counter-wrap {
display: flex;
gap: 120px;
}
.about-counter-wrap .counter-card {
position: relative;
text-align: left;
}
.about-counter-wrap .counter-card:after {
content: "";
position: absolute;
right: -60px;
top: 0;
height: 100%;
width: 2px;
background: var(--title-color);
}
.about-counter-wrap .counter-card:last-child:after {
display: none;
}
.about-counter-wrap .counter-card_number {
font-size: 48px;
letter-spacing: -0.96px;
display: flex;
margin-bottom: 0;
}
.about-counter-wrap .counter-card_title {
font-size: 18px;
font-weight: 400;
font-family: var(--body-font);
margin-bottom: -0.3em;
} @media (max-width: 1199px) {
.about-counter-wrap {
gap: 100px;
}
.about-counter-wrap .counter-card:after {
right: -50px;
}
} @media (max-width: 767px) {
.about-counter-wrap .counter-card_number {
font-size: 40px;
}
} @media (max-width: 575px) {
.about-counter-wrap {
gap: 60px;
}
.about-counter-wrap .counter-card:after {
right: -30px;
}
.about-counter-wrap .counter-card_number {
font-size: 30px;
}
.about-counter-wrap .counter-card_title {
font-size: 16px;
}
} @media (max-width: 375px) {
.about-counter-wrap {
display: block;
}
.about-counter-wrap .counter-card:not(:last-child) {
margin-bottom: 30px;
}
}  .team-card {
overflow: hidden;
position: relative;
}
.team-card_img {
position: relative;
display: inline-block;
overflow: hidden;
width: 100%;
}
.team-card_img:before {
content: "";
position: absolute;
inset: 0;
background: -webkit-linear-gradient(180deg, rgba(10, 12, 0, 0) 50.47%, #0A0C00 100%);
background: linear-gradient(180deg, rgba(10, 12, 0, 0) 50.47%, #0A0C00 100%);
z-index: 1;
}
div.team-card_img img {
transition: 0.4s;
width: 100%;
filter: grayscale(1);
height: 380px;
object-fit: cover;
}
.team-card .team-card_content {
position: absolute;
left: 0;
right: 0;
bottom: -10px;
padding: 0 28px 36px;
transition: 0.4s;
opacity: 0;
z-index: 1;
}
.team-card_title {
font-size: 24px;
font-weight: 600;
margin-bottom: 7px;
}
.team-card_title a {
color: var(--white-color);
}
.team-card_title a:hover {
color: var(--theme-color);
}
.team-card_desig {
font-size: 18px;
font-weight: 400;
display: block;
color: var(--white-color);
margin-bottom: 0;
}
.team-card:hover .team-card_content {
opacity: 1;
bottom: 0;
}
.team-card:hover .team-card_img img {
transform: scale(1.05);
filter: grayscale(0);
} @media (max-width: 1399px) {
.team-card_title {
font-size: 22px;
}
} .team-details-about-info .team-desig {
font-size: 24px;
font-weight: 400;
font-family: var(--body-font);
margin-bottom: 45px;
}
.team-details-about-info .about-contact-wrap .about-contact-title {
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
margin-bottom: 6px;
}
.team-details-about-info .about-contact-wrap .about-contact-title a {
color: var(--title-color);
}  .testimonial-area-1 {
margin-top: 100px;  }
.testimonial-area-1 .testimonial-img-1-1 {
width: 44%;
}
.testimonial-area-1 .testimonial-img-1-1 img {
height: 100%;
object-fit: cover;
width: 100%;
}
@media (max-width: 1500px) {
.testimonial-area-1 .testimonial-img-1-1 {
width: 42%;
}
}
@media (max-width: 991px) {
.testimonial-area-1 {
margin-top: 0;
}
.testimonial-area-1 .testimonial-img-1-1 {
width: 100%;
top: -80px !important;
position: relative;
}
}
.testi-slider1 {
position: relative;
}
.testi-slider1 .slick-dots {
position: absolute;
right: 0;
bottom: 0;
text-align: end;
}
.testi-slider1 .slick-dots li {
margin-right: 12px;
}
.testi-slider1 .slick-dots li:last-child {
margin-right: 0;
}
.testi-slider1 .slick-dots li button {
border: 1px solid var(--title-color);
height: 10px;
width: 10px;
}
.testi-slider1 .slick-dots li.slick-active button {
background: var(--title-color);
}
@media (max-width: 767.98px) {
.testi-slider1 .slick-dots {
position: relative;
right: 0;
bottom: 0;
left: 0;
padding: 0 12px;
text-align: left;
display: flex;
align-items: center;
}
}
.testi-box_text {
margin-bottom: 30px;
line-height: 38px;
font-size: 24px;
font-weight: 400;
margin-top: 28px;
}
.testi-box_profile .testi-box_name {
margin-bottom: 6px;
margin-top: -0.35em;
font-weight: 600;
font-family: var(--title-font);
color: var(--title-color);
}
.testi-box_profile .testi-box_desig {
font-size: 18px;
font-weight: 400;
display: block;
margin-bottom: -0.1em;
}
@media (max-width: 1399px) {
.testi-box .testi-box_text {
font-size: 18px;
line-height: 34px;
}
}
@media (max-width: 1299px) {
.testi-box .testi-box_text {
font-size: 16px;
line-height: 30px;
}
} .testi-slider2 .slick-slide {
opacity: 0.1;
transition: 0.4s;
}
.testi-slider2 .slick-slide.slick-current {
opacity: 1;
}
.testi-box.style2 {
text-align: center;
padding: 0 55px;
}
.testi-box.style2 .quote-icon {
color: var(--theme-color);
}
.testi-box.style2 .testi-box_text {
font-size: 40px;
line-height: 54px;
letter-spacing: -0.8px;
color: var(--smoke-color);
}
.testi-box.style2 .testi-box_profile {
margin-top: 52px;
}
.testi-box.style2 .testi-box_profile .testi-box_name {
letter-spacing: -0.48px;
font-size: 24px;
color: var(--smoke-color);
}
.testi-box.style2 .testi-box_profile .testi-box_desig {
font-size: 18px;
font-weight: 400;
color: var(--smoke-color);
margin-bottom: -0.1em;
}
@media (max-width: 1700px) {
.testi-box.style2 {
padding: 0 25px;
}
.testi-box.style2 .testi-box_text {
font-size: 30px;
}
} @media (max-width: 1299px) {
.testi-box.style2 {
padding: 0 15px;
}
.testi-box.style2 .testi-box_text {
line-height: normal;
}
.testi-box.style2 .testi-box_text {
font-size: 27px;
}
} @media (max-width: 1199px) {
.testi-box.style2 .testi-box_text {
font-size: 30px;
}
} @media (max-width: 767px) {
.testi-box.style2 .testi-box_text {
font-size: 27px;
}
.testi-box.style2 .testi-box_profile .testi-box_name {
letter-spacing: 0;
font-size: 18px;
}
.testi-box.style2 .testi-box_profile .testi-box_desig {
font-size: 16px;
}
} @media (max-width: 575px) {
.testi-box.style2 .testi-box_text {
font-size: 24px;
}
} @media (max-width: 375px) {
.testi-box.style2 .testi-box_text {
font-size: 20px;
}
.testi-box.style2 .testi-box_profile {
margin-top: 42px;
}
} .testi-box.style3 {
background: var(--gray-color);
padding: 40px;
}
.testi-box.style3 .quote-icon {
color: var(--theme-color);
}
.testi-box.style3 .testi-box_text {
font-size: 24px;
font-weight: 400;
line-height: 38px;
color: var(--smoke-color);
letter-spacing: -0.48px;
margin-bottom: 80px;
}
.testi-box.style3 .testi-box_profile .testi-box_name {
color: var(--smoke-color);
}
.testi-box.style3 .testi-box_profile .testi-box_desig {
color: var(--smoke-color);
} @media (max-width: 1199px) {
.testi-box.style3 .testi-box_text {
font-size: 20px;
line-height: initial;
}
} @media (max-width: 991px) {
.testi-box.style3 .testi-box_text {
font-size: 24px;
line-height: initial;
}
} @media (max-width: 767px) {
.testi-box.style3 .testi-box_text {
font-size: 20px;
line-height: initial;
margin-bottom: 50px;
}
} @media (max-width: 575px) {
.testi-box.style3 {
padding: 30px;
}
.testi-box.style3 .testi-box_text {
font-size: 18px;
}
}  .counter-divider {
position: relative;
}
.counter-divider:after {
content: "";
position: absolute;
left: -70px;
top: 0;
height: 100%;
width: 1px;
border: 1px solid var(--title-color);
}
.counter-divider:first-child:after {
display: none;
}
.counter-card {
max-width: 320px;
}
.counter-card_number {
font-size: 60px;
font-weight: 600;
margin-bottom: 18px;
}
.counter-card_title {
font-weight: 600;
}
.counter-card_text {
font-size: 18px;
margin-bottom: -0.2em;
} @media (max-width: 1399px) {
.counter-divider:after {
left: -30px;
}
.counter-card_number {
font-size: 45px;
}
} @media (max-width: 1199px) {
.counter-divider:after {
display: none;
}
.counter-card_number {
margin-top: -0.28em;
}
.counter-card_title {
font-size: 22px;
}
.counter-card_text {
font-size: 16px;
}
} @media (max-width: 767px) {
.counter-card_number {
font-size: 40px;
}
.counter-card {
max-width: none;
text-align: center;
}
}  .blog-meta {
display: block;
margin-top: -0.4em;
margin-bottom: 12px;
}
.blog-meta span,
.blog-meta a {
display: inline-block;
position: relative;
font-size: 18px;
font-weight: 400;
font-family: var(--body-font);
color: var(--title-color);
margin-right: 0;
}
.blog-meta span ~ a,
.blog-meta span ~ span,
.blog-meta a ~ a,
.blog-meta a ~ span {
margin-left: 22px;
}
.blog-meta span ~ a:after,
.blog-meta span ~ span:after,
.blog-meta a ~ a:after,
.blog-meta a ~ span:after {
content: "";
height: 4px;
width: 4px;
background-color: var(--body-color);
border-radius: 50%;
position: absolute;
top: 50%;
left: -15px;
margin-top: -3px;
}
.blog-meta span i,
.blog-meta a i {
margin-right: 8px;
color: var(--theme-color);
}
.blog-meta span:last-child,
.blog-meta a:last-child {
margin-right: 0 !important;
padding-right: 0;
}
.blog-meta span a {
margin-right: 0 !important;
}
.blog-meta a:hover {
color: var(--title-color);
}
.blog-card {
background: transparent;
position: relative;
border-radius: 0px;
display: block;
}
.blog-card .blog-title {
font-weight: 600;
color: var(--title-color);
margin-bottom: 17px;
}
.blog-card .blog-title a {
transition: 0.5s ease-in-out;
color: var(--title-color);
}
.blog-card .blog-title a:hover {
color: var(--title-color);
}
.blog-card .blog-img {
width: 100%;
overflow: hidden;
position: relative;
z-index: 3;
border-radius: 0;
}
.blog-card .blog-img img {
max-width: 100%;
border-radius: 0;
transform: scale(1.04);
object-fit: cover;
transition: 0.4s ease-in-out;
}
.blog-card .blog-content {
border-radius: 0;
position: relative;
z-index: 2;
padding-top: 30px;
transition: 0.4s;
}
.blog-card:hover .post-img img,
.blog-card:hover .blog-img img {
transform: scale(1.04) translateX(6px);
} @media (max-width: 1199px) {
.blog-card .blog-title {
font-size: 20px;
}
} @media (max-width: 767px) {
.blog-card .blog-img img {
width: 100%;
}
.blog-card.style01 .blog-img img {
height: auto;
}
} .blog-card.style2:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
background: -webkit-linear-gradient(180deg, rgba(10, 12, 0, 0) 0%, #0A0C00 100%), transparent 50%/cover no-repeat;
background: linear-gradient(180deg, rgba(10, 12, 0, 0) 0%, #0A0C00 100%), transparent 50%/cover no-repeat;
transition: 0.4s all;
z-index: 3;
}
.blog-card.style2 .blog-content {
position: absolute;
bottom: 0px;
left: 0;
right: 0;
z-index: 4;
padding: 40px 36px;
--title-color: #fff;
opacity: 1;
transition: 0.4s;
}
.blog-card.style2 .blog-content .blog-title {
letter-spacing: -0.48px;
}
.blog-card.style2 .link-btn img {
filter: brightness(999) grayscale(9);
}
.blog-card.style2 .blog-meta span ~ a:after,
.blog-card.style2 .blog-meta span ~ span:after,
.blog-card.style2 .blog-meta a ~ a:after {
background: var(--title-color);
} @media (max-width: 1399px) {
.blog-card.style2 .blog-content .blog-title {
font-size: 22px;
}
.blog-card.style2 .blog-content {
padding: 30px 26px;
}
} @media (max-width: 1199px) {
.blog-card.style2 .blog-content .blog-title {
font-size: 18px;
}
.blog-card.style2 .blog-meta span,
.blog-card.style2 .blog-meta a {
font-size: 14px;
}
} @media (max-width: 767px) {
.blog-card.style2 .blog-content .blog-title {
font-size: 24px;
}
.blog-card.style2 .blog-meta span,
.blog-card.style2 .blog-meta a {
font-size: 16px;
}
.blog-card.style2 .blog-content .blog-title {
letter-spacing: 0;
}
} @media (max-width: 575px) {
.blog-card.style2 .blog-content .blog-title {
font-size: 22px;
}
} @media (max-width: 375px) {
.blog-card.style2 .blog-content .blog-title {
font-size: 18px;
}
.blog-card.style2 .blog-meta span,
.blog-card.style2 .blog-meta a {
font-size: 14px;
}
}  .blog-grid-static-wrap {
display: flex;
flex-wrap: wrap;
gap: 24px;
}
.blog-grid-static-wrap .blog-grid-static {
position: sticky;
top: 155px;
flex-direction: column;
flex-wrap: wrap;
align-items: flex-start;
margin: auto;
}
.blog-grid {
display: flex;
border: 0;
background: var(--smoke-color);
position: relative;
border-radius: 0px;
overflow: hidden;
}
.blog-grid .blog-img {
position: relative;
min-width: 302px;
overflow: hidden;
}
.blog-grid .blog-img img {
height: 100%;
width: 100%;
object-fit: cover;
object-position: center center;
transition: 0.4s ease-in-out;
}
.blog-grid .blog-content {
padding: 40px;
align-self: center;
}
.blog-grid .blog-title {
font-size: 22px;
margin-bottom: 21px;
margin-top: 0px;
line-height: 32px;
font-weight: 600;
}
.blog-grid .blog-title a {
color: var(--title-color);
}
.blog-grid .link-btn {
margin-top: 50px;
}
.blog-grid:hover .blog-img img {
transform: scale(1.1);
}
.blog-grid-static-wrap .blog-img img {
height: 290px;
width: 302px;
} @media (max-width: 1399px) {
.blog-grid .blog-content {
padding: 40px 30px;
}
.blog-grid .blog-img {
min-width: 252px;
}
.blog-grid .link-btn {
margin-top: 30px;
}
.blog-grid-static-wrap .blog-img img {
height: 250px;
width: 300px;
}
} @media (max-width: 1199px) {
.blog-grid .blog-img {
min-width: 302px;
}
.blog-grid .link-btn {
margin-top: 70px;
}
.blog-grid-static-wrap .blog-img img {
height: 100%;
}
} @media (max-width: 767px) {
.blog-grid .blog-img {
min-width: 180px;
}
.blog-grid .link-btn {
margin-top: 0;
}
.blog-grid .blog-content {
padding: 30px 30px;
}
.blog-grid .blog-title {
font-size: 20px;
line-height: 30px;
}
.blog-grid-static-wrap .blog-grid-static {
position: initial;
}
.blog-grid-static-wrap .blog-img img {
width: 100%;
}
} @media (max-width: 575px) {
.blog-grid {
flex-direction: column;
}
.blog-grid .blog-content {
align-self: flex-start;
}
.blog-grid .blog-meta span, .blog-grid .blog-meta a {
font-size: 16px;
}
} @media (max-width: 375px) {
.blog-grid .blog-title {
font-size: 18px;
line-height: 28px;
}
} .blog-card.style3 .blog-meta span, .blog-card.style3 .blog-meta a {
color: var(--smoke-color);
}
.blog-card.style3 .blog-meta span ~ a:after, .blog-card.style3 .blog-meta a ~ a:after {
background-color: var(--smoke-color);
}
.blog-card.style3 .blog-title a {
color: var(--smoke-color);
}
.blog-card.style3 .link-btn {
color: var(--smoke-color);
}
.blog-card.style3 .link-btn:after, .blog-card.style3 .link-btn:before {
background: var(--smoke-color);
}
.blog-card.style3 .link-btn img {
filter: brightness(99) grayscale(99);
}  .blog-post-item {
border: none;
background: var(--white-color);
border-radius: 0px;
margin-bottom: 80px;
}
.blog-post-thumb {
position: relative;
border-radius: 0px;
overflow: hidden;
margin-bottom: 30px;
}
.blog-post-content .title {
font-size: 48px;
font-weight: 600;
letter-spacing: -0.96px;
margin-bottom: 23px;
text-transform: capitalize;    }
.blog-post-content .title a {
color: var(--title-color);
}
@media (max-width: 1399px) {
.blog-post-content .title {
font-size: 40px;
}
}
@media (max-width: 1199px) {
.blog-post-content .title {
font-size: 32px;
letter-spacing: normal;
}
}
@media (max-width: 767px) {
.blog-post-thumb {
margin-bottom: 20px;
}
.blog-post-item {
margin-bottom: 55px;
}
.blog-post-content .title {
font-size: 26px;
}
}
.blog-post-meta {
margin-bottom: 12px;
}
.blog-post-meta .list-wrap {
display: flex;
align-items: center;
gap: 0 28px;
flex-wrap: wrap;
}
.blog-post-meta .list-wrap li {
display: flex;
align-items: center;
gap: 8px;
display: inline-block;
position: relative;
font-size: 18px;
font-weight: 400;
font-family: var(--body-font);
color: var(--title-color);
margin-right: 0;
}
.blog-post-meta .list-wrap li a {
color: var(--title-color);
}
.blog-post-meta .list-wrap li i {
font-size: 18px;
}
.blog-post-meta .list-wrap li:not(:first-child):after {
content: "";
height: 4px;
width: 4px;
background-color: var(--body-color);
border-radius: 50%;
position: absolute;
top: 50%;
left: -15px;
margin-top: -3px;
} .blog-post-item-two {
margin-bottom: 30px;
}
.blog-post-item-two .blog-post-thumb img {
height: auto;
}
.blog-post-item-two .blog-post-content .title {
font-size: 24px;
letter-spacing: normal; }
@media (max-width: 375px) {
.blog-post-item-two .blog-post-content .title {
font-size: 22px;
}
}
.blog__inner-wrap .row .col-70 {
width: 70.5%;
flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
.blog__inner-wrap .row .col-70 {
width: 67.5%;
}
}
@media (max-width: 991.98px) {
.blog__inner-wrap .row .col-70 {
width: 100%;
}
}
.blog__inner-wrap .row .col-30 {
width: 29.5%;
flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
.blog__inner-wrap .row .col-30 {
width: 32.5%;
}
}
@media (max-width: 991.98px) {
.blog__inner-wrap .row .col-30 {
width: 100%;
}
}
.blog__sidebar {
margin-left: 48px; }
@media (max-width: 1299px) {
.blog__sidebar {
margin-left: 0;
}
}
@media (max-width: 991.98px) {
.blog__sidebar {
margin-top: 100px;
}
} .blog__details-thumb {
margin-bottom: 44px;
}
.blog__details-thumb img {
border-radius: 0px;
min-height: 250px;
object-fit: cover;
}
.blog__details-content > .title {
margin-bottom: 40px;
font-size: 48px;
font-weight: 600;
line-height: 1.208;
text-transform: capitalize;
}
@media (max-width: 1199.98px) {
.blog__details-content > .title {
font-size: 32px;
}
}
@media (max-width: 767.98px) {
.blog__details-content > .title {
font-size: 28px;
}
}
.blog__details-content .blog-post-meta {
margin-bottom: 15px;
}
.blog__details-content > p {
margin-bottom: 20px;
font-size: 18px;
}
.blog__details-content .title-two {
margin-bottom: 20px;
font-size: 30px;
font-weight: 600;
text-transform: capitalize;
}
@media (max-width: 767.98px) {
.blog__details-content .title-two {
font-size: 26px;
}
}
.blog__details-inner {
margin: 40px 0;
}
.blog__details-inner-thumb {
position: relative;
}
.blog__details-inner-thumb img {
width: 100%;
}
@media (max-width: 767.98px) {
.blog__details-inner-thumb {
margin-bottom: 30px;
}
}
.blog__details-inner-content .title {
margin-bottom: 12px;
font-size: 30px;
font-weight: 600;
}
@media (max-width: 1199.98px) {
.blog__details-inner-content .title {
font-size: 26px;
}
}
.blog__details-inner-content p {
margin-bottom: 20px;
width: 95%;
}
@media (max-width: 1199.98px) {
.blog__details-inner-content p {
width: 100%;
}
} .blog__details-bottom {
border-top: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7;
padding: 20px 0;
margin-top: 40px;
margin-bottom: 0;
}
.blog__details-bottom .post-tags {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
gap: 15px;
}
.blog__details-bottom .post-tags .tag-title {
font-size: 18px;
flex: 0 0 auto;
margin: 5px 0 5px;
}
.blog__details-bottom .post-tags .list-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
gap: 8px;
flex-wrap: wrap;
}
.blog__details-bottom .post-tags .list-wrap li a {
background: #F6F5F3;
padding: 10px 17px;
display: block;
border-radius: 0;
color: var(--title-color);
font-size: 15px;
font-weight: 500;
line-height: 1;
text-transform: capitalize;
}
.blog__details-bottom .post-tags .list-wrap li a:hover {
background: var(--black-color);
color: var(--white-color);
}
.blog__details-bottom .post-share {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 15px;
justify-content: flex-end;
}
@media (max-width: 767.98px) {
.blog__details-bottom .post-share {
justify-content: flex-start;
margin-top: 20px;
}
}
.blog__details-bottom .post-share .social-title {
margin-bottom: 0;
font-size: 18px;
}
.blog__details-bottom .post-share .list-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
gap: 15px;
}
.blog__details-bottom .post-share .list-wrap li a {
font-size: 18px;
color: var(--title-color);
line-height: 1;
display: block;
}
.blog__details-bottom .post-share .list-wrap li a:hover {
opacity: .5;
}
.blog__avatar-wrap {
margin-top: 100px;
margin-bottom: 100px;
display: flex;
align-items: center;
gap: 35px;  }
@media (max-width: 991px) {
.blog__avatar-wrap {
margin-top: 80px;
margin-bottom: 80px;
}
}
@media (max-width: 767px) {
.blog__avatar-wrap {
display: block;
}
.blog__avatar-wrap .blog__avatar-img img {
width: auto;
margin-bottom: 30px;
}
}
.blog__avatar-img {
flex: none;
}
.blog__avatar-img img {
width: 100%;
border-radius: 0;
}
.blog__avatar-info .name {
font-size: 24px;
font-weight: 600;
font-family: var(--title-font);
margin-bottom: 16px;
text-transform: capitalize;
}
.blog__avatar-info .name a {
color: var(--title-color);
}
.blog__avatar-info p {
font-size: 18px;
margin-bottom: 0;
line-height: 1.66;
} blockquote,
.wp-block-quote,
.blog-details-content blockquote {
margin: 40px 0;
padding: 0 0 0 75px;
position: relative;
}
blockquote::before,
.wp-block-quote::before,
.blog-details-content blockquote::before {
content: "";
position: absolute;
left: 0;
top: 14px;
background-image: url(//northmkt.com.mx/wp-content/themes/frisk/assets/img/icons/quote.svg);
width: 52px;
height: 32px;
}
blockquote p,
.wp-block-quote p,
.blog-details-content blockquote p {
font-size: 24px;
font-weight: 500;
font-family: var(--body-font);
text-transform: capitalize;
color: var(--title-color);
line-height: 1.583;
letter-spacing: -0.48px;
margin-top: -0.3em;
margin-bottom: -0.3em;
}
@media (max-width: 767.98px) {
blockquote,
.wp-block-quote,
.blog-details-content blockquote {
padding: 0 0;
}
blockquote::before,
.wp-block-quote::before,
.blog-details-content blockquote::before {
position: relative;
display: block;
left: 0;
top: 0;
margin: 0 0 20px;
}
blockquote p,
.wp-block-quote p,
.blog-details-content blockquote p {
font-size: 20px;
letter-spacing: 0;
}
} .sidebar__widget {
border: none;
padding: 0;
border-radius: 0px;
margin-bottom: 60px;
}
.sidebar__widget:last-child {
margin-bottom: 0;
}
.sidebar__widget-search {
border: none;
padding: 0;
border-radius: 0;
}
.sidebar__search form {
position: relative;
}
.sidebar__search form input {
width: 100%;
border-bottom: 1px solid var(--title-color);
border-radius: 0px;
background: transparent;
font-size: 18px;
color: var(--body-color);
padding: 0px 60px 0px 0px;
height: 60px;
}
.sidebar__search form input::placeholder {
color: rgba(10, 12, 0, 0.5);
font-size: 18px;
}
.sidebar__search form button {
border: none;
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
width: auto;
height: auto;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
border-radius: 0px;
}
.sidebar__search form button svg {
color: var(--title-color);
width: 20px;
}
.footer-widget .sidebar__search form input {
border-bottom: 1px solid var(--white-color);
color: var(--white-color);
}
.footer-widget .sidebar__search form input::placeholder {
color: rgba(255, 255, 0255, 0.5);
}
.footer-widget .sidebar__search form button svg {
color: var(--white-color);
}
.sidebar__widget-title {
font-size: 24px;
font-weight: 600;
margin-bottom: 30px;
position: relative;
letter-spacing: -0.48px;
margin-top: -0.2em;
}
.sidebar__cat-list {
margin-top: -0.3em;
}
.sidebar__cat-list .list-wrap li {
margin-bottom: 17px;
}
.sidebar__cat-list .list-wrap li a {
display: flex;
align-items: center;
text-transform: capitalize;
color: var(--body-color);
font-size: 18px;
font-weight: 400;
gap: 5px;
}
.sidebar__cat-list .list-wrap li:last-child {
margin-bottom: -0.4em;
}
.sidebar__post-item {
display: flex;
gap: 20px;
margin-bottom: 30px;
align-items: center;
}
.sidebar__post-item:last-child {
margin-bottom: 0;
}
.sidebar__post-thumb {
width: 80px;
flex: 0 0 auto;
}
.sidebar__post-content {
overflow: hidden;
}
.sidebar__post-content .title {
font-size: 16px;
margin-bottom: 6px;
font-weight: 600;
text-transform: capitalize;
margin-top: -0.3em;
}
.sidebar__post-content .title a {
color: var(--title-color);
}
.sidebar__post-content .date {
display: flex;
align-items: center;
color: var(--title-color);
font-size: 14px;
}
.sidebar__tag-list {
margin-top: -0.3em;
}
.sidebar__tag-list .list-wrap {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 13px 24px;
overflow: hidden;
}
.sidebar__tag-list .list-wrap li {
position: relative;
}
.sidebar__tag-list .list-wrap li a {
font-size: 18px;
background: transparent;
font-weight: 400;
color: var(--title-color);
display: block;
}
.sidebar__tag-list .list-wrap li:not(:last-child):after {
content: "";
background-color: var(--title-color);
position: absolute;
top: 50%;
transform: translate(0, -50%);
right: -14px;
width: 2px;
height: 16px;
}
.footer-widget .fw-title {
font-size: 20px;
font-weight: 600;
color: #fff;
margin: 0 0 30px;
} .comments-wrap-title {
font-size: 36px;
margin-bottom: 35px;
margin-top: -0.2em; }
@media (max-width: 767px) {
.comments-wrap-title {
font-size: 26px;
}
}
.comments-wrap .latest-comments {
margin-bottom: 50px;
}
.comments-wrap .latest-comments .children {
margin: 0 0 0 135px;
padding: 0;
}
@media (max-width: 1500px) {
.comments-wrap .latest-comments .children {
margin: 0 0 0 90px;
}
}
@media (max-width: 767.98px) {
.comments-wrap .latest-comments .children {
margin: 0;
}
}
.comments-box {
display: flex;
align-items: flex-start;
padding-bottom: 48px;
gap: 25px;
}
@media (max-width: 767.98px) {
.comments-box {
flex-wrap: wrap;
gap: 20px;
}
}
.comments-avatar {
flex: 0 0 auto;
}
.comment-text .avatar-name {
margin-bottom: 15px;
}
.comment-text .avatar-name .name {
margin: 0;
font-size: 20px;
font-weight: 600;
}
.comment-text .avatar-name span {
font-weight: 400;
font-size: 18px;
display: block;
color: var(--title-color);
margin-bottom: 6px;
}
.comment-text p {
margin-bottom: 20px;
font-size: 18px;
}
.comment-reply-title {
font-size: 36px;
margin-bottom: 10px;
margin-top: -0.2em;
}
.latest-comments .comment-reply-title {
font-size: 28px;
}
@media (max-width: 767.98px) {
.comment-reply-title {
font-size: 26px;
}
.latest-comments .comment-reply-title {
font-size: 24px;
}
}
.comment-form .comment-notes {
margin-bottom: 35px;
font-size: 18px;
}
.list-wrap {
margin: 0px;
padding: 0px;
}
.list-wrap li {
list-style: none;
} .client-list-wrap {
margin: 2px 0 0 2px;
padding: 0;
list-style: none;
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.client-list-wrap li {
border: 2px solid var(--title-color);
margin-left: -2px;
margin-top: -2px;
}
.client-list-wrap li a {
height: 148px;
padding: 20px;
display: inline-block;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
margin: auto;
}
.client-list-wrap li a .link-effect {
height: 35px;
}
.client-list-wrap li a:hover .link-effect .effect-1 {
top: -100%;
}
.client-list-wrap .link-effect .effect-1 img {
height: 100%;
object-fit: contain;
} .client-area-2 .client-list-wrap {
grid-template-columns: repeat(6, 1fr);
}
.client-area-2 .client-list-wrap li {
border-top: 0;
border-right: 2px solid var(--title-color);
}
.client-area-2 .client-list-wrap li:last-child {
border-right: 0;
} @media (max-width: 1199px) {
.client-area-2 .client-list-wrap {
grid-template-columns: repeat(3, 1fr);
}
.client-area-2 .client-list-wrap li {
border-top: 2px solid var(--title-color);
}
.client-area-2 .client-list-wrap li:nth-child(3) {
border-right: 0;
}
.client-area-2 .client-list-wrap li:not(:nth-last-child(-n+3)) {
border-top: 0;
}
}
.client-area-3 .client-list-wrap {
border-color: var(--smoke-color);
}
.client-area-3 .client-list-wrap li {
border-color: var(--smoke-color);
}
.white-logo .client-list-wrap li a img {
filter: brightness(99) grayscale(99);
} .checklist ul {
padding-left: 0;
list-style: none;
text-align: left;
margin-bottom: 0;
}
.checklist li {
font-size: 16px;
font-weight: 400;
margin-bottom: 5px;
display: flex;
color: var(--body-color);
}
.checklist li:last-child {
margin-bottom: 0;
}
.checklist li i, .checklist li svg {
font-size: 16px;
margin-right: 10px;
color: var(--theme-color);
margin-top: 6px;
width: 16px;
}
.checklist.style2 ul li {
font-weight: 700;
border-radius: 6px;
background-color: rgb(247, 244, 239);
padding: 17px 30px;
font-family: var(--title-font);
}
.checklist.style2 ul li:not(:last-child) {
margin-bottom: 20px;
}
.checklist.style2 ul li i {
margin-right: 20px;
}
.checklist.style3 ul {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 8px;
}
.checklist.style3 ul li {
margin-bottom: 0;
}
.checklist.style4 ul li:not(:last-child) {
margin-bottom: 9px;
}
.checklist.style5 ul li {
font-weight: 400;
font-size: 16px;
color: var(--body-color);
}
@media (max-width: 1199px) {
.checklist.mb-40 {
margin-bottom: 32px;
}
}
@media (max-width: 1199px) {
.checklist.mb-45 {
margin-bottom: 35px;
}
}
.img-half {
position: absolute;
top: 0;
width: 50%;
height: 100%;
z-index: -1;
}
.img-half img {
width: 100%;
height: 100%;
object-fit: cover;
}
.img-half.img-right {
right: 0;
}
.icon-box {
display: inline-flex;
gap: 10px;
}
.btn-wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 20px 30px;
}
.btn-wrap.style2 {
gap: 30px 40px;
}
.category-tag {
background: var(--theme-color);
height: 25px;
line-height: 25px;
border-radius: 30px;
text-transform: uppercase;
color: var(--white-color);
font-size: 10px;
font-weight: 700;
display: inline-block;
padding: 0 19px;
letter-spacing: 1px;
} @media (max-width: 1199px) {
p.mb-40 {
margin-bottom: 35px;
}
p.mb-45 {
margin-bottom: 38px;
}
.checklist li {
margin-bottom: 6px;
font-size: 16px;
}
.checklist li i, .checklist li svg {
font-size: 14px;
margin-right: 5px;
}
} @media (max-width: 575px) {
.checklist.style2 ul li i {
margin-right: 10px;
}
}
.global-img {
position: relative;
transition: all 0.4s ease-in-out;
}
.global-img:after {
content: "";
position: absolute;
pointer-events: none;
opacity: 1;
z-index: 3;
top: 50%;
right: 0;
bottom: 50%;
left: 0;
background: rgba(255, 255, 255, 0.3);
}
.global-img:hover:after {
top: 0;
bottom: 0;
opacity: 0;
transition: all 900ms linear;
}
.img-anim {
visibility: hidden;
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}  .jarallax {
width: 100%;  }
.jarallax-video-pause {
position: absolute;
padding: 0;
height: 100%;
width: 100%;
background-color: transparent;
cursor: none;
z-index: 10000;
opacity: 0;
}
.cursor-follower.jarallax-btn {
height: 180px;
width: 180px;
background: var(--white-color);
transform: translate(-90px, -90px);
border: 0;
}
.cursor-follower.jarallax-btn:after {
content: "PLAY VIDEO";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
text-align: center;
line-height: 180px;
font-size: 14px;
font-weight: 600;
font-family: var(--title-font);
}
.video-wrap {
position: relative;
}
.video-wrap .play-btn {
position: absolute;
left: 50%;
top: 50%;
background: var(--white-color);
color: var(--title-color);
margin: -90px 0 0 -90px; }
@media (max-width: 575px) {
.video-wrap .play-btn {
margin: 0 0;
transform: translate(-50%, -50%) !important;
}
}
.video-wrap .play-btn:before, .video-wrap .play-btn:after {
display: none;
} @media (max-width: 575px) {
.cursor-follower.jarallax-btn {
height: 150px;
width: 150px;
}
.cursor-follower.jarallax-btn:after {
line-height: 150px;
}
}  .accordion-card {
transition: 0.4s ease-in-out;
overflow: hidden;
background: transparent;
border-bottom: 2px solid var(--title-color);
border-radius: 0px;
display: flex;
align-items: start;
padding-top: 30px;
padding-bottom: 30px;
position: relative;
justify-content: space-between;
gap: 20px;
}
.accordion-card:first-child {
border-top: 2px solid var(--title-color);
}
.accordion-card .accordion-header {
flex: none;
}
.accordion-card .accordion-button {
font-size: 24px;
font-weight: 600;
font-family: var(--title-font);
color: var(--title-color);
border: 0;
background-color: transparent;
padding: 0px;
gap: 10px;
margin-bottom: 0;
text-align: left;
transition: 0s;
align-items: start;
position: inherit;
line-height: 1;
width: 430px;
}
.accordion-card .accordion-button:after {
content: "\f067";
height: 40px;
width: auto;
border-radius: 7px;
line-height: 38px;
background: transparent;
border: 0;
font-family: var(--icon-font);
color: var(--title-color);
font-weight: 900;
font-size: 16px;
display: grid;
justify-content: center;
align-items: center;
text-align: center;
position: absolute;
top: 23px;
right: 0px;
transition: 0.3s ease-in-out;
}
.accordion-card .accordion-button.collapse:after {
content: "\f068";
transform: rotate(0);
}
.accordion-card .accordion-button .faq-number {
font-size: 14px;
font-weight: 600;
margin-right: 40px;
line-height: 1.66;
}
.accordion-card .accordion-button:focus {
outline: none;
box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed):after {
content: "\f068";
transform: rotate(0);
}
.accordion-card .accordion-collapse {
border: none;
position: relative;
}
.accordion-card .accordion-body {
border-radius: 0;
background-color: transparent;
border: none;
padding: 2px 60px 0px 0px;
margin-top: -0.5em;
max-width: 365px;
}
.accordion-card .accordion-body p {
margin-bottom: -0.3em;
font-weight: 400;
font-size: 18px;
}
.accordion-card:last-child {
margin-bottom: 0;
}
.accordion-card.style2 .accordion-button {
line-height: 1.2;
width: auto;
} @media (max-width: 991px) {
.accordion-card {
display: block;
}
.accordion-card .accordion-body {
margin-top: 20px;
max-width: none;
}
} @media (max-width: 767px) {
.accordion-card .accordion-body {
padding-right: 0;
}
} @media (max-width: 575px) {
.accordion-card .accordion-button .faq-number {
margin-right: 10px;
}
.accordion-card .accordion-button {
font-size: 18px;
}
.accordion-card .accordion-body p {
font-size: 16px;
margin: 0 0;
}
}
@media (max-width: 991.98px) {
.accordion-card .accordion-button {
width: 100%;
padding-right: 20px;
gap: 15px;
}
.accordion-card .accordion-button .faq-number {
font-size: inherit;
margin-right: 0;
line-height: inherit;
}
.accordion-card .accordion-button:after {
height: auto;
line-height: 35px;
}
} .accordion-card.style2 {
display: block;
}
.accordion-card.style2 .accordion-button {
font-size: 20px;
}
.accordion-card.style2 .accordion-body {
max-width: none;
padding-right: 0;
margin-top: 12px;
margin-bottom: 16px;
}  .feature-card {
background: var(--smoke-color);
padding: 40px 36px; }
.feature-card-icon {
margin-bottom: 74px;
font-size: 40px;
line-height: 1;
}
div.feature-card-icon img {
max-height: 40px;
}
.feature-card-title a {
color: var(--title-color);
}
.feature-card-text {
font-size: 16px;
margin-bottom: 24px;
}
@media (max-width: 1366px) {
.feature-card {
padding: 35px 30px;
}
}
@media (max-width: 991px) {
.feature-card {
padding: 30px 26px;
}
.feature-card-title {
font-size: 20px;
}
.feature-card-icon {
margin-bottom: 34px;
}
} .skill-feature {
position: relative;
}
.skill-feature:not(:last-child) {
margin-bottom: 27px;
}
.skill-feature_title {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 7px;
}
.skill-feature .progress {
background: transparent;
border-radius: 0;
overflow: visible;
height: 4px;
}
.skill-feature .progress .progress-bar {
background: var(--title-color);
border-radius: 0;
height: 4px;
}
.skill-feature .progress .progress-value {
font-size: 14px;
font-weight: 600;
font-family: var(--title-font);
position: relative;
top: -29px;
transform: translate(-100%, 0);
} .feature-static-wrap {
display: flex;
flex-wrap: wrap;
gap: 24px;
}
.feature-static {
position: sticky !important;
top: 150px;
width: 100%;
} @media (max-width: 1199px) {
.feature-static {
position: initial !important;
}
} .feature-card.style-grid {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
gap: 100px;
}
.feature-card.style-grid .feature-card-icon {
flex: none;
}
.feature-card.style-grid .feature-card-title {
margin-top: -0.2em;
}
.feature-card.style-grid .feature-card-text {
font-size: 18px;
} @media (max-width: 1399px) {
.feature-card.style-grid {
gap: 50px;
}
} @media (max-width: 575px) {
.feature-card.style-grid {
display: block;
}
} .feature-card.style2 {
background: var(--gray-color);
}
.icon-white .feature-card-icon {
filter: brightness(99) grayscale(99);
}
.feature-card.style2 .feature-card-title a {
color: var(--smoke-color);
}
.feature-card.style2 .feature-card-text {
color: var(--smoke-color);
}
.feature-card.style2 .link-btn {
color: var(--smoke-color);
}
.feature-card.style2 .link-btn:after, .feature-card.style2 .link-btn:before {
background: var(--smoke-color);
}
.feature-card.style2 .link-btn img {
filter: brightness(99) grayscale(99);
}  .cta-area-1 .sec-title {
font-size: 80px;
line-height: 1.125;     }
@media (max-width: 1399px) {
.cta-area-1 .sec-title {
font-size: 60px;
}
}
@media (max-width: 991px) {
.cta-area-1 .sec-title {
font-size: 50px;
}
}
@media (max-width: 767px) {
.cta-area-1 .sec-title {
font-size: 40px;
}
}
@media (max-width: 575px) {
.cta-area-1 .sec-title {
font-size: 36px;
}
}
@media (max-width: 375px) {
.cta-area-1 .sec-title {
font-size: 32px;
}
}  .service-area-1 {
margin-top: 100px;  }
.service-area-1 .service-img-1-1 {
width: 44%;
}
.service-area-1 .service-img-1-1 img {
object-fit: cover;
width: 100%;
height: 100%;
}
@media (max-width: 1700px) {
.service-area-1 .service-img-1-1 {
width: 42%;
}
.service-area-1 .service-img-1-1 img {
height: 100%;
}
}
@media (max-width: 1500px) {
.service-area-1 .service-img-1-1 {
width: 42%;
}
.service-area-1 .service-img-1-1 img {
height: 100%;
}
}
@media (max-width: 991px) {
.service-area-1 {
margin-top: 0;
}
.service-area-1 .service-img-1-1 {
width: 100%;
top: -80px !important;
position: relative;
}
}  .why-area-1 {
margin-top: 100px;   }
.why-area-1 p {
font-size: 18px;
}
.why-area-1 .why-img-1-1 {
width: 44%;
}
.why-area-1 .why-img-1-1 img {
height: 100%;
object-fit: cover;
width: 100%;
}
@media (max-width: 1500px) {
.why-area-1 .why-img-1-1 {
width: 42%;
}
}
@media (max-width: 1399px) {
.why-area-1 p {
font-size: 16px;
}
}
@media (max-width: 991px) {
.why-area-1 {
margin-top: 0;
}
.why-area-1 .why-img-1-1 {
width: 100%;
top: -80px !important;
position: relative;
}
} .pricing-card {
padding: 40px;
}
.pricing-card .pricing-card_title {
font-size: 24px;
font-weight: 600;
letter-spacing: -0.48px;
margin-top: -0.2em;
margin-bottom: 12px;
}
.pricing-card .pricing-card_wrap {
margin-bottom: 19px;
}
.pricing-card .pricing-card_price {
font-size: 60px;
font-weight: 600;
letter-spacing: -1.8px;
}
.pricing-card .pricing-card_price .duration {
font-size: 20px;
font-weight: 600;
letter-spacing: -0.4px;
}
.pricing-card p {
font-size: 18px;
margin-bottom: 43px; }
@media (max-width: 1399px) {
.pricing-card p {
font-size: 16px;
}
}
.pricing-card .checklist {
margin-bottom: 42px;
}
.pricing-card .checklist li {
font-family: var(--title-font);
font-size: 14px;
font-weight: 600;
letter-spacing: -0.14px;
text-transform: uppercase;
margin-bottom: 9px;
}
.pricing-card .checklist li:last-child {
margin-bottom: 0;
}
.pricing-card .checklist li i {
color: var(--title-color);
margin-top: 4px;
}
.pricing-card .btn {
width: 100%;
} @media (max-width: 1399px) {
.pricing-card .pricing-card_price {
font-size: 50px;
}
} @media (max-width: 1199px) {
.pricing-card .pricing-card_price {
font-size: 40px;
}
.pricing-card {
padding: 30px;
}
.pricing-card .btn {
padding: 21.5px 30px;
}
.pricing-card p {
font-size: 14px;
}
} @media (max-width: 575px) {
.pricing-card .pricing-card_price {
font-size: 30px;
}
}  .portfolio-area-1 {
background-size: 100% calc(100% - 240px);
background-position: bottom;
}
.portfolio-wrap {
position: relative;
display: block;
}
.portfolio-wrap .portfolio-thumb {
display: inline-block;
overflow: hidden;
}
.portfolio-wrap .portfolio-thumb img {
transform: scale(1.03);
transition: 0.4s ease-in-out;
object-fit: cover;
}
.portfolio-wrap .portfolio-details {
padding-top: 28px;
}
@media (max-width: 767px) {
.portfolio-wrap .portfolio-details {
padding-top: 15px;
}
}
.portfolio-wrap .portfolio-details .portfolio-meta {
display: inline-flex;
padding: 0;
margin: 0 0 14px;
}
.portfolio-wrap .portfolio-details .portfolio-meta li {
display: inline-block;
font-size: 18px;
font-weight: 400;
position: relative;
}
.portfolio-wrap .portfolio-details .portfolio-meta li:after {
content: "/";
position: relative;
margin: 0 5px 0 2px;
font-size: 16px;
}
.portfolio-wrap .portfolio-details .portfolio-meta li a {
color: var(--title-color);
}
.portfolio-wrap .portfolio-details .portfolio-meta li:last-child:after {
display: none;
}
.portfolio-wrap .portfolio-details .portfolio-title {
font-weight: 600;
margin-bottom: 23px;
}
@media (max-width: 767.98px) {
.portfolio-wrap .portfolio-details .portfolio-title {
margin-bottom: 8px;
}
}
.portfolio-wrap .portfolio-details .portfolio-title a {
color: var(--title-color);
}
.portfolio-wrap:hover .portfolio-thumb img {
transform: scale(1.03) translateX(8px);
} .portfolio-slider .slick-current .portfolio-wrap.style2:after {
opacity: 1;
height: 100%;
}
.portfolio-slider .slick-current .portfolio-wrap.style2 .portfolio-details {
bottom: 0;
opacity: 1;
}
.portfolio-wrap.style2 {
position: relative;
overflow: hidden;
display: block;
}
.portfolio-wrap.style2:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: -webkit-linear-gradient(180deg, rgba(10, 12, 0, 0) 0%, #0A0C00 100%);
background: linear-gradient(180deg, rgba(10, 12, 0, 0) 0%, #0A0C00 100%);
transition: 0.4s;
opacity: 0;
height: 0;
}
.portfolio-wrap.style2 .portfolio-thumb {
overflow: initial;
width: 100%;
}
.portfolio-wrap.style2 .portfolio-thumb img {
width: 100%;
height: 515px;
}
@media (max-width: 1500px) {
.portfolio-slider.gx-60 {
--bs-gutter-x: 30px;
}
.portfolio-wrap.style2 .portfolio-thumb img {
height: 415px;
}
}
@media (max-width: 767px) {
.portfolio-wrap.style2 .portfolio-thumb img {
height: 290px;
}
}
.portfolio-wrap.style2 .portfolio-details {
position: absolute;
left: 0;
right: 0;
bottom: -25px;
padding: 0 40px 40px 40px;
z-index: 1;
max-width: 80%;
transition: 0.4s;
opacity: 0;
}
.portfolio-wrap.style2 .portfolio-details .portfolio-meta {
color: var(--white-color);
}
.portfolio-wrap.style2 .portfolio-details .portfolio-meta li a {
color: var(--white-color);
}
.portfolio-wrap.style2 .portfolio-details .portfolio-title {
margin-bottom: -0.25em;
color: var(--white-color);
}
.portfolio-wrap.style2 .portfolio-details .portfolio-title a {
color: var(--white-color);
} @media (max-width: 1199px) {
.portfolio-wrap.style2 .portfolio-details {
padding: 0 30px 30px 30px;
}
} @media (max-width: 991px) {
.portfolio-wrap.style2 .portfolio-details {
padding: 0 40px 40px 40px;
}
} @media (max-width: 575px) {
.portfolio-wrap.style2 .portfolio-details {
padding: 0 30px 30px 30px;
width: 100%;
max-width: 100%;
}
.portfolio-wrap.style2 .portfolio-details .portfolio-title {
font-size: 24px;
}
} .portfolio-wrap.style3 {
position: relative;
overflow: hidden;
width: 100% !important;
}
.portfolio-wrap.style3:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: -webkit-linear-gradient(180deg, rgba(10, 12, 0, 0) 0%, #0A0C00 100%);
background: linear-gradient(180deg, rgba(10, 12, 0, 0) 0%, #0A0C00 100%);
transition: 0.4s;
opacity: 0;
height: 0;
}
.portfolio-wrap.style3 .portfolio-thumb {
overflow: initial;
width: 100%;
}
.portfolio-wrap.style3 .portfolio-thumb img {
width: 100%;
}
.portfolio-wrap.style3 .portfolio-details {
position: absolute;
left: 0;
bottom: -25px;
padding: 0 0 40px 40px;
z-index: 1;
max-width: 350px;
transition: 0.4s;
opacity: 0;
}
.portfolio-wrap.style3 .portfolio-details .portfolio-meta {
color: var(--white-color);
}
.portfolio-wrap.style3 .portfolio-details .portfolio-meta li a {
color: var(--white-color);
}
.portfolio-wrap.style3 .portfolio-details .portfolio-title {
margin-bottom: -0.25em;
color: var(--white-color);
}
.portfolio-wrap.style3 .portfolio-details .portfolio-title a {
color: var(--white-color);
}
.portfolio-wrap.style3:hover:after {
opacity: 1;
height: 100%;
}
.portfolio-wrap.style3:hover .portfolio-details {
opacity: 1;
bottom: 0;
} @media (max-width: 1199px) {
.portfolio-wrap.style3 .portfolio-details {
padding: 0 0 30px 30px;
}
} @media (max-width: 991px) {
.portfolio-wrap.style3 .portfolio-details {
right: 0;
padding: 0 0 40px 40px;
}
} @media (max-width: 575px) {
.portfolio-wrap.style3 .portfolio-details {
padding: 0 30px 30px 30px;
}
.portfolio-wrap.style3 .portfolio-details .portfolio-title {
font-size: 24px;
}
} @media (max-width: 375px) {
.portfolio-wrap.style3 .portfolio-details .portfolio-title {
font-size: 20px;
}
.portfolio-wrap.style3 .portfolio-details {
padding: 0 20px 20px 20px;
}
} .portfolio-wrap.style4 .portfolio-details .portfolio-title a {
color: var(--smoke-color);
}
.portfolio-wrap.style4 .portfolio-details .portfolio-meta {
margin-bottom: -0.3em;
}
.portfolio-wrap.style4 .portfolio-details .portfolio-meta li a {
color: var(--smoke-color);
}
.portfolio-wrap.style4 .portfolio-details .portfolio-meta li:after {
color: var(--smoke-color);
} @media (max-width: 991px) {
.portfolio-wrap.style4 .portfolio-thumb img {
width: 100%;
}
} .project-area-6 {
position: relative;
}
.portfolio-static-wrap {
display: flex;
flex-wrap: wrap;
}
.portfolio-static {
position: sticky;
top: 0;
flex-direction: column;
flex-wrap: wrap;
align-items: flex-start;
margin: auto;
flex-grow: 1; }
@media (max-width: 575px) {
.portfolio-static {
top: 86px;
}
}
.portfolio-wrap.style5:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: -webkit-linear-gradient(180deg, rgba(10, 12, 0, 0) 0%, #0A0C00 100%);
background: linear-gradient(180deg, rgba(10, 12, 0, 0) 0%, #0A0C00 100%);
transition: 0.4s;
opacity: 1;
height: 100%;
}
.portfolio-wrap.style5 .portfolio-thumb {
display: block;
}
.portfolio-wrap.style5 .portfolio-thumb img {
width: 100%;
}
.portfolio-wrap.style5 .portfolio-details {
position: absolute;
left: 0;
bottom: 0px;
padding: 0 140px 140px 140px;
z-index: 1;
transition: 0.4s;
opacity: 1;
display: flex;
justify-content: space-between;
width: 100%;
align-items: end;
}
.portfolio-wrap.style5 .portfolio-details .media-left {
max-width: 746px;
}
.portfolio-wrap.style5 .portfolio-details .portfolio-meta li a {
color: var(--smoke-color);
}
.portfolio-wrap.style5 .portfolio-details .portfolio-meta li:after {
color: var(--smoke-color);
}
.portfolio-wrap.style5 .portfolio-details .portfolio-title {
margin-bottom: -0.25em;
font-size: 48px;
}
.portfolio-wrap.style5 .portfolio-details .portfolio-title a {
color: var(--smoke-color);
}
.portfolio-wrap.style5 .portfolio-details-btn {
flex: none;
}
.portfolio-wrap.style5 .link-btn {
color: var(--smoke-color);
}
.portfolio-wrap.style5 .link-btn img {
filter: brightness(99) grayscale(99);
}
.portfolio-wrap.style5 .link-btn:after, .portfolio-wrap.style5 .link-btn:before {
background: var(--smoke-color);
} @media (max-width: 1299px) {
.portfolio-wrap.style5 .portfolio-details {
padding: 0 100px 100px 100px;
}
.portfolio-wrap.style5 .portfolio-details .portfolio-title {
font-size: 36px;
}
.portfolio-wrap.style5 .portfolio-details .media-left {
max-width: 600px;
}
} @media (max-width: 1199px) {
.portfolio-wrap.style5 .portfolio-details .portfolio-title {
font-size: 32px;
}
.portfolio-wrap.style5 .portfolio-details {
padding: 0 80px 80px 80px;
}
} @media (max-width: 991px) {
.portfolio-wrap.style5 .portfolio-details {
padding: 0 60px 60px 60px;
}
.portfolio-wrap.style5 .portfolio-details .portfolio-title {
font-size: 28px;
}
.portfolio-wrap.style5 .portfolio-details .media-left {
max-width: 460px;
}
} @media (max-width: 767px) {
.portfolio-wrap.style5 .portfolio-details {
padding: 0 40px 40px 40px;
}
.portfolio-wrap.style5 .portfolio-details .portfolio-title {
font-size: 24px;
}
} @media (max-width: 575px) {
.portfolio-wrap.style5 .portfolio-details .media-left {
max-width: none;
margin-bottom: 20px;
}
.portfolio-wrap.style5 .portfolio-details {
padding: 30px 15px 40px 15px;
display: block;
}
.portfolio-wrap.style5 .portfolio-thumb img {
min-height: 300px;
object-fit: cover;
}
.portfolio-wrap.style5 .portfolio-details .portfolio-title {
font-size: 22px;
}
.portfolio-wrap .portfolio-details .portfolio-meta li {
font-size: 16px;
}
} .project-area-8 .portfolio-wrap.style3 .portfolio-details {
padding: 0 48px 48px 48px;
display: flex;
justify-content: space-between;
width: 100%;
align-items: end;
max-width: none;
}
.project-area-8 .portfolio-wrap.style3 .portfolio-details .media-left {
max-width: 746px;
}
.project-area-8 .portfolio-wrap.style3 .portfolio-details .link-btn {
color: var(--smoke-color);
}
.project-area-8 .portfolio-wrap.style3 .portfolio-details .link-btn:before, .project-area-8 .portfolio-wrap.style3 .portfolio-details .link-btn:after {
background: var(--smoke-color);
}
.project-area-8 .portfolio-wrap.style3 .portfolio-details .link-btn img {
filter: brightness(99) grayscale(99);
}
.project-area-8 .portfolio-wrap.style3 .portfolio-details .portfolio-meta li:after {
color: var(--smoke-color);
}
.project-area-8 .portfolio-wrap.style3 .portfolio-details .portfolio-details-btn {
flex: none;
} @media (max-width: 1199px) {
.project-area-8 .portfolio-wrap.style3 .portfolio-details .media-left {
max-width: 600px;
}
} @media (max-width: 991px) {
.project-area-8 .portfolio-wrap.style3 .portfolio-details {
padding: 0 35px 35px 35px;
}
} @media (max-width: 767px) {
.project-area-8 .portfolio-wrap.style3 .portfolio-details {
padding: 0 25px 25px 25px;
}
.project-area-8 .portfolio-wrap.style3 .portfolio-details .portfolio-title {
font-size: 20px;
}
} @media (max-width: 575px) {
.project-area-8 .portfolio-wrap.style3 .portfolio-thumb img {
min-height: 300px;
object-fit: cover;
}
.project-area-8 .portfolio-wrap.style3 .portfolio-details {
display: block;
}
.project-area-8 .portfolio-wrap.style3 .portfolio-details .portfolio-meta {
flex-wrap: wrap;
}
.project-area-8 .portfolio-wrap.style3 .portfolio-details .portfolio-thumb img {
min-height: 300px;
}
.project-area-8 .portfolio-wrap.style3 .portfolio-details .media-left {
max-width: none;
margin-bottom: 20px;
}
} .project-details-info .list-wrap {
list-style: none;
margin: 0;
padding: 0;
}
.project-details-info .list-wrap li {
font-size: 14px;
font-weight: 600;
font-family: var(--title-font);
color: var(--title-color);
text-transform: uppercase;
}
.project-details-info .list-wrap li:not(:last-child) {
margin-bottom: 24px;
}
.project-details-info .list-wrap li span {
display: block;
font-family: var(--body-font);
font-size: 18px;
font-weight: 400;
text-transform: capitalize;
margin-bottom: 6px;
}
.inner__page-nav {
display: flex;
justify-content: space-between;
margin-top: 20px;
flex-wrap: wrap;
}
.inner__page-nav .nav-btn {
font-size: 14px;
font-weight: 600;
font-family: var(--title-font);
color: var(--title-color);
display: flex;
gap: 10px;
align-items: center;
text-transform: uppercase;
} .process-card .process-card-number {
font-size: 14px;
font-weight: 600;
font-family: var(--title-font);
color: var(--smoke-color);
text-transform: uppercase;
border-bottom: 2px solid var(--smoke-color);
padding-bottom: 22px;
position: relative;
}
.process-card .process-card-number:after {
content: "";
position: absolute;
left: -4px;
width: 24px;
height: 24px;
border-radius: 50%;
background: var(--smoke-color);
bottom: 0;
transform: translate(0px, 50%);
border: 4px solid var(--title-color);
}
.process-card .process-card-title {
font-size: 24px;
font-weight: 600;
color: var(--smoke-color);
letter-spacing: -0.48px;
margin-top: 45px;
}
.process-card .process-card-text {
font-size: 18px;
font-weight: 400;
line-height: 30px;
color: var(--smoke-color);
max-width: 330px;
margin-bottom: -0.3em;
} @media (max-width: 1199px) {
.process-card .process-card-text {
font-size: 16px;
}
} @media (max-width: 991px) {
.process-card .process-card-text {
max-width: none;
font-size: 18px;
}
}  .award-wrap-area {
list-style: none;
padding: 0;
margin: 0;
}
.award-wrap-area .single-award-list {
display: flex;
border-bottom: 2px solid var(--title-color);
padding-bottom: 31px;
padding-top: 26px;
}
.award-wrap-area .single-award-list:first-child {
border-top: 2px solid var(--title-color);
}
.award-wrap-area .single-award-list .award-tag,
.award-wrap-area .single-award-list .award-year {
font-size: 14px;
font-weight: 600;
font-family: var(--title-font);
color: var(--title-color);
letter-spacing: -0.14px;
transition: .4s;
}
.award-wrap-area .single-award-list .award-details {
margin-left: 100px;
transition: .4s;
position: relative;
}
.award-wrap-area .single-award-list .award-details h4 {
font-size: 24px;
font-weight: 600;
font-family: var(--title-font);
margin-bottom: 3px;
}
.award-wrap-area .single-award-list .award-details h4 a {
color: var(--title-color);
}
.award-wrap-area .single-award-list .award-details h4 a:hover {
color: var(--title-color);
}
.award-wrap-area .single-award-list .award-details p {
font-size: 18px;
margin-bottom: -0.3em;
}
.award-wrap-area .single-award-list .award-tag {
margin-left: auto;
text-transform: uppercase;
transition: .4s;
}
.award-wrap-area .single-award-list:hover .award-details,
.award-wrap-area .single-award-list:hover .award-year {
transform: translateX(1.5rem);
}
.award-wrap-area .single-award-list:hover .award-tag {
transform: translateX(-1.5rem);
}
.award-wrap-area .single-award-list.style2 .award-details h4 {
font-size: 36px;
margin-top: -0.1em;
margin-bottom: 8px;  }
@media (max-width: 1199px) {
.award-wrap-area .single-award-list.style2 .award-details h4 {
font-size: 30px;
}
}
@media (max-width: 991px) {
.award-wrap-area .single-award-list.style2 .award-details h4 {
font-size: 24px;
}
}
.award-wrap-area .single-award-list.style2 .award-meta {
font-size: 18px;
font-weight: 400;
font-family: var(--body-font);
}
.award-wrap-area .single-award-list.style2 .award-meta a {
color: var(--title-color);
}
.award-wrap-area .single-award-list.style2 .award-meta a:after {
content: "/";
position: relative;
margin-left: 3px;
}
.award-wrap-area .single-award-list.style2 .award-meta a:last-child:after {
display: none;
} @media (max-width: 1199px) {
.award-wrap-area .single-award-list .award-details {
margin-left: 50px;
}
} @media (max-width: 991px) {
.award-wrap-area .single-award-list .award-details p {
font-size: 16px;
}
} @media (max-width: 767px) {
.award-wrap-area .single-award-list {
display: block;
}
.award-wrap-area .single-award-list .award-details {
margin-left: 0px;
margin-top: 10px;
margin-bottom: 20px;
}
.award-wrap-area .single-award-list .award-tag {
margin-bottom: -0.5em;
display: block;
}
.award-wrap-area .single-award-list:hover {
padding-left: 0;
}
.award-wrap-area .single-award-list:hover .award-details {
transform: none;
}
.award-wrap-area .single-award-list:hover .award-tag {
transform: none;
}
} @media (max-width: 575px) {
.award-wrap-area .single-award-list .award-details h4 {
font-size: 22px;
}
.award-wrap-area .single-award-list .award-details p {
font-size: 14px;
}
.award-wrap-area .single-award-list .award-details .award-thumb {
display: none;
}
}  .px-5 {
padding-right: 5px;
padding-left: 5px;
}
.px-10 {
padding-right: 10px;
padding-left: 10px;
}
.px-15 {
padding-right: 15px;
padding-left: 15px;
}
.px-20 {
padding-right: 20px;
padding-left: 20px;
}
.px-25 {
padding-right: 25px;
padding-left: 25px;
}
.px-30 {
padding-right: 30px;
padding-left: 30px;
}
.px-35 {
padding-right: 35px;
padding-left: 35px;
}
.px-40 {
padding-right: 40px;
padding-left: 40px;
}
.px-45 {
padding-right: 45px;
padding-left: 45px;
}
.px-50 {
padding-right: 50px;
padding-left: 50px;
} .py-5 {
padding-top: 5px;
padding-bottom: 5px;
}
.py-10 {
padding-top: 10px;
padding-bottom: 10px;
}
.py-15 {
padding-top: 15px;
padding-bottom: 15px;
}
.py-20 {
padding-top: 20px;
padding-bottom: 20px;
}
.py-25 {
padding-top: 25px;
padding-bottom: 25px;
}
.py-30 {
padding-top: 30px;
padding-bottom: 30px;
}
.py-35 {
padding-top: 35px;
padding-bottom: 35px;
}
.py-40 {
padding-top: 40px;
padding-bottom: 40px;
}
.py-45 {
padding-top: 45px;
padding-bottom: 45px;
}
.py-50 {
padding-top: 50px;
padding-bottom: 50px;
} .pt-5 {
padding-top: 5px;
}
.pt-10 {
padding-top: 10px;
}
.pt-15 {
padding-top: 15px;
}
.pt-20 {
padding-top: 20px;
}
.pt-25 {
padding-top: 25px;
}
.pt-30 {
padding-top: 30px;
}
.pt-35 {
padding-top: 35px;
}
.pt-40 {
padding-top: 40px;
}
.pt-45 {
padding-top: 45px;
}
.pt-50 {
padding-top: 50px;
} .pb-5 {
padding-bottom: 5px;
}
.pb-10 {
padding-bottom: 10px;
}
.pb-15 {
padding-bottom: 15px;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-25 {
padding-bottom: 25px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-35 {
padding-bottom: 35px;
}
.pb-40 {
padding-bottom: 40px;
}
.pb-45 {
padding-bottom: 45px;
}
.pb-50 {
padding-bottom: 50px;
} .pl-5 {
padding-left: 5px;
}
.pl-10 {
padding-left: 10px;
}
.pl-15 {
padding-left: 15px;
}
.pl-20 {
padding-left: 20px;
}
.pl-25 {
padding-left: 25px;
}
.pl-30 {
padding-left: 30px;
}
.pl-35 {
padding-left: 35px;
}
.pl-40 {
padding-left: 40px;
}
.pl-45 {
padding-left: 45px;
}
.pl-50 {
padding-left: 50px;
} .pr-5 {
padding-right: 5px;
}
.pr-10 {
padding-right: 10px;
}
.pr-15 {
padding-right: 15px;
}
.pr-20 {
padding-right: 20px;
}
.pr-25 {
padding-right: 25px;
}
.pr-30 {
padding-right: 30px;
}
.pr-35 {
padding-right: 35px;
}
.pr-40 {
padding-right: 40px;
}
.pr-45 {
padding-right: 45px;
}
.pr-50 {
padding-right: 50px;
}
.pb-60 {
padding-bottom: 60px;
}
.pb-105 {
padding-bottom: 105px;
}
.pt-105 {
padding-top: 105px;
}
.pt-100 {
padding-top: 100px;
} .mx-5 {
margin-right: 5px;
margin-left: 5px;
}
.mx-10 {
margin-right: 10px;
margin-left: 10px;
}
.mx-15 {
margin-right: 15px;
margin-left: 15px;
}
.mx-20 {
margin-right: 20px;
margin-left: 20px;
}
.mx-25 {
margin-right: 25px;
margin-left: 25px;
}
.mx-30 {
margin-right: 30px;
margin-left: 30px;
}
.mx-35 {
margin-right: 35px;
margin-left: 35px;
}
.mx-40 {
margin-right: 40px;
margin-left: 40px;
}
.mx-45 {
margin-right: 45px;
margin-left: 45px;
}
.mx-50 {
margin-right: 50px;
margin-left: 50px;
} .my-5 {
margin-top: 5px;
margin-bottom: 5px;
}
.my-10 {
margin-top: 10px;
margin-bottom: 10px;
}
.my-15 {
margin-top: 15px;
margin-bottom: 15px;
}
.my-20 {
margin-top: 20px;
margin-bottom: 20px;
}
.my-25 {
margin-top: 25px;
margin-bottom: 25px;
}
.my-30 {
margin-top: 30px;
margin-bottom: 30px;
}
.my-35 {
margin-top: 35px;
margin-bottom: 35px;
}
.my-40 {
margin-top: 40px;
margin-bottom: 40px;
}
.my-45 {
margin-top: 45px;
margin-bottom: 45px;
}
.my-50 {
margin-top: 50px;
margin-bottom: 50px;
} .mt-5 {
margin-top: 5px;
}
.mt-10 {
margin-top: 10px;
}
.mt-15 {
margin-top: 15px;
}
.mt-20 {
margin-top: 20px;
}
.mt-25 {
margin-top: 25px;
}
.mt-30 {
margin-top: 30px;
}
.mt-35 {
margin-top: 35px;
}
.mt-40 {
margin-top: 40px;
}
.mt-45 {
margin-top: 45px;
}
.mt-50 {
margin-top: 50px;
} .mb-5 {
margin-bottom: 5px;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-15 {
margin-bottom: 15px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-25 {
margin-bottom: 25px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-35 {
margin-bottom: 35px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-45 {
margin-bottom: 45px;
}
.mb-50 {
margin-bottom: 50px;
} .ml-5 {
margin-left: 5px;
}
.ml-10 {
margin-left: 10px;
}
.ml-15 {
margin-left: 15px;
}
.ml-20 {
margin-left: 20px;
}
.ml-25 {
margin-left: 25px;
}
.ml-30 {
margin-left: 30px;
}
.ml-35 {
margin-left: 35px;
}
.ml-40 {
margin-left: 40px;
}
.ml-45 {
margin-left: 45px;
}
.ml-50 {
margin-left: 50px;
} .mr-5 {
margin-right: 5px;
}
.mr-10 {
margin-right: 10px;
}
.mr-15 {
margin-right: 15px;
}
.mr-20 {
margin-right: 20px;
}
.mr-25 {
margin-right: 25px;
}
.mr-30 {
margin-right: 30px;
}
.mr-35 {
margin-right: 35px;
}
.mr-40 {
margin-right: 40px;
}
.mr-45 {
margin-right: 45px;
}
.mr-50 {
margin-right: 50px;
}
.mb-60 {
margin-bottom: 60px;
}
.mt-140 {
margin-top: 140px; }
@media (max-width: 1199px) {
.mt-140 {
margin-top: 80px;
}
}
@media (max-width: 767px) {
.mt-140 {
margin-top: 50px;
}
}
.mt-lg-140 {
margin-top: 140px;  }
@media (max-width: 1199px) {
.mt-lg-140 {
margin-top: 100px;
}
}
@media (max-width: 991px) {
.mt-lg-140 {
margin-top: 0;
}
}
.mt-n1 {
margin-top: -0.25rem;
}
.mt-n2 {
margin-top: -0.65rem;
}
.mt-n3 {
margin-top: -0.8rem;
}
.mt-n4 {
margin-top: -1.5rem;
}
.mt-n5 {
margin-top: -3rem;
}
.mt-80 {
margin-top: 80px; }
@media (max-width: 991px) {
.mt-80 {
margin-top: 40px;
}
}
.mt-60 {
margin-top: 60px;
}
.mb-n1 {
margin-bottom: -0.25rem;
}
.mb-n2 {
margin-bottom: -0.6rem;
}
.mb-n3 {
margin-bottom: -0.8rem;
}
.mb-n4 {
margin-bottom: -1.5rem;
}
.mb-n5 {
margin-bottom: -3rem;
}
.mb-80 {
margin-bottom: 80px; }
@media (max-width: 991px) {
.mb-80 {
margin-bottom: 40px;
}
}
.space,
.space-top {
padding-top: var(--section-space);
}
.space,
.space-bottom {
padding-bottom: var(--section-space);
}
.space-extra,
.space-extra-top {
padding-top: calc(var(--section-space) - 30px);
}
.space-extra,
.space-extra-bottom {
padding-bottom: calc(var(--section-space) - 30px);
}
.space-extra2,
.space-extra2-top {
padding-top: calc(var(--section-space) - 40px);
}
.space-extra2,
.space-extra2-bottom {
padding-bottom: calc(var(--section-space) - 40px);
} @media (max-width: 991px) {
.space,
.space-top {
padding-top: var(--section-space-mobile);
}
.space,
.space-bottom {
padding-bottom: var(--section-space-mobile);
}
.space-extra,
.space-extra-top {
padding-top: calc(var(--section-space-mobile) - 30px);
}
.space-extra,
.space-extra-bottom {
padding-bottom: calc(var(--section-space-mobile) - 30px);
}
.space-top-md-none {
padding-top: 0;
}
.space-extra2,
.space-extra2-top {
padding-top: 70px;
}
.space-extra2,
.space-extra2-bottom {
padding-bottom: 70px;
}
.pb-105 {
padding-bottom: 65px;
}
.pt-105 {
padding-top: 65px;
}
}
.post-password-form label {
display: inline-block;
}
table a {
color: var(--title-color);
}
.play-btn.tg-btn {
padding: 0 0;
line-height: 1.2;
} .newsletter-form {
position: relative;
}
.newsletter-form .form-group {
margin: 0 0;
}
.newsletter-form .form-group > i {
right: auto;
left: 24px;
top: 19px;
}
.newsletter-form .form-group input {
height: 60px;
padding: 0 30px 0 0px;
background: transparent;
border: 0;
border-bottom: 2px solid var(--title-color);
border-radius: 0px;
font-size: 24px;
font-weight: 400;
letter-spacing: -0.48px;
}
.newsletter-form .form-group input::placeholder {
color: rgba(10, 12, 0, 0.5);
}
.newsletter-form .btn {
position: absolute;
right: 0;
top: 0;
padding: 0;
font-size: 12px;
font-weight: 500;
height: 60px;
background: transparent;
line-height: 60px;
}
@media (max-width: 767.98px) {
.newsletter-form .form-group input {
height: 50px;
font-size: 18px;
letter-spacing: 0px;
}
.newsletter-form .btn {
height: 50px;
line-height: 50px;
}
} .tgmenu__nav {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: flex-start;
}
@media (max-width: 991.98px) {
.tgmenu__nav {
justify-content: space-between;
}
}
.tgmenu__navbar-wrap {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-grow: 1;
}
.tgmenu__navbar-wrap > ul {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 0 0;
margin: 0 0 0 80px;
}
@media (max-width: 1199.98px) {
.tgmenu__navbar-wrap > ul {
margin: 0 0 0 60px;
}
}
.tgmenu__navbar-wrap > ul > li {
list-style: none;
display: block;
position: relative;
margin: 0;
}
.tgmenu__navbar-wrap > ul > li a {
display: block;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
font-family: var(--title-font);
color: var(--title-color);
padding: 44px 16px;
line-height: 1;
position: relative;
z-index: 1;
}
.tgmenu__navbar-wrap > ul > li .sub-menu {
position: absolute;
left: 0;
top: 100%;
min-width: 250px;
border: 1px solid #f5f5f5;
background: #fff;
margin: 0;
-webkit-transform: scale(1, 0);
-moz-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-o-transform: scale(1, 0);
transform: scale(1, 0);
transform-origin: 0 0;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
-webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
-moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
padding: 18px 0;
display: block;
visibility: hidden;
opacity: 0;
z-index: 9;
}
.tgmenu__navbar-wrap > ul > li .sub-menu .sub-menu {
right: auto;
left: 100%;
top: 0;
}
.tgmenu__navbar-wrap > ul > li .sub-menu > li {
margin-left: 0;
text-align: left;
display: block;
}
.tgmenu__navbar-wrap > ul > li .sub-menu > li a {
padding: 8px 20px 8px 25px;
line-height: 1.4;
display: block;
color: var(--title-color);
text-transform: capitalize;
}
.tgmenu__navbar-wrap > ul > li .sub-menu > li:hover > a,
.tgmenu__navbar-wrap > ul > li .sub-menu > li.active > a {
color: var(--title-color);
}
.tgmenu__navbar-wrap > ul > li .sub-menu > li:hover > a {
-webkit-transform: translateX(8px);
-moz-transform: translateX(8px);
-ms-transform: translateX(8px);
-o-transform: translateX(8px);
transform: translateX(8px);
}
.tgmenu__navbar-wrap ul li:hover > .sub-menu {
opacity: 1;
visibility: visible;
transform: scale(1);
}
.tgmenu__navbar-wrap > ul > li.active a,
.tgmenu__navbar-wrap > ul > li:hover a {
color: var(--title-color);
}
.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
display: none;
}
.tgmenu__main-menu>ul>li.menu-item-has-children>a::after {
content: "\f107";
font-weight: 700;
font-family: var(--icon-font);
color: var(--title-color);
margin-left: 5px;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
position: relative;
}
.tgmenu__main-menu li.menu-item-has-children > a:hover {
color: var(--title-color);
}
.tgmenu__main-menu li.menu-item-has-children:hover > a::after {
color: var(--title-color);
}
.tgmenu__main-menu li.menu-item-has-children.active > a::after {
color: var(--title-color);
}
@media (max-width: 991.98px) {
.tgmenu__action {
margin-right: 30px;
margin-left: auto;
}
} .tgmenu__action ul {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
}
.tgmenu__action ul li {
position: relative;
margin-left: 30px;
}
.tgmenu__action ul li:first-child {
margin-left: 0;
}
.tgmenu__action ul .header-search a {
font-size: 20px;
line-height: 0;
color: var(--title-color);
}
.tgmenu__action ul .header-search a svg {
width: 20px;
}
.tgmenu__action ul .header-search a:hover {
color: var(--theme-color);
}
.header-btn .btn {
padding: 20px 30px;
}
@media (max-width: 991.98px) {
.header-btn .btn {
padding: 16px 25px;
}
}
.tg-header__area .mobile-nav-toggler {
position: relative;
cursor: pointer;
line-height: 1;
color: var(--title-color);
display: none;
}
.tg-header__area .mobile-nav-toggler svg {
width: 29px;
}
@media (max-width: 991.98px) {
.tg-header__area .mobile-nav-toggler {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.tg-header__area {
padding: 25px 0;
}
}
@media (max-width: 767px) {
.tg-header__area {
padding: 20px 0;
}
}
#header-fixed-height.active-height {
display: block;
height: 100px;
} .tgmobile__menu {
position: fixed;
right: 0;
top: 0;
width: 300px;
padding-right: 30px;
max-width: 100%;
height: 100%;
z-index: 99;
border-radius: 0px;
transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
transform: translateX(101%);
}
.tgmobile__menu .navbar-collapse {
display: block !important;
}
.tgmobile__menu .nav-logo {
position: relative;
padding: 30px 25px;
text-align: left;
}
.tgmobile__menu .navigation {
position: relative;
display: block;
width: 100%;
float: none;
margin: 0;
padding: 0;
}
.tgmobile__menu .navigation li {
position: relative;
display: block;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation li.active > a {
color: var(--title-color);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
position: absolute;
right: 20px;
top: 6px;
width: 32px;
height: 32px;
text-align: center;
font-size: 16px;
line-height: 32px;
color: var(--title-color);
background: var(--black-color);
cursor: pointer;
border-radius: 2px;
transition: all 500ms ease;
z-index: 5;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) rotate(0);
border-radius: 10px;
width: 12px;
height: 2px;
background-color: var(--theme-color);
transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%) rotate(0);
border-radius: 10px;
width: 2px;
height: 12px;
background-color: var(--theme-color);
transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
background-color: var(--title-color);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
background-color: var(--theme-color);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
display: none;
}
.tgmobile__menu .navigation li > a {
position: relative;
display: block;
line-height: 1.5;
padding: 10px 60px 10px 25px;
font-size: 16px;
font-weight: 500;
color: var(--title-color);
text-transform: capitalize;
transition: all 500ms ease;
font-family: var(--title-font);
border: none;
}
.tgmobile__menu .navigation li > a::before {
content: "";
position: absolute;
left: 0;
top: 0;
height: 0;
transition: all 500ms ease;
width: 2px;
background: var(--title-color);
pointer-events: none;
}
.tgmobile__menu .navigation li ul li > a {
margin-left: 20px;
}
.tgmobile__menu .navigation li ul li ul li a {
margin-left: 40px;
}
.tgmobile__menu .navigation li ul li ul li ul li a {
margin-left: 60px;
}
.tgmobile__menu .navigation li > ul {
display: none;
}
.tgmobile__menu .navigation li > ul > li > ul {
display: none;
}
.tgmobile__menu .navigation ul {
padding: 0;
margin: 0;
}
.tgmobile__menu .navigation ul li a {
display: block;
}
.tgmobile__menu .navigation ul li ul li > a {
font-size: 16px;
margin-left: 20px;
text-transform: capitalize;
}
.tgmobile__menu .navigation:last-child {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation > li > ul > li:first-child {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation > li.active > a::before {
height: 100%;
}
.tgmobile__menu .close-btn {
position: absolute;
right: 15px;
top: 28px;
line-height: 30px;
width: 35px;
text-align: center;
font-size: 20px;
color: var(--title-color);
cursor: pointer;
z-index: 10;
transition: all 0.5s ease;
}
.tgmobile__menu-backdrop {
position: fixed;
right: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 2;
transition: all 700ms ease;
-moz-transition: all 700ms ease;
-webkit-transition: all 700ms ease;
-ms-transition: all 700ms ease;
-o-transition: all 700ms ease;
opacity: 0;
visibility: hidden;
background: rgba(0, 0, 0, 0.5);
}
.tgmobile__menu .tgmenu__action {
padding: 0 0;
margin: 0 0;
}
.tgmobile__menu .tgmenu__action > ul {
margin: 0 0;
padding: 30px 20px 0;
justify-content: center;
gap: 0 15px;
}
.tgmobile__menu .tgmenu__action > ul li {
margin: 0 0;
}
.tgmobile__menu .tgmenu__action > ul .header-btn {
display: block;
}
.tgmobile__menu-box {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
max-height: 100%;
overflow-y: auto;
overflow-x: hidden;
background: var(--white-color);
padding: 0px 0px;
z-index: 5;
box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
display: flex;
flex-direction: column;
}
.tgmobile__menu-outer .mobile-nav-toggler {
position: relative;
float: right;
font-size: 40px;
line-height: 50px;
cursor: pointer;
display: none;
color: var(--white-color);
margin-right: 30px;
top: 15px;
}
@media (max-width: 991.98px) {
.tgmobile__menu-outer .mobile-nav-toggler {
display: block !important;
}
}
.mobile-menu-visible {
overflow: hidden;
}
.mobile-menu-visible .tgmobile__menu {
transform: translateX(0%);
}
.mobile-menu-visible .tgmobile__menu-backdrop {
opacity: 1;
visibility: visible;
}
.mobile-menu-visible .tgmobile__menu .close-btn {
transform: rotate(360deg);
}
.tgmobile__menu .social-links ul {
display: flex;
position: relative;
text-align: center;
padding: 30px 20px 20px;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.tgmobile__menu .social-links ul li {
position: relative;
display: inline-block;
margin: 0px 6px 10px;
}
.tgmobile__menu .social-links ul li a {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
position: relative;
line-height: 32px;
font-size: 16px;
color: #292b37;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
border: 1px solid #efefef;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.tgmobile__menu .social-links ul li a:hover {
border-color: var(--title-color);
background: var(--title-color);
color: var(--theme-color);
}