@charset "UTF-8";
      @use "sass:math";  :root {
--theme-color: #00B7DF;
--theme-color2: #DEFD5F;
--title-color: #090909;
--dark-color: #090909;
--body-color: #363739;
--smoke-color: #E6E6E6;
--smoke-color2: #F6F6F6;
--black-color: #000000;
--black-color2: #0C0C10;
--gray-color: #CDCDCD;
--white-color: #ffffff;
--light-color: #72849B;
--yellow-color: #FFB539;
--success-color: #28a745;
--error-color: #dc3545;
--border-color: #363739;
--title-font: 'Epilogue', sans-serif;
--body-font: 'Roboto', sans-serif;
--icon-font: "Font Awesome 6 Pro";
--main-container: 1290px;
--container-gutters: 30px;
--section-space: 120px;
--section-space-mobile: 80px;
--section-title-space: 60px;
--ripple-ani-duration: 5s;
} html,
body {
scroll-behavior: auto !important;
}
body {
font-family: var(--body-font);
font-size: 16px;
font-weight: 400;
color: var(--body-color);
line-height: 26px;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
position: relative;
}
body.dark-theme {
background: #020206;
--title-color: #ffffff;
--body-color: #9B9B9C;
}
body.dark-theme select, body.dark-theme .form-control, body.dark-theme .form-select, body.dark-theme textarea, body.dark-theme input {
color: var(--white-color);
}
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;
border: 1px solid var(--border-color);
}
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;
-webkit-transition: all ease 0.4s;
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 {
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
}
img {
border: none;
max-width: 100%;
}
ins {
text-decoration: none;
}
pre {
font-family: var(--body-font);
background: #f5f5f5;
color: #666;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre-wrap;
word-wrap: break-word;
}
span.ajax-loader:empty,
p:empty {
display: none;
}
p {
font-family: var(--body-font);
margin: 0 0 18px 0;
color: var(--body-color);
line-height: 1.75;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
font-size: inherit;
font-family: inherit;
font-weight: inherit;
line-height: inherit;
}
.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: 60px;
line-height: 1.167;
}
.h2,
h2 {
font-size: 50px;
line-height: 1.208;
}
.h3,
h3 {
font-size: 36px;
line-height: 1.278;
}
.h4,
h4 {
font-size: 30px;
line-height: 1.333;
}
.h5,
h5 {
font-size: 24px;
line-height: 1.417;
}
.h6,
h6 {
font-size: 20px;
line-height: 1.5;
}
@media (max-width: 1200px) {
.h2,
h2 {
font-size: 42px;
}
} @media (max-width: 1199px) {
.h1,
h1 {
font-size: 44px;
line-height: 1.3;
}
.h2,
h2 {
font-size: 36px;
line-height: 1.3;
}
.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: 28px;
}
} @media (max-width: 375px) {
.h1,
h1 {
font-size: 32px;
}
}     @media (max-width: 1399px) {
:root {
--main-container: 1250px;
}
}
@media only screen and (min-width: 1300px) {
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
max-width: calc(var(--main-container) + var(--container-gutters));
padding-left: calc(var(--container-gutters) / 2);
padding-right: calc(var(--container-gutters) / 2);
}
.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);
}
}
@media only screen and (min-width: 1300px) {
.th-container {
--main-container: 1605px;
}
}
@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;
}
}
.th-container2 {
max-width: 1790px;
}
.th-container3 {
max-width: 1520px;
}
.round-container {
max-width: 1620px;
margin-left: auto;
margin-right: auto;
border-radius: 20px;
position: relative;
z-index: 2;
overflow: hidden;
} @media (max-width: 1199px) {
.round-container {
border-radius: 0;
}
} .slick-track > [class*=col] {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
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-30 {
--bs-gutter-y: 30px;
}
.gy-40 {
--bs-gutter-y: 40px;
}
.gy-50 {
--bs-gutter-y: 50px;
}
.gx-10 {
--bs-gutter-x: 10px;
}
.gx-60 {
--bs-gutter-x: 60px;
}
@media (min-width: 1299px) {
.gx-70 {
--bs-gutter-x: 70px;
}
}
@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) {
.gx-60 {
--bs-gutter-x: 40px;
}
} @media (max-width: 991px) {
.gy-50 {
--bs-gutter-y: 40px;
}
} select,
.form-control,
.form-select,
textarea,
input {
height: 60px;
padding: 0 25px 0 25px;
padding-right: 45px;
border: 1px solid transparent;
color: var(--body-color);
background-color: var(--black-color2);
border-radius: 0px;
font-size: 16px;
width: 100%;
font-family: var(--body-font);
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
outline: 0;
box-shadow: none;
border-color: var(--theme-color);
background-color: var(--black-color2);
}
select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
background: var(--white-color);
}
select.style-border,
.form-control.style-border,
.form-select.style-border,
textarea.style-border,
input.style-border {
background: transparent;
border: 1px solid var(--theme-color);
}
select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
background: #020206;
color: var(--white-color);
}
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,
.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,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
color: var(--body-color);
}
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::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
color: var(--body-color);
}
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::-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,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
color: var(--body-color);
}
.form-select,
select {
display: block;
width: 100%;
line-height: 1.5;
vertical-align: middle;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
background-position: right 26px center;
background-repeat: no-repeat;
background-size: 16px 12px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
}
.form-select.style2,
select.style2 {
background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}
.form-select.style-border,
select.style-border {
background: transparent;
border: 1px solid var(--theme-color);
}
textarea.form-control,
textarea {
min-height: 154px;
padding-top: 16px;
padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
min-height: 190px;
color: var(--white-color);
}
.form-group {
margin-bottom: var(--bs-gutter-x);
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.has-label > i {
top: 50px;
}
[class*="col-"].form-group > i {
right: calc((var(--bs-gutter-x) / 2) + 25px);
}
option:checked, option:focus, option:hover {
background-color: var(--theme-color);
color: var(--white-color);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} input[type="number"] {
-moz-appearance: textfield;
}
input[type="checkbox"] {
visibility: hidden;
opacity: 0;
display: inline-block;
vertical-align: middle;
width: 0;
height: 0;
display: none;
}
input[type="checkbox"]:checked ~ label:before {
content: "\f00c";
color: var(--white-color);
background-color: var(--theme-color);
border-color: var(--theme-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(--white-color);
border: 1px solid var(--border-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: rgba(255, 255, 255, 0.1);
border: 1px solid #8B929C;
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;
-webkit-transition: all 0.2s ease;
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] {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
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: 40px 0 0px 0;
line-height: 0;
text-align: center;
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
}
.slick-dots li {
display: inline-block;
margin-right: 16px;
}
.slick-dots li:last-child {
margin-right: 0;
}
.slick-dots button {
font-size: 0;
padding: 0;
width: 8px;
height: 8px;
line-height: 0;
border-radius: 9999px;
border: none;
background-color: var(--theme-color);
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
position: relative;
}
.slick-dots button:hover {
border-color: var(--theme-color);
}
.slick-dots button:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
width: 20px;
height: 20px;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
margin: -10px 0 0 -10px;
background-color: transparent;
border: 1px solid var(--theme-color);
border-radius: 50%;
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
opacity: 0;
visibility: hidden;
}
.slick-dots .slick-active button {
background-color: var(--theme-color);
}
.slick-dots .slick-active button::before {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.slick-arrow {
display: inline-block;
padding: 0;
background-color: transparent;
color: var(--title-color);
position: absolute;
top: 50%;
border: 1px solid var(--border-color);
left: var(--pos-x, -100px);
width: var(--icon-size, 60px);
height: var(--icon-size, 60px);
line-height: var(--icon-size, 60px);
font-size: var(--icon-font-size, 16px);
margin-top: calc(var(--icon-size, 60px) / -2);
z-index: 2;
border-radius: 99px;
}
.slick-arrow.default {
position: relative;
--pos-x: 0;
margin-top: 0;
}
.slick-arrow.slick-next {
right: var(--pos-x, -100px);
left: auto;
}
.slick-arrow:hover {
background-color: var(--theme-color);
color: var(--white-color);
}
.arrow-style2 .slick-arrow {
box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
.arrow-margin .slick-arrow {
top: calc(50% - 30px);
}
.arrow-wrap .slick-arrow {
opacity: 0;
visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
opacity: 1;
visibility: visible;
}
.arrow-wrap.style2 {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
gap: 10px;
}
.arrow-wrap.style2 .slick-arrow {
opacity: 1;
visibility: visible;
position: initial;
border: 1px solid var(--theme-color);
color: var(--theme-color);
margin: 0;
}
.arrow-wrap.style2 .slick-arrow:hover {
color: var(--white-color);
}
.arrow-wrap.style3 {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
gap: 10px;
}
.arrow-wrap.style3 .slick-arrow {
opacity: 1;
visibility: visible;
position: initial;
margin: 0;
}
.arrow-wrap.style3 .slick-arrow:hover {
color: var(--white-color);
} @media (max-width: 1500px) {
.slick-arrow {
--arrow-horizontal: -20px;
--pos-x: -70px;
}
} @media (max-width: 1399px) {
.slick-arrow {
--arrow-horizontal: 40px;
--pos-x: -17px;
}
} @media (max-width: 991px) {
.slick-arrow {
--icon-size: 40px;
line-height: 38px;
margin-right: 40px;
font-size: 14px;
}
.slick-arrow.slick-next {
margin-right: 0;
margin-left: 40px;
}
.slick-dots {
margin: 40px 0 0 0;
}
.icon-box .slick-arrow {
margin-right: 0;
}
} .th-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%;
-webkit-transition: all ease 0.8s;
transition: all ease 0.8s;
opacity: 0;
visibility: hidden;
}
.th-menu-wrapper .mobile-logo {
padding-bottom: 30px;
padding-top: 40px;
display: block;
text-align: center;
background-color: var(--border-color);
}
.th-menu-wrapper .mobile-logo svg {
max-width: 185px;
}
.th-menu-wrapper .th-menu-toggle {
border: none;
font-size: 22px;
position: absolute;
right: -16.5px;
top: 25px;
padding: 0;
line-height: 1;
width: 33px;
height: 33px;
line-height: 35px;
font-size: 18px;
z-index: 1;
color: var(--white-color);
background-color: var(--theme-color);
border-radius: 50%;
}
.th-menu-wrapper .th-menu-toggle:hover {
background-color: var(--title-color);
color: var(--white-color);
}
.th-menu-wrapper .th-menu-area {
width: 100%;
max-width: 310px;
background-color: var(--black-color2);
border-right: 3px solid var(--theme-color);
height: 100%;
position: relative;
left: -110%;
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 1s;
transition: all ease 1s;
z-index: 1;
}
.th-menu-wrapper.th-body-visible {
opacity: 1;
visibility: visible;
}
.th-menu-wrapper.th-body-visible .th-menu-area {
left: 0;
opacity: 1;
visibility: visible;
}
.th-mobile-menu {
overflow-y: scroll;
max-height: calc(100vh - 200px);
padding-bottom: 40px;
margin-top: 33px;
text-align: left;
}
.th-mobile-menu ul {
margin: 0;
padding: 0 0;
}
.th-mobile-menu ul li {
border-bottom: 1px solid var(--border-color);
list-style-type: none;
}
.th-mobile-menu ul li li:first-child {
border-top: 1px solid var(--border-color);
}
.th-mobile-menu ul li a {
display: block;
position: relative;
padding: 12px 0;
line-height: 1.4;
font-size: 16px;
text-transform: capitalize;
color: var(--title-color);
padding-left: 18px;
}
.th-mobile-menu ul li a:before {
content: '\f105';
font-family: var(--icon-font);
position: absolute;
left: 0;
top: 12px;
margin-right: 10px;
display: inline-block;
}
.th-mobile-menu ul li.th-active > a {
color: var(--theme-color);
}
.th-mobile-menu ul li.th-active > a:before {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.th-mobile-menu ul li ul li {
padding-left: 20px;
}
.th-mobile-menu ul li ul li:last-child {
border-bottom: none;
}
.th-mobile-menu ul .th-item-has-children > a .th-mean-expand {
position: absolute;
right: 0;
top: 50%;
font-weight: 400;
font-size: 12px;
width: 25px;
height: 25px;
line-height: 25px;
margin-top: -12.5px;
display: inline-block;
text-align: center;
background-color: var(--border-color);
color: var(--title-color);
box-shadow: none;
border-radius: 50%;
}
.th-mobile-menu ul .th-item-has-children > a .th-mean-expand:before {
content: '\f067';
font-family: var(--icon-font);
}
.th-mobile-menu ul .th-item-has-children > a:after {
content: "\f067";
font-family: var(--icon-font);
width: 22px;
height: 22px;
line-height: 22px;
display: inline-block;
text-align: center;
font-size: 12px;
border-radius: 50px;
background-color: var(--border-color);
float: right;
margin-top: 1px;
}
.th-mobile-menu ul .th-item-has-children.th-active > a .th-mean-expand:before {
content: '\f068';
}
.th-mobile-menu ul .th-item-has-children.th-active > a:after {
content: "\f068";
}
.th-mobile-menu > ul {
padding: 0 40px;
}
.th-mobile-menu > ul > li:last-child {
border-bottom: none;
}
.th-menu-toggle {
width: 56px;
height: 56px;
padding: 0;
font-size: 20px;
border: none;
background-color: var(--theme-color);
color: var(--white-color);
display: inline-block;
border-radius: 4px;
}
.th-menu-toggle:hover {
background-color: var(--black-color2);
}
.th-menu-toggle.style-text, .th-menu-toggle.style-text-white {
width: auto;
height: auto;
background-color: transparent;
color: var(--title-color);
font-size: 20px;
}
.th-menu-toggle.style-text i, .th-menu-toggle.style-text-white i {
margin-right: 10px;
}
.th-menu-toggle.style-text-white {
color: var(--white-color);
}
@media (max-width: 400px) {
.th-menu-wrapper .th-menu-area {
width: 100%;
max-width: 270px;
}
.th-mobile-menu > ul {
padding: 0 20px;
}
}  .preloader {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 999;
background-color: #000;
}
.preloader .th-btn {
padding: 15px 20px;
border-radius: 0;
font-size: 14px;
}
.preloader-inner {
text-align: center;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
line-height: 1;
}
.preloader-inner img {
display: block;
margin: 0 auto 10px auto;
}
.preloader-inner span {
width: 8vmin;
height: 8vmin;
border-radius: 4vmin;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
-webkit-animation-name: move;
animation-name: move;
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 0.8);
animation-timing-function: cubic-bezier(0.4, 0, 1, 0.8);
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-duration: 3s;
animation-duration: 3s;
top: calc(50% - 4vmin);
left: 50%;
-webkit-transform-origin: -4vmin center;
-ms-transform-origin: -4vmin center;
transform-origin: -4vmin center;
}
.preloader-inner span:nth-child(1) {
background: #76e6ff;
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
opacity: 0;
}
.preloader-inner span:nth-child(2) {
background: #DEFD5F;
-webkit-animation-delay: -1s;
animation-delay: -1s;
opacity: 0;
}
.preloader-inner span:nth-child(3) {
background: #DEFD5F;
-webkit-animation-delay: -1.5s;
animation-delay: -1.5s;
opacity: 0;
}
.preloader-inner span:nth-child(4) {
background: #76e6ff;
-webkit-animation-delay: -2s;
animation-delay: -2s;
opacity: 0;
}
.preloader-inner span:nth-child(5) {
background: #00B7DF;
-webkit-animation-delay: -2.5s;
animation-delay: -2.5s;
opacity: 0;
}
.preloader-inner span:nth-child(6) {
background: #DEFD5F;
-webkit-animation-delay: -3s;
animation-delay: -3s;
opacity: 0;
}
@-webkit-keyframes move {
0% {
-webkit-transform: scale(1) rotate(0deg) translate3d(0, 0, 1px);
transform: scale(1) rotate(0deg) translate3d(0, 0, 1px);
}
30% {
opacity: 1;
}
100% {
z-index: 10;
-webkit-transform: scale(0) rotate(360deg) translate3d(0, 0, 1px);
transform: scale(0) rotate(360deg) translate3d(0, 0, 1px);
}
}
@keyframes move {
0% {
-webkit-transform: scale(1) rotate(0deg) translate3d(0, 0, 1px);
transform: scale(1) rotate(0deg) translate3d(0, 0, 1px);
}
30% {
opacity: 1;
}
100% {
z-index: 10;
-webkit-transform: scale(0) rotate(360deg) translate3d(0, 0, 1px);
transform: scale(0) rotate(360deg) translate3d(0, 0, 1px);
}
} .th-btn {
position: relative;
z-index: 2;
overflow: hidden;
vertical-align: middle;
display: inline-block;
border: none;
-webkit-transition: 0.4s;
transition: 0.4s;
text-align: center;
background-color: var(--theme-color);
color: var(--white-color);
font-family: var(--body-font);
font-size: 16px;
font-weight: 700;
line-height: 1;
padding: 21.5px 34px;
min-width: 144px;
border-radius: 0px;
}
.th-btn:after {
background: var(--white-color);
content: "";
height: 155px;
left: -75px;
opacity: 0.2;
position: absolute;
top: -50px;
-webkit-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
-webkit-transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
width: 50px;
z-index: -10;
}
.th-btn:hover, .th-btn.active {
box-shadow: none;
color: var(--white-color);
}
.th-btn:hover:after, .th-btn.active:after {
left: 120%;
-webkit-transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
}
.th-btn.style2 {
background-color: var(--white-color);
color: var(--title-color);
padding: 20px 40px;
box-shadow: none;
}
.th-btn.style2:hover {
color: var(--white-color);
}
.th-btn.style2:hover:before, .th-btn.style2:hover:after {
background-color: var(--title-color);
}
.th-btn.style3:hover {
color: var(--title-color);
}
.th-btn.style3:hover:before, .th-btn.style3:hover:after {
background-color: var(--white-color);
}
.th-btn.style4 {
background-color: var(--title-color);
color: var(--white-color);
}
.th-btn.style4:hover {
color: var(--title-color);
}
.th-btn.style4:hover:before, .th-btn.style4:hover:after {
background-color: var(--white-color);
}
.th-btn.style5 {
background-color: var(--white-color);
color: var(--title-color);
box-shadow: none;
}
.th-btn.style5:hover {
color: var(--white-color);
}
.th-btn.style5:hover:before, .th-btn.style5:hover:after {
background-color: var(--title-color);
}
.th-btn.style6 {
background-color: var(--white-color);
color: var(--title-color);
box-shadow: none;
}
.th-btn.style6:hover {
color: var(--white-color);
}
.th-btn.style6:hover:before, .th-btn.style6:hover:after {
background-color: var(--theme-color);
}
.th-btn.style7 {
background-color: var(--title-color);
color: var(--white-color);
}
.th-btn.style7:hover:before, .th-btn.style7:hover:after {
background-color: var(--theme-color);
}
.th-btn.btn-fw {
width: 100%;
}
.th-btn.btn-fw:before, .th-btn.btn-fw:after {
display: none;
}
.th-btn.btn-fw:hover {
background-color: var(--title-color);
}
.th-btn.style-border {
border: 1px solid var(--theme-color);
background: transparent;
color: var(--theme-color);
}
.th-btn.style-border:before, .th-btn.style-border:after {
background: var(--theme-color);
}
.th-btn.style-border:hover {
color: var(--white-color);
}
.th-btn.style-border2 {
border: 1px solid var(--border-color);
background: transparent;
color: var(--white-color);
}
.th-btn.style-border2:before, .th-btn.style-border2:after {
background: var(--theme-color);
}
.th-btn.style-border2:hover {
color: var(--white-color);
}
.th-btn.style-border-white {
border: 1px solid var(--white-color);
background: transparent;
color: var(--white-color);
}
.th-btn.style-border-white:before, .th-btn.style-border-white:after {
background: var(--white-color);
}
.th-btn.style-border-white:hover {
background: var(--theme-color);
border-color: var(--theme-color);
color: var(--white-color);
}
.th-btn.style-radius {
border-radius: 30px;
} @media (max-width: 575px) {
.th-btn {
padding: 17.5px 34px;
}
}
@-webkit-keyframes criss-cross-left {
0% {
left: -20px;
}
50% {
left: 50%;
height: 20px;
width: 20px;
}
100% {
left: 50%;
height: calc(300px*1.5);
width: calc(300px*1.5);
}
}
@keyframes criss-cross-left {
0% {
left: -20px;
}
50% {
left: 50%;
height: 20px;
width: 20px;
}
100% {
left: 50%;
height: calc(300px*1.5);
width: calc(300px*1.5);
}
}
@-webkit-keyframes criss-cross-right {
0% {
right: -20px;
}
50% {
right: 50%;
height: 20px;
width: 20px;
}
100% {
right: 50%;
height: calc(300px*1.5);
width: calc(300px*1.5);
}
}
@keyframes criss-cross-right {
0% {
right: -20px;
}
50% {
right: 50%;
height: 20px;
width: 20px;
}
100% {
right: 50%;
height: calc(300px*1.5);
width: calc(300px*1.5);
}
}
.icon-btn {
display: inline-block;
width: var(--btn-size, 60px);
height: var(--btn-size, 60px);
line-height: var(--btn-size, 60px);
font-size: var(--btn-font-size, 16px);
background-color: var(--icon-bg, var(--theme-color));
color: var(--white-color);
text-align: center;
border-radius: 50%;
border: 0;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.icon-btn:hover {
background-color: var(--white-color);
color: var(--theme-color);
border-color: var(--white-color);
}
.play-btn {
display: inline-block;
position: relative;
z-index: 1;
}
.play-btn > i {
display: inline-block;
width: var(--icon-size, 60px);
height: var(--icon-size, 60px);
line-height: var(--icon-size, 60px);
text-align: center;
background-color: var(--white-color);
color: var(--theme-color);
font-size: var(--icon-font-size, 1.1em);
border-radius: 50%;
z-index: 1;
-webkit-transition: all ease 0.4s;
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);
z-index: -1;
border-radius: 50%;
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
}
.play-btn:after {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.play-btn:hover:after, .play-btn:hover::before,
.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(--theme-color);
}
.play-btn.style3:hover > i {
background-color: var(--white-color);
color: var(--theme-color);
}
.play-btn.style3:hover:before, .play-btn.style3:hover:after {
background-color: var(--white-color);
}
.play-btn.style4 > i {
background-color: var(--theme-color);
color: var(--white-color);
font-size: 20px;
}
.play-btn.style4:before, .play-btn.style4:after {
background-color: transparent;
border: 1px solid var(--white-color);
}
.play-btn.style4:hover > i {
background-color: var(--white-color);
color: var(--theme-color);
}
.play-btn.style4:hover:before, .play-btn.style4:hover:after {
background-color: var(--white-color);
}
.play-btn.style5 i {
background: var(--theme-color);
color: var(--white-color);
}
.play-btn.style5:before, .play-btn.style5:after {
background-color: transparent;
border: 1px solid var(--theme-color);
}
.play-btn.style5:hover:before, .play-btn.style5:hover:after {
background-color: var(--theme-color);
}
.play-btn.style6 i {
background: transparent;
color: var(--white-color);
border: 1px solid var(--white-color);
}
.play-btn.style6:before, .play-btn.style6:after {
background-color: transparent;
border: 1px solid var(--white-color);
}
.play-btn.style6:hover i {
background: var(--theme-color);
border-color: var(--theme-color);
}
.play-btn.style6:hover:before, .play-btn.style6:hover:after {
background-color: var(--theme-color);
}
.play-btn.style7 i {
background: var(--black-color2);
color: var(--white-color);
}
.play-btn.style7:before, .play-btn.style7:after {
background-color: var(--black-color2);
}
.play-btn.style8 i {
background: var(--white-color);
color: var(--black-color2);
}
.play-btn.style8:before, .play-btn.style8:after {
background-color: var(--white-color);
}
.link-btn {
font-weight: 700;
font-size: 14px;
display: inline-block;
line-height: 0.8;
position: relative;
padding-bottom: 2px;
margin-bottom: -2px;
text-transform: uppercase;
color: var(--theme-color);
}
.link-btn i {
opacity: 0;
position: absolute;
left: 10px;
top: -1px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.link-btn:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
background-color: var(--theme-color);
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
}
.link-btn:hover {
color: var(--theme-color);
margin-left: 20px;
}
.link-btn:hover i {
opacity: 1;
left: -20px;
}
.link-btn:hover:before {
width: 100%;
left: 0;
}
.link-btn.style2:before {
left: 20px;
}
.link-btn.style2:hover:before {
width: calc(100% - 20px);
}
.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);
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
}
.line-btn:hover {
color: var(--title-color);
}
.line-btn:hover::before {
background-color: var(--title-color);
width: 45px;
}
.view-btn {
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
position: relative;
margin-right: 20px;
margin-left: 20px;
}
.view-btn:after {
content: '';
position: absolute;
left: -20px;
top: -50%;
height: 50px;
width: 50px;
background: rgba(0, 183, 223, 0.1);
border-radius: 50%;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.view-btn:hover:after {
width: calc(100% + 40px);
border-radius: 30px;
}
.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;
-webkit-transform: translateY(45px);
-ms-transform: translateY(45px);
transform: translateY(45px);
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}
.scroll-top:after {
content: "\f062";
font-family: var(--icon-font);
position: absolute;
text-align: center;
line-height: 50px;
font-size: 20px;
color: var(--theme-color);
left: 0;
top: 0;
height: 50px;
width: 50px;
cursor: pointer;
display: block;
z-index: 1;
border: 2px solid var(--theme-color);
box-shadow: none;
border-radius: 50%;
}
.scroll-top svg {
color: var(--theme-color);
border-radius: 50%;
background: var(--white-color);
}
.scroll-top svg path {
fill: none;
}
.scroll-top .progress-circle path {
stroke: var(--theme-color);
stroke-width: 20px;
box-sizing: border-box;
-webkit-transition: all 400ms linear;
transition: all 400ms linear;
}
.scroll-top.show {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
} .sec-title {
margin-bottom: calc(var(--section-title-space) - 10px);
margin-top: -0.15em;
font-weight: 700;
}
.sub-title {
display: block;
font-size: 16px;
font-weight: 700;
color: var(--theme-color);
margin-bottom: 35px;
text-transform: uppercase;
line-height: 24px;
margin-top: -0.3em;
position: relative;
}
.sub-title img {
margin: 0 10px 0 0;
}
.sub-title.style2 {
padding-left: 0;
}
.sub-title.style2:before, .sub-title.style2:after {
display: none;
}
.box-title {
font-size: 24px;
line-height: 1.417;
font-weight: 700;
margin-top: -0.15em;
}
.box-title a {
color: inherit;
}
.box-title a:hover {
color: var(--theme-color);
}
.sec-text {
max-width: 720px;
}
.title-area {
margin-bottom: calc(var(--section-title-space) - 10px);
position: relative;
z-index: 2;
}
.title-area .sec-title {
margin-bottom: 15px;
}
.title-area.mb-0 .sec-title {
margin-bottom: -0.1em;
}
.title-area .th-btn {
margin-top: 20px;
margin-bottom: 10px;
}
.title-area p {
color: var(--gray-color);
}
.title-area .sec-text {
color: var(--body-color);
}
hr.title-line {
margin-top: 0;
background-color: var(--border-color);
opacity: 1;
}
.sec-btn,
.title-line {
margin-bottom: var(--section-title-space);
} @media (max-width: 1199px) {
.sub-title {
margin-bottom: 20px;
}
.shadow-title {
font-size: 64px;
}
.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;
}
} @media (max-width: 991px) {
.shadow-title {
font-size: 60px;
}
.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;
}
} @media (max-width: 575px) {
.shadow-title {
font-size: 52px;
}
.box-title {
font-size: 22px;
}
} @media (max-width: 375px) {
.shadow-title {
font-size: 40px;
}
.box-title {
font-size: 18px;
}
} .shape-mockup-wrap {
z-index: 2;
position: relative;
}
.shape-mockup {
position: absolute;
z-index: -1;
}
.shape-mockup.z-index-2 {
z-index: 2;
}
.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;
}
.z-index-n2 {
z-index: -2;
}
.media-body {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.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.25em 0.45em;
font-size: 0.7em;
border-radius: 50%;
top: 8px;
right: 8px;
font-weight: 400;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.th-social {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 10px;
}
.th-social a {
display: inline-block;
width: var(--icon-size, 40px);
height: var(--icon-size, 40px);
line-height: var(--icon-size, 40px);
background-color: #363739;
color: var(--white-color);
font-size: 14px;
text-align: center;
border-radius: 50%;
}
.th-social a:last-child {
margin-right: 0;
}
.th-social a:hover {
background-color: var(--theme-color);
color: var(--white-color);
}
.th-social.style2 {
gap: 20px;
}
.th-social.style2 a {
width: auto;
height: auto;
line-height: normal;
color: var(--title-color);
background-color: transparent;
}
.th-social.style2 a:hover {
color: var(--theme-color);
}
.th-social.style3 a {
color: var(--title-color);
background-color: var(--smoke-color);
}
.th-social.style3 a:hover {
background-color: var(--theme-color);
color: var(--white-color);
}
.th-social.style-border a {
--icon-size: 40px;
line-height: 38px;
font-size: 12px;
background-color: transparent;
color: var(--white-color);
border: 1px solid var(--border-color);
}
.th-social.style-border a:hover {
border-color: var(--theme-color);
color: var(--white-color);
background-color: var(--theme-color);
}
.th-social.style-white a {
--icon-size: 40px;
font-size: 14px;
background-color: var(--white-color);
color: var(--title-color);
}
.th-social.style-white a:hover {
border-color: var(--theme-color);
color: var(--white-color);
background-color: var(--theme-color);
}
.th-social.color-theme a {
color: var(--body-color);
border-color: var(--theme-color);
}
.slider-shadow .slick-list {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: -30px;
margin-top: -30px;
}
.btn-group {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 30px;
}
.btn-group.style2 {
gap: 20px 70px; }
@media (max-width: 767px) {
.btn-group.style2 {
gap: 20px 30px;
}
}
.th-bg-img {
position: absolute;
inset: 0;
}
.th-bg-img img {
height: 100%;
width: 100%;
object-fit: cover;
} .mfp-zoom-in .mfp-content {
opacity: 0;
-webkit-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;
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;
} .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;
}
.fw-semibold {
font-weight: 600;
}
.fw-bold {
font-weight: 700;
}
.fw-extrabold {
font-weight: 800;
}
.fs-md {
font-size: 18px;
}
.fs-xs {
font-size: 14px;
} .bg-theme {
background-color: var(--theme-color) !important;
}
.bg-smoke {
background-color: var(--smoke-color) !important;
}
.bg-smoke2 {
background-color: var(--smoke-color2) !important;
}
.bg-white {
background-color: var(--white-color) !important;
}
.bg-black {
background-color: var(--black-color) !important;
}
.bg-black2 {
background-color: var(--black-color2) !important;
}
.bg-title {
background-color: var(--title-color) !important;
}
.gradient-body {
background-image: -webkit-linear-gradient(349.38deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
}
.gr-bg1 {
background-image: -webkit-linear-gradient(10deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 23.81%, rgba(198, 241, 255, 0.3) 45.3%, rgba(248, 242, 222, 0.3) 68.4%, rgba(212, 179, 253, 0.3) 99.5%);
background-image: linear-gradient(80deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 23.81%, rgba(198, 241, 255, 0.3) 45.3%, rgba(248, 242, 222, 0.3) 68.4%, rgba(212, 179, 253, 0.3) 99.5%);
}
.gr-bg2 {
background-image: -webkit-linear-gradient(349.38deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
background-image: linear-gradient(100.62deg, rgba(249, 215, 175, 0.3) 0%, rgba(214, 202, 245, 0.3) 24.03%, rgba(198, 241, 255, 0.3) 45.73%, rgba(248, 242, 222, 0.3) 69.05%, rgba(212, 179, 253, 0.3) 100.44%);
}
.gr-bg3 {
background-image: -webkit-linear-gradient(339.41deg, rgba(236, 207, 254, 0.4) 0%, rgba(255, 221, 221, 0.5) 46.79%, rgba(247, 255, 229, 0.7) 100%);
background-image: linear-gradient(110.59deg, rgba(236, 207, 254, 0.4) 0%, rgba(255, 221, 221, 0.5) 46.79%, rgba(247, 255, 229, 0.7) 100%);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
.gr-bg4 {
background-image: -webkit-linear-gradient(344.56deg, rgba(255, 229, 133, 0.4) 0%, rgba(189, 255, 199, 0.4) 48.48%, rgba(223, 109, 223, 0.4) 100%);
background-image: linear-gradient(105.44deg, rgba(255, 229, 133, 0.4) 0%, rgba(189, 255, 199, 0.4) 48.48%, rgba(223, 109, 223, 0.4) 100%);
-webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
}
.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;
}
.bg-bottom-right {
background-size: auto;
background-position: bottom right;
}
.bg-top-right {
background-size: auto;
background-position: top right;
} .text-theme {
color: var(--theme-color) !important;
}
.text-title {
color: var(--title-color) !important;
}
.text-smoke {
color: var(--smoke-color) !important;
}
.text-body {
color: var(--body-color) !important;
}
.text-white {
color: var(--white-color) !important;
}
.text-light {
color: var(--light-color) !important;
}
.text-gray {
color: var(--gray-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: underline;
} .overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
.position-center {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -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: #080E1C;
}
[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 {
-webkit-animation-duration: var(--ripple-ani-duration);
animation-duration: var(--ripple-ani-duration);
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: ripple;
animation-name: ripple;
}
@-webkit-keyframes ripple {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
30% {
opacity: 0.4;
}
100% {
-webkit-transform: scale(1.8);
transform: scale(1.8);
opacity: 0;
}
}
@keyframes ripple {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
30% {
opacity: 0.4;
}
100% {
-webkit-transform: scale(1.8);
transform: scale(1.8);
opacity: 0;
}
}
@-webkit-keyframes ripple2 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
30% {
opacity: 0.4;
}
100% {
-webkit-transform: scale(2.8);
transform: scale(2.8);
opacity: 0;
}
}
@keyframes ripple2 {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
30% {
opacity: 0.4;
}
100% {
-webkit-transform: scale(2.8);
transform: scale(2.8);
opacity: 0;
}
}
.fancy-animation {
-webkit-animation: morph 8s ease-in-out infinite;
animation: morph 8s ease-in-out infinite;
}
@-webkit-keyframes morph {
0% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
50% {
border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
}
100% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
}
@keyframes morph {
0% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
50% {
border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
}
100% {
border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
}
.movingX {
-webkit-animation: movingX 8s linear infinite;
animation: movingX 8s linear infinite;
}
@-webkit-keyframes movingX {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(50px);
transform: translateX(50px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes movingX {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(50px);
transform: translateX(50px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.moving {
-webkit-animation: moving 8s linear infinite;
animation: moving 8s linear infinite;
}
@-webkit-keyframes moving {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(-50px);
transform: translateX(-50px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes moving {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(-50px);
transform: translateX(-50px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.jump {
-webkit-animation: jumpAni 7s linear infinite;
animation: jumpAni 7s linear infinite;
}
@-webkit-keyframes jumpAni {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes jumpAni {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.jump-reverse {
-webkit-animation: jumpReverseAni 7s linear infinite;
animation: jumpReverseAni 7s linear infinite;
}
@-webkit-keyframes jumpReverseAni {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes jumpReverseAni {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
50% {
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.spin {
-webkit-animation: spin 15s linear infinite;
animation: spin 15s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.bg-color-ani,
.color-animate {
-webkit-animation: bgColor 6s linear infinite;
animation: bgColor 6s linear infinite;
}
@-webkit-keyframes bgColor {
0% {
background-color: #F2BA4C;
}
25% {
background-color: #81F24C;
}
50% {
background-color: #41F27D;
}
75% {
background-color: #0500FF;
}
100% {
background-color: #F2BA4C;
}
}
@keyframes bgColor {
0% {
background-color: #F2BA4C;
}
25% {
background-color: #81F24C;
}
50% {
background-color: #41F27D;
}
75% {
background-color: #0500FF;
}
100% {
background-color: #F2BA4C;
}
}
@-webkit-keyframes animate-positive {
0% {
width: 0;
}
}
@keyframes animate-positive {
0% {
width: 0;
}
}
.scalein.th-animated {
--animation-name: scalein;
}
.slidetopleft.th-animated {
--animation-name: slidetopleft;
}
.slidebottomright.th-animated {
--animation-name: slidebottomright;
}
.slideinleft.th-animated {
--animation-name: slideinleft;
}
.slideinright.th-animated {
--animation-name: slideinright;
}
.slideinup.th-animated {
--animation-name: slideinup;
}
.slideindown.th-animated {
--animation-name: slideindown;
}
.rollinleft.th-animated {
--animation-name: rollinleft;
}
.rollinright.th-animated {
--animation-name: rollinright;
}
.titleAnimation,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
opacity: 0;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
-webkit-animation-name: var(--animation-name);
animation-name: var(--animation-name);
}
.th-animated {
opacity: 1;
}
@-webkit-keyframes slideinup {
0% {
opacity: 0;
-webkit-transform: translateY(70px);
transform: translateY(70px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideinup {
0% {
opacity: 0;
-webkit-transform: translateY(70px);
transform: translateY(70px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes slideinright {
0% {
opacity: 0;
-webkit-transform: translateX(70px);
transform: translateX(70px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideinright {
0% {
opacity: 0;
-webkit-transform: translateX(70px);
transform: translateX(70px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes slideindown {
0% {
opacity: 0;
-webkit-transform: translateY(-70px);
transform: translateY(-70px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideindown {
0% {
opacity: 0;
-webkit-transform: translateY(-70px);
transform: translateY(-70px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes slideinleft {
0% {
opacity: 0;
-webkit-transform: translateX(-70px);
transform: translateX(-70px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideinleft {
0% {
opacity: 0;
-webkit-transform: translateX(-70px);
transform: translateX(-70px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes slidebottomright {
0% {
opacity: 0;
-webkit-transform: translateX(100px) translateY(100px);
transform: translateX(100px) translateY(100px);
}
100% {
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
}
@keyframes slidebottomright {
0% {
opacity: 0;
-webkit-transform: translateX(100px) translateY(100px);
transform: translateX(100px) translateY(100px);
}
100% {
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
}
@-webkit-keyframes slidetopleft {
0% {
opacity: 0;
-webkit-transform: translateX(-100px) translateY(-100px);
transform: translateX(-100px) translateY(-100px);
}
100% {
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
}
@keyframes slidetopleft {
0% {
opacity: 0;
-webkit-transform: translateX(-100px) translateY(-100px);
transform: translateX(-100px) translateY(-100px);
}
100% {
-webkit-transform: translateX(0) translateY(0);
transform: translateX(0) translateY(0);
}
}  .widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
list-style: none;
padding: 0;
margin: 0 0 0 0;
}
.widget_nav_menu .menu,
.widget_nav_menu > ul,
.widget_meta .menu,
.widget_meta > ul,
.widget_pages .menu,
.widget_pages > ul,
.widget_archive .menu,
.widget_archive > ul,
.widget_categories .menu,
.widget_categories > ul {
margin: -17px 0 -12px 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
display: block;
border: none;
margin: 0;
padding: 15px 25px 10px 25px;
font-size: 16px;
line-height: 1.313;
color: var(--title-color);
position: relative;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.widget_nav_menu a:before,
.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_categories a:before {
content: '\f324';
font-family: var(--icon-font);
color: var(--theme-color);
font-weight: 300;
position: absolute;
left: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
opacity: 1;
}
.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
color: var(--theme-color);
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
display: block;
position: relative;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
font-size: 16px;
position: absolute;
right: 0;
top: 13px;
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
}
.widget_nav_menu li:hover > span,
.widget_meta li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span {
color: var(--theme-color);
}
.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
margin-left: 10px;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
padding-right: 20px;
}
.widget_nav_menu .sub-menu {
margin-left: 10px;
}
.wp-block-archives {
list-style: none;
margin: 0;
padding: 0;
margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
color: inherit;
}
.th-blog ul.wp-block-archives li {
margin: 5px 0;
}
.widget {
margin-bottom: 40px;
position: relative;
border-radius: 0;
}
.widget[data-overlay]:before {
z-index: -1;
}
.widget .th-social a {
box-shadow: 0px 2px 14px rgba(4, 6, 66, 0.1);
}
.widget_title {
position: relative;
font-size: 22px;
font-weight: 700;
font-family: var(--title-font);
line-height: 1em;
margin: 0 0 30px 0;
}
.widget .search-form {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.widget .search-form input {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
border-radius: 0;
padding: 0 20px 0 30px;
height: 70px;
color: var(--white-color);
font-style: italic;
border: 0;
}
.widget .search-form input::-webkit-input-placeholder {
color: var(--white-color);
}
.widget .search-form input::-moz-placeholder {
color: var(--white-color);
}
.widget .search-form input:-ms-input-placeholder {
color: var(--white-color);
}
.widget .search-form input::-ms-input-placeholder {
color: var(--white-color);
}
.widget .search-form input::placeholder {
color: var(--white-color);
}
.widget .search-form button {
border: none;
font-size: 16px;
background-color: var(--black-color2);
color: var(--white-color);
display: inline-block;
padding: 0;
width: 70px;
text-align: center;
border-radius: 0;
}
.widget .search-form button:hover {
background-color: var(--black-color2);
color: var(--theme-color);
}
.wp-block-tag-cloud a,
.tagcloud a {
display: inline-block;
font-size: 14px;
font-weight: 500;
font-family: var(--body-font);
text-transform: capitalize;
line-height: 1;
padding: 15px 16px;
margin-right: 5px;
margin-bottom: 10px;
color: var(--body-color);
background-color: var(--black-color2);
border-radius: 2px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
background-color: var(--theme-color);
color: var(--white-color) !important;
border-color: var(--theme-color);
}
.wp-block-tag-cloud,
.tagcloud {
margin-right: -10px;
margin-bottom: -10px;
}
.sidebar-gallery {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
max-width: 320px;
}
.sidebar-gallery .gallery-btn {
position: absolute;
top: 50%;
left: 50%;
color: var(--white-color);
visibility: hidden;
opacity: 0;
-webkit-transform: translate(-50%, 20px);
-ms-transform: translate(-50%, 20px);
transform: translate(-50%, 20px);
}
.sidebar-gallery .gallery-btn:hover {
color: var(--theme-color);
}
.sidebar-gallery .gallery-thumb {
overflow: hidden;
position: relative;
border-radius: 5px;
}
.sidebar-gallery .gallery-thumb:before {
content: '';
height: calc(100% - 14px);
width: calc(100% - 14px);
background-color: var(--title-color);
opacity: 0.8;
position: absolute;
top: 7px;
left: 7px;
border: 1px solid var(--white-color);
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
border-radius: inherit;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.sidebar-gallery .gallery-thumb img {
width: 100%;
}
.sidebar-gallery .gallery-thumb:hover:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.sidebar-gallery .gallery-thumb:hover .gallery-btn {
visibility: visible;
opacity: 1;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.recent-post {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 30px;
}
.recent-post:last-child {
margin-bottom: 0;
padding-bottom: 0;
border: 0;
}
.recent-post .media-img {
margin-right: 25px;
overflow: hidden;
border-radius: 0;
}
.recent-post .media-img img {
width: 100%;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.recent-post .post-title {
font-weight: 700;
font-size: 16px;
line-height: 26px;
margin: 2px 0 0 0;
font-family: var(--body-font);
}
.recent-post .recent-post-meta a {
text-transform: capitalize;
font-size: 14px;
font-weight: 500;
color: var(--body-color);
}
.recent-post .recent-post-meta a i {
margin-right: 6px;
color: var(--theme-color);
}
.recent-post .recent-post-meta a:hover {
color: var(--theme-color);
}
.recent-post:hover .media-img img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.sidebar-area .widget_title:after {
content: '';
height: 1px;
width: calc(100% + 100px);
background-color: var(--border-color);
display: block;
margin-top: 15px;
position: relative;
left: -50px;
}
.sidebar-area .widget_title:before {
content: '';
height: 1px;
width: 40px;
background-color: var(--theme-color);
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
-webkit-animation: lineMove 10s linear infinite;
animation: lineMove 10s linear infinite;
}
.sidebar-area ul.wp-block-latest-posts {
margin-bottom: 0;
}
.sidebar-area ul.wp-block-latest-posts li:last-child {
margin-bottom: 0;
}
.sidebar-area select,
.sidebar-area input {
background-color: var(--black-color2);
}
.sidebar-area .widget {
overflow: hidden;
}
.sidebar-area .widget .wp-block-search {
margin-bottom: 0;
}
.sidebar-area .wp-block-group__inner-container h2 {
font-size: 20px;
line-height: 1em;
margin-bottom: 20px;
margin-top: -0.07em;
}
.sidebar-area ol.wp-block-latest-comments {
padding: 0;
margin: 0;
}
.sidebar-area ol.wp-block-latest-comments li {
line-height: 1.5;
margin: 0 0 20px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 20px;
}
.sidebar-area ol.wp-block-latest-comments li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
@-webkit-keyframes lineMove {
0% {
left: -40px;
}
50% {
left: 100%;
}
100% {
left: -40px;
}
}
@keyframes lineMove {
0% {
left: -40px;
}
50% {
left: 100%;
}
100% {
left: -40px;
}
}
.download-widget-wrap .th-btn {
width: 100%;
}
.download-widget-wrap .th-btn:first-child {
margin-bottom: 20px;
}
.download-widget-wrap .th-btn.style2 {
color: var(--body-color);
}
.download-widget-wrap .th-btn.style2:before, .download-widget-wrap .th-btn.style2:after {
background-color: var(--theme-color);
}
.download-widget-wrap .th-btn.style2:hover {
color: var(--white-color);
border-color: var(--theme-color);
}
.widget_banner {
background-color: var(--title-color);
position: relative;
}
.widget_banner .shape1 {
position: absolute;
bottom: 0;
right: 0;
}
.widget_banner .widget_title {
color: var(--white-color);
}
.widget_banner:has(.widget-map) {
padding: 0;
line-height: 0px;
}
.widget-map iframe {
min-height: 280px;
}
.widget-banner {
height: 370px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-webkit-justify-content: end;
-ms-flex-pack: end;
justify-content: end;
}
@media (max-width: 360px) {
.widget-banner {
height: 280px;
}
}
.widget-banner .icon-btn {
--btn-size: 70px;
border-radius: 50%;
background: var(--white-color);
border: 0;
margin-bottom: 12px;
}
.widget-banner .text {
display: block;
margin-top: -0.4em;
margin-bottom: 15px;
color: var(--white-color);
text-transform: uppercase;
font-weight: 500;
}
.widget-banner .title {
color: var(--white-color);
margin-bottom: 28px;
position: relative;
}
.widget-banner .title:after {
content: '';
position: absolute;
left: 0;
bottom: -11px;
background: var(--white-color);
height: 2px;
width: 50px;
}
.widget-banner .link {
color: var(--white-color);
font-size: 18px;
font-weight: 500;
}
.widget-banner .link ~ .link {
margin-top: 5px;
}
.widget-banner .link:hover {
color: var(--title-color);
} @media (max-width: 1299px) {
.widget-banner .title {
font-size: 34px;
}
}
.faq-widget {
--bs-gutter-x: 10px;
}
.faq-widget textarea.form-control, .faq-widget textarea {
min-height: 177px;
}
.project-info-list .contact-feature {
padding: 0px;
text-align: start;
}
.project-info-list .contact-feature:not(:last-of-type) {
margin-bottom: 10px;
border-bottom: 1px solid var(--border-color);
padding-bottom: 20px;
margin-bottom: 20px;
}
.project-info-list .contact-feature .contact-feature_label {
font-size: 14px;
font-weight: 700;
color: var(--body-color);
margin-bottom: 0;
}
.project-info-list .contact-feature .contact-feature_link {
font-size: 18px;
font-weight: 700;
color: var(--title-color);
font-family: var(--title-font);
margin-bottom: -0.3em;
}
.price_slider_wrapper {
margin-top: -0.5em;
}
.price_slider_wrapper .price_label span {
display: inline-block;
color: var(--body-color);
}
.price_slider_wrapper .ui-slider {
height: 6px;
position: relative;
background-color: var(--theme-color);
border: none;
margin-top: 15px;
margin-bottom: 25px;
margin-left: 2px;
margin-right: 7px;
cursor: pointer;
border-radius: 0;
}
.price_slider_wrapper .ui-slider-range {
border: none;
cursor: pointer;
position: absolute;
top: 0;
height: 100%;
z-index: 1;
display: block;
background-color: var(--title-color);
}
.price_slider_wrapper .ui-slider-handle {
width: 16px;
height: 16px;
line-height: 16px;
border-radius: 50%;
text-align: center;
padding: 0;
cursor: pointer;
position: absolute;
margin-top: -5px;
z-index: 2;
background-color: var(--white-color);
border: 3px solid var(--title-color);
-webkit-transform: translateX(-1px);
-ms-transform: translateX(-1px);
transform: translateX(-1px);
}
.price_slider_wrapper .ui-slider-handle:focus {
outline: none;
box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}
.price_slider_wrapper .ui-slider-handle:last-child {
-webkit-transform: translateX(-9px);
-ms-transform: translateX(-9px);
transform: translateX(-9px);
}
.price_slider_wrapper button,
.price_slider_wrapper .button {
background-color: var(--theme-color);
color: var(--white-color);
font-weight: 500;
line-height: 1.6;
text-transform: capitalize;
text-align: center;
border: none;
display: inline-block;
overflow: hidden;
position: relative;
z-index: 2;
padding: 7px 20px;
min-width: 100px;
font-size: 14px;
border-radius: 5px;
-webkit-transition: 0.4s ease-in;
transition: 0.4s ease-in;
}
.price_slider_wrapper button:hover,
.price_slider_wrapper .button:hover {
background-color: var(--white-color);
color: var(--black-color2);
}
.widget_shopping_cart .widget_title {
margin-bottom: 30px;
border-bottom: none;
color: var(--white-color);
}
.widget_shopping_cart ul {
margin: 0;
padding: 0;
}
.widget_shopping_cart ul li {
list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
position: relative;
padding: 30px 30px 30px 90px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 0;
text-align: left;
}
.widget_shopping_cart .mini_cart_item:first-child {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart .cart_list a:not(.remove) {
display: block;
font-size: 16px;
font-weight: 500;
font-family: var(--title-font);
font-weight: 600;
color: var(--white-color);
}
.widget_shopping_cart .cart_list a:not(.remove):hover {
color: var(--theme-color);
}
.widget_shopping_cart .cart_list a.remove {
position: absolute;
top: 50%;
left: 95%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
color: var(--body-color);
}
.widget_shopping_cart .cart_list a.remove:hover {
color: var(--theme-color);
}
.widget_shopping_cart .cart_list img {
width: 75px;
height: 75px;
position: absolute;
left: 0;
top: 18px;
}
.widget_shopping_cart .quantity {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
white-space: nowrap;
vertical-align: top;
margin-right: 20px;
font-size: 14px;
font-weight: 500;
}
.widget_shopping_cart .total {
margin-top: 20px;
font-size: 18px;
color: var(--white-color);
font-family: var(--body-font);
}
.widget_shopping_cart .total strong {
font-family: var(--title-font);
}
.widget_shopping_cart .amount {
padding-left: 5px;
}
.widget_shopping_cart .th-btn {
margin-right: 15px;
}
.widget_shopping_cart .th-btn:last-child {
margin-right: 0;
}
.sidebar-area .widget_shopping_cart .th-btn {
margin-right: 10px;
padding: 8px 22px;
font-size: 14px;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
padding: 10px;
}
.wp-block-calendar,
.calendar_wrap {
position: relative;
background-color: #fff;
padding-bottom: 0;
border: none;
}
.wp-block-calendar span[class*="wp-calendar-nav"],
.calendar_wrap span[class*="wp-calendar-nav"] {
position: absolute;
top: 9px;
left: 20px;
font-size: 14px;
color: var(--white-color);
font-weight: 400;
z-index: 1;
line-height: 1.7;
}
.wp-block-calendar span[class*="wp-calendar-nav"] a,
.calendar_wrap span[class*="wp-calendar-nav"] a {
color: inherit;
}
.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
left: auto;
right: 20px;
}
.wp-block-calendar caption,
.calendar_wrap caption {
caption-side: top;
text-align: center;
color: var(--white-color);
background-color: var(--theme-color);
}
.wp-block-calendar th,
.calendar_wrap th {
font-size: 14px;
padding: 5px 5px;
border: none;
text-align: center;
border-right: 1px solid #eee;
color: var(--title-color);
font-weight: 500;
}
.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
border-left: 1px solid #eee;
}
.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
border-right: 1px solid #eee;
}
.wp-block-calendar table th,
.calendar_wrap table th {
font-weight: 500;
}
.wp-block-calendar td,
.calendar_wrap td {
font-size: 14px;
padding: 5px 5px;
color: #01133c;
border: 1px solid #eee;
text-align: center;
background-color: transparent;
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
}
.wp-block-calendar #today,
.calendar_wrap #today {
color: var(--theme-color);
background-color: var(--white-color);
border-color: #ededed;
}
.wp-block-calendar thead,
.calendar_wrap thead {
background-color: #fff;
}
.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
display: none;
}
.wp-block-calendar a,
.calendar_wrap a {
color: inherit;
text-decoration: none;
}
.wp-block-calendar a:hover,
.calendar_wrap a:hover {
color: var(--title-color);
} .wp-block-calendar {
margin-bottom: 30px;
border: none;
padding-bottom: 0;
}
.wp-block-calendar table caption {
color: var(--white-color);
} .widget_recent_comments ul,
.wp-block-latest-comments ul {
list-style-type: none;
padding-left: 0;
}
ul.widget_recent_comments,
ol.widget_recent_comments,
.wp-block-latest-comments {
margin-top: -0.11em;
padding-left: 0;
}
.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
margin-bottom: 0;
}
.widget_recent_comments li,
.wp-block-latest-comments li {
margin-bottom: 0;
color: var(--body-color);
padding-left: 30px;
position: relative;
}
.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
content: "\f086";
position: absolute;
left: 0;
top: -1px;
color: var(--theme-color);
font-family: var(--icon-font);
}
.widget_recent_comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
padding-left: 0;
padding-bottom: 0 !important;
}
.widget_recent_comments.has-avatars li:before,
.wp-block-latest-comments.has-avatars li:before {
display: none;
}
.widget_recent_comments .avatar,
.wp-block-latest-comments .avatar {
margin-top: 0.4em;
}
.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
padding-bottom: 12px;
}
.widget_recent_comments article,
.wp-block-latest-comments article {
line-height: 1.5;
}
.widget_recent_comments a,
.wp-block-latest-comments a {
color: inherit;
}
.widget_recent_comments a:hover,
.wp-block-latest-comments a:hover {
color: var(--theme-color);
} .widget_recent_entries ul {
margin: -0.3em 0 0 0;
padding: 0;
list-style: none;
}
.widget_recent_entries ul li > a {
color: var(--body-color);
font-weight: 500;
display: inline-block;
}
.widget_recent_entries ul li > a:hover {
color: var(--theme-color);
}
.widget_recent_entries ul li span.post-date {
font-size: 14px;
}
.widget_recent_entries ul li:not(:last-child) {
border-bottom: 1px solid #dadada;
padding-bottom: 12px;
margin-bottom: 12px;
} ul.widget_rss, ul.wp-block-rss,
ol.widget_rss,
ol.wp-block-rss {
padding-left: 0;
}
.widget_rss,
.wp-block-rss {
list-style-type: none;
}
.widget_rss ul,
.wp-block-rss ul {
margin: -0.2em 0 -0.5em 0;
padding: 0;
list-style: none;
}
.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
color: var(--title-color);
font-family: var(--theme-font);
font-size: 18px;
display: block;
margin-bottom: 10px;
}
.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
font-size: 14px;
margin-bottom: 7px;
line-height: 1.5;
}
.widget_rss ul a,
.wp-block-rss ul a {
display: block;
font-weight: 600;
color: inherit;
}
.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
color: var(--theme-color);
}
.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
font-size: 14px;
display: inline-block;
margin-bottom: 5px;
font-weight: 400;
color: var(--title-color);
}
.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
content: "\f073";
font-family: var(--icon-font);
margin-right: 10px;
font-weight: 300;
color: var(--theme-color);
}
.widget_rss ul cite,
.wp-block-rss ul cite {
font-weight: 500;
color: var(--title-color);
font-family: var(--body-font);
font-size: 14px;
}
.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
content: "";
position: relative;
top: -1px;
left: 0;
width: 20px;
height: 2px;
display: inline-block;
vertical-align: middle;
margin-right: 8px;
background-color: var(--theme-color);
}
.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
margin-bottom: 16px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 16px;
}
.widget_rss a:hover,
.wp-block-rss a:hover {
color: var(--theme-color);
} @media (max-width: 1199px) {
.widget {
--widget-padding-y: 30px;
--widget-padding-x: 30px;
}
.author-widget-wrap .name {
font-size: 22px;
}
} @media (max-width: 991px) {
.widget {
--widget-padding-y: 40px;
--widget-padding-x: 40px;
}
.wp-block-tag-cloud a,
.tagcloud a {
padding: 10.5px 18px;
}
}
@media (max-width: 330px) {
.recent-post .post-title {
font-size: 14px;
line-height: 24px;
}
.recent-post .recent-post-meta a {
font-size: 12px;
}
}
.footer-widget {
margin-bottom: 40px;
}
.footer-widget,
.footer-widget .widget {
padding: 0;
border: none;
padding-bottom: 0;
background-color: transparent;
box-shadow: none;
}
.footer-widget .form-group > i {
color: var(--theme-color);
top: 18px;
}
.footer-widget .sidebar-gallery {
max-width: 287px;
}
.footer-widget .widget_title {
max-width: 270px;
color: var(--white-color);
margin: 0em 0 40px 0;
}
.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
min-width: 180px;
}
.footer-widget.widget_meta ul, .footer-widget.widget_pages ul, .footer-widget.widget_archive ul, .footer-widget.widget_categories ul, .footer-widget.widget_nav_menu ul {
margin-top: -5px;
}
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
margin-bottom: -5px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
font-size: 16px;
font-weight: 400;
padding: 0 0 0 0px;
margin-bottom: 21px;
font-family: var(--body-font);
display: block;
max-width: 100%;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
padding-right: 0;
background-color: transparent;
border-bottom: none;
position: relative;
color: var(--body-color);
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
content: "\f324";
font-weight: 600;
left: 0;
top: 2px;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
font-size: 0.9em;
background-color: transparent;
border: none;
color: inherit;
-webkit-transition: 0.4s;
transition: 0.4s;
opacity: 0;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
background-color: transparent;
color: var(--theme-color);
padding-left: 20px;
}
.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
color: var(--theme-color);
opacity: 1;
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
width: auto;
height: auto;
position: relative;
background-color: transparent;
color: var(--body-color);
line-height: 1;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
margin-bottom: 0;
}
.footer-widget .recent-post {
max-width: 280px;
margin-top: -0.3em;
margin-bottom: 30px;
border-bottom: 0;
padding-bottom: 0;
}
.footer-widget .recent-post .post-title {
color: var(--white-color);
font-size: 16px;
line-height: 26px;
margin-bottom: -0.3em;
margin-top: 4px;
}
.footer-widget .recent-post:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.footer-widget .recent-post .recent-post-meta a {
line-height: 1.2;
color: var(--body-color);
font-family: var(--title-font);
}
.footer-widget .recent-post .recent-post-meta a:hover {
color: var(--theme-color);
}
.footer-widget .recent-post .recent-post-meta i {
color: var(--theme-color);
}
.footer-widget .recent-post .recent-post-meta a:hover i {
color: var(--theme-color);
}
.th-widget-about .about-logo {
margin-bottom: 37px;
}
.th-widget-about .about-text {
margin-bottom: 22px;
margin-top: -0.6em;
}
.footer-text {
margin-top: -0.46em;
margin-bottom: 25px;
}
.social-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.social-box .social-title {
font-size: 20px;
color: var(--white-color);
font-weight: 600;
margin-right: 20px;
margin-bottom: 0;
}
.icon-group a {
color: var(--white-color);
font-size: 18px;
margin-right: 17px;
}
.icon-group a:last-child {
margin-right: 0;
} @media (max-width: 1199px) {
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
margin-bottom: 16px;
}
} @media (max-width: 767px) {
.footer-widget .widget_title {
margin-bottom: 35px;
}
.th-widget-about .about-text {
margin-bottom: 20px;
}
.social-box.mb-30 {
margin-bottom: 25px;
}
} @media (max-width: 575px) {
.footer-widget .recent-post {
max-width: 310px;
}
} .th-header {
position: relative;
z-index: 41;
}
.sticky-wrapper {
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.sticky-wrapper.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);
-webkit-animation: stickyAni 0.4s ease-in-out;
animation: stickyAni 0.4s ease-in-out;
}
@-webkit-keyframes stickyAni {
0% {
-webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
transform: translate3d(0, -40px, 0) scaleY(0.8);
opacity: 0.7;
}
100% {
-webkit-transform: translate3d(0, 0, 0) scaleY(1);
transform: translate3d(0, 0, 0) scaleY(1);
opacity: 1;
}
}
@keyframes stickyAni {
0% {
-webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
transform: translate3d(0, -40px, 0) scaleY(0.8);
opacity: 0.7;
}
100% {
-webkit-transform: translate3d(0, 0, 0) scaleY(1);
transform: translate3d(0, 0, 0) scaleY(1);
opacity: 1;
}
}
.main-menu a {
display: block;
position: relative;
font-weight: 600;
font-size: 16px;
color: var(--dark-color);
}
.main-menu a:hover {
color: var(--theme-color);
}
.main-menu > ul > li {
margin: 0 14px;
}
.main-menu > ul > li > a {
padding: 42px 0;
color: var(--white-color);
}
.main-menu > ul > li > a:hover {
color: var(--theme-color);
}
.main-menu ul {
margin: 0;
padding: 0;
}
.main-menu ul li {
list-style-type: none;
display: inline-block;
position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
content: "\2b";
position: relative;
font-family: var(--icon-font);
margin-left: 4px;
font-weight: 600;
top: 0;
font-size: 14px;
display: inline-block;
-webkit-transition: 0.4s all ease;
transition: 0.4s all ease;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.main-menu ul li.menu-item-has-children:hover > a:after {
content: "\f068";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.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;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
z-index: 9;
}
.main-menu ul.sub-menu {
position: absolute;
text-align: left;
top: 100%;
left: 0;
background-color: var(--white-color);
visibility: hidden;
min-width: 190px;
width: -webkit-max-content;
width: -moz-max-content;
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;
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a {
font-size: 16px;
line-height: 30px;
}
.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 {
padding: 18px 20px 18px 18px;
left: -27px;
}
.main-menu ul.sub-menu li {
display: block;
margin: 0 0;
padding: 0px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
content: "\2b";
float: right;
top: 1px;
}
.main-menu ul.sub-menu li.menu-item-has-children:hover > a:after {
content: "\f068";
}
.main-menu ul.sub-menu li a {
position: relative;
padding-left: 0px;
text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
content: "\f105";
position: absolute;
top: 6px;
left: 10px;
font-family: var(--icon-font);
width: 11px;
height: 11px;
text-align: center;
border-radius: 50%;
display: inline-block;
font-size: 16px;
line-height: 1;
color: var(--theme-color);
font-weight: 600;
opacity: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.main-menu ul.sub-menu li a:hover {
padding-left: 20px;
}
.main-menu ul.sub-menu li a:hover:before {
opacity: 1;
left: 0;
}
.main-menu ul.sub-menu li ul.sub-menu {
left: 100%;
right: auto;
top: 0;
margin: 0 0;
margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
left: 100%;
right: auto;
}
.simple-icon {
border: none;
background-color: transparent;
color: var(--title-color);
padding: 0;
font-size: 22px;
position: relative;
}
.simple-icon .badge {
padding: 0.20em 0.40em;
font-size: 0.5em;
top: -4px;
right: -10px;
}
.simple-icon:has(.badge) {
padding-left: 8px;
}
.simple-icon:has(.badge) i {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.header-button {
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 30px;
}
.header-button .th-btn {
margin-left: 10px;
}
.social-links .social-title {
font-weight: 500;
font-size: 16px;
display: inline-block;
margin: 0 10px 0 0;
color: var(--body-color);
}
.social-links a {
font-size: 14px;
display: inline-block;
color: var(--body-color);
margin: 0 20px 0 0;
}
.social-links a:last-child {
margin-right: 0;
}
.social-links a:hover {
color: var(--theme-color);
}
.header-logo {
padding-top: 15px;
padding-bottom: 15px;
}
.header-links > ul {
margin: 0;
padding: 0;
list-style-type: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.header-links li {
display: inline-block;
position: relative;
font-size: 16px;
font-weight: 400;
}
.header-links li:not(:last-child) {
margin: 0 55px 0 0;
}
.header-links li:not(:last-child):after {
content: '';
height: 20px;
width: 2px;
background-color: var(--body-color);
opacity: 0.15;
position: absolute;
top: 2px;
right: -30px;
}
.header-links li > i {
margin-right: 10px;
color: var(--theme-color);
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
color: var(--body-color);
}
.header-links a:hover {
color: var(--theme-color);
}
.header-links b,
.header-links strong {
font-weight: 600;
margin-right: 6px;
}
.header-info {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 12px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
--body-color: #6F6E77;
}
.header-info .icon {
font-size: 35px;
color: var(--theme-color);
}
.header-info .header-info-title {
font-size: 16px;
font-weight: 500;
margin-bottom: 0;
color: var(--white-color);
}
.header-info .header-info-link {
font-size: 14px;
font-weight: 500;
color: var(--border-color);
}
.dropdown-link {
position: relative;
}
.dropdown-link > a {
color: var(--white-color);
font-weight: 500;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.dropdown-link > a img {
margin-right: 10px;
}
.dropdown-toggle::after {
content: "\f107";
border: none;
font-family: var(--icon-font);
vertical-align: middle;
font-weight: 400;
margin-left: 6px;
}
.dropdown-menu {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
min-width: auto;
top: calc(100% + 12px) !important;
left: 50% !important;
-webkit-transform: translateX(-50%) !important;
-ms-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
padding: 8px 20px !important;
text-align: center;
border-color: var(--border-color);
}
.dropdown-menu li {
padding-right: 0;
margin-right: 0;
}
.dropdown-menu li:after {
display: none;
}
.dropdown-menu li a {
display: block;
}
.dropdown-menu a {
color: var(--title-color) !important;
}
.dropdown-menu a:hover {
color: var(--theme-color) !important;
}
.dropdown-menu:before {
content: "";
position: absolute;
left: 50%;
top: -7px;
width: 14px;
height: 14px;
margin-left: -7px;
background-color: var(--white-color);
z-index: -1;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
border-top: 1px solid var(--border-color);
border-left: 1px solid var(--border-color);
}
.header-top {
padding: 11.5px 0;
background-color: var(--title-color);
--body-color: #fff;
}
.header-top a:hover {
color: var(--theme-color);
} .header-layout1 .sticky-wrapper {
background: transparent;
position: absolute;
left: 0;
top: 0px;
right: 0;
border-bottom: 1px solid #363739;
padding: 0 68px;
}
.header-layout1 .sticky-wrapper.sticky {
position: fixed;
top: 0;
background: var(--dark-color);
}
.header-layout1 .sticky-wrapper.sticky .header-logo {
margin-top: 0;
}
.header-layout1 .main-menu > ul > li > a:before {
content: '';
position: absolute;
left: 0;
bottom: 45px;
width: 0;
height: 2px;
background: var(--theme-color);
-webkit-transition: 0.4s;
transition: 0.4s;
}
.header-layout1 .main-menu > ul > li > a:hover:before {
width: 100%;
}
.header-layout1 .main-menu > ul > li.menu-item-has-children > a:hover:before {
width: calc(100% - 15px);
}
.header-layout1 .header-button {
height: 100px;
padding-left: 40px;
}
.header-layout1 .header-button .simple-icon {
color: var(--white-color);
} @media (max-width: 1399px) {
.header-layout1 .sticky-wrapper {
padding: 0 40px;
}
.header-layout1 .main-menu {
margin-left: 30px;
}
}
@media (max-width: 1200px) {
.header-layout1 .header-button .th-btn {
display: none;
}
.header-layout1 .main-menu {
margin-left: 0px;
}
.header-layout1 .main-menu a {
font-size: 14px;
}
} @media (max-width: 991px) {
.header-layout1 .sticky-wrapper {
top: 0;
padding: 9px 20px;
}
.header-layout1 .header-logo {
margin-top: 0px;
}
} @media (max-width: 575px) {
.header-layout1 .sticky-wrapper {
padding: 4px 0;
}
} .header-layout2 .sticky-wrapper {
background: transparent;
position: absolute;
left: 0;
top: 0px;
right: 0;
border-bottom: 0;
padding: 0 68px;
}
.header-layout2 .sticky-wrapper.sticky {
position: fixed;
top: 0;
background: var(--dark-color);
}
.header-layout2 .sticky-wrapper.sticky .header-logo {
margin-top: 0;
}
.header-layout2 .main-menu > ul > li > a:before {
content: '';
position: absolute;
left: 0;
bottom: 45px;
width: 0;
height: 2px;
background: var(--theme-color);
-webkit-transition: 0.4s;
transition: 0.4s;
}
.header-layout2 .main-menu > ul > li > a:hover:before {
width: 100%;
}
.header-layout2 .main-menu > ul > li.menu-item-has-children > a:hover:before {
width: calc(100% - 15px);
}
.header-layout2 .header-button {
height: 100px;
padding-left: 40px;
}
.header-layout2 .header-button .simple-icon {
color: var(--white-color);
} @media (max-width: 1399px) {
.header-layout2 .sticky-wrapper {
padding: 0 40px;
}
.header-layout2 .main-menu {
margin-left: 30px;
}
}
@media (max-width: 1200px) {
.header-layout2 .header-button .th-btn {
display: none;
}
.header-layout2 .main-menu {
margin-left: 0px;
}
.header-layout2 .main-menu a {
font-size: 14px;
}
} @media (max-width: 991px) {
.header-layout2 .sticky-wrapper {
top: 0;
padding: 9px 20px;
}
.header-layout2 .header-logo {
margin-top: 0px;
}
} @media (max-width: 575px) {
.header-layout2 .sticky-wrapper {
padding: 4px 0;
}
} .footer-wrapper {
position: relative;
z-index: 2;
background: var(--black-color2);
}
.widget-area {
padding-top: 100px;
padding-bottom: 60px;
}
.footer-links ul {
padding: 0;
margin: 0;
}
.footer-links li {
font-family: var(--body-font);
display: inline-block;
padding-right: 23px;
margin-right: 19px;
position: relative;
}
.footer-links li:after {
content: "";
height: 5px;
width: 5px;
border-radius: 50%;
background-color: var(--body-color);
position: absolute;
top: 50%;
right: 0;
-webkit-transform: translate(2.5px, -2.5px);
-ms-transform: translate(2.5px, -2.5px);
transform: translate(2.5px, -2.5px);
}
.footer-links li:last-child {
margin-right: 0;
padding-right: 0;
}
.footer-links li:last-child:after {
display: none;
}
.footer-links a {
font-family: inherit;
color: var(--body-color);
}
.footer-links a:hover {
color: var(--theme-color);
}
.copyright-wrap {
padding: 30.5px 0;
background-size: 100% auto;
}
.copyright-text {
margin: 0;
}
.copyright-text a {
color: var(--theme-color);
}
.copyright-text a:hover {
color: var(--white-color);
}
.th-widget-contact {
max-width: 265px;
margin-bottom: -0.3em;
margin-top: -0.3em;
}
.footer-contact {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
}
.footer-contact-wrap {
display: grid;
grid-template-columns: auto auto auto;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.footer-contact_icon {
width: 70px;
height: 70px;
line-height: 70px;
min-width: 70px;
font-size: 30px;
background-color: var(--white-color);
color: var(--theme-color);
border-radius: 5px;
text-align: center;
position: relative;
}
.footer-contact_icon:before {
content: "";
height: 100%;
width: 100%;
background-color: var(--title-color);
border-radius: inherit;
position: absolute;
top: -10px;
left: -10px;
z-index: -1;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.footer-contact_icon:hover:before {
top: 0;
left: 0;
}
.footer-contact_text {
display: block;
color: var(--body-color);
margin-bottom: 5px;
}
.footer-contact_link {
display: inline-block;
color: var(--body-color);
font-size: 20px;
font-weight: 600;
}
.footer-contact_link:hover {
color: var(--title-color);
}
.info-box {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px;
}
.info-box:last-child {
margin-bottom: -5px;
}
.info-box_icon {
font-size: 20px;
background-color: transparent;
color: var(--theme-color);
text-align: center;
margin-right: 10px;
}
.info-box_title {
font-family: var(--body-font);
font-weight: 600;
margin-bottom: 10px;
margin-top: -0.5em;
}
.info-box_text {
display: block;
color: var(--body-color);
margin-top: -0.35em;
margin-bottom: 0;
}
.info-box_link {
display: inline-block;
color: var(--body-color);
}
.info-box_link:hover {
color: var(--theme-color);
}
.footer-newsletter {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 25px;
padding-left: 60px;
}
.footer-newsletter .newsletter-title {
max-width: 425px;
margin-bottom: 0;
}
.footer-layout1 {
--body-color: #9B9B9C;
overflow: hidden;
}
.footer-layout1 .footer-top {
background-color: var(--theme-color);
position: relative;
z-index: 2;
padding: 50px 0;
}
.footer-layout1 .copyright-wrap {
border-top: 1px solid var(--border-color);
}
.grid_lines {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 0;
width: 100%;
height: 100%;
margin: 0px;
list-style-type: none;
padding: 0 150px;
z-index: -1;
overflow: hidden;
}
.grid_lines .grid_line {
position: relative;
width: 1px;
height: 100%;
display: inline-block;
background-color: var(--border-color);
mix-blend-mode: difference;
opacity: 0.4;
}
.grid_lines .grid_line:after, .grid_lines .grid_line:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 1px;
height: 60px;
background: white;
background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
-webkit-animation: gridanim 25s linear infinite;
animation: gridanim 25s linear infinite;
}
.grid_lines .grid_line:after {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.grid_lines .grid_line:nth-child(3)::before {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
.grid_lines .grid_line:nth-child(3)::after {
-webkit-animation-delay: 6s;
animation-delay: 6s;
}
.grid_lines .grid_line:nth-child(2)::before {
-webkit-animation: gridanim2 25s linear infinite;
animation: gridanim2 25s linear infinite;
-webkit-animation-delay: 1s;
animation-delay: 1s;
background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 100%);
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
top: auto;
bottom: 0;
}
.grid_lines .grid_line:nth-child(2)::after {
-webkit-animation: gridanim2 25s linear infinite;
animation: gridanim2 25s linear infinite;
-webkit-animation-delay: 5s;
animation-delay: 5s;
background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 100%);
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
top: auto;
bottom: 0;
}
@-webkit-keyframes gridanim {
0% {
top: 0%;
}
100% {
top: 100%;
}
}
@keyframes gridanim {
0% {
top: 0%;
}
100% {
top: 100%;
}
}
@-webkit-keyframes gridanim2 {
0% {
bottom: 0%;
}
100% {
bottom: 100%;
}
}
@keyframes gridanim2 {
0% {
bottom: 0%;
}
100% {
bottom: 100%;
}
}
@media (max-width: 1600px) {
.grid_lines {
padding: 0 80px;
}
} @media (max-width: 1500px) {
.grid_lines {
padding: 0 40px;
}
} @media (max-width: 1399px) {
.grid_lines {
padding: 0 25px;
}
} @media (max-width: 991px) {
.footer-wrapper .widget-area {
padding-top: var(--section-space-mobile);
padding-bottom: 30px;
}
.grid_lines {
padding: 0 18px;
}
} @media (max-width: 767px) {
.copyright-text {
text-align: center;
}
} @media (max-width: 575px) {
.copyright-wrap {
background-size: cover;
}
}
.footer-widget .contact-feature {
padding: 0 !important;
background-color: transparent;
box-shadow: none;
gap: 15px;
}
.footer-widget .contact-feature:not(:last-child) {
margin-bottom: 28px;
}
.footer-widget .contact-feature .icon-btn {
--btn-size: 44px;
font-size: 16px;
}
.footer-widget .contact-feature_label {
margin-top: -0.4em;
font-size: 14px;
text-transform: uppercase;
line-height: 1.5;
}
.footer-widget .contact-feature_link {
font-size: 18px;
margin-bottom: -0.4em;
display: block;
}
.newsletter-wrap {
background: #090909;
padding: 40px;
}
.newsletter-wrap .widget {
margin-bottom: 0;
}
.newsletter-wrap .newsletter-widget {
max-width: none;
}
.newsletter-wrap .newsletter-widget .custom-checkbox label {
margin-bottom: 0;
}
.newsletter-widget {
max-width: 300px;
}
.newsletter-widget .newsletter-form {
gap: 0;
position: relative;
margin-top: -0.25em;
}
.newsletter-widget .form-group {
margin-bottom: 0;
}
.newsletter-widget input {
border-radius: 0px;
padding: 0 35px 20px 0px;
background: transparent;
color: var(--body-color);
border: 0;
border-bottom: 1px solid var(--border-color);
height: auto;
margin-bottom: 20px;
}
.newsletter-widget input::-webkit-input-placeholder {
color: var(--body-color);
}
.newsletter-widget input::-moz-placeholder {
color: var(--body-color);
}
.newsletter-widget input:-ms-input-placeholder {
color: var(--body-color);
}
.newsletter-widget input::-ms-input-placeholder {
color: var(--body-color);
}
.newsletter-widget input::placeholder {
color: var(--body-color);
}
.newsletter-widget input:active, .newsletter-widget input:focus {
background: transparent;
border: 0;
border-bottom: 1px solid var(--theme-color);
color: var(--body-color);
}
.newsletter-widget .th-btn {
position: absolute;
min-width: auto;
padding: 0;
background: transparent;
top: 5px;
right: 5px;
color: var(--theme-color);
}
.newsletter-widget .th-btn:after, .newsletter-widget .th-btn:before {
display: none;
}
.newsletter-widget .th-btn:hover {
background: transparent;
color: var(--white-color);
}
.newsletter-widget .custom-checkbox input[type="checkbox"]:checked ~ label:before {
background: transparent;
border-color: var(--border-color);
color: var(--body-color);
}
.newsletter-widget .custom-checkbox label {
font-size: 14px;
font-weight: 400;
color: var(--body-color);
}
.newsletter-widget .custom-checkbox label:before {
border-radius: 50%;
background: transparent;
border: 1px solid var(--border-color);
font-weight: 400;
font-size: 10px;
line-height: 17px;
}
.newsletter-widget.style2 {
max-width: none;
} .footer-layout2 .copyright-wrap {
border-top: 1px solid var(--border-color);
} @media (max-width: 375px) {
.newsletter-wrap {
padding: 30px;
}
} .breadcumb-menu {
max-width: 100%;
padding: 0;
margin: 40px 0 -0.5em 0;
list-style-type: none;
position: relative;
}
.breadcumb-menu li {
display: inline-block;
margin-right: 3px;
padding-right: 5px;
list-style: none;
position: relative;
}
.breadcumb-menu li a:hover {
color: var(--theme-color);
}
.breadcumb-menu li:after {
content: "\f101";
position: relative;
margin-left: 10px;
font-weight: 500;
font-size: 15px;
color: var(--theme-color);
font-family: var(--icon-font);
}
.breadcumb-menu li:last-child {
padding-right: 0;
margin-right: 0;
color: var(--white-color);
}
.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: 700;
font-family: var(--body-font);
font-size: 16px;
color: var(--white-color);
}
.breadcumb-title {
color: var(--white-color);
margin: -0.05em 0 -0.3em 0;
line-height: 1.1;
font-weight: 700;
}
.breadcumb-wrapper {
background-color: var(--title-color);
padding: calc(110px + 145px) 0 145px 0;
overflow: hidden;
}
.breadcumb-wrapper:before {
z-index: -1;
}  @media (max-width: 991px) {
.breadcumb-wrapper {
padding: calc(84px + 120px) 0 120px 0;
}
} @media (max-width: 767px) {
.breadcumb-wrapper {
padding: calc(84px + 100px) 0 100px 0;
}
} @media (max-width: 575px) {
.breadcumb-title {
font-size: 34px;
}
.breadcumb-wrapper {
padding: calc(74px + 100px) 0 100px 0;
}
} .th-pagination {
margin-bottom: 40px;
padding-top: 20px;
}
.th-pagination ul {
margin: 0;
padding: 0;
}
.th-pagination li {
display: inline-block;
margin: 0 3px;
list-style-type: none;
}
.th-pagination li:last-child {
margin-right: 0;
}
.th-pagination li:first-child {
margin-left: 0;
}
.th-pagination span,
.th-pagination a {
display: inline-block;
text-align: center;
position: relative;
border: none;
color: var(--white-color);
background-color: var(--black-color2);
width: 50px;
height: 50px;
line-height: 50px;
z-index: 1;
font-size: 16px;
font-weight: 700;
border-radius: 50%;
}
.th-pagination span i,
.th-pagination a i {
color: var(--theme-color);
-webkit-transition: 0.4s;
transition: 0.4s;
}
.th-pagination span.active, .th-pagination span:hover,
.th-pagination a.active,
.th-pagination a:hover {
color: var(--white-color);
background-color: var(--theme-color);
}
.th-pagination span.active i, .th-pagination span:hover i,
.th-pagination a.active i,
.th-pagination a:hover i {
color: var(--white-color);
} @media (max-width: 991px) {
.th-pagination {
padding-top: 0;
}
} @media (max-width: 767px) {
.th-pagination span,
.th-pagination a {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 14px;
}
}  blockquote,
.wp-block-quote {
display: block;
position: relative;
overflow: hidden;
font-size: 20px;
font-weight: 400;
font-family: var(--body-font);
color: var(--title-color);
background-color: var(--black-color2);
padding: 40px 40px 40px 160px;
margin: 30px 0 40px;
line-height: 30px;
border: none !important;
border-radius: 0px;
}
blockquote p,
blockquote pre,
.wp-block-quote p,
.wp-block-quote pre {
font-family: inherit;
color: inherit;
font-weight: inherit;
width: 100%;
position: relative;
z-index: 3;
margin-top: -0.5em;
margin-bottom: 0;
}
blockquote p a,
blockquote pre a,
.wp-block-quote p a,
.wp-block-quote pre a {
color: inherit;
}
blockquote:before,
.wp-block-quote:before {
content: "";
position: absolute;
left: 40px;
top: 40px;
font-size: 60px;
font-weight: 300;
line-height: normal;
color: var(--theme-color);
background-color: transparent;
background-image: url(//spartadesign360.com/wp-content/themes/agenxe/assets/img/icon/blog-quote1.svg);
width: 80px;
height: 57px;
text-align: center;
display: grid;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
blockquote cite,
.wp-block-quote cite {
display: inherit;
font-size: 16px !important;
font-family: var(--body-font);
position: relative;
line-height: 1;
font-weight: 700;
margin-bottom: -0.2em;
margin-top: 40px;
font-style: normal;
color: var(--theme-color);
white-space: nowrap;
}
blockquote cite:before,
.wp-block-quote cite:before {
content: "";
position: absolute;
left: 0;
top: -15px;
width: 36px;
height: 1px;
border-top: 1px solid var(--border-color);
}
blockquote.style-left-icon, blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.has-text-align-right,
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.has-text-align-right {
padding: 50px 40px 38px 165px;
}
blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
font-size: 18px;
color: var(--body-color);
font-weight: 400;
line-height: 1.556;
background-color: var(--smoke-color);
padding-left: 160px;
}
blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
color: var(--title-color);
}
blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
background-color: var(--title-color);
top: 8px;
}
blockquote.is-large p, blockquote.is-style-large p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
margin-bottom: -0.4em;
}
blockquote.is-large cite:before, blockquote.is-style-large cite:before,
.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before {
top: unset;
bottom: 10px;
}
blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
content: "\f10d";
right: unset;
left: 0;
}
blockquote.has-text-align-right cite:before,
.wp-block-quote.has-text-align-right cite:before {
left: auto;
right: 0;
}
.wp-block-pullquote {
color: var(--body-color);
padding: 0;
}
.wp-block-pullquote cite:before {
left: 50%;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
blockquote.has-very-dark-gray-color {
color: var(--body-color) !important;
}
.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
padding: 100px 15px 30px 15px;
}
.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
width: 100%;
height: 60px;
font-size: 30px;
}
.wp-block-column blockquote.style-left-icon, .wp-block-column blockquote.is-large:not(.is-style-plain), .wp-block-column blockquote.is-style-large:not(.is-style-plain), .wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
padding: 100px 15px 30px 15px;
} @media (max-width: 1199px) {
blockquote,
.wp-block-quote {
font-size: 16px;
}
blockquote.style-left-icon, blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.has-text-align-right,
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.has-text-align-right {
padding: 40px 20px 30px 120px;
}
} @media (max-width: 767px) {
blockquote.style-left-icon, blockquote.is-large:not(.is-style-plain), blockquote.is-style-large:not(.is-style-plain), blockquote.has-text-align-right,
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-quote.has-text-align-right {
padding: 100px 20px 30px 20px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: 90%;
}
}
.blog-meta {
display: block;
}
.blog-meta span,
.blog-meta a {
display: inline-block;
font-size: 16px;
font-weight: 500;
color: var(--body-color);
font-family: var(--body-font);
position: relative;
margin-right: 16px;
}
.blog-meta span:after,
.blog-meta a:after {
content: '';
display: inline-block;
height: 15px;
width: 1px;
background-color: var(--border-color);
margin-left: 20px;
position: relative;
top: 3px;
}
.blog-meta span i,
.blog-meta a i {
margin-right: 10px;
color: var(--theme-color);
}
.blog-meta span:last-child,
.blog-meta a:last-child {
margin-right: 0;
padding-right: 0;
}
.blog-meta span:last-child:after,
.blog-meta a:last-child:after {
display: none;
}
.blog-meta .author img {
border-radius: 50%;
width: 30px;
height: 30px;
margin-right: 6px;
}
.blog-meta a:hover {
color: var(--theme-color);
}
.blog-audio img,
.blog-img img,
.blog-video img {
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.blog-title a {
color: inherit;
}
.blog-title a:hover {
color: var(--theme-color);
}
.th-blog {
margin-bottom: 30px;
}
.blog-inner-title {
margin-top: -0.2em;
margin-bottom: 28px;
}
.blog-inner-title i {
color: var(--theme-color);
margin-right: 4px;
}
.blog-single {
position: relative;
margin-bottom: var(--blog-space-y, 40px);
background-color: transparent;
overflow: hidden;
}
.blog-single .blog-title {
margin-bottom: 13px;
font-size: 40px;
line-height: 1.333;
font-weight: 700;
}
.blog-single .blog-text {
margin-bottom: 23px;
}
.blog-single .social-links {
margin: 0;
padding: 0;
list-style-type: none;
display: inline-block;
}
.blog-single .social-links li {
display: inline-block;
margin-right: 3px;
}
.blog-single .social-links li:last-child {
margin-right: 0;
}
.blog-single .social-links a {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background-color: var(--smoke-color);
font-size: 14px;
color: var(--title-color);
text-align: center;
border-radius: 5px;
}
.blog-single .social-links a:hover {
color: var(--white-color);
background-color: var(--theme-color);
}
.blog-single .blog-meta {
margin: 0 0 14px 0;
}
.blog-single .blog-content {
margin: 0px 0 -0.3em 0;
position: relative;
}
.blog-single .blog-audio {
line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
position: relative;
overflow: hidden;
background-color: var(--smoke-color);
margin-bottom: 26px;
}
.blog-single .blog-audio img,
.blog-single .blog-img img,
.blog-single .blog-video img {
width: 100%;
}
.blog-single .blog-img .slick-arrow {
--pos-x: 30px;
--icon-size: 50px;
border: 1px solid var(--white-color);
background-color: transparent;
color: var(--white-color);
box-shadow: none;
}
.blog-single .blog-img .slick-arrow:hover {
color: var(--theme-color);
border-color: var(--theme-color);
}
.blog-single .blog-img .play-btn {
--icon-size: 100px;
position: absolute;
left: 50%;
top: 50%;
margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single .line-btn {
display: block;
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
margin-bottom: -1px;
}
.blog-single:not(.has-post-thumbnail) {
padding: 40px;
background: var(--black-color2);
}
.blog-single:not(.has-post-thumbnail) .blog-content {
margin: -0.3em 0 -0.3em 0;
}
.blog-single:hover .blog-img .slick-arrow {
opacity: 1;
visibility: visible;
}
.blog-details .blog-single {
background: transparent;
border: 1px solid var(--border-color);
padding: 0;
border: 0;
}
.blog-details .blog-single .blog-img {
margin-bottom: 30px;
}
.share-links-title {
font-size: 16px;
color: var(--title-color);
font-family: var(--title-font);
font-weight: 700;
margin: 0 30px 0 0;
display: inline-block;
}
.share-links {
padding: 18px 0 0;
}
.share-links > .row {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
--bs-gutter-y: 20px;
}
.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
display: inline-block;
}
.share-links .wp-block-tag-cloud a,
.share-links .tagcloud a {
background: var(--black-color2);
}
.share-links .wp-block-tag-cloud a:hover,
.share-links .tagcloud a:hover {
background: var(--theme-color);
}
.share-links .th-social {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
}
.blog-author {
margin-top: 60px;
background: var(--black-color2);
padding: 40px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 40px;
}
.blog-author .auhtor-img {
border-radius: 50%;
}
.blog-author .auhtor-img img {
border-radius: 50%;
}
.blog-author .author-name {
font-weight: 700;
font-size: 20px;
margin-bottom: 3px;
}
.blog-author .author-name a {
color: var(--title-color);
}
.blog-author .author-name a:hover {
color: var(--theme-color);
}
.blog-author .author-desig {
color: var(--theme-color);
font-size: 14px;
font-weight: 500;
}
.blog-author .author-text {
margin-bottom: 20px;
margin-top: 10px;
color: var(--white-color);
} @media (max-width: 1399px) {
.blog-single .blog-title {
font-size: 28px;
}
.share-links {
--blog-space-x: 20px;
}
} @media (max-width: 1199px) {
.blog-meta span,
.blog-meta a {
font-size: 14px;
}
.blog-single:not(.has-post-thumbnail) {
padding: 30px;
}
.blog-details .blog-single {
padding: 0;
}
} @media (max-width: 767px) {
.blog-author {
display: block;
}
.blog-author .auhtor-img {
margin-bottom: 30px;
}
.blog-single .blog-title {
font-size: 24px;
line-height: 1.3;
}
.blog-single .blog-text {
margin-bottom: 13px;
}
.blog-single .blog-bottom {
padding-top: 15px;
}
.blog-single .blog-meta span,
.blog-single .blog-meta a {
padding-right: 3px;
}
.blog-single .blog-meta span:after,
.blog-single .blog-meta a:after {
display: none;
}
.blog-single .share-links-title {
font-size: 18px;
display: block;
margin: 0 0 10px 0;
}
.blog-single .blog-img .play-btn {
--icon-size: 80px;
}
} @media (max-width: 575px) {
blockquote,
.wp-block-quote {
padding: 130px 30px 30px;
}
blockquote:before,
.wp-block-quote:before {
left: 30px;
}
.blog-single .blog-img .play-btn {
--icon-size: 60px;
}
.blog-single:not(.has-post-thumbnail) {
padding: 30px 20px;
}
.blog-details .blog-single {
padding: 0;
}
.blog-author {
padding: 30px;
margin-top: 40px;
}
} .th-comment-form {
margin-top: var(--blog-space-y, 60px);
position: relative;
}
.th-comment-form .row {
--bs-gutter-x: 20px;
}
.th-comment-form .form-title {
margin-top: -0.35em;
margin-bottom: 30px;
}
.th-comment-form .form-title .blog-inner-title {
margin-bottom: 12px;
}
.th-comment-form .form-title a#cancel-comment-reply-link {
font-size: 0.7em;
text-decoration: underline;
}
.th-comment-form .form-text {
margin-bottom: 25px;
font-size: 16px;
}
.th-comment-form .form-group > i {
color: var(--theme-color);
}
.blog-comment-area {
margin-bottom: 25px;
}
.th-comments-wrap {
padding-top: 60px;
}
.th-comments-wrap .description p:last-child {
margin-bottom: -0.5em;
}
.th-comments-wrap .comment-respond {
margin: 30px 0;
}
.th-comments-wrap pre {
background: #ededed;
color: #666;
font-size: 14px;
margin: 20px 0;
overflow: auto;
padding: 20px;
white-space: pre-wrap;
word-wrap: break-word;
}
.th-comments-wrap li {
margin: 0;
}
.th-comments-wrap .th-post-comment {
padding: 0;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-bottom: 40px;
position: relative;
}
.th-comments-wrap .th-post-comment ol,
.th-comments-wrap .th-post-comment ul,
.th-comments-wrap .th-post-comment dl {
margin-bottom: 1rem;
}
.th-comments-wrap .th-post-comment ol ol,
.th-comments-wrap .th-post-comment ol ul,
.th-comments-wrap .th-post-comment ul ol,
.th-comments-wrap .th-post-comment ul ul {
margin-bottom: 0;
}
.th-comments-wrap ul.comment-list {
list-style: none;
margin: 0;
padding: 0;
}
.th-comments-wrap ul.comment-list ul ul,
.th-comments-wrap ul.comment-list ul ol,
.th-comments-wrap ul.comment-list ol ul,
.th-comments-wrap ul.comment-list ol ol {
margin-bottom: 0;
}
.th-comments-wrap .comment-avater {
width: 100px;
height: 100px;
margin-right: 30px;
overflow: hidden;
border-radius: 50%;
}
.th-comments-wrap .comment-avater img {
width: 100%;
border-radius: 50%;
}
.th-comments-wrap .comment-content {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
position: relative;
}
.th-comments-wrap .commented-on {
font-size: 14px;
display: inline-block;
margin-bottom: 10px;
font-weight: 400;
color: var(--body-color);
}
.th-comments-wrap .commented-on i {
margin-right: 7px;
font-size: 0.9rem;
color: var(--theme-color);
}
.th-comments-wrap .name {
margin-bottom: 8px;
font-size: 20px;
}
.th-comments-wrap .comment-top {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.th-comments-wrap .text {
margin-bottom: 15px;
}
.th-comments-wrap .children {
margin: 0;
padding: 0;
list-style-type: none;
margin-left: 130px;
}
.th-comments-wrap .reply_and_edit {
margin-bottom: -0.46em;
}
.th-comments-wrap .reply_and_edit a {
margin-right: 10px;
}
.th-comments-wrap .reply_and_edit a:last-child {
margin-right: 0;
}
.th-comments-wrap .reply-btn {
font-weight: 700;
font-size: 16px;
color: var(--theme-color);
display: inline-block;
background: transparent;
border-radius: 0px;
padding: 0;
font-style: italic;
}
.th-comments-wrap .reply-btn i {
margin-right: 7px;
}
.th-comments-wrap .reply-btn:hover {
color: var(--title-color);
}
.th-comments-wrap .star-rating {
font-size: 12px;
margin-bottom: 10px;
position: absolute;
top: 5px;
right: 0;
width: 80px;
}
ul.comment-list .th-comment-item:last-child > .th-post-comment {
border-bottom: none;
padding-bottom: 0;
}
.th-comments-wrap.th-comment-form {
margin: 0;
} @media (max-width: 1199px) {
.th-comments-wrap .children {
margin-left: 40px;
}
} @media (max-width: 991px) {
.th-comments-wrap .comment-avater {
margin-right: 20px;
}
.th-comments-wrap .name {
font-size: 18px;
}
} @media (max-width: 767px) {
.th-comments-wrap .name {
font-size: 16px;
}
.th-comments-wrap .th-post-comment {
display: block;
}
.th-comments-wrap .star-rating {
position: relative;
top: 0;
right: 0;
}
.th-comments-wrap .comment-top {
display: block;
}
.th-comments-wrap .comment-avater {
margin-right: 0;
margin-bottom: 25px;
}
.th-comments-wrap .children {
margin-left: 40px;
}
.th-comments-wrap .children {
margin-left: 30px;
}
}  .th-hero-wrapper {
position: relative;
z-index: 2;
overflow: hidden;
}
.th-hero-wrapper .slick-arrow {
--pos-x: 110px;
box-shadow: none;
}
.th-hero-wrapper .slick-dots {
position: absolute;
top: 50%;
left: 80px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0;
}
.th-hero-wrapper .slick-dots li {
display: block;
margin: 0;
}
.th-hero-wrapper .slick-dots li ~ li {
margin: 15px 0 0 0;
}
.th-hero-wrapper .slick-dots button {
height: 6px;
width: 6px;
background: var(--theme-color);
}
.th-hero-wrapper .slick-dots button:before {
background: transparent;
border: 2px solid var(--theme-color);
}
@media (max-width: 1600px) {
.th-hero-wrapper .slick-arrow {
--pos-x: 50px
;
}
} @media (max-width: 1500px) {
.th-hero-wrapper .slick-arrow {
--pos-x: 40px;
}
}
.th-hero-bg {
position: absolute;
inset: 0;
}
@-webkit-keyframes anim {
from {
-webkit-transform: scale(1);
transform: scale(1);
}
to {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
}
@keyframes anim {
from {
-webkit-transform: scale(1);
transform: scale(1);
}
to {
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
}
.th-hero-overlay {
position: absolute;
left: 0;
top: 0;
} .hero-video-1 .play-btn > i {
display: inline-block;
width: var(--icon-size, 100px);
height: var(--icon-size, 100px);
line-height: var(--icon-size, 100px);
color: var(--title-color);
font-size: var(--icon-font-size, 20px);
}
.hero-video-1 .play-btn > i:hover {
color: var(--white-color);
}
.hero-subtitle {
font-family: var(--body-font);
color: var(--theme-color);
display: block;
font-size: 16px;
font-weight: 700;
margin-bottom: 5px;
text-transform: uppercase;
margin-top: -0.24em;
}
.hero-title {
font-size: 120px;
font-weight: 700;
line-height: 120px;
margin-bottom: 0;
-webkit-clip-path: none;
clip-path: none;
opacity: 0;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-name: titleAnimation;
animation-name: titleAnimation;
}
.hero-title img {
margin-right: 10px;
}
.hero-title .hero-title-anime {
font-size: 12px;
font-weight: 700;
width: 90px;
height: 90px;
border-radius: 50%;
-webkit-transition: 0.4s;
transition: 0.4s;
position: relative;
display: inline-block;
background: var(--theme-color);
line-height: 17px;
text-align: center;
animation: spin 10s infinite alternate-reverse;
}
.hero-title .hero-title-anime:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
background: transparent;
border: 1px solid var(--white-color);
height: 44px;
width: 44px;
border-radius: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.hero-title .hero-title-anime span {
--rotate-letter: 18deg;
height: 41px;
position: absolute;
width: 20px;
left: 39%;
top: 4px;
-webkit-transform-origin: bottom center;
-ms-transform-origin: bottom center;
transform-origin: bottom center;
-webkit-transform: rotate(var(--rotate-letter));
-ms-transform: rotate(var(--rotate-letter));
transform: rotate(var(--rotate-letter));
}
.hero-title .hero-title-anime span.char2 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 2));
-ms-transform: rotate(calc(var(--rotate-letter) * 2));
transform: rotate(calc(var(--rotate-letter) * 2));
}
.hero-title .hero-title-anime span.char3 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 3));
-ms-transform: rotate(calc(var(--rotate-letter) * 3));
transform: rotate(calc(var(--rotate-letter) * 3));
}
.hero-title .hero-title-anime span.char4 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 4));
-ms-transform: rotate(calc(var(--rotate-letter) * 4));
transform: rotate(calc(var(--rotate-letter) * 4));
}
.hero-title .hero-title-anime span.char5 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 5));
-ms-transform: rotate(calc(var(--rotate-letter) * 5));
transform: rotate(calc(var(--rotate-letter) * 5));
}
.hero-title .hero-title-anime span.char6 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 6));
-ms-transform: rotate(calc(var(--rotate-letter) * 6));
transform: rotate(calc(var(--rotate-letter) * 6));
}
.hero-title .hero-title-anime span.char7 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 7));
-ms-transform: rotate(calc(var(--rotate-letter) * 7));
transform: rotate(calc(var(--rotate-letter) * 7));
}
.hero-title .hero-title-anime span.char8 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 8));
-ms-transform: rotate(calc(var(--rotate-letter) * 8));
transform: rotate(calc(var(--rotate-letter) * 8));
}
.hero-title .hero-title-anime span.char9 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 9));
-ms-transform: rotate(calc(var(--rotate-letter) * 9));
transform: rotate(calc(var(--rotate-letter) * 9));
}
.hero-title .hero-title-anime span.char10 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 10));
-ms-transform: rotate(calc(var(--rotate-letter) * 10));
transform: rotate(calc(var(--rotate-letter) * 10));
}
.hero-title .hero-title-anime span.char11 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 11));
-ms-transform: rotate(calc(var(--rotate-letter) * 11));
transform: rotate(calc(var(--rotate-letter) * 11));
}
.hero-title .hero-title-anime span.char12 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 12));
-ms-transform: rotate(calc(var(--rotate-letter) * 12));
transform: rotate(calc(var(--rotate-letter) * 12));
}
.hero-title .hero-title-anime span.char13 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 13));
-ms-transform: rotate(calc(var(--rotate-letter) * 13));
transform: rotate(calc(var(--rotate-letter) * 13));
}
.hero-title .hero-title-anime span.char14 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 14));
-ms-transform: rotate(calc(var(--rotate-letter) * 14));
transform: rotate(calc(var(--rotate-letter) * 14));
}
.hero-title .hero-title-anime span.char15 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 15));
-ms-transform: rotate(calc(var(--rotate-letter) * 15));
transform: rotate(calc(var(--rotate-letter) * 15));
}
.hero-title .hero-title-anime span.char16 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 16));
-ms-transform: rotate(calc(var(--rotate-letter) * 16));
transform: rotate(calc(var(--rotate-letter) * 16));
}
.hero-title .hero-title-anime span.char17 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 17));
-ms-transform: rotate(calc(var(--rotate-letter) * 17));
transform: rotate(calc(var(--rotate-letter) * 17));
}
.hero-title .hero-title-anime span.char18 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 18));
-ms-transform: rotate(calc(var(--rotate-letter) * 18));
transform: rotate(calc(var(--rotate-letter) * 18));
}
.hero-title .hero-title-anime span.char19 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 19));
-ms-transform: rotate(calc(var(--rotate-letter) * 19));
transform: rotate(calc(var(--rotate-letter) * 19));
}
.hero-title .hero-title-anime span.char20 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 20));
-ms-transform: rotate(calc(var(--rotate-letter) * 20));
transform: rotate(calc(var(--rotate-letter) * 20));
}
.hero-title .hero-title-anime span.char21 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 21));
-ms-transform: rotate(calc(var(--rotate-letter) * 21));
transform: rotate(calc(var(--rotate-letter) * 21));
}
.hero-title .hero-title-anime span.char22 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 22));
-ms-transform: rotate(calc(var(--rotate-letter) * 22));
transform: rotate(calc(var(--rotate-letter) * 22));
}
.hero-title:last-of-type {
margin-bottom: 35px;
}
.hero-text {
margin-bottom: 43px;
}
.hero-1 {
background-position: left;
}
.hero-1 .hero-thumb {
margin-top: 110px;
margin-left: -200px;
-webkit-animation: bell-outer 5s ease-out infinite;
animation: bell-outer 5s ease-out infinite;
}
@-webkit-keyframes bell-outer {
0%, 50%, 100% {
-webkit-transform: rotateX(8deg) rotateZ(0);
transform: rotateX(8deg) rotateZ(0);
}
30% {
-webkit-transform: rotateX(8deg) rotateZ(8deg);
transform: rotateX(8deg) rotateZ(8deg);
}
80% {
-webkit-transform: rotateX(8deg) rotateZ(-8deg);
transform: rotateX(8deg) rotateZ(-8deg);
}
}
@keyframes bell-outer {
0%, 50%, 100% {
-webkit-transform: rotateX(8deg) rotateZ(0);
transform: rotateX(8deg) rotateZ(0);
}
30% {
-webkit-transform: rotateX(8deg) rotateZ(8deg);
transform: rotateX(8deg) rotateZ(8deg);
}
80% {
-webkit-transform: rotateX(8deg) rotateZ(-8deg);
transform: rotateX(8deg) rotateZ(-8deg);
}
}
.hero-style1 {
position: relative;
z-index: 6;
padding: calc(110px + 230px) 0 230px 0;
}
.hero-style1 .hero-title:first-of-type {
margin-top: -0.04em;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}
.hero-style1 .hero-title:last-of-type {
margin-bottom: -0.21em;
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
}
.hero-style1 .hero-title img {
margin-top: -33px;
} @media (max-width: 1399px) {
.hero-title {
font-size: 120px;
line-height: 140px;
}
.hero-title .hero-title-anime {
width: 90px;
height: 90px;
}
.hero-title .hero-title-anime span {
height: 36px;
left: 39%;
}
.hero-title .hero-title-anime:after {
height: 35px;
width: 35px;
}
.hero-style1 .hero-title img {
margin-top: -25px;
}
.hero-1 .hero-thumb {
margin-left: -483px;
}
} @media (max-width: 1299px) {
.hero-1 .hero-thumb {
margin-left: -424px;
}
} @media (max-width: 1199px) {
.hero-title {
font-size: 80px;
line-height: 100px;
}
.hero-title img {
width: 200px;
}
.hero-style1 .hero-title img {
margin-top: -17px;
}
.hero-1 .hero-thumb {
margin-left: -415px;
}
.hero-title .hero-title-anime {
width: 60px;
height: 60px;
font-size: 8px;
}
.hero-title .hero-title-anime span {
height: 28px;
left: 34%;
top: 2px;
}
.hero-title .hero-title-anime:after {
height: 28px;
width: 28px;
}
} @media (max-width: 991px) {
.hero-style1 {
padding: 60px 0 120px;
text-align: center;
}
.hero-style1 .hero-title:last-of-type {
margin-bottom: -0.35em;
}
.hero-1 .hero-thumb {
margin-top: calc(84px + 120px);
margin-left: 0;
}
.hero-1 .hero-thumb img {
border-radius: 10px;
}
} @media (max-width: 767px) {
.hero-title {
font-size: 62px;
}
} @media (max-width: 575px) {
.hero-subtitle {
font-size: 14px;
margin-bottom: 12px;
}
.hero-title {
font-size: 40px;
line-height: 1.3;
}
.hero-text {
margin-bottom: 28px;
}
.hero-style1 .hero-title img {
margin-top: 0;
margin-bottom: 8px;
width: 150px;
}
.hero-title .hero-title-anime {
width: 35px;
height: 35px;
font-size: 6px;
}
.hero-title .hero-title-anime span {
--rotate-letter: 18deg;
height: 18px;
left: 23%;
top: 0px;
}
.hero-title .hero-title-anime:after {
height: 10px;
width: 10px;
}
.hero-1 .hero-thumb {
margin-top: calc(74px + 100px);
}
.hero-style1 {
padding: 60px 0 100px;
}
.hero-style1 .hero-title:last-of-type {
margin-bottom: -0.55em;
}
}
@media (max-width: 330px) {
.hero-style1 .hero-title img {
display: none;
}
}
@-webkit-keyframes titleAnimation {
0% {
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0;
-webkit-clip-path: polygon(100% 0, 100% 0%, 0 90%, 0 0%);
clip-path: polygon(100% 0, 100% 0%, 0 90%, 0 0%);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
}
}
@keyframes titleAnimation {
0% {
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
opacity: 0;
-webkit-clip-path: polygon(100% 0, 100% 0%, 0 90%, 0 0%);
clip-path: polygon(100% 0, 100% 0%, 0 90%, 0 0%);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
}
} .hero-2 {
overflow: initial;
}
.hero-2 .video-area-2 {
-webkit-transform: translateY(60px);
-ms-transform: translateY(60px);
transform: translateY(60px);
margin-top: -60px;
margin-bottom: 60px;
-webkit-mask-size: cover;
-webkit-mask-position: center;
}
.hero-2 .video-area-2 img {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
object-fit: cover;
}
.hero-style2 {
position: relative;
z-index: 6;
padding: calc(110px + 148px) 0 16px 0;
text-align: center;
}
.hero-style2 .hero-title {
font-size: 100px;
line-height: 110px;
text-transform: uppercase;
margin-bottom: 23px;
}
.hero-style2 .cta-btn {
background-color: var(--white-color);
color: var(--theme-color);
padding: 35px;
}
.hero-style2 .cta-btn i {
font-size: 30px;
}
.hero-style2 .cta-btn:hover {
background-color: var(--theme-color);
color: var(--white-color);
} @media (min-width: 1922px) {
.hero-2 .video-area-2 {
-webkit-transform: translateY(80px);
-ms-transform: translateY(80px);
transform: translateY(80px);
margin-top: -80px;
margin-bottom: 80px;
-webkit-mask-size: cover;
-webkit-mask-position: center;
}
} @media (max-width: 1500px) {
.hero-2 .video-area-2 {
margin-bottom: 20px;
}
} @media (max-width: 1299px) {
.hero-style2 .hero-title {
font-size: 90px;
line-height: 100px;
}
.hero-1 .hero-thumb {
margin-left: -314px;
}
} @media (max-width: 1199px) {
.hero-style2 .hero-title {
font-size: 75px;
line-height: 90px;
margin-bottom: 20px;
}
.hero-1 .hero-thumb {
margin-left: -454px;
}
} @media (max-width: 991px) {
.hero-style2 {
padding: calc(110px + 58px) 0 36px 0;
}
.hero-1 .hero-thumb {
display: none;
}
.hero-style1 {
padding: 190px 0 120px;
}
} @media (max-width: 767px) {
.hero-style2 .hero-title {
font-size: 55px;
line-height: 1.3;
}
} @media (max-width: 575px) {
.hero-style2 .hero-title {
font-size: 45px;
}
} @media (max-width: 375px) {
.hero-style2 .hero-title {
font-size: 38px;
}
} .hero-style3 {
padding: 240px 0 70px;
}
.hero-style3 .hero-title {
font-size: 130px;
line-height: 140px;
margin-bottom: -0.25em;
}
.hero-video-wrap {
height: 236px;
width: 236px;
border-radius: 50%;
position: relative;
text-align: center;
line-height: 236px;
margin-bottom: 70px;
}
.hero-video-wrap .play-btn {
line-height: initial;
}
.hero-client-wrap .hero-client_title {
font-size: 20px;
font-weight: 700;
font-family: var(--title-font);
color: var(--title-color);
margin-top: 30px;
max-width: 223px;
margin-bottom: 70px;
}
.hero-client-wrap .hero-tag {
position: relative;
display: inline-block;
}
.hero-client-wrap .hero-tag .about-experience-tag {
position: initial;
height: 160px;
width: 160px;
border: 1px solid #9B9B9C;
}
.hero-client-wrap .hero-tag .about-experience-tag span {
--rotate-letter: 12deg;
height: 70px;
left: 38%;
top: 3px;
color: #9B9B9C;
}
.hero-client-wrap .hero-tag .about-experience-tag:before {
border: 1px solid #9B9B9C;
}
.hero-client-wrap .hero-tag_icon {
font-size: 40px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #9B9B9C;
} @media (max-width: 1399px) {
.hero-style3 .hero-title {
font-size: 100px;
line-height: 1.2;
}
} @media (max-width: 1299px) {
.hero-client-wrap .hero-client_title {
margin-bottom: 40px;
}
.hero-client-wrap {
margin-bottom: 30px;
}
} @media (max-width: 1199px) {
.hero-client-wrap .hero-client_title {
margin-bottom: 30px;
}
.hero-style3 .hero-title {
font-size: 75px;
line-height: 90px;
}
.hero-video-wrap {
margin-bottom: 20px;
}
} @media (max-width: 991px) {
.hero-video-wrap {
height: 200px;
width: 200px;
line-height: 200px;
}
.hero-style3 {
padding: 200px 0 70px;
}
} @media (max-width: 767px) {
.hero-style3 {
text-align: center;
}
} @media (max-width: 575px) {
.hero-style3 .hero-title {
font-size: 50px;
line-height: 1.3;
}
.hero-3 {
text-align: center;
}
.hero-video-wrap {
margin: auto;
margin-bottom: 30px;
}
.hero-client-wrap .hero-client_title {
margin: 30px auto 30px;
}
} @media (max-width: 375px) {
.hero-style3 {
padding: 160px 0 70px;
}
} .error-content {
text-align: center;
}
.error-content .error-btn {
padding: 50px 0;
}
.error-img {
text-align: center;
margin-bottom: 60px;
} @media (max-width: 991px) {
.error-title {
margin-bottom: 15px;
}
.error-img {
margin-bottom: 30px;
}
.error-text {
margin-bottom: 25px;
}
} @media (max-width: 767px) {
.error-title {
margin-bottom: 10px;
}
} .popup-search-box {
position: fixed;
top: 0;
left: 50%;
background-color: rgba(0, 0, 0, 0.95);
height: 0;
width: 0;
overflow: hidden;
z-index: 99999;
opacity: 0;
visibility: hidden;
border-radius: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
width: 60px;
height: 60px;
position: absolute;
top: 40px;
right: 40px;
border-width: 1px;
border-style: solid;
border-color: var(--theme-color);
background-color: transparent;
font-size: 22px;
border-radius: 50%;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
color: var(--theme-color);
}
.popup-search-box button.searchClose:hover {
color: var(--body-color);
background-color: #fff;
border-color: transparent;
border-color: transparent;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.popup-search-box form {
position: absolute;
top: 50%;
left: 50%;
display: inline-block;
padding-bottom: 40px;
cursor: auto;
width: 100%;
max-width: 700px;
-webkit-transform: translate(-50%, -50%) scale(0);
-ms-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
-webkit-transition: -webkit-transform ease 0.4s;
transition: -webkit-transform ease 0.4s;
transition: transform ease 0.4s;
transition: transform ease 0.4s, -webkit-transform ease 0.4s; }
@media (max-width: 1199px) {
.popup-search-box form {
max-width: 600px;
}
}
.popup-search-box form input {
font-size: 18px;
height: 70px;
width: 100%;
border: 2px solid var(--theme-color);
background-color: transparent;
padding-left: 30px;
color: #fff;
border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
color: #fff;
}
.popup-search-box form input::-webkit-input-placeholder {
color: #fff;
}
.popup-search-box form input:-ms-input-placeholder {
color: #fff;
}
.popup-search-box form input::-ms-input-placeholder {
color: #fff;
}
.popup-search-box form input::placeholder {
color: #fff;
}
.popup-search-box form button {
position: absolute;
top: 0px;
background-color: transparent;
border: none;
color: #fff;
font-size: 24px;
right: 12px;
color: var(--white-color);
cursor: pointer;
width: 70px;
height: 70px;
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
-webkit-transform: scale(1.001);
-ms-transform: scale(1.001);
transform: scale(1.001);
}
.popup-search-box form button:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.popup-search-box.show {
opacity: 1;
visibility: visible;
width: 100.1%;
height: 100%;
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
border-radius: 0;
}
.popup-search-box.show form {
-webkit-transition-delay: 0.5s;
transition-delay: 0.5s;
-webkit-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
} .sidemenu-wrapper {
position: fixed;
z-index: 99999;
right: 0;
top: 0;
height: 100%;
width: 0;
background-color: rgba(0, 0, 0, 0.75);
opacity: 0;
visibility: hidden;
-webkit-transition: all ease 0.8s;
transition: all ease 0.8s;
color: #9B9B9C;
--body-color: #9B9B9C;
}
.sidemenu-wrapper .th-social a {
background-color: transparent;
border: 1px solid var(--border-color);
}
.sidemenu-wrapper .th-social a:hover {
background-color: var(--theme-color);
border-color: var(--theme-color);
}
.sidemenu-wrapper .widget_nav_menu a, .sidemenu-wrapper .widget_meta a, .sidemenu-wrapper .widget_pages a, .sidemenu-wrapper .widget_archive a, .sidemenu-wrapper .widget_categories a {
color: var(--body-color);
}
.sidemenu-wrapper .widget_nav_menu a:hover, .sidemenu-wrapper .widget_meta a:hover, .sidemenu-wrapper .widget_pages a:hover, .sidemenu-wrapper .widget_archive a:hover, .sidemenu-wrapper .widget_categories a:hover {
color: var(--theme-color);
}
.sidemenu-wrapper .closeButton {
display: inline-block;
border: 2px solid;
width: 50px;
height: 50px;
line-height: 48px;
font-size: 24px;
padding: 0;
position: absolute;
top: 20px;
right: 20px;
background-color: var(--white-color);
border-radius: 50%;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
color: var(--theme-color);
border-color: var(--theme-color);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
background-color: var(--dark-color);
width: 450px;
margin-left: auto;
padding: 80px 30px;
height: 100%;
overflow-y: scroll;
position: relative;
right: -500px;
cursor: auto;
-webkit-transition-delay: 1s;
transition-delay: 1s;
-webkit-transition: right ease 1s;
transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
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.show {
opacity: 1;
visibility: visible;
width: 100%;
-webkit-transition: all ease 0.8s;
transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
right: 0;
opacity: 1;
visibility: visible;
} .woocommerce-message,
.woocommerce-info {
position: relative;
padding: 11px 20px 11px 50px;
background-color: var(--theme-color);
color: var(--white-color);
font-size: 14px;
font-weight: 600;
margin-bottom: 15px;
border-radius: 5px;
}
.woocommerce-message a,
.woocommerce-info a {
color: var(--white-color);
text-decoration: underline;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover {
color: var(--title-color);
}
.woocommerce-message:before,
.woocommerce-info:before {
content: '\f06a';
font-family: var(--icon-font);
font-weight: 400;
margin-right: 10px;
font-size: 18px;
position: absolute;
left: 20px;
top: 11px;
}
.woocommerce-notices-wrapper .woocommerce-message {
background-color: var(--theme-color);
color: var(--white-color);
}
.woocommerce-notices-wrapper .woocommerce-message:before {
content: '\f14a';
font-weight: 300;
}
.woocommerce-form-login-toggle .woocommerce-info {
background-color: var(--theme-color);
color: var(--white-color);
}
.woocommerce-form-login-toggle .woocommerce-info a {
color: inherit;
}
.woocommerce-form-login-toggle .woocommerce-info a:hover {
color: var(--title-color);
}
.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
padding: 35px 40px 35px 40px;
background-color: var(--black-color2);
box-shadow: 0px 6px 30px rgba(1, 15, 28, 0.1);
margin-bottom: 0;
border-radius: 10px; }
@media (max-width: 575px) {
.woocommerce-form-register,
.woocommerce-form-coupon,
.woocommerce-form-login {
padding: 40px 20px;
}
}
.woocommerce-form-register .form-group,
.woocommerce-form-coupon .form-group,
.woocommerce-form-login .form-group {
margin-bottom: 20px;
}
.woocommerce-form-register .form-group:last-child,
.woocommerce-form-coupon .form-group:last-child,
.woocommerce-form-login .form-group:last-child {
margin-bottom: 0;
}
.woocommerce-form-coupon input {
border-color: var(--theme-color);
}
.woocommerce-error {
background-color: var(--error-color);
color: #fff;
list-style: none;
padding: 10px 26px;
margin: 0 0 30px 0;
border-radius: 5px;
font-weight: 700;
font-size: 14px;
}
nav.woocommerce-MyAccount-navigation li {
border: 1px solid #ddd;
margin: 0;
border-top: none;
}
nav.woocommerce-MyAccount-navigation li:first-child {
border-top: 1px solid #ddd;
}
nav.woocommerce-MyAccount-navigation li a {
color: var(--title-color);
font-weight: 700;
padding: 7px 17px;
display: block;
}
nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
color: var(--white-color);
background-color: var(--theme-color);
}
.woocommerce-MyAccount-content h3 {
margin-top: -0.3em;
}
.woocommerce-MyAccount-content .btn {
background-color: var(--theme-color);
color: var(--white-color);
font-size: 14px;
padding: 10px 25px;
font-weight: 700;
}
.woocommerce-MyAccount-content .btn:hover {
background-color: var(--title-color);
color: var(--white-color);
}
table.variations,
.woocommerce-grouped-product-list-item {
border-collapse: separate;
border-spacing: 0 15px;
margin-bottom: 5px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border: none;
}
table.variations td,
.woocommerce-grouped-product-list-item td {
border: none;
vertical-align: middle;
padding: 0 5px;
}
table.variations td:first-child,
.woocommerce-grouped-product-list-item td:first-child {
padding: 0;
}
table.variations label,
.woocommerce-grouped-product-list-item label {
margin: 0;
font-size: 14px;
text-transform: capitalize;
}
table.variations label a,
.woocommerce-grouped-product-list-item label a {
color: var(--title-color);
}
table.variations label a:hover,
.woocommerce-grouped-product-list-item label a:hover {
color: var(--theme-color);
}
table.variations .label,
.woocommerce-grouped-product-list-item .label {
border: none;
}
table.variations__label,
.woocommerce-grouped-product-list-item__label {
border: none !important;
font-weight: 600;
}
table.variations__price,
.woocommerce-grouped-product-list-item__price {
border: none !important;
}
table.variations__price .price,
table.variations__price .amount,
.woocommerce-grouped-product-list-item__price .price,
.woocommerce-grouped-product-list-item__price .amount {
font-size: 18px !important;
}
table.variations del,
.woocommerce-grouped-product-list-item del {
margin-left: 12px;
}
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
border: 1px solid var(--border-color);
}
.woocommerce-product-attributes th p:last-child,
.woocommerce-product-attributes td p:last-child {
margin-bottom: 0;
}
.woocommerce-grouped-product-list.group_table {
border-collapse: collapse;
margin-bottom: 15px;
}
.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
font-size: 16px;
color: var(--title-color);
}
.woocommerce-grouped-product-list.group_table label {
margin: 0 0 0 10px;
margin: 0 0 0 10px;
font-family: var(--title-font);
font-size: 18px;
}
.woocommerce-grouped-product-list.group_table .qty-input {
border-color: #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr {
border-bottom: 1px solid #e3e6e9;
}
.woocommerce-grouped-product-list.group_table tr:last-child {
border-bottom: none;
}
.woocommerce-grouped-product-list.group_table td {
padding: 30px 5px;
}
table.variations {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
position: relative;
}
table.variations td {
padding: 0;
}
table.variations td.label {
padding-right: 10px;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
table.variations select {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
font-weight: 400;
line-height: 1.5;
vertical-align: middle;
margin: 0;
padding-right: 54px;
padding-left: 20px;
height: 50px;
border: 1px solid var(--theme-color);
}
table.variations .reset_variations {
margin-left: 16px;
display: inline-block;
position: absolute;
left: 100%;
bottom: 25px;
}
.woosq-product .product .woocommerce-grouped-product-list-item__quantity,
.woosq-product .product .woocommerce-grouped-product-list-item__label,
.woosq-product .product .woocommerce-grouped-product-list-item__price {
width: auto !important;
}
.woosq-product > .product .summary,
.woosq-product .thumbnails {
background: var(--black-color2);
}
.woocommerce-variation.single_variation {
margin-bottom: 30px;
}
.woocommerce-variation.single_variation .price {
color: var(--title-color);
font-weight: 700;
}
.wooscp-table-items td.woocommerce-product-attributes-item__value {
padding-left: 15px !important;
}
.wooscp-table-items a.added_to_cart.wc-forward {
margin-left: 15px;
text-decoration: underline;
}
.tinvwl_added_to_wishlist.tinv-modal.tinv-modal-open {
z-index: 1111;
}
table.woocommerce-product-attributes {
margin-bottom: 30px;
}
#woosq-popup .product_meta {
margin-top: 20px;
}
#woosq-popup .product_title {
font-size: 24px;
margin-bottom: 5px;
}
#woosq-popup .single-product .product .actions {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 20px;
}
#woosq-popup .single-product .product .actions > div {
height: auto;
overflow: visible;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
#woosq-popup .single-product .product .actions > div .quantity.style2.woocommerce-grouped-product-list-item__quantity {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
.mfp-woosq .mfp-close:before {
color: var(--title-color);
}
.login-tab {
margin-bottom: 30px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.login-tab button.nav-link {
background-color: var(--smoke-color);
color: var(--title-color);
padding: 11px 39px;
font-size: 18px;
font-weight: 500;
border-radius: 15px ​15px 0;
}
.login-tab button.nav-link.active {
background-color: var(--theme-color);
color: var(--white-color);
}
.star-rating {
overflow: hidden;
position: relative;
width: 100px;
height: 1.2em;
line-height: 1.2em;
display: block;
font-family: var(--icon-font);
font-weight: 700;
font-size: 14px;
}
.star-rating:before {
content: "\e28b\e28b\e28b\e28b\e28b";
color: #e1e1e1;
float: left;
top: 0;
left: 0;
position: absolute;
letter-spacing: 3px;
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.star-rating span:before {
content: "\e28b\e28b\e28b\e28b\e28b";
top: 0;
position: absolute;
left: 0;
color: var(--theme-color);
letter-spacing: 3px;
}
.rating-select label {
margin: 0;
margin-right: 10px;
}
.rating-select p.stars {
margin-bottom: 0;
line-height: 1;
}
.rating-select p.stars a {
position: relative;
height: 14px;
width: 18px;
text-indent: -999em;
display: inline-block;
text-decoration: none;
}
.rating-select p.stars a::before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 18px;
height: 14px;
line-height: 1;
font-family: var(--icon-font);
content: "\e28b";
font-weight: 400;
text-indent: 0;
color: var(--yellow-color);
}
.rating-select p.stars a:hover ~ a::before {
content: "\e28b";
font-weight: 400;
}
.rating-select p.stars:hover a::before {
content: "\e28b";
font-weight: 700;
}
.rating-select p.stars.selected a.active::before {
content: "\e28b";
font-weight: 700;
}
.rating-select p.stars.selected a.active ~ a::before {
content: "\e28b";
font-weight: 400;
}
.rating-select p.stars.selected a:not(.active)::before {
content: "\e28b";
font-weight: 700;
} @media (max-width: 767px) {
.woocommerce-message,
.woocommerce-info {
font-size: 14px;
line-height: 22px;
padding: 10px 15px 10px 37px;
}
.woocommerce-message:before,
.woocommerce-info:before {
font-size: 16px;
top: 10px;
left: 15px;
}
} .th-product {
text-align: center;
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
}
.th-product .product-title {
font-size: 20px;
margin: 10px 0 10px 0;
}
.th-product .product-title a {
color: inherit;
}
.th-product .product-title a:hover {
color: var(--theme-color);
}
.th-product .price {
display: block;
color: var(--body-color);
font-weight: 500;
margin-bottom: -0.4em;
font-family: var(--body-font);
}
.th-product .price del {
margin-left: 10px;
color: #a9a9a9;
}
.th-product .product-img {
--space: 20px;
background-color: var(--black-color2);
overflow: hidden;
position: relative;
margin: 0 0 25px 0;
text-align: center;
z-index: 2;
border-radius: 5px;
}
.th-product .product-img:before {
--space: 20px;
content: '';
height: calc(100% - var(--space)*2);
width: calc(100% - var(--space)*2);
border-radius: inherit;
position: absolute;
top: var(--space);
left: var(--space);
background-color: var(--black-color);
z-index: 1;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
visibility: hidden;
opacity: 0;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.th-product .product-img .product-tag {
font-size: 14px;
position: absolute;
top: 20px;
right: 20px;
background-color: var(--theme-color);
color: var(--white-color);
padding: 0 12px;
z-index: 3;
border-radius: 4px;
}
.th-product .product-img img {
width: 100%;
-webkit-transition: all ease 0.4s;
transition: all ease 0.4s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.th-product .star-rating {
margin: 0 auto 5px auto;
width: 93px;
}
.th-product .actions {
height: 100%;
position: absolute;
left: 0;
top: 50%;
right: 0;
text-align: center;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 3;
margin-top: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.th-product .actions .icon-btn {
--btn-size: 40px;
font-size: 14px;
border-color: var(--white-color);
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
color: var(--white-color);
}
.th-product .actions .icon-btn:hover {
color: var(--black-color2);
border-color: var(--white-color);
}
.th-product .actions > * {
margin: 0 var(--icon-gap-x, 5px);
}
.th-product .actions > * > a {
margin: 0;
}
.th-product .icon-btn {
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
width: 40px;
height: 40px;
line-height: 40px;
display: inline-block;
}
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
position: relative;
top: 0;
left: 0;
line-height: inherit;
margin: 0;
font-size: 24px;
}
.th-product .tinv-wishlist a {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background-color: var(--theme-color);
color: var(--title-color);
border-radius: 50%;
}
.th-product .tinv-wishlist a:hover {
background-color: var(--white-color);
color: var(--white-color);
}
.th-product .add_to_cart_button.added {
display: none;
}
.th-product .added_to_cart {
width: 40px;
height: 40px;
line-height: 40px;
background-color: var(--theme-color);
color: var(--white-color);
font-size: 0;
text-align: center;
border-radius: 50%;
}
.th-product .added_to_cart:after {
content: "\f07a";
position: relative;
font-family: var(--icon-font);
font-size: 16px;
font-weight: 700;
}
.th-product .added_to_cart:hover {
background-color: var(--white-color);
color: var(--black-color2);
}
.th-product .action-btn {
background-color: var(--white-color);
font-size: 14px;
font-family: var(--title-font);
text-transform: uppercase;
font-weight: bold;
display: inline-block;
padding: 13px 25px;
}
.th-product:hover .product-img img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.th-product:hover .product-img:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
visibility: visible;
opacity: 0.7;
}
.th-product:hover .actions {
margin-top: 0;
opacity: 1;
visibility: visible;
}
.th-product:hover .icon-btn {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.th-product.list-view {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
text-align: left;
height: 100%;
}
.th-product.list-view .product-img {
width: 100%;
max-width: 200px;
margin: 0;
}
.th-product.list-view .star-rating {
margin: 0 auto 10px 0;
width: 93px;
}
.th-product.list-view .product-content {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
border: 1px solid var(--border-color);
border-left: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
padding: 0 25px;
}
.th-product.list-view .actions {
--btn-size: 35px;
--btn-font-size: 13px;
--icon-gap-x: 2px;
}
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
width: 35px;
height: 35px;
line-height: 35px;
}
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.th-product.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
font-size: 20px;
}
.th-product.list-view .tinv-wishlist a {
width: 35px;
height: 35px;
line-height: 35px;
}
.th-product.list-view .added_to_cart {
width: 35px;
height: 35px;
line-height: 35px;
}
.th-product.list-view .added_to_cart:after {
font-size: 16px;
}
.th-product.list-view .action-btn {
padding: 8px 15px;
}
.th-product.list-view .tag {
top: 8px;
right: 8px;
padding: 0px 15px;
}
.th-product.list-view .product-title {
font-size: 18px;
margin: 0 0 5px 0;
}
.th-product.list-view .product-price {
font-size: 14px;
}
#productCarousel .slick-arrow {
top: 37.5%;
}
.mfp-content {
margin: 1.5rem auto;
}
.mfp-content .product-details-img {
padding-top: 15px;
}
.mfp-content .product-about {
padding-top: 20px;
padding-bottom: 20px;
}
.mfp-content .container {
position: relative;
background-size: contain;
background-repeat: repeat;
}
.mfp-content .product-big-img {
margin-top: 20px;
margin-bottom: 20px;
}
.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.mfp-close-btn-in .mfp-close {
color: var(--white-color);
}
.woosq-popup {
max-height: 600px;
max-width: 1220px;
}
.woosq-popup .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after {
display: none;
}
.woosq-product .thumbnails img {
padding: 10px;
}
.woosq-product .thumbnails .slick-list {
display: block;
}
.woosq-product .thumbnails .slick-dots {
bottom: 20px;
margin-top: 0px;
}
.woosq-product .thumbnails .slick-dots li ~ li {
margin-left: 5px;
}
.woosq-product .thumbnails .slick-dots li button {
background: var(--theme-color);
position: relative;
}
.woosq-product .thumbnails .slick-dots li button:before {
display: none;
}
.th-sort-bar {
padding: 10px;
margin: 0 0 24px 0;
background-color: var(--black-color2);
border-radius: 5px;
}
.th-sort-bar .row {
--bs-gutter-x: 0;
--bs-gutter-y: 15px;
}
.th-sort-bar select {
height: 50px;
border: 1px solid var(--dark-color);
background-color: var(--dark-color);
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
min-width: 250px;
font-size: 16px;
margin: 0;
color: var(--body-color);
}
.th-sort-bar .woocommerce-result-count {
padding-left: 15px;
margin-bottom: 0;
color: var(--body-color);
}
.th-sort-bar .nav a {
display: inline-block;
height: 50px;
width: 50px;
line-height: 50px;
border: 1px solid var(--border-color);
background-color: var(--white-color);
text-align: center;
position: relative;
font-family: var(--title-font);
font-weight: 600;
font-size: 16px;
text-transform: capitalize;
color: var(--body-color);
margin: 0 0 0 10px;
}
.th-sort-bar .nav a.active, .th-sort-bar .nav a:hover {
color: var(--theme-color);
}
.product-thumb-area {
position: relative;
margin-right: 10px;
}
.product-thumb-area .product-thumb-tab {
position: absolute;
top: 0;
left: 0;
}
.product-thumb-tab {
--thumb: 120px;
--gap: 10px;
max-width: var(--thumb);
margin-left: calc(0px - var(--thumb)/2);
position: relative;
z-index: 3;
display: grid;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
height: 100%;
}
.product-thumb-tab .tab-btn {
background-color: var(--white-color);
cursor: pointer;
height: var(--thumb);
width: var(--thumb);
padding: var(--gap);
border-radius: 10px;
}
.product-thumb-tab .tab-btn img {
max-width: 100%;
border-radius: inherit;
}
.product-thumb-tab .tab-btn:not(:last-of-type) {
margin-bottom: 20px;
}
.product-thumb-tab .indicator {
position: absolute;
top: calc(var(--pos-y) + var(--gap));
left: calc(var(--pos-x) + var(--gap));
width: calc(var(--width-set) - var(--gap)*2);
height: calc(var(--height-set) - var(--gap)*2);
border: 2px solid var(--theme-color);
border-radius: 10px;
pointer-events: none;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.product-big-img {
background-color: var(--black-color2);
text-align: center;
border-radius: 10px;
overflow: hidden;
}
.product-big-img .img {
width: 100%;
}
.product-big-img .img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.quantity {
position: relative;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
.quantity > .screen-reader-text {
display: inline-block;
font-weight: 600;
color: var(--title-color);
font-family: var(--title-font);
margin: 0;
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
margin-right: 10px;
}
.quantity .qty-btn,
.quantity .qty-input {
display: inline-block;
width: 50px;
height: 50px;
border: none;
border-right: none;
background-color: transparent;
padding: 0;
border-radius: 0;
text-align: center;
color: var(--body-color);
font-size: 18px;
font-weight: 600;
}
.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
border-right: none;
}
.quantity .qty-btn {
font-size: 16px;
}
.product_meta {
font-weight: 700;
font-size: 16px;
font-family: var(--body-font);
margin: 35px 0 0 0;
}
.product_meta > span {
display: block;
margin-bottom: 5px;
color: var(--white-color);
font-weight: bold;
}
.product_meta > span:last-child {
margin-bottom: 0;
}
.product_meta > span a {
color: inherit;
}
.product_meta > span a:hover {
color: var(--theme-color);
}
.product_meta > span > a,
.product_meta > span > span {
position: relative;
color: var(--body-color);
font-weight: 400;
}
.product_meta > span > a:after,
.product_meta > span > span:after {
content: ",";
margin-right: 5px;
}
.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
display: none;
}
.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
margin-left: 7px;
}
.product-tab-style1 {
border-bottom: 1px solid var(--border-color);
margin: 95px auto 40px auto;
padding-bottom: 40px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
gap: 24px;
}
.woocommerce-Reviews .th-post-comment .text {
margin-bottom: -0.5em;
}
.woocommerce-Reviews .th-comments-wrap {
padding: 0;
box-shadow: none;
margin-right: 0;
margin-left: 0;
}
.woocommerce-Reviews .th-comment-form {
padding: 60px;
background-color: var(--black-color2);
box-shadow: none;
border-radius: 10px;
margin-right: 0;
}
.woocommerce-Reviews .th-comment-form .blog-inner-title {
margin-bottom: 10px;
}
.woocommerce-Reviews .comment-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0 24px;
margin-bottom: 40px;
}
.woocommerce-Reviews .th-post-comment {
padding: 40px !important;
box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
margin-bottom: 24px;
border-radius: 8px;
background: var(--black-color2);
}
.woocommerce-Reviews .th-post-comment .name {
margin-bottom: 3px;
}
.woocommerce-Reviews .th-post-comment .commented-on {
margin-bottom: 12px;
}
.woocommerce-Reviews .th-post-comment .comment-content {
border-bottom: 0 !important;
padding-bottom: 0 !important;
} @media (max-width: 1199px) {
.woocommerce-Reviews .th-post-comment {
padding: 30px !important;
}
} @media (max-width: 991px) {
.woocommerce-Reviews .comment-list {
grid-template-columns: repeat(1, 1fr);
}
.woocommerce-Reviews .th-comment-form {
padding: 40px;
}
} @media (max-width: 575px) {
.woocommerce-Reviews .th-comment-form {
padding: 40px 20px;
}
}
#productTabContent {
margin-bottom: -10px;
}
#additional_information {
margin-bottom: 40px;
}
.product-inner-list > ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.product-inner-list li {
position: relative;
padding-left: 15px;
}
.product-inner-list li:before {
content: "-";
position: absolute;
left: 0;
}
.share-title {
font-size: 16px;
font-weight: 600;
color: var(--title-color);
margin-bottom: 8px;
}
.share-title i {
color: var(--theme-color);
}
.summary-content .product-title,
.product-about .product-title {
margin: 0 0 12px 0;
color: var(--white-color);
}
.summary-content > .price,
.product-about > .price {
font-family: var(--title-font);
font-size: 20px;
font-weight: 800;
color: var(--white-color);
display: inline-block;
margin-bottom: 14px;
}
.summary-content > .price del,
.product-about > .price del {
color: var(--body-color);
font-weight: 500;
margin-left: 15px;
}
.summary-content .product-rating,
.product-about .product-rating {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
gap: 5px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
top: 2px;
font-size: 16px;
line-height: 20px;
padding: 0 0 0 0;
margin: 0 0 0 0;
margin-bottom: 14px;
}
.summary-content .product-rating .star-rating,
.product-about .product-rating .star-rating {
width: 80px;
font-size: 12px;
margin-right: 8px;
}
.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
color: var(--body-color);
}
.summary-content .checklist,
.product-about .checklist {
margin: 30px 0 40px 0;
}
.summary-content .checklist li,
.product-about .checklist li {
color: var(--white-color);
}
.summary-content .actions,
.product-about .actions {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 15px;
margin: 33px 0 27px 0;
}
.summary-content .actions .th-btn .btn-icon,
.product-about .actions .th-btn .btn-icon {
padding: 10.5px 15px 10.5px 15px;
}
.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
border-color: var(--border-color);
}
.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
background-color: var(--theme-color);
color: var(--white-color);
border-color: var(--theme-color);
}
.summary-content .share,
.product-about .share {
margin-top: 25px;
}
.summary-content .th-social a,
.product-about .th-social a {
--icon-size: 40px;
line-height: 38px;
font-size: 14px;
border: 1px solid var(--border-color);
border-radius: 0;
}
.summary-content .th-social a:hover,
.product-about .th-social a:hover {
border-color: var(--theme-color);
}
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
width: 60px;
height: 60px;
line-height: 60px;
display: inline-block;
border-radius: 0;
}
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
position: relative;
top: 0;
left: 0;
line-height: inherit;
margin: 0;
font-size: 24px;
}
.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
display: inline-block;
width: 60px;
height: 60px;
line-height: 60px;
border-radius: 0;
}
.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
background-color: var(--theme-color);
color: var(--white-color);
}
.summary-content .quantity,
.product-about .quantity {
position: relative;
}
.summary-content .quantity:after,
.product-about .quantity:after {
content: '';
height: 100%;
width: 1px;
background-color: var(--border-color);
position: absolute;
top: 0;
left: 55px;
}
.summary-content .quantity ~ .quantity:after,
.product-about .quantity ~ .quantity:after {
display: none;
}
.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
width: 112px;
height: 60px;
border: 1px solid var(--border-color);
background-color: transparent;
color: var(--white-color);
padding: 0 21px;
text-align: left;
font-weight: 500;
border-radius: 0px;
}
.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
color: var(--white-color);
background-color: transparent;
position: absolute;
right: 21px;
height: auto;
width: auto;
border: none;
}
.summary-content .quantity .quantity-minus,
.product-about .quantity .quantity-minus {
bottom: 8px;
}
.summary-content .quantity .quantity-plus,
.product-about .quantity .quantity-plus {
top: 8px;
}
#reviews,
#description {
margin-bottom: 30px;
}
.product-details .th-comments-wrap {
margin-top: 0;
}
.product-details .border-title {
position: relative;
padding-bottom: 20px;
margin-bottom: 40px;
}
.product-details .border-title:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 2px;
width: 80px;
background-color: var(--theme-color);
}
.product-inner-title {
font-size: 32px;
border-bottom: 1px solid var(--border-color);
padding: 0 0 7px 0;
margin: 0 0 30px 0;
}
.related-product-wrapper {
padding-top: 115px;
} @media (max-width: 1399px) {
.th-product.list-view .product-img {
max-width: 150px;
}
} @media (max-width: 1299px) {
.product-thumb-tab {
--thumb: 100px;
margin-left: -40px;
}
.product-thumb-area {
margin-right: 0;
}
} @media (max-width: 1199px) {
.th-sort-bar select {
min-width: auto;
}
.product-tab-style1 {
margin: 55px 0 40px 0;
}
.summary-content,
.product-about {
padding-left: 0;
}
} @media (max-width: 991px) {
.product-big-img {
margin-bottom: 40px;
}
.product-thumb-tab {
margin-left: -10px;
}
.th-product-box.list-view .product-img {
max-width: 150px;
}
.th-sort-bar .row {
--bs-gutter-x: 20px;
}
.th-sort-bar .nav a:last-child {
margin-right: 0;
padding-right: 0;
}
.th-sort-bar .nav a:last-child:before {
display: none;
}
.woosq-product > .product .thumbnails {
max-height: 400px;
min-height: 200px;
padding: 10px;
}
} @media (max-width: 767px) {
.th-sort-bar {
text-align: center;
padding: 10px 15px 15px 15px;
}
.th-sort-bar .nav {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.th-sort-bar select {
margin: 0 auto;
}
.th-sort-bar .woocommerce-result-count {
padding-left: 0;
}
.th-product-box.list-view .product-img {
max-width: 130px;
}
.th-product-box.list-view .actions {
--btn-size: 30px;
--btn-font-size: 10px;
--icon-gap-x: 2px;
}
} @media (max-width: 575px) {
.product-about .actions {
gap: 15px 15px;
}
.product-thumb-tab {
--thumb: 74px;
--gap: 6px;
}
.product-thumb-tab .tab-btn {
border-radius: 6px;
}
.product-thumb-tab .tab-btn:not(:last-of-type) {
margin-bottom: 10px;
}
.product-thumb-tab .indicator {
border-radius: 6px;
}
.product-grid {
max-width: 340px;
margin-left: auto;
margin-right: auto;
}
} @media (max-width: 375px) {
.th-product.list-view .product-img {
max-width: 130px;
}
} .woocommerce-cart-form {
text-align: center;
}
.cart_table {
border: 1px solid var(--border-color);
margin-bottom: 45px;
}
.cart_table thead {
background-color: var(--black-color2);
}
.cart_table thead th {
border: none !important;
}
.cart_table td:before,
.cart_table th {
font-family: var(--title-font);
color: var(--title-color);
font-weight: 800;
border: none;
padding: 27px 15px;
}
.cart_table td:before {
content: attr(data-title);
position: absolute;
left: 15px;
top: 50%;
vertical-align: top;
padding: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: none;
}
.cart_table td {
border: none;
border-bottom: 1px solid var(--border-color);
color: #8b8b8b;
padding: 20px 10px;
position: relative;
vertical-align: middle;
}
.cart_table .product-quantity {
color: var(--title-color);
}
.cart_table .product-quantity input {
position: relative;
top: -2px;
}
.cart_table .cart-productname {
font-weight: 400;
font-family: var(--body-font);
color: var(--white-color);
}
.cart_table .cart-productimage {
display: inline-block;
border: 2px solid var(--smoke-color);
}
.cart_table .remove {
color: var(--theme-color);
font-size: 18px;
}
.cart_table .quantity {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.cart_table .qty-btn {
border: 2px solid var(--border-color) !important;
background-color: transparent;
color: #b8c6d0;
padding: 0;
width: 30px;
height: 30px;
line-height: 28px;
font-size: 16px;
border-radius: 4px;
}
.cart_table .qty-btn:hover {
background-color: var(--theme-color);
color: var(--white-color);
}
.cart_table .qty-input {
vertical-align: middle;
border: 2px solid var(--border-color);
width: 70px;
height: 30px;
font-size: 14px;
text-align: center;
color: var(--title-color);
font-weight: 700;
margin: 0 10px;
border-radius: 4px;
padding: 0; }
.cart_table .qty-input::-moz-placeholder {
color: var(--title-color);
}
.cart_table .qty-input::-webkit-input-placeholder {
color: var(--title-color);
}
.cart_table .qty-input:-ms-input-placeholder {
color: var(--title-color);
}
.cart_table .qty-input::-ms-input-placeholder {
color: var(--title-color);
}
.cart_table .qty-input::placeholder {
color: var(--title-color);
}
.cart_table .qty-input::-webkit-outer-spin-button, .cart_table .qty-input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.cart_table .qty-input[type="number"] {
-moz-appearance: textfield;
}
.cart_table .actions {
text-align: right;
vertical-align: middle;
}
.cart_table .actions > .th-btn {
font-size: 16px;
padding: 20px 28px;
margin-right: 15px;
}
.cart_table .th-cart-coupon {
float: left;
margin: 0;
width: 455px;
max-width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-left: 15px;
}
.cart_table .th-cart-coupon input {
width: calc(100% - 200px);
margin-right: 10px;
border-color: var(--theme-color);
}
.cart_table .th-cart-coupon .th-btn {
font-size: 16px;
padding: 20px 25px;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
}
.cart_totals {
border: 1px solid var(--black-color2);
}
.cart_totals th,
.cart_totals td {
vertical-align: top;
padding: 20px 20px;
border: none;
border-bottom: 1px solid var(--border-color);
font-size: 14px;
color: var(--title-color);
width: 55%;
}
.cart_totals th:first-child,
.cart_totals td:first-child {
width: 45%;
background-color: var(--black-color2);
font-weight: 700;
font-size: 14px;
color: var(--white-color);
}
.cart_totals .shipping-calculator-button {
display: inline-block;
border-bottom: 1px solid;
color: var(--title-color);
font-weight: 700;
}
.cart_totals .shipping-calculator-button:hover {
color: var(--theme-color);
}
.cart_totals .woocommerce-shipping-destination {
margin-bottom: 10px;
}
.cart_totals .woocommerce-shipping-methods {
margin-bottom: 0;
}
.cart_totals .shipping-calculator-form {
display: none;
}
.cart_totals .shipping-calculator-form p:first-child {
margin-top: 20px;
}
.cart_totals .shipping-calculator-form p:last-child {
margin-bottom: 0;
}
.cart_totals .shipping-calculator-form .th-btn {
padding: 5px 30px;
}
.cart_totals .amount {
font-weight: 700;
}
.cart_totals .order-total .amount {
color: var(--theme-color);
} @media (max-width: 991px) {
.cart_table th {
padding: 23px 8px;
font-size: 14px;
}
.cart_table .cart-productname {
font-size: 14px;
}
.cart_table .th-cart-coupon {
width: 100%;
margin-bottom: 20px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.cart_table .actions {
text-align: center;
}
} @media (max-width: 767px) {
.cart_table {
text-align: left;
min-width: auto;
border-collapse: separate;
border-spacing: 0 20px;
border: none;
}
.cart_table thead {
display: none;
}
.cart_table td {
padding: 15px;
display: block;
width: 100%;
padding-left: 25%;
text-align: right;
border: 1px solid var(--border-color);
border-bottom: none;
}
.cart_table td::before {
display: block;
}
.cart_table td:last-child {
border-bottom: 1px solid var(--border-color);
}
.cart_table td.actions {
padding-left: 15px;
text-align: center;
}
.cart_table td.actions > .th-btn {
margin-top: 10px;
margin-right: 0;
display: block;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
margin-left: auto;
margin-right: auto;
}
.cart_table td.actions > .th-btn:last-child {
margin-right: auto;
}
.cart_table .th-cart-coupon {
width: 100%;
text-align: center;
float: none;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
display: block;
padding-bottom: 10px;
}
.cart_table .th-cart-coupon input {
width: 100%;
margin-bottom: 10px;
}
.cart_totals th,
.cart_totals td {
padding: 15px 10px;
}
.cart_totals th:first-child,
.cart_totals td:first-child {
width: 17%;
line-height: 1.4;
}
} .woocommerce-checkout .form-group,
.woocommerce-checkout .form-row {
margin-bottom: 0;
}
.woocommerce-checkout .form-select,
.woocommerce-checkout .select2-container,
.woocommerce-checkout .form-control {
margin-bottom: 0;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--below {
margin-top: -35px;
}
.woocommerce-checkout .select2-container--open .select2-dropdown--above {
position: relative;
bottom: -30px;
}
.woocommerce-checkout .select2-dropdown {
border: 1px solid #e3e6e9;
border-top: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
border-radius: 0;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout .select2-container--default .select2-selection--single .form-control:focus {
color: var(--body-color);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #eee;
padding: 0;
}
.woocommerce-form-login select,
.woocommerce-form-login .form-select,
.woocommerce-form-login .form-control,
.woocommerce-form-login .select2,
.woocommerce-form-login .select2-container,
.woocommerce-form-coupon select,
.woocommerce-form-coupon .form-select,
.woocommerce-form-coupon .form-control,
.woocommerce-form-coupon .select2,
.woocommerce-form-coupon .select2-container,
.woocommerce-checkout select,
.woocommerce-checkout .form-select,
.woocommerce-checkout .form-control,
.woocommerce-checkout .select2,
.woocommerce-checkout .select2-container {
margin-bottom: var(--bs-gutter-x);
background: var(--black-color2);
}
#ship-to-different-address {
margin-top: 15px;
}
.select2-container--default .select2-selection--single {
height: 60px;
border: 1px solid var(--border-color);
background: var(--black-color2);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 60px;
padding-left: 30px;
padding-right: 25px;
}
.woocommerce-billing-fields .form-row {
margin-bottom: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
content: "\f107";
font-family: var(--icon-font);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
margin: 0;
border: none;
top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 60px;
line-height: 60px;
margin-right: 30px;
}
span.select2-selection.select2-selection--single:focus {
outline: none;
}
.shipping-calculator-form .form-select,
.shipping-calculator-form .form-control {
height: 40px;
padding-left: 15px;
font-size: 16px;
background-position: right 13px center;
}
.shipping-calculator-form .th-btn {
font-size: 14px;
padding: 0 20px;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
height: 40px;
}
.checkout-ordertable th,
.checkout-ordertable td {
border: 1px solid var(--border-color);
text-align: right;
padding: 5px 20px;
vertical-align: top;
font-size: 14px;
font-weight: 600;
color: var(--body-color);
}
.checkout-ordertable th {
font-weight: 800;
text-align: left;
}
.checkout-ordertable ul {
margin: 0;
padding: 0;
}
.checkout-ordertable .order-total .amount {
color: var(--theme-color);
}
.checkout-ordertable input[type="hidden"] ~ label {
color: var(--theme-color);
}
.woocommerce-checkout .form-group input:not(:last-child) {
margin-bottom: var(--bs-gutter-x);
}
.woocommerce-checkout-payment {
text-align: left;
}
.woocommerce-checkout-payment ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.woocommerce-checkout-payment ul li {
padding-top: 12px;
border-bottom: 1px solid var(--border-color);
border-radius: 4px;
font-size: 16px;
}
.woocommerce-checkout-payment ul input[type="radio"] ~ label {
margin-bottom: 17px;
color: var(--body-color);
}
.woocommerce-checkout-payment ul input[type="radio"] ~ label img {
margin-bottom: -2px;
margin-left: 10px;
}
.woocommerce-checkout-payment .place-order {
padding-top: 30px;
}
.woocommerce-checkout-payment .payment_box {
color: var(--body-color);
background-color: var(--black-color2);
border: 1px solid var(--border-color);
border-bottom: none;
font-size: 14px;
padding: 10px 20px;
border-radius: 4px;
display: none;
}
.woocommerce-checkout-payment .payment_box p {
margin: 0;
}
.th-checkout-wrapper form.woocommerce-form {
margin-bottom: 25px;
} @media (max-width: 767px) {
tfoot.checkout-ordertable th {
display: none;
}
.woocommerce-checkout-payment ul input[type="radio"] ~ label img {
max-width: 150px;
}
.checkout-ordertable th,
.checkout-ordertable td {
padding: 5px 20px 5px 60px;
}
} .tinv-wishlist input[type=checkbox] {
display: inline-block;
opacity: 1;
visibility: visible;
vertical-align: middle;
width: auto;
height: auto;
}
.tinv-wishlist .tinv-header {
margin-top: -0.8rem;
}
.tinv-wishlist .cart-empty {
padding: 12px 45px;
background-color: var(--black-color2);
border-radius: 5px;
font-weight: 700;
font-size: 14px;
}
.tinv-wishlist .cart-empty:before {
top: 8px;
}
.tinv-wishlist p.return-to-shop .button {
display: inline-block;
background-color: var(--theme-color);
color: #fff;
font-size: 14px;
padding: 10px 25px;
margin-top: 10px;
font-weight: 700;
}
.tinv-wishlist p.return-to-shop .button:hover {
background-color: var(--title-color);
color: var(--white-color);
}
.tinv-wishlist table {
border: none;
}
.tinv-wishlist table th {
color: var(--title-color);
}
.tinv-wishlist table td, .tinv-wishlist table th {
padding: 15.3px 10px;
border-bottom: 1px solid var(--border-color);
text-align: center;
}
.tinv-wishlist table thead {
background-color: var(--black-color2);
}
.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
width: 40px;
text-align: center;
}
.tinv-wishlist .product-thumbnail {
width: 110px;
}
.tinv-wishlist .stock.in-stock {
margin-bottom: 0;
}
.tinv-wishlist ins {
text-decoration: none;
}
.tinv-wishlist .product-remove button {
border: none;
height: 22px;
width: 22px;
text-align: center;
font-size: 12px;
line-height: 22px;
border-radius: 0;
padding-top: 0;
}
.tinv-wishlist .product-remove button i {
line-height: 22px;
font-size: 16px;
}
.tinv-wishlist .tinvwl-mobile {
display: none;
}
.tinv-wishlist .social-buttons {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
max-width: 295px;
margin-left: auto;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.tinv-wishlist .social-buttons ul {
padding-left: 0;
margin-bottom: 0;
margin-left: auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 6px;
}
.tinv-wishlist table.tinvwl-table-manage-list {
font-size: 16px;
}
.tinv-wishlist .product-stock .stock {
display: block;
}
.tinv-wishlist .product-stock span {
display: inline;
}
.tinv-wishlist .product-stock i {
margin-right: 5px;
}
.tinv-wishlist .tinv-modal .icon_big_times {
margin-bottom: 5px;
color: var(--theme-color);
}
.tinv-wishlist button.button {
border: none;
height: 40px;
line-height: 40px;
font-size: 14px;
font-weight: 600;
background-color: var(--theme-color);
color: #fff;
padding: 1px 15px;
min-width: 140px;
}
.tinv-wishlist button.button.mask-btn {
padding: 0;
}
.tinv-wishlist button.button .btn-text-mask {
padding: 0.5px 21px;
}
.tinv-wishlist button.button:hover {
background-color: var(--white-color);
color: var(--black-color2);
}
.tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button i {
top: -2px;
}
.tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button:hover {
background: var(--theme-color);
color: var(--white-color);
}
.tinv-wishlist button.button i {
font-size: 14px !important;
margin-right: 3px !important;
}
.tinv-wishlist th,
.tinv-wishlist td.product-name {
font-size: 16px;
font-weight: 700;
font-family: var(--title-font);
}
.tinv-wishlist td.product-name a {
color: var(--body-color);
}
.tinv-wishlist td.product-name a:hover {
color: var(--theme-color);
}
.tinv-wishlist td.product-price del {
margin-left: 8px;
font-size: 0.9em;
}
.tinv-wishlist .social-buttons > span {
font-weight: 700;
margin-right: 10px;
font-family: var(--title-font);
color: var(--title-color);
}
.tinv-wishlist .social-buttons li {
display: inline-block;
margin-right: 0;
}
.tinv-wishlist .social-buttons li a.social {
background-color: var(--theme-color);
color: #fff;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
display: inline-block;
text-align: center;
border-radius: 50px;
margin-left: 3px;
}
.tinv-wishlist .social-buttons li a.social:first-child {
margin-left: 0;
}
.tinv-wishlist .social-buttons li a.social i {
line-height: inherit;
}
.tinv-wishlist .social-buttons li a.social:hover {
background-color: var(--white-color);
color: var(--black-color2);
} @media (max-width: 991px) {
.tinvwl-full {
display: none;
}
.tinv-wishlist .tinvwl-mobile {
display: block;
}
.tinvwl-txt {
display: none !important;
}
.product-stock {
width: 40px;
text-align: center;
}
} @media (max-width: 767px) {
.tinv-wishlist table {
table-layout: fixed;
border-bottom: 1px solid var(--border-color);
}
.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove, .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
display: none;
}
.tinv-wishlist table td, .tinv-wishlist table th {
border: 1px solid var(--border-color);
}
.tinv-wishlist table.tinvwl-table-manage-list tbody td {
display: block;
width: 100% !important;
text-align: center;
}
.product-name {
text-align: center;
}
.tinv-wishlist table td, .tinv-wishlist table th {
border-bottom: none;
}
.tinv-wishlist table tfoot {
border-bottom: 1px solid var(--border-color);
}
.tinv-wishlist .social-buttons {
max-width: 100%;
margin-left: unset;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.tinv-wishlist .social-buttons ul {
margin-left: unset;
margin-top: 5px;
}
.tinvwl-txt {
display: inline-block !important;
}
}  .th-contact-form {
padding: 60px;
background: var(--black-color2);
}
.th-contact-form .form-group {
--bs-gutter-x: 20px;
}
.contact-mail {
display: block;
color: var(--body-color);
}
.contact-number {
font-size: 22px;
display: block;
color: var(--body-color);
} @media (max-width: 1299px) {
.contact-feature {
padding: 20px;
}
} @media (max-width: 991px) {
.contact-mail,
.contact-number {
text-align: center;
}
} @media (max-width: 767px) {
.contact-feature {
gap: 15px;
padding: 15px;
}
.contact-feature-wrap {
gap: 15px;
}
} @media (max-width: 575px) {
.contact-feature {
padding: 22px;
}
.contact-feature-wrap {
grid-template-columns: auto;
}
.th-contact-form {
padding: 30px;
}
} .quote-form {
background: var(--white-color);
box-shadow: 0px 10px 30px rgba(8, 14, 28, 0.06);
border-radius: 5px;
padding: 50px; }
@media (max-width: 575px) {
.quote-form {
padding: 40px 20px;
}
}
.quote-form select,
.quote-form .form-control,
.quote-form .form-select,
.quote-form textarea,
.quote-form input {
background-color: var(--smoke-color2);
}
.quote-form .form-group > i {
background-color: var(--smoke-color2);
width: 18px;
text-align: right;
} .contact-info {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 25px;
box-shadow: 0px 4px 30px rgba(8, 14, 28, 0.08);
border-radius: 5px;
background-color: var(--white-color);
padding: 40px;
}
.contact-info .box-title {
margin-bottom: 10px;
}
.contact-info_icon {
display: inline-block;
width: 80px;
min-width: 80px;
height: 80px;
line-height: 80px;
background-color: var(--theme-color);
color: var(--white-color);
text-align: center;
font-size: 40px;
position: relative;
box-shadow: 0px 6px 20px rgba(104, 77, 244, 0.6);
border-radius: 5px;
}
.contact-info_text {
min-width: 180px;
display: block;
margin-bottom: -0.5em;
font-family: var(--body-font);
}
.contact-info_text span,
.contact-info_text a {
display: block;
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
}
.contact-info_text a {
color: var(--body-color);
}
.contact-info_text a:hover {
color: var(--theme-color);
}
.contact-form select,
.contact-form .form-control,
.contact-form .form-select,
.contact-form textarea,
.contact-form input {
background-color: var(--white-color);
}
.contact-form .form-group > i {
background-color: var(--white-color);
color: var(--theme-color);
width: 18px;
text-align: right;
}
.map-sec {
line-height: 0px;
-webkit-filter: invert(1) grayscale(1);
filter: invert(1) grayscale(1);
}
.map-sec iframe {
height: 300px;
} @media (max-width: 1199px) {
.th-contact-form {
padding: 40px;
}
}  .img-box1 {
position: relative;
z-index: 2;
margin-right: 32px;
}
.img-box1 .img1 {
margin-right: 270px;
}
.img-box1 .img1 img {
object-fit: cover;
}
.img-box1 .img2 {
position: absolute;
right: 0;
bottom: 0;
}
.img-box2 {
height: 100%;
position: relative;
z-index: 2;
padding-left: 186px;
}
.img-box2 .about-experience-tag {
left: 0;
top: 30%;
right: auto;
}
.img-box2 .about-counter1 .counter-title {
position: absolute;
left: 10%;
top: 46%;
font-size: 46px;
font-weight: 700;
}
.about-experience-tag {
background: var(--theme-color);
display: inline-block;
position: absolute;
right: 35px;
top: 0;
height: 200px;
width: 200px;
border-radius: 50%;
z-index: 1;
font-size: 16px;
font-weight: 500;
color: var(--white-color);
line-height: 12px;
text-align: center;
animation: spin 10s infinite alternate-reverse;
}
.about-experience-tag:before {
content: '';
position: absolute;
left: 50%;
top: 50%;
background: transparent;
border: 1px dashed var(--white-color);
height: 60%;
width: 60%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 50%;
}
.about-experience-tag span {
--rotate-letter: 11deg;
height: 85px;
position: absolute;
width: 20px;
left: 42%;
top: 7px;
-webkit-transform-origin: bottom center;
-ms-transform-origin: bottom center;
transform-origin: bottom center;
-webkit-transform: rotate(var(--rotate-letter));
-ms-transform: rotate(var(--rotate-letter));
transform: rotate(var(--rotate-letter));
}
.about-experience-tag span.char2 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 2));
-ms-transform: rotate(calc(var(--rotate-letter) * 2));
transform: rotate(calc(var(--rotate-letter) * 2));
}
.about-experience-tag span.char3 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 3));
-ms-transform: rotate(calc(var(--rotate-letter) * 3));
transform: rotate(calc(var(--rotate-letter) * 3));
}
.about-experience-tag span.char4 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 4));
-ms-transform: rotate(calc(var(--rotate-letter) * 4));
transform: rotate(calc(var(--rotate-letter) * 4));
}
.about-experience-tag span.char5 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 5));
-ms-transform: rotate(calc(var(--rotate-letter) * 5));
transform: rotate(calc(var(--rotate-letter) * 5));
}
.about-experience-tag span.char6 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 6));
-ms-transform: rotate(calc(var(--rotate-letter) * 6));
transform: rotate(calc(var(--rotate-letter) * 6));
}
.about-experience-tag span.char7 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 7));
-ms-transform: rotate(calc(var(--rotate-letter) * 7));
transform: rotate(calc(var(--rotate-letter) * 7));
}
.about-experience-tag span.char8 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 8));
-ms-transform: rotate(calc(var(--rotate-letter) * 8));
transform: rotate(calc(var(--rotate-letter) * 8));
}
.about-experience-tag span.char9 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 9));
-ms-transform: rotate(calc(var(--rotate-letter) * 9));
transform: rotate(calc(var(--rotate-letter) * 9));
}
.about-experience-tag span.char10 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 10));
-ms-transform: rotate(calc(var(--rotate-letter) * 10));
transform: rotate(calc(var(--rotate-letter) * 10));
}
.about-experience-tag span.char11 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 11));
-ms-transform: rotate(calc(var(--rotate-letter) * 11));
transform: rotate(calc(var(--rotate-letter) * 11));
}
.about-experience-tag span.char12 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 12));
-ms-transform: rotate(calc(var(--rotate-letter) * 12));
transform: rotate(calc(var(--rotate-letter) * 12));
}
.about-experience-tag span.char13 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 13));
-ms-transform: rotate(calc(var(--rotate-letter) * 13));
transform: rotate(calc(var(--rotate-letter) * 13));
}
.about-experience-tag span.char14 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 14));
-ms-transform: rotate(calc(var(--rotate-letter) * 14));
transform: rotate(calc(var(--rotate-letter) * 14));
}
.about-experience-tag span.char15 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 15));
-ms-transform: rotate(calc(var(--rotate-letter) * 15));
transform: rotate(calc(var(--rotate-letter) * 15));
}
.about-experience-tag span.char16 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 16));
-ms-transform: rotate(calc(var(--rotate-letter) * 16));
transform: rotate(calc(var(--rotate-letter) * 16));
}
.about-experience-tag span.char17 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 17));
-ms-transform: rotate(calc(var(--rotate-letter) * 17));
transform: rotate(calc(var(--rotate-letter) * 17));
}
.about-experience-tag span.char18 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 18));
-ms-transform: rotate(calc(var(--rotate-letter) * 18));
transform: rotate(calc(var(--rotate-letter) * 18));
}
.about-experience-tag span.char19 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 19));
-ms-transform: rotate(calc(var(--rotate-letter) * 19));
transform: rotate(calc(var(--rotate-letter) * 19));
}
.about-experience-tag span.char20 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 20));
-ms-transform: rotate(calc(var(--rotate-letter) * 20));
transform: rotate(calc(var(--rotate-letter) * 20));
}
.about-experience-tag span.char21 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 21));
-ms-transform: rotate(calc(var(--rotate-letter) * 21));
transform: rotate(calc(var(--rotate-letter) * 21));
}
.about-experience-tag span.char22 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 22));
-ms-transform: rotate(calc(var(--rotate-letter) * 22));
transform: rotate(calc(var(--rotate-letter) * 22));
}
.about-experience-tag span.char23 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 23));
-ms-transform: rotate(calc(var(--rotate-letter) * 23));
transform: rotate(calc(var(--rotate-letter) * 23));
}
.about-experience-tag span.char24 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 24));
-ms-transform: rotate(calc(var(--rotate-letter) * 24));
transform: rotate(calc(var(--rotate-letter) * 24));
}
.about-experience-tag span.char25 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 25));
-ms-transform: rotate(calc(var(--rotate-letter) * 25));
transform: rotate(calc(var(--rotate-letter) * 25));
}
.about-experience-tag span.char26 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 26));
-ms-transform: rotate(calc(var(--rotate-letter) * 26));
transform: rotate(calc(var(--rotate-letter) * 26));
}
.about-experience-tag span.char27 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 27));
-ms-transform: rotate(calc(var(--rotate-letter) * 27));
transform: rotate(calc(var(--rotate-letter) * 27));
}
.about-experience-tag span.char28 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 28));
-ms-transform: rotate(calc(var(--rotate-letter) * 28));
transform: rotate(calc(var(--rotate-letter) * 28));
}
.about-experience-tag span.char29 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 29));
-ms-transform: rotate(calc(var(--rotate-letter) * 29));
transform: rotate(calc(var(--rotate-letter) * 29));
}
.about-experience-tag span.char30 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 30));
-ms-transform: rotate(calc(var(--rotate-letter) * 30));
transform: rotate(calc(var(--rotate-letter) * 30));
}
.about-experience-tag span.char31 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 31));
-ms-transform: rotate(calc(var(--rotate-letter) * 31));
transform: rotate(calc(var(--rotate-letter) * 31));
}
.about-experience-tag span.char32 {
-webkit-transform: rotate(calc(var(--rotate-letter) * 32));
-ms-transform: rotate(calc(var(--rotate-letter) * 32));
transform: rotate(calc(var(--rotate-letter) * 32));
}
.about-experience-tag.style2 {
background: transparent;
border: 1px solid var(--border-color);
color: var(--body-color);
}
.about-experience-tag.style2:before {
border: 1px solid var(--border-color);
}
.about-experience-tag.style3 {
background: var(--theme-color);
}
.about-experience-tag.style3:before {
border: 1px solid var(--white-color);
}
.img-box-tag {
position: absolute;
}
.img-box-tag .about-experience-tag {
position: initial;
}
.img-box-tag .counter-title {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 50px;
}
.about-bg-shape1 {
min-height: 1467px;
}
.about-bg-shape1 img {
width: 100%;
height: 100%;
object-fit: contain;
}
.about-profile {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 30px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.about-profile .avater img {
border-radius: 50%;
}
.about-profile .title {
font-size: 20px;
font-weight: 700;
margin-bottom: 5px;
}
.about-profile .desig {
font-size: 14px;
font-weight: 500;
font-family: var(--title-font);
color: var(--theme-color);
}
.about-info-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 80px;
border-top: 1px solid var(--border-color);
padding-top: 40px;
}
.img-box3 {
position: relative;
z-index: 0;
}
.img-box3 .img2 {
position: absolute;
top: -93px;
right: 0;
z-index: -1;
}
.img-box3 .img-box-tag {
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.img-box3 .img-box-tag .about-experience-tag {
height: 220px;
width: 220px;
}
.img-box3 .img-box-tag .about-experience-tag span {
--rotate-letter: 11.1deg;
height: 95px;
font-weight: 500;
} @media (max-width: 1399px) {
.img-box1 {
margin-right: 9px;
}
}
@media (max-width: 1200px) {
.img-box1 {
margin-right: 0;
padding-bottom: 34px;
}
.img-box1 .img1 {
margin-right: 290px;
}
.img-box2 .about-counter1 .counter-title {
left: 12%;
top: 49%;
font-size: 40px;
}
} @media (max-width: 1199px) {
.img-box1 {
display: inline-block;
padding-bottom: 0;
}
.img-box2 .about-counter1 .counter-title {
left: 7%;
top: 47%;
}
} @media (max-width: 991px) {
.img-box2 .about-counter1 .counter-title {
left: 10%;
top: 46%;
}
.img-box3 {
display: inline-block;
padding-right: 100px;
}
.img-box3 .img2 {
top: -60px;
}
} @media (max-width: 767px) {
.img-box1 .img1 {
margin-right: 200px;
}
.img-box1 .img2 {
width: 180px;
}
.img-box2 .about-counter1 .counter-title {
left: 13%;
top: 44%;
}
.img-box2 .about-experience-tag {
top: 23%;
}
} @media (max-width: 575px) {
.img-box1 .img1 {
margin-right: 120px;
}
.about-experience-tag {
height: 150px;
width: 150px;
font-size: 14px;
}
.about-experience-tag span {
height: 65px;
left: 39%;
top: 5px;
}
.img-box2 {
padding-left: 146px;
}
.img-box2 .about-counter1 .counter-title {
font-size: 30px;
}
.about-info-wrap {
gap: 40px;
}
.img-box3 .img-box-tag .about-experience-tag {
height: 180px;
width: 180px;
}
.img-box3 .img-box-tag .about-experience-tag span {
height: 78px;
left: 40%;
}
.img-box-tag .counter-title {
font-size: 40px;
}
} @media (max-width: 375px) {
.img-box2 .about-experience-tag {
top: 18%;
}
.img-box2 .about-counter1 .counter-title {
left: 14%;
}
.about-info-wrap {
display: block;
}
.about-info-wrap .about-profile {
margin-bottom: 20px;
}
}
@media (max-width: 320px) {
.img-box1 .img1 {
margin: 0;
}
.img-box1 .img2 {
position: inherit;
margin-top: 20px;
width: 100%;
}
.img-box1 .img2 img {
width: 100%;
}
.img-box1 .about-experience-tag {
top: 40%;
}
.img-box2 .about-experience-tag {
top: 7%;
}
.img-box2 .about-counter1 .counter-title {
left: 17%;
top: 41%;
}
}  .team-slider-1 {
padding: 0 100px;
}
.team-card .team-img-wrap {
margin-bottom: 30px;
position: relative;
}
.team-card .team-img-wrap .team-thumb {
overflow: hidden;
}
.team-card .team-img-wrap img {
-webkit-transition: 0.4s;
transition: 0.4s;
}
.team-card .team-img-wrap:after {
content: '';
position: absolute;
height: 0;
width: 100%;
background: var(--black-color);
opacity: 0;
bottom: 0;
left: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.team-card .team-img img {
width: 100%;
}
.team-card .box-title {
margin-bottom: 4px;
}
.team-card .box-title a {
color: var(--white-color);
}
.team-card .box-title a:hover {
color: var(--theme-color);
}
.team-card .team-desig {
font-size: 14px;
font-weight: 500;
margin-bottom: -0.3em;
display: block;
}
.team-card .th-social {
position: absolute;
left: 30px;
bottom: 0px;
z-index: 1;
opacity: 0;
visibility: hidden;
-webkit-transition: 0.4s;
transition: 0.4s;
-webkit-transform: scaleY(0.5);
-ms-transform: scaleY(0.5);
transform: scaleY(0.5);
display: block;
}
.team-card .th-social a {
display: block;
text-align: center;
color: var(--white-color);
border-color: var(--white-color);
margin-bottom: 10px;
--icon-size: 45px;
line-height: 45px;
font-size: 15px;
}
.team-card .th-social a:hover {
color: var(--theme-color);
background: var(--white-color);
}
.team-card .team-social-hover_btn {
position: absolute;
height: 45px;
width: 45px;
line-height: 45px;
border-radius: 50%;
background: var(--theme-color);
left: 30px;
bottom: 30px;
text-align: center;
color: var(--white-color);
font-size: 16px;
z-index: 2;
}
.team-card .team-social-hover_btn i {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.4s;
transition: 0.4s;
}
.team-card .team-social-hover_btn i:before {
-webkit-transition: 0.4s;
transition: 0.4s;
}
.team-card .team-social-hover:hover .team-social-hover_btn i {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.team-card .team-social-hover:hover .team-social-hover_btn i:before {
content: "\f068";
}
.team-card .team-social-hover:hover .th-social {
opacity: 1;
visibility: visible;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
bottom: 75px;
}
.team-card:hover .team-img-wrap img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.team-card:hover .team-img-wrap:after {
opacity: 0.6;
height: 100%;
} @media (max-width: 1399px) {
.team-slider-1 {
padding: 0 40px 0 40px;
}
} .team-details-thumb {
height: 100%;
}
.team-details-thumb img {
height: 100%;
object-fit: cover;
}
.team-details-info-wrap {
border-top: 1px solid var(--border-color);
padding-top: 35px;
}
.team-details-info-wrap ul {
padding: 0;
margin: 0;
}
.team-details-info-wrap ul li {
list-style: none;
}
.team-details-info-wrap ul li ~ li {
margin-top: 20px;
}
.team-details-info-wrap ul li strong {
display: inline-block;
font-size: 16px;
font-weight: 500;
color: var(--white-color);
min-width: 115px;
}
.team-details-info-wrap ul li span {
margin-right: 36px;
}
.team-details-info-wrap ul li .tag_cloud {
height: 28px;
border-radius: 15px;
border: 1px solid var(--border-color);
display: inline-block;
padding: 0 14px;
font-size: 14px;
color: var(--body-color);
}
.team-details-info-wrap ul li .tag_cloud ~ .tag_cloud {
margin-left: 10px;
}
.team-details-info-wrap ul li .tag_cloud:hover {
background: var(--theme-color);
border: 1px solid var(--theme-color);
color: var(--white-color);
}
.team-details-form {
background: var(--black-color2);
padding: 90px;
}
.team-details-form .form-group {
--bs-gutter-x: 30px;
} @media (max-width: 991px) {
.team-details-thumb {
height: auto;
margin-bottom: 40px;
}
.team-details-form {
padding: 60px;
}
} @media (max-width: 575px) {
.team-details-form {
padding: 40px;
}
} @media (max-width: 375px) {
.team-details-form {
padding: 30px;
}
}  .testi-area-1 {
background: #0A0A0E;
}
.testi-slider-1 .slick-dots {
text-align: right;
margin: 0;
position: absolute;
right: 12px;
bottom: 23px;
}
.testi-card {
background: transparent;
position: relative;
}
.testi-card_media {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 30px;
margin-bottom: 30px;
}
.testi-card_media .testi-card_title {
font-size: 18px;
font-weight: 700;
margin-bottom: 8px;
}
.testi-card_media .rating {
color: var(--theme-color2);
font-size: 14px;
}
.testi-card_profile {
padding: 30px 0px 0px 0px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 30px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-top: 1px solid var(--border-color);
margin-top: 40px;
}
.testi-card_avater {
border-radius: 99px;
overflow: hidden;
}
.testi-card_avater img {
border-radius: 50%;
}
.testi-card_name {
font-size: 22px;
font-weight: 700;
color: var(--title-color);
margin-bottom: 3px;
margin-top: -0.2em;
}
.testi-card_desig {
margin-bottom: -0.3em;
display: block;
font-size: 14px;
font-weight: 600;
font-family: var(--body-font);
color: var(--body-color);
}
.testi-card_text {
margin-bottom: -0.4em;
margin-top: -0.4em;
font-size: 18px;
font-weight: 400;
font-family: var(--body-font);
color: var(--body-color);
line-height: 30px;
} @media (max-width: 575px) {
.testi-card_text {
font-size: 16px;
}
}
.testi-thumb2 {
position: relative;
padding-left: 120px;
display: inline-block;
height: 100%;
}
.testi-thumb2 > img {
height: 100%;
object-fit: cover;
}
.testi-thumb2 .testi-client-wrap {
display: inline-block;
padding: 40px 35px;
text-align: left;
max-width: 230px;
position: absolute;
left: 0;
bottom: 90px;
background-repeat: repeat;
background-size: auto;
}
.testi-thumb2 .testi-client-wrap img {
margin-bottom: 35px;
}
.testi-thumb2 .testi-client-wrap h6 {
font-size: 22px;
font-weight: 600;
line-height: 30px;
margin-bottom: -0.4em;
}
.testi-thumb2 .testi-client-wrap h6 span {
color: var(--theme-color2);
}
.testi-slider-indicator {
display: block;
}
.testi-slider-indicator .indicator-btn {
border-radius: 50%;
position: relative;
display: inline-block;
cursor: pointer;
}
.testi-slider-indicator .indicator-btn ~ .indicator-btn {
margin-left: 7px;
}
.testi-slider-indicator .indicator-btn:after {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
border: 3px solid var(--theme-color);
background: transparent;
border-radius: 50%;
opacity: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.testi-slider-indicator .indicator-btn.active:after {
opacity: 1;
}
.testi-slider-indicator .indicator-btn img {
border-radius: 50%;
}
.testi-slider-2 .slick-arrow {
opacity: 1;
visibility: visible;
top: -30px;
--pos-x: 0;
--icon-size: 40px;
right: 40px;
left: auto;
margin: 0;
border-color: transparent;
}
.testi-slider-2 .slick-arrow.slick-next {
margin-top: -40px;
}
.testi-slider-2 .slick-arrow:hover {
border-color: var(--theme-color);
color: var(--theme-color);
background: transparent;
}
.testi-card.style2 .testi-card_text {
font-size: 20px;
margin-top: 30px;
line-height: 36px;
}
.testi-card.style2 .testi-card_name {
font-size: 22px;
font-weight: 700;
margin-bottom: 5px;
}
.testi-card.style2 .testi-card_desig {
font-size: 14px;
font-weight: 600;
}
.testi-card.style2 .testi-card_profile {
padding: 45px 0px 0px 0px;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.testi-card.style2 .testi-box_quote {
display: inline-block;
-webkit-filter: brightness(9);
filter: brightness(9);
margin-right: 40px;
} @media (max-width: 1199px) {
.testi-card.style2 .testi-card_text {
font-size: 18px;
}
} @media (max-width: 991px) {
.testi-thumb2 {
height: auto;
padding: 0 120px 0 0;
}
.testi-thumb2 .testi-client-wrap {
left: auto;
right: 0;
}
} @media (max-width: 575px) {
.testi-thumb2 .testi-client-wrap {
bottom: 20px;
}
.testi-thumb2 {
padding: 0 60px 0 0;
}
.testi-slider-indicator .indicator-btn ~ .indicator-btn {
margin-left: 0;
}
.testi-slider-indicator .indicator-btn {
margin-right: 7px;
margin-bottom: 15px;
}
.testi-slider-indicator .indicator-btn:last-child {
margin-right: 0;
}
.testi-slider-indicator {
margin-bottom: -15px;
}
}  .counter-area-3 {
padding: 80px 65px;
background-size: auto;
background-repeat: repeat;
}
.counter-card {
text-align: center;
height: 280px;
width: 280px;
border-radius: 50%;
border: 1px solid var(--border-color);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin: auto;
position: relative;
}
.counter-card_icon {
background: var(--theme-color2);
color: var(--black-color2);
border-radius: 50%;
height: 30px;
width: 30px;
line-height: 30px;
margin-bottom: 20px;
}
.counter-card_number {
font-size: 80px;
color: transparent;
font-weight: 700;
-webkit-text-stroke: 1px var(--white-color);
margin-bottom: -2px;
margin-top: -0.15em;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.counter-card_text {
font-weight: 500;
font-size: 18px;
color: var(--body-color);
display: block;
margin-bottom: -0.4em;
}
.counter-card_bg {
position: absolute;
left: 50%;
top: 73px;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
-webkit-background-clip: text;
background-clip: text;
background-size: cover;
background-position: center;
-webkit-text-stroke: 1px transparent;
opacity: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.counter-card:hover .counter-card_bg {
opacity: 1;
}
.counter-card2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 20px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.counter-card2 .counter-card_number {
margin-bottom: -0.3em;
}
.counter-card2 .counter-card_text {
max-width: 90px;
}
.counter-card2:hover .counter-card_number {
color: var(--white-color);
} @media (max-width: 1399px) {
.counter-card {
height: 250px;
width: 250px;
}
.counter-card_number {
font-size: 60px;
}
} @media (max-width: 1199px) {
.counter-card {
height: 210px;
width: 210px;
}
.counter-card_number {
font-size: 50px;
}
.counter-card_text {
font-size: 16px;
}
.counter-card_icon {
height: 20px;
width: 20px;
line-height: 20px;
}
.counter-area-3 {
padding: 70px 47px;
}
} @media (max-width: 991px) {
.counter-area-3 {
padding: 60px 80px;
}
} @media (max-width: 575px) {
.counter-card2 {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
}  .blog-title {
font-size: 30px;
}
.blog-card {
border-radius: 0px;
}
.blog-card .box-title {
margin-bottom: 20px;
}
.blog-card .box-title a {
background-image: -webkit-linear-gradient(right, var(--white-color), var(--white-color));
background-image: linear-gradient(to left, var(--white-color), var(--white-color));
background-repeat: no-repeat;
background-position: bottom left;
background-size: 0 2px;
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.blog-card .box-title a:hover {
background-size: 100% 2px;
}
.blog-card .blog-img {
overflow: hidden;
border-radius: 0px;
position: relative;
}
.blog-card .blog-img img {
width: 100%;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.blog-card .blog-img:after {
content: '';
position: absolute;
height: 0%;
width: 100%;
background: var(--black-color);
opacity: 0;
bottom: 0;
left: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.blog-card .blog-meta {
margin-bottom: 20px;
}
.blog-card .blog-meta span > i,
.blog-card .blog-meta a > i {
color: var(--theme-color);
}
.blog-card .blog-content {
-webkit-transition: 0.4s;
transition: 0.4s;
position: relative;
padding-top: 21px;
}
.blog-card .blog-bottom {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
border-top: 1px solid var(--border-color);
padding-top: 20px;
}
.blog-card .author {
color: var(--body-color);
}
.blog-card .link-btn {
color: var(--body-color);
}
.blog-card:hover .blog-img img {
-webkit-transform: scale(1.08);
-ms-transform: scale(1.08);
transform: scale(1.08);
}
.blog-card:hover .blog-img:after {
opacity: 0.7;
height: 100%;
}
.blog-card:hover .box-title a {
color: var(--white-color);
}
.blog-card:hover .link-btn {
color: var(--theme-color);
}
.blog-grid-card {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 30px;
}
.blog-grid-card .blog-img {
overflow: hidden;
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
position: relative;
}
.blog-grid-card .blog-img img {
width: 100%;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.blog-grid-card .blog-img .blog-date {
background: var(--theme-color);
position: absolute;
right: 30px;
top: 30px;
color: var(--white-color);
font-size: 14px;
font-weight: 500;
text-align: center;
padding: 11px 6.5px 3px;
}
.blog-grid-card .blog-img .blog-date::first-line {
font-size: 22px;
line-height: 20px;
}
.blog-grid-card .blog-meta {
margin-bottom: 15px;
}
.blog-grid-card .box-title {
margin-bottom: 11px;
font-size: 30px;
}
.blog-grid-card .box-title a {
background-image: -webkit-linear-gradient(right, var(--theme-color), var(--theme-color));
background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
background-repeat: no-repeat;
background-position: bottom left;
background-size: 0 2px;
-webkit-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.blog-grid-card .box-title a:hover {
background-size: 100% 2px;
}
.blog-grid-card .blog-content {
padding: 0px;
}
.blog-grid-card .blog-text {
margin-bottom: 23px;
}
.blog-grid-card .blog-bottom {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
border-top: 1px solid var(--border-color);
padding-top: 20px;
}
.blog-grid-card .link-btn {
color: var(--title-color);
}
.blog-grid-card .link-btn:before {
background-color: var(--theme-color);
}
.blog-grid-card .link-btn:hover {
color: var(--theme-color);
}
.blog-grid-card:hover .blog-img img {
-webkit-transform: scale(1.08);
-ms-transform: scale(1.08);
transform: scale(1.08);
}
.blog-navigation {
border-top: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
padding: 40px 0;
margin-top: 35px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.blog-navigation .nav-btn {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.blog-navigation .nav-btn:hover .icon-btn {
background: transparent;
color: var(--theme-color);
}
.blog-navigation .icon-btn {
--btn-size: 60px;
border-radius: 50%;
background-color: var(--theme-color);
color: var(--white-color);
border: 1px solid var(--theme-color);
}
.blog-navigation .nav-title {
font-size: 20px;
font-weight: 700;
font-family: var(--title-font);
color: var(--title-color);
display: block;
margin-bottom: 8px;
}
.blog-navigation .nav-text {
font-size: 14px;
font-weight: 700;
color: var(--body-color);
font-family: var(--title-font);
} @media (max-width: 1299px) {
.blog-card .blog-meta span, .blog-card .blog-meta a {
font-size: 14px;
}
.blog-card .box-title {
font-size: 20px;
}
} @media (max-width: 1399px) {
.blog-grid-card .blog-bottom {
padding-top: 25px;
}
.blog-grid-card .box-title {
font-size: 28px;
}
} @media (max-width: 1299px) {
.blog-grid-card .blog-meta span, .blog-grid-card .blog-meta a {
margin-right: 12px;
font-size: 14px;
}
.blog-grid-card .blog-meta span:after, .blog-grid-card .blog-meta a:after {
margin-left: 12px;
}
.blog-grid-card .blog-meta span:last-child, .blog-grid-card .blog-meta a:last-child {
margin-right: 0;
}
.blog-grid-card .box-title {
font-size: 22px;
}
} @media (max-width: 1199px) {
.blog-grid-card {
display: block;
}
.blog-grid-card .blog-content {
margin-top: 30px;
}
}  .brand-sec1 {
position: relative;
z-index: 4;
border-radius: 10px;
max-width: 1420px;
margin-left: auto;
margin-right: auto; }
.brand-sec1:after {
content: '';
position: absolute;
inset: 0;
background-color: var(--title-color);
border-radius: inherit;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 70px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 70px 50%, 0 11px);
clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 70px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 70px 50%, 0 11px);
z-index: -1;  }
@media (max-width: 1500px) {
.brand-sec1:after {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 40px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 40px 50%, 0 11px);
clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 40px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 40px 50%, 0 11px);
}
}
@media (max-width: 1299px) {
.brand-sec1:after {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 30px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 30px 50%, 0 11px);
clip-path: polygon(0 0, 100% 0, 100% 11px, calc(100% - 30px) 50%, 100% calc(100% - 11px), 100% 100%, 0 100%, 0 calc(100% - 11px), 30px 50%, 0 11px);
}
}
@media (max-width: 767px) {
.brand-sec1 {
margin-left: 12px;
margin-right: 12px;
}
.brand-sec1:after {
-webkit-clip-path: none;
clip-path: none;
}
}
.brand-sec1 .slick-arrow {
visibility: visible;
opacity: 1;
} @media (max-width: 767px) {
.brand-box.py-20 {
padding-top: 0;
padding-bottom: 0;
}
} .checklist ul {
padding-left: 0;
list-style: none;
text-align: left;
margin-bottom: 0;
}
.checklist li {
color: var(--title-color);
font-weight: 400;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 10px;
font-size: 18px;
}
.checklist li > i {
color: var(--theme-color);
margin-top: 3px;
}
.checklist li:not(:last-child) {
margin-bottom: 10px;
}
.checklist.style2 li {
font-size: 16px;
font-weight: 400;
color: var(--title-color);
gap: 10px;
line-height: initial;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.checklist.style2 li:not(:last-child) {
margin-bottom: 16px;
}
.checklist.style2 li > i {
font-size: 14px;
border-radius: 50%;
background: rgba(230, 58, 39, 0.1);
padding: 4px;
}
.checklist.style3 li:not(:last-child) {
margin-bottom: 20px;
}
.checklist.style3 li > i {
font-size: 25px;
}
.checklist.style4 li {
color: #141D38;
}
.checklist.style4 li:not(:last-child) {
margin-bottom: 20px;
}
.checklist.style4 li > i {
font-size: 25px;
}
.checklist.style4 li img {
max-width: 26px;
}
.checklist.style5 li {
color: var(--body-color);
font-family: var(--body-font);
font-weight: 400;
}
.checklist.style5 li:not(:last-child) {
margin-bottom: 13px;
}
.checklist.style5 li > i {
font-size: 22px;
}
.checklist.mb-40 { }
@media (max-width: 1199px) {
.checklist.mb-40 {
margin-bottom: 32px;
}
}
.checklist.mb-45 { }
@media (max-width: 1199px) {
.checklist.mb-45 {
margin-bottom: 35px;
}
}
.newsletter-area {
padding: 60px 0 52px;
}
.newsletter-area .sec-title {
font-size: 30px;
line-height: 40px;
}
.newsletter-area .newsletter-widget {
max-width: none;
}
@media (max-width: 1600px) {
.newsletter-thumb {
width: 460px;
height: 100%;
}
.newsletter-thumb img {
height: 100%;
object-fit: cover;
object-position: right;
}
} @media (max-width: 1500px) {
.newsletter-thumb {
width: 400px;
}
} @media (max-width: 1399px) {
.newsletter-thumb {
width: 365px;
}
}
@media (max-width: 1200px) {
.newsletter-thumb {
width: 330px;
}
} @media (max-width: 1199px) {
.newsletter-thumb {
width: 260px;
}
}
.bg-img {
position: absolute;
inset: 0;
height: 100%;
width: 100%;
}
.bg-img img {
width: 100%;
height: 100%;
}
.img-half {
position: absolute;
top: 0;
width: 50%;
height: 100%;
z-index: 0;
}
.img-half img {
width: 100%;
height: 100%;
object-fit: cover;
}
.img-half.img-right {
right: 0;
}
.img-half.img-left {
left: 0;
}
.th-video {
position: relative;
}
.th-video img {
border-radius: inherit;
width: 100%;
}
.th-video .play-btn {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
--icon-size: 100px;
}
.th-video .play-btn i {
font-size: 20px;
}
.icon-box {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
gap: 10px;
}
.icon-box .slick-arrow {
box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}
.btn-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 20px 30px;
}
.video-btn {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: var(--body-color);
text-transform: uppercase;
line-height: 1.6;
}
.video-btn .play-btn {
--icon-size: 50px;
margin-right: 15px;
}
.video-btn .play-btn > i {
background-color: var(--theme-color);
color: var(--white-color);
padding-right: 0.1em;
}
.video-btn .play-btn:before {
background-color: var(--theme-color);
}
.video-btn .small-text {
font-size: 10px;
text-decoration: underline;
display: block;
}
.video-btn .big-text {
font-size: 14px;
font-weight: 500;
} @media (max-width: 1199px) {
p.mb-40 {
margin-bottom: 35px;
}
p.mb-45 {
margin-bottom: 38px;
}
} @media (max-width: 575px) {
.th-video .play-btn {
--icon-size: 60px;
}
}  .wcu-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 30px;
max-width: 480px;
}
.wcu-wrap:not(:last-child) {
margin-bottom: 40px;
padding-bottom: 40px;
-webkit-transition: 0.4s;
transition: 0.4s;
border-bottom: 1px solid #16161A;
position: relative;
}
.wcu-wrap:not(:last-child):after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 1px;
background: var(--theme-color);
-webkit-transition: 0.4s;
transition: 0.4s;
}
.wcu-wrap_icon {
height: 40px;
width: 40px;
line-height: 40px;
background: transparent;
border: 1px solid var(--border-color);
border-radius: 50%;
color: var(--white-color);
text-align: center;
font-size: 18px;
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.wcu-wrap .box-title {
margin-bottom: 12px;
}
.wcu-wrap_text {
color: var(--gray-color);
margin-bottom: -0.4em;
}
.wcu-wrap .link-btn {
display: inline-block;
margin-bottom: -0.4em;
margin-top: 30px;
color: var(--title-color);
}
.wcu-wrap .link-btn i {
color: var(--theme-color);
}
.wcu-wrap:hover .wcu-wrap_icon {
background: var(--theme-color);
border-color: var(--theme-color);
}
.wcu-wrap:hover:not(:last-child):after {
width: 100%;
}
.wcu-wrap:hover .link-btn {
color: var(--theme-color);
} @media (max-width: 1399px) {
.wcu-wrap_text {
font-size: 14px;
}
} @media (max-width: 1299px) {
.wcu-wrap .box-title {
font-size: 20px;
}
} @media (max-width: 1199px) {
.wcu-wrap2 .wcu-wrap {
max-width: none;
}
.wcu-wrap_text {
font-size: 16px;
}
}
.wcu-grid {
--space-x: 30px;
--space-y: 30px;
}
.wcu-grid:not(:nth-child(3n)) {
border-right: unset;
}
.wcu-grid:not(:nth-last-child(-n + 2)) {
padding-bottom: var(--space-y);
}
.wcu-grid:not(:nth-child(-n + 2)) {
padding-top: var(--space-y);
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.wcu-grid:nth-child(odd) {
padding-right: var(--space-x);
}
.wcu-grid:nth-child(even) {
padding-left: var(--space-x);
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.wcu-grid:not(:nth-last-child(-n + 4)) {
border-top: 0;
} @media (max-width: 767px) {
.wcu-grid:nth-child(even) {
padding-left: 12px;
border-left: 0;
}
.wcu-grid:not(:nth-child(-n + 2)) {
border-top: 0;
}
.wcu-grid:nth-child(odd) {
padding-left: 12px;
padding-right: 12px;
padding-top: 0;
}
}  .accordion-card {
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
border-radius: 0px;
overflow: hidden;
background-color: transparent;
border-bottom: 1px solid var(--border-color);
}
.accordion-card:not(:last-child) {
margin-bottom: 30px;
}
.accordion-card .accordion-button {
font-size: 20px;
font-weight: 700;
font-family: var(--body-font);
border: 0;
color: var(--title-color);
background-color: transparent;
border-radius: 0;
padding: 0px 45px 30px 0px;
gap: 10px;
margin-bottom: 0;
text-align: left;
-webkit-transition: 0.3s;
transition: 0.3s;
position: relative;
box-shadow: none;
margin-top: -0.25em;
}
.accordion-card .accordion-button:after {
content: "\2b";
height: auto;
width: auto;
background-color: transparent;
font-family: var(--icon-font);
color: var(--theme-color);
font-weight: 400;
font-size: 1em;
display: grid;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
position: absolute;
top: 2px;
right: 0px;
-webkit-clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
padding-left: 10px;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.accordion-card .accordion-button:focus {
outline: none;
box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed) {
box-shadow: none;
border-radius: 0;
color: var(--theme-color);
}
.accordion-card .accordion-button:not(.collapsed):after {
content: "\f068";
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
background: transparent;
}
.accordion-card .accordion-collapse {
border: none;
}
.accordion-card .accordion-body {
border-radius: 0;
border: none;
margin: 0px 30px 0px 0px;
padding: 0px 0 30px;
}
.accordion-card .faq-text {
margin-bottom: -0.48em;
margin-top: -0.4em;
} @media (max-width: 575px) {
.accordion-card .accordion-button {
font-size: 16px;
}
} .cta-area-1 {
padding: 85px 0px;
border-bottom: 1px solid var(--border-color);
}
.cta-area-1 .sec-title {
font-size: 50px;
margin-top: 0;
}
.cta-area-1 .title-area {
margin-top: 0;
}
.cta-area-2 {
position: relative;
padding: 180px 0;
}
.cta-bg-thumb {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
mix-blend-mode: luminosity;
}
.cta-bg-thumb img {
width: 100%;
height: 100%;
object-fit: contain;
}
.cta-btn {
height: 150px;
width: 150px;
border-radius: 50%;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
padding: 40px 0;
line-height: 24px;
}
.cta-btn i {
display: block;
font-size: 24px;
margin-top: 10px;
}
.cta-btn:before, .cta-btn:after {
display: none;
}
.cta-btn:hover {
background: var(--white-color);
color: var(--black-color2);
} @media (max-width: 1500px) {
.cta-area-2 {
padding: 150px 0;
}
} @media (max-width: 1399px) {
.cta-area-2 {
padding: 120px 0;
}
} @media (max-width: 1199px) {
.cta-area-1 {
padding: 50px 0px;
}
.cta-area-1 .sec-title {
font-size: 40px;
}
.cta-area-2 {
padding: 100px 0;
}
.cta-area-2 .cta-bg-thumb img {
object-fit: cover;
}
} @media (max-width: 767px) {
.cta-area-1 .sec-title {
font-size: 32px;
}
} .client-title {
color: var(--body-color);
font-weight: 600;
position: relative;
display: inline-block;
}
.client-title:before, .client-title:after {
content: '';
position: absolute;
left: 0;
top: 50%;
background: var(--border-color);
height: 1px;
width: 300px;
-webkit-transform: translate(calc(-100% - 30px), -50%);
-ms-transform: translate(calc(-100% - 30px), -50%);
transform: translate(calc(-100% - 30px), -50%);
}
.client-title:before {
left: auto;
right: 0;
-webkit-transform: translate(calc(100% + 30px), -50%);
-ms-transform: translate(calc(100% + 30px), -50%);
transform: translate(calc(100% + 30px), -50%);
}
.client-card {
text-align: center;
}
.client-card .client-img img {
-webkit-transition: 0.4s;
transition: 0.4s;
-webkit-filter: brightness(99);
filter: brightness(99);
opacity: 0.4;
}
.client-card .client-img:hover img {
opacity: 1;
} @media (max-width: 1199px) {
.client-title:before, .client-title:after {
width: 190px;
}
} @media (max-width: 991px) {
.client-title:before, .client-title:after {
width: 60px;
}
.client-title:before, .client-title:after {
-webkit-transform: translate(calc(-100% - 10px), -50%);
-ms-transform: translate(calc(-100% - 10px), -50%);
transform: translate(calc(-100% - 10px), -50%);
}
.client-title:before {
-webkit-transform: translate(calc(100% + 10px), -50%);
-ms-transform: translate(calc(100% + 10px), -50%);
transform: translate(calc(100% + 10px), -50%);
}
} @media (max-width: 767px) {
.client-title:after,
.client-title:before {
display: none;
}
}  .service-wrap {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
gap: 40px;
border-bottom: 1px solid var(--border-color);
padding-bottom: 33px;
-webkit-transition: 0.4s;
transition: 0.4s;
z-index: 1;
}
.service-wrap_thumb {
position: absolute;
width: 300px;
height: 272px;
top: 0;
right: 0%;
display: inline-block;
-webkit-transform: translateX(65px) translateY(-10%) rotate(15deg);
-ms-transform: translateX(65px) translateY(-10%) rotate(15deg);
transform: translateX(65px) translateY(-10%) rotate(15deg);
z-index: 1;
overflow: hidden;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.service-wrap_img {
position: absolute;
width: 200px;
height: 300px;
object-fit: contain;
top: 0;
left: 0;
z-index: -10;
opacity: 0;
visibility: hidden;
pointer-events: none;
-webkit-transform: scale(0) rotate(15deg);
-ms-transform: scale(0) rotate(15deg);
transform: scale(0) rotate(15deg);
-webkit-transition: 0.4s;
transition: 0.4s;
display: inline-block;
}
.service-wrap_number {
width: 50px;
height: 50px;
line-height: 48px;
border-radius: 50%;
border: 1px solid var(--border-color);
font-size: 18px;
font-weight: 700;
color: var(--title-color);
display: inline-block;
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
text-align: center;
}
.service-wrap_text {
color: var(--gray-color);
}
.service-wrap:hover {
border-color: var(--theme-color);
}
.service-wrap:hover .service-wrap_img {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1) rotate(0) translateX(0);
-ms-transform: scale(1) rotate(0) translateX(0);
transform: scale(1) rotate(0) translateX(0);
}
.service-wrap.style2 {
background: var(--black-color2);
border: 1px solid transparent;
padding: 50px;
gap: 30px;
}
.service-wrap.style2 .service-wrap_content {
margin-bottom: -0.4em;
}
.service-wrap.style2 .service-wrap_icon {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
-webkit-filter: brightness(999) grayscale(1);
filter: brightness(999) grayscale(1);
}
.service-wrap.style2 .link-btn {
color: var(--white-color);
}
.service-wrap.style2 .service-wrap_bg {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
overflow: hidden;
-webkit-transition: 0.4s;
transition: 0.4s;
z-index: -1;
}
.service-wrap.style2 .service-wrap_bg:after {
content: '';
position: absolute;
right: 0;
bottom: 0;
height: 256px;
width: 256px;
-webkit-transition: 0.4s;
transition: 0.4s;
border-radius: 50%;
-webkit-filter: blur(150px);
filter: blur(150px);
opacity: 0;
background: var(--theme-color);
-webkit-transform: translate(50%, 50%) scale(0);
-ms-transform: translate(50%, 50%) scale(0);
transform: translate(50%, 50%) scale(0);
}
.service-wrap.style2:hover {
border-color: var(--theme-color);
}
.service-wrap.style2:hover .service-wrap_icon {
-webkit-filter: none;
filter: none;
}
.service-wrap.style2:hover .service-wrap_bg:after {
opacity: 0.30000001192092896;
-webkit-transform: translate(50%, 50%) scale(1);
-ms-transform: translate(50%, 50%) scale(1);
transform: translate(50%, 50%) scale(1);
}
.service-wrap.style2:hover .link-btn {
color: var(--theme-color);
}
.service-wrap.style3 {
border-top: 1px solid var(--border-color);
border-bottom: 0;
overflow: hidden;
position: relative;
padding: 50px 80px 50px 40px;
display: block;
}
.service-wrap.style3:last-child {
border-bottom: 1px solid var(--border-color);
}
.service-wrap.style3 .service-wrap_bg {
position: absolute;
left: 0;
top: 0;
z-index: -1;
height: 100%;
width: 100%;
opacity: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.service-wrap.style3 .service-wrap_bg img {
width: 100%;
height: 100%;
object-fit: cover;
}
.service-wrap.style3 .service-wrap_bg:after {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: var(--black-color);
opacity: 0.85;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.service-wrap.style3 .service-wrap_content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.service-wrap.style3 .service-wrap_num {
height: 70px;
width: 70px;
border-radius: 50%;
line-height: 68px;
border: 1px solid var(--border-color);
text-align: center;
font-size: 20px;
font-weight: 700;
font-family: var(--title-font);
color: var(--white-color);
margin-right: 30px;
}
.service-wrap.style3 .service-wrap_title {
margin-bottom: 0;
font-size: 30px;
font-weight: 700;
}
.service-wrap.style3 .service-wrap_title a {
color: var(--white-color);
}
.service-wrap.style3 .service-wrap_title a:hover {
color: var(--theme-color);
}
.service-wrap.style3 .service-wrap_icon {
margin-left: auto;
font-size: 50px;
-webkit-text-stroke: 1px var(--border-color);
color: transparent;
}
.service-wrap.style3:hover {
border-color: transparent;
}
.service-wrap.style3:hover .service-wrap_bg {
opacity: 1;
}
.service-wrap.style3:hover ~ .service-wrap.style3 {
border-top-color: transparent;
}
.service-wrap.style3:hover ~ .service-wrap.style3 ~ .service-wrap.style3 {
border-color: var(--border-color);
}
.service-wrap.style3:hover .service-wrap_icon {
-webkit-text-stroke: 1px var(--white-color);
}
.service-wrap.style3:hover .service-wrap_icon:hover {
color: var(--theme-color);
-webkit-text-stroke: 1px var(--theme-color);
}
.service-wrap.style4 {
display: block;
padding-bottom: 0;
border-bottom: 0;
margin-bottom: -0.4em;
max-width: 350px;
}
.service-wrap.style4 .service-wrap_number {
margin-bottom: 30px;
}
.service-wrap.style4 .service-wrap_thumb {
width: 200px;
height: 250px;
-webkit-transform: translateX(5px) translateY(5%) rotate(15deg);
-ms-transform: translateX(5px) translateY(5%) rotate(15deg);
transform: translateX(5px) translateY(5%) rotate(15deg);
}
.service-wrap.style4 .service-wrap_thumb .service-wrap_img {
border-radius: 100px 100px 0 0;
}
.service-counter-divider {
position: relative;
}
.service-counter-divider:after {
content: '';
position: absolute;
left: -52px;
top: 0;
height: 100%;
width: 1px;
border: 1px solid var(--border-color);
}
.service-counter-divider:first-child:after {
display: none;
} @media (max-width: 1399px) {
.service-counter-divider:after {
left: -42px;
}
} @media (max-width: 1299px) {
.service-counter-divider:after {
left: -10px;
}
} @media (max-width: 1199px) {
.service-wrap {
gap: 30px;
}
.service-wrap.style2 {
padding: 35px;
}
.service-counter-divider:after {
display: none;
}
} @media (max-width: 991px) {
.service-wrap_thumb {
display: none;
}
.service-wrap.style3 {
padding: 40px 30px;
}
.service-wrap.style4 {
max-width: none;
}
.service-wrap.style4 .service-wrap_thumb {
display: block;
}
} @media (max-width: 575px) {
.service-wrap.style3 .service-wrap_title {
font-size: 24px;
}
.service-wrap.style3 .service-wrap_num {
height: 60px;
width: 60px;
line-height: 60px;
font-size: 18px;
margin-right: 20px;
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
}
.service-wrap.style3 .service-wrap_icon {
font-size: 40px;
}
.service-wrap.style2 {
padding: 40px;
display: block;
}
.service-wrap.style2 .service-wrap_icon {
margin-bottom: 30px;
}
} @media (max-width: 375px) {
.service-wrap.style2 {
padding: 30px;
}
.service-wrap.style4 .service-wrap_thumb {
display: none;
}
}  .checklist li.unavailable {
color: var(--body-color);
}
.checklist li.unavailable img {
-webkit-filter: grayscale(9);
filter: grayscale(9);
}
.price-card {
background-color: #0A0A0E;
padding: 50px;
position: relative;
z-index: 2;
-webkit-transition: 0.4s;
transition: 0.4s;
background-size: contain;
background-repeat: repeat;
}
.price-card_top {
padding: 0 0 33px;
margin-bottom: 30px;
border-bottom: 1px solid var(--border-color);
}
.price-card_title {
font-size: 18px;
font-weight: 500;
font-family: var(--title-font);
color: var(--theme-color);
margin-top: -0.2em;
margin-bottom: 27px;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.price-card_text {
margin-bottom: -0.4em;
margin-top: 11px;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.price-card_price {
font-size: 50px;
font-weight: 600;
font-family: var(--title-font);
line-height: 1;
margin: -0.09em 0;
position: relative;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.price-card_price .duration {
font-size: 14px;
font-weight: 500;
color: #9B9B9C;
margin-bottom: 0;
position: relative;
text-transform: uppercase;
top: -1px;
left: -10px;
}
.price-card .checklist {
margin: -5px 0 35px 0;
}
.price-card .checklist li {
font-size: 16px;
font-weight: 500;
font-family: var(--body-font);
position: relative;
padding-left: 31px;
}
.price-card .checklist li:after {
content: '';
position: absolute;
left: 0;
top: 3px;
background: url(//spartadesign360.com/wp-content/themes/agenxe/assets/img/icon/check-mark.svg);
height: 20px;
width: 20px;
}
.price-card .checklist li:not(:last-child) {
margin-bottom: 15px;
} @media (max-width: 991px) {
.price-card {
padding: 40px;
}
} @media (max-width: 375px) {
.price-card_text {
font-size: 14px;
}
}  .experience-thumb {
position: relative;
margin-right: 80px;
margin-left: -120px;
}
.customer-wrap {
position: absolute;
right: 0;
top: 80px;
background: var(--white-color);
box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
border-radius: 6px;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 32px 0 31px 30px;
}
.customer-wrap .customer-wrap-title {
font-weight: 800;
margin-bottom: 0;
margin-right: 20px;
}
.customer-wrap .customer-wrap-text {
margin-bottom: 0;
font-weight: 500;
font-size: 16px;
line-height: 22px;
color: var(--title-color);
margin-right: 28px;
}
.customer-wrap .customer-wrap-icon {
-webkit-transform: translate(50%, 0);
-ms-transform: translate(50%, 0);
transform: translate(50%, 0);
margin-left: -30px;
} @media (max-width: 1500px) {
.experience-thumb {
margin-right: 50px;
margin-left: -40px;
}
} @media (max-width: 1199px) {
.experience-thumb {
display: inline-block;
margin-left: 0;
margin-bottom: 50px;
}
} @media (max-width: 575px) {
.experience-thumb {
margin-right: 30px;
}
.customer-wrap {
top: 30px;
padding: 12px 0 11px 20px;
}
} .project-card_wrap {
-webkit-transition: 0.4s;
transition: 0.4s;
border-bottom: 1px solid var(--black-color2);
padding-bottom: 30px;
}
.project-card_wrap:not(:last-child) {
margin-bottom: 30px;
}
.project-card_wrap:hover {
border-color: var(--theme-color);
}
.project-card {
position: relative;
}
.project-card:after {
content: '';
position: absolute;
left: 0;
top: 0;
height: -webkit-fill-available;
width: -webkit-fill-available;
background: var(--black-color);
z-index: 0;
opacity: 0;
-webkit-transition: 0.4s all;
transition: 0.4s all;
margin: 0px;
}
.project-card .project-img img {
width: 100%;
}
.project-card .project-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
margin: 0px 30px 60px;
visibility: hidden;
-webkit-transition: 0.4s all;
transition: 0.4s all;
z-index: 1;
text-align: center;
}
.project-card .project-content .project-card_title {
margin-bottom: -0.35em;
font-size: 40px;
}
.project-card .project-content .project-card_title a {
color: var(--white-color);
}
.project-card .project-content .project-card_title a:hover {
color: var(--theme-color);
}
.project-card .project-content .project-card_subtitle {
font-size: 16px;
font-weight: 700;
color: var(--theme-color);
-webkit-transition: 0.4s;
transition: 0.4s;
margin-bottom: 6px;
}
.project-card .icon-btn {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
background: transparent;
height: auto;
width: auto;
position: absolute;
left: 50%;
top: 50%;
font-size: 120px;
color: transparent;
-webkit-text-stroke: 1px var(--white-color);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 1;
opacity: 0;
visibility: hidden;
}
.project-card .icon-btn:hover {
background: transparent;
color: var(--white-color);
}
.project-card:hover:after {
opacity: 0;
}
.project-card:hover .project-content {
opacity: 1;
}
.portfolio-slider1 {
padding: 0;
height: 600px;
}
.portfolio-slider1 .slick-list {
padding-left: 300px;
}
.portfolio-slider1 .slick-slide {
-webkit-transition: 0.4s;
transition: 0.4s;
}
.portfolio-slider1 .slick-slide .project-card {
display: inline-block;
-webkit-transition: 0.4s;
transition: 0.4s;
overflow: hidden;
}
.portfolio-slider1 .slick-slide .project-card .project-content {
opacity: 0;
bottom: 0;
}
.portfolio-slider1 .slick-slide .project-img {
height: 600px;
overflow: hidden;
}
.portfolio-slider1 .slick-slide .project-img img {
height: 100%;
object-fit: cover;
}
.portfolio-slider1 .slick-current {
width: 870px !important;
}
.portfolio-slider1 .slick-current .project-card {
width: 100%;
}
.portfolio-slider1 .slick-current .project-card:after {
opacity: 0.7;
}
.portfolio-slider1 .slick-current .project-card .icon-btn,
.portfolio-slider1 .slick-current .project-card .project-content {
opacity: 1;
visibility: visible;
}
.project-card2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.project-card2 .project-content {
margin-right: auto;
}
.project-card2 .project-card_number {
width: 50px;
height: 50px;
line-height: 48px;
border-radius: 50%;
border: 1px solid var(--border-color);
font-size: 18px;
font-weight: 700;
color: var(--title-color);
display: inline-block;
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
text-align: center;
margin-right: 40px;
margin-top: -55px;
}
.project-card2 .project-subtitle {
font-size: 16px;
font-weight: 600;
color: var(--theme-color);
margin-bottom: 8px;
}
.project-card2 .project-title {
font-size: 30px;
font-weight: 700;
max-width: 310px;
margin-bottom: 0;
}
.project-card2 .project-title a {
color: var(--white-color);
}
.project-card2 .project-title a:hover {
color: var(--theme-color);
}
.project-card2 .project-img {
margin-right: 90px;
}
.project-card2 .icon-btn {
--btn-size: 100px;
background: transparent;
border: 1px solid var(--border-color);
font-size: 24px;
color: var(--theme-color);
}
.project-card2 .icon-btn:hover {
border-color: var(--theme-color);
}
.project-wrap {
position: relative;
}
.project-card4 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.project-card4 .project-content {
margin-right: auto;
}
.project-card4 .project-card_number {
width: 50px;
height: 50px;
line-height: 48px;
border-radius: 50%;
border: 1px solid var(--border-color);
font-size: 18px;
font-weight: 700;
color: var(--title-color);
display: inline-block;
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
text-align: center;
margin-right: 40px;
margin-top: -55px;
}
.project-card4 .project-subtitle {
font-size: 16px;
font-weight: 600;
color: var(--theme-color);
margin-bottom: 8px;
}
.project-card4 .project-title {
font-size: 30px;
font-weight: 700;
max-width: 310px;
margin-bottom: 0;
}
.project-card4 .project-title a {
color: var(--white-color);
}
.project-card4 .project-title a:hover {
color: var(--theme-color);
}
.project-card4 .project-img {
margin-right: 90px;
position: absolute;
right: 200px;
top: -70px;
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
-webkit-transition: 0.4s;
transition: 0.4s;
opacity: 0;
}
.project-card4 .icon-btn {
--btn-size: 100px;
background: transparent;
border: 1px solid var(--theme-color);
font-size: 24px;
color: var(--theme-color);
}
.project-card4 .icon-btn:hover {
background: var(--theme-color);
color: var(--white-color);
}
.project-card4.project-card4-active .project-img, .project-card4:hover .project-img {
opacity: 1;
} @media (max-width: 1299px) {
.project-card2 .project-img {
margin-right: 50px;
}
.portfolio-slider1 .slick-list {
padding-left: 190px;
}
.project-card4 .project-img {
margin-right: 0;
width: 400px;
}
} @media (max-width: 1199px) {
.project-card2 .project-title {
font-size: 26px;
}
.project-card2 .icon-btn {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
--btn-size: 80px;
}
.project-card2 .project-img {
margin-right: 30px;
margin-left: 30px;
}
.portfolio-slider1 .slick-list {
padding-left: 0;
}
.project-card4 .project-img {
width: 300px;
top: 50px;
}
} @media (max-width: 991px) {
.project-card2 .project-card_number {
margin-right: 20px;
}
.project-card2 .project-content {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
}
.project-card2 .project-img {
margin-left: 0;
}
.project-card2 .icon-btn {
--btn-size: 60px;
}
.project-card2 .project-card_number {
margin-top: -50px;
}
.portfolio-slider1 .slick-current {
width: 792px !important;
}
.project-card .icon-btn {
font-size: 100px;
}
.project-card4 .project-img {
display: none;
}
} @media (max-width: 767px) {
.project-card4 .project-title,
.project-card2 .project-title {
font-size: 23px;
}
.project-card2 .project-img {
display: none;
}
.project-card2 .project-card_number {
margin-top: -40px;
}
.portfolio-slider1 .slick-current {
width: 624px !important;
}
.project-card4 .icon-btn {
--btn-size: 70px;
}
} @media (max-width: 575px) {
.project-card4,
.project-card2 {
display: block;
}
.project-card4 .project-card_number,
.project-card2 .project-card_number {
margin-bottom: 20px;
}
.project-card4 .project-content,
.project-card2 .project-content {
margin-bottom: 20px;
}
.project-card4 .project-card_number,
.project-card2 .project-card_number {
margin-top: 0;
}
.portfolio-slider1 .slick-current {
width: 449px !important;
}
} @media (max-width: 375px) {
.portfolio-slider1 .slick-current {
width: 399px !important;
}
.project-card .icon-btn {
font-size: 70px;
}
.project-card .project-content .project-card_title {
font-size: 30px;
}
}
.project-slider-3 {
padding: 0 75px;
}
.project-card3 .project-img {
position: relative;
}
.project-card3 .project-img img {
width: 100%;
}
.project-card3 .project-img:after {
content: '';
position: absolute;
left: 0;
top: 0;
background: var(--black-color);
opacity: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
right: 0;
bottom: 0;
}
.project-card3 .project-content {
margin-top: 24px;
padding-bottom: 0px;
position: relative;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.project-card3 .icon-btn {
background: transparent;
height: auto;
width: auto;
font-size: 60px;
color: transparent;
-webkit-text-stroke: 2px var(--border-color);
position: absolute;
bottom: -2px;
opacity: 0;
z-index: 1;
line-height: inherit;
}
.project-card3 .box-title {
margin-bottom: -0.25em;
}
.project-card3 .project-card_subtitle {
font-size: 14px;
font-weight: 700;
color: #6F6E77;
-webkit-transition: 0.4s;
transition: 0.4s;
text-transform: uppercase;
margin-bottom: 8px;
}
.project-card3:hover .project-card_subtitle {
color: var(--theme-color);
}
.project-card3:hover .project-img:after {
opacity: 0.8;
}
.project-card3:hover .icon-btn {
opacity: 1;
}
.project-card3:hover .icon-btn:hover {
color: var(--white-color);
}
.project-card3:hover .project-content {
padding-left: 65px;
}
.project-card3:hover .project-content:after {
width: 100%;
}
.portfolio-filter-btn {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
gap: 20px 50px;
margin-top: -0.3em;
}
.portfolio-filter-btn .tab-btn {
background: transparent;
border: 0;
color: var(--body-color);
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
font-family: var(--body-font);
position: relative;
padding: 0;
}
.portfolio-filter-btn .tab-btn:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 1px;
background: var(--theme-color);
-webkit-transition: 0.4s;
transition: 0.4s;
}
.portfolio-filter-btn .tab-btn.active {
color: var(--theme-color);
}
.portfolio-filter-btn .tab-btn.active:after {
width: 100%;
} @media (max-width: 1500px) {
.project-card3 .box-title {
font-size: 20px;
}
} @media (max-width: 1299px) {
.project-slider-3 {
padding: 0 55px;
}
} @media (max-width: 1199px) {
.project-slider-3 {
padding: 0 20px;
}
} @media (max-width: 991px) {
.project-area-3 {
padding: 0px 50px 0;
}
.portfolio-filter-btn {
gap: 20px 35px;
}
.project-slider-3 {
padding: 0;
}
} @media (max-width: 767px) {
.portfolio-filter-btn {
display: block;
margin-bottom: 30px !important;
}
.portfolio-filter-btn .tab-btn {
margin: 0 20px 20px;
}
} @media (max-width: 575px) {
.project-area-3 {
padding: 0px 15px 0;
}
} .page-single.border-bottom {
border-bottom: 1px solid var(--border-color) !important;
}
.page-content-details {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid var(--border-color);
padding-bottom: 25px;
margin-bottom: 35px;
}
.page-content-details .page-content-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
list-style: none;
margin: 0;
padding: 0;
}
.page-content-details .page-content-list li {
font-size: 16px;
font-weight: 500;
font-family: var(--body-font);
position: relative;
}
.page-content-details .page-content-list li strong {
display: block;
color: var(--title-color);
font-size: 18px;
font-weight: 700;
font-family: var(--title-font);
margin-bottom: 8px;
}
.page-content-details .page-content-list li ~ li {
padding-left: 50px;
margin-left: 50px;
}
.page-content-details .page-content-list li ~ li:after {
content: '';
position: absolute;
left: 0;
height: 44px;
width: 1px;
background: #D2D2D2;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
} @media (max-width: 991px) {
.page-content-details {
display: block;
padding-bottom: 30px;
}
.page-content-details .page-content-list {
margin-top: 30px;
}
.page-content-details .page-content-list li ~ li {
padding-left: 30px;
margin-left: 30px;
}
} @media (max-width: 575px) {
.page-content-details .page-content-list {
display: block;
}
.page-content-details .page-content-list li ~ li {
padding-left: 0;
margin-left: 0;
margin-top: 15px;
}
.page-content-details .page-content-list li ~ li:after {
display: none;
}
} .skill-feature:not(:last-child) {
margin-bottom: 35px;
}
.skill-feature_title,
.skill-feature .progress-value {
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
margin-top: -0.2em;
font-family: var(--body-font);
color: var(--title-color);
}
.skill-feature .progress {
position: relative;
height: 1px;
background-color: transparent;
overflow: visible;
border-radius: 5px;
}
.skill-feature .progress:after {
content: '';
position: absolute;
left: 0;
top: 1.5px;
width: 100%;
height: 1px;
background: var(--border-color);
z-index: -1;
}
.skill-feature .progress-bar {
background-color: var(--theme-color);
height: 5px;
margin: 0px;
border-radius: 0px;
position: relative;
overflow: visible;
}
.skill-feature .progress-value {
position: absolute;
top: -36px;
right: 0;
}
.skill-feature.style2:not(:last-child) {
margin-bottom: 32px;
}
.skill-feature.style2 .progress {
background-color: var(--smoke-color2);
}
.skill-feature.style3 .progress-value {
top: -32px;
}
.skill-feature.style3 .progress {
background: var(--title-color);
}
.skill-feature.style3 .progress .progress-bar {
position: relative;
}
.skill-feature.style3 .progress .progress-bar:after {
position: absolute;
content: '';
height: 20px;
width: 20px;
background: var(--theme-color);
border-radius: 50%;
right: 0;
border: 4px solid var(--smoke-color);
}
.skill-feature.style3:not(:last-child) {
margin-bottom: 35px;
}
.skill-feature.style3 .skill-feature_title, .skill-feature.style3 .skill-feature .progress-value {
font-family: var(--body-font);
margin-bottom: 9px;
} .process-card {
position: relative;
text-align: center;
padding: 0 30px;
}
.process-card-area {
position: relative;
}
.process-card-area .process-line {
position: absolute;
left: 0;
top: 130px;
width: 100%;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
height: 1px;
background: var(--border-color);
}
.process-card_icon {
display: inline-block;
padding-bottom: 40px;
margin-bottom: 40px;
position: relative;
}
.process-card_icon:after {
content: '';
position: absolute;
left: 50%;
bottom: 0;
width: 12px;
height: 10px;
-webkit-transition: 0.4s;
transition: 0.4s;
border-top: solid 10px var(--border-color);
border-left: solid 10px transparent;
border-right: solid 10px transparent;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.process-card .box-title {
font-weight: 700;
margin-bottom: 8px;
font-size: 22px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.process-card_number {
text-align: center;
z-index: 2;
font-size: 80px;
font-weight: 700;
-webkit-text-stroke: 1px var(--border-color);
margin-bottom: 36px;
-webkit-transition: 0.4s;
transition: 0.4s;
color: transparent;
}
.process-card_text {
margin-bottom: -0.35em;
font-size: 16px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.process-card:hover:after {
border-top: solid 10px var(--theme-color);
}
.process-card:hover .process-card_number {
color: var(--white-color);
}
.process-card:hover .process-card_icon:after {
border-top: solid 10px var(--theme-color);
} @media (max-width: 1399px) {
.process-card-area .process-line {
width: 100%;
}
} @media (max-width: 1199px) {
.process-card {
padding: 0 0px;
}
.process-card_text {
font-size: 14px;
}
.process-card_number {
font-size: 50px;
margin-bottom: 26px;
}
} @media (max-width: 991px) {
.process-card-area .process-line {
display: none;
}
.process-card:after {
display: none;
}
.process-card_step-number {
margin-bottom: 30px;
}
.process-card {
padding: 0 40px;
}
.process-card_icon {
border-bottom: 1px solid var(--border-color);
display: block;
margin-bottom: 43px;
}
.process-card_icon:after {
bottom: -10px;
}
} @media (max-width: 767px) {
.process-card_text {
max-width: 250px;
margin-left: auto;
margin-right: auto;
}
} .award-sec {
padding-top: 420px;
}
.award-thumb {
position: relative;
margin-right: 50px;
}
.award-thumb .thumb img {
border-radius: 50%;
}
.award-thumb .award {
position: absolute;
right: 0;
top: 0;
}
@media (max-width: 1200px) {
.award-thumb {
margin-right: 0;
}
} @media (max-width: 1199px) {
.award-sec {
padding-top: 380px;
background-position: right;
}
.award-thumb {
display: inline-block;
padding-right: 100px;
}
.award-thumb .award {
right: 0;
top: 50%;
-webkit-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -50%);
width: 200px;
}
} @media (max-width: 991px) {
.award-thumb {
margin-bottom: 40px;
}
} @media (max-width: 375px) {
.award-thumb .award {
width: 150px;
}
}  .feature-area-1 {
padding: 0 10px;
background-size: contain;
background-repeat: repeat;
}
.feature-area-2 {
border-top: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
}
.feature-item {
text-align: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding: 40px 0;
gap: 10px;
}
.feature-item .box-title {
margin: 0 0 -0.3em;
}
.feature-item .box-title a:hover {
color: var(--theme-color2);
}
@media (max-width: 1600px) {
.feature-item .box-title {
font-size: 20px;
}
} @media (max-width: 575px) {
.feature-item {
padding: 30px 0;
}
} .video-area-1 {
padding: 265px 0;
background-attachment: fixed;
}
.video-area-1 .play-btn > i {
--icon-size: 120px
;
} @media (max-width: 1299px) {
.video-area-1 {
padding: 180px 0;
}
} @media (max-width: 767px) {
.video-area-1 {
padding: 120px 0;
}
} @media (max-width: 575px) {
.video-area-1 .play-btn > i {
--icon-size: 80px;
}
}
.video-area-2 {
padding: 340px 0;
position: relative;
}
.video-area-2 .play-btn > i {
--icon-size: 120px
;
}
.video-area-2 .video {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
object-fit: cover;
}
.video-box2 {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
gap: 30px;
}
.video-box2 .video-title {
margin-bottom: -0.3em;
}
.video-box2 .play-btn > i {
--icon-size: 120px;
} @media (min-width: 1922px) {
.video-area-2 {
padding: 470px 0;
}
} @media (max-width: 1399px) {
.video-area-2 {
padding: 250px 0;
}
} @media (max-width: 991px) {
.video-box2 .play-btn > i {
--icon-size: 90px;
}
.video-area-2 {
padding: 110px 0;
}
.video-area-2 .play-btn > i {
--icon-size: 100px;
}
}  .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;
} .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;
}
.mb-70 {
margin-bottom: 70px;
}
.mt-70 {
margin-top: 70px;
}
.mt-n1 {
margin-top: -.25rem;
}
.mt-n2 {
margin-top: -.6rem;
}
.mt-n3 {
margin-top: -0.8rem;
}
.mt-n4 {
margin-top: -1.5rem;
}
.mt-n5 {
margin-top: -3rem;
}
.mb-n1 {
margin-bottom: -.25rem;
}
.mb-n2 {
margin-bottom: -.6rem;
}
.mb-n3 {
margin-bottom: -0.8rem;
}
.mb-n4 {
margin-bottom: -1.5rem;
}
.mb-n5 {
margin-bottom: -3rem;
}
.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: 40px;
}
.space-extra2,
.space-extra2-bottom {
padding-bottom: 40px;
}
}